/* Compacta somente os atalhos/promocoes flutuantes da lateral no celular. */
@media (max-width: 767px) {
  .fp-r-INllF {
    position: fixed !important;
    top: min(calc(31vh + 45px), calc(100vh - 360px)) !important;
    right: 8px !important;
    width: 56px !important;
    height: auto !important;
    display: flex !important;
    flex-direction: column-reverse !important;
    gap: 5px !important;
    z-index: 100 !important;
  }

  .fp-r-INllF > .drag-wNihq.fp-drag-wfOLT {
    position: relative !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: 56px !important;
    height: 56px !important;
    max-width: 56px !important;
    max-height: 56px !important;
    flex: 0 0 56px !important;
  }

  .fp-r-INllF > .drag-wNihq.fp-drag-wfOLT .drag-close-qU6sj,
  .fp-r-INllF > .drag-wNihq.fp-drag-wfOLT .drag-close-qU6sj > img {
    width: 16px !important;
    height: 16px !important;
  }
}
