:root {
  --agr-container: 100%;
  --agr-page-gutter: clamp(18px, 3.4vw, 72px);
  --agr-navy: #071b3f;
  --agr-text: #10224b;
  --agr-muted: #63708b;
  --agr-green: #3f9147;
  --agr-green-dark: #2f7837;
  --agr-orange: #ff6b1a;
  --agr-orange-dark: #ec5510;
  --agr-blue: #2176e0;
  --agr-purple: #8a4bea;
  --agr-pink: #f35d92;
  --agr-red: #ef4444;
  --agr-cyan: #20b7c4;
  --agr-yellow: #ffc247;
  --agr-cream: #fff5e7;
  --agr-soft: #f8fafc;
  --agr-border: #e8edf5;
  --agr-shadow: 0 12px 30px rgba(13, 31, 69, 0.08);
  --agr-shadow-sm: 0 6px 18px rgba(13, 31, 69, 0.06);
  --agr-radius-sm: 6px;
  --agr-radius: 8px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.agr-theme {
  margin: 0;
  color: var(--agr-text);
  background: #fff;
  font-family: "Nunito", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  image-rendering: auto;
  backface-visibility: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.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;
}

.agr-container {
  width: 100%;
  max-width: var(--agr-container);
  margin-inline: auto;
  padding-inline: var(--agr-page-gutter);
}

.agr-svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.agr-site-main {
  min-height: 55vh;
}

.agr-site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  box-shadow: 0 2px 0 rgba(7, 27, 63, 0.04);
  transition: box-shadow 220ms ease, transform 220ms ease, background-color 220ms ease;
}

.agr-site-header.is-scrolled {
  box-shadow: 0 10px 28px rgba(7, 27, 63, 0.1);
}

.admin-bar .agr-site-header {
  top: 32px;
}

.agr-topbar {
  height: 30px;
  background: linear-gradient(90deg, #fff7e9 0%, #fff 48%, #fff5e5 100%);
  color: var(--agr-navy);
  font-size: 12px;
}

.agr-topbar__inner,
.agr-mainbar__inner,
.agr-navrow__inner {
  display: flex;
  align-items: center;
}

.agr-topbar__inner {
  justify-content: flex-start;
  height: 30px;
  gap: 20px;
}

.agr-topbar p {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  font-weight: 600;
}

.agr-topbar p .agr-svg {
  color: var(--agr-blue);
}

.agr-mainbar {
  height: 88px;
  background: #fff;
}

.agr-mainbar__inner {
  height: 88px;
  gap: 34px;
}

.agr-brand {
  width: 210px;
  flex: 0 0 210px;
}

.agr-brand img,
.agr-footer__brand img {
  width: 148px;
  height: 54px;
  object-fit: contain;
}

.agr-header-search {
  flex: 1 1 auto;
}

.agr-search-form {
  display: flex;
  align-items: center;
  height: 52px;
  overflow: hidden;
  border: 1px solid #edf1f6;
  border-radius: var(--agr-radius);
  background: #f9fafc;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}

.agr-search-form input {
  min-width: 0;
  flex: 1;
  height: 100%;
  padding: 0 22px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--agr-text);
  font-size: 14px;
  font-weight: 600;
}

.agr-search-form button {
  display: grid;
  place-items: center;
  width: 56px;
  height: 52px;
  border: 0;
  color: #fff;
  background: var(--agr-green);
  font-size: 24px;
}

.agr-header-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  flex: 0 0 auto;
}

.agr-whatsapp {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--agr-navy);
}

.agr-whatsapp > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #21a843;
  border: 2px solid currentColor;
  border-radius: 50%;
  font-size: 22px;
}

.agr-whatsapp strong,
.agr-action span {
  display: block;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.15;
}

.agr-whatsapp small {
  display: block;
  font-size: 13px;
  font-weight: 800;
}

.agr-action {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 5px;
  color: var(--agr-navy);
  min-width: 54px;
  font-size: 26px;
}

.agr-action em {
  position: absolute;
  top: -8px;
  right: 8px;
  display: grid;
  place-items: center;
  min-width: 18px;
  height: 18px;
  padding-inline: 5px;
  color: #fff;
  background: var(--agr-orange);
  border-radius: 999px;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.agr-navrow {
  height: 58px;
  border-top: 1px solid var(--agr-border);
  border-bottom: 1px solid var(--agr-border);
  background: #fff;
}

.agr-navrow__inner {
  height: 58px;
}

.agr-nav {
  width: 100%;
}

.agr-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--agr-border);
  border-radius: var(--agr-radius-sm);
  background: #fff;
}

.agr-menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--agr-navy);
}

.agr-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.agr-menu a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 58px;
  color: var(--agr-navy);
  font-size: 15px;
  font-weight: 900;
}

.agr-menu-item {
  position: relative;
}

.agr-menu-item.is-active > a {
  color: var(--agr-green);
}

.agr-menu-caret {
  display: inline-flex;
  transform: rotate(90deg);
  font-size: 13px;
}

.agr-menu-cta {
  margin-left: 8px;
}

.agr-menu-cta a {
  min-height: 44px;
  padding: 0 26px;
  color: #fff;
  background: var(--agr-orange);
  border-radius: var(--agr-radius);
  box-shadow: 0 8px 18px rgba(255, 107, 26, 0.22);
}

.agr-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 120;
  display: grid;
  min-width: 230px;
  padding: 10px;
  margin: 0;
  list-style: none;
  border: 1px solid var(--agr-border);
  border-radius: var(--agr-radius);
  background: #fff;
  box-shadow: var(--agr-shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.agr-menu-item:hover > .agr-submenu,
.agr-menu-item:focus-within > .agr-submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.agr-submenu a {
  justify-content: flex-start;
  min-height: 38px;
  padding: 0 12px;
  border-radius: var(--agr-radius-sm);
  color: var(--agr-navy);
  font-size: 13px;
}

.agr-submenu a:hover {
  color: var(--agr-green);
  background: #f2fbf4;
}

.agr-hero,
.agr-page-hero,
.agr-shop-hero,
.agr-generic-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #fff8ee 0%, #fff 44%, #fff1de 100%);
}

.agr-hero__grid,
.agr-page-hero__grid,
.agr-shop-hero__grid {
  display: grid;
  grid-template-columns: minmax(440px, 0.95fr) minmax(560px, 1.05fr);
  align-items: center;
  min-height: 330px;
  gap: 28px;
  padding-block: 28px;
}

.agr-hero__grid {
  grid-template-columns: minmax(520px, 0.98fr) minmax(560px, 1.02fr);
  min-height: 430px;
  padding-block: 34px 58px;
}

.agr-hero__content,
.agr-page-hero__content,
.agr-shop-hero__grid > div:first-child,
.agr-generic-hero .agr-container {
  position: relative;
  z-index: 8;
  padding-left: clamp(12px, 2vw, 38px);
}

.agr-hero__content {
  padding: 12px 0 22px;
}

.agr-eyebrow {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--agr-green);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.agr-hero h1,
.agr-page-hero h1,
.agr-shop-hero h1,
.agr-generic-hero h1 {
  margin: 0 0 14px;
  color: var(--agr-navy);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.05;
  font-weight: 900;
}

.agr-hero h1 {
  font-size: clamp(38px, 3.05vw, 48px);
  line-height: 1.08;
}

.agr-page-hero h1,
.agr-shop-hero h1,
.agr-generic-hero h1 {
  font-size: clamp(34px, 2.8vw, 46px);
  line-height: 1.08;
}

.agr-hero h1 span,
.agr-page-hero h1 span:not(.agr-flower) {
  color: var(--agr-orange);
}

.agr-hero h1 .agr-hero-orange,
.agr-page-hero h1 .agr-hero-orange {
  color: var(--agr-orange);
}

.agr-hero h1 .agr-hero-green,
.agr-page-hero h1 .agr-hero-green {
  color: var(--agr-green);
}

.agr-hero h1 .agr-hero-blue,
.agr-page-hero h1 .agr-hero-blue {
  color: var(--agr-blue);
}

.agr-hero h1 .agr-hero-orange,
.agr-hero h1 .agr-hero-green,
.agr-page-hero h1 .agr-hero-orange,
.agr-page-hero h1 .agr-hero-green,
.agr-page-hero h1 .agr-hero-blue {
  display: block;
  white-space: nowrap;
}

.agr-hero p,
.agr-page-hero p,
.agr-shop-hero p,
.agr-generic-hero p {
  max-width: 510px;
  margin: 0 0 22px;
  color: var(--agr-text);
  font-size: 16px;
  font-weight: 700;
}

.agr-hero__image,
.agr-page-hero__image,
.agr-shop-hero__image {
  position: relative;
  overflow: hidden;
  align-self: stretch;
  min-height: 260px;
}

.agr-hero__image {
  min-height: 360px;
}

.agr-page-hero__image,
.agr-shop-hero__image {
  min-height: 280px;
}

.agr-hero__image img,
.agr-page-hero__image img,
.agr-shop-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.agr-hero__image,
.agr-page-hero__image,
.agr-shop-hero__image {
  -webkit-mask-image: none;
  mask-image: none;
}

.agr-hero-slider {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: inherit;
  overflow: hidden;
}

.agr-hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: none;
  animation: agrHeroSlide 22s ease-in-out infinite;
  animation-delay: var(--slide-delay, 0s);
  filter: saturate(1.08) contrast(1.04) brightness(1.02);
}

.agr-hero-slide.is-active {
  opacity: 1;
}

.agr-flower {
  display: inline-block;
  color: var(--agr-orange);
  font-size: 0.58em;
  vertical-align: 0.2em;
}

.agr-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.agr-hero .agr-actions,
.agr-page-hero .agr-actions {
  position: relative;
  z-index: 9;
  margin-top: 26px;
}

.agr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 44px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: var(--agr-radius);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}

.agr-btn--green {
  color: #fff;
  background: var(--agr-green);
  box-shadow: 0 8px 18px rgba(63, 145, 71, 0.2);
}

.agr-btn--orange {
  color: #fff;
  background: var(--agr-orange);
  box-shadow: 0 8px 18px rgba(255, 107, 26, 0.22);
}

.agr-btn--outline {
  color: var(--agr-orange);
  background: #fff;
  border-color: var(--agr-orange);
}

.agr-btn--light {
  color: var(--agr-text);
  background: #fff;
  border-color: var(--agr-border);
}

.agr-arrow {
  display: inline-flex;
  font-size: 16px;
}

.agr-feature-bar {
  position: relative;
  z-index: 5;
  margin-top: 0;
  margin-bottom: 26px;
}

.agr-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--agr-border);
  border-radius: var(--agr-radius);
  background: #fff;
  box-shadow: var(--agr-shadow);
}

.agr-feature-item,
.agr-footer-benefit {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 84px;
  padding: 18px 22px;
}

.agr-feature-item:not(:last-child) {
  border-right: 1px solid var(--agr-border);
}

.agr-icon-bubble,
.agr-feature-item > .agr-icon-bubble,
.agr-footer-benefit > span,
.agr-why-grid article > .agr-svg,
.agr-value-grid article > .agr-svg {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border-radius: 50%;
  background: color-mix(in srgb, currentColor 12%, #fff);
  font-size: 28px;
}

.agr-feature-item strong,
.agr-footer-benefit strong {
  display: block;
  margin-bottom: 2px;
  color: var(--agr-navy);
  font-size: 14px;
  font-weight: 900;
}

.agr-feature-item small,
.agr-footer-benefit small {
  display: block;
  color: var(--agr-muted);
  font-size: 12px;
  font-weight: 700;
}

.agr-tone-green { color: var(--agr-green); }
.agr-tone-orange { color: var(--agr-orange); }
.agr-tone-blue { color: var(--agr-blue); }
.agr-tone-purple { color: var(--agr-purple); }
.agr-tone-pink { color: var(--agr-pink); }
.agr-tone-red { color: var(--agr-red); }
.agr-tone-cyan { color: var(--agr-cyan); }
.agr-tone-yellow { color: var(--agr-yellow); }

.agr-section {
  padding: 34px 0;
}

.agr-section-heading {
  margin-bottom: 26px;
}

.agr-section-heading--center {
  text-align: center;
}

.agr-section-heading h2 {
  margin: 0;
  color: var(--agr-navy);
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.15;
  font-weight: 900;
}

.agr-section-topline {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.agr-section-topline .agr-section-heading {
  margin-bottom: 0;
}

.agr-section-topline > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--agr-green);
  font-size: 13px;
  font-weight: 900;
}

.agr-category-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
}

.agr-category-card {
  position: relative;
  display: flex;
  min-height: 160px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 14px;
  overflow: hidden;
  border: 1px solid var(--agr-border);
  border-radius: var(--agr-radius);
  background: #fff;
  box-shadow: var(--agr-shadow-sm);
  text-align: center;
}

.agr-category-card img {
  width: 100%;
  height: 84px;
  object-fit: cover;
}

.agr-category-card strong {
  display: grid;
  place-items: center;
  min-height: 42px;
  padding: 0 12px;
  color: currentColor;
  font-size: 17px;
  line-height: 1.05;
  font-weight: 900;
}

.agr-category-card > span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: #fff;
  background: currentColor;
  border-radius: 50%;
}

.agr-category-card .agr-arrow {
  color: #fff;
  font-size: 14px;
}

.agr-section-action {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.agr-split-card,
.agr-special-banner__inner,
.agr-cta-band__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.95fr);
  gap: 34px;
  align-items: center;
  padding: 18px;
  border-radius: var(--agr-radius);
  background: linear-gradient(90deg, #fff 0%, #fff8ef 100%);
  box-shadow: var(--agr-shadow-sm);
}

.agr-split-card > img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: var(--agr-radius);
}

.agr-split-card h2,
.agr-special-banner h2,
.agr-cta-band h2,
.agr-catalog-card span,
.agr-purple-cta h2,
.agr-form-card h2,
.agr-visit-card h2,
.agr-quote-aside h2 {
  margin: 0 0 12px;
  color: var(--agr-navy);
  font-size: 30px;
  line-height: 1.12;
  font-weight: 900;
}

.agr-split-card p,
.agr-special-banner p,
.agr-cta-band p,
.agr-form-card p,
.agr-visit-card p,
.agr-quote-aside p {
  margin: 0 0 18px;
  color: var(--agr-muted);
  font-weight: 700;
}

.agr-mini-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0;
}

.agr-mini-process span {
  display: grid;
  justify-items: center;
  gap: 6px;
  padding: 10px;
  color: var(--agr-green);
  background: rgba(63, 145, 71, 0.08);
  border-radius: var(--agr-radius);
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.agr-product-row,
.agr-products-grid,
.agr-blog-grid,
.agr-project-grid,
.agr-reason-grid,
.agr-service-grid,
.agr-value-grid,
.agr-why-grid {
  display: grid;
  gap: 22px;
}

.agr-product-row {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.agr-products-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.agr-product-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--agr-border);
  border-radius: var(--agr-radius);
  background: #fff;
  box-shadow: var(--agr-shadow-sm);
}

.agr-product-card__image {
  display: grid;
  place-items: center;
  height: 190px;
  padding: 16px 14px 4px;
  background: #fff;
}

.agr-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.agr-product-card__body {
  padding: 10px 18px 18px;
}

.agr-product-card h3 {
  min-height: 42px;
  margin: 0 0 8px;
  color: var(--agr-navy);
  font-size: 15px;
  line-height: 1.25;
  font-weight: 900;
}

.agr-product-card p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  color: var(--agr-muted);
  font-size: 12px;
  font-weight: 800;
}

.agr-product-card p span:last-child {
  padding: 2px 7px;
  color: var(--agr-green);
  background: rgba(63, 145, 71, 0.1);
  border-radius: 999px;
}

.agr-price {
  display: block;
  margin-bottom: 10px;
  color: var(--agr-navy);
  font-size: 18px;
  font-weight: 900;
}

.agr-swatches {
  display: flex;
  gap: 9px;
  align-items: center;
  min-height: 18px;
}

.agr-swatches span {
  display: block;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--swatch);
  box-shadow: 0 0 0 1px rgba(7, 27, 63, 0.08);
}

.agr-product-card__actions {
  display: grid;
  grid-template-columns: 36px 42px 1fr;
  gap: 10px;
  align-items: center;
  margin-top: 14px;
}

.agr-mini-btn,
.agr-fav {
  display: grid;
  place-items: center;
  border: 1px solid var(--agr-border);
  border-radius: var(--agr-radius-sm);
  background: #fff;
}

.agr-mini-btn {
  height: 34px;
  color: var(--agr-navy);
}

.agr-mini-btn--cart {
  color: #fff;
  background: var(--agr-green);
  border-color: var(--agr-green);
}

.agr-mini-link {
  display: grid;
  place-items: center;
  height: 34px;
  color: var(--agr-navy);
  background: #f7f9fc;
  border-radius: var(--agr-radius-sm);
  font-size: 12px;
  font-weight: 900;
}

.agr-fav {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 34px;
  height: 34px;
  color: var(--agr-orange);
}

.agr-fav.is-active,
[data-favorite].is-active {
  color: #fff;
  background: var(--agr-orange);
  border-color: var(--agr-orange);
}

.agr-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 5px 9px;
  color: #fff;
  background: var(--agr-blue);
  border-radius: var(--agr-radius-sm);
  font-size: 11px;
  font-weight: 900;
}

.agr-product-card--compact .agr-product-card__image {
  height: 140px;
}

.agr-product-card--compact .agr-product-card__body {
  padding: 10px 14px 14px;
}

.agr-product-card--compact h3 {
  font-size: 13px;
}

.agr-special-banner__inner {
  grid-template-columns: 1.1fr 1.2fr auto;
  background: linear-gradient(90deg, #fff4df, #fff 55%, #fff0d4);
}

.agr-special-banner img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: var(--agr-radius);
}

.agr-steps-inline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  margin: 16px 0 0;
  list-style: none;
  counter-reset: steps;
}

.agr-steps-inline li {
  counter-increment: steps;
  color: var(--agr-muted);
  font-size: 12px;
  font-weight: 800;
}

.agr-steps-inline li::before {
  content: "0" counter(steps);
  display: block;
  color: var(--agr-orange);
  font-weight: 900;
}

.agr-project-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.agr-project-card,
.agr-blog-card,
.agr-service-card,
.agr-reason-grid article,
.agr-value-grid article {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--agr-border);
  border-radius: var(--agr-radius);
  background: #fff;
  box-shadow: var(--agr-shadow-sm);
}

.agr-project-card {
  display: flex;
  flex-direction: column;
}

.agr-project-card[hidden],
.agr-project-card.is-filtered-out {
  display: none;
}

.agr-project-card__image,
.agr-blog-card__image {
  display: block;
  flex: 0 0 auto;
  overflow: hidden;
  background: #f8fafc;
}

.agr-project-card img,
.agr-blog-card__image img,
.agr-service-card img,
.agr-reason-grid img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  object-position: center;
}

.agr-project-card__body,
.agr-service-card div,
.agr-reason-grid article,
.agr-blog-card__body {
  padding: 16px;
}

.agr-project-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.agr-project-card h3,
.agr-service-card h3,
.agr-reason-grid h3,
.agr-blog-card h3,
.agr-value-grid h3 {
  min-height: 48px;
  margin: 0 0 10px;
  color: var(--agr-navy);
  font-size: 17px;
  line-height: 1.22;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.agr-project-card p,
.agr-service-card p,
.agr-reason-grid p,
.agr-blog-card p,
.agr-value-grid p {
  margin: 0 0 12px;
  color: var(--agr-muted);
  font-size: 14px;
  font-weight: 700;
}

.agr-project-card p {
  display: flex;
  gap: 6px;
  align-items: center;
  min-height: 24px;
}

.agr-project-card a:last-child,
.agr-read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--agr-green);
  font-size: 13px;
  font-weight: 900;
}

.agr-project-card a:last-child {
  margin-top: auto;
}

.agr-why-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.agr-why-grid--five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.agr-why-grid article,
.agr-value-grid article {
  display: grid;
  justify-items: center;
  gap: 10px;
  min-height: 130px;
  padding: 20px 14px;
  text-align: center;
}

.agr-why-grid strong {
  color: var(--agr-navy);
  font-size: 14px;
  line-height: 1.25;
  font-weight: 900;
}

.agr-why-grid small {
  color: var(--agr-muted);
  font-size: 12px;
  font-weight: 700;
}

.agr-page-hero__grid {
  min-height: 330px;
}

.agr-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--agr-muted);
  font-size: 12px;
  font-weight: 800;
}

.agr-breadcrumb a {
  color: var(--agr-navy);
}

.agr-breadcrumb span {
  display: inline-flex;
}

.agr-breadcrumb .agr-svg {
  width: 12px;
  height: 12px;
}

.agr-about-intro__grid,
.agr-contact-main__grid,
.agr-quote-page__grid,
.agr-single-project__grid,
.agr-single-product__grid {
  display: grid;
  gap: 44px;
  align-items: start;
}

.agr-about-intro__grid {
  grid-template-columns: 0.95fr 1.05fr;
}

.agr-about-intro img,
.agr-single-project figure img {
  width: 100%;
  border-radius: var(--agr-radius);
  box-shadow: var(--agr-shadow-sm);
}

.agr-about-intro h2 {
  margin: 0 0 18px;
  color: var(--agr-navy);
  font-size: 36px;
  line-height: 1.15;
  font-weight: 900;
}

.agr-about-intro p,
.agr-content p {
  color: var(--agr-muted);
  font-weight: 700;
}

.agr-check-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.agr-check-list li {
  display: flex;
  gap: 9px;
  align-items: center;
  color: var(--agr-text);
  font-weight: 800;
}

.agr-check-list .agr-svg {
  color: var(--agr-green);
  flex: 0 0 auto;
}

.agr-value-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.agr-stats__inner {
  display: grid;
  grid-template-columns: 1.6fr repeat(4, 1fr);
  gap: 22px;
  align-items: center;
  padding: 28px 34px;
  border-radius: var(--agr-radius);
  background: linear-gradient(90deg, #fff7eb, #fff);
}

.agr-stats h2 {
  margin: 0 0 8px;
  color: var(--agr-navy);
  font-size: 28px;
  font-weight: 900;
}

.agr-stats p {
  margin: 0;
  color: var(--agr-text);
  font-weight: 700;
}

.agr-stats strong {
  display: grid;
  justify-items: center;
  color: currentColor;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
}

.agr-stats span {
  margin-top: 7px;
  color: var(--agr-muted);
  font-size: 13px;
}

.agr-reason-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.agr-reason-grid article {
  padding: 0;
}

.agr-process-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
}

.agr-process-line--six {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.agr-process-line article {
  display: grid;
  justify-items: center;
  text-align: center;
}

.agr-process-line em {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin: 8px 0;
  color: currentColor;
  background: color-mix(in srgb, currentColor 12%, #fff);
  border-radius: 50%;
  font-style: normal;
  font-weight: 900;
}

.agr-process-line h3 {
  margin: 0 0 8px;
  color: var(--agr-navy);
  font-size: 15px;
  font-weight: 900;
}

.agr-process-line p {
  margin: 0;
  color: var(--agr-muted);
  font-size: 13px;
  font-weight: 700;
}

.agr-service-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.agr-service-card div {
  min-height: 150px;
}

.agr-filter-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 26px;
}

.agr-filter-pills button {
  min-height: 36px;
  padding: 0 20px;
  border: 1px solid var(--agr-border);
  border-radius: var(--agr-radius-sm);
  background: #fff;
  color: var(--agr-text);
  font-size: 13px;
  font-weight: 900;
}

.agr-filter-pills .is-active {
  color: #fff;
  background: var(--agr-green);
  border-color: var(--agr-green);
}

.agr-project-empty {
  margin: -8px 0 24px;
  color: var(--agr-muted);
  font-size: 15px;
  font-weight: 800;
  text-align: center;
}

.agr-cta-band {
  padding: 34px 0;
}

.agr-cta-band__inner {
  grid-template-columns: 0.95fr 1.3fr;
  background: linear-gradient(90deg, #fff0dc, #fff8ea);
}

.agr-cta-band img {
  width: 100%;
  height: 170px;
  object-fit: contain;
}

.agr-contact-cards {
  margin-top: -20px;
  position: relative;
  z-index: 4;
}

.agr-contact-cards__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.agr-contact-cards article,
.agr-form-card,
.agr-visit-card,
.agr-quote-aside {
  border: 1px solid var(--agr-border);
  border-radius: var(--agr-radius);
  background: #fff;
  box-shadow: var(--agr-shadow-sm);
}

.agr-contact-cards article {
  display: grid;
  gap: 7px;
  padding: 24px;
}

.agr-contact-cards .agr-svg {
  width: 42px;
  height: 42px;
  padding: 9px;
  background: color-mix(in srgb, currentColor 12%, #fff);
  border-radius: 50%;
}

.agr-contact-cards strong,
.agr-contact-cards a,
.agr-contact-cards span {
  color: var(--agr-navy);
  font-weight: 900;
}

.agr-contact-cards small {
  color: var(--agr-muted);
  font-weight: 700;
}

.agr-contact-main__grid,
.agr-quote-page__grid {
  grid-template-columns: 0.95fr 1.2fr;
}

.agr-form-card,
.agr-visit-card,
.agr-quote-aside {
  padding: 28px;
}

.agr-form-card__heading {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
}

.agr-form-card__heading > .agr-svg {
  width: 38px;
  height: 38px;
  color: var(--agr-blue);
}

.agr-form {
  display: grid;
  gap: 16px;
}

.agr-form--quote {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.agr-form label {
  display: grid;
  gap: 7px;
}

.agr-form label > span:first-child {
  color: var(--agr-muted);
  font-size: 0;
}

.agr-form input,
.agr-form select,
.agr-form textarea,
.agr-blog-search input,
.agr-blog-search button {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--agr-border);
  border-radius: var(--agr-radius-sm);
  background: #fff;
  color: var(--agr-text);
  font-weight: 700;
}

.agr-form input,
.agr-form select,
.agr-form textarea,
.agr-blog-search input {
  padding: 0 18px;
}

.agr-form textarea {
  padding-top: 16px;
  resize: vertical;
}

.agr-form input::placeholder {
  color: #a2abc0;
}

.agr-form__wide {
  grid-column: 1 / -1;
}

.agr-check {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: center;
  gap: 10px;
  color: var(--agr-muted);
  font-size: 13px;
  font-weight: 700;
}

.agr-check input {
  width: 16px;
  min-height: 16px;
  height: 16px;
}

.agr-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  border: 0;
  border-radius: var(--agr-radius);
  color: #fff;
  background: var(--agr-green);
  font-weight: 900;
}

.agr-map {
  position: relative;
  overflow: hidden;
  border-radius: var(--agr-radius);
}

.agr-map img {
  width: 100%;
  height: 290px;
  object-fit: cover;
}

.agr-map > div {
  position: absolute;
  top: 28px;
  left: 28px;
  width: min(300px, calc(100% - 56px));
  padding: 18px;
  border-radius: var(--agr-radius);
  background: #fff;
  box-shadow: var(--agr-shadow-sm);
}

.agr-map strong,
.agr-map span,
.agr-map a {
  display: block;
  font-weight: 900;
}

.agr-map span {
  margin: 8px 0;
  color: var(--agr-muted);
  font-size: 13px;
  line-height: 1.45;
}

.agr-map a {
  color: var(--agr-blue);
  font-size: 13px;
}

.agr-hours {
  margin-top: 22px;
  padding: 22px;
  border: 1px solid var(--agr-border);
  border-radius: var(--agr-radius);
}

.agr-hours h3 {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0 0 14px;
  color: var(--agr-navy);
}

.agr-hours p {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 12px 0;
  border-bottom: 1px solid var(--agr-border);
}

.agr-hours p:last-child {
  border-bottom: 0;
}

.agr-hours .is-closed {
  color: var(--agr-red);
}

.agr-social-section__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 30px;
  align-items: center;
}

.agr-social-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.agr-social-cards a {
  display: grid;
  gap: 4px;
  padding: 16px;
  border: 1px solid var(--agr-border);
  border-radius: var(--agr-radius);
  background: #fff;
  color: var(--agr-navy);
  font-weight: 900;
  box-shadow: var(--agr-shadow-sm);
}

.agr-social-cards small {
  color: var(--agr-muted);
  font-weight: 700;
}

.agr-social-section img,
.agr-quote-aside img {
  width: 100%;
  object-fit: contain;
}

.agr-shop-hero__grid {
  min-height: 320px;
}

.agr-shop-hero__image {
  -webkit-mask-image: none;
  mask-image: none;
}

.agr-shop-cats {
  padding: 28px 0 10px;
}

.agr-shop-cats__grid {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 20px;
}

.agr-shop-cat {
  display: grid;
  justify-items: center;
  gap: 10px;
  color: currentColor;
  text-align: center;
  font-size: 12px;
  font-weight: 900;
}

.agr-shop-cat span {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: color-mix(in srgb, currentColor 12%, #fff);
  font-size: 34px;
}

.agr-shop-layout__grid {
  display: grid;
  grid-template-columns: 245px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.agr-filter-toggle {
  display: none;
}

.agr-filter-panel {
  position: sticky;
  top: 194px;
  border: 1px solid var(--agr-border);
  border-radius: var(--agr-radius);
  background: #fff;
  box-shadow: var(--agr-shadow-sm);
}

.agr-filter-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px;
  border-bottom: 1px solid var(--agr-border);
}

.agr-filter-panel__head strong {
  color: var(--agr-navy);
  font-weight: 900;
}

.agr-filter-panel__head a {
  color: var(--agr-green);
  font-size: 12px;
  font-weight: 800;
}

.agr-filter-panel__head button {
  display: none;
}

.agr-filter-form fieldset,
.agr-filter-form details {
  padding: 18px;
  margin: 0;
  border: 0;
  border-bottom: 1px solid var(--agr-border);
}

.agr-filter-form legend,
.agr-filter-form summary {
  color: var(--agr-navy);
  font-size: 14px;
  font-weight: 900;
}

.agr-filter-form label {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-top: 12px;
  color: var(--agr-muted);
  font-size: 13px;
  font-weight: 700;
}

.agr-price-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 12px;
}

.agr-price-inputs input {
  min-width: 0;
  height: 44px;
  padding: 0 10px;
  border: 1px solid var(--agr-border);
  border-radius: var(--agr-radius-sm);
  color: var(--agr-navy);
  font-size: 13px;
  font-weight: 800;
}

.agr-filter-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: calc(100% - 36px);
  min-height: 44px;
  margin: 18px;
  border: 1px solid rgba(63, 145, 71, 0.25);
  border-radius: var(--agr-radius-sm);
  color: var(--agr-green);
  background: rgba(63, 145, 71, 0.06);
  font-weight: 900;
}

.agr-shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.agr-shop-toolbar p {
  margin: 0;
  color: var(--agr-text);
  font-weight: 800;
}

.agr-shop-toolbar form {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border: 1px solid var(--agr-border);
  border-radius: var(--agr-radius);
  background: #fff;
}

.agr-shop-toolbar label {
  color: var(--agr-muted);
  font-size: 13px;
  font-weight: 800;
}

.agr-shop-toolbar select {
  border: 0;
  color: var(--agr-navy);
  background: transparent;
  font-size: 13px;
  font-weight: 900;
}

.agr-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 34px;
}

.agr-pagination .page-numbers,
.agr-pagination a,
.agr-pagination span {
  display: inline-grid;
  place-items: center;
  min-width: 34px;
  height: 34px;
  padding: 0 10px;
  border-radius: var(--agr-radius-sm);
  color: var(--agr-text);
  background: #f4f7fb;
  font-size: 13px;
  font-weight: 900;
}

.agr-pagination .current {
  color: #fff;
  background: var(--agr-green);
}

.agr-single-product {
  padding: 42px 0 32px;
  background: #fff;
}

.agr-single-product__grid {
  grid-template-columns: minmax(560px, 1.05fr) minmax(460px, 0.95fr);
  gap: 48px;
  align-items: start;
}

.agr-wc-notices .woocommerce-message,
.agr-wc-notices .woocommerce-info,
.agr-wc-notices .woocommerce-error {
  margin: 0 0 22px;
  padding: 16px 18px;
  border: 1px solid var(--agr-border);
  border-radius: var(--agr-radius);
  background: #f3fbf4;
  color: var(--agr-navy);
  box-shadow: var(--agr-shadow-sm);
  font-weight: 800;
}

.agr-product-gallery__main {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 560px;
  padding: 44px;
  overflow: hidden;
  border: 1px solid var(--agr-border);
  border-radius: var(--agr-radius);
  background: linear-gradient(145deg, #fff 0%, #f8fafc 100%);
  box-shadow: var(--agr-shadow-sm);
}

.agr-product-gallery__main img {
  width: 100%;
  height: 470px;
  object-fit: contain;
}

.agr-gallery-badge {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 3;
  padding: 8px 12px;
  color: #fff;
  background: var(--agr-orange);
  border-radius: var(--agr-radius-sm);
  font-size: 12px;
  font-weight: 900;
}

.agr-gallery-fav,
.agr-gallery-nav {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  border: 1px solid var(--agr-border);
  border-radius: 50%;
  color: var(--agr-navy);
  background: #fff;
  box-shadow: var(--agr-shadow-sm);
}

.agr-gallery-fav {
  top: 22px;
  right: 22px;
  width: 46px;
  height: 46px;
  font-size: 24px;
}

.agr-gallery-nav {
  top: 50%;
  width: 44px;
  height: 44px;
  transform: translateY(-50%);
}

.agr-gallery-nav--prev {
  left: 16px;
}

.agr-gallery-nav--prev .agr-svg {
  transform: rotate(180deg);
}

.agr-gallery-nav--next {
  right: 16px;
}

.agr-product-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.agr-product-gallery__thumbs button {
  min-width: 0;
  height: 92px;
  padding: 8px;
  border: 1px solid var(--agr-border);
  border-radius: var(--agr-radius-sm);
  background: #fff;
  box-shadow: var(--agr-shadow-sm);
}

.agr-product-gallery__thumbs button.is-active {
  border-color: var(--agr-green);
  box-shadow: 0 0 0 2px rgba(63, 145, 71, 0.18);
}

.agr-product-gallery__thumbs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.agr-product-summary {
  position: relative;
  padding: 4px 0 0;
  border: 0;
  background: #fff;
  box-shadow: none;
}

.agr-product-summary .agr-badge {
  position: static;
  display: inline-flex;
  margin-bottom: 12px;
}

.agr-product-summary h1 {
  margin: 0 0 12px;
  color: var(--agr-navy);
  font-size: clamp(34px, 3.1vw, 48px);
  line-height: 1.1;
  font-weight: 900;
}

.agr-product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  align-items: center;
  margin-bottom: 22px;
}

.agr-product-sku {
  margin: 0;
  color: var(--agr-muted);
  font-weight: 800;
}

.agr-rating {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #f7b500;
  font-size: 16px;
  font-weight: 900;
}

.agr-rating small {
  color: var(--agr-muted);
  font-size: 13px;
  font-weight: 800;
}

.agr-product-price {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-bottom: 22px;
  color: var(--agr-green);
  font-size: 34px;
  font-weight: 900;
}

.agr-product-price strong {
  line-height: 1;
}

.agr-product-price del {
  color: #a9b2c4;
  font-size: 24px;
  font-weight: 900;
}

.agr-product-price span {
  padding: 6px 10px;
  color: var(--agr-orange);
  background: #fff0e6;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.agr-product-lead {
  max-width: 620px;
  margin: 0 0 26px;
  color: var(--agr-muted);
  font-size: 17px;
  font-weight: 700;
}

.agr-detail-options {
  display: grid;
  gap: 20px;
  margin-bottom: 26px;
}

.agr-option-group {
  display: grid;
  gap: 10px;
}

.agr-option-group strong {
  color: var(--agr-navy);
  font-size: 14px;
  font-weight: 900;
}

.agr-color-choice-list,
.agr-size-choice-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.agr-color-choice-list button {
  width: 36px;
  height: 36px;
  padding: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--swatch);
  box-shadow: 0 0 0 1px rgba(7, 27, 63, 0.12);
}

.agr-color-choice-list button.is-active {
  box-shadow: 0 0 0 2px var(--agr-green);
}

.agr-size-choice-list button,
.agr-age-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--agr-border);
  border-radius: var(--agr-radius-sm);
  color: var(--agr-navy);
  background: #fff;
  font-size: 13px;
  font-weight: 900;
}

.agr-size-choice-list button.is-active {
  border-color: var(--agr-green);
  color: var(--agr-green);
  background: #f1fbf3;
}

.agr-age-chip {
  width: max-content;
  color: var(--agr-muted);
  background: #fbfcfe;
}

.agr-age-chip .agr-svg {
  width: 18px;
  height: 18px;
  color: var(--agr-navy);
}

.agr-product-buy {
  display: grid;
  grid-template-columns: 116px minmax(220px, 1fr);
  gap: 14px;
  margin-bottom: 16px;
}

.agr-quantity-stepper {
  display: grid;
  gap: 6px;
  color: var(--agr-muted);
  font-size: 12px;
  font-weight: 900;
}

.agr-quantity-stepper > div {
  display: grid;
  grid-template-columns: 34px 42px 34px;
  overflow: hidden;
  border: 1px solid var(--agr-border);
  border-radius: var(--agr-radius-sm);
  background: #fff;
}

.agr-quantity-stepper button,
.agr-quantity-stepper input {
  width: 100%;
  min-height: 44px;
  border: 0;
  background: #fff;
  color: var(--agr-navy);
  text-align: center;
  font-weight: 900;
}

.agr-quantity-stepper input {
  border-right: 1px solid var(--agr-border);
  border-left: 1px solid var(--agr-border);
  appearance: textfield;
}

.agr-quantity-stepper input::-webkit-outer-spin-button,
.agr-quantity-stepper input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

.agr-product-buy button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  border: 0;
  border-radius: var(--agr-radius-sm);
  color: #fff;
  background: var(--agr-green);
  font-weight: 900;
}

.agr-product-secondary-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.agr-product-secondary-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 0 12px;
  border: 1px solid var(--agr-orange);
  border-radius: var(--agr-radius-sm);
  color: var(--agr-orange);
  background: #fff;
  font-size: 13px;
  font-weight: 900;
}

.agr-product-secondary-actions a:last-child {
  border-color: var(--agr-green);
  color: var(--agr-green);
}

.agr-stock-note {
  margin-bottom: 16px;
  padding: 16px;
  border-radius: var(--agr-radius);
  color: var(--agr-orange);
  background: #fff5ed;
  font-weight: 900;
}

.agr-product-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 40px;
  overflow: hidden;
  border: 1px solid var(--agr-border);
  border-radius: var(--agr-radius);
  background: #fff;
  box-shadow: var(--agr-shadow-sm);
}

.agr-product-benefits article {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 88px;
  padding: 18px 24px;
}

.agr-product-benefits article:not(:last-child) {
  border-right: 1px solid var(--agr-border);
}

.agr-product-benefits article > .agr-svg {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 11px;
  flex: 0 0 48px;
  border-radius: 50%;
  background: color-mix(in srgb, currentColor 12%, #fff);
}

.agr-product-benefits strong,
.agr-product-benefits small {
  display: block;
}

.agr-product-benefits strong {
  color: var(--agr-navy);
  font-weight: 900;
}

.agr-product-benefits small {
  color: var(--agr-muted);
  font-size: 12px;
  font-weight: 700;
}

.agr-tabs {
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.agr-tab-list {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  padding: 0;
  border-bottom: 1px solid var(--agr-border);
}

.agr-tab-list button {
  position: relative;
  min-height: 56px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--agr-text);
  background: #fff;
  font-weight: 900;
}

.agr-tab-list button.is-active {
  color: var(--agr-green);
  background: #fff;
}

.agr-tab-list button.is-active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  background: var(--agr-green);
  border-radius: 999px 999px 0 0;
}

.agr-tab-panels {
  padding: 32px 0 0;
}

.agr-tab-panels article {
  display: none;
}

.agr-tab-panels article.is-active {
  display: block;
}

.agr-product-description-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.95fr);
  gap: 36px;
  align-items: stretch;
}

.agr-product-description-grid > div {
  padding: 28px;
  border: 1px solid var(--agr-border);
  border-radius: var(--agr-radius);
  background: #fff;
  box-shadow: var(--agr-shadow-sm);
}

.agr-product-description-grid p {
  margin: 0 0 20px;
  color: var(--agr-text);
  font-weight: 700;
}

.agr-product-description-grid img {
  width: 100%;
  min-height: 360px;
  object-fit: cover;
  border-radius: var(--agr-radius);
  box-shadow: var(--agr-shadow-sm);
}

.agr-related-products .agr-product-row {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.agr-blog-tools {
  display: grid;
  grid-template-columns: 0.9fr 1.4fr;
  gap: 28px;
  align-items: center;
  margin-bottom: 34px;
}

.agr-blog-search {
  display: grid;
  grid-template-columns: 1fr 84px;
  gap: 12px;
}

.agr-blog-search button {
  color: #fff;
  background: var(--agr-green);
  border: 0;
  font-weight: 900;
}

.agr-blog-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.agr-blog-cats strong {
  margin-right: 6px;
  color: var(--agr-navy);
  font-weight: 900;
}

.agr-blog-cats a,
.agr-blog-cat {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: var(--agr-radius-sm);
  color: var(--agr-green);
  background: rgba(63, 145, 71, 0.1);
  font-size: 12px;
  font-weight: 900;
}

.agr-blog-cats a:nth-child(3n) { color: var(--agr-purple); background: rgba(138, 75, 234, 0.1); }
.agr-blog-cats a:nth-child(4n) { color: var(--agr-blue); background: rgba(33, 118, 224, 0.1); }
.agr-blog-cats a:nth-child(5n) { color: var(--agr-orange); background: rgba(255, 107, 26, 0.1); }

.agr-blog-cats .is-active {
  color: #fff;
  background: var(--agr-green);
}

.agr-blog-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.agr-blog-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.agr-blog-card time {
  display: block;
  margin: 10px 0 6px;
  color: var(--agr-muted);
  font-size: 12px;
  font-weight: 800;
}

.agr-single-post {
  padding: 50px 0;
  background: linear-gradient(180deg, #fff8ef, #fff 220px);
}

.agr-single-post__wrap {
  max-width: 850px;
}

.agr-single-post header h1 {
  margin: 12px 0;
  color: var(--agr-navy);
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.05;
  font-weight: 900;
}

.agr-single-post figure {
  margin: 30px 0;
}

.agr-single-post figure img {
  width: 100%;
  border-radius: var(--agr-radius);
}

.agr-content {
  color: var(--agr-text);
  font-weight: 700;
}

.agr-content h2,
.agr-content h3 {
  color: var(--agr-navy);
  font-weight: 900;
}

.agr-generic-hero {
  padding: 54px 0;
}

.agr-single-project {
  padding: 50px 0;
  background: linear-gradient(180deg, #fff8ef, #fff 240px);
}

.agr-single-project__grid {
  grid-template-columns: 0.95fr 1.05fr;
}

.agr-single-project h1 {
  margin: 0 0 16px;
  color: var(--agr-navy);
  font-size: 46px;
  line-height: 1.08;
  font-weight: 900;
}

.agr-project-location {
  display: flex;
  gap: 8px;
  color: var(--agr-green);
  font-weight: 900;
}

.agr-form-notice {
  margin-bottom: 16px;
  padding: 12px 14px;
  border-radius: var(--agr-radius-sm);
  font-weight: 800;
}

.agr-form-notice--success {
  color: var(--agr-green-dark);
  background: rgba(63, 145, 71, 0.1);
}

.agr-form-notice--error {
  color: var(--agr-red);
  background: rgba(239, 68, 68, 0.1);
}

.agr-quote-aside {
  position: sticky;
  top: 194px;
}

.agr-empty-state {
  max-width: 520px;
  margin: 0 auto;
  padding: 40px;
  border: 1px solid var(--agr-border);
  border-radius: var(--agr-radius);
  background: #fff;
  text-align: center;
  box-shadow: var(--agr-shadow-sm);
}

.agr-empty-state h2 {
  margin: 0 0 10px;
  color: var(--agr-navy);
  font-size: 30px;
  font-weight: 900;
}

.agr-full-page-section {
  min-height: 520px;
}

.agr-info-page {
  padding-top: 54px;
}

.agr-info-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
  gap: 42px;
  align-items: center;
}

.agr-info-copy h2 {
  max-width: 620px;
  margin: 0 0 16px;
  color: var(--agr-navy);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.12;
  font-weight: 900;
}

.agr-info-copy p {
  max-width: 660px;
  margin: 0 0 22px;
  color: var(--agr-muted);
  font-weight: 700;
}

.agr-info-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.agr-info-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--agr-navy);
  font-weight: 900;
}

.agr-info-list .agr-svg {
  width: 22px;
  height: 22px;
  color: var(--agr-green);
}

.agr-info-visual {
  position: relative;
}

.agr-info-visual img {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
  border-radius: var(--agr-radius);
  box-shadow: var(--agr-shadow);
  filter: saturate(1.06) contrast(1.04);
}

.agr-info-stat {
  position: absolute;
  right: 22px;
  bottom: 22px;
  max-width: 250px;
  padding: 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--agr-green), var(--agr-blue));
  border-radius: var(--agr-radius);
  box-shadow: 0 16px 36px rgba(7, 27, 63, 0.18);
}

.agr-info-stat strong {
  display: block;
  font-size: 30px;
  line-height: 1;
}

.agr-info-stat span {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  font-weight: 800;
}

.agr-info-card-grid,
.agr-page-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.agr-info-card {
  min-height: 210px;
  padding: 26px;
  border: 1px solid var(--agr-border);
  border-radius: var(--agr-radius);
  background: #fff;
  box-shadow: var(--agr-shadow-sm);
}

.agr-info-card > span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  color: var(--agr-green);
  background: #edf8ef;
  border-radius: 50%;
  font-size: 30px;
}

.agr-info-card:nth-child(2) > span {
  color: var(--agr-orange);
  background: #fff2e8;
}

.agr-info-card:nth-child(3) > span {
  color: var(--agr-blue);
  background: #edf5ff;
}

.agr-info-card h3 {
  margin: 0 0 8px;
  color: var(--agr-navy);
  font-size: 20px;
  font-weight: 900;
}

.agr-info-card p {
  margin: 0;
  color: var(--agr-muted);
  font-weight: 700;
}

.agr-faq-list {
  display: grid;
  gap: 14px;
  max-width: 900px;
  margin-inline: auto;
}

.agr-faq-list details,
.agr-legal-box {
  border: 1px solid var(--agr-border);
  border-radius: var(--agr-radius);
  background: #fff;
  box-shadow: var(--agr-shadow-sm);
}

.agr-faq-list summary {
  cursor: pointer;
  padding: 20px 24px;
  color: var(--agr-navy);
  font-size: 18px;
  font-weight: 900;
}

.agr-faq-list p {
  margin: 0;
  padding: 0 24px 22px;
  color: var(--agr-muted);
  font-weight: 700;
}

.agr-legal-box {
  max-width: 960px;
  margin-inline: auto;
  padding: 30px;
}

.agr-legal-box p {
  margin: 0;
  color: var(--agr-text);
  font-weight: 700;
}

.agr-legal-box p + p {
  margin-top: 16px;
}

.agr-page-link-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.agr-page-link-grid a {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 72px;
  padding: 18px;
  border: 1px solid var(--agr-border);
  border-radius: var(--agr-radius);
  background: #fff;
  color: var(--agr-navy);
  font-weight: 900;
  box-shadow: var(--agr-shadow-sm);
}

.agr-page-link-grid .agr-svg {
  width: 28px;
  height: 28px;
  color: var(--agr-green);
}

.agr-woo-wrapper .woocommerce,
.agr-woo-wrapper form,
.agr-woo-wrapper table,
.agr-woo-wrapper .woocommerce-MyAccount-navigation,
.agr-woo-wrapper .woocommerce-MyAccount-content {
  border-radius: var(--agr-radius);
}

.agr-woo-wrapper .woocommerce {
  padding: 26px;
  border: 1px solid var(--agr-border);
  background: #fff;
  box-shadow: var(--agr-shadow-sm);
}

.agr-woo-wrapper table {
  overflow: hidden;
  border: 1px solid var(--agr-border) !important;
  background: #fff;
}

.agr-woo-wrapper table.shop_table {
  width: 100%;
  border-collapse: separate !important;
  border-spacing: 0;
  overflow: hidden;
  border-radius: var(--agr-radius);
}

.agr-woo-wrapper table.shop_table th,
.agr-woo-wrapper table.shop_table td {
  padding: 18px 16px !important;
  border-color: var(--agr-border) !important;
  color: var(--agr-text);
  vertical-align: middle;
}

.agr-woo-wrapper table.shop_table th {
  color: var(--agr-navy);
  background: #f7fafc;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.agr-woo-wrapper table.shop_table .product-thumbnail {
  width: 110px;
}

.agr-woo-wrapper table.shop_table .product-thumbnail img,
.agr-woo-wrapper .woocommerce-cart-form img {
  width: 86px;
  height: 86px;
  object-fit: contain;
  border: 1px solid var(--agr-border);
  border-radius: var(--agr-radius);
  background: #fff;
}

.agr-woo-wrapper table.shop_table .product-name a {
  color: var(--agr-navy);
  font-weight: 900;
}

.agr-woo-wrapper table.shop_table .amount {
  color: var(--agr-navy);
  font-weight: 900;
}

.agr-woo-wrapper .quantity .qty {
  width: 76px;
  min-height: 42px;
  border: 1px solid var(--agr-border);
  border-radius: var(--agr-radius-sm);
  color: var(--agr-navy);
  text-align: center;
  font-weight: 900;
}

.agr-woo-wrapper .coupon {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.agr-woo-wrapper .coupon input {
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid var(--agr-border);
  border-radius: var(--agr-radius-sm);
}

.agr-woo-wrapper .cart-collaterals {
  display: grid;
  grid-template-columns: minmax(320px, 520px);
  justify-content: end;
  margin-top: 26px;
}

.agr-woo-wrapper .cart_totals,
.agr-woo-wrapper .woocommerce-checkout-review-order,
.agr-woo-wrapper .woocommerce-billing-fields,
.agr-woo-wrapper .woocommerce-shipping-fields,
.agr-woo-wrapper .woocommerce-additional-fields,
.agr-woo-wrapper .woocommerce-form-login,
.agr-woo-wrapper .woocommerce-form-register {
  padding: 24px;
  border: 1px solid var(--agr-border);
  border-radius: var(--agr-radius);
  background: #fff;
  box-shadow: var(--agr-shadow-sm);
}

.agr-woo-wrapper .cart_totals h2,
.agr-woo-wrapper .woocommerce-billing-fields h3,
.agr-woo-wrapper .woocommerce-additional-fields h3,
.agr-woo-wrapper #order_review_heading {
  margin: 0 0 18px;
  color: var(--agr-navy);
  font-size: 24px;
  font-weight: 900;
}

.agr-woo-wrapper .checkout-button,
.agr-woo-wrapper #place_order {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 54px;
  margin-top: 12px !important;
  font-size: 16px !important;
}

.agr-woo-wrapper .woocommerce-message,
.agr-woo-wrapper .woocommerce-info,
.agr-woo-wrapper .woocommerce-error {
  margin: 0 0 22px;
  padding: 16px 18px;
  border: 1px solid var(--agr-border);
  border-radius: var(--agr-radius);
  background: #f3fbf4;
  color: var(--agr-navy);
  box-shadow: var(--agr-shadow-sm);
  font-weight: 800;
}

.agr-woo-wrapper .woocommerce-error {
  background: #fff2f2;
}

.agr-woo-wrapper .woocommerce-info {
  background: #eef6ff;
}

.agr-woo-wrapper .woocommerce-MyAccount-navigation ul {
  display: grid;
  gap: 8px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.agr-woo-wrapper .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 12px 14px;
  border: 1px solid var(--agr-border);
  border-radius: var(--agr-radius-sm);
  color: var(--agr-navy);
  background: #fff;
  font-weight: 900;
}

.agr-woo-wrapper .woocommerce-MyAccount-navigation .is-active a {
  color: #fff;
  background: var(--agr-green);
  border-color: var(--agr-green);
}

.agr-woo-wrapper .button,
.agr-woo-wrapper button.button,
.agr-woo-wrapper input.button {
  border-radius: var(--agr-radius-sm) !important;
  color: #fff !important;
  background: var(--agr-green) !important;
  font-weight: 900 !important;
}

.agr-account-page,
.agr-cart-page,
.agr-checkout-page {
  min-height: 640px;
  padding: 34px 0 40px;
  background: linear-gradient(180deg, #fff 0%, #fffaf2 42%, #fff 100%);
}

.agr-account-head {
  margin: 0 0 26px;
}

.agr-account-head h1 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 6px;
  color: var(--agr-navy);
  font-size: clamp(30px, 2.8vw, 42px);
  line-height: 1.1;
  font-weight: 900;
}

.agr-account-head h1 span {
  display: inline-grid;
  place-items: center;
  color: var(--agr-orange);
  font-size: 30px;
}

.agr-account-head h1 small {
  color: var(--agr-text);
  font-size: 0.72em;
  font-weight: 800;
}

.agr-account-head p {
  max-width: 620px;
  margin: 0;
  color: var(--agr-muted);
  font-weight: 800;
}

.agr-account-dashboard {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.agr-account-menu,
.agr-account-card,
.agr-address-card,
.agr-login-box,
.agr-login-benefits,
.agr-register-box,
.agr-register-benefits,
.agr-cart-table-card,
.agr-cart-summary,
.agr-checkout-shell {
  border: 1px solid var(--agr-border);
  border-radius: var(--agr-radius);
  background: #fff;
  box-shadow: var(--agr-shadow-sm);
}

.agr-account-menu {
  display: grid;
  gap: 8px;
  padding: 16px;
}

.agr-account-menu a {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 50px;
  padding: 0 14px;
  border-radius: var(--agr-radius-sm);
  color: var(--agr-text);
  font-size: 15px;
  font-weight: 900;
}

.agr-account-menu a.is-active {
  color: var(--agr-green);
  background: #edf8ef;
}

.agr-account-menu a:hover {
  color: var(--agr-green);
  background: #f4fbf5;
}

.agr-account-menu .agr-svg {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
}

.agr-account-menu__logout {
  color: var(--agr-red) !important;
}

.agr-account-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 22px;
}

.agr-account-stats article {
  display: grid;
  gap: 8px;
  min-height: 134px;
  padding: 22px;
  border: 1px solid var(--agr-border);
  border-radius: var(--agr-radius);
  background: #fff;
  box-shadow: var(--agr-shadow-sm);
}

.agr-account-stats .agr-svg,
.agr-quick-actions .agr-svg,
.agr-cart-benefits .agr-svg,
.agr-checkout-benefits .agr-svg,
.agr-login-benefits li > .agr-svg,
.agr-register-benefits li > .agr-svg {
  width: 48px;
  height: 48px;
  padding: 12px;
  border-radius: 50%;
  background: color-mix(in srgb, currentColor 12%, #fff);
}

.agr-account-stats strong {
  color: var(--agr-navy);
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}

.agr-account-stats span,
.agr-account-stats a {
  font-weight: 900;
}

.agr-account-stats span {
  color: var(--agr-muted);
}

.agr-account-stats a {
  color: var(--agr-green);
  font-size: 13px;
}

.agr-account-section {
  margin-top: 26px;
}

.agr-account-section > h2,
.agr-account-card h2,
.agr-login-box h2,
.agr-login-benefits h2,
.agr-register-box h2,
.agr-register-benefits h2,
.agr-cart-summary h2 {
  margin: 0;
  color: var(--agr-navy);
  font-size: 24px;
  line-height: 1.16;
  font-weight: 900;
}

.agr-account-section > h2 {
  margin-bottom: 16px;
}

.agr-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 22px 0;
}

.agr-card-head > a {
  color: var(--agr-green);
  font-size: 13px;
  font-weight: 900;
}

.agr-account-table-wrap,
.agr-cart-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.agr-account-table,
.agr-cart-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.agr-account-table th,
.agr-account-table td,
.agr-cart-table th,
.agr-cart-table td {
  padding: 16px 22px;
  border-bottom: 1px solid var(--agr-border);
  color: var(--agr-text);
  text-align: left;
  vertical-align: middle;
  font-weight: 800;
}

.agr-account-table th,
.agr-cart-table th {
  color: var(--agr-muted);
  background: #fbfcfe;
  font-size: 13px;
  font-weight: 900;
}

.agr-account-table tr:last-child td,
.agr-cart-table tr:last-child td {
  border-bottom: 0;
}

.agr-account-table td:first-child a {
  color: var(--agr-green);
  font-weight: 900;
}

.agr-status {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.agr-status--completed {
  color: var(--agr-green);
  background: #eaf8eb;
}

.agr-status--processing {
  color: var(--agr-blue);
  background: #eaf3ff;
}

.agr-status--pending {
  color: var(--agr-orange);
  background: #fff1e8;
}

.agr-status--cancelled {
  color: var(--agr-red);
  background: #fff0f0;
}

.agr-table-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 14px;
  border: 1px solid var(--agr-border);
  border-radius: var(--agr-radius-sm);
  color: var(--agr-text);
  background: #fff;
  font-size: 12px;
  font-weight: 900;
}

.agr-quick-actions {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.agr-quick-actions a,
.agr-cart-benefits article,
.agr-checkout-benefits article {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  min-height: 92px;
  padding: 18px;
  border: 1px solid var(--agr-border);
  border-radius: var(--agr-radius);
  background: #fff;
  box-shadow: var(--agr-shadow-sm);
}

.agr-quick-actions span,
.agr-cart-benefits span,
.agr-checkout-benefits span {
  display: grid;
  min-width: 0;
}

.agr-quick-actions strong,
.agr-cart-benefits strong,
.agr-checkout-benefits strong,
.agr-login-benefits strong,
.agr-register-benefits strong {
  color: var(--agr-navy);
  line-height: 1.2;
  font-weight: 900;
}

.agr-quick-actions small,
.agr-cart-benefits small,
.agr-checkout-benefits small,
.agr-login-benefits small,
.agr-register-benefits small {
  color: var(--agr-muted);
  font-size: 12px;
  font-weight: 800;
}

.agr-quick-actions .agr-arrow {
  margin-left: auto;
  color: var(--agr-green);
}

.agr-address-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(260px, 0.9fr);
  gap: 20px;
  align-items: stretch;
}

.agr-address-card {
  display: flex;
  flex-direction: column;
  min-height: 210px;
  padding: 22px;
}

.agr-address-card > span {
  align-self: flex-start;
  padding: 5px 12px;
  border-radius: 999px;
  color: var(--agr-green);
  background: #eaf8eb;
  font-size: 13px;
  font-weight: 900;
}

.agr-address-card__blue {
  color: var(--agr-blue) !important;
  background: #eaf3ff !important;
}

.agr-address-card h3 {
  margin: 16px 0 8px;
  color: var(--agr-navy);
  font-size: 18px;
  font-weight: 900;
}

.agr-address-card p {
  margin: 0 0 auto;
  color: var(--agr-text);
  font-weight: 800;
}

.agr-address-card div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 18px -22px -22px;
  border-top: 1px solid var(--agr-border);
}

.agr-address-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  color: var(--agr-text);
  font-size: 13px;
  font-weight: 900;
}

.agr-address-card a + a {
  color: var(--agr-red);
  border-left: 1px solid var(--agr-border);
}

.agr-account-illustration {
  align-self: end;
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: contain;
}

.agr-login-panel,
.agr-register-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  gap: 28px;
  align-items: stretch;
}

.agr-login-panel {
  position: relative;
  grid-template-columns: minmax(0, 0.98fr) minmax(420px, 1.02fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--agr-border);
  border-radius: var(--agr-radius);
  background: #fff;
  box-shadow: var(--agr-shadow-sm);
}

.agr-login-box,
.agr-register-box {
  padding: 28px;
}

.agr-login-box {
  border: 0;
  border-right: 1px solid var(--agr-border);
  border-radius: 0;
  box-shadow: none;
}

.agr-login-box > p {
  margin: 8px 0 26px;
  color: var(--agr-muted);
  font-weight: 800;
}

.agr-login-form,
.agr-register-form {
  display: grid;
  gap: 16px;
}

.agr-login-form label,
.agr-register-form label {
  display: grid;
  gap: 8px;
  color: var(--agr-navy);
  font-size: 14px;
  font-weight: 900;
}

.agr-login-form em,
.agr-register-form em {
  color: var(--agr-red);
  font-style: normal;
}

.agr-login-form input,
.agr-register-form input,
.agr-register-form select,
.agr-cart-shipping select {
  width: 100%;
  min-width: 0;
  height: 48px;
  padding: 0 16px;
  border: 1px solid var(--agr-border);
  border-radius: var(--agr-radius-sm);
  color: var(--agr-text);
  background: #fff;
  outline: 0;
  font-weight: 800;
}

.agr-password-field {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px;
  overflow: hidden;
  border: 1px solid var(--agr-border);
  border-radius: var(--agr-radius-sm);
  background: #fff;
}

.agr-password-field input {
  border: 0;
  border-radius: 0;
}

.agr-password-field button {
  display: grid;
  place-items: center;
  border: 0;
  border-left: 1px solid var(--agr-border);
  color: var(--agr-muted);
  background: #fff;
}

.agr-password-field button.is-active {
  color: var(--agr-green);
}

.agr-login-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 2px 0 8px;
}

.agr-login-options label,
.agr-check {
  display: flex;
  grid-template-columns: none;
  align-items: center;
  gap: 10px;
  color: var(--agr-muted);
  font-size: 14px;
  font-weight: 800;
}

.agr-login-options input,
.agr-check input {
  width: 18px;
  height: 18px;
  padding: 0;
}

.agr-login-options a,
.agr-login-register-note a {
  color: var(--agr-green);
  font-weight: 900;
}

.agr-login-register-note {
  margin: 18px 0 0;
  color: var(--agr-muted);
  text-align: center;
  font-weight: 800;
}

.agr-login-benefits,
.agr-register-benefits {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  padding: 28px 30px;
  background: linear-gradient(135deg, #fff 0%, #fff7ea 100%);
}

.agr-login-benefits {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.agr-login-divider {
  position: absolute;
  top: 50%;
  left: calc(49% - 22px);
  z-index: 2;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--agr-border);
  border-radius: 50%;
  color: var(--agr-green);
  background: #fff;
  font-size: 12px;
  font-weight: 900;
  transform: translateY(-50%);
}

.agr-login-benefits ul,
.agr-register-benefits ul {
  display: grid;
  gap: 18px;
  max-width: 560px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.agr-login-benefits li,
.agr-register-benefits li {
  display: flex;
  align-items: center;
  gap: 16px;
}

.agr-login-benefits li span,
.agr-register-benefits li span {
  display: grid;
  gap: 2px;
}

.agr-login-benefits img,
.agr-register-benefits img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(42%, 360px);
  height: auto;
  max-height: 260px;
  object-fit: contain;
  object-position: right bottom;
}

.agr-login-benefits .agr-btn,
.agr-register-form .agr-btn {
  width: min(100%, 520px);
}

.agr-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 18px;
}

.agr-form-grid__wide {
  grid-column: 1 / -1;
}

.agr-phone-field {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 10px;
}

.agr-cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 420px);
  gap: 24px;
  align-items: start;
}

.agr-cart-table-card {
  overflow: hidden;
}

.agr-cart-product {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-width: 320px;
}

.agr-cart-product img {
  width: 78px;
  height: 78px;
  object-fit: contain;
  border-radius: var(--agr-radius-sm);
  background: #fff;
}

.agr-cart-product h3 {
  margin: 0 0 4px;
  color: var(--agr-navy);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 900;
}

.agr-cart-product p,
.agr-cart-product dl,
.agr-cart-product dd {
  margin: 0;
  color: var(--agr-muted);
  font-size: 12px;
  font-weight: 800;
}

.agr-cart-stepper {
  width: 112px;
}

.agr-cart-stepper > div {
  grid-template-columns: 34px 44px 34px;
}

.agr-cart-remove {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: var(--agr-red);
  border-radius: 50%;
}

.agr-cart-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px;
  border-top: 1px solid var(--agr-border);
}

.agr-cart-actions > div {
  display: flex;
  gap: 12px;
}

.agr-cart-clear {
  color: var(--agr-red);
  border-color: #ffd4d4;
}

.agr-cart-summary {
  padding: 24px;
}

.agr-cart-summary dl {
  display: grid;
  gap: 12px;
  margin: 20px 0;
}

.agr-cart-summary dl > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.agr-cart-summary dt,
.agr-cart-summary dd {
  margin: 0;
  color: var(--agr-text);
  font-weight: 800;
}

.agr-cart-summary dd {
  color: var(--agr-navy);
  font-weight: 900;
}

.agr-cart-summary .is-discount {
  color: var(--agr-red);
}

.agr-cart-summary .is-total {
  margin-top: 10px;
  padding-top: 16px;
  border-top: 1px solid var(--agr-border);
}

.agr-cart-summary .is-total dd {
  color: var(--agr-green);
  font-size: 28px;
}

.agr-cart-summary .agr-btn {
  width: 100%;
  margin-top: 12px;
}

.agr-cart-shipping {
  display: grid;
  gap: 12px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--agr-border);
}

.agr-cart-shipping strong {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--agr-navy);
}

.agr-cart-shipping > div {
  display: grid;
  grid-template-columns: 1fr 1fr 86px;
  gap: 8px;
}

.agr-cart-shipping button {
  border: 0;
  border-radius: var(--agr-radius-sm);
  color: #fff;
  background: var(--agr-navy);
  font-size: 13px;
  font-weight: 900;
}

.agr-cart-shipping p {
  margin: 0;
  color: var(--agr-green);
  font-weight: 900;
}

.agr-cart-benefits,
.agr-checkout-benefits {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
}

.agr-cart-added-message {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.agr-cart-added-message strong,
.agr-cart-added-message span {
  display: block;
}

.agr-cart-added-message strong {
  color: var(--agr-navy);
  font-size: 16px;
}

.agr-cart-added-message span {
  color: var(--agr-muted);
  font-size: 13px;
}

.agr-cart-added-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.agr-checkout-benefits {
  margin: 0 0 24px;
}

.agr-checkout-shell {
  padding: 24px;
}

.agr-checkout-shell .woocommerce {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.agr-checkout-shell .woocommerce form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
  gap: 24px;
  align-items: start;
}

.agr-checkout-shell .woocommerce .col2-set {
  grid-column: 1;
  width: 100%;
}

.agr-checkout-shell .woocommerce .col-1,
.agr-checkout-shell .woocommerce .col-2 {
  float: none;
  width: 100%;
}

.agr-checkout-shell #order_review_heading,
.agr-checkout-shell #order_review {
  grid-column: 2;
}

.agr-checkout-shell #order_review_heading {
  margin: 0 0 -8px;
}

.agr-checkout-shell .form-row input.input-text,
.agr-checkout-shell .form-row textarea,
.agr-checkout-shell .form-row select {
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid var(--agr-border);
  border-radius: var(--agr-radius-sm);
  color: var(--agr-text);
  background: #fff;
}

.agr-checkout-shell .form-row textarea {
  min-height: 110px;
  padding-block: 12px;
}

.agr-account-native .woocommerce {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.agr-footer-benefits {
  padding: 18px 0 0;
}

.agr-footer-benefits__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--agr-border);
  border-radius: var(--agr-radius);
  background: #fff;
}

.agr-footer-benefit {
  min-height: 76px;
  padding: 14px 18px;
}

.agr-newsletter {
  padding-top: 20px;
}

.agr-newsletter__inner {
  display: grid;
  grid-template-columns: 1.2fr 1.4fr 1fr;
  gap: 24px;
  align-items: center;
  min-height: 88px;
  padding: 18px 24px;
  color: #fff;
  background: linear-gradient(135deg, #395fc4, #273f9b);
  border-radius: var(--agr-radius) var(--agr-radius) 0 0;
}

.agr-newsletter__label {
  display: flex;
  align-items: center;
  gap: 16px;
}

.agr-newsletter__label > span {
  font-size: 46px;
}

.agr-newsletter__label strong,
.agr-newsletter__label small {
  display: block;
}

.agr-newsletter__label strong {
  font-size: 18px;
  font-weight: 900;
}

.agr-newsletter__label small {
  opacity: 0.85;
  font-size: 12px;
  font-weight: 700;
}

.agr-newsletter__form {
  display: grid;
  grid-template-columns: 1fr 112px;
  gap: 0;
  height: 52px;
  overflow: hidden;
  border: 3px solid rgba(255, 255, 255, 0.35);
  border-radius: var(--agr-radius);
  background: #fff;
}

.agr-newsletter__form input {
  min-width: 0;
  padding: 0 18px;
  border: 0;
  color: var(--agr-text);
  outline: 0;
}

.agr-newsletter__form button {
  border: 0;
  color: #fff;
  background: var(--agr-green);
  font-weight: 900;
}

.agr-newsletter__badges {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.agr-newsletter__badges span {
  display: grid;
  place-items: center;
  min-height: 54px;
  padding: 5px;
  border-radius: var(--agr-radius);
  background: rgba(255, 255, 255, 0.12);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.agr-footer {
  color: #fff;
  background: linear-gradient(135deg, #08234b 0%, #04182f 100%);
}

.agr-footer__grid {
  display: grid;
  grid-template-columns: 1.45fr repeat(4, 1fr);
  gap: 40px;
  padding: 42px 0 34px;
}

.agr-footer__brand p {
  max-width: 260px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 700;
}

.agr-social {
  display: flex;
  gap: 10px;
}

.agr-social a {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #fff;
  background: var(--agr-blue);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.agr-social a:first-child { background: #ef3c88; }
.agr-social a:last-child { background: #ff2424; }

.agr-footer__col {
  display: grid;
  align-content: start;
  gap: 8px;
}

.agr-footer__col h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.agr-footer__col a,
.agr-footer__col p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 700;
}

.agr-footer__contact p,
.agr-footer__contact a {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.agr-footer__contact .agr-svg {
  color: #36c66a;
  flex: 0 0 auto;
  margin-top: 2px;
}

.agr-footer__bottom {
  display: flex;
  justify-content: center;
  padding: 18px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.agr-footer__bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 700;
}

.agr-floating-whatsapp {
  position: fixed;
  right: 26px;
  bottom: 26px;
  z-index: 120;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: #fff;
  background: #24bf4b;
  border-radius: 50%;
  box-shadow: 0 12px 25px rgba(36, 191, 75, 0.35);
  font-size: 30px;
}

@keyframes agrFadeUp {
  from {
    opacity: 0;
    transform: translate3d(0, 22px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes agrFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes agrScaleIn {
  from {
    opacity: 0;
    transform: scale(0.96);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes agrFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}

@keyframes agrHeroSlide {
  0% {
    opacity: 0;
  }
  6%,
  23% {
    opacity: 1;
  }
  31%,
  100% {
    opacity: 0;
  }
}

@media (prefers-reduced-motion: no-preference) {
  body.agr-theme {
    opacity: 0;
    animation: agrFadeIn 420ms ease forwards;
  }

  body.agr-page-leaving .agr-site-main,
  body.agr-page-leaving .agr-footer-benefits,
  body.agr-page-leaving .agr-newsletter,
  body.agr-page-leaving .agr-footer {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 160ms ease, transform 160ms ease;
  }

  .agr-site-header {
    animation: agrFadeIn 420ms ease both;
  }

  .agr-hero__content,
  .agr-page-hero__content,
  .agr-shop-hero__grid > div,
  .agr-generic-hero .agr-container {
    animation: agrFadeUp 620ms cubic-bezier(0.2, 0.7, 0.2, 1) 90ms both;
  }

  .agr-hero__image,
  .agr-page-hero__image,
  .agr-shop-hero__image {
    animation: agrScaleIn 720ms cubic-bezier(0.2, 0.7, 0.2, 1) 160ms both;
  }

  .agr-reveal {
    opacity: 0;
    transform: translate3d(0, 24px, 0);
    transition: opacity 620ms cubic-bezier(0.2, 0.7, 0.2, 1), transform 620ms cubic-bezier(0.2, 0.7, 0.2, 1);
    transition-delay: calc(var(--agr-stagger, 0) * 55ms);
  }

  .agr-reveal.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .agr-btn,
  .agr-mini-btn,
  .agr-mini-link,
  .agr-action,
  .agr-whatsapp,
  .agr-category-card,
  .agr-product-card,
  .agr-project-card,
  .agr-blog-card,
  .agr-service-card,
  .agr-reason-grid article,
  .agr-value-grid article,
  .agr-contact-cards article,
  .agr-social-cards a,
  .agr-filter-pills button,
  .agr-tab-list button {
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background-color 220ms ease, color 220ms ease, opacity 220ms ease;
  }

  .agr-btn:hover,
  .agr-category-card:hover,
  .agr-product-card:hover,
  .agr-project-card:hover,
  .agr-blog-card:hover,
  .agr-service-card:hover,
  .agr-reason-grid article:hover,
  .agr-value-grid article:hover,
  .agr-contact-cards article:hover,
  .agr-social-cards a:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 38px rgba(13, 31, 69, 0.13);
  }

  .agr-product-card__image img,
  .agr-category-card img,
  .agr-project-card img,
  .agr-blog-card__image img,
  .agr-service-card img,
  .agr-reason-grid img,
  .agr-split-card > img,
  .agr-special-banner img,
  .agr-cta-band img,
  .agr-map img,
  .agr-hero__image img,
  .agr-page-hero__image img {
    transition: transform 520ms cubic-bezier(0.2, 0.7, 0.2, 1);
    transform: translateZ(0);
  }

  .agr-product-card:hover .agr-product-card__image img,
  .agr-category-card:hover img,
  .agr-project-card:hover img,
  .agr-blog-card:hover img,
  .agr-service-card:hover img,
  .agr-reason-grid article:hover img {
    transform: scale(1.045);
  }

  .agr-menu.is-open {
    animation: agrFadeUp 240ms ease both;
  }

  .agr-filter-panel.is-open {
    box-shadow: 16px 0 38px rgba(7, 27, 63, 0.18);
  }

  .agr-floating-whatsapp {
    animation: agrFloat 3.2s ease-in-out infinite;
    transition: transform 220ms ease, box-shadow 220ms ease;
  }

  .agr-floating-whatsapp:hover {
    transform: translateY(-4px) scale(1.04);
    box-shadow: 0 18px 32px rgba(36, 191, 75, 0.42);
  }
}

@media (prefers-reduced-motion: reduce) {
  .agr-hero-slide {
    position: relative;
    opacity: 1;
    transform: none;
    animation: none;
  }

  .agr-hero-slide:not(:first-child) {
    display: none;
  }
}

@media (min-width: 1440px) {
  .agr-topbar__inner,
  .agr-mainbar__inner,
  .agr-navrow__inner,
  .agr-hero__grid,
  .agr-page-hero__grid,
  .agr-shop-hero__grid {
    width: 100%;
  }

  .agr-section {
    padding: 44px 0;
  }

  .agr-hero__grid {
    grid-template-columns: minmax(560px, 0.92fr) minmax(720px, 1.08fr);
    min-height: 500px;
  }

  .agr-page-hero__grid,
  .agr-shop-hero__grid {
    grid-template-columns: minmax(520px, 0.92fr) minmax(720px, 1.08fr);
    min-height: 390px;
  }

  .agr-hero__image {
    min-height: 430px;
  }

  .agr-page-hero__image,
  .agr-shop-hero__image {
    min-height: 340px;
  }

  .agr-hero p,
  .agr-page-hero p,
  .agr-shop-hero p,
  .agr-generic-hero p {
    max-width: 680px;
  }

  .agr-category-grid {
    gap: 26px;
  }

  .agr-category-card {
    min-height: 210px;
  }

  .agr-category-card img {
    height: 112px;
  }

  .agr-split-card,
  .agr-special-banner__inner,
  .agr-cta-band__inner {
    gap: 44px;
    padding: 28px;
  }

  .agr-split-card > img {
    height: 330px;
  }

  .agr-special-banner img {
    height: 220px;
  }

  .agr-product-card__image {
    height: 230px;
  }

  .agr-product-card--compact .agr-product-card__image {
    height: 180px;
  }

  .agr-project-card img,
  .agr-blog-card__image img,
  .agr-service-card img,
  .agr-reason-grid img {
    height: 200px;
  }

  .agr-shop-layout__grid {
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 38px;
  }

  .agr-single-product__grid {
    grid-template-columns: minmax(760px, 1.08fr) minmax(560px, 0.92fr);
    gap: 62px;
  }

  .agr-product-gallery__main {
    min-height: 640px;
  }

  .agr-product-gallery__main img {
    height: 540px;
  }

  .agr-product-gallery__thumbs button {
    height: 112px;
  }

  .agr-product-summary {
    padding-top: 8px;
  }
}

@media (min-width: 1720px) {
  .agr-products-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .agr-shop-products .agr-products-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .agr-project-grid,
  .agr-blog-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .agr-related-products .agr-product-row {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .agr-shop-cats__grid {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
}

@media (max-width: 1200px) {
  .agr-container {
    --agr-page-gutter: 17px;
  }

  .agr-mainbar__inner {
    gap: 18px;
  }

  .agr-header-actions {
    gap: 12px;
  }

  .agr-whatsapp strong,
  .agr-action span {
    display: none;
  }

  .agr-menu {
    gap: 22px;
  }

  .agr-product-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .agr-account-dashboard,
  .agr-cart-layout {
    grid-template-columns: 260px minmax(0, 1fr);
  }

  .agr-account-stats,
  .agr-cart-benefits,
  .agr-checkout-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .agr-quick-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .agr-related-products .agr-product-row,
  .agr-product-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .agr-product-benefits article:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 980px) {
  .admin-bar .agr-site-header {
    top: 0;
  }

  .agr-topbar__inner {
    justify-content: flex-start;
  }

  .agr-mainbar {
    height: auto;
  }

  .agr-mainbar__inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 14px;
    height: auto;
    padding: 12px 0;
  }

  .agr-brand {
    width: auto;
    flex-basis: auto;
  }

  .agr-header-search {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .agr-header-actions {
    justify-content: end;
  }

  .agr-whatsapp {
    display: none;
  }

  .agr-navrow {
    height: auto;
  }

  .agr-navrow__inner {
    height: auto;
    padding: 8px 0;
  }

  .agr-menu-toggle {
    display: block;
  }

  .agr-menu {
    display: none;
    position: absolute;
    left: 17px;
    right: 17px;
    top: 100%;
    z-index: 20;
    padding: 10px;
    border: 1px solid var(--agr-border);
    border-radius: var(--agr-radius);
    background: #fff;
    box-shadow: var(--agr-shadow);
  }

  .agr-menu.is-open {
    display: grid;
    gap: 0;
  }

  .agr-menu a {
    justify-content: space-between;
    min-height: 46px;
    padding: 0 12px;
  }

  .agr-submenu {
    position: static;
    min-width: 0;
    padding: 0 0 8px 14px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .agr-submenu a {
    min-height: 36px;
    padding-inline: 12px;
    font-size: 13px;
  }

  .agr-menu-cta {
    margin-left: 0;
  }

  .agr-hero__grid,
  .agr-page-hero__grid,
  .agr-shop-hero__grid {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-block: 32px 0;
  }

  .agr-hero__image,
  .agr-page-hero__image,
  .agr-shop-hero__image {
    min-height: 220px;
    margin-inline: -17px;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .agr-hero__content,
  .agr-page-hero__content,
  .agr-shop-hero__grid > div:first-child,
  .agr-generic-hero .agr-container {
    padding-left: 0;
  }

  .agr-hero h1 .agr-hero-orange,
  .agr-hero h1 .agr-hero-green,
  .agr-page-hero h1 .agr-hero-orange,
  .agr-page-hero h1 .agr-hero-green,
  .agr-page-hero h1 .agr-hero-blue {
    white-space: normal;
  }

  .agr-feature-bar {
    margin-top: 0;
  }

  .agr-feature-grid,
  .agr-footer-benefits__grid,
  .agr-category-grid,
  .agr-contact-cards__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .agr-product-row,
  .agr-products-grid,
  .agr-blog-grid,
  .agr-project-grid,
  .agr-reason-grid,
  .agr-service-grid,
  .agr-value-grid,
  .agr-why-grid,
  .agr-why-grid--five,
  .agr-process-line,
  .agr-process-line--six,
  .agr-shop-cats__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .agr-split-card,
  .agr-special-banner__inner,
  .agr-cta-band__inner,
  .agr-about-intro__grid,
  .agr-info-layout,
  .agr-product-description-grid,
  .agr-contact-main__grid,
  .agr-quote-page__grid,
  .agr-single-project__grid,
  .agr-single-product__grid,
  .agr-blog-tools,
  .agr-social-section__grid {
    grid-template-columns: 1fr;
  }

  .agr-special-banner__inner {
    align-items: stretch;
  }

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

  .agr-info-card-grid,
  .agr-page-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .agr-stats__inner > div {
    grid-column: 1 / -1;
  }

  .agr-shop-layout__grid {
    grid-template-columns: 1fr;
  }

  .agr-account-dashboard,
  .agr-login-panel,
  .agr-register-panel,
  .agr-cart-layout,
  .agr-checkout-shell .woocommerce form.checkout {
    grid-template-columns: 1fr;
  }

  .agr-account-menu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .agr-address-grid {
    grid-template-columns: 1fr;
  }

  .agr-login-box {
    border-right: 0;
    border-bottom: 1px solid var(--agr-border);
  }

  .agr-login-divider {
    position: relative;
    top: auto;
    left: auto;
    justify-self: center;
    margin: -22px 0;
    transform: none;
  }

  .agr-login-benefits img,
  .agr-register-benefits img {
    position: static;
    width: min(100%, 420px);
    margin: 8px auto 0;
  }

  .agr-checkout-shell .woocommerce .col2-set,
  .agr-checkout-shell #order_review_heading,
  .agr-checkout-shell #order_review {
    grid-column: auto;
  }

  .agr-filter-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    border: 1px solid var(--agr-border);
    border-radius: var(--agr-radius);
    background: #fff;
    color: var(--agr-navy);
    font-weight: 900;
  }

  .agr-filter-panel {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 200;
    width: min(360px, 92vw);
    overflow-y: auto;
    border-radius: 0;
    transform: translateX(-105%);
    transition: transform 180ms ease;
  }

  .agr-filter-panel.is-open {
    transform: translateX(0);
  }

  .agr-filter-panel__head button {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid var(--agr-border);
    border-radius: var(--agr-radius-sm);
    background: #fff;
    color: var(--agr-navy);
    font-size: 22px;
  }

  .agr-product-options,
  .agr-product-actions {
    grid-template-columns: 1fr;
  }

  .agr-product-gallery__main {
    min-height: 420px;
  }

  .agr-product-gallery__main img {
    height: 340px;
  }

  .agr-product-buy,
  .agr-product-secondary-actions {
    grid-template-columns: 1fr;
  }

  .agr-quantity-stepper {
    max-width: 140px;
  }

  .agr-product-description-grid img {
    min-height: 260px;
  }

  .agr-woo-wrapper .cart-collaterals {
    grid-template-columns: 1fr;
  }

  .agr-newsletter__inner,
  .agr-footer__grid {
    grid-template-columns: 1fr;
  }

  .agr-footer__grid {
    gap: 26px;
  }
}

@media (max-width: 640px) {
  body.agr-theme {
    font-size: 15px;
  }

  .agr-container {
    --agr-page-gutter: 12px;
  }

  .agr-topbar {
    display: none;
  }

  .agr-brand img {
    width: 126px;
    height: auto;
  }

  .agr-action {
    min-width: 38px;
    font-size: 22px;
  }

  .agr-action em {
    right: 0;
  }

  .agr-search-form {
    height: 46px;
  }

  .agr-search-form button {
    width: 50px;
    height: 46px;
  }

  .agr-hero h1,
  .agr-page-hero h1,
  .agr-shop-hero h1,
  .agr-generic-hero h1 {
    font-size: 34px;
  }

  .agr-feature-grid,
  .agr-footer-benefits__grid,
  .agr-category-grid,
  .agr-product-row,
  .agr-products-grid,
  .agr-related-products .agr-product-row,
  .agr-blog-grid,
  .agr-project-grid,
  .agr-reason-grid,
  .agr-service-grid,
  .agr-value-grid,
  .agr-why-grid,
  .agr-product-benefits,
  .agr-why-grid--five,
  .agr-process-line,
  .agr-process-line--six,
  .agr-contact-cards__grid,
  .agr-shop-cats__grid,
  .agr-info-card-grid,
  .agr-page-link-grid,
  .agr-social-cards,
  .agr-stats__inner,
  .agr-mini-process,
  .agr-steps-inline {
    grid-template-columns: 1fr;
  }

  .agr-info-stat {
    position: static;
    max-width: none;
    margin-top: 12px;
  }

  .agr-products-grid,
  .agr-product-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .agr-product-card__image {
    height: 140px;
    padding: 12px 10px 0;
  }

  .agr-product-card__body {
    padding: 10px;
  }

  .agr-product-card h3 {
    font-size: 13px;
  }

  .agr-product-card__actions {
    grid-template-columns: 32px 36px 1fr;
    gap: 6px;
  }

  .agr-single-product {
    padding-top: 24px;
  }

  .agr-product-gallery__main {
    min-height: 320px;
    padding: 34px 24px;
  }

  .agr-product-gallery__main img {
    height: 250px;
  }

  .agr-gallery-nav {
    width: 36px;
    height: 36px;
  }

  .agr-gallery-fav {
    width: 40px;
    height: 40px;
  }

  .agr-product-gallery__thumbs {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
  }

  .agr-product-gallery__thumbs button {
    height: 64px;
  }

  .agr-product-summary h1 {
    font-size: 30px;
  }

  .agr-product-price {
    font-size: 28px;
  }

  .agr-product-benefits article {
    border-right: 0 !important;
    border-bottom: 1px solid var(--agr-border);
  }

  .agr-product-benefits article:last-child {
    border-bottom: 0;
  }

  .agr-tab-list {
    gap: 14px;
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .agr-tab-list button {
    flex: 0 0 auto;
    min-height: 48px;
  }

  .agr-woo-wrapper .woocommerce {
    padding: 14px;
  }

  .agr-woo-wrapper table.shop_table th,
  .agr-woo-wrapper table.shop_table td {
    padding: 12px 10px !important;
  }

  .agr-woo-wrapper table.shop_table .product-thumbnail {
    width: 74px;
  }

  .agr-woo-wrapper table.shop_table .product-thumbnail img,
  .agr-woo-wrapper .woocommerce-cart-form img {
    width: 58px;
    height: 58px;
  }

  .agr-account-page,
  .agr-cart-page,
  .agr-checkout-page {
    padding-top: 24px;
  }

  .agr-account-stats,
  .agr-account-menu,
  .agr-quick-actions,
  .agr-cart-benefits,
  .agr-checkout-benefits {
    grid-template-columns: 1fr;
  }

  .agr-login-box,
  .agr-register-box,
  .agr-login-benefits,
  .agr-register-benefits,
  .agr-cart-summary,
  .agr-checkout-shell {
    padding: 20px;
  }

  .agr-form-grid,
  .agr-phone-field,
  .agr-cart-shipping > div {
    grid-template-columns: 1fr;
  }

  .agr-cart-actions,
  .agr-cart-actions > div,
  .agr-cart-added-message,
  .agr-cart-added-actions {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .agr-cart-actions .agr-btn,
  .agr-cart-added-actions .agr-btn {
    width: 100%;
  }

  .agr-section {
    padding: 26px 0;
  }

  .agr-section-topline,
  .agr-shop-toolbar {
    display: grid;
    align-items: start;
  }

  .agr-form--quote,
  .agr-blog-search,
  .agr-newsletter__form,
  .agr-product-buy {
    grid-template-columns: 1fr;
  }

  .agr-form-card,
  .agr-visit-card,
  .agr-quote-aside {
    padding: 20px;
  }

  .agr-map > div {
    position: static;
    width: auto;
    margin: -34px 14px 14px;
  }

  .agr-newsletter__badges {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .agr-floating-whatsapp {
    right: 16px;
    bottom: 16px;
    width: 52px;
    height: 52px;
  }
}

.agr-topbar__inner {
  justify-content: center;
  text-align: center;
}

.agr-topbar p {
  justify-content: center;
}

.agr-hero,
.agr-page-hero,
.agr-shop-hero,
.agr-generic-hero {
  isolation: isolate;
  min-height: 390px;
  background: #fff4e5;
}

.agr-hero::before,
.agr-page-hero::before,
.agr-shop-hero::before,
.agr-generic-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  display: none;
  pointer-events: none;
}

.agr-generic-hero {
  background: url("../images/hero-classroom-crisp.webp") center / cover no-repeat;
}

.agr-generic-hero .agr-container {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 390px;
  flex-direction: column;
  justify-content: center;
  padding-left: clamp(42px, 5.2vw, 104px);
}

.agr-hero__grid,
.agr-page-hero__grid,
.agr-shop-hero__grid {
  position: relative;
  display: block;
  min-height: 390px;
  padding-block: 0;
}

.agr-hero__grid {
  min-height: 500px;
}

.agr-hero__image,
.agr-page-hero__image,
.agr-shop-hero__image {
  position: absolute;
  top: 0;
  right: calc(var(--agr-page-gutter) * -1);
  bottom: 0;
  left: calc(var(--agr-page-gutter) * -1);
  z-index: 0;
  min-height: 0;
  margin: 0;
}

.agr-hero-slider,
.agr-hero-slide,
.agr-hero__image img,
.agr-page-hero__image img,
.agr-shop-hero__image img {
  width: 100%;
  height: 100%;
}

.agr-hero__image img,
.agr-page-hero__image img,
.agr-shop-hero__image img,
.agr-hero-slide {
  object-fit: cover;
  object-position: center;
}

.agr-hero__content,
.agr-page-hero__content,
.agr-shop-hero__grid > div:first-child {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 670px;
  min-height: 390px;
  padding: 48px 0 54px clamp(42px, 5.2vw, 104px);
}

.agr-hero__content {
  min-height: 500px;
}

.agr-hero p,
.agr-page-hero p,
.agr-shop-hero p,
.agr-generic-hero p {
  max-width: 620px;
}

.agr-hero h1,
.agr-page-hero h1,
.agr-shop-hero h1,
.agr-generic-hero h1,
.agr-hero p,
.agr-page-hero p,
.agr-shop-hero p,
.agr-generic-hero p,
.agr-hero .agr-eyebrow,
.agr-page-hero .agr-eyebrow,
.agr-shop-hero .agr-eyebrow,
.agr-generic-hero .agr-eyebrow {
  text-shadow: 0 2px 8px rgba(255, 255, 255, 0.72);
}

.agr-feature-grid {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.agr-feature-item {
  border-right: 1px solid var(--agr-border);
}

.agr-feature-item:last-child {
  border-right: 0;
}

.agr-account-main {
  min-width: 0;
}

.agr-account-panel {
  display: none;
}

.agr-account-panel.is-active {
  display: block;
  animation: agrFadeUp 260ms ease both;
}

.agr-account-menu a,
.agr-account-menu button {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border: 0;
  border-radius: var(--agr-radius-sm);
  color: var(--agr-text);
  background: transparent;
  font-size: 15px;
  font-weight: 900;
  text-align: left;
}

.agr-account-menu a.is-active,
.agr-account-menu button.is-active {
  color: var(--agr-green);
  background: #edf8ef;
}

.agr-account-menu a:hover,
.agr-account-menu button:hover {
  color: var(--agr-green);
  background: #f4fbf5;
}

.agr-account-stats article button,
.agr-card-head > button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  padding: 0;
  border: 0;
  color: var(--agr-green);
  background: transparent;
  font-size: 13px;
  font-weight: 900;
}

.agr-account-stats span,
.agr-account-stats button {
  font-weight: 900;
}

.agr-order-code {
  color: var(--agr-green);
  font-weight: 900;
}

.agr-quick-actions button {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  min-height: 92px;
  padding: 18px;
  border: 1px solid var(--agr-border);
  border-radius: var(--agr-radius);
  background: #fff;
  box-shadow: var(--agr-shadow-sm);
  text-align: left;
}

.agr-quick-actions button .agr-arrow {
  margin-left: auto;
  color: var(--agr-green);
}

.agr-address-card button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  border: 0;
  color: var(--agr-text);
  background: transparent;
  font-size: 13px;
  font-weight: 900;
}

.agr-address-card button + button {
  color: var(--agr-red);
  border-left: 1px solid var(--agr-border);
}

.agr-account-panel-head {
  margin: 0 0 18px;
}

.agr-account-panel-head h2 {
  margin: 0 0 6px;
  color: var(--agr-navy);
  font-size: clamp(24px, 2vw, 32px);
  line-height: 1.12;
  font-weight: 900;
}

.agr-account-panel-head p {
  max-width: 760px;
  margin: 0;
  color: var(--agr-muted);
  font-weight: 800;
}

.agr-account-form,
.agr-order-detail-card {
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px solid var(--agr-border);
  border-radius: var(--agr-radius);
  background: #fff;
  box-shadow: var(--agr-shadow-sm);
}

.agr-account-form label {
  display: grid;
  gap: 8px;
  color: var(--agr-navy);
  font-size: 14px;
  font-weight: 900;
}

.agr-account-form input {
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid var(--agr-border);
  border-radius: var(--agr-radius-sm);
  outline: 0;
  color: var(--agr-text);
  font-weight: 800;
}

.agr-account-form .agr-password-field input {
  border: 0;
}

.agr-account-form .agr-btn {
  width: min(100%, 360px);
}

.agr-order-detail-card[hidden] {
  display: none;
}

.agr-order-detail-card {
  margin-top: 18px;
}

.agr-order-detail-card h3,
.agr-order-detail-card p {
  margin: 0;
}

.agr-order-detail-card > div > span {
  color: var(--agr-green);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.agr-order-detail-card dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

.agr-order-detail-card dl > div {
  padding: 14px;
  border-radius: var(--agr-radius-sm);
  background: #f8fafc;
}

.agr-order-detail-card dt,
.agr-order-detail-card dd {
  margin: 0;
  font-weight: 900;
}

.agr-order-detail-card dt {
  color: var(--agr-muted);
  font-size: 12px;
}

.agr-order-detail-card dd {
  color: var(--agr-navy);
}

.agr-account-toast {
  position: fixed;
  right: 24px;
  bottom: 92px;
  z-index: 400;
  max-width: min(360px, calc(100vw - 32px));
  padding: 14px 18px;
  border-radius: var(--agr-radius);
  color: #fff;
  background: var(--agr-green);
  box-shadow: var(--agr-shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 180ms ease, transform 180ms ease;
  font-weight: 900;
}

.agr-account-toast.is-active {
  opacity: 1;
  transform: translateY(0);
}

.agr-favorites-panel-grid {
  margin-top: 12px;
}

.agr-checkout-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 22px;
  border-bottom: 1px solid var(--agr-border);
}

.agr-checkout-steps span {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 0 12px 18px;
  color: var(--agr-muted);
  font-size: 13px;
  font-weight: 900;
}

.agr-checkout-steps span::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--agr-border);
  z-index: 0;
}

.agr-checkout-steps span:first-child::before {
  left: 50%;
}

.agr-checkout-steps span:last-child::before {
  right: 50%;
}

.agr-checkout-steps strong {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: var(--agr-navy);
  background: #eef2f7;
}

.agr-checkout-steps .is-active {
  color: var(--agr-navy);
}

.agr-checkout-steps .is-active strong {
  color: #fff;
  background: var(--agr-green);
}

.agr-checkout-shell .woocommerce form.checkout {
  margin: 0;
}

.agr-checkout-shell #order_review_heading {
  padding: 0;
  color: var(--agr-navy);
  font-size: 20px;
  font-weight: 900;
}

.agr-checkout-shell #order_review,
.agr-checkout-shell .woocommerce .col2-set {
  overflow: hidden;
  border: 1px solid var(--agr-border);
  border-radius: var(--agr-radius);
  background: #fff;
  box-shadow: var(--agr-shadow-sm);
}

.agr-checkout-shell .woocommerce .col-1,
.agr-checkout-shell .woocommerce .col-2 {
  padding: 22px;
}

.agr-checkout-shell .woocommerce .col-2 {
  border-top: 1px solid var(--agr-border);
}

.agr-checkout-benefits {
  margin-top: 24px;
}

.agr-section-topline--sub {
  margin-top: 34px;
}

.agr-product-marquee {
  width: 100%;
  overflow: hidden;
  padding: 4px 0 12px;
  mask-image: linear-gradient(90deg, transparent 0, #000 42px, #000 calc(100% - 42px), transparent 100%);
}

.agr-product-marquee__track {
  display: flex;
  gap: 22px;
  width: max-content;
  animation: agrMarquee 34s linear infinite;
}

.agr-product-marquee--reverse .agr-product-marquee__track {
  animation-direction: reverse;
}

.agr-product-marquee:hover .agr-product-marquee__track {
  animation-play-state: paused;
}

.agr-product-marquee__item {
  flex: 0 0 clamp(220px, 18vw, 286px);
}

.agr-product-marquee .agr-product-card {
  height: 100%;
}

.agr-product-marquee .agr-product-card__image {
  height: 168px;
}

@keyframes agrMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 11px));
  }
}

@media (prefers-reduced-motion: reduce) {
  .agr-product-marquee__track {
    animation: none;
  }
}

@media (max-width: 980px) {
  .agr-hero,
  .agr-page-hero,
  .agr-shop-hero,
  .agr-generic-hero,
  .agr-hero__grid,
  .agr-page-hero__grid,
  .agr-shop-hero__grid,
  .agr-hero__content,
  .agr-page-hero__content,
  .agr-shop-hero__grid > div:first-child,
  .agr-generic-hero .agr-container {
    min-height: 420px;
  }

  .agr-hero__content,
  .agr-page-hero__content,
  .agr-shop-hero__grid > div:first-child,
  .agr-generic-hero .agr-container {
    max-width: 92%;
    padding: 38px 0 42px clamp(18px, 5vw, 42px);
  }

  .agr-hero::before,
  .agr-page-hero::before,
  .agr-shop-hero::before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 245, 230, 0.34) 100%);
  }

  .agr-account-dashboard {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .agr-hero,
  .agr-page-hero,
  .agr-shop-hero,
  .agr-generic-hero,
  .agr-hero__grid,
  .agr-page-hero__grid,
  .agr-shop-hero__grid,
  .agr-hero__content,
  .agr-page-hero__content,
  .agr-shop-hero__grid > div:first-child,
  .agr-generic-hero .agr-container {
    min-height: 390px;
  }

  .agr-hero__content,
  .agr-page-hero__content,
  .agr-shop-hero__grid > div:first-child,
  .agr-generic-hero .agr-container {
    max-width: 100%;
    padding: 28px 0 32px 8px;
  }

  .agr-feature-grid,
  .agr-checkout-steps,
  .agr-order-detail-card dl {
    grid-template-columns: 1fr;
  }

  .agr-feature-item {
    border-right: 0;
    border-bottom: 1px solid var(--agr-border);
  }

  .agr-feature-item:last-child {
    border-bottom: 0;
  }

  .agr-account-form .agr-btn {
    width: 100%;
  }

  .agr-product-marquee__item {
    flex-basis: 226px;
  }
}

/* v1.0.10 polish: real category menu, real account data and checkout layout. */
.agr-submenu {
  width: min(620px, calc(100vw - 28px));
  grid-template-columns: repeat(2, minmax(190px, 1fr));
}

.agr-submenu a {
  min-height: 38px;
}

.agr-shop-cats__grid {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.agr-account-empty-row td {
  padding: 34px !important;
  text-align: center;
}

.agr-account-empty-row strong,
.agr-account-empty-row span {
  display: block;
}

.agr-account-empty-row strong {
  color: var(--agr-navy);
  font-size: 18px;
}

.agr-account-empty-row span {
  margin-top: 6px;
  color: var(--agr-muted);
  font-weight: 800;
}

.agr-shop-empty {
  min-height: 260px;
}

.agr-checkout-page > .agr-container {
  max-width: 1740px;
}

.agr-checkout-shell {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.agr-checkout-shell .woocommerce {
  width: 100%;
}

.agr-checkout-shell .woocommerce form.checkout {
  display: grid !important;
  grid-template-columns: minmax(0, 1.42fr) minmax(380px, 0.78fr);
  gap: 24px;
  align-items: start;
  width: 100%;
}

.agr-checkout-shell .woocommerce .col2-set {
  display: grid;
  grid-column: 1;
  gap: 0;
  width: 100% !important;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--agr-border);
  border-radius: var(--agr-radius);
  background: #fff;
  box-shadow: var(--agr-shadow-sm);
}

.agr-checkout-shell .woocommerce .col-1,
.agr-checkout-shell .woocommerce .col-2 {
  float: none !important;
  width: 100% !important;
  max-width: 100%;
  min-width: 0;
  padding: 26px !important;
  border: 0;
  box-sizing: border-box;
}

.agr-checkout-shell .woocommerce .col-2 {
  border-top: 1px solid var(--agr-border);
}

.agr-checkout-shell .woocommerce-billing-fields,
.agr-checkout-shell .woocommerce-shipping-fields,
.agr-checkout-shell .woocommerce-additional-fields,
.agr-checkout-shell #order_review {
  padding: 0;
  border: 0;
  box-shadow: none;
}

.agr-checkout-shell .woocommerce-billing-fields h3,
.agr-checkout-shell .woocommerce-additional-fields h3,
.agr-checkout-shell #order_review_heading {
  margin: 0 0 18px;
  color: var(--agr-navy);
  font-size: 24px;
  line-height: 1.15;
  font-weight: 900;
}

.agr-checkout-shell .woocommerce-billing-fields__field-wrapper,
.agr-checkout-shell .woocommerce-shipping-fields__field-wrapper,
.agr-checkout-shell .woocommerce-additional-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 18px;
}

.agr-checkout-shell .form-row,
.agr-checkout-shell .woocommerce form .form-row {
  float: none !important;
  clear: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
}

.agr-checkout-shell .form-row-wide,
.agr-checkout-shell .woocommerce-additional-fields__field-wrapper .form-row,
.agr-checkout-shell #billing_address_1_field,
.agr-checkout-shell #billing_address_2_field,
.agr-checkout-shell #order_comments_field {
  grid-column: 1 / -1;
}

.agr-checkout-shell label {
  display: block;
  margin: 0 0 8px;
  color: var(--agr-navy);
  font-size: 14px;
  font-weight: 900;
}

.agr-checkout-shell .woocommerce-input-wrapper {
  display: block;
  width: 100%;
}

.agr-checkout-shell input.input-text,
.agr-checkout-shell textarea,
.agr-checkout-shell select,
.agr-checkout-shell .select2-container .select2-selection--single {
  width: 100% !important;
  min-height: 50px;
  padding: 0 16px;
  border: 1px solid var(--agr-border);
  border-radius: var(--agr-radius-sm);
  color: var(--agr-text);
  background: #fff;
  box-sizing: border-box;
  font: inherit;
  font-weight: 800;
}

.agr-checkout-shell .select2-container {
  width: 100% !important;
}

.agr-checkout-shell .select2-container .select2-selection--single {
  display: flex;
  align-items: center;
}

.agr-checkout-shell .select2-container .select2-selection__rendered {
  padding: 0;
  color: var(--agr-text);
}

.agr-checkout-shell textarea,
.agr-checkout-shell #order_comments {
  min-height: 116px;
  padding: 14px 16px;
  resize: vertical;
}

.agr-checkout-shell #order_review_heading,
.agr-checkout-shell #order_review {
  grid-column: 2;
  grid-row: 1;
}

.agr-checkout-shell #order_review_heading {
  padding: 24px 24px 0;
  margin: 0 0 -24px;
  border: 1px solid var(--agr-border);
  border-bottom: 0;
  border-radius: var(--agr-radius) var(--agr-radius) 0 0;
  background: #fff;
  box-shadow: var(--agr-shadow-sm);
  z-index: 2;
}

.agr-checkout-shell #order_review {
  position: sticky;
  top: 116px;
  padding: 54px 24px 24px;
  border: 1px solid var(--agr-border);
  border-radius: var(--agr-radius);
  background: #fff;
  box-shadow: var(--agr-shadow-sm);
}

.agr-checkout-shell #order_review table.shop_table {
  margin: 0 0 18px;
  border: 0;
}

.agr-checkout-shell #order_review table.shop_table th,
.agr-checkout-shell #order_review table.shop_table td {
  padding: 12px 0;
  border-bottom: 1px solid var(--agr-border);
}

.agr-checkout-shell #order_review table.shop_table tfoot tr:last-child th,
.agr-checkout-shell #order_review table.shop_table tfoot tr:last-child td {
  border-bottom: 0;
  color: var(--agr-green);
  font-size: 22px;
  font-weight: 900;
}

.agr-checkout-shell .woocommerce-checkout-payment {
  border: 0 !important;
  background: #f8fafc !important;
  border-radius: var(--agr-radius-sm) !important;
}

.agr-checkout-shell .woocommerce-checkout-payment ul.payment_methods,
.agr-checkout-shell .woocommerce-checkout-payment .place-order {
  padding: 18px !important;
}

.agr-checkout-shell #place_order {
  min-height: 56px;
  border: 0 !important;
  border-radius: var(--agr-radius-sm) !important;
  background: var(--agr-green) !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 900 !important;
}

.agr-hero::before,
.agr-page-hero::before,
.agr-shop-hero::before,
.agr-generic-hero::before {
  display: none !important;
  background: none !important;
}

.agr-hero-slider::after,
.agr-hero__image::after,
.agr-page-hero__image::after,
.agr-shop-hero__image::after {
  display: none !important;
}

@media (max-width: 1100px) {
  .agr-checkout-shell .woocommerce form.checkout {
    grid-template-columns: 1fr;
  }

  .agr-checkout-shell #order_review_heading,
  .agr-checkout-shell #order_review,
  .agr-checkout-shell .woocommerce .col2-set {
    grid-column: 1;
    grid-row: auto;
  }

  .agr-checkout-shell #order_review {
    position: static;
  }
}

@media (max-width: 680px) {
  .agr-submenu {
    grid-template-columns: 1fr;
  }

  .agr-checkout-shell .woocommerce-billing-fields__field-wrapper,
  .agr-checkout-shell .woocommerce-shipping-fields__field-wrapper,
  .agr-checkout-shell .woocommerce-additional-fields__field-wrapper {
    grid-template-columns: 1fr;
  }

  .agr-checkout-shell .woocommerce .col-1,
  .agr-checkout-shell .woocommerce .col-2,
  .agr-checkout-shell #order_review {
    padding: 18px !important;
  }
}

/* v1.0.11: keep banner photos clear, add a readable white backing only under text. */
.agr-hero__content,
.agr-page-hero__content,
.agr-shop-hero__grid > div:first-child,
.agr-generic-hero .agr-container {
  width: min(720px, calc(100% - 32px));
  padding: clamp(26px, 3vw, 46px) clamp(24px, 3.4vw, 56px) !important;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 8px;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.86) 68%, rgba(255, 255, 255, 0.7) 100%);
  box-shadow: 0 22px 58px rgba(10, 31, 68, 0.14);
}

.agr-hero__content h1,
.agr-page-hero__content h1,
.agr-shop-hero__grid > div:first-child h1,
.agr-generic-hero h1,
.agr-hero__content p,
.agr-page-hero__content p,
.agr-shop-hero__grid > div:first-child p,
.agr-generic-hero p,
.agr-hero__content .agr-eyebrow,
.agr-page-hero__content .agr-eyebrow,
.agr-shop-hero__grid > div:first-child .agr-eyebrow {
  text-shadow: none !important;
}

.agr-hero__content .agr-actions,
.agr-page-hero__content .agr-actions,
.agr-shop-hero__grid > div:first-child .agr-actions {
  margin-top: 24px;
}

@media (max-width: 680px) {
  .agr-hero__content,
  .agr-page-hero__content,
  .agr-shop-hero__grid > div:first-child,
  .agr-generic-hero .agr-container {
    width: calc(100% - 24px);
    padding: 22px !important;
  }
}

/* v1.0.12: new logo, moving real category strips and removed free-shipping promo card. */
.agr-brand {
  width: 286px;
  flex-basis: 286px;
}

.agr-brand img {
  width: 266px;
  height: 76px;
  object-fit: contain;
}

.agr-footer__brand img {
  width: 238px;
  height: auto;
  max-height: 116px;
  object-fit: contain;
}

.agr-footer__brand > a:first-child {
  display: inline-flex;
  align-items: center;
  padding: 8px 10px;
  border-radius: 8px;
  background: #fff;
}

.agr-whatsapp > span .agr-svg {
  width: 23px;
  height: 23px;
}

.agr-floating-whatsapp .agr-svg {
  width: 30px;
  height: 30px;
}

.agr-footer__contact a[href*="wa.me"] .agr-svg,
.agr-contact-cards a[href*="wa.me"] .agr-svg,
.agr-product-secondary-actions a[href*="wa.me"] .agr-svg {
  width: 1.15em;
  height: 1.15em;
  flex: 0 0 auto;
}

.agr-cart-benefits,
.agr-checkout-benefits {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.agr-category-marquee,
.agr-shop-cats__viewport {
  width: 100%;
  overflow: hidden;
  padding: 4px 0 14px;
  mask-image: linear-gradient(90deg, transparent 0, #000 42px, #000 calc(100% - 42px), transparent 100%);
}

.agr-category-marquee__track,
.agr-shop-cats__track {
  display: flex;
  width: max-content;
  align-items: stretch;
  animation: agrCategoryMarquee 48s linear infinite;
}

.agr-category-marquee__track {
  gap: 24px;
}

.agr-shop-cats {
  overflow: hidden;
  padding: 26px 0 12px;
  background: #fff;
}

.agr-shop-cats__track {
  gap: 18px;
}

.agr-shop-cat {
  flex: 0 0 clamp(204px, 14vw, 248px);
  min-height: 172px;
  padding: 10px 10px 16px;
  border: 1px solid var(--agr-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--agr-shadow-sm);
  overflow: hidden;
}

.agr-shop-cat .agr-shop-cat__image {
  display: block;
  width: 100%;
  height: 104px;
  overflow: hidden;
  border-radius: 7px;
  background: #f7fafc;
  font-size: 0;
}

.agr-shop-cat .agr-shop-cat__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.agr-shop-cat strong {
  display: -webkit-box;
  min-height: 38px;
  margin-top: 10px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.15;
}

.agr-category-marquee .agr-category-card {
  flex: 0 0 clamp(246px, 18vw, 312px);
  min-height: 214px;
}

.agr-category-marquee .agr-category-card img {
  height: 128px;
}

.agr-category-marquee .agr-reveal,
.agr-shop-cats__track .agr-reveal {
  opacity: 1 !important;
  transform: none !important;
}

.agr-product-marquee:hover .agr-product-marquee__track,
.agr-category-marquee:hover .agr-category-marquee__track,
.agr-shop-cats__viewport:hover .agr-shop-cats__track {
  animation-play-state: running;
}

@keyframes agrCategoryMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 12px));
  }
}

@media (prefers-reduced-motion: reduce) {
  .agr-category-marquee__track,
  .agr-shop-cats__track {
    animation: none;
  }
}

@media (max-width: 1200px) {
  .agr-brand {
    width: 220px;
    flex-basis: 220px;
  }

  .agr-brand img {
    width: 206px;
    height: 68px;
  }
}

@media (max-width: 640px) {
  .agr-brand img {
    width: 168px;
    height: auto;
  }

  .agr-category-marquee .agr-category-card {
    flex-basis: 230px;
    min-height: 196px;
  }

  .agr-category-marquee .agr-category-card img {
    height: 116px;
  }

  .agr-shop-cat {
    flex-basis: 190px;
  }
}

/* v1.0.15: mobile header/menu alignment and moving compact strips. */
:root {
  --agr-mobile-menu-top: 0px;
}

body.agr-menu-open {
  overflow: hidden;
}

.agr-footer-benefits {
  overflow: hidden;
}

.agr-footer-benefits__grid {
  display: flex;
  width: max-content;
  max-width: none;
  align-items: stretch;
  gap: 0;
  animation: agrBenefitMarquee 26s linear infinite;
}

.agr-footer-benefits__grid .agr-reveal {
  opacity: 1 !important;
  transform: none !important;
}

.agr-footer-benefit {
  flex: 0 0 clamp(242px, 20vw, 340px);
}

.agr-footer-benefits__grid:hover {
  animation-play-state: running;
}

@keyframes agrBenefitMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 980px) {
  .agr-site-header {
    z-index: 1000;
  }

  .agr-mainbar__inner {
    position: relative;
    grid-template-columns: minmax(128px, 1fr) auto;
    gap: 10px 12px;
    padding: 10px 0 12px;
  }

  .agr-brand {
    grid-column: 1;
    grid-row: 1;
  }

  .agr-header-actions {
    grid-column: 2;
    grid-row: 1;
    gap: 12px;
    align-self: center;
  }

  .agr-header-search {
    grid-column: 1 / -1;
    grid-row: 2;
    min-width: 0;
    padding-left: 72px;
  }

  .agr-search-form {
    height: 48px;
  }

  .agr-search-form button {
    width: 56px;
    height: 48px;
  }

  .agr-navrow {
    position: absolute;
    right: auto;
    bottom: 12px;
    left: var(--agr-page-gutter);
    z-index: 1200;
    width: 48px;
    height: 48px;
    border: 0;
    background: transparent;
    pointer-events: none;
  }

  .agr-navrow::after {
    position: absolute;
    top: 0;
    left: 48px;
    width: 12px;
    height: 48px;
    content: "";
    pointer-events: none;
  }

  .agr-navrow__inner {
    height: 48px;
    padding: 0;
  }

  .agr-nav {
    width: 48px;
    pointer-events: auto;
  }

  .agr-menu-toggle {
    display: flex;
    width: 48px;
    height: 48px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid var(--agr-border);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(7, 27, 63, 0.08);
  }

  .agr-menu-toggle span {
    width: 22px;
    margin: 0 auto;
  }

  .agr-menu {
    position: fixed;
    top: var(--agr-mobile-menu-top);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000;
    max-height: none;
    width: 100vw;
    min-height: calc(100svh - var(--agr-mobile-menu-top));
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 18px var(--agr-page-gutter) 86px;
    border: 0;
    border-top: 1px solid var(--agr-border);
    border-radius: 0;
    background: #fff;
    box-shadow: 0 24px 60px rgba(7, 27, 63, 0.18);
  }

  .agr-menu.is-open {
    display: grid;
    gap: 2px;
  }

  .agr-menu a {
    min-height: 44px;
    padding: 0 14px;
    border-radius: 8px;
  }

  .agr-menu a:hover,
  .agr-menu a:focus {
    background: #eef8f0;
    color: var(--agr-green);
  }

  .agr-submenu {
    display: grid;
    gap: 2px;
    max-height: none;
    padding: 2px 0 8px 12px;
  }

  .agr-mini-process,
  .agr-steps-inline {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .agr-steps-inline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .agr-brand img {
    width: clamp(178px, 38vw, 218px);
  }

  .agr-action {
    min-width: 34px;
    font-size: 23px;
  }

  .agr-header-actions {
    gap: 9px;
  }

  .agr-header-search {
    padding-left: 70px;
  }

  .agr-search-form input {
    padding: 0 12px;
    font-size: 13px;
  }

  .agr-search-form button {
    width: 52px;
  }

  .agr-feature-grid,
  .agr-cart-benefits,
  .agr-checkout-benefits,
  .agr-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .agr-why-grid {
    gap: 12px;
  }

  .agr-why-grid article {
    min-height: 150px;
    padding: 16px 10px;
    text-align: center;
  }

  .agr-why-grid article > .agr-svg {
    width: 58px;
    height: 58px;
    margin-inline: auto;
    font-size: 28px;
  }

  .agr-why-grid article strong {
    font-size: 13px;
    line-height: 1.2;
  }

  .agr-feature-item,
  .agr-cart-benefits article,
  .agr-checkout-benefits article {
    min-height: 118px;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 14px 10px;
    text-align: center;
    border-right: 1px solid var(--agr-border) !important;
    border-bottom: 1px solid var(--agr-border);
  }

  .agr-feature-item:nth-child(2n),
  .agr-cart-benefits article:nth-child(2n),
  .agr-checkout-benefits article:nth-child(2n) {
    border-right: 0 !important;
  }

  .agr-feature-item:nth-last-child(-n + 2),
  .agr-cart-benefits article:nth-last-child(-n + 2),
  .agr-checkout-benefits article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .agr-feature-item strong,
  .agr-cart-benefits strong,
  .agr-checkout-benefits strong {
    font-size: 13px;
    line-height: 1.2;
  }

  .agr-feature-item small,
  .agr-cart-benefits small,
  .agr-checkout-benefits small {
    font-size: 11px;
    line-height: 1.25;
  }

  .agr-icon-bubble,
  .agr-feature-item > .agr-icon-bubble,
  .agr-cart-benefits span,
  .agr-checkout-benefits span {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
    font-size: 23px;
  }

  .agr-mini-process {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 7px;
  }

  .agr-mini-process span {
    min-height: 68px;
    padding: 9px 5px;
    font-size: 11px;
    line-height: 1.15;
  }

  .agr-steps-inline {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px;
  }

  .agr-steps-inline li {
    min-height: 62px;
    padding: 8px 6px;
    border-radius: 8px;
    background: rgba(255, 107, 26, 0.08);
    font-size: 11px;
    line-height: 1.2;
    text-align: center;
  }

  .agr-footer-benefits__grid {
    padding-inline: var(--agr-page-gutter);
    animation-duration: 20s;
  }

  .agr-footer-benefit {
    flex-basis: 244px;
    min-height: 96px;
  }

  .agr-hero__content,
  .agr-page-hero__content,
  .agr-shop-hero__grid > div:first-child,
  .agr-generic-hero .agr-container {
    width: min(82%, 360px);
    padding: 14px 16px !important;
    background: rgba(255, 255, 255, 0.76);
    box-shadow: 0 14px 34px rgba(10, 31, 68, 0.1);
  }

  .agr-hero h1,
  .agr-page-hero h1,
  .agr-shop-hero h1,
  .agr-generic-hero h1 {
    margin-bottom: 9px;
    font-size: 27px;
    line-height: 1.04;
  }

  .agr-eyebrow {
    margin-bottom: 5px;
    font-size: 11px;
  }

  .agr-hero p,
  .agr-page-hero p,
  .agr-shop-hero p,
  .agr-generic-hero p {
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 1.45;
  }

  .agr-hero .agr-actions,
  .agr-page-hero .agr-actions {
    gap: 9px;
    margin-top: 12px;
  }

  .agr-hero .agr-btn,
  .agr-page-hero .agr-btn {
    min-height: 40px;
    padding: 0 14px;
    font-size: 12px;
  }
}

/* v1.0.19: tighter mobile typography across all customer-facing pages. */
@media (max-width: 640px) {
  body.agr-theme {
    font-size: 14px;
    line-height: 1.45;
  }

  .agr-section {
    padding: 22px 0;
  }

  .agr-section-heading {
    margin-bottom: 16px;
  }

  .agr-section-heading h2,
  .agr-section-topline h2,
  .agr-account-page h1,
  .agr-cart-page h1,
  .agr-checkout-page h1,
  .agr-page-title h1,
  .woocommerce-products-header__title,
  .entry-title {
    font-size: clamp(22px, 6.4vw, 28px) !important;
    line-height: 1.12;
  }

  .agr-section-topline {
    gap: 8px;
    margin-bottom: 14px;
  }

  .agr-section-topline > a,
  .agr-section-action .agr-btn,
  .agr-mini-link,
  .agr-filter-toggle,
  .agr-tab-list button {
    font-size: 11px;
  }

  .agr-breadcrumb {
    gap: 6px;
    margin-bottom: 12px;
    font-size: 11px;
  }

  .agr-menu a {
    min-height: 40px;
    font-size: 13px;
    line-height: 1.2;
  }

  .agr-submenu a {
    min-height: 34px;
    font-size: 12px;
  }

  .agr-search-form input {
    font-size: 12px;
  }

  .agr-category-card strong,
  .agr-shop-cat strong {
    min-height: 34px;
    font-size: 14px;
    line-height: 1.1;
  }

  .agr-category-card > span {
    width: 24px;
    height: 24px;
  }

  .agr-product-card h3,
  .agr-product-card--compact h3 {
    min-height: 34px;
    font-size: 12px;
    line-height: 1.22;
  }

  .agr-product-card p {
    gap: 5px;
    flex-wrap: wrap;
    font-size: 10.5px;
    line-height: 1.2;
  }

  .agr-price,
  .agr-product-card .price,
  .agr-product-price {
    font-size: 15px !important;
    line-height: 1.15;
  }

  .agr-badge {
    padding: 4px 7px;
    font-size: 10px;
  }

  .agr-product-card__actions {
    margin-top: 10px;
  }

  .agr-project-card h3,
  .agr-blog-card h3,
  .agr-service-card h3,
  .agr-reason-grid h3,
  .agr-value-grid h3,
  .agr-info-card h3,
  .agr-address-card h3,
  .agr-cart-summary h2,
  .agr-checkout-shell h3,
  .agr-login-box h2,
  .agr-register-box h2,
  .agr-login-benefits h2,
  .agr-register-benefits h2,
  .agr-account-panel-head h2 {
    font-size: 18px !important;
    line-height: 1.16;
  }

  .agr-project-card p,
  .agr-blog-card p,
  .agr-service-card p,
  .agr-reason-grid p,
  .agr-value-grid p,
  .agr-info-card p,
  .agr-address-card p,
  .agr-cart-summary p,
  .agr-checkout-shell p,
  .agr-login-box p,
  .agr-register-box p,
  .agr-login-benefits p,
  .agr-register-benefits p,
  .agr-account-panel-head p,
  .agr-form-card p,
  .agr-visit-card p,
  .agr-quote-aside p {
    font-size: 12.5px;
    line-height: 1.45;
  }

  .agr-btn,
  .button,
  .woocommerce button.button,
  .woocommerce a.button,
  .woocommerce input.button {
    min-height: 40px;
    padding-inline: 14px;
    font-size: 12px !important;
    line-height: 1.15;
  }

  .agr-form-card label,
  .agr-account-form label,
  .agr-checkout-shell label,
  .woocommerce form .form-row label {
    font-size: 12px;
  }

  .agr-form-card input,
  .agr-form-card textarea,
  .agr-form-card select,
  .agr-account-form input,
  .agr-checkout-shell input.input-text,
  .agr-checkout-shell textarea,
  .agr-checkout-shell select,
  .woocommerce input.input-text,
  .woocommerce textarea,
  .woocommerce select {
    min-height: 44px;
    font-size: 13px;
  }

  .agr-account-menu a,
  .agr-account-menu button,
  .agr-quick-actions button,
  .agr-address-card button {
    min-height: 42px;
    font-size: 12px;
    line-height: 1.2;
  }

  .agr-account-stats article strong,
  .agr-cart-summary strong,
  .agr-checkout-shell tfoot .order-total td,
  .agr-checkout-shell tfoot .order-total th {
    font-size: 18px !important;
  }

  .agr-woo-wrapper table.shop_table,
  .agr-cart-table-card,
  .agr-checkout-shell table,
  .woocommerce table.shop_table {
    font-size: 12px;
    line-height: 1.35;
  }

  .agr-newsletter h2 {
    font-size: 20px;
    line-height: 1.15;
  }

  .agr-newsletter p,
  .agr-newsletter input,
  .agr-newsletter__badges span {
    font-size: 12px;
  }

  .agr-footer__brand p,
  .agr-footer__col a,
  .agr-footer__col p,
  .agr-footer__bottom p {
    font-size: 12px;
    line-height: 1.45;
  }

  .agr-footer__col h2 {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .agr-floating-whatsapp {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 390px) {
  .agr-hero h1,
  .agr-page-hero h1,
  .agr-shop-hero h1,
  .agr-generic-hero h1 {
    font-size: 24px !important;
  }

  .agr-section-heading h2,
  .agr-section-topline h2,
  .agr-account-page h1,
  .agr-cart-page h1,
  .agr-checkout-page h1,
  .agr-page-title h1,
  .woocommerce-products-header__title,
  .entry-title {
    font-size: 22px !important;
  }

  .agr-brand img {
    width: 164px;
  }

  .agr-action {
    min-width: 30px;
    font-size: 20px;
  }

  .agr-feature-item strong,
  .agr-cart-benefits strong,
  .agr-checkout-benefits strong,
  .agr-why-grid article strong {
    font-size: 12px;
  }
}

/* v1.0.21: make the homepage calmer and more minimal on phones only. */
@media (max-width: 640px) {
  .agr-home-page .agr-section {
    padding: 18px 0;
  }

  .agr-home-page .agr-hero,
  .agr-home-page .agr-hero__grid {
    min-height: 318px;
  }

  .agr-home-page .agr-hero__grid {
    padding-block: 16px 18px;
  }

  .agr-home-page .agr-hero__image {
    min-height: 318px;
  }

  .agr-home-page .agr-hero__content {
    width: min(72%, 324px);
    padding: 12px 14px !important;
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.68);
    box-shadow: 0 12px 28px rgba(10, 31, 68, 0.08);
  }

  .agr-home-page .agr-hero h1 {
    font-size: clamp(22px, 6.2vw, 26px) !important;
    line-height: 1.02;
  }

  .agr-home-page .agr-hero p {
    display: -webkit-box;
    margin-bottom: 8px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 12px;
    line-height: 1.35;
  }

  .agr-home-page .agr-hero .agr-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    margin-top: 10px;
  }

  .agr-home-page .agr-hero .agr-btn {
    min-height: 36px;
    padding: 0 8px;
    gap: 6px;
    font-size: 10.5px !important;
  }

  .agr-home-page .agr-feature-bar {
    margin-bottom: 10px;
  }

  .agr-home-page .agr-feature-grid {
    border-radius: 8px;
    box-shadow: none;
  }

  .agr-home-page .agr-feature-item {
    min-height: 94px;
    padding: 12px 8px;
  }

  .agr-home-page .agr-icon-bubble,
  .agr-home-page .agr-feature-item > .agr-icon-bubble {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    font-size: 20px;
  }

  .agr-home-page .agr-section-heading h2 {
    font-size: clamp(20px, 5.8vw, 25px) !important;
  }

  .agr-home-page .agr-section-heading .agr-eyebrow {
    font-size: 10px;
  }

  .agr-home-page .agr-category-marquee {
    padding-bottom: 6px;
  }

  .agr-home-page .agr-category-marquee .agr-category-card {
    flex-basis: 178px;
    min-height: 148px;
  }

  .agr-home-page .agr-category-marquee .agr-category-card img {
    height: 82px;
  }

  .agr-home-page .agr-category-card strong {
    min-height: 30px;
    font-size: 12.5px;
  }

  .agr-home-page .agr-section-action {
    margin-top: 10px;
  }

  .agr-home-page .agr-split-card,
  .agr-home-page .agr-special-banner__inner {
    gap: 12px;
    padding: 12px;
    box-shadow: none;
  }

  .agr-home-page .agr-split-card > img,
  .agr-home-page .agr-special-banner img {
    display: none;
  }

  .agr-home-page .agr-split-card h2,
  .agr-home-page .agr-special-banner h2 {
    max-width: 330px;
    margin-bottom: 7px;
    font-size: 19px !important;
    line-height: 1.12;
    overflow-wrap: anywhere;
  }

  .agr-home-page .agr-split-card p,
  .agr-home-page .agr-special-banner p {
    max-width: 330px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.42;
    overflow-wrap: anywhere;
  }

  .agr-home-page .agr-mini-process span,
  .agr-home-page .agr-steps-inline li {
    min-height: 52px;
    font-size: 10px;
  }

  .agr-home-page .agr-featured-products {
    display: none;
  }

  .agr-home-page .agr-section-topline--sub {
    margin-top: 16px;
  }

  .agr-home-page .agr-product-marquee {
    padding-bottom: 4px;
  }

  .agr-home-page .agr-product-marquee__track {
    gap: 12px;
  }

  .agr-home-page .agr-product-marquee__item {
    flex-basis: 168px;
  }

  .agr-home-page .agr-product-marquee .agr-product-card__image {
    height: 104px;
  }

  .agr-home-page .agr-product-card__body {
    padding: 8px;
  }

  .agr-home-page .agr-product-card h3 {
    min-height: 30px;
    margin-bottom: 5px;
    font-size: 11px;
  }

  .agr-home-page .agr-price {
    margin-bottom: 7px;
    font-size: 13.5px !important;
  }

  .agr-home-page .agr-project-grid {
    gap: 10px;
  }

  .agr-home-page .agr-project-card__image img,
  .agr-home-page .agr-project-card img {
    height: 118px;
  }

  .agr-home-page .agr-project-card__body {
    padding: 10px;
  }

  .agr-home-page .agr-project-card h3 {
    min-height: 34px;
    font-size: 12px !important;
  }

  .agr-home-page .agr-project-card p,
  .agr-home-page .agr-project-card a:last-child {
    font-size: 10.5px;
  }

  .agr-home-page .agr-why-grid {
    gap: 9px;
  }

  .agr-home-page .agr-why-grid article {
    min-height: 104px;
    padding: 12px 7px;
  }

  .agr-home-page .agr-why-grid article > .agr-svg {
    width: 44px;
    height: 44px;
    font-size: 22px;
  }

  .agr-home-page .agr-why-grid article strong {
    font-size: 11.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .agr-footer-benefits__grid {
    animation: none;
  }
}

/* v1.0.22: tighter, cleaner homepage rhythm for mobile screens. */
@media (max-width: 640px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .agr-home-page,
  .agr-home-page .agr-container {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .agr-mainbar__inner {
    gap: 8px 10px;
    padding: 8px 0 10px;
  }

  .agr-brand img {
    width: 158px;
    height: 50px;
  }

  .agr-header-actions {
    gap: 8px;
  }

  .agr-action {
    min-width: 30px;
    font-size: 21px;
  }

  .agr-navrow {
    bottom: 10px;
    width: 46px;
    height: 46px;
  }

  .agr-navrow__inner,
  .agr-nav {
    width: 46px;
    height: 46px;
  }

  .agr-menu-toggle {
    width: 46px;
    height: 46px;
  }

  .agr-header-search {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 0;
    overflow: hidden;
  }

  .agr-search-form {
    position: relative;
    flex: 0 0 260px;
    width: 260px;
    max-width: calc(100% - 56px);
    margin-left: 56px;
    height: 46px;
  }

  .agr-search-form input {
    width: 100%;
    padding: 0 52px 0 10px;
    font-size: 12px;
  }

  .agr-search-form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 46px;
    font-size: 22px;
  }

  .agr-home-page .agr-hero,
  .agr-home-page .agr-hero__grid,
  .agr-home-page .agr-hero__image {
    min-height: 286px;
  }

  .agr-home-page .agr-hero__grid {
    display: flex;
    align-items: center;
    padding-block: 12px;
  }

  .agr-home-page .agr-hero__content {
    width: min(74%, 286px);
    min-height: 0 !important;
    padding: 10px 11px !important;
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.44);
  }

  .agr-home-page .agr-hero .agr-eyebrow {
    font-size: 9px;
  }

  .agr-home-page .agr-hero h1 {
    font-size: clamp(19px, 5.4vw, 23px) !important;
    line-height: 1.04;
  }

  .agr-home-page .agr-hero p {
    margin-top: 7px;
    margin-bottom: 6px;
    font-size: 10.8px;
    line-height: 1.32;
  }

  .agr-home-page .agr-hero .agr-actions {
    gap: 6px;
    margin-top: 8px;
  }

  .agr-home-page .agr-hero .agr-btn {
    min-height: 32px;
    padding: 0 7px;
    font-size: 9.5px !important;
  }

  .agr-home-page .agr-section {
    padding: 14px 0;
  }

  .agr-home-page .agr-section-heading {
    max-width: 330px;
    margin-inline: auto;
    margin-bottom: 12px;
  }

  .agr-home-page .agr-section-heading h2,
  .agr-home-page .agr-section-topline h2 {
    max-width: 100%;
    font-size: clamp(18px, 5.2vw, 22px) !important;
    line-height: 1.12;
    overflow-wrap: anywhere;
  }

  .agr-home-page .agr-section-heading .agr-eyebrow,
  .agr-home-page .agr-section-topline .agr-eyebrow {
    font-size: 9.5px;
  }

  .agr-home-page .agr-feature-item {
    min-height: 82px;
    gap: 7px;
    padding: 10px 6px;
  }

  .agr-home-page .agr-feature-item > span {
    min-width: 0;
    width: 100%;
    max-width: 128px;
    margin-inline: auto;
  }

  .agr-home-page .agr-feature-item strong {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 9.4px;
    line-height: 1.12;
    overflow-wrap: anywhere;
  }

  .agr-home-page .agr-feature-item small {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 8.8px;
  }

  .agr-home-page .agr-category-marquee .agr-category-card {
    flex-basis: 152px;
    min-height: 128px;
  }

  .agr-home-page .agr-category-marquee__track,
  .agr-shop-cats__track {
    animation-duration: 92s;
  }

  .agr-home-page .agr-category-marquee .agr-category-card img {
    height: 70px;
  }

  .agr-home-page .agr-category-card strong {
    min-height: 26px;
    font-size: 11px;
  }

  .agr-home-page .agr-split-card,
  .agr-home-page .agr-special-banner__inner {
    padding: 10px;
  }

  .agr-home-page .agr-mini-process,
  .agr-home-page .agr-steps-inline {
    gap: 7px;
  }

  .agr-home-page .agr-mini-process span,
  .agr-home-page .agr-steps-inline li {
    min-height: 44px;
    padding: 7px 4px;
    font-size: 9px;
  }

  .agr-home-page .agr-product-marquee {
    overflow: visible;
    padding: 0;
    mask-image: none;
  }

  .agr-home-page .agr-product-marquee__track {
    display: grid;
    width: 100%;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    animation: none !important;
    transform: none !important;
  }

  .agr-home-page .agr-product-marquee__item {
    min-width: 0;
    flex-basis: auto;
  }

  .agr-home-page .agr-product-marquee__item--duplicate {
    display: none;
  }

  .agr-home-page .agr-product-marquee .agr-product-card {
    display: flex;
    height: auto;
    min-width: 0;
    min-height: 218px;
    flex-direction: column;
    overflow: hidden;
    border-radius: 7px;
  }

  .agr-home-page .agr-product-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 7px;
  }

  .agr-home-page .agr-product-card__actions,
  .agr-home-page .agr-product-card__colors {
    display: none;
  }

  .agr-home-page .agr-product-card .agr-fav,
  .agr-home-page .agr-product-card .agr-badge {
    transform: scale(0.84);
    transform-origin: top right;
  }

  .agr-home-page .agr-product-marquee .agr-product-card__image {
    flex: 0 0 94px;
    height: 94px;
    padding: 8px 7px 2px;
  }

  .agr-home-page .agr-product-marquee .agr-product-card__image img {
    max-height: 84px;
  }

  .agr-home-page .agr-product-card h3 {
    display: -webkit-box;
    min-height: 24px;
    margin-bottom: 5px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 9.8px;
    line-height: 1.18;
    overflow-wrap: anywhere;
  }

  .agr-home-page .agr-product-card p {
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 5px;
    font-size: 8.8px;
    line-height: 1.1;
  }

  .agr-home-page .agr-product-card p span:first-child {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .agr-home-page .agr-price {
    margin-bottom: 5px;
    font-size: 12px !important;
    line-height: 1.1;
  }

  .agr-home-page .agr-swatches {
    margin-top: auto;
    gap: 5px;
    min-height: 10px;
  }

  .agr-home-page .agr-swatches span {
    width: 10px;
    height: 10px;
    border-width: 1px;
  }

  .agr-home-page .agr-project-grid,
  .agr-home-page .agr-why-grid {
    gap: 8px;
  }

  .agr-home-page .agr-project-card__image img,
  .agr-home-page .agr-project-card img {
    height: 102px;
  }

  .agr-home-page .agr-why-grid article {
    min-height: 88px;
    padding: 10px 6px;
  }

  .agr-home-page .agr-why-grid article > .agr-svg {
    width: 38px;
    height: 38px;
    font-size: 20px;
  }

  .agr-home-page .agr-why-grid article strong {
    font-size: 10.5px;
  }
}

/* v1.0.24: Tarçın logo sizing. */
.agr-brand {
  width: 252px;
  flex-basis: 252px;
}

.agr-brand img {
  width: 224px;
  height: 87px;
  object-fit: contain;
}

.agr-footer__brand img {
  width: 232px;
  height: 90px;
  object-fit: contain;
}

@media (max-width: 1200px) {
  .agr-brand {
    width: 228px;
    flex-basis: 228px;
  }

  .agr-brand img {
    width: 204px;
    height: 79px;
  }
}

@media (max-width: 640px) {
  .agr-brand img {
    width: 172px;
    height: 67px;
  }
}

/* v1.0.25: Tarçın contact cleanup and hero category picker. */
.agr-hero-category-toggle {
  cursor: pointer;
  font-family: inherit;
}

.agr-hero-category-panel {
  width: min(590px, calc(100vw - 36px));
  margin-top: 14px;
  padding: 14px;
  border: 1px solid rgba(232, 237, 245, 0.95);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 18px 40px rgba(10, 31, 68, 0.14);
}

.agr-hero-category-panel[hidden] {
  display: none !important;
}

.agr-hero-category-panel > strong {
  display: block;
  margin-bottom: 10px;
  color: var(--agr-navy);
  font-size: 14px;
  font-weight: 900;
}

.agr-hero-category-panel > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.agr-hero-category-panel a {
  display: flex;
  min-width: 0;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  padding: 9px 10px;
  border: 1px solid var(--agr-border);
  border-radius: 8px;
  color: var(--agr-navy);
  background: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.12;
}

.agr-hero-category-panel a:hover {
  color: var(--agr-green);
  border-color: rgba(63, 145, 71, 0.34);
  background: #f5fbf6;
}

.agr-hero-category-panel .agr-svg {
  flex: 0 0 auto;
  color: currentColor;
  font-size: 18px;
}

.agr-hero-category-panel span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.agr-hero-category-panel .agr-hero-category-all {
  color: #fff;
  background: var(--agr-orange);
  border-color: var(--agr-orange);
}

.agr-hero-category-panel .agr-hero-category-all:hover {
  color: #fff;
  background: var(--agr-orange-dark);
}

@media (max-width: 640px) {
  .agr-hero-category-panel {
    width: min(344px, calc(100vw - 28px));
    max-height: 238px;
    margin-top: 9px;
    padding: 10px;
    overflow-y: auto;
  }

  .agr-hero-category-panel > strong {
    margin-bottom: 7px;
    font-size: 11px;
  }

  .agr-hero-category-panel > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .agr-hero-category-panel a {
    min-height: 36px;
    gap: 5px;
    padding: 7px 6px;
    font-size: 9.6px;
  }

  .agr-hero-category-panel .agr-svg {
    font-size: 14px;
  }
}
