.custom-add-to-cart-buttons{gap:20px;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;button{position:relative;padding:10px 20px;cursor:pointer;margin-right:0!important;margin-bottom:0!important;line-height:1.2!important;width:100%}}.custom-add-to-cart-button-badge,.custom-add-to-cart-button-image{position:absolute;animation:pulseAnimate 1.5s ease infinite}.custom-add-to-cart-button-badge{bottom:-5px;right:50%;padding:0 12px;border-radius:200px;transform:translate(50%,50%);width:max-content;transform-origin:right}.custom-add-to-cart-button-image{height:80px;aspect-ratio:1;background-size:contain;background-repeat:no-repeat;rotate:-10deg;bottom:-40px;right:-40px}.custom-add-to-cart-button-image-txt{display:none}@keyframes pulseAnimate{0%{scale:1}50%{scale:.9}100%{scale:1}}@media screen and (min-width:760px){.custom-add-to-cart-buttons{button{max-width:335px}}}