/* =========================
   STORE HOME BASE
========================= */

*,
*::before,
*::after {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    display: block;
}

.store-section {
    padding: 28px 0;
}

.section-title {
    margin: 0 0 20px 0;
    font-size: 28px;
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #0f172a;
}