body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif!important;
    font-size: 15px!important;
}
.search input {
    padding-left: 40px; /* Ajuste conforme necessário */
    padding-right: 20px; /* Ajuste conforme necessário */
}

.start-btn,
.end-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
}

.start-btn {
    left: 5px; /* Ajuste conforme necessário */
}

.end-btn {
    right: 5px; /* Ajuste conforme necessário */
}

.nav-link {
    color: var(--bs-secondary-dark-rgb)!important;
}

.nav-link-menu {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: var(--bs-secondary-dark-rgb)!important;
}

.nav-link-menu::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px; /* Altura da linha de sublinhado */
    bottom: 0;
    left: 50%;
    background-color: currentColor;
    transition: width 0.3s ease, left 0.3s ease;
}

.nav-link-menu:hover::after {
    width: 100%;
    left: 0;
}

.gridtemplate1{
    display:grid;
    grid-template-columns:repeat(1,1fr);
    gap: 10px;
}

.gridtemplate2{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap: 10px;
}

.gridtemplate3{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap: 10px;
}

.gridtemplate4{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap: 10px;
}

.gridtemplate5{
    display:grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

@media (min-width: 1500px) {
    .container-xxl {
        max-width: 1420px!important;
    }
}

.text-dark-anuncio {
    color: var(--bs-secondary-dark-rgb)!important;
}

@media screen and (max-width: 1024px) {
    .gridtemplate1{
        display:grid;
        grid-template-columns:repeat(1,1fr);
        gap: 10px;
    }

    .gridtemplate3{
        display:grid;
        grid-template-columns:repeat(2,1fr);
        gap: 10px;
    }

    .gridtemplate4{
        display:grid;
        grid-template-columns:repeat(3,1fr);
        gap: 10px;
    }

    .gridtemplate5{
        display:grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
    }
}



.prod-item {
    padding: 10px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
}


.navbar-toggler {
    background-color: var(--bs-secondary-dark-rgb);
}

.btn-secondary-dark {
    background-color: var(--bs-secondary-dark-rgb);
    border-color: var(--bs-secondary-dark-rgb);
}


.prod-item img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.prod-item img.vid {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all .5s;
}
.prod-item img:hover {
    transform: scale(1.05);
}

.big-image {
    object-fit: contain;
    width: 100%;
    height: 500px;
    transition: all .5s;
}

.big-image-100 {
    object-fit: contain;
    width: 100%;
    height: 100px;
    transition: all .5s;
}

.prod-item-nome {
    min-height: 42px;
    margin-top: 8px;
    font-weight: 500;
    letter-spacing: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.grade-itemname {
    min-height: 78px;
    letter-spacing: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    vertical-align: middle;
}

.prod-item-preco {
    font-size: 24px;
    font-weight: 700;
    color: var(--bs-dark-rgb) !important;
}

/*.prod-addons div {*/
/*    visibility: hidden;*/
/*    opacity: 0;*/
/*    transition: visibility 0s, opacity 0.3s ease-in-out;*/
/*}*/

/*.prod-item:hover .prod-addons div {*/
/*    visibility: visible;*/
/*    opacity: 1;*/
/*}*/

.prod-addons div {
    visibility: visible;
    opacity: unset;
    transition: visibility 0s, opacity 0.3s ease-in-out;
}

.listitenscaract li {
    margin-bottom: 5px; /* Espaçamento entre os itens */
    text-indent: -20px; /* Ajusta o valor conforme necessário */
    padding-left: 20px; /* Ajusta o valor conforme necessário */
}

.fs-4 {
    line-height: 26px;
}

.modal.zoom .modal-dialog {
    transform: scale(0);
    transition: transform 0.15s ease-out;
}

.modal.show .modal-dialog {
    transform: scale(1);
}


/*.variacoes-produto-grade {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    gap: 1rem; !* Adjust the gap as needed *!*/
/*    justify-content: left; !* Optional: Adjust as needed *!*/
/*    max-height: 250px;*/
/*    overflow-y: auto;*/
/*}*/

.variacoes-produto-grade .slick-arrow {
    /*margin-top: 25%;*/
}

.variacoes-produto-grade {
    /*display: block;*/
    /*flex-wrap: unset;*/
    /*gap: 5px; !* Adjust the gap as needed *!*/
    /*justify-content: center; !* Optional: Adjust as needed *!*/
    /*max-height: unset;*/
    /*height: 80px;*/
    /*overflow-y: unset;*/
    /*margin-bottom: 20px;*/
}

.fotovar {
    width: 100%;
    height: 100px;
    object-fit: contain;
}

.fotovar-grade {
    width: 70px;
    height: 70px;
    border: 1px solid #f5f5f5!important;
}

div[class~="fotovar-grade"][class~="active"] {
    border: 2px solid var(--bs-dark)!important;
}

.fotovar-grade img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    transition: all .5s;
    cursor: pointer;
    margin: auto;
}


.fotovar-grade img:hover {
    transform: scale(1.05);
}

.btn-mainmenu {
    width: 40px;
    height: 40px;
}

.btn-chat {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 999;
    background-color: #FF8800FF;
    width: 168px;
    height: 48px;
    border-radius: 999px; /* Estilo de pílula arredondada */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: white; /* Cor do texto para melhor contraste */
    font-size: 16px; /* Tamanho do texto */
}


@media screen and (max-width: 768px) {

    .btn-chat {
        position: fixed;
        left: 20px;
        bottom: 20px;
        z-index: 999;
        background-color: #FF8800FF;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        display: flex;
    }

    .gridtemplate3{
        grid-template-columns:repeat(1,1fr)!important;
    }

    .gridtemplate4{
        grid-template-columns:repeat(2,1fr)!important;
    }

    .gridtemplate5{
        grid-template-columns:repeat(2,1fr)!important;
    }

    .prod-item img {
        object-fit: contain;
        height: 160px;
        transition: all .5s;
    }

    .prod-item-preco {
        font-size: 22px!important;
    }

    .big-image {
        object-fit: contain;
        width: 100%;
        height: 200px!important;
        transition: all .5s;
    }

    .add-cart-div {
        position: sticky;
        bottom: 10px;
        background-color: white;
        z-index: 2;
        padding-top: 10px;
    }

    .fs-4 {
        calc(1 + .3vw)!important
    }

    .grade-referencia {
        font-size: 12px;
    }

    .variacoes-produto-grade .slick-arrow {
        margin-top: -25px;
    }

    .variacoes-produto-grade {
        display: block;
        flex-wrap: unset;
        gap: 5px; /* Adjust the gap as needed */
        justify-content: center; /* Optional: Adjust as needed */
        max-height: unset;
        height: 80px;
        overflow-y: unset;
        margin-bottom: 20px;
    }

    .fotovar-grade img {
        margin: auto;
        text-align: center;
    }

    .prod-addons div {
        visibility: visible;
        opacity: unset;
        transition: visibility 0s, opacity 0.3s ease-in-out;
    }


}

a {
    text-decoration: none!important;
}

.skeleton {
    background-color: #eee;
    background-image: linear-gradient(90deg, #eee, #f5f5f5, #eee);
    background-size: 200px 100%;
    background-repeat: no-repeat;
    border-radius: 4px;
    display: inline-block;
    line-height: 1;
    width: 100%;
    height: 50px;
    margin: 14px 0px 14px;
    animation: skeleton-animation 1.5s ease-in-out infinite;
}

@keyframes skeleton-animation {
    0% {
        background-position: -200px 0;
    }
    100% {
        background-position: calc(200px + 100%) 0;
    }
}

@media screen and (min-width: 768px) {
    h1 {
        font-size: 2rem!important;
    }
    h2 {
        font-size: 1.5rem!important;
    }
}

.bg-rgb-white-smoke {
/*    Gradiente de cima para baixo, branco para cinza*/
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 90%, rgba(220, 220, 220, 1) 100%);
}

.card__counter {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    padding: 5px;
    background: #F7F7F7;
    border-radius: 50px;
}

.card__counterX {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    padding: 5px;
    background: #F7F7F7;
    border-radius: 50px;
}

.card__counter-score, .card__btn {
    font-weight: 600;
    color: #000;
    width: 100%;
    text-align: center;
    background-color: transparent;
/*  desabilitar borda quando foca no input  */
    outline: none;
    border: none;

}

.card__counter-scoreX, .card__btnX {
    font-weight: 600;
    color: #000;
    width: 100%;
    text-align: center;
    background-color: transparent;
    /*  desabilitar borda quando foca no input  */
    outline: none;
    border: none;

}

.card__btn {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    border: none;
    background: transparent;
/*  alinhar centro vertical e horizonatal  */
    display: flex;
    justify-content: center;
    align-items: center;
}

.card__btn-plus {
    background: #fff;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    vertical-align: middle;
}


.card__indicator {
    font-weight: 500;
    font-size: 14px;
    color: #000;
}

.card__progress progress {
    width: 100%;
    height: 4px;
    border-radius: 100px;
    transition: width 0.5s ease-in-out;
}

.card__progress progress::-webkit-progress-bar {
    background-color: #00000030;
    border-radius: 100px;
    transition: width 0.5s ease-in-out;
}

.card__progress progress::-webkit-progress-value {
    background-color: #000;
    border-radius: 100px;
    transition: width 0.5s ease-in-out;
}

.card__progress_success progress::-webkit-progress-value {
    background-color: #2bb71a;
    border-radius: 100px;
    transition: width 0.5s ease-in-out;
}

.cart-count {
/* cart counter vermelho redondo position absolute */
    position: absolute;
    top: 0px;
    right: -5px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #ff0000;
    color: #fff;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}



.cookies-card {
    width: 280px;
    height: fit-content;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.cookie-heading {
    color: rgb(34, 34, 34);
    font-weight: 800;
}
.cookie-para {
    font-size: 11px;
    font-weight: 400;
    color: rgb(51, 51, 51);
}
.button-wrapper {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.fotos .slick-dots {
    display: block !important;
}



.btn-chat i {
    font-size: 30px;
    margin: auto;
    color: white;
    font-weight: bold;
}

.container-chat {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 999;
    display: none;
}


.chat-card {
    width: 360px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.chat-header {
    padding: 10px;
    background-color: #000000;
    display: flex;
    align-items: center;
    color: white!important;
}

.chat-header .h2 {
    font-size: 16px;
    color: #333;
}

.chat-body {
    padding: 20px;
    max-height: 350px;
    overflow-y: auto;
    transition: all 0.3s;
}

.message {
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    position: relative;
    display: inline-block;
}

.incoming {
    background-color: #e1e1e1;
}
.incoming::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -10px; /* Ajusta a posição do triângulo */
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #e1e1e1; /* Cor do triângulo */
}

.outgoing {
    background-color: #9bffce;
    text-align: right;
    margin-left: auto;
}

.outgoing::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -10px; /* Ajusta a posição do triângulo */
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #9bffce; /* Cor do triângulo */
}

.message p {
    font-size: 14px;
    color: #333;
    margin: 0;
}

.chat-footer {
    padding: 10px;
    background-color: #f2f2f2;
    display: flex;
}

.chat-footer input[type="text"] {
    flex-grow: 1;
    padding: 5px;
    border: none;
    border-radius: 3px;
}

@keyframes chatAnimation {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.chat-card .message {
    animation: chatAnimation 0.3s ease-in-out;
    animation-fill-mode: both;
    animation-delay: 0.1s;
}

.chat-card .message:nth-child(even) {
    animation-delay: 0.2s;
}

.chat-card .message:nth-child(odd) {
    animation-delay: 0.3s;
}

.btn-chat-online {
    color: #00ff0c !important;
    font-size: 10px;
}

.chat-body img {
    width: 100%!important;
}

.animated-text {
    position: relative;
    width: 100%;  /* ajuste conforme o tamanho do texto */
    white-space: nowrap;
    overflow: hidden;
    animation: slideInOut 5s infinite;
}

/* Definindo a animação com keyframes */
@keyframes slideInOut {
    0% {
        transform: translateX(100%);  /* Início: fora da tela à direita */
    }
    20% {
        transform: translateX(0);  /* Entrando na tela */
    }
    80% {
        transform: translateX(0);  /* Texto parado por um tempo */
    }
    100% {
        transform: translateX(-100%);  /* Saindo rapidamente para a esquerda */
    }
}


.btnw {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition-duration: 0.3s;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.199);
    background-color: #00d757;
}

.btnw .sign {
    width: 100%;
    transition-duration: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btnw .sign svg {
    width: 25px;
}

.btnw .sign svg path {
    fill: white;
}
.btnw .text {
    position: absolute;
    right: 0%;
    width: 0%;
    opacity: 0;
    color: white;
    font-size: 1.2em;
    font-weight: 600;
    transition-duration: 0.3s;
}

.btnw:hover {
    width: 150px;
    border-radius: 40px;
    transition-duration: 0.3s;
}

.btnw:hover .sign {
    width: 30%;
    transition-duration: 0.3s;
    padding-left: 10px;
}

.btnw:hover .text {
    opacity: 1;
    width: 70%;
    transition-duration: 0.3s;
    padding-right: 10px;
}
.btnw:active {
    transform: translate(2px, 2px);
}

.fotos .slick-dots {
    display: block !important;
}
