/* Hero Section */

.wp-block-cover.alignfull{
	position:relative;
    min-height:620px;
   padding-top:40px;
   padding-bottom:40px;
}

.cf-hero-card {
	background: var(--wp--preset--color--white);
	width: 100%;
	max-width: 510px;
	padding: 48px;
	box-shadow: var(--wp--preset--shadow--md);
	border-radius: 0;
}

/* Label */

.cf-hero-card > p:first-child {
	margin: 0 0 16px;
	color: var(--wp--preset--color--red);
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .18em;
	line-height: 1;
}

/* Heading */

.cf-hero-card h1 {
	max-width: 420px;
	margin: 0 0 18px;
	font-size: clamp(3rem, 3.5vw, 3.75rem);
	line-height: 1.05;
	letter-spacing: -0.04em;
}

/* Description */

.cf-hero-card > p:not(:first-child) {
	max-width: 360px;
	font-size: 15px;
	line-height: 1.65;
	color: var(--wp--preset--color--muted);
}

/* Buttons */

.cf-hero-card .wp-block-buttons {
	margin-top: 20px;
	gap: 12px;
}

.cf-hero-card .wp-block-button__link {
	min-width: 150px;
	justify-content: center;
}

/* Right Side */




.cf-hero-right,
.cf-sale-badge {
    margin: 0;
    padding: 0;
}

/* i */

.cf-sale-badge{
    padding:24px 30px !important;
}

/* Hero columns  */

.cf-hero-columns{
    align-items: flex-end !important;
}

.cf-hero-columns > .wp-block-column{
    display: flex;
}

.cf-hero-columns > .wp-block-column:last-child{
    justify-content: flex-end;
}

.cf-hero-right{
    display:flex;
    justify-content:flex-end;
    align-items:flex-end;
    width:100%;
    height:100%;
}

.cf-sale-badge{
    position:relative;      
    width:210px;
    margin:0;
    margin-bottom:0;
    margin-right:0;
}

.cf-sale-badge h3{
    margin:0 0 6px;
    font-size:18px;
    line-height:1.2;
}

.cf-sale-badge p{
    margin:0;
    font-size:13px;
    line-height:1.4;
}

@media (max-width:1024px){

.cf-hero-card{

max-width:400px;

padding:36px;

}

.cf-hero-card h1{

font-size:clamp(2.2rem,4vw,3rem);

}

}



@media (max-width:781px){

.wp-block-cover.alignfull{

min-height:auto;

}

.cf-hero-card{

max-width:100%;

padding:28px;

}

.cf-hero-card h1{

max-width:none;

font-size:2.4rem;

}

.cf-hero-card > p:not(:first-child){

max-width:none;

}

.cf-hero-right{

justify-content:flex-start;

margin-top:24px;

}

.cf-sale-badge{

max-width:170px;

}

}