.t888-product-info-widget {
  width: 100%;
}

.t888-product-info-products {
  max-width: 420px;
  margin: 0 auto;
  background: #fff;
}
.t888-product-info-products > .grid-product-item {
  position: relative;
  padding: 18px;
}
.t888-product-info-products > .grid-product-item::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #c8605f;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 4;
}
.t888-product-info-products > .grid-product-item:hover::before {
  opacity: 1;
}
.t888-product-info-products .grid-product-item:hover .product-thumbnail::after {
  opacity: 1;
}
.t888-product-info-products .grid-product-item:hover .product-thumbnail .primary-img {
  opacity: 0.2;
}
.t888-product-info-products .grid-product-item:hover .product-thumbnail .hover-img {
  opacity: 0;
}
.t888-product-info-products .grid-product-item:hover .hover-actions-group {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
.t888-product-info-products .product-item-inner {
  position: relative;
}
.t888-product-info-products .product-thumbnail {
  position: relative;
  overflow: hidden;
}
.t888-product-info-products .product-thumbnail::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.78);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 3;
}
.t888-product-info-products .product-thumbnail .product-link {
  display: block;
  position: relative;
}
.t888-product-info-products .product-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.35s ease;
}
.t888-product-info-products .product-thumbnail .hover-img {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.t888-product-info-products .product-content {
  text-align: center;
  padding-top: 16px;
}
.t888-product-info-products .product-title {
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: none;
}
.t888-product-info-products .product-title a {
  color: #222;
}
.t888-product-info-products .product-rating {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}
.t888-product-info-products .product-price {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 8px !important;
  color: #c8605f !important;
  font-size: 18px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
}
.t888-product-info-products .product-price del {
  opacity: 0.55;
}
.t888-product-info-products .product-price del .amount,
.t888-product-info-products .product-price del bdi {
  color: #777;
}
.t888-product-info-products .hover-actions-group {
  position: absolute;
  top: auto;
  bottom: 18px;
  left: 50%;
  transform: translate(-50%, 12px);
  display: flex;
  gap: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 4;
}
.t888-product-info-products .hover-actions-group .action-btn {
  width: 64px;
  height: 64px;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #222;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.t888-product-info-products .hover-actions-group .action-btn .icon-layer {
  font-size: 28px;
  line-height: 1;
  z-index: 1;
  pointer-events: none;
}
.t888-product-info-products .hover-actions-group .action-btn .btn-layer {
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
}
.t888-product-info-products .hover-actions-group .action-btn .btn-layer a,
.t888-product-info-products .hover-actions-group .action-btn .btn-layer button {
  display: block !important;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: none !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 45px !important;
  border-radius: inherit;
  cursor: pointer;
}
.t888-product-info-products .hover-actions-group .action-btn .btn-layer a::before, .t888-product-info-products .hover-actions-group .action-btn .btn-layer a::after,
.t888-product-info-products .hover-actions-group .action-btn .btn-layer button::before,
.t888-product-info-products .hover-actions-group .action-btn .btn-layer button::after {
  display: none !important;
}
.t888-product-info-products .hover-actions-group .action-btn:hover, .t888-product-info-products .hover-actions-group .action-btn:focus-within {
  background-color: #c8605f;
  color: #fff;
}
.t888-product-info-products .hover-actions-group .action-btn:hover .icon-layer, .t888-product-info-products .hover-actions-group .action-btn:focus-within .icon-layer {
  color: #fff;
}

.t888-product-info-empty {
  margin: 0;
  padding: 20px;
  text-align: center;
}

@media (max-width: 767px) {
  .t888-product-info-products {
    max-width: 340px;
  }
  .t888-product-info-products .product-title {
    font-size: 15px;
  }
  .t888-product-info-products .product-price {
    font-size: 20px;
  }
}
body .elementor-widget .t888-product-info-products .star-rating,
body .elementor-widget .t888-product-info-products .star-rating *,
body .elementor-widget .t888-product-info-products .custom-star-rating,
body .elementor-widget .t888-product-info-products .custom-star-rating * {
  color: #ffce00 !important;
  fill: #ffce00 !important;
}

body .t888-product-info-products .star-rating i,
body .t888-product-info-products .star-rating svg,
body .t888-product-info-products .star-rating::before,
body .t888-product-info-products .star-rating span::before,
body .t888-product-info-products .custom-star-rating i,
body .t888-product-info-products .custom-star-rating svg,
body .t888-product-info-products .custom-star-rating::before,
body .t888-product-info-products .custom-star-rating span::before {
  font-size: 16px !important;
  width: 16px;
  height: 16px;
}

/*# sourceMappingURL=t888-product-info.css.map */
