.featured-product-widget {
}

.featured-product-widget-heading {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 10px;
}

.featured-product-widget-heading h4 {
  font-family: Larsseit Regular, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}

.featured-product-widget-heading a {
  font-family: Larsseit Bold, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: var(--e-global-color-primary);
  margin: 0;
  transition: opacity 0.2s ease-in-out;
}
.featured-product-widget-heading a:hover {
  opacity: 0.7;
}

.slider-container {
  width: 100%;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.slider-container::-webkit-scrollbar {
  display: none;
}

.slider-content {
  display: flex;
  width: 1px;
  flex-wrap: nowrap;
}

.featured-product-widget .slider-item {
  width: 170px;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  color: #000;
}

.featured-product-widget .slider-item:last-child {
  margin-right: 0;
}

.featured-product-widget .slider-item img {
  width: 100%;
  height: auto;
}

.featured-product-widget .slider-item .image-container {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  background-color: #f6f6f6;
}
/* 
.featured-product-widget .slider-item h5 {
  font-size: 16px;
  font-family: Larsseit Bold, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #000;
}

.featured-product-widget .slider-item p {
  font-size: 18px;
  color: #000;
}
*/
/* .featured-product-widget .featured-product-widget img {
  width: 100%;
  height: auto;
} */

.featured-product-widget .image-container {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  background-color: #f6f6f6;
  position: relative;
}

.featured-product-widget h5 {
  display: flex;
  flex-grow: 1;
  font-size: 18px;
  line-height: 22px;
  font-family: Larsseit Bold, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  margin-bottom: 15px;
}

.featured-product-widget .category {
  margin: 3px 0 2px;
  color: #3a3a3a;
  font-size: 10px;
  opacity: 1;
  line-height: 1;
}

.featured-product-widget a {
  text-decoration: none;
}

.featured-product-widget .add-to-cart {
  display: none;
  text-decoration: none;
  background-color: var(--e-global-color-primary);
  color: #fff;
  border-radius: 5px;
  padding: 12px 18px;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  font-family: Larsseit Bold, Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.featured-product-widget .image-container .product-label {
  position: absolute;
  top: 20px;
  left: 0;
  background-color: #3a3a3a;
  color: #fff;
  font-size: 11px;
  font-family: Larsseit Bold, Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding: 5px 9px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 5;
  line-height: 1;
}

.featured-product-widget .image-container .product-icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  bottom: 0;
  right: 0;
  padding: 5px 9px 5px;
  background-color: #f18884;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  font-weight: 400;
  border-top-left-radius: 5px;
  z-index: 5;
}
.featured-product-widget .image-container .product-icon i {
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .featured-product-widget-heading h4 {
    font-size: 16px;
    line-height: 24px;
  }

  .featured-product-widget-heading a {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .featured-product-widget-heading {
    margin-bottom: 20px;
  }
  .featured-product-widget .slider-content {
    width: calc(100% + 20px) !important;
    margin-left: -10px;
  }
  .featured-product-widget .slider-item {
    width: calc(20% - 10px);
    margin-left: 10px;
    margin-right: 0;
  }
  .featured-product-widget .add-to-cart {
    display: block;
  }

  /* .slider-item:last-child {

  } */
}
