.agrocampo-cotizaciones-product-cta {
	margin: 20px 0 18px;
}

.agrocampo-cotizaciones-button {
	align-items: center;
	background: #198754;
	border: 1px solid #157347;
	border-radius: 8px;
	box-shadow: 0 10px 22px rgba(24, 95, 54, 0.2);
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 15px;
	font-weight: 700;
	gap: 8px;
	justify-content: center;
	line-height: 1.2;
	min-height: 46px;
	padding: 13px 20px;
	text-align: center;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.agrocampo-cotizaciones-button::before {
	background: currentColor;
	border-radius: 999px;
	content: "";
	display: inline-block;
	height: 9px;
	width: 9px;
}

.agrocampo-cotizaciones-button:hover,
.agrocampo-cotizaciones-button:focus {
	background: #136f43;
	border-color: #0f5b37;
	box-shadow: 0 0 0 3px rgba(25, 135, 84, 0.2), 0 12px 26px rgba(24, 95, 54, 0.24);
	color: #fff;
	outline: 0;
	text-decoration: none;
	transform: translateY(-1px);
}

.agrocampo-cotizaciones-button:active {
	box-shadow: 0 0 0 3px rgba(25, 135, 84, 0.18);
	transform: translateY(0);
}

.agrocampo-cotizaciones-button:disabled {
	background: #8a948d;
	border-color: #7b8580;
	box-shadow: none;
	cursor: not-allowed;
	transform: none;
}

.agrocampo-cotizaciones-button--full {
	width: 100%;
}

.agrocampo-cotizaciones-modal,
.agrocampo-cotizaciones-offers {
	align-items: center;
	background: rgba(12, 20, 15, 0.68);
	bottom: 0;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	left: 0;
	opacity: 0;
	overflow-y: auto;
	padding: 24px;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity 160ms ease;
	z-index: 99999;
}

.agrocampo-cotizaciones-modal[hidden],
.agrocampo-cotizaciones-offers[hidden] {
	display: none;
}

.agrocampo-cotizaciones-modal.is-visible,
.agrocampo-cotizaciones-offers.is-visible {
	opacity: 1;
}

.agrocampo-cotizaciones-modal__dialog,
.agrocampo-cotizaciones-offers__dialog {
	background: #ffffff;
	border: 1px solid #e0e6e2;
	border-radius: 8px;
	box-shadow: 0 24px 70px rgba(6, 25, 13, 0.28);
	box-sizing: border-box;
	color: #1b2b20;
	max-height: calc(100vh - 48px);
	max-width: 480px;
	overflow-y: auto;
	padding: 28px;
	position: relative;
	width: min(100%, 480px);
}

.agrocampo-cotizaciones-offers__dialog {
	max-width: 440px;
}

.agrocampo-cotizaciones-modal__close,
.agrocampo-cotizaciones-offers__close {
	align-items: center;
	background: #f1f5f2;
	border: 1px solid #d9e2dc;
	border-radius: 8px;
	color: #26362b;
	cursor: pointer;
	display: inline-flex;
	font-size: 24px;
	height: 38px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	position: absolute;
	right: 14px;
	top: 14px;
	width: 38px;
}

.agrocampo-cotizaciones-modal__close:hover,
.agrocampo-cotizaciones-modal__close:focus,
.agrocampo-cotizaciones-offers__close:hover,
.agrocampo-cotizaciones-offers__close:focus {
	background: #e5eee8;
	border-color: #bfd0c5;
	color: #136f43;
	outline: 0;
}

.agrocampo-cotizaciones-modal__title,
.agrocampo-cotizaciones-offers__title {
	color: #163b24;
	font-size: 23px;
	font-weight: 800;
	line-height: 1.22;
	margin: 0 46px 14px 0;
}

.agrocampo-cotizaciones-modal__product {
	background: #f4f8f5;
	border: 1px solid #dce8df;
	border-radius: 8px;
	color: #223328;
	font-size: 15px;
	line-height: 1.45;
	margin: 0 0 18px;
	padding: 13px 14px;
}

.agrocampo-cotizaciones-modal__product span {
	color: #52675a;
	display: block;
	font-size: 12px;
	font-weight: 800;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.agrocampo-cotizaciones-modal__product strong {
	color: #163b24;
	display: block;
	font-size: 16px;
}

.agrocampo-cotizaciones-offers__text {
	color: #34483b;
	font-size: 15px;
	line-height: 1.55;
	margin: 0 0 20px;
}

.agrocampo-cotizaciones-modal__status {
	background: #fff6e6;
	border: 1px solid #e8bd6a;
	border-radius: 8px;
	color: #60420e;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.45;
	margin: 0 0 16px;
	padding: 11px 13px;
}

.agrocampo-cotizaciones-modal__status[hidden] {
	display: none;
}

.agrocampo-cotizaciones-form {
	display: grid;
	gap: 12px;
}

.agrocampo-cotizaciones-form label {
	color: #25372b;
	font-size: 14px;
	font-weight: 800;
}

.agrocampo-cotizaciones-form input[type="text"] {
	background: #fff;
	border: 1px solid #bfcec5;
	border-radius: 8px;
	box-sizing: border-box;
	color: #1f2d24;
	font-size: 16px;
	min-height: 46px;
	padding: 11px 13px;
	width: 100%;
}

.agrocampo-cotizaciones-form input[type="text"]:focus {
	border-color: #198754;
	box-shadow: 0 0 0 3px rgba(25, 135, 84, 0.16);
	outline: 0;
}

.agrocampo-cotizaciones-form input[type="text"]::placeholder {
	color: #7c8b82;
}

@media (max-width: 1120px) {
	.agrocampo-cotizaciones-offers {
		align-items: flex-end;
		padding-top: 12px;
		top: var(--agrocampo-cotizaciones-mobile-header-offset, 120px);
		z-index: 900;
	}

	.agrocampo-cotizaciones-offers.agrocampo-cotizaciones-offers--menu-open {
		opacity: 0;
		pointer-events: none;
	}

	.agrocampo-cotizaciones-offers__dialog {
		max-height: calc(100vh - var(--agrocampo-cotizaciones-mobile-header-offset, 120px) - 24px);
	}
}

@media (max-width: 600px) {
	.agrocampo-cotizaciones-product-cta {
		margin: 18px 0;
	}

	.agrocampo-cotizaciones-product-cta .agrocampo-cotizaciones-button {
		width: 100%;
	}

	.agrocampo-cotizaciones-modal,
	.agrocampo-cotizaciones-offers {
		align-items: flex-end;
		padding: 12px;
	}

	.agrocampo-cotizaciones-modal__dialog,
	.agrocampo-cotizaciones-offers__dialog {
		border-radius: 8px;
		max-height: calc(100vh - 24px);
		padding: 24px 20px 20px;
		width: 100%;
	}

	.agrocampo-cotizaciones-offers__dialog {
		max-height: calc(100vh - var(--agrocampo-cotizaciones-mobile-header-offset, 120px) - 24px);
	}

	.agrocampo-cotizaciones-modal__title,
	.agrocampo-cotizaciones-offers__title {
		font-size: 21px;
	}
}
