.sticky-add-to-cart--v2{position:fixed;bottom:0;left:0;right:0;z-index:100;background:var(--fb-sticky-bg, #ffffff);box-shadow:0 -6px 24px #0f3a5f1a;padding:8px 12px calc(8px + env(safe-area-inset-bottom,0px));border-top:1px solid rgba(15,58,95,.08);transform:translateY(100%);transition:transform .28s cubic-bezier(.2,.8,.2,1),opacity .2s ease,visibility .2s ease;opacity:1;visibility:visible}.sticky-add-to-cart--v2.is-visible{transform:translateY(0)}.sticky-add-to-cart--v2.sticky-add-to-cart--show-on-scroll{opacity:0;visibility:hidden}.sticky-add-to-cart--v2.sticky-add-to-cart--show-on-scroll.is-visible{opacity:1;visibility:visible}.sticky-add-to-cart--v2 .sticky-add-to-cart__inner{display:flex;align-items:center;gap:12px;max-width:1180px;margin:0 auto}.sticky-add-to-cart--v2 .sticky-add-to-cart__product-info{display:flex;align-items:center;gap:10px;flex:1 1 auto;min-width:0}.sticky-add-to-cart--v2 .sticky-add-to-cart__image-container{position:relative;flex-shrink:0;width:var(--fb-sticky-img-size, 44px);height:var(--fb-sticky-img-size, 44px);border-radius:8px;overflow:visible;background:#f4f6f9;border:1px solid #e5e7eb}.sticky-add-to-cart--v2 .sticky-add-to-cart__image{width:100%;height:100%;object-fit:cover;display:block;border-radius:7px;transition:opacity .15s ease}.sticky-add-to-cart--v2 .sticky-add-to-cart__qty-badge{position:absolute;top:-5px;right:-7px;background:var(--fb-sticky-cta-bg, #e26a2c);color:#fff;font-size:10px;font-weight:800;letter-spacing:.02em;padding:2px 6px;border-radius:999px;min-width:20px;text-align:center;line-height:1.1;box-shadow:0 2px 5px #0000002e;border:1.5px solid #fff;z-index:1;animation:fb-sticky-badge-pop .25s cubic-bezier(.34,1.56,.64,1)}@keyframes fb-sticky-badge-pop{0%{transform:scale(.6);opacity:0}to{transform:scale(1);opacity:1}}.sticky-add-to-cart--v2 .sticky-add-to-cart__text{min-width:0;flex:1 1 auto;display:flex;flex-direction:column;gap:2px;line-height:1.2;overflow:hidden}.sticky-add-to-cart--v2 .sticky-add-to-cart__title{font-size:13px;font-weight:700;margin:0;color:#0f3a5f;letter-spacing:-.005em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.sticky-add-to-cart--v2 .sticky-add-to-cart__price-row{display:flex;align-items:baseline;gap:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-add-to-cart--v2 .sticky-add-to-cart__price{font-size:14px;font-weight:800;color:#1f6f47;letter-spacing:-.005em}.sticky-add-to-cart--v2 .sticky-add-to-cart__compare{font-size:11px;font-weight:600;color:#9ca3af;text-decoration:line-through}.sticky-add-to-cart--v2 .sticky-add-to-cart__compare[hidden]{display:none}.sticky-add-to-cart--v2 .sticky-add-to-cart__actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.sticky-add-to-cart--v2 .sticky-add-to-cart__form{display:flex;align-items:center;gap:8px}.sticky-add-to-cart--v2 .sticky-qty{display:inline-flex;align-items:stretch;height:40px;background:#fff;border:1.5px solid #e5e7eb;border-radius:999px;overflow:hidden;flex-shrink:0}.sticky-add-to-cart--v2 .sticky-qty__btn{width:32px;height:100%;border:none;background:transparent;color:#0f3a5f;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .15s ease,color .15s ease;flex-shrink:0}.sticky-add-to-cart--v2 .sticky-qty__btn:hover{background:#f3f5f8}.sticky-add-to-cart--v2 .sticky-qty__btn:disabled{color:#cbd5e1;cursor:not-allowed}.sticky-add-to-cart--v2 .sticky-qty__btn svg{width:14px;height:14px}.sticky-add-to-cart--v2 .sticky-qty__input{width:32px;text-align:center;border:none;background:transparent;font-weight:700;font-size:14px;color:#0f3a5f;padding:0;-moz-appearance:textfield;flex-shrink:0}.sticky-add-to-cart--v2 .sticky-qty__input::-webkit-outer-spin-button,.sticky-add-to-cart--v2 .sticky-qty__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.sticky-add-to-cart--v2.is-bundle-active .sticky-add-to-cart__quantity{display:none}.sticky-add-to-cart--v2 .sticky-add-to-cart__cta{display:inline-flex;align-items:center;justify-content:center;gap:7px;height:44px;padding:0 18px;background:var(--fb-sticky-cta-bg, #e26a2c);color:var(--fb-sticky-cta-text, #ffffff);border:none;border-radius:999px;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;flex-shrink:0;transition:transform .12s ease,filter .12s ease,opacity .15s ease,background-color .2s ease;box-shadow:0 4px 12px #e26a2c40;white-space:nowrap}.sticky-add-to-cart--v2 .sticky-add-to-cart__cta:hover{transform:translateY(-1px);filter:brightness(.96)}.sticky-add-to-cart--v2 .sticky-add-to-cart__cta:active{transform:translateY(0)}.sticky-add-to-cart--v2 .sticky-add-to-cart__cta:disabled{background:#d1d5db;color:#fff;box-shadow:none;cursor:not-allowed;transform:none}.sticky-add-to-cart--v2 .sticky-add-to-cart__cta.is-loading{opacity:.75;cursor:progress}.sticky-add-to-cart--v2 .sticky-add-to-cart__cta.is-added{background:#1f6f47;box-shadow:0 4px 12px #1f6f4740}.sticky-add-to-cart--v2 .sticky-add-to-cart__cta-icon{width:16px;height:16px;flex-shrink:0}.sticky-add-to-cart--v2 .shopify-payment-button{display:none}@media(max-width:749px){.sticky-add-to-cart--v2{padding:6px 10px calc(6px + env(safe-area-inset-bottom,0px))}.sticky-add-to-cart--v2 .sticky-add-to-cart__inner,.sticky-add-to-cart--v2 .sticky-add-to-cart__product-info{gap:8px}.sticky-add-to-cart--v2 .sticky-add-to-cart__product-info[data-mobile-image=false] .sticky-add-to-cart__image-container,.sticky-add-to-cart--v2 .sticky-add-to-cart__product-info[data-mobile-title=false] .sticky-add-to-cart__title,.sticky-add-to-cart--v2 .sticky-add-to-cart__product-info[data-mobile-price=false] .sticky-add-to-cart__price-row,.sticky-add-to-cart--v2 .sticky-add-to-cart__product-info[data-mobile-image=false][data-mobile-title=false][data-mobile-price=false],.sticky-add-to-cart--v2[data-show-quantity-mobile=false] .sticky-add-to-cart__quantity{display:none}.sticky-add-to-cart--v2 .sticky-add-to-cart__image-container{width:36px;height:36px;border-radius:7px}.sticky-add-to-cart--v2 .sticky-add-to-cart__qty-badge{font-size:9px;padding:2px 5px;min-width:18px;top:-4px;right:-6px}.sticky-add-to-cart--v2 .sticky-add-to-cart__title{font-size:12px}.sticky-add-to-cart--v2 .sticky-add-to-cart__price{font-size:13px}.sticky-add-to-cart--v2 .sticky-add-to-cart__compare{font-size:10px}.sticky-add-to-cart--v2 .sticky-qty{height:36px}.sticky-add-to-cart--v2 .sticky-qty__btn{width:28px}.sticky-add-to-cart--v2 .sticky-qty__btn svg{width:12px;height:12px}.sticky-add-to-cart--v2 .sticky-qty__input{width:28px;font-size:13px}.sticky-add-to-cart--v2 .sticky-add-to-cart__cta{height:40px;padding:0 14px;font-size:12px;gap:6px}.sticky-add-to-cart--v2 .sticky-add-to-cart__cta-icon{width:14px;height:14px}}@media(max-width:399px){.sticky-add-to-cart--v2{padding:5px 8px calc(5px + env(safe-area-inset-bottom,0px))}.sticky-add-to-cart--v2 .sticky-add-to-cart__inner,.sticky-add-to-cart--v2 .sticky-add-to-cart__product-info{gap:6px}.sticky-add-to-cart--v2 .sticky-add-to-cart__image-container{width:30px;height:30px;border-radius:6px}.sticky-add-to-cart--v2 .sticky-add-to-cart__qty-badge{font-size:8px;padding:1px 4px;min-width:16px;top:-3px;right:-5px;border-width:1px}.sticky-add-to-cart--v2 .sticky-add-to-cart__price{font-size:12px}.sticky-add-to-cart--v2 .sticky-add-to-cart__compare{font-size:9px}.sticky-add-to-cart--v2 .sticky-qty{height:32px}.sticky-add-to-cart--v2 .sticky-qty__btn{width:24px}.sticky-add-to-cart--v2 .sticky-qty__btn svg{width:11px;height:11px}.sticky-add-to-cart--v2 .sticky-qty__input{width:22px;font-size:12px;font-weight:800}.sticky-add-to-cart--v2 .sticky-add-to-cart__cta{height:34px;padding:0 10px;font-size:10px;gap:4px;letter-spacing:.03em}.sticky-add-to-cart--v2 .sticky-add-to-cart__cta-icon{width:12px;height:12px}}@media(max-width:339px){.sticky-add-to-cart--v2 .sticky-add-to-cart__quantity{display:none}.sticky-add-to-cart--v2 .sticky-add-to-cart__cta{padding:0 12px}}@media(min-width:990px){.sticky-add-to-cart--v2.sticky-add-to-cart--mobile-only{display:none}}body.sticky-add-to-cart-active{padding-bottom:72px}@media(max-width:749px){body.sticky-add-to-cart-active{padding-bottom:60px}}@media(min-width:990px){body.sticky-add-to-cart-active:not(.sticky-add-to-cart-desktop){padding-bottom:0}}
/*# sourceMappingURL=/cdn/shop/t/27/assets/section-sticky-add-to-cart.css.map */
