@media screen and (max-width: 781px) {
  .hero-section {
    padding-top: 44px !important;
    padding-bottom: 30px !important;
  }
}
.hero-section .small-title {
  font-family: var(--wp--preset--font-family--cormorant-garamond);
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 1.96px;
}
@media screen and (max-width: 781px) {
  .hero-section .small-title {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 1.4px;
  }
}
.hero-section .wp-block-heading {
  font-size: 88px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 781px) {
  .hero-section .wp-block-heading {
    font-size: 42px;
  }
}
.hero-section .wp-block-separator {
  width: 130px;
  margin: 45px auto 42px;
}
@media screen and (max-width: 781px) {
  .hero-section .wp-block-separator {
    margin: 30px auto;
  }
}
.hero-section p {
  max-width: 650px;
  margin-left: 0;
  margin-right: 0;
  font-size: 20px;
  line-height: 30px;
}
@media screen and (max-width: 781px) {
  .hero-section p {
    font-size: 13px;
    line-height: 20.6px;
  }
}
@media screen and (max-width: 500px) {
  .hero-section p {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

.related-category-section {
  overflow: hidden;
}
@media screen and (max-width: 781px) {
  .related-category-section.child-category {
    padding-top: 56px !important;
    padding-bottom: 52px !important;
  }
}
.related-category-section.child-category .product-category-container {
  margin-top: 45px !important;
}
@media screen and (max-width: 781px) {
  .related-category-section.child-category .product-category-container {
    margin-top: 33px !important;
  }
}
@media screen and (max-width: 781px) {
  .related-category-section {
    padding-top: 25px !important;
    padding-bottom: 55px !important;
  }
}
.related-category-section .wp-block-heading {
  font-size: 54px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 781px) {
  .related-category-section .wp-block-heading {
    font-size: 30px;
  }
}
.related-category-section .product-category-container {
  position: relative;
  padding-bottom: 130px;
  overflow: visible;
  margin-top: 86px;
  margin-top: 0;
  padding-bottom: 105px;
}
@media screen and (max-width: 781px) {
  .related-category-section .product-category-container {
    margin-top: 50px;
    padding-bottom: 78px;
    margin-left: -16px !important;
    margin-right: -16px !important;
  }
}
.related-category-section .product-category-container .swiper-wrapper {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 781px) {
  .related-category-section .product-category-container .category-item.swiper-slide-active .category-content {
    display: block !important;
  }
}
.related-category-section .product-category-container .category-item .category-card {
  position: relative;
  height: 100%;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.related-category-section .product-category-container .category-item .category-card:hover .category-content {
  display: block;
}
.related-category-section .product-category-container .category-item .category-card .category-image {
  height: 620px;
  width: 100%;
  overflow: hidden;
}
.related-category-section .product-category-container .category-item .category-card .category-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}
@media screen and (max-width: 781px) {
  .related-category-section .product-category-container .category-item .category-card .category-image {
    height: 310px;
  }
}
.related-category-section .product-category-container .category-item .category-card .category-content {
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--wp--preset--color--custom-white);
  padding: 30px 46px 50px;
  z-index: 10;
  min-width: 80%;
  display: none;
}
@media screen and (max-width: 781px) {
  .related-category-section .product-category-container .category-item .category-card .category-content {
    padding: 25px 16px 35px;
  }
}
.related-category-section .product-category-container .category-item .category-card .category-content .category-title {
  color: #333;
  font-size: 46px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 781px) {
  .related-category-section .product-category-container .category-item .category-card .category-content .category-title {
    font-size: 27px;
  }
}
.related-category-section .product-category-container .category-item .category-card .category-content .category-link {
  margin-top: 20px;
  text-transform: uppercase;
  color: var(--wp--preset--color--custom-text-gray);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
@media screen and (max-width: 781px) {
  .related-category-section .product-category-container .category-item .category-card .category-content .category-link {
    font-size: 13px;
    letter-spacing: 1.3px;
  }
}
.related-category-section .product-category-container .category-item .category-card .category-content .category-link:after {
  content: "";
  width: 20px;
  height: 20px;
  margin-left: 20px;
  display: inline-block;
  background: url("../svg/dark-arrow-right.svg");
}
@media screen and (max-width: 781px) {
  .related-category-section .product-category-container .category-item .category-card .category-content .category-link:after {
    width: 16px;
    height: 16px;
    margin-left: 13px;
    background-size: 16px;
  }
}
.related-category-section .product-category-container .category-item .category-card .category-content .category-link:hover {
  text-decoration: underline;
}
.related-category-section .product-category-container .category-item .category-card:hover .category-image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.related-category-section .product-category-container .swiper-pagination {
  bottom: 3px !important;
  left: 0 !important;
  color: var(--wp--preset--color--custom-text-gray);
  font-family: var(--wp--preset--font-family--cormorant-garamond);
  font-size: 26px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: 0.78px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
@media screen and (max-width: 781px) {
  .related-category-section .product-category-container .swiper-pagination {
    font-size: 18px;
    letter-spacing: 0.54px;
    bottom: -5px !important;
    margin: 0 16px;
  }
}
.related-category-section .product-category-container .swiper-pagination .swiper-pagination-current:before {
  content: "0";
}
.related-category-section .product-category-container .swiper-pagination .swiper-pagination-total:before {
  content: "0";
}
.related-category-section .product-category-container .swiper-scrollbar {
  position: absolute;
  bottom: 27px;
  left: 146px;
  width: 50%;
  height: 1px !important;
  background: #e0e0e0 !important;
}
@media screen and (max-width: 781px) {
  .related-category-section .product-category-container .swiper-scrollbar {
    left: 74px;
    bottom: 19px;
    width: 42%;
    margin: 0 16px;
  }
}
.related-category-section .product-category-container .swiper-scrollbar .swiper-scrollbar-drag {
  background: #8b8334 !important;
  height: 1px;
}
.related-category-section .product-category-container .swiper-button-prev,
.related-category-section .product-category-container .swiper-button-next {
  top: auto;
  bottom: 0;
  width: 55px;
  height: 55px;
  border: 1px solid var(--wp--preset--color--custom-golden);
  margin: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: none;
  transition: none;
}
@media screen and (max-width: 781px) {
  .related-category-section .product-category-container .swiper-button-prev,
.related-category-section .product-category-container .swiper-button-next {
    width: 38px;
    height: 38px;
    margin: 0 16px;
  }
}
.related-category-section .product-category-container .swiper-button-prev:hover,
.related-category-section .product-category-container .swiper-button-next:hover {
  background-color: var(--wp--preset--color--custom-golden);
}
.related-category-section .product-category-container .swiper-button-prev:after,
.related-category-section .product-category-container .swiper-button-next:after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
}
@media screen and (max-width: 781px) {
  .related-category-section .product-category-container .swiper-button-prev:after,
.related-category-section .product-category-container .swiper-button-next:after {
    width: 15px;
    height: 15px;
    background-size: 15px !important;
  }
}
.related-category-section .product-category-container .swiper-button-prev {
  right: 54px;
  left: auto;
  border-radius: 6px 0 0 6px;
}
@media screen and (max-width: 781px) {
  .related-category-section .product-category-container .swiper-button-prev {
    right: 37px;
    border-radius: 5px 0 0 5px;
  }
}
.related-category-section .product-category-container .swiper-button-prev:after {
  background: url("../svg/gold-arrow-left.svg");
}
.related-category-section .product-category-container .swiper-button-prev:hover:after {
  background: url("../svg/white-arrow-left.svg");
}
.related-category-section .product-category-container .swiper-button-next {
  right: 0;
  border-radius: 0 6px 6px 0;
}
@media screen and (max-width: 781px) {
  .related-category-section .product-category-container .swiper-button-next {
    border-radius: 0 5px 5px 0;
  }
}
.related-category-section .product-category-container .swiper-button-next:after {
  background: url("../svg/gold-arrow-right.svg");
}
.related-category-section .product-category-container .swiper-button-next:hover {
  background-color: var(--wp--preset--color--custom-golden);
}
.related-category-section .product-category-container .swiper-button-next:hover:after {
  background: url("../svg/white-arrow-right.svg");
}
@media screen and (max-width: 781px) {
  .related-category-section .product-category-container {
    margin-top: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.related-category-section .product-category-container br {
  display: none;
}
.related-category-section .product-category-container p {
  margin: 0;
}
@media screen and (max-width: 781px) {
  .related-category-section .product-category-container .category-item.swiper-slide-active .category-link {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (max-width: 781px) {
  .related-category-section .product-category-container .category-item.swiper-slide-active .category-content {
    background: var(--wp--preset--color--custom-white) !important;
  }
  .related-category-section .product-category-container .category-item.swiper-slide-active .category-content .category-title {
    color: #333 !important;
  }
}
.related-category-section .product-category-container .category-item .category-card {
  position: relative;
  height: 100%;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  overflow: hidden;
}
.related-category-section .product-category-container .category-item .category-card .category-image {
  aspect-ratio: 560/476;
  height: auto;
}
@media screen and (max-width: 781px) {
  .related-category-section .product-category-container .category-item .category-card .category-image {
    aspect-ratio: 360/310;
  }
}
.related-category-section .product-category-container .category-item .category-card:hover .category-link {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.related-category-section .product-category-container .category-item .category-card:hover .category-content {
  background: var(--wp--preset--color--custom-white);
}
.related-category-section .product-category-container .category-item .category-card:hover .category-content:after {
  display: none;
}
.related-category-section .product-category-container .category-item .category-card:hover .category-content .category-title {
  color: #333;
}
.related-category-section .product-category-container .category-item .category-card .category-content {
  position: absolute;
  bottom: 0;
  left: 0;
  background: none;
  padding: 30px 36px 40px;
  display: block;
}
@media screen and (max-width: 781px) {
  .related-category-section .product-category-container .category-item .category-card .category-content {
    padding: 25px 16px 35px;
  }
}
.related-category-section .product-category-container .category-item .category-card .category-content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 1000%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5.12%, rgba(42, 42, 42, 0)), to(rgba(0, 0, 0, 0.74)));
  background: linear-gradient(180deg, rgba(42, 42, 42, 0) 5.12%, rgba(0, 0, 0, 0.74) 100%);
}
@media screen and (max-width: 781px) {
  .related-category-section .product-category-container .category-item .category-card .category-content:after {
    display: none;
  }
}
.related-category-section .product-category-container .category-item .category-card .category-content .category-title {
  color: #fff;
  font-size: 30px;
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 781px) {
  .related-category-section .product-category-container .category-item .category-card .category-content .category-title {
    font-size: 27px;
  }
}
.related-category-section .product-category-container .category-item .category-card .category-content .category-link {
  margin-top: 20px;
  display: none;
}
@media screen and (max-width: 781px) {
  .related-category-section .product-category-container .swiper-pagination {
    margin: 0;
  }
}
@media screen and (max-width: 781px) {
  .related-category-section .product-category-container .swiper-scrollbar {
    margin: 0;
  }
}
@media screen and (max-width: 781px) {
  .related-category-section .product-category-container .swiper-button-prev,
.related-category-section .product-category-container .swiper-button-next {
    margin: 0;
  }
}

.related-product-section {
  overflow: hidden;
}
@media screen and (max-width: 781px) {
  .related-product-section {
    padding-top: 58px !important;
    padding-bottom: 30px !important;
  }
}
.related-product-section .wp-block-heading {
  font-size: 54px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 781px) {
  .related-product-section .wp-block-heading {
    font-size: 30px;
  }
}
.related-product-section .related-product-container {
  position: relative;
  padding-bottom: 105px;
  overflow: visible;
  margin-top: 40px;
}
@media screen and (max-width: 781px) {
  .related-product-section .related-product-container {
    margin-top: 32px;
    padding-bottom: 70px;
  }
}
.related-product-section .related-product-container br {
  display: none;
}
.related-product-section .related-product-container p {
  margin: 0;
}
.related-product-section .related-product-container .swiper-wrapper {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.related-product-section .related-product-container .product-card {
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: auto;
}
.related-product-section .related-product-container .product-card:hover {
  -webkit-box-shadow: 2px 4px 14px rgba(0, 0, 0, 0.06);
          box-shadow: 2px 4px 14px rgba(0, 0, 0, 0.06);
}
.related-product-section .related-product-container .product-card:hover .card-image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.related-product-section .related-product-container .product-card .card-image {
  overflow: hidden;
}
.related-product-section .related-product-container .product-card .card-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 560/400;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.related-product-section .related-product-container .product-card .card-content {
  padding: 35px 32px 32px;
}
@media screen and (max-width: 781px) {
  .related-product-section .related-product-container .product-card .card-content {
    padding: 24px 20px 21px;
  }
}
.related-product-section .related-product-container .product-card .card-content .card-category {
  color: #353535;
  font-size: 13px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 6px;
  display: block;
}
@media screen and (max-width: 781px) {
  .related-product-section .related-product-container .product-card .card-content .card-category {
    font-size: 10px;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
}
.related-product-section .related-product-container .product-card .card-content .card-title {
  margin: 0 0 10px 0;
}
@media screen and (max-width: 781px) {
  .related-product-section .related-product-container .product-card .card-content .card-title {
    margin-bottom: 16px;
  }
}
.related-product-section .related-product-container .product-card .card-content .card-title a {
  font-family: inherit;
  text-decoration: none;
  color: var(--wp--preset--color--custom-text-gray);
  font-size: 35px;
  line-height: 1;
}
@media screen and (max-width: 781px) {
  .related-product-section .related-product-container .product-card .card-content .card-title a {
    font-size: 22px;
  }
}
.related-product-section .related-product-container .product-card .card-content .card-title a:hover {
  text-decoration: underline;
}
.related-product-section .related-product-container .product-card .card-content .card-description {
  color: #818181;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 55px;
  overflow: hidden;
}
@media screen and (max-width: 781px) {
  .related-product-section .related-product-container .product-card .card-content .card-description {
    margin-bottom: 35px;
    font-size: 11px;
    line-height: 16.7px;
  }
}
.related-product-section .related-product-container .product-card .card-content .card-tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 781px) {
  .related-product-section .related-product-container .product-card .card-content .card-tags {
    gap: 7px;
  }
}
.related-product-section .related-product-container .product-card .card-content .card-tags li {
  color: #353535;
  background-color: #F4F2E9;
  font-size: 13px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border: 1px solid #C8C3AA;
  padding: 5px 10px;
  border-radius: 20px;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (max-width: 781px) {
  .related-product-section .related-product-container .product-card .card-content .card-tags li {
    font-size: 10px;
    letter-spacing: 1px;
    padding: 5px 7px;
  }
}
.related-product-section .related-product-container .swiper-pagination {
  bottom: 3px !important;
  left: 0 !important;
  color: var(--wp--preset--color--custom-text-gray);
  font-family: var(--wp--preset--font-family--cormorant-garamond);
  font-size: 26px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: 0.78px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
@media screen and (max-width: 781px) {
  .related-product-section .related-product-container .swiper-pagination {
    font-size: 18px;
    letter-spacing: 0.54px;
    bottom: -5px !important;
    margin: 0 16px;
  }
}
.related-product-section .related-product-container .swiper-pagination .swiper-pagination-current:before {
  content: "0";
}
.related-product-section .related-product-container .swiper-pagination .swiper-pagination-total:before {
  content: "0";
}
.related-product-section .related-product-container .swiper-scrollbar {
  position: absolute;
  bottom: 27px;
  left: 146px;
  width: 50%;
  height: 1px !important;
  background: #e0e0e0 !important;
}
@media screen and (max-width: 781px) {
  .related-product-section .related-product-container .swiper-scrollbar {
    left: 74px;
    bottom: 19px;
    width: 42%;
    margin: 0 16px;
  }
}
.related-product-section .related-product-container .swiper-scrollbar .swiper-scrollbar-drag {
  background: #8b8334 !important;
  height: 1px;
}
.related-product-section .related-product-container .swiper-button-prev,
.related-product-section .related-product-container .swiper-button-next {
  top: auto;
  bottom: 0;
  width: 55px;
  height: 55px;
  border: 1px solid var(--wp--preset--color--custom-golden);
  margin: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: none;
  transition: none;
}
@media screen and (max-width: 781px) {
  .related-product-section .related-product-container .swiper-button-prev,
.related-product-section .related-product-container .swiper-button-next {
    width: 38px;
    height: 38px;
    margin: 0 16px;
  }
}
.related-product-section .related-product-container .swiper-button-prev:hover,
.related-product-section .related-product-container .swiper-button-next:hover {
  background-color: var(--wp--preset--color--custom-golden);
}
.related-product-section .related-product-container .swiper-button-prev:after,
.related-product-section .related-product-container .swiper-button-next:after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
}
@media screen and (max-width: 781px) {
  .related-product-section .related-product-container .swiper-button-prev:after,
.related-product-section .related-product-container .swiper-button-next:after {
    width: 15px;
    height: 15px;
    background-size: 15px !important;
  }
}
.related-product-section .related-product-container .swiper-button-prev {
  right: 54px;
  left: auto;
  border-radius: 6px 0 0 6px;
}
@media screen and (max-width: 781px) {
  .related-product-section .related-product-container .swiper-button-prev {
    right: 37px;
    border-radius: 5px 0 0 5px;
  }
}
.related-product-section .related-product-container .swiper-button-prev:after {
  background: url("../svg/gold-arrow-left.svg");
}
.related-product-section .related-product-container .swiper-button-prev:hover:after {
  background: url("../svg/white-arrow-left.svg");
}
.related-product-section .related-product-container .swiper-button-next {
  right: 0;
  border-radius: 0 6px 6px 0;
}
@media screen and (max-width: 781px) {
  .related-product-section .related-product-container .swiper-button-next {
    border-radius: 0 5px 5px 0;
  }
}
.related-product-section .related-product-container .swiper-button-next:after {
  background: url("../svg/gold-arrow-right.svg");
}
.related-product-section .related-product-container .swiper-button-next:hover {
  background-color: var(--wp--preset--color--custom-golden);
}
.related-product-section .related-product-container .swiper-button-next:hover:after {
  background: url("../svg/white-arrow-right.svg");
}
@media screen and (max-width: 781px) {
  .related-product-section .related-product-container .swiper-pagination {
    margin: 0;
  }
}
@media screen and (max-width: 781px) {
  .related-product-section .related-product-container .swiper-scrollbar {
    margin: 0;
  }
}
@media screen and (max-width: 781px) {
  .related-product-section .related-product-container .swiper-button-prev,
.related-product-section .related-product-container .swiper-button-next {
    margin: 0;
  }
}
/*# sourceMappingURL=our-products-page.css.map */
