@charset "utf-8";

/*.home h2,
.entry-content h2,
#content*/ h2 {
	font-size: clamp(1.75rem, 1.65rem + 0.5vw, 2.25rem);
	text-align: center !important;
	line-height: 1.25;
	border: none;
	padding: 2rem 0;
}

/*.home h2 span,
.entry-content h2 span,
#content */h2 span {
    display: inline-block;
    position: relative;
    padding: 2rem .4em .2em;
    color: #000;
	font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem) !important;
}

/*.home h2 span::before,
.entry-content h2 span::before,
#content */h2 span::before {
	content: '';
    position: absolute;
	width: 100%;
    height: 4px;
    bottom: -6px;
    left: 0;
    background-color: var(--maincolor);
}

h3 {
    display: flex;
	align-items: center;
	align-content: center;
    color: #000;
	font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
	background-color: #faf0dd;
	border-left: none !important;
	margin: 0 0 1rem;
	padding: .5rem;
}

h3 span {
	padding: .5rem 1rem 0;
	vertical-align: top !important;
}

h3 img {
	display: none;
}

.top h3{
	font-size: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem);
	/*text-align: center;*/ 
    /*border-left: none !important;*/
    /*background-color: transparent !important;
	margin: 3rem 0 1rem;*/
	/*padding: 0 !important;*/
}

h3::before {
	content: '';
    display: inline-block;
    width: 6px;
    height: 2rem;
    background-color: var(--maincolor);
	margin-right: .5rem;
}

.cart-page h3 {
	text-align: center;
	background-color: transparent;
}

.cart-page h3::before {
    display: none;
}

h4 {
	font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
    color: #000;
    border-bottom: 2px solid var(--maincolor);
    background-color: transparent !important;
	border-radius: 0 !important;
	margin-bottom: 1rem !important;
	padding: .25rem 0 .5rem !important;
}

.feature h4 {
	color: #fff !important;
}
	

