/*
 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
*/

@media screen and (max-width: 478px) {
  body.bricks-is-frontend :focus-visible {
    outline: unset;
  }
}

article{
    top: 150px;
}

html body .produs-punga .quantity {
    display: none;
  }
  
  @media screen and (min-width: 821px) and (max-width: 1180px) {
    .brxe-container {
      padding: 0 20px;
    }
    #brxe-germgm {
      width: 250px !important;
      height: 250px !important;
    }
  }

/* Fake unchecked look */
form.filter.checkbox .checkboxes input.fake-unchecked {
    background-image: url('/wp-content/uploads/2025/05/Checked.svg') !important;
    background-repeat: no-repeat;
    background-position: center;
}