/*
 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
*/

.woocommerce-notices-wrapper a {
  --link-color: #fff;
  --link-color-hover: #fff;
}
.woocommerce-notices-wrapper :focus-visible {
  outline: none !important;
}

.quick-view-icon {
  opacity: 0;
  transition: opacity 0.3s ease;
  background-color: rgba(255, 255, 255, 0.7) !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 0 !important;
}
.quick-view-icon i {
  color: #A18454 !important;
}

.image-wrapper:hover .quick-view-icon {
  opacity: 1;
  pointer-events: auto;
}

.archive:not(.term-greens):not(.term-baskets):not(.term-herb-spices):not(.term-lettuces-leaves):not(.term-tofu-tempe):not(.term-vegetables-greens):not(.term-fruits) .hero-subtitle {
  display: none;
}