/* Mobile e Tablet */
@media (max-width: 1024px) {
  body {
    font-size: 16px;
    line-height: 1.5;
  }

  .detalhe-container {
    width: 95%;
    padding: 15px;
    margin: 15px auto;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  }

  .detalhe-header h1 {
    font-size: 24px;
  }

  .valor-destaque {
    font-size: 18px;
    padding: 6px 14px;
  }

  /* Swiper */
  .swiper {
    height: 350px;
    margin-bottom: 20px;
  }

  .swiper-slide img {
    border-radius: 12px;
    object-fit: cover;
  }

  .detalhe-info p {
    flex: 1 1 100%;
    font-size: 15px;
    margin: 5px 0;
  }

  /* Contato do vendedor */
  .contato-vendedor {
    padding: 20px;
    margin-top: 25px;
  }

  .contato-vendedor img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 8px;
  }

  .contato-vendedor p.nome {
    font-size: 16px;
  }

  .contato-vendedor p.telefone {
    font-size: 15px;
  }

  .whatsapp-btn {
    font-size: 15px;
    padding: 10px 18px;
  }

  /* Tabs */
  .tab-buttons button {
    font-size: 14px;
    padding: 8px 14px;
  }

  .tab-content {
    font-size: 15px;
    padding: 18px;
  }
}
