@property --offset{syntax:"<length-percentage>";inherits:false;initial-value:0}@keyframes move{0%{--offset:0%}to{--offset:100%}}@keyframes moveback{0%{--offset:100%}to{--offset:0%}}.add-to-cart-button{background-color:#ff5f34;background-image:linear-gradient(90deg,#ff5f34 calc(var(--offset) - 100%),#f90 var(--offset),#ff5f34 calc(var(--offset) + 100%));animation:moveback .3s linear 1 forwards}.add-to-cart-button.disabled{background-color:#020202;background-image:none;animation:none}.add-to-cart-button:hover{animation:move .3s linear 1 forwards}@media(min-width:1920px)and (min-width:768px){.help-me-choose_helpMeChoose__kyIfV{height:67.3148148148vh}}