/*
Theme Name:   Lovista Child
Theme URI:    https://lovista.jp/
Description:  SWELL 子テーマ（Lovista カスタムトップページ用）
Author:       Lovista
Author URI:   https://lovista.jp/
Template:     swell
Version:      1.0.0
Text Domain:  lovista-child
*/

/* 親テーマ(SWELL)のスタイルは functions.php で読み込み */


/* === Cart totals heading - clean design === */
.cart_totals h2 {
    padding: 14px 0 !important;
    margin-bottom: 20px !important;
    border-bottom: 2px solid #1a2a4a !important;
    letter-spacing: 2px !important;
}

/* Remove orange double-line decoration */
.cart_totals h2::before {
    display: none !important;
}

/* === セット割引 row - stand out in color === */
.cart_totals .fee th,
.cart_totals .fee td {
    color: #e6410a !important;
    font-weight: bold !important;
    font-size: 16px !important;
}

.cart_totals .fee td .woocommerce-Price-amount {
    color: #e6410a !important;
    font-size: 18px !important;
}
