/* Grid mode – static media review cards */

.pcp-sehrget .pcp-section[data-pcp-sehrget-grid-root] {
  width: 100%;
}

.pcp-sehrget .img-boxs-title {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 20px;
  color: #000;
}

.pcp-sehrget .img-boxs {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}

.pcp-sehrget .img-boxs li {
  width: 31%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  min-width: 0;
}

.pcp-sehrget .img-boxs li picture,
.pcp-sehrget .img-boxs li img {
  width: 100%;
  display: block;
  height: auto;
}

.pcp-sehrget .img-boxs li p {
  padding: 10px 0;
  font-size: 14px;
  margin: 0;
  text-align: center;
}

@media screen and (max-width: 1024.98px) {
  .pcp-sehrget .img-boxs {
    align-items: center;
    gap: 2.5vw;
  }

  .pcp-sehrget .img-boxs li p {
    padding: 2vw 0;
    font-size: 2vw;
  }
}

/* Carousel mode – mirrors temp.html comment-carousel-component layout */

.pcp-sehrget .comment-carousel-component .carousel-box {
  width: 1200px;
  margin: 0 auto;
}

.pcp-sehrget .comment-carousel-component .carousel-swiper-box .carousel-title {
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0;
  margin-top: 30px;
  margin-bottom: 50px;
  color: #000;
}

.pcp-sehrget .comment-carousel-component .service-swiper-carousel {
  position: relative;
}

.pcp-sehrget .comment-carousel-component .service-swiper-carousel .swiper-container-horizontal {
  width: 1040px;
  margin: 0 80px;
  overflow: hidden;
  position: unset;
}

.pcp-sehrget .comment-carousel-component .service-swiper-carousel .swiper-wrapper {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: transform 0.35s ease-out;
  will-change: transform;
}

.pcp-sehrget .comment-carousel-component .service-swiper-carousel .swiper-wrapper.justify-center {
  justify-content: center;
}

.pcp-sehrget .comment-carousel-component .swiper-carousel-inner .swiper .swiper-slide {
  flex: 0 0 auto;
  width: 204px;
  box-sizing: border-box;
}

.pcp-sehrget .comment-carousel-component .swiper-carousel-inner .swiper .swiper-slide:focus-visible {
  outline: revert;
  outline: 2px auto -webkit-focus-ring-color !important;
  outline-offset: -3px;
}

.pcp-sehrget .comment-carousel-component .swiper-carousel-inner .swiper .swiper-slide.carousel-center {
  width: 204px;
}

.pcp-sehrget .comment-carousel-component .swiper-carousel-inner .swiper .swiper-slide.carousel-center:last-child {
  margin-right: 0 !important;
}

.pcp-sehrget .comment-carousel-component .swiper-carousel-inner .swiper .swiper-slide.carousel-center-right {
  margin-right: auto !important;
  margin: 0 auto;
}

.pcp-sehrget .comment-carousel-component .swiper-container-horizontal > .swiper-pagination-bullets {
  position: sticky;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.pcp-sehrget .comment-carousel-component .swiper-carousel-inner .swiper .swiper-slide .product-list-item-img {
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pcp-sehrget .comment-carousel-component .swiper-carousel-inner .swiper .swiper-slide .product-list-item-img a._self {
  cursor: unset;
}

.pcp-sehrget .comment-carousel-component .swiper-carousel-inner .swiper .swiper-slide .product-list-item-img img {
  max-width: 204px;
  max-height: 204px;
}

.pcp-sehrget .comment-carousel-component .swiper-carousel-inner .swiper .swiper-slide .product-list-item-info-title {
  margin-top: 20px;
  text-align: center;
}

.pcp-sehrget .comment-carousel-component .swiper-carousel-inner .swiper .swiper-slide .product-list-item-info-title > span {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0;
  color: #000;
}

.pcp-sehrget .comment-carousel-component .swiper-carousel-inner .swiper .swiper-slide img {
  width: 100%;
}

/* Arrow buttons – SVG chevron, no background-image */
.pcp-sehrget .comment-carousel-component .service-swiper-carousel .pcp-sehrget__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 50%;
  background: #4a4a4a;
  color: #fff;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background-color 0.2s ease;
}

.pcp-sehrget .comment-carousel-component .service-swiper-carousel .pcp-sehrget__nav:hover {
  background: #333;
}

.pcp-sehrget .comment-carousel-component .service-swiper-carousel .pcp-sehrget__nav:focus-visible {
  outline: revert;
  outline: 2px auto -webkit-focus-ring-color !important;
  outline-offset: -3px;
}

.pcp-sehrget .comment-carousel-component .service-swiper-carousel .pcp-sehrget__nav:disabled,
.pcp-sehrget .comment-carousel-component .service-swiper-carousel .pcp-sehrget__nav.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.pcp-sehrget .comment-carousel-component .service-swiper-carousel .pcp-sehrget__nav--prev {
  left: 0;
}

.pcp-sehrget .comment-carousel-component .service-swiper-carousel .pcp-sehrget__nav--next {
  right: 0;
}

.pcp-sehrget .comment-carousel-component .service-swiper-carousel .pcp-sehrget__nav--prev svg {
  transform: scaleX(-1);
}

.pcp-sehrget .comment-carousel-component .service-swiper-carousel .pcp-sehrget__nav svg {
  display: block;
  width: 10px;
  height: auto;
}

/* Pagination dots – CSS circles, no background-image */
.pcp-sehrget .comment-carousel-component .swiper-pagination-bullets .pcp-sehrget__dot {
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #d9d9d9;
  cursor: pointer;
  opacity: 1;
  margin: 0;
}

.pcp-sehrget .comment-carousel-component .swiper-pagination-bullets .pcp-sehrget__dot.is-active {
  background: #000;
}

.pcp-sehrget .comment-carousel-component .swiper-pagination-bullets .pcp-sehrget__dot:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

.pcp-sehrget .pcp-sehrget__live {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media screen and (max-width: 839.98px) {
  .pcp-sehrget .comment-carousel-component .carousel-box {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }

  .pcp-sehrget .comment-carousel-component .carousel-swiper-box .carousel-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0;
    color: #000;
    width: 100%;
    margin-bottom: 20px;
  }

  .pcp-sehrget .comment-carousel-component .service-swiper-carousel .swiper-container-horizontal {
    width: 100%;
    overflow: hidden;
    margin: 0;
    touch-action: pan-y;
    cursor: grab;
  }

  .pcp-sehrget .comment-carousel-component .service-swiper-carousel .swiper-container-horizontal.is-dragging {
    cursor: grabbing;
  }

  .pcp-sehrget .comment-carousel-component .service-swiper-carousel .swiper-wrapper {
    width: 100%;
  }

  .pcp-sehrget .comment-carousel-component .swiper-carousel-inner .swiper .swiper-slide .product-list-item-info-title {
    text-align: center;
  }

  .pcp-sehrget .comment-carousel-component .swiper-carousel-inner .swiper .swiper-slide {
    width: 84%;
  }

  .pcp-sehrget .comment-carousel-component .swiper-carousel-inner .swiper .swiper-slide .product-list-item-img {
    width: 72vw;
    height: 72vw;
    margin: 0 auto;
  }

  .pcp-sehrget .comment-carousel-component .service-swiper-carousel .pcp-sehrget__nav {
    display: none;
  }

  .pcp-sehrget .comment-carousel-component .swiper-pagination-bullets .pcp-sehrget__dot {
    width: 8px;
    height: 8px;
  }

  .pcp-sehrget .comment-carousel-component .service-swiper-carousel .swiper-wrapper.justify-center {
    justify-content: normal;
  }

  .pcp-sehrget .comment-carousel-component .swiper-carousel-inner .swiper .swiper-slide .product-list-item-info-title {
    margin-top: 20px;
  }

  .pcp-sehrget .comment-carousel-component .swiper-carousel-inner .swiper .swiper-slide .product-list-item-img img {
    max-width: 72vw;
    max-height: 72vw;
  }

  .pcp-sehrget .comment-carousel-component .swiper-container-horizontal > .swiper-pagination-bullets {
    margin-top: 30px;
  }
}

@media (max-width: 1439.98px) and (min-width: 840px) {
  .pcp-sehrget .comment-carousel-component .carousel-box {
    width: 840px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .pcp-sehrget .comment-carousel-component .carousel-swiper-box .carousel-title {
    text-align: center;
    letter-spacing: 0;
    color: #000;
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    width: 100%;
    margin-bottom: 40px;
  }

  .pcp-sehrget .comment-carousel-component .service-swiper-carousel .swiper-container-horizontal {
    width: calc(100% - 120px);
    overflow: hidden;
    margin: 0 auto;
  }

  .pcp-sehrget .comment-carousel-component .swiper-carousel-inner .swiper .swiper-slide .product-list-item-info-title {
    text-align: center;
  }

  .pcp-sehrget .comment-carousel-component .swiper-carousel-inner .swiper .swiper-slide .product-list-item-img img {
    max-width: 140px;
    max-height: 140px;
  }

  .pcp-sehrget .comment-carousel-component .swiper-carousel-inner .swiper .swiper-slide {
    width: 140px;
    margin-right: 40px;
  }

  .pcp-sehrget .comment-carousel-component .swiper-carousel-inner .swiper .swiper-slide:last-child {
    margin-right: 0 !important;
  }

  .pcp-sehrget .comment-carousel-component .swiper-carousel-inner .swiper .swiper-slide .product-list-item-img {
    width: 140px;
    height: 140px;
  }

  .pcp-sehrget .comment-carousel-component .swiper-carousel-inner .swiper .swiper-slide .product-list-item-info-title {
    margin-top: 10px;
  }
}

.__arabic__ .pcp-sehrget .comment-carousel-component .service-swiper-carousel .pcp-sehrget__nav--next {
  margin-right: 0;
  margin-left: 4px;
  right: auto;
  left: 0;
}

.__arabic__ .pcp-sehrget .comment-carousel-component .service-swiper-carousel .pcp-sehrget__nav--prev {
  left: auto;
  right: 0;
}
