@charset "utf-8";
/***************************************
    copyright by MakeWeb.com.tw 
***************************************/
#content2 {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 50px 40px;
}
#side1 {
    display: none;
}
.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;
}
.imagelabellist_product_filterable #mfe_wrap {
    flex: 1;
    min-width: 0;
}
.imagelabellist_product_filterable .list_text {
    width: 600px;
    min-width: 600px;
    flex-shrink: 0;
}

.other_info {
    width: 100%;
    line-height: 2;
    z-index: 10;
}

.other_info .title h1 {
    font-size: 2.4rem;
    font-weight: normal;
    color: #666;
    margin-bottom: 10px;
}

.pd_sn_info {
    font-size: 1.4rem;
    color: #666;
    margin-bottom: 20px;
}

.pd_sn_divider {
    margin: 0 5px;
    color: #ccc;
}

.other_info .pd_description {
    color: #333;
    font-weight: normal;
    margin-bottom: 30px;
    line-height: 1.6;
}

/* Product Detail Sections */
.pd_color_section, .pd_size_section, .pd_related_section, .pd_recommend_section {
    display: flex;
    align-items: center;
    margin-bottom: 10px; /* 從 15px 縮減至 10px */
    font-size: 1.5rem;
}

.section_label {
    width: 80px;
    flex-shrink: 0;
    color: #333;
    letter-spacing: 2px;
}

.section_content {
    display: flex;
    flex-wrap: wrap;
    gap: 12px; /* 稍微縮小內容間距 */
    align-items: center;
}

/* Color Circles */
.color_item {
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #ddd;
    padding: 2px;
    transition: all 0.3s;
}

.color_item.active {
    border-color: #333;
}

.color_circle {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #ccc;
}

/* 顏色對照表 */
.color_circle[data-color="白"] { background: #fff; }
.color_circle[data-color="白色"] { background: #fff; }
.color_circle[data-color="黑"] { background: #333; }
.color_circle[data-color="黑色"] { background: #333; }
.color_circle[data-color="灰黑"] { background: #444; }
.color_circle[data-color="淺灰"] { background: #bbb; }
.color_circle[data-color="灰"] { background: #999; }
.color_circle[data-color="灰色"] { background: #999; }
.color_circle[data-color="奶杏"] { background: #f5e6d3; }
.color_circle[data-color="紅"] { background: #cc0000; }
.color_circle[data-color="紅色"] { background: #cc0000; }
.color_circle[data-color="藍"] { background: #336699; }
.color_circle[data-color="藍色"] { background: #336699; }
.color_circle[data-color="綠"] { background: #339966; }
.color_circle[data-color="綠色"] { background: #339966; }
.color_circle[data-color="粉"] { background: #ffb6c1; }
.color_circle[data-color="粉色"] { background: #ffb6c1; }
.color_circle[data-color="金"] { background: #d4af37; }
.color_circle[data-color="金色"] { background: #d4af37; }
.color_circle[data-color="銀"] { background: #c0c0c0; }
.color_circle[data-color="銀色"] { background: #c0c0c0; }

/* Size and Related Items (Pill shape) */
.size_item, .related_item {
    display: inline-block;
    padding: 3px 20px; /* 稍微縮小內距 */
    border-radius: 20px;
    border: 1px solid #ddd;
    color: #999;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 1.4rem;
}

.size_item.active {
    border-color: #333;
    color: #333;
}

.related_item {
    color: #666;
}

.related_item:hover {
    border-color: #999;
}

/* Recommend Tags */
.pd_recommend_section .section_label {
    color: #333;
}

.recommend_tag {
    color: #00aec7;
    margin-right: 10px; /* 標籤間距 */
    text-decoration: none;
    border-bottom: 2px solid #00aec7;
    font-weight: bold;
    font-size: 1.5rem;
}

.recommend_tag:hover {
    opacity: 0.8;
}

/* Buy Now Button */
.buy_now_section {
    margin: 25px 0 25px 0;
}

.buy_now_decor {
    display: block;
    width: 100%;
    background: #333;
    color: #fff;
    text-align: center;
    padding: 14px;
    border-radius: 30px;
    font-size: 1.8rem;
    letter-spacing: 5px;
    transition: background 0.3s;
    cursor: default;
}

/* Shopping Links Circles */
.shopping_links {
    display: flex;
    gap: 12px;
    margin-top: 30px;
}

.shopping_link_item {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 1px solid #333;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.3;
    transition: all 0.3s;
}

.shopping_link_item span {
    display: block;
}

.shopping_link_item:last-child {
    background: #333;
    color: #fff;
}

.shopping_link_item:hover {
    background: #f9f9f9;
}

.shopping_link_item:last-child:hover {
    background: #444;
}

.other_info .tag {
    display: flex;
    font-size: 1.6rem;
    margin-top: 20px;
}
.other_info .tag_title {
    flex-shrink: 0;
}
.other_info .tag_box {
    display: flex;
    column-gap: 6px;
    flex-wrap: wrap;
}
.other_info .tag_box a {
    color: #999;
}
.other_info .tag_box a:hover {
    color: #444;
}
.other_info .price h4 {
    font-size: 1.8rem;
    display: flex;
    padding: 0;
    flex-direction: column;
    font-weight: normal;
}
.other_info .price del {
    text-decoration: unset;
    color: #c4c4c4;
    font-size: 1.6rem;
}
.other_info .price ins {
    text-decoration: unset;
    color: #e3132a;
    font-size: 2.2rem;
}
.other_info .price del .original-price {
    text-decoration: line-through;
}
.tag_box 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}*/

.tabs_simple_blue .panes .pd_tab2 table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0px solid #e5e5e5;
}
.tabs_simple_blue .panes .pd_tab2 table th {
    background-color: #ddd;
    color: #000;
    font-weight: bold;
    padding: 5px 10px;
}
.tabs_simple_blue .panes .pd_tab2 table tr {
    display: table-row;
}
.tabs_simple_blue .panes .pd_tab2 table td:first-child {
    /*width: 40%;*/
}
.tabs_simple_blue .panes .pd_tab2 table td {
    vertical-align: top;
    min-width: 60px;
    padding: 5px 20px;
    /*border: 1px solid #DDD;*/
    border-bottom: 1px solid #ddd;
}

.spec_box {
    padding: 0px 0;
}
.spec_box .feature_title {
    padding: 8px;
    color: #fff;
    font-weight: 400;
    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: 250px;
    height: 100%;
    margin: 0 20px 0 0;
    padding: 0px 20px;
    font-weight: 400;
    text-align: right;
    background: #f1f1f1;
    border-bottom: 1px solid #fff;
    flex: 1;
}
.spec_box dd {
    width: 100%;
    height: 100%;
    margin: 0px 0;
    padding: 0px 0 0px 20px;
    border-bottom: 1px solid #ddd;
    flex: 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: 1.4rem;
    /*color: #F1C232;*/
    /*color: #E06666;*/
    color: #f00;
}
.spec_box .dw_size {
    float: left;
    width: 20%;
    font-size: 1.4rem;
    color: #999;
}
.spec_box .dw_icon {
    float: left;
    width: 6%;
    margin: 12px 0 0 0;
}

.pd_tab3 table {
    width: 100%;
    border-top: 2px solid #666;
    border-bottom: 2px solid #666;
}
.pd_tab3 td {
    padding: 0 20px;
    border-bottom: 1px solid #ddd;
}
.pd_tab3 td:first-child {
    margin: 0 0px 0 0;
    font-weight: 400;
    text-align: right;
    line-height: 40px;
    min-height: 40px;
    background: #f1f1f1;
    border-bottom: 1px solid #fff;
}
.pd_tab3 td[colspan='2'] {
    padding: 8px;
    color: #fff;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    /* background: #02759F; */
    background: #999;
    text-shadow: 0 1px 0 #000;
}

/*.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: 400;
}
.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: 2.6rem;
    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;
}

.pd_tab1 img {
    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_merchandise_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: baseline;
    gap: 50px;
    width: 100%;
    margin-top: 20px;
}
.recommend_merchandise_list .merchandise_item {
    flex: 1;
}
.recommend_merchandise_list img {
    width: 100%;
    max-height: 300px;
    object-fit: contain;
}
.recommend_merchandise_list h4 {
    text-align: center;
}
.recommend_merchandise_list .price {
    font-size: 1.4rem;
    display: flex;
    gap: 10px;
    justify-content: center;
}
.recommend_merchandise_list .price del {
    text-decoration: unset;
    color: #c4c4c4;
}
.recommend_merchandise_list .price ins {
    text-decoration: unset;
    color: #959494;
}
.recommend_merchandise_list .price del .original-price {
    text-decoration: line-through;
}
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

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

.mySwiper2 {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1; /* 預留圖片空間，避免載入時畫面晃動 */
}
.mySwiper2 .swiper-slide {
    aspect-ratio: 1 / 1;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 2px; /* 增加左右 2px padding 避免邊框被裁剪 */
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
    transition: opacity 0.3s;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}
.mySwiper .swiper-slide-thumb-active img {
    opacity: 1;
    /* 使用 box-shadow 代替 border 可以避免圖片尺寸變化導致的微小位移，且不會被裁切 */
    box-shadow: 0 0 0 1px #000;
}

.swiper-slide img {
    display: block;
    width: 100%;
    max-height: 600px;
    object-fit: contain;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.mySwiper .swiper-slide img {
    display: block;
    width: 90px;
    height: 90px;
    max-width: 100%; /* 確保在小螢幕不會超出容器 */
    object-fit: cover;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: none;
}
.swiper-button-next,
.swiper-button-prev {
    color: #42210b;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
/*--------------------------------------------
	Media Queries
---------------------------------------------*/

/*iPad Pro*/
@media screen and (max-width: 1279px) {
    .imagelabellist_product_filterable .list_text {
        width: 400px;
        min-width: 400px;
    }
    .imagelabellist_product_filterable {
        gap: 40px;
    }
    .other_info .title h1 {
        font-size: 2.2rem;
    }
    .recommend_merchandise_list {
        gap: 35px;
    }
}

/*iPad*/
@media screen and (max-width: 1023px) {
    #content2 {
        padding: 50px 25px;
    }
    .imagelabellist_product_filterable .list_text {
        width: 370px;
        min-width: 370px;
    }
    .imagelabellist_product_filterable {
        gap: 25px;
    }
    .mySwiper .swiper-slide img {
        width: 80px;
        height: 80px;
    }
    .other_info .title h1 {
        font-size: 2rem;
    }
    .other_info .pd_description {
        margin-bottom: 20px;
    }
    .buy_now_decor {
        padding: 12px;
        font-size: 1.6rem;
    }
    .shopping_link_item {
        width: 65px;
        height: 65px;
        font-size: 1rem;
    }
    .tabs_simple_blue {
        margin-top: 35px;
    }
    .recommend_merchandise_list {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 25px;
    }
}

/*iPhone*/
@media screen and (max-width: 767px) {
    #content2 {
        padding: 0px 10px;
    }
    .imagelabellist_product_filterable .list_text {
        width: 100%;
        flex: 0 0 100%;
        padding: 0px;
    }
    .imagelabellist_product_filterable {
        flex-direction: column;
        gap: 20px;
    }

    .other_info {
        padding: 0px;
    }

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

    .buy_now_decor {
        font-size: 1.6rem;
        padding: 14px;
        letter-spacing: 2px;
    }

    .spec_box .flex_box {
        flex-direction: column;
    }
    .spec_box dt {
        flex: 0 0 auto;
        width: 100%;
        text-align: left;
        padding: 10px 15px;
    }
    .spec_box dd {
        padding: 10px 15px;
    }

    .recommend_merchandise_list {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
}

/*Small phone*/
@media screen and (max-width: 480px) {
    .recommend_merchandise_list {
        grid-template-columns: 1fr;
    }
}
