*{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
}
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
body{
   font-family: Inter;
}
:root {
   font-size: 16px; 
}
/* 產品頁開頭廣告、LOGO、導覽列 */
.container{
    display: flex;
    width: 100%;
    /* min-width: 1280px;
    max-width: 1920px; */
    flex-direction: column;
    align-items: flex-start;
    background: #FFF;
}
/* banner */
.banner-container{
    width: 600%;
    display: flex;
}
.banner{
    width: 100%;
    display: flex;
    justify-content: center;
    align-self: stretch;
    padding: 35px 0;
    background-color: rgba(168, 220, 171, 1);
    animation: text-loop-5 18s infinite ease-in-out;
}
.banner-slide{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;     
    justify-content: center;  
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    color: rgba(107, 107, 107, 1);
    white-space: nowrap;    
}
.banner-container:hover .banner {
    animation-play-state: paused;
}
@keyframes text-loop-5 {
    /* 位移單位為 16.6666% (100%/6) */

    /* 第一段：停留到 18%，2% 時間快速滑動 */
    0%, 18%      { transform: translateX(0); }
    20%          { transform: translateX(-16.6666%); }

    /* 第二段 */
    20%, 38%     { transform: translateX(-16.6666%); }
    40%          { transform: translateX(-33.3333%); }

    /* 第三段 */
    40%, 58%     { transform: translateX(-33.3333%); }
    60%          { transform: translateX(-50%); }

    /* 第四段 */
    60%, 78%     { transform: translateX(-50%); }
    80%          { transform: translateX(-66.6666%); }

    /* 第五段 */
    80%, 98%     { transform: translateX(-66.6666%); }
    100%         { transform: translateX(-83.3333%); }
}
/* 選單 */
.nav-link-group{
    width: 100%;
    height: 100%;
    display: flex;
    /* min-width: 1280px;
    max-width: 1920px; */
    align-self: stretch;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    margin-top: 16px;
}
/* 第一選單 */
.nav-link-icon{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
}
.nav-link-icon>ol{
    width: 89%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
    gap:16px
}
.nav-link-icon>ol>li{
    display: flex;
    gap: 8px;
    color:rgba(80, 80, 80, 1);
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-right: 16px;
    cursor: pointer;
}
.nav-link-icon>ol>li:hover{
    color:rgba(80, 80, 80, 0.5);
}
.nav-link-icon>ol>li>img{
    width: 24px;
    height: 24px;
}
.icon-group{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    margin-right:30px;
}
.icon-group>img{
    width: 24px;
    height: 24px;
}
.icon-group>div:nth-child(1){
    display: none;
}
.icon-group>div:nth-child(5){
    display: none;
}
/* 第二選單 */
.nav-link{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-self: stretch;
}
.logo{
    color:#A8DCAB;
    text-align: center;
    font-family: "Roboto Flex";
    font-size: 6.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-left: 30px;
}
.logo>span{
    color:#E0CD95;
}
.nav-link>ol{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 4px;
    flex: 1 0 0;
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav-link>ol>li{
    color:rgba(224, 205, 149, 1);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 30px;
    cursor: pointer;
} 
.nav-link>ol>li:hover{
    color:#A8DCAB;
    text-decoration: underline ;
    text-decoration-color:rgba(107, 107, 107, 0.5); 
    text-underline-offset:8px;
}  
/* 麵包屑 */
.breadcrumbs{
    flex: 1 0 0;
    color: #6B6B6B;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 55px; 
    letter-spacing: 4px;
    margin-left: 70px;
}
/* 產品頁-產品圖文1 */
.container1{
    width: 100%;
    display: flex;
    /* min-width: 1280px;
    max-width: 1920px; */
    padding:0px 20px;
    gap: 32px;
    margin: 0;
    align-items:center;
    justify-content:center;
    /* align-content: flex-start; */
    /* align-self: center; */
}
/* 產品圖（左側)  */
.product-images{
    display: flex;
    flex-direction: column;
    width: 60%;
    padding: 4px 0;
    align-items: flex-start;
    gap: 20px;
    margin-left: 50px;
}

/* 補充說明 */
.additional-information{
    display: flex;
    padding: 10px 0;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}
.additional-information>ul{
    display: flex;
    padding-left: 20px;
    align-items: flex-start;
    align-self: stretch;
    flex-direction: column;
    font-size: 1.2rem;
    font-weight: 420;
    color: #4F4F4F;  
}
/* 產品介紹（右側) */
.product-intro{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding:0;
    margin-right: 50px;
    margin-top: 48px;
}
.product-title{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.title{
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: rgba(49, 49, 49, 1);
}
.intro{
    font-size:1.5rem;
    color: #313131;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
}
/* 標章介紹 */
.product-verification{
    margin-top: 8px;
    display: flex;
    padding: 0 12px;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    align-self: stretch;
}
.verification-stamp{
    display: flex;
    padding-top: 10px;
    padding-bottom:4px ;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
    align-self: stretch;
}
.verification-stamp>img{
    transition: all 0.2s ease-in;
}
.verification-stamp>img:hover{
    transform: scale(1.1);
    cursor: pointer;
}
.verification-intro-group{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    align-self: stretch;
}
.verification-intro{
    background: rgba(241, 241, 241, 0.50);
    display: flex;
    padding: 25px 25px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}
.ver-title{
    color: rgba(49, 49, 49, 1);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-left: 20px;
}
.ver-text{
    color: rgba(49, 49, 49, 1);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding-left: 20px;
    padding-right: 20px;
}
/* 滑鼠滑過標章顯示介紹的動畫 */
.verification-intro{
     opacity: 0;            
     visibility: hidden;   
     transform: translateY(4px); 
     transition: 
     opacity 0.6s ease,      
     transform 0.6s ease, 
     visibility 0.6s;
     position: absolute;
     margin-right:25px;
     background: #f9f9f9;
     border: 1px solid #ddd;
} 
body:has(.icon1:hover) .ver1,
body:has(.icon2:hover) .ver2,
body:has(.icon3:hover) .ver3,
body:has(.icon4:hover) .ver4,
body:has(.icon5:hover) .ver5 { 
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    margin-right:25px;
}
/* 按鈕-產品規格、驗證報告等資料 */
.button-intro-group{
    width: 100%;
    display: flex;
    padding-top: 40px;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    align-self: stretch;
}

.button-intro ,.close-btn{
    display: flex;
    justify-content: center;
    border-radius: 500px;
    border: 4px solid  #E0CD95;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
    color: #4F4F4F;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
}
.button-intro:hover{
    transform: scale(1.1);
}
.modal-content{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap:8px;
}
.modal-content>div ,.modal-content2>div ,.modal-content3>div ,.modal-content4>div{
    font-size: 1.5rem;
    font-weight: 700;
    color: #4F4F4F;
}
.modal-content>ul{
     display: flex;
     flex-direction: column;
     font-size: 1.2rem;
     color: #4F4F4F;
     gap:4px;
     padding-left: 22px;
     margin-top: 8px;
}
/* 規格說明-彈跳視窗 */
.modal-state {
    display: none;
}
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: 999;
}
.modal-content {
    width: 100%;
    display: flex;
    align-items: center;
    background: white;
    padding-top: 8px;
    border-radius: 15px;
    width: 300px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    transform: scale(0.5) translateY(-20px);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.modal-content>ul{
    width: 100%;
}
.modal-content >label ,.modal-content2 >label ,.modal-content3 >label ,.modal-content4 >label{
    margin: 16px;
} 
.modal-state:checked ~ .modal-overlay {
    opacity: 1;
    visibility: visible;
}
.modal-state:checked ~ .modal-overlay .modal-content {
    transform: scale(1) translateY(0);
}
/* 驗證報告-彈跳視窗 */
.modal-state2{
    display: none;
}
.modal-overlay2 {
    position: fixed;
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none; /* 隱藏時滑鼠可以穿透，不影響後方 */
    overflow: hidden;    /* 避免內部的圖片軌道撐開它 */
    transition: all 0.3s ease;
}
.modal-content2 {
    background: white;
    padding: 20px;
    border-radius: 15px;
    width: 100%;
    max-width: 440px; /* 控制顯示區域大小 */
    overflow: hidden; /* 確保內容不超出圓角邊框 */
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 8px;
}
.image-track {
    display: flex;
    overflow-x: auto;          /* 允許水平滑動 */
    overflow-y: hidden;        /* 禁止垂直滑動 */
    scroll-snap-type: x mandatory; /* 滑動吸附效果 */
    gap: 0;                    /* 如果要無縫就設 0 */
    -webkit-overflow-scrolling: touch; /* 讓手機滑動更順暢 */
     margin: 8px;
}
.slide {
    flex: 0 0 100%;             /* 寬度固定為 100%，不放大也不縮小 */
    scroll-snap-align: start;  /* 吸附對齊位置 */
}
.slide img {
    width: 100%;
    display: block;
    object-fit: cover;
}
.modal-state2:checked ~ .modal-overlay2 {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; /* 開啟時恢復點擊功能 */
}
.modal-state2:checked ~ .modal-overlay2 .modal-content2 {
    transform: scale(1);
}
/* 產品履歷-彈跳視窗 */
.modal-state3{
    display: none;
}
.modal-overlay3 {
    position: fixed;
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none; /* 隱藏時滑鼠可以穿透，不影響後方 */
    overflow: hidden;    /* 避免內部的圖片軌道撐開它 */
    transition: all 0.3s ease;
}
.modal-content3 {
    background: white;
    padding: 20px;
    border-radius: 15px;
    width: 100%;
    max-width: 1000px; /* 控制顯示區域大小 */
    overflow: hidden; /* 確保內容不超出圓角邊框 */
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 8px;
}
.modal-state3:checked ~ .modal-overlay3 {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; /* 開啟時恢復點擊功能 */
}
.modal-state3:checked ~ .modal-overlay3 .modal-content3 {
    transform: scale(1);
}
/* 營養標示-彈跳視窗 */
.modal-state4{
    display: none;
}
.modal-overlay4 {
    position: fixed;
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none; /* 隱藏時滑鼠可以穿透，不影響後方 */
    overflow: hidden;    /* 避免內部的圖片軌道撐開它 */
    transition: all 0.3s ease;
}
.modal-content4 {
    background: white;
    padding: 20px;
    border-radius: 15px;
    width: 60%;
    height: 60%;
    max-width: 60%; /* 控制顯示區域大小 */
    overflow: hidden; /* 確保內容不超出圓角邊框 */
    display: flex;
    flex-direction: column;
    align-items: center;
}
.modal-content4 >img{
    width: 80%;
    height: 80%;
    object-fit: contain;
    padding: 8px 0;
    
}
.modal-state4:checked ~ .modal-overlay4 {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; /* 開啟時恢復點擊功能 */
}
.modal-state4:checked ~ .modal-overlay4 .modal-content4 {
    transform: scale(1);
}
/* 價格 */
.price{
    display: flex;
    padding-top: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
    align-self: stretch;
}
.unit-price{
    color: rgba(49, 49, 49, 1);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.group-price{
    color: rgba(49, 49, 49, 1);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
/* 數量及購買 */
.amount-purchase-group{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    margin-top: 220px;
}
.additional-icon{
    display: flex;
    align-items: center;
    gap: 20px;
}
.additional-icon>img{
   height:100%;
   object-fit: contain;
}
.additional-icon>img:hover{
   transform: scale(1.1);
   cursor: pointer;
}
.amount-purchase{
    height: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.amount{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.amount>.number{
    font-size: 2rem;
    color: #232323;
    font-weight: 600;
}
.amount>img{
    width: 20%;
    height: 10%;
}
/* 加入購物車、購買 */
.purchase{
    display: flex;
    box-shadow: 2px 2px 8px 0 rgba(155, 155, 155, 0.25);
}
.purchase>div{
    font-size: 2rem;
    font-weight: 700;
    color: #232323;
    padding: 16px;
    cursor: pointer
}
.purchase>div:nth-child(1){
    background-color: #FFEDA3;
}
.purchase>div:nth-child(2){
    background-color: #FFFFAE;
}
.purchase>div:hover{
    transform: scale(1.1);
    box-shadow: 2px 2px 16px 0 rgba(155, 155, 155, 0.25);
}
/* 產品頁-產品圖文2 */
.container2{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 25px;
    align-items: center;
}
/* 影片群組 */
.viedo-group{
    width: 100%;
    height: 100%;
    gap: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.video-intro{
    padding: 50px;
    color: #313131;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 42px;
}
.articles-group{
    display: flex;
    justify-content: center;
    margin: 4px;
}
.articles-group>a{
    text-decoration: none;
    width: 60%;
}
.articles-group>a:hover{
    text-decoration: none;
}
.articles{
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.2s ease-in;
}
.articles:hover{
    transform: scale(1.1);
}
.articles-intro{
    display: flex;
    padding: 76px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}
.articles-title{
    color: #313131;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 42px;
}
.articles-text{
    color: #313131;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 42px;
}
.articles-text>span{
    color: #313131;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 42px;
}
.circle-slide{
    display: flex;
    gap: 16px;
}
/* -產品頁-產品圖文3 */
.container3{
    display: flex;
    flex-direction: column;
    padding-bottom: 25px;
}
.circle-slide{
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
}

/* 食譜 */
.recipe-group ,.suggested-group{
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin: 80px;
}
.recipe-big-title ,.suggested-big-title{
    color: #313131;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.recipe-intro-group{
    display: flex;
    justify-content: space-around;
    gap: 100px;
}
.recipe{
    position: relative;
}
.recipe>img{
    width: 100%;
    height: 100%;
    transition: all 0.2s ease-in;
}
.recipe>img:hover{
    transform: scale(1.1);
}
.recipe-intro-image{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background-color: rgba(240, 238, 238, 0.532);
    padding: 12px;
    border-radius: 16px;
    position: absolute;
    top: 240px;
    left: 60px;
}
.recipe-intro{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.recipe-title ,.suggested-title{
    color: #2C2C2C;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.get-recipe{
    color: #2C2C2C;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 500px;
    border:solid 4px #E0CD95;
    background-color:  rgba(240, 238, 238, 0.932);
    padding: 0 16px;
    cursor: pointer;
}
/* 推薦搭配、瀏覽紀錄 */
.suggested-products-group{
    display: flex;
    justify-content: space-around;
}
.suggested-products{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    cursor: pointer;
}
.suggested-products>div>img{
    transition: all 0.2s ease-in;
}
.suggested-products>div>img:hover{
    transform: scale(1.1);
}
.suggested-intro{
    gap: 8px
}
.suggested-text{
    color: #505050;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.suggested-purchase{
    display: flex;
    justify-content: center;
    width: 60%;
    font-size: 1.25rem;
    border-radius: 500px;
    border:solid 4px #505050;
    background-color:  #FFEDA3; 
}
/* 瀏覽紀錄 */
.view-purchase{
    display: flex;
    justify-content: center;
    width: 60%;
    font-size: 1.25rem;
    border-radius: 500px;
    border:solid 4px #505050;
    background-color: #FFFFAE; 
}
/* fotter */
.container4{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    background-color: #A8DCAB;
    padding:20px 0;
}
.container4>.logo{
    color:#F0FFF0;
    font-family: "Roboto Flex";
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-left:50px;
}
.container4>.logo>span{
    color:#E0CD95;
}
.contact-group{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left:80px;
    padding-right: 250px;
}
.contact{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.contact-social{
    display: flex;
    width: 5%;
    height: 5%;
    gap: 16px;
}
.contact-social>img{
    width: 100%;
}
.fotter-nav{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.fotter-nav >ol{
    display: flex;
    gap:50px;
    list-style: none;
}
/* 平板版 */

/* 手機版 */
@media (max-width: 767px)   {
.container{
    display: flex;
    width: 100%;
    flex-direction: column;
    background: #FFF;     
}

:root{font-size: 14px;}

/* 產品頁開頭廣告、LOGO、導覽列 */
/* banner */
.banner-container{
    display: flex;
    width: 100%;
    height: 90px;
    flex-direction: column;
    overflow: hidden;    /* 必須隱藏溢出內容 */
}
.banner{
    display: flex;
    flex-direction: column; /* 垂直排列 */
    width: 100%;
    height: 600%;     /* 總共 6 個區塊，高度是 600% */
    animation: text-loop-v 10s infinite linear;
}
.banner-slide{
    width: 100%;
    height: 16.6666%;
    font-size: 1.05rem;
    word-wrap:break-word; 
    white-space: normal; 
    text-align: center;
    margin: 0;
    padding: 30px 10px;
    box-sizing: border-box;
   
}
@keyframes text-loop-v {
    0%, 17%      { transform: translateY(0); }
    20%          { transform: translateY(-16.666%); }

    20%, 37%     { transform: translateY(-16.666%); }
    40%          { transform: translateY(-33.333%); }

    40%, 57%     { transform: translateY(-33.333%); }
    60%          { transform: translateY(-50%); }

    60%, 77%     { transform: translateY(-50%); }
    80%          { transform: translateY(-66.666%); }

    80%, 97%     { transform: translateY(-66.666%); }
    100%         { transform: translateY(-83.333%); }
}
/* 第一選單 */
.nav-link-group{
    width: 100%;
}
.nav-link-icon{
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
}
.nav-link-icon>ol{
    display: none;
}
.icon-group>div:nth-child(5){
    display: block;
}
.icon-group{
    margin-right:16px;
    gap: 32px;
}
.icon-group>div:nth-child(1){
    font-size: 4rem;
    color: #A8DCAB;
    text-align: center;
    font-family: "Roboto Flex";
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
}
.icon-group>div>span{
    color:#E0CD95;
}
/* 第二選單 */
.nav-link{
    display:flex ;
    flex-direction: column;
}
.nav-link>ol{
    display:flex ;
    flex-direction: column;
}
.nav-link>ol>li{
    margin: 12px;
    font-size: 1.35rem;
}  
.nav-link>.logo{
    display: none;
}
/* 麵包屑 */
.breadcrumbs{
    width: 100%;
    font-size: 1.1rem;
    margin-top: 50px;
    margin-left: 35px;
}
/* 產品頁-產品圖文1 */
.container1{
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}
/* 上面圖 */
.product-images{
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 10px;
}
.product-images>img{
    width: 100%;
    height: auto;
    scroll-snap-align: center;
}
/* 下面產品介紹 */
.product-intro{
    width: 100%;
    margin: 0;
    padding: 0;
}
.product-title{
    padding:12px 32px;
}
.product-title>.title{
    font-size: 1.6rem;
}
.product-title>.intro{
    text-align: justify;
    font-size: 1.4rem;
}
/* 按鈕-規格說明 */
.button-intro-group{
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
}
.modal-content2{
    width: 90%;
}
/* 價格 */
.price{
     width: 100%;
     margin-left: 32px;
}
/* 額外資訊 */
.additional-information{
     width: 100%;
     margin-left: 30px;
}
.additional-information>ul>li{
    font-size: 1.1rem;
}
/* 標章 */
.product-verification{
    width: 100%;
}
.verification-stamp{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.verification-stamp>img{
    width: 22%;
}
.ver-title {
    font-size: 1.4rem;
}
.ver-text{
    font-size: 1.2rem;
}
/* 購買按鈕 */
.amount-purchase-group{
    width: 100%;
    margin-top: 60px;
    margin-bottom: 30px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.additional-icon{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.additional-icon>img{
    width: 8%;
}  
.amount-purchase{
    width: 100%;
    height: 100%;
}
.purchase{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.purchase>div{
    width: 100%;
    font-size: 1.6rem;
    text-align: center;
}
/* 產品頁-產品圖文2 */
.container2{
    width: 100%;
    margin-top: -30px;
    padding: 0;
    gap:0;
}
.viedo-group{
    width: 100%;
    margin: 0;
    padding: 0; 
}
.viedo{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-intro{
    padding: 32px; 
    font-size: 1.4rem;
    
}
.video-intro>br{
    display: none;

}
/* 故事文章 */
.articles-group{
    display: flex;
    flex-wrap: nowrap;         /* 強制不換行，確保三張排成一列 */
    overflow-x: auto;          /* 啟用水平滑動 */
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    gap: 20px;                 /* 卡片間距 */
    padding: 20px 5vw;         /* 左右留白，vw 隨手機寬度調整 */
    -webkit-overflow-scrolling: touch;
    width: 100%;
    box-sizing: border-box;
    justify-content: flex-start
}
.articles-group::-webkit-scrollbar {
    display: none; 
}            
.articles-group > a{
    flex: 0 0 100vw;           
    color: inherit;
    scroll-snap-align: center; 
    display: block; 
    min-width: 100vw;  
}
.articles{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
}
.articles > div:first-child {
    width: 100%;
}
.articles img {
    width: 100%;
    height: 100%;
    object-fit: cover;         
    display: block;
}
.articles-intro{
    margin: 0;
    padding: 28px;
}
.articles-title{
    font-size: 1.4rem;
    line-height: 28px;
}
.articles-text{
    font-size: 1.2rem;
    line-height: 28px;
}
.articles-text>span{
    font-size: 1.15rem;
}
.articles:hover{
    transform: scale(1);
}
.circle-slide{
    margin-top: 32px;
    margin-bottom: 64px;
}
/* 產品頁-產品圖文3 */
/* 食譜 */
.container3{
    width: 100%;
}
.recipe-group {
    width: 100%;
    margin: 0;
    display: flex;
}
.recipe-intro-group{
    width: 100%;
    display: flex ;
    flex-direction: row ;
    flex-wrap: nowrap ; 
    overflow-x: auto  ;
    overflow-y: hidden;
    justify-content: flex-start; 
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 20px 0 ;
    gap: 0; 
    margin: 0;
}
.recipe-intro-group::-webkit-scrollbar {
    display: none; 
} 
.recipe{
    display: block;
    flex: 0 0 100% ;
    flex-shrink: 0 ;
    margin-left: 5vw;           
    position: relative;         
    overflow: hidden;             
    scroll-snap-align: center;     
}
.recipe > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.recipe-intro-image {
    position: absolute;         
    transform: translateX(-50%);  
    transform: translateY(-10%);  
    width: 86%;              
    border-radius: 15px;
    padding: 15px 15px;
    align-items: center;
    justify-content: space-between;

}
/* 內部的產品圖 (小圖) */
.recipe-intro-image img {
    width: 70%;                
    height: 70%;
    object-fit: contain;
}
.recipe-big-title ,.suggested-big-title{
    font-size: 1.8rem;
    padding-left: 32px;
}
.recipe-title ,.get-recipe{
    font-size: 1.4rem;
}
.recipe-intro{
    width: 100%;
}
.get-recipe{
    border:solid 2.5px #E0CD95;
    padding: 0 16px;
}
/* 推薦搭配 */
.suggested-group{
    width: 100%;
    margin: 0;
}
.suggested-products-group{
    overflow-x: auto  ;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}  
/* fotter*/
.container4{
    width: 100%;
    margin: 0;
    padding:0;
    padding-bottom: 32px;
}
.container4 >.logo{
    margin-left:32px;
    margin-top: 16px;
    padding:0;
    font-size:2.6rem ;
}
.contact-group{
    margin: 0;
    padding-left:32px;
    width: 100%;
    gap: 130px;
}
.contact{
    width: 62%;
    font-size: 0.8rem;
}
.contact-social{
    width: 100%;
}

.fotter-nav{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.fotter-nav>ol{
    gap:16px;
}
.fotter-nav>ol>li{
   font-size: 0.8rem;
}
}