/* lacnykrb.sk – Design system v3 | 2026-08-06
   Vratná prezentační vrstva bez změn URL a měření. */

:root {
  --lk-brand: #c23884;
  --lk-brand-dark: #9f2868;
  --lk-ink: #17181b;
  --lk-text: #34363b;
  --lk-muted: #6d7178;
  --lk-line: #e4e6ea;
  --lk-soft: #f6f7f8;
  --lk-white: #fff;
  --lk-success: #198754;
  --lk-radius-sm: 10px;
  --lk-radius: 16px;
  --lk-shadow: 0 10px 30px rgba(23, 24, 27, .08);
}

body {
  color: var(--lk-text);
  background: var(--lk-white);
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
  color: var(--lk-ink);
  line-height: 1.16;
  letter-spacing: -.025em;
}

a {
  text-underline-offset: 3px;
}

#header {
  background: rgba(255, 255, 255, .98);
  border-bottom: 1px solid var(--lk-line);
  box-shadow: 0 4px 18px rgba(23, 24, 27, .04);
}

#header .site-name img {
  width: auto;
  max-height: 58px;
}

.navigation-in > ul > li > a,
.menu-helper > span {
  font-weight: 700;
  letter-spacing: -.01em;
}

.navigation-in > ul > li > a:hover,
.navigation-in > ul > li.exp > a {
  color: var(--lk-brand);
}

.breadcrumbs {
  color: var(--lk-muted);
}

.carousel {
  overflow: hidden;
  border-radius: var(--lk-radius);
  box-shadow: var(--lk-shadow);
}

@media (min-width: 768px) {
  .type-index .sidebar,
  .type-category .sidebar,
  .type-detail .sidebar {
    display: none !important;
  }

  .type-index .content-wrapper-in,
  .type-category .content-wrapper-in,
  .type-detail .content-wrapper-in {
    display: block !important;
  }

  .type-index #content,
  .type-category #content,
  .type-detail #content {
    width: 100% !important;
    max-width: none !important;
  }

  .type-index .banners-row {
    margin-right: 0;
    margin-left: 0;
  }

  .type-index .carousel {
    width: 100% !important;
  }
}

.lk-shop-paths {
  margin: 34px 0 28px;
}

.lk-shop-paths__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

.lk-shop-paths__head h2 {
  margin: 0;
  font-size: clamp(26px, 2.3vw, 38px);
}

.lk-shop-paths__head p {
  max-width: 520px;
  margin: 0;
  color: var(--lk-muted);
  font-size: 15px;
  line-height: 1.5;
}

.lk-shop-paths__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.lk-path-card {
  position: relative;
  display: flex;
  min-height: 196px;
  padding: 24px;
  overflow: hidden;
  flex-direction: column;
  color: var(--lk-ink);
  text-decoration: none !important;
  background: var(--lk-soft);
  border: 1px solid var(--lk-line);
  border-radius: var(--lk-radius);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.lk-path-card:first-child {
  color: var(--lk-white);
  background: linear-gradient(135deg, var(--lk-brand-dark), var(--lk-brand));
  border-color: transparent;
}

.lk-path-card:hover {
  color: var(--lk-ink);
  transform: translateY(-3px);
  border-color: #d5b0c7;
  box-shadow: var(--lk-shadow);
}

.lk-path-card:first-child:hover {
  color: var(--lk-white);
}

.lk-path-card__kicker {
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .72;
}

.lk-path-card strong {
  margin-bottom: 9px;
  font-size: 23px;
  line-height: 1.12;
  letter-spacing: -.025em;
}

.lk-path-card__text {
  max-width: 34ch;
  font-size: 14px;
  line-height: 1.45;
  opacity: .78;
}

.lk-path-card__action {
  margin-top: auto;
  padding-top: 18px;
  font-size: 14px;
  font-weight: 800;
}

.lk-help-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) auto;
  gap: 28px;
  align-items: center;
  margin: 48px 0 12px;
  padding: 34px 38px;
  color: var(--lk-white);
  background: var(--lk-ink);
  border-radius: 20px;
  box-shadow: var(--lk-shadow);
}

.lk-help-cta h2 {
  margin: 0 0 8px;
  color: var(--lk-white);
  font-size: 30px;
}

.lk-help-cta p {
  max-width: 700px;
  margin: 0;
  color: rgba(255, 255, 255, .72);
  line-height: 1.55;
}

.lk-help-cta__actions {
  display: flex;
  gap: 10px;
}

.lk-help-cta .btn {
  min-height: 48px;
  padding: 13px 20px;
  white-space: nowrap;
}

.lk-help-cta .lk-btn-light {
  color: var(--lk-ink);
  background: var(--lk-white);
  border-color: var(--lk-white);
}

.lk-mobile-buy {
  display: none;
}

.benefitBanner {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
  margin-bottom: 42px;
}

.benefitBanner__item {
  display: flex !important;
  width: 100% !important;
  max-width: none !important;
  align-items: center;
  min-width: 0;
  min-height: 112px;
  padding: 18px 20px;
  background: var(--lk-white);
  border: 1px solid var(--lk-line);
  border-radius: var(--lk-radius);
  box-shadow: 0 6px 22px rgba(23, 24, 27, .05);
}

.benefitBanner__picture {
  flex: 0 0 72px;
  margin-right: 16px;
}

.benefitBanner__img {
  width: 68px !important;
  height: 68px !important;
  object-fit: contain;
}

.benefitBanner__content {
  min-width: 0;
}

.benefitBanner__title {
  display: block;
  margin-bottom: 4px;
  color: var(--lk-ink);
  font-size: 17px;
  line-height: 1.25;
}

.benefitBanner__data {
  color: var(--lk-muted);
  font-size: 14px;
  line-height: 1.45;
}

.products .product .p {
  height: 100%;
  overflow: hidden;
  background: var(--lk-white);
  border: 1px solid var(--lk-line);
  border-radius: var(--lk-radius);
  box-shadow: 0 5px 20px rgba(23, 24, 27, .045);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.products .product .p:hover {
  transform: translateY(-3px);
  border-color: #d5b0c7;
  box-shadow: var(--lk-shadow);
}

.products .product .image {
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, #f8f8f9 100%);
}

.products .product .image img {
  transition: transform .25s ease;
}

.products .product .p:hover .image img {
  transform: scale(1.025);
}

.products .product .p-in {
  padding-right: 16px;
  padding-left: 16px;
}

.products .product .name {
  display: block;
  color: var(--lk-ink);
  font-weight: 750;
  line-height: 1.35;
}

.products .product .availability span {
  color: var(--lk-success) !important;
  font-weight: 700;
}

.price-final strong {
  color: var(--lk-ink);
  letter-spacing: -.02em;
}

.flag {
  border-radius: 0 0 8px 0;
  font-weight: 750;
}

.btn,
a.btn,
button.btn {
  border-radius: var(--lk-radius-sm);
  font-weight: 750;
  letter-spacing: .01em;
  transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease;
}

.btn:hover,
a.btn:hover,
button.btn:hover {
  transform: translateY(-1px);
}

.btn.btn-cart,
.add-to-cart-button,
.btn-primary {
  background: var(--lk-brand);
  border-color: var(--lk-brand);
  box-shadow: 0 7px 18px rgba(194, 56, 132, .22);
}

.btn.btn-cart:hover,
.add-to-cart-button:hover,
.btn-primary:hover {
  background: var(--lk-brand-dark);
  border-color: var(--lk-brand-dark);
}

.category-title {
  margin-bottom: 28px;
}

.lk-category-lead {
  margin: 0 0 34px;
  padding: 26px 28px;
  background: linear-gradient(135deg, #fff 0%, #faf5f8 100%);
  border: 1px solid #ead8e3;
  border-left: 5px solid var(--lk-brand);
  border-radius: var(--lk-radius);
}

.lk-category-lead p {
  max-width: 1120px;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.58;
}

.lk-category-lead p:last-child {
  margin-bottom: 0;
}

.lk-category-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  padding-top: 8px;
}

.lk-category-links .btn {
  min-height: 44px;
  padding: 11px 16px;
  color: var(--lk-ink);
  background: var(--lk-white);
  border: 1px solid #d9c1d0;
  box-shadow: 0 4px 14px rgba(23, 24, 27, .04);
}

.lk-category-links .btn:hover {
  color: var(--lk-brand-dark);
  border-color: var(--lk-brand);
}

.lk-seo-copy {
  max-width: 1040px;
  margin: 64px auto 0;
  padding: 38px 42px;
  background: var(--lk-soft);
  border: 1px solid var(--lk-line);
  border-radius: 20px;
}

.lk-seo-copy h2 {
  margin: 0 0 18px;
  font-size: 30px;
}

.lk-seo-copy h2:not(:first-child) {
  margin-top: 42px;
}

.lk-seo-copy h3 {
  margin: 28px 0 10px;
  font-size: 20px;
}

.lk-seo-copy p,
.lk-seo-copy li {
  font-size: 16px;
  line-height: 1.68;
}

.lk-seo-copy ul {
  margin: 18px 0 24px;
  padding-left: 22px;
}

.category-header {
  margin-top: 26px;
  margin-bottom: 22px;
  padding: 12px;
  background: var(--lk-soft);
  border: 1px solid var(--lk-line);
  border-radius: var(--lk-radius);
}

.listSorting button {
  border-radius: 9px;
}

.filters-unveil-button-wrapper .btn {
  min-height: 48px;
}

.type-detail .p-image {
  overflow: hidden;
  background: var(--lk-white);
  border: 1px solid var(--lk-line);
  border-radius: var(--lk-radius);
}

.type-detail .p-data-wrapper h1 {
  margin-bottom: 20px;
}

.type-detail .p-short-description {
  color: var(--lk-text);
  font-size: 16px;
  line-height: 1.62;
}

.type-detail #product-detail-form {
  margin-top: 18px;
  padding: 18px;
  background: var(--lk-soft);
  border: 1px solid var(--lk-line);
  border-radius: var(--lk-radius);
}

.type-detail .dklabFormsWidget--endShortDescription {
  padding: 20px;
  background: var(--lk-white);
  border: 1px solid var(--lk-line);
  border-radius: var(--lk-radius);
}

.type-detail .p-thumbnails-wrapper {
  margin-top: 12px;
}

.type-detail .p-thumbnail {
  overflow: hidden;
  border-radius: 10px;
}

#footer {
  margin-top: 56px;
  border-top: 1px solid var(--lk-line);
}

@media (max-width: 767px) {
  #header {
    min-height: 58px;
  }

  #header .site-name img {
    max-height: 34px;
  }

  .content-wrapper,
  .content-inner {
    padding-right: 14px;
    padding-left: 14px;
  }

  h1,
  .category-title,
  .type-detail .p-data-wrapper h1 {
    font-size: 32px;
    line-height: 1.08;
    letter-spacing: -.035em;
  }

  h2 {
    font-size: 24px;
  }

  .carousel {
    margin-right: -4px;
    margin-left: -4px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(23, 24, 27, .08);
  }

  .lk-shop-paths {
    margin: 28px 0 24px;
  }

  .lk-shop-paths__head {
    display: block;
    margin-bottom: 14px;
  }

  .lk-shop-paths__head h2 {
    margin-bottom: 8px;
    font-size: 27px;
  }

  .lk-shop-paths__head p {
    font-size: 14px;
  }

  .lk-shop-paths__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .lk-path-card {
    min-height: 154px;
    padding: 20px;
    border-radius: 14px;
  }

  .lk-path-card__kicker {
    margin-bottom: 10px;
  }

  .lk-path-card strong {
    font-size: 21px;
  }

  .lk-path-card__action {
    padding-top: 12px;
  }

  .lk-help-cta {
    display: block;
    margin-top: 34px;
    padding: 25px 20px;
    border-radius: 16px;
  }

  .lk-help-cta h2 {
    font-size: 25px;
  }

  .lk-help-cta__actions {
    margin-top: 20px;
    flex-direction: column;
  }

  .lk-help-cta .btn {
    width: 100%;
  }

  .type-detail .lk-mobile-buy {
    position: fixed;
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom));
    left: 12px;
    z-index: 999;
    display: block;
    min-height: 52px;
    padding: 14px 18px;
    color: var(--lk-white);
    font-size: 16px;
    font-weight: 800;
    background: var(--lk-brand);
    border: 0;
    border-radius: 13px;
    box-shadow: 0 12px 30px rgba(23, 24, 27, .28);
    transition: opacity .2s ease, transform .2s ease;
  }

  .type-detail .lk-mobile-buy[hidden] {
    display: block !important;
    pointer-events: none;
    opacity: 0;
    transform: translateY(18px);
  }

  .benefitBanner {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 16px;
    margin-bottom: 30px;
  }

  .benefitBanner__item {
    min-height: 0;
    padding: 13px 14px;
    border-radius: 13px;
  }

  .benefitBanner__picture {
    flex-basis: 58px;
    margin-right: 13px;
  }

  .benefitBanner__img {
    width: 54px !important;
    height: 54px !important;
  }

  .benefitBanner__title {
    margin-bottom: 2px;
    font-size: 16px;
  }

  .benefitBanner__data {
    font-size: 13px;
    line-height: 1.35;
  }

  .products .product .p {
    border-radius: 13px;
  }

  .products .product .p-in {
    padding-right: 11px;
    padding-left: 11px;
  }

  .products .product .name {
    display: -webkit-box;
    min-height: 56px;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.32;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .products .product .price-final strong {
    font-size: 19px;
  }

  .category-title {
    margin-top: 18px;
    margin-bottom: 22px;
  }

  .lk-category-lead {
    margin-bottom: 26px;
    padding: 20px 18px;
    border-left-width: 4px;
    border-radius: 14px;
  }

  .lk-category-lead p {
    font-size: 15px;
    line-height: 1.55;
  }

  .lk-category-links {
    display: grid;
    grid-template-columns: 1fr;
  }

  .lk-category-links .btn {
    width: 100%;
    min-height: 46px;
  }

  .lk-seo-copy {
    margin-top: 42px;
    padding: 25px 19px;
    border-radius: 15px;
  }

  .lk-seo-copy h2 {
    font-size: 25px;
  }

  .lk-seo-copy h2:not(:first-child) {
    margin-top: 34px;
  }

  .lk-seo-copy h3 {
    margin-top: 24px;
    font-size: 19px;
  }

  .lk-seo-copy p,
  .lk-seo-copy li {
    font-size: 15px;
    line-height: 1.62;
  }

  .category-header {
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 8px;
  }

  .listSorting {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }

  .listSorting button {
    min-height: 42px;
  }

  .filters-unveil-button-wrapper .btn {
    min-height: 48px;
    padding: 12px 16px;
  }

  .type-detail .p-image-wrapper {
    margin-bottom: 26px;
  }

  .type-detail .p-data-wrapper h1 {
    margin-top: 6px;
    margin-bottom: 18px;
  }

  .type-detail .p-short-description {
    font-size: 15px;
    line-height: 1.55;
  }

  .type-detail #product-detail-form,
  .type-detail .dklabFormsWidget--endShortDescription {
    padding: 15px;
    border-radius: 13px;
  }

  #footer {
    margin-top: 38px;
  }
}
