.pdp-actions-copy {
  position: fixed;
  bottom: -80px;
  top: unset;
}
@media (min-width: 768px) {
  .pdp-actions-copy {
    bottom: unset;
    top: -140px;
  }
}
