<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#quoli-carousel {
  width: 92%;
  margin: 30px auto;
}

.quoli-carousel-header {
  text-align: center;
}

.quoli-carousel-header h2 {
  font-family: inherit;
}

.quoli-carousel-header p {
  font-family: inherit;
}

.quoli-carousel-body {
  padding: 30px 30px;
  margin: 30px 0px;
  position: relative;
}

.quoli-carousel-swiper-wrapper {
  position: relative;
  box-sizing: border-box !important;
}

.quoli-carousel-swiper-button-prev {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 50%;
  height: 24px;
  width: 24px;
  background-color: #ffffff;
  cursor: pointer;
}

.quoli-carousel-swiper-button-next {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  height: 24px;
  width: 24px;
  background-color: #ffffff;
  cursor: pointer;
}

/* Text Review Card Css  */
.quoli-text-carousel-review-card {
  width: 32.5%;
  height: 260px !important;
  max-height: 260px;
  padding: 16px;
  cursor: pointer;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.quoli-text-carousel-review-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 14px 0px;
}

.quoli-text-carousel-review-card-header p {
  margin: 0;
}

.quoli-text-carousel-review-body {
  margin: 14px 0px;
}

.quoli-text-carousel-review-body h2 {
  margin: 0;
  line-height: normal;
  font-weight: 600;
  font-size: 16px;
  color: inherit;
}

.quoli-text-carousel-review-body p {
  margin: 0;
  line-height: normal;
  color: inherit;
}

.quoli-text-carousel-review-footer {
  margin: 14px 0px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.quoli-text-carousel-review-footer svg {
  height: 15px;
  width: 15px;
  fill: inherit;
  stroke: none;
}

.quoli-text-carousel-review-footer h4 {
  font-size: 16px;
  margin: 0px;
  color: inherit;
}

/* center Text Review Card Css  */
.quoli-center-carousel-review-card {
  width: 32.5%;
  height: 260px;
  max-height: 260px;
  text-align: center;
  padding: 16px;
  cursor: pointer;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.quoli-center-carousel-review-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 14px 0px;
}

.quoli-center-carousel-review-card-header p {
  margin: 0;
}

.quoli-center-carousel-review-body {
  margin: 14px 0px;
}

.quoli-center-carousel-review-body h2 {
  margin: 0;
  line-height: normal;
  font-weight: 600;
  font-size: 16px;
  color: inherit;
}

.quoli-center-carousel-review-body p {
  margin: 0;
  line-height: normal;
  color: inherit;
}

.quoli-center-carousel-review-footer {
  margin: 14px 0px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.quoli-center-carousel-review-footer svg {
  height: 15px;
  width: 15px;
  fill: inherit;
  stroke: none;
}

.quoli-center-carousel-review-footer h4 {
  font-size: 16px;
  margin: 0px;
  color: inherit;
}

/* Media Review Card Css  */

.quoli-media-carousel-review-card {
  width: 32.5%;
  height: 100%;
  cursor: pointer;
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.quoli-media-carousel-review-card-img {
  height: 300px;
}

.quoli-media-carousel-review-card-img img {
  height: 300px;
  width: 100%;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  object-fit: cover;
}
.quoli-media-carousel-review-card-img video {
  height: 300px;
  width: 100%;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  object-fit: cover;
}

.quoli-media-carousel-review-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 14px 0px;
}

.quoli-media-carousel-review-card-header p {
  margin: 0;
}

.quoli-media-carousel-review-body {
  margin: 14px 0px;
}

.quoli-media-carousel-review-body h2 {
  font-weight: 600;
  font-size: 16px;
  color: inherit;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.quoli-media-carousel-review-body p {
  margin: 0px;
  color: inherit;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.quoli-media-carousel-review-footer {
  margin: 14px 0px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.quoli-media-carousel-review-footer svg {
  fill: inherit;
  stroke: none;
  width: 15px;
  height: 15px;
}

.quoli-media-carousel-review-footer h4 {
  font-size: 18px;
  margin: 0px;
  color: inherit;
}

/* Video Review Card Css  */

.quoli-video-carousel-review-card {
  width: 16.2%;
  height: 100%;
  cursor: pointer;
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.quoli-video-carousel-review-card-media {
  height: 380px;
}

.quoli-video-carousel-review-card-media img {
  height: 380px;
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}
.quoli-video-carousel-review-card-media video {
  height: 380px;
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}

.quoli-video-carousel-review-card-media .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
  display: block;
  border-radius: 16px;
}

.quoli-video-carousel-review-card-media .play-icon {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quoli-video-carousel-review-card-media .play-icon svg {
  fill: inherit;
  stroke: none;
  width: 50px;
  height: 50px;
}

.quoli-video-carousel-review-footer {
  position: relative;
  z-index: 10;
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #ffffff;
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.quoli-video-carousel-review-footer h4 {
  font-weight: 600;
  font-size: 16px;
  margin: 0px;
  color: #ffffff;
}

.quoli-video-carousel-review-footer .left-side p {
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  margin-top: 8px;
}

.quoli-video-carousel-review-footer .left-side svg {
  fill: inherit;
  stroke: none;
  width: 15px;
  height: 15px;
}

.quoli-video-carousel-review-footer .right-side {
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.quoli-video-carousel-review-footer .right-side p {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}

.quoli-video-carousel-review-footer .right-side svg {
  fill: inherit;
  stroke: none;
  width: 25px;
  height: 25px;
}

/* Homepage Review Card Css  */

.quoli-home-carousel-review-card {
  width: 32.5%;
  height: 100%;
  cursor: pointer;
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.quoli-home-carousel-review-card-img {
  height: 300px;
}

.quoli-home-carousel-review-card-img img {
  height: 300px;
  width: 100%;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  object-fit: cover;
}
.quoli-home-carousel-review-card-img video {
  height: 300px;
  width: 100%;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  object-fit: cover;
}

.quoli-home-carousel-review-card-header {
  margin-top: -55px;
  margin-bottom: 14px;
}

.quoli-home-carousel-review-card-header .rating {
  margin-top: 10px;
}

.quoli-home-carousel-review-card-header .carousal-star-div {
  padding: 10px;
  line-height: 0;
  width: fit-content;
  margin: auto;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.carousal-star-div {
  display: flex;
  align-items: center;
  gap: 2px;
}

.carousal-star-div svg {
  fill: inherit;
  stroke: none;
  height: 20px;
  width: 20px;
}

.quoli-home-carousel-review-body {
  margin: 14px 0px;
}

.quoli-home-carousel-review-body h2 {
  font-weight: 600;
  font-size: 16px;
  color: inherit;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.quoli-home-carousel-review-body p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.quoli-home-carousel-review-body {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.quoli-home-carousel-review-footer {
  margin: 14px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.quoli-home-carousel-review-footer svg {
  height: 15px;
  width: 15px;
  fill: inherit;
  stroke: none;
}

.quoli-home-carousel-review-footer h4 {
  font-size: 16px;
  margin: 0px;
  color: inherit;
}

/* Versus Review Card Css  */

.quoli-versus-carousel-review-card {
  width: 32.5%;
  height: 100%;
  cursor: pointer;
  border-radius: 30px;
  background-color: #d0e5bc;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.quoli-versus-carousel-review-card-img {
  height: 200px;
}

.quoli-versus-carousel-review-card-img img {
  height: 200px;
  width: 100%;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  object-fit: cover;
}
.quoli-versus-carousel-review-card-img video {
  height: 200px;
  width: 100%;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  object-fit: cover;
}

.quoli-versus-carousel-review-card-header {
  margin-top: -35px;
  margin-bottom: 14px;
}

.quoli-versus-carousel-review-card-header .carousal-star-div {
  background-color: #116632;
  border-radius: 60px !important;
  padding: 10px 20px;
}

.quoli-versus-carousel-review-card-header .rating {
  margin-top: 10px;
}

.quoli-versus-carousel-review-card-header .carousal-star-div {
  padding: 10px;
  line-height: 0;
  width: fit-content;
  margin: auto;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.quoli-versus-carousel-review-body {
  margin: 14px 0px;
}

.quoli-versus-carousel-review-body h2 {
  font-weight: 600;
  font-size: 16px;
  color: inherit;
  margin: 0;
}

/*  Shimmer/Skeleton Loader  */

.quoli-skeleton-slider {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 30px 0;
}

.quoli-skeleton-card {
  min-height: 400px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.2s infinite;
  border-radius: 8px;
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

@media (max-width: 768px) {
  .quoli-skeleton-slider {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .quoli-skeleton-slider {
    grid-template-columns: 1fr;
  }

  .quoli-skeleton-slider .quoli-skeleton-card:nth-child(n + 2) {
    display: none;
  }

  .quoli-text-carousel-review-card {
    width: 100%;
  }
}

/* temporrary detail card css will move this into referal onsite css */

/* Quoli Detail Card New  */

.quoli-detail-card-skeleton-container {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  height: 70px;
}

.quoli-skeleton-img {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background: #e0e0e0;
  animation: shimmer 1.2s infinite;
}

.quoli-skeleton-title {
  width: 80%;
  height: 12px;
  background: #e0e0e0;
  border-radius: 4px;
  margin-bottom: 8px;
  animation: shimmer 1.2s infinite;
}
.quoli-skeleton-star {
  width: 50%;
  height: 10px;
  background: #e0e0e0;
  border-radius: 4px;
  animation: shimmer 1.2s infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.quoli-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top-color: #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

@keyframes shimmer {
  0% {
    background-position: -200px 0;
  }
  100% {
    background-position: 200px 0;
  }
}
[style*="animation: shimmer"] {
  background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
  background-size: 400% 100%;
}

.quoli-detail-card-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  z-index: 9999;
}

.quoli-detail-card-content {
  background: #fff;
  max-height: 580px;
  max-width: 800px;
  width: auto;
  position: relative;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
}

.quoli-detail-card-close-button {
  all: unset;
  position: absolute;
  right: 0;
  top: -40px;
  cursor: pointer;
  background-color: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 4px;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quoli-detail-card-close-button-new {
  all: unset;
  position: absolute;
  right: 0;
  top: -24px;
  cursor: pointer;
}

.quoli-detail-card-close-button-new svg {
  height: 16px;
  width: 16px;
  fill: inherit;
  stroke: none;
}

.quoli-detail-card-left-side {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.quoli-detail-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.quoli-detail-card-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.quoli-detail-card-thumbnail {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  cursor: pointer;
  border: 1px solid gray;
}

.quoli-detail-card-right-side {
  padding: 0px !important;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.quoli-detail-card-right-side &gt; :first-child {
  padding: 20px;
}

.quoli-detail-card-content .carousal-star-div {
  display: flex;
  align-items: center;
  gap: 2px;
  background : transparent !important;
}

.quoli-verified-section {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0px 0px 14px 0px;
  color: #333333b2;
  line-height: 0;
}

.quoli-verified-section svg {
  fill: inherit;
  stroke: none;
  width: 15px;
  height: 15px;
}

.quoli-detail-card-product-data {
  margin-top: 20px;
  display: flex;
  width: 100%;
  border-top: 1px solid #e2e2e2;
}

.quoli-detail-card-product-data &gt; :first-child {
  padding: 14px 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-radius: 10px;
  width: 100%;
}

.quoli-detail-card-product-data img {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  object-fit: cover;
  margin-right: 10px;
}

.quoli-detail-card-product-data-body p {
  font-size: 14px;
  margin: 0px;
  line-height: 15px;
  font-family: inherit;
}

.quoli-detail-card-product-data-body &gt; div {
  display: flex;
  align-items: center;
  font-size: 12px;
  margin-top: 5px;
  gap: 5px;
}

.quoli-detail-card-product-data-body &gt; div p {
  line-height: 12px;
  color: #333;
  transform: translateY(1px);
  font-family: inherit;
}

.quoli-detail-card-product-data-body .carousal-star-div svg {
  height: 14px;
  width: 14px;
  fill: inherit;
  stroke: none;
}

.quoli-detail-card-product-data-body svg.quoli-product-link  {
  height: 21px;
  width: 21px;
  fill: inherit;
  stroke: none;
}

@media screen and (max-width: 480px) {

  .quoli-detail-card-close-button-new{
    right:10px;
    top: -4%;
  }

  .quoli-detail-card-content {
    flex-direction: column;
    margin: 10px;
    max-height: 84vh;
    overflow: auto;
  }
  .quoli-detail-card-left-side {
    position: relative;
    width: 100%;
    height: 100%;
  }
}


</pre></body></html>