/* Square product artwork must remain fully visible at every viewport size. */
.product-art .image {
  border-radius: 0 !important;
  overflow: visible !important;
}
.product-art img.image__image {
  object-fit: contain !important;
  object-position: center !important;
  border-radius: 0 !important;
}
@media (min-width: 920px) {
  .responsive-offer:has(#zwiZzm) {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    grid-template-rows: auto auto auto !important;
    gap: 24px 40px;
    padding: 40px 32px !important;
    min-height: 0 !important;
    align-items: center;
  }
  .responsive-offer > .layout-element:has(#zco2X6) { grid-area: 1 / 1 !important; align-self: end; }
  .responsive-offer > .layout-element:has(#zfADB-) { grid-area: 2 / 1 !important; }
  .responsive-offer > .layout-element:has(#zCl091) { grid-area: 3 / 1 !important; align-self: start; }
  .responsive-offer > .layout-element:has(#zwiZzm) { grid-area: 1 / 2 / 4 / 3 !important; }
  #zwiZzm, #zwiZzm .image-wrapper--desktop {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    aspect-ratio: 1;
  }
  #zwiZzm img { width: 100% !important; height: auto !important; }
}
@media (max-width: 919px) {
  .responsive-offer > .layout-element:has(#zco2X6) { order: 1; }
  .responsive-offer > .layout-element:has(#zwiZzm) { order: 2; }
  .block-layout.responsive-offer {
    display: flex !important;
    flex-direction: column;
    gap: 24px;
    width: 100% !important;
    max-width: 560px !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 28px 20px 36px !important;
    margin-inline: auto !important;
    box-sizing: border-box;
  }
  .responsive-offer > .layout-element {
    order: var(--flow-order);
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    align-self: stretch !important;
  }
  .responsive-offer > .offer-decoration { display: none !important; }
  .responsive-offer .product-art {
    width: 100% !important;
    max-width: 360px;
    height: auto !important;
    min-height: 0 !important;
    margin-inline: auto;
    max-height: none !important;
    aspect-ratio: 1;
  }
  .responsive-offer .product-art .image-wrapper--mobile {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    aspect-ratio: 1;
  }
  .responsive-offer .product-art img {
    display: block;
    position: static !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1;
  }
  .responsive-offer .text-box { width: 100% !important; height: auto !important; }
  .responsive-offer .text-box p:empty,
  .responsive-offer .text-box h3:empty { display: none; }
  .responsive-offer a { max-width: 100%; }
  .responsive-offer .layout-element__component--GridButton {
    min-height: 48px;
    width: 100% !important;
  }
  .block-layout.responsive-bonus {
    width: calc(100% - 32px) !important;
    max-width: 528px !important;
    background: #eceef0;
    border-radius: 20px;
    margin-block: 16px !important;
    padding: 24px 20px !important;
    gap: 18px;
  }
  .responsive-bonus .text-box { text-align: left !important; }
  .responsive-bonus h3 { line-height: 1.35 !important; }
  .responsive-bonus p { line-height: 1.55 !important; }
  .block-layout.responsive-checkout { background: #050505; }
}
