/*
 * Theme refinements.
 * This file will not be overwritten by theme updates.
 */

:root {
	--theme-bg: #071019;
	--theme-surface: rgba(9, 16, 26, 0.82);
	--theme-surface-strong: rgba(12, 20, 31, 0.94);
	--theme-surface-soft: rgba(20, 31, 46, 0.76);
	--theme-border: rgba(139, 176, 222, 0.14);
	--theme-border-strong: rgba(139, 176, 222, 0.3);
	--theme-text: #f5f7fb;
	--theme-text-muted: #95a4bb;
	--theme-shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
	--theme-radius: 1.35rem;
	--theme-radius-sm: 0.95rem;
}

html {
	scroll-behavior: smooth;
}

body {
	position: relative;
	background:
		radial-gradient(circle at top left, rgba(var(--cl-accent-rgb), 0.18), transparent 28%),
		radial-gradient(circle at top right, rgba(108, 132, 255, 0.12), transparent 24%),
		linear-gradient(135deg, #08111b 0%, #0a1220 52%, #060b13 100%);
	color: var(--theme-text);
}

body::before {
	content: '';
	position: fixed;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background:
		linear-gradient(180deg, rgba(5, 9, 16, 0.15) 0%, rgba(5, 9, 16, 0.65) 35%, rgba(5, 9, 16, 0.88) 100%),
		radial-gradient(circle at 20% 20%, rgba(var(--cl-accent-rgb), 0.12), transparent 26%);
}

body::after {
	content: '';
	position: fixed;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	opacity: 0.18;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
	background-size: 72px 72px;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 85%);
}

.bg-image {
	opacity: 0.22;
	filter: saturate(0.75) blur(2px);
	transform: scale(1.03);
}

.flex-wrapper {
	position: relative;
}

::selection {
	background: rgba(var(--cl-accent-rgb), 0.3);
	color: #ffffff;
}

a {
	transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.text-muted,
.text-secondary,
.section-title p,
.section-subtitle p,
.footer .nav li a,
.products .card .info,
.hero .content .stats div .label {
	color: var(--theme-text-muted) !important;
}

.container {
	max-width: 1240px;
}

.bg-gray,
.modal-content,
.dropdown-menu,
.accordion-item,
.list-group-item,
.customer-sidebar,
.status-card,
.card,
.testimonial {
	background: var(--theme-surface) !important;
	border: 1px solid var(--theme-border) !important;
	box-shadow: var(--theme-shadow);
}

.modal-content,
.accordion-item,
.list-group-item,
.bg-gray,
.card,
.testimonial {
	border-radius: var(--theme-radius) !important;
}

.modal-header,
.modal-footer,
.accordion-button,
.list-group-item {
	border-color: var(--theme-border) !important;
}

.accordion-button,
.accordion-button:not(.collapsed),
.dropdown-item,
.list-group-item,
.modal-title {
	color: var(--theme-text);
}

.accordion-button:not(.collapsed),
.accordion-button:focus,
.dropdown-item:hover,
.dropdown-item:focus {
	background: rgba(var(--cl-accent-rgb), 0.12);
}

.form-control,
.form-select,
.choices__inner,
.choices__list--dropdown,
.choices__list[aria-expanded],
.input-group-text {
	min-height: 3.2rem;
	border-radius: 0.95rem !important;
	background: rgba(255, 255, 255, 0.04) !important;
	border: 1px solid rgba(255, 255, 255, 0.08) !important;
	color: var(--theme-text) !important;
}

.form-control::placeholder,
.form-select::placeholder,
.choices__input::placeholder {
	color: rgba(255, 255, 255, 0.42);
}

.choices__list--single,
.choices[data-type*=select-one] .choices__inner,
.choices__item,
.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
	color: var(--theme-text) !important;
}

.btn {
	--bs-btn-font-weight: 600;
	--bs-btn-border-radius: 999px;
	padding: 0.82rem 1.25rem;
	letter-spacing: 0.01em;
}

.btn-primary {
	background: linear-gradient(135deg, rgba(var(--cl-accent-rgb), 1) 0%, rgba(103, 180, 255, 0.92) 100%);
	border: 0;
	box-shadow: 0 14px 30px rgba(var(--cl-accent-rgb), 0.28);
}

.btn-primary:hover,
.btn-primary:focus-visible {
	transform: translateY(-1px);
	box-shadow: 0 18px 34px rgba(var(--cl-accent-rgb), 0.32);
}

.btn-outline-primary {
	color: var(--theme-text);
	border-color: rgba(var(--cl-accent-rgb), 0.36);
	background: rgba(var(--cl-accent-rgb), 0.08);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus-visible {
	color: var(--theme-text);
	border-color: rgba(var(--cl-accent-rgb), 0.6);
	background: rgba(var(--cl-accent-rgb), 0.16);
	transform: translateY(-1px);
}

.section-title,
.section-subtitle {
	position: relative;
}

.section-title {
	gap: 1.25rem;
	margin-bottom: 1rem;
}

.section-title h1,
.section-title h2 {
	font-size: clamp(2rem, 4vw, 3.2rem);
	font-weight: 800;
	letter-spacing: -0.03em;
}

.section-title::before {
	content: '';
	width: 52px;
	height: 10px;
	border-radius: 999px;
	background: linear-gradient(90deg, rgba(var(--cl-accent-rgb), 1), rgba(255, 255, 255, 0.18));
	box-shadow: 0 0 18px rgba(var(--cl-accent-rgb), 0.35);
}

.section-subtitle {
	margin-top: 0;
	margin-bottom: 2.25rem;
}

.section-subtitle p {
	max-width: 52rem;
	font-size: 1rem;
	line-height: 1.75;
}

.announcement {
	background: linear-gradient(90deg, rgba(var(--cl-accent-rgb), 0.95), rgba(67, 129, 255, 0.95));
	border-bottom: 0;
	font-weight: 600;
}

header.sticky-top {
	transition: transform 0.3s ease, filter 0.3s ease;
}

header.sticky-top.header-scrolled {
	filter: drop-shadow(0 22px 36px rgba(0, 0, 0, 0.24));
}

.navbar {
	margin: 0.85rem auto 0;
	max-width: calc(1240px + 2rem);
	border: 1px solid var(--theme-border);
	border-radius: 1.2rem;
	background: rgba(7, 13, 22, 0.82);
	backdrop-filter: blur(18px);
	box-shadow: 0 16px 46px rgba(0, 0, 0, 0.26);
}

.navbar .container {
	padding-top: 0.7rem !important;
	padding-bottom: 0.7rem !important;
}

.navbar .navbar-brand {
	padding-right: 1.15rem;
	gap: 0.8rem;
}

.navbar .navbar-brand img {
	max-height: 2.75rem;
	border-radius: 0.9rem;
}

.navbar .navbar-brand span {
	font-weight: 800;
	letter-spacing: -0.02em;
}

.navbar .nav-link {
	color: rgba(245, 247, 251, 0.82);
	font-weight: 600;
}

.navbar .nav-link:hover,
.navbar .nav-item a.nav-link.active {
	color: #ffffff;
}

.navbar .navbar-collapse {
	gap: 1rem;
}

.navbar .cart .btn .count {
	box-shadow: 0 0 0 3px rgba(7, 13, 22, 0.82);
}

.currency-selector .choices {
	min-width: 8rem;
}

.hero {
	position: relative;
	overflow: clip;
	padding: 7.5rem 0 4rem;
}

.hero::before {
	content: '';
	position: absolute;
	inset: auto auto 8% -8%;
	width: 22rem;
	height: 22rem;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(var(--cl-accent-rgb), 0.2) 0%, rgba(var(--cl-accent-rgb), 0.02) 58%, transparent 74%);
	filter: blur(12px);
	pointer-events: none;
}

.hero .bg-overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(4, 8, 14, 0.22) 0%, rgba(4, 8, 14, 0.65) 62%, rgba(4, 8, 14, 0.9) 100%),
		linear-gradient(90deg, rgba(4, 8, 14, 0.68) 0%, rgba(4, 8, 14, 0.36) 48%, rgba(4, 8, 14, 0.7) 100%);
}

.hero .container {
	position: relative;
	z-index: 1;
	gap: 3rem;
}

.hero .content {
	max-width: 820px;
}

.hero .hero-panel {
	padding: 2rem;
	border-radius: calc(var(--theme-radius) + 0.25rem);
	background: linear-gradient(180deg, rgba(9, 16, 26, 0.72) 0%, rgba(9, 16, 26, 0.88) 100%);
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 26px 80px rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(12px);
}

.hero .hero-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	margin-bottom: 1rem;
	padding: 0.5rem 0.85rem;
	border-radius: 999px;
	background: rgba(var(--cl-accent-rgb), 0.12);
	border: 1px solid rgba(var(--cl-accent-rgb), 0.22);
	color: #e7f3ff;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hero .hero-eyebrow::before {
	content: '';
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 999px;
	background: rgba(var(--cl-accent-rgb), 1);
	box-shadow: 0 0 16px rgba(var(--cl-accent-rgb), 0.85);
}

.hero .content h1 {
	font-size: clamp(2.8rem, 7vw, 5rem);
	line-height: 0.98;
	letter-spacing: -0.05em;
	margin-bottom: 1rem;
}

.hero .content p {
	max-width: 42rem;
	margin: 0 auto 1.6rem;
	font-size: 1.04rem;
	line-height: 1.85;
	color: #dbe6f5;
}

.hero .hero-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.9rem;
	margin-bottom: 2rem;
}

.hero .fake-searchbar {
	margin-bottom: 1.2rem;
}

.hero .fake-searchbar,
.hero .search-modal .searchbar {
	max-width: 100%;
}

.hero .fake-searchbar input,
.hero .search-modal .searchbar input {
	min-height: 3.8rem;
	border-radius: 999px;
	padding-left: 4rem;
	padding-right: 1.5rem;
	background: rgba(255, 255, 255, 0.07) !important;
	border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.hero .fake-searchbar:hover input {
	border-color: rgba(var(--cl-accent-rgb), 0.34) !important;
	background: rgba(255, 255, 255, 0.1) !important;
}

.hero .fake-searchbar svg,
.hero .search-modal .searchbar svg {
	left: 1.3rem;
	fill: rgba(255, 255, 255, 0.62);
}

.hero .content .stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 0.9rem;
	max-width: none;
	padding: 0;
	background: transparent;
}

.hero .content .stats div {
	align-items: flex-start;
	padding: 1rem 1.05rem;
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero .content .stats div .value {
	font-size: 1.35rem;
	color: #ffffff;
}

.hero .search-modal .modal-content {
	background: var(--theme-surface-strong) !important;
}

.hero .search-modal .products {
	gap: 0.85rem;
}

.hero .search-modal .product {
	padding: 0.8rem;
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.05);
}

.socials {
	background: transparent;
}

.socials .list {
	row-gap: 1rem;
}

.socials .list .social {
	align-items: center;
	height: 100%;
	padding: 1.15rem 1.2rem;
	margin-bottom: 0;
	border: 1px solid var(--theme-border);
	border-radius: 1.2rem;
	background: linear-gradient(180deg, rgba(12, 20, 31, 0.82) 0%, rgba(9, 16, 26, 0.92) 100%);
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
}

.socials .list .social:hover {
	color: #ffffff;
	border-color: rgba(var(--cl-accent-rgb), 0.3);
	transform: translateY(-4px);
}

.socials .list .social .left svg {
	background: linear-gradient(135deg, rgba(var(--cl-accent-rgb), 1), rgba(90, 154, 255, 0.88));
	box-shadow: 0 12px 30px rgba(var(--cl-accent-rgb), 0.25);
}

.products {
	row-gap: 0.6rem;
}

.products .card {
	overflow: hidden;
	height: 100%;
	background: linear-gradient(180deg, rgba(12, 20, 31, 0.86) 0%, rgba(9, 16, 26, 0.98) 100%) !important;
	border-radius: 1.25rem !important;
}

.products .card:hover {
	transform: translateY(-8px);
	border-color: rgba(var(--cl-accent-rgb), 0.28) !important;
}

.products .card .card-img-top {
	overflow: hidden;
	background: rgba(255, 255, 255, 0.03);
}

.products .card .card-img-top img {
	transition: transform 0.5s ease, filter 0.5s ease;
}

.products .card:hover .card-img-top img {
	transform: scale(1.05);
	filter: saturate(1.05);
}

.products .card .card-img-top::after {
	content: '';
	position: absolute;
	inset: auto 0 0;
	height: 48%;
	background: linear-gradient(180deg, transparent, rgba(5, 9, 16, 0.9));
	pointer-events: none;
}

.products .card .card-img-top .overlay {
	opacity: 1;
	bottom: 0;
	padding: 1rem;
	background: linear-gradient(180deg, rgba(5, 9, 16, 0) 0%, rgba(5, 9, 16, 0.7) 100%);
}

.products .card .card-img-top .overlay .btn {
	backdrop-filter: blur(12px);
	width: auto;
	min-width: 170px;
	min-height: 2.4rem;
	padding: 0.5rem 1rem;
	font-size: 0.92rem;
}

.products .card .card-img-top .badges {
	top: 0.8rem;
	right: 0.8rem;
	left: 0.8rem;
	justify-content: flex-start;
}

.products .card .card-img-top .badges div {
	padding: 0.36rem 0.62rem;
	border-radius: 999px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
}

.products .card .card-body {
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
	padding: 1.15rem 1.15rem 1.2rem;
}

.products .card .info {
	align-items: flex-start;
	gap: 1rem;
}

.products .card .info .price {
	font-size: 1rem;
	font-weight: 700;
	color: #ffffff;
}

.products .card .card-title {
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1.35;
	color: #ffffff;
}

.product {
	border-radius: 1.1rem;
}

.hero .search-modal .product .image,
.product .image {
	overflow: hidden;
	background: rgba(255, 255, 255, 0.04);
}

.hero .search-modal .product .text,
.product .text h3 {
	color: #ffffff;
}

.testimonial {
	overflow: hidden;
	height: 100%;
	padding: 1.25rem;
	background: linear-gradient(180deg, rgba(12, 20, 31, 0.88) 0%, rgba(9, 16, 26, 0.98) 100%) !important;
}

.testimonial .header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
}

.testimonial .quote {
	width: 2.4rem;
	height: 2.4rem;
	color: rgba(var(--cl-accent-rgb), 0.85);
}

.testimonial .stars {
	display: flex;
	flex-wrap: wrap;
	gap: 0.15rem;
}

.testimonial .stars svg {
	width: 1rem;
	height: 1rem;
}

.testimonial .content p,
.testimonial .reply .text {
	color: #d9e2f0;
	line-height: 1.75;
}

.testimonial .reply {
	margin-top: 1rem;
	padding: 0.95rem;
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.06);
}

.testimonial .footer {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 1.25rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: var(--theme-text-muted);
	font-size: 0.9rem;
}

.py-5-nav {
	padding-top: calc(90px + 2rem);
	padding-bottom: 2rem;
}

.product-wrapper,
.cart-page,
.feedback-page,
.status-page,
.faq-page,
.blog-post-page,
.customer-page {
	padding-bottom: 3rem;
}

footer.footer {
	margin-top: 4rem;
	background: linear-gradient(180deg, rgba(8, 13, 21, 0.9) 0%, rgba(6, 10, 16, 0.98) 100%);
	border-top: 1px solid var(--theme-border);
}

.footer .footer-panel {
	padding: 4rem 0 1.5rem;
}

.footer .logo {
	align-items: center;
	margin-bottom: 1rem;
}

.footer .logo img {
	max-height: 2.9rem;
	border-radius: 0.9rem;
}

.footer .brand-copy {
	max-width: 34rem;
	margin-bottom: 1.5rem;
	color: var(--theme-text-muted);
	line-height: 1.75;
}

.footer .footer-highlights {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

.footer .footer-highlights span {
	padding: 0.55rem 0.9rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.08);
	color: #dbe6f5;
	font-size: 0.88rem;
	font-weight: 600;
}

.footer h5 {
	margin-bottom: 1.15rem;
	color: #ffffff;
	letter-spacing: 0.08em;
}

.footer .nav li {
	margin-bottom: 0.75rem !important;
}

.footer .nav li a:hover {
	color: #ffffff;
}

.footer .footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	padding: 1.25rem 0 0;
	margin-top: 2rem;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: var(--theme-text-muted);
	font-size: 0.9rem;
}

.footer .footer-bottom a {
	color: inherit;
}

@media (max-width: 991.98px) {
	.navbar {
		margin: 0;
		max-width: none;
		border-radius: 0;
		border-left: 0;
		border-right: 0;
	}

	.navbar .navbar-collapse {
		margin-top: 1rem;
		padding-top: 1rem;
		border-top: 1px solid rgba(255, 255, 255, 0.08);
	}

	.navbar .navbar-nav {
		gap: 0.75rem !important;
	}

	.hero {
		min-height: auto;
		padding-top: 6.5rem;
	}

	.hero .hero-panel {
		padding: 1.5rem;
	}

	.hero .content h1 {
		font-size: clamp(2.35rem, 12vw, 3.6rem);
	}

	.hero .content .stats {
		grid-template-columns: 1fr;
	}

	.section-title::before {
		width: 36px;
	}

	.footer .footer-bottom {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (min-width: 768px) {
	.hero.alignment-left .hero-panel,
	.hero.alignment-right .hero-panel {
		max-width: 46rem;
	}

	.hero.alignment-left .content p,
	.hero.alignment-right .content p {
		margin-left: 0;
		margin-right: 0;
	}

	.hero.alignment-left .hero-actions {
		justify-content: flex-start;
	}

	.hero.alignment-right .hero-actions {
		justify-content: flex-end;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation: none !important;
		transition: none !important;
	}
}

/* Luxury pass */

:root {
	--theme-surface: rgba(10, 16, 24, 0.88);
	--theme-surface-strong: rgba(9, 14, 22, 0.96);
	--theme-surface-soft: rgba(17, 26, 38, 0.86);
	--theme-border: rgba(176, 204, 236, 0.12);
	--theme-border-strong: rgba(176, 204, 236, 0.24);
	--theme-shadow: 0 28px 88px rgba(0, 0, 0, 0.42);
	--theme-radius: 1.1rem;
	--theme-radius-sm: 0.8rem;
	--theme-font-display: inherit;
}

body {
	background:
		radial-gradient(circle at top left, rgba(var(--cl-accent-rgb), 0.1), transparent 24%),
		radial-gradient(circle at top right, rgba(121, 148, 200, 0.08), transparent 20%),
		linear-gradient(135deg, #060c13 0%, #0a1119 54%, #04080e 100%);
}

body::before {
	background:
		linear-gradient(180deg, rgba(4, 8, 13, 0.2) 0%, rgba(4, 8, 13, 0.62) 36%, rgba(4, 8, 13, 0.9) 100%),
		radial-gradient(circle at 20% 18%, rgba(var(--cl-accent-rgb), 0.08), transparent 24%);
}

h1,
h2,
h3,
.hero .content h1,
.section-title h1,
.section-title h2,
.products .card .card-title,
.navbar .navbar-brand span,
.footer .logo p {
	font-family: var(--theme-font-display);
	letter-spacing: -0.03em;
}

.btn {
	--bs-btn-border-radius: 0.9rem;
	padding: 0.82rem 1.2rem;
}

.btn-primary {
	background: linear-gradient(135deg, rgba(var(--cl-accent-rgb), 0.92) 0%, rgba(112, 159, 221, 0.9) 100%);
	box-shadow: 0 16px 28px rgba(var(--cl-accent-rgb), 0.18);
}

.btn-outline-primary {
	border-color: rgba(176, 204, 236, 0.2);
	background: rgba(255, 255, 255, 0.025);
}

.section-title {
	margin-bottom: 0.8rem;
}

.section-title::before {
	width: 64px;
	height: 1px;
	border-radius: 0;
	background: linear-gradient(90deg, rgba(var(--cl-accent-rgb), 0.95), rgba(255, 255, 255, 0.08));
	box-shadow: none;
}

.section-title h1,
.section-title h2 {
	font-weight: 600;
	letter-spacing: -0.04em;
}

.announcement {
	background: linear-gradient(90deg, rgba(34, 52, 78, 0.92), rgba(21, 33, 48, 0.96));
	border-bottom: 1px solid rgba(176, 204, 236, 0.1);
	color: #e6edf8;
}

.navbar {
	border-color: rgba(176, 204, 236, 0.1);
	background: rgba(7, 12, 19, 0.86);
	box-shadow: 0 18px 54px rgba(0, 0, 0, 0.3);
}

.navbar .nav-link {
	color: rgba(238, 243, 250, 0.76);
	font-size: 0.95rem;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.navbar .navbar-brand span {
	font-size: 1.55rem;
	font-weight: 600;
}

.hero {
	padding-top: 8rem;
}

.hero::before {
	background: radial-gradient(circle, rgba(var(--cl-accent-rgb), 0.12) 0%, rgba(var(--cl-accent-rgb), 0.015) 58%, transparent 74%);
}

.hero .bg-overlay {
	background:
		linear-gradient(180deg, rgba(3, 7, 11, 0.28) 0%, rgba(3, 7, 11, 0.66) 58%, rgba(3, 7, 11, 0.92) 100%),
		linear-gradient(90deg, rgba(3, 7, 11, 0.72) 0%, rgba(3, 7, 11, 0.28) 46%, rgba(3, 7, 11, 0.74) 100%);
}

.hero .hero-panel {
	padding: 2.4rem;
	background: linear-gradient(180deg, rgba(8, 12, 19, 0.72) 0%, rgba(8, 12, 19, 0.9) 100%);
	border: 1px solid rgba(176, 204, 236, 0.1);
	box-shadow: 0 30px 100px rgba(0, 0, 0, 0.46);
}

.hero .hero-eyebrow {
	background: transparent;
	border: 1px solid rgba(176, 204, 236, 0.16);
	color: #d6e3f4;
	font-size: 0.72rem;
	letter-spacing: 0.18em;
}

.hero .hero-eyebrow::before {
	width: 0.4rem;
	height: 0.4rem;
	box-shadow: 0 0 12px rgba(var(--cl-accent-rgb), 0.55);
}

.hero .content h1 {
	font-size: clamp(3.2rem, 7vw, 5.6rem);
	font-weight: 600;
	line-height: 0.92;
}

.hero .content p {
	max-width: 38rem;
	color: #d2dceb;
	font-size: 1rem;
	line-height: 1.9;
}

.hero .content .stats div {
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(176, 204, 236, 0.08);
}

.hero .content .stats div .label {
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 0.66rem;
}

.socials .list .social,
.products .card,
.testimonial,
.bg-gray,
.modal-content,
.accordion-item,
.list-group-item {
	background: linear-gradient(180deg, rgba(11, 17, 26, 0.9) 0%, rgba(8, 13, 20, 0.98) 100%) !important;
	border-color: rgba(176, 204, 236, 0.1) !important;
}

.socials .list .social {
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2);
}

.socials .list .social .left {
	font-weight: 600;
	letter-spacing: 0.02em;
}

.socials .list .social .left svg {
	background: linear-gradient(135deg, rgba(86, 126, 178, 0.92), rgba(40, 66, 101, 0.98));
	box-shadow: 0 10px 26px rgba(43, 70, 105, 0.28);
}

.products .card:hover {
	transform: translateY(-6px);
	border-color: rgba(176, 204, 236, 0.18) !important;
}

.products .card .card-img-top::after {
	height: 54%;
}

.products .card .card-body {
	padding: 1.2rem 1.2rem 1.35rem;
}

.products .card .info .price {
	font-weight: 600;
}

.products .card .card-title {
	font-size: 1.35rem;
	font-weight: 600;
}

.products .card .card-img-top .badges div {
	background: rgba(10, 16, 24, 0.88) !important;
	border: 1px solid rgba(176, 204, 236, 0.16);
	color: #f3f7fd;
}

.testimonial .quote {
	color: rgba(176, 204, 236, 0.72);
}

.testimonial .reply {
	background: rgba(255, 255, 255, 0.025);
	border-color: rgba(176, 204, 236, 0.08);
}

.footer .brand-copy {
	max-width: 30rem;
}

.footer .footer-highlights span {
	background: rgba(255, 255, 255, 0.03);
	border-color: rgba(176, 204, 236, 0.1);
	color: #dce6f3;
}

.footer .footer-bottom,
.footer .nav li a,
.footer .brand-copy {
	color: #94a3ba;
}

@media (max-width: 991.98px) {
	.hero .content h1 {
		font-size: clamp(2.8rem, 13vw, 4.2rem);
	}
}

.announcement {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.85rem;
	padding: 0.65rem 1rem;
}

.announcement-label {
	padding: 0.35rem 0.6rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.announcement-text {
	color: inherit;
}

.product-page-shell {
	border-radius: 1.4rem;
	padding: 1.25rem;
	background: linear-gradient(180deg, rgba(9, 15, 23, 0.6) 0%, rgba(9, 15, 23, 0.15) 100%);
	border: 1px solid rgba(176, 204, 236, 0.08);
}

.product-media-shell,
.product-copy-shell,
.product-buy-shell,
.cart-summary-shell,
.cart-item-bg,
.reviews-hero-strip {
	background: linear-gradient(180deg, rgba(10, 16, 24, 0.92) 0%, rgba(7, 12, 19, 0.98) 100%);
	border: 1px solid rgba(176, 204, 236, 0.1);
	box-shadow: 0 24px 54px rgba(0, 0, 0, 0.26);
}

.product-media-shell,
.product-copy-shell,
.product-buy-shell,
.cart-summary-shell,
.reviews-hero-strip {
	border-radius: 1.2rem;
}

.product-media-shell,
.product-copy-shell,
.product-buy-shell {
	padding: 1.15rem;
}

.product-media-label,
.cart-summary-intro .eyebrow {
	display: inline-flex;
	align-items: center;
	margin-bottom: 0.9rem;
	color: #cfdcf0;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.product-media-label::before,
.cart-summary-intro .eyebrow::before {
	content: '';
	width: 28px;
	height: 1px;
	margin-right: 0.65rem;
	background: rgba(var(--cl-accent-rgb), 0.9);
}

.product-meta-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 0.9rem;
}

.product-back-link,
.product-category-pill {
	display: inline-flex;
	align-items: center;
	min-height: 2.25rem;
	padding: 0.45rem 0.8rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.035);
	border: 1px solid rgba(176, 204, 236, 0.1);
	color: #dce7f6;
	text-decoration: none;
}

.product-lead {
	max-width: 42rem;
	margin: 0.8rem 0 1.25rem;
	color: #b7c6da;
	line-height: 1.8;
}

.product-stats-shell {
	padding: 1rem;
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(176, 204, 236, 0.08);
}

.price-stock-shell {
	padding: 1rem 1.1rem;
	border-radius: 1rem;
	background: rgba(var(--cl-accent-rgb), 0.08);
	border: 1px solid rgba(var(--cl-accent-rgb), 0.16);
}

.purchase-panel-shell {
	margin-top: 1rem;
}

.variants {
	gap: 0.9rem;
}

.variants .variant {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 1rem;
	width: 100%;
	padding: 1rem;
	border: 1px solid rgba(176, 204, 236, 0.1);
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.03);
	color: #eef4fb;
	box-shadow: none;
}

.variants .variant.active {
	background: rgba(var(--cl-accent-rgb), 0.08);
	border-color: rgba(var(--cl-accent-rgb), 0.3);
}

.variants .variant .name {
	margin-bottom: 0.2rem;
	font-weight: 700;
}

.variants .variant .description,
.variants .variant .stock {
	margin-bottom: 0;
}

.variants .variant .price {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	font-weight: 700;
}

.input-group.input-group col-4 {
	width: 100%;
}

.input-group {
	overflow: hidden;
	border-radius: 1rem;
}

.input-group-btn,
.cart-qty-btn {
	min-width: 3rem;
}

.volume-discount-note {
	background: rgba(var(--cl-accent-rgb), 0.06) !important;
	border-color: rgba(var(--cl-accent-rgb), 0.16) !important;
}

.addon-shell .addon-item {
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(176, 204, 236, 0.08);
}

.buy-buttons .btn {
	min-height: 3.4rem;
}

.purchase-assurance-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.9rem;
}

.purchase-assurance-grid div {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	padding: 0.95rem;
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(176, 204, 236, 0.08);
}

.purchase-assurance-grid strong {
	color: #eef4fb;
}

.purchase-assurance-grid span {
	color: #9eb0c7;
	font-size: 0.92rem;
	line-height: 1.6;
}

.cart-empty-state,
.cart-item-bg,
.cart-summary-shell {
	border-color: rgba(176, 204, 236, 0.1) !important;
	border-radius: 1.1rem !important;
}

.cart-item-bg {
	background: linear-gradient(180deg, rgba(10, 16, 24, 0.9) 0%, rgba(7, 12, 19, 0.98) 100%) !important;
}

.cart-summary-shell {
	position: sticky;
	top: 7rem;
}

.cart-summary-points {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.cart-summary-points span {
	padding: 0.45rem 0.7rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(176, 204, 236, 0.08);
	color: #d9e5f4;
	font-size: 0.82rem;
	font-weight: 600;
}

.reviews-hero-strip {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	padding: 1rem 1.15rem;
}

.reviews-hero-strip div {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
}

.reviews-hero-strip strong {
	color: #ffffff;
	font-size: 1.5rem;
}

.reviews-hero-strip span {
	color: #9fb0c7;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 0.72rem;
}

.filter-shell-header {
	margin-bottom: 1.25rem;
}

.filter-shell-header .eyebrow {
	display: inline-flex;
	margin-bottom: 0.7rem;
	color: #d7e3f2;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.results-shell {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	padding: 0.9rem 1rem;
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(176, 204, 236, 0.08);
}

.results-shell strong {
	color: #ffffff;
	font-size: 1.1rem;
}

.results-shell span {
	color: #9fb0c7;
}

@media (max-width: 991.98px) {
	.product-page-shell {
		padding: 0.75rem;
	}

	.cart-summary-shell {
		position: static;
	}

	.purchase-assurance-grid,
	.reviews-hero-strip {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767.98px) {
	.container {
		padding-left: 0.9rem;
		padding-right: 0.9rem;
	}

	.py-20 {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	.section-title h1,
	.section-title h2 {
		font-size: clamp(1.65rem, 7vw, 2.3rem);
	}

	.section-subtitle {
		margin-bottom: 1.25rem;
	}

	.section-subtitle p {
		font-size: 0.92rem;
		line-height: 1.6;
	}

	.hero {
		padding-top: 5.6rem;
		padding-bottom: 2.5rem;
	}

	.hero .hero-panel {
		padding: 1.2rem;
	}

	.hero .content h1 {
		font-size: clamp(2rem, 11vw, 3rem);
	}

	.hero .content p {
		font-size: 0.92rem;
		line-height: 1.65;
		margin-bottom: 1rem;
	}

	.hero .hero-actions {
		gap: 0.55rem;
		margin-bottom: 1.25rem;
	}

	.hero .hero-actions .btn {
		width: 100%;
	}

	.products {
		--bs-gutter-x: 0.7rem;
	}

	.products > [class*='col-'] {
		margin-bottom: 0.7rem !important;
	}

	.products .card {
		border-radius: 0.95rem !important;
	}

	.products .card .card-img-top {
		min-height: 132px;
	}

	.products .card .card-img-top .overlay {
		padding: 0.55rem;
	}

	.products .card .card-img-top .overlay .btn {
		width: auto;
		min-height: 2.15rem;
		padding: 0.4rem 0.55rem;
		font-size: 0.82rem;
	}

	.products .card .card-img-top .badges {
		top: 0.45rem;
		left: 0.45rem;
		right: 0.45rem;
		gap: 0.25rem;
	}

	.products .card .card-img-top .badges div {
		padding: 0.22rem 0.45rem;
		font-size: 0.62rem;
	}

	.products .card .card-body {
		gap: 0.35rem;
		padding: 0.75rem;
	}

	.products .card .info {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.15rem;
		font-size: 0.8rem;
	}

	.products .card .info .price,
	.products .card .info .text-primary {
		white-space: normal;
	}

	.products .card .card-title {
		font-size: 1.03rem;
		line-height: 1.3;
	}

	.product-page-shell,
	.product-media-shell,
	.product-copy-shell,
	.product-buy-shell,
	.cart-summary-shell,
	.reviews-hero-strip {
		border-radius: 0.95rem;
	}

	.product-media-shell,
	.product-copy-shell,
	.product-buy-shell {
		padding: 0.85rem;
	}

	.product-meta-row {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.5rem;
	}

	.product-lead {
		font-size: 0.92rem;
		line-height: 1.65;
	}

	.variants .variant {
		grid-template-columns: 1fr;
		gap: 0.45rem;
		padding: 0.8rem;
	}

	.variants .variant .price {
		align-items: flex-start;
	}

	.buy-buttons {
		position: sticky;
		bottom: 0;
		z-index: 20;
		padding: 0.6rem;
		margin: 1rem -0.35rem 0;
		background: rgba(6, 11, 17, 0.92);
		border: 1px solid rgba(176, 204, 236, 0.12);
		border-radius: 0.95rem;
		backdrop-filter: blur(10px);
	}

	.buy-buttons .col {
		width: 100%;
	}

	.buy-buttons .btn {
		min-height: 3rem;
		font-size: 0.94rem;
	}

	.cart-item-bg {
		padding: 0.4rem;
	}

	.cart-controls {
		gap: 0.7rem !important;
	}

	.cart-quantity-controls {
		width: 100%;
		max-width: 160px;
	}

	.cart-qty-input {
		min-width: 42px;
		padding-left: 0;
		padding-right: 0;
	}

	.cart-price-text {
		font-size: 0.96rem;
	}

	.cart-summary-shell .btn,
	.filter-shell .btn,
	.results-shell,
	.reviews-hero-strip {
		min-height: 2.9rem;
	}

	.announcement {
		flex-wrap: wrap;
		justify-content: center;
		gap: 0.45rem;
	}

	.announcement-label {
		font-size: 0.62rem;
	}

	.footer .footer-panel {
		padding-top: 2.5rem;
	}
}

@media (max-width: 420px) {
	.products {
		--bs-gutter-x: 0.55rem;
	}

	.products .card .card-title {
		font-size: 0.95rem;
	}

	.products .card .info {
		font-size: 0.74rem;
	}

	.products .card .card-img-top {
		min-height: 116px;
	}
}
