/**
 * Theme Name: Rey Child
 * Theme URI: http://reytheme.com/
 * Description: This is a child theme of Rey.
 * Author: Marius H.
 * Author URI:  https://twitter.com/mariushoria
 * Template: rey
 * Version: 1.0.0
 * License: General Public License
 * License URI: http://www.gnu.org/licenses/gpl.html
 * Text Domain: rey-child
 */


.elementor a {
    font-weight: 600;
}

.reyEl-menu-navWrapper ul li a {padding: 10px 0;}



/* LCP: wymuś natychmiastowe renderowanie paska z tekstem (Elementor) */
.elementor-element-c40f8c3,
.elementor-element-c40f8c3 *{
  animation: none !important;
  transition: none !important;
}

/* jeśli Elementor ukrywa przez opacity/transform (częste przy entrance animations) */
.elementor-element-c40f8c3{
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

/* Pasek darmowej dostawy w mini koszyku */
#rey-child-shipping-bar {
    padding: 10px 20px 14px;
}
.rey-free-shipping-bar {
    font-size: 15px;
    line-height: 1.4;
}
.rey-free-shipping-bar.--reached {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #2e7d32;
    font-weight: 600;
}
.rey-free-shipping-bar.--reached svg {
    width: 20px;
    height: 20px;
    fill: #2e7d32;
    flex-shrink: 0;
}
.rey-free-shipping-bar .__bar-track {
    height: 4px;
    background: #e0e0e0;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 8px;
}
.rey-free-shipping-bar .__bar-fill {
    height: 100%;
    background: #1f4332;
    border-radius: 2px;
    transition: width 0.4s ease;
}

@media (max-width: 767px){
  .elementor-element-c40f8c3.elementor-hidden-mobile,
  .elementor-element-c40f8c3.elementor-hidden-mobile_extra{
    display: block !important;
  }
}

