/*
Theme Name: Botiga Child
Theme URI: https://clonrelojespp.com/
Description: Botiga 的子主题
Author: 倾角度
Author URI: https://clonrelojespp.com/
Template: botiga
Version: 1.0
*/

@import url("../botiga/style.css");

/* 在这里写你的自定义 CSS */

/* 1. 删除销售标签 */
.onsale,
.woocommerce span.onsale,
.botiga-sale-badge {
    display: none !important;
}

/* 2. 统一产品图片尺寸 */
.woocommerce ul.products li.product img,
.woocommerce ul.products li.product .attachment-woocommerce_thumbnail,
.botiga-products .product-image img {
    width: 100% !important;
    height: 320px !important;
    object-fit: cover !important;
    object-position: center;
    border-radius: 8px;
}

.woocommerce ul.products li.product .product-image,
.botiga-products .product-image {
    height: 320px !important;
    overflow: hidden;
}


/* WhatsApp 按钮样式 */
.whatsapp-btn {
    display: inline-flex !important;
    align-items: center;
    padding: 10px 16px;
    background-color: #25D366;
    color: white;
    border-radius: 50px;
    text-decoration: none;
    font-size: 15px;
    box-shadow: 0 3px 10px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
}

.whatsapp-btn:hover {
    background-color: #128C7E;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(37, 211, 102, 0.5);
}

.whatsapp-btn img {
    filter: brightness(1.1);
}

/* WhatsApp 按钮样式 */
.whatsapp-btn-wrapper {
    width: 100%;
}

.whatsapp-btn {
    transition: all 0.3s ease;
}

.whatsapp-btn:hover {
    background: #20ba5c !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3) !important;
}

/* 移动端优化 */
@media (max-width: 768px) {
    .whatsapp-btn {
        padding: 14px 20px;
        font-size: 17px;
    }
}