/* FreshMart · Front Hero · template-4 */

.front-hero-4 { padding: 16px 0 20px; }

.front-hero-4-primary,
.front-hero-4-secondary {
    display: block;
    border-radius: 0.75rem;
    overflow: hidden;
    background: var(--bs-bg-alt, var(--bs-secondary-bg));
    height: 100%;
    min-height: 200px;
    position: relative;
}

.front-hero-4-primary img,
.front-hero-4-secondary img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
}

.front-hero-4-primary { aspect-ratio: 16 / 7; }
.front-hero-4-secondary { aspect-ratio: 16 / 9; }

@media (min-width: 992px) {
    .front-hero-4-primary,
    .front-hero-4-secondary { aspect-ratio: auto; min-height: 300px; }
}

.front-hero-4-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 12px;
}

.front-hero-4-dots span {
    width: 6px; height: 6px;
    border-radius: 50%;
    background: var(--bs-border-color, var(--bs-border-color));
}

.front-hero-4-dots span.is-active {
    background: var(--bs-primary, var(--bs-border-accent));
    width: 18px;
    border-radius: 999px;
}
