/*
Theme Name: Zakra Child
Theme URI: https://gmtpet.com
Description: Zakra Child Theme for customizations
Author: gmtpet
Author URI: https://gmtpet.com
Template: zakra
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: zakra-child
*/


/* 主要价格调整 */
.woocommerce-Price-amount {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #e74c3c !important;
}

/* 原价（划掉的价格） */
del .woocommerce-Price-amount {
    font-size: 14px !important;
    color: #95a5a6 !important;
}

/* 现价（折扣价） */
ins .woocommerce-Price-amount {
    font-size: 18px !important;
    color: #e74c3c !important;
    text-decoration: none !important;
}

.single-product .product_meta .tagged_as {
    display: none;
}


.order-item-thumbnail {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.order-item-thumbnail img {
    width: 50px;
    height: auto;
    border-radius: 4px;
}
/* 如果产品名称区域使用了 flex 布局，可以调整对齐 */
.product-name {
    display: flex;
    align-items: center;
}




.gmt-category-bottom-description {
    margin: 40px 0;
    padding: 30px;
    background: #f8f8f8;
    border-radius: 8px;
    border-left: 5px solid #e67e22;
    line-height: 1.8;
    font-size: 16px;
}
.gmt-category-bottom-description h2 {
    color: #e67e22;
    margin-top: 0;
}
.gmt-category-bottom-description ul {
    margin-left: 20px;
}