#ab1c23
    @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

::before,::after {
    box-sizing: border-box;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root {
    --cor-header-footer: #489bf1;
    --main-color-datails: #3b6fdf;
    --main-color-transparent: #105bcc26;
    --main-color-dark: #0a4e8d;
    --clr: #333;
    --branco-roxo: #E9E7F4;
    --green-preco: #54cb5d;
    --blue-color: #0679cb;
    --color-modest: #1b99e2;
    --red:#df5050;
    --yellow: #f5b423;
    --green: #54cb5d;
    --cor-empresa: #ab1c23;

  }
  .campo-nova-compra {
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 10px;
    z-index: 2;
    width: auto;
    display: flex;
    height: auto;
    max-width: 300px;
    flex-direction: column;
    row-gap: 15px;
}

float.btn-whatsapp-flutuante {
    z-index: 2;
    width: 50px;
    height: 50px;
    background: green;
    position: fixed;
    color: white !important;
    bottom: 80px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    cursor: pointer;
    border-radius: 50%;
}



float.btn-whatsapp-flutuante > a, btn-whatsapp-flutuante > a > i {

    color: white !important;
  
}

img.foto-modelo-pagamento {
    width: 25px;
    text-align: left;
    object-fit: contain;
    padding-top: 3px;
}

.precos-space {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding: 5px 5px;
    align-items: flex-start;
}

span.descricao-modo-pagamento {
    font-size: 12px;
}

span.value-padrao-page-product {
    text-align: left;
}

.space-modo_pagamento {
    display: flex;
    column-gap: 5px;
    align-items: flex-start;
    width: 100%;
}


.container-on{
    width: 100% !important;
}

.box-msg-intall-app {
    width: 100%;
    position: absolute;
    z-index: 10;
    color: white;
    padding: 10px;
    border-radius: 5px;
    top: 77px;
    display: none;
}

.minha-conta-btn {
    padding: 10px;
    background: var(--cor-empresa);
    color: white !important;
    border-radius: 5px;
}

.content-box-app {
    background: #3d3d3d;
    padding: 10px;
    display: flex;
    border-radius: 10px;
    text-align: center;
    row-gap: 10px;
    flex-direction: column;
    box-shadow: 0px 0px 3px black;
}

.content-box-app > button {
    height: 35px;
    border-radius: 5px;
    background: var(--green);
    color: white;
    font-size: 15px;
}


button#not-install-button {
    height: 35px;
    padding: 0 20px;
    background: var(--yellow);
    border-radius: 5px;
    border: none;
    cursor: pointer;
    width: 100%;
}

.install-button-css {
    height: 35px;
    padding: 0 20px;
    background: var(--green);
    border-radius: 5px;
    border: none;
    cursor: pointer;
    width: 100%;
}

.space-btns-installs {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}

.message-for-iphone{
    display: none;
}

.mensagem-notificacao {
    background: var(--green);
    padding: 10px;
    border-radius: 10px;
    border: solid 1px #33a13c;
    box-shadow: 0px 0px 10px #000000bf;
    color: #fff;
    font-weight: 600;
}

  
  .space-ajuda-site {
    position: absolute;
    bottom: 100px;
    right: 5px;
}




.box-msg-intall-app {
    width: 100%;
    position: absolute;
    z-index: 10;
    color: white;
    padding: 10px;
    border-radius: 5px;
    top: 55px;
    display: none;
}

.bolas {
    text-align: center;
}

.content-box-app {
    background: #3d3d3d;
    padding: 10px;
    display: flex;
    border-radius: 10px;
    text-align: center;
    row-gap: 10px;
    flex-direction: column;
    box-shadow: 0px 0px 3px black;
}

.content-box-app > button {
    height: 35px;
    border-radius: 5px;
    background: var(--green);
    color: white;
    font-size: 15px;
}





a.cotent-ajuda {
    background: #54cb5d;
    padding: 10px;
    box-shadow: 0px 0px 6px #00000066;
    border-radius: 20px;
    color: white;
    cursor: pointer;
}
  

html {
    scroll-behavior: smooth;
}

div.card-shop {background: #F7F7F7;
    padding: 10px;
    width: 242px;
    min-height: 354px;
    max-height: 525px;
    border: solid 1px var(--cor-empresa);
    position: relative;
    border-radius: 5px;
    box-shadow: 0px 0px 9px #00000094;
}

.etiqueta-produto-identify{
    box-shadow: 9px 6px 7px #0000001c;
    position: absolute;
    width: auto;
    padding: 0 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: white;
    height: 23px;
    background: var(--blue-color);
    top: 0;
    z-index: 1;
}

.etiqueta-produto-identify::after {
    content: "Combo";
}

.etiqueta-produto-identify::before {
    content: 'Combo';
    position: absolute;
    width: auto;
    padding: 0 4px;
    height: 30px;
    background: var(--blue-color);
    clip-path: polygon(0 0, 100% 0%, 100% 24%, 49% 0, 0 24%);
    top: 22px;
}

.img-logo-phone {
    width: 100px;
    max-height: 42px;
    object-fit: contain;
}

a.btn-addtocart-card {
    width: 100%;
    font-size: 14px;
    position: relative;
    color: white;
    display: flex;
    background: var(--green);
    border-radius: 5px;
    justify-content: center;
    height: 35px;
    padding: 4px 0;
    align-items: center;
    font-size: 17px;
    font-weight: 500;
}

span.circle-qtd-itens-cart {
    position: absolute;
    top: -7px;
    right: -14px;
    height: 23px;
    width: 23px;
    font-size: 11px;
    display: flex;
    align-items: center;
    background: red;
    justify-content: center;
    border-radius: 50%;
    text-align: center;
    color: var(--branco-roxo);
    /* padding: 0px 7px; */
}


section.body-cart {
    padding: 0 10px;
    padding-bottom: 100px;
}

.value-padrao-page-product-center{
    margin: 0 auto;
}


  /* ini: Preloader */
 
  #preloader {
    position:
    fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color: var(--branco-roxo); /* cor do background que vai ocupar o body */
    z-index:999; /* z-index para jogar para frente e sobrepor tudo */
}

.quadro-todos-cards {
    width: 100%;
    height: 100%;
    position: relative;
    /* display: -webkit-inline-box; */
    overflow-y: hidden;
    overflow-x: auto;
}
#preloader .inner {
    position: absolute;
    top: 50%; /* centralizar a parte interna do preload (onde fica a animaÃƒÂ§ÃƒÂ£o)*/
    left: 50%;
    transform: translate(-50%, -50%);  
}
.bolas > div {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  margin: 3px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: animarBola;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.bolas > div:nth-child(1) {
    animation-duration:0.75s ;
    animation-delay: 0;
}
.bolas > div:nth-child(2) {
    animation-duration: 0.75s ;
    animation-delay: 0.12s;
}
.bolas > div:nth-child(3) {
    animation-duration: 0.75s  ;
    animation-delay: 0.24s;
}
 
@keyframes animarBola {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  16% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }
  33% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; 
  } 
}
/* end: Preloader */







.content-card {
    width: 100%;
    height: 100%;
}

.btn-favorite {
    position: absolute;
    right: 12px;
    top: 12px;
    font-size: 30px;
    color: var(--blue-color);
    border-radius: 50%;
    align-items: center;
}
.space-img-produto {
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-bottom: 23px;
}

@keyframes vertical-spin {
    <!-- 0% {
        transform: rotateX(0deg); /* Posição inicial */
    }
    80% {
        transform: rotateX(1800deg); /* Gira 5 vezes (360° x 5 = 1800°) */
    }
    100% {
        transform: rotateX(1800deg); /* Mantém a posição final temporariamente */
    } -->
    0% {
        transform: scale(1); /* Posição inicial (sem zoom) */
    }
    50% {
        transform: scale(1.1); /* Aumenta (inflar) */
    }
    100% {
        transform: scale(1); /* Retorna ao tamanho original (desinflar) */
    }
}

.space-contet-frase-destaque {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: var(--cor-empresa);
    padding: 7px 5px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transform-origin: center; /* Define o ponto de rotação */
    animation: vertical-spin 2s ease-in-out infinite; /* Duração de 6s */
    
}

span.text-frase-destaque {
    text-align: center;
    color: white;
    font-size: 13px;
    text-transform: uppercase;
}


.img-produto {
    width: 100%;
    object-fit: contain;
    height: 100%;
}

.space-title-produto {
    text-align: left;
    padding-bottom: 4px;
}

.title-produto {
    font-size: 17px;
    color: var(--clr);
    font-weight: unset;
}

.space-value-produto {color: var(--clr);font-weight: 500;font-size: 18px;text-align: center;padding-bottom: 10px;}

.value-padrao {
    color: var(--clr);
    font-size: 20px;
}

.value-promo {
    font-size: 14px;
    color: var(--green-preco);
    padding: 5px 0;
    display: block;
    text-align: center;
}

.value-parcela {
    display: none;
    font-size: 12px;
    color: var(--clr);
}

.value-centavos-parcela {
    font-size: 8px;
    position: relative;
    bottom: 3px;
}

.juros-parcela {
    padding-left: 4px;
}

.frete-gratis {
    font-size: 12px;
    color: var(--green-preco);
    display: none;
}

.padding-onsite{
    padding-left: 50px !important;
    padding-right: 50px !important;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    background: white;
}
a{
    text-decoration: none;
}
input, textarea {
    border: solid 2px #dddddd;
    height: 35px;
    padding-left: 10px;
    outline: none;
    border-radius: 5px;
}
.btn_add {
    padding: 7px 30px;
    font-size: 18px;
    border-radius: 5px;
    background: #0cadeb;
    border: solid 2px#07a3df;
    color: white;
    cursor: pointer;
   
}

.load {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
    justify-content: center;
    align-items: center;
    background: #0000008c;
}

.pages-on-site-dynamic {
    padding-top: 75px;
}





/* 
::-webkit-scrollbar {
    background: white;
    width: 11px;
}

::-webkit-scrollbar-track {
    background-color: white;
}

::-webkit-scrollbar-thumb {
    background: #cb0f49;
    border-radius: 20px;
    box-shadow: -1px 0px 4px black;
} */



.btn_modal_padrao {
    /* height: 35px; */
    padding: 3px;
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 100%;
    border-radius: 5px;
    font-weight: 700;
    box-shadow: 3px 3px 7px #00000054;
    cursor: pointer;
}
.btn_blue {
    background: #0cadeb;
    border: solid 2px#07a3df;
    color: white;
}
.btn_red {
    background: var(--red);
    border: solid 2px#c73f3f;
    color: white;
}
.btn_yellow {
    background: var(--yellow);
    border: solid 2px#e5a922;
    color: white;
}
.btn_green {
    background: var(--green);
    border: solid 2px#4fc357;
    color: white;
}

.btn_color_modest{
    background: var(--main-color-datails);
    border: solid 2px var(--main-color-datails);
    color: white;
}



.flex{
    display: flex !important;
}
.none{
    display: none !important;
}
.block{
    display: block !important;
}

.erroJ {
    background: #f53f3f;
    color: white;
    display: none;
}
.atencaoJ {
    background: #fbd958;
    color: white;
    display: none;
}
.sucessoJ {
    background: #3ff55e;
    color: white;
    display: none;
}

p.notfy {
    position: fixed;
    z-index: 999999;
    top: 53px;
    width: 100%;
    padding: 9px 55px;
    font-weight: bold;
    margin: 0;
    left: 0;
    box-shadow: 0px 4px 9px #00000036;
    text-align: center;
}

.box-alert {
    padding: 5px;
    border-radius: 5px;
    font-weight: bold;
    width: max-content;
    margin: 10px;
}
.box-alert2 {
    background: white;
    padding: 5px;
    border-radius: 5px;
    font-weight: bold;
    width: max-content;
    margin: 10px;
    top: 30px;
    transform: translateX(-50%);
    left: 50%;
    position: fixed;
    z-index: 999;
}
.sucesso {
    border: 4px solid #58fb8c;
    border-left: 30px solid #58fb8c;
    
}
.atencao {
    border: 4px solid #fbd958;
    border-left: 30px solid #fbd958;

}
.error {
    border: 4px solid #fb5858;
    border-left: 30px solid #fb5858;
    
}

.corpo_erro404 {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    background-color: white;
    justify-content: center;
}

.img_404 {
    width: 50%;
}

.group_erro404 {
    text-align: center;
}

.group_erro404 h2 {
    font-size: 45px;
}



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

    .pages-on-site-dynamic {
        padding-top: initial;
    }

    /* SLIDE CARDS EM ALTA */

<!-- .card-shop-slider-emAlta{
    width: 32% !important;
} -->


    .quadro-todos-cards {
        width: 100%;
        height: 100%;
        position: relative;
        display: flex;
        overflow-y: hidden;
        column-gap: 10px;
        overflow-x: auto;
        flex-wrap: wrap;
        row-gap: 10px;
        justify-content: center;
        padding: 0 10px;
    }
    


    .padding-onsite{
        padding-left: initial !important;
        padding-right: initial !important;
    }

     /* PAGINA ERRO 404 */
     .corpo_erro404 {
        width: 100%;
        height: 100vh;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
        background-color: white;
        justify-content: center;
    }
    
    .img_404 {
        width: 100%;
    }
    
    .group_erro404 h2 {
        font-size: 45px;
    }


    


    /* CARD DOS PRODUTOS */


    .img-produto {
        width: 100%;
        object-fit: contain;
        height: 190px;
    }
    
    .card-shop {
        width: 49%;
      
    }
    
    .content-card {
        width: 100%;
        height: 100%;
    }
    
    .btn-favorite {
        position: absolute;
        right: 12px;
        top: 12px;
        font-size: 30px;
        color: var(--blue-color);
        border-radius: 50%;
        display: none;
        align-items: center;
    }
    
    .space-img-produto {
        height: 203px;
        display: flex;
        padding-top: 6px;
        align-items: center;
        border-radius: 10px;
        position: relative;
        justify-content: center;
        padding-bottom: 23px;
    }
    

    .space-title-produto {
        text-align: left;
        padding-bottom: 4px;
    }
    
    .space-value-produto {
    }
    .title-produto {
        font-size: 17px;
        color: var(--clr);
        font-weight: 500;
        padding: 5px 0;
    }
    .value-padrao{
        color: var(--clr);
        font-size: 20px;
    }

    .value-promo {
        font-size: 14px;
        color: var(--green-preco);
        padding: 5px 0;
        display: block;
        text-align: center;
    }
    
    .value-parcela {
        display: none;
        font-size: 12px;
        color: var(--clr);
    }
    
    .value-centavos-parcela {
        font-size: 8px;
        position: relative;
        bottom: 3px;
    }
    
    .juros-parcela {
        padding-left: 4px;
    }

    .centavos-preco-produto {
        font-size: 11px;
        position: relative;
        bottom: 5px;
    }

    .frete-gratis {
        font-size: 12px;
        color: var(--green-preco);
        display: none;
    }







    /* VERMAIS DE CADA CARROSSEL */

    .space-ver-tudo {
        padding: 5px 12px;
        background: #f7f5fd;
        margin: 7px 0;
        box-shadow: 0px 2px 4px 0px #d5d5d5;
    }
    
    .space-ver-tudo a {
        color: var(--crl);
        text-decoration: underline;
    }




   

  
  }

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

    div.card-shop {
        width: 47%;
    }
}

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

    .card-shop {
        width: 49%;
    }

    .quadro-todos-cards {
        width: 100%;
        height: 100%;
        position: relative;
        display: flex;
        overflow-y: hidden;
        column-gap: 5px;
        overflow-x: auto;
        flex-wrap: wrap;
        row-gap: 5px;
        justify-content: center;
        padding: 0 5px;
    }

    <!-- .card-shop-slider-emAlta{
        width: 48% !important;
    } -->

}

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

    div.card-shop {
        width: 47%;
    }

    <!-- .card-shop-slider-emAlta{
        width: 98% !important;
    } -->

}

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

    div.card-shop {

        width: 100%;

    }
}

