/**
* Theme Name: Puca Child
* Description: This is a child theme for Puca
* Author: Thembay
* Author URI: https://thembay.com/
* Version: 2.6.28
* Template: puca
*/


/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */


#shop-now a.button.venda-direta-button {
    color: #fff;
    background: var(--tb-theme-color);
    border-color: var(--tb-theme-color);
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 30px;
    text-transform: inherit;
    font-size: 13px;
    line-height: 42px;
    text-transform: none;
    width: 100%;
    margin-top: 20px;
    float:left;
    margin-left: 0 !important;
}

#shop-now a.button.venda-direta-button:hover {
    background: var(--tb-theme-color-second);
    border-color: var(--tb-theme-color-second);
}

.tbay-filter+.products .row .product-block.grid {
    width: 100%;
}

.product-block .image {
    aspect-ratio: 1;
}

.products.products-grid .product-block img,
.related.products .product-content img,
.product-recently-viewed .product-content img {
    height: auto;
    max-width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
}


