@charset "utf-8";

div.fs-l-page h2 {
    font-family: "futura-pt", sans-serif;
    text-align: center;
    font-size: 2.25em !important;
    font-weight: normal !;
}

nav.fs-c-breadcrumb {
    margin-bottom: 2.5%;
}

.fs-c-heading {
    display: none !important;
}

.fs-c-couponName__explain {
    margin-bottom: 5%;
}

.fs-c-couponProduct {
    margin: 75px 0;
}

a.fs-c-button--myPageTop.fs-c-button--plain {
    padding: 2.5px 7px !important;
}

.fs-c-productListItem__control.fs-c-buttonContainer {
    display: none !important;
}


@media screen and (max-width: 768px) {
    .fs-c-productPrice.fs-c-productPrice--selling span.fs-c-productPrice__main__price.fs-c-price {
        color: #000;
        font-size: 2em !important;
        margin-top: 1em;
    }

    .fs-c-productListCarousel .fs-c-productListCarousel__list__item {
        max-width: clamp(166px, -16.692px + 48.718vw, 185px);
    }

}


