/* Substitua seu CSS atual por este */
.product-info-text ul {
  list-style: none;
  padding-left: 1.5em;
}

.product-info-text li {
  position: relative;
  margin-bottom: 0.5em;
}

.product-info-text li::before {
  content: "\f138"; /* Código Unicode corrigido */
  font-family: "Font Awesome 6 Free";
  font-weight: 900; /* Mude para 900 para ícones sólidos */
  position: absolute;
  left: -1.5em;
  width: 1.5em;
  color: #007db5;
  font-size: 0.9em;
}

/* Estilo específico para listas dentro de .product-info */
.product-info ul li::before {
    content: "\f054"; /* Código alternativo (chevron-right simples) se preferir */
    font-size: 0.8em;
    top: 0.2em;
}


/* Estilos para o slider */
h1 {
    font-size: 2rem !important; font-weight:500;
}


.container-pag-produtos h2, .container-pag-produtos h3{font-weight:500;}

.fa-chevron-right{margin:0 30px;}

.product-slider-container {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 88%;
	position: relative;
}

.product-slider {
	width: calc(100% - 80px);
	/* Desconta o espaço das setas */
	margin: 0 auto;
}

.main-slide {
	position: relative;
	width: 100%;
	aspect-ratio: 5/6;
	margin-bottom: 15px;
	overflow: hidden;
	border-radius: 12px;
}

.main-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
}

.slide-arrow {
	font-size: 2rem;
	color: white;
	background-color: none;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	user-select: none;
	flex-shrink: 0;
}

.slide-arrow:hover {
	background-color: none;
}

.thumbnails {
	display: flex;
	gap: 10px;
	justify-content: center;
}

.thumb {
	width: calc(25% - 10px);
	aspect-ratio: 5/6;
	object-fit: cover;
	border-radius: 8px;
	cursor: pointer;
	opacity: 0.6;
	transition: opacity 0.3s;
	border: 2px solid transparent;
}

.thumb:hover {
	opacity: 0.8;
}

.thumb.active {
	opacity: 1;
	border: 2px solid #007db5;
}

/* Transição suave para a imagem principal */
.main-slide img {
    transition: opacity 0.3s ease;
    opacity: 1;
}

/* Estilo para thumbnails ativas */
.thumb.active {
    opacity: 1;
    border: 2px solid #007db5;
    box-shadow: 0 0 10px rgba(0, 125, 181, 0.5);
    transform: scale(1.05);
    transition: all 0.3s ease;
}

/* Melhorias de acessibilidade */
.thumb {
    cursor: pointer;
    transition: all 0.2s ease;
}

.thumb:focus {
    outline: 2px solid #007db5;
    outline-offset: 2px;
}

.product-slider {
	width: calc(100% - 60px);
	/* Ajuste para mobile */
}

.slide-arrow {
	width: 30px;
	height: 30px;
	font-size: 1.5rem;
}
}

.body-container-wrapper:before {
	height: auto;
}

.banner.lazy.banner--dnd_area-module-1.text-center {
	height: 150px;
}

.btn-cotar {
	padding: 12px 55px;
  background: rgba(0, 125, 181, 1.0);
	border: 0px solid #007db5;
	border-radius: 25px;
	color: #FFFFFF;
	transition: all 0.15s linear;
	word-break: normal;
}

.btn-cotar:hover{color:white;background-color:#005f87;}

.container-pag-produtos {
	display: flex;
	justify-content: center;
	padding: 0;
	width: 100%;
}

.area-do-conteudo-produtos {
	max-width: 1200px;
	margin: auto;
}

.product-info-text,.product-info-video, 
.related {
	margin-right: 30px;
	margin-left: 30px;
}

.product-info-text,.product-info-video {flex:1;}

.product-page {
	width: 100%;
}

.product-page h1 {
	color: #007db5 !important;
}

.product-page h2 h3 h4 {
	color: #007db5;
}

.presentation {
	background-color: #f0f0f0;
	padding: 15px;
	border-radius: 5px;
	margin-bottom: 25px;
}

.presentation p {
	font-weight: bold;
	color: #555;
	margin: 0;
}

.code-brand {
	display: flex;
	gap: 30px;
	margin-bottom: 25px;
}

.code-brand div {
	background-color: #f0f0f0;
	padding: 10px 15px;
	border-radius: 5px;
}

.code-brand span {
	font-weight: bold;
}

.models {
	margin-bottom: 30px;
}

.models ul {
	list-style-type: none !important;
	margin: 0;
	padding: 0;
}

.models li {
	padding: 8px 0;
}

.product-info-container {
  display:flex;
  gap:100px;
	line-height: 1.6;
}

.product-info-text p {
	margin-bottom: 15px;
	color: #666;
}

.related-item p {
	color: #007db5;
	font-family: inherit;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
	margin: 0;
	padding: 0 20px;
	text-align: center;
	text-decoration: none;
}

.product-info-text ul {
	margin: 15px 0 25px 25px;
	color: #666;
}

.duas-cores {
	width: 100%;
	background: linear-gradient(to right, #064a86 0%, #064a86 50%, #ffffff 50%, #ffffff 100%);
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 100px 0;
}

.product-info-text li {
	margin-bottom: 8px;
}

.divider {
	height: 100px;
	background-color: #007db5;
	margin-bottom: 100px;
	color: white;
	text-align: center;
	align-content: center;
}

.breadcrumb {
	height: 50px;
	background-color: #007db5;
	color: white;
	text-align: left;
	align-content: center;
}

.divider h3 {
	color: white;
	margin: 0;
	padding: 0;
}

.breadcrumb p {
	color: white;
	margin: 0;
	padding: 0;
	font-size: 16px;
}

.hs-responsive-embed-inner-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 56.25%; /* Proporção 16:9 */
    border-radius: 12px;
    background: #000;
}

.hs-responsive-embed-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* ESTILOS ATUALIZADOS PARA RELATED PRODUCTS */
.related-products {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	margin-top: 30px;
	margin-bottom: 100px;
}

@media (max-width: 1024px) {
	.related-products {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}

.espacador {
	margin-top: 100px;
}

.related-item {
	border: 2px solid #ebebeb;
	border-radius: 12px;
	padding: 15px;
	background: none;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.related-item img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 8px;
	margin-bottom: 10px;
}

.related-item p:first-of-type {

	margin: 10px 0 5px 0;

}

.related-item p:last-of-type {

	margin: 0 0 15px 0;

}

.related-item button {
	background-color: #007db5;
	border-radius: 30px;
	border: none;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	margin: 0 auto;
	padding: 8px 25px;
	text-decoration: none;
	transition: background-color .3s ease;
}

.related-item button:hover {
	background-color: #005f87;
	color: #fff;
	text-decoration: none;
}

/* Estilos para o layout de duas colunas */
.two-columns {
	display: flex;
	gap: 2%;
}

.left-column {
	flex: 0 0 50%;
}

.right-column {
	flex: 0 0 50%;
	margin-left: 20px;
}

.product-image {
	border-radius: 12px;
	text-align: center;
	width: 100%;
	margin-right: 25%;
	height: auto;
}

.product-image img {
	max-width: 100%;
	height: auto;
	border-radius: 15px;
}

@media (min-width: 1024px) and (max-width: 1200px) {
	.product-image img {
		width: 80%;
	}
}

@media (max-width:1200px) {
	.banner.lazy.banner--dnd_area-module-1.text-center {
		height: 100px;
	}
}

@media (max-width: 1024px) {
	.two-columns {
		flex-direction: column;
	}

	.left-column,
	.right-column {
		flex: 0 0 100%;
	}

	.duas-cores {
		background: #ffffff;
		padding: 0;
	}

	.area-do-conteudo-produtos {
		margin: 20px;
	}

	.left-column {
		margin-bottom: 30px;
	}

	.divider {
		margin-bottom: 30px;
	}

	.breadcrumb {
		height: auto;
		margin-bottom: 30px
	}

	.product-info-text,
	.related {
		margin-right: 0;
		margin-left: 0;
	}

	.product-slider-container {
		width: 80%;
		margin: auto;
	}

	.slide-arrow {
		color: #007db5;
	}
  
  .product-info-container{flex-direction:column;gap:30px;}
  
  .product-info-video{margin-right:0; margin-left:0;}
  
   
}