/* ======================================================================
   Front (home) — Cohort 10 (Kiddies Bazar — warm orange baby/kids)
   Hero extracted to the standalone front-hero/template-10 section.
   ====================================================================== */

/* ---------- Latest products section ---------- */
.front-10-products { background: #f8f8f8; }

.front-10-section-head {
    border-bottom: 2px solid var(--bs-primary);
    padding-bottom: 0.6rem;
}
.front-10-section-title {
    font-size: 1rem;
    font-weight: 800;
    color: #1A1A1A;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.front-10-viewall {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: var(--bs-primary);
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.front-10-viewall:hover { color: var(--bs-secondary); }
