@media screen and (max-width:989px){.sticky-atc-desktop{display:none!important}}.sticky-atc-desktop{--sticky-atc-bg: #ffffff;--sticky-atc-text: #121212;--sticky-atc-button-bg: #121212;--sticky-atc-button-text: #ffffff;position:fixed;bottom:0;left:0;right:0;z-index:9999;margin:0;padding:0;background-color:var(--sticky-atc-bg);box-shadow:0 -4px 20px #0000001a;transform:translateY(100%);opacity:0;visibility:hidden;transition:transform .35s cubic-bezier(.25,.46,.45,.94),opacity .35s cubic-bezier(.25,.46,.45,.94),visibility .35s;will-change:transform,opacity}.sticky-atc-desktop.is-visible{transform:translateY(0);opacity:1;visibility:visible}.sticky-atc-desktop__container{display:flex;align-items:center;gap:2rem;padding:1.2rem 2rem;max-width:var(--page-width);margin:0 auto}.sticky-atc-desktop__image{flex-shrink:0;width:6.5rem;height:6.5rem;border-radius:calc(var(--media-radius) * .5);overflow:hidden;border:1px solid rgba(var(--color-foreground),.08)}.sticky-atc-desktop__img{width:100%;height:100%;object-fit:cover}.sticky-atc-desktop__img.placeholder-svg{background-color:rgba(var(--color-foreground),.04)}.sticky-atc-desktop__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.3rem}.sticky-atc-desktop__title{font-size:1.8rem;font-weight:600;line-height:1.3;margin:0;color:var(--sticky-atc-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:300px}.sticky-atc-desktop__variant{font-size:1.2rem;color:var(--sticky-atc-text);opacity:.7;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.sticky-atc-desktop__price{display:flex;align-items:center;gap:.8rem;flex-shrink:0}.sticky-atc-desktop__price-regular,.sticky-atc-desktop__price-sale{font-size:1.9rem;font-weight:700;color:var(--sticky-atc-text);white-space:nowrap}.sticky-atc-desktop__price-sale{color:rgb(var(--color-sale, 200, 0, 0))}.sticky-atc-desktop__price-compare{font-size:1.5rem;color:var(--sticky-atc-text);opacity:.6;text-decoration:line-through;white-space:nowrap}.sticky-atc-desktop__quantity{flex-shrink:0}.sticky-atc-desktop__quantity-input{display:flex;align-items:center;border:1px solid rgba(var(--color-foreground),.2);border-radius:var(--variant-pills-radius, 4px);height:4.4rem}.sticky-atc-desktop__quantity-input .quantity__button{width:3.6rem;height:100%;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;color:var(--sticky-atc-text);transition:opacity .15s ease}.sticky-atc-desktop__quantity-input .quantity__button:hover{opacity:.7}.sticky-atc-desktop__quantity-input .quantity__button svg{width:1rem;height:1rem}.sticky-atc-desktop__quantity-input .quantity__input{width:4rem;height:100%;text-align:center;border:none;background:transparent;font-size:1.4rem;font-weight:500;color:var(--sticky-atc-text);-moz-appearance:textfield;padding:0}.sticky-atc-desktop__quantity-input .quantity__input::-webkit-outer-spin-button,.sticky-atc-desktop__quantity-input .quantity__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.sticky-atc-desktop__actions{flex-shrink:0}.sticky-atc-desktop__form{display:block}.sticky-atc-desktop__form .product-form__error-message-wrapper{position:absolute;bottom:100%;right:0;background:#fff;padding:1rem;border-radius:4px;box-shadow:0 2px 10px #00000026;margin-bottom:.5rem;font-size:1.2rem}.sticky-atc-desktop__button{display:flex;align-items:center;justify-content:center;gap:.8rem;min-width:18rem;height:4.4rem;padding:0 2.4rem;font-size:1.4rem;font-weight:600;letter-spacing:.02em;background-color:var(--sticky-atc-button-bg);color:var(--sticky-atc-button-text);border:none;border-radius:var(--variant-pills-radius, 4px);cursor:pointer;transition:opacity .2s ease,transform .2s ease;position:relative;white-space:nowrap}.sticky-atc-desktop__button:hover:not([disabled]){opacity:.9}.sticky-atc-desktop__button:active:not([disabled]){transform:scale(.98)}.sticky-atc-desktop__button[disabled]{opacity:.5;cursor:not-allowed}.sticky-atc-desktop__button.loading .sticky-atc-desktop__button-text{visibility:hidden}.sticky-atc-desktop__button .loading-overlay__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.sticky-atc-desktop__button .loading-overlay__spinner.hidden{display:none}.sticky-atc-desktop__button .spinner{width:2rem;height:2rem;animation:spin .6s linear infinite}.sticky-atc-desktop__button .spinner .path{stroke:var(--sticky-atc-button-text);stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}@media screen and (min-width:990px)and (max-width:1199px){.sticky-atc-desktop__container{gap:1.5rem;padding:1rem 2rem}.sticky-atc-desktop__title{font-size:1.4rem;max-width:200px}.sticky-atc-desktop__variant{max-width:150px}.sticky-atc-desktop__button{min-width:15rem;padding:0 2rem}}@media screen and (min-width:1200px){.sticky-atc-desktop__container{padding:1.2rem 4rem}}@media print{.sticky-atc-desktop{display:none!important}}@media(prefers-reduced-motion:reduce){.sticky-atc-desktop{transition:opacity .1s ease,visibility .1s ease;transform:translateY(0)}.sticky-atc-desktop:not(.is-visible){opacity:0;visibility:hidden}}@media(forced-colors:active){.sticky-atc-desktop{border-top:2px solid CanvasText}.sticky-atc-desktop__button{border:2px solid ButtonText}}.sticky-atc-desktop__button:focus-visible{outline:2px solid var(--sticky-atc-text);outline-offset:2px}.sticky-atc-desktop__quantity-input .quantity__button:focus-visible{outline:2px solid var(--sticky-atc-text);outline-offset:-2px}.sticky-atc-desktop__quantity-input .quantity__input:focus-visible{outline:2px solid var(--sticky-atc-text);outline-offset:-2px}
/*# sourceMappingURL=/cdn/shop/t/14/assets/component-sticky-atc-desktop.css.map */
