.featured-products .featured-products-heading-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 575.98px) {
  .featured-products .featured-products-heading-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 7px;
  }
}
@media only screen and (max-width: 767.98px) {
  .featured-products .swiper {
    margin-right: -1.5rem;
  }
}

.pg-featured-products-section {
  overflow: hidden;
}
.pg-featured-products-section .top-part {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.pg-featured-products-section .content-wrapper {
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .pg-featured-products-section .content-wrapper .swiper {
    overflow: visible;
  }
}
@media only screen and (max-width: 767.98px) {
  .pg-featured-products-section .content-wrapper {
    padding-top: 210px;
  }
}
.pg-featured-products-section .content-wrapper .featured-collection-card {
  position: relative;
  width: 40%;
}
@media only screen and (max-width: 1199.98px) {
  .pg-featured-products-section .content-wrapper .featured-collection-card {
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .pg-featured-products-section .content-wrapper .featured-collection-card {
    position: absolute;
    inset: 0;
    height: 370px;
    width: 100%;
  }
}
.pg-featured-products-section .content-wrapper .featured-collection-card .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 55px 20px;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .pg-featured-products-section .content-wrapper .featured-collection-card .content {
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }
}
.pg-featured-products-section .content-wrapper .featured-collection-card img {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pg-featured-products-section .content-wrapper .featured-collection-card .title {
  font-family: "nimbus-roman", serif;
  font-size: 44px;
  font-weight: normal;
  line-height: 60px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767.98px) {
  .pg-featured-products-section .content-wrapper .featured-collection-card .title {
    font-size: 26px;
    letter-spacing: 1.3px;
    line-height: 34px;
    margin-bottom: 10px;
  }
}
.pg-featured-products-section .content-wrapper .featured-collection-card .button-1 {
  height: 50px;
  display: block;
  margin: 0;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 16px 24px 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 2.52px;
  text-transform: uppercase;
  cursor: pointer;
  background: #fff;
  color: #000;
  border-radius: 0;
}
@media only screen and (max-width: 767.98px) {
  .pg-featured-products-section .content-wrapper .featured-collection-card .button-1 {
    height: 40px;
    padding: 12px 16px 10px;
  }
}
.pg-featured-products-section .content-wrapper .featured-collection-card .button-1:hover {
  color: #fff;
  background: #000;
}
.pg-featured-products-section .slider-nav-wrapper {
  display: none;
}
@media only screen and (min-width: 992px) {
  .pg-featured-products-section .slider-nav-wrapper {
    display: block;
    padding-bottom: 20px;
  }
}
.pg-featured-products-section .collection-slider-nav {
  display: flex;
  flex-shrink: 0;
  width: 168px;
  height: 50px;
  justify-content: space-between;
  align-items: center;
  background-color: #ededeb;
}
.pg-featured-products-section .collection-slider-nav button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  margin: 0 4px;
}
.pg-featured-products-section .collection-slider-nav .collection-slider-pagination {
  width: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
}
.pg-featured-products-section .collection-slider-nav .collection-slider-pagination p,
.pg-featured-products-section .collection-slider-nav .collection-slider-pagination span {
  font-family: "acumin-pro", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.42px;
  font-weight: 300;
}
