/*
CTC Separate Stylesheet
Updated: 2026-06-15 01:23:57
*/

:root {
	--pf-page-surface: #fff;
	--pf-page-band: #f6f6f6;
	--pf-page-border: rgba(0, 0, 0, 0.08);
	--pf-page-muted-text: rgba(0, 0, 0, 0.68);
	--pf-page-hero-gap: clamp(20px, 3vw, 42px);
	--pf-page-section-padding-block: clamp(36px, 5vw, 72px);
	--pf-page-section-first-padding-block: clamp(30px, 4vw, 58px);
	--pf-dark-background: #121512;
	--pf-card-background: #1d231c;
	--pf-border-color: #3a4437;
	--pf-muted-text: #c4cec1;
	--pf-footer-surface: #ededed;
}

.crk-site-header {
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	--crk-header-block-padding: 22px;
	--crk-header-actions-height: 57.75px;
	--crk-header-content-offset: max(var(--wp--preset--spacing--50), calc((100% - var(--wp--style--global--wide-size)) / 2));
	--crk-header-inline-padding: clamp(22px, 4vw, 72px);
	--crk-header-menu-gap: clamp(18px, 2.4vw, 38px);
	--crk-header-menu-icon-size: 36px;
	--crk-header-title-size: clamp(22px, 2vw, 34px);
	--crk-menu-left: clamp(70px, 7vw, 142px);
	--crk-menu-icon-size: 36px;
	--crk-menu-gap: clamp(20px, 2.4vw, 40px);
	--crk-menu-width: 1240px;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
	z-index: 20;
}

.home .crk-site-header {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0));
	border-bottom: 0;
	box-shadow: none;
}

.home.crk-header-is-scrolled .crk-site-header,
.crk-header-is-scrolled .crk-site-header {
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.crk-site-header .crk-site-header__inner {
	gap: 24px;
	max-width: none;
	padding: var(--crk-header-block-padding) var(--crk-header-inline-padding);
	width: 100%;
}

.crk-site-header .crk-site-header__left {
	gap: var(--crk-header-menu-gap);
	min-width: 0;
}

.crk-site-header .crk-site-header__title {
	font-size: var(--crk-header-title-size);
	line-height: 1;
	margin: 0;
	white-space: nowrap;
}

.crk-site-header .crk-site-header__title a {
	color: currentColor;
	font-size: var(--crk-header-title-size);
	font-weight: 700;
	letter-spacing: 0;
	text-decoration: none;
	text-transform: uppercase;
}

.home .crk-site-header,
.home .crk-site-header a,
.home .crk-site-header button {
	color: #fff;
}

.home.crk-header-is-scrolled .crk-site-header,
.home.crk-header-is-scrolled .crk-site-header a,
.home.crk-header-is-scrolled .crk-site-header button,
.crk-header-is-scrolled .crk-site-header,
.crk-header-is-scrolled .crk-site-header a,
.crk-header-is-scrolled .crk-site-header button {
	color: #111;
}

.crk-site-header .crk-site-header__actions {
	gap: clamp(18px, 2.2vw, 34px);
	margin-left: auto;
	padding-right: clamp(10px, 1.6vw, 28px);
}

.crk-site-header .crk-site-header__shop-link,
.crk-site-header .crk-site-header__menu {
	font-size: clamp(19px, 1.35vw, 26px);
	font-weight: 500;
}

.crk-site-header .crk-site-header__shop-link {
	gap: clamp(14px, 1.8vw, 28px);
}

.crk-site-header .crk-site-header__menu .wp-block-navigation__responsive-container-open {
	align-items: center;
	background: transparent !important;
	border: 0 !important;
	box-sizing: border-box;
	box-shadow: none !important;
	display: inline-flex;
	height: var(--crk-header-menu-icon-size);
	justify-content: center;
	line-height: 1;
	margin: 0;
	min-height: var(--crk-header-menu-icon-size);
	min-width: var(--crk-header-menu-icon-size);
	padding: 0;
	width: var(--crk-header-menu-icon-size);
}

.crk-site-header .crk-site-header__menu .wp-block-navigation__responsive-container-open:hover,
.crk-site-header .crk-site-header__menu .wp-block-navigation__responsive-container-open:active,
.crk-site-header .crk-site-header__menu .wp-block-navigation__responsive-container-open:focus,
.crk-site-header .crk-site-header__menu .wp-block-navigation__responsive-container-close:hover,
.crk-site-header .crk-site-header__menu .wp-block-navigation__responsive-container-close:active,
.crk-site-header .crk-site-header__menu .wp-block-navigation__responsive-container-close:focus {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	outline: 0 !important;
}

.crk-site-header .crk-site-header__menu .wp-block-navigation__responsive-container-content {
	font-size: clamp(17px, 1.5vw, 24px);
	font-weight: 600;
	justify-content: center;
	text-transform: none;
}

.crk-site-header .crk-site-header__menu .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content::before {
	background: url("/wp-content/themes/twentytwentyfive-child/assets/images/brand/pochon-factory-logo-principal.png") center / contain no-repeat;
	content: "";
	display: block;
	height: var(--crk-menu-open-brand-height, clamp(40px, 5vw, 58px));
	left: var(--crk-menu-open-brand-left, calc(var(--crk-header-content-offset) + var(--crk-header-inline-padding) + var(--crk-header-menu-icon-size) + var(--crk-header-menu-gap)));
	position: fixed;
	top: var(--crk-menu-open-brand-top, calc(
		var(--crk-header-block-padding) +
		((var(--crk-header-actions-height) - var(--crk-header-menu-icon-size)) / 2) +
		((var(--crk-header-menu-icon-size) - var(--crk-header-title-size)) / 2)
	));
	width: var(--crk-menu-open-brand-width, clamp(40px, 5vw, 58px));
}

.crk-site-header .crk-site-header__menu .wp-block-navigation__responsive-container.is-menu-open {
	--crk-menu-extra-offset: 16px;
	background: #fff !important;
	color: #111 !important;
	inset: 0;
	padding: clamp(34px, 5vh, 52px) clamp(24px, 6vw, 86px) 42px;
}

.crk-site-header .crk-site-header__menu .wp-block-navigation__responsive-container-close {
	align-items: center;
	background: transparent !important;
	border: 0 !important;
	box-sizing: border-box;
	box-shadow: none !important;
	color: #111 !important;
	display: inline-flex;
	height: var(--crk-header-menu-icon-size);
	justify-content: center;
	left: var(--crk-menu-open-close-left, calc(var(--crk-header-content-offset) + var(--crk-header-inline-padding))) !important;
	line-height: 1;
	margin: 0;
	min-height: var(--crk-header-menu-icon-size);
	min-width: var(--crk-header-menu-icon-size);
	padding: 0;
	position: fixed;
	right: auto;
	top: var(--crk-menu-open-close-top, calc(var(--crk-header-block-padding) + ((var(--crk-header-actions-height) - var(--crk-header-menu-icon-size)) / 2))) !important;
	width: var(--crk-header-menu-icon-size);
	z-index: 100000;
}

.crk-site-header .crk-site-header__menu .wp-block-navigation__responsive-container-close svg,
.crk-site-header .crk-site-header__menu .wp-block-navigation__responsive-container-close path {
	color: #111 !important;
	fill: none !important;
	stroke: currentColor !important;
}

.crk-site-header .crk-site-header__menu .wp-block-navigation__responsive-container-open:focus-visible,
.crk-site-header .crk-site-header__menu .wp-block-navigation__responsive-container-close:focus-visible {
	color: #ef7a1c !important;
	outline: 0 !important;
}

.crk-site-header .crk-site-header__menu .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
	align-items: stretch;
	display: grid;
	column-gap: var(--crk-menu-gap);
	grid-template-columns: repeat(4, minmax(170px, 1fr));
	max-width: var(--crk-menu-width);
	row-gap: 0;
	width: min(100%, var(--crk-menu-width));
}

.crk-site-header .crk-site-header__menu .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
	align-items: stretch;
	justify-content: flex-start;
	width: 100%;
}

.crk-site-header .crk-site-header__menu .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-submenu {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.crk-site-header .crk-site-header__menu .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-submenu > .wp-block-navigation-item__content {
	appearance: none;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #1f3b1c !important;
	cursor: default;
	font-family: var(--crk-brand-title-font, Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif);
	font-size: clamp(18px, 2vw, 28px);
	font-weight: 800;
	letter-spacing: 0.02em;
	line-height: 1.05;
	pointer-events: none;
	padding: 0 !important;
	text-decoration: none !important;
	text-transform: uppercase;
}

.crk-site-header .crk-site-header__menu .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-submenu > .wp-block-navigation-item__content:focus {
	outline: 0;
}

.crk-site-header .crk-site-header__menu .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-submenu:focus,
.crk-site-header .crk-site-header__menu .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container:focus,
.crk-site-header .crk-site-header__menu .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content:focus {
	box-shadow: none;
	outline: 0;
}

.crk-site-header .crk-site-header__menu .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container .wp-block-navigation-item__content:focus,
.crk-site-header .crk-site-header__menu .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container .wp-block-navigation-item__content:focus-visible {
	box-shadow: none !important;
	outline: 0 !important;
	text-decoration: none;
}

.crk-site-header .crk-site-header__menu .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-icon {
	display: none;
}

.crk-site-header .crk-site-header__menu .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container {
	background: transparent !important;
	border: 0;
	box-shadow: none;
	color: #111;
	display: grid !important;
	gap: 9px;
	height: auto;
	left: auto;
	min-width: 0;
	opacity: 1;
	padding: 0;
	position: static;
	visibility: visible;
	width: 100%;
}

.crk-site-header .crk-site-header__menu .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	color: #1b2119 !important;
	font-family: var(--crk-brand-body-font, Helvetica, Arial, sans-serif);
	font-size: clamp(15px, 1.2vw, 18px);
	font-weight: 500;
	line-height: 1.25;
	padding: 0;
	text-transform: none;
}

.crk-site-header .crk-site-header__menu .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container .wp-block-navigation-item__content:hover {
	text-decoration: underline;
}

.crk-site-header .crk-site-menu-extra {
	display: none;
}

body:has(.crk-site-header .crk-site-header__menu .wp-block-navigation__responsive-container.is-menu-open) .crk-site-menu-extra {
	align-items: start;
	color: #111;
	column-gap: var(--crk-menu-gap);
	display: grid;
	grid-template-columns: repeat(4, minmax(170px, 1fr));
	left: clamp(24px, 6vw, 86px);
	max-width: var(--crk-menu-width);
	position: fixed;
	top: var(--crk-menu-extra-top, clamp(470px, 50vh, 620px));
	width: min(calc(100% - clamp(48px, 12vw, 172px)), var(--crk-menu-width));
	z-index: 100001;
}

.crk-site-menu-extra__social {
	grid-column: 1;
}

.crk-site-menu-extra__newsletter {
	grid-column: 2;
	justify-self: start;
	width: auto !important;
}

.crk-site-menu-extra > .mheays-google-reviews--button {
	grid-column: 3;
}

.crk-site-menu-extra__title,
.crk-site-menu-extra__newsletter .mheays-form-title,
.crk-site-menu-extra > .mheays-google-reviews--button .mheays-google-reviews__title {
	color: #1f3b1c !important;
	font-family: var(--crk-brand-title-font, Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif);
	font-size: clamp(18px, 2vw, 28px);
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1.1;
	margin: 0 0 20px;
	text-transform: uppercase;
}

.crk-site-menu-extra__social,
.crk-site-menu-extra > .mheays-google-reviews--button {
	justify-self: stretch;
	margin: 0 !important;
	max-width: none !important;
	width: 100% !important;
}

.crk-site-menu-extra__newsletter {
	justify-self: start;
	margin: 0 !important;
	max-width: none !important;
	width: auto !important;
}

.crk-site-menu-extra > .mheays-google-reviews--button .mheays-google-reviews__title {
	margin-bottom: 12px;
}

.crk-site-menu-extra > .mheays-google-reviews--button .mheays-google-reviews__button-only {
	display: flex;
	margin: 0;
}

.crk-site-menu-extra > .mheays-google-reviews--button .wp-block-button__link {
	align-items: center;
	color: #fff !important;
	display: inline-flex;
	height: 42px;
	justify-content: center;
	padding: 0 18px;
}

.crk-site-menu-extra__socials {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.crk-site-menu-extra__socials .wp-social-link {
	align-items: center;
	background: #1f3b1c !important;
	border: 2px solid rgba(23, 128, 91, 0.72);
	border-radius: 50%;
	box-sizing: border-box;
	color: #fff !important;
	display: inline-flex;
	height: 42px;
	justify-content: center;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 42px;
}

.crk-site-menu-extra__socials .wp-social-link a {
	align-items: center;
	border-radius: 50%;
	display: inline-flex;
	height: 42px;
	justify-content: center;
	margin: 0;
	padding: 0;
	width: 42px;
	color: inherit !important;
}

.crk-site-menu-extra__socials .wp-social-link svg {
	color: currentColor !important;
	display: block;
	fill: currentColor !important;
	height: 20px;
	margin: 0;
	stroke: none;
	width: 20px;
}

.crk-site-menu-extra__socials .wp-social-link:hover,
.crk-site-menu-extra__socials .wp-social-link:focus-within {
	background: #ef7a1c !important;
	border-color: #17805b;
	box-shadow: 0 0 0 3px rgba(23, 128, 91, 0.18);
	color: #fff !important;
}

.crk-site-menu-extra__socials .wp-social-link a:focus-visible {
	outline: 2px solid #ef7a1c;
	outline-offset: 4px;
}

.crk-site-menu-extra__socials .wp-social-link-instagram {
	background: #1f3b1c !important;
}

.crk-site-menu-extra__socials .wp-social-link-tiktok {
	background: #1f3b1c !important;
}

.crk-site-menu-extra__socials .wp-social-link-telegram {
	background: #1f3b1c !important;
}

.crk-site-menu-extra__socials .wp-social-link-mail {
	background: #1f3b1c !important;
	color: #fff !important;
}

.crk-site-menu-extra__socials .wp-social-link-snapchat {
	background: #1f3b1c !important;
	color: #fff !important;
}

.crk-site-menu-extra__socials .wp-social-link-facebook,
.crk-site-menu-extra__socials .wp-social-link-linkedin {
	background: #1f3b1c !important;
}

.crk-site-menu-extra__socials .wp-social-link-x {
	background: #1f3b1c !important;
}

.crk-site-menu-extra__socials .wp-social-link-youtube {
	background: #1f3b1c !important;
}

.crk-site-menu-extra__socials .wp-social-link-discord {
	background: #5865f2;
}

.crk-site-menu-extra__socials .wp-social-link-whatsapp {
	background: #25d366;
}

.crk-site-menu-extra__socials .wp-social-link-website,
.crk-site-menu-extra__socials .wp-social-link-custom {
	background: #444;
}

.crk-site-menu-extra__newsletter .mheays-form-wrap {
	margin: 0;
	max-width: 252px;
}

.crk-site-menu-extra__newsletter .mheays-form-description,
.crk-site-menu-extra__newsletter .mheays-form__label {
	display: none;
}

.crk-site-menu-extra__newsletter .mheays-form-title {
	display: block;
	margin-bottom: 12px;
}

.crk-site-menu-extra__newsletter .mheays-form--newsletter-compact {
	align-items: stretch;
	border: 1px solid #111;
	box-sizing: border-box;
	display: flex;
	gap: 0;
	width: 100%;
}

.crk-site-menu-extra__newsletter .mheays-form--newsletter-compact > p {
	display: contents;
}

.crk-site-menu-extra__newsletter .mheays-form--newsletter-compact br,
.crk-site-menu-extra__newsletter .mheays-form--newsletter-compact input[type="hidden"],
.crk-site-menu-extra__newsletter .mheays-form--newsletter-compact .mheays-form__hp,
.crk-site-menu-extra__newsletter .mheays-form--newsletter-compact .screen-reader-text {
	display: none !important;
}

.crk-site-menu-extra__newsletter .mheays-form__field {
	flex: 1 1 auto;
	min-width: 0;
}

.crk-site-menu-extra__newsletter .mheays-form__newsletter-email,
.crk-site-menu-extra__newsletter .mheays-form input[type="email"].mheays-form__newsletter-email {
	-webkit-appearance: none;
	appearance: none;
	background: #fff;
	border: 0;
	border-right: 1px solid #111;
	border-radius: 0;
	box-sizing: border-box;
	color: #111 !important;
	flex: 1 1 auto;
	font-size: 14px;
	height: 42px;
	line-height: 42px;
	min-height: 42px;
	min-width: 0;
	padding: 0 12px;
}

.crk-site-menu-extra__newsletter .mheays-form__newsletter-email::placeholder {
	color: rgba(0, 0, 0, 0.62);
}

.crk-site-menu-extra__newsletter .mheays-form__submit {
	-webkit-appearance: none;
	appearance: none;
	background: #fff;
	border: 0;
	border-radius: 0;
	color: #111 !important;
	flex: 0 0 auto;
	font-size: 13px;
	font-weight: 800;
	height: 42px;
	line-height: 42px;
	min-height: 42px;
	min-width: 48px;
	padding: 0 10px;
	text-align: center;
	white-space: nowrap;
}

.crk-site-header .wp-block-woocommerce-customer-account,
.crk-site-header .mheays-favorites-header,
.crk-site-header .wc-block-mini-cart {
	line-height: 1;
}

.crk-site-header .wc-block-customer-account__link,
.crk-site-header .mheays-favorites-header,
.crk-site-header .wc-block-mini-cart__button {
	align-items: center;
	display: inline-flex;
	min-height: 36px;
	min-width: 36px;
	justify-content: center;
	position: relative;
}

.crk-site-header .wc-block-mini-cart__button {
	border: 0 !important;
	box-shadow: none !important;
	color: #fff !important;
	outline: 0 !important;
	text-decoration: none !important;
}

.crk-site-header .wc-block-mini-cart__button:focus,
.crk-site-header .wc-block-mini-cart__button:focus-visible,
.crk-site-header .wc-block-mini-cart__button:active,
.crk-site-header .wc-block-mini-cart__button[aria-expanded="true"] {
	border: 0 !important;
	box-shadow: none !important;
	outline: 0 !important;
}

.crk-site-header .wc-block-mini-cart__quantity-badge {
	align-items: center;
	display: inline-flex;
	position: relative;
}

.crk-site-header .wc-block-mini-cart__badge {
	align-items: center;
	background: var(--crk-brand-green, #1f3b1c) !important;
	border: 2px solid var(--crk-brand-orange, #ef7a1c);
	border-radius: 999px;
	box-sizing: border-box;
	color: #fff !important;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	height: 22px;
	justify-content: center;
	left: auto;
	line-height: 1;
	margin: 0;
	min-width: 22px;
	padding: 0 5px;
	position: absolute;
	right: -10px;
	top: -10px;
	transform: none;
	white-space: nowrap;
	z-index: 2;
}

.crk-site-header .wc-block-customer-account__account-icon,
.crk-site-header .wc-block-customer-account__link svg,
.crk-site-header .wc-block-mini-cart__icon {
	display: block;
	height: 30px;
	width: 30px;
}

.crk-site-header .wc-block-customer-account__link svg {
	color: currentColor;
	flex: 0 0 auto;
}

.crk-home {
	margin-bottom: 0;
	margin-top: 0;
}

.home .wp-site-blocks > * + *,
.home .wp-block-post-content,
.home .entry-content,
.home .crk-footer {
	margin-block-start: 0;
}

.home .wp-block-post-content > .crk-home,
.home .entry-content > .crk-home {
	margin-block-end: 0;
}

.crk-home-hero {
	min-height: 100svh !important;
	overflow: hidden;
}

.crk-home-hero .wp-block-cover__image-background {
	filter: saturate(1.04) contrast(1.02);
}

.crk-home-hero__content {
	color: #fff;
	padding: clamp(126px, 18vh, 190px) 22px clamp(62px, 9vh, 96px);
	text-align: center;
}

.crk-home-hero__title {
	color: #fff;
	font-size: clamp(54px, 8vw, 128px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 0.9;
	margin: 0;
	text-transform: uppercase;
}

.crk-home-hero__title a {
	color: inherit;
	text-decoration: none;
}

.crk-home-hero__text {
	color: rgba(255, 255, 255, 0.88);
	font-size: clamp(16px, 1.45vw, 24px);
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.45;
	margin: 24px auto 0;
	max-width: 680px;
	text-transform: uppercase;
}

.crk-home-hero__button {
	margin-top: 38px;
}

.crk-home-hero__button .wp-block-button__link {
	background: #fff;
	border: 1px solid #fff;
	border-radius: 0;
	color: #111;
	font-size: clamp(18px, 1.25vw, 23px);
	font-weight: 700;
	letter-spacing: 0.1em;
	padding: 18px 42px;
	text-transform: uppercase;
	transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.crk-home-hero__button .wp-block-button__link:hover,
.crk-home-hero__button .wp-block-button__link:focus-visible {
	background: transparent;
	color: #fff;
	transform: translateY(-1px);
}

.crk-home-section {
	padding: clamp(58px, 7vw, 108px) clamp(22px, 4vw, 72px);
}

.crk-home-section + .crk-home-section:not(.crk-home-news) {
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.crk-home-section__header {
	gap: 18px;
	margin-bottom: clamp(28px, 3.2vw, 48px);
}

.crk-home-section__title {
	font-size: clamp(34px, 4.4vw, 76px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 0.95;
	margin: 0;
	text-transform: uppercase;
}

.crk-home-section__kicker {
	font-size: clamp(16px, 1.05vw, 20px);
	font-weight: 600;
	margin: 0;
	text-transform: uppercase;
}

.crk-home-section__kicker a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25em;
}

.crk-catalog-page {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 100%;
}

.crk-catalog-page__title {
	font-size: clamp(42px, 5.8vw, 94px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 0.95;
	margin: 0;
	text-transform: uppercase;
}

.crk-catalog-page__intro {
	color: rgba(0, 0, 0, 0.68);
	font-size: clamp(16px, 1.25vw, 22px);
	line-height: 1.45;
	margin: 18px 0 clamp(32px, 4vw, 56px);
	max-width: 760px;
}

.crk-home-products {
	background: #fff;
	padding-bottom: clamp(42px, 4.4vw, 64px);
	padding-top: clamp(48px, 5.2vw, 80px);
}

.crk-home > .crk-home-hero + .crk-home-products {
	margin-block-start: 0;
}

.crk-home-products .woocommerce {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--wp--style--global--wide-size);
}

.crk-home-products__slider {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--wp--style--global--wide-size);
	width: 100%;
}

.crk-home-products__slider .mheays-product-slider {
	margin-left: auto;
	margin-right: auto;
}

.crk-home-products ul.products {
	align-items: stretch;
	display: grid;
	gap: clamp(14px, 1.45vw, 24px);
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-bottom: 0;
	row-gap: clamp(24px, 2vw, 32px);
}

.crk-home-products ul.products li.product {
	display: flex;
	flex-direction: column;
	margin-bottom: 0;
	min-width: 0;
	position: relative;
	text-align: center;
}

.crk-home-products ul.products li.product a.woocommerce-LoopProduct-link {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-height: 0;
	order: 1;
	text-decoration: none;
}

.crk-home-products ul.products li.product a img {
	aspect-ratio: 3 / 4;
	background: transparent;
	flex: 0 0 auto;
	height: auto;
	margin-bottom: clamp(12px, 1.2vw, 16px);
	object-fit: contain !important;
	object-position: center center !important;
	width: 100%;
}

.crk-home-products ul.products li.product .woocommerce-loop-product__title {
	align-items: center;
	display: flex;
	font-size: clamp(22px, 2.05vw, 31px);
	justify-content: center;
	line-height: 1.18;
	margin: 0 0 10px;
	min-height: 2.36em;
	order: 2;
}

.crk-home-products ul.products li.product .price {
	color: var(--crk-brand-green-2);
	display: block;
	margin: 0 0 16px;
	min-height: 1.35em;
	order: 3;
}

.crk-home-products ul.products li.product .price .amount,
.crk-home-products ul.products li.product .price ins {
	color: inherit;
}

.crk-home-products ul.products li.product .button {
	align-items: center;
	align-self: center;
	box-sizing: border-box;
	display: inline-flex;
	justify-content: center;
	line-height: 1.15;
	margin: 4px auto 0;
	max-width: 100%;
	min-height: 44px;
	order: 4;
	position: static !important;
	text-align: center;
	transform: none !important;
	white-space: normal;
}

.crk-home-about {
	background: #f6f6f6;
}

.crk-home-about__columns {
	gap: clamp(34px, 6vw, 90px);
}

.crk-home-about__image {
	margin: 0;
}

.crk-home-about__image img {
	aspect-ratio: 3 / 4;
	display: block;
	height: auto;
	object-fit: contain;
	width: min(100%, 560px);
}

.crk-home-about__text {
	font-size: clamp(18px, 1.25vw, 23px);
	line-height: 1.55;
	margin: 24px 0 32px;
	max-width: 640px;
}

.crk-home-outline-button .wp-block-button__link {
	background: #111;
	border: 1px solid #111;
	border-radius: 0;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 15px 28px;
	text-transform: uppercase;
}

.crk-home-universes {
	background: #111;
	color: #fff;
	padding-bottom: clamp(44px, 4.6vw, 72px);
	padding-top: clamp(52px, 5.4vw, 82px);
}

.crk-home > .crk-home-about + .crk-home-universes {
	border-top: 0;
	margin-block-start: 0;
}

.crk-home-universes__grid {
	gap: clamp(18px, 2.6vw, 38px);
	margin-top: clamp(24px, 3vw, 42px);
}

.crk-home-universe-card__cover {
	overflow: hidden;
}

.crk-home-universe-card__cover .wp-block-cover__image-background {
	filter: saturate(1.05) contrast(1.03);
	transition: transform 280ms ease;
}

.crk-home-universe-card__cover:hover .wp-block-cover__image-background,
.crk-home-universe-card__cover:focus-within .wp-block-cover__image-background {
	transform: scale(1.035);
}

.crk-home-universe-card__cover h3 {
	font-size: clamp(27px, 2.4vw, 43px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.crk-home-universe-card__cover h3 a {
	color: #fff;
	text-decoration: none;
}

.crk-home-commitments {
	background: #fff;
	padding-bottom: clamp(54px, 5.6vw, 88px);
	padding-top: clamp(44px, 4.6vw, 70px);
}

.crk-home > .crk-home-universes + .crk-home-commitments {
	border-top: 0;
	margin-block-start: 0;
}

.crk-home-commitments__grid {
	gap: clamp(18px, 2vw, 30px);
	margin-top: clamp(24px, 3vw, 40px);
}

.crk-home-commitment {
	border: 1px solid rgba(0, 0, 0, 0.12);
	padding: clamp(24px, 2.4vw, 38px);
}

.crk-home-commitment__icon {
	align-items: center;
	background: var(--crk-commitment-accent, #1f3b1c);
	border: 1px solid var(--crk-commitment-accent, #1f3b1c);
	box-sizing: border-box;
	color: #fff;
	display: inline-flex;
	height: 48px;
	justify-content: center;
	margin: 0 0 28px;
	width: 48px;
}

.crk-home-commitment:nth-child(1) {
	--crk-commitment-accent: #ef7a1c;
	--crk-commitment-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 17h4V5H2v12h3M14 8h4l4 4v5h-2M7 19a2 2 0 1 0 0-4 2 2 0 0 0 0 4ZM17 19a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.crk-home-commitment:nth-child(2) {
	--crk-commitment-accent: #1f6f45;
	--crk-commitment-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 13c0 5-3.5 7.5-8 9-4.5-1.5-8-4-8-9V5l8-3 8 3zM9 12l2 2 4-4' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.crk-home-commitment:nth-child(3) {
	--crk-commitment-accent: #2e6faa;
	--crk-commitment-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 14a8 8 0 0 1 16 0M18 19c0 1.1-.9 2-2 2h-4M4 14h3v5H5a1 1 0 0 1-1-1zM20 14h-3v5h2a1 1 0 0 0 1-1z' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.crk-home-commitment:nth-child(4) {
	--crk-commitment-accent: #8b4bb3;
	--crk-commitment-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2.7 14.1 5l3.1-.3.8 3 2.6 1.7-1.5 2.7.6 3.1-2.9 1.2-1.6 2.7-2.8-1.4-2.8 1.4-1.6-2.7-2.9-1.2.6-3.1-1.5-2.7 2.6-1.7.8-3 3.1.3zM9 12l2 2 4-4' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.crk-home-commitment__icon:empty::before {
	background: currentColor;
	content: "";
	display: block;
	height: 25px;
	mask: var(--crk-commitment-icon) center / contain no-repeat;
	-webkit-mask: var(--crk-commitment-icon) center / contain no-repeat;
	width: 25px;
}

.crk-home-commitment__icon svg {
	display: block;
	height: 24px;
	width: 24px;
}

.crk-home-commitment h3 {
	font-size: clamp(20px, 1.3vw, 26px);
	font-weight: 700;
	line-height: 1.1;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.crk-home-commitment p:not(.crk-home-commitment__icon) {
	color: rgba(0, 0, 0, 0.68);
	font-size: 16px;
	line-height: 1.45;
	margin: 0;
}

.crk-home-google-reviews {
	background: #e9edf0;
	padding-bottom: clamp(52px, 5.6vw, 86px);
	padding-top: clamp(52px, 5.6vw, 86px);
}

.crk-home-google-reviews__layout {
	align-items: center;
	display: grid;
	gap: clamp(34px, 7vw, 112px);
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
}

.crk-home-google-reviews__layout--without-widget {
	grid-template-columns: minmax(0, 620px);
}

.crk-home-google-reviews__eyebrow,
.crk-home-google-reviews__widget-label {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.2;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.crk-home-google-reviews__text {
	font-size: clamp(18px, 1.25vw, 23px);
	line-height: 1.55;
	margin: 24px 0 32px;
	max-width: 620px;
}

.crk-home-google-reviews__widget {
	align-items: flex-start;
	border: 1px solid rgba(0, 0, 0, 0.18);
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 250px;
	padding: clamp(26px, 4vw, 52px);
	width: 100%;
}

.crk-home-google-reviews__widget-label {
	margin-bottom: 14px;
}

.crk-home-google-reviews__widget-text {
	color: rgba(0, 0, 0, 0.62);
	font-size: clamp(18px, 1.35vw, 22px);
	line-height: 1.45;
	margin: 0;
	max-width: 360px;
}

.crk-home-news {
	background: var(--crk-brand-soft-neutral, #f4f0ea);
	margin-bottom: 0;
	padding-bottom: clamp(58px, 7vw, 108px);
}

.crk-home > .crk-home-google-reviews + .crk-home-news {
	border-top: 0;
	margin-block-start: 0;
}

.crk-home-news + * {
	margin-block-start: 0;
}

.crk-home-news__query .wp-block-post-template {
	gap: clamp(18px, 2.4vw, 34px);
}

.crk-home-news__query .wp-block-post {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	padding: clamp(22px, 2.2vw, 34px);
}

.crk-home-news__query .wp-block-post-title {
	font-size: clamp(22px, 1.7vw, 32px) !important;
	font-weight: 700;
	line-height: 1.12;
	margin: 0 0 16px;
}

.crk-home-news__query .wp-block-post-title a {
	color: inherit;
	text-decoration: none;
}

.crk-home-news__query .wp-block-post-excerpt,
.crk-home-news__query .wp-block-post-date {
	color: rgba(0, 0, 0, 0.68);
	font-size: 16px;
	line-height: 1.45;
	margin: 0;
}

.crk-info-page {
	background: var(--pf-page-surface);
	color: #111;
	margin-top: clamp(92px, 8vw, 120px);
	max-width: none !important;
	width: 100% !important;
}

body:is(.page-id-205, .page-id-206, .page-id-207, .page-id-208, .page-id-209, .page-id-210, .page-id-211, .page-id-212, .page-id-213, .page-id-214, .page-id-215) main.wp-block-group {
	margin-top: 0 !important;
}

body:is(.page-id-205, .page-id-206, .page-id-207, .page-id-208, .page-id-209, .page-id-210, .page-id-211, .page-id-212, .page-id-213, .page-id-214, .page-id-215) main.wp-block-group > .wp-block-group.alignfull:first-child {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

body:is(.page-id-205, .page-id-206, .page-id-207, .page-id-208, .page-id-209, .page-id-210, .page-id-211, .page-id-212, .page-id-213, .page-id-214, .page-id-215) .wp-block-post-title:not(.crk-page-title) {
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	overflow: hidden !important;
	padding: 0 !important;
	visibility: hidden !important;
}

body:is(.page-id-205, .page-id-206, .page-id-207, .page-id-208, .page-id-209, .page-id-210, .page-id-211, .page-id-212, .page-id-213, .page-id-214, .page-id-215) .entry-content {
	margin-top: 0 !important;
}

body:has(.crk-shop-ajax) main.wp-block-group {
	margin-top: 0 !important;
}

body:has(.crk-shop-ajax) main.wp-block-group > .wp-block-group.alignfull:first-child {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

body:has(.crk-shop-ajax) .wp-block-post-title:not(.crk-page-title) {
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	overflow: hidden !important;
	padding: 0 !important;
	visibility: hidden !important;
}

.entry-content > .crk-info-page,
.is-layout-constrained > .crk-info-page {
	max-width: none !important;
}

.crk-page-hero {
	padding: clamp(58px, 8vw, 118px) clamp(22px, 5vw, 76px) var(--pf-page-hero-gap);
}

.crk-page-eyebrow {
	font-size: clamp(14px, 1vw, 18px);
	font-weight: 700;
	letter-spacing: 0.12em;
	margin: 0 0 18px;
	text-transform: uppercase;
}

.crk-page-title {
	font-size: clamp(46px, 7vw, 116px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 0.9;
	margin: 0;
	text-transform: uppercase;
}

.crk-page-lead {
	color: var(--pf-page-muted-text);
	font-size: clamp(18px, 1.45vw, 26px);
	line-height: 1.45;
	margin: clamp(22px, 3vw, 34px) 0 0;
	max-width: 780px;
}

.crk-page-section {
	box-sizing: border-box;
	max-width: none !important;
	padding: var(--pf-page-section-padding-block) clamp(22px, 5vw, 76px);
	width: 100% !important;
}

.crk-page-section + .crk-page-section,
.crk-page-hero + .crk-page-section {
	border-top: 1px solid var(--pf-page-border);
}

.crk-page-hero + .crk-page-section {
	padding-top: var(--pf-page-section-first-padding-block);
}

.crk-page-section h2 {
	font-size: clamp(32px, 4vw, 68px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 0.95;
	margin: 0 0 clamp(24px, 3vw, 42px);
	text-transform: uppercase;
}

.crk-page-section h3 {
	font-size: clamp(21px, 1.5vw, 30px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.crk-page-section p {
	font-size: clamp(16px, 1vw, 19px);
	line-height: 1.55;
	margin-top: 0;
}

.crk-page-section > .wp-block-columns,
.crk-page-section > .crk-timeline,
.crk-page-section > .crk-faq-list {
	margin-left: auto;
	margin-right: auto;
	max-width: 1180px;
	width: 100%;
}

.crk-page-section > .crk-faq-list {
	max-width: 920px;
}

.crk-page-band {
	background: var(--pf-page-band);
}

.crk-split {
	gap: clamp(28px, 5vw, 78px);
}

.crk-image-slot,
.crk-form-slot {
	align-items: center;
	aspect-ratio: 4 / 3;
	background: #efefef;
	border: 1px solid rgba(0, 0, 0, 0.08);
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0;
	min-height: 280px;
	padding: clamp(24px, 3vw, 42px);
	text-align: center;
}

.crk-form-slot {
	aspect-ratio: auto;
	background: #fff;
	min-height: 320px;
	text-align: left;
}

.crk-form-slot h2 {
	font-size: clamp(28px, 3vw, 46px);
	margin-bottom: 18px;
	width: 100%;
}

.crk-form-slot__shortcode {
	background: var(--pf-dark-background);
	color: #fff;
	font-weight: 700;
	margin: 18px 0 0;
	padding: 14px 16px;
	width: 100%;
}

.crk-form-slot__shortcode a {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.crk-image-slot__title {
	font-size: clamp(22px, 2vw, 34px) !important;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.crk-image-slot__text {
	color: rgba(0, 0, 0, 0.62);
	margin: 0;
	max-width: 420px;
}

.crk-card-grid {
	gap: clamp(18px, 2.2vw, 30px);
}

.crk-card {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.12);
	padding: clamp(24px, 2.6vw, 40px);
}

.crk-product-family-card {
	display: flex;
	flex-direction: column;
}

.crk-product-family-card > p {
	min-height: clamp(108px, 6vw, 132px);
}

.crk-product-family-card > .wp-block-buttons {
	margin-top: 0;
	padding-top: clamp(14px, 1.5vw, 22px);
}

.crk-page-band .crk-card {
	background: #fff;
}

.crk-card__kicker {
	color: rgba(0, 0, 0, 0.55);
	font-size: 13px !important;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.crk-card p:last-child {
	margin-bottom: 0;
}

.crk-text-button .wp-block-button__link {
	background: var(--pf-accent-orange, #ef7a1c);
	border: 1px solid var(--pf-accent-orange, #ef7a1c);
	border-radius: 0;
	color: #fff;
	display: inline-flex;
	font-size: clamp(17px, 1.05vw, 21px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	margin-top: clamp(18px, 2vw, 28px);
	padding: 17px 22px;
	text-decoration: none;
	text-transform: uppercase;
}

.crk-text-button .wp-block-button__link:hover,
.crk-text-button .wp-block-button__link:focus-visible {
	background: var(--pf-dark-green, #173f1f);
	border-color: var(--pf-dark-green, #173f1f);
	color: #fff;
}

.crk-form-slot__actions {
	gap: 10px;
	margin-top: 16px;
	width: 100%;
}

.crk-form-slot__actions .crk-text-button .wp-block-button__link {
	margin-top: 0;
}

.crk-rgpd-cookie-section {
	padding-top: clamp(34px, 3.4vw, 56px);
}

.crk-rgpd-cookie-section > p {
	margin-bottom: clamp(22px, 2.2vw, 34px);
	max-width: 1040px;
}

.crk-rgpd-contact-slot {
	aspect-ratio: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
	min-height: 0;
	padding: clamp(30px, 3vw, 46px);
	text-align: center;
	width: 100%;
}

.crk-rgpd-contact-slot h2,
.crk-rgpd-contact-slot p,
.crk-rgpd-contact-slot .crk-form-slot__actions {
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.crk-mini-cards {
	margin-top: 22px;
}

.crk-mini-cards .crk-card {
	padding: 22px;
}

.crk-timeline {
	display: grid;
	gap: 16px;
}

.crk-timeline__item {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.12);
	display: grid;
	gap: 12px;
	grid-template-columns: 76px minmax(0, 1fr);
	padding: clamp(22px, 2.4vw, 34px);
}

.crk-page-band .crk-timeline__item {
	background: #fff;
}

.crk-timeline__index {
	align-items: center;
	border: 1px solid rgba(0, 0, 0, 0.22);
	display: inline-flex;
	font-size: 20px !important;
	font-weight: 700;
	height: 52px;
	justify-content: center;
	line-height: 1;
	margin: 0;
	width: 52px;
}

.crk-timeline__item h3,
.crk-timeline__item p:not(.crk-timeline__index) {
	grid-column: 2;
}

.crk-timeline__item p:not(.crk-timeline__index) {
	color: rgba(0, 0, 0, 0.68);
	margin: 0;
}

.crk-faq-list {
	display: grid;
	gap: 12px;
}

.crk-faq-list h2 {
	margin-top: clamp(28px, 4vw, 54px);
}

.crk-faq-list h2:first-child {
	margin-top: 0;
}

.crk-faq-item {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.14);
	padding: 0;
}

.crk-faq-item summary {
	cursor: pointer;
	font-size: clamp(18px, 1.25vw, 23px);
	font-weight: 700;
	list-style-position: outside;
	padding: 20px 24px;
}

.crk-faq-item p {
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	color: rgba(0, 0, 0, 0.66);
	margin: 0;
	padding: 18px 24px 22px;
}

.crk-page-links-section {
	background: var(--pf-dark-background);
	color: #fff;
}

.crk-page-links-section h2 {
	color: #fff;
}

.crk-link-grid {
	gap: 14px;
}

.crk-link-card {
	background: var(--pf-card-background);
	border: 1px solid var(--pf-border-color);
	padding: 22px;
}

.crk-link-card p {
	margin: 0;
}

.crk-link-card a {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

.crk-link-card:hover,
.crk-link-card:focus-within {
	border-color: #ef7a1c;
}

.crk-link-card:hover a,
.crk-link-card:focus-within a {
	color: #ef7a1c;
}

.crk-note {
	background: #fff;
	border-left: 4px solid #17805b;
	font-weight: 700;
	margin: 0;
	padding: 18px 22px;
}

.crk-legal-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.crk-footer {
	--crk-footer-heading-gap: 20px;
	background: var(--pf-footer-surface);
	color: #1b2119;
	padding: clamp(34px, 4vw, 58px) clamp(22px, 3.5vw, 72px) clamp(18px, 2.4vw, 34px);
}

.crk-footer .crk-footer__columns {
	display: grid;
	column-gap: clamp(34px, 5vw, 86px);
	grid-template-columns: repeat(4, minmax(0, 1fr));
	row-gap: clamp(28px, 4vw, 54px);
	margin-bottom: clamp(22px, 3vw, 38px);
}

.crk-footer .crk-footer__column {
	min-width: 0;
}

.crk-footer .crk-footer__title {
	color: #1f3b1c;
	font-family: var(--crk-brand-title-font, Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif);
	font-size: clamp(20px, 1.5vw, 32px);
	font-weight: 800;
	letter-spacing: 0.03em;
	line-height: 1.1;
	margin: 0 0 var(--crk-footer-heading-gap);
	text-transform: uppercase;
	white-space: nowrap;
}

.crk-footer .crk-footer__nav {
	gap: 10px;
	margin-block-start: 0 !important;
}

.crk-footer .crk-footer__nav .wp-block-navigation-item__content {
	color: #1b2119;
	font-family: var(--crk-brand-body-font, Helvetica, Arial, sans-serif);
	font-size: clamp(17px, 1.2vw, 24px);
	font-weight: 400;
	line-height: 1.3;
	text-decoration: none;
}

.crk-footer .crk-footer__nav .wp-block-navigation-item__content:hover,
.crk-footer .crk-footer__nav .wp-block-navigation-item__content:focus-visible {
	text-decoration: underline;
	text-underline-offset: 0.22em;
}

.crk-footer .crk-footer__social-column {
	align-items: flex-start;
}

.crk-footer .crk-footer__socials {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 0 !important;
	margin-block-start: 0 !important;
}

.crk-footer .crk-footer__socials .wp-social-link {
	align-items: center;
	display: inline-flex;
	height: 42px;
	justify-content: center;
	margin: 0;
	width: 42px;
}

.crk-footer .crk-footer__socials .wp-social-link svg {
	height: 20px;
	width: 20px;
}

.crk-footer .crk-footer__socials .wp-social-link-instagram {
	background: #e90070;
}

.crk-footer .crk-footer__socials .wp-social-link-tiktok {
	background: #000;
}

.crk-footer .crk-footer__socials .wp-social-link-telegram {
	background: #2ea8e8;
}

.crk-footer .crk-footer__socials .wp-social-link-mail {
	background: #f0f0f0;
	color: #444;
}

.crk-footer .crk-footer__socials .wp-social-link-snapchat {
	background: #fffc00;
	color: #111;
}

.crk-footer .crk-footer__socials .wp-social-link-facebook,
.crk-footer .crk-footer__socials .wp-social-link-linkedin {
	background: #1877f2;
}

.crk-footer .crk-footer__socials .wp-social-link-x {
	background: #111;
}

.crk-footer .crk-footer__socials .wp-social-link-youtube {
	background: #f00;
}

.crk-footer .crk-footer__socials .wp-social-link-discord {
	background: #5865f2;
}

.crk-footer .crk-footer__socials .wp-social-link-whatsapp {
	background: #25d366;
}

.crk-footer .crk-footer__socials .wp-social-link-website,
.crk-footer .crk-footer__socials .wp-social-link-custom {
	background: #444;
}

.crk-footer .crk-footer__bottom {
	align-items: center;
	border-top: 1px solid rgba(31, 59, 28, 0.16);
	gap: 24px;
	overflow: visible;
	padding-top: 24px;
}

.crk-footer .crk-footer__copyright {
	color: #1b2119;
	font-size: clamp(16px, 1.1vw, 22px);
	line-height: 1;
	margin: 0;
}

.crk-footer .crk-footer__logo {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	justify-content: flex-end;
	margin: 0;
	width: clamp(52px, 4vw, 72px);
}

.crk-footer .crk-footer__logo img {
	display: block;
	height: clamp(52px, 4vw, 72px);
	max-width: 100%;
	object-fit: contain;
	width: 100%;
}

@media (max-width: 1100px) {
	.crk-site-header {
		--crk-header-inline-padding: clamp(20px, 3vw, 40px);
		--crk-header-menu-gap: clamp(10px, 1.6vw, 18px);
		--crk-header-title-size: clamp(21px, 2.6vw, 29px);
	}

	.crk-site-header .crk-site-header__inner {
		gap: 12px;
	}

	.crk-site-header .crk-site-header__left {
		flex: 1 1 auto;
	}

	.crk-site-header .crk-site-header__shop-link {
		display: flex !important;
		flex: 1 1 auto;
		font-size: clamp(16px, 1.9vw, 21px);
		gap: clamp(8px, 1.1vw, 14px);
		min-width: 0;
	}

	.crk-site-header .crk-site-header__shop-link .wp-block-navigation__container {
		gap: inherit;
		white-space: nowrap;
	}

	.crk-site-header .crk-site-header__shop-link a {
		white-space: nowrap;
	}

	.crk-site-header .crk-site-header__actions {
		gap: clamp(10px, 1.5vw, 18px);
		padding-right: 0;
	}

	.crk-home-commitments__grid {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.crk-home-commitment {
		column-gap: 18px;
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.crk-home-commitment__icon {
		grid-column: 2;
		grid-row: 1;
		margin: 0;
	}

	.crk-home-commitment h3 {
		align-self: center;
		grid-column: 1;
		grid-row: 1;
		margin: 0;
	}

	.crk-home-commitment p:not(.crk-home-commitment__icon) {
		grid-column: 1 / -1;
		grid-row: 2;
		margin: 22px 0 0;
	}
}

@media (max-width: 900px) {
	.crk-site-header .crk-site-header__menu .wp-block-navigation__responsive-container.is-menu-open {
		--crk-menu-extra-offset: 16px;
		overflow-y: auto;
		padding: clamp(34px, 5vh, 52px) 26px 42px;
	}

	.crk-site-header .crk-site-header__menu .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: clamp(14px, 3vw, 24px);
		row-gap: 34px;
		max-width: none;
		width: 100%;
	}

	.crk-site-header .crk-site-header__menu .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
		align-items: stretch;
		box-sizing: border-box;
		padding-left: clamp(28px, 5vw, 48px);
		width: 100%;
	}

	.crk-site-header .crk-site-header__menu .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-submenu {
		gap: 14px;
	}

	.crk-site-header .crk-site-header__menu .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-submenu > .wp-block-navigation-item__content {
		font-size: 23px;
	}

	.crk-site-menu-extra__title,
	.crk-site-menu-extra__newsletter .mheays-form-title,
	.crk-site-menu-extra > .mheays-google-reviews--button .mheays-google-reviews__title {
		font-size: 23px;
	}

	.crk-site-header .crk-site-header__menu .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
		font-size: 17px;
	}

	body:has(.crk-site-header .crk-site-header__menu .wp-block-navigation__responsive-container.is-menu-open) .crk-site-menu-extra {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: clamp(14px, 3vw, 24px);
		left: calc(26px + clamp(28px, 5vw, 48px));
		max-width: none;
		position: fixed;
		right: 26px;
		row-gap: 28px;
		top: var(--crk-menu-extra-top, clamp(320px, 40vh, 450px));
		width: auto;
	}

	.crk-site-menu-extra__social,
	.crk-site-menu-extra__newsletter {
		grid-column: auto;
		justify-self: start;
		width: auto !important;
	}

	.crk-site-menu-extra > .mheays-google-reviews--button {
		grid-column: 1 / -1;
	}

	.crk-site-menu-extra__newsletter .mheays-form-wrap {
		max-width: min(100%, 236px);
	}

	.crk-home-about__media {
		align-items: center;
		display: flex;
		justify-content: center;
		width: 100%;
	}

	.crk-home-about__image {
		margin-left: auto;
		margin-right: auto;
	}

	.crk-home-about__image img {
		margin-left: auto;
		margin-right: auto;
	}

	.crk-home-about__columns,
	.crk-home-universes__grid,
	.crk-home-commitments__grid,
	.crk-home-google-reviews__layout,
	.crk-card-grid,
	.crk-link-grid,
	.crk-split {
		flex-wrap: wrap !important;
	}

	.crk-home-google-reviews__layout {
		grid-template-columns: 1fr;
	}

	.crk-home-universe-card,
	.crk-home-commitment,
	.crk-card,
	.crk-link-card {
		flex-basis: calc(50% - 18px) !important;
		flex-grow: 1 !important;
	}

	.crk-legal-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.crk-footer .crk-footer__columns {
		display: grid;
		column-gap: clamp(36px, 9vw, 96px);
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 42px;
	}
}

@media (min-width: 641px) and (max-width: 1100px) {
	.crk-home-products .woocommerce {
		max-width: min(100%, 980px);
	}

	.crk-home-products .woocommerce ul.products {
		display: grid;
		gap: clamp(22px, 3vw, 30px);
		grid-template-columns: repeat(4, minmax(0, 1fr));
		justify-content: center;
		margin-inline: auto;
	}

	.crk-home-products .woocommerce ul.products::before,
	.crk-home-products .woocommerce ul.products::after {
		content: none;
	}

	.crk-home-products .woocommerce ul.products li.product {
		float: none;
		margin: 0;
		overflow: visible;
		width: auto;
	}

	.crk-home-products ul.products li.product .button {
		margin-top: 8px;
		padding-left: clamp(12px, 1.6vw, 18px);
		padding-right: clamp(12px, 1.6vw, 18px);
		width: 100%;
	}

	.crk-home-products .crk-home-section__header,
	.crk-home-about__content {
		text-align: center;
	}

	.crk-home-products .crk-home-section__header {
		justify-content: space-between;
	}

	.crk-home-about__columns {
		align-items: center !important;
		flex-direction: column !important;
		flex-wrap: nowrap !important;
		gap: 34px;
		justify-content: center;
	}

	.crk-home-about__media,
	.crk-home-about__content {
		flex-basis: auto !important;
		flex-grow: 0 !important;
		width: 100%;
	}

	.crk-home-about__media {
		max-width: 430px;
	}

	.crk-home-about__content {
		max-width: 720px;
	}

	.crk-home-about__content .crk-home-section__title {
		font-size: 42px;
	}

	.crk-home-about__image img {
		max-width: 100%;
		width: 420px;
	}

	.crk-home-about__text {
		font-size: 20px;
		line-height: 1.55;
		margin: 24px auto 32px;
		max-width: 640px;
	}

	.crk-home-about__content .crk-home-outline-button .wp-block-button__link {
		box-sizing: border-box;
		font-size: 17px;
		max-width: 100%;
		min-height: 54px;
		padding: 15px 28px;
		width: 330px;
	}

	.crk-home-about__content .wp-block-buttons {
		justify-content: center;
	}

	.crk-home-about__text {
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 640px) {
	.crk-site-header .crk-site-header__shop-link {
		display: none;
	}
}

@media (max-width: 640px) {
	.crk-site-header {
		--crk-header-actions-height: 30px;
		--crk-header-block-padding: 16px;
		--crk-header-inline-padding: 12px;
		--crk-header-menu-gap: 8px;
		--crk-header-menu-icon-size: 28px;
		--crk-header-title-size: 15px;
	}

	.crk-site-header .crk-site-header__inner {
		align-items: center;
		gap: 8px;
		padding: 16px 12px;
	}

	.crk-site-header .crk-site-header__menu .wp-block-navigation__responsive-container.is-menu-open {
		--crk-menu-extra-offset: 14px;
		padding-top: 34px;
	}

	body:has(.crk-site-header .crk-site-header__menu .wp-block-navigation__responsive-container.is-menu-open) .crk-site-menu-extra {
		column-gap: 12px;
		left: 28px;
		right: 20px;
		row-gap: 24px;
		top: var(--crk-menu-extra-top, 320px);
	}

	.crk-site-header .crk-site-header__menu .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
		column-gap: 12px;
		row-gap: 28px;
	}

	.crk-site-header .crk-site-header__menu .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
		padding-left: 8px;
	}

	.crk-site-menu-extra__newsletter .mheays-form-wrap {
		max-width: min(100%, 214px);
	}

	.crk-site-header .crk-site-header__menu .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-submenu > .wp-block-navigation-item__content,
	.crk-site-menu-extra__title,
	.crk-site-menu-extra__newsletter .mheays-form-title,
	.crk-site-menu-extra > .mheays-google-reviews--button .mheays-google-reviews__title {
		font-size: clamp(20px, 6vw, 23px);
	}

	.crk-site-header .crk-site-header__menu .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
		font-size: clamp(15px, 4.2vw, 17px);
	}

	.crk-site-header .crk-site-header__left {
		gap: 8px;
		margin-left: 0;
		min-width: 0;
	}

	.crk-site-header .crk-site-header__actions {
		gap: 6px;
		min-width: 0;
		padding-right: 0;
	}

	.crk-site-header .crk-site-header__shop-link {
		flex-shrink: 0;
		font-size: 14px;
	}

	.crk-home-commitments__grid {
		grid-template-columns: 1fr;
	}

	.crk-site-header .wc-block-customer-account__link,
	.crk-site-header .mheays-favorites-header,
	.crk-site-header .wc-block-mini-cart__button {
		min-height: 30px;
		min-width: 30px;
		padding: 0;
	}

	.crk-site-header .wc-block-customer-account__account-icon,
	.crk-site-header .wc-block-customer-account__link svg,
	.crk-site-header .wc-block-mini-cart__icon {
		height: 24px;
		width: 24px;
	}

	.crk-home-hero {
		min-height: 94vh !important;
	}

	.crk-home-hero__content {
		padding-top: 116px;
	}

	.crk-home-hero__text {
		letter-spacing: 0.04em;
	}

	.crk-home-hero__button .wp-block-button__link {
		padding-inline: 34px;
		width: min(100%, 260px);
	}

	.crk-home-section {
		padding: 48px 22px;
	}

	.crk-home-products {
		padding-top: 42px;
	}

	.crk-home-products .woocommerce ul.products {
		display: grid;
		gap: 24px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		justify-content: center;
	}

	.crk-home-products .woocommerce ul.products::before,
	.crk-home-products .woocommerce ul.products::after {
		content: none;
	}

	.crk-home-products .woocommerce ul.products li.product {
		float: none;
		margin: 0;
		width: auto;
	}

	.crk-home-universes {
		padding-bottom: 40px;
		padding-top: 42px;
	}

	.crk-home-universes__grid {
		margin-top: 24px;
	}

	.crk-home-commitments {
		padding-bottom: 48px;
		padding-top: 40px;
	}

	.crk-home-commitments__grid {
		margin-top: 24px;
	}

	.crk-home-google-reviews {
		padding-bottom: 48px;
		padding-top: 48px;
	}

	.crk-home-section__header {
		align-items: flex-start;
		flex-direction: column;
		margin-bottom: 28px;
	}

	.crk-home-products .crk-home-section__header,
	.crk-home-about__content {
		align-items: center;
		text-align: center;
	}

	.crk-home-products .crk-home-section__header {
		justify-content: center;
	}

	.crk-home-products .crk-home-section__kicker {
		width: 100%;
	}

	.crk-home-section__title {
		font-size: 34px;
	}

	.crk-home-about__image img {
		margin: 0 auto;
		width: min(100%, 420px);
	}

	.crk-home-about__text {
		font-size: 17px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 26px;
	}

	.crk-home-about__content .wp-block-buttons {
		justify-content: center;
	}

	.crk-home-universe-card,
	.crk-home-commitment,
	.crk-card,
	.crk-link-card {
		flex-basis: 100% !important;
	}

	.crk-home-universe-card__cover {
		min-height: 320px !important;
	}

	.crk-home-commitment {
		padding: 24px;
	}

	.crk-info-page {
		margin-top: 62px;
	}

	.crk-page-hero {
		padding: 44px 22px 24px;
	}

	.crk-page-title {
		font-size: 44px;
	}

	.crk-page-lead {
		font-size: 17px;
	}

	.crk-page-section {
		padding: 34px 22px;
	}

	.crk-page-hero + .crk-page-section {
		padding-top: 30px;
	}

	.crk-page-section h2 {
		font-size: 32px;
	}

	.crk-image-slot,
	.crk-form-slot {
		min-height: 240px;
	}

	.crk-timeline__item {
		grid-template-columns: 1fr;
	}

	.crk-timeline__item h3,
	.crk-timeline__item p:not(.crk-timeline__index) {
		grid-column: auto;
	}

	.crk-legal-grid {
		display: flex !important;
		flex-direction: column;
	}

	.crk-faq-item summary {
		padding: 18px;
	}

	.crk-faq-item p {
		padding: 16px 18px 20px;
	}

	.crk-footer {
		padding: 28px 24px 18px;
	}

	.crk-footer .crk-footer__columns {
		gap: 34px;
		grid-template-columns: 1fr;
		margin-bottom: 24px;
	}

	.crk-footer .crk-footer__title {
		margin-bottom: 16px;
		white-space: normal;
	}

	.crk-footer .crk-footer__socials {
		justify-content: flex-start;
	}

	.crk-footer .crk-footer__bottom {
		align-items: center;
		flex-direction: column;
		gap: 14px;
		padding-top: 14px;
		text-align: center;
	}
}

@media (max-width: 420px) {
	.crk-home-products .woocommerce ul.products {
		grid-template-columns: minmax(0, 1fr);
	}
}

.woocommerce ul.products li.product a img,
.wc-block-grid__product-image img,
.wp-block-woocommerce-product-image img {
	aspect-ratio: 3 / 4;
	background: transparent;
	display: block;
	height: auto;
	object-fit: contain !important;
	object-position: center center !important;
	width: 100%;
}

.wc-block-grid__product-image img,
.wp-block-woocommerce-product-image img {
	height: 100%;
}

.woocommerce-page .woocommerce-breadcrumb,
.woocommerce-page .wp-block-breadcrumbs,
.woocommerce-page .wc-block-breadcrumbs,
.woocommerce-page .wp-block-woocommerce-breadcrumbs {
	display: none !important;
}

.single-product main#wp--skip-link--target {
	padding-top: clamp(106px, 8vw, 146px);
}

.single-product main#wp--skip-link--target > .wp-block-columns.alignwide {
	align-items: start !important;
	display: grid !important;
	gap: clamp(30px, 5vw, 78px);
	grid-template-columns: minmax(280px, 520px) minmax(0, 1fr);
	margin: 0 auto clamp(42px, 6vw, 86px);
	max-width: min(1320px, calc(100% - clamp(32px, 6vw, 96px)));
	width: 100%;
}

.single-product main#wp--skip-link--target > .wp-block-columns.alignwide > .wp-block-column:first-child {
	grid-column: 1;
	order: 2;
	padding-top: clamp(4px, 1vw, 14px);
}

.single-product main#wp--skip-link--target > .wp-block-columns.alignwide > .wp-block-column:nth-child(2) {
	display: contents;
}

.single-product .wp-block-post-title {
	grid-column: 1 / -1;
	font-size: clamp(42px, 5vw, 82px);
	font-weight: 500;
	line-height: 0.98;
	margin: 0 auto clamp(24px, 3.2vw, 46px);
	max-width: 980px;
	order: 1;
	text-align: center;
}

.single-product .wp-block-woocommerce-product-image-gallery {
	margin: 0 auto;
	max-width: 520px;
	width: 100%;
}

	.single-product .woocommerce-product-gallery {
		background: transparent;
		box-sizing: border-box;
		opacity: 1 !important;
		width: 100% !important;
	}

	.single-product .woocommerce-product-gallery__wrapper {
		align-items: center;
		aspect-ratio: auto !important;
		box-sizing: border-box;
		display: flex;
		height: clamp(420px, 48vw, 620px);
		justify-content: center;
		margin: 0;
		min-height: 0;
		overflow: hidden;
		padding: 0;
	}

	.single-product .woocommerce-product-gallery__image {
		align-items: center;
		display: flex !important;
		height: 100%;
		justify-content: center;
		width: 100%;
	}

	.single-product .woocommerce-product-gallery__image > a {
		align-items: center;
		cursor: default;
		display: flex;
		height: 100%;
		justify-content: center;
		pointer-events: none;
		width: 100%;
	}

	.single-product .woocommerce-product-gallery__image img,
	.single-product .woocommerce div.product div.images img {
		aspect-ratio: auto !important;
		height: auto !important;
		max-height: 100%;
		max-width: 100%;
		object-fit: contain !important;
		object-position: center center !important;
		width: auto !important;
	}

.single-product .wp-block-woocommerce-product-price,
.single-product .wp-block-add-to-cart-form,
.single-product .wp-block-woocommerce-product-meta,
.single-product .crk-product-specs {
	grid-column: 2;
	max-width: 560px;
	width: 100%;
}

.single-product .wp-block-woocommerce-product-price {
	font-size: clamp(28px, 2.4vw, 42px) !important;
	font-weight: 500;
	margin: 0;
	order: 3;
}

.single-product .wp-block-woocommerce-product-price::before {
	content: "Prix : ";
	display: block;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.single-product .wp-block-add-to-cart-form {
	margin: 0;
	order: 4;
}

.single-product .wp-block-add-to-cart-form .stock {
	font-size: clamp(18px, 1.25vw, 24px);
	margin: 0;
}

.single-product .wp-block-add-to-cart-form .stock::before {
	color: #111;
	content: "Disponibilité : ";
	font-weight: 700;
}

.single-product .wp-block-woocommerce-product-meta {
	order: 5;
}

.single-product .wp-block-woocommerce-product-meta > .wp-block-group {
	align-items: flex-start;
	display: grid !important;
	gap: 10px;
}

.single-product .wp-block-woocommerce-product-meta .wp-block-post-terms__prefix {
	font-weight: 700;
}

.single-product .crk-product-specs {
	border-top: 1px solid rgba(0, 0, 0, 0.12);
	margin-top: clamp(6px, 1vw, 16px);
	order: 6;
	padding-top: clamp(18px, 2vw, 28px);
}

.single-product .crk-product-specs__title {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.single-product .crk-product-specs__list {
	display: grid;
	gap: 10px;
	margin: 0;
}

.single-product .crk-product-specs__row {
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(150px, max-content) minmax(0, 1fr);
}

.single-product .crk-product-specs dt,
.single-product .crk-product-specs dd {
	margin: 0;
}

.single-product .crk-product-specs dt {
	font-weight: 700;
}

.single-product .wp-block-woocommerce-product-details {
	margin: 0 auto;
	max-width: min(1120px, calc(100% - clamp(32px, 6vw, 96px)));
	width: 100%;
}

.single-product .woocommerce-tabs .tabs {
	border-bottom: 1px solid rgba(0, 0, 0, 0.14);
	display: flex;
	flex-wrap: wrap;
	gap: clamp(18px, 3vw, 44px);
	list-style: none;
	margin: 0 0 clamp(24px, 3vw, 40px);
	padding: 0;
}

.single-product .woocommerce-tabs .tabs li {
	margin: 0;
	padding: 0 0 14px;
}

.single-product .woocommerce-tabs .tabs a {
	color: #111;
	font-size: clamp(18px, 1.3vw, 24px);
	font-weight: 700;
	text-decoration: none;
}

.single-product .woocommerce-tabs .panel {
	margin: 0;
}

.single-product .woocommerce-tabs .panel > h2 {
	font-size: clamp(28px, 3vw, 48px);
	margin: 0 0 18px;
}

.single-product .woocommerce-product-attributes {
	border-collapse: collapse;
	width: 100%;
}

.single-product .woocommerce-product-attributes th,
.single-product .woocommerce-product-attributes td {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	padding: 12px 0;
	text-align: left;
}

.single-product .crk-related-products {
	margin: clamp(48px, 7vw, 96px) auto 0;
	max-width: min(1320px, calc(100% - clamp(32px, 6vw, 96px)));
	width: 100%;
}

.single-product .crk-related-products__header h2 {
	font-size: clamp(32px, 4vw, 68px);
	font-weight: 600;
	line-height: 1;
	margin: 0 0 clamp(22px, 3vw, 38px);
	text-align: center;
}

	.single-product .crk-related-products__rail {
		display: grid;
		gap: clamp(14px, 1.45vw, 24px);
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}

	.single-product .crk-related-product-card {
		display: flex;
		flex-direction: column;
		min-width: 0;
		text-align: center;
	}

	.single-product .crk-related-product-card__image {
		align-items: center;
		background: transparent;
		aspect-ratio: 3 / 4;
		box-sizing: border-box;
		display: flex;
		justify-content: center;
		margin-bottom: 16px;
		overflow: hidden;
		padding: 0;
		width: 100%;
	}

	.single-product .crk-related-product-card__image img {
		aspect-ratio: 3 / 4;
		display: block;
		height: 100%;
		object-fit: contain;
		object-position: center center;
		width: 100%;
	}

	.single-product .crk-related-product-card:nth-child(n+6) {
		display: none;
	}

	.single-product .crk-related-product-card h3 {
		align-items: center;
		display: flex;
		font-size: clamp(17px, 1.15vw, 22px);
		font-weight: 500;
		justify-content: center;
		line-height: 1.15;
		margin: 0 0 10px;
		min-height: 2.3em;
	}

	.single-product .crk-related-product-card h3 a {
	color: inherit;
	text-decoration: none;
}

	.single-product .crk-related-product-card__price {
		color: var(--crk-brand-green-2);
		font-size: clamp(18px, 1.35vw, 26px);
		margin: 0 0 16px;
		min-height: 1.35em;
	}

	.single-product .crk-related-product-card__price .amount,
	.single-product .crk-related-product-card__price ins {
		color: inherit;
	}

	.single-product .crk-related-product-card__actions {
		align-items: flex-end;
		display: flex;
		justify-content: center;
		margin-top: auto;
		min-height: 44px;
	}

	.single-product .crk-related-product-card__actions .button {
		align-items: center;
		display: inline-flex;
		justify-content: center;
		line-height: 1.15;
		margin: 0;
		min-height: 44px;
		padding: 10px 16px;
		text-align: center;
		white-space: normal;
	}

@media (max-width: 900px) {
	.single-product main#wp--skip-link--target {
		padding-top: clamp(94px, 18vw, 126px);
	}

	.single-product main#wp--skip-link--target > .wp-block-columns.alignwide {
		grid-template-columns: 1fr;
		max-width: min(720px, calc(100% - 32px));
	}

	.single-product main#wp--skip-link--target > .wp-block-columns.alignwide > .wp-block-column:first-child,
	.single-product .wp-block-woocommerce-product-price,
	.single-product .wp-block-add-to-cart-form,
	.single-product .wp-block-woocommerce-product-meta,
	.single-product .crk-product-specs {
		grid-column: 1;
		max-width: none;
	}

	.single-product main#wp--skip-link--target > .wp-block-columns.alignwide > .wp-block-column:first-child {
		order: 2;
	}

	.single-product .wp-block-post-title {
		order: 1;
	}

	.single-product .wp-block-woocommerce-product-price {
		order: 3;
	}

	.single-product .wp-block-add-to-cart-form {
		order: 4;
	}

	.single-product .wp-block-woocommerce-product-meta {
		order: 5;
	}

	.single-product .crk-product-specs {
		order: 6;
	}

	.single-product .woocommerce-product-gallery__wrapper {
		min-height: auto;
	}

	.single-product .crk-product-specs__row {
		grid-template-columns: 1fr;
		gap: 3px;
	}
}

.single-product main#wp--skip-link--target {
	padding-top: clamp(84px, 6.5vw, 118px);
}

.single-product .crk-product-page-title {
	font-size: clamp(42px, 5vw, 82px);
	font-weight: 500;
	line-height: 0.98;
	margin: 0 auto clamp(18px, 2.4vw, 34px);
	max-width: 980px;
	text-align: center;
}

	.single-product main#wp--skip-link--target > .wp-block-columns.alignwide {
		gap: clamp(22px, 4vw, 56px);
		grid-template-columns: minmax(260px, 460px) minmax(0, 560px);
		justify-content: center;
		margin: 0 auto clamp(42px, 6vw, 86px);
	}

.single-product main#wp--skip-link--target > .wp-block-columns.alignwide > .wp-block-column:first-child {
	order: initial;
	padding-top: 0;
}

.single-product main#wp--skip-link--target > .wp-block-columns.alignwide > .wp-block-column:nth-child(2) {
	align-content: start;
	display: grid;
	gap: clamp(12px, 1.6vw, 20px);
	max-width: 560px;
	width: 100%;
}

.single-product .wp-block-post-title {
	display: none;
}

.single-product .wp-block-woocommerce-product-price,
.single-product .wp-block-add-to-cart-form,
.single-product .wp-block-woocommerce-product-meta,
.single-product .crk-product-specs {
	grid-column: auto;
	max-width: none;
	order: initial;
}

.single-product .woocommerce-product-gallery__trigger {
	display: none !important;
}

	.single-product .woocommerce-product-gallery__wrapper {
		aspect-ratio: auto !important;
		height: clamp(420px, 48vw, 620px);
		min-height: 0;
		padding: 0;
	}

	.single-product .woocommerce-product-gallery__image img,
	.single-product .woocommerce div.product div.images img {
		max-height: 100%;
	}

.single-product .crk-product-specs {
	margin-top: 0;
	padding-top: clamp(14px, 1.6vw, 22px);
}

.single-product main#wp--skip-link--target > .wp-block-columns.alignwide {
	margin-bottom: clamp(18px, 3vw, 42px);
}

.single-product .wp-block-woocommerce-product-details {
	margin-top: 0;
}

.single-product .crk-product-specs__list {
	gap: 8px;
}

.single-product .crk-product-specs__row {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 0 8px;
	grid-template-columns: none;
}

.single-product .crk-product-specs dt {
	flex: 0 0 auto;
}

.single-product .crk-product-specs dd {
	flex: 0 1 auto;
}

@media (max-width: 1100px) {
	.single-product .crk-related-products__rail {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.single-product .crk-related-product-card:nth-child(n+4) {
		display: none;
	}
}

@media (max-width: 900px) {
	.single-product main#wp--skip-link--target {
		padding-top: clamp(82px, 17vw, 112px);
	}

	.single-product .crk-product-page-title {
		margin-bottom: clamp(16px, 6vw, 28px);
	}

	.single-product main#wp--skip-link--target > .wp-block-columns.alignwide {
		grid-template-columns: 1fr;
		max-width: min(720px, calc(100% - 32px));
	}

	.single-product main#wp--skip-link--target > .wp-block-columns.alignwide > .wp-block-column:first-child {
		order: initial;
	}

	.single-product main#wp--skip-link--target > .wp-block-columns.alignwide > .wp-block-column:nth-child(2) {
		max-width: none;
	}

		.single-product main#wp--skip-link--target > .wp-block-columns.alignwide {
			margin-bottom: clamp(14px, 6vw, 28px);
		}

		.single-product .crk-related-products {
			max-width: min(720px, calc(100% - 32px));
		}

		.single-product .crk-related-products__rail {
			grid-template-columns: repeat(2, minmax(0, 1fr));
		}

		.single-product .crk-related-product-card:nth-child(n+3) {
			display: none;
		}
	}

	@media (max-width: 560px) {
		.single-product .crk-related-products__rail {
			grid-template-columns: 1fr;
		}

		.single-product .crk-related-product-card:nth-child(n+2) {
			display: none;
		}
	}

.crk-form-slot .mheays-form-wrap {
	max-width: none;
}

.crk-form-slot .mheays-form-title {
	display: none;
}

.mheays-form-wrap--compact .mheays-form-description {
	font-size: 15px;
	line-height: 1.35;
	margin-bottom: 16px;
}

.mheays-form-wrap--compact .mheays-form {
	gap: 13px;
}

.mheays-form-wrap--compact .mheays-form__field {
	gap: 5px;
}

.mheays-form-wrap--compact .mheays-form__label {
	font-size: 14px;
	line-height: 1.25;
}

.mheays-form-wrap--compact .mheays-form input[type="text"],
.mheays-form-wrap--compact .mheays-form input[type="email"],
.mheays-form-wrap--compact .mheays-form input[type="tel"],
.mheays-form-wrap--compact .mheays-form select {
	min-height: 40px;
	padding: 8px 11px;
}

.mheays-form-wrap--compact .mheays-form textarea {
	min-height: 92px;
	padding: 9px 11px;
}

.mheays-form-wrap--compact .mheays-form__submit {
	margin-top: 3px;
	padding: 11px 22px;
}

.crk-footer__newsletter {
	background: var(--pf-footer-surface, #ededed) !important;
	margin-top: 16px;
	max-width: 190px;
}

.crk-footer__newsletter .mheays-form-wrap {
	background: var(--pf-footer-surface, #ededed) !important;
	margin: 0;
	max-width: none;
}

.crk-footer__newsletter .mheays-form-description,
.crk-footer__newsletter .mheays-form__label {
	display: none;
}

.crk-footer__newsletter .mheays-form-title {
	background: var(--pf-footer-surface, #ededed) !important;
	color: var(--pf-newsletter-title, #1f3b1c);
	display: block;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.11em;
	line-height: 1.2;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.crk-footer__newsletter .mheays-form--newsletter-compact {
	align-items: stretch;
	background: var(--pf-footer-surface, #ededed) !important;
	border: 1px solid var(--pf-newsletter-border, #111);
	box-sizing: border-box;
	display: flex;
	gap: 0;
	width: 100%;
}

.crk-footer__newsletter .mheays-form--newsletter-compact > p {
	display: contents;
}

.crk-footer__newsletter .mheays-form--newsletter-compact br,
.crk-footer__newsletter .mheays-form--newsletter-compact input[type="hidden"],
.crk-footer__newsletter .mheays-form--newsletter-compact .mheays-form__hp,
.crk-footer__newsletter .mheays-form--newsletter-compact .screen-reader-text {
	display: none !important;
}

.crk-footer__newsletter .mheays-form__field {
	flex: 1 1 auto;
	min-width: 0;
}

.crk-footer__newsletter .mheays-form__newsletter-email,
.crk-footer__newsletter .mheays-form input[type="email"].mheays-form__newsletter-email {
	-webkit-appearance: none;
	appearance: none;
	background: var(--pf-newsletter-field-bg, #fff);
	border: 0;
	border-right: 1px solid var(--pf-newsletter-field-border, #111);
	border-radius: 0;
	box-sizing: border-box;
	color: var(--pf-newsletter-field-text, #111);
	flex: 1 1 auto;
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	min-height: 32px;
	min-width: 0;
	padding: 0 10px;
}

.crk-footer__newsletter .mheays-form__newsletter-email::placeholder {
	color: var(--pf-newsletter-placeholder, rgba(0, 0, 0, 0.62));
}

.crk-footer__newsletter .mheays-form__submit {
	-webkit-appearance: none;
	appearance: none;
	background: var(--pf-newsletter-button-bg, #fff);
	border: 0;
	border-radius: 0;
	color: var(--pf-newsletter-button-text, #111);
	flex: 0 0 auto;
	font-size: 12px;
	font-weight: 700;
	height: 32px;
	justify-self: auto;
	line-height: 32px;
	min-height: 32px;
	min-width: 38px;
	padding: 0 7px;
	text-align: center;
	white-space: nowrap;
}

.crk-footer__newsletter .mheays-form-notice {
	color: #111;
	font-size: 13px;
	margin-bottom: 0;
}

.post-type-archive-product .woocommerce-products-header,
.tax-product_cat .woocommerce-products-header,
.post-type-archive-product .woocommerce-breadcrumb,
.tax-product_cat .woocommerce-breadcrumb,
.post-type-archive-product .woocommerce-result-count,
.tax-product_cat .woocommerce-result-count,
.post-type-archive-product .woocommerce-ordering,
.tax-product_cat .woocommerce-ordering,
.post-type-archive-product .wp-block-breadcrumbs,
.tax-product_cat .wp-block-breadcrumbs,
.post-type-archive-product .wc-block-breadcrumbs,
.tax-product_cat .wc-block-breadcrumbs,
.post-type-archive-product .wp-block-woocommerce-breadcrumbs,
.tax-product_cat .wp-block-woocommerce-breadcrumbs,
.post-type-archive-product .wp-block-query-title,
.tax-product_cat .wp-block-query-title,
.post-type-archive-product .wp-block-woocommerce-product-results-count,
.tax-product_cat .wp-block-woocommerce-product-results-count,
.post-type-archive-product ul.products,
.tax-product_cat ul.products {
	display: none !important;
}

.post-type-archive-product .page-title,
.tax-product_cat .page-title {
	display: none !important;
}

.mheays-social-networks {
	--mheays-social-button-size: 36px;
	--mheays-social-icon-size: 19px;
	--mheays-social-button-radius: 8px;
	--mheays-social-button-gap: 8px;
}

.mheays-social-buttons {
	display: block;
}

.crk-footer .mheays-social-networks__title {
	margin: 0 0 var(--crk-footer-heading-gap) !important;
}

.mheays-social-networks__list,
.crk-site-menu-extra__socials,
.crk-footer .crk-footer__socials {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	gap: var(--mheays-social-button-gap);
	list-style: none;
	margin: 0 !important;
	margin-block-start: 0 !important;
	padding: 0;
}

.mheays-social-networks__item,
.crk-site-menu-extra__socials .wp-social-link,
.crk-footer .crk-footer__socials .wp-social-link {
	align-items: center;
	background: #444;
	border: 1px solid transparent;
	border-radius: var(--mheays-social-button-radius);
	box-sizing: border-box;
	color: #fff;
	display: inline-flex;
	flex: 0 0 var(--mheays-social-button-size);
	height: var(--mheays-social-button-size);
	justify-content: center;
	margin: 0;
	overflow: hidden;
	padding: 0;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
	width: var(--mheays-social-button-size);
}

.mheays-social-networks__link,
.crk-site-menu-extra__socials .wp-social-link a,
.crk-footer .crk-footer__socials .wp-social-link a {
	align-items: center;
	border-radius: inherit;
	box-sizing: border-box;
	color: inherit;
	display: inline-flex;
	height: 100%;
	justify-content: center;
	margin: 0;
	padding: 0;
	width: 100%;
}

.mheays-social-networks__icon,
.crk-site-menu-extra__socials .wp-social-link svg,
.crk-footer .crk-footer__socials .wp-social-link svg {
	display: block;
	height: var(--mheays-social-icon-size);
	margin: 0;
	width: var(--mheays-social-icon-size);
}

.mheays-social-buttons__icon,
.crk-site-menu-extra__socials .mheays-social-buttons__icon,
.crk-footer .crk-footer__socials .mheays-social-buttons__icon {
	fill: currentColor;
	stroke: none;
}

.wp-social-link-email .mheays-social-buttons__icon,
.wp-social-link-mail .mheays-social-buttons__icon {
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
}

.crk-site-menu-extra__socials .wp-social-link-email .mheays-social-buttons__icon,
.crk-site-menu-extra__socials .wp-social-link-mail .mheays-social-buttons__icon,
.crk-footer .crk-footer__socials .wp-social-link-email .mheays-social-buttons__icon,
.crk-footer .crk-footer__socials .wp-social-link-mail .mheays-social-buttons__icon {
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
}

.mheays-social-networks__item:hover,
.mheays-social-networks__item:focus-within,
.crk-site-menu-extra__socials .wp-social-link:hover,
.crk-site-menu-extra__socials .wp-social-link:focus-within,
.crk-footer .crk-footer__socials .wp-social-link:hover,
.crk-footer .crk-footer__socials .wp-social-link:focus-within {
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.14);
	transform: translateY(-2px);
}

.mheays-social-networks__item.wp-social-link-instagram,
.crk-site-menu-extra__socials .wp-social-link-instagram,
.crk-footer .crk-footer__socials .wp-social-link-instagram {
	background: #e90070;
	color: #fff;
}

.mheays-social-networks__item.wp-social-link-tiktok,
.crk-site-menu-extra__socials .wp-social-link-tiktok,
.crk-footer .crk-footer__socials .wp-social-link-tiktok {
	background: #000;
	color: #fff;
}

.mheays-social-networks__item.wp-social-link-telegram,
.crk-site-menu-extra__socials .wp-social-link-telegram,
.crk-footer .crk-footer__socials .wp-social-link-telegram {
	background: #2ea8e8;
	color: #fff;
}

.mheays-social-networks__item.wp-social-link-email,
.mheays-social-networks__item.wp-social-link-mail,
.crk-site-menu-extra__socials .wp-social-link-email,
.crk-site-menu-extra__socials .wp-social-link-mail,
.crk-footer .crk-footer__socials .wp-social-link-email,
.crk-footer .crk-footer__socials .wp-social-link-mail {
	background: #fff;
	border-color: #111;
	color: #111;
}

.mheays-social-networks__item.wp-social-link-snapchat,
.crk-site-menu-extra__socials .wp-social-link-snapchat,
.crk-footer .crk-footer__socials .wp-social-link-snapchat {
	background: #fffc00;
	color: #111;
}

.mheays-social-networks__item.wp-social-link-facebook,
.mheays-social-networks__item.wp-social-link-linkedin,
.crk-site-menu-extra__socials .wp-social-link-facebook,
.crk-site-menu-extra__socials .wp-social-link-linkedin,
.crk-footer .crk-footer__socials .wp-social-link-facebook,
.crk-footer .crk-footer__socials .wp-social-link-linkedin {
	background: #1877f2;
	color: #fff;
}

.mheays-social-networks__item.wp-social-link-x,
.crk-site-menu-extra__socials .wp-social-link-x,
.crk-footer .crk-footer__socials .wp-social-link-x {
	background: #111;
	color: #fff;
}

.mheays-social-networks__item.wp-social-link-youtube,
.crk-site-menu-extra__socials .wp-social-link-youtube,
.crk-footer .crk-footer__socials .wp-social-link-youtube {
	background: #f00;
	color: #fff;
}

.mheays-social-networks__item.wp-social-link-discord,
.crk-site-menu-extra__socials .wp-social-link-discord,
.crk-footer .crk-footer__socials .wp-social-link-discord {
	background: #5865f2;
	color: #fff;
}

.mheays-social-networks__item.wp-social-link-whatsapp,
.crk-site-menu-extra__socials .wp-social-link-whatsapp,
.crk-footer .crk-footer__socials .wp-social-link-whatsapp {
	background: #25d366;
	color: #fff;
}

.crk-site-menu-extra__socials .wp-social-link-instagram,
.crk-site-menu-extra__socials .wp-social-link-tiktok,
.crk-site-menu-extra__socials .wp-social-link-telegram {
	color: #fff !important;
}

.crk-site-menu-extra__socials .wp-social-link-instagram a,
.crk-site-menu-extra__socials .wp-social-link-tiktok a,
.crk-site-menu-extra__socials .wp-social-link-telegram a {
	color: inherit !important;
}

.crk-site-menu-extra__socials .wp-social-link-instagram .mheays-social-buttons__icon,
.crk-site-menu-extra__socials .wp-social-link-tiktok .mheays-social-buttons__icon,
.crk-site-menu-extra__socials .wp-social-link-telegram .mheays-social-buttons__icon {
	fill: currentColor !important;
	stroke: none !important;
}

.crk-site-menu-extra__socials .wp-social-link-email,
.crk-site-menu-extra__socials .wp-social-link-mail,
.crk-site-menu-extra__socials .wp-social-link-snapchat {
	color: #fff !important;
}

.crk-site-menu-extra__socials .wp-social-link-email a,
.crk-site-menu-extra__socials .wp-social-link-mail a,
.crk-site-menu-extra__socials .wp-social-link-snapchat a {
	color: inherit !important;
}

.crk-site-menu-extra__socials .wp-social-link {
	background: #1f3b1c !important;
	border-color: rgba(23, 128, 91, 0.72) !important;
	color: #fff !important;
}

.crk-site-menu-extra__socials .wp-social-link:hover,
.crk-site-menu-extra__socials .wp-social-link:focus-within {
	background: #ef7a1c !important;
	border-color: #17805b !important;
	color: #fff !important;
}

.crk-site-menu-extra__socials .wp-social-link a {
	color: inherit !important;
}

.crk-site-menu-extra__socials .wp-social-link .mheays-social-buttons__icon,
.crk-site-menu-extra__socials .wp-social-link svg,
.crk-footer .crk-footer__socials .wp-social-link .mheays-social-buttons__icon,
.crk-footer .crk-footer__socials .wp-social-link svg {
	color: #fff !important;
	fill: currentColor !important;
}

.crk-footer .crk-footer__socials .wp-social-link,
.crk-footer .crk-footer__socials .mheays-social-networks__item,
.crk-footer .crk-footer__socials .mheays-social-buttons__item {
	background: #1f3b1c !important;
	border-color: rgba(23, 128, 91, 0.72) !important;
	color: #fff !important;
}

.crk-footer .crk-footer__socials .wp-social-link:hover,
.crk-footer .crk-footer__socials .wp-social-link:focus-within,
.crk-footer .crk-footer__socials .wp-social-link:hover a,
.crk-footer .crk-footer__socials .wp-social-link:focus-within a,
.crk-footer .crk-footer__socials .mheays-social-networks__item:hover,
.crk-footer .crk-footer__socials .mheays-social-buttons__item:hover {
	background: #ef7a1c !important;
	border-color: #17805b !important;
	color: #fff !important;
}

@media (max-width: 640px) {
	.mheays-social-networks {
		--mheays-social-button-size: 36px;
		--mheays-social-icon-size: 19px;
		--mheays-social-button-gap: 8px;
	}

	.mheays-social-networks__list,
	.crk-site-menu-extra__socials,
	.crk-footer .crk-footer__socials {
		flex-wrap: wrap;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mheays-social-networks__item,
	.crk-site-menu-extra__socials .wp-social-link,
	.crk-footer .crk-footer__socials .wp-social-link {
		transition: none;
	}

	.mheays-social-networks__item:hover,
	.mheays-social-networks__item:focus-within,
	.crk-site-menu-extra__socials .wp-social-link:hover,
	.crk-site-menu-extra__socials .wp-social-link:focus-within,
	.crk-footer .crk-footer__socials .wp-social-link:hover,
	.crk-footer .crk-footer__socials .wp-social-link:focus-within {
		transform: none;
	}
}
