body {
    background-color: #97EDEF !important;
}

.app-wrapper > .wrapper {
    padding: 0 !important;
}

.feature-card {
    display: flex;
    width: 100%;
    margin: 0 0 96px 0;
    cursor: pointer;
}

.feature-card .image {
    display: flex;
    width: 40%;
    height: 480px;
    background-image: url('../../../img/product/feature-left-desktop.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    justify-content: center;
}

.feature-card .image .img-fluid {
    width: 240px;
    height: 320px;
    margin-top: 64px;
    object-fit: fill;
}

.feature-card .information {
    width: 60%;
    height: 480px;
    padding-right: 40px;
    background-image: url('../../../img/product/feature-right-desktop.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.feature-card .information .author {
    color: #334773;
    margin-bottom: 12px;
}

.feature-card .information .description {
    color: #334773;
    line-height: 1.5;
}

.feature-card .information .price {
    color: #334773;
    margin-bottom: 12px;
}

.feature-card .information .price .highlight {
    color: #ff6446;
}

.feature-card .information .title {
    margin-top: 64px;
    font-size: 32px;
    color: #1AA5B6;
}

.feature-card .information .title-divider {
    width: 100%;
    height: 2px;
    margin: 20px 0 32px;
    border: none;
    background-color: #1AA5B6;
}

.feature-icon {
    width: 280px;
    height: 80px;
    margin: 0 auto;
    background-image: url('../../../img/product-feature.svg');
    background-repeat: no-repeat;
}

.feature-wrapper {
    width: 1140px;
    margin: auto;
}

.product-container {
    border-top-left-radius: 120px;
    border-top-right-radius: 120px;
    background-color: #DEFCFB;
}

.slick-wrapper {
    margin-bottom: 100px;
}

.slick-wrapper > h2 {
    width: 280px;
    margin-left: 124px;
    margin-bottom: 100px;
    padding: 24px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    background-color: #97EDEF;
    color: #1AA5B6;
    text-align: center;
}

.product-paginate {
    padding: 0 124px;
}

.product-paginate .book-card {
    margin: 64px 32px;
}

.product-paginate .book-card .information .title {
    -webkit-line-clamp: 3;
}

.product-wrapper {
    margin-bottom: 100px;
    border-top-left-radius: 120px;
    border-top-right-radius: 120px;
    background-color: #97EDEF;
}

.product-wrapper > h2 {
    width: 280px;
    margin-left: 124px;
    margin-bottom: 100px;
    padding: 24px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    background-color: #DEFCFB;
    color: #1AA5B6;
    text-align: center;
}

.wave {
    background-color: #97EDEF;
}

@media (max-width: 1024px) {
    .feature-wrapper {
        width: 90%;
    }

    .feature-card .image .img-fluid {
        width: 180px;
        height: 260px;
    }
}

@media (max-width:  960px),
    (max-width: 480px) {
    .feature-card {
        flex-direction: column;
        align-items: center;
    }

    .feature-card .image {
        width: 400px;
        height: 380px;
        background-image: url('../../../img/product/feature-top-mobile.png');
    }

    .feature-card .image .img-fluid {
        width: 160px;
        height: 240px;
        margin-top: 32px;
    }

    .feature-card .information {
        display: flex;
        flex-direction: column;
        width: 400px;
        height: 430px;
        padding-right: 0;
        background-image: url('../../../img/product/feature-bottom-mobile.png');
        align-items: center;
    }

    .feature-card .information .author,
    .feature-card .information .description,
    .feature-card .information .price,
    .feature-card .information .title,
    .feature-card .information .title-divider {
        width: 70%;
    }

    .feature-card .information .title {
        margin-top: 0;
    }

    .feature-wrapper {
        width: 100%;
    }

    .grid-selector {
        margin-top: 48px;
    }

    .product-paginate {
        padding: 0 16px;
    }
}

@media (max-width: 480px) {
    .product-wrapper > h2,
    .slick-wrapper > h2 {
        margin: 0 auto 100px auto;
    }
}
