@font-face {
  font-family: "Bodoni 72";
  src: url("../fonts/BodoniSvtyTwoITCTT-Book.eot");
  src: url("../fonts/BodoniSvtyTwoITCTT-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/BodoniSvtyTwoITCTT-Book.woff2") format("woff2"), url("../fonts/BodoniSvtyTwoITCTT-Book.woff") format("woff"), url("../fonts/BodoniSvtyTwoITCTT-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bodoni 72 Oldstyle";
  src: url("../fonts/BodoniSvtyTwoOSITCTT-Book.eot");
  src: url("../fonts/BodoniSvtyTwoOSITCTT-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/BodoniSvtyTwoOSITCTT-Book.woff2") format("woff2"), url("../fonts/BodoniSvtyTwoOSITCTT-Book.woff") format("woff"), url("../fonts/BodoniSvtyTwoOSITCTT-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Consultant";
  src: url("../fonts/ConsultantRegular.eot");
  src: url("../fonts/ConsultantRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/ConsultantRegular.woff2") format("woff2"), url("../fonts/ConsultantRegular.woff") format("woff"), url("../fonts/ConsultantRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Light.eot");
  src: url("../fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Light.woff2") format("woff2"), url("../fonts/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBold.eot");
  src: url("../fonts/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff"), url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.products {
  min-height: 100vh;
}
.products-header {
  position: relative;
  padding: 100px 5%;
}
.products-header em {
  color: black;
}
.products-header p, .products-header code {
  color: white;
}
.products-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 5%;
  position: relative;
  gap: 2em;
  padding-bottom: 2em;
}
.products-list::before {
  top: 0;
  background-image: url("../icons/productsB.webp");
  height: 100%;
  content: "";
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.products-item {
  display: flex;
  width: 100%;
  max-height: 55vh;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.products-item-text {
  width: 60%;
  background: white;
  padding: 2em 5%;
  position: relative;
  z-index: 2;
}
.products-item-text strong {
  color: #AC9A4F;
}
.products-item-image {
  height: 100%;
  width: calc(40% + 1em);
  position: relative;
  left: -1em;
}
.products-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products-item:hover {
  color: #4A3962;
  text-decoration: none;
}
.products-item-pair {
  flex-direction: row-reverse;
}
.products-item-pair .products-item-image {
  left: 0;
}
.products-item-pair .products-item-text {
  box-shadow: none !important;
  background: none;
}
.products::before {
  content: "";
  height: 100vh;
  width: 100%;
  position: absolute;
  background: #C1A282;
  z-index: 0;
}
.products::after {
  content: "";
  width: 50%;
  position: absolute;
  top: 0;
  z-index: 1;
  background-image: url(../icons/aboutB.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  aspect-ratio: 329/324;
  transform: rotate(90deg);
  right: 0;
}
.products-popup {
  display: flex;
  width: 30%;
  border-radius: 1em;
  background-color: #FAE8D5;
  position: fixed;
  flex-direction: column;
  bottom: 1em;
  left: 1em;
  z-index: 10000;
  padding: 1em;
  gap: 1em;
  opacity: 1;
  transition: all ease-in 0.4s;
}
.products-popup p {
  font-size: 14px;
  font-family: "Open Sans", "Roboto", "Helvetica Neue", "Arial", "sans-serif";
}
.products-popup a {
  text-decoration: underline;
}
.products-popup a:hover {
  color: #AC9A4F;
}
.products-popup button {
  font-size: 14px;
  background: #AC9A4F;
  border-radius: 0.5em;
  padding: 0.35em 1em;
  color: white;
  font-family: "Open Sans", "Roboto", "Helvetica Neue", "Arial", "sans-serif";
  width: fit-content;
}
.products-popup .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.75em;
}
.products-popup.hidden {
  opacity: 0;
}
@media screen and (max-width: 993px) {
  .products-header {
    text-align: center;
  }
  .products-list {
    gap: 1em;
  }
  .products-item {
    flex-direction: column;
    max-height: 80vh;
  }
  .products-item-text {
    width: 100%;
    text-align: center;
  }
  .products-item-image {
    left: 0;
    height: 50%;
    width: 100%;
  }
  .products-popup {
    width: 50%;
  }
}
@media screen and (max-width: 993px) and (max-width: 749px) {
  .products-popup {
    width: 75%;
  }
}