.card {
    border-radius: 5px;
    text-align: center;
}

.card img {
    width: 100%;
    height: 80%;
    object-fit: cover;
    object-position: center;
}

.card h6 {
    font-size: 18px;
    text-align: right;
    line-height: 1.5em;
    font-weight: 700;
    color: #fff;
    padding: 10px;
}

.card > div {
    margin-top: -10px;
    background-color: #005f8d;
}

.product-button {
    margin-top: 20px; 
    text-align: center;
    background-color: #01aed6;
    color: white;
    padding: 10px 0;
    width: 90%;
    display: inline-block;
    font-size: 1.2em;
    transition: all 0.3s ease-in-out;
}

.category-back {
    background-color: #005f8d;
    color: white;
    width: 200px;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 1.2em;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.category-title {
    font-size: 40px;
    margin-top: 50px;
    line-height: 1.5em;
}

.category-back:hover,
.card a:hover,
.product-button:hover {
    opacity: 0.8;
}

.post-title {
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
    text-wrap: balance;
}   

.post-img {
    width: 50% !important;
}

.product-button a {
    color: white;
}

.post-sidebar h6 {
    font-size: 32px;
    line-height: 1.5em;
}

.post-sidebar p {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.5em;
}

.post-content {
    font-size: 18px;
    line-height: 1.5em;
}

.owl-carousel .item {
    margin: 0 20px;
    /* display: flex; */
    /* flex-flow: column;
    height: 400px; */
}

.owl-carousel .item h6 {
    font-size: 20px;
    text-align: center;
    /* flex-grow: 1; */
}

.owl-carousel img {
    float: left;
    width:  100px;
    height: 200px;
    object-fit: cover;
    margin-bottom: 30px;
}

.owl-carousel .item:hover {
    transform: scale(1.1);
}

.category-banner {
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.category-banner > div {
    color: white;
    font-size: 50px;
    font-weight: 700;
}

.blurb {
    width: 80%;
    margin: 50px auto;
}

.product-info h1 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 36px;
}

.product-info h2 {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 30px;
}

.product-info h3 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 24px;
}
.product-info p {
    font-size: 18px;
    margin-bottom: 10px;
}

.product-info li {
    font-size: 18px;
}

.product-info hr {
    margin-bottom: 20px;
}