/* SAM-LIT – vlastní design (technologie & elektro) */

html,
html.boxed {
  margin: 0;
  padding: 0;
  background: #f8fafc;
}

body,
body.container-w,
html.boxed body,
html.boxed body.container-w {
  font-family: "Plus Jakarta Sans", "Segoe UI", system-ui, sans-serif !important;
  background: #f8fafc !important;
  color: var(--sl-text);
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.sam-lit-site .pro-content,
.sam-lit-home .pro-content,
.sam-lit-site .pro-content.page-content,
.sam-lit-home .pro-content.page-content {
  padding-top: 0 !important;
}

/* ========== HEADER ========== */
.new-header-wrapper {
  background: var(--sl-header) !important;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25) !important;
  width: 100%;
  max-width: none;
  margin: 0;
}

.envo-top-bar {
  background: linear-gradient(90deg, var(--sl-header) 0%, #3d6628 50%, var(--sl-header) 100%) !important;
  border-bottom: 2px solid var(--sl-accent) !important;
  padding: 8px 0 !important;
  min-height: 38px !important;
}

.envo-top-bar .top-bar-left,
.envo-top-bar .top-bar-left span {
  color: var(--sl-text-on-dark) !important;
}

.envo-top-bar .top-bar-center {
  color: var(--sl-accent-soft) !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em;
}

.envo-top-bar .social-icon {
  color: var(--sl-text-on-dark) !important;
}

.envo-top-bar .social-icon:hover {
  color: var(--sl-accent-soft) !important;
  opacity: 1 !important;
}

.new-header-top {
  background: var(--sl-header) !important;
  border-bottom: none !important;
  padding: 18px 0 !important;
}

.new-logo {
  font-size: 28px !important;
  font-weight: 800 !important;
  color: #fff !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase;
}

.new-logo span {
  color: var(--sl-accent-soft) !important;
  font-weight: 800;
}

.new-search-form {
  border: 1px solid rgba(197, 214, 41, 0.35) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  backdrop-filter: blur(8px);
}

.new-search-input {
  background: transparent !important;
  color: #fff !important;
}

.new-search-input::placeholder {
  color: rgba(255, 255, 255, 0.55) !important;
}

.new-search-button::before {
  background: var(--sl-primary) !important;
}

.new-search-button i,
.new-search-button i.fas,
.new-search-button i.fa-search {
  color: #fff !important;
}

.new-logo .logo-blue,
.new-logo:hover .logo-yellow {
  color: var(--sl-accent-soft) !important;
}

.new-logo:hover {
  color: #fff !important;
}

.header-icon {
  color: rgba(255, 255, 255, 0.85) !important;
  width: 42px;
  height: 42px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition: background 0.2s, color 0.2s;
}

.header-icon:hover {
  background: rgba(197, 214, 41, 0.15) !important;
  color: var(--sl-accent) !important;
}

.cart-badge {
  background: var(--sl-accent) !important;
  color: var(--sl-header) !important;
}

.new-nav-section {
  background: var(--sl-nav) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
  box-shadow: none !important;
  padding: 10px 0 !important;
}

.categories-button {
  background: linear-gradient(135deg, var(--sl-cta) 0%, var(--sl-cta-dark) 100%) !important;
  border-radius: 999px !important;
  box-shadow: 0 4px 14px var(--sl-cta-shadow) !important;
  text-decoration: none !important;
}

.new-nav-link {
  color: var(--sl-text-on-dark) !important;
  font-weight: 500 !important;
}

.new-nav-link:hover {
  color: var(--sl-accent-soft) !important;
}

.new-nav-link.active {
  color: #fff !important;
}

.new-nav-link.active::after {
  background: var(--sl-accent-soft) !important;
}

.sl-nav-cta {
  text-decoration: none;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  border-radius: 999px;
  border: 1px solid var(--sl-accent-soft);
  color: var(--sl-accent-soft);
  transition: all 0.2s;
}

.sl-nav-cta:hover {
  background: var(--sl-accent-soft);
  color: var(--sl-header);
}

.new-dropdown-menu {
  border-radius: var(--sl-radius) !important;
  border: 1px solid var(--sl-border) !important;
  box-shadow: var(--sl-shadow) !important;
  background: #fff !important;
}

.new-dropdown-item {
  color: var(--sl-text) !important;
}

.new-dropdown-item:hover {
  background: var(--sl-surface) !important;
  color: var(--sl-primary-dark) !important;
}

.cart-price {
  background: var(--sl-primary) !important;
  color: #fff !important;
}

.nav-badge {
  background: var(--sl-accent-soft) !important;
  color: var(--sl-header) !important;
}

/* Mobile header */
.new-mobile-header {
  background: var(--sl-header) !important;
  border-bottom: 2px solid var(--sl-accent) !important;
}

.new-mobile-logo {
  background: none !important;
  -webkit-text-fill-color: #fff !important;
  color: #fff !important;
  font-weight: 800 !important;
  letter-spacing: 0.06em;
}

.new-mobile-menu-toggle {
  background: var(--sl-primary) !important;
  color: #fff !important;
}

.new-mobile-search {
  background: var(--sl-nav) !important;
}

.new-mobile-menu {
  background: var(--sl-header) !important;
}

.new-mobile-menu-item {
  color: rgba(255, 255, 255, 0.9) !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
}

/* ========== FOOTER ========== */
#footer-modern {
  background: linear-gradient(160deg, var(--sl-header) 0%, #2f5219 100%) !important;
  margin-top: 80px !important;
}

#footer-modern h3 {
  border-bottom-color: rgba(197, 214, 41, 0.35) !important;
}

.navbar.fixed-bottom {
  background: linear-gradient(135deg, var(--sl-header) 0%, var(--sl-primary-dark) 100%) !important;
  border-color: var(--sl-accent) !important;
}

/* ========== HOMEPAGE ========== */
.sam-lit-home .hero-section {
  background: transparent !important;
  padding: 0 !important;
}

.sam-lit-home .sl-hero {
  background: linear-gradient(135deg, var(--sl-header) 0%, #3d6628 55%, var(--sl-primary) 100%) !important;
  border-radius: 0 0 var(--sl-radius-lg) var(--sl-radius-lg);
  overflow: hidden;
  position: relative;
}

.sam-lit-home .sl-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 50%, rgba(197, 214, 41, 0.18) 0%, transparent 45%),
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.06) 0%, transparent 40%);
  pointer-events: none;
}

.sam-lit-home .hero-banner {
  background: transparent !important;
  min-height: 420px !important;
  padding: 48px 40px !important;
  position: relative;
  z-index: 1;
  display: flex !important;
  align-items: center !important;
  gap: 40px !important;
}

.sam-lit-home .hero-banner-content {
  flex: 1;
  max-width: 50%;
  position: relative;
  z-index: 2;
}

.sam-lit-home .hero-banner h1 {
  color: #fff !important;
  font-size: clamp(1.75rem, 4vw, 2.75rem) !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
}

.sam-lit-home .hero-banner .hero-subtitle {
  color: var(--sl-text-muted-on-dark) !important;
  font-size: 1.05rem !important;
  line-height: 1.65 !important;
}

.sam-lit-home .hero-banner .hero-subtitle strong {
  color: var(--sl-accent-soft) !important;
}

.sam-lit-home .hero-banner-image-wrapper {
  background: rgba(255, 255, 255, 0.95) !important;
  border-radius: var(--sl-radius-lg) !important;
  box-shadow: var(--sl-shadow) !important;
  width: 46% !important;
  margin: 24px;
  height: calc(100% - 48px) !important;
  top: 24px !important;
  right: 24px !important;
}

.sam-lit-home .btn-shop-now {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  background: linear-gradient(135deg, var(--sl-cta) 0%, var(--sl-cta-dark) 100%) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 999px !important;
  font-weight: 700 !important;
  font-size: 1rem;
  line-height: 1.25;
  text-decoration: none !important;
  outline: none;
  box-shadow: 0 8px 24px var(--sl-cta-shadow) !important;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.sam-lit-home .btn-shop-now:hover,
.sam-lit-home .btn-shop-now:focus,
.sam-lit-home .btn-shop-now:active,
.sam-lit-home .btn-shop-now:visited {
  background: linear-gradient(135deg, var(--sl-cta-dark) 0%, var(--sl-cta-darker) 100%) !important;
  color: #fff !important;
  text-decoration: none !important;
  border: none !important;
  outline: none;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(22, 163, 74, 0.42) !important;
}

.sam-lit-home .btn-shop-now:focus-visible {
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.45), 0 8px 24px var(--sl-cta-shadow) !important;
}

.sam-lit-home .promo-block-text {
  color: var(--sl-text) !important;
}

.sam-lit-home .section-title {
  color: var(--sl-text) !important;
}

.sam-lit-home .section-subtitle {
  color: var(--sl-text-muted) !important;
}

.sam-lit-home .service-feature-block {
  border-radius: var(--sl-radius) !important;
  border: 1px solid var(--sl-border) !important;
  background: #fff !important;
}

.sam-lit-home .service-feature-block div[style*="background:"] {
  background: linear-gradient(135deg, var(--sl-primary) 0%, var(--sl-primary-dark) 100%) !important;
  border-radius: 10px !important;
}

.sam-lit-home .promo-block {
  background: #fff !important;
  border: 1px solid var(--sl-border) !important;
  border-radius: var(--sl-radius-lg) !important;
}

.sam-lit-home .category-card {
  background: #fff !important;
  border-radius: var(--sl-radius) !important;
  border: 1px solid var(--sl-border) !important;
}

.sam-lit-home .category-card:hover {
  border-color: var(--sl-primary) !important;
  box-shadow: 0 12px 32px rgba(8, 145, 178, 0.15) !important;
}

.sam-lit-home .category-card-icon {
  color: var(--sl-primary) !important;
}

.sam-lit-home .product-card {
  border-radius: var(--sl-radius) !important;
  border: 1px solid var(--sl-border) !important;
}

.sam-lit-home .product-card:hover {
  border-color: var(--sl-primary) !important;
  box-shadow: 0 12px 28px rgba(8, 145, 178, 0.12) !important;
}

.sam-lit-home .product-card-image {
  background: var(--sl-surface) !important;
}

.sam-lit-home .product-card-price .current-price {
  color: var(--sl-primary) !important;
}

.sam-lit-home .section-title::after {
  background: linear-gradient(90deg, var(--sl-primary), var(--sl-accent)) !important;
}

.sam-lit-home .feature-section {
  background: linear-gradient(180deg, var(--sl-surface) 0%, #fff 100%) !important;
}

.sam-lit-home .feature-box {
  border-radius: var(--sl-radius-lg) !important;
  border: 1px solid var(--sl-border) !important;
}

.sam-lit-home .feature-box-icon {
  color: var(--sl-primary) !important;
}

.sam-lit-home .merchant-slider {
  background: linear-gradient(135deg, var(--sl-surface) 0%, #fff 100%) !important;
  border-color: rgba(8, 145, 178, 0.2) !important;
  border-radius: var(--sl-radius-lg) !important;
}

.sam-lit-home .merchant-logo {
  border-color: rgba(8, 145, 178, 0.2) !important;
  border-radius: 10px !important;
}

.sam-lit-home .merchant-nav {
  color: var(--sl-primary) !important;
  border-color: rgba(8, 145, 178, 0.3) !important;
}

.sam-lit-home .faq-question.active,
.sam-lit-home .faq-question:hover {
  color: var(--sl-primary) !important;
}

.sam-lit-home .btn-primary-custom,
.sam-lit-home .btn-view-all {
  background: linear-gradient(135deg, var(--sl-cta) 0%, var(--sl-cta-dark) 100%) !important;
  border: none !important;
  border-radius: 999px !important;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 4px 14px var(--sl-cta-shadow) !important;
}

.sam-lit-home .btn-primary-custom:hover,
.sam-lit-home .btn-primary-custom:focus,
.sam-lit-home .btn-view-all:hover,
.sam-lit-home .btn-view-all:focus {
  background: linear-gradient(135deg, var(--sl-cta-dark) 0%, var(--sl-cta-darker) 100%) !important;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 8px 20px rgba(22, 163, 74, 0.38) !important;
}

/* ========== SUBPAGES (inline blue overrides) ========== */
.breadcrumb a,
.breadcrumb-item a {
  color: var(--sl-primary) !important;
}

.btn-thm,
.btn-primary {
  background: linear-gradient(135deg, var(--sl-cta) 0%, var(--sl-cta-dark) 100%) !important;
  border-color: var(--sl-cta-dark) !important;
  text-decoration: none !important;
}

[style*="border-left: 4px solid #2563eb"],
[style*="border-left: 4px solid #1a5490"],
[style*="border-left: 4px solid #ea580c"] {
  border-left-color: var(--sl-primary) !important;
}

[style*="color: #2563eb"],
[style*="color:#2563eb"] {
  color: var(--sl-primary) !important;
}

[style*="background: #2563eb"],
[style*="background:#2563eb"],
[style*="background: linear-gradient(135deg, #2563eb"] {
  background: linear-gradient(135deg, var(--sl-primary) 0%, var(--sl-primary-dark) 100%) !important;
}

[style*="border-bottom: 2px solid #2563eb"],
[style*="border-bottom: 3px solid #2563eb"] {
  border-bottom-color: var(--sl-primary) !important;
}

[style*="border: 1px solid #2563eb"] {
  border-color: var(--sl-primary) !important;
}

.pro-content .main-title h2 {
  color: var(--sl-text) !important;
}

.sl-nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.sl-nav-left {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.new-search-form {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 100%;
  height: 48px;
  width: 100%;
}

.new-search-form .fa-search {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  font-size: 15px;
}

.new-search-input {
  flex: 1;
  padding: 0 20px 0 48px;
  border: none;
  height: 100%;
  outline: none;
  font-size: 15px;
  border-radius: 999px;
  background: transparent;
}

.new-nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
}

.new-nav-link.dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}

.categories-button {
  text-decoration: none;
  color: #fff;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.sl-search-breadcrumb-wrap {
  max-width: 100%;
  overflow: visible;
  padding-left: 15px;
  padding-right: 15px;
}

.sl-search-breadcrumb .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sl-search-breadcrumb .breadcrumb-item {
  display: inline-flex;
  align-items: center;
}

.sl-search-breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}

.sl-search-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  float: none;
  content: "/";
  padding: 0 0.5rem;
  color: #6c757d;
}

/* Foundation breadcrumbs (legacy banner.php) – horizontální layout bez Foundation CSS */
ul.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0.75rem 15px;
}

ul.breadcrumbs > li {
  display: inline-flex;
  align-items: center;
  float: none;
}

ul.breadcrumbs > li:not(:last-child)::after {
  content: "/";
  padding: 0 0.5rem;
  color: #6c757d;
}

ul.breadcrumbs > li a {
  color: var(--sl-primary-dark, #2f5219);
  text-decoration: none;
}

ul.breadcrumbs > li a:hover {
  color: var(--sl-primary, #4a7c2e);
  text-decoration: underline;
}

ul.breadcrumbs > li.current a,
ul.breadcrumbs > li.current {
  color: #6c757d;
}

.sl-search-breadcrumb .breadcrumb-item a {
  color: var(--sl-primary-dark, #2f5219);
  text-decoration: none;
}

.sl-search-breadcrumb .breadcrumb-item a:hover {
  color: var(--sl-primary, #4a7c2e);
  text-decoration: underline;
}

.sl-search-breadcrumb .breadcrumb-item.active {
  color: #6c757d;
}

/* Magazín / výpis článků */
.sl-magazine-page {
  padding: 30px 0 60px;
}

.sl-magazine-header {
  margin-bottom: 40px;
}

.sl-magazine-label {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--sl-primary, #4a7c2e);
  margin-bottom: 10px;
}

.sl-magazine-title {
  font-size: 2rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 12px;
  line-height: 1.25;
}

.sl-magazine-lead {
  font-size: 1.05rem;
  color: #64748b;
  margin: 0;
  max-width: 720px;
  line-height: 1.7;
}

.sl-articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.sl-article-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
  color: #1e293b;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.sl-article-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(74, 124, 46, 0.15);
  text-decoration: none;
  color: #1e293b;
}

.sl-article-card-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  background: linear-gradient(135deg, #f5f8eb 0%, #ffffff 100%);
}

.sl-article-card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.sl-article-card-date {
  font-size: 0.85rem;
  color: #64748b;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.sl-article-card-title {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 12px;
  line-height: 1.4;
  color: #1e293b;
}

.sl-article-card-excerpt {
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0 0 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex-grow: 1;
}

.sl-article-card-more {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--sl-primary, #4a7c2e);
}

.sl-magazine-empty {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 40px;
  text-align: center;
  color: #64748b;
}

@media (max-width: 992px) {
  .sl-articles-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .sl-articles-grid {
    grid-template-columns: 1fr;
  }

  .sl-magazine-title {
    font-size: 1.6rem;
  }
}

/* Detail článku */
.sl-article-page {
  padding: 24px 0 56px;
}

.sl-article-detail {
  background: #fff;
  border: 1px solid var(--sl-border, #d6e4b8);
  border-radius: var(--sl-radius-lg, 20px);
  padding: 28px;
  box-shadow: var(--sl-shadow, 0 8px 30px rgba(1, 15, 28, 0.08));
}

.sl-article-detail-title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: var(--sl-text, #1a2e14);
  margin: 0 0 16px;
  line-height: 1.25;
}

.sl-article-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: var(--sl-text-muted, #4a5c42);
  font-size: 0.92rem;
  margin-bottom: 24px;
}

.sl-article-detail-meta i {
  color: var(--sl-primary, #4a7c2e);
  margin-right: 6px;
}

.sl-article-detail-hero {
  margin: 0 0 28px;
}

.sl-article-detail-hero img {
  width: 100%;
  max-height: 420px;
  object-fit: contain;
  border-radius: var(--sl-radius, 12px);
  background: var(--sl-surface, #eef3eb);
}

.sl-article-detail-hero figcaption {
  margin-top: 10px;
  font-size: 0.85rem;
  color: var(--sl-text-muted, #4a5c42);
  font-style: italic;
}

.sl-article-detail-content {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--sl-text, #1a2e14);
}

.sl-article-detail-content h2,
.sl-article-detail-content h3 {
  color: var(--sl-primary-dark, #2f5219);
  margin-top: 1.6em;
}

.sl-article-detail-content p {
  margin-bottom: 1em;
}

.sl-article-detail-content a {
  color: var(--sl-primary, #4a7c2e);
  text-decoration: underline;
}

.sl-article-detail-tags {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--sl-border, #d6e4b8);
  font-size: 0.95rem;
}

.sl-article-detail-tags a {
  color: var(--sl-primary, #4a7c2e);
  font-weight: 600;
  text-decoration: none;
}

.sl-article-detail-author {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-top: 28px;
  padding: 20px;
  background: var(--sl-surface, #eef3eb);
  border-radius: var(--sl-radius, 12px);
}

.sl-article-detail-author img {
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.sl-article-detail-author p {
  margin: 8px 0 0;
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--sl-text-muted, #4a5c42);
}

.sl-article-sidebar {
  position: sticky;
  top: 24px;
}

.sl-article-sidebar-box {
  background: #fff;
  border: 1px solid var(--sl-border, #d6e4b8);
  border-radius: var(--sl-radius-lg, 20px);
  padding: 20px;
  margin-bottom: 16px;
  box-shadow: var(--sl-shadow, 0 8px 30px rgba(1, 15, 28, 0.08));
}

.sl-article-sidebar-box h2 {
  font-size: 1rem;
  font-weight: 800;
  color: var(--sl-primary, #4a7c2e);
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(74, 124, 46, 0.2);
}

.sl-article-sidebar-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sl-article-sidebar-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  text-decoration: none;
  color: var(--sl-text, #1a2e14);
  border-bottom: 1px solid rgba(214, 228, 184, 0.6);
}

.sl-article-sidebar-item:last-child {
  border-bottom: none;
}

.sl-article-sidebar-item img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}

.sl-article-sidebar-item strong {
  display: block;
  font-size: 0.88rem;
  line-height: 1.35;
  margin-bottom: 4px;
}

.sl-article-sidebar-item em {
  font-style: normal;
  font-size: 0.78rem;
  color: var(--sl-text-muted, #4a5c42);
}

.sl-article-sidebar-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sl-article-sidebar-links a {
  display: block;
  padding: 8px 0;
  color: var(--sl-text, #1a2e14);
  text-decoration: none;
  font-size: 0.92rem;
}

.sl-article-sidebar-links a:hover {
  color: var(--sl-primary, #4a7c2e);
}

.sl-article-sidebar-cta {
  display: block;
  text-align: center;
  padding: 12px 16px;
  background: linear-gradient(135deg, #4a7c2e 0%, #2f5219 100%);
  color: #fff !important;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .sl-article-sidebar {
    position: static;
    margin-top: 8px;
  }

  .sl-article-detail {
    padding: 20px;
  }
}

/* Font Awesome – zajistí správné zobrazení ikon i v pill/badge prvcích */
.sam-lit-site i.fa-solid,
.sam-lit-site i.fas,
.sam-lit-site i.far,
.sam-lit-site i.fa,
.sam-lit-home i.fa-solid,
.sam-lit-home i.fas,
.sam-lit-home i.far,
.sam-lit-home i.fa {
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free" !important;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.sam-lit-site i.fab,
.sam-lit-home i.fab {
  font-family: "Font Awesome 6 Brands", "Font Awesome 5 Brands" !important;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 400 !important;
}

.sam-lit-site i.fa-solid,
.sam-lit-site i.fas,
.sam-lit-home i.fa-solid,
.sam-lit-home i.fas {
  font-weight: 900 !important;
}

.sam-lit-site i.far,
.sam-lit-home i.far {
  font-weight: 400 !important;
}


.sam-lit-site,
.sam-lit-home {
  color: var(--sl-text);
}

.sam-lit-site a:not(.btn):not(.new-nav-link):not(.categories-button):not(.sl-nav-cta):not(.sl-btn-shop):not(.sl-price-panel__cta):not(.sl-btn-primary):not(.sl-meta-pill):not(.btn-shop-now):not(.btn-primary-custom):not(.btn-view-all) {
  color: var(--sl-primary-dark);
}

.sam-lit-site a:not(.btn):not(.new-nav-link):not(.categories-button):not(.sl-nav-cta):not(.sl-btn-shop):not(.sl-price-panel__cta):not(.sl-btn-primary):not(.sl-meta-pill):not(.btn-shop-now):not(.btn-primary-custom):not(.btn-view-all):hover {
  color: var(--sl-primary);
}

#footer-modern,
#footer-modern a {
  color: var(--sl-text-on-dark) !important;
}

#footer-modern a:hover {
  color: var(--sl-accent-soft) !important;
}

@media (max-width: 991px) {
  .sam-lit-home .hero-banner {
    flex-direction: column !important;
    min-height: auto !important;
    padding-bottom: 0 !important;
  }

  .sam-lit-home .hero-banner-content {
    max-width: 100% !important;
  }

  .sam-lit-home .hero-banner-image-wrapper {
    position: relative !important;
    width: 100% !important;
    height: 280px !important;
    right: auto !important;
    top: auto !important;
    margin: 0 0 24px !important;
  }
}
