.spinner{display:flex}.spinner div{animation:spinner 1.4s infinite;background-color:#ff7ca7;border-radius:100%}.spinner.small div{height:5px;margin:0 2px;width:5px}.spinner.large div{height:10px;margin:0 2px;width:10px}.spinner .a1{animation-delay:-.32s}.spinner .a2{animation-delay:-.16s}@keyframes spinner{0%{transform:scale(0)}50%{transform:scale(1)}to{transform:scale(0)}}.product-part{display:flex;justify-content:space-between;padding:10px 0}.product-part .number{align-items:center;background-color:#00bfff;border-radius:50%;color:#fff;display:flex;font-size:14px;height:30px;justify-content:center;margin:0 10px;width:30px}@media (max-width:760px){.product-part{flex-direction:column}}
