/*
Theme Name: moban14_v260519
Theme URI:  #
Author: lr
Author URI: #
Description: A Custom WooCommerce theme
Version: 1.0
License: GNU General Public License v2 or later
License URI:
*/

.img-fluid,.banner-img,.logo_img,.content-image{
    width: 100% !important;
    height: auto !important; /* 固定高度 */
    object-fit: cover !important;
    object-position: center !important;
}
.quantity-input::-webkit-outer-spin-button,
.quantity-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* 针对 Firefox */
.quantity-input[type=number] {
    -moz-appearance: textfield;
}

.custom-stars i.fa-star {
    color: #ff5e5e; /* 设置为你主题的主色调 */
}

.pro-price span{
    font-weight: 500 !important;
    font-size: 14px !important;
    color: #747691 !important;
    margin: 0 !important;
}

.product-img img {
    aspect-ratio: 3 / 4; /* 或者 1 / 1 */
    object-fit: cover;
    width: 100%;
}
/* 或者强制给 wrapper 一个高度防止错位 */
.product-wrapper {
    height: 100%;
}

/* 让下拉框看起来更高级一点 */
.woocommerce-ordering select {
    border: 1px solid #ddd;
    height: 45px;
    padding: 0 15px;
    border-radius: 0;
    background-color: #fff;
    font-size: 14px;
    color: #666;
    outline: none;
    cursor: pointer;
}

/* 隐藏移动端的默认边框线 */
.woocommerce-ordering {
    margin: 0;
}    .header-area {

         position: static !important;
     }