.sticky-cart-bar{position:fixed;left:0;right:0;z-index:999;background-color:var(--sticky-bar-bg, #f5f5f5);padding:1rem 0;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease,transform .4s ease}.sticky-cart-bar--top{top:var(--header-height, 60px);bottom:auto;box-shadow:0 4px 20px #0000001a;transform:translateY(-10px)}.sticky-cart-bar--bottom{top:auto;bottom:0;box-shadow:0 -4px 20px #0000001a;transform:translateY(10px)}.sticky-cart-bar.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.sticky-cart-bar__inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.sticky-cart-bar__product{display:flex;align-items:center;gap:1rem;flex:1;min-width:0}.sticky-cart-bar__image{width:60px;height:60px;flex-shrink:0;border-radius:8px;overflow:hidden;background-color:#fff;border:1px solid rgba(0,0,0,.1)}.sticky-cart-bar__image img{width:100%;height:100%;object-fit:cover}.sticky-cart-bar__info{min-width:0;flex:1}.sticky-cart-bar__title{margin:0 0 .3rem;font-size:1.4rem;font-weight:600;color:var(--sticky-bar-text, #1a1a1a);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.sticky-cart-bar__price{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.sticky-cart-bar__price-current{font-size:1.6rem;font-weight:700;color:var(--sticky-bar-price-color, #1a1a1a)}.sticky-cart-bar__price-compare{font-size:1.3rem;color:var(--sticky-bar-compare-color, #666666);text-decoration:line-through}.sticky-cart-bar__savings-badge{display:inline-flex;align-items:center;gap:.3rem;background-color:var(--savings-badge-bg, #1a1a1a);color:var(--savings-badge-text, #ffffff);font-size:1rem;font-weight:600;padding:.3rem .6rem;border-radius:4px;white-space:nowrap}.sticky-cart-bar__savings-badge svg{flex-shrink:0}.sticky-cart-bar__actions{display:flex;align-items:center;gap:1rem;flex-shrink:0}.sticky-cart-bar__variant-selector{position:relative}.sticky-cart-bar__select{-webkit-appearance:none;appearance:none;background-color:#fff;border:1px solid rgba(0,0,0,.15);border-radius:8px;padding:.8rem 3rem .8rem 1rem;font-size:1.3rem;font-weight:500;color:var(--sticky-bar-text, #1a1a1a);cursor:pointer;min-width:150px;max-width:200px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%231a1a1a' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .8rem center;background-size:16px;transition:border-color .2s ease}.sticky-cart-bar__select:hover,.sticky-cart-bar__select:focus{border-color:var(--sticky-bar-text, #1a1a1a);outline:none}.sticky-cart-bar__quantity{display:flex;align-items:center;background-color:#fff;border:1px solid rgba(0,0,0,.15);border-radius:8px;overflow:hidden}.sticky-cart-bar__qty-btn{display:flex;align-items:center;justify-content:center;width:36px;height:40px;background:transparent;border:none;cursor:pointer;color:var(--sticky-bar-text, #1a1a1a);transition:background-color .2s ease}.sticky-cart-bar__qty-btn:hover{background-color:#0000000d}.sticky-cart-bar__qty-input{width:40px;height:40px;border:none;border-left:1px solid rgba(0,0,0,.1);border-right:1px solid rgba(0,0,0,.1);text-align:center;font-size:1.4rem;font-weight:600;color:var(--sticky-bar-text, #1a1a1a);-moz-appearance:textfield}.sticky-cart-bar__qty-input::-webkit-outer-spin-button,.sticky-cart-bar__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.sticky-cart-bar__form{margin:0}.sticky-cart-bar__add-btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;background-color:var(--sticky-bar-btn-bg, #4a7c59);color:var(--sticky-bar-btn-text, #ffffff);border:none;border-radius:8px;padding:1rem 2rem;font-size:1.4rem;font-weight:600;cursor:pointer;transition:background-color .2s ease;min-width:160px;height:44px;position:relative}.sticky-cart-bar__add-btn .sticky-cart-bar__btn-text,.sticky-cart-bar__add-btn svg:first-child{visibility:visible}.sticky-cart-bar__add-btn:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-1px)}.sticky-cart-bar__add-btn:disabled{opacity:.6;cursor:not-allowed}.sticky-cart-bar__add-btn svg{flex-shrink:0}.sticky-cart-bar__spinner{display:none;width:20px;height:20px}.sticky-cart-bar__add-btn.is-loading .sticky-cart-bar__btn-text,.sticky-cart-bar__add-btn.is-loading svg:first-child{visibility:hidden}.sticky-cart-bar__add-btn.is-loading .sticky-cart-bar__spinner{display:block;position:absolute}.sticky-cart-bar__spinner .spinner{animation:spin 1s linear infinite;width:100%;height:100%}.sticky-cart-bar__spinner .spinner__circle{stroke:currentColor;stroke-dasharray:60;stroke-dashoffset:45}@keyframes spin{to{transform:rotate(360deg)}}.sticky-cart-bar__add-btn.is-success{background-color:#22c55e}.sticky-cart-bar__add-btn.is-success .sticky-cart-bar__btn-text,.sticky-cart-bar__add-btn.is-success svg:first-child{visibility:visible}.sticky-cart-bar__add-btn.is-error{background-color:#ef4444}.sticky-cart-bar__add-btn.is-error .sticky-cart-bar__btn-text,.sticky-cart-bar__add-btn.is-error svg:first-child{visibility:visible}@media screen and (max-width: 989px){.sticky-cart-bar__title{font-size:1.3rem}.sticky-cart-bar__select{min-width:120px;max-width:150px;padding:.7rem 2.5rem .7rem .8rem;font-size:1.2rem}.sticky-cart-bar__add-btn{min-width:140px;padding:.9rem 1.5rem;font-size:1.3rem}}@media screen and (max-width: 749px){.sticky-cart-bar{padding:.8rem 0}.sticky-cart-bar__inner{flex-wrap:wrap;gap:.8rem}.sticky-cart-bar__product{width:100%;flex:none}.sticky-cart-bar__image{width:50px;height:50px}.sticky-cart-bar__title{font-size:1.2rem;margin-bottom:.2rem}.sticky-cart-bar__price-current{font-size:1.4rem}.sticky-cart-bar__price-compare{font-size:1.1rem}.sticky-cart-bar__savings-badge{font-size:.9rem;padding:.2rem .5rem}.sticky-cart-bar__actions{width:100%;justify-content:space-between}.sticky-cart-bar__variant-selector{flex:1;min-width:0}.sticky-cart-bar__select{width:100%;min-width:unset;max-width:unset;padding:.6rem 2.5rem .6rem .8rem;font-size:1.2rem}.sticky-cart-bar__quantity{flex-shrink:0}.sticky-cart-bar__qty-btn{width:32px;height:36px}.sticky-cart-bar__qty-input{width:36px;height:36px;font-size:1.3rem}.sticky-cart-bar__add-btn{min-width:unset;padding:.8rem 1.2rem;font-size:1.2rem;height:40px}.sticky-cart-bar__btn-text{display:none}.sticky-cart-bar__add-btn svg:first-child{width:20px;height:20px}}@media screen and (max-width: 400px){.sticky-cart-bar__image{width:45px;height:45px}.sticky-cart-bar__title{font-size:1.1rem}.sticky-cart-bar__price-current{font-size:1.3rem}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/sticky-cart-bar.css.map */
