@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700;800;900&display=swap');

:root {
  --sera-blue: #244493;
  --sera-green: #4b9700;
  --sera-green-soft: #d9eac3;
  --sera-dark: #282828;
  --sera-muted: #f4f4f4;
  --sera-cream: #f5efe4;
  --sera-text: #111111;
}

* {
  box-sizing: border-box
}

body {
  font-family: 'Archivo', Arial, sans-serif;
  color: var(--sera-text);
  background: #fff;
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
}

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

.container-narrow {
  max-width: 1180px;
  margin: 0 auto
}

.section-padding {
  padding: 88px 0
}

.fw-900 {
  font-weight: 900
}

.text-green {
  color: var(--sera-green)
}

.topbar {
  height: 45px;
  background: var(--sera-blue);
  color: #fff;
  font-size: 18px
}

.topbar .container {
  height: 45px
}

.topbar a {
  color: #fff;
  margin-right: 18px
}

.flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 18px;
  border-radius: 2px;
  font-size: 15px;
  margin-left: 9px;
  line-height: 1
}

.main-navbar {
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .05);
  min-height: 70px;
  z-index: 10
}

.navbar-brand img {
  /* width: 165px; */
  height: auto
}

.navbar-nav .nav-link {
  font-weight: 700;
  color: #111 !important;
  font-size: 14px;
  margin: 0 7px;
  padding: 12px 4px
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--sera-green) !important
}

.btn-catalog {
  background: var(--sera-green);
  color: #fff !important;
  border-radius: 20px;
  font-weight: 800;
  padding: 10px 16px !important;
  font-size: 13px;
  box-shadow: 0 6px 16px rgba(75, 151, 0, .2)
}

.dropdown-menu {
  border: 1px solid #ddd;
  box-shadow: 0 12px 24px rgba(0, 0, 0, .1);
  border-radius: 7px;
  margin-top: 0;
  padding: 12px 16px;
  min-width: 190px
}

.dropdown-item {
  font-weight: 700;
  font-size: 14px;
  padding: 9px 0;
  border-bottom: 1px solid #e6e6e6
}

.dropdown-item:last-child {
  border-bottom: 0
}

.weather-widget {
  min-width: 170px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-left: 2px solid #222;
  margin-left: 22px;
  padding-left: 20px;
  font-weight: 800
}

.weather-widget .temp {
  font-size: 22px;
  line-height: 1
}

.weather-widget .city {
  font-size: 18px;
  line-height: 1.05
}

.weather-widget .day {
  font-size: 16px;
  font-weight: 600
}

.weather-icon {
  font-size: 25px
}

.navbar-toggler {
  border: 0
}

.navbar-toggler:focus {
  box-shadow: none
}

.hero-home {
  position: relative;
  height: 640px;
  background: url('../img/hero-home.png') center/cover no-repeat;
  display: flex;
  align-items: end;
  color: #fff;
  overflow: hidden
}

.hero-home::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .38))
}

.hero-home .container-narrow {
  position: relative;
  padding-bottom: 90px
}

.hero-home h1 {
  font-size: 52px;
  line-height: 1.03;
  font-weight: 900;
  max-width: 580px;
  letter-spacing: -1.6px
}

.hero-arrows {
  position: absolute;
  right: 95px;
  bottom: 105px;
  display: flex;
  gap: 16px
}

.round-arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  color: var(--sera-green);
  display: grid;
  place-items: center;
  font-size: 30px;
  font-weight: 900;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .18)
}

.category-strip {
  padding: 70px 0;
  background: #fff
}

.category-card {
  height: 265px;
  border-radius: 22px;
  background: var(--sera-green-soft);
  padding: 22px 22px 18px;
  position: relative;
  overflow: hidden;
  transition: .2s
}

.category-card.active {
  background: #eeeeee
}

.category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, .1)
}

.category-card h3 {
  display: inline-block;
  background: #fff;
  border-radius: 6px;
  font-size: 21px;
  line-height: 1;
  padding: 8px 10px;
  font-weight: 900;
  margin-bottom: 14px;
  text-transform: uppercase
}

.category-card img {
  width: 100%;
  height: 178px;
  object-fit: cover;
  border-radius: 18px
}

.category-card .dark-caption {
  position: absolute;
  left: 38px;
  right: 34px;
  bottom: 29px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.15
}

.category-card .pill {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  background: #fff;
  color: #000;
  border-radius: 16px;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 900;
  margin-top: 8px
}

.category-card::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .20)
}

.about-section {
  background: #f3f3f3
}

.about-img {
  border-radius: 10px;
  /* box-shadow: 0 14px 26px rgba(0, 0, 0, .16); */
  width: 100%;
  /* height: 430px; */
}

.about-section h2,
.section-title {
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -1px
}

.about-logo-small {
  width: 260px;
  margin-top: 24px
}

.product-card {
  background: #f4f4f4;
  border-radius: 12px;
  padding: 0 0 22px;
  overflow: hidden;
  height: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  transition: .2s
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, .11)
}

.product-card .imgbox {
  aspect-ratio: 4 / 3;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  margin: 0 0 14px;
  overflow: hidden;
  flex: 0 0 auto;
  position: relative
}

.product-card .imgbox img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.product-card h4 {
  font-size: 17px;
  font-weight: 500;
  margin: 0 16px 12px;
  min-height: 2.5em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.product-card ul {
  min-height: 4.8em;
  padding-left: 32px;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 500;
  flex: 1
}

.product-card > .px-3 {
  margin-top: auto;
  width: 100%
}

.btn-green {
  background: var(--sera-green);
  border: 0;
  color: #fff;
  border-radius: 22px;
  font-weight: 900;
  padding: 11px 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center
}

.btn-green:hover {
  background: #3f8300;
  color: #fff
}

.btn-dark-pill {
  background: #3e3b36;
  color: #fff;
  border-radius: 22px;
  font-weight: 900;
  padding: 11px 28px;
  display: inline-flex
}

.btn-outline-green {
  border: 1.5px solid var(--sera-green);
  color: var(--sera-green);
  border-radius: 22px;
  font-weight: 800;
  padding: 10px 28px;
  background: #fff
}

.slider-btn {
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 20px;
  z-index: 2
}

.slider-btn.left {
  left: -16px
}

.slider-btn.right {
  right: -16px
}

.news-section {
  background: #f6f6f6
}

.news-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .03)
}

.news-card img {
  height: 210px;
  width: 100%;
  object-fit: cover
}

.news-card .body {
  padding: 22px
}

.news-card h3 {
  font-size: 19px;
  font-weight: 800;
  line-height: 1.2
}

.news-card p {
  font-size: 14px;
  font-weight: 500;
  min-height: 82px
}

.news-card .btn-green {
  width: 100%;
  padding: 12px 16px
}

.page-hero {
  min-height: 280px;
  height: 280px;
  background: #f5f5f5;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden
}

.page-hero.bg-photo {
  background-position: center;
  background-size: cover
}

.page-hero.bg-photo::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .34)
}

.page-hero .container-narrow {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 36px;
  padding-bottom: 36px
}

.page-hero h1 {
  font-size: 46px;
  font-weight: 900;
  letter-spacing: -1px;
  margin: 0;
  color: #000;
  max-width: 44%;
  line-height: 1.12
}

.page-hero.bg-photo h1 {
  color: #fff;
  max-width: 62%
}

.page-hero.vegetable-hero,
.page-hero.tomato-hero,
.page-hero.pepper-hero {
  background: #f6f6f6;
  height: 360px;
  min-height: 360px
}

.page-hero.vegetable-hero::after,
.page-hero.tomato-hero::after,
.page-hero.pepper-hero::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 48%;
  background: linear-gradient(90deg, #f6f6f6 42%, rgba(246, 246, 246, 0));
  pointer-events: none;
  z-index: 0
}

.page-hero .hero-image-right {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  transform: translateY(-50%);
  width: 54%;
  height: auto;
  max-width: 54%;
  max-height: none;
  object-fit: contain;
  object-position: center
}

.page-hero.product-page-hero .hero-image-right {
  width: auto;
  height: 90%;
  max-width: 42%;
  max-height: 90%;
  right: 4%;
  object-position: right center
}

.page-hero .label-red {
  display: inline-block;
  background: red;
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  padding: 6px 20px;
  margin-bottom: 10px
}

.product-hero-copy {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 46%
}

.product-hero-copy h1 {
  font-size: 32px;
  margin: 0 0 6px
}

.product-hero-copy .subtitle {
  font-size: 18px;
  color: #555;
  font-weight: 700;
  line-height: 1.3
}

.product-hero-copy .product-hero-kicker {
  font-size: 15px;
  font-weight: 600;
  color: #666;
  margin-bottom: 4px
}

.product-hero-copy .mini-brand {
  font-size: 18px;
  margin-top: 10px
}

.mini-brand {
  font-family: serif;
  color: #555;
  font-style: italic;
  font-size: 28px;
  margin-top: 32px;
  display: inline-block
}

.dot-pattern {
  position: relative
}

.dot-pattern::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  left: -45px;
  top: -40px;
  background-image: radial-gradient(#afd67d 2px, transparent 2px);
  background-size: 13px 13px;
  z-index: 0
}

.dot-pattern>* {
  position: relative;
  z-index: 1
}

.article-row {
  padding: 38px 0
}

.article-row:nth-child(even) {
  background: #f6f6f6
}

.article-row img {
  border-radius: 12px;
  width: 100%;
  height: 280px;
  object-fit: cover
}

.article-row h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1
}

.article-row p {
  font-size: 15px;
  font-weight: 500
}

.accordion-sera .accordion-item {
  border: 0;
  margin-bottom: 10px;
  background: #eee;
  border-radius: 12px;
  overflow: hidden
}

.accordion-sera .accordion-button {
  font-weight: 800;
  font-size: 21px;
  background: #eee;
  border: 0;
  box-shadow: none;
  padding: 20px 38px
}

.accordion-sera .accordion-body {
  background: #eee;
  padding: 0 38px 25px
}

.accordion-sera img {
  width: 330px;
  height: 210px;
  object-fit: cover;
  border-radius: 10px;
  margin-right: 20px
}

.calendar-wrap {
  max-width: 1130px
}

.schedule-table {
  background: #eee;
  border-radius: 14px;
  overflow: hidden
}

.schedule-table table {
  margin: 0;
  table-layout: fixed
}

.schedule-table th,
.schedule-table td {
  border-color: #ddd;
  text-align: center;
  font-size: 13px;
  height: 45px;
  vertical-align: middle
}

.schedule-table th:first-child,
.schedule-table td:first-child {
  text-align: left;
  font-weight: 900;
  width: 145px;
  padding-left: 20px
}

.bar-cell {
  height: 12px;
  border-radius: 0;
  background: transparent
}

.bar-green {
  background: #53a700
}

.bar-orange {
  background: #ff8f55
}

.bar-mix {
  background: linear-gradient(90deg, #53a700 0 55%, #ff8f55 55%)
}

.calendar-products img {
  height: 50px;
  object-fit: contain;
  margin: 0 20px
}

.definition-copy {
  font-size: 20px;
  line-height: 1.55
}

.definition-copy h2 {
  font-size: 36px;
  font-weight: 900
}

.definition-copy ul {
  padding-left: 28px
}

.cream-zone {
  background: var(--sera-cream)
}

.disease-grid .product-card {
  background: #fff
}

.resistance-table {
  background: #fff;
  border-radius: 16px;
  overflow: hidden
}

.resistance-table th {
  font-size: 16px;
  font-weight: 900
}

.resistance-table td,
.resistance-table th {
  padding: 18px 22px;
  border-bottom: 1px solid #e4e4e4;
  color: #555
}

.resistance-table .group td {
  font-size: 20px;
  font-weight: 900;
  color: #111;
  background: #fff
}

.resistance-table tr:last-child td {
  border-bottom: 0
}

.product-feature-card {
  background: #ededed;
  border-radius: 14px;
  padding: 32px 38px;
  height: 100%
}

.product-feature-card h3 {
  font-size: 19px;
  font-weight: 900;
  margin: 20px 0 14px
}

.product-feature-card ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.product-feature-card li {
  font-size: 14px;
  margin-bottom: 6px
}

.product-feature-card li::before {
  content: '●';
  color: #6eba19;
  margin-right: 8px
}

.period-table td,
.period-table th {
  font-size: 13px;
  text-align: center;
  padding: 3px;
  border: 1px solid #555
}

.period-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #6eba19;
  margin: auto
}

.period-dot.orange {
  background: #ff8f55
}

.resistance-mini td {
  border: 1px solid #777;
  padding: 6px 12px;
  font-size: 13px
}

.main-gallery img.main {
  width: 100%;
  height: 430px;
  object-fit: cover;
  border-radius: 10px
}

.thumb-row img {
  height: 70px;
  width: 110px;
  object-fit: cover;
  border-radius: 9px;
  border: 2px solid #93c34e
}

.gallery-arrow {
  position: absolute;
  top: 47%;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  color: #111;
  box-shadow: 0 3px 14px rgba(0, 0, 0, .18);
  display: grid;
  place-items: center;
  font-size: 28px
}

.gallery-arrow.left {
  left: -22px
}

.gallery-arrow.right {
  right: -22px
}

.related-section {
  background: #eee
}

.related-section .product-card {
  background: transparent;
  padding: 0
}

.related-section .product-card .imgbox {
  aspect-ratio: 4 / 3;
  height: auto
}

.newsletter {
  background: var(--sera-blue);
  border-radius: 16px;
  padding: 40px 52px;
  color: #fff;
  position: relative;
  z-index: 3;
  margin-bottom: -70px;
  box-shadow: 0 20px 45px rgba(19, 53, 133, .25)
}

.newsletter h2 {
  font-size: 31px;
  font-weight: 900;
  line-height: 1.2;
  margin: 0
}

.newsletter-form {
  background: #143680;
  border-radius: 24px;
  padding: 7px 7px 7px 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 390px;
  margin-left: auto
}

.newsletter-form input {
  background: transparent;
  border: 0;
  color: #fff;
  outline: 0;
  flex: 1;
  font-size: 13px
}

.newsletter-form input::placeholder {
  color: #fff
}

.newsletter-form button {
  background: #fff;
  color: #111;
  border: 0;
  border-radius: 22px;
  padding: 10px 22px;
  font-size: 12px
}

.newsletter small {
  display: block;
  color: #d7e1ff;
  margin-top: 14px;
  font-size: 12px;
  max-width: 380px;
  margin-left: auto
}

.site-footer {
  background: var(--sera-dark);
  color: #fff;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  padding: 150px 0 44px;
  font-weight: 400
}

.footer-logo {
  width: 210px;
  margin-bottom: 30px
}

.site-footer p,
.site-footer li,
.site-footer a {
  color: #d7d7d7;
  font-size: 13px
}

.footer-social a {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #e9e9e9;
  color: #333;
  font-size: 12px;
  margin-right: 12px
}

.footer-title {
  font-weight: 900;
  color: #fff;
  margin-bottom: 18px
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0
}

.footer-list li {
  margin-bottom: 14px
}

.footer-gallery {
  display: grid;
  grid-template-columns: repeat(3, 70px);
  gap: 5px
}

.footer-gallery img {
  width: 70px;
  height: 54px;
  object-fit: cover
}

.contact-line {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
  align-items: flex-start
}

.contact-line i {
  color: #60a5ff;
  font-size: 20px
}

.brand-line {
  font-size: 22px;
  margin-top: 28px;
  color: #fff
}

.brand-line b {
  font-size: 28px;
  letter-spacing: .5px
}

.footer-bottom {
  border-top: 1px solid #494949;
  margin-top: 50px;
  padding-top: 28px
}

.footer-bottom a {
  margin-left: 48px
}

@media (max-width:1199px) {
  .container-narrow {
    padding-left: 24px;
    padding-right: 24px
  }

  .weather-widget {
    display: none
  }

  .hero-home h1 {
    font-size: 44px
  }

  .hero-arrows {
    right: 35px
  }

  .page-hero .hero-image-right {
    width: 50%;
    max-width: 50%;
    height: auto
  }

  .newsletter h2 {
    font-size: 26px
  }
}

@media (max-width:991px) {
  .navbar-brand img {
    width: 145px
  }

  .topbar {
    display: none
  }

  .navbar-nav .nav-link {
    padding: 10px 0
  }

  .hero-home {
    height: 520px
  }

  .hero-home .container-narrow {
    padding-bottom: 60px
  }

  .hero-home h1 {
    font-size: 38px
  }

  .hero-arrows {
    bottom: 65px
  }

  .category-card {
    height: auto
  }

  .about-img {
    height: 330px
  }

  .page-hero,
  .page-hero.vegetable-hero,
  .page-hero.tomato-hero,
  .page-hero.pepper-hero,
  .page-hero.bg-photo {
    height: 240px;
    min-height: 240px
  }

  .page-hero .container-narrow {
    padding-top: 24px;
    padding-bottom: 28px
  }

  .page-hero h1 {
    font-size: 32px;
    max-width: 50%
  }

  .page-hero .hero-image-right {
    opacity: .95;
    width: 50%;
    max-width: 50%;
    height: auto
  }

  .page-hero.product-page-hero .hero-image-right {
    width: auto;
    height: 88%;
    max-width: 40%
  }

  .page-hero .label-red {
    font-size: 24px;
    padding: 5px 14px
  }

  .product-hero-copy {
    max-width: 52%
  }

  .product-hero-copy .subtitle {
    font-size: 16px
  }

  .newsletter {
    padding: 30px
  }

  .newsletter-form {
    margin: 24px 0 0;
    max-width: 100%
  }

  .newsletter small {
    margin-left: 0
  }

  .site-footer {
    padding-top: 125px
  }

  .footer-gallery {
    grid-template-columns: repeat(3, 64px)
  }

  .footer-gallery img {
    width: 64px
  }
}

@media (max-width:575px) {
  body {
    font-size: 14px
  }

  .section-padding {
    padding: 56px 0
  }

  .hero-home {
    height: 460px
  }

  .hero-home h1 {
    font-size: 32px
  }

  .hero-arrows {
    display: none
  }

  .about-section h2,
  .section-title {
    font-size: 32px
  }

  .page-hero,
  .page-hero.vegetable-hero,
  .page-hero.tomato-hero,
  .page-hero.pepper-hero,
  .page-hero.bg-photo {
    height: 200px;
    min-height: 200px
  }

  .page-hero .container-narrow {
    padding-top: 20px;
    padding-bottom: 22px
  }

  .page-hero h1 {
    font-size: 26px;
    max-width: 58%
  }

  .page-hero .hero-image-right {
    width: 48%;
    max-width: 48%;
    opacity: .88
  }

  .page-hero.product-page-hero .hero-image-right {
    max-width: 38%;
    height: 86%
  }

  .product-hero-copy {
    max-width: 58%
  }

  .category-strip {
    padding: 42px 0
  }

  .article-row img {
    height: 220px
  }

  .accordion-sera .accordion-body .d-flex {
    display: block !important
  }

  .accordion-sera img {
    width: 100%;
    height: 180px;
    margin: 0 0 16px
  }

  .main-gallery img.main {
    height: 300px
  }

  .newsletter h2 {
    font-size: 22px
  }

  .newsletter {
    border-radius: 12px;
    padding: 26px 22px
  }

  .site-footer {
    border-radius: 14px 14px 0 0
  }

  .footer-bottom a {
    display: inline-block;
    margin: 14px 20px 0 0
  }
}

.navbar-toggler {
  border: 0;
  box-shadow: none !important;
}

.navbar-toggler-icon {
  width: 28px;
  height: 22px;
  background-image: none !important;
  position: relative;
  display: inline-block;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after,
.navbar-toggler-icon span {
  content: "";
  position: absolute;
  left: 0;
  width: 28px;
  height: 2px;
  background: #1f2933;
  border-radius: 2px;
}

.navbar-toggler-icon::before {
  top: 0;
}

.navbar-toggler-icon span {
  top: 10px;
}

.navbar-toggler-icon::after {
  top: 20px;
}

.newsletter {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  min-height: 188px;
  padding: 48px 70px;
}

.newsletter h2 {
  font-size: 27px;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -.35px;
}