/* 单品 */
	.new-prod-layout .prod-badges {
		display: flex;
		align-items: center;
		gap: 10px;
		margin-bottom: 10px;
	}

	.new-prod-layout .badge-discount {
		background: #EA3E3E;
		color: #FFFFFF;
		font-weight: 700;
		border-radius: 4px;
		font-size: 14px;
		padding: 2px 8px;
	}

	.new-prod-layout .badge-text {
		color: #666666;
		font-size: 14px;
		font-weight: 700;
	}

	.new-prod-layout .new-title {
		font-size: 24px;
		font-weight: 700;
		margin: 10px 0;
		color: #1E1E1E;
		line-height: 1.4;
	}

	.new-prod-layout .price-row {
		display: flex;
		align-items: baseline;
		gap: 10px;
		margin-bottom: 15px;
		flex-wrap: wrap;
	}

	.new-prod-layout .current-price {
		color: #FF6A00;
		font-size: 24px;
		font-weight: 700;
	}

	.new-prod-layout .original-price {
		color: #999999;
		text-decoration: line-through;
		font-size: 16px;
	}

	.new-prod-layout .savings-badge {
		background: #F0F0F0;
		color: #666666;
		padding: 2px 8px;
		border-radius: 4px;
		font-size: 12px;
	}

	.new-prod-layout .contact-text {
		color: #666666;
		margin-bottom: 15px;
		font-size: 14px;
		text-align: left;
	}

	.new-prod-layout .btn-whatsapp {
        width: 50%;
		background: #25D366;
		color: #FFFFFF;
		display: block;
		text-align: center;
		padding: 12px;
		font-weight: 700;
		border-radius: 4px;
		margin-bottom: 15px;
		text-decoration: none;
		font-size: 16px;
		box-sizing: border-box;
	}

	.new-prod-layout .qty-section {
		margin-bottom: 15px;
		display: flex;
		align-items: center;
		gap: 10px;
		flex-wrap: wrap;
	}

	.new-prod-layout .qty-control {
		width: 120px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		border: 1px solid #E0E0E0;
		border-radius: 8px;
		overflow: hidden;
		background: #FFFFFF;
        box-sizing: border-box;
	}

	.new-prod-layout .qty-control button {
		width: 40px;
		height: 100%;
		border: none;
		font-size: 18px;
		cursor: pointer;
		padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #1E1E1E;
        transition: background 0.2s;
	}

    .new-prod-layout .qty-control button:hover {
        background: #E0E0E0;
    }

	.new-prod-layout .qty-control input {
		width: 40px;
        height: 100%;
		border: none;
		text-align: center;
		font-size: 16px;
		outline: none;
		background: #FFFFFF;
        padding: 0;
        margin: 0;
        color: #1E1E1E;
        font-weight: 600;
	}

    @media screen and (max-width: 768px) {
        .new-prod-layout .qty-control.mb-qty-style {
            width: 140px;
            height: 44px;
        }
        .new-prod-layout .qty-control.mb-qty-style button {
            width: 44px;
            font-size: 20px;
        }
        .new-prod-layout .qty-control.mb-qty-style input {
            width: calc(100% - 88px);
            font-size: 18px;
        }
    }

	.new-prod-layout .action-buttons {
		display: flex;
		flex-direction: column;
		gap: 10px;
		margin-bottom: 20px;
	}

	.new-prod-layout .btn-add-cart,
	.new-prod-layout .btn-checkout {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		height: 48px;
		padding: 0 12px;
		border: none;
		font-weight: 700;
		border-radius: 8px;
		font-size: 16px;
		cursor: pointer;
		width: 100%;
	}

	.new-prod-layout .btn-add-cart {
		background: #FF6A00;
		color: #FFFFFF;
	}

	.new-prod-layout .btn-checkout {
		background: #333333;
		color: #FFFFFF;
	}

	.payment-icons h3 {
		font-size: 15px;
		font-weight: 700;
		margin: 0 0 8px 0;
		color: #1E1E1E;
        text-align: left;
	}

	.icons-row {
		display: flex;
		gap: 8px;
		flex-wrap: wrap;
		align-items: center;
	}

	/* Unified Card Style for All Payment Icons */
	.pay-icon {
		box-sizing: border-box !important;
		height: 32px !important;
		border: 1px solid #E0E0E0 !important;
		border-radius: 4px !important;
		background: #FFFFFF !important;
		vertical-align: middle !important;
		transition: all 0.2s;
	}

	.pay-icon:hover {
		border-color: #B0B0B0;
	}

	img.pay-icon {
		display: block !important;
		width: auto !important;
		max-width: unset !important; /* Allow SVG to determine width based on height */
		object-fit: contain !important;
		padding: 4px 6px !important;
        height: 32px !important; /* Force height explicitly on img tag */
	}

	span.pay-icon {
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		padding: 0 10px !important;
		font-size: 11px !important;
		font-weight: 600;
		color: #444444 !important;
		white-space: nowrap;
	}

	@media screen and (max-width: 768px) {
		.pay-icon, img.pay-icon, span.pay-icon {
			height: 28px !important;
		}
	}

	.security-text {
		margin: 10px 0 0 0;
		font-size: 12px;
		color: #666666;
		line-height: 1.4;
		text-align: left;
	}

	.mobile-whatsapp-btn-container .btn-whatsapp {
		width: 100%;
		margin-bottom: 10px;
	}

	#shadowbox .mywhatsappfa .tagbox.discount {
		flex: 1;
	}

	#shadowbox .mywhatsappfa .tagbox.mywhatsapp {
		flex: 2;
		padding: 17px;
	}

	#shadowbox .mywhatsappfa .tagbox.mywhatsapp .tagbox2 .tag1 {
		border-radius: 10px;
		color: #fff;
		background: #06A78C;
		display: flex;
		height: 40px;
		padding: 10px;
		justify-content: center;
		align-items: center;
		gap: 12px;
	}

	#shadowbox .mywhatsappfa .tagbox.mywhatsapp .tagbox2 .tag1 a {
		color: #fff;
	}

	.imgmodel .modal-content img {
		width: 100%;
	}

	@media screen and (max-width: 768px) {
		#shadowbox .shadowboxson .thirdfa .third .haspadding.stickytitle .qty-section {
			display: flex !important;
		}
		#shadowbox .shadowboxson .thirdfa .third .haspadding.stickytitle .action-buttons {
			display: flex !important;
		}
		#shadowbox .shadowboxson .thirdfa .third .haspadding.stickytitle .payment-icons {
			display: block !important;
		}
	}

	.servicecontent strong {
		padding: 10px;
	}

	#shadowbox .shadowboxson .description .gradient-overlay {
		display: none;
	}

	#shadowbox .shadowboxson .description .expandmy {
		display: none;
	}
    #shadowbox img {
        height: auto;
    }
	@media screen and (max-width: 768px) {
		#shadowbox .btn-whatsapp {
			width: 50% !important;
		}

		body #shadowbox .shadowboxson .description .content_desc {
			height: 40px;
			overflow: hidden;
		}

		#shadowbox .shadowboxson .description .gradient-overlay {
			bottom: 35px;
			display: block;
		}

		#shadowbox .shadowboxson .description .expandmy {
			bottom: 8px;
			text-align: right;
			display: block;
		}

		#shadowbox .shadowboxson .description {
			margin-top: -10px;
		}

		#shadowbox .shadowboxson .haspadding .titleright {
			display: none;
		}

		body #app .mywhatsappfa {
			display: flex;
			flex-direction: column;
			gap: 20px;
		}
	}

/* Two-column layout for Product Description and Recommended Products */
.prod-layout-columns {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
}

.left-column-desc {
    flex: 1;
    width: 50%;
    /* Ensure content doesn't overflow */
    min-width: 0; 
}

.right-column-recomm {
    flex: 1;
    width: 50%;
    /* Essential for Swiper to calculate width correctly inside Flexbox */
    min-width: 0; 
}

/* Mobile Layout: Stack them */
@media screen and (max-width: 768px) {
    .prod-layout-columns {
        flex-direction: column;
        gap: 30px;
    }

    .left-column-desc,
    .right-column-recomm {
        width: 100%;
        flex: none;
    }
    .mypc2{
    display: none;
}
	.MB-prod_detail{
		display:block;
	}
}

/* Ensure MB-product is visible and styled correctly */
.MB-product {
    width: 100%;
}

.MB-product-desc-content {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 20px;
}
.prod_contact{
    display: none;
}

.breadcrumbs {
  padding-bottom: 25px;
}   
.MB-product{
	display:none;
}
	/* .new-prod-layout{
		display:none;
	} */
	/* .prod_detail{
		display:none;
	} */
	.MB-prod_detail{
		display:none;
	}

	.prod_detail {
    padding-top: 75px;
}
.prod_detail h4 {
   color: #212121;
    text-align: center;
    font-family: "Noto Sans HK";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

}
.prod_detail h5{
    text-align: center;
    margin: 0 auto;
    margin-top: -10px;
    width: 110px;
    color: #212121;
    text-align: center;
    font-family: "Noto Sans HK";
    font-size: 8px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    border-bottom: 5px solid #FF731C;
}
.breadcrumbs .divider{
    color: #212121;
    font-family: "Lexend Deca";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.breadcrumbs a{
    color: #212121;
font-family: "Lexend Deca";
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
} 