.sticky-atc{position:fixed;right:0;left:0;z-index:var(--sticky-atc-z-index, 40);display:block;padding:0 1.6rem;pointer-events:none;transform:translateY(0);transition:opacity .18s ease,transform .18s ease,visibility .18s ease}.sticky-atc--bottom{bottom:calc(var(--sticky-atc-offset, 24px) + env(safe-area-inset-bottom))}.sticky-atc--top{top:calc(var(--sticky-atc-offset, 24px) + env(safe-area-inset-top))}.sticky-atc[hidden],.sticky-atc.is-hidden{display:block;visibility:hidden;opacity:0;pointer-events:none}.sticky-atc--bottom[hidden],.sticky-atc--bottom.is-hidden{transform:translateY(calc(100% + 2.4rem))}.sticky-atc--top[hidden],.sticky-atc--top.is-hidden{transform:translateY(calc(-100% - 2.4rem))}.sticky-atc__inner{width:min(100%,var(--sticky-atc-max-width, 640px));margin:0 auto;pointer-events:auto}.sticky-atc__form{display:block;margin:0;overflow:hidden;border:.1rem solid var(--sticky-atc-border, #ff4fd8);border-radius:999rem;color:var(--sticky-atc-current-price, #111827);background:var(--sticky-atc-background, #fff8f0);box-shadow:0 1.4rem 3.4rem #11182724}.sticky-atc.is-open .sticky-atc__form{border-radius:3rem}.sticky-atc__bar{display:grid;grid-template-columns:minmax(0,1fr) auto auto auto;align-items:center;gap:1.2rem;min-height:var(--sticky-atc-height, 64px);padding:.9rem 1.6rem}.sticky-atc__price{display:flex;flex-wrap:wrap;align-items:baseline;gap:.8rem;min-width:0}.sticky-atc__price-current{color:var(--sticky-atc-current-price, #111827);font-size:1.6rem;font-weight:800;line-height:1.1;white-space:nowrap}.sticky-atc__price-compare{color:var(--sticky-atc-compare-price, #a3a3a3);font-size:1.6rem;font-weight:700;line-height:1.1;text-decoration-thickness:.16rem;white-space:nowrap}.sticky-atc__savings{color:var(--sticky-atc-savings, #ff4fd8);font-size:1.6rem;font-weight:800;line-height:1.1;white-space:nowrap}.sticky-atc__toggle{display:inline-flex;align-items:center;justify-content:center;width:3.6rem;height:3.6rem;padding:0;border:.1rem solid var(--sticky-atc-toggle-border, transparent);border-radius:999rem;color:var(--sticky-atc-toggle-icon, #111827);background:var(--sticky-atc-toggle-background, transparent);cursor:pointer;transition:background-color .18s ease,color .18s ease,transform .18s ease}.sticky-atc__toggle:hover{transform:translateY(-.1rem)}.sticky-atc__toggle-icon{width:2rem;height:2rem;transition:transform .18s ease}.sticky-atc.is-open .sticky-atc__toggle-icon{transform:rotate(180deg)}.sticky-atc__submit{display:inline-flex;align-items:center;justify-content:center;min-width:10rem;min-height:4rem;padding:.9rem 2rem;border:.1rem solid var(--sticky-atc-button-border, #ff4fd8);border-radius:999rem;color:var(--sticky-atc-button-foreground, #fff);background:var(--sticky-atc-button-background, #ff4fd8);font:inherit;font-size:1.3rem;font-weight:800;line-height:1;white-space:nowrap;cursor:pointer;transition:color .18s ease,background-color .18s ease,border-color .18s ease,transform .18s ease}.sticky-atc__submit:hover:not(:disabled){color:var(--sticky-atc-button-hover-foreground, #fff);background:var(--sticky-atc-button-hover-background, #e832c3);border-color:var(--sticky-atc-button-hover-background, #e832c3);transform:translateY(-.1rem)}.sticky-atc__submit:disabled{color:var(--sticky-atc-disabled-foreground, #737373);background:var(--sticky-atc-disabled-background, #d4d4d4);border-color:var(--sticky-atc-disabled-background, #d4d4d4);cursor:not-allowed}.sticky-atc__toggle:focus-visible,.sticky-atc__submit:focus-visible,.sticky-atc__select:focus-visible,.sticky-atc__quantity-button:focus-visible,.sticky-atc__quantity-input:focus-visible{outline:.2rem solid currentColor;outline-offset:.2rem}.sticky-atc__drawer{display:grid;gap:1.2rem;padding:0 1.6rem 1.6rem;border-top:.1rem solid var(--sticky-atc-panel-border, #ffd1f4);color:var(--sticky-atc-field-foreground, #111827);background:var(--sticky-atc-panel-background, #fff8f0)}.sticky-atc__drawer[hidden],.sticky-atc__price-compare[hidden],.sticky-atc__savings[hidden]{display:none}.sticky-atc__options{display:grid;grid-template-columns:repeat(auto-fit,minmax(12rem,1fr));gap:1rem;padding-top:1.4rem}.sticky-atc__option{display:grid;gap:.5rem}.sticky-atc__option-label,.sticky-atc__quantity-label{color:var(--sticky-atc-field-foreground, #111827);font-size:1.1rem;font-weight:700;line-height:1.2;opacity:.78}.sticky-atc__select,.sticky-atc__quantity-input{min-height:4rem;border:.1rem solid var(--sticky-atc-field-border, #ffb6ee);border-radius:999rem;color:var(--sticky-atc-field-foreground, #111827);background:var(--sticky-atc-field-background, #fff);font:inherit}.sticky-atc__select{width:100%;padding:.8rem 3rem .8rem 1.2rem}.sticky-atc__quantity{display:grid;gap:.5rem}.sticky-atc__quantity-control{display:grid;grid-template-columns:4rem minmax(5.2rem,1fr) 4rem;align-items:stretch;width:min(100%,16rem);min-height:4rem;overflow:hidden;border:.1rem solid var(--sticky-atc-field-border, #ffb6ee);border-radius:999rem;background:var(--sticky-atc-field-background, #fff)}.sticky-atc__quantity-button,.sticky-atc__quantity-input{border:0;border-radius:0;color:var(--sticky-atc-field-foreground, #111827);background:transparent}.sticky-atc__quantity-button{min-width:4rem;font:inherit;font-size:1.8rem;cursor:pointer}.sticky-atc__quantity-button:hover{background:#1118270f}.sticky-atc__quantity-input{width:100%;padding:0 .4rem;text-align:center;-webkit-appearance:textfield;appearance:textfield}.sticky-atc__quantity-input::-webkit-inner-spin-button,.sticky-atc__quantity-input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none;appearance:none}.sticky-atc__payment-button,.sticky-atc__payment-button .shopify-payment-button{width:100%}@media screen and (max-width:749px){.sticky-atc{padding:0 1rem}.sticky-atc--bottom{bottom:calc(var(--sticky-atc-mobile-offset, 14px) + env(safe-area-inset-bottom))}.sticky-atc--top{top:calc(var(--sticky-atc-mobile-offset, 14px) + env(safe-area-inset-top))}.sticky-atc__bar{grid-template-columns:minmax(0,1fr) auto auto auto;gap:.65rem;min-height:min(var(--sticky-atc-height, 64px),6rem);padding:.7rem .8rem .7rem 1.3rem}.sticky-atc__price{gap:.5rem}.sticky-atc__price-current,.sticky-atc__price-compare,.sticky-atc__savings{font-size:1.35rem}.sticky-atc__savings{max-width:9.8rem;overflow:hidden;text-overflow:ellipsis}.sticky-atc__toggle{width:3.2rem;height:3.2rem}.sticky-atc__submit{min-width:8.4rem;min-height:3.8rem;padding:.8rem 1.25rem;font-size:1.2rem}.sticky-atc.is-open .sticky-atc__form{border-radius:2.2rem}.sticky-atc__drawer{padding:0 1.2rem 1.2rem}.sticky-atc__options{grid-template-columns:1fr;gap:.8rem}}@media screen and (max-width:420px){.sticky-atc__bar{grid-template-columns:minmax(0,1fr) auto auto}.sticky-atc__savings{display:none}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/sticky-add-to-cart.css.map */
