/**
 * Category hub — matches homepage “Shop by store” + retailer FAQ polish.
 */

.wpv-category-hub-main {
	padding-bottom: clamp(2.5rem, 6vw, 4rem);
}

.wpv-category-shell {
	max-width: min(1180px, 100%);
	margin: 0 auto;
	padding: 0 clamp(1rem, 3vw, 1.75rem);
}

.wpv-section--category-hub {
	margin-top: clamp(0.5rem, 2vw, 1.25rem);
	margin-bottom: clamp(2rem, 5vw, 3rem);
	padding: clamp(1.5rem, 4vw, 2.5rem);
	background: linear-gradient(165deg, #f8fbff 0%, #ffffff 48%, #f4f7fa 100%);
	border: 1px solid var(--wpv-border-soft, #e8ecf0);
	border-radius: calc(var(--wpv-radius, 12px) + 4px);
	box-shadow: 0 12px 40px rgba(13, 71, 161, 0.06);
}

.wpv-section-head--category {
	margin-bottom: clamp(1.25rem, 3vw, 2rem);
	padding-bottom: 1.25rem;
	border-bottom: 1px solid var(--wpv-border-soft, #e8ecf0);
}

.wpv-category-hub__eyebrow {
	margin: 0 0 0.5rem;
	font-size: 0.78rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--wpv-primary, #1a73e8);
}

.wpv-category-hub__title {
	margin: 0 0 0.75rem;
	font-size: clamp(1.75rem, 4.2vw, 2.35rem);
	font-weight: 800;
	line-height: 1.12;
	color: var(--wpv-text, #212529);
	letter-spacing: -0.02em;
}

.wpv-category-hub__lead {
	margin: 0;
	max-width: 58ch;
	font-size: 1.05rem;
	line-height: 1.55;
	color: var(--wpv-muted, #5f6b7a);
}

.wpv-category-hub__section-title {
	margin: 0 0 1.15rem;
	font-size: clamp(1.15rem, 2.5vw, 1.4rem);
	font-weight: 700;
	color: var(--wpv-text, #212529);
}

/* Stats + trending — premium dashboard strip */
.wpv-category-insights {
	--wpv-insight-accent: #1a73e8;
	--wpv-insight-hot: #e65100;
	margin: 0 0 clamp(1.35rem, 3vw, 2.25rem);
	padding: clamp(1.1rem, 2.5vw, 1.5rem);
	background:
		radial-gradient(ellipse 120% 80% at 100% 0%, rgba(26, 115, 232, 0.09) 0%, transparent 55%),
		radial-gradient(ellipse 90% 70% at 0% 100%, rgba(230, 81, 0, 0.06) 0%, transparent 50%),
		linear-gradient(165deg, #ffffff 0%, #f6f9fc 48%, #eef4fb 100%);
	border: 1px solid rgba(26, 115, 232, 0.12);
	border-radius: calc(var(--wpv-radius, 12px) + 6px);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.9) inset,
		0 12px 40px rgba(13, 71, 161, 0.08),
		0 2px 8px rgba(0, 0, 0, 0.04);
	overflow: hidden;
	position: relative;
}

.wpv-category-insights::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--wpv-insight-accent), #42a5f5 45%, var(--wpv-insight-hot) 100%);
	opacity: 0.95;
}

.wpv-category-insights__stats-wrap {
	margin-bottom: 1.35rem;
	padding-bottom: 1.2rem;
	border-bottom: 1px dashed rgba(26, 115, 232, 0.18);
}

.wpv-category-insights__stats {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wpv-category-insights__stat {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.15rem;
	min-width: 7.5rem;
	padding: 0.85rem 1.15rem;
	background: #fff;
	border: 1px solid rgba(26, 115, 232, 0.14);
	border-radius: 14px;
	box-shadow: 0 4px 14px rgba(26, 115, 232, 0.06);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wpv-category-insights__stat:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 22px rgba(26, 115, 232, 0.12);
}

.wpv-category-insights__stat-num {
	font-size: clamp(1.5rem, 3vw, 1.85rem);
	font-weight: 800;
	line-height: 1;
	color: var(--wpv-insight-accent);
	letter-spacing: -0.03em;
}

.wpv-category-insights__stat-label {
	font-size: 0.72rem;
	font-weight: 700;
	color: #5f6b7a;
	text-transform: uppercase;
	letter-spacing: 0.07em;
}

.wpv-category-insights__trending {
	display: grid;
	gap: 1.5rem;
}

@media (min-width: 860px) {
	.wpv-category-insights__trending {
		grid-template-columns: 1fr 1fr;
		gap: 1.25rem 1.75rem;
		align-items: start;
	}

	.wpv-category-insights__col--brands {
		padding-right: 1.75rem;
		border-right: 1px solid rgba(26, 115, 232, 0.1);
	}

	.wpv-category-insights__col--offers {
		padding-left: 0.25rem;
	}
}

.wpv-category-insights__col {
	min-width: 0;
}

.wpv-category-insights__heading {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	margin: 0 0 0.35rem;
	font-size: 0.88rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #1a2b3c;
}

.wpv-category-insights__heading-icon {
	font-size: 1rem;
	line-height: 1;
	filter: saturate(1.1);
}

.wpv-category-trend-stores,
.wpv-category-trend-offers {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

.wpv-category-trend-stores__row:nth-child(1) .wpv-category-trend-stores__rank {
	background: linear-gradient(145deg, #ffd54f, #ffb300);
	color: #5d4200;
	box-shadow: 0 2px 8px rgba(255, 179, 0, 0.35);
}

.wpv-category-trend-offers__item:nth-child(1) .wpv-category-trend-offers__rank,
.wpv-category-trend-stores__row:nth-child(2) .wpv-category-trend-stores__rank {
	background: linear-gradient(145deg, #e3f2fd, #90caf9);
	color: #0d47a1;
}

.wpv-category-trend-stores__item,
.wpv-category-trend-offers__item {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	padding: 0.7rem 0.85rem;
	text-decoration: none;
	color: inherit;
	background: #fff;
	border: 1px solid #e4eaf2;
	border-radius: 14px;
	box-shadow: 0 2px 8px rgba(15, 35, 60, 0.04);
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease,
		transform 0.2s ease;
}

.wpv-category-trend-offers__item--code {
	border-left: 3px solid #2e7d32;
}

.wpv-category-trend-stores__item:hover,
.wpv-category-trend-offers__item:hover {
	border-color: rgba(26, 115, 232, 0.35);
	box-shadow: 0 10px 28px rgba(26, 115, 232, 0.12);
	transform: translateY(-2px);
}

.wpv-category-trend-stores__rank,
.wpv-category-trend-offers__rank {
	flex: 0 0 1.65rem;
	width: 1.65rem;
	height: 1.65rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.72rem;
	font-weight: 800;
	border-radius: 50%;
	background: #eceff3;
	color: #455a64;
}

.wpv-category-trend-stores__mark,
.wpv-category-trend-offers__mark {
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4px;
	background: #f8fafc;
	border: 1px solid #eef2f6;
	border-radius: 6px;
}

.wpv-category-trend-stores__mark .wpv-brand-logo img,
.wpv-category-trend-offers__mark .wpv-brand-logo img,
.wpv-category-trend-stores__mark .wpv-brand-swatch,
.wpv-category-trend-offers__mark .wpv-brand-swatch,
.wpv-category-trend-stores__mark .wpv-brand-mark,
.wpv-category-trend-offers__mark .wpv-brand-mark {
	border-radius: 5px;
}

.wpv-category-trend-stores__body,
.wpv-category-trend-offers__body {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
}

.wpv-category-trend-stores__name,
.wpv-category-trend-offers__brand {
	font-size: 0.94rem;
	font-weight: 800;
	color: #1a2b3c;
	letter-spacing: -0.01em;
}

.wpv-category-trend-offers__line {
	font-size: 0.8rem;
	line-height: 1.4;
	color: #5f6b7a;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.wpv-category-trend-stores__meta,
.wpv-category-trend-offers__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem 0.5rem;
	margin-top: 0.1rem;
}

.wpv-category-trend-stores__uses,
.wpv-category-trend-offers__uses {
	font-size: 0.7rem;
	font-weight: 600;
	color: #6b7c8f;
	padding: 0.12rem 0.45rem;
	background: #f1f5f9;
	border-radius: 6px;
}

.wpv-category-trend-stores__pct {
	font-size: 0.7rem;
	font-weight: 800;
	color: #1b5e20;
	padding: 0.12rem 0.5rem;
	background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
	border-radius: 6px;
}

.wpv-category-trend-offers__badge,
.wpv-category-trend-offers__pill {
	font-size: 0.65rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	padding: 0.15rem 0.5rem;
	border-radius: 6px;
}

.wpv-category-trend-offers__pill {
	background: #e3f2fd;
	color: #1565c0;
}

.wpv-category-trend-offers__pill--deal {
	background: #fff3e0;
	color: #e65100;
}

.wpv-category-trend-offers__badge {
	background: linear-gradient(135deg, #fff8e1, #ffecb3);
	color: #f57f17;
}

.wpv-category-trend-offers__cta {
	flex: 0 0 auto;
	font-size: 0.72rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--wpv-insight-accent);
	padding: 0.4rem 0.65rem;
	background: rgba(26, 115, 232, 0.08);
	border-radius: 8px;
	opacity: 0;
	transform: translateX(-4px);
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.wpv-category-trend-offers__item:hover .wpv-category-trend-offers__cta {
	opacity: 1;
	transform: translateX(0);
}

.wpv-category-hub__stores {
	margin-top: 0.25rem;
}

/* Reuse homepage premium store tiles inside category section */
.wpv-section--category-hub .wpv-store-grid--large.wpv-store-grid--dense {
	grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
	gap: 0.85rem 0.9rem;
}

@media (min-width: 700px) {
	.wpv-section--category-hub .wpv-store-grid--large.wpv-store-grid--dense {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.wpv-section--category-hub .wpv-store-grid--large.wpv-store-grid--dense {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

.wpv-section--category-hub .wpv-category-store-tile {
	min-height: 132px;
	padding: 1rem 0.75rem 0.85rem;
	border-radius: 14px;
	box-shadow: 0 6px 22px rgba(33, 37, 41, 0.07);
	border: 1px solid transparent;
	background: #fff;
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.wpv-section--category-hub .wpv-category-store-tile:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 32px rgba(13, 71, 161, 0.12);
	border-color: color-mix(in srgb, var(--wpv-primary, #1a73e8) 18%, transparent);
}

.wpv-section--category-hub .wpv-store-tile__brand .wpv-brand-logo img {
	width: 56px;
	height: 56px;
	object-fit: contain;
	border-radius: 6px;
	padding: 4px;
}

.wpv-section--category-hub .wpv-store-tile__brand .wpv-brand-swatch,
.wpv-section--category-hub .wpv-store-tile__brand .wpv-brand-swatch--initials {
	width: 56px;
	height: 56px;
	border-radius: 6px;
}

/* Override global 50% circle logos on category hub only */
.wpv-category-hub-main .wpv-brand-logo img,
.wpv-category-hub-main .wpv-brand-swatch {
	border-radius: 6px;
}

.wpv-category-hub-main .wpv-store-tile__brand .wpv-brand-logo img {
	border-radius: 6px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.wpv-category-store-tile__discount {
	display: inline-block;
	margin-top: 0.35rem;
	padding: 0.2rem 0.55rem;
	font-size: 0.7rem;
	font-weight: 800;
	line-height: 1.2;
	color: var(--wpv-primary-dark, #1557b0);
	background: color-mix(in srgb, var(--wpv-primary, #1a73e8) 10%, #ffffff);
	border-radius: 999px;
}

.wpv-category-store-tile__discount--muted {
	color: var(--wpv-muted, #6c757d);
	background: var(--wpv-surface, #f1f3f5);
	font-weight: 700;
}

.wpv-category-hub__seo-copy {
	margin-bottom: clamp(2rem, 5vw, 2.75rem);
	padding: clamp(1.35rem, 3vw, 1.85rem);
	background: #ffffff;
	border: 1px solid var(--wpv-border, #dee2e6);
	border-radius: var(--wpv-radius, 12px);
	font-size: 0.96rem;
	line-height: 1.68;
	color: var(--wpv-muted, #5f6b7a);
	box-shadow: 0 4px 18px rgba(33, 37, 41, 0.04);
}

.wpv-category-hub__seo-copy p {
	margin: 0 0 1rem;
}

.wpv-category-hub__seo-copy p:last-child {
	margin-bottom: 0;
}

.wpv-category-hub__faq {
	margin-top: 0;
	padding-top: 0.5rem;
}

/* Category FAQ accordion (Tailwind-equivalent surface utilities on markup) */
.wpv-category-faq {
	margin-top: clamp(2rem, 4vw, 3rem);
	padding-top: clamp(1.5rem, 3vw, 2.25rem);
	border-top: 1px solid #e8edf2;
}

.wpv-category-faq__title {
	margin: 0 0 1.25rem;
	font-size: clamp(1.2rem, 2.4vw, 1.45rem);
	font-weight: 700;
	line-height: 1.3;
	color: #0f172a;
	letter-spacing: -0.02em;
}

.wpv-category-faq__accordion.bg-white {
	background: #fff;
}

.wpv-category-faq__accordion.rounded-xl {
	border-radius: 0.75rem;
}

.wpv-category-faq__accordion.border {
	border: 1px solid #f3f4f6;
}

.wpv-category-faq__accordion.shadow-sm {
	box-shadow: 0 1px 2px 0 rgb(15 23 42 / 0.06);
}

.wpv-category-faq__accordion.p-6 {
	padding: 1.5rem;
}

.wpv-category-faq__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.wpv-category-faq__item {
	border-bottom: 1px solid #f3f4f6;
}

.wpv-category-faq__item:last-child {
	border-bottom: none;
}

.wpv-category-faq__question {
	margin: 0;
	font-size: inherit;
	font-weight: inherit;
}

.wpv-category-faq__trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	width: 100%;
	margin: 0;
	padding: 1rem 1.15rem;
	border: 0;
	border-radius: 0;
	background: #fff;
	color: #0f172a;
	font-family: inherit;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.45;
	text-align: left;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	transition:
		background-color 0.2s ease,
		color 0.2s ease,
		box-shadow 0.2s ease;
}

/* Override theme/GP global button:hover (often white text on blue) */
.wpv-category-faq__trigger:hover,
.wpv-category-faq__trigger:focus-visible,
.wpv-category-faq__trigger:active {
	background: #eff6ff;
	color: #0f172a;
	outline: none;
	box-shadow: inset 0 0 0 1px #bfdbfe;
}

.wpv-category-faq__trigger:focus-visible {
	box-shadow: inset 0 0 0 2px #2563eb;
}

.wpv-category-faq__item.is-open > .wpv-category-faq__question > .wpv-category-faq__trigger {
	background: rgb(249 250 251 / 0.8);
	color: #0f172a;
	box-shadow: inset 3px 0 0 #2563eb;
}

.wpv-category-faq__item.is-open > .wpv-category-faq__question > .wpv-category-faq__trigger:hover,
.wpv-category-faq__item.is-open > .wpv-category-faq__question > .wpv-category-faq__trigger:focus-visible {
	background: #eff6ff;
	color: #0f172a;
}

.wpv-category-faq__question-text {
	flex: 1 1 auto;
	min-width: 0;
	color: inherit;
}

.wpv-category-faq__trigger:hover .wpv-category-faq__question-text,
.wpv-category-faq__trigger:focus-visible .wpv-category-faq__question-text,
.wpv-category-faq__trigger:active .wpv-category-faq__question-text {
	color: #0f172a;
}

.wpv-category-faq__chevron {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #475569;
	transform: rotate(0deg);
	transition:
		transform 0.3s ease-in-out,
		color 0.2s ease;
}

.wpv-category-faq__chevron.rotate-180,
.wpv-category-faq__chevron.is-rotated {
	transform: rotate(180deg);
}

.wpv-category-faq__trigger:hover .wpv-category-faq__chevron,
.wpv-category-faq__trigger:focus-visible .wpv-category-faq__chevron {
	color: #2563eb;
}

.wpv-category-faq__item.is-open .wpv-category-faq__chevron {
	color: #2563eb;
}

.wpv-category-faq__panel.max-h-0 {
	max-height: 0;
}

.wpv-category-faq__panel.overflow-hidden {
	overflow: hidden;
}

.wpv-category-faq__panel.transition-all {
	transition-property: max-height;
	transition-duration: 300ms;
}

.wpv-category-faq__panel.ease-in-out {
	transition-timing-function: ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.wpv-category-faq__panel.transition-all {
		transition: none;
	}

	.wpv-category-faq__chevron {
		transition: none;
	}
}

.wpv-category-faq__panel-inner {
	padding: 0 1.15rem 1.1rem;
}

.wpv-category-faq__answer {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.65;
	color: #475569;
}

/* Beat GeneratePress / WP global `button:hover { color: #fff }` */
.wpv-category-faq .wpv-category-faq__trigger,
.wpv-category-faq .wpv-category-faq__trigger:hover,
.wpv-category-faq .wpv-category-faq__trigger:focus,
.wpv-category-faq .wpv-category-faq__trigger:focus-visible,
.wpv-category-faq .wpv-category-faq__trigger:active {
	color: #0f172a;
}

.wpv-category-hub-page .site-content {
	padding-top: 0;
}

.wpv-category-hub-page .wpv-breadcrumb-bar {
	margin-bottom: 0.5rem;
}

.wpv-category-subnav {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem 0.55rem;
	margin: 0 0 1.35rem;
}

.wpv-category-subnav__pill {
	display: inline-flex;
	align-items: center;
	padding: 0.38rem 0.75rem;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 700;
	text-decoration: none;
	color: var(--wpv-primary-dark, #0d47a1);
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid rgba(26, 115, 232, 0.18);
	transition: background 0.15s ease, border-color 0.15s ease;
}

.wpv-category-subnav__pill:hover {
	background: rgba(26, 115, 232, 0.08);
	border-color: rgba(26, 115, 232, 0.35);
}

.wpv-category-subnav__pill.is-active {
	background: var(--wpv-primary, #1a73e8);
	border-color: var(--wpv-primary, #1a73e8);
	color: #fff;
}

.wpv-category-subnav__pill--all {
	background: rgba(26, 115, 232, 0.08);
}

/* Category + brand filter hub (/category/{cat}/{brand}/) */
.wpv-category-brand-hub-main {
	padding-bottom: 2.5rem;
}

.wpv-category-brand-shell {
	max-width: 1120px;
	margin: 0 auto;
}

.wpv-category-brand-hero__eyebrow {
	margin: 0 0 0.5rem;
	font-size: 0.875rem;
	color: #64748b;
}

.wpv-category-brand-hero__eyebrow a {
	color: #2563eb;
	text-decoration: none;
	font-weight: 600;
}

.wpv-category-brand-hero__eyebrow a:hover {
	text-decoration: underline;
}

.wpv-category-brand-hub__offers-title {
	margin: 0 0 1.25rem;
	font-size: 1.2rem;
	font-weight: 700;
	color: #0f172a;
}

.wpv-retailer-vcard__brand-mark {
	padding: 0.65rem 1rem 0;
}

.wpv-retailer-vcard__brand-mark .wpv-brand-logo img,
.wpv-retailer-vcard__brand-mark .wpv-brand-swatch {
	width: 48px;
	height: 48px;
}

.wpv-category-brand-hub__store-cta {
	margin-top: 1.5rem;
	text-align: center;
}

.wpv-category-brand-hub-page .site-content {
	padding-top: 0;
}

/* Empty category — no retailers listed yet */
.wpv-category-empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	max-width: 36rem;
	margin: clamp(1.5rem, 4vw, 2.5rem) auto 0;
	padding: clamp(2rem, 5vw, 2.75rem) clamp(1.25rem, 4vw, 2rem);
	background:
		radial-gradient(ellipse 100% 80% at 50% 0%, rgba(26, 115, 232, 0.08) 0%, transparent 60%),
		linear-gradient(165deg, #ffffff 0%, #f6f9fc 100%);
	border: 1px dashed rgba(26, 115, 232, 0.22);
	border-radius: calc(var(--wpv-radius, 12px) + 6px);
	box-shadow: 0 8px 28px rgba(13, 71, 161, 0.06);
}

.wpv-category-empty__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4.5rem;
	height: 4.5rem;
	margin-bottom: 1rem;
	color: var(--wpv-primary, #1a73e8);
	background: rgba(26, 115, 232, 0.1);
	border-radius: 50%;
}

.wpv-category-empty__title {
	margin: 0 0 0.75rem;
	font-size: clamp(1.2rem, 2.8vw, 1.45rem);
	font-weight: 700;
	color: var(--wpv-text, #212529);
}

.wpv-category-empty__text {
	margin: 0 0 1.35rem;
	max-width: 42ch;
	font-size: 1rem;
	line-height: 1.6;
	color: var(--wpv-muted, #5f6b7a);
}

.wpv-category-empty__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.65rem 1.35rem;
	font-size: 0.95rem;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	background: linear-gradient(135deg, #1a73e8 0%, #1557b0 100%);
	border-radius: 999px;
	box-shadow: 0 4px 14px rgba(26, 115, 232, 0.28);
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.wpv-category-empty__cta:hover,
.wpv-category-empty__cta:focus-visible {
	color: #fff;
	transform: translateY(-1px);
	box-shadow: 0 6px 18px rgba(26, 115, 232, 0.34);
}
