/*
Theme Name: VOGREX Showcase
Theme URI: https://example.invalid/vogrex
Description: VOGREX garden catalogue child theme.
Author: Codex
Version: 1.0.0
Template: iconvert-sneakers
Text Domain: vogrex
*/

:root {
  --vx-ink: #18201b;
  --vx-muted: #667069;
  --vx-forest: #315b45;
  --vx-forest-dark: #214332;
  --vx-clay: #b76543;
  --vx-sage: #dfe9df;
  --vx-mist: #f1f5f1;
  --vx-paper: #ffffff;
  --vx-line: #d9dfda;
  --vx-charcoal: #202521;
  --vx-width: 1320px;
  --vx-shadow: 0 20px 48px rgba(24, 32, 27, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.vogrex-site {
  margin: 0;
  color: var(--vx-ink);
  background: var(--vx-paper);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
}
body.vogrex-site.admin-bar .vx-header { top: 32px; }
body.vogrex-site img { display: block; max-width: 100%; }
body.vogrex-site a { color: inherit; text-decoration: none; }
body.vogrex-site button,
body.vogrex-site input,
body.vogrex-site select { font: inherit; letter-spacing: 0; }
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.vx-skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 999;
  padding: 10px 14px;
  color: #fff;
  background: var(--vx-forest-dark);
  transform: translateY(-150%);
}
.vx-skip-link:focus { transform: translateY(0); }
.vx-shell { width: min(var(--vx-width), calc(100% - 48px)); margin-inline: auto; }

.vx-service-bar {
  display: flex;
  justify-content: center;
  gap: 42px;
  min-height: 34px;
  padding: 7px 24px;
  color: #dfe7e0;
  background: var(--vx-charcoal);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
.vx-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid var(--vx-line);
  backdrop-filter: blur(14px);
}
.vx-header-main {
  display: grid;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 82px;
}
.vx-brand { display: inline-grid; line-height: 1; }
.vx-brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 700;
}
.vx-brand small { margin-top: 7px; color: var(--vx-muted); font-size: 9px; text-transform: uppercase; }
.vx-primary-nav { display: flex; justify-content: center; gap: 3px; }
.vx-primary-nav a {
  padding: 12px 11px;
  border-bottom: 2px solid transparent;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
.vx-primary-nav a:hover,
.vx-primary-nav a:focus-visible { color: var(--vx-forest); border-color: var(--vx-forest); }
.vx-header-cta,
.vx-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 19px;
  border: 1px solid var(--vx-forest);
  border-radius: 3px;
  color: #fff;
  background: var(--vx-forest);
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}
.vx-header-cta:hover,
.vx-button:hover { color: #fff; background: var(--vx-forest-dark); border-color: var(--vx-forest-dark); transform: translateY(-1px); }
.vx-button-secondary { color: var(--vx-ink); background: transparent; border-color: rgba(255,255,255,.65); }
.vx-menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 1px solid var(--vx-line); background: #fff; }
.vx-menu-toggle span { display: block; height: 2px; margin: 4px 0; background: var(--vx-ink); }

.vx-hero { position: relative; min-height: 660px; max-height: 780px; overflow: hidden; color: #fff; background: var(--vx-charcoal); }
.vx-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.vx-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18, 27, 21, .9) 0%, rgba(18, 27, 21, .68) 42%, rgba(18, 27, 21, .12) 75%); }
.vx-hero-inner { position: relative; z-index: 2; display: flex; align-items: center; min-height: 660px; padding-block: 64px; }
.vx-hero-copy { max-width: 650px; }
.vx-eyebrow { margin: 0 0 17px; color: var(--vx-clay); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.vx-hero .vx-eyebrow { color: #f2bd9f; }
.vx-hero h1 {
  max-width: 630px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 68px;
  font-weight: 400;
  line-height: 1.03;
  overflow-wrap: anywhere;
}
.vx-hero-lede { max-width: 540px; margin: 24px 0 0; color: #e2e8e3; font-size: 17px; line-height: 1.7; }
.vx-hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.vx-hero-facts { display: flex; gap: 0; margin: 45px 0 0; }
.vx-hero-facts div { min-width: 135px; padding: 0 24px; border-left: 1px solid rgba(255,255,255,.3); }
.vx-hero-facts div:first-child { padding-left: 0; border-left: 0; }
.vx-hero-facts strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 27px; font-weight: 400; }
.vx-hero-facts span { color: #cdd7cf; font-size: 10px; text-transform: uppercase; }

.vx-section { padding: 88px 0; }
.vx-section-sage { background: var(--vx-mist); }
.vx-section-dark { color: #fff; background: var(--vx-charcoal); }
.vx-section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 470px); gap: 48px; align-items: end; margin-bottom: 36px; }
.vx-section-heading h2,
.vx-about h2,
.vx-detail-title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 43px;
  font-weight: 400;
  line-height: 1.12;
  overflow-wrap: anywhere;
}
.vx-section-heading > p { margin: 0; color: var(--vx-muted); font-size: 14px; }
.vx-section-dark .vx-section-heading > p { color: #b8c2ba; }

.vx-department-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.vx-department { position: relative; min-height: 390px; overflow: hidden; border-radius: 4px; background: #dfe5df; }
.vx-department img { width: 100%; height: 100%; object-fit: cover; transition: transform 300ms ease; }
.vx-department:hover img { transform: scale(1.035); }
.vx-department::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(14, 22, 17, .86)); }
.vx-department-copy { position: absolute; z-index: 2; right: 20px; bottom: 20px; left: 20px; color: #fff; }
.vx-department-copy small { color: #d9e2dc; font-size: 10px; text-transform: uppercase; }
.vx-department-copy h3 { margin: 6px 0 3px; font-family: Georgia, "Times New Roman", serif; font-size: 25px; font-weight: 400; }
.vx-department-copy span { font-size: 12px; font-weight: 700; }

.vx-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.vx-product-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--vx-line); border-radius: 4px; background: #fff; transition: transform 180ms ease, box-shadow 180ms ease; }
.vx-product-card[hidden] { display: none !important; }
.vx-product-card:hover { transform: translateY(-3px); box-shadow: var(--vx-shadow); }
.vx-product-media { position: relative; display: grid; place-items: center; aspect-ratio: 1 / 1; overflow: hidden; background: #f4f6f4; }
.vx-product-media img { width: 100%; height: 100%; object-fit: contain; transition: transform 220ms ease; }
.vx-product-card:hover .vx-product-media img { transform: scale(1.025); }
.vx-product-count { position: absolute; top: 12px; right: 12px; padding: 5px 8px; border-radius: 2px; background: rgba(255,255,255,.92); font-size: 10px; font-weight: 800; }
.vx-product-body { display: flex; flex: 1; flex-direction: column; min-width: 0; padding: 19px; }
.vx-product-category { margin: 0 0 8px; color: var(--vx-clay); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.vx-product-card h3 { min-height: 50px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 18px; font-weight: 600; line-height: 1.28; overflow-wrap: anywhere; }
.vx-product-description { display: -webkit-box; min-height: 62px; margin: 11px 0 15px; overflow: hidden; color: var(--vx-muted); font-size: 12px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.vx-product-price { margin: auto 0 15px; font-size: 19px; font-weight: 800; font-variant-numeric: tabular-nums; }
.vx-product-actions { display: grid; grid-template-columns: 1fr auto; gap: 13px; align-items: center; padding-top: 13px; border-top: 1px solid var(--vx-line); }
.vx-detail-link { font-size: 12px; font-weight: 800; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.vx-detail-link:hover { color: var(--vx-forest); }
.vx-buy-button { min-height: 39px; padding: 0 14px; }

.vx-shop-toolbar { display: grid; grid-template-columns: minmax(250px, 1fr) 240px 190px; gap: 12px; margin-bottom: 24px; padding-block: 16px; border-top: 1px solid var(--vx-line); border-bottom: 1px solid var(--vx-line); }
.vx-field { display: grid; gap: 6px; }
.vx-field label { color: var(--vx-muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.vx-field input,
.vx-field select { width: 100%; min-height: 45px; padding: 0 13px; border: 1px solid #bbc4bd; border-radius: 3px; color: var(--vx-ink); background: #fff; }
.vx-field input:focus,
.vx-field select:focus { outline: 3px solid rgba(49,91,69,.18); border-color: var(--vx-forest); }
.vx-results-bar { display: flex; justify-content: space-between; align-items: center; gap: 18px; margin-bottom: 20px; }
.vx-results-bar p { margin: 0; color: var(--vx-muted); font-size: 13px; }
.vx-pagination { display: flex; justify-content: center; gap: 6px; min-height: 42px; margin-top: 34px; }
.vx-pagination button { min-width: 40px; min-height: 40px; padding: 0 12px; border: 1px solid var(--vx-line); border-radius: 3px; background: #fff; cursor: pointer; }
.vx-pagination button:hover,
.vx-pagination button.is-active { color: #fff; background: var(--vx-forest); border-color: var(--vx-forest); }
.vx-pagination button:disabled { opacity: .4; cursor: default; }
.vx-empty { display: none; padding: 50px 20px; text-align: center; border-block: 1px solid var(--vx-line); }

.vx-value-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid rgba(255,255,255,.16); }
.vx-value { padding: 32px; border-left: 1px solid rgba(255,255,255,.16); }
.vx-value:first-child { border-left: 0; }
.vx-value span { color: #dda98d; font-size: 11px; font-weight: 800; }
.vx-value h3 { margin: 10px 0 8px; font-family: Georgia, "Times New Roman", serif; font-size: 23px; font-weight: 400; }
.vx-value p { margin: 0; color: #b8c2ba; font-size: 13px; }

.vx-about { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.vx-about-media { min-height: 540px; overflow: hidden; }
.vx-about-media img { width: 100%; height: 100%; object-fit: cover; }
.vx-about-copy > p:not(.vx-eyebrow) { color: var(--vx-muted); font-size: 15px; line-height: 1.8; }
.vx-about-details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--vx-line); }
.vx-about-details dt { color: var(--vx-muted); font-size: 10px; text-transform: uppercase; }
.vx-about-details dd { margin: 4px 0 0; font-size: 12px; font-weight: 700; overflow-wrap: anywhere; }

.vx-breadcrumbs { padding: 24px 0; color: var(--vx-muted); font-size: 12px; }
.vx-breadcrumbs a:hover { color: var(--vx-forest); }
.vx-detail { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); gap: 56px; padding-bottom: 82px; }
.vx-gallery-stage { display: grid; place-items: center; aspect-ratio: 1 / 1; overflow: hidden; background: var(--vx-mist); }
.vx-gallery-stage img { width: 100%; height: 100%; object-fit: contain; }
.vx-gallery-thumbs { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 8px; margin-top: 10px; }
.vx-gallery-thumb { aspect-ratio: 1; padding: 0; overflow: hidden; border: 2px solid transparent; border-radius: 2px; background: var(--vx-mist); cursor: pointer; }
.vx-gallery-thumb.is-active { border-color: var(--vx-forest); }
.vx-gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }
.vx-detail-copy { align-self: start; position: sticky; top: 122px; }
.vx-detail-price { margin: 20px 0; font-size: 28px; font-weight: 800; }
.vx-detail-summary { color: var(--vx-muted); font-size: 15px; line-height: 1.8; }
.vx-detail-meta { margin: 26px 0; border-top: 1px solid var(--vx-line); }
.vx-detail-meta div { display: grid; grid-template-columns: 115px 1fr; gap: 18px; padding: 13px 0; border-bottom: 1px solid var(--vx-line); font-size: 13px; }
.vx-detail-meta dt { color: var(--vx-muted); }
.vx-detail-meta dd { margin: 0; font-weight: 700; overflow-wrap: anywhere; }
.vx-detail-buy { width: 100%; min-height: 51px; font-size: 14px; }
.vx-detail-note { margin: 12px 0 0; color: var(--vx-muted); font-size: 11px; }
.vx-detail-section { padding: 56px 0; border-top: 1px solid var(--vx-line); }
.vx-detail-section h2 { margin: 0 0 20px; font-family: Georgia, "Times New Roman", serif; font-size: 30px; font-weight: 400; }
.vx-detail-section p { max-width: 850px; color: var(--vx-muted); line-height: 1.8; }

.vx-footer { padding: 68px 0 24px; color: #d8dfd9; background: #18201b; }
.vx-footer-grid { display: grid; grid-template-columns: 1.25fr .7fr .7fr 1fr; gap: 48px; }
.vx-footer .vx-brand strong { color: #fff; }
.vx-footer-brand p { max-width: 410px; color: #97a49a; font-size: 13px; }
.vx-footer h2 { margin: 0 0 15px; color: #fff; font-size: 12px; text-transform: uppercase; }
.vx-footer nav { display: flex; flex-direction: column; gap: 9px; }
.vx-footer nav a,
.vx-footer-contact p { margin: 0; color: #aab5ac; font-size: 12px; }
.vx-footer nav a:hover { color: #fff; }
.vx-footer-bottom { margin-top: 45px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #7f8d82; font-size: 11px; }

@media (max-width: 1120px) {
  .vx-header-main { grid-template-columns: 170px 1fr auto; gap: 16px; }
  .vx-primary-nav a { padding-inline: 7px; font-size: 11px; }
  .vx-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .vx-department-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vx-about { gap: 48px; }
  .vx-footer-grid { grid-template-columns: 1.2fr .7fr .7fr; }
  .vx-footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  body.vogrex-site.admin-bar .vx-header { top: 46px; }
  .vx-shell { width: min(var(--vx-width), calc(100% - 32px)); }
  .vx-service-bar span:last-child { display: none; }
  .vx-header-main { grid-template-columns: 1fr auto auto; min-height: 70px; }
  .vx-menu-toggle { display: block; }
  .vx-primary-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; flex-direction: column; gap: 0; padding: 10px 16px 18px; background: #fff; border-bottom: 1px solid var(--vx-line); box-shadow: 0 16px 28px rgba(24,32,27,.1); }
  .vx-primary-nav.is-open { display: flex; }
  .vx-primary-nav a { padding: 11px 2px; border-bottom: 1px solid var(--vx-line); }
  .vx-header-cta { min-height: 40px; }
  .vx-hero,
  .vx-hero-inner { min-height: 580px; }
  .vx-hero h1 { font-size: 52px; }
  .vx-section { padding: 68px 0; }
  .vx-section-heading { grid-template-columns: 1fr; gap: 16px; }
  .vx-section-heading h2,
  .vx-about h2,
  .vx-detail-title { font-size: 36px; }
  .vx-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vx-shop-toolbar { grid-template-columns: 1fr 1fr; }
  .vx-shop-toolbar .vx-field:first-child { grid-column: 1 / -1; }
  .vx-value-grid { grid-template-columns: 1fr; }
  .vx-value { border-top: 1px solid rgba(255,255,255,.16); border-left: 0; }
  .vx-value:first-child { border-top: 0; }
  .vx-about { grid-template-columns: 1fr; }
  .vx-about-media { min-height: 420px; }
  .vx-detail { grid-template-columns: 1fr; gap: 35px; }
  .vx-detail-copy { position: static; }
}

@media (max-width: 560px) {
  .vx-shell { width: min(var(--vx-width), calc(100% - 24px)); }
  .vx-service-bar { justify-content: space-between; gap: 12px; padding-inline: 12px; font-size: 9px; }
  .vx-header-cta { display: none; }
  .vx-header-main { grid-template-columns: 1fr auto; }
  .vx-brand strong { font-size: 26px; }
  .vx-hero { min-height: 540px; max-height: 610px; }
  .vx-hero-inner { min-height: 540px; padding-block: 40px; }
  .vx-hero::after { background: linear-gradient(90deg, rgba(18,27,21,.92) 0%, rgba(18,27,21,.72) 72%, rgba(18,27,21,.28)); }
  .vx-hero h1 { font-size: 41px; }
  .vx-hero-lede { font-size: 14px; }
  .vx-hero-actions { align-items: flex-start; flex-direction: column; }
  .vx-hero-facts { margin-top: 32px; }
  .vx-hero-facts div { min-width: 0; padding-inline: 13px; }
  .vx-hero-facts strong { font-size: 23px; }
  .vx-section { padding: 54px 0; }
  .vx-section-heading h2,
  .vx-about h2,
  .vx-detail-title { font-size: 31px; }
  .vx-department-grid,
  .vx-product-grid { grid-template-columns: 1fr; }
  .vx-department { min-height: 330px; }
  .vx-product-card h3 { min-height: 0; }
  .vx-shop-toolbar { grid-template-columns: 1fr; }
  .vx-shop-toolbar .vx-field:first-child { grid-column: auto; }
  .vx-results-bar { align-items: flex-start; flex-direction: column; }
  .vx-about-media { min-height: 330px; }
  .vx-about-details { grid-template-columns: 1fr; }
  .vx-gallery-thumbs { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .vx-detail-meta div { grid-template-columns: 90px 1fr; }
  .vx-footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 20px; }
  .vx-footer-brand,
  .vx-footer-contact { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
