/** Shopify CDN: Minification failed

Line 126:0 Unexpected "<"
Line 169:0 Unexpected "<"

**/
.grid-product__tag.grid-product__tag--sale{
  top: 10px;
  left: 10px;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
}

.grid-product__secondary-image{
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.grid__image-ratio img.lazyloaded{
  animation: unset !important;
}

.add-to-cart{
  font-weight: 600 !important;
}

.usp-item svg{
  height: 20px !important;
  width: auto !important;
}
.shipping-banner-mova {
  background: #f5f5f5;
  border-radius: 8px;
  padding: 8px 18px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin: 0px 0;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 12px;
}

.shipping-left-mova {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.shipping-right-mova {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  flex-shrink: 0;
}

.pulse-dot-mova {
  width: 8px;
  height: 8px;
  background: #4ade80;
  border-radius: 50%;
  position: relative;
  animation: pulse-animation-mova 2s ease-in-out infinite;
  flex-shrink: 0;
}

@keyframes pulse-animation-mova {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.1);
  }
}

.pulse-dot-mova::after {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 50%;
  background: #4ade80;
  opacity: 0;
  animation: pulse-ring-mova 2s ease-in-out infinite;
}

@keyframes pulse-ring-mova {
  0% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

.shipping-flag-mova {
  font-size: 18px;
}

@media (max-width: 640px) {
  .shipping-banner-mova {
    flex-direction: row;
    padding: 8px 14px;
    gap: 8px;
    font-size: 12px;
  }
}
<style>
.social-proof-cl-mova {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 1px;
  margin-bottom: -8px !important;
  font-size: 14px;
}
.star-mova {
  color: #FFB800;
  font-size: 18px;
  line-height: 1;
}
.half-star-mova {
  background: linear-gradient(90deg, #FFB800 70%, #ddd 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 18px;
  line-height: 1;
}
.review-text-mova {
  margin-left: 8px;
  font-size: 14px;
  color: #000;
  font-weight: normal;
}
@media (max-width: 768px) {
  .social-proof-cl-mova {
    font-size: 13px;
    margin-bottom: 12px !important;
    margin-top: 8px;
  }
  
  .star-mova, .half-star-mova {
    font-size: 16px;
  }
  
  .review-text-mova {
    font-size: 14px;
  }
}
</style>