*{
    margin: 0;
    padding: 0;
     box-sizing: border-box;     
  scroll-behavior: smooth;
}
h1,h2,h3,h4,h5,h6{
  font-weight: 600;
  line-height: 1.2;
}
html{
   text-size-adjust: 100%;
}
body{
  
           -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-optical-sizing: auto;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  display: flex;
  width: 100%;
  height: 100%;
flex-direction: column;
        font-style: normal;
    color: #111111;
    font-family: "Poppins", sans-serif;
 background: linear-gradient( #fc2cfc, #ff9ff3);
line-height: 1.6;
    font-size: 16px;
    letter-spacing: normal;
    font-weight: 400;
    font-style: normal;
 
}
img{
    object-fit: cover;
    object-position: top;
    opacity: 1;
     max-width: 100%;
display: block;
}
.filttr{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.filttr select{
  width: 14vw;
 height: 5vh;
 padding: 0 1vw;
 font-size: 1.1rem;
 border-radius: 4px;
    border: solid 1px #00000094;
 color: #000;
 box-shadow: inset 0 0 5px #0000003d;
}
.logo{
  width: 100%;
  margin: 0 2vw;
    font-size: 5rem;
    font-family: "Luckiest Guy", cursive;
    font-weight: 600;
    font-style: normal;
}
.logo a{
  color: #ffffff;
  text-shadow: 6px 1px 3px #000;
}
.header {
   background: linear-gradient( #fc2cfc, #ff9ff3);
  padding: 3px ;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  position: relative;
}
 .header a{
  color: #fff;
 }
.logo span {
  font-size: 3rem;
  font-weight: bold;
  color: white;
  margin: 1vw;
}
header li{
  list-style-type: none;
}
.nav-desktop {
  display: flex;
  justify-content: center;
  background: #fff;
  background: linear-gradient( #ffffffff, #f6f6f6);
       border: solid 1px #00000094;
}

.menu {
  list-style: none;
  display: flex;
  gap: 2vw;
  padding: 1vw;
}

.menu li {
  position: relative;
}

.menu > li > a {
    color: #ff77aa;
  text-decoration: none;
 font-weight: 600;
  font-size: 1.1rem;
  padding: 0.5vw 1vw;
  border-radius: 4px;
  transition: background 0.3s;
}

.menu > li > a:hover {
  background: rgba(255, 255, 255, 0.2);
}

.submenu {
  display: none;
  position: absolute;
  top: 100%;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  border-radius: 4px;
  min-width: 180px;
  z-index: 100;
}

.submenu li {
  padding: 10px;
}
/* Tabela estilizada */
table {
  width: 100%;
  border-collapse: collapse;
  background: white;
  box-shadow: 0 2px 8px rgb(0 0 0 / 0.1);
  border-radius: 8px;
  overflow: hidden;
  margin-top: 20px;
}

th, td {
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid #eee;
}

th {
  background-color: #0069d9;
  color: white;
  font-weight: 600;
}

tr:hover {
  background-color: #f1f9ff;
}

/* Inputs e textarea do formulário */
input[type="text"],
input[type="number"],
textarea,
input[type="file"] {
  width: 100%;
  padding: 10px 12px;
  margin: 6px 0 18px 0;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
  font-family: inherit;
  transition: border-color 0.3s ease;
}

input[type="text"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="file"]:focus {
  outline: none;
  border-color: #0069d9;
}

/* Form container */


.submenu li a {
   color: #ff77aa;
   font-weight: 600;
  text-decoration: none;
  display: block;
  transition: background 0.2s;
}
#mobile-menu a{
  text-decoration: none;
     color: #ff77aa;
   font-weight: 600;
}
.submenu li a:hover {
  background-color: #ffe0ec;
}

.menu li:hover .submenu {
  display: block;
}

.central {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
      border: solid 1px #00000094;
}

.top-links {
  display: none;
}

.menu-toggle {
  display: none;
  font-size: 26px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  font-weight: 600;
}

.nav-mobile .submenu {
  display: none;
  padding-left: 15px;
}
.nav-mobile .submenu.open {
    display: block;
    position: relative;
    margin: 4vh 0;
    top: 0;
    left: 0;
    right: 0;
}
.nav-mobile {
  display: none;
}

.nav-mobile ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-mobile li {
  background-color: #ffffff;
  padding: 15px;
  border-bottom: 1px solid #eee;
  text-align: center;
  font-weight: 500;
  color: #ff5599;
  cursor: pointer;
  transition: background 0.3s ease;
}

.nav-mobile li:hover {
  background: #fff0f6;
}

/* Ativo */
.nav-mobile.active {
  display: block;
}
.central img{
    width: 2vw;
    height: 2vw;
 padding: 0.1vw;
    margin: 0 1vw;
    object-fit: cover;
    object-position: center;
}
.mm{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 1vw;
}
.mm3{
  width: 100%;
  text-align: center;
  font-size: 2rem;
}
.toggle-btn {
    margin: 1vw;
 background: linear-gradient(to bottom right, #712571, #955895);
    color: white;
    border: none;
    padding: 0.6vw 3vw;
    cursor: pointer;
    font-size: 14px;
    border-radius: 4px; 
  display: flex;
  justify-content: right;
  font-weight: 600;
 border: solid 1px #00000086;
}
.carrin{
    display: none;
    position: fixed;
    z-index: 160000;
    top: 0;
    right: 0;
    min-height: 100vh;   
    background-color: #fff;
    box-shadow: 0 1px 2px 2px #000;
}
  #carrinhoBox {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    width: 23vw;
    height: 100vh;
    background: #fff;
    border-left: 2px solid #ccc;
    padding: 15px;
    box-shadow: -2px 0 5px rgba(0,0,0,0.2);
    overflow-y: auto;
  }

.carro{
    padding: 2vw;
}
.itens{
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;   
    padding:  3vw;  
    gap: 1vw;  
}

.item{
  width: 16vw;
max-height: 50vw;
       box-shadow: 0 2px 20px #000000;
     background: linear-gradient( #fff, #f6f6f6);
   
    border-radius: 3px;
     transition: transform 0.3s ease;




}
.textc{
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding: 2vw 0;
    color: #000;
font-size: 2em;
      display: flex;
  justify-content: center;
  align-items: center;

}
.item:hover{
   transform: scale(1.01);
}
.itens img{
    width: 100%;
    height: 26vh;
    object-fit: cover;
    object-position: center;
    border-radius: 3px;
   

}
.produtp{
    padding: 1vw;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;  
    gap: 1vw;
}
.produt1p{
    display: flex;
 
    flex-direction: column;
height: auto;
gap: 1vw;
   
}
.avali{
     border: solid 1px #00000094;
  display: flex;
  justify-content: center;
 margin: 1vw 0;
  flex-direction: column;
  gap: 1vw;
  padding: 1vw 2vw;
  border-radius: 4px;
  background-color: #ffffff4f;
}
.avali h2{
  font-size: 2rem;
  color: #ffffff;
  text-shadow: 1px 1px 3px #000;
}
.ffs{
  display: flex;
  gap: 1vw;
}
.st{
    color: #ffffff;
  text-shadow: 1px 1px 3px #000;
  display: flex;
  align-items: center;
  gap: 0.3vw;
  font-weight: 600;
 
}
.avali img{
  width: 2vw !important;
   height: 2vw !important;
border: 0 !important;
}
/* slide index */
.slider {
  width: 100vw;
  overflow: hidden;
  position: relative;
  height: 600px;
}

.slides {
  display: flex;
  width: calc(100vw * 3); /* 3 imagens */
  transition: transform 0.5s ease-in-out;
  /* começa na posição 0 */
  transform: translateX(0);
  height: 100%;
}

.slide {
  flex: 0 0 100vw; /* cada slide ocupa 100vw */
  height: 100%;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.produt1p img{
    width: 28.29vw;
    height: 28.29vw;
       border: solid 1px #00000094;
    object-fit: cover;
    object-position: center;
}
.produt2p{
    width: 33vw;
    background-color: #fff;
    padding: 2vw;
            border: solid 1px #00000094;
    
}
.slide-produto {
    display: flex;
    flex-direction: column;
     display: flex;
  gap: 10px;
}
.slide-produto img{
    width: 9.4vw;
    height: 9.4vw;
       border: solid 1px #00000094;
    object-fit: cover;
    object-position: center;
}
#frete-form button{
    background-color: #000;
    border: solid 1px #00000016;
    height: 4vh;
    padding: 0.3vw;
    border-radius: 3px;
    color: #fff;
}
#frete-form{
    margin: 1vw 0;
}
#frete-form input{
    background-color: #fff;
    border: solid 1px #00000016;
    height: 4vh;
    padding: 0.3vw;
    border-radius: 3px;
}
.produt2p h1{
  font-weight: 600;
    font-size: 3em;
    margin: 1vw 0;
   
}
.produt2p p{
    font-size: 1em;
  line-height: 2;
  margin-bottom: 1.6vw;

}
.itens button{
    width: 100%;
    height: 6vh;
   cursor: pointer;
    color: #fff;
    font-size: 1.2em;
    background: linear-gradient(to bottom right, #fffeff, #e78be7);
    border: none;
    border-radius: 0;
    font-weight: 600;
}
.carrin li{
  list-style-type: none;
    margin: 1vw 0;
    background: linear-gradient(to bottom right, #f7f7f7, #fdfdfd);
    padding: 10px;
}
.carrinuso form{
  width: 511px;
}
.carrin button{
    margin: 1vw;
    background: linear-gradient(to bottom right, #712571, #955895);

    font-weight: 600;
    color: #fff; 
    padding: 0.3vw;
    border: solid 1px #000000ad;
    text-shadow: 1px 1px 3px #000;
    border-radius: 3px;
}

.textc h1{
  color: #ffffff;
    background-color: #ffffff4d;
width: 100%;
padding: 0;
margin: 1vw 2vw;
text-shadow: 1px 1px 3px #000;
padding: 1vw;
border-radius: 4px;
    border: solid 1px #00000094;
}
.avali p{
  font-size: 1.1rem;
  font-weight: 700;
}
.avali select{
  border-radius: 5px;
}
.avali label{
  font-size: 1rem;
  font-weight: 700;
}
.avali button{
  font-size: 1rem; 
  width: 150px;
  height: 30px;
  border-radius: 5px;
}
.textc h2{
  color: #ffffff;
    background-color: #ffffff4d;
width: 100%;
padding: 0;
margin: 1vw 2vw;
text-shadow: 1px 1px 3px #000;
padding: 1vw;
border-radius: 4px;
    border: solid 1px #00000094;
}
.tncrring{
    display: flex;
    justify-content: right;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 0.3vw;
     background: linear-gradient(to bottom, #fc2cfc, #ff9ff3);
}
.item a{
  color:#000000;
  text-decoration: none;
}
.item h2{
  height: 7vw;
    text-align: center;
    padding: 0.3vw;
    
    color: #000;
    font-weight: 600;

}
.item h3{
    text-align: center;
    padding: 0.5vw;
    color: #fff;
    padding: 0.3vw 1vw;
    font-size: 1.3rem;
    background-color: #000000f0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    margin: 0;
width: 55%;
 font-weight: 600;
}
html, body {
    overflow-x: hidden; /* ⚠️ força o navegador a cortar o excesso lateral */
  }
.recomendado{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 3vw 0;
   
}
.recomendado h2{
    width: 100%;
    text-align: center;
    margin: 1vw 0;
    color: #ffffff;
    font-size: 3rem;
}
.ppr h3{
    width: 100%;
        margin: 1vw 0;
    color: #000000;
    font-size: 1.6rem;
  
}
footer{
  display: flex;
  justify-content: center;
  align-items: center;
   gap: 6vw;
    width: 100%;
    min-height: 20vh;
    font-weight: 600;
    padding: 1vw;
    background: linear-gradient(#ffffff, #dfdfdfbf);
}
.ccsa{
  display: flex;
  gap: 0.5vw;
}
.divfa a{
  display: flex;
  gap: 1vw;
  justify-content: center;
  align-items: center;
}
.divfa{
  
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.6vw;
}
footer img{
  width: 2.2vw;
}
footer a{
  color: #000000;
  font-size: 1.1rem;
}
.prods{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1vw;  
    height: auto;
}
.ppr{
        display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1vw;
     width: 16vw;
    height: auto;   
      background-color: #fff;
      padding: 1vw;
      box-shadow: 0 0 10px #000000de;
}
.ppr img{
    width: 16vw;
    height: 16vw;
}


 


.imagem-principal {
  width: 100%;
  height: 400px;
  object-fit: contain;
  border: 1px solid #ccc;

}

.ff{
  padding: 6vw;
}

.slide-produto img {
  width: 100%;
  height: 80px;
  object-fit: contain;
  border: 2px solid transparent;
  cursor: pointer;
  transition: border-color 0.3s;
}

.slide-produto img.selecionada {
  border-color: #007bff;
}
.produt2p h2{
  font-size: 1.6rem;
  font-weight: 600;
  margin: 1vw 0;
}
.carrinuso input{
  max-width: 200px;
   height: 36px;
 max-height: 36px;
border-radius: 10px;
margin: 0;
padding: 0;
padding: 10px;
font-size: 1rem;
font-weight: 500;
    border: solid 2px #000;
}
.tncrring a{
  font-size: 1rem;
font-weight: 700;
color: #000;
}
.carrinuso{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.carrinuso span{
  font-weight: 700;
  font-size: 1.1rem;
}
.carrinuso button{
  max-width: 100px;
  width: 100px;
   height: 36px;
 max-height: 36px;
border-radius: 10px;
font-size: 1rem;
font-weight: 500;
margin: 0;
padding: 0;
}
a.botao {
  width: 20vw;
  margin: 0.3vw 0;
    padding: 16px 12px;
       background: linear-gradient(to bottom right, #712571, #955895);
    color: white;
    box-shadow: 3px 3px 10px #ffffff;
    text-decoration: none;
    border-radius: 5px;
}


  .tabl{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .venda{
    text-align: center;
    width: 80%;
    background-color: #fff;
    border-radius: 3px;
    color: #000;
    padding: 2vw 0;
    margin: 1vw 0;
    box-shadow: 0 3px 2px #00000086;
  }
  .desc{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .itt{
    display: flex;
    flex-direction: column;
  }
  .itt span{
    margin: 1vw 0;
  }

  .qtn{
    display: flex;
    flex-direction: column;
  }

  .qtn span{
    margin: 1vw 0;
  }
  .perfi{
    width: 100%;
    background-color: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
.foto{
    background-color: #fff;
    padding: 1vw;
    margin: 3vw;
}
.dados{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    background-color: #fff;  

    padding: 3vw; 
}
.dados span{
    width: 30vw;
    margin: 1vw 0;
}
.login h1{
  padding: 1vw 0;
  font-size: 6rem;
}
.login{
    width: 100%;
    max-width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-weight: 600;
}
.pedidos h2{
  width: 100%;
  font-size: 2.6rem;
  text-align: center;
  margin: 2vw 0;
}
.login input{
  width: 200px;
  height: 38px;
  border-radius: 6px;
  padding: 3px;
  margin: 0;
  
}
.login button{
  width: 200px;
  height: 38px;
  border-radius: 6px;
  padding: 3px;
  margin: 0;
  
}
.entrar{
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    background-color: #fff;
    padding: 2vw;
    border-radius: 3px;
   
}
.entrar input{
    width: 20vw;
    height: 5vh;
    border-radius: 3px;
    border: solid 1px #00000056;
    margin: 0.2vw 0;
    font-size: 1em
    
}
.login img{
    width: 50vw;
}
.entrar input[type=submit]{
    margin-top: 1vw;
    background-color: #fff;
    height: 5vh;
    border: solid 1px #00000056;
    font-size: 1.1em;
}
.entrar button{
    background-color: #fff;
    height: 5vh;
    border: solid 1px #00000056;
    font-size: 1.1em;
}
.entrar h2{
    margin: 0.6vw 0;
}
.checkout{
  width: 34%;
  background-color: #fff;
}
.produt2p button{
  width: 100%;
  height: 5vh;
  padding: 2vw;
  border-radius: 3px;
 background: linear-gradient(to bottom right, #797979, #a52ad7);
  font-size: 1.3rem;
  color: #ffffff;
   text-shadow: 1px 1px 3px #000;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  cursor: pointer;

}
.textc select{
  width: 10vw;
  padding: 0 1vw;
  border-radius: 3px;
  height: 5vh;
}
.checkout input{
  border: solid 1px #00000056;
  padding: 1vw;
  border-radius: 3px;
}
@media screen and (max-width:1517px) {
  .item h3 {
    text-align: center;
    padding: 0.5vw;
    color: #fff;
    padding: 0.3vw 1vw;
    font-size: 1.3rem;
    background-color: #000000f0;
     border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    margin: 0;
    width: 82%;
    font-weight: 600;
}
  .item h2 {
    height: 10vw;
    text-align: center;
    padding: 0.3vw;
    color: #000;
    font-weight: 600;
}
}
@media screen and (max-width:1239px) {
  .item h3 {
    text-align: center;
    padding: 0.5vw;
    color: #fff;
    padding: 0.3vw 1vw;
    font-size: 1.3rem;
    background-color: #000000f0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    margin: 0;
    width: 82%;
    font-weight: 600;
}
  .item h2 {
    height: 15vw;
    text-align: center;
    padding: 0.3vw;
    color: #000;
    font-weight: 600;
}
}

@media screen and (max-width:1024px) {
  .venda {
    text-align: center;
    width: 90%;
    background-color: #fff;
    border-radius: 3px;
    color: #000;
    padding: 2vw 0;
    margin: 1vw 0;
    box-shadow: 0 3px 2px #00000086;
}
  .desc {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
}
.dados {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    background-color: #fff;
    padding: 3vw;
    width: 90%;
}
  a.botao {
    width: 30vw;
    margin: 0.3vw 0;
    padding: 16px 12px;
    box-shadow: 3px 3px 10px #ffffff;
    color: white;
    padding: 3vw 0;
    height: 89px;
    text-decoration: none;
    border-radius: 5px;
}
  .carrinuso form{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3vh;
}
  .avali button {
    font-size: 1rem;
    width: 100%;
    height: 6vh;
    border-radius: 5px;
}
  .carrinuso{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1px;
  flex-direction: column;
}
.carrinuso button {
    max-width: 200px;
    width: 200px;
    height: 36px;
    max-height: 36px;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
    padding: 0;
}
  .filttr select {
        width: 90vw;
    height: 7vh;
    padding: 0 1vw;
    font-size: 1.1rem;
    border-radius: 4px;
      border: solid 1px #00000094;
    color: #000;
    box-shadow: inset 0 0 5px #0000003d;
}
  footer img {
    width: 6vh;
}
.ccsa {
    display: flex;
    gap: 1vh;
}
footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 6vw;
    width: 100%;
    min-height: 20vh;
    font-weight: 600;
    padding: 1vw;
    background: linear-gradient(#ffffff, #dfdfdfbf);
}
  .imagem-principal {
  min-width: 70vw;
 min-height:44.6vh;
  object-fit: contain;
  border: 1px solid #ccc;

}
  .produt2p h2 {
    font-size: 1.6rem;
    font-weight: 600;
    margin: 3vh 0;
}
  .item h3 {
    text-align: center;
    padding: 0.3vw;
    color: #fff;
    font-size: 1.6rem;
    background-color: #000000f0;
     border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    margin: 0;
    width: 82%;
}
  *{
    text-align: center;
  }
  .menu > li > a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.6rem;
  padding: 0.5vw 1vw;
  border-radius: 4px;
  transition: background 0.3s;
}

.toggle-btn {
    margin: 1vw;
        background: linear-gradient(to bottom right, #fc2cfc #ff9ff3 );
    color: white;
    border: none;
    padding: 2.6vw 5vw;
    cursor: pointer;
    font-size: 14px;
    border-radius: 4px; 
  display: flex;
  justify-content: right;
  font-weight: 600;
  border: solid 1px #00000086;
}
.nav-desktop{
  display: none;
}


  #carrinhoBox {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    width: 70vw;
    height: 100vh;
    background: #fff;
    border-left: 2px solid #ccc;
    padding: 15px;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
}
.itens{
   padding: 6vw 0;  
  gap: 3vh 1vh;
}
.itens img {
    min-width: 100%;
    height: 22vh;
    object-fit: cover;
    object-position: center;
    border-radius: 3px;
}
.item h2{
    text-align: center;
    padding: 0.3vw;
    height: 15vh;
    padding: 0.6vw;
    color: #000;

}

.produtp {
  
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 3vh;
   
}
.item {
    box-shadow: 0 2px 20px #000000;
    background-color: #f1f1f1;
    border-radius: 3px;
    min-height: 45.7vh;
    width: 46vw;
    transition: transform 0.3s ease;
}
  .produt1p {
        display: flex;
        justify-content: center;
        height: auto;
        gap: 1vw;
    }
    .ffs {
    display: flex;
    flex-direction: row;
    gap: 1vw;
}
.avali {
       border: solid 1px #00000094;
    display: flex;
    justify-content: center;
    margin: 1vw 0;
    flex-direction: column;
    gap: 2vh;
    padding: 2vh 2vw;
    border-radius: 4px;
    background-color: #ffffffa6;
}
.checkout {
    min-width: 100%;
    margin: auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-top: 20px;
}
label, input {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    text-align: left;
    padding: 5px;
}
.st{
  gap: 2.2vh;
}
.avali img {
    width: 4vh !important;
    height: 4vh !important;
    border: 0 !important;
}
.produt2p {
    width: 98vw;
    background-color: #fff;
    padding: 7vw;
}
 table, thead, tbody, th, td, tr {
    display: block;
  }

  tr {
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 0.1);
    padding: 15px;
    border-radius: 8px;
    background: white;
  }

  th {
    display: none;
  }

  td {
    padding: 10px 10px 10px 40%;
    position: relative;
    text-align: right;
    border: none;
  }
.logo{
  margin: 0 2vw;
    font-size: 3rem;
    font-family: "Luckiest Guy", cursive;
    font-weight: 600;
    font-style: normal;
}
  td::before {
    position: absolute;
    top: 10px;
    left: 15px;
    width: 45%;
    padding-left: 15px;
    white-space: nowrap;
    font-weight: 600;
    text-align: left;
    content: attr(data-label);
  }

  .botao {
    width: 48%;
    margin-bottom: 10px;
  }
  .produt2p button{
  width: 100%;
  height: 5vh;
  padding: 9vw;
  border-radius: 3px;
   background: linear-gradient(to bottom right, #797979, #a52ad7);
  font-size: 1.3rem;
  color: #ffffff;
  font-weight: 600;
    text-shadow: 1px 1px 3px #000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  

}
  form {
    padding: 20px 15px;
  }
.ppr {
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1vw;
    width: 45vw;
    height: auto;
    background-color: #fff;
    padding: 1vw;
    box-shadow: 0 0 10px #000000de;
}
.ppr img {
    width: 50vw;
    height: 50vw;
}
.login{
  flex-direction: column;
}
.entrar{
  width: 80vw;
}
.entrar input {
    width: 100%;
    height: 5vh;
    border-radius: 3px;
    border: solid 1px #00000056;
    margin: 0.2vw 0;
    font-size: 1em;
}
}
@media (max-width: 768px) {
  
  
.carrin li {
    margin: 3vh 0;
}
.carrin button{
    margin: 2 0vw;
    background: linear-gradient(to bottom right, #fc2cfc, #ff9ff3);

    font-weight: 600;
    color: #fff; 
    padding: 1vh 2vh;
    border: solid 1px #000000ad;
   text-shadow: 1px 1px 3px #000;
    border-radius: 3px;
}
  .menu-toggle {
    display: block;
    margin: 10vw;
    
  }

  .top-links {
    display: none;
  }

  .dropdown:hover .dropdown-content {
    display: none; /* desabilita hover no mobile */
  }

  .dropdown.open .dropdown-content {
    display: flex;
  }

  .dropdown .dropdown-toggle {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 10px 0;
    font-size: 16px;
    color: #333;
    cursor: pointer;
  }
}
@media (max-width: 414px) {
    .item h2 {
        text-align: center;
        padding: 0.3vw;
        height: 18vh;
        padding: 0.6vw;
        color: #000;
    }
        .item {
        box-shadow: 0 2px 20px #000000;
        background-color: #f1f1f1;
        border-radius: 3px;
        min-height: 48.7vh;
        width: 46vw;
        transition: transform 0.3s ease;
    }
  }
@media (max-width: 375px) {
      .item {
        box-shadow: 0 2px 20px #000000;
        background-color: #f1f1f1;
        border-radius: 3px;
        min-height: 53.7vh;
        width: 46vw;
        transition: transform 0.3s ease;
    }
      .item h2 {
        text-align: center;
        padding: 0.3vw;
        height: 23vh;
        padding: 0.6vw;
        color: #000;
    }
.produt1p img {
    width: 10vh;
    height: 10vh;
     border: solid 1px #00000094;
    object-fit: cover;
    object-position: center;
}
    .produt1p {
        display: flex;
        justify-content: center;
        height: auto;
        gap: 1vw;
    }
    .ffs {
    display: flex;
    flex-direction: row;
    gap: 1vw;
}
.avali {
       border: solid 1px #00000094;
    display: flex;
    justify-content: center;
    margin: 1vw 0;
    flex-direction: column;
    gap: 1vw;
    padding: 2vh 2vw;
    border-radius: 4px;
    background-color: #ffffffa6;
}
.st{
  gap: 3vw;
}
.avali img {
    width: 4vh !important;
    height: 4vh !important;
    border: 0 !important;
}
}
@media (max-width: 360px) {
    .produt1p img {
       width: 10vh;
    height: 10vh;
          border: solid 1px #00000094;
        object-fit: cover;
        object-position: center;
    }
}