/*
Theme Name:     Botiga Child
Theme URI:      https://pamreplicauhren.com/
Description:    botiga-child
Author:         botiga
Author URI:     https://pamreplicauhren.com/
Template:       botiga
Version:        1.0.0
Text Domain:    botiga-child  （建议和文件夹名一致）
*/

/* 在这里可以添加你自己的 CSS 样式 */


/* ====================== 自定义样式 ====================== */

/* 限制商品图片最大宽度为 350px */



/* 强制统一商品图片高度 */
.wc-custom-category-products .product img {
    width: 100% !important;
    height: 320px !important;
    object-fit: contain !important;
    object-position: center !important;
    padding: 15px !important;
    background: #ffffff;
    border-radius: 8px;
}

/* 商品卡片整体美化 */
.wc-custom-category-products .product {
    text-align: center;
    padding: 10px 0 20px;
    box-sizing: border-box;
}