
  @import url('https://fonts.googleapis.com/css2?family=Handlee&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;600&display=swap');
:root {
    --black-color:#000000;
    --gray-light:#828282;
}
img {
    border-style: none;
    height: auto;
    max-width: 100%;
}
a {text-decoration: none;}

.category-bar {
            background-color: #fff;
            border-bottom: 1px solid #eee;
        }
.category-link {
            color: #333;
            text-decoration: none;
            font-weight: 500;
            padding: 10px 15px;
            display: inline-block;
            transition: color 0.3s;
        }
.category-link:hover {
            color: #EC1F25;
        }
.offcanvas-footer {
            padding: 1rem;
            border-top: 1px solid #dee2e6;
        }
.contact-bar-bottom {
            background-color: #333; /* Cor de destaque */
            padding: 10px 0;
            transition: background-color 0.3s;
        }
.contact-bar-bottom:hover {
            background-color: #c8191e;
        }
.contact-bar-bottom a {
            color: #fff;
            text-decoration: none;
            font-weight: 300;
            display: block;
            width: 100%;
            text-align: center;
            text-transform: uppercase;
}
.bnt__contact {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    width: 280px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 12px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 14px;
    background: var(--black-color);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
}

.bnt__contact:hover {
    display: flex;
    align-items: center;
    justify-content: center;
    
    width: 280px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 12px;
    color: var(--black-color);
    border-color: var(--black-color);
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 14px;
    background: #ffffff;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
}
/****CARDS****/
.product__list .product {
    padding-left: 10px;
    padding-right: 10px;
    flex: 0 0 25%;
    width: 25%;
    margin-bottom: 100px;
}

@media screen and (max-width: 1200px) {
    .product__list .product {
        flex: 0 0 33.333333%;
        width: 33.333333%;
        margin-bottom: 80px;
    }
}
@media screen and (max-width: 768px) {
    .product__list .product {
        flex: 0 0 50%;
        width: 50%;
        margin-bottom: 80px;
    }

    .btn-vendedores {
        margin-right: 0px!important;
    }

    .btn-instagram {
        margin-left: 25px!important;
    }
}
@media screen and (max-width: 500px) {

    .bnt__contact {     
        width:100%;
        line-height: 1.15;
        margin-left: none;
    }  
        @media (max-width: 767.98px) {
            .navbar-brand img {
                max-height: 50px;
            }
        }

    .bnt__contact:hover {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        width: 280px;
        height: 50px;
        flex-shrink: 0;
        border-radius: 12px;
        color: var(--black-color);
        border-color: var(--black-color);
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-size: 14px;
        background: #ffffff;
        box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
    }
}

.btn-vendedores {
    margin-right: 30px;
}

.btn-instagram {
    margin-left: 45px;
}

.infos {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;   
}
.infos h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;    
}
.infos span,
.footer__cart span {
    flex: 1;
}
.infos .value__vj,
.footer__cart .value__vj,
.infos  .value__at,
.footer__cart .value__at,
.infos  .number
.footer__cart .number {
    text-align: right;
}
.infos .btn__add,
.footer__cart .btn__send {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 43px;
    font-size: 13px;
    color: #000;
    border: 1px solid #000;
}
.btn__send:hover {
    background: var(--black-color);
    border: 1px solid var(--black-color);
    color: #FFFFFF;
}
.footer__cart .btn__send {
    margin: 10px auto;
    max-width: 80%;
}
.infos .btn__add:hover {
    background: var(--black-color);
    border: 1px solid var(--black-color);
    color: #f2f2f2;
}
/**********CART*********/
.bag__fixed {
    position: fixed;
    z-index: 1044;
    right: 21px;
    bottom: 32px;
    background: #f2f2f2;
    padding: 10px;
    border-radius: 50%;
    border: solid 2px var(--black-color);
}

.cart__item span{   
 font-size: 12px;
 line-height: 1.15;
 margin: .5rem 0;
}
.cart__item h3 {
    font-size: 16px;
}

.icon-pedido {
    margin-left: 10px;
}

.footer {
    background: var(--black-color);
}

.link-copy {
    color: #EC1F25;
}

.link-copy:hover {
    color: #FFFFFF;
}

.badge-bag {
    position: fixed;
    z-index: 1045;
    right: 19px;
    bottom: 76px;
    background: red;
    padding: 3px;
    border-radius: 50%;
    border: red;
    height: 24px;
    width: 24px;
}

.badge-bag span {
    top: -3px;
    position: relative;
    color: #FFFFFF;
}

.btn-black {
    color: #fff;
    background-color: #f2bfcc;
    border-color: #f2bfcc;
}
.btn-black:hover {
    color: #000;
    background-color: #fff;
    border-color: #f2bfcc;
}

.text-name {
    font-size: .8rem;
}

body > div.swal2-container.swal2-center.swal2-backdrop-show > div > div.swal2-header > div.swal2-icon.swal2-warning.swal2-icon-show {
    font-size: 25px;
}

.imgProduto {
    max-height: 430px;
}

@media (max-width: 768px) {
    .imgProduto {
        max-height: 249px!important;
    }
}