.custom-review {
    padding-top: var(--padding-top-desktop);
    padding-bottom: var(--padding-bottom-desktop);
    background: var(--background-color);
    overflow: hidden;
}
.custom-review * {
    color: var(--text-color);
}
.custom-review-header {
    padding: 0 20px;
}
.custom-review-header h2.heading {
    font-size: var(--heading-size-desktop);
    line-height: 1.273;
    text-align: center;
    color: var(--heading-color);
}
.custom-review-header .richtext {
    font-size: var(--richtext-size-desktop);
    line-height: 1.7;
    color: var(--richtext-color);
    text-align: center;
    max-width: 880px;
    margin: 0 auto;
}
.custom-review-header h2.heading+.richtext {
    margin-top: 16px;
}
.custom-review-header+.custom-review-body {
    margin-top: 30px;
}
.custom-review-list.swiper {
    --side-space: calc(100% - var(--page-width) - 20px);
    --one-side-space: calc(var(--side-space) /2);
    padding-left: var(--one-side-space);
    padding-right: var(--one-side-space);
    padding-top: 10px;
    padding-bottom: 10px;
}
.custom-review-body ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 30px;
}
.custom-review-body ul li {
    width: 994px;
    height: unset;
}
.custom-review-item {
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16);
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
.custom-review-media {
    width: calc(48% - 0px * 1/2);
}
.custom-review-info {
    width: calc(52% - 0px * 1/2);
    padding: 28px;
    display: flex;
    align-items: center;
}
.custom-review-media svg,
.custom-review-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.custom-review-info-wrap>* {
    margin: 20px 0;
}
.custom-review-info-wrap>*:first-child {
    margin: 0 0 20px 0;
}
.custom-review-info-wrap>*:last-child {
    margin: 20px 0 0px 0;
}
.custom-review-info .review-icon {
    display: flex;
    gap: 2px;
    align-items: center;
}
.custom-review-info .review-icon svg {
    width: 17px;
    height: 17px;
    display: block;
}
.custom-review-info-wrap h3 {
    font-weight: normal;
    font-size: 24px;
    line-height: 1.292;
    color: #000000;
}
.custom-review-info-wrap .feedback {
    font-weight: normal;
    font-size: 18px;
    line-height: 1.59;
    color: #000000;
    font-family: 'ANTA Sharp Grotesk Medium';
}
.custom-review-info-wrap .customer-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}
.custom-review-info-wrap .customer-info span.icon-wrap {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}
.custom-review-info-wrap .customer-info span.icon-wrap svg,
.custom-review-info-wrap .customer-info span.icon-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.custom-review-info-wrap .customer-info span.text-wrap {
    font-weight: normal;
    font-size: 18px;
    line-height: 1.278;
    color: #9B9B9B;
}
.purchase-product-info {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 20px;
    background: #F6F6F6;
    border-radius: 6px;
    overflow: hidden;
}
.purchase-product-media {
    width: calc(34% - 30px * 1/2);
}
.purchase-product-media .product-media-ratio {
    position: relative;
    padding-top: 100%;
}
.purchase-product-media img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.purchase-product-details {
    width: calc(66% - 30px * 1/2);
    display: flex;
    align-items: center;
}
.product-details-wrap {
    width: 100%;
}
.product-details-wrap h4 {
    font-weight: normal;
    font-size: 22px;
    line-height: 1.273;
    color: #000000;
    font-family: 'ANTA Sharp Grotesk Medium';
}
.product-details-wrap span.purchase-price {
    font-weight: normal;
    font-size: 22px;
    line-height: 1.273;
    color: #000000;
    display: block;
    font-family: 'ANTA Sharp Grotesk Bold';
    margin-top: 4px;
}
.product-details-wrap a.shop-now-btn {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 120px;
    height: 40px;
    background: #000000;
    border-radius: 20px;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.25;
    color: #FFFFFF;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
}
a.shop-now-btn span.top-text {
    transform: translateY(0%);
    transition: all 0.3s ease;
    color: #FFFFFF;
}

a.shop-now-btn span.bottom-text {
    position: absolute;
    transform: translateY(200%);
    transition: all 0.3s ease;
    color: #FFFFFF;
}

a.shop-now-btn:hover span.top-text {
    transform: translateY(-200%);
    transition: all 0.3s ease;
    color: #FFFFFF;
}

a.shop-now-btn:hover span.bottom-text {
    transform: translateY(0%);
    transition: all 0.3s ease;
    color: #FFFFFF;
}


.custom-review-list.swiper-initialized ul {
    gap: 0;
}
.custom-review-list .swiper-button-prev,
.custom-review-list .swiper-button-next {
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-review-list .swiper-button-prev:after,
.custom-review-list .swiper-button-next:after {
    content: none;
}
.custom-review-list .swiper-button-prev svg,
.custom-review-list .swiper-button-next svg{
    display: block;
    width: 22px;
    height: 22px;
}
.custom-review-list .swiper-button-next {
    transform: rotate(180deg);
}
.custom-review-list .swiper-button-prev {
    left: calc(var(--one-side-space) + 20px);
}
.custom-review-list .swiper-button-next {
    right: calc(var(--one-side-space) + 20px);
}
.custom-review-list .swiper-pagination {
    position: unset;
    height: 5px;
    background: #F6F6F6;
    border-radius: 5px;
    overflow: hidden;
    max-width: 424px;
    margin: 30px auto 0;
}
.custom-review-list .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #000000;
    border-radius: 5px;
    overflow: hidden;
}

@media(max-width:1730px){
  .custom-review-list.swiper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .custom-review-list .swiper-button-prev {
    left: 40px;
  }
  .custom-review-list .swiper-button-next {
    right: 40px;
  }
}

@media(max-width:1100px){
  .custom-review-body ul li {
    width: 749px;
  }
  .custom-review-info {
    padding: 20px;
  }
  .purchase-product-info {
    padding: 12px;
  }
  .custom-review-info-wrap>* {
    margin: 10px 0;
  }
  .custom-review-info-wrap>*:first-child{
    margin: 0px 0 10px 0;
  }
  .custom-review-info-wrap>*:last-child {
    margin: 10px 0 0px 0;
  }
}

@media(max-width:767px) {
  .custom-review {
    padding-top: var(--padding-top-mobile);
    padding-bottom: var(--padding-bottom-mobile);
  }
  .custom-review-header h2.heading {
    font-size: var(--heading-size-mobile);
    line-height: 1.286;
  }
  .custom-review-header h2.heading+.richtext {
    margin-top: 12px;
  }
  .custom-review-header .richtext {
    font-size: var(--richtext-size-mobile);
  }
  .custom-review-header+.custom-review-body {
    margin-top: 14px;
  }
  .custom-review-body ul li {
    width: 100%;
  }
  .custom-review-list .swiper-button-prev,
  .custom-review-list .swiper-button-next {
    width: 30px;
    height: 30px;
    top: 34%;
  }
  .custom-review-list .swiper-button-prev svg,
  .custom-review-list .swiper-button-next svg {
    display: block;
    width: 16px;
    height: 16px;
  }
  .custom-review-list .swiper-button-prev {
    left: 20px;
  }
  .custom-review-list .swiper-button-next {
    right: 20px;
  }
  .custom-review-list .swiper-pagination {
    height: 2px;
    max-width: 240px;
    margin: 24px auto 0;
  }
  .custom-review-item{
    border-radius: 8px;
    display: block;
  }
  .custom-review-media {
    width: 100%;
    position: relative;
    padding-top: 92.31%;
  }
  .custom-review-media svg,
  .custom-review-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .custom-review-info {
    padding: 16px 20px 20px;
    width: 100%;
  }
  .custom-review-info .review-icon svg {
    width: 12px;
    height: 12px;
  }
  .custom-review-info-wrap h3 {
    font-size: 18px;
    line-height: 1.278;
  }
  .custom-review-info-wrap .feedback {
    font-size: 14px;
    line-height: 1.63;
  }
  .custom-review-info-wrap .customer-info {
    gap: 8px;
  }
  .custom-review-info-wrap .customer-info span.icon-wrap {
    width: 24px;
    height: 24px;
  }
  .custom-review-info-wrap .customer-info span.text-wrap {
    font-size: 14px;
    line-height: 1.286;
  }
  .purchase-product-media {
    width: 82px;
  }
  .purchase-product-details {
    width: calc(100% - 82px - 30px);
  }
  .product-details-wrap h4 {
    font-size: 16px;
    line-height: 1.25;
  }
  .product-details-wrap span.purchase-price {
    font-size: 16px;
    line-height: 1.25;
  }
  .product-details-wrap a.shop-now-btn {
    margin-top: 8px;
    max-width: 80px;
    height: 30px;
    font-size: 14px;
  }
}