/* 仅作用于已增强的规格按钮，不覆盖 Elementor 页面布局。 */
.wpcvs-terms.tem-vp-prices .wpcvs-term {
    height: auto !important;
    min-height: 46px;
    width: auto !important;
    min-width: 58px;
    background: #fff !important;
    color: #111 !important;
}
.wpcvs-terms.tem-vp-prices .wpcvs-term-inner {
    background: inherit !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px 7px;
    gap: 2px;
}
.wpcvs-terms.tem-vp-prices .wpcvs-term.wpcvs-selected {
    background: #111 !important;
    color: #fff !important;
}
.wpcvs-terms.tem-vp-prices .wpcvs-term-label {
    font-size: 11px !important;
    line-height: 1.2;
    font-weight: 400;
}
.tem-vp-prices .tem-vp-unit-price,
.tem-vp-prices .tem-vp-unit-price * {
    color: inherit !important;
    font-size: 15px !important;
    line-height: 1.3;
    font-weight: 700;
}

/* 仅已增强的商品循环卡片；不覆盖详情页、购物车或深色页面模块。 */
body.tem-vp-surface,
body.tem-vp-surface #page { background-color: #f7f7f4; }
.woocommerce ul.products li.product.tem-vp-card {
    display: flex !important;
    flex-direction: column !important;
    background: #fff !important;
    color: #111;
    border: 1px solid #dededb;
    box-shadow: 0 2px 4px rgb(0 0 0 / 4%);
    padding: 0 0 18px !important;
    overflow: hidden;
}
.tem-vp-card > .astra-shop-thumbnail-wrap,
.tem-vp-card > .astra-shop-summary-wrap { display: contents; }
.tem-vp-card .astra-shop-thumbnail-wrap > .woocommerce-loop-product__link { order: 0; }
.tem-vp-card .astra-shop-thumbnail-wrap img { margin: 0 !important; width: 100%; }
.tem-vp-card .astra-shop-summary-wrap > .ast-loop-product__link { order: 1; margin: 16px 18px 12px; width: auto !important; }
.tem-vp-card .woocommerce-loop-product__title {
    color: #111 !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    min-height: 2.4em;
    margin: 0 !important;
}
.tem-vp-card > .wpcvs_archive { order: 2; margin: 0 18px 18px !important; }
.tem-vp-card .wpcvs_archive .label,
.tem-vp-card .wpcvs_archive .reset,
.tem-vp-card .ast-woo-product-category,
.tem-vp-card .astra-shop-summary-wrap > .star-rating,
.tem-vp-card .astra-shop-summary-wrap > .price { display: none !important; }
.tem-vp-card .wpcvs-terms { display: flex; flex-wrap: wrap; gap: 6px; }
.tem-vp-card .wpcvs-term { margin: 0 !important; }
.tem-vp-card a.add_to_cart_button {
    order: 3;
    position: static !important;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    width: auto !important;
    margin: auto 18px 0 !important;
    padding: 10px 12px !important;
    min-height: 44px;
    border-radius: 0 !important;
    background: #1670d2 !important;
    color: #fff !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    font-size: 12px !important;
    font-weight: 800 !important;
}
/* Astra 缩略图悬浮加购与正文加购重复时，仅保留正文按钮。 */
.tem-vp-card .astra-shop-thumbnail-wrap > a.add_to_cart_button { display: none !important; }
.tem-vp-atc-price { white-space: nowrap; font-size: 13px; font-weight: 700; }
.tem-vp-card a.add_to_cart_button:focus-visible { outline: 3px solid #111; outline-offset: 3px; }
.tem-vp-card a.add_to_cart_button.disabled { opacity: .55 !important; }
@media (max-width: 600px) {
    .tem-vp-card .astra-shop-summary-wrap > .ast-loop-product__link { margin: 12px 10px 10px; }
    .tem-vp-card .woocommerce-loop-product__title { font-size: 15px !important; }
    .tem-vp-card > .wpcvs_archive { margin: 0 10px 12px !important; }
    .tem-vp-card a.add_to_cart_button { margin: auto 10px 0 !important; padding: 10px 8px !important; flex-wrap: wrap; }
}
