/**
 * Theme Name:     Astra Child
 * Author:         Brainstorm Force
 * Template:       astra
 * Text Domain:	   astra-child
 * Description:    The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
 */

/* ========================================
   DESIGN TOKENS
======================================== */

/* ==========================================
   Featured Products
   Dinghao Foil B2B Style
   ========================================== */

/* 产品列表间距 */

.featured-products ul.products{
    gap:30px;
}

/* 产品卡片 */

.featured-products ul.products li.product{
    background:#FFFFFF !important;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 4px 15px rgba(0,0,0,.08);
    transition:all .3s ease;
}

.featured-products ul.products li.product:hover{
    transform:translateY(-6px);
    box-shadow:0 12px 30px rgba(0,0,0,.15);
}

/* 图片 */

.featured-products .astra-shop-thumbnail-wrap{
    overflow:hidden;
}

.featured-products .astra-shop-thumbnail-wrap img{
    width:100%;
    aspect-ratio:1/1;
    object-fit:cover;
    transition:transform .4s ease;
}

.featured-products li.product:hover img{
    transform:scale(1.05);
}

/* 内容区 */

.featured-products .astra-shop-summary-wrap{
    padding:10px !important;
    background:#FFFFFF !important;
}

/* 产品标题 */

.featured-products h2.woocommerce-loop-product__title{
    color:#1F4D45 !important;
    font-size:18px !important;
    font-weight:600 !important;
    line-height:1.5 !important;
    margin-bottom:12px !important;
    min-height:84px;
}

/* 产品分类标签 */

.featured-products .ast-woo-product-category{
    display:inline-block;
    padding:4px 10px;
    border-radius:20px;
    background:#F3F7F6;
    color:#1F4D45 !important;
    font-size:13px !important;
    font-weight:600 !important;
    margin-bottom:10px;
}

/* 链接 */

.featured-products a{
    text-decoration:none !important;
}

.featured-products .ast-woo-product-category{
    display:flex;
    justify-content:space-between;
    align-items:center;
    width:100%;
}

.featured-products .ast-woo-product-category::after{
    content:" | View Details →";
    color:#1F4D45;
    font-weight:600;
    font-size:13px;
}

/* 手机端 */

@media (max-width:768px){

    .featured-products h2.woocommerce-loop-product__title{
        font-size:16px !important;
        min-height:auto;
    }

    .featured-products .astra-shop-summary-wrap{
        padding:16px !important;
    }
}

/**
 * product-category/foil-containers/round-trays/
 * **/
/* =====================================
   B2B Product Category Cleanup
   ===================================== */

/* ==========================================
   PRODUCT CATEGORY PAGE
   ========================================== */

/* 隐藏结果统计 */

.tax-product_cat .woocommerce-result-count{
    display:none;
}

/* 隐藏排序 */

.tax-product_cat .woocommerce-ordering{
    display:none;
}

/* ==========================
   产品卡片
   ========================== */

.tax-product_cat ul.products li.product{

    background:#FFFFFF;

    border:none;

    border-radius:12px;

    overflow:hidden;

    transition:all .25s ease;

    box-shadow:0 2px 10px rgba(0,0,0,.04);

    padding-bottom:10px;
}

/* Hover */

.tax-product_cat ul.products li.product:hover{

    transform:translateY(-6px);

    box-shadow:0 12px 30px rgba(0,0,0,.10);
}

/* ==========================
   图片区域
   ========================== */

.tax-product_cat .astra-shop-thumbnail-wrap{

    padding:12px;

    background:#FFFFFF;

    overflow:hidden;
}

/* 图片动画 */

.tax-product_cat .astra-shop-thumbnail-wrap img{

    transition:transform .35s ease;
}

/* Hover图片轻微放大 */

.tax-product_cat ul.products li.product:hover img{

    transform:scale(1.04);
}

/* ==========================
   标题区域
   ========================== */

.tax-product_cat .astra-shop-summary-wrap{

    padding:0 15px;
}

/* 产品标题 */
.tax-product_cat .woocommerce-products-header__title{

    color:#1F4D45;

    font-size:54px;

    line-height:1.1;

    font-weight:700;

    margin-bottom:12px !important;
}
.tax-product_cat .woocommerce-loop-product__title{

    color:#1F4D45;

    font-size:18px;

    line-height:1.45;

    font-weight:600;

    min-height:72px;

    margin-bottom:0;
}

/* ==========================
   移动端
   ========================== */

@media (max-width:768px){

    .tax-product_cat .woocommerce-loop-product__title{

        font-size:16px;

        min-height:auto;
    }

    .tax-product_cat .astra-shop-summary-wrap{

        padding:0 12px;
    }

}
/*单个产品meta下面的按钮"get a quote"*/
.elementor-kit-2885 .quote-btn,
.elementor-kit-2885 button.quote-btn {
    background-color: #122f22 !important;
    border-color: #122f22 !important;
    color: #fff !important;
}

/* 规格参数表 */
/* 第一列、第三列文字样式 */
.spec-table td:nth-child(1),
.spec-table td:nth-child(3) {
    color: #122f22 !important;
    font-weight: 700 !important;
}

/* 确保 strong 标签也应用同样颜色 */
.spec-table td:nth-child(1) strong,
.spec-table td:nth-child(3) strong {
    color: #122f22 !important;
    font-weight: 700 !important;
}
.spec-title {
    color: #122f22 !important;
}