:root{--satc-bg: #ffffff;--satc-border-top: rgba(255, 255, 255, .08);--satc-text: #000000;--satc-text-muted: rgba(255, 255, 255, .65);--satc-price-current: #000000;--satc-price-was: rgba(255, 255, 255, .5);--satc-btn-bg: #F7CA02;--satc-btn-bg-hover: #d4a800;--satc-btn-bg-success: #4caf50;--satc-btn-bg-error: #e53935;--satc-btn-text: #1a1a1a;--satc-qty-bg: rgba(255, 255, 255, .1);--satc-qty-border: rgba(255, 255, 255, .2);--satc-qty-text: #ffffff;--satc-height-desktop: 72px;--satc-height-mobile: 64px;--satc-z-index: 9999;--satc-transition: .3s cubic-bezier(.4, 0, .2, 1);--satc-shadow: 0 -4px 24px rgba(0, 0, 0, .35);--satc-radius-btn: 6px;--satc-radius-qty: 6px;--satc-font-size-title: 14px;--satc-font-size-price: 15px;--satc-font-size-btn: 14px;--satc-img-size: 64px}.sticky-atc-bar{position:fixed;bottom:0;left:0;right:0;z-index:var(--satc-z-index);background-color:var(--satc-bg);border-top:1px solid var(--satc-border-top);box-shadow:var(--satc-shadow);transform:translateY(100%);transition:transform var(--satc-transition),opacity var(--satc-transition);opacity:0;will-change:transform,opacity;-webkit-backface-visibility:hidden;backface-visibility:hidden}.sticky-atc-bar--visible{transform:translateY(0);opacity:1}.sticky-atc-bar__inner{display:flex;align-items:center;gap:12px;max-width:1000px;margin:0 auto;padding:0 16px;height:var(--satc-height-desktop);box-sizing:border-box}.sticky-atc-bar__image-wrap{flex-shrink:0;width:var(--satc-img-size);height:var(--satc-img-size);border-radius:4px;overflow:hidden;background:#ffffff0f}.sticky-atc-bar__image{width:100%;height:100%;object-fit:cover;display:block}.sticky-atc-bar__info{flex:1 1 auto;min-width:0;overflow:hidden}.sticky-atc-bar__title{margin:0 0 3px;font-size:var(--satc-font-size-title);font-weight:600;color:var(--satc-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.sticky-atc-bar__price{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap}.sticky-atc-bar__price-current{font-size:var(--satc-font-size-price);font-weight:700;color:var(--satc-price-current);line-height:1}.sticky-atc-bar__price-was{font-size:12px;font-weight:400;color:var(--satc-price-was);text-decoration:line-through;line-height:1}.sticky-atc-bar__actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.sticky-atc-bar__qty{display:flex;align-items:center;background:var(--satc-qty-bg);border:1px solid var(--satc-qty-border);border-radius:var(--satc-radius-qty);overflow:hidden;height:40px}.sticky-atc-bar__qty-btn{display:flex;align-items:center;justify-content:center;width:36px;height:100%;background:transparent;border:none;color:var(--satc-qty-text);cursor:pointer;padding:0;transition:background .15s ease;-webkit-tap-highlight-color:transparent}.sticky-atc-bar__qty-btn:hover{background:#ffffff1f}.sticky-atc-bar__qty-btn:active{background:#fff3}.sticky-atc-bar__qty-btn svg{pointer-events:none}.sticky-atc-bar__qty-input{width:40px;height:100%;background:transparent;border:none;border-left:1px solid var(--satc-qty-border);border-right:1px solid var(--satc-qty-border);color:var(--satc-qty-text);font-size:14px;font-weight:600;text-align:center;padding:0;-moz-appearance:textfield;outline:none}.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__btn{position:relative;display:inline-flex;align-items:center;justify-content:center;height:44px;padding:0 24px;background-color:var(--satc-btn-bg);color:var(--satc-btn-text);font-size:var(--satc-font-size-btn);font-weight:500;letter-spacing:.03em;text-transform:uppercase;border:none;border-radius:var(--satc-radius-btn);cursor:pointer;white-space:nowrap;transition:background-color .2s ease,transform .1s ease,opacity .2s ease;-webkit-tap-highlight-color:transparent;outline:none;overflow:hidden;min-width:160px}.sticky-atc-bar__btn:hover:not(:disabled){background-color:var(--satc-btn-bg-hover)}.sticky-atc-bar__btn:active:not(:disabled){transform:scale(.98)}.sticky-atc-bar__btn:disabled{opacity:.55;cursor:not-allowed}.sticky-atc-bar__btn:focus-visible{outline:2px solid var(--satc-btn-bg);outline-offset:3px}.sticky-atc-bar__btn-loading{display:none;position:absolute;top:0;right:0;bottom:0;left:0;align-items:center;justify-content:center;background:inherit}.sticky-atc-bar__btn--loading .sticky-atc-bar__btn-text{visibility:hidden}.sticky-atc-bar__btn--loading .sticky-atc-bar__btn-loading{display:flex}.sticky-atc-bar__spinner{animation:satc-spin .8s linear infinite}@keyframes satc-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.sticky-atc-bar__btn--success{background-color:var(--satc-btn-bg-success)!important;color:#fff!important}.sticky-atc-bar__btn--success .sticky-atc-bar__btn-text:before{content:"\2713  "}.sticky-atc-bar__btn--error{background-color:var(--satc-btn-bg-error)!important;color:#fff!important}@media screen and (max-width:768px){.sticky-atc-bar__inner{height:var(--satc-height-mobile);gap:8px;padding:0 12px}.sticky-atc-bar__image-wrap{--satc-img-size: 44px;width:44px;height:44px}.sticky-atc-bar__title{font-size:12px}.sticky-atc-bar__price-current{font-size:14px}.sticky-atc-bar__btn{padding:0 16px;min-width:130px;font-size:13px;height:40px}.sticky-atc-bar__qty{height:36px}.sticky-atc-bar__qty-btn{width:30px}.sticky-atc-bar__qty-input{width:32px;font-size:13px}}@media screen and (max-width:480px){.sticky-atc-bar__qty{display:none}.sticky-atc-bar__btn{min-width:0;flex:1 1 auto;padding:0 12px}.sticky-atc-bar__info{flex:1 1 auto}.sticky-atc-bar__title{font-size:11px}}@media screen and (max-width:360px){.sticky-atc-bar__image-wrap{display:none}}@media print{.sticky-atc-bar{display:none!important}}@media(prefers-reduced-motion:reduce){.sticky-atc-bar{transition:none}.sticky-atc-bar__spinner{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/114/assets/sticky-atc-bar.css.map */
