/** Shopify CDN: Minification failed

Line 1178:0 Unexpected "}"

**/
/* =========================================================
   VANLASHES PARTNER CLUB
   DESIGN TOKENS
   ========================================================= */

:root {

  /* COLORS */
  --vl-color-primary: #8a2639;
  --vl-color-primary-hover: #741f30;

  --vl-color-bg: #fbfaf8;
  --vl-color-surface: #ffffff;
  --vl-color-surface-soft: #f7f3f1;

  --vl-color-text: #241b1b;
  --vl-color-text-light: #655b57;

  --vl-color-border: #eadfd7;

  /* RADIUS */

  --vl-radius-section: 34px;
  --vl-radius-card: 24px;
  --vl-radius-image: 16px;
  --vl-radius-pill: 999px;

  /* SHADOW */

  --vl-shadow-card:
    0 18px 45px rgba(80,40,30,.05);

  /* SPACING */

  --vl-space-xs: 8px;
  --vl-space-sm: 16px;
  --vl-space-md: 24px;
  --vl-space-lg: 32px;
  --vl-space-xl: 48px;

  /* CONTAINER */

  --vl-container: 1180px;

}
html {
  scroll-behavior: smooth;
}

/* =========================================================
   PARTNER CLUB — TYPOGRAFIE Z THEME EDITORU
   ========================================================= */

.vl-partner-club {
  font-family: var(--font-paragraph--family);
  font-style: var(--font-paragraph--style);
  font-weight: var(--font-paragraph--weight);
  font-size: var(--font-paragraph--size);
  line-height: var(--font-paragraph--line-height);
  letter-spacing: var(--font-paragraph--letter-spacing);
}

.vl-partner-club h1,
.vl-dashboard-header h1,
.vl-ui-header__heading {
  font-family: var(--font-h1--family);
  font-style: var(--font-h1--style);
  font-weight: var(--font-h1--weight);
  font-size: var(--font-h1--size);
  line-height: var(--font-h1--line-height);
  letter-spacing: var(--font-h1--letter-spacing);
  text-transform: var(--font-h1--case);
}

.vl-partner-club h2,
.vl-section-header h2 {
  font-family: var(--font-h2--family);
  font-style: var(--font-h2--style);
  font-weight: var(--font-h2--weight);
  font-size: var(--font-h2--size);
  line-height: var(--font-h2--line-height);
  letter-spacing: var(--font-h2--letter-spacing);
  text-transform: var(--font-h2--case);
}

.vl-partner-club h3,
.vl-partner-card__title {
  font-family: var(--font-h3--family);
  font-style: var(--font-h3--style);
  font-weight: var(--font-h3--weight);
  font-size: var(--font-h3--size);
  line-height: var(--font-h3--line-height);
  letter-spacing: var(--font-h3--letter-spacing);
  text-transform: var(--font-h3--case);
}

.vl-eyebrow,
.vl-ui-header__eyebrow,
.vl-info-card span,
.vl-material-group h3,
.vl-partner-card__badge,
.vl-program-pill {
  font-family: var(--font-h6--family);
  font-style: var(--font-h6--style);
  font-weight: var(--font-h6--weight);
  font-size: var(--font-h6--size);
  line-height: var(--font-h6--line-height);
  letter-spacing: var(--font-h6--letter-spacing);
  text-transform: var(--font-h6--case);
}

.vl-partner-club p,
.vl-dashboard-header__text,
.vl-ui-header__description,
.vl-material-card__text,
.vl-partner-card__text,
.vl-partner-card__price,
.vl-faq__answer,
.vl-faq__empty,
.vl-section-header__description {
  font-family: var(--font-paragraph--family);
  font-style: var(--font-paragraph--style);
  font-weight: var(--font-paragraph--weight);
  font-size: var(--font-paragraph--size);
  line-height: var(--font-paragraph--line-height);
  letter-spacing: var(--font-paragraph--letter-spacing);
}

.vl-button,
.vl-download-card,
.vl-dashboard-nav a,
.vl-sidebar__nav a,
.vl-material-card__content .vl-news-card__button,
.vl-partner-card__button {
  font-family: var(--button-font-family-primary, var(--font-paragraph--family));
  text-transform: var(--button-text-case-primary);
}

.vl-partner-club {
  background: #fbfaf8;
  padding: clamp(70px, 8vw, 110px) 20px;
  color: #241b1b;
}

.vl-container {
  max-width: 1180px;
  margin: 0 auto;
}

.vl-hero {
  max-width: 820px;
  margin: 0 auto 70px;
  text-align: center;
}

.vl-eyebrow {
  margin: 0 0 18px;
  color: #8a2639;
}

.vl-hero h1,
.vl-section h2 {
  margin: 0 0 24px;
}

.vl-hero p {
  max-width: 720px;
  margin: 0 auto;
  color: #655b57;
}

.vl-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  margin-top: 28px;
  padding: 14px 30px;
  border: 0;
  border-radius: 999px;
  background: #8a2639;
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.vl-button:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}

.vl-programs {
  max-width: 960px;
  margin: 0 auto 34px;
  text-align: center;
}

.vl-programs__grid,
.vl-info-grid,
.vl-card-grid,
.vl-downloads {
  display: grid;
  gap: 18px;
}

.vl-programs__grid {
  margin-top: 26px;
  grid-template-columns: repeat(3, 1fr);
}

.vl-program-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 14px 18px;
  border: 1px solid #eadfd7;
  border-radius: 999px;
  background: #fff;
  color: #9a908b;
}

.vl-program-pill.is-active {
  background: #8a2639;
  border-color: #8a2639;
  color: #fff;
}

.vl-dashboard-nav {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  max-width: 960px;
  margin: 0 auto 46px;
}

.vl-dashboard-nav a {
  padding: 14px 16px;
  border: 1px solid #eadfd7;
  border-radius: 999px;
  background: #fff;
  color: #8a2639 !important;
  text-decoration: none;
  text-align: center;
}

.vl-section {
  margin: 30px auto;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid #eadfd7;
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(80, 40, 30, 0.05);
  scroll-margin-top: 120px;
}

.vl-section--dark {
  background: #8a2639;
  color: #fff;
}

.vl-section--dark .vl-eyebrow,
.vl-section--dark h2 {
  color: #fff;
}

.vl-section--dark .vl-highlight-card {
  background: #fff;
  border-color: rgba(255, 255, 255, 0.35);
}

.vl-section--dark .vl-highlight-card h3 {
  color: #8a2639;
}

.vl-section--dark .vl-highlight-card p {
  color: #655b57;
}

.vl-info-grid {
  grid-template-columns: repeat(4, 1fr);
}

.vl-info-card,
.vl-card,
.vl-highlight-card,
.vl-text-card {
  padding: 24px;
  border: 1px solid #eadfd7;
  border-radius: 26px;
  background: #fbfaf8;
}

.vl-info-card span {
  display: block;
  margin-bottom: 10px;
  color: #8a2639;
}


.vl-card-grid {
  grid-template-columns: repeat(3, 1fr);
}

.vl-card h3,
.vl-highlight-card h3,
.vl-text-card h3 {
  margin: 0 0 12px;
  color: #8a2639;
}

.vl-card p,
.vl-highlight-card p,
.vl-text-card p {
  margin: 0 0 16px;
  color: #655b57;
}

.vl-code {
  display: block;
  margin-top: 14px;
  color: #8a2639;
}

.vl-spaced {
  margin-top: 18px;
}

.vl-material-group {
  margin-top: 26px;
}

.vl-material-group:first-of-type {
  margin-top: 0;
}

.vl-material-group h3 {
  margin: 0 0 18px;
  color: #8a2639;
}

.vl-downloads {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: stretch;
}

.vl-downloads--two {
  grid-template-columns: repeat(2, 1fr);
}

.vl-download-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  margin: 0;
  padding: 16px 18px;
  border-radius: 999px;
  background: #8a2639;
  color: #fff !important;
  text-decoration: none;
  text-align: center;
}

/* =========================================================
   PARTNER CLUB — FAQ AKORDEON
   ========================================================= */

.vl-faq {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.vl-faq__item {
  overflow: hidden;
  border: 1px solid var(--vl-color-border);
  border-radius: 20px;
  background: var(--vl-color-bg);
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease;
}

.vl-faq__item:hover {
  border-color: rgba(138, 38, 57, 0.3);
}

.vl-faq__item[open] {
  border-color: rgba(138, 38, 57, 0.28);
  background: var(--vl-color-surface);
  box-shadow: 0 12px 30px rgba(80, 40, 30, 0.06);
}

.vl-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 20px 24px;
  color: var(--vl-color-text);
  cursor: pointer;
  list-style: none;
}

.vl-faq__question::-webkit-details-marker {
  display: none;
}

.vl-faq__question::marker {
  display: none;
  content: "";
}

.vl-faq__question-text {
  min-width: 0;
}

.vl-faq__icon {
  position: relative;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(138, 38, 57, 0.08);
  transition:
    background-color 0.25s ease,
    transform 0.25s ease;
}

.vl-faq__icon-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1.5px;
  border-radius: 999px;
  background: var(--vl-color-primary);
  transform: translate(-50%, -50%);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.vl-faq__icon-line:last-child {
  transform: translate(-50%, -50%) rotate(90deg);
}

.vl-faq__item[open] .vl-faq__icon {
  background: var(--vl-color-primary);
  transform: rotate(180deg);
}

.vl-faq__item[open] .vl-faq__icon-line {
  background: #ffffff;
}

.vl-faq__item[open] .vl-faq__icon-line:last-child {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg);
}

.vl-faq__answer-wrapper {
  padding: 0 24px 24px;
}

.vl-faq__answer {
  max-width: 760px;
  padding-top: 2px;
  color: var(--vl-color-text-light);
}

.vl-faq__answer .metafield-rich_text_field > *:first-child {
  margin-top: 0;
}

.vl-faq__answer .metafield-rich_text_field > *:last-child {
  margin-bottom: 0;
}

.vl-faq__answer p {
  margin: 0 0 12px;
}

.vl-faq__answer a {
  color: var(--vl-color-primary);
  text-underline-offset: 3px;
}

.vl-faq__empty {
  padding: 24px;
  border: 1px solid var(--vl-color-border);
  border-radius: 20px;
  background: var(--vl-color-bg);
  color: var(--vl-color-text-light);
}

.vl-faq__empty p {
  margin: 0;
}

@media screen and (max-width: 680px) {
  .vl-faq {
    gap: 10px;
  }

  .vl-faq__question {
    min-height: 64px;
    padding: 18px;
    gap: 16px;
  }

  .vl-faq__icon {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
  }

  .vl-faq__answer-wrapper {
    padding: 0 18px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vl-faq__item,
  .vl-faq__icon,
  .vl-faq__icon-line {
    transition: none;
  }
}

/* =========================================================
   DASHBOARD
   ========================================================= */

.vl-dashboard {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}

.vl-dashboard__content {
  min-width: 0;
}

.vl-sidebar {
  position: sticky;
  top: 24px;
  padding: 24px;
  border: 1px solid rgba(138, 38, 57, 0.14);
  border-radius: 24px;
  background: #fff;
}

.vl-sidebar__brand h3 {
  margin: 0 0 24px;
}

.vl-sidebar__nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.vl-sidebar__nav a {
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 12px 16px;
  border-radius: 14px;
  color: #655b57;
  text-decoration: none;
  transition:
    background-color .25s ease,
    color .25s ease,
    transform .25s ease;
}

.vl-sidebar__nav a:hover {
  background: rgba(138,38,57,.08);
  color: var(--vl-color-primary);
}

.vl-sidebar__nav a.is-active {
  background: var(--vl-color-primary);
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(138, 38, 57, 0.18);
}

.vl-sidebar__nav a.is-active:hover {
  background: var(--vl-color-primary-hover);
  color: #fff !important;
}

.vl-sidebar__nav a:hover {
  background: rgba(138, 38, 57, 0.08);
  color: #8a2639;
}

.vl-dashboard-header {
  max-width: 720px;
  margin: 0 0 56px;
}

.vl-dashboard-header h1 {
  margin: 0 0 20px;
}

.vl-dashboard-header__text {
  max-width: 650px;
  color: #666;
}

/* =========================================================
   MARKETINGOVÉ MATERIÁLY
   ========================================================= */

.vl-material-card {
  display: flex;
  flex-direction: column;
  min-height: 360px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(138, 38, 57, 0.18);
  border-radius: 22px;
  background: #fff;
}

.vl-material-card__image {
  width: calc(100% + 56px);
  aspect-ratio: 16 / 9;
  margin: -28px -28px 26px;
  overflow: hidden;
  background: #f7f3f1;
}

.vl-material-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vl-material-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.vl-material-card__content .vl-eyebrow {
  margin-bottom: 14px;
}

.vl-material-card__content h3 {
  margin: 0 0 14px;
}

.vl-material-card__text {
  margin-bottom: 24px;
  color: #675f5c;
}

.vl-material-card__text p {
  margin-top: 0;
}

.vl-material-card__content .vl-news-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-height: 46px;
  margin-top: auto;
  padding: 12px 22px;
  border-radius: 999px;
  background: #8a2639;
  color: #fff;
  text-decoration: none;
}

.vl-material-card__content .vl-news-card__button:hover {
  opacity: 0.86;
}
/* =========================================================
   PARTNER CLUB UI KIT
   ========================================================= */

.vl-ui-header {
  margin-bottom: 30px;
}

.vl-ui-header__eyebrow {
  margin-bottom: 16px;
}

.vl-ui-header__heading {
  margin: 0;
}

.vl-ui-header__description {
  max-width: 720px;
  margin-top: 16px;
  color: #655b57;
}

.vl-badge {
  display: flex;
  align-items: center;
  gap: 9px;
}

.vl-badge__icon {
  flex: 0 0 auto;
}

.vl-badge__label {
  min-width: 0;
}
/* =========================================================
   UNIVERZÁLNÍ KARTA PARTNER CLUBU
   ========================================================= */

.partner-featured__header {
  margin-bottom: 30px;
}

.partner-featured__eyebrow {
  margin-bottom: 16px;
}

.partner-featured__heading {
  margin-bottom: 0 !important;
}

.partner-featured__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  width: 100%;
  align-items: stretch;
}

.vl-partner-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(138, 38, 57, 0.18);
  border-radius: 24px;
  background: #fbfaf8;
}

.vl-partner-card__badge {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 62px;
  padding: 20px 24px 16px;
  color: #655b57;
}

.vl-partner-card__image-wrapper {
  display: block;
  width: calc(100% - 48px);
  aspect-ratio: 4 / 3;
  margin: 0 24px;
  overflow: hidden;
  border-radius: 16px;
  background: #f4efec;
}

.vl-partner-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
}

.vl-partner-card__image-wrapper:hover .vl-partner-card__image {
  transform: scale(1.025);
}

.vl-partner-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px 24px 24px;
}

.vl-partner-card__details {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.vl-partner-card__title {
  margin: 0 0 12px;
}

.vl-partner-card__title a {
  color: #8a2639;
  text-decoration: none;
}

.vl-partner-card__title a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.vl-partner-card__text {
  margin: 0 0 16px;
  color: #655b57;
}

.vl-partner-card__text p {
  margin: 0;
}

.vl-partner-card__price {
  margin: 0;
  color: #655b57;
}

.vl-partner-card__button {
  align-self: flex-start;
  min-width: 190px;
  min-height: 48px;
  margin-top: 26px;
  padding: 12px 24px;
}

@media screen and (max-width: 900px) {
  .partner-featured__grid {
    gap: 18px;
  }

  .vl-partner-card__badge {
    padding-right: 20px;
    padding-left: 20px;
  }

  .vl-partner-card__image-wrapper {
    width: calc(100% - 40px);
    margin-right: 20px;
    margin-left: 20px;
  }

  .vl-partner-card__content {
    padding: 20px;
  }

  .vl-partner-card__button {
    width: 100%;
    min-width: 0;
  }
}

@media screen and (max-width: 680px) {
  .partner-featured__header {
    margin-bottom: 24px;
  }

  .partner-featured__grid {
    grid-template-columns: 1fr;
  }

  .vl-partner-card {
    border-radius: 22px;
  }

}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media screen and (max-width: 900px) {
  .vl-programs__grid,
  .vl-info-grid,
  .vl-card-grid,
  .vl-downloads,
  .vl-downloads--two,
  .vl-dashboard-nav {
    grid-template-columns: 1fr;
  }

  .vl-hero {
    margin-bottom: 48px;
  }

  .vl-dashboard {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .vl-sidebar {
    position: static;
  }

  .vl-sidebar__nav {
    flex-direction: row;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .vl-sidebar__nav a {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .partner-featured__grid {
    gap: 18px;
  }

  .partner-featured__badge {
    padding-right: 20px;
    padding-left: 20px;
  }

  .partner-featured__image-wrapper {
    width: calc(100% - 40px);
    margin-right: 20px;
    margin-left: 20px;
  }

  .partner-featured__content {
    padding: 20px;
  }

  .partner-featured__button {
    width: 100%;
    min-width: 0;
  }
}

@media screen and (max-width: 680px) {
  .vl-partner-club {
    padding-right: 14px;
    padding-left: 14px;
  }

  .vl-section {
    padding: 26px 20px;
    border-radius: 26px;
  }

  .partner-featured__header {
    margin-bottom: 24px;
  }

  .partner-featured__grid {
    grid-template-columns: 1fr;
  }

  .partner-featured__card {
    border-radius: 22px;
  }

  .partner-featured__image-wrapper {
    aspect-ratio: 4 / 3;
  }

}
/* Partner Club — mezera mezi popisem sekce a obsahem */

.vl-section-header {
  margin-bottom: 40px;
}

.vl-section-header h2 {
  margin-bottom: 0;
}

.vl-section-header__description {
  max-width: 720px;
  margin-top: 16px;
  color: var(--vl-color-text-light);
}
/* =========================================================
   SIDEBAR — AKTIVNÍ POLOŽKA
   ========================================================= */

.vl-sidebar[data-partner-sidebar] .vl-sidebar__nav a.is-active,
.vl-sidebar[data-partner-sidebar] .vl-sidebar__nav a[aria-current="location"] {
  background-color: #8a2639 !important;
  color: #ffffff !important;
  box-shadow: 0 8px 20px rgba(138, 38, 57, 0.2) !important;
}

.vl-sidebar[data-partner-sidebar] .vl-sidebar__nav a.is-active:hover,
.vl-sidebar[data-partner-sidebar] .vl-sidebar__nav a[aria-current="location"]:hover {
  background-color: #741f30 !important;
  color: #ffffff !important;
}
/* =========================================================
   PARTNER CLUB — JEDNOTNÝ SYSTÉM KARET
   ========================================================= */

.vl-card-grid,
.partner-featured__grid,
.vl-downloads {
  align-items: stretch;
}

/* Běžné obsahové karty */
.vl-card,
.vl-highlight-card,
.vl-text-card {
  box-sizing: border-box;
  padding: 28px;
  border: 1px solid var(--vl-color-border);
  border-radius: var(--vl-radius-card);
  background: var(--vl-color-bg);
}

/* Karty v gridu mají stejnou výšku */
.vl-card-grid > .vl-card,
.vl-card-grid > .vl-highlight-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 220px;
}

/* Jednotné nadpisy */
.vl-card h3,
.vl-highlight-card h3,
.vl-text-card h3,
.vl-material-card__content h3,
.vl-partner-card__title {
  margin: 0 0 14px;
  color: var(--vl-color-primary);
}

/* Jednotné texty */
.vl-card p,
.vl-highlight-card p,
.vl-text-card p,
.vl-material-card__text,
.vl-partner-card__text {
  margin: 0;
  color: var(--vl-color-text-light);
}

/* Více odstavců uvnitř jedné karty */
.vl-text-card h3:not(:first-child) {
  margin-top: 28px;
}

.vl-text-card p + h3 {
  margin-top: 28px;
}

/* Univerzální produktové karty */
.vl-partner-card {
  height: 100%;
  border-radius: var(--vl-radius-card);
}

.vl-partner-card__content {
  gap: 22px;
}

.vl-partner-card__details {
  gap: 0;
}

.vl-partner-card__button {
  margin-top: auto;
}

/* Materiály */
.vl-material-card {
  height: 100%;
  min-height: 390px;
  border-radius: var(--vl-radius-card);
}

.vl-material-card__content {
  gap: 0;
}

.vl-material-card__text {
  margin-bottom: 26px;
}

.vl-material-card__content .vl-news-card__button {
  margin-top: auto;
}

/* Informační karty v sekci Můj účet */
.vl-info-grid {
  align-items: stretch;
}

.vl-info-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 132px;
  padding: 26px;
  border-radius: 20px;
}

.vl-info-card span {
  margin-bottom: 12px;
}


/* Tlačítka uvnitř karet */
.vl-card .vl-button,
.vl-highlight-card .vl-button,
.vl-text-card .vl-button,
.vl-partner-card .vl-button {
  align-self: flex-start;
  margin-top: auto;
}

/* Hover pouze na klikatelné / obsahové karty */
.vl-card,
.vl-highlight-card,
.vl-partner-card,
.vl-material-card {
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.vl-card:hover,
.vl-highlight-card:hover,
.vl-partner-card:hover,
.vl-material-card:hover {
  border-color: rgba(138, 38, 57, 0.28);
  box-shadow: 0 14px 34px rgba(80, 40, 30, 0.07);
  transform: translateY(-2px);
}

@media screen and (max-width: 680px) {
  .vl-card,
  .vl-highlight-card,
  .vl-text-card {
    padding: 22px;
  }

  .vl-card-grid > .vl-card,
  .vl-card-grid > .vl-highlight-card {
    min-height: auto;
  }

  .vl-material-card {
    min-height: auto;
  }

  .vl-info-card {
    min-height: 112px;
    padding: 22px;
  }

  .vl-card h3,
  .vl-highlight-card h3,
  .vl-text-card h3,
  .vl-material-card__content h3,
}

@media (prefers-reduced-motion: reduce) {
  .vl-card,
  .vl-highlight-card,
  .vl-partner-card,
  .vl-material-card {
    transition: none;
  }

  .vl-card:hover,
  .vl-highlight-card:hover,
  .vl-partner-card:hover,
  .vl-material-card:hover {
    transform: none;
  }
}
/* =====================================================
   PARTNER CLUB – OPRAVA ŠÍŘKY NA MOBILU
   ===================================================== */

@media screen and (max-width: 900px) {
  .vl-partner-club,
  .vl-partner-club .vl-container,
  .vl-dashboard,
  .vl-sidebar,
  .vl-dashboard__content,
  .vl-programs,
  .vl-programs__grid,
  .vl-section {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .vl-dashboard {
    grid-template-columns: minmax(0, 1fr);
  }

  .vl-sidebar {
    overflow: hidden;
  }

  .vl-sidebar__nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 4px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-inline: contain;
  }

  .vl-sidebar__nav::-webkit-scrollbar {
    display: none;
  }

  .vl-sidebar__nav a {
    flex: 0 0 auto;
    min-width: 0;
    white-space: nowrap;
  }

  .vl-programs__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .vl-program-pill {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 680px) {
  .vl-partner-club {
    padding-right: 14px;
    padding-left: 14px;
    overflow-x: clip;
  }
}
/* =========================================================
   PARTNER CLUB — MOBILNÍ MENU
   ========================================================= */

@media screen and (max-width: 900px) {
  .vl-partner-club .vl-sidebar {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    overflow: visible;
  }

  .vl-partner-club .vl-sidebar__nav {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .vl-partner-club .vl-sidebar__nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    min-height: 50px;
    padding: 12px 10px;
    white-space: normal !important;
    overflow-wrap: anywhere;
    text-align: center;
    line-height: 1.25;
  }

  .vl-partner-club .vl-sidebar__nav a:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }
}

@media screen and (max-width: 360px) {
  .vl-partner-club .vl-sidebar__nav {
    grid-template-columns: 1fr !important;
  }

  .vl-partner-club .vl-sidebar__nav a:last-child:nth-child(odd) {
    grid-column: auto;
  }
}