.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;
}
@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;
}
.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: opacity 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: opacity 0.5s ease-in-out;
}
body.no-scroll {
  overflow: hidden;
  height: 100vh;
}
.rlpc {
  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) {
  .rlpc {
    grid-template-columns: repeat(10, 1fr);
    gap: 2rem;
  }
}
.rlpc__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) {
  .rlpc__title {
    font-size: 15px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .rlpc__title {
    grid-column: 1 / span 10;
    letter-spacing: 2px;
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  .rlpc__title {
    font-size: 12px;
  }
}
.rlpc__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;
}
@media only screen and (max-width: 899px) {
  .rlpc__link {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .rlpc__link {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .rlpc__link {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.rlpc__link:hover {
  background-color: #535F6D;
  color: #EBE6E2;
}
.rlpc__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;
  margin: 20px auto 50px;
}
@media only screen and (max-width: 899px) {
  .rlpc__link.bottom {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .rlpc__link.bottom {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.rlpc__link.bottom:hover {
  background-color: #535F6D;
  color: #EBE6E2;
}
.rlpc__link.bottom:hover {
  text-decoration: none;
}
@media only screen and (max-width: 899px) {
  .rlpc__link.bottom {
    display: block;
  }
}
.rlpc__link:hover {
  text-decoration: underline;
}
.rlpc__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) {
  .rlpc__collections {
    grid-column: 1 / span 10;
    gap: 20px;
    row-gap: 50px;
    margin-top: 30px;
  }
}
.rlpc__collection {
  display: block;
  width: 27.7rem;
}
@media only screen and (max-width: 899px) {
  .rlpc__collection {
    width: 48%;
  }
}
@media only screen and (max-width: 600px) {
  .rlpc__collection {
    width: 100%;
  }
}
.rlpc__collection-image {
  width: 100%;
  height: 18rem;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  display: block;
}
@media only screen and (max-width: 899px) {
  .rlpc__collection-image {
    height: 400px;
    border-radius: 5px;
  }
}
@media only screen and (max-width: 600px) {
  .rlpc__collection-image {
    height: auto;
  }
}
.rlpc__collection-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rlpc__collection-image .hospitality {
  display: none;
}
.rlpc__collection-image .active {
  display: block;
}
.rlpc__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) {
  .rlpc__collection-image .overlay {
    display: none;
  }
}
.rlpc__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) {
  .rlpc__collection-image .overlay__btn {
    font-size: 18px;
    line-height: 1.1;
  }
}
.rlpc__collection-image:hover .overlay {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .rlpc__collection-image:hover .overlay {
    display: none;
  }
}
.rlpc__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) {
  .rlpc__collection-tags {
    font-size: 16px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 600px) {
  .rlpc__collection-tags {
    font-size: 15px;
  }
}
.rlpc__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) {
  .rlpc__collection-tags a {
    font-size: 16px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 600px) {
  .rlpc__collection-tags a {
    font-size: 15px;
  }
}
.rlpc__collection-tags a:hover {
  color: #929BA3;
  transition: all 0.5s ease-in-out;
}
.rlpc__collection-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}
@media only screen and (max-width: 899px) {
  .rlpc__collection-title {
    margin-top: 20px;
    gap: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.rlpc__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) {
  .rlpc__collection-title a {
    font-size: 24px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .rlpc__collection-title a {
    width: 100%;
    font-size: 20px;
  }
}
.rlpc__collection-title a:hover {
  color: #929BA3;
  transition: all 0.5s ease-in-out;
}
.rlpc__collection-title .finishes {
  display: flex;
  gap: 0.5rem;
}
@media only screen and (max-width: 899px) {
  .rlpc__collection-title .finishes {
    flex-wrap: wrap;
    gap: 5px;
    width: 35%;
  }
}
.rlpc__collection-title .finishes img {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0.24rem;
  cursor: pointer;
}
@media only screen and (max-width: 899px) {
  .rlpc__collection-title .finishes img {
    width: 20px;
    height: 20px;
    border-radius: 3px;
  }
}
.rlpc__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) {
  .rlpc__collection-title .heart {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
}
.rlpc__collection-title .heart .empty,
.rlpc__collection-title .heart .red {
  display: block;
}
.rlpc__collection-title .heart .empty img,
.rlpc__collection-title .heart .red img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.rlpc__collection-title .heart .red {
  display: none;
}
.rlpc__collection-title .heart.active .red {
  display: block !important;
}
.rlpc__collection-title .heart.active .empty {
  display: none !important;
}
/* Initially hide all panels off-screen */
.slide-panel {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 70%;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  overflow-y: auto;
  transition: right 0.4s ease-in-out;
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
}
.slide-panel .collection__info-images {
  grid-column: 3 / span 11;
}
/* When active, slide into view */
.slide-panel.active {
  right: 0;
}
/* Optional: Add an overlay to dim the background */
.slide-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  display: none;
}
.slide-overlay.active {
  display: block;
}
.panel__close {
  position: absolute;
  top: 1rem;
  left: 2rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #9a6c38;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 1;
}
.panel__hero {
  height: 38rem;
  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) {
  .panel__hero {
    grid-template-columns: repeat(10, 1fr);
    gap: 2rem;
  }
}
@media only screen and (max-width: 899px) {
  .panel__hero {
    height: 500px;
    display: block;
  }
  .panel__hero::before {
    content: "";
    position: relative;
    background-color: #9F9F9F;
    top: 0;
    left: 0;
    height: 65px;
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .panel__hero {
    height: 250px;
  }
}
.panel__hero-image {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.panel__hero-image .overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(158, 158, 158, 0.5);
  mix-blend-mode: multiply;
}
.panel__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.panel__hero-category {
  grid-column: 3 / span 6;
  position: absolute;
  bottom: 9rem;
  color: #EBE6E2;
  font-family: "calluna", serif;
  font-weight: 600;
  font-style: italic;
  font-weight: 500;
  font-size: calc(0.94rem * var(--text-multiplier));
  line-height: calc(1.22rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .panel__hero-category {
    font-size: 20px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .panel__hero-category {
    display: none;
  }
}
.panel__hero-title {
  grid-column: 3 / span 10;
  position: absolute;
  bottom: 5rem;
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(3rem * var(--text-multiplier));
  line-height: calc(3.2800000000000002rem * var(--text-multiplier));
  color: #EBE6E2;
}
@media only screen and (max-width: 899px) {
  .panel__hero-title {
    font-size: 64px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .panel__hero-title {
    display: none;
    font-size: 50px;
    bottom: 50px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .panel__hero-title {
    font-size: 38px;
  }
}
.panel__info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: -5.5rem;
  position: relative;
  padding: 10rem 2rem 0;
  align-items: start;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 899px) {
  .panel__info {
    height: auto;
    display: block;
    background-image: url('/wp-content/uploads/2023/11/Mask-Group-720.png');
    background-size: 200%;
    background-repeat: no-repeat;
    margin-top: -110px;
    padding: 120px 20px 0;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .panel__info {
    margin-top: -70px;
    padding-top: 100px;
  }
}
@media only screen and (max-width: 450px) {
  .panel__info {
    margin-top: -50px;
    padding-top: 70px;
  }
}
.panel__info-pattern {
  position: absolute;
  inset: 0;
  z-index: -1;
}
@media only screen and (max-width: 899px) {
  .panel__info-pattern {
    display: none;
  }
}
.panel__info-pattern img {
  width: 100%;
}
.panel__info-category {
  display: none;
  font-family: "calluna", serif;
  font-weight: 600;
  font-style: italic;
  font-weight: 500;
  font-size: calc(0.94rem * var(--text-multiplier));
  line-height: calc(1.22rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .panel__info-category {
    font-size: 20px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .panel__info-category {
    display: block;
    margin-bottom: 0px;
  }
}
.panel__info-title {
  display: none;
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(3rem * var(--text-multiplier));
  line-height: calc(3.2800000000000002rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .panel__info-title {
    font-size: 64px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .panel__info-title {
    grid-column: 1 / span 10;
    color: #25384A;
    display: block;
    font-size: 50px;
    bottom: 50px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .panel__info-title {
    font-size: 38px;
  }
}
.panel__info-images {
  grid-column: 2 / span 16;
  grid-row: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 5rem;
}
@media only screen and (max-width: 899px) {
  .panel__info-images {
    grid-column: 1 / span 10;
    margin-top: 70px;
    gap: 10px;
    justify-content: center;
  }
}
@media only screen and (max-width: 600px) {
  .panel__info-images {
    margin-top: 50px;
  }
}
.panel__info-images a {
  text-decoration: none;
  color: #25384a;
  font-size: calc(0.705rem * var(--text-multiplier));
  line-height: calc(0.985rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .panel__info-images a {
    font-size: 15px;
    line-height: 1.1;
  }
}
.panel__info-images .image {
  width: 18rem;
  height: 13rem;
  border-radius: 0.3rem;
}
@media only screen and (max-width: 899px) {
  .panel__info-images .image {
    width: 48%;
    height: auto;
    border-radius: 5px;
  }
}
.panel__info-images .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.panel__info-text {
  grid-column: 3 / span 4;
}
@media only screen and (max-width: 899px) {
  .panel__info-text {
    margin-top: 50px;
  }
}
.panel__info-excerpt {
  padding: 0 1rem;
}
@media only screen and (max-width: 899px) {
  .panel__info-excerpt {
    grid-column: 1 / span 10;
    margin-top: 50px;
  }
}
.panel__info-excerpt p {
  font-size: calc(1.125rem * var(--text-multiplier));
  line-height: calc(1.405rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .panel__info-excerpt p {
    font-size: 24px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 600px) {
  .panel__info-excerpt p {
    font-size: 18px;
    max-width: 95%;
    letter-spacing: 1px;
  }
}
.panel__info-link {
  grid-column: 3 / span 4;
  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));
  background-color: #25384A;
  color: #DACEC5;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  width: fit-content;
  font-weight: 600;
}
@media only screen and (max-width: 899px) {
  .panel__info-link {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .panel__info-link {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.panel__info-link:hover {
  background-color: #535F6D;
  color: #EBE6E2;
}
@media only screen and (max-width: 899px) {
  .panel__info-link {
    display: none;
  }
}
.panel__info-link:hover,
.panel__info-link:focus,
.panel__info-link :active {
  color: #dacec5;
  outline: none;
}
.panel__info-description {
  grid-column: 9 / span 6;
  margin-top: 1rem;
}
@media only screen and (max-width: 899px) {
  .panel__info-description {
    grid-column: 1 / span 10;
    margin-top: 30px;
  }
}
.panel__info-description p {
  font-size: calc(0.8rem * var(--text-multiplier));
  line-height: calc(1.08rem * var(--text-multiplier));
  line-height: 1.2rem;
}
@media only screen and (max-width: 899px) {
  .panel__info-description p {
    font-size: 17px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 600px) {
  .panel__info-description p {
    font-size: 16px;
    line-height: 1.4;
    max-width: 95%;
    letter-spacing: 1px;
  }
}
.panel__section {
  text-align: center;
  padding: 4.7rem 0;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .panel__section {
    margin: 60px 0 60px;
    padding: 0;
  }
}
.panel__section p {
  text-transform: uppercase;
  font-size: calc(0.705rem * var(--text-multiplier));
  line-height: calc(0.985rem * var(--text-multiplier));
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.15rem;
  margin: 0;
}
@media only screen and (max-width: 899px) {
  .panel__section p {
    font-size: 15px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 600px) {
  .panel__section p {
    font-size: 12px;
    letter-spacing: 2px;
  }
}
.panel__pieces {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0 1rem;
}
@media only screen and (max-width: 899px) {
  .panel__pieces {
    gap: 50px 20px;
  }
}
.panel__pieces .piece {
  width: 19.35rem;
  text-decoration: none;
}
@media only screen and (max-width: 899px) {
  .panel__pieces .piece {
    width: 46.8%;
  }
}
@media only screen and (max-width: 600px) {
  .panel__pieces .piece {
    width: 100%;
  }
}
.panel__pieces .piece:hover .piece__image img {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}
.panel__pieces .piece__image {
  background-color: #F5F5F5;
  border: 0.05rem solid #DACEC5;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  height: 24rem;
  width: 18.5rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 899px) {
  .panel__pieces .piece__image {
    border-radius: 5px;
    margin-bottom: 20px;
    height: 200px;
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .panel__pieces .piece__image {
    height: 250px;
  }
}
.panel__pieces .piece__image img {
  width: 80%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.panel__pieces .piece__collection {
  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;
  color: #25384A;
}
@media only screen and (max-width: 899px) {
  .panel__pieces .piece__collection {
    font-size: 16px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 600px) {
  .panel__pieces .piece__collection {
    display: none;
  }
}
.panel__pieces .piece__name {
  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;
  color: #25384A;
}
@media only screen and (max-width: 899px) {
  .panel__pieces .piece__name {
    font-size: 24px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 600px) {
  .panel__pieces .piece__name {
    font-size: 20px;
  }
}
.fancybox-container .fancybox-content {
  width: 70%;
}
