/* ELVORA COLLECTION responsive refinements */

@media (max-width: 1100px) {
  .a63-bento,
  .a63-product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .a63-bento .a63-card-span-2 {
    grid-column: span 1;
  }
}

@media (max-width: 760px) {
  .a63-bento,
  .a63-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .a63-ribbon-note {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .a63-colophon-row {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }
}

@media (max-width: 480px) {
  .a63-bento,
  .a63-product-grid {
    grid-template-columns: 1fr;
  }

  .container {
    width: min(100% - 1.25rem, var(--container));
  }
}
