@media (max-width: 375px) {
    .img-fluid {
        max-width: 50%;
    }
}

@media (max-width: 576px) {
    .img-fluid {
        max-width: 40%;
    }

    #product, #about {
        flex-direction: column !important;
        gap: 2rem;
     
        > div {
            width: unset !important;
        }
    }
}

#product {
    p {
        margin-bottom: .5rem;
    }
}

span.price {
    font-weight: 500;
}

span.bold {
    font-weight: bold;
}

span.description {
    font-size: smaller;
    color: #8e8e8e;
}

p.description { text-align: justify; }

.card > a {
    all: unset;
    cursor: pointer;
}

#about {
    a {
        color: unset;
    }

    a:hover {
        text-decoration: none;
    }
}

.cover-image-wrapper {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: rgb(212, 212, 212);
}

.cover-image-wrapper img {
    height: 244px;
    width: auto;
    object-fit: contain;
    box-shadow: 19px 19px 14px rgba(0, 0, 0, 0.3);
}

.card-text { text-align: justify; }

.cover-wrapper { 
    max-height: 448px;
    width: 40%;
    text-align: center;
    object-fit: cover;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    margin: .5rem 0;
    background-color: rgb(212, 212, 212);
}

.cover-wrapper img { 
    max-height: 100%;
    box-shadow: 19px 19px 14px rgba(0, 0, 0, 0.3);
}

#sinopsis-description {
    padding: 0 10%;
}

.rm-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background-color: unset;
}

.rm-padding img {
    box-shadow: unset;
}