/* Add custom CSS styles below */ 
.custom-whatsapp-btn {
  position: fixed;
  bottom: 80px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #243E58;
  color: #fff;
  padding: 12px 18px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  z-index: 9999;
}

.custom-whatsapp-btn .icon {
  background: #25D366;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader-init {

    display: none !important;
}

    .s-products-list-vertical-cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

.custom-comment {
    background: #fff;
    padding: 16px;
    margin-bottom: 12px;
    border-radius: 8px;
    border: 1px solid #f0f0f0;
}

.comment-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 8px;
}

.user-name {
    font-weight: 600;
    font-size: 15px;
    color: #1a1a1a;
}

.purchase-badge {
    background: #ffd900;
    color: #000;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
}

.time-ago {
    color: #999;
    font-size: 13px;
}

.comment-rating {
    margin-bottom: 8px;
}

.comment-rating .s-rating-stars-wrapper {
    display: flex;
    gap: 2px;
}

.comment-rating .s-rating-stars-btn-star {
    width: 16px;
    height: 16px;
}

.comment-rating .s-rating-stars-selected svg {
    fill: #ffd900;
}

.comment-text {
    color: #4a4a4a;
    font-size: 14px;
    line-height: 1.6;
    text-align: right;
}

.s-comments-item-avatar,
.s-comments-item-like-btn {
    display: none !important;
}
.s-comments-flex {
    background: #fbbf24;
    border-radius: 20px;
    padding-left: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 3px;
}
salla-comment-item.s-comments-item.hydrated.animated {
    padding: 0 !IMPORTANT;
    margin: 0 !important;
}
.custom-comment {
    margin: 0;
}
span.star.filled, span.star {
    color: #fbbf24;
    font-size: 23px !important;
}