h1,
h2,
h3,
p,
ul,
li {
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
}

li {
    list-style: none;
}

.ec-layoutRole__header .ec-headerNaviRole,
.ec-layoutRole__header .ec-categoryNaviRole-wrapper {
    background: #ffffff;
}

.ec-layoutRole__header {
    margin-bottom: 30px;
}

[id] {
    scroll-margin-top: 30px;
}

.ec-productCard {
    background: inherit;
}

main.ec-layoutRole__main .header-image-container {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
}

main.ec-layoutRole__main .header-image {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    height: auto;
}

main.ec-layoutRole__main .header-image img {
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    max-width: 100vw;
    height: 550px;
    object-fit: cover;
}

@media screen and (max-width:1000px) {
    main.ec-layoutRole__main .header-image img {
        width: 100%;
        height: 100%;
    }

    main.ec-layoutRole__main .header-image {
        height: 300px;
    }
}

@media screen and (max-width: 428px) {
    main.ec-layoutRole__main .header-image {
        height: 173px;
    }
}


@media screen and (max-width: 350px) {
    main.ec-layoutRole__main .header-image {
        height: 150px !important;
    }
}