:root {
  --mj-green: #5f9164;
  --mj-green-dark: #3e6042;
  --mj-green-soft: #eef5ef;
  --mj-ink: #1f2521;
  --mj-muted: #666d68;
  --mj-line: #dde4de;
  --mj-warm: #faf8f4;
  --mj-radius: 22px;
}

.in-prodejny-praha .content-inner > header,
.in-prodejny-praha .breadcrumbs,
.in-prodejny-praha .sidebar {
  display: none !important;
}

.in-prodejny-praha .content-wrapper-in,
.in-prodejny-praha .content-inner,
.in-prodejny-praha .content {
  max-width: none !important;
}

.in-prodejny-praha .content-wrapper-in > .content {
  float: none !important;
  width: 100% !important;
}

.in-prodejny-praha .content-inner {
  padding-top: 0 !important;
}

.mj-stores-page,
.mj-stores-page * {
  box-sizing: border-box;
}

.mj-stores-page {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 70px;
  color: var(--mj-ink);
}

.mj-stores-page h1,
.mj-stores-page h2,
.mj-stores-page h3,
.mj-stores-page p {
  margin-top: 0;
}

.mj-stores-page h1 {
  margin-bottom: 18px;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.02;
  font-weight: 400;
}

.mj-stores-page h2 {
  margin-bottom: 14px;
  font-size: clamp(29px, 3vw, 42px);
  line-height: 1.12;
  font-weight: 400;
}

.mj-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--mj-green-dark);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.mj-stores-hero {
  max-width: 860px;
  margin: 20px auto 42px;
  padding: 50px 20px 10px;
  text-align: center;
}

.mj-stores-hero p {
  max-width: 710px;
  margin: 0 auto;
  color: var(--mj-muted);
  font-size: 19px;
  line-height: 1.65;
}

.mj-visit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 80px;
}

.mj-visit-grid article {
  padding: 27px;
  border: 1px solid var(--mj-line);
  border-radius: var(--mj-radius);
  background: #fff;
}

.mj-visit-grid article > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: var(--mj-green-soft);
  font-size: 22px;
}

.mj-visit-grid h2 {
  margin-bottom: 8px;
  font-size: 23px;
}

.mj-visit-grid p {
  margin-bottom: 0;
  color: var(--mj-muted);
  line-height: 1.55;
}

.mj-store-section {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  overflow: hidden;
  margin-top: 34px;
  border: 1px solid var(--mj-line);
  border-radius: calc(var(--mj-radius) + 4px);
  background: #fff;
}

.mj-store-section--reverse {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
}

.mj-store-section--reverse .mj-store-photo {
  grid-column: 2;
}

.mj-store-section--reverse .mj-store-content {
  grid-column: 1;
  grid-row: 1;
}

.mj-store-photo {
  position: relative;
  min-height: 760px;
  background: var(--mj-warm);
}

.mj-store-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#karlin .mj-store-photo img {
  object-position: center 47%;
}

.mj-store-label {
  position: absolute;
  top: 22px;
  left: 22px;
  padding: 9px 14px;
  border-radius: 999px;
  background: var(--mj-green);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .03em;
}

.mj-store-label--takeaway {
  background: var(--mj-ink);
}

.mj-store-content {
  padding: 48px;
}

.mj-store-lead {
  margin-bottom: 26px;
  color: var(--mj-muted);
  font-size: 17px;
  line-height: 1.65;
}

.mj-store-lead strong {
  color: var(--mj-ink);
}

.mj-store-facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--mj-line);
  border-bottom: 1px solid var(--mj-line);
}

.mj-store-facts > div {
  padding: 20px 18px 20px 0;
}

.mj-store-facts > div + div {
  padding-left: 22px;
  border-left: 1px solid var(--mj-line);
}

.mj-store-facts span,
.mj-store-facts strong {
  display: block;
}

.mj-store-facts span {
  margin-bottom: 7px;
  color: var(--mj-muted);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.mj-store-facts strong {
  line-height: 1.55;
}

.mj-store-access {
  display: grid;
  gap: 9px;
  margin: 23px 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.mj-store-access li {
  color: var(--mj-muted);
  line-height: 1.45;
}

.mj-store-access li::before {
  display: none !important;
}

.mj-store-access span {
  display: inline-block;
  width: 29px;
}

.mj-takeaway-note {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  margin-bottom: 23px;
  padding: 15px 17px;
  border-radius: 14px;
  background: var(--mj-warm);
}

.mj-takeaway-note > span {
  font-size: 21px;
}

.mj-takeaway-note p {
  margin-bottom: 0;
  color: var(--mj-muted);
  line-height: 1.5;
}

.mj-store-map {
  overflow: hidden;
  position: relative;
  height: 230px;
  border: 1px solid var(--mj-line);
  border-radius: 15px;
  background: var(--mj-green-soft);
}

.mj-store-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.mj-map-link {
  display: inline-block;
  margin-top: 12px;
  color: var(--mj-green-dark) !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
}

.mj-map-link:hover {
  text-decoration: underline !important;
}

.mj-order-note {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 50px;
  align-items: center;
  margin-top: 72px;
  padding: 45px 48px;
  border-radius: var(--mj-radius);
  background: var(--mj-green-soft);
}

.mj-order-note h2,
.mj-order-note p {
  margin-bottom: 0;
}

.mj-order-note p {
  color: var(--mj-muted);
  font-size: 17px;
  line-height: 1.65;
}

.mj-promotions-section {
  margin-top: 82px;
}

.mj-section-heading {
  margin-bottom: 28px;
  text-align: center;
}

.mj-promotions-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.mj-promotion-card {
  overflow: hidden;
  border: 1px solid var(--mj-line);
  border-radius: var(--mj-radius);
  background: var(--mj-warm);
}

.mj-promotion-card img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .mj-visit-grid {
    grid-template-columns: 1fr;
  }

  .mj-store-section,
  .mj-store-section--reverse {
    grid-template-columns: 1fr;
  }

  .mj-store-section--reverse .mj-store-photo,
  .mj-store-section--reverse .mj-store-content {
    grid-column: auto;
    grid-row: auto;
  }

  .mj-store-photo {
    min-height: 520px;
  }

  #karlin .mj-store-photo img {
    object-position: center 53%;
  }

  .mj-order-note {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

@media (max-width: 767px) {
  .mj-stores-page {
    width: min(100% - 24px, 1180px);
    margin-bottom: 42px;
  }

  .mj-stores-hero {
    padding: 30px 6px 0;
    margin-bottom: 30px;
  }

  .mj-stores-hero p {
    font-size: 17px;
  }

  .mj-visit-grid {
    gap: 11px;
    margin-bottom: 54px;
  }

  .mj-visit-grid article {
    padding: 22px;
  }

  .mj-store-section {
    margin-top: 20px;
    border-radius: 20px;
  }

  .mj-store-photo {
    min-height: 390px;
  }

  #karlin .mj-store-photo img {
    object-position: center 48%;
  }

  .mj-store-content {
    padding: 28px 20px 24px;
  }

  .mj-store-facts {
    grid-template-columns: 1fr;
  }

  .mj-store-facts > div,
  .mj-store-facts > div + div {
    padding: 17px 0;
    border-left: 0;
  }

  .mj-store-facts > div + div {
    border-top: 1px solid var(--mj-line);
  }

  .mj-store-map {
    height: 210px;
  }

  .mj-order-note {
    margin: 55px -12px 0;
    padding: 34px 24px;
    border-radius: 0;
  }

  .mj-promotions-section {
    margin-top: 60px;
  }

  .mj-promotions-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
