.rk-sticky-atc{position:fixed;bottom:0;left:0;width:100%;background:var(--rk-satc-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid rgba(255,0,255,.2);box-shadow:0 -8px 32px #0009;z-index:1000;transform:translateY(100%);transition:transform .4s cubic-bezier(.4,0,.2,1)}.rk-sticky-atc--visible{transform:translateY(0)}.rk-sticky-atc__container{max-width:1400px;margin:0 auto;padding:16px 24px;display:flex;align-items:center;gap:24px}.rk-sticky-atc__info{display:flex;align-items:center;gap:16px;flex:1;min-width:0}.rk-sticky-atc__image{width:60px;height:60px;flex-shrink:0;border-radius:8px;overflow:hidden;background:#ffffff0d}.rk-sticky-atc__image img{width:100%;height:100%;object-fit:cover}.rk-sticky-atc__details{flex:1;min-width:0}.rk-sticky-atc__title{font-size:15px;font-weight:700;color:var(--rk-satc-text);margin:0 0 6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rk-sticky-atc__price{display:flex;align-items:center;gap:8px}.rk-sticky-atc__price--regular{font-size:18px;font-weight:800;color:var(--rk-satc-text)}.rk-sticky-atc__price--sale{font-size:18px;font-weight:800;color:#ef4444}.rk-sticky-atc__price--compare{font-size:14px;font-weight:600;color:#ffffff4d;text-decoration:line-through}.rk-sticky-atc__form{display:flex;align-items:center;gap:12px}.rk-sticky-atc__variants{display:flex;align-items:center}.rk-sticky-atc__option-compact{display:flex;align-items:center;gap:6px}.rk-sticky-atc__variant-btn{padding:8px 14px;background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:6px;color:var(--rk-satc-text);font-size:13px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.rk-sticky-atc__variant-btn:hover{border-color:var(--rk-satc-button-bg);background:#ff00ff1a}.rk-sticky-atc__variant-btn--active{background:var(--rk-satc-button-bg);border-color:var(--rk-satc-button-bg);color:#fff}.rk-sticky-atc__variant-more{padding:8px 12px;background:#ffffff1a;border:2px solid rgba(255,255,255,.2);border-radius:6px;color:var(--rk-satc-text);font-size:12px;font-weight:700;cursor:pointer;transition:all .3s ease}.rk-sticky-atc__variant-more:hover{background:var(--rk-satc-button-bg);border-color:var(--rk-satc-button-bg)}.rk-sticky-atc__select-btn{display:flex;align-items:center;gap:10px;padding:10px 16px;background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:8px;color:var(--rk-satc-text);font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;max-width:200px}.rk-sticky-atc__select-btn span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rk-sticky-atc__select-btn:hover{border-color:var(--rk-satc-button-bg);background:#ff00ff1a}.rk-sticky-atc__select-btn svg{width:16px;height:16px;flex-shrink:0}.rk-sticky-atc__qty{display:flex;align-items:center;background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:8px;overflow:hidden}.rk-sticky-atc__qty-btn{width:36px;height:40px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:var(--rk-satc-text);font-size:18px;cursor:pointer;transition:all .3s ease}.rk-sticky-atc__qty-btn:hover{background:#f0f3;color:var(--rk-satc-button-bg)}.rk-sticky-atc__qty-input{width:50px;height:40px;text-align:center;background:transparent;border:none;border-left:1px solid rgba(255,255,255,.1);border-right:1px solid rgba(255,255,255,.1);color:var(--rk-satc-text);font-size:14px;font-weight:700}.rk-sticky-atc__qty-input:focus{outline:none}.rk-sticky-atc__button{display:flex;align-items:center;justify-content:center;gap:10px;padding:12px 32px;background:linear-gradient(135deg,var(--rk-satc-button-bg) 0%,var(--rk-satc-button-hover) 100%);border:none;border-radius:10px;color:var(--rk-satc-button-text);font-size:15px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #f0f6;white-space:nowrap}.rk-sticky-atc__button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #f0f9}.rk-sticky-atc__button:disabled{background:#ffffff1a;color:#fff6;cursor:not-allowed;box-shadow:none}.rk-sticky-atc__button svg{width:20px;height:20px}.rk-sticky-atc__button--success{background:linear-gradient(135deg,#10b981,#059669)}.rk-sticky-atc__spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:rkSatcSpin .6s linear infinite}@keyframes rkSatcSpin{to{transform:rotate(360deg)}}.rk-sticky-atc-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;opacity:0;pointer-events:none;transition:opacity .3s ease}.rk-sticky-atc-modal--active{opacity:1;pointer-events:all}.rk-sticky-atc-modal__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.rk-sticky-atc-modal__content{position:absolute;bottom:0;left:0;width:100%;max-height:80vh;background:#1a1a1a;border-top-left-radius:24px;border-top-right-radius:24px;overflow:hidden;transform:translateY(100%);transition:transform .4s cubic-bezier(.4,0,.2,1)}.rk-sticky-atc-modal--active .rk-sticky-atc-modal__content{transform:translateY(0)}.rk-sticky-atc-modal__header{display:flex;align-items:center;justify-content:space-between;padding:24px;border-bottom:1px solid rgba(255,255,255,.1)}.rk-sticky-atc-modal__header h3{font-size:18px;font-weight:700;color:#fff;margin:0}.rk-sticky-atc-modal__close{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border:none;border-radius:50%;color:#fff;cursor:pointer;transition:all .3s ease}.rk-sticky-atc-modal__close:hover{background:#f0f3;transform:rotate(90deg)}.rk-sticky-atc-modal__close svg{width:24px;height:24px}.rk-sticky-atc-modal__body{padding:24px;max-height:50vh;overflow-y:auto}.rk-sticky-atc-modal__option{margin-bottom:24px}.rk-sticky-atc-modal__option:last-child{margin-bottom:0}.rk-sticky-atc-modal__option label{display:block;font-size:14px;font-weight:700;color:#fff;margin-bottom:12px}.rk-sticky-atc-modal__values{display:flex;flex-wrap:wrap;gap:10px}.rk-sticky-atc-modal__value{padding:12px 20px;background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.rk-sticky-atc-modal__value:hover{border-color:var(--rk-satc-button-bg);background:#ff00ff1a}.rk-sticky-atc-modal__value--active{background:var(--rk-satc-button-bg);border-color:var(--rk-satc-button-bg)}.rk-sticky-atc-modal__footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:24px;border-top:1px solid rgba(255,255,255,.1);background:#0000004d}.rk-sticky-atc-modal__price{display:flex;align-items:center;gap:10px}.rk-sticky-atc-modal__price--regular{font-size:24px;font-weight:800;color:#fff}.rk-sticky-atc-modal__price--sale{font-size:24px;font-weight:800;color:#ef4444}.rk-sticky-atc-modal__price--compare{font-size:18px;font-weight:600;color:#ffffff4d;text-decoration:line-through}.rk-sticky-atc-modal__confirm{flex:1;padding:16px 32px;background:linear-gradient(135deg,var(--rk-satc-button-bg) 0%,var(--rk-satc-button-hover) 100%);border:none;border-radius:10px;color:#fff;font-size:16px;font-weight:800;text-transform:uppercase;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #f0f6}.rk-sticky-atc-modal__confirm:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f0f9}@media(max-width:1024px){.rk-sticky-atc__info{flex:0 1 auto}.rk-sticky-atc__title{font-size:14px}}@media(max-width:768px){.rk-sticky-atc__container{padding:12px 16px;gap:12px}.rk-sticky-atc__image{width:50px;height:50px}.rk-sticky-atc__details{display:none}.rk-sticky-atc__form{flex:1;gap:8px}.rk-sticky-atc__button{padding:12px 20px;font-size:14px}.rk-sticky-atc__button-text{display:none}.rk-sticky-atc__select-btn{max-width:120px;padding:10px 12px;font-size:13px}.rk-sticky-atc__variant-btn{padding:8px 12px;font-size:12px}}@media(max-width:480px){.rk-sticky-atc__option-compact{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch}.rk-sticky-atc__select-btn{max-width:100px}}@media(prefers-reduced-motion:reduce){.rk-sticky-atc,.rk-sticky-atc-modal__content,*{transition:none!important;animation:none!important}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/rk-sticky-atc.css.map */
