.cx-stickybuy{position:fixed;left:0;right:0;bottom:0;z-index:60;background:#15171d;border-top:2px solid #e02d22;box-shadow:0 -12px 34px rgba(0,0,0,.55);}
.cx-stickybuy[hidden]{display:none;}
.cx-stickybuy__in{max-width:1100px;margin:0 auto;display:flex;align-items:center;gap:1rem;padding:.95rem 1.3rem;}
.cx-stickybuy__img{width:52px;height:52px;object-fit:cover;border-radius:6px;background:#fff;flex:0 0 auto;}
.cx-stickybuy__title{display:flex;flex-direction:column;line-height:1.25;flex:1;min-width:0;}
.cx-stickybuy__brand{color:#e02d22;font-family:ui-monospace,Menlo,monospace;font-size:11px;letter-spacing:.14em;text-transform:uppercase;font-weight:700;}
.cx-stickybuy__title strong{color:#fff;font-weight:700;font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.cx-stickybuy__price{color:#fff;font-family:ui-monospace,Menlo,monospace;font-weight:700;font-size:17px;white-space:nowrap;}
.cx-stickybuy__btn{background:#e02d22;color:#fff;border:0;border-radius:8px;padding:.95rem 2rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;font-size:14px;cursor:pointer;white-space:nowrap;}
.cx-stickybuy__btn:hover{background:#d2002a;}
@media(max-width:600px){.cx-stickybuy__img{width:42px;height:42px;}.cx-stickybuy__btn{padding:.8rem 1.2rem;}.cx-stickybuy__price{display:none;}}