.introduction-page{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    overflow: visible;
}
.introduce-wrap{
    position: relative;
    width: 100%;
    height: 300vh;
    display: block;
    overflow: hidden;
}
.introduce-banner{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    display: block;
    overflow: hidden;
    transition: all 0.3s ease;
}
.introduce-banner.bottom-position{
    position: absolute;
    bottom: 0;
    top: auto;
}
.introduce-banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: blur(var(--blur-amount, 12px));
    transition: filter 0.3s ease;
}
.introduce-banner::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(8, 9, 24, var(--overlay-opacity, 0.7));
    z-index: 1;
    transition: background-color 0.3s ease;
}
.intro-title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%);
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}
.intro-title-text, .intro-title-text2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.9rem;
    font-weight: 700;
    color: #fff;
    width: 70%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    font-family: "Klee One", "Iansui", "Noto Serif TC", sans-serif;
    opacity: var(--text-opacity, 1);
    transition: opacity 0.3s ease;
}
.introduce-svg{
    position: absolute;
    top: 30%;
    left: 50%;
    width: 30%;
    aspect-ratio: 1 / 1;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.introduce-svg svg{
    width: 100%;
    height: 100%;
}
.introduce-svg path{
    fill: none;
    stroke: #fff;
    stroke-width: .1;
    stroke-linecap: round;
    stroke-dasharray: .5 1;
}
.introduce-svg circle{
    fill: var(--circle-color, #4b649b);
    stroke: none;
    transition: fill 0.3s ease;
}
.inrotduce-spirit{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}
.inrotduce-spirit video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inrotduce-spirit .desktop-video{
    display: block;
}
.inrotduce-spirit .mobile-image{
    display: none;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.inrotduce-spirit-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.inrotduce-spirit-text p{
    position: relative;
    display: inline-block;
    padding: 0 10px;
    margin: 10px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    /* 增加手機版的動畫優化 */
    will-change: opacity, transform;
}

.inrotduce-spirit-text p.animate{
    opacity: 1;
    transform: translateY(0);
}

.inrotduce-spirit-text p::after{
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: rgba(38, 38, 56, 0.5);
    transition: width 0.8s ease;
    /* 增加手機版的動畫優化 */
    will-change: width;
}

.inrotduce-spirit-text p.highlight::after{
    width: 100%;
}
.inrotduce-spirit-text-title{
    font-size: 1.9rem;
    font-weight: 700;
    color: #fff;
    width: 35%;
    text-align: center;
}
.inrotduce-spirit-text-title-text{
    font-size: 1.2rem;
    font-weight: 400;
    color: #fff;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.product-data{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    padding: 100px 20px;
    box-sizing: border-box;
    background-color: #1a365d; /* 標準深藍色 */
    color: #ffffff; /* 淺色文字 */
    mix-blend-mode:multiply;
}
.product-data-title h2{
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    color: #ffffff; /* 淺色文字 */
    margin-bottom: 20px;
}
.product-data-title ul{
    padding-left: 20px;
}
.product-data-title ul li{
    font-size: 1.2rem;
    font-weight: 400;
    color: #e8f5e8; /* 淺綠色文字 */
    margin-bottom: 20px;
    max-width: 800px;
    margin: 30px auto ;
}

/* 圓餅圖樣式 */
.piechart-container {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 4rem;
    margin: 3rem 0;
    flex-wrap: wrap;
}

.piechart-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 200px;
    vertical-align: top;
}

.piechart-circle {
    position: relative;
    width: 120px;
    height: 120px;
    margin-bottom: 1rem;
    vertical-align: top;
}

.piechart-svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

.piechart-svg circle {
    transition: stroke-dashoffset 1.5s ease-in-out;
}

.piechart-percentage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff; /* 淺色文字 */
    font-family: "Klee One", "Iansui", "Noto Serif TC", sans-serif;
}

.piechart-label {
    font-size: 1rem;
    color: #e8f5e8; /* 淺綠色文字 */
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 1px;
    font-family: "Klee One", "Iansui", "Noto Serif TC", sans-serif;
}

/* 圓餅圖動畫效果 */
.piechart-svg circle:last-child {
    stroke-dashoffset: 251.2; /* 初始狀態：0% 填充 */
    /* 移除自動動畫，改為由 JavaScript 控制 */
}

/* 動畫關鍵幀保持不變 */
@keyframes fillPie {
    to {
        stroke-dashoffset: var(--final-offset);
    }
}

/* SVG 比較圖表樣式 */
.compare-chart-container {
    width: 100%;
    max-width: 800px;
    margin: 2rem auto;
    text-align: center;
    animation: fadeInUp 0.6s ease-out;
}

.compare-chart {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 8px;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.15),
        0 2px 8px rgba(70, 130, 180, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.compare-chart:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 12px 40px rgba(0, 0, 0, 0.2),
        0 4px 12px rgba(70, 130, 180, 0.15);
}

/* 手機版 SVG 圖表響應式設計 */
@media (max-width: 767.98px) {
    .compare-chart-container {
        margin: 1rem 0;
        max-width: 100%;
    }
    
    .compare-chart {
        max-width: 100%;
        border-radius: 6px;
    }
}

/* 超小螢幕優化 */
@media (max-width: 480px) {
    .piechart-container {
        align-items: center;
    }
    
    .compare-chart-container {
        margin: 0.5rem 0;
    }
    
    .compare-chart {
        max-width: 100%;
    }
}

/* 平板版響應式設計 */
@media (min-width: 768px) and (max-width: 1023.98px) {
    .compare-chart-container {
        margin: 1.5rem auto;
    }
}

/* 動畫效果 */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@media (max-width: 420px) {
    .inrotduce-spirit {
        height: 100vh;
    }
    .inrotduce-spirit .desktop-video{
        display: none;
    }
    .inrotduce-spirit .mobile-image{
        display: block;
    }
    .inrotduce-spirit-text-title{
        width: 90%;
        font-size: 1.2rem;
    }
    .inrotduce-spirit-text-title-text{
        width: 100%;
        font-size: 0.9rem;
    }
    .inrotduce-spirit-text p{
        padding: 0 5px;
        margin: 5px;
    }
}
@media (max-width: 767.98px) {
  .intro-title-text, .intro-title-text2{
    font-size: 1.2rem;
  }
  .introduce-svg{
    position: absolute;
    top: 20%;
    left: 50%;
    width: 80%;
  }
  .inrotduce-spirit {
    height: 100vh;
  }
  .inrotduce-spirit .desktop-video{
    display: none;
  }
  .inrotduce-spirit .mobile-image{
    display: block;
  }
  .inrotduce-spirit-text-title{
    width: 80%;
    font-size: 1.4rem;
  }
  .inrotduce-spirit-text-title-text{
    width: 100%;
    font-size: 1rem;
  }
}

/* 手機版動畫優化 */
@media (max-width: 767.98px) {
    .inrotduce-spirit-text p{
        transition: opacity 0.4s ease, transform 0.4s ease;
    }
    
    .inrotduce-spirit-text p::after{
        transition: width 0.6s ease;
    }
    
    /* 增加手機版的動畫緩動效果 */
    .inrotduce-spirit-text p.animate{
        animation: fadeInUp 0.4s ease forwards;
    }
    
    .inrotduce-spirit-text p.highlight::after{
        animation: highlightExpand 0.6s ease forwards;
    }
}

/* 動畫關鍵幀 */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes weavePattern {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}

@keyframes fabricGlow {
    0%, 100% {
        box-shadow: 
            0 8px 32px rgba(0, 0, 0, 0.15),
            0 2px 8px rgba(70, 130, 180, 0.1),
            inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    50% {
        box-shadow: 
            0 8px 32px rgba(0, 0, 0, 0.15),
            0 2px 8px rgba(70, 130, 180, 0.2),
            0 0 20px rgba(70, 130, 180, 0.1),
            inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
}

@keyframes highlightExpand {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}

/* 手機版響應式設計 */
@media (max-width: 767.98px) {
    .piechart-container {
        gap: 2rem;
        margin: 2rem 0;
    }
    
    .piechart-item {
        max-width: 150px;
    }
    
    .piechart-circle {
        width: 100px;
        height: 100px;
    }
    
    .piechart-percentage {
        font-size: 1.2rem;
    }
    
    .piechart-label {
        font-size: 0.9rem;
        letter-spacing: 0.5px;
    }
}

/* 超小螢幕優化 */
@media (max-width: 480px) {
    .piechart-container {
        gap: 1.5rem;
        flex-direction: column;
    }
    
    .piechart-item {
        max-width: 200px;
    }
    
    .piechart-circle {
        width: 120px;
        height: 120px;
    }
    
    .piechart-percentage {
        font-size: 1.4rem;
    }
    
    .piechart-label {
        font-size: 1rem;
    }
}
/* 製作過程 */
.product-production-process{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    background-color: inherit;
    
}
.ppp-content{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: block;
    overflow: hidden;
    background-color: #1a365d;
}
.ppp-content-item{
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    /* 優化容器性能 */
    transform: translateZ(0); /* 強制硬體加速 */
    will-change: scroll-position; /* 提示瀏覽器這個容器會滾動 */
}
.ppp-content-item-title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    z-index: 2;
}
.ppp-content-item-title h2{
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
    z-index: 2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    /* 文字進場動態 - 更柔和的過渡 */
    opacity: 0;
    filter: blur(5px);
    transform: translateY(12px);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
}

.ppp-content-item-title h2.animate-in {
    opacity: 1;
    filter: blur(0px);
    transform: translateY(0);
}
.ppp-content-item-title p{
    font-size: 1.2rem;
    font-weight: 300;
    text-align: center;
    color: #fff;
    line-height: 1.5;
    max-width: 700px;
    margin: 0 auto;
    text-align: start;
    padding: 0 20px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    /* 文字進場動態 - 更柔和的過渡 */
    opacity: 0;
    filter: blur(4px);
    transform: translateY(10px);
    transition: all 1.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.ppp-content-item-title p.animate-in {
    opacity: 1;
    filter: blur(0px);
    transform: translateY(0);
}

/* ppp-title-buttons-container 樣式 */
.ppp-title-buttons-container {
    position: relative;
    width: 100%;
    height: 100vh;
    display: block;
    overflow: hidden;
    background-color: #1a365d;
    padding: 100px 20px;
}
.ppp-title-buttons-container picture{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.ppp-title-buttons-container picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
/* ppp-title-buttons 容器樣式 */
.ppp-title-buttons {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100vh;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    opacity: 0;
    filter: blur(4px);
    transform: translate(-50%, -50%) translateY(20px);
    transition: opacity 1.6s cubic-bezier(0.23, 1, 0.32, 1), 
                filter 1.6s cubic-bezier(0.23, 1, 0.32, 1),
                transform 1.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.ppp-title-buttons.animate-in {
    opacity: 1;
    filter: blur(0px);
    transform: translate(-50%, -50%) translateY(0);
}
/* ppp 按鈕樣式 - 參考 .a-box a */
.ppp-appointment-btn,
.ppp-link-btn {
    position: relative !important;
    text-decoration: none;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 400;
    border: 0.7px solid #7e7e7e;
    padding: 8px 30px;
    box-sizing: border-box;
    border-radius: 50px;
    transition: all 0.3s ease;
    overflow: hidden;
    font-family: "Klee One", "Iansui", "Noto Serif TC", sans-serif;
    display: block !important;
    text-align: center;
    /* 重置可能被全域樣式影響的屬性 */
    right: auto !important;
    background: transparent !important;
    border-color: #7e7e7e !important;
}

.ppp-appointment-btn::before,
.ppp-link-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.1;
    z-index: -1;
    transition: all 0.3s ease;
}

.ppp-appointment-btn:hover {
    border: 0.7px solid #000;
    color: #000;
}
.ppp-link-btn:hover {
    border: 0.7px solid #000;
    color: #ccc;
}
.ppp-appointment-btn:hover::before,
.ppp-link-btn:hover::before {
    opacity: 0.9;
}

/* 第一個按鈕（預約體驗）- 白色背景 */
.ppp-appointment-btn::before {
    content: '';
    background-color: #fff;
    opacity: 0.5;
}

.ppp-appointment-btn {
    color: #000;
}

.ppp-appointment-btn:hover::before {
    opacity: 0.9;
}

/* 第二個按鈕（瀏覽商品）- 透明背景 */
.ppp-link-btn::before {
    content: '';
    background-color: rgba(65, 63, 63, 0.7);
    opacity: 0.5;
}

.ppp-link-btn:hover::before {
    opacity: 1;
}
.ppp-content-item picture{
    position: absolute;
    top: 0; /* 初始位置在視窗頂部，確保圖片可見 */
    left: 0;
    width: 100%;
    height: 100vh; /* 高度等於視窗高度，確保紅色邊框底部能貼著橙色邊框底部 */
    z-index: 1;
    transition: transform 0.05s ease-out; /* 更快的過渡效果，提升流暢度 */
    will-change: transform; /* 優化性能，提示瀏覽器這個元素會變化 */
}


.ppp-content-item picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    /* 布料柔和的進場動態 - 更平滑的過渡 */
    opacity: 0;
    transform: scale(0.95) translateY(15px);
    transition: all 1.8s cubic-bezier(0.23, 1, 0.32, 1); /* 更柔和的緩動曲線 */
    filter: brightness(0.85) contrast(0.95); /* 更溫和的初始色調 */
}

/* 進場動畫狀態 */
.ppp-content-item picture img.animate-in {
    opacity: 1;
    transform: scale(1) translateY(0);
    filter: brightness(1) contrast(1);
}

/* 布料飄動效果 */
@keyframes fabricFloat {
    0%, 100% {
        transform: scale(1) translateY(0) rotate(0deg);
    }
    25% {
        transform: scale(1.02) translateY(-2px) rotate(0.5deg);
    }
    50% {
        transform: scale(1.01) translateY(-1px) rotate(-0.3deg);
    }
    75% {
        transform: scale(1.03) translateY(-3px) rotate(0.8deg);
    }
}

/* 進場完成後的微動效果 */
.ppp-content-item picture img.float-effect {
    animation: fabricFloat 8s ease-in-out infinite;
}

/* 手機版視差效果調整 */
@media (max-width: 767.98px) {
    .ppp-content-item picture{
        top: 0; /* 手機版初始位置統一為 0，確保圖片可見 */
        height: 100vh; /* 手機版高度統一為 100vh */
    }
    
    .ppp-content-item picture img{
        /* 手機版進場動態調整 - 更柔和的過渡 */
        transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1); /* 更柔和的進場時間 */
    }
    
    /* 手機版飄動效果調整 */
    @keyframes fabricFloatMobile {
        0%, 100% {
            transform: scale(1) translateY(0) rotate(0deg);
        }
        25% {
            transform: scale(1.01) translateY(-1px) rotate(0.3deg);
        }
        50% {
            transform: scale(1.005) translateY(-0.5px) rotate(-0.2deg);
        }
        75% {
            transform: scale(1.015) translateY(-1.5px) rotate(0.4deg);
        }
    }
    
    .ppp-content-item picture img.float-effect {
        animation: fabricFloatMobile 6s ease-in-out infinite; /* 更快的飄動週期 */
    }
    
    .ppp-content-item-title h2{
        font-size: 1.4rem;
        padding: 0 20px;
        /* 手機版文字進場動態調整 - 更柔和的過渡 */
        transition: all 1.6s cubic-bezier(0.23, 1, 0.32, 1); /* 更柔和的進場時間 */
    }
    .ppp-content-item-title p{
        font-size: 1rem;
        /* 手機版文字進場動態調整 - 更柔和的過渡 */
        transition: all 1.4s cubic-bezier(0.23, 1, 0.32, 1); /* 更柔和的進場時間 */
    }
    
    /* 手機版容器和按鈕樣式 */
    .ppp-title-buttons-container {
        height: 100vh;
        padding: 0;
    }
    
    .ppp-title-buttons {
        flex-direction: column;
        gap: 15px;
        align-items: center;
        justify-content: center;
        padding: 0;
        box-sizing: border-box;
        text-align: center;
    }
    
    .ppp-appointment-btn,
    .ppp-link-btn {
        font-size: 1rem;
        padding: 10px 25px;
        min-width: 160px;
        width: auto;
        display: block !important;
        text-align: center;
        margin: 0 auto;
        position: relative !important;
        right: auto !important;
    }
}

/* 超小螢幕優化 */
@media (max-width: 480px) {
    .ppp-content-item picture{
        top: 0; /* 超小螢幕初始位置統一為 0，確保圖片可見 */
        height: 100vh; /* 超小螢幕高度統一為 100vh */
    }
    

    
    .ppp-content-item-title h2{
        font-size: 1.2rem;
        padding: 0 15px;
        /* 超小螢幕文字進場動態調整 - 更柔和的過渡 */
        transition: all 1.4s cubic-bezier(0.23, 1, 0.32, 1); /* 更柔和的進場時間 */
    }
    
    /* 超小螢幕容器和按鈕樣式 */
    .ppp-title-buttons-container {
        height: 100vh;
        padding: 0;
    }
    
    .ppp-title-buttons {
        flex-direction: column;
        gap: 12px;
        align-items: center;
        justify-content: center;
        padding: 60px 0 0 0;
        box-sizing: border-box;
        text-align: center;
    }
    
    .ppp-appointment-btn,
    .ppp-link-btn {
        font-size: 0.9rem;
        padding: 8px 20px;
        min-width: 140px;
        width: auto;
        display: block !important;
        text-align: center;
        margin: 0 auto;
        position: relative !important;
        right: auto !important;
    }
}
/* 伊卡藍染 */
.introduction-page{
    position: relative;
    width: 100%;
    height: 100vh;
    display: block;
    overflow: visible;
    background-color: #1a365d;
}

/* 滑鼠效果樣式 */
.ppp-content {
    cursor: none; /* 隱藏原始滑鼠游標 */
}

/* 自定義滑鼠游標 */
.custom-cursor {
    position: fixed;
    width: 90px;
    height: 90px;
    border: .5px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(1.6px);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: block;
    /* SVG圖案將通過JavaScript動態設置 */
    background-size: 60px 60px;
    background-position: center;
    background-repeat: no-repeat;
    /* 使用filter來調整SVG顏色，使其在透明背景上更明顯 */
    filter: brightness(1.2) contrast(1.1);
}

/* 游標顯示狀態 */
.custom-cursor.show {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

/* 游標懸停效果 */
.custom-cursor.show:hover {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.15);
    filter: brightness(1.4) contrast(1.2);
}

/* 創建模糊背景層 */
.ppp-content::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1a365d;
    filter: blur(2px);
    z-index: 0;
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    pointer-events: none;
}

.ppp-content.blur-effect::after {
    opacity: 0.6;
}

/* 確保所有內容在模糊背景之上 */
.ppp-content .ppp-content-item {
    position: relative;
    z-index: 3;
}

.ppp-content .ppp-content-item-title {
    position: relative;
    z-index: 4;
}

/* 確保picture在模糊背景之上，但保持原有的z-index設置 */
.ppp-content .ppp-content-item picture {
    position: absolute; /* 保持原有的absolute定位 */
    top: 0; /* 確保頂部對齊 */
    left: 0; /* 確保左側對齊 */
    width: 100%; /* 確保寬度100% */
    height: 100vh; /* 確保高度100vh */
    z-index: 3;
}

/* 確保picture img也保持正確的尺寸 */
.ppp-content .ppp-content-item picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.sMrGrid .smrProduct .smrT{
    margin-top: 20px;
}