﻿@font-face {
    font-family: caveat;
    src: url("/css/Caveat/Caveat-VariableFont_wght.ttf")
}
/*@font-face {
    font-family: ReenieBeanie;
    src: url("/css/ReenieBeanie/ReenieBeanie-Regular.ttf")
}*/
.box-product-classic-img img {
    border-radius: 2px;
    box-shadow: 0 13px 21px rgba(0, 0, 0, 0.39);
    transition: all .3s;
}

.box-product-classic-img:hover img {
    box-shadow: 0 13px 32px rgba(0, 0, 0, 0.59);
}

.box-product-classic-caption {
    padding-top: 25px;
}
.front-page-info {
    /* 
    font-size: 18px;
    font-weight:bold;
    font-style:italic;
    text-align:justify;*/
    font-size: 24px;
    font-family: caveat;
}
/*    .box-product-classic-caption .small {
        text-transform: uppercase;
        letter-spacing: .05em;
    }

    .box-product-classic-caption .divider-small {
        margin-top: 20px;
        margin-bottom: 20px;
    }

        .box-product-classic-caption .divider-small:after {
            background: #2f2f2f;
            width: 90px;
            height: 1px;
        }

    .box-product-classic-caption .box-product-classic-author {
        text-transform: capitalize;
        letter-spacing: .05em;
        color: #29293a;
    }

* + .box-product-classic-title {
    margin-top: 15px;
}*/
.img-home {
    width: 100%;
    max-width: 209px;
    max-height: 323.4px;
    /*    max-width: 228px;
    max-height: 352px;*/
    /*    max-width: 266px;
    max-height: 411px;*/
    /*    max-width: 190px;
    max-height: 294px;*/
    object-fit: contain;
}

.box-product-classic {
    padding: 25px;
}