.featured-card {
  border: 1px solid transparent;
  border-radius: 16px;
  background: transparent;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 2em 0.75em;


  .image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;

  }

  .stars {
    display: flex;
    align-items: center;
    gap: 0.5em;
  }

  /* Área da Imagem */
  .image {
    overflow: hidden;
    position: relative;
    border-radius: 0;

    .featured-img {
      margin: auto;
      object-fit: cover;
      object-position: top center;
    }
  }

  h4 {
    margin-bottom: 0px;
    height: 2.75em;
    overflow: hidden;
    color: #333333;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    font-family: var(--product_sans);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .button-buyed {
    font-family: var(--product_sans);
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75em;
    color: transparent;
    border-radius: 8px;
    gap: .25em;
    width: 10%;
    margin: auto;
    transition: all 0.2s ease;

  }

  .price {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .price-new {
    font-size: 20px;
    color: #333;
    font-family: var(--product_sans);
  }

  &:hover {
    border-color: #eee;
    box-shadow: 0px 0px 10px #eee;

    .image-container {
      transform: scale(1.05);
    }

    .button-buyed {
      color: white;
      width: 100%;

      padding: 0.75em;
      background-color: var(--primary);

    }
  }

}

/* Conteúdo (Texto) */
.featured-content {
  text-align: left;
  flex-grow: 1;
}

/* Removido o padding extra do description que causava desalinhamento */
.featured-content .description {
  padding: 10px;
}

.featured-card .featured-content

/* Rating */
.featured-content .rating {
  display: flex;
  align-items: center;
  gap: 0;
  min-height: 18px;
  font-size: 18px;

}

.featured-content .rating .fa-stack {
  height: 1em;
  line-height: 1em;
  color: #ccc;
}

.featured-content .rating.text-warning {
  color: #ffc107 !important;
}

.featured-content .review-count {
  font-size: 12px;
  font-weight: 500;
  color: #999 !important;
  margin-left: 8px;
  font-family: var(--product_sans);
}

@media (max-width: 767px) {
  .featured-content h4 a {
    font-size: 14px;
  }
}


/* Cores (Bolinhas) */
.product-options-colors {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  min-height: 20px;
}

.option-swatch-img {
  border: 1px solid #ddd;
  padding: 1px;
}

.product-options-text {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 5px;
}

.option-swatch-text {
  border: 1px solid #ccc;
  color: #555;
  font-size: 11px;
  padding: 2px 10px;
  min-width: 20px;
  text-align: center;
  border-radius: 2px;
  background-color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}

.label-discount {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #86230E;
  color: #fff;
  font-size: 14px;
  padding: 4px 8px;
  z-index: 10;
  line-height: 1;
}


.featured-product-big {

  padding-block: 2em;


  .featured-card {
    border: 1px solid transparent;
    border-radius: 4px;
    background: transparent;
    transition: all 0.3s ease;
    height: 100%;
    min-height: clamp(560px, 80vh, 760px);

    display: flex;
    flex-direction: column;
    padding: 3em 0.75em;



    .image-container {
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s ease;

    }

    .stars {
      display: none;
      align-items: center;
      gap: 0.5em;
    }

    /* Área da Imagem */
    .image {
      overflow: hidden;
      position: relative;
      border-radius: 0;

      .featured-img {
        margin: auto;
        object-fit: cover;
        object-position: top center;
      }
    }

    h4 {
      margin-bottom: 0px;
      margin-top: 32px;
      height: 2.75em;
      overflow: hidden;
      color: #333333;
      text-decoration: none;
      font-size: 32px;
      font-weight: 400;
      text-align: center;
      font-family: var(--vogue);
      display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    .button-buyed {
      font-family: var(--product_sans);
      background-color: transparent;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0.75em;
      color: transparent;
      border-radius: 8px;
      gap: .25em;
      width: 10%;
      margin: auto;
      transition: all 0.2s ease;

    }

    .price {
      /* font-size: 16px; */
      margin-top: 0px;
      margin-bottom: 10px;
      text-align: center;
    }

    .price-new {
      font-size: 18px;
      color: #777777;
      font-family: var(--vogue);

      &.fw-bold {
        font-weight: normal;
        font-size: 24px;
        color: #333;
      }
    }

    &:hover {
      border-color: transparent;
      box-shadow: 0px 0px 10px transparent;

      .image-container {
        transform: scale(1.05);
      }

      .button-buyed {
        color: white;
        width: 100%;
        padding: 0.75em;
        background-color: var(--primary);

      }
    }

  }
}

.distinct-background {
  .featured-card {
    border: 1px solid transparent;
    border-radius: 8px;
    background: white;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    padding: .5em;
    height: auto !important;

    h4 {
      color: #333;
      font-size: 15px;
      text-transform: uppercase;
      font-family: var(--vogue);
    }

    .stars {
      display: none;
    }

    .price {
      .price_br {
        color: #777777;
        font-size: 18px;
        font-family: var(--vogue);
        line-height: 1.2em;

        &.fw-bold {
          color: #333;
          font-size: 24px;

        }

      }

    }

    .button-buyed.sml {
      display: none;
    }

  }
}