.one-page-stores-footer{
    display: none !important;
    /* 此樣式為獨立分潤賣場原生css，隱藏該多餘的footer */
}

.onestore-page-footer-container {
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eeeeee;
}

.onestore-page-footer-wrapper {
    display: flex;
    justify-content: space-between;
    height: 240px;
    width: 74vw;
    max-width: 1180px;
    /* background-color: #c54d4d; */
}

.onestore-page-footer-wrapper section {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.onestore-page-footer-wrapper section:nth-child(1) {
    width: 40%;
}

.onestore-page-footer-wrapper section:nth-child(2) {
    width: 30%;
}

.onestore-page-footer-wrapper section:nth-child(3) {
    width: 30%;
}

.footer-section-icon-wrapper {
    display: flex;
    gap: 10px;
}

.onestore-page-footer-wrapper section ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 24px;
}

.onestore-page-footer-wrapper section a {
    color: #000000;
}

.footer-section-title {
    margin: 0 0 36px 0;
    padding: 0;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #000000;
    /* background-color: aqua; */
}

.footer-section-content {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #000000;
}

footer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;

    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: #ffffff;
    background-color: #313134;
}

@media screen and (max-width:768px) {
    .onestore-page-footer-container {
        height: 700px;
        display: flex;
        justify-content: center;
        align-items: center;
        /* background-color: #eeeeee; */
    }

    .onestore-page-footer-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 600px;
        width: 74vw;
        max-width: 1400px;
        /* background-color: #c54d4d; */
    }

    .onestore-page-footer-wrapper section:nth-child(1) {
        width: 100%;
        height: 600px;
        /* background-color: antiquewhite; */
    }

    .onestore-page-footer-wrapper section:nth-child(2) {
        width: 100%;
        height: 300px;
        /* background-color: rgb(170, 135, 88); */
    }

    .onestore-page-footer-wrapper section:nth-child(3) {
        width: 100%;
        height: 500px;
        /* background-color: rgb(145, 86, 8); */
    }

    .footer-section-title {
        margin: 0 0 16px 0;
        padding: 0;
        font-family: 'Noto Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 1px;
        color: #000000;
        /* background-color: aqua; */
    }

}