/* WEBFONTS*/


/* Elementos genericos e padrões */
body { margin: 0 !important; padding: 0 !important; font-family: Arial, Helvetica, sans-serif;}
img { border: 0; }
#main { max-width: 1316px; width: 100%; margin: 0 auto;}
.hidden { display: none !important; visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.center {text-align: center;}
.wrap { -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.nowrap { -webkit-flex-wrap: nowrap; flex-wrap: nowrap; }
.bottomBox { margin-bottom: 30px; }
.logoFooter {float: right;}
.flex-center-vertical { align-items: center;}
.flex-top-vertical { align-items: flex-start;}
.owl-theme .owl-dots .owl-dot span{margin: 5px;}

/* CSS para screen headers e SEO */
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.stdCategoriaBaristarOndeComprar .stdFullImg img { width: 100%; height: auto; display: block; }

.stdCategoriaBaristarOndeComprar .container {width:1316px; margin: 0 auto;}
.stdCategoriaBaristarOndeComprar .tj-centro {font-size: min(max(8px, calc(0.5rem + ((1vw - 3.2px) * 0.3012))), 11px); padding: 0 4% 2% 4%;}
.stdCategoriaBaristarOndeComprar footer {float:right;margin-right: 10px;}


/* BLOCO HEADER COM H1 */
.stdCategoriaBaristarOndeComprar .header-img-h1 {
	display: block;
	position: relative;
	width: 100%;
}

.stdCategoriaBaristarOndeComprar .header-img-h1 img {
	display: block;
	position: relative;
	width: 100%;
}

.stdCategoriaBaristarOndeComprar .header-img-h1 .texto {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 1rem;
}
/* BLOCO HEADER COM H1 */

/*********** Títulos e subtítulos BASE */
.stdCategoriaBaristarOndeComprar .bloco-tit-txt-centro {display: flex; flex-wrap: wrap; flex-direction: column; align-items: center; padding: 0 0 20px 0;}
.stdCategoriaBaristarOndeComprar .tituloBase {
	/* MAX 42px MIN 26px */
	font-size: clamp(1.625rem, 1.606vw + 1.304rem, 2.625rem);
	line-height: clamp(2.113rem, 1.245vw + 1.864rem, 2.888rem);
	font-weight: normal;
	padding: 1% 0;
}
.stdCategoriaBaristarOndeComprar .subtituloBase {
	/* MAX 28px MIN 16px */
	font-size: clamp(1rem, 1.205vw + 0.759rem, 1.75rem);
	line-height: 1em;
	font-weight: normal;
	padding: 1% 0;
}

/* BLOCO CATEGORIA-TIT-TXT */
.stdCategoriaBaristarOndeComprar .bloco-tit-txt {
	display: flex;
	flex-direction: column;
	gap: 0;
	padding: 1.4% 0;
}

.stdCategoriaBaristarOndeComprar .bloco-tit-txt .tit-container, .stdCategoriaBaristarOndeComprar .bloco-tit-txt .txt-container {
	padding: 0% 4.6%;
}

/* Estilo do título */
.stdCategoriaBaristarOndeComprar .bloco-tit-txt .tit-container h2 {
	width: 100%;
	margin: 0;
}

/* Estilo da descrição */
.stdCategoriaBaristarOndeComprar .bloco-tit-txt .txt-container p {
	/* FONTS SIZE MAX 20px MIN 14px */
	font-size: clamp(0.875rem, 0.602vw + 0.755rem, 1.25rem);
	line-height: 1.3;
	margin: 0;
	padding: 0 0 1% 0;
}
/* BLOCO CATEGORIA-TIT-TXT */

/* BLOCO CATEGORIA-BOX-5THUMBS-TIT-TXT */
.stdCategoriaBaristarOndeComprar .box-5itens-thumb-tit-txt {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	gap: 20px;
	padding: 20px;
}
.stdCategoriaBaristarOndeComprar .box-5itens-thumb-tit-txt h3.titulo {
	width: 100%;
	display: flex;
	justify-content: center;
	text-align: center;
	font-weight: normal;
	margin: 0;
	padding: 0.5%;
	font-size: clamp(1.5rem, 1.205vw + 1.259rem, 2.25rem);
	line-height: clamp(1.65rem, 0.964vw + 1.457rem, 2.25rem);
}
.stdCategoriaBaristarOndeComprar .box-5itens-thumb-tit-txt .item {
	/* largura para 5 itens em uma linha */
	width: calc(20% - 30px);
	text-align: center;
	padding: 0 15px;
	min-width: 230px;
	box-sizing: border-box;
	border: 2px solid rgba(1, 64, 131, 0.3);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.5);
	transition-duration: .25s;
	transition-property: all;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.stdCategoriaBaristarOndeComprar .box-5itens-thumb-tit-txt .item:hover {
	background: #fff;
    border-radius: 20px;
    border: 2px solid #014083;
    box-shadow: 5px 10px 16px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.stdCategoriaBaristarOndeComprar .box-5itens-thumb-tit-txt .item img {
	width: 100%;
	max-width: 300px;
	min-width: 200px;
	height: auto;
	margin: 0 auto;
	display: block;
}
.stdCategoriaBaristarOndeComprar .box-5itens-thumb-tit-txt .tit {
	padding: 10px 5px;
	/* max: 22px min 14px */
	font-size: clamp(0.875rem, 0.803vw + 0.714rem, 1.375rem);
	line-height: clamp(0.963rem, 1.104vw + 0.742rem, 1.65rem);
	font-weight: bold;
}
.stdCategoriaBaristarOndeComprar .box-5itens-thumb-tit-txt .txt {
	padding: 5px 10px;
	/* max: 14px min 12px */
	font-size: clamp(0.75rem, 0.201vw + 0.71rem, 0.875rem);
    line-height: clamp(0.825rem, 0.502vw + 0.725rem, 1.138rem);
}

.stdCategoriaBaristarOndeComprar .box-5itens-thumb-tit-txt .texto-complemento {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	margin: 0;
	padding: 0.5%;
}

.stdCategoriaBaristarOndeComprar .box-5itens-thumb-tit-txt .texto-complemento .subtit {
	padding: 1%;
	/* max: 24px min 18px */
	font-size: clamp(1.125rem, 0.602vw + 1.005rem, 1.5rem);
	line-height: clamp(1.238rem, 0.904vw + 1.057rem, 1.8rem);
	font-weight: bold;
}
.stdCategoriaBaristarOndeComprar .box-5itens-thumb-tit-txt .texto-complemento .subtxt {
	padding: 0 1%;
	/* max: 14px min 10px */
	font-size: clamp(0.625rem, 0.402vw + 0.545rem, 0.875rem);
	line-height: clamp(0.625rem, 0.542vw + 0.517rem, 0.963rem);
}

@media (max-width: 540px) {
	/* Faz o container de cada item crescer e ocupar toda a largura disponível */
	.stdCategoriaBaristarOndeComprar .box-5itens-thumb-tit-txt .item {
		width: 100%;
		min-width: 100%; 
	}
	
	/* A imagem já tem max-width no seu CSS original, então ela não vai estourar. */
	.stdCategoriaBaristarOndeComprar .box-5itens-thumb-tit-txt .item img {
		max-width: 200px;
	}
}
/* BLOCO CATEGORIA-BOX-5THUMBS-TIT-TXT */

/* BLOCO LP-IMG-ESQ-TXT-DIR-50-50 */
.stdCategoriaBaristarOndeComprar .img-esq-txt-dir-50-50 {
	display: flex;
	flex-wrap: wrap;
	padding: 2% 4%;
	width: 100%;
	box-sizing: border-box;
	justify-content: space-evenly;
}

.stdCategoriaBaristarOndeComprar .img-esq-txt-dir-50-50 .titCenter {
	width: 100%;
	text-align: center;
    padding: 0 0 1.4% 0;
}

.stdCategoriaBaristarOndeComprar .img-esq-txt-dir-50-50 .titCenter h2 {
	margin: 0;
}

.stdCategoriaBaristarOndeComprar .img-esq-txt-dir-50-50 .leftBox {
	width: 50%;
	max-width: 500px;
	display: flex;
	justify-content: center;
	padding: 0 0 15px 0;
}
.stdCategoriaBaristarOndeComprar .img-esq-txt-dir-50-50 .leftBox img {
	width: 100%; 
	height: auto; 
	display: block; 
	object-fit: contain;
}
.stdCategoriaBaristarOndeComprar .img-esq-txt-dir-50-50 .rightBox {
	width: 50%;
	max-width: 520px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-self: center;
	padding: 0;
	height: fit-content;
}

.stdCategoriaBaristarOndeComprar .img-esq-txt-dir-50-50 .rightBox .texto-complemento {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: left;
	margin: 0;
	padding: 0.5% 0 0.5% 4%;
}

.stdCategoriaBaristarOndeComprar .img-esq-txt-dir-50-50 .rightBox .texto-complemento .subtxt {
	/* max: 22px min 12px */
	font-size: clamp(0.75rem, 1.004vw + 0.549rem, 1.375rem);
	line-height: clamp(0.825rem, 1.325vw + 0.56rem, 1.65rem);
	padding: 0.5%;
}

/* MEDIA QUERIES */
@media (max-width: 768px) {
	/* .stdCategoriaBaristarOndeComprar .img-esq-txt-dir-50-50 {
		flex-direction: column-reverse; 
	} */
	.stdCategoriaBaristarOndeComprar .img-esq-txt-dir-50-50 .leftBox,
	.stdCategoriaBaristarOndeComprar .img-esq-txt-dir-50-50 .rightBox {
		width: 100%;
	}
	.stdCategoriaBaristarOndeComprar .img-esq-txt-dir-50-50 .rightBox {
		margin-bottom: 20px;
	}
	.stdCategoriaBaristarOndeComprar .img-esq-txt-dir-50-50 .leftBox img {
		max-width: 320px;
		width: calc(50% + 10vw);
	}

	.stdCategoriaBaristarOndeComprar .img-esq-txt-dir-50-50 .rightBox .texto-complemento {
		padding: 0;
	}
}
/* LP-IMG-ESQ-TXT-DIR-50-50 */

/* BLOCO LP-IMG-DIR-TXT-ESQ-50-50 */
.stdCategoriaBaristarOndeComprar .img-dir-txt-esq-50-50 {
	display: flex;
	flex-wrap: wrap;
	padding: 2% 4%;
	width: 100%;
	box-sizing: border-box;
	justify-content: space-evenly;
}

.stdCategoriaBaristarOndeComprar .img-dir-txt-esq-50-50 .titCenter {
	width: 100%;
	text-align: center;
    padding: 0 0 1.4% 0;
}

.stdCategoriaBaristarOndeComprar .img-dir-txt-esq-50-50 .titCenter h2 {
	margin: 0;
}

.stdCategoriaBaristarOndeComprar .img-dir-txt-esq-50-50 .rightBox {
	width: 50%;
	max-width: 500px;
	display: flex;
	justify-content: center;
	padding: 0 0 15px 0;
}
.stdCategoriaBaristarOndeComprar .img-dir-txt-esq-50-50 .rightBox img {
	width: 100%; 
	height: auto; 
	display: block; 
	object-fit: contain;
}
.stdCategoriaBaristarOndeComprar .img-dir-txt-esq-50-50 .leftBox {
	width: 50%;
	max-width: 520px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-self: center;
	padding: 0;
	height: fit-content;
}

.stdCategoriaBaristarOndeComprar .img-dir-txt-esq-50-50 .leftBox .texto-complemento {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: left;
	margin: 0;
	padding: 0.5% 0 0.5% 4%;
}

.stdCategoriaBaristarOndeComprar .img-dir-txt-esq-50-50 .leftBox .texto-complemento .subtxt {
	/* max: 22px min 12px */
	font-size: clamp(0.75rem, 1.004vw + 0.549rem, 1.375rem);
	line-height: clamp(0.825rem, 1.325vw + 0.56rem, 1.65rem);
	padding: 0.5%;
}

.stdCategoriaBaristarOndeComprar .img-dir-txt-esq-50-50 .leftBox .texto-complemento .subtxt .lista-baristar {
	list-style: none;
	padding: 0;
}

.stdCategoriaBaristarOndeComprar .img-dir-txt-esq-50-50 .leftBox .texto-complemento .subtxt .lista-baristar li {
	display: inline-block;
	padding: 12px 16px 12px 16px;
	margin: 8px 6px;
	border: 2px solid #014083;
	border-radius: 15px;
	background: #fff;
	box-shadow: 3px 3px 0px 1px rgba(1, 64, 131, 0.5);
	transition: all 0.3s ease;
	cursor: pointer;
	font-weight: 500;
}

/* O efeito "3D/Slide" ao passar o mouse */
.stdCategoriaBaristarOndeComprar .img-dir-txt-esq-50-50 .leftBox .texto-complemento .subtxt .lista-baristar li:hover {
	transform: translateX(4px) scale(1.04);
	background: #fff;
	border-color: #014083;
	box-shadow: 3px 3px 0px 1px rgba(1, 64, 131, 0.7);
	color: #014083;
}

/* MEDIA QUERIES */
@media (max-width: 768px) {
	/* .stdCategoriaBaristarOndeComprar .img-dir-txt-esq-50-50 {
		flex-direction: column-reverse; 
	} */
	.stdCategoriaBaristarOndeComprar .img-dir-txt-esq-50-50 .rightBox,
	.stdCategoriaBaristarOndeComprar .img-dir-txt-esq-50-50 .leftBox {
		width: 100%;
	}
	.stdCategoriaBaristarOndeComprar .img-dir-txt-esq-50-50 .leftBox {
		margin-bottom: 20px;
	}
	.stdCategoriaBaristarOndeComprar .img-dir-txt-esq-50-50 .rightBox img {
		max-width: 320px;
		width: calc(50% + 10vw);
	}

	.stdCategoriaBaristarOndeComprar .img-dir-txt-esq-50-50 .leftBox .texto-complemento {
		padding: 0;
	}
}
/* BLOCO LP-IMG-DIR-TXT-ESQ-50-50 */

/* BLOCO CATEGORIA-BOX-5ITENS-TIT-TXT */
.stdCategoriaBaristarOndeComprar .box-5itens-tit-txt {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 2% 4%;
}
.stdCategoriaBaristarOndeComprar .box-5itens-tit-txt h2 {
	width: 100%;
	display: flex;
	justify-content: center;
	text-align: center;
	font-weight: normal;
	margin: 0;
	padding: 0.5%;
}

.stdCategoriaBaristarOndeComprar .box-5itens-tit-txt .txt-container {
	width: 100%;
	display: flex;
	justify-content: center;
	text-align: center;
	padding: 0% 4.6% 2% 4.6%;
}

.stdCategoriaBaristarOndeComprar .box-5itens-tit-txt .txt-container p {
	/* FONTS SIZE MAX 20px MIN 14px */
	font-size: clamp(0.875rem, 0.602vw + 0.755rem, 1.25rem);
	line-height: 1.3;
	margin: 0;
	padding: 0;
}

.stdCategoriaBaristarOndeComprar .box-5itens-tit-txt .item {
	/* Cards responsivos para reviews - 2 por linha */
	width: calc(50% - 40px);
	min-width: 280px;
	max-width: 600px;
	text-align: center;
	padding: 25px 20px;
	box-sizing: border-box;
	border-radius: 15px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	margin: 20px;
}

.stdCategoriaBaristarOndeComprar .box-5itens-tit-txt .tit {
	padding: 0 0 10px 0;
	/* max: 22px min 14px */
	font-size: clamp(0.875rem, 0.803vw + 0.714rem, 1.375rem);
	line-height: clamp(0.963rem, 1.104vw + 0.742rem, 1.65rem);
	font-weight: bold;
}
.stdCategoriaBaristarOndeComprar .box-5itens-tit-txt .txt {
	padding: 0;
	/* max: 16px min 12px */
	font-size: clamp(0.75rem, 0.402vw + 0.669rem, 1rem);
    line-height: clamp(1rem, 0.603vw + 0.899rem, 1.4rem);
}

/* MEDIA QUERIES */
@media (max-width: 768px) {
	.stdCategoriaBaristarOndeComprar .box-5itens-tit-txt .item {
		width: calc(100% - 20px);
		margin: 10px;
	}
}
/* BLOCO CATEGORIA-GALERIA-OWL-INTERCALADO-THUMBS-LP */
.stdCategoriaBaristarOndeComprar #std-carousel-thumbs h2 {
	padding: 2% 0;
}
.stdCategoriaBaristarOndeComprar #std-carousel-thumbs h2 {
    width: 100%;
	margin: 0;
    display: flex;
    justify-content: center;
    text-align: center;
}
/* BLOCO CATEGORIA-GALERIA-OWL-INTERCALADO-THUMBS-LP */

/* BLOCO CATEGORIA-ONDE-COMPRAR */
.stdCategoriaBaristarOndeComprar #boxes-ondecomprar {
	padding: 1%;
}

.stdCategoriaBaristarOndeComprar #boxes-ondecomprar .grupo-ean {
    padding-bottom: 20px;
}
.stdCategoriaBaristarOndeComprar #boxes-ondecomprar .subtitulo-ean {
    padding-bottom: 20px;
}

.stdCategoriaBaristarOndeComprar #boxes-ondecomprar .tit-container {
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 1% 4%;
}

/* Suaviza a sombra do botão */
.stdCategoriaBaristarOndeComprar #boxes-ondecomprar .produto-container .content-interno .botao {
	box-shadow: 1px 3px 2px 0px #84848433 !important;
}

.stdCategoriaBaristarOndeComprar #boxes-ondecomprar .tit-container > div {
	width: 100%;
}
/* BLOCO CATEGORIA-ONDE-COMPRAR */

/* BLOCO LP-BTN-CENTRO */
.stdCategoriaBaristarOndeComprar .bloco-btn-full-centro {
	display: flex;
	flex-direction: column;
	padding: 1% 0;
}

/* Estilo do botão de comprar */
.stdCategoriaBaristarOndeComprar .bloco-btn-full-centro .btn-container .btn-comprar {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px auto;
	padding: 10px;
	min-height: 30px;
	text-align: center;
	font-size: clamp(0.875rem, 0.602vw + 0.755rem, 1.25rem); /* MIN 14px MAX 20px */
	line-height: clamp(0.963rem, 0.663vw + 0.83rem, 1.375rem); /* MIN 1,1 MAX 1,1 */
	cursor: pointer;
	border-radius: 30px;
	color: white;
	background-color: navy;
	text-decoration: none;
	border: none;
	width: 80%;
}
/* BLOCO LP-BTN-CENTRO */