.loader{width:24px;height:24px;border-radius:50%;display:inline-block;position:relative;border:10px solid;border-color:rgb(255 255 255 / .15) rgb(255 255 255 / .25) rgb(255 255 255 / .35) rgb(255 255 255 / .5);box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.addToCartBtn{text-align:center}.alreadyInCart{color:#db9065;font-size:20px;margin-top:15px}