/*
Theme Name: moban18_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:
*/


p.woocommerce-result-count{
    margin-bottom: 0 !important;
}
.img-fluid,.banner-img,.logo_img,.content-image{
    width: 100% !important;   /* 或者按需设为 auto */
    height: auto !important;  /* 强制覆盖 HTML 里的 height 属性 */
    object-fit: cover;
}
.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;
}

.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;
     }