body {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 1 */
/*  line-height: 1.5;
   2 */
}
/* ===== LOADING PROFISSIONAL - VERSÃO CORRIGIDA ===== */

/* Container principal do loading */
.loading-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 250px;
    width: 100%;
    background: transparent;
}

/* Container do spinner + texto */
.loading-spinner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    /* Garantir que NÃO herda animações */
    animation: none;
    transform: none;
}

/* Apenas o elemento do spinner gira */
.spinner {
    width: 44px;
    height: 44px;
    border: 3px solid rgba(109, 40, 217, 0.15);
    border-top-color: #6d28d9;
    border-right-color: #6d28d9;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    /* Isolar o spinner */
    flex-shrink: 0;
    margin: 0 auto;
}

/* Texto separado e SEM animação */
.loading-spinner span {
    color: #6d28d9;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
    /* Garantir que NÃO gira */
    animation: none;
    transform: none;
    display: inline-block;
    /* Pequeno efeito de fade opcional (não é rotação) */
    opacity: 0.9;
}

/* Animação exclusiva para o spinner */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Versão com texto mais elaborado (opcional) */
.loading-spinner span::after {
    content: '';
    animation: dots 1.5s infinite;
}

@keyframes dots {
    0%, 20% { content: ''; }
    40% { content: '.'; }
    60% { content: '..'; }
    80%, 100% { content: '...'; }
}

/* Responsivo */
@media (max-width: 768px) {
    .loading-wrapper {
        min-height: 200px;
    }
    
    .spinner {
        width: 36px;
        height: 36px;
        border-width: 3px;
    }
    
    .loading-spinner span {
        font-size: 13px;
    }
}

/* Quando o conteúdo carregar */
.loading-wrapper[style*="display: none"] {
    display: none !important;
}
.modal {
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.6);
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }

    .modal-content {
      background: white;
      width: 95%;
      max-width: 1200px;
      height: 90%;
      border-radius: 4px;
      display: flex;
      flex-direction: column;
      overflow: hidden;
      position: relative;
    }

    .modal-headerr {
      display: flex;
      border-bottom: 1px solid #ddd;
      justify-content: none;
    }

    .modal-headerr div {
      padding: 15px 20px;
      cursor: pointer;
      font-weight: bold;
      color: #555;
    }

    .modal-headerr .active {
      color: #007185;
      border-bottom: 2px solid #007185;
    }

    .modall-body {
      flex: 1;
      display: flex;
      overflow: hidden;
    }

    .imagens-section {
      display: flex;
      flex-direction: row;
      flex: 1;
      overflow: hidden;
    }

    .thumbnails {
      width: 100px;
      background: #fff;
      padding: 10px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      overflow-y: auto;
      border-right: 1px solid #ddd;
    }

    .thumbnail {
      border: 2px solid transparent;
      padding: 4px;
      cursor: pointer;
    }

    .thumbnail.selected {
      border-color: #00a8e1;
    }

    .thumbnail img {
      width: 100%;
      display: block;
    }

    .main-imagens-area {
      flex: 1;
      display: flex;
      flex-direction: column;
      position: relative;
      overflow: hidden;
    }

    .produtos-descricao {
      padding: 10px 20px;
      font-size: 16px;
      color: #333;
      background: #f9f9f9;
      border-bottom: 1px solid #ddd;
    }

    .produtos img {
  max-width: 100%;
  height: auto;
  border-radius: 7px;
  margin-bottom: 10px;
}
.produtos-sliders{
    background-color: white;
    padding: 12px;
    margin: 30px 80px;
    position: relative;
    border-radius: 7px;
    box-shadow: 0 4px 12px rgba(106, 27, 154, 0.12);
    animation: fadeIn 0.5s ease forwards;
    transition: box-shadow 0.3s ease;
}
    .main-imagens-container {
      flex: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      overflow: hidden;
      background: #fff;
      cursor: grab;
    }

    .main-imagens-container img {
      max-width: 100%;
      max-height: 100%;
      transform-origin: center center;
      transition: transform 0.2s ease;
      user-select: none;
      pointer-events: none;
    }

    .zooom-controls {
      position: absolute;
      top: 20px;
      left: 20px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      z-index: 2;
    }

    .zooom-controls button {
      background: white;
      border: 1px solid #fff;
      font-size: 16px;
      padding: 8px;
      cursor: pointer;
      border-radius: 4px;
      width: 40px;
      height: 40px;
    }

    .zooom-controls button:hover{
        color: #ccc;
    }

    .close-btn {
      position: absolute;
      top: 15px;
      right: 15px;
      font-size: 24px;
      cursor: pointer;
      color: #333;
      z-index: 10;
    }

    .tab-content {
      display: none;
      height: 100%;
      width: 100%;
    }

    .tab-content.active {
      display: flex;
    }

    .video-placeholder {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 24px;
      color: #777;
      height: 100%;
    }
    .gallery-card {
  display: flex;
  
  gap: 15px;
  padding: 12px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  max-width: 500px;
 
}

.gallery-card:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.gallery-card img {
  width: 100px;
  height: 70px;
  object-fit: cover;
  border-radius: 8px;
}

.gallery-text h3 {
  margin: 0 0 4px;
  font-size: 16px;
  color: #333;
}

.gallery-text p {
  margin: 0;
  font-size: 14px;
  color: #666;
}

.gallery-imagens-wrapper {
  position: relative;
  width: 100px;
  height: 70px;
  flex-shrink: 0;
}

.gallery-imagens-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.imagens-counter {
  position: absolute;
  top: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 25px 9px;
  font-size: 12px;
  border-radius: 7px;
  font-weight: bold;
}


/* Base */
/* Base */
.container-sections {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  background-color: white;
  padding: 25px;
  margin: 20px auto; /* Centraliza vertical + horizontal */
  max-width: 1430px;
  border-radius: 7px;
  box-shadow: 0 4px 12px rgba(106, 27, 154, 0.12);

  /* Espaço externo nas laterais */
  margin-inline: clamp(15px, 8vw, 80px);
}


/* Tablet */
@media (max-width: 1024px) {
  .container-sections {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%; /* ocupa largura total disponível */
    margin-inline: clamp(15px, 5vw, 80px);
  }

  .section-box {
    padding: 18px;
  }
}

/* Celular médio */
@media (max-width: 768px) {
  .container-sections {
    grid-template-columns: 1fr;
    max-width: 100%;
    margin-inline: clamp(15px, 4vw, 80px);
  }

  .produtos-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Celular pequeno */
@media (max-width: 480px) {
  .container-sections {
    grid-template-columns: 1fr;
    gap: 15px;
max-width: 100%;
    /* Espaço externo fixo menor */
       margin-inline: clamp(15px, 6vw, 80px);
  }

  .section-box {
    padding: 16px;
    border-radius: 10px;
  }

  .section-box h2 {
    font-size: 1.2rem;
    margin-bottom: 16px;
  }

  .produtos-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .produtos img {
    max-width: 100px;
  }
}

      .section-box {
            background: white;
            padding: 15px;
            border-radius: 10px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            display: flex;
            flex-direction: column;
        }
        
        .section-box:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
        }
        
        .section-box h2 {
            font-size: 1.2rem;
            text-align: center;
            margin-bottom: 15px;
            color: #2c3e50;
            padding-bottom: 10px;
            border-bottom: 1px solid #8a5cf74d;
            font-weight: 600;
        }
        
        .produtos-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr); /* 2 colunas para 2 planilhas por linha */
            gap: 12px;
            flex-grow: 1;
        }
        
        .link {
            display: block;
            text-decoration: none;
            color: inherit;
            transition: transform 0.3s ease;
            height: 100%;
        }
        
        .link:hover {
            transform: translateY(-2px);
        }
        
        .produtos {
            background: #f9f9f9;
            padding: 10px;
            border-radius: 8px;
            text-align: center;
            transition: all 0.3s ease;
            border: 1px solid #eee;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            
        }
        
        .produtos:hover {
            background: #edf2f7;
            border-color: #cbd5e0;
        }
        
        .produtos img {
            width: 100%;
            max-width: 170px; /* Reduzido um pouco mais para caber duas por linha */
            height: auto;
            border-radius: 6px;
            margin-bottom: 8px;
            object-fit: cover;
        }
        
        .produtos p {
            margin: 0;
            font-size: 0.75rem; /* Um pouco menor para caber duas por linha */
            font-weight: 500;
            color: #2d3748;
            line-height: 1.2;
            padding: 0 2px;
        }
        
        /* Novos elementos */
        .novidades {
            text-align: center;
            margin-top: 30px;
            padding: 20px;
        }
        
        .novidades h2 {
            font-size: 1.4rem;
            color: #2c3e50;
            margin-bottom: 15px;
        }
        
        .btn-ver-mais {
            display: inline-block;
            background: #6a1b9a;
            color: white;
            padding: 10px 20px;
            border-radius: 5px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
        }
        
        .btn-ver-mais:hover {
            background: #8e24aa;
            transform: translateY(-2px);
        }
        
      /* Tablet */
@media (max-width: 900px) {
  .section-box {
    padding: 15px;
  }

  .produtos-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 colunas em tablets */
  }
}

/* Celular */
@media (max-width: 768px) {
  .section-box h2 {
    font-size: 1.1rem;
  }
}
        
        @media (max-width: 480px) {
           
            
            .container-sections {
                padding: 15px 10px;
                gap: 15px;
                margin: 10px;
             margin-inline: clamp(15px, 6vw, 80px);
            }
            
            .section-box {
                padding: 12px;
                border-radius: 8px;
            }
            
            .section-box h2 {
                font-size: 1.1rem;
                margin-bottom: 12px;
            }
            
            .produtos-grid {
                grid-template-columns: repeat(2, 1fr); /* Mantém 2 colunas mesmo em mobile */
                gap: 10px;
            }
            
            .produtos {
                padding: 8px;
            }
            
            .produtos img {
                max-width: 170px;
                margin-bottom: 6px;
            }
            
            .produtos p {
                font-size: 0.7rem;
            }
            
            .novidades {
                padding: 15px;
            }
            
            .novidades h2 {
                font-size: 1.2rem;
            }
        }
        
        .preco {
            font-weight: bold;
            color: #2c3e50;
            margin-top: 8px;
            font-size: 1rem;
        }
        
       
        
        .header h1 {
            font-size: 2.2rem;
            color: #2c3e50;
            margin-bottom: 10px;
        }
        
        .header p {
            font-size: 1.1rem;
            color: #4a5568;
            max-width: 800px;
            margin: 0 auto;
        }
        
        /* Indicador de layout */
        .layout-indicator {
            position: fixed;
            bottom: 10px;
            right: 10px;
            background: rgba(0, 0, 0, 0.7);
            color: white;
            padding: 8px 12px;
            border-radius: 5px;
            font-size: 0.8rem;
            z-index: 1000;
        }
.banner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 260px;
  background: linear-gradient(135deg, #8c93d1, #dbc2fb);
  color: white;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 16px;
  text-align: center;
}

.card-header {
  background: linear-gradient(to bottom, #d9eaff, #ffffff);
  padding: 15px;
  height: 50px;
  display: flex;
  align-items: center;
  text-align: center;
  border-radius: 25px;
  border: none;
}

.cards {
  display: flex;
  margin-top: 22px;
}

.left img {
  width: 390px;
  height: 220px;
  margin-inline: 32px;
  margin-top: 11px;
  border-radius: 5px;
  border: 1px solid #ccc;
  transition: transform 0.5s ease;
}

.left img:hover {
  transform: scale(1.5);
}

@media (max-width: 1024px) {
  .section-box {
    flex: 1 1 100%;
  }

  .produtos-grid {
    grid-template-columns: 1fr;
  }
}

.cards .img img {
    width: 74px;
    height: 52px;
    margin-left: 22px;
    margin-top: 11px;
    cursor: pointer;
    border-radius: 5px;
    border: 2px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    object-fit: cover; /* Mantém a proporção da imagem e cobre a área especificada */
}



.cards .right{
	margin-top: 11px;
}
.right h3{
	margin-top: 11px;
}


.right h4{
	margin-top: 11px;
}
.right p{
	margin-top: 11px;
}
.right button{
	width: 200px;
	height: 50px;
	background-color: rgb(255, 106, 0);
	color: white;
	font-size: 25px;
	border: none;
	margin-top: 22px;
	margin-inline: 22px;
	font-weight: 600;
	margin-left: 1px;
}
.right button:hover{
	background-color: rgb(255, 136, 0);
	cursor: pointer;
}

/* Media query para ocultar o cartão em telas menores (tablets e celulares) */
@media (max-width: 1024px) {
    .right {
       
    }
}

.fixed-card {
    position: fixed;
    top: 180px;
    right: 20px;
    width: 22rem;
    border-radius: 5px;
}

/* Media query para ocultar o cartão em telas menores (tablets e celulares) */
@media (max-width: 1366px) {
    .fixed-card {
        display: none;
    }
}

.inline-elements h4 {
    display: inline-block;
    margin-right: 45px; /* Espaçamento entre os elementos */
}

.corpo{
	min-height: 65vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #FFF;
}
.slide-container{
  max-width: 1120px;
  width: 100%;
  padding: 40px 0;
}
.slide-content{
  margin: 0 40px;
  overflow: hidden;
  border-radius: 10px;
}
.card{
  border-radius: 10px;
  background-color: #FFF;
}
.image-content,
.card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
}
.image-content{
  position: relative;
  row-gap: 5px;
  padding: 25px 0;
}
.overlay{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #0a58ca;

  border-radius: 10px 10px 0 10px;
}
.overlay::before,
.overlay::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: #0a58ca;

}
.overlay::after{
  border-radius: 0 25px 0 0;
  background-color: #FFF;
}
.card-image{
  position: relative;
  height: 160px;
  width: 218px;
  border-radius: 5%;
  background: #FFF;
  padding: 3px;
}
.card-image .card-img{
  height: 100%;
  width: 100%;
  object-fit: cover;
 /*border-radius: 50%;*/
  border: 4px solid #0a58ca;
}
.name{
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.description{
  font-size: 14px;
  color: #707070;
  text-align: center;
}
.button{
  border: none;
  font-size: 16px;
  color: #FFF;
  padding: 8px 16px;
  background-color: #0a58ca;
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button:hover{
  background: #265DF2;
}
.swiper-navBtn{
  color: #6E93f7;
  transition: color 0.3s ease;
}
.swiper-navBtn:hover{
  color: #4070F4;
}
.swiper-navBtn::before,
.swiper-navBtn::after{
  font-size: 35px;
}
.swiper-button-next{
  right: 0;
}
.swiper-button-prev{
  left: 0;
}
.swiper-pagination-bullet{
  background-color: #6E93f7;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background-color: #0a58ca;

}
@media screen and (max-width: 768px) {
  .slide-content{
    margin: 0 10px;
  }
  .swiper-navBtn{
    display: none;
  }
}

/* ====== CONTAINER PRINCIPAL ====== */
.container-secoes {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 colunas */
  gap: 20px;
  margin: 1px auto;
}

/* ====== ESTILIZAÇÃO GERAL ====== */
.box {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  min-height: 50px;
  display: flex; /* Flexbox para alinhar os itens dentro do box */
  flex-direction: column; /* Itens empilhados verticalmente */
}

.box h2 {
  font-size: 1.2em;
  margin-bottom: 20px; /* Margem inferior consistente para todos os títulos h2 */
}

/* ====== ESTILIZAÇÃO PARA PRODUTO (USADA EM TODOS OS BOXES) ====== */
.produtos {
  display: flex; /* Flexbox para alinhar itens lado a lado */
  gap: 5px; /* Espaço entre os itens */
  margin-bottom: 2px;
  
}



.texto-centralizado {
  text-align: center;
  
}

.owl-carousel .owl-item img{
  height: 115%;
  width: 115%;
}
.downloads{
  font-size: 12px;
}


.produtos p {
  margin: 1px 0; /* Espaçamento entre os textos */
  font-size: 12px;
  font-family: 'Poppins';
}

.produtos .row {
  display: flex;
  flex-direction: row; /* Organiza o nome e preço lado a lado */
  justify-content: space-between;
  width: 100%; /* Para garantir que a row ocupe todo o espaço disponível */
}

.produtos .row .nome {
  font-size: 1.1em;
  font-weight: bold;
}

.produtos .row .preco {
  font-size: 1em;
  color: green; /* Para destacar o preço */
}

/* ====== RESPONSIVIDADE ====== */
@media (max-width: 1024px) {
  .container-secoes {
    grid-template-columns: repeat(2, 1fr); /* 2 colunas */
  }
}

@media (max-width: 768px) {
  .container-secoes {
    grid-template-columns: 1fr; /* 1 coluna */
  }

  .produtos {
    flex-direction: column; /* Itens empilhados em telas menores */
  }
}

@media (max-width: 480px) {
  .container-secoes {
    grid-template-columns: 1fr;
  }
}


.rodape{
  text-decoration: none; /* Remove o sublinhado padrão */

  transition: background-color 0.3s ease; /* Suaviza o efeito hover */
}

.rodape:hover {
  background-color: #f5f5f5; /* Cinza bem clarinho */
  color: #000; /* Cor do texto ao passar o mouse (opcional) */
  border-radius: 4px; /* Borda arredondada (opcional) */
  padding: 2px 4px; /* Espaçamento interno para destacar */
}
.product-card{
	width:270px;
	background: white;
	margin:15px auto;
	box-shadow: 1px 3px 10px rgba(0,0,0,0.2);
}

.product-image {

	overflow: hidden;
	position: relative;
	height: 300px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f9f9f9; /* Adiciona um fundo para imagens menores */
}

.product-image img {
    max-width: 100%; /* Garante que a largura da imagem não ultrapasse o contêiner */
    max-height: 100%; /* Garante que a altura da imagem não ultrapasse o contêiner */
    object-fit: contain; /* Mantém a proporção da imagem sem cortes */
    position: relative; /* Permite o uso de top, left, right e bottom */
    top: 2%; /* Move a imagem 2% para baixo */
}


.front-image{

	background: white;
	width:100%;
	position: absolute;
	top:0;
	left: 0;
	z-index: 9;
	height: 100%;
	display: block;
	transition: all 0.4s ease;
}

.front-image img{
	
	height: 100%;
	position: absolute;
	top: 2%;
	left: 50%;
	transform: translateX(-50%);
}

.product-front-image:hover .front-image{
	display: none;
}

.product-image img{
	height: 100%;
	margin:auto!important;
	width: auto!important;
	object-fit: contain;
}

.product-like{
	position: absolute;
	display: inline-block;
	top:7px;
	z-index: 12;
	right: 7px;
	cursor: pointer;
	object-fit: contain;
}

.product-like svg{
	fill: #000;
	opacity: .2;
	stroke: transparent;
}

.owl-slider{
	overflow: hidden;
}

.product-front-image{
	overflow: hidden;
	position: relative;
	height: 300px;
	width: 100%;
	   object-fit: contain;
}

.product-details{
	padding: 10px 15px;
	position: relative;
}


.brand-desc{
	display: inline-block;
	width:calc(100% - 80px);
	font-size: 14px;
	color:#212121;
	font-weight: 400;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0;
}

.brand-desc:hover{
	color:#212121;
	text-decoration: none;
}

.brand-name{
	color:#878787;
	font-size: 14px;
	font-weight: 500;
}

.color-details{
	color:#878787;
	font-size: 12px;
}

.price-info-sec{
	display: flex;
}
.price-info-sec div{
	margin:0px 5px 0px 0px;
}

.price-info-sec .price{
	font-size: 16px;
	font-weight: 500;
	color:#212121;
}

.price-info-sec .cut-off{
	font-size: 11px;
	font-weight: 400;
	color:#878787;
	text-decoration: line-through;
}

.price-info-sec .discount-percent span{
	font-size: 13px;
	font-weight: 600;
	color:#388e3c;
	letter-spacing: -.2px;
	display: inline-block;
}
.thrones-assured {
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Alinha à esquerda */
    margin-left: -10px;
	margin-bottom: 5px;
}
.centralizar {
    margin: 0 auto; /* Centraliza horizontalmente */
    border-radius: 10px; 
	text-align: center; /* Centraliza o texto */
    margin-bottom: 10px;	/* Espaçamento entre o <h6> e o <p> */
	text-transform: capitalize;

}
/*owl dots*/
.product-slider .owl-dots{
	position: absolute;
	top:0;
	width: 40px;
	left:9px;
	z-index: 99;
}

.product-slider .owl-dots .owl-dot span{
	width:5px;
	display: inline-block;
	height: 5px;
	margin: 0px 1px;
	border-radius: 50%;
	background: #e8e8e8;
}

.product-slider .owl-dots .owl-dot.active span{
	background: gray;
}
p.centralizar {
    margin-top: 10px; /* Espaçamento acima do parágrafo */
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}



.product-card{
	width:270px;
	background: white;
	margin:15px auto;
	box-shadow: 1px 3px 10px rgba(0,0,0,0.2);
}

.product-image{
	overflow: hidden;
	position: relative;
	height: 300px;
	width:100%;
	
}



.flex-container {
    display: flex;
	
    gap: 45px; /* Space between the gallery and the main image */
    align-items: flex-start; /* Aligns items at the top */
	
}


.bg-primary-blue {
    background-color: rgb(172 40 240);
        height: 70px;
        font-size: 15px;
    font-weight: 500;
}

.bg-primary-darkBlue {
    background-color: #1b61c2;
}

.form-section {
    max-width: 600px;
    margin: 20px auto;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.custom-input {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    transition: border 0.2s ease-in-out;
}

.custom-input:focus {
    border-color: #2874f0;
}

/*button {
    background-color: #2874f0;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button:hover {
    background-color: #1b61c2;
}

button:focus {
    outline: none;
    
} */

@media (max-width: 600px) {
    .form-section {
        padding: 15px;
    }
}

.imagens{
  margin-top: 10px;
  width: 100%;
  height: 208px; /* Ajuste a altura conforme necessário */
  object-fit: contain; /* Garante que a imagem se ajuste mantendo a proporção */
}
.imagens-3{
  margin-top: 15px;
  width: 100%;
  height: 228px; /* Ajuste a altura conforme necessário */
  object-fit: contain; /* Garante que a imagem se ajuste mantendo a proporção */
}
.alert {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: #d4edda; /* Cor de fundo verde claro para sucesso */
    color: #155724; /* Cor do texto verde escuro */
    border: 1px solid #c3e6cb; /* Borda verde clara */
}

.box {
    position: relative; /* Define a posição como referência */
}

.boxspan {
    position: absolute;
    bottom: 10px;
    left: 0;
    font-size: 12px;
    color: #005da7;
    margin: 15px;
    display: block;
}
.imgsimilarp {
    width: 100%; /* A largura será de 100% do contêiner */
    height: auto; /* A altura será ajustada automaticamente para manter a proporção */
    object-fit: contain;
margin-right: 25px;	/* Garante que a imagem será redimensionada para caber no contêiner sem cortar */
}
/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/


/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/



/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select {
  /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='submit'] {
-webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

/**
Restore the focus styles unset by the previous rule.
*/

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */



button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */


/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */



/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */



textarea {
  resize: vertical;
}


button {
  cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

table {
  border-collapse: collapse;
}


/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */



/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */


/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */




[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.container{
  width: 100%;
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}

.invisible{
  visibility: hidden;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.top-0{
  top: 0px;
}

.top-5{
  top: 1.25rem;
}

.top-9{
  top: 2.25rem;
}

.top-16{
  top: 4rem;
}

.-top-2{
  top: -0.5rem;
}

.-top-2\.5{
  top: -0.625rem;
}

.right-2{
  right: 0.5rem;
}

.-right-2{
  right: -0.5rem;
}

.right-1\/2{
  right: 50%;
}

.left-3{
  left: 0.75rem;
}

.-left-24{
  left: -6rem;
}

.z-10{
  z-index: 10;
}

.m-3{
  margin: 0.75rem;
}

.m-4{
  margin: 1rem;
}

.m-auto{
  margin: auto;
}

.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mt-0{
  margin-top: 0px;
}

.mt-1{
  margin-top: 0.25rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-3{
  margin-top: 0.75rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-5{
  margin-top: 1.25rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mt-10{
  margin-top: 2.5rem;
}

.mt-12{
  margin-top: 3rem;
}

.mt-14{
  margin-top: 3.5rem;
}

.mt-16{
  margin-top: 4rem;
}

.mt-20{
  margin-top: 5rem;
}

.mt-0\.5{
  margin-top: 0.125rem;
}

/*.mr-4{
  margin-right: 1rem;
}*/

.mr-5{
  margin-right: 1.25rem;
}

.mr-6{
  margin-right: 1.5rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-3{
  margin-bottom: 0.0rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-7{
  margin-bottom: 1.75rem;
}

.mb-36{
  margin-bottom: 9rem;
}

.mb-40{
  margin-bottom: 10rem;
}

.ml-1{
  margin-left: 0.25rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.ml-3{
  margin-left: 0.75rem;
}

.ml-5{
  margin-left: 1.25rem;
}

.ml-8{
  margin-left: 2rem;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.hidden{
  display: none;
}

.h-4{
  height: 1rem;
}

.h-5{
  height: 1.25rem;
}

.h-7{
  height: 1.75rem;
}

.h-8{
  height: 2rem;
}

.h-12{
  height: 3rem;
}

.h-14{
  height: 3.5rem;
}

.h-16{
  height: 4rem;
}

.h-20{
  height: 5rem;
}

.h-28{
  height: 7rem;
}

.h-36{
  height: 9rem;
}

.h-40{
  height: 10rem;
}

.h-44{
  height: 11rem;
}

.h-96{
  height: 24rem;
}

.h-full{
  height: 100%;
}

.w-1{
  width: 0.25rem;
}

.w-4{
  width: 1rem;
}

.w-5{
  width: 1.25rem;
}

.w-7{
  width: 1.75rem;
}

.w-11{
  width: 2.75rem;
}

.w-12{
  width: 3rem;
}

.w-14{
  width: 3.5rem;
}

.w-16{
  width: 4rem;
}

.w-20{
  width: 5rem;
}

.w-36{
  width: 9rem;
}

.w-60{
  width: 15rem;
}

.w-64{
  width: 16rem;
}

.w-1\/2{
  width: 50%;
}

.w-1\/4{
  width: 25%;
}

.w-1\/5{
  width: 20%;
}

.w-2\/5{
  width: 40%;
}

.w-1\/6{
  width: 16.666667%;
}

.w-3\/12{
  width: 25%;
}

.w-9\/12{
  width: 75%;
}

.w-11\/12{
  width: 91.666667%;
}

.w-full{
  width: 100%;
}

.min-w-full{
  min-width: 100%;
}

.flex-1{
  flex: 1 1 0%;
}

.flex-shrink-0{
  flex-shrink: 0;
}

.transform{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:scale-110:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

@-webkit-keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse{
  50%{
    opacity: .5;
  }
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

@-webkit-keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.cursor-pointer{
  cursor: pointer;
}

.cursor-not-allowed{
  cursor: not-allowed;
}

.list-disc{
  list-style-type: disc;
}

.flex-col{
  flex-direction: column;
}

.items-start{
  align-items: flex-start;
}

.items-center{
  align-items: center;
}

.items-baseline{
  align-items: baseline;
}

.items-stretch{
  align-items: stretch;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.justify-evenly{
  justify-content: space-evenly;
}

.gap-0{
  gap: 0px;
}

.gap-1{
  gap: 0.25rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-7{
  gap: 1.75rem;
}

.gap-8{
  gap: 2rem;
}

.gap-12{
  gap: 3rem;
}

.gap-16{
  gap: 4rem;
}

.gap-20{
  gap: 5rem;
}

.gap-0\.5{
  gap: 0.125rem;
}

.gap-1\.5{
  gap: 0.375rem;
}

.gap-2\.5{
  gap: 0.625rem;
}

.gap-3\.5{
  gap: 0.875rem;
}

.overflow-hidden{
  overflow: hidden;
}

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rounded-sm{
  border-radius: 0.125rem;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-t{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-r{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-b{
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-l{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.border{
  border-width: 1px;
}

.border-t{
  border-top-width: 1px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-l{
  border-left-width: 1px;
}

.border-dashed{
  border-style: dashed;
}

.border-none{
  border-style: none;
}

.border-gray-600{
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

.focus-within\:border-primary-blue:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(40, 116, 240, var(--tw-border-opacity));
}

.focus\:border-primary-blue:focus{
  --tw-border-opacity: 1;
  border-color: rgba(40, 116, 240, var(--tw-border-opacity));
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.bg-primary-blue{
  --tw-bg-opacity: 1;
  background-color:  rgb(172 40 240);
}

.bg-primary-green{
  --tw-bg-opacity: 1;
  background-color: #dee2e6;
}
 .btn-hover:hover {
        background-color: rgba(0, 0, 0, 0.1); /* Altera a cor do fundo no hover */
    }
    .btn-primary:hover {
        background-color: #9e9e9e80; /* Altera a cor do fundo no hover para o botão de compra */
    }

.bg-primary-yellow{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 159, 0, var(--tw-bg-opacity));
}

.bg-primary-orange{
  --tw-bg-opacity: 1;
  background-color: rgba(251, 100, 27, var(--tw-bg-opacity));
}

.bg-primary-darkBlue{
  --tw-bg-opacity: 1;
  background-color: rgba(23, 35, 55, var(--tw-bg-opacity));
}

.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.hover\:bg-blue-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.hover\:bg-blue-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.p-0{
  padding: 0px;
}

.p-1{
  padding: 0.25rem;
}

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-10{
  padding: 2.5rem;
}

.p-0\.5{
  padding: 0.125rem;
}

.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.px-11{
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.pr-2{
  padding-right: 0.5rem;
}

.pr-5{
  padding-right: 1.25rem;
}

.pr-6{
  padding-right: 1.5rem;
}

.pr-12{
  padding-right: 3rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-3{
  padding-bottom: 0.75rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pl-2{
  padding-left: 0.5rem;
}

.pl-3{
  padding-left: 0.75rem;
}

.pl-14{
  padding-left: 3.5rem;
}

.text-left{
  text-align: left;
}

.text-center{
  text-align: center;
}

.text-xxs{
  font-size: 11px;
  line-height: 1rem;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg{
  font-size: 1.40rem;
  line-height: 1.75rem;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.font-light{
  font-weight: 300;
}

.font-normal{
  font-weight: 400;
}

.font-medium{
  font-weight: 500;
}

.font-bold{
  font-weight: 700;
}

.leading-5{
  line-height: 1.25rem;
}

.text-white{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-gray-200{
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.text-gray-300{
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.text-gray-800{
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.text-red-500{
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.text-yellow-400{
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

.text-primary-blue{
  --tw-text-opacity: 1;
  color: rgba(40, 116, 240, var(--tw-text-opacity));
}

.text-primary-lightGreen{
  --tw-text-opacity: 1;
  color: rgba(20, 190, 71, var(--tw-text-opacity));
}

.text-primary-green{
  --tw-text-opacity: 1;
  color: #e83e8c;
}

.text-primary-grey{
  --tw-text-opacity: 1;
  color: rgba(135, 135, 135, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-primary-blue{
  --tw-text-opacity: 1;
  color: rgba(40, 116, 240, var(--tw-text-opacity));
}

.hover\:text-red-500:hover{
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.hover\:text-primary-blue:hover{
  --tw-text-opacity: 1;
  color: rgba(40, 116, 240, var(--tw-text-opacity));
}

.line-through{
  text-decoration: line-through;
}

.hover\:underline:hover{
  text-decoration: underline;
}

.placeholder-gray-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.placeholder-gray-500:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.placeholder-gray-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

*, ::before, ::after{
  --tw-shadow: 0 0 #0000;
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-lg:hover{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

*, ::before, ::after{
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.transition-colors{
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-75{
  transition-duration: 75ms;
}

.duration-100{
  transition-duration: 100ms;
}

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}


/* owl carousel customization */

.owl-carousel .owl-nav button {
  position: absolute;
  top: 30%;
  outline: none;
}

#topSelection .owl-carousel .owl-nav button {
  top: 20%;
}

#recommended .owl-carousel .owl-nav button {
  top: 25%;
}

.owl-carousel .owl-nav button.owl-prev {
  left: 2.5rem;
}

.owl-carousel .owl-nav button.owl-prev i,
.owl-carousel .owl-nav button.owl-next i {
  font-size: 1.7rem;
  color: #000;
  margin-left: -3.5rem;
  padding: 2.5rem 1rem;
  padding-left: 1.5rem;
  box-shadow: 0 8px 12px rgba(0,0,0,.2);
  background: #fff;
  border-radius: 5px;
}

.owl-carousel .owl-nav button.owl-next {
  right: 2rem;
}

.owl-carousel .owl-nav button.owl-next i {
  margin-right: -5.5rem;
  padding: 2.5rem 1.5rem;
  padding-left: 1rem;
}

.owl-next.disabled, .owl-prev.disabled {
  display: none !important;
}

/* owl carousel customization */

/* material icons sizing */

.md-12 {
  font-size: 13px;
  text-shadow: 0.03px 0.03px 0px rgba(0, 0, 0, 0.1); /* Simula um leve efeito de rotação */
}




.md-14 {
  font-size: 14px;
  transform: rotate(0.03deg);
}

.md-16 {
  font-size: 16px;
  transform: rotate(0.03deg);
}

.md-18 {
  font-size: 18px;
  letter-spacing: 0.03px; /* Ajuste fino do espaçamento das letras */
  line-height: 1.1; /* Ajuste da altura da linha */
}


.md-20 {
  font-size: 20px;
  text-shadow: 0.03px 0.03px 0px rgba(0, 0, 0, 0.1);

  
}

.md-22 {
  font-size: 22px;
}

/* material icons sizing */

/* hover navbar dropdown arrow */

.arrow_down {
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #fff;
}

/* hover navbar dropdown arrow */

/* hover navbar dropdown toggle */

.active {
  display: flex;
}

/* hover navbar dropdown toggle */

/* rotate dropdown arrows */

.rotateDropDown {
  transform: rotate(-180deg);
}

/* rotate dropdown arrows */

/* login signup sidebar bg image */

.userDropDownMenu {
    pointer-events: auto; /* Garante que o mouse possa interagir com o dropdown */
}


/* login signup sidebar bg image */

@media (min-width: 640px){
  .sm\:sticky{
    position: sticky;
  }

  .sm\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:mt-0{
    margin-top: 0px;
  }

  .sm\:mt-4{
    margin-top: 1rem;
  }

  .sm\:mt-6{
    margin-top: 1.5rem;
  }

  .sm\:mr-4{
    margin-right: 1rem;
  }

  .sm\:mb-7{
    margin-bottom: 1.75rem;
  }

  .sm\:ml-8{
    margin-left: 2rem;
  }

  .sm\:block{
    display: block;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:h-24{
    height: 6rem;
  }

  .sm\:h-72{
    height: 25rem;
  }

  .sm\:h-screen{
    height: 100vh;
  }

  .sm\:w-32{
    width: 8rem;
  }

  .sm\:w-44{
    width: 11rem;
  }

  .sm\:w-64{
    width: 16rem;
  }

  .sm\:w-auto{
    width: auto;
  }

  .sm\:w-1\/2{
    width: 50%;
  }

  .sm\:w-1\/5{
    width: 20%;
  }

  .sm\:w-2\/5{
    width: 40%;
	
	
  }

  .sm\:w-3\/5{
    width: 60%;
  }

  .sm\:w-1\/6{
    width: 16.666667%;
  }

  .sm\:w-4\/6{
    width: 66.666667%;
  }

  .sm\:w-4\/12{
    width: 33.333333%;
  }

  .sm\:w-5\/12{
    width: 41.666667%;
  }

  .sm\:w-7\/12{
    width: 58.333333%;
  }

  .sm\:w-9\/12{
    width: 75%;
  }

  .sm\:w-10\/12{
    width: 83.333333%;
  }

  .sm\:w-11\/12{
    width: 91.666667%;
  }

  .sm\:flex-shrink{
    flex-shrink: 1;
  }

  .sm\:flex-row{
    flex-direction: row;
  }

  .sm\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .sm\:items-center{
    align-items: center;
  }

  .sm\:justify-start{
    justify-content: flex-start;
  }

  .sm\:gap-0{
    gap: 0px;
  }

  .sm\:gap-2{
    gap: 0.5rem;
  }

  .sm\:gap-5{
    gap: 1.25rem;
  }

  .sm\:gap-6{
    gap: 1.5rem;
  }

  .sm\:gap-7{
    gap: 1.75rem;
  }

  .sm\:gap-14{
    gap: 3.5rem;
  }

  .sm\:gap-20{
    gap: 5rem;
  }

  .sm\:p-2{
    padding: 0.5rem;
  }

  .sm\:p-10{
    padding: 2.5rem;
  }

  .sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:pr-5{
    padding-right: 1.25rem;
  }

  .sm\:pb-8{
    padding-bottom: 2rem;
  }

  .sm\:pl-6{
    padding-left: 1.5rem;
  }
}

@media (min-width: 768px){
}

@media (min-width: 1024px){
}

@media (min-width: 1280px){
}

@media (min-width: 1536px){
}



.galeria-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-left: -34px;
}

/* MINIATURAS */
.miniaturas {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
}

.miniaturas img,
.miniaturas .zoom-icon {
  width: 52px;
  height: 50px;
  object-fit: contain;
  cursor: pointer;
  border: 2px solid transparent;
  background: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #6a1b9a;
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

.miniaturas img:hover,
.miniaturas .zoom-icon:hover {
  border-color: #6a1b9a;
  transform: scale(1.05);
}

.miniaturas img.selecionada {
  border: 2px solid #6a1b9a;
}

.zoom-icon {
  border: 2px dashed #ccc;
  font-size: 26px;
  font-weight: bold;
}

/* IMAGEM PRINCIPAL */
.imagem-principal {
  position: relative;
  width: 470px;
  height: 590px;
 /* border: 1px solid #e0e0e0; */
  background: #fff;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  overflow: hidden;
  border-radius: 12px;
 /* box-shadow: 0 4px 8px rgba(0,0,0,0.06); */
}

.imagem-principal img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #f9f9f9;
   background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' width='100' height='100' opacity='0.03'%3E%3Cpath d='M0 0 L100 100 M20 0 L100 80 M0 20 L80 100' stroke='%232d3748' stroke-width='1'/%3E%3C/svg%3E");
  border-radius: 5px;
  padding: 4px;
}

/* AJUSTE RESPONSIVO PARA CELULARES */
@media (max-width: 768px) {
  .imagem-principal {
    width: 95%;
    height: auto;
    max-height: 400px;
    margin: 0 auto;
  }

  .imagem-principal img {
     height: 400px;
  }
}


/* ZOOM AO LADO */
.zoom-area {
  width: 750px !important;
  height: 500px !important;
  max-width: none !important;
  border: 1px solid #e0e0e0;
  background: #fff;
  overflow: hidden;
  position: relative;
  display: none;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.06);
}

.zoom-area img {
  position: absolute;
  width: 1200px !important;
  height: 1200px !important;
  object-fit: contain;
  pointer-events: none;
  transition: left 0.1s ease, top 0.1s ease;
}



/* LUPA VISUAL */
.lupa {
  position: absolute;
  width: 160px;
  height: 160px;
  background: rgba(255, 255, 255, 0.4);
  border: 2px solid #999;
  display: none;
  pointer-events: none;
  border-radius: 50%;
  backdrop-filter: blur(1px);
  box-shadow: 0 0 6px rgba(0,0,0,0.2);
}

.picture-text{
    color: #2e6897;
    font-size: 12px;
    margin-top: 20px;
    text-align: center;
    display: block;
    width: 100%;

}

.produto {
display: flex
;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    background-color: #fff;
    border-radius: 7px;
    padding: 12px;
    margin: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s 
ease, box-shadow 0.2s 
ease;
    font-family: 'Poppins', sans-serif;
    max-width: 285px;
    height: 320px;
}

.produto:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.produto img {
  max-width: 100%;
  height: auto;
  border-radius: 7px;
  margin-bottom: 10px;
}

.nome-produto {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-align: center;
    min-height: 68px;
    line-height: 1.3;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 6px;
    margin-bottom: 5px;
}


.valor-promocao {
     margin-top: auto;
    font-size: 14px;
    font-weight: 600;
    color: #232f3e;
    background-color: #f7f7f7 /*rgba(0, 0, 0, 0.08)*/;
    border-radius: 7px;
    padding: 6px 12px;
    text-align: left;
    display: flex
;
    align-items: center;
    gap: 8px;
}

.preco-original {
  text-decoration: line-through;
  color:rgba(0,0,0,0.7) /* #777*/;
  font-size: 12px;
  font-weight: normal;
}


.desconto-badge {
  background-color: #E91E63 /* #c8102e*/; /* Vermelho forte */
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 3px;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 7px;
  align-self: flex-start; /* Alinha à esquerda dentro do flex container */
  margin-left: 5px;
}


.linha-desconto {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0px;
  
}


.cliques-info {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #555;
  gap: 5px;
  margin-right: 5px;
}

.products-slider {
  background-color: white;
  padding: 20px;
  margin: 20px 70px;
  position: relative;
  border-radius: 7px;
  box-shadow: 0 4px 12px rgba(106, 27, 154, 0.12);
  animation: fadeIn 0.5s ease forwards;
  transition: box-shadow 0.3s ease;
}

/* Tablet */
@media (max-width: 1024px) {
  .products-slider {
    margin: 20px 40px; /* Menos margem que desktop */
  }
}

/* Celular */
@media (max-width: 768px) {
  .products-slider {
    margin: 20px 15px; /* Espaço nas laterais da tela */
    padding: 15px; /* Reduz um pouco o padding interno */
  }
}
.products-slider:hover{
   box-shadow: 0 8px 24px rgba(106, 27, 154, 0.18);
}

.products-slider .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.products-slider .header h2 {
  font-size: 18px;
  font-weight: bold;
  font-family: 'Poppins';
}

.products-slider .header a {
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    font-weight: 400;
    font-family: 'Poppins';
}
.products-slider .header a:hover{
  color: #691b9aa4;
}

.products {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 16px;
  padding: 10px 0;
}

.products img {
  max-width: 185px;
  max-height: 185px;
  object-fit: contain;
  flex-shrink: 0;
}

.products::-webkit-scrollbar {
  display: none;
}

/* Botões de navegação */
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255,255,255,0.8);
  border: 1px solid #ccc;
  font-size: 20px;
  cursor: pointer;
  padding: 10px;
  z-index: 2;
  border-radius: 4px;
  transition: background 0.3s ease;
}

.slider-btn:hover {
  background-color: rgba(230,230,230,1);
}

.slider-btn.left {
  left: 5px;
}

.slider-btn.right {
  right: 5px;
}

.slider-btn:disabled {
  opacity: 0;
  pointer-events: none;
}

/* Barra de progresso */
.barra-progresso {
  height: 4px;
  background: #eee;
  margin-top: 10px;
  border-radius: 2px;
  overflow: hidden;
}

.barra-preenchida {
  height: 100%;
  width: 0%;
  background: #6a1b9a;
  transition: width 0.3s ease;
}

.product-card{
    display: flex;
    flex-direction: column;
    justify-content: end;
    min-width: 210px;
    background-color: white;
}

.product-card img{
    width: 110px;
    margin: 0 50px;
}

.product-offer p{
    background-color: #cc0c39;
    color: white;
    font-size: 12px;
    display: inline-block;
    padding: 5px 5px;
    border-radius: 3px;
    margin: 7px 0;
}

.product-offer span{
    font-size: 12px;
    font-weight: 800;
    color: #cc0c39;
}

.product-price{
    color: #0f1111;
    font-size: 12px;
    font-weight: 500;
}

.product-price span{
    font-size: 20px;
}

.product-price h4{
    font-size: 14px;
}

footer{
    margin-top: 15px;
}

  
        .banner {
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: linear-gradient(135deg, #ffffff 0%, #f8f9fc 100%);
            border-radius: 16px;
            overflow: hidden;
            max-width: 800px;
            width: 100%;
            height: 120px;
            padding: 0 30px;
            color: #2d3748;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            position: relative;
            border: 1px solid rgba(255, 255, 255, 0.7);
        }

        .banner::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' width='100' height='100' opacity='0.03'%3E%3Cpath d='M0 0 L100 100 M20 0 L100 80 M0 20 L80 100' stroke='%232d3748' stroke-width='1'/%3E%3C/svg%3E");
            pointer-events: none;
        }

        .banner-text {
            flex: 1;
            padding-right: 25px;
            position: relative;
            z-index: 2;
        }

        .banner-text h4 {
            font-size: 12px;
            letter-spacing: 2.5px;
            margin: 0 0 8px 0;
            color: #4a5568;
            font-weight: 600;
            text-transform: uppercase;
        }

        .banner-text h2 {
            font-size: 22px;
            margin: 0 0 8px 0;
            line-height: 1.2;
            font-weight: 700;
            color: #2d3748;
            letter-spacing: -0.5px;
        }

        .banner-text p {
            font-size: 14px;
            margin: 0;
            color: #718096;
            line-height: 1.5;
            max-width: 90%;
            font-weight: 500;
        }

        .banner-cta {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            padding-left: 25px;
            border-left: 1px solid rgba(237, 242, 247, 0.8);
            height: 70%;
            position: relative;
            z-index: 2;
        }

        .btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
            color: white;
            padding: 10px 22px;
            border-radius: 8px;
            font-size: 14px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 4px 12px rgba(37, 117, 252, 0.25);
            white-space: nowrap;
            border: none;
            cursor: pointer;
        }

        .btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 16px rgba(37, 117, 252, 0.35);
        }

        .btn:active {
            transform: translateY(0);
        }

        .icon {
            margin-right: 8px;
            font-size: 16px;
        }
        
.nova-galeria-container {

    max-width: 1200px;
    width: 100%;
}
.nova-galeria-header {
    text-align: center;
    margin-bottom: 40px;
}
.nova-galeria-h1 {
    font-size: 2.8rem;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.nova-galeria-subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
    margin-bottom: 20px;
}
.nova-galeria-instructions {
background: #f8f9fa;
    padding: 15px;
    border-radius: 5px;
    margin-top: 15px;
    /* max-width: 600px; */
    /* margin: 15px auto; */
    font-size: 13px;
    font-family: 'Poppins';
    font-weight: 300;
    line-height: 20px;
    align-content: end;

}
.nova-galeria-gallery-container {
    display: flex;
    flex-direction: row;
    gap: 30px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 7px;
    padding: 10px 30px;
    /*box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); */
}
@media (max-width: 480px) {
    .nova-galeria-gallery-container {
        flex-direction: column;
        width: 100%;
        box-sizing: border-box;
        padding: 10px 2px;
        margin: 0;
        overflow-x: hidden; /* Remove barra horizontal */
    }
    
    /* Garante que os elementos internos não ultrapassem a largura */
    .nova-galeria-gallery-container > * {
        max-width: 100%;
        box-sizing: border-box;
    }
}


@media (max-width: 480px) {
    .nova-galeria-main-content {
        flex-direction: column;
        width: 100%;
        box-sizing: border-box;
       
        margin: 0;
        overflow-x: hidden; /* Remove barra horizontal */
    }
    
    /* Garante que os elementos internos não ultrapassem a largura */
    .nova-galeria-main-content > * {
        max-width: 100%;
        box-sizing: border-box;
    }
}
.nova-galeria-main-content {
    display: flex;
    flex: 1;
    gap: 40px;
}
.nova-galeria-image-section {
    display: flex;
    flex-direction: column;
    z-index: 10;
   position: sticky;
    top: 20px; /* distância do topo da tela quando fixar */
    align-self: flex-start; /* garante que alinhe ao topo dentro do flex */
    flex: 1;
    border: 1px solid #e0e0e0ba;
    padding: 20px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

/* Tablets (até 1024px) */
@media (max-width: 1100px) {
    .nova-galeria-image-section {
        position: relative; /* remove o sticky */
        top: auto;
        margin-bottom: 20px;
    }
}

/* Celulares (até 768px) */
@media (max-width: 768px) {
    .nova-galeria-image-section {
        position: relative; /* garante comportamento natural */
        top: auto;
        padding: 10px; /* diminui o espaço interno para caber melhor */
        border-radius: 3px;
    }
}

.nova-galeria-main-image-container {
    width: 100%;
    max-height: 480px; /* limite, mas não força */
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    cursor: zoom-in;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;

    
}

.nova-galeria-main-image {
    width: 80vw;
    max-width: 725px;
    height: 80vw;               /* ← tira o quadrado forçado */
    max-height: 368px;
    /*object-fit: cover;*/
    background-color: #fff;
    display: block;
   /* filter: contrast(1.08) brightness(1.02) saturate(1.12) url(#nitidez);*/
    transition: transform 0.3s ease;
    /* remova translateZ(0) e backface-visibility — eles borram */
    filter: contrast(1.04) brightness(1.00) saturate(0.80) url(#nitidez);
}


/* Telas médias */
@media (max-width: 991px) {
    .nova-galeria-main-image {
        object-fit: contain; /* não corta a imagem */
        max-height: 400px;
        cursor: auto;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .nova-galeria-main-image {
        object-fit: contain;
        max-height: 300px;
        cursor: auto;
    }
}

.nova-galeria-zoom-modal {
    position: absolute; /* em vez de fixed, para alinhar relativo ao container */
    top: 2%; /* começa no topo da galeria */
    left: 100%; /* aparece à direita da galeria */
    margin-left: 40px; /* espaçamento entre galeria e zoom */
    width: 600px;
    height: 455px;
    border-radius: 7px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 100;
    background: #fff;
    border: 2px solid #ddd;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.nova-galeria-zoom-modal.nova-galeria-active {
    display: block;
}

/* Lente */
.nova-galeria-lens {
    position: absolute;
    width: 80px;
    height: 80px;
    border: 2px solid #9C27B0;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 20;
    background: rgb(255 255 255 / 28%);
}

@media (max-width: 900px) {
    .nova-galeria-lens {
        display: none !important;
        cursor: pointer;
    }
}
/* Container das miniaturas */
.nova-galeria-thumbnails {
    display: flex;
    justify-content: center;
    gap: 6px;                    /* espaço menor entre elas */
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 6px 4px;
    scrollbar-width: none;       /* Firefox */
    margin-top: 15px;
}
.nova-galeria-thumbnails::-webkit-scrollbar { 
    display: none;               /* Chrome, Safari, Edge */
}

/* Cada miniatura */
.nova-galeria-thumbnail {
    width: 60px;
    height: 50px;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.65;
    border: 1px solid rgba(138, 92, 247, 0.3);
    flex-shrink: 0;
    transition: transform 0.2s ease, opacity 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    margin-right: 10px;
}

/* Hover */
.nova-galeria-thumbnail:hover {
    opacity: 1;
    transform: translateY(-2px);
}

/* Miniatura ativa */
.nova-galeria-thumbnail.is-active {
    opacity: 1;
    border-color: #6a0dad !important;          /* borda roxa */
    box-shadow: 0 0 0 3px rgba(106, 13, 173, 0.15); /* halo suave */
    transform: translateY(-2px);
}

/* Imagem dentro da miniatura */
.nova-galeria-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;           /* recorte proporcional */
    display: block;
}

/* Tablet - ajustes menores */
@media (max-width: 768px) {
    .nova-galeria-thumbnail {
        width: 55px;
        height: 45px;
        margin-right: 8px;
    }
}

/* Celular - quebra para múltiplas linhas */
@media (max-width: 480px) {
    .nova-galeria-thumbnails {
        display: flex;
        flex-wrap: wrap;           /* Permite quebra de linha */
        justify-content: center;
        gap: 8px;
        overflow-x: visible;       /* Remove scroll horizontal */
        padding: 8px 5px;
        max-width: 100%;
    }
    
    .nova-galeria-thumbnail {
        width: 50px;
        height: 42px;
        margin-right: 0;           /* Remove margin-right pois usa gap */
        flex-shrink: 0;
    }
}

/* Celular muito pequeno - ajusta quantidade por linha */
@media (max-width: 360px) {
    .nova-galeria-thumbnails {
        gap: 6px;
        padding: 6px 3px;
    }
    
    .nova-galeria-thumbnail {
        width: 45px;
        height: 38px;
    }
}

/* Garante que não haja scroll horizontal em telas pequenas */
@media (max-width: 480px) {
    .nova-galeria-thumbnails-container {
        overflow-x: hidden;
        width: 100%;
    }
}


.nova-galeria-carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
}
.nova-galeria-carousel-btn:hover {
    background: rgba(255, 255, 255, 0.3);
}
.nova-galeria-carousel-btn.nova-galeria-prev {
    left: -15px;
}
.nova-galeria-carousel-btn.nova-galeria-next {
    right: -15px;
}
.nova-galeria-details-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.nova-galeria-product-title {
    font-size: 2rem;
    margin-bottom: 10px;
}
.nova-galeria-product-price {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 15px 0;
    font-family: 'Poppins', Arial, sans-serif;
}

.nova-galeria-product-price .preco-atual {
    font-size: 2rem;
    color: #ffdd00;
    font-weight: 700;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.nova-galeria-product-price .preco-antigo {
    font-size: 1rem;
    color: #fff;
    text-decoration: line-through;
    margin-top: 3px;
}

.nova-galeria-product-price .desconto-badge {
    background: linear-gradient(135deg, #ff4b2b, #ff416c);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 5px;
    box-shadow: 0 3px 8px rgba(255, 65, 108, 0.4);
    animation: floatBadge 2.5s ease-in-out infinite;
}

/* Animação de flutuação */
@keyframes floatBadge {
    0% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
    100% { transform: translateY(0); }
}

.nova-galeria-product-description {
    line-height: 1.6;
    opacity: 0.9;
}
.nova-galeria-product-features {
    margin-top: 20px;
}
.nova-galeria-feature-list {
    list-style-type: none;
    margin-top: 10px;
}
.nova-galeria-feature-list li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    gap: 10px;
}
.nova-galeria-feature-list li i {
    color: #ffdd00;
}
.nova-galeria-action-buttons {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}
.nova-galeria-btn {
    padding: 12px 25px;
    border-radius: 5px;
    border: none;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}
.nova-galeria-btn-primary {
    background: #ffdd00;
    color: #333;
}
.nova-galeria-btn-primary:hover {
    background: #ffcc00;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.nova-galeria-btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: white;
}
.nova-galeria-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.nova-galeria-image-title {
    margin-top: 13px;
    font-size: 1.2rem;
}
.nova-galeria-zoom-info {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.5);
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #eee;
}
@media (max-width: 1200px) {
    .nova-galeria-zoom-modal {
        right: 20px;
        width: 350px;
        height: 350px;
    }
}
@media (max-width: 1100px) {
    .nova-galeria-zoom-modal {
        display: none !important;
    }
    .nova-galeria-main-image-container:hover + .nova-galeria-zoom-modal {
        display: none !important;
    }
}
@media (max-width: 1100px) {
    .nova-galeria-main-content {
        flex-direction: column;
    }
    .nova-galeria-gallery-container {
        flex-direction: column;
    }
}



@media (max-width: 768px) {
    .nova-galeria-main-image-container {
        height: 300px;
    }
    .nova-galeria-h1 {
        font-size: 2.2rem;
    }
    .nova-galeria-carousel-btn {
        display: none;
    }
}

.nova-galeria-backgound{
  
/* background: linear-gradient(135deg, #6a1b9a, #6a1b9a, #9C27B0);
    
    min-height: 100vh; */
    padding: 0px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000;
}

  :root {
            --primary: #4361ee;
            --primaryy: #9c27b0;
            --primary-dark: #3a56d4;
            --primary-light: #e6eeff;
            --secondary: #673ab7;
            --accent: #f72585;
            --success: #4cc9f0;
            --warning: #e91e63;
            --error: #ff5a5f;
            --dark: #2b2d42;
            --dark-gray: #6c757d;
            --gray: #adb5bd;
            --light-gray: #f8f9fa;
            --white: #ffffff;
            --gradient-primary: linear-gradient(135deg, var(--primaryy) 0%, var(--secondary) 100%);
            --gradient-accent: linear-gradient(135deg, var(--accent) 0%, var(--warning) 100%);
            --gradient-dark: linear-gradient(135deg, #2b2d42 0%, #1a1c2d 100%);
            --shadow-sm: 0 4px 6px rgba(0, 0, 0, 0.05);
            --shadow-md: 0 6px 12px rgba(0, 0, 0, 0.08);
            --shadow-lg: 0 15px 30px rgba(0, 0, 0, 0.12);
            --border-radius: 7px;
            --border-radius-lg: 16px;
            --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Poppins', sans-serif;
            color: var(--dark);
            background-color: #f8f6fc;
       
            overflow-x: hidden;
        }

        /* Animações personalizadas */
        @keyframes nova-compra-float {
            0% { transform: translateY(0px); }
            50% { transform: translateY(-10px); }
            100% { transform: translateY(0px); }
        }

        @keyframes nova-compra-pulse-border {
            0% { box-shadow: 0 0 0 0 rgba(67, 97, 238, 0.4); }
            70% { box-shadow: 0 0 0 10px rgba(67, 97, 238, 0); }
            100% { box-shadow: 0 0 0 0 rgba(67, 97, 238, 0); }
        }

        @keyframes nova-compra-shimmer {
            0% { background-position: -1000px 0; }
            100% { background-position: 1000px 0; }
        }

        .nova-compra-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* Header Styles */
        .nova-compra-main-header {
            background: var(--white);
            box-shadow: var(--shadow-md);
            position: sticky;
            top: 0;
            z-index: 1000;
            padding: 15px 0;
        }

        .nova-compra-header-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .nova-compra-logo {
            font-size: 1.8rem;
            font-weight: 700;
            background: var(--gradient-primary);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            text-decoration: none;
            display: flex;
            align-items: center;
            transition: var(--transition);
            font-family: 'Montserrat', sans-serif;
        }

        .nova-compra-logo:hover {
            transform: translateY(-2px);
        }

        .nova-compra-logo i {
            margin-right: 10px;
        }

        .nova-compra-nav-actions {
            display: flex;
            align-items: center;
            gap: 20px;
        }

        .nova-compra-nav-icon {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            background: var(--primary-light);
            color: var(--primary);
            transition: var(--transition);
            cursor: pointer;
            position: relative;
        }

        .nova-compra-nav-icon:hover {
            background: var(--primary);
            color: var(--white);
            transform: translateY(-3px);
        }

        .nova-compra-cart-count {
            position: absolute;
            top: -5px;
            right: -5px;
            background: var(--accent);
            color: white;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            font-size: 0.7rem;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 600;
        }

        /* Hero Banner */
        .nova-compra-hero-banner {
            background: var(--gradient-dark);
            color: white;
            padding: 40px 0;
            margin-bottom: 40px;
            position: relative;
            overflow: hidden;
        }

        .nova-compra-hero-banner::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%234361ee' fill-opacity='0.1' d='M0,128L48,117.3C96,107,192,85,288,112C384,139,480,213,576,218.7C672,224,768,160,864,138.7C960,117,1056,139,1152,149.3C1248,160,1344,160,1392,160L1440,160L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z'%3E%3C/path%3E%3C/svg%3E");
            background-size: cover;
            background-position: center;
        }

        .nova-compra-hero-content {
            position: relative;
            z-index: 2;
            text-align: center;
            max-width: 800px;
            margin: 0 auto;
        }

        .nova-compra-hero-title {
            font-size: 2.5rem;
            font-weight: 800;
            margin-bottom: 15px;
            font-family: 'Montserrat', sans-serif;
        }

        .nova-compra-hero-subtitle {
            font-size: 1.2rem;
            opacity: 0.9;
            margin-bottom: 25px;
        }

        .nova-compra-hero-badge {
            display: inline-block;
            background: var(--gradient-accent);
            padding: 8px 20px;
            border-radius: 30px;
            font-weight: 600;
            margin-bottom: 20px;
            animation: nova-compra-pulse-border 2s infinite;
        }

        /* Breadcrumb */
        /* Padrão (desktop e telas grandes): alinhado à esquerda */
.nova-compra-breadcrumb {
  padding: 12px 0;
  font-size: 0.8rem;
  margin-left: 27px;
  color: var(--dark-gray);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  text-align: left;
}

/* Mobile (até 768px): centralizado */
@media (max-width: 768px) {
  .nova-compra-breadcrumb {
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    font-size: 0.85rem; /* um pouco menor se quiser */
    flex-wrap: wrap;    /* quebra linha se o texto for muito grande */
  }
  
  .nova-compra-breadcrumb a:not(:last-child):after {
    margin: 0 6px; /* menos espaço em telas pequenas */
  }
}


        .nova-compra-breadcrumb a {
            color: #6d0aa9;
            text-decoration: none;
            transition: var(--transition);
            position: relative;
        }

        .nova-compra-breadcrumb a:hover {
            color: var(--secondary);
        }

      .nova-compra-breadcrumb i {
  font-size: 0.9rem;
  margin-right: 5px;
  position: relative;
  top: 0px;  /* aumenta ou diminui até ficar perfeito */
}


        .nova-compra-breadcrumb a:not(:last-child)::after {
            font-family: "Font Awesome 5 Free"; /* ou 6, depende da versão */
            font-weight: 900; /* necessário para ícones sólidos */
            content: "\f105"; /* código unicode do fa-angle-right */
            margin: 0 10px;
            color: var(--gray);
}


        /* Product Section */
        .nova-compra-product-container {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
            background: var(--white);
            border-radius: var(--border-radius-lg);
            box-shadow: var(--shadow-lg);
            overflow: hidden;
            margin-bottom: 40px;
            position: relative;
            transform: translateY(-50px);
        }

        .nova-compra-product-badge {
            position: absolute;
            top: 20px;
            right: 20px;
            background: var(--gradient-accent);
            color: white;
            padding: 8px 16px;
            border-radius: 30px;
            font-weight: 600;
            font-size: 0.9rem;
            z-index: 10;
            box-shadow: var(--shadow-md);
            animation: nova-compra-float 3s ease-in-out infinite;
        }

        /* Gallery Section */
        .nova-compra-gallery-section {
            flex: 1;
            min-width: 300px;
            padding: 30px;
            position: relative;
        }

        .nova-compra-main-image-container {
            width: 100%;
            height: 400px;
            border-radius: var(--border-radius);
            overflow: hidden;
            position: relative;
            box-shadow: var(--shadow-md);
            background: var(--light-gray);
            display: flex;
            align-items: center;
            justify-content: center;
            transition: var(--transition);
            cursor: zoom-in;
        }

        .nova-compra-main-image-container:hover {
            transform: translateY(-5px);
            box-shadow: var(--shadow-lg);
        }

        .nova-compra-main-image {
            max-width: 90%;
            max-height: 90%;
            object-fit: contain;
            transition: var(--transition);
        }

        .nova-compra-main-image-container:hover .nova-compra-main-image {
            transform: scale(1.05);
        }

        .nova-compra-image-zoom-modal {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.9);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 2000;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }

        .nova-compra-image-zoom-modal.nova-compra-active {
            opacity: 1;
            visibility: visible;
        }

        .nova-compra-zoomed-image {
            max-width: 90%;
            max-height: 90%;
            object-fit: contain;
            transform: scale(0.9);
            transition: transform 0.3s ease;
        }

        .nova-compra-image-zoom-modal.nova-compra-active .nova-compra-zoomed-image {
            transform: scale(1);
        }

        .nova-compra-close-zoom {
            position: absolute;
            top: 20px;
            right: 20px;
            color: white;
            font-size: 2rem;
            cursor: pointer;
            background: rgba(0, 0, 0, 0.5);
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: var(--transition);
        }

        .nova-compra-close-zoom:hover {
            transform: rotate(90deg);
            background: var(--accent);
        }

        .nova-compra-thumbnails {
            display: flex;
            gap: 10px;
            margin-top: 20px;
            overflow-x: auto;
            padding: 10px 5px;
        }

        .nova-compra-thumbnail {
            width: 80px;
            height: 60px;
            border-radius: 8px;
            overflow: hidden;
            cursor: pointer;
            opacity: 0.7;
            transition: var(--transition);
            border: 2px solid transparent;
            box-shadow: var(--shadow-sm);
        }

        .nova-compra-thumbnail:hover, .nova-compra-thumbnail.nova-compra-active {
            opacity: 1;
            border-color: var(--primary);
            transform: translateY(-3px);
        }

        .nova-compra-thumbnail img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* Product Details */
        .nova-compra-product-details {
            flex: 1;
            min-width: 300px;
            padding: 30px;
        }

        .nova-compra-product-title {
            font-size: 1.8rem;
            font-weight: 700;
            color: var(--dark);
            /* margin-bottom: 10px; */
            line-height: 1.2;
            font-family: 'POPPINS';
        }

        .nova-compra-product-meta {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 0px;
            flex-wrap: wrap;
        }

        .nova-compra-rating {
            display: flex;
            align-items: center;
            gap: 5px;
            color: #000000;
            font-weight: 500;
            background: var(--primary-light);
            padding: 8px 12px;
            border-radius: 5px;
            font-size: 13px;
        }

        .nova-compra-downloads-count {
            color: #000;
            font-size: 0.9rem;
            display: flex;
            align-items: center;
            gap: 5px;
            background: var(--light-gray);
            padding: 8px 12px;
            border-radius: 5px;
            font-size: 13px;
        }

        .nova-compra-price-section {
            background: linear-gradient(to right, var(--primary-light), #e0e7ff);
            padding: 25px;
            border-radius: var(--border-radius);
            /*margin-bottom: 25px;*/
            position: relative;
            overflow: hidden;
        }

        .nova-compra-price-section:before {
            content: "";
            position: absolute;
            top: -20px;
            right: -20px;
            width: 100px;
            height: 100px;
            background: var(--primary);
            opacity: 0.1;
            border-radius: 50%;
        }

        .nova-compra-price-offer {
            color: var(--secondary);
            font-weight: 600;
            font-size: 0.9rem;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .nova-compra-price-offer i {
            animation: nova-compra-pulse 1.5s infinite;
        }

        @keyframes nova-compra-pulse {
            0% { transform: scale(1); }
            50% { transform: scale(1.1); }
            100% { transform: scale(1); }
        }

        .nova-compra-price-container {
            display: flex;
            align-items: center;
            gap: 15px;
            flex-wrap: wrap;
        }

        .nova-compra-current-price {
            font-size: 2.5rem;
            font-weight: 800;
            color: var(--dark);
            text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
        }

        .nova-compra-original-price {
            font-size: 1.3rem;
            color: #333;
            text-decoration: line-through;
            font-size: 18px;
        }

        .nova-compra-discount {
            background: var(--gradient-accent);
            color: var(--white);
            padding: 6px 14px;
            border-radius: 5px;
            font-size: 0.9rem;
            font-weight: 700;
            box-shadow: var(--shadow-sm);
        }

        .nova-compra-countdown-timer {
            display: flex;
            gap: 10px;
            margin: 10px 0 0;
            justify-content: center;
        }

        .nova-compra-countdown-unit {
            background: var(--white);
            padding: 10px;
            border-radius: 8px;
            min-width: 60px;
            text-align: center;
            box-shadow: var(--shadow-sm);
        }

        .nova-compra-countdown-value {
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--primary);
        }

        .nova-compra-countdown-label {
            font-size: 0.7rem;
            color: var(--dark-gray);
            text-transform: uppercase;
        }

        .nova-compra-cta-buttons {
            display: flex;
            gap: 15px;
           /* margin: 7px 0;*/
        }

        .nova-compra-btn {
            flex: 1;
            padding: 16px 24px;
            border-radius: var(--border-radius);
            border: none;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: var(--transition);
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            position: relative;
            overflow: hidden;
        }

        .nova-compra-btn:after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 5px;
            height: 5px;
            background: rgba(255, 255, 255, 0.5);
            opacity: 0;
            border-radius: 100%;
            transform: scale(1, 1) translate(-50%);
            transform-origin: 50% 50%;
        }

        .nova-compra-btn:hover:after {
            animation: nova-compra-ripple 1s ease-out;
        }

        @keyframes nova-compra-ripple {
            0% {
                transform: scale(0, 0);
                opacity: 1;
            }
            20% {
                transform: scale(25, 25);
                opacity: 1;
            }
            100% {
                opacity: 0;
                transform: scale(40, 40);
            }
        }

        .nova-compra-btn-cart {
            background-color: var(--white);
            color: var(--primary);
            border: 2px solid var(--primary);
            box-shadow: var(--shadow-sm);
        }

        .nova-compra-btn-cart:hover {
            background-color: var(--primary-light);
            transform: translateY(-3px);
            box-shadow: var(--shadow-md);
        }

        .nova-compra-btn-buy {
            background: var(--gradient-primary);
            color: var(--white);
            box-shadow: var(--shadow-md);
        }

        .nova-compra-btn-buy:hover {
            transform: translateY(-3px);
            box-shadow: var(--shadow-lg);
        }

        .nova-compra-product-info {
           /* margin: 30px 0;*/
        }

        .nova-compra-info-title {
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 20px;
            color: var(--dark);
            display: flex;
            align-items: center;
            gap: 12px;
            padding-bottom: 10px;
            border-bottom: 2px solid var(--light-gray);
        }

        .nova-compra-info-title i {
            color: var(--primary);
            background: var(--primary-light);
            width: 36px;
            height: 36px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .nova-compra-features {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 15px;
            margin-bottom: 25px;
            font-size: 13px;
            font-family: 'Poppins';
        }

        .nova-compra-feature {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 12px;
            background: var(--light-gray);
            border-radius: var(--border-radius);
            transition: var(--transition);
        }

        .nova-compra-feature:hover {
            background: var(--primary-light);
            transform: translateX(5px);
        }

        .nova-compra-feature i {
            color: var(--primary);
            font-size: 1.2rem;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(67, 97, 238, 0.1);
        }

        .nova-compra-trust-banner {
            background: var(--primary-light);
            padding: 20px;
            border-radius: var(--border-radius);
            display: flex;
            align-items: center;
            gap: 20px;
            margin-top: 30px;
            border-left: 4px solid var(--primary);
        }

        .nova-compra-trust-banner img {
            height: 50px;
        }

        .nova-compra-trust-banner p {
            font-size: 0.95rem;
            color: var(--dark);
            line-height: 1.5;
        }

        .nova-compra-trust-banner a {
            color: var(--primary);
            text-decoration: none;
            font-weight: 600;
            transition: var(--transition);
        }

        .nova-compra-trust-banner a:hover {
            text-decoration: underline;
        }

        /* Tabs Section */
     .nova-compra-tabs-container {
    margin: 40px auto 0 auto; /* centraliza e deixa margens laterais automáticas */
    padding: 0 20px; /* espaço interno que se adapta */
    max-width: 1470px; /* limite de largura para não ficar exagerado em telas grandes */
}

/* Tablet (até 1024px) */
@media (max-width: 1024px) {
    .nova-compra-tabs-container {
        margin: 30px auto 0 auto;
        padding: 0 15px;
    }
}

/* Celular (até 768px) */
@media (max-width: 768px) {
    .nova-compra-tabs-container {
        margin: 20px auto 0 auto;
        padding: 0 10px;
    }
}

/* Celular pequeno (até 480px) */
@media (max-width: 480px) {
    .nova-compra-tabs-container {
        margin: 15px auto 0 auto;
        padding: 0 8px;
    }
}


       .nova-compra-tabs {
    display: flex;
    flex-wrap: wrap; /* permite quebrar linha no mobile */
    gap: 5px;
    margin-bottom: 20px;
    background: var(--white);
    padding: 5px;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-sm);
}

.nova-compra-tab {
    padding: 12px 24px;
    cursor: pointer;
    border-radius: var(--border-radius);
    font-weight: 500;
    transition: var(--transition);
    text-align: center;
    flex: 1; /* divide igualmente no desktop */
    min-width: 120px; /* evita esmagar o texto */
}

/* Tablet */
@media (max-width: 1024px) {
    .nova-compra-tab {
        flex: 1 1 45%; /* até 2 por linha */
    }
}

/* Celular */
@media (max-width: 768px) {
    .nova-compra-tab {
        flex: 1 1 100%; /* cada tab ocupa linha inteira */
    }
}


        .nova-compra-tab.nova-compra-active {
            background: var(--gradient-primary);
            color: var(--white);
            box-shadow: var(--shadow-sm);
        }

        .nova-compra-tab-content {
            display: none;
            background: var(--white);
            padding: 30px;
            border-radius: var(--border-radius);
            box-shadow: var(--shadow-md);
        }

        .nova-compra-tab-content.nova-compra-active {
            display: block;
            animation: nova-compra-fadeIn 0.5s ease;
        }

        @keyframes nova-compra-fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }

        .nova-compra-section-title {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 20px;
            color: var(--dark);
            padding-bottom: 15px;
            border-bottom: 2px solid var(--light-gray);
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .nova-compra-section-title i {
            color: var(--primary);
            background: var(--primary-light);
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .nova-compra-description-content p {
            margin-bottom: 20px;
            color: var(--dark-gray);
            line-height: 1.8;
        }

        /* Review Section */
        .nova-compra-review-form {
            background: var(--light-gray);
            padding: 25px;
            border-radius: var(--border-radius);
            margin-bottom: 30px;
        }

        .nova-compra-review-title {
            font-size: 1.2rem;
            margin-bottom: 20px;
            color: var(--dark);
        }

        .nova-compra-rating-input {
            display: flex;
            gap: 5px;
            margin-bottom: 20px;
        }

        .nova-compra-rating-star {
            font-size: 24px;
            color: var(--gray);
            cursor: pointer;
            transition: var(--transition);
        }

        .nova-compra-rating-star.nova-compra-active, .nova-compra-rating-star:hover {
            color: var(--warning);
        }

        .nova-compra-form-group {
            margin-bottom: 20px;
        }

        .nova-compra-form-group label {
            display: block;
            margin-bottom: 8px;
            font-weight: 500;
        }

        .nova-compra-form-group textarea {
            width: 100%;
            padding: 15px;
            border: 1px solid var(--light-gray);
            border-radius: var(--border-radius);
            resize: vertical;
            min-height: 100px;
            transition: var(--transition);
        }

        .nova-compra-form-group textarea:focus {
            outline: none;
            border-color: var(--primary);
            box-shadow: 0 0 0 3px rgba(67, 97, 238, 0.1);
        }

        .nova-compra-submit-review {
            background: var(--gradient-primary);
            color: white;
            border: none;
            padding: 12px 24px;
            border-radius: var(--border-radius);
            font-weight: 600;
            cursor: pointer;
            transition: var(--transition);
        }

        .nova-compra-submit-review:hover {
            transform: translateY(-2px);
            box-shadow: var(--shadow-md);
        }

        /* Products Carousel */
        .nova-compra-carousel-section {
            margin-bottom: 60px;
        }

        .nova-compra-carousel-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 30px;
        }

        .nova-compra-carousel-title {
            font-size: 1.8rem;
            font-weight: 700;
            color: var(--dark);
            font-family: 'Montserrat', sans-serif;
        }

        .nova-compra-carousel-nav {
            display: flex;
            gap: 10px;
        }

        .nova-compra-carousel-btn {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: var(--white);
            border: 1px solid var(--light-gray);
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: var(--transition);
        }

        .nova-compra-carousel-btn:hover {
            background: var(--primary);
            color: var(--white);
        }

        .nova-compra-products-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
            gap: 30px;
        }

        .nova-compra-product-card {
            background: var(--white);
            border-radius: var(--border-radius-lg);
            overflow: hidden;
            box-shadow: var(--shadow-md);
            transition: var(--transition);
            text-decoration: none;
            color: inherit;
            position: relative;
        }

        .nova-compra-product-card:hover {
            transform: translateY(-10px);
            box-shadow: var(--shadow-lg);
        }

        .nova-compra-product-badge-card {
            position: absolute;
            top: 15px;
            left: 15px;
            background: var(--gradient-accent);
            color: white;
            padding: 5px 12px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 600;
            z-index: 10;
        }

        .nova-compra-product-image {
            height: 200px;
            background: var(--light-gray);
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px;
            position: relative;
            overflow: hidden;
        }

        .nova-compra-product-image:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 40%;
            background: linear-gradient(to top, rgba(0,0,0,0.03), transparent);
            z-index: 1;
        }

        .nova-compra-product-image img {
            max-width: 100%;
            max-height: 160px;
            object-fit: contain;
            transition: var(--transition);
            z-index: 2;
            position: relative;
        }

        .nova-compra-product-card:hover .nova-compra-product-image img {
            transform: scale(1.05);
        }

        .nova-compra-product-info {
            padding: 20px;
        }

        .nova-compra-product-name {
            font-size: 1.1rem;
            font-weight: 600;
            margin-bottom: 12px;
            color: var(--dark);
            height: 3.2em;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .nova-compra-product-price {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 10px;
        }

        .nova-compra-product-current-price {
            font-size: 1.3rem;
            font-weight: 700;
            color: var(--dark);
        }

        .nova-compra-product-original-price {
            font-size: 0.95rem;
            color: var(--gray);
            text-decoration: line-through;
        }

        .nova-compra-product-discount {
            background: var(--success);
            color: var(--white);
            padding: 3px 10px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 600;
        }

        .nova-compra-product-meta-info {
            display: flex;
            align-items: center;
            gap: 8px;
            color: var(--dark-gray);
            font-size: 0.9rem;
            margin-top: 15px;
            padding-top: 15px;
            border-top: 1px solid var(--light-gray);
        }

      /* Testimonials Section */
.nova-compra-testimonials-section {
  margin: 15px clamp(15px, 7vw, 70px); /* Lateral sempre proporcional */
  padding: 40px 0;
  background: #fff;
  border-radius: var(--border-radius);
  box-shadow: 0 4px 12px rgba(106, 27, 154, 0.12);
  animation: fadeIn 0.5s ease forwards;
  transition: box-shadow 0.3s ease;
}

/* Tablet */
@media (max-width: 1024px) {
  .nova-compra-testimonials-section {
    margin: 30px clamp(15px, 4vw, 40px);
    padding: 30px 0;
  }
}

/* Celular médio */
@media (max-width: 768px) {
  .nova-compra-testimonials-section {
    margin: 20px 20px; /* laterais fixas menores */
    padding: 25px 0;
  }
}

/* Celular pequeno */
@media (max-width: 480px) {
  .nova-compra-testimonials-section {
    margin: 15px 15px;
    padding: 20px 0;
    border-radius: 10px; /* fica mais suave em telas pequenas */
  }
}


.nova-compra-testimonials-container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
}

.nova-compra-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
    align-items: stretch; /* Isso é crucial - faz os itens esticarem */
}

.nova-compra-testimonial-card {
    background: var(--white);
    padding: 30px;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-md);
    position: relative;
    height: 100%; /* Garante que o card ocupe toda a altura disponível */
    display: flex;
    flex-direction: column;
    min-height: 250px; /* Altura mínima para consistência */
}

.nova-compra-testimonial-content {
    margin-bottom: 20px;
    color: var(--dark-gray);
    line-height: 1.7;
    flex-grow: 1; /* Faz o conteúdo expandir para preencher o espaço */
}

.nova-compra-testimonial-card:before {
    content: '"';
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 4rem;
    color: var(--primary-light);
    font-family: serif;
    line-height: 1;
}

.nova-compra-testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: auto; /* Empurra o autor para a parte inferior */
}

.nova-compra-author-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 1.1rem;
    flex-shrink: 0;
    text-transform: uppercase;
    box-shadow: 0 4px 8px rgba(106, 27, 154, 0.3);
    overflow: hidden; /* Importante: esconde o excesso da imagem */
    position: relative;
}

.article-avatar-image {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Faz a imagem preencher o círculo */
    border-radius: 50%; /* Garante que a imagem seja circular */
    display: block;
}

/* Fallback para quando não há imagem */
.nova-compra-author-avatar:not(:has(img)) {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 1.1rem;
}
.nova-compra-author-details {
    display: flex;
    flex-direction: column;
}

.nova-compra-author-name {
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 5px;
}

.nova-compra-author-title {
    font-size: 0.9rem;
    color: var(--dark-gray);
}

        /* FAQ Section */
        .nova-compra-faq-section {
            margin: 60px 0;
        }

        .nova-compra-faq-container {
            max-width: 800px;
            margin: 0 auto;
        }

        .nova-compra-faq-item {
            margin-bottom: 20px;
            border-radius: var(--border-radius);
            overflow: hidden;
            box-shadow: var(--shadow-sm);
        }

        .nova-compra-faq-question {
            padding: 20px;
            background: var(--white);
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
            font-weight: 600;
            transition: var(--transition);
        }

        .nova-compra-faq-question:hover {
            background: var(--primary-light);
        }

        .nova-compra-faq-question i {
            transition: var(--transition);
        }

        .nova-compra-faq-answer {
            padding: 0 20px;
            max-height: 0;
            overflow: hidden;
            background: var(--white);
            transition: max-height 0.3s ease, padding 0.3s ease;
        }

        .nova-compra-faq-item.nova-compra-active .nova-compra-faq-question i {
            transform: rotate(180deg);
        }

        .nova-compra-faq-item.nova-compra-active .nova-compra-faq-answer {
            padding: 20px;
            max-height: 300px;
        }

        /* Footer */
        .nova-compra-main-footer {
            background: var(--dark);
            color: var(--white);
            padding: 60px 0 30px;
            margin-top: 80px;
            position: relative;
        }

        .nova-compra-main-footer:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: var(--gradient-primary);
        }

        .nova-compra-footer-content {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 40px;
            margin-bottom: 40px;
        }

        .nova-compra-footer-column h3 {
            font-size: 1.3rem;
            margin-bottom: 20px;
            position: relative;
            padding-bottom: 15px;
        }

        .nova-compra-footer-column h3:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 40px;
            height: 3px;
            background: var(--primary);
            border-radius: 3px;
        }

        .nova-compra-footer-column p {
            color: var(--light-gray);
            line-height: 1.7;
            margin-bottom: 20px;
        }

        .nova-compra-footer-column ul {
            list-style: none;
        }

        .nova-compra-footer-column ul li {
            margin-bottom: 12px;
        }

        .nova-compra-footer-column ul li a {
            color: var(--light-gray);
            text-decoration: none;
            transition: var(--transition);
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .nova-compra-footer-column ul li a i {
            color: var(--primary);
            transition: var(--transition);
        }

        .nova-compra-footer-column ul li a:hover {
            color: var(--white);
            transform: translateX(5px);
        }

        .nova-compra-footer-column ul li a:hover i {
            transform: translateX(3px);
        }

        .nova-compra-newsletter-form {
            display: flex;
            gap: 10px;
            margin-top: 15px;
        }

        .nova-compra-newsletter-input {
            flex: 1;
            padding: 12px 15px;
            border: none;
            border-radius: var(--border-radius);
            background: rgba(255, 255, 255, 0.1);
            color: var(--white);
        }

        .nova-compra-newsletter-input::placeholder {
            color: var(--light-gray);
        }

        .nova-compra-newsletter-btn {
            padding: 12px 20px;
            border: none;
            border-radius: var(--border-radius);
            background: var(--primary);
            color: white;
            cursor: pointer;
            transition: var(--transition);
        }

        .nova-compra-newsletter-btn:hover {
            background: var(--primary-dark);
        }

        .nova-compra-copyright {
            text-align: center;
            padding-top: 30px;
            margin-top: 30px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            font-size: 0.9rem;
            color: var(--light-gray);
        }

        /* Back to Top Button */
        .nova-compra-back-to-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: var(--gradient-primary);
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            box-shadow: var(--shadow-lg);
            transition: var(--transition);
            opacity: 0;
            visibility: hidden;
            z-index: 999;
        }

        .nova-compra-back-to-top.nova-compra-visible {
            opacity: 1;
            visibility: visible;
        }

        .nova-compra-back-to-top:hover {
            transform: translateY(-5px);
        }

        /* Floating Elements */
        .nova-compra-floating-element {
            position: absolute;
            z-index: -1;
            opacity: 0.1;
        }

        .nova-compra-float-1 {
            top: 10%;
            left: 5%;
            animation: nova-compra-float 6s ease-in-out infinite;
        }

        .nova-compra-float-2 {
            top: 30%;
            right: 5%;
            animation: nova-compra-float 7s ease-in-out infinite;
        }

        .nova-compra-float-3 {
            bottom: 20%;
            left: 10%;
            animation: nova-compra-float 8s ease-in-out infinite;
        }

        /* Loading Skeleton */
        .nova-compra-skeleton {
            background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
            background-size: 200% 100%;
            animation: nova-compra-shimmer 1.5s infinite;
            border-radius: var(--border-radius);
        }

        /* Responsive Styles */
        @media (max-width: 900px) {
            .nova-compra-product-container {
                flex-direction: column;
            }
            
            .nova-compra-cta-buttons {
                flex-direction: column;
            }
            
            .nova-compra-features {
                grid-template-columns: 1fr 1fr;
            }

            .nova-compra-hero-title {
                font-size: 2rem;
            }
        }

        @media (max-width: 768px) {
            .nova-compra-product-title {
                font-size: 1.8rem;
            }
            
            .nova-compra-current-price {
                font-size: 2rem;
            }
            
            .nova-compra-features {
                grid-template-columns: 1fr;
            }
            
            .nova-compra-products-grid {
                grid-template-columns: 1fr;
            }
            
            .nova-compra-carousel-header {
                flex-direction: column;
                align-items: flex-start;
                gap: 15px;
            }
            
            .nova-compra-carousel-nav {
                align-self: flex-end;
            }

            .nova-compra-testimonials-grid {
                grid-template-columns: 1fr;
            }

            .nova-compra-newsletter-form {
                flex-direction: column;
            }
        }

        @media (max-width: 480px) {
            .nova-compra-tabs {
                flex-direction: column;
            }
            
            .nova-compra-price-container {
                flex-direction: column;
                align-items: flex-start;
                gap: 8px;
            }
            
            .nova-compra-trust-banner {
                flex-direction: column;
                text-align: center;
            }

            .nova-compra-countdown-timer {
                flex-wrap: wrap;
                justify-content: center;
            }

            .nova-compra-countdown-unit {
                min-width: 45px;
            }
        }

.grafico-avaliacao-container {
    font-family: Arial, sans-serif;
    max-width: 300px;
}
.grafico-avaliacao-media {
    font-size: 2.5rem;
    color: #4285f4;
    font-weight: bold;
}
.grafico-avaliacao-estrelas {
    color: #4285f4;
    font-size: 1.5rem;
}
.grafico-avaliacao-total {
    color: #555;
    font-size: 0.9rem;
    margin-bottom: 10px;
}
.grafico-avaliacao-barra {
    display: flex;
    align-items: center;
    margin: 3px 0;
}
.grafico-avaliacao-barra span {
    width: 15px;
    text-align: right;
    margin-right: 5px;
    font-size: 0.9rem;
}
.grafico-avaliacao-bar {
    flex: 1;
    background: #eee;
    height: 6px;
    margin-right: 5px;
    border-radius: 3px;
    overflow: hidden;
}
.grafico-avaliacao-fill {
    height: 100%;
    background: #666;
}
.grafico-avaliacao-estrela {
    font-size: 0.8rem;
    color: #999;
}
.icone-visualizacao {
    color: #6c757dba; /* cinza bonito */
    font-size: 15px; /* tamanho do ícone */
    transition: color 0.3s, transform 0.3s;
    cursor: pointer;
    margin-right: 4px;
}

.icone-visualizacao:hover {
    color: #495057; /* cinza mais escuro ao passar o mouse */
    transform: scale(1.2); /* efeito de leve aumento */
}
.link-animado {
    position: relative;
    text-decoration: none;
    transition: transform 0.3s ease;
}

/* Efeito ao passar o mouse */
.link-animado:hover {
    transform: translateY(-3px); /* sobe levemente */
}

/* Efeito de underline animado opcional */
.link-animado::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #6a1b9a; /* usa a cor do texto */
    transition: width 0.3s ease;
}

.link-animado:hover::after {
    width: 100%; /* anima o underline */
}
.fa-house {

    color: #000000;
}
.galeria-visualizacao-info {
    text-align: justify;
    padding: 15px 15px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #f8f9fa; /* Adicionado: Uma cor de fundo cinza claro */
    border-radius: 5px; /* Adicionado: Bordas arredondadas */
}

.galeria-visualizacao-info p {
    font-size: 14px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    line-height: 1.6; /* aumenta o espaço entre as linhas */
}

.galeria-visualizacao-info i {
    margin-right: 8px;
    color: #000;
}
.avaliacao-comentarios-container {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

.grafico-avaliacao-container {
    flex: 1;
}

.comentarios-carrossel {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.carrossel-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.comentario-card {
    min-width: 100%;
    position: relative; /* New: The buttons will be positioned relative to this card */
    padding: 15px 50px; /* Adjust padding to make space for the buttons */
    border-radius: 5px;
    background: #fafafa;
    border: 1px solid #eee;
   /* box-shadow: 0 2px 6px rgba(0,0,0,0.1);*/
}
/* Ajustes para telas pequenas */
@media (max-width: 768px) {
    .comentario-card {
        padding: 10px 15px;  /* Menos padding em telas menores */
    }
}

@media (max-width: 480px) {
    .comentario-card {
        padding: 8px 10px;
        font-size: 14px;     /* Ajusta o tamanho da fonte */
    }
}
.carrossel-controles {
    display: flex;
    justify-content: space-between;
    position: absolute; /* The buttons are now positioned relative to the card */
    width: 100%;
    top: 50%; /* Center the controls vertically within the card */
    transform: translateY(-50%); /* Adjust to perfect center */
    z-index: 10;
    padding: 0 10px;
}



.comentario-usuario{
    margin-bottom: 0px;

}

.comentario-datas{
  margin-bottom: 5px;
  font-size: 12px;
}

.comentario-estrelas{
    color: #4285f4;
    font-size: 1.1rem;
}

.comentario-texto {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6; /* ajusta o espaço entre as linhas */
}

.sem-comentarios {
    text-align: center;
    padding: 40px 20px;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    background-color: #f8f9fa;
    border: 2px dashed #0a58ca91;
    border-radius: 5px;
    margin: 20px auto;
    max-width: 600px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}


.carrossel-controles button {
    background: var(--primary);
    border: none;
    color: #fff;
    padding: 8px 12px;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s;
}

.carrossel-controles button:hover {
    background: #5a50e0;
}
/* Ajustes para telas pequenas */
@media (max-width: 768px) {
    .carrossel-controles button {
         padding: 8px 12px; /* Menos padding em telas menores */
    }
}

@media (max-width: 480px) {
    .carrossel-controles button {
       padding: 8px 12px;      /* Ajusta o tamanho da fonte */
    }
}
/* Botão curtir */
.comentario-btn-util {
    background: var(--primary);
    color: #fff;
    border: none;
    padding: 8px 14px;
    border-radius: 5px;
    font-size: 0.9rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
}

.comentario-btn-util:hover{
background: #5a50e0;
}

.comentario-btn-util.active,
.comentario-btn-util:disabled {
    background: #4caf50;
    cursor: not-allowed;
}
/* Container for the two main sections */
.reviews-flex-container {
    display: flex;
    flex-wrap: wrap; /* Allows sections to wrap to a new line on smaller screens */
    gap: 20px;
}

/* Sizing for the two columns */
.grafico-avaliacao-container {
    flex: 1; /* Takes up 1 part of the available space */
}

.comentarios-carrossel {
    flex: 2; /* Takes up 2 parts of the available space */
     position: relative; /* Garante que os botões se posicionem em relação a este container */
    overflow: hidden;
}

/* Optional: Make them stack vertically on smaller screens for better mobile viewing */
@media (max-width: 768px) {
    .reviews-flex-container {
        flex-direction: column;
    }

    .grafico-avaliacao-container,
    .comentarios-carrossel {
        flex: auto; /* Revert to default sizing on small screens */
    }
}
.linha-vertical {
    border-left: 1px solid #ccc;
    height: auto;
    margin-right: 35px;
    margin-left: 25px;
}

.mensagem-notificacao {
    position: fixed;
    top: 20px;
    right: 20px;
    min-width: 250px;
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    color: #fff;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s ease;
    z-index: 9999;
}

.mensagem-sucesso {
    background-color: #4caf50;
}

.mensagem-erro {
    background-color: #f44336;
}
.caixa-texto {
    display: inline-block;
    padding: 6px 10px; /* menor padding para telas pequenas */
    margin: 4px;
    background-color: var(--light-gray);
    border-radius: 5px;
    border: 1px solid #f0f0f0;
    font-size: 13px;
    transition: var(--transition);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    margin-top: -5px;
    max-width: 100%; /* evita overflow */
    word-break: break-word; /* quebra palavras grandes */
    margin-bottom: 23px;
}

/* Ajustes para telas menores */
@media (max-width: 768px) {
    .caixa-texto {
        padding: 5px 8px;
        font-size: 12px;
        margin-top: -3px;
    }
}

@media (max-width: 480px) {
    .caixa-texto {
        padding: 4px 6px;
        font-size: 11px;
        margin-top: -2px;
    }
}

  /* Modal de Visualização */
 /* Ajustes para o Modal - Correção de posicionamento */
  /* CORREÇÕES PARA O MODAL - IMAGEM PROPORCIONAL E CARREGAMENTO */
    .nova-galeria-modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.96);
        z-index: 10000;
        opacity: 0;
        transition: opacity 0.3s ease;
        overflow: hidden;
        align-items: center;
        justify-content: center;
        padding: 20px;
        box-sizing: border-box;
    }

    .nova-galeria-modal.active {
        display: flex;
        opacity: 1;
    }

    .nova-galeria-modal-content {
        position: relative;
        max-width: 90vw;
        max-height: 93vh;
        width: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: rgba(30, 30, 40, 0.95);
        border-radius: 7px;
        padding: 20px;
        box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
        /* Tamanho fixo para evitar redimensionamento */
        min-width: 300px;
    }

    .nova-galeria-modal-header {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        margin-bottom: 15px;
    }

    .nova-galeria-modal-image-container {
        position: relative;
        width: 80%; /* Largura reduzida para melhor proporção */
        max-width: 800px; /* Largura máxima */
        height: auto; /* Altura automática */
        min-height: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }

    .nova-galeria-modal-image {
        max-width: 100%;
        max-height: 60vh; /* Altura máxima reduzida */
        width: auto;
        height: auto;
        object-fit: contain;
        border-radius: 7px;
        box-shadow: 0 8px 40px rgba(0, 0, 0, 0.4);
        transition: opacity 0.3s ease;
    }

.nova-galeria-modal-close {
    color: white;
    font-size: 28px;
    cursor: pointer;
    background: #000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: none;
    position: absolute;
    top: 15px;
    right: 15px;
    margin: 0;
    z-index: 1000;
}

/* Para tablets */
@media (max-width: 768px) {
    .nova-galeria-modal-close {
        width: 35px;
        height: 35px;
        font-size: 24px;
        top: 10px;
        right: 10px;
    }
}

/* Para mobile */
@media (max-width: 480px) {
    .nova-galeria-modal-close {
        width: 30px;
        height: 30px;
        font-size: 20px;
        top: 8px;
        right: 8px;
    }
}

.nova-galeria-modal-close:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(90deg);
}

    .nova-galeria-modal-nav {
        position: absolute;
        top: 50%;
      /*  transform: translateY(-50%);*/
        width: 60px;
        height: 60px;
        background: rgba(255, 255, 255, 0.15);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 28px;
        cursor: pointer;
       /* transition: all 0.3s ease; */
        z-index: 10000;
        border: none;
    }

    .nova-galeria-modal-nav:hover {
        background: rgba(255, 255, 255, 0.25);
        transform: scale(1.1);
    }

    .nova-galeria-modal-prev {
        left: -70px;
    }

    .nova-galeria-modal-next {
        right: -70px;
    }

    .nova-galeria-modal-thumbnails-container {
        width: 100%;
        display: flex;
        justify-content: center;
        position: relative;
        margin-top: 15px;
    }

    .nova-galeria-modal-thumbnails {
        display: flex;
        gap: 12px;
        padding: 15px;
        max-width: 100%;
        overflow-x: auto;
        scrollbar-width: thin;
        scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
    }

    .nova-galeria-modal-thumbnails::-webkit-scrollbar {
        height: 6px;
    }

    .nova-galeria-modal-thumbnails::-webkit-scrollbar-track {
        background: transparent;
        border-radius: 10px;
    }

    .nova-galeria-modal-thumbnails::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.3);
        border-radius: 10px;
    }

    .nova-galeria-modal-thumbnails::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 255, 255, 0.5);
    }

    .nova-galeria-modal-thumb {
        width: 60px;
        height: 50px;
        border-radius: 8px;
        overflow: hidden;
        cursor: pointer;
        opacity: 0.6;
        transition: all 0.3s ease;
        border: 3px solid transparent;
        flex-shrink: 0;
    }

    .nova-galeria-modal-thumb:hover {
        opacity: 0.9;
        transform: scale(1.08);
    }

    .nova-galeria-modal-thumb.active {
        opacity: 1;
        border-color: #4a6cf7;
        transform: scale(1.08);
    }

    .nova-galeria-modal-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .nova-galeria-modal-info {
        text-align: center;
        color: white;
        margin-top: 20px;
        max-width: 80%;
        padding: 0 15px;
        min-height: 80px;
    }

    .nova-galeria-modal-info h3 {
        font-size: 28px;
        margin-bottom: 12px;
        font-weight: 600;
        line-height: 1.3;
    }

    .nova-galeria-modal-info p {
        font-size: 18px;
        opacity: 0.9;
        line-height: 1.5;
        margin: 0;
    }

    /* Animações melhoradas */
    @keyframes modalFadeIn {
        from { opacity: 0; }
        to { opacity: 1; }
    }

    @keyframes imageZoomIn {
        from { transform: scale(0.95); opacity: 0; }
        to { transform: scale(1); opacity: 1; }
    }

    .nova-galeria-modal.active {
        animation: modalFadeIn 0.3s ease forwards;
    }

    .nova-galeria-modal-image {
        animation: imageZoomIn 0.3s ease;
    }

    /* RESPONSIVIDADE - CORREÇÕES ESPECÍFICAS */
    @media (max-width: 1200px) {
        .nova-galeria-modal-prev {
            left: -50px;
        }
        
        .nova-galeria-modal-next {
            right: -50px;
        }
        
        .nova-galeria-modal-image-container {
            width: 85%;
        }
    }

    @media (max-width: 992px) {
        .nova-galeria-modal-content {
            max-width: 95vw;
            padding: 15px;
        }
        
        .nova-galeria-modal-nav {
            width: 50px;
            height: 50px;
            font-size: 24px;
        }
        
        .nova-galeria-modal-prev {
            left: -30px;
        }
        
        .nova-galeria-modal-next {
            right: -30px;
        }
        
        .nova-galeria-modal-thumb {
            width: 70px;
            height: 70px;
        }
        
        .nova-galeria-modal-image-container {
            width: 90%;
        }
    }

    @media (max-width: 768px) {
        .nova-galeria-modal {
            padding: 15px;
        }
        
        .nova-galeria-modal-content {
            max-width: 100%;
            padding: 15px;
        }
        
        .nova-galeria-modal-image-container {
            width: 95%;
            margin-bottom: 15px;
        }
        
        .nova-galeria-modal-nav {
            width: 45px;
            height: 45px;
            font-size: 22px;
        }
        
        .nova-galeria-modal-prev {
            left: -15px;
        }
        
        .nova-galeria-modal-next {
            right: -15px;
        }
        
        .nova-galeria-modal-thumb {
            width: 60px;
            height: 60px;
        }
        
        .nova-galeria-modal-info h3 {
            font-size: 24px;
        }
        
        .nova-galeria-modal-info p {
            font-size: 16px;
        }
        
        .nova-galeria-modal-thumbnails {
            padding: 10px 5px;
        }
        
        .nova-galeria-modal-info {
            min-height: 70px;
        }
    }

    @media (max-width: 576px) {
        .nova-galeria-modal {
            padding: 10px;
        }
        
        .nova-galeria-modal-content {
            padding: 12px;
            min-width: 280px;
        }
        
        .nova-galeria-modal-image-container {
            width: 100%;
        }
        
        .nova-galeria-modal-nav {
            width: 40px;
            height: 40px;
            font-size: 20px;
            background: rgba(255, 255, 255, 0.25);
        }
        
        .nova-galeria-modal-prev {
            left: -10px;
        }
        
        .nova-galeria-modal-next {
            right: -10px;
        }
        
        .nova-galeria-modal-thumb {
            width: 50px;
            height: 50px;
        }
        
        .nova-galeria-modal-info {
            max-width: 95%;
            min-height: 60px;
        }
        
        .nova-galeria-modal-info h3 {
            font-size: 22px;
        }
        
        .nova-galeria-modal-info p {
            font-size: 15px;
        }
        
        .nova-galeria-modal-close {
            width: 35px;
            height: 35px;
            font-size: 24px;
        }
    }

    /* Loader para transição entre imagens */
    .nova-galeria-modal-loader {
        display: none;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 50px;
        height: 50px;
        border: 3px solid rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        border-top-color: #4a6cf7;
        animation: spin 1s ease-in-out infinite;
        z-index: 5;
    }
    
    @keyframes spin {
        to { transform: translate(-50%, -50%) rotate(360deg); }
    }
    

    /* Overlay do carrinho */
.cart-overlay {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background: white;
    box-shadow: -2px 0 15px rgba(0,0,0,0.1);
    transition: right 0.3s ease;
    z-index: 10000;
    display: flex;
    flex-direction: column;
}

.cart-overlay.active {
    right: 0;
}

.cart-overlay-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 62%);
    z-index: 9999;
    display: none;
}

.cart-overlay-backdrop.active {
    display: block;
}

/* Header do carrinho */
.cart-header {
    padding: 20px;
    border-bottom: 2px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}

.cart-header h3 {
    margin: 0;
    color: #6a1b9a;
    font-size: 18px;
    font-weight: 600;
}

.close-cart {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #666;
    padding: 5px;
    border-radius: 3px;
    transition: background 0.3s;
}

.close-cart:hover {
    background: #e9ecef;
}

/* Conteúdo do carrinho */
.cart-content {
    flex: 1;
    overflow-y: auto;
    padding: 0;
}

.cart-item {
    display: flex;
    padding: 15px;
    border-bottom: 1px solid #f0f0f0;
    align-items: center;
    transition: background 0.3s;
}

.cart-item:hover {
    background: #f8f9fa;
}

.cart-item-image {
    width: 50px;
    height: 50px;
    background: #f5f5f5;
    border-radius: 5px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
}

.cart-item-details {
    flex: 1;
}

.cart-item-name {
    font-weight: 500;
    margin-bottom: 5px;
    color: #333;
    font-size: 14px;
}

.cart-item-price {
    color: #0a58ca;
    font-weight: 600;
    font-size: 14px;
}

.remove-item {
    background: none;
    border: none;
    color: #000;
    cursor: pointer;
    padding: 8px;
    border-radius: 3px;
    transition: background 0.3s;
}

.remove-item:hover {
    background: #f9f9f9;
    color: #ccc;
}

/* Footer do carrinho */
.cart-footer {
    padding: 2px 20px;
    border-top: 2px solid #f0f0f0;
    background: #f8f9fa;
}

.cart-total {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 16px;
    color: #333;
}

.checkout-btn {
    width: 100%;
    padding: 12px;
    background: #6a1b9a;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
    font-weight: 600;
    margin-bottom: 10px;
}

.checkout-btn:hover {
    background: #6a1b9ae8;
}

.checkout-btn:disabled {
    background: #95a5a6;
    cursor: not-allowed;
}

/* Carrinho vazio */
.empty-cart {
    text-align: center;
    padding: 60px 20px;
    color: #666;
}

.empty-cart i {
    font-size: 48px;
    margin-bottom: 15px;
    color: #ddd;
}

.empty-cart p {
    margin: 0;
    font-size: 16px;
}

/* Mensagem de sucesso */
.success-message {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #27ae60;
    color: white;
    padding: 15px 20px;
    border-radius: 5px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.2);
    z-index: 11000;
    display: none;
    align-items: center;
    gap: 10px;
    font-weight: 500;
}

.success-message.active {
    display: flex;
    animation: slideIn 0.3s ease;
}

@keyframes slideIn {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Loading */
.loading {
    opacity: 0.7;
    pointer-events: none;
}

.loading::after {
    content: '...';
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0%, 33% { content: '.'; }
    34%, 66% { content: '..'; }
    67%, 100% { content: '...'; }
}

/* Responsivo */
@media (max-width: 480px) {
    .cart-overlay {
        width: 100%;
        right: -100%;
    }
    
    .cart-item {
        padding: 12px;
    }
    
    .nova-compra-cta-buttons {
        flex-direction: column;
    }
}

/* Mensagens dentro do overlay */
.cart-message {
    padding: 12px 15px;
    margin: 0 15px 15px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    display: none;
    align-items: center;
    gap: 10px;
    animation: slideDown 0.3s ease;
}

.cart-message.active {
    display: flex;
}

.cart-message.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.cart-message.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.cart-message.warning {
    background: #fff3cd;
    color: #856404;
    border: 1px solid #ffeaa7;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Ajuste no conteúdo do carrinho para acomodar mensagens */
.cart-content {
    flex: 1;
    overflow-y: auto;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.cart-items-container {
    flex: 1;
    overflow-y: auto;
    padding: 0 10px;
}

/* Close button da mensagem */
.message-close {
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    margin-left: auto;
    padding: 5px;
    border-radius: 3px;
    opacity: 0.7;
    transition: opacity 0.3s;
}

.message-close:hover {
    opacity: 1;
    background: rgba(0,0,0,0.1);
}

/* Seção de descontos */
.cart-discounts {
    padding: 2px 15px;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.discount-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    font-size: 13px;
}

.discount-item.positive {
    color: #27ae60;
    font-weight: 500;
}

.discount-item.negative {
    color: #e74c3c;
}

.discount-item .discount-label {
    display: flex;
    align-items: center;
    gap: 8px;
}

.discount-item .discount-badge {
    background: #0a58ca;
    color: white;
    padding: 2px 6px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 600;
}

.discount-item .discount-badge.success {
    background: #27ae60;
}

.discount-item .discount-badge.warning {
    background: #FF5722;
}

.discount-value {
    font-weight: 600;
}

/* Total final */
.cart-total-final {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-top: 2px solid #e9ecef;
    margin-top: 8px;
    font-size: 18px;
    font-weight: 700;
    color: #2c3e50;
}

/* Valor original riscado */
.original-price {
    text-decoration: line-through;
    color: #95a5a6;
    font-size: 14px;
    font-weight: normal;
    margin-left: 8px;
}

/* Mensagem de economia */
.savings-message {
    text-align: center;
    padding: 10px;
    background: #d5f4e6;
    color: #155724;
    border-radius: 5px;
    margin: 10px 0;
    font-size: 13px;
    font-weight: 500;
}
/* Mensagem de economia */
.savings-message-d {
    text-align: center ;
    padding: 10px;
    background: rgb(0 20 255 / 8%);
    color: #333;
    border-radius: 5px;
    margin: 10px 0;
    font-size: 12px;
    font-weight: 500;
}

/* Info de desconto */
.discount-info {
    font-size: 11px;
    color: #6c757d;
    margin-top: 2px;
}
.cupom-simple {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 12px 15px;
    border-radius: 8px;
    margin: 10px 0;
    text-align: center;
}

.cupom-message {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
}

.cupom-message i {
    font-size: 16px;
}

.cupom-message strong {
    background: rgba(255,255,255,0.2);
    padding: 2px 6px;
    border-radius: 4px;
}


/*avaliação*/

/* SISTEMA DE AVALIAÇÃO - LAYOUT INFORMATIVO */
.container-avaliacao {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    gap: 4px;
    /*margin: 12px 0;*/
   /* padding: 10px 16px;*/
  /*  background: #f8fafc;*/
    border-radius: 8px;
  /*  border: 1px solid #e2e8f0;*/
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    margin-left: 9px;
    margin-top: 2px;
}

.nota-media {
    font-size: 13px;
    font-weight: 700;
    color: #1e293b;
    
}

.estrela-destaque {
    color: #f59e0b;
    font-size: 14px;
    font-weight: 700;
    min-width: 30px;
    margin-top: -2px;
}

.contador-avaliacao {
    color: #64748b;
    font-size: 11px;
    font-weight: 500;
    margin-left: auto; /* Isso empurra para a direita */
    text-align: right;
    margin-right: 10px;
    min-width: 30px; /* Garante um tamanho mínimo */
}

.sem-avaliacao-texto {
    color: #94a3b8;
    font-size: 14px;
    font-style: italic;
}

/* Badge para avaliações TOP */
.badge-avaliacao {
    position: absolute;
    top: -6px;
    right: -8px;
    background: rgb(255 2 2 / 79%);
    color: white;
    padding: 2px 6px;
    border-radius: 10px;
    font-size: 0.7rem;
    font-weight: 700;
    box-shadow:  0 2px 8px rgb(0 0 0 / 13%);
}

/* Versão compacta para mobile */
@media (max-width: 768px) {
    .container-avaliacao {
        padding: 8px 12px;
        gap: 6px;
    }
    
    .nota-media {
        font-size: 14px;
    }
    
    .estrela-destaque {
        font-size: 16px;
    }
    
    .contador-avaliacao {
        font-size: 12px;
    }
}

/*.avaliacao-produto {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    gap: 5px;
    margin: 0px 0;
    font-size: 12px;
    width: 100%;
}
*/
.avaliacao-produto {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    gap: 5px;
    margin: 0px 0;
    font-size: 12px;
    width: 100%;
}

.nota-avaliacao {
    font-weight: bold;
    color: #ff9800;
}

.total-avaliacoes {
    color: #666;
    font-size: 11px;
}

.sem-avaliacao {
    color: #999;
    font-style: italic;
}

/* ESTILOS PARA MENSAGEM DE LOGIN BONITA */
.login-alert-message {
    position: fixed;
    top: 5px;
    right: 20px;
    z-index: 10000;
    min-width: 270px;
    width: fit-content;
    max-width: 350px; /* limite para não ficar gigante */
    animation: slideInRight 0.5s ease-out;
    
    word-wrap: break-word;
}

.login-alert-content {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border-left: 4px solid #ff6b6b;
    color: white;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    position: relative;
    overflow: hidden;
}

.login-alert-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #ff6b6b, #ffd93d, #6bcf7f);
}

.login-alert-icon {
    font-size: 19px;
    color: #ffd93d;
    flex-shrink: 0;
    margin-top: -1px;
}

.login-alert-text h4 {
    margin: 0 0 8px 0;
    font-size: 16px;
    font-weight: 600;
    color: white;
    margin-right: 20px;
}

.login-alert-text p {
    margin: 0;
    font-size: 14px;
    
    opacity: 0.9;
}

.login-alert-close {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: white;
    cursor: pointer;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.login-alert-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

/* Animação de entrada */
@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Responsivo */
@media (max-width: 768px) {
    .login-alert-message {
    min-width: 270px;
    width: fit-content;
    max-width: 350px; /* limite para não ficar gigante */
    animation: slideInRight 0.5s ease-out;
    word-wrap: break-word;
    right: 20px;
    left: auto;
   
    }
}

        .nova-galeria-thumbnail.video-thumbnail {
            position: relative;
        }
        .nova-galeria-thumbnail.video-thumbnail::after {
            content: '\f144';
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: white;
            font-size: 24px;
            text-shadow: 0 2px 5px rgba(0,0,0,0.5);
            opacity: 0.9;
            z-index: 2;
        }
        .nova-galeria-thumbnail.video-thumbnail::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0,0,0,0.3);
            z-index: 1;
            border-radius: 4px;
        }
        .nova-galeria-thumbnail.video-thumbnail:hover::after {
            opacity: 1;
            transform: translate(-50%, -50%) scale(1.1);
        }
        .video-coming-soon {
            position: relative;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border-radius: 8px;
            overflow: hidden;
            cursor: pointer;
        }
        .video-coming-soon img {
            opacity: 0.5;
            filter: blur(1px);
        }
        .video-coming-soon .coming-soon-text {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: white;
            font-weight: bold;
            text-align: center;
            z-index: 3;
            background: rgba(0,0,0,0.6);
            padding: 8px 15px;
            border-radius: 30px;
            font-size: 12px;
            white-space: nowrap;
            border: 1px solid rgba(255,255,255,0.3);
            box-shadow: 0 4px 15px rgba(0,0,0,0.2);
        }
        .video-coming-soon::after {
            content: '\f03d';
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            position: absolute;
            top: 30%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: white;
            font-size: 30px;
            opacity: 0.8;
            z-index: 2;
        }
        .video-player-container {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #000;
        }
        .video-player-container iframe {
            width: 100%;
            height: 100%;
            border: none;
        }
        .video-player-container .video-placeholder {
            color: white;
            text-align: center;
            padding: 20px;
        }
        .video-player-container .video-placeholder i {
            font-size: 48px;
            margin-bottom: 15px;
            color: #ff0000;
        }
        /* Aba de vídeo no modal */
        .nova-galeria-tabs {
            display: flex;
            gap: 10px;
           /* margin-bottom: 15px;
            border-bottom: 1px solid #eaeaea;*/
            padding-bottom: 11px;
        }
        .nova-galeria-tab {
            padding: 8px 20px;
            background: #f5f5f5;
            border-radius: 7px;
            cursor: pointer;
            font-size: 13px;
            font-weight: 500;
            transition: all 0.3s ease;
        }
        .nova-galeria-tab.active {
            background: #6d28d9;
            color: white;
        }
        .nova-galeria-tab i {
            margin-right: 5px;
        }
        .nova-galeria-content {
            display: none;
            height: 100%;
        }
        .nova-galeria-content.active {
            display: block;
        }