.blendtec-esto-calculator,
.blendtec-esto-dialog {
	--blendtec-esto-text: #000000;
	--blendtec-esto-muted: #5b5b5b;
	--blendtec-esto-accent: #f41d2f;
	--blendtec-esto-link: #d71920;
	--blendtec-esto-link-hover: #b5121b;
	--blendtec-esto-divider: #d0d1d2;
	--blendtec-esto-soft: #f5f5f5;
	--blendtec-esto-surface: #ffffff;
	--blendtec-esto-type-compact: clamp(14px, 0.875rem, 16px);
	--blendtec-esto-type-amount: clamp(20px, 1.25rem, 28px);
	--blendtec-esto-type-dialog-title: clamp(22px, 1.625rem, 28px);
	--blendtec-esto-type-dialog-amount: clamp(24px, 1.75rem, 28px);
	--blendtec-esto-type-close: clamp(22px, 1.5rem, 26px);
	--blendtec-esto-type-dialog-label: clamp(13px, 0.8125rem, 15px);
	--blendtec-esto-type-support: clamp(12px, 0.75rem, 14px);
	--blendtec-esto-type-fine: clamp(11px, 0.6875rem, 13px);
	box-sizing: border-box;
	color: var(--blendtec-esto-text);
	font-family: "Lato", Arial, sans-serif;
}

.blendtec-esto-calculator *,
.blendtec-esto-dialog * {
	box-sizing: border-box;
}

.blendtec-esto-calculator {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0.9375rem 0;
	padding: 0.9375rem 0;
	border: 0;
	border-top: 1px solid var(--blendtec-esto-divider);
	border-bottom: 1px solid var(--blendtec-esto-divider);
	border-radius: 0;
	box-shadow: none;
	background: var(--blendtec-esto-surface);
	container-type: inline-size;
	line-height: 1.25;
}

.blendtec-esto-calculator[hidden] {
	display: none;
}

.blendtec-esto-calculator > h2.blendtec-esto-calculator__title {
	margin: 0 0 0.625rem;
	color: var(--blendtec-esto-text);
	font-family: "Lato", Arial, sans-serif;
	font-size: 14px;
	font-size: var(--blendtec-esto-type-compact);
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.075em;
	text-transform: uppercase;
}

.blendtec-esto-calculator__options {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.5rem;
}

.blendtec-esto-option {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	grid-template-rows: auto 1fr;
	align-content: start;
	gap: 0.625rem 0.5rem;
	width: 100%;
	min-width: 0;
	min-height: 6.75rem;
	margin: 0;
	padding: 0.625rem;
	border: 1px solid var(--blendtec-esto-divider);
	border-radius: 0;
	box-shadow: none;
	background: var(--blendtec-esto-surface);
	color: var(--blendtec-esto-text);
	font: inherit;
	text-align: left;
	text-decoration: none;
}

button.blendtec-esto-option {
	appearance: none;
	cursor: pointer;
}

.blendtec-esto-option:hover {
	border-color: var(--blendtec-esto-accent);
	box-shadow: inset 0 3px 0 var(--blendtec-esto-accent);
	color: var(--blendtec-esto-text);
	text-decoration: none;
}

.blendtec-esto-option:focus-visible,
.blendtec-esto-dialog__close:focus-visible,
.blendtec-esto-dialog__period:focus-visible,
.blendtec-esto-dialog__legal a:focus-visible {
	outline: 3px solid var(--blendtec-esto-accent);
	outline-offset: 2px;
}

.blendtec-esto-option__brand {
	display: grid;
	align-content: center;
	grid-column: 1;
	grid-row: 1;
	min-height: 1.75rem;
}

.blendtec-esto-option__three-logo,
.blendtec-esto-option__hire-logo {
	display: block;
	width: 3.125rem;
	max-width: 100%;
	height: 1.875rem !important;
	object-fit: contain;
	object-position: left center;
}

.blendtec-esto-option__copy {
	display: grid;
	align-content: end;
	grid-column: 1 / -1;
	grid-row: 2;
	min-width: 0;
}

.blendtec-esto-option__label,
.blendtec-esto-option__amount {
	display: block;
}

.blendtec-esto-calculator .blendtec-esto-option__label {
	color: var(--blendtec-esto-muted);
	font-family: "Lato", Arial, sans-serif;
	font-size: 14px;
	font-size: var(--blendtec-esto-type-compact);
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.35;
	text-transform: uppercase;
}

.blendtec-esto-calculator .blendtec-esto-option__amount {
	margin-top: 0.1875rem;
	color: var(--blendtec-esto-text);
	font-family: "Lato", Arial, sans-serif;
	font-size: 20px;
	font-size: var(--blendtec-esto-type-amount);
	font-style: normal;
	font-weight: 700;
	letter-spacing: -0.01em;
	line-height: 1.15;
}

.blendtec-esto-option__arrow {
	grid-column: 2;
	grid-row: 1;
	color: var(--blendtec-esto-link);
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1;
}

.blendtec-esto-calculator__note {
	margin: 0.5rem 0.125rem 0;
	color: var(--blendtec-esto-muted);
	font-size: 12px;
	font-size: var(--blendtec-esto-type-support);
	line-height: 1.45;
}

.blendtec-esto-dialog {
	width: min(calc(100% - 2rem), 32.5rem);
	max-height: calc(100dvh - 1.5rem);
	margin: auto;
	padding: 0;
	border: 1px solid var(--blendtec-esto-text);
	border-radius: 0;
	box-shadow: none;
	background: var(--blendtec-esto-surface);
	overflow: auto;
	overscroll-behavior: contain;
}

.blendtec-esto-dialog::backdrop {
	background: rgb(0 0 0 / 58%);
}

.blendtec-esto-dialog__inner {
	padding: 1.875rem;
}

.blendtec-esto-dialog__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1.25rem;
}

.blendtec-esto-dialog__heading {
	flex: 1 1 auto;
	min-width: 0;
}

.blendtec-esto-dialog h2.blendtec-esto-dialog__title {
	margin: 0;
	color: var(--blendtec-esto-text);
	font-family: "Lato", Arial, sans-serif;
	font-size: 22px;
	font-size: var(--blendtec-esto-type-dialog-title);
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -0.02em;
	overflow-wrap: anywhere;
	text-transform: none;
	white-space: normal;
	word-break: normal;
}

.blendtec-esto-dialog__subtitle {
	margin: 0.3125rem 0 0;
	color: var(--blendtec-esto-muted);
	font-size: 13px;
	font-size: var(--blendtec-esto-type-dialog-label);
	line-height: 1.45;
	overflow-wrap: anywhere;
	white-space: normal;
	word-break: normal;
}

.blendtec-esto-dialog .blendtec-esto-dialog__close {
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	width: 2.375rem;
	height: 2.375rem;
	margin: 0;
	padding: 0;
	border: 1px solid var(--blendtec-esto-divider);
	border-radius: 0;
	background: var(--blendtec-esto-surface);
	color: var(--blendtec-esto-text);
	cursor: pointer;
	font-family: "Lato", Arial, sans-serif;
	font-size: 22px;
	font-size: var(--blendtec-esto-type-close);
	font-style: normal;
	font-weight: 400;
	line-height: 1;
}

.blendtec-esto-dialog__close:hover {
	border-color: var(--blendtec-esto-accent);
	color: var(--blendtec-esto-link);
}

.blendtec-esto-dialog__total {
	margin-top: 1.625rem;
	padding: 1rem;
	border-left: 4px solid var(--blendtec-esto-accent);
	background: var(--blendtec-esto-soft);
}

.blendtec-esto-dialog__total-label,
.blendtec-esto-dialog__total-value {
	display: block;
}

.blendtec-esto-dialog__total-label {
	color: var(--blendtec-esto-muted);
	font-size: 12px;
	font-size: var(--blendtec-esto-type-support);
	font-weight: 700;
	letter-spacing: 0.075em;
	text-transform: uppercase;
}

.blendtec-esto-dialog .blendtec-esto-dialog__total-value {
	margin-top: 0.25rem;
	font-family: "Lato", Arial, sans-serif;
	font-size: 24px;
	font-size: var(--blendtec-esto-type-dialog-amount);
	font-style: normal;
	font-weight: 700;
	letter-spacing: -0.025em;
}

.blendtec-esto-dialog__period-label {
	display: block;
	margin: 1.375rem 0 0.625rem;
	font-size: 13px;
	font-size: var(--blendtec-esto-type-dialog-label);
	font-weight: 700;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}

.blendtec-esto-dialog__periods {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.4375rem;
}

.blendtec-esto-dialog .blendtec-esto-dialog__period {
	min-height: 2.625rem;
	margin: 0;
	padding: 0.625rem 0.3125rem;
	border: 1px solid var(--blendtec-esto-divider);
	border-radius: 0;
	background: var(--blendtec-esto-surface);
	color: var(--blendtec-esto-text);
	cursor: pointer;
	font-family: "Lato", Arial, sans-serif;
	font-size: 14px;
	font-size: var(--blendtec-esto-type-compact);
	font-style: normal;
	font-weight: 700;
	line-height: 1;
}

.blendtec-esto-dialog__period:hover {
	border-color: var(--blendtec-esto-accent);
}

.blendtec-esto-dialog__period[aria-pressed="true"] {
	border-color: var(--blendtec-esto-text);
	background: var(--blendtec-esto-text);
	color: var(--blendtec-esto-surface);
}

.blendtec-esto-dialog__result {
	margin-top: 1.375rem;
	padding: 1.125rem;
	border-left: 5px solid var(--blendtec-esto-accent);
	background: #fff5f5;
}

.blendtec-esto-dialog__result-label,
.blendtec-esto-dialog__result-amount,
.blendtec-esto-dialog__result-status {
	display: block;
}

.blendtec-esto-dialog__result-label {
	font-size: 13px;
	font-size: var(--blendtec-esto-type-dialog-label);
	font-weight: 700;
}

.blendtec-esto-dialog .blendtec-esto-dialog__result-amount {
	margin-top: 0.1875rem;
	font-family: "Lato", Arial, sans-serif;
	font-size: 24px;
	font-size: var(--blendtec-esto-type-dialog-amount);
	font-style: normal;
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.1;
}

.blendtec-esto-dialog__result-status {
	min-height: 1rem;
	margin-top: 0.375rem;
	color: var(--blendtec-esto-muted);
	font-size: 11px;
	font-size: var(--blendtec-esto-type-fine);
	line-height: 1.4;
}

.blendtec-esto-dialog__legal {
	margin: 1.125rem 0 0;
	color: var(--blendtec-esto-muted);
	font-size: 11px;
	font-size: var(--blendtec-esto-type-fine);
	line-height: 1.5;
}

.blendtec-esto-dialog__legal a {
	color: var(--blendtec-esto-link);
	font-weight: 700;
	text-underline-offset: 0.15em;
}

.blendtec-esto-dialog__legal a:hover {
	color: var(--blendtec-esto-link-hover);
}

@container (max-width: 21.5rem) {
	.blendtec-esto-calculator__options {
		grid-template-columns: 1fr;
	}

	.blendtec-esto-option {
		grid-template-columns: 3.875rem minmax(0, 1fr) auto;
		grid-template-rows: auto;
		align-items: center;
		gap: 0.625rem;
		min-height: 4.25rem;
	}

	.blendtec-esto-option__brand {
		grid-column: 1;
		grid-row: 1;
		min-height: 2.25rem;
		padding-right: 0.625rem;
		border-right: 1px solid var(--blendtec-esto-divider);
	}

	.blendtec-esto-option__copy {
		grid-column: 2;
		grid-row: 1;
	}

	.blendtec-esto-option__arrow {
		grid-column: 3;
		grid-row: 1;
	}
}

@media (max-width: 35rem) {
	.blendtec-esto-dialog__inner {
		padding: 1.5rem 1.125rem;
	}
}


@media (max-width: 21.5rem) {
	.blendtec-esto-dialog__periods {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (prefers-reduced-motion: reduce) {
	.blendtec-esto-option,
	.blendtec-esto-dialog__close,
	.blendtec-esto-dialog__period {
		scroll-behavior: auto;
	}
}
