.pt_sale__loading{display:flex;justify-content:center;align-items:center;width:100%;height:100%;padding:1.6rem;box-sizing:border-box;text-align:center;gap:1.6rem}.pt_sale__loading .loading-dot{height:5rem;width:1.6rem;text-align:center;position:relative}.pt_sale__loading .loading-dot::after{content:"";display:block;width:1.6rem;height:1.6rem;margin:0 auto;background:var(--color_sale);border-radius:50%;box-shadow:0 0 .2rem #fff;position:absolute;left:0;-webkit-animation:circle .5s alternate infinite ease;animation:circle .5s alternate infinite ease}.pt_sale__loading .loading-dot::before{content:"";display:block;width:1.6rem;height:2rem;margin-left:-0.2rem;border-radius:50%;background-color:rgba(0,0,0,.5);position:absolute;bottom:0;left:15%;filter:blur(1px);-webkit-animation:shadow .5s alternate infinite ease;animation:shadow .5s alternate infinite ease;transform:scaleY(0.2) scaleX(0.2);opacity:.2}.pt_sale__loading .loading-dot:nth-child(1)::before,.pt_sale__loading .loading-dot:nth-child(1)::after{-webkit-animation-delay:0s;animation-delay:0s}.pt_sale__loading .loading-dot:nth-child(2)::before,.pt_sale__loading .loading-dot:nth-child(2)::after{-webkit-animation-delay:.2s;animation-delay:.2s}.pt_sale__loading .loading-dot:nth-child(3)::before,.pt_sale__loading .loading-dot:nth-child(3)::after{-webkit-animation-delay:.4s;animation-delay:.4s}@-webkit-keyframes circle{0%{top:calc(100% - 1.6rem);height:.5rem;border-radius:5rem 5rem 2.5rem 2.5rem;transform:scaleY(1.7)}40%{height:2rem;border-radius:50%;transform:scaleY(1)}100%{top:0}}@keyframes circle{0%{top:calc(100% - 1.6rem);height:.5rem;border-radius:5rem 5rem 2.5rem 2.5rem;transform:scaleY(1.7)}40%{height:2rem;border-radius:50%;transform:scaleY(1)}100%{top:0}}@-webkit-keyframes shadow{0%{transform:scaleY(0.5) scaleX(1.1);opacity:.6}40%{transform:scaleY(0.4) scaleX(0.8);opacity:.4}100%{transform:scaleY(0.2) scaleX(0.2);opacity:.2}}@keyframes shadow{0%{transform:scaleY(0.5) scaleX(1.1);opacity:.6}40%{transform:scaleY(0.4) scaleX(0.8);opacity:.4}100%{transform:scaleY(0.2) scaleX(0.2);opacity:.2}}