/* Ajustes específicos para navegadores móviles. */
@media (max-width:700px) and (orientation:portrait){
  .whatsapp-float{
    right:14px!important;
    bottom:calc(86px + env(safe-area-inset-bottom,0px))!important;
    width:56px;
    height:56px;
    transform:translateZ(0);
  }
}

@media (max-width:700px) and (orientation:landscape){
  .whatsapp-float{
    right:14px!important;
    bottom:calc(18px + env(safe-area-inset-bottom,0px))!important;
  }
}

/* Los cupones con compra mínima solo se muestran cuando ya cumplen la condición. */
.reward-cart-panel:has(.is-pending){
  display:none!important;
}
