.spell-featured-products {
  width: 100%;
  text-align: center;
}

.spell-featured-products.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.spell-featured-products__header h2 {
  font-size: 2rem;
  margin-bottom: 0.25rem;
}

.spell-featured-products__header p {
  font-size: 1rem;
  opacity: 0.9;
}

.spell-featured-products__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.spell-featured-products__item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  text-align: left;
  padding: 1rem;
  color: #000;
  transition: transform 0.2s ease;
}

.spell-featured-products__item:hover {
  transform: translateY(-5px);
}

.spell-featured-products__item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 1rem;
}

.spell-featured-products__item h3 {
  font-size: 1.1rem;
  margin: 0 0 0.5rem;
}

.spell-featured-products__price {
  font-size: 1rem;
  font-weight: bold;
}
.spell-featured-products-wrapper {
  width: 100%;
}

.spell-featured-products.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.spell-featured-products-title {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5rem;
}

.spell-featured-products-subtitle {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 2rem;
  opacity: 0.9;
}

.spell-featured-products-list {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.no-products-found {
  text-align: center;
  opacity: 0.7;
  font-size: 1rem;
  padding: 2rem 0;
}
.spell-featured-products-bg {
  width: 100%;
}

.spell-featured-products {
  padding: 4rem 1rem;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.spell-featured-products__title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.spell-featured-products__subtitle {
  font-size: 1.1rem;
  margin-bottom: 2.5rem;
  opacity: 0.8;
}

.spell-featured-products__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
}

.spell-featured-products__item {
  background: #fff;
  border-radius: 8px;
  padding: 1rem;
  text-align: left;
  box-shadow: 0 0 0.5rem rgba(0,0,0,0.1);
  transition: transform 0.2s ease;
}

.spell-featured-products__item:hover {
  transform: translateY(-4px);
}

.spell-featured-products__item img {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 1rem;
}

.spell-featured-products__item h3 {
  font-size: 1rem;
  margin: 0.5rem 0;
  font-weight: 600;
}

.spell-featured-products__item span {
  color: #f4812e;
  font-weight: bold;
}
.spell-featured-products__item a{
  color: #000;
  text-decoration: none;
}
.spell-featured-products__outer {
  width: 100%;
}

.spell-featured-products {
  padding: 4rem 1rem;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.spell-featured-products__title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.spell-featured-products__subtitle {
  font-size: 1.1rem;
  margin-bottom: 2.5rem;
  opacity: 0.8;
}

.spell-featured-products__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.spell-featured-products__item {
  background: #fff;
  border-radius: 8px;
  padding: 1rem;
  text-align: left;
  transition: transform 0.2s ease;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.05);
  height: 100%; /* força preenchimento uniforme */
}


.spell-featured-products__item:hover {
  transform: translateY(-4px);
}

.spell-featured-products__img {
  width: 100%;
  height: auto;
  max-height: 180px;
  object-fit: contain;
  margin-bottom: 1rem;
}

.spell-featured-products__item h3 {
  font-size: 1rem;
  margin: 0.5rem 0;
  font-weight: 600;
}

.spell-featured-products__item span {
  color: #f4812e;
  font-weight: bold;
}
bdi{
  opacity: 0.5;
}

ins bdi{
  opacity: 1;
}