
.hhq-basket-nav .hhq-continue-link {
	position: relative;
	z-index: 50;
	pointer-events: auto;
}

.hhq-add-to-quote,
.hhq-button,
.hhq-quote-form button,
.hhq-basket-form button {
	display: inline-block;
	padding: 12px 18px;
	border: 0;
	cursor: pointer;
	text-decoration: none;
}

.hhq-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

.hhq-table th,
.hhq-table td {
	padding: 12px;
	border-bottom: 1px solid #ddd;
	text-align: left;
}

.hhq-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.hhq-grid .hhq-full {
	grid-column: 1 / -1;
}

.hhq-grid input,
.hhq-grid textarea {
	width: 100%;
	padding: 10px;
}

.hhq-empty {
	padding: 20px;
	border: 1px dashed #ccc;
}

@media (max-width: 767px) {
	.hhq-grid {
		grid-template-columns: 1fr;
	}
}

.hhq-add-to-quote {
	display: inline-block;
	padding: 12px 18px;
	border: 0;
	cursor: pointer;
	text-decoration: none;
}

.woocommerce a.button.hhq-add-to-quote,
.woocommerce button.button.hhq-add-to-quote,
.woocommerce-page a.button.hhq-add-to-quote,
.woocommerce-page button.button.hhq-add-to-quote {
	width: 100%;
	text-align: center;
}

.hhq-added-notice {
	margin-top: 10px;
	font-size: 14px;
}

/* Single product quote button behaves like Woo button */
form.cart.hhq-quote-form-single {
	margin: 0 0 1em;
}

form.cart.hhq-quote-form-single .hhq-add-to-quote {
	width: auto;
}

.woocommerce div.product form.cart.hhq-quote-form-single,
.woocommerce-page div.product form.cart.hhq-quote-form-single {
	display: block;
}

/* Loop button */
.woocommerce ul.products li.product .hhq-loop-quote-button,
.woocommerce-page ul.products li.product .hhq-loop-quote-button {
	display: inline-block;
	width: 100%;
	text-align: center;
}

/* General button states */
.hhq-add-to-quote.is-loading {
	opacity: 0.7;
	pointer-events: none;
}

.hhq-add-to-quote.is-added {
	opacity: 1;
}

/* Mini quote button */
.hhq-mini-quote-button {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
}

.hhq-mini-quote-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 24px;
	height: 24px;
	padding: 0 6px;
	border-radius: 999px;
	font-size: 12px;
	line-height: 1;
}

.hhq-mini-quote-button.has-items .hhq-mini-quote-count {
	opacity: 1;
}

.hhq-basket-table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 30px;
}

.hhq-basket-table th,
.hhq-basket-table td {
	padding: 18px 16px;
	vertical-align: middle;
	border-bottom: 1px solid #ddd;
	text-align: left;
}

.hhq-basket-table thead th {
	font-weight: 600;
}

.hhq-col-image {
	width: 110px;
}

.hhq-product-thumb-wrap {
	width: 72px;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 6px;
}

.hhq-product-thumb-image,
.hhq-product-thumb-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.hhq-product-name {
	min-width: 240px;
}

.hhq-product-qty input[type="number"] {
	width: 90px;
	min-height: 42px;
	padding: 8px 10px;
}

.hhq-actions {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 24px;
	flex-wrap: wrap;
}

@media (max-width: 767px) {
	.hhq-basket-table th,
	.hhq-basket-table td {
		padding: 12px 10px;
	}

	.hhq-col-image {
		width: 80px;
	}

	.hhq-product-thumb-wrap {
		width: 56px;
		height: 56px;
	}

	.hhq-product-qty input[type="number"] {
		width: 70px;
	}
}

.hhq-multistep-wrap {
	max-width: 1180px;
	margin: 0 auto;
}

.hhq-step-header {
	margin-bottom: 30px;
}

.hhq-step-badge {
	display: inline-block;
	padding: 8px 14px;
	border-radius: 999px;
	font-size: 14px;
	margin-bottom: 12px;
}

.hhq-step-title {
	margin: 0 0 10px;
}

.hhq-step-intro {
	margin: 0;
	max-width: 700px;
}

.hhq-multistep-grid {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
	gap: 32px;
	align-items: start;
}

.hhq-step-main,
.hhq-summary-card {
	padding: 28px;
	border: 1px solid #e4e4e4;
	border-radius: 14px;
	background: #fff;
}

.hhq-field-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 20px;
}

.hhq-field {
	display: flex;
	flex-direction: column;
}

.hhq-field label {
	margin-bottom: 8px;
	font-weight: 600;
}

.hhq-field input,
.hhq-field select,
.hhq-field textarea {
	width: 100%;
	min-height: 48px;
	padding: 12px 14px;
	border: 1px solid #d7d7d7;
	border-radius: 8px;
	background: #fff;
}

.hhq-step-actions {
	margin-top: 28px;
	display: flex;
	justify-content: flex-end;
}

.hhq-step-next {
	min-width: 180px;
}

.hhq-summary-card h3 {
	margin-top: 0;
	margin-bottom: 20px;
}

.hhq-summary-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.hhq-summary-item {
	display: flex;
	gap: 14px;
	align-items: center;
}

.hhq-summary-thumb {
	width: 64px;
	height: 64px;
	border-radius: 8px;
	overflow: hidden;
	flex: 0 0 64px;
}

.hhq-summary-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.hhq-summary-content {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.hhq-summary-footer {
	margin-top: 20px;
	padding-top: 18px;
	border-top: 1px solid #e9e9e9;
}

@media (max-width: 980px) {
	.hhq-multistep-grid {
		grid-template-columns: 1fr;
	}

	.hhq-field-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.hhq-step-main,
	.hhq-summary-card {
		padding: 20px;
		border-radius: 10px;
	}

	.hhq-step-title {
		font-size: 28px;
	}

	.hhq-step-actions {
		justify-content: stretch;
	}

	.hhq-step-next {
		width: 100%;
	}
}

.hhq-multistep-wrap {
	max-width: 1180px;
	margin: 0 auto;
}

.hhq-multistep-grid {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
	gap: 32px;
	align-items: start;
}

.hhq-step-main,
.hhq-summary-card {
	padding: 28px;
	border: 1px solid #e5e5e5;
	border-radius: 14px;
	background: #fff;
}

.hhq-step-header {
	margin-bottom: 28px;
}

.hhq-step-badge {
	display: inline-block;
	padding: 8px 14px;
	border-radius: 999px;
	font-size: 14px;
	margin-bottom: 12px;
	background: #f3f3f3;
}

.hhq-step-title {
	margin: 0 0 10px;
	font-size: 36px;
	line-height: 1.1;
}

.hhq-step-intro {
	margin: 0;
	max-width: 720px;
}

.hhq-field-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 20px;
}

.hhq-field {
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
}

.hhq-field-full {
	grid-column: 1 / -1;
}

.hhq-field label {
	margin-bottom: 8px;
	font-weight: 600;
}

.hhq-field input,
.hhq-field select,
.hhq-field textarea {
	width: 100%;
	min-height: 48px;
	padding: 12px 14px;
	border: 1px solid #d7d7d7;
	border-radius: 8px;
	background: #fff;
}

.hhq-field textarea {
	min-height: 130px;
	resize: vertical;
}

.hhq-check-list {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin: 18px 0 0;
}

.hhq-checkbox {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	cursor: pointer;
}

.hhq-checkbox input {
	margin-top: 3px;
}

.hhq-radio-stack {
	display: flex;
	flex-direction: column;
	border: 1px solid #e2e2e2;
	border-radius: 10px;
	overflow: hidden;
}

.hhq-radio-option {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 18px 20px;
	border-bottom: 1px solid #e2e2e2;
	cursor: pointer;
	background: #fff;
}

.hhq-radio-option:last-child {
	border-bottom: 0;
}

.hhq-radio-option input {
	margin: 0;
}

.hhq-radio-option--static {
	border: 1px solid #1f2937;
	border-radius: 10px;
	font-weight: 600;
}

.hhq-payment-box {
	margin-bottom: 24px;
}

.hhq-payment-note {
	margin: 14px 0 0;
}

.hhq-step-actions {
	display: flex;
	gap: 14px;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 28px;
}

.hhq-button-secondary {
	background: transparent;
	border: 1px solid #ccc;
	color: inherit;
	text-decoration: none;
}

.hhq-summary-card h3 {
	margin-top: 0;
	margin-bottom: 20px;
}

.hhq-summary-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.hhq-summary-item {
	display: grid;
	grid-template-columns: 64px 1fr auto;
	gap: 14px;
	align-items: center;
}

.hhq-summary-thumb {
	width: 64px;
	height: 64px;
	border-radius: 8px;
	overflow: hidden;
}

.hhq-summary-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.hhq-summary-content {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.hhq-summary-price {
	white-space: nowrap;
	font-weight: 600;
}

.hhq-summary-totals {
	margin-top: 20px;
	padding-top: 18px;
	border-top: 1px solid #e9e9e9;
}

.hhq-summary-total-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}

.hhq-summary-footer {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid #e9e9e9;
}

.hhq-form-errors {
	margin-bottom: 20px;
	padding: 16px 18px;
	border: 1px solid #ef4444;
	background: #fef2f2;
	border-radius: 10px;
}

.hhq-form-errors ul {
	margin: 0;
	padding-left: 18px;
}

.hhq-basket-table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 30px;
}

.hhq-basket-table th,
.hhq-basket-table td {
	padding: 18px 16px;
	vertical-align: middle;
	border-bottom: 1px solid #ddd;
	text-align: left;
}

.hhq-col-image {
	width: 110px;
}

.hhq-product-thumb-wrap {
	width: 72px;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 6px;
}

.hhq-product-thumb-image,
.hhq-product-thumb-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.hhq-product-qty input[type="number"] {
	width: 90px;
	min-height: 42px;
	padding: 8px 10px;
}

.hhq-actions {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 24px;
	flex-wrap: wrap;
}

@media (max-width: 980px) {
	.hhq-multistep-grid {
		grid-template-columns: 1fr;
	}

	.hhq-field-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.hhq-step-main,
	.hhq-summary-card {
		padding: 20px;
		border-radius: 10px;
	}

	.hhq-step-title {
		font-size: 28px;
	}

	.hhq-step-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.hhq-step-actions .hhq-button,
	.hhq-step-actions button,
	.hhq-step-actions a {
		width: 100%;
		text-align: center;
	}

	.hhq-summary-item {
		grid-template-columns: 56px 1fr;
	}

	.hhq-summary-price {
		grid-column: 2;
	}

	.hhq-basket-table th,
	.hhq-basket-table td {
		padding: 12px 10px;
	}

	.hhq-col-image {
		width: 80px;
	}

	.hhq-product-thumb-wrap {
		width: 56px;
		height: 56px;
	}

	.hhq-product-qty input[type="number"] {
		width: 70px;
	}
}

.hhq-divi-preview {
	padding: 20px;
	border: 1px dashed #cfcfcf;
	border-radius: 12px;
	background: #fafafa;
}

.hhq-divi-preview-large {
	min-height: 120px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.hhq-divi-warning {
	padding: 14px 16px;
	border: 1px solid #f59e0b;
	background: #fffbeb;
	border-radius: 10px;
}

.hhq-add-to-quote {
	width: 100%;
}

.hhq-mini-quote-count {
	display: inline-block;
	margin-left: 6px;
	font-weight: 600;
}

.hhq-mini-quote-count::before {
	content: "(";
}

.hhq-mini-quote-count::after {
	content: ")";
}

.hhq-count-updating {
	transform: scale(1.3);
	transition: transform 0.15s ease;
}

.hhq-basket-preview {
	display: block;
	padding: 24px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #ffffff;
}

.hhq-basket-preview__header {
	margin-bottom: 16px;
}

.hhq-basket-preview__title {
	font-weight: 700;
	font-size: 20px;
	line-height: 1.2;
}

.hhq-basket-preview__items {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.hhq-basket-preview__item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	padding: 14px 0;
	border-bottom: 1px solid #e5e7eb;
}

.hhq-basket-preview__item:last-child {
	border-bottom: 0;
}

.hhq-basket-preview__item-name {
	font-weight: 600;
}

.hhq-basket-preview__item-meta {
	font-size: 13px;
	opacity: 0.7;
	margin-top: 4px;
}

.hhq-basket-preview__item-qty {
	white-space: nowrap;
	font-weight: 600;
}

.hhq-basket-preview__summary {
	margin-top: 18px;
	padding-top: 14px;
	border-top: 1px solid #e5e7eb;
}

.hhq-basket-preview__summary-row {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding: 6px 0;
}

.hhq-basket-preview__actions {
	margin-top: 18px;
}

.hhq-basket-preview__cta {
	display: inline-block;
}

.hhq-quote-action-row {
	display: flex;
	gap: 12px;
	align-items: stretch;
}

.hhq-quote-action-row__qty {
	flex: 0 0 25%;
}

.hhq-quote-action-row__button {
	flex: 1 1 auto;
}

.hhq-quote-action-row__qty input {
	width: 100%;
	height: 100%;
}

.hhq-quote-action-row__button .hhq-add-to-quote {
	width: 100%;
}

@media (max-width: 767px) {
	.hhq-quote-action-row {
		flex-direction: column;
	}

	.hhq-quote-action-row__qty,
	.hhq-quote-action-row__button {
		flex: 1 1 100%;
	}
}
.hhq-bounce {
	animation: hhqBounce 0.3s ease;
}

@keyframes hhqBounce {
	0%   { transform: scale(1); }
	50%  { transform: scale(1.3); }
	100% { transform: scale(1); }
}

/* Premium multistep form */
.hhq-premium-shell {
	--hhq-bg: linear-gradient(135deg, #f7f8fc 0%, #eef2ff 45%, #f7fbff 100%);
	--hhq-panel: #ffffff;
	--hhq-border: rgba(16, 24, 40, 0.08);
	--hhq-strong: #0f172a;
	--hhq-body: #475467;
	--hhq-accent: #111827;
	--hhq-accent-soft: #e5ecff;
	--hhq-success: #16a34a;
	background: var(--hhq-bg);
	border-radius: 28px;
	padding: 28px;
	box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
}

.hhq-form-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.9fr);
	gap: 24px;
	align-items: end;
	margin-bottom: 24px;
}

.hhq-form-kicker {
	display: inline-flex;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(17,24,39,0.06);
	color: var(--hhq-strong);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.hhq-form-title {
	margin: 0 0 10px;
	color: var(--hhq-strong);
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.05;
}

.hhq-form-intro {
	margin: 0;
	max-width: 760px;
	color: var(--hhq-body);
	font-size: 16px;
	line-height: 1.7;
}

.hhq-progress-card {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	padding: 16px;
	background: rgba(255,255,255,0.72);
	backdrop-filter: blur(14px);
	border: 1px solid rgba(255,255,255,0.7);
	border-radius: 22px;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.hhq-progress-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	padding: 10px;
	border-radius: 18px;
	color: var(--hhq-body);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .04em;
}

.hhq-progress-item.is-active {
	background: #fff;
	color: var(--hhq-strong);
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.hhq-progress-item.is-complete .hhq-progress-dot {
	background: var(--hhq-success);
	color: #fff;
	border-color: var(--hhq-success);
}

.hhq-progress-dot {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 999px;
	border: 1px solid rgba(15,23,42,0.15);
	background: rgba(255,255,255,0.85);
	font-size: 14px;
	font-weight: 700;
}

.hhq-step-main,
.hhq-summary-card {
	background: rgba(255,255,255,0.82);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255,255,255,0.8);
	box-shadow: 0 18px 50px rgba(15, 23, 42, 0.07);
	border-radius: 24px;
}

.hhq-step-main {
	padding: 34px;
}

.hhq-summary-card {
	padding: 24px;
	position: sticky;
	top: 24px;
}

.hhq-step-badge {
	background: rgba(17,24,39,0.07);
	color: var(--hhq-strong);
	font-weight: 700;
	letter-spacing: .02em;
}

.hhq-step-title {
	font-size: clamp(26px, 3vw, 34px);
	line-height: 1.15;
	color: var(--hhq-strong);
}

.hhq-step-intro {
	color: var(--hhq-body);
	line-height: 1.65;
}

.hhq-step-form {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.hhq-field label {
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 700;
	color: var(--hhq-strong);
}

.hhq-field small {
	color: var(--hhq-body);
	font-weight: 500;
}

.hhq-field input,
.hhq-field select,
.hhq-field textarea,
.hhq-product-qty input[type="number"] {
	width: 100%;
	border: 1px solid var(--hhq-border);
	border-radius: 16px;
	background: #fff;
	padding: 14px 16px;
	color: var(--hhq-strong);
	font-size: 15px;
	line-height: 1.4;
	box-shadow: inset 0 1px 2px rgba(16,24,40,0.02);
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.hhq-field input:focus,
.hhq-field select:focus,
.hhq-field textarea:focus,
.hhq-product-qty input[type="number"]:focus {
	outline: none;
	border-color: rgba(59,130,246,0.4);
	box-shadow: 0 0 0 4px rgba(59,130,246,0.12);
	transform: translateY(-1px);
}

.hhq-field-full {
	grid-column: 1 / -1;
}

.hhq-check-list,
.hhq-radio-stack {
	display: grid;
	gap: 14px;
}

.hhq-checkbox,
.hhq-radio-option,
.hhq-payment-box {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 16px 18px;
	border-radius: 18px;
	background: #fff;
	border: 1px solid var(--hhq-border);
	box-shadow: 0 12px 22px rgba(15, 23, 42, 0.03);
}

.hhq-checkbox input,
.hhq-radio-option input {
	margin-top: 4px;
}

.hhq-checkbox span,
.hhq-radio-option span,
.hhq-payment-note {
	color: var(--hhq-strong);
	line-height: 1.55;
}

.hhq-payment-box {
	flex-direction: column;
	gap: 10px;
}

.hhq-payment-note {
	margin: 0;
	color: var(--hhq-body);
}

.hhq-form-errors {
	margin-bottom: 20px;
	padding: 16px 18px;
	border-radius: 18px;
	background: #fff5f5;
	border: 1px solid #fecaca;
	color: #991b1b;
}

.hhq-form-errors ul {
	margin: 0;
	padding-left: 18px;
}

.hhq-button,
.hhq-basket-form button,
.hhq-add-to-quote {
	border-radius: 999px;
	padding: 14px 22px;
	font-weight: 700;
	letter-spacing: .01em;
	transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease, background-color .18s ease, color .18s ease, border-color .18s ease;
}

.hhq-button:hover,
.hhq-basket-form button:hover,
.hhq-add-to-quote:hover {
	transform: translateY(-1px);
}

.hhq-button-secondary:hover {
	color: inherit;
}

.hhq-step-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	padding-top: 8px;
}

.hhq-summary-card__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 18px;
}

.hhq-summary-card h3 {
	margin: 0;
	color: var(--hhq-strong);
	font-size: 24px;
}

.hhq-summary-pill {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(17,24,39,0.06);
	color: var(--hhq-strong);
	font-size: 12px;
	font-weight: 700;
}

.hhq-summary-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 14px;
}

.hhq-summary-item {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
	padding: 14px;
	border-radius: 18px;
	background: rgba(255,255,255,0.88);
	border: 1px solid rgba(15,23,42,0.06);
}

.hhq-summary-thumb {
	width: 64px;
	height: 64px;
	border-radius: 16px;
	overflow: hidden;
	background: #f8fafc;
}

.hhq-summary-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.hhq-summary-content {
	display: flex;
	flex-direction: column;
	gap: 4px;
	color: var(--hhq-body);
	min-width: 0;
}

.hhq-summary-content strong {
	color: var(--hhq-strong);
}

.hhq-summary-content small {
	color: var(--hhq-body);
}

.hhq-summary-price {
	color: var(--hhq-strong);
	font-weight: 700;
	white-space: nowrap;
}

.hhq-summary-totals {
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid rgba(15,23,42,0.08);
}

.hhq-summary-total-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	font-size: 16px;
	color: var(--hhq-body);
}

.hhq-summary-total-row strong {
	color: var(--hhq-strong);
	font-size: 20px;
}

.hhq-summary-footer {
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid rgba(15,23,42,0.08);
}

.hhq-summary-footer a {
	font-weight: 700;
	color: var(--hhq-strong);
	text-decoration: none;
}

.hhq-success-card {
	max-width: 760px;
	margin: 0 auto;
	padding: 42px;
	text-align: center;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
	border-radius: 28px;
	border: 1px solid rgba(17,24,39,0.08);
	box-shadow: 0 26px 70px rgba(15, 23, 42, 0.08);
}

.hhq-success-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	margin-bottom: 16px;
	border-radius: 999px;
	background: rgba(22,163,74,0.12);
	color: var(--hhq-success);
	font-size: 34px;
	font-weight: 700;
}

.hhq-success-card h2 {
	margin: 0 0 10px;
	color: var(--hhq-strong);
}

.hhq-success-card p {
	margin: 0;
	color: var(--hhq-body);
	line-height: 1.7;
}

.hhq-success-actions {
	margin-top: 24px;
}

.hhq-basket-table {
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
}

.hhq-basket-table thead th {
	background: #f8fafc;
	color: var(--hhq-strong);
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .05em;
}

.hhq-empty {
	padding: 24px;
	border: 1px dashed rgba(15,23,42,0.18);
	border-radius: 20px;
	background: #fff;
}

@media (max-width: 980px) {
	.hhq-form-hero,
	.hhq-multistep-grid {
		grid-template-columns: 1fr;
	}
	.hhq-summary-card {
		position: static;
	}
}

@media (max-width: 767px) {
	.hhq-premium-shell {
		padding: 18px;
		border-radius: 22px;
	}
	.hhq-progress-card {
		grid-template-columns: repeat(2, minmax(0,1fr));
	}
	.hhq-step-main,
	.hhq-summary-card {
		padding: 20px;
		border-radius: 20px;
	}
	.hhq-field-grid,
	.hhq-grid {
		grid-template-columns: 1fr;
	}
	.hhq-summary-item {
		grid-template-columns: 56px minmax(0, 1fr);
	}
	.hhq-summary-price {
		grid-column: 2;
	}
}


/* Basket tidy-up */
.hhq-basket-shell {
	max-width: 1120px;
	margin: 0 auto;
}

.hhq-basket-table {
	table-layout: fixed;
}

.hhq-basket-table .hhq-col-product {
	width: 52%;
}

.hhq-basket-table .hhq-col-qty {
	width: 14%;
}

.hhq-basket-table .hhq-col-price,
.hhq-basket-table .hhq-col-total {
	width: 17%;
}

.hhq-col-remove,
.hhq-product-remove {
	width: 56px;
	min-width: 56px;
	text-align: center;
	vertical-align: middle;
}

.hhq-product-remove {
	padding: 18px 14px;
}

.hhq-remove-from-quote {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 32px !important;
	min-width: 32px !important;
	max-width: 32px !important;
	height: 32px !important;
	border: 1px solid rgba(0,0,0,0.12) !important;
	background: #fff !important;
	color: #444 !important;
	font-size: 22px !important;
	font-weight: 400 !important;
	line-height: 1 !important;
	cursor: pointer;
	padding: 0 !important;
	border-radius: 999px !important;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
	box-shadow: none !important;
	text-align: center !important;
	overflow: hidden;
	white-space: nowrap;
	appearance: none;
	-webkit-appearance: none;
}

.hhq-remove-from-quote span {
	display: block;
	line-height: 1;
	transform: translateY(-1px);
}

.hhq-remove-from-quote:hover {
	background: #111;
	color: #fff;
	border-color: #111;
	transform: scale(1.05);
}

.hhq-remove-from-quote:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(0,0,0,0.12);
}

.hhq-remove-from-quote.is-loading {
	opacity: 0.5;
	pointer-events: none;
}

.hhq-basket-row td {
	vertical-align: middle;
	overflow: visible;
}

.hhq-product-cell {
	padding-right: 24px;
}

.hhq-product-card {
	display: flex;
	align-items: center;
	gap: 18px;
}

.hhq-product-main {
	min-width: 0;
}

.hhq-product-name {
	font-weight: 700;
	line-height: 1.35;
	color: var(--hhq-strong);
}

.hhq-product-meta {
	margin-top: 6px;
	font-size: 14px;
	line-height: 1.55;
	color: var(--hhq-body);
}

.hhq-product-price,
.hhq-product-total,
.hhq-basket-subtotal-value {
	font-weight: 700;
	color: var(--hhq-strong);
	text-align: left;
	white-space: nowrap;
}

.hhq-basket-table tfoot th {
	padding: 20px 16px;
	background: #fcfcfd;
	border-bottom: 0;
	border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.hhq-basket-subtotal-label {
	text-align: right;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: var(--hhq-body);
}

.hhq-basket-actions {
	justify-content: flex-start;
}

.hhq-basket-form .hhq-button,
.hhq-basket-form button:not(.hhq-remove-from-quote),
.hhq-basket-actions .hhq-button,
.hhq-basket-actions button {
	min-width: 220px;
	justify-content: center;
	text-align: center;
	line-height: 1.2;
}

@media (max-width: 980px) {
	.hhq-basket-table .hhq-col-product { width: auto; }
	.hhq-basket-table .hhq-col-qty,
	.hhq-basket-table .hhq-col-price,
	.hhq-basket-table .hhq-col-total { width: auto; }
}

@media (max-width: 767px) {
	.hhq-basket-table thead {
		display: none;
	}

	.hhq-basket-table,
	.hhq-basket-table tbody,
	.hhq-basket-table tr,
	.hhq-basket-table td,
	.hhq-basket-table tfoot,
	.hhq-basket-table th {
		display: block;
		width: 100%;
	}

	.hhq-basket-table tr {
		padding: 16px;
		border-bottom: 1px solid rgba(15, 23, 42, 0.08);
	}

	.hhq-basket-table td {
		padding: 10px 0;
		border: 0;
	}

	.hhq-product-card {
		align-items: flex-start;
	}

	.hhq-product-thumb-wrap {
		width: 72px;
		height: 72px;
	}

	.hhq-col-remove,
	.hhq-product-remove {
		width: 44px;
		min-width: 44px;
	}

	.hhq-product-remove {
		padding: 12px 8px;
	}

	.hhq-remove-from-quote {
		width: 28px !important;
		min-width: 28px !important;
		max-width: 28px !important;
		height: 28px !important;
		font-size: 18px !important;
	}

	.hhq-product-qty::before,
	.hhq-product-price::before,
	.hhq-product-total::before {
		display: block;
		margin-bottom: 6px;
		font-size: 12px;
		font-weight: 700;
		letter-spacing: .04em;
		text-transform: uppercase;
		color: var(--hhq-body);
	}

	.hhq-product-qty::before { content: 'Qty'; }
	.hhq-product-price::before { content: 'Unit Price'; }
	.hhq-product-total::before { content: 'Total'; }

	.hhq-basket-table tfoot tr {
		padding: 16px;
	}

	.hhq-basket-subtotal-label,
	.hhq-basket-subtotal-value {
		text-align: left;
	}

	.hhq-basket-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.hhq-basket-form .hhq-button,
	.hhq-basket-form button {
		width: 100%;
	}
}


/* Basket tidy follow-up */
.hhq-product-thumb-wrap {
	width: 84px;
	height: 84px;
	flex: 0 0 84px;
	border-radius: 16px;
	overflow: hidden;
	background: #fff;
}

.hhq-product-thumb-image,
.hhq-product-thumb-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.hhq-product-meta {
	display: none;
}

.hhq-basket-actions {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	margin-top: 22px;
}

.hhq-basket-form .hhq-button,
.hhq-basket-form button,
.hhq-basket-actions .hhq-button,
.hhq-basket-actions button {
	appearance: none;
	-webkit-appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 14px 22px;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: .01em;
	text-decoration: none;
	box-shadow: none !important;
	background-image: none !important;
}

.hhq-basket-form button,
.hhq-basket-actions button,
.hhq-basket-form .hhq-button,
.hhq-basket-actions .hhq-button {
	color: inherit !important;
}


/* Basket module variable controls */
.hhq-basket-shell,
.hhq-basket-preview {
	--hhq-basket-padding: 24px;
	--hhq-basket-cell-padding: 18px 16px;
	--hhq-basket-button-gap: 16px;
	--hhq-basket-button-padding: 12px 18px;
	--hhq-basket-button-min-width: 220px;
	--hhq-basket-image-size: 72px;
	--hhq-basket-image-radius: 8px;
	padding: var(--hhq-basket-padding);
}

.hhq-basket-shell .hhq-basket-table th,
.hhq-basket-shell .hhq-basket-table td,
.hhq-basket-preview .hhq-basket-table th,
.hhq-basket-preview .hhq-basket-table td {
	padding: var(--hhq-basket-cell-padding);
}

.hhq-basket-shell .hhq-product-thumb-wrap,
.hhq-basket-preview .hhq-product-thumb-wrap {
	width: var(--hhq-basket-image-size);
	height: var(--hhq-basket-image-size);
	border-radius: var(--hhq-basket-image-radius);
}

.hhq-basket-shell .hhq-basket-actions,
.hhq-basket-preview .hhq-basket-actions {
	gap: var(--hhq-basket-button-gap);
}

.hhq-basket-shell .hhq-basket-form .hhq-button,
.hhq-basket-shell .hhq-basket-form button,
.hhq-basket-preview .hhq-button {
	min-width: var(--hhq-basket-button-min-width);
	padding: var(--hhq-basket-button-padding);
}

.hhq-basket-preview .hhq-preview-thumb {
	background: linear-gradient(135deg, rgba(148,163,184,0.18), rgba(226,232,240,0.65));
}




/* Basket action buttons: use one shared hook so Divi styles both consistently */
.hhq-basket-shell .hhq-basket-title {
	margin: 0 0 18px;
}

.hhq-basket-form .hhq-basket-button,
.hhq-basket-actions .hhq-basket-button {
	appearance: none;
	-webkit-appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: var(--hhq-basket-button-min-width, 220px);
	padding: var(--hhq-basket-button-padding, 12px 18px);
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	background-image: none !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}

.hhq-basket-form .hhq-basket-button:after,
.hhq-basket-actions .hhq-basket-button:after {
	display: none !important;
}

.hhq-basket-form .hhq-basket-button:hover,
.hhq-basket-actions .hhq-basket-button:hover {
	text-decoration: none;
}

/* HHQ Quote Form module polish + responsive pass */
.hhq-multistep-wrap {
	width: 100%;
}

.hhq-form-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr);
	gap: 24px;
	align-items: start;
	margin-bottom: 28px;
}

.hhq-multistep-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
	gap: 28px;
	align-items: start;
}

.hhq-step-main,
.hhq-summary-card,
.hhq-progress-card,
.hhq-success-card {
	box-sizing: border-box;
}

.hhq-step-form .hhq-field-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.hhq-step-form .hhq-field-full {
	grid-column: 1 / -1;
}

.hhq-step-form .hhq-field input,
.hhq-step-form .hhq-field select,
.hhq-step-form .hhq-field textarea {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.hhq-progress-card {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.hhq-progress-item {
	min-width: 0;
}

.hhq-progress-label {
	display: block;
	word-break: break-word;
}

.hhq-radio-stack,
.hhq-check-list,
.hhq-fulfilment-fields {
	display: grid;
	gap: 16px;
}

.hhq-payment-box,
.hhq-radio-option,
.hhq-checkbox {
	max-width: 100%;
	box-sizing: border-box;
}

.hhq-step-actions {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	align-items: center;
}

.hhq-step-actions .hhq-button,
.hhq-success-actions .hhq-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-width: 190px;
	line-height: 1.2;
	text-decoration: none;
}

.hhq-summary-list {
	padding-left: 0;
	margin-left: 0;
}

.hhq-summary-item {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
}

.hhq-summary-thumb,
.hhq-summary-thumb img,
.hhq-preview-thumb {
	width: 72px;
	height: 72px;
	object-fit: cover;
	border-radius: 14px;
}

.hhq-summary-content,
.hhq-summary-content strong,
.hhq-summary-content span,
.hhq-summary-content small {
	word-break: break-word;
}

.hhq-summary-price {
	text-align: right;
	align-self: center;
}

.hhq-success-actions {
	display: flex;
	gap: 14px;
	justify-content: center;
	flex-wrap: wrap;
}

@media (max-width: 980px) {
	.hhq-form-hero,
	.hhq-multistep-grid {
		grid-template-columns: 1fr;
	}

	.hhq-step-sidebar {
		order: 2;
	}
}

@media (max-width: 767px) {
	.hhq-multistep-wrap {
		overflow-x: hidden;
	}

	.hhq-form-hero {
		gap: 18px;
		margin-bottom: 20px;
	}

	.hhq-progress-card {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hhq-step-form .hhq-field-grid,
	.hhq-multistep-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.hhq-step-main,
	.hhq-summary-card,
	.hhq-progress-card,
	.hhq-success-card {
		padding: 22px;
	}

	.hhq-step-actions,
	.hhq-success-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.hhq-step-actions .hhq-button,
	.hhq-step-actions button,
	.hhq-step-actions a,
	.hhq-success-actions .hhq-button {
		width: 100%;
		min-width: 0;
	}

	.hhq-summary-item {
		grid-template-columns: 56px minmax(0, 1fr);
	}

	.hhq-summary-price {
		grid-column: 2;
		text-align: left;
	}

	.hhq-summary-thumb,
	.hhq-summary-thumb img,
	.hhq-preview-thumb {
		width: 56px;
		height: 56px;
		border-radius: 12px;
	}

	.hhq-form-title {
		font-size: clamp(28px, 7vw, 38px);
	}

	.hhq-step-title {
		font-size: clamp(22px, 6vw, 30px);
	}
}


/* HHQ layout refinement: hero full width, progress beneath, stronger responsive behaviour */
.hhq-form-hero {
	display: block;
	margin-bottom: 18px;
}

.hhq-form-hero__content {
	max-width: 860px;
}

.hhq-form-progress-row {
	margin: 0 0 28px;
}

.hhq-form-progress-row .hhq-progress-card {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	width: 100%;
}

.hhq-progress-item {
	min-width: 0;
}

.hhq-progress-item .hhq-progress-label {
	display: block;
	word-break: break-word;
	overflow-wrap: anywhere;
}

.hhq-multistep-grid {
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
	align-items: start;
}

.hhq-step-main,
.hhq-summary-card,
.hhq-progress-card,
.hhq-success-card,
.hhq-basket-shell,
.hhq-basket-preview,
.hhq-basket-form,
.hhq-basket-table {
	max-width: 100%;
	box-sizing: border-box;
}

.hhq-step-sidebar {
	position: sticky;
	top: 24px;
}

.hhq-basket-table {
	table-layout: fixed;
}

.hhq-basket-table th,
.hhq-basket-table td {
	word-break: break-word;
}

.hhq-product-card,
.hhq-product-summary,
.hhq-summary-content,
.hhq-product-main {
	min-width: 0;
}

.hhq-step-actions,
.hhq-basket-actions,
.hhq-success-actions {
	gap: 14px;
	flex-wrap: wrap;
}

.hhq-step-actions .hhq-button,
.hhq-basket-actions .hhq-basket-button,
.hhq-success-actions .hhq-button {
	max-width: 100%;
}

@media (max-width: 980px) {
	.hhq-form-progress-row .hhq-progress-card,
	.hhq-multistep-grid {
		grid-template-columns: 1fr;
	}

	.hhq-step-sidebar {
		position: static;
		top: auto;
	}

	.hhq-basket-table {
		table-layout: auto;
	}
}

@media (max-width: 767px) {
	.hhq-form-hero {
		margin-bottom: 14px;
	}

	.hhq-form-progress-row {
		margin-bottom: 20px;
	}

	.hhq-form-progress-row .hhq-progress-card {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hhq-step-main,
	.hhq-summary-card,
	.hhq-progress-card,
	.hhq-success-card,
	.hhq-basket-shell,
	.hhq-basket-preview {
		padding: 18px;
		border-radius: 14px;
	}

	.hhq-step-form .hhq-field-grid,
	.hhq-basket-actions,
	.hhq-step-actions,
	.hhq-success-actions {
		grid-template-columns: 1fr;
	}

	.hhq-step-actions,
	.hhq-basket-actions,
	.hhq-success-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.hhq-step-actions .hhq-button,
	.hhq-basket-actions .hhq-basket-button,
	.hhq-success-actions .hhq-button,
	.hhq-basket-form button,
	.hhq-basket-form a {
		width: 100%;
		min-width: 0;
	}

	.hhq-basket-table,
	.hhq-basket-table thead,
	.hhq-basket-table tbody,
	.hhq-basket-table tfoot,
	.hhq-basket-table tr,
	.hhq-basket-table th,
	.hhq-basket-table td {
		display: block;
		width: 100%;
	}

	.hhq-basket-table thead {
		display: none;
	}

	.hhq-basket-table tr {
		padding: 14px 0;
		border-bottom: 1px solid rgba(15,23,42,0.08);
	}

	.hhq-basket-table tfoot tr:last-child,
	.hhq-basket-table tbody tr:last-child {
		border-bottom: 0;
	}

	.hhq-basket-table td,
	.hhq-basket-table th {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.hhq-product-cell {
		margin-bottom: 10px;
	}

	.hhq-summary-item {
		grid-template-columns: 56px minmax(0, 1fr);
	}

	.hhq-summary-price {
		grid-column: 2;
		text-align: left;
	}
}

/* HHQ sleek progress indicator refinement */
.hhq-form-progress-row .hhq-progress-card,
.hhq-progress-card {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	padding: 8px 0 0;
	background: transparent;
	backdrop-filter: none;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	overflow: visible;
}

.hhq-form-progress-row .hhq-progress-card {
	position: relative;
}

.hhq-form-progress-row .hhq-progress-card::before {
	content: '';
	position: absolute;
	top: 18px;
	left: min(14%, 78px);
	right: min(14%, 78px);
	height: 1px;
	background: rgba(15, 23, 42, 0.12);
	z-index: 0;
}

.hhq-progress-item {
	position: relative;
	z-index: 1;
	flex: 1 1 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: var(--hhq-body);
}

.hhq-progress-item.is-active {
	background: transparent;
	box-shadow: none;
	color: var(--hhq-strong);
}

.hhq-progress-dot {
	width: 36px;
	height: 36px;
	border-radius: 999px;
	border: 1px solid rgba(15, 23, 42, 0.16);
	background: #fff;
	color: var(--hhq-strong);
	box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04);
}

.hhq-progress-item.is-active .hhq-progress-dot {
	background: var(--hhq-strong);
	border-color: var(--hhq-strong);
	color: #fff;
	box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
}

.hhq-progress-item.is-complete .hhq-progress-dot {
	background: var(--hhq-success);
	border-color: var(--hhq-success);
	color: #fff;
	box-shadow: 0 6px 14px rgba(34, 197, 94, 0.16);
}

.hhq-progress-label {
	display: block;
	margin: 0;
	max-width: 160px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	line-height: 1.4;
	text-transform: uppercase;
	text-align: center;
	word-break: normal;
	overflow-wrap: anywhere;
	color: #667085;
}

.hhq-progress-item.is-active .hhq-progress-label {
	color: var(--hhq-strong);
}

@media (max-width: 980px) {
	.hhq-form-progress-row .hhq-progress-card,
	.hhq-progress-card {
		gap: 14px;
	}

	.hhq-form-progress-row .hhq-progress-card::before {
		left: 44px;
		right: 44px;
	}

	.hhq-progress-label {
		max-width: 140px;
		font-size: 11px;
	}
}

@media (max-width: 767px) {
	.hhq-form-progress-row .hhq-progress-card,
	.hhq-progress-card {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px 14px;
		padding-top: 0;
	}

	.hhq-form-progress-row .hhq-progress-card::before {
		display: none;
	}

	.hhq-progress-item {
		padding: 0;
	}

	.hhq-progress-label {
		max-width: none;
		font-size: 11px;
		letter-spacing: .06em;
	}
}


.hhq-quote-action-wrap {
	display: flex;
	flex-direction: column;
	gap: 16px;
	max-width: 100%;
}

.hhq-variation-wrap {
	display: block;
	max-width: 100%;
	margin-bottom: 2px;
}

.hhq-variation-field {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
}

.hhq-variation-field label {
	display: block;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #6f5b72;
	margin: 0;
}

.hhq-variation-select {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	min-height: 54px;
	padding: 0 48px 0 16px;
	border: 1px solid #d8c9d8;
	border-radius: 10px;
	background-color: #fff;
	background-image: linear-gradient(45deg, transparent 50%, #8f7491 50%), linear-gradient(135deg, #8f7491 50%, transparent 50%);
	background-position: calc(100% - 20px) calc(50% - 3px), calc(100% - 14px) calc(50% - 3px);
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
	box-shadow: 0 1px 2px rgba(0,0,0,0.03);
	font-size: 15px;
	line-height: 1.2;
	color: #3f3341;
	transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.hhq-variation-select:hover {
	border-color: #c7b1c8;
	background-color: #fcfbfd;
}

.hhq-variation-select:focus {
	outline: none;
	border-color: #b995bb;
	box-shadow: 0 0 0 3px rgba(191, 157, 193, 0.18);
}

.hhq-quote-action-row {
	display: flex;
	gap: 12px;
	align-items: stretch;
}

.hhq-quote-action-row__qty {
	flex: 0 0 25%;
}

.hhq-quote-action-row__qty .hhq-quote-qty {
	width: 100%;
	height: 100%;
	min-height: 54px;
	padding: 12px 14px;
	border: 1px solid #d8c9d8;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,0.03);
	font-size: 16px;
	color: #3f3341;
}

.hhq-quote-action-row__qty .hhq-quote-qty:focus {
	outline: none;
	border-color: #b995bb;
	box-shadow: 0 0 0 3px rgba(191, 157, 193, 0.18);
}

.hhq-quote-action-row__button {
	flex: 1 1 auto;
}

.hhq-quote-action-row__button .hhq-add-to-quote {
	width: 100%;
	height: 100%;
	min-height: 54px;
}

@media (max-width: 767px) {
	.hhq-quote-action-row {
		flex-direction: column;
	}

	.hhq-quote-action-row__qty,
	.hhq-quote-action-row__button {
		flex: 1 1 100%;
	}
}
