.priceListContainer{max-width:1280px;padding:20px}.priceListItemContainer{display:flex;flex-direction:column;align-items:center;justify-content:center}.priceListItemIcon{object-fit:contain;margin-bottom:10px}.priceListItemTitle{font-weight:400;color:#626262;text-align:center}.priceListItemPrice{font-weight:700;color:#8955af}.priceListItemOriginalPrice{font-weight:300;color:#626262;-webkit-text-decoration-line:strikethrough;text-decoration-line:strikethrough}.fullBodyPriceContainer{display:flex;max-width:1280px;flex-direction:column;align-items:center;justify-content:center;text-align:center;background-color:#faf7ff;border-top:none;border-radius:0 0 10px 10px;padding:10px 0}.mobileTreatmentCardContainer{position:relative;display:flex;align-items:center;justify-content:space-between;border-radius:100px;border:1px solid #9e83b2;height:40px;overflow:hidden}.mobileTreatmentCardImage{width:30%}.mobileTreatmentCardImage,.mobileTreatmentCardImageSelected{height:100%;object-fit:cover;border-radius:100px;transition:width .5s ease-in-out}.mobileTreatmentCardImageSelected{width:100%}.mobileTreatmentText{width:70%;color:#8955af;font-weight:300}.mobileTreatmentText,.mobileTreatmentTextSelected{position:absolute;text-align:center;letter-spacing:1.5px;right:0;transition:all .5s ease-in-out}.mobileTreatmentTextSelected{width:100%;color:#fff;font-weight:500;text-shadow:0 2px 3px rgba(0,0,0,.5)}