/* INTIMILIFE: SHOPLINE comment app star overrides (collection + PDP) */
.product-plugin-comment-rate-star {
  align-items: center !important;
}

.product-plugin-comment-rate-star > div:first-child {
  height: 20px !important;
  gap: 3px !important;
}

.product-plugin-comment-rate-star svg {
  width: 20px !important;
  height: 20px !important;
}

.product-plugin-comment-rate-star [class*="star-half"] {
  width: 20px !important;
  height: 20px !important;
}

.product-plugin-comment-rate-star > div:last-child:not(:first-child) {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: rgba(24, 24, 39, 0.78) !important;
}

theme-product-card .block-product-card-info {
  gap: 4px !important;
  row-gap: 4px !important;
}

theme-product-card .block-product-card-info .block-product-title,
theme-product-card .block-product-card-info a.block-product-title {
  padding-block-end: 0 !important;
}

theme-product-card .block-product-card-info > div:has(.product-plugin-comment-rate-star) {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
  height: auto !important;
}

theme-product-card .block-product-card-info .product-plugin-comment-rate-star,
theme-product-card .product-plugin-comment-rate-star {
  margin: 0 0 2px !important;
  height: 22px !important;
  justify-content: flex-start !important;
}

.product-detail__info .plugin-product-comment-product-subTitle-start,
.product-detail__info .product-plugin-comment-rate-star {
  margin: 2px 0 10px !important;
  height: 26px !important;
}

.product-detail__info .plugin-product-comment-product-subTitle-start > div:last-child,
.product-detail__info .product-plugin-comment-rate-star > div:last-child {
  font-size: 16px !important;
  font-weight: 700 !important;
}

.product-detail__info h1.product-detail__title {
  margin-bottom: 0 !important;
}

.product-detail__info [data-ssr-plugin-comment-app-block-start] {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
}

@media (max-width: 767px) {
  .product-plugin-comment-rate-star > div:first-child {
    height: 18px !important;
  }

  .product-plugin-comment-rate-star svg,
  .product-plugin-comment-rate-star [class*="star-half"] {
    width: 18px !important;
    height: 18px !important;
  }

  theme-product-card .block-product-card-info {
    gap: 3px !important;
    row-gap: 3px !important;
  }

  theme-product-card .product-plugin-comment-rate-star {
    height: 20px !important;
    margin: 0 0 1px !important;
  }

  .product-detail__info .product-plugin-comment-rate-star {
    height: 24px !important;
    margin: 1px 0 8px !important;
  }
}
