/* ============================================================
   ARCHIVE BANNER — Boxed Product Archive Banner
   ============================================================ */

.gr1p-archive-banner {
    position: relative;
    width: 100%;
    aspect-ratio: 1920 / 700;
    margin-bottom: 2rem;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    border-radius: 4px;
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1023px) {
    .gr1p-archive-banner {
        aspect-ratio: 1920 / 700;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .gr1p-archive-banner {
        aspect-ratio: 1920 / 700;
    }
}
