
 /*  Bulk Orders & Custom Solutions */


.cf-bulk-orders-custom-solutions{
	padding-block:var(--wp--preset--spacing--4xl);
	background:var(--wp--preset--color--grey-2); 
    
}

.cf-bulk-orders-custom-solutions__container{
	max-width: 1400px;
	margin-inline:auto;
    background:var(--wp--preset--color--grey-2);
}

.cf-bulk-orders-custom-solutions__columns{
	align-items:center;
	gap:64px;
}

.cf-bulk-orders-custom-solutions__content{
	flex:0 0 60%;
	max-width:60%;
	padding-right:20px;
}

.cf-bulk-orders-custom-solutions__image-column{
	flex:0 0 40%;
	max-width:40%;
}

.cf-bulk-orders-custom-solutions__badge{
    background:var(--wp--preset--color--red);
    color:var(--wp--preset--color--white);
    display:inline-block;
	padding:6px 14px;
	border-radius:0;
	text-transform:none;
	font-size:12px;
	font-weight:700;
	margin-bottom:20px;
}

.cf-bulk-orders-custom-solutions__heading{
	max-width:620px;
	font-size:clamp(2.25rem,3vw,3.25rem);
	line-height:1.15;
	margin-bottom:18px;
}

.cf-bulk-orders-custom-solutions__description{
	max-width:600px;
	font-size:17px;
	line-height:1.7;
	margin-bottom:36px;
}






/*Features*/

.cf-bulk-orders-custom-solutions__features{
	display:grid;
	grid-template-columns:repeat(2,1fr);
	gap:24px 48px;
	margin:0 0 40px;
}

.cf-bulk-orders-custom-solutions__feature-column{
	display:flex;
	flex-direction:column;
	gap:24px;
}

.cf-bulk-orders-custom-solutions__feature{
	display:flex;
	align-items:flex-start;
	gap:16px;
}

.cf-bulk-orders-custom-solutions__feature-icon{
	flex-shrink:0;
	width:40px;
	height:40px;
	margin:0;
}

.cf-bulk-orders-custom-solutions__feature-icon img{
	width:40px;
	height:40px;
	display:block;
	object-fit:contain;
}

.cf-bulk-orders-custom-solutions__feature-content{
	display:flex;
	flex-direction:column;
	gap:4px;
}

.cf-bulk-orders-custom-solutions__feature-content h5{
	margin:0;
	font-family:var(--wp--preset--font-family--sarabun);
	font-size:20px;
	font-weight:700;
	line-height:1.2;
	color:var(--wp--preset--color--ink-strong);
}

.cf-bulk-orders-custom-solutions__feature-content p{
	margin:0;
	font-size:15px;
	line-height:1.6;
	color:var(--wp--preset--color--muted);
}














/*
Buttons */

.cf-bulk-orders-custom-solutions__buttons{
	margin-top:40px;
	gap:14px;
}

.cf-bulk-orders-custom-solutions__buttons .wp-block-button__link{
	height:54px;
	min-width:190px;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:0 28px;
}

.cf-bulk-orders-custom-solutions__buttons .wp-block-button:first-child .wp-block-button__link{
	background:var(--wp--preset--color--red);
	color:var(--wp--preset--color--white);
}

.cf-bulk-orders-custom-solutions__buttons .wp-block-button:first-child .wp-block-button__link:hover{
	background:var(--wp--preset--color--navy);
}

.cf-bulk-orders-custom-solutions__buttons .wp-block-button:last-child .wp-block-button__link{
	background:transparent;
	color:var(--wp--preset--color--ink);
	border-color:var(--wp--preset--color--line);
}

.cf-bulk-orders-custom-solutions__buttons .wp-block-button:last-child .wp-block-button__link:hover{
	background:var(--wp--preset--color--navy);
	color:var(--wp--preset--color--white);
	border-color:var(--wp--preset--color--navy);
}


/*  Image */

.cf-bulk-orders-custom-solutions__image-column{
	display:flex;
	justify-content:center;
	align-items:center;
}

.cf-bulk-orders-custom-solutions__image{
	width:100%;
	margin:0;
}

.cf-bulk-orders-custom-solutions__image img{
	display:block;
	width:100%;
	aspect-ratio:6/8;
	object-fit:cover;
	border-radius: 0%;
}


/*
   Responsive*/

@media (max-width:1024px){

	.cf-bulk-orders-custom-solutions{
		padding-block:var(--wp--preset--spacing--3xl);
	}

	.cf-bulk-orders-custom-solutions__columns{
		gap:var(--wp--preset--spacing--2xl);
	}

	.cf-bulk-orders-custom-solutions__features{
		gap:var(--wp--preset--spacing--lg);
	}

}

@media (max-width:781px){

	.cf-bulk-orders-custom-solutions__columns{
		flex-direction:column-reverse;
	}

	.cf-bulk-orders-custom-solutions__content,
	.cf-bulk-orders-custom-solutions__image-column{
		flex-basis:100% !important;
	}

	.cf-bulk-orders-custom-solutions__image{
		margin-bottom:var(--wp--preset--spacing--2xl);
	}

	.cf-bulk-orders-custom-solutions__heading,
	.cf-bulk-orders-custom-solutions__description{
		max-width:100%;
	}

}

@media (max-width:600px){

	.cf-bulk-orders-custom-solutions{
		padding-block:var(--wp--preset--spacing--2xl);
	}

.cf-bulk-orders-custom-solutions__features{
	grid-template-columns:1fr;
	gap:20px;
}

.cf-bulk-orders-custom-solutions__feature-column{
	gap:20px;
}

	.cf-bulk-orders-custom-solutions__buttons{
		flex-direction:column;
		align-items:stretch;
	}

	.cf-bulk-orders-custom-solutions__buttons .wp-block-button{
		width:100%;
	}

	.cf-bulk-orders-custom-solutions__buttons .wp-block-button__link{
		min-width:190px;
		text-align:center;
	}

	.cf-bulk-orders-custom-solutions__feature{
		gap:14px;
	}

	.cf-bulk-orders-custom-solutions__feature-icon,
	.cf-bulk-orders-custom-solutions__feature-icon img{
		width:40px;
		height:40px;
	}
}






