/* Request a Quote — Outdoor Project Canvas */
body.desiole-request-quote-v3-page {
	--rqv3-green: #173326;
	--rqv3-green-dark: #10271d;
	--rqv3-ink: #17221c;
	--rqv3-cream: #f7f3eb;
	--rqv3-sand: #ebe4d7;
	--rqv3-line: #a49f93;
	--rqv3-orange: #db7628;
	background: var(--rqv3-cream);
}

body.desiole-request-quote-v3-page .site-content,
body.desiole-request-quote-v3-page #content,
body.desiole-request-quote-v3-page #primary,
body.desiole-request-quote-v3-page .ast-container {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.desiole-request-quote-v3-page .desiole-site-header.is-sticky .desiole-header-main {
	position: relative !important;
	top: auto !important;
}

.rqv3-container {
	width: min(calc(100% - 96px), 1180px);
	margin-inline: auto;
}

.rqv3-hero {
	display: grid;
	min-height: 560px;
	grid-template-columns: .94fr 1.06fr;
	background: var(--rqv3-green-dark);
}

.rqv3-hero__copy {
	display: grid;
	align-items: center;
	background-color: var(--rqv3-green);
	background-image: url("../images/amazon-sellers-v3/topography.webp");
	background-position: center;
	background-size: cover;
	color: #fff;
}

.rqv3-hero__copy-inner {
	width: min(100%, 650px);
	margin-left: 56px;
	padding: 64px 56px 64px 0;
}

.rqv3-hero h1 {
	max-width: 620px;
	margin-bottom: 28px;
	color: #fff;
	font-size: clamp(3rem, 4.5vw, 4.65rem);
	font-weight: 830;
	line-height: 1.05;
	letter-spacing: -.045em;
}

.rqv3-hero p {
	max-width: 570px;
	margin: 0;
	color: #f1f0ea;
	font-size: clamp(1rem, 1.32vw, 1.25rem);
	line-height: 1.65;
}

.rqv3-hero__image {
	background: url("../images/request-a-quote/hero-camping-workbench.webp") center / cover no-repeat;
}

.rqv3-start {
	padding: 42px 0 44px;
	background: var(--rqv3-cream);
}

.rqv3-section-heading {
	margin-bottom: 36px;
	text-align: center;
}

.rqv3-section-heading h2,
.rqv3-next h2 {
	margin-bottom: 8px;
	color: var(--rqv3-green);
	font-size: clamp(2rem, 3vw, 3rem);
	font-weight: 820;
}

.rqv3-section-heading p,
.rqv3-chapter > p,
.rqv3-details header p {
	margin: 0;
	color: #666b66;
	font-size: 1rem;
}

.rqv3-start__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 40px;
}

.rqv3-start__grid a {
	display: grid;
	min-height: 260px;
	place-items: center;
	align-content: center;
	gap: 12px;
	border: 2px solid #536459;
	border-radius: 4px;
	background: rgba(255, 255, 255, .34);
	color: var(--rqv3-ink);
	text-align: center;
	text-decoration: none;
	transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.rqv3-start__grid a:hover,
.rqv3-start__grid a:focus-visible {
	border-color: var(--rqv3-orange);
	background: #fff;
	transform: translateY(-3px);
}

.rqv3-start__grid img {
	width: 58px;
	height: 58px;
	filter: brightness(0) saturate(100%) invert(17%) sepia(13%) saturate(1327%) hue-rotate(99deg) brightness(92%) contrast(91%);
}

.rqv3-start__grid strong {
	font-size: 1.08rem;
}

.rqv3-start__grid span {
	color: #646964;
	font-size: .95rem;
}

.rqv3-form-shell,
.rqv3-form {
	margin: 0;
}

.rqv3-form__light {
	padding: 56px 0 66px;
	background: #fff;
}

.rqv3-form__content {
	max-width: 1180px;
}

.rqv3-chapter {
	margin: 0;
	padding: 0 0 106px;
	border: 0;
}

.rqv3-chapter--buying {
	padding-top: 46px;
	padding-bottom: 40px;
	border-top: 1px solid #aaa69d;
}

.rqv3-chapter legend,
.rqv3-customization legend {
	display: block;
	width: 100%;
	margin-bottom: 8px;
	padding: 0;
	color: var(--rqv3-green);
	font-size: clamp(2rem, 2.65vw, 2.75rem);
	font-weight: 820;
	line-height: 1.1;
	letter-spacing: -.035em;
}

.rqv3-chapter > p {
	margin-bottom: 34px;
}

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

.rqv3-grid label,
.rqv3-details label {
	display: grid;
	gap: 8px;
	color: #2c322e;
	font-size: 1rem;
	font-weight: 700;
}

.rqv3-grid label,
.rqv3-details__message {
	grid-template-columns: max-content 1fr;
	align-items: center;
}

.rqv3-grid input,
.rqv3-grid select,
.rqv3-details textarea {
	width: 100%;
	min-height: 58px;
	border: 1px solid #b9bcb7;
	border-radius: 5px;
	background: #fff;
	color: var(--rqv3-ink);
	padding: 12px 15px;
	font-size: .98rem;
	font-weight: 450;
}

.rqv3-grid input,
.rqv3-grid select,
.rqv3-details textarea {
	grid-column: 1 / -1;
}

.rqv3-grid input:focus,
.rqv3-grid select:focus,
.rqv3-details textarea:focus {
	border-color: var(--rqv3-orange);
	box-shadow: 0 0 0 3px rgba(219, 118, 40, .16);
	outline: 0;
}

.rqv3-customization {
	margin: 0;
	padding: 0;
	border: 0;
}

.rqv3-customization legend {
	margin-bottom: 28px;
	font-size: 1.08rem;
	font-weight: 760;
	letter-spacing: 0;
}

.rqv3-customization__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px 34px;
}

.rqv3-customization label {
	display: flex;
	align-items: center;
	gap: 11px;
	color: #38413b;
	font-size: .93rem;
	font-weight: 500;
	cursor: pointer;
}

.rqv3-customization input,
.rqv3-consent input {
	width: 21px;
	height: 21px;
	flex: 0 0 auto;
	margin: 0;
	accent-color: var(--rqv3-green);
}

.rqv3-customization img {
	width: 30px;
	height: 30px;
	filter: brightness(0) saturate(100%) invert(22%) sepia(8%) saturate(947%) hue-rotate(94deg) brightness(90%) contrast(88%);
}

.rqv3-details {
	padding: 44px 0 48px;
	background-color: var(--rqv3-green-dark);
	background-image: url("../images/amazon-sellers-v3/topography.webp");
	background-size: cover;
	color: #fff;
}

.rqv3-details header {
	margin-bottom: 28px;
}

.rqv3-details h2 {
	margin-bottom: 7px;
	color: #fff;
	font-size: clamp(2rem, 2.5vw, 2.5rem);
	font-weight: 820;
}

.rqv3-details header p {
	color: #d9dfda;
}

.rqv3-details__message {
	color: #fff !important;
}

.rqv3-details textarea {
	min-height: 176px;
	margin-bottom: 28px;
	border-color: rgba(255, 255, 255, .72);
}

.rqv3-upload {
	position: relative;
	color: #fff !important;
}

.rqv3-upload__label {
	margin-bottom: 1px;
}

.rqv3-upload input {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

.rqv3-upload__surface {
	display: grid;
	min-height: 190px;
	place-items: center;
	align-content: center;
	gap: 8px;
	border: 2px dashed rgba(255, 255, 255, .68);
	border-radius: 4px;
	background: rgba(255, 255, 255, .015);
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.rqv3-upload__surface img {
	width: 76px;
	height: 76px;
	filter: brightness(0) invert(1);
}

.rqv3-upload__surface strong {
	font-size: 1rem;
	font-weight: 540;
}

.rqv3-upload__surface small {
	color: #d5dbd6;
	font-size: .83rem;
	font-weight: 430;
}

.rqv3-upload:focus-within .rqv3-upload__surface {
	border-color: #f4a363;
	outline: 3px solid rgba(244, 163, 99, .38);
	outline-offset: 4px;
}

.rqv3-submit {
	padding: 44px 0 50px;
	background: var(--rqv3-cream);
}

.rqv3-submit .rqv3-container {
	display: grid;
	justify-items: center;
	gap: 32px;
}

.rqv3-consent {
	display: flex;
	align-items: flex-start;
	justify-self: stretch;
	gap: 16px;
	color: #323832;
	font-size: .93rem;
	font-weight: 600;
}

.rqv3-consent a {
	color: var(--rqv3-orange);
}

.rqv3-submit__button {
	display: inline-flex;
	min-width: 490px;
	min-height: 66px;
	align-items: center;
	justify-content: center;
	gap: 18px;
	border: 1px solid var(--rqv3-orange);
	border-radius: 5px;
	background: var(--rqv3-orange);
	color: #fff;
	font-size: 1.08rem;
	font-weight: 760;
	transition: background .2s ease, transform .2s ease;
}

.rqv3-submit__button:hover {
	background: #c9651d;
	transform: translateY(-2px);
}

.rqv3-submit__button img {
	width: 22px;
	height: 22px;
	filter: brightness(0) invert(1);
}

.rqv3-next {
	padding: 38px 0 46px;
	background: var(--rqv3-sand);
}

.rqv3-next h2 {
	margin-bottom: 38px;
	text-align: center;
}

.rqv3-next__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rqv3-next article {
	display: grid;
	min-width: 0;
	grid-template-columns: 86px 1fr;
	align-items: center;
	gap: 20px;
	padding: 0 38px;
	border-right: 1px dashed #766f65;
}

.rqv3-next article:first-child {
	padding-left: 0;
}

.rqv3-next article:last-child {
	border-right: 0;
	padding-right: 0;
}

.rqv3-next article > span {
	display: grid;
	width: 78px;
	height: 78px;
	place-items: center;
	border: 1px solid #6d756f;
	border-radius: 50%;
}

.rqv3-next article img {
	width: 42px;
	height: 42px;
	filter: brightness(0) saturate(100%) invert(18%) sepia(10%) saturate(1275%) hue-rotate(96deg) brightness(91%) contrast(88%);
}

.rqv3-next h3 {
	margin-bottom: 7px;
	color: var(--rqv3-green);
	font-size: 1.12rem;
	font-weight: 800;
	letter-spacing: -.02em;
}

.rqv3-next p {
	margin: 0;
	color: #555d58;
	font-size: .82rem;
	line-height: 1.55;
}

body.desiole-request-quote-v3-page .desiole-footer-cta {
	background: var(--rqv3-orange);
}

body.desiole-request-quote-v3-page .desiole-footer-cta__inner {
	min-height: 190px;
}

body.desiole-request-quote-v3-page .desiole-site-footer {
	background: #161a18;
}

body.desiole-request-quote-v3-page .desiole-footer-grid {
	padding-block: 20px;
}

body.desiole-request-quote-v3-page .desiole-floating-actions {
	display: none;
}

body.desiole-request-quote-v3-page #ast-scroll-top {
	display: none !important;
}

body.desiole-request-quote-v3-page .desiole-footer-brand .desiole-contact-list li:nth-child(3) {
	display: none;
}

@media (min-width: 761px) {
	body.desiole-request-quote-v3-page .desiole-utility__inner {
		min-height: 50px;
	}

	body.desiole-request-quote-v3-page .desiole-header-main__inner {
		min-height: 106px;
	}
}

@media (max-width: 1040px) {
	.rqv3-container {
		width: min(calc(100% - 56px), 920px);
	}

	.rqv3-hero {
		min-height: 480px;
		grid-template-columns: 1fr 1fr;
	}

	.rqv3-hero__copy-inner {
		margin-left: 28px;
		padding-right: 30px;
	}

	.rqv3-hero h1 {
		font-size: clamp(2.8rem, 5.5vw, 4rem);
	}

	.rqv3-start__grid {
		gap: 22px;
	}

	.rqv3-start__grid a {
		min-height: 220px;
	}

	.rqv3-next article {
		grid-template-columns: 64px 1fr;
		gap: 14px;
		padding-inline: 20px;
	}

	.rqv3-next article > span {
		width: 60px;
		height: 60px;
	}

	.rqv3-next article img {
		width: 32px;
		height: 32px;
	}
}

@media (max-width: 760px) {
	.rqv3-container {
		width: min(calc(100% - 34px), 620px);
	}

	.rqv3-hero {
		min-height: 0;
		grid-template-columns: 1fr;
	}

	.rqv3-hero__copy {
		min-height: 390px;
	}

	.rqv3-hero__copy-inner {
		margin: 0;
		padding: 58px 24px;
	}

	.rqv3-hero h1 {
		margin-bottom: 20px;
		font-size: clamp(2.6rem, 12vw, 4rem);
	}

	.rqv3-hero__image {
		min-height: 330px;
		background-position: 46% center;
	}

	.rqv3-start {
		padding-block: 54px;
	}

	.rqv3-start__grid,
	.rqv3-grid,
	.rqv3-customization__grid,
	.rqv3-next__grid {
		grid-template-columns: 1fr;
	}

	.rqv3-start__grid {
		gap: 14px;
	}

	.rqv3-start__grid a {
		min-height: 130px;
		grid-template-columns: 54px 1fr;
		justify-items: start;
		align-content: center;
		gap: 2px 18px;
		padding: 24px;
		text-align: left;
	}

	.rqv3-start__grid img {
		width: 44px;
		height: 44px;
		grid-row: 1 / 3;
	}

	.rqv3-form__light {
		padding: 54px 0 62px;
	}

	.rqv3-grid {
		gap: 22px;
	}

	.rqv3-chapter {
		padding-bottom: 50px;
	}

	.rqv3-chapter--buying {
		padding-top: 48px;
	}

	.rqv3-customization__grid {
		gap: 18px;
	}

	.rqv3-details {
		padding: 52px 0 60px;
	}

	.rqv3-details textarea {
		min-height: 210px;
	}

	.rqv3-upload__surface {
		min-height: 200px;
		padding: 24px;
	}

	.rqv3-submit__button {
		width: 100%;
		min-width: 0;
	}

	.rqv3-next__grid {
		gap: 24px;
	}

	.rqv3-next article,
	.rqv3-next article:first-child,
	.rqv3-next article:last-child {
		grid-template-columns: 64px 1fr;
		padding: 0 0 24px;
		border-right: 0;
		border-bottom: 1px dashed #8d877d;
	}

	.rqv3-next article:last-child {
		border-bottom: 0;
		padding-bottom: 0;
	}
}
