.products-details-page {
  --product-page-bg: var(--backGround-color, #000021);
  --product-page-text: var(--white-color, #ffffff);
  --product-page-text-on-accent: var(--text-color-primary-bg, #ffffff);
  --product-page-muted: var(--secondary-color-alt4, #d9d9d9);
  --product-page-muted-strong: var(--secondary-color-alt9, #a8a8a8);
  --product-page-border: var(--secondary-color-alt13, #ffffff36);
  --product-page-surface: var(--primary-color-op-5, #ffffff14);
  --product-page-surface-strong: var(--primary-color-opacity, #ffffff33);
  --product-card-gradient: linear-gradient(
    0deg,
    rgb(255 255 255 / 5%) 0%,
    rgb(255 255 255 / 15%) 70%
  );
  --product-page-accent: var(--primary-color, #d000c4);
  --product-page-accent-2: var(--sub-primary-color, #521b25);
  --product-page-warning: var(--warning-color, #ffc62a);
}

.products-details-page #product-grouped-details {
  margin: 42px 0 0;
  padding: 28px;
  /* border: 1px solid var(--product-page-border); */
  border-radius: 8px;
  /* background: var(--product-page-surface); */
  color: var(--product-page-text);
  direction: rtl;
}

.products-details-page #product-grouped-details th,
.products-details-page #product-grouped-details .grouped-product-col,
.products-details-page .description-paragrah,
.products-details-page [class*="styles__snippetContentWrapper--ac42d"],
.products-details-page [class*="styles__singleLine--"] {
  background: var(--product-card-gradient);
  border-radius: 10px;
}

.products-details-page .description-paragrah {
  padding: 18px;
}

.products-details-page #product-grouped-details > h4 {
  margin: 0 0 18px;
  color: var(--product-page-text);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.25;
  text-align: right;
}

.products-details-page #product-grouped-details .grouped-heading {
  margin: 0 0 18px;
  color: var(--product-page-muted);
  font-size: 16px;
  font-weight: 700;
  text-align: right;
}

.products-details-page #product-grouped-details .grouped-product-row {
  display: flex;
  align-items: stretch;
  gap: 14px;
  width: 100%;
  overflow-x: auto;
  padding: 4px 2px 16px;
  scrollbar-width: thin;
}

.products-details-page #product-grouped-details .grouped-product-col {
  flex: 0 0 180px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--product-page-border);
  border-radius: 8px;
  /* background: var(--product-page-surface-strong); */
}

.products-details-page #product-grouped-details .product-image-wrapper {
  width: 100%;
  aspect-ratio: 1 / 1.12;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

.products-details-page #product-grouped-details .product-image-wrapper img,
.products-details-page #product-grouped-details .table-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.products-details-page #product-grouped-details .product-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 88px;
  padding: 12px;
  text-align: right;
}

.products-details-page #product-grouped-details .product-info h6 {
  margin: 0;
  color: var(--product-page-text);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.products-details-page #product-grouped-details .product-info p {
  margin: auto 0 0;
  color: var(--product-page-accent);
  font-size: 14px;
  font-weight: 900;
}

.products-details-page #product-grouped-details .plus-icon {
  flex: 0 0 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--product-page-border);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.products-details-page #product-grouped-details .plus-icon svg {
  width: 18px;
  height: 18px;
}

.products-details-page #product-grouped-details .grouped-product-table {
  margin-top: 22px;
  overflow-x: auto;
  border: 1px solid var(--product-page-border);
  border-radius: 8px;
}

.products-details-page #product-grouped-details table {
  width: 100%;
  min-width: 640px;
  margin: 0;
  border-collapse: collapse;
  color: var(--product-page-text);
  background: transparent;
}

.products-details-page #product-grouped-details table tbody tr:hover {
  background: transparent;
}
.products-details-page #product-grouped-details th,
.products-details-page #product-grouped-details td {
  padding: 14px;
  border-bottom: 1px solid var(--product-page-border);
  text-align: right;
  vertical-align: middle;
}

.products-details-page #product-grouped-details th {
  /* background: var(--product-page-surface-strong); */
  color: var(--product-page-text);
  font-size: 14px;
  font-weight: 900;
}

.products-details-page #product-grouped-details td {
  color: var(--product-page-muted);
  font-size: 14px;
  line-height: 1.55;
}

.products-details-page #product-grouped-details tbody tr:last-child td {
  border-bottom: 0;
}

.products-details-page #product-grouped-details .table-image-wrapper {
  width: 72px;
  height: 72px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--product-page-surface);
}

.products-details-page #product-grouped-details td p {
  margin: 0;
}

.products-details-page .product-summary-panel {
  color: var(--product-page-text);
  text-align: right;
}

.products-details-page .product-summary-panel > section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.products-details-page .product-summary-panel h1 {
  margin: 0 0 10px;
  color: var(--product-page-text);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.35;
}

.products-details-page .text-short-description {
  max-width: 560px;
  margin: 0 0 10px;
  color: var(--product-page-muted);
  font-size: 18px;
  line-height: 1.25;
}

.products-details-page .text-short-description .text-color-primary {
  color: var(--product-page-accent) !important;
}

.products-details-page .product-features {
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  margin: 4px 0 8px;
  color: var(--product-page-text);
}

.products-details-page .product-card-rating-count,
.products-details-page .product-count,
.products-details-page .low-quantity-section {
  color: var(--product-page-muted);
  font-size: 12px;
}

.products-details-page .product-price-row {
  justify-content: flex-start;
  width: 100%;
}

.products-details-page .product-formatted-price {
  margin: 0;
  color: var(--product-page-accent) !important;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
  text-align: right;
}

.products-details-page .product-formatted-price-old {
  color: var(--product-page-muted-strong);
  font-size: 12px;
}

.products-details-page .product-formatted-price-discount {
  color: var(--product-page-accent) !important;
  font-size: 13px;
  font-weight: 700;
}

.products-details-page .div-product-sku,
.products-details-page .div-product-weight,
.products-details-page .size-box {
  text-align: right;
}

.products-details-page .select-quantity-div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  margin: 22px 0 12px;
}

.products-details-page .select-quantity-div .product-title {
  margin: 0;
  color: var(--product-page-text);
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.products-details-page .quantity-control {
  display: grid;
  grid-template-columns: 44px 48px 44px;
  width: 136px;
  height: 38px;
  border: 1px solid var(--product-page-warning);
  border-radius: 13px;
  overflow: hidden;
  background: transparent;
  /* direction: ltr; */
}

.products-details-page .quantity-step,
.products-details-page .select-quantity-div select.select-quantity {
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--product-page-text);
  text-align: center;
}

.products-details-page .select-quantity-div select.select-quantity {
  width: 48px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 12px;
  font-weight: 700;
  border-right: 1px solid var(--product-page-warning);
  border-left: 1px solid var(--product-page-warning);
}

.products-details-page .product-buttons > .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px !important;
}

.products-details-page .btn-add-to-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--product-page-accent);
  background: var(--product-page-accent);
  color: var(--product-page-text-on-accent);
}

.products-details-page .btn-buy-now {
  border: 1px solid var(--product-page-accent);
  background: transparent;
  color: var(--product-page-accent);
}

.products-details-page .product-summary-panel .product-share-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  margin-top: 18px;
}

.products-details-page
  .product-summary-panel
  .product-share-row
  .product-title {
  margin: 0;
  color: var(--product-page-text);
  font-size: 20px;
  font-weight: 800;
}

.products-details-page .product-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 1px solid var(--product-page-border);
  border-radius: 50%;
  color: var(--product-page-text);
}

.products-details-page .product-social i {
  color: var(--product-page-text);
  font-size: 13px;
}

.products-details-page #product-images-slick .content,
.products-details-page #product-images-slick .image-link,
.products-details-page .product-images-carousel-thumbs .thumb-image-a {
  position: relative;
}

.products-details-page #product-images-slick .content {
  overflow: hidden;
  border-radius: 14px;
}

.products-details-page .iframe-video {
  position: absolute !important;
  inset: 0;
  z-index: 5;
  width: 100% !important;
  height: 100% !important;
  min-height: 320px;
  padding: 0 !important;
  border-radius: 14px;
  overflow: hidden;
  background: var(--black-color, #000000);
  transform: none !important;
}

.products-details-page .iframe-video iframe {
  display: block;
  width: 100% !important;
  height: 100% !important;
  min-height: inherit;
  border: 0;
}

.products-details-page .iframe-video .iframe-close-btn {
  position: absolute;
  top: 12px;
  inset-inline-end: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid var(--product-page-border);
  border-radius: 50%;
  background: var(--product-page-surface-strong);
  color: var(--product-page-text);
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
}

.products-details-page .is-video-playing .main-video-icon {
  opacity: 0;
  pointer-events: none;
}

.products-details-page .main-video-icon,
.products-details-page .video-play-icon {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  z-index: 3;
  display: block !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: 44px !important;
  max-height: 44px !important;
  object-fit: contain !important;
  border: 0 !important;
  opacity: 0.88;
  transform: translate(-50%, -50%) !important;
  cursor: pointer;
}

.products-details-page .video-play-icon {
  width: 24px !important;
  height: 24px !important;
  max-width: 24px !important;
  max-height: 24px !important;
}

.products-details-page .main-video-icon:hover,
.products-details-page .video-play-icon:hover {
  opacity: 1;
}

@media only screen and (min-width: 769px) {
  .products-details-page .col-product-image-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    width: 100%;
  }

  .products-details-page .product-images-carousel {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    border-radius: 14px;
  }

  .products-details-page .product-images-carousel .content,
  .products-details-page .product-images-carousel #product-images,
  .products-details-page .product-images-carousel #product-images-slick,
  .products-details-page
    .product-images-carousel
    #product-images-slick
    .slick-list,
  .products-details-page
    .product-images-carousel
    #product-images-slick
    .slick-track {
    height: 100%;
  }

  .products-details-page .product-images-carousel .carousel-img {
    width: 100% !important;
    height: auto !important;
    min-height: 560px;
    max-height: 680px;
    object-fit: cover;
    border-radius: 14px;
    display: block;
  }

  .products-details-page .product-images-carousel-thumbs {
    order: -1;
    flex: 0 0 144.18px;
    width: 144.18px;
    max-width: 144.18px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
    overflow: scroll;

    /* Hide scrollbar in Firefox / إخفاء شريط التمرير في فايرفوكس */
    scrollbar-width: none;
  }

  /* Hide scrollbar in Chrome/Safari/Edge / إخفاء شريط التمرير في كروم وسفاري وإيدج */
  .products-details-page .product-images-carousel-thumbs::-webkit-scrollbar {
    display: none;
  }

  .products-details-page .product-images-carousel-thumbs > div,
  .products-details-page .product-images-carousel-thumbs .slick-list,
  .products-details-page .product-images-carousel-thumbs .slick-track,
  .products-details-page .product-images-carousel-thumbs .slick-slide,
  .products-details-page .product-images-carousel-thumbs .slick-slide > div,
  .products-details-page .product-images-carousel-thumbs .thumb-image-a {
    width: 144.18px !important;
  }

  .products-details-page .product-images-carousel-thumbs .thumb-image-a,
  .products-details-page .product-images-carousel-thumbs img:not(.play-icon) {
    height: 125.27px !important;
  }

  .products-details-page .product-images-carousel-thumbs .thumb-image-a {
    box-sizing: border-box;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 16px;
    background: var(--product-page-surface);
    opacity: 0.62;
    transition:
      border-color 0.2s ease,
      box-shadow 0.2s ease,
      opacity 0.2s ease;
  }

  .products-details-page .product-images-carousel-thumbs img:not(.play-icon) {
    width: 144.18px !important;
    object-fit: cover;
    border-radius: 14px;
  }

  .products-details-page .product-images-carousel-thumbs .thumb-image-a:hover,
  .products-details-page
    .product-images-carousel-thumbs
    .thumb-image-a.is-active {
    border-color: var(--product-page-accent);
    box-shadow: 0 0 0 1px var(--product-page-surface-strong);
    opacity: 1;
  }
}

@media only screen and (max-width: 768px) {
  .products-details-page .product-images-carousel-thumbs {
    display: none !important;
  }
}

.products-details-page .single-product-section {
  margin-top: 56px;
  color: var(--product-page-text);
}

.products-details-page .single-product-section-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 18px;
  /* text-align: right; */
}

.products-details-page .single-product-section-head h2,
.products-details-page .single-product-section-head .description-title {
  margin: 0;
  color: var(--product-page-text);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.3;
}

.products-details-page .single-product-section-head .description-icon {
  display: none;
}

.products-details-page .usually-bought-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  direction: rtl;
}

.products-details-page .usually-bought-section .single-product-section-head {
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.products-details-page .usually-bought-section .single-product-section-head h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.15;
}

.products-details-page .usually-bought-arrows {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
}

.products-details-page .usually-bought-arrows .slick-arrow {
  position: static !important;
  inset: auto !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin: 0;
  padding: 0;
  transform: none !important;
  border: 1px solid var(--product-page-border);
  border-radius: 6px;
  background: var(--product-page-surface-strong);
  color: var(--product-page-text);
  cursor: pointer;
}

.products-details-page .usually-bought-arrows .slick-arrow::before {
  display: none;
}

.products-details-page .usually-bought-arrows .slick-arrow span {
  font-size: 22px;
  line-height: 1;
}

.products-details-page .usually-bought-arrows .slick-arrow.slick-disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.products-details-page .usually-bought-arrows .slick-arrow.slick-hidden {
  display: none !important;
}

.products-details-page .usually-bought-slider {
  display: block;
  gap: 0;
  margin: 0 -8px;
}

.products-details-page .usually-bought-slider .slick-list {
  overflow: hidden;
}

.products-details-page .usually-bought-slider .slick-track {
  display: flex;
}

.products-details-page .usually-bought-slider .slick-slide {
  height: auto;
  padding: 0 8px;
}

.products-details-page .usually-bought-slider .slick-slide > div,
.products-details-page .usually-bought-slider .usually-bought-card {
  height: 100%;
}

.products-details-page .usually-bought-card .cards,
.products-details-page .usually-bought-card .product-card {
  height: 100%;
}

.products-details-page .usually-bought-card .cards {
  display: block;
  padding: 0;
}

.products-details-page .usually-bought-card .product-card {
  position: relative;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) 168px;
  grid-template-areas:
    "check title image"
    "check content image"
    "check footer image";
  gap: 10px 16px;
  min-height: 172px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: var(--product-card-gradient) !important;
  color: var(--product-page-text);
  height: 200px;
  /* max-width: 588px; */
  width: 100%;
  direction: ltr;
  padding: 10px;
}

/* .products-details-page .usually-bought-card .product-card::before {
  content: "";
  grid-area: check;
  align-self: start;
  justify-self: center;
  width: 28px;
  height: 28px;
  margin-top: 24px;
  border: 3px solid var(--product-page-text);
  border-radius: 4px;
} */

.products-details-page .usually-bought-card .product-image-wrapper {
  grid-area: image;
  width: 168px;
  height: 100%;
  min-height: 172px;
  overflow: hidden;
  border-radius: 8px;
}

.products-details-page .usually-bought-card .product-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.products-details-page .usually-bought-card .product-title {
  grid-area: title;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  min-width: 0;
  margin: 26px 0 0;
  padding: 0 0 0 12px;
}

.products-details-page .usually-bought-card .product-title-text {
  margin: 0;
  color: var(--product-page-text);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  text-align: right;
  direction: rtl;
  -webkit-line-clamp: 1;
}

.products-details-page .usually-bought-card .add-to-wishlist,
.products-details-page .usually-bought-card .product-card-rating-wrapper {
  display: none;
}

.products-details-page .usually-bought-card .content {
  grid-area: content;
  min-width: 0;
  padding: 0 0 0 12px;
}

.products-details-page .usually-bought-card .product-crd-spec {
  color: var(--product-page-muted);
  font-size: 18px;
  text-align: right;
  direction: rtl;
}

.products-details-page .usually-bought-card .section-product-price {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: flex-start;
  gap: 16px;
}

.products-details-page .usually-bought-card .product-price {
  color: var(--product-page-accent) !important;
  font-size: 18px;
  font-weight: 900;
  width: auto;
}

.products-details-page .usually-bought-card .product-prev-price-wrapper {
  width: auto;
  color: var(--product-page-muted);
}

.products-details-page .usually-bought-card .product-prev-price {
  color: var(--product-page-muted);
  font-size: 16px;
  text-decoration: line-through;
}

.products-details-page .usually-bought-card .product-discount,
.products-details-page .usually-bought-card .product-card-note {
  display: none;
}

.products-details-page .usually-bought-card .add-to-cart {
  grid-area: footer;
  padding: 0;
  /* margin: 0 0 20px; */
  /* padding-left: 12px; */
}

.products-details-page .usually-bought-card .add-to-cart .btn {
  width: 100%;
  min-height: 56px;
  padding: 10px 18px;
  border: 0;
  border-radius: 16px;
  background: var(--product-page-accent);
  color: var(--product-page-text-on-accent);
  font-size: 22px;
  font-weight: 900;
}

.products-details-page .usually-bought-card .add-to-cart .btn::before {
  content: "\f07a";
  font-family: "icomoon" !important;
  margin-inline-end: 10px;
  font-size: 22px;
}

.products-details-page .single-reviews-section.review-details {
  position: relative;
  padding: 0;
  border: 0;
  background: transparent;
}

.products-details-page .single-reviews-section > div {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.products-details-page .single-reviews-section .single-product-section-head {
  grid-column: 1;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 0;
}

.products-details-page .single-reviews-section .reviews-title-rating {
  flex: 1 1 auto;
  min-width: 0;
  gap: 10px;
  width: 60%;
}

.products-details-page .single-reviews-section .reviews-action {
  flex: 0 0 auto;
}

.products-details-page .single-reviews-section .reviews-break-down-empty {
  display: none !important;
}

.products-details-page .single-reviews-section .description-icon {
  display: inline-flex;
  color: #d820d9;
}

.products-details-page .single-reviews-section .description-title {
  color: var(--product-page-text);
  font-size: 26px;
  font-weight: 900;
  line-height: 1.2;
  margin: 0;
}

.products-details-page .single-reviews-section .rating-section {
  width: 100%;
  margin: 0 !important;
}

.products-details-page .single-reviews-section .reviews-rating-row {
  flex-basis: 100%;
}

.products-details-page .single-reviews-section .add-review-btn {
  margin-top: 0;
  border: 0;
  border-radius: 4px;
  background: #d820d9;
  color: var(--white-color);
}

.products-details-page .single-reviews-section .reviews-break-down-div {
  grid-column: 1;
  margin: 0;
  padding: 18px;
  border-radius: 10px;
  background: var(--product-card-gradient);
  color: var(--white-color);
}

.products-details-page .single-reviews-section .reviews-break-down-div .d-flex {
  align-items: flex-start !important;
}

.products-details-page .single-reviews-section .rating-average {
  min-width: 58px;
  color: var(--white-color);
  font-size: 34px !important;
  font-weight: 900;
}

.products-details-page .single-reviews-section .card-rate {
  color: var(--white-color);
  font-size: 13px;
  line-height: 1.7;
}

.products-details-page .single-reviews-section .card-rate .icon-star1 {
  color: #ffd400;
}

.products-details-page .single-reviews-section .comment-section {
  grid-column: 2;
  grid-row: 1 / span 3;
  position: relative;
  display: block;
  padding-top: 8px;
}

.products-details-page
  .single-reviews-section
  .comment-section.slick-initialized {
  display: block !important;
}

.products-details-page .single-reviews-section .slick-list {
  margin: 0 -10px;
}

.products-details-page .single-reviews-section .slick-slide {
  padding: 0 10px;
}

.products-details-page .single-reviews-section .slick-arrow {
  position: absolute;
  top: -25px;
  z-index: 2;
  width: 45px;
  height: 45px;
  border: 0;
  border-radius: 8px;
  background-color: #2b2d50;
  color: var(--white-color);
  opacity: 1;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

.products-details-page .single-reviews-section .slick-prev {
  background-color: #5b1f63 !important;
  right: 85%;
}

.products-details-page .single-reviews-section .slick-next {
  left: 0;
}

.products-details-page .single-reviews-section .slick-prev.slick-arrow::before,
.products-details-page .single-reviews-section .slick-next.slick-arrow::before {
  display: none;
}

.products-details-page .single-reviews-section .slick-next.slick-arrow > span,
.products-details-page .single-reviews-section .slick-prev.slick-arrow > span {
  color: var(--white-color);
  font-size: 24px;
}

.products-details-page .single-reviews-section .slick-prev.slick-arrow:hover,
.products-details-page .single-reviews-section .slick-next.slick-arrow:hover {
  opacity: 0.9;
}

.products-details-page .single-reviews-section .card-review {
  position: relative;
  min-height: 220px;
  margin: 0 !important;
  border: 0;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(180deg, #1e214c 0%, #080628 100%) !important;
  color: var(--white-color);
}

.products-details-page .single-reviews-section .card-review::before,
.products-details-page .single-reviews-section .card-review::after {
  content: "”";
  position: absolute;
  color: #541066;
  font-size: 54px;
  line-height: 1;
  font-weight: 900;
}

.products-details-page .single-reviews-section .card-review::before {
  right: 28px;
  bottom: 46px;
}

.products-details-page .single-reviews-section .card-review::after {
  left: 28px;
  bottom: 18px;
  transform: rotate(180deg);
}

.products-details-page .single-reviews-section .card-review .card-body {
  padding: 38px 0px 0px;
}

.products-details-page
  .single-reviews-section
  .card-review
  .card-body
  > .d-flex {
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

.products-details-page
  .single-reviews-section
  .card-review
  .icon-account_circle {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border: 0;
  background: #f0f2f5;
  color: #111;
  font-size: 18px;
}

.products-details-page .single-reviews-section .card-review .card-name {
  margin: 0 !important;
  text-align: right;
}

.products-details-page .single-reviews-section .card-name-customer {
  color: var(--white-color);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.1;
  margin: 0 0 4px;
}

.products-details-page .single-reviews-section .card-date {
  display: none;
}

.products-details-page .single-reviews-section .card-rate-comment {
  justify-content: flex-end;
}

.products-details-page .single-reviews-section .card-rate-comment span {
  color: #ffd400;
}

.products-details-page .single-reviews-section .user-review-text {
  max-width: 82%;
  margin: 22px auto 0 !important;
  color: var(--white-color) !important;
  font-size: 15px;
  line-height: 1.45;
  text-align: center !important;
}

.products-details-page .single-reviews-section .all-reviews-btn {
  grid-column: 2;
  margin-top: 18px;
}

.products-details-page .product-questions-section {
  padding: 0;
  border: 0;
  background: transparent;
}

.products-details-page .product-questions-section > div:first-child > .d-flex {
  justify-content: flex-end;
  flex-direction: row-reverse;
  gap: 18px;
}

.products-details-page .product-questions-section .description-icon {
  color: #d820d9;
  font-size: 30px;
  order: 3;
}

.products-details-page .product-questions-section .description-title {
  color: #ffd400;
  font-size: 20px;
  font-weight: 900;
  margin: 0;
  order: 2;
}

.products-details-page .product-questions-section .add-review-btn {
  order: 1;
  border: 0;
  border-radius: 4px;
  background: #d820d9;
  color: var(--white-color);
}

.products-details-page .product-questions-section .questions-card-preview {
  position: relative;
  width: min(340px, 100%);
  min-height: 220px;
  margin: 18px 0 0 auto !important;
  border: 0;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(180deg, #1e214c 0%, #080628 100%) !important;
  color: var(--white-color);
  text-align: right;
}

.products-details-page
  .product-questions-section
  .questions-card-preview::before,
.products-details-page
  .product-questions-section
  .questions-card-preview::after {
  content: "”";
  position: absolute;
  color: #541066;
  font-size: 54px;
  line-height: 1;
  font-weight: 900;
}

.products-details-page
  .product-questions-section
  .questions-card-preview::before {
  right: 10px;
  top: 50px;
}

.products-details-page
  .product-questions-section
  .questions-card-preview::after {
  left: 28px;
  bottom: 18px;
  transform: rotate(180deg);
}

.products-details-page
  .product-questions-section
  .questions-card-preview
  .card-body {
  padding: 0px 26px 0px;
}

.products-details-page
  .product-questions-section
  .questions-card-preview
  .customer-name {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.1;
}

.products-details-page .product-questions-section .customer-name,
.products-details-page .product-questions-section .question,
.products-details-page .product-questions-section .answer {
  color: var(--white-color) !important;
  font-size: 15px;
  font-weight: 700;
}

.products-details-page .product-questions-section .question-box,
.products-details-page .product-questions-section .answer-box {
  position: relative;
  z-index: 1;
}

.products-details-page .product-questions-section .question {
  margin: 0 0 18px;
  line-height: 1.45;
}

.products-details-page .product-questions-section .answer {
  line-height: 1.45;
  opacity: 0.82;
}

.products-details-page .featured-books-section .products-slider-wrapper {
  margin-top: 0;
}

.products-details-page .featured-books-section #related-products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.products-details-page .featured-books-section #related-products[dir="rtl"] {
  direction: rtl;
  text-align: right;
}

.products-details-page .featured-books-section #related-products[dir="ltr"] {
  direction: ltr;
  text-align: left;
}

.products-details-page
  .featured-books-section
  #related-products.slick-initialized {
  display: block !important;
}

.products-details-page .featured-books-section .prod-col {
  min-width: 0;
}

.products-details-page .bundle-offer-products-slider {
  display: block;
  margin-right: -8px;
  margin-left: -8px;
}

.products-details-page .bundle-offer-products-slider .slick-track {
  display: flex;
}

.products-details-page .bundle-offer-products-slider .slick-slide {
  height: auto;
  padding-right: 8px;
  padding-left: 8px;
}

.products-details-page .bundle-offer-products-slider .slick-slide > div,
.products-details-page .bundle-offer-products-slider .prod-col {
  height: 100%;
}

.products-details-page .bundle-offer-products-slider .prod-col {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

.products-details-page #product-images .slick-arrow {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .products-details-page #product-images .slick-arrow {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    top: 50%;
    z-index: 4;
    border: 0;
    border-radius: 8px;
    background: #2b2d50;
    color: var(--white-color);
    transform: translateY(-50%);
    transition:
      background-color 0.2s ease,
      opacity 0.2s ease;
  }

  .products-details-page #product-images .slick-prev {
    background: #5b1f63;
  }

  .products-details-page #product-images .slick-arrow:hover {
    opacity: 0.9;
  }

  .products-details-page #product-images .slick-arrow.slick-disabled {
    opacity: 0.45;
  }

  .products-details-page #product-images .slick-prev {
    right: 18px;
    left: auto;
  }

  .products-details-page #product-images .slick-next {
    right: auto;
    left: 18px;
  }

  .products-details-page #product-images .slick-arrow::before {
    display: none;
  }

  .products-details-page #product-images .slick-arrow span {
    color: var(--white-color) !important;
    font-size: 24px;
    line-height: 1;
  }

  .products-details-page #product-grouped-details {
    margin-top: 28px;
    padding: 18px;
  }

  .products-details-page #product-grouped-details > h4 {
    font-size: 22px;
  }

  .products-details-page #product-grouped-details .grouped-product-row {
    gap: 10px;
    padding-bottom: 12px;
  }

  .products-details-page #product-grouped-details .grouped-product-col {
    flex-basis: 140px;
  }

  .products-details-page #product-grouped-details .product-info {
    min-height: 78px;
    padding: 10px;
  }

  .products-details-page #product-grouped-details .product-info h6 {
    font-size: 13px;
  }

  .products-details-page #product-grouped-details .plus-icon {
    flex-basis: 28px;
    width: 28px;
    height: 28px;
  }

  .products-details-page #product-grouped-details table {
    min-width: 520px;
  }

  .products-details-page .product-buttons > .buttons,
  .products-details-page .product-summary-panel .product-share-row {
    width: 100%;
  }

  .products-details-page .usually-bought-grid,
  .products-details-page .single-reviews-section .comment-section {
    grid-template-columns: 1fr;
  }

  .products-details-page .single-reviews-section > div {
    grid-template-columns: 1fr;
  }

  .products-details-page .single-reviews-section .single-product-section-head,
  .products-details-page .single-reviews-section .reviews-break-down-div,
  .products-details-page .single-reviews-section .comment-section,
  .products-details-page .single-reviews-section .all-reviews-btn {
    grid-column: 1;
    grid-row: auto;
  }

  .products-details-page .single-reviews-section .slick-arrow {
    top: -48px;
  }

  .products-details-page .single-reviews-section .single-product-section-head {
    align-items: flex-start;
  }

  .products-details-page .single-reviews-section .reviews-title-rating {
    flex-wrap: wrap;
  }

  .products-details-page .single-reviews-section .reviews-action {
    width: 100%;
  }

  .products-details-page
    .usually-bought-section
    .single-product-section-head
    h2 {
    font-size: 28px;
  }

  .products-details-page .usually-bought-card .product-card {
    grid-template-columns: 28px minmax(0, 1fr) 118px;
    gap: 8px 10px;
    min-height: 142px;
  }

  /* .products-details-page .usually-bought-card .product-card::before {
    width: 22px;
    height: 22px;
    margin-top: 18px;
    border-width: 2px;
  } */

  .products-details-page .usually-bought-card .product-image-wrapper {
    width: 118px;
    min-height: 142px;
  }

  .products-details-page .usually-bought-card .product-title {
    margin-top: 18px;
  }

  .products-details-page .usually-bought-card .product-title-text {
    font-size: 17px;
  }

  .products-details-page .usually-bought-card .product-crd-spec,
  .products-details-page .usually-bought-card .product-prev-price {
    font-size: 13px;
  }

  .products-details-page .usually-bought-card .product-price {
    font-size: 15px;
  }

  .products-details-page .usually-bought-card .add-to-cart {
    margin-bottom: 12px;
  }

  .products-details-page .usually-bought-card .add-to-cart .btn {
    min-height: 42px;
    border-radius: 12px;
    font-size: 15px;
  }
}
