:root{--sticky-atc-brand: #b3465f;--sticky-atc-brand-soft: #fac0b2;--sticky-atc-text: #1a1a1a;--sticky-atc-muted: #6b6b6b;--sticky-atc-bg: #ffffff;--sticky-atc-border: rgba(179, 70, 95, .12);--sticky-atc-height: 72px;--sticky-atc-z: 90}sticky-atc-bar.sticky-atc-bar{position:fixed;left:0;right:0;bottom:0;z-index:var(--sticky-atc-z);background:var(--sticky-atc-bg);border-top:1px solid var(--sticky-atc-border);box-shadow:0 -8px 28px #1a1a1a14;transform:translateY(110%);opacity:0;visibility:hidden;pointer-events:none;transition:transform .28s cubic-bezier(.22,1,.36,1),opacity .22s ease,visibility .22s ease}sticky-atc-bar.sticky-atc-bar.is-visible{transform:translateY(0);opacity:1;visibility:visible;pointer-events:auto}sticky-atc-bar.sticky-atc-bar[hidden]{display:block!important}.sticky-atc-bar__inner{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;max-width:var(--page-width, 1600px);margin:0 auto;padding:.8rem 1.5rem;min-height:var(--sticky-atc-height)}.sticky-atc-bar__product{display:flex;align-items:center;gap:1rem;min-width:0;flex:1 1 auto}.sticky-atc-bar__media{flex-shrink:0;width:52px;height:52px;border-radius:8px;overflow:hidden;background:#f7f7f7;border:1px solid var(--sticky-atc-border)}.sticky-atc-bar__image{width:100%;height:100%;object-fit:cover;display:block}.sticky-atc-bar__details{min-width:0}.sticky-atc-bar__title{margin:0 0 .25rem;font-size:1.3rem;font-weight:600;line-height:1.25;color:var(--sticky-atc-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:42vw}.sticky-atc-bar__price-row{display:flex;align-items:center;flex-wrap:wrap;gap:.6rem}.sticky-atc-bar__compare{font-size:1.2rem;color:var(--sticky-atc-muted);text-decoration:line-through}.sticky-atc-bar__price{font-size:1.4rem;font-weight:700;color:var(--sticky-atc-brand)}.sticky-atc-bar__badge{display:inline-flex;align-items:center;padding:.15rem .55rem;border-radius:999px;font-size:1rem;font-weight:700;letter-spacing:.02em;color:#fff;background:var(--sticky-atc-brand);line-height:1.4}.sticky-atc-bar__actions{display:flex;align-items:center;gap:1rem;flex-shrink:0}.sticky-atc-bar__qty{display:inline-flex;align-items:center;border:1px solid var(--sticky-atc-border);border-radius:999px;overflow:hidden;background:#fff;height:4.2rem}.sticky-atc-bar__qty-btn{width:3.4rem;height:100%;border:0;background:transparent;color:var(--sticky-atc-text);font-size:1.8rem;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .15s ease,color .15s ease}.sticky-atc-bar__qty-btn:hover{background:color-mix(in srgb,var(--sticky-atc-brand-soft) 55%,white);color:var(--sticky-atc-brand)}.sticky-atc-bar__qty-input{width:3.6rem;height:100%;border:0;text-align:center;font-size:1.4rem;font-weight:600;color:var(--sticky-atc-text);background:transparent;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.sticky-atc-bar__qty-input::-webkit-outer-spin-button,.sticky-atc-bar__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.sticky-atc-bar__atc{position:relative;min-width:14rem;min-height:4.2rem;padding:0 1.8rem;border:0!important;border-radius:999px;background:var(--sticky-atc-brand)!important;background-color:var(--sticky-atc-brand)!important;color:#fff!important;font-size:1.35rem;font-weight:600;cursor:pointer;box-shadow:none!important;transition:background .2s ease,transform .15s ease,opacity .15s ease}.sticky-atc-bar__atc:before,.sticky-atc-bar__atc:after{content:none!important;display:none!important;box-shadow:none!important;border:0!important}.sticky-atc-bar__atc:hover:not([disabled]){background:color-mix(in srgb,var(--sticky-atc-brand) 88%,black)!important;background-color:color-mix(in srgb,var(--sticky-atc-brand) 88%,black)!important;box-shadow:none!important}.sticky-atc-bar__atc:hover:not([disabled]):before,.sticky-atc-bar__atc:hover:not([disabled]):after{box-shadow:none!important}.sticky-atc-bar__atc:active:not([disabled]){transform:scale(.98)}.sticky-atc-bar__atc[disabled]{opacity:.55;cursor:not-allowed}.sticky-atc-bar__atc.loading [data-sticky-atc-text]{opacity:0}.sticky-atc-bar__atc .sticky-atc-bar__spinner{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.sticky-atc-bar__atc .sticky-atc-bar__spinner.hidden{display:none}.sticky-atc-bar__atc .spinner{width:2rem;height:2rem}.sticky-atc-bar__atc .path{stroke:#fff;stroke-linecap:round;animation:sticky-atc-dash 1.4s ease-in-out infinite}@keyframes sticky-atc-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 (max-width:749px){:root{--sticky-atc-height: auto}.sticky-atc-bar__inner{flex-wrap:wrap;gap:.8rem;padding:.9rem 1.2rem calc(.9rem + env(safe-area-inset-bottom,0px))}.sticky-atc-bar__title{max-width:58vw;font-size:1.2rem}.sticky-atc-bar__media{width:44px;height:44px}.sticky-atc-bar__actions{width:100%;justify-content:space-between}.sticky-atc-bar__atc{flex:1 1 auto;min-width:0}.sticky-atc-bar__compare{font-size:1.1rem}.sticky-atc-bar__price{font-size:1.25rem}}@media screen and (min-width:750px){.sticky-atc-bar__inner{padding-left:5rem;padding-right:5rem}}@media screen and (max-width:989px){body.sticky-atc-visible{padding-bottom:0}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/sticky-atc-bar.css.map */
