:root {
  --font-text: Inter, sans-serif;
  --font-heading: Inter, sans-serif;
  --primary-font: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --color-brand: #1d8751;
  --primary-color: #1d8751;
  --color-brand-rgb: 29, 135, 81;
  --color-brand-dark: #166b40;
  --color-brand-2: #fdc040;
  --color-primary: #5a97fa;
  --color-secondary: #3e5379;
  --color-warning: #ff9900;
  --color-danger: #c53a3a;
  --color-success: #81b13d;
  --color-info: #2cc1d8;
  --color-text: #4c4c4c;
  --color-heading: #253d4e;
  --color-grey-1: #253d4e;
  --color-grey-2: #242424;
  --color-grey-4: #707070;
  --color-grey-9: #f4f5f9;
  --color-muted: #707070;
  --color-body: #7e7e7e;
  --heading-font-size: 32px;
  --body-font-size: 16px;
  --agronova-primary: #1827b0;
  --agronova-secondary: #b0cb1f;
  --agronova-ink: #172033;
  --agronova-muted: #64708b;
  --agronova-text: #16213e;
  --agronova-border: #e5e9f2;
  --agronova-bg-soft: #f7faf0;
  --agronova-white: #ffffff;
  --agronova-surface: #f6f8ee;
  --agronova-font: "Inter", var(--font-text, sans-serif);
  --agronova-container: 1610px;
}
@layer base {
  img[data-dims-auto] {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}
.product-content-wrap .add-cart .add,
.product-content-wrap .add-cart .add span,
.product-content-wrap .add-cart .add i {
  color: var(--color-brand-dark) !important;
}
.product-content-wrap .add-cart .add:hover,
.product-content-wrap .add-cart .add:hover span,
.product-content-wrap .add-cart .add:hover i,
.form-subscribe button.btn,
.newsletter button.btn {
  color: #fff !important;
}
.text-muted a,
.font-small a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.text-muted a:hover,
.font-small a:hover {
  text-decoration: none;
}
.agronova-site-header,
.agronova-site-header * {
  letter-spacing: 0;
}
.agronova-site-header {
  z-index: 80;
  overflow: visible;
  background: var(--agronova-white);
  color: var(--agronova-text);
  box-shadow: 0 10px 30px rgba(22, 33, 62, 0.04);
}
.agronova-site-header .container {
  max-width: 1320px;
}
.agronova-site-header .header-top {
  background: #f6f8f0;
  border-bottom: 1px solid rgba(24, 39, 176, 0.08);
  color: var(--agronova-muted);
}
.agronova-site-header .header-top .col-xl-5 {
  display: none;
}
.agronova-site-header .header-info > ul {
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 0;
  padding: 0;
}
.agronova-site-header .header-info li,
.agronova-site-header .header-info a {
  font-size: 13px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--agronova-muted);
}
.agronova-site-header .header-info a:hover {
  color: var(--agronova-primary);
}
.agronova-site-header .header-info-right > ul {
  justify-content: flex-end;
  gap: 18px;
}
.agronova-site-header .agronova-top-phone {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}
.agronova-site-header .agronova-top-phone strong,
.agronova-site-header .text-brand {
  color: var(--agronova-primary);
  font-weight: 800;
}
.agronova-site-header .header-middle {
  padding: 18px 0;
  border-bottom: 1px solid var(--agronova-border);
}
.agronova-site-header .header-middle .logo {
  width: auto;
}
.agronova-site-header .header-middle .logo img {
  max-height: 60px;
  width: auto;
}
@media (min-width: 992px) {
  .agronova-site-header .header-middle .logo.logo-width-1 a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    isolation: isolate;
    overflow: visible;
  }
  .preloader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    transition: 0.6s;
  }
  .preloader-v1 {
    z-index: 9999999;
    background-color: #ffffff;
  }
  .preloader-v2 {
    z-index: 99999;
    background-color: rgba(255, 255, 255, 0.82);
  }
  .preloader .preloader-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    transform: translate(-50%, -50%);
  }
  .preloader .preloader-loading::after {
    content: " ";
    display: block;
    width: 40px;
    height: 40px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--color-brand) transparent var(--color-brand) transparent;
    border-radius: 50%;
    animation: lds-dual-ring 0.5s linear infinite;
  }
  @keyframes lds-dual-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .agronova-site-header .header-middle .logo.logo-width-1 a::before {
    content: "";
    position: absolute;
    inset: -3px;
    z-index: 0;
    background: #ffffff;
    clip-path: polygon(50% 0%, 100% 95%, -9% 100%);
    pointer-events: none;
  }
  .agronova-site-header .header-middle .logo.logo-width-1 img {
    position: relative;
    z-index: 1;
    display: block;
  }
}
.agronova-site-header .search-style-2 {
  max-width: 620px;
}
.agronova-site-header .search-style-2 form {
  align-items: stretch;
  overflow: visible;
}
.agronova-site-header .form-group--icon {
  min-width: 0;
  border-right: 1px solid var(--agronova-border);
}
.agronova-site-header .product-cat-label {
  padding: 0 38px 0 18px;
  font-weight: 800;
  color: var(--agronova-text);
}
.agronova-site-header .input-search-product {
  padding: 0 18px;
  color: var(--agronova-text);
  background: transparent;
}
.agronova-site-header .input-search-product::placeholder {
  color: #8a94aa;
}
.agronova-site-header .search-style-2 button.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--agronova-primary);
  color: #fff;
}
.agronova-site-header .search-style-2 button.btn:hover {
  background: #121f8c;
}
.agronova-site-header .header-action-2 {
  gap: 16px;
}
.agronova-site-header .header-action-icon-2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0;
}
.agronova-site-header .header-action-icon-2 > a:first-child {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--agronova-border);
  border-radius: 12px;
  background: #fbfcff;
}
.agronova-site-header .header-action-icon-2 img {
  width: 20px;
  max-width: 20px;
}
.agronova-site-header .header-action-icon-2 .lable {
  color: var(--agronova-text);
  font-size: 14px;
  font-weight: 800;
}
.agronova-site-header .header-action-icon-2 .pro-count {
  top: -7px;
  right: -7px;
  min-width: 18px;
  height: 18px;
  line-height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--agronova-secondary);
  color: var(--agronova-text);
  font-size: 11px;
  font-weight: 900;
}
.agronova-site-header .header-bottom {
  position: relative;
  z-index: 90;
  overflow: visible;
  border-bottom: 1px solid var(--agronova-border);
}
.agronova-site-header .header-bottom .header-wrap {
  min-height: 66px;
  overflow: visible;
}
.agronova-site-header .header-nav {
  overflow: visible;
}
.agronova-site-header .main-categories-wrap {
  position: relative;
  z-index: 100;
  flex: 0 0 auto;
}
.agronova-site-header .categories-button-active,
.mobile-header-active .categories-button-active-2 {
  min-height: 46px;
  display: inline-flex;
  padding: 0 22px;
  border-radius: 14px;
  border: 1px solid transparent;
  background: var(--agronova-primary) !important;
  font-weight: 900;
}
.agronova-site-header .categories-button-active:hover,
.agronova-site-header .main-categories-wrap.is-open .categories-button-active,
.mobile-header-active .categories-button-active-2:hover,
.mobile-header-active .main-categories-wrap.is-open .categories-button-active-2 {
  background: #121f8c !important;
  color: #fff !important;
}
.agronova-site-header .categories-button-active i:last-child {
  transition: transform 0.18s ease;
}
.agronova-site-header .main-categories-wrap.is-open .categories-button-active i:last-child,
.agronova-site-header .main-categories-wrap:hover .categories-button-active i:last-child,
.agronova-site-header .main-categories-wrap:focus-within .categories-button-active i:last-child {
  transform: rotate(180deg);
}
.agronova-site-header .main-menu > nav > ul,
.agronova-site-header .main-menu > nav > ul > li {
  margin: 0;
}
.agronova-site-header .main-menu > nav > ul > li > a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--agronova-primary);
  font-weight: 900;
}
.agronova-site-header .main-menu > nav > ul > li > a:hover,
.agronova-site-header .main-menu > nav > ul > li.current-menu-item > a {
  background: rgba(176, 203, 31, 0.16);
  color: var(--agronova-text);
}
.agronova-site-header .main-menu > nav > ul > li:last-child > a {
  border: 1px solid #dbe2ff;
  background: #fff;
}
.agronova-site-header .main-menu > nav > ul > li:last-child > a:hover {
  border-color: var(--agronova-primary);
  background: #f4f7ff;
}
.agronova-site-header .categories-dropdown-wrap {
  top: calc(100% + 14px);
  border: 1px solid var(--agronova-border);
  transition:
    opacity 0.18s ease,
    transform 0.18s ease,
    visibility 0.18s ease;
}
.agronova-site-header .main-categories-wrap:hover .categories-dropdown-wrap,
.agronova-site-header .main-categories-wrap:focus-within .categories-dropdown-wrap,
.agronova-site-header .main-categories-wrap.is-open .categories-dropdown-wrap,
.mobile-header-active .main-categories-wrap.is-open .categories-dropdown-wrap {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.agronova-site-header .categories-dropdown-inner,
.agronova-site-header .categories-dropdown-active-large .d-flex {
  width: 100%;
}
.agro-categories-mega {
  width: 100%;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 18px;
}
.agro-mega-main {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.agro-mega-main a,
.agro-mega-sub a {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 14px;
  color: var(--agronova-text);
  font-size: 14px;
  font-weight: 800;
  background: #fbfcff;
}
.agro-mega-main a:hover,
.agro-mega-sub a:hover,
.agro-mega-main a:focus,
.agro-mega-sub a:focus {
  border-color: #dbe2ff;
  color: var(--agronova-primary);
  background: #f4f7ff;
}
.agro-mega-main img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  flex: 0 0 auto;
}
.agro-mega-sub {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding: 14px;
  border-radius: 16px;
  background: linear-gradient(145deg, #f7faf0 0%, #f4f7ff 100%);
}
.agro-mega-sub section {
  min-width: 0;
}
.agro-mega-sub h4 {
  margin: 0 0 10px;
  color: var(--agronova-text);
  font-size: 15px;
  font-weight: 900;
}
.agro-mega-sub a {
  min-height: 0;
  padding: 7px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 13px;
  font-weight: 750;
}
.agro-hero-v2 {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(
    115deg,
    rgba(255, 255, 255, 0.96) 0%,
    rgba(247, 250, 240, 0.96) 45%,
    rgba(238, 247, 255, 0.95) 100%
  );
}
.agro-hero-v2::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(115deg, rgba(24, 39, 176, 0.035) 0 1px, transparent 1px),
    linear-gradient(25deg, rgba(176, 203, 31, 0.055) 0 1px, transparent 1px);
  background-size:
    94px 94px,
    118px 118px;
  opacity: 0.65;
}
.agro-hero-v2::after {
  content: "";
  position: absolute;
  right: -130px;
  bottom: -190px;
  width: 520px;
  height: 520px;
  z-index: -1;
  border-radius: 50%;
  border: 54px solid rgba(176, 203, 31, 0.2);
}
.agro-hero-v2-inner {
  width: min(100% - 40px, 1320px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.52fr) minmax(420px, 0.48fr);
  gap: 64px;
  align-items: center;
  padding: 74px 0 70px;
}
.agro-hero-v2-copy {
  max-width: 680px;
}
.agro-eyebrow {
  margin: 0 0 16px;
  color: #53617d;
  font-size: 14px;
  font-weight: 900;
}
.agro-hero-v2 h1 {
  max-width: 680px;
  margin: 0;
  color: #151d36;
  font-size: clamp(46px, 4vw, 64px);
  line-height: 1.07;
  font-weight: 900;
}
.agro-hero-v2-copy > p:not(.agro-eyebrow) {
  max-width: 620px;
  margin: 22px 0 0;
  color: #4c5875;
  font-size: 18px;
  line-height: 1.75;
}
.agro-actions {
  margin-top: 30px;
}
.agro-btn {
  min-height: 50px;
  padding: 0 24px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 900;
}
.agro-btn-primary {
  color: #fff !important;
  box-shadow: 0 16px 30px rgba(24, 39, 176, 0.18);
}
.agro-btn-primary:hover {
  background: #121f8c;
  color: #fff !important;
}
.agro-btn-light {
  border: 1px solid #dbe2ff;
  background: #fff;
  color: var(--agronova-primary) !important;
}
.agro-btn-light:hover {
  border-color: var(--agronova-primary);
  background: #f4f7ff;
  color: var(--agronova-primary) !important;
}
.agro-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.agro-trust-row span,
.agro-quick-find a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  background: rgba(176, 203, 31, 0.16);
  color: var(--agronova-text);
  font-size: 13px;
  font-weight: 850;
}
.agro-quick-find {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-top: 20px;
  color: #53617d;
  font-size: 14px;
}
.agro-quick-find strong {
  color: var(--agronova-text);
  font-weight: 900;
}
.agro-quick-find a {
  min-height: 32px;
  background: #fff;
  border: 1px solid #dbe2ff;
  color: var(--agronova-primary);
}
.agro-quick-find a:hover {
  background: #f4f7ff;
  color: var(--agronova-primary);
}
.agro-hero-visual {
  position: relative;
  min-height: 470px;
}
.agro-visual-orbit {
  position: absolute;
  inset: 18px 0 0 34px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(219, 226, 255, 0.9);
  box-shadow: 0 28px 70px rgba(22, 33, 62, 0.12);
  backdrop-filter: blur(12px);
}
.agro-field-scene {
  position: absolute;
  left: 50px;
  right: 44px;
  bottom: 36px;
  height: 250px;
  border-radius: 30px;
  overflow: hidden;
  background:
    linear-gradient(
      180deg,
      rgba(238, 247, 255, 0.9),
      rgba(247, 250, 240, 0.95) 42%,
      rgba(219, 237, 164, 0.75) 42%,
      rgba(219, 237, 164, 0.75)
    ),
    repeating-linear-gradient(110deg, rgba(24, 39, 176, 0.08) 0 2px, transparent 2px 34px);
}
.agro-field-scene::before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  top: 48px;
  height: 92px;
  border: 5px solid rgba(24, 39, 176, 0.9);
  border-bottom: 0;
  border-radius: 120px 120px 0 0;
}
.agro-field-scene::after {
  content: "";
  position: absolute;
  left: 11%;
  right: 11%;
  top: 158px;
  height: 16px;
  border-radius: 999px;
  background: var(--agronova-primary);
  box-shadow:
    0 38px 0 rgba(24, 39, 176, 0.45),
    0 76px 0 rgba(24, 39, 176, 0.24);
}
.agro-plant-row {
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 68px;
  display: flex;
  justify-content: space-around;
}
.agro-plant-row span {
  width: 18px;
  height: 34px;
  border-radius: 16px 16px 4px 4px;
  background: var(--agronova-secondary);
  transform: rotate(18deg);
}
.agro-visual-card,
.agro-search-card {
  position: absolute;
  display: grid;
  gap: 8px;
  border: 1px solid rgba(219, 226, 255, 0.95);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 22px 48px rgba(22, 33, 62, 0.12);
}
.agro-visual-card {
  top: 0;
  left: 0;
  grid-template-columns: 70px minmax(0, 1fr);
  align-items: center;
  width: 300px;
  padding: 16px;
}
.agro-visual-card:nth-of-type(2) {
  top: 128px;
  right: 0;
  left: auto;
}
.agro-visual-card:nth-of-type(3) {
  top: 260px;
  left: 34px;
}
.agro-visual-card img {
  width: 66px;
  height: 66px;
  object-fit: contain;
  padding: 10px;
  border-radius: 16px;
  background: #f7faf0;
}
.agro-visual-card strong {
  color: var(--agronova-primary);
  font-size: 15px;
  font-weight: 900;
}
.agro-visual-card span {
  color: #53617d;
  font-size: 13px;
  line-height: 1.45;
}
.agro-search-card {
  right: 28px;
  bottom: 0;
  width: 240px;
  padding: 18px;
}
.agro-search-card strong {
  color: var(--agronova-text);
  font-size: 15px;
  font-weight: 900;
}
.agro-search-card a {
  color: var(--agronova-primary);
  font-size: 13px;
  font-weight: 800;
}
.agro-section {
  padding-top: 54px;
}
.agro-category-card {
  min-height: 168px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .agronova-site-header .header-middle .header-wrap {
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 24px;
  }
  .agronova-site-header .header-right {
    grid-template-columns: minmax(300px, 520px) auto;
    gap: 18px;
  }
  .agronova-site-header .search-style-2 form {
    grid-template-columns: 150px minmax(0, 1fr) 52px;
  }
  .agronova-site-header .header-action-2 {
    gap: 10px;
  }
  .agronova-site-header .header-action-icon-2 .lable {
    display: none;
  }
  .agronova-site-header .main-menu > nav > ul > li > a {
    padding: 0 9px;
    font-size: 14px;
  }
  .agro-hero-v2-inner {
    gap: 34px;
    grid-template-columns: minmax(0, 0.5fr) minmax(390px, 0.5fr);
  }
}
@media (max-width: 991px) {
  .agronova-site-header {
    box-shadow: 0 8px 22px rgba(22, 33, 62, 0.07);
  }
  .agronova-site-header .header-bottom {
    border-bottom: 1px solid var(--agronova-border);
  }
  .agronova-site-header .header-bottom .header-wrap {
    min-height: 64px;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
  }
  .agronova-site-header .header-bottom .logo {
    justify-self: center;
  }
  .agronova-site-header .header-bottom .logo img {
    max-height: 46px;
    max-width: 94px;
  }
  .agronova-site-header .burger-icon {
    border-radius: 12px;
    background: #f4f7ff;
    border: 1px solid #dbe2ff;
  }
  .agronova-site-header .header-bottom .header-action-right {
    justify-self: end;
  }
  .agronova-site-header .header-bottom .header-action-2 {
    gap: 6px;
  }
  .agronova-site-header .header-bottom .header-action-icon-2 > a:first-child {
    width: 38px;
    height: 38px;
  }
  .agro-mobile-search {
    display: block;
    padding: 0 14px 14px;
    background: #fff;
    border-bottom: 1px solid var(--agronova-border);
  }
  .agro-mobile-search form {
    position: relative;
    height: 46px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 48px;
    border: 1px solid #dbe2ff;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
  }
  .agro-mobile-search input {
    height: 46px;
    padding: 0 14px;
    border: 0;
    color: var(--agronova-text);
    font-size: 14px;
  }
  .agro-mobile-search button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: var(--agronova-primary);
    color: #fff;
  }
  .mobile-header-wrapper-style {
    max-width: min(430px, 92vw);
  }
  .mobile-header-active .mobile-search {
    display: none;
  }
  .mobile-header-active .categories-dropdown-wrap {
    position: static;
    width: 100%;
    min-width: 0;
    display: none !important;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    margin-top: 12px;
    padding: 12px;
    border: 1px solid var(--agronova-border);
    border-radius: 16px;
    background: #fff;
    box-shadow: none;
  }
  .mobile-header-active .main-categories-wrap.is-open .categories-dropdown-wrap {
    display: block !important;
  }
  .mobile-header-active .categories-dropdown li a {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    color: var(--agronova-text);
    font-weight: 800;
  }
  .mobile-header-active .single-mobile-header-info a,
  .mobile-header-active .mobile-menu li a {
    color: var(--agronova-text);
    font-weight: 800;
  }
  .agro-hero-v2-inner {
    width: min(100% - 28px, 760px);
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 44px 0 46px;
  }
  .agro-hero-v2 h1 {
    font-size: clamp(34px, 8vw, 44px);
  }
  .agro-hero-v2-copy > p:not(.agro-eyebrow) {
    font-size: 16px;
    line-height: 1.65;
  }
  .agro-hero-visual {
    min-height: 430px;
  }
  .agro-visual-orbit {
    inset: 28px 0 0 0;
  }
  .agro-visual-card {
    width: min(300px, 86vw);
  }
}
.agro-hero-v2 h1,
.agro-hero h1,
.agro-hero-wide h1 {
  font-weight: 500 !important;
}
.agro-section h2,
.agro-section-head h2,
.popular-categories .agro-categories-head h2,
.agro-wholesale-card h2,
.agro-contact-strip h2,
.agro-cta-copy h2,
.agro-page h1,
.page-header h1,
.product-detail .title-detail,
.archive-header h1 {
  font-weight: 560;
}
.agro-section h3,
.agro-values h3,
.agro-wholesale-contact strong,
.agro-cta-cards strong,
.product-cart-wrap .product-content-wrap h2,
.product-cart-wrap .product-content-wrap h2 a,
.product-cart-wrap .product-content-wrap .product-title,
.popular-categories .agro-category-card__title {
  font-weight: 580 !important;
}
.agro-eyebrow,
.agro-categories-eyebrow,
.agro-cta-kicker,
.agro-hero-ad-kicker,
.product-cart-wrap .product-category a,
.popular-categories .agro-category-card__count,
.agro-trust-row span,
.agro-quick-find strong,
.agro-quick-find a {
  font-weight: 500;
}
.agro-btn,
.agro-auth-btn,
.btn,
.button,
button[type="submit"],
.agro-categories-all,
.agronova-site-header .main-menu > nav > ul > li > a,
.agronova-site-header .categories-button-active,
.agronova-site-header .agro-nav-cart-label,
.agronova-site-header .header-action-2 .lable,
.agronova-site-header .agro-action-card,
.agronova-site-header .agro-auth-btn {
  font-weight: 550;
}
.agronova-site-header .header-top .header-info a,
.agronova-site-header #news-flash li,
.agronova-site-header .agronova-top-phone a,
.agronova-site-header .product-cat-label,
.agronova-site-header .form-group--icon .product-cat-label {
  font-weight: 500;
}
.agro-hero-v2-copy > p:not(.agro-eyebrow),
.agro-section p,
.agro-categories-subtitle,
.agro-wholesale-copy p,
.agro-cta-copy p,
.product-cart-wrap .product-content-wrap .product-price-cover,
.product-cart-wrap .product-content-wrap .sold-by,
.product-cart-wrap .product-content-wrap .product-rate-cover {
  font-weight: 400 !important;
}
@media (max-width: 991px) {
  .mobile-header-active .mobile-menu li a,
  .mobile-header-active .single-mobile-header-info a,
  .mobile-header-active .mobile-header-info-wrap a {
    font-weight: 500 !important;
  }
}
.agro-hero-v2 .agro-hero-ad-slot::before {
  display: none !important;
  content: none !important;
}
.agro-hero-ad-card {
  border: 12px solid rgba(255, 255, 255, 0.6);
}
.section-padding-30,
.popular-categories {
  padding-top: 70px;
}
.agro-hero-v2 h1 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
}
.agro-hero-ad-content h2 {
  font-weight: 400;
}
.agro-hero-v2 h1 {
  font-weight: 500 !important;
}
.popular-categories .agro-categories-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}
.popular-categories .agro-categories-eyebrow {
  margin-bottom: 6px;
  color: var(--agronova-primary);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.popular-categories .agro-categories-head h2 {
  margin: 0;
  color: var(--agronova-text);
  font-size: clamp(28px, 2.2vw, 38px);
  font-weight: 800;
  line-height: 1.08;
}
.popular-categories .agro-categories-subtitle {
  max-width: 600px;
  margin-top: 8px;
  color: var(--agronova-muted);
  font-size: 15px;
  line-height: 1.55;
}
.popular-categories .agro-categories-all {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 16px;
  border: 1px solid rgba(24, 39, 176, 0.16);
  border-radius: 999px;
  background: #ffffff;
  color: var(--agronova-primary);
  font-size: 14px;
  font-weight: 650;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}
.popular-categories .agro-categories-all:hover,
.popular-categories .agro-categories-all:focus-visible {
  border-color: rgba(24, 39, 176, 0.35);
  background: rgba(24, 39, 176, 0.04);
  color: var(--agronova-primary);
  transform: translateY(-1px);
}
.popular-categories .agro-featured-categories-grid {
  gap: 14px !important;
}
.popular-categories .agro-featured-categories-grid .agro-category-card.card-2 {
  position: relative !important;
  min-height: 0 !important;
  display: grid !important;
  grid-template-columns: 78px minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 14px !important;
  overflow: hidden !important;
  border: 1px solid rgba(219, 226, 255, 0.86) !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 12% 15%, rgba(176, 203, 31, 0.17), transparent 34%),
    linear-gradient(135deg, var(--agro-category-accent-bg, #ffffff) 0%, #ffffff 72%) !important;
  color: var(--agronova-text) !important;
  cursor: pointer !important;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.055) !important;
  transform: translate3d(0, 0, 0) !important;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease !important;
}
.popular-categories .agro-featured-categories-grid .agro-category-card.card-2::after {
  content: "";
  position: absolute;
  inset: auto -32px -46px auto;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: rgba(24, 39, 176, 0.045);
  pointer-events: none;
  transition:
    transform 180ms ease,
    opacity 180ms ease;
}
.popular-categories .agro-featured-categories-grid .agro-category-card.card-2:hover,
.popular-categories .agro-featured-categories-grid .agro-category-card.card-2:focus-visible {
  border-color: rgba(24, 39, 176, 0.22);
  color: var(--agronova-primary);
  box-shadow: 0 20px 46px rgba(15, 23, 42, 0.1);
  transform: translate3d(0, -4px, 0);
}
.popular-categories .agro-featured-categories-grid .agro-category-card.card-2:active {
  transform: translate3d(0, -1px, 0) scale(0.99);
}
.popular-categories .agro-featured-categories-grid .agro-category-card.card-2:hover::after,
.popular-categories .agro-featured-categories-grid .agro-category-card.card-2:focus-visible::after {
  opacity: 0.9;
  transform: scale(1.12);
}
.popular-categories .agro-category-card__media {
  width: 78px !important;
  height: 78px !important;
  min-width: 78px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  border: 1px solid rgba(24, 39, 176, 0.08) !important;
  border-radius: 20px !important;
  background: linear-gradient(
    145deg,
    rgba(247, 250, 240, 0.96),
    rgba(255, 255, 255, 0.98)
  ) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 10px 24px rgba(15, 23, 42, 0.055) !important;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease !important;
}
.popular-categories .agro-category-card:hover .agro-category-card__media,
.popular-categories .agro-category-card:focus-visible .agro-category-card__media {
  border-color: rgba(176, 203, 31, 0.62);
  background: rgba(176, 203, 31, 0.16);
  transform: scale(1.045);
}
.popular-categories .agro-category-card__media img {
  width: 62px !important;
  height: 62px !important;
  max-width: 62px !important;
  max-height: 62px !important;
  display: block !important;
  object-fit: contain !important;
  transition: transform 180ms ease !important;
}
.popular-categories .agro-category-card:hover .agro-category-card__media img,
.popular-categories .agro-category-card:focus-visible .agro-category-card__media img {
  transform: scale(1.06) rotate(-1deg);
}
.popular-categories .agro-category-card__content {
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 7px !important;
}
.popular-categories .agro-category-card__title {
  display: -webkit-box !important;
  overflow: hidden !important;
  color: currentColor !important;
  font-size: 16px !important;
  font-weight: 780 !important;
  line-height: 1.22 !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}
.popular-categories .agro-category-card__count {
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  color: var(--agronova-muted) !important;
  font-size: 12px !important;
  font-weight: 550 !important;
  line-height: 1 !important;
}
.popular-categories .agro-category-card__count svg {
  color: rgba(24, 39, 176, 0.72);
}
.popular-categories .agro-category-card__arrow {
  position: relative !important;
  z-index: 1 !important;
  width: 30px !important;
  height: 30px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: rgba(24, 39, 176, 0.06) !important;
  color: var(--agronova-primary) !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    color 180ms ease !important;
}
.popular-categories .agro-category-card:hover .agro-category-card__arrow,
.popular-categories .agro-category-card:focus-visible .agro-category-card__arrow {
  background: var(--agronova-primary);
  color: #ffffff;
  transform: translateX(2px);
}
@media (max-width: 1199px) {
  .popular-categories .agro-featured-categories-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 991px) {
  .popular-categories .agro-categories-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }
  .popular-categories .agro-featured-categories-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }
}
@media (max-width: 575px) {
  .popular-categories {
    padding-top: 22px;
  }
  .popular-categories .agro-categories-head h2 {
    font-size: 26px;
  }
  .popular-categories .agro-categories-subtitle {
    font-size: 14px;
  }
  .popular-categories .agro-categories-all {
    width: 100%;
  }
  .popular-categories .agro-featured-categories-grid .agro-category-card.card-2 {
    grid-template-columns: 58px minmax(0, 1fr) !important;
    gap: 10px !important;
    padding: 11px !important;
    border-radius: 16px !important;
  }
  .popular-categories .agro-category-card__media {
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
    border-radius: 16px !important;
  }
  .popular-categories .agro-category-card__media img {
    width: 48px !important;
    height: 48px !important;
    max-width: 48px !important;
    max-height: 48px !important;
  }
  .popular-categories .agro-category-card__title {
    font-size: 13px !important;
    line-height: 1.25 !important;
  }
  .popular-categories .agro-category-card__count {
    font-size: 11px !important;
  }
  .popular-categories .agro-category-card__arrow {
    display: none !important;
  }
}
.checkout-logo a img {
  height: 120px !important;
  width: auto !important;
  max-height: 120px !important;
  object-fit: contain !important;
}
.agro-hero-ad-kicker {
  background: rgba(24, 39, 176, 0.42) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  backdrop-filter: blur(14px) saturate(130%);
  -webkit-backdrop-filter: blur(14px) saturate(130%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}
.agro-hero-ad-card::after {
  background:
    linear-gradient(
      110deg,
      rgba(10, 18, 38, 0.54) 0%,
      rgba(24, 39, 176, 0.3) 38%,
      rgba(10, 18, 38, 0.1) 72%
    ),
    linear-gradient(180deg, rgba(8, 14, 28, 0.18) 0%, rgba(8, 14, 28, 0.34) 100%);
}
.agronova-site-header .search-style-2 button.btn svg,
.agronova-site-header .search-style-2 button.btn i,
.agronova-site-header .search-style-2 button.btn,
.agronova-site-header .search-style-2 button.btn > i,
.agronova-site-header .search-style-2 button.btn > svg,
.agronova-site-header .search-style-2 button.btn > span,
.agronova-site-header .search-style-2 button.btn > * {
  color: #555;
  stroke: #555;
}
.agronova-site-header .search-style-2 button.btn:hover,
.agronova-site-header .search-style-2 button.btn:hover > i,
.agronova-site-header .search-style-2 button.btn:hover > svg,
.agronova-site-header .search-style-2 button.btn:hover > span,
.agronova-site-header .search-style-2 button.btn:hover > * {
  color: var(--agronova-primary);
  stroke: var(--agronova-primary);
}
.agronova-site-header #news-flash .agro-news-flash-item {
  display: none;
}
.agronova-site-header #news-flash .agro-news-flash-item.is-active {
  display: list-item;
}
.agronova-site-header .logo.logo-width-1 img {
  max-height: 60px;
}
@media (min-width: 992px) {
  .agronova-site-header .header-bottom .agro-nav-cart {
    width: 0;
    max-width: 0;
    min-width: 0;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-left: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #17213e;
    opacity: 0;
    pointer-events: none;
    transform: translate3d(8px, 0, 0) scale(0.96);
    transition:
      width 180ms ease,
      max-width 180ms ease,
      margin-left 180ms ease,
      padding 180ms ease,
      opacity 160ms ease,
      transform 160ms ease,
      background-color 160ms ease,
      color 160ms ease;
  }
  .agronova-site-header.is-bottom-nav-sticky .header-bottom .agro-nav-cart.has-items {
    width: auto;
    max-width: 104px;
    min-width: 0;
    margin-left: 10px;
    padding: 0 10px 0 8px;
    overflow: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0, 0, 0) scale(1);
  }
  .agronova-site-header .header-bottom .agro-nav-cart:hover,
  .agronova-site-header .header-bottom .agro-nav-cart:focus-visible {
    background: rgba(176, 203, 31, 0.16);
    color: var(--agronova-primary);
  }
  .agronova-site-header .header-bottom .agro-nav-cart-icon {
    position: relative;
    width: 24px;
    height: 24px;
    min-width: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .agronova-site-header .header-bottom .agro-nav-cart-icon img {
    width: 21px;
    height: 21px;
    max-width: 21px;
    display: block;
    filter: none;
  }
  .agronova-site-header .header-bottom .agro-nav-cart-count {
    position: absolute;
    top: -6px;
    right: -8px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
    border-radius: 999px;
    background: var(--agronova-primary);
    color: #ffffff;
    font-size: 9px;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 6px 14px rgba(24, 39, 176, 0.2);
  }
  .agronova-site-header .header-bottom .agro-nav-cart-label {
    color: currentColor;
    font-size: 13px;
    font-weight: 560;
    line-height: 1;
    white-space: nowrap;
  }
  .agronova-site-header .header-bottom .agro-nav-cart.is-bumping {
    animation: agroFloatingCartPulse 520ms cubic-bezier(0.2, 0.8, 0.2, 1);
  }
}
.agronova-site-header .agro-floating-cart {
  position: fixed;
  right: 58px;
  bottom: 58px;
  z-index: 1060;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(24, 39, 176, 0.16);
  border-radius: 18px;
  background: linear-gradient(135deg, var(--agronova-primary), #121f8c);
  box-shadow: 0 18px 34px rgba(24, 39, 176, 0.24);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 14px, 0) scale(0.94);
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}
.agronova-site-header .agro-nav-cart {
  display: none;
}
.agronova-site-header.is-bottom-nav-sticky .agro-floating-cart.has-items {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
}
.agronova-site-header .agro-floating-cart:hover {
  box-shadow: 0 22px 42px rgba(24, 39, 176, 0.3);
  transform: translate3d(0, -2px, 0) scale(1.03);
}
.agronova-site-header .agro-floating-cart.is-bumping {
  animation: agroFloatingCartPulse 520ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.agronova-site-header .agro-floating-cart-icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.agronova-site-header .agro-floating-cart-icon img {
  width: 24px;
  height: 24px;
  display: block;
  filter: brightness(0) invert(1);
}
.agronova-site-header .agro-floating-cart-count {
  position: absolute;
  top: -8px;
  right: -8px;
  min-width: 24px;
  height: 24px;
  padding: 0 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 999px;
  background: var(--agronova-secondary);
  color: #16213e;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(22, 33, 62, 0.16);
}
.agro-cart-flyer {
  position: fixed;
  z-index: 1070;
  width: 52px;
  height: 52px;
  display: block;
  pointer-events: none;
  border: 1px solid rgba(219, 226, 255, 0.95);
  border-radius: 16px;
  background: #f7faf0;
  box-shadow: 0 18px 36px rgba(22, 33, 62, 0.18);
  object-fit: contain;
  padding: 6px;
  will-change: transform, opacity;
}
.agro-cart-flyer.is-orb {
  border-color: rgba(24, 39, 176, 0.18);
  background:
    radial-gradient(circle at 35% 30%, #ffffff 0 18%, transparent 19%),
    linear-gradient(135deg, var(--agronova-secondary), var(--agronova-primary));
}
@keyframes agroFloatingCartPulse {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  45% {
    transform: translate3d(0, -2px, 0) scale(1.12);
    box-shadow: 0 26px 52px rgba(24, 39, 176, 0.34);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}
@media (max-width: 991px) {
  .agronova-site-header .agro-floating-cart {
    display: none;
  }
}
.agronova-site-header .header-top .header-info:first-child > ul > li,
.agronova-site-header .header-top .header-info:first-child > ul > li > a,
.agronova-site-header .header-top .header-info:first-child > ul > li > a span {
  color: #121212 !important;
  font-weight: 400 !important;
}
.agronova-site-header .header-top .header-info:first-child > ul > li > a:hover,
.agronova-site-header .header-top .header-info:first-child > ul > li > a:hover span {
  color: var(--agronova-primary);
}
.agro-contact-page {
  width: min(100% - 40px, 1320px);
  margin: 48px auto 34px;
}
.agro-contact-hero {
  padding: 46px;
  border: 1px solid #e5e9f2;
  border-radius: 24px;
  background: linear-gradient(115deg, #ffffff 0%, #f7faf0 52%, #eef7ff 100%);
}
.agro-contact-hero h1 {
  margin: 0;
  color: #16213e;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.08;
  font-weight: 900;
}
.agro-contact-hero p:not(.agro-eyebrow) {
  max-width: 760px;
  margin: 18px 0 0;
  color: #53617d;
  font-size: 17px;
  line-height: 1.7;
}
.agro-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}
.agro-contact-grid article {
  min-height: 150px;
  padding: 24px;
  border: 1px solid #e5e9f2;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(22, 33, 62, 0.06);
}
.agro-contact-grid span {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(176, 203, 31, 0.18);
  color: #16213e;
  font-size: 12px;
  font-weight: 900;
}
.agro-contact-grid strong,
.agro-contact-grid strong a {
  color: #1827b0;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 900;
}
.agro-contact-grid p,
.agro-contact-grid p a {
  margin: 10px 0 0;
  color: #53617d;
  line-height: 1.6;
}
.agro-contact-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  gap: 28px;
  align-items: start;
  margin-top: 24px;
}
.agro-contact-info {
  display: grid;
  gap: 14px;
}
.agro-contact-card,
.agro-contact-form-card,
.agro-contact-map-card {
  border: 1px solid #e5e9f2;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(23, 32, 51, 0.045);
}
.agro-contact-card {
  padding: 20px;
}
.agro-contact-card span {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(176, 203, 31, 0.18);
  color: #1827b0;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.agro-contact-card strong,
.agro-contact-card strong a {
  color: #16213e;
  font-size: 17px;
  line-height: 1.35;
}
.agro-contact-card p,
.agro-contact-card p a {
  margin: 8px 0 0;
  color: #53617d;
  font-size: 14px;
  line-height: 1.65;
}
.agro-contact-card a:hover {
  color: #1827b0;
}
.agro-contact-form-card {
  padding: 30px;
}
.agro-contact-form-card > section {
  margin: 0;
  padding: 0;
}
.agro-contact-form-card .container {
  width: 100%;
  max-width: none;
  padding: 0;
}
.agro-contact-form-card .row {
  margin: 0;
}
.agro-contact-form-card [class*="col-"] {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0;
}
.agro-contact-form-card .contact-from-area {
  padding: 0;
  border: 0;
  box-shadow: none;
}
.agro-contact-form-card .contact-from-area h3,
.agro-contact-form-card .contact-from-area p {
  text-align: left;
}
.agro-contact-form-card .contact-from-area h3 {
  color: #16213e;
  font-size: 26px;
  line-height: 1.2;
}
.agro-contact-form-card .contact-form .submit,
.agro-contact-form-card .contact-form button[type="submit"] {
  width: auto;
}
.agro-contact-form-card .contact-form .text-center {
  text-align: left;
}
.agro-contact-map-card {
  overflow: hidden;
}
.agro-contact-map-card .google-map-iframe {
  width: 100%;
  max-width: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.google-map-iframe {
  width: min(100% - 40px, 1320px);
  margin: 0 auto 22px !important;
  border: 1px solid #e5e9f2;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(22, 33, 62, 0.08);
}
.contact-from-area {
  padding: 34px !important;
  border: 1px solid #e5e9f2;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(22, 33, 62, 0.06);
}
.contact-from-area h3 {
  color: #16213e;
  font-weight: 900;
}
.contact-form input,
.contact-form textarea {
  border: 1px solid #dbe2ff !important;
  border-radius: 12px !important;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #1827b0 !important;
  box-shadow: 0 0 0 4px rgba(24, 39, 176, 0.08) !important;
}
.contact-form button[type="submit"],
.contact-form .submit {
  min-height: 48px;
  padding: 0 26px !important;
  border-radius: 12px !important;
  background: #1827b0 !important;
  color: #fff !important;
  font-weight: 900 !important;
}
@media (max-width: 991px) {
  .agro-contact-layout,
  .agro-contact-grid {
    grid-template-columns: 1fr;
  }
  .agro-contact-hero {
    padding: 30px 22px;
  }
}
@media (max-width: 575px) {
  .agro-contact-page {
    width: min(100% - 28px, 1320px);
    margin-top: 28px;
  }
  .agro-contact-form-card {
    padding: 22px 16px;
    border-radius: 16px;
  }
  .agro-contact-card {
    padding: 18px;
  }
}
@media (max-width: 575px) {
  .mobile-promotion {
    padding: 7px 12px;
    font-size: 12px;
    line-height: 1.35;
    background: var(--agronova-primary);
    color: #fff;
  }
  .agronova-site-header .header-bottom .header-action-2 .header-action-icon-2:nth-child(-n + 2) {
    display: none;
  }
  .agro-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .agro-btn {
    width: 100%;
  }
  .agro-trust-row span,
  .agro-quick-find a {
    font-size: 12px;
  }
  .agro-hero-visual {
    min-height: 500px;
  }
  .agro-visual-card,
  .agro-visual-card:nth-of-type(2),
  .agro-visual-card:nth-of-type(3),
  .agro-search-card {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    margin-bottom: 12px;
    z-index: 2;
  }
  .agro-visual-orbit {
    inset: 34px 0 0 0;
  }
  .agro-field-scene {
    left: 12px;
    right: 12px;
    bottom: 12px;
    height: 180px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .agronova-site-header .categories-dropdown-wrap,
  .agronova-site-header .categories-button-active i:last-child {
    transition: none;
  }
}
body {
  color: var(--agronova-ink);
  font-family: var(--agronova-font) !important;
}
button,
input,
select,
textarea,
.agronova-site-header,
.agro-hero-v2,
.agro-section,
.popular-categories,
.product-cart-wrap,
.page-header,
.main-menu {
  font-family: var(--agronova-font);
}
a,
.text-brand,
.main-menu > nav > ul > li > a:hover,
.hotline p,
.header-action-2 .header-action-icon-2 > a span.pro-count {
  color: var(--agronova-primary) !important;
}
.btn,
.button,
button[type="submit"],
.header-action-2 .header-action-icon-2 > a span.pro-count,
.product-cart-wrap .product-action-1 button,
.product-cart-wrap .product-action-1 a.action-btn {
  border-radius: 6px;
}
.btn.btn-primary,
.button,
button[type="submit"],
.product-cart-wrap .product-action-1 button,
.product-cart-wrap .product-action-1 a.action-btn {
  background: var(--agronova-primary) !important;
  border-color: var(--agronova-primary) !important;
  color: #fff !important;
}
.btn.btn-primary:hover,
.button:hover,
button[type="submit"]:hover {
  background: #101b82 !important;
}
.agronova-site-header .header-top,
.agronova-site-header .header-middle,
.agronova-site-header .header-bottom {
  border-color: rgba(24, 39, 176, 0.12);
}
.agronova-site-header .header-info > ul > li,
.agronova-site-header .header-info > ul > li a {
  color: var(--agronova-ink);
}
.agronova-site-header {
  position: relative;
  z-index: 50;
  background: #fff;
  box-shadow: 0 8px 28px rgba(23, 32, 51, 0.05);
}
.agronova-site-header .header-top {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(24, 39, 176, 0.1);
  background: #f7f9f1;
}
.agronova-site-header .header-top .header-info > ul {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0;
}
.agronova-site-header .header-top .header-info > ul > li {
  margin: 0;
  padding: 0 12px;
  border-right: 1px solid rgba(24, 39, 176, 0.1);
  color: var(--agronova-muted);
  font-size: 13px;
  line-height: 1.2;
}
.agronova-site-header .header-top .header-info > ul > li:first-child {
  padding-left: 0;
}
.agronova-site-header .header-top .header-info > ul > li:last-child {
  border-right: 0;
}
.agronova-site-header .header-top .header-info a {
  color: var(--agronova-primary);
  font-weight: 700;
}
.agronova-site-header #news-flash li {
  color: var(--agronova-ink);
  font-size: 13px;
  font-weight: 700;
}
.agronova-site-header #news-flash a,
.agronova-site-header .agronova-top-phone a {
  color: var(--agronova-primary);
}
.agronova-site-header .language-dropdown-active {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--agronova-primary);
  font-weight: 700;
}
.agronova-site-header .language-dropdown {
  min-width: 136px;
  border: 1px solid rgba(24, 39, 176, 0.12);
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(23, 32, 51, 0.12);
}
.agronova-site-header .header-middle {
  padding: 14px 0;
  border-bottom: 0;
  background: #fff;
}
.agronova-site-header .header-middle .header-wrap {
  display: flex;
  gap: 34px;
}
.agronova-site-header .logo.logo-width-1 {
  width: 118px;
  min-width: 118px;
  margin-right: 0;
}
.agronova-site-header .logo img {
  max-width: 84px;
  object-fit: contain;
}
.agronova-site-header .header-right {
  flex: 1 1 auto;
  min-width: 0;
  grid-template-columns: minmax(300px, 560px) auto;
  justify-content: space-between;
  gap: 24px;
}
.agronova-site-header .search-style-2 {
  width: 100%;
  max-width: 560px;
}
.agronova-site-header .search-style-2 form {
  height: 46px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(24, 39, 176, 0.13);
  border-radius: 8px;
  background: #fbfcf8;
  box-shadow: none;
}
.agronova-site-header .search-style-2 form:hover,
.agronova-site-header .search-style-2 form:focus-within {
  border-color: rgba(24, 39, 176, 0.34);
  background: #fff;
  box-shadow: 0 8px 22px rgba(24, 39, 176, 0.08);
}
.agronova-site-header .form-group--icon {
  width: 170px;
  min-width: 170px;
  height: 100%;
  border-right: 1px solid rgba(24, 39, 176, 0.12);
  background: rgba(255, 255, 255, 0.62);
}
.agronova-site-header .product-cat-label {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 16px;
  color: var(--agronova-ink);
  font-weight: 700;
  font-size: 13px;
}
.agronova-site-header .product-category-select {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.agronova-site-header .input-search-product {
  height: 100%;
  min-width: 0;
  flex: 1 1 auto;
  border: 0;
  color: var(--agronova-ink);
  font-size: 14px;
}
.agronova-site-header .search-style-2 button.btn {
  width: 48px;
  height: 46px;
  min-width: 48px;
  border-radius: 0 8px 8px 0;
  background: transparent;
  border-left: 1px solid rgba(24, 39, 176, 0.08);
  color: var(--agronova-primary);
}
.agronova-site-header .search-style-2 button.btn svg {
  width: 20px;
  height: 20px;
  stroke: var(--agronova-primary);
}
.agronova-site-header .header-action-right {
  min-width: 0;
}
.agronova-site-header .header-action-2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}
.agronova-site-header .header-action-2 .header-action-icon-2 {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  min-width: auto;
}
.agronova-site-header .header-action-2 .header-action-icon-2 > a:first-child {
  position: relative;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(24, 39, 176, 0.12);
  border-radius: 8px;
  background: #f7f9f1;
}
.agronova-site-header .header-action-2 .header-action-icon-2 img {
  width: 20px;
  max-width: 20px;
  opacity: 0.95;
}
.agronova-site-header .header-action-2 .header-action-icon-2 > a span.pro-count {
  top: -7px;
  right: -7px;
  min-width: 18px;
  height: 18px;
  border: 2px solid #fff;
  background: var(--agronova-secondary);
  color: var(--agronova-primary);
  font-size: 11px;
  font-weight: 800;
}
.agronova-site-header .header-action-2 .lable {
  color: var(--agronova-ink);
  font-size: 14px;
  font-weight: 700;
}
.agronova-site-header .header-bottom {
  min-height: 50px;
  border-top: 1px solid rgba(24, 39, 176, 0.08);
  border-bottom: 1px solid rgba(24, 39, 176, 0.12);
  background: #fff;
}
.agronova-site-header .header-bottom .header-wrap {
  min-height: 50px;
}
.agronova-site-header .header-nav {
  gap: 28px;
  min-width: 0;
}
.agronova-site-header .categories-button-active {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  border-radius: 8px;
  background: #f2f5ff;
  border: 1px solid rgba(24, 39, 176, 0.14);
  color: #fff;
  box-shadow: none;
}
.agronova-site-header .categories-button-active .et,
.agronova-site-header .categories-button-active i,
.agronova-site-header .categories-button-active span {
  color: var(--agronova-primary);
}
.agronova-site-header .categories-button-active:hover {
  background: var(--agronova-primary);
  border-color: var(--agronova-primary);
  color: #fff;
}
.agronova-site-header .categories-button-active:hover .et,
.agronova-site-header .categories-button-active:hover i,
.agronova-site-header .categories-button-active:hover span {
  color: #fff;
}
.agronova-site-header .categories-dropdown-wrap {
  border: 1px solid rgba(24, 39, 176, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(23, 32, 51, 0.14);
}
.agronova-site-header .categories-dropdown-wrap ul li a {
  min-height: 42px;
  border-radius: 6px;
}
.agronova-site-header .categories-dropdown-wrap ul li a img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.agronova-site-header .main-menu > nav > ul > li > a {
  padding: 15px 12px;
  color: var(--agronova-ink);
  font-size: 15px;
  font-weight: 800;
}
.agronova-site-header .main-menu > nav > ul > li > a:hover {
  color: var(--agronova-primary);
}
.agronova-site-header .hotline {
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border: 1px solid rgba(24, 39, 176, 0.12);
  border-radius: 8px;
  background: #f7f9f1;
}
.agronova-site-header .hotline img {
  width: 28px;
  min-width: 28px;
}
.agronova-site-header .hotline p {
  display: flex;
  flex-direction: column;
  margin: 0;
  color: var(--agronova-primary);
  font-size: 19px;
  line-height: 1.1;
  font-weight: 900;
}
.agronova-site-header .hotline p a {
  color: var(--agronova-primary);
}
.agronova-site-header .hotline p span {
  margin-top: 3px;
  color: var(--agronova-muted);
  font-size: 12px;
  font-weight: 700;
}
.agro-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  align-items: center;
  gap: 48px;
  max-width: 1320px;
  margin: 0 auto 48px;
  padding: 64px 20px 36px;
  background: linear-gradient(180deg, #f7faee 0%, #ffffff 100%);
}
.agro-hero-polished {
  position: relative;
  overflow: hidden;
  margin-top: 22px;
  padding: 56px;
  border: 1px solid rgba(24, 39, 176, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(
      120deg,
      rgba(255, 255, 255, 0.94) 0%,
      rgba(255, 255, 255, 0.72) 54%,
      rgba(176, 203, 31, 0.16) 100%
    ),
    linear-gradient(135deg, #f6f9ed 0%, #edf5ff 100%);
  box-shadow: 0 18px 48px rgba(23, 32, 51, 0.07);
}
.agro-hero-wide {
  display: block;
  grid-template-columns: none;
  max-width: none;
  margin: 0 0 42px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(
      110deg,
      rgba(255, 255, 255, 0.98) 0%,
      rgba(248, 251, 240, 0.94) 58%,
      rgba(240, 247, 255, 0.96) 100%
    ),
    linear-gradient(135deg, rgba(176, 203, 31, 0.16), rgba(24, 39, 176, 0.06));
  box-shadow: none;
}
.agro-hero-wide::before {
  inset: 0;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(24, 39, 176, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(24, 39, 176, 0.03) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(90deg, transparent, #000 20%, #000 78%, transparent);
}
.agro-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 42px 0;
  display: grid;
  grid-template-columns: minmax(520px, 1fr) minmax(360px, 500px);
  align-items: center;
  gap: 48px;
}
.agro-hero-wide .agro-hero-copy {
  max-width: 660px;
}
.agro-hero-wide h1 {
  max-width: 660px;
  margin-bottom: 18px;
  font-size: clamp(34px, 3.2vw, 48px);
  line-height: 1.12;
}
.agro-hero-wide p {
  max-width: 610px;
  font-size: 17px;
}
.agro-hero-polished::before {
  content: "";
  position: absolute;
  inset: auto -80px -120px auto;
  width: 430px;
  height: 430px;
  border: 64px solid rgba(176, 203, 31, 0.22);
  border-radius: 50%;
}
.agro-hero-copy,
.agro-hero-media {
  position: relative;
  z-index: 1;
}
.agro-eyebrow {
  color: var(--agronova-primary);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}
.agro-hero h1 {
  max-width: 760px;
  margin: 0 0 18px;
  color: var(--agronova-ink);
  font-size: clamp(34px, 6vw, 58px);
  line-height: 1.05;
  letter-spacing: 0;
}
.agro-hero p {
  max-width: 700px;
  color: var(--agronova-muted);
  font-size: 18px;
  line-height: 1.65;
}
.agro-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.agro-hero-points span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(24, 39, 176, 0.14);
  border-radius: 999px;
  background: #fff;
  color: var(--agronova-ink);
  font-size: 13px;
  font-weight: 700;
}
.agro-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.agro-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 6px;
  font-weight: 700;
}
.agro-btn-primary {
  background: var(--agronova-primary);
  color: #fff;
}
.agro-btn-secondary {
  background: var(--agronova-secondary);
  color: #172033;
}
.agro-btn-light {
  border: 1px solid rgba(24, 39, 176, 0.14);
  background: rgba(255, 255, 255, 0.78);
  color: var(--agronova-primary);
  box-shadow: 0 10px 22px rgba(23, 32, 51, 0.06);
}
.agro-btn-light:hover {
  border-color: rgba(24, 39, 176, 0.28);
  background: #fff;
  color: var(--agronova-primary);
}
.agro-hero-visual {
  min-height: 320px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.agro-hero-visual img {
  width: min(92%, 520px);
  height: auto;
}
.agro-hero-media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.agro-hero-panel {
  min-height: 190px;
  padding: 18px;
  border: 1px solid rgba(24, 39, 176, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 30px rgba(23, 32, 51, 0.08);
}
.agro-hero-feature {
  grid-column: 1/-1;
  min-height: 210px;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  align-items: center;
  column-gap: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(248, 252, 238, 0.9)),
    linear-gradient(135deg, rgba(176, 203, 31, 0.16), rgba(24, 39, 176, 0.07));
}
.agro-hero-panel-wide {
  grid-column: 1/-1;
  min-height: 150px;
}
.agro-hero-panel img {
  display: block;
  width: 100%;
  height: 118px;
  object-fit: contain;
  margin-bottom: 14px;
}
.agro-hero-feature img {
  height: 150px;
  margin: 0;
}
.agro-hero-showcase {
  position: relative;
  display: grid;
  gap: 14px;
}
.agro-showcase-card,
.agro-showcase-grid > div {
  border: 1px solid rgba(24, 39, 176, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 32px rgba(23, 32, 51, 0.07);
}
.agro-showcase-main {
  min-height: 158px;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  padding: 20px;
}
.agro-showcase-main img {
  width: 126px;
  height: 104px;
  object-fit: contain;
}
.agro-showcase-main strong {
  display: block;
  color: var(--agronova-primary);
  font-size: 20px;
  line-height: 1.25;
}
.agro-showcase-main span {
  display: block;
  margin-top: 8px;
  color: var(--agronova-muted);
  font-size: 14px;
  line-height: 1.6;
}
.agro-showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.agro-showcase-grid > div {
  min-height: 124px;
  padding: 16px 12px;
  text-align: center;
}
.agro-showcase-grid img {
  display: block;
  width: 76px;
  height: 62px;
  object-fit: contain;
  margin: 0 auto 12px;
}
.agro-showcase-grid span {
  display: block;
  color: var(--agronova-ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
}
.agro-hero-panel-wide img {
  height: 76px;
}
.agro-hero-panel strong {
  display: block;
  color: var(--agronova-primary);
  font-size: 15px;
  line-height: 1.3;
}
.agro-hero-panel span {
  display: block;
  margin-top: 4px;
  color: var(--agronova-muted);
  font-size: 13px;
  line-height: 1.45;
}
.agro-section {
  max-width: 1320px;
  margin: 0 auto 54px;
  padding: 0 20px;
}
.agro-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}
.agro-section h2 {
  margin: 0;
  font-size: 30px;
  letter-spacing: 0;
}
.agro-band {
  max-width: 1280px;
  margin: 0 auto 54px;
  padding: 20px;
  border-left: 5px solid var(--agronova-secondary);
  background: var(--agronova-primary);
  color: #fff;
  font-weight: 700;
}
.agro-values > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}
.agro-values article {
  padding: 22px;
  border: 1px solid rgba(24, 39, 176, 0.12);
  border-radius: 8px;
  background: #fff;
}
.agro-values h3 {
  font-size: 18px;
  line-height: 1.35;
}
.agro-values p,
.agro-about p,
.agro-contact-strip p,
.agro-page p {
  color: var(--agronova-muted);
  line-height: 1.7;
}
.agro-wholesale {
  margin-top: 10px;
}
.agro-wholesale-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 28px;
  overflow: hidden;
  padding: 38px;
  border: 1px solid rgba(24, 39, 176, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.96) 0%,
      rgba(247, 250, 240, 0.95) 48%,
      rgba(239, 246, 255, 0.92) 100%
    ),
    linear-gradient(135deg, rgba(176, 203, 31, 0.18), rgba(24, 39, 176, 0.08));
  box-shadow: 0 18px 48px rgba(23, 32, 51, 0.07);
}
.agro-wholesale-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(24, 39, 176, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(24, 39, 176, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 86%, transparent);
}
.agro-wholesale-copy,
.agro-wholesale-contact {
  position: relative;
  z-index: 1;
}
.agro-wholesale-copy h2 {
  max-width: 700px;
  margin: 16px 0 12px;
  color: var(--agronova-ink);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
  letter-spacing: 0;
}
.agro-wholesale-copy p {
  max-width: 780px;
  margin: 0;
  color: var(--agronova-muted);
  font-size: 16px;
  line-height: 1.75;
}
.agro-wholesale-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.agro-wholesale-benefits span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(176, 203, 31, 0.36);
  border-radius: 999px;
  background: rgba(176, 203, 31, 0.16);
  color: var(--agronova-ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}
.agro-wholesale-contact {
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 24px;
  border: 1px solid rgba(24, 39, 176, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 34px rgba(23, 32, 51, 0.06);
}
.agro-wholesale-contact strong {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}
.agro-wholesale-contact a:not(.agro-btn),
.agro-wholesale-contact span {
  color: var(--agronova-ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}
.agro-wholesale-contact .agro-btn {
  width: 100%;
  margin-top: 8px;
}
.agro-home-faq {
  width: min(100% - 40px, var(--agronova-container));
  max-width: var(--agronova-container);
  margin: 34px auto 54px;
}
.agro-home-faq__shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: 28px;
  align-items: start;
  padding: 34px;
  border: 1px solid rgba(24, 39, 176, 0.1);
  border-radius: 24px;
  background:
    radial-gradient(circle at 0 0, rgba(176, 203, 31, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(245, 248, 255, 0.94));
  box-shadow: 0 18px 48px rgba(23, 32, 51, 0.06);
}
.agro-home-faq__intro {
  position: sticky;
  top: 96px;
}
.agro-home-faq__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(24, 39, 176, 0.12);
  border-radius: 999px;
  background: rgba(24, 39, 176, 0.07);
  color: var(--agronova-primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.agro-home-faq__intro h2 {
  margin: 16px 0 12px;
  color: var(--agronova-ink);
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.08;
  letter-spacing: 0;
}
.agro-home-faq__intro p {
  max-width: 430px;
  margin: 0;
  color: var(--agronova-muted);
  font-size: 15px;
  line-height: 1.7;
}
.agro-home-faq__list {
  display: grid;
  gap: 12px;
}
.agro-home-faq__item {
  overflow: hidden;
  border: 1px solid rgba(24, 39, 176, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 30px rgba(23, 32, 51, 0.04);
}
.agro-home-faq__item summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px;
  gap: 16px;
  align-items: center;
  min-height: 62px;
  padding: 14px 16px 14px 20px;
  color: var(--agronova-ink);
  cursor: pointer;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
  list-style: none;
}
.agro-home-faq__item summary::-webkit-details-marker {
  display: none;
}
.agro-home-faq__item summary i {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(24, 39, 176, 0.07);
  color: var(--agronova-primary);
  font-size: 14px;
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}
.agro-home-faq__item[open] summary i {
  transform: rotate(180deg);
  background: rgba(176, 203, 31, 0.18);
}
.agro-home-faq__answer {
  margin: -2px 20px 20px;
  padding-top: 14px;
  border-top: 1px solid rgba(24, 39, 176, 0.08);
  color: var(--agronova-muted);
  font-size: 15px;
  line-height: 1.72;
}
.agro-wholesale-page {
  width: min(100% - 40px, var(--agronova-container));
  max-width: var(--agronova-container);
  margin: 0 auto 70px;
}
.agro-wholesale-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 30px;
  align-items: center;
  margin-bottom: 28px;
  padding: 44px;
  border: 1px solid rgba(24, 39, 176, 0.1);
  border-radius: 24px;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.98) 0%,
      rgba(247, 250, 240, 0.96) 50%,
      rgba(239, 246, 255, 0.94) 100%
    ),
    linear-gradient(135deg, rgba(176, 203, 31, 0.18), rgba(24, 39, 176, 0.08));
  box-shadow: 0 18px 48px rgba(23, 32, 51, 0.06);
}
.agro-wholesale-page-hero h1 {
  max-width: 760px;
  margin: 16px 0 14px;
  color: var(--agronova-ink);
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.06;
  letter-spacing: 0;
}
.agro-wholesale-page-hero p {
  max-width: 820px;
  margin: 0;
  color: var(--agronova-muted);
  font-size: 17px;
  line-height: 1.75;
}
.agro-wholesale-page-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.agro-wholesale-page-grid article {
  min-height: 180px;
  padding: 24px;
  border: 1px solid rgba(24, 39, 176, 0.1);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(23, 32, 51, 0.045);
}
.agro-wholesale-page-grid h3 {
  margin: 0 0 10px;
  color: var(--agronova-ink);
  font-size: 18px;
  line-height: 1.3;
}
.agro-wholesale-page-grid p {
  margin: 0;
  color: var(--agronova-muted);
  font-size: 15px;
  line-height: 1.65;
}
.agro-about,
.agro-contact-strip,
.agro-page {
  max-width: 980px;
  margin: 0 auto 54px;
  padding: 0 20px;
}
.agro-contact-strip {
  padding: 28px 20px;
  border-top: 1px solid rgba(24, 39, 176, 0.12);
  border-bottom: 1px solid rgba(24, 39, 176, 0.12);
}
.agro-cta-strip {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 28px;
  max-width: 1280px;
  overflow: hidden;
  margin-top: 18px;
  padding: 42px;
  border: 1px solid rgba(24, 39, 176, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(
      115deg,
      rgba(255, 255, 255, 0.96) 0%,
      rgba(248, 252, 238, 0.9) 46%,
      rgba(239, 246, 255, 0.92) 100%
    ),
    linear-gradient(135deg, rgba(176, 203, 31, 0.2), rgba(24, 39, 176, 0.1));
  box-shadow: 0 18px 48px rgba(23, 32, 51, 0.08);
}
.agro-cta-strip::before,
.agro-cta-strip::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.agro-cta-strip::before {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(24, 39, 176, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(24, 39, 176, 0.05) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, transparent, #000 24%, #000 82%, transparent);
}
.agro-cta-strip::after {
  right: -110px;
  bottom: -160px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(176, 203, 31, 0.32) 0%,
    rgba(176, 203, 31, 0.12) 45%,
    transparent 70%
  );
}
.agro-cta-copy,
.agro-cta-cards {
  position: relative;
  z-index: 1;
}
.agro-cta-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(176, 203, 31, 0.22);
  color: var(--agronova-primary);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}
.agro-cta-strip h2 {
  max-width: 720px;
  margin: 16px 0 12px;
  color: var(--agronova-ink);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.08;
  letter-spacing: 0;
}
.agro-cta-strip p {
  max-width: 720px;
  margin: 0;
  color: var(--agronova-muted);
  font-size: 16px;
  line-height: 1.7;
}
.agro-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.agro-cta-cards {
  display: grid;
  gap: 12px;
  align-content: center;
}
.agro-cta-cards a,
.agro-cta-cards div {
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  border: 1px solid rgba(24, 39, 176, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 28px rgba(23, 32, 51, 0.06);
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease;
}
.agro-cta-cards a:hover {
  transform: translateY(-2px);
  border-color: rgba(24, 39, 176, 0.24);
  background: #fff;
}
.agro-cta-cards strong {
  color: var(--agronova-primary);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
.agro-cta-cards span {
  color: var(--agronova-ink);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}
.product-cart-wrap {
  border-radius: 8px;
}
.card-2,
.popular-categories .card-2 {
  border-radius: 8px;
  background: #f7f9f1;
}
.card-2 figure {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-2 figure img,
.popular-categories .card-2 img {
  max-width: 76px;
  max-height: 76px;
  object-fit: contain;
}
.section-padding-30,
.popular-categories {
  padding-top: 28px;
}
.product-cart-wrap .product-img-action-wrap {
  min-height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--agronova-surface);
  overflow: hidden;
}
.product-cart-wrap .product-img-action-wrap .product-img,
.product-cart-wrap .product-img-action-wrap .product-img a {
  width: 100%;
  height: 100%;
  display: block;
}
.product-cart-wrap .product-img-action-wrap .product-img {
  border-radius: 0;
}
.product-cart-wrap .product-img-action-wrap img {
  width: 100%;
  height: 210px;
  max-height: none;
  display: block;
  object-fit: cover;
  object-position: center;
}
.product-cart-wrap .product-action-1 .product-action-wrap {
  display: inline-flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 4px !important;
  width: max-content !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  white-space: nowrap !important;
}
.product-cart-wrap .product-action-1 {
  right: 0 !important;
  left: 0 !important;
  text-align: center !important;
}
.product-cart-wrap .product-action-1 a.action-btn,
.product-cart-wrap .product-action-1 button {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 34px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 6px !important;
  background: var(--agronova-secondary, #b0cb1f) !important;
  color: #ffffff !important;
  line-height: 1 !important;
}
.product-cart-wrap .product-action-1 a.action-btn i,
.product-cart-wrap .product-action-1 button i {
  margin: 0 !important;
  color: #ffffff !important;
  font-size: 16px !important;
  line-height: 1 !important;
}
.product-cart-wrap .product-action-1 a.action-btn:hover,
.product-cart-wrap .product-action-1 button:hover,
.product-cart-wrap .product-action-1 a.action-btn:focus-visible,
.product-cart-wrap .product-action-1 button:focus-visible {
  background: #9fb71c !important;
  color: #ffffff !important;
  transform: translateY(-1px);
}
.product-cart-wrap .product-action-1 a.action-btn:hover i,
.product-cart-wrap .product-action-1 button:hover i,
.product-cart-wrap .product-action-1 a.action-btn:focus-visible i,
.product-cart-wrap .product-action-1 button:focus-visible i {
  color: #ffffff !important;
}
.product-cart-wrap .product-card-bottom {
  align-items: center;
  gap: 10px;
}
.ec-cross-sale-section .ec-cross-sale-header {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 16px !important;
  text-align: left !important;
}
.ec-cross-sale-section .ec-cross-sale-icon {
  flex: 0 0 auto !important;
}
.ec-cross-sale-section .ec-cross-sale-title {
  flex: 0 1 auto !important;
  margin: 0 !important;
  text-align: left !important;
}
.ec-cross-sale-section .ec-cross-sale-title h4,
.ec-cross-sale-section .ec-cross-sale-title p {
  text-align: left !important;
}
.product-info .faqs-list .card-header .btn.btn-link {
  background: transparent !important;
  border: 0 !important;
  color: var(--agronova-text, #16213e) !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.product-info .faqs-list .card-header .btn.btn-link:hover,
.product-info .faqs-list .card-header .btn.btn-link:focus,
.product-info .faqs-list .card-header .btn.btn-link:active {
  color: var(--agronova-primary, #1827b0) !important;
  background: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.product-cart-wrap .product-card-bottom .add-cart {
  flex: 0 0 auto;
}
.product-cart-wrap .product-card-bottom .add-cart .action-btn.add,
.product-cart-wrap .product-card-bottom .add-cart .add-to-cart-button {
  min-height: 40px;
  padding-left: 12px !important;
  padding-right: 12px !important;
  white-space: nowrap;
}
.product-cart-wrap .product-card-bottom .add-cart .action-btn.add i,
.product-cart-wrap .product-card-bottom .add-cart .add-to-cart-button i {
  margin-right: 6px !important;
}
html[lang^="ru"] .product-cart-wrap .product-card-bottom .add-cart .action-btn.add,
html[lang^="ru"] .product-cart-wrap .product-card-bottom .add-cart .add-to-cart-button {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
footer,
.footer-mid {
  background: #f9fbf1;
}
@media (max-width: 991px) {
  .mobile-promotion {
    padding: 8px 14px;
    background: var(--agronova-primary);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
  }
  .agronova-site-header .header-bottom {
    min-height: 66px;
    border-bottom: 1px solid rgba(24, 39, 176, 0.12);
    background: #fff;
    box-shadow: 0 8px 22px rgba(23, 32, 51, 0.06);
  }
  .agronova-site-header .header-bottom .header-wrap {
    min-height: 66px;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
  }
  .agronova-site-header .header-bottom .logo {
    justify-self: center;
    width: auto;
    min-width: 0;
  }
  .agronova-site-header .header-bottom .logo img {
    max-height: 46px;
    max-width: 92px;
  }
  .agronova-site-header .burger-icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(24, 39, 176, 0.12);
    border-radius: 8px;
    background: #f7f9f1;
  }
  .agronova-site-header .burger-icon > span {
    left: 10px;
    width: 20px;
    background-color: var(--agronova-primary);
  }
  .agronova-site-header .header-bottom .header-action-2 {
    gap: 8px;
  }
  .agronova-site-header .header-bottom .header-action-2 .header-action-icon-2 > a:first-child {
    width: 38px;
    height: 38px;
  }
  .mobile-header-wrapper-style {
    max-width: min(420px, 92vw);
  }
  .mobile-header-active .mobile-header-top {
    border-bottom: 1px solid rgba(24, 39, 176, 0.12);
  }
  .mobile-header-active .mobile-search form {
    height: 48px;
    border: 1px solid rgba(24, 39, 176, 0.2);
    border-radius: 8px;
    overflow: hidden;
  }
  .mobile-header-active .mobile-search input {
    height: 48px;
    border: 0;
  }
  .mobile-header-active .mobile-search button {
    width: 48px;
    background: var(--agronova-primary);
    color: #fff;
  }
  .mobile-header-active .categories-button-active-2 {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px;
    border-radius: 8px;
    background: #f7f9f1;
    color: var(--agronova-primary);
    font-weight: 800;
  }
  .mobile-header-active .mobile-menu li a,
  .mobile-header-active .single-mobile-header-info a {
    color: var(--agronova-ink);
    font-weight: 700;
  }
  .agro-hero {
    grid-template-columns: 1fr;
    padding-top: 36px;
  }
  .agro-hero-polished {
    padding: 36px 24px;
  }
  .agro-hero-wide {
    padding: 0;
  }
  .agro-hero-inner {
    width: min(100% - 28px, 760px);
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 36px 0;
  }
  .agro-hero-feature {
    grid-template-columns: 1fr;
  }
  .agro-hero-feature img {
    height: 118px;
    margin-bottom: 14px;
  }
  .agro-showcase-main {
    grid-template-columns: 120px minmax(0, 1fr);
    padding: 20px;
  }
  .agro-showcase-main img {
    width: 112px;
    height: 96px;
  }
  .agro-values > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .agro-wholesale-card {
    grid-template-columns: 1fr;
    padding: 30px 24px;
  }
  .agro-home-faq {
    width: min(100% - 28px, var(--agronova-container));
    margin: 28px auto 46px;
  }
  .agro-home-faq__shell {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 28px 22px;
  }
  .agro-home-faq__intro {
    position: static;
  }
  .agro-home-faq__intro p {
    max-width: none;
  }
  .agro-wholesale-page-hero {
    grid-template-columns: 1fr;
    padding: 34px 24px;
  }
  .agro-wholesale-page-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .agro-cta-strip {
    grid-template-columns: 1fr;
    padding: 34px 24px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .agronova-site-header .header-middle .header-wrap {
    gap: 22px;
  }
  .agronova-site-header .header-right {
    grid-template-columns: minmax(280px, 460px) auto;
    gap: 16px;
  }
  .agronova-site-header .search-style-2 {
    max-width: 460px;
  }
  .agronova-site-header .header-action-2 .lable {
    display: none;
  }
  .agronova-site-header .hotline {
    padding: 7px 10px;
  }
  .agronova-site-header .hotline p {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .agronova-site-header .header-bottom .header-action-2 {
    gap: 4px;
  }
  .agronova-site-header .header-bottom .header-action-2 .header-action-icon-2 > a:first-child {
    width: 34px;
    height: 34px;
  }
  .agronova-site-header .header-bottom .header-action-2 .header-action-icon-2 img {
    width: 18px;
    max-width: 18px;
  }
  .agronova-site-header .header-bottom .logo img {
    max-width: 82px;
  }
  .agro-hero h1,
  .agro-hero-wide h1 {
    font-size: 34px;
  }
  .agro-actions,
  .agro-section-head,
  .agro-cta-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .agro-cta-strip {
    padding: 28px 18px;
  }
  .agro-cta-strip h2 {
    font-size: 30px;
  }
  .agro-hero-media {
    grid-template-columns: 1fr;
  }
  .agro-showcase-main {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .agro-showcase-main img {
    margin: 0 auto;
  }
  .agro-showcase-grid {
    grid-template-columns: 1fr;
  }
  .agro-hero-panel-wide {
    grid-column: auto;
  }
  .agro-values > div {
    grid-template-columns: 1fr;
  }
  .agro-wholesale-card {
    gap: 22px;
    padding: 24px 18px;
    border-radius: 18px;
  }
  .agro-wholesale-copy h2 {
    font-size: 30px;
  }
  .agro-wholesale-contact {
    padding: 20px;
  }
  .agro-home-faq {
    width: min(100% - 24px, var(--agronova-container));
    margin: 24px auto 40px;
  }
  .agro-home-faq__shell {
    padding: 22px 16px;
    border-radius: 18px;
  }
  .agro-home-faq__intro h2 {
    font-size: 28px;
  }
  .agro-home-faq__item {
    border-radius: 14px;
  }
  .agro-home-faq__item summary {
    grid-template-columns: minmax(0, 1fr) 30px;
    min-height: 56px;
    padding: 12px 12px 12px 14px;
    font-size: 15px;
  }
  .agro-home-faq__item summary i {
    width: 30px;
    height: 30px;
  }
  .agro-home-faq__answer {
    margin: -2px 14px 16px;
    font-size: 14px;
  }
  .agro-wholesale-page {
    width: min(100% - 28px, var(--agronova-container));
    margin-bottom: 48px;
  }
  .agro-wholesale-page-hero {
    padding: 26px 18px;
    border-radius: 18px;
  }
  .agro-wholesale-page-grid {
    grid-template-columns: 1fr;
  }
  .agro-wholesale-page-grid article {
    min-height: 0;
    padding: 20px;
  }
}
.agronova-site-header .header-top {
  background: #f6f8f0 !important;
  border-bottom: 1px solid rgba(24, 39, 176, 0.08) !important;
}
.agronova-site-header .header-top .container > .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.agronova-site-header .header-top .col-xl-3,
.agronova-site-header .header-top .col-xl-4 {
  width: auto;
  max-width: none;
  flex: 0 0 auto;
}
.agronova-site-header .header-middle .header-wrap {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 38px;
  align-items: center;
}
.agronova-site-header .header-right {
  display: grid;
  grid-template-columns: minmax(360px, 620px) auto;
  gap: 30px;
  align-items: center;
  justify-content: end;
}
.agronova-site-header .search-style-2 form {
  height: 48px;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) 54px;
  border: 1px solid #dbe2ff;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(24, 39, 176, 0.05);
}
.agronova-site-header .search-style-2 button.btn {
  width: 54px;
  height: 48px;
  border-radius: 0 13px 13px 0;
  background: #f2f4f8;
  color: #68758f;
  border-left: 1px solid #e5e9f2;
}
.agronova-site-header .search-style-2 button.btn svg,
.agronova-site-header .search-style-2 button.btn i {
  color: #68758f;
  stroke: #68758f;
}
.agronova-site-header .search-style-2 button.btn:hover {
  background: #e9edf5;
  color: #4f5d78;
}
.agronova-site-header .search-style-2 button.btn:hover svg,
.agronova-site-header .search-style-2 button.btn:hover i {
  color: #4f5d78;
  stroke: #4f5d78;
}
.agronova-site-header .header-bottom,
.agronova-site-header .header-bottom .header-wrap,
.agronova-site-header .header-nav {
  overflow: visible;
}
.agronova-site-header .header-nav {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 26px;
}
.agronova-site-header .main-menu {
  flex: 1 1 auto;
}
.agronova-site-header .main-menu > nav > ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}
.agronova-site-header .categories-button-active,
.mobile-header-active .categories-button-active-2 {
  min-height: 46px !important;
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  padding: 0 22px !important;
  border-radius: 14px !important;
  background: #1827b0 !important;
  color: #fff !important;
  font-weight: 900 !important;
  box-shadow: 0 12px 24px rgba(24, 39, 176, 0.16);
}
.agronova-site-header .categories-dropdown-wrap {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  margin-top: 0;
  width: min(920px, calc(100vw - 40px));
  min-width: 320px;
  display: block;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  z-index: 9999;
  padding: 18px;
  border: 1px solid #e5e9f2;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(22, 33, 62, 0.18);
}
.agronova-site-header .categories-dropdown-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -8px;
  height: 8px;
  background: transparent;
}
.agronova-site-header .main-categories-wrap:hover .categories-dropdown-wrap,
.agronova-site-header .main-categories-wrap:focus-within .categories-dropdown-wrap,
.agronova-site-header .main-categories-wrap.is-open .categories-dropdown-wrap {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
@media (max-width: 991px) {
  .agronova-site-header .header-bottom .header-wrap {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
  }
  .agro-mobile-search {
    display: block;
    padding: 0 14px 14px;
    background: #fff;
    border-bottom: 1px solid #e5e9f2;
  }
  .agro-mobile-search form {
    height: 46px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 48px;
    border: 1px solid #dbe2ff;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
  }
  .agro-mobile-search input {
    height: 46px;
    padding: 0 14px;
    border: 0;
    color: #16213e;
  }
  .agro-mobile-search button {
    border: 0;
    border-left: 1px solid #e5e9f2;
    background: #f2f4f8;
    color: #68758f;
  }
  .mobile-header-active .categories-dropdown-wrap {
    position: static !important;
    width: 100% !important;
    min-width: 0 !important;
    display: none !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
    margin-top: 12px;
    box-shadow: none !important;
  }
}
.agronova-site-header .search-style-2 form {
  border-color: rgba(24, 39, 176, 0.12) !important;
  background: #fff !important;
  box-shadow: 0 12px 26px rgba(24, 39, 176, 0.04) !important;
}
.agronova-site-header .form-group--icon {
  position: relative;
  border-right: 0;
  background: #fff;
}
.agronova-site-header .product-cat-label {
  padding-right: 42px;
  pointer-events: none;
}
.agronova-site-header .product-category-select {
  position: absolute;
  inset: 0;
  border: 0;
  outline: 0;
  background: transparent;
  opacity: 0;
  appearance: none;
  -webkit-appearance: none;
}
.agronova-site-header .product-category-select::-ms-expand {
  display: none;
}
.agronova-site-header .input-search-product {
  border-left: 1px solid rgba(24, 39, 176, 0.1);
}
.agronova-site-header .search-style-2 button.btn {
  background: #f7f9f1;
  border-left: 1px solid rgba(24, 39, 176, 0.1);
  color: #46566f;
}
.agronova-site-header .search-style-2 button.btn svg,
.agronova-site-header .search-style-2 button.btn i {
  color: #46566f;
  stroke: #46566f;
}
.agronova-site-header .search-style-2 button.btn:hover {
  background: #eef2e7;
  color: var(--agronova-primary);
}
.agronova-site-header .search-style-2 button.btn:hover svg,
.agronova-site-header .search-style-2 button.btn:hover i {
  color: var(--agronova-primary);
  stroke: var(--agronova-primary);
}
.popular-categories .agro-featured-categories-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
}
.popular-categories .agro-featured-categories-grid .card-2 {
  min-height: 178px;
  padding: 20px 14px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid rgba(24, 39, 176, 0.08);
  box-shadow: 0 14px 30px rgba(24, 39, 176, 0.05);
}
.popular-categories .agro-featured-categories-grid .card-2 figure {
  width: 76px;
  height: 76px;
  min-height: 76px;
  margin: 0 auto 12px;
  border-radius: 16px;
  background: #fff;
  overflow: visible;
}
.popular-categories .agro-featured-categories-grid .card-2 figure a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popular-categories .agro-featured-categories-grid .card-2 img {
  display: block;
  width: 58px;
  height: 58px;
  max-width: 58px;
  max-height: 58px;
  object-fit: contain;
  opacity: 1;
}
.popular-categories .agro-featured-categories-grid .heading-card {
  min-height: 42px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: normal;
}
.popular-categories .agro-featured-categories-grid .heading-card a {
  display: -webkit-box;
  color: var(--agronova-primary);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.28;
  overflow: hidden;
  text-overflow: clip;
  white-space: normal;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.popular-categories .agro-featured-categories-grid .card-2 span {
  margin-top: 8px;
  color: var(--agronova-muted);
  font-size: 12px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .popular-categories .agro-featured-categories-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 575px) {
  .popular-categories .agro-featured-categories-grid {
    gap: 12px !important;
  }
  .popular-categories .agro-featured-categories-grid .card-2 {
    min-height: 166px;
    padding: 16px 10px 14px;
  }
}
.agronova-site-header .container,
.agro-hero-v2-inner,
.agro-section,
.popular-categories > .container {
  width: min(100% - 40px, 1320px);
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
.agronova-site-header .header-middle .header-wrap,
.agronova-site-header .header-bottom .header-wrap {
  width: 100%;
}
.agronova-site-header .header-nav {
  justify-content: space-between;
}
.agronova-site-header .main-menu {
  margin-left: auto;
}
.page-header.breadcrumb-wrap {
  padding: 18px 0 16px !important;
  margin: 0 0 30px !important;
  border-bottom: 1px solid rgba(24, 39, 176, 0.08);
  background: #fff;
}
.page-header.breadcrumb-wrap .container {
  width: 100% !important;
  max-width: var(--agronova-container) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: var(--bs-gutter-x, 12px) !important;
  padding-right: var(--bs-gutter-x, 12px) !important;
}
.page-header.breadcrumb-wrap .breadcrumb {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 24px;
  align-items: center;
  justify-content: flex-start !important;
  text-align: left !important;
}
.page-header.breadcrumb-wrap + .container {
  padding-top: 0 !important;
}
.ps-block__header {
  margin-bottom: 8px;
}
.ps-block__header h1 {
  margin-bottom: 10px;
  line-height: 1.2;
}
@media (max-width: 575px) {
  .agronova-site-header .container,
  .agro-hero-v2-inner,
  .agro-section,
  .popular-categories > .container,
  .page-header.breadcrumb-wrap .container {
    width: min(100% - 28px, 1320px);
  }
}
.agronova-site-header .header-top .header-info > ul {
  gap: 18px !important;
}
.agronova-site-header .header-top .header-info > ul > li {
  position: relative;
  padding: 0;
  border: 0;
}
.agronova-site-header .header-top .header-info > ul > li + li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -9px;
  width: 1px;
  height: 14px;
  background: rgba(24, 39, 176, 0.14);
  transform: translateY(-50%);
}
.agronova-site-header .header-top .header-info > ul > li a,
.agronova-site-header .header-top .header-info > ul > li a span {
  border: 0;
  box-shadow: none;
}
body > #admin_bar,
body > #admin-bar,
body > .admin-bar,
body > .cms-admin-bar,
body > .botble-admin-bar,
body > .bb-admin-bar,
body > .frontend-toolbar,
body > .page-admin-bar,
body > div[id*="admin-bar"],
body > div[class*="admin-bar"],
body > div[class*="frontend-toolbar"] {
  background: #2f2f2f !important;
  color: #f8fafc !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
}
body > #admin_bar a,
body > #admin-bar a,
body > .admin-bar a,
body > .cms-admin-bar a,
body > .botble-admin-bar a,
body > .bb-admin-bar a,
body > .frontend-toolbar a,
body > .page-admin-bar a,
body > div[id*="admin-bar"] a,
body > div[class*="admin-bar"] a,
body > div[class*="frontend-toolbar"] a {
  color: #f8fafc !important;
  text-decoration: none !important;
}
body > #admin_bar a:hover,
body > #admin-bar a:hover,
body > .admin-bar a:hover,
body > .cms-admin-bar a:hover,
body > .botble-admin-bar a:hover,
body > .bb-admin-bar a:hover,
body > .frontend-toolbar a:hover,
body > .page-admin-bar a:hover,
body > div[id*="admin-bar"] a:hover,
body > div[class*="admin-bar"] a:hover,
body > div[class*="frontend-toolbar"] a:hover {
  color: #ffffff !important;
}
body > #admin_bar .dropdown-menu,
body > #admin-bar .dropdown-menu,
body > .admin-bar .dropdown-menu,
body > .cms-admin-bar .dropdown-menu,
body > .botble-admin-bar .dropdown-menu,
body > .bb-admin-bar .dropdown-menu,
body > .frontend-toolbar .dropdown-menu,
body > .page-admin-bar .dropdown-menu {
  background: #ffffff !important;
}
body > #admin_bar .dropdown-menu a,
body > #admin-bar .dropdown-menu a,
body > .admin-bar .dropdown-menu a,
body > .cms-admin-bar .dropdown-menu a,
body > .botble-admin-bar .dropdown-menu a,
body > .bb-admin-bar .dropdown-menu a,
body > .frontend-toolbar .dropdown-menu a,
body > .page-admin-bar .dropdown-menu a {
  color: #1f2937 !important;
}
#admin_bar .dropdown-menu,
#admin-bar .dropdown-menu,
.admin-bar .dropdown-menu,
.cms-admin-bar .dropdown-menu,
.botble-admin-bar .dropdown-menu,
.bb-admin-bar .dropdown-menu,
.frontend-toolbar .dropdown-menu,
.page-admin-bar .dropdown-menu {
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.16) !important;
}
#admin_bar .dropdown-menu,
#admin_bar .dropdown-menu *,
#admin-bar .dropdown-menu,
#admin-bar .dropdown-menu *,
.admin-bar .dropdown-menu,
.admin-bar .dropdown-menu *,
.cms-admin-bar .dropdown-menu,
.cms-admin-bar .dropdown-menu *,
.botble-admin-bar .dropdown-menu,
.botble-admin-bar .dropdown-menu *,
.bb-admin-bar .dropdown-menu,
.bb-admin-bar .dropdown-menu *,
.frontend-toolbar .dropdown-menu,
.frontend-toolbar .dropdown-menu *,
.page-admin-bar .dropdown-menu,
.page-admin-bar .dropdown-menu * {
  color: #1f2937 !important;
}
#admin_bar .dropdown-menu a:hover,
#admin_bar .dropdown-menu .dropdown-item:hover,
#admin_bar .dropdown-menu a:focus,
#admin_bar .dropdown-menu .dropdown-item:focus,
#admin-bar .dropdown-menu a:hover,
#admin-bar .dropdown-menu .dropdown-item:hover,
#admin-bar .dropdown-menu a:focus,
#admin-bar .dropdown-menu .dropdown-item:focus,
.admin-bar .dropdown-menu a:hover,
.admin-bar .dropdown-menu .dropdown-item:hover,
.admin-bar .dropdown-menu a:focus,
.admin-bar .dropdown-menu .dropdown-item:focus,
.cms-admin-bar .dropdown-menu a:hover,
.cms-admin-bar .dropdown-menu .dropdown-item:hover,
.cms-admin-bar .dropdown-menu a:focus,
.cms-admin-bar .dropdown-menu .dropdown-item:focus,
.botble-admin-bar .dropdown-menu a:hover,
.botble-admin-bar .dropdown-menu .dropdown-item:hover,
.botble-admin-bar .dropdown-menu a:focus,
.botble-admin-bar .dropdown-menu .dropdown-item:focus,
.frontend-toolbar .dropdown-menu a:hover,
.frontend-toolbar .dropdown-menu .dropdown-item:hover,
.frontend-toolbar .dropdown-menu a:focus,
.frontend-toolbar .dropdown-menu .dropdown-item:focus {
  background: #f3f4f6 !important;
  color: #111827 !important;
}
.agronova-site-header .header-action-2 .header-action-icon-2 > a span.pro-count,
.agronova-site-header .header-action-icon-2 .pro-count {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 18px !important;
  height: 18px !important;
  padding: 0 5px !important;
  line-height: 1 !important;
  text-align: center !important;
  vertical-align: middle !important;
}
.agronova-site-header .search-style-2 .form-group--icon {
  display: flex !important;
  align-items: center !important;
  position: relative !important;
  overflow: visible !important;
  margin-right: 18px !important;
}
.agronova-site-header .search-style-2 .form-group--icon::before,
.agronova-site-header .search-style-2 .form-group--icon i,
.agronova-site-header .search-style-2 .form-group--icon svg {
  display: none;
}
.agronova-site-header .search-style-2 .product-category-select {
  color: transparent;
  text-shadow: none;
}
.agronova-site-header .search-style-2 .product-category-select,
.agronova-site-header .search-style-2 .product-category-select:focus,
.agronova-site-header .search-style-2 .product-category-select:hover {
  border-right: 0;
  box-shadow: none;
}
.agronova-site-header .search-style-2 .product-cat-label {
  padding-right: 56px;
}
.agronova-site-header .search-style-2 .form-group--icon::before,
.agronova-site-header .search-style-2 .form-group--icon .product-cat-label::before,
.agronova-site-header .search-style-2 .form-group--icon .product-cat-label:before {
  content: none;
  display: none;
}
.agronova-site-header .search-style-2 .form-group--icon::after {
  content: "";
  position: absolute;
  top: 12px;
  right: -9px;
  bottom: 12px;
  width: 1px;
  background: rgba(24, 39, 176, 0.14);
  pointer-events: none;
}
.agronova-site-header .search-style-2 .product-cat-label {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  height: 100%;
  padding-right: 52px;
  padding-left: 2px;
  overflow: hidden;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 400;
}
.agronova-site-header .search-style-2 .product-cat-label::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 9px;
  height: 9px;
  border-right: 2px solid #64708b;
  border-bottom: 2px solid #64708b;
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}
.agronova-site-header .search-style-2 .product-category-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: none;
  border: 0;
}
.agronova-site-header .search-style-2 .product-category-select {
  opacity: 1 !important;
  color: transparent !important;
  font-size: 13px !important;
  font-weight: 400 !important;
}
.agronova-site-header .search-style-2 .product-category-select option {
  background: #ffffff;
  color: #16213e;
  font-size: 13px;
  font-weight: 400;
}
.agronova-site-header .search-style-2 .product-category-select option:checked {
  background: #f7f9f1;
  color: #1827b0;
}
.agronova-site-header .search-style-2 .product-category-select option:hover {
  background: #eef2e7;
  color: #1827b0;
}
.agronova-site-header .search-style-2 .input-search-product {
  border-left: 0;
  padding-left: 14px !important;
}
.header-style-1 .search-style-2 form input,
.agronova-site-header .search-style-2 form input {
  margin-left: 0 !important;
}
.agronova-site-header .input-search-product {
  padding: 0 18px 0 0;
}
.agro-hero-v2 .agro-hero-ad-slot {
  min-height: 520px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
  isolation: isolate;
}
.agro-hero-v2 .agro-hero-ad-slot::before {
  content: "";
  position: absolute;
  inset: 32px 0 20px 58px;
  border-radius: 42px 118px 42px 118px;
  background:
    linear-gradient(135deg, rgba(176, 203, 31, 0.3), rgba(24, 39, 176, 0.08)),
    repeating-linear-gradient(105deg, rgba(24, 39, 176, 0.08) 0 1px, transparent 1px 26px);
  transform: rotate(3deg);
  z-index: -1;
}
.agro-hero-ad-card {
  position: relative;
  width: min(100%, 590px);
  aspect-ratio: 1.06/1;
  overflow: hidden;
  border: 12px solid #ffffff;
  border-radius: 38px 112px 38px 112px;
  background: #f7faf0;
}
.agro-hero-ad-media,
.agro-hero-ad-media img {
  display: block;
  width: 100%;
  height: 100%;
}
.agro-hero-ad-media img {
  object-fit: cover;
  object-position: center;
}
.agro-hero-ad-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(10, 18, 38, 0.72) 0%,
      rgba(10, 18, 38, 0.42) 42%,
      rgba(10, 18, 38, 0.04) 74%
    ),
    linear-gradient(0deg, rgba(10, 18, 38, 0.28), transparent 46%);
  pointer-events: none;
}
.agro-hero-ad-content {
  position: absolute;
  z-index: 2;
  left: 34px;
  right: 34px;
  bottom: 56px;
  max-width: 380px;
  color: #ffffff;
}
.agro-hero-ad-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(176, 203, 31, 0.92);
  color: #16213e;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.agro-hero-ad-content h2 {
  margin: 14px 0 10px;
  color: #ffffff;
  font-size: clamp(26px, 2.3vw, 38px);
  line-height: 1.08;
  font-weight: 800;
}
.agro-hero-ad-content p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.55;
}
.agro-hero-ad-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 12px;
  background: #ffffff;
  color: var(--agronova-primary);
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
}
.agro-hero-ad-button:hover {
  background: var(--agronova-secondary);
  color: #16213e;
}
@media (max-width: 991px) {
  .agro-hero-v2 .agro-hero-ad-slot {
    min-height: 440px;
  }
  .agro-hero-ad-card {
    width: min(100%, 680px);
    aspect-ratio: 1.35/1;
  }
}
@media (max-width: 575px) {
  .agro-hero-v2 .agro-hero-ad-slot {
    min-height: 330px;
  }
  .agro-hero-v2 .agro-hero-ad-slot::before {
    inset: 22px 0 10px 24px;
    border-radius: 28px 72px 28px 72px;
  }
  .agro-hero-ad-card {
    aspect-ratio: 1.04/1;
    border-width: 8px;
    border-radius: 26px 70px 26px 70px;
  }
  .agro-hero-ad-content {
    left: 20px;
    right: 20px;
    bottom: 34px;
    max-width: 300px;
  }
  .agro-hero-ad-content h2 {
    font-size: 24px;
  }
  .agro-hero-ad-content p {
    font-size: 13px;
    line-height: 1.45;
  }
}
@media (min-width: 1200px) {
  .agronova-site-header .header-middle {
    padding-top: 0;
    padding-bottom: 0;
  }
  .agronova-site-header .header-middle .header-wrap {
    position: relative;
    min-height: 86px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    column-gap: 28px;
  }
  .agronova-site-header .header-middle .logo.logo-width-1 {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    align-self: center;
    position: static;
    z-index: 2;
    width: auto;
    min-width: 0;
    margin: 0;
    transform: none;
  }
  .agronova-site-header .header-middle .logo a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .agronova-site-header .header-middle .logo img {
    max-height: 85px;
    max-width: 170px;
    width: auto;
  }
  .agronova-site-header .header-middle .header-right {
    display: contents;
    min-height: 0;
    width: auto;
  }
  .agronova-site-header .header-middle .search-style-2 {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    align-self: center;
    width: clamp(440px, 31vw, 520px);
    max-width: 520px;
  }
  .agronova-site-header .header-middle .header-action-right {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: clamp(440px, 31vw, 520px);
    max-width: 520px;
    gap: 0;
    min-width: 0;
  }
  .agronova-site-header .header-middle .header-action-2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }
  .agronova-site-header .header-middle .header-action-2 .header-action-icon-2 {
    flex: 0 0 auto;
    min-width: 112px;
    justify-content: flex-start;
  }
  .agronova-site-header .header-middle .header-action-2 .header-action-icon-2:last-child {
    justify-content: flex-end;
    min-width: 96px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .agronova-site-header .header-middle .header-wrap {
    column-gap: 20px;
  }
  .agronova-site-header .header-middle .search-style-2,
  .agronova-site-header .header-middle .header-action-right {
    width: clamp(360px, 30vw, 440px);
    max-width: 440px;
  }
  .agronova-site-header .header-middle .header-action-2 .header-action-icon-2 {
    min-width: 92px;
  }
  .agronova-site-header .header-middle .logo img {
    max-height: 76px;
    max-width: 150px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .agronova-site-header .header-bottom[data-sticky-source-navbar] .header-nav,
  .agro-sticky-navbar-clone .header-nav {
    gap: 0 !important;
  }
  .agronova-site-header .header-bottom[data-sticky-source-navbar] .main-menu > nav > ul,
  .agro-sticky-navbar-clone .main-menu > nav > ul {
    gap: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .agronova-site-header .header-middle .header-wrap {
    grid-template-columns: 126px minmax(0, 1fr);
    gap: 22px;
  }
  .agronova-site-header .header-middle .logo img {
    max-height: 64px;
    max-width: 126px;
  }
  .agronova-site-header .header-middle .header-right {
    grid-template-columns: minmax(260px, 460px) auto;
    gap: 16px;
  }
}
@media (max-width: 991px) {
  .agronova-site-header .header-bottom .logo img {
    max-height: 54px;
    max-width: 118px;
  }
  .agronova-site-header .header-bottom .header-wrap {
    min-height: 74px;
  }
}
@media (max-width: 768px) {
  .mobile-promotion {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    background: var(--agronova-primary);
    color: #ffffff;
  }
  .agronova-site-header .header-bottom {
    background: #ffffff;
    border-bottom: 1px solid #e5e9f2;
  }
  .agronova-site-header .header-bottom .container {
    width: 100%;
    max-width: none;
    padding-right: 20px;
    padding-left: 20px;
  }
  .agronova-site-header .header-bottom .header-wrap {
    position: relative;
    min-height: 68px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 0;
    width: 100%;
    padding: 12px 0 10px;
    box-sizing: border-box;
  }
  .agronova-site-header .header-bottom .logo.logo-width-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin: 0;
    width: auto;
    min-width: 0;
    transform: translate(-50%, -50%);
    pointer-events: auto;
  }
  .agronova-site-header .header-bottom .logo a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .agronova-site-header .header-bottom .logo img {
    max-height: 75px;
    max-width: 72px;
    width: auto;
  }
  .agronova-site-header
    .header-bottom
    > .container
    > .header-wrap
    > .header-action-icon-2.d-block.d-lg-none {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    align-self: center;
    display: flex;
    align-items: center;
    z-index: 2;
  }
  .agronova-site-header .burger-icon {
    position: relative;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dbe2ff;
    border-radius: 12px;
    background: #f8fafc;
    box-shadow: none;
  }
  .agronova-site-header .burger-icon span {
    left: 50%;
    width: 22px;
    height: 2px;
    margin-left: -11px;
    background: #16213e;
    border-radius: 999px;
  }
  .agronova-site-header .burger-icon span.burger-icon-top {
    top: 13px;
  }
  .agronova-site-header .burger-icon span.burger-icon-mid {
    top: 21px;
  }
  .agronova-site-header .burger-icon span.burger-icon-bottom {
    top: 29px;
  }
  .agronova-site-header .header-bottom .header-action-right.d-block.d-lg-none {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    align-self: center;
    display: flex;
    align-items: center;
    z-index: 2;
  }
  .agronova-site-header .header-bottom .header-action-2 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
  }
  .agronova-site-header
    .header-bottom
    .header-action-2
    .header-action-icon-2:not(:has(.mini-cart-icon)) {
    display: none;
  }
  .agronova-site-header .header-bottom .header-action-icon-2 > a:first-child {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d7dde8;
    border-radius: 12px;
    background: #f8fafc;
    box-shadow: none;
  }
  .agronova-site-header .header-bottom .header-action-icon-2 > a:first-child img {
    width: 22px;
    max-width: 22px;
  }
  .agronova-site-header .header-bottom .header-action-icon-2 .pro-count {
    top: -6px;
    right: -6px;
  }
  .agro-mobile-search {
    display: block;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    box-sizing: border-box;
  }
  .agro-mobile-search form {
    position: relative;
    height: 50px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 54px;
    align-items: stretch;
    width: 100%;
    margin: 0;
    overflow: hidden;
    border: 1px solid #d7dde8;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    background: #f8fafc;
    box-shadow: none;
    box-sizing: border-box;
  }
  .agro-mobile-search input {
    min-width: 0;
    width: 100%;
    height: 50px;
    padding: 0 16px;
    border: 0;
    outline: 0;
    font-size: 15px;
    color: #334155;
    background: transparent;
  }
  .agro-mobile-search input::placeholder {
    color: #94a3b8;
    opacity: 1;
  }
  .agro-mobile-search button {
    width: 54px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-left: 1px solid #d7dde8;
    border-radius: 0;
    background: #eef2f7;
    color: #475569;
  }
  .agro-mobile-search button svg,
  .agro-mobile-search button i {
    width: 22px;
    height: 22px;
    color: #475569;
    stroke: #475569;
  }
}
@media (max-width: 380px) {
  .mobile-promotion {
    min-height: 38px;
    padding: 7px 14px;
    font-size: 14px;
  }
  .agronova-site-header .header-bottom .container {
    padding-right: 14px;
    padding-left: 14px;
  }
  .agronova-site-header .header-bottom .logo img {
    max-height: 75px;
    max-width: 68px;
  }
  .agronova-site-header .burger-icon,
  .agronova-site-header .header-bottom .header-action-icon-2 > a:first-child {
    width: 42px;
    height: 42px;
  }
}
@media (min-width: 1200px) {
  .agronova-site-header .header-middle .header-action-right,
  .agronova-site-header .header-action-2 {
    gap: 18px;
  }
  .agronova-site-header .header-action-2 .header-action-icon-2,
  .agronova-site-header .header-action-icon-2 {
    gap: 8px;
  }
  .agronova-site-header .header-action-2 .header-action-icon-2 > a:first-child,
  .agronova-site-header .header-action-icon-2 > a:first-child {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    border-color: #dbe2ff;
    background: #fbfcff;
  }
  .agronova-site-header .header-action-2 .header-action-icon-2 img,
  .agronova-site-header .header-action-icon-2 img {
    width: 18px;
    max-width: 18px;
    opacity: 0.86;
  }
  .agronova-site-header .header-action-2 .lable,
  .agronova-site-header .header-action-icon-2 .lable {
    color: #25324d;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
  }
  .agronova-site-header .header-action-2 .header-action-icon-2 > a span.pro-count,
  .agronova-site-header .header-action-icon-2 .pro-count {
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-width: 1px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    top: -6px;
    right: -6px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .agronova-site-header .header-action-2 .header-action-icon-2 > a:first-child,
  .agronova-site-header .header-action-icon-2 > a:first-child {
    width: 34px;
    height: 34px;
  }
  .agronova-site-header .header-action-2 .header-action-icon-2 img,
  .agronova-site-header .header-action-icon-2 img {
    width: 18px;
    max-width: 18px;
  }
}
@media (min-width: 1200px) {
  .agronova-site-header .header-middle .header-action-2 {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(0, 1fr);
    align-items: center;
    justify-content: stretch;
    gap: 10px;
    width: 100%;
  }
  .agronova-site-header .header-middle .header-action-2 .header-action-icon-2 {
    min-width: 0;
    width: 100%;
    justify-content: stretch;
    gap: 0;
  }
  .agronova-site-header .header-middle .header-action-icon-2 > a.agro-action-card:first-child,
  .agronova-site-header .header-middle .agro-action-card,
  .agronova-site-header .header-middle .agro-auth-btn {
    width: 100%;
    min-width: 0;
    height: 48px;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 14px;
    border: 1px solid #dbe2ff;
    border-radius: 14px;
    background: #fbfcff;
    color: #16213e;
    box-shadow: 0 10px 22px rgba(24, 39, 176, 0.045);
    text-decoration: none;
    transition:
      transform 0.18s ease,
      border-color 0.18s ease,
      background 0.18s ease,
      box-shadow 0.18s ease;
    white-space: nowrap;
  }
  .agronova-site-header .header-middle .agro-action-card:hover,
  .agronova-site-header .header-middle .agro-auth-btn:hover {
    transform: translateY(-1px);
    border-color: rgba(24, 39, 176, 0.28);
    background: #ffffff;
    box-shadow: 0 14px 28px rgba(24, 39, 176, 0.08);
  }
  .agronova-site-header .header-middle .agro-header-action-card .agro-action-card {
    justify-content: center;
    padding-left: 13px;
    padding-right: 12px;
    gap: 9px;
  }
  .agronova-site-header .header-middle .agro-header-action-card .mini-cart-icon.agro-action-card {
    padding-right: 12px;
  }
  .agronova-site-header .header-middle .agro-action-icon {
    position: relative;
    width: 34px;
    height: 34px;
    min-width: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e9f2;
    border-radius: 10px;
    background: #f7faf0;
  }
  .agronova-site-header .header-middle .agro-action-icon img {
    width: 17px;
    max-width: 17px;
    opacity: 0.9;
  }
  .agronova-site-header .header-middle .agro-action-avatar {
    overflow: hidden;
    border-radius: 999px;
    background: #ffffff;
  }
  .agronova-site-header .header-middle .agro-action-avatar img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
  }
  .agronova-site-header .header-middle .agro-action-card .lable,
  .agronova-site-header .header-middle .agro-auth-btn {
    color: #16213e;
    font-size: 12.5px;
    font-weight: 560;
    line-height: 1.15;
    margin: 0;
    white-space: nowrap;
  }
  .agronova-site-header .header-middle .agro-action-chevron {
    margin-left: -3px;
    color: #64708b;
    font-size: 16px;
    line-height: 1;
  }
  .agronova-site-header .header-middle .agro-auth-btn-primary {
    border-color: rgba(24, 39, 176, 0.88);
    background: var(--agronova-primary);
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(24, 39, 176, 0.16);
  }
  .agronova-site-header .header-middle .agro-auth-btn-primary:hover {
    background: #121f8c;
    color: #ffffff;
  }
  .agronova-site-header .header-middle .agro-auth-btn-secondary {
    background: rgba(176, 203, 31, 0.16);
    border-color: rgba(176, 203, 31, 0.38);
    color: #16213e;
  }
  .agronova-site-header .header-middle .agro-action-card .pro-count {
    top: -7px;
    right: -6px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
    background: var(--agronova-primary);
    color: var(--agronova-primary);
    font-size: 10px;
    font-weight: 800;
  }
  .agronova-site-header .header-middle .cart-dropdown-wrap {
    right: 0 !important;
    left: auto !important;
    width: min(420px, calc(100vw - 32px)) !important;
    padding: 24px !important;
    border: 1px solid #e5e9f2 !important;
    border-radius: 18px !important;
    box-shadow: 0 22px 55px rgba(23, 32, 51, 0.14) !important;
  }
  .agronova-site-header .header-middle .cart-dropdown-wrap ul {
    max-height: 320px;
    overflow-y: auto;
    padding-right: 4px;
  }
  .agronova-site-header .header-middle .cart-dropdown-wrap ul li {
    display: grid !important;
    grid-template-columns: 58px minmax(0, 1fr) 24px;
    gap: 14px;
    align-items: start;
    padding: 0 0 18px !important;
    margin-bottom: 18px !important;
  }
  .agronova-site-header .header-middle .cart-dropdown-wrap .shopping-cart-img img {
    width: 58px !important;
    height: 58px !important;
    object-fit: cover;
    border-radius: 12px;
    background: #f7faf0;
  }
  .agronova-site-header .header-middle .cart-dropdown-wrap .shopping-cart-title h4 {
    margin: 0 0 8px !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
  }
  .agronova-site-header .header-middle .cart-dropdown-wrap .shopping-cart-title h4 a {
    color: var(--agronova-primary) !important;
  }
  .agronova-site-header .header-middle .cart-dropdown-wrap .shopping-cart-title h3 {
    margin: 0 !important;
    color: #64708b !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
  }
  .agronova-site-header .header-middle .cart-dropdown-wrap .shopping-cart-delete a {
    color: var(--agronova-primary) !important;
    font-size: 18px !important;
  }
  .agronova-site-header .header-middle .shopping-cart-footer {
    padding-top: 18px;
    border-top: 1px solid #e5e9f2;
  }
  .agronova-site-header .header-middle .shopping-cart-total h4,
  .agronova-site-header .header-middle .shopping-cart-total h5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 8px;
    color: #64708b;
    font-size: 14px;
    line-height: 1.3;
  }
  .agronova-site-header .header-middle .shopping-cart-total h4 {
    color: #16213e;
    font-size: 17px;
  }
  .agronova-site-header .header-middle .shopping-cart-total span {
    color: #14864f;
    font-weight: 800;
  }
  .agronova-site-header .header-middle .shopping-cart-button {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
  }
  .agronova-site-header .header-middle .shopping-cart-button a {
    width: 100%;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border: 1px solid var(--agronova-primary);
    border-radius: 12px;
    background: var(--agronova-primary);
    color: #ffffff;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.2;
    text-align: center;
  }
  .agronova-site-header .header-middle .shopping-cart-button a + a {
    border-color: rgba(176, 203, 31, 0.42);
    background: rgba(176, 203, 31, 0.16);
    color: #16213e;
  }
}
.agronova-site-header .main-menu > nav > ul > li:last-child > a {
  border: 0;
  background: transparent;
}
.agronova-site-header .main-menu > nav > ul > li:last-child > a:hover {
  border-color: transparent;
  background: rgba(176, 203, 31, 0.16);
  color: var(--agronova-primary);
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .agronova-site-header .header-middle .agro-action-card .lable,
  .agronova-site-header .header-middle .agro-auth-btn {
    font-size: 11.5px;
  }
  .agronova-site-header .header-middle .header-action-icon-2 > a.agro-action-card:first-child,
  .agronova-site-header .header-middle .agro-action-card,
  .agronova-site-header .header-middle .agro-auth-btn {
    padding-inline: 8px;
    gap: 7px;
  }
  .agronova-site-header .header-middle .agro-header-action-card .agro-action-card {
    padding-left: 10px;
    padding-right: 8px;
  }
}
@media (max-width: 575px) {
  .agronova-site-header .cart-dropdown-wrap {
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
    right: 12px !important;
    left: auto !important;
    padding: 18px !important;
  }
  .agronova-site-header .shopping-cart-button {
    grid-template-columns: 1fr;
  }
}
.agronova-site-header .cart-dropdown-wrap {
  border: 1px solid #e5e9f2 !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  box-shadow: 0 22px 55px rgba(22, 33, 62, 0.14) !important;
}
.agronova-site-header .cart-dropdown-wrap .shopping-cart-title h4 a {
  color: var(--agronova-primary) !important;
}
.agronova-site-header .cart-dropdown-wrap .shopping-cart-title h3,
.agronova-site-header .cart-dropdown-wrap .shopping-cart-title h3 span {
  color: #64708b !important;
}
.agronova-site-header .shopping-cart-footer .shopping-cart-total h4,
.agronova-site-header .shopping-cart-footer .shopping-cart-total h4 span {
  color: #64708b;
}
.agronova-site-header .shopping-cart-footer .shopping-cart-total h4:last-child span {
  color: #128a50;
}
.agronova-site-header .shopping-cart-button {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.agronova-site-header .shopping-cart-button a {
  width: 100%;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 1px solid var(--agronova-primary);
  border-radius: 10px;
  background: var(--agronova-primary);
  color: #ffffff;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.2;
  text-align: center;
}
.agronova-site-header .shopping-cart-button a:hover {
  background: #121f8c;
  color: #ffffff;
}
.agronova-site-header .shopping-cart-button a + a {
  border-color: rgba(176, 203, 31, 0.42);
  background: rgba(176, 203, 31, 0.16);
  color: #16213e;
}
.agronova-site-header .shopping-cart-button a + a:hover {
  background: rgba(176, 203, 31, 0.24);
  color: #16213e;
}
@media (max-width: 575px) {
  .agronova-site-header .cart-dropdown-wrap ul li {
    gap: 12px !important;
  }
}
.section--shopping-cart .cart-action .btn,
.section--shopping-cart .cart-totals > a.btn,
.section--shopping-cart .empty-state .btn,
.section--shopping-cart .btn-apply-coupon-code {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px;
  border-color: var(--agronova-primary) !important;
  background: var(--agronova-primary) !important;
  color: #ffffff !important;
  font-weight: 650 !important;
  text-decoration: none !important;
}
.section--shopping-cart .cart-action .btn i,
.section--shopping-cart .cart-totals > a.btn i,
.section--shopping-cart .empty-state .btn i,
.section--shopping-cart .btn-apply-coupon-code i {
  color: #ffffff !important;
}
.section--shopping-cart .cart-action .btn:hover,
.section--shopping-cart .cart-totals > a.btn:hover,
.section--shopping-cart .empty-state .btn:hover,
.section--shopping-cart .btn-apply-coupon-code:hover {
  border-color: #121f8c !important;
  background: #121f8c !important;
  color: #ffffff !important;
}
@media (max-width: 575px) {
  .section--shopping-cart .cart-action {
    flex-direction: column;
    gap: 12px;
  }
  .section--shopping-cart .cart-action .btn,
  .section--shopping-cart .cart-totals > a.btn {
    width: 100%;
    min-height: 48px;
  }
}
@media (min-width: 1200px) {
  .agronova-site-header .container,
  .agro-hero-v2-inner,
  .agro-section,
  .popular-categories > .container,
  .page-header.breadcrumb-wrap .container,
  .agro-contact-page,
  .google-map-iframe {
    width: min(100% - 40px, var(--agronova-container));
    max-width: var(--agronova-container);
    margin-left: auto;
    margin-right: auto;
  }
  .agronova-site-header .container,
  .agro-hero-v2-inner,
  .popular-categories > .container {
    padding-left: 0;
    padding-right: 0;
  }
  .page-header.breadcrumb-wrap .container {
    padding-left: var(--bs-gutter-x, 12px);
    padding-right: var(--bs-gutter-x, 12px);
  }
}
.agronova-site-header .cart-dropdown-wrap .shopping-cart-button,
.agronova-site-header .cart-dropdown-panel .shopping-cart-button {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  align-items: stretch !important;
}
.agronova-site-header .cart-dropdown-wrap .shopping-cart-button a,
.agronova-site-header .cart-dropdown-panel .shopping-cart-button a {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 46px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 16px !important;
  border: 1px solid var(--agronova-primary) !important;
  border-radius: 10px !important;
  background: var(--agronova-primary) !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  text-decoration: none !important;
  box-shadow: none !important;
}
.agronova-site-header .cart-dropdown-wrap .shopping-cart-button a:hover,
.agronova-site-header .cart-dropdown-panel .shopping-cart-button a:hover {
  border-color: #121f8c !important;
  background: #121f8c !important;
  color: #ffffff !important;
}
.agronova-site-header .cart-dropdown-wrap .shopping-cart-button a:first-child,
.agronova-site-header .cart-dropdown-panel .shopping-cart-button a:first-child {
  border-color: rgba(24, 39, 176, 0.18) !important;
  background: #f7f9f1 !important;
  color: var(--agronova-primary) !important;
}
.agronova-site-header .cart-dropdown-wrap .shopping-cart-button a:first-child:hover,
.agronova-site-header .cart-dropdown-panel .shopping-cart-button a:first-child:hover {
  border-color: rgba(24, 39, 176, 0.32) !important;
  background: #eef2e7 !important;
  color: var(--agronova-primary) !important;
}
@media (max-width: 575px) {
  .agronova-site-header .cart-dropdown-wrap .shopping-cart-button,
  .agronova-site-header .cart-dropdown-panel .shopping-cart-button {
    grid-template-columns: 1fr !important;
  }
  .agronova-site-header .cart-dropdown-wrap .shopping-cart-button a,
  .agronova-site-header .cart-dropdown-panel .shopping-cart-button a {
    min-height: 48px !important;
    font-size: 14px !important;
  }
}
footer.main .agronova-footer-copyright {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: #64708b;
  font-size: 13px;
  line-height: 1.4;
}
footer.main .agronova-footer-copyright__year {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(24, 39, 176, 0.14);
  border-radius: 999px;
  background: rgba(24, 39, 176, 0.04);
  color: var(--agronova-primary);
  font-weight: 700;
}
footer.main .agronova-footer-crafted-wrap {
  display: flex;
  justify-content: flex-end;
}
footer.main .footer-crafted-link {
  position: relative;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid rgba(24, 39, 176, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(176, 203, 31, 0.12));
  color: var(--agronova-primary);
  font-size: 11px;
  font-weight: 750;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none !important;
  box-shadow: 0 12px 28px rgba(24, 39, 176, 0.07);
  transition:
    border-color 160ms ease,
    background-color 160ms ease,
    color 160ms ease,
    transform 160ms ease,
    box-shadow 160ms ease;
}
footer.main .footer-crafted-link::after {
  content: attr(data-tooltip);
  position: absolute;
  right: 0;
  bottom: calc(100% + 10px);
  width: max-content;
  max-width: 240px;
  padding: 9px 11px;
  border: 1px solid rgba(24, 39, 176, 0.18);
  border-radius: 10px;
  background: #ffffff;
  color: #16213e;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
  box-shadow: 0 16px 32px rgba(22, 33, 62, 0.12);
  opacity: 0;
  pointer-events: none;
  transform: translateY(4px);
  transition:
    opacity 160ms ease,
    transform 160ms ease;
  z-index: 5;
}
footer.main .footer-crafted-link:hover,
footer.main .footer-crafted-link:focus-visible {
  border-color: rgba(24, 39, 176, 0.28);
  background: linear-gradient(135deg, #ffffff, rgba(176, 203, 31, 0.2));
  color: var(--agronova-primary);
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(24, 39, 176, 0.11);
}
footer.main .footer-crafted-link:hover::after,
footer.main .footer-crafted-link:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}
footer.main .footer-crafted-link__label {
  opacity: 0.72;
}
footer.main .footer-crafted-link__divider {
  width: 1px;
  height: 18px;
  background: rgba(24, 39, 176, 0.18);
}
footer.main .footer-crafted-link__logo {
  display: block;
  width: auto;
  height: 20px;
  max-width: 118px;
  object-fit: contain;
}
footer.main .footer-crafted-link__external {
  width: 14px;
  height: 14px;
  opacity: 0.72;
}
@media (max-width: 991px) {
  footer.main .agronova-footer-crafted-wrap {
    justify-content: flex-start;
    margin-top: 18px;
  }
}
@media (max-width: 575px) {
  footer.main .footer-mid .row > .col,
  footer.main .footer-mid .row > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }
  footer.main .agronova-footer-copyright,
  footer.main .agronova-footer-crafted-wrap {
    justify-content: center;
    text-align: center;
  }
  footer.main .footer-crafted-link {
    max-width: 100%;
  }
  footer.main .footer-crafted-link::after {
    right: 50%;
    transform: translate(50%, 4px);
  }
  footer.main .footer-crafted-link:hover::after,
  footer.main .footer-crafted-link:focus-visible::after {
    transform: translate(50%, 0);
  }
}
@media (max-width: 991px) {
  .agronova-site-header .agro-mobile-search-action {
    display: flex;
  }
  .agronova-site-header .agro-mobile-search-toggle {
    width: 42px;
    height: 42px;
    min-width: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid #dbe2ff;
    border-radius: 12px;
    background: #f4f7ff;
    color: var(--agronova-primary);
    box-shadow: 0 10px 22px rgba(24, 39, 176, 0.07);
    transition:
      border-color 160ms ease,
      background-color 160ms ease,
      color 160ms ease,
      transform 160ms ease;
  }
  .agronova-site-header .agro-mobile-search-toggle svg,
  .agronova-site-header .agro-mobile-search-toggle i {
    width: 20px;
    height: 20px;
    color: currentColor;
    stroke: currentColor;
  }
  .agronova-site-header .agro-mobile-search-toggle:hover,
  .agronova-site-header .agro-mobile-search-toggle:focus-visible,
  .agronova-site-header .agro-mobile-search-toggle.is-active {
    border-color: rgba(24, 39, 176, 0.28);
    background: rgba(176, 203, 31, 0.16);
    color: var(--agronova-primary);
    transform: translateY(-1px);
  }
  .agronova-site-header .agro-mobile-search {
    display: block;
    max-height: 0;
    overflow: hidden;
    padding: 0 14px;
    border-bottom: 0;
    background: #ffffff;
    opacity: 0;
    transform: translateY(-6px);
    transition:
      max-height 220ms ease,
      padding 220ms ease,
      opacity 160ms ease,
      transform 220ms ease,
      border-color 220ms ease;
  }
  .agronova-site-header.is-mobile-search-open .agro-mobile-search {
    max-height: 82px;
    padding: 0 14px 12px;
    border-bottom: 1px solid rgba(24, 39, 176, 0.1);
    opacity: 1;
    transform: translateY(0);
  }
  .agronova-site-header .agro-mobile-search form {
    height: 50px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 54px;
    overflow: hidden;
    border: 1px solid #dbe2ff;
    border-radius: 14px;
    background: #f8fafc;
    box-shadow: none;
  }
  .agronova-site-header .agro-mobile-search input {
    height: 50px;
    padding: 0 16px;
    border: 0;
    background: transparent;
    color: #16213e;
    font-size: 15px;
  }
  .agronova-site-header .agro-mobile-search button {
    width: 54px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-left: 1px solid #e5e9f2;
    background: #eef2e7;
    color: #46566f;
  }
  .agronova-site-header .agro-mobile-search button svg,
  .agronova-site-header .agro-mobile-search button i {
    width: 21px;
    height: 21px;
    color: currentColor;
    stroke: currentColor;
  }
}
@media (max-width: 575px) {
  .agronova-site-header .header-bottom .header-action-2 {
    gap: 7px;
  }
  .agronova-site-header .agro-mobile-search-toggle,
  .agronova-site-header .header-bottom .header-action-2 .header-action-icon-2 > a:first-child {
    width: 42px;
    height: 42px;
    min-width: 42px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .agronova-site-header .agro-mobile-search,
  .agronova-site-header .agro-mobile-search-toggle {
    transition: none;
  }
}
@media (min-width: 1200px) {
  .agronova-site-header
    .header-middle
    .header-action-icon-2.agro-header-action-card:not(.agro-account-card) {
    width: auto;
    min-width: 0;
  }
  .agronova-site-header
    .header-middle
    .header-action-icon-2.agro-header-action-card:not(.agro-account-card)
    > a.agro-action-card {
    width: auto;
    min-width: 0;
    height: auto;
    min-height: 0;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #1f2a44;
    text-decoration: none;
    transform: none;
  }
  .agronova-site-header
    .header-middle
    .header-action-icon-2.agro-header-action-card:not(.agro-account-card)
    > a.agro-action-card:hover,
  .agronova-site-header
    .header-middle
    .header-action-icon-2.agro-header-action-card:not(.agro-account-card)
    > a.agro-action-card:focus-visible {
    border: 0;
    background: transparent;
    box-shadow: none;
    color: var(--agronova-primary);
    transform: none;
  }
  .agronova-site-header
    .header-middle
    .header-action-icon-2.agro-header-action-card:not(.agro-account-card)
    .agro-action-icon {
    position: relative;
    width: 28px;
    height: 28px;
    min-width: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: currentColor;
  }
  .agronova-site-header
    .header-middle
    .header-action-icon-2.agro-header-action-card:not(.agro-account-card)
    .agro-action-icon
    img,
  .agronova-site-header
    .header-middle
    .header-action-icon-2.agro-header-action-card:not(.agro-account-card)
    .agro-action-icon
    svg {
    width: 22px;
    height: 22px;
    max-width: 22px;
    color: currentColor;
    stroke: currentColor;
    fill: none;
    opacity: 1;
    filter: brightness(0) saturate(100%) invert(13%) sepia(25%) saturate(1161%) hue-rotate(184deg)
      brightness(94%) contrast(90%);
    transition:
      color 160ms ease,
      filter 160ms ease,
      transform 160ms ease;
  }
  .agronova-site-header
    .header-middle
    .header-action-icon-2.agro-header-action-card:not(.agro-account-card)
    > a.agro-action-card:hover
    .agro-action-icon
    img,
  .agronova-site-header
    .header-middle
    .header-action-icon-2.agro-header-action-card:not(.agro-account-card)
    > a.agro-action-card:hover
    .agro-action-icon
    svg,
  .agronova-site-header
    .header-middle
    .header-action-icon-2.agro-header-action-card:not(.agro-account-card)
    > a.agro-action-card:focus-visible
    .agro-action-icon
    img,
  .agronova-site-header
    .header-middle
    .header-action-icon-2.agro-header-action-card:not(.agro-account-card)
    > a.agro-action-card:focus-visible
    .agro-action-icon
    svg {
    filter: brightness(0) saturate(100%) invert(17%) sepia(88%) saturate(2827%) hue-rotate(235deg)
      brightness(84%) contrast(104%);
    transform: scale(1.05);
  }
  .agronova-site-header
    .header-middle
    .header-action-icon-2.agro-header-action-card:not(.agro-account-card)
    .agro-action-card
    .lable {
    margin: 0;
    color: currentColor;
    font-size: 13px;
    font-weight: 560;
    line-height: 1;
    white-space: nowrap;
    transition: color 160ms ease;
  }
  .agronova-site-header
    .header-middle
    .header-action-icon-2.agro-header-action-card:not(.agro-account-card)
    .agro-action-card
    .pro-count {
    position: absolute;
    top: -5px;
    right: -7px;
    min-width: 15px;
    height: 15px;
    padding: 0 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
    border-radius: 999px;
    background: var(--agronova-primary);
    color: #ffffff;
    font-size: 9px;
    font-weight: 800;
    line-height: 1;
    box-shadow: none;
  }
}
@media (max-width: 991px) {
  .agronova-site-header .agro-mobile-search-action,
  .agronova-site-header > .agro-mobile-search {
    display: none;
  }
  .mobile-header-active .mobile-header-top {
    min-height: 132px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 24px 44px 20px !important;
    border-bottom: 1px solid rgba(24, 39, 176, 0.1) !important;
    background: #ffffff !important;
  }
  .mobile-header-active .mobile-header-logo {
    width: min(210px, 58vw) !important;
    max-width: min(210px, 58vw) !important;
    flex: 0 1 auto !important;
  }
  .mobile-header-active .mobile-header-logo a {
    display: inline-flex !important;
    align-items: center !important;
    width: 100% !important;
  }
  .mobile-header-active .mobile-header-logo img {
    display: block !important;
    width: 100% !important;
    max-width: 210px !important;
    height: auto !important;
    max-height: 82px !important;
    object-fit: contain !important;
    object-position: left center !important;
  }
  .mobile-header-active .mobile-header-top .mobile-menu-close {
    flex: 0 0 auto !important;
  }
  .mobile-header-active .mobile-header-content-area {
    padding-top: 0 !important;
  }
  .mobile-header-active .mobile-search {
    display: block !important;
    padding: 18px 0 8px !important;
    border-bottom: 0 !important;
    background: #ffffff !important;
  }
  .mobile-header-active .mobile-search,
  .mobile-header-active .mobile-menu-wrap.mobile-header-border:first-of-type,
  .mobile-header-active .mobile-search form,
  .mobile-header-active .main-categories-wrap {
    width: 100% !important;
    max-width: none !important;
  }
  .mobile-header-active .mobile-search form {
    height: 50px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 52px !important;
    overflow: hidden !important;
    border: 1px solid #dbe2ff !important;
    border-radius: 14px !important;
    background: #f8fafc !important;
    box-shadow: 0 10px 24px rgba(24, 39, 176, 0.05) !important;
  }
  .mobile-header-active .mobile-search input {
    min-width: 0 !important;
    width: 100% !important;
    height: 50px !important;
    padding: 0 16px !important;
    border: 0 !important;
    background: transparent !important;
    color: #16213e !important;
    font-size: 15px !important;
  }
  .mobile-header-active .mobile-search input::placeholder {
    color: #94a3b8 !important;
    opacity: 1 !important;
  }
  .mobile-header-active .mobile-search button {
    width: 52px !important;
    height: 50px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 0 !important;
    border-left: 1px solid #e5e9f2 !important;
    background: #eef2e7 !important;
    color: #46566f !important;
  }
  .mobile-header-active .mobile-search button i,
  .mobile-header-active .mobile-search button svg {
    color: currentColor !important;
    stroke: currentColor !important;
  }
  .mobile-header-active .mobile-menu-wrap.mobile-header-border:has(.main-categories-wrap) {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .mobile-header-active .agro-mobile-categories-block {
    border: 0;
    border-top: 0;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .mobile-header-active .agro-mobile-categories-block + .mobile-menu-wrap {
    border-top: 0;
  }
}
@media (max-width: 575px) {
  .mobile-header-active .mobile-header-top {
    min-height: 126px !important;
    padding: 22px 30px 18px !important;
  }
  .mobile-header-active .mobile-header-logo {
    width: min(200px, 58vw) !important;
    max-width: min(200px, 58vw) !important;
  }
  .mobile-header-active .mobile-search {
    padding: 16px 0 6px !important;
  }
}
.agronova-site-header .cart-dropdown-wrap .shopping-cart-img,
.agronova-site-header .cart-dropdown-panel .shopping-cart-img {
  width: 64px !important;
  min-width: 64px !important;
  max-width: 64px !important;
  height: 64px !important;
  margin: 0 !important;
  display: block !important;
  overflow: visible !important;
}
.agronova-site-header .cart-dropdown-wrap .shopping-cart-img a,
.agronova-site-header .cart-dropdown-panel .shopping-cart-img a {
  width: 64px !important;
  height: 64px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 12px !important;
  background: #f7faf0 !important;
  overflow: hidden !important;
}
.agronova-site-header .cart-dropdown-wrap .shopping-cart-img img,
.agronova-site-header .cart-dropdown-panel .shopping-cart-img img {
  width: 64px !important;
  min-width: 64px !important;
  max-width: 64px !important;
  height: 64px !important;
  min-height: 64px !important;
  max-height: 64px !important;
  display: block !important;
  object-fit: contain !important;
  padding: 7px !important;
  border-radius: 12px !important;
  background: #f7faf0 !important;
}
@media (max-width: 575px) {
  .agronova-site-header .cart-dropdown-wrap .shopping-cart-img,
  .agronova-site-header .cart-dropdown-panel .shopping-cart-img,
  .agronova-site-header .cart-dropdown-wrap .shopping-cart-img a,
  .agronova-site-header .cart-dropdown-panel .shopping-cart-img a,
  .agronova-site-header .cart-dropdown-wrap .shopping-cart-img img,
  .agronova-site-header .cart-dropdown-panel .shopping-cart-img img {
    width: 56px !important;
    min-width: 56px !important;
    max-width: 56px !important;
    height: 56px !important;
    min-height: 56px !important;
    max-height: 56px !important;
  }
}
@media (min-width: 992px) {
  .agronova-site-header .header-bottom {
    min-height: 40px;
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid rgba(24, 39, 176, 0.05);
    border-bottom: 1px solid rgba(24, 39, 176, 0.08);
  }
  .agronova-site-header .header-bottom .header-wrap {
    min-height: 40px;
    align-items: center;
  }
  .agronova-site-header .header-nav {
    gap: 22px;
    align-items: center;
  }
  .agronova-site-header .categories-button-active {
    min-height: 36px;
    height: 36px;
    padding: 0 16px;
    gap: 8px;
    border-radius: 11px;
    background: var(--agronova-primary);
    border: 1px solid rgba(24, 39, 176, 0.14);
    box-shadow: 0 8px 20px rgba(24, 39, 176, 0.14);
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
  }
  .agronova-site-header .categories-button-active span,
  .agronova-site-header .categories-button-active i {
    color: #ffffff;
    font-size: 13px;
    line-height: 1;
  }
  .agronova-site-header .categories-button-active:hover,
  .agronova-site-header .main-categories-wrap.is-open .categories-button-active,
  .agronova-site-header .main-categories-wrap:focus-within .categories-button-active {
    background: #121f8c;
    border-color: #121f8c;
    box-shadow: 0 10px 24px rgba(24, 39, 176, 0.18);
    transform: translateY(-1px);
  }
  .agronova-site-header .main-menu > nav > ul {
    gap: 18px;
    justify-content: flex-end;
  }
  .agronova-site-header .main-menu > nav > ul > li > a {
    min-height: 34px;
    height: 34px;
    padding: 0 2px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #17213e;
    font-size: 13px;
    font-weight: 560;
    line-height: 1;
    letter-spacing: 0;
    position: relative;
  }
  .agronova-site-header .main-menu > nav > ul > li > a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 4px;
    left: 0;
    height: 2px;
    border-radius: 999px;
    background: var(--agronova-secondary);
    opacity: 0;
    transform: scaleX(0.45);
    transition:
      opacity 160ms ease,
      transform 160ms ease;
  }
  .agronova-site-header .main-menu > nav > ul > li > a:hover,
  .agronova-site-header .main-menu > nav > ul > li.current-menu-item > a {
    background: transparent;
    color: var(--agronova-primary);
  }
  .agronova-site-header .main-menu > nav > ul > li > a:hover::after,
  .agronova-site-header .main-menu > nav > ul > li.current-menu-item > a::after {
    opacity: 1;
    transform: scaleX(1);
  }
  .agronova-site-header .main-menu > nav > ul > li:last-child > a,
  .agronova-site-header .main-menu > nav > ul > li:last-child > a:hover {
    border: 0;
    background: transparent;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .agronova-site-header .header-nav {
    gap: 16px;
  }
  .agronova-site-header .main-menu > nav > ul {
    gap: 12px;
  }
  .agronova-site-header .main-menu > nav > ul > li > a {
    font-size: 12.5px;
  }
}
.agronova-site-header .cart-dropdown-wrap ul,
.agronova-site-header .cart-dropdown-panel ul {
  max-height: 330px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  margin: 0 0 14px !important;
  padding: 0 10px 2px 0 !important;
  border: 0 !important;
  border-bottom: 0 !important;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: rgba(24, 39, 176, 0.34) rgba(247, 250, 240, 0.82);
  overscroll-behavior: contain;
}
.agronova-site-header .cart-dropdown-wrap ul::-webkit-scrollbar,
.agronova-site-header .cart-dropdown-panel ul::-webkit-scrollbar {
  width: 8px;
}
.agronova-site-header .cart-dropdown-wrap ul::-webkit-scrollbar-track,
.agronova-site-header .cart-dropdown-panel ul::-webkit-scrollbar-track {
  background: rgba(247, 250, 240, 0.82);
  border-radius: 999px;
}
.agronova-site-header .cart-dropdown-wrap ul::-webkit-scrollbar-thumb,
.agronova-site-header .cart-dropdown-panel ul::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(176, 203, 31, 0.9), rgba(24, 39, 176, 0.45));
  border: 2px solid rgba(247, 250, 240, 0.82);
  border-radius: 999px;
}
.agronova-site-header .cart-dropdown-wrap ul::-webkit-scrollbar-thumb:hover,
.agronova-site-header .cart-dropdown-panel ul::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, rgba(176, 203, 31, 1), rgba(24, 39, 176, 0.62));
}
.agronova-site-header .cart-dropdown-wrap ul li:last-child,
.agronova-site-header .cart-dropdown-panel ul li:last-child {
  border-bottom: 0 !important;
}
.agronova-site-header .cart-dropdown-wrap .shopping-cart-footer,
.agronova-site-header .cart-dropdown-panel .shopping-cart-footer {
  margin-top: 0 !important;
  padding-top: 18px !important;
  border-top: 1px solid #edf1f7 !important;
}
.agronova-site-header .cart-dropdown-wrap .shopping-cart-total,
.agronova-site-header .cart-dropdown-panel .shopping-cart-total {
  border-top: 0 !important;
  padding-top: 0 !important;
}
.agronova-site-header .cart-dropdown-wrap .shopping-cart-footer::before,
.agronova-site-header .cart-dropdown-panel .shopping-cart-footer::before,
.agronova-site-header .cart-dropdown-wrap .shopping-cart-total::before,
.agronova-site-header .cart-dropdown-panel .shopping-cart-total::before {
  display: none !important;
}
margin-bottom: 0;
.agronova-site-header.is-sticky-active .header-middle .logo img {
  max-width: 118px;
  max-height: 64px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .agronova-site-header .header-top .header-info > ul > li {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 12px;
  }
  .agronova-site-header .header-middle {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .agronova-site-header .header-middle .header-wrap {
    min-height: 60px;
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .agronova-site-header .header-middle .header-right {
    display: contents;
  }
  .agronova-site-header .header-middle .search-style-2,
  .agronova-site-header .header-middle .logo.logo-width-1,
  .agronova-site-header .header-middle .header-action-right {
    flex: 1 1 0;
    min-width: 0;
  }
  .agronova-site-header .header-middle .search-style-2 {
    order: 1;
    display: flex;
    justify-content: flex-start;
  }
  .agronova-site-header .header-middle .search-style-2 form {
    width: min(100%, 390px);
    height: 42px;
    grid-template-columns: 142px minmax(0, 1fr) 46px;
  }
  .agronova-site-header .header-middle .form-group--icon {
    min-width: 142px;
    max-width: 142px;
  }
  .agronova-site-header .header-middle .logo.logo-width-1 {
    order: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -40px;
    margin-bottom: 0;
    transform: none;
  }
  .agronova-site-header .header-middle .logo img {
    max-width: 160px;
    max-height: 112px;
  }
  .agronova-site-header .header-middle .header-action-right {
    order: 3;
    display: flex;
    justify-content: flex-end;
  }
  .agronova-site-header .header-middle .header-action-2 {
    gap: 12px;
  }
  .agronova-site-header .agro-auth-btn {
    min-height: 36px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 12px;
  }
  .agronova-site-header .main-menu > nav > ul {
    gap: 10px;
  }
  .agronova-site-header .main-menu > nav > ul > li > a {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .agronova-site-header {
    background: #ffffff;
  }
  .agronova-site-header .mobile-promotion {
    min-height: 0;
    padding: 8px 14px;
    font-size: 15px;
    line-height: 1.25;
    text-align: center;
  }
  .agronova-site-header .header-bottom {
    background: #ffffff;
    border-bottom: 1px solid rgba(24, 39, 176, 0.1);
  }
  .agronova-site-header .header-bottom .container {
    width: 100%;
    max-width: none;
    padding-right: 18px;
    padding-left: 18px;
  }
  .agronova-site-header .header-bottom .header-wrap {
    min-height: 64px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    padding: 0;
  }
  .agronova-site-header .header-bottom .logo.logo-width-1 {
    position: static;
    grid-column: 2;
    justify-self: center;
    transform: none;
    margin: 0;
    z-index: 1;
  }
  .agronova-site-header .header-bottom .logo a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
  }
  .agronova-site-header .header-bottom .logo img {
    width: auto;
    max-width: 76px;
    max-height: 75px;
    object-fit: contain;
  }
  .agronova-site-header
    .header-bottom
    > .container
    > .header-wrap
    > .header-action-icon-2.d-block.d-lg-none {
    grid-column: 1;
    justify-self: start;
    align-self: center;
  }
  .agronova-site-header .header-bottom .header-action-right.d-block.d-lg-none {
    grid-column: 3;
    justify-self: end;
    align-self: center;
  }
  .agronova-site-header .burger-icon,
  .agronova-site-header .agro-mobile-search-toggle,
  .agronova-site-header .header-bottom .header-action-icon-2 > a:first-child {
    width: 42px;
    min-width: 42px;
    height: 42px;
    border-radius: 12px;
  }
  .agronova-site-header .header-bottom .header-action-2 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
  }
  .agronova-site-header.is-sticky-active .header-bottom .header-wrap {
    min-height: 58px;
  }
  .agronova-site-header.is-sticky-active .header-bottom .logo img {
    max-width: 66px;
    max-height: 66px;
  }
}
@media (max-width: 575px) {
  .agronova-site-header .mobile-promotion {
    padding: 7px 12px;
    font-size: 14px;
  }
  .agronova-site-header .header-bottom .header-wrap {
    min-height: 60px;
  }
  .agronova-site-header .header-bottom .logo img {
    max-width: 70px;
    max-height: 75px;
  }
  .agronova-site-header .burger-icon,
  .agronova-site-header .agro-mobile-search-toggle,
  .agronova-site-header .header-bottom .header-action-icon-2 > a:first-child {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
}
.agro-sticky-navbar-clone.is-visible {
  transform: translate3d(0, 0, 0);
}
.agro-sticky-navbar-clone .container {
  width: min(100% - 32px, var(--agronova-container, 1610px));
  max-width: var(--agronova-container, 1610px);
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}
.agro-sticky-navbar-clone .header-wrap {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: visible;
}
.agro-sticky-navbar-clone .header-nav {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 22px;
  overflow: visible;
}
.agro-sticky-navbar-clone .main-categories-wrap {
  position: relative;
  z-index: 1065;
  flex: 0 0 auto;
}
.agro-sticky-navbar-clone .categories-button-active {
  min-height: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  border: 1px solid rgba(24, 39, 176, 0.14);
  border-radius: 11px;
  background: var(--agronova-primary);
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(24, 39, 176, 0.14);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}
.agro-sticky-navbar-clone .categories-button-active span,
.agro-sticky-navbar-clone .categories-button-active i {
  color: #ffffff;
  font-size: 13px;
  line-height: 1;
}
.agro-sticky-navbar-clone .main-menu {
  flex: 1 1 auto;
  margin-left: auto;
}
.agro-sticky-navbar-clone .main-menu > nav > ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  margin: 0;
}
.agro-sticky-navbar-clone .main-menu > nav > ul > li {
  margin: 0;
}
.agro-sticky-navbar-clone .main-menu > nav > ul > li > a {
  min-height: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 2px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #17213e;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  position: relative;
}
.agro-sticky-navbar-clone .main-menu > nav > ul > li > a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--agronova-secondary);
  opacity: 0;
  transform: scaleX(0.45);
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}
.agro-sticky-navbar-clone .main-menu > nav > ul > li > a:hover,
.agro-sticky-navbar-clone .main-menu > nav > ul > li.current-menu-item > a {
  color: var(--agronova-primary);
}
.agro-sticky-navbar-clone .main-menu > nav > ul > li > a:hover::after,
.agro-sticky-navbar-clone .main-menu > nav > ul > li.current-menu-item > a::after {
  opacity: 1;
  transform: scaleX(1);
}
.agro-sticky-navbar-clone .categories-dropdown-wrap {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 1070;
  width: min(920px, calc(100vw - 40px));
  min-width: 320px;
  display: block;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  padding: 18px;
  border: 1px solid var(--agronova-border);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(22, 33, 62, 0.18);
  transform: translateY(8px);
  transition:
    opacity 0.18s ease,
    transform 0.18s ease,
    visibility 0.18s ease;
}
.agro-sticky-navbar-clone .main-categories-wrap:hover .categories-dropdown-wrap,
.agro-sticky-navbar-clone .main-categories-wrap:focus-within .categories-dropdown-wrap,
.agro-sticky-navbar-clone .main-categories-wrap.is-open .categories-dropdown-wrap {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.agro-sticky-navbar-clone .agro-nav-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 0;
  max-width: 0;
  min-height: 34px;
  margin-left: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 999px;
  color: #17213e;
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
  transition:
    width 180ms ease,
    max-width 180ms ease,
    padding 180ms ease,
    opacity 160ms ease,
    color 160ms ease,
    background-color 160ms ease;
}
.agro-sticky-navbar-clone.is-visible .agro-nav-cart.has-items {
  width: 104px;
  max-width: 104px;
  padding: 0 10px;
  opacity: 1;
  pointer-events: auto;
}
.agro-sticky-navbar-clone .agro-nav-cart:hover,
.agro-sticky-navbar-clone .agro-nav-cart:focus-visible {
  background: rgba(176, 203, 31, 0.16);
  color: var(--agronova-primary);
}
.agro-sticky-navbar-clone .agro-nav-cart-icon {
  position: relative;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 24px;
}
.agro-sticky-navbar-clone .agro-nav-cart-icon img {
  width: 21px;
  height: 21px;
  object-fit: contain;
}
.agro-sticky-navbar-clone .agro-nav-cart-count {
  position: absolute;
  top: -6px;
  right: -8px;
  min-width: 17px;
  height: 17px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--agronova-primary);
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  line-height: 17px;
  text-align: center;
}
.agro-sticky-navbar-clone .agro-nav-cart-label {
  color: currentColor;
  font-size: 13px;
  font-weight: 560;
  line-height: 1;
}
.agro-sticky-navbar-clone .agro-nav-cart.is-bumping {
  animation: agroFloatingCartPulse 520ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
@media (prefers-reduced-motion: reduce) {
  .agro-sticky-navbar-clone,
  .agro-sticky-navbar-clone * {
    transition: none;
    animation: none;
  }
}
@media (max-width: 991px) {
  .agro-sticky-navbar-clone {
    display: none;
  }
}
.agro-hero-v2 .agro-eyebrow {
  font-weight: 600 !important;
}
@media (min-width: 992px) {
  .agronova-site-header .header-middle .header-action-2 {
    align-items: center;
  }
  .agronova-site-header .header-middle .agro-account-card {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
    margin: 0;
  }
  .agronova-site-header .header-middle .agro-account-card > a.agro-action-card:first-child,
  .agronova-site-header .header-middle .agro-account-card .agro-action-card {
    width: auto;
    min-width: 0;
    max-width: 210px;
    height: 42px;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding: 0 12px 0 8px;
    overflow: hidden;
    border: 1px solid #dbe2ff;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: none;
    color: #16213e;
    line-height: 1;
    white-space: nowrap;
  }
  .agronova-site-header .header-middle .agro-account-card .agro-action-card:hover,
  .agronova-site-header .header-middle .agro-account-card .agro-action-card:focus-visible {
    border-color: rgba(24, 39, 176, 0.24);
    background: #f8faff;
    color: var(--agronova-primary);
    transform: none;
    box-shadow: 0 10px 22px rgba(24, 39, 176, 0.06);
  }
  .agronova-site-header .header-middle .agro-account-card .agro-action-avatar {
    width: 34px;
    min-width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 999px;
    background: #f4f7ff;
    flex: 0 0 34px;
  }
  .agronova-site-header .header-middle .agro-account-card .agro-action-avatar img {
    width: 34px;
    max-width: 34px;
    height: 34px;
    max-height: 34px;
    object-fit: cover;
    border-radius: 999px;
  }
  .agronova-site-header .header-middle .agro-account-card .lable {
    display: block;
    max-width: 118px;
    min-width: 0;
    overflow: hidden;
    color: currentColor;
    font-size: 13px;
    font-weight: 550;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .agronova-site-header .header-middle .agro-account-card .agro-action-chevron {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    min-width: 12px;
    color: #64708b;
    font-size: 13px;
    line-height: 1;
    flex: 0 0 12px;
  }
  .agronova-site-header .header-middle .agro-account-card .account-dropdown {
    right: 0;
    left: auto;
    top: calc(100% + 10px);
    width: 272px;
    min-width: 272px;
    max-width: 272px;
    margin: 0;
    padding: 10px;
    overflow: visible;
    border: 1px solid #e5e9f2;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(22, 33, 62, 0.14);
    z-index: 1080;
  }
  .agronova-site-header .header-middle .agro-account-card .account-dropdown ul {
    max-height: none;
    display: grid;
    gap: 4px;
    margin: 0;
    padding: 0;
    overflow: visible;
    border: 0;
  }
  .agronova-site-header .header-middle .agro-account-card .account-dropdown li {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
  }
  .agronova-site-header .header-middle .agro-account-card .account-dropdown li a {
    min-height: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 0 12px;
    overflow: hidden;
    border-radius: 12px;
    color: #16213e;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
  }
  .agronova-site-header .header-middle .agro-account-card .account-dropdown li a i {
    width: 18px;
    min-width: 18px;
    margin: 0;
    color: #168a50;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    flex: 0 0 18px;
  }
  .agronova-site-header .header-middle .agro-account-card .account-dropdown li a:hover,
  .agronova-site-header .header-middle .agro-account-card .account-dropdown li a:focus-visible {
    background: #f4f7ff;
    color: var(--agronova-primary);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .agronova-site-header .header-middle .agro-account-card > a.agro-action-card:first-child,
  .agronova-site-header .header-middle .agro-account-card .agro-action-card {
    max-width: 54px;
    width: 54px;
    justify-content: center;
    padding: 0 8px;
  }
  .agronova-site-header .header-middle .agro-account-card .lable {
    display: none;
  }
  .agronova-site-header .header-middle .agro-account-card .account-dropdown {
    width: 260px;
    min-width: 260px;
    max-width: min(260px, calc(100vw - 24px));
  }
}
@media (min-width: 992px) {
  .agronova-site-header .header-middle .agro-account-card {
    isolation: isolate;
  }
  .agronova-site-header .header-middle .agro-account-card .agro-action-card {
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    border-radius: 13px;
  }
  .agronova-site-header .header-middle .agro-account-card .agro-action-avatar,
  .agronova-site-header .header-middle .agro-account-card .agro-action-avatar img {
    width: 32px;
    min-width: 32px;
    max-width: 32px;
    height: 32px;
    min-height: 32px;
    max-height: 32px;
  }
  .agronova-site-header .header-middle .agro-account-card .agro-action-chevron {
    font-size: 0;
  }
  .agronova-site-header .header-middle .agro-account-card .agro-action-chevron::before {
    content: "⌄";
    color: #64708b;
    font-size: 13px;
    line-height: 1;
  }
  .agronova-site-header .header-middle .agro-account-card .agro-account-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: auto;
    width: 276px;
    min-width: 276px;
    max-width: min(276px, calc(100vw - 32px));
    height: auto;
    max-height: none;
    display: block;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
    margin: 0;
    padding: 10px;
    overflow: visible;
    border: 1px solid #e5e9f2;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(22, 33, 62, 0.14);
    z-index: 2000;
    transition:
      opacity 160ms ease,
      transform 160ms ease,
      visibility 160ms ease;
  }
  .agronova-site-header .header-middle .agro-account-card:hover .agro-account-dropdown,
  .agronova-site-header .header-middle .agro-account-card:focus-within .agro-account-dropdown {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .agronova-site-header .header-middle .agro-account-dropdown ul,
  .agronova-site-header .header-middle .agro-account-dropdown li {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
    margin: 0;
    padding: 0;
    overflow: visible;
    border: 0;
    list-style: none;
  }
  .agronova-site-header .header-middle .agro-account-dropdown ul {
    display: grid;
    gap: 4px;
  }
  .agronova-site-header .header-middle .agro-account-dropdown a {
    min-height: 44px;
    height: 44px;
    width: 100%;
    max-width: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding: 0 12px;
    overflow: hidden;
    border: 0;
    border-radius: 12px;
    background: transparent;
    box-shadow: none;
    color: #16213e;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    word-break: keep-all;
  }
  .agronova-site-header .header-middle .agro-account-dropdown a i {
    width: 18px;
    min-width: 18px;
    max-width: 18px;
    margin: 0;
    color: #168a50;
    font-size: 17px;
    line-height: 1;
    text-align: center;
    flex: 0 0 18px;
  }
  .agronova-site-header .header-middle .agro-account-dropdown a:hover,
  .agronova-site-header .header-middle .agro-account-dropdown a:focus-visible {
    background: #f4f7ff;
    color: var(--agronova-primary);
  }
}
.bb-customer-page {
  --agro-account-green: #168a50;
  --agro-account-green-dark: #0f6f3e;
  --agro-account-orange: #f08a00;
  --agro-account-orange-dark: #d87400;
}
.bb-customer-page .bb-customer-navigation .nav-link {
  color: #1f2a44 !important;
  font-weight: 500;
}
.bb-customer-page .bb-customer-navigation .nav-link .nav-icon,
.bb-customer-page .bb-customer-navigation .nav-link svg {
  color: currentColor !important;
  stroke: currentColor !important;
}
.bb-customer-page .bb-customer-navigation .nav-link:hover,
.bb-customer-page .bb-customer-navigation .nav-link:focus-visible {
  background: #f4f7ff !important;
  color: var(--agronova-primary) !important;
}
.bb-customer-page .bb-customer-navigation .nav-link.active {
  background: var(--agro-account-green) !important;
  border-color: var(--agro-account-green) !important;
  color: #ffffff !important;
}
.bb-customer-page .bb-customer-navigation .nav-link.active .nav-text,
.bb-customer-page .bb-customer-navigation .nav-link.active .nav-icon,
.bb-customer-page .bb-customer-navigation .nav-link.active svg {
  color: #ffffff !important;
  stroke: #ffffff !important;
}
.bb-customer-page .btn.btn-success,
.bb-customer-page a.btn.btn-success,
.bb-customer-page button.btn.btn-success {
  background: var(--agro-account-green) !important;
  border-color: var(--agro-account-green) !important;
  color: #ffffff !important;
}
.bb-customer-page .btn.btn-success:hover,
.bb-customer-page .btn.btn-success:focus-visible {
  background: var(--agro-account-green-dark) !important;
  border-color: var(--agro-account-green-dark) !important;
  color: #ffffff !important;
}
.bb-customer-page .btn.btn-warning,
.bb-customer-page a.btn.btn-warning,
.bb-customer-page button.btn.btn-warning {
  background: var(--agro-account-orange) !important;
  border-color: var(--agro-account-orange) !important;
  color: #ffffff !important;
}
.bb-customer-page .btn.btn-warning:hover,
.bb-customer-page .btn.btn-warning:focus-visible {
  background: var(--agro-account-orange-dark) !important;
  border-color: var(--agro-account-orange-dark) !important;
  color: #ffffff !important;
}
.bb-customer-page .btn.btn-info,
.bb-customer-page .btn.btn-outline-info,
.bb-customer-page a.btn.btn-info,
.bb-customer-page a.btn.btn-outline-info,
.bb-customer-page button.btn.btn-info,
.bb-customer-page button.btn.btn-outline-info {
  background: var(--agro-account-green) !important;
  border-color: var(--agro-account-green) !important;
  color: #ffffff !important;
}
.bb-customer-page .btn.btn-info:hover,
.bb-customer-page .btn.btn-info:focus-visible,
.bb-customer-page .btn.btn-outline-info:hover,
.bb-customer-page .btn.btn-outline-info:focus-visible {
  background: var(--agro-account-green-dark) !important;
  border-color: var(--agro-account-green-dark) !important;
  color: #ffffff !important;
}
.bb-customer-page .btn.btn-primary,
.bb-customer-page .btn.btn-success,
.bb-customer-page .btn.btn-warning,
.bb-customer-page .btn.btn-info,
.bb-customer-page .btn.btn-outline-info {
  font-weight: 600;
}
.bb-customer-page .btn.btn-primary svg,
.bb-customer-page .btn.btn-success svg,
.bb-customer-page .btn.btn-warning svg,
.bb-customer-page .btn.btn-info svg,
.bb-customer-page .btn.btn-outline-info svg {
  color: currentColor !important;
  stroke: currentColor !important;
}
@media (min-width: 992px) {
  .agronova-site-header .header-middle {
    position: relative;
    z-index: 1400;
    overflow: visible;
  }
  .agronova-site-header .header-bottom {
    position: relative;
    z-index: 100;
  }
  .agronova-site-header .header-middle .header-action-right,
  .agronova-site-header .header-middle .header-action-2,
  .agronova-site-header .header-middle .agro-account-card {
    overflow: visible;
  }
  .agronova-site-header .header-middle .agro-account-card {
    min-width: 260px;
    flex: 0 0 260px;
    position: relative;
    z-index: 1500;
  }
  .agronova-site-header .header-middle .agro-account-card > a.agro-action-card:first-child,
  .agronova-site-header .header-middle .agro-account-card .agro-action-card {
    width: 100%;
    max-width: none;
    min-width: 260px;
    height: 48px;
    min-height: 48px;
    max-height: 48px;
    justify-content: flex-start;
    gap: 10px;
    padding: 0 14px 0 10px;
    border-radius: 18px;
  }
  .agronova-site-header .header-middle .agro-account-card .agro-action-avatar,
  .agronova-site-header .header-middle .agro-account-card .agro-action-avatar img {
    width: 38px;
    min-width: 38px;
    max-width: 38px;
    height: 38px;
    min-height: 38px;
    max-height: 38px;
  }
  .agronova-site-header .header-middle .agro-account-card .lable {
    display: block;
    min-width: 0;
    max-width: 145px;
    flex: 1 1 auto;
    overflow: hidden;
    color: #1f2a44;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .agronova-site-header .header-middle .agro-account-card .agro-action-chevron {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 18px;
    margin-left: auto;
    color: #64708b;
    font-size: 0;
    line-height: 1;
  }
  .agronova-site-header .header-middle .agro-account-card .agro-action-chevron::before {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
  }
  .agronova-site-header .header-middle .agro-account-card:hover .agro-action-chevron,
  .agronova-site-header .header-middle .agro-account-card:focus-within .agro-action-chevron {
    color: var(--agronova-primary);
  }
  .agronova-site-header .header-middle .agro-account-card .agro-account-dropdown,
  .agronova-site-header .header-middle .agro-account-card .account-dropdown {
    top: calc(100% + 4px);
    width: 300px;
    min-width: 300px;
    max-width: min(300px, calc(100vw - 32px));
    z-index: 5000;
  }
  .agronova-site-header .header-middle .agro-account-card::after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    width: 300px;
    height: 18px;
    display: block;
    pointer-events: auto;
    background: transparent;
    z-index: 4999;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .agronova-site-header .header-middle .agro-account-card {
    min-width: 58px;
    flex-basis: 58px;
  }
  .agronova-site-header .header-middle .agro-account-card > a.agro-action-card:first-child,
  .agronova-site-header .header-middle .agro-account-card .agro-action-card {
    width: 58px;
    min-width: 58px;
    max-width: 58px;
    justify-content: center;
    padding: 0;
  }
  .agronova-site-header .header-middle .agro-account-card .lable,
  .agronova-site-header .header-middle .agro-account-card .agro-action-chevron {
    display: none;
  }
}
@media (min-width: 1200px) {
  .agronova-site-header .header-middle .header-action-right {
    flex: 0 1 auto;
    width: auto;
    min-width: 0;
  }
  .agronova-site-header .header-middle .header-action-2 {
    display: flex;
    grid-auto-flow: initial;
    grid-auto-columns: initial;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    width: auto;
  }
  .agronova-site-header .header-middle .header-action-2 .header-action-icon-2 {
    width: auto;
    min-width: 0;
    flex: 0 0 auto;
    justify-content: flex-start;
  }
  .agronova-site-header .header-middle .agro-auth-cluster {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
  }
  .agronova-site-header .header-middle .agro-auth-cluster .agro-auth-btn {
    width: auto;
    min-width: 150px;
    padding-right: 22px;
    padding-left: 22px;
  }
  .agronova-site-header .header-middle .agro-account-card {
    min-width: 225px;
    flex: 0 0 225px;
  }
  .agronova-site-header .header-middle .agro-account-card > a.agro-action-card:first-child,
  .agronova-site-header .header-middle .agro-account-card .agro-action-card {
    min-width: 225px;
    width: 225px;
    max-width: 225px;
  }
  .agronova-site-header .header-middle .agro-account-card .lable {
    max-width: 112px;
  }
  .agronova-site-header .header-middle .agro-account-logout-form {
    margin: 0;
    padding: 0;
  }
  .agronova-site-header .header-middle .agro-account-dropdown .agro-account-logout-form button {
    min-height: 44px;
    height: 44px;
    width: 100%;
    max-width: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding: 0 12px;
    overflow: hidden;
    border: 0;
    border-radius: 12px;
    background: transparent;
    box-shadow: none;
    color: #16213e;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
  }
  .agronova-site-header .header-middle .agro-account-dropdown .agro-account-logout-form button i {
    width: 18px;
    min-width: 18px;
    max-width: 18px;
    margin: 0;
    color: #168a50;
    font-size: 17px;
    line-height: 1;
    text-align: center;
    flex: 0 0 18px;
  }
  .agronova-site-header
    .header-middle
    .agro-account-dropdown
    .agro-account-logout-form
    button:hover,
  .agronova-site-header
    .header-middle
    .agro-account-dropdown
    .agro-account-logout-form
    button:focus-visible {
    background: #f4f7ff;
    color: var(--agronova-primary);
  }
}
@media (min-width: 1200px) {
  .agronova-site-header .header-middle .agro-auth-cluster {
    gap: 10px;
  }
  .agronova-site-header .header-middle .agro-auth-cluster .agro-auth-btn {
    min-width: 118px;
    width: auto;
    height: 42px;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 14px;
    font-size: 13px;
    font-weight: 550;
    line-height: 1;
    box-shadow: none;
  }
  .agronova-site-header .header-middle .agro-auth-btn-primary {
    background: #ffffff;
    border-color: #dbe2ff;
    color: var(--agronova-primary);
  }
  .agronova-site-header .header-middle .agro-auth-btn-primary:hover,
  .agronova-site-header .header-middle .agro-auth-btn-primary:focus-visible {
    background: #f4f7ff;
    border-color: rgba(24, 39, 176, 0.28);
    color: var(--agronova-primary);
    transform: translateY(-1px);
  }
  .agronova-site-header .header-middle .agro-auth-btn-secondary {
    background: var(--agronova-primary);
    border-color: var(--agronova-primary);
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(24, 39, 176, 0.14);
  }
  .agronova-site-header .header-middle .agro-auth-btn-secondary:hover,
  .agronova-site-header .header-middle .agro-auth-btn-secondary:focus-visible {
    background: #121f8c;
    border-color: #121f8c;
    color: #ffffff;
    transform: translateY(-1px);
  }
}
.agro-hero-ad-card {
  border-color: rgba(255, 255, 255, 0.6) !important;
  border-style: solid !important;
}
.agro-sticky-navbar-clone .main-categories-wrap {
  padding-bottom: 8px !important;
  margin-bottom: -8px !important;
}
.agro-sticky-navbar-clone .categories-dropdown-wrap {
  top: calc(100% - 2px);
  transform: translateY(4px);
}
.agro-sticky-navbar-clone .categories-dropdown-wrap::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 14px;
  display: block;
  background: transparent;
}
.agro-sticky-navbar-clone .main-categories-wrap:hover .categories-dropdown-wrap,
.agro-sticky-navbar-clone .main-categories-wrap:focus-within .categories-dropdown-wrap,
.agro-sticky-navbar-clone .main-categories-wrap.is-open .categories-dropdown-wrap {
  transform: translateY(0);
}
.agro-sticky-navbar-clone .main-categories-wrap {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.agro-sticky-navbar-clone .categories-dropdown-wrap {
  top: calc(100% + 2px);
}
.agro-sticky-navbar-clone .categories-dropdown-wrap::before {
  top: -18px;
  bottom: auto;
  height: 18px;
}
.payment-method-item .payment-method-logo {
  width: 2rem !important;
}
@media (max-width: 991px) {
  .agronova-site-header .header-bottom .burger-icon.burger-icon-white {
    position: relative;
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid #dbe2ff;
    border-radius: 14px;
    background: #fbfcff;
    box-shadow: none;
    cursor: pointer;
  }
  .agronova-site-header .header-bottom .burger-icon.burger-icon-white:hover,
  .agronova-site-header .header-bottom .burger-icon.burger-icon-white:focus-visible {
    border-color: rgba(24, 39, 176, 0.28);
    background: #f4f7ff;
  }
  .agronova-site-header .header-bottom .burger-icon.burger-icon-white span {
    position: absolute;
    left: 50%;
    width: 22px;
    height: 2px;
    margin: 0;
    border: 0;
    border-radius: 999px;
    background: #1f2a44;
    transform: translateX(-50%);
    opacity: 1;
  }
  .agronova-site-header .header-bottom .burger-icon.burger-icon-white .burger-icon-top {
    top: 14px;
  }
  .agronova-site-header .header-bottom .burger-icon.burger-icon-white .burger-icon-mid {
    top: 21px;
  }
  .agronova-site-header .header-bottom .burger-icon.burger-icon-white .burger-icon-bottom {
    top: 28px;
  }
}
#admin_bar .dropdown-menu,
#admin_bar ul ul,
#admin_bar .sub-menu {
  min-width: 240px !important;
  padding: 10px 0 !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 0 0 8px 8px !important;
  background: #ffffff !important;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.18) !important;
}
#admin_bar .dropdown-menu li,
#admin_bar ul ul li,
#admin_bar .sub-menu li {
  background: #ffffff !important;
}
#admin_bar .dropdown-menu a,
#admin_bar .dropdown-menu .dropdown-item,
#admin_bar ul ul a,
#admin_bar .sub-menu a {
  min-height: 36px !important;
  display: flex !important;
  align-items: center !important;
  padding: 8px 14px !important;
  background: #ffffff !important;
  color: #1f2937 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  text-decoration: none !important;
  opacity: 1 !important;
}
#admin_bar .dropdown-menu a:hover,
#admin_bar .dropdown-menu .dropdown-item:hover,
#admin_bar .dropdown-menu a:focus,
#admin_bar .dropdown-menu .dropdown-item:focus,
#admin_bar ul ul a:hover,
#admin_bar ul ul a:focus,
#admin_bar .sub-menu a:hover,
#admin_bar .sub-menu a:focus {
  background: #f3f4f6 !important;
  color: #111827 !important;
}
.products-listing + .product-sidebar,
.product-sidebar {
  --agro-filter-border: #e5e9f2;
  --agro-filter-soft: #f7faf0;
  --agro-filter-text: #16213e;
  --agro-filter-muted: #64708b;
}
.product-sidebar .agro-shop-filter-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
  padding: 18px 18px 16px;
  border: 1px solid var(--agro-filter-border);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(176, 203, 31, 0.16), rgba(24, 39, 176, 0.06)), #ffffff;
}
.product-sidebar .agro-shop-filter-head span {
  display: block;
  margin-bottom: 3px;
  color: var(--agro-filter-muted);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
}
.product-sidebar .agro-shop-filter-head h3 {
  margin: 0;
  color: var(--agro-filter-text);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.15;
}
.product-sidebar .agro-shop-filter-head a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid #dbe2ff;
  border-radius: 999px;
  background: #ffffff;
  color: var(--agronova-primary);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}
.product-sidebar .agro-shop-filter-head a:hover,
.product-sidebar .agro-shop-filter-head a:focus-visible {
  border-color: rgba(24, 39, 176, 0.28);
  background: #f4f7ff;
  color: var(--agronova-primary);
}
.product-sidebar .bb-shop-sidebar {
  position: sticky;
  top: 96px;
}
.product-sidebar .bb-product-form-filter {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.product-sidebar .bb-product-filter,
.product-sidebar .bb-product-filter-attribute-item {
  margin: 0 !important;
  padding: 18px !important;
  border: 1px solid var(--agro-filter-border) !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  box-shadow: 0 14px 34px rgba(22, 33, 62, 0.055) !important;
}
.product-sidebar .bb-product-filter .bb-product-filter-attribute-item {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.product-sidebar .bb-product-filter-title {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin: 0 0 14px !important;
  padding: 0 0 12px !important;
  border-bottom: 1px solid var(--agro-filter-border) !important;
  color: var(--agro-filter-text) !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}
.product-sidebar .bb-product-filter-title::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--agronova-secondary);
  box-shadow: 0 0 0 5px rgba(176, 203, 31, 0.16);
}
.product-sidebar .bb-product-filter-content {
  margin: 0 !important;
}
.product-sidebar .bb-product-filter-items,
.product-sidebar .list-filter {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.product-sidebar .bb-product-filter-item {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
}
.product-sidebar .bb-product-filter-link {
  min-height: 38px;
  display: flex !important;
  align-items: center;
  gap: 10px;
  padding: 8px 10px !important;
  border-radius: 12px;
  color: var(--agro-filter-text) !important;
  font-size: 14px;
  font-weight: 450;
  line-height: 1.25;
  text-decoration: none !important;
}
.product-sidebar .bb-product-filter-link img,
.product-sidebar .bb-product-filter-link svg {
  width: 22px !important;
  height: 22px !important;
  object-fit: contain;
  color: var(--agronova-primary);
  flex: 0 0 22px;
}
.product-sidebar .bb-product-filter-link:hover,
.product-sidebar .bb-product-filter-link:focus-visible,
.product-sidebar .bb-product-filter-link.active {
  background: #f4f7ff;
  color: var(--agronova-primary) !important;
}
.product-sidebar .bb-product-filter-item > button[data-bb-toggle="toggle-product-categories-tree"] {
  position: absolute;
  top: 6px;
  right: 4px;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--agro-filter-muted);
}
.product-sidebar .bb-product-filter-items .bb-product-filter-items {
  margin: 4px 0 0 14px !important;
  padding-left: 10px !important;
  border-left: 1px solid var(--agro-filter-border);
}
.product-sidebar .filter-checkbox,
.product-sidebar .list-filter {
  gap: 8px;
}
.product-sidebar .bb-product-filter-item input[type="checkbox"],
.product-sidebar .tags-checkbox input[type="checkbox"] {
  position: absolute !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.product-sidebar .bb-product-filter-item label,
.product-sidebar .tags-checkbox label {
  min-height: 38px;
  display: flex !important;
  align-items: center;
  gap: 9px;
  margin: 0 !important;
  padding: 8px 11px !important;
  border: 1px solid var(--agro-filter-border);
  border-radius: 999px;
  background: #fbfcff;
  color: var(--agro-filter-text);
  font-size: 14px;
  font-weight: 450;
  line-height: 1.2;
  cursor: pointer;
  transition:
    color 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease,
    transform 0.18s ease;
}
.product-sidebar .bb-product-filter-item label::before,
.product-sidebar .tags-checkbox label::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #cbd5e1;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: inset 0 0 0 3px #ffffff;
  flex: 0 0 16px;
}
.product-sidebar .bb-product-filter-item input[type="checkbox"]:checked + label,
.product-sidebar .tags-checkbox input[type="checkbox"]:checked + span,
.product-sidebar .tags-checkbox label:has(input[type="checkbox"]:checked) {
  border-color: rgba(24, 39, 176, 0.22);
  background: rgba(24, 39, 176, 0.06);
  color: var(--agronova-primary);
}
.product-sidebar .bb-product-filter-item input[type="checkbox"]:checked + label::before,
.product-sidebar .tags-checkbox label:has(input[type="checkbox"]:checked)::before {
  border-color: var(--agronova-primary);
  background: var(--agronova-primary);
}
.product-sidebar .tags-checkbox label span {
  align-items: center;
  gap: 6px;
}
.product-sidebar .filter-checkbox,
.product-sidebar .custome-checkbox .form-check {
  position: relative;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}
.product-sidebar .filter-checkbox input[type="checkbox"],
.product-sidebar .custome-checkbox .form-check input[type="checkbox"],
.product-sidebar input.product-filter-item[type="checkbox"],
.product-sidebar input.form-check-input[type="checkbox"] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  inset: 0 auto auto 0;
}
.product-sidebar .filter-checkbox label,
.product-sidebar .custome-checkbox .form-check label,
.product-sidebar .form-check-label {
  width: 100%;
  min-height: 42px;
  display: flex !important;
  align-items: center !important;
  gap: 10px;
  margin: 0 !important;
  padding: 9px 14px !important;
  border: 1px solid var(--agro-filter-border) !important;
  border-radius: 999px !important;
  background: #fbfcff !important;
  color: var(--agro-filter-text) !important;
  font-size: 14px;
  font-weight: 450;
  line-height: 1.25;
  cursor: pointer;
}
.product-sidebar .filter-checkbox label::before,
.product-sidebar .custome-checkbox .form-check label::before,
.product-sidebar .form-check-label::before {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  border: 1px solid #cbd5e1;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: inset 0 0 0 3px #ffffff;
}
.product-sidebar .filter-checkbox input[type="checkbox"]:checked + label,
.product-sidebar .custome-checkbox .form-check input[type="checkbox"]:checked + label,
.product-sidebar input.form-check-input[type="checkbox"]:checked + label {
  border-color: rgba(24, 39, 176, 0.25) !important;
  background: rgba(24, 39, 176, 0.06) !important;
  color: var(--agronova-primary) !important;
}
.product-sidebar .filter-checkbox input[type="checkbox"]:checked + label::before,
.product-sidebar .custome-checkbox .form-check input[type="checkbox"]:checked + label::before,
.product-sidebar input.form-check-input[type="checkbox"]:checked + label::before {
  border-color: var(--agronova-primary);
  background: var(--agronova-primary);
}
.product-sidebar #discounted_only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}
.product-sidebar label[for="discounted_only"] {
  position: relative !important;
  width: 100%;
  min-height: 44px;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between;
  gap: 12px;
  margin: 0 !important;
  padding: 10px 48px 10px 16px !important;
  border: 1px solid var(--agro-filter-border) !important;
  border-radius: 999px !important;
  background: #fbfcff !important;
  color: var(--agro-filter-text) !important;
  font-size: 14px;
  font-weight: 450;
  line-height: 1.25 !important;
  cursor: pointer;
}
.product-sidebar label[for="discounted_only"]::before {
  content: none !important;
  display: none !important;
}
.product-sidebar label[for="discounted_only"]::after {
  content: "" !important;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 18px;
  height: 18px;
  border: 1px solid #d8e0ee;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: inset 0 0 0 4px #ffffff;
  transform: translateY(-50%);
  transition:
    background 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}
.product-sidebar #discounted_only:checked + label {
  border-color: rgba(24, 39, 176, 0.24) !important;
  background: rgba(24, 39, 176, 0.06) !important;
  color: var(--agronova-primary) !important;
}
.product-sidebar #discounted_only:checked + label::after {
  border-color: var(--agronova-primary);
  background: var(--agronova-primary);
  box-shadow:
    inset 0 0 0 4px var(--agronova-primary),
    0 0 0 4px rgba(24, 39, 176, 0.1);
}
.product-sidebar .bb-product-filter,
.product-sidebar .bb-product-filter-attribute-item {
  overflow: visible !important;
}
.product-sidebar .bb-product-filter-title {
  min-height: 34px !important;
  margin-bottom: 18px !important;
}
.product-sidebar .bb-product-filter-content {
  padding-top: 0 !important;
  overflow: visible !important;
}
.product-sidebar .bb-product-filter-items {
  gap: 10px !important;
}
.product-sidebar .bb-product-filter-attribute-item + .bb-product-filter-attribute-item,
.product-sidebar .bb-product-filter + .bb-product-filter,
.product-sidebar .bb-product-filter + .bb-product-filter-attribute-item,
.product-sidebar .bb-product-filter-attribute-item + .bb-product-filter {
  margin-top: 14px !important;
}
.product-sidebar .tags-checkbox {
  display: block !important;
  width: 100%;
}
.product-sidebar .tags-checkbox label {
  position: relative !important;
  width: 100%;
  min-height: 48px !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 8px 14px 8px 46px !important;
  border: 1px solid var(--agro-filter-border) !important;
  border-radius: 999px !important;
  background: #fbfcff !important;
  line-height: 1 !important;
  cursor: pointer;
}
.product-sidebar .tags-checkbox label::before {
  position: absolute !important;
  top: 50% !important;
  left: 16px !important;
  width: 16px !important;
  height: 16px !important;
  margin: 0 !important;
  flex: 0 0 16px !important;
  transform: translateY(-50%) !important;
}
.product-sidebar .tags-checkbox label input[type="checkbox"],
.product-sidebar .tags-checkbox label input.product-filter-item[type="checkbox"] {
  position: absolute !important;
  top: 50% !important;
  left: 16px !important;
  width: 16px !important;
  height: 16px !important;
  margin: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateY(-50%) !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}
.product-sidebar .tags-checkbox label span {
  min-height: 32px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  max-width: 100%;
  margin: 0 !important;
  padding: 0 18px !important;
  border: 1px solid rgba(229, 233, 242, 0.92) !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: var(--agro-filter-text) !important;
  box-shadow: 0 8px 22px rgba(22, 33, 62, 0.045);
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  text-align: center;
  white-space: nowrap;
}
.product-sidebar .tags-checkbox label:has(input[type="checkbox"]:checked) {
  border-color: rgba(24, 39, 176, 0.25) !important;
  background: rgba(24, 39, 176, 0.06) !important;
}
.product-sidebar .tags-checkbox label:has(input[type="checkbox"]:checked)::before {
  border-color: var(--agronova-primary) !important;
  background: var(--agronova-primary) !important;
}
.product-sidebar .tags-checkbox label:has(input[type="checkbox"]:checked) span {
  border-color: rgba(24, 39, 176, 0.2) !important;
  color: var(--agronova-primary) !important;
}
.product-sidebar .bb-product-filter-item #discounted_only + label {
  min-height: 48px !important;
  display: flex !important;
  align-items: center !important;
  padding: 10px 48px 10px 16px !important;
  line-height: 1.25 !important;
}
.product-sidebar .bb-product-filter-item #discounted_only + label::before {
  content: none !important;
  display: none !important;
}
.product-sidebar .bb-product-filter-item #discounted_only + label::after {
  top: 50% !important;
  right: 16px !important;
  transform: translateY(-50%) !important;
}
.product-sidebar .tags-checkbox label span i {
  display: none !important;
}
.product-sidebar .price-slider {
  margin: 18px 4px 14px !important;
}
.product-sidebar .ui-slider-horizontal {
  height: 6px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #e8edf8 !important;
}
.product-sidebar .ui-slider-range {
  border-radius: 999px !important;
  background: var(--agronova-primary) !important;
}
.product-sidebar .ui-slider-handle {
  top: -8px !important;
  width: 22px !important;
  height: 22px !important;
  border: 4px solid #ffffff !important;
  border-radius: 999px !important;
  background: var(--agronova-primary) !important;
  box-shadow: 0 6px 18px rgba(24, 39, 176, 0.24) !important;
}
.product-sidebar .input-range-label {
  color: var(--agro-filter-muted);
  font-size: 13px;
  font-weight: 500;
}
.product-sidebar .ps-custom-scrollbar,
.product-sidebar .bb-product-filter-content {
  scrollbar-color: rgba(24, 39, 176, 0.28) #f2f5fb;
  scrollbar-width: thin;
}
.product-sidebar .ps-custom-scrollbar::-webkit-scrollbar,
.product-sidebar .bb-product-filter-content::-webkit-scrollbar {
  width: 8px;
}
.product-sidebar .ps-custom-scrollbar::-webkit-scrollbar-track,
.product-sidebar .bb-product-filter-content::-webkit-scrollbar-track {
  border-radius: 999px;
  background: #f2f5fb;
}
.product-sidebar .ps-custom-scrollbar::-webkit-scrollbar-thumb,
.product-sidebar .bb-product-filter-content::-webkit-scrollbar-thumb {
  border: 2px solid #f2f5fb;
  border-radius: 999px;
  background: rgba(24, 39, 176, 0.36);
}
a.btn:not(.btn-link):not(.btn-light):not(.btn-default):not([class*="btn-outline"]),
button.btn:not(.btn-link):not(.btn-light):not(.btn-default):not([class*="btn-outline"]),
.empty-state a.btn,
.empty-state button.btn,
.compare-page a.btn,
.compare-page button.btn,
.wishlist-page a.btn,
.wishlist-page button.btn,
.table-wishlist a.btn,
.table-wishlist button.btn {
  color: #ffffff !important;
  text-decoration: none !important;
}
a.btn:not(.btn-link):not(.btn-light):not(.btn-default):not([class*="btn-outline"]) i,
button.btn:not(.btn-link):not(.btn-light):not(.btn-default):not([class*="btn-outline"]) i,
a.btn:not(.btn-link):not(.btn-light):not(.btn-default):not([class*="btn-outline"]) svg,
button.btn:not(.btn-link):not(.btn-light):not(.btn-default):not([class*="btn-outline"]) svg,
.empty-state a.btn i,
.empty-state a.btn svg,
.table-wishlist a.btn i,
.table-wishlist a.btn svg {
  color: currentColor !important;
  stroke: currentColor !important;
}
.empty-state a.btn:hover,
.empty-state button.btn:hover,
.table-wishlist a.btn:hover,
.table-wishlist button.btn:hover {
  color: #ffffff !important;
}
.agro-mobile-filter-toggle,
.agro-mobile-filter-drawer-head,
.agro-mobile-filter-drawer-footer,
.agro-product-filter-overlay {
  display: none;
}
@media (max-width: 1199px) {
  .product-sidebar .bb-shop-sidebar {
    position: static;
    top: auto;
  }
}
@media (max-width: 767px) {
  .product-sidebar .agro-shop-filter-head,
  .product-sidebar .bb-product-filter,
  .product-sidebar .bb-product-filter-attribute-item {
    border-radius: 16px !important;
  }
  .product-sidebar .agro-shop-filter-head {
    padding: 15px;
  }
  .product-sidebar .agro-shop-filter-head h3 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  body.agro-product-filter-open {
    overflow: hidden;
  }
  .shop-product-filter {
    gap: 10px !important;
    align-items: center !important;
  }
  .shop-product-filter .total-product {
    flex: 1 1 auto;
    min-width: 0;
  }
  .shop-product-filter .total-product p {
    margin: 0 !important;
    font-size: 13px !important;
    line-height: 1.25 !important;
  }
  .shop-product-filter .sort-by-product-area {
    flex: 0 0 auto;
  }
  .agro-mobile-filter-toggle {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 14px;
    border: 1px solid rgba(24, 39, 176, 0.18);
    border-radius: 12px;
    background: #ffffff;
    color: var(--agronova-primary);
    box-shadow: 0 10px 24px rgba(22, 33, 62, 0.06);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
  }
  .agro-mobile-filter-toggle i {
    font-size: 15px;
    line-height: 1;
  }
  .agro-mobile-filter-toggle.is-active,
  .agro-mobile-filter-toggle:hover,
  .agro-mobile-filter-toggle:focus-visible {
    border-color: rgba(24, 39, 176, 0.28);
    background: #f4f7ff;
    color: var(--agronova-primary);
  }
  .agro-product-filter-overlay {
    position: fixed;
    inset: 0;
    z-index: 100070;
    display: block;
    border: 0;
    background: rgba(15, 23, 42, 0.38);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.22s ease;
  }
  body.agro-product-filter-open .agro-product-filter-overlay {
    opacity: 1;
    pointer-events: auto;
  }
  .product-sidebar#agro-mobile-filter-drawer {
    position: fixed !important;
    inset: 0 auto 0 0;
    z-index: 100080;
    width: min(390px, 92vw);
    height: 100dvh;
    display: flex !important;
    flex-direction: column;
    padding: 0 !important;
    background: #ffffff;
    box-shadow: 22px 0 70px rgba(15, 23, 42, 0.22);
    transform: translateX(-104%);
    transition: transform 0.28s cubic-bezier(0.22, 0.8, 0.22, 1);
    will-change: transform;
  }
  .product-sidebar#agro-mobile-filter-drawer.is-mobile-open {
    transform: translateX(0);
  }
  .product-sidebar .agro-mobile-filter-drawer-head {
    min-height: 72px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 16px;
    border-bottom: 1px solid #edf1f7;
    background: linear-gradient(135deg, #ffffff, #f7faf0);
    flex: 0 0 auto;
  }
  .product-sidebar .agro-mobile-filter-drawer-head span {
    display: block;
    margin-bottom: 2px;
    color: #64708b;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }
  .product-sidebar .agro-mobile-filter-drawer-head strong {
    display: block;
    color: #16213e;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.15;
  }
  .product-sidebar .agro-mobile-filter-drawer-head button {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dbe2ff;
    border-radius: 12px;
    background: #ffffff;
    color: #16213e;
    flex: 0 0 40px;
  }
  .product-sidebar .agro-mobile-filter-drawer-head button i {
    font-size: 22px;
    line-height: 1;
  }
  .product-sidebar#agro-mobile-filter-drawer .agro-shop-filter-head {
    display: none;
  }
  .product-sidebar#agro-mobile-filter-drawer .bb-shop-sidebar {
    min-height: 0;
    flex: 1 1 auto;
    overflow: hidden;
  }
  .product-sidebar#agro-mobile-filter-drawer .bb-product-form-filter {
    height: 100%;
    max-height: calc(100dvh - 146px);
    gap: 10px;
    padding: 12px 14px 18px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(24, 39, 176, 0.28) #f3f6fb;
  }
  .product-sidebar#agro-mobile-filter-drawer .bb-product-form-filter::-webkit-scrollbar {
    width: 6px;
  }
  .product-sidebar#agro-mobile-filter-drawer .bb-product-form-filter::-webkit-scrollbar-track {
    background: #f3f6fb;
  }
  .product-sidebar#agro-mobile-filter-drawer .bb-product-form-filter::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(24, 39, 176, 0.34);
  }
  .product-sidebar#agro-mobile-filter-drawer .bb-product-filter,
  .product-sidebar#agro-mobile-filter-drawer .bb-product-filter-attribute-item {
    padding: 13px !important;
    border-radius: 16px !important;
    box-shadow: 0 10px 24px rgba(22, 33, 62, 0.045) !important;
  }
  .product-sidebar#agro-mobile-filter-drawer .bb-product-filter-title {
    min-height: 26px !important;
    margin-bottom: 10px !important;
    padding-bottom: 9px !important;
    font-size: 15px !important;
  }
  .product-sidebar#agro-mobile-filter-drawer .bb-product-filter-title::after {
    width: 7px;
    height: 7px;
    box-shadow: 0 0 0 4px rgba(176, 203, 31, 0.16);
  }
  .product-sidebar#agro-mobile-filter-drawer .bb-product-filter-items,
  .product-sidebar#agro-mobile-filter-drawer .list-filter {
    gap: 7px !important;
  }
  .product-sidebar#agro-mobile-filter-drawer .bb-product-filter-link,
  .product-sidebar#agro-mobile-filter-drawer .filter-checkbox label,
  .product-sidebar#agro-mobile-filter-drawer .custome-checkbox .form-check label,
  .product-sidebar#agro-mobile-filter-drawer .form-check-label {
    min-height: 38px !important;
    padding: 8px 10px !important;
    font-size: 13px !important;
  }
  .product-sidebar#agro-mobile-filter-drawer .tags-checkbox label {
    min-height: 42px !important;
    padding: 7px 10px 7px 38px !important;
  }
  .product-sidebar#agro-mobile-filter-drawer .tags-checkbox label::before,
  .product-sidebar#agro-mobile-filter-drawer .tags-checkbox label input[type="checkbox"],
  .product-sidebar#agro-mobile-filter-drawer
    .tags-checkbox
    label
    input.product-filter-item[type="checkbox"] {
    left: 12px !important;
  }
  .product-sidebar#agro-mobile-filter-drawer .tags-checkbox label span {
    min-height: 28px !important;
    padding: 0 13px !important;
    font-size: 13px !important;
  }
  .product-sidebar#agro-mobile-filter-drawer label[for="discounted_only"],
  .product-sidebar#agro-mobile-filter-drawer .bb-product-filter-item #discounted_only + label {
    min-height: 40px !important;
    padding: 9px 40px 9px 12px !important;
    font-size: 13px !important;
  }
  .product-sidebar#agro-mobile-filter-drawer label[for="discounted_only"]::after,
  .product-sidebar#agro-mobile-filter-drawer
    .bb-product-filter-item
    #discounted_only
    + label::after {
    right: 12px !important;
    width: 16px;
    height: 16px;
  }
  .product-sidebar .agro-mobile-filter-drawer-footer {
    min-height: 74px;
    display: grid !important;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 10px;
    padding: 12px 14px calc(12px + env(safe-area-inset-bottom));
    border-top: 1px solid #edf1f7;
    background: rgba(255, 255, 255, 0.96);
    flex: 0 0 auto;
  }
  .product-sidebar .agro-mobile-filter-drawer-footer a,
  .product-sidebar .agro-mobile-filter-drawer-footer button {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: 13px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
  }
  .product-sidebar .agro-mobile-filter-drawer-footer a {
    border: 1px solid #dbe2ff;
    background: #ffffff;
    color: var(--agronova-primary);
  }
  .product-sidebar .agro-mobile-filter-drawer-footer button {
    border: 1px solid var(--agronova-primary);
    background: var(--agronova-primary);
    color: #ffffff;
  }
}
@media (max-width: 575px) {
  .shop-product-filter {
    flex-wrap: wrap;
  }
  .shop-product-filter .total-product {
    order: 3;
    flex-basis: 100%;
  }
  .sort-by-product-area {
    gap: 6px;
  }
  .sort-by-product-area .sort-by-cover {
    margin-right: 0 !important;
  }
  .sort-by-product-wrap {
    min-height: 38px !important;
    padding: 0 9px !important;
    border-radius: 11px !important;
  }
  .sort-by-product-wrap span {
    font-size: 12px !important;
  }
  .product-sidebar#agro-mobile-filter-drawer {
    width: min(360px, 94vw);
  }
}
@media (prefers-reduced-motion: reduce) {
  .product-sidebar#agro-mobile-filter-drawer,
  .agro-product-filter-overlay {
    transition: none !important;
  }
}
@media (max-width: 991px) {
  body.mobile-menu-active {
    overflow: hidden !important;
  }
  .mobile-header-active-old {
    display: none !important;
  }
  .mobile-header-wrapper-style.agro-mobile-drawer {
    width: min(430px, 94vw);
    max-width: min(430px, 94vw);
    height: 100dvh;
    max-height: 100dvh;
    background: #ffffff;
    box-shadow: 24px 0 70px rgba(15, 23, 42, 0.22);
    overflow: hidden;
  }
  .agro-mobile-drawer .mobile-header-wrapper-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #ffffff;
  }
  .agro-mobile-drawer .mobile-header-top {
    min-height: 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    border-bottom: 1px solid #eef2f7;
    background: #ffffff;
  }
  .agro-mobile-drawer .mobile-header-logo {
    width: 128px;
    max-width: 128px;
  }
  .agro-mobile-drawer .mobile-header-logo a,
  .agro-mobile-drawer .mobile-header-logo img {
    display: block;
  }
  .agro-mobile-drawer .mobile-header-logo img {
    width: auto;
    max-width: 128px;
    height: auto;
    max-height: 58px;
    object-fit: contain;
  }
  .agro-mobile-drawer .mobile-menu-close .close-style {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background: rgba(176, 203, 31, 0.16);
    color: #16213e;
  }
  .agro-mobile-drawer .mobile-menu-close .close-style:hover,
  .agro-mobile-drawer .mobile-menu-close .close-style:focus-visible {
    background: rgba(24, 39, 176, 0.08);
    color: var(--agronova-primary);
  }
  .agro-mobile-drawer .mobile-header-content-area {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 14px 18px 16px;
    background: #ffffff;
    scrollbar-color: rgba(24, 39, 176, 0.28) #f2f5fb;
    scrollbar-width: thin;
  }
  .agro-mobile-drawer .mobile-search {
    display: block;
    width: 100%;
    padding: 0 0 12px;
    margin: 0;
    border: 0;
    background: transparent;
  }
  .agro-mobile-drawer .mobile-search form {
    height: 48px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 50px;
    overflow: hidden;
    border: 1px solid #dbe2ff;
    border-radius: 15px;
    background: #fbfcff;
    box-shadow: none;
  }
  .agro-mobile-drawer .mobile-search input {
    width: 100%;
    min-width: 0;
    height: 48px;
    padding: 0 15px;
    border: 0;
    background: transparent;
    color: #16213e;
    font-size: 15px;
    font-weight: 400;
  }
  .agro-mobile-drawer .mobile-search button {
    width: 50px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-left: 1px solid #e5e9f2;
    background: #f2f4f8;
    color: #526078;
    font-size: 18px;
  }
  .agro-mobile-primary-nav {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 2px 0 12px;
    border-bottom: 1px solid #eef2f7;
  }
  .agro-mobile-nav-link {
    width: 100%;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 4px;
    border: 0;
    border-bottom: 1px solid #f0f3f8;
    border-radius: 0;
    background: transparent;
    color: #16213e;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    text-decoration: none;
    box-shadow: none;
  }
  .agro-mobile-nav-link:hover,
  .agro-mobile-nav-link:focus-visible,
  .agro-mobile-category-accordion.is-open > .agro-mobile-nav-link {
    color: var(--agronova-primary);
    background: #f7faf0;
  }
  .agro-mobile-categories-toggle i {
    transition: transform 0.2s ease;
  }
  .agro-mobile-category-accordion.is-open .agro-mobile-categories-toggle i {
    transform: rotate(180deg);
  }
  .agro-mobile-categories-panel {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    padding: 0;
    transition:
      grid-template-rows 0.24s ease,
      padding 0.24s ease;
  }
  .agro-mobile-category-accordion.is-open .agro-mobile-categories-panel {
    grid-template-rows: 1fr;
    padding: 8px 0 10px;
  }
  .agro-mobile-categories-panel[hidden] {
    display: grid;
  }
  .agro-mobile-categories-panel > * {
    min-height: 0;
  }
  .agro-mobile-categories-panel a {
    min-height: 38px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 6px;
    padding: 7px 10px;
    border-radius: 12px;
    background: #fbfcff;
    color: #16213e;
    font-size: 14px;
    font-weight: 450;
    text-decoration: none;
  }
  .agro-mobile-categories-panel a:hover,
  .agro-mobile-categories-panel a:focus-visible {
    background: #f4f7ff;
    color: var(--agronova-primary);
  }
  .agro-mobile-categories-panel img,
  .agro-mobile-categories-panel i {
    width: 24px;
    height: 24px;
    object-fit: contain;
    flex: 0 0 24px;
  }
  .agro-mobile-action-section,
  .agro-mobile-secondary-section {
    margin-top: 14px;
    padding: 14px;
    border: 1px solid #e5e9f2;
    border-radius: 18px;
    background: #ffffff;
  }
  .agro-mobile-action-section > p,
  .agro-mobile-secondary-section > p {
    margin: 0 0 10px;
    color: #64708b;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.02em;
  }
  .agro-mobile-auth-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 10px;
  }
  .agro-mobile-auth-row a {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
  }
  .agro-mobile-auth-secondary,
  .agro-mobile-auth-primary {
    border: 1px solid #dbe2ff;
    background: #ffffff;
    color: var(--agronova-primary);
  }
  .agro-mobile-user-card {
    min-height: 48px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    padding: 8px;
    border-radius: 14px;
    background: #f7faf0;
    color: #16213e;
    font-size: 14px;
    font-weight: 500;
  }
  .agro-mobile-user-card img {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    object-fit: cover;
  }
  .agro-mobile-action-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .agro-mobile-action-grid a,
  .agro-mobile-action-grid button {
    width: 100%;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 10px;
    border: 1px solid #e5e9f2;
    border-radius: 13px;
    background: #fbfcff;
    color: #16213e;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
  }
  .agro-mobile-action-grid button {
    cursor: pointer;
  }
  .agro-mobile-secondary-section {
    display: flex;
    flex-direction: column;
    gap: 4px;
    background: #fbfcff;
  }
  .agro-mobile-secondary-section > a,
  .agro-mobile-language > button {
    min-height: 40px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #16213e;
    font-size: 14px;
    font-weight: 450;
    text-decoration: none;
    text-align: left;
  }
  .agro-mobile-language > button {
    width: 100%;
    justify-content: space-between;
  }
  .agro-mobile-language > button span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }
  .agro-mobile-language .lang-curr-dropdown {
    display: none;
    padding: 6px 0 4px 28px;
  }
  .agro-mobile-language.is-open .lang-curr-dropdown {
    display: block;
  }
  .agro-mobile-language .lang-curr-dropdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .agro-mobile-language .lang-curr-dropdown a {
    min-height: 32px;
    display: flex;
    align-items: center;
    color: var(--agronova-primary);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
  }
  .agro-mobile-drawer .site-copyright {
    margin: 14px 0 0;
    padding: 0 2px 4px;
    color: #64708b;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
  }
}
@media (max-width: 380px) {
  .agro-mobile-drawer .mobile-header-content-area {
    padding-right: 14px;
    padding-left: 14px;
  }
  .agro-mobile-action-grid,
  .agro-mobile-auth-row {
    grid-template-columns: 1fr;
  }
}
body .empty-state > a.btn,
body .empty-state > a.btn.btn-sm,
body .empty-state > a.btn.btn-primary,
body a.agro-filled-cta,
body .table-wishlist a.add-to-cart-button.btn,
body .compare-page a.add-to-cart-button.btn {
  border-color: var(--agronova-primary) !important;
  background: var(--agronova-primary) !important;
  color: #ffffff !important;
  text-decoration: none !important;
}
body .empty-state > a.btn:hover,
body .empty-state > a.btn:focus-visible,
body a.agro-filled-cta:hover,
body a.agro-filled-cta:focus-visible,
body .table-wishlist a.add-to-cart-button.btn:hover,
body .table-wishlist a.add-to-cart-button.btn:focus-visible,
body .compare-page a.add-to-cart-button.btn:hover,
body .compare-page a.add-to-cart-button.btn:focus-visible {
  border-color: #121f8c !important;
  background: #121f8c !important;
  color: #ffffff !important;
}
body .empty-state > a.btn i,
body .empty-state > a.btn svg,
body a.agro-filled-cta i,
body a.agro-filled-cta svg,
body .table-wishlist a.add-to-cart-button.btn i,
body .table-wishlist a.add-to-cart-button.btn svg,
body .compare-page a.add-to-cart-button.btn i,
body .compare-page a.add-to-cart-button.btn svg {
  color: currentColor !important;
  stroke: currentColor !important;
}
body .checkout-page .btn-primary,
body .checkout-page button[type="submit"],
body .checkout-page .checkout-button,
body .checkout-page [data-bb-toggle="checkout-button"],
body .checkout-page .btn-info,
body .checkout-page .btn-success,
body .cart-area .btn-primary,
body .section--shopping-cart .btn,
body .section--shopping-cart .btn-apply-coupon-code,
body .section--shopping-cart .cart-totals > a.btn {
  border-color: var(--agronova-primary) !important;
  background: var(--agronova-primary) !important;
  color: #ffffff !important;
}
body .checkout-page .btn-primary:hover,
body .checkout-page button[type="submit"]:hover,
body .checkout-page .checkout-button:hover,
body .checkout-page [data-bb-toggle="checkout-button"]:hover,
body .checkout-page .btn-info:hover,
body .checkout-page .btn-success:hover,
body .cart-area .btn-primary:hover,
body .section--shopping-cart .btn:hover,
body .section--shopping-cart .btn-apply-coupon-code:hover,
body .section--shopping-cart .cart-totals > a.btn:hover {
  border-color: #121f8c !important;
  background: #121f8c !important;
  color: #ffffff !important;
}
body .checkout-page .btn-primary *,
body .checkout-page button[type="submit"] *,
body .checkout-page .checkout-button *,
body .checkout-page [data-bb-toggle="checkout-button"] *,
body .checkout-page .btn-info *,
body .checkout-page .btn-success *,
body .cart-area .btn-primary *,
body .section--shopping-cart .btn *,
body .section--shopping-cart .btn-apply-coupon-code *,
body .section--shopping-cart .cart-totals > a.btn * {
  color: currentColor !important;
  stroke: currentColor !important;
}
.section--shopping-cart .product-thumbnail img,
.cart-area .cart-img img,
.checkout-product-img-wrapper img,
.shopping-cart-img img {
  width: 72px !important;
  height: 72px !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 12px !important;
  background: #f7faf0 !important;
}
.agro-wholesale-contact {
  gap: 12px;
  align-content: start;
  padding: 28px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 250, 240, 0.94) 100%);
  box-shadow: 0 14px 36px rgba(23, 32, 51, 0.08);
}
.agro-wholesale-contact strong {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(24, 39, 176, 0.08);
  color: var(--agronova-primary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.agro-wholesale-contact a:not(.agro-btn) {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: center;
  gap: 0 12px;
  min-height: 58px;
  padding: 9px 14px;
  border: 1px solid rgba(24, 39, 176, 0.12);
  border-radius: 16px;
  background: #ffffff;
  color: var(--agronova-ink);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  box-shadow: 0 8px 22px rgba(23, 32, 51, 0.05);
}
.agro-contact-phone-link .agro-contact-phone-destination {
  color: var(--agronova-muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}
.agro-contact-phone-link .agro-contact-phone-number {
  color: var(--agronova-ink);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
}
.agro-contact-phone-list {
  display: grid;
  gap: 10px;
  width: 100%;
}
.agro-contact-phone-list .agro-contact-phone-link {
  width: 100%;
  min-height: 54px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 12px 16px;
  border: 1px solid rgba(24, 39, 176, 0.12);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(23, 32, 51, 0.05);
  text-decoration: none;
}
.agro-wholesale-contact .agro-contact-phone-list .agro-contact-phone-link {
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 0 12px;
  min-height: 58px;
  padding: 9px 14px;
}
.agro-contact-phone-list .agro-contact-phone-link:hover,
.agro-contact-phone-list .agro-contact-phone-link:focus-visible {
  border-color: rgba(24, 39, 176, 0.24);
  background: #fbfcff;
  transform: translateY(-1px);
}
.agro-contact-phone-list .agro-contact-phone-destination,
.agro-contact-phone-list .agro-contact-phone-number {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  white-space: normal;
}
.agro-contact-phone-list .agro-contact-phone-destination {
  color: #64708b;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.agro-contact-phone-list .agro-contact-phone-number {
  color: #16213e;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}
.agro-contact-phone-list--inline .agro-contact-phone-link,
.agro-contact-phone-list--links .agro-contact-phone-link {
  grid-template-columns: minmax(0, 1fr) auto;
}
.agro-cta-cards .agro-contact-phone-link {
  display: grid;
  gap: 4px;
}
.agro-cta-cards .agro-contact-phone-list {
  gap: 8px;
}
.agro-cta-cards .agro-contact-phone-list .agro-contact-phone-link {
  min-height: auto;
  grid-template-columns: 1fr;
  gap: 4px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.agro-wholesale-contact a[href^="tel:"]::before,
.agro-wholesale-contact a[href^="mailto:"]::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  margin-right: 0;
  border-radius: 12px;
  background: rgba(176, 203, 31, 0.18);
  color: var(--agronova-primary);
  font-size: 16px;
  font-weight: 700;
}
.agro-wholesale-contact a[href^="tel:"]::before {
  content: "☎";
}
.agro-wholesale-contact a[href^="mailto:"]::before {
  content: "@";
}
.agro-wholesale-contact a:not(.agro-btn):hover {
  transform: translateY(-1px);
  border-color: rgba(24, 39, 176, 0.2);
  color: var(--agronova-primary);
}
.agro-wholesale-contact a:not(.agro-btn) .agro-contact-phone-destination,
.agro-wholesale-contact a:not(.agro-btn) .agro-contact-phone-number {
  grid-column: 2;
  min-width: 0;
}
.agro-wholesale-contact .agro-contact-phone-list .agro-contact-phone-link::before {
  grid-row: 1 / span 2;
  grid-column: 1;
}
.agro-wholesale-contact .agro-contact-phone-list .agro-contact-phone-destination {
  align-self: end;
  margin-bottom: 4px;
  overflow-wrap: anywhere;
}
.agro-wholesale-contact .agro-contact-phone-list .agro-contact-phone-number {
  align-self: start;
}
.agro-wholesale-contact .agro-btn {
  width: auto;
  min-width: 210px;
  min-height: 46px;
  margin-top: 6px;
  padding: 0 22px;
  justify-content: center;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: none;
}
@media (max-width: 575px) {
  .agro-wholesale-contact strong {
    min-height: 26px;
    padding: 0 11px;
    font-size: 11px;
    letter-spacing: 0.08em;
  }
  .agro-wholesale-contact a:not(.agro-btn) {
    width: 100%;
    grid-template-columns: 44px minmax(0, 1fr);
    padding: 9px 12px;
    font-size: 15px;
  }
  .agro-wholesale-contact a[href^="tel:"]::before,
  .agro-wholesale-contact a[href^="mailto:"]::before {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }
  .agro-wholesale-contact .agro-contact-phone-list .agro-contact-phone-link {
    grid-template-columns: 44px minmax(0, 1fr);
    padding: 9px 12px;
  }
  .agro-wholesale-contact .agro-contact-phone-list .agro-contact-phone-destination {
    font-size: 12px;
    line-height: 1.15;
  }
  .agro-wholesale-contact .agro-contact-phone-list .agro-contact-phone-number {
    font-size: 18px;
    line-height: 1.1;
  }
  .agro-wholesale-contact a[href^="mailto:"] {
    overflow-wrap: anywhere;
  }
}
.site-notice {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px;
  z-index: 99999;
  display: none;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}
.site-notice.site-notice--visible {
  display: block;
}
.site-notice.site-notice-full-width .site-notice-body {
  margin: 0 auto;
}
.site-notice.site-notice-minimal {
  padding: 0;
  right: unset;
  border-radius: 5px;
  bottom: 1em;
  flex-direction: column;
  left: 1em;
}
.site-notice.site-notice-minimal .site-notice-body {
  margin: 0 16px 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  max-width: 400px !important;
}
.site-notice.site-notice-minimal .site-notice__inner {
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  padding: 4px;
}
.site-notice.site-notice-minimal .site-notice__message {
  font-size: 13px;
  line-height: 1.5;
  padding: 12px 12px 0;
}
.site-notice.site-notice-minimal .site-notice__actions {
  margin: 0;
  padding: 8px 12px 12px;
  justify-content: flex-end;
  gap: 8px;
}
.site-notice.site-notice-minimal .site-notice__actions button {
  min-width: auto;
  padding: 6px 12px;
  font-size: 12px;
}
.site-notice.site-notice-minimal .site-notice__categories {
  padding: 12px;
  margin-top: 0;
}
.site-notice.site-notice-minimal .site-notice__categories .cookie-category {
  padding: 8px;
  margin-bottom: 8px;
}
.site-notice.site-notice-minimal .site-notice__categories .cookie-category:last-child {
  margin-bottom: 0;
}
.site-notice.site-notice-minimal .site-notice__categories .cookie-category__description {
  font-size: 12px;
}
.site-notice.site-notice-minimal .site-notice__categories .cookie-consent__save {
  padding: 8px 0 0;
  margin-top: 8px;
}
.site-notice.site-notice-minimal
  .site-notice__categories
  .cookie-consent__save
  .cookie-consent__save-button {
  font-size: 12px;
  padding: 6px 12px;
}
.site-notice .site-notice-body {
  padding: 8px 15px;
  border-radius: 4px;
}
.site-notice .site-notice__inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.site-notice .site-notice__message {
  margin: 0;
  line-height: 1.4;
  font-size: 14px;
  flex: 1;
  min-width: 200px;
}
.site-notice .site-notice__message a {
  color: inherit;
  text-decoration: underline;
}
.site-notice .site-notice__message a:hover {
  text-decoration: none;
}
.site-notice .site-notice__categories {
  display: none;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.site-notice .site-notice__categories .cookie-category {
  margin-bottom: 1rem;
  padding: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
.site-notice .site-notice__categories .cookie-category__label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
}
.site-notice .site-notice__categories .cookie-category__label input[type="checkbox"] {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-size: initial;
  height: initial;
  width: auto;
}
.site-notice .site-notice__categories .cookie-category__label input[type="checkbox"]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.site-notice .site-notice__categories .cookie-category__name {
  font-weight: bold;
}
.site-notice .site-notice__categories .cookie-category__description {
  margin: 0;
  font-size: 0.9em;
  opacity: 0.8;
}
.site-notice .site-notice__categories .cookie-consent__save {
  margin-top: 1rem;
  padding: 0.75rem;
}
[dir="rtl"] .site-notice .site-notice__categories .cookie-consent__save {
  text-align: left;
}
.site-notice .site-notice__categories .cookie-consent__save .cookie-consent__save-button {
  padding: 6px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 13px;
  min-width: 100px;
  text-align: center;
  font-weight: bold;
}
.site-notice .site-notice__categories .cookie-consent__save .cookie-consent__save-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.site-notice .site-notice__categories .cookie-consent__save .cookie-consent__save-button:active {
  transform: translateY(0);
}
.site-notice .site-notice__actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: auto;
}
[dir="rtl"] .site-notice .site-notice__actions {
  margin-left: 0;
  margin-right: auto;
}
.site-notice .site-notice__actions button {
  padding: 6px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 13px;
  min-width: 100px;
  text-align: center;
}
.site-notice .site-notice__actions button:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.site-notice .site-notice__actions button:active {
  transform: translateY(0);
}
.site-notice .cookie-consent__actions .site-notice__reject {
  font-weight: 500;
  opacity: 0.95;
}
.site-notice .cookie-consent__actions .site-notice__reject:hover {
  opacity: 1;
}
.site-notice .cookie-consent__actions .site-notice__customize {
  font-weight: 500;
  opacity: 0.95;
}
.site-notice .cookie-consent__actions .site-notice__customize:hover {
  opacity: 1;
}
.site-notice .cookie-consent__actions .site-notice__customize.active {
  opacity: 0.8;
  transform: translateY(0);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.site-notice .cookie-consent__actions .site-notice__agree {
  font-weight: bold;
  position: relative;
}
.site-notice .cookie-consent__actions .site-notice__agree:before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  z-index: -1;
}
@media (max-width: 767px) {
  .site-notice .site-notice__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }
  [dir="rtl"] .site-notice .site-notice__inner {
    flex-direction: column;
  }
  .site-notice .site-notice__actions {
    justify-content: center;
    margin-left: 0;
    gap: 0.4rem;
    flex-wrap: wrap;
  }
  [dir="rtl"] .site-notice .site-notice__actions {
    margin-right: 0;
  }
  .site-notice .site-notice__actions button {
    flex: none;
    min-width: 70px;
    max-width: 100px;
    padding: 6px 10px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 3px;
  }
}
@media (max-width: 991px) {
  .agro-mobile-drawer .mobile-header-top {
    min-height: 76px;
    display: grid;
    grid-template-columns: 104px minmax(104px, 1fr) 44px;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
  }
  .agro-mobile-drawer .mobile-header-logo {
    grid-column: 1;
    justify-self: start;
    width: 104px;
    max-width: 104px;
  }
  .agro-mobile-drawer .mobile-header-logo img {
    max-width: 104px;
    max-height: 50px;
  }
  .agro-mobile-drawer .agro-mobile-language-switcher {
    grid-column: 2;
    justify-self: center;
    min-width: 112px;
    height: 36px;
    display: inline-grid;
    grid-template-columns: repeat(2, minmax(44px, 1fr));
    align-items: center;
    gap: 2px;
    padding: 3px;
    border: 1px solid rgba(24, 39, 176, 0.14);
    border-radius: 999px;
    background: rgba(244, 247, 238, 0.92);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  }
  .agro-mobile-drawer .agro-mobile-language-switcher a {
    min-width: 44px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: var(--agronova-primary, #1827b0);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-decoration: none;
    transition:
      background-color 0.18s ease,
      color 0.18s ease;
  }
  .agro-mobile-drawer .agro-mobile-language-switcher a:not(.is-active):hover,
  .agro-mobile-drawer .agro-mobile-language-switcher a:not(.is-active):focus-visible {
    background: rgba(24, 39, 176, 0.08);
  }
  .agro-mobile-drawer .agro-mobile-language-switcher a.is-active {
    background: var(--agronova-primary, #1827b0);
    color: #ffffff !important;
  }
  .agro-mobile-drawer .mobile-menu-close {
    grid-column: 3;
    justify-self: end;
  }
}
@media (max-width: 380px) {
  .agro-mobile-drawer .mobile-header-top {
    grid-template-columns: 88px minmax(98px, 1fr) 40px;
    gap: 8px;
    padding: 12px 14px;
  }
  .agro-mobile-drawer .mobile-header-logo {
    width: 88px;
    max-width: 88px;
  }
  .agro-mobile-drawer .mobile-header-logo img {
    max-width: 88px;
    max-height: 46px;
  }
  .agro-mobile-drawer .agro-mobile-language-switcher {
    min-width: 100px;
    height: 34px;
  }
  .agro-mobile-drawer .agro-mobile-language-switcher a {
    min-width: 40px;
    height: 26px;
    font-size: 11px;
  }
}
.product-sidebar .product-sidebar {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.product-sidebar .product-sidebar > .agro-shop-filter-head,
.product-sidebar .product-sidebar > .agro-mobile-filter-drawer-head,
.product-sidebar .product-sidebar > .agro-mobile-filter-drawer-footer,
.product-sidebar .agro-shop-filter-head ~ .agro-shop-filter-head {
  display: none !important;
}
.product-sidebar .bb-product-filter-content,
.product-sidebar .bb-product-filter-items,
.product-sidebar .list-filter,
.product-sidebar .bb-product-filter-item,
.product-sidebar .tags-checkbox,
.product-sidebar .tags-checkbox label {
  overflow: visible !important;
}
.product-sidebar .bb-product-filter-items.filter-checkbox .bb-product-filter-item,
.product-sidebar .agro-brand-filter-list .agro-brand-filter-item {
  position: relative !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}
.product-sidebar
  .bb-product-filter-items.filter-checkbox
  .bb-product-filter-item
  > input[type="checkbox"],
.product-sidebar
  .bb-product-filter-items.filter-checkbox
  .bb-product-filter-item
  > input[type="radio"],
.product-sidebar
  .bb-product-filter-items.filter-checkbox.agro-brand-filter-list
  > .agro-brand-filter-item
  > .agro-brand-filter-input,
.product-sidebar
  .bb-product-filter
  .bb-product-filter-items.filter-checkbox.agro-brand-filter-list
  > li.agro-brand-filter-item
  > input.agro-brand-filter-input[type="checkbox"] {
  position: absolute !important;
  inset: 0 auto auto 0 !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}
.product-sidebar
  .bb-product-filter-items.filter-checkbox
  .bb-product-filter-item
  > label:not([for="discounted_only"]),
.product-sidebar
  .bb-product-filter-items.filter-checkbox.agro-brand-filter-list
  > .agro-brand-filter-item
  > .agro-brand-filter-choice,
.product-sidebar
  .bb-product-filter
  .bb-product-filter-items.filter-checkbox.agro-brand-filter-list
  > li.agro-brand-filter-item
  > label.agro-brand-filter-choice {
  position: relative !important;
  width: 100% !important;
  min-height: 48px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 10px 16px 10px 52px !important;
  border: 1px solid var(--agro-filter-border, #dfe7f3) !important;
  border-radius: 999px !important;
  background: #fbfcff !important;
  color: var(--agro-filter-text, #16213e) !important;
  box-shadow: none !important;
  font-size: 14px !important;
  font-weight: 450 !important;
  line-height: 1.2 !important;
  text-align: left !important;
  cursor: pointer !important;
  white-space: normal !important;
}
.product-sidebar
  .bb-product-filter-items.filter-checkbox
  .bb-product-filter-item
  > label:not([for="discounted_only"])::before,
.product-sidebar
  .bb-product-filter-items.filter-checkbox.agro-brand-filter-list
  > .agro-brand-filter-item
  > .agro-brand-filter-choice::before,
.product-sidebar
  .bb-product-filter
  .bb-product-filter-items.filter-checkbox.agro-brand-filter-list
  > li.agro-brand-filter-item
  > label.agro-brand-filter-choice::before {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 18px !important;
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  border: 1px solid #d8e0ee !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  box-shadow: inset 0 0 0 4px #ffffff !important;
  transform: translateY(-50%) !important;
  box-sizing: border-box !important;
}
.product-sidebar
  .bb-product-filter-items.filter-checkbox
  .bb-product-filter-item
  > label:not([for="discounted_only"])::after,
.product-sidebar
  .bb-product-filter-items.filter-checkbox.agro-brand-filter-list
  > .agro-brand-filter-item
  > .agro-brand-filter-choice::after,
.product-sidebar
  .bb-product-filter
  .bb-product-filter-items.filter-checkbox.agro-brand-filter-list
  > li.agro-brand-filter-item
  > label.agro-brand-filter-choice::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 23px !important;
  width: 8px !important;
  height: 8px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--agronova-primary, #1827b0) !important;
  opacity: 0 !important;
  transform: translateY(-50%) scale(0.65) !important;
  transition:
    opacity 0.16s ease,
    transform 0.16s ease !important;
}
.product-sidebar
  .bb-product-filter-items.filter-checkbox
  .bb-product-filter-item
  > input[type="checkbox"]:checked
  + label:not([for="discounted_only"]),
.product-sidebar
  .bb-product-filter-items.filter-checkbox
  .bb-product-filter-item
  > input[type="radio"]:checked
  + label:not([for="discounted_only"]),
.product-sidebar
  .bb-product-filter-items.filter-checkbox.agro-brand-filter-list
  > .agro-brand-filter-item
  > .agro-brand-filter-input:checked
  + .agro-brand-filter-choice,
.product-sidebar
  .bb-product-filter
  .bb-product-filter-items.filter-checkbox.agro-brand-filter-list
  > li.agro-brand-filter-item
  > input.agro-brand-filter-input[type="checkbox"]:checked
  + label.agro-brand-filter-choice {
  border-color: rgba(24, 39, 176, 0.24) !important;
  background: rgba(24, 39, 176, 0.06) !important;
  color: var(--agronova-primary, #1827b0) !important;
}
.product-sidebar
  .bb-product-filter-items.filter-checkbox
  .bb-product-filter-item
  > input[type="checkbox"]:checked
  + label:not([for="discounted_only"])::before,
.product-sidebar
  .bb-product-filter-items.filter-checkbox
  .bb-product-filter-item
  > input[type="radio"]:checked
  + label:not([for="discounted_only"])::before,
.product-sidebar
  .bb-product-filter-items.filter-checkbox.agro-brand-filter-list
  > .agro-brand-filter-item
  > .agro-brand-filter-input:checked
  + .agro-brand-filter-choice::before,
.product-sidebar
  .bb-product-filter
  .bb-product-filter-items.filter-checkbox.agro-brand-filter-list
  > li.agro-brand-filter-item
  > input.agro-brand-filter-input[type="checkbox"]:checked
  + label.agro-brand-filter-choice::before {
  border-color: var(--agronova-primary, #1827b0) !important;
}
.product-sidebar
  .bb-product-filter-items.filter-checkbox
  .bb-product-filter-item
  > input[type="checkbox"]:checked
  + label:not([for="discounted_only"])::after,
.product-sidebar
  .bb-product-filter-items.filter-checkbox
  .bb-product-filter-item
  > input[type="radio"]:checked
  + label:not([for="discounted_only"])::after,
.product-sidebar
  .bb-product-filter-items.filter-checkbox.agro-brand-filter-list
  > .agro-brand-filter-item
  > .agro-brand-filter-input:checked
  + .agro-brand-filter-choice::after,
.product-sidebar
  .bb-product-filter
  .bb-product-filter-items.filter-checkbox.agro-brand-filter-list
  > li.agro-brand-filter-item
  > input.agro-brand-filter-input[type="checkbox"]:checked
  + label.agro-brand-filter-choice::after {
  opacity: 1 !important;
  transform: translateY(-50%) scale(1) !important;
}
.product-sidebar
  .bb-product-filter-items.filter-checkbox.agro-brand-filter-list
  > .agro-brand-filter-item
  > .agro-brand-filter-choice
  span,
.product-sidebar
  .bb-product-filter
  .bb-product-filter-items.filter-checkbox.agro-brand-filter-list
  > li.agro-brand-filter-item
  > label.agro-brand-filter-choice
  > span {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: inherit !important;
  line-height: 1.2 !important;
  text-align: left !important;
}
.product-sidebar label[for="discounted_only"],
.product-sidebar .bb-product-filter-item #discounted_only + label {
  position: relative !important;
  min-height: 48px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  padding: 10px 14px 10px 52px !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  white-space: normal !important;
  text-align: left !important;
}
.product-sidebar label[for="discounted_only"]::after,
.product-sidebar .bb-product-filter-item #discounted_only + label::after {
  top: 50% !important;
  right: auto !important;
  left: 18px !important;
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  transform: translateY(-50%) !important;
}
@media (max-width: 991px) {
  .page-header.breadcrumb-wrap {
    padding: 12px 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid rgba(24, 39, 176, 0.08) !important;
  }
  .page-header.breadcrumb-wrap .breadcrumb {
    min-height: 22px !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    line-height: 1.25 !important;
    white-space: nowrap !important;
  }
  .page-header.breadcrumb-wrap .breadcrumb::-webkit-scrollbar {
    display: none !important;
  }
  .page-header.breadcrumb-wrap .breadcrumb .breadcrumb-item {
    flex: 0 0 auto !important;
    max-width: none !important;
    margin-right: 3px !important;
    white-space: nowrap !important;
  }
  .page-header.breadcrumb-wrap + .container.mb-30 {
    padding-top: 18px !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 22px !important;
  }
  .page-header.breadcrumb-wrap + .container.mb-30 > .row {
    margin-top: 0 !important;
    row-gap: 0 !important;
  }
  .page-header.breadcrumb-wrap + .container.mb-30 > .row > .col-lg-12.m-auto.mt-4 {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }
  .page-header.breadcrumb-wrap + .container.mb-30 > .row > .mt-4,
  .page-header.breadcrumb-wrap + .container.mb-30 .col-lg-9 > .mt-4,
  .page-header.breadcrumb-wrap + .container.mb-30 .products-listing.position-relative,
  .page-header.breadcrumb-wrap
    + .container.mb-30
    .products-listing.position-relative.bb-product-items-wrapper {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .page-header.breadcrumb-wrap + .container.mb-30 .shop-filter-toggle {
    display: none !important;
  }
  .page-header.breadcrumb-wrap + .container.mb-30 .agro-filter-sidebar-col {
    flex: 0 0 0 !important;
    width: 0 !important;
    max-width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }
  .page-header.breadcrumb-wrap + .container.mb-30 .col-lg-9 {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .page-header.breadcrumb-wrap + .container.mb-30 .ps-block__header {
    width: 100% !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
    text-align: left !important;
  }
  .page-header.breadcrumb-wrap + .container.mb-30 .ps-block__header h1 {
    margin: 0 !important;
    color: #16213e !important;
    font-size: 27px !important;
    font-weight: 600 !important;
    line-height: 1.18 !important;
    letter-spacing: 0 !important;
  }
  .page-header.breadcrumb-wrap + .container.mb-30 .ps-block__content,
  .page-header.breadcrumb-wrap + .container.mb-30 .ps-block__content.mb-4 {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
    color: #16213e !important;
    font-size: 15px !important;
    line-height: 1.52 !important;
  }
  .page-header.breadcrumb-wrap + .container.mb-30 .ps-block__content p {
    margin: 0 0 8px !important;
  }
  .page-header.breadcrumb-wrap + .container.mb-30 .ps-block__content p:last-child {
    margin-bottom: 0 !important;
  }
  .products-listing .shop-product-filter.agro-catalog-toolbar {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    align-items: stretch !important;
    gap: 10px !important;
    margin: 0 0 16px !important;
    padding: 0 !important;
  }
  .products-listing .agro-catalog-toolbar .agro-mobile-catalog-heading {
    order: 0 !important;
    grid-column: 1/-1 !important;
    display: block !important;
    margin: 0 0 12px !important;
    text-align: center !important;
  }
  .products-listing .agro-catalog-toolbar .agro-mobile-catalog-heading h1 {
    margin: 0 !important;
    color: #16213e !important;
    font-size: 27px !important;
    font-weight: 600 !important;
    line-height: 1.18 !important;
    letter-spacing: 0 !important;
  }
  .products-listing .shop-product-filter.agro-catalog-toolbar > .sort-by-product-area,
  .products-listing .shop-product-filter.agro-catalog-toolbar > .agro-mobile-filter-toggle {
    min-width: 0 !important;
    width: 100% !important;
    height: 46px !important;
    min-height: 46px !important;
    margin: 0 !important;
  }
  .products-listing .shop-product-filter.agro-catalog-toolbar > .sort-by-product-area {
    order: 1 !important;
    grid-column: 1/2 !important;
  }
  .products-listing .shop-product-filter.agro-catalog-toolbar > .agro-mobile-filter-toggle {
    order: 2 !important;
    grid-column: 2/3 !important;
    padding: 0 14px !important;
    border: 1px solid #dbe2ff !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    color: var(--agronova-primary) !important;
    box-shadow: none !important;
    font-size: 15px !important;
    font-weight: 500 !important;
  }
  .products-listing .shop-product-filter.agro-catalog-toolbar > .agro-mobile-filter-toggle i {
    color: currentColor !important;
    font-size: 18px !important;
  }
  .products-listing .shop-product-filter.agro-catalog-toolbar > .total-product {
    order: 3 !important;
    grid-column: 1/-1 !important;
    width: 100% !important;
    margin: -2px 0 0 !important;
    text-align: right !important;
  }
  .products-listing .shop-product-filter.agro-catalog-toolbar > .total-product p {
    margin: 0 !important;
    color: #64708b !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
  }
  .products-listing .shop-product-filter.agro-catalog-toolbar > .total-product strong {
    color: var(--agronova-primary) !important;
    font-weight: 600 !important;
  }
  .products-listing
    .shop-product-filter.agro-catalog-toolbar
    > .sort-by-product-area
    .sort-by-cover:first-child {
    display: none !important;
  }
  .products-listing
    .shop-product-filter.agro-catalog-toolbar
    > .sort-by-product-area
    .sort-by-cover,
  .products-listing
    .shop-product-filter.agro-catalog-toolbar
    > .sort-by-product-area
    .sort-by-product-wrap {
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
  }
  .products-listing
    .shop-product-filter.agro-catalog-toolbar
    > .sort-by-product-area
    .sort-by-product-wrap {
    min-height: 46px !important;
    height: 46px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    padding: 0 13px !important;
    border: 1px solid #dbe2ff !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    box-shadow: none !important;
  }
  .products-listing
    .shop-product-filter.agro-catalog-toolbar
    > .sort-by-product-area
    .sort-by
    span {
    display: inline-flex !important;
    align-items: center !important;
    color: var(--agronova-primary) !important;
    font-size: 0 !important;
  }
  .products-listing .shop-product-filter.agro-catalog-toolbar > .sort-by-product-area .sort-by i {
    margin: 0 !important;
    color: currentColor !important;
    font-size: 18px !important;
    line-height: 1 !important;
  }
  .products-listing
    .shop-product-filter.agro-catalog-toolbar
    > .sort-by-product-area
    .sort-by-dropdown-wrap {
    min-width: 0 !important;
    flex: 1 1 auto !important;
  }
  .products-listing
    .shop-product-filter.agro-catalog-toolbar
    > .sort-by-product-area
    .sort-by-dropdown-wrap
    > span {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 6px !important;
    margin: 0 !important;
    color: #16213e !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }
  .products-listing
    .shop-product-filter.agro-catalog-toolbar
    > .sort-by-product-area
    .sort-by-dropdown-wrap
    > span
    > span {
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  .products-listing
    .shop-product-filter.agro-catalog-toolbar
    > .sort-by-product-area
    .sort-by-dropdown-wrap
    i {
    flex: 0 0 auto !important;
    color: #64708b !important;
    font-size: 16px !important;
  }
  .products-listing
    .shop-product-filter.agro-catalog-toolbar
    > .sort-by-product-area
    .sort-by-dropdown {
    left: 0 !important;
    right: auto !important;
    min-width: 100% !important;
    z-index: 20 !important;
  }
  .product-sidebar#agro-mobile-filter-drawer {
    visibility: hidden !important;
    pointer-events: none !important;
    box-shadow: none !important;
  }
  .product-sidebar#agro-mobile-filter-drawer.is-mobile-open {
    visibility: visible !important;
    pointer-events: auto !important;
    box-shadow: 22px 0 70px rgba(15, 23, 42, 0.22) !important;
  }
  body:not(.agro-product-filter-open) .agro-product-filter-overlay {
    opacity: 0;
    pointer-events: none;
  }
  .product-sidebar#agro-mobile-filter-drawer
    .bb-product-filter-items.filter-checkbox
    .bb-product-filter-item
    > label:not([for="discounted_only"]),
  .product-sidebar#agro-mobile-filter-drawer
    .bb-product-filter-items.filter-checkbox.agro-brand-filter-list
    > .agro-brand-filter-item
    > .agro-brand-filter-choice,
  .product-sidebar#agro-mobile-filter-drawer
    .bb-product-filter
    .bb-product-filter-items.filter-checkbox.agro-brand-filter-list
    > li.agro-brand-filter-item
    > label.agro-brand-filter-choice,
  .product-sidebar#agro-mobile-filter-drawer .tags-checkbox label {
    min-height: 44px !important;
    padding: 9px 14px 9px 50px !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    white-space: normal !important;
    text-align: left !important;
  }
  .product-sidebar#agro-mobile-filter-drawer label[for="discounted_only"],
  .product-sidebar#agro-mobile-filter-drawer .bb-product-filter-item #discounted_only + label {
    min-height: 48px !important;
    padding: 10px 14px 10px 52px !important;
    font-size: 13px !important;
    line-height: 1.18 !important;
    overflow-wrap: anywhere !important;
  }
  .product-sidebar#agro-mobile-filter-drawer .tags-checkbox label span {
    min-height: 30px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 14px !important;
    line-height: 1.1 !important;
    white-space: normal !important;
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .page-header.breadcrumb-wrap + .container.mb-30 {
    width: min(100% - 36px, 1320px) !important;
    padding-top: 16px !important;
    margin-bottom: 18px !important;
  }
  .page-header.breadcrumb-wrap + .container.mb-30 .ps-block__header h1,
  .products-listing .agro-catalog-toolbar .agro-mobile-catalog-heading h1 {
    font-size: 26px !important;
    line-height: 1.18 !important;
  }
  .page-header.breadcrumb-wrap + .container.mb-30 .ps-block__content,
  .page-header.breadcrumb-wrap + .container.mb-30 .ps-block__content.mb-4 {
    margin-bottom: 16px !important;
  }
  .products-listing .shop-product-filter.agro-catalog-toolbar {
    gap: 9px !important;
    margin-bottom: 14px !important;
  }
}
.product-sidebar
  .bb-product-filter
  .bb-product-filter-items.agro-brand-filter-list
  > li.agro-brand-filter-item {
  position: relative !important;
}
.product-sidebar
  .bb-product-filter
  .bb-product-filter-items.agro-brand-filter-list
  > li.agro-brand-filter-item
  > input.agro-brand-filter-input[type="checkbox"] {
  position: absolute !important;
  top: 50% !important;
  left: 18px !important;
  z-index: 2 !important;
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateY(-50%) !important;
}
.product-sidebar
  .bb-product-filter
  .bb-product-filter-items.agro-brand-filter-list
  > li.agro-brand-filter-item
  > label.agro-brand-filter-choice {
  position: relative !important;
  min-height: 48px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  padding: 10px 16px 10px 52px !important;
  text-align: left !important;
}
.product-sidebar
  .bb-product-filter
  .bb-product-filter-items.agro-brand-filter-list
  > li.agro-brand-filter-item
  > label.agro-brand-filter-choice::before {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 18px !important;
  z-index: 1 !important;
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 6px !important;
  background: #ffffff !important;
  box-shadow: inset 0 0 0 4px #ffffff !important;
  transform: translateY(-50%) !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.product-sidebar
  .bb-product-filter
  .bb-product-filter-items.agro-brand-filter-list
  > li.agro-brand-filter-item
  > label.agro-brand-filter-choice::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 23px !important;
  z-index: 2 !important;
  display: block !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 3px !important;
  background: var(--agronova-primary, #1827b0) !important;
  transform: translateY(-50%) scale(0.75) !important;
  opacity: 0 !important;
  visibility: visible !important;
}
.product-sidebar
  .bb-product-filter
  .bb-product-filter-items.agro-brand-filter-list
  > li.agro-brand-filter-item
  > input.agro-brand-filter-input[type="checkbox"]:checked
  + label.agro-brand-filter-choice {
  border-color: rgba(24, 39, 176, 0.24) !important;
  background: rgba(24, 39, 176, 0.06) !important;
  color: var(--agronova-primary, #1827b0) !important;
}
.product-sidebar
  .bb-product-filter
  .bb-product-filter-items.agro-brand-filter-list
  > li.agro-brand-filter-item
  > input.agro-brand-filter-input[type="checkbox"]:checked
  + label.agro-brand-filter-choice::before {
  border-color: var(--agronova-primary, #1827b0) !important;
}
.product-sidebar
  .bb-product-filter
  .bb-product-filter-items.agro-brand-filter-list
  > li.agro-brand-filter-item
  > input.agro-brand-filter-input[type="checkbox"]:checked
  + label.agro-brand-filter-choice::after {
  opacity: 1 !important;
  transform: translateY(-50%) scale(1) !important;
}
@media (min-width: 992px) {
  .agronova-site-header .header-top,
  .agronova-site-header .header-middle,
  .agronova-site-header .header-bottom[data-sticky-source-navbar] {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: auto;
    transform: none;
    animation: none;
    -webkit-animation: none;
  }
  .agronova-site-header .header-middle {
    overflow: visible;
    padding-top: 0;
    padding-bottom: 0;
    background: rgba(255, 255, 255, 0.94);
  }
  .agronova-site-header .header-top,
  .agronova-site-header .header-top-ptb-1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .agronova-site-header .header-middle .container,
  .agronova-site-header .header-middle .header-wrap {
    position: static;
    overflow: visible;
  }
  .agronova-site-header .header-middle .header-wrap {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
  .agronova-site-header .header-middle .search-style-2 {
    order: 1;
    display: flex;
    justify-content: flex-start;
    max-width: none;
    width: auto;
  }
  .agronova-site-header .header-middle .search-style-2 form {
    width: min(100%, 540px);
  }
  .agronova-site-header .header-middle .logo.logo-width-1 {
    order: 2;
    position: relative;
    z-index: 3;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: auto;
    min-width: 0;
    margin-top: -30px;
    margin-bottom: 0;
    transform: none;
  }
  .agronova-site-header .header-middle .logo a {
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    width: auto;
    line-height: 0;
  }
  .agronova-site-header .header-middle .logo img {
    width: auto;
    max-width: 180px;
    max-height: 110px;
    object-fit: contain;
  }
  .agronova-site-header .header-middle .agro-action-card .lable,
  .agronova-site-header .header-middle .agro-auth-btn {
    color: var(--agronova-text) !important;
  }
  .agronova-site-header .header-middle .agro-action-card .pro-count,
  .agronova-site-header .header-action-icon-2 .pro-count {
    background: var(--agronova-primary) !important;
    color: #ffffff !important;
    border-color: #ffffff !important;
  }
  .agronova-site-header .header-middle .agro-auth-btn-primary {
    background: #ffffff !important;
    border-color: #dbe2ff !important;
    color: var(--agronova-primary) !important;
  }
  .agronova-site-header .header-middle .agro-auth-btn-secondary {
    background: var(--agronova-primary) !important;
    border-color: var(--agronova-primary) !important;
    color: #ffffff !important;
  }
  .agronova-site-header .header-middle .agro-auth-btn-secondary:hover,
  .agronova-site-header .header-middle .agro-auth-btn-secondary:focus-visible {
    background: #121f8c !important;
    color: #ffffff !important;
  }
  .agronova-site-header .header-middle .header-action-right {
    order: 3;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: auto;
  }
  .agronova-site-header .header-bottom[data-sticky-source-navbar] {
    min-height: 56px;
    height: 56px;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
    background: #ffffff;
    border-top: 1px solid rgba(24, 39, 176, 0.06);
    border-bottom: 1px solid rgba(24, 39, 176, 0.1);
  }
  .agronova-site-header .header-bottom[data-sticky-source-navbar] > .container,
  .agro-sticky-navbar-clone > .container {
    height: 100%;
  }
  .agronova-site-header .header-bottom[data-sticky-source-navbar] .header-wrap,
  .agro-sticky-navbar-clone .header-wrap {
    min-height: 56px;
    height: 56px;
    align-items: stretch;
    padding-top: 0;
    padding-bottom: 0;
  }
  .agronova-site-header .header-bottom[data-sticky-source-navbar] .header-nav,
  .agro-sticky-navbar-clone .header-nav {
    position: relative;
    min-height: 56px;
    height: 56px;
    align-self: stretch;
    align-items: stretch;
    gap: 0;
    overflow: visible;
  }
  .agronova-site-header .header-bottom[data-sticky-source-navbar] .main-categories-wrap,
  .agro-sticky-navbar-clone .main-categories-wrap {
    position: static;
    display: flex;
    align-items: stretch;
    align-self: stretch;
    height: 56px;
    margin: 0;
    padding: 0;
    z-index: 120;
  }
  .agronova-site-header .header-bottom[data-sticky-source-navbar] .categories-button-active,
  .agro-sticky-navbar-clone .categories-button-active {
    width: 100%;
    min-width: 0;
    min-height: 56px;
    height: 56px;
    align-self: stretch;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 20px;
    margin: 0;
    border: 0;
    border-radius: 0 !important;
    background: var(--agronova-primary) !important;
    color: #ffffff !important;
    box-shadow: none;
    white-space: nowrap;
  }
  .agronova-site-header .header-bottom[data-sticky-source-navbar] .categories-button-active span,
  .agronova-site-header .header-bottom[data-sticky-source-navbar] .categories-button-active i,
  .agro-sticky-navbar-clone .categories-button-active span,
  .agro-sticky-navbar-clone .categories-button-active i {
    color: #ffffff !important;
    stroke: #ffffff;
  }
  .agronova-site-header .header-bottom[data-sticky-source-navbar] .categories-button-label,
  .agro-sticky-navbar-clone .categories-button-label {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
  }
  .agronova-site-header .header-bottom[data-sticky-source-navbar] .main-menu,
  .agro-sticky-navbar-clone .main-menu {
    display: flex;
    flex: 0 1 auto;
    min-width: 0;
    height: 56px;
    align-self: stretch;
    align-items: stretch;
    margin-left: auto;
  }
  .agronova-site-header .header-bottom[data-sticky-source-navbar] .main-menu > nav,
  .agro-sticky-navbar-clone .main-menu > nav {
    width: 100%;
    height: 56px;
  }
  .agronova-site-header .header-bottom[data-sticky-source-navbar] .main-menu > nav > ul,
  .agro-sticky-navbar-clone .main-menu > nav > ul {
    height: 56px;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    gap: 0 !important;
    margin: 0;
    width: 100%;
  }
  .agronova-site-header .header-bottom[data-sticky-source-navbar] .main-menu > nav > ul > li,
  .agro-sticky-navbar-clone .main-menu > nav > ul > li {
    flex: 0 0 auto;
    display: flex;
    align-items: stretch;
    height: 56px;
    margin: 0;
  }
  .agronova-site-header .header-bottom[data-sticky-source-navbar] .main-menu > nav > ul > li > a,
  .agro-sticky-navbar-clone .main-menu > nav > ul > li > a {
    min-height: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--agronova-text) !important;
    font-size: 13px;
    font-weight: 500 !important;
    line-height: normal;
    white-space: nowrap;
  }
  .agronova-site-header
    .header-bottom[data-sticky-source-navbar]
    .main-menu
    > nav
    > ul
    > li
    > a:hover,
  .agronova-site-header
    .header-bottom[data-sticky-source-navbar]
    .main-menu
    > nav
    > ul
    > li.current-menu-item
    > a,
  .agro-sticky-navbar-clone .main-menu > nav > ul > li > a:hover,
  .agro-sticky-navbar-clone .main-menu > nav > ul > li.current-menu-item > a {
    background: rgba(24, 39, 176, 0.055);
    color: var(--agronova-primary) !important;
  }
  .agronova-site-header .header-bottom[data-sticky-source-navbar] .categories-dropdown-wrap,
  .agro-sticky-navbar-clone .categories-dropdown-wrap {
    position: absolute;
    top: calc(100% - 1px);
    left: 50%;
    right: auto;
    width: min(1320px, calc(100vw - 40px));
    min-width: 0;
    max-width: none;
    margin: 0;
    padding: 12px;
    border: 1px solid rgba(24, 39, 176, 0.1);
    border-top: 0;
    border-radius: 0 0 16px 16px;
    background: #ffffff;
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.14);
    transform: translate(-50%, 8px);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    z-index: 130;
    transition:
      opacity 0.16s ease,
      transform 0.16s ease,
      visibility 0.16s ease;
  }
  .agronova-site-header
    .header-bottom[data-sticky-source-navbar]
    .main-categories-wrap:hover
    .categories-dropdown-wrap,
  .agronova-site-header
    .header-bottom[data-sticky-source-navbar]
    .main-categories-wrap:focus-within
    .categories-dropdown-wrap,
  .agronova-site-header
    .header-bottom[data-sticky-source-navbar]
    .main-categories-wrap.is-open
    .categories-dropdown-wrap,
  .agronova-site-header
    .header-bottom[data-sticky-source-navbar]
    .categories-button-active.open
    + .categories-dropdown-wrap,
  .agro-sticky-navbar-clone .main-categories-wrap:hover .categories-dropdown-wrap,
  .agro-sticky-navbar-clone .main-categories-wrap:focus-within .categories-dropdown-wrap,
  .agro-sticky-navbar-clone .main-categories-wrap.is-open .categories-dropdown-wrap,
  .agro-sticky-navbar-clone .categories-button-active.open + .categories-dropdown-wrap {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }
  .agronova-site-header .header-bottom[data-sticky-source-navbar] .agro-categories-mega,
  .agro-sticky-navbar-clone .agro-categories-mega {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 10px;
    width: 100%;
    max-height: min(540px, calc(100vh - 150px));
    overflow: hidden;
  }
  .agro-mega-primary {
    display: flex;
    flex-direction: column;
    gap: 6px;
    overflow: auto;
    padding-right: 4px;
  }
  .agro-mega-primary-item {
    min-height: 48px;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 16px;
    align-items: center;
    gap: 10px;
    padding: 7px 9px;
    border: 1px solid transparent;
    border-radius: 12px;
    background: #fbfcff;
    color: var(--agronova-text);
    text-align: left;
  }
  .agro-mega-primary-item.is-active,
  .agro-mega-primary-item:hover,
  .agro-mega-primary-item:focus-visible {
    border-color: rgba(24, 39, 176, 0.16);
    background: #f4f7ff;
    color: var(--agronova-primary);
  }
  .agro-mega-primary-media {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #f7faf0;
  }
  .agro-mega-primary-media img {
    width: 30px;
    height: 30px;
    object-fit: contain;
  }
  .agro-mega-primary-title {
    color: currentColor;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
  }
  .agro-mega-primary-meta {
    display: none;
  }
  .agro-mega-panel {
    display: none;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    min-width: 0;
  }
  .agro-mega-panel.is-active {
    display: grid;
  }
  .agro-mega-panel-main {
    border: 1px solid rgba(24, 39, 176, 0.08);
    border-radius: 14px;
    background: #ffffff;
  }
  .agro-mega-panel-main {
    padding: 12px;
    overflow: auto;
  }
  .agro-mega-section-head {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 10px;
  }
  .agro-mega-section-kicker {
    color: var(--agronova-muted);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .agro-mega-section-title {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--agronova-text) !important;
    font-size: 19px;
    font-weight: 650;
    line-height: 1.2;
  }
  .agro-mega-links-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }
  .agro-mega-link-card,
  .agro-mega-link-card.is-wide {
    min-height: 38px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 16px;
    align-items: center;
    gap: 8px;
    grid-column: auto;
    padding: 8px 10px;
    border: 1px solid #edf1f8;
    border-radius: 10px;
    background: #fbfcff;
    color: var(--agronova-text) !important;
  }
  .agro-mega-link-card:hover,
  .agro-mega-link-card:focus-visible {
    border-color: rgba(24, 39, 176, 0.16);
    color: var(--agronova-primary) !important;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.07);
    transform: translateY(-1px);
  }
  .agro-mega-link-title {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: currentColor;
    font-size: 14px;
    font-weight: 550;
    line-height: 1.2;
  }
  .agro-mega-link-meta {
    display: none;
  }
  .agro-mega-link-arrow {
    display: inline-flex;
    justify-content: flex-end;
    color: rgba(24, 39, 176, 0.58);
    font-size: 12px;
  }
}
.agro-sticky-navbar-clone {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1040;
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(24, 39, 176, 0.1);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.1);
  backdrop-filter: blur(16px) saturate(135%);
  -webkit-backdrop-filter: blur(16px) saturate(135%);
  transform: translateY(-110%);
  opacity: 0;
  pointer-events: none;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}
.agro-sticky-navbar-clone.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 575px) {
  .agro-hero-v2 {
    min-height: 0 !important;
  }
  .agro-hero-v2::after {
    right: -180px;
    bottom: -220px;
    width: 380px;
    height: 380px;
    border-width: 38px;
  }
  .agro-hero-v2-inner {
    width: min(100% - 32px, 430px) !important;
    display: block !important;
    padding: 28px 0 34px !important;
  }
  .agro-hero-v2-copy {
    max-width: none !important;
  }
  .agro-hero-v2 .agro-eyebrow {
    margin-bottom: 10px !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
  }
  .agro-hero-v2 h1 {
    max-width: 360px !important;
    font-size: 34px !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
  }
  .agro-hero-v2-copy > p:not(.agro-eyebrow) {
    max-width: 390px !important;
    margin-top: 14px !important;
    font-size: 15px !important;
    line-height: 1.52 !important;
  }
  .agro-hero-v2 .agro-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    margin-top: 18px !important;
  }
  .agro-hero-v2 .agro-btn {
    width: 100% !important;
    min-height: 46px !important;
    padding: 0 12px !important;
    border-radius: 10px !important;
    font-size: 14px !important;
  }
  .agro-hero-v2 .agro-trust-row {
    gap: 8px !important;
    margin-top: 14px !important;
  }
  .agro-hero-v2 .agro-trust-row span {
    min-height: 30px !important;
    padding: 0 11px !important;
    font-size: 12px !important;
  }
  .agro-hero-v2 .agro-quick-find {
    gap: 7px !important;
    margin-top: 14px !important;
    font-size: 13px !important;
  }
  .agro-hero-v2 .agro-quick-find a {
    min-height: 30px !important;
    padding: 0 11px !important;
    font-size: 12px !important;
  }
  .agro-hero-v2 .agro-hero-visual,
  .agro-hero-v2 .agro-hero-ad-slot {
    display: none !important;
    min-height: 0 !important;
  }
}
@media (max-width: 991px) {
  .agro-mobile-drawer .mobile-header-top {
    min-height: 96px !important;
    display: grid !important;
    grid-template-columns: 132px minmax(110px, 1fr) 48px !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 16px 22px !important;
  }
  .agro-mobile-drawer .mobile-header-logo {
    grid-column: 1 !important;
    justify-self: start !important;
    width: 132px !important;
    max-width: 132px !important;
    margin: 0 !important;
  }
  .agro-mobile-drawer .mobile-header-logo img {
    width: auto !important;
    max-width: 132px !important;
    max-height: 76px !important;
    object-fit: contain !important;
  }
  .agro-mobile-drawer .agro-mobile-language-switcher {
    grid-column: 2 !important;
    justify-self: center !important;
    min-width: 128px !important;
    height: 42px !important;
  }
  .agro-mobile-drawer .agro-mobile-language-switcher a {
    height: 34px !important;
    font-size: 13px !important;
  }
  .agro-mobile-drawer .mobile-menu-close {
    position: static !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    grid-column: 3 !important;
    justify-self: end !important;
    align-self: center !important;
    width: 48px !important;
    height: 48px !important;
    margin: 0 !important;
    transform: none !important;
  }
  .agro-mobile-drawer .mobile-menu-close .close-style {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    border-radius: 999px !important;
  }
}
:root {
  --agronova-button-radius: 12px;
}
:where(
  .btn,
  .button,
  button,
  input[type="button"],
  input[type="submit"],
  input[type="reset"],
  [role="button"],
  .agro-btn,
  .agro-auth-btn,
  .agro-action-card,
  .agro-nav-cart,
  .categories-button-active,
  .categories-button-active-2,
  .shopping-cart-button a,
  .cart-action a,
  .checkout-button,
  .button-add-to-cart,
  .product-content-wrap .add-cart .add,
  .product-extra-link2 a,
  .coupon button,
  .newsletter button,
  .form-subscribe button
) {
  border-radius: var(--agronova-button-radius) !important;
}
.agronova-site-header .agro-site-logo-img,
.agro-mobile-drawer .agro-site-logo-img,
.mobile-header-active-old .agro-site-logo-img {
  display: block !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}
@media (min-width: 992px) {
  .agronova-site-header .header-middle .header-wrap {
    min-height: 100px !important;
    align-items: center !important;
  }
  .agronova-site-header .header-middle .logo.logo-width-1 a {
    align-items: center !important;
  }
  .agronova-site-header .header-middle .logo img,
  .agronova-site-header .header-middle .agro-site-logo-img {
    max-width: 220px !important;
    max-height: 118px !important;
  }
  .agronova-site-header .header-bottom[data-sticky-source-navbar] .main-categories-wrap,
  .agro-sticky-navbar-clone .main-categories-wrap {
    position: relative !important;
    flex: 0 0 260px !important;
    width: 260px !important;
    min-width: 260px !important;
    max-width: 260px !important;
  }
  .agronova-site-header .header-bottom[data-sticky-source-navbar] .header-nav,
  .agro-sticky-navbar-clone .header-nav {
    position: relative !important;
    width: 100% !important;
    min-width: 0 !important;
    display: flex !important;
    align-items: stretch !important;
    gap: 0 !important;
  }
  .agronova-site-header .header-bottom[data-sticky-source-navbar] .main-menu,
  .agro-sticky-navbar-clone .main-menu {
    flex: 0 1 auto !important;
    min-width: 0 !important;
    height: 56px !important;
    margin-left: auto !important;
  }
  .agronova-site-header .header-bottom[data-sticky-source-navbar] .main-menu > nav,
  .agro-sticky-navbar-clone .main-menu > nav {
    width: 100% !important;
    height: 56px !important;
  }
  .agronova-site-header .header-bottom[data-sticky-source-navbar] .main-menu > nav > ul,
  .agro-sticky-navbar-clone .main-menu > nav > ul {
    height: 56px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 0 !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .agronova-site-header .header-bottom[data-sticky-source-navbar] .main-menu > nav > ul > li,
  .agro-sticky-navbar-clone .main-menu > nav > ul > li {
    flex: 0 0 auto !important;
    min-width: auto !important;
    display: flex !important;
    height: 56px !important;
    align-items: stretch !important;
  }
  .agronova-site-header .header-bottom[data-sticky-source-navbar] .main-menu > nav > ul > li > a,
  .agro-sticky-navbar-clone .main-menu > nav > ul > li > a {
    min-height: 56px !important;
    height: 56px !important;
    width: auto !important;
    padding: 0 18px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    text-align: center !important;
    white-space: nowrap !important;
  }
  .agronova-site-header .header-bottom[data-sticky-source-navbar] .categories-dropdown-wrap,
  .agro-sticky-navbar-clone .categories-dropdown-wrap {
    top: calc(100% - 1px) !important;
    right: auto !important;
    left: 0 !important;
    width: min(1140px, calc(100vw - 40px)) !important;
    min-width: min(900px, calc(100vw - 40px)) !important;
    max-width: calc(100vw - 40px) !important;
    max-height: calc(100vh - 145px) !important;
    padding: 14px 20px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    transform: translateY(8px) !important;
  }
  .agronova-site-header
    .header-bottom[data-sticky-source-navbar]
    .categories-dropdown-inner,
  .agro-sticky-navbar-clone .categories-dropdown-inner {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .agronova-site-header
    .header-bottom[data-sticky-source-navbar]
    .main-categories-wrap:hover
    .categories-dropdown-wrap,
  .agronova-site-header
    .header-bottom[data-sticky-source-navbar]
    .main-categories-wrap:focus-within
    .categories-dropdown-wrap,
  .agronova-site-header
    .header-bottom[data-sticky-source-navbar]
    .main-categories-wrap.is-open
    .categories-dropdown-wrap,
  .agronova-site-header
    .header-bottom[data-sticky-source-navbar]
    .categories-button-active.open
    + .categories-dropdown-wrap,
  .agro-sticky-navbar-clone .main-categories-wrap:hover .categories-dropdown-wrap,
  .agro-sticky-navbar-clone .main-categories-wrap:focus-within .categories-dropdown-wrap,
  .agro-sticky-navbar-clone .main-categories-wrap.is-open .categories-dropdown-wrap,
  .agro-sticky-navbar-clone .categories-button-active.open + .categories-dropdown-wrap {
    transform: translateY(0) !important;
  }
  .agronova-site-header .header-bottom[data-sticky-source-navbar] .agro-categories-mega,
  .agro-sticky-navbar-clone .agro-categories-mega {
    grid-template-columns: 300px minmax(0, 1fr) !important;
    gap: 14px !important;
    width: 100% !important;
    max-height: none !important;
    overflow: visible !important;
  }
  .agronova-site-header .header-bottom[data-sticky-source-navbar] .agro-mega-content,
  .agro-sticky-navbar-clone .agro-mega-content {
    min-width: 0 !important;
    max-height: calc(100vh - 180px) !important;
    overflow: hidden !important;
  }
  .agronova-site-header .header-bottom[data-sticky-source-navbar] .agro-mega-primary,
  .agro-sticky-navbar-clone .agro-mega-primary {
    gap: 8px !important;
    padding-right: 0 !important;
  }
  .agronova-site-header .header-bottom[data-sticky-source-navbar] .agro-mega-primary-item,
  .agro-sticky-navbar-clone .agro-mega-primary-item {
    min-height: 58px !important;
    grid-template-columns: 46px minmax(0, 1fr) 18px !important;
    gap: 12px !important;
    padding: 8px 12px !important;
  }
  .agronova-site-header .header-bottom[data-sticky-source-navbar] .agro-mega-primary-media,
  .agro-sticky-navbar-clone .agro-mega-primary-media {
    width: 42px !important;
    height: 42px !important;
  }
  .agronova-site-header .header-bottom[data-sticky-source-navbar] .agro-mega-primary-title,
  .agro-sticky-navbar-clone .agro-mega-primary-title {
    font-size: 15px !important;
    line-height: 1.25 !important;
    white-space: normal !important;
  }
  .agronova-site-header .header-bottom[data-sticky-source-navbar] .agro-mega-panel,
  .agro-sticky-navbar-clone .agro-mega-panel {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 14px !important;
    min-width: 0 !important;
    max-height: calc(100vh - 180px) !important;
    overflow: hidden !important;
  }
  .agronova-site-header .header-bottom[data-sticky-source-navbar] .agro-mega-panel-main,
  .agro-sticky-navbar-clone .agro-mega-panel-main {
    padding: 16px !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }
  .agronova-site-header .header-bottom[data-sticky-source-navbar] .agro-mega-links-wrap,
  .agro-sticky-navbar-clone .agro-mega-links-wrap {
    position: relative !important;
    min-height: 0 !important;
  }
  .agronova-site-header .header-bottom[data-sticky-source-navbar] .agro-mega-links-grid,
  .agro-sticky-navbar-clone .agro-mega-links-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 10px 12px !important;
  }
  .agronova-site-header
    .header-bottom[data-sticky-source-navbar]
    .agro-mega-panel.has-collapsed-links:not(.is-expanded)
    .agro-mega-link-card:nth-child(n + 22),
  .agro-sticky-navbar-clone
    .agro-mega-panel.has-collapsed-links:not(.is-expanded)
    .agro-mega-link-card:nth-child(n + 22) {
    display: none !important;
  }
  .agronova-site-header
    .header-bottom[data-sticky-source-navbar]
    .agro-mega-panel.has-collapsed-links
    .agro-mega-links-wrap::after,
  .agro-sticky-navbar-clone .agro-mega-panel.has-collapsed-links .agro-mega-links-wrap::after {
    content: "" !important;
    position: absolute !important;
    right: 0 !important;
    bottom: 42px !important;
    left: 0 !important;
    height: 42px !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff) !important;
    pointer-events: none !important;
  }
  .agronova-site-header
    .header-bottom[data-sticky-source-navbar]
    .agro-mega-panel.has-collapsed-links.is-expanded
    .agro-mega-links-wrap::after,
  .agro-sticky-navbar-clone
    .agro-mega-panel.has-collapsed-links.is-expanded
    .agro-mega-links-wrap::after {
    content: none !important;
  }
  .agronova-site-header
    .header-bottom[data-sticky-source-navbar]
    .agro-mega-panel.has-collapsed-links.is-expanded
    .agro-mega-links-wrap,
  .agro-sticky-navbar-clone .agro-mega-panel.has-collapsed-links.is-expanded .agro-mega-links-wrap {
    max-height: calc(100vh - 260px) !important;
    overflow-y: auto !important;
    padding-right: 4px !important;
  }
  .agronova-site-header .header-bottom[data-sticky-source-navbar] .agro-mega-toggle-more,
  .agro-sticky-navbar-clone .agro-mega-toggle-more {
    min-height: 34px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 14px auto 0 !important;
    padding: 0 16px !important;
    border: 1px solid #dfe5ef !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    color: #374151 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06) !important;
    cursor: pointer !important;
  }
  .agronova-site-header .header-bottom[data-sticky-source-navbar] .agro-mega-toggle-more:hover,
  .agronova-site-header .header-bottom[data-sticky-source-navbar] .agro-mega-toggle-more:focus-visible,
  .agro-sticky-navbar-clone .agro-mega-toggle-more:hover,
  .agro-sticky-navbar-clone .agro-mega-toggle-more:focus-visible {
    border-color: #cbd5e1 !important;
    background: #f8fafc !important;
    color: #111827 !important;
  }
  .agronova-site-header .header-bottom[data-sticky-source-navbar] .agro-mega-link-card,
  .agronova-site-header .header-bottom[data-sticky-source-navbar] .agro-mega-link-card.is-wide,
  .agro-sticky-navbar-clone .agro-mega-link-card,
  .agro-sticky-navbar-clone .agro-mega-link-card.is-wide {
    min-height: 48px !important;
    align-items: center !important;
    padding: 10px 42px 10px 14px !important;
  }
  .agronova-site-header .header-bottom[data-sticky-source-navbar] .agro-mega-link-title,
  .agro-sticky-navbar-clone .agro-mega-link-title {
    display: -webkit-box !important;
    overflow: hidden !important;
    white-space: normal !important;
    font-size: 14px !important;
    line-height: 1.25 !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
  }
  .agronova-site-header .header-bottom[data-sticky-source-navbar] .categories-button-active,
  .agro-sticky-navbar-clone .categories-button-active {
    width: 100% !important;
    min-width: 0 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .agronova-site-header .header-bottom[data-sticky-source-navbar] .header-nav,
  .agro-sticky-navbar-clone .header-nav {
    gap: 0 !important;
  }
  .agronova-site-header .header-bottom[data-sticky-source-navbar] .main-menu > nav > ul,
  .agro-sticky-navbar-clone .main-menu > nav > ul {
    gap: 0 !important;
  }
  .agronova-site-header .header-bottom[data-sticky-source-navbar] .main-menu > nav > ul > li > a,
  .agro-sticky-navbar-clone .main-menu > nav > ul > li > a {
    font-size: 13px !important;
  }
  .agronova-site-header .header-bottom[data-sticky-source-navbar] .categories-button-active,
  .agro-sticky-navbar-clone .categories-button-active {
    width: 100% !important;
    min-width: 0 !important;
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .agronova-site-header .header-middle .header-wrap {
    min-height: 88px !important;
  }
  .agronova-site-header .header-middle .logo img,
  .agronova-site-header .header-middle .agro-site-logo-img {
    max-width: 190px !important;
    max-height: 104px !important;
  }
  .agronova-site-header .header-bottom[data-sticky-source-navbar] .header-nav,
  .agro-sticky-navbar-clone .header-nav {
    gap: 0 !important;
  }
  .agronova-site-header .header-bottom[data-sticky-source-navbar] .main-menu > nav > ul,
  .agro-sticky-navbar-clone .main-menu > nav > ul {
    gap: 0 !important;
  }
  .agronova-site-header .header-bottom[data-sticky-source-navbar] .main-menu > nav > ul > li > a,
  .agro-sticky-navbar-clone .main-menu > nav > ul > li > a {
    font-size: 13px !important;
  }
  .agronova-site-header .header-bottom[data-sticky-source-navbar] .categories-dropdown-wrap,
  .agro-sticky-navbar-clone .categories-dropdown-wrap {
    width: min(1120px, calc(100vw - 32px)) !important;
    min-width: 0 !important;
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .agronova-site-header
    .header-bottom[data-sticky-source-navbar]
    .categories-dropdown-inner,
  .agro-sticky-navbar-clone .categories-dropdown-inner {
    width: 100% !important;
  }
  .agronova-site-header .header-bottom[data-sticky-source-navbar] .agro-categories-mega,
  .agro-sticky-navbar-clone .agro-categories-mega {
    grid-template-columns: 260px minmax(0, 1fr) !important;
    gap: 12px !important;
  }
  .agronova-site-header .header-bottom[data-sticky-source-navbar] .agro-mega-panel,
  .agro-sticky-navbar-clone .agro-mega-panel {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
  }
  .agronova-site-header .header-bottom[data-sticky-source-navbar] .agro-mega-links-grid,
  .agro-sticky-navbar-clone .agro-mega-links-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 991px) {
  .agronova-site-header .header-bottom .logo img,
  .agronova-site-header .header-bottom .agro-site-logo-img {
    max-width: 118px !important;
    max-height: 76px !important;
  }
  .agro-mobile-drawer .mobile-header-logo img,
  .agro-mobile-drawer .mobile-header-logo .agro-site-logo-img,
  .mobile-header-active-old .mobile-header-logo img,
  .mobile-header-active-old .mobile-header-logo .agro-site-logo-img {
    max-width: 132px !important;
    max-height: 76px !important;
  }
}
@media (max-width: 575px) {
  .agronova-site-header .header-bottom .logo img,
  .agronova-site-header .header-bottom .agro-site-logo-img {
    max-width: 108px !important;
    max-height: 72px !important;
  }
}

.agronova-site-header .header-middle .search-style-2 {
  flex: 0 1 520px !important;
  width: 520px !important;
  max-width: 520px !important;
  min-width: 0 !important;
}
.agronova-site-header .header-middle .search-style-2 form,
.agronova-site-header .search-style-2 .form--quick-search {
  width: 100% !important;
  max-width: 520px !important;
}
.agronova-site-header .search-style-2 .form--quick-search {
  min-height: 52px !important;
  height: 52px !important;
  display: flex !important;
  align-items: center !important;
  gap: 0 !important;
  overflow: hidden !important;
  border-color: #e5e7eb !important;
  border-radius: 13px !important;
  background: #ffffff !important;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04) !important;
}
.agronova-site-header .search-style-2 .form-group--icon {
  width: 150px !important;
  min-width: 150px !important;
  max-width: 150px !important;
  height: 52px !important;
  min-height: 52px !important;
  flex: 0 0 150px !important;
  display: flex !important;
  align-items: center !important;
  position: relative !important;
  padding-right: 12px !important;
  padding-left: 16px !important;
  margin-right: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  background: transparent !important;
}
.agronova-site-header .search-style-2 .form-group--icon::after {
  content: "" !important;
  position: absolute !important;
  top: 12px !important;
  right: 0 !important;
  bottom: 12px !important;
  width: 1px !important;
  background: #e5e7eb !important;
  pointer-events: none !important;
}
.agronova-site-header .search-style-2 .product-cat-label {
  height: 52px !important;
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 30px 0 0 !important;
  overflow: hidden !important;
  color: #111827 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.agronova-site-header .search-style-2 .product-cat-label::after {
  right: 8px !important;
  width: 8px !important;
  height: 8px !important;
  border-color: #6b7280 !important;
}
.agronova-site-header .search-style-2 .product-category-select {
  height: 52px !important;
  cursor: pointer !important;
}
.agronova-site-header .search-style-2 .input-search-product {
  width: auto !important;
  min-width: 0 !important;
  height: 52px !important;
  min-height: 52px !important;
  flex: 1 1 auto !important;
  padding: 0 16px 0 18px !important;
  overflow: visible !important;
  border: 0 !important;
  background: transparent !important;
  color: #111827 !important;
  font-size: 15px !important;
  line-height: 52px !important;
  text-overflow: clip !important;
  box-shadow: none !important;
}
.agronova-site-header .search-style-2 .input-search-product::placeholder {
  color: #9ca3af !important;
  opacity: 1 !important;
}
.agronova-site-header .search-style-2 .btn {
  width: 56px !important;
  min-width: 56px !important;
  height: 52px !important;
  min-height: 52px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  background: #f3f4f6 !important;
  color: #374151 !important;
  border-left: 1px solid #e5e7eb !important;
  border-radius: 0 12px 12px 0 !important;
}
.agronova-site-header .search-style-2 .btn:hover,
.agronova-site-header .search-style-2 .btn:focus-visible {
  background: #e9edf2 !important;
  color: #1f2937 !important;
}
.agronova-site-header .search-style-2 .btn svg,
.agronova-site-header .search-style-2 .btn svg *,
.agronova-site-header .search-style-2 .btn i {
  width: 22px !important;
  height: 22px !important;
  color: #374151 !important;
  stroke: #374151 !important;
}
.agronova-site-header .search-style-2 .btn:hover svg,
.agronova-site-header .search-style-2 .btn:hover svg *,
.agronova-site-header .search-style-2 .btn:focus-visible svg,
.agronova-site-header .search-style-2 .btn:focus-visible svg *,
.agronova-site-header .search-style-2 .btn:hover i,
.agronova-site-header .search-style-2 .btn:focus-visible i {
  color: #1f2937 !important;
  stroke: #1f2937 !important;
}

@media (max-width: 768px) {
  .agronova-site-header .header-middle .search-style-2 {
    max-width: 100% !important;
  }
  .agronova-site-header .search-style-2 .form--quick-search {
    height: 48px !important;
    min-height: 48px !important;
  }
  .agronova-site-header .search-style-2 .form-group--icon {
    width: 145px !important;
    min-width: 145px !important;
    max-width: 145px !important;
    height: 48px !important;
    min-height: 48px !important;
    flex-basis: 145px !important;
    padding-left: 14px !important;
  }
  .agronova-site-header .search-style-2 .product-cat-label,
  .agronova-site-header .search-style-2 .product-category-select,
  .agronova-site-header .search-style-2 .input-search-product,
  .agronova-site-header .search-style-2 .btn {
    height: 48px !important;
    min-height: 48px !important;
  }
  .agronova-site-header .search-style-2 .input-search-product {
    padding-left: 16px !important;
    font-size: 14px !important;
    line-height: 48px !important;
  }
  .agronova-site-header .search-style-2 .btn {
    width: 50px !important;
    min-width: 50px !important;
  }
}

@media (max-width: 480px) {
  .agronova-site-header .search-style-2 .form-group--icon {
    width: 122px !important;
    min-width: 122px !important;
    max-width: 122px !important;
    flex-basis: 122px !important;
    padding-left: 12px !important;
    padding-right: 10px !important;
  }
  .agronova-site-header .search-style-2 .product-cat-label {
    padding-right: 24px !important;
    font-size: 12px !important;
  }
  .agronova-site-header .search-style-2 .input-search-product {
    padding-right: 10px !important;
    padding-left: 12px !important;
    font-size: 13px !important;
  }
  .agronova-site-header .search-style-2 .btn {
    width: 46px !important;
    min-width: 46px !important;
  }
}
