.sticky_to_cart{position:fixed;bottom:0;left:0;width:100%;z-index:49;height:0;transition:height .2s linear;overflow:hidden}.sticky_to_cart.visible{height:150px}.newsletter_product{width:100%;background-color:#fff;margin-top:auto;display:flex;justify-content:center;padding:40px 20px 0}.newsletter_product section{width:100%;max-width:1090px;display:flex;justify-content:space-between;position:relative;align-items:center;& div:first-child{display:flex;gap:10px}}.newsletter_exit{position:absolute;top:20px;right:20px}.newsletter_exit img{rotate:45deg;cursor:pointer;&:hover{animation:exitSpin .6s ease-in-out forwards}}@keyframes exitSpin{0%{rotate:45deg}to{rotate:405deg}}.newsletter_product h3{font-size:3.5rem;font-weight:600}.newsletter_product h3,.newsletter_product h5{font-family:var(--font-safiro);font-style:normal;line-height:normal}.newsletter_product h5{font-size:1.5rem;font-weight:400;margin-top:auto;padding-bottom:6px}.newsletter_product h4{font-size:3.33rem;font-weight:500}.newsletter_product button,.newsletter_product h4{font-family:var(--font-safiro);font-style:normal;line-height:normal;text-transform:uppercase}.newsletter_product button{color:#fff;text-align:center;font-size:1.75rem;font-weight:700;letter-spacing:1.05px;background-color:#c71d21;padding:23px 0 22px;width:50%;max-width:397px;border-radius:35px}@media (min-width:1025px) and (max-width:1700px){.newsletter_product{width:100%;background-color:#fff;margin-top:auto;display:flex;justify-content:center;padding:0 20px}.sticky_to_cart.visible{height:110px}.newsletter_product section{width:100%;max-width:768px;& div:first-child{gap:8px}}.newsletter_product h3{font-size:2.5rem}.newsletter_product h5{font-size:1.1rem;padding-bottom:4px}.newsletter_product h4{font-size:2.5rem}.newsletter_product button{font-size:1.5rem;letter-spacing:.9px;padding:14px 0;max-width:277px}}@media (max-width:1024px){.newsletter_exit{top:12px;right:12px}.newsletter_exit img{width:20px;height:20px}}@media (max-width:768px){.newsletter_product{width:100%;background-color:#fff;margin-top:auto;display:flex;justify-content:center;padding:0 20px}.newsletter_product section{justify-content:space-between;align-items:center;& div:first-child{flex-direction:column}}}@media (max-width:430px){.newsletter_product section{& div:first-child{display:none}}.newsletter_exit{top:8px;right:8px}}@media (max-width:376px){.sticky_to_cart.visible{height:100px}}