div.main-content.md\:sticky.md\:overflow-hidden.top-24.w-full.md\:w-2\/4.md\:pb-16 > form > section.sticky-product-bar.bg-white.p-5.rounded-md.rounded-b-none > salla-add-product-button > div > salla-mini-checkout-widget {
  animation: pulse-cycle 6s ease-in-out infinite;
}

@keyframes pulse-cycle {
  0%, 10%   { transform: scale(1); }
  5%        { transform: scale(1.05); }

  20%, 30%  { transform: scale(1); }
  25%       { transform: scale(1.05); }

  40%, 50%  { transform: scale(1); }
  45%       { transform: scale(1.05); }

  100%      { transform: scale(1); }
}