.ltn__product-item-3 .product-img {
  background: #e2e2e2;
border-radius: 10px;
}

.fresh-top-marquee {
  background: #173522;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  overflow: hidden;
  padding: 10px 0;
  text-transform: uppercase;
}

.fresh-top-marquee marquee {
  display: block;
}

.fresh-top-marquee-item {
  display: inline-flex;
  margin-right: 28px;
  white-space: nowrap;
}

.fresh-top-marquee-item + .fresh-top-marquee-item::before {
  color: #a8df8e;
  content: "\2022";
  margin-right: 28px;
}

.header-cart-icon {
  display: inline-block;
  margin-right: 18px;
}

.header-cart-icon a {
  color: var(--ltn__heading-color);
  display: inline-block;
  font-size: 22px;
  line-height: 1;
  position: relative;
}

.header-cart-icon sup {
  background: var(--ltn__secondary-color);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  height: 18px;
  min-width: 18px;
  padding: 0 5px;
  position: absolute;
  right: -12px;
  top: -10px;
}

.fresh-mini-cart-content .mini-cart-img {
  align-items: center;
  background: #f4f8ef;
  border: 1px solid #e3eadc;
  border-radius: 10px;
  display: flex;
  flex: 0 0 82px;
  height: 82px;
  justify-content: center;
  overflow: visible;
  position: relative;
  width: 82px;
}

.fresh-mini-cart-content .mini-cart-img img {
  aspect-ratio: 1 / 1;
  border: 0;
  height: 68px !important;
  object-fit: contain;
  padding: 4px;
  width: 68px !important;
}

.fresh-mini-cart-content .mini-cart-item-delete {
  align-items: center;
  background: #fff;
  border: 1px solid #f2d0cb;
  border-radius: 999px;
  box-shadow: 0 6px 14px rgba(136, 41, 28, 0.14);
  color: #d63824;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  height: 26px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: -8px;
  top: -8px;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
  width: 26px;
}

.fresh-mini-cart-content .mini-cart-item-delete:hover,
.fresh-mini-cart-content .mini-cart-item-delete:focus {
  background: #d63824;
  color: #fff;
  transform: translateY(-1px);
}

.ltn__utilize-cart-menu .ltn__utilize-menu-inner {
  background: #fbfcf8;
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow: hidden;
}

.ltn__utilize-cart-menu .ltn__utilize-menu-head {
  background: #fff;
  border-bottom: 1px solid #e8eee2;
  box-shadow: 0 8px 20px rgba(31, 48, 35, 0.05);
  position: relative;
  margin: -30px -30px 18px;
  padding: 22px 30px;
}

.ltn__utilize-cart-menu .ltn__utilize-menu-head::after {
  background: linear-gradient(90deg, var(--ltn__secondary-color), #ff8a1f);
  bottom: 0;
  content: "";
  height: 3px;
  left: 30px;
  position: absolute;
  right: 30px;
}

.ltn__utilize-cart-menu .ltn__utilize-menu-title {
  color: var(--ltn__heading-color);
  font-size: 22px;
  font-weight: 900;
}

.ltn__utilize-cart-menu .ltn__utilize-close {
  align-items: center;
  background: #f3f7ee;
  border: 1px solid #e3eadc;
  border-radius: 999px;
  color: var(--ltn__heading-color);
  display: inline-flex;
  font-size: 24px;
  height: 38px;
  justify-content: center;
  line-height: 1;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
  width: 38px;
}

.ltn__utilize-cart-menu .ltn__utilize-close:hover,
.ltn__utilize-cart-menu .ltn__utilize-close:focus {
  background: var(--ltn__secondary-color);
  color: #fff;
  transform: rotate(90deg);
}

.fresh-mini-cart-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 14px;
  min-height: 0;
  overflow: hidden;
}

.fresh-mini-cart-content .mini-cart-product-area {
  display: grid;
  flex: 1 1 auto;
  gap: 5px;
  margin: 0;
  max-height: none !important;
  min-height: 150px;
  overflow-y: auto;
  padding: 0 6px 2px 0;
}

.fresh-mini-cart-content .mini-cart-item {
  align-items: center;
  background: #fff;
  border: 1px solid #e7eee1;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(31, 48, 35, 0.07);
  display: flex;
  gap: 14px;
  margin: 0;
  padding:8px 12px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.fresh-mini-cart-content .mini-cart-item:hover {
  border-color: rgba(128, 181, 65, 0.45);
  box-shadow: 0 14px 30px rgba(31, 48, 35, 0.1);
  transform: translateY(-2px);
}

.fresh-mini-cart-content .mini-cart-info {
  min-width: 0;
  padding-left: 0;
}

.fresh-mini-cart-content .mini-cart-info h6 {
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
  margin-bottom: 7px;
}

.fresh-mini-cart-content .mini-cart-info h6 a {
  color: var(--ltn__heading-color);
}

.fresh-mini-cart-content .mini-cart-quantity {
  background: #edf7e8;
  border-radius: 999px;
  color: #25763a;
  display: inline-flex;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  padding: 7px 10px;
}

.fresh-mini-cart-content .mini-cart-footer {
  background: #fff;
  border: 1px solid #e7eee1;
  border-radius: 14px;
  box-shadow: 0 -6px 24px rgba(31, 48, 35, 0.08);
  flex: 0 0 auto;
  margin-top: auto;
  padding:8px 18px;
  position: sticky;
  bottom: 14px;
  z-index: 2;
}

.fresh-mini-cart-content .mini-cart-sub-total {
  border: 0;
  margin-bottom: 14px;
  padding: 0;
}

.fresh-mini-cart-content .mini-cart-sub-total h5 {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 900;
  justify-content: space-between;
  margin: 0;
}

.fresh-mini-cart-content .mini-cart-sub-total span {
  color: var(--ltn__secondary-color);
  font-size: 18px;
}

.fresh-mini-cart-content .mini-cart-footer .btn-wrapper {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  padding: 0;
}

.fresh-mini-cart-content .mini-cart-footer .btn {
  align-items: center;
  border-radius: 8px;
  color: #fff !important;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  justify-content: center;
  min-height: 46px;
  padding: 10px 12px;
  width: 100%;
}

.fresh-mini-cart-content .mini-cart-footer .theme-btn-1 {
  background: #263d2c;
  border-color: #263d2c;
  color: #fff !important;
}

.fresh-mini-cart-content .mini-cart-footer .theme-btn-2 {
  background: var(--ltn__secondary-color);
  border-color: var(--ltn__secondary-color);
  color: #fff !important;
}

.fresh-mini-cart-content .mini-cart-footer .theme-btn-1:hover,
.fresh-mini-cart-content .mini-cart-footer .theme-btn-1:focus,
.fresh-mini-cart-content .mini-cart-footer .theme-btn-2:hover,
.fresh-mini-cart-content .mini-cart-footer .theme-btn-2:focus {
  /*background: #ff7a1a;*/
  /*border-color: #ff7a1a;*/
  color: #fff !important;
  opacity: 1;
}

.fresh-mini-cart-content .mini-cart-footer p {
  color: #687266;
  font-size: 12px;
  font-weight: 700;
  margin: 12px 0 0;
  text-align: center;
}

.fresh-mini-cart-empty {
  background: #fff;
  border: 1px dashed #cfdcc6;
  border-radius: 12px;
  color: #687266;
  font-weight: 800;
  margin: 0;
  padding: 28px 18px;
  text-align: center;
}

.fresh-mini-cart-related {
  background: #fff;
  border: 1px solid #e7eee1;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(31, 48, 35, 0.06);
  flex: 0 0 auto;
  margin-top: 0;
  max-height: 210px;
  overflow-y: auto;
  padding:10px 16px;
}

.fresh-mini-cart-related h5 {
  color: var(--ltn__heading-color);
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 10px;
}

.fresh-mini-cart-related-list {
  display: grid;
  gap: 5px;
}

.fresh-mini-cart-related-item {
  align-items: center;
  background: #fbfcf8;
  border: 1px solid #edf1e8;
  border-radius: 10px;
  display: grid;
  gap: 10px;
  grid-template-columns: 54px minmax(0, 1fr) 34px;
  padding: 8px;
}

.fresh-mini-cart-related-img {
  align-items: center;
  background: #fff;
  border-radius: 8px;
  display: flex;
  height: 54px;
  justify-content: center;
  width: 54px;
}

.fresh-mini-cart-related-img img {
  height: 46px !important;
  object-fit: contain;
  width: 46px !important;
}

.fresh-mini-cart-related-info {
  min-width: 0;
}

.fresh-mini-cart-related-info a {
  color: var(--ltn__heading-color);
  display: block;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fresh-mini-cart-related-info span {
  color: var(--ltn__secondary-color);
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-top: 4px;
}

.fresh-mini-cart-related-add {
  align-items: center;
  background: var(--ltn__secondary-color);
  border-radius: 999px;
  color: #fff !important;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.fresh-mini-cart-related-add:hover,
.fresh-mini-cart-related-add:focus {
  background: #263d2c;
  color: #fff !important;
}

.fresh-cart-related-products {
  margin-top: 42px;
}

.fresh-cart-related-head {
  margin-bottom: 20px;
  text-align: center;
}

.fresh-cart-related-head span {
  color: var(--ltn__secondary-color);
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.fresh-cart-related-head h2 {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 0;
}

.fresh-cart-related-grid {
  row-gap: 18px;
}

@media (max-width: 575px) {
  .fresh-top-marquee {
    font-size: 11px;
    padding: 8px 0;
  }

  .fresh-top-marquee-item {
    margin-right: 20px;
  }

  .fresh-top-marquee-item + .fresh-top-marquee-item::before {
    margin-right: 20px;
  }

  .ltn__utilize-cart-menu .ltn__utilize-menu-head {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ltn__utilize-cart-menu .ltn__utilize-menu-head::after {
    left: 20px;
    right: 20px;
  }

  .fresh-mini-cart-content .mini-cart-item {
    gap: 11px;
    padding: 10px;
  }

  .fresh-mini-cart-content .mini-cart-product-area {
    min-height: 110px;
  }

  .fresh-mini-cart-content .mini-cart-img {
    flex-basis: 74px;
    height: 74px;
    width: 74px;
  }

  .fresh-mini-cart-content .mini-cart-img img {
    height: 60px !important;
    width: 60px !important;
  }

  .fresh-mini-cart-content .mini-cart-footer .btn-wrapper {
    grid-template-columns: 1fr;
  }

  .fresh-mini-cart-related {
    max-height: 160px;
    padding: 12px;
  }

  .fresh-cart-related-head h2 {
    font-size: 24px;
  }
}

.site-logo .custom-logo-link {
  align-items: center;
  display: inline-flex;
  max-width: 220px;
}

.site-logo .custom-logo {
  height: auto;
  max-height: 65px;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

.site-logo .fresh-site-title {
  color: #0f172a;
  display: inline-flex;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.1;
  max-width: 220px;
  text-decoration: none;
}

.site-logo .fresh-site-title:hover {
  color: #80b500;
}

.ltn__utilize-mobile-menu .site-logo .custom-logo {
  max-height: 64px;
}

.ltn__utilize-mobile-menu .site-logo .fresh-site-title {
  font-size: 24px;
}

.fresh-cart-added {
  margin-bottom: 35px;
}

.fresh-cart-added a {
  font-weight: 700;
  margin-left: 10px;
}

.fresh-product-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0;
}

.fresh-product-trust span {
  background: #f0f8eb;
  border: 1px solid #dbeccf;
  border-radius: 999px;
  color: #235c32;
  font-size: 13px;
  font-weight: 800;
  padding: 7px 11px;
}

.fresh-product-info-panels {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.fresh-product-info-panels section {
  border-top: 1px solid #e8efe3;
  padding-top: 18px;
}

.fresh-product-info-panels h2 {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.fresh-product-info-panels h3 {
  font-size: 15px;
  line-height: 1.35;
  margin: 12px 0 4px;
}

.fresh-product-info-panels ul {
  margin: 0;
  padding-left: 18px;
}

.fresh-product-info-panels li,
.fresh-product-info-panels p {
  color: #5f6d5b;
  font-size: 15px;
  line-height: 1.65;
}

.fresh-product-info-panels details {
  background: #fbfcf8;
  border: 1px solid #e4eadc;
  border-radius: 6px;
  margin-top: 8px;
  padding: 12px 14px;
}

.fresh-product-info-panels summary {
  color: var(--ltn__heading-color);
  cursor: pointer;
  font-weight: 800;
}

.fresh-product-info-panels details p {
  margin: 8px 0 0;
}

.fresh-update-cart-btn {
  background: var(--ltn__heading-color);
  border: 0;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  margin: 18px 0 12px;
  min-height: 50px;
  padding: 12px 24px;
  width: 100%;
}

.fresh-update-cart-btn:hover {
  background: var(--ltn__secondary-color);
  color: #fff;
}

.fresh-cart-page {
  background: #f7f8f3;
  padding-top: 30px;
}

.fresh-cart-page .container {
  max-width: 1180px;
}

.fresh-cart-item-image img {
  object-fit: contain;
  padding: 8px;
}

.fresh-cart-line-regular {
  color: #98a193;
  font-size: 13px;
  line-height: 1;
}

.fresh-cart-line-save {
  background: #edf8e7;
  border-radius: 999px;
  color: var(--ltn__secondary-color);
  display: inline-flex;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  padding: 5px 8px;
}

.fresh-cart-remove.is-loading,
.fresh-remove-from-wishlist.is-loading {
  opacity: 0.55;
  pointer-events: none;
}

.fresh-empty-state {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(28, 44, 33, 0.08);
}

.fresh-summary-discount-total {
  background: #f4fbef;
  border-radius: 6px;
  padding: 9px 10px;
}

.fresh-checkout-preferences {
  background: #fbfcf8;
  border: 1px solid #e4eadf;
  border-radius: 8px;
  margin-bottom: 18px;
  padding: 16px;
}

.fresh-checkout-preferences select {
  background: #fff;
  border: 1px solid #e3e9dd;
  border-radius: 6px;
  height: 54px;
  padding: 0 14px;
  width: 100%;
}

.fresh-checkout-preferences textarea {
  margin-bottom: 0;
}

.shoping-cart-table .cart-product-image img {
  height: 90px;
  object-fit: contain;
  width: 100px;
}

.shoping-cart-table .table {
  min-width: 900px;
}

.shoping-cart-table th,
.shoping-cart-table td {
  text-align: center;
}

.shoping-cart-table .cart-product-remove {
  width: 8%;
}

.shoping-cart-table .cart-product-image {
  width: 14%;
}

.shoping-cart-table .cart-product-info {
  text-align: left;
  width: 32%;
}

.shoping-cart-table .cart-product-price,
.shoping-cart-table .cart-product-quantity,
.shoping-cart-table .cart-product-subtotal {
  width: 15%;
}

.shoping-cart-table .cart-product-info h4 {
  font-size: 18px;
  margin-bottom: 0;
}

.shoping-cart-table .cart-product-remove a {
  color: inherit;
  font-size: 20px;
  font-weight: 700;
}

.shoping-cart-table .cart-plus-minus {
  margin-left: auto;
  margin-right: auto;
}

.shoping-cart-table input.cart-plus-minus-box {
  min-height: auto;
  padding: 0;
}

.cart-coupon-row td {
  align-items: center;
  display: flex !important;
  gap: 20px;
  justify-content: space-between;
}

.cart-coupon {
  align-items: center;
  display: flex;
  gap: 12px;
}

.cart-coupon input {
  height: 58px;
}

.shoping-cart-total {
  clear: both;
}

.shoping-cart-total h4 {
  margin-bottom: 20px;
}

.shoping-cart-total .table td:last-child {
  text-align: right;
}

.shoping-cart-total .btn-wrapper {
  text-align: right;
}

.ltn__product-item-3 .product-img > a {
  align-items: center;
  display: flex;
  /* height: 260px; */
  justify-content: center;
  padding: 0px;
  border-radius: 10px;
  width: 100%;
}

.ltn__product-item-3 .product-img img {
  height: auto !important;
  max-height: 220px;
border: 1px solid #e2e2e2;
  position: relative;
  width: 100% !important;
  z-index: 1 !important;
}

/*.ltn__product-item-3 .product-title {*/
/*  min-height: 42px;*/
/*}*/

.fresh-product-empty {
  padding: 40px 15px;
  text-align: center;
  width: 100%;
}

.ltn__shop-details-img-gallery {
  align-items: center;
  background: #f7f8f3;
  display: flex;
  justify-content: center;
  min-height: 520px;
  padding: 20px;
}

.ltn__shop-details-img-gallery img {
  height: auto !important;
  max-height: 460px;
  max-width: 100%;
  object-fit: fill;
  width: 100% !important;
}

.ltn__slide-item .slide-item-img img {
  height: auto !important;
  max-height: 560px;
  max-width: 100%;
  object-fit: contain;
  width: auto !important;
}

.about-us-img-wrap img {
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

.ltn__category-item-3 .ltn__category-item-img {
  align-items: center;
  display: flex;
  height: 115px;
  justify-content: center;
}

.ltn__category-item-3 .ltn__category-item-img img {
  height: auto !important;
  max-height: 90px;
  max-width: 120px;
  object-fit: contain;
  width: auto !important;
}

.ltn__blog-item-3 .ltn__blog-img img,
.ltn__blog-details-wrap .ltn__blog-img img,
.popular-post-widget-img img,
.ltn__banner-widget img {
  width: 100%;
}

.ltn__blog-item-3 .ltn__blog-img img {
  height: 260px;
  object-fit: cover;
}

.ltn__blog-details-wrap .ltn__blog-img img {
  height: auto;
  object-fit: cover;
}

.popular-post-widget-img img {
  height: 80px;
  object-fit: cover;
}

.fresh-single-content img {
  height: auto;
  max-width: 100%;
}

.comments-area {
  margin-top: 60px;
}

.comments-area .comment-list {
  list-style: none;
  margin: 0 0 50px;
  padding: 0;
}

.comments-area .comment-body {
  border-top: 1px solid var(--border-color-12);
  padding: 25px 0;
}

.comments-area .comment-form input[type="text"],
.comments-area .comment-form input[type="email"],
.comments-area .comment-form input[type="url"],
.comments-area .comment-form textarea {
  width: 100%;
}
.fresh-add-to-wishlist{
      background: #dcdbdbd1;
    padding: 2px 6px;
    border-radius: 27px;
}

.fresh-card-cart-control {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
}

.fresh-card-qty-control {
  align-items: center;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 999px;
  display: inline-flex;
  height: 40px;
  overflow: hidden;
}

.fresh-card-qty-btn {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--ltn__heading-color);
  cursor: pointer;
  display: inline-flex;
  font-size: 17px;
  font-weight: 800;
  height: 100%;
  justify-content: center;
  line-height: 1;
  min-width: 32px;
  padding: 0;
}

.fresh-card-qty-btn:hover {
  background: #edf7e8;
  color: var(--ltn__secondary-color);
}

.fresh-card-qty {
  -moz-appearance: textfield;
  background: transparent;
  border: 0;
  font-size: 14px;
  height: 100%;
  min-height: 0;
  padding: 0;
  text-align: center;
  width: 36px;
}

.fresh-card-qty::-webkit-outer-spin-button,
.fresh-card-qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.fresh-product-section .product-cart-btn.fresh-add-to-cart,
.fresh-products-showcase .product-cart-btn.fresh-add-to-cart {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  gap: 7px;
  height: 40px;
  justify-content: center;
  min-width: 86px;
  padding: 0 55px;
  width: auto;
}

.fresh-product-section .product-cart-btn.fresh-add-to-cart span,
.fresh-products-showcase .product-cart-btn.fresh-add-to-cart span {
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.fresh-products-showcase {
  background:
    linear-gradient(180deg, #f7fbf4 0%, #fff 44%, #fff7ef 100%);
  overflow: hidden;
  position: relative;
}

.fresh-shop-page {
  background: #f7f8f3;
}

.fresh-shop-layout {
  align-items: flex-start;
  display: grid;
  gap: 24px;
  grid-template-columns: 280px minmax(0, 1fr);
}

.fresh-shop-options {
  background: #fff;
  border: 1px solid #e6eadf;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(31, 48, 35, 0.06);
  padding: 18px;
  position: sticky;
  top: 92px;
}

.fresh-shop-options-head {
  align-items: center;
  border-bottom: 1px solid #edf0e8;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 12px;
}

.fresh-shop-options-head span {
  color: var(--ltn__heading-color);
  font-size: 18px;
  font-weight: 800;
}

.fresh-shop-options-head a {
  color: var(--ltn__secondary-color);
  font-size: 13px;
  font-weight: 700;
}

.fresh-shop-search-form {
  margin-bottom: 20px;
}

.fresh-shop-search-form label,
.fresh-shop-sort-form label {
  color: var(--ltn__heading-color);
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.fresh-shop-search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 46px;
}

.fresh-shop-search-row input {
  background: #fff;
  border: 1px solid #dfe5d8;
  border-radius: 6px 0 0 6px;
  color: var(--ltn__heading-color);
  height: 46px;
  padding: 0 14px;
  width: 100%;
}

.fresh-shop-search-row button {
  align-items: center;
  background: var(--ltn__secondary-color);
  border: 0;
  border-radius: 0 6px 6px 0;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  height: 46px;
  justify-content: center;
}

.fresh-shop-search-row button:hover,
.fresh-shop-search-row button:focus {
  background: var(--ltn__heading-color);
}

.fresh-shop-category-panel {
  background: #fff;
  border: 1px solid #dfe8d8;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(31, 48, 35, 0.05);
  margin-bottom: 20px;
  overflow: hidden;
}

.fresh-shop-category-panel summary {
  align-items: center;
  background: linear-gradient(180deg, #fff 0%, #f9fbf6 100%);
  color: var(--ltn__heading-color);
  cursor: pointer;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  list-style: none;
  min-height: 64px;
  padding: 12px 14px 12px 16px;
}

.fresh-shop-category-panel summary::-webkit-details-marker {
  display: none;
}

.fresh-shop-category-panel summary::after {
  align-items: center;
  background: var(--ltn__secondary-color);
  border-radius: 50%;
  color: #fff;
  content: "\f107";
  display: inline-flex;
  flex: 0 0 28px;
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  font-weight: 900;
  height: 28px;
  justify-content: center;
  margin-left: 2px;
  transition: transform 0.2s ease;
  width: 28px;
}

.fresh-shop-category-panel[open] summary::after {
  transform: rotate(180deg);
}

.fresh-shop-category-panel summary > span {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 900;
  gap: 8px;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.fresh-shop-category-panel summary > span i {
  align-items: center;
  background: #edf7e8;
  border-radius: 50%;
  color: var(--ltn__secondary-color);
  display: inline-flex;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.fresh-shop-category-panel summary > small {
  color: var(--ltn__heading-color);
  display: block;
  flex: 1 1 auto;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  text-align: right;
}

.fresh-shop-category-panel summary > small em {
  color: #7a8675;
  display: block;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  margin-top: 2px;
}

.fresh-shop-category-list {
  background: #fbfcf8;
  border-top: 1px solid #edf1e9;
  display: grid;
  gap: 8px;
  margin: 0;
  max-height: 300px;
  overflow-y: auto;
  padding: 10px;
  scrollbar-color: #b7c8ae transparent;
  scrollbar-width: thin;
}

.fresh-shop-category-list::-webkit-scrollbar {
  width: 6px;
}

.fresh-shop-category-list::-webkit-scrollbar-track {
  background: transparent;
}

.fresh-shop-category-list::-webkit-scrollbar-thumb {
  background: #b7c8ae;
  border-radius: 999px;
}

.fresh-shop-category-list a {
  align-items: center;
  background: #fff;
  border: 1px solid #edf1e8;
  border-radius: 6px;
  color: #3d4c3f;
  display: flex;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  justify-content: space-between;
  min-height: 44px;
  padding: 10px 12px;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.fresh-shop-category-list a span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fresh-shop-category-list a:hover,
.fresh-shop-category-list a.is-active {
  background: #f0f8eb;
  border-color: var(--ltn__secondary-color);
  color: var(--ltn__heading-color);
}

.fresh-shop-category-list small {
  align-items: center;
  background: #fff;
  border: 1px solid #e5ebdf;
  border-radius: 999px;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 11px;
  justify-content: center;
  min-width: 26px;
  padding: 3px 7px;
}

.fresh-shop-category-list a.is-active small {
  border-color: rgba(128, 181, 65, 0.45);
  color: var(--ltn__secondary-color);
}

.fresh-shop-sort-row {
  display: grid;
  gap: 8px;
}

.fresh-shop-sort-row select {
  background: #fff;
  border: 1px solid #dfe5d8;
  border-radius: 6px;
  color: var(--ltn__heading-color);
  height: 44px;
  padding: 0 12px;
  width: 100%;
}

.fresh-shop-sort-row button {
  background: var(--ltn__heading-color);
  border: 0;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font-weight: 800;
  height: 42px;
}

.fresh-shop-sort-row button:hover {
  background: var(--ltn__secondary-color);
}

.fresh-shop-results {
  min-width: 0;
}

.fresh-shop-toolbar {
  align-items: center;
  background: #fff;
  border: 1px solid #e6eadf;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
  min-height: 58px;
  padding: 12px 16px;
}

.fresh-shop-toolbar strong {
  color: var(--ltn__heading-color);
  font-size: 18px;
  margin-right: 4px;
}

.fresh-shop-toolbar span {
  color: #64715f;
  font-size: 13px;
  font-weight: 700;
}

.fresh-shop-product-grid {
  row-gap: 5px;
}

.fresh-mobile-store-bar {
  display: none;
}

.fresh-mobile-store-count.is-updated,
.fresh-cart-count.is-updated,
.fresh-wishlist-count.is-updated {
  animation: fresh-count-pop 0.45s ease;
}

@keyframes fresh-count-pop {
  0% {
    transform: scale(1);
  }

  45% {
    transform: scale(1.28);
  }

  100% {
    transform: scale(1);
  }
}

.fresh-products-showcase .container {
  position: relative;
  z-index: 1;
}

.fresh-products-heading {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}

.fresh-section-kicker {
  color: var(--ltn__secondary-color);
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.fresh-products-heading .section-title {
  margin-bottom: 12px;
}

.fresh-products-heading p {
  color: #59625a;
  font-size: 17px;
  line-height: 1.7;
  margin: 0 auto 18px;
  max-width: 620px;
}

.fresh-products-promises {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 18px;
}

.fresh-products-promises span {
  align-items: center;
  background: #fff;
  border: 1px solid #e5eddf;
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(23, 62, 34, 0.08);
  color: #2f3f31;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 8px;
  min-height: 38px;
  padding: 8px 14px;
}

.fresh-products-promises i {
  color: var(--ltn__secondary-color);
}

.fresh-products-tabs {
  margin-bottom: 34px;
}

.fresh-products-tabs .nav {
  gap: 10px;
  justify-content: center;
}

.fresh-products-tabs.ltn__tab-menu-2 a {
  background: #fff;
  border: 1px solid #e7e8df;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(31, 48, 29, 0.06);
  color: #32402f;
  font-size: 14px;
  font-weight: 800;
  margin: 0;
  min-height: 42px;
  padding: 10px 20px;
  text-transform: none;
}

.fresh-products-tabs.ltn__tab-menu-2 a::before {
  display: none;
}

.fresh-products-tabs.ltn__tab-menu-2 a.active {
  background: var(--ltn__secondary-color);
  border-color: var(--ltn__secondary-color);
  color: #fff;
}

.fresh-products-showcase .ltn__product-item-3 {
  background: #fff;
  border: 1px solid #edf0e7;
  border-radius: 12px;
  box-shadow: 0 12px 34px rgba(28, 55, 32, 0.09);
  height: 100%;
  overflow: hidden;
  padding: 14px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.fresh-products-showcase .ltn__product-item-3:hover {
  box-shadow: 0 18px 42px rgba(28, 55, 32, 0.14);
  transform: translateY(-4px);
}

.fresh-products-showcase .ltn__product-item-3 .product-img {
  background: #f2f6ee;
  border-radius: 10px;
  overflow: hidden;
}

.fresh-products-showcase .ltn__product-item-3 .product-img img {
  border: 0;
  transition: transform 0.25s ease;
}

.fresh-products-showcase .ltn__product-item-3:hover .product-img img {
  transform: scale(1.04);
}

.fresh-products-showcase .product-badge {
  left: auto;
  right: 16px;
  top: 16px;
}

.fresh-products-showcase .fresh-add-to-wishlist {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 22px rgba(54, 42, 32, 0.14);
  color: #d94f45;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  padding: 0;
  width: 38px;
}

.fresh-products-showcase .product-info {
  padding: 18px 2px 2px;
}

.fresh-products-showcase .product-ratting {
  margin-bottom: 6px;
}

.fresh-products-showcase .product-title {
  font-size: 17px;
  line-height: 1.35;
}

.fresh-products-showcase .product-price {
  color: #1f7a3a;
  font-size: 19px;
}

.fresh-products-showcase .fresh-card-qty {
  background: #fbfcf8;
  border-color: #dfe7d7;
}

.fresh-products-showcase .product-cart-btn {
  background: #243b2a;
  color: #fff;
}

.fresh-products-showcase .product-cart-btn:hover {
  background: var(--ltn__secondary-color);
}

.fresh-product-section {
  background: #f7fbf2;
  position: relative;
}

.fresh-product-section-tabs {
  background:
    linear-gradient(180deg, #f6fbf1 0%, #ffffff 78%);
  overflow: hidden;
  /* padding-top: 88px !important; */
}

.fresh-product-section .fresh-products-heading {
  margin-bottom: 24px;
}

.fresh-product-section .fresh-section-kicker {
  background: #eaf7df;
  border: 1px solid #d7ecc8;
  border-radius: 999px;
  color: #246d33;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 12px;
  padding: 8px 16px;
}

.fresh-product-section .section-title {
  color: #17301f;
  font-size: 40px;
  line-height: 1.15;
  margin-bottom: 10px;
}

.fresh-product-section .fresh-products-heading p {
  color: #5d6a5f;
  font-size: 15px;
  line-height: 1.7;
  margin: 0 auto;
  max-width: 560px;
}

.fresh-product-section .fresh-products-tabs {
  margin-bottom: 28px;
}

.fresh-product-section .fresh-products-tabs .nav {
  background: #fff;
  border: 1px solid #e3eddc;
  border-radius: 999px;
  box-shadow: 0 16px 35px rgba(42, 69, 37, 0.08);
  display: inline-flex;
  gap: 6px;
  justify-content: center;
  max-width: 100%;
  padding: 7px;
}

.fresh-product-section .fresh-products-tabs.ltn__tab-menu-2 a {
  background: transparent;
  border: 0;
  border-radius: 999px;
  box-shadow: none;
  color: #40513d;
  font-size: 14px;
  font-weight: 800;
  margin: 0;
  min-height: 38px;
  padding: 9px 17px;
  text-transform: none;
}

.fresh-product-section .fresh-products-tabs.ltn__tab-menu-2 a::before {
  display: none;
}

.fresh-product-section .fresh-products-tabs.ltn__tab-menu-2 a.active,
.fresh-product-section .fresh-products-tabs.ltn__tab-menu-2 a:hover {
  background: #00845e;
  color: #fff;
}

.fresh-product-section-tabs .tab-content {
  padding-top: 4px;
}

.fresh-product-section-tabs .slick-slide {
  padding-left: 8px;
  padding-right: 8px;
}

.fresh-featured-product-grid {
  row-gap: 24px;
}

.fresh-product-section .ltn__product-item-3 {
  background: #fff;
  border: 1px solid #e8efe3;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(30, 48, 35, 0.06);
  overflow: hidden;
  padding: 10px;
  transition: box-shadow 0.22s ease, transform 0.22s ease;
}

.fresh-product-section .ltn__product-item-3:hover {
  border-color: #d6e8cc;
  box-shadow: 0 16px 34px rgba(30, 48, 35, 0.12);
  transform: translateY(-4px);
}

.fresh-product-section .ltn__product-item-3 .product-img {
  background: #f4f8ef;
  border-radius: 8px;
  overflow: hidden;
}

.fresh-product-section .ltn__product-item-3 .product-img > a {
  align-items: center;
  aspect-ratio: 1 / 0.92;
  display: flex;
  justify-content: center;
  padding: 10px;
}

.fresh-product-section .ltn__product-item-3 .product-img img {
  border: 0;
  max-height: max-content;
  object-fit: cover;
  transition: transform 0.22s ease;
}

.fresh-product-section .ltn__product-item-3:hover .product-img img {
  transform: scale(1.03);
}

.fresh-product-section .product-badge {
  left: auto;
  right: 14px;
  top: 14px;
}

.fresh-product-section .fresh-add-to-wishlist {
  align-items: center;
  background: #fff;
  border: 1px solid #eef0ea;
  border-radius: 50%;
  box-shadow: 0 6px 18px rgba(40, 47, 37, 0.12);
  color: #d74c44;
  display: inline-flex;
  height: 36px;
  justify-content: center;
  padding: 0;
  width: 36px;
}

.fresh-product-section .product-info {
  padding: 14px 2px 2px;
}

.fresh-product-section .product-ratting {
  margin-bottom: 5px;
}

.fresh-product-section .product-title {
  font-size: 16px;
  line-height: 1.35;
  margin-bottom: 6px;
}

.fresh-product-section .product-price {
  color: #21783a;
  font-size: 18px;
  font-weight: 800;
}

.fresh-product-section .fresh-card-qty {
  background: #fff;
  border-color: #dfe6dc;
}

.fresh-product-section .product-cart-btn {
  background: #17301f;
  border-radius: 999px;
  color: #fff;
}

.fresh-product-section .product-cart-btn:hover {
  background: var(--ltn__secondary-color);
}

.fresh-order-flow {
  background: #fff;
  margin-top: -34px;
  padding: 0 0 55px;
  position: relative;
  z-index: 5;
}

.fresh-order-flow-inner {
  align-items: center;
  background: #fff;
  border: 1px solid #edf0ea;
  border-radius: 10px;
  box-shadow: 0 16px 40px rgba(28, 50, 32, 0.1);
  display: grid;
  gap: 22px;
  grid-template-columns: 1.1fr 2.4fr auto;
  padding: 24px;
}

.fresh-order-flow-heading span {
  color: var(--ltn__secondary-color);
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.fresh-order-flow-heading h2 {
  font-size: 24px;
  line-height: 1.25;
  margin: 0;
}

.fresh-order-steps {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fresh-order-step {
  align-items: flex-start;
  display: flex;
  gap: 12px;
}

.fresh-order-step-icon {
  align-items: center;
  background: #edf7e8;
  border-radius: 50%;
  color: var(--ltn__secondary-color);
  display: inline-flex;
  flex: 0 0 42px;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.fresh-order-step strong {
  color: var(--ltn__heading-color);
  display: block;
  font-size: 15px;
  line-height: 1.3;
}

.fresh-order-step p {
  color: #687266;
  font-size: 13px;
  line-height: 1.5;
  margin: 4px 0 0;
}

.fresh-order-flow-cart {
  align-items: center;
  background: var(--ltn__secondary-color);
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  font-weight: 800;
  gap: 8px;
  min-height: 46px;
  padding: 12px 18px;
  white-space: nowrap;
}

.fresh-order-flow-cart:hover {
  background: var(--ltn__heading-color);
  color: #fff;
}

.ltn__category-area {
  background: #f8faf5 !important;
  padding-bottom: 70px;
  padding-top: 75px;
}

.ltn__category-area::before,
.ltn__category-area::after {
  display: none !important;
}

.ltn__category-area .section-title {
  color: var(--ltn__heading-color) !important;
  font-size: 38px;
}

.ltn__category-item-3 {
  background: #fff;
  border: 1px solid #e9eee3;
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(31, 48, 29, 0.07);
  padding: 22px 12px;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.ltn__category-item-3:hover {
  box-shadow: 0 14px 34px rgba(31, 48, 29, 0.11);
  transform: translateY(-3px);
}

.ltn__category-item-3 .ltn__category-item-name h5 {
  font-size: 16px;
  margin-bottom: 4px;
}

.ltn__category-item-3 .ltn__category-item-name h6 {
  color: #71806c;
}

.fresh-contact-page {
  background: #fbfcf8;
  padding: 85px 0 110px;
}

.fresh-contact-intro {
  margin: 0 auto 42px;
  max-width: 760px;
}

.fresh-contact-intro span,
.fresh-contact-help span {
  color: var(--ltn__secondary-color);
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.fresh-contact-intro h1 {
  font-size: 42px;
  line-height: 1.16;
  margin-bottom: 14px;
}

.fresh-contact-intro p {
  color: #657062;
  font-size: 17px;
  line-height: 1.7;
  margin: 0 auto;
  max-width: 650px;
}

.fresh-contact-card.ltn__contact-address-item-3 {
  background: #fff;
  border: 1px solid #e8eee2;
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(30, 48, 35, 0.07);
  margin-bottom: 24px;
  min-height: 225px;
  padding: 34px 24px 28px;
  text-align: center;
}

.fresh-contact-card .fresh-contact-icon {
  align-items: center;
  background: #edf7e8;
  border-radius: 50%;
  color: var(--ltn__secondary-color);
  display: inline-flex;
  height: 66px;
  justify-content: center;
  margin-bottom: 18px;
  width: 66px;
}

.fresh-contact-card .fresh-contact-icon i {
  color: var(--ltn__secondary-color);
  font-size: 28px;
}

.fresh-contact-card h3 {
  font-size: 21px;
  margin-bottom: 8px;
}

.fresh-contact-card p {
  color: #647060;
  line-height: 1.6;
  margin-bottom: 0;
}

.fresh-contact-card a {
  color: #2d5934;
  font-weight: 700;
}

.fresh-contact-panel {
  align-items: stretch;
  background: #fff;
  border: 1px solid #e8eee2;
  border-radius: 12px;
  box-shadow: 0 16px 42px rgba(30, 48, 35, 0.09);
  display: grid;
  gap: 0;
  grid-template-columns: 0.9fr 1.1fr;
  margin-top: 26px;
  overflow: hidden;
}

.fresh-contact-help {
  background: #263d2c;
  color: #fff;
  padding: 46px 42px;
}

.fresh-contact-help span {
  color: #a8df8e;
}

.fresh-contact-help h2 {
  color: #fff;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 14px;
}

.fresh-contact-help p {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
}

.fresh-contact-help ul {
  margin: 24px 0 28px;
  padding: 0;
}

.fresh-contact-help li {
  align-items: center;
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  gap: 10px;
  list-style: none;
  margin-bottom: 12px;
}

.fresh-contact-help li i {
  color: #a8df8e;
}

.fresh-contact-shop-link {
  align-items: center;
  background: #fff;
  border-radius: 6px;
  color: #263d2c;
  display: inline-flex;
  font-weight: 800;
  gap: 8px;
  min-height: 46px;
  padding: 12px 18px;
}

.fresh-contact-shop-link:hover {
  background: var(--ltn__secondary-color);
  color: #fff;
}

.fresh-contact-form {
  box-shadow: none;
  padding: 42px;
}

.fresh-contact-form .title-2 {
  font-size: 28px;
  margin-bottom: 24px;
}

.fresh-contact-form input,
.fresh-contact-form textarea {
  background: #fbfcf8;
  border: 1px solid #e3e9dd;
  border-radius: 6px;
  min-height: 54px;
}

.fresh-contact-form textarea {
  min-height: 150px;
}

.fresh-not-found {
  background: #fbfcf8;
  padding: 90px 0 120px;
}

.fresh-not-found-card {
  background: #fff;
  border: 1px solid #e8eee2;
  border-radius: 12px;
  box-shadow: 0 16px 42px rgba(30, 48, 35, 0.09);
  margin: 0 auto;
  max-width: 720px;
  padding: 54px 42px;
  text-align: center;
}

.fresh-not-found-code {
  color: var(--ltn__secondary-color);
  display: block;
  font-size: 72px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 14px;
}

.fresh-not-found-card h1 {
  font-size: 38px;
  line-height: 1.2;
  margin-bottom: 14px;
}

.fresh-not-found-card p {
  color: #657062;
  font-size: 17px;
  line-height: 1.7;
  margin: 0 auto 28px;
  max-width: 560px;
}

.fresh-not-found-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.fresh-not-found-actions .btn {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.fresh-not-found-link {
  color: var(--ltn__heading-color);
  font-weight: 800;
  padding: 12px 8px;
}

.fresh-not-found-link:hover {
  color: var(--ltn__secondary-color);
}

.fresh-policy-page {
  background: #fbfcf8;
  padding: 85px 0 110px;
}

.fresh-policy-layout {
  align-items: start;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(260px, 0.36fr) minmax(0, 0.64fr);
}

.fresh-policy-summary,
.fresh-policy-content {
  background: #fff;
  border: 1px solid #e8eee2;
  border-radius: 12px;
  box-shadow: 0 16px 42px rgba(30, 48, 35, 0.08);
}

.fresh-policy-summary {
  padding: 34px 28px;
  position: sticky;
  top: 110px;
}

.fresh-policy-summary span,
.fresh-policy-intro span {
  color: var(--ltn__secondary-color);
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.fresh-policy-summary h2 {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 12px;
}

.fresh-policy-summary p,
.fresh-policy-intro p,
.fresh-policy-section p,
.fresh-policy-section li,
.fresh-policy-note p {
  color: #657062;
  line-height: 1.75;
}

.fresh-policy-contact {
  border-top: 1px solid #e8eee2;
  display: grid;
  gap: 12px;
  margin-top: 24px;
  padding-top: 22px;
}

.fresh-policy-contact a {
  align-items: center;
  color: #2d5934;
  display: inline-flex;
  font-weight: 800;
  gap: 10px;
  overflow-wrap: anywhere;
}

.fresh-policy-contact i {
  color: var(--ltn__secondary-color);
  font-size: 18px;
}

.fresh-policy-content {
  padding: 42px;
}

.fresh-policy-intro {
  border-bottom: 1px solid #e8eee2;
  margin-bottom: 30px;
  padding-bottom: 26px;
}

.fresh-policy-intro h1 {
  font-size: 42px;
  line-height: 1.16;
  margin-bottom: 14px;
}

.fresh-policy-section {
  margin-bottom: 28px;
}

.fresh-policy-section h3 {
  font-size: 24px;
  margin-bottom: 12px;
}

.fresh-policy-section ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.fresh-policy-section li {
  list-style: none;
  padding-left: 28px;
  position: relative;
}

.fresh-policy-section li::before {
  background: var(--ltn__secondary-color);
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 4px;
  position: absolute;
  top: 12px;
  width: 8px;
}

.fresh-policy-note {
  align-items: flex-start;
  background: #edf7e8;
  border: 1px solid #d9ebd0;
  border-radius: 10px;
  display: flex;
  gap: 12px;
  margin-top: 34px;
  padding: 18px 20px;
}

.fresh-policy-note i {
  color: var(--ltn__secondary-color);
  font-size: 20px;
  margin-top: 4px;
}

.fresh-policy-note p {
  font-weight: 700;
  margin: 0;
}

@media (max-width: 1199px) {
  .ltn__header-5 .ltn__header-options .header-cart-icon {
    display: none;
  }
}

@media (max-width: 767px) {
  .fresh-not-found {
    padding: 55px 0 75px;
  }

  .fresh-not-found-card {
    padding: 36px 20px;
  }

  .fresh-not-found-code {
    font-size: 56px;
  }

  .fresh-not-found-card h1 {
    font-size: 28px;
  }

  .fresh-not-found-card p {
    font-size: 15px;
  }

  .fresh-not-found-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .fresh-not-found-actions .btn,
  .fresh-not-found-link {
    justify-content: center;
    width: 100%;
  }

  .fresh-contact-page {
    padding: 55px 0 70px;
  }

  .fresh-policy-page {
    padding: 55px 0 75px;
  }

  .fresh-policy-layout {
    grid-template-columns: 1fr;
  }

  .fresh-policy-summary {
    position: static;
  }

  .fresh-policy-content,
  .fresh-policy-summary {
    padding: 28px 20px;
  }

  .fresh-policy-intro h1 {
    font-size: 30px;
  }

  .fresh-policy-section h3 {
    font-size: 21px;
  }

  .fresh-policy-note {
    padding: 16px;
  }

  .fresh-contact-intro {
    margin-bottom: 30px;
  }

  .fresh-contact-intro h1 {
    font-size: 30px;
  }

  .fresh-contact-intro p {
    font-size: 15px;
  }

  .fresh-contact-card.ltn__contact-address-item-3 {
    min-height: auto;
    padding: 28px 18px;
  }

  .fresh-contact-panel {
    grid-template-columns: 1fr;
  }

  .fresh-contact-help,
  .fresh-contact-form {
    padding: 28px 20px;
  }

  .fresh-contact-help h2 {
    font-size: 26px;
  }

  .fresh-order-flow {
    margin-top: 0;
    padding: 28px 0 40px;
  }

  .fresh-order-flow-inner {
    gap: 18px;
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .fresh-order-flow-heading h2 {
    font-size: 22px;
  }

  .fresh-order-steps {
    grid-template-columns: 1fr;
  }

  .fresh-order-flow-cart {
    justify-content: center;
    width: 100%;
  }

  .ltn__category-area {
    padding-bottom: 45px;
    padding-top: 55px;
  }

  .ltn__category-area .section-title {
    font-size: 30px;
  }

  .fresh-product-section {
    padding-bottom: 45px;
    padding-top: 65px;
  }

  .fresh-product-section .section-title {
    font-size: 30px;
  }

  .fresh-product-section .fresh-products-heading {
    margin-bottom: 22px;
  }

  .fresh-product-section .fresh-products-heading p {
    font-size: 14px;
  }

  .fresh-product-section .fresh-products-tabs .nav {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .fresh-product-section .fresh-products-tabs.ltn__tab-menu-2 a {
    flex: 0 0 auto;
    font-size: 13px;
    min-height: 36px;
    padding: 8px 14px;
  }

  .fresh-product-section .ltn__product-item-3 {
    border-radius: 8px;
    padding: 9px;
  }

  .fresh-products-showcase {
    padding-bottom: 45px;
    padding-top: 70px;
  }

  .fresh-products-heading p {
    font-size: 15px;
  }

  .fresh-products-promises {
    gap: 8px;
  }

  .fresh-products-promises span {
    font-size: 12px;
    min-height: 34px;
    padding: 7px 10px;
  }

  .fresh-products-tabs .nav {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .fresh-products-tabs.ltn__tab-menu-2 a {
    flex: 0 0 auto;
    font-size: 13px;
    min-height: 38px;
    padding: 8px 14px;
  }

  .fresh-products-showcase .ltn__product-item-3 {
    border-radius: 10px;
    padding: 10px;
  }

  .ltn__header-5 .ltn__header-middle-area {
    padding-bottom: 12px;
    padding-top: 12px;
  }

  .ltn__header-5 .ltn__header-middle-area > .container > .row {
    align-items: center;
    flex-wrap: nowrap;
  }

  .ltn__header-5 .ltn__header-middle-area > .container > .row > .col:first-child {
    flex: 1 1 auto;
    max-width: none;
  }

  .ltn__header-5 .site-logo-wrap {
    flex: 0 1 auto;
    justify-content: flex-start;
    margin: 0;
  }

  .ltn__header-5 .ltn__header-options {
    flex: 0 0 auto;
    justify-content: flex-end;
    margin-left: auto;
    max-width: none;
  }

  .ltn__header-5 .mobile-menu-toggle {
    margin-right: 0;
  }

  .site-logo .custom-logo-link {
    max-width: 150px;
  }

  .site-logo .custom-logo {
    max-height: 52px;
  }

  .ltn__utilize-mobile-menu .ltn__utilize-buttons ul li {
    display: block;
    margin-top: 12px;
  }

  .ltn__utilize-mobile-menu .ltn__utilize-buttons a {
    align-items: center;
    display: flex;
    font-weight: 700;
  }

  .ltn__product-item-3 .product-img > a {
    height: auto;
    padding: 4px;
  }
  .product-card-bottom{
    position: relative;
  }
  .fresh-card-cart-control {
    align-self: flex-end;
    margin-top: 8px;
    padding-right: 48px;
  }
  .fresh-card-qty {
    height: 34px;
    min-height: 34px;
    width: 54px;
  }
  .product-cart-btn.fresh-add-to-cart{
    position: absolute;
    right: 2px;
    top: -25px;
  }
.product-card-bottom{
  flex-direction: column-reverse;
}
  .ltn__product-item-3 .product-img img {
    max-height: 160px;
  }

  .ltn__shop-details-img-gallery {
    min-height: 320px;
    padding: 5px;
  }

  .shoping-cart-table .table {
    min-width: 0;
  }

  .shoping-cart-table .cart-product-info,
  .shoping-cart-table th,
  .shoping-cart-table td {
    text-align: center;
    width: 100%;
  }

  .cart-coupon-row td,
  .cart-coupon {
    align-items: stretch;
    display: block !important;
  }

  .cart-coupon input,
  .cart-coupon .btn,
  .cart-coupon-row .theme-btn-1 {
    margin-bottom: 15px;
    width: 100%;
  }

  .shoping-cart-total,
  .shoping-cart-total .btn-wrapper {
    text-align: center;
  }

  .ltn__slide-item .slide-item-img img {
    max-height: 300px;
  }

  .ltn__blog-item-3 .ltn__blog-img img {
    height: 210px;
  }
}

@media (max-width: 767px) {
  .fresh-cart-page {
    margin-bottom: 0;
    padding-bottom: 18px;
    padding-top: 18px;
  }

  .fresh-cart-page .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .fresh-cart-layout {
    display: block;
  }

  .fresh-cart-items-panel,
  .fresh-cart-summary {
    border: 0;
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(28, 44, 33, 0.08);
  }

  .fresh-cart-items-panel {
    background: transparent;
    box-shadow: none;
  }

  .fresh-cart-shipping-note {
    background: #fff;
    border: 1px solid #e3eadc;
    border-radius: 8px;
    font-size: 13px;
    margin-bottom: 12px;
    padding: 12px 14px;
  }

  .fresh-cart-items {
    display: grid;
    gap: 12px;
  }

  .fresh-cart-item {
    align-items: start;
    background: #fff;
    border: 1px solid #e4eadf;
    border-radius: 8px;
    display: grid;
    gap: 10px 12px;
    grid-template-columns: 78px minmax(0, 1fr);
    padding: 12px;
  }

  .fresh-cart-item:first-child {
    border-top: 1px solid #e4eadf;
  }

  .fresh-cart-item-image {
    border-radius: 7px;
    height: 78px;
    width: 78px;
  }

  .fresh-cart-item-image img {
    object-fit: contain;
    padding: 6px;
  }

  .fresh-cart-item-info h4 {
    font-size: 14px;
    line-height: 1.35;
    margin-bottom: 5px;
  }

  .fresh-cart-item-info h4 a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .fresh-cart-item-info p {
    font-size: 11px;
    line-height: 1.35;
  }

  .fresh-cart-quantity {
    align-items: center;
    flex-direction: row;
    gap: 8px;
    margin-top: 8px;
  }

  .fresh-cart-quantity span {
    font-size: 12px;
  }

  .fresh-cart-quantity .cart-plus-minus {
    border-radius: 999px;
    height: 34px;
    line-height: 30px;
    width: 104px;
  }

  .fresh-cart-quantity input.cart-plus-minus-box {
    min-height: 30px;
  }

  .fresh-cart-item-total {
    align-items: center;
    border-top: 1px solid #edf1e8;
    display: grid;
    gap: 4px 8px;
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1fr) auto;
    padding-left: 0;
    padding-top: 10px;
    text-align: left;
  }

  .fresh-cart-remove {
    align-items: center;
    background: #fff1ef;
    border-radius: 999px;
    color: #d63824;
    display: inline-flex;
    grid-column: 2;
    grid-row: 1 / span 3;
    height: 36px;
    justify-content: center;
    width: 36px;
  }

  .fresh-cart-item-total strong {
    font-size: 18px;
    grid-column: 1;
  }

  .fresh-cart-line-regular,
  .fresh-cart-line-save,
  .fresh-cart-item-total small {
    grid-column: 1;
    justify-self: start;
  }

  .fresh-cart-summary {
    margin-top: 16px;
    padding: 16px 14px;
    position: static;
  }

  .fresh-cart-summary h4 {
    font-size: 19px;
    margin-bottom: 14px;
  }

  .fresh-summary-lines {
    margin-bottom: 14px;
    padding-bottom: 10px;
  }

  .fresh-summary-lines div,
  .fresh-summary-total {
    align-items: center;
    font-size: 13px;
    gap: 10px;
    margin-bottom: 10px;
  }

  .fresh-summary-total {
    margin-bottom: 14px;
    padding-top: 14px;
  }

  .fresh-summary-total strong {
    font-size: 22px;
  }

  .fresh-cart-coupon {
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) 86px;
    margin-bottom: 14px;
  }

  .fresh-cart-coupon input,
  .fresh-cart-coupon button {
    border-radius: 7px;
    height: 42px;
    min-height: 42px;
  }

  .fresh-cart-coupon input {
    padding: 0 12px;
  }

  .fresh-cart-coupon button {
    flex: none;
    font-size: 13px;
  }

  .fresh-update-cart-btn,
  .fresh-checkout-btn {
    border-radius: 7px;
    min-height: 46px;
  }

  body {
    padding-bottom: 74px;
  }

  .fresh-mobile-store-bar {
    align-items: center;
    background: #fff;
    border: 1px solid #e1e8dc;
    border-radius: 8px 8px 0 0;
    bottom: 0;
    box-shadow: 0 -8px 24px rgba(24, 39, 29, 0.14);
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr 1fr;
    left: 0;
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
    position: fixed;
    right: 0;
    z-index: 999;
  }

  .fresh-mobile-store-link {
    align-items: center;
    background: #f8faf4;
    border: 1px solid #e2eadb;
    border-radius: 7px;
    color: var(--ltn__heading-color);
    display: flex;
    font-size: 13px;
    font-weight: 800;
    gap: 9px;
    justify-content: center;
    min-height: 48px;
    padding: 7px 8px;
  }

  .fresh-mobile-store-link:hover,
  .fresh-mobile-store-link:focus {
    background: #eef8e8;
    color: var(--ltn__heading-color);
  }

  .fresh-mobile-store-cart {
    background: var(--ltn__heading-color);
    border-color: var(--ltn__heading-color);
    color: #fff;
  }

  .fresh-mobile-store-cart:hover,
  .fresh-mobile-store-cart:focus {
    background: var(--ltn__secondary-color);
    border-color: var(--ltn__secondary-color);
    color: #fff;
  }

  .fresh-mobile-store-icon {
    display: inline-flex;
    font-size: 17px;
    line-height: 1;
    position: relative;
  }

  .fresh-mobile-store-count {
    align-items: center;
    background: var(--ltn__secondary-color);
    border: 2px solid #fff;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 10px;
    font-weight: 900;
    justify-content: center;
    min-height: 19px;
    min-width: 19px;
    padding: 0 5px;
    position: absolute;
    right: -14px;
    top: -13px;
  }

  .fresh-mobile-store-cart .fresh-mobile-store-count {
    background: #ff7a1a;
  }

  .fresh-shop-notice {
    bottom: 82px;
    left: 12px;
    max-width: none;
    right: 12px;
    text-align: center;
    width: auto;
  }

  .fresh-shop-layout {
    display: block;
  }

  .fresh-shop-options {
    margin-bottom: 18px;
    padding: 14px;
    position: static;
  }

  .fresh-shop-options-head {
    margin-bottom: 12px;
    padding-bottom: 10px;
  }

  .fresh-shop-options-head span {
    font-size: 16px;
  }

  .fresh-shop-category-panel {
    margin-bottom: 14px;
  }

  .fresh-shop-search-form {
    margin-bottom: 14px;
  }

  .fresh-shop-search-row input,
  .fresh-shop-search-row button {
    height: 42px;
  }

  .fresh-shop-category-panel summary {
    min-height: 56px;
    padding: 10px 12px;
  }

  .fresh-shop-category-panel summary > span {
    font-size: 12px;
  }

  .fresh-shop-category-panel summary > span i {
    height: 28px;
    width: 28px;
  }

  .fresh-shop-category-panel summary > small {
    font-size: 12px;
  }

  .fresh-shop-category-panel summary > small em {
    font-size: 10px;
  }

  .fresh-shop-category-list {
    display: grid;
    gap: 7px;
    max-height: 230px;
    overflow-y: auto;
    padding: 10px;
  }

  .fresh-shop-category-list a {
    font-size: 13px;
    min-height: 38px;
    padding: 8px 10px;
  }

  .fresh-shop-sort-row {
    grid-template-columns: minmax(0, 1fr) 88px;
  }

  .fresh-shop-sort-row select,
  .fresh-shop-sort-row button {
    height: 40px;
  }

  .fresh-shop-toolbar {
    border-radius: 6px;
    margin-bottom: 14px;
    min-height: 50px;
    padding: 10px 12px;
  }

  .fresh-shop-toolbar strong {
    font-size: 16px;
  }

  .fresh-shop-toolbar span {
    font-size: 12px;
  }

  .fresh-product-section {
    overflow: hidden;
    padding-bottom: 42px;
    padding-top: 48px;
  }

  .fresh-product-section .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .fresh-product-section .section-title {
    font-size: 26px;
    margin-bottom: 8px;
  }

  .fresh-product-section .fresh-section-kicker {
    font-size: 11px;
    padding: 5px 12px;
  }

  .fresh-product-section .fresh-products-heading {
    margin-bottom: 18px;
  }

  .fresh-product-section .fresh-products-heading p {
    font-size: 13px;
    line-height: 1.5;
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
  }

  .fresh-product-section .fresh-products-tabs {
    margin-bottom: 20px;
  }

  .fresh-product-section .fresh-products-tabs .nav {
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    gap: 7px;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 8px;
    scrollbar-width: none;
  }

  .fresh-product-section .fresh-products-tabs .nav::-webkit-scrollbar {
    display: none;
  }

  .fresh-product-section .fresh-products-tabs.ltn__tab-menu-2 a {
    flex: 0 0 auto;
    font-size: 12px;
    min-height: 34px;
    padding: 7px 12px;
    white-space: nowrap;
  }

  .fresh-product-section-featured .row.ltn__tab-product-slider-one-active--- {
    margin-left: -6px;
    margin-right: -6px;
    row-gap: 12px;
  }

  .fresh-product-section-featured .row.ltn__tab-product-slider-one-active--- > [class*="col-"] {
    margin-bottom: 12px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .fresh-product-section-tabs .slick-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fresh-product-section .ltn__product-item-3 {
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(30, 48, 35, 0.08);
    padding: 8px;
  }

  .fresh-product-section .ltn__product-item-3 .product-img > a {
    aspect-ratio: 1 / 1;
    height: auto;
    min-height: 118px;
    padding: 6px;
  }

  .fresh-product-section .ltn__product-item-3 .product-img img {
    max-height: 100%;
    object-fit: contain;
  }

  .fresh-product-section .product-badge {
    right: 10px;
    top: 10px;
  }

  .fresh-product-section .fresh-add-to-wishlist {
    height: 32px;
    width: 32px;
  }

  .fresh-product-section .product-info {
    padding: 11px 0 0;
  }

  .fresh-product-section .product-ratting {
    display: none;
  }

  .fresh-product-section .product-card-bottom {
    align-items: flex-start;
    flex-direction: column !important;
    gap: 7px;
    justify-content: flex-start;
    margin-top: 0;
    position: static;
  }

  .fresh-product-section .product-card-bottom > div:first-child {
    flex: 1 1 auto;
    min-width: 0;
  }

  .fresh-product-section .product-title {
    font-size: 13px;
    line-height: 1.35;
    margin-bottom: 0;
    min-height: 36px;
  }

  .fresh-product-section .product-title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .fresh-product-section .fresh-card-cart-control {
    align-items: center;
    align-self: stretch;
    display: flex;
    gap: 8px;
    justify-content: space-between;
    margin-top: 8px;
    padding-right: 0;
    width: 100%;
  }

  .fresh-product-section .fresh-card-qty-control {
    flex: 1 1 42%;
    height: 38px;
    max-width: none;
    min-width: 0;
  }

  .fresh-product-section .fresh-card-qty {
    font-size: 13px;
    width: 34px;
  }

  .fresh-product-section .fresh-card-qty-btn {
    font-size: 16px;
    min-width: 32px;
  }

  .fresh-product-section .product-cart-btn.fresh-add-to-cart {
    display: inline-flex !important;
    flex: 1 1 48%;
    height: 38px;
    min-width: 0;
    opacity: 1;
    padding: 0 10px;
    position: static !important;
    right: auto !important;
    top: auto !important;
    visibility: visible;
    width: auto;
    z-index: 2;
  }

  .fresh-product-section .product-cart-btn.fresh-add-to-cart span {
    display: inline;
    font-size: 12px;
  }

  .fresh-product-section .product-price {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    gap: 4px;
    line-height: 1.3;
    margin-top: 8px;
  }

  .fresh-product-section .product-price del,
  .fresh-product-section .product-price small {
    font-size: 11px;
  }
}
@media (max-width: 500px) {
 .fresh-product-section .fresh-card-cart-control {
    flex-direction: column;
    width: 100%;
  }
  .fresh-product-section .product-cart-btn.fresh-add-to-cart{
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 380px) {
  .fresh-product-section .product-card-bottom {
    align-items: flex-start;
    flex-direction: column !important;
  }

 

  .fresh-product-section .fresh-card-qty-control {
    flex: 0 0 auto;
    /* max-width: none; */
    /* width: 100%; */
  }

  .fresh-product-section .product-cart-btn.fresh-add-to-cart {
    flex: 0 0 auto;
    width: 100%;
  }
}

.fresh-top-marquee {
  overflow: hidden;
  white-space: nowrap;
}

.fresh-top-marquee-track {
  animation: fresh-marquee-scroll 28s linear infinite;
  display: inline-flex;
  gap: 36px;
  min-width: 100%;
  will-change: transform;
}

.fresh-top-marquee:hover .fresh-top-marquee-track,
.fresh-top-marquee:focus-within .fresh-top-marquee-track {
  animation-play-state: paused;
}

@keyframes fresh-marquee-scroll {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .fresh-top-marquee {
    white-space: normal;
  }

  .fresh-top-marquee-track {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    transform: none;
  }
}

.fresh-skip-link {
  background: #0a472e;
  color: #fff;
  left: 16px;
  padding: 10px 14px;
  position: absolute;
  top: -48px;
  z-index: 10000;
}

.fresh-skip-link:focus {
  color: #fff;
  top: 16px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid #0a472e;
  outline-offset: 3px;
}
