@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-products {
  display: flex;
  padding: 32px 0 48px;
  gap: 32px;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  body .image-products {
    padding: 32px 0;
    flex-direction: column;
  }
}
body .image-products > * {
  flex: 1;
}
body .image-products .content {
  max-width: calc(50% - 16px);
}
@media only screen and (max-width: 767px) {
  body .image-products .content {
    max-width: 100%;
  }
}
body .image-products .position-right {
  order: 1;
}
@media only screen and (max-width: 767px) {
  body .image-products .position-right {
    order: -1;
  }
}
body .image-products .position-right figure {
  margin-left: auto;
}
body .image-products figure {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: fit-content;
}
body .image-products figure img {
  max-width: 475px;
  aspect-ratio: 475/594;
  object-fit: cover;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  body .image-products figure img {
    max-width: 100%;
  }
}
body .image-products 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-products .products {
  display: block;
  margin-top: 52px;
}
body .image-products .products .product__image {
  margin-bottom: 18px;
  aspect-ratio: initial;
}
body .image-products .content .title {
  font-family: var(--wp--preset--font-family--adobe-garamond);
  font-weight: 400;
  font-size: 32px;
  line-height: 50px;
  margin: -5px 0 18px;
}
body .image-products .content .description {
  font-family: var(--wp--preset--font-family--adobe-garamond);
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  max-width: 481px;
}
body .image-products.layout--products-one figure img {
  max-width: 576px;
  aspect-ratio: 576/711;
  min-height: 711px;
}
@media only screen and (max-width: 767px) {
  body .image-products.layout--products-one figure img {
    min-height: auto;
  }
}
body .image-products.layout--products-one figure .caption {
  max-width: 475px;
}
body .image-products.layout--products-one .content {
  max-width: 40%;
}
@media only screen and (max-width: 767px) {
  body .image-products.layout--products-one .content {
    max-width: 100%;
  }
}
body .image-products.layout--products-one .content .title {
  margin-top: 6px;
}
body .image-products.layout--products-one .content figure img {
  min-height: auto;
}
body .image-products.layout--products-one .products {
  max-width: 272px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 67px;
}

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