/* ========================
   目錄
   1. 全局樣式
   2. 頭部樣式
   3. 導航樣式
   4. 橫幅樣式
   5. 產品卡片樣式
   6. 模態框樣式
   7. 頁腳樣式
   8. 響應式樣式
   ======================== */

/* =======================
   1. 全局樣式
   ======================= */
   :root {
    --gradient: linear-gradient( to right, rgb(255,64,62) 0%, rgb(255,129,27) 100%);
    --gradient-sec: linear-gradient( to right, rgb(57,26,166) 0%, rgb(6,163,245) 100%);
    --primary: rgb(255, 210, 10);
    --secondary: #24262B;
    --primary-hover: rgb(230, 190, 9);
    --primary-dark: rgb(204, 168, 8);
    --rgba-primary-1: rgba(255, 210, 10, 0.1);
    --rgba-primary-2: rgba(255, 210, 10, 0.2);
    --rgba-primary-3: rgba(255, 210, 10, 0.3);
    --rgba-primary-4: rgba(255, 210, 10, 0.4);
    --rgba-primary-5: rgba(255, 210, 10, 0.5);
    --rgba-primary-6: rgba(255, 210, 10, 0.6);
    --rgba-primary-7: rgba(255, 210, 10, 0.7);
    --rgba-primary-8: rgba(255, 210, 10, 0.8);
    --rgba-primary-9: rgba(255, 210, 10, 0.9);
    --font-family-base: Roboto, sans-serif;
    --grey: #f7f7f7;
    --border-radius-base: 6px;
    --border-color: #D7D7D7;
    --font-family-title: DM Sans, sans-serif;
    --title: #24262B;
    --headings-font-weight:600;
    --headings-font-weight2:400;
    --headings-font-weight3:300;
    --white:var(--title);
    --light:#F3F3F3; }
  
  /*!
     * Bootstrap  v5.3.0-alpha3 (https://getbootstrap.com/)
     * Copyright 2011-2023 The Bootstrap Authors
     * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
     */
  :root,
  [data-bs-theme="light"] {
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0D775E;
    --bs-secondary: #24262B;
    --bs-success: #31A56D;
    --bs-info: #0194D9;
    --bs-warning: #E79600;
    --bs-danger: #D23636;
    --bs-light: #F3F3F3;
    --bs-dark: #444444;
    --bs-primary-rgb: 13, 119, 94;
    --bs-secondary-rgb: 36, 38, 43;
    --bs-success-rgb: 49, 165, 109;
    --bs-info-rgb: 1, 148, 217;
    --bs-warning-rgb: 231, 150, 0;
    --bs-danger-rgb: 210, 54, 54;
    --bs-light-rgb: 243, 243, 243;
    --bs-dark-rgb: 68, 68, 68;
    --bs-primary-text-emphasis: #053026;
    --bs-secondary-text-emphasis: #0e0f11;
    --bs-success-text-emphasis: #14422c;
    --bs-info-text-emphasis: #003b57;
    --bs-warning-text-emphasis: #5c3c00;
    --bs-danger-text-emphasis: #541616;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe4df;
    --bs-secondary-bg-subtle: #d3d4d5;
    --bs-success-bg-subtle: #d6ede2;
    --bs-info-bg-subtle: #cceaf7;
    --bs-warning-bg-subtle: #faeacc;
    --bs-danger-bg-subtle: #f6d7d7;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec9bf;
    --bs-secondary-border-subtle: #a7a8aa;
    --bs-success-border-subtle: #addbc5;
    --bs-info-border-subtle: #99d4f0;
    --bs-warning-border-subtle: #f5d599;
    --bs-danger-border-subtle: #edafaf;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: "Roboto", sans-serif;
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.6;
    --bs-body-color: #5E626F;
    --bs-body-color-rgb: 94, 98, 111;
    --bs-body-bg: #ffffff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(94, 98, 111, 0.75);
    --bs-secondary-color-rgb: 94, 98, 111;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(94, 98, 111, 0.5);
    --bs-tertiary-color-rgb: 94, 98, 111;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: #24262B;
    --bs-link-color: #0D775E;
    --bs-link-color-rgb: 13, 119, 94;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a5f4b;
    --bs-link-hover-color-rgb: 10, 95, 75;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #ffeece;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #D7D7D7;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.75rem;
    --bs-border-radius-lg: 1rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 119, 94, 0.25);
    --bs-form-valid-color: #31A56D;
    --bs-form-valid-border-color: #31A56D;
    --bs-form-invalid-color: #D23636;
    --bs-form-invalid-border-color: #D23636; }
  
  [data-bs-theme="dark"] {
    color-scheme: dark;
    --bs-body-color: #adb5bd;
    --bs-body-color-rgb: 173, 181, 189;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33, 37, 41;
    --bs-emphasis-color: #ffffff;
    --bs-emphasis-color-rgb: 255, 255, 255;
    --bs-secondary-color: rgba(173, 181, 189, 0.75);
    --bs-secondary-color-rgb: 173, 181, 189;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52, 58, 64;
    --bs-tertiary-color: rgba(173, 181, 189, 0.5);
    --bs-tertiary-color-rgb: 173, 181, 189;
    --bs-tertiary-bg: #2b3035;
    --bs-tertiary-bg-rgb: 43, 48, 53;
    --bs-primary-text-emphasis: #6ead9e;
    --bs-secondary-text-emphasis: #7c7d80;
    --bs-success-text-emphasis: #83c9a7;
    --bs-info-text-emphasis: #67bfe8;
    --bs-warning-text-emphasis: #f1c066;
    --bs-danger-text-emphasis: #e48686;
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: #031813;
    --bs-secondary-bg-subtle: #070809;
    --bs-success-bg-subtle: #0a2116;
    --bs-info-bg-subtle: #001e2b;
    --bs-warning-bg-subtle: #2e1e00;
    --bs-danger-bg-subtle: #2a0b0b;
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: #084738;
    --bs-secondary-border-subtle: #16171a;
    --bs-success-border-subtle: #1d6341;
    --bs-info-border-subtle: #015982;
    --bs-warning-border-subtle: #8b5a00;
    --bs-danger-border-subtle: #7e2020;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-link-color: #6ead9e;
    --bs-link-hover-color: #8bbdb1;
    --bs-link-color-rgb: 110, 173, 158;
    --bs-link-hover-color-rgb: 139, 189, 177;
    --bs-code-color: #e685b5;
    --bs-border-color: #495057;
    --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
    --bs-form-valid-color: #98da9b;
    --bs-form-valid-border-color: #98da9b;
    --bs-form-invalid-color: #f77ca1;
    --bs-form-invalid-border-color: #f77ca1; }
   

/* =======================
   2. 頭部樣式
   ======================= */
/* 可以添加自定頭 */

/* =======================
   3. 導航樣式
   ======================= */
/* 可以添加自定義導航樣式 */

/* =======================
   4. 橫幅樣式
   ======================= */
/* 可以添加自定義橫幅樣式 */

/* =======================
   5. 產品卡片樣式
   ======================= */
.shop-card {
    transition: all 0.3s ease;
}

.shop-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* =======================
   6. 模態框樣式
   ======================= */
/* 可以添加自定義模態框樣式 */

/* =======================
   7. 頁腳樣式
   ======================= */
/* 可以添加自定義頁腳樣式 */

/* =======================
   8. 響應式樣式
   ======================= */
/* 大屏幕 */
@media (min-width: 1200px) {
    /* 大屏幕樣式 */
}

/* 中等屏幕 */
@media (min-width: 992px) and (max-width: 1199px) {
    /* 中等屏幕樣式 */
}

/* 平板 */
@media (min-width: 768px) and (max-width: 991px) {
    /* 平板樣式 */
}

/* 手機 */
@media (max-width: 767px) {
    /* 手機樣式 */
}

/* =======================
   9. 動畫效果
   ======================= */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* =======================
   10. 工具類
   ======================= */
.text-primary {
    color: var(--primary-color) !important;
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

.shadow-hover {
    transition: box-shadow 0.3s ease;
}

.shadow-hover:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* 間距工具類 */
.m-0 { margin: 0 !important; }
.p-0 { padding: 0 !important; }

/* 文字工具類 */
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* =======================
   11. 自定義組件
   ======================= */
/* 可以添加自定義組件樣式 */

/* =======================
   12. 覆蓋樣式
   ======================= */
[data-bs-theme="light"] {
    --bs-primary: rgb(255, 210, 10) !important;
    --bs-primary-rgb: 255, 210, 10 !important;
    --primary-hover: rgb(230, 190, 9) !important;
    --primary-dark: rgb(204, 168, 8) !important;
    --rgba-primary-1: rgba(255, 210, 10, 0.1) !important;
    --rgba-primary-2: rgba(255, 210, 10, 0.2) !important;
    --rgba-primary-3: rgba(255, 210, 10, 0.3) !important;
    --rgba-primary-4: rgba(255, 210, 10, 0.4) !important;
    --rgba-primary-5: rgba(255, 210, 10, 0.5) !important;
    --rgba-primary-6: rgba(255, 210, 10, 0.6) !important;
    --rgba-primary-7: rgba(255, 210, 10, 0.7) !important;
    --rgba-primary-8: rgba(255, 210, 10, 0.8) !important;
    --rgba-primary-9: rgba(255, 210, 10, 0.9) !important;
}

/* SVG 圖標顏色覆蓋 */
.btn svg circle,
.btn svg path {
    stroke: rgb(255, 210, 10);
}

/* 按鈕顏色覆蓋 */
.btn-primary {
    background-color: rgb(255, 210, 10);
    border-color: rgb(255, 210, 10);
}

.btn-primary:hover {
    background-color: rgb(230, 190, 9);
    border-color: rgb(230, 190, 9);
}

/* 文字顏色覆蓋 */
.text-primary {
    color: rgb(255, 210, 10) !important;
}

/* 背景顏色覆蓋 */
.bg-primary {
    background-color: rgb(255, 210, 10) !important;
}

/* 邊框顏色覆蓋 */
.border-primary {
    border-color: rgb(255, 210, 10) !important;
}

/* 連結顏色覆蓋 */
a {
    color: rgb(255, 210, 10);
}

a:hover {
    color: rgb(230, 190, 9);
}

/* 進度條顏色覆蓋 */
.progress-bar {
    background-color: rgb(255, 210, 10);
}

/* 表單元素焦點顏色覆蓋 */
.form-control:focus {
    border-color: rgba(255, 210, 10, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(255, 210, 10, 0.25);
}

/* 新增 intro-index-block 相關樣式 */
.intro-index-block {
    position: relative;
}

.intro-index-block .intro-media {
    height: 100%;
}

.intro-index-block .intro-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.intro-index-block .intro-content {
    background: #000;
    color: #fff;
    padding: 60px 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.intro-index-block .title {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.intro-index-block p {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}

 

/* 響應式調整 */
@media (max-width: 991px) {
    .intro-index-block .intro-content {
        padding: 40px 20px;
    }
    
    .intro-index-block .title {
        font-size: 28px;
    }
} 

.intro-index-block .btn-group {
    display: flex;
    gap: 15px;
    justify-content: flex-start;
}

.intro-index-block .btn {
    display: inline-block;
    padding: 12px 30px;
    font-weight: 500;
    width: auto;
}

.intro-index-block .feature-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}

.intro-index-block .feature-list li {
    color: #fff;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.intro-index-block .feature-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--primary);
}
.offer{display:none;}
.color-options {
    display: none;
    gap: 8px;
    justify-content: center;
    margin: 15px 0;
}

.color-option {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.3s ease;
    border: 2px solid transparent;
}

.color-option:hover {
    transform: scale(1.1);
}

.color-option.active {
    border-color: #666;
}

/* 語言切換樣式 */
.language-switch .nav-link {
    display: flex;
    align-items: center;
    color: var(--bs-body-color);
}

.language-switch .dropdown-menu {
    min-width: 120px;
    padding: 0.5rem 0;
}

.language-switch .dropdown-item {
    padding: 0.5rem 1rem;
    font-size: 14px;
}

.language-switch .dropdown-item:hover {
    background-color: var(--bs-light);
}

/* 語言切換下拉選單樣式 */
.dropdown-toggle {
    background: transparent;
    border: none;
    color: #000;
    padding: 0.5rem 1rem;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
    color: #000;
    background: transparent;
}

.dropdown-menu {
    min-width: 120px;
}

.dropdown-item.active {
    background-color: #f8f9fa;
    color: #000;
}

.dropdown-item:hover {
    background-color: #e9ecef;
}

/* 語言圖示樣式 */
.fa-globe {
    margin-right: 5px;
}