/*
 * Hacker House Customizations frontend styles.
 * All rules are scoped by plugin body classes so deactivation restores the theme.
 */

.hhc-customizations-active .hhc-shop-shell,
.hhc-customizations-active .hhc-product-card,
.hhc-customizations-active .hhc-benefits,
.hhc-customizations-active .hhc-product-grid,
.hhc-customizations-active .wc-block-grid__product,
.hhc-customizations-active .wc-block-product,
.hhc-customizations-active .elementor-widget-woocommerce-products,
.hhc-customizations-active .elementor-widget-wc-archive-products {
	font-family: 'Familjen Grotesk', sans-serif;
}

.hhc-custom-shop-active {
	background: var(--hhc-background);
}

.hhc-custom-single-active {
	background: var(--hhc-background);
}

.hhc-custom-shop-active .hhc-shop-shell {
	box-sizing: border-box;
	width: min(calc(100% - 40px), var(--hhc-container-width));
	max-width: var(--hhc-container-width);
	margin-inline: auto;
	padding: 30px 0 64px;
	color: var(--hhc-text);
}

.hhc-custom-shop-active .hhc-shop-shell::after {
	content: "";
	display: table;
	clear: both;
}

.hhc-custom-shop-active .woocommerce-breadcrumb {
	margin: 0 0 16px;
	color: var(--hhc-muted-text);
	font-family: 'Familjen Grotesk', sans-serif;
	font-size: 15px;
	line-height: 1.6;
}

.hhc-custom-shop-active .woocommerce-breadcrumb a {
	color: var(--hhc-muted-text);
	text-decoration: none;
}

.hhc-custom-shop-active .woocommerce-breadcrumb a:hover {
	color: var(--hhc-accent);
}

.hhc-custom-shop-active .woocommerce-products-header {
	padding: 0;
	margin: 0 0 10px;
	background: transparent;
}

.hhc-custom-shop-active .woocommerce-products-header__title,
.hhc-custom-shop-active .page-title {
	margin: 0 0 12px;
	color: var(--hhc-text);
	font-family: 'Familjen Grotesk', sans-serif;
	font-size: clamp(42px, 5vw, 64px);
	font-weight: 700;
	letter-spacing: -.04em;
	line-height: 1.05;
}

.hhc-custom-shop-active .term-description,
.hhc-custom-shop-active .woocommerce-products-header__description {
	max-width: 760px;
	margin-bottom: 24px;
	color: var(--hhc-muted-text);
	font-family: 'Familjen Grotesk', sans-serif;
	font-size: 16px;
	line-height: 1.65;
}

.hhc-custom-shop-active .woocommerce-result-count {
	float: left;
	margin: 13px 0 24px;
	color: var(--hhc-muted-text);
	font-family: 'Familjen Grotesk', sans-serif;
	font-size: 16px;
	line-height: 46px;
}

.hhc-custom-shop-active .woocommerce-ordering {
	float: right;
	margin: 13px 0 24px;
}

.hhc-custom-shop-active .woocommerce-ordering select {
	min-width: 230px;
	height: 48px;
	padding: 0 44px 0 16px;
	border: 1px solid var(--hhc-border);
	border-radius: 9px;
	background-color: #fff;
	color: var(--hhc-text);
	font-family: 'Familjen Grotesk', sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	box-shadow: 0 3px 12px rgba(23, 23, 23, .025);
	cursor: pointer;
}

.hhc-custom-shop-active .woocommerce-ordering select:focus {
	border-color: var(--hhc-accent);
	outline: 3px solid color-mix(in srgb, var(--hhc-accent) 20%, transparent);
	outline-offset: 1px;
}

.hhc-custom-shop-active .hhc-shop-shell ul.products:not(.hhc-carousel-products):not(.swiper-wrapper):not(.slick-track) {
	display: grid !important;
	grid-template-columns: repeat(var(--hhc-columns-desktop), minmax(0, 1fr));
	clear: both;
	gap: 28px;
	width: 100%;
	margin: 0 !important;
	padding: 0;
}

.hhc-custom-shop-active .hhc-shop-shell ul.products:not(.hhc-carousel-products):not(.swiper-wrapper):not(.slick-track)::before,
.hhc-custom-shop-active .hhc-shop-shell ul.products:not(.hhc-carousel-products):not(.swiper-wrapper):not(.slick-track)::after {
	display: none !important;
}

.hhc-custom-shop-active .hhc-shop-shell ul.products:not(.hhc-carousel-products):not(.swiper-wrapper):not(.slick-track) > li.product,
.hhc-custom-shop-active .hhc-shop-shell ul.products:not(.hhc-carousel-products):not(.swiper-wrapper):not(.slick-track) > li.product-category {
	float: none !important;
	width: auto !important;
	max-width: none !important;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

/* Exact card rendered by templates/content-product.php. */
.hhc-customizations-active li.product.hhc-product {
	box-sizing: border-box;
	list-style: none;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

.hhc-customizations-active .hhc-product-card {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	height: 100%;
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--hhc-border);
	border-radius: var(--hhc-card-radius);
	background: var(--hhc-card-background);
	box-shadow: 0 8px 24px rgba(31, 20, 16, .055);
	transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.hhc-customizations-active .hhc-product-card:hover {
	transform: translateY(-4px);
	border-color: color-mix(in srgb, var(--hhc-accent) 17%, var(--hhc-border));
	box-shadow: 0 15px 36px rgba(31, 20, 16, .1);
}

.hhc-customizations-active .hhc-product-card__media {
	position: relative;
	flex: 0 0 auto;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	background: #f2efed;
}

.hhc-customizations-active .hhc-product-card__image-link {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-decoration: none;
}

.hhc-customizations-active .hhc-product-card__image,
.hhc-customizations-active .hhc-product-card__image-link img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	object-fit: cover;
	object-position: center;
	transition: transform .45s cubic-bezier(.2,.7,.2,1);
}

.hhc-customizations-active .hhc-product-card:hover .hhc-product-card__image {
	transform: scale(1.045);
}

.hhc-customizations-active .hhc-sale-badge {
	position: absolute;
	z-index: 3;
	top: 14px;
	left: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 48px;
	min-height: 28px;
	box-sizing: border-box;
	padding: 5px 11px;
	border-radius: 999px;
	background: var(--hhc-accent);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .02em;
	line-height: 1;
	box-shadow: 0 5px 14px rgba(239, 35, 60, .25);
}

.hhc-customizations-active .hhc-product-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-width: 0;
	box-sizing: border-box;
	padding: 21px 22px 22px;
}

.hhc-customizations-active .hhc-product-card__title {
	display: -webkit-box;
	overflow: hidden;
	min-height: 2.5em;
	margin: 0 0 7px !important;
	padding: 0 !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: var(--hhc-text);
	font-family: 'Familjen Grotesk', sans-serif;
	font-size: clamp(19px, 1.35vw, 21px) !important;
	font-weight: 600;
	letter-spacing: -.015em;
	line-height: 1.25;
	text-transform: none;
	overflow-wrap: anywhere;
}

.hhc-customizations-active .hhc-product-card__title a {
	color: inherit !important;
	font: inherit;
	text-decoration: none !important;
	transition: color .2s ease;
}

.hhc-customizations-active .hhc-product-card__title a:hover {
	color: var(--hhc-accent) !important;
}

.hhc-customizations-active .hhc-product-card__author {
	overflow: hidden;
	margin: 0 0 13px !important;
	color: var(--hhc-accent);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.35;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hhc-customizations-active .hhc-product-card__price {
	min-height: 1.45em;
	margin: 0 0 10px;
	color: var(--hhc-text);
	font-family: 'Familjen Grotesk', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.35;
}

.hhc-customizations-active .hhc-product-card__price .amount {
	color: inherit;
	font: inherit;
}

.hhc-customizations-active .hhc-product-card__price del {
	margin-right: 6px;
	color: var(--hhc-muted-text);
	font-size: 14px;
	font-weight: 500;
	opacity: .75;
}

.hhc-customizations-active .hhc-product-card__price del .amount {
	color: inherit;
	font-size: inherit;
}

.hhc-customizations-active .hhc-product-card__price ins {
	color: var(--hhc-accent);
	text-decoration: none;
}

.hhc-customizations-active .hhc-product-card__description {
	display: -webkit-box;
	overflow: hidden;
	margin: 0 0 20px !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	color: var(--hhc-muted-text);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.55;
	overflow-wrap: anywhere;
}

.hhc-customizations-active .hhc-product-card__action {
	margin-top: auto;
	padding-top: 5px;
}

.hhc-customizations-active .hhc-buy-button {
	display: inline-flex !important;
	align-items: center;
	justify-content: space-between;
	min-width: 158px;
	min-height: 48px;
	box-sizing: border-box;
	padding: 4px 4px 4px 22px !important;
	border: 0 !important;
	border-radius: var(--hhc-button-radius) !important;
	background: var(--hhc-primary) !important;
	color: #fff !important;
	font-family: 'Familjen Grotesk', sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none !important;
	box-shadow: none !important;
	transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.hhc-customizations-active .hhc-buy-button__label {
	padding-right: 15px;
	white-space: nowrap;
}

.hhc-customizations-active .hhc-buy-button__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
	border-radius: 50%;
	background: var(--hhc-accent);
	transition: transform .24s ease, background-color .2s ease;
}

.hhc-customizations-active .hhc-buy-button__icon svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.hhc-customizations-active .hhc-buy-button:hover {
	background: #242424 !important;
	color: #fff !important;
	box-shadow: 0 7px 16px rgba(17,17,17,.16) !important;
}

.hhc-customizations-active .hhc-buy-button:hover .hhc-buy-button__icon {
	transform: translateX(2px) scale(1.04);
	background: var(--hhc-accent-hover);
}

.hhc-customizations-active .hhc-buy-button:focus-visible,
.hhc-customizations-active .hhc-product-card a:focus-visible {
	outline: 3px solid color-mix(in srgb, var(--hhc-accent) 35%, transparent) !important;
	outline-offset: 3px;
}

/* Preserve ownership of slide widths for all common carousel engines. */
.hhc-customizations-active .swiper-slide > .hhc-product,
.hhc-customizations-active .slick-slide .hhc-product,
.hhc-customizations-active .owl-item .hhc-product,
.hhc-customizations-active .splide__slide .hhc-product,
.hhc-customizations-active .hhc-product.hhc-in-carousel:not(.swiper-slide):not(.slick-slide):not(.owl-item):not(.splide__slide) {
	width: 100% !important;
	max-width: none;
	margin-inline: 0 !important;
}

.hhc-customizations-active .swiper-slide .hhc-product-card,
.hhc-customizations-active .slick-slide .hhc-product-card,
.hhc-customizations-active .owl-item .hhc-product-card,
.hhc-customizations-active .splide__slide .hhc-product-card {
	height: 100%;
}

/* Reusable recent-products grid shortcode. */
.hhc-customizations-active .hhc-product-grid {
	box-sizing: border-box;
	width: 100%;
	max-width: var(--hhc-container-width);
	margin: 36px auto;
	color: var(--hhc-text);
}

.hhc-customizations-active .hhc-product-grid__title {
	margin: 0 0 22px !important;
	padding: 0 !important;
	color: var(--hhc-text);
	font-family: 'Familjen Grotesk', sans-serif;
	font-size: clamp(30px, 3.5vw, 44px) !important;
	font-weight: 700;
	letter-spacing: -.035em;
	line-height: 1.1;
	text-transform: none;
}

.hhc-customizations-active .hhc-product-grid ul.products.hhc-product-grid__items {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	align-items: stretch;
	gap: 28px;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

.hhc-customizations-active .hhc-product-grid ul.products.hhc-product-grid__items::before,
.hhc-customizations-active .hhc-product-grid ul.products.hhc-product-grid__items::after {
	display: none !important;
}

.hhc-customizations-active .hhc-product-grid ul.products.hhc-product-grid__items > li.product.hhc-product-grid__item {
	float: none !important;
	width: auto !important;
	max-width: none !important;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

.hhc-customizations-active .hhc-product-grid__item .hhc-product-card {
	height: 100%;
}

/* Native WooCommerce Blocks cannot use content-product.php; restyle their existing markup safely. */
.hhc-global-product-cards-active .wc-block-grid__product,
.hhc-global-product-cards-active .wc-block-product {
	box-sizing: border-box;
	overflow: hidden;
	padding: 0 0 20px !important;
	border: 1px solid var(--hhc-border) !important;
	border-radius: var(--hhc-card-radius);
	background: var(--hhc-card-background);
	box-shadow: 0 8px 24px rgba(31, 20, 16, .055);
	transition: transform .28s ease, box-shadow .28s ease;
}

.hhc-global-product-cards-active .wc-block-grid__product:hover,
.hhc-global-product-cards-active .wc-block-product:hover {
	transform: translateY(-4px);
	box-shadow: 0 15px 36px rgba(31, 20, 16, .1);
}

.hhc-global-product-cards-active .wc-block-grid__product-image,
.hhc-global-product-cards-active .wc-block-components-product-image {
	overflow: hidden;
	margin: 0 0 18px !important;
	aspect-ratio: 4 / 3;
	background: #f2efed;
}

.hhc-global-product-cards-active .wc-block-grid__product-image img,
.hhc-global-product-cards-active .wc-block-components-product-image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	transition: transform .45s cubic-bezier(.2,.7,.2,1);
}

.hhc-global-product-cards-active .wc-block-grid__product:hover img,
.hhc-global-product-cards-active .wc-block-product:hover img {
	transform: scale(1.045);
}

.hhc-global-product-cards-active .wc-block-grid__product-title,
.hhc-global-product-cards-active .wc-block-components-product-name {
	display: -webkit-box;
	overflow: hidden;
	margin: 0 20px 9px !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: var(--hhc-text) !important;
	font-size: 19px !important;
	font-weight: 600;
	line-height: 1.25;
	text-decoration: none !important;
}

.hhc-global-product-cards-active .wc-block-grid__product-price,
.hhc-global-product-cards-active .wc-block-components-product-price {
	margin: 0 20px 16px !important;
	color: var(--hhc-text);
	font-size: 19px;
	font-weight: 700;
}

.hhc-global-product-cards-active .wc-block-grid__product-add-to-cart,
.hhc-global-product-cards-active .wp-block-woocommerce-product-button {
	margin: auto 20px 0 !important;
}

.hhc-global-product-cards-active .wc-block-grid__product-add-to-cart a,
.hhc-global-product-cards-active .wp-block-woocommerce-product-button .wp-block-button__link {
	min-height: 46px;
	padding: 13px 21px !important;
	border-radius: 999px !important;
	background: var(--hhc-primary) !important;
	color: #fff !important;
	font-family: 'Familjen Grotesk', sans-serif;
	font-weight: 600;
}

/* Pagination. */
.hhc-custom-shop-active .woocommerce-pagination {
	clear: both;
	padding-top: 36px;
	text-align: center;
}

.hhc-custom-shop-active .woocommerce-pagination ul.page-numbers {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.hhc-custom-shop-active .woocommerce-pagination ul.page-numbers li {
	float: none !important;
	margin: 0 !important;
	border: 0 !important;
}

.hhc-custom-shop-active .woocommerce-pagination .page-numbers a,
.hhc-custom-shop-active .woocommerce-pagination .page-numbers span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	box-sizing: border-box;
	padding: 0 10px !important;
	border: 1px solid var(--hhc-border);
	border-radius: 50%;
	background: #fff;
	color: var(--hhc-text);
	font-family: 'Familjen Grotesk', sans-serif;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
}

.hhc-custom-shop-active .woocommerce-pagination .page-numbers .current,
.hhc-custom-shop-active .woocommerce-pagination .page-numbers a:hover {
	border-color: var(--hhc-accent);
	background: var(--hhc-accent);
	color: #fff;
}

/* Benefits bar. */
.hhc-customizations-active .hhc-benefits {
	clear: both;
	box-sizing: border-box;
	width: 100%;
	margin-top: 40px;
	padding: 18px 26px;
	border: 1px solid var(--hhc-border);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 7px 22px rgba(31, 20, 16, .04);
}

.hhc-customizations-active .hhc-benefits__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hhc-customizations-active .hhc-benefit {
	display: flex;
	align-items: center;
	gap: 15px;
	min-width: 0;
	padding: 4px 25px;
	border-right: 1px solid var(--hhc-border);
}

.hhc-customizations-active .hhc-benefit:last-child {
	border-right: 0;
}

.hhc-customizations-active .hhc-benefit__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
	color: var(--hhc-accent);
}

.hhc-customizations-active .hhc-benefit__icon svg {
	width: 36px;
	height: 36px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.hhc-customizations-active .hhc-benefit__content {
	min-width: 0;
}

.hhc-customizations-active .hhc-benefit h3 {
	margin: 0 0 2px;
	color: var(--hhc-text);
	font-family: 'Familjen Grotesk', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
}

.hhc-customizations-active .hhc-benefit p {
	margin: 0;
	color: var(--hhc-muted-text);
	font-size: 14px;
	line-height: 1.35;
}

/* Single-product page. Native WooCommerce behavior and gallery scripts remain active. */
.hhc-custom-single-active .hhc-single-shell {
	box-sizing: border-box;
	width: min(calc(100% - 40px), var(--hhc-container-width));
	max-width: var(--hhc-container-width);
	margin-inline: auto;
	padding: 30px 0 64px;
	color: var(--hhc-text);
	font-family: 'Familjen Grotesk', sans-serif;
}

.hhc-custom-single-active .hhc-single-shell .woocommerce-breadcrumb {
	margin: 0 0 26px;
	color: var(--hhc-muted-text);
	font-family: 'Familjen Grotesk', sans-serif;
	font-size: 15px;
	line-height: 1.6;
}

.hhc-custom-single-active .hhc-single-shell .woocommerce-breadcrumb a {
	color: var(--hhc-muted-text);
	text-decoration: none;
}

.hhc-custom-single-active .hhc-single-shell .woocommerce-breadcrumb a:hover {
	color: var(--hhc-accent);
}

.hhc-custom-single-active .hhc-single-shell div.product {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
	align-items: start;
	column-gap: clamp(32px, 5vw, 68px);
	row-gap: 48px;
	width: 100%;
	margin: 0;
	font-family: 'Familjen Grotesk', sans-serif;
}

.hhc-custom-single-active .hhc-single-shell div.product::before,
.hhc-custom-single-active .hhc-single-shell div.product::after {
	display: none;
}

.hhc-custom-single-active .hhc-single-shell div.product div.images,
.hhc-custom-single-active .hhc-single-shell div.product div.summary {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
}

.hhc-custom-single-active .hhc-single-shell div.product div.images {
	grid-column: 1;
	grid-row: 1;
	min-width: 0;
}

.hhc-custom-single-active .woocommerce-product-gallery {
	box-sizing: border-box;
	padding: 16px;
	border: 1px solid var(--hhc-border);
	border-radius: 5px;
	background: var(--hhc-card-background);
	box-shadow: 0 12px 36px rgba(31, 20, 16, .065);
}

.hhc-custom-single-active .woocommerce-product-gallery .flex-viewport,
.hhc-custom-single-active .woocommerce-product-gallery__wrapper,
.hhc-custom-single-active .woocommerce-product-gallery__image,
.hhc-custom-single-active .woocommerce-product-gallery__image > a {
	border-radius: 5px;
}

.hhc-custom-single-active .woocommerce-product-gallery__image {
	overflow: hidden;
	background: #f7f4f2;
}

.hhc-custom-single-active .woocommerce-product-gallery__image > a {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.hhc-custom-single-active .woocommerce-product-gallery__image > a > img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	object-fit: contain;
	object-position: center;
}

.hhc-custom-single-active .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	display: none !important;
}

.hhc-custom-single-active .woocommerce-product-gallery .flex-control-thumbs {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 10px;
	margin: 14px 0 0 !important;
	padding: 0;
}

.hhc-custom-single-active .woocommerce-product-gallery .flex-control-thumbs li {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	list-style: none;
}

.hhc-custom-single-active .woocommerce-product-gallery .flex-control-thumbs img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	box-sizing: border-box;
	padding: 3px;
	border: 1px solid transparent;
	border-radius: 5px;
	object-fit: cover;
	opacity: .68;
	cursor: pointer;
	transition: border-color .2s ease, opacity .2s ease;
}

.hhc-custom-single-active .woocommerce-product-gallery .flex-control-thumbs img.flex-active,
.hhc-custom-single-active .woocommerce-product-gallery .flex-control-thumbs img:hover {
	border-color: var(--hhc-accent);
	opacity: 1;
}

.hhc-custom-single-active .hhc-single-shell div.product > .onsale {
	z-index: 6;
	top: 18px;
	left: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 54px;
	min-height: 30px;
	box-sizing: border-box;
	margin: 0;
	padding: 6px 12px;
	border-radius: 999px;
	background: var(--hhc-accent);
	color: #fff;
	font-family: 'Familjen Grotesk', sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	box-shadow: 0 6px 16px rgba(239, 35, 60, .25);
}

.hhc-custom-single-active .hhc-single-shell div.product div.summary {
	position: relative;
	top: auto;
	grid-column: 2;
	grid-row: 1;
	min-width: 0;
	box-sizing: border-box;
	padding: clamp(26px, 3vw, 40px);
	border: 1px solid var(--hhc-border);
	border-radius: 5px;
	background: var(--hhc-card-background);
	box-shadow: 0 12px 36px rgba(31, 20, 16, .065);
}

.hhc-custom-single-active .hhc-single-shell .product_title {
	margin: 0 0 10px;
	padding-right: 132px;
	color: var(--hhc-text);
	font-family: 'Familjen Grotesk', sans-serif;
	font-size: clamp(36px, 3.3vw, 52px);
	font-weight: 700;
	letter-spacing: -.04em;
	line-height: 1.08;
	overflow-wrap: anywhere;
}

.hhc-custom-single-active .hhc-stock-status {
	position: absolute;
	z-index: 2;
	top: 24px;
	right: 26px;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin: 0 !important;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	white-space: nowrap;
}

.hhc-custom-single-active .hhc-stock-status__dot {
	width: 8px;
	height: 8px;
	flex: 0 0 8px;
	border-radius: 50%;
	background: currentColor;
}

.hhc-custom-single-active .hhc-stock-status.is-available {
	color: #198754;
}

.hhc-custom-single-active .hhc-stock-status.is-available .hhc-stock-status__dot {
	box-shadow: 0 0 0 4px rgba(25, 135, 84, .12);
}

.hhc-custom-single-active .hhc-stock-status.is-out-of-stock {
	color: #d90429;
}

.hhc-custom-single-active .hhc-stock-status.is-out-of-stock .hhc-stock-status__dot {
	box-shadow: 0 0 0 4px rgba(217, 4, 41, .12);
}

.hhc-custom-single-active .woocommerce-product-rating {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 18px !important;
	color: var(--hhc-muted-text);
	font-size: 14px;
}

.hhc-custom-single-active .star-rating,
.hhc-custom-single-active .stars a {
	color: var(--hhc-accent);
}

.hhc-custom-single-active .woocommerce-review-link {
	color: var(--hhc-muted-text);
	text-decoration: none;
}

.hhc-custom-single-active .woocommerce-review-link:hover {
	color: var(--hhc-accent);
}

.hhc-custom-single-active .hhc-single-shell div.product div.summary > .price {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 20px;
	color: var(--hhc-text);
	font-family: 'Familjen Grotesk', sans-serif;
	font-size: clamp(27px, 2.4vw, 34px);
	font-weight: 700;
	line-height: 1.3;
}

.hhc-custom-single-active .hhc-single-shell div.product div.summary > .price .amount {
	color: inherit;
	font: inherit;
}

.hhc-custom-single-active .hhc-single-shell div.product div.summary > .price del {
	color: var(--hhc-muted-text);
	font-size: 17px;
	font-weight: 500;
	opacity: .72;
}

.hhc-custom-single-active .hhc-single-shell div.product div.summary > .price ins {
	color: var(--hhc-accent);
	text-decoration: none;
}

.hhc-custom-single-active .woocommerce-product-details__short-description {
	margin: 0 0 24px;
	color: var(--hhc-muted-text);
	font-size: 16px;
	line-height: 1.7;
}

.hhc-custom-single-active .woocommerce-product-details__short-description > :first-child {
	margin-top: 0;
}

.hhc-custom-single-active .woocommerce-product-details__short-description > :last-child {
	margin-bottom: 0;
}

.hhc-custom-single-active .hhc-single-shell div.summary .stock {
	display: none !important;
}

.hhc-custom-single-active .hhc-single-shell form.cart {
	margin: 0 0 24px !important;
}

.hhc-custom-single-active .hhc-single-shell form.cart:not(.variations_form):not(.grouped_form) {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}

.hhc-custom-single-active .hhc-single-shell .quantity {
	float: none !important;
	margin: 0 !important;
}

.hhc-custom-single-active .hhc-single-shell .quantity .qty {
	width: 78px;
	height: 52px;
	box-sizing: border-box;
	margin: 0;
	padding: 0 10px;
	border: 1px solid var(--hhc-border);
	border-radius: 999px;
	background: #fff;
	color: var(--hhc-text);
	font-family: 'Familjen Grotesk', sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}

.hhc-custom-single-active .hhc-single-shell .quantity .qty:focus,
.hhc-custom-single-active .hhc-single-shell select:focus,
.hhc-custom-single-active .hhc-single-shell input:focus,
.hhc-custom-single-active .hhc-single-shell textarea:focus {
	border-color: var(--hhc-accent);
	outline: 3px solid color-mix(in srgb, var(--hhc-accent) 20%, transparent);
	outline-offset: 1px;
}

.hhc-custom-single-active .hhc-single-shell .single_add_to_cart_button {
	position: relative;
	display: inline-flex !important;
	align-items: center;
	justify-content: flex-start;
	min-width: 190px;
	min-height: 52px;
	box-sizing: border-box;
	padding: 5px 58px 5px 25px !important;
	border: 0 !important;
	border-radius: var(--hhc-button-radius) !important;
	background: var(--hhc-primary) !important;
	color: #fff !important;
	font-family: 'Familjen Grotesk', sans-serif;
	font-size: 16px !important;
	font-weight: 600 !important;
	line-height: 1 !important;
	text-align: left;
	box-shadow: none !important;
	transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.hhc-custom-single-active .hhc-single-shell .single_add_to_cart_button::after {
	content: "↗";
	position: absolute;
	top: 5px;
	right: 5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: var(--hhc-accent);
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	transition: transform .22s ease, background-color .2s ease;
}

.hhc-custom-single-active .hhc-single-shell .single_add_to_cart_button:hover {
	background: #242424 !important;
	box-shadow: 0 8px 18px rgba(17, 17, 17, .16) !important;
}

.hhc-custom-single-active .hhc-single-shell .single_add_to_cart_button:hover::after {
	transform: translateX(2px) scale(1.04);
	background: var(--hhc-accent-hover);
}

.hhc-custom-single-active .hhc-single-shell .single_add_to_cart_button:focus-visible {
	outline: 3px solid color-mix(in srgb, var(--hhc-accent) 35%, transparent) !important;
	outline-offset: 3px;
}

.hhc-custom-single-active .hhc-single-shell .single_add_to_cart_button.disabled,
.hhc-custom-single-active .hhc-single-shell .single_add_to_cart_button:disabled {
	cursor: not-allowed;
	opacity: .5;
}

.hhc-custom-single-active .variations_form .variations {
	width: 100%;
	margin: 0 0 18px;
	border-collapse: separate;
	border-spacing: 0 10px;
}

.hhc-custom-single-active .variations_form .variations th,
.hhc-custom-single-active .variations_form .variations td {
	padding: 0;
	border: 0;
	background: transparent;
	text-align: left;
	vertical-align: middle;
}

.hhc-custom-single-active .variations_form .variations th {
	width: 96px;
	padding-right: 12px;
	color: var(--hhc-text);
	font-size: 14px;
	font-weight: 600;
}

.hhc-custom-single-active .variations_form .variations select {
	width: 100%;
	min-height: 48px;
	box-sizing: border-box;
	padding: 0 42px 0 14px;
	border: 1px solid var(--hhc-border);
	border-radius: 5px;
	background-color: #fff;
	color: var(--hhc-text);
	font-family: 'Familjen Grotesk', sans-serif;
	font-size: 15px;
}

.hhc-custom-single-active .reset_variations {
	display: inline-block;
	margin-top: 7px;
	color: var(--hhc-accent);
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
}

.hhc-custom-single-active .single_variation_wrap .woocommerce-variation-price {
	margin: 0 0 15px;
	color: var(--hhc-text);
	font-size: 24px;
	font-weight: 700;
}

.hhc-custom-single-active .single_variation_wrap .woocommerce-variation-add-to-cart {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}

.hhc-custom-single-active .group_table {
	width: 100%;
	margin: 0 0 18px;
	border-collapse: separate;
	border-spacing: 0;
}

.hhc-custom-single-active .group_table td {
	padding: 12px 8px;
	border-bottom: 1px solid var(--hhc-border);
	vertical-align: middle;
}

.hhc-custom-single-active .product_meta {
	display: grid;
	gap: 8px;
	margin-top: 6px;
	padding-top: 22px;
	border-top: 1px solid var(--hhc-border);
	color: var(--hhc-muted-text);
	font-size: 14px;
	line-height: 1.5;
}

.hhc-custom-single-active .product_meta > span {
	display: block;
}

.hhc-custom-single-active .product_meta a {
	color: var(--hhc-text);
	font-weight: 500;
	text-decoration: none;
}

.hhc-custom-single-active .product_meta a:hover {
	color: var(--hhc-accent);
}

.hhc-custom-single-active .hhc-book-details {
	margin-top: 24px;
	padding-top: 22px;
	border-top: 1px solid var(--hhc-border);
}

.hhc-custom-single-active .hhc-book-details h2 {
	margin: 0 0 15px;
	color: var(--hhc-text);
	font-family: 'Familjen Grotesk', sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -.01em;
	line-height: 1.3;
}

.hhc-custom-single-active .hhc-book-details dl {
	display: grid;
	gap: 9px;
	margin: 0;
}

.hhc-custom-single-active .hhc-book-details__row {
	display: grid;
	grid-template-columns: minmax(112px, 138px) minmax(0, 1fr);
	gap: 10px;
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
}

.hhc-custom-single-active .hhc-book-details dt {
	margin: 0;
	color: var(--hhc-muted-text);
	font-weight: 500;
}

.hhc-custom-single-active .hhc-book-details dt::after {
	content: " :";
}

.hhc-custom-single-active .hhc-book-details dd {
	min-width: 0;
	margin: 0;
	color: var(--hhc-text);
	font-weight: 600;
	overflow-wrap: anywhere;
}

.hhc-custom-single-active .woocommerce-tabs,
.hhc-custom-single-active .related.products,
.hhc-custom-single-active .up-sells.products,
.hhc-custom-single-active .hhc-benefits--single {
	grid-column: 1 / -1;
	min-width: 0;
}

.hhc-custom-single-active .woocommerce-tabs {
	box-sizing: border-box;
	padding: clamp(24px, 4vw, 44px);
	border: 1px solid var(--hhc-border);
	border-radius: 5px;
	background: var(--hhc-card-background);
	box-shadow: 0 10px 30px rgba(31, 20, 16, .05);
}

.hhc-custom-single-active .woocommerce-tabs ul.tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 28px !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

.hhc-custom-single-active .woocommerce-tabs ul.tabs::before,
.hhc-custom-single-active .woocommerce-tabs ul.tabs::after,
.hhc-custom-single-active .woocommerce-tabs ul.tabs li::before,
.hhc-custom-single-active .woocommerce-tabs ul.tabs li::after {
	display: none !important;
}

.hhc-custom-single-active .woocommerce-tabs ul.tabs li {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: #f4f1ef !important;
}

.hhc-custom-single-active .woocommerce-tabs ul.tabs li a {
	display: inline-flex !important;
	align-items: center;
	min-height: 44px;
	box-sizing: border-box;
	padding: 10px 20px !important;
	border-radius: 999px;
	color: var(--hhc-muted-text) !important;
	font-family: 'Familjen Grotesk', sans-serif;
	font-size: 15px;
	font-weight: 600 !important;
	line-height: 1;
	text-decoration: none;
}

.hhc-custom-single-active .woocommerce-tabs ul.tabs li.active,
.hhc-custom-single-active .woocommerce-tabs ul.tabs li:hover {
	background: var(--hhc-primary) !important;
}

.hhc-custom-single-active .woocommerce-tabs ul.tabs li.active a,
.hhc-custom-single-active .woocommerce-tabs ul.tabs li:hover a {
	color: #fff !important;
}

.hhc-custom-single-active .woocommerce-tabs .panel {
	margin: 0 !important;
	color: var(--hhc-muted-text);
	font-size: 16px;
	line-height: 1.75;
}

.hhc-custom-single-active .woocommerce-tabs .panel h2,
.hhc-custom-single-active .woocommerce-tabs .panel h3 {
	margin: 0 0 16px;
	color: var(--hhc-text);
	font-family: 'Familjen Grotesk', sans-serif;
	font-weight: 700;
	letter-spacing: -.02em;
}

.hhc-custom-single-active .woocommerce-tabs .panel h2 {
	font-size: clamp(27px, 3vw, 36px);
}

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

.hhc-custom-single-active .woocommerce-product-attributes th,
.hhc-custom-single-active .woocommerce-product-attributes td {
	padding: 14px 16px;
	border: 1px solid var(--hhc-border);
	background: transparent;
	text-align: left;
}

.hhc-custom-single-active #reviews #comments ol.commentlist {
	margin: 0;
	padding: 0;
}

.hhc-custom-single-active #reviews #comments ol.commentlist li {
	margin: 0 0 18px;
	list-style: none;
}

.hhc-custom-single-active #reviews #comments ol.commentlist li .comment-text {
	margin: 0 0 0 72px;
	padding: 18px;
	border: 1px solid var(--hhc-border);
	border-radius: 5px;
}

.hhc-custom-single-active #review_form_wrapper {
	margin-top: 32px;
}

.hhc-custom-single-active #review_form input[type="text"],
.hhc-custom-single-active #review_form input[type="email"],
.hhc-custom-single-active #review_form textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 13px 15px;
	border: 1px solid var(--hhc-border);
	border-radius: 5px;
	background: #fff;
	font-family: 'Familjen Grotesk', sans-serif;
	font-size: 15px;
}

.hhc-custom-single-active #review_form .submit {
	min-height: 46px;
	padding: 12px 22px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: var(--hhc-primary) !important;
	color: #fff !important;
	font-family: 'Familjen Grotesk', sans-serif;
	font-weight: 600 !important;
}

.hhc-custom-single-active .related.products,
.hhc-custom-single-active .up-sells.products {
	margin-top: 2px;
}

.hhc-custom-single-active .related.products > h2,
.hhc-custom-single-active .up-sells.products > h2 {
	margin: 0 0 24px;
	color: var(--hhc-text);
	font-family: 'Familjen Grotesk', sans-serif;
	font-size: clamp(30px, 3.4vw, 44px);
	font-weight: 700;
	letter-spacing: -.035em;
	line-height: 1.15;
}

.hhc-custom-single-active .related.products > ul.products:not(.hhc-carousel-products):not(.swiper-wrapper):not(.slick-track),
.hhc-custom-single-active .up-sells.products > ul.products:not(.hhc-carousel-products):not(.swiper-wrapper):not(.slick-track) {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	margin: 0 !important;
	padding: 0;
}

.hhc-custom-single-active .related.products > ul.products:not(.hhc-carousel-products):not(.swiper-wrapper):not(.slick-track)::before,
.hhc-custom-single-active .related.products > ul.products:not(.hhc-carousel-products):not(.swiper-wrapper):not(.slick-track)::after,
.hhc-custom-single-active .up-sells.products > ul.products:not(.hhc-carousel-products):not(.swiper-wrapper):not(.slick-track)::before,
.hhc-custom-single-active .up-sells.products > ul.products:not(.hhc-carousel-products):not(.swiper-wrapper):not(.slick-track)::after {
	display: none !important;
}

.hhc-custom-single-active .related.products > ul.products:not(.hhc-carousel-products):not(.swiper-wrapper):not(.slick-track) > li.product,
.hhc-custom-single-active .up-sells.products > ul.products:not(.hhc-carousel-products):not(.swiper-wrapper):not(.slick-track) > li.product {
	float: none !important;
	width: auto !important;
	max-width: none !important;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

.hhc-custom-single-active .hhc-benefits--single {
	margin-top: 0;
	border-radius: 5px;
}

@media (max-width: 1180px) and (min-width: 1025px) {
	.hhc-custom-shop-active .hhc-shop-shell ul.products:not(.hhc-carousel-products):not(.swiper-wrapper):not(.slick-track) {
		grid-template-columns: repeat(var(--hhc-columns-small-desktop), minmax(0, 1fr));
	}
}

@media (max-width: 1024px) {
	.hhc-customizations-active .hhc-product-grid ul.products.hhc-product-grid__items {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 24px;
	}

	.hhc-custom-shop-active .hhc-shop-shell ul.products:not(.hhc-carousel-products):not(.swiper-wrapper):not(.slick-track) {
		grid-template-columns: repeat(var(--hhc-columns-tablet), minmax(0, 1fr));
		gap: 24px;
	}

	.hhc-customizations-active .hhc-benefits__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 22px;
	}

	.hhc-customizations-active .hhc-benefit:nth-child(2) {
		border-right: 0;
	}

	.hhc-custom-single-active .hhc-single-shell div.product {
		grid-template-columns: minmax(0, 1fr) minmax(340px, .82fr);
		column-gap: 30px;
	}

	.hhc-custom-single-active .related.products > ul.products:not(.hhc-carousel-products):not(.swiper-wrapper):not(.slick-track),
	.hhc-custom-single-active .up-sells.products > ul.products:not(.hhc-carousel-products):not(.swiper-wrapper):not(.slick-track) {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.hhc-custom-single-active .hhc-single-shell div.product {
		grid-template-columns: minmax(0, 1fr);
		row-gap: 30px;
	}

	.hhc-custom-single-active .hhc-single-shell div.product div.images,
	.hhc-custom-single-active .hhc-single-shell div.product div.summary {
		grid-column: 1;
		grid-row: auto;
	}

	.hhc-custom-single-active .hhc-single-shell div.product div.summary {
		position: relative;
	}
}

@media (max-width: 767px) {
	.hhc-customizations-active .hhc-product-grid {
		width: 100%;
		margin-block: 28px;
	}

	.hhc-customizations-active .hhc-product-grid__title {
		margin-bottom: 16px !important;
		font-size: 30px !important;
	}

	.hhc-customizations-active .hhc-product-grid ul.products.hhc-product-grid__items {
		grid-template-columns: 1fr !important;
		gap: 20px;
	}

	.hhc-custom-shop-active .hhc-shop-shell {
		width: min(calc(100% - 28px), var(--hhc-container-width));
		padding-top: 22px;
	}

	.hhc-custom-shop-active .woocommerce-products-header__title,
	.hhc-custom-shop-active .page-title {
		font-size: 42px;
	}

	.hhc-custom-shop-active .woocommerce-result-count,
	.hhc-custom-shop-active .woocommerce-ordering {
		float: none;
		width: 100%;
		margin: 0 0 14px;
	}

	.hhc-custom-shop-active .woocommerce-result-count {
		line-height: 1.5;
	}

	.hhc-custom-shop-active .woocommerce-ordering select {
		width: 100%;
		min-width: 0;
	}

	.hhc-custom-shop-active .hhc-shop-shell ul.products:not(.hhc-carousel-products):not(.swiper-wrapper):not(.slick-track) {
		grid-template-columns: repeat(var(--hhc-columns-mobile), minmax(0, 1fr));
		gap: 20px;
	}

	.hhc-customizations-active .hhc-product-card__body {
		padding: 20px;
	}

	.hhc-customizations-active .hhc-buy-button {
		min-height: 50px;
	}

	.hhc-customizations-active .hhc-benefits {
		padding: 20px;
	}

	.hhc-customizations-active .hhc-benefits__grid {
		grid-template-columns: 1fr;
		row-gap: 0;
	}

	.hhc-customizations-active .hhc-benefit,
	.hhc-customizations-active .hhc-benefit:nth-child(2) {
		padding: 16px 5px;
		border-right: 0;
		border-bottom: 1px solid var(--hhc-border);
	}

	.hhc-customizations-active .hhc-benefit:last-child {
		border-bottom: 0;
	}

	.hhc-custom-single-active .hhc-single-shell {
		width: min(calc(100% - 28px), var(--hhc-container-width));
		padding-top: 22px;
	}

	.hhc-custom-single-active .woocommerce-product-gallery {
		padding: 10px;
		border-radius: 5px;
	}

	.hhc-custom-single-active .woocommerce-product-gallery .flex-control-thumbs {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 8px;
	}

	.hhc-custom-single-active .hhc-single-shell div.product div.summary {
		padding: 24px 20px;
		border-radius: 5px;
	}

	.hhc-custom-single-active .hhc-single-shell .product_title {
		padding-right: 0;
		font-size: 36px;
	}

	.hhc-custom-single-active .hhc-stock-status {
		position: static;
		width: max-content;
		margin: 0 0 16px auto !important;
	}

	.hhc-custom-single-active .hhc-single-shell form.cart:not(.variations_form):not(.grouped_form),
	.hhc-custom-single-active .single_variation_wrap .woocommerce-variation-add-to-cart {
		align-items: stretch;
	}

	.hhc-custom-single-active .hhc-single-shell .single_add_to_cart_button {
		flex: 1 1 190px;
	}

	.hhc-custom-single-active .variations_form .variations th,
	.hhc-custom-single-active .variations_form .variations td {
		display: block;
		width: 100%;
		padding: 0;
	}

	.hhc-custom-single-active .variations_form .variations th {
		padding: 0 0 6px;
	}

	.hhc-custom-single-active .woocommerce-tabs {
		padding: 22px 18px;
		border-radius: 5px;
	}

	.hhc-custom-single-active .woocommerce-tabs ul.tabs {
		gap: 6px;
	}

	.hhc-custom-single-active .woocommerce-tabs ul.tabs li {
		flex: 1 1 auto;
		text-align: center;
	}

	.hhc-custom-single-active .woocommerce-tabs ul.tabs li a {
		justify-content: center;
		width: 100%;
		padding-inline: 14px !important;
	}

	.hhc-custom-single-active .woocommerce-product-attributes {
		display: block;
		overflow-x: auto;
	}

	.hhc-custom-single-active .related.products > ul.products:not(.hhc-carousel-products):not(.swiper-wrapper):not(.slick-track),
	.hhc-custom-single-active .up-sells.products > ul.products:not(.hhc-carousel-products):not(.swiper-wrapper):not(.slick-track) {
		grid-template-columns: 1fr;
		gap: 20px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hhc-customizations-active .hhc-product-card,
	.hhc-customizations-active .hhc-product-card__image,
	.hhc-customizations-active .hhc-buy-button,
	.hhc-customizations-active .hhc-buy-button__icon,
	.hhc-global-product-cards-active .wc-block-grid__product,
	.hhc-global-product-cards-active .wc-block-product,
	.hhc-global-product-cards-active .wc-block-grid__product img,
	.hhc-global-product-cards-active .wc-block-product img {
		transition: none !important;
	}

	.hhc-custom-single-active .single_add_to_cart_button,
	.hhc-custom-single-active .single_add_to_cart_button::after {
		transition: none !important;
	}

	.hhc-customizations-active .hhc-product-card:hover,
	.hhc-global-product-cards-active .wc-block-grid__product:hover,
	.hhc-global-product-cards-active .wc-block-product:hover {
		transform: none;
	}

	.hhc-customizations-active .hhc-product-card:hover .hhc-product-card__image,
	.hhc-global-product-cards-active .wc-block-grid__product:hover img,
	.hhc-global-product-cards-active .wc-block-product:hover img {
		transform: none;
	}
}

@supports not (color: color-mix(in srgb, #000 50%, #fff)) {
	.hhc-customizations-active .hhc-buy-button:focus-visible,
	.hhc-customizations-active .hhc-product-card a:focus-visible,
	.hhc-custom-shop-active .woocommerce-ordering select:focus {
		outline: 3px solid #ef233c !important;
	}

	.hhc-custom-single-active .hhc-single-shell .quantity .qty:focus,
	.hhc-custom-single-active .hhc-single-shell select:focus,
	.hhc-custom-single-active .hhc-single-shell input:focus,
	.hhc-custom-single-active .hhc-single-shell textarea:focus,
	.hhc-custom-single-active .hhc-single-shell .single_add_to_cart_button:focus-visible {
		outline: 3px solid #ef233c !important;
	}
}
