html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.footer_simple_top {
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.footer_simple_social a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  transition: 0.3s ease;
}

.footer_simple_social a:hover {
  background: #7aa93c;
  color: #fff;
}

.footer_about_block p {
  max-width: 420px;
  line-height: 1.7;
}

.footer_contact_item {
  height: 100%;
  padding: 22px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.footer_contact_item h5 {
  font-size: 16px;
  margin-bottom: 12px;
}

.footer_contact_item a {
  text-decoration: none;
}

.footer_contact_item a:hover {
  color: #fff !important;
}

.footer_bottom_contact a {
  text-decoration: none;
  font-weight: 600;
}

.footer_bottom_contact a:hover {
  color: #7aa93c !important;
}
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.product_layout_1 {
  padding: 1px;
  border-radius: 22px;
  background:
    linear-gradient(#fffdf7, #fffdf7) padding-box,
    linear-gradient(145deg, rgba(129, 196, 8, 0.55), rgba(255, 188, 55, 0.34), rgba(54, 81, 28, 0.18)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 18px 42px rgba(54, 81, 28, 0.11);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.product_layout_1:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 58px rgba(54, 81, 28, 0.18);
}

.product_layout_1 .product_layout_content.bg-white {
  background:
    radial-gradient(circle at 50% 18%, rgba(129, 196, 8, 0.13), transparent 34%),
    linear-gradient(180deg, #fffdf7 0%, #f7fbef 52%, #ffffff 100%) !important;
  border-radius: 21px;
  padding: 24px 26px 22px;
}

.product_layout_1 .product_image_wrap {
  position: relative;
  padding: 18px 14px 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(129, 196, 8, 0.14);
}

.product_layout_1 .product_image {
  min-height: 190px;
}

.product_layout_1 .product_image img {
  max-height: 188px;
  object-fit: contain;
  filter: drop-shadow(0 18px 22px rgba(54, 81, 28, 0.16));
}

.product_layout_1 .product_badge_group .product_badge {
  top: 14px;
  left: 14px;
  background: #36511c !important;
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(54, 81, 28, 0.18);
}

.product_layout_1 .product_title {
  margin-top: 18px;
  min-height: 48px;
}

.product_layout_1 .product_title a {
  color: #253415;
  font-weight: 800;
}

.product_layout_1 .orchard_product_specs {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(54, 81, 28, 0.1);
}

.yard-product-carousel {
  position: relative;
}

.yard-product-carousel-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 72px) / 4);
  gap: 24px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  padding: 8px 2px 24px;
  scrollbar-width: none;
}

.yard-product-carousel-track::-webkit-scrollbar {
  display: none;
}

.yard-product-carousel-item {
  scroll-snap-align: start;
  min-width: 0;
}

.yard-product-carousel .yard-product-card {
  border-radius: 18px;
}

.yard-product-carousel .yard-product-image {
  height: 330px;
}

.yard-product-carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  color: #2f7d32;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
  transform: translateY(-50%);
}

.yard-product-carousel-prev {
  left: -18px;
}

.yard-product-carousel-next {
  right: -18px;
}

.produce_category_section .prdc_ctg_inner_product {
  padding: 32px;
}

.produce_category_section .prdc_ctg_product_content {
  margin-top: 0;
}

.produce_category_section .produce_product_card {
  min-height: 220px;
  padding: 18px;
  align-items: flex-start !important;
  border-radius: 18px;
}

.produce_category_section .produce_product_img {
  width: 160px;
  height: 180px;
  flex: 0 0 160px;
  border-radius: 16px;
  overflow: hidden;
}

.produce_category_section .produce_product_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.produce_category_section .prdc_ctg_product_text {
  min-width: 0;
}

.produce_category_section .prdc_ctg_product_title h5 {
  font-size: 19px;
  line-height: 1.25;
}

.produce_category_section .prdc_ctg_product_specs {
  font-size: 13px;
  line-height: 1.45;
}

.produce_category_section .prdc_ctg_wrap {
  overflow: hidden;
}

.produce_carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 340px);
  gap: 22px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  padding: 6px 2px 22px;
  scrollbar-width: thin;
}

.produce_carousel_card {
  position: relative;
  display: block;
  height: 390px;
  border-radius: 18px;
  overflow: hidden;
  scroll-snap-align: start;
  background: #f6f8f2;
  box-shadow: 0 16px 38px rgba(36, 77, 47, 0.13);
  text-decoration: none;
}

.produce_carousel_card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.produce_carousel_card:hover img {
  transform: scale(1.06);
}

.produce_carousel_view {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #2f7d32;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14);
}

@media (max-width: 1399.98px) {
  .yard-product-carousel-track {
    grid-auto-columns: calc((100% - 48px) / 3);
  }

  .produce_category_section .produce_product_card {
    min-height: 210px;
  }
}

@media (max-width: 991.98px) {
  .yard-product-carousel-track {
    grid-auto-columns: calc((100% - 24px) / 2);
  }

  .yard-product-carousel .yard-product-image {
    height: 300px;
  }
}

@media (max-width: 575.98px) {
  .yard-product-carousel-track {
    grid-auto-columns: 82vw;
  }

  .yard-product-carousel .yard-product-image {
    height: 280px;
  }

  .yard-product-carousel-arrow {
    display: none;
  }

  .produce_category_section .prdc_ctg_inner_product {
    padding: 18px;
  }

  .produce_category_section .produce_product_card {
    flex-direction: column;
  }

  .produce_category_section .produce_product_img {
    width: 100%;
    height: 240px;
    flex-basis: auto;
    margin-right: 0 !important;
  }

  .produce_carousel {
    grid-auto-columns: minmax(230px, 82vw);
  }

  .produce_carousel_card {
    height: 320px;
  }
}
