body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

h1 {
  font-weight: 300;
}

a {
  color: #3c453e;
}

a:hover {
  color: #4b7752;
}

.btn {
  font-size: 0.875em;
  font-weight: 400;
}

.btn-primary {
  background-color: #4b7752;
  border-color: #4b7752;
  border-radius: 35px;
}

header {
  background-color: #f0eee6;
}

.header_inner {
  gap: 30px;
}

.header_left {
  flex-grow: 1;
  transition: all 0.2s;
}

.header_right {
  display: none;
  flex-direction: column;
  flex-grow: 1;
}

.header_right_top {
  display: flex;
}

.header_right_top .fas {
  font-size: 15px;
  color: #4b7752;
}

.header_right form {
  border: 1px solid #e4e4e4;
  border-radius: 25px;
  overflow: hidden;
  flex-grow: 1;
  max-width: 697px;
}

.header_right .search-form-wrap {
  flex-grow: 1;
}

.header_right #mainNav {
  background-color: transparent;
  padding: 0;
  padding-right: 1rem;
}

.header_right #mainNav ul.navbar-nav {
  gap: 10px;
  transition: gap 0.2s;
  width: 100%;
}

.header_right #mainNav ul.navbar-nav > li > a {
  color: #3c453e;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
}

@media (max-width: 1069px) {
  .header_left {
    max-width: 180px;
  }

  #mobile_toggle {
    display: block !important;
  }
  .mobile_store_menu {
    display: flex !important;
  }

  header {
    padding: 5px 0;
  }
}

@media (min-width: 1070px) {
  header {
    padding-top: 10px;
  }
  .header_right {
    display: flex;
  }

  .header_left {
    max-width: 15vw;
  }

  #heroSlider {
    height: calc(100vh - 123px);
  }

  .home-update #heroSlider .swiper-slide .slide-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .home-update #heroSlider .swiper-slide .btn {
    max-width: 246px;
  }
}

@media (min-width: 1200px) {
  .header_right #mainNav ul.navbar-nav {
    gap: 30px;
  }
}

@media (min-width: 1300px) {
  .header_left {
    max-width: 290px;
  }
}

.header_right_top .account-nav {
  font-size: 13px;
  font-weight: 400;
}

.home-update #heroSlider .swiper-slide h2 {
  font-weight: 300;
}

.home-update #heroSlider .swiper-slide p {
  font-weight: 200;
}

.home-update #heroSlider .swiper-slide .btn {
  font-weight: 300;
  font-size: 1.2em;
}

#departmentCards {
  text-align: center;
}

#departmentCards h3,
#featuredProducts h3 {
  font-weight: 300;
  font-size: 30px;
}

#departmentCards .btn {
  padding: 10px 25px;
  font-weight: 300;
}

.department-cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 30px 30px;
  justify-content: center;
  max-width: 1600px;
  margin: auto;
}

.department-card {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  overflow: hidden;
  width: calc(50% - 30px);
  position: relative;
  top: 0;
  transition: all 0.2s;
}

@media (min-width: 768px) {
  .department-cards-wrapper {
    padding: 30px 50px;
  }

  .department-card {
    width: calc(33.3333% - 30px);
  }
}

@media (min-width: 992px) {
  .department-card {
    width: calc(25% - 30px);
  }
}

.department-card:hover {
  top: -5px;
}

.department-card a:hover {
  text-decoration: none;
}

.department-card .title {
  font-weight: 300;
  padding: 15px 0;
}

.department-card .department-img {
  aspect-ratio: 1 / 1;
  background-size: cover;
}

.home-update #promoBanner {
  padding: 200px 0;
}

.home-update #promoBanner h3 {
  font-size: 56px;
  font-weight: 300;
}

.home-update #promoBanner p {
  font-weight: 200;
}

.home-update #promoBanner a {
  padding: 10px 25px;
  background-color: #fff;
  color: #4b7752;
  font-weight: 300;
  font-size: 18px;
}

.home-update #featuredProducts {
  padding-bottom: 70px;
}

#featuredProducts .btn {
  font-weight: 340;
}

.home-update .swiper-nav-wrap .swiper-button-next,
.home-update .swiper-nav-wrap .swiper-button-prev {
  color: #3c453e;
  border-color: #707070;
}

.product_right .product_price {
  font-weight: 500;
}

.product_right .product_link a {
  font-weight: 400;
}

.swiper-slide .product_right .store_product_cart {
  position: absolute;
  width: calc(100% - 30px);
  bottom: 10px;
}

.swiper-slide .product_item {
  padding-bottom: 35px;
}

.service-block-content {
  display: inline-block;
  padding: 30px;
  position: relative;
  max-width: 90%;
}

.service-block-content h2,
.service-block-content p {
  position: relative;
  font-weight: 300;
}

.service-block-content p {
  font-weight: 200;
}

.service-block-content:before {
  content: "";
  background-color: #473c33;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  mix-blend-mode: multiply;
  border-radius: 5px;
}

footer {
  background-color: #3c453e;
}

footer h6 {
  font-weight: 400;
}

footer p {
  font-weight: 300;
}

.sidebar {
  padding-right: 30px;
}

.sidebar .style_blueberry_title_bar {
  font-weight: 500;
  text-transform: uppercase;
}

.sidebar .menu ul a {
  font-weight: 300;
  font-size: 13px;
}

.sidebar .menu ul a:hover {
  color: #4b7752;
}

#nav_data_lookup_menubox,
#cart_menubox_style_blueberry_content {
  font-weight: 300;
  font-size: 13px;
}

#lookup_menubox {
  border: 1px solid #e4e4e4;
  padding: 10px;
  border-radius: 3px;
}

#nav_data_lookup_menubox .go_button {
  background-color: #4b7752;
  border-color: #4b7752;
  border-radius: 35px;
}

.category_list h4 .category_link {
  color: #3c453e;
  font-weight: 300;
  font-size: 16px;
}

.category_list h4 .category_link:hover {
  text-decoration: none;
}

.category_wrapper {
  position: relative;
  top: 0;
  transition: all 0.2s;
}

.category_wrapper:hover {
  top: -5px;
}

.category_wrapper:hover h4 .category_link {
  color: #4b7752;
}

@media (min-width: 1400px) {
  .container {
    max-width: 90%;
    padding: 0 50px;
  }
}
