.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: 188.6px;
    right: 11.6px;
    background: linear-gradient(45deg, #a50404, #df3500);
    color: #fff;
    padding: 0px 18px;
    border-radius: 50px;
    font-size: 11.8px;
    font-weight: bold;
    display: flex
;
    align-items: center;
    gap: 1px;
    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);
  }
  .product-entry--vertical .promotion-badge {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (max-width: 640px) {
    @media (max-width: 640px) {
        html[dir=rtl] .product-entry--vertical .promotion-badge {
            right: 0.01rem;
        }
    }
}

.promotion-badge {
    position: absolute;
    top: 0.75rem;
    z-index: 10;
    border-radius: 10px;
    background-color: #414042;
    background-color: var(--color-primary);
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 12px;
    line-height: 1.23rem;
    color: #ff6767;
    color: var(--color-primary-reverse);
}

@media (max-width: 640px) {
    .product-entry--vertical .promotion-badge {
        top: auto;
        bottom: 0.625rem;
        max-width: calc(100% - 120px);
    }
}