/* Źródło Natury — mineral gallery direction */
.theme-zrodlo {
  --ink: #133244;
  --ink-soft: #5b7180;
  --green: #1f8b9a;
  --green-deep: #0d3b52;
  --green-light: #dff1f1;
  --lime: #8de0e2;
  --cream: #e8f1f4;
  --paper: #f7fbfc;
  --line: #c6d8df;
  --white: #fff;
  --danger: #a54e58;
  --shadow: 0 22px 55px rgba(13, 59, 82, .13);
  --radius: 0;
  --serif: 'Palatino Linotype', Palatino, Georgia, serif;
  --sans: 'Trebuchet MS', Arial, sans-serif;
}
body.theme-zrodlo { background: var(--paper); }
.theme-zrodlo .announcement { color: #dcf7f6; background: var(--green-deep); }
.theme-zrodlo .announcement a { color: #fff; }
.theme-zrodlo .site-header { background: var(--paper); border-bottom: 1px solid var(--line); }
.theme-zrodlo .header-main { min-height: 102px; }
.theme-zrodlo .wordmark__logo { width: 226px; height: auto; }
.theme-zrodlo .wordmark--footer .wordmark__logo { width: 236px; }
.theme-zrodlo .desktop-nav { gap: 24px; }
.theme-zrodlo .desktop-nav a { color: #587181; font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.theme-zrodlo .desktop-nav a::after { height: 1px; background: var(--green); }
.theme-zrodlo .desktop-nav a:hover,
.theme-zrodlo .desktop-nav a:focus-visible,
.theme-zrodlo .desktop-nav a.is-active { color: var(--green-deep); }
.theme-zrodlo .cart-trigger { color: var(--green-deep); background: transparent; border-color: var(--green); border-radius: 0; }
.theme-zrodlo .cart-trigger:hover,
.theme-zrodlo .cart-trigger:focus-visible { color: #fff; background: var(--green); }
.theme-zrodlo .cart-count { color: var(--green-deep); background: var(--lime); border-radius: 0; }
.theme-zrodlo .menu-toggle { border-radius: 0; }
.theme-zrodlo .home-hero { min-height: 700px; background: #eaf3f5; border-bottom: 0; }
.theme-zrodlo .hero__grid { grid-template-columns: minmax(0, 1.17fr) minmax(0, .83fr); gap: 84px; min-height: 700px; padding: 84px 0 96px; }
.theme-zrodlo .hero__visual { grid-column: 1; grid-row: 1; }
.theme-zrodlo .hero__copy { grid-column: 2; grid-row: 1; align-self: center; }
.theme-zrodlo .hero h1 { max-width: 515px; margin-bottom: 27px; color: var(--green-deep); font-size: clamp(3.25rem, 5.8vw, 6.1rem); font-weight: 400; letter-spacing: -.065em; }
.theme-zrodlo .hero__lead { max-width: 475px; font-size: 1.08rem; }
.theme-zrodlo .hero__note { max-width: 410px; margin-top: 32px; font-size: .83rem; }
.theme-zrodlo .hero__note-mark { color: var(--green); }
.theme-zrodlo .hero-photo { height: 540px; border: 1px solid rgba(13, 59, 82, .2); border-radius: 0 78px 0 78px; box-shadow: 16px 16px 0 rgba(31, 139, 154, .16); }
.theme-zrodlo .hero-photo::after { background: linear-gradient(180deg, transparent 44%, rgba(13, 59, 82, .18)); }
.theme-zrodlo .hero-photo img { object-position: center; }
.theme-zrodlo .hero-photo__caption { right: 19px; bottom: 19px; color: #fff; background: rgba(13, 59, 82, .86); border: 0; border-radius: 0; }
.theme-zrodlo .hero-photo__caption strong { color: var(--lime); }
.theme-zrodlo .button { min-height: 51px; border-radius: 0; }
.theme-zrodlo .button--primary { background: var(--green-deep); }
.theme-zrodlo .button--primary:hover,
.theme-zrodlo .button--primary:focus-visible { background: var(--green); }
.theme-zrodlo .button--secondary { border-color: #9abcc5; }
.theme-zrodlo .button--secondary:hover,
.theme-zrodlo .button--secondary:focus-visible { background: var(--green-light); border-color: var(--green); }
.theme-zrodlo .button--ghost:hover,
.theme-zrodlo .button--ghost:focus-visible { background: var(--green-light); }
.theme-zrodlo .categories-section { background: var(--paper); }
.theme-zrodlo .category-grid { grid-template-columns: repeat(3, 1fr); gap: 12px; }
.theme-zrodlo .category-tile { min-height: 176px; padding: 20px; background: transparent; border-color: var(--line); border-radius: 0; }
.theme-zrodlo .category-tile:nth-child(3n + 2) { margin-top: 25px; background: #edf6f7; }
.theme-zrodlo .category-tile::after { right: -52px; bottom: -62px; border-color: rgba(31, 139, 154, .25); border-radius: 0 40px 0 40px; transform: rotate(45deg); }
.theme-zrodlo .category-tile:hover,
.theme-zrodlo .category-tile:focus-visible { border-color: var(--green); box-shadow: var(--shadow); transform: translateY(-4px); }
.theme-zrodlo .category-tile__number { color: var(--green); }
.theme-zrodlo .category-tile__name { color: var(--green-deep); }
.theme-zrodlo .category-tile__arrow { color: var(--green); }
.theme-zrodlo .featured-section { background: #fff; }
.theme-zrodlo .product-grid { gap: 13px; }
.theme-zrodlo .product-card { border-color: var(--line); border-radius: 0; box-shadow: none; }
.theme-zrodlo .product-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.theme-zrodlo .product-card__media { min-height: 300px; background: #eff6f7; }
.theme-zrodlo .product-card__body { padding: 20px; }
.theme-zrodlo .product-card__meta { color: var(--green); }
.theme-zrodlo .split-section { background: var(--green-deep); }
.theme-zrodlo .principles-card { border-color: rgba(141, 224, 226, .35); border-radius: 0; background: rgba(255, 255, 255, .06); }
.theme-zrodlo .feature-grid { gap: 12px; }
.theme-zrodlo .feature-card { min-height: 245px; padding: 26px; background: #fff; border-top: 1px solid var(--green); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-left: 6px solid transparent; }
.theme-zrodlo .feature-card:nth-child(2),
.theme-zrodlo .feature-card:nth-child(4) { border-left-color: var(--lime); }
.theme-zrodlo .feature-card__icon { color: var(--green-deep); border-color: #9abcc5; border-radius: 0; }
.theme-zrodlo .routine-section { background: #fff; }
.theme-zrodlo .routine__visual { border-radius: 0 78px 0 78px; background: linear-gradient(135deg, #d7eef0, #e7f2f6 50%, #b9d9df); }
.theme-zrodlo .routine__visual::before,
.theme-zrodlo .routine__visual::after { border-color: rgba(13, 59, 82, .23); border-radius: 0 45px 0 45px; transform: rotate(45deg); }
.theme-zrodlo .routine__label { color: var(--green-deep); background: rgba(255, 255, 255, .74); border-color: rgba(13, 59, 82, .25); border-radius: 0; transform: translate(-50%, -50%) rotate(0); }
.theme-zrodlo .testimonials-section { background: #eaf4f6; }
.theme-zrodlo .testimonial-grid { gap: 13px; }
.theme-zrodlo .testimonial-card { min-height: 340px; padding: 35px; background: #fff; border-color: var(--line); border-radius: 0; }
.theme-zrodlo .testimonial-card__avatar { color: #fff; background: var(--green-deep); border-radius: 0; }
.theme-zrodlo .editorial-section { background: #fff; }
.theme-zrodlo .editorial-grid { grid-template-columns: .8fr 1.25fr .8fr; gap: 12px; }
.theme-zrodlo .editorial-card { min-height: 306px; border-radius: 0; }
.theme-zrodlo .editorial-card--shop { background: var(--green-deep); }
.theme-zrodlo .editorial-card--guide { background: #dff1f1; }
.theme-zrodlo .editorial-card--advertorial { background: #eaf0f5; }
.theme-zrodlo .science-teaser { background: var(--green); }
.theme-zrodlo .final-cta { background: #d5edef; }
.theme-zrodlo .page-intro { background: #eaf3f5; border-bottom-color: var(--line); }
.theme-zrodlo input,
.theme-zrodlo select,
.theme-zrodlo textarea { border-radius: 0; border-color: #aac6cf; background: #fff; }
.theme-zrodlo input:focus,
.theme-zrodlo select:focus,
.theme-zrodlo textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(31, 139, 154, .15); }
.theme-zrodlo .contact-details,
.theme-zrodlo .privacy-settings-card,
.theme-zrodlo .checkout-form,
.theme-zrodlo .product-gallery__main { border-radius: 0; }
.theme-zrodlo .site-footer { background: #0b3044; }
.theme-zrodlo .footer-grid h2 { color: var(--lime); }

@media (max-width: 860px) {
  .theme-zrodlo .hero__grid { grid-template-columns: 1fr; gap: 48px; min-height: 0; padding: 70px 0 80px; }
  .theme-zrodlo .hero__copy,
  .theme-zrodlo .hero__visual { grid-column: auto; grid-row: auto; }
  .theme-zrodlo .hero__visual { max-width: 650px; margin: 0 auto; }
  .theme-zrodlo .hero-photo { height: 450px; }
}
@media (max-width: 600px) {
  .theme-zrodlo .wordmark__logo { width: 192px; }
  .theme-zrodlo .hero h1 { font-size: clamp(3rem, 14vw, 4.25rem); }
  .theme-zrodlo .category-grid { grid-template-columns: 1fr; }
  .theme-zrodlo .category-tile:nth-child(3n + 2) { margin-top: 0; }
  .theme-zrodlo .hero-photo { height: 330px; border-radius: 0 48px 0 48px; box-shadow: 9px 9px 0 rgba(31, 139, 154, .15); }
  .theme-zrodlo .editorial-grid { grid-template-columns: 1fr; }
}
