@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;
}
html .category-slider {
  padding: 48px 0;
}
@media only screen and (max-width: 767px) {
  html .category-slider {
    padding: 32px 0;
  }
}
html .category-slider .swiper-slide > a {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
html .category-slider .swiper-slide > a:hover figure img {
  scale: 1.05;
}
html .category-slider .swiper-slide figure {
  aspect-ratio: 162/197;
  background-color: #F3F3F3;
  overflow: hidden;
}
html .category-slider .swiper-slide figure img {
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
}
html .category-slider .swiper-slide h3 {
  color: var(--wp--preset--color--text-light);
  text-align: center;
  font-family: var(--wp--preset--font-family--proxima-nova);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  html .category-slider .swiper-navigation {
    display: none;
  }
}
html .categorySwiper:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
html .categorySwiper:not(.swiper-initialized) .swiper-slide {
  margin-right: 8px;
  flex-shrink: 1;
}
html .categorySwiper:not(.swiper-initialized) .swiper-slide img {
  width: 100%;
}
html .categorySwiper .swiper-pagination {
  display: none;
}
@media only screen and (max-width: 767px) {
  html .categorySwiper .swiper-pagination {
    display: block;
  }
}

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