/* Loaded after the legacy responsive stylesheet so the refreshed UI wins the cascade. */
:root {
	--primary-color: #037A96;
	--secondary-color: #075A6D;
	--accent-color: #E6524B;
	--ink-color: #16323A;
	--muted-color: #5D7279;
	--surface-color: #F4F8F9;
	--border-color: #D9E4E7;
}

.skip-link {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 100000;
	padding: 11px 16px;
	border-radius: 8px;
	background: #fff;
	color: var(--ink-color);
	font-weight: 700;
	box-shadow: 0 8px 24px rgba(23, 50, 58, .2);
	transform: translateY(-160%);
	transition: transform .18s ease;
}

.skip-link:focus {
	color: var(--primary-color);
	transform: translateY(0);
}

#main-content:focus {
	outline: none;
}

.header.shop .header-inner {
	background: #073f4d;
}

.single-product {
	height: calc(100% - 30px);
	margin-top: 30px;
	margin-bottom: 0;
	padding: 15px 15px 20px;
	border: 1px solid var(--border-color);
	border-radius: 16px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 8px 28px rgba(23, 50, 58, .06);
	transition: transform .2s ease, box-shadow .2s ease;
}

.single-product:hover {
	transform: translateY(-3px);
	box-shadow: 0 16px 38px rgba(23, 50, 58, .11);
}

#auth {
	padding: 20px 0 70px;
	background: var(--surface-color);
}

.login_register.auth-card {
	margin: 42px 0;
	padding: 36px;
	border: 1px solid var(--border-color);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(23, 50, 58, .1);
}

.login_register.auth-card .form-control {
	height: 50px;
	margin: 14px 0 0;
	padding: 13px 15px;
	border: 1px solid var(--border-color);
	border-radius: 10px;
	background: #fbfdfd;
}

.login_register.auth-card .form-control:focus {
	border-color: var(--primary-color);
	box-shadow: 0 0 0 3px rgba(3, 122, 150, .12);
}

.login_register.auth-card .btn-login {
	min-height: 48px;
	margin-top: 24px;
	padding: 13px 30px;
	border: 1px solid var(--primary-color);
	border-radius: 10px;
	background: var(--primary-color);
	color: #fff;
}

.login_register.auth-card .btn-login:hover {
	background: var(--secondary-color);
	border-color: var(--secondary-color);
}

.shop-services {
	background: #fff;
}

.service-trust-grid > div {
	margin-bottom: 20px;
}

.shop-services .single-service {
	display: grid;
	grid-template-columns: 48px 1fr;
	column-gap: 14px;
	align-items: center;
	height: 100%;
	padding: 20px;
	border: 1px solid var(--border-color);
	border-radius: 14px;
	background: var(--surface-color);
}

.shop-services .single-service i {
	grid-row: 1 / span 2;
	position: static;
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	margin: 0;
	border-radius: 13px;
	background: rgba(3, 122, 150, .1);
	color: var(--primary-color);
	font-size: 20px;
}

.shop-services .single-service h3,
.shop-services .single-service p {
	margin: 0;
	padding: 0;
}

.shop-services .single-service h3 {
	color: var(--ink-color);
	font-size: 14px;
	font-weight: 600;
}

.shop-services .single-service p {
	color: var(--muted-color);
	font-size: 12px;
	line-height: 1.5;
}

.newsletter-privacy {
	margin-top: 16px;
	color: var(--muted-color);
	font-size: 12px;
}

.newsletter-privacy a {
	color: var(--primary-color);
	text-decoration: underline;
}

.contact-us {
	background: var(--surface-color);
}

.modern-contact-form,
.modern-contact-details {
	border: 1px solid var(--border-color);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 14px 40px rgba(23, 50, 58, .07);
}

.contact-us .modern-contact-form .title h2 {
	margin: 0 0 25px;
	color: var(--ink-color);
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -.025em;
}

.contact-us .modern-contact-form .form-group input,
.contact-us .modern-contact-form .form-group textarea {
	border: 1px solid var(--border-color);
	border-radius: 10px;
	background: #fbfdfd;
}

.contact-us .modern-contact-form .form-group input:focus,
.contact-us .modern-contact-form .form-group textarea:focus {
	border-color: var(--primary-color);
	box-shadow: 0 0 0 3px rgba(3, 122, 150, .12);
}

.contact-privacy {
	margin: 16px 0 0;
	color: var(--muted-color);
	font-size: 12px;
}

.contact-privacy a {
	color: var(--primary-color);
	text-decoration: underline;
}

.contact-emergency-note {
	margin-bottom: 24px;
	padding: 18px;
	border-left: 4px solid var(--accent-color);
	border-radius: 0 10px 10px 0;
	background: #fff4f3;
}

.contact-emergency-note strong {
	display: block;
	margin-bottom: 5px;
	color: #873832;
}

.contact-emergency-note p {
	margin: 0;
	color: #755956;
	font-size: 12px;
	line-height: 1.6;
}

.footer {
	background: #062f3a;
}

.footer .footer-top {
	padding: 72px 0 48px;
}

.footer .single-footer h2 {
	margin-bottom: 30px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: .04em;
}

.footer .single-footer.about .text,
.footer .single-footer.links ul li a {
	color: rgba(255, 255, 255, .72);
}

.footer .copyright {
	border-top: 1px solid rgba(255, 255, 255, .12);
	background: #052933;
}

.footer .copyright .inner {
	border-top: 0;
}

/* Modern, accessible product search. */
.header.shop .search-bar-top {
	width: 100%;
	margin-top: 0;
}

.header-search-form {
	width: 100%;
}

.header.shop .search-bar {
	display: flex;
	align-items: stretch;
	width: 100%;
	max-width: 720px;
	height: 56px;
	margin: 0 auto;
	line-height: normal;
	border: 1px solid var(--border-color);
	border-radius: 15px;
	background: #fff;
	overflow: visible;
	box-shadow: 0 10px 30px rgba(23, 50, 58, .08);
	transition: border-color .2s ease, box-shadow .2s ease;
}

.header.shop .search-bar:focus-within {
	border-color: var(--primary-color);
	box-shadow: 0 0 0 4px rgba(3, 122, 150, .12), 0 12px 32px rgba(23, 50, 58, .1);
}

.search-category-wrap {
	position: relative;
	flex: 0 0 172px;
	min-width: 0;
	border-right: 1px solid var(--border-color);
}

.search-category-select {
	width: 100%;
	height: 54px;
	padding: 0 42px 0 18px;
	border: 0;
	border-radius: 15px 0 0 15px;
	outline: 0;
	background: #f8fbfc;
	color: var(--ink-color);
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.search-category-select:focus-visible {
	background: #f0f8fa;
}

.search-category-wrap > i {
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translateY(-50%);
	color: var(--primary-color);
	font-size: 11px;
	pointer-events: none;
}

.search-input-wrap {
	position: relative;
	flex: 1 1 auto;
	min-width: 0;
}

.header.shop .search-input-wrap .twitter-typeahead,
.header.shop .search-form .twitter-typeahead {
	display: block !important;
	width: 100%;
	height: 100%;
	background: transparent;
}

.header.shop .search-bar input,
.header.shop .search-bar input:focus {
	display: block;
	width: 100% !important;
	height: 54px;
	padding: 0 20px;
	border: 0 !important;
	border-radius: 0;
	outline: 0;
	background: transparent;
	color: var(--ink-color);
	font-size: 14px;
	box-shadow: none;
}

.header.shop .search-bar input::placeholder,
.header .search-form input::placeholder {
	color: #7b8e94;
	opacity: 1;
}

.header.shop .search-bar .btnn {
	position: static;
	flex: 0 0 58px;
	width: 58px;
	height: auto;
	padding: 0;
	border: 0;
	border-radius: 0 14px 14px 0;
	background: var(--primary-color) !important;
	color: #fff !important;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
}

.header.shop .search-bar .btnn:hover,
.header.shop .search-bar .btnn:focus-visible {
	background: var(--secondary-color) !important;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .35);
}

.header.shop .search-input-wrap .tt-menu,
.header.shop .search-form .tt-menu {
	width: 100%;
	max-height: 360px;
	margin-top: 9px;
	border: 1px solid var(--border-color);
	border-radius: 12px;
	background: #fff;
	overflow-y: auto;
	box-shadow: 0 18px 42px rgba(23, 50, 58, .16);
}

.header.shop .tt-suggestion {
	padding: 4px 14px;
	line-height: normal;
}

.header.shop .tt-suggestion + .tt-suggestion {
	border-top: 1px solid #edf3f4;
}

.header.shop .tt-suggestion.tt-cursor,
.header.shop .tt-suggestion:hover {
	background: #eff8fa;
}

.header.shop .search-suggestions .image img {
	width: 48px;
	height: 48px;
	object-fit: contain;
	border-radius: 8px;
}

.header.shop .search-suggestions .content h5 {
	margin: 0;
	color: var(--ink-color);
	line-height: 1.4;
}

.search-empty {
	padding: 16px 18px;
	color: var(--muted-color);
	font-size: 13px;
}

.search-results-summary {
	margin: -14px 0 24px;
	color: var(--muted-color);
	font-size: 14px;
}

.search-results-summary strong {
	color: var(--ink-color);
}

.shop.single .product-des .product-option-label {
	display: block;
	margin: 0 0 5px;
	font-size: 13px;
	font-weight: 500;
}

.shop.single .quantity .quantity-label {
	display: inline-block;
	margin-right: 10px;
	font-size: 15px;
	font-weight: 500;
}

.shop.single .reviews-heading,
.shop.single .comment-review .add-review-heading {
	margin-bottom: 7px;
	font-size: 18px;
	font-weight: 600;
}

.shop.single .rating-des .reviewer-name {
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
}

.answer-box,
.key-takeaways,
.faq-list,
.related-resources,
.product-safety-note {
	border: 1px solid var(--border-color);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(23, 50, 58, .07);
}

.answer-box {
	padding: 30px;
	border-left: 5px solid var(--primary-color);
}

.answer-box h2,
.key-takeaways h2,
.faq-list > h2,
.related-resources h2,
.product-safety-note h2 {
	margin: 0 0 14px;
	color: var(--ink-color);
	font-size: 24px;
	line-height: 1.3;
}

.answer-box > p:last-child,
.product-safety-note > p {
	margin: 0;
	color: var(--muted-color);
	line-height: 1.8;
}

.key-takeaways,
.faq-list,
.related-resources {
	margin-top: 24px;
	padding: 30px;
}

.key-takeaways ul {
	margin: 0;
	padding-left: 20px;
}

.key-takeaways li {
	margin-top: 10px;
	color: var(--muted-color);
	line-height: 1.65;
}

.faq-item {
	padding: 22px 0;
	border-top: 1px solid var(--border-color);
}

.faq-item:first-of-type {
	margin-top: 6px;
}

.faq-item h3 {
	margin: 0 0 9px;
	color: var(--ink-color);
	font-size: 18px;
	line-height: 1.4;
}

.faq-item p {
	margin: 8px 0 0;
	color: var(--muted-color);
	line-height: 1.7;
}

.faq-item a,
.related-resources a,
.product-safety-links a {
	color: var(--primary-color);
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.related-resources > div,
.product-safety-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 22px;
}

.product-safety-note {
	margin: 28px 0 32px;
	padding: 25px 28px;
	border-left: 5px solid var(--accent-color);
	background: #fbfdfd;
}

.product-safety-note h2 {
	font-size: 21px;
}

.product-safety-links {
	margin-top: 16px;
}

.error-page {
	min-height: 480px;
	display: flex;
	align-items: center;
	background: var(--surface-color);
}

.error-page h1 {
	margin-bottom: 16px;
	color: var(--ink-color);
	font-size: 44px;
	line-height: 1.15;
}

.error-page p:not(.legal-eyebrow) {
	color: var(--muted-color);
	line-height: 1.7;
}

.header.shop .top-search button {
	padding: 8px;
	border: 0;
	background: transparent;
	color: var(--ink-color);
	cursor: pointer;
}

.header.shop .top-search button:hover,
.header.shop .top-search button:focus-visible {
	color: var(--primary-color);
}

@media (min-width: 768px) and (max-width: 991px) {
	.header.shop .search-bar {
		height: 50px;
	}

	.search-category-wrap {
		flex-basis: 132px;
	}

	.search-category-select,
	.header.shop .search-bar input,
	.header.shop .search-bar input:focus {
		height: 48px;
	}

	.search-category-select {
		padding-left: 14px;
		font-size: 12px;
	}

	.header.shop .search-bar .btnn {
		flex-basis: 50px;
		width: 50px;
	}
}

.small-banner .single-banner {
	min-height: 320px;
	border-radius: 18px;
	background: #f4f8f9;
	box-shadow: 0 14px 40px rgba(23, 50, 58, .1);
}

.small-banner .single-banner:before {
	display: none;
}

.small-banner .single-banner img {
	min-height: 320px;
	object-fit: cover;
}

.small-banner .single-banner .content {
	left: 24px;
	max-width: calc(68% - 24px);
	padding: 20px 22px;
	border: 1px solid rgba(255, 255, 255, .8);
	border-radius: 14px;
	background: rgba(255, 255, 255, .92);
	box-shadow: 0 10px 30px rgba(10, 42, 50, .12);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}

.small-banner .single-banner .content p {
	margin-bottom: 7px;
	color: var(--primary-color);
	font-weight: 700;
	letter-spacing: .03em;
}

.small-banner .single-banner .content h3 {
	margin: 0;
	color: var(--ink-color);
	font-size: 22px;
	line-height: 1.25;
}

.small-banner .single-banner .content a {
	margin-top: 17px;
	color: var(--ink-color);
	border-bottom-color: var(--primary-color);
	font-weight: 700;
}

.small-banner .single-banner .content a:hover,
.small-banner .single-banner .content a:focus {
	color: var(--primary-color);
}

@media (max-width: 767px) {
	.answer-box,
	.key-takeaways,
	.faq-list,
	.related-resources,
	.product-safety-note {
		padding: 22px;
		border-radius: 14px;
	}

	.answer-box h2,
	.key-takeaways h2,
	.faq-list > h2,
	.related-resources h2 {
		font-size: 21px;
	}

	.header.shop .search-form {
		right: 0;
		left: auto;
		width: min(320px, calc(100vw - 30px));
		padding: 6px;
		border: 1px solid var(--border-color);
		border-radius: 12px;
		background: #fff;
		box-shadow: 0 18px 42px rgba(23, 50, 58, .18);
	}

	.header.shop .search-form input,
	.header.shop .search-form input:focus {
		width: 100% !important;
		height: 48px;
		padding: 0 54px 0 15px;
		border: 1px solid var(--border-color) !important;
		border-radius: 9px;
		outline: 0;
		background: #fff;
		color: var(--ink-color);
	}

	.header.shop .search-form button[type="submit"] {
		width: 48px;
		height: 48px;
		border: 0;
		border-radius: 0 9px 9px 0;
		background: var(--primary-color);
		color: #fff;
	}

	.header.shop .search-form .tt-menu {
		margin-top: 7px;
	}

	.hero-slider {
		height: 520px;
	}

	.hero-slider .single-slider {
		height: 520px;
		background-position: center;
	}

	.hero-slider .hero-text {
		margin-top: 42px;
	}

	.hero-slider .hero-text h1,
	.hero-slider .hero-text p {
		color: #fff;
	}

	.hero-slider .hero-text h1 {
		font-size: 38px;
		line-height: 1.08;
	}

	.hero-slider .hero-text p {
		margin-bottom: 22px;
		font-size: 15px;
		line-height: 1.65;
	}

	.login_register.auth-card,
	.contact-us .form-main,
	.contact-us .single-head {
		padding: 26px;
	}

	.header.shop .logo img {
		width: 170px;
		height: auto;
	}

	.small-banner .single-banner,
	.small-banner .single-banner img {
		min-height: 300px;
	}

	.small-banner .single-banner .content {
		left: 16px;
		max-width: calc(82% - 16px);
		padding: 16px 18px;
	}

	.small-banner .single-banner .content h3 {
		font-size: 19px;
	}
}

/* Payment Methods Styling */
.payment-option-card {
	cursor: pointer;
	border: 1px solid #e2e8f0 !important;
	background-color: #fff;
	transition: all 0.25s ease-in-out;
}

.payment-option-card:hover {
	border-color: #cbd5e1 !important;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.payment-option-card.border-danger {
	border-color: #dc3545 !important;
	background-color: #fff5f5 !important;
}

.payment-option-card.border-primary {
	border-color: #0d6efd !important;
	background-color: #f0f7ff !important;
}

.cursor-pointer {
	cursor: pointer;
}

.qr-box img {
	transition: transform 0.2s ease;
}

.qr-box img:hover {
	transform: scale(1.03);
}

/* Stepper Progress Bar Styling */
.checkout-stepper-wrapper {
	border-bottom: 1px solid #e2e8f0;
}

.ring-4 {
	box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
}

.border-left-danger {
	border-left: 4px solid #dc3545 !important;
}

.form-control:focus {
	border-color: #0d6efd;
	box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.15);
}

/* Product Card Typography & Title Visibility Fix */
.single-product .product-content {
	padding-top: 10px;
}

.single-product .product-content h3 {
	margin: 0 0 6px 0 !important;
	line-height: 1.35 !important;
	overflow: hidden;
}

.single-product .product-content h3 a {
	color: #0f172a !important; /* Deep Slate - High Contrast Visibility */
	font-size: 14px !important;
	font-weight: 600 !important;
	text-decoration: none !important;
	display: -webkit-box !important;
	-webkit-line-clamp: 2 !important;
	-webkit-box-orient: vertical !important;
	overflow: hidden !important;
	white-space: normal !important;
	height: 38px !important;
	line-height: 1.35 !important;
	transition: color 0.2s ease;
}

.single-product .product-content h3 a:hover {
	color: #0d6efd !important;
}

.single-product .product-content .product-price {
	margin-top: 6px;
	font-weight: 700;
}

