.favorites {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  padding-top: clamp(12px, calc(12px + (38 * ((100vw - 300px) / 250))), 50px);
}

.favoritesBannerContainer{
  display: flex;
  justify-content: flex-start;
  width: 1150px;
}

.favoritesBanner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(224px, calc(224px + (246 * ((100vw - 300px) / 250))), 470px);
  height: clamp(44px, calc(44px + (26 * ((100vw - 300px) / 250))), 70px);
  background-color: #e8bdff;
  border-radius: 20px;
}
.favoritesBanner img {
  width: clamp(28px, calc(28px + (32 * ((100vw - 300px) / 250))), 60px);
}
.favoritesBanner h1 {
  color: #1bfc54;
  -webkit-text-stroke: 1px black; /* Outline width and color */
  font-weight: bold;
  font-size: clamp(28px, calc(28px + (32 * ((100vw - 300px) / 250))), 60px);
  margin-left: clamp(5px, calc(5px + (5 * ((100vw - 300px) / 250))), 10px);
  white-space: nowrap;
}

.favoritesContainer {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  background-color: #e8bdff;
  width: 1150px;
  padding-left: clamp(5px, calc(5px + (15 * ((100vw - 300px) / 250))), 20px);
  padding-right: clamp(5px, calc(5px + (15 * ((100vw - 300px) / 250))), 20px);
  padding-bottom: clamp(12px, calc(12px + (38 * ((100vw - 300px) / 250))), 50px);
  border-radius: 20px;
}

.favoritesMenu {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: clamp(5px, calc(5px + (15 * ((100vw - 300px) / 250))), 20px);
  gap: 30px;
}
.favoritesMenu img {
  width: 100%;
  margin-top: 0;
  padding-top: 0;
}
.favoritesMenu img:hover {
  cursor: pointer;
}
.openModalTrigger {
  color: #A50cf8;
  font-size: clamp(23px, calc(23px + (27 * ((100vw - 300px) / 250))), 50px);
  font-weight: bold;
  -webkit-text-stroke: 1px black; /* Outline width and color */
  margin-left: clamp(15px, calc(15px + (5 * ((100vw - 300px) / 250))), 20px);
  margin-right: 10px;
  transition: 0.5s;
  margin-bottom: 0px;
  margin-top: 20px;
}
.favoritesMenu h1:hover {
  cursor: pointer;
  color: #1bfc54;
}
.favoritesMenu ul {
  font-weight: normal;
  font-size: clamp(12px, calc(12px + (12 * ((100vw - 300px) / 250))), 24px);
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: clamp(25px, calc(25px + (15 * ((100vw - 300px) / 250))), 40px);
;
}
.favoritesMenu p {
  margin: 0;
  margin-left: clamp(15px, calc(15px + (5 * ((100vw - 300px) / 250))), 20px);
  margin-bottom: 20px;
  font-size: clamp(12px, calc(12px + (12 * ((100vw - 300px) / 250))), 24px);
  }

.chocolateCoveredAlmond1, .pinaColada1, .turtle1 {
  background-color: rgb(184, 247, 184);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 350px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-top: 0px;
  margin-block-start: 0;
}

.chocolateCoveredAlmond1 img {
  width: 100%;
}

.favoritesEllipseContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
}

.favoritesEllipse {
  display: flex;
  justify-content: center;
  align-items: center;
 width: clamp(130px, calc(130px + (100 * ((100vw - 300px) / 250))), 230px);
  height: clamp(32px, calc(32px + (18 * ((100vw - 300px) / 250))), 50px);
  background-color: #A50cf8;
  border-radius: 25px; /* Create rounded corners */
  font-weight: bold;
  color: black;
  cursor: pointer; /* Change the cursor to a pointer when hovered */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add a subtle shadow around the ellipse button */
  transition: 0.5s;
  letter-spacing: 1px;
  gap: clamp(3px, calc(3px + (7 * ((100vw - 380px) / 170))), 10px);
  margin-bottom: 20px;
}
.favoritesEllipse h1 {
  font-size: clamp(12px, calc(12px + (4 * ((100vw - 300px) / 170))), 16px);
  color: #1bfc54;
  white-space: nowrap;
  margin: 0;
  -webkit-text-stroke: 1px black; /* Outline width and color */
}
.favoritesEllipse:hover {
  background-color: #1bfc54;
}
.favoritesEllipse:hover h1 {
  color: #A50cf8;
}
.favoritesEllipse:hover .rightArrowDefault2 {
  opacity: 0;
  display: none;
}
.favoritesEllipse:hover .rightArrowHover2 {
  opacity: 1;
  display: inline-block;
}

.favoritesEllipse .rightArrowDefault2 {
  width: clamp(15px, calc(15px + (15 * ((100vw - 380px) / 170))), 30px);
  height:  clamp(15px, calc(15px + (15 * ((100vw - 380px) / 170))), 30px);
  display: inline-block;
  transition: opacity 0.3s ease-in-out;
}

.favoritesEllipse .rightArrowHover2 {
  width: clamp(15px, calc(15px + (15 * ((100vw - 380px) / 170))), 30px);
  height:  clamp(15px, calc(15px + (15 * ((100vw - 380px) / 170))), 30px);
  display: none;
  transition: opacity 0.3s ease-in-out;
}

@media screen and (max-width: 1200px) {
    .favoritesContainer, .favoritesBannerContainer {
        width: 95vw;
    }

    .favoritesMenu {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        gap: 2.5vw;
    }
    .favoritesMenu img {
        width: 100%;
    }
    
    .chocolateCoveredAlmond1, .pinaColada1, .turtle1 {
        width: 100%;
    }
}

@media screen and (max-width: 374px) {

  .favoritesEllipse .rightArrowDefault2 {
    display: none;
  }

  .favoritesEllipse .rightArrowHover2 {
    display: none;
  }
}

  