.readyrx-homepage-embed {
	width: 100%;
	overflow: visible;
	line-height: 0;
}

.readyrx-homepage-embed--full-width {
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: 100vw;
	margin-left: -50vw;
}

.readyrx-homepage-embed__frame {
	display: block;
	width: 100%;
	height: var(--readyrx-homepage-min-height, 100vh);
	min-height: var(--readyrx-homepage-min-height, 100vh);
	border: 0;
	background: #fff;
	overflow-y: auto;
}

.tummala-trust-embed {
	width: 100% !important;
	max-width: none !important;
	overflow: visible !important;
	line-height: 0 !important;
}

.tummala-trust-embed--full-width {
	position: relative !important;
	left: 50% !important;
	width: 100vw !important;
	max-width: none !important;
	margin-left: -50vw !important;
}

.tummala-trust-embed__frame {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	height: var(--tummala-trust-min-height, 600px);
	min-height: var(--tummala-trust-min-height, 600px);
	border: 0 !important;
	background: #f5f9fd;
	overflow: hidden !important;
}

.tummala-global-header,
.tummala-global-header * {
	box-sizing: border-box;
}

.tummala-global-header {
	position: relative;
	z-index: 9999;
	width: 100%;
	color: #242424;
	background: #fff;
	font-family: "DM Sans", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.25;
	isolation: isolate;
	border: 0 !important;
	border-bottom-color: transparent !important;
	box-shadow: none !important;
}

/* Prevent a subpixel strip of the theme header background below the shortcode. */
.top_panel:has(.tummala-global-header) {
	border-bottom-color: transparent !important;
	background: transparent !important;
	box-shadow: none !important;
}

.tummala-global-header--full-width {
	left: auto;
	width: 100%;
	max-width: 100%;
	margin-left: 0;
}

.tummala-global-header--sticky {
	position: sticky;
	top: 0;
}

.admin-bar .tummala-global-header--sticky {
	top: 32px;
}

.tummala-global-header__banner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 35px;
	padding: 0 24px;
	color: #fff;
	background: #242424;
	font-size: 14px;
}

.tummala-global-header__banner-arrow {
	font-size: 22px;
	font-weight: 300;
	line-height: 1;
}

/* Keep the current promotion visible when a page cache serves older shortcode HTML. */
.tummala-global-header__banner > span:last-child {
	font-size: 0;
}

.tummala-global-header__banner > span:last-child::after {
	content: "Save Up To $100 Every Time You Start A New Treatment Or Product!";
	font-size: 14px;
}

.tummala-global-header__nav-row {
	position: static;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0;
	width: min(100% - 48px, 1440px);
	min-height: 72px;
	margin: 0 auto;
}

.tummala-global-header__logo-link {
	display: inline-flex;
	align-items: center;
	justify-self: start;
	text-decoration: none;
}

.tummala-global-header__logo {
	display: block;
	width: 272px;
	height: auto;
}

.tummala-global-header__navigation {
	justify-self: center;
}

.tummala-global-header__menu {
	display: flex;
	align-items: center;
	gap: 27px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tummala-global-header__menu-item {
	margin: 0;
	padding: 0;
}

.tummala-global-header__menu-button,
.tummala-global-header__menu-item--link > a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 43px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	outline-offset: 5px;
	color: inherit;
	background: transparent;
	box-shadow: none;
	font: inherit;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	text-align: left;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	appearance: none;
}

.tummala-global-header__menu-button[aria-disabled="true"] {
	cursor: default;
}

.tummala-global-header__menu-button svg {
	display: block;
	width: 14px;
	height: 9px;
	transition: transform 180ms ease;
}

.tummala-global-header__menu-item.is-open .tummala-global-header__menu-button svg {
	transform: rotate(180deg);
}

.tummala-global-header__dropdown {
	position: absolute;
	top: calc(100% - 14px);
	left: 50%;
	z-index: 10;
	width: 100%;
	padding: 45px 0 54px;
	transform: translate(-50%, -8px);
	border: 0;
	background: #fff;
	box-shadow: none;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 180ms ease, transform 260ms cubic-bezier(0.22, 1, 0.36, 1), visibility 180ms ease;
}

.tummala-global-header__menu-item.is-open .tummala-global-header__dropdown {
	transform: translate(-50%, 0);
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.tummala-global-header__product-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
	width: calc(100% - 160px);
	margin: 0 auto;
}

.tummala-global-header__product {
	position: relative;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	min-width: 0;
	height: 360px;
	padding: 22.5px;
	border-radius: 8px;
	color: inherit;
	background: rgb(245, 243, 241);
	text-decoration: none;
}

.tummala-global-header__product-visual {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: transparent;
}

.tummala-global-header__product-visual img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	object-fit: cover !important;
	object-position: center !important;
	image-rendering: auto;
	transition: transform 400ms cubic-bezier(0.625, 0.05, 0, 1);
}

.tummala-global-header__product:hover .tummala-global-header__product-visual img,
.tummala-global-header__product:focus-visible .tummala-global-header__product-visual img {
	transform: scale(1.1);
}

.tummala-global-header__product-title {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	font-size: 18px;
	font-weight: 500;
}

.tummala-global-header__login {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	justify-self: end;
	min-width: 0;
	height: 45.5px;
	min-height: 45.5px;
	padding: 0 32px;
	border: 1px solid #d8d8d8;
	border-radius: 999px;
	color: #111;
	background: #fff;
	font-size: 16px;
	text-decoration: none;
	transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.tummala-global-header__login:hover,
.tummala-global-header__login:focus-visible {
	border-color: #242424;
	color: #fff;
	background: #242424;
}

.tummala-global-header__mobile-toggle {
	position: relative;
	display: none;
	width: 42px;
	height: 42px;
	margin: 0;
	padding: 10px;
	border: 0;
	background: transparent;
	box-shadow: none;
	appearance: none;
}

.tummala-global-header__mobile-line,
.tummala-global-header__mobile-toggle > span[aria-hidden="true"] {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 22px;
	height: 2px;
	margin: 0;
	background: #242424;
	transition: transform 180ms ease;
}

.tummala-global-header__mobile-line--top,
.tummala-global-header__mobile-toggle > span[aria-hidden="true"]:nth-of-type(2) {
	transform: translate(-50%, -5px);
}

.tummala-global-header__mobile-line--bottom,
.tummala-global-header__mobile-toggle > span[aria-hidden="true"]:nth-of-type(3) {
	transform: translate(-50%, 3px);
}

.tummala-global-header.is-mobile-open .tummala-global-header__mobile-line--top,
.tummala-global-header.is-mobile-open .tummala-global-header__mobile-toggle > span[aria-hidden="true"]:nth-of-type(2) {
	transform: translate(-50%, -50%) rotate(45deg);
}

.tummala-global-header.is-mobile-open .tummala-global-header__mobile-line--bottom,
.tummala-global-header.is-mobile-open .tummala-global-header__mobile-toggle > span[aria-hidden="true"]:nth-of-type(3) {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.tummala-global-header .screen-reader-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

@media (min-width: 1350px) {
	.tummala-global-header__nav-row {
		width: min(100% - 48px, 1720px);
	}

	.tummala-global-header__logo {
		width: 220px;
	}

	.tummala-global-header__menu {
		gap: 16px;
	}

	.tummala-global-header__menu-button,
	.tummala-global-header__menu-item--link > a {
		gap: 5px;
		font-size: 15px;
	}
}

@media (max-width: 1180px) {
	.tummala-global-header__nav-row {
		grid-template-columns: minmax(200px, 1fr) auto minmax(96px, 1fr);
		gap: 20px;
	}

	.tummala-global-header__menu {
		gap: 18px;
	}

	.tummala-global-header__logo {
		width: 220px;
	}
}

@media (max-width: 1349px) {
	.admin-bar .tummala-global-header--sticky {
		top: 32px;
	}

	.tummala-global-header__nav-row {
		display: grid;
		grid-template-columns: 1fr auto auto;
		width: min(100% - 32px, 1440px);
		min-height: 82px;
	}

	.tummala-global-header__logo {
		width: min(225px, 55vw);
	}

	.tummala-global-header__mobile-toggle {
		display: block;
		grid-column: 3;
		grid-row: 1;
	}

	.tummala-global-header__navigation {
		position: absolute;
		top: 100%;
		left: 50%;
		z-index: 12;
		display: none;
		width: 100vw;
		max-height: calc(100vh - 130px);
		overflow-y: auto;
		transform: translateX(-50%);
		border-top: 1px solid #ecebea;
		background: #fff;
		box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
	}

	.tummala-global-header.is-mobile-open .tummala-global-header__navigation {
		display: block;
	}

	.tummala-global-header__menu {
		display: block;
		width: 100%;
		padding: 10px 20px 24px;
	}

	.tummala-global-header__menu-button,
	.tummala-global-header__menu-item--link > a {
		justify-content: space-between;
		width: 100%;
		min-height: 56px;
		border-bottom: 1px solid #ecebea;
		font-size: 17px;
	}

	.tummala-global-header__dropdown {
		position: static;
		display: none;
		width: auto;
		padding: 16px 0 22px;
		transform: none;
		border: 0;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transition: none;
	}

	.tummala-global-header__menu-item.is-open .tummala-global-header__dropdown {
		display: block;
		transform: none;
	}

	.tummala-global-header__product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
		width: 100%;
		margin: 0;
	}

	.tummala-global-header__product {
		flex-direction: column;
		align-items: stretch;
		height: auto;
		min-height: 0;
		padding: 0;
	}

	.tummala-global-header__product-visual {
		position: relative;
		inset: auto;
		flex: 0 0 clamp(160px, 30vw, 240px);
		height: clamp(160px, 30vw, 240px);
		overflow: hidden;
	}

	.tummala-global-header__product-title {
		flex: 1 1 auto;
		min-height: 66px;
		padding: 14px 16px 16px;
		line-height: 1.2;
	}

	.tummala-global-header__login {
		grid-column: 2;
		grid-row: 1;
		min-width: 82px;
		min-height: 44px;
		padding: 9px 18px;
		font-size: 15px;
	}
}

@media (max-width: 782px) {
	.admin-bar .tummala-global-header--sticky {
		top: 46px;
	}
}

@media (max-width: 560px) {
	.tummala-global-header__banner {
		min-height: 42px;
		padding: 8px 14px;
		font-size: 14px;
		text-align: center;
	}

	.tummala-global-header__banner > span:last-child {
		text-align: center;
	}

	.tummala-global-header__nav-row {
		grid-template-columns: 1fr auto auto;
		gap: 8px;
		min-height: 72px;
	}

	.tummala-global-header__logo {
		width: min(195px, 58vw);
	}

	.tummala-global-header__mobile-toggle {
		grid-column: 3;
	}

	.tummala-global-header__login {
		grid-column: 2;
		min-width: 68px;
		min-height: 40px;
		padding: 8px 12px;
		font-size: 14px;
	}

	.tummala-global-header__product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tummala-global-header__product-title {
		font-size: 16px;
	}
}
