/* AnimaLabs public site — design v2 */
:root {
	--al-teal: #12a89d;
	--al-teal-dark: #0f958b;
	--al-teal-soft: #e8f7f5;
	--al-ink: #1a2221;
	--al-muted: #6a7472;
	--al-line: #e8eeee;
	--al-white: #ffffff;
	--al-radius-pill: 999px;
	--al-shadow: 0 16px 36px rgba(20, 32, 31, 0.08);
	--al-font: "Figtree", "Segoe UI", sans-serif;
	--al-display: "Outfit", "Figtree", sans-serif;
}

body.site-v2 {
	font-family: var(--al-font);
	color: var(--al-ink);
	background: var(--al-white) !important;
}

body.site-v2 .sticky {
	position: static !important;
}

body.site-v2 .header-main,
body.site-v2 .horizontal-header,
body.site-v2 .horizontal-main {
	display: none !important;
}

/* Keep page sections below sticky chrome / dropdowns */
body.site-v2 .banner-1,
body.site-v2 .cover-image,
body.site-v2 .bg-background2,
body.site-v2 .sptb,
body.site-v2 section {
	position: relative;
	z-index: 1;
}

/* Inner pages used absolute overlay header — normalize for in-flow sticky chrome */
body.site-v2-inner .banner-1,
body.site-v2-inner .bg-background2 {
	margin-top: 0 !important;
}

body.site-v2-inner .banner-1.sptb-2,
body.site-v2-inner .banner-1.sptb-tab {
	padding-top: 0px !important;
	padding-bottom: 2.5rem !important;
	min-height: 0 !important;
	height: 330px !important;
}

body.site-v2-inner .banner-1 .header-text {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

body.site-v2-inner .banner-1 .header-text .container {
	padding-top: 0.5rem !important;
}

body.site-v2-inner .banner-1 h1,
body.site-v2-inner .banner-1 .h11 {
	margin-top: 0 !important;
}

body.site-v2-inner .horizontal-main,
body.site-v2-inner .header-absolute {
	display: none !important;
}

/* —— Fixed chrome: header stays visible on scroll —— */
.alv2-chrome {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1100;
	background: var(--al-white);
	box-shadow: 0 1px 0 rgba(20, 32, 31, 0.06);
	overflow: visible !important;
}

.alv2-chrome.is-scrolled {
	box-shadow: 0 10px 28px rgba(20, 32, 31, 0.1);
}

.alv2-chrome-spacer {
	width: 100%;
	pointer-events: none;
}

/* —— Header: logo | nav | My account —— */
.alv2-header {
	background: var(--al-white);
	border-bottom: 1px solid var(--al-line);
	position: relative;
	z-index: 2;
	overflow: visible !important;
}

.alv2-header__inner {
	max-width: 1260px;
	margin: 0 auto;
	padding: 16px 28px;
	display: flex;
	align-items: center;
	gap: 24px;
}

.alv2-logo {
	display: flex;
	align-items: center;
	text-decoration: none !important;
	flex-shrink: 0;
}

.alv2-logo img {
	height: 44px;
	width: auto;
	max-width: 220px;
}

@media (max-width: 991px) {
	.alv2-logo img {
		height: 31px; /* ~30% smaller on mobile */
		max-width: 154px;
	}
}

.alv2-account {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: var(--al-teal) !important;
	color: #fff !important;
	border-radius: var(--al-radius-pill);
	padding: 10px 18px;
	font-weight: 700;
	font-size: 14px;
	text-decoration: none !important;
	border: none;
	flex-shrink: 0;
	transition: background 0.2s ease;
}

.alv2-account:hover {
	background: var(--al-teal-dark) !important;
	color: #fff !important;
	text-decoration: none !important;
}

.alv2-cart,
.alv2-search-btn {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 1px solid var(--al-line);
	background: #fff;
	color: var(--al-teal);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	flex-shrink: 0;
	padding: 0;
	font-size: 16px;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.alv2-cart:hover,
.alv2-search-btn:hover {
	background: var(--al-teal-soft);
	border-color: rgba(18, 168, 157, 0.35);
	color: var(--al-teal-dark);
}

.alv2-header__inner > .alv2-search-btn {
	margin-left: 4px;
}

.alv2-nav-wrap {
	margin-left: auto;
	overflow: visible !important;
}

.alv2-header__inner > .alv2-account {
	margin-left: 4px;
	flex-shrink: 0;
}

.alv2-nav {
	display: flex;
	align-items: center;
	gap: 26px;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: visible !important;
}

.alv2-nav > li {
	position: relative;
	overflow: visible !important;
}

.alv2-nav > li > a {
	color: var(--al-ink) !important;
	text-decoration: none !important;
	font-weight: 600;
	font-size: 17px;
	padding: 18px 0;
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.alv2-nav > li > a:hover,
.alv2-nav > li > a.is-active {
	color: var(--al-teal) !important;
}

.alv2-nav .alv2-caret {
	font-size: 11px;
	opacity: 0.65;
}

.alv2-submenu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 210px;
	padding: 10px 0 0;
	margin: 0;
	list-style: none;
	z-index: 1200;
	background: transparent;
	border: none;
	box-shadow: none;
}

.alv2-submenu::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 10px;
}

.alv2-nav > li:hover > .alv2-submenu,
.alv2-nav > li:focus-within > .alv2-submenu {
	display: block;
}

.alv2-submenu li {
	background: var(--al-white);
	border-left: 1px solid var(--al-line);
	border-right: 1px solid var(--al-line);
}

.alv2-submenu li:first-child {
	border-top: 1px solid var(--al-line);
	border-radius: 12px 12px 0 0;
	padding-top: 6px;
}

.alv2-submenu li:last-child {
	border-bottom: 1px solid var(--al-line);
	border-radius: 0 0 12px 12px;
	padding-bottom: 6px;
	box-shadow: var(--al-shadow);
}

.alv2-submenu li:only-child {
	border-radius: 12px;
	padding: 6px 0;
}

.alv2-submenu a {
	display: block;
	padding: 10px 14px;
	border-radius: 8px;
	margin: 0 6px;
	color: var(--al-ink) !important;
	text-decoration: none !important;
	font-weight: 500;
	font-size: 14px;
}

.alv2-submenu a:hover {
	background: var(--al-teal-soft);
	color: var(--al-teal-dark) !important;
}

.alv2-menu-toggle {
	display: none;
	width: 42px;
	height: 42px;
	border-radius: 10px;
	border: 1px solid var(--al-line);
	background: #fff;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	flex-shrink: 0;
	padding: 0;
	position: relative;
	z-index: 13010;
}

.alv2-menu-toggle span,
.alv2-menu-toggle span:before,
.alv2-menu-toggle span:after {
	display: block;
	width: 18px;
	height: 2px;
	background: var(--al-ink);
	position: relative;
	transition: transform 0.2s ease, top 0.2s ease, background 0.2s ease;
}

.alv2-menu-toggle span:before,
.alv2-menu-toggle span:after {
	content: "";
	position: absolute;
	left: 0;
}

.alv2-menu-toggle span:before { top: -6px; }
.alv2-menu-toggle span:after { top: 6px; }

.alv2-menu-toggle.is-active span {
	background: transparent;
}
.alv2-menu-toggle.is-active span:before {
	top: 0;
	transform: rotate(45deg);
}
.alv2-menu-toggle.is-active span:after {
	top: 0;
	transform: rotate(-45deg);
}

/* Left mobile menu drawer */
.alv2-navdrawer[hidden] {
	display: none !important;
}

.alv2-navdrawer {
	position: fixed;
	inset: 0;
	z-index: 13000;
}

.alv2-navdrawer__backdrop {
	appearance: none;
	-webkit-appearance: none;
	border: 0;
	padding: 0;
	margin: 0;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: rgba(16, 28, 27, 0.45);
	cursor: pointer;
}

.alv2-navdrawer__panel {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: min(320px, 86vw);
	background: #fff;
	box-shadow: 16px 0 40px rgba(16, 28, 27, 0.18);
	display: flex;
	flex-direction: column;
	animation: alv2-nav-slide 0.24s ease;
}

.alv2-navdrawer__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 16px 18px;
	border-bottom: 1px solid var(--al-line);
}

.alv2-navdrawer__logo img {
	height: 32px;
	width: auto;
	display: block;
}

.alv2-navdrawer__close {
	appearance: none;
	-webkit-appearance: none;
	width: 36px;
	height: 36px;
	border: 1px solid var(--al-line);
	border-radius: 10px;
	background: #fff;
	color: var(--al-ink);
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
}

.alv2-navdrawer__nav {
	flex: 1 1 auto;
	overflow: auto;
	padding: 10px 12px 18px;
	-webkit-overflow-scrolling: touch;
}

.alv2-navdrawer__nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.alv2-navdrawer__nav > ul > li > a,
.alv2-navdrawer__parent {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 14px 12px;
	border: 0;
	border-radius: 12px;
	background: transparent;
	color: var(--al-ink) !important;
	font-family: var(--al-display);
	font-size: 1.05rem;
	font-weight: 700;
	text-align: left;
	text-decoration: none !important;
	cursor: pointer;
}

.alv2-navdrawer__nav > ul > li > a.is-active,
.alv2-navdrawer__nav > ul > li > a:hover,
.alv2-navdrawer__parent:hover {
	background: var(--al-teal-soft);
	color: var(--al-teal-dark) !important;
}

.alv2-navdrawer__sub {
	display: none;
	padding: 0 0 8px 8px;
}

.alv2-navdrawer__nav li.has-sub.is-open > .alv2-navdrawer__sub {
	display: block;
}

.alv2-navdrawer__nav li.has-sub.is-open > .alv2-navdrawer__parent i {
	transform: rotate(180deg);
}

.alv2-navdrawer__sub a {
	display: block;
	padding: 10px 12px;
	border-radius: 10px;
	color: var(--al-muted) !important;
	text-decoration: none !important;
	font-weight: 600;
	font-size: 0.95rem;
}

.alv2-navdrawer__sub a:hover {
	background: #f3f8f7;
	color: var(--al-teal-dark) !important;
}

.alv2-navdrawer__foot {
	padding: 16px 18px 22px;
	border-top: 1px solid var(--al-line);
}

.alv2-navdrawer__account {
	width: 100%;
	justify-content: center;
}

html.alv2-nav-open,
html.alv2-nav-open body {
	overflow: hidden;
}

@keyframes alv2-nav-slide {
	from { transform: translateX(-100%); }
	to { transform: translateX(0); }
}

/* —— Hero —— */
.alv2-hero {
	position: relative;
	min-height: calc(100vh - 118px);
	display: flex;
	align-items: stretch;
	overflow: hidden;
	background: #eef4f3;
}

.alv2-hero__bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: 72% center;
	animation: alv2-hero-zoom 20s ease-out forwards;
}

.alv2-hero__shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0.96) 0%,
		rgba(255, 255, 255, 0.88) 28%,
		rgba(255, 255, 255, 0.35) 52%,
		rgba(255, 255, 255, 0.05) 72%,
		rgba(255, 255, 255, 0) 100%
	);
}

.alv2-hero__dna {
	position: absolute;
	left: 34%;
	top: 18%;
	width: 56px;
	height: 55%;
	opacity: 0.22;
	pointer-events: none;
	background-image: radial-gradient(circle, var(--al-teal) 2.5px, transparent 3px);
	background-size: 24px 28px;
	background-position: 0 0;
}

.alv2-hero__inner {
	position: relative;
	z-index: 2;
	max-width: 1260px;
	width: 100%;
	margin: 0 auto;
	padding: 64px 28px 48px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: calc(100vh - 118px);
}

.alv2-hero__content {
	max-width: 640px;
	padding-top: 24px;
}

.alv2-badge {
	display: inline-flex;
	align-items: center;
	padding: 8px 14px;
	border-radius: var(--al-radius-pill);
	background: rgba(241, 245, 244, 0.95);
	border: 1px solid rgba(18, 168, 157, 0.12);
	color: var(--al-teal);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	margin-bottom: 26px;
	animation: alv2-fade-up 0.65s ease both;
}

.alv2-hero h1 {
	font-family: var(--al-display);
	font-size: clamp(3rem, 5.4vw, 4.6rem);
	line-height: 1.02;
	letter-spacing: -0.035em;
	font-weight: 800;
	color: var(--al-ink);
	margin: 0 0 20px;
	animation: alv2-fade-up 0.7s ease both 0.05s;
}

.alv2-hero h1 em {
	font-style: normal;
	color: var(--al-teal);
}

.alv2-hero__lead {
	font-size: clamp(1.05rem, 1.5vw, 1.22rem);
	line-height: 1.55;
	color: var(--al-muted);
	margin: 0 0 28px;
	max-width: 460px;
	animation: alv2-fade-up 0.7s ease both 0.1s;
}

.alv2-hero__lead strong {
	color: var(--al-ink);
	font-weight: 700;
}

.alv2-cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 0;
	animation: alv2-fade-up 0.7s ease both 0.16s;
}

.alv2-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border-radius: var(--al-radius-pill);
	padding: 13px 22px;
	font-weight: 700;
	font-size: 15px;
	text-decoration: none !important;
	transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.alv2-btn:hover {
	transform: translateY(-1px);
	text-decoration: none !important;
}

.alv2-btn--primary {
	background: var(--al-teal) !important;
	color: #fff !important;
	box-shadow: 0 10px 22px rgba(18, 168, 157, 0.25);
}

.alv2-btn--primary:hover {
	background: var(--al-teal-dark) !important;
	color: #fff !important;
}

.alv2-btn--ghost {
	background: rgba(255, 255, 255, 0.88) !important;
	color: var(--al-ink) !important;
	border: 1px solid rgba(26, 34, 33, 0.14);
}

.alv2-btn--ghost:hover {
	background: #fff !important;
	color: var(--al-ink) !important;
}

.alv2-props {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	max-width: 620px;
	padding-top: 48px;
	animation: alv2-fade-up 0.75s ease both 0.22s;
}

.alv2-prop {
	display: flex;
	gap: 10px;
	align-items: flex-start;
}

.alv2-prop__icon {
	width: 32px;
	height: 32px;
	border-radius: 9px;
	background: rgba(18, 168, 157, 0.12);
	color: var(--al-teal);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	font-size: 14px;
}

.alv2-prop strong {
	display: block;
	font-size: 14px;
	margin-bottom: 2px;
	color: var(--al-ink);
	font-weight: 700;
}

.alv2-prop span {
	display: block;
	font-size: 12px;
	line-height: 1.35;
	color: var(--al-muted);
}

/* —— Popular section (legacy mock cards kept optional) —— */
.alv2-popular {
	padding: 72px 28px 88px;
	background: #fff;
}

.alv2-wrap {
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 28px;
}

.alv2-section {
	padding: 72px 0;
	background: #fff;
}

.alv2-section--soft {
	background: linear-gradient(180deg, #f4fafa 0%, #ffffff 100%);
}

.alv2-section__head {
	text-align: center;
	margin-bottom: 36px;
}

.alv2-section__head--rule .alv2-section__title {
	display: inline-block;
	position: relative;
	padding-bottom: 14px;
}

.alv2-section__head--rule .alv2-section__title::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 54px;
	height: 4px;
	border-radius: 99px;
	background: var(--al-teal);
	transform: translateX(-50%);
}

.alv2-eyebrow {
	display: inline-block;
	color: var(--al-teal);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.alv2-section__title {
	font-family: var(--al-display);
	font-size: clamp(1.7rem, 2.8vw, 2.25rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	margin: 0;
	color: var(--al-ink);
}

.alv2-animals {
	padding-top: 64px;
	padding-bottom: 40px;
}

.alv2-animal-grid,
.alv2-popular-grid,
.alv2-blog-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.alv2-animal-card {
	position: relative;
	display: flex;
	flex-direction: column;
	border-radius: 22px;
	overflow: hidden;
	min-height: 0;
	text-decoration: none !important;
	background: #fff;
	border: 1px solid rgba(20, 32, 31, 0.06);
	box-shadow: 0 14px 34px rgba(20, 32, 31, 0.07);
	transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.alv2-animal-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 22px 42px rgba(20, 32, 31, 0.12);
	text-decoration: none !important;
}

.alv2-animal-card__media {
	display: block;
	height: 168px;
	background-size: cover;
	background-position: center;
	transition: transform 0.45s ease;
}

.alv2-animal-card:hover .alv2-animal-card__media {
	transform: scale(1.04);
	transform-origin: center top;
}

.alv2-animal-card__icon {
	position: relative;
	z-index: 2;
	width: 58px;
	height: 58px;
	margin: -29px auto 0;
	border-radius: 50%;
	background: #fff;
	border: 2px solid rgba(18, 168, 157, 0.55);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 18px rgba(20, 32, 31, 0.1);
	flex-shrink: 0;
}

.alv2-animal-card__icon img {
	width: 30px;
	height: 30px;
	object-fit: contain;
	display: block;
}

.alv2-animal-card__body {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 6px;
	padding: 14px 18px 22px;
}

.alv2-animal-card__body strong {
	font-family: var(--al-display);
	font-size: 1.2rem;
	font-weight: 800;
	color: var(--al-teal);
	letter-spacing: -0.01em;
}

.alv2-animal-card__body > span {
	color: var(--al-muted);
	font-size: 0.92rem;
	line-height: 1.35;
}

.alv2-animal-card__arrow {
	margin-top: 8px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: var(--al-teal-soft);
	color: var(--al-teal);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.alv2-animal-card__arrow i {
	font-size: 13px;
}

.alv2-animal-card:hover .alv2-animal-card__arrow {
	background: var(--al-teal);
	color: #fff;
	transform: translateX(2px);
}

.alv2-about {
	padding: 88px 0;
	background: linear-gradient(180deg, #eef8f7 0%, #f7fcfb 100%);
}

.alv2-about__grid {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 48px;
	align-items: center;
}

.alv2-about__copy .alv2-eyebrow {
	margin-bottom: 14px;
}

.alv2-about__title {
	font-family: var(--al-display);
	font-size: clamp(1.85rem, 3.2vw, 2.55rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.15;
	margin: 0;
	color: var(--al-ink);
	max-width: 14ch;
}

.alv2-about__title em {
	font-style: normal;
	color: var(--al-teal);
}

.alv2-about__copy p {
	color: var(--al-muted);
	font-size: 1.05rem;
	line-height: 1.65;
	margin: 18px 0 26px;
	max-width: 480px;
}

.alv2-about__feats {
	list-style: none;
	margin: 34px 0 0;
	padding: 0;
	display: grid;
	gap: 16px;
	max-width: 460px;
}

.alv2-about__feats li {
	display: flex;
	align-items: flex-start;
	gap: 14px;
}

.alv2-about__feat-icon {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid rgba(18, 168, 157, 0.22);
	color: var(--al-teal);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	box-shadow: 0 8px 18px rgba(18, 168, 157, 0.08);
}

.alv2-about__feat-icon i {
	font-size: 15px;
}

.alv2-about__feats strong {
	display: block;
	font-family: var(--al-display);
	font-size: 0.98rem;
	font-weight: 700;
	color: var(--al-ink);
	margin-bottom: 2px;
}

.alv2-about__feats span:last-child {
	color: var(--al-muted);
	font-size: 0.92rem;
	line-height: 1.4;
}

.alv2-about__visual {
	position: relative;
	width: min(100%, 460px);
	aspect-ratio: 1 / 1;
	margin: 0 auto;
}

.alv2-about__ring {
	position: absolute;
	border-radius: 50%;
	border: 1.5px dotted rgba(18, 168, 157, 0.45);
	pointer-events: none;
}

.alv2-about__ring--outer {
	inset: 2%;
	animation: alv2-spin 48s linear infinite;
}

.alv2-about__ring--mid {
	inset: 14%;
	border-color: rgba(18, 168, 157, 0.32);
	animation: alv2-spin 36s linear infinite reverse;
}

.alv2-about__dot {
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--al-teal);
	box-shadow: 0 0 0 4px rgba(18, 168, 157, 0.12);
	z-index: 3;
}

.alv2-about__dot--1 { top: 8%; right: 22%; }
.alv2-about__dot--2 { bottom: 18%; left: 10%; }
.alv2-about__dot--3 { top: 42%; right: 4%; }

.alv2-about__photo {
	position: absolute;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	box-shadow: 0 18px 40px rgba(20, 32, 31, 0.16);
	border: 5px solid #fff;
}

.alv2-about__photo--main {
	width: 62%;
	aspect-ratio: 1;
	top: 6%;
	left: 16%;
	z-index: 2;
}

.alv2-about__photo--lab {
	width: 34%;
	aspect-ratio: 1;
	left: 4%;
	bottom: 10%;
	z-index: 1;
}

.alv2-about__photo--person {
	width: 38%;
	aspect-ratio: 1;
	right: 2%;
	bottom: 8%;
	z-index: 2;
}

@keyframes alv2-spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
	.alv2-about__ring--outer,
	.alv2-about__ring--mid {
		animation: none;
	}
}

.alv2-popular-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 18px;
	min-height: 150px;
	padding: 22px;
	border-radius: 16px;
	background: #fff;
	border: 1px solid var(--al-line);
	text-decoration: none !important;
	box-shadow: var(--al-shadow);
	transition: transform 0.2s ease, border-color 0.2s ease;
}

.alv2-popular-item:hover {
	transform: translateY(-3px);
	border-color: rgba(18, 168, 157, 0.35);
	text-decoration: none !important;
}

.alv2-popular-item h3 {
	margin: 0;
	font-size: 1rem;
	line-height: 1.35;
	font-weight: 700;
	color: var(--al-ink);
	font-family: var(--al-display);
}

.alv2-popular-item__price {
	color: var(--al-teal);
	font-weight: 800;
	font-size: 1.05rem;
}

.alv2-blog-card {
	display: flex;
	flex-direction: column;
	border-radius: 16px;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--al-line);
	text-decoration: none !important;
	box-shadow: var(--al-shadow);
	transition: transform 0.25s ease;
	min-height: 280px;
}

.alv2-blog-card:hover {
	transform: translateY(-4px);
	text-decoration: none !important;
}

.alv2-blog-card__media {
	height: 150px;
	background-size: cover;
	background-position: center;
}

.alv2-blog-card__body {
	padding: 16px 18px 18px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex: 1;
}

.alv2-blog-card__meta {
	display: flex;
	gap: 12px;
	font-size: 12px;
	color: var(--al-teal);
	font-weight: 700;
}

.alv2-blog-card__body strong {
	color: var(--al-ink);
	font-size: 1rem;
	line-height: 1.35;
	font-family: var(--al-display);
}

/* —— Footer v2 —— */
.alv2-footer {
	background: #0f2422;
	color: rgba(255, 255, 255, 0.72);
	margin-top: 0;
}

.alv2-footer a {
	color: rgba(255, 255, 255, 0.78) !important;
	text-decoration: none !important;
}

.alv2-footer a:hover {
	color: #fff !important;
}

.alv2-footer__main {
	padding: 56px 0 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.alv2-footer__grid {
	display: grid;
	grid-template-columns: 1.3fr 0.9fr 1fr 1.2fr;
	gap: 32px;
}

.alv2-footer__brand img {
	height: 42px;
	width: auto;
	margin-bottom: 16px;
}

.alv2-footer__brand p {
	margin: 0 0 16px;
	color: rgba(255, 255, 255, 0.7);
}

.alv2-footer__social,
.alv2-footer__payments {
	display: flex;
	gap: 10px;
	list-style: none;
	margin: 0 0 16px;
	padding: 0;
}

.alv2-footer__social a {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.18);
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.alv2-footer__payments {
	font-size: 28px;
	opacity: 0.85;
	margin-bottom: 0;
}

.alv2-footer__col h6 {
	color: #fff;
	font-family: var(--al-display);
	font-size: 15px;
	font-weight: 700;
	margin: 0 0 16px;
}

.alv2-footer__col ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.alv2-footer__col li {
	margin-bottom: 10px;
}

.alv2-footer__col a {
	font-size: 14px;
}

.alv2-footer__contact li {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	font-size: 14px;
	line-height: 1.45;
}

.alv2-footer__contact i {
	color: var(--al-teal);
	margin-top: 3px;
	width: 16px;
}

.alv2-footer__bottom {
	padding: 18px 0;
	text-align: center;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.55);
}

.alv2-footer__bottom a {
	color: var(--al-teal) !important;
}

@keyframes alv2-fade-up {
	from {
		opacity: 0;
		transform: translateY(12px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes alv2-hero-zoom {
	from { transform: scale(1.05); }
	to { transform: scale(1.01); }
}

@media (max-width: 991px) {
	.alv2-menu-toggle {
		display: inline-flex;
	}

	.alv2-header__inner > .alv2-cart,
	.alv2-header__inner > .alv2-search-btn {
		display: none !important;
	}

	.alv2-nav-wrap--desktop {
		display: none !important;
	}

	.alv2-header__inner > .alv2-account {
		margin-left: auto;
	}

	.alv2-header__inner {
		position: relative;
		gap: 10px;
	}

	.alv2-hero {
		min-height: auto;
	}

	.alv2-hero__inner {
		min-height: auto;
		padding: 40px 20px 36px;
		gap: 40px;
	}

	.alv2-hero__bg {
		background-position: 70% center;
	}

	.alv2-hero__shade {
		background: linear-gradient(
			180deg,
			rgba(255, 255, 255, 0.94) 0%,
			rgba(255, 255, 255, 0.78) 55%,
			rgba(255, 255, 255, 0.4) 100%
		);
	}

	.alv2-hero__dna { display: none; }

	.alv2-props {
		grid-template-columns: 1fr;
		padding-top: 8px;
		max-width: none;
	}

	.alv2-animal-grid,
	.alv2-popular-grid,
	.alv2-blog-grid,
	.alv2-footer__grid {
		grid-template-columns: 1fr 1fr;
	}

	.alv2-about__grid {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.alv2-about__title {
		max-width: none;
	}

	.alv2-about__visual {
		width: min(100%, 400px);
		order: -1;
	}
}

@media (max-width: 640px) {
	.alv2-account span { display: none; }
	.alv2-account { padding: 10px 12px; }

	.alv2-hero h1 {
		font-size: 2.55rem;
	}

	.alv2-animal-grid,
	.alv2-popular-grid,
	.alv2-blog-grid,
	.alv2-footer__grid {
		grid-template-columns: 1fr;
	}

	.alv2-animal-card__media {
		height: 190px;
	}

	.alv2-wrap {
		padding: 0 20px;
	}
}

/* —— Floating cart + right cart drawer (modern theme) —— */
body.site-v2 .alv2-cart-root .demo_changer {
	top: 0 !important;
	bottom: 0 !important;
	min-height: 100% !important;
	height: 100% !important;
	z-index: 12000;
	font-family: var(--al-font);
}

/* Closed cart panel must not steal clicks from header (hamburger, etc.) */
body.site-v2 .alv2-cart-root .demo_changer:not(.active) {
	pointer-events: none;
}
body.site-v2 .alv2-cart-root .demo_changer:not(.active) .alv2-float-cart {
	pointer-events: auto;
}
body.site-v2 .alv2-cart-root .demo_changer.active {
	pointer-events: auto;
}

body.site-v2 .alv2-float-cart.demo-icon {
	appearance: none;
	-webkit-appearance: none;
	border: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 52px;
	height: 52px;
	line-height: 52px;
	border-radius: 16px 0 0 16px !important;
	background: var(--al-teal) !important;
	color: #fff !important;
	box-shadow: -6px 10px 28px rgba(18, 168, 157, 0.35);
	position: relative;
	top: 42vh;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.site-v2 .alv2-float-cart.demo-icon:hover {
	background: var(--al-teal-dark) !important;
	box-shadow: -8px 12px 32px rgba(18, 168, 157, 0.45);
	transform: translateX(-2px);
}

body.site-v2 .alv2-float-cart.demo-icon i {
	color: #fff !important;
	font-size: 20px !important;
	margin: 0 !important;
	line-height: 1;
}

body.site-v2 .alv2-cart-drawer.form_holder {
	width: 350px;
	max-width: 350px;
	height: 100% !important;
	min-height: 100vh !important;
	background: #fff;
	border: none;
	border-radius: 20px 0 0 20px;
	box-shadow: -18px 0 48px rgba(20, 32, 31, 0.16);
	overflow: hidden;
	vertical-align: top;
	position: relative;
	display: block !important;
	float: left;
}

body.site-v2 .alv2-cart-drawer__panel {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 100vh;
	background:
		radial-gradient(120% 60% at 100% 0%, rgba(18, 168, 157, 0.1), transparent 55%),
		#fff;
}

body.site-v2 .alv2-cart-drawer__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 22px 22px 16px;
	border-bottom: 1px solid var(--al-line);
	flex-shrink: 0;
}

body.site-v2 .alv2-cart-drawer__title {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

body.site-v2 .alv2-cart-drawer__icon {
	width: 40px;
	height: 40px;
	border-radius: 12px;
	background: var(--al-teal-soft);
	color: var(--al-teal);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

body.site-v2 .alv2-cart-drawer__icon i {
	color: var(--al-teal) !important;
	font-size: 16px !important;
	margin: 0 !important;
}

body.site-v2 .alv2-cart-drawer__title h4,
body.site-v2 .demo_changer .alv2-cart-drawer__title h4 {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	text-align: left !important;
	font-family: var(--al-display);
	font-size: 1.25rem !important;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: var(--al-ink) !important;
	text-transform: none;
}

body.site-v2 .alv2-cart-drawer__close {
	appearance: none;
	-webkit-appearance: none;
	width: 36px;
	height: 36px;
	border: 1px solid var(--al-line);
	border-radius: 10px;
	background: #fff;
	color: var(--al-ink);
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

body.site-v2 .alv2-cart-drawer__close:hover {
	background: var(--al-teal-soft);
	border-color: rgba(18, 168, 157, 0.35);
	color: var(--al-teal-dark);
}

body.site-v2 .alv2-cart-drawer__body {
	flex: 1 1 auto;
	overflow-y: auto;
	padding: 18px 22px 110px;
	-webkit-overflow-scrolling: touch;
}

body.site-v2 .alv2-cart-drawer__body .result {
	font-size: 14px;
	line-height: 1.55;
	color: var(--al-muted);
	min-height: 120px;
}

body.site-v2 .alv2-cart-drawer__body .result h4 {
	font-family: var(--al-display);
	font-size: 15px !important;
	font-weight: 700;
	color: var(--al-ink) !important;
	margin: 0 0 6px !important;
	padding: 0 !important;
	border: none !important;
	text-align: left !important;
	text-transform: none;
}

body.site-v2 .alv2-cart-drawer__body .result hr {
	border: none;
	border-top: 1px solid var(--al-line);
	margin: 14px 0;
}

body.site-v2 .alv2-cart-drawer__body .result img {
	border: none !important;
	height: 14px !important;
	width: 14px !important;
	margin: 0 !important;
	opacity: 0.7;
}

body.site-v2 .alv2-cart-drawer__foot {
	position: absolute !important;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100% !important;
	padding: 16px 22px 22px !important;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 28%);
	border-top: 1px solid var(--al-line);
	text-align: center;
}

body.site-v2 .alv2-cart-checkout {
	display: block;
	width: 100%;
	padding: 14px 18px;
	border-radius: 12px;
	background: var(--al-teal);
	color: #fff !important;
	font-family: var(--al-display);
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 0.01em;
	text-decoration: none !important;
	text-align: center;
	box-shadow: 0 10px 24px rgba(18, 168, 157, 0.28);
	transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

body.site-v2 .alv2-cart-checkout:hover {
	background: var(--al-teal-dark);
	color: #fff !important;
	transform: translateY(-1px);
	box-shadow: 0 14px 28px rgba(18, 168, 157, 0.34);
	text-decoration: none !important;
}

@media (max-width: 991px) {
	body.site-v2 .alv2-cart-drawer.form_holder {
		width: min(360px, calc(100vw - 48px)) !important;
		max-width: min(360px, calc(100vw - 48px)) !important;
		height: 100vh !important;
		height: 100dvh !important;
		min-height: 100vh !important;
		min-height: 100dvh !important;
		border-radius: 18px 0 0 18px;
	}

	body.site-v2 .alv2-cart-drawer__panel {
		min-height: 100vh;
		min-height: 100dvh;
	}

	body.site-v2 .alv2-float-cart.demo-icon {
		width: 46px;
		height: 46px;
		line-height: 46px;
		top: 55vh;
		border-radius: 14px 0 0 14px !important;
	}

	body.site-v2 .alv2-cart-drawer__body {
		padding-bottom: 120px;
	}
}

@media (max-width: 480px) {
	body.site-v2 .alv2-float-cart.demo-icon {
		width: 46px;
		height: 46px;
		line-height: 46px;
		top: 55vh;
	}

	body.site-v2 .alv2-cart-drawer.form_holder {
		width: calc(100vw - 46px) !important;
		max-width: calc(100vw - 46px) !important;
	}
}

/* —— Site search overlay —— */
html.alv2-search-open,
html.alv2-search-open body {
	overflow: hidden;
}

.alv2-search[hidden] {
	display: none !important;
}

.alv2-search {
	position: fixed;
	inset: 0;
	z-index: 13050;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 88px 20px 32px;
}

.alv2-search__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(16, 28, 27, 0.42);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	animation: alv2-search-fade 0.2s ease;
}

.alv2-search__panel {
	position: relative;
	z-index: 1;
	width: min(1120px, 100%);
	max-height: calc(100vh - 120px);
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 22px;
	box-shadow: 0 28px 64px rgba(16, 28, 27, 0.22);
	overflow: hidden;
	animation: alv2-search-pop 0.22s ease;
}

.alv2-search__bar {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 16px 18px;
	border-bottom: 1px solid var(--al-line);
	flex-shrink: 0;
}

.alv2-search__magnify {
	color: var(--al-teal);
	font-size: 18px;
	width: 28px;
	text-align: center;
	flex-shrink: 0;
}

.alv2-search__input {
	flex: 1 1 auto;
	border: 0;
	outline: none;
	box-shadow: none !important;
	font-family: var(--al-font);
	font-size: 1.05rem;
	color: var(--al-ink);
	background: transparent;
	min-width: 0;
	padding: 6px 0;
}

.alv2-search__input::placeholder {
	color: #9aa5a3;
}

.alv2-search__esc {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	color: var(--al-muted);
	border: 1px solid var(--al-line);
	border-radius: 8px;
	padding: 4px 8px;
	flex-shrink: 0;
}

.alv2-search__close {
	appearance: none;
	-webkit-appearance: none;
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 10px;
	background: transparent;
	color: var(--al-ink);
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.alv2-search__close:hover {
	background: var(--al-teal-soft);
	color: var(--al-teal-dark);
}

.alv2-search__body {
	overflow: auto;
	padding: 22px 24px 28px;
	-webkit-overflow-scrolling: touch;
}

.alv2-search__loading,
.alv2-search__empty {
	color: var(--al-muted);
	font-size: 0.95rem;
	margin: 0;
	padding: 8px 0;
}

.alv2-search__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px;
}

.alv2-search__col h3 {
	margin: 0 0 14px;
	font-family: var(--al-display);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--al-muted);
}

.alv2-search__list,
.alv2-search__animals,
.alv2-search__articles {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 4px;
}

.alv2-search__list a,
.alv2-search__animals a,
.alv2-search__articles a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 9px 10px;
	border-radius: 12px;
	color: var(--al-ink) !important;
	text-decoration: none !important;
	transition: background 0.18s ease;
}

.alv2-search__list a:hover,
.alv2-search__animals a:hover,
.alv2-search__articles a:hover {
	background: var(--al-teal-soft);
}

.alv2-search__ico {
	color: var(--al-teal);
	width: 16px;
	text-align: center;
	flex-shrink: 0;
	font-size: 13px;
}

.alv2-search__list span,
.alv2-search__articles a > span:last-child {
	font-size: 0.95rem;
	line-height: 1.35;
	font-weight: 600;
}

.alv2-search__animals a {
	gap: 12px;
	padding: 8px 8px;
}

.alv2-search__animals strong {
	flex: 1 1 auto;
	font-family: var(--al-display);
	font-size: 0.98rem;
	font-weight: 700;
}

.alv2-search__animals .fa-angle-right {
	color: var(--al-muted);
	font-size: 14px;
}

.alv2-search__thumb {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background-size: cover;
	background-position: center;
	flex-shrink: 0;
	box-shadow: inset 0 0 0 1px rgba(20, 32, 31, 0.06);
}

.alv2-search__articles .alv2-search__thumb {
	width: 48px;
	height: 48px;
	border-radius: 12px;
}

.alv2-search__articles a > span:last-child {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-weight: 600;
}

.alv2-search__more {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 14px;
	color: var(--al-teal) !important;
	font-weight: 700;
	font-size: 0.9rem;
	text-decoration: none !important;
}

.alv2-search__more:hover {
	color: var(--al-teal-dark) !important;
}

@keyframes alv2-search-fade {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes alv2-search-pop {
	from { opacity: 0; transform: translateY(-8px) scale(0.985); }
	to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 991px) {
	.alv2-search {
		padding: 72px 12px 16px;
	}

	.alv2-search__grid {
		grid-template-columns: 1fr 1fr;
		gap: 22px;
	}

	.alv2-search__panel {
		max-height: calc(100vh - 88px);
		border-radius: 18px;
	}
}

@media (max-width: 640px) {
	.alv2-search__esc { display: none; }

	.alv2-search__grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.alv2-search__body {
		padding: 16px 16px 22px;
	}
}

/* —— Single test / product page —— */
.alv2-product {
	padding: 28px 0 72px;
	background: linear-gradient(180deg, #f5faf9 0%, #ffffff 42%);
}

.alv2-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	color: var(--al-muted);
	margin-bottom: 28px;
}

.alv2-breadcrumb a {
	color: var(--al-muted) !important;
	text-decoration: none !important;
}

.alv2-breadcrumb a:hover {
	color: var(--al-teal) !important;
}

.alv2-product__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.65fr) minmax(280px, 0.9fr);
	gap: 36px;
	align-items: start;
}

.alv2-product__head {
	display: flex;
	gap: 18px;
	align-items: flex-start;
	margin-bottom: 28px;
}

.alv2-product__badge {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: var(--al-teal);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	font-size: 20px;
	box-shadow: 0 10px 24px rgba(18, 168, 157, 0.28);
}

.alv2-product__head h1 {
	font-family: var(--al-display);
	font-size: clamp(1.55rem, 2.6vw, 2.1rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.2;
	margin: 0 0 10px;
	color: var(--al-ink);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.alv2-product__tag {
	display: inline-flex;
	align-items: center;
	padding: 4px 10px;
	border-radius: 999px;
	background: var(--al-teal-soft);
	color: var(--al-teal-dark);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.02em;
}

.alv2-product__lead {
	margin: 0;
	color: var(--al-muted);
	font-size: 1.02rem;
	line-height: 1.55;
	max-width: 60ch;
}

.alv2-product__facts {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 32px;
}

.alv2-product__fact:last-child {
	grid-column: 1 / -1;
	max-width: none;
}

.alv2-product__fact {
	background: #fff;
	border: 1px solid var(--al-line);
	border-radius: 14px;
	padding: 14px 12px;
	box-shadow: 0 8px 20px rgba(20, 32, 31, 0.04);
	min-height: 100%;
}

.alv2-product__fact-ico {
	display: inline-flex;
	width: 28px;
	height: 28px;
	border-radius: 8px;
	align-items: center;
	justify-content: center;
	background: var(--al-teal-soft);
	color: var(--al-teal);
	margin-bottom: 8px;
	font-size: 13px;
}

.alv2-product__fact em {
	display: block;
	font-style: normal;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--al-muted);
	margin-bottom: 4px;
}

.alv2-product__fact strong {
	display: block;
	font-size: 0.92rem;
	font-weight: 700;
	color: var(--al-ink);
	line-height: 1.35;
	word-break: break-word;
}

.alv2-product__body {
	font-size: 1.02rem;
	line-height: 1.7;
	color: var(--al-ink);
}

.alv2-product__body h2,
.alv2-product__body h3,
.alv2-product__body .h2 {
	font-family: var(--al-display);
	font-weight: 800;
	color: var(--al-ink);
	margin: 28px 0 12px;
	letter-spacing: -0.02em;
}

.alv2-product__body p {
	margin: 0 0 14px;
	color: #3d4a48;
}

.alv2-product__body table {
	width: 100% !important;
	border-collapse: separate;
	border-spacing: 0;
	margin: 16px 0 24px;
	background: #fff;
	border: 1px solid var(--al-line);
	border-radius: 14px;
	overflow: hidden;
}

.alv2-product__body td,
.alv2-product__body th {
	padding: 10px 14px;
	border-bottom: 1px solid var(--al-line);
	font-size: 0.95rem;
}

.alv2-product__body tr:last-child td {
	border-bottom: 0;
}

.alv2-product__body blockquote,
.alv2-product__body .alert,
.alv2-product__body > div[style*="background"] {
	background: var(--al-teal-soft) !important;
	border: 1px solid rgba(18, 168, 157, 0.18) !important;
	border-radius: 14px !important;
	padding: 16px 18px !important;
	margin: 20px 0 !important;
	color: var(--al-ink) !important;
}

.alv2-product-card {
	background: #fff;
	border: 1px solid rgba(20, 32, 31, 0.06);
	border-radius: 18px;
	padding: 22px;
	box-shadow: 0 16px 36px rgba(20, 32, 31, 0.08);
	margin-bottom: 18px;
}

.alv2-product-card h3 {
	font-family: var(--al-display);
	font-size: 1rem;
	font-weight: 800;
	margin: 0 0 14px;
	color: var(--al-ink);
	display: flex;
	align-items: center;
	gap: 8px;
}

.alv2-product-card h3 .fa {
	color: var(--al-teal);
}

.alv2-product-alert {
	background: #fff4f2;
	border: 1px solid #f0c7c0;
	color: #8a3a30;
	border-radius: 12px;
	padding: 12px 14px;
	font-size: 0.92rem;
	font-weight: 600;
	margin-bottom: 14px;
}

.alv2-product-label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: var(--al-muted);
	margin-bottom: 6px;
}

.alv2-product-select {
	width: 100%;
	border: 1px solid var(--al-line);
	border-radius: 12px;
	padding: 12px 14px;
	font-size: 0.95rem;
	background: #fff;
	color: var(--al-ink);
	margin-bottom: 12px;
}

.alv2-product-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	margin-bottom: 8px;
}

.alv2-btn--sm {
	padding: 10px 12px !important;
	font-size: 13px !important;
	justify-content: center;
	text-align: center;
}

.alv2-product-price {
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid var(--al-line);
}

.alv2-product-price p {
	margin: 0;
	display: flex;
	align-items: baseline;
	gap: 8px;
}

.alv2-product-price__amount {
	font-family: var(--al-display);
	font-size: 2rem;
	font-weight: 800;
	color: var(--al-ink);
	letter-spacing: -0.03em;
}

.alv2-product-price small {
	color: var(--al-muted);
	font-size: 12px;
	font-weight: 600;
}

.alv2-product-card__cta,
.alv2-addcart {
	display: block;
	width: 100%;
	margin-top: 14px;
}

.alv2-addcart {
	background: var(--al-teal);
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 10px 22px rgba(18, 168, 157, 0.25);
}

.alv2-addcart label {
	display: block;
	width: 100%;
	margin: 0;
	cursor: pointer;
}

.alv2-addcart span {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 14px 16px;
	color: #fff !important;
	font-family: var(--al-display);
	font-weight: 700;
	font-size: 15px;
}

.alv2-addcart:hover {
	background: var(--al-teal-dark);
}

.alv2-product-secure {
	margin: 14px 0 0;
	text-align: center;
	font-size: 13px;
	color: var(--al-muted);
	font-weight: 600;
}

.alv2-product-secure .fa {
	color: var(--al-teal);
	margin-right: 4px;
}

.alv2-breed-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.alv2-breed-tags a {
	display: inline-flex;
	padding: 7px 10px;
	border-radius: 10px;
	background: #f3f6f5;
	color: var(--al-ink) !important;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none !important;
	transition: background 0.2s ease, color 0.2s ease;
}

.alv2-breed-tags a:hover {
	background: var(--al-teal-soft);
	color: var(--al-teal-dark) !important;
}

.alv2-product-more {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 14px;
	color: var(--al-teal) !important;
	font-weight: 700;
	font-size: 0.9rem;
	text-decoration: none !important;
}

@media (max-width: 991px) {
	.alv2-product__grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.alv2-product__facts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.alv2-product__fact:last-child {
		grid-column: auto;
		max-width: none;
	}

	.alv2-product__aside {
		order: -1;
	}
}

@media (max-width: 640px) {
	.alv2-product {
		padding-top: 16px;
	}

	.alv2-product__facts {
		grid-template-columns: 1fr 1fr;
	}

	.alv2-product-actions {
		grid-template-columns: 1fr;
	}
}

/* Breed tests page (product-tag) */
.alv2-breed {
	padding: 28px 0 64px;
}

.alv2-breed__hero {
	text-align: center;
	margin-bottom: 36px;
}

.alv2-breed__hero h1 {
	margin: 0 0 8px;
	font-family: var(--al-display);
	font-size: clamp(2.2rem, 4vw, 3.4rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	color: var(--al-ink);
	text-transform: uppercase;
}

.alv2-breed__hero p {
	margin: 0;
	color: var(--al-muted);
	font-size: 1.05rem;
}

.alv2-breed__grid {
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr);
	gap: 28px;
	align-items: start;
}

.alv2-breed-card {
	background: #fff;
	border: 1px solid var(--al-line);
	border-radius: 18px;
	padding: 18px;
	box-shadow: 0 10px 28px rgba(15, 40, 36, 0.05);
}

.alv2-breed-card h3 {
	margin: 0 0 14px;
	font-family: var(--al-display);
	font-size: 1rem;
	font-weight: 700;
	color: var(--al-ink);
	display: flex;
	align-items: center;
	gap: 8px;
}

.alv2-breed-card h3 .fa {
	color: var(--al-teal);
}

.alv2-breed-card--help {
	margin-top: 16px;
	background: linear-gradient(160deg, #f3fbfa 0%, #fff 60%);
}

.alv2-breed-card--help p {
	margin: 0 0 14px;
	color: var(--al-muted);
	font-size: 0.92rem;
	line-height: 1.45;
}

.alv2-breed-filter {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.alv2-breed-filter button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	width: 100%;
	padding: 11px 12px;
	border: 0;
	border-radius: 12px;
	background: transparent;
	color: var(--al-ink);
	font: inherit;
	font-weight: 600;
	font-size: 0.92rem;
	text-align: left;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease;
}

.alv2-breed-filter button span {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.alv2-breed-filter button .fa-flask,
.alv2-breed-filter button .fa-list,
.alv2-breed-filter button .fa-th-large {
	color: var(--al-teal);
	width: 16px;
	text-align: center;
}

.alv2-breed-filter button .fa-chevron-right {
	color: #b7c3c0;
	font-size: 11px;
}

.alv2-breed-filter button:hover {
	background: #f3f6f5;
}

.alv2-breed-filter button.is-active {
	background: var(--al-teal);
	color: #fff;
}

.alv2-breed-filter button.is-active .fa {
	color: #fff;
}

.alv2-breed-banner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 14px 16px;
	margin-bottom: 22px;
	border-radius: 14px;
	background: var(--al-teal-soft);
	border: 1px solid rgba(18, 168, 157, 0.18);
}

.alv2-breed-banner > div {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 600;
	color: var(--al-ink);
}

.alv2-breed-banner .fa {
	color: var(--al-teal);
}

.alv2-breed-banner--warn {
	background: #fff7f0;
	border-color: rgba(214, 122, 42, 0.25);
}

.alv2-breed-banner--warn .fa {
	color: #d67a2a;
}

.alv2-breed-banner--animal {
	background: #f5f8f7;
}

.alv2-breed-section {
	margin-bottom: 28px;
}

.alv2-breed-section__head {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 14px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--al-line);
}

.alv2-breed-section__icon {
	width: 48px;
	height: 48px;
	border-radius: 14px;
	display: grid;
	place-items: center;
	background: var(--al-teal-soft);
	color: var(--al-teal);
	font-size: 1.1rem;
	flex: 0 0 auto;
}

.alv2-breed-section__head h2 {
	margin: 0;
	font-family: var(--al-display);
	font-size: 1.25rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: var(--al-ink);
}

.alv2-breed-section__head p {
	margin: 2px 0 0;
	color: var(--al-muted);
	font-size: 0.88rem;
}

.alv2-breed-section__count {
	margin-left: auto;
	font-size: 0.85rem;
	font-weight: 700;
	color: var(--al-muted);
	white-space: nowrap;
}

.alv2-breed-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.alv2-breed-item {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 14px;
	align-items: start;
	padding: 16px 18px;
	background: #fff;
	border: 1px solid var(--al-line);
	border-radius: 16px;
	box-shadow: 0 8px 22px rgba(15, 40, 36, 0.04);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.alv2-breed-item:hover {
	border-color: rgba(18, 168, 157, 0.35);
	box-shadow: 0 12px 28px rgba(15, 40, 36, 0.07);
}

.alv2-breed-item__check {
	position: relative;
	width: 22px;
	height: 22px;
	margin: 2px 0 0;
	cursor: pointer;
}

.alv2-breed-item__check input {
	position: absolute;
	opacity: 0;
	inset: 0;
	margin: 0;
	cursor: pointer;
}

.alv2-breed-item__check span {
	display: block;
	width: 22px;
	height: 22px;
	border: 2px solid #c5d0cd;
	border-radius: 6px;
	background: #fff;
	transition: border-color 0.15s ease, background 0.15s ease;
}

.alv2-breed-item__check input:checked + span {
	border-color: var(--al-teal);
	background: var(--al-teal);
	box-shadow: inset 0 0 0 3px #fff;
}

.alv2-breed-item__check input:disabled + span {
	opacity: 0.45;
	cursor: not-allowed;
}

.alv2-breed-item__body h3 {
	margin: 0 0 8px;
	font-family: var(--al-display);
	font-size: 1.02rem;
	font-weight: 750;
	letter-spacing: -0.02em;
	color: var(--al-ink);
	line-height: 1.3;
}

.alv2-breed-item__body h3 a {
	color: inherit !important;
	text-decoration: none !important;
}

.alv2-breed-item__body h3 a:hover {
	color: var(--al-teal-dark) !important;
}

.alv2-breed-item__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 8px;
}

.alv2-breed-item__tags span {
	display: inline-flex;
	padding: 3px 9px;
	border-radius: 999px;
	background: #f0f5f4;
	color: var(--al-muted);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.alv2-breed-item__tests {
	margin: 0;
	padding: 0 0 0 18px;
	color: var(--al-muted);
	font-size: 0.9rem;
	line-height: 1.45;
}

.alv2-breed-item__tests a {
	color: var(--al-ink) !important;
	text-decoration: none !important;
}

.alv2-breed-item__tests a:hover {
	color: var(--al-teal) !important;
}

.alv2-breed-item__meta {
	display: flex;
	align-items: center;
	gap: 12px;
	flex: 0 0 auto;
	padding-top: 2px;
}

.alv2-breed-item__meta strong {
	font-family: var(--al-display);
	font-size: 1.05rem;
	font-weight: 800;
	color: var(--al-ink);
	white-space: nowrap;
}

.alv2-breed-item__go {
	width: 36px;
	height: 36px;
	border-radius: 999px;
	display: grid;
	place-items: center;
	background: var(--al-teal-soft);
	color: var(--al-teal) !important;
	text-decoration: none !important;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.alv2-breed-item__go:hover {
	background: var(--al-teal);
	color: #fff !important;
	transform: translateX(2px);
}

@media (max-width: 991px) {
	.alv2-breed__grid {
		grid-template-columns: 1fr;
	}

	.alv2-breed__side {
		order: -1;
	}

	.alv2-breed-filter {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.alv2-breed-filter button .fa-chevron-right {
		display: none;
	}
}

@media (max-width: 700px) {
	.alv2-breed-banner {
		flex-direction: column;
		align-items: stretch;
	}

	.alv2-breed-item {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.alv2-breed-item__meta {
		grid-column: 2;
		justify-content: space-between;
		width: 100%;
	}

	.alv2-breed-section__head {
		flex-wrap: wrap;
	}

	.alv2-breed-section__count {
		margin-left: 62px;
	}

	.alv2-breed-filter {
		grid-template-columns: 1fr;
	}
}
