#sticky-atc-bar{position:fixed;bottom:0;left:0;right:0;width:100%;z-index:400;background:#fff;border-top:1px solid rgba(0,0,0,.15);box-shadow:0 -6px 24px #00000026;transform:translateY(100%);opacity:0;transition:transform .3s cubic-bezier(.2,.8,.2,1),opacity .3s ease;will-change:transform}#sticky-atc-bar.is-visible{transform:translateY(0);opacity:1}#sticky-atc-bar.is-collapsed{background:transparent;border-top:0;box-shadow:none;pointer-events:none}#sticky-atc-bar.is-collapsed .sticky-atc__inner{display:none}@media(prefers-reduced-motion:reduce){#sticky-atc-bar{transition:none}}.sticky-atc__toggle{align-items:center;background:#0e1b4d;border:1px solid rgba(255,255,255,.2);border-radius:999px;box-shadow:0 6px 16px #06132d29;color:#fff;cursor:pointer;display:none;font-family:inherit;font-size:1.25rem;font-weight:800;gap:.75rem;height:3.6rem;justify-content:center;min-height:3.6rem;padding:0;position:absolute;right:.8rem;top:.8rem;transition:background .2s ease,transform .2s ease;width:3.6rem;z-index:2}#sticky-atc-bar.is-visible .sticky-atc__toggle{display:inline-flex}.sticky-atc__toggle:hover{background:#0a2666}.sticky-atc__toggle:active{transform:scale(.97)}.sticky-atc__toggle:focus-visible{outline:2px solid #ffffff;outline-offset:2px}.sticky-atc__toggle-icon{border:solid currentColor;border-width:0 .2rem .2rem 0;flex:0 0 .7rem;height:.7rem;transform:translateY(-.1rem) rotate(45deg);transition:transform .2s ease;width:.7rem}.sticky-atc__toggle-label--collapse,.sticky-atc__toggle-label--expand,#sticky-atc-bar.is-collapsed .sticky-atc__toggle-label--collapse{display:none}#sticky-atc-bar.is-collapsed .sticky-atc__toggle-label--expand{display:inline}#sticky-atc-bar.is-collapsed .sticky-atc__toggle{bottom:1.2rem;height:auto;min-height:3.8rem;padding:.8rem 1.2rem;pointer-events:auto;position:fixed;right:1.2rem;top:auto;width:auto}#sticky-atc-bar.is-collapsed .sticky-atc__toggle-icon{transform:translateY(.15rem) rotate(225deg)}@media screen and (min-width:750px){.sticky-atc__toggle{font-size:1.35rem;height:3.8rem;min-height:3.8rem;padding:0;right:1.2rem;top:1.2rem;width:3.8rem}#sticky-atc-bar.is-collapsed .sticky-atc__toggle{bottom:2rem;height:auto;min-height:4rem;padding:.85rem 1.35rem;right:2rem;width:auto}}.sticky-atc__inner{padding-top:8px;padding-right:44px;padding-bottom:8px;display:flex;align-items:center;gap:12px;flex-wrap:wrap}@media screen and (max-width:749px){.sticky-atc__toggle{height:3rem;min-height:3rem;right:.7rem;top:.7rem;width:3rem}.sticky-atc__toggle-icon{flex-basis:.6rem;height:.6rem;width:.6rem}}@media screen and (min-width:750px){.sticky-atc__inner{padding-top:12px;padding-right:64px;padding-bottom:12px;gap:24px;flex-wrap:nowrap}}.sticky-atc__product{display:flex;align-items:center;gap:10px;flex:1 1 100%;min-width:0}@media screen and (min-width:750px){.sticky-atc__product{flex:1 1 auto}}.sticky-atc__image{flex-shrink:0;width:48px;height:48px;border-radius:6px;overflow:hidden;background:#f1ede6}@media screen and (min-width:750px){.sticky-atc__image{width:60px;height:60px}}.sticky-atc__image img{width:100%;height:100%;object-fit:cover;display:block}.sticky-atc__meta{min-width:0;flex:1 1 auto;display:flex;flex-direction:column;justify-content:center}.sticky-atc__title{font-size:1.4rem;font-weight:700;color:#0e1b4d;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0 0 4px}@media screen and (min-width:750px){.sticky-atc__title{font-size:1.6rem;-webkit-line-clamp:1;margin:0 0 6px}}.sticky-atc__prices{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.sticky-atc__price{font-size:1.4rem;font-weight:700;color:#dc2626;line-height:1}.sticky-atc__price--regular{color:#0e1b4d}.sticky-atc__compare-price{font-size:1.2rem;color:#7f86a3;text-decoration:line-through}.sticky-atc__sale-badge{display:inline-flex;align-items:center;gap:4px;background-color:#fdf2f2;color:#dc2626;border:1px solid #f8b4b4;font-size:1.2rem;font-weight:800;padding:3px 8px;border-radius:20px;line-height:1;text-transform:uppercase}.sticky-atc__sale-badge.is-hidden{display:none!important}.sticky-atc__sale-badge svg{width:12px;height:12px}@media screen and (min-width:750px){.sticky-atc__price{font-size:1.6rem}.sticky-atc__compare-price{font-size:1.4rem}.sticky-atc__sale-badge{font-size:1.2rem;padding:3px 8px}}.sticky-atc__variant-wrap{display:none;flex:1 1 45%;min-width:0}.sticky-atc__select{appearance:none;-webkit-appearance:none;width:100%;min-width:90px;max-width:none;height:44px;padding:0 28px 0 12px;font-size:1.4rem;font-weight:600;color:#0e1b4d;background-color:#fff;border:1px solid rgba(6,19,45,.15);border-radius:6px;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2306132D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;background-size:12px;transition:border-color .15s ease;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-atc__select:focus-visible{outline:2px solid #0e1b4d;outline-offset:1px}.sticky-atc__quantity-wrap{display:none;flex:0 0 auto}.sticky-atc__quantity{align-items:center;background:#fff;border:1px solid rgba(6,19,45,.15);border-radius:8px;display:grid;grid-template-columns:42px minmax(44px,1fr) 42px;height:52px;min-width:0;width:156px;overflow:hidden}.sticky-atc__quantity-btn{align-items:center;background:transparent;border:0;color:#0e1b4d;cursor:pointer;display:inline-flex;height:100%;justify-content:center;padding:0;width:100%}.sticky-atc__quantity-btn svg{display:block;height:14px;width:14px}.sticky-atc__quantity-btn:hover{background:#f6f7fb}.sticky-atc__quantity-btn:disabled{background:transparent;cursor:not-allowed;opacity:.38}.sticky-atc__quantity-btn:focus-visible,.sticky-atc__quantity-input:focus-visible{outline:2px solid #0e1b4d;outline-offset:-2px}.sticky-atc__quantity-input{-webkit-appearance:textfield;appearance:textfield;border:0;color:#0e1b4d;font-family:inherit;font-size:1.6rem;font-weight:700;height:100%;line-height:1;min-width:44px;padding:0;text-align:center;width:100%}.sticky-atc__quantity-input::-webkit-inner-spin-button,.sticky-atc__quantity-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}@media screen and (min-width:750px){.sticky-atc__variant-wrap{display:block;flex:0 0 auto}#sticky-atc-bar[data-custom-product=true] .sticky-atc__variant-wrap{display:none}.sticky-atc__quantity-wrap{display:block}.sticky-atc__select{min-width:160px;max-width:250px;height:52px;font-size:1.6rem;padding:0 36px 0 16px;border-radius:8px;background-size:16px;background-position:right 14px center}}@media screen and (min-width:750px)and (max-width:989px){.sticky-atc__quantity{grid-template-columns:40px minmax(40px,1fr) 40px;width:144px}}.sticky-atc__btn-wrap{flex:1 1 100%}.sticky-atc__btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background-color:#0e1b4d;color:#fff;border:none;border-radius:6px;padding:0 16px;height:44px;width:100%;font-size:1.4rem;font-weight:700;cursor:pointer;transition:background-color .2s ease,transform .1s ease;min-width:120px}.sticky-atc__btn:hover:not(:disabled){background-color:#0a2666}.sticky-atc__btn:active:not(:disabled){transform:scale(.98)}.sticky-atc__btn:disabled{background-color:#e5e7eb;color:#9ca3af;cursor:not-allowed}.sticky-atc__btn svg{width:18px;height:18px}@media screen and (min-width:750px){.sticky-atc__btn-wrap{flex:0 0 auto}.sticky-atc__btn{height:52px;padding:0 32px;font-size:1.6rem;border-radius:8px;min-width:160px;width:auto;gap:10px}.sticky-atc__btn svg{width:24px;height:24px}}body.has-sticky-atc shopify-agent,body.has-sticky-atc shopify-chat,body.has-sticky-atc .shopify-chat,body.has-sticky-atc #ShopifyChat,body.has-sticky-atc #shopify-chat,body.has-sticky-atc #dummy-chat-button-iframe,body.has-sticky-atc iframe[id^=dummy-chat-button],body.has-sticky-atc iframe[id*=chat i],body.has-sticky-atc div[id=ShopifyChat],body.has-sticky-atc div[id=chat-widget-container],body.has-sticky-atc #tidio-chat-iframe,body.has-sticky-atc #gorgias-chat-container,body.has-sticky-atc #crisp-chatbox,body.has-sticky-atc #webWidget,body.has-sticky-atc .chat-widget-button{transform:translateY(calc(-1 * var(--satc-height, 80px)))!important;transition:transform .22s ease!important;z-index:2147483647!important}.sticky-atc__btn.is-loading{pointer-events:none}.sticky-atc__btn.is-loading .sticky-atc__btn-text{opacity:0}.sticky-atc__btn.is-loading:after{content:"";position:absolute;width:16px;height:16px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:satc-spin .6s linear infinite}@keyframes satc-spin{to{transform:rotate(360deg)}}@media screen and (max-width:359px){.sticky-atc__product{display:none}.sticky-atc__inner{justify-content:space-between}}
/*# sourceMappingURL=/cdn/shop/t/18/assets/component-sticky-add-to-cart.css.map */
