/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com/hello-child
Description: Motyw potomny dla Hello Elementor
Author: NEIS
Author URI: https://neis.website
Template: hello-elementor
Version: 1.0
*/


/* Odblokowanie klików w formularzu Woo w Elementor Loop/Slider */
.e-loop-item form.cart,
.e-loop-item form.cart *{
  pointer-events: auto !important;
}

.e-loop-item form.cart{
  position: relative !important;
  z-index: 50 !important;
}

/* Jeśli masz link na całą kartę (częsty pattern w loopach) – niech NIE przykrywa formularza */
.e-loop-item a,
.e-loop-item .elementor-icon,
.e-loop-item .elementor-clickable{
  z-index: 1;
}

.e-loop-item form.cart a,
.e-loop-item form.cart button,
.e-loop-item form.cart input{
  z-index: 60 !important;
  position: relative !important;
}

/* Swiper: formularz ma być klikalny */
.swiper-slide form.cart,
.swiper-slide form.cart *{
  pointer-events: auto !important;
}
