/*
Theme Name: Woxxi Version 2
Description: Tema desarrollado por Gaton Banegas para Woox - Gifmakers
Author: Gaton Banegas
Author URI: https://woox.com
Version: 2.0
Text Domain: woxxi
Domain Path: /languages
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: responsive, bootstrap, woocommerce-ready
*/

/* Permitir scroll vertical normal dentro del slider de portada */
.slider-portada {
  touch-action: pan-y !important;
}
.slider-portada .swiper-wrapper,
.slider-portada .swiper-slide {
  touch-action: pan-y !important;
}

/* Sidebar de reserva sticky debajo del menú */
@media (min-width: 768px) {
  .reserva-sticky {
    position: sticky;
    top: calc(var(--menu-offset, 80px) + 15px);
  }
}

