@font-face {
  font-family: "Adobe Garamond";
  src: url("../fonts/AdobeGaramond/EBGaramond-Regular.woff2") format("woff2"), url("../fonts/AdobeGaramond/EBGaramond-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Adobe Garamond";
  src: url("../fonts/AdobeGaramond/EBGaramond-Italic.woff2") format("woff2"), url("../fonts/AdobeGaramond/EBGaramond-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova/proxima_nova_light.woff2") format("woff2"), url("../fonts/ProximaNova/proxima_nova_light.woff2") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova/proxima_nova_regular.woff2") format("woff2"), url("../fonts/ProximaNova/proxima_nova_regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova/ProximaNova-Medium.woff2") format("woff2"), url("../fonts/ProximaNova/ProximaNova-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova/proxima_nova_bold.woff2") format("woff2"), url("../fonts/ProximaNova/proxima_nova_bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body .image-text {
  display: flex;
  padding: 32px 0;
  gap: 32px;
  justify-content: space-between;
  align-items: center;
  max-width: 983px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  body .image-text {
    flex-direction: column;
  }
}
body .image-text > * {
  flex: 1;
}
body .image-text .position-right {
  order: 1;
}
@media only screen and (max-width: 767px) {
  body .image-text .position-right {
    order: -1;
  }
}
body .image-text .position-right figure {
  margin-left: auto;
}
body .image-text figure {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: fit-content;
}
body .image-text figure img {
  max-width: 475px;
  aspect-ratio: 475/594;
  object-fit: cover;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  body .image-text figure img {
    max-width: 100%;
  }
}
body .image-text figure .caption {
  font-family: var(--wp--preset--font-family--proxima-nova);
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 5%;
  max-width: 475px;
}
body .image-text .products {
  display: block;
  margin-top: 52px;
}
body .image-text .products .product__image {
  margin-bottom: 18px;
  aspect-ratio: initial;
}
body .image-text .content .title {
  font-family: var(--wp--preset--font-family--adobe-garamond);
  color: #4C4C4A;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: -10px 0 48px;
  max-width: 356px;
}
@media only screen and (max-width: 767px) {
  body .image-text .content .title {
    max-width: 100%;
  }
}
body .image-text .content .description {
  font-family: var(--wp--preset--font-family--adobe-garamond);
  color: #4C4C4A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
  max-width: 375px;
}
@media only screen and (max-width: 767px) {
  body .image-text .content .description {
    max-width: 100%;
  }
}
body .image-text .position-left + .content .title {
  margin-left: auto;
  left: -20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  body .image-text .position-left + .content .title {
    left: auto;
  }
}
body .image-text .position-left + .content .description {
  margin-left: auto;
}

/*# sourceMappingURL=style.css.map */
