.product-list, .page-contents .product-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -15px;
    padding: 0;
}

    .product-list > li, .product-list .slick-slide, .page-contents .product-list > li, .page-contents .product-list .slick-slide {
        flex: 0 0 auto;
        width: 300px;
        padding: 0 15px;
        margin: 0 0 30px;
    }

    .product-list .box {
        display: block;
        width: 270px;
        height: 100%;
        background-color: #fbfbfb;
        border-radius: 20px;
        text-decoration: none;
        overflow: hidden;
        padding: 0 0 35px;
        color: #525252;
        transition: .3s ease;
        position: relative;
    }

@media(prefers-reduced-motion:reduce) {
    .product-list .box {
        transition: none;
    }
}

.product-list .box span {
    display: block;
}

.product-list .box div.figure {
    min-height: 200px;
    margin: 0 -15px;
    overflow: hidden;
    display: unset !important;
}

    .product-list .box div.figure img {
        width: 100% !important;
        height: auto !important;
        image-rendering: -webkit-optimize-contrast;
        transition: transform .3s ease;
    }

@media(prefers-reduced-motion:reduce) {
    .product-list .box div.figure img {
        transition: none;
    }
}

.product-list .box span.title {
    position: relative;
    font-family: Arial;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    padding: 0 20px 16px;
    color: #000;
    margin-top: 16px;
    overflow: hidden;
    height: 1.7rem;
}

    .product-list .box span.title::before {
        content: " ";
        position: absolute;
        bottom: 0;
        display: block;
        width: 50px;
        height: 2px;
        background-color: #f39500;
    }

.product-list .box span.spot {
    line-height: 1.285714285714286;
    padding: 0 20px;
    margin-top: 16px;
}

html:not(.Mobile) .product-list .box:hover {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
}

    html:not(.Mobile) .product-list .box:hover div.figure img {
        transform: scale(1.05);
    }



.product-list > li, .product-list .slick-slide {
    width: 324px;
}

.product-list .box {
    width: 100%;
}

    .product-list .box div.figure {
        min-height: 216px;
    }

.page-contents .product-list {
    margin: 0 -10px;
}

    .page-contents .product-list > li, .page-contents .product-list .slick-slide {
        width: 33.33333%;
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .page-contents .product-list .box div.figure {
        min-height: 171px;
    }

@media(max-width:991.98px) {


    .product-list, .page-contents .product-list {
        margin: 0 -10px;
    }

        .product-list > li, .product-list .slick-slide, .page-contents .product-list > li, .page-contents .product-list .slick-slide {
            width: 300px;
            padding: 0 10px;
        }

        .product-list .box div.figure, .page-contents .product-list .box div.figure {
            min-height: 246px;
        }
}


/* .product-list {
        margin: 0 -10px;
    }*/

.product-list > li, .product-list .slick-slide {
    width: 300px;
    padding: 0 10px;
}

.product-list .box div.figure {
    min-height: 200px;
}

.page-contents .product-list {
    margin: 0 -8px 0 -7px;
}

    .page-contents .product-list > li, .page-contents .product-list .slick-slide {
        width: 50%;
        padding: 0 8px 0 7px;
        margin-bottom: 15px;
    }

    .page-contents .product-list .box {
        padding: 0 0 18px;
    }

        .page-contents .product-list .box div.figure {
            min-height: 180px;
            margin: 0;
        }

        .page-contents .product-list .box span.title {
            font-size: 1.286rem;
            line-height: 1.5;
            padding: 0 10px 3px;
            margin-top: 6px;
        }

            .page-contents .product-list .box span.title::before {
                width: 50px;
            }

        .page-contents .product-list .box span.spot {
            font-size: .857rem;
            line-height: 1.33333;
            padding: 0 10px;
            margin-top: 8px;
        }


.product-list .box div.figure {
    min-height: 200px;
}

.page-contents .product-list .box div.figure {
    min-height: 95px;
}


.highlight-products {
    position: relative;
    z-index: 2;
    width: 100%;
    overflow-x: hidden;
    padding: 0 0 5rem;
    margin-top: -93px;
}

    .highlight-products .section-title {
        color: #000;
    }

    .highlight-products .product-list {
        flex-wrap: nowrap;
        margin-top: -15px;
    }

        .highlight-products .product-list li {
            margin-bottom: 0;
        }

        .highlight-products .product-list .box {
            box-shadow: 0 0 15px rgba(0,0,0,.1);
        }

html:not(.Mobile) .highlight-products .product-list .box:hover {
    box-shadow: 0 0 15px rgba(0,0,0,.2);
}

.highlight-products .slick-slider {
    display: block;
}

.highlight-products .slick-list {
    padding: 15px 0;
}

.highlight-products .slick-track {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.highlight-products .slick-slide {
    float: none;
    height: auto;
}

.highlight-products .slick-dots {
    margin-top: 16px;
}

@media(max-width:1249.98px) {
    .highlight-products {
        padding: 0 0 5rem;
        margin-top: -53px;
    }
}

@media(max-width:991.98px) {
    .highlight-products {
        margin-top: 0;
    }
}

@media(max-width:767.98px) {
    .highlight-products {
        padding-bottom: 2.857rem;
    }

        .highlight-products .product-list {
            overflow-x: auto;
            padding: 15px 0;
        }

            .highlight-products .product-list > li, .highlight-products .product-list .slick-slide {
                width: 290px;
            }
}
