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

/* Target WooCommerce product images */
.woocommerce ul.products li.product a img,
.woocommerce div.product div.images img,
.dokan-dashboard .dokan-product-listing img {
  width: 100% !important;
  height: auto !important; /* reset WP attributes */
  aspect-ratio: 1 / 1;     /* force square shape */
  object-fit: cover;       /* crop edges to fit */
  display: block;
}

/* Catalog / Loop add-to-cart buttons */
.woocommerce ul.products li.product .button {
  background-color: #ffffff; /* custom color */
  color: #fff;
  border-radius: 12px;
  padding: 0.75em 1.5em;
  font-weight: 600;
  text-transform: uppercase;
}

.woocommerce ul.products li.product .button:hover {
  background-color: #4a1270;
}
