.elementor-kit-410{--e-global-color-primary:#C79A4A;--e-global-color-secondary:#E0B15F;--e-global-color-text:#D4CAB9;--e-global-color-accent:#F7F0E4;--e-global-color-a54241e:#0B0B0D;--e-global-color-1992477:#F7F0E4;--e-global-color-df1ab74:#131318;--e-global-color-f808cf4:#A79D8C;--e-global-color-4520095:#B94545;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-410 button,.elementor-kit-410 input[type="button"],.elementor-kit-410 input[type="submit"],.elementor-kit-410 .elementor-button{background-color:#C79A4A;color:#151515;}.elementor-kit-410 button:hover,.elementor-kit-410 button:focus,.elementor-kit-410 input[type="button"]:hover,.elementor-kit-410 input[type="button"]:focus,.elementor-kit-410 input[type="submit"]:hover,.elementor-kit-410 input[type="submit"]:focus,.elementor-kit-410 .elementor-button:hover,.elementor-kit-410 .elementor-button:focus{background-color:#E0B15F;color:#151515;}.elementor-kit-410 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */:root {
    /* 背景與卡片 */
    --sxo-bg: #0b0b0d;
    --sxo-surface: #17171d;
    
    /* 核心漸層與金色 */
    --sxo-gold-primary: #c79a4a;
    --sxo-gold-light: #e0b15f;
    --sxo-gold-gradient: linear-gradient(135deg, var(--sxo-gold-primary), var(--sxo-gold-light));
    
    /* 文字顏色 */
    --sxo-text-main: #f7f0e4;
    --sxo-text-muted: #d4cab9;
    
    /* 邊框與光影特效 */
    --sxo-border: rgba(224, 177, 95, 0.2); /* 微弱的金色邊框 */
    --sxo-shadow-dark: 0 12px 30px rgba(0, 0, 0, 0.6); /* 深邃陰影 */
    --sxo-glow-gold: 0 8px 24px rgba(224, 177, 95, 0.25); /* 按鈕專用金光暈 */
}
/* ===================================================
   FunnelKit Order Bump (結帳加購區塊) 神祕奢華金覆寫
=================================================== */

/* 1. 加購區塊主外框：微發光的虛線寶箱感 */
.wfacp_ob_container,
.wfacp-ob-container,
.wfacp_order_bump_widget {
    background-color: #111116 !important; /* 比表單底色稍微深一點，拉出層次 */
    border: 2px dashed #c79a4a !important; /* 古老純金虛線 */
    border-radius: 12px !important;
    padding: 24px !important;
    transition: all 0.3s ease !important;
}
.wfacp_ob_container:hover,
.wfacp-ob-container:hover {
    border-color: #e0b15f !important;
    box-shadow: 0 0 20px rgba(224, 177, 95, 0.15) !important;
}

/* 2. 頂部閃爍文字與箭頭 (Wait! Special offer below...) */
.wfacp-ob-blinking-text, 
.wfacp-ob-arrow,
.wfacp-ob-arrow svg {
    color: #e0b15f !important; /* 將廉價的紅色改為破曉亮金 */
    fill: #e0b15f !important;  /* 確保箭頭 SVG 也是金色 */
    font-weight: 900 !important;
    letter-spacing: 0.5px !important;
}

/* 3. 打勾區塊 (Checkbox) 與主標題 */
.wfacp-ob-label {
    color: #f7f0e4 !important; /* 羊皮紙白 */
    font-weight: 800 !important;
    font-size: 16px !important;
}
input[type="checkbox"].wfacp-ob-checkbox,
.wfacp-ob-checkbox {
    accent-color: #e0b15f !important; /* 將系統預設的藍色打勾改成亮金 */
    width: 20px !important;
    height: 20px !important;
    cursor: pointer !important;
}

/* 4. 高亮促銷框 (ONE-TIME OFFER 區塊) */
.wfacp-ob-highlight-box,
.wfacp-ob-title {
    background: linear-gradient(135deg, rgba(199,154,74, 0.15), rgba(224,177,95, 0.05)) !important; /* 神祕金屬漸層底 */
    border: 1px solid rgba(224, 177, 95, 0.3) !important;
    color: #e0b15f !important;
    border-radius: 8px !important;
    padding: 12px 16px !important;
    margin-top: 12px !important;
    margin-bottom: 12px !important;
    font-weight: 800 !important;
}

/* 5. 內文描述 (Description) */
.wfacp-ob-desc {
    color: #d4cab9 !important; /* 沙丘灰，保持閱讀舒適度 */
    font-size: 14.5px !important;
    line-height: 1.6 !important;
}

/* 確保裡面的小 list (例如 ✦ Get deeper clarity) 顏色正確 */
.wfacp-ob-desc ul li,
.wfacp-ob-desc p {
    color: #d4cab9 !important;
}/* End custom CSS */