:root {
  --main-font: "Open Sans", "Segoe UI", sans-serif;
  --heading-font: Georgia, "Times New Roman", serif;
  --main-color: #253128;
  --heading-color: #173c28;
  --link-color: #253128;
  --link-hover-color: #3f7d3b;
  --button-bg-color: #173c28;
  --button-bg-hover-color: #d49b35;
  --farm-green: #245c36;
  --farm-green-deep: #123724;
  --farm-leaf: #4c8b43;
  --farm-gold: #d49b35;
  --farm-cream: #f7f3e8;
  --farm-paper: #fffdf7;
  --farm-line: #e5dfcf;
  --farm-ink: #253128;
  --farm-muted: #718074;
  --farm-price-red: #d43a32;
  --farm-shadow: 0 14px 40px rgba(24, 57, 37, 0.1);
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--farm-ink);
  background:
    radial-gradient(circle at 8% 8%, rgba(212, 155, 53, 0.09), transparent 24rem),
    linear-gradient(180deg, #fff 0, var(--farm-paper) 38rem, var(--farm-cream) 100%);
  font-family: var(--main-font);
}

h1,
h2,
h3,
.block-title .title,
.product-info-details h1 {
  color: var(--farm-green-deep);
  font-family: var(--heading-font);
  letter-spacing: -0.02em;
}

a {
  transition: color 180ms ease;
}

button,
.btn,
.btn-primary {
  border-radius: 10px;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

button:hover,
.btn:hover,
.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(18, 55, 36, 0.16);
}

header {
  background: rgba(255, 253, 247, 0.96);
  border-bottom: 1px solid rgba(36, 92, 54, 0.08);
}

header .box-inner-inner {
  padding-top: 24px;
  padding-bottom: 24px;
}

header #logo {
  padding-left: 0;
}

header #logo .farm-vedika-header-logo {
  display: block;
  width: 250px;
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 5px 10px rgba(18, 55, 36, 0.08));
}

#search-by-category .search-container #text-search {
  height: 50px;
  padding-left: 24px;
  color: var(--farm-ink);
  background: #fff;
  border: 1px solid var(--farm-line);
  border-radius: 14px;
  box-shadow: 0 7px 24px rgba(24, 57, 37, 0.06);
}

#search-by-category .search-container #text-search:focus {
  border-color: var(--farm-leaf);
  box-shadow: 0 0 0 4px rgba(76, 139, 67, 0.12);
}

#btn-search-category {
  width: 58px;
  background: var(--farm-green);
  border-radius: 0 14px 14px 0;
}

#btn-search-category:hover {
  background: var(--farm-gold);
}

.col-cart #cart > button,
#wishlist-total {
  color: var(--farm-green-deep);
}

#cart-total .txt-count,
#wishlist-total .txt-count {
  background: var(--farm-gold);
  color: #fff;
  box-shadow: 0 3px 8px rgba(212, 155, 53, 0.28);
}

#cart > .dropdown-menu {
  overflow: hidden;
  border: 1px solid var(--farm-line);
  border-radius: 14px;
  box-shadow: var(--farm-shadow);
}

.header-bottom {
  background:
    linear-gradient(105deg, var(--farm-green-deep), var(--farm-green) 66%, #2f6c3d);
  box-shadow: 0 8px 22px rgba(18, 55, 36, 0.16);
}

.horizontal-menu .ul-top-items .li-top-item .a-top-link,
[id^="pt-menu-"] .ul-top-items .li-top-item .a-top-link {
  color: #f9f5e9 !important;
  background: transparent !important;
  padding: 11px 22px !important;
  letter-spacing: 0.045em;
}

.horizontal-menu .ul-top-items .li-top-item:hover .a-top-link,
[id^="pt-menu-"] .ul-top-items .li-top-item:hover .a-top-link,
[id^="pt-menu-"] .ul-top-items .li-top-item.active .a-top-link {
  color: #ffe0a3 !important;
  background: rgba(255, 255, 255, 0.07) !important;
}

.breadcrumb {
  margin-top: 8px;
  padding: 12px 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--farm-line);
  border-radius: 12px;
}

.breadcrumb a,
.breadcrumb > li + li:before {
  color: var(--farm-muted);
}

.common-home .container,
body:not(.common-home) #content {
  position: relative;
}

.slideshow-container,
.banner7,
.static-top-store1 .image,
.static-middle-store1 .image {
  overflow: hidden;
  border-radius: 18px;
  box-shadow: var(--farm-shadow);
}

.static-top-store1 .image,
.static-middle-store1 .image {
  background: #fff;
}

.pt-block .image a img {
  width: 100%;
}

.pt-block .image a:hover img,
.post-item .post-image:hover img {
  transform: scale(1.02);
}

.products-container {
  margin-top: 68px;
}

.block-title {
  margin-bottom: 26px;
}

.block-title .title {
  font-size: 3.1rem;
}

.block-title .title:after {
  content: "";
  display: block;
  width: 46px;
  height: 3px;
  margin-top: 12px;
  background: linear-gradient(90deg, var(--farm-gold), var(--farm-leaf));
  border-radius: 999px;
}

.tabs-product .tabs-style .nav-tabs {
  gap: 6px;
}

.tabs-product .tabs-style .nav-tabs > li > a {
  padding: 8px 15px;
  color: var(--farm-muted);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--farm-line);
  border-radius: 999px;
}

.tabs-product .tabs-style .nav-tabs > li.active > a,
.tabs-product .tabs-style .nav-tabs > li > a:hover {
  color: #fff;
  background: var(--farm-green);
  border-color: var(--farm-green);
}

.product-thumb {
  padding: 9px;
}

.product-thumb .product-item {
  overflow: hidden;
  height: 100%;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--farm-line);
  border-radius: 16px;
  box-shadow: 0 7px 22px rgba(24, 57, 37, 0.06);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.product-thumb .product-item:hover {
  z-index: 5;
  margin-bottom: 0;
  padding-bottom: 0;
  border-color: rgba(76, 139, 67, 0.42);
  box-shadow: var(--farm-shadow);
  transform: translateY(-5px);
}

.product-thumb .product-item .image {
  margin: 10px;
  background: #f4f1e7;
  border-radius: 12px;
}

.product-thumb .product-item .image:before {
  background: linear-gradient(180deg, transparent 52%, rgba(18, 55, 36, 0.09));
}

.product-thumb .product-item .image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  mix-blend-mode: multiply;
  transition: transform 240ms ease;
}

.product-thumb .product-item:hover .image img {
  transform: scale(1.025);
}

.product-thumb .product-item .caption {
  padding: 14px 18px 18px;
}

.product-thumb .product-item .caption h4 a {
  min-height: 42px;
  color: var(--farm-green-deep);
  font-size: 1.55rem;
  font-weight: 700;
}

.product-thumb .product-item .caption .price,
.product-info-details .price,
.price .price-new,
#cart-total .text-cart,
.farm-cart-item small {
  font-weight: inherit;
}

.product-thumb .product-item .caption .cart {
  position: static;
  margin-top: 14px;
  opacity: 1;
}

.product-thumb .product-item .caption .cart button,
#button-cart {
  height: 42px;
  color: #fff;
  background: var(--farm-green);
  border-radius: 10px;
}

.product-thumb .product-item .caption .cart button:hover,
#button-cart:hover {
  background: var(--farm-gold);
}

.product-thumb .button-group > .inner {
  background: rgba(255, 253, 247, 0.96);
  border: 1px solid rgba(36, 92, 54, 0.12);
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(18, 55, 36, 0.14);
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--farm-green);
  background: #fff;
  border-color: var(--farm-line);
  box-shadow: 0 5px 16px rgba(24, 57, 37, 0.08);
}

.product-info-main,
.product-info-details > .inner {
  background: rgba(255, 255, 255, 0.8);
}

.product-zoom-image {
  overflow: hidden;
  background: #f4f1e7;
  border: 1px solid var(--farm-line);
  border-radius: 18px;
  box-shadow: var(--farm-shadow);
}

.product-zoom-image img {
  width: 100%;
  object-fit: cover;
}

.product-info-details > .inner {
  padding: 26px;
  border: 1px solid var(--farm-line);
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(24, 57, 37, 0.06);
}

.product-info-details h1 {
  font-size: 3.6rem;
}

.product-info-details .price {
  font-size: 3rem;
}

#input-quantity {
  border-color: var(--farm-line);
  border-radius: 9px;
}

.product-info-details-more {
  margin-top: 36px;
  padding: 25px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--farm-line);
  border-radius: 18px;
}

.nav-tabs > li > a {
  color: var(--farm-muted);
  border-radius: 10px 10px 0 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
  color: var(--farm-green-deep);
  border-color: var(--farm-line);
  border-bottom-color: #fff;
}

.category-info,
.panel,
.well,
.table-responsive {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.82);
  border-color: var(--farm-line);
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(24, 57, 37, 0.05);
}

.newsletter-group {
  margin-top: 70px;
  color: #fff;
  background:
    radial-gradient(circle at 75% 0, rgba(212, 155, 53, 0.26), transparent 22rem),
    var(--farm-green-deep);
}

.newsletter-block .newsletter-content .content {
  overflow: hidden;
  background: #fff;
  border-radius: 12px;
}

.newsletter-block .newsletter-content .content button {
  background: var(--farm-gold);
}

.footer-center {
  background: #edf1e7;
}

.policy-block .box {
  border-color: rgba(36, 92, 54, 0.12);
}

.policy-block .box img {
  filter: sepia(0.35) saturate(0.8) hue-rotate(65deg);
}

footer,
.footer-links {
  color: #d9e2d5;
  background: var(--farm-green-deep);
}

.footer-links .title,
.footer-phone p,
.footer_about_us .need_help p {
  color: #fff;
}

.footer-links ul.list-unstyled a,
.footer_about_us .desc_info {
  color: #c3d0bf;
}

.footer_about_us .need_help p.mail {
  text-transform: none;
  overflow-wrap: anywhere;
}

.footer-links .title {
  border-bottom-color: rgba(255, 255, 255, 0.13);
}

.footer-copyright {
  color: #b7c6b4;
  background: #0b291a;
}

.farm-cart-message {
  color: #fff;
  background: var(--farm-green);
  border: 0;
  border-radius: 12px;
}

/* Restore the theme's original homepage list layouts for these two modules only. */
.common-home .tabs-product:not(.best-products) {
  position: relative;
}

.common-home .tabs-product:not(.best-products) .block-title {
  margin-bottom: 20px;
}

.common-home .tabs-product:not(.best-products) .tabs-style {
  display: block;
  margin-bottom: 3px;
}

.common-home .tabs-product:not(.best-products) .tabs-style .nav-tabs {
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
  display: block;
  margin: 0;
  border: 0;
  text-align: center;
}

.common-home .tabs-product:not(.best-products) .tabs-style .nav-tabs > li {
  float: none;
  position: relative;
  display: inline-block;
  padding: 0 14px;
  vertical-align: top;
  text-align: center;
}

.common-home .tabs-product:not(.best-products) .tabs-style .nav-tabs > li::before {
  content: "";
  position: absolute;
  top: 5px;
  right: -2px;
  width: 5px;
  height: 5px;
  background: #8c9396;
  border-radius: 50%;
}

.common-home .tabs-product:not(.best-products) .tabs-style .nav-tabs > li:last-child::before {
  display: none;
}

.common-home .tabs-product:not(.best-products) .tabs-style .nav-tabs > li > a {
  padding: 0;
  color: #1a2225;
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}

.common-home .tabs-product:not(.best-products) .tabs-style .nav-tabs > li.active > a,
.common-home .tabs-product:not(.best-products) .tabs-style .nav-tabs > li > a:hover {
  color: var(--farm-green);
  background: transparent;
  border: 0;
}

.common-home .tabs-product:not(.best-products) .product-thumb,
.common-home .nav-style-3 .product-thumb {
  padding: 0;
}

.common-home .tabs-product:not(.best-products) .pt-content,
.common-home .nav-style-3 .pt-content {
  padding: 14px 29px;
  background: #fff;
  border: 1px solid #ebebeb;
}

.common-home .tabs-product:not(.best-products) .list-style,
.common-home .nav-style-3 .list-style {
  margin: 0 !important;
}

.common-home .tabs-product:not(.best-products) .list-style .product-item,
.common-home .nav-style-3 .list-style .product-item {
  display: block;
  overflow: hidden;
  padding: 15px 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.common-home .nav-style-3 .list-style .product-item {
  padding: 7.5px 0;
}

.common-home .tabs-product:not(.best-products) .list-style .product-item:hover,
.common-home .nav-style-3 .list-style .product-item:hover {
  margin: 0;
  border: 0;
  box-shadow: none;
  transform: none;
}

.common-home .tabs-product:not(.best-products) .list-style .product-item:hover {
  padding-bottom: 15px;
}

.common-home .nav-style-3 .list-style .product-item:hover {
  padding-bottom: 7.5px;
}

.common-home .tabs-product:not(.best-products) .list-style .product-item .image,
.common-home .nav-style-3 .list-style .product-item .image {
  float: left;
  width: 35.975%;
  margin: 0;
  background: transparent;
  border-radius: 0;
}

.common-home .tabs-product:not(.best-products) .list-style .product-item .image::before,
.common-home .nav-style-3 .list-style .product-item .image::before {
  display: none;
}

.common-home .tabs-product:not(.best-products) .list-style .product-item .image img,
.common-home .nav-style-3 .list-style .product-item .image img {
  aspect-ratio: auto;
  object-fit: contain;
  mix-blend-mode: normal;
}

.common-home .tabs-product:not(.best-products) .list-style .product-item .caption,
.common-home .nav-style-3 .list-style .product-item .caption {
  float: left;
  width: 60.025%;
  padding: 10px 0 0 15px;
  text-align: left;
}

.common-home .nav-style-3 .list-style .product-item .caption {
  padding-top: 0;
}

.common-home .tabs-product:not(.best-products) .product-thumb .product-item .caption h4 a,
.common-home .nav-style-3 .product-thumb .product-item .caption h4 a {
  min-height: 0;
  font-size: inherit;
}

.common-home .nav-style-3 .block-title {
  margin-bottom: 20px;
}

.common-home .nav-style-3 .block-title .title {
  font-size: 2.2rem;
}

@media (max-width: 767px) {
  .common-home .tabs-product:not(.best-products) .tabs-style .nav-tabs {
    position: static;
    margin-bottom: 15px;
  }
}

@media (max-width: 479px) {
  .common-home .tabs-product:not(.best-products) {
    padding: 30px 0;
  }

  .common-home .tabs-product:not(.best-products) .list-style .product-item .image,
  .common-home .tabs-product:not(.best-products) .list-style .product-item .caption,
  .common-home .nav-style-3 .list-style .product-item .image,
  .common-home .nav-style-3 .list-style .product-item .caption {
    float: none;
    width: 100%;
  }

  .common-home .tabs-product:not(.best-products) .list-style .product-item .caption,
  .common-home .nav-style-3 .list-style .product-item .caption {
    padding-left: 0;
    padding-top: 14px;
  }
}

@media (min-width: 1200px) {
  header .col-logo {
    width: 300px;
    margin-right: 26px;
  }

  header .col-search {
    right: 310px;
    left: 322px;
  }
}

@media (max-width: 1199px) {
  header #logo .farm-vedika-header-logo {
    width: 170px;
  }

  .product-thumb .product-item:hover {
    transform: none;
  }
}

@media (max-width: 767px) {
  :root {
    --rowspace: 42px;
  }

  body {
    background: var(--farm-paper);
  }

  header .box-inner-inner {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .header-bottom {
    min-height: 5px;
  }

  .pt-menu.mobile-menu .pt-menu-bar {
    color: var(--farm-green-deep) !important;
    background: transparent !important;
  }

  .block-title .title {
    font-size: 2.5rem;
  }

  .products-container {
    margin-top: 44px;
  }

  .product-thumb {
    padding: 6px;
  }

  .product-thumb .product-item .caption {
    padding: 12px;
  }

  .product-info-details > .inner,
  .product-info-details-more {
    padding: 18px;
    border-radius: 14px;
  }

  .product-info-details h1 {
    font-size: 2.8rem;
  }

  .static-top-store1 .image,
  .static-middle-store1 .image,
  .slideshow-container,
  .banner7 {
    border-radius: 12px;
  }

  .policy-block .inner {
    display: block;
  }

  .policy-block .col {
    width: 100% !important;
  }
}
