@charset "utf-8";
/***************************************
    copyright by MakeWeb.com.tw 
***************************************/
#side1 {
    display: none;
}
#side2 {
    width: 100%;
    padding: 50px 40px;
    max-width: 1280px;
    min-height: 500px;
    margin: auto;
}
#content2 {
    background-color: #fafafa;
}
.tree_gray_green_v .mw-nav li .arrow-pad {
    padding: 0 0 0 30px;
}

/*-------------------------------------------------
 imagelabellist_product_filterable
--------------------------------------------------*/
.imagelabellist_product_filterable {
    position: relative;
    display: flex;
    gap: 50px;
    /* justify-content: space-between; */
}
.imagelabellist_product_filterable .list_text {
    flex: 1; /* 佔一半空間 */
    min-width: 0; /* 允許 flex item 縮小到內容以下 */
    /*border:1px solid #F00;*/
}

.other_info {
    flex: 1; /* 佔一半空間 */
    min-width: 0; /* 允許 flex item 縮小到內容以下 */
    line-height: 2;
    z-index: 10;
    /*border:1px solid #F90;*/
}

.other_info h1 {
    color: black;
}
.other_info h2 {
    font-weight: var(--fw-light);
}
.other_info h3 {
    font-size: var(--fs-lg);
    font-weight: var(--fw-light);
}
.other_info .product-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 10px;
}
.other_info .pd_tag {
    /*font-size:200%;*/
    margin: 20px 0 50px 0;
    /*font-size: 30px;*/
    color: #000;
    font-weight: bolder;
}
.other_info .pd_tag .pd_dollar_sign {
    font-size: var(--fs-base);
}
.other_info .pd_tag .item_description {
    /*font-size: 30px;*/
    /*color: #00AAAA;*/
}
.other_info .pd_tag .pd_sale_dollar_sign {
    /*font-size: 16px;*/
    margin: 0 -4px 0 14px;
}
.other_info .pd_cart_box {
    width: 98%;
    /*margin: 0 0  20px 0;*/
    /*padding: 0 0 20px 0;*/
    margin: 0;
    padding: 0;
    /*border-bottom:1px solid #CCC;*/
}
.other_info .pd_info {
    /*font-size:110%;*/
    /*font-size: 14px;*/
    /*line-height:25px;*/
    /*color: #000;*/
    /*width:360px;*/
    /*font-size:16px;*/
    /*color:#999;*/
    /*margin:150px 0 0 350px;*/
}
.other_info .pd_intro {
    color: #88b928;
    margin: 10px 0;
    line-height: 1.5;
}
.other_info .pd_description {
    color: #777;
    font-weight: var(--fw-regular);
    margin-top: 16px;
}
input[type='text'],
input[type='password'],
input[type='search'],
input[type='number'] {
    padding: 0;
    margin: 0;
    height: auto;
}
.button {
    display: flex;
}
.cart_btn {
    color: #3cc5a0;
    background-color: white;
    border: 2px solid #3cc5a0;
    padding: 6px 28px;
    font-size: var(--fs-md);
}
.cart_btn:hover {
    color: #3cc5a0;
    border: 2px solid #3cc5a0;
    padding: 6px 28px;
}
.checkout_btn {
    color: #fff;
    background: #3cc5a0;
    border: unset;
    font-size: var(--fs-md);
}
.other_info .tag {
    display: flex;
    column-gap: 6px;
    flex-wrap: wrap;
    font-size: var(--fs-base);
    margin-top: 20px;
}
.other_info .tag_title {
    flex-shrink: 0;
}
.other_info .tag a {
    color: #999;
}
.other_info .tag a:hover {
    color: #444;
}
.other_info .tag .tag-item {
    display: inline-block;
    padding: 4px 8px;
    background-color: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 14px;
    color: #6c757d;
    font-size: var(--fs-sm);
    text-decoration: none;
    margin: 0;
}
.other_info .price h4 {
    font-size: var(--fs-md);
    display: flex;
    padding: 0;
    flex-direction: column;
    font-weight: var(--fw-regular);
}
.other_info .price del {
    text-decoration: unset;
    color: #c4c4c4;
    font-size: var(--fs-base);
}
.other_info .price ins {
    text-decoration: unset;
    color: #e3132a;
    font-size: var(--fs-lg);
}
.other_info .price del .original-price {
    text-decoration: line-through;
}
.tag h5 {
    margin: 0;
}

/*-------------------------------------------------
 small_social_icon
--------------------------------------------------*/
.small_social_icon {
    float: right;
    margin: 20px 0 0 0;
}
.small_social_icon ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.small_social_icon li {
    float: left;
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin: 0 0 0 8px;
    /*margin: 0 0 0 12px;*/
    background: url(../../../../../mw/cufiles/site/web/social_icon_s.png) left top no-repeat;
    background-size: 150px 60px;
}
.small_social_icon li a {
    filter: Alpha(Opacity=0, FinishOpacity=0, Style=2); /* IE */
    -moz-opacity: 0; /* Moz + FF */
    opacity: 0; /* 支持CSS3的瀏覽器(FF1.5也支持) */
}
.small_social_icon li:first-child {
    margin: 0;
}

.small_social_icon .facebook {
    background-position: -90px -30px;
}
.small_social_icon .youtube {
    background-position: -120px -30px;
}
.small_social_icon .instagram {
    background-position: -60px -30px;
}
.small_social_icon .flickr {
    background-position: -30px -30px;
}
.small_social_icon .rss {
    background-position: 0 -30px;
}
.small_social_icon .facebook:hover {
    background-position: -90px 0;
}
.small_social_icon .youtube:hover {
    background-position: -120px 0;
}
.small_social_icon .instagram:hover {
    background-position: -60px 0;
}
.small_social_icon .flickr:hover {
    background-position: -30px 0;
}
.small_social_icon .rss:hover {
    background-position: 0 0;
}
/*.small_social_icon .facebook{background-position: -108px -36px}
.small_social_icon .youtube{background-position: -144px -36px}
.small_social_icon .instagram{background-position:-72px -36px}
.small_social_icon .flickr{background-position:-36px -36px}
.small_social_icon .rss{background-position:0 -36px}
.small_social_icon .facebook:hover{background-position: -108px 0}
.small_social_icon .youtube:hover{background-position: -144px 0}
.small_social_icon .instagram:hover{background-position:-72px 0}
.small_social_icon .flickr:hover{background-position:-36px 0}
.small_social_icon .rss:hover{background-position:0 0}*/

.spec_box {
    padding: 0px 0;
}
.spec_box .feature_title {
    padding: 8px;
    color: #fff;
    font-weight: var(--fw-regular);
    line-height: 20px;
    /*background: #02759F;*/
    background: #999;
    /*text-shadow: 0 1px 0 #000;*/
}
.spec_box dl {
    overflow: hidden;
    width: 100%;
    margin: 0px auto;
    padding: 0px 0;
}
.spec_box .flex_box {
    display: flex;
    line-height: 40px;
}
.spec_box dt {
    float: left;
    /*width: calc( 30% - 20px );*/
    width: 250px;
    height: 100%;
    margin: 0 20px 0 0;
    padding: 0px 20px;
    font-weight: var(--fw-regular);
    text-align: right;
    background: #f1f1f1;
    border-bottom: 1px solid #fff;
    fiex: 1;
}
.spec_box dd {
    /*float: left;*/
    /*width: 68%;*/
    width: 100%;
    height: 100%;
    margin: 0px 0;
    padding: 0px 0 0px 20px;
    border-bottom: 1px solid #ddd;
    fiex: 1;
}
.spec_box dd:last-child {
    /*border-bottom: 0px solid #DDD;*/
}
.spec_box dd.verify_code {
    float: left;
    width: 78%;
}

.spec_box .dw_name {
    float: left;
    width: 60%;
    margin: 0 0 0 10px;
    color: #333;
}
.spec_box .dw_type {
    float: left;
    width: 10%;
    padding: 0 6px 0 0;
    font-size: var(--fs-sm);
    /*color: #F1C232;*/
    /*color: #E06666;*/
    color: #f00;
}
.spec_box .dw_size {
    float: left;
    width: 20%;
    font-size: var(--fs-sm);
    color: #999;
}
.spec_box .dw_icon {
    float: left;
    width: 6%;
    margin: 12px 0 0 0;
}

.spec_box .dw_icon_locked {
    float: left;
    width: 6%;
    margin: 12px 0 0 0;
    opacity: 0.5;
    cursor: not-allowed;
}

.spec_box .dw_icon_locked img {
    width: 16px;
    height: 16px;
}

/*.scene1 .main_image, .scene2 .main_image, .scene3 .main_image{
	cursor: pointer;
}
*/

.sec_u1 {
    overflow: hidden;
}
.sec_u1 .content_box {
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 20px;
}
.sec_u1 figcaption {
    width: 54%;
    margin: 200px 0 0 0;
}

.sec_u9 {
    overflow: hidden;
}
.sec_u9 .content_box {
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px 20px;
}
.sec_u9 figcaption {
    float: right;
    width: 54%;
    margin: 200px 0 0 0;
}

.sec_u10 {
    overflow: hidden;
}
.sec_u10 .content_box {
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 20px;
}
.sec_u10 figcaption {
    /*width: 50%;*/
    margin: 0px 0 0 0;
    text-align: center;
}

.slide_caption {
    display: table;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.7);
}
.slide_caption.left {
    float: left;
}
.slide_caption.right {
    float: right;
}
.slide_caption.center {
    margin: 0 auto;
}
.slide_caption.white {
    background-color: rgba(255, 255, 255, 0.7);
}
.slide_caption.trans {
    background-color: rgba(255, 255, 255, 0);
}
.slide_caption.black {
    background-color: rgba(0, 0, 0, 0.7);
}

.sec_u2 {
    overflow: hidden;
}
.sec_u2 .content_box {
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 20px;
    text-align: center;
}
.sec_u2 .main_image {
    padding: 20px 0px 0 0;
}
.sec_u2 .main_image img {
    max-width: 100%;
}
.sec_u2 .slide_box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    /*align-items: center;*/

    margin: 30px auto;
    padding: 0;
    text-align: center;
}
.sec_u2 figure {
    overflow: hidden;

    /*display: flex;*/
    flex: 0 0 360px;

    /*width: 33%;*/
    /*width: 300px;*/
    /*height: 334px;*/
    margin: 20px 10px;
    padding: 0px;
}
.sec_u2 figure .content_image {
    padding: 30px 10px;
}
.sec_u2 figure h3 {
    padding: 0px 10px;
}
.sec_u2 figure p {
    overflow: hidden;
    display: -webkit-box;
    max-width: 360px;
    /*height: 95px;*/

    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;

    padding: 0px 20px;
    margin: 10px 0;
    /*color: #999;*/
}

.sec_u3 {
    overflow: hidden;
}
.sec_u3 .content_box {
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px;
    text-align: center;
}
.sec_u3 .main_image {
    margin: 60px 0px 0 0;
    width: 100%;
    background-size: cover;
}
.sec_u3 .main_image img {
    max-width: 100%;
}
.sec_u3 .main_image .map {
    margin: 0px auto;
}
.sec_u3 h1 {
    max-width: 1280px;
    margin: 0 auto 20px;
}
.sec_u3 h2,
.sec_u3 p {
    max-width: 1280px;
    margin: 0 auto;
}
.sec_u3 .slide_box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    /*align-items: center;*/

    /*width: 1280px;*/
    margin: 30px auto;
    padding: 0;
    text-align: center;
}
.sec_u3 figure {
    /*display: flex;*/
    flex: 0 0 300px;
    padding: 0px;
    /*box-shadow: 0px 0px 3px 2px #DDD;*/
    /*border: 1px solid red;*/
}
.sec_u3 figure {
    overflow: unset;
}
.cell_probiotice .sec_u8 .content_box .title_white {
    max-width: 505px;
    border-radius: 30px;
    border: 2px solid;
    margin: 20px auto 40px;
    font-weight: var(--fw-regular);
}
.cell_probiotice .sec_u8 .content_box .title_orange {
    max-width: 243px;
    background-color: #f3a377;
    border-radius: 25px;
    color: #fff;
    margin: 10px auto;
}
.cell_probiotice .sec_u8 .content_box .content_image img {
    height: 250px;
}
.cell_probiotice .sec_u13 .content_box {
    margin: 60px auto 0;
}
.cell_probiotice .sec_u13 .content_box .content_items {
    justify-content: space-evenly;
    gap: 20px;
}
.cell_probiotice .sec_u11 .title_box h2 {
    font-size: var(--fs-xl);
    background-color: #55ba9c;
    max-width: 264px;
    color: #fff;
    border-radius: 30px;
    margin: 20px auto;
}
.cell_probiotice .slide_box_c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 40px;
}
.cell_probiotice .sec_u12 {
    background: url(../../../../cufiles/files/strawberry.png) no-repeat;
    background-position: center;
}
.cell_probiotice .sec_u12 .slide_box {
    gap: 60px;
    /* margin-bottom: 100px; */
}
.cell_probiotice .sec_u12 .slide_box .content_image img {
    max-width: 100%;
    width: unset;
}
.sec_u3 figure .content_image {
    padding: 0px 0px;
}
.sec_u3 figure h3 {
    position: relative;
    padding: 0px 10px;
    margin: 8px 0 0 0;
}
.sec_u3 figure p {
    overflow: hidden;
    display: -webkit-box;
    max-width: 300px;

    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;

    padding: 0px 40px;
    margin: 10px 0;
    color: #999;
}
.sec_u3 figure a {
    display: block;
    color: #d80000;
    margin: 0 0 20px 0;
    text-decoration: underline;
}

.sec_u4 {
    overflow: hidden;
}
.sec_u4 .content_box {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0px;
    text-align: center;
}
.sec_u4 .main_image {
    margin: 60px 0px 0 0;
    width: 100%;
    background-size: cover;
}
.sec_u4 .main_image img {
    max-width: 100%;
}
.sec_u4 .main_image .map {
    margin: 0px auto;
}
.sec_u4 .slide_box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    /*align-items: center;*/

    /*width: 1280px;*/
    margin: 30px auto;
    /*padding: 0;*/
    text-align: center;
}
.sec_u4 ul > li {
    overflow: hidden;

    /*display: flex;*/
    flex: 0 0 300px;

    /*width: 25%;*/
    /*width: 300px;*/
    /*height: 334px;*/
    margin: 20px 10px;
    padding: 0px;
    box-shadow: 0px 0px 3px 2px #ddd;
    /*border: 1px solid red;*/
}
.sec_u4 figure:hover {
    box-shadow: 0px 0px 3px 2px #d80000;
}
.sec_u4 figure .content_image {
    padding: 0px 0px;
}
.sec_u4 figure h3 {
    position: relative;
    padding: 0px 10px;
}
.sec_u4 figure p {
    overflow: hidden;
    display: -webkit-box;
    max-width: 300px;
    /*height: 95px;*/
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;

    padding: 0px 40px;
    margin: 10px 0;
    color: #999;
}
.sec_u4 figure a {
    display: block;
    color: #d80000;
    margin: 0 0 20px 0;
    text-decoration: underline;
}

.sec_u5 {
    overflow: hidden;
}
.sec_u5 .content_box {
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 0px;
    text-align: center;
}
.sec_u5 .slide_box {
    display: table;
    /*width: 1280px;*/
    margin: 30px auto;
    padding: 0;
}
.sec_u5 figure {
    overflow: hidden;
    position: relative;
    float: left;
    width: 50%;
    margin: 0px 0px;
    padding: 0px;
}
.sec_u5 figure .content_image {
    padding: 30px 0px;
}
.sec_u5 figure h3 {
    padding: 0px 10px;
}
.sec_u5 figure p {
    overflow: hidden;
    display: -webkit-box;
    /*max-width: 300px;*/
    /*height: 95px;*/
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;

    padding: 0px 40px;
    margin: 10px 0;
    color: #999;
}

.sec_u6 {
    overflow: hidden;
}
.sec_u6 .content_box {
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 0px;
    text-align: center;
}
.sec_u6 .slide_box {
    /*width: 1280px;*/
    margin: 30px auto;
    padding: 0;
}
.sec_u6 figure {
    overflow: hidden;
    position: relative;
    float: left;
    /* width: 50%; */
    margin: 0px 0px;
    padding: 0px;
}
.sec_u6 figure .content_image {
    padding: 30px 0px;
}
.sec_u6 figure h3 {
    padding: 0px 10px;
}
.sec_u6 figure p {
    overflow: hidden;
    display: -webkit-box;
    /*max-width: 300px;*/
    /*height: 95px;*/
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;

    padding: 0px 40px;
    margin: 10px 0;
    color: #999;
}

.sec_u7 {
    overflow: hidden;
}
.sec_u7 .content_box {
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 0px;
    text-align: center;
}
.sec_u7 .slide_box {
    /*width: 1280px;*/
    margin: 30px auto;
    padding: 0;
}
.sec_u7 figure {
    overflow: hidden;
    position: relative;
    float: left;
    width: 50%;
    margin: 0px 0px;
    padding: 0px;
}
.sec_u7 figure .content_image {
    padding: 30px 0px;
}
.sec_u7 figure h3 {
    padding: 0px 10px;
}
.sec_u7 figure p {
    padding: 10px 20px;
    color: #999;
}

.sec_u8 {
    overflow: hidden;
}
.sec_u8 .content_box {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0px 20px;
}
.sec_u8 h1 {
    /*color: #2183A1;*/
}
.sec_u8 .slide_box {
    margin: 0px auto;
    padding: 0;
}
.sec_u8 figure {
    margin: 0px 0px;
    padding: 0px;
}
.sec_u8 figure .content_image {
    text-align: right;
    padding: 0px 0px;
}
.sec_u8 figure .content_image img {
    max-width: 100%;
}
.sec_u8 figcaption {
}

.sec_u11 {
    overflow: hidden;
}
.sec_u11 .content_box {
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 20px;
    text-align: center;
}
.sec_u11 .main_image {
    padding: 20px 0px 0 0;
}
.sec_u11 .main_image img {
    max-width: 100%;
}
.sec_u11 figcaption {
    text-align: left;
}

.sec_u12 {
    overflow: hidden;
}
.sec_u12 .content_box {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0px 20px;
}
.sec_u12 h1 {
    /*color: #2183A1;*/
}
.sec_u12 .slide_box {
    margin: 0px auto;
    padding: 0;
}
.sec_u12 figure {
    margin: 0px 0px;
    padding: 0px;
}
.sec_u12 figure .content_image {
    text-align: left;
    padding: 0px 0px;
}
.sec_u12 figure .content_image img {
    max-width: 100%;
}
.sec_u12 figcaption {
}

.sec_u13 {
    overflow: hidden;
}
.sec_u13 figure:nth-child(1) {
    position: absolute;
    /*width: 1280px;*/
    display: table;
    left: calc((100vw - 1280px) / 2);
    z-index: 3;
}
.sec_u13 figure:nth-child(1) figcaption {
    float: right;
    width: 54%;
    right: 0;
    margin: 200px 20px 0 0;
}
.sec_u13 figure:nth-child(2) {
    width: 100%;
    height: 660px;
    margin: 0px 0 0 0;
    z-index: 2;
}

.sec_u14 {
    overflow: hidden;
}
.sec_u14 figure:nth-child(1) {
    position: absolute;
    /*width: 1280px;*/
    display: table;
    left: calc((100vw - 1280px) / 2);
    z-index: 3;
}
.sec_u14 figure:nth-child(1) figcaption {
    text-align: center;
    margin: 40px 0px 0 0;
}
.sec_u14 figure:nth-child(2) {
    width: 100%;
    height: 660px;
    margin: 0px 0 0 0;
    z-index: 2;
}

.sec_u15 {
    overflow: hidden;
}
.sec_u15 figure:nth-child(1) {
    position: absolute;
    /*width: 1280px;*/
    display: table;
    left: calc((100vw - 1280px) / 2);
    z-index: 3;
}
.sec_u15 figure:nth-child(1) figcaption {
    float: left;
    width: 54%;
    right: 0;
    margin: 200px 0 0 20px;
}
.sec_u15 figure:nth-child(2) {
    width: 100%;
    height: 660px;
    margin: 0px 0 0 0;
    z-index: 2;
}
strong {
    display: block;
}
.pd_tab1 img {
    display: block;
    object-fit: contain;
    max-width: 100%;
}
.tabs_simple_blue {
    margin-top: 50px;
    text-align: justify;
}
.tabs_simple_blue #pd_tab1,
.tabs_simple_blue #pd_tab2,
.tabs_simple_blue #pd_tab3 {
    margin-bottom: 50px;
}
.recommend .title {
    color: #444444;
    border-bottom: 2px solid #c9c9c9;
    padding-bottom: 12px;
}

.recommend .recommend_merchandise_list {
    display: grid;
    grid-template-columns: repeat(4, minmax(280px, 1fr));
    align-items: stretch;
    gap: 24px;
    width: 100%;
    margin-top: 24px;
}

.recommend .recommend_merchandise_list .merchandise_item {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 14px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: 1px solid #f0f0f0;
}

.recommend .recommend_merchandise_list .merchandise_item:hover {
    transform: translateY(-2px);
}

.recommend .recommend_merchandise_list .merchandise_item .item_image {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 280px;
}

.recommend .recommend_merchandise_list .merchandise_item img {
    width: 100%;
    max-height: 280px;
    object-fit: contain;
    background-color: transparent;
}

.recommend .recommend_merchandise_list .merchandise_item .item_text h4 {
    font-size: var(--fs-md);
    font-weight: var(--fw-bold);
    color: #333;
    margin: 0 0 10px 0;
    line-height: 1.3;
}

.recommend .recommend_merchandise_list .merchandise_item .item_text p {
    font-size: var(--fs-base);
    color: #666;
    margin: 0 0 8px 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.recommend .recommend_merchandise_list .merchandise_item .item_text .pd_tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
}

.recommend .recommend_merchandise_list .merchandise_item .item_text .pd_tag {
    display: inline-block;
    background-color: #f8f9fa;
    color: #6c757d;
    font-size: var(--fs-xs);
    padding: 4px 8px;
    border-radius: 14px;
    white-space: nowrap;
    transition: background-color 0.2s ease;
}

.recommend .recommend_merchandise_list .price {
    font-size: var(--fs-sm);
    display: flex;
    gap: 10px;
    justify-content: center;
}
.recommend .recommend_merchandise_list .price del {
    text-decoration: unset;
    color: #c4c4c4;
}
.recommend .recommend_merchandise_list .price ins {
    text-decoration: unset;
    color: #959494;
}
.recommend .recommend_merchandise_list .price del .original-price {
    text-decoration: line-through;
}
.swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    text-align: center;
    font-size: var(--fs-md);
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    height: 100%;
    object-fit: cover;
}

body {
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    /* 填滿 list_text 區塊 */
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding: 8px;
    box-sizing: border-box;
}

.mySwiper {
    box-sizing: border-box;
    padding: 8px;
    width: 100%;
    max-width: 100%;
}

.mySwiper .swiper-slide {
    height: 100%;
    opacity: 0.4;
    flex-shrink: 0;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}
.mySwiper .swiper-slide-thumb-active img {
    opacity: 1;
    border: 1px solid #cccccc;
}
.mySwiper2 .swiper-slide {
    /* 讓 slide 填滿容器寬度 */
    width: 100% !important;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.image-container {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
    border: 1px solid #f0f0f0;
    padding: 10px;
    box-sizing: border-box;
}

.image-container a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.image-container img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}
/* 一般 swiper 圖片樣式，但不影響 mySwiper2 */
.swiper-slide img {
    display: block;
}

/* 非 mySwiper2 的圖片使用原來的樣式 */
.swiper:not(.mySwiper2) .swiper-slide img {
    width: 100%;
    max-height: 600px;
    object-fit: contain;
}
.mySwiper .swiper-slide img {
    display: block;
    aspect-ratio: 1 / 1;
    border-radius: 14px;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: none;
}
.mySwiper2 .swiper-button-next,
.mySwiper2 .swiper-button-prev {
    color: #333;
    margin: 0 8px;
}
.mySwiper2 .swiper-button-next::after,
.mySwiper2 .swiper-button-prev::after {
    font-size: 28px;
}

/* Override global hide — keep arrows visible on product detail */
@media screen and (max-width: 1024px) {
    .mySwiper2 .swiper-button-next,
    .mySwiper2 .swiper-button-prev {
        display: flex !important;
    }
}
@media screen and (max-width: 767px) {
    .mySwiper2 .swiper-button-next::after,
    .mySwiper2 .swiper-button-prev::after {
        font-size: 22px;
    }
}

/*--------------------------------------------
	Media Queries
---------------------------------------------*/
/* Portrait and Landscape */
/*@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
}*/

/*iPad Pro*/
@media screen and (max-width: 1279px) {
    #side2 {
        width: 100%;
    }
    .imagelabellist_product_filterable .list_text {
        flex: 1; /* iPad Pro 上也保持各半 */
    }

    /* Recommend merchandise adjustments for iPad Pro */
    .recommend .recommend_merchandise_list {
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
    }

    .recommend .recommend_merchandise_list .merchandise_item .item_image {
        height: 240px;
    }

    .recommend .recommend_merchandise_list .merchandise_item img {
        max-height: 240px;
    }
}

/*iPad*/
@media screen and (max-width: 1023px) {
    #content2 {
    }
    .imagelabellist_product_filterable .list_text {
        flex: 1; /* iPad 上也保持各半 */
        /*border:1px solid #F00;*/
    }
    .imagelabellist_product_filterable {
        gap: 25px;
    }
    .mySwiper .swiper-slide img {
        width: 80px;
        height: 80px;
    }

    /* iPad 上的 mySwiper2 調整 */
    .mySwiper2 {
        width: 100%;
    }

    /* Recommend merchandise adjustments for iPad */
    .recommend .recommend_merchandise_list {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .recommend .recommend_merchandise_list .merchandise_item .item_image {
        height: 200px;
    }

    .recommend .recommend_merchandise_list .merchandise_item img {
        max-height: 200px;
    }
}

/*iPhone*/
@media screen and (max-width: 767px) {
    #content2 {
        margin: 0;
        padding-left: 0;
        padding-right: 0;
    }
    #side2 {
        padding: 20px 16px;
    }
    .other_info h1 {
        font-size: 24px;
    }
    .other_info h2 {
        font-size: 16px;
        line-height: 1.4;
    }
    .tabs_simple_blue {
        margin-top: 30px;
        text-align: left;
        font-size: var(--fs-base, 16px);
        line-height: 1.6;
    }
    .tabs_simple_blue ul.tabs {
        display: flex;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .tabs_simple_blue ul.tabs::-webkit-scrollbar {
        height: 0;
    }
    .tabs_simple_blue ul.tabs li {
        flex-shrink: 0;
    }
    .tabs_simple_blue ul.tabs a {
        font-size: 1.5rem;
        padding: 6px 12px;
        white-space: nowrap;
    }
    .tabs_simple_blue #pd_tab1,
    .tabs_simple_blue #pd_tab2,
    .tabs_simple_blue #pd_tab3 {
        margin-bottom: 30px;
    }
    .imagelabellist_product_filterable .list_text {
        width: 100%;
    }
    .imagelabellist_product_filterable {
        flex-direction: column;
        gap: 25px;
    }

    #zoom_03 {
        width: 100%;
        max-width: 280px;
    }

    /* 手機版本的 mySwiper2 調整 */
    .mySwiper2 {
        width: 100%;
    }

    .imagelabellist_product_filterable .other_info {
        padding: 0;
    }
    .imagelabellist_product_filterable .other_info .pd_cart_box {
        /*width: calc(100% - 40px);*/
        width: 100%;
        /*margin: 0 0  20px 0;*/
        /*padding: 0 0 20px 0;*/
        /*border-bottom:1px solid #CCC;*/
    }

    .tabs_simple_blue .panes .pd_tab2 img {
        width: 100%;
        margin: 0;
    }
    .button {
        justify-content: space-around;
    }
    .spec_box .flex_box {
        display: block;
        /*display: flex;*/
        line-height: 40px;
    }
    .spec_box dt {
        float: left;
        width: 100%;
        text-align: left;
    }
    .spec_box dd {
        float: left;
        /*width: 68%;*/
        width: 100%;
        height: 100%;
        margin: 0px 0;
        padding: 0px 0 0px 20px;
        border-bottom: 1px solid #ddd;
        fiex: 1;
    }
    .recommend_merchandise_list {
        grid-template-columns: 1fr 1fr;
        gap: 25px;
    }
    .sec_u3 .content_box {
        padding: 0;
    }
    .cell_probiotice .slide_box_c {
        gap: 20px;
    }
    .cell_probiotice .applicable_groups {
        flex: 1 0 42%;
    }
    .cell_probiotice .applicable_groups .w_50 {
        width: 50%;
    }
    .sec_u11 .content_box {
        padding: 20px;
    }

    /* Recommend merchandise adjustments for iPhone */
    .recommend .title {
        font-size: var(--fs-md);
        margin: 0 0 16px 0;
        padding-bottom: 10px;
    }

    .recommend .recommend_merchandise_list {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        margin-top: 20px;
    }

    .recommend .recommend_merchandise_list .merchandise_item {
        padding: 14px;
        border-radius: 8px;
    }

    .recommend .recommend_merchandise_list .merchandise_item .item_image {
        height: 160px;
        margin-bottom: 8px;
    }

    .recommend .recommend_merchandise_list .merchandise_item img {
        max-height: 160px;
    }

    .recommend .recommend_merchandise_list .merchandise_item .item_text h4 {
        font-size: var(--fs-base);
        margin: 0 0 6px 0;
    }

    .recommend .recommend_merchandise_list .merchandise_item .item_text p {
        font-size: var(--fs-sm);
        margin: 0 0 4px 0;
        line-height: 1.3;
    }

    .recommend .recommend_merchandise_list .merchandise_item .item_text .pd_tags {
        gap: 3px;
        margin-top: 4px;
    }

    .recommend .recommend_merchandise_list .merchandise_item .item_text .pd_tag {
        font-size: var(--fs-xs);
        padding: 2px 6px;
        border-radius: 10px;
    }
}

/* iPhone Small */
@media screen and (max-width: 480px) {
    .recommend .recommend_merchandise_list {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .recommend .recommend_merchandise_list .merchandise_item .item_image {
        height: 120px;
    }
    .recommend .recommend_merchandise_list .merchandise_item img {
        max-height: 120px;
    }
}

/*-------------------------------------------------
 Spec Table Unified Width (1180px)
--------------------------------------------------*/
.table-responsive.datagrid_gray_light {
    max-width: 1180px;
    width: 100%;
}
.table-responsive.datagrid_gray_light table {
    width: 100% !important;
}

/*-------------------------------------------------
 All Tabs Table Styling (Using tabs_simple_blue container)
--------------------------------------------------*/

/* Base table — override inline border="1" from HTML */
.tabs_simple_blue .panes table {
    max-width: 1180px;
    width: 100% !important;
    box-sizing: border-box;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid #e0e4e7;
    border-radius: 8px;
    overflow: hidden; /* clip child backgrounds to border-radius */
}

/* Neutralize inline border="1" on every cell */
.tabs_simple_blue .panes table th,
.tabs_simple_blue .panes table td {
    border: none;
}

/* Header styling */
.tabs_simple_blue .panes table th {
    background-color: #f0f2f4;
    color: #333;
    font-weight: var(--fw-bold);
    padding: 12px 16px;
    white-space: nowrap;
    vertical-align: middle;
    border-bottom: 2px solid #d5d9dd;
    text-align: left;
}

/* Subtle vertical divider between header cells */
.tabs_simple_blue .panes table th + th {
    border-left: 1px solid #d5d9dd;
}

/* Multi-column headers */
.tabs_simple_blue .panes table th[colspan] {
    text-align: left;
}

/* Cell styling */
.tabs_simple_blue .panes table td {
    vertical-align: top;
    min-width: 120px;
    padding: 12px 16px;
    border-bottom: 1px solid #eef0f2;
}

/* First column in spec tables — label highlight */
.tabs_simple_blue .panes table td:first-child {
    color: #444;
    font-weight: var(--fw-medium, 500);
    background-color: #fafbfc;
}

/* Subtle vertical divider between columns */
.tabs_simple_blue .panes table td + td {
    border-left: 1px solid #eef0f2;
}

/* Rows */
.tabs_simple_blue .panes table tr {
    display: table-row;
    transition: background-color 0.15s ease;
}

/* Alternating row colors */
.tabs_simple_blue .panes table tbody tr:nth-child(even) {
    background-color: #f8fafc;
}
.tabs_simple_blue .panes table tbody tr:nth-child(even) td:first-child {
    background-color: #f3f5f7;
}

/* Remove bottom border from last row */
.tabs_simple_blue .panes table tr:last-child td {
    border-bottom: none;
}

/* Hover effect for data rows (skip header-only rows) */
.tabs_simple_blue .panes table tbody tr:hover td {
    background-color: #f5f9ee;
}
.tabs_simple_blue .panes table tbody tr:hover td:first-child {
    background-color: #eef3e4;
}

/* Border-radius on corner header cells */
.tabs_simple_blue .panes table tr:first-child th:first-child {
    border-top-left-radius: 8px;
}
.tabs_simple_blue .panes table tr:first-child th:last-child {
    border-top-right-radius: 8px;
}

/* Border-radius on corner body cells (when no thead) */
.tabs_simple_blue .panes table tbody:first-child tr:first-child td:first-child {
    border-top-left-radius: 8px;
}
.tabs_simple_blue .panes table tbody:first-child tr:first-child td:last-child {
    border-top-right-radius: 8px;
}
.tabs_simple_blue .panes table tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}
.tabs_simple_blue .panes table tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}

/* rowspan cells — remove top left border for continuation rows */
.tabs_simple_blue .panes table td[rowspan] {
    vertical-align: middle;
}

/* Responsive design for tablets */
@media screen and (max-width: 1023px) {
    .tabs_simple_blue .panes table {
        font-size: var(--fs-sm);
    }

    .tabs_simple_blue .panes table th,
    .tabs_simple_blue .panes table td {
        padding: 10px 14px;
    }

    .tabs_simple_blue .panes table td:first-child {
        min-width: 120px;
    }
}

/* Responsive design for mobile */
@media screen and (max-width: 767px) {
    .tabs_simple_blue .panes table {
        font-size: var(--fs-sm);
        margin-bottom: 20px;
    }

    .tabs_simple_blue .panes table th,
    .tabs_simple_blue .panes table td {
        padding: 8px 12px;
    }

    .tabs_simple_blue .panes table td:first-child {
        min-width: 100px;
        font-size: var(--fs-xs);
    }

    .tabs_simple_blue .panes table td:not(:first-child) {
        font-size: var(--fs-xs);
        line-height: 1.4;
    }
}

/*-------------------------------------------------
 Drawing Tab (pd_tab4)
--------------------------------------------------*/
.product-drawings h3 {
    font-size: var(--fs-lg);
    font-weight: var(--fw-bold);
    color: #333;
    margin: 0 0 20px 0;
    padding-bottom: 12px;
    border-bottom: 2px solid #e0e4e7;
}

.drawing-images {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.drawing-item {
    background: #fff;
    border: 1px solid #eef0f2;
    border-radius: 8px;
    overflow: hidden;
}

.drawing-item a {
    display: block;
    padding: 16px;
}

.drawing-item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

@media screen and (max-width: 767px) {
    .drawing-images {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .drawing-item a {
        padding: 12px;
    }
}

/*-------------------------------------------------
 Download Table SVG Icons Styling
--------------------------------------------------*/

/* Download and lock SVG icons styling */
.tabs_simple_blue .panes .pd_tab6 table td svg {
    width: 20px;
    height: 20px;
    stroke: #000;
    transition: stroke 0.2s ease;
}

/* Download icon hover effect */
.tabs_simple_blue .panes .pd_tab6 table td.dw_icon a:hover svg {
    stroke: var(--brand-green, #8fc31f);
}

/* Lock icon styling */
.tabs_simple_blue .panes .pd_tab6 table td.dw_icon_locked {
    cursor: pointer;
}

.tabs_simple_blue .panes .pd_tab6 table td.dw_icon_locked a {
    display: inline-flex;
    color: #999;
    text-decoration: none;
}

.tabs_simple_blue .panes .pd_tab6 table td.dw_icon_locked a:hover svg {
    stroke: var(--brand-green, #8fc31f);
}

.tabs_simple_blue .panes .pd_tab6 table td.dw_icon_locked svg {
    stroke: #999;
    opacity: 1;
    transition: stroke 0.2s ease;
}

/*-------------------------------------------------
 Horizontal Scroll for Tab Panes
--------------------------------------------------*/

/* Enable horizontal scrolling on all tab panes */
.tabs_simple_blue .panes > div {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Scrollbar styling for tab panes */
.tabs_simple_blue .panes > div::-webkit-scrollbar {
    height: 8px;
}
.tabs_simple_blue .panes > div::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}
.tabs_simple_blue .panes > div::-webkit-scrollbar-thumb {
    background: #c0c0c0;
    border-radius: 4px;
}
.tabs_simple_blue .panes > div::-webkit-scrollbar-thumb:hover {
    background: #999;
}

/* Horizontal scroll for datagrid spec table wrapper */
.tabs_simple_blue .panes .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/*-------------------------------------------------
 Tab2, Tab3, Tab5 Specifications Table Column Width Settings
--------------------------------------------------*/

/* Tab2, Tab3, Tab5 specifications table - flexible column layout */

/* Use auto layout so table expands with content and scrolls horizontally */
.tabs_simple_blue .panes .pd_tab2 table,
.tabs_simple_blue .panes .pd_tab3 table,
.tabs_simple_blue .panes .pd_tab5 table {
    table-layout: auto;
}

/* Unified table column width settings - use min-width to prevent compression */

/* First column: always wider for labels/names */
.tabs_simple_blue .panes .pd_tab2 table th:first-child,
.tabs_simple_blue .panes .pd_tab2 table td:first-child,
.tabs_simple_blue .panes .pd_tab3 table th:first-child,
.tabs_simple_blue .panes .pd_tab3 table td:first-child,
.tabs_simple_blue .panes .pd_tab5 table th:first-child,
.tabs_simple_blue .panes .pd_tab5 table td:first-child {
    min-width: 180px;
    white-space: nowrap;
}

/* Data columns: prevent compression with min-width */
.tabs_simple_blue .panes .pd_tab2 table th:not(:first-child),
.tabs_simple_blue .panes .pd_tab2 table td:not(:first-child),
.tabs_simple_blue .panes .pd_tab3 table th:not(:first-child),
.tabs_simple_blue .panes .pd_tab3 table td:not(:first-child),
.tabs_simple_blue .panes .pd_tab5 table th:not(:first-child),
.tabs_simple_blue .panes .pd_tab5 table td:not(:first-child) {
    min-width: 120px;
}

/*-------------------------------------------------
 Download Table Column Width Settings
--------------------------------------------------*/

/* Download table column widths - NAME gets most space, others evenly distributed */
.tabs_simple_blue .panes .pd_tab6 table th:nth-child(1),
.tabs_simple_blue .panes .pd_tab6 table td:nth-child(1) {
    width: 15%;
}

.tabs_simple_blue .panes .pd_tab6 table th:nth-child(2),
.tabs_simple_blue .panes .pd_tab6 table td:nth-child(2) {
    width: 40%;
}

.tabs_simple_blue .panes .pd_tab6 table th:nth-child(3),
.tabs_simple_blue .panes .pd_tab6 table td:nth-child(3) {
    width: 15%;
}

.tabs_simple_blue .panes .pd_tab6 table th:nth-child(4),
.tabs_simple_blue .panes .pd_tab6 table td:nth-child(4) {
    width: 15%;
}

.tabs_simple_blue .panes .pd_tab6 table th:nth-child(5),
.tabs_simple_blue .panes .pd_tab6 table td:nth-child(5) {
    width: 15%;
}

/* Download: collapse/expand toggle for same-name file versions */
.dw-toggle-row td {
    background: #f9f9f9;
    border-top: none !important;
}
.dw-toggle-btn {
    display: inline-flex;
    align-items: center;
    color: #666;
    font-size: 13px;
    text-decoration: none;
    cursor: pointer;
}
.dw-toggle-btn:hover {
    color: #333;
}
.dw-toggle-icon {
    transition: transform 0.2s ease;
}

/* Mobile: keep horizontal scroll for spec tables instead of card layout */
@media screen and (max-width: 480px) {
    .tabs_simple_blue .panes .pd_tab2 table,
    .tabs_simple_blue .panes .pd_tab3 table,
    .tabs_simple_blue .panes .pd_tab5 table {
        min-width: 600px;
    }
}
