/*
Theme Name: Klips-B
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.card-attrs {
    display: flex;
    gap: .75rem 1rem;
    flex-wrap: wrap;
    margin: .25rem 0 25px;
    color: #000;
    align-items: center;
    justify-content: space-around;
}

.card-attr {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    font-size: .85rem;
    line-height: 1;
}

.card-attr .attr-icon {
    display: inline-flex;
    width: 20px;
    height: 20px;
}

.card-attr .attr-icon svg {
    width: 20px;
    height: 20px;
    display: block;
}

.card-attr .attr-icon svg path {
    fill: currentColor;
}

/* іконка бере колір тексту */

/*.product-small .price-wrapper{ padding : 0 10px; }*/
.product-small .price {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 15px;
}

.product-small .box-image img {
    /* height: 215px; */
    object-fit: contain;
    aspect-ratio: 1/1;
    margin-bottom: 10px;
}

.product-small .category {
    margin-bottom: 10px;
}

.product-small .product-title {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 1rem;
}

.product-small .prod-snippet {
    margin-top: .5rem;
    font-size: .85rem;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* постав 2 або 3 як хочеш */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.button.alt,
.button.checkout,
.checkout-button,
.secondary {
    background-color: #21366c;
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/


}