/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/


/* Zeigt alle elemente im OffCanvas an auch wenn sie nicht im Veieport liegen. */
.brx-offcanvas-inner {
    overflow-y: scroll;
    flex-wrap: nowrap;
  }

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  color: #3c4d32;
}

.fixed-header {    
    position: ralative; /* Startzustand */
    width: 100%;
    z-index: 10;
    transition: all 0.5s ease; /* Optional für glattere Übergänge */
}

.fixed-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
}

.add_to_cart_button {
  background: #466f2f !important;
  color: #fff !important;
  font-weight: 400 !important;
  border-radius: 30px !important
}