.ct-featured-products .featured-products-heading-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
  align-items: flex-end;
}
.ct-featured-products .featured-products-heading-wrapper h2 {
  line-height: 0.9em;
}
@media only screen and (max-width: 767.98px) {
  .ct-featured-products .featured-products-heading-wrapper {
    flex-direction: column;
    gap: 22px;
    align-items: unset;
  }
}
.ct-featured-products .featured-products-heading-wrapper .swiper-buttons {
  margin-left: auto;
}
@media only screen and (max-width: 767.98px) {
  .ct-featured-products .featured-products-heading-wrapper .swiper-buttons {
    display: none;
  }
}
.ct-featured-products .swiper {
  padding-bottom: 30px;
}
@media only screen and (max-width: 767.98px) {
  .ct-featured-products .swiper {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 17.5px;
  }
}
@media only screen and (max-width: 319.98px) {
  .ct-featured-products .swiper {
    margin-right: -1rem;
    margin-left: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .ct-featured-products .swiper-scrollbar {
    bottom: 0px;
  }
}
.ct-featured-products .icon-legend {
  max-width: 636px;
  border-radius: 30px;
  background-color: var(--secondary-color);
  margin: 0 auto;
  margin-top: 40px;
}
.ct-featured-products .icon-legend .legend-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 43px;
  padding: 9px 38px;
}
@media only screen and (min-width: 992px) {
  .ct-featured-products .icon-legend .legend-container {
    align-items: center;
  }
}
.ct-featured-products .icon-legend .legend-container * {
  color: var(--text-alternate-color);
}
.ct-featured-products .icon-legend .legend-container .shopping-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  position: relative;
}
.ct-featured-products .icon-legend .legend-container .shopping-list span {
  font-size: 14px;
  line-height: 17px;
  white-space: nowrap;
}
.ct-featured-products .icon-legend .legend-container .shopping-list img {
  width: 20px;
  height: 22px;
}
@media only screen and (min-width: 768px) {
  .ct-featured-products .icon-legend .legend-container .shopping-list::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: var(--text-alternate-color);
    position: absolute;
    right: -21.5px;
    top: 0;
  }
}
.ct-featured-products .icon-legend .legend-container .divider {
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--text-alternate-color);
}
.ct-featured-products .icon-legend .legend-container .store-finder {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.ct-featured-products .icon-legend .legend-container .store-finder span {
  font-size: 14px;
  line-height: 17px;
  white-space: nowrap;
}
.ct-featured-products .icon-legend .legend-container .store-finder img {
  width: 20px;
  height: 22px;
}
@media only screen and (max-width: 767.98px) {
  .ct-featured-products .icon-legend {
    max-width: 348px;
    border-radius: 60px;
    margin-top: 30px;
  }
  .ct-featured-products .icon-legend .legend-container {
    flex-direction: column;
    gap: 23px;
    padding: 28px 40px;
  }
}
@media only screen and (max-width: 350px) {
  .ct-featured-products .icon-legend .shopping-list span,
  .ct-featured-products .icon-legend .store-finder span {
    white-space: normal !important;
  }
}
