@charset "UTF-8";












.banner-fresh-fruit-cup
{
	position: relative;
	background: #FDDF7D;
}



.banner-fresh-fruit-cup .container
{
	position: relative;

	z-index: 2;
}



.banner-fresh-fruit-cup canvas
{
	position: absolute;
}






.banner-fresh-fruit-cup-machine
{
	
	position: relative;
	
	z-index: 12;
}




.banner-fresh-fruit-cup-machine ul
{
	position: absolute;
	top: 20px;
	right: 10px;

	gap: 15px;


}

.banner-fresh-fruit-cup-machine ul li
{
	display: flex;
	flex-direction: column;
}



.banner-fresh-fruit-cup-machine ul > li:nth-of-type(2)
{
	width: 150px;
	height: 150px;

	background: #3F6DCB;
	border-radius: 50%;
	overflow: hidden;
}


.banner-fresh-fruit-cup-machine ul li.image img
{

	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;

}



.banner-fresh-fruit-cup-machine strong
{
	font-family: var(--font-family-serif);
	font-size: 36px;
}

.banner-fresh-fruit-cup-machine span
{
	font-size: 18px;

}




.banner-fresh-fruit-cup-logo
{
	min-height: 600px;
	padding: 50px;
	padding-bottom: 0;

	display: flex;
	align-items: center;
	justify-content: center;
}


.banner-fresh-fruit-cup-logo img
{
	width: 100%;
	max-width: 1000px;
	opacity: .8;
}





.banner-fresh-fruit-cup-image
{
	position: relative;
}



.banner-fresh-fruit-cup-image ul
{
	position: absolute;
	width: 100%;
	/*    max-width: 1400px;*/
	display: flex;
	justify-content: center;
	align-items: flex-end;
	left: 50%;
	bottom: -120px;
	transform: translateX(-50%);

}


.banner-fresh-fruit-cup-image ul li
{
	position: relative;
	width: 100%;
}


.banner-fresh-fruit-cup-image ul img
{
	width: 100%;
	width: 400px;
	position: absolute;
	bottom: 0;
}


.banner-fresh-fruit-cup-image ul li img.blueberry
{
	width: 260px;
	bottom: 30px;
	left: 30%;
}


.banner-fresh-fruit-cup-image ul li img.end-product-pink
{
	width: 420px;
	left: -50%;
	transform: rotate(-15deg);
	z-index: 2;
}


.banner-fresh-fruit-cup-image ul li img.fruit-cup-01
{
	transform: rotate(10deg);
	left: -40%;
	width: 360px;
	bottom: 0;
}


.banner-fresh-fruit-cup-image ul li img.watermelon
{
	z-index: 2;
	width: 480px;
	left: -60%;
	bottom: -40px;
}


.banner-fresh-fruit-cup-image ul li img.mango
{

	z-index: 2;
	width: 350px;
}



.banner-fresh-fruit-cup-image ul li img.end-product-purple
{
	width: 360px;
	transform: rotate(15deg);
	z-index: 2;
	left: -100px;

}





.fresh-fruit-cup-content-menu
{
	padding-bottom: 100px;

}





.fresh-fruit-cup-content-menu img
{
	width: 80px;
	height: 80px;
	padding: 10px;
	object-fit: contain;
}





.fresh-fruit-cup-content-menu ul
{
	column-gap: 10px;
}

.fresh-fruit-cup-content-menu ul li
{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-family: var(--font-family-serif);
	font-weight: bold;
	width: 100%;
	flex-grow: 1;
	justify-content: center;
	background: #f0f0f0;
	border-radius: 16px;
	padding: 10px;

	color: #808080;


}



.fresh-fruit-cup-content-menu ul li::before
{


}



.fresh-fruit-cup-content-menu ul li strong
{
	font-size:30px;
}



.fresh-fruit-cup-content-menu ul li.active
{

	color: #104EAA;
}



.fresh-fruit-cup-content-menu ul li.active::before,
.fresh-fruit-cup-content-menu ul li:hover::before
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border: 5px #104EAA solid;
	border-radius: 16px;
}


.fresh-fruit-cup-content-menu ul li:hover::before
{

}




.fresh-fruit-cup-content-menu > strong
{
	display: inline-flex;

	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
	padding: 5px 12px;
	padding-bottom: 7px;


	color: #FFFFFF;
	background: #104EAA;

	border-radius: 16px;

	line-height: 1;

}


.fresh-fruit-cup-content h2
{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;

	font-size: 64px;
	color: #104EAA;

	margin-bottom: 50px;
}


.fresh-fruit-cup-content h2 span
{
	font-size: 36px;
	font-family: var(--font-family-sans-serif);
	color: #3A4C80;
	font-weight: 400;
}


.fresh-fruit-cup-content-product-list
{
	color: #104EAA;

	font-size: 18px;

}


.fresh-fruit-cup-content-product-list h3
{
	max-width: 320px;
	margin-bottom: 25px;

	font-size: 80px;
	white-space: nowrap;

	line-height: 1;
}

.fresh-fruit-cup-content-product-list ol
{
	list-style: none;

	display: flex;
	flex-direction: column;
	row-gap: 10px;
}


.fresh-fruit-cup-content-product-list ol li
{
	padding-left: 60px;
	position: relative;
	display: flex;
	align-items: baseline;
	line-height: 1.2;
	color: #5d8acd;
	font-weight: 500;



}

.fresh-fruit-cup-content-product-list ol li::before
{
	content: "";
	position: absolute;
	left: -5px;
	font-size: 13px;
	background: #5d8acd;
	background:#5d8acde0;
	color: #fff;
	padding: 3px 6px;
	line-height: 1.2;
	border-radius: 8px;
		    padding-bottom: 5px;
    display: inline-block;

}


.fresh-fruit-cup-content-product-list ol > li:nth-of-type(1)::before
{
	content: "成分：";
}

.fresh-fruit-cup-content-product-list ol > li:nth-of-type(2)::before
{
	content: "特色：";
}

.fresh-fruit-cup-content-product-list ol > li:nth-of-type(3)::before
{
	content: "功效：";
}


.fresh-fruit-cup-content-product-list ul
{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 80px;
}

.product-list-item
{
	display: flex;
	position: relative;
}

.product-list-item::before
{
	content: "";
	position: absolute;
	width: 100%;
	height: 60%;
	background: #F0F0F0;
	left: 0;
	bottom: 0;
	border-radius: 50px;
	z-index: -1;
}




.product-list-item-left img
{

	--product-list-fruit-size: 300px;
	position: absolute;
	left: 0;
	bottom: 0;

	width: var(--product-list-fruit-size);
	height: var(--product-list-fruit-size);

	object-fit: contain;
}






.product-list-item-left
{
	position: relative;
	z-index: 1;

}

.product-list-item-left > img:first-child
{

	--product-list-fruit-size: 400px;
	width: var(--product-list-fruit-size);
	height: var(--product-list-fruit-size);
	position: relative;
	z-index: 2;

	left: -50px;

}


.product-list-item-left > img:nth-of-type(3)
{
	z-index: 2;
}		



.product-list-item-left > img:last-child
{
	z-index: 3;
	left: auto;
	right: -50px;
	bottom: -50px;
}






.product-list-item-mango
{

}


.product-list-item-watermelon
{

}



.product-list-item-papya-milk .product-list-item-left > img:nth-of-type(2)
{
	--product-list-fruit-size: 450px;
	left: -100px;
}


.product-list-item-papya-milk .product-list-item-left > img:last-child
{
	--product-list-fruit-size: 300px;
}




.product-list-item-blueberry-strawberry-banana .product-list-item-left > img:nth-of-type(2)
{
	--product-list-fruit-size: 450px;
	left: -20px;
	bottom: -40px;
}


.product-list-item-blueberry-strawberry-banana .product-list-item-left > img:nth-of-type(3)
{
	--product-list-fruit-size: 240px;
	left: 80px;
	bottom: -30px;
}




.product-list-item-blueberry-strawberry-banana .product-list-item-left > img:last-child
{
	--product-list-fruit-size: 220px;
}




.product-list-item-strawberry-banana .product-list-item-left > img:nth-of-type(2)
{
	--product-list-fruit-size: 450px;
	left: -20px;
	bottom: -30px;
}





.product-list-item-strawberry-blueberry-yogurt .product-list-item-left > img:nth-of-type(2)
{
	bottom: 100px;
	left: 100px;
}


.product-list-item-strawberry-blueberry-yogurt .product-list-item-left > img:nth-of-type(3)
{
	--product-list-fruit-size: 250px;
	right: -40px;
	bottom: -60px;
}


.product-list-item-pineapple-carrot-kale .product-list-item-left > img:nth-of-type(2)
{
	left: 170px;
	bottom: 0px;
}


.product-list-item-pineapple-carrot-kale .product-list-item-left > img:nth-of-type(3)
{
	--product-list-fruit-size: 400px;
	bottom: -20px;
	left: -120px;
	z-index: 1;
}		


.product-list-item-pineapple-carrot-kale .product-list-item-left > img:last-child
{
	--product-list-fruit-size: 450px;
	bottom: -180px;
	transform: rotate(-9deg);

}		




.product-list-item-mango-watermelon-cantaloupe .product-list-item-left > img:nth-of-type(2)
{	
	left: 130px;
	bottom: -90px;
	z-index: 2;
}



.product-list-item-mango-watermelon-cantaloupe .product-list-item-left > img:nth-of-type(3)
{
	bottom: 20px;
	left: -60px;
	z-index: 1;
}


.product-list-item-mango-watermelon-cantaloupe .product-list-item-left > img:last-child
{
	right: -20px;
	bottom: 10px;
	z-index: 1;
}		


.product-list-item-pitaya-blueberry-banana .product-list-item-left > img:nth-of-type(2)
{
	left: 160px;
	z-index: 2;
}

.product-list-item-pitaya-blueberry-banana .product-list-item-left > img:nth-of-type(3)
{
	--product-list-fruit-size: 220px;
	left: -60px;
	bottom: -80px;
}



.product-list-item-pitaya-blueberry-banana .product-list-item-left > img:last-child
{
	--product-list-fruit-size: 450px;
	left: -80px;
	bottom: -40px;
	z-index: 1;
}




.product-list-item-pineapple-pitaya-banana .product-list-item-left > img:nth-of-type(2)
{
	--product-list-fruit-size: 250px;
	left: -60px;
	bottom: -50px;
	z-index: 2;
}

.product-list-item-pineapple-pitaya-banana .product-list-item-left > img:nth-of-type(3)
{
	left: 160px;
	z-index: 1;
}



.product-list-item-pineapple-pitaya-banana .product-list-item-left > img:last-child
{
	--product-list-fruit-size: 450px;
	left: -50px;
	bottom: -40px;
	z-index: 0;
}



.product-list-item-right
{
	position: relative;
	display: flex;
	flex-direction: column;

	margin-top: 80px;
	padding-right: 20px;
	
	z-index: 2;
}






  /* 基礎樣式微調 */
.banner-fresh-fruit-cup-image ul {
position: relative;
list-style: none;
}

/* 確保漂浮元素有良好的 will-change 優化 */
.banner-fresh-fruit-cup-image img {
will-change: transform, opacity;
}

/* 讓漂浮的水果在視覺上更靈活 */
.blueberry, .watermelon, .mango {
display: inline-block;
}

/* 如果你的版面是疊在一起的，可以微調層級 */
.banner-fresh-fruit-cup-logo {
z-index: 10;
}











#no-results-msg 
{
	width: 100%;
	border: 1px dashed #ccc;
	border-radius: 10px;
	background-color: #fafafa;
	margin-top: 20px;
}

#no-results-msg strong 
{
	color: #555;
	letter-spacing: 1px;
}



.fade-in
{
	transition: opacity 0.4s ease;
	animation: fadeIn 0.5s forwards;
}

@keyframes fadeIn
{
	from { opacity: 0; transform: translateY(5px); }
	to { opacity: 1; transform: translateY(0); }
}

















