@charset "UTF-8";
/*!
Theme Name: Yeshilshop
Theme URI: https://yeshilev.com
Author: Yeshil Ev
Description: قالب فروشگاهی Yeşil Ev برای وردپرس و ووکامرس
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: yeshilshop
Tags: e-commerce, rtl, woocommerce, custom-menu
*/
@font-face {
  font-family: "IRANSans Fanum";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("assets/fonts/iransansfanum/woff2/IRANSansWeb(FaNum)_UltraLight.woff2") format("woff2"), url("assets/fonts/iransansfanum/woff/IRANSansWeb(FaNum)_UltraLight.woff") format("woff");
  unicode-range: U+0030-0039, U+06F0-06F9, U+0660-0669;
}
@font-face {
  font-family: "IRANSans Fanum";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("assets/fonts/iransansfanum/woff2/IRANSansWeb(FaNum)_Light.woff2") format("woff2"), url("assets/fonts/iransansfanum/woff/IRANSansWeb(FaNum)_Light.woff") format("woff");
  unicode-range: U+0030-0039, U+06F0-06F9, U+0660-0669;
}
@font-face {
  font-family: "IRANSans Fanum";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/iransansfanum/woff2/IRANSansWeb(FaNum).woff2") format("woff2"), url("assets/fonts/iransansfanum/woff/IRANSansWeb(FaNum).woff") format("woff");
  unicode-range: U+0030-0039, U+06F0-06F9, U+0660-0669;
}
@font-face {
  font-family: "IRANSans Fanum";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/iransansfanum/woff2/IRANSansWeb(FaNum)_Medium.woff2") format("woff2"), url("assets/fonts/iransansfanum/woff/IRANSansWeb(FaNum)_Medium.woff") format("woff");
  unicode-range: U+0030-0039, U+06F0-06F9, U+0660-0669;
}
@font-face {
  font-family: "IRANSans Fanum";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/iransansfanum/woff2/IRANSansWeb(FaNum)_Bold.woff2") format("woff2"), url("assets/fonts/iransansfanum/woff/IRANSansWeb(FaNum)_Bold.woff") format("woff");
  unicode-range: U+0030-0039, U+06F0-06F9, U+0660-0669;
}
@font-face {
  font-family: "IRANSans Fanum";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("assets/fonts/iransansfanum/woff2/IRANSansWeb(FaNum)_Black.woff2") format("woff2"), url("assets/fonts/iransansfanum/woff/IRANSansWeb(FaNum)_Black.woff") format("woff");
  unicode-range: U+0030-0039, U+06F0-06F9, U+0660-0669;
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "IRANSans Fanum", "Vazirmatn", Tahoma, sans-serif;
  color: #1c1c1c;
  background: #e7e3dc;
  direction: rtl;
  text-align: right;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
}
a:hover {
  color: #3c6635;
}

button {
  font-family: inherit;
}

.section-title {
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
  color: #1c1c1c;
}
@media (min-width: 768px) {
  .section-title {
    font-size: 2rem;
  }
}

.section-subtitle {
  text-align: center;
  color: #1c1c1c;
  font-size: 0.95rem;
  font-weight: 400;
  margin-bottom: 0;
}

.section-pad {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 100px 0;
}
.section-pad > .container {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.section-pad .row {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 50px;
}
@media (min-width: 768px) {
  .section-pad .row {
    --bs-gutter-x: 50px;
  }
}

.bg-taupe {
  background: #c1beb7;
}

.bg-cream {
  background: #dfd8ca;
}

.bg-header {
  background: #e7e3dc;
}

.bg-footer {
  background: #f8f2e7;
}

.btn-green {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #3c6635;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 0.7rem 1.6rem;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.4;
  transition: background 0.25s ease, transform 0.25s ease;
}
.btn-green:hover, .btn-green:focus {
  background: #2f5229;
  color: #ffffff;
}

.icon-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  color: #3c6635;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
}
.icon-btn img {
  width: 22px;
  height: auto;
  display: block;
}

.slider-arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: #3c6635;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
  transition: background 0.25s ease, color 0.25s ease;
}
.slider-arrow:hover {
  background: #2f5229;
}
.slider-arrow.is-ghost {
  background: rgba(255, 255, 255, 0.22);
  color: #ffffff;
  backdrop-filter: blur(4px);
}
.slider-arrow.is-ghost:hover {
  background: rgba(255, 255, 255, 0.38);
}
.slider-arrow--chevron {
  width: 90px;
  height: 90px;
  border-radius: 0;
  background: transparent;
  color: #3c6635;
}
.slider-arrow--chevron svg {
  width: 90px;
  height: 90px;
  display: block;
}
.slider-arrow--chevron:hover {
  background: transparent;
  color: #2f5229;
}
.slider-arrow--circle {
  width: 56px;
  height: 56px;
  background: #3c6635;
  color: #000000;
}
.slider-arrow--circle svg {
  width: 22px;
  height: 22px;
  display: block;
}
.slider-arrow--circle:hover {
  background: #2f5229;
  color: #000000;
}

.site-header {
  background: #e7e3dc;
  position: relative;
  z-index: 1030;
  overflow-x: hidden;
}
.site-header .brand {
  width: 88px;
  min-width: 0;
  flex-shrink: 1;
}
.site-header .brand__icon {
  width: 88px;
  height: auto;
}
@media (min-width: 768px) {
  .site-header .brand {
    width: 120px;
  }
  .site-header .brand__icon {
    width: 120px;
  }
}
@media (min-width: 992px) {
  .site-header .brand {
    width: 150px;
    min-width: 150px;
  }
  .site-header .brand__icon {
    width: 150px;
  }
}

.site-nav {
  min-height: 88px;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .site-nav {
    gap: 1rem;
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
  }
}

.brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #3c6635;
  min-width: 0;
}
.brand__icon {
  width: 42px;
  height: 42px;
  max-width: 100%;
}
.brand__name {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #3c6635;
}
.brand__tag {
  font-family: "IRANSans Fanum", "Vazirmatn", Tahoma, sans-serif;
  font-size: 0.52rem;
  letter-spacing: 0.14em;
  color: #6b6b6b;
  font-weight: 500;
  margin-top: 2px;
}

.nav-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  min-width: 0;
}
@media (min-width: 992px) {
  .nav-menu {
    display: flex;
  }
}
.nav-menu > .nav-item {
  display: flex;
  align-items: center;
  position: relative;
}
.nav-menu > .nav-item:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 16px;
  background: #9a9a9a;
  margin: 0 0.75rem;
}
@media (min-width: 1200px) {
  .nav-menu > .nav-item:not(:last-child)::after {
    margin: 0 1.15rem;
  }
}
.nav-menu .nav-link {
  font-size: 0.9rem;
  font-weight: 500;
  color: #1c1c1c;
  white-space: nowrap;
  padding: 0;
  border: 0;
  background: transparent;
}
@media (min-width: 1200px) {
  .nav-menu .nav-link {
    font-size: 0.95rem;
  }
}
.nav-menu .nav-link:hover, .nav-menu .nav-link:focus, .nav-menu .nav-link.active {
  color: #3c6635;
}
.nav-menu .nav-link.dropdown-toggle::after {
  margin-right: 0.35rem;
  margin-left: 0;
  vertical-align: 0.15em;
}
.nav-menu .dropdown-menu {
  --bs-dropdown-min-width: 12rem;
  --bs-dropdown-font-size: 0.9rem;
  --bs-dropdown-link-color: #1c1c1c;
  --bs-dropdown-link-hover-color: #3c6635;
  --bs-dropdown-link-hover-bg: rgba(60, 102, 53, 0.06);
  --bs-dropdown-link-active-color: #3c6635;
  --bs-dropdown-link-active-bg: rgba(60, 102, 53, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  text-align: right;
}
.nav-menu .dropdown-menu .dropdown-item {
  font-weight: 500;
  padding: 0.55rem 1rem;
}
.nav-menu .dropdown-menu .dropdown-item.active {
  font-weight: 600;
}

.nav-actions {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 0.15rem;
}
@media (min-width: 768px) {
  .nav-actions {
    gap: 0.55rem;
  }
}
.nav-actions .icon-btn {
  width: 36px;
  height: 36px;
}
.nav-actions .icon-btn img {
  width: 18px;
}
@media (min-width: 768px) {
  .nav-actions .icon-btn {
    width: 42px;
    height: 42px;
  }
  .nav-actions .icon-btn img {
    width: 22px;
  }
}
.nav-actions .icon-btn:hover, .nav-actions .icon-btn:focus,
.nav-actions .nav-toggle:hover,
.nav-actions .nav-toggle:focus {
  background: transparent;
  color: inherit;
}
.nav-actions .cart-btn {
  position: relative;
}
.nav-actions .cart-btn__count {
  position: absolute;
  top: 2px;
  left: 2px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  background: #3c6635;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}

.nav-toggle {
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: #3c6635;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .nav-toggle {
    width: 42px;
    height: 42px;
  }
}
@media (min-width: 992px) {
  .nav-toggle {
    display: none;
  }
}

.mobile-menu {
  display: none;
  background: #e7e3dc;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding: 0.75rem 0 1.25rem;
}
.mobile-menu.is-open {
  display: block;
}
@media (min-width: 992px) {
  .mobile-menu {
    display: none !important;
  }
}
.mobile-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-menu .nav-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.mobile-menu .nav-link,
.mobile-menu .dropdown-item {
  display: block;
  padding: 0.7rem 0;
  font-weight: 500;
  color: #1c1c1c;
}
.mobile-menu .nav-link:hover, .mobile-menu .nav-link:focus, .mobile-menu .nav-link.active,
.mobile-menu .dropdown-item:hover,
.mobile-menu .dropdown-item:focus,
.mobile-menu .dropdown-item.active {
  color: #3c6635;
}
.mobile-menu .dropdown-menu {
  position: static;
  display: none;
  float: none;
  border: 0;
  padding: 0 0 0.35rem;
  margin: 0;
  background: transparent;
  box-shadow: none;
}
.mobile-menu .dropdown-menu.show {
  display: block;
}
.mobile-menu .dropdown-menu .dropdown-item {
  padding-right: 1rem;
  padding-left: 0;
  border: 0;
}
.mobile-menu .dropdown-toggle::after {
  float: left;
  margin-top: 0.55rem;
}

.search-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(28, 28, 28, 0.45);
}
.search-modal.is-open {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 12vh;
}
.search-modal__box {
  width: min(560px, 92%);
  background: #ffffff;
  border-radius: 12px;
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  min-width: 0;
}
.search-modal input {
  flex: 1 1 140px;
  min-width: 0;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 0.7rem 1rem;
  font-family: inherit;
  outline: none;
}
.search-modal input:focus {
  border-color: #3c6635;
}

.site-footer {
  background: rgba(243, 234, 215, 0.6);
  padding-top: 100px;
  color: #1c1c1c;
}

.footer-brand,
.footer-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footer-brand .footer-logo {
  display: inline-block;
  width: 150px;
  margin-bottom: 1.25rem;
}
.footer-brand .footer-logo img {
  width: 100%;
  height: auto;
}
.footer-brand p {
  font-size: 0.9rem;
  line-height: 2;
  margin: 0 0 1.25rem;
  max-width: 280px;
  color: #1c1c1c;
}

.socials {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}
.socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.socials a img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: block;
}

.footer-col h3 {
  color: #3c6635;
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 1rem;
}
.footer-col p,
.footer-col a {
  font-size: 0.9rem;
  line-height: 2.2;
  margin: 0;
  color: #1c1c1c;
}
.footer-col a:hover {
  color: #3c6635;
}

.copyright {
  background: #c1beb7;
  text-align: center;
  padding: 0.95rem 1rem;
  font-size: 0.82rem;
  color: #1c1c1c;
  margin-top: 100px;
}

.hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #3a3532 center/cover no-repeat;
}
@media (min-width: 768px) {
  .hero {
    min-height: 620px;
  }
}
@media (min-width: 1200px) {
  .hero {
    min-height: 680px;
  }
}
.hero__slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.7s ease;
}
.hero__slide.is-active {
  opacity: 1;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 18, 16, 0.35) 0%, rgba(20, 18, 16, 0.45) 50%, rgba(20, 18, 16, 0.4) 100%);
  z-index: 1;
}
.hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #f5f2ec;
  padding: 2rem 1rem;
}
.hero__title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}
@media (min-width: 768px) {
  .hero__title {
    font-size: 2.15rem;
  }
}
.hero__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 42px;
  height: 42px;
}
@media (min-width: 768px) {
  .hero__nav {
    width: 48px;
    height: 48px;
  }
}
.hero__nav.is-prev {
  right: 1rem;
}
.hero__nav.is-next {
  left: 1rem;
}

.featured-cats {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  min-width: 0;
  gap: 0.5rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .featured-cats {
    gap: 50px;
    margin-bottom: 50px;
  }
}

.featured-cats__line {
  flex: 1 1 auto;
  height: 2px;
  margin-top: 23px;
  background: #3c6635;
  position: relative;
  min-width: 8px;
}
@media (max-width: 575.98px) {
  .featured-cats__line {
    display: none;
  }
}
@media (min-width: 768px) {
  .featured-cats__line {
    margin-top: 31px;
    min-width: 24px;
  }
}
.featured-cats__line::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #3c6635;
  transform: translateY(-50%);
}
.featured-cats__line--dot-start::before {
  inset-inline-start: -5px;
}
.featured-cats__line--dot-end::before {
  inset-inline-end: -5px;
}

.featured-cat {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #3c6635;
  z-index: 1;
}
@media (min-width: 768px) {
  .featured-cat {
    flex: 0 0 auto;
  }
}
.featured-cat__icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-bottom: 0.45rem;
}
@media (min-width: 768px) {
  .featured-cat__icon {
    width: 64px;
    height: 64px;
    margin-bottom: 0.6rem;
  }
}
.featured-cat span {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .featured-cat span {
    font-size: 0.9rem;
    white-space: nowrap;
  }
}

.feature-row {
  align-items: center;
  --bs-gutter-x: 1rem;
  min-width: 0;
}
.feature-row > [class*=col-] {
  min-width: 0;
}
@media (min-width: 768px) {
  .feature-row {
    --bs-gutter-x: 50px;
  }
}

@media (max-width: 767.98px) {
  .feature-copy {
    text-align: center;
  }
}
.feature-copy h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.85rem;
  overflow-wrap: anywhere;
}
@media (min-width: 768px) {
  .feature-copy h3 {
    font-size: 1.5rem;
  }
}
.feature-copy p {
  font-size: 0.92rem;
  line-height: 2;
  color: #1c1c1c;
  margin-bottom: 1.25rem;
}

.feature-visual {
  display: flex;
  min-width: 0;
}
.feature-visual img {
  width: min(300px, 100%);
  height: auto;
  aspect-ratio: 1;
  max-width: 100%;
  object-fit: contain;
}

@media (min-width: 768px) {
  .order-md-2 .feature-visual {
    justify-content: flex-end;
  }
}
.section-pad .need-grid {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 16px;
}

.need-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 16px;
  height: 220px;
}
@media (min-width: 768px) {
  .need-card {
    height: 280px;
  }
}
.need-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.need-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.55) 100%);
}
.need-card span {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 1rem;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0 0.75rem;
}
.need-card:hover img {
  transform: scale(1.05);
}

.collection-card {
  text-align: center;
}
.collection-card__img {
  overflow: hidden;
  border-radius: 16px;
  height: 432px;
  margin-bottom: 0.85rem;
}
.collection-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.collection-card:hover .collection-card__img img {
  transform: scale(1.05);
}
.collection-card h3 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
}

.trends-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.trends-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 768px) {
  .trends-title {
    font-size: 1.85rem;
  }
}

.trends-tabs {
  display: flex;
  gap: 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.trends-tabs button {
  background: none;
  border: none;
  padding: 0 0 0.3rem;
  font-size: 0.95rem;
  color: #1c1c1c;
  border-bottom: 1px solid transparent;
}
.trends-tabs button.is-active, .trends-tabs button.active {
  border-bottom-color: #1c1c1c;
  font-weight: 600;
}

.trends-slider {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-inline: calc(50% - 50vw);
}

.trends-viewport {
  overflow: hidden;
  width: 100%;
}

.trends-track {
  display: flex;
  gap: 50px;
  will-change: transform;
}
.trends-track .product-card:nth-child(3n) {
  margin-inline-end: 50px;
}

.trends-slider .slider-arrow--chevron {
  position: absolute;
  top: 170px;
  transform: translateY(-50%);
  z-index: 3;
}

#trendsPrev,
.js-trends-prev {
  right: max(0.5rem, (100% - 1120px) / 2 - 95px);
}

#trendsNext,
.js-trends-next {
  left: max(0.5rem, (100% - 1120px) / 2 - 95px);
}

@media (max-width: 991.98px) {
  .trends-slider {
    padding-bottom: 4.25rem;
  }
  .trends-slider .slider-arrow--chevron {
    top: auto;
    bottom: 0;
    width: 48px;
    height: 48px;
    transform: none;
  }
  .trends-slider .slider-arrow--chevron svg {
    width: 48px;
    height: 48px;
  }
  #trendsPrev,
  .js-trends-prev {
    right: auto;
    left: calc(50% + 0.4rem);
  }
  #trendsNext,
  .js-trends-next {
    left: calc(50% - 48px - 0.4rem);
    right: auto;
  }
}
.product-card {
  display: block;
  flex: 0 0 340px;
  width: 340px;
  max-width: 340px;
  text-align: center;
  color: #1c1c1c;
  cursor: pointer;
}
.product-card:hover, .product-card:focus {
  color: #1c1c1c;
}
@media (max-width: 575.98px) {
  .product-card {
    flex-basis: 240px;
    width: 240px;
    max-width: 240px;
  }
}
.product-card__img {
  position: relative;
  width: 340px;
  height: 340px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 0.85rem;
  background: #d7d2c8;
}
@media (max-width: 575.98px) {
  .product-card__img {
    width: 240px;
    height: 240px;
  }
}
.product-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.product-card__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(60, 102, 53, 0.42);
  opacity: 0;
  transition: opacity 0.35s ease;
}
.product-card__img::before {
  content: "مشاهده محصول";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%) translateY(8px);
  background: #3c6635;
  color: #ffffff;
  padding: 0.65rem 1.25rem;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.product-card:hover .product-card__img img {
  transform: scale(1.06);
}
.product-card:hover .product-card__img::after {
  opacity: 1;
}
.product-card:hover .product-card__img::before {
  opacity: 1;
  transform: translate(-50%, -50%) translateY(0);
}
.product-card h3 {
  font-size: 0.98rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
  transition: color 0.25s ease;
}
.product-card:hover h3 {
  color: #3c6635;
}
.product-card .price {
  color: #3c6635;
  font-weight: 600;
  font-size: 0.95rem;
  margin: 0;
}

.about-block {
  align-items: center;
}

.about-copy h2 {
  font-size: 1.55rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .about-copy h2 {
    font-size: 1.85rem;
  }
}
.about-copy .title-line {
  width: 88px;
  height: 1px;
  background: #1c1c1c;
  margin-bottom: 1.25rem;
}
.about-copy p {
  line-height: 2;
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}

.about-visual {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 50px;
  align-items: stretch;
  direction: ltr;
}
@media (max-width: 575.98px) {
  .about-visual {
    grid-template-columns: 1fr;
  }
}

.about-photo {
  border-radius: 16px;
  overflow: hidden;
  min-height: 320px;
}
.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-stats {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.stat-box {
  background: #beb39b;
  border-radius: 12px;
  padding: 1.35rem 1rem;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #2f5229;
}
.stat-box i,
.stat-box svg,
.stat-box .stat-box__icon {
  margin-bottom: 0.65rem;
}
.stat-box i,
.stat-box svg {
  font-size: 1.7rem;
  color: #3c6635;
}
.stat-box .stat-box__icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block;
}
.stat-box p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.7;
  font-weight: 600;
  color: #1c1c1c;
}

.service-card {
  background: #9eaa8e;
  border-radius: 20px;
  padding: 1.75rem 1rem;
  text-align: center;
  height: 100%;
  color: #1c1c1c;
}
.service-card .icon {
  margin-bottom: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
}
.service-card .icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.service-card p {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.8;
}

.blog-slider {
  position: relative;
}

.blog-viewport {
  overflow: hidden;
  width: 100%;
}

.blog-track {
  display: flex;
  gap: 100px;
  will-change: transform;
}

.blog-arrows {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 0.5rem;
  pointer-events: none;
}
.blog-arrows .slider-arrow {
  pointer-events: auto;
}
@media (min-width: 992px) {
  .blog-arrows {
    display: grid;
    grid-template-columns: 1fr 100px 1fr 100px 1fr;
    padding-inline: 0;
  }
}

@media (min-width: 992px) {
  #blogPrev {
    grid-column: 2;
    justify-self: center;
  }
}

@media (min-width: 992px) {
  #blogNext {
    grid-column: 4;
    justify-self: center;
  }
}

.blog-card {
  flex: 0 0 88%;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
@media (min-width: 768px) {
  .blog-card {
    flex-basis: calc((100% - 100px) / 2);
  }
}
@media (min-width: 992px) {
  .blog-card {
    flex-basis: calc((100% - 2 * 100px) / 3);
  }
}
.blog-card__img {
  position: relative;
  height: 180px;
}
.blog-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-card__badge {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(60, 102, 53, 0.5);
  color: #ffffff;
  font-size: 0.72rem;
  padding: 0.28rem 0.65rem;
  border-radius: 0 0 0 4px;
  z-index: 1;
}
.blog-card__body {
  padding: 1rem 1.15rem 1.2rem;
}
.blog-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.65rem;
  color: #8a8a8a;
  font-size: 0.75rem;
  margin-bottom: 0.65rem;
}
.blog-card__meta span:not(:last-child)::after {
  content: "|";
  margin-right: 0.65rem;
  color: #c0c0c0;
}
.blog-card h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.55rem;
  line-height: 1.7;
}
.blog-card p {
  font-size: 0.85rem;
  color: #4a4a4a;
  line-height: 1.9;
  margin-bottom: 0.85rem;
}
.blog-card .more {
  color: #3c6635;
  font-weight: 600;
  font-size: 0.88rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.product-page {
  padding-bottom: 0;
}

.product-hero {
  align-items: flex-start;
}

.product-gallery {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
}
.product-gallery__main {
  border-radius: 16px;
  overflow: hidden;
  background: #d7d2c8;
  aspect-ratio: 1;
  max-height: 560px;
  position: relative;
  cursor: zoom-in;
  touch-action: manipulation;
}
.product-gallery__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform-origin: center center;
  transition: transform 0.08s linear;
  will-change: transform;
  pointer-events: none;
  user-select: none;
}
.product-gallery__main.is-zooming {
  cursor: zoom-out;
}
.product-gallery__main.is-zooming img {
  transform: scale(var(--zoom-scale, 2.2));
  transform-origin: var(--zoom-x, 50%) var(--zoom-y, 50%);
}
.product-gallery__thumbs-wrap {
  position: relative;
  min-width: 0;
}
.product-gallery__thumbs-wrap--slider {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
.product-gallery__thumbs-wrap--slider .product-gallery__thumbs {
  display: flex;
  flex: 1 1 auto;
  grid-template-columns: none;
  gap: 0.75rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  min-width: 0;
  direction: ltr;
}
.product-gallery__thumbs-wrap--slider .product-gallery__thumbs::-webkit-scrollbar {
  display: none;
}
.product-gallery__thumbs-wrap--slider .product-gallery__thumbs button {
  flex: 0 0 calc((100% - 2.25rem) / 4);
  width: calc((100% - 2.25rem) / 4);
  max-width: none;
  scroll-snap-align: start;
}
.product-gallery__thumbs-nav {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: 1px solid rgba(193, 190, 183, 0.9);
  border-radius: 50%;
  background: #ffffff;
  color: #3c6635;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, opacity 0.25s ease, border-color 0.25s ease;
}
.product-gallery__thumbs-nav i {
  font-size: 1rem;
  line-height: 1;
}
.product-gallery__thumbs-nav:hover:not(:disabled) {
  background: #3c6635;
  border-color: #3c6635;
  color: #ffffff;
}
.product-gallery__thumbs-nav:disabled {
  opacity: 0.35;
  cursor: default;
}
.product-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
}
.product-gallery__thumbs button {
  border: 2px solid transparent;
  border-radius: 12px;
  overflow: hidden;
  padding: 0;
  background: #d7d2c8;
  aspect-ratio: 1;
  cursor: pointer;
}
.product-gallery__thumbs button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product-gallery__thumbs button.is-active {
  border-color: #3c6635;
}

.product-info {
  min-width: 0;
}
.product-info h1 {
  font-size: 1.55rem;
  font-weight: 700;
  color: #3c6635;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .product-info h1 {
    font-size: 1.85rem;
  }
}
.product-info > p {
  font-size: 0.95rem;
  line-height: 2;
  color: #1c1c1c;
  margin-bottom: 1.25rem;
}
.product-info h2 {
  font-size: 1rem;
  font-weight: 700;
  color: #1c1c1c;
  margin-bottom: 0.85rem;
}

.product-rating {
  display: flex;
  gap: 0.2rem;
  color: #3c6635;
  font-size: 1.15rem;
  margin-bottom: 1rem;
}

.product-features {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
}
.product-features li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin-bottom: 0.7rem;
  font-size: 0.92rem;
  line-height: 1.9;
  color: #3c6635;
}
.product-features li i {
  flex-shrink: 0;
  margin-top: 0.2rem;
  font-size: 1.05rem;
}

.product-size-label {
  font-weight: 600;
  margin-bottom: 0.75rem !important;
}

.size-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.size-btn {
  min-width: 140px;
  padding: 0.7rem 1.2rem;
  border-radius: 8px;
  border: 1px solid transparent;
  background: #c1beb7;
  color: #ffffff;
  font-size: 0.92rem;
  cursor: pointer;
}
.size-btn.is-active {
  background: #ffffff;
  border-color: #3c6635;
  color: #3c6635;
}

.product-buy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.qty-wrap {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-weight: 600;
}

.qty-box {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.qty-btn {
  width: 28px;
  height: 28px;
  border: none;
  background: transparent;
  color: #1c1c1c;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
}

.qty-value {
  min-width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #3c6635;
  color: #ffffff;
  border-radius: 4px;
  font-weight: 700;
}

.product-price {
  margin: 0;
  color: #3c6635;
  font-size: 1.35rem;
  font-weight: 700;
}

.product-add {
  min-width: 220px;
  margin-bottom: 1.5rem;
}
@media (max-width: 575.98px) {
  .product-add {
    width: 100%;
  }
}

.product-meta {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding-top: 1.15rem;
  padding-bottom: 0.25rem;
}
.product-meta p {
  margin: 0 0 0.35rem;
  font-size: 0.88rem;
  color: #1c1c1c;
}
.product-meta a {
  color: #1c1c1c;
}
.product-meta a:hover {
  color: #3c6635;
}

.product-share {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 1.15rem 0;
}
.product-share__icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.15rem;
}
.product-share__icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.product-share__icons a img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  display: block;
}

.product-tabs-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.product-info-tabs {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 50px;
  align-items: start;
}
@media (max-width: 991.98px) {
  .product-info-tabs {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
.product-info-tabs__nav {
  list-style: none;
  margin: 0;
  padding: 0;
  border-inline-end: 1px solid rgba(0, 0, 0, 0.12);
}
@media (max-width: 991.98px) {
  .product-info-tabs__nav {
    display: flex;
    gap: 1.25rem;
    overflow-x: auto;
    border-inline-end: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    padding-bottom: 0.35rem;
  }
}
.product-info-tabs__nav li {
  margin: 0;
}
.product-info-tabs__nav button {
  display: block;
  width: 100%;
  background: none;
  border: none;
  text-align: right;
  padding: 0.7rem 0;
  font-size: 0.95rem;
  color: #1c1c1c;
  white-space: nowrap;
  cursor: pointer;
}
.product-info-tabs__nav button.active {
  color: #3c6635;
  font-weight: 700;
}
.product-info-tabs__content {
  min-width: 0;
}
.product-info-tabs__content p,
.product-info-tabs__content li {
  font-size: 0.95rem;
  line-height: 2;
  color: #1c1c1c;
}
.product-info-tabs__content p {
  margin-bottom: 0.35rem;
}

.product-specs-title {
  font-weight: 700;
  margin-bottom: 0.5rem !important;
}

.product-specs {
  list-style: none;
  margin: 0 0 0.85rem;
  padding: 0;
}
.product-specs li {
  margin-bottom: 0.2rem;
}

.product-reviews {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.product-reviews h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #3c6635;
  margin-bottom: 0.35rem;
}
.product-reviews p {
  margin: 0;
}

.related-section {
  padding-top: 50px;
}

.related-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #3c6635;
  margin: 0;
  text-align: right;
}
@media (min-width: 768px) {
  .related-title {
    font-size: 1.55rem;
  }
}

.product-card--related {
  width: 100%;
  max-width: none;
  flex: none;
}
.product-card--related .product-card__img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}
.product-card--related .product-card__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* WooCommerce single product extras */
.product-page .woocommerce-message,
.product-page .woocommerce-info,
.product-page .woocommerce-error {
  margin-bottom: 1.25rem;
  padding: 0.85rem 1rem;
  border-radius: 8px;
  list-style: none;
}
.product-page .woocommerce-message {
  background: rgba(60, 102, 53, 0.1);
  color: #3c6635;
}
.product-page .woocommerce-error {
  background: rgba(180, 35, 24, 0.08);
  color: #b42318;
}
.product-page .stock {
  margin-bottom: 1rem;
  font-weight: 600;
}
.product-page .variations[hidden] {
  display: none !important;
}
.product-page .reset_variations {
  display: none;
}

.product-rating__count {
  margin-inline-start: 0.35rem;
  font-size: 0.85rem;
  color: #1c1c1c;
}

.product-reviews .commentlist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-reviews .review,
.product-reviews .comment {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.product-reviews .meta {
  margin-bottom: 0.35rem;
  font-weight: 700;
  color: #3c6635;
}
.product-reviews .comment-form {
  margin-top: 1.5rem;
  display: grid;
  gap: 0.85rem;
}
.product-reviews .comment-form input[type=text],
.product-reviews .comment-form input[type=email],
.product-reviews .comment-form textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 0.65rem 0.85rem;
}
.product-reviews .comment-form .submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #3c6635;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 0.7rem 1.6rem;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  width: auto;
  justify-self: start;
}
.product-reviews .comment-form .submit:hover, .product-reviews .comment-form .submit:focus {
  background: #2f5229;
  color: #ffffff;
}
.product-reviews .comment-form-rating label {
  display: block;
  margin-bottom: 0.45rem;
  font-weight: 700;
  color: #3c6635;
}
.product-reviews .comment-form-rating label .required {
  color: #c0392b;
}
.product-reviews .comment-form-rating #rating {
  max-width: 220px;
}
.product-reviews p.stars {
  margin: 0;
  line-height: 1;
}
.product-reviews p.stars > span {
  display: inline-flex;
  flex-direction: row;
  direction: ltr;
  gap: 0;
}
.product-reviews p.stars a {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 1.55rem;
  height: 1.55rem;
  margin: 0;
  padding: 0;
  font-size: 1.45rem;
  text-indent: -999em;
  text-decoration: none;
  overflow: hidden;
}
.product-reviews p.stars a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.45rem;
  height: 1.45rem;
  margin: 0;
  font-family: "bootstrap-icons" !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: 0;
  content: "\f588";
  color: rgba(28, 28, 28, 0.28);
  speak: never;
  transform: translate(-50%, -50%);
  -webkit-font-smoothing: antialiased;
  transition: none;
}
.product-reviews p.stars:hover a::before {
  content: "\f586";
  color: #3c6635;
}
.product-reviews p.stars a:hover ~ a::before {
  content: "\f588" !important;
  color: rgba(28, 28, 28, 0.28) !important;
}
.product-reviews p.stars.selected a::before {
  content: "\f586";
  color: #3c6635;
}
.product-reviews p.stars.selected a.active ~ a::before {
  content: "\f588";
  color: rgba(28, 28, 28, 0.28);
}
.product-reviews p.stars.selected:hover a::before {
  content: "\f586";
  color: #3c6635;
}
.product-reviews p.stars.selected a:hover ~ a::before {
  content: "\f588" !important;
  color: rgba(28, 28, 28, 0.28) !important;
}
.product-reviews .star-rating {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 5.6em;
  height: 1em;
  margin: 0 0 0.35rem;
  font-size: 1rem;
  line-height: 1;
  float: none;
  vertical-align: middle;
}
.product-reviews .star-rating::before {
  content: "\f588\f588\f588\f588\f588";
  font-family: "bootstrap-icons" !important;
  letter-spacing: 0.12em;
  color: rgba(28, 28, 28, 0.25);
  float: left;
  position: absolute;
  top: 0;
  left: 0;
}
.product-reviews .star-rating span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  float: left;
  padding-top: 1.5em;
}
.product-reviews .star-rating span::before {
  content: "\f586\f586\f586\f586\f586";
  font-family: "bootstrap-icons" !important;
  letter-spacing: 0.12em;
  color: #3c6635;
  position: absolute;
  top: 0;
  left: 0;
}

.product-single .woocommerce-notices-wrapper .container {
  padding-top: 1rem;
}

.cart-page {
  padding-top: 50px;
  padding-bottom: 100px;
  overflow-x: clip;
}
.cart-page__header {
  margin-bottom: 1.5rem;
}
.cart-page__title {
  margin: 0;
  color: #3c6635;
  font-size: 1.45rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .cart-page__title {
    font-size: 1.85rem;
  }
}

.cart-layout {
  display: grid;
  gap: 1.5rem;
  align-items: start;
  grid-template-columns: minmax(0, 1fr);
}
@media (min-width: 992px) {
  .cart-layout {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 1.75rem;
  }
}

.cart-layout__main,
.cart-layout__aside {
  min-width: 0;
  width: 100%;
}

@media (min-width: 992px) {
  .cart-layout__aside {
    position: sticky;
    top: calc(88px + 1rem);
  }
}

.cart-page .woocommerce-notices-wrapper,
.cart-page .woocommerce-message,
.cart-page .woocommerce-info,
.cart-page .woocommerce-error {
  margin-bottom: 1.25rem;
}
.cart-page .woocommerce-message,
.cart-page .woocommerce-info,
.cart-page .woocommerce-error {
  padding: 0.85rem 1rem;
  border-radius: 8px;
  list-style: none;
}
.cart-page .woocommerce-message,
.cart-page .woocommerce-info {
  background: rgba(60, 102, 53, 0.1);
  color: #3c6635;
}
.cart-page .woocommerce-error {
  background: rgba(180, 35, 24, 0.08);
  color: #b42318;
}
.cart-page .woocommerce-cart-form {
  width: 100%;
}

.cart-table-wrap {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.cart-page .woocommerce-cart-form__contents {
  width: 100%;
  margin: 0;
  border: none;
  border-collapse: collapse;
  table-layout: fixed;
  background: transparent;
}
.cart-page .woocommerce-cart-form__contents td::before,
.cart-page .woocommerce-cart-form__contents th::before {
  display: none !important;
  content: none !important;
}
.cart-page .woocommerce-cart-form__contents thead th {
  background: #e7e3dc;
  color: #3c6635;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.9rem 0.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  text-align: center;
  vertical-align: middle;
}
.cart-page .woocommerce-cart-form__contents thead .product-name {
  text-align: right;
}
.cart-page .woocommerce-cart-form__contents .product-remove {
  width: 52px;
}
.cart-page .woocommerce-cart-form__contents .product-name {
  width: auto;
}
.cart-page .woocommerce-cart-form__contents .product-price,
.cart-page .woocommerce-cart-form__contents .product-quantity,
.cart-page .woocommerce-cart-form__contents .product-subtotal {
  width: 18%;
}
.cart-page .woocommerce-cart-form__contents tbody td {
  padding: 1rem 0.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  vertical-align: middle;
  text-align: center;
  color: #1c1c1c;
  font-size: 0.92rem;
}
.cart-page .woocommerce-cart-form__contents tbody .product-name {
  text-align: right;
}
.cart-page .woocommerce-cart-form__contents tbody tr:last-child td {
  border-bottom: none;
}
.cart-page .woocommerce-cart-form__contents .product-remove .remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(60, 102, 53, 0.1);
  color: #3c6635;
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: none;
}
.cart-page .woocommerce-cart-form__contents .product-remove .remove:hover {
  background: #3c6635;
  color: #ffffff;
}
.cart-page .woocommerce-cart-form__contents .cart-product {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  text-align: right;
  min-width: 0;
}
.cart-page .woocommerce-cart-form__contents .cart-product__thumb {
  flex: 0 0 72px;
}
.cart-page .woocommerce-cart-form__contents .cart-product__thumb a {
  display: block;
}
.cart-page .woocommerce-cart-form__contents .cart-product__thumb img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 8px;
  background: #dfd8ca;
  display: block;
}
.cart-page .woocommerce-cart-form__contents .cart-product__info {
  min-width: 0;
  flex: 1 1 auto;
}
.cart-page .woocommerce-cart-form__contents .cart-product__title {
  color: #3c6635;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  line-height: 1.5;
}
.cart-page .woocommerce-cart-form__contents .cart-product__title:hover {
  color: #2f5229;
}
.cart-page .woocommerce-cart-form__contents .variation,
.cart-page .woocommerce-cart-form__contents dl {
  margin: 0.35rem 0 0;
  font-size: 0.82rem;
  color: #4a4a4a;
}
.cart-page .woocommerce-cart-form__contents dd {
  margin: 0;
}
.cart-page .woocommerce-cart-form__contents .product-price,
.cart-page .woocommerce-cart-form__contents .product-subtotal {
  font-weight: 700;
  color: #3c6635;
  white-space: nowrap;
  font-family: "IRANSans Fanum";
}
.cart-page .woocommerce-cart-form__contents .quantity {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cart-page .woocommerce-cart-form__contents .quantity .qty {
  width: 56px;
  height: 40px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  background: #ffffff;
  color: #1c1c1c;
  font-family: "IRANSans Fanum";
  font-weight: 700;
}
.cart-page .woocommerce-cart-form__contents .quantity .minus,
.cart-page .woocommerce-cart-form__contents .quantity .plus {
  display: none;
}

.cart-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  padding: 1rem 1.1rem 1.15rem;
  background: #f8f2e7;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.cart-actions .coupon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
  flex: 1 1 auto;
  min-width: 0;
}
.cart-actions .coupon .input-text {
  flex: 1 1 160px;
  min-width: 140px;
  max-width: 260px;
  height: 44px;
  padding: 0 0.85rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-sizing: border-box;
}
.cart-actions .coupon .button,
.cart-actions .coupon .btn-green {
  height: 44px;
  white-space: nowrap;
  flex: 0 0 auto;
}
.cart-actions .btn-outline-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 1.25rem;
  border: 1px solid #3c6635;
  border-radius: 8px;
  background: #ffffff;
  color: #3c6635;
  font-weight: 600;
  flex: 0 0 auto;
}
.cart-actions .btn-outline-cart:hover {
  background: #3c6635;
  color: #ffffff;
}

.cart-page .cart_totals {
  background: #f8f2e7;
  border-radius: 16px;
  padding: 1.25rem 1.1rem 1.4rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.cart-page .cart_totals h2 {
  margin: 0 0 1.15rem;
  color: #3c6635;
  font-size: 1.15rem;
  font-weight: 700;
}
.cart-page .cart_totals .shop_table {
  width: 100%;
  background: transparent;
  margin-bottom: 1.25rem;
  border: none;
  table-layout: auto;
}
.cart-page .cart_totals .shop_table th,
.cart-page .cart_totals .shop_table td {
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 0.92rem;
}
.cart-page .cart_totals .shop_table th {
  font-weight: 600;
  color: #1c1c1c;
  text-align: right;
}
.cart-page .cart_totals .shop_table td {
  text-align: left;
  color: #3c6635;
  font-weight: 600;
  font-family: "IRANSans Fanum";
}
.cart-page .cart_totals .shop_table td::before {
  display: none !important;
}
.cart-page .cart_totals .shop_table .order-total th,
.cart-page .cart_totals .shop_table .order-total td {
  border-bottom: none;
  padding-top: 1rem;
  font-size: 1.05rem;
  color: #3c6635;
}
.cart-page .cart_totals .wc-proceed-to-checkout .checkout-button,
.cart-page .cart_totals .wc-proceed-to-checkout .btn-green {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  text-decoration: none;
  box-sizing: border-box;
}
.cart-page .cart_totals .shipping-calculator-button {
  color: #3c6635;
  font-weight: 600;
}
.cart-page .cart_totals .woocommerce-shipping-calculator .input-text,
.cart-page .cart_totals .woocommerce-shipping-calculator select {
  width: 100%;
  max-width: 100%;
  margin-top: 0.35rem;
  margin-bottom: 0.65rem;
  height: 42px;
  padding: 0 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-sizing: border-box;
}
.cart-page .cart_totals .woocommerce-shipping-calculator button[type=submit],
.cart-page .cart_totals .woocommerce-shipping-calculator button.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #3c6635;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 0.7rem 1.6rem;
  font-weight: 500;
}
.cart-page .cart_totals .woocommerce-shipping-calculator button[type=submit]:hover,
.cart-page .cart_totals .woocommerce-shipping-calculator button.button:hover {
  background: #2f5229;
  color: #ffffff;
}

.cart-empty {
  text-align: center;
  padding: 3rem 1rem;
  background: #f8f2e7;
  border-radius: 16px;
}
.cart-empty .woocommerce-info {
  background: transparent;
  color: #1c1c1c;
  font-size: 1.05rem;
}
.cart-empty .return-to-shop {
  margin: 1.5rem 0 0;
}
.cart-empty .btn-green {
  text-decoration: none;
  min-width: 180px;
}

.cart-cross-sells {
  margin-top: 2.5rem;
}
@media (min-width: 992px) {
  .cart-cross-sells {
    margin-top: 3rem;
  }
}

/* Tablet + mobile: card rows */
@media (max-width: 991.98px) {
  .cart-page .woocommerce-cart-form__contents {
    display: block;
    table-layout: auto;
  }
  .cart-page .woocommerce-cart-form__contents thead {
    display: none;
  }
  .cart-page .woocommerce-cart-form__contents tbody {
    display: block;
  }
  .cart-page .woocommerce-cart-form__contents tr.cart_item {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-areas: "remove product product" "remove price qty" "remove subtotal subtotal";
    gap: 0.55rem 0.75rem;
    padding: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  .cart-page .woocommerce-cart-form__contents td {
    display: block;
    width: auto !important;
    padding: 0;
    border: none;
    text-align: right;
  }
  .cart-page .woocommerce-cart-form__contents .product-remove {
    grid-area: remove;
    align-self: start;
  }
  .cart-page .woocommerce-cart-form__contents .product-name {
    grid-area: product;
  }
  .cart-page .woocommerce-cart-form__contents .product-price {
    grid-area: price;
    text-align: right;
  }
  .cart-page .woocommerce-cart-form__contents .product-price::before {
    display: inline !important;
    content: attr(data-title) ": ";
    color: #4a4a4a;
    font-weight: 500;
    margin-left: 0.25rem;
  }
  .cart-page .woocommerce-cart-form__contents .product-quantity {
    grid-area: qty;
    text-align: left;
  }
  .cart-page .woocommerce-cart-form__contents .product-subtotal {
    grid-area: subtotal;
    text-align: right;
  }
  .cart-page .woocommerce-cart-form__contents .product-subtotal::before {
    display: inline !important;
    content: attr(data-title) ": ";
    color: #4a4a4a;
    font-weight: 500;
    margin-left: 0.25rem;
  }
  .cart-page .woocommerce-cart-form__contents .cart-product__thumb {
    flex: 0 0 64px;
  }
  .cart-page .woocommerce-cart-form__contents .cart-product__thumb img {
    width: 64px;
    height: 64px;
  }
  .cart-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .cart-actions .coupon {
    width: 100%;
  }
  .cart-actions .coupon .input-text {
    max-width: none;
    flex: 1 1 auto;
  }
  .cart-actions .btn-outline-cart {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .cart-page {
    padding-top: 1.5rem;
  }
  .cart-actions .coupon {
    flex-direction: column;
    align-items: stretch;
  }
  .cart-actions .coupon .input-text,
  .cart-actions .coupon .button,
  .cart-actions .coupon .btn-green {
    width: 100%;
    max-width: none;
  }
}
.page-content__title {
  margin: 0 0 1.25rem;
  color: #3c6635;
  font-size: 1.55rem;
  font-weight: 700;
}

.checkout-page {
  padding-top: 50px;
  padding-bottom: 100px;
  overflow-x: clip;
  background: #f8f2e7;
}
.checkout-page__header {
  margin-bottom: 1.5rem;
}
.checkout-page__title {
  margin: 0;
  color: #3c6635;
  font-size: 1.45rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .checkout-page__title {
    font-size: 1.85rem;
  }
}

.checkout-layout {
  display: grid;
  gap: 1.5rem;
  align-items: start;
  grid-template-columns: minmax(0, 1fr);
}
@media (min-width: 992px) {
  .checkout-layout {
    grid-template-columns: minmax(0, 1.4fr) minmax(300px, 400px);
    gap: 1.75rem;
  }
}

.checkout-layout__main,
.checkout-layout__aside {
  min-width: 0;
  width: 100%;
}

@media (min-width: 992px) {
  .checkout-layout__aside {
    position: sticky;
    top: calc(88px + 1rem);
  }
}

.checkout-panel {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  margin-bottom: 1.75rem;
  box-shadow: none;
}
.checkout-panel:last-child {
  margin-bottom: 0;
}
.checkout-panel h3 {
  margin: 0 0 1rem;
  color: #1c1c1c;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: right;
}
.checkout-panel #ship-to-different-address {
  margin: 0 0 1rem;
  font-size: 1rem;
}

.checkout-panel--order {
  background: #ffffff;
  border: 1px solid rgba(193, 190, 183, 0.55);
  border-radius: 16px;
  padding: 1.35rem 1.25rem 1.5rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.checkout-panel--order h3 {
  color: #3c6635;
}

.checkout-section {
  margin-bottom: 1.75rem;
}
.checkout-section:last-child {
  margin-bottom: 0;
}
.checkout-section > h3 {
  margin: 0 0 1rem;
  color: #1c1c1c;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: right;
}

.checkout-page .woocommerce-notices-wrapper,
.checkout-page .woocommerce-message,
.checkout-page .woocommerce-info,
.checkout-page .woocommerce-error,
.checkout-page .woocommerce-NoticeGroup {
  margin-bottom: 1.15rem;
}
.checkout-page .woocommerce-message,
.checkout-page .woocommerce-info,
.checkout-page .woocommerce-error {
  padding: 0.85rem 1rem;
  border-radius: 8px;
  list-style: none;
}
.checkout-page .woocommerce-message,
.checkout-page .woocommerce-info {
  background: rgba(60, 102, 53, 0.1);
  color: #3c6635;
}
.checkout-page .woocommerce-error {
  background: rgba(180, 35, 24, 0.08);
  color: #b42318;
}
.checkout-page .showcoupon {
  color: #3c6635;
  font-weight: 700;
  text-decoration: underline;
}
.checkout-page .checkout_coupon {
  margin: 0 0 1.25rem;
  padding: 1rem 1.15rem;
  background: #ffffff;
  border: 1px solid rgba(193, 190, 183, 0.55);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.checkout-page .checkout-coupon__row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.75rem;
}
.checkout-page .checkout-coupon__input {
  flex: 1 1 auto;
  min-width: 0;
  width: auto !important;
  max-width: none !important;
  height: 48px !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 0 0.95rem !important;
  border: 1px solid rgba(193, 190, 183, 0.9) !important;
  border-radius: 8px !important;
  background: #e8e2d6 !important;
  color: #1c1c1c;
  box-sizing: border-box;
  font-family: "IRANSans Fanum", "Vazirmatn", Tahoma, sans-serif;
  font-size: 0.95rem;
  box-shadow: none !important;
}
.checkout-page .checkout-coupon__input::placeholder {
  color: rgba(74, 74, 74, 0.75);
}
.checkout-page .checkout-coupon__input:focus {
  outline: none;
  border-color: #3c6635 !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(60, 102, 53, 0.12) !important;
}
.checkout-page .checkout-coupon__btn {
  flex: 0 0 auto;
  height: 48px;
  min-height: 48px;
  margin: 0;
  padding: 0 1.25rem;
  white-space: nowrap;
}
.checkout-page .woocommerce-billing-fields__field-wrapper,
.checkout-page .woocommerce-shipping-fields__field-wrapper,
.checkout-page .woocommerce-additional-fields__field-wrapper,
.checkout-page .create-account {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.75rem;
  margin: 0;
}
.checkout-page .woocommerce-billing-fields__field-wrapper > .form-row,
.checkout-page .woocommerce-shipping-fields__field-wrapper > .form-row,
.checkout-page .woocommerce-additional-fields__field-wrapper > .form-row,
.checkout-page .create-account > .form-row {
  margin: 0 0 0.75rem !important;
  padding: 0 !important;
  float: none !important;
  clear: none !important;
  width: 100%;
  position: relative;
}
.checkout-page .woocommerce-billing-fields__field-wrapper > .form-row.yeshil-field-hidden,
.checkout-page .woocommerce-shipping-fields__field-wrapper > .form-row.yeshil-field-hidden,
.checkout-page .woocommerce-additional-fields__field-wrapper > .form-row.yeshil-field-hidden,
.checkout-page .create-account > .form-row.yeshil-field-hidden {
  display: none !important;
}
.checkout-page .woocommerce-billing-fields__field-wrapper > .form-row > label,
.checkout-page .woocommerce-shipping-fields__field-wrapper > .form-row > label,
.checkout-page .woocommerce-additional-fields__field-wrapper > .form-row > label,
.checkout-page .create-account > .form-row > label {
  position: absolute;
  top: 0.42rem;
  right: 0.95rem;
  left: auto;
  z-index: 2;
  margin: 0;
  color: #1c1c1c;
  font-weight: 500;
  font-size: 0.72rem;
  line-height: 1.3;
  pointer-events: none;
}
.checkout-page .woocommerce-billing-fields__field-wrapper > .form-row > label .required,
.checkout-page .woocommerce-shipping-fields__field-wrapper > .form-row > label .required,
.checkout-page .woocommerce-additional-fields__field-wrapper > .form-row > label .required,
.checkout-page .create-account > .form-row > label .required {
  color: #c0392b;
  text-decoration: none;
  border: none;
  font-weight: 700;
}
.checkout-page .woocommerce-billing-fields__field-wrapper > .form-row > label .optional,
.checkout-page .woocommerce-shipping-fields__field-wrapper > .form-row > label .optional,
.checkout-page .woocommerce-additional-fields__field-wrapper > .form-row > label .optional,
.checkout-page .create-account > .form-row > label .optional {
  color: #4a4a4a;
  font-weight: 400;
  font-size: 0.68rem;
}
.checkout-page .woocommerce-billing-fields__field-wrapper > .form-row .woocommerce-input-wrapper,
.checkout-page .woocommerce-shipping-fields__field-wrapper > .form-row .woocommerce-input-wrapper,
.checkout-page .woocommerce-additional-fields__field-wrapper > .form-row .woocommerce-input-wrapper,
.checkout-page .create-account > .form-row .woocommerce-input-wrapper {
  display: block;
  width: 100%;
}
.checkout-page .woocommerce-billing-fields__field-wrapper > .form-row .input-text,
.checkout-page .woocommerce-billing-fields__field-wrapper > .form-row select,
.checkout-page .woocommerce-billing-fields__field-wrapper > .form-row textarea,
.checkout-page .woocommerce-shipping-fields__field-wrapper > .form-row .input-text,
.checkout-page .woocommerce-shipping-fields__field-wrapper > .form-row select,
.checkout-page .woocommerce-shipping-fields__field-wrapper > .form-row textarea,
.checkout-page .woocommerce-additional-fields__field-wrapper > .form-row .input-text,
.checkout-page .woocommerce-additional-fields__field-wrapper > .form-row select,
.checkout-page .woocommerce-additional-fields__field-wrapper > .form-row textarea,
.checkout-page .create-account > .form-row .input-text,
.checkout-page .create-account > .form-row select,
.checkout-page .create-account > .form-row textarea {
  width: 100%;
  max-width: 100%;
  min-height: 56px;
  padding: 1.35rem 0.95rem 0.45rem;
  border: 1px solid rgba(28, 28, 28, 0.35);
  border-radius: 6px;
  background: #ffffff;
  color: #1c1c1c;
  box-sizing: border-box;
  font-family: "IRANSans Fanum", "Vazirmatn", Tahoma, sans-serif;
  font-size: 0.95rem;
  line-height: 1.35;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  appearance: none;
  -webkit-appearance: none;
}
.checkout-page .woocommerce-billing-fields__field-wrapper > .form-row .input-text::placeholder,
.checkout-page .woocommerce-billing-fields__field-wrapper > .form-row select::placeholder,
.checkout-page .woocommerce-billing-fields__field-wrapper > .form-row textarea::placeholder,
.checkout-page .woocommerce-shipping-fields__field-wrapper > .form-row .input-text::placeholder,
.checkout-page .woocommerce-shipping-fields__field-wrapper > .form-row select::placeholder,
.checkout-page .woocommerce-shipping-fields__field-wrapper > .form-row textarea::placeholder,
.checkout-page .woocommerce-additional-fields__field-wrapper > .form-row .input-text::placeholder,
.checkout-page .woocommerce-additional-fields__field-wrapper > .form-row select::placeholder,
.checkout-page .woocommerce-additional-fields__field-wrapper > .form-row textarea::placeholder,
.checkout-page .create-account > .form-row .input-text::placeholder,
.checkout-page .create-account > .form-row select::placeholder,
.checkout-page .create-account > .form-row textarea::placeholder {
  color: transparent;
}
.checkout-page .woocommerce-billing-fields__field-wrapper > .form-row .input-text:hover,
.checkout-page .woocommerce-billing-fields__field-wrapper > .form-row select:hover,
.checkout-page .woocommerce-billing-fields__field-wrapper > .form-row textarea:hover,
.checkout-page .woocommerce-shipping-fields__field-wrapper > .form-row .input-text:hover,
.checkout-page .woocommerce-shipping-fields__field-wrapper > .form-row select:hover,
.checkout-page .woocommerce-shipping-fields__field-wrapper > .form-row textarea:hover,
.checkout-page .woocommerce-additional-fields__field-wrapper > .form-row .input-text:hover,
.checkout-page .woocommerce-additional-fields__field-wrapper > .form-row select:hover,
.checkout-page .woocommerce-additional-fields__field-wrapper > .form-row textarea:hover,
.checkout-page .create-account > .form-row .input-text:hover,
.checkout-page .create-account > .form-row select:hover,
.checkout-page .create-account > .form-row textarea:hover {
  border-color: rgba(60, 102, 53, 0.55);
}
.checkout-page .woocommerce-billing-fields__field-wrapper > .form-row .input-text:focus,
.checkout-page .woocommerce-billing-fields__field-wrapper > .form-row select:focus,
.checkout-page .woocommerce-billing-fields__field-wrapper > .form-row textarea:focus,
.checkout-page .woocommerce-shipping-fields__field-wrapper > .form-row .input-text:focus,
.checkout-page .woocommerce-shipping-fields__field-wrapper > .form-row select:focus,
.checkout-page .woocommerce-shipping-fields__field-wrapper > .form-row textarea:focus,
.checkout-page .woocommerce-additional-fields__field-wrapper > .form-row .input-text:focus,
.checkout-page .woocommerce-additional-fields__field-wrapper > .form-row select:focus,
.checkout-page .woocommerce-additional-fields__field-wrapper > .form-row textarea:focus,
.checkout-page .create-account > .form-row .input-text:focus,
.checkout-page .create-account > .form-row select:focus,
.checkout-page .create-account > .form-row textarea:focus {
  outline: none;
  border-color: #3c6635;
  box-shadow: 0 0 0 3px rgba(60, 102, 53, 0.12);
}
.checkout-page .woocommerce-billing-fields__field-wrapper > .form-row select,
.checkout-page .woocommerce-shipping-fields__field-wrapper > .form-row select,
.checkout-page .woocommerce-additional-fields__field-wrapper > .form-row select,
.checkout-page .create-account > .form-row select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%231c1c1c' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 0.95rem center;
  padding-left: 2.4rem;
  cursor: pointer;
}
.checkout-page .woocommerce-billing-fields__field-wrapper > .form-row textarea.input-text,
.checkout-page .woocommerce-shipping-fields__field-wrapper > .form-row textarea.input-text,
.checkout-page .woocommerce-additional-fields__field-wrapper > .form-row textarea.input-text,
.checkout-page .create-account > .form-row textarea.input-text {
  min-height: 120px;
  resize: vertical;
}
.checkout-page .woocommerce-billing-fields__field-wrapper > .form-row .select2-container,
.checkout-page .woocommerce-shipping-fields__field-wrapper > .form-row .select2-container,
.checkout-page .woocommerce-additional-fields__field-wrapper > .form-row .select2-container,
.checkout-page .create-account > .form-row .select2-container {
  width: 100% !important;
}
.checkout-page .woocommerce-billing-fields__field-wrapper > .form-row .select2-selection--single,
.checkout-page .woocommerce-shipping-fields__field-wrapper > .form-row .select2-selection--single,
.checkout-page .woocommerce-additional-fields__field-wrapper > .form-row .select2-selection--single,
.checkout-page .create-account > .form-row .select2-selection--single {
  display: flex !important;
  align-items: flex-end;
  min-height: 56px !important;
  height: 56px !important;
  padding: 0 0.95rem 0.45rem !important;
  border: 1px solid rgba(28, 28, 28, 0.35) !important;
  border-radius: 6px !important;
  background: #ffffff !important;
  box-shadow: none !important;
}
.checkout-page .woocommerce-billing-fields__field-wrapper > .form-row .select2-selection--single .select2-selection__rendered,
.checkout-page .woocommerce-shipping-fields__field-wrapper > .form-row .select2-selection--single .select2-selection__rendered,
.checkout-page .woocommerce-additional-fields__field-wrapper > .form-row .select2-selection--single .select2-selection__rendered,
.checkout-page .create-account > .form-row .select2-selection--single .select2-selection__rendered {
  padding: 0 !important;
  line-height: 1.35 !important;
  color: #1c1c1c !important;
  font-size: 0.95rem !important;
}
.checkout-page .woocommerce-billing-fields__field-wrapper > .form-row .select2-selection--single .select2-selection__arrow,
.checkout-page .woocommerce-shipping-fields__field-wrapper > .form-row .select2-selection--single .select2-selection__arrow,
.checkout-page .woocommerce-additional-fields__field-wrapper > .form-row .select2-selection--single .select2-selection__arrow,
.checkout-page .create-account > .form-row .select2-selection--single .select2-selection__arrow {
  left: 0.75rem;
  right: auto;
  height: 100%;
  top: 0;
}
.checkout-page .woocommerce-billing-fields__field-wrapper > .form-row .select2-selection--single .select2-selection__arrow b,
.checkout-page .woocommerce-shipping-fields__field-wrapper > .form-row .select2-selection--single .select2-selection__arrow b,
.checkout-page .woocommerce-additional-fields__field-wrapper > .form-row .select2-selection--single .select2-selection__arrow b,
.checkout-page .create-account > .form-row .select2-selection--single .select2-selection__arrow b {
  border-color: #1c1c1c transparent transparent transparent;
}
.checkout-page .woocommerce-billing-fields__field-wrapper > .form-row .select2-container--open .select2-selection--single,
.checkout-page .woocommerce-billing-fields__field-wrapper > .form-row .select2-container--focus .select2-selection--single,
.checkout-page .woocommerce-shipping-fields__field-wrapper > .form-row .select2-container--open .select2-selection--single,
.checkout-page .woocommerce-shipping-fields__field-wrapper > .form-row .select2-container--focus .select2-selection--single,
.checkout-page .woocommerce-additional-fields__field-wrapper > .form-row .select2-container--open .select2-selection--single,
.checkout-page .woocommerce-additional-fields__field-wrapper > .form-row .select2-container--focus .select2-selection--single,
.checkout-page .create-account > .form-row .select2-container--open .select2-selection--single,
.checkout-page .create-account > .form-row .select2-container--focus .select2-selection--single {
  border-color: #3c6635 !important;
  box-shadow: 0 0 0 3px rgba(60, 102, 53, 0.12) !important;
}
.checkout-page .form-row-first,
.checkout-page .form-row-last {
  width: 100%;
}
@media (min-width: 768px) {
  .checkout-page .woocommerce-billing-fields__field-wrapper > .form-row-first,
  .checkout-page .woocommerce-billing-fields__field-wrapper > .form-row-last,
  .checkout-page .woocommerce-shipping-fields__field-wrapper > .form-row-first,
  .checkout-page .woocommerce-shipping-fields__field-wrapper > .form-row-last {
    width: calc(50% - 0.375rem);
  }
}
.checkout-page .woocommerce-validated .input-text,
.checkout-page .woocommerce-validated select {
  border-color: rgba(60, 102, 53, 0.65);
}
.checkout-page .woocommerce-invalid .input-text,
.checkout-page .woocommerce-invalid select {
  border-color: #c0392b;
}
.checkout-page .woocommerce-form__label-for-checkbox {
  display: inline-flex !important;
  align-items: flex-start;
  gap: 0.55rem;
  position: static !important;
  font-weight: 600;
  font-size: 0.95rem !important;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto !important;
}
.checkout-page .woocommerce-form__label-for-checkbox input {
  margin-top: 0.2rem;
  accent-color: #3c6635;
  width: 16px;
  height: 16px;
}
.checkout-page .woocommerce-checkout-review-order-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 1.15rem;
}
.checkout-page .woocommerce-checkout-review-order-table th,
.checkout-page .woocommerce-checkout-review-order-table td {
  padding: 0.8rem 0;
  border-bottom: 1px solid rgba(193, 190, 183, 0.65);
  font-size: 0.92rem;
  vertical-align: top;
}
.checkout-page .woocommerce-checkout-review-order-table thead th {
  color: #3c6635;
  font-weight: 700;
  text-align: right;
}
.checkout-page .woocommerce-checkout-review-order-table thead .product-total {
  text-align: left;
}
.checkout-page .woocommerce-checkout-review-order-table .product-name {
  text-align: right;
  color: #1c1c1c;
  font-weight: 600;
}
.checkout-page .woocommerce-checkout-review-order-table .product-total,
.checkout-page .woocommerce-checkout-review-order-table tfoot td {
  text-align: left;
  color: #3c6635;
  font-weight: 700;
  font-family: "IRANSans Fanum";
  white-space: nowrap;
}
.checkout-page .woocommerce-checkout-review-order-table tfoot th {
  text-align: right;
  font-weight: 600;
  color: #1c1c1c;
}
.checkout-page .woocommerce-checkout-review-order-table .order-total th,
.checkout-page .woocommerce-checkout-review-order-table .order-total td {
  border-bottom: none;
  padding-top: 1rem;
  font-size: 1.08rem;
  color: #3c6635;
}
.checkout-page .woocommerce-checkout-review-order-table .product-quantity {
  color: #4a4a4a;
  font-weight: 700;
}
.checkout-page .woocommerce-checkout-review-order-table td::before,
.checkout-page .woocommerce-checkout-review-order-table th::before {
  display: none !important;
}
.checkout-page .woocommerce-checkout-payment {
  margin-top: 0.35rem;
}
.checkout-page .woocommerce-checkout-payment .wc_payment_methods {
  list-style: none;
  margin: 0 0 1.15rem;
  padding: 0;
  border: 1px solid rgba(193, 190, 183, 0.7);
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
}
.checkout-page .woocommerce-checkout-payment .wc_payment_method {
  margin: 0;
  border-bottom: 1px solid rgba(193, 190, 183, 0.55);
}
.checkout-page .woocommerce-checkout-payment .wc_payment_method:last-child {
  border-bottom: none;
}
.checkout-page .woocommerce-checkout-payment .wc_payment_method > label {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  position: static;
  padding: 0.95rem 1rem;
  margin: 0;
  font-weight: 700;
  font-size: 0.95rem !important;
  color: #3c6635;
  cursor: pointer;
  pointer-events: auto;
}
.checkout-page .woocommerce-checkout-payment .wc_payment_method input.input-radio {
  accent-color: #3c6635;
}
.checkout-page .woocommerce-checkout-payment .wc_payment_method .payment_box {
  padding: 0 1rem 1rem;
  color: #4a4a4a;
  font-size: 0.88rem;
  line-height: 1.7;
  background: transparent;
}
.checkout-page .woocommerce-checkout-payment .wc_payment_method .payment_box p {
  margin: 0;
}
.checkout-page .woocommerce-checkout-payment .place-order {
  margin: 0;
  padding: 0;
}
.checkout-page .woocommerce-checkout-payment #place_order,
.checkout-page .woocommerce-checkout-payment .btn-green {
  width: 100%;
  min-height: 50px;
  font-size: 1rem;
  font-weight: 700;
}
.checkout-page .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 1rem;
  font-size: 0.88rem;
  line-height: 1.8;
  color: #4a4a4a;
}
.checkout-page .woocommerce-terms-and-conditions-wrapper a {
  color: #3c6635;
  font-weight: 600;
}

.select2-dropdown {
  border-color: rgba(193, 190, 183, 0.9) !important;
  border-radius: 8px !important;
  overflow: hidden;
}
.select2-dropdown .select2-results__option {
  padding: 0.55rem 0.85rem;
  font-family: "IRANSans Fanum", "Vazirmatn", Tahoma, sans-serif;
}
.select2-dropdown .select2-results__option--highlighted {
  background: #3c6635 !important;
}

.checkout-login-required {
  padding: 2rem;
  text-align: center;
  background: #f8f2e7;
  border-radius: 16px;
  color: #1c1c1c;
  font-weight: 600;
}

.checkout-page--thankyou {
  background: #f8f2e7;
}

.checkout-thankyou {
  max-width: 880px;
  margin: 0 auto;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}
.checkout-thankyou .checkout-thankyou__success {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  padding: 1.5rem 1.25rem;
  background: #ffffff;
  border: 1px solid rgba(193, 190, 183, 0.55);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  text-align: center;
}
.checkout-thankyou .checkout-thankyou__success-icon {
  color: #3c6635;
  font-size: 2.4rem;
  line-height: 1;
}
.checkout-thankyou .checkout-thankyou__message {
  margin: 0;
  color: #3c6635;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.7;
}
.checkout-thankyou .woocommerce-order-overview {
  display: grid;
  gap: 0.85rem;
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
}
@media (min-width: 768px) {
  .checkout-thankyou .woocommerce-order-overview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .checkout-thankyou .woocommerce-order-overview {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.checkout-thankyou .woocommerce-order-overview li {
  margin: 0;
  padding: 1rem 1.1rem;
  background: #ffffff;
  border: 1px solid rgba(193, 190, 183, 0.55);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  color: #4a4a4a;
  font-size: 0.88rem;
  font-weight: 600;
}
.checkout-thankyou .woocommerce-order-overview li strong {
  display: block;
  margin-top: 0.35rem;
  color: #3c6635;
  font-size: 1.02rem;
  font-weight: 700;
  font-family: "IRANSans Fanum";
  word-break: break-word;
}
.checkout-thankyou .checkout-thankyou__body {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.checkout-thankyou > .checkout-thankyou__body > p,
.checkout-thankyou .woocommerce-bacs-bank-details,
.checkout-thankyou .wc-bacs-bank-details-heading {
  margin: 0;
  padding: 1rem 1.15rem;
  background: #ffffff;
  border: 1px solid rgba(193, 190, 183, 0.55);
  border-radius: 12px;
  color: #4a4a4a;
  font-size: 0.92rem;
  line-height: 1.8;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.checkout-thankyou .checkout-thankyou__panel {
  margin: 0;
  padding: 1.35rem 1.25rem 1.5rem;
  background: #ffffff;
  border: 1px solid rgba(193, 190, 183, 0.55);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.checkout-thankyou .checkout-thankyou__heading,
.checkout-thankyou .woocommerce-order-details__title,
.checkout-thankyou .woocommerce-column__title {
  margin: 0 0 1.15rem;
  color: #3c6635;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: right;
}
.checkout-thankyou .checkout-thankyou__table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.checkout-thankyou .shop_table.order_details,
.checkout-thankyou .woocommerce-table--order-details {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  border: none;
}
.checkout-thankyou .shop_table.order_details th,
.checkout-thankyou .shop_table.order_details td,
.checkout-thankyou .woocommerce-table--order-details th,
.checkout-thankyou .woocommerce-table--order-details td {
  padding: 0.85rem 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid rgba(193, 190, 183, 0.55);
  font-size: 0.92rem;
  vertical-align: top;
  background: transparent !important;
}
.checkout-thankyou .shop_table.order_details thead th,
.checkout-thankyou .woocommerce-table--order-details thead th {
  color: #3c6635;
  font-weight: 700;
  text-align: right;
  padding-top: 0;
}
.checkout-thankyou .shop_table.order_details thead .product-total,
.checkout-thankyou .woocommerce-table--order-details thead .product-total {
  text-align: left;
}
.checkout-thankyou .shop_table.order_details .product-name,
.checkout-thankyou .woocommerce-table--order-details .product-name {
  text-align: right;
  color: #1c1c1c;
  font-weight: 600;
}
.checkout-thankyou .shop_table.order_details .product-name a,
.checkout-thankyou .woocommerce-table--order-details .product-name a {
  color: #1c1c1c;
  text-decoration: none;
}
.checkout-thankyou .shop_table.order_details .product-name a:hover,
.checkout-thankyou .woocommerce-table--order-details .product-name a:hover {
  color: #3c6635;
}
.checkout-thankyou .shop_table.order_details .product-name .product-quantity,
.checkout-thankyou .shop_table.order_details .product-name strong.product-quantity,
.checkout-thankyou .woocommerce-table--order-details .product-name .product-quantity,
.checkout-thankyou .woocommerce-table--order-details .product-name strong.product-quantity {
  color: #4a4a4a;
  font-weight: 700;
  font-family: "IRANSans Fanum";
}
.checkout-thankyou .shop_table.order_details .product-name ul,
.checkout-thankyou .shop_table.order_details .product-name .wc-item-meta,
.checkout-thankyou .woocommerce-table--order-details .product-name ul,
.checkout-thankyou .woocommerce-table--order-details .product-name .wc-item-meta {
  margin: 0.35rem 0 0;
  padding: 0;
  list-style: none;
  color: #4a4a4a;
  font-size: 0.82rem;
  font-weight: 400;
}
.checkout-thankyou .shop_table.order_details .product-total,
.checkout-thankyou .shop_table.order_details tfoot td,
.checkout-thankyou .woocommerce-table--order-details .product-total,
.checkout-thankyou .woocommerce-table--order-details tfoot td {
  text-align: left;
  color: #3c6635;
  font-weight: 700;
  font-family: "IRANSans Fanum";
  white-space: nowrap;
}
.checkout-thankyou .shop_table.order_details tfoot th,
.checkout-thankyou .woocommerce-table--order-details tfoot th {
  text-align: right;
  font-weight: 600;
  color: #1c1c1c;
}
.checkout-thankyou .shop_table.order_details tfoot tr:last-child th,
.checkout-thankyou .shop_table.order_details tfoot tr:last-child td,
.checkout-thankyou .woocommerce-table--order-details tfoot tr:last-child th,
.checkout-thankyou .woocommerce-table--order-details tfoot tr:last-child td {
  border-bottom: none;
  padding-bottom: 0;
  font-size: 1.05rem;
  color: #3c6635;
}
.checkout-thankyou .shop_table.order_details td::before,
.checkout-thankyou .shop_table.order_details th::before,
.checkout-thankyou .woocommerce-table--order-details td::before,
.checkout-thankyou .woocommerce-table--order-details th::before {
  display: none !important;
}
.checkout-thankyou .checkout-thankyou__addresses {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .checkout-thankyou .checkout-thankyou__addresses {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.checkout-thankyou .checkout-thankyou__address-card,
.checkout-thankyou address {
  margin: 0;
  padding: 1rem 1.1rem;
  background: #f8f2e7;
  border-radius: 12px;
  font-style: normal;
  font-size: 0.92rem;
  line-height: 1.9;
  color: #1c1c1c;
  text-align: right;
}
.checkout-thankyou .checkout-thankyou__address-card p,
.checkout-thankyou address p {
  margin: 0.35rem 0 0;
  color: #4a4a4a;
  font-family: "IRANSans Fanum";
}
.checkout-thankyou .button {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0.25rem 0 0.25rem 0.5rem;
}
.checkout-thankyou .checkout-thankyou__failed {
  padding: 1.25rem;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(180, 35, 24, 0.2);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.checkout-thankyou .checkout-thankyou__failed .woocommerce-notice--error {
  color: #b42318;
  margin: 0 0 1rem;
}

@media (max-width: 575.98px) {
  .checkout-page {
    padding-top: 1.5rem;
  }
  .checkout-page .checkout-coupon__row {
    flex-direction: column;
    align-items: stretch;
  }
  .checkout-page .checkout-coupon__input,
  .checkout-page .checkout-coupon__btn {
    width: 100%;
  }
  .checkout-page .woocommerce-billing-fields__field-wrapper > .form-row-first,
  .checkout-page .woocommerce-billing-fields__field-wrapper > .form-row-last,
  .checkout-page .woocommerce-shipping-fields__field-wrapper > .form-row-first,
  .checkout-page .woocommerce-shipping-fields__field-wrapper > .form-row-last {
    width: 100% !important;
  }
}
/* Account notices (may render before/inside auth section) */
body.woocommerce-account .woocommerce-notices-wrapper {
  width: 100%;
  max-width: 480px;
  margin: 0 auto 1rem;
}
body.woocommerce-account .woocommerce-message,
body.woocommerce-account .woocommerce-info,
body.woocommerce-account .woocommerce-error {
  width: 100%;
  max-width: 480px;
  margin: 0 auto 1.15rem;
  padding: 0.95rem 1.1rem !important;
  border: none !important;
  border-radius: 12px !important;
  list-style: none !important;
  outline: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  font-size: 0.92rem;
  line-height: 1.85;
  text-align: right;
}
body.woocommerce-account .woocommerce-message,
body.woocommerce-account .woocommerce-info {
  background: rgba(60, 102, 53, 0.12) !important;
  color: #3c6635 !important;
  border-right: 3px solid #3c6635 !important;
}
body.woocommerce-account .woocommerce-error {
  background: #fdf2f1 !important;
  color: #8f1f18 !important;
  border-right: 3px solid #c0392b !important;
}
body.woocommerce-account .woocommerce-error li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  color: inherit !important;
}
body.woocommerce-account .woocommerce-error li::before, body.woocommerce-account .woocommerce-error li::marker {
  display: none !important;
  content: none !important;
}
body.woocommerce-account .woocommerce-error li + li {
  margin-top: 0.55rem !important;
  padding-top: 0.55rem !important;
  border-top: 1px solid rgba(192, 57, 43, 0.15) !important;
}

.account-page {
  padding-top: 50px;
  padding-bottom: 100px;
  background: #f8f2e7;
  overflow-x: clip;
}
.account-page__header {
  margin-bottom: 1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .account-page__header {
    margin-bottom: 2rem;
  }
}
.account-page__title {
  margin: 0;
  color: #3c6635;
  font-size: 1.45rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .account-page__title {
    font-size: 1.85rem;
  }
}
.account-page__lead {
  margin: 0.65rem 0 0;
  color: #4a4a4a;
  font-size: 0.95rem;
  line-height: 1.8;
}
.account-page .woocommerce-notices-wrapper,
.account-page .woocommerce-message,
.account-page .woocommerce-info,
.account-page .woocommerce-error {
  width: 100%;
  max-width: 480px;
  margin: 0 auto 1.25rem;
  padding: 0.95rem 1.1rem;
  border: none;
  border-radius: 12px;
  list-style: none !important;
  outline: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  font-size: 0.92rem;
  line-height: 1.85;
  text-align: right;
}
.account-page .woocommerce-notices-wrapper {
  padding: 0;
  background: transparent;
  box-shadow: none;
  max-width: 480px;
}
.account-page .woocommerce-message,
.account-page .woocommerce-info {
  background: rgba(60, 102, 53, 0.12);
  color: #3c6635;
  border-right: 3px solid #3c6635;
}
.account-page .woocommerce-error {
  background: #fdf2f1;
  color: #8f1f18;
  border-right: 3px solid #c0392b;
}
.account-page .woocommerce-error li {
  list-style: none !important;
  margin: 0;
  padding: 0;
  background: transparent !important;
  border: none !important;
  color: inherit;
}
.account-page .woocommerce-error li::before, .account-page .woocommerce-error li::marker {
  display: none !important;
  content: none !important;
}
.account-page .woocommerce-error li + li {
  margin-top: 0.55rem;
  padding-top: 0.55rem;
  border-top: 1px solid rgba(192, 57, 43, 0.15);
}
.account-page .woocommerce-error li strong {
  color: #8f1f18;
  font-weight: 700;
}
.account-page .woocommerce-message li,
.account-page .woocommerce-info li {
  list-style: none !important;
  margin: 0;
  padding: 0;
}
.account-page .woocommerce-message li::before, .account-page .woocommerce-message li::marker,
.account-page .woocommerce-info li::before,
.account-page .woocommerce-info li::marker {
  display: none !important;
  content: none !important;
}
.account-page .password-input {
  display: block;
  position: relative;
  width: 100%;
}
.account-page .password-input input[type=password],
.account-page .password-input input[type=text] {
  padding-inline-end: 2.75rem !important;
}
.account-page .password-input input::-ms-reveal {
  display: none;
}
.account-page .show-password-input {
  position: absolute;
  inset-inline-end: 0.75rem;
  top: 50%;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-appearance: none;
  appearance: none;
}
.account-page .show-password-input::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.3 3.3C16.9 2.9 16.2 2.9 15.7 3.3L13.3 5.7C12.2437 5.3079 11.1267 5.1048 10 5.1C6.2 5.2 2.8 7.2 1 10.5C1.2 10.9 1.5 11.3 1.8 11.7C2.6 12.8 3.6 13.7 4.7 14.4L3 16.1C2.6 16.5 2.5 17.2 3 17.7C3.4 18.1 4.1 18.2 4.6 17.7L17.3 4.9C17.7 4.4 17.7 3.7 17.3 3.3ZM6.7 12.3L5.4 13.6C4.2 12.9 3.1 11.9 2.3 10.7C3.5 9 5.1 7.8 7 7.2C5.7 8.6 5.6 10.8 6.7 12.3ZM10.1 9C9.6 8.5 9.7 7.7 10.2 7.2C10.7 6.8 11.4 6.8 11.9 7.2L10.1 9ZM18.3 9.5C17.8 8.8 17.2 8.1 16.5 7.6L15.5 8.6C16.3 9.2 17 9.9 17.6 10.8C15.9 13.4 13 15 9.9 15H9.1L8.1 16C8.8 15.9 9.4 16 10 16C13.3 16 16.4 14.4 18.3 11.7C18.6 11.3 18.8 10.9 19.1 10.5C18.8 10.2 18.6 9.8 18.3 9.5ZM14 10L10 14C12.2 14 14 12.2 14 10Z' fill='%233c6635'/%3E%3C/svg%3E");
}
.account-page .show-password-input.display-password::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.3 9.49999C15 4.89999 8.50002 3.79999 3.90002 7.19999C2.70002 8.09999 1.70002 9.29999 0.900024 10.6C1.10002 11 1.40002 11.4 1.70002 11.8C5.00002 16.4 11.3 17.4 15.9 14.2C16.8 13.5 17.6 12.8 18.3 11.8C18.6 11.4 18.8 11 19.1 10.6C18.8 10.2 18.6 9.79999 18.3 9.49999ZM10.1 7.19999C10.6 6.69999 11.4 6.69999 11.9 7.19999C12.4 7.69999 12.4 8.49999 11.9 8.99999C11.4 9.49999 10.6 9.49999 10.1 8.99999C9.60003 8.49999 9.60003 7.69999 10.1 7.19999ZM10 14.9C6.90002 14.9 4.00002 13.3 2.30002 10.7C3.50002 8.99999 5.10002 7.79999 7.00002 7.19999C6.30002 7.99999 6.00002 8.89999 6.00002 9.89999C6.00002 12.1 7.70002 14 10 14C12.2 14 14.1 12.3 14.1 9.99999V9.89999C14.1 8.89999 13.7 7.89999 13 7.19999C14.9 7.79999 16.5 8.99999 17.7 10.7C16 13.3 13.1 14.9 10 14.9Z' fill='%233c6635'/%3E%3C/svg%3E");
}
.account-page--auth {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100vh - 88px - 120px);
  padding-top: 50px;
  padding-bottom: 50px;
}
.account-page--auth .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.account-page--auth .account-page__header {
  width: 100%;
  max-width: 480px;
  margin-bottom: 1.5rem;
  text-align: center;
}

/* Logged-in layout: nav + content */
.account-page:not(.account-page--auth) .container {
  display: grid;
  gap: 1.5rem;
  align-items: start;
}
@media (min-width: 992px) {
  .account-page:not(.account-page--auth) .container {
    grid-template-columns: minmax(200px, 240px) minmax(0, 1fr);
    gap: 1.75rem;
  }
}

.account-page:not(.account-page--auth) .account-page__header {
  grid-column: 1/-1;
  text-align: right;
}

.account-nav {
  min-width: 0;
}
@media (min-width: 992px) {
  .account-nav {
    position: sticky;
    top: calc(88px + 1rem);
  }
}
.account-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0.55rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.15rem;
}
@media (min-width: 992px) {
  .account-nav__list {
    flex-direction: column;
    overflow: visible;
    background: #ffffff;
    border: 1px solid rgba(193, 190, 183, 0.55);
    border-radius: 16px;
    padding: 0.65rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  }
}
.account-nav li {
  flex: 0 0 auto;
  margin: 0;
}
.account-nav a {
  display: block;
  white-space: nowrap;
  padding: 0.55rem 1rem;
  border: 1.5px solid #3c6635;
  border-radius: 12px 12px 0 0;
  background: #ffffff;
  color: #3c6635;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease;
}
@media (min-width: 992px) {
  .account-nav a {
    border: none;
    border-radius: 8px;
    white-space: normal;
    padding: 0.7rem 0.85rem;
    background: transparent;
  }
}
.account-nav a:hover {
  background: rgba(60, 102, 53, 0.08);
  color: #2f5229;
}
.account-nav .is-active a,
.account-nav [aria-current=page] {
  background: #3c6635;
  color: #ffffff;
}
@media (min-width: 992px) {
  .account-nav .is-active a,
  .account-nav [aria-current=page] {
    background: rgba(60, 102, 53, 0.12);
    color: #2f5229;
  }
}
.account-nav .is-active a:hover,
.account-nav [aria-current=page]:hover {
  background: #3c6635;
  color: #ffffff;
}
@media (min-width: 992px) {
  .account-nav .is-active a:hover,
  .account-nav [aria-current=page]:hover {
    background: rgba(60, 102, 53, 0.18);
    color: #2f5229;
  }
}

.account-content,
.woocommerce-MyAccount-content {
  min-width: 0;
  background: #ffffff;
  border: 1px solid rgba(193, 190, 183, 0.55);
  border-radius: 16px;
  padding: 1.25rem 1.15rem 1.5rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
@media (min-width: 768px) {
  .account-content,
  .woocommerce-MyAccount-content {
    padding: 1.5rem 1.5rem 1.75rem;
  }
}
.account-content > h2,
.account-content > h3,
.woocommerce-MyAccount-content > h2,
.woocommerce-MyAccount-content > h3 {
  margin: 0 0 1rem;
  color: #3c6635;
  font-size: 1.15rem;
  font-weight: 700;
}
.account-content > p,
.woocommerce-MyAccount-content > p {
  margin: 0 0 1rem;
  color: #1c1c1c;
  line-height: 1.9;
  font-size: 0.95rem;
}
.account-content > p a,
.woocommerce-MyAccount-content > p a {
  color: #3c6635;
  font-weight: 600;
  text-decoration: underline;
}
.account-content > p a:hover,
.woocommerce-MyAccount-content > p a:hover {
  color: #2f5229;
}

.account-dashboard__hello {
  margin: 0 0 0.85rem;
  color: #1c1c1c;
  font-size: 1.05rem;
  line-height: 1.9;
}
.account-dashboard__hello strong {
  color: #3c6635;
}
.account-dashboard__hello a {
  color: #3c6635;
  font-weight: 600;
}
.account-dashboard__text {
  margin: 0 0 1.5rem;
  color: #4a4a4a;
  line-height: 1.9;
  font-size: 0.95rem;
}
.account-dashboard__text a {
  color: #3c6635;
  font-weight: 600;
}
.account-dashboard__links {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr;
}
@media (min-width: 576px) {
  .account-dashboard__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .account-dashboard__links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.account-dashboard__link {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1rem 1.05rem;
  border: 1.5px solid rgba(60, 102, 53, 0.35);
  border-radius: 12px;
  background: #e8e2d6;
  color: #1c1c1c;
  text-decoration: none;
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}
.account-dashboard__link:hover {
  border-color: #3c6635;
  background: rgba(60, 102, 53, 0.08);
  color: #1c1c1c;
  transform: translateY(-1px);
}
.account-dashboard__link-title {
  color: #3c6635;
  font-weight: 700;
  font-size: 0.98rem;
}
.account-dashboard__link-text {
  color: #4a4a4a;
  font-size: 0.82rem;
  line-height: 1.7;
}

/* Auth cards (login / register / lost password) */
.account-auth-switch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  width: 100%;
  max-width: 440px;
  margin: 0 auto 1.15rem;
  padding: 0.35rem;
  background: #ffffff;
  border: 1px solid rgba(193, 190, 183, 0.55);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.account-auth-switch__btn {
  min-height: 42px;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: #3c6635;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease;
}
.account-auth-switch__btn:hover {
  background: rgba(60, 102, 53, 0.08);
}
.account-auth-switch__btn.is-active {
  background: #3c6635;
  color: #ffffff;
}

.account-auth {
  display: grid;
  gap: 1.25rem;
  width: 100%;
  max-width: 440px;
  margin-inline: auto;
}

.account-card {
  width: 100%;
  background: #ffffff;
  border: 1px solid rgba(193, 190, 183, 0.55);
  border-radius: 16px;
  padding: 1.5rem 1.35rem 1.65rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
@media (min-width: 768px) {
  .account-card {
    padding: 1.75rem 1.65rem 1.9rem;
  }
}
.account-card.is-hidden {
  display: none !important;
}
.account-card--narrow {
  width: 100%;
}
.account-card__title {
  margin: 0 0 1.25rem;
  color: #3c6635;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}

.account-auth-alt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 0.5rem;
  margin: 1rem 0 0;
  color: #4a4a4a;
  font-size: 0.9rem;
  text-align: center;
}
.account-auth-alt__btn {
  border: none;
  background: transparent;
  color: #3c6635;
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
}
.account-auth-alt__btn:hover {
  color: #2f5229;
}

/* Beat WooCommerce default form styles on auth screens */
.woocommerce .account-page--auth form.woocommerce-form-login,
.woocommerce .account-page--auth form.woocommerce-form-register,
.woocommerce .account-page--auth form.woocommerce-ResetPassword,
.woocommerce .account-page--auth form.account-form,
.account-page--auth form.woocommerce-form-login,
.account-page--auth form.woocommerce-form-register,
.account-page--auth form.woocommerce-ResetPassword,
.account-page--auth form.account-form {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  text-align: right !important;
  float: none !important;
  width: 100% !important;
  max-width: none !important;
}
.woocommerce .account-page--auth .form-row,
.woocommerce .account-page--auth .woocommerce-form-row,
.account-page--auth .form-row,
.account-page--auth .woocommerce-form-row {
  display: block !important;
  float: none !important;
  clear: both !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 0 1rem !important;
  padding: 0 !important;
  text-align: right !important;
}
.woocommerce .account-page--auth .form-row::before, .woocommerce .account-page--auth .form-row::after,
.woocommerce .account-page--auth .woocommerce-form-row::before,
.woocommerce .account-page--auth .woocommerce-form-row::after,
.account-page--auth .form-row::before,
.account-page--auth .form-row::after,
.account-page--auth .woocommerce-form-row::before,
.account-page--auth .woocommerce-form-row::after {
  display: none !important;
  content: none !important;
}
.woocommerce .account-page--auth .form-row > label,
.woocommerce .account-page--auth .woocommerce-form-row > label,
.account-page--auth .form-row > label,
.account-page--auth .woocommerce-form-row > label {
  display: block !important;
  float: none !important;
  margin: 0 0 0.45rem !important;
  padding: 0 !important;
  color: #3c6635 !important;
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}
.woocommerce .account-page--auth .form-row > label .required,
.woocommerce .account-page--auth .woocommerce-form-row > label .required,
.account-page--auth .form-row > label .required,
.account-page--auth .woocommerce-form-row > label .required {
  color: #c0392b !important;
  border: none !important;
  text-decoration: none !important;
}
.woocommerce .account-page--auth input.input-text,
.woocommerce .account-page--auth input.woocommerce-Input,
.woocommerce .account-page--auth input[type=text],
.woocommerce .account-page--auth input[type=email],
.woocommerce .account-page--auth input[type=password],
.woocommerce .account-page--auth input[type=tel],
.woocommerce .account-page--auth select,
.woocommerce .account-page--auth textarea,
.account-page--auth input.input-text,
.account-page--auth input.woocommerce-Input,
.account-page--auth input[type=text],
.account-page--auth input[type=email],
.account-page--auth input[type=password],
.account-page--auth input[type=tel],
.account-page--auth select,
.account-page--auth textarea {
  display: block !important;
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 52px !important;
  margin: 0 !important;
  padding: 0.75rem 1rem !important;
  border: 1.5px solid rgba(60, 102, 53, 0.5) !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  color: #1c1c1c !important;
  font-family: "IRANSans Fanum", "Vazirmatn", Tahoma, sans-serif !important;
  font-size: 0.95rem !important;
  line-height: 1.4 !important;
  box-sizing: border-box !important;
  box-shadow: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.woocommerce .account-page--auth input.input-text:hover,
.woocommerce .account-page--auth input.woocommerce-Input:hover,
.woocommerce .account-page--auth input[type=text]:hover,
.woocommerce .account-page--auth input[type=email]:hover,
.woocommerce .account-page--auth input[type=password]:hover,
.woocommerce .account-page--auth input[type=tel]:hover,
.woocommerce .account-page--auth select:hover,
.woocommerce .account-page--auth textarea:hover,
.account-page--auth input.input-text:hover,
.account-page--auth input.woocommerce-Input:hover,
.account-page--auth input[type=text]:hover,
.account-page--auth input[type=email]:hover,
.account-page--auth input[type=password]:hover,
.account-page--auth input[type=tel]:hover,
.account-page--auth select:hover,
.account-page--auth textarea:hover {
  border-color: #3c6635 !important;
}
.woocommerce .account-page--auth input.input-text:focus,
.woocommerce .account-page--auth input.woocommerce-Input:focus,
.woocommerce .account-page--auth input[type=text]:focus,
.woocommerce .account-page--auth input[type=email]:focus,
.woocommerce .account-page--auth input[type=password]:focus,
.woocommerce .account-page--auth input[type=tel]:focus,
.woocommerce .account-page--auth select:focus,
.woocommerce .account-page--auth textarea:focus,
.account-page--auth input.input-text:focus,
.account-page--auth input.woocommerce-Input:focus,
.account-page--auth input[type=text]:focus,
.account-page--auth input[type=email]:focus,
.account-page--auth input[type=password]:focus,
.account-page--auth input[type=tel]:focus,
.account-page--auth select:focus,
.account-page--auth textarea:focus {
  outline: none !important;
  border-color: #3c6635 !important;
  box-shadow: 0 0 0 3px rgba(60, 102, 53, 0.14) !important;
}
.woocommerce .account-page--auth input.input-text:-webkit-autofill, .woocommerce .account-page--auth input.input-text:-webkit-autofill:hover, .woocommerce .account-page--auth input.input-text:-webkit-autofill:focus,
.woocommerce .account-page--auth input.woocommerce-Input:-webkit-autofill,
.woocommerce .account-page--auth input.woocommerce-Input:-webkit-autofill:hover,
.woocommerce .account-page--auth input.woocommerce-Input:-webkit-autofill:focus,
.woocommerce .account-page--auth input[type=text]:-webkit-autofill,
.woocommerce .account-page--auth input[type=text]:-webkit-autofill:hover,
.woocommerce .account-page--auth input[type=text]:-webkit-autofill:focus,
.woocommerce .account-page--auth input[type=email]:-webkit-autofill,
.woocommerce .account-page--auth input[type=email]:-webkit-autofill:hover,
.woocommerce .account-page--auth input[type=email]:-webkit-autofill:focus,
.woocommerce .account-page--auth input[type=password]:-webkit-autofill,
.woocommerce .account-page--auth input[type=password]:-webkit-autofill:hover,
.woocommerce .account-page--auth input[type=password]:-webkit-autofill:focus,
.woocommerce .account-page--auth input[type=tel]:-webkit-autofill,
.woocommerce .account-page--auth input[type=tel]:-webkit-autofill:hover,
.woocommerce .account-page--auth input[type=tel]:-webkit-autofill:focus,
.woocommerce .account-page--auth select:-webkit-autofill,
.woocommerce .account-page--auth select:-webkit-autofill:hover,
.woocommerce .account-page--auth select:-webkit-autofill:focus,
.woocommerce .account-page--auth textarea:-webkit-autofill,
.woocommerce .account-page--auth textarea:-webkit-autofill:hover,
.woocommerce .account-page--auth textarea:-webkit-autofill:focus,
.account-page--auth input.input-text:-webkit-autofill,
.account-page--auth input.input-text:-webkit-autofill:hover,
.account-page--auth input.input-text:-webkit-autofill:focus,
.account-page--auth input.woocommerce-Input:-webkit-autofill,
.account-page--auth input.woocommerce-Input:-webkit-autofill:hover,
.account-page--auth input.woocommerce-Input:-webkit-autofill:focus,
.account-page--auth input[type=text]:-webkit-autofill,
.account-page--auth input[type=text]:-webkit-autofill:hover,
.account-page--auth input[type=text]:-webkit-autofill:focus,
.account-page--auth input[type=email]:-webkit-autofill,
.account-page--auth input[type=email]:-webkit-autofill:hover,
.account-page--auth input[type=email]:-webkit-autofill:focus,
.account-page--auth input[type=password]:-webkit-autofill,
.account-page--auth input[type=password]:-webkit-autofill:hover,
.account-page--auth input[type=password]:-webkit-autofill:focus,
.account-page--auth input[type=tel]:-webkit-autofill,
.account-page--auth input[type=tel]:-webkit-autofill:hover,
.account-page--auth input[type=tel]:-webkit-autofill:focus,
.account-page--auth select:-webkit-autofill,
.account-page--auth select:-webkit-autofill:hover,
.account-page--auth select:-webkit-autofill:focus,
.account-page--auth textarea:-webkit-autofill,
.account-page--auth textarea:-webkit-autofill:hover,
.account-page--auth textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #1c1c1c;
  box-shadow: 0 0 0 1000px #ffffff inset !important;
  border-color: rgba(60, 102, 53, 0.5) !important;
  transition: background-color 9999s ease-out;
}
.woocommerce .account-page--auth textarea,
.account-page--auth textarea {
  min-height: 110px !important;
  resize: vertical;
}
.woocommerce .account-page--auth .account-form__hint,
.account-page--auth .account-form__hint {
  margin: 0 0 1rem;
  color: #4a4a4a;
  font-size: 0.9rem;
  line-height: 1.85;
  text-align: center;
}
.woocommerce .account-page--auth .account-form__actions,
.account-page--auth .account-form__actions {
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
  gap: 0.9rem;
  margin-top: 0.25rem !important;
}
@media (min-width: 576px) {
  .woocommerce .account-page--auth .account-form__actions,
  .account-page--auth .account-form__actions {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
.woocommerce .account-page--auth .account-form__actions .button,
.woocommerce .account-page--auth .account-form__actions .btn-green,
.woocommerce .account-page--auth .account-form__actions button[type=submit],
.account-page--auth .account-form__actions .button,
.account-page--auth .account-form__actions .btn-green,
.account-page--auth .account-form__actions button[type=submit] {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 0.7rem 1.5rem !important;
  border: none !important;
  border-radius: 8px !important;
  background: #3c6635 !important;
  color: #ffffff !important;
  font-family: "IRANSans Fanum", "Vazirmatn", Tahoma, sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  cursor: pointer;
  box-shadow: none !important;
  transition: background 0.25s ease;
}
@media (min-width: 576px) {
  .woocommerce .account-page--auth .account-form__actions .button,
  .woocommerce .account-page--auth .account-form__actions .btn-green,
  .woocommerce .account-page--auth .account-form__actions button[type=submit],
  .account-page--auth .account-form__actions .button,
  .account-page--auth .account-form__actions .btn-green,
  .account-page--auth .account-form__actions button[type=submit] {
    width: auto !important;
    min-width: 150px;
  }
}
.woocommerce .account-page--auth .account-form__actions .button:hover, .woocommerce .account-page--auth .account-form__actions .button:focus,
.woocommerce .account-page--auth .account-form__actions .btn-green:hover,
.woocommerce .account-page--auth .account-form__actions .btn-green:focus,
.woocommerce .account-page--auth .account-form__actions button[type=submit]:hover,
.woocommerce .account-page--auth .account-form__actions button[type=submit]:focus,
.account-page--auth .account-form__actions .button:hover,
.account-page--auth .account-form__actions .button:focus,
.account-page--auth .account-form__actions .btn-green:hover,
.account-page--auth .account-form__actions .btn-green:focus,
.account-page--auth .account-form__actions button[type=submit]:hover,
.account-page--auth .account-form__actions button[type=submit]:focus {
  background: #2f5229 !important;
  color: #ffffff !important;
}
.woocommerce .account-page--auth .woocommerce-form__label-for-checkbox,
.account-page--auth .woocommerce-form__label-for-checkbox {
  display: inline-flex !important;
  align-items: center;
  gap: 0.45rem;
  margin: 0 !important;
  color: #1c1c1c !important;
  font-size: 0.88rem !important;
  font-weight: 500 !important;
  cursor: pointer;
}
.woocommerce .account-page--auth .woocommerce-form__label-for-checkbox input,
.account-page--auth .woocommerce-form__label-for-checkbox input {
  width: 1.05rem !important;
  height: 1.05rem !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1.5px solid rgba(60, 102, 53, 0.55) !important;
  border-radius: 4px !important;
  accent-color: #3c6635;
  box-shadow: none !important;
}
.woocommerce .account-page--auth .lost_password,
.woocommerce .account-page--auth .woocommerce-LostPassword,
.account-page--auth .lost_password,
.account-page--auth .woocommerce-LostPassword {
  margin: 1rem 0 0 !important;
  text-align: center !important;
}
.woocommerce .account-page--auth .lost_password a,
.woocommerce .account-page--auth .woocommerce-LostPassword a,
.account-page--auth .lost_password a,
.account-page--auth .woocommerce-LostPassword a {
  color: #3c6635 !important;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
}
.woocommerce .account-page--auth .lost_password a:hover,
.woocommerce .account-page--auth .woocommerce-LostPassword a:hover,
.account-page--auth .lost_password a:hover,
.account-page--auth .woocommerce-LostPassword a:hover {
  color: #2f5229 !important;
  text-decoration: underline;
}
.woocommerce .account-page--auth .password-input,
.account-page--auth .password-input {
  display: block !important;
  position: relative !important;
  width: 100% !important;
}
.woocommerce .account-page--auth .password-input input[type=password],
.woocommerce .account-page--auth .password-input input[type=text],
.account-page--auth .password-input input[type=password],
.account-page--auth .password-input input[type=text] {
  padding-inline-end: 2.75rem !important;
}
.woocommerce .account-page--auth .password-input input::-ms-reveal,
.account-page--auth .password-input input::-ms-reveal {
  display: none;
}
.woocommerce .account-page--auth .show-password-input,
.account-page--auth .show-password-input {
  position: absolute !important;
  inset-inline-end: 0.75rem !important;
  top: 50% !important;
  z-index: 3;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 28px !important;
  height: 28px !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #3c6635 !important;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-appearance: none !important;
  appearance: none !important;
}
.woocommerce .account-page--auth .show-password-input::before,
.account-page--auth .show-password-input::before {
  content: "" !important;
  display: block;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.3 3.3C16.9 2.9 16.2 2.9 15.7 3.3L13.3 5.7C12.2437 5.3079 11.1267 5.1048 10 5.1C6.2 5.2 2.8 7.2 1 10.5C1.2 10.9 1.5 11.3 1.8 11.7C2.6 12.8 3.6 13.7 4.7 14.4L3 16.1C2.6 16.5 2.5 17.2 3 17.7C3.4 18.1 4.1 18.2 4.6 17.7L17.3 4.9C17.7 4.4 17.7 3.7 17.3 3.3ZM6.7 12.3L5.4 13.6C4.2 12.9 3.1 11.9 2.3 10.7C3.5 9 5.1 7.8 7 7.2C5.7 8.6 5.6 10.8 6.7 12.3ZM10.1 9C9.6 8.5 9.7 7.7 10.2 7.2C10.7 6.8 11.4 6.8 11.9 7.2L10.1 9ZM18.3 9.5C17.8 8.8 17.2 8.1 16.5 7.6L15.5 8.6C16.3 9.2 17 9.9 17.6 10.8C15.9 13.4 13 15 9.9 15H9.1L8.1 16C8.8 15.9 9.4 16 10 16C13.3 16 16.4 14.4 18.3 11.7C18.6 11.3 18.8 10.9 19.1 10.5C18.8 10.2 18.6 9.8 18.3 9.5ZM14 10L10 14C12.2 14 14 12.2 14 10Z' fill='%233c6635'/%3E%3C/svg%3E");
}
.woocommerce .account-page--auth .show-password-input.display-password::before,
.account-page--auth .show-password-input.display-password::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.3 9.49999C15 4.89999 8.50002 3.79999 3.90002 7.19999C2.70002 8.09999 1.70002 9.29999 0.900024 10.6C1.10002 11 1.40002 11.4 1.70002 11.8C5.00002 16.4 11.3 17.4 15.9 14.2C16.8 13.5 17.6 12.8 18.3 11.8C18.6 11.4 18.8 11 19.1 10.6C18.8 10.2 18.6 9.79999 18.3 9.49999ZM10.1 7.19999C10.6 6.69999 11.4 6.69999 11.9 7.19999C12.4 7.69999 12.4 8.49999 11.9 8.99999C11.4 9.49999 10.6 9.49999 10.1 8.99999C9.60003 8.49999 9.60003 7.69999 10.1 7.19999ZM10 14.9C6.90002 14.9 4.00002 13.3 2.30002 10.7C3.50002 8.99999 5.10002 7.79999 7.00002 7.19999C6.30002 7.99999 6.00002 8.89999 6.00002 9.89999C6.00002 12.1 7.70002 14 10 14C12.2 14 14.1 12.3 14.1 9.99999V9.89999C14.1 8.89999 13.7 7.89999 13 7.19999C14.9 7.79999 16.5 8.99999 17.7 10.7C16 13.3 13.1 14.9 10 14.9Z' fill='%233c6635'/%3E%3C/svg%3E");
}

.account-form .form-row {
  margin: 0 0 0.9rem;
  padding: 0;
  float: none;
  width: 100%;
  position: relative;
}

/* Orders / tables */
.account-page {
  /* Addresses */
  /* Edit account / address forms inside content panel */
}
.account-page .woocommerce-orders-table,
.account-page .shop_table {
  width: 100%;
  margin: 0;
  border: none;
  border-collapse: collapse;
  background: transparent;
}
.account-page .woocommerce-orders-table thead th,
.account-page .shop_table thead th {
  padding: 0.75rem 0.5rem;
  border-bottom: 1px solid rgba(193, 190, 183, 0.7);
  color: #3c6635;
  font-size: 0.85rem;
  font-weight: 700;
  text-align: right;
}
.account-page .woocommerce-orders-table tbody td,
.account-page .woocommerce-orders-table tbody th,
.account-page .shop_table tbody td,
.account-page .shop_table tbody th {
  padding: 0.9rem 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  color: #1c1c1c;
  font-size: 0.9rem;
  text-align: right;
  vertical-align: middle;
}
.account-page .woocommerce-orders-table a,
.account-page .shop_table a {
  color: #3c6635;
  font-weight: 600;
  text-decoration: none;
}
.account-page .woocommerce-orders-table a:hover,
.account-page .shop_table a:hover {
  color: #2f5229;
  text-decoration: underline;
}
.account-page .woocommerce-orders-table .button,
.account-page .woocommerce-orders-table .woocommerce-button,
.account-page .shop_table .button,
.account-page .shop_table .woocommerce-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0.35rem 0.85rem;
  border: 1.5px solid #3c6635;
  border-radius: 8px;
  background: #ffffff;
  color: #3c6635;
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  margin: 0.15rem 0 0.15rem 0.35rem;
}
.account-page .woocommerce-orders-table .button:hover,
.account-page .woocommerce-orders-table .woocommerce-button:hover,
.account-page .shop_table .button:hover,
.account-page .shop_table .woocommerce-button:hover {
  background: #3c6635;
  color: #ffffff;
}
.account-page .woocommerce-pagination {
  margin-top: 1.25rem;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
.account-page .woocommerce-pagination .page-numbers {
  min-width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #3c6635;
  border-radius: 12px 12px 0 0;
  color: #3c6635;
  font-weight: 600;
  text-decoration: none;
}
.account-page .woocommerce-pagination .page-numbers.current, .account-page .woocommerce-pagination .page-numbers.is-active {
  background: #3c6635;
  color: #ffffff;
}
.account-page .woocommerce-Addresses,
.account-page .u-columns.addresses,
.account-page .account-addresses__grid {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 1rem;
  width: 100%;
  margin: 0;
  padding: 0;
  float: none !important;
}
.account-page .woocommerce-Addresses::before, .account-page .woocommerce-Addresses::after,
.account-page .u-columns.addresses::before,
.account-page .u-columns.addresses::after,
.account-page .account-addresses__grid::before,
.account-page .account-addresses__grid::after {
  display: none !important;
  content: none !important;
}
@media (min-width: 768px) {
  .account-page .woocommerce-Addresses,
  .account-page .u-columns.addresses,
  .account-page .account-addresses__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.15rem;
  }
}
.account-page .account-addresses__intro {
  margin: 0 0 1.25rem;
  color: #4a4a4a;
  font-size: 0.92rem;
  line-height: 1.85;
}
.account-page .woocommerce-Address,
.account-page .u-column1,
.account-page .u-column2,
.account-page .col-1,
.account-page .col-2,
.account-page .account-address-card {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 1.15rem 1.2rem 1.25rem;
  background: #e8e2d6;
  border: 1px solid rgba(193, 190, 183, 0.45);
  border-radius: 16px;
  box-sizing: border-box;
}
.account-page .woocommerce-Address-title,
.account-page .account-address-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin: 0 0 0.85rem;
  flex-wrap: wrap;
}
.account-page .woocommerce-Address-title h2,
.account-page .woocommerce-Address-title h3,
.account-page .woocommerce-Address-title .account-address-card__title,
.account-page .account-address-card__header h2,
.account-page .account-address-card__header h3,
.account-page .account-address-card__header .account-address-card__title {
  margin: 0;
  color: #3c6635;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.5;
  flex: 1 1 auto;
  min-width: 0;
}
.account-page .woocommerce-Address-title .edit,
.account-page .woocommerce-Address-title .account-address-card__edit,
.account-page .account-address-card__header .edit,
.account-page .account-address-card__header .account-address-card__edit {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0.3rem 0.85rem;
  border: 1.5px solid #3c6635;
  border-radius: 8px;
  background: #ffffff;
  color: #3c6635;
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.25s ease, color 0.25s ease;
}
.account-page .woocommerce-Address-title .edit:hover,
.account-page .woocommerce-Address-title .account-address-card__edit:hover,
.account-page .account-address-card__header .edit:hover,
.account-page .account-address-card__header .account-address-card__edit:hover {
  background: #3c6635;
  color: #ffffff;
}
.account-page .woocommerce-Address address,
.account-page .account-address-card address,
.account-page .account-address-card__body {
  margin: 0;
  font-style: normal;
  color: #1c1c1c;
  line-height: 1.95;
  font-size: 0.9rem;
  word-break: break-word;
}
.account-page .account-address-card__empty {
  margin: 0;
  color: #4a4a4a;
  font-size: 0.9rem;
  line-height: 1.85;
}
.account-page .edit-account .form-row,
.account-page .woocommerce-address-fields .form-row,
.account-page .woocommerce-EditAccountForm .form-row {
  margin: 0 0 0.9rem;
  float: none;
  width: 100%;
}
.account-page .edit-account .form-row label,
.account-page .woocommerce-address-fields .form-row label,
.account-page .woocommerce-EditAccountForm .form-row label {
  display: block;
  margin-bottom: 0.35rem;
  color: #3c6635;
  font-weight: 600;
  font-size: 0.88rem;
}
.account-page .edit-account .form-row .input-text,
.account-page .edit-account .form-row select,
.account-page .edit-account .form-row textarea,
.account-page .woocommerce-address-fields .form-row .input-text,
.account-page .woocommerce-address-fields .form-row select,
.account-page .woocommerce-address-fields .form-row textarea,
.account-page .woocommerce-EditAccountForm .form-row .input-text,
.account-page .woocommerce-EditAccountForm .form-row select,
.account-page .woocommerce-EditAccountForm .form-row textarea {
  width: 100%;
  min-height: 48px;
  padding: 0.7rem 0.95rem;
  border: 1.5px solid rgba(60, 102, 53, 0.45);
  border-radius: 12px;
  background: transparent;
  font-family: "IRANSans Fanum", "Vazirmatn", Tahoma, sans-serif;
}
@media (min-width: 768px) {
  .account-page .edit-account .form-row-first,
  .account-page .edit-account .form-row-last,
  .account-page .woocommerce-address-fields .form-row-first,
  .account-page .woocommerce-address-fields .form-row-last,
  .account-page .woocommerce-EditAccountForm .form-row-first,
  .account-page .woocommerce-EditAccountForm .form-row-last {
    width: calc(50% - 0.45rem);
    float: right;
  }
}
@media (min-width: 768px) {
  .account-page .edit-account .form-row-first,
  .account-page .woocommerce-address-fields .form-row-first,
  .account-page .woocommerce-EditAccountForm .form-row-first {
    margin-left: 0.9rem;
  }
}
.account-page .edit-account fieldset,
.account-page .woocommerce-address-fields fieldset,
.account-page .woocommerce-EditAccountForm fieldset {
  margin: 1.25rem 0 0;
  padding: 1rem 0 0;
  border: none;
  border-top: 1px solid rgba(193, 190, 183, 0.7);
}
.account-page .edit-account fieldset legend,
.account-page .woocommerce-address-fields fieldset legend,
.account-page .woocommerce-EditAccountForm fieldset legend {
  padding: 0;
  color: #3c6635;
  font-weight: 700;
  font-size: 1rem;
}
.account-page .edit-account .button,
.account-page .woocommerce-address-fields .button,
.account-page .woocommerce-EditAccountForm .button {
  margin-top: 0.5rem;
  min-height: 46px;
  padding: 0.65rem 1.4rem;
  border: none;
  border-radius: 8px;
  background: #3c6635;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
}
.account-page .edit-account .button:hover,
.account-page .woocommerce-address-fields .button:hover,
.account-page .woocommerce-EditAccountForm .button:hover {
  background: #2f5229;
  color: #ffffff;
}

@media (max-width: 767.98px) {
  .account-page .woocommerce-orders-table thead {
    display: none;
  }
  .account-page .woocommerce-orders-table tbody tr {
    display: block;
    margin-bottom: 1rem;
    padding: 0.85rem 0.9rem;
    background: #e8e2d6;
    border-radius: 12px;
    border: none;
  }
  .account-page .woocommerce-orders-table tbody th,
  .account-page .woocommerce-orders-table tbody td {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
    padding: 0.4rem 0;
    border: none;
    text-align: left;
  }
  .account-page .woocommerce-orders-table tbody th::before,
  .account-page .woocommerce-orders-table tbody td::before {
    content: attr(data-title);
    color: #3c6635;
    font-weight: 700;
    text-align: right;
  }
}
.archive-hero {
  min-height: 280px;
  display: flex;
  align-items: center;
  background-color: #f4f1ea;
  background-image: url("assets/images/archive-product.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  border-block: 1px solid rgba(193, 190, 183, 0.85);
}
.archive-hero h1 {
  margin: 0;
  color: #3c6635;
  font-size: 1.35rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .archive-hero h1 {
    font-size: 1.65rem;
  }
}
.archive-hero__meta {
  margin: 0.65rem 0 0;
  color: #3c6635;
  font-size: 0.95rem;
  font-weight: 500;
  opacity: 0.9;
}
.archive-hero--search {
  min-height: 200px;
}
@media (min-width: 768px) {
  .archive-hero--search {
    min-height: 240px;
  }
}
@media (min-width: 768px) {
  .archive-hero {
    min-height: 340px;
  }
}
@media (max-width: 767.98px) {
  .archive-hero {
    min-height: 200px;
    background-size: 46% auto;
    background-position: left bottom;
    padding: 2rem 0;
  }
}

.archive-page {
  padding-top: 50px;
}

.archive-cats {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.75rem;
  overflow-x: auto;
  padding-bottom: 1.25rem;
  margin-bottom: 0.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-overflow-scrolling: touch;
}

.archive-cat {
  flex: 1 0 auto;
  min-width: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #1c1c1c;
  padding: 0.15rem;
}
.archive-cat img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  margin-bottom: 0.45rem;
}
@media (min-width: 768px) {
  .archive-cat img {
    width: 72px;
    height: 72px;
  }
}
.archive-cat span {
  font-size: 0.88rem;
  font-weight: 500;
  color: #3c6635;
}
.archive-cat:hover, .archive-cat.is-active {
  color: #3c6635;
}
.archive-cat:hover span, .archive-cat.is-active span {
  font-weight: 700;
}

.archive-layout {
  --bs-gutter-x: 1.25rem;
}
@media (min-width: 992px) {
  .archive-layout {
    --bs-gutter-x: 50px;
  }
}

.archive-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.archive-toolbar__count {
  margin: 0;
  color: #3c6635;
  font-size: 0.9rem;
  font-weight: 600;
}

.archive-sort {
  position: relative;
  display: inline-flex;
  min-width: 170px;
  margin: 0;
}
.archive-sort select {
  width: 100%;
  appearance: none;
  background: #ffffff;
  color: #3c6635;
  border: 1.5px solid #3c6635;
  border-radius: 12px 12px 0 0;
  padding: 0.55rem 1rem 0.55rem 2.1rem;
  font-family: inherit;
  font-size: 0.92rem;
  cursor: pointer;
}
.archive-sort select:focus {
  outline: none;
  border-color: #2f5229;
}
.archive-sort::after {
  content: "";
  position: absolute;
  left: 0.85rem;
  top: 50%;
  width: 0.45rem;
  height: 0.45rem;
  border-inline-end: 1.5px solid #3c6635;
  border-bottom: 1.5px solid #3c6635;
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}

.archive-grid .product-card {
  height: 100%;
}

.archive-empty {
  margin: 2rem 0 0;
  text-align: center;
  color: #3c6635;
  font-size: 1.05rem;
  font-weight: 600;
}
.archive-empty__actions {
  margin: 1.25rem 0 0;
  text-align: center;
}

.archive-filters {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .archive-filters {
    margin-bottom: 0;
    padding-top: 0.15rem;
  }
}

.archive-filter h2 {
  font-size: 0.98rem;
  font-weight: 700;
  color: #3c6635;
  margin: 0 0 0.85rem;
}

.archive-price-box {
  margin: 0 0 1rem;
  padding: 0.7rem 0.9rem;
  border: 1.5px solid #3c6635;
  border-radius: 8px;
  background: #ffffff;
  color: #1c1c1c;
  font-size: 0.82rem;
  line-height: 1.7;
}

.dual-range {
  position: relative;
  height: 28px;
  margin-bottom: 1rem;
}
.dual-range__bar {
  position: absolute;
  top: 50%;
  inset-inline: 0;
  height: 3px;
  background: #3c6635;
  border-radius: 2px;
  transform: translateY(-50%);
  pointer-events: none;
}
.dual-range input[type=range] {
  position: absolute;
  inset-inline: 0;
  top: 0;
  width: 100%;
  margin: 0;
  height: 28px;
  background: transparent;
  appearance: none;
  pointer-events: none;
}
.dual-range input[type=range]::-webkit-slider-runnable-track {
  height: 28px;
  background: transparent;
  border: 0;
}
.dual-range input[type=range]::-moz-range-track {
  height: 28px;
  background: transparent;
  border: 0;
}
.dual-range input[type=range]::-webkit-slider-thumb {
  appearance: none;
  pointer-events: auto;
  width: 16px;
  height: 16px;
  margin-top: 6px;
  border: 0;
  border-radius: 50%;
  background: #3c6635;
  cursor: pointer;
  position: relative;
  z-index: 2;
  box-shadow: none;
}
.dual-range input[type=range]::-moz-range-thumb {
  pointer-events: auto;
  width: 16px;
  height: 16px;
  border: 0;
  border-radius: 50%;
  background: #3c6635;
  cursor: pointer;
  box-shadow: none;
}

.archive-chips {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.archive-chip {
  display: block;
  width: 100%;
  padding: 0.65rem 1rem;
  border: 1.5px solid #3c6635;
  border-radius: 12px 12px 0 0;
  background: #ffffff;
  color: #3c6635;
  font-size: 0.9rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.archive-chip:hover {
  color: #2f5229;
}
.archive-chip.is-active {
  background: #9eaa8e;
  color: #2f5229;
}
.archive-chip--btn {
  width: auto;
  min-width: 96px;
  padding: 0.4rem 1.4rem;
  margin-top: 0.15rem;
}

.archive-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  margin-top: 50px;
}
.archive-pager a {
  min-width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #3c6635;
  border-radius: 12px 12px 0 0;
  color: #3c6635;
  font-size: 0.92rem;
  font-weight: 600;
}
.archive-pager a:hover {
  background: rgba(60, 102, 53, 0.08);
  color: #2f5229;
}
.archive-pager a.is-active {
  background: #3c6635;
  color: #ffffff;
}
.archive-pager__arrow {
  width: 32px;
  min-width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 0.85rem;
}
.archive-pager__arrow.is-disabled {
  opacity: 0.35;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #3c6635;
  color: #3c6635;
}

.blog-archive-hero {
  padding: 50px 0 0;
}
@media (min-width: 768px) {
  .blog-archive-hero {
    padding-top: 100px;
  }
}
.blog-archive-hero h1 {
  margin: 0 0 0.75rem;
  color: #3c6635;
  font-size: 1.55rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .blog-archive-hero h1 {
    font-size: 1.85rem;
  }
}
.blog-archive-hero > .container > p {
  margin: 0 0 50px;
  color: #3c6635;
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.9;
}

.blog-cats {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.65rem;
  overflow-x: auto;
  padding-bottom: 0.15rem;
  -webkit-overflow-scrolling: touch;
}
.blog-cats a,
.blog-cats button {
  flex: 0 0 auto;
  border: 1.5px solid #3c6635;
  border-radius: 12px 12px 0 0;
  background: #ffffff;
  color: #3c6635;
  padding: 0.5rem 1.15rem;
  font-size: 0.9rem;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
  line-height: 1.4;
}
.blog-cats a:hover,
.blog-cats button:hover {
  background: rgba(60, 102, 53, 0.08);
  color: #2f5229;
}
.blog-cats a.is-active,
.blog-cats button.is-active {
  background: #3c6635;
  color: #ffffff;
}

.blog-archive-page {
  padding-top: 50px;
}

.blog-featured {
  margin-bottom: 100px;
}
.blog-featured__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.blog-featured__badge {
  display: inline-flex;
  background: #3c6635;
  color: #ffffff;
  font-size: 0.78rem;
  padding: 0.3rem 0.75rem;
  border-radius: 8px;
  margin-bottom: 1rem;
}
.blog-featured h2 {
  margin: 0 0 1rem;
  color: #3c6635;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .blog-featured h2 {
    font-size: 1.65rem;
  }
}
.blog-featured p {
  margin: 0 0 1.35rem;
  color: #3c6635;
  font-size: 0.92rem;
  line-height: 2;
}
.blog-featured__img {
  display: block;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: #d7d2c8;
  aspect-ratio: 16/10;
}
.blog-featured__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-archive-heading {
  margin: 0 0 50px;
  color: #3c6635;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .blog-archive-heading {
    font-size: 1.5rem;
  }
}

.blog-archive-empty {
  margin: 0;
  text-align: center;
  color: #3c6635;
  font-size: 1rem;
  font-weight: 600;
}

.blog-post-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.blog-post-card__media {
  position: relative;
  width: 100%;
  margin-bottom: 1.75rem;
  flex-shrink: 0;
}
.blog-post-card__img {
  display: block;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: #d7d2c8;
  aspect-ratio: 4/3;
}
.blog-post-card__img img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
}
.blog-post-card__badge {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  background: #3c6635;
  color: #ffffff;
  font-size: 0.75rem;
  padding: 0.28rem 0.75rem;
  border-radius: 8px;
  white-space: nowrap;
  z-index: 1;
}
.blog-post-card h3 {
  margin: 0 0 0.55rem;
  color: #3c6635;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.blog-post-card h3 a {
  color: inherit;
  text-decoration: none;
}
.blog-post-card h3 a:hover {
  color: #2f5229;
}
.blog-post-card p {
  margin: 0 0 0.75rem;
  color: #4a4a4a;
  font-size: 0.85rem;
  line-height: 1.9;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.blog-post-card .more {
  color: #3c6635;
  font-weight: 600;
  font-size: 0.88rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: auto;
}
.blog-post-card .more:hover {
  color: #2f5229;
}

.blog-page-hero {
  padding: 50px 0 0;
}
@media (min-width: 768px) {
  .blog-page-hero {
    padding-top: 100px;
  }
}
.blog-page-hero h1 {
  margin: 0;
  color: #3c6635;
  font-size: 1.55rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .blog-page-hero h1 {
    font-size: 1.85rem;
  }
}

.blog-page {
  padding-top: 50px;
}

.blog-page__cover {
  border-radius: 20px;
  overflow: hidden;
  background: #d7d2c8;
  aspect-ratio: 16/9;
  margin-bottom: 1.5rem;
}
.blog-page__cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.blog-article h2 {
  margin: 0 0 1.15rem;
  color: #3c6635;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.7;
}
.blog-article .entry-content {
  color: #3c6635;
  font-size: 0.95rem;
  line-height: 2.1;
}
.blog-article .entry-content > *:last-child {
  margin-bottom: 0;
}
.blog-article .entry-content p {
  margin: 0 0 1.15rem;
}
.blog-article .entry-content h2,
.blog-article .entry-content h3,
.blog-article .entry-content h4 {
  margin: 1.5rem 0 0.85rem;
  color: #3c6635;
  font-weight: 700;
  line-height: 1.7;
}
.blog-article .entry-content h2 {
  font-size: 1.2rem;
}
.blog-article .entry-content h3 {
  font-size: 1.05rem;
}
.blog-article .entry-content ul,
.blog-article .entry-content ol {
  margin: 0 0 1.15rem;
  padding-right: 1.25rem;
}
.blog-article .entry-content li + li {
  margin-top: 0.35rem;
}
.blog-article .entry-content a {
  color: #2f5229;
  text-decoration: underline;
}
.blog-article .entry-content img,
.blog-article .entry-content figure {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 0 0 1.15rem;
}
.blog-article .entry-content blockquote {
  margin: 0 0 1.15rem;
  padding: 0.85rem 1rem;
  border-right: 3px solid #3c6635;
  background: rgba(60, 102, 53, 0.06);
}
.blog-article p {
  margin: 0 0 1.15rem;
  color: #3c6635;
  font-size: 0.95rem;
  line-height: 2.1;
}

.blog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 1.5rem 0 0;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.blog-tags a {
  display: inline-flex;
  align-items: center;
  background: #3c6635;
  color: #ffffff;
  font-size: 0.82rem;
  padding: 0.4rem 0.9rem;
  border-radius: 8px;
}
.blog-tags a:hover {
  background: #2f5229;
  color: #ffffff;
}

.blog-comment {
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.blog-comment h2,
.blog-comment .comment-reply-title {
  margin: 0 0 1.15rem;
  color: #3c6635;
  font-size: 1.15rem;
  font-weight: 700;
}
.blog-comment textarea,
.blog-comment input[type=text],
.blog-comment input[type=email] {
  width: 100%;
  border: 1.5px solid #3c6635;
  border-radius: 12px;
  background: transparent;
  color: #1c1c1c;
  font-family: inherit;
  font-size: 0.92rem;
  padding: 0.85rem 1rem;
}
.blog-comment textarea::placeholder,
.blog-comment input[type=text]::placeholder,
.blog-comment input[type=email]::placeholder {
  color: #3c6635;
}
.blog-comment textarea:focus,
.blog-comment input[type=text]:focus,
.blog-comment input[type=email]:focus {
  outline: none;
  border-color: #2f5229;
}
.blog-comment textarea {
  min-height: 160px;
  resize: vertical;
  margin-bottom: 1rem;
}
.blog-comment__submit,
.blog-comment .form-submit {
  display: flex;
  justify-content: center;
  margin-top: 1.35rem;
}
.blog-comment .btn-green,
.blog-comment input[type=submit] {
  align-self: center;
  min-width: 180px;
}

.blog-comments-list {
  padding-top: 50px;
  margin-bottom: 0.5rem;
}
.blog-comments-list__title {
  margin: 0 0 1rem;
  color: #3c6635;
  font-size: 1.15rem;
  font-weight: 700;
}
.blog-comments-list__items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-comments-list__items .comment {
  margin-bottom: 1rem;
  padding: 1rem;
  background: #e8e2d6;
  border-radius: 12px;
}
.blog-comments-list__items .comment-author {
  margin-bottom: 0.35rem;
  color: #3c6635;
  font-weight: 700;
}
.blog-comments-list__items .comment-meta {
  margin-bottom: 0.65rem;
  color: #4a4a4a;
  font-size: 0.8rem;
}
.blog-comments-list__items .comment-content {
  color: #1c1c1c;
  font-size: 0.9rem;
  line-height: 1.9;
}
.blog-comments-list__items .children {
  list-style: none;
  margin: 1rem 0 0;
  padding-right: 1rem;
}

.blog-comments-closed {
  margin: 50px 0 0;
  color: #4a4a4a;
  font-size: 0.92rem;
}

.blog-widgets {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.blog-widget {
  background: #e8e2d6;
  border-radius: 16px;
  padding: 1.25rem 1.2rem 0.85rem;
}
.blog-widget h2 {
  margin: 0 0 1rem;
  color: #3c6635;
  font-size: 1rem;
  font-weight: 700;
}
.blog-widget__cats {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-widget__cats li {
  border-bottom: 1px solid rgba(60, 102, 53, 0.18);
}
.blog-widget__cats li:last-child {
  border-bottom: none;
}
.blog-widget__cats a {
  display: block;
  padding: 0.7rem 0;
  color: #3c6635;
  font-size: 0.9rem;
}
.blog-widget__cats a:hover {
  color: #2f5229;
}
.blog-widget__posts {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-widget__posts li + li {
  margin-top: 0.85rem;
}
.blog-widget__posts a {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  color: #1c1c1c;
  font-size: 0.88rem;
  line-height: 1.8;
}
.blog-widget__posts a span {
  flex-shrink: 0;
  color: #3c6635;
  font-weight: 700;
  min-width: 1.1rem;
}
.blog-widget__posts a:hover {
  color: #3c6635;
}

.about-page-hero {
  padding: 50px 0 0;
}
@media (min-width: 768px) {
  .about-page-hero {
    padding-top: 100px;
  }
}
.about-page-hero h1 {
  margin: 0 0 0.85rem;
  color: #3c6635;
  font-size: 1.55rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .about-page-hero h1 {
    font-size: 1.85rem;
  }
}
.about-page-hero p {
  margin: 0 auto;
  max-width: 42rem;
  color: #3c6635;
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.9;
}

.about-page {
  padding-top: 50px;
}
.about-page > .container {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.about-story__copy h2 {
  margin: 0 0 1.15rem;
  color: #3c6635;
  font-size: 1.35rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .about-story__copy h2 {
    font-size: 1.55rem;
  }
}
.about-story__copy p {
  margin: 0 0 1.05rem;
  color: #3c6635;
  font-size: 0.92rem;
  line-height: 2.05;
}
.about-story__copy p:last-child {
  margin-bottom: 0;
}
.about-story__img {
  border-radius: 20px;
  overflow: hidden;
  background: #d7d2c8;
  aspect-ratio: 4/5;
}
.about-story__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-hero {
  padding-bottom: 50px;
}
.contact-hero > .container > .row {
  --bs-gutter-x: 1.25rem;
  --bs-gutter-y: 1.25rem;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .contact-hero > .container > .row {
    --bs-gutter-x: 1.5rem;
    max-width: 980px;
    margin-inline: auto;
  }
}

.contact-hero__copy h1 {
  margin: 0 0 0.85rem;
  color: #3c6635;
  font-size: 1.85rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .contact-hero__copy h1 {
    font-size: 2.15rem;
  }
}

.contact-hero__lead {
  margin: 0 0 1.75rem;
  color: #3c6635;
  text-align: center;
  font-size: 1.12rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .contact-hero__lead {
    font-size: 1.2rem;
  }
}

.contact-form-notice {
  max-width: 720px;
  margin: 0 auto 1.25rem;
  padding: 0.85rem 1rem;
  border-radius: 8px;
  text-align: center;
  font-size: 0.92rem;
  font-weight: 600;
}
.contact-form-notice--success {
  background: rgba(60, 102, 53, 0.12);
  color: #3c6635;
}
.contact-form-notice--error {
  background: rgba(180, 35, 24, 0.08);
  color: #b42318;
}

.contact-hero__visual {
  display: flex;
  justify-content: center;
}
.contact-hero__visual img {
  width: min(380px, 100%);
  height: auto;
  object-fit: contain;
}

.contact-facts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.35rem 1.5rem;
}
@media (min-width: 768px) {
  .contact-facts {
    grid-template-columns: 1fr 1fr;
  }
}

.contact-fact h2 {
  margin: 0 0 0.5rem;
  color: #3c6635;
  font-size: 1.15rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .contact-fact h2 {
    font-size: 1.22rem;
  }
}
.contact-fact p {
  margin: 0 0 1.15rem;
  color: #3c6635;
  font-size: 1.05rem;
  line-height: 1.85;
}
@media (min-width: 768px) {
  .contact-fact p {
    font-size: 1.1rem;
  }
}
.contact-fact a {
  color: inherit;
  text-decoration: none;
}
.contact-fact a:hover {
  color: #2f5229;
}
.contact-fact .socials {
  margin-top: 0.45rem;
  gap: 0.9rem;
}
.contact-fact .socials a img {
  width: 34px;
  height: 34px;
}

.contact-form-section {
  padding: 0 0 100px;
}
.contact-form-section h2 {
  margin: 0 0 0.85rem;
  color: #3c6635;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .contact-form-section h2 {
    font-size: 1.45rem;
  }
}
.contact-form-section > .container > p {
  margin: 0 auto 50px;
  max-width: 42rem;
  color: #3c6635;
  text-align: center;
  font-size: 0.92rem;
  line-height: 2;
}

.contact-form {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1.5px solid #3c6635;
  border-radius: 12px;
  background: transparent;
  color: #1c1c1c;
  font-family: inherit;
  font-size: 0.92rem;
  padding: 0.85rem 1rem;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #3c6635;
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #2f5229;
}
.contact-form textarea {
  min-height: 180px;
  resize: vertical;
}
.contact-form .btn-green {
  align-self: center;
  margin-top: 1.5rem;
  min-width: 180px;
}

.contact-map img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .contact-map img {
    height: 360px;
  }
}

/*# sourceMappingURL=style.css.map */
