:root {
	--daweda-contact-red: var(--daweda-color-primary, #e70012);
	--daweda-contact-text: var(--daweda-global-text, #151515);
	--daweda-contact-bg: var(--daweda-global-background, #fff);
	--daweda-contact-border: color-mix(in srgb, var(--daweda-contact-text) 14%, var(--daweda-contact-bg));
	--daweda-contact-muted: color-mix(in srgb, var(--daweda-contact-text) 68%, transparent);
}

.daweda-product-contact-part {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	margin: 0;
	background: #fff;
}

.tax-daweda_product_category .daweda-product-contact-part,
.single-daweda_product .daweda-product-contact-part {
	margin-top: 1.2rem;
}

.daweda-product-contact {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 50px 0;
	color: #777;
	background: #fff;
	border-top: 1px solid rgba(0, 0, 0, .08);
	border-bottom: 1px solid rgba(0, 0, 0, .08);
	box-shadow: 0 -4px 18px rgba(0, 0, 0, .05), 0 4px 18px rgba(0, 0, 0, .05);
	font-family: var(--wp--preset--font-family--fira-sans, "Fira Sans", sans-serif);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}

.daweda-product-contact__shell {
	box-sizing: border-box;
	width: calc(100% - 30px);
	max-width: 1340px;
	margin: 0 auto;
	padding-right: 5px;
	padding-left: 5px;
}

/* Match the category footer to the same horizontal guide as the site header. */
.tax-daweda_product_category .daweda-site-footer {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.tax-daweda_product_category .daweda-footer-columns,
.tax-daweda_product_category .daweda-footer-bottom {
	box-sizing: border-box;
	width: calc(100% - 30px) !important;
	max-width: 1340px !important;
	margin-right: auto !important;
	margin-left: auto !important;
	padding-right: 5px;
	padding-left: 5px;
}

.tax-daweda_product_category .daweda-footer-separator {
	box-sizing: border-box;
	width: calc(100% - 40px) !important;
	max-width: 1330px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

.daweda-product-contact__card {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: center;
	gap: 30px;
	padding: 60px 60px 20px;
	background: #fff;
	border-radius: 0;
	box-shadow: none;
}

.daweda-product-contact__introduction {
	align-self: center;
	padding: 0 10% 0 5%;
	text-align: center;
}

.daweda-product-contact__logo {
	display: block;
	width: 48%;
	margin: 0 auto 16px;
}

.daweda-product-contact__logo-image {
	display: block;
	width: 100%;
	height: auto;
	max-height: 165px;
	object-fit: contain;
}

.daweda-product-contact h2 {
	margin: 0 0 19.2px;
	color: #555;
	font-family: Roboto, sans-serif;
	font-size: 38.4px;
	font-weight: 400;
	line-height: 49.92px;
	letter-spacing: 0;
}

.daweda-product-contact__lead {
	margin: 0 0 20.8px;
	color: #777;
	font-size: 16px;
	line-height: 25.6px;
}

.daweda-product-contact__form-wrap {
	align-self: center;
	margin-top: 20px;
}

.daweda-product-contact__status {
	margin-bottom: 18px;
	padding: 12px 14px;
	border: 1px solid currentColor;
	font-size: 14px;
	line-height: 1.5;
}

.daweda-product-contact__status.is-success {
	color: #287b3d;
	background: #effaf2;
}

.daweda-product-contact__status.is-error {
	color: #a32929;
	background: #fff3f3;
}

.daweda-product-contact__form,
.daweda-product-contact__form label {
	display: grid;
	gap: 0;
}

.daweda-product-contact__form {
	gap: 0;
	margin: 0 0 20.8px;
}

.daweda-product-contact__field-row {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
}

.daweda-product-contact__form label {
	margin: 0 0 5.76px;
	color: #222;
	font-size: 14.4px;
	font-weight: 700;
	line-height: 23.04px;
}

.daweda-product-contact__field-title {
	display: inline;
	color: #222;
}

.daweda-product-contact__field-title .daweda-product-contact__required {
	display: inline;
	color: var(--daweda-contact-red);
}

.daweda-product-contact__form input,
.daweda-product-contact__form textarea {
	box-sizing: border-box;
	width: 100%;
	min-height: 35px;
	margin: 0 0 13.968px;
	padding: 0 10.476px;
	color: #333;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	font: inherit;
	font-size: 13.968px;
	font-weight: 700;
	line-height: 22.3488px;
	transition: color .3s, border .3s, background .3s, opacity .3s;
}

.daweda-product-contact__form textarea {
	min-height: 120px;
	padding-top: 9.7776px;
	resize: vertical;
}

.daweda-product-contact__form .daweda-product-contact__consent {
	display: grid;
	grid-template-columns: 20px 1fr;
	align-items: start;
	gap: 5px;
	margin: 4px 0 18px;
	font-weight: 400;
	line-height: 1.5;
	cursor: pointer;
}

.daweda-product-contact__form .daweda-product-contact__consent input {
	position: relative;
	top: 3px;
	width: auto;
	min-height: 0;
	margin: 0;
	padding: 0;
	box-shadow: none;
}

.daweda-product-contact__form input:focus,
.daweda-product-contact__form textarea:focus {
	color: #333;
	background-color: #fff;
	border-color: #ddd;
	box-shadow: 0 0 5px #ccc;
	outline: 0;
}

.daweda-product-contact__form button {
	justify-self: start;
	min-height: 39.25px;
	margin: 0 15.52px 15.52px 0;
	padding: 0 18.624px;
	color: #fff;
	background: #000;
	border: 1px solid rgba(0, 0, 0, .05);
	font: inherit;
	font-size: 15.52px;
	font-weight: 700;
	line-height: 37.248px;
	cursor: pointer;
	transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
}

.daweda-product-contact__form button:hover,
.daweda-product-contact__form button:focus {
	color: #fff;
	background: #334862;
	box-shadow: inset 0 0 0 100px rgba(0, 0, 0, .12);
}

.daweda-product-contact__trap {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

@media (max-width: 900px) {
	.daweda-product-contact__shell,
	.tax-daweda_product_category .daweda-footer-columns,
	.tax-daweda_product_category .daweda-footer-bottom {
		width: 100% !important;
		max-width: none !important;
		padding-right: 15px;
		padding-left: 15px;
	}

	.tax-daweda_product_category .daweda-footer-separator {
		width: calc(100% - 30px) !important;
		max-width: none !important;
	}
}

@media (max-width: 849px) {
	.daweda-product-contact__card {
		grid-template-columns: 1fr;
		padding: 60px 30px 20px;
	}

	.daweda-product-contact__introduction {
		width: 75%;
		margin: 0 auto;
		padding: 40px 0 0;
	}
}

@media (max-width: 600px) {
	.daweda-product-contact__card {
		gap: 20px;
		padding: 40px 20px 20px;
	}

	.daweda-product-contact__introduction {
		width: 100%;
	}

	.daweda-product-contact h2 {
		font-size: 30px;
		line-height: 39px;
	}
}
