.shop .container{display:flex;flex-direction:column;align-items:center;justify-content:center}.shop .container .deco-container{position:relative;width:fit-content}.shop .container .deco-container .shop-deco{width:100%;max-width:100%}.shop .container .deco-container .star{position:absolute;animation:star-animation 10s linear infinite}.shop .container .deco-container .star.star-1{bottom:23px;left:0}.shop .container .deco-container .star.star-2{top:61px;right:-2px}.shop .container .title{text-align:center;width:90%;margin-bottom:20px;max-width:520px;display:flex;justify-content:center}.shop .container .title:before{content:"✨"}.shop .container .text{text-align:center;width:90%}
