/* Estilos do slider */
.fullwidth-banner-slider {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.splide { width: 100%; }
.desktop-only { display: block; }
.mobile-only { display: none; }
@media (max-width: 768px) {
  .desktop-only { display: none; }
  .mobile-only { display: block; }
  .mobile-only .splide__slide img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .custom-product-grid {
    grid-template-columns: repeat(2, 1fr)!important;
  }
}
/* Centraliza e reduz a imagem do banner */
.splide__slide img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
/* Muda o ponteiro do mouse ao arrastar */
.splide__slide {
  cursor: grab;
}
.splide__slide:active {
  cursor: grabbing;
}
/* Estilos das abas e da grid de produtos */
.ofertas-wrapper {
  display: flex;
  align-items:flex-end;
  margin-bottom: 20px;
  border-bottom: 2px solid #f7f7f7;
}
.ofertas-label {
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--primary-color);
  padding: 10px 20px;
  border-bottom: 2px solid var(--primary-color);
  margin-bottom: -2px;
}
.home-seo-h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.product-tabs {
  text-align: left;
}
.product-tab {
  padding: 10px 15px;
  cursor: pointer;
  border: none;
  margin-right: 5px;
  color: #ccc;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-weight: 600;
  background-color: transparent;
}
.product-tab.active {
  color: var(--primary-color);
  margin-bottom: -2px;
  border-bottom: 2px solid var(--primary-color);
}
.cointainer-motora {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 15px;
}
.custom-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  justify-items: center;
}
/* Wrapper para o bloco de ofertas iniciais */
.wrapper-1200 {
  width: 100%;
  justify-content:center;
  display: flex;
}
/* Estilos do bloco de ofertas iniciais */
.home-inicial-container {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: -50px;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  background: white;
  border-radius: 5px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 15px;
  z-index: 2;
}
.home-inicial-card {
  background: white;
  text-align: center;
  border-radius: 10px;
  max-width: 250px;
  flex: 1 1 22%;
}
.home-inicial-card img {
  width: 70px;
  height: auto;
  margin-bottom: 3px;
}
.home-inicial-title {
  font-size: 14px;
  margin: 5px 0;
  color: var(--primary-color);
  font-weight: bold;
}
.home-inicial-subtitle {
  font-size: 12px;
  color: #666;
}
@media (max-width: 768px) {
    .home-inicial-card img {
    width: 50px;
    height: auto;
    margin-bottom: 3px;
    }
    .home-inicial-title {
    font-size: 0.8rem;
    }
    .home-inicial-subtitle {
    font-size: 0.6rem;
    }
  .home-inicial-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
    padding: 15px 5px;
  }
  .home-inicial-card {
    flex: 1 1 45%;
    max-width: 48%;
  }
  /* Span Tag */
  .cointainer-motora .ofertas-wrapper span{
	font-size:0.8rem;
	padding-left:10px;
	padding-right:10px;
  }
	/* Product tab */
  .ofertas-wrapper .product-tabs .product-tab{
	font-size:0.6rem;
	padding-left:5px;
	padding-right:5px;
		
	}
	.custom-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    }
    .custom-product-card h2 {
    font-size: 0.7rem;
    padding-right: 10px;
    padding-left: 10px;
    margin: 4px 0;
    min-height: 1.8rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    }
}
