@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800;900&display=swap');
/* =========================
   PÁGINA DO PRODUTO
========================= */



.vp-produto {
    padding: 40px 20px 30px;

    font-family: 'Roboto', sans-serif;
}

.vp-produto-container {
    max-width: 1144px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.95fr);
    gap: 40px;
    align-items: start;

}

/* =========================
   GALERIA
========================= */

.vp-galeria-wrapper {
    position: relative;
}

.vp-slider {
    height: 500px;
    overflow: hidden;
    position: relative;
    touch-action: pan-y;
    cursor: grab;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.vp-slider-track {
    display: flex;
    height: 100%;
    transition: transform 0.4s ease;
}

.vp-slide {
    min-width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vp-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.vp-slider.vp-dragging {
    cursor: grabbing;
}

.vp-slider * {
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

/* =========================
   SETAS
========================= */

.vp-prev,
.vp-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 42px;
    color: #d0d0d0;
    cursor: pointer;
    z-index: 10;
    user-select: none;
}

.vp-prev { left: 10px; }
.vp-next { right: 10px; }

.vp-prev:hover,
.vp-next:hover {
    color: #999;
}

/* =========================
   DOTS
========================= */

.vp-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    width: 100%;
}

.vp-dot {
    width: 6px;
    height: 6px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}

.vp-dot.ativo {
    background: #000;
}

/* =========================
   BLOCO DIREITO
========================= */

.vp-info {
    padding-top: 12px;
}

.vp-titulo {
    margin: 0 0 10px;
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    line-height: 1;
    font-weight: 800;
    color: #FF4D00;
    text-transform: uppercase;
}

.vp-ref {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1;
    color: #777777;
}

/* =========================
   BENEFÍCIOS DOTS
========================= */

.vp-beneficios {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
}

.vp-beneficios li {
    font-family: 'Raleway', sans-serif;
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
}

.vp-beneficios li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 14px;
    height: 14px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23FF4D00' d='M255.992,0.008C114.626,0.008,0,114.626,0,256s114.626,255.992,255.992,255.992C397.391,511.992,512,397.375,512,256S397.391,0.008,255.992,0.008z M300.942,373.528c-10.355,11.492-16.29,18.322-27.467,29.007c-16.918,16.177-36.128,20.484-51.063,4.516c-21.467-22.959,1.048-92.804,1.597-95.449c4.032-18.564,12.08-55.667,12.08-55.667s-17.387,10.644-27.709,14.419c-7.613,2.782-16.225-0.871-18.354-8.234c-1.984-6.822-0.404-11.161,3.774-15.822c10.354-11.484,16.289-18.314,27.467-28.999c16.934-16.185,36.128-20.483,51.063-4.524c21.467,22.959,5.628,60.732,0.064,87.497c-0.548,2.653-13.742,63.627-13.742,63.627s17.387-10.645,27.709-14.427c7.628-2.774,16.241,0.887,18.37,8.242C306.716,364.537,305.12,368.875,300.942,373.528z M273.169,176.123c-23.886,2.096-44.934-15.564-47.031-39.467c-2.08-23.878,15.58-44.934,39.467-47.014c23.87-2.097,44.934,15.58,47.015,39.458C314.716,152.979,297.039,174.043,273.169,176.123z'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
}

/* =========================
   FAQ
========================= */

.vp-faq {
    margin: 0 0 28px;
    padding: 0;
    width: 100%;
}

.vp-faq-toggle {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 8px;

    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;

    border: none !important;
    background: transparent !important;
    color: #ff5a00 !important;

    text-align: left !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'Raleway', sans-serif !important;

    cursor: pointer;
    box-shadow: none !important;
    outline: none !important;
}

.vp-faq-seta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 13px;
    min-width: 12px;
    height: 13px;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
    line-height: 0;
    transition: transform 0.2s ease;
}

.vp-faq-seta-svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: #ff5a00;
}

.vp-faq.ativo .vp-faq-seta {
    transform: rotate(90deg);
}

.vp-faq-content {
    display: none;
    margin-top: 12px;
    padding: 0;
    width: 100%;
    font-family: "Raleway";
    font-weight: 600;
    font-size: 15px;
    color: #000000;
}

.vp-faq.ativo .vp-faq-content {
    display: block;
}

.vp-faq-linha {
    margin-bottom: 14px;
}

.vp-faq-titulo {
    margin: 0 0 4px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #000000;
}

.vp-faq-texto {
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    color: #000000;
    line-height: 1.4;
    font-weight: 500;
}

/* =========================
   PREÇO / PARCELAMENTO / BOTÃO
========================= */

.vp-preco {
    margin: 0 0 8px;
    font-size: 34px;
    line-height: 1;
    font-weight: 800;
    color: #FF4D00;
}

 .vp-preco-wrapper {
     display: inline-flex;
     align-items: baseline;
     gap: 12px;
 }

.vp-preco-desconto-badge {
    position: relative;
    top: -10px; /* sobe um pouco pra alinhar com o número */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    border-radius: 999px;
    background: #118c40;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.vp-preco-antigo {
    color: #9b9b9b;
    font-size: 20px;
    line-height: 1;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
}


.vp-parcelamento {
    margin-bottom: 24px;
    font-size: 17px;
    color: #222222;
}

.vp-parcelamento-destaque {
    color: #0aa84f;
}

.vp-botao {
    display: block;
    width: 100%;
    max-width: 425px;
    text-align: center;
    background: #47df61;
    color: #ffffff;
    text-decoration: none;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 20px;
    border-radius: 4px;
    transition: opacity 0.2s ease;
}

.vp-botao:hover {
    transition: 0.4s;
    color:#ffffff;
    background-color: #FF4D00;
}

/* =========================
    BOTÃO REDES SOCIAIS
========================= */
.vp-social {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    fill:#ffffff !important;
}

.vp-icon {
    width: 25px;
    height: 25px;
}
.vp-social-btn {
    width: 45px;
    height: 45px;
    background: #FF4D00;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: 0.2s;
}



/* =========================
   DESCRIÇÃO
========================= */

.vp-descricao-titulo {
    color:#FF4D00;
    font-family: "Raleway";
    font-size: 20px;
    font-weight: 800;
    line-height: 3;
    

}

.vp-descricao {
    max-width: 1144px;
    margin: 28px auto 0;

    color: #222222;
    font-size: 17px;
    font-family: "Raleway";
    line-height: 1.7;
    font-weight: 500 !important;
}

.vp-descricao p {
    margin: 0 0 10px;

}






/* =========================
   VÍDEO YOUTUBE
========================= */

.vp-video {
    margin-left: auto;
    margin-right: auto;
    margin-top:80px;
    margin-bottom: -10px;
    max-width: 1144px;
    position: relative;
    padding-bottom: 45.25%; /* 16:9 */
    height: 0;
}

.vp-video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 0px;
}

/* =========================
   RESPONSIVO
========================= */

@media (max-width: 1024px) {
    .vp-produto-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .vp-prev { left: 0; }
    .vp-next { right: 0; }

    .vp-titulo { font-size: 28px; }
    .vp-preco { font-size: 30px; }

    .vp-botao {
        max-width: 100%;
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .vp-produto {
        padding: 24px 14px 20px;
    }

    .vp-slider {
        height: 320px;
    }

    .vp-titulo { font-size: 25px; }
    .vp-beneficios li { font-size: 12px; }
    .vp-preco {font-size: 34px;}
    .vp-parcelamento { font-size: 16px; }
    .vp-botao {
        margin-top: -10px;
        padding: 8px 8px;
        font-size: 22px;
    }

    .vp-video {
        padding-bottom: 56.25%;
    }

    .vp-faq-content {
        padding-left: 10px;
    }
     /* =========================
   DESCRIÇÃO
========================= */
    .vp-descricao-titulo {
     color:#FF4D00;
     font-family: "Raleway";
     font-size: 20px;
     font-weight: 800;
     line-height: 3;

    }

    .vp-descricao {
     max-width: 1200px;
     margin: 28px auto 0;
     color: #222222;
     font-size: 17px;
     font-family: "Raleway";
     line-height: 1.7;
    }

    .vp-descricao p {
     margin: 0 0 16px;

    }

}

/* =========================
   SLIDE DE VÍDEO NO CARROSSEL
========================= */

.vp-slide-video {
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Proporção 9:16 (Shorts) centralizado no slide */
.vp-slide-video .vp-slide-iframe-wrap {
    position: relative;
    height: 100%;
    aspect-ratio: 9 / 16;
    max-width: 100%;
    overflow: hidden;
    border-radius: 0;
}

.vp-slide-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    border-radius: 0px;
}

.vp-dot-video {
    background: #FF4D00 !important;
    width: 6px !important;
    height: 6px !important;
}

.vp-dot-video.ativo {
    background: #FF4D00 !important;
}
