.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);
    padding: 0 20px;
    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.71rem * var(--text-multiplier));
  line-height: calc(0.99rem * 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: 500;
  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: 500;
  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;
}
@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;
}
.hr {
  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;
  padding: 10rem 0;
}
@media only screen and (max-width: 899px) {
  .hr {
    grid-template-columns: repeat(10, 1fr);
    padding: 0 20px;
    gap: 2rem;
  }
}
@media only screen and (max-width: 899px) {
  .hr {
    padding: 100px 15px 0;
    background-image: url('/wp-content/uploads/2023/12/home-retail-pattern.png');
    background-size: 200%;
    background-repeat: no-repeat;
  }
}
.hr__pattern {
  position: absolute;
  inset: 0;
  z-index: -1;
}
@media only screen and (max-width: 899px) {
  .hr__pattern {
    display: none;
  }
}
.hr__pattern img {
  width: 100%;
}
.hr__image {
  grid-column: 4 / span 6;
  max-width: 30.5rem;
  height: 22rem;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .hr__image {
    grid-column: 1 / span 10;
    max-width: 100%;
    height: 330px;
  }
}
.hr__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}
@media only screen and (max-width: 899px) {
  .hr__image img {
    border-radius: 5px;
  }
}
.hr__image::before {
  content: "";
  position: absolute;
  left: -2rem;
  bottom: -2rem;
  width: 6rem;
  height: 15rem;
  border: 1rem solid #C68945;
  border-top: none;
  border-right: none;
  border-radius: 0 0 0 3rem;
}
@media only screen and (max-width: 899px) {
  .hr__image::before {
    display: none;
  }
}
.hr__text {
  width: 32rem;
  grid-column: 11 / span 5;
  align-self: center;
}
@media only screen and (max-width: 899px) {
  .hr__text {
    width: 100%;
    grid-column: 1 / span 10;
    margin-top: 20px;
  }
}
.hr__text .sectionName {
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(0.71rem * var(--text-multiplier));
  line-height: calc(0.99rem * var(--text-multiplier));
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media only screen and (max-width: 899px) {
  .hr__text .sectionName {
    font-size: 15px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .hr__text .sectionName {
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 600px) {
  .hr__text .sectionName {
    font-size: 12px;
  }
}
.hr__text .title {
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(1.69rem * var(--text-multiplier));
  line-height: calc(1.97rem * var(--text-multiplier));
  letter-spacing: 0.1rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  max-width: 30rem;
}
@media only screen and (max-width: 899px) {
  .hr__text .title {
    font-size: 35px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .hr__text .title {
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 20px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .hr__text .title {
    font-size: 28px;
  }
}
.hr__text .description {
  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) {
  .hr__text .description {
    font-size: 17px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .hr__text .description {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 600px) {
  .hr__text .description {
    font-size: 15px;
    max-width: 96%;
  }
}
.hr__text .button {
  display: block;
  margin-top: 2rem;
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 500;
  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) {
  .hr__text .button {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .hr__text .button {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.hr__text .button:hover {
  background-color: #535F6D;
  color: #EBE6E2;
}
@media only screen and (max-width: 899px) {
  .hr__text .button {
    margin-top: 30px;
  }
}
.hr__stores {
  margin-top: 6rem;
  grid-column: 4 / span 12;
}
@media only screen and (max-width: 899px) {
  .hr__stores {
    grid-column: 1 / span 10;
    margin-top: 50px;
  }
}
.hr__stores .subtitle {
  text-align: center;
  font-size: calc(0.71rem * var(--text-multiplier));
  line-height: calc(0.99rem * var(--text-multiplier));
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
@media only screen and (max-width: 899px) {
  .hr__stores .subtitle {
    font-size: 15px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .hr__stores .subtitle {
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 600px) {
  .hr__stores .subtitle {
    letter-spacing: 1px;
    font-size: 12px;
  }
}
.hr__stores-logos {
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media only screen and (max-width: 899px) {
  .hr__stores-logos {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}
.hr__stores-logos .logo {
  width: 15%;
  height: 3rem;
  margin-top: 3rem;
}
@media only screen and (max-width: 899px) {
  .hr__stores-logos .logo {
    width: 45%;
    height: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .hr__stores-logos .logo {
    width: 28%;
  }
}
.hr__stores-logos .logo:nth-of-type(2) {
  height: 2rem;
}
@media only screen and (max-width: 899px) {
  .hr__stores-logos .logo:nth-of-type(2) {
    height: 50px;
  }
}
.hr__stores-logos .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
