.rating-input {
  font-size: 22px;
  padding-top: .500rem; }
  .rating-input i {
    margin: 0px 2px;
    cursor: pointer; }

.iqitreviews-rating, #iqitreviews-snippet {
  white-space: nowrap; }

#iqit-reviews-top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px 22px;
  margin: 0 0 2.5rem 0; }

#iqitreviews-snippet .iqitreviews-rating {
  vertical-align: middle;
  margin-right: 0.375rem; }

#iqitreviews-snippet .iqitreviews-rating .iqit-review-star {
  font-size: 130%; }

/* --- Rating summary (average + per-star histogram) --- */
.iqitreviews-summary {
  flex: 1 1 520px;
  max-width: 660px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 34px;
  padding: 18px 22px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px; }
  .iqitreviews-summary .iqitreviews-summary-score {
    flex: 0 0 auto;
    text-align: center;
    min-width: 110px; }
  .iqitreviews-summary .iqitreviews-summary-avg {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1;
    color: #1a1a1a; }
  .iqitreviews-summary .iqitreviews-summary-stars {
    margin: 8px 0 5px;
    font-size: 1.05rem;
    white-space: nowrap; }
    .iqitreviews-summary .iqitreviews-summary-stars .iqit-review-star {
      margin: 0 1px; }
  .iqitreviews-summary .iqitreviews-summary-count {
    font-size: 0.82rem;
    opacity: 0.6; }
  .iqitreviews-summary .iqitreviews-summary-bars {
    flex: 1 1 300px;
    min-width: 240px;
    display: flex;
    flex-direction: column;
    gap: 7px; }
  .iqitreviews-summary .iqitreviews-summary-row {
    display: flex;
    align-items: center;
    gap: 12px; }
  .iqitreviews-summary .iqitreviews-summary-row-label {
    flex: 0 0 auto;
    width: 38px;
    font-size: 0.82rem;
    color: #555;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    white-space: nowrap; }
    .iqitreviews-summary .iqitreviews-summary-row-num {
      flex: 0 0 auto;
      width: 11px;
      text-align: center; }
    .iqitreviews-summary .iqitreviews-summary-row-label > .iqit-review-star {
      flex: 0 0 auto; }
    .iqitreviews-summary .iqitreviews-summary-row-label .iqit-review-star {
      font-size: 0.78rem; }
  .iqitreviews-summary .iqitreviews-summary-bar {
    flex: 1 1 auto;
    height: 8px;
    background: #ececec;
    border-radius: 6px;
    overflow: hidden; }
  .iqitreviews-summary .iqitreviews-summary-bar-fill {
    display: block;
    height: 100%;
    background: #444;
    border-radius: 6px;
    transition: width 0.4s ease; }
  .iqitreviews-summary .iqitreviews-summary-row-count {
    flex: 0 0 auto;
    width: 30px;
    text-align: right;
    font-size: 0.82rem;
    color: #555; }

.iqitreviews-summary-action {
  flex: 0 0 auto;
  margin: 0; }

@media (max-width: 575px) {
  .iqitreviews-summary {
    gap: 18px 24px;
    padding: 16px; }
  .iqitreviews-summary .iqitreviews-summary-score {
    min-width: 0;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px 10px; }
  .iqitreviews-summary .iqitreviews-summary-avg {
    font-size: 2.1rem; }
  .iqitreviews-summary .iqitreviews-summary-stars {
    margin: 0; }
  .iqitreviews-summary .iqitreviews-summary-count {
    width: 100%; }
  .iqitreviews-summary-action {
    width: 100%;
    text-align: center;
    margin-top: 2px; } }

#iqitreviews-list > .iqitreviews-review {
  margin: 0 0 0.625rem 0;
  padding: 0 0 0.625rem 0; }

#iqitreviews-list .iqitreviews-review > .author {
  opacity: 0.7;
  font-size: 0.875rem; }

#iqitreviews-list .iqitreviews-review > .comment, #iqitreviews-list .iqitreviews-review > .rating, #iqitreviews-list .iqitreviews-review > .title {
  margin: 0 0 0.375rem 0; }

.product-miniature .iqitreviews-simple {
  font-size: .8rem; }

.iqitreviews-media {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 0.375rem 0; }
  .iqitreviews-media .iqitreviews-media-item {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.1); }
    .iqitreviews-media .iqitreviews-media-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.2s ease; }
    .iqitreviews-media .iqitreviews-media-item:hover img {
      transform: scale(1.05); }
  .iqitreviews-media .iqitreviews-video {
    position: relative;
    cursor: pointer;
    width: 140px; }
  .iqitreviews-media .iqitreviews-video .iqitreviews-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 34px;
    transform: translate(-50%, -50%);
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 68 48'%3E%3Cpath d='M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z' fill='%23f00'/%3E%3Cpath d='M45 24 27 14v20z' fill='%23fff'/%3E%3C/svg%3E") center/contain no-repeat;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.4));
    pointer-events: none; }
  .iqitreviews-media .iqitreviews-video-frame {
    width: 100%;
    max-width: 480px;
    aspect-ratio: 16 / 9;
    margin: 0 0 0.375rem 0; }
    .iqitreviews-media .iqitreviews-video-frame iframe {
      width: 100%;
      height: 100%;
      border: 0;
      border-radius: 6px; }

#iqit-reviews-modal .form-control-label > i {
  margin-right: 5px;
  opacity: 0.75; }

.iqitreviews-photo-previews {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 10px; }
  .iqitreviews-photo-previews .iqitreviews-preview-item {
    width: 76px;
    text-align: center; }
  .iqitreviews-photo-previews .iqitreviews-preview-thumb {
    width: 76px;
    height: 76px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.12); }
    .iqitreviews-photo-previews .iqitreviews-preview-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  .iqitreviews-photo-previews .iqitreviews-preview-remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
    padding: 2px;
    background: none;
    border: 0;
    color: #888;
    cursor: pointer;
    font-size: 16px; }
    .iqitreviews-photo-previews .iqitreviews-preview-remove:hover {
      color: #e00; }

/* --- Review modal redesign --- */
#iqit-reviews-modal .modal-dialog {
  max-width: 560px; }
#iqit-reviews-modal .modal-content {
  border: 0;
  border-radius: 14px;
  overflow: hidden; }
#iqit-reviews-modal .modal-header {
  border-bottom: 1px solid #f0f0f0;
  padding: 18px 22px; }
#iqit-reviews-modal .modal-title {
  font-size: 1.25rem;
  font-weight: 600; }
#iqit-reviews-modal .modal-body {
  padding: 22px; }
#iqit-reviews-modal .iqr-field {
  margin-bottom: 16px; }
#iqit-reviews-modal .iqr-label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  color: #333; }
#iqit-reviews-modal .iqr-rating-field {
  text-align: center;
  margin-bottom: 18px; }
#iqit-reviews-modal .rating-input {
  font-size: 30px; }
  #iqit-reviews-modal .rating-input i {
    margin: 0 3px; }
#iqit-reviews-modal .form-control,
#iqit-reviews-modal .iqr-textarea {
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  padding: 12px 14px;
  box-shadow: none;
  width: 100%; }
  #iqit-reviews-modal .form-control:focus {
    border-color: #b9b9b9;
    box-shadow: none; }
#iqit-reviews-modal .iqr-textarea {
  min-height: 110px;
  resize: vertical; }
#iqit-reviews-modal .iqr-hidden-file {
  display: none; }
#iqit-reviews-modal .iqitreviews-char-counter {
  text-align: right;
  font-size: 0.8rem;
  margin-top: 4px; }
#iqit-reviews-modal .iqr-photos-hint {
  display: block;
  margin: 4px 0 0;
  color: #999; }
#iqit-reviews-modal .iqr-media-toolbar {
  display: flex;
  gap: 22px;
  margin: 4px 0 12px; }
#iqit-reviews-modal .iqr-media-btn {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: #6b6b6b; }
  #iqit-reviews-modal .iqr-media-btn .iqr-media-icon {
    position: relative;
    width: 46px;
    height: 46px;
    border: 1.5px solid #d9d9d9;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #8a8a8a;
    transition: border-color 0.15s, color 0.15s; }
  #iqit-reviews-modal .iqr-media-btn:hover .iqr-media-icon,
  #iqit-reviews-modal .iqr-media-btn.iqr-active .iqr-media-icon {
    border-color: #777;
    color: #555; }
  #iqit-reviews-modal .iqr-media-btn .iqr-plus {
    position: absolute;
    right: -6px;
    top: -6px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    background: #8a8a8a;
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 700; }
  #iqit-reviews-modal .iqr-media-btn .iqr-media-label {
    font-size: 0.8rem; }
#iqit-reviews-modal .iqr-input-icon {
  position: relative; }
  #iqit-reviews-modal .iqr-input-icon > i {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #ff0000;
    font-size: 16px;
    pointer-events: none; }
  #iqit-reviews-modal .iqr-input-icon .form-control {
    padding-left: 40px; }
#iqit-reviews-modal .modal-footer {
  border-top: 1px solid #f0f0f0;
  padding: 16px 22px; }
.iqitreviews-reply {
  margin: 10px 0 4px 24px;
  padding: 12px 16px;
  background: #f6f6f6;
  border-left: 3px solid #444;
  border-radius: 0 8px 8px 0; }
  .iqitreviews-reply .iqitreviews-reply-head {
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 4px; }
    .iqitreviews-reply .iqitreviews-reply-head .iqitreviews-reply-date {
      font-weight: 400;
      opacity: 0.6;
      margin-left: 6px;
      font-size: 0.82rem; }
    .iqitreviews-reply .iqitreviews-reply-head .iqitreviews-reply-badge {
      color: #1d9bf0;
      font-weight: 400;
      margin-left: 3px; }
  .iqitreviews-reply .iqitreviews-reply-body {
    font-size: 0.92rem;
    color: #333;
    white-space: pre-line; }

#iqit-reviews-modal .iqr-submit {
  width: 100%;
  background: #444;
  border: 0;
  color: #fff;
  font-weight: 600;
  padding: 13px;
  border-radius: 10px;
  font-size: 1rem; }
  #iqit-reviews-modal .iqr-submit:hover {
    background: #2e2e2e; }
#iqit-reviews-modal .iqr-close-btn {
  width: 100%;
  background: #444;
  border: 0;
  color: #fff;
  font-weight: 600;
  padding: 13px;
  border-radius: 10px;
  font-size: 1rem; }
  #iqit-reviews-modal .iqr-close-btn:hover {
    background: #2e2e2e;
    color: #fff; }

/* --- "Customer photos" feed strip --- */
.iqitreviews-feed {
  margin: 0 0 28px; }
  .iqitreviews-feed .iqitreviews-feed-swiper {
    width: 100%; }
  .iqitreviews-feed .swiper-slide {
    width: auto; }
  .iqitreviews-feed .iqitreviews-feed-item {
    position: relative;
    width: 84px;
    height: 84px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.1); }
    .iqitreviews-feed .iqitreviews-feed-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
    .iqitreviews-feed .iqitreviews-feed-play {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 34px;
      height: 24px;
      transform: translate(-50%, -50%);
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 68 48'%3E%3Cpath d='M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z' fill='%23f00'/%3E%3Cpath d='M45 24 27 14v20z' fill='%23fff'/%3E%3C/svg%3E") center/contain no-repeat;
      filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.4));
      pointer-events: none; }

/* Video slide inside the lightbox */
#iqitreviews-lightbox .iqitreviews-lightbox-swiper .iqitreviews-lb-video {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer; }
  #iqitreviews-lightbox .iqitreviews-lightbox-swiper .iqitreviews-lb-video img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    border-radius: 10px; }
  #iqitreviews-lightbox .iqitreviews-lightbox-swiper .iqitreviews-lb-video .iqitreviews-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 68px;
    height: 48px;
    transform: translate(-50%, -50%);
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 68 48'%3E%3Cpath d='M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z' fill='%23f00'/%3E%3Cpath d='M45 24 27 14v20z' fill='%23fff'/%3E%3C/svg%3E") center/contain no-repeat;
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.4));
    transition: opacity 0.15s;
    pointer-events: none; }
  #iqitreviews-lightbox .iqitreviews-lightbox-swiper .iqitreviews-lb-video:hover .iqitreviews-video-play {
    opacity: 0.85; }
  #iqitreviews-lightbox .iqitreviews-lightbox-swiper .iqitreviews-lb-video.playing > img,
  #iqitreviews-lightbox .iqitreviews-lightbox-swiper .iqitreviews-lb-video.playing > .iqitreviews-video-play {
    display: none; }
  #iqitreviews-lightbox .iqitreviews-lightbox-swiper .iqitreviews-lb-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 10px; }

/* --- Review lightbox (Swiper + text) --- */
#iqitreviews-lightbox .modal-lg {
  max-width: 900px; }
#iqitreviews-lightbox .iqitreviews-lightbox-body {
  display: flex;
  gap: 20px;
  padding: 20px; }
#iqitreviews-lightbox .iqitreviews-lightbox-gallery {
  flex: 1 1 58%;
  min-width: 0; }
#iqitreviews-lightbox .iqitreviews-lightbox-swiper {
  width: 100%;
  height: 420px; }
  #iqitreviews-lightbox .iqitreviews-lightbox-swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center; }
    #iqitreviews-lightbox .iqitreviews-lightbox-swiper .swiper-slide img {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
      border-radius: 10px; }
#iqitreviews-lightbox .swiper-button-next,
#iqitreviews-lightbox .swiper-button-prev {
  color: #444; }
#iqitreviews-lightbox .swiper-pagination-bullet-active {
  background: #444; }
#iqitreviews-lightbox .iqitreviews-lightbox-info {
  flex: 1 1 42%;
  min-width: 0; }
  #iqitreviews-lightbox .iqitreviews-lightbox-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px; }
  #iqitreviews-lightbox .iqitreviews-lightbox-rating .iqit-review-star {
    margin-right: 3px; }
  #iqitreviews-lightbox .iqitreviews-lightbox-comment {
    font-size: 0.95rem;
    color: #333;
    margin-bottom: 10px;
    white-space: pre-line; }
  #iqitreviews-lightbox .iqitreviews-lightbox-author {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 3px;
    margin: 0;
    font-size: 0.85rem; }
    #iqitreviews-lightbox .iqitreviews-lightbox-author .iqitreviews-author-main {
      opacity: 0.7;
      white-space: nowrap; }
  #iqitreviews-lightbox .iqitreviews-lightbox-reply .iqitreviews-reply {
    margin-left: 0; }
@media (max-width: 767px) {
  #iqitreviews-lightbox .iqitreviews-lightbox-body {
    flex-direction: column;
    align-items: stretch; }
  #iqitreviews-lightbox .iqitreviews-lightbox-gallery,
  #iqitreviews-lightbox .iqitreviews-lightbox-info {
    flex: 0 0 auto; }
  #iqitreviews-lightbox .iqitreviews-lightbox-swiper {
    height: 300px; } }

/* Reviews count badge on the product tab */
.iqitreviews-tab-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  margin-left: 6px;
  border-radius: 9px;
  background: #444;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  vertical-align: middle; }

/* Verified purchase badge */
.iqitreviews-verified {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: #1ba94c;
  font-size: 0.8rem;
  font-weight: 500;
  white-space: nowrap; }
  .iqitreviews-verified i {
    color: #1ba94c; }

/* Review header: rating left, author + date right */
#iqitreviews-list .iqitreviews-review .iqitreviews-review-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 0.5rem; }
  #iqitreviews-list .iqitreviews-review .iqitreviews-review-head .rating {
    margin: 0;
    line-height: 1; }
  #iqitreviews-list .iqitreviews-review .iqitreviews-review-head .author {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
    margin: 0;
    font-size: 0.85rem;
    line-height: 1.2; }
    #iqitreviews-list .iqitreviews-review .iqitreviews-review-head .author .iqitreviews-author-main {
      opacity: 0.7;
      white-space: nowrap; }

/* Feed: fade hint on the right edge ("there is more") */
.iqitreviews-feed {
  position: relative; }
  .iqitreviews-feed::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 56px;
    z-index: 3;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 85%);
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.25s ease; }
  .iqitreviews-feed.iqitreviews-feed--scrolled::after {
    opacity: 0; }

/* Lightbox arrows in theme style (FontAwesome chevrons, rounded) */
#iqitreviews-lightbox .swiper-button-next,
#iqitreviews-lightbox .swiper-button-prev {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  transition: background 0.15s; }
  #iqitreviews-lightbox .swiper-button-next:hover,
  #iqitreviews-lightbox .swiper-button-prev:hover {
    background: rgba(0, 0, 0, 0.7); }
  #iqitreviews-lightbox .swiper-button-next::after,
  #iqitreviews-lightbox .swiper-button-prev::after {
    font-family: 'FontAwesome';
    font-size: 18px; }
  #iqitreviews-lightbox .swiper-button-prev::after {
    content: '\f104'; }
  #iqitreviews-lightbox .swiper-button-next::after {
    content: '\f105'; }

/* Lightbox pagination below the photo */
#iqitreviews-lightbox .iqitreviews-lightbox-pagination {
  position: static;
  text-align: center;
  margin-top: 12px; }

/* --- Home reviews grid carousel --- */
.iqitreviews-home {
  position: relative;
  margin: 30px 0; }
  .iqitreviews-home .iqitreviews-home-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 16px; }
  .iqitreviews-home .iqitreviews-home-swiper {
    padding: 4px 4px 38px; }
  .iqitreviews-home .iqitreviews-home-swiper:not(.swiper-initialized) {
    overflow: hidden; }
    .iqitreviews-home .iqitreviews-home-swiper:not(.swiper-initialized) .swiper-wrapper {
      display: flex; }
    .iqitreviews-home .iqitreviews-home-swiper:not(.swiper-initialized) .swiper-slide {
      flex: 0 0 auto;
      width: 25%; }
  .iqitreviews-home .swiper-slide {
    height: auto; }
  .iqitreviews-home .iqitreviews-home-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
    color: inherit;
    text-decoration: none;
    transition: box-shadow 0.15s; }
    .iqitreviews-home .iqitreviews-home-card:hover {
      box-shadow: 0 8px 26px rgba(0, 0, 0, 0.1);
      color: inherit;
      text-decoration: none; }
  .iqitreviews-home .iqitreviews-home-card-photo {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 72%; }
    .iqitreviews-home .iqitreviews-home-card-photo img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  .iqitreviews-home .iqitreviews-home-card-content {
    position: relative;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    padding: 14px 16px 16px; }
  .iqitreviews-home .iqitreviews-home-quote {
    display: none; }
  .iqitreviews-home .iqitreviews-home-card-rating {
    font-size: 0.85rem;
    margin-bottom: 8px; }
    .iqitreviews-home .iqitreviews-home-card-rating .iqit-review-star {
      margin-right: 2px; }
  .iqitreviews-home .iqitreviews-home-card-text {
    font-size: 0.88rem;
    line-height: 1.45;
    color: #222;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .iqitreviews-home .iqitreviews-home-card-meta {
    display: flex;
    flex-direction: column;
    gap: 1px;
    margin-top: auto;
    margin-bottom: 10px; }
  .iqitreviews-home .iqitreviews-home-card-date {
    font-size: 0.78rem;
    opacity: 0.55;
    order: -1; }
  .iqitreviews-home .iqitreviews-home-card-author {
    font-weight: 600;
    font-size: 0.88rem; }
  .iqitreviews-home .iqitreviews-home-card-product {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.07); }
    .iqitreviews-home .iqitreviews-home-card-product-img {
      width: 28px;
      height: 28px;
      object-fit: contain;
      border-radius: 5px;
      flex: 0 0 auto; }
    .iqitreviews-home .iqitreviews-home-card-product-name {
      font-size: 0.8rem;
      font-weight: 600;
      opacity: 0.75;
      line-height: 1.25;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
  .iqitreviews-home .swiper-button-next,
  .iqitreviews-home .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    border-radius: 50%;
    color: #fff;
    background: rgba(0, 0, 0, 0.45);
    transition: background 0.15s; }
    .iqitreviews-home .swiper-button-prev {
      left: 0; }
    .iqitreviews-home .swiper-button-next {
      right: 0; }
    .iqitreviews-home .swiper-button-next:hover,
    .iqitreviews-home .swiper-button-prev:hover {
      background: rgba(0, 0, 0, 0.7); }
    .iqitreviews-home .swiper-button-next::after,
    .iqitreviews-home .swiper-button-prev::after {
      font-family: 'FontAwesome';
      font-size: 16px; }
    .iqitreviews-home .swiper-button-prev::after {
      content: '\f104'; }
    .iqitreviews-home .swiper-button-next::after {
      content: '\f105'; }
  .iqitreviews-home .iqitreviews-home-pagination {
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    text-align: center; }
  .iqitreviews-home .swiper-pagination-bullet-active {
    background: #444; }
  @media (max-width: 991px) {
    .iqitreviews-home .iqitreviews-home-swiper:not(.swiper-initialized) .swiper-slide {
      width: 33.333%; } }
  @media (max-width: 767px) {
    .iqitreviews-home .iqitreviews-home-swiper:not(.swiper-initialized) .swiper-slide {
      width: 50%; }
    .iqitreviews-home .iqitreviews-home-card-text {
      font-size: 1rem; }
    .iqitreviews-home .swiper-button-next,
    .iqitreviews-home .swiper-button-prev {
      display: none; } }
  @media (max-width: 575px) {
    .iqitreviews-home .iqitreviews-home-swiper:not(.swiper-initialized) .swiper-slide {
      width: 85%; } }

/*# sourceMappingURL=front.css.map*/