/* 導入 Google 精品明體 */
@import url('https://fonts.googleapis.com');

/* 全站標題與重點文字套用明體 */
h1, h2, h3, h4, h5, h6, 
.site-header-logo, 
.vk_post-title, 
.entry-title,
.vk_slider_item_info_title,
.product_title {
    font-family: 'Noto Serif TC', serif !important;
    letter-spacing: 0.1em !important; /* 增加字距，製造呼吸感 */
    font-weight: 700 !important;
    line-height: 1.5 !important;
    color: #1a1a1a !important; /* 極深灰接近黑，更有質感 */
}

/* 內文微調，提升閱讀奢華感 */
body, p, .entry-content {
    font-family: 'Noto Serif TC', serif !important;
    letter-spacing: 0.05em !important;
    color: #333 !important;
}

/* 針對「喬治傑生」商品名稱加強 */
.product_title.entry-title {
    font-size: 2.5rem !important;
    border-bottom: 1px solid #d4af37; /* 下方加上細金線 */
    padding-bottom: 15px;
    margin-bottom: 20px;
}

/* 強制覆蓋 Lightning 所有按鈕樣式 */
.btn-primary, 
.wp-block-button__link, 
button[type="submit"], 
.vk_post_btn,
.btn-lg {
    background: linear-gradient(135deg, #1a1a1a 0%, #000000 100%) !important; /* 精品深黑底 */
    color: #d4af37 !important; /* 奢華金文字 */
    border: 1px solid #d4af37 !important; /* 金色細邊框 */
    padding: 12px 30px !important;
    font-weight: 600 !important;
    letter-spacing: 2px !important; /* 增加字距提升高級感 */
    text-transform: uppercase !important;
    border-radius: 0px !important; /* 方正邊角更有設計師品牌的冷冽感 */
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.5) !important;
    position: relative;
    overflow: hidden;
}

/* 滑鼠滑過時的動態：背景變金、字變黑 */
.btn-primary:hover, 
.wp-block-button__link:hover, 
button[type="submit"]:hover {
    background: #d4af37 !important; /* 背景轉金 */
    color: #1a1a1a !important; /* 文字轉黑 */
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.6) !important;
    transform: translateY(-3px) !important;
}

/* 針對主打商品「喬治傑生」的特別光暈 */
.post-319 .btn-primary, /* 假設 319 是產品 ID，或直接套用至所有產品 */
.product-type-simple .button {
    border-width: 2px !important;
    animation: gold-glow 3s infinite;
}

@keyframes gold-glow {
    0% { border-color: #d4af37; box-shadow: 0 0 5px #d4af37; }
    50% { border-color: #f9f1c0; box-shadow: 0 0 20px #f9f1c0; }
    100% { border-color: #d4af37; box-shadow: 0 0 5px #d4af37; }
}
/* 導入 Google 精品明體 */
@import url('https://fonts.googleapis.com');

/* 全站標題與重點文字套用明體 */
h1, h2, h3, h4, h5, h6, 
.site-header-logo, 
.vk_post-title, 
.entry-title,
.vk_slider_item_info_title,
.product_title {
    font-family: 'Noto Serif TC', serif !important;
    letter-spacing: 0.1em !important; /* 增加字距，製造呼吸感 */
    font-weight: 700 !important;
    line-height: 1.5 !important;
    color: #1a1a1a !important; /* 極深灰接近黑，更有質感 */
}

/* 內文微調，提升閱讀奢華感 */
body, p, .entry-content {
    font-family: 'Noto Serif TC', serif !important;
    letter-spacing: 0.05em !important;
    color: #333 !important;
}

/* 針對「喬治傑生」商品名稱加強 */
.product_title.entry-title {
    font-size: 2.5rem !important;
    border-bottom: 1px solid #d4af37; /* 下方加上細金線 */
    padding-bottom: 15px;
    margin-bottom: 20px;
}
/* 增加商品間距，營造藝廊感 */
.vk_post-col {
    padding: 20px !important;
    background: #fff;
    transition: transform 0.3s ease;
}
.vk_post-col:hover {
    transform: translateY(-5px); /* 微幅漂浮感 */
}
