.sticky-top-container {
    position: sticky;
    top: 60px;
    z-index: 4;
    background-color: transparent;
    padding: 10px 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.sticky-top-container > .button {
    margin: 0 auto;
    padding: 10px 20px;
}

.footer-wrap-column-3 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 16px;
    line-height: 1.4;
    color: #ffffff;
}

.footer-wrap-column-3 a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-wrap-column-3 a:hover {
    color: #ffc107;
}

.store-phone-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.store-address {
    font-style: normal;
    font-size: 15px;
    color: #cccccc;
}

/* Email */
.store-email-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 12px;
}

.footer-map {
    margin-top: 15px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
