.deal-of-the-month-shimmer{z-index:999999;display:flex;width:100%;flex-direction:column;gap:15px;padding:15px;cursor:pointer;transition:all .3s ease;background-color:#fff;border-radius:6px;position:relative;box-shadow:0 1px 3px 0 #0000001A;height:250px}.deal-of-the-day-rating-shimmer,.deal-of-the-month-heading-shimmer,.deal-of-the-month-price-shimmer{width:100%;height:20px;border-radius:10px;background-color:#f0f0f0}.deal-of-the-month-image-shimmer{height:205px;width:100%;background-color:#f0f0f0}.deal-of-the-month-image-shimmer:before{content:"";position:absolute;top:0;left:-150%;height:100%;width:150%;background:linear-gradient(90deg,rgba(240,240,240,0),rgba(255,255,255,.5) 50%,rgba(240,240,240,0));animation:shimmer 1.5s infinite}@keyframes shimmer{0%{transform:translateX(-50%)}to{transform:translateX(100%)}}