@charset "UTF-8";
/*
Theme Name: ECOTEC GABON
Theme URI: https://www.synk-ware.com/themes/ecotec
Author: Synkware
Author URI: https://www.synk-ware.com/
Description: Simple and clean theme for your website.
Version: 1.2.1
*/
* {
  scroll-behavior: smooth;
  outline: none !important;
  cursor: pointer;
}

*:focus,
*:active {
  outline: 0 !important;
}

*:focus:not(:focus-visible) {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

html {
  width: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #000000;
  line-height: 1.5rem;
}

.clearfix {
  clear: both;
}

a {
  color: inherit;
  text-decoration: none !important;
}
a:hover {
  color: #4a6442;
}

.text-brand {
  color: #4a6442 !important;
}

.bg-dark {
  background-color: #000000 !important;
  color: #ffffff !important;
}

.text-primary {
  color: #4a6442 !important;
}

.bg-primary {
  background-color: #4a6442 !important;
}

.btn-primary {
  background-color: #4a6442 !important;
}

.section {
  padding: 6.25rem 0;
}

/* One Click Scrool Top Button*/
.scroll-top {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  background-color: #85ba4c;
  right: 15px;
  bottom: 15px;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 999;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.scroll-top:hover {
  background-color: #85ba4c;
}

.show.scroll-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/**
 * Basic typography style for copy text
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: "Space Grotesk", sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

ul,
ol {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

p {
  line-height: 27px;
}

.section-title {
  margin-bottom: 1.25rem;
}
.section-title h1,
.section-title h2 {
  position: relative;
  font-weight: 900;
  text-transform: uppercase;
  padding-bottom: 0.875rem;
}

.lined {
  display: inline-block;
  position: relative;
  padding-bottom: 0.7rem;
}
.lined::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3rem;
  height: 2px;
  background: #4a6442;
}
.lined::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 3.3rem;
  width: 0.7rem;
  height: 2px;
  background: #4a6442;
}

.lined-center::before {
  left: calc(50% - 1.65rem);
}
.lined-center::after {
  left: calc(50% + 1.65rem);
}

.bg-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.header-topbar {
  background: linear-gradient(135deg, #2d3e28 0%, #4a6442 100%);
  color: #ffffff;
  font-size: 0.8125rem;
  letter-spacing: 0.02em;
}

.topbar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 0;
  gap: 1rem;
}

.topbar-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}

.topbar-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 0.8125rem;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.topbar-link:hover {
  color: #c8e6a0 !important;
}

.topbar-center {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.topbar-promo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  color: #c8e6a0;
  font-weight: 600;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
}

.topbar-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topbar-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.topbar-social-link {
  color: rgba(255, 255, 255, 0.8) !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.2s, -webkit-transform 0.2s;
  transition: color 0.2s, -webkit-transform 0.2s;
  transition: color 0.2s, transform 0.2s;
  transition: color 0.2s, transform 0.2s, -webkit-transform 0.2s;
  font-size: 0.875rem;
}
.topbar-social-link:hover {
  color: #c8e6a0 !important;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.topbar-social-link svg,
.topbar-social-link i {
  width: 15px;
  height: 15px;
  font-size: 15px;
}

@media (max-width: 991px) {
  .topbar-center,
  .topbar-left {
    display: none;
  }
  .topbar-inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.header-main {
  background: #ffffff;
  border-bottom: 1px solid #eef2eb;
  position: relative;
  z-index: 100;
}

.header-main-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.875rem 0;
  gap: 1.5rem;
}

.header-logo-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.header-logo-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-logo-link .header-logo {
  max-height: 52px;
  width: auto;
}

.header-site-name {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  font-size: 1.5rem;
  color: #2d3e28;
  margin: 0;
}

.header-search-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 580px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-search-form {
  width: 100%;
}

.header-search-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  border: 2px solid #e2e9de;
  border-radius: 50px;
  overflow: hidden;
  -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.header-search-inner:focus-within {
  border-color: #4a6442;
  -webkit-box-shadow: 0 0 0 3px rgba(74, 100, 66, 0.1);
          box-shadow: 0 0 0 3px rgba(74, 100, 66, 0.1);
}

.header-search-cat {
  background: transparent;
  border: none;
  height: 48px;
  padding: 0.75rem 1rem;
  margin-right: 10px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #4a6442;
  cursor: pointer;
  min-width: 170px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  font-family: "Space Grotesk", sans-serif;
}
.header-search-cat:focus {
  outline: none;
}

.search-divider {
  width: 1px;
  height: 28px;
  background: #d1d9cc;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.header-search-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  background: transparent;
  padding: 0.75rem 1rem;
  font-size: 0.9375rem;
  color: #333;
  font-family: "Space Grotesk", sans-serif;
}
.header-search-input:focus {
  outline: none;
}
.header-search-input::-webkit-input-placeholder {
  color: #999;
}
.header-search-input::-moz-placeholder {
  color: #999;
}
.header-search-input:-ms-input-placeholder {
  color: #999;
}
.header-search-input::-ms-input-placeholder {
  color: #999;
}
.header-search-input::placeholder {
  color: #999;
}

.header-search-btn {
  background: #4a6442;
  border: none;
  color: #ffffff;
  height: 48px;
  padding: 0.75rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  border-radius: 0 50px 50px 0;
}
.header-search-btn:hover {
  background: #85ba4c;
}

.header-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}

.header-action-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.15rem;
  padding: 0.5rem 0.75rem;
  color: #333 !important;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none !important;
}
.header-action-item a:hover {
  color: #4a6442 !important;
}

.action-label {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.header-action-cart {
  position: relative;
}
.header-action-cart a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0.75rem;
  color: #333 !important;
}
.header-action-cart .cart-no {
  position: absolute;
  top: -5px;
  right: 10px;
  color: white;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #85ba4c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.625rem;
  font-weight: 800;
  line-height: 1;
}

@media (max-width: 767px) {
  .action-label {
    display: none;
  }
}
.header-mobile-toggle {
  background: none;
  border: none;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.toggle-bar {
  display: block;
  width: 24px;
  height: 2px;
  background: #333;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-nav {
  background: #ffffff;
  position: relative;
  z-index: 999;
}

.header-nav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.nav-categories-wrap {
  position: relative;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.nav-categories-wrap:hover .chevron-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.nav-categories-wrap:hover .nav-categories-dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.nav-categories-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 1.25rem;
  background: #4a6442;
  color: #ffffff;
  border: none;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  font-family: "Space Grotesk", sans-serif;
  white-space: nowrap;
}
.nav-categories-btn:hover {
  background: #3a5235;
}

.chevron-icon {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.nav-categories-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 260px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-top: 3px solid #4a6442;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 200;
}

.categories-list {
  list-style: none;
  margin: 0;
  padding: 0.5rem 0;
}

.category-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.65rem 1.25rem;
  color: #333 !important;
  font-size: 0.9rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.category-item a:hover {
  background: #f5f7f3;
  color: #4a6442 !important;
  padding-left: 1.5rem;
}

.cat-count {
  font-size: 0.75rem;
  color: #999;
}

.nav-menu-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-nav-menu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-nav-menu .nav-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-nav-menu .nav-item .nav-link {
  color: #222 !important;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.875rem 1.15rem !important;
  -webkit-transition: color 0.2s, background 0.2s;
  transition: color 0.2s, background 0.2s;
  position: relative;
  white-space: nowrap;
}
.header-nav-menu .nav-item .nav-link:hover, .header-nav-menu .nav-item .nav-link.active {
  color: #4a6442 !important;
  background: rgba(74, 100, 66, 0.05);
}
.header-nav-menu .nav-item .nav-link:not(.dropdown-toggle)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) scaleX(0);
          transform: translateX(-50%) scaleX(0);
  width: 70%;
  height: 2px;
  background: #85ba4c;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  border: none;
}
.header-nav-menu .nav-item .nav-link:not(.dropdown-toggle):hover::after, .header-nav-menu .nav-item .nav-link:not(.dropdown-toggle).active::after {
  -webkit-transform: translateX(-50%) scaleX(1);
          transform: translateX(-50%) scaleX(1);
}
.header-nav-menu .nav-item .nav-link.dropdown-toggle::after {
  border-top-color: currentColor;
  margin-left: 0.35rem;
  vertical-align: 0.15em;
}
.header-nav-menu .nav-item .dropdown-menu {
  border: 1px solid #e8e8e8;
  border-top: 3px solid #4a6442;
  border-radius: 0 0 8px 8px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 0.5rem 0;
  min-width: 220px;
}
.header-nav-menu .nav-item .dropdown-menu .dropdown-item {
  padding: 0.6rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  color: #333;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header-nav-menu .nav-item .dropdown-menu .dropdown-item:hover, .header-nav-menu .nav-item .dropdown-menu .dropdown-item.active {
  background: #f5f7f3;
  color: #4a6442;
  padding-left: 1.5rem;
}

.nav-cta-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.nav-cta-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1.25rem;
  background: transparent;
  color: #4a6442 !important;
  border: 2px solid #4a6442;
  border-radius: 50px;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
}
.nav-cta-btn:hover {
  background: #4a6442;
  color: #ffffff !important;
}

.mobile-menu-offcanvas {
  width: min(90vw, 370px) !important;
  border: none !important;
  background: #eef4e8;
  -webkit-box-shadow: 12px 0 30px rgba(74, 100, 66, 0.18);
          box-shadow: 12px 0 30px rgba(74, 100, 66, 0.18);
}
.mobile-menu-offcanvas .offcanvas-content,
.mobile-menu-offcanvas .offcanvas-header,
.mobile-menu-offcanvas .offcanvas-body {
  background: inherit;
}

.mobile-menu-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem 0.85rem;
  border-bottom: 1px solid rgba(74, 100, 66, 0.18);
  background: #ffffff;
}

.mobile-menu-logo img {
  max-height: 36px;
}

.mobile-menu-close {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(74, 100, 66, 0.22);
  border-radius: 10px;
  background: #ffffff;
  color: #4a6442;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: border-color 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease;
  transition: border-color 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease;
  transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
  transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.mobile-menu-close:hover {
  border-color: rgba(74, 100, 66, 0.45);
  color: #85ba4c;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.mobile-menu-body {
  padding: 0.9rem 0.95rem 1.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.85rem;
  background: #eef4e8;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(74, 100, 66, 0.35) transparent;
}
.mobile-menu-body::-webkit-scrollbar {
  width: 6px;
}
.mobile-menu-body::-webkit-scrollbar-thumb {
  background: rgba(74, 100, 66, 0.35);
  border-radius: 8px;
}

.mobile-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  border: 1px solid rgba(74, 100, 66, 0.2);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 0.2rem;
}
.mobile-search-form:focus-within {
  border-color: rgba(74, 100, 66, 0.5);
  -webkit-box-shadow: 0 0 0 3px rgba(74, 100, 66, 0.12);
          box-shadow: 0 0 0 3px rgba(74, 100, 66, 0.12);
}

.mobile-search-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  background: transparent;
  padding: 0.78rem 0.95rem;
  font-size: 0.88rem;
  font-family: "Space Grotesk", sans-serif;
  color: #4a6442;
}
.mobile-search-input:focus {
  outline: none;
}
.mobile-search-input::-webkit-input-placeholder {
  color: rgba(74, 100, 66, 0.62);
}
.mobile-search-input::-moz-placeholder {
  color: rgba(74, 100, 66, 0.62);
}
.mobile-search-input:-ms-input-placeholder {
  color: rgba(74, 100, 66, 0.62);
}
.mobile-search-input::-ms-input-placeholder {
  color: rgba(74, 100, 66, 0.62);
}
.mobile-search-input::placeholder {
  color: rgba(74, 100, 66, 0.62);
}

.mobile-search-btn {
  background: #4a6442;
  border: none;
  color: #ffffff;
  width: 38px;
  height: 38px;
  padding: 0;
  margin-right: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border-radius: 8px;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.mobile-search-btn:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 8px 14px rgba(58, 82, 53, 0.22);
          box-shadow: 0 8px 14px rgba(58, 82, 53, 0.22);
}

.mobile-nav-menu {
  list-style: none;
  padding: 0;
  margin: 0.2rem 0 0;
}
.mobile-nav-menu .nav-item {
  margin-bottom: 0.35rem;
}
.mobile-nav-menu .nav-item .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5rem;
  padding: 0.78rem 0.85rem;
  border: 1px solid rgba(74, 100, 66, 0.18);
  border-radius: 10px;
  background: #ffffff;
  color: rgba(74, 100, 66, 0.95) !important;
  font-size: 0.84rem;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0.01em;
  -webkit-transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.mobile-nav-menu .nav-item .nav-link:hover, .mobile-nav-menu .nav-item .nav-link.active {
  border-color: rgba(74, 100, 66, 0.42);
  background: rgba(74, 100, 66, 0.12);
  color: #4a6442 !important;
}
.mobile-nav-menu .menu-item-has-children > .nav-link.dropdown-toggle::after {
  margin-left: auto;
}
.mobile-nav-menu .dropdown-menu {
  position: static !important;
  float: none !important;
  -webkit-transform: none !important;
          transform: none !important;
  margin-top: 0.3rem !important;
  border: 1px solid rgba(74, 100, 66, 0.2);
  border-radius: 10px;
  background: #ffffff;
  padding: 0.35rem;
}
.mobile-nav-menu .dropdown-menu .dropdown-item {
  border-radius: 8px;
  padding: 0.56rem 0.68rem;
  font-size: 0.82rem;
  font-weight: 500;
  color: rgba(74, 100, 66, 0.95);
}
.mobile-nav-menu .dropdown-menu .dropdown-item:hover, .mobile-nav-menu .dropdown-menu .dropdown-item:focus {
  color: #4a6442;
  background: rgba(74, 100, 66, 0.11);
}

.mobile-menu-cta {
  margin-top: auto;
  position: sticky;
  bottom: -1.1rem;
  padding: 0.75rem 0 0.85rem;
  background: #eef4e8;
  backdrop-filter: blur(2px);
}
.mobile-menu-cta .btn-flat {
  min-height: 46px;
  border-radius: 10px;
  font-size: 0.78rem;
  letter-spacing: 0.03em;
  -webkit-box-shadow: 0 10px 20px rgba(74, 100, 66, 0.16);
          box-shadow: 0 10px 20px rgba(74, 100, 66, 0.16);
}

.mobile-ecommerce-section {
  margin-top: 0.35rem;
  padding: 0.85rem 0.75rem 0.75rem;
  border: 1px solid rgba(74, 100, 66, 0.2);
  border-radius: 12px;
  background: #ffffff;
}

.mobile-section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #4a6442;
  margin-bottom: 0.75rem;
}
.mobile-section-title svg {
  width: 15px;
  height: 15px;
}

.mobile-ecommerce-links {
  list-style: none;
  padding: 0;
  margin: 0 0 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.mobile-ecommerce-links li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(33.333% - 0.35rem);
          flex: 1 1 calc(33.333% - 0.35rem);
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mobile-ecommerce-links li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.35rem;
  width: 100%;
  min-height: 88px;
  height: 100%;
  padding: 0.68rem 0.4rem;
  border: 1px solid rgba(74, 100, 66, 0.2);
  border-radius: 10px;
  background: rgba(74, 100, 66, 0.06);
  color: rgba(74, 100, 66, 0.95) !important;
  font-size: 0.7rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  -webkit-transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.mobile-ecommerce-links li a:hover {
  background: rgba(74, 100, 66, 0.16);
  border-color: rgba(74, 100, 66, 0.42);
  color: #4a6442 !important;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.mobile-ecommerce-links li a:hover svg {
  color: #4a6442;
}
.mobile-ecommerce-links li a svg {
  color: #4a6442;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.mobile-cart-count {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  background: #85ba4c;
  color: #ffffff;
  border-radius: 50px;
  font-size: 0.6rem;
  font-weight: 700;
  line-height: 1;
}

.mobile-categories-accordion {
  border: 1px solid rgba(74, 100, 66, 0.2);
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
}

.mobile-categories-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0.68rem 0.85rem;
  background: rgba(74, 100, 66, 0.07);
  border: none;
  color: #4a6442;
  font-size: 0.77rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  cursor: pointer;
  font-family: "Space Grotesk", sans-serif;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
.mobile-categories-toggle > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #4a6442;
}
.mobile-categories-toggle[aria-expanded=true] {
  background: #4a6442;
  color: #ffffff;
}
.mobile-categories-toggle[aria-expanded=true] > span {
  color: #ffffff;
}
.mobile-categories-toggle[aria-expanded=true] .mobile-categories-chevron {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  color: #ffffff;
}

.mobile-categories-chevron {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.mobile-categories-list {
  list-style: none;
  padding: 0.35rem;
  margin: 0;
  background: #ffffff;
}
.mobile-categories-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.55rem 0.65rem;
  border-radius: 8px;
  color: rgba(74, 100, 66, 0.92) !important;
  font-size: 0.82rem;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.mobile-categories-list li a:hover {
  background: rgba(74, 100, 66, 0.1);
  color: #4a6442 !important;
}
.mobile-categories-list li a .cat-count {
  min-width: 24px;
  text-align: center;
  font-size: 0.68rem;
  color: rgba(74, 100, 66, 0.82);
  background: rgba(74, 100, 66, 0.12);
  border-radius: 50px;
  padding: 0.15rem 0.45rem;
}

.appointment-offcanvas {
  width: 100% !important;
  max-width: 100vw !important;
  border: none !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  padding: 0 !important;
}
.appointment-offcanvas .appointment-offcanvas__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
}
.appointment-offcanvas__panel {
  position: relative;
  width: 340px;
  min-width: 340px;
  background: linear-gradient(165deg, #4a6442 0%, #3a5235 45%, #2d4028 100%);
  padding: 2.5rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.appointment-offcanvas__panel-content {
  position: relative;
  z-index: 2;
}
.appointment-offcanvas__panel-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(133, 186, 76, 0.2);
  border: 1px solid rgba(133, 186, 76, 0.3);
  padding: 0.4rem 1rem;
  border-radius: 50px;
  margin-bottom: 1.75rem;
  backdrop-filter: blur(4px);
}
.appointment-offcanvas__panel-badge svg {
  width: 14px;
  height: 14px;
}
.appointment-offcanvas__panel-title {
  font-size: 1.75rem;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}
.appointment-offcanvas__panel-desc {
  font-size: 0.85rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 2.5rem;
}
.appointment-offcanvas__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
.appointment-offcanvas__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.85rem;
}
.appointment-offcanvas__feature-icon {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 10px;
  background: rgba(133, 186, 76, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #85ba4c;
}
.appointment-offcanvas__feature-icon svg {
  width: 16px;
  height: 16px;
}
.appointment-offcanvas__feature-text strong {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.15rem;
}
.appointment-offcanvas__feature-text span {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.4;
}
.appointment-offcanvas__panel-deco {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(133, 186, 76, 0.12);
  z-index: 1;
}
.appointment-offcanvas__panel-deco--1 {
  width: 250px;
  height: 250px;
  bottom: -80px;
  left: -60px;
}
.appointment-offcanvas__panel-deco--2 {
  width: 180px;
  height: 180px;
  top: -40px;
  right: -50px;
}
.appointment-offcanvas__form-side {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
  background: #ffffff;
}
.appointment-offcanvas__form-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.75rem 2rem;
  border-bottom: 1px solid #eef1eb;
}
.appointment-offcanvas__form-title {
  font-size: 1.2rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 0.2rem;
}
.appointment-offcanvas__form-subtitle {
  font-size: 0.75rem;
  color: #9ca3af;
  margin-bottom: 0;
}
.appointment-offcanvas__close {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1.5px solid #e5e7eb;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #6b7280;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.appointment-offcanvas__close:hover {
  background: #f3f4f6;
  border-color: #d1d5db;
  color: #1a1a1a;
}
.appointment-offcanvas__form-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2rem;
}
.appointment-offcanvas__form-body .wpcf7-form > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 0;
}
.appointment-offcanvas__form-body .wpcf7-form > p > span,
.appointment-offcanvas__form-body .wpcf7-form > p > label {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 0.425rem);
          flex: 1 1 calc(50% - 0.425rem);
  min-width: 200px;
}
.appointment-offcanvas__form-body input[type=text],
.appointment-offcanvas__form-body input[type=email],
.appointment-offcanvas__form-body input[type=tel],
.appointment-offcanvas__form-body input[type=date] {
  width: 100%;
  height: 52px;
  line-height: 52px;
  background: #f8faf7;
  border: 1.5px solid #e0e5dc;
  border-radius: 12px;
  padding: 0 1rem;
  font-size: 0.85rem;
  color: #1a1a1a;
  font-family: "Space Grotesk", sans-serif;
  -webkit-transition: border-color 0.3s ease, background 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border-color 0.3s ease, background 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.appointment-offcanvas__form-body input[type=text]::-webkit-input-placeholder, .appointment-offcanvas__form-body input[type=email]::-webkit-input-placeholder, .appointment-offcanvas__form-body input[type=tel]::-webkit-input-placeholder, .appointment-offcanvas__form-body input[type=date]::-webkit-input-placeholder {
  color: #9ca3af;
  font-weight: 400;
}
.appointment-offcanvas__form-body input[type=text]::-moz-placeholder, .appointment-offcanvas__form-body input[type=email]::-moz-placeholder, .appointment-offcanvas__form-body input[type=tel]::-moz-placeholder, .appointment-offcanvas__form-body input[type=date]::-moz-placeholder {
  color: #9ca3af;
  font-weight: 400;
}
.appointment-offcanvas__form-body input[type=text]:-ms-input-placeholder, .appointment-offcanvas__form-body input[type=email]:-ms-input-placeholder, .appointment-offcanvas__form-body input[type=tel]:-ms-input-placeholder, .appointment-offcanvas__form-body input[type=date]:-ms-input-placeholder {
  color: #9ca3af;
  font-weight: 400;
}
.appointment-offcanvas__form-body input[type=text]::-ms-input-placeholder, .appointment-offcanvas__form-body input[type=email]::-ms-input-placeholder, .appointment-offcanvas__form-body input[type=tel]::-ms-input-placeholder, .appointment-offcanvas__form-body input[type=date]::-ms-input-placeholder {
  color: #9ca3af;
  font-weight: 400;
}
.appointment-offcanvas__form-body input[type=text]::placeholder,
.appointment-offcanvas__form-body input[type=email]::placeholder,
.appointment-offcanvas__form-body input[type=tel]::placeholder,
.appointment-offcanvas__form-body input[type=date]::placeholder {
  color: #9ca3af;
  font-weight: 400;
}
.appointment-offcanvas__form-body input[type=text]:hover,
.appointment-offcanvas__form-body input[type=email]:hover,
.appointment-offcanvas__form-body input[type=tel]:hover,
.appointment-offcanvas__form-body input[type=date]:hover {
  border-color: #c5cfc0;
}
.appointment-offcanvas__form-body input[type=text]:focus,
.appointment-offcanvas__form-body input[type=email]:focus,
.appointment-offcanvas__form-body input[type=tel]:focus,
.appointment-offcanvas__form-body input[type=date]:focus {
  border-color: #4a6442;
  background: #ffffff;
  -webkit-box-shadow: 0 0 0 4px rgba(74, 100, 66, 0.08);
          box-shadow: 0 0 0 4px rgba(74, 100, 66, 0.08);
  outline: none;
}
.appointment-offcanvas__form-body textarea {
  width: 100%;
  min-height: 100px !important;
  line-height: 1.6;
  background: #f8faf7;
  border: 1.5px solid #e0e5dc;
  border-radius: 12px;
  padding: 0.85rem 1rem;
  font-size: 0.85rem;
  color: #1a1a1a;
  font-family: "Space Grotesk", sans-serif;
  resize: vertical;
  -webkit-transition: border-color 0.3s ease, background 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border-color 0.3s ease, background 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.appointment-offcanvas__form-body textarea::-webkit-input-placeholder {
  color: #9ca3af;
  font-weight: 400;
}
.appointment-offcanvas__form-body textarea::-moz-placeholder {
  color: #9ca3af;
  font-weight: 400;
}
.appointment-offcanvas__form-body textarea:-ms-input-placeholder {
  color: #9ca3af;
  font-weight: 400;
}
.appointment-offcanvas__form-body textarea::-ms-input-placeholder {
  color: #9ca3af;
  font-weight: 400;
}
.appointment-offcanvas__form-body textarea::placeholder {
  color: #9ca3af;
  font-weight: 400;
}
.appointment-offcanvas__form-body textarea:hover {
  border-color: #c5cfc0;
}
.appointment-offcanvas__form-body textarea:focus {
  border-color: #4a6442;
  background: #ffffff;
  -webkit-box-shadow: 0 0 0 4px rgba(74, 100, 66, 0.08);
          box-shadow: 0 0 0 4px rgba(74, 100, 66, 0.08);
  outline: none;
}
.appointment-offcanvas__form-body .btn-send,
.appointment-offcanvas__form-body input[type=submit],
.appointment-offcanvas__form-body button[type=submit] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.6rem;
  width: 100%;
  height: 54px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: linear-gradient(135deg, #4a6442 0%, #85ba4c 100%);
  color: #ffffff;
  border: none;
  border-radius: 14px;
  cursor: pointer;
  margin-top: 0.5rem;
  -webkit-box-shadow: 0 6px 20px rgba(74, 100, 66, 0.3);
          box-shadow: 0 6px 20px rgba(74, 100, 66, 0.3);
  -webkit-transition: all 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}
.appointment-offcanvas__form-body .btn-send:hover,
.appointment-offcanvas__form-body input[type=submit]:hover,
.appointment-offcanvas__form-body button[type=submit]:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 10px 28px rgba(74, 100, 66, 0.4);
          box-shadow: 0 10px 28px rgba(74, 100, 66, 0.4);
}
.appointment-offcanvas__form-body .btn-send svg,
.appointment-offcanvas__form-body input[type=submit] svg,
.appointment-offcanvas__form-body button[type=submit] svg {
  width: 30px;
  height: 30px;
}
.appointment-offcanvas__form-body .wpcf7-not-valid-tip {
  font-size: 0.72rem;
  color: #e74c3c;
  margin-top: 0.25rem;
}
.appointment-offcanvas__form-body .wpcf7-response-output {
  border-radius: 12px;
  padding: 0.85rem 1rem;
  font-size: 0.82rem;
  margin-top: 1rem;
}
@media (max-width: 767.98px) {
  .appointment-offcanvas {
    width: 100vw !important;
    overflow-y: auto !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .appointment-offcanvas .appointment-offcanvas__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto !important;
    min-height: auto !important;
  }
  .appointment-offcanvas .appointment-offcanvas__panel {
    width: 100%;
    min-width: 100%;
    padding: 2rem 1.5rem;
    min-height: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .appointment-offcanvas .appointment-offcanvas__form-side {
    overflow-y: visible;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .appointment-offcanvas__panel-title {
    font-size: 1.4rem;
  }
  .appointment-offcanvas__panel-desc {
    margin-bottom: 1.5rem;
  }
  .appointment-offcanvas__features {
    gap: 1rem;
  }
  .appointment-offcanvas__form-header {
    padding: 1.25rem 1.5rem;
  }
  .appointment-offcanvas__form-body {
    padding: 1.5rem;
  }
  .appointment-offcanvas__form-body .wpcf7-form > p > span,
  .appointment-offcanvas__form-body .wpcf7-form > p > label {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    min-width: 100%;
  }
}

#footer.footer-ecommerce {
  background: #0c1a09;
  color: #d4ddd0;
}

.footer-features {
  background: #4a6442;
  padding: 0;
}

.footer-features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 1.5rem 1.25rem;
  position: relative;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.feature-item:hover {
  background: rgba(255, 255, 255, 0.08);
}
.feature-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 25%;
  height: 50%;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.feature-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.feature-text h4 {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 0.15rem;
  font-family: "Space Grotesk", sans-serif;
}
.feature-text p {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  line-height: 1.3;
}

@media (max-width: 991px) {
  .footer-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .feature-item:nth-child(2)::after {
    display: none;
  }
}
@media (max-width: 575px) {
  .footer-features-grid {
    grid-template-columns: 1fr;
  }
  .feature-item::after {
    display: none !important;
  }
}
.footer-main {
  padding: 4.5rem 0 3rem;
}

.footer-brand {
  padding-right: 2rem;
}

.footer-logo {
  margin-bottom: 1.25rem;
}
.footer-logo img {
  max-height: 48px;
}

.footer-brand-name {
  font-family: "Playfair Display", serif;
  font-size: 1.75rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0;
}

.footer-description {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  margin-bottom: 1.75rem;
}

.footer-newsletter {
  margin-top: 1.5rem;
}

.footer-newsletter-title {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.35rem;
  font-family: "Space Grotesk", sans-serif;
}

.footer-newsletter-text {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.75rem;
}

.newsletter-input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50px;
  overflow: hidden;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.newsletter-input-wrap:focus-within {
  border-color: #85ba4c;
}
.newsletter-input-wrap input[type=email] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: transparent;
  border: none;
  padding: 0.8rem 1.25rem;
  color: #ffffff;
  font-size: 0.875rem;
  font-family: "Space Grotesk", sans-serif;
}
.newsletter-input-wrap input[type=email]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.newsletter-input-wrap input[type=email]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.newsletter-input-wrap input[type=email]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.newsletter-input-wrap input[type=email]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.newsletter-input-wrap input[type=email]::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.newsletter-input-wrap input[type=email]:focus {
  outline: none;
}

.newsletter-btn {
  background: #85ba4c;
  border: none;
  color: #ffffff;
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  margin: 3px;
  cursor: pointer;
  -webkit-transition: background 0.3s, -webkit-transform 0.2s;
  transition: background 0.3s, -webkit-transform 0.2s;
  transition: background 0.3s, transform 0.2s;
  transition: background 0.3s, transform 0.2s, -webkit-transform 0.2s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.newsletter-btn:hover {
  background: #6a9a38;
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}

.footer-widget-title {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 1.25rem;
  position: relative;
  padding-bottom: 0.75rem;
  font-family: "Space Grotesk", sans-serif;
}
.footer-widget-title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2rem;
  height: 2px;
  background: #85ba4c;
}
.footer-widget-title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 2.5rem;
  width: 0.7rem;
  height: 2px;
  background: #85ba4c;
}

.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links-list li {
  margin-bottom: 0.5rem;
}
.footer-links-list li a {
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 0.9rem;
  -webkit-transition: color 0.2s, padding-left 0.2s;
  transition: color 0.2s, padding-left 0.2s;
  display: inline-block;
}
.footer-links-list li a:hover {
  color: #85ba4c !important;
  padding-left: 0.35rem;
}

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

.footer-contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}
.footer-contact-item svg {
  color: #85ba4c;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.2rem;
}
.footer-contact-item div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-contact-item a {
  color: rgba(255, 255, 255, 0.7) !important;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.footer-contact-item a:hover {
  color: #85ba4c !important;
}

.footer-social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  margin-bottom: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.8) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-social-link:hover {
  background: #85ba4c;
  border-color: #85ba4c;
  color: #ffffff !important;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.footer-social-link svg,
.footer-social-link i {
  width: 18px;
  height: 18px;
  font-size: 18px;
}

.footer-payment {
  margin-top: 1.5rem;
}

.payment-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.payment-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 4px;
  overflow: hidden;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.2s;
  transition: opacity 0.3s, -webkit-transform 0.2s;
  transition: opacity 0.3s, transform 0.2s;
  transition: opacity 0.3s, transform 0.2s, -webkit-transform 0.2s;
}
.payment-icon:hover {
  opacity: 1;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.25rem 0;
}

.footer-bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
}

.footer-copyright-text p {
  margin: 0;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.5);
}
.footer-copyright-text strong {
  color: rgba(255, 255, 255, 0.8);
}

.footer-bottom-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
.footer-bottom-links a {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.4) !important;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.footer-bottom-links a:hover {
  color: #85ba4c !important;
}

.footer-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.footer-agency p {
  margin: 0;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.4);
}
.footer-agency a {
  color: #85ba4c !important;
  font-weight: 600;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.footer-agency a:hover {
  color: #aad17e !important;
}

@media (max-width: 767px) {
  .footer-bottom-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.btn-flat {
  position: relative;
  isolation: isolate;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  height: 56px;
  padding: 14px 30px 14px 18px;
  background: linear-gradient(135deg, #4a6442 0%, #85ba4c 100%);
  color: #ffffff;
  border-radius: 999px;
  border: none !important;
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-transition: color 0.35s ease, -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
  transition: color 0.35s ease, -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
  transition: transform 0.35s ease, box-shadow 0.35s ease, color 0.35s ease;
  transition: transform 0.35s ease, box-shadow 0.35s ease, color 0.35s ease, -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
}
.btn-flat::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.22) 50%, rgba(255, 255, 255, 0) 85%);
  -webkit-transform: translateX(-130%);
          transform: translateX(-130%);
  -webkit-transition: -webkit-transform 0.55s ease;
  transition: -webkit-transform 0.55s ease;
  transition: transform 0.55s ease;
  transition: transform 0.55s ease, -webkit-transform 0.55s ease;
  z-index: -1;
}
.btn-flat:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  color: #ffffff;
  -webkit-box-shadow: 0 16px 28px rgba(0, 0, 0, 0.28);
          box-shadow: 0 16px 28px rgba(0, 0, 0, 0.28);
}
.btn-flat:hover::before {
  -webkit-transform: translateX(130%);
          transform: translateX(130%);
}
.btn-flat:hover svg {
  -webkit-transform: translateX(4px) rotate(-8deg);
          transform: translateX(4px) rotate(-8deg);
  background-color: #ffffff;
  color: #4a6442;
}
.btn-flat svg {
  width: 30px;
  height: 30px;
  padding: 7px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.18);
  -webkit-transition: background-color 0.35s ease, color 0.35s ease, -webkit-transform 0.35s ease;
  transition: background-color 0.35s ease, color 0.35s ease, -webkit-transform 0.35s ease;
  transition: transform 0.35s ease, background-color 0.35s ease, color 0.35s ease;
  transition: transform 0.35s ease, background-color 0.35s ease, color 0.35s ease, -webkit-transform 0.35s ease;
}
.btn-flat .text {
  margin: 0;
}
.btn-flat:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}
.btn-flat--white {
  background: #ffffff;
  color: #4a6442;
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
}
.btn-flat--white svg {
  background-color: rgba(74, 100, 66, 0.12);
  color: #4a6442;
}
.btn-flat--white:hover {
  color: #4a6442;
  -webkit-box-shadow: 0 16px 28px rgba(0, 0, 0, 0.2);
          box-shadow: 0 16px 28px rgba(0, 0, 0, 0.2);
}
.btn-flat--white:hover svg {
  background-color: #4a6442;
  color: #ffffff;
}
.btn-flat--outline {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.4) !important;
  color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-flat--outline svg {
  background-color: rgba(255, 255, 255, 0.15);
}
.btn-flat--outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #ffffff !important;
  color: #ffffff;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.btn-flat--outline:hover svg {
  background-color: #ffffff;
  color: #4a6442;
}

.btn-send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 500;
  background-color: #4a6442;
  color: #ffffff;
  height: 55px;
  line-height: 55px;
  padding-right: 40px;
  padding-left: 40px;
  border: none;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.btn-send span {
  margin-left: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-send svg {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.btn-send:hover {
  background-color: #85ba4c;
  text-align: center;
}
.btn-send:hover .svg-wrapper {
  -webkit-animation: fly-1 0.6s ease-in-out infinite alternate;
          animation: fly-1 0.6s ease-in-out infinite alternate;
}
.btn-send:hover svg {
  -webkit-transform: translateX(20px) rotate(45deg) scale(1.1);
          transform: translateX(20px) rotate(45deg) scale(1.1);
}
.btn-send:hover span {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.btn-send:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

@-webkit-keyframes fly-1 {
  from {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  to {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}

@keyframes fly-1 {
  from {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  to {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  display: block;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.25em;
  padding: 1em;
}

.wc-block-components-button {
  position: relative;
  isolation: isolate;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  height: 56px !important;
  line-height: 1 !important;
  padding: 14px 30px !important;
  border: none !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #4a6442 0%, #85ba4c 100%) !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2) !important;
  text-align: center;
  overflow: hidden;
  -webkit-transition: color 0.35s ease, -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
  transition: color 0.35s ease, -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
  transition: transform 0.35s ease, box-shadow 0.35s ease, color 0.35s ease;
  transition: transform 0.35s ease, box-shadow 0.35s ease, color 0.35s ease, -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
}
.wc-block-components-button:hover, .wc-block-components-button:focus {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  color: #ffffff !important;
  -webkit-box-shadow: 0 16px 28px rgba(0, 0, 0, 0.28) !important;
          box-shadow: 0 16px 28px rgba(0, 0, 0, 0.28) !important;
  background: linear-gradient(135deg, #4a6442 0%, #85ba4c 100%) !important;
}

.wc-block-components-checkout-place-order-button {
  position: relative;
  isolation: isolate;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  height: 56px !important;
  line-height: 1 !important;
  padding: 14px 30px !important;
  border: none !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #4a6442 0%, #85ba4c 100%) !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2) !important;
  text-align: center;
  overflow: hidden;
  -webkit-transition: color 0.35s ease, -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
  transition: color 0.35s ease, -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
  transition: transform 0.35s ease, box-shadow 0.35s ease, color 0.35s ease;
  transition: transform 0.35s ease, box-shadow 0.35s ease, color 0.35s ease, -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
}
.wc-block-components-checkout-place-order-button:hover, .wc-block-components-checkout-place-order-button:focus {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  color: #ffffff !important;
  -webkit-box-shadow: 0 16px 28px rgba(0, 0, 0, 0.28) !important;
          box-shadow: 0 16px 28px rgba(0, 0, 0, 0.28) !important;
  background: linear-gradient(135deg, #4a6442 0%, #85ba4c 100%) !important;
}

.wc-block-components-checkout-place-order-button__text {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  color: inherit;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  font-weight: normal;
  height: 55px;
  line-height: 55px;
  padding: 0 20px;
  border-radius: 10px;
  color: #ffffff !important;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #4a6442 !important;
  border: none !important;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #85ba4c !important;
  color: #ffffff !important;
}
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:focus {
  background-color: #85ba4c !important;
  color: #ffffff !important;
}

.woocommerce button.button,
.woocommerce input.button {
  height: 55px;
  padding: 0 20px;
  border: none;
  border-radius: 10px;
  font-weight: normal;
  color: #ffffff !important;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #4a6442 !important;
  border: none !important;
}
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #85ba4c !important;
  color: #ffffff !important;
}
.woocommerce button.button:focus,
.woocommerce input.button:focus {
  background-color: #85ba4c !important;
  color: #ffffff !important;
}

.woocommerce #respond input#submit {
  border-radius: 0.625rem;
  padding: 1rem 0.75rem;
  font-size: 0.875rem !important;
  font-weight: normal;
}
.woocommerce a.button {
  border-radius: 0.625rem;
  padding: 1rem 0.75rem;
  font-size: 0.875rem !important;
  font-weight: normal;
}
.woocommerce input.button {
  border-radius: 0.625rem;
  padding: 1rem 0.75rem;
  font-size: 0.875rem !important;
  font-weight: normal;
}

#hero-section {
  position: relative;
}
#hero-section .hero-swiper {
  position: relative;
  overflow: hidden;
}
#hero-section .hero-slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
  min-height: 100dvh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#hero-section .hero-slide__overlay {
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 42, 26, 0.4)), color-stop(40%, rgba(30, 42, 26, 0.55)), to(rgba(30, 42, 26, 0.85)));
  background: linear-gradient(180deg, rgba(30, 42, 26, 0.4) 0%, rgba(30, 42, 26, 0.55) 40%, rgba(30, 42, 26, 0.85) 100%);
  z-index: 1;
}
#hero-section .hero-slide__content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 768px;
  margin: 0 auto;
  padding: 6rem 1rem 8rem;
}
#hero-section .hero-slide__badge {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #ffffff;
  background: rgba(133, 186, 76, 0.25);
  border: 1px solid rgba(133, 186, 76, 0.35);
  padding: 0.45rem 1.25rem;
  border-radius: 50px;
  margin-bottom: 1.5rem;
  backdrop-filter: blur(4px);
}
#hero-section .hero-slide__title {
  font-size: 3.5rem;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}
#hero-section .hero-slide__desc {
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.75);
  max-width: 540px;
  margin: 0 auto 2.25rem;
}
#hero-section .hero-slide__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#hero-section .hero-pagination {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
#hero-section .hero-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  opacity: 1;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
#hero-section .hero-pagination .swiper-pagination-bullet-active {
  background: #85ba4c;
  width: 32px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 12px rgba(133, 186, 76, 0.5);
          box-shadow: 0 0 12px rgba(133, 186, 76, 0.5);
}
#hero-section .hero-stats {
  position: relative;
  z-index: 10;
  margin-top: -3.5rem;
  padding: 0 1rem;
}
#hero-section .hero-stats__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
  background: #ffffff;
  border-radius: 20px;
  padding: 1.5rem 2rem;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(74, 100, 66, 0.06);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(74, 100, 66, 0.06);
  border: 1px solid #eef1eb;
}
#hero-section .hero-stats__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 0.5rem 1rem;
}
#hero-section .hero-stats__value {
  display: block;
  font-size: 1.75rem;
  font-weight: 900;
  color: #4a6442;
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}
#hero-section .hero-stats__label {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
#hero-section .hero-stats__separator {
  width: 1px;
  height: 40px;
  background: #e5e7eb;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 991.98px) {
  #hero-section .hero-slide__title {
    font-size: 2.6rem;
  }
  #hero-section .hero-slide__desc {
    font-size: 0.95rem;
  }
  #hero-section .hero-slide__content {
    padding: 5rem 1rem 7rem;
  }
  #hero-section .hero-stats__inner {
    padding: 1.25rem 1rem;
  }
  #hero-section .hero-stats__value {
    font-size: 1.35rem;
  }
  #hero-section .hero-stats__label {
    font-size: 0.65rem;
  }
}
@media (max-width: 575.98px) {
  #hero-section .hero-slide {
    min-height: 85vh;
  }
  #hero-section .hero-slide__content {
    padding: 4rem 0.5rem 6rem;
  }
  #hero-section .hero-slide__badge {
    font-size: 0.6rem;
    padding: 0.35rem 1rem;
    margin-bottom: 1.25rem;
  }
  #hero-section .hero-slide__title {
    font-size: 1.85rem;
    margin-bottom: 1rem;
  }
  #hero-section .hero-slide__desc {
    font-size: 0.85rem;
    margin-bottom: 1.75rem;
  }
  #hero-section .hero-slide__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #hero-section .hero-slide__buttons .btn-flat {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #hero-section .hero-pagination {
    bottom: 1.25rem;
  }
  #hero-section .hero-stats {
    margin-top: -2.5rem;
  }
  #hero-section .hero-stats__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 1rem;
    border-radius: 16px;
    gap: 0;
  }
  #hero-section .hero-stats__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 0.6rem 0.5rem;
  }
  #hero-section .hero-stats__separator {
    display: none;
  }
  #hero-section .hero-stats__value {
    font-size: 1.25rem;
  }
  #hero-section .hero-stats__label {
    font-size: 0.6rem;
  }
}

#search-form form .form-control {
  border-radius: 10px 0 0 10px;
  border: 2px solid #e9ecef !important;
  font-size: 16px;
  height: 50px;
  line-height: 40px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
#search-form form .form-control:focus {
  outline: none !important;
}
#search-form form .btn {
  padding: 0 24px;
  background-color: #4a6442;
  color: #ffffff;
  border-radius: 0 10px 10px 0;
  border: none;
}

#product-section .single-product-wrapper {
  position: relative;
  margin-bottom: 2rem;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  border: none;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.04);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
#product-section .single-product-wrapper:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 8px 16px rgba(74, 100, 66, 0.08);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 8px 16px rgba(74, 100, 66, 0.08);
}
#product-section .single-product-wrapper:hover .product-img img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
#product-section .single-product-wrapper:hover .product-img-wrap::after {
  opacity: 1;
}
#product-section .single-product-wrapper:hover .product-cart-overlay {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}
#product-section .single-product-wrapper:hover .product-view-link {
  background-color: #4a6442;
  color: #ffffff;
  border-color: #4a6442;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#product-section .product-img-wrap {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f0f4ed 0%, #e8ede5 100%);
}
#product-section .product-img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.45)), color-stop(55%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 55%);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
#product-section .product-img {
  display: block;
}
#product-section .product-img img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}
#product-section .product-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 5;
  padding: 0.4rem 0.9rem;
  font-size: 0.625rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 50px;
  color: #ffffff;
  line-height: 1;
  backdrop-filter: blur(4px);
}
#product-section .product-badge.sale-badge {
  background: linear-gradient(135deg, #e74c3c, #c0392b);
  -webkit-box-shadow: 0 4px 12px rgba(231, 76, 60, 0.35);
          box-shadow: 0 4px 12px rgba(231, 76, 60, 0.35);
}
#product-section .product-badge.new-badge {
  background: linear-gradient(135deg, #85ba4c, #6fa03a);
  -webkit-box-shadow: 0 4px 12px rgba(133, 186, 76, 0.35);
          box-shadow: 0 4px 12px rgba(133, 186, 76, 0.35);
}
#product-section .product-cart-overlay {
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 6;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(12px);
          transform: translateX(-50%) translateY(12px);
  -webkit-transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1), transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1), transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  white-space: nowrap;
}
#product-section .product-cart-overlay a.button,
#product-section .product-cart-overlay button.button,
#product-section .product-cart-overlay a.added_to_cart {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  padding: 0.7rem 1.6rem;
  border-radius: 50px !important;
  background: #ffffff !important;
  color: #4a6442 !important;
  font-size: 0.7rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1 !important;
  height: auto !important;
  border: none !important;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
#product-section .product-cart-overlay a.button:hover,
#product-section .product-cart-overlay button.button:hover,
#product-section .product-cart-overlay a.added_to_cart:hover {
  background: #4a6442 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 6px 24px rgba(74, 100, 66, 0.4);
          box-shadow: 0 6px 24px rgba(74, 100, 66, 0.4);
}
#product-section .product-cart-overlay .added_to_cart {
  margin-left: 0.4rem;
  background: #85ba4c !important;
  color: #ffffff !important;
}
#product-section .product-info {
  padding: 1.1rem 1.25rem 1.3rem;
}
#product-section .product-category {
  display: inline-block;
  color: #85ba4c;
  font-size: 0.625rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 0.5rem;
  line-height: 1;
  position: relative;
  padding-left: 14px;
}
#product-section .product-category::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #85ba4c;
}
#product-section .product-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.95rem;
  font-weight: 700;
  color: #1a1a1a !important;
  line-height: 1.45;
  min-height: 2.75em;
  margin-bottom: 0.85rem;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
#product-section .product-title:hover {
  color: #4a6442 !important;
}
#product-section .product-price-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5rem;
  padding-top: 0.85rem;
  border-top: 1px solid #eef1eb;
}
#product-section .product-price {
  font-size: 1.15rem;
  font-weight: 800;
  color: #4a6442;
  letter-spacing: -0.01em;
}
#product-section .product-price del {
  font-size: 0.78rem;
  font-weight: 400;
  color: #b0b0b0;
  margin-right: 0.4rem;
}
#product-section .product-price ins {
  text-decoration: none;
  color: #4a6442;
}
#product-section .product-price .woocommerce-Price-amount {
  font-family: "Space Grotesk", sans-serif;
}
#product-section .product-view-link {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #4a6442;
  border: 2px solid #e0e5dc;
  background-color: transparent;
  -webkit-transition: all 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}
#product-section .product-view-link svg {
  width: 14px;
  height: 14px;
}
#product-section .product-view-link:hover {
  color: #ffffff;
  background-color: #4a6442;
  border-color: #4a6442;
}

@media (max-width: 991px) {
  #product-section .product-img img {
    height: 230px;
  }
}
@media (max-width: 575px) {
  #product-section .product-img img {
    height: 200px;
  }
  #product-section .product-cart-overlay {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  #product-section .single-product-wrapper:hover {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#advantage-section {
  position: relative;
}
#advantage-section .advantage-card--fuel {
  --adv-accent: #4e73df;
  --adv-accent-rgb: 78, 115, 223;
}
#advantage-section .advantage-card--emission {
  --adv-accent: #1cc88a;
  --adv-accent-rgb: 28, 200, 138;
}
#advantage-section .advantage-card--cost {
  --adv-accent: #36b9cc;
  --adv-accent-rgb: 54, 185, 204;
}
#advantage-section .advantage-card--roi {
  --adv-accent: #f6c23e;
  --adv-accent-rgb: 246, 194, 62;
}
#advantage-section .advantage-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.1rem;
  padding: 1.4rem 1.3rem;
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #eef1eb;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  height: 100%;
}
#advantage-section .advantage-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--adv-accent, #4a6442);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
#advantage-section .advantage-card:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07), 0 6px 14px rgba(var(--adv-accent-rgb, 74, 100, 66), 0.1);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07), 0 6px 14px rgba(var(--adv-accent-rgb, 74, 100, 66), 0.1);
}
#advantage-section .advantage-card:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
#advantage-section .advantage-card:hover .advantage-card__icon {
  background-color: var(--adv-accent, #4a6442);
  color: #ffffff;
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  -webkit-box-shadow: 0 8px 24px rgba(var(--adv-accent-rgb, 74, 100, 66), 0.3);
          box-shadow: 0 8px 24px rgba(var(--adv-accent-rgb, 74, 100, 66), 0.3);
}
#advantage-section .advantage-card:hover .advantage-card__stat {
  color: var(--adv-accent, #4a6442);
}
#advantage-section .advantage-card__icon {
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(var(--adv-accent-rgb, 74, 100, 66), 0.1);
  color: var(--adv-accent, #4a6442);
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
#advantage-section .advantage-card__icon i {
  font-size: 1.25rem;
}
#advantage-section .advantage-card__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
#advantage-section .advantage-card__stat {
  font-size: 1.65rem;
  font-weight: 900;
  line-height: 1.1;
  color: #1a1a1a;
  letter-spacing: -0.03em;
  margin-bottom: 0.25rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-family: "Space Grotesk", sans-serif;
}
#advantage-section .advantage-card__label {
  font-size: 0.8rem;
  font-weight: 500;
  color: #6b7280;
  line-height: 1.4;
}
@media (max-width: 575.98px) {
  #advantage-section .advantage-card {
    padding: 1.1rem 1rem;
    gap: 0.9rem;
  }
  #advantage-section .advantage-card__icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
  }
  #advantage-section .advantage-card__stat {
    font-size: 1.35rem;
  }
  #advantage-section .advantage-card__label {
    font-size: 0.75rem;
  }
}

#product-detail-section .detail-gallery {
  position: relative;
  background-color: #f5f8f3;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 24px;
  overflow: hidden;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 460px;
}
#product-detail-section .detail-gallery img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  max-height: 420px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 12px;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
#product-detail-section .detail-gallery img:hover {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
#product-detail-section .detail-gallery .detail-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 5;
  padding: 0.45rem 1rem;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 50px;
  color: #ffffff;
  line-height: 1;
}
#product-detail-section .detail-gallery .detail-badge--sale {
  background: linear-gradient(135deg, #e74c3c, #c0392b);
  -webkit-box-shadow: 0 4px 14px rgba(231, 76, 60, 0.3);
          box-shadow: 0 4px 14px rgba(231, 76, 60, 0.3);
}
#product-detail-section .detail-gallery--zoom {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  -webkit-transition: background-size 0.25s ease, background-position 0.1s linear;
  transition: background-size 0.25s ease, background-position 0.1s linear;
}
#product-detail-section .detail-gallery--zoom.is-zoomed {
  background-size: 180%;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
#product-detail-section .detail-info {
  padding-left: 1rem;
}
#product-detail-section .detail-category {
  margin-bottom: 0.6rem;
}
#product-detail-section .detail-category a {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #85ba4c;
  background: rgba(133, 186, 76, 0.1);
  padding: 0.35rem 0.85rem;
  border-radius: 50px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#product-detail-section .detail-category a:hover {
  background: #85ba4c;
  color: #ffffff;
}
#product-detail-section .detail-title {
  font-size: 1.75rem;
  font-weight: 900;
  color: #1a1a1a;
  line-height: 1.25;
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
}
#product-detail-section .detail-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  margin-bottom: 1.25rem;
}
#product-detail-section .detail-rating__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#product-detail-section .detail-rating__stars .star-rating {
  float: none;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 0.95rem;
  width: 5.4em;
  font-family: star;
  color: #f6c23e;
}
#product-detail-section .detail-rating__count {
  font-size: 0.8rem;
  color: #9ca3af;
  font-weight: 500;
}
#product-detail-section .detail-price {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #eef1eb;
}
#product-detail-section .detail-price .woocommerce-Price-amount,
#product-detail-section .detail-price .amount {
  font-size: 1.85rem;
  font-weight: 900;
  color: #4a6442;
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: -0.02em;
}
#product-detail-section .detail-price del .woocommerce-Price-amount,
#product-detail-section .detail-price del .amount {
  font-size: 1.1rem;
  font-weight: 400;
  color: #b0b0b0;
  text-decoration: line-through;
}
#product-detail-section .detail-price ins {
  text-decoration: none;
}
#product-detail-section .detail-excerpt {
  margin-bottom: 1.25rem;
}
#product-detail-section .detail-excerpt p {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #6b7280;
  margin-bottom: 0;
}
#product-detail-section .detail-specs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.7rem;
  margin-bottom: 1.5rem;
  padding: 1.1rem;
  background: #f8faf7;
  border-radius: 14px;
  border: 1px solid #eef1eb;
}
#product-detail-section .detail-specs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
#product-detail-section .detail-specs__item svg {
  width: 20px;
  height: 20px;
  min-width: 20px;
  color: #4a6442;
  opacity: 0.7;
}
#product-detail-section .detail-specs__label {
  display: block;
  font-size: 0.68rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #9ca3af;
  line-height: 1;
  margin-bottom: 0.2rem;
}
#product-detail-section .detail-specs__value {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
}
#product-detail-section .detail-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 1.5rem;
}
#product-detail-section .detail-actions a.button,
#product-detail-section .detail-actions button.button {
  position: relative;
  isolation: isolate;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  width: 100%;
  height: 56px !important;
  line-height: 1 !important;
  padding: 14px 30px !important;
  border: none !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, #4a6442 0%, #85ba4c 100%) !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2) !important;
  text-align: center;
  overflow: hidden;
  -webkit-transition: color 0.35s ease, -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
  transition: color 0.35s ease, -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
  transition: transform 0.35s ease, box-shadow 0.35s ease, color 0.35s ease;
  transition: transform 0.35s ease, box-shadow 0.35s ease, color 0.35s ease, -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
}
#product-detail-section .detail-actions a.button:hover, #product-detail-section .detail-actions a.button:focus,
#product-detail-section .detail-actions button.button:hover,
#product-detail-section .detail-actions button.button:focus {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  color: #ffffff !important;
  -webkit-box-shadow: 0 16px 28px rgba(0, 0, 0, 0.28) !important;
          box-shadow: 0 16px 28px rgba(0, 0, 0, 0.28) !important;
  background: linear-gradient(135deg, #4a6442 0%, #85ba4c 100%) !important;
}
#product-detail-section .detail-actions a.button::after,
#product-detail-section .detail-actions button.button::after {
  content: "";
  display: none;
}
#product-detail-section .detail-actions a.added_to_cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 56px;
  border-radius: 14px;
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  background: #1a1a1a;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#product-detail-section .detail-actions a.added_to_cart:hover {
  background: #333;
}
#product-detail-section .detail-trust {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
#product-detail-section .detail-trust__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 0.85rem;
  background: #f8faf7;
  border: 1px solid #eef1eb;
  border-radius: 10px;
  font-size: 0.72rem;
  font-weight: 600;
  color: #4b5563;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#product-detail-section .detail-trust__item svg {
  width: 16px;
  height: 16px;
  min-width: 16px;
  color: #4a6442;
}
#product-detail-section .detail-trust__item:hover {
  border-color: rgba(133, 186, 76, 0.3);
  background: rgba(133, 186, 76, 0.06);
}
#product-detail-section .detail-tabs .nav-tabs {
  border-bottom: 2px solid #eef1eb;
  gap: 0.25rem;
}
#product-detail-section .detail-tabs .nav-tabs .nav-item {
  margin-bottom: -2px;
}
#product-detail-section .detail-tabs .nav-tabs .nav-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 1.4rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: #9ca3af;
  background: transparent;
  border: 2px solid transparent;
  border-bottom: none;
  border-radius: 12px 12px 0 0;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#product-detail-section .detail-tabs .nav-tabs .nav-link svg {
  width: 16px;
  height: 16px;
  opacity: 0.6;
}
#product-detail-section .detail-tabs .nav-tabs .nav-link:hover {
  color: #4b5563;
  background: #f8faf7;
}
#product-detail-section .detail-tabs .nav-tabs .nav-link.active {
  color: #4a6442;
  background: #ffffff;
  border-color: #eef1eb;
}
#product-detail-section .detail-tabs .nav-tabs .nav-link.active svg {
  opacity: 1;
  color: #4a6442;
}
#product-detail-section .detail-tabs .tab-content {
  background: #ffffff;
  border: 2px solid #eef1eb;
  border-top: none;
  border-radius: 0 0 16px 16px;
}
#product-detail-section .detail-tabs__body {
  padding: 2rem;
  font-size: 0.9rem;
  line-height: 1.8;
  color: #4b5563;
}
#product-detail-section .detail-tabs__body p {
  margin-bottom: 1rem;
}
#product-detail-section .detail-tabs__body h2,
#product-detail-section .detail-tabs__body h3,
#product-detail-section .detail-tabs__body h4 {
  color: #1a1a1a;
  margin-bottom: 0.75rem;
  margin-top: 1.5rem;
}
#product-detail-section .woocommerce-Reviews #comments {
  margin-bottom: 2rem;
}
#product-detail-section .woocommerce-Reviews .comment-reply-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a1a1a;
}
#product-detail-section .woocommerce-Reviews .comment-form label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #4b5563;
}
#product-detail-section .woocommerce-Reviews .comment-form input[type=text],
#product-detail-section .woocommerce-Reviews .comment-form input[type=email],
#product-detail-section .woocommerce-Reviews .comment-form textarea {
  border: 1px solid #e0e5dc;
  border-radius: 10px;
  padding: 0.7rem 1rem;
  font-size: 0.85rem;
  -webkit-transition: border-color 0.25s ease;
  transition: border-color 0.25s ease;
  width: 100%;
}
#product-detail-section .woocommerce-Reviews .comment-form input[type=text]:focus,
#product-detail-section .woocommerce-Reviews .comment-form input[type=email]:focus,
#product-detail-section .woocommerce-Reviews .comment-form textarea:focus {
  border-color: #4a6442;
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(74, 100, 66, 0.1);
          box-shadow: 0 0 0 3px rgba(74, 100, 66, 0.1);
}
@media (max-width: 991.98px) {
  #product-detail-section .detail-info {
    padding-left: 0;
    margin-top: 1.5rem;
  }
  #product-detail-section .detail-gallery {
    min-height: 350px;
    padding: 1.5rem;
  }
  #product-detail-section .detail-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  #product-detail-section .detail-gallery {
    min-height: 280px;
    padding: 1.25rem;
    border-radius: 18px;
  }
  #product-detail-section .detail-title {
    font-size: 1.3rem;
  }
  #product-detail-section .detail-price .woocommerce-Price-amount,
  #product-detail-section .detail-price .amount {
    font-size: 1.5rem;
  }
  #product-detail-section .detail-specs {
    padding: 0.9rem;
  }
  #product-detail-section .detail-trust__item {
    font-size: 0.68rem;
    padding: 0.4rem 0.7rem;
  }
  #product-detail-section .detail-tabs .nav-link {
    padding: 0.7rem 1rem;
    font-size: 0.75rem;
  }
  #product-detail-section .detail-tabs__body {
    padding: 1.25rem;
  }
}

@media (hover: none), (pointer: coarse) {
  #product-detail-section .detail-gallery--zoom {
    cursor: pointer;
  }
}
.product-category-page {
  padding-bottom: 4rem;
}
.product-category-page__hero {
  padding: 1.5rem 0 1rem;
}
.product-category-page .category-hero-card {
  background: linear-gradient(130deg, #1f2b20, #4a6442);
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  padding: clamp(2rem, 4vw, 3.5rem);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.product-category-page .category-hero-card::after {
  content: "";
  position: absolute;
  inset: auto -10% -55% auto;
  width: min(380px, 58vw);
  aspect-ratio: 1/1;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(133, 186, 76, 0.55) 0%, rgba(133, 186, 76, 0) 70%);
  pointer-events: none;
}
.product-category-page .category-hero-card__eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.75rem;
  opacity: 0.8;
}
.product-category-page .category-hero-card__title {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #ffffff;
}
.product-category-page .category-hero-card__description {
  margin-top: 1rem;
  max-width: 58ch;
}
.product-category-page .category-hero-card__description p {
  margin-bottom: 0;
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.87);
}
.product-category-page .category-hero-card__meta {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
.product-category-page .category-hero-card__meta span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 999px;
  padding: 0.45rem 0.85rem;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(2px);
}
.product-category-page__content {
  padding: 1.5rem 0 0;
}
.product-category-page .category-panel {
  background: #ffffff;
  border-radius: 20px;
  padding: 1.3rem;
  position: sticky;
  top: 120px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.04);
}
.product-category-page .category-panel__block + .product-category-page .category-panel__block {
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  border-top: 1px solid #eef1eb;
}
.product-category-page .category-panel h2 {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.95rem;
  color: #4a6442;
  font-weight: 800;
}
.product-category-page .category-panel__links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-category-page .category-panel__links li + li {
  margin-top: 0.55rem;
}
.product-category-page .category-panel__links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.55rem 0.65rem;
  border-radius: 10px;
  font-size: 0.9rem;
  color: #334155;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.product-category-page .category-panel__links a:hover {
  color: #4a6442;
  background: #f4f8f1;
}
.product-category-page .category-panel .widget,
.product-category-page .category-panel .woocommerce-widget-layered-nav {
  margin-bottom: 0;
}
.product-category-page .category-panel .widget + .widget {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px dashed #e6eee0;
}
.product-category-page .category-panel .widgettitle {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #6b7280;
  margin-bottom: 0.7rem;
}
.product-category-page .category-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
  background: #ffffff;
  border-radius: 20px;
  padding: 0.9rem 1rem;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.04);
}
.product-category-page .category-toolbar .woocommerce-ordering {
  margin-bottom: 0;
}
.product-category-page .category-toolbar .orderby {
  border: 1px solid #eef1eb;
  border-radius: 0.5rem;
  background: #f8faf7;
  min-height: auto;
  font-size: 0.82rem;
  padding: 1rem 0.75rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 0;
}
.product-category-page .category-toolbar .orderby:focus {
  background: #ffffff;
  border: 1px solid #4a6442;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 110, 51, 0.2) !important;
          box-shadow: 0 0 0 1px rgba(0, 110, 51, 0.2) !important;
}
.product-category-page .category-toolbar .woocommerce-result-count {
  margin: 0;
  color: #4b5563;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: #f4f8f1;
  border-radius: 999px;
  padding: 0.5rem 1rem;
}
.product-category-page .category-card {
  border-radius: 18px;
  border: 1px solid #e8eee2;
  background: #ffffff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-shadow: 0 10px 32px rgba(26, 34, 22, 0.05);
          box-shadow: 0 10px 32px rgba(26, 34, 22, 0.05);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.product-category-page .category-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 20px 35px rgba(26, 34, 22, 0.13);
          box-shadow: 0 20px 35px rgba(26, 34, 22, 0.13);
}
.product-category-page .category-card__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: linear-gradient(145deg, #f8faf7, #edf3e8);
  min-height: 210px;
  position: relative;
  padding: 1rem;
}
.product-category-page .category-card__media img {
  max-height: 180px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-category-page .category-card__badge {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #ffffff;
  background: #da3f30;
}
.product-category-page .category-card__body {
  padding: 1rem 1rem 1.15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product-category-page .category-card__taxonomy {
  font-size: 0.72rem;
  line-height: 1.4;
}
.product-category-page .category-card__taxonomy a {
  color: #85ba4c;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.product-category-page .category-card__title {
  margin: 0;
  font-size: 1rem;
  line-height: 1.4;
}
.product-category-page .category-card__title a {
  color: #111827;
}
.product-category-page .category-card__price {
  margin-top: auto;
  font-size: 1.25rem;
  font-weight: 800;
  color: #4a6442;
  letter-spacing: -0.02em;
}
.product-category-page .category-card__action {
  margin-top: 0.45rem;
}
.product-category-page .category-card__action a.button,
.product-category-page .category-card__action button.button {
  width: 100%;
  min-height: 46px;
  border-radius: 11px;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.75rem;
  font-weight: 700;
  background: #4a6442;
  color: #ffffff;
}
.product-category-page .category-card__action .added_to_cart {
  display: block;
  margin-top: 0.4rem;
  text-align: center;
  font-size: 0.8rem;
  color: #4a6442;
}
.product-category-page .category-pagination {
  margin-top: 1.5rem;
}
.product-category-page .category-empty {
  text-align: center;
  background: #f8faf7;
  border: 1px solid #e6eee0;
  border-radius: 16px;
  padding: 2rem 1rem;
}
.product-category-page .category-empty h2 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  color: #334155;
}
@media (max-width: 991.98px) {
  .product-category-page .category-panel {
    position: static;
  }
}
@media (max-width: 767.98px) {
  .product-category-page .category-toolbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .product-category-page .category-hero-card {
    border-radius: 18px;
  }
}

#testimonial-section {
  background: #f8faf7;
}
#testimonial-section .testimonial-badge {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #85ba4c;
  background: rgba(133, 186, 76, 0.1);
  padding: 0.4rem 1rem;
  border-radius: 50px;
  margin-bottom: 1.25rem;
}
#testimonial-section .testimonial-heading {
  font-size: 2.4rem;
  font-weight: 900;
  color: #1a1a1a;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
}
#testimonial-section .testimonial-desc {
  font-size: 0.92rem;
  line-height: 1.7;
  color: #6b7280;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
#testimonial-section .testimonial-swiper {
  position: relative;
  overflow: hidden;
  padding-bottom: 1rem;
}
#testimonial-section .testimonial-swiper .swiper-slide {
  height: auto;
}
#testimonial-section .testimonial-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75rem;
  margin-top: 2rem;
}
#testimonial-section .testimonial-nav__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1.5px solid #dce3d8;
  background: #ffffff;
  color: #1a1a1a;
  cursor: pointer;
  -webkit-transition: all 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}
#testimonial-section .testimonial-nav__btn svg {
  width: 20px;
  height: 20px;
}
#testimonial-section .testimonial-nav__btn:hover {
  background: #4a6442;
  border-color: #4a6442;
  color: #ffffff;
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  -webkit-box-shadow: 0 6px 16px rgba(74, 100, 66, 0.25);
          box-shadow: 0 6px 16px rgba(74, 100, 66, 0.25);
}
#testimonial-section .testimonial-card {
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #eef1eb;
  padding: 2rem 1.5rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
#testimonial-section .testimonial-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#4a6442), to(rgb(133, 186, 76)));
  background: linear-gradient(90deg, #4a6442, rgb(133, 186, 76));
  border-radius: 20px 20px 0 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
#testimonial-section .testimonial-card:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-box-shadow: 0 16px 40px rgba(0, 0, 0, 0.07), 0 4px 12px rgba(74, 100, 66, 0.06);
          box-shadow: 0 16px 40px rgba(0, 0, 0, 0.07), 0 4px 12px rgba(74, 100, 66, 0.06);
}
#testimonial-section .testimonial-card:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
#testimonial-section .testimonial-card__quote {
  color: #4a6442;
  margin-bottom: 0.8rem;
}
#testimonial-section .testimonial-card__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  margin-bottom: 1rem;
  color: #f6c23e;
}
#testimonial-section .testimonial-card__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.88rem;
  line-height: 1.75;
  color: #4b5563;
  margin-bottom: 1.5rem;
}
#testimonial-section .testimonial-card__text p {
  margin-bottom: 0;
}
#testimonial-section .testimonial-card__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  padding-top: 1rem;
  border-top: 1px solid #f0f1f3;
}
#testimonial-section .testimonial-card__avatar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#testimonial-section .testimonial-card__img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
#testimonial-section .testimonial-card__initials {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(74, 100, 66, 0.1);
  color: #4a6442;
  font-weight: 800;
  font-size: 1.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#testimonial-section .testimonial-card__info {
  min-width: 0;
}
#testimonial-section .testimonial-card__name {
  font-size: 0.88rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 0.1rem;
}
#testimonial-section .testimonial-card__role {
  font-size: 0.75rem;
  color: #9ca3af;
}
@media (max-width: 991.98px) {
  #testimonial-section .testimonial-heading {
    font-size: 2rem;
  }
}
@media (max-width: 575.98px) {
  #testimonial-section .testimonial-heading {
    font-size: 1.6rem;
  }
  #testimonial-section .testimonial-card {
    padding: 1.5rem 1.2rem;
  }
  #testimonial-section .testimonial-nav__btn {
    width: 42px;
    height: 42px;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 3.125rem 0;
  gap: 0.5714285714rem;
}
.breadcrumb a,
.breadcrumb span {
  line-height: 1;
}
.breadcrumb a {
  color: #4a6442;
  text-decoration: underline;
}
.breadcrumb .breadcrumb-separator {
  width: 0.4285714286rem;
  height: 0.4285714286rem;
  background-color: currentColor;
  border-radius: 50%;
}

#process-section {
  background: #f8faf7;
}
#process-section .process-badge {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #85ba4c;
  background: rgba(133, 186, 76, 0.1);
  padding: 0.4rem 1rem;
  border-radius: 50px;
  margin-bottom: 1.25rem;
}
#process-section .process-heading {
  font-size: 2.4rem;
  font-weight: 900;
  color: #1a1a1a;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
}
#process-section .process-desc {
  font-size: 0.92rem;
  line-height: 1.7;
  color: #6b7280;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
#process-section .process-step {
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #eef1eb;
  padding: 2rem 1.5rem 1.8rem;
  text-align: center;
  height: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
#process-section .process-step:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-box-shadow: 0 16px 40px rgba(0, 0, 0, 0.07), 0 4px 12px rgba(74, 100, 66, 0.06);
          box-shadow: 0 16px 40px rgba(0, 0, 0, 0.07), 0 4px 12px rgba(74, 100, 66, 0.06);
}
#process-section .process-step:hover .process-step__icon {
  background: #4a6442;
  color: #ffffff;
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  -webkit-box-shadow: 0 8px 24px rgba(74, 100, 66, 0.3);
          box-shadow: 0 8px 24px rgba(74, 100, 66, 0.3);
}
#process-section .process-step:hover .process-step__number {
  opacity: 0.08;
}
#process-section .process-step__number {
  position: absolute;
  top: -8px;
  right: 12px;
  font-size: 5rem;
  font-weight: 900;
  color: #4a6442;
  opacity: 0.05;
  line-height: 1;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
#process-section .process-step__icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: rgba(74, 100, 66, 0.08);
  color: #4a6442;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 1.2rem;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
#process-section .process-step__icon svg {
  width: 28px;
  height: 28px;
}
#process-section .process-step__title {
  font-size: 1rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 0.6rem;
}
#process-section .process-step__text {
  font-size: 0.82rem;
  line-height: 1.7;
  color: #6b7280;
}
#process-section .process-step__text p {
  margin-bottom: 0;
}
#process-section .process-step__connector {
  display: none;
  position: absolute;
  right: -28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #d0d5cc;
  z-index: 2;
}
@media (min-width: 992px) {
  #process-section .process-step__connector {
    display: block;
  }
}
@media (max-width: 991.98px) {
  #process-section .process-heading {
    font-size: 2rem;
  }
}
@media (max-width: 575.98px) {
  #process-section .process-heading {
    font-size: 1.6rem;
  }
  #process-section .process-step {
    padding: 1.5rem 1.2rem;
  }
}

#partners-section .partners-badge {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #85ba4c;
  background: rgba(133, 186, 76, 0.1);
  padding: 0.4rem 1rem;
  border-radius: 50px;
  margin-bottom: 1.25rem;
}
#partners-section .partners-heading {
  font-size: 2.4rem;
  font-weight: 900;
  color: #1a1a1a;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
}
#partners-section .partners-desc {
  font-size: 0.92rem;
  line-height: 1.7;
  color: #6b7280;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
#partners-section .partner-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px;
  padding: 1rem;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #eef1eb;
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  overflow: hidden;
}
#partners-section .partner-logo:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
          box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
  border-color: rgba(74, 100, 66, 0.2);
}
#partners-section .partner-logo:hover .partner-logo__img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  opacity: 1;
}
#partners-section .partner-logo__img {
  max-width: 100%;
  max-height: 60px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.6;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#partners-section .partner-logo__name {
  font-size: 0.75rem;
  font-weight: 700;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (max-width: 991.98px) {
  #partners-section .partners-heading {
    font-size: 2rem;
  }
}
@media (max-width: 575.98px) {
  #partners-section .partners-heading {
    font-size: 1.6rem;
  }
  #partners-section .partner-logo {
    height: 80px;
    padding: 0.75rem;
  }
}

#about-section {
  position: relative;
}
#about-section .about-header {
  margin-bottom: 0.6rem;
}
#about-section .about-header__title {
  font-size: clamp(2rem, 5vw, 3.15rem);
  font-weight: 900;
  color: #0f172a;
  line-height: 1.06;
  letter-spacing: -0.04em;
  margin-bottom: 0;
}
#about-section .about-image {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  border-radius: 20px;
  -webkit-box-shadow: 0 15px 30px rgba(31, 43, 32, 0.1), 0 35px 55px rgba(74, 100, 66, 0.12);
          box-shadow: 0 15px 30px rgba(31, 43, 32, 0.1), 0 35px 55px rgba(74, 100, 66, 0.12);
  padding: 1.1rem;
}
#about-section .about-image__img {
  width: 100%;
  height: 100%;
  min-height: 498px;
  display: block;
  border-radius: 22px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}
#about-section .about-image:hover .about-image__img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
#about-section .about-content__text {
  margin-bottom: 1.35rem;
}
#about-section .about-content__text p {
  font-size: 0.92rem;
  line-height: 1.85;
  color: #4b5563;
  margin-bottom: 0.85rem;
}
#about-section .about-content__text p:first-child {
  font-size: 1.02rem;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.7;
}
#about-section .about-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin-bottom: 1.4rem;
}
#about-section .about-points__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.8rem;
  padding: 0.85rem;
  border-radius: 14px;
  background: #f8faf7;
  border: 1px solid #e6eee0;
}
#about-section .about-points__item > div:not(.about-points__icon) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
#about-section .about-points__item strong {
  display: block;
  font-size: 0.82rem;
  font-weight: 800;
  color: #111827;
  line-height: 1.35;
  margin-bottom: 0.2rem;
  letter-spacing: -0.01em;
}
#about-section .about-points__item span {
  display: block;
  font-size: 0.73rem;
  color: #6b7280;
  line-height: 1.35;
}
#about-section .about-points__icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(74, 100, 66, 0.12);
  color: #4a6442;
}
#about-section .about-points__icon svg {
  width: 18px;
  height: 18px;
}
@media (max-width: 1199.98px) {
  #about-section .about-image {
    min-height: 460px;
  }
  #about-section .about-image__img {
    min-height: 438px;
  }
}
@media (max-width: 991.98px) {
  #about-section .about-image {
    min-height: 430px;
  }
  #about-section .about-image__img {
    min-height: 405px;
  }
}
@media (max-width: 767.98px) {
  #about-section .about-points {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575.98px) {
  #about-section .about-header__title {
    font-size: 1.8rem;
  }
  #about-section .about-image {
    min-height: 340px;
    border-radius: 20px;
    padding: 0.75rem;
  }
  #about-section .about-image__img {
    min-height: 320px;
    border-radius: 16px;
  }
}

#accordeon-section .faq-image {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  -webkit-box-shadow: 0 15px 30px rgba(31, 43, 32, 0.1), 0 35px 55px rgba(74, 100, 66, 0.12);
  box-shadow: 0 15px 30px rgba(31, 43, 32, 0.1), 0 35px 55px rgba(74, 100, 66, 0.12);
  padding: 1.1rem;
}
#accordeon-section .faq-image__img {
  width: 100%;
  height: 100%;
  border-radius: 22px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}
#accordeon-section .faq-header {
  margin-bottom: 1.5rem;
}
#accordeon-section .faq-header__badge {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #85ba4c;
  background: rgba(133, 186, 76, 0.1);
  padding: 0.4rem 1rem;
  border-radius: 50px;
  margin-bottom: 0.75rem;
}
#accordeon-section .faq-header__title {
  font-size: 1.75rem;
  font-weight: 900;
  color: #1a1a1a;
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
}
#accordeon-section .faq-header__desc {
  font-size: 0.88rem;
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 0;
}
#accordeon-section .faq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6rem;
}
#accordeon-section .faq-item {
  background: #ffffff;
  border: 1px solid #eef1eb;
  border-radius: 14px;
  overflow: hidden;
  -webkit-transition: border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
#accordeon-section .faq-item:has(.faq-item__question:not(.collapsed)) {
  border-color: rgba(74, 100, 66, 0.2);
  -webkit-box-shadow: 0 4px 16px rgba(74, 100, 66, 0.06);
          box-shadow: 0 4px 16px rgba(74, 100, 66, 0.06);
}
#accordeon-section .faq-item__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.85rem;
  width: 100%;
  padding: 1.1rem 1.25rem;
  background: transparent;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease;
  text-align: left;
}
#accordeon-section .faq-item__question:hover {
  background: #f8faf7;
}
#accordeon-section .faq-item__question:not(.collapsed) {
  background: #f8faf7;
}
#accordeon-section .faq-item__question:not(.collapsed) .faq-item__number {
  background: #4a6442;
  color: #ffffff;
}
#accordeon-section .faq-item__question:not(.collapsed) .faq-item__text {
  color: #4a6442;
}
#accordeon-section .faq-item__question:not(.collapsed) .faq-item__toggle svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  color: #4a6442;
}
#accordeon-section .faq-item__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 10px;
  background: #f0f4ed;
  font-size: 0.7rem;
  font-weight: 800;
  color: #4a6442;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#accordeon-section .faq-item__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.88rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.4;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#accordeon-section .faq-item__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
}
#accordeon-section .faq-item__toggle svg {
  width: 18px;
  height: 18px;
  color: #9ca3af;
  -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, color 0.3s ease;
  transition: transform 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
}
#accordeon-section .faq-item__answer {
  padding: 0 1.25rem 1.25rem 4.3rem;
  font-size: 0.85rem;
  line-height: 1.75;
  color: #4b5563;
}
#accordeon-section .faq-item__answer p {
  margin-bottom: 0.5rem;
}
#accordeon-section .faq-item__answer p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #accordeon-section .faq-header__title {
    font-size: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  #accordeon-section .faq-image {
    border-radius: 18px;
  }
  #accordeon-section .faq-image__img {
    border-radius: 18px;
  }
  #accordeon-section .faq-header__title {
    font-size: 1.3rem;
  }
  #accordeon-section .faq-item {
    border-radius: 12px;
  }
  #accordeon-section .faq-item__question {
    padding: 0.9rem 1rem;
    gap: 0.7rem;
  }
  #accordeon-section .faq-item__answer {
    padding: 0 1rem 1rem 3.5rem;
    font-size: 0.82rem;
  }
  #accordeon-section .faq-item__number {
    width: 28px;
    height: 28px;
    min-width: 28px;
    font-size: 0.65rem;
  }
  #accordeon-section .faq-item__text {
    font-size: 0.82rem;
  }
}

.section-badge {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #85ba4c;
  background: rgba(133, 186, 76, 0.1);
  padding: 0.4rem 1rem;
  border-radius: 50px;
  margin-bottom: 1rem;
}

.section-heading {
  font-size: 2rem;
  font-weight: 900;
  color: #1a1a1a;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin-bottom: 0.75rem;
}

.section-desc {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #6b7280;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

#mission-section .mission-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #eef1eb;
  border-radius: 20px;
  padding: 2rem;
  height: 100%;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
#mission-section .mission-card:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06), 0 6px 14px rgba(74, 100, 66, 0.08);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06), 0 6px 14px rgba(74, 100, 66, 0.08);
}
#mission-section .mission-card:hover .mission-card__icon {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
#mission-section .mission-card:hover .mission-card__accent {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
#mission-section .mission-card__icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.25rem;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
#mission-section .mission-card__icon svg {
  width: 28px;
  height: 28px;
}
#mission-section .mission-card__title {
  font-size: 1.25rem;
  font-weight: 900;
  color: #1a1a1a;
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
}
#mission-section .mission-card__text {
  font-size: 0.88rem;
  line-height: 1.75;
  color: #4b5563;
  margin-bottom: 0;
}
#mission-section .mission-card__accent {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
#mission-section .mission-card--mission .mission-card__icon {
  background: rgba(74, 100, 66, 0.1);
  color: #4a6442;
}
#mission-section .mission-card--mission .mission-card__accent {
  background: -webkit-gradient(linear, left top, right top, from(#4a6442), to(#85ba4c));
  background: linear-gradient(90deg, #4a6442, #85ba4c);
}
#mission-section .mission-card--vision .mission-card__icon {
  background: rgba(78, 115, 223, 0.1);
  color: #4e73df;
}
#mission-section .mission-card--vision .mission-card__accent {
  background: -webkit-gradient(linear, left top, right top, from(#4e73df), to(#36b9cc));
  background: linear-gradient(90deg, #4e73df, #36b9cc);
}
@media (max-width: 575.98px) {
  #mission-section .mission-card {
    padding: 1.5rem;
    border-radius: 16px;
  }
  #mission-section .mission-card__icon {
    width: 52px;
    height: 52px;
  }
  #mission-section .mission-card__title {
    font-size: 1.1rem;
  }
}

#expertise-section {
  background: #f8faf7;
}
#expertise-section .expertise-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #eef1eb;
  border-radius: 20px;
  padding: 2rem 1.5rem;
  height: 100%;
  overflow: hidden;
  text-align: center;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
#expertise-section .expertise-card:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-box-shadow: 0 16px 32px rgba(0, 0, 0, 0.06), 0 4px 12px rgba(74, 100, 66, 0.06);
          box-shadow: 0 16px 32px rgba(0, 0, 0, 0.06), 0 4px 12px rgba(74, 100, 66, 0.06);
}
#expertise-section .expertise-card:hover .expertise-card__icon {
  background: #4a6442;
  color: #ffffff;
  -webkit-box-shadow: 0 8px 20px rgba(74, 100, 66, 0.25);
          box-shadow: 0 8px 20px rgba(74, 100, 66, 0.25);
}
#expertise-section .expertise-card:hover .expertise-card__number {
  color: rgba(74, 100, 66, 0.12);
}
#expertise-section .expertise-card__number {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 3rem;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.03);
  line-height: 1;
  letter-spacing: -0.04em;
  font-family: "Space Grotesk", sans-serif;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  pointer-events: none;
}
#expertise-section .expertise-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(74, 100, 66, 0.1);
  color: #4a6442;
  margin-bottom: 1.25rem;
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
#expertise-section .expertise-card__icon svg {
  width: 24px;
  height: 24px;
}
#expertise-section .expertise-card__title {
  font-size: 0.95rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 0.6rem;
}
#expertise-section .expertise-card__text {
  font-size: 0.82rem;
  line-height: 1.65;
  color: #6b7280;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  #expertise-section .expertise-card {
    padding: 1.5rem 1.25rem;
    border-radius: 16px;
  }
  #expertise-section .expertise-card__number {
    font-size: 2.2rem;
  }
  #expertise-section .expertise-card__icon {
    width: 48px;
    height: 48px;
  }
}

#why-section .why-card--blue {
  --why-accent: #4e73df;
  --why-accent-rgb: 78, 115, 223;
}
#why-section .why-card--green {
  --why-accent: #1cc88a;
  --why-accent-rgb: 28, 200, 138;
}
#why-section .why-card--cyan {
  --why-accent: #36b9cc;
  --why-accent-rgb: 54, 185, 204;
}
#why-section .why-card--yellow {
  --why-accent: #f6c23e;
  --why-accent-rgb: 246, 194, 62;
}
#why-section .why-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #eef1eb;
  border-radius: 20px;
  padding: 2rem 1.5rem;
  height: 100%;
  overflow: hidden;
  text-align: center;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
#why-section .why-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--why-accent, #4a6442);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
#why-section .why-card:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07), 0 6px 14px rgba(var(--why-accent-rgb, 74, 100, 66), 0.1);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07), 0 6px 14px rgba(var(--why-accent-rgb, 74, 100, 66), 0.1);
}
#why-section .why-card:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
#why-section .why-card:hover .why-card__icon {
  background-color: var(--why-accent, #4a6442);
  color: #ffffff;
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  -webkit-box-shadow: 0 8px 24px rgba(var(--why-accent-rgb, 74, 100, 66), 0.3);
          box-shadow: 0 8px 24px rgba(var(--why-accent-rgb, 74, 100, 66), 0.3);
}
#why-section .why-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(var(--why-accent-rgb, 74, 100, 66), 0.1);
  color: var(--why-accent, #4a6442);
  margin-bottom: 1.25rem;
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
#why-section .why-card__icon svg {
  width: 24px;
  height: 24px;
}
#why-section .why-card__title {
  font-size: 0.95rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 0.6rem;
}
#why-section .why-card__text {
  font-size: 0.82rem;
  line-height: 1.65;
  color: #6b7280;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  #why-section .why-card {
    padding: 1.5rem 1.25rem;
    border-radius: 16px;
  }
  #why-section .why-card__icon {
    width: 48px;
    height: 48px;
  }
}

#cta-section .cta-block {
  background: linear-gradient(130deg, #1f2b20, #4a6442);
  border-radius: 24px;
  padding: 4rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
#cta-section .cta-block::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(133, 186, 76, 0.08);
  pointer-events: none;
}
#cta-section .cta-block::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  pointer-events: none;
}
#cta-section .cta-block__content {
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin: 0 auto;
}
#cta-section .cta-block__title {
  font-size: 2rem;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin-bottom: 1rem;
}
#cta-section .cta-block__text {
  font-size: 0.92rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 2rem;
}
#cta-section .cta-block__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  #cta-section .cta-block {
    padding: 3rem 1.5rem;
  }
  #cta-section .cta-block__title {
    font-size: 1.6rem;
  }
}
@media (max-width: 575.98px) {
  #cta-section .cta-block {
    padding: 2.5rem 1.25rem;
    border-radius: 18px;
  }
  #cta-section .cta-block__title {
    font-size: 1.35rem;
  }
  #cta-section .cta-block__text {
    font-size: 0.85rem;
  }
  #cta-section .cta-block__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #cta-section .cta-block__buttons .btn-flat {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#contact-page .contact-header__badge {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #85ba4c;
  background: rgba(133, 186, 76, 0.1);
  padding: 0.4rem 1rem;
  border-radius: 50px;
  margin-bottom: 1.25rem;
}
#contact-page .contact-header__title {
  font-size: 2.4rem;
  font-weight: 900;
  color: #1a1a1a;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
}
#contact-page .contact-header__desc {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #6b7280;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
#contact-page .contact-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.1rem;
  padding: 1.5rem 1.3rem;
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #eef1eb;
  height: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
#contact-page .contact-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #4a6442;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
#contact-page .contact-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 16px 32px rgba(0, 0, 0, 0.06), 0 4px 12px rgba(74, 100, 66, 0.06);
          box-shadow: 0 16px 32px rgba(0, 0, 0, 0.06), 0 4px 12px rgba(74, 100, 66, 0.06);
}
#contact-page .contact-card:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
#contact-page .contact-card:hover .contact-card__icon {
  background: #4a6442;
  color: #ffffff;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0 8px 20px rgba(74, 100, 66, 0.25);
          box-shadow: 0 8px 20px rgba(74, 100, 66, 0.25);
}
#contact-page .contact-card--location::before {
  background: #4e73df;
}
#contact-page .contact-card--location .contact-card__icon {
  background: rgba(78, 115, 223, 0.1);
  color: #4e73df;
}
#contact-page .contact-card--location:hover .contact-card__icon {
  background: #4e73df;
  color: #ffffff;
  -webkit-box-shadow: 0 8px 20px rgba(78, 115, 223, 0.25);
          box-shadow: 0 8px 20px rgba(78, 115, 223, 0.25);
}
#contact-page .contact-card--phone::before {
  background: #1cc88a;
}
#contact-page .contact-card--phone .contact-card__icon {
  background: rgba(28, 200, 138, 0.1);
  color: #1cc88a;
}
#contact-page .contact-card--phone:hover .contact-card__icon {
  background: #1cc88a;
  color: #ffffff;
  -webkit-box-shadow: 0 8px 20px rgba(28, 200, 138, 0.25);
          box-shadow: 0 8px 20px rgba(28, 200, 138, 0.25);
}
#contact-page .contact-card--email::before {
  background: #f6c23e;
}
#contact-page .contact-card--email .contact-card__icon {
  background: rgba(246, 194, 62, 0.1);
  color: #f6c23e;
}
#contact-page .contact-card--email:hover .contact-card__icon {
  background: #f6c23e;
  color: #ffffff;
  -webkit-box-shadow: 0 8px 20px rgba(246, 194, 62, 0.25);
          box-shadow: 0 8px 20px rgba(246, 194, 62, 0.25);
}
#contact-page .contact-card__icon {
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
#contact-page .contact-card__icon svg {
  width: 22px;
  height: 22px;
}
#contact-page .contact-card__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
#contact-page .contact-card__title {
  font-size: 0.95rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 0.3rem;
}
#contact-page .contact-card__text {
  font-size: 0.82rem;
  color: #6b7280;
  line-height: 1.5;
  margin-bottom: 0;
}
#contact-page .contact-card__link {
  font-size: 0.82rem;
  color: #6b7280;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
#contact-page .contact-card__link:hover {
  color: #4a6442;
}
#contact-page .contact-form-wrap {
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid #eef1eb;
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
          box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
  padding: 2.5rem;
  position: relative;
  overflow: hidden;
}
#contact-page .contact-form-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#4a6442), to(#85ba4c));
  background: linear-gradient(90deg, #4a6442 0%, #85ba4c 100%);
}
#contact-page .contact-form-wrap__header {
  text-align: center;
  margin-bottom: 2rem;
}
#contact-page .contact-form-wrap__title {
  font-size: 1.4rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 0.4rem;
}
#contact-page .contact-form-wrap__subtitle {
  font-size: 0.85rem;
  color: #9ca3af;
}
#contact-page .contact-form form .wpcf7-radio .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
#contact-page .contact-form form .form-control,
#contact-page .contact-form form input[type=text],
#contact-page .contact-form form input[type=email],
#contact-page .contact-form form input[type=tel] {
  height: 54px;
  line-height: 54px;
  width: 100%;
  background: #f8faf7;
  border: 1.5px solid #e0e5dc;
  border-radius: 12px;
  margin-bottom: 14px;
  padding: 0 1rem;
  font-size: 0.85rem;
  color: #1a1a1a;
  -webkit-transition: border-color 0.3s ease, background 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border-color 0.3s ease, background 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, -webkit-box-shadow 0.3s ease;
}
#contact-page .contact-form form .form-control::-webkit-input-placeholder, #contact-page .contact-form form input[type=text]::-webkit-input-placeholder, #contact-page .contact-form form input[type=email]::-webkit-input-placeholder, #contact-page .contact-form form input[type=tel]::-webkit-input-placeholder {
  color: #9ca3af;
  font-weight: 400;
}
#contact-page .contact-form form .form-control::-moz-placeholder, #contact-page .contact-form form input[type=text]::-moz-placeholder, #contact-page .contact-form form input[type=email]::-moz-placeholder, #contact-page .contact-form form input[type=tel]::-moz-placeholder {
  color: #9ca3af;
  font-weight: 400;
}
#contact-page .contact-form form .form-control:-ms-input-placeholder, #contact-page .contact-form form input[type=text]:-ms-input-placeholder, #contact-page .contact-form form input[type=email]:-ms-input-placeholder, #contact-page .contact-form form input[type=tel]:-ms-input-placeholder {
  color: #9ca3af;
  font-weight: 400;
}
#contact-page .contact-form form .form-control::-ms-input-placeholder, #contact-page .contact-form form input[type=text]::-ms-input-placeholder, #contact-page .contact-form form input[type=email]::-ms-input-placeholder, #contact-page .contact-form form input[type=tel]::-ms-input-placeholder {
  color: #9ca3af;
  font-weight: 400;
}
#contact-page .contact-form form .form-control::placeholder,
#contact-page .contact-form form input[type=text]::placeholder,
#contact-page .contact-form form input[type=email]::placeholder,
#contact-page .contact-form form input[type=tel]::placeholder {
  color: #9ca3af;
  font-weight: 400;
}
#contact-page .contact-form form .form-control:hover,
#contact-page .contact-form form input[type=text]:hover,
#contact-page .contact-form form input[type=email]:hover,
#contact-page .contact-form form input[type=tel]:hover {
  border-color: #c5cfc0;
}
#contact-page .contact-form form .form-control:focus,
#contact-page .contact-form form input[type=text]:focus,
#contact-page .contact-form form input[type=email]:focus,
#contact-page .contact-form form input[type=tel]:focus {
  border-color: #4a6442;
  background: #ffffff;
  -webkit-box-shadow: 0 0 0 4px rgba(74, 100, 66, 0.08);
          box-shadow: 0 0 0 4px rgba(74, 100, 66, 0.08);
  outline: none;
}
#contact-page .contact-form form textarea,
#contact-page .contact-form form textarea.form-control {
  min-height: 140px !important;
  line-height: 1.6;
  width: 100%;
  background: #f8faf7;
  border: 1.5px solid #e0e5dc;
  border-radius: 12px;
  margin-bottom: 14px;
  padding: 0.85rem 1rem;
  font-size: 0.85rem;
  color: #1a1a1a;
  resize: vertical;
  -webkit-transition: border-color 0.3s ease, background 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border-color 0.3s ease, background 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, -webkit-box-shadow 0.3s ease;
}
#contact-page .contact-form form textarea::-webkit-input-placeholder, #contact-page .contact-form form textarea.form-control::-webkit-input-placeholder {
  color: #9ca3af;
  font-weight: 400;
}
#contact-page .contact-form form textarea::-moz-placeholder, #contact-page .contact-form form textarea.form-control::-moz-placeholder {
  color: #9ca3af;
  font-weight: 400;
}
#contact-page .contact-form form textarea:-ms-input-placeholder, #contact-page .contact-form form textarea.form-control:-ms-input-placeholder {
  color: #9ca3af;
  font-weight: 400;
}
#contact-page .contact-form form textarea::-ms-input-placeholder, #contact-page .contact-form form textarea.form-control::-ms-input-placeholder {
  color: #9ca3af;
  font-weight: 400;
}
#contact-page .contact-form form textarea::placeholder,
#contact-page .contact-form form textarea.form-control::placeholder {
  color: #9ca3af;
  font-weight: 400;
}
#contact-page .contact-form form textarea:hover,
#contact-page .contact-form form textarea.form-control:hover {
  border-color: #c5cfc0;
}
#contact-page .contact-form form textarea:focus,
#contact-page .contact-form form textarea.form-control:focus {
  border-color: #4a6442;
  background: #ffffff;
  -webkit-box-shadow: 0 0 0 4px rgba(74, 100, 66, 0.08);
          box-shadow: 0 0 0 4px rgba(74, 100, 66, 0.08);
  outline: none;
}
#contact-page .contact-form form .btn-send,
#contact-page .contact-form form input[type=submit],
#contact-page .contact-form form button[type=submit] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  width: 100%;
  height: 56px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: linear-gradient(135deg, #4a6442 0%, #85ba4c 100%);
  color: #ffffff;
  border: none;
  border-radius: 14px;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 16px rgba(74, 100, 66, 0.25);
          box-shadow: 0 4px 16px rgba(74, 100, 66, 0.25);
  -webkit-transition: all 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}
#contact-page .contact-form form .btn-send:hover,
#contact-page .contact-form form input[type=submit]:hover,
#contact-page .contact-form form button[type=submit]:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  color: #ffffff;
  -webkit-box-shadow: 0 16px 28px rgba(0, 0, 0, 0.28);
          box-shadow: 0 16px 28px rgba(0, 0, 0, 0.28);
}
#contact-page .contact-form form .btn-send svg,
#contact-page .contact-form form input[type=submit] svg,
#contact-page .contact-form form button[type=submit] svg {
  width: 18px;
  height: 18px;
}
#contact-page .contact-form form .wpcf7-not-valid-tip {
  font-size: 0.75rem;
  color: #e74c3c;
  margin-top: -10px;
  margin-bottom: 8px;
}
#contact-page .contact-form form .wpcf7-response-output {
  border-radius: 12px;
  padding: 0.85rem 1rem;
  font-size: 0.82rem;
  margin-top: 1rem;
}
@media (max-width: 991.98px) {
  #contact-page .contact-header__title {
    font-size: 2rem;
  }
  #contact-page .contact-form-wrap {
    padding: 2rem;
  }
}
@media (max-width: 575.98px) {
  #contact-page .contact-header__title {
    font-size: 1.6rem;
  }
  #contact-page .contact-header__desc {
    font-size: 0.85rem;
  }
  #contact-page .contact-card {
    padding: 1.2rem 1rem;
    gap: 0.9rem;
  }
  #contact-page .contact-card__icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
  }
  #contact-page .contact-form-wrap {
    padding: 1.5rem;
    border-radius: 18px;
  }
  #contact-page .contact-form-wrap__title {
    font-size: 1.2rem;
  }
}

.search-results-page {
  padding-bottom: 4rem;
}
.search-results-page__hero {
  padding: 1.5rem 0 1rem;
}
.search-results-page__hero-card {
  border-radius: 22px;
  padding: clamp(1.8rem, 4vw, 3rem);
  background: linear-gradient(130deg, #1f2b20 0%, #4a6442 100%);
  color: #ffffff;
}
.search-results-page__eyebrow {
  margin-bottom: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  font-weight: 700;
  opacity: 0.85;
}
.search-results-page__title {
  margin: 0;
  font-size: clamp(1.5rem, 3.6vw, 2.5rem);
  color: #ffffff;
  letter-spacing: -0.02em;
}
.search-results-page__title span {
  color: #d8e8b3;
}
.search-results-page__meta {
  margin: 0.85rem 0 0;
  font-size: 0.92rem;
  opacity: 0.9;
}
.search-results-page__content {
  padding-top: 1.2rem;
}
.search-results-page__pagination {
  margin-top: 1.5rem;
}
.search-results-page__empty {
  text-align: center;
  padding: 2.25rem 1rem;
  border: 1px solid #e6eee0;
  border-radius: 16px;
  background: #f8faf7;
}
.search-results-page__empty h2 {
  margin-bottom: 0.75rem;
  font-size: 1.2rem;
  color: #334155;
}
.search-results-page__empty p {
  margin-bottom: 1rem;
  color: #556370;
}

.search-result-card {
  border: 1px solid #e5ecdf;
  border-radius: 18px;
  background: #ffffff;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 30px rgba(26, 34, 22, 0.05);
          box-shadow: 0 10px 30px rgba(26, 34, 22, 0.05);
  -webkit-transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
}
.search-result-card:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 18px 34px rgba(26, 34, 22, 0.12);
          box-shadow: 0 18px 34px rgba(26, 34, 22, 0.12);
}
.search-result-card__inner {
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 1rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.search-result-card__content {
  padding: 1.3rem 1.3rem 1.3rem 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.search-result-card__type {
  margin: 0 0 0.45rem;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #85ba4c;
}
.search-result-card__title {
  margin: 0;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  line-height: 1.35;
}
.search-result-card__title a {
  color: #0f172a;
}
.search-result-card__title a:hover {
  color: #4a6442;
}
.search-result-card__excerpt {
  margin: 0.8rem 0 0;
  color: #556370;
  line-height: 1.7;
  font-size: 0.92rem;
}
.search-result-card__link {
  margin-top: 0.9rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 0.72rem;
  font-weight: 700;
  color: #4a6442;
}
.search-result-card__link:hover {
  color: #2f432c;
}
.search-result-card__thumb {
  min-height: 100%;
  background: linear-gradient(145deg, #f8faf7, #edf3e8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.8rem;
}
.search-result-card__thumb img {
  width: 100%;
  height: 100%;
  max-height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
@media (max-width: 767.98px) {
  .search-result-card__inner {
    grid-template-columns: 1fr;
  }
  .search-result-card__thumb {
    min-height: 180px;
  }
}

#notfound {
  padding: 2rem 0 4rem;
}
#notfound .notfound-card {
  margin: 0 auto;
  max-width: 760px;
  border-radius: 24px;
  text-align: center;
  padding: clamp(2rem, 5vw, 3.5rem);
  background: linear-gradient(130deg, #1f2b20 0%, #4a6442 100%);
  color: #ffffff;
  -webkit-box-shadow: 0 10px 30px rgba(31, 43, 32, 0.25), 0 24px 50px rgba(74, 100, 66, 0.2);
          box-shadow: 0 10px 30px rgba(31, 43, 32, 0.25), 0 24px 50px rgba(74, 100, 66, 0.2);
}
#notfound .notfound-card__eyebrow {
  margin-bottom: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  font-weight: 700;
  opacity: 0.9;
}
#notfound .notfound-card__code {
  margin: 0;
  font-size: clamp(4rem, 14vw, 8.5rem);
  line-height: 1;
  letter-spacing: -0.04em;
  color: #d8e8b3;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}
#notfound .notfound-card__title {
  margin: 0.45rem 0 0;
  color: #ffffff;
  font-size: clamp(1.35rem, 3vw, 2rem);
  letter-spacing: -0.02em;
}
#notfound .notfound-card__description {
  margin: 0.85rem auto 0;
  max-width: 56ch;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  line-height: 1.7;
}
#notfound .notfound-card__actions {
  margin-top: 1.35rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.7rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 575.98px) {
  #notfound .notfound-card {
    border-radius: 18px;
  }
  #notfound .notfound-card__description {
    font-size: 0.88rem;
  }
}
.tab-section {
  margin: 4.6875rem 0;
}
.tab-section .nav-tabs .nav-item a.active {
  background-color: #4a6442;
  color: #ffffff;
}
.tab-section .nav-tabs li.nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab-section .nav-tabs li.nav-item a {
  background-color: transparent;
  padding: 20px 30px;
  border-radius: 5px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  font-weight: 500;
  text-align: center;
}

.tab-content {
  margin-top: 2.5rem;
  background-color: #e2e9e1;
  border-radius: 0.25rem;
}

.tab-pane .comments-area {
  padding-top: 0;
  border: 0;
}

.nav-tabs {
  padding-bottom: 1.5625rem;
}
.nav-tabs .nav-link {
  background-color: #eeeeee;
  font-weight: 700;
  margin: 0 0.625rem;
  margin-left: 0.625rem;
  color: #000;
  border-radius: 0.25rem;
  padding: 0.9375rem 1.5rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: 0;
  font-weight: 600;
  line-height: 1;
}
.nav-tabs .nav-link:first-child {
  margin-left: 0 !important;
}
.nav-tabs .nav-link.active {
  color: #4a6442;
  background-color: #fde1bd;
}

.nav-tabs.no-border {
  border: none;
}

.nav-tabs.right .nav-item:last-child .nav-link {
  margin-right: 0;
}

.nav.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.account-shell {
  margin-top: 100px;
}

.woocommerce-Addresses .woocommerce-Address {
  text-align: center;
}
.woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title {
  margin: 25px 0;
}

.woocommerce form.login,
.woocommerce form.register {
  border: 1px solid #cfc8d8;
  padding: 20px;
  text-align: left;
  border-radius: 10px;
  width: 450px;
  margin: 50px auto;
}

.woocommerce form.lost_reset_password {
  border: 1px solid #cfc8d8;
  padding: 20px;
  text-align: left;
  border-radius: 10px;
  width: 450px;
  margin: 50px auto;
}
.woocommerce form.lost_reset_password .form-row {
  position: relative;
  width: 100% !important;
}
.woocommerce form.lost_reset_password .form-row input {
  width: 100%;
}

.woocommerce .star-rating span::before {
  color: #f39c12 !important;
}
.woocommerce input.submit {
  color: #fff !important;
  background-color: #000000 !important;
  font-weight: 500;
  border: none !important;
  border-radius: 0.25rem;
  padding: 0.9375rem 1.875rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.woocommerce input.submit:hover {
  background-color: #4a6442 !important;
  color: #fff;
}
.woocommerce input.submit:focus {
  background-color: #131719 !important;
  color: #fff;
}
.woocommerce select {
  margin-bottom: 0rem !important;
  padding: 1rem 0.75rem;
  background-color: #ffffff;
  border-radius: 0.5rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 0.9375rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.wc-block-components-address-address-wrapper .wc-block-components-text-input,
.wc-blocks-components-address-address-wrapper .wc-block-components-text-input {
  margin-bottom: 15px !important;
}
.wc-block-components-address-address-wrapper .wc-block-components-text-input input,
.wc-block-components-address-address-wrapper .wc-block-components-text-input select,
.wc-block-components-address-address-wrapper .wc-block-components-select select,
.wc-block-components-address-address-wrapper .wc-block-components-select .wc-block-components-select__select,
.wc-block-components-address-address-wrapper .wc-blocks-components-select select,
.wc-block-components-address-address-wrapper .wc-blocks-components-select .wc-blocks-components-select__select,
.wc-block-components-address-address-wrapper .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-address-address-wrapper .wc-block-components-textarea textarea,
.wc-blocks-components-address-address-wrapper .wc-block-components-text-input input,
.wc-blocks-components-address-address-wrapper .wc-block-components-text-input select,
.wc-blocks-components-address-address-wrapper .wc-block-components-select select,
.wc-blocks-components-address-address-wrapper .wc-block-components-select .wc-block-components-select__select,
.wc-blocks-components-address-address-wrapper .wc-blocks-components-select select,
.wc-blocks-components-address-address-wrapper .wc-blocks-components-select .wc-blocks-components-select__select,
.wc-blocks-components-address-address-wrapper .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-blocks-components-address-address-wrapper .wc-block-components-textarea textarea {
  width: 100%;
  background: #f8faf7 !important;
  border: 1.5px solid #e0e5dc !important;
  border-radius: 12px !important;
  color: #1a1a1a !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin-bottom: 0 !important;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.wc-block-components-address-address-wrapper .wc-block-components-text-input input:focus,
.wc-block-components-address-address-wrapper .wc-block-components-text-input select:focus,
.wc-block-components-address-address-wrapper .wc-block-components-select select:focus,
.wc-block-components-address-address-wrapper .wc-block-components-select .wc-block-components-select__select:focus,
.wc-block-components-address-address-wrapper .wc-blocks-components-select select:focus,
.wc-block-components-address-address-wrapper .wc-blocks-components-select .wc-blocks-components-select__select:focus,
.wc-block-components-address-address-wrapper .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-address-address-wrapper .wc-block-components-textarea textarea:focus,
.wc-blocks-components-address-address-wrapper .wc-block-components-text-input input:focus,
.wc-blocks-components-address-address-wrapper .wc-block-components-text-input select:focus,
.wc-blocks-components-address-address-wrapper .wc-block-components-select select:focus,
.wc-blocks-components-address-address-wrapper .wc-block-components-select .wc-block-components-select__select:focus,
.wc-blocks-components-address-address-wrapper .wc-blocks-components-select select:focus,
.wc-blocks-components-address-address-wrapper .wc-blocks-components-select .wc-blocks-components-select__select:focus,
.wc-blocks-components-address-address-wrapper .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-blocks-components-address-address-wrapper .wc-block-components-textarea textarea:focus {
  background: #fff !important;
  border: 0.0625rem solid #4a6442 !important;
  color: #232434 !important;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 110, 51, 0.49) !important;
          box-shadow: 0 0 0 1px rgba(0, 110, 51, 0.49) !important;
  outline: 0 none !important;
}
.wc-block-components-address-address-wrapper .wc-block-components-textarea textarea,
.wc-blocks-components-address-address-wrapper .wc-block-components-textarea textarea {
  line-height: 1.6;
  padding: 0.85rem 1rem !important;
  height: auto;
  min-height: 80px !important;
}

#reviews .woocommerce-Reviews-title {
  display: none !important;
}

#review_form .stars span a:hover {
  color: #f39c12 !important;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  width: 100%;
  height: 52px;
  line-height: 52px;
  background: #f8faf7;
  border: 1.5px solid #e0e5dc;
  border-radius: 12px;
  padding: 0 1rem;
  font-size: 0.85rem;
  color: #1a1a1a;
  font-family: "Space Grotesk", sans-serif;
  -webkit-transition: border-color 0.3s ease, background 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border-color 0.3s ease, background 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.woocommerce form .form-row input.input-text::-webkit-input-placeholder, .woocommerce form .form-row textarea::-webkit-input-placeholder {
  color: #9ca3af;
  font-weight: 400;
}
.woocommerce form .form-row input.input-text::-moz-placeholder, .woocommerce form .form-row textarea::-moz-placeholder {
  color: #9ca3af;
  font-weight: 400;
}
.woocommerce form .form-row input.input-text:-ms-input-placeholder, .woocommerce form .form-row textarea:-ms-input-placeholder {
  color: #9ca3af;
  font-weight: 400;
}
.woocommerce form .form-row input.input-text::-ms-input-placeholder, .woocommerce form .form-row textarea::-ms-input-placeholder {
  color: #9ca3af;
  font-weight: 400;
}
.woocommerce form .form-row input.input-text::placeholder,
.woocommerce form .form-row textarea::placeholder {
  color: #9ca3af;
  font-weight: 400;
}
.woocommerce form .form-row input.input-text:hover,
.woocommerce form .form-row textarea:hover {
  border-color: #c5cfc0;
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
  border-color: #4a6442;
  background: #ffffff;
  -webkit-box-shadow: 0 0 0 4px rgba(74, 100, 66, 0.08);
          box-shadow: 0 0 0 4px rgba(74, 100, 66, 0.08);
  outline: none;
}
.woocommerce form .form-row textarea {
  min-height: 80px !important;
}

#comments {
  width: 100% !important;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  padding-top: 13px;
}
.woocommerce .coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce .coupon .input-text {
  width: 30% !important;
}
.woocommerce .coupon .button {
  width: 70% !important;
}
.woocommerce #review_form #respond textarea {
  position: relative;
  width: 100% !important;
  min-height: 100px;
  padding: 1rem 0.75rem;
  background-color: #eee;
  border-radius: 0.5rem;
  border: 0.0625rem solid #eee !important;
  color: #232434;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.woocommerce #review_form #respond textarea:focus {
  background: #fff;
  border: 0.0625rem solid #4a6442 !important;
  color: #232434;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 110, 51, 0.49) !important;
          box-shadow: 0 0 0 1px rgba(0, 110, 51, 0.49) !important;
  outline: 0 none;
}
.woocommerce #review_form #respond .comment-form-comment,
.woocommerce #review_form #respond .comment-form-author,
.woocommerce #review_form #respond .comment-form-email {
  display: grid;
  width: 100%;
}
.woocommerce #review_form #respond .comment-form-comment input,
.woocommerce #review_form #respond .comment-form-author input,
.woocommerce #review_form #respond .comment-form-email input {
  padding: 1rem 0.75rem;
  background-color: #eee;
  border-radius: 0.5rem;
  border: 0.0625rem solid #eee !important;
  color: #232434;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.woocommerce #review_form #respond .comment-form-comment input:focus,
.woocommerce #review_form #respond .comment-form-author input:focus,
.woocommerce #review_form #respond .comment-form-email input:focus {
  background: #fff;
  border: 0.0625rem solid #4a6442 !important;
  color: #232434;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 110, 51, 0.49) !important;
          box-shadow: 0 0 0 1px rgba(0, 110, 51, 0.49) !important;
  outline: 0 none;
}

#account-page {
  padding-top: 1.5rem;
}
#account-page .account-hero {
  position: relative;
  background: linear-gradient(130deg, #1f2b20, #4a6442);
  color: #ffffff;
  border-radius: 24px;
  padding: 4rem 2rem;
  overflow: hidden;
}
#account-page .account-hero::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(133, 186, 76, 0.08);
  pointer-events: none;
}
#account-page .account-hero::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  pointer-events: none;
}
#account-page .account-hero__eyebrow {
  margin: 0 0 0.4rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 700;
  opacity: 0.9;
}
#account-page .account-hero__title {
  margin: 0;
  font-size: clamp(1.45rem, 2.8vw, 2rem);
  letter-spacing: -0.02em;
}

.woocommerce-cart #ecommerce-page,
.woocommerce-checkout #ecommerce-page {
  padding-top: 1.5rem;
}
.woocommerce-cart #ecommerce-page .ecommerce-hero,
.woocommerce-checkout #ecommerce-page .ecommerce-hero {
  margin-bottom: 1rem;
  background: linear-gradient(130deg, #1f2b20, #4a6442);
  border-radius: 24px;
  padding: 4rem 2rem;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}
.woocommerce-cart #ecommerce-page .ecommerce-hero__eyebrow,
.woocommerce-checkout #ecommerce-page .ecommerce-hero__eyebrow {
  margin: 0 0 0.4rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 700;
  opacity: 0.9;
}
.woocommerce-cart #ecommerce-page .ecommerce-hero__title,
.woocommerce-checkout #ecommerce-page .ecommerce-hero__title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.45rem, 2.8vw, 2rem);
  letter-spacing: -0.02em;
}
.woocommerce-cart #ecommerce-page .ecommerce-hero::before,
.woocommerce-checkout #ecommerce-page .ecommerce-hero::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(133, 186, 76, 0.08);
  pointer-events: none;
}
.woocommerce-cart #ecommerce-page .ecommerce-hero::after,
.woocommerce-checkout #ecommerce-page .ecommerce-hero::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  pointer-events: none;
}
.woocommerce-cart .woocommerce-cart-form,
.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-cart form.checkout,
.woocommerce-cart #order_review,
.woocommerce-checkout .woocommerce-cart-form,
.woocommerce-checkout .cart-collaterals .cart_totals,
.woocommerce-checkout form.checkout,
.woocommerce-checkout #order_review {
  background: #f8faf7;
  border: 1px solid #e6eee0;
  border-radius: 16px;
  padding: 1rem;
}
.woocommerce-cart .wc-block-grid__products,
.woocommerce-checkout .wc-block-grid__products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}
.woocommerce-cart .wc-block-grid__product,
.woocommerce-checkout .wc-block-grid__product {
  position: relative;
  margin: 0;
  padding: 0 !important;
  list-style: none;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100% !important;
  height: 100%;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  border: none;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.04);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.woocommerce-cart .wc-block-grid__product:hover,
.woocommerce-checkout .wc-block-grid__product:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 8px 16px rgba(74, 100, 66, 0.08);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 8px 16px rgba(74, 100, 66, 0.08);
}
.woocommerce-cart .wc-block-grid__product:hover .wc-block-grid__product-image img,
.woocommerce-checkout .wc-block-grid__product:hover .wc-block-grid__product-image img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.woocommerce-cart .wc-block-grid__product:hover .wc-block-grid__product-image::after,
.woocommerce-checkout .wc-block-grid__product:hover .wc-block-grid__product-image::after {
  opacity: 1;
}
.woocommerce-cart .wc-block-grid__product:hover .wc-block-grid__product-add-to-cart,
.woocommerce-checkout .wc-block-grid__product:hover .wc-block-grid__product-add-to-cart {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}
.woocommerce-cart .wc-block-grid__product:hover .wc-block-grid__product-price::after,
.woocommerce-checkout .wc-block-grid__product:hover .wc-block-grid__product-price::after {
  background-color: #4a6442;
  color: #ffffff;
  border-color: #4a6442;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.woocommerce-cart .wc-block-grid__product .wc-block-grid__product-link,
.woocommerce-checkout .wc-block-grid__product .wc-block-grid__product-link {
  display: block;
  color: inherit;
  text-decoration: none !important;
  text-align: left;
}
.woocommerce-cart .wc-block-grid__product .wc-block-grid__product-image,
.woocommerce-checkout .wc-block-grid__product .wc-block-grid__product-image {
  position: relative;
  display: block;
  margin-bottom: 0;
  overflow: hidden;
  background: linear-gradient(135deg, #f0f4ed 0%, #e8ede5 100%);
}
.woocommerce-cart .wc-block-grid__product .wc-block-grid__product-image::after,
.woocommerce-checkout .wc-block-grid__product .wc-block-grid__product-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.45)), color-stop(55%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 55%);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.woocommerce-cart .wc-block-grid__product .wc-block-grid__product-image img,
.woocommerce-checkout .wc-block-grid__product .wc-block-grid__product-image img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}
.woocommerce-cart .wc-block-grid__product .wc-block-grid__product-title,
.woocommerce-checkout .wc-block-grid__product .wc-block-grid__product-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.75em;
  margin: 0;
  padding: 1.1rem 1.25rem 0.85rem;
  color: #1a1a1a !important;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.45;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.woocommerce-cart .wc-block-grid__product .wc-block-grid__product-title::before,
.woocommerce-checkout .wc-block-grid__product .wc-block-grid__product-title::before {
  content: var(--wc-card-category-name, "Produit");
  display: inline-block;
  width: 100%;
  margin-bottom: 0.5rem;
  padding-left: 14px;
  color: #85ba4c;
  font-size: 0.625rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  line-height: 1;
  background-image: radial-gradient(circle at 3px 50%, #85ba4c 0 3px, transparent 3.5px);
  background-repeat: no-repeat;
}
.woocommerce-cart .wc-block-grid__product .wc-block-grid__product-title:hover,
.woocommerce-cart .wc-block-grid__product .wc-block-grid__product-link:hover .wc-block-grid__product-title,
.woocommerce-checkout .wc-block-grid__product .wc-block-grid__product-title:hover,
.woocommerce-checkout .wc-block-grid__product .wc-block-grid__product-link:hover .wc-block-grid__product-title {
  color: #4a6442 !important;
}
.woocommerce-cart .wc-block-grid__product .wc-block-grid__product-price,
.woocommerce-checkout .wc-block-grid__product .wc-block-grid__product-price {
  position: relative;
  margin: 0;
  padding: 0.85rem 4rem 1.3rem 1.25rem;
  border-top: 1px solid #eef1eb;
  font-size: 1.15rem;
  font-weight: 800;
  color: #4a6442;
  letter-spacing: -0.01em;
}
.woocommerce-cart .wc-block-grid__product .wc-block-grid__product-price del,
.woocommerce-checkout .wc-block-grid__product .wc-block-grid__product-price del {
  font-size: 0.78rem;
  font-weight: 400;
  color: #b0b0b0;
  margin-right: 0.4rem;
}
.woocommerce-cart .wc-block-grid__product .wc-block-grid__product-price ins,
.woocommerce-checkout .wc-block-grid__product .wc-block-grid__product-price ins {
  text-decoration: none;
  color: #4a6442;
}
.woocommerce-cart .wc-block-grid__product .wc-block-grid__product-price .woocommerce-Price-amount,
.woocommerce-checkout .wc-block-grid__product .wc-block-grid__product-price .woocommerce-Price-amount {
  font-family: "Space Grotesk", sans-serif;
}
.woocommerce-cart .wc-block-grid__product .wc-block-grid__product-price::after,
.woocommerce-checkout .wc-block-grid__product .wc-block-grid__product-price::after {
  content: "↗";
  position: absolute;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #4a6442;
  border: 2px solid #e0e5dc;
  background-color: transparent;
  font-size: 0.95rem;
  line-height: 1;
  -webkit-transition: all 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}
.woocommerce-cart .wc-block-grid__product .wc-block-grid__product-onsale,
.woocommerce-checkout .wc-block-grid__product .wc-block-grid__product-onsale {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 7;
  padding: 0.4rem 0.9rem;
  font-size: 0.625rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 50px;
  color: #ffffff;
  line-height: 1;
  background: linear-gradient(135deg, #e74c3c, #c0392b);
  -webkit-box-shadow: 0 4px 12px rgba(231, 76, 60, 0.35);
          box-shadow: 0 4px 12px rgba(231, 76, 60, 0.35);
}
.woocommerce-cart .wc-block-grid__product .wc-block-grid__product-add-to-cart,
.woocommerce-checkout .wc-block-grid__product .wc-block-grid__product-add-to-cart {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  bottom: 150px;
  z-index: 8;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(12px);
          transform: translateX(-50%) translateY(12px);
  -webkit-transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1), transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1), transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  white-space: nowrap;
  padding: 0;
  margin: 0;
}
.woocommerce-cart .wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link,
.woocommerce-cart .wc-block-grid__product .wc-block-grid__product-add-to-cart .added_to_cart,
.woocommerce-checkout .wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link,
.woocommerce-checkout .wc-block-grid__product .wc-block-grid__product-add-to-cart .added_to_cart {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 0;
  width: auto;
  gap: 0.5rem;
  padding: 0.7rem 1.6rem;
  border: none !important;
  border-radius: 50px !important;
  background: #ffffff !important;
  color: #4a6442 !important;
  font-size: 0.7rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1 !important;
  height: auto !important;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.woocommerce-cart .wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link:hover,
.woocommerce-cart .wc-block-grid__product .wc-block-grid__product-add-to-cart .added_to_cart:hover,
.woocommerce-checkout .wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link:hover,
.woocommerce-checkout .wc-block-grid__product .wc-block-grid__product-add-to-cart .added_to_cart:hover {
  background: #4a6442 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 6px 24px rgba(74, 100, 66, 0.4);
          box-shadow: 0 6px 24px rgba(74, 100, 66, 0.4);
}
.woocommerce-cart .wc-block-grid__product .wc-block-grid__product-add-to-cart .added_to_cart,
.woocommerce-checkout .wc-block-grid__product .wc-block-grid__product-add-to-cart .added_to_cart {
  margin-left: 0.4rem;
  margin-top: 0;
  background: #85ba4c !important;
  color: #ffffff !important;
}
.woocommerce-cart table.shop_table,
.woocommerce-checkout table.shop_table {
  border: 1px solid #e6eee0;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 1rem;
}
.woocommerce-cart table.shop_table th,
.woocommerce-checkout table.shop_table th {
  background: #eef4e8;
  color: #334155;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.woocommerce-cart table.shop_table td,
.woocommerce-checkout table.shop_table td {
  font-size: 0.88rem;
  color: #334155;
}
.woocommerce-cart .cart_totals h2,
.woocommerce-cart .woocommerce-billing-fields h3,
.woocommerce-cart #order_review_heading,
.woocommerce-checkout .cart_totals h2,
.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout #order_review_heading {
  display: block;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.85rem;
  color: #4a6442;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart #place_order,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout #place_order {
  border-radius: 999px !important;
  border: none !important;
  background: linear-gradient(135deg, #4a6442 0%, #85ba4c 100%) !important;
  color: #ffffff !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  min-height: 50px;
}
.woocommerce-cart .woocommerce-checkout-review-order-table tfoot th,
.woocommerce-cart .woocommerce-checkout-review-order-table tfoot td,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td {
  background: #f4f8f1;
  font-weight: 700;
}
.woocommerce-cart.woocommerce-checkout form.checkout .form-row,
.woocommerce-checkout.woocommerce-checkout form.checkout .form-row {
  margin-bottom: 0.95rem;
}
.woocommerce-cart.woocommerce-checkout form.checkout .form-row input.input-text,
.woocommerce-cart.woocommerce-checkout form.checkout .form-row textarea,
.woocommerce-cart.woocommerce-checkout form.checkout .form-row select,
.woocommerce-checkout.woocommerce-checkout form.checkout .form-row input.input-text,
.woocommerce-checkout.woocommerce-checkout form.checkout .form-row textarea,
.woocommerce-checkout.woocommerce-checkout form.checkout .form-row select {
  margin-bottom: 0 !important;
}
@media (max-width: 767.98px) {
  .woocommerce-cart #ecommerce-page .ecommerce-hero,
  .woocommerce-checkout #ecommerce-page .ecommerce-hero {
    border-radius: 16px;
    padding: 1rem;
  }
  .woocommerce-cart .woocommerce-cart-form,
  .woocommerce-cart .cart-collaterals .cart_totals,
  .woocommerce-cart form.checkout,
  .woocommerce-cart #order_review,
  .woocommerce-checkout .woocommerce-cart-form,
  .woocommerce-checkout .cart-collaterals .cart_totals,
  .woocommerce-checkout form.checkout,
  .woocommerce-checkout #order_review {
    border-radius: 12px;
    padding: 0.75rem;
  }
  .woocommerce-cart .coupon,
  .woocommerce-checkout .coupon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.6rem;
  }
  .woocommerce-cart .coupon .input-text,
  .woocommerce-cart .coupon .button,
  .woocommerce-checkout .coupon .input-text,
  .woocommerce-checkout .coupon .button {
    width: 100% !important;
  }
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-cart #place_order,
  .woocommerce-cart .button,
  .woocommerce-cart .woocommerce-Button,
  .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-checkout #place_order,
  .woocommerce-checkout .button,
  .woocommerce-checkout .woocommerce-Button {
    width: 100%;
  }
  .woocommerce-cart table.shop_table td,
  .woocommerce-cart table.shop_table th,
  .woocommerce-checkout table.shop_table td,
  .woocommerce-checkout table.shop_table th {
    font-size: 0.8rem;
  }
  .woocommerce-cart .wc-block-grid__products,
  .woocommerce-checkout .wc-block-grid__products {
    gap: 1rem;
  }
  .woocommerce-cart .wc-block-grid__product,
  .woocommerce-checkout .wc-block-grid__product {
    margin: 0;
  }
  .woocommerce-cart .wc-block-grid__product .wc-block-grid__product-add-to-cart,
  .woocommerce-checkout .wc-block-grid__product .wc-block-grid__product-add-to-cart {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: grid;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  margin: 0;
  padding: 0 !important;
  background: transparent;
  border-radius: 10px;
  overflow: hidden;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75rem 0.9rem;
  font-size: 0.84rem;
  font-weight: 600;
  color: #334155;
  border: 1px solid #e8eee2;
  border-radius: 10px;
  background: #f8faf7;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover a {
  border-color: #d7e3cc;
  color: #4a6442;
  background: #f4f8f1;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .is-active a {
  background: #4a6442;
  border-color: #4a6442;
  color: #ffffff;
}
.woocommerce-account .woocommerce-MyAccount-content {
  background: #f8faf7;
  border: 1px solid #e6eee0;
  border-radius: 16px;
  padding: 1.1rem;
}
.woocommerce-account .woocommerce-MyAccount-content p,
.woocommerce-account .woocommerce-MyAccount-content li,
.woocommerce-account .woocommerce-MyAccount-content td,
.woocommerce-account .woocommerce-MyAccount-content th,
.woocommerce-account .woocommerce-MyAccount-content label {
  font-size: 0.88rem;
}
.woocommerce-account .woocommerce-MyAccount-content a {
  color: #4a6442;
  text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-content a:hover {
  color: #2f432c;
}
.woocommerce-account .woocommerce-orders-table,
.woocommerce-account .woocommerce-table--order-details,
.woocommerce-account .woocommerce-Addresses {
  background: #ffffff;
  padding: 10px;
  border: 1px solid #e6eee0;
  border-radius: 14px;
  overflow: hidden;
}
.woocommerce-account .woocommerce-form-row,
.woocommerce-account .form-row {
  margin-bottom: 0.7rem;
}
.woocommerce-account .button,
.woocommerce-account .woocommerce-Button,
.woocommerce-account .button.alt {
  border-radius: 999px !important;
  border: none !important;
  background: linear-gradient(135deg, #4a6442 0%, #85ba4c 100%) !important;
  color: #ffffff !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.74rem !important;
  font-weight: 700 !important;
  padding: 0.8rem 1.2rem !important;
  -webkit-transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
}
.woocommerce-account .button:hover,
.woocommerce-account .woocommerce-Button:hover,
.woocommerce-account .button.alt:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 10px 22px rgba(74, 100, 66, 0.25);
          box-shadow: 0 10px 22px rgba(74, 100, 66, 0.25);
}

.woocommerce-info {
  border-top-color: #4a6442 !important;
}
.woocommerce-info::before {
  color: #4a6442 !important;
}

.woocommerce-message {
  border-top-color: #4a6442 !important;
}
.woocommerce-message::before {
  color: #4a6442 !important;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  top: 26px;
}

.woocommerce h2 {
  display: none;
}
.woocommerce .coupon .input-text {
  width: 33%;
  padding: 0.5625rem !important;
  font-size: 0.875rem !important;
  font-weight: normal;
}
.woocommerce .actions button.wp-element-button {
  padding: 0.9375rem 1.875rem !important;
}/*# sourceMappingURL=style.css.map */