@charset "UTF-8";

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Archivo+Black&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');

:root {
    --vermelho-sa: #d11333;        /* vermelho principal */
    --azul-escuro-sa: #003087;     /* azul mais escuro */
    --azul-medio-sa: #0047BB;      /* azul médio */
    --branco: #FFFFFF;
    --verdewp: #25D366;            /* Verde Whatsapp */
    --verdeescuro: #17603c;
    --ss: #d6c8a2;
    --marrom: #8B5A2B;

    --roboto: 'Roboto', sans-serif;
    --Anton: 'Anton', sans-serif;
    --Black: 'Archivo Black', sans-serif;
}

body {
    background-color: #e2e2e2de;
    padding: 10px;
    opacity: 0;
    animation: fadeIn 0.8s ease-in-out forwards;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
header {
    
    padding: 15px 0px;
    background-image: linear-gradient(to right, var(--vermelho-sa), #a10f27);
    border-radius: 10px;
    margin: 5px;
    margin-bottom: 10px;

}

.btn-voltar {
    margin: 0px 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.555);

  background-color: var(--vermelho-sa);
  color: var(--branco);
  text-decoration: none;

  font-family: var(--roboto);
  font-weight: bold;

  font-size: clamp(1.5rem, 3vw, 1.4rem);
  padding: clamp(8px, 2vw, 12px);

  border-radius: 10px;
    transition: 0.2s;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.253);
    border: solid red 0.1px;
  
}
.btn-voltar:hover {
    transform: scaleX(1.02);
    box-shadow: 0 0px 5px red;
    border: solid rgba(0, 0, 0, 0.226) 1px;
    
}
.material-symbols-outlined {
  font-size: clamp(20px, 4vw, 28px);
  font-variation-settings:
    'FILL' 0,
    'wght' 700,
    'GRAD' 0,
    'opsz' 24;
}
.ajuda {
    transition: 0.3;
    padding: 10px;
    text-align: center;
    font-family: var(--Black);
    font-size: 1.5em;
    color: var(--azul-medio-sa);
font-weight: 700;    
}
.div2 {
    display: grid;
    justify-items: auto;
}
main {
    max-width: 100vw;
    width: 100%;
}
.divp {
    display: flex;
    gap: 32px;
    align-items: stretch;
    
}

.sectionp {
    max-width: 1500px;
    margin: 0 auto;
    padding: 10px;
    transition: 0.5s;
}
.produtoimg {
    flex: 1;
    display: block;
    align-items: stretch;

}
.div2 {
    flex: 1;
    display: flex;
    flex-direction: column;
    
}

.produtoimg img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    border-radius: 15px;
    display: block;
    
}

.nomep {
    
    border-radius: 10px;
    padding: 20px;
    
    background-color: var(--branco);
    
      

}
#nome-produto {
    font-family: var(--Black);
    font-size: 3em;
    font-weight: 700;
}

.preco {
    margin: 10px 0px;
    font-family: var(--Black);
    font-weight: 600;
    color: var(--vermelho-sa);
    font-size: 2.5em;
}
.parcelas {
    font-family: var(--roboto);
    font-size: 1.2em;
    color: rgb(80, 80, 80);
}
.descricao {
    margin: 10px 0px;
    font-family: var(--roboto);
    font-size: 1.5em;
}
.divw {
    margin: 30px 0px;
}
.wtzp {
    text-decoration: none;
    font-family: var(--roboto);
    font-weight: bold;
    font-size: 1.5em;
    border-radius: 10px;
    padding: 15px;
    display: inline-block;
    text-align: center;
    
    color: var(--branco);
    background-color: var(--verdeescuro);
    transition: 0.3s;
}
.entrega {
    background-color: #e2e2e2c0;
    text-indent: 20px;
    font-size: 1.5em;
    font-family: var(--roboto);
    margin: 20px 0px;
    border-radius: 10px;
    padding: 10px;
}
.we {
    margin-left: 10px;
    transition: 0.5;
}
.we .wtzp:hover {
    transform: scaleX(1.1);
    transform: scaleY(1.1);
    box-shadow: 0 0px 10px var(--verdeescuro);
}

.descricaop {
    flex: 1;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    list-style-position: inside;

    margin-top: 15px;
    padding: 20px;
}
.descricaop h2 {
    font-family: var(--roboto);
    color: var(--azul-medio-sa);
    text-indent: 30px;
    font-size: 2em;
    margin: 20px 0px;
    
}

.descricaop li {
    font-size: 1.5em;
    color: rgb(82, 82, 82);
    text-indent: 10px;
}
.produtosrel {
    margin: 20px auto;
    max-width: 1600px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.produtodiv1 img {
    border-radius: 10px;
}

    

@media (max-width: 1100px) {
    .produtosrel {
        grid-template-columns: repeat(2, 1fr);
        max-width: 900px; /* 👈 ESSENCIAL */
    }
    
}

@media (max-width: 600px) {
    .produtosrel {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}
.h2 {
    color: var(--vermelho-sa);
    font-family: var(--roboto);
    font-size: 2em;
    margin: 20px 30px;
    text-align: center;
    
}
.produtosrel1 img {
    width: 100%;
}
.produtosrel1:hover {
    transform: scale(1.1);
}
.produtosrel1 {
    width: 90%;
    margin: auto;
    background-color: var(--branco);
    padding: 15px;
    border-radius: 10px;
    transition: 0.3s;
    text-align: center;
}

.produtosrel1 a {
    text-decoration: none;
    color: inherit;
    display: block;
}
.valor {
    font-family: var(--roboto);
    font-weight: bolder;
    color: var(--azul-medio-sa);
    font-size: 2em;
}
#oi {
    color: var(--vermelho-sa);
}
#oi1 {
    color: var(--vermelho-sa);
}

.produtosrel1:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}
.produto {
    font-family: var(--roboto);
    font-size: 1.4em;
    margin: 5px 0px;
}
.produtodiv1 {
    width: 100%;
}

.qs2 {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    background-color: var(--branco);
    padding: 20px;
    border-radius: 10px;
    margin-top: 50px;
}
.qs2 .img1, .img2, .img3 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--roboto);
    font-size: 1.3em;
    color: rgb(60, 60, 60);
}
.qs2 .img1 p,
.qs2 .img2 p,
.qs2 .img3 p {
    display: flex;
    align-items: center;
    gap: 12px;
}
.qs2 img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.qs2 span {
    line-height: 1.3;
}

@media (max-width: 1024px) {
    .divp {
        flex-direction: column;
        margin: 10px;
    }
    .ajuda {
    margin-top: 10px;
    text-align: center;
    font-family: var(--Black);
    font-size: 1.2em;
    font-weight: norm;
    margin-bottom: -20px;
    
    }
    .qs2 {
        margin: 20px 0px;
}
}

@media (max-width: 768px) {
    #nome-produto {
        font-size: 2.2em;
    }

    .preco {
        font-size: 2em;
    }

    .descricao {
        font-size: 1.2em;
    }
    .qs2 {
    flex-direction: column;
    align-items: center;
    text-align: center;        
    }
    .entrega {
        font-size: 1.2em;
        text-align: center;
    }
    
    .descricaop h2 {
        font-size: 1.2em;
        margin: 2px;
        padding: 0px;
    }
    .descricaop ul {
        columns: 1;
}
    .descricaop li {
        font-size: 1.1em;
        color: rgb(68, 68, 68);
        text-indent: 10px;

    }
}


footer {
    margin-top: 30px;
    padding: 15px;
    text-align: center;
    background-image: linear-gradient(to right, var(--vermelho-sa), #a10f27);
    color: white;
    font-family: var(--roboto);
    font-size: 0.9rem;
    border-radius: 10px;
}
@media (max-width: 768px) {
    footer {
        font-size: 1em;
    }
}


.gallery-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.gallery-scroll {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;   /* scroll suave no iOS */
    scrollbar-width: none;                /* esconde barra no Firefox */
    height: 100%;
}

.gallery-scroll::-webkit-scrollbar {
    display: none;                        /* esconde barra no Chrome/Safari */
}

.gallery-scroll img {
    flex: 0 0 100%;          /* cada imagem ocupa 100% da largura */
    height: 100%;
    object-fit: cover;
    scroll-snap-align: center;
    border-radius: 15px;
}

/* Setas - só aparecem em desktop */
.gallery-btn {
               /* escondido por padrão (mobile) */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.315);
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 2rem;
    cursor: pointer;
    z-index: 5;
    transition: all 0.2s;
}

.gallery-btn:hover {
    background: rgba(0, 0, 0, 0.75);
}

.gallery-btn.prev  { left: 10px; }
.gallery-btn.next  { right: 10px; }

/* Mostrar setas só em telas maiores (ajuste o valor se quiser) */
@media (min-width: 768px) {
    .gallery-btn {
        display: block;
    }
}

/* Ajuste fino no mobile */
@media (max-width: 767px) {
    .gallery-scroll {
        scroll-padding: 0;           /* opcional: centraliza melhor */
    }
}

.valor-acrescimo {
    font-weight: bold;
}



