.botta-rfq-page {
	background: #fcfcf7;
	color: #1c3a13;
	font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

.botta-rfq-page__elementor .elementor-widget-botta-request-quote-section {
	margin-bottom: 0;
}

.botta-rfq-page__elementor,
.botta-rfq-page__elementor > .elementor,
.botta-rfq-page__elementor .elementor-section.elementor-section-stretched,
.botta-rfq-page__elementor .elementor-section-full_width {
	left: auto !important;
	right: auto !important;
	width: 100% !important;
	max-width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.botta-rfq-page__elementor .elementor-section > .elementor-container {
	max-width: 100% !important;
}

.botta-rfq-section-widget {
	background: transparent;
	color: inherit;
	min-height: 0;
}

.botta-rfq-section-widget .botta-rfq-page__inner {
	width: 100%;
	padding: 0;
}

.botta-rfq-page [hidden] {
	display: none !important;
}

.botta-rfq-page__inner {
	width: min(calc(100% - 48px), 1264px);
	margin: 0 auto;
	padding: 136px 0 88px;
}

.botta-rfq-back {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 20px;
	color: #2b3332;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
}

.botta-rfq-page h1 {
	margin: 0 0 32px;
	color: #1c3a13;
	font-size: clamp(40px, 4vw, 56px);
	font-weight: 700;
	line-height: 1.05;
}

.botta-rfq-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.78fr);
	gap: 28px;
	align-items: start;
}

.botta-rfq-form-card,
.botta-rfq-selected-card {
	border-radius: 32px;
	background: #fff;
	box-shadow: 0 1px 3px 0 rgba(51, 51, 51, 0.1);
}

.botta-rfq-form-card {
	padding: 26px 24px 22px;
}

.botta-rfq-selected-card {
	padding: 26px 18px 18px;
}

.botta-rfq-form-card h2,
.botta-rfq-selected-card h2 {
	margin: 0 0 20px;
	color: #1c3a13;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.15;
}

.botta-rfq-form-shell--backend {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}

.botta-rfq-hidden-field {
	display: none !important;
}

.botta-rfq-ui-form {
	display: grid;
	gap: 18px;
}

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

.botta-rfq-ui-field {
	display: block;
}

.botta-rfq-ui-field--full {
	grid-column: 1 / -1;
}

.botta-rfq-ui-field--checkbox {
	padding-top: 4px;
}

.botta-rfq-ui-field input,
.botta-rfq-ui-field select,
.botta-rfq-ui-field textarea {
	width: 100%;
	border: 1px solid #e7ebe3;
	border-radius: 10px;
	background: #f2f3ee;
	box-shadow: none;
	color: #2b3332;
	font-family: Inter, "Helvetica Neue", Arial, sans-serif;
	font-size: 15px;
	transition: border-color 0.2s ease, background-color 0.2s ease;
}

.botta-rfq-ui-field input,
.botta-rfq-ui-field select {
	min-height: 48px;
	padding: 0 14px;
}

.botta-rfq-ui-field textarea {
	min-height: 132px;
	padding: 14px;
	resize: vertical;
}

.botta-rfq-ui-field input::placeholder,
.botta-rfq-ui-field textarea::placeholder {
	color: #89938d;
}

.botta-rfq-ui-field select {
	appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, #6a756f 50%), linear-gradient(135deg, #6a756f 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;
	padding-right: 34px;
}

.botta-rfq-ui-field.is-invalid input,
.botta-rfq-ui-field.is-invalid select,
.botta-rfq-ui-field.is-invalid textarea {
	border-color: #c54b3c;
	background: #fff6f4;
}

.botta-rfq-ui-field input:focus,
.botta-rfq-ui-field select:focus,
.botta-rfq-ui-field textarea:focus {
	border-color: #1c3a13;
	outline: none;
}

.botta-rfq-ui-checkbox {
	display: grid;
	grid-template-columns: 20px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	color: #2b3332;
	font-size: 14px;
	line-height: 1.45;
}

.botta-rfq-ui-checkbox input {
	width: 20px;
	height: 20px;
	min-height: 20px;
	margin: 2px 0 0;
	border-radius: 6px;
}

.botta-rfq-ui-checkbox__label a {
	color: #1c3a13;
	text-decoration: underline;
}

.botta-rfq-ui-field--checkbox.is-invalid .botta-rfq-ui-checkbox {
	color: #9c2f1e;
}

.botta-rfq-ui-response {
	padding: 14px 16px;
	border-radius: 16px;
	font-size: 14px;
	line-height: 1.45;
}

.botta-rfq-ui-response.is-success {
	background: #eaf8d7;
	color: #1c3a13;
}

.botta-rfq-ui-response.is-error {
	background: #fff3ef;
	color: #9c2f1e;
}

.botta-rfq-ui-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: 100%;
	min-height: 58px;
	border: 0;
	border-radius: 999px;
	background: #091306;
	color: #fff;
	font-family: Inter, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.botta-rfq-ui-submit:hover,
.botta-rfq-ui-submit:focus-visible {
	background: #d3fa99;
	color: #091306;
}

.botta-rfq-ui-submit:disabled {
	opacity: 1;
	cursor: wait;
}

.botta-rfq-ui-submit__spinner {
	display: none;
	width: 18px;
	height: 18px;
	border: 2px solid currentColor;
	border-right-color: transparent;
	border-radius: 999px;
	animation: botta-rfq-spin 0.7s linear infinite;
}

.botta-rfq-ui-submit.is-loading .botta-rfq-ui-submit__spinner {
	display: inline-block;
}

.botta-rfq-success {
	display: grid;
	justify-items: center;
	gap: 22px;
	padding: 48px 24px 12px;
	text-align: center;
}

.botta-rfq-success__icon svg {
	width: 96px;
	height: 96px;
}

.botta-rfq-success h2 {
	margin: 0;
	color: #1c3a13;
	font-size: clamp(38px, 4vw, 52px);
	font-weight: 700;
	line-height: 1.05;
}

.botta-rfq-success__copy {
	max-width: 640px;
	margin: 0;
	color: #5d6762;
	font-size: 16px;
	line-height: 1.5;
}

.botta-rfq-success__next {
	max-width: 520px;
	padding: 26px 28px;
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 1px 3px 0 rgba(51, 51, 51, 0.1);
	text-align: left;
}

.botta-rfq-success__next h3 {
	margin: 0 0 12px;
	color: #1c3a13;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
}

.botta-rfq-success__next ul {
	margin: 0;
	padding-left: 20px;
	color: #2b3332;
	font-size: 15px;
	line-height: 1.5;
}

.botta-rfq-success__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 280px;
	min-height: 58px;
	padding: 0 28px;
	border-radius: 999px;
	background: #091306;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
}

.botta-rfq-success__cta:hover,
.botta-rfq-success__cta:focus-visible {
	background: #d3fa99;
	color: #091306;
}

@keyframes botta-rfq-spin {
	to {
		transform: rotate(360deg);
	}
}

.botta-rfq-selected-list {
	display: grid;
	gap: 14px;
}

.botta-rfq-selected-card:not(.has-products) .botta-rfq-selected-list {
	display: none;
}

.botta-rfq-selected-empty {
	display: grid;
	justify-items: center;
	gap: 12px;
	padding: 24px 12px 18px;
	text-align: center;
}

.botta-rfq-selected-card.has-products .botta-rfq-selected-empty {
	display: none;
}

.botta-rfq-selected-empty__icon {
	display: grid;
	place-items: center;
	width: 108px;
	height: 108px;
	border-radius: 999px;
	background: #f1f2ed;
}

.botta-rfq-selected-empty__icon svg {
	width: 56px;
	height: 56px;
}

.botta-rfq-selected-empty p {
	margin: 0;
	color: #2b3332;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.35;
}

.botta-rfq-selected-empty span {
	color: #7b8580;
	font-size: 14px;
	line-height: 1.45;
}

.botta-rfq-product {
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
	padding: 10px;
	border: 1px solid #edf0ea;
	border-radius: 22px;
	background: #fcfcfa;
}

.botta-rfq-product__media {
	display: block;
}

.botta-rfq-product__media img,
.botta-rfq-product__image-empty {
	display: block;
	width: 92px;
	height: 92px;
	border-radius: 18px;
	object-fit: cover;
	background: #eef1eb;
}

.botta-rfq-product__content {
	display: grid;
	gap: 6px;
}

.botta-rfq-product__category {
	margin: 0;
	color: #6a756f;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.8px;
	line-height: 1.2;
	text-transform: uppercase;
}

.botta-rfq-product h3 {
	margin: 0;
	color: #2b3332;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.3;
}

.botta-rfq-product__remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #ff6d64;
}

.botta-rfq-product__remove svg {
	width: 18px;
	height: 18px;
}

.botta-rfq-product__remove:hover,
.botta-rfq-product__remove:focus-visible {
	color: #e54f44;
	background: transparent;
}

.botta-rfq-selected-summary {
	margin-top: 18px;
	padding: 4px 4px 0;
}

.botta-rfq-selected-summary__label {
	margin: 0 0 6px;
	color: #6a756f;
	font-size: 13px;
	line-height: 1.4;
}

.botta-rfq-selected-summary__value {
	margin: 0;
	color: #2b3332;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
}

@media (max-width: 1024px) {
	.botta-rfq-page__inner {
		padding-top: 124px;
	}

	.botta-rfq-layout {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.botta-rfq-page__inner {
		width: min(calc(100% - 28px), 1264px);
		padding: 110px 0 72px;
	}

	.botta-rfq-page h1 {
		margin-bottom: 24px;
		font-size: 42px;
	}

	.botta-rfq-form-card,
	.botta-rfq-selected-card {
		padding: 20px 16px 16px;
		border-radius: 26px;
	}

	.botta-rfq-form-card h2,
	.botta-rfq-selected-card h2 {
		font-size: 22px;
	}

	.botta-rfq-ui-grid {
		grid-template-columns: 1fr;
	}

	.botta-rfq-success {
		padding-top: 32px;
	}

	.botta-rfq-success__next {
		padding: 22px 20px;
	}

	.botta-rfq-product {
		grid-template-columns: 78px minmax(0, 1fr) auto;
	}

	.botta-rfq-product__media img,
	.botta-rfq-product__image-empty {
		width: 78px;
		height: 78px;
	}
}
