/* Default 模版 - 額外樣式（預留）
 * 此模版使用系統現有 CSS（front-header.css / front-footer.css 等）。
 * 本檔可空白或添加 default 專屬覆蓋。
 */

/*
 * 回到頂部掣要排在 WhatsApp 浮動掣之上。
 *
 * 兩者都來自全站共用樣式，而且座標完全相同：
 *   .whatsapp-float  bottom 24px、right 24px、56px 高（front-header.css）
 *   .back-to-top     bottom 24px、right 24px、44px 高（front-footer.css）
 * WhatsApp 掣的 z-index 較高，回到頂部掣會被完全蓋住，訪客按不到。
 *
 * 這裡只收窄至本模版，不改動共用樣式，其他模版各自的排位不受影響。
 * 已自行處理排位的模版（petshop、tinyuen、watercolor 等）維持原狀。
 */
body[data-template="default"] .back-to-top {
    bottom: 88px;
}
