/* =========================================================================
   LAVUMALL - assets/css/index/index-base.css
   首頁基礎 / Ambient / Container
   ========================================================================= */

/* =========================================================================
   LAVUMALL - index1.css
   首頁主要樣式檔（含版面、優惠券藍色系區塊、商品卡片、1.5秒蓄力條、分頁、動態浮球、Toast等）
   ========================================================================= */

/* 全域樣式與純白背景設定 */
* { box-sizing: border-box; margin: 0; padding: 0; font-family: 'Noto Sans TC', sans-serif; -webkit-user-select: none; user-select: none; }
body { background-color: #ffffff; color: #333333; overflow-x: hidden; position: relative; }


.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; position: relative; z-index: 2; }
