body.has--sticky-atc{padding-bottom:var(--sticky-atc-height, 0px)}.sticky-atc{position:fixed;bottom:0;left:0;right:0;z-index:50;transform:translateY(100%);transition:transform .35s ease;pointer-events:none}.sticky-atc.is--visible{transform:translateY(0);pointer-events:auto}.sticky-atc__bar{background:var(--sticky-atc-bg, #ffffff);box-shadow:0 -5px 20px #0000001a;padding:16px 20px;display:flex;flex-direction:column;gap:15px}.sticky-atc__select{position:relative;width:100%}.sticky-atc__trigger{display:flex;align-items:center;justify-content:space-between;min-height:44px;padding:8px 20px;border:.5px solid var(--sticky-atc-border, #e5e1dc);border-radius:16px;background:var(--sticky-atc-bg, #ffffff);cursor:pointer;transition:box-shadow .2s ease,border-radius .2s ease;box-shadow:0 4px 4px #0000001a;gap:8px;width:100%}.sticky-atc__trigger:focus-visible{outline:2px solid #3a3a3a;outline-offset:2px}.sticky-atc__select.is--open .sticky-atc__trigger{border-radius:0 0 16px 16px;box-shadow:none;border-top-color:transparent}.sticky-atc__trigger-content{display:flex;flex:1;align-items:center;justify-content:space-between;min-width:0;gap:20px}.sticky-atc__trigger-label{font-family:Brandon Grotesque,sans-serif;font-size:16px;font-weight:500;color:var(--sticky-atc-text, #3a3a3a);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-atc__trigger-label--placeholder{font-weight:400;color:#3a3a3a80}.sticky-atc__trigger-meta{display:flex;align-items:center;gap:8px;flex-shrink:0}.sticky-atc__select:not(.is--open) .sticky-atc__trigger-meta{display:none}.sticky-atc__trigger-price{font-family:Brandon Grotesque,sans-serif;font-size:14px;font-weight:400;color:var(--sticky-atc-text, #3a3a3a);white-space:nowrap}.sticky-atc__trigger-save{display:inline-flex;align-items:center;justify-content:center;padding:4px 6px;border-radius:6px;background:var(--sticky-atc-save-bg, #f3efe8);color:var(--sticky-atc-save-text, #3a3a3a);font-family:Brandon Grotesque,sans-serif;font-size:14px;font-weight:400;white-space:nowrap;line-height:1}.sticky-atc__trigger-price:empty,.sticky-atc__trigger-save:empty{display:none}.sticky-atc__trigger-chevron{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:24px;transition:transform .25s ease}.sticky-atc__trigger-chevron svg{width:24px;height:24px}.sticky-atc__select.is--open .sticky-atc__trigger-chevron{transform:rotate(180deg)}.sticky-atc__dropdown{position:absolute;bottom:100%;left:0;right:0;background:var(--sticky-atc-bg, #ffffff);border:.5px solid var(--sticky-atc-border, #e5e1dc);border-bottom:none;border-radius:12px 12px 0 0;padding:12px 20px;display:none;flex-direction:column;gap:0;max-height:60vh;overflow-y:auto;overscroll-behavior:contain}.sticky-atc__select.is--open .sticky-atc__dropdown{display:flex}.sticky-atc__option{display:flex;align-items:center;justify-content:space-between;padding:12px 0;cursor:pointer;transition:opacity .15s ease;border:none;background:none;width:100%;text-align:left;gap:8px;outline:none}.sticky-atc__option:hover{opacity:.75}.sticky-atc__option:focus-visible{outline:2px solid #3a3a3a;outline-offset:2px;border-radius:4px}.sticky-atc__dropdown:focus-visible{outline:none}.sticky-atc__option+.sticky-atc__option{border-top:.5px solid var(--sticky-atc-border, #e5e1dc)}.sticky-atc__option-name{font-family:Brandon Grotesque,sans-serif;font-size:16px;font-weight:500;color:var(--sticky-atc-text, #3a3a3a);white-space:nowrap}.sticky-atc__option-meta{display:flex;align-items:center;gap:8px;flex-shrink:0}.sticky-atc__option-price{font-family:Brandon Grotesque,sans-serif;font-size:14px;font-weight:400;color:var(--sticky-atc-text, #3a3a3a);white-space:nowrap}.sticky-atc__option-save{display:inline-flex;align-items:center;justify-content:center;padding:4px 8px;border-radius:6px;background:var(--sticky-atc-save-bg, #f3efe8);color:var(--sticky-atc-save-text, #3a3a3a);font-family:Brandon Grotesque,sans-serif;font-size:14px;font-weight:400;white-space:nowrap;line-height:1}.sticky-atc__button{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:50px;padding:12px 36px;border:none;border-radius:50px;background:var(--sticky-atc-btn-bg, #3a3a3a);color:var(--sticky-atc-btn-text, #ffffff);font-family:Brandon Grotesque,sans-serif;font-size:18px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:opacity .2s ease;position:relative}.sticky-atc__button:hover{opacity:.9}.sticky-atc__button:focus-visible{outline:2px solid var(--sticky-atc-btn-bg, #3a3a3a);outline-offset:3px}.sticky-atc__button:disabled{opacity:.6;cursor:not-allowed}.sticky-atc__button-text{display:flex;align-items:center;gap:8px}.sticky-atc__button-text .button-compare-price{text-decoration:line-through;opacity:.55}.sticky-atc__button-separator{opacity:.5;font-weight:400}.sticky-atc__button-price{font-weight:500}.sticky-atc__button-compare{display:none;text-decoration:line-through;opacity:.5;font-weight:400}.sticky-atc__button-compare.has--value{display:inline}.sticky-atc__button-spinner{display:none;width:20px;height:20px}.sticky-atc__button.is--loading .sticky-atc__button-text{opacity:0}.sticky-atc__button.is--loading .sticky-atc__button-spinner{display:block;position:absolute;animation:sticky-atc-spin 1s linear infinite}@keyframes sticky-atc-spin{to{transform:rotate(360deg)}}.sticky-atc__image,.sticky-atc__title{display:none}@media(min-width:769px){.sticky-atc__bar{flex-direction:row;align-items:center;justify-content:center;gap:24px;padding:8px 20px}.sticky-atc__image{display:block;flex-shrink:0;width:64px;height:64px;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0000000d}.sticky-atc__image img{width:100%;height:100%;object-fit:cover}.sticky-atc__title{display:block;font-family:Cardinal Fruit,sans-serif;font-size:24px;font-weight:500;color:var(--sticky-atc-text, #3a3a3a);letter-spacing:-.03em;margin:0}.sticky-atc__select{width:auto;min-width:340px;max-width:400px}.sticky-atc__button{width:auto;min-width:300px;flex-shrink:0}}.sticky-atc__overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:49}.sticky-atc__overlay.is--active{display:block}.sticky-atc__option[aria-selected=true],.sticky-atc__option[aria-selected=true] .sticky-atc__option-name{font-weight:700}body.overflow-hidden .sticky-atc{display:none}
/*# sourceMappingURL=/cdn/shop/t/315/assets/sticky-add-to-cart.css.map */
