.sticky-atc{position:fixed;right:0;bottom:0;left:0;z-index:50;background:rgb(var(--color-background));color:rgb(var(--color-foreground));border-top:.1rem solid rgba(var(--color-foreground),.1);box-shadow:0 -.2rem 1.2rem rgba(var(--color-foreground),.06);padding-bottom:env(safe-area-inset-bottom);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(100%);transition:transform .35s ease,opacity .25s ease,visibility .25s ease}.sticky-atc.gradient{background:var(--gradient-background);background-attachment:fixed}.sticky-atc.is-visible{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}body.sticky-atc-active{padding-bottom:var(--sticky-atc-height, 0px)}.sticky-atc__inner{display:flex;align-items:stretch;justify-content:space-between;gap:2rem}.sticky-atc__product{display:flex;align-items:center;gap:1.6rem;min-width:0;padding:.8rem 0 .8rem 1.6rem}.sticky-atc__image{width:4rem;height:5rem;flex-shrink:0;object-fit:cover}.sticky-atc__details{display:flex;align-items:center;gap:2.4rem;min-width:0}.sticky-atc__title{overflow:hidden;max-width:28rem;font-size:1.2rem;line-height:1.4;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.sticky-atc__price{display:flex;align-items:center;gap:.8rem;font-size:1.2rem;white-space:nowrap}.sticky-atc__price-compare{opacity:.6;text-decoration:line-through}.sticky-atc__actions{display:flex;align-items:stretch;flex:0 1 auto;min-width:0}.sticky-atc__options{display:flex;align-items:stretch}.sticky-atc__option{position:relative;display:flex;align-items:center}.sticky-atc__option+.sticky-atc__option{border-left:.1rem solid rgba(var(--color-foreground),.1)}.sticky-atc__option-button{display:flex;align-items:center;gap:.8rem;height:100%;padding:0 1.6rem;border:0;background:transparent;color:rgb(var(--color-foreground));font-family:inherit;font-size:1.2rem;text-transform:uppercase;cursor:pointer}.sticky-atc__option-label{opacity:.6}.sticky-atc__swatch{display:block;width:2.6rem;height:2.6rem;flex-shrink:0;border:.1rem solid rgba(var(--color-foreground),.15);border-radius:50%;background-position:center;background-size:cover}.sticky-atc__caret{display:inline-flex;align-items:center;transition:transform .2s ease}.sticky-atc__caret .icon-caret{width:1rem;height:.6rem}.sticky-atc__option-button[aria-expanded=true] .sticky-atc__caret{transform:rotate(180deg)}.sticky-atc__popover{position:absolute;bottom:calc(100% + 1.2rem);left:50%;z-index:2;min-width:18rem;max-width:calc(100vw - 3.2rem);padding:1.6rem;border:.1rem solid rgba(var(--color-foreground),.12);background:rgb(var(--color-background));box-shadow:0 .6rem 2rem rgba(var(--color-foreground),.12);transform:translate(-50%)}.sticky-atc__popover[hidden]{display:none}.sticky-atc__popover--align-left{left:0;transform:none}.sticky-atc__popover--align-right{right:0;left:auto;transform:none}.sticky-atc__popover-title{display:block;margin-bottom:1.2rem;font-size:1.1rem;opacity:.6;text-transform:uppercase}.sticky-atc__values{display:flex;flex-wrap:wrap;gap:.8rem}.sticky-atc__popover--swatch .sticky-atc__values{flex-direction:column;flex-wrap:nowrap}.sticky-atc__value{display:flex;align-items:center;justify-content:center;gap:1rem;min-width:4.4rem;padding:.9rem 1.2rem;border:.1rem solid rgba(var(--color-foreground),.2);background:rgb(var(--color-background));color:rgb(var(--color-foreground));font-family:inherit;font-size:1.2rem;text-transform:uppercase;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.sticky-atc__value:hover{border-color:rgba(var(--color-foreground),.6)}.sticky-atc__value[aria-pressed=true]{border-color:rgb(var(--color-foreground));background:rgb(var(--color-foreground));color:rgb(var(--color-background))}.sticky-atc__value--swatch{justify-content:flex-start;padding:.6rem 1rem;border-color:transparent}.sticky-atc__value--swatch[aria-pressed=true]{border-color:rgb(var(--color-foreground));background:transparent;color:rgb(var(--color-foreground))}.sticky-atc__value.is-unavailable,.sticky-atc__value.is-unavailable:hover{border-color:rgba(var(--color-foreground),.08);background:rgba(var(--color-foreground),.07);color:rgba(var(--color-foreground),.4);cursor:pointer;text-decoration:line-through}.sticky-atc__value.is-unavailable[aria-pressed=true]{border-color:rgba(var(--color-foreground),.35);background:rgba(var(--color-foreground),.14)}.sticky-atc__value--swatch.is-unavailable{background:transparent;text-decoration:none}.sticky-atc__value--swatch.is-unavailable .sticky-atc__swatch{opacity:.4}.sticky-atc__submit{position:relative;display:flex;align-items:center;justify-content:center;flex:0 0 auto;min-width:26rem;min-height:6rem;margin:0;padding:1.2rem 3.2rem;border-radius:0;font-size:1.3rem;text-transform:uppercase}.sticky-atc__submit[disabled]{cursor:not-allowed;opacity:.6}.sticky-atc__submit.loading .sticky-atc__submit-text{visibility:hidden}.sticky-atc__spinner{position:absolute;top:50%;left:50%;width:1.8rem;height:1.8rem;transform:translate(-50%,-50%)}.sticky-atc__spinner.hidden{display:none}.sticky-atc__spinner .spinner{width:100%;height:100%}.sticky-atc__spinner .path{stroke:currentColor}@media screen and (max-width:989px){.sticky-atc__title{max-width:16rem}.sticky-atc__details{flex-direction:column;align-items:flex-start;gap:.2rem}.sticky-atc__submit{min-width:18rem}}@media screen and (max-width:749px){.sticky-atc__product{display:none}.sticky-atc__inner{gap:0}.sticky-atc__actions{flex:1 1 100%}.sticky-atc__options{flex:0 0 auto}.sticky-atc__option-button{padding:0 1.2rem;font-size:1.1rem}.sticky-atc__swatch{width:2.2rem;height:2.2rem}.sticky-atc__submit{flex:1 1 auto;min-width:0;min-height:5.2rem;padding:1.2rem 1.6rem;font-size:1.2rem}.sticky-atc__popover{min-width:16rem}}
/*# sourceMappingURL=/cdn/shop/t/247/assets/component-sticky-checkout-bar.css.map */
