.before-button{display:none!important;}.pop_up_count {display: flex;align-items: center;justify-content:center;background-color: #ededed;color: #000;padding: 1rem 1rem 1rem 2.5rem;line-height: 1;font-size: 1.2rem;max-width: 44rem;margin-bottom: 0;letter-spacing: 0.1px;}.swatch-element{display:inline-flex;}span.Inventory-color-box {display: inline-block;width: 10px;height: 10px;border-radius: 50%;margin-right: 11px;margin-left: 2px;position: relative;background-color: #008060;}span.Inventory-color-box.outstock{background-color: #ff0000;}span.Inventory-color-box.preorder{background-color: #ff7e00;}span.Inventory-color-box:before {content: "";position: absolute;width: 100%;height: 100%;background-color: inherit;border-radius: 50%;animation: ripple 1.5s ease-out infinite;}@keyframes ripple{0%{opacity:1;transform:scale(0);}to{opacity:0;transform:scale(3);}}