.image-overlay .overlay {
  opacity: 0;
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .image-overlay .overlay {
    display: none;
  }
}
.image-overlay .overlay a {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background-color: #fff;
  color: #C68945;
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  text-decoration: none;
  padding: 0.5rem 1.2rem;
  border-radius: 1rem;
}
@media only screen and (max-width: 899px) {
  .image-overlay .overlay a {
    font-size: 18px;
    line-height: 1.1;
  }
}
.image-overlay:hover .overlay {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .image-overlay:hover .overlay {
    display: none;
  }
}
.display_grid {
  display: grid;
  grid-template-columns: 1.5rem repeat(4, 5.3rem) repeat(4, 5.2rem) repeat(4, 5.3rem) repeat(3, 5.2rem) 5.8rem;
  grid-template-rows: auto;
}
@media only screen and (max-width: 899px) {
  .display_grid {
    grid-template-columns: repeat(10, 1fr);
    gap: 2rem;
  }
}
.font_graphie_book {
  font-family: "graphie", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font_graphie_regular {
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.font_graphie_semiBold {
  font-family: "graphie", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.font_graphie_bold {
  font-family: "graphie", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.font_calluna_regular {
  font-family: "calluna", serif;
  font-weight: 400;
  font-style: normal;
}
.font_calluna_bold {
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
}
.font_calluna_bold_italic {
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: italic;
}
.font_calluna_semiBold {
  font-family: "calluna", serif;
  font-weight: 600;
  font-style: normal;
}
.font_calluna_semiBold_italic {
  font-family: "calluna", serif;
  font-weight: 600;
  font-style: italic;
}
.font_h1 {
  font-size: calc(3rem * var(--text-multiplier));
  line-height: calc(3.2800000000000002rem * var(--text-multiplier));
}
.font_15 {
  font-size: calc(0.705rem * var(--text-multiplier));
  line-height: calc(0.985rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_15 {
    font-size: 15px;
    line-height: 1.1;
  }
}
.font_16 {
  font-size: calc(0.75rem * var(--text-multiplier));
  line-height: calc(1.03rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_16 {
    font-size: 16px;
    line-height: 1.1;
  }
}
.font_17 {
  font-size: calc(0.8rem * var(--text-multiplier));
  line-height: calc(1.08rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_17 {
    font-size: 17px;
    line-height: 1.1;
  }
}
.font_18 {
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_18 {
    font-size: 18px;
    line-height: 1.1;
  }
}
.font_20 {
  font-size: calc(0.94rem * var(--text-multiplier));
  line-height: calc(1.22rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_20 {
    font-size: 20px;
    line-height: 1.1;
  }
}
.font_22 {
  font-size: calc(0.97rem * var(--text-multiplier));
  line-height: calc(1.25rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_22 {
    font-size: 22px;
    line-height: 1.1;
  }
}
.font_24 {
  font-size: calc(1.125rem * var(--text-multiplier));
  line-height: calc(1.405rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_24 {
    font-size: 24px;
    line-height: 1.1;
  }
}
.font_30 {
  font-size: calc(1.41rem * var(--text-multiplier));
  line-height: calc(1.69rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_30 {
    font-size: 30px;
    line-height: 1.1;
  }
}
.font_32 {
  font-size: calc(1.5rem * var(--text-multiplier));
  line-height: calc(1.78rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_32 {
    font-size: 32px;
    line-height: 1.1;
  }
}
.font_36 {
  font-size: calc(1.69rem * var(--text-multiplier));
  line-height: calc(1.97rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_36 {
    font-size: 35px;
    line-height: 1.1;
  }
}
.font_64 {
  font-size: calc(3rem * var(--text-multiplier));
  line-height: calc(3.2800000000000002rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_64 {
    font-size: 64px;
    line-height: 1.1;
  }
}
.font_75 {
  font-size: calc(3.52rem * var(--text-multiplier));
  line-height: calc(3.8rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_75 {
    font-size: 75px;
    line-height: 1.1;
  }
}
.font_80 {
  font-size: calc(4rem * var(--text-multiplier));
  line-height: calc(4.28rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_80 {
    font-size: 80px;
    line-height: 1.1;
  }
}
.blue_btn {
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 600;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  background-color: #25384A;
  color: #DACEC5;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  width: fit-content;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .blue_btn {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .blue_btn {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.blue_btn:hover {
  background-color: #535F6D;
  color: #EBE6E2;
  transition: all 0.5s ease-in-out;
}
.grey_btn {
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 600;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  background-color: #EBE6E2;
  color: #25384A;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.38rem 1.5rem;
  width: fit-content;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .grey_btn {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .grey_btn {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.grey_btn:hover {
  background-color: #fff;
  transition: all 0.5s ease-in-out;
}
.cb {
  position: relative;
  display: grid;
  grid-template-columns: 1.5rem repeat(4, 5.3rem) repeat(4, 5.2rem) repeat(4, 5.3rem) repeat(3, 5.2rem) 5.8rem;
  grid-template-rows: auto;
}
@media only screen and (max-width: 899px) {
  .cb {
    grid-template-columns: repeat(10, 1fr);
    gap: 2rem;
  }
}
.cb__title {
  grid-column: 9 / span 3;
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(0.705rem * var(--text-multiplier));
  line-height: calc(0.985rem * var(--text-multiplier));
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}
@media only screen and (max-width: 899px) {
  .cb__title {
    font-size: 15px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .cb__title {
    grid-column: 1 / span 10;
    letter-spacing: 2px;
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  .cb__title {
    font-size: 12px;
  }
}
.cb__link {
  grid-column: 1 / -1;
  font-weight: 500;
  color: #25384A;
  margin-top: 2rem;
  justify-self: center;
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 600;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  background-color: #25384A;
  color: #DACEC5;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  width: fit-content;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .cb__link {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .cb__link {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .cb__link {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.cb__link:hover {
  background-color: #535F6D;
  color: #EBE6E2;
  transition: all 0.5s ease-in-out;
}
.cb__link.bottom {
  display: none;
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 600;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  background-color: #25384A;
  color: #DACEC5;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  width: fit-content;
  transition: all 0.5s ease-in-out;
  margin: 20px auto 50px;
}
@media only screen and (max-width: 899px) {
  .cb__link.bottom {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .cb__link.bottom {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.cb__link.bottom:hover {
  background-color: #535F6D;
  color: #EBE6E2;
  transition: all 0.5s ease-in-out;
}
.cb__link.bottom:hover {
  text-decoration: none;
}
@media only screen and (max-width: 899px) {
  .cb__link.bottom {
    display: block;
  }
}
.cb__link:hover {
  text-decoration: underline;
}
.cb__collections {
  grid-column: 1 / span 18;
  display: flex;
  gap: 2rem;
  row-gap: 3.75rem;
  flex-wrap: wrap;
  margin-top: 3rem;
}
@media only screen and (max-width: 899px) {
  .cb__collections {
    grid-column: 1 / span 10;
    gap: 20px;
    row-gap: 50px;
    margin-top: 30px;
  }
}
.cb__collection {
  display: block;
  width: 27.7rem;
}
@media only screen and (max-width: 899px) {
  .cb__collection {
    width: 48%;
  }
}
@media only screen and (max-width: 600px) {
  .cb__collection {
    width: 100%;
  }
}
.cb__collection-image {
  width: 100%;
  height: 18rem;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  display: block;
}
@media only screen and (max-width: 899px) {
  .cb__collection-image {
    height: 400px;
    border-radius: 5px;
  }
}
@media only screen and (max-width: 600px) {
  .cb__collection-image {
    height: auto;
  }
}
.cb__collection-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cb__collection-image .hospitality {
  display: none;
}
.cb__collection-image .active {
  display: block;
}
.cb__collection-image .overlay {
  opacity: 0;
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .cb__collection-image .overlay {
    display: none;
  }
}
.cb__collection-image .overlay__btn {
  position: absolute;
  bottom: 1.25rem;
  right: 1rem;
  background-color: #fff;
  color: #C68945;
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  text-decoration: none;
  padding: 0rem 1.2rem;
  border-radius: 1rem;
  height: 1.91rem;
  display: grid;
  place-items: center;
}
@media only screen and (max-width: 899px) {
  .cb__collection-image .overlay__btn {
    font-size: 18px;
    line-height: 1.1;
  }
}
.cb__collection-image:hover .overlay {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .cb__collection-image:hover .overlay {
    display: none;
  }
}
.cb__collection-tags {
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(0.75rem * var(--text-multiplier));
  line-height: calc(1.03rem * var(--text-multiplier));
  margin: 0;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .cb__collection-tags {
    font-size: 16px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 600px) {
  .cb__collection-tags {
    font-size: 15px;
  }
}
.cb__collection-tags a {
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(0.75rem * var(--text-multiplier));
  line-height: calc(1.03rem * var(--text-multiplier));
  text-decoration: none;
  color: #25384A;
}
@media only screen and (max-width: 899px) {
  .cb__collection-tags a {
    font-size: 16px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 600px) {
  .cb__collection-tags a {
    font-size: 15px;
  }
}
.cb__collection-tags a:hover {
  color: #929BA3;
  transition: all 0.5s ease-in-out;
}
.cb__collection-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}
@media only screen and (max-width: 899px) {
  .cb__collection-title {
    margin-top: 20px;
    gap: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cb__collection-title a {
  color: #25384A;
  text-decoration: none;
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(1.125rem * var(--text-multiplier));
  line-height: calc(1.405rem * var(--text-multiplier));
  margin: 0;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .cb__collection-title a {
    font-size: 24px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .cb__collection-title a {
    width: 100%;
    font-size: 20px;
  }
}
.cb__collection-title a:hover {
  color: #929BA3;
  transition: all 0.5s ease-in-out;
}
.cb__collection-title .finishes {
  display: flex;
  gap: 0.5rem;
}
@media only screen and (max-width: 899px) {
  .cb__collection-title .finishes {
    flex-wrap: wrap;
    gap: 5px;
    width: 35%;
  }
}
.cb__collection-title .finishes img {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0.24rem;
  cursor: pointer;
}
@media only screen and (max-width: 899px) {
  .cb__collection-title .finishes img {
    width: 20px;
    height: 20px;
    border-radius: 3px;
  }
}
.cb__collection-title .heart {
  /* HIDING HEARTS */
  display: none;
  /* HIDING HEARTS */
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  cursor: pointer;
}
@media only screen and (max-width: 899px) {
  .cb__collection-title .heart {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
}
.cb__collection-title .heart .empty,
.cb__collection-title .heart .red {
  display: block;
}
.cb__collection-title .heart .empty img,
.cb__collection-title .heart .red img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cb__collection-title .heart .red {
  display: none;
}
.cb__collection-title .heart.active .red {
  display: block !important;
}
.cb__collection-title .heart.active .empty {
  display: none !important;
}
