/* Spexsy LensFlow Product UX (Uber-style) */

.slp-product-ux{
  margin-top: 14px;
}

/* Sticky CTA */
.slp-stickybuy{
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 9999;
  pointer-events: none;
}
.slp-stickybuy__btn{
  pointer-events: auto;
  width: 100%;
  border: 1px solid #111;
  background: #111;
  color: #fff;
  border-radius: 18px;
  padding: 14px 16px;
  font-weight: 950;
  letter-spacing: -0.01em;
  box-shadow: 0 18px 40px rgba(0,0,0,0.18);
}

/* Only show sticky on small screens */
@media (min-width: 881px){
  .slp-stickybuy{ display:none; }
}

/* Make sure it doesn't overlap footer forms */
body.has-slp-stickybuy{
  padding-bottom: 84px;
}
