.site-main.wanshing-single-product {
	padding-block: 1.25rem 4rem;
}

.wanshing-product-container {
	width: min(calc(100% - 2rem), 80rem);
	margin-inline: auto;
}

.wanshing-product-breadcrumb {
	min-height: 1.5rem;
	margin-block-end: 1.5rem;
	color: var(--text-muted);
	font-size: 0.8125rem;
}

.wanshing-product-breadcrumb .woocommerce-breadcrumb {
	margin: 0;
}

.wanshing-product-breadcrumb a {
	color: var(--text);
}

.wanshing-product-hero {
	display: grid;
	gap: 2.5rem;
}

.wanshing-product-gallery {
	min-width: 0;
	border: 0;
	outline: 0;
	box-shadow: none;
}

.wanshing-product-gallery__frame {
	position: relative;
	border: 0;
	outline: 0;
	box-shadow: none;
}

.wanshing-product-gallery .woocommerce-product-gallery {
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
	border: 0 !important;
	outline: 0;
	box-shadow: none !important;
}

.wanshing-product-gallery .woocommerce-product-gallery__wrapper {
	margin: 0;
	border: 0;
	outline: 0;
	box-shadow: none;
}

.wanshing-product-gallery .woocommerce-product-gallery .flex-viewport {
	width: 100%;
	overflow: hidden;
	border: 0;
	outline: 0;
	box-shadow: none;
}

.wanshing-product-gallery .woocommerce-product-gallery__image {
	display: block;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	box-shadow: none;
}

.wanshing-product-gallery .woocommerce-product-gallery__image > a {
	position: relative;
	display: flex;
	width: 100%;
	aspect-ratio: 1;
	align-items: center;
	justify-content: center;
	padding: clamp(1rem, 3vw, 2rem);
	background: var(--surface);
	border: 0;
	outline: 0;
	box-shadow: none;
}

.wanshing-product-gallery .woocommerce-product-gallery__image > a > img:not(.zoomImg) {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.single-product .wanshing-product-gallery span.onsale {
	top: 0.75rem;
	left: 0.75rem;
	z-index: 4;
	min-width: 0;
	min-height: 0;
	padding: 0.4rem 0.65rem;
	margin: 0;
	color: var(--surface);
	background: var(--brand-red);
	border: 0;
	border-radius: 0.3rem;
	box-shadow: none;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1;
}

.wanshing-product-gallery .woocommerce-product-gallery .flex-control-thumbs {
	display: flex;
	gap: 1rem;
	padding: 0;
	margin: 1rem 0 0;
	overflow-x: auto;
	list-style: none;
	scrollbar-width: thin;
}

.wanshing-product-gallery .woocommerce-product-gallery .flex-control-thumbs li {
	width: 4.75rem !important;
	min-width: 4.75rem;
	margin: 0 !important;
	padding: 0;
	list-style: none;
	counter-increment: none;
}

.wanshing-product-gallery .woocommerce-product-gallery .flex-control-thumbs li::marker {
	content: "";
}

.wanshing-product-gallery .woocommerce-product-gallery .flex-control-thumbs li::before {
	display: none;
	content: none;
}

.wanshing-product-gallery .woocommerce-product-gallery .flex-control-thumbs img {
	width: 100%;
	height: 4.75rem;
	padding: 0.2rem;
	object-fit: contain;
	background: var(--surface);
	border: 2px solid transparent;
	border-radius: var(--radius);
	opacity: 0.72;
	cursor: pointer;
}

.wanshing-product-gallery .woocommerce-product-gallery .flex-control-thumbs img.flex-active,
.wanshing-product-gallery .woocommerce-product-gallery .flex-control-thumbs img:hover,
.wanshing-product-gallery .woocommerce-product-gallery .flex-control-thumbs img:focus-visible {
	border-color: var(--brand-red);
	opacity: 1;
}

.wanshing-product-gallery__arrow {
	position: absolute;
	z-index: 20;
	top: 50%;
	display: inline-flex;
	width: 2.625rem;
	height: 2.625rem;
	align-items: center;
	justify-content: center;
	padding: 0;
	color: #3b3b3b;
	background: rgb(255 255 255 / 0.86);
	border: 1px solid rgb(0 0 0 / 0.08);
	border-radius: 50%;
	box-shadow: none;
	font-size: 0;
	line-height: 1;
	cursor: pointer;
	transform: translateY(-50%);
	pointer-events: auto;
}

.wanshing-product-gallery__arrow:hover,
.wanshing-product-gallery__arrow:focus-visible {
	color: #222;
	background: rgb(255 255 255 / 0.98);
	border-color: rgb(0 0 0 / 0.14);
}

.wanshing-product-gallery__arrow:focus-visible {
	outline: 0.1875rem solid var(--brand-red);
	outline-offset: 0.15rem;
}

.wanshing-product-gallery__arrow span {
	display: block;
	width: 0.6rem;
	height: 0.6rem;
	border-block-start: 0.13rem solid currentColor;
	border-inline-end: 0.13rem solid currentColor;
}

.wanshing-product-gallery__arrow--previous span {
	transform: rotate(-135deg) translate(-0.08rem, -0.08rem);
}

.wanshing-product-gallery__arrow--next span {
	transform: rotate(45deg) translate(-0.08rem, -0.08rem);
}

.wanshing-product-gallery__arrow--previous {
	left: 1rem;
}

.wanshing-product-gallery__arrow--next {
	right: 1rem;
}

.wanshing-product-gallery__arrow[hidden] {
	display: none;
}

.wanshing-product-summary {
	min-width: 0;
}

.wanshing-product-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-block-end: 0.9rem;
}

.wanshing-product-badge {
	display: inline-flex;
	padding: 0.25rem 0.55rem;
	color: var(--text-muted);
	background: var(--surface-muted);
	border: 1px solid var(--border);
	border-radius: 999px;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.2;
}

.wanshing-product-title {
	margin-block-end: 1.25rem;
	font-size: clamp(1.85rem, 4vw, 2.75rem);
	line-height: 1.12;
}

.wanshing-product-short-description {
	margin-block-end: 1.75rem;
	color: var(--text-muted);
	font-size: 1.0625rem;
	line-height: 1.65;
}

.wanshing-product-short-description p:last-child {
	margin-block-end: 0;
}

.wanshing-product-key-specs {
	padding-block: 1.25rem;
	margin-block-end: 1.5rem;
	border-block: 1px solid var(--border);
}

.wanshing-product-key-specs h2,
.wanshing-product-meta h2 {
	margin-block-end: 0.85rem;
	font-size: 1rem;
}

.wanshing-product-key-specs dl,
.wanshing-product-meta dl,
.wanshing-product-specifications dl {
	display: grid;
	gap: 0.6rem;
	margin: 0;
}

.wanshing-product-key-specs dl {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wanshing-product-key-specs dl > div,
.wanshing-product-meta dl > div {
	display: grid;
	gap: 0.15rem;
	min-width: 0;
}

.wanshing-product-key-specs dt,
.wanshing-product-meta dt,
.wanshing-product-specifications dt {
	color: var(--text-muted);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.wanshing-product-key-specs dd,
.wanshing-product-meta dd,
.wanshing-product-specifications dd {
	margin: 0;
	font-size: 0.9375rem;
	font-weight: 650;
	overflow-wrap: anywhere;
}

.wanshing-product-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-block-end: 1rem;
}

.wanshing-product-cta .button {
	display: inline-flex;
	min-width: 11.5rem;
	min-height: 2.75rem;
	align-items: center;
	justify-content: center;
}

.wanshing-product-cta .quantity {
	display: inline-flex;
	align-items: center;
}

.wanshing-product-cta .single_add_to_cart_button {
	display: inline-flex;
	min-height: 2.75rem;
	align-items: center;
	justify-content: center;
}

.wanshing-product-price {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 0.4rem 0.75rem;
	align-items: baseline;
	width: 100%;
	color: var(--brand-red);
	font-size: 1.25rem;
	font-weight: 700;
}

.wanshing-product-price ins {
	order: 1;
	color: var(--brand-red);
	font-size: 1.12em;
	font-weight: 750;
	text-decoration: none;
}

.wanshing-product-price del {
	order: 2;
	color: var(--text-muted);
	font-size: 0.8em;
	font-weight: 500;
}

.woocommerce .wanshing-product-cta a.button.button--primary,
.woocommerce .wanshing-product-cta a.button.button--outline,
.woocommerce .wanshing-product-cta button.single_add_to_cart_button {
	display: inline-flex;
	min-height: 2.75rem;
	align-items: center;
	justify-content: center;
}

.woocommerce .wanshing-product-cta a.button.button--primary,
.woocommerce .wanshing-product-cta button.single_add_to_cart_button {
	color: var(--surface);
	background: var(--brand-red);
	border-color: var(--brand-red);
}

.woocommerce .wanshing-product-cta a.button.button--outline {
	color: var(--brand-red);
	background: var(--surface);
	border-color: var(--brand-red);
}

.woocommerce .wanshing-product-cta a.button.button--primary:hover,
.woocommerce .wanshing-product-cta a.button.button--primary:focus-visible,
.woocommerce .wanshing-product-cta button.single_add_to_cart_button:hover,
.woocommerce .wanshing-product-cta button.single_add_to_cart_button:focus-visible {
	color: var(--surface);
	background: var(--brand-red-dark);
	border-color: var(--brand-red-dark);
}

.woocommerce .wanshing-product-cta a.button.button--outline:hover,
.woocommerce .wanshing-product-cta a.button.button--outline:focus-visible {
	color: var(--surface);
	background: var(--brand-red);
	border-color: var(--brand-red);
}

.wanshing-product-contact-copy {
	display: grid;
	gap: 0.2rem;
	margin-block-end: 1.5rem;
	color: var(--text-muted);
	font-size: 0.9375rem;
}

.wanshing-product-contact-copy strong {
	color: var(--text);
	font-weight: 650;
}

.wanshing-product-meta {
	padding-block-start: 1.25rem;
	border-block-start: 1px solid var(--border);
}

.wanshing-product-meta dl {
	grid-template-columns: 1fr;
}

.wanshing-product-meta a {
	color: var(--text);
}

.wanshing-product-details {
	display: grid;
	gap: 3rem;
	margin-block-start: 4rem;
}

.wanshing-product-details h2 {
	margin-block-end: 1rem;
	font-size: clamp(1.5rem, 3vw, 2rem);
}

.wanshing-product-description {
	max-width: 56rem;
	color: var(--text-muted);
	line-height: 1.75;
}

.wanshing-product-description p,
.wanshing-product-description ul,
.wanshing-product-description ol {
	margin-block-end: 1rem;
}

.wanshing-product-description ul,
.wanshing-product-description ol {
	padding-inline-start: 1.25rem;
}

.wanshing-product-specifications dl {
	overflow: hidden;
	border: 1px solid var(--border);
	border-radius: var(--radius);
}

.wanshing-product-specifications__header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem 1rem;
	margin-block-end: 1rem;
}

.wanshing-product-specifications__header h2 {
	margin: 0;
}

.wanshing-unit-toggle {
	display: inline-grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	width: min(100%, 13rem);
	padding: 0.1875rem;
	border: 1px solid var(--border);
	border-radius: 0.375rem;
	background: var(--surface);
}

.wanshing-unit-toggle button {
	min-height: 2.25rem;
	padding: 0.4rem 0.75rem;
	color: var(--text);
	font: inherit;
	font-size: 0.8125rem;
	font-weight: 600;
	background: transparent;
	border: 0;
	border-radius: 0.25rem;
	cursor: pointer;
}

.wanshing-unit-toggle button[aria-pressed="true"] {
	color: var(--surface);
	background: var(--brand-red);
}

.wanshing-unit-toggle button:hover:not([aria-pressed="true"]) {
	background: var(--surface-muted);
}

.wanshing-unit-toggle button:focus-visible {
	outline: 3px solid var(--focus);
	outline-offset: 2px;
}

.wanshing-product-specifications dl > div {
	display: grid;
	grid-template-columns: minmax(9rem, 0.8fr) minmax(0, 1.2fr);
	gap: 1rem;
	padding: 0.8rem 1rem;
}

.wanshing-product-specifications dl > div:nth-child(odd) {
	background: var(--surface-muted);
}

.wanshing-product-bottom-cta {
	display: grid;
	gap: 1.25rem;
	padding: clamp(1.5rem, 4vw, 2.5rem);
	color: var(--surface);
	background: var(--brand-red);
	border-radius: var(--radius);
}

.wanshing-product-bottom-cta h2 {
	margin-block-end: 0.5rem;
}

.wanshing-product-bottom-cta p {
	max-width: 48rem;
	margin: 0;
	color: rgb(255 255 255 / 0.9);
}

.wanshing-product-bottom-cta .button-row {
	align-items: center;
}

.woocommerce .wanshing-product-bottom-cta a.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--brand-red);
	background: var(--surface);
	border: 1px solid var(--brand-red);
	font-weight: 500;
}

.woocommerce .wanshing-product-bottom-cta a.button:hover,
.woocommerce .wanshing-product-bottom-cta a.button:focus-visible {
	color: var(--brand-red-dark);
	background: #fff4f3;
	border-color: var(--brand-red-dark);
}

@media (min-width: 48rem) {
	.wanshing-product-container {
		width: min(calc(100% - 3rem), 80rem);
	}

	.wanshing-product-hero {
		grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
		gap: clamp(3rem, 5vw, 4rem);
		align-items: start;
	}

	.wanshing-product-summary {
		padding-block-start: 0.25rem;
	}

	.wanshing-product-gallery .flex-control-thumbs {
		scrollbar-width: none;
	}

	.wanshing-product-gallery .flex-control-thumbs::-webkit-scrollbar {
		display: none;
	}

	.wanshing-product-details {
		gap: 3.5rem;
	}

	.wanshing-product-bottom-cta {
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
	}
}

@media (min-width: 64rem) {
	.wanshing-single-product {
		padding-block-start: 1.5rem;
	}

	.wanshing-product-gallery .woocommerce-product-gallery__image > a {
		max-height: 38.75rem;
	}

	.wanshing-product-gallery .woocommerce-product-gallery__image > a > img:not(.zoomImg) {
		max-height: 34.75rem;
	}

	.wanshing-product-gallery__arrow--previous {
		left: 1.25rem;
	}

	.wanshing-product-gallery__arrow--next {
		right: 1.25rem;
	}
}

@media (min-width: 80rem) {
	.wanshing-product-container {
		width: min(calc(100% - 4rem), 80rem);
	}
}

@media (prefers-reduced-motion: reduce) {
	.wanshing-product-gallery .flex-control-thumbs {
		scroll-behavior: auto;
	}
}

@media (max-width: 47.99rem) {
	.wanshing-product-specifications__header {
		align-items: stretch;
	}

	.wanshing-unit-toggle {
		width: 100%;
	}

	.wanshing-product-specifications dl > div {
		grid-template-columns: minmax(0, 1fr);
		gap: 0.25rem;
	}
	.wanshing-product-gallery__arrow {
		width: 2.375rem;
		height: 2.375rem;
	}

	.wanshing-product-gallery__arrow--previous {
		left: 1rem;
	}

	.wanshing-product-gallery__arrow--next {
		right: 1rem;
	}
}

body.wanshing-product-quote-open {
	overflow: hidden;
}

.wanshing-product-quote-overlay {
	position: fixed;
	z-index: 199999;
	inset: 0;
	background: rgb(0 0 0 / 0.48);
	opacity: 0;
	transition: opacity 180ms ease;
}

.wanshing-product-quote-overlay.is-open {
	opacity: 1;
}

.wanshing-product-quote-drawer {
	position: fixed;
	z-index: 200000;
	inset-block: 0;
	inset-inline-end: 0;
	width: min(34rem, 92vw);
	height: 100vh;
	height: 100dvh;
	overflow-y: auto;
	color: var(--text);
	background: var(--surface);
	box-shadow: -0.5rem 0 2rem rgb(0 0 0 / 0.2);
	visibility: hidden;
	transform: translateX(100%);
	transition: transform 220ms ease, visibility 220ms;
	overscroll-behavior: contain;
}

.wanshing-product-quote-drawer.is-open {
	visibility: visible;
	transform: translateX(0);
}

.wanshing-product-quote-drawer[hidden],
.wanshing-product-quote-overlay[hidden],
.wanshing-product-quote-success[hidden] {
	display: none;
}

.wanshing-product-quote-drawer__header {
	position: sticky;
	z-index: 2;
	top: 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.25rem clamp(1.25rem, 4vw, 2rem);
	background: var(--surface);
	border-block-end: 1px solid var(--border);
}

.wanshing-product-quote-drawer__eyebrow {
	margin: 0 0 0.25rem;
	color: var(--brand-red);
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
}

.wanshing-product-quote-drawer__header h2 {
	margin: 0;
	font-size: clamp(1.5rem, 4vw, 2rem);
	line-height: 1.15;
}

.wanshing-product-quote-drawer__close {
	position: relative;
	flex: 0 0 auto;
	width: 2.5rem;
	height: 2.5rem;
	padding: 0;
	color: var(--text);
	background: transparent;
	border: 1px solid var(--border);
	border-radius: 50%;
	cursor: pointer;
}

.wanshing-product-quote-drawer__close span::before,
.wanshing-product-quote-drawer__close span::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1rem;
	height: 0.125rem;
	background: currentColor;
	content: "";
}

.wanshing-product-quote-drawer__close span::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.wanshing-product-quote-drawer__close span::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.wanshing-product-quote-drawer__close:hover {
	background: var(--surface-muted);
}

.wanshing-product-quote-drawer__close:focus-visible {
	outline: 0.1875rem solid var(--focus);
	outline-offset: 0.125rem;
}

.wanshing-product-quote-drawer__body {
	padding: clamp(1.25rem, 4vw, 2rem);
}

.wanshing-product-quote-summary {
	display: grid;
	grid-template-columns: 5.5rem minmax(0, 1fr);
	gap: 1rem;
	align-items: start;
	padding-block-end: 1.5rem;
	margin-block-end: 1.5rem;
	border-block-end: 1px solid var(--border);
}

.wanshing-product-quote-summary__image {
	display: flex;
	aspect-ratio: 1;
	align-items: center;
	justify-content: center;
	padding: 0.35rem;
	background: var(--surface-muted);
	border-radius: var(--radius);
}

.wanshing-product-quote-summary__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.wanshing-product-quote-summary h3 {
	margin: 0 0 0.75rem;
	font-size: 1rem;
	line-height: 1.35;
}

.wanshing-product-quote-summary dl {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem 1rem;
	margin: 0;
}

.wanshing-product-quote-summary dl > div {
	display: flex;
	gap: 0.3rem;
	min-width: 0;
	font-size: 0.8125rem;
}

.wanshing-product-quote-summary dt {
	color: var(--text-muted);
	font-weight: 500;
}

.wanshing-product-quote-summary dd {
	margin: 0;
	font-weight: 600;
	overflow-wrap: anywhere;
}

.wanshing-product-quote-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.wanshing-product-quote-field {
	display: grid;
	gap: 0.4rem;
	min-width: 0;
}

.wanshing-product-quote-field--full {
	grid-column: 1 / -1;
}

.wanshing-product-quote-mode {
	padding: 0;
	margin: 0;
	border: 0;
}

.wanshing-product-quote-mode legend {
	margin-block-end: 0.5rem;
	font-size: 0.875rem;
	font-weight: 600;
}

.wanshing-product-quote-mode__options {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.wanshing-product-quote-mode__options label {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	min-height: 2.5rem;
	padding: 0.45rem 0.75rem;
	background: var(--surface-muted);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	cursor: pointer;
}

.wanshing-product-quote-mode__options input {
	margin: 0;
	accent-color: var(--brand-red);
}

.wanshing-product-quote-mode__options label:has(input:checked) {
	border-color: var(--brand-red);
	box-shadow: inset 0 0 0 1px var(--brand-red);
}

.wanshing-product-quote-rental-fields {
	padding: 1rem;
	background: var(--surface-muted);
	border: 1px solid var(--border);
	border-radius: var(--radius);
}

.wanshing-product-quote-rental-fields[hidden] {
	display: none;
}

.wanshing-product-quote-field label {
	font-size: 0.875rem;
	font-weight: 600;
}

.wanshing-product-quote-field input,
.wanshing-product-quote-field select,
.wanshing-product-quote-field textarea {
	width: 100%;
	min-height: 2.75rem;
	padding: 0.7rem 0.75rem;
	color: var(--text);
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	font: inherit;
}

.wanshing-product-quote-field textarea {
	min-height: 8rem;
	resize: vertical;
}

.wanshing-product-quote-field input:focus-visible,
.wanshing-product-quote-field select:focus-visible,
.wanshing-product-quote-field textarea:focus-visible {
	border-color: var(--focus);
	outline: 0.1875rem solid color-mix(in srgb, var(--focus) 35%, transparent);
	outline-offset: 0;
}

.wanshing-product-quote-field [aria-invalid="true"] {
	border-color: var(--brand-red);
}

.wanshing-product-quote-field__error {
	min-height: 0;
	margin: 0;
	color: var(--brand-red-dark);
	font-size: 0.8125rem;
}

.wanshing-product-quote-field__error:empty {
	display: none;
}

.wanshing-product-quote-honeypot {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.wanshing-product-quote-status {
	margin: 1rem 0;
	font-size: 0.875rem;
}

.wanshing-product-quote-status:empty {
	display: none;
}

.wanshing-product-quote-status.is-error {
	color: var(--brand-red-dark);
}

.wanshing-product-quote-form button.wanshing-product-quote-form__submit.button.button--primary {
	display: inline-flex;
	width: 100%;
	min-height: 2.75rem;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 1.1rem;
	color: var(--surface);
	background: var(--brand-red);
	border: 1px solid var(--brand-red);
	border-radius: var(--radius);
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	margin-block-start: 0.25rem;
}

.wanshing-product-quote-form button.wanshing-product-quote-form__submit.button.button--primary:hover,
.wanshing-product-quote-form button.wanshing-product-quote-form__submit.button.button--primary:focus-visible {
	color: var(--surface);
	background: var(--brand-red-dark);
	border-color: var(--brand-red-dark);
}

.wanshing-product-quote-form button.wanshing-product-quote-form__submit.button.button--primary[disabled] {
	cursor: wait;
	opacity: 0.72;
}

.wanshing-product-quote-success {
	padding: 1.25rem;
	background: var(--surface-muted);
	border-inline-start: 0.25rem solid var(--brand-red);
}

.wanshing-product-quote-success p {
	margin-block: 0 1rem;
	font-weight: 600;
}

@media (max-width: 35rem) {
	.wanshing-product-quote-drawer {
		width: 100%;
		max-width: 100%;
	}

	.wanshing-product-quote-form__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.wanshing-product-quote-field--full {
		grid-column: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wanshing-product-quote-overlay,
	.wanshing-product-quote-drawer {
		transition: none;
	}
}
