.main{
    padding-bottom: 0;
}
.bg-zindex {
    position: relative;
    z-index: 1;
}
@media(max-width:767px){
	.bg-zindex {
	    margin-top:28px;
    }
}
.bg-zindex > div {
    position: sticky;
    top: 180px;
    padding-bottom: 50px;
    /* padding-right: 90px; */
}
@media(max-width:767px){
    .bg-zindex > div {
        padding-bottom: 20px;
        padding-right: 0;
    }
}
/*整頁上方的距離*/
#div_img_list{
    padding-top:3%;
}
.img-p-r {
	padding-left:8px!important;
    padding-right:48px!important;
}
@media(max-width:1199px){
	.img-p-r {
       padding-right:32px!important;
	}
}
@media(max-width:991px){
	.img-p-r {
       padding-right:24px!important;
	}
}
@media(max-width:767px){
	.img-p-r {
       padding-right:16px!important;
	}
}
.title--product{
	color:#212529;
	font-size:22px;
	line-height:26.4px;
	font-weight:700;
	letter-spacing: 1.1px;
}
@media(max-width:767px){
	.title--product{
		font-size:17px;
	}
}

.info-table-tab{
	position:relative;
	font-size:17px;
    justify-content: left;
    gap:24px;
    padding-left:8px;
    padding-right:8px;
}
.info-table-tab:before{
	    position:absolute;
	    content:"";
	    left: 8px;
        bottom: -1px;
        height: 1px;
	    height:1px;
	    background:var(--black_color);
	    width:97%;
	}
@media(max-width:767px){
	.info-table-tab{
	    gap:18px;
	    position:relative;
	}
	.info-table-tab:before{
	    position:absolute;
	    content:"";
	    left: -16px;
        bottom: -1px;
        height: 1px;
	    height:1px;
	    background:var(--black_color);
	    width:100%;
	}
	.info-table-tab:after{
	    position:absolute;
	    content:"";
	    right: -16px;
        bottom: -1px;
        height: 1px;
	    height:1px;
	    background:var(--black_color);
	    width:100%;
	}
}
.info-table-tab .nav-link{
	line-height:1;
    padding: 22px 0 21px;
    margin-bottom:-2px;
}
@media(max-width:767px){
	.info-table-tab .nav-link{
		line-height:1;
	    padding: 11px 0 10px;
	}
}

.info-table-tab .nav-link.active{
	color:var(--black_color);
	font-weight:700;
    border-bottom: 4px solid var(--black_color);
}
@media(max-width:767px){
	.info-table-tab .nav-link.active{
	    border-bottom: 3px solid var(--black_color);
	}
}

.tablist--style-black .nav-link::after{
    background: none;
}
.para__content{
    border: none;
}
#div_product_detail_spec ul,
.product_group_item_variation_spec_list ul{
    display: inline-flex;
    flex-wrap: wrap;
    gap:16px;
    padding:0;
    margin:0;
}
#div_product_detail_spec ul li,
.product_group_item_variation_spec_list ul li{
	font-family: "futura-pt";
    display: block;
    padding: 10px 20px;
    list-style: none;
    box-shadow: inset 0 0 0 1px var(--black_color);
    color: var(--black_color);
    background: #ffffff;
    font-size: 16px;
    line-height:16px;
    cursor: pointer;
}
@media(max-width:767px){
	#div_product_detail_spec ul,
	.product_group_item_variation_spec_list ul{
		gap:12px;
	}
	#div_product_detail_spec ul li,
	.product_group_item_variation_spec_list ul li{
	    font-size: 15px;
	    line-height:15px;
	    padding: 10px 12px;
	    display: flex;
        align-items: center;
	}
}
#div_product_detail_spec ul li.active,
#div_shipping_method_button ul li.active,
.product_group_item_variation_spec_list ul li.active{
    color: var(--black_color);
    background: #E0F0FF;
    font-weight:450;
    padding: 12px 16px;
    box-shadow: inset 0 0 0 2px var(--black_color);
}
#div_shipping_method_button ul li.active{
	font-weight:400;
}
#div_shipping_method_button .btn_shipping,
#div_shipping_method_edit_btn .btn_shipping_switch{
    cursor: pointer;
}
.span-selected-store{
	color:var(--gray_900, #212529);
}
#div_product_detail_spec ul li:hover,
#div_product_detail_spec ul li a:hover,
#div_shipping_method_button ul li:hover,
#div_shipping_method_button ul li a:hover,
.product_group_item_variation_spec_list ul li:hover
{
    border-color: var(--black_color);
    box-shadow: inset 0 0 0 2px var(--black_color);
    color: var(--black_color);
    background: #E0F0FF;
    font-weight:450;
}
#div_product_detail_spec ul li.disable,
#div_shipping_method_button ul li.disable,
.product_group_item_variation_spec_list ul li.disable{
    color:rgba(34, 34, 34, 0.2);
    background:rgba(255, 255, 255, 0.2);
    cursor: default;
    pointer-events: none;
    box-shadow: inset 0 0 0 1px var(--gray_300);
}
/*** 配送方式-button ***/
#div_shipping_method_button ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    padding:0;
    margin:0;
}
#div_shipping_method_button ul li{
    display: grid;
    grid-template-columns: 1fr auto;
    font-size: 14px;
    padding: 12px 16px;
    list-style: none;
    border: 1px solid var(--black_color);
    color: var(--black_color);
    background: #ffffff;
    font-size: 14px;
    cursor: pointer;
    gap: 3px;
}
#div_shipping_method_button ul li span{
    display: inline-flex;
    flex-direction: column;
    justify-content: center
}
#div_shipping_method_button ul li div{
    display: flex;
    align-items: center;
}
/*** 配送方式-drawer ***/
.shipping-method-drawer-open{
    overflow: hidden;
}
.shipping-method-drawer-mask{
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1050;
}
.shipping-method-drawer-mask.is-open{
    display: block;
}
.shipping-method-drawer{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: min(420px, 100vw);
    height: 100vh;
    background: #ffffff;
    box-shadow: -8px 0 24px rgba(0, 0, 0, 0.12);
    z-index: 1051;
    padding: 40px 32px;
    overflow-y: auto;
}
.shipping-method-drawer.is-open{
    display: block;
}
.shipping-method-drawer-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}
.shipping-method-drawer-title{
	font-family: "Noto Serif TC";
    font-size: 20px;
    font-weight: 700;
    line-height:24px;
    color: var(--black_color);
}
.shipping-method-drawer-close{
	padding:4px;
}
.shipping-method-drawer-close i{
	display:flex;
    border: 0;
    background: transparent;
    font-size: 32px;
    color: var(--black_color);
    padding: 0;
    cursor: pointer;
}
#shipping-method-drawer-sub-title{
	color:#6C757D;
	margin-bottom:16px;
}
.shipping-method-drawer-options{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.shipping-method-drawer-option{
    width: 100%;
    text-align: left;
    padding: 14px 16px;
    border-radius: 0;
    border: 1px solid #CED4DA;
    background: #FFFFFF;
    color: var(--black_color);
    font-size: 14px;
    cursor: pointer;
}
.shipping-method-drawer-option-title{
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color:var(--gray_900);
}
.shipping-method-drawer-option-subtitle{
    margin-top: 4px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color:var(--gray_900);
}
.shipping-method-drawer-option.is-active{
    border: 2px solid var(--black_color);
    background: #E0F0FF;
    display: flex;
    align-items: center;
}
.shipping-method-drawer-option.is-active i {
    margin-left: auto;
    font-size:20px;
}
.shipping-method-drawer-footer{
    position: sticky;
    bottom: 0;
    background: #ffffff;
    margin-top: 15px;
}
.shipping-method-drawer-confirm{
    width: 100%;
    height: 48px;
    border: 0;
    background: var(--btn_primary_bg, #000000);
    color: var(--btn_primary_text, #ffffff);
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}
.shipping-method-drawer-confirm:hover{
	background: var(--btn_primary_bg_hover, #0075E0);
    color: var(--btn_primary_text_hover, #ffffff);
}
.shipping-method-drawer-confirm:disabled{
    background: var(--color_disabled_bg, #E9ECEF);
    color: var(--color_disabled_text, #B2B5B7);
    cursor: not-allowed;
}
@media(max-width:767px){
    .shipping-method-drawer-mask.is-open{
        display: flex;
        align-items: stretch;
        justify-content: stretch;
    }
    .shipping-method-drawer{
        top: 0;
        right: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        padding: 40px 24px calc(24px + env(safe-area-inset-bottom, 0px));
        box-shadow: none;
    }
    .shipping-method-drawer.shipping-method-mobile-modal{
        position: fixed;
        inset: 0;
        width: 100vw;
        height: 100vh;
        max-width: none;
        margin: 0;
        z-index: 1051;
    }
}
.div-notice-info-content,
.div-return-info-content {
	color:var(--gray_900);
}
/*** 品名 ***/
.div-product-title{
    align-items: center;
}
.div-product-title h1{
    margin-bottom:8px;
}
#p_short_description{
	margin-bottom:12px;
}
#p_short_description img{
	max-width:100%;
	object-fit:contain;
}
/*** 金額 ***/
.modal__product-price{
	padding-left:0;
}
/*** 商品數量 ***/
.product-quantity-box{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap:15px;
}
.product-quantity-box .btns-block{
    align-items: flex-end;
}
.product-quantity-div{
    height: revert;
    align-items: center;
    gap: 12px;
    position: relative;
}
.product-quantity-div button.minus{
    position: absolute;
    top: 33px;
    left: 16px;
    z-index: 10;
    width: 32px;
    height: 32px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color:var(--black_color);
}
.product-quantity-div button.plus{
    position: absolute;
    top: 33px;
    right: 16px;
    z-index: 10;
    width: 32px;
    height: 32px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color:var(--black_color);
}
.product-quantity-div input {
    width: 100%;
    font-size:16px;
    height: 46px !important;
    border: 1px solid var(--black_color);
    background:var(--white_color);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight:600;
    font-family: futura-pt, sans-serif;
}
@media(max-width:767px){
	.product-quantity-div button.minus{
		top: 30px;
	    left: 8px;
}
	.product-quantity-div button.plus{
		top: 30px;
	    right: 8px;
	}
	.product-quantity-div input {
	    height: 39px !important;
	}
}
.quantity-item{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media(min-width:767px){
    .quantity-item{
        flex-direction: row;
    }
}
.div-shipping-area{
    border-bottom: 1px solid #CED4DA;
}
.product-var__item{
    margin-bottom: 10px;
}
/*** 商品評價 ***/
.product-detail-info-review{
	font-size:14px;
    color: #6C757D;
    margin-left: 5px;
    font-family: "futura-pt";
}
.review-avg{
    font-family: "futura-pt";
    font-weight: 500;
}
.product-review-total-info .review-avg{
	font-family: "futura-pt";
    font-weight: 600;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: 0.72px;
}
.review_start_area i{
    margin-right: 4px;
    font-size: 20px;
}
.review_table td{
    padding-left: 7px;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    padding-bottom: 24px;
}
.product-review-total-info__count{
    font-family: "Noto Sans TC";
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.48px;
    line-height:16px;
    padding-bottom: 24px;
    border-bottom: 1px solid #CED4DA;
}
#someProductReview{
	margin-top:34px;
}
.product-review-total-info__count-unit{
	font-size: 16px;
	font-weight: 500;
	line-height: 16px; 
	letter-spacing: 0.48px;
}
.product-review-total-info__count-number{
	font-family: "futura-pt";
}

/*** 相關分類 ***/
#div_category_area{
    gap: 12px;
}
/*** 相關品類 ***/
.index-categItem.slick-slide{
	padding:0;
}
.index-categItem:not(:last-child) {
    padding-right: 24px;
} 
@media(max-width:1199px) {
	.index-categItem:not(:last-child) {
		padding-right:16px;
		}
}

.top-img-box {
    position: relative;
    cursor: pointer;
}
.top-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.top-img-box .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0.4) 82%, rgba(0, 0, 0, 0.6) 100%);
}
.top-img-box .text{
    text-align: center;
    position: relative;
    z-index:1;
}
.top-img-box .text h3 {
    font-size: 20px;
    font-weight:500;
    color: #ffffff;
    text-align: center;
    letter-spacing: 1px;
    margin:0;
    padding: 20px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    z-index:1;
}
@media(max-width:767px){
    .top-img-box .text h3 {
        font-size:17px;
        padding:12px;
    }
}
/* 分類 */
.ds_pinfo_column2{
	display:grid;
	grid-template-columns:auto 1fr;
	gap:3px;
    margin-bottom:12px;
    line-height: 14px;
}
.ds_pinfo_column2 i{
	font-size:18px;
}
.container.border-top{
    border-top: 1px solid var(--black_color) !important;
}
.lnh_init {
    line-height: initial;
}
.lnh_init a {
    font-size: 14px;
    color: var(--header_main_f_color, var(--black_color));
    font-weight:500;
    border-bottom: 1px solid var(--header_main_f_color, #000000);
    line-height:14px;
}
#mobile_para_container{
    padding: 0;
}
.review_div.reviews_content{
    padding: 0;
}
.td_review{
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
}
@media(max-width:767px){
    .td_review{
        grid-template-columns: 1fr 1fr 1.5fr;
    }
}
.td_review .review_time_r{
    float: none;
}
/* 付款方式 */
#span_installment_btn a{
	-webkit-text-stroke: 0.3px currentColor;
}
#span_installment_btn a:hover{
	color:unset;
}

.gallery-zoom .slick-slide{
	margin-right: 0;
    margin-left: 0;
    padding-left:0;
    padding-right:20px;
}
.v15-product-gallery-main .hero-slider__arrow,
#swal2-html-container .hero-slider__arrow{
	background:rgba(255, 255, 255, 0.70)!important;
	border-radius:50%;
	height:46px!important;
	width:46px!important;
}
#swal2-html-container .hero-slider__arrow--left{
    left: -60px;
}
#swal2-html-container .hero-slider__arrow--right{
    right: -60px;
}
@media(max-width:767px){
	#div_mobile_product_detail_img .hero-slider__arrow,
    #swal2-html-container .hero-slider__arrow{
		background:rgba(255, 255, 255, 0.70)!important;
		border-radius:50%;
		height:32px!important;
		width:32px!important;
	}
	#div_mobile_product_detail_img .hero-slider__arrow i,
    #swal2-html-container .hero-slider__arrow i{
		font-size:24px;
	}
    #swal2-html-container .hero-slider__arrow--left{
        left: 1%;
    }
    #swal2-html-container .hero-slider__arrow--right{
        right: 1%;
    }
}
@media(min-width:768px){
    #div_product_detail_img .v15-product-gallery-layout{
        display: flex;
        align-items: flex-start;
        gap: 32px;
    }
    #div_product_detail_img .v15-product-gallery-main{
        flex: 1;
        min-width: 0;
        position: relative;
    }
    #div_product_detail_img .v15-product-gallery-main .product-image--large img{
        cursor: pointer;
        font-size: 20px;
        line-height: 1;
        font-weight: 500;
    }
    #div_product_detail_img .v15-product-gallery-layout #gallery-zoom{
        flex: 0 0 94px;
        width: 94px;
    }
    #div_product_detail_img .v15-product-gallery-layout #gallery-zoom .slick-list{
        margin: 0;
    }
    #div_product_detail_img .v15-product-gallery-layout #gallery-zoom .slick-slide{
        padding: 0;
    }
    #div_product_detail_img .v15-product-gallery-layout #gallery-zoom a,
    #div_product_detail_img .v15-product-gallery-layout #gallery-zoom img{
        display: block;
        width: 100%;
    }
    #div_product_detail_img .v15-product-gallery-layout #gallery-zoom img{
        aspect-ratio: 1 / 1;
        object-fit: contain;
        margin-right: 0;
    }
}
#div_product_detail_img .v15-product-gallery-counter,
.div_mobile_product_img_area .v15-product-gallery-counter,
#swal2-html-container .v15-product-gallery-counter{
    position: absolute;
    z-index: 2;
    min-width: 62px;
    padding: 6px 10px;
    background: rgba(0, 0, 0, 0.8);
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    text-align: center;
    pointer-events: none;
}
#div_mobile_product_detail_img{
    background: inherit;
}
#div_product_detail_img .v15-product-gallery-counter{
	font-size:14px;
    left: 15px;
    bottom: 35px;
    min-width: auto;
}
.div_mobile_product_img_area .v15-product-gallery-counter{
    left: 25px;
    bottom: 65px;
}
#swal2-html-container .v15-product-gallery-counter{
    left: 45%;
    bottom: -10vh;
}
#div_product_detail_img .v15-product-gallery-plus{
    position: absolute;
    right: 16px;
    bottom: 30px;
    z-index: 2;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    color: var(--black_color);
    cursor: pointer;
    border-radius: 50px;
}
.div_mobile_product_img_area{
    position: relative;
}
.div_mobile_product_img_area .v15-product-gallery-plus{
    display: none;
}
@media(max-width:767px){
    .div_mobile_product_img_area .v15-product-gallery-counter{
        bottom: 25px;
    }
}
#div_mobile_product_detail_thumb{
    margin-top: 8px;
}
.gallery-zoom-mobile{
    margin: 0 -2px;
}
.gallery-zoom-mobile .slick-slide{
    padding: 2px 4px;
}
@media(max-width:767px){
    .gallery-zoom-mobile .slick-slide{
        width: 80px !important;
    }
}
.gallery-zoom-mobile-item{
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    outline: 1px solid var(--gray_300);
    background: #FFFFFF;
}
.gallery-zoom-mobile-item img{
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.gallery-zoom-mobile-item .gallery-zoom-mobile-video-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 28px;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
/*品牌*/
#ul_product_detail_brand > a > h2 {
	font-size: 28px;
	font-weight: 600;
	font-family: "futura-pt", "Noto Sans TC", "Noto Serif TC";
    line-height: 33.6px;
    color:var(--header_main_f_color, #000000);
    margin:0px;
}
@media(max-width:767px){
	#ul_product_detail_brand > a > h2 {
    font-size: 20px;
    line-height:20.4px;
	}
}
/* 取貨方式 */
.grid-a1fr {
    display: grid;
    align-items: center;
    grid-template-columns: auto 1fr;
    text-align: left;
    position: relative;
}
label.grid-a1fr {
	grid-template-columns: 31px 1fr;
}
/* 分享愛心 */
.link--icon-left{
	justify-content:center;
}
.link--icon-left i{
	margin-right:0;
}
.btn--border-white01{
	width:32px;
	height:32px;
}
.btn--border-white01 i {
    padding-top: 0;
    font-size:18px!important;
    padding:4px;
    -webkit-text-stroke: 0.3px currentColor;
}
@media(max-width:767px){
	.btn--border-white01{
		width:24px;
		height:24px;
	}
	.btn--border-white01 i:hover {
	    font-size:18px!important;
	}
}
/* 數量 */
.quantity input{
	background:rgba(255,255,255,0.6);
	font-weight: bold;
    font-size: 16px;
}
.quantity-button {
	background:rgba(255,255,255,0.6);
}
/* 分享商品 */
.product-social {
    align-items: center;
}
/* 推薦商品 */
#div_product_detail_rmd .slick-track{
	display:flex;
}
@media(max-width:767px){
	#div_product_detail_rmd .product__box.p-5,
	.recmd_block .p-5.recmd_full_img .m-10{
		margin-top:0!important;
		margin-bottom:0!important;
	}
	.section-content{
		margin-bottom:24px!important;
	}
}
/* 相關商品 */
#div_product_detail_relate_append .slick-track{
	display:flex;
}
/* 贈獎活動 */
#AwardModal .modal-header {
    background: #FFFFFF !important;
    border-bottom: 0;
    z-index:9;
}
.section-content__title, .section-content__title h3{
	margin-top:56px;
	margin-bottom:24px;
}
.section-block.black_bg{
	padding-bottom:72px;
}
.section-block.black_bg .section-content__title{
	margin-top:0;
}
.section-block.black_bg .section-content__title h3{
	margin-top:36px;
}
.section-content .section-content__title{
	border-top:1px solid var(--header_main_f_color, #000000);
}
@media(max-width:767px){
	.section-block.black_bg{
		padding-bottom:32px;
	}
	.section-block.black_bg .section-content__title h3{
		margin-top:4px;
	}
	.section-content__title, .section-content__title h3{
		font-size:20px;
		margin-top:22px;
	}
}
#AwardModal .award_rule {
    background-color: #eeeeee;
    padding: 12px;
    margin-top: 5px;
}
#AwardModal .event_img {
    display: block;
}
#AwardModal .event_img_mobile {
    display: none;
}
@media(max-width:767px){
    #AwardModal .event_img {
        display: none;
    }
    #AwardModal .event_img_mobile {
        display: block;
    }
}
/* 團購門檻樣式 */
.breadcrumbs-two {
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.breadcrumbs-two li,
.breadcrumbs-two li a {
	padding-right:5px;

}
.breadcrumbs-two li a {
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px;
    align-items: center;
    padding-left:10px;
}
.breadcrumbs-two a {
    text-transform: uppercase;
    float: left;
    text-decoration: none;
    color: #fff;
    position: relative;
    text-align: center;
    width: 100%;
    height: 80px;
    line-height: 1.3;
    font-size: 15px;
}
.breadcrumbs-two a::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -40px;
    border-width: 40px 0 40px 30px;
    border-style: solid;
    border-color: #ddd #ddd #ddd transparent;
    left: -30px;
}
.breadcrumbs-two a::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -40px;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 30px solid #ddd;
    right: -30px;
}
.bread1 a {
    background-color: #b4c5fd;
}
.bread1 a::before {
    border-color: #b4c5fd #b4c5fd #b4c5fd transparent;
}
.bread1 a::after {
    border-color: transparent #b4c5fd transparent #b4c5fd;
}
.bread2 a {
    background-color: #dca5f1;
}
.bread2 a::before {
    border-color: #dca5f1 #dca5f1 #dca5f1 transparent;
}
.bread2 a::after {
    border-color: transparent #dca5f1 transparent #dca5f1;
}
.bread3 a {
    background-color: #ffa6b1;
}
.bread3 a::before {
    border-color: #ffa6b1 #ffa6b1 #ffa6b1 transparent;
}
.bread3 a::after {
    border-color: transparent #ffa6b1 transparent #ffa6b1;
}
.bread4 a {
    background-color: #e08682;
}
.bread4 a::before {
    border-color: #e08682 #e08682 #e08682 transparent;
}
.bread4 a::after {
    border-color: transparent #e08682 transparent #e08682;
}
.bread5 a {
    background-color: #c3444a;
}
.bread5 a::before {
    border-color: #c3444a #c3444a #c3444a transparent;
}
.bread5 a::after {
    border-color: transparent #c3444a transparent #c3444a;
}
.step-number {
    font-size: 18px;
}
.step-price {
    font-size: 30px;
}
.step-unit {
    font-size: 12px;
    margin-right: 10px;
}
.step-dollar {
    font-size: 12px;
    padding-left: 2px;
}
.step-bar{
	width:73%;
	padding-right:0;
}
@media(max-width:1199px){
	.step-bar{
		width:83%;
	}
	.step-number {
	    font-size: 15px;
	}
}
@media(max-width:1024px){
	.step-bar{
		width:70%;
	}
	.step-number {
	    font-size: 18px;
	}
	.breadcrumbs-two li,
	.breadcrumbs-two li a {
		width:95%;
	}
}

.btdt1{
	border-top:2px dotted #ccc;
}
.ds_flex{
	display: flex;
    align-items: anchor-center;
}

/* 加價購專區 */
.pdp_add2cart_area{
    margin-top:80px;
}
@media(max-width:767px){
	.pdp_add2cart_area{
	    margin-top:56px;
	}
}
/* 按鈕樣式 */
#span_product_detail_inquiry .btn{
	font-size:16px;
	line-height:14px;
	padding: 15px 20px;
	font-weight:500;
	background-color:var(--btn_accent_bg, #0075E0);
	color:var(--btn_accent_text, #ffffff);
}
#span_product_detail_inquiry .btn:hover{
	background-color:var(--btn_accent_bg_hover, #0068C7);
	color:var(--btn_accent_text_hover, #ffffff);
}
@media(max-width:767px){
	#span_product_detail_inquiry .btn{
		font-size:15px;
		padding: 12px 20px;
	}
}
.div-brand-area{
    display: flex;
    align-items:center;
    justify-content: space-between;
    margin-bottom:16px;
    min-height:35px;
}
@media(max-width:767px){
	.div-brand-area{
	    margin-bottom:8px;
	    min-height:auto;
	}
}
/** 注意事項、退換貨事項 **/
.div-notice-title, .div-return-title{
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}
.div-notice-title i,
.div-return-title i{
    padding-right: 5px;
    display: flex;
    align-items: center;
}
.div-notice-info .title,
.div-return-info .title{
    font-size: 16px;
    font-weight: 600;
}
.div-notice-info ul,
.div-return-info ul{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.div-notice-info ul li,
.div-return-info ul li{
    list-style:disc;
    list-style-position: inside;
}
.tag_area_r.tag_full,
.tag_area_r.tag_full img{
    position: absolute;
    z-index: 1;
}
.tag_area_r.tag_full img{
    margin-top:-8%;
}
.p_relative:has(.tag_area_r.tag_full) {
    overflow: hidden;
}
.div-btn-area{
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
    margin-bottom:56px;
}
@media(max-width:767px){
    .div-btn-area{
        margin-bottom: 0;
        position: sticky;
        bottom: 0;
        padding: 16px 8px;
        background-color: #fff;
        box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.25);
        z-index: 9;
    }
}
#span_product_detail_add_cart .btn{
    width: 100%;
}
.shipping-method-6-info{
    align-items: center;
    gap: 5px;
    background-color: #E0F0FF;
    padding: 10px;
}
.shipping-method-6-info i{
    padding: 5px;
    color: #0075E0;
}
.d-tag-area{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap:8px;
}
.d-tag-area .tag {
    font-family: "Noto Sans TC";
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 2%;
    gap: 10px;
    padding: 4px 5px;
    border-radius: 6px;
    border: 1px solid #CED4DA

}
.d-tag-area .tag.black-bg {
    background-color: black;
    color: white;
    border: 1px solid white;
}
.product_group_item_variation_img{
    width:72px;
    height:72px;
    line-height:72px;
    overflow:hidden;
}
.success_active{
    border: none;
    background: inherit;
}
.success_des{
    font-family: "futura-pt", "Noto Sans TC", "Noto Serif TC";
    width: 100%;
    margin: 8px 0;
    padding:7px 10px 4px;
    color: var(--header_main_f_color, #000000);
    background-color: #1AA1791A;
    font-size: 14px!important;
    font-weight: 400;
}
.success_des a .small {
    font-size: 14px!important;
    margin-left:4px;
}


.success_des .div-info{
    display:inline-flex!important;
    align-items:baseline;
    color: #1AA179;
    font-weight: 600;
    white-space:nowrap;
}
.success_des a{
    background-color: transparent;
    padding-left: 10px;
}
.success_des i{
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.success_des a:hover{
    color: var(--black_color);
}
#pdp_coupon_discount, #product_detail_award{
    margin-top: -3px;
}
#div_img_list{
	padding-top:0!important;
}
.product__price.ns1{
	margin-bottom:30px;
}
.product__price.ns1 .modal__product-price{
	line-height:22px;
}
.title--product{
	flex:1;
    padding-right:0 !important;
}
#div_product_detail_crumb .color-gray{
    color: #666666;
}
.total{
	font-family: "futura-pt";
	font-weight:400!important;
}
.evaluate-name{
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
}
.evaluate-des{
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 0.45px;
}
.td_review .spec{
	font-family: "Futura PT";
	font-size: 15px;
	font-weight: 450;
	line-height: 18px;
	letter-spacing: 0.45px;
	margin-top:10px;
	margin-bottom:16px;
}
.product__price-del{
	color:#495057;
	font-size:20px;
	letter-spacing: 0.4px;
}
.product__price__block .product__price .product__price-del{
	font-size:16px;
	letter-spacing: 0.32px;
}
.product__price .product__price-del .color-gray{
	font-size:20px;
	color:#495057;
	letter-spacing: 0.4px;
}
@media(max-width:767px){
    .product__price .product__price-del .color-gray{
        font-size:17px;
    }
}
.recmd_block.recmd_title_nextline{
	padding-top:0;
}
#insert_here_bottom .section-content__title h3,
#insert_here_bottom .section-content__title{
	margin-top:0;
}
.block_p_tb {
    padding: 0;
}
.product-links:hover i{
	font-size:16px;
}
.product-links a:hover i{
	font-size:16px;
}

/* 
	::::::::::::::::::::::::::::::::::::::::::::::::::::::
	====================== 商品預覽 =======================
	::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
.info_area {
	font-size:14px!important;
    clear: both;
}
.info_area #div_product_method_area{
	display:inline-flex;
	font-size:14px!important;
	margin-bottom:10px;
}
.info_area ul li{
	display:flex;
	align-items:center;
	font-size:14px!important;
	margin-bottom:10px;
}
@media(max-width:575px){
.info_area ul li{
	display:inline-flex;
}
}
.info_area.border {
    background: transparent;
    border: 1px solid #eeeeee !important;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 24px;
}
.info_area li h2 {
    font-size: 14px;
    margin: 4px 0;
}
.info_area ul{
	padding-top:16px;
	margin-top:16px;
	border-top:1px solid var(--gray_400);
}
#div_product_ad{
	margin-top:40px!important;
}

/* ===== 所有媒體防爆 =============================================================================================== */
div[id^="div_outer_text_"] img,
div[id^="div_outer_text_"] iframe,
div[id^="div_outer_text_"] video,
div[id^="div_outer_text_"] instagram-media {
  max-width: 100% !important;
}
/* ===== 各種防爆 ===== */
table,
p{
	max-width:100%;
}
/* 防止客戶寫死尺寸 */
div[id^="div_outer_text_"] img[width],
div[id^="div_outer_text_"] img[height],
div[id^="div_outer_text_"] img[style] {
  width:fit-content !important;
  height: auto !important;
  max-width: 100%;
}
/* ===== IG embed 特別處理 ===== */
div[id^="div_outer_text_"] blockquote.instagram-media,
.instagram-media {
  width: fit-content !important;
  min-width: 0 !important;
  max-width:100%!important;
  border: 0 !important;
}


.tab-content div{
	max-width:100%;
}
.tab-content h1, h2, h3, h4, h5, h6 {
	max-width:100%;
}
.tab-content p {
	max-width:100%;
}
.color_circle{
    margin-top: 10px;
}
.v15-lightbox-swal{
    padding: 0 !important;
    position: relative !important;
    width: 50vw !important;
    max-width: 732px !important;
}
@media (max-width: 767px){
    .swal2-container{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .v15-lightbox-swal{
        width: 100% !important;
        max-width: 732px !important;
    }
}
.v15-lightbox-swal-close{
    background-color: rgba(0,0,0,0.2) !important;
    border-radius: 50px !important;
    position: absolute;
    top: -50px;
    right: 5px;
    width: 40px !important;
    height: 41px !important;
}
.v15-lightbox-swal-close .icon-close{
    color: #fff;
    font-size: 25px;
}
.swal2-html-container{
    margin: 0 !important;
}
#div_product_detail_crumb {
    color: #CED4DA;
    gap: 8px;
    display: flex;
}
.btn--border-white01:hover{
    color: var(--header_main_f_color, #000000);
}
.btn--border-white01:hover i{
    font-size:50px;
}
#area_display_installment_info{
    border: 1px solid #000;
    padding: 10px;
}
#gallery-zoom-mobile .is-active img{
    outline: 2px solid var(--black_color) !important;
    border-color: var(--black_color);
}
#div_mobile_product_detail_img .slick-slide{
    padding: 0;
}
#gallery-zoom .hero-slider__arrow{
    width: 100%;
}
#gallery-zoom .hero-slider__arrow.hero-slider__arrow--up{
    top: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
}
#gallery-zoom .hero-slider__arrow.hero-slider__arrow--down{
    top: 100%;
    bottom: 0;
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
}
.gallery-zoom-mobile .slick-track{
    margin-left: 8px;
}