.content-with-product {
  padding-top: var(--padding-top-desktop);
  padding-bottom: var(--padding-bottom-desktop);
}

.content-with-product-list ul.swiper-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 18px;
  flex-wrap: wrap;
}

.content-with-product-list ul li.swiper-slide {
  width: 416px;
}

.content-with-product-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.content-with-product-item .content-media {
  padding-top: 124.85%;
  position: relative;
}

.content-with-product-item .content-media svg,
.content-with-product-item .content-media img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-product-info h4 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.content-product-info h4 span.text-wrap {
  font-size: 18px;
  line-height: 1.278;
  color: #000000;
}

.content-product-info h4 a.svg-wrap {
  width: 16px;
  height: 16px;
  text-decoration: none;
  color: #000000;
}

.content-product-info h4 a.svg-wrap img {
  width: 100%;
  height: 100%;
  display: block;
}

.content-product-info .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.563;
  color: #000000;
  font-family: 'GT America-Regular';
  margin-top: 12px;
}

.content-with-product-list.swiper-initialized ul.swiper-wrapper {
  gap: 0;
  flex-wrap: unset;
}

.content-with-product-navigation {
  display: flex;
  gap: 33px;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 610px;
  margin: 40px auto 0;
}

.content-with-product-navigation .navigation-arrows {
  width: 97px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.content-with-product-navigation .swiper-button-next,
.content-with-product-navigation .swiper-button-prev {
  position: unset;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  margin: 0;
}

.content-with-product-navigation .swiper-button-next svg,
.content-with-product-navigation .swiper-button-prev svg {
  color: #000000;
  width: 20px;
  height: 20px;
  display: block;
}

.content-with-product-navigation .swiper-button-next {
  transform: rotate(180deg);
}

.content-with-product-navigation .swiper-pagination {
  position: unset;
  background: #B5B5B5;
  height: 2px;
  width: calc(100% - 97px - 33px);
}

.content-with-product-navigation .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #000;
}

.content-with-product-item .content-media-wrap {
  position: relative;
}

.product-content-item {
  position: absolute;
  bottom: 12px;
  left: 15px;
  right: 15px;
  width: calc(100% - 30px);
  background: rgba(255, 255, 255, 0.19);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 2px;
  overflow: hidden;
}

.product-content-item a.product-content-info {
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  padding: 8px;
}

.product-content-item .product-media {
  width: 66px;
}

.product-content-item .product-media-ratio {
  position: relative;
  padding-top: 109.1%;
}

.product-content-item .product-media img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  object-position: top;
}

.product-content-item .product-info {
  width: calc(100% - 66px - 9px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}

.product-content-item .product-info h6 {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.195;
  color: #FFFFFF;
  font-family: 'GT America-Regular' !important;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-content-item .product-info-price {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: space-between;
}

.product-content-item .product-info-price span.price {
  font-size: 14px;
  line-height: 1.286;
  color: #FFFFFF;
  font-family: "GT-America-Expanded-Bold";
}

.product-content-item .product-info-price span.shop-now {
  font-size: 14px;
  line-height: 1.286;
  color: #FFFFFF;
  font-family: "GT-America-Expanded-Bold";
  text-decoration: underline;
}

.content-with-product-navigation:has(.swiper-button-lock) {
  display: none;
}

@media(max-width:1200px) {
  .content-with-product-list ul li.swiper-slide {
    width: 354px;
  }
}

@media(max-width:767px) {
  .content-with-product {
    padding-top: var(--padding-top-mobile);
    padding-bottom: var(--padding-bottom-mobile);
  }

  .content-with-product .page-width {
    padding: 0;
  }

  .content-with-product-list.swiper-initialized {
    padding: 0 10px;
  }

  .content-with-product-navigation {
    max-width: 100%;
    gap: 7px;
    margin-top: 18px;
  }

  .content-with-product-navigation .swiper-pagination {
    order: 2;
    width: calc(100% - 76px - 7px);
  }

  .content-with-product-navigation .navigation-arrows {
    width: 76px;
    gap: 4px;
    order: 1;
  }

  .content-with-product-navigation .swiper-button-next,
  .content-with-product-navigation .swiper-button-prev {
    width: 36px;
    height: 36px;
  }

  .content-with-product-navigation .swiper-button-next svg,
  .content-with-product-navigation .swiper-button-prev svg {
    width: 16px;
    height: 16px;
  }

  .content-product-info h4 span.text-wrap {
    font-size: 17px;
  }

  .content-product-info h4 {
    gap: 7px;
  }

  .content-product-info .text {
    font-size: 14px;
    line-height: 1.358;
    margin-top: 12px;
  }

  .product-content-item {
    bottom: 8px;
    left: 10px;
    right: 10px;
    width: calc(100% - 20px);
  }

  .product-content-item a.product-content-info {
    gap: 7px;
    padding: 7px;
  }

  .product-content-item .product-media {
    width: 58px;
  }

  .product-content-item .product-info {
    width: calc(100% - 58px - 7px);
    gap: 3px;
  }

  .product-content-item .product-info h6 {
    font-size: 16px;
    line-height: 1.25;
  }

  .product-content-item .product-info-price {
    gap: 3px;
  }

  .product-content-item .product-info-price span.price,
  .product-content-item .product-info-price span.shop-now {
    font-size: 12px;
    line-height: 1.25;
  }
}