/*
Theme Name: Botiga Child
Theme URI: https://athemes.com/theme/botiga/
Description: Child theme for Botiga
Author: Your Name
Author URI: https://yourwebsite.com
Template: botiga
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: botiga-child
*/

/* Elegant + Slim Zoom Icon for WooCommerce Product Gallery */
.woocommerce-product-gallery__trigger {
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.woocommerce-product-gallery__trigger:hover {
  background: rgba(255, 255, 255, 1) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: scale(1.05);
}

.woocommerce-product-gallery__trigger::before {
  border: 1.5px solid #000 !important;
  border-radius: 50% !important;
  content: "" !important;
  display: block !important;
  height: 14px !important;
  left: 50% !important;
  position: absolute !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 14px !important;
  box-sizing: border-box !important;
}

.woocommerce-product-gallery__trigger::after {
  background: #000 !important;
  border-radius: 0 !important;
  content: "" !important;
  display: block !important;
  height: 1.5px !important;
  left: 50% !important;
  position: absolute !important;
  top: 50% !important;
  transform: translate(4px, 4px) rotate(45deg) !important;
  transform-origin: left center !important;
  width: 6px !important;
  box-sizing: border-box !important;
}

.woocommerce-product-gallery__trigger span[aria-hidden="true"] {
  display: none !important;
}

