.header__quick-checkout{padding:.8rem 1.4rem;font-size:1.3rem;text-decoration:none;font-weight:600;margin-right:1rem;color:rgb(var(--color-base-background-1));transition:background-color .2s ease,transform .2s ease;gap:.6rem;background-color:rgb(var(--color-base-primary));align-items:center;border-radius:var(--buttons-radius,4px);white-space:nowrap;display:none}.header__quick-checkout:hover{transform:translateY(-1px);background-color:rgb(var(--color-base-accent-1))}.header__quick-checkout svg{height:16px;flex-shrink:0;width:16px}@media (min-width:990px){.header__quick-checkout.has-items{display:inline-flex}}.floating-checkout{padding:1.2rem 1.8rem;font-size:1.4rem;text-decoration:none;font-weight:600;right:20px;color:rgb(var(--color-base-background-1));transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease;position:fixed;bottom:20px;gap:.8rem;background-color:rgb(var(--color-base-primary));align-items:center;box-shadow:0 4px 20px #00000040;border-radius:50px;display:none;z-index:999}.floating-checkout:hover{transform:translateY(-2px);background-color:rgb(var(--color-base-accent-1));box-shadow:0 6px 25px #0000004d}.floating-checkout svg{height:18px;flex-shrink:0;width:18px}.floating-checkout__count{height:20px;padding:0 6px;justify-content:center;font-size:1.1rem;font-weight:700;color:rgb(var(--color-base-primary));min-width:20px;background-color:rgb(var(--color-base-background-1));align-items:center;border-radius:10px;display:inline-flex}@media (max-width:989px){.floating-checkout.has-items{display:inline-flex}}body.template-cart .floating-checkout,body[class*=checkout] .floating-checkout,body[class*=checkout] .header__quick-checkout{display:none!important}.floating-support{padding:1.2rem 1.8rem;font-size:1.4rem;text-decoration:none;font-weight:600;color:#fff;transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease;position:fixed;bottom:20px;gap:.8rem;background-color:#25d366;align-items:center;box-shadow:0 4px 20px #00000040;border-radius:50px;left:20px;display:inline-flex;z-index:999}.floating-support:hover{transform:translateY(-2px);background-color:#1fb855;box-shadow:0 6px 25px #0000004d}.floating-support svg{height:18px;flex-shrink:0;width:18px}@media (min-width:990px){.floating-support{display:none}}.floating-checkout,.floating-support,.header__quick-checkout{animation:quickCheckoutFadeIn .3s ease}@keyframes quickCheckoutFadeIn{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}