.comment {
    padding: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
  }.smt-app-whatsapp .sm-shake img, .smt-app-whatsapp .sm-shake i {
  animation:
sm-shake-animation linear 1.5s infinite;
}
  .product-entry__image {
  position: relative;
  min-height: 150px;
  width: 100%;
  overflow:
hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(243, 244, 246);
  background-color: rgb(255, 255, 255);
}@media (min-width: 1024px) {
  .product-entry .content-wrap {
    padding:
2rem;
    background-color: rgb(244, 244, 244);
  }
}
  .comment-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
  }
  
  .comment-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: 10px;
    object-fit: cover;
  }
  
  .comment-meta {
    flex-grow: 1;
  }
  
  .comment-name {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
  }
  
  .comment-purchase {
    margin: 5px 0 0;
    font-size: 14px;
    color: #666;
  }
  
  .stars {
    color: #FFC107;
  }
  
  .comment-content {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.5;
  }
  
  .time {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    color: #999;
  }
  
  .load-more-btn {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
  }
  
  .load-more-btn:hover {
    background-color: #e9e9e9;
  }

.best-seller-badge {
  position: absolute;
  top: 16.6px;
  right: 70.6px;
  background:
linear-gradient(45deg, #a50404, #df3500);
  color: #fff;
  padding:
6px 14px;
  border-radius:
50px;
  font-size: 10.8px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap:
6px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  animation:
pulseBadge 1.8s infinite;
  z-index: 10;
}

@keyframes pulseBadge {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}.product-entry--vertical .content-wrap {
  flex-grow: 0;
 background-color: rgb(244, 244, 244);
  }
  
  #wa-floating-icon {
    border-radius: 50%;
}