.sticky-atc{--gutter-content: 16px;--sticky-atc-height: 96px;--sticky-atc-lightbox-max-height: 250px;--sticky-atc-drawer-height: min(529px, calc(100vh - var(--sticky-atc-height) - 24px));--sticky-atc-drawer-header-height: 53px;position:fixed;inset-inline-start:0;inset-inline-end:0;bottom:0;z-index:10;visibility:visible;width:100%;display:flex;flex-direction:column;gap:10px;padding:var(--gutter-content) var(--container-pad-x) calc(var(--gutter-content) + env(safe-area-inset-bottom,0px) * 1.5);line-height:1.4em;color:rgb(var(--body-text-color));background-color:rgb(var(--body-bg-color));box-shadow:#00000040 0 4px 16px -4px;transition-property:transform,opacity,visibility;transition-duration:.2s;transition-timing-function:ease}.sticky-atc:before{position:absolute;content:"";width:100%;height:1px;background-color:#e5e5e5;z-index:9999;top:0;left:0}.sticky-atc--out,.scrolled-to-bottom .sticky-atc{visibility:hidden;transform:translateY(100%);opacity:0}.sticky-atc--hide-on-mobile{display:none}.sticky-atc__header{display:grid;grid-template-columns:1fr auto;gap:16px;align-items:center}.sticky-atc__title{font-weight:600;font-size:16px;line-height:1.2}.sticky-atc__price{font-weight:600;font-size:16px;line-height:1.2;white-space:nowrap}.sticky-atc__row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:flex-start}.sticky-atc__variant-selector{display:flex;gap:10px;flex:1;min-width:0}.sticky-atc .sticky-atc__custom-select{display:block;min-width:0;width:100%}.sticky-atc .sticky-atc__select{min-width:0}.sticky-atc .sticky-atc__select-btn{width:100%;min-height:56px;padding:0 16px 0 0;overflow:hidden;border-color:#e5e5e5;border-radius:4px;font-size:16px;background:#fff}.sticky-atc__select-btn:hover{border-color:#000}.sticky-atc custom-select.is-open .sticky-atc__select-btn{border-color:#000}.sticky-atc__custom-select.is-open .dropdown-swatch-square .custom-select__btn{border-radius:4px}.sticky-atc custom-select.is-open .sticky-atc__select-btn .icon{transform:scaleY(-1)}.sticky-atc__select-btn .icon{width:20px;height:auto;padding-inline-start:0;transition:transform .3s ease}.sticky-atc .dropdown-swatch-square .custom-select__btn[data-swatch]:not([data-swatch=""]):before,.sticky-atc .dropdown-swatch-square .custom-select__option[data-swatch]:before{width:54px;min-width:54px;height:54px;display:block;border:0;border-radius:4px;background-position:center;background-repeat:no-repeat;background-size:cover}.sticky-atc .dropdown-swatch-square .custom-select__option[data-swatch]:before{border-radius:0}.sticky-atc__buttons{flex:none}.sticky-atc__buttons .add-to-cart{min-height:56px;min-width:100px;border-radius:4px;font-size:16px;padding:0 23px;font-weight:500;letter-spacing:.2px}.sticky-atc__drawer{position:fixed;top:auto;left:0;right:0;bottom:calc(var(--sticky-atc-height, 96px) - 10px);bottom:calc(var(--sticky-atc-height, 96px) - 0px);width:100%;height:0;overflow:hidden;background:#fff;border-radius:3px 3px 0 0;color:rgb(var(--body-text-color));visibility:hidden;pointer-events:none;z-index:9;transition:height .3s ease-in-out,visibility 0s linear .3s}.sticky-atc custom-select.is-open .sticky-atc__drawer{height:calc(var(--sticky-atc-lightbox-max-height) + calc(var(--sticky-atc-drawer-header-height)));max-height:450px;visibility:visible;pointer-events:auto;transition:height .3s ease-in-out,visibility 0s linear 0s}.sticky-atc__drawer-header{display:flex;align-items:center;justify-content:space-between;height:var(--sticky-atc-drawer-header-height);margin:0 14px;background:#fff;border-bottom:1px solid #e5e5e5}.sticky-atc__listbox-scroll{height:calc(var(--sticky-atc-lightbox-max-height));max-height:400px;overflow-y:auto;overscroll-behavior:contain}.sticky-atc__listbox.custom-select__listbox,.sticky-atc__listbox.custom-select__listbox[hidden]{display:block;position:static;width:100%;min-width:0;max-height:none;height:auto;padding:0;margin:0 0 12px;overflow:visible;visibility:visible;opacity:1;border:0;border-radius:0;background:transparent;box-shadow:none;color:rgb(var(--body-text-color));transition:none}.sticky-atc__drawer-title{font-size:20px;line-height:1.2;font-weight:600}.sticky-atc__drawer-close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:0;background:transparent;color:currentColor;cursor:pointer}.sticky-atc__drawer-close svg{width:18px;height:18px}.sticky-atc__option.custom-select__option{min-height:56px;padding:0 16px 0 0;border-bottom:1px solid #e5e5e5;border-radius:0;font-size:16px;gap:10px}.sticky-atc__option.custom-select__option:last-child{border-bottom:0}.sticky-atc__option.custom-select__option.is-focused,.sticky-atc__option.custom-select__option[aria-selected=true]{background-color:#f2f2f2}.sticky-atc__option-name{min-width:0;flex:1 1 auto}.sticky-atc__option-status{display:flex;align-items:center;flex:0 0 auto;gap:10px;margin-inline-start:auto;font-size:14px;line-height:1.2;white-space:nowrap}.sticky-atc__option-status:before{content:"";width:10px;height:10px;border-radius:999px;background:#000}.sticky-atc__option-status--available:before,.sticky-atc__option-status--limited:before{background:#41ad73}.sticky-atc__option-status--backorder:before,.sticky-atc__option-status--unavailable:before{background:#000}.sticky-atc__option.is-unavailable .sticky-atc__option-status:before,.sticky-atc__option.is-nonexistent .sticky-atc__option-status:before{background:#000}.sticky-atc__error{position:absolute;bottom:calc(100% + var(--gutter-content));inset-inline-end:var(--gutter-content);padding:var(--gutter-content);color:rgb(var(--body-text-color));background-color:rgb(var(--body-bg-color));box-shadow:0 6px 12px 1px #0000001f;border-radius:var(--btn-border-radius)}.sticky-atc-anchor{display:block;visibility:hidden;position:relative}@media(min-width:768px){.sticky-atc{width:100%;flex-direction:row;justify-content:space-between;align-items:center;gap:24px;padding:14px var(--container-pad-x)}.sticky-atc--hide-on-mobile{display:flex}.sticky-atc--start,.sticky-atc--center,.sticky-atc--end{inset-inline-start:0;inset-inline-end:auto}.sticky-atc__header{display:flex;gap:24px;align-items:center;order:1;min-width:0}.sticky-atc__row{display:flex;align-items:center;order:2;margin-inline-start:auto}.sticky-atc__variant-selector{width:auto;min-width:0}.sticky-atc .sticky-atc__custom-select{width:320px}.sticky-atc__drawer{left:auto;right:var(--container-pad-x);width:min(640px,calc(100vw - var(--container-pad-x) * 2))}.sticky-atc__drawer-header{margin:0 24px}.sticky-atc__error{inset-inline-end:var(--container-pad-x)}}@media(max-width:767px){.sticky-atc{gap:10px}.sticky-atc__row{align-items:stretch}.sticky-atc__variant-selector{min-width:0}.sticky-atc__option-status{font-size:16px}.sticky-atc__option.custom-select__option{min-height:54px;margin-bottom:-1px}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/sticky-atc.css.map */
