<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">sticky-button{position:fixed;background-color:#fff;width:100%;left:0;z-index:10;transition:all .3s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;bottom:-200px;display:flex;justify-content:center;align-items:center;box-shadow:0 0 10px #0000001a}sticky-button.active{bottom:0}sticky-button .scroll-top-btn{margin:.5rem;cursor:pointer;border:1px solid #464664;border-radius:9999px;width:40px;height:40px;display:flex;justify-content:center;align-items:center}sticky-button .product-block-wrapper{padding:.5rem;flex:1}sticky-button .product-block{display:flex;gap:.5rem;justify-content:space-between;align-items:center;padding:.5rem}sticky-button .product-img{flex-shrink:0;border-radius:.375rem;width:80px;height:80px}sticky-button .product-info{display:flex;flex-direction:column;justify-content:space-between;flex-grow:1;margin-right:1rem}sticky-button .product-text{display:flex;flex-direction:column;height:100%}sticky-button .product-title{font-weight:500;word-break:break-word}sticky-button .product-subtitle{font-weight:400;font-size:.8rem}sticky-button .rating-block{margin-top:.5rem}sticky-button .add-to-cart-section{display:flex;align-items:center;justify-content:space-between}sticky-button .add-to-cart-btn{background:#000;color:#fff;padding:1.25rem;display:flex;justify-content:center;align-items:center;font-size:1.1rem;font-weight:600;text-transform:uppercase}scroll-in-top:hover{background-color:#464664;transition:all .3s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}scroll-in-top:hover svg path{stroke:#fff}@media screen and (max-width: 550px){sticky-button .product-img,sticky-button .scroll-top-btn{display:none}sticky-button .add-to-cart-section{min-width:185px}}@media screen and (max-width: 400px){sticky-button .product-info{display:none}sticky-button .add-to-cart-section{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/76/assets/sticky-button.css.map */
</pre></body></html>