/* Site footer — dark, readable, full-width bands, content in container */

html {
	overflow-x: hidden;
	overflow-x: clip;
}

body {
	overflow-x: hidden;
	overflow-x: clip;
}

footer.site-footer,
.site-footer {
	display: block;
	width: 100%;
	max-width: 100%;
	clear: both;
	margin: 0 !important;
	padding: 0 !important;
	background: #0b1220 !important;
	color: #e2e8f0 !important;
	float: none !important;
	overflow: visible !important;
	font-size: 15px;
	line-height: 1.65;
	position: relative;
	z-index: 2;
}

.site-footer__main {
	background: #1e293b !important;
	color: #e2e8f0 !important;
	padding: 48px 0 40px !important;
	width: 100%;
	overflow: visible;
}

.site-footer__main > .container {
	width: 100%;
	max-width: 1140px;
}

.site-footer__main .row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-left: -15px;
	margin-right: -15px;
}

.site-footer__main .row > [class*="col-"] {
	float: none !important;
	padding-left: 15px;
	padding-right: 15px;
}

.site-footer__brand img {
	max-width: 220px;
	width: auto !important;
	margin-bottom: 16px;
}

.site-footer__tagline {
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 1.7;
	color: #94a3b8 !important;
}

.site-footer__payments {
	margin-bottom: 18px;
}

.site-footer__payments-img {
	max-height: 44px;
	width: auto;
}

.site-footer__social {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 18px;
}

.site-footer__social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid #475569;
	border-radius: 6px;
	color: #e2e8f0 !important;
	text-decoration: none;
	font-size: 16px;
	background: transparent;
	transition: background 0.15s, border-color 0.15s;
}

.site-footer__social a:hover {
	background: #0f75bc;
	border-color: #0f75bc;
	color: #fff !important;
}

.site-footer__cta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 18px;
}

.site-footer__cta .btn {
	font-size: 14px;
	font-weight: 600;
	padding: 10px 16px;
	border-radius: 4px;
}

.site-footer__cta .btn-primary {
	background: #d93d3d;
	border-color: #d93d3d;
	color: #fff !important;
}

.site-footer__cta .btn-primary:hover {
	background: #c23535;
	border-color: #c23535;
}

.site-footer__cta .btn-default {
	background: transparent;
	border-color: #64748b;
	color: #f1f5f9 !important;
}

.site-footer__cta .btn-default:hover {
	background: #334155;
	border-color: #94a3b8;
	color: #fff !important;
}

.site-footer__badge {
	margin-top: 4px;
}

.site-footer__badge img {
	max-height: 44px;
	width: auto !important;
}

.site-footer__badge--pc {
	margin-top: 12px;
}

.site-footer__badge--pc img {
	max-height: 105px;
	max-width: 180px;
}

.manufacturer-intro {
	margin: 0 0 12px;
	font-size: 15px;
	line-height: 1.55;
	color: #334155;
	max-width: 720px;
}

.manufacturer-intro-ctas {
	margin: 0 0 20px;
}

.manufacturer-intro-ctas .btn {
	margin-right: 8px;
	margin-bottom: 8px;
}

.site-footer__heading {
	margin: 0 0 14px;
	padding: 0;
	font-size: 13px;
	font-weight: 700;
	color: #fff !important;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	line-height: 1.3;
}

.site-footer__heading + .site-footer__heading,
.site-footer__links + .site-footer__heading {
	margin-top: 28px;
}

.site-footer__links {
	margin: 0 0 0;
	padding: 0;
	list-style: none;
}

.site-footer__links li {
	margin: 0 0 10px;
	float: none !important;
	width: auto !important;
	padding: 0 !important;
	background: none !important;
	border: 0 !important;
	display: block;
}

.site-footer__links a {
	color: #cbd5e1 !important;
	font-size: 14px;
	line-height: 1.45;
	text-decoration: none;
}

.site-footer__links a:hover {
	color: #fff !important;
}

.site-footer__contact-item {
	display: flex;
	gap: 12px;
	margin-bottom: 14px;
	font-size: 14px;
	line-height: 1.55;
	color: #cbd5e1 !important;
}

.site-footer__contact-item .fa {
	flex-shrink: 0;
	width: 18px;
	margin-top: 3px;
	color: #38bdf8;
	font-size: 15px;
	text-align: center;
}

.site-footer__contact-item a {
	color: #e2e8f0 !important;
	font-size: 14px;
	text-decoration: none;
}

.site-footer__contact-item a:hover {
	color: #38bdf8 !important;
}

.site-footer__legal {
	background: #111827 !important;
	padding: 18px 0 !important;
	width: 100%;
}

.site-footer__legal > .container,
.site-footer__bottom > .container {
	width: 100%;
	max-width: 1140px;
}

.site-footer__legal p {
	margin: 0;
	font-size: 13px;
	line-height: 1.7;
	color: #94a3b8 !important;
}

.site-footer__bottom {
	background: #0b1220 !important;
	padding: 16px 0 !important;
	text-align: center;
	font-size: 13px;
	color: #94a3b8 !important;
	width: 100%;
}

/* Kill legacy floated footer rules that cause overflow / double scroll */
.site-footer .footer-top,
.site-footer .footer-bottom {
	float: none !important;
	width: 100% !important;
	overflow: visible !important;
}

/* goMobile promo band above dark footer */
.site-footer .footer-post-wrapper {
	float: none !important;
	width: 100% !important;
	clear: both;
	margin: 0 !important;
	padding: 80px 0 !important;
	height: auto;
	overflow: visible !important;
	background: #eeeff3 url(../image/footer-img.jpg) right center no-repeat !important;
	background-size: cover !important;
	text-align: left;
	color: #fff;
}
.site-footer .footer-post-wrapper > .container {
	width: 100%;
	max-width: 1140px;
}
.site-footer .footer-post-wrapper .bg-color {
	background: rgba(0, 0, 0, 0.7) !important;
	padding: 28px 24px !important;
	float: none;
	display: inline-block;
	max-width: 560px;
	width: 100%;
}
.site-footer .footer-post-wrapper .site-footer__lead-band {
	max-width: 640px;
}
.site-footer .site-footer__lead-ctas {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-top: 18px;
}

.site-footer .site-footer__lead-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0 !important;
	padding: 11px 18px !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
	border-radius: 4px !important;
	text-decoration: none !important;
	white-space: nowrap;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.site-footer .site-footer__lead-btn .sl-icon {
	width: 1.05em;
	height: 1.05em;
	flex-shrink: 0;
}

.site-footer .site-footer__lead-btn--primary,
.site-footer .site-footer__lead-ctas .btn-primary {
	background: #d93d3d !important;
	border: 1px solid #d93d3d !important;
	color: #fff !important;
}

.site-footer .site-footer__lead-btn--primary:hover,
.site-footer .site-footer__lead-btn--primary:focus,
.site-footer .site-footer__lead-ctas .btn-primary:hover,
.site-footer .site-footer__lead-ctas .btn-primary:focus {
	background: #c23131 !important;
	border-color: #c23131 !important;
	color: #fff !important;
}

.site-footer .site-footer__lead-btn--secondary {
	background: transparent !important;
	border: 1px solid rgba(255, 255, 255, 0.9) !important;
	color: #fff !important;
}

.site-footer .site-footer__lead-btn--secondary:hover,
.site-footer .site-footer__lead-btn--secondary:focus {
	background: #fff !important;
	border-color: #fff !important;
	color: #01163a !important;
}

.site-footer .site-footer__lead-btn--secondary:hover .sl-icon,
.site-footer .site-footer__lead-btn--secondary:focus .sl-icon {
	color: #01163a;
}
.site-footer .footer-post-wrapper .go-mobile {
	color: #fff !important;
	font-weight: 400;
	font-size: 36px;
	position: relative;
	width: 100%;
	float: none;
	margin: 0 0 12px;
	padding: 0;
	line-height: 1.2;
}
.site-footer .footer-post-wrapper .go-mobile span {
	font-weight: 700;
}
.site-footer .footer-post-wrapper p {
	color: #fff !important;
	font-size: 16px;
	line-height: 1.55;
	font-weight: 400;
	margin: 0 0 12px;
	float: none;
	width: 100%;
}
.site-footer .footer-post-wrapper img {
	display: inline-block;
	width: auto !important;
	max-height: 36px;
	margin: 8px 12px 0 0;
	padding: 0;
}

body.page-home #common-home {
	float: none !important;
	width: 100% !important;
	overflow: visible !important;
	clear: both;
}

body.page-home .clearfix {
	clear: both;
	height: 0;
	overflow: hidden;
}

@media (max-width: 991px) {
	.site-footer__main .row {
		display: block;
	}

	.site-footer__main .row > [class*="col-"] {
		width: 100%;
		margin-bottom: 8px;
	}
}

@media (max-width: 767px) {
	.site-footer__main {
		padding: 36px 0 28px !important;
	}

	.site-footer__heading {
		margin-top: 20px;
	}

	.site-footer__brand .site-footer__heading {
		margin-top: 0;
	}

	.site-footer .footer-post-wrapper {
		padding: 40px 0 !important;
		background-position: center center !important;
	}

	.site-footer .footer-post-wrapper .bg-color {
		max-width: 100%;
	}

	.site-footer .footer-post-wrapper .go-mobile {
		font-size: 28px;
	}

	.site-footer .footer-post-wrapper p {
		font-size: 15px;
	}
}

/* Floating action button — Call / Upload Rx / Email */
.site-fab {
	position: fixed;
	right: 18px;
	bottom: 18px;
	z-index: 1050;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
	pointer-events: none;
}

.site-fab__toggle,
.site-fab__action {
	pointer-events: auto;
}

.site-fab__actions {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
	margin: 0;
	padding: 0;
}

.site-fab__action {
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none !important;
	opacity: 0;
	transform: translateY(8px) scale(0.92);
	transition: opacity 0.18s ease, transform 0.18s ease;
}

.site-fab.is-open .site-fab__action {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.site-fab.is-open .site-fab__action:nth-child(1) {
	transition-delay: 0.06s;
}

.site-fab.is-open .site-fab__action:nth-child(2) {
	transition-delay: 0.03s;
}

.site-fab.is-open .site-fab__action:nth-child(3) {
	transition-delay: 0s;
}

.site-fab__label {
	display: inline-block;
	padding: 6px 12px;
	border-radius: 6px;
	background: #0b1220;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	white-space: nowrap;
	box-shadow: 0 4px 14px rgba(15, 23, 42, 0.22);
}

.site-fab__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
	box-shadow: 0 6px 18px rgba(15, 23, 42, 0.28);
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.site-fab__icon--call {
	background: #0f75bc;
}

.site-fab__icon--upload {
	background: #d93d3d;
}

.site-fab__icon--email {
	background: #0f75bc;
}

.site-fab__action:hover .site-fab__icon,
.site-fab__action:focus .site-fab__icon {
	transform: scale(1.06);
	box-shadow: 0 8px 22px rgba(15, 23, 42, 0.34);
}

.site-fab__toggle {
	position: relative;
	width: 56px;
	height: 56px;
	border: 0;
	border-radius: 50%;
	background: #d93d3d;
	color: #fff;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 8px 24px rgba(217, 61, 61, 0.42);
	transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.site-fab__toggle:hover,
.site-fab__toggle:focus {
	background: #c23131;
	outline: none;
	transform: scale(1.04);
}

.site-fab__toggle-open,
.site-fab__toggle-close {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: opacity 0.15s ease, transform 0.15s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.25em;
	height: 1.25em;
	line-height: 1;
}

.site-fab__toggle-open .sl-icon,
.site-fab__toggle-close .sl-icon {
	width: 1.25em;
	height: 1.25em;
	color: #fff;
}

.site-fab__toggle-close,
.site-fab.is-open .site-fab__toggle-open {
	opacity: 0;
	transform: translate(-50%, -50%) rotate(90deg);
	pointer-events: none;
}

.site-fab.is-open .site-fab__toggle-close {
	opacity: 1;
	transform: translate(-50%, -50%) rotate(0deg);
	pointer-events: auto;
}

.site-fab.is-open .site-fab__toggle {
	background: #0f75bc;
	box-shadow: 0 8px 24px rgba(15, 117, 188, 0.42);
}

@media (max-width: 767px) {
	.site-fab {
		right: 14px;
		bottom: 14px;
	}

	.site-fab__toggle {
		width: 52px;
		height: 52px;
		font-size: 20px;
	}

	.site-fab__icon {
		width: 44px;
		height: 44px;
		font-size: 16px;
	}
}

@media print {
	.site-fab {
		display: none !important;
	}
}
