/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Description: Tema hijo de Astra - Backup de seguridad para General Paz Growshop.
Author: General Paz Growshop
Template: astra
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
*/

/* Agregá tus estilos personalizados aquí */

/* ===== OVERRIDE BORDE IMAGEN - CHILD THEME ===== */
body.woocommerce .elementor-9585 .elementor-element-cc38245 img.attachment-woocommerce_thumbnail,
body.woocommerce-page .elementor img.attachment-woocommerce_thumbnail,
body .woocommerce ul.products li.product img.attachment-woocommerce_thumbnail,
html body .elementor img.attachment-woocommerce_thumbnail {
  border-color: #ececec !important;
  border-style: solid !important;
  border-width: 9px !important;
  height: 220px !important;
  width: 100% !important;
  object-fit: cover !important;
  object-position: center top !important;
  border-radius: 12px 12px 0 0 !important;
  transition: transform 0.35s ease !important;
  display: block !important;
}