.sticky-product-form{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e5e5e5;box-shadow:0 -4px 20px #00000026;z-index:1000;padding:16px;transform:translateY(100%);transition:transform .3s ease-in-out;display:none}.sticky-product-form.is-visible{transform:translateY(0)}.sticky-product-form__content{display:flex;align-items:center;gap:12px;justify-content:space-between}.sticky-product-form__quantity{display:flex;align-items:center;gap:4px;border:1px solid #ddd;border-radius:32px;padding:1px}.sticky-product-form__quantity .quantity__input{width:50px;text-align:center;padding:8px 4px;border:1px solid #fff;border-radius:4px;font-size:14px;background:#fff}.sticky-product-form__quantity .quantity__button{width:32px;height:32px;border:1px solid #fff;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#666}.sticky-product-form__quantity .quantity__button:hover{background:#f5f5f5;border-color:#ccc;color:#333}.sticky-product-form__quantity .quantity__button svg{width:12px;height:12px}.sticky-product-form__buy-button{background:#ffe036;color:#000;border:none;padding:12px 24px;border-radius:32px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease;white-space:nowrap;flex:1;max-width:200px}.sticky-product-form__buy-button:hover{background:#ffe036cc}.sticky-product-form__buy-button:disabled{background:#ccc;cursor:not-allowed}@media (min-width: 768px){.sticky-product-form{display:none!important}}@media (max-width: 767px){.sticky-product-form{display:block}body.sticky-form-active{padding-bottom:80px}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/sticky-product-form.css.map */
