.hhz-product-page { padding-top: 18px; }
.hhz-product-page .woocommerce-breadcrumb { margin-bottom: 12px; }
.hhz-single-product { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr); gap: 38px; align-items: start; }
.hhz-single-product .woocommerce-product-gallery { width: 100% !important; margin: 0 !important; float: none !important; }
.hhz-single-product .woocommerce-product-gallery__image { display: grid; width: 100%; height: auto; min-height: 0; place-items: center; aspect-ratio: var(--hhz-product-media-ratio); overflow: hidden; background: var(--hhz-surface); }
.hhz-single-product .woocommerce-product-gallery__image a { display: grid; width: 100%; height: 100%; place-items: center; }
.hhz-single-product .woocommerce-product-gallery__image img { display: block; width: 100%; height: 100%; max-width: none; background: #fff; object-fit: contain; object-position: center; }
.hhz-single-product .woocommerce-product-gallery .flex-control-thumbs { display: flex; gap: 8px; margin: 10px 0 0; padding: 0; list-style: none; }
.hhz-single-product .woocommerce-product-gallery .flex-control-thumbs li { width: 64px !important; margin: 0 !important; }
.hhz-single-product .woocommerce-product-gallery .flex-control-thumbs img { width: 64px; height: 80px; border: 1px solid var(--hhz-line); object-fit: contain; background: var(--hhz-surface); }
.hhz-product-summary { display: flex; flex-direction: column; width: 100% !important; max-width: 520px; padding-top: 8px; float: none !important; }
.hhz-product-summary .product_title { width: 100%; margin: 0 0 10px; color: var(--hhz-heading); font-family: var(--hhz-font-heading); font-size: var(--hhz-h1-size, 48px); font-weight: var(--hhz-heading-weight); line-height: var(--hhz-heading-line-height, 1.15); letter-spacing: -.035em; text-align: center; }
.hhz-product-summary .price { margin: 0 0 15px; color: var(--hhz-accent); font-size: 20px; font-weight: 600; text-align: center; }
.hhz-product-summary > .price,
.hhz-product-summary > .price ins { color: var(--hhz-accent) !important; }
.hhz-product-summary .price del { margin-right: 5px; color: #555; font-size: 14px; }
.hhz-product-summary > .price del { color: #8b9498 !important; }
.hhz-product-summary .stock { display: flex; width: 100%; align-items: center; justify-content: center; gap: 7px; margin: 2px 0 10px !important; color: var(--hhz-product-stock, var(--hhz-commerce)) !important; font-size: 12px; font-weight: 600; line-height: 1.35; text-align: center; }
.hhz-product-summary .stock::before { width: 7px; height: 7px; flex: 0 0 7px; border-radius: 50%; background: currentColor; content: ''; box-shadow: 0 0 0 3px rgba(36, 174, 78, .1); }
.hhz-product-summary .woocommerce-product-rating { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 0 0 12px; color: var(--hhz-accent); font-size: 12px; }
.hhz-product-summary .woocommerce-product-rating .star-rating { display: inline-block; width: 5.4em; height: 1.2em; margin: 0; color: var(--hhz-accent); font-size: 16px; line-height: 1; }
.hhz-product-summary .woocommerce-product-rating .star-rating::before { color: #d5dcdf; }
.hhz-product-summary .woocommerce-product-rating .star-rating span::before { color: var(--hhz-accent); }
.hhz-product-summary .woocommerce-product-details__short-description { color: var(--hhz-muted); font-size: 13px; line-height: 1.75; }
.hhz-product-summary .product_title { order: 1; }
.hhz-product-summary .price { order: 2; }
.hhz-product-summary .woocommerce-product-rating { order: 3; }
.hhz-product-summary .stock { order: 4; }
.hhz-product-summary form.cart { order: 5; margin: 0 0 8px !important; padding: 12px 0 18px; border-top: 1px solid var(--hhz-line); }
.hhz-product-summary .woocommerce-product-details__short-description { order: 8; }
.hhz-product-summary .product_meta { order: 9; }
.hhz-product-summary form.cart .quantity .qty { width: 60px; min-height: 42px; border-color: #dce1e2; }
.hhz-product-summary form.cart .quantity { display: none !important; }
.hhz-product-summary form.cart .single_add_to_cart_button { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 100%; min-height: var(--hhz-button-height, 54px); padding: var(--hhz-button-py, 6px) var(--hhz-button-px, 18px); border-radius: var(--hhz-button-radius, 10px); background: var(--hhz-commerce); color: #fff; font-size: 20px; font-weight: 700; letter-spacing: 0; text-shadow: 2px 2px 5px rgba(0, 0, 0, .2), -2px -2px 5px rgba(255, 255, 255, .15); text-transform: none; }
.hhz-product-summary form.cart .single_add_to_cart_button::before { content: ''; display: inline-flex; width: 21px; height: 21px; margin-right: 7px; background: currentColor; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 4h2.5l1.7 10.2a2 2 0 0 0 2 1.7h8.8a2 2 0 0 0 1.9-1.5L21 8H6.1'/%3E%3Ccircle fill='black' cx='9' cy='20' r='1.4'/%3E%3Ccircle fill='black' cx='18' cy='20' r='1.4'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 4h2.5l1.7 10.2a2 2 0 0 0 2 1.7h8.8a2 2 0 0 0 1.9-1.5L21 8H6.1'/%3E%3Ccircle fill='black' cx='9' cy='20' r='1.4'/%3E%3Ccircle fill='black' cx='18' cy='20' r='1.4'/%3E%3C/svg%3E") center / contain no-repeat; }
.hhz-product-summary form.cart .single_add_to_cart_button:hover { background: var(--hhz-commerce-hover); color: #fff; transform: translateY(-1px); box-shadow: 0 8px 16px rgba(36, 174, 78, .18); }
.hhz-product-summary .product_meta { padding-top: 14px; border-top: 1px solid var(--hhz-line); color: var(--hhz-muted); font-size: 11px; text-align: center; }
.hhz-product-summary .product_meta a { color: var(--hhz-pink); }

/* Payment conditions are informational; WooCommerce remains the source of
 * truth for the actual order total and gateway processing. */
.hhz-product-payment-options {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	order: 3;
	gap: 14px;
	margin: 0 0 8px;
	padding: 13px 0;
	border-block: 1px solid rgba(70, 115, 137, .13);
	text-align: center;
}
.hhz-payment-method { min-width: 0; }
.hhz-payment-method-label { display: block; margin-bottom: 2px; color: var(--hhz-muted); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hhz-payment-method strong { display: block; color: var(--hhz-blue-dark); font-size: 20px; font-weight: 600; line-height: 1.15; white-space: nowrap; }
.hhz-payment-method small { display: block; margin-top: 3px; color: var(--hhz-muted); font-size: 11px; line-height: 1.3; }
.hhz-payment-pix strong { color: var(--hhz-accent); }
.hhz-payment-or { position: relative; display: grid; width: 27px; height: 27px; place-items: center; border: 1px solid rgba(70, 115, 137, .16); border-radius: 50%; background: #fff; color: var(--hhz-muted); font-size: 10px; font-weight: 600; }
.hhz-payment-or::before, .hhz-payment-or::after { position: absolute; top: 50%; width: 1px; height: 24px; background: rgba(70, 115, 137, .13); content: ''; transform: translateY(-50%); }
.hhz-payment-or::before { left: -8px; }
.hhz-payment-or::after { right: -8px; }

/* Product trust strip: three compact visual guarantees from the reference,
 * using only the store's existing media-library uploads. */
.hhz-product-benefits {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: center;
	order: 6;
	gap: 12px;
	width: 100%;
	margin: 14px 0 28px;
	padding: 0;
}
.hhz-product-benefit {
	display: flex;
	min-width: 0;
	align-items: center;
	justify-content: center;
	padding: 0 4px;
	text-align: center;
	flex-direction: column;
}
.hhz-product-benefit img {
	width: 90px;
	height: 45px;
	margin: 0 auto 5px;
	object-fit: contain;
}
.hhz-product-benefit h3 {
	display: flex;
	min-height: 38px;
	align-items: flex-start;
	justify-content: center;
	margin: 0;
	color: var(--hhz-accent);
	font-family: var(--hhz-font-heading);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
}
.hhz-single-product .woocommerce-product-gallery span.onsale {
	top: 10px;
	left: 0;
	display: grid;
	width: 50px;
	height: 50px;
	min-width: 50px;
	min-height: 50px;
	margin: 0;
	padding: 0;
	place-items: center;
	border: 0;
	border-radius: 50%;
	background: var(--hhz-badge) !important;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
}
.hhz-single-product > span.onsale {
	top: 10px;
	left: 0;
	display: grid;
	width: 50px;
	height: 50px;
	min-width: 50px;
	min-height: 50px;
	margin: 0;
	padding: 0;
	place-items: center;
	border: 0;
	border-radius: 50%;
	background: var(--hhz-badge) !important;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
}
.hhz-single-product .woocommerce-tabs { grid-column: 1 / -1; margin-top: 25px; padding-top: 20px; border-top: 1px solid var(--hhz-line); }
.hhz-single-product .woocommerce-tabs ul.tabs { display: flex; gap: 28px; margin: 0 0 20px; padding: 0; border: 0; list-style: none; }
.hhz-single-product .woocommerce-tabs ul.tabs::before { display: none; }
.hhz-single-product .woocommerce-tabs ul.tabs li { margin: 0; padding: 0; border: 0; background: transparent; }
.hhz-single-product .woocommerce-tabs ul.tabs li a { color: var(--hhz-text); font-size: 12px; font-weight: 600; letter-spacing: .035em; text-transform: uppercase; }
.hhz-single-product .woocommerce-tabs ul.tabs li.active a { color: var(--hhz-accent); }
.hhz-single-product .woocommerce-tabs .panel { color: var(--hhz-muted); font-size: 13px; line-height: 1.7; }
.hhz-product-summary .cestiva-bumps {
	position: relative;
	margin-top: 8px;
	padding: 19px 14px 14px;
	border: 1px solid rgba(70, 115, 137, .16);
	border-top: 1px solid rgba(70, 115, 137, .16);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(61, 77, 91, .06);
}
.hhz-product-summary .cestiva-bumps::before {
	position: absolute;
	top: 16px;
	right: 20px;
	display: grid;
	width: 28px;
	height: 28px;
	place-items: center;
	border-radius: 50%;
	background: rgba(135, 170, 188, .14);
	color: var(--hhz-link);
	content: '✦';
	font-size: 15px;
	line-height: 1;
}
.hhz-product-summary .cestiva-bumps-heading { padding-right: 44px; }
.hhz-product-summary .cestiva-bumps-heading h3 { margin: 5px 0; color: var(--hhz-blue-dark); font-family: var(--hhz-font-heading); font-size: 15px; font-weight: 700; line-height: 1.35; }
.hhz-product-summary .cestiva-bumps-heading p { margin: 0; color: var(--hhz-muted); font-size: 11px; line-height: 1.5; }
.hhz-product-summary .cestiva-bump-card {
	position: relative;
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 78px;
	margin: 12px 0;
	padding: 25px 14px 13px;
	border: 1px solid rgba(127, 143, 151, .28);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 3px 10px rgba(61, 77, 91, .025);
	transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.hhz-product-summary .cestiva-bump-card::before {
	position: absolute;
	top: -11px;
	right: 18px;
	display: inline-flex;
	align-items: center;
	min-height: 22px;
	padding: 0 14px;
	border-radius: 999px;
	background: #222a2f;
	color: #fff;
	content: 'OFERTA ESPECIAL';
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .045em;
	line-height: 1;
	white-space: nowrap;
}
.hhz-product-summary .cestiva-bump-card:hover { border-color: rgba(49, 143, 91, .45); background: #fcfffd; box-shadow: 0 6px 16px rgba(61, 77, 91, .06); transform: translateY(-1px); }
.hhz-product-summary .cestiva-bump-card.is-selected { border-color: #16a653; background: #f6fff8; box-shadow: 0 7px 18px rgba(22, 166, 83, .1); }
.hhz-product-summary .cestiva-bump-card.is-selected::before { background: #16a653; content: 'COMPLEMENTO SELECIONADO'; }
.hhz-product-summary .cestiva-bump-check { display: flex; flex: 0 0 18px; align-self: center; align-items: center; justify-content: center; }
.hhz-product-summary .cestiva-bump-check i { position: relative; display: block; width: 16px; height: 16px; border: 1px solid rgba(127, 143, 151, .55); border-radius: 3px; background: #fff; }
.hhz-product-summary .cestiva-bump-check input:checked + i { border-color: #16a653; background: #fff; box-shadow: none; }
.hhz-product-summary .cestiva-bump-check input:checked + i::after { position: absolute; top: 1px; left: 4px; width: 5px; height: 9px; border: solid #16a653; border-width: 0 2px 2px 0; content: ''; transform: rotate(45deg); }
.hhz-product-summary .cestiva-bump-check input:focus + i { outline: 2px solid rgba(22, 166, 83, .28); outline-offset: 3px; }
.hhz-product-summary .cestiva-bump-media { flex-basis: 58px; width: 58px; height: 58px; border: 1px solid rgba(70, 115, 137, .1); border-radius: 10px; background: #fff; overflow: hidden; }
.hhz-product-summary .cestiva-bump-copy strong { color: var(--hhz-pink); font-size: 11px; font-weight: 700; }
.hhz-product-summary .cestiva-bump-copy small { line-height: 1.45; }
.hhz-product-summary .cestiva-bump-copy em { color: var(--hhz-muted); }
.hhz-product-summary .cestiva-bump-copy em b { display: inline-block; margin-left: 3px; padding: 2px 6px; border-radius: 4px; background: #f1f4f5; color: var(--hhz-blue-dark); font-weight: 800; }
.hhz-product-summary .cestiva-bump-card.is-selected .cestiva-bump-copy em b { background: #e4f6e9; color: #158345; }
.hhz-product-summary .cestiva-bumps-total { margin-top: 8px; padding-top: 13px; border-top: 1px solid rgba(70, 115, 137, .13); }
.hhz-product-summary .cestiva-bumps-total strong { color: var(--hhz-accent); font-size: 15px; }
.hhz-product-summary .wc-gift-card-fields {
	position: relative;
	margin: 16px 0 14px;
	padding: 20px 20px 8px;
	border: 1px solid rgba(70, 115, 137, .16);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(61, 77, 91, .07);
}
.hhz-product-summary .wc-gift-card-fields::before {
	position: absolute;
	top: 18px;
	right: 20px;
	display: grid;
	width: 28px;
	height: 28px;
	place-items: center;
	border-radius: 50%;
	background: rgba(195, 66, 115, .1);
	color: var(--hhz-accent);
	content: '♡';
	font-size: 18px;
	line-height: 1;
}
.hhz-product-summary .wc-gift-card-fields h4 {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 29px;
	margin: 0 54px 17px 0;
	padding-left: 16px;
	color: var(--hhz-blue-dark);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .015em;
	line-height: 1.2;
	text-transform: uppercase;
}
.hhz-product-summary .wc-gift-card-fields h4::before {
	position: absolute;
	left: 0;
	width: 6px;
	height: 26px;
	border-radius: 8px;
	background: var(--hhz-accent);
	content: '';
}
.hhz-product-summary .wc-gift-card-fields .form-row { margin: 0 0 14px; padding: 0; }
.hhz-product-summary .wc-gift-card-fields label {
	display: block;
	margin: 0 0 7px;
	color: var(--hhz-text);
	font-size: 11px;
	font-weight: 600;
	line-height: 1.45;
}
.hhz-product-summary .wc-gift-card-fields .required { color: var(--hhz-accent); }
.hhz-product-summary .wc-gift-card-fields input.input-text,
.hhz-product-summary .wc-gift-card-fields textarea.input-text {
	width: 100%;
	min-height: 48px;
	border: 1px solid #dedfe3;
	border-radius: 11px;
	padding: 12px 13px;
	color: var(--hhz-ink);
	background: rgba(255, 255, 255, .94);
	font-family: var(--hhz-font-body);
	font-size: 12px;
	line-height: 1.45;
	box-shadow: none;
	transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.hhz-product-summary .wc-gift-card-fields textarea.input-text { min-height: 98px; resize: vertical; }
.hhz-product-summary .wc-gift-card-fields input.input-text:focus,
.hhz-product-summary .wc-gift-card-fields textarea.input-text:focus {
	border-color: var(--hhz-link);
	background: #fff;
	box-shadow: 0 0 0 3px rgba(135, 170, 188, .16);
	outline: 0;
}

/* Related products: the WooCommerce section occupies the full product grid
 * and is enhanced by product.js with a native, touch-friendly slider. */
.hhz-single-product > .related,
.hhz-single-product > .upsells {
	grid-column: 1 / -1;
	width: 100%;
	max-width: 1240px;
	margin: 42px auto 0;
	padding: 0 20px;
}
.hhz-single-product > .related > h2,
.hhz-single-product > .upsells > h2 {
	position: relative;
	margin: 0 0 25px;
	color: var(--hhz-heading);
	font-family: var(--hhz-font-heading);
	font-size: clamp(23px, 2vw, 29px);
	font-weight: 600;
	line-height: 1.25;
	text-align: center;
	width: 100%;
}
.hhz-single-product > .related > h2::after,
.hhz-single-product > .upsells > h2::after {
	content: '';
	display: block;
	width: 42px;
	height: 2px;
	margin: 11px auto 0;
	background: var(--hhz-accent);
}
.hhz-product-slider-shell {
	position: relative;
	width: 100%;
}
.hhz-product-slider-shell ul.products.hhz-product-slider {
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: stretch;
	justify-content: flex-start !important;
	gap: 24px;
	width: 100% !important;
	margin: 0 !important;
	padding: 2px 3px 22px !important;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	overscroll-behavior-inline: contain;
	scroll-padding-inline: 8px;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}
.hhz-product-slider-shell ul.products.hhz-product-slider::-webkit-scrollbar { display: none; }
.hhz-product-slider-shell ul.products.hhz-product-slider > li.hhz-product-card {
	flex: 0 0 calc((100% - 72px) / 4);
	min-width: 0;
	width: auto !important;
	margin: 0 !important;
	scroll-snap-align: start;
	scroll-snap-stop: always;
}
.hhz-product-slider-shell ul.products.hhz-product-slider > li.hhz-product-card .hhz-product-media {
	width: 100%;
	height: auto;
	min-height: 0;
	aspect-ratio: var(--hhz-product-media-ratio);
}
.hhz-product-slider-shell ul.products.hhz-product-slider > li.hhz-product-card > a.hhz-product-link {
	display: block;
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}
.hhz-single-product .hhz-product-media span.onsale { background: var(--hhz-badge) !important; }
.hhz-product-slider-shell .hhz-slider-control {
	position: absolute;
	top: 42%;
	z-index: 4;
	display: grid;
	width: 40px;
	height: 40px;
	place-items: center;
	border: 1px solid var(--hhz-line);
	border-radius: 50%;
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 5px 16px rgba(46, 72, 82, .14);
	color: var(--hhz-heading);
	font-family: Arial, sans-serif;
	font-size: 27px;
	font-weight: 300;
	line-height: 1;
	cursor: pointer;
	transform: translateY(-50%);
	transition: color .2s ease, background-color .2s ease, box-shadow .2s ease, opacity .2s ease;
}
.hhz-product-slider-shell .hhz-slider-control:hover,
.hhz-product-slider-shell .hhz-slider-control:focus-visible {
	background: var(--hhz-commerce);
	box-shadow: 0 7px 18px rgba(36, 174, 78, .22);
	color: #fff;
	outline: none;
}
.hhz-product-slider-shell .hhz-slider-control[disabled] {
	opacity: .28;
	box-shadow: none;
	cursor: default;
	pointer-events: none;
}
.hhz-product-slider-shell .hhz-slider-prev { left: -2px; }
.hhz-product-slider-shell .hhz-slider-next { right: -2px; }

@media (max-width: 1199px) { .hhz-product-summary { max-width: 320px; } .hhz-product-summary .product_title { font-size: 32px; } }
@media (max-width: 1024px) {
	.hhz-single-product > .related,
	.hhz-single-product > .upsells { margin-top: 34px; padding-inline: 16px; }
	.hhz-product-slider-shell ul.products.hhz-product-slider > li.hhz-product-card { flex-basis: calc((100% - 48px) / 3); }
}
@media (max-width: 900px) { .hhz-single-product { grid-template-columns: 1fr; gap: 22px; } .hhz-product-summary { max-width: 520px; } .hhz-single-product .woocommerce-tabs { grid-column: auto; } .hhz-single-product > .related, .hhz-single-product > .upsells { grid-column: auto; } }
@media (max-width: 640px) {
	.hhz-single-product { display: block; }
	.hhz-product-summary { width: 100% !important; max-width: none; margin-inline: auto; padding-top: 22px; }
	.hhz-product-summary .product_title { font-size: 22px; }
	.hhz-single-product .woocommerce-product-gallery span.onsale { width: 44px; height: 44px; min-width: 44px; min-height: 44px; }
	.hhz-single-product > span.onsale { width: 44px; height: 44px; min-width: 44px; min-height: 44px; }
	.hhz-product-summary .woocommerce-product-details__short-description { min-width: 0; overflow: hidden; }
	.hhz-product-benefits { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; margin: 18px 0 24px; padding: 0; }
	.hhz-product-benefit { padding: 0 2px; }
	.hhz-product-benefit img { width: min(90px, 100%); height: 42px; margin-bottom: 5px; }
	.hhz-product-benefit h3 { min-height: 0; font-size: clamp(11px, 3.25vw, 16px); line-height: 1.15; }
	.hhz-product-summary .cestiva-bumps { padding: 17px 10px 11px; border-radius: 14px; }
	.hhz-product-summary .cestiva-bumps-heading { padding-right: 36px; }
	.hhz-product-summary .cestiva-bumps::before { top: 14px; right: 14px; }
	.hhz-product-summary .cestiva-bump-card { padding-inline: 4px; }
	.hhz-single-product .woocommerce-tabs ul.tabs { gap: 18px; overflow-x: auto; white-space: nowrap; }
	.hhz-single-product > .related,
	.hhz-single-product > .upsells { margin-top: 32px; padding-inline: 0; }
	.hhz-single-product > .related > h2,
	.hhz-single-product > .upsells > h2 { margin-bottom: 20px; font-size: 22px; }
	.hhz-product-slider-shell ul.products.hhz-product-slider { gap: 14px; padding: 2px 8px 20px !important; }
	.hhz-product-slider-shell ul.products.hhz-product-slider > li.hhz-product-card { flex-basis: 78%; }
	.hhz-product-slider-shell ul.products.hhz-product-slider { cursor: grab; scroll-snap-type: x proximity; touch-action: pan-y; user-select: none; }
	.hhz-product-slider-shell ul.products.hhz-product-slider.is-dragging { cursor: grabbing; scroll-behavior: auto; }
	.hhz-product-slider-shell .hhz-slider-control { display: none; }
}
