/* LISTAGEM DOS PRODUTOS */

@font-face {
    font-family:'Montserrat';
    src: url('../fonts/Montserrat-Light.ttf');
    font-display: swap;
}

@font-face {
    font-family:'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.ttf');
    font-display: swap;
}


.page-header{padding-bottom: 0px !important; }

.produto{
	padding: 0px;
	border-radius: 5px;
	margin: 5px;
	text-align: center;
	border: 0px solid !important;
	height: 473px;
}
.produto .thumbnail{ border-radius: 0px !important; padding: 0px; }
.produto a{ color: #000; text-decoration: none; }

.parcelas.text-left {
    height: 60px;
}
.produto a:hover{ color: #000; text-decoration: none; }
.produto:hover{ border-color: var(--cor-1) !important; }
.produto img{ max-height: 145px; margin: 0 auto; }
.titulo{ height: 44px; display: block; overflow: hidden; padding-left: 15px; padding-right: 15px; }
.titulo h4{font-size: 14px;line-height: 16px;text-align: center;color: #001248;}
.preco{ color: #000; left: 10px; margin-top: 15px;}
.preco-de{ display: block; margin-top: -10px; height: 15px; font-size: 17px;color: #ff0000;text-decoration: line-through;font-family: 'Montserrat-Bold', sans-serif !important;}
.preco-por {
    font-size: 16px;
    color: #8f8f8f;
    margin: 5px 0;
    text-decoration: line-through;
}
.pix-preco {
    color: #1b5789;
    font-size: 20px;
}
.preco-por span{ font-size: 20px; color: #1b4677; font-weight: 600;}
.preco-de span{ text-decoration: line-through; }
.s-juros{ color: #000;}
.imagem-produto{ height: 190px; }
.indisponivel{ opacity: 0.60; }
.por-apenas {
	margin-top: 10px;
    margin-bottom: -40px;
}
.por-apenas-1 {
	margin-top: 10px;
    margin-bottom: -15px;
}
.por-apenas-2 {
	margin-top: 10px;
    margin-bottom: -5px;
}

.sem-juros {
	font-size: 12px;
	color: #1b4677;
	padding: 10px;
	margin-left: -10px;
}

.sem-juros-ofertas {
	font-size: 15px;
	color: #1b4677;
	padding: 22px;
	margin-top: -7px;
	margin-bottom: -5px;
}

.qualidade-biopulse {
	font-size: 12px;
	color: rgb(156 163 175);
	white-space: nowrap;
	font-family: 'Montserrat-Bold', sans-serif !important;
    margin-top: 5px;
}

.a-vista-valor  {
    font-size: 25px;
	color: #1b4677 !important;
	font-family: 'Montserrat-Bold', sans-serif !important;
}

.forma-pagamento-a {
    color: #1b4677 !important;
    position: relative;
    top: -15px;
    text-decoration: underline;
}

.compartilhar {
	color: #1b4677;
	font-family: 'Montserrat-Bold', sans-serif !important;
}
.lupa-frete {
    width: 45px;
    border-radius: 5px !important;
    background-color: #1b4677 !important;
    margin-left: 5px !important;
}
.botao-produto {
	padding: 10px 12px;
	border: 0px;
	color: #919191;
	font-weight: bold;
	margin: 10px -14px 10px;
}

.frete-margin {
    margin: 8px -5px 8px 18px;
}

.descricao-css {
	color: #1b4677;
	font-size: 16px;
	font-weight: bold;
}

.scroll-mini-1 {
	width: 100%;
	height: 420px;
	overflow: overlay;
	padding: 0px 45px;
	margin-top: 5%;
}

.scroll-mini-2 {
    display: flex; /* Organiza os itens horizontalmente */
    flex-wrap: nowrap; /* Impede quebra de linha */
    overflow-x: auto; /* Ativa a rolagem horizontal */
    overflow-y: auto; /* Remove a rolagem vertical */
    max-width: 100%; /* Limita a largura ao tamanho do container pai */
    height: 80px; /* Define uma altura fixa */
    scroll-behavior: smooth; /* Rolagem suave */
    -webkit-overflow-scrolling: touch; /* Suporte para scroll fluido no iOS */
	margin-bottom: 20px;
}

.scroll-mini-2 img {
    flex: 0 0 auto; /* Evita que as imagens se redimensionem */
    margin-right: 10px; /* Espaçamento entre as imagens */
    height: 100%; /* Ajusta a altura das imagens ao container */
    object-fit: cover; /* Garante que as imagens preencham o espaço sem distorção */
}

.scroll-mini-1::-webkit-scrollbar {
	width: 6px;
		background: #555;

  }
  
  .scroll-mini-1::-webkit-scrollbar-track {
	background: #f1f1f1;
	  
  }
  
  .scroll-mini-1::-webkit-scrollbar-thumb {
	background: #555;
	border-radius: 20px;
  }
  
  .scroll-mini-1::-webkit-scrollbar-thumb:hover {
	background: #555;
  }

.nome-prod-mobile {display: none; margin-top: 10px;}
.nome-prod-desktop {display: block; margin-top: -10px;font-size: 14px;height: 25px;margin-bottom: 25px;}
.btn-add-cart{ height: 50px; margin-top: 5px !important; }
.btn-add-cart .btn-add{color: #FFF;opacity: 1;-webkit-transition: none;width: 90%;margin-top: 17px;border-radius: 6px;background-color: #e6421e;}
.produto button{ opacity: 1; -webkit-transition: all 0.3s ease-in-out; }
.btn-add{
	color: #FFF !important;
	background-color: #00c868 !important;
	font-family: 'Montserrat-Bold', sans-serif !important;
	border-radius: 55px !important;
	width: 80% !important;
	/* margin-top: -10px !important; */
	font-size: 13px !important;
}
.btn-add:hover{color: #FFF !important;background-color: #ffa500 !important;}



.img-produto{position: relative; margin-bottom: 15px;}
.produto .pic-1{opacity: 1; transition:all .7s  0s}
.produto:hover .pic-1{opacity: 0;}
.produto .pic-2{opacity: 0;transition:all .7s  0s;position: absolute;top: 0; bottom: 0; right: 0; left: 0; margin-inline: auto;}
.produto:hover .pic-2{opacity: 1;}
.produto:hover .img-produto{animation-name:blur;animation-duration:0.7s ;}
@keyframes blur{0%{filter: opacity(1)}50%{filter: opacity(0.7)}100%{filter: opacity(1)}}

.desk{
	display: block;
}
.mob{
	display: none;
}

.btn-adicionar{ background-color: #4e7c24; padding: 8px 25px !important; border-radius: 25px !important; text-transform: uppercase; color: #fff !important; margin: 15px 0px; font-weight: 600 !important; }
.btn-indisponivel{ background-color: #fff; padding: 8px 25px !important; border-radius: 25px !important; text-transform: uppercase; color: #333 !important; margin: 15px 0px; font-weight: 600 !important;  }
/* SELOS */

.selos{ border-radius: 0px; font-size: 12px; color: #FFCD00; padding: 8px; text-transform: uppercase;transition: all .3s;z-index: 2;}
.selo-l{ background-color: #e6421e; position: absolute; padding: 8px 10px; font-weight: 600; letter-spacing: 1px;}
.selo-r{ background-color: #e6421e; position: absolute; padding: 8px 10px; font-weight: 600; letter-spacing: 1px; right: 15px; }

.col-xs-15,.col-sm-15,.col-md-15,.col-lg-15 { position: relative; min-height: 1px; padding-right: 10px; padding-left: 10px; }
.col-xs-15, .col-md-15 { width: 20%; float: left; }

@media (max-width: 768px) {
	.col-md-15 { width: 100% !important; }
	.imagem-produto{height: auto; }
	.produto img {
        max-height: 100px;
    }
	.imagem-produto{ height: 110px; }
	.produto{min-height: 302px;}
	.nome-prod-desktop {display: none !important;}
	.prod {
		width: 100%;
	}
	.produto {
		margin: 12px;
	}

	.frete-margin {
		margin: 8px -29px 8px 23px;
	}

    .btn-add {
        width: 98% !important;
        font-size: 11px !important;
    }

	.lupa-frete {
		left: -3px;
		width: 45px;
	}

	.ofertas-button-left {
        position: relative;
        left: 5px;
        width: 30px;
        top: -15px;
    }
    .ofertas-button-right {
        position: relative;
        right: 15px;
        width: 30px;
        top: -15px;
    }

    .sem-juros-ofertas {
        font-size: 14px;
        padding: 20px;
    }

	.prod {
		margin-top: 25px;
	}

    .nome-prod-mobile {
		display: block !important;
        font-size: 14px;
        margin-top: 0px;
		height: 45px;
    }

	.preco {
		top: 5px;
	}

	.preco-de {
		margin-top: -10px;
		font-size: 18px;
	}
	.preco-por span {
		font-size: 19px;
		color: #1b4677;
	}

	.sem-juros {
		font-size: 15px;
		margin-left: -10px;
	}

	.mini-img-cima {
		/* display: none; */
	}

	.parcelas {
		font-size: 12px;
	}

	.preco-prod {
		font-size: 13px;
	}

	.preco-por {
		font-size: 13px;
	}

	.pix-preco {
		font-size: 15px;
	}

	.tamanho-produto {
		width: 220px;
	}
}

@media (max-width: 990px) {
	.mini-img-baixo {
		display: flex !important;
	}
	.mini-img-cima {
		display: block;
	}
	.sem-juros-ofertas {
		font-size: 14px;
	}
}
@media (max-width: 992px) {
	.desk{
		display: none;
	}
	.mob{
		display: block;
	}
    .col-md-15 { width: 50%; float: left; }
}

@media (min-width: 420px) and (max-width:768px) {
	.carrossel-personalizado {
        padding: 20px 10px 20px 10px;
        left: 0px;
        width: 100% !important;
    }
}