.elementor-79 .elementor-element.elementor-element-1e4e26ae{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price ins{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price ins .amount{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products{--products-title-color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.products-heading-show .related-products > h2, .elementor-widget-wc-archive-products.products-heading-show .upsells > h2, .elementor-widget-wc-archive-products.products-heading-show .cross-sells > h2{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price del{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price del .amount{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price del {font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products .added_to_cart{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-wc-archive-products .elementor-products-nothing-found{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-79 .elementor-element.elementor-element-22d365c7.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-79 .elementor-element.elementor-element-22d365c7.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(max-width:1024px){.elementor-79 .elementor-element.elementor-element-22d365c7.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-79 .elementor-element.elementor-element-22d365c7.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for wc-archive-products, class: .elementor-element-22d365c7 */@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&display=swap');

/* 1. 页面纯净底色 */
body { background: #fcfdfe !important; }
.woocommerce-result-count, .woocommerce-ordering select { font-family: 'Nunito', sans-serif; font-size: 13px; color: #8aa3b8; font-weight: 600; letter-spacing: 0.5px; border-color: #e1e8ef; border-radius: 6px; }

/* 2. 高级卡片底座：摒弃重阴影，采用精致微边框 */
ul.products li.product {
    background: #ffffff !important;
    border: 1px solid #f0f4f8 !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.02) !important;
    padding: 0 0 24px 0 !important;
    margin-bottom: 40px !important;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
    display: flex !important;
    flex-direction: column !important;
    text-align: left !important; /* 高级感来源：左对齐排版 */
}

ul.products li.product:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 15px 35px rgba(13,45,74,0.08) !important;
    border-color: #e1e8ef !important;
}

/* 3. 图片展示：干净利落 */
ul.products li.product a img {
    border-radius: 12px 12px 0 0 !important;
    margin-bottom: 20px !important;
    width: 100% !important;
    height: auto !important; /* 强制释放被主题锁定的高度 */
    aspect-ratio: auto !important; /* 强制解除被主题锁定的正方形比例 */
    object-fit: contain !important; 
}

/* 4. 标题：克制而优雅的字体比例 */
ul.products li.product .woocommerce-loop-product__title {
    font-family: 'Nunito', sans-serif !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #0d2d4a !important;
    margin: 0 20px 1px !important;
    line-height: 0.9 !important;
    letter-spacing: -0.2px !important;
}

/* 5. 评分：低调展示 */
ul.products li.product .star-rating {
    margin: 0 20px 12px !important;
    font-size: 11px !important;
}
ul.products li.product .star-rating span::before { color: #f5b841 !important; }

/* 6. 价格：清晰不突兀 */
ul.products li.product .price {
    font-family: 'Nunito', sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #4a6880 !important;
    margin: 0 20px 18px !important;
}
ul.products li.product .price del { font-size: 13px !important; color: #a1b8cc !important; font-weight: 500 !important; margin-right: 8px; }
ul.products li.product .price ins { color: #0d2d4a !important; text-decoration: none !important; }

/* 7. 核心设计：查看产品按钮（杂志风） */
ul.products li.product .button {
    display: inline-flex !important;
    align-items: center !important;
    background: transparent !important; /* 彻底去除色块背景 */
    color: #48A9E6 !important;
    font-family: 'Nunito', sans-serif !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    padding: 0 20px !important;
    margin: auto 0 0 0 !important; /* 自动推到卡片最底部 */
    border: none !important;
    text-align: left !important;
    transition: color 0.3s ease !important;
}

ul.products li.product .button:hover {
    background: transparent !important;
    color: #0d2d4a !important; /* 悬停时变为深邃的高级蓝 */
}

ul.products li.product .button:hover .btn-arrow {
    transform: translateX(6px) !important; /* 鼠标放上去，箭头会优雅地向右滑行 */
}

/* 8. 促销标签：小巧精致的高级黑 */
ul.products li.product .onsale {
    background: #0d2d4a !important;
    color: #fff !important;
    font-family: 'Nunito', sans-serif !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    padding: 6px 12px !important;
    border-radius: 4px !important;
    top: 15px !important;
    left: 15px !important;
    right: auto !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 1 !important;
    min-height: unset !important;
    min-width: unset !important;
}

/* 9. 极简分页指示器 */
.woocommerce-pagination ul.page-numbers { border: none !important; margin-top: 40px !important; }
.woocommerce-pagination ul.page-numbers li { border: none !important; }
.woocommerce-pagination ul.page-numbers li span.current { background: #0d2d4a !important; color: #fff !important; border-radius: 8px !important; }
.woocommerce-pagination ul.page-numbers li a { font-family: 'Nunito', sans-serif !important; font-weight: 800 !important; color: #8aa3b8 !important; }/* End custom CSS */