@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;
}
.product-info {
  height: 100vh;
  padding: 0 5%;
  padding-top: 100px;
  display: flex;
  gap: 1em;
  background-color: #FFF5EB;
  justify-content: center;
}
.product-info::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../icons/productB.webp");
  background-size: 100%;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  z-index: 0;
}
.product-info-text {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  padding-bottom: 3em;
  justify-content: center;
  position: relative;
  width: 50%;
}
.product-info-text-name strong {
  color: #AC9A4F;
}
.product-info-text-materials strong {
  font-family: "Open Sans", "Roboto", "Helvetica Neue", "Arial", "sans-serif";
}
.product-info-text-materials li {
  font-family: "Open Sans", "Roboto", "Helvetica Neue", "Arial", "sans-serif";
  font-size: 14px;
}
.product-info-text-pieces {
  color: #AC9A4F;
}
.product-info-text-pieces .ofusqued {
  cursor: pointer;
  transition: all ease-in 0.2s;
}
.product-info-text-pieces .ofusqued:hover {
  color: #4A3962;
}
.product-info-image {
  width: 50%;
  aspect-ratio: 1/1;
  object-fit: cover;
  max-height: 80vh;
  position: relative;
}
.product-gallery {
  background: url("../icons/galleryB.webp");
  background-size: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 40vh;
  padding: 2em 5%;
  row-gap: 2em;
  column-gap: 2em;
}
.product-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-gallery-1 {
  grid-column: auto/span 2;
  grid-row: auto/span 2;
  aspect-ratio: auto;
  max-height: calc(80vh + 2em);
}
.product-gallery-2, .product-gallery-3 {
  grid-column: auto/span 1;
  grid-row: auto/span 1;
  height: 40vh;
}
.product-gallery-4 {
  grid-column: auto/span 2;
  grid-row: auto/span 1;
  height: 40vh;
}
.product-similars {
  padding-bottom: 3em;
}
.product-similars-text {
  text-align: center;
  padding: 1em 5%;
}
.product-similars-carousel {
  width: 80%;
  margin: auto;
  display: flex;
  flex-direction: column-reverse;
}
.product-similars-carousel .splide__arrow {
  position: relative;
  transform: none;
  left: 0;
  right: 0;
  background: #AC9A4F;
}
.product-similars-carousel .splide__arrow svg {
  fill: white;
}
.product-similars-carousel .splide__arrows {
  display: flex;
  gap: 0.5em;
  justify-content: center;
  padding: 0.5em;
}
.product-similars-item img {
  aspect-ratio: 1/1;
  width: 100%;
  object-fit: cover;
}
.product-similars-item-text {
  padding: 1em;
  text-align: center;
  font-family: "Bodoni 72", "Roboto", "Helvetica Neue", "Arial", "sans-serif";
}
.product-similars-item:hover {
  color: #4A3962;
  text-decoration: none;
}
.product-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;
}
.product-popup p {
  font-size: 14px;
  font-family: "Open Sans", "Roboto", "Helvetica Neue", "Arial", "sans-serif";
}
.product-popup a {
  text-decoration: underline;
}
.product-popup a:hover {
  color: #AC9A4F;
}
.product-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;
}
.product-popup .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.75em;
}
.product-popup.hidden {
  opacity: 0;
}
@media screen and (max-width: 993px) {
  .product-info {
    height: auto;
    flex-direction: column-reverse;
    gap: 0;
  }
  .product-info-text {
    width: 100%;
    text-align: center;
    padding-bottom: 1em;
  }
  .product-info-text .c-button {
    margin: auto;
  }
  .product-info-image {
    width: 100%;
  }
  .product-gallery {
    column-gap: 1em;
    row-gap: 1em;
  }
  .product-gallery-1 {
    aspect-ratio: 1/1;
  }
  .product-gallery-2 {
    grid-column: auto/span 2;
    grid-row: auto/span 2;
  }
  .product-gallery-3, .product-gallery-4 {
    grid-row: auto/span 1;
    grid-column: auto/span 4;
    aspect-ratio: auto;
  }
  .product code {
    line-height: 1;
  }
  .product-popup {
    width: 50%;
  }
}
@media screen and (max-width: 993px) and (max-width: 749px) {
  .product-popup {
    width: 75%;
  }
}