.cafe-favorites-section {
  padding: 50px 0;
  overflow-x: hidden;
  background: #F8F8F8;
}
.cafe-favorites-section .cafe-favorite-card {
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.08);
  margin: 0 15px;
  padding: 20px 20px 20px;
  width: 288px !important;
  min-height: 415px;
  height: 415px;
  margin-bottom: 50px;
}

.cafe-favorites-section .cafe-favorite-card.cafe-card-clickable {
  cursor: pointer;
  transition: box-shadow 0.2s ease;
}

.cafe-favorites-section .cafe-favorite-card.cafe-card-clickable:hover {
  box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.12);
}
@media (max-width: 1399px) {
  .cafe-favorites-section .cafe-favorite-card {
    margin: 0 10px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .cafe-favorites-section .cafe-favorite-card {
    margin-bottom: 40px;
  }
}
.cafe-favorites-section .cafe-favorite-card h4 {
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: block;
  max-width: 100%;
  box-sizing: border-box;
  word-wrap: normal;
  word-break: normal;
}
@media (max-width: 1399px) {
  .cafe-favorites-section .cafe-favorite-card h4 {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .cafe-favorites-section .cafe-favorite-card h4 {
    min-height: 46px;
  }
}
@media (max-width: 539px) {
  .cafe-favorites-section .cafe-favorite-card h4 {
    margin-bottom: 0px !important;
  }
}
.cafe-favorites-section .cafe-favorite-card p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin: 0;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.cafe-favorites-section .cafe-favorite-card .fav-card-img {
  position: relative;
  margin-bottom: 20px;
  border-radius: 12px;
  overflow: hidden;
  width: 248px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
}
.cafe-favorites-section .cafe-favorite-card .fav-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cafe-favorites-section .cafe-favorite-card .fav-card-img svg {
  width: 50px;
  height: 50px;
  border-radius: 30px;
  background: #FFC013;
  padding: 8px;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
@media (max-width: 767px) {
  .cafe-favorites-section .cafe-favorite-card .fav-card-img svg {
    width: 40px;
    height: 40px;
    padding: 6px;
  }
}
.cafe-favorites-section .cafe-favorite-wrapper {
  width: 100vw;
  margin-left: 0px;
  margin-right: calc(50% - 50vw);
}
@media (max-width: 1399px) {
  .cafe-favorites-section .cafe-favorite-wrapper {
    width: auto;
    margin: 0;
  }
}
.cafe-favorites-section .cafe-favorite-wrapper .cafe-favorites-slider {
  padding-top: 50px;
  margin: 0 -15px;
  width: 100%;
  max-width: 100vw;
  position: static;
}
@media (max-width: 1399px) {
  .cafe-favorites-section .cafe-favorite-wrapper .cafe-favorites-slider {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .cafe-favorites-section .cafe-favorite-wrapper .cafe-favorites-slider {
    padding-top: 30px;
  }
}
.cafe-favorites-section .cafe-favorite-wrapper .cafe-favorites-slider .slick-arrow {
  right: 0px;
  top: 6px;
  left: auto;
  background-color: #fff;
  margin: 0;
}
@media (max-width: 767px) {
  .cafe-favorites-section .cafe-favorite-wrapper .cafe-favorites-slider .slick-arrow {
    top: 0;
  }
}
@media (max-width: 575px) {
  .cafe-favorites-section .cafe-favorite-wrapper .cafe-favorites-slider .slick-arrow {
    top: auto;
    bottom: 75px;
    left: 50%;
    transform: translateX(-50%) !important;
    right: auto !important;
  }
}
.cafe-favorites-section .cafe-favorite-wrapper .cafe-favorites-slider .slick-arrow.slick-prev {
  right: 65px;
}
@media (max-width: 575px) {
  .cafe-favorites-section .cafe-favorite-wrapper .cafe-favorites-slider .slick-arrow.slick-prev {
    margin-left: -27px !important;
  }
}
.cafe-favorites-section .cafe-favorite-wrapper .cafe-favorites-slider .slick-arrow.slick-next {
  margin-left: 27px;
}
.cafe-favorites-section .cafe-favorite-wrapper .cafe-favorites-slider .slick-track {
  margin: 0;
  display: flex;
}
@media (max-width: 575px) {
  .cafe-favorites-section .cafe-favorites-viewall {
    margin-top: 70px;
  }

}
.cafe-favorites-section .cafe-favorites-viewall .link-btn {
  margin: 0 auto;
  padding: 10px 46px;
}
.cafe-favorites-section .container {
  position: relative;
}
.cafe-favorites-section .cafe-favorite-price {
  color: #055D62;
  font-weight: 600;
}

.cafe-favorites-section .cafe-favorite-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  gap: 10px;
}

.cafe-favorites-section .cafe-favorite-out-of-stock-text {
  color: #242A2E;
  font-family: "Geologica", sans-serif;
  font-size: 14px;
  /* font-weight: bold; */
  opacity: 0.5;
  white-space: nowrap;
}

/* Greyed out SVG icon for out of stock items */
.cafe-favorites-section .cafe-favorite-card-link.out-of-stock-link {
  pointer-events: none;
  cursor: not-allowed;
}

.cafe-favorites-section .cafe-favorite-card-link.out-of-stock-link .cart-icon.out-of-stock-icon {
  opacity: 0.5;
  filter: grayscale(100%);
  pointer-events: none;
  cursor: not-allowed;
  background: #E0E0E0 !important;
}

.cafe-favorites-section .cafe-favorite-card-link.out-of-stock-link .cart-icon.out-of-stock-icon path {
  stroke: #808080;
}

/* Disabled state for items without price */
.cafe-favorites-section .cafe-favorite-card-link.no-price-disabled {
  pointer-events: none;
  cursor: not-allowed;
}

.cafe-favorites-section .cafe-favorite-card-link.no-price-disabled .cart-icon.no-price {
  opacity: 0.6;
  filter: grayscale(100%);
  pointer-events: none;
  cursor: not-allowed;
  background: #E0E0E0 !important;
}

.cafe-favorites-section .cafe-favorite-card-link.no-price-disabled .cart-icon.no-price path {
  stroke: #808080;
}

/* Disabled cursor for cart icon when item is in cart */
.cafe-favorites-section .cafe-favorite-card-link .cart-icon.in-cart {
  cursor: not-allowed !important;
  pointer-events: none !important;
}

.cafe-favorites-section .cafe-favorite-card-link .cart-icon.in-cart:hover {
  cursor: not-allowed !important;
  pointer-events: none !important;
}

/*# sourceMappingURL=cafe-favorites.css.map */

