
@charset "UTF-8";

.container, .cb-content-container, .cb-features-container, .cb-blog-container, .cb-preview-inner {
	width: min(100% - 2.5rem, 74rem);
	max-width: none;
	margin-inline: auto;
	padding-inline: 0;
}

html body.home #header-main .container, html body.home #prefooter .prefooter-inner, html body.home #colophon .colophon-inner {
	padding-inline: 0;
}

.blossom-breadcrumbs {
	box-sizing: border-box;
}

body.woocommerce-page #primary {
	width: min(100% - 2.5rem, 74rem);
	margin-inline: auto;
	padding-block: clamp(3rem, 7vw, 6rem);
}

.wp-block-button__link, a.button, a.btn, .woocommerce a.button, .woocommerce a.added_to, button:not(.mobile-menu-toggle):not(.menu-item-dropdown-toggle), input[type=button], input[type=submit] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.75rem;
	max-width: 100%;
	padding: .75rem 1.25rem;
	color: #fff;
	font: inherit;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	background: #c70606;
	border: 2px solid #c70606;
	border-radius: .4rem;
	cursor: pointer;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.wp-block-button__link:hover, a.button:hover, a.btn:hover, .woocommerce a.button:hover, .woocommerce a.added_to:hover, button:not(.mobile-menu-toggle):not(.menu-item-dropdown-toggle):hover, input[type=button]:hover, input[type=submit]:hover {
	color: #fff;
	text-decoration: none;
	background: #4a0000;
	border-color: #4a0000;
	transform: translateY(-1px);
}

.wp-block-button__link:focus-visible, a.button:focus-visible, a.btn:focus-visible, .woocommerce a.button:focus-visible, .woocommerce a.added_to:focus-visible, button:not(.mobile-menu-toggle):not(.menu-item-dropdown-toggle):focus-visible, input[type=button]:focus-visible, input[type=submit]:focus-visible {
	color: #fff;
	text-decoration: none;
	background: #4a0000;
	border-color: #4a0000;
	outline: 3px solid #2d141a;
	outline-offset: 3px;
}

button:disabled, input:disabled, .button.disabled, .button:disabled {
	cursor: not-allowed;
	opacity: .55;
	transform: none;
}

footer {
	color: #2d141a;
}

footer #prefooter {
	padding-block: clamp(2.5rem, 5vw, 3.5rem);
	background: #f9e6e6;
	border-top: 1px solid rgba(45, 20, 26, .1);
}

footer .prefooter-inner {
	align-items: start;
}

footer .prefooter-branding {
	max-width: 36rem;
	gap: 1.25rem;
}

footer .prefooter-branding:only-child {
	display: grid;
	grid-column: 1/-1;
	grid-template-areas: "logo tagline" "logo socials";
	grid-template-columns: 12rem minmax(0, 1fr);
	gap: .65rem 3rem;
	width: 100%;
	max-width: none;
	align-items: center;
}

footer .prefooter-branding:only-child > .custom-logo-link {
	grid-area: logo;
}

footer .prefooter-branding:only-child > .prefooter-tagline {
	grid-area: tagline;
}

footer .prefooter-branding:only-child > .footer-socials {
	grid-area: socials;
}

footer #prefooter .custom-logo {
	display: block;
	width: 11rem;
	max-width: 100%;
}

footer #prefooter .prefooter-tagline {
	max-width: 34rem;
	margin: 0;
	color: #2d141a;
	font-size: 1rem;
	line-height: 1.65;
}

footer #prefooter a {
	color: #4a0000;
	font-weight: 600;
}

footer .footer-socials ul {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
}

footer .prefooter-column {
	line-height: 1.6;
}

footer #colophon {
	color: #fff;
	background: #4a0000;
}

footer .colophon-inner {
	min-height: 5rem;
	padding-block: 1.25rem;
}

footer .colophon-copyright {
	font-size: .9rem;
}

footer #colophon .menu {
	gap: .75rem 1.25rem;
}

footer #colophon .menu a {
	font-size: .9rem;
	font-weight: 600;
}

.cb-content-container {
	width: min(100% - 2.5rem, 74rem);
}

.cb-content-narrow {
	width: min(100% - 2.5rem, 46rem);
	margin-inline: auto;
}

.cb-content-kicker {
	margin: 0 0 1rem;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.cb-content-back {
	display: inline-flex;
	margin-bottom: 2rem;
	color: inherit;
	font-weight: 700;
	text-decoration: none;
}

.cb-content-back::before {
	margin-right: .5rem;
	content: "‹";
}

body.page:not(.home):not(.woocommerce-page) #primary {
	padding-block: clamp(3rem, 7vw, 6rem);
	color: #2d141a;
}

body.page:not(.home):not(.woocommerce-page) #primary > .container {
	width: min(100% - 2.5rem, 74rem);
	margin-inline: auto;
}

body.page:not(.home):not(.woocommerce-page) .entry-header {
	padding-bottom: clamp(2rem, 4vw, 3.5rem);
	border-bottom: 1px solid rgba(45, 20, 26, .12);
}

body.page:not(.home):not(.woocommerce-page) .entry-header h1 {
	max-width: 54rem;
	margin: 0;
	font-size: clamp(3rem, 7vw, 6rem);
	line-height: 1;
}

body.page:not(.home):not(.woocommerce-page) .entry-content {
	padding-top: clamp(2.5rem, 5vw, 4rem);
	font-size: 1.075rem;
	line-height: 1.7;
}

body.page:not(.home):not(.woocommerce-page) .entry-content > * + * {
	margin-top: 1.5rem;
}

body.page:not(.home):not(.woocommerce-page) .entry-content h2 {
	margin-bottom: .75rem;
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1.1;
}

body.page:not(.home):not(.woocommerce-page) .entry-content a {
	color: #c70606;
}

body.page:not(.home):not(.woocommerce-page) .entry-content .wp-block-columns {
	gap: clamp(2rem, 6vw, 5rem);
	padding: clamp(1.5rem, 4vw, 3rem);
	background: #f9e6e6;
	border-radius: 1rem;
}

body.page:not(.home):not(.woocommerce-page) .gform_wrapper {
	margin-top: 2rem;
	padding: clamp(1.5rem, 4vw, 3rem);
	background: #fff;
	border: 1px solid rgba(45, 20, 26, .12);
	border-radius: 1rem;
	box-shadow: 0 1.25rem 3rem rgba(45, 20, 26, .08);
}

body.page:not(.home):not(.woocommerce-page) .gform_wrapper input:not([type=checkbox]), body.page:not(.home):not(.woocommerce-page) .gform_wrapper textarea, body.page:not(.home):not(.woocommerce-page) .gform_wrapper select {
	border: 1px solid rgba(45, 20, 26, .3);
	border-radius: .35rem;
}

body.page:not(.home):not(.woocommerce-page) .gform_wrapper .gform_button {
	padding: .9rem 1.5rem;
	color: #fff;
	font-weight: 700;
	background: #c70606;
	border: 0;
	border-radius: 999px;
}

.cb-portfolio-hero, .cb-portfolio-single-header {
	position: relative;
	overflow: hidden;
	padding-block: clamp(5rem, 10vw, 9rem);
	color: #fff;
	background: radial-gradient(circle at 88% 12%, rgba(199, 6, 6, .5) 0 9rem, transparent 9.1rem), linear-gradient(59deg, #4a0000 9.25%, #b00000 118.02%);
}

.cb-portfolio-hero h1, .cb-portfolio-single-header h1 {
	max-width: 58rem;
	margin: 0;
	font-size: clamp(3.5rem, 8vw, 7rem);
	line-height: .98;
}

.cb-portfolio-archive {
	color: #2d141a;
}

.cb-portfolio-archive .cb-portfolio-grid-wrap {
	padding-block: clamp(4rem, 8vw, 7rem);
}

.cb-portfolio-archive .cb-portfolio-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.5rem;
}

.cb-portfolio-archive .cb-portfolio-card {
	min-height: 24rem;
	color: #fff;
	background: linear-gradient(145deg, #d23838, #c70606);
	border-radius: 1rem;
	box-shadow: 0 1.25rem 3rem rgba(45, 20, 26, .12);
}

.cb-portfolio-archive .cb-portfolio-card:nth-child(3n) {
	background: linear-gradient(145deg, #2d141a, #4a0000);
}

.cb-portfolio-archive .cb-portfolio-card a {
	display: flex;
	height: 100%;
	padding: clamp(2rem, 5vw, 3.5rem);
	color: inherit;
	text-decoration: none;
	flex-direction: column;
	justify-content: flex-end;
}

.cb-portfolio-archive .cb-portfolio-card h2 {
	margin: 0 0 1rem;
	font-size: clamp(2rem, 4vw, 3.5rem);
	line-height: 1.05;
}

.cb-portfolio-archive .cb-portfolio-card span {
	margin-top: 1.5rem;
	font-weight: 700;
}

.cb-portfolio-single {
	color: #2d141a;
}

.cb-portfolio-single .cb-portfolio-lead {
	max-width: 46rem;
	margin: 1.75rem 0 0;
	font-size: clamp(1.2rem, 2.3vw, 1.6rem);
	line-height: 1.5;
}

.cb-portfolio-single .entry-content {
	padding-block: clamp(3.5rem, 8vw, 7rem);
	font-size: 1.125rem;
	line-height: 1.75;
}

.cb-portfolio-single .entry-content > * + * {
	margin-top: 1.5rem;
}

.cb-portfolio-single .entry-content h2 {
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1.1;
}

.cb-content-navigation {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	width: min(100% - 2.5rem, 46rem);
	margin: 0 auto clamp(3.5rem, 8vw, 7rem);
}

.cb-content-navigation a {
	padding: 1.25rem;
	color: #4a0000;
	text-decoration: none;
	border: 1px solid rgba(45, 20, 26, .15);
	border-radius: .5rem;
}

.cb-content-navigation span {
	display: block;
	margin-bottom: .35rem;
	font-size: .8rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

@media (max-width: 48rem) {
	.cb-portfolio-archive .cb-portfolio-grid, .cb-content-navigation {
		grid-template-columns: 1fr;
	}
	
	body.post-type-archive-product ul.products li.product .onsale {
		right: .5rem;
		left: auto;
		margin-right: 0;
		max-width: calc(100% - 1rem);
	}
	
	footer .colophon-inner {
		align-items: flex-start;
	}
	
	footer .prefooter-branding:only-child {
		grid-template-areas: "logo" "tagline" "socials";
		grid-template-columns: minmax(0, 1fr);
		gap: 1rem;
	}
	
	body.page:not(.home):not(.woocommerce-page) .entry-content .wp-block-columns {
		padding: 1.5rem;
	}
}
