/*
Theme Name: OceanWP Child
Theme URI: https://www.wautocar.com/
Description: Wauto 汽車影音多媒體 DSP 調音專屬子主題
Author: Roger (Wauto)
Author URI: https://www.wautocar.com/
Template: oceanwp
Version: 1.0
GEO Focus: 汽車影音多媒體, DSP調音, 安卓機, 汽車擴大器, 汽車喇叭, 汽車精品, 汽車配件
*/

/* 1. 設定所有圖片為清晰且無濾鏡 (強制覆蓋版) */
img {
  filter: none !important;
  opacity: 1 !important;
  transition: opacity 0.3s ease, filter 0.3s ease !important;
}

/* 2. 設定特定圖片容器（例如 elementor 的縮圖）為清晰 (強制覆蓋版) */
figure img,
.elementor-post__thumbnail img,
.post-thumbnail img,
.elementor-widget-image img {
  filter: none !important;
  opacity: 1 !important;
  transition: opacity 0.3s ease, filter 0.3s ease !important;
}

/* 3. WooCommerce 產品畫廊縮放 (強制覆蓋版) */
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image .zoomImg {
  opacity: 0 !important;
  transition: opacity 2s ease-in-out !important;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:hover .zoomImg {
  opacity: 1 !important;
}

/* 4. 後台 WooCommerce 表格修正 (保持不變) */
#wpbody-content .wrap .woocommerce table.wp-list-table.widefat.fixed.striped.table-view-list {
  table-layout: auto !important;
}
#wpbody-content .wrap .woocommerce table.wp-list-table.widefat.fixed.striped.table-view-list tbody tr td {
  padding: 8px 10px !important;
  vertical-align: top;
}

