.smart-popup{position:fixed;top:50%;right:-400px;transform:translateY(-50%);width:350px;background:#fff;border-radius:12px;box-shadow:0 10px 30px #0003;z-index:10000;opacity:0;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid #e0e0e0;overflow:hidden}.smart-popup.show{right:20px;opacity:1}.smart-popup.hide{right:-400px;opacity:0}.smart-popup__header{background:linear-gradient(135deg,#ff6b6b,#ff8e8e);color:#fff;padding:12px 16px;display:flex;justify-content:space-between;align-items:center}.smart-popup__title{font-size:14px;font-weight:600;margin:0}.smart-popup__close{background:none;border:none;color:#fff;cursor:pointer;font-size:18px;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s ease}.smart-popup__close:hover{background:#fff3}.smart-popup__content{padding:16px}.smart-popup__product{display:flex;gap:12px;align-items:center}.smart-popup__image{width:80px;height:80px;border-radius:8px;overflow:hidden;flex-shrink:0;background:#f8f9fa}.smart-popup__image img{width:100%;height:100%;object-fit:cover}.smart-popup__info{flex:1}.smart-popup__name{font-size:14px;font-weight:600;color:#333;margin:0 0 4px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.smart-popup__price{display:flex;align-items:center;gap:8px;margin:8px 0}.smart-popup__current-price{font-size:16px;font-weight:700;color:#ff6b6b}.smart-popup__original-price{font-size:14px;color:#999;text-decoration:line-through}.smart-popup__discount{background:#ff6b6b;color:#fff;font-size:12px;font-weight:600;padding:2px 6px;border-radius:4px}.smart-popup__actions{display:flex;gap:8px;margin-top:12px}.smart-popup__btn{flex:1;padding:8px 12px;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;text-align:center;text-decoration:none;display:inline-block}.smart-popup__btn--primary{background:#ff6b6b;color:#fff}.smart-popup__btn--primary:hover{background:#ff5252;transform:translateY(-1px)}.smart-popup__btn--secondary{background:#f8f9fa;color:#666;border:1px solid #e0e0e0}.smart-popup__btn--secondary:hover{background:#e9ecef}.sticky-cart-bar{position:fixed;bottom:0;left:0;right:0;background:var(--sticky-cart-bg, #ffffff);border-top:1px solid #e0e0e0;box-shadow:0 -4px 20px #0000001a;z-index:9998;transform:translateY(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);padding:12px 16px}.sticky-cart-bar.show{transform:translateY(0)}.sticky-cart-bar__content{display:flex;align-items:center;gap:12px;max-width:1200px;margin:0 auto}.sticky-cart-bar__image{width:60px;height:60px;border-radius:8px;overflow:hidden;flex-shrink:0;background:#f8f9fa}.sticky-cart-bar__image img{width:100%;height:100%;object-fit:cover}.sticky-cart-bar__info{flex:1}.sticky-cart-bar__name{font-size:14px;font-weight:600;color:var(--sticky-cart-text, #333);margin:0 0 4px;line-height:1.3}.sticky-cart-bar__price{font-size:14px;font-weight:600;color:var(--sticky-cart-text, #333);margin:0;display:flex;align-items:center;gap:6px}.sticky-cart-bar__price .current-price{color:#ff6b6b;font-weight:700}.sticky-cart-bar__price .was-price{color:#999;font-size:12px;text-decoration:line-through;font-weight:400}.sticky-cart-bar__actions{display:flex;gap:8px;align-items:center}.sticky-cart-bar__quantity{display:flex;align-items:center;border:1px solid #e0e0e0;border-radius:6px;overflow:hidden}.sticky-cart-bar__qty-btn{background:#f8f9fa;border:none;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;color:#666;transition:background .2s ease}.sticky-cart-bar__qty-btn:hover{background:#e9ecef}.sticky-cart-bar__qty-input{width:40px;height:32px;border:none;text-align:center;font-size:14px;font-weight:600;color:#333}.sticky-cart-bar__add-btn{background:var(--sticky-cart-btn-bg, #ff6b6b);color:var(--sticky-cart-btn-text, white);border:none;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.sticky-cart-bar__add-btn:hover{background:var(--sticky-cart-btn-bg, #ff5252);opacity:.9;transform:translateY(-1px)}.sticky-cart-bar__close{background:none;border:none;color:#999;cursor:pointer;font-size:18px;padding:4px;border-radius:4px;transition:all .2s ease}.sticky-cart-bar__close:hover{background:#f8f9fa;color:#666}@media screen and (max-width: 768px){.smart-popup{width:300px;right:-320px}.smart-popup.show{right:10px}.smart-popup__product{flex-direction:column;text-align:center}.smart-popup__image{width:100px;height:100px}.sticky-cart-bar{padding:10px 16px;border-top:1px solid #e0e0e0}.sticky-cart-bar__content{gap:8px;flex-wrap:nowrap}.sticky-cart-bar__image{width:50px;height:50px;border-radius:8px}.sticky-cart-bar__info{flex:1;min-width:100px}.sticky-cart-bar__name{font-size:13px;font-weight:600;line-height:1.3;margin-bottom:2px}.sticky-cart-bar__price{font-size:13px;font-weight:600}.sticky-cart-bar__price .current-price{font-size:14px;font-weight:700}.sticky-cart-bar__price .was-price{font-size:11px}.sticky-cart-bar__actions{gap:8px;flex-wrap:nowrap;align-items:center}.sticky-cart-bar__quantity{border:1px solid #e0e0e0;border-radius:6px}.sticky-cart-bar__qty-btn{width:32px;height:32px;font-size:16px;font-weight:600}.sticky-cart-bar__qty-input{width:40px;height:32px;font-size:14px;font-weight:600}.sticky-cart-bar__add-btn{padding:8px 12px;font-size:13px;font-weight:600;border-radius:6px;min-height:36px;white-space:nowrap}.sticky-cart-bar__close{font-size:18px;padding:4px;min-width:32px;min-height:32px}}@media screen and (max-width: 480px){.sticky-cart-bar{padding:8px 12px}.sticky-cart-bar__content{flex-direction:row;align-items:center;gap:8px}.sticky-cart-bar__image{width:40px;height:40px;border-radius:6px}.sticky-cart-bar__info{flex:1;min-width:0}.sticky-cart-bar__name{font-size:12px;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-cart-bar__price{font-size:12px;gap:4px}.sticky-cart-bar__price .current-price{font-size:13px}.sticky-cart-bar__price .was-price{font-size:10px}.sticky-cart-bar__actions{flex-direction:row;justify-content:flex-end;align-items:center;gap:6px;flex-shrink:0}.sticky-cart-bar__quantity{order:1}.sticky-cart-bar__qty-btn{width:28px;height:28px;font-size:14px}.sticky-cart-bar__qty-input{width:32px;height:28px;font-size:12px}.sticky-cart-bar__add-btn{order:2;padding:6px 12px;font-size:12px;min-height:32px;white-space:nowrap}.sticky-cart-bar__close{position:absolute;top:4px;right:4px;font-size:16px;min-width:24px;min-height:24px;padding:2px;background:#ffffffe6;border-radius:50%;box-shadow:0 1px 4px #0000001a}}.color-scheme-1 .smart-popup,.color-scheme-2 .smart-popup{background:#2a2a2a;border-color:#444}.color-scheme-1 .smart-popup__name,.color-scheme-2 .smart-popup__name{color:#e0e0e0}.color-scheme-1 .sticky-cart-bar,.color-scheme-2 .sticky-cart-bar{background:#2a2a2a;border-color:#444}.color-scheme-1 .sticky-cart-bar__name,.color-scheme-2 .sticky-cart-bar__name{color:#e0e0e0}@keyframes slideInRight{0%{right:-400px;opacity:0}to{right:20px;opacity:1}}@keyframes slideOutRight{0%{right:20px;opacity:1}to{right:-400px;opacity:0}}@keyframes slideUpBottom{0%{transform:translateY(100%)}to{transform:translateY(0)}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/smart-popups.css.map */
