.sh-sticky-atc{position:fixed;left:0;right:0;bottom:-100px;background:#fff;border-top:1px solid #e6ecf7;box-shadow:0 -6px 20px rgba(0,0,0,.08);z-index:40;transition:bottom .25s ease;padding:10px 0;}
.sh-sticky-atc.is-visible{bottom:0;}
.sh-sticky-atc__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;}
.sh-sticky-atc__info{display:flex;align-items:center;gap:12px;}
.sh-sticky-atc__info img{width:52px;height:52px;object-fit:cover;border-radius:10px;}
.sh-sticky-atc__title{font-size:1.3rem;font-weight:600;margin:0;max-width:38ch;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.sh-sticky-atc__price{font-size:1.3rem;font-weight:700;color:#154fc7;margin:0;}
.sh-sticky-atc__btn{background:#154fc7;color:#fff;padding:12px 26px;border-radius:12px;font-weight:700;font-size:1.4rem;flex-shrink:0;}
@media(max-width:589px){.sh-sticky-atc__title{max-width:20ch;font-size:1.15rem;}}
