.elementor-kit-6{--e-global-color-primary:#90D5EC;--e-global-color-secondary:#A586BD;--e-global-color-text:#6F4E37;--e-global-color-accent:#F9E79F;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-size:16px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-size:48px;}.elementor-kit-6 h2{font-size:32px;}.elementor-kit-6 h3{font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 h1{font-size:32px;}.elementor-kit-6 h2{font-size:26px;}.elementor-kit-6 h3{font-size:20px;}.elementor-kit-6 h4{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* 1. 讓所有標題使用 Logo 的咖啡棕，並增加精緻的文字陰影 */
h1, h2, h3 {
    color: #6F4E37 !important;
    text-shadow: 0.5px 0.5px 1px rgba(111, 78, 55, 0.2);
}

/* 2. 重點強調色：讓網頁中的關鍵字呈現 Logo 的水藍色 */
.magic-highlight {
    color: #90D5EC;
    font-weight: 700;
}
/* 強制設定價格金額顏色 */
.elementor-kit-6 .uc_regular_price .woocommerce-Price-amount,
.elementor-kit-6 .uc_regular_price .woocommerce-Price-currencySymbol,
.elementor-kit-6 .uc_regular_price bdi {
    color: #707070 !important;
}

/* 為了保險起見，針對所有可能嵌套的 span 也加上 */
.elementor-kit-6 .product-text-price .amount {
    color: #707070 !important;
}
/* 3. 修正手機端標題過長的問題 */
@media (max-width: 767px) {
    h1 {
        word-break: keep-all; /* 防止中文隨機斷行 */
        line-height: 1.2;
    }
}/* End custom CSS */