@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@600;700;800&display=swap");

/* Deney Kimya – Compact header: logo left, clear menu, no hover fill */

.desktop-header-active header:not(.header-slim) .header-compact .mid-bar .desktop-logo-wrapper,
.desktop-header-active .header-compact .mid-bar .desktop-logo-wrapper {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  transform: none !important;
  order: 1 !important;
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: 180px !important;
  margin: 0 20px 0 0 !important;
  height: auto !important;
  z-index: 5 !important;
}

.desktop-header-active .header-compact .mid-bar {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 4px;
  min-height: 78px;
  padding: 0 20px !important;
  position: relative;
}

.desktop-header-active header:not(.header-slim) .header-compact .mid-bar > div {
  max-width: none !important;
}

.desktop-header-active .header-compact .mid-bar .desktop-logo-wrapper #logo a {
  justify-content: flex-start !important;
  padding: 6px 0 !important;
  width: auto !important;
}

.desktop-header-active .header-compact .mid-bar .desktop-logo-wrapper img {
  max-height: 56px !important;
  width: auto !important;
}

.desktop-header-active .header-compact .mid-bar .desktop-main-menu-wrapper {
  order: 2 !important;
  flex: 1 1 auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  min-width: 0;
  position: static !important;
}

.desktop-header-active .header-compact .mid-bar .desktop-main-menu-wrapper .main-menu,
.desktop-header-active .header-compact .mid-bar .desktop-main-menu-wrapper #main-menu {
  width: auto !important;
  margin: 0 !important;
  justify-content: flex-start !important;
}

.desktop-header-active .header-compact .mid-bar .header-cart-group {
  order: 3 !important;
  flex: 0 0 auto !important;
  margin-left: auto !important;
}

.desktop-header-active .header-compact .main-menu > .j-menu {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  gap: 0;
}

/* Menu: Barlow — Türkçe okunaklı, tok; hafif sıkı aralık (aşırı condensed değil) */
.desktop-header-active .header-compact .main-menu > .j-menu > li > a,
.desktop-header-active .header-compact .main-menu > .j-menu > li > a .links-text,
.desktop-main-menu-wrapper .main-menu > .j-menu > li > a,
.desktop-main-menu-wrapper .main-menu > .j-menu > li > a .links-text {
  font-family: "Barlow", "Plus Jakarta Sans", "Segoe UI", sans-serif !important;
}

.desktop-header-active .header-compact .main-menu > .j-menu > li > a {
  color: #132418 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-transform: none !important;
  letter-spacing: -0.01em !important;
  padding: 13px 10px !important;
  border-radius: 0 !important;
  white-space: nowrap;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: inset 0 -3px 0 transparent;
  transition: color .15s ease, box-shadow .15s ease;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.desktop-header-active .header-compact .main-menu > .j-menu > li > a .links-text {
  font-size: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
  letter-spacing: inherit !important;
}

/* Dar ekranda sığdır — ama okunabilirliği koru */
@media (max-width: 1400px) {
  .desktop-header-active .header-compact .main-menu > .j-menu > li > a {
    font-size: 14px !important;
    padding: 12px 8px !important;
    letter-spacing: -0.015em !important;
  }
}

@media (max-width: 1200px) {
  .desktop-header-active .header-compact .main-menu > .j-menu > li > a {
    font-size: 13.5px !important;
    font-weight: 700 !important;
    padding: 12px 7px !important;
    letter-spacing: -0.02em !important;
  }
}

.desktop-header-active .header-compact .main-menu > .j-menu > li > a::before {
  display: none !important;
  content: none !important;
  margin: 0 !important;
}

/* Hover: color + underline only — no filled background */
.desktop-header-active .header-compact .main-menu > .j-menu > li:hover > a,
.desktop-header-active .header-compact .main-menu > .j-menu > li:focus-within > a,
.desktop-header-active .header-compact .main-menu > .j-menu > li.active > a,
.desktop-header-active .header-compact .main-menu > .j-menu > li.open > a {
  color: #1f6b35 !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: inset 0 -3px 0 #1f6b35;
}

/* Dropdown / submenu — clean, arrow centered / no broken triangle */
.desktop-header-active .header-compact .main-menu > .j-menu > li.dropdown,
.desktop-header-active .header-compact .main-menu > .j-menu > li.multi-level {
  position: relative !important;
}

.desktop-header-active .header-compact .main-menu .dropdown-menu.j-dropdown {
  min-width: 240px;
  padding: 8px 0 !important;
  margin-top: 0 !important;
  top: 100% !important;
  left: 0 !important;
  right: auto !important;
  transform: none !important;
  border: 1px solid #e2e8e4 !important;
  border-top: 3px solid #1f6b35 !important;
  border-radius: 0 !important;
  box-shadow: 0 10px 28px rgba(19, 36, 24, 0.12) !important;
  background: #fff !important;
}

/* Kill misaligned Journal triangle caret */
.desktop-header-active .header-compact .main-menu > .j-menu > li > .dropdown-menu::before,
.desktop-header-active .header-compact .main-menu > .j-menu > li > .dropdown-menu::after,
.desktop-main-menu-wrapper .main-menu > .j-menu > li > .dropdown-menu::before,
.desktop-main-menu-wrapper .main-menu > .j-menu > li > .dropdown-menu::after {
  display: none !important;
  content: none !important;
  border: 0 !important;
  width: 0 !important;
  height: 0 !important;
}

.desktop-header-active .header-compact .main-menu .dropdown-menu .j-menu > li > a {
  font-family: "Barlow", "Plus Jakarta Sans", "Segoe UI", sans-serif !important;
  color: #1a2e1f !important;
  font-size: 14.5px !important;
  font-weight: 600 !important;
  letter-spacing: -0.005em !important;
  padding: 10px 16px !important;
  background: transparent !important;
  background-color: transparent !important;
  white-space: nowrap;
}

.desktop-header-active .header-compact .main-menu .dropdown-menu .j-menu > li:hover > a,
.desktop-header-active .header-compact .main-menu .dropdown-menu .j-menu > li:focus-within > a {
  color: #1f6b35 !important;
  background: transparent !important;
  background-color: transparent !important;
}

.desktop-header-active .header-compact .menu-trigger {
  display: none !important;
}

.desktop-header-active .header-compact .top-bar {
  background: #16522d !important;
  color: #fff !important;
  min-height: 32px;
}

.desktop-header-active .header-compact .top-bar a,
.desktop-header-active .header-compact .top-bar .links-text {
  color: #fff !important;
  font-size: 12px !important;
}

/* Classic fallback */
.desktop-header-active .header-classic .mid-bar .desktop-logo-wrapper {
  position: relative !important;
  left: auto !important;
  transform: none !important;
  order: 1 !important;
  margin: 0 !important;
  flex-grow: 0 !important;
  width: auto !important;
  max-width: 180px !important;
}
.desktop-header-active .header-classic .desktop-main-menu-wrapper {
  background: #2e7d46 !important;
}
.desktop-header-active .header-classic .main-menu > .j-menu > li > a {
  font-family: "Barlow", "Plus Jakarta Sans", "Segoe UI", sans-serif !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  background: transparent !important;
}
.desktop-header-active .header-classic .main-menu > .j-menu > li:hover > a {
  background: transparent !important;
  color: #e8f5e9 !important;
}
.desktop-header-active .header-classic .main-menu > .j-menu > li > a::before {
  display: none !important;
}

/* ========== Product + category cards: bordered, compact, badges visible ========== */
.product-layout .product-thumb,
.main-products .product-thumb,
.module-products .product-thumb,
.side-products .product-thumb {
  background: #fff !important;
  border: 1px solid #e2e2e2 !important;
  padding: 8px !important;
  box-sizing: border-box;
}

.product-layout:hover .product-thumb,
.main-products .product-layout:hover .product-thumb,
.module-products .product-layout:hover .product-thumb {
  border-color: #e2e2e2 !important;
  box-shadow: 0 8px 24px rgba(19, 36, 24, 0.1) !important;
}

.product-thumb .product-labels,
.module-products .product-thumb .product-labels,
.main-products .product-thumb .product-labels {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 3;
}

.product-thumb .name,
.product-thumb .price,
.module-products .product-thumb .name,
.module-products .product-thumb .price,
.main-products .product-thumb .name,
.main-products .product-thumb .price {
  text-align: center !important;
}

.product-thumb .caption,
.module-products .product-thumb .caption {
  padding: 10px 6px 6px !important;
}

/* Hide main-menu product-count dots (keeps submenu clean) */
.desktop-header-active .header-compact .main-menu > .j-menu > li > a .count-badge,
.desktop-main-menu-wrapper .main-menu > .j-menu > li > a .count-badge {
  display: none !important;
}

/* Categories: same card language as bordered product cards */
.module-categories .category-thumb,
.main-categories .category-thumb,
.category-layout .category-thumb {
  background: #fff !important;
  border: 1px solid #e2e2e2 !important;
  padding: 10px !important;
  box-sizing: border-box;
  display: flex !important;
  flex-direction: column !important;
  min-height: 100%;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.module-categories .category-layout,
.module-categories .swiper-slide.category-layout {
  padding: 6px !important;
}

.module-categories .category-thumb:hover,
.category-layout:hover .category-thumb {
  border-color: #cfd6d1 !important;
  box-shadow: 0 8px 24px rgba(19, 36, 24, 0.1) !important;
  transform: translateY(-4px);
}

@media (prefers-reduced-motion: reduce) {
  .module-categories .category-thumb {
    transition: none;
  }
  .module-categories .category-thumb:hover,
  .category-layout:hover .category-thumb {
    transform: none;
  }
}

.module-categories .category-thumb .name,
.module-categories .category-thumb .name a {
  text-align: center !important;
  justify-content: center !important;
  margin: 8px 0 4px !important;
  transform: none !important;
  left: auto !important;
  position: static !important;
  width: 100% !important;
}

.module-categories .category-thumb .button-group {
  justify-content: center !important;
  margin-top: auto;
}

.module-categories .category-thumb .btn-view-more.btn {
  margin: 0 auto !important;
}

/* Product labels: larger, readable pills / ribbons */
.product-label > b,
.product-labels .product-label > b {
  font-size: 10px !important;
  line-height: 1.2 !important;
  padding: 6px 8px !important;
  letter-spacing: 0.02em;
}

.product-label-diagonal > b {
  font-size: 10px !important;
  padding: 5px 28px !important;
}

/* Hidden unused product labels (safety net if modules re-enable) */
.product-label-133,
.product-label-146,
.product-label-270 {
  display: none !important;
}

/* Product page trust rail (above price) — clean marketplace style */
.dk-trust {
  margin: 8px 0 14px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(31, 107, 53, 0.14);
  box-shadow: 0 1px 0 rgba(22, 82, 45, 0.04);
  overflow: hidden;
}

.dk-trust__list {
  list-style: none;
  margin: 0;
  padding: 6px 0 2px;
}

.dk-trust__item {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 10px;
  align-items: start;
  padding: 10px 14px;
  position: relative;
}

.dk-trust__item + .dk-trust__item::before {
  content: '';
  position: absolute;
  left: 50px;
  right: 14px;
  top: 0;
  height: 1px;
  background: #eef2ef;
}

.dk-trust__item--hl {
  background: linear-gradient(90deg, rgba(31, 107, 53, 0.08) 0%, rgba(31, 107, 53, 0.02) 100%);
}

.dk-trust__ico {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: #eef6f0;
  color: #1f6b35 !important;
  font-size: 15px !important;
  line-height: 1 !important;
}

.dk-trust__item--hl .dk-trust__ico {
  background: #1f6b35;
  color: #fff !important;
}

.dk-trust__copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  padding-top: 1px;
}

.dk-trust__title {
  font-size: 13px;
  font-weight: 700;
  color: #15231b;
  line-height: 1.25;
}

.dk-trust__desc {
  font-size: 12.5px;
  line-height: 1.4;
  color: #4a5a52;
}

.dk-trust__desc strong {
  color: #16522d;
  font-weight: 700;
}

.dk-trust__foot {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 10px 14px 12px;
  border-top: 1px solid #eef2ef;
  background: #f8faf8;
  font-size: 12px;
  line-height: 1.35;
  color: #3d4a43;
}

.dk-trust__foot .fa {
  color: #1f6b35;
  font-size: 14px;
}

.dk-trust__foot strong {
  color: #16522d;
}

.product-right .rating,
.product-info .rating {
  margin-top: 8px !important;
  margin-bottom: 6px !important;
}

.product-right .product-price-group {
  margin-top: 2px !important;
}

.product-info .product-blocks.blocks-default {
  margin-top: 16px !important;
}

/* Related products: roomier 4-across */
.module-products-253 .product-grid,
.module-products-253 .grid {
  --items: 4;
}

.product-right .product-details,
#product {
  margin-bottom: 0 !important;
}


/* ==========================================================================
   Homepage slider — native aspect, no forced crop / no canopy gimmicks
   Source slides are 1600×750. Master Slider uses width/height ratio; keep that.
   Clean, professional separation into Kategoriler below.
   ========================================================================== */

.module-master_slider-26 {
  position: relative;
  z-index: 1;
  margin: 0 !important;
}

.grid-row.grid-row-top-1 {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.grid-row.grid-row-top-2 {
  padding-top: 18px !important;
  padding-bottom: 8px !important;
  margin-top: 0 !important;
  background: #fff;
}

.module-categories-292 {
  position: relative;
  z-index: 2;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
}

.module-categories-292 .title.module-title {
  margin-top: 0 !important;
  margin-bottom: 12px !important;
  padding-top: 0 !important;
}

.module-categories-292 .module-body {
  padding-top: 0 !important;
}

/* Soft professional divider: 1px line into white, no overlap cards */
.module-master_slider-26::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, rgba(31, 107, 53, 0.35) 20%, rgba(31, 107, 53, 0.35) 80%, transparent 100%);
  pointer-events: none;
  z-index: 4;
}

/* Homepage: calm slider -> categories transition */
.module-master_slider-26 .master-slider {
  box-shadow: none !important;
}

/* Legal / information pages */
.dk-legal h2 {
  margin: 1.4em 0 0.55em;
  font-size: 1.15rem;
  color: #1f6b35;
}
.dk-legal h3 {
  margin: 1em 0 0.4em;
  font-size: 1.02rem;
}
.dk-legal table {
  width: 100%;
  border-collapse: collapse;
  margin: 0.6em 0 1em;
}
.dk-legal td {
  border: 1px solid #e2e8e4;
  padding: 8px 10px;
  vertical-align: top;
}
.dk-legal td:first-child {
  width: 32%;
  background: #f7fbf8;
  font-weight: 600;
}
.dk-legal ul {
  margin: 0.4em 0 0.8em 1.15em;
  padding: 0;
}
.dk-legal li { margin: 0.25em 0; }

/* Quickview disabled sitewide */
.btn-quickview,
.quickview-button,
a[data-quickview],
.product-quickview,
.quickview {
  display: none !important;
}

/* Header logo lockup */
#logo img,
.desktop-logo-wrapper img,
.mobile-logo-wrapper img {
  max-height: 64px;
  width: auto !important;
  height: auto !important;
  object-fit: contain;
  image-rendering: auto;
}

/* Typography: Plus Jakarta Sans (set in Journal variables) — readability polish */
html,
body,
.site-wrapper {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.product-thumb .name,
.product-thumb .name a,
.side-products .name a,
.blog-home .main-posts .name a {
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.35;
}

.module-products-section-head .title.module-title,
.title.page-title,
h1, h2, h3 {
  letter-spacing: -0.02em;
}

/* PDP gallery: keep main image crisp (no soft upscale look) */
.product-info .main-image img,
.product-left .main-image img {
  width: 100%;
  height: auto;
  image-rendering: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

/* ============================================================
   Blog listing: professional card grid (/blog)
   ============================================================ */
.blog-home .main-posts.post-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.blog-home .main-posts.post-grid .post-layout {
  display: flex;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 12px;
  box-sizing: border-box;
}

.blog-home .main-posts.post-grid .post-thumb {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #ffffff;
  border: 1px solid #e6ebe7;
  border-radius: 14px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.blog-home .main-posts.post-grid .post-thumb:hover {
  transform: translateY(-4px);
  border-color: #cfe0d4;
  box-shadow: 0 12px 28px rgba(31, 107, 53, 0.12);
}

.blog-home .main-posts.post-grid .post-thumb .image {
  position: relative;
  margin: 0;
  overflow: hidden;
}

.blog-home .main-posts.post-grid .post-thumb .image a {
  display: block;
  aspect-ratio: 16 / 10;
}

.blog-home .main-posts.post-grid .post-thumb .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.blog-home .main-posts.post-grid .post-thumb:hover .image img {
  transform: scale(1.05);
}

.blog-home .main-posts.post-grid .p-date-image {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  background: #1f6b35;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  padding: 7px 11px;
  border-radius: 999px;
  letter-spacing: 0.2px;
}

.blog-home .main-posts.post-grid .caption {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 18px 18px 20px;
}

.blog-home .main-posts.post-grid .post-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #8a938d;
}

.blog-home .main-posts.post-grid .post-stats span:empty {
  display: none;
}

.blog-home .main-posts.post-grid .name {
  margin: 0 0 10px;
}

.blog-home .main-posts.post-grid .name a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  color: #1c2b21;
  transition: color 0.2s ease;
}

.blog-home .main-posts.post-grid .post-thumb:hover .name a {
  color: #1f6b35;
}

.blog-home .main-posts.post-grid .description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #5f6b63;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 16px;
}

.blog-home .main-posts.post-grid .button-group {
  margin-top: auto;
}

.blog-home .main-posts.post-grid .btn-read-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: 1px solid #1f6b35;
  color: #1f6b35;
  font-size: 13px;
  font-weight: 600;
  padding: 9px 18px;
  border-radius: 999px;
  transition: background 0.2s ease, color 0.2s ease;
}

.blog-home .main-posts.post-grid .btn-read-more:hover {
  background: #1f6b35;
  color: #fff;
}

/* Tablet: 2 columns */
@media (max-width: 991px) {
  .blog-home .main-posts.post-grid .post-layout {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* Phone: 1 column */
@media (max-width: 600px) {
  .blog-home .main-posts.post-grid .post-layout {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* ============================================================
   Blog detail: content + right sidebar
   ============================================================ */
html.route-journal3-blog-post .side-column#column-right,
.blog-post ~ .row #column-right,
.blog-post #column-right.side-column {
  max-width: 300px;
}

@media (min-width: 992px) {
  html.route-journal3-blog-post.two-column,
html.route-journal3-blog.two-column #content,
  html.route-journal3-blog-post #content,
html.route-journal3-blog #content {
    max-width: calc(100% - 320px);
  }

  html.route-journal3-blog-post .side-column {
    max-width: 300px;
  }
}

.blog-post .post-details {
  background: #fff;
  border: 1px solid #e6ebe7;
  border-radius: 16px;
  padding: 0 0 28px;
  overflow: hidden;
}

.blog-post .post-image {
  margin: 0 0 18px;
}

.blog-post .post-image img {
  width: 100%;
  height: auto;
  border-radius: 0;
  display: block;
}

.blog-post .post-stats {
  padding: 0 28px;
  margin-bottom: 12px;
  color: #6b7a70;
  font-size: 13px;
  gap: 10px;
}

.blog-post .post-content {
  padding: 0 28px;
  font-size: 16px;
  line-height: 1.75;
  color: #243028;
}

.blog-post .post-content h2 {
  margin: 1.6em 0 0.55em;
  font-size: 1.35em;
  line-height: 1.3;
  color: #163322;
  font-weight: 700;
}

.blog-post .post-content h3 {
  margin: 1.25em 0 0.45em;
  font-size: 1.12em;
  color: #1c3d2a;
  font-weight: 650;
}

.blog-post .post-content p {
  margin: 0 0 1em;
}

.blog-post .post-content ul,
.blog-post .post-content ol {
  margin: 0 0 1.1em;
  padding-left: 1.25em;
}

.blog-post .post-content li + li {
  margin-top: 0.35em;
}

.blog-post .post-content a {
  color: #1f6b35;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.blog-post .post-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 1.25em;
  font-size: 0.95em;
}

.blog-post .post-content th,
.blog-post .post-content td {
  border: 1px solid #dde5e0;
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}

.blog-post .post-content th {
  background: #f3f7f4;
  color: #163322;
}

.blog-post .post-content .dk-blog-seo > p:first-child {
  font-size: 1.05em;
}

/* Comments + leave-comment form — same card language as post-details */
.blog-post .post-comments {
  background: #fff;
  border: 1px solid #e6ebe7;
  border-radius: 16px;
  padding: 24px 28px 28px;
  margin-top: 20px;
  overflow: hidden;
}

.blog-post .post-comments > .title {
  margin: 0 0 16px;
  padding: 0 0 10px;
  border-bottom: 2px solid #1f6b35;
  font-size: 18px;
  font-weight: 700;
  color: #163322;
  text-align: left;
  line-height: 1.25;
}

.blog-post .post-comments .post-comment {
  padding: 14px 0;
  border-bottom: 1px solid #eef2ef;
  margin: 0;
}

.blog-post .post-comments .post-comment:last-of-type {
  border-bottom: 0;
}

.blog-post .post-comments .comment-form {
  margin-top: 8px;
  padding-top: 4px;
}

.blog-post .post-comments .comment-form > .title {
  margin: 0 0 18px;
  padding: 0 0 10px;
  border-bottom: 2px solid #1f6b35;
  font-size: 18px;
  font-weight: 700;
  color: #163322;
  text-align: left;
  line-height: 1.25;
}

.blog-post .post-comments .comment-form .form-group {
  margin-bottom: 14px;
}

.blog-post .post-comments .comment-form .control-label {
  text-align: left;
  color: #3a4a40;
  font-weight: 600;
  font-size: 13px;
}

.blog-post .post-comments .comment-form .form-control {
  border: 1px solid #d7e0da;
  border-radius: 10px;
  box-shadow: none;
  padding: 10px 12px;
  min-height: 42px;
}

.blog-post .post-comments .comment-form textarea.form-control {
  min-height: 140px;
  resize: vertical;
}

.blog-post .post-comments .comment-form .form-control:focus {
  border-color: #1f6b35;
  box-shadow: 0 0 0 3px rgba(31, 107, 53, 0.12);
}

.blog-post .post-comments .comment-form .buttons {
  margin-top: 8px;
  overflow: hidden;
}

.blog-post .post-comments .comment-form .comment-submit {
  background: #1f6b35;
  border-color: #1f6b35;
  color: #fff;
  border-radius: 10px;
  font-weight: 600;
  padding: 10px 22px;
}

.blog-post .post-comments .comment-form .comment-submit:hover {
  background: #18582b;
  border-color: #18582b;
}

@media (max-width: 991px) {
  .blog-post .post-comments {
    padding: 18px;
  }
}

/* Sidebar modules — compact, left-aligned, tidy */
html.route-journal3-blog #column-right .module-blog_side_posts,
.blog-post #column-right .module-blog_side_posts,
html.route-journal3-blog-post #column-right .module-blog_side_posts {
  background: #fff;
  border: 1px solid #e6ebe7;
  border-radius: 12px;
  padding: 12px 12px 6px;
  margin-bottom: 14px;
}

html.route-journal3-blog #column-right .module-blog_side_posts .title.module-title,
.blog-post #column-right .module-blog_side_posts .title.module-title,
html.route-journal3-blog-post #column-right .module-blog_side_posts .title.module-title {
  margin: 0 0 8px;
  padding: 0 0 8px;
  border-bottom: 2px solid #1f6b35;
  font-size: 15px;
  font-weight: 700;
  color: #163322;
  text-align: left;
  line-height: 1.25;
}

html.route-journal3-blog #column-right .side-posts,
.blog-post #column-right .side-posts,
html.route-journal3-blog-post #column-right .side-posts {
  display: block;
  width: 100%;
}

html.route-journal3-blog #column-right .side-posts .post-layout,
.blog-post #column-right .side-posts .post-layout,
html.route-journal3-blog-post #column-right .side-posts .post-layout {
  width: 100%;
  margin: 0;
  padding: 0;
}

html.route-journal3-blog #column-right .side-posts .post-thumb,
.blog-post #column-right .side-posts .post-thumb,
html.route-journal3-blog-post #column-right .side-posts .post-thumb {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 8px 0;
  margin: 0;
  border-bottom: 1px solid #eef2ef;
  text-align: left;
}

html.route-journal3-blog #column-right .side-posts .post-layout:last-child .post-thumb,
.blog-post #column-right .side-posts .post-layout:last-child .post-thumb,
html.route-journal3-blog-post #column-right .side-posts .post-layout:last-child .post-thumb {
  border-bottom: 0;
  padding-bottom: 4px;
}

html.route-journal3-blog #column-right .side-posts .image,
.blog-post #column-right .side-posts .image,
html.route-journal3-blog-post #column-right .side-posts .image {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 8px;
}

html.route-journal3-blog #column-right .side-posts .image a,
.blog-post #column-right .side-posts .image a,
html.route-journal3-blog-post #column-right .side-posts .image a {
  display: block;
  width: 56px;
  height: 56px;
}

html.route-journal3-blog #column-right .side-posts .image img,
.blog-post #column-right .side-posts .image img,
html.route-journal3-blog-post #column-right .side-posts .image img {
  width: 56px !important;
  height: 56px !important;
  max-width: none;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

html.route-journal3-blog #column-right .side-posts .caption,
.blog-post #column-right .side-posts .caption,
html.route-journal3-blog-post #column-right .side-posts .caption {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
}

html.route-journal3-blog #column-right .side-posts .name,
.blog-post #column-right .side-posts .name,
html.route-journal3-blog-post #column-right .side-posts .name {
  margin: 0 0 4px;
  padding: 0;
  text-align: left;
}

html.route-journal3-blog #column-right .side-posts .name a,
.blog-post #column-right .side-posts .name a,
html.route-journal3-blog-post #column-right .side-posts .name a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 600;
  color: #1a2e22;
  text-decoration: none;
  text-align: left;
  white-space: normal;
}

html.route-journal3-blog #column-right .side-posts .name a:hover,
.blog-post #column-right .side-posts .name a:hover,
html.route-journal3-blog-post #column-right .side-posts .name a:hover {
  color: #1f6b35;
}

html.route-journal3-blog #column-right .side-posts .post-stats,
.blog-post #column-right .side-posts .post-stats,
html.route-journal3-blog-post #column-right .side-posts .post-stats {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin: 0;
  padding: 0;
  font-size: 11px;
  line-height: 1.2;
  color: #7a8880;
  text-align: left;
}

html.route-journal3-blog #column-right .side-posts .post-stats > span,
.blog-post #column-right .side-posts .post-stats > span,
html.route-journal3-blog-post #column-right .side-posts .post-stats > span {
  display: inline-flex !important;
  align-items: center;
  gap: 4px;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  width: auto !important;
}

@media (max-width: 991px) {
  .blog-post .post-stats,
  .blog-post .post-content {
    padding-left: 18px;
    padding-right: 18px;
  }
}

/* ============================================================
   Homepage: stacked category product sections (module 27)
   ============================================================ */
.module-products-27 .module-products-section {
  margin-bottom: 12px;
}

.module-products-27 .module-products-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid #1f6b35;
}

.module-products-27 .module-products-section-head .title.module-title {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 22px;
  font-weight: 700;
  color: #163322;
}

.module-products-27 .module-products-section-head .title.module-title a {
  color: inherit;
  text-decoration: none;
}

.module-products-27 .module-products-section-head .title.module-title a:hover {
  color: #1f6b35;
}

.module-products-27 .module-products-section-more {
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 600;
  color: #1f6b35;
  text-decoration: none;
  white-space: nowrap;
}

.module-products-27 .module-products-section-more:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  .module-products-27 .module-products-section-head .title.module-title {
    font-size: 18px;
  }
}

/* Footer bottom: copyright | Powered by Kampyeri | payment icons */
footer .grid-row-3 .grid-cols {
  align-items: center !important;
}

footer .grid-row-3 .grid-col-1 {
  text-align: left;
}

footer .grid-row-3 .grid-col-2 {
  text-align: center;
  display: flex;
  justify-content: center;
}

footer .grid-row-3 .grid-col-3 {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

footer .links-menu-305,
footer .links-menu.links-menu-305 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .links-menu-305 .module-body,
footer .links-menu-305 ul {
  justify-content: center !important;
  text-align: center !important;
  margin: 0 !important;
  padding: 0 !important;
}

footer .links-menu-305 .menu-item > a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  background: transparent !important;
}

footer .links-menu-305 .links-text {
  font-family: "Barlow", "Plus Jakarta Sans", "Segoe UI", sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  letter-spacing: 0.06em !important;
  text-transform: none !important;
  color: rgba(255, 255, 255, 0.72) !important;
  line-height: 1.4 !important;
  transition: color 0.15s ease, opacity 0.15s ease;
}

footer .links-menu-305 .menu-item > a:hover .links-text,
footer .links-menu-305 .menu-item > a:focus .links-text {
  color: rgba(255, 255, 255, 0.96) !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 760px) {
  footer .grid-row-3 .grid-col-1,
  footer .grid-row-3 .grid-col-2,
  footer .grid-row-3 .grid-col-3 {
    text-align: center !important;
    justify-content: center !important;
  }

  footer .links-menu-305 .links-text {
    font-size: 11.5px !important;
    letter-spacing: 0.045em !important;
  }
}


