/*
Theme Name: Mancsavar
Theme URI: https://mancsavar.hu/
Description: Egyedi WooCommerce gyermek téma a Mancsavar állatfelszerelés webáruházhoz.
Author: Mancsavar
Template: blocksy
Version: 1.0.0
Text Domain: mancsavar
*/

:root {
	--mancs-ink: #18352f;
	--mancs-green: #1f6f5f;
	--mancs-green-dark: #155447;
	--mancs-mint: #dff4ec;
	--mancs-cream: #fff9ef;
	--mancs-coral: #ff7657;
	--mancs-yellow: #ffd166;
	--mancs-white: #fff;
	--mancs-shadow: 0 20px 60px rgba(24, 53, 47, .12);
}

body {
	color: var(--mancs-ink);
	background: #fff;
}

/* Forest Market storefront header */
.mancs-header { position: sticky; top: 0; z-index: 100; background: #fff; box-shadow: 0 8px 30px rgba(24, 53, 47, .07); }
.admin-bar .mancs-header { top: 32px; }
.mancs-header__wrap { width: min(1380px, calc(100% - 40px)); margin-inline: auto; }
.mancs-header svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }

.mancs-topbar { background: var(--mancs-ink); color: #dfeee9; }
.mancs-topbar__inner { display: flex; align-items: center; gap: 28px; min-height: 38px; font-size: 11px; font-weight: 750; }
.mancs-topbar-message { color: #dfeee9; letter-spacing: .02em; }
.mancs-topbar-links { display: flex; gap: 22px; margin-left: auto; }
.mancs-topbar-links a, .mancs-topbar-links span { color: #dfeee9; }

.mancs-mainbar__inner { display: grid; grid-template-columns: 230px minmax(300px, 1fr) auto; align-items: center; gap: 28px; padding: 12px 0; }
.mancs-logo { display: block; width: 220px; color: #71857f; line-height: 1; }
.mancs-logo img { width: 100%; height: auto; }
.mancs-logo small { display: none; }

.mancs-product-search { position: relative; display: grid; grid-template-columns: auto minmax(0, 1fr) 54px; align-items: stretch; height: 52px; overflow: visible; border: 1px solid #cfdbd6; border-radius: 11px; background: #fff; transition: border-color .2s ease, box-shadow .2s ease; }
.mancs-product-search:focus-within { border-color: var(--mancs-green); box-shadow: 0 0 0 4px rgba(31, 111, 95, .1); }
.mancs-product-search select, .mancs-product-search input[type="search"] { min-width: 0; height: 100%; border: 0; outline: 0; background: transparent; color: var(--mancs-ink); font-size: 13px; }
.mancs-product-search select { width: 150px; padding: 0 13px; border-right: 1px solid #dce9e4; font-weight: 750; }
.mancs-product-search input[type="search"] { width: 100%; padding: 0 17px; }
.mancs-product-search button { display: grid; place-items: center; width: 54px; height: 100%; padding: 0; border: 0; border-radius: 0 9px 9px 0; background: var(--mancs-green); color: #fff; cursor: pointer; transition: background .2s ease; }
.mancs-product-search button:hover { background: var(--mancs-green-dark); }
.mancs-product-search button svg { width: 21px; height: 21px; }
.mancs-search-results { position: absolute; z-index: 120; top: calc(100% + 9px); right: 0; left: 0; overflow: hidden; border: 1px solid #d9e2de; border-radius: 12px; background: #fff; box-shadow: 0 18px 44px rgba(20, 45, 39, .16); }
.mancs-search-results[hidden] { display: none; }
.mancs-search-status { margin: 0; padding: 18px; color: #657972; font-size: 12px; }
.mancs-search-result { display: grid; grid-template-columns: 58px minmax(0, 1fr) auto; align-items: center; gap: 13px; min-height: 74px; padding: 8px 14px; border-bottom: 1px solid #edf1ef; color: var(--mancs-ink); }
.mancs-search-result:hover, .mancs-search-result.is-active { background: #f5f8f6; color: var(--mancs-ink); }
.mancs-search-result img { width: 58px; height: 58px; margin: 0; border: 1px solid #edf1ef; border-radius: 8px; background: #fff; object-fit: contain; }
.mancs-search-result__copy { min-width: 0; }
.mancs-search-result__copy strong { display: block; overflow: hidden; font-size: 12px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.mancs-search-result__copy small { display: block; margin-top: 4px; color: #768a83; font-size: 9px; }
.mancs-search-result__price { color: var(--mancs-green-dark); font-size: 12px; font-style: normal; font-weight: 850; white-space: nowrap; }
.mancs-search-result__price del { margin-right: 4px; color: #8b9994; font-size: 9px; font-weight: 600; }
.mancs-search-result__price ins { text-decoration: none; }
.mancs-search-all { display: flex; align-items: center; justify-content: space-between; min-height: 48px; padding: 0 15px; color: var(--mancs-green-dark); font-size: 11px; font-weight: 850; }
.mancs-search-all:hover, .mancs-search-all.is-active { background: #f0f5f2; color: var(--mancs-green-dark); }

.mancs-actions-nav { display: flex; align-items: center; gap: 7px; }
.mancs-icon-link { display: flex; align-items: center; gap: 9px; padding: 7px; border-radius: 12px; color: var(--mancs-ink); }
.mancs-icon-link:hover { background: #eaf4ef; color: var(--mancs-green); }
.mancs-icon-link > span:last-child { display: grid; gap: 2px; line-height: 1.1; }
.mancs-icon-link small { color: #7a8e88; font-size: 9px; }
.mancs-icon-link strong { white-space: nowrap; font-size: 11px; }
.mancs-round-icon { position: relative; display: grid !important; place-items: center; width: 35px; height: 35px; border: 1px solid #dce8e3; border-radius: 50%; }
.mancs-round-icon svg { width: 17px; height: 17px; }
.mancs-cart-icon { border-color: var(--mancs-green); background: var(--mancs-green); color: #fff; }
.mancs-cart-icon b { position: absolute; right: -5px; top: -6px; display: grid; place-items: center; min-width: 17px; height: 17px; padding: 0 4px; border: 2px solid #fff; border-radius: 999px; background: var(--mancs-coral); color: #fff; font-size: 8px; }

.mancs-navrow { border-top: 1px solid #e7efec; background: #fff; box-shadow: 0 5px 18px rgba(23, 54, 47, .04); }
.mancs-navrow__inner { display: flex; align-items: center; gap: 30px; min-height: 58px; }
.mancs-category-toggle { align-self: stretch; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; width: 230px; padding: 0 21px; border: 0; background: var(--mancs-green); color: #fff; font-size: 12px; font-weight: 850; text-align: left; cursor: pointer; }
.mancs-category-toggle:hover { background: var(--mancs-green-dark); }
.mancs-category-toggle svg { width: 19px; height: 19px; }
.mancs-category-toggle .mancs-chevron { width: 15px; transition: transform .2s ease; }
.mancs-category-toggle[aria-expanded="true"] .mancs-chevron { transform: rotate(180deg); }
.mancs-primary-nav { display: flex; align-self: stretch; gap: 29px; }
.mancs-primary-nav a { position: relative; display: grid; place-items: center; color: #36564d; font-size: 12px; font-weight: 800; }
.mancs-primary-nav a::after { position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: var(--mancs-green); content: ""; transform: scaleX(0); transition: transform .2s ease; }
.mancs-primary-nav a:hover { color: var(--mancs-green); }
.mancs-primary-nav a:hover::after { transform: scaleX(1); }
.mancs-nav-promo { display: flex; align-items: center; gap: 9px; margin-left: auto; color: var(--mancs-green); font-size: 11px; font-weight: 850; white-space: nowrap; }
.mancs-nav-promo span { font-size: 15px; }

.mancs-mega-menu[hidden] { display: none; }
.mancs-mega-menu { position: absolute; right: 0; left: 0; border-top: 1px solid #e4eeea; background: #fff; box-shadow: 0 24px 60px rgba(23, 54, 47, .18); animation: mancs-mega-in .2s ease both; }
@keyframes mancs-mega-in { from { opacity: 0; transform: translateY(-7px); } }
.mancs-mega-menu__inner { display: grid; grid-template-columns: 1fr 1fr 1.08fr; padding: 0; }
.mancs-mega-pet { padding: 27px 30px 31px; border-right: 1px solid #e4eeea; }
.mancs-mega-heading { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.mancs-mega-heading > span { display: grid; place-items: center; min-width: 50px; height: 28px; padding: 0 8px; border: 1px solid #cfded8; border-radius: 6px; color: var(--mancs-green-dark); font-size: 8px; font-weight: 900; letter-spacing: .1em; }
.mancs-mega-pet--cat .mancs-mega-heading > span { border-color: #dfd7ca; background: #fff; }
.mancs-mega-heading small { display: block; margin-bottom: 2px; color: #83948e; font-size: 8px; font-weight: 850; letter-spacing: .13em; }
.mancs-mega-heading h2 { margin: 0; color: var(--mancs-ink); font-size: 20px; letter-spacing: -.02em; }
.mancs-mega-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.mancs-mega-columns > div { display: flex; flex-direction: column; gap: 8px; }
.mancs-mega-columns h3, .mancs-mega-brands h3 { margin: 0 0 5px; color: var(--mancs-ink); font-size: 12px; }
.mancs-mega-columns a, .mancs-mega-brands a { color: #667b74; font-size: 11px; line-height: 1.35; }
.mancs-mega-columns a:hover, .mancs-mega-brands a:hover { color: var(--mancs-green); }
.mancs-mega-all { margin-top: 4px; color: var(--mancs-green) !important; font-weight: 850; }
.mancs-mega-discover { display: grid; grid-template-columns: .8fr 1.2fr; gap: 14px; padding: 20px; background: #f7faf8; }
.mancs-mega-brands { padding: 9px 5px; }
.mancs-mega-brands > small { color: #82948e; font-size: 8px; font-weight: 850; letter-spacing: .11em; }
.mancs-mega-brands h3 { margin-top: 6px; font-size: 15px; }
.mancs-mega-brands > div { display: grid; grid-template-columns: 1fr 1fr; gap: 7px 11px; margin-top: 14px; }
.mancs-mega-feature { position: relative; min-height: 210px; overflow: hidden; border: 1px solid #dfe8e4; border-radius: 12px; background: #fff; color: var(--mancs-ink); }
.mancs-mega-feature > div { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; width: 58%; padding: 20px 0 18px 19px; }
.mancs-mega-feature small { color: var(--mancs-green); font-size: 8px; font-weight: 850; letter-spacing: .11em; }
.mancs-mega-feature strong { display: -webkit-box; margin-top: 8px; overflow: hidden; font-size: 14px; line-height: 1.22; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.mancs-mega-feature span { margin-top: 11px; font-size: 11px; font-weight: 850; }
.mancs-mega-feature img { position: absolute; right: -8px; bottom: -5px; width: 54%; height: 83%; object-fit: contain; }

.mancs-menu-toggle { display: none; width: 46px; height: 44px; padding: 11px; border: 0; border-radius: 12px; background: var(--mancs-mint); }
.mancs-menu-toggle span { display: block; height: 2px; margin: 4px 0; border-radius: 2px; background: var(--mancs-green); transition: transform .2s ease, opacity .2s ease; }
.mancs-menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.mancs-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.mancs-menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mancs-mobile-panel { padding: 15px 18px 24px; border-top: 1px solid #e8f0ed; background: #fff; box-shadow: 0 22px 35px rgba(23, 54, 47, .13); }
.mancs-mobile-panel[hidden] { display: none; }
.mancs-mobile-panel .mancs-product-search { grid-template-columns: 1fr 50px; }
.mancs-mobile-categories { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 14px; }
.mancs-mobile-categories a { display: grid; gap: 3px; padding: 14px; border: 1px solid #dce6e2; border-radius: 10px; background: #fff; color: var(--mancs-ink); }
.mancs-mobile-categories small { color: var(--mancs-green); font-size: 8px; font-weight: 900; letter-spacing: .1em; }
.mancs-mobile-categories strong { font-size: 13px; }
.mancs-mobile-categories em { color: #758982; font-size: 9px; font-style: normal; }
.mancs-mobile-menu { display: grid; margin-top: 13px; }
.mancs-mobile-menu a { padding: 12px 3px; border-bottom: 1px solid #edf3f1; color: var(--mancs-ink); font-size: 13px; font-weight: 800; }

@media (max-width: 1180px) {
	.mancs-mainbar__inner { grid-template-columns: 215px minmax(260px, 1fr) auto; gap: 20px; }
	.mancs-logo { width: 205px; }
	.mancs-icon-link > span:last-child { display: none; }
	.mancs-primary-nav { gap: 22px; }
	.mancs-mega-menu__inner { grid-template-columns: 1fr 1fr; }
	.mancs-mega-pet--cat { border-right: 0; }
	.mancs-mega-discover { grid-column: 1 / -1; }
}

@media (max-width: 880px) {
	.mancs-header__wrap { width: min(100% - 28px, 1380px); }
	.mancs-topbar__inner { justify-content: center; }
	.mancs-topbar-links { display: none; }
	.mancs-mainbar__inner { grid-template-columns: 1fr auto; min-height: 78px; padding-top: 0; }
	.mancs-logo { width: 205px; }
	.mancs-logo small, .mancs-mainbar__inner > .mancs-product-search, .mancs-actions-nav > .mancs-icon-link:not(.mancs-cart-link) { display: none; }
	.mancs-menu-toggle { display: block; }
	.mancs-navrow, .mancs-mega-menu { display: none !important; }
	.mancs-actions-nav { gap: 12px; }
	.mancs-cart-link { padding: 0; }
	.mancs-cart-link > span:last-child { display: none; }
}

@media (max-width: 480px) {
	.mancs-logo { width: 180px; }
	.mancs-mainbar__inner { min-height: 74px; }
	.mancs-mobile-categories { grid-template-columns: 1fr; }
}

@media (min-width: 881px) { .mancs-mobile-panel { display: none !important; } }

@media screen and (max-width: 782px) { .admin-bar .mancs-header { top: 46px; } }
@media (prefers-reduced-motion: reduce) { .mancs-mega-menu { animation: none; } }

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

[data-header*="type-1"] .ct-header [data-row*="middle"] {
	box-shadow: 0 8px 28px rgba(24, 53, 47, .08);
}

.site-title a,
.site-logo-container {
	font-weight: 900;
	letter-spacing: -.04em;
}

.mancs-home { overflow: hidden; background: #fff; }
.mancs-home #kedvenc-szerint, .mancs-home #kategoriak, .mancs-home #heti-valogatas, .mancs-home #kedvencek, .mancs-home #markak, .mancs-home #utmutatok, .mancs-home #gyakori-kerdesek { scroll-margin-top: 190px; }
.mancs-wrap { width: min(1240px, calc(100% - 40px)); margin-inline: auto; }
.mancs-section { padding: clamp(62px, 5.5vw, 76px) 0; }
.mancs-eyebrow { display: block; margin-bottom: 13px; color: var(--mancs-green); font-size: 9px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.mancs-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 19px; }
.mancs-button, .mancs-home .button, .mancs-home .added_to_cart { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 0 24px; border: 0; border-radius: 14px; background: var(--mancs-green); color: #fff !important; font-size: 13px; font-weight: 850; box-shadow: 0 12px 28px rgba(31, 111, 95, .2); }
.mancs-button:hover, .mancs-home .button:hover { background: var(--mancs-green-dark); transform: translateY(-2px); }
.mancs-button--light { background: #fff; color: var(--mancs-ink) !important; box-shadow: none; }
.mancs-text-link { color: var(--mancs-ink); font-size: 13px; font-weight: 800; text-decoration: underline; text-decoration-color: #a9bdb6; text-underline-offset: 5px; }

.forest-home-hero { overflow: hidden; border-bottom: 1px solid #dce7e2; background: #edf4ef; }
.forest-home-hero__grid { display: grid; grid-template-columns: minmax(0, .93fr) minmax(0, 1.07fr); width: min(1380px, 100%); min-height: 540px; margin-inline: auto; }
.forest-home-hero__content { position: relative; z-index: 2; align-self: center; max-width: 690px; padding: 62px clamp(36px, 4.6vw, 68px); }
.forest-home-hero__kicker { display: flex; align-items: center; gap: 12px; margin-bottom: 19px; color: var(--mancs-green); font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.forest-home-hero__kicker::before { width: 34px; height: 2px; background: var(--mancs-green); content: ""; }
.forest-home-hero h1 { max-width: 610px; margin: 0 0 23px; color: var(--mancs-ink); font-size: clamp(52px, 5vw, 72px); line-height: .98; letter-spacing: -.058em; }
.forest-home-hero h1 em { color: var(--mancs-green); font-family: inherit; font-style: normal; font-weight: inherit; }
.forest-home-hero__content > p { max-width: 570px; margin: 0 0 30px; color: #526a63; font-size: 17px; line-height: 1.65; }
.forest-home-hero .mancs-actions { gap: 12px; }
.forest-home-hero .mancs-button { min-height: 54px; border-radius: 10px; box-shadow: none; }
.forest-home-hero .mancs-button--outline { border: 1px solid #a9beb6; background: transparent; color: var(--mancs-ink) !important; }
.forest-home-hero .mancs-button--outline:hover { border-color: var(--mancs-green); background: #fff; color: var(--mancs-green-dark) !important; }
.forest-home-hero__media { position: relative; min-height: 540px; overflow: hidden; }
.forest-home-hero__media::before { position: absolute; z-index: 1; top: 0; bottom: 0; left: 0; width: 82px; background: linear-gradient(90deg, #edf4ef 0%, rgba(237, 244, 239, .72) 36%, rgba(237, 244, 239, 0) 100%); content: ""; pointer-events: none; }
.forest-home-hero__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 70% 50%; }

.forest-service-strip { background: var(--mancs-ink); color: #fff; }
.forest-service-strip > div { display: grid; grid-template-columns: repeat(4, 1fr); }
.forest-service-strip > div > div { display: grid; align-content: center; gap: 4px; min-height: 94px; padding: 0 32px; border-right: 1px solid rgba(255, 255, 255, .13); }
.forest-service-strip > div > div:first-child { padding-left: 0; }
.forest-service-strip > div > div:last-child { border-right: 0; }
.forest-service-strip strong { color: #fff; font-size: 22px; line-height: 1; letter-spacing: -.035em; }
.forest-service-strip span { color: #9db7ae; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.mancs-section__head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 38px; }
.mancs-section__head h2, .forest-story-copy h2, .forest-brand-intro h2 { margin: 0; color: var(--mancs-ink); font-size: clamp(36px, 4.4vw, 56px); line-height: 1.02; letter-spacing: -.05em; }
.mancs-section__head p { max-width: 490px; margin: 0 0 5px; color: #617870; line-height: 1.6; }
.mancs-section__head--center { justify-content: center; text-align: center; }
.mancs-section-link { display: inline-flex; align-items: center; gap: 10px; color: var(--mancs-ink); font-size: 13px; font-weight: 850; }
.mancs-section-link span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: #eaf4ef; color: var(--mancs-green); }

.forest-category-section { background: #fff; }
.forest-category-section .mancs-eyebrow { padding: 0; border-radius: 0; background: transparent; color: var(--mancs-green); font-size: 9px; letter-spacing: .15em; }
.forest-category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.forest-category-tile { display: grid; grid-template-columns: 42% minmax(0, 1fr); align-items: center; min-width: 0; min-height: 168px; overflow: hidden; border: 1px solid #e0e6e3; border-radius: 13px; background: #fff; color: var(--mancs-ink); text-align: left; transition: border-color .2s ease, transform .2s ease; }
.forest-category-tile__media { display: grid; place-items: center; align-self: stretch; overflow: hidden; background: #f3f4f1; }
.forest-category-tile__media img { width: 84%; height: 84%; margin: 0; object-fit: contain; transition: transform .25s ease; }
.forest-category-tile__copy { display: grid; gap: 4px; min-width: 0; padding: 18px; }
.forest-category-tile__copy small { color: #84958f; font-size: 8px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.forest-category-tile__copy strong { overflow: hidden; color: var(--mancs-ink); font-size: 16px; letter-spacing: -.015em; text-overflow: ellipsis; white-space: nowrap; }
.forest-category-tile__copy em { color: #71847e; font-size: 10px; font-style: normal; }
.forest-category-tile:hover { color: var(--mancs-ink); }
.forest-category-tile:hover { border-color: #afc5bc; transform: translateY(-2px); }
.forest-category-tile:hover .forest-category-tile__media img { transform: scale(1.05); }

.forest-deals-section { background: #f5f6f3; }
.forest-deal-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.forest-deal-card { display: grid; grid-template-columns: minmax(0, 1fr); grid-template-rows: auto 1fr; overflow: hidden; border: 1px solid #dde4e0; border-radius: 13px; background: #fff; color: var(--mancs-ink); transition: border-color .2s ease, transform .2s ease; }
.forest-deal-card:hover { border-color: #aec4bb; color: var(--mancs-ink); transform: translateY(-3px); }
.forest-deal-card__media { display: grid; place-items: center; min-width: 0; aspect-ratio: 4 / 3; border-bottom: 1px solid #edf0ee; background: #fafbf9; }
.forest-deal-card__media img { width: 82%; height: 82%; margin: 0; object-fit: contain; }
.forest-deal-card__copy { display: grid; align-content: start; min-width: 0; padding: 21px 22px 23px; }
.forest-deal-card__copy small { color: var(--mancs-green); font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.forest-deal-card__copy > strong { display: -webkit-box; min-height: 45px; margin-top: 8px; overflow: hidden; font-size: 16px; line-height: 1.4; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.forest-deal-card__copy em { margin-top: 13px; color: var(--mancs-green-dark); font-size: 16px; font-style: normal; font-weight: 900; }
.forest-deal-card__copy em del { margin-right: 6px; color: #89958f; font-size: 12px; font-weight: 600; }
.forest-deal-card__copy em ins { text-decoration: none; }
.forest-deal-card__copy b { margin-top: 20px; color: var(--mancs-ink); font-size: 11px; }

.forest-pet-section { background: #f5f6f3; }
.forest-pet-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.forest-pet-card { position: relative; min-height: 390px; overflow: hidden; border-radius: 20px; color: #fff; isolation: isolate; }
.forest-pet-card::after { position: absolute; z-index: 1; inset: 30% 0 0; background: linear-gradient(180deg, rgba(12, 29, 25, 0), rgba(12, 29, 25, .82)); content: ""; }
.forest-pet-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.forest-pet-card--dog > img { object-position: center 48%; }
.forest-pet-card--cat > img { object-position: center 48%; }
.forest-pet-card__copy { position: absolute; z-index: 2; right: 32px; bottom: 29px; left: 32px; display: grid; justify-items: start; }
.forest-pet-card__copy small { color: rgba(255, 255, 255, .72); font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.forest-pet-card__copy strong { margin-top: 6px; color: #fff; font-size: 38px; line-height: 1; letter-spacing: -.04em; }
.forest-pet-card__copy em { margin-top: 9px; color: rgba(255, 255, 255, .8); font-size: 12px; font-style: normal; }
.forest-pet-card__copy b { margin-top: 19px; color: #fff; font-size: 12px; }
.forest-pet-card:hover { color: #fff; }
.forest-pet-card:hover > img { transform: scale(1.025); }

.forest-products-section { background: #f5f6f3; }
.mancs-home ul.products { gap: 18px; }
.mancs-home ul.products li.product { padding: 11px 11px 18px; border: 1px solid #dde4e0; border-radius: 13px; background: #fff; box-shadow: none; transition: border-color .2s ease, transform .2s ease; }
.mancs-home ul.products li.product:hover { border-color: #aec4bb; transform: translateY(-3px); }
.mancs-home ul.products li.product img { aspect-ratio: 1 / 1; border-radius: 8px; background: #fbfcfb; object-fit: contain; }
.mancs-home ul.products li.product .woocommerce-loop-product__title { min-height: 44px; color: var(--mancs-ink); font-size: 15px; font-weight: 800; line-height: 1.45; }
.mancs-home ul.products li.product .price { color: var(--mancs-green); font-size: 16px; font-weight: 900; }
.mancs-home ul.products li.product .button { width: 100%; min-height: 44px; padding: 0 14px; border-radius: 8px; box-shadow: none; font-size: 13px; }

.forest-brand-section { padding: 63px 0; border-block: 1px solid #e4ede9; background: #fff; }
.forest-brand-section .mancs-wrap { display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: 55px; }
.forest-brand-intro > span { display: block; margin-bottom: 8px; color: var(--mancs-green); font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.forest-brand-intro h2 { font-size: 31px; }
.forest-brand-row { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); border-block: 1px solid #dfe7e3; }
.forest-brand-row a { display: grid; place-items: center; min-width: 0; min-height: 92px; padding: 12px 10px; border-right: 1px solid #dfe7e3; background: #fff; }
.forest-brand-row a:last-child { border-right: 0; }
.forest-brand-row img { width: auto; max-width: calc(100% - 8px); height: 50px; margin: 0; object-fit: contain; opacity: .88; transition: opacity .2s ease, transform .2s ease; }
.forest-brand-row a:hover { background: #f7f9f8; }
.forest-brand-row a:hover img { opacity: 1; transform: scale(1.035); }

.forest-story-section { border-top: 1px solid #e1e9e5; background: #fff; }
.forest-story-grid { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: clamp(56px, 7vw, 104px); }
.forest-story-copy h2 { margin-bottom: 24px; }
.forest-story-copy > p { margin: 0 0 25px; color: #526d64; font-size: 15px; line-height: 1.75; }
.forest-story-copy .mancs-button { border-radius: 9px; box-shadow: none; }
.forest-story-values { border-top: 1px solid #cad8d2; }
.forest-story-value { display: grid; grid-template-columns: 50px minmax(0, 1fr); gap: 22px; padding: 25px 0; border-bottom: 1px solid #cad8d2; }
.forest-story-value > span { padding-top: 2px; color: var(--mancs-green); font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.forest-story-value strong { display: block; margin-bottom: 7px; color: var(--mancs-ink); font-size: 17px; letter-spacing: -.015em; }
.forest-story-value p { max-width: 510px; margin: 0; color: #687d76; font-size: 12px; line-height: 1.65; }

.forest-guide-section { border-top: 1px solid #e1e8e4; background: #f5f6f3; }
.forest-guide-intro { display: grid; grid-template-columns: .9fr 1.1fr; align-items: end; gap: clamp(44px, 7vw, 96px); margin-bottom: 43px; }
.forest-guide-intro h2 { max-width: 560px; margin: 0; color: var(--mancs-ink); font-size: clamp(36px, 4.4vw, 56px); line-height: 1.02; letter-spacing: -.05em; }
.forest-guide-intro > p { max-width: 580px; margin: 0 0 4px; color: #5b7169; font-size: 14px; line-height: 1.75; }
.forest-guide-grid { display: grid; grid-template-columns: 1fr 1fr; border-block: 1px solid #cbd8d3; }
.forest-guide-article { padding: 35px clamp(34px, 4.2vw, 55px) 38px 0; }
.forest-guide-article + .forest-guide-article { padding-right: 0; padding-left: clamp(34px, 4.2vw, 55px); border-left: 1px solid #cbd8d3; }
.forest-guide-article > span { display: block; margin-bottom: 14px; color: var(--mancs-green); font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.forest-guide-article h3 { max-width: 500px; margin: 0 0 19px; color: var(--mancs-ink); font-size: 25px; line-height: 1.18; letter-spacing: -.035em; }
.forest-guide-article p { margin: 0 0 13px; color: #5b7069; font-size: 13px; line-height: 1.72; }
.forest-guide-links { display: flex; flex-wrap: wrap; gap: 13px 22px; margin-top: 24px; }
.forest-guide-links a { display: inline-flex; align-items: center; gap: 7px; color: var(--mancs-green-dark); font-size: 11px; font-weight: 850; }
.forest-guide-links a span { font-size: 14px; transition: transform .2s ease; }
.forest-guide-links a:hover span { transform: translateX(3px); }
.forest-home-faq { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(44px, 7vw, 96px); margin-top: 60px; padding-top: 51px; border-top: 1px solid #ccd8d3; }
.forest-home-faq h3 { max-width: 360px; margin: 0; color: var(--mancs-ink); font-size: 29px; line-height: 1.15; letter-spacing: -.035em; }
.forest-home-faq__items { border-top: 1px solid #c8d5d0; }
.forest-home-faq details { border-bottom: 1px solid #c8d5d0; }
.forest-home-faq summary { position: relative; padding: 20px 42px 20px 0; color: var(--mancs-ink); font-size: 14px; font-weight: 850; list-style: none; cursor: pointer; }
.forest-home-faq summary::-webkit-details-marker { display: none; }
.forest-home-faq summary::after { position: absolute; top: 17px; right: 3px; color: var(--mancs-green); font-size: 20px; font-weight: 500; content: "+"; }
.forest-home-faq details[open] summary::after { content: "−"; }
.forest-home-faq details p { max-width: 680px; margin: -3px 44px 20px 0; color: #5f746d; font-size: 12px; line-height: 1.7; }

@media (max-width: 1080px) {
	.forest-home-hero__grid { grid-template-columns: 1fr 1fr; }
	.forest-home-hero__content { padding-inline: 34px; }
	.forest-home-hero h1 { font-size: 55px; }
}

@media (max-width: 820px) {
	.mancs-wrap { width: min(100% - 28px, 1240px); }
	.mancs-home #kedvenc-szerint, .mancs-home #kategoriak, .mancs-home #heti-valogatas, .mancs-home #kedvencek, .mancs-home #markak, .mancs-home #utmutatok, .mancs-home #gyakori-kerdesek { scroll-margin-top: 124px; }
	.forest-home-hero__grid { grid-template-columns: 1fr; }
	.forest-home-hero__content { max-width: none; padding: 52px 32px 36px; }
	.forest-home-hero h1 { max-width: 650px; }
	.forest-home-hero__media { min-height: 380px; }
	.forest-home-hero__media::before { right: 0; bottom: auto; width: auto; height: 72px; background: linear-gradient(180deg, #edf4ef 0%, rgba(237, 244, 239, 0) 100%); }
	.forest-home-hero__media img { object-position: 62% 50%; }
	.forest-service-strip > div { grid-template-columns: 1fr 1fr; }
	.forest-service-strip > div > div { border-bottom: 1px solid rgba(255, 255, 255, .13); }
	.forest-service-strip > div > div:nth-child(2) { border-right: 0; }
	.forest-service-strip > div > div:nth-child(3), .forest-service-strip > div > div:nth-child(4) { border-bottom: 0; }
	.forest-category-grid { grid-template-columns: repeat(2, 1fr); }
	.forest-deal-grid { grid-template-columns: 1fr 1fr; }
	.forest-deal-card:last-child { grid-column: 1 / -1; }
	.forest-pet-grid { grid-template-columns: 1fr; }
	.forest-brand-section .mancs-wrap, .forest-story-grid, .forest-guide-intro, .forest-guide-grid, .forest-home-faq { grid-template-columns: 1fr; }
	.forest-brand-row { justify-content: flex-start; }
	.forest-home-faq { gap: 30px; }
}

@media (max-width: 620px) {
	.mancs-section { padding: 56px 0; }
	.forest-home-hero__content { padding: 44px 22px 31px; }
	.forest-home-hero__kicker { margin-bottom: 15px; font-size: 9px; }
	.forest-home-hero h1 { font-size: 45px; }
	.forest-home-hero__content > p { margin-bottom: 25px; font-size: 15px; line-height: 1.6; }
	.forest-home-hero__media { min-height: 330px; }
	.forest-service-strip > div > div { min-height: 78px; padding: 0 17px; }
	.forest-service-strip > div > div:first-child { padding-left: 0; }
	.forest-service-strip strong { font-size: 18px; }
	.forest-service-strip span { font-size: 8px; }
	.mancs-section__head { align-items: flex-start; flex-direction: column; margin-bottom: 25px; }
	.mancs-section__head h2, .forest-story-copy h2 { font-size: 34px; }
	.forest-category-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
	.forest-category-tile { grid-template-columns: 1fr; min-height: 0; }
	.forest-category-tile__media { aspect-ratio: 4 / 3; }
	.forest-category-tile__copy { padding: 13px 12px 15px; }
	.forest-category-tile__copy small { font-size: 7px; }
	.forest-category-tile__copy strong { font-size: 13px; }
	.forest-deal-grid { grid-template-columns: 1fr; }
	.forest-deal-card:last-child { grid-column: auto; }
	.forest-deal-card { grid-template-columns: 118px minmax(0, 1fr); grid-template-rows: 1fr; min-height: 174px; }
	.forest-deal-card__media { aspect-ratio: auto; border-right: 1px solid #edf0ee; border-bottom: 0; }
	.forest-deal-card__media img { width: 88%; height: 88%; }
	.forest-deal-card__copy { padding: 17px 16px; }
	.forest-deal-card__copy > strong { min-height: 0; font-size: 14px; -webkit-line-clamp: 3; }
	.forest-deal-card__copy em { margin-top: 9px; font-size: 14px; }
	.forest-deal-card__copy b { margin-top: 12px; font-size: 10px; }
	.forest-pet-card { min-height: 320px; }
	.forest-pet-card__copy { right: 24px; bottom: 23px; left: 24px; }
	.forest-pet-card__copy strong { font-size: 32px; }
	.forest-brand-row { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
	.forest-brand-row a { min-width: 0; min-height: 84px; border-bottom: 1px solid #dfe7e3; }
	.forest-brand-row a:nth-child(2n) { border-right: 0; }
	.forest-brand-row a:last-child { grid-column: 1 / -1; border-bottom: 0; }
	.forest-brand-row img { max-width: 128px; height: 46px; }
	.forest-story-grid { gap: 42px; }
	.forest-story-value { grid-template-columns: 38px minmax(0, 1fr); gap: 14px; padding: 21px 0; }
	.forest-story-value strong { font-size: 15px; }
	.forest-guide-intro { gap: 20px; margin-bottom: 28px; }
	.forest-guide-intro h2 { font-size: 34px; }
	.forest-guide-article { padding: 27px 0; }
	.forest-guide-article + .forest-guide-article { padding: 27px 0; border-top: 1px solid #cbd8d3; border-left: 0; }
	.forest-guide-article h3 { font-size: 22px; }
	.forest-home-faq { margin-top: 44px; padding-top: 39px; }
	.mancs-home ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 12px; }
	.mancs-home ul.products li.product { width: auto !important; margin: 0 !important; }
	.mancs-home ul.products li.product .woocommerce-loop-product__title { min-height: 62px; font-size: 13px; }
	.mancs-home ul.products li.product .price { font-size: 14px; }
	.mancs-home ul.products li.product .button { min-height: 41px; padding-inline: 8px; font-size: 11px; }
}

@media (max-width: 420px) {
	.forest-home-hero h1 { font-size: 40px; }
	.forest-home-hero .mancs-actions { display: grid; grid-template-columns: 1fr; }
	.forest-home-hero .mancs-button { width: 100%; }
	.forest-home-hero__media { min-height: 290px; }
	.forest-service-strip > div > div:nth-child(odd) { padding-left: 0; }
	.mancs-search-results { right: -1px; left: -1px; max-height: min(460px, calc(100vh - 155px)); overflow-y: auto; }
	.mancs-search-result { grid-template-columns: 52px minmax(0, 1fr); gap: 11px; padding-inline: 10px; }
	.mancs-search-result img { width: 52px; height: 52px; }
	.mancs-search-result__price { grid-column: 2; margin-top: -7px; }
}

/* Storefront footer */
.mancs-footer { background: #132f29; color: #dceae5; }
.mancs-footer__wrap { width: min(1240px, calc(100% - 40px)); margin-inline: auto; }
.mancs-footer-join { overflow: hidden; border-top: 1px solid #dbe4e0; background: #f2f5f3; color: var(--mancs-ink); }
.mancs-footer-join .mancs-footer__wrap { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 40px; min-height: 154px; }
.mancs-footer-join span { color: var(--mancs-green); font-size: 9px; font-weight: 850; letter-spacing: .13em; }
.mancs-footer-join h2 { margin: 5px 0 6px; color: var(--mancs-ink); font-size: 29px; letter-spacing: -.035em; }
.mancs-footer-join p { margin: 0; color: #60786f; font-size: 13px; }
.mancs-footer-join__button { display: inline-flex; align-items: center; justify-content: space-between; gap: 22px; min-height: 50px; padding: 0 19px; border-radius: 9px; background: var(--mancs-green); color: #fff; font-size: 12px; font-weight: 850; }
.mancs-footer-join__button:hover { background: var(--mancs-green-dark); color: #fff; }
.mancs-footer-join__button span { color: #fff; font-size: 16px; letter-spacing: 0; }
.mancs-footer-main { padding: 74px 0 68px; }
.mancs-footer-grid { display: grid; grid-template-columns: 1.35fr .65fr .82fr 1.05fr .9fr; gap: clamp(30px, 3.5vw, 58px); }
.mancs-footer-brand > a { display: block; width: 225px; margin-bottom: 23px; filter: brightness(0) invert(1); opacity: .96; }
.mancs-footer-brand img { width: 100%; height: auto; }
.mancs-footer-brand p { max-width: 320px; margin: 0; color: #a9beb7; font-size: 12px; line-height: 1.7; }
.mancs-footer-note { margin-top: 25px; color: #8fa79f; font-size: 11px; }
.mancs-footer-column, .mancs-footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.mancs-footer-column h3, .mancs-footer-contact h3 { margin: 0 0 12px; color: #fff; font-size: 13px; }
.mancs-footer-column a { color: #a9beb7; font-size: 11px; }
.mancs-footer-column a:hover { color: #fff; transform: translateX(3px); }
.mancs-footer-contact a { display: grid; gap: 4px; color: #fff; }
.mancs-footer-contact small { color: #86a198; font-size: 9px; }
.mancs-footer-contact strong { font-size: 12px; }
.mancs-footer-contact p { margin: 8px 0 0; color: #8fa79f; font-size: 10px; line-height: 1.6; }
.mancs-footer-company { border-top: 1px solid #2a4941; }
.mancs-footer-company > .mancs-footer__wrap { display: grid; grid-template-columns: minmax(270px, .9fr) minmax(0, 2.1fr); gap: 54px; align-items: start; padding-block: 29px; }
.mancs-footer-company__heading small { display: block; margin-bottom: 7px; color: #7f9a91; font-size: 8px; font-weight: 850; letter-spacing: .13em; }
.mancs-footer-company__heading h3 { max-width: 390px; margin: 0; color: #eaf3f0; font-size: 12px; line-height: 1.55; }
.mancs-footer-company__facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px 24px; margin: 0; }
.mancs-footer-company__facts div { min-width: 0; }
.mancs-footer-company__facts .mancs-footer-company__activity { grid-column: span 2; }
.mancs-footer-company__facts dt { margin: 0 0 5px; color: #708b82; font-size: 8px; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.mancs-footer-company__facts dd { margin: 0; color: #b5c8c1; font-size: 10px; line-height: 1.5; overflow-wrap: anywhere; }
.mancs-footer-bottom { border-top: 1px solid #2a4941; }
.mancs-footer-bottom .mancs-footer__wrap { display: flex; align-items: center; gap: 28px; min-height: 76px; }
.mancs-footer-bottom p { margin: 0; color: #94aaa3; font-size: 11px; }
.mancs-footer-bottom nav { display: flex; gap: 17px; }
.mancs-footer-bottom nav a { color: #94aaa3; font-size: 11px; }

@media (max-width: 900px) {
	.mancs-footer-grid { grid-template-columns: 1.25fr 1fr 1fr; gap: 45px 32px; }
	.mancs-footer-contact { grid-column: auto; }
	.mancs-footer-brand { grid-column: 1 / -1; }
	.mancs-footer-company > .mancs-footer__wrap { grid-template-columns: 1fr; gap: 24px; }
	.mancs-footer-company__facts { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
	.mancs-footer__wrap { width: min(100% - 28px, 1240px); }
	.mancs-footer-join .mancs-footer__wrap { grid-template-columns: 1fr; gap: 21px; padding-block: 32px; }
	.mancs-footer-join h2 { font-size: 26px; }
	.mancs-footer-join p { font-size: 11px; }
	.mancs-footer-join__button { width: 100%; }
	.mancs-footer-main { padding: 55px 0; }
	.mancs-footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 25px; }
	.mancs-footer-brand { grid-column: 1 / -1; }
	.mancs-footer-contact { grid-column: 1 / -1; }
	.mancs-footer-company > .mancs-footer__wrap { padding-block: 25px; }
	.mancs-footer-company__facts { grid-template-columns: 1fr 1fr; gap: 18px; }
	.mancs-footer-bottom .mancs-footer__wrap { align-items: flex-start; flex-direction: column; gap: 13px; padding-block: 22px; }
}

@media (max-width: 390px) {
	.mancs-footer-grid { grid-template-columns: 1fr; }
	.mancs-footer-brand, .mancs-footer-contact { grid-column: auto; }
	.mancs-footer-company__facts { grid-template-columns: 1fr; }
	.mancs-footer-company__facts .mancs-footer-company__activity { grid-column: auto; }
	.mancs-footer-bottom nav { flex-wrap: wrap; row-gap: 9px; }
}
