/*
Theme Name: EZAKUPY24 Market
Description: Lekki motyw potomny dla e-zakupy24.pl.
Author: EZAKUPY24
Version: 1.6.8
Template: kadence
Text Domain: ezakupy24
*/

:root {
  --ez-ink: #111111;
  --ez-ink-2: #292929;
  --ez-orange: #ff5a00;
  --ez-orange-dark: #d84c00;
  --ez-yellow: #ff8a00;
  --ez-green: #ff5a00;
  --ez-bg: #f5f5f5;
  --ez-card: #ffffff;
  --ez-muted: #606060;
  --ez-border: #dedede;
  --ez-radius: 18px;
  --ez-shadow: 0 10px 35px rgba(0, 0, 0, .10);
  --ez-wrap: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ez-ink); background: var(--ez-bg); font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; }
a { color: inherit; }
.ez-wrap { width: min(calc(100% - 32px), var(--ez-wrap)); margin-inline: auto; }
.ez-skip { position: absolute; left: -9999px; top: 8px; z-index: 9999; padding: 10px 14px; background: #fff; }
.ez-skip:focus { left: 8px; }

.ez-topbar { background: #111; color: #fff; font-size: 13px; }
.ez-topbar__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.ez-topbar__benefits { display: flex; gap: 22px; }
.ez-topbar a { text-decoration: none; opacity: .92; }

.ez-header { background: var(--ez-card); border-bottom: 1px solid var(--ez-border); position: relative; z-index: 1000; }
.ez-header__main { min-height: 84px; display: grid; grid-template-columns: auto minmax(260px, 1fr) auto; align-items: center; gap: 30px; }
.ez-logo { display: inline-flex; align-items: center; text-decoration: none; white-space: nowrap; }
.ez-logo img { display: block; width: 290px; height: auto; max-height: 54px; object-fit: contain; object-position: left center; }

.ez-search { display: flex; height: 48px; border: 2px solid var(--ez-orange); border-radius: 13px; overflow: hidden; background: #fff; }
.ez-search input { min-width: 0; flex: 1; border: 0; padding: 0 16px; font-size: 15px; color: var(--ez-ink); outline: 0; }
.ez-search button { width: 58px; border: 0; background: var(--ez-orange); color: #fff; cursor: pointer; display: grid; place-items: center; }
.ez-search button svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.ez-search button:hover { background: var(--ez-orange-dark); }
.ez-header__actions { display: flex; align-items: center; gap: 10px; }
.ez-action { position: relative; display: flex; align-items: center; justify-content: center; min-width: 68px; height: 52px; padding: 0 11px; border-radius: 12px; text-decoration: none; background: #f2f2f2; }
.ez-action:hover { color: var(--ez-orange); background: #e8e8e8; }
.ez-action > svg { flex: 0 0 22px; width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.ez-action__label { margin-left: 7px; font-size: 13px; font-weight: 750; }
.ez-cart-count { position: absolute; right: -4px; top: -5px; min-width: 21px; height: 21px; padding: 0 5px; display: grid; place-items: center; border-radius: 99px; background: var(--ez-orange); color: #fff; font: 800 11px/1 system-ui; }

.ez-nav { position: relative; z-index: 999; background: #fff; border-bottom: 1px solid var(--ez-border); }
.ez-nav__inner { display: flex; align-items: stretch; min-height: 48px; gap: 4px; }
.ez-nav a, .ez-nav summary { display: flex; align-items: center; padding: 0 15px; text-decoration: none; font-size: 14px; font-weight: 750; cursor: pointer; }
.ez-nav > .ez-nav__inner > a:hover { color: #fff; background: #111; }
.ez-nav .ez-categories > summary:hover { color: #fff; background: var(--ez-orange); }
.ez-category-panel a:hover { color: #fff; background: #111; }
.ez-categories { position: relative; z-index: 1001; }
.ez-categories > summary { height: 48px; min-width: 190px; color: #fff; background: #111; list-style: none; white-space: nowrap; }
.ez-categories > summary::-webkit-details-marker { display: none; }
.ez-categories > summary::before { content: "☰"; margin-right: 10px; }
.ez-categories[open] > summary { background: #2a2a2a; }
.ez-category-panel { position: absolute; z-index: 1002; left: 0; top: calc(100% + 1px); width: 360px; max-height: min(72vh,720px); overflow-y: auto; padding: 10px; display: block; background: #fff; border: 1px solid var(--ez-border); border-radius: 0 0 14px 14px; box-shadow: 0 18px 45px rgba(0,0,0,.22); }
.ez-category-panel ul { margin: 0; padding: 0; list-style: none; }
.ez-category-panel a { min-height: 42px; border-radius: 9px; }
.ez-category-group > summary { position: relative; min-height: 46px; height: auto; padding: 9px 44px 9px 15px; color: var(--ez-ink); background: #fff; border-radius: 9px; list-style: none; white-space: normal; cursor: pointer; font-size: 14px; }
.ez-category-group > summary > .ez-category-parent-link { min-height: 0; padding: 0; flex: 1; color: inherit; background: transparent !important; border-radius: 0; font-size: inherit; font-weight: inherit; line-height: 1.35; white-space: normal; }
.ez-category-group > summary > .ez-category-parent-link:hover { color: inherit; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 3px; }
.ez-category-group > summary::-webkit-details-marker { display: none; }
.ez-category-group > summary::after { content: "+"; position: absolute; right: 13px; top: 50%; width: 24px; height: 24px; display: grid; place-items: center; transform: translateY(-50%); border-radius: 7px; color: var(--ez-orange); background: #fff1e8; font-size: 18px; line-height: 1; }
.ez-category-group[open] > summary { color: #fff; background: #111; }
.ez-category-group[open] > summary > span { color: #fff; }
.ez-category-group[open] > summary::after { content: "−"; color: #fff; background: var(--ez-orange); }
.ez-category-all { margin: 7px 8px 5px 14px; min-height: 38px !important; padding: 7px 11px !important; color: #111 !important; background: #fff1e8; border-left: 3px solid var(--ez-orange); font-size: 13px !important; font-weight: 750 !important; }
.ez-category-all::after { content: "→"; margin-left: auto; color: var(--ez-orange); font-size: 16px; }
.ez-category-panel .ez-category-level--1 { margin: 0 0 6px 14px; padding-left: 10px; border-left: 2px solid #eee; }
.ez-category-panel .ez-category-level--2,
.ez-category-panel .ez-category-level--3 { margin-left: 14px; padding-left: 10px; border-left: 1px solid #eee; }
.ez-category-panel .ez-category-level--0 > .ez-category-item { margin: 0; }
.ez-category-panel .ez-category-level--0 > .ez-category-item + .ez-category-item { margin-top: 5px; }
.ez-category-panel .ez-category-level--0 > .ez-category-item > .ez-category-group > summary,
.ez-category-panel .ez-category-level--0 > .ez-category-item > a { min-height: 43px; color: #1d1d1d; background: #fff2e9; border-left: 4px solid var(--ez-orange); border-radius: 8px; font-weight: 750; }
.ez-category-panel .ez-category-level--0 > .ez-category-item > .ez-category-group > summary::after { color: #fff; background: var(--ez-orange); }
.ez-category-panel .ez-category-level--0 > .ez-category-item > .ez-category-group[open] > summary { color: #111; background: #ffe3d1; box-shadow: inset 0 0 0 1px #ffc49f; }
.ez-category-panel .ez-category-level--1 a { min-height: 40px; color: #333; font-size: 14px; font-weight: 450; line-height: 1.35; }
.ez-category-panel .ez-category-level--2 a,
.ez-category-panel .ez-category-level--3 a { min-height: 37px; color: #555; font-size: 13px; font-weight: 400; line-height: 1.35; }
.ez-category-panel .ez-category-level--1 summary,
.ez-category-panel .ez-category-level--2 summary,
.ez-category-panel .ez-category-level--3 summary { font-size: 14px; font-weight: 500; }

.ez-top-category { position: relative; }
.ez-top-category > summary { height: 48px; padding: 0 15px; display: flex; align-items: center; list-style: none; cursor: pointer; white-space: nowrap; font-size: 14px; font-weight: 750; }
.ez-top-category > summary > a { height: 100%; padding: 0; display: flex; align-items: center; color: inherit; background: transparent !important; text-decoration: none; font: inherit; }
.ez-top-category > summary > a:hover { color: inherit; }
.ez-top-category > summary::-webkit-details-marker { display: none; }
.ez-top-category > summary::after { content: "+"; margin-left: 7px; color: var(--ez-orange); font-size: 14px; font-weight: 850; }
.ez-top-category[open] > summary,
.ez-top-category > summary:hover { color: #fff; background: #111; }
.ez-top-category[open] > summary::after { content: "−"; color: var(--ez-orange); }
.ez-top-category-panel { position: absolute; z-index: 1002; left: 0; top: calc(100% + 1px); width: 360px; max-height: min(70vh, 680px); overflow-y: auto; padding: 10px; background: #fff; border: 1px solid var(--ez-border); border-radius: 0 0 14px 14px; box-shadow: 0 18px 45px rgba(0,0,0,.20); }
.ez-top-category-panel ul { margin: 0; padding: 0; list-style: none; }
.ez-top-category-panel a { min-height: 38px; padding: 7px 13px; display: flex; align-items: center; border-radius: 8px; font-size: 13px; font-weight: 400; white-space: normal; }
.ez-top-category-panel a:hover { color: #fff; background: #111; }
.ez-top-category-panel .ez-category-group > summary { min-height: 40px; padding: 7px 42px 7px 13px; font-size: 13px; font-weight: 450; }
.ez-top-category-panel .ez-category-level--2,
.ez-top-category-panel .ez-category-level--3 { margin-left: 13px; padding-left: 9px; border-left: 1px solid #e7e7e7; }
.ez-badge { margin-left: auto; padding: 3px 7px; border-radius: 999px; color: #fff; background: var(--ez-green); font-size: 10px; text-transform: uppercase; }

.ez-main { min-height: 55vh; }
.ez-hero { padding: 44px 0 30px; background: radial-gradient(circle at 85% 10%, rgba(255,90,0,.14), transparent 30%), linear-gradient(145deg,#fff 0%,#fff7f2 100%); border-bottom: 1px solid var(--ez-border); }
.ez-hero__grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 42px; align-items: center; }
.ez-eyebrow { display: inline-flex; align-items: center; gap: 7px; padding: 7px 11px; border-radius: 999px; color: #fff; background: #111; font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .45px; }
.ez-hero h1 { max-width: 780px; margin: 17px 0 16px; font-size: clamp(38px, 5vw, 67px); line-height: .98; letter-spacing: -2.7px; }
.ez-hero h1 em { color: var(--ez-orange); font-style: normal; }
.ez-hero__lead { max-width: 680px; margin: 0 0 25px; color: var(--ez-ink-2); font-size: 18px; line-height: 1.65; }
.ez-hero__buttons { display: flex; flex-wrap: wrap; gap: 12px; }
.ez-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border: 1px solid transparent; border-radius: 12px; text-decoration: none; font-size: 15px; font-weight: 850; transition: transform .15s, box-shadow .15s; }
.ez-btn:hover { transform: translateY(-1px); box-shadow: 0 7px 18px rgba(0,0,0,.13); }
.ez-btn--primary,
.ez-btn--primary:visited,
.ez-btn--primary:hover,
.ez-btn--primary:focus { color: #fff !important; background: var(--ez-orange); }
.ez-btn--primary:hover,
.ez-btn--primary:focus { background: var(--ez-orange-dark); }
.ez-btn--secondary { border-color: var(--ez-border); background: #fff; }
.ez-proof { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 18px; color: var(--ez-muted); font-size: 13px; font-weight: 650; }
.ez-proof span::before { content: "✓"; margin-right: 6px; color: var(--ez-green); font-weight: 900; }

.ez-hero-card { padding: 24px; border: 1px solid rgba(255,255,255,.8); border-radius: 25px; background: rgba(255,255,255,.82); box-shadow: var(--ez-shadow); backdrop-filter: blur(8px); }
.ez-hero-card__title { margin: 0 0 16px; font-size: 17px; }
.ez-deal { display: grid; grid-template-columns: 1fr auto; gap: 13px; align-items: center; padding: 15px 0; border-bottom: 1px solid var(--ez-border); text-decoration: none; }
.ez-deal:last-child { border: 0; }
.ez-deal__icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 13px; background: #fff7ed; font-size: 23px; }
.ez-deal strong, .ez-deal small { display: block; }
.ez-deal small { margin-top: 2px; color: var(--ez-muted); }
.ez-deal__go { color: var(--ez-orange-dark); font-weight: 900; }

.ez-section { padding: 54px 0; }
.ez-section--white { background: #fff; }
.ez-section__head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.ez-section__head h2 { margin: 0; font-size: clamp(27px, 3vw, 39px); letter-spacing: -1.1px; }
.ez-section__head p { max-width: 560px; margin: 8px 0 0; color: var(--ez-muted); line-height: 1.6; }
.ez-text-link { color: var(--ez-orange-dark); font-weight: 800; text-decoration: none; }

.ez-category-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.ez-category-card { min-height: 108px; display: flex; align-items: flex-end; padding: 18px; border: 1px solid var(--ez-border); border-radius: var(--ez-radius); background: #fff; text-decoration: none; transition: transform .15s, border-color .15s, box-shadow .15s; }
.ez-category-card:hover { transform: translateY(-3px); border-color: #ffb870; box-shadow: var(--ez-shadow); }
.ez-category-card strong { font-size: 15px; }
.ez-category-card small { color: var(--ez-muted); }

.ez-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ez-feature { min-height: 260px; padding: 27px; border-radius: 22px; position: relative; overflow: hidden; }
.ez-feature--bio { background: #fff0e8; }
.ez-feature--coffee { background: #ececec; }
.ez-feature--tools { color: #fff; background: var(--ez-ink); }
.ez-feature h3 { margin: 20px 0 8px; font-size: 26px; letter-spacing: -.6px; }
.ez-feature p { min-height: 48px; margin: 0 0 20px; color: inherit; opacity: .78; line-height: 1.55; }
.ez-feature a { font-weight: 850; text-decoration: none; }

.ez-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; counter-reset: steps; }
.ez-step { padding: 24px; border: 1px solid var(--ez-border); border-radius: var(--ez-radius); background: #fff; counter-increment: steps; }
.ez-step::before { content: counter(steps); display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 18px; border-radius: 12px; color: #fff; background: var(--ez-orange); font-weight: 900; }
.ez-step h3 { margin: 0 0 8px; }
.ez-step p { margin: 0; color: var(--ez-muted); line-height: 1.6; }

.ez-newsletter { margin: 28px auto 58px; padding: 38px; display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; border-radius: 26px; color: #fff; background: linear-gradient(125deg,#111,#292929); box-shadow: var(--ez-shadow); }
.ez-newsletter h2 { margin: 0 0 8px; color: #fff; font-size: 31px; }
.ez-newsletter p { margin: 0; color: #ddd; }

/* Strona główna z poradnikami */
.ez-editorial-hero { padding: 46px 0 42px; color: #fff; background: #111; }
.ez-editorial-hero__inner { max-width: 900px; }
.ez-editorial-hero h1 { max-width: 850px; margin: 16px 0 14px; color: #fff; font-size: clamp(38px, 5vw, 66px); line-height: 1.02; letter-spacing: -2.4px; }
.ez-editorial-hero p { max-width: 720px; margin: 0; color: #d2d2d2; font-size: 18px; line-height: 1.65; }
.ez-editorial-hero__buttons { margin-top: 25px; }
.ez-editorial-hero .ez-btn--secondary { color: #111; background: #fff; }
.ez-editorial-feed { background: #fff; }
.ez-blog-intro { padding: 48px 0 25px; color: #fff; background: #111; }
.ez-blog-intro h2 { max-width: 850px; margin: 15px 0 10px; color: #fff; font-size: clamp(32px, 4vw, 48px); line-height: 1.08; letter-spacing: -1.4px; }
.ez-blog-intro p { max-width: 720px; margin: 0; color: #ccc; font-size: 17px; line-height: 1.55; }
.ez-editorial-section { padding: 52px 0 58px; }
.ez-editorial-section:nth-child(even) { background: #f7f7f7; }
.ez-editorial-section__head { min-height: 78px; margin-bottom: 28px; padding-top: 10px; display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; border-top: 6px solid #111; }
.ez-editorial-section__head h2 { margin: 0; font-size: clamp(31px, 4vw, 45px); line-height: 1.1; letter-spacing: -1.4px; }
.ez-editorial-section__head p { max-width: 700px; margin: 7px 0 0; color: var(--ez-muted); line-height: 1.5; }
.ez-editorial-section__head > a { margin-top: 8px; padding-bottom: 3px; color: var(--ez-orange-dark); border-bottom: 2px solid currentColor; font-weight: 850; text-decoration: none; white-space: nowrap; }
.ez-editorial-section__head > a:hover { color: #111; }
.ez-editorial-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(420px, .85fr); gap: 40px; align-items: start; }
.ez-editorial-main h3 { margin: 16px 0 9px; font-size: clamp(24px, 2.3vw, 33px); line-height: 1.12; letter-spacing: -.7px; }
.ez-editorial-main h3 a,
.ez-editorial-teaser h3 a { text-decoration: none; }
.ez-editorial-main h3 a:hover,
.ez-editorial-teaser h3 a:hover { color: var(--ez-orange-dark); }
.ez-editorial-main > p { max-width: 720px; margin: 0 0 12px; color: #333; font-size: 16px; line-height: 1.6; }
.ez-editorial-image { display: block; overflow: hidden; background: #eee; text-decoration: none; }
.ez-editorial-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .25s ease; }
.ez-editorial-image:hover img { transform: scale(1.025); }
.ez-editorial-image--main { aspect-ratio: 16 / 9; }
.ez-editorial-image--small { width: 168px; aspect-ratio: 3 / 2; }
.ez-editorial-placeholder { position: relative; width: 100%; height: 100%; display: grid; place-items: center; overflow: hidden; color: #fff; background: linear-gradient(145deg, #111 0 55%, var(--ez-orange) 55% 100%); }
.ez-editorial-placeholder::before { content: ""; position: absolute; width: 45%; aspect-ratio: 1; border: 20px solid rgba(255,255,255,.15); border-radius: 50%; }
.ez-editorial-placeholder span { position: relative; z-index: 1; max-width: 80%; padding: 7px 10px; color: #fff; background: #111; font-size: 13px; font-weight: 850; text-align: center; text-transform: uppercase; letter-spacing: .5px; }
.ez-editorial-side { display: grid; gap: 22px; }
.ez-editorial-teaser { min-height: 128px; display: grid; grid-template-columns: 168px minmax(0,1fr); gap: 16px; padding-bottom: 22px; border-bottom: 1px solid var(--ez-border); }
.ez-editorial-teaser:last-child { padding-bottom: 0; border-bottom: 0; }
.ez-editorial-teaser h3 { margin: 0 0 6px; font-size: 19px; line-height: 1.17; letter-spacing: -.2px; }
.ez-editorial-teaser p { margin: 0 0 7px; color: #444; font-size: 13px; line-height: 1.45; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.ez-editorial-main time,
.ez-editorial-teaser time { color: #666; font-size: 11px; font-weight: 700; }

/* Strona rankingów */
.ez-rankings-hero { padding: 48px 0 44px; color: #fff; background: linear-gradient(125deg, #111, #2a2a2a); }
.ez-rankings-hero h1 { max-width: 850px; margin: 16px 0 12px; color: #fff; font-size: clamp(39px, 5vw, 64px); line-height: 1.02; letter-spacing: -2px; }
.ez-rankings-hero p { max-width: 760px; margin: 0; color: #d2d2d2; font-size: 18px; line-height: 1.6; }
.ez-rankings-grid { padding-top: 48px; padding-bottom: 64px; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 25px; }
.ez-ranking-category { min-width: 0; padding: 25px 27px 23px; border: 1px solid var(--ez-border); border-top: 6px solid #111; border-radius: 0 0 15px 15px; background: #fff; }
.ez-ranking-category header { margin-bottom: 15px; display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
.ez-ranking-category h2 { margin: 0; font-size: 27px; line-height: 1.15; }
.ez-ranking-category h2 a { text-decoration: none; }
.ez-ranking-category h2 a:hover { color: var(--ez-orange-dark); }
.ez-ranking-category header span { color: #777; font-size: 11px; font-weight: 750; white-space: nowrap; text-transform: uppercase; }
.ez-ranking-list { margin: 0; padding: 0; list-style: none; counter-reset: ranking-posts; }
.ez-ranking-list li { position: relative; margin: 0; padding: 11px 0 11px 36px; border-top: 1px solid #e8e8e8; counter-increment: ranking-posts; }
.ez-ranking-list li::before { content: counter(ranking-posts); position: absolute; left: 0; top: 11px; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 6px; color: #fff; background: #111; font-size: 11px; font-weight: 850; }
.ez-ranking-list a { display: inline; font-weight: 750; line-height: 1.35; text-decoration: none; }
.ez-ranking-list a:hover { color: var(--ez-orange-dark); text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 3px; }
.ez-ranking-empty { margin: 18px 0; color: var(--ez-muted); }
.ez-ranking-more { width: fit-content; margin-top: 15px; display: inline-flex; padding-bottom: 3px; color: var(--ez-orange-dark); border-bottom: 2px solid currentColor; font-weight: 850; text-decoration: none; }
.ez-ranking-more:hover { color: #111; }

.ez-footer { padding: 42px 0 22px; color: #eee; background: #111; }
.ez-footer__grid { display: grid; grid-template-columns: 1.4fr repeat(2, 1fr); gap: 50px; }
.ez-logo--footer { width: fit-content; }
.ez-logo--footer img { width: 290px; max-height: 50px; }
.ez-footer p { max-width: 430px; color: #aaa; line-height: 1.65; }
.ez-footer h3 { color: #fff; font-size: 14px; text-transform: uppercase; letter-spacing: .6px; }
.ez-footer ul { margin: 0; padding: 0; list-style: none; }
.ez-footer li { margin: 9px 0; }
.ez-footer a { color: #eee; text-decoration: none; }
.ez-footer a:hover { color: var(--ez-yellow); }
.ez-footer__bottom { margin-top: 32px; padding-top: 20px; display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.16); color: #aaa; font-size: 13px; }
.ez-footer__bottom a { color: var(--ez-orange); font-weight: 800; }

/* Konto i formularze */
.woocommerce-account:not(.logged-in) .woocommerce { display: grid; grid-template-columns: minmax(0,1fr); gap: 24px; }
.woocommerce-account.logged-in .woocommerce { display: flex !important; flex-wrap: wrap; align-items: stretch; gap: 24px 36px; }
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation,
.woocommerce-account.logged-in .woocommerce-MyAccount-content { width: auto; float: none; }
.woocommerce-account.logged-in .woocommerce > .woocommerce-notices-wrapper { flex: 0 0 100%; order: 1; }
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation { flex: 0 0 370px; order: 2; align-self: stretch; border: 1px solid var(--ez-border) !important; border-radius: 14px; overflow: hidden; background: #fff; }
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation::before,
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation::after { display: none !important; content: none !important; }
.woocommerce-account.logged-in .woocommerce-MyAccount-content { flex: 1 1 600px; order: 3; min-width: 0; align-self: stretch; }
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul { margin: 0; padding: 0; list-style: none; border: 0; border-radius: 0; overflow: hidden; background: #fff; }
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li { margin: 0; border-bottom: 1px solid var(--ez-border); }
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li:last-child { border-bottom: 0; }
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a { display: block; padding: 13px 16px; text-decoration: none; font-weight: 700; }
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation .is-active a { color: #fff; background: var(--ez-orange); }
.woocommerce-account.logged-in .woocommerce-MyAccount-content { min-height: 310px; padding: 26px; border: 1px solid var(--ez-border); border-radius: 14px; background: #fff; }
.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-orders-table { width: 100%; table-layout: auto; }
.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions { white-space: normal; }
.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions .button { display: inline-flex; margin: 3px; }
.woocommerce-account .u-columns { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.woocommerce-account .woocommerce .col2-set .col-1,
.woocommerce-account .woocommerce .col2-set .col-2 { width: auto; float: none; }
.woocommerce-account .woocommerce .col2-set .col-1 { grid-column: 1; }
.woocommerce-account .woocommerce .col2-set .col-2 { grid-column: 2; }
.woocommerce-account .woocommerce h2 { color: #111; }
.woocommerce form.login, .woocommerce form.register { margin: 0; padding: 25px; border: 1px solid var(--ez-border); border-radius: 16px; background: #fff; }
.woocommerce form .form-row input.input-text { min-height: 46px; padding: 10px 12px; border: 1px solid #bbb; border-radius: 9px; }
.woocommerce form .form-row input.input-text:focus { border-color: var(--ez-orange); outline: 2px solid rgba(255,90,0,.15); }

/* WooCommerce */
.woocommerce .products ul, .woocommerce ul.products { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto !important; margin: 0 !important; padding: 16px; border: 1px solid var(--ez-border); border-radius: 16px; background: #fff; }
.woocommerce ul.products li.product .button, .woocommerce button.button.alt, .woocommerce a.button.alt { border-radius: 10px; color: #fff; background: var(--ez-orange); }
.woocommerce span.onsale { background: var(--ez-orange); }
.site-main, .content-area { width: min(calc(100% - 32px), var(--ez-wrap)); margin: 34px auto; }

@media (max-width: 980px) {
  .ez-topbar__benefits span:nth-child(n+2) { display: none; }
  .ez-header__main { grid-template-columns: 1fr auto; gap: 15px; padding: 14px 0; }
  .ez-search { grid-column: 1 / -1; grid-row: 2; }
  .ez-action__label { display: none; }
  .ez-nav__inner { overflow-x: auto; }
  .ez-category-grid { grid-template-columns: repeat(3, 1fr); }
  .ez-feature-grid { grid-template-columns: 1fr; }
  .ez-feature { min-height: 220px; }
  .ez-feature h3 { margin-top: 22px; }
  .woocommerce .products ul, .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .ez-editorial-grid { grid-template-columns: 1fr; }
  .ez-editorial-side { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .ez-editorial-teaser { grid-template-columns: 1fr; }
  .ez-editorial-image--small { width: 100%; }
  .ez-rankings-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .ez-wrap { width: min(calc(100% - 22px), var(--ez-wrap)); }
  .ez-topbar__inner { min-height: 31px; font-size: 11px; }
  .ez-logo img { width: 225px; }
  .ez-header__main { min-height: auto; }
  .ez-action { min-width: 40px; min-height: 40px; }
  .ez-nav__inner { min-height: 46px; overflow: visible; gap: 0; }
  .ez-nav a, .ez-nav summary { padding-inline: 12px; font-size: 13px; }
  .ez-nav .ez-top-category { display: none; }
  .ez-nav .ez-categories { flex: 1 1 auto; min-width: 0; }
  .ez-nav .ez-categories > summary { width: 100%; min-width: 0; height: 46px; justify-content: center; color: #fff; background: #111; }
  .ez-nav .ez-nav-link { flex: 0 0 auto; height: 46px; padding-inline: 14px; justify-content: center; }
  .ez-categories > summary { min-width: 165px; }
  .ez-category-panel { left: 0; width: min(390px,calc(100vw - 22px)); max-height: calc(100vh - 190px); }
  .ez-hero { padding-top: 30px; }
  .ez-hero__grid { grid-template-columns: 1fr; gap: 27px; }
  .ez-hero h1 { font-size: 42px; letter-spacing: -1.8px; }
  .ez-hero__lead { font-size: 16px; }
  .ez-category-grid { grid-template-columns: repeat(2, 1fr); }
  .ez-category-card { min-height: 138px; }
  .ez-section { padding: 40px 0; }
  .ez-section__head { align-items: start; flex-direction: column; }
  .ez-editorial-hero { padding: 36px 0; }
  .ez-editorial-hero h1 { font-size: 40px; letter-spacing: -1.5px; }
  .ez-editorial-section { padding: 38px 0 42px; }
  .ez-editorial-section__head { min-height: 0; margin-bottom: 22px; flex-direction: column; gap: 8px; }
  .ez-editorial-section__head > a { margin-top: 0; }
  .ez-editorial-side { grid-template-columns: 1fr; }
  .ez-editorial-teaser { grid-template-columns: 122px minmax(0,1fr); }
  .ez-editorial-image--small { width: 122px; }
  .ez-rankings-hero { padding: 36px 0; }
  .ez-rankings-hero h1 { font-size: 40px; letter-spacing: -1.4px; }
  .ez-rankings-grid { padding-top: 30px; padding-bottom: 42px; }
  .ez-ranking-category { padding: 21px 19px; }
  .ez-steps { grid-template-columns: 1fr; }
  .ez-newsletter { grid-template-columns: 1fr; padding: 28px; }
  .ez-footer__grid { grid-template-columns: 1fr; gap: 25px; }
  .ez-footer__bottom { align-items: flex-start; flex-direction: column; }
  .woocommerce-account .u-columns { grid-template-columns: 1fr; }
  .woocommerce-account .woocommerce .col2-set .col-1,
  .woocommerce-account .woocommerce .col2-set .col-2 { grid-column: 1; }
  .woocommerce-account.logged-in .woocommerce { display: flex !important; flex-direction: column; flex-wrap: nowrap; }
  .woocommerce-account.logged-in .woocommerce > .woocommerce-notices-wrapper,
  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation,
  .woocommerce-account.logged-in .woocommerce-MyAccount-content { flex: 0 0 auto; width: 100%; }
  .woocommerce-account.logged-in .woocommerce-MyAccount-content { min-height: 0; padding: 20px; }
  .woocommerce-products-header { margin-bottom: 20px; }
  .woocommerce-products-header__title.page-title { margin: 0; font-size: 34px; line-height: 1.12; }
  .woocommerce .woocommerce-result-count,
  .woocommerce .woocommerce-ordering { width: 100%; float: none; margin: 0 0 14px; }
  .woocommerce .woocommerce-ordering select { width: 100%; min-height: 44px; padding: 8px 32px 8px 10px; font-size: 14px; }
  .woocommerce .products ul,
  .woocommerce ul.products { grid-template-columns: 1fr; gap: 12px; }
  .woocommerce ul.products li.product { min-width: 0; min-height: 150px; padding: 13px; border-radius: 14px; }
  .woocommerce ul.products li.product > a.woocommerce-LoopProduct-link { min-width: 0; display: grid; grid-template-columns: 112px minmax(0,1fr); grid-template-rows: auto auto 1fr; column-gap: 14px; align-items: start; text-decoration: none; }
  .woocommerce ul.products li.product a img { grid-column: 1; grid-row: 1 / 4; width: 112px; height: 112px; aspect-ratio: 1 / 1; margin: 0; object-fit: contain; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { grid-column: 2; grid-row: 1; min-height: 0; margin: 0 0 8px; padding: 0; font-size: 16px !important; line-height: 1.3; font-weight: 750; text-transform: none; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; overflow-wrap: anywhere; }
  .woocommerce ul.products li.product .price { grid-column: 2; grid-row: 2; margin: 0; font-size: 17px; line-height: 1.3; font-weight: 750; }
  .woocommerce ul.products li.product .button { width: calc(100% - 126px); margin: 10px 0 0 126px; padding: 10px 8px; font-size: 12px; text-align: center; }
  .tax-product_cat .site-main,
  .tax-product_cat .content-area { margin-top: 24px; }
}
