@charset "UTF-8";





/*------------------------------
	Section: Homepage
------------------------------*/


.home-page .content-section
{
	padding: 0;
}



.home-page .banner-section > ul
{
	display: block;
}




/*------------------------------
	Section: Homepage > Banner > Smoothie Cup
------------------------------*/
	

	
.banner-smoothie-cup
	{
		position: relative;
		background: #B2C8C1;
		
		overflow: hidden;
	}
	

.banner-smoothie-cup > div
	{
		position: absolute;
		transform-origin: center center;
		
		z-index: 2;
		
		pointer-events: none;
		
	}

	
	.banner-smoothie-cup > div img
	{
		width: 100%;
	}

	
.banner-smoothie-cup .banner-smoothie-cup-ele-water
	{
		position: relative;
		
		z-index: 10;
	}
	
.banner-smoothie-cup .banner-smoothie-cup-ele-water + .banner-smoothie-cup-ele-water
	{
		    position: absolute;
    opacity: 60%;
    z-index: 20;
    top: 0;
    left: 0;
		
		width: 100%;
	}
	
	
	
	.banner-smoothie-cup .banner-smoothie-cup-ele-product
	{
		top: 55%;
		left: 40%;
		transform: translate(-50%, -50%) rotate(-15deg) scale(0.9);
	}
	
	.banner-smoothie-cup .banner-smoothie-cup-ele-product + .banner-smoothie-cup-ele-product
	{
    top: 60%;
    left: 55%;
    transform: translate(-50%, -50%) rotate(15deg) scale(1);
    z-index: 13;
	}
	
	
	.banner-smoothie-cup .banner-smoothie-cup-title
	{
		
		
		left: 10%;
		bottom: 30%;

		
		
		
		
		font-size: 200px;
		font-size: clamp(1rem, -0.875rem + 12vw, 20rem);
		font-weight: bold;
		
		text-align: center;
		
		
		
		
		color: #51B73E;
		
		
		
		pointer-events: auto;
		
	}
	
	.banner-smoothie-cup .banner-smoothie-cup-title + .banner-smoothie-cup-title
	{
		left: 15%;
		bottom: 0;
		
		color: #F22128;
		
		z-index: 11;
		    
	}
	
	
	
	
	
	
.banner-smoothie-cup .banner-smoothie-cup-ele-pineapple-01
	{
		top: 2%;
		left: 5%;
		
		transform: rotate(-40deg);
	}
	
.banner-smoothie-cup .banner-smoothie-cup-ele-pineapple-02
	{
		
		bottom: 10%;
		right: 0;
		
		transform: rotate(-5deg);
		
	}
	
.banner-smoothie-cup .banner-smoothie-cup-ele-banana
	{
		
		top: 10%;
		right: 20%;
		
	}
	
	
	
	
.banner-smoothie-cup .banner-smoothie-cup-ele-gold-kiwifruit
	{
bottom: 10%;
    left: -300px;
    z-index: 12;
    max-width: 400px;
	}
	
	
		

	
.banner-smoothie-cup .banner-smoothie-cup-ele-strawberry
	{
		
    bottom: -30%;
    right: 10%;
   
    transform: rotate(45deg);
		
		 z-index: 11;
		
	}	
	
	



	
	

/*------------------------------
	Section: Homepage > Featured Product > Smart Smoothie Machine
------------------------------*/

	
	
		
	.home-featured-product-smoothie-machine
	{
		font-family: var(--font-family-serif);
		background: #7594c3;
		
	}
	

	.featured-product-smoothie-machine-tag
	{

		--r: .8em; /* control the cutout */
		
		position: relative;
		top: 30px;
		
		padding: 0 50px;
/*		padding-right: calc(var(--r) + .25em);*/
		line-height: 1.8;
		clip-path: polygon(-100vw 0,100% 0,calc(100% - var(--r)) 50%,100% 100%,-100vw 100%);
		border-image: conic-gradient(#F22128 0 0) fill 0//100vw;
		width: fit-content;
		
		font-size: 40px;
		font-weight: bold;
		color: #fff;
		
		
		
	}


	
	
	
	
	
	.home-featured-product-smoothie-machine .container
	{
		position: relative;
	}
	
	
	.featured-product-smoothie-machine-title
	{
		position: absolute;
		right: 0;
	}
	
	
	
	
	
	.featured-product-smoothie-machine-title h2
	{
		display: flex;
		flex-direction: column;
		
		
		font-family: var(--font-family-sans-serif);
		font-size: 180px;
		
		color: #fff;
		
	}
	
	
	.featured-product-smoothie-machine-title h2 span
	{
		
		font-size: 80px;
		color: #104eaa;
	}
	
	.featured-product-smoothie-machine-title p
	{
		
		font-size: 70px;
		color: #F6E8B3;
		
		font-weight: bold;
	}
	
	
	
	
	
	.home-featured-product-smoothie-machine img
	{
		width: 100%;
		max-width: 500px;
	}
	
	
	
	.featured-product-smoothie-machine-content
	{
		display: flex;
		justify-content: space-between;
	}
	
	
	
	
	.featured-product-smoothie-machine-image
	{
		display: flex;
		align-items: flex-end;
		position: relative;
		z-index: 2;
		
	}
	
	
	
	
	
	
	
	.featured-product-smoothie-machine-item
	{
		display: flex;
		align-items: flex-end;
		position: relative;
	}
	

	.featured-product-smoothie-machine-item span
	{
		display: inline-block;
		position: absolute;

		
		font-family: var(--font-family-serif);
		font-weight: 700;
		font-size: 70px;
		color: #B3F6D9;
		
		white-space: nowrap;
		line-height: 1.3;
		
		border-bottom: solid 3px;
	}
	
	
		
		
	.featured-product-smoothie-machine-item.item-countertop
	{
		bottom: 120px;
	}
	
	 
	.featured-product-smoothie-machine-item.item-upright span
	{
		padding-left: 80px;
		left: 100%;
		transform: translateX(-75px);
		bottom: 50px;
	}
	

	
	
	.featured-product-smoothie-machine-item.item-countertop span
	{
		padding-right: 80px;
    
		right: 100%;

		bottom: 60px;
		transform: translateX(90px);
	}
	

	
	
	
	.featured-product-smoothie-machine-item.item-upright .featured-product-smoothie-machine-image img
	{
		max-width: 300px;
	}
	
	.featured-product-smoothie-machine-item.item-upright .featured-product-smoothie-machine-image > img:nth-of-type(2)
	{
		max-width: 240px;
	}
	
	
	
	
	
	

.home-featured-product-smoothie-machine 
{
	overflow: hidden;

}


.featured-product-smoothie-machine-tag,
.featured-product-smoothie-machine-title h2,
.featured-product-smoothie-machine-title p,
.featured-product-smoothie-machine-item .featured-product-smoothie-machine-image,
.featured-product-smoothie-machine-item span
{
	visibility: hidden;
}


	







/*------------------------------
	Section: Homepage > Featured Product > Smoothie Cup
------------------------------*/

.home-featured-product-smoothie-cup
{
	padding: 50px 0;
	padding-bottom: 100px;
	
	color: var(--grey);
	
	text-align: center;
}

.home-featured-product-smoothie-cup h2
{
	font-size: 80px;
	
}

.home-featured-product-smoothie-cup h2 span
{
	color:#40BE9C;
}


.home-featured-product-smoothie-cup p
{
	font-size: 24px;
	display: inline-block;
	padding: 0 var(--spacing-sm);
	background: #63C69F;
	color: #fff;
	

}

.product-smoothie-cup-section-header
{
	position: relative;

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



.product-smoothie-cup-section-header > div
{
	position: relative;
	    margin-bottom: var(--spacing-lg);
}


.product-smoothie-cup-section-header > div img
{
	    position: absolute;
    bottom: 0;
    right: 100%;
	
	max-width: 150px;
}

.product-smoothie-cup-section-header a
{
    display: inline-flex;
    justify-content: center;
    gap: 10px;
	 padding: var(--spacing-sm) var(--spacing-md);
	    padding-left: calc(var(--spacing-md) + 8px);
	position: absolute;
    right: 0;
	
	font-size: 20px;
    color: #fff;
    background: var(--secondary-color);
    align-items: center;
   
    line-height: 1;
    border-radius: 18px;
}

.product-smoothie-cup-section-header a:hover
{
	text-decoration: none;
}




.home-featured-product-smoothie-cup .container .row > ul
{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	
	gap: var(--spacing-lg);
	
	
}

.home-featured-product-smoothie-cup .container .row > ul > li
{
	display: flex;
	flex-direction: column;
	
}

.product-smoothie-cup-item > div
{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	
    background: #fbfbfb;
    border-radius: 10%;
    padding: var(--spacing-md);	
	
}

.product-smoothie-cup-item:nth-of-type(1) > div
{
	background: #DEE6B5;
}

.product-smoothie-cup-item:nth-of-type(2) > div
{
	background: #EAECEF;
}


.product-smoothie-cup-item:nth-of-type(3) > div
{
	background: #FFEFBC;
}

.product-smoothie-cup-item:nth-of-type(4) > div
{
	background: #FED4D4;
}


.product-smoothie-cup-item:nth-of-type(5) > div
{
	background: #A6B6CE;
}



.product-smoothie-cup-item > div > img
{
    position: relative;
    top: -15px;
    transform: scale(1.2, 1.2) rotate(-15deg);
}

.product-smoothie-cup-item ul
{

    padding: 0 var(--spacing-md);
    gap: var(--spacing-sm);
	    justify-content: center;
	
	
	border-radius: 100px;
	
	background: rgb(239 239 239 / 30%);
	
	position: relative;
    top: -10px;
    backdrop-filter: blur(3px);
	
	

    border: 1px solid rgb(255 255 255 / 15%);
    box-shadow: 0 0 3px rgb(0 0 0 / 5%);
}

.product-smoothie-cup-item ul li
{
	display: flex;
	align-items: center;
	justify-content: center;
	
	min-width: 50px;
	height: 50px;
	text-align: center;
	
	font-family: var(--font-family-serif);
	font-size: 18px;
	font-weight: bold;
	
	color: #535353;
}


.product-smoothie-cup-item ul li img
{
	max-width: 50px;
}


.product-smoothie-cup-item img
{
    width: 100%;
}



.product-smoothie-cup-item div > ul:last-of-type
{
/*	margin-top: var(--spacing-sm);*/
	background: none;
}







/*------------------------------
	Section: Homepage > Featured Product > Fozen Seafood
------------------------------*/

.home-featured-product-frozen-seafood
{
	padding: 50px 0;
	padding-bottom: 100px;
	
	color: var(--grey);
	background: #F2F2F2;
	text-align: center;
}

.home-featured-product-frozen-seafood h2
{
	font-size: 80px;
	
}

.home-featured-product-frozen-seafood h2 span
{
	color:#104EAA;
}


.home-featured-product-frozen-seafood p
{
	font-size:24px;
	display: inline-block;
	padding: 0 var(--spacing-sm);
	background: #F22128;
	color: #fff;
}



.home-featured-product-frozen-seafood .container .row > ul
{

	
	display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--spacing-xl);
	
}


.product-frozen-seafood-section-header
{
	position: relative;

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



.product-frozen-seafood-section-header > div
{
	position: relative;
	    margin-bottom: var(--spacing-lg);
}


.product-frozen-seafood-section-header > div img
{
	    position: absolute;
    bottom: 0;
    right: 100%;
	
	max-width: 150px;
}

.product-frozen-seafood-section-header a
{
    display: inline-flex;
    justify-content: center;
    gap: 10px;
	 padding: var(--spacing-sm) var(--spacing-md);
	    padding-left: calc(var(--spacing-md) + 8px);
	position: absolute;
    right: 0;
	
	font-size: 20px;
	
    color: #fff;
    background: var(--secondary-color);
    align-items: center;
   
    line-height: 1;
    border-radius: 18px;
}

.product-frozen-seafood-section-header a:hover
{
	text-decoration: none;
}



.product-frozen-seafood-item div
{
	display: flex;
	flex-direction: column;
	align-items: center;
	
	position: relative;
    padding-top: 100%;
    
	width: 100%;

	font-family: var(--font-family-serif);
	font-size: 60px;
	
	color: #6B6A52;
	background: #fff;
	border-radius: 50%;
}


.product-frozen-seafood-item div img
{
position: absolute;
    top: 0;
    width: 100%;
	padding: 30px;

}



.product-frozen-seafood-item div span
{

position: absolute;
    bottom: 0;
    text-align: center;
    display: flex;
    /* width: 100%; */
    justify-content: center;

}

.product-frozen-seafood-item div span em
{
    position: absolute;
    bottom: 70%;
    right: 70%;
    padding: var(--spacing-sm);
    font-family: var(--font-family-sans-serif);
    font-size: 40px;
    color: #fff;
    background: rgb(93 148 230 / 80%);
    /* flex-shrink: 1; */
    /* width: auto; */
    font-style: normal;
	line-height: 1;
    white-space: nowrap;
	
	z-index: 1;

}

.product-frozen-seafood-item div span strong
{
	position: relative;
    z-index: 2;
    background: rgb(255 255 255 / 60%);
    /* padding: 0; */
    line-height: 1;
    padding: 0 15px;
}













/* Mobile */
@media (max-width: 575.98px) 
{
	
	

	/*------------------------------
		Section: Homepage
	------------------------------*/
	.banner-smoothie-cup
	{
		    height: 200px;
	}
	
	.banner-smoothie-cup .banner-smoothie-cup-ele-gold-kiwifruit
	{
		max-width: 100px !important;
		left: 0 !important;
	}
	
	.banner-smoothie-cup .banner-smoothie-cup-ele-strawberry,
	.banner-smoothie-cup .banner-smoothie-cup-ele-banana,
	.banner-smoothie-cup .banner-smoothie-cup-ele-pineapple-02
	{
		max-width: 100px;
	}

	
	.banner-smoothie-cup .banner-smoothie-cup-ele-pineapple-01
	{
		max-width: 60px;
	}
	
	
	.banner-smoothie-cup .banner-smoothie-cup-ele-water,
	.banner-smoothie-cup .banner-smoothie-cup-ele-water img
	{
		    width: 100%;
    object-fit: cover;
    height: 100%;
	}
	
	
	
	
	
	
	
	
	
	
	


}/* Mobile */






