/*! Rodinné vinařství Chrenka × Shoptet Step — konsolidované CSS v1.2.1 */

/* ===== legacy-base.css ===== */
/*!
 * Rodinné vinařství Chrenka — Shoptet Step
 * Version 1.1.2 — production
 *
 * Additive skin only. Every rule is scoped below body.chrenka-skin.
 * Native Shoptet structure, controls and lifecycle remain intact.
 */

.chrenka-skin {
  --chrenka-ink: #191c18;
  --chrenka-ink-soft: #565b53;
  --chrenka-forest: #202a21;
  --chrenka-forest-deep: #111712;
  --chrenka-forest-light: #53604f;
  --chrenka-paper: #fbf8f1;
  --chrenka-cream: #f1eadf;
  --chrenka-cream-dark: #e4dacb;
  --chrenka-gold: #d4ad62;
  --chrenka-gold-dark: #9a7131;
  --chrenka-wine: #6d2530;
  --chrenka-line: rgba(25, 28, 24, 0.15);
  --chrenka-line-light: rgba(255, 255, 255, 0.16);
  --chrenka-serif:
    "Iowan Old Style", Baskerville, "Palatino Linotype", "Book Antiqua",
    Palatino, Georgia, serif;
  --chrenka-sans:
    "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  --chrenka-shell: 1340px;
  --chrenka-ease: cubic-bezier(0.22, 1, 0.36, 1);
  background: var(--chrenka-paper);
  color: var(--chrenka-ink);
  font-family: var(--chrenka-sans);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.chrenka-skin *,
.chrenka-skin *::before,
.chrenka-skin *::after {
  box-sizing: border-box;
}

.chrenka-skin button,
.chrenka-skin input,
.chrenka-skin select,
.chrenka-skin textarea {
  font-family: var(--chrenka-sans);
}

.chrenka-skin h1,
.chrenka-skin h2,
.chrenka-skin h3,
.chrenka-skin .h1,
.chrenka-skin .h2,
.chrenka-skin .h3,
.chrenka-skin .h4 {
  color: var(--chrenka-ink);
  font-family: var(--chrenka-serif);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.08;
  text-wrap: balance;
}

.chrenka-skin a {
  text-underline-offset: 0.2em;
}

.chrenka-skin a:focus-visible,
.chrenka-skin button:focus-visible,
.chrenka-skin input:focus-visible,
.chrenka-skin select:focus-visible,
.chrenka-skin textarea:focus-visible {
  outline: 3px solid var(--chrenka-gold);
  outline-offset: 3px;
}

.chrenka-skin ::selection {
  background: var(--chrenka-gold);
  color: var(--chrenka-forest-deep);
}

.chrenka-skin .container {
  max-width: var(--chrenka-shell);
}

.chrenka-skin .content-wrapper {
  background: var(--chrenka-paper);
}

/* Výchozí demo benefity šablony Step obsahují neověřené obchodní sliby. */
.chrenka-skin .benefitBanner {
  display: none !important;
}

.chrenka-skin .content-wrapper-in {
  padding-bottom: clamp(56px, 7vw, 104px);
  padding-top: clamp(34px, 5vw, 72px);
}

.chrenka-skin .breadcrumbs {
  color: var(--chrenka-ink-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.chrenka-skin .breadcrumbs a {
  color: var(--chrenka-ink-soft);
}

.chrenka-skin .breadcrumbs a:hover {
  color: var(--chrenka-wine);
}

/* Native Step header — visual treatment only, no structural replacement. */

.chrenka-skin #header {
  --_color-header-button-border: rgba(25, 28, 24, 0.14);
  border-bottom: 1px solid var(--chrenka-line);
  background: rgba(251, 248, 241, 0.98);
  box-shadow: 0 12px 42px rgba(17, 23, 18, 0.06);
  color: var(--chrenka-ink);
  backdrop-filter: blur(16px);
}

.chrenka-skin #header .navigation-wrapper {
  min-height: 86px;
}

.chrenka-skin #header .site-name a {
  align-items: center;
  display: flex;
  min-height: 70px;
}

.chrenka-skin #header .site-name img {
  height: 64px;
  max-height: 64px;
  max-width: min(250px, 25vw);
  object-fit: contain;
  width: auto;
}

.chrenka-skin #navigation,
.chrenka-skin #navigation a,
.chrenka-skin .navigation-buttons,
.chrenka-skin .navigation-buttons a,
.chrenka-skin .navigation-buttons button {
  color: var(--chrenka-ink);
}

.chrenka-skin .navigation-in > ul > li > a {
  min-height: 86px;
  align-items: center;
  display: flex;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.chrenka-skin .navigation-in > ul > li > a:hover,
.chrenka-skin .navigation-in > ul > li.exp > a,
.chrenka-skin .navigation-in > ul > li.active > a {
  background: transparent;
  color: var(--chrenka-wine);
  text-decoration: none;
}

.chrenka-skin .navigation-in ul.menu-level-2 {
  border: 1px solid var(--chrenka-line);
  border-radius: 0;
  background: var(--chrenka-paper);
  box-shadow: 0 22px 54px rgba(17, 23, 18, 0.12);
}

.chrenka-skin .navigation-in ul.menu-level-2 a {
  border-bottom: 1px solid var(--chrenka-line);
  color: var(--chrenka-ink);
  font-size: 13px;
  padding: 14px 20px;
}

.chrenka-skin .navigation-in ul.menu-level-2 li:last-child a {
  border-bottom: 0;
}

.chrenka-skin .navigation-in ul.menu-level-2 a:hover {
  background: var(--chrenka-cream);
  color: var(--chrenka-wine);
  text-decoration: none;
}

.chrenka-skin .navigation-buttons > a,
.chrenka-skin .navigation-buttons > button,
.chrenka-skin .navigation-buttons .top-nav-button {
  background-color: transparent;
}

.chrenka-skin #header .cart-count.full i {
  background: var(--chrenka-wine);
  color: #fff;
}

.chrenka-skin .top-navigation-bar {
  border-bottom: 1px solid var(--chrenka-line);
  background: var(--chrenka-cream);
  color: var(--chrenka-ink-soft);
}

/* Shared controls. */

.chrenka-skin .btn,
.chrenka-skin a.btn,
.chrenka-skin button.btn,
.chrenka-skin input.btn {
  min-height: 48px;
  border-radius: 0;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.075em;
  line-height: 1.2;
  padding: 14px 22px;
  text-transform: uppercase;
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease,
    transform 0.3s var(--chrenka-ease);
}

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

.chrenka-skin .btn-primary,
.chrenka-skin .btn-conversion,
.chrenka-skin .btn-cart,
.chrenka-skin .add-to-cart-button {
  border-color: var(--chrenka-forest);
  background: var(--chrenka-forest);
  color: #fff;
}

.chrenka-skin .btn-primary:hover,
.chrenka-skin .btn-primary:focus,
.chrenka-skin .btn-conversion:hover,
.chrenka-skin .btn-conversion:focus,
.chrenka-skin .btn-cart:hover,
.chrenka-skin .btn-cart:focus,
.chrenka-skin .add-to-cart-button:hover,
.chrenka-skin .add-to-cart-button:focus {
  border-color: var(--chrenka-wine);
  background: var(--chrenka-wine);
  color: #fff;
}

.chrenka-skin .btn-default {
  border-color: var(--chrenka-line);
  background: transparent;
  color: var(--chrenka-ink);
}

.chrenka-skin .btn-default:hover,
.chrenka-skin .btn-default:focus {
  border-color: var(--chrenka-gold-dark);
  background: var(--chrenka-cream);
  color: var(--chrenka-ink);
}

.chrenka-skin .form-control,
.chrenka-skin input[type="text"],
.chrenka-skin input[type="email"],
.chrenka-skin input[type="tel"],
.chrenka-skin input[type="number"],
.chrenka-skin input[type="password"],
.chrenka-skin select,
.chrenka-skin textarea {
  min-height: 48px;
  border: 1px solid var(--chrenka-line);
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  color: var(--chrenka-ink);
}

.chrenka-skin .form-control:focus,
.chrenka-skin input:focus,
.chrenka-skin select:focus,
.chrenka-skin textarea:focus {
  border-color: var(--chrenka-gold-dark);
  box-shadow: 0 0 0 3px rgba(212, 173, 98, 0.16);
}

.chrenka-skin .msg,
.chrenka-skin .alert,
.chrenka-skin .js-validator-msg {
  border-radius: 0;
}

/* Custom homepage. */

.chrenka-skin .chrenka-home {
  overflow: hidden;
  background: var(--chrenka-paper);
}

.chrenka-skin .chrenka-home__shell {
  margin-inline: auto;
  max-width: var(--chrenka-shell);
  padding-inline: 32px;
  width: 100%;
}

.chrenka-skin .chrenka-home__hero {
  min-height: max(690px, calc(100svh - 86px));
  position: relative;
  align-items: center;
  display: flex;
  overflow: hidden;
  background: var(--chrenka-forest-deep);
  color: #fff;
}

.chrenka-skin .chrenka-home__hero-image,
.chrenka-skin .chrenka-home__hero-shade {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.chrenka-skin .chrenka-home__hero-image {
  animation: chrenka-hero-drift 18s ease-in-out alternate infinite;
  object-fit: cover;
  object-position: center;
}

.chrenka-skin .chrenka-home__hero-shade {
  background:
    linear-gradient(
      90deg,
      rgba(9, 14, 10, 0.88) 0%,
      rgba(9, 14, 10, 0.62) 46%,
      rgba(9, 14, 10, 0.16) 80%
    ),
    linear-gradient(
      0deg,
      rgba(8, 12, 9, 0.68) 0%,
      transparent 44%,
      rgba(8, 12, 9, 0.18) 100%
    );
}

.chrenka-skin .chrenka-home__hero-content {
  position: relative;
  z-index: 1;
  padding-bottom: clamp(70px, 8vw, 112px);
  padding-top: clamp(86px, 10vw, 140px);
}

.chrenka-skin .chrenka-home__hero-copy {
  max-width: 800px;
}

.chrenka-skin .chrenka-home__eyebrow {
  align-items: center;
  display: flex;
  gap: 15px;
  margin: 0 0 28px;
  color: var(--chrenka-gold);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.2em;
  line-height: 1.2;
  text-transform: uppercase;
}

.chrenka-skin .chrenka-home__eyebrow::before {
  width: 38px;
  height: 1px;
  flex: 0 0 auto;
  background: currentColor;
  content: "";
}

.chrenka-skin .chrenka-home__hero h1 {
  max-width: 780px;
  margin: 0 0 32px;
  color: #fff;
  font-size: clamp(54px, 6.2vw, 102px);
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.chrenka-skin .chrenka-home__hero h1 em {
  display: block;
  color: var(--chrenka-gold);
  font-weight: 400;
}

.chrenka-skin .chrenka-home__lead {
  max-width: 630px;
  margin: 0 0 38px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.62;
}

.chrenka-skin .chrenka-home__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.chrenka-skin .chrenka-home__button {
  min-height: 56px;
  align-items: center;
  display: inline-flex;
  gap: 18px;
  justify-content: center;
  border: 1px solid transparent;
  padding: 15px 24px;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.085em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background-color 0.3s ease,
    border-color 0.3s ease,
    color 0.3s ease,
    transform 0.35s var(--chrenka-ease);
}

.chrenka-skin .chrenka-home__button:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.chrenka-skin .chrenka-home__button--gold {
  background: var(--chrenka-gold);
  color: var(--chrenka-forest-deep);
}

.chrenka-skin .chrenka-home__button--gold:hover {
  background: #e1bd75;
  color: var(--chrenka-forest-deep);
}

.chrenka-skin .chrenka-home__button--glass {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  backdrop-filter: blur(12px);
}

.chrenka-skin .chrenka-home__button--glass:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.chrenka-skin .chrenka-home__arrow {
  font-size: 20px;
  line-height: 1;
  transition: transform 0.3s var(--chrenka-ease);
}

.chrenka-skin .chrenka-home__button:hover .chrenka-home__arrow,
.chrenka-skin .chrenka-home__text-link:hover .chrenka-home__arrow {
  transform: translateX(4px);
}

.chrenka-skin .chrenka-home__benefits {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: -1px;
  border-bottom: 1px solid var(--chrenka-line);
  background: var(--chrenka-paper);
}

.chrenka-skin .chrenka-home__benefit {
  min-height: 156px;
  position: relative;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px clamp(22px, 3vw, 44px);
}

.chrenka-skin .chrenka-home__benefit:not(:last-child)::after {
  width: 1px;
  position: absolute;
  top: 28px;
  right: 0;
  bottom: 28px;
  background: var(--chrenka-line);
  content: "";
}

.chrenka-skin .chrenka-home__benefit span {
  margin-bottom: 5px;
  color: var(--chrenka-gold-dark);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.chrenka-skin .chrenka-home__benefit strong {
  color: var(--chrenka-ink);
  font-family: var(--chrenka-serif);
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 400;
  line-height: 1.2;
}

.chrenka-skin .chrenka-home__section {
  padding-block: clamp(84px, 9vw, 140px);
}

.chrenka-skin .chrenka-home__section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
  align-items: end;
  gap: clamp(38px, 8vw, 120px);
  margin-bottom: clamp(42px, 6vw, 72px);
}

.chrenka-skin .chrenka-home__section-heading h2,
.chrenka-skin .chrenka-home__story-copy h2 {
  margin: 0;
  color: var(--chrenka-ink);
  font-size: clamp(42px, 5vw, 78px);
  letter-spacing: -0.04em;
  line-height: 1;
}

.chrenka-skin .chrenka-home__section-heading > p {
  margin: 0;
  color: var(--chrenka-ink-soft);
  font-size: 17px;
}

.chrenka-skin .chrenka-home__categories {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.chrenka-skin .chrenka-home__category {
  min-height: 520px;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--chrenka-forest);
  color: #fff;
  text-decoration: none;
}

.chrenka-skin .chrenka-home__category img {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
  object-fit: cover;
  opacity: 0.86;
  transition:
    opacity 0.5s ease,
    transform 0.9s var(--chrenka-ease);
}

.chrenka-skin .chrenka-home__category::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(9, 14, 10, 0.88) 0%,
    rgba(9, 14, 10, 0.14) 64%,
    rgba(9, 14, 10, 0.08) 100%
  );
  content: "";
}

.chrenka-skin .chrenka-home__category:hover {
  color: #fff;
  text-decoration: none;
}

.chrenka-skin .chrenka-home__category:hover img {
  opacity: 1;
  transform: scale(1.045);
}

.chrenka-skin .chrenka-home__category-copy {
  position: relative;
  z-index: 1;
  padding: clamp(25px, 4vw, 46px);
}

.chrenka-skin .chrenka-home__category-copy span {
  display: block;
  margin-bottom: 9px;
  color: var(--chrenka-gold);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.chrenka-skin .chrenka-home__category-copy strong {
  align-items: center;
  display: flex;
  gap: 18px;
  color: #fff;
  font-family: var(--chrenka-serif);
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 400;
  line-height: 1.1;
}

.chrenka-skin .chrenka-home__story {
  background:
    radial-gradient(circle at 4% 8%, rgba(212, 173, 98, 0.13), transparent 28%),
    var(--chrenka-cream);
}

.chrenka-skin .chrenka-home__story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  align-items: center;
  gap: clamp(55px, 9vw, 140px);
}

.chrenka-skin .chrenka-home__story-visual {
  min-height: 610px;
  position: relative;
  overflow: hidden;
  background: var(--chrenka-cream-dark);
}

.chrenka-skin .chrenka-home__story-visual > img:first-child {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
  object-fit: cover;
}

.chrenka-skin .chrenka-home__story-seal {
  width: 134px;
  height: 134px;
  position: absolute;
  right: 28px;
  bottom: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(251, 248, 241, 0.95);
  box-shadow: 0 20px 60px rgba(17, 23, 18, 0.2);
}

.chrenka-skin .chrenka-home__story-seal img {
  width: 112px;
  height: 112px;
}

.chrenka-skin .chrenka-home__story-copy p:not(.chrenka-home__eyebrow) {
  max-width: 620px;
  margin: 28px 0 0;
  color: var(--chrenka-ink-soft);
  font-size: 17px;
}

.chrenka-skin .chrenka-home__text-link {
  align-items: center;
  display: inline-flex;
  gap: 14px;
  margin-top: 34px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  color: var(--chrenka-ink);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
}

.chrenka-skin .chrenka-home__text-link:hover {
  color: var(--chrenka-wine);
  text-decoration: none;
}

.chrenka-skin.chrenka-home-injected #content-wrapper {
  max-width: var(--chrenka-shell);
}

.chrenka-skin.chrenka-home-injected #content-wrapper > .content-wrapper-in {
  display: block;
  padding-top: clamp(72px, 8vw, 120px);
}

.chrenka-skin.chrenka-home-injected #content-wrapper .sidebar {
  display: none;
}

.chrenka-skin.chrenka-home-injected #content-wrapper #content {
  float: none;
  width: 100%;
}

.chrenka-skin.chrenka-home-injected .homepage-texts-wrapper .welcome-wrapper {
  display: none;
}

.chrenka-skin.chrenka-home-injected
  .homepage-tabs-wrapper.chrenka-homepage-tabs--empty {
  display: none;
}

.chrenka-skin .homepage-tabs-wrapper {
  margin: 0;
}

.chrenka-skin .homepage-tabs-wrapper .shp-tabs-row {
  margin-bottom: 38px;
}

.chrenka-skin .homepage-tabs-wrapper .shp-tabs {
  border-bottom: 1px solid var(--chrenka-line);
}

.chrenka-skin .homepage-tabs-wrapper .shp-tab-link {
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: var(--chrenka-ink-soft);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.12em;
  padding: 15px 18px;
  text-transform: uppercase;
}

.chrenka-skin .homepage-tabs-wrapper .active .shp-tab-link,
.chrenka-skin .homepage-tabs-wrapper .shp-tab-link:hover {
  border-bottom-color: var(--chrenka-gold-dark);
  color: var(--chrenka-ink);
  text-decoration: none;
}

/* Category, listing and native product cards. */

.chrenka-skin .category-title,
.chrenka-skin.type-category #content > h1,
.chrenka-skin.type-detail #content > h1,
.chrenka-skin.type-page #content > h1 {
  margin-bottom: clamp(28px, 4vw, 48px);
  font-size: clamp(40px, 5vw, 72px);
  letter-spacing: -0.04em;
}

.chrenka-skin .category-header {
  margin-bottom: 34px;
  padding-bottom: 22px;
  border-bottom-color: var(--chrenka-line);
}

.chrenka-skin .category-perex,
.chrenka-skin .category__secondDescription {
  max-width: 900px;
  color: var(--chrenka-ink-soft);
  font-size: 16px;
  line-height: 1.75;
}

.chrenka-skin .subcategories {
  gap: 10px;
  margin-bottom: 38px;
}

.chrenka-skin .subcategories li,
.chrenka-skin .subcategories.with-image li {
  border: 1px solid var(--chrenka-line);
  border-radius: 0;
  background: var(--chrenka-cream);
}

.chrenka-skin .subcategories li a {
  color: var(--chrenka-ink);
  font-weight: 700;
}

.chrenka-skin .subcategories li:hover {
  border-color: var(--chrenka-gold-dark);
  background: var(--chrenka-paper);
}

.chrenka-skin .sidebar-inner > div {
  border-color: var(--chrenka-line);
}

.chrenka-skin .sidebar .box {
  background: transparent;
}

.chrenka-skin .sidebar .pageElement__heading {
  margin-bottom: 16px;
  color: var(--chrenka-gold-dark);
  font-family: var(--chrenka-sans);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.chrenka-skin #categories .topic > a,
.chrenka-skin #categories li > a {
  border-bottom: 1px solid var(--chrenka-line);
  color: var(--chrenka-ink-soft);
  font-size: 14px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.chrenka-skin #categories .topic.active > a,
.chrenka-skin #categories .topic.child-active > a,
.chrenka-skin #categories li.active > a,
.chrenka-skin #categories a:hover {
  color: var(--chrenka-wine);
}

.chrenka-skin .box-filters,
.chrenka-skin .filter-sections {
  border-color: var(--chrenka-line);
  background: transparent;
}

.chrenka-skin .filter-section {
  border-bottom: 1px solid var(--chrenka-line);
  padding-bottom: 18px;
  padding-top: 18px;
}

.chrenka-skin .filter-section h4,
.chrenka-skin .filter-section .filter-section-title {
  color: var(--chrenka-ink);
  font-family: var(--chrenka-sans);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.chrenka-skin .listSorting__control,
.chrenka-skin .products-top .dropdown button {
  border-color: var(--chrenka-line);
  border-radius: 0;
  background: var(--chrenka-cream);
  color: var(--chrenka-ink);
}

.chrenka-skin .products-block {
  align-items: stretch;
}

.chrenka-skin .products-block > div {
  margin-bottom: 24px;
}

.chrenka-skin .products-block .product {
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--chrenka-line);
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  transition:
    border-color 0.3s ease,
    box-shadow 0.35s ease,
    transform 0.35s var(--chrenka-ease);
}

.chrenka-skin .products-block .product:hover {
  border-color: rgba(154, 113, 49, 0.5);
  box-shadow: 0 24px 60px rgba(17, 23, 18, 0.09);
  transform: translateY(-4px);
}

.chrenka-skin .products-block .product .image,
.chrenka-skin .products-block .product .p-image {
  width: 100%;
  aspect-ratio: 3 / 4;
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: clamp(14px, 2.4vw, 30px);
  background:
    radial-gradient(
      circle at 50% 38%,
      rgba(212, 173, 98, 0.12),
      transparent 35%
    ),
    var(--chrenka-cream);
}

.chrenka-skin .products-block .product .image img,
.chrenka-skin .products-block .product .p-image img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

.chrenka-skin .products-block .p-in {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 22px;
}

.chrenka-skin .products-block .p-in-in {
  flex: 1 1 auto;
}

.chrenka-skin .products-block .name {
  color: var(--chrenka-ink);
  font-family: var(--chrenka-serif);
  font-size: clamp(21px, 1.8vw, 27px);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.18;
}

.chrenka-skin .products-block .name:hover {
  color: var(--chrenka-wine);
  text-decoration: none;
}

.chrenka-skin .products-block .p-desc {
  color: var(--chrenka-ink-soft);
  font-size: 13px;
  line-height: 1.55;
}

.chrenka-skin .products-block .p-bottom {
  border-top: 1px solid var(--chrenka-line);
  margin-top: 18px;
  padding-top: 17px;
}

.chrenka-skin .products-block .prices,
.chrenka-skin .products-block .price-final {
  color: var(--chrenka-ink);
  font-family: var(--chrenka-serif);
  font-size: 24px;
  font-weight: 400;
}

.chrenka-skin .products-block .btn-cart {
  min-height: 45px;
}

.chrenka-skin .flag {
  border-radius: 0;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.08em;
  padding: 8px 10px;
  text-transform: uppercase;
}

.chrenka-skin .flag.flag-new,
.chrenka-skin .flag.flag-action {
  background: var(--chrenka-wine);
  color: #fff;
}

.chrenka-skin .flag.flag-tip,
.chrenka-skin .flag.flag-freeshipping {
  background: var(--chrenka-gold);
  color: var(--chrenka-forest-deep);
}

.chrenka-skin .pagination__link,
.chrenka-skin .pagination a {
  border-color: var(--chrenka-line);
  border-radius: 0;
  color: var(--chrenka-ink);
}

.chrenka-skin .pagination__link:hover,
.chrenka-skin .pagination .current {
  border-color: var(--chrenka-forest);
  background: var(--chrenka-forest);
  color: #fff;
}

/* Product detail. */

.chrenka-skin .p-detail {
  color: var(--chrenka-ink);
}

.chrenka-skin .p-detail-inner {
  gap: clamp(28px, 5vw, 70px);
}

.chrenka-skin .p-detail-inner .p-image-wrapper {
  align-self: flex-start;
  padding: clamp(20px, 4vw, 50px);
  background:
    radial-gradient(
      circle at 50% 36%,
      rgba(212, 173, 98, 0.13),
      transparent 38%
    ),
    var(--chrenka-cream);
}

.chrenka-skin .p-detail-inner .p-image,
.chrenka-skin .p-detail-inner .image360 {
  min-height: min(70vw, 660px);
  align-items: center;
  display: flex;
  justify-content: center;
  padding-bottom: 0;
}

.chrenka-skin .p-detail-inner .p-image img,
.chrenka-skin .p-detail-inner .image360 img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 650px;
  object-fit: contain;
}

.chrenka-skin .p-detail .p-info-wrapper h1 {
  margin-bottom: 24px;
  font-size: clamp(40px, 5vw, 68px);
  letter-spacing: -0.04em;
  line-height: 1;
}

.chrenka-skin .p-detail .p-short-description {
  color: var(--chrenka-ink-soft);
  font-size: 16px;
  line-height: 1.72;
}

.chrenka-skin .p-detail .availability-value {
  color: var(--chrenka-forest-light);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.chrenka-skin .p-detail .p-final-price-wrapper > strong,
.chrenka-skin .p-detail .price-final {
  color: var(--chrenka-ink);
  font-family: var(--chrenka-serif);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 400;
  letter-spacing: -0.03em;
}

.chrenka-skin .p-detail .p-basic-info-block,
.chrenka-skin .p-detail .p-to-cart-block,
.chrenka-skin .p-detail .p-gifts-wrapper {
  border-color: var(--chrenka-line);
}

.chrenka-skin .p-detail .p-to-cart-block {
  background: rgba(241, 234, 223, 0.52);
  padding: 18px;
}

.chrenka-skin .quantity {
  border-radius: 0;
}

.chrenka-skin .quantity input.amount {
  min-height: 48px;
  border-color: var(--chrenka-line);
  background: #fff;
  color: var(--chrenka-ink);
}

.chrenka-skin .quantity .increase,
.chrenka-skin .quantity .decrease {
  border-color: var(--chrenka-line);
  border-radius: 0;
  background: var(--chrenka-cream);
  color: var(--chrenka-ink);
}

.chrenka-skin .quantity .increase:hover,
.chrenka-skin .quantity .decrease:hover {
  background: var(--chrenka-gold);
  color: var(--chrenka-forest-deep);
}

.chrenka-skin .chrenka-pack-hint {
  width: 100%;
  margin: 12px 0 0;
  padding: 13px 15px;
  border-left: 3px solid var(--chrenka-gold);
  background: rgba(212, 173, 98, 0.11);
  color: var(--chrenka-ink-soft);
  font-size: 13px;
  line-height: 1.55;
}

.chrenka-skin .p-detail-tabs-wrapper {
  margin-top: clamp(44px, 7vw, 90px);
  border-top: 1px solid var(--chrenka-line);
}

.chrenka-skin .shp-tabs {
  border-color: var(--chrenka-line);
}

.chrenka-skin .shp-tabs .shp-tab-link {
  border-radius: 0;
  color: var(--chrenka-ink-soft);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.chrenka-skin .shp-tabs .active .shp-tab-link,
.chrenka-skin .shp-tabs .shp-tab-link:hover {
  color: var(--chrenka-wine);
}

.chrenka-skin .detail-parameters {
  border-color: var(--chrenka-line);
}

.chrenka-skin .detail-parameters th,
.chrenka-skin .detail-parameters td {
  border-color: var(--chrenka-line);
  padding-bottom: 10px;
  padding-top: 10px;
}

/* Structured product-description blocks used by the Chrenka import. */

.chrenka-skin .chrenka-wine-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 30px 0;
  border: 1px solid var(--chrenka-line);
  background: var(--chrenka-line);
}

.chrenka-skin .chrenka-wine-facts > div,
.chrenka-skin .chrenka-wine-facts > article,
.chrenka-skin .chrenka-wine-facts > dl {
  min-width: 0;
  margin: 0;
  padding: 22px;
  border: 0;
  background: var(--chrenka-cream);
}

.chrenka-skin .chrenka-wine-facts dt,
.chrenka-skin .chrenka-wine-facts__label,
.chrenka-skin .chrenka-wine-facts small {
  display: block;
  margin: 0 0 6px;
  color: var(--chrenka-gold-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.chrenka-skin .chrenka-wine-facts dd,
.chrenka-skin .chrenka-wine-facts__value,
.chrenka-skin .chrenka-wine-facts strong {
  display: block;
  margin: 0;
  color: var(--chrenka-ink);
  font-family: var(--chrenka-serif);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
}

.chrenka-skin .chrenka-wine-facts table {
  grid-column: 1 / -1;
  width: 100%;
  margin: 0;
  border: 0;
  background: transparent;
}

.chrenka-skin .chrenka-wine-facts table th,
.chrenka-skin .chrenka-wine-facts table td {
  border-color: var(--chrenka-line);
  padding: 14px 18px;
  text-align: left;
}

.chrenka-skin .chrenka-wine-facts table th {
  color: var(--chrenka-gold-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.chrenka-skin .chrenka-awards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 30px 0;
  padding: 0;
  list-style: none;
}

.chrenka-skin .chrenka-awards > li,
.chrenka-skin .chrenka-awards > article,
.chrenka-skin .chrenka-awards > div {
  min-width: 0;
  position: relative;
  margin: 0;
  padding: 20px 22px 20px 27px;
  border: 1px solid var(--chrenka-line);
  background: var(--chrenka-paper);
}

.chrenka-skin .chrenka-awards > li::before,
.chrenka-skin .chrenka-awards > article::before,
.chrenka-skin .chrenka-awards > div::before {
  width: 4px;
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  background: var(--chrenka-gold);
  content: "";
}

.chrenka-skin .chrenka-awards h3,
.chrenka-skin .chrenka-awards strong {
  display: block;
  margin: 0 0 5px;
  color: var(--chrenka-ink);
  font-family: var(--chrenka-serif);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
}

.chrenka-skin .chrenka-awards p,
.chrenka-skin .chrenka-awards span,
.chrenka-skin .chrenka-awards small {
  display: block;
  margin: 0;
  color: var(--chrenka-ink-soft);
  font-size: 12px;
  line-height: 1.55;
}

.chrenka-skin .chrenka-illustration-note {
  position: relative;
  margin: 26px 0;
  padding: 18px 20px 18px 24px;
  border: 1px solid var(--chrenka-line);
  border-left: 4px solid var(--chrenka-gold);
  border-radius: 0;
  background: rgba(212, 173, 98, 0.1);
  color: var(--chrenka-ink-soft);
  font-size: 13px;
  line-height: 1.65;
}

.chrenka-skin .chrenka-illustration-note > :first-child {
  margin-top: 0;
}

.chrenka-skin .chrenka-illustration-note > :last-child {
  margin-bottom: 0;
}

.chrenka-skin .chrenka-illustration-note strong {
  color: var(--chrenka-ink);
}

/* Cart and checkout. */

.chrenka-skin .cart-content,
.chrenka-skin .cart-inner,
.chrenka-skin .order-summary,
.chrenka-skin .checkout-box,
.chrenka-skin .order-delivery-payment-form {
  color: var(--chrenka-ink);
}

.chrenka-skin .cart-table {
  border-color: var(--chrenka-line);
  background: #fff;
}

.chrenka-skin .cart-table tr,
.chrenka-skin .cart-table td,
.chrenka-skin .cart-table th {
  border-color: var(--chrenka-line);
}

.chrenka-skin .cart-table tr {
  background: #fff;
}

.chrenka-skin .cart-table tr:hover {
  background: rgba(241, 234, 223, 0.38);
}

.chrenka-skin .cart-p-image {
  background: var(--chrenka-cream);
}

.chrenka-skin .cart-p-image img {
  aspect-ratio: 3 / 4;
  object-fit: contain;
}

.chrenka-skin .cart-table .p-name,
.chrenka-skin .cart-widget-product-name {
  color: var(--chrenka-ink);
  font-family: var(--chrenka-serif);
  font-size: 18px;
  font-weight: 400;
}

.chrenka-skin .cart-table .p-price,
.chrenka-skin .cart-table .p-total {
  color: var(--chrenka-ink);
  font-family: var(--chrenka-serif);
  font-weight: 400;
}

.chrenka-skin .cart-summary,
.chrenka-skin .cart-overview,
.chrenka-skin .order-summary {
  border: 1px solid var(--chrenka-line);
  border-radius: 0;
  background: var(--chrenka-cream);
}

.chrenka-skin .order-summary-item,
.chrenka-skin .order-recapitulation,
.chrenka-skin .order-delivery,
.chrenka-skin .order-payment {
  border-color: var(--chrenka-line);
}

.chrenka-skin .radio-wrapper,
.chrenka-skin .payment-info,
.chrenka-skin .shipping-billing-table {
  border-color: var(--chrenka-line);
  border-radius: 0;
  background: #fff;
}

.chrenka-skin .radio-wrapper:hover,
.chrenka-skin .radio-wrapper.active {
  border-color: var(--chrenka-gold-dark);
  background: rgba(241, 234, 223, 0.55);
}

.chrenka-skin .chrenka-cart-rule {
  width: 100%;
  margin: 0 0 22px;
  padding: 20px 22px;
  border: 1px solid var(--chrenka-line);
  border-left: 4px solid var(--chrenka-gold);
  background: var(--chrenka-cream);
  color: var(--chrenka-ink);
}

.chrenka-skin .chrenka-cart-rule__label {
  display: block;
  margin-bottom: 5px;
  color: var(--chrenka-gold-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.chrenka-skin .chrenka-cart-rule__message {
  margin: 0;
  color: var(--chrenka-ink);
  font-family: var(--chrenka-serif);
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1.3;
}

.chrenka-skin .chrenka-cart-rule__help {
  display: block;
  margin-top: 6px;
  color: var(--chrenka-ink-soft);
  font-size: 13px;
}

.chrenka-skin .chrenka-cart-rule[data-state="valid"] {
  border-left-color: var(--chrenka-forest-light);
  background: rgba(83, 96, 79, 0.1);
}

.chrenka-skin .chrenka-cart-rule[data-state="invalid"] {
  border-left-color: var(--chrenka-wine);
  background: rgba(109, 37, 48, 0.08);
}

.chrenka-skin .chrenka-cart-rule[data-state="unknown"] {
  border-left-color: var(--chrenka-wine);
  background: rgba(109, 37, 48, 0.1);
}

.chrenka-skin .chrenka-cart-guarded[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.58;
}

.chrenka-skin .chrenka-cart-inline-message {
  margin: 14px 0 0;
  padding: 12px 14px;
  border-left: 3px solid var(--chrenka-wine);
  background: rgba(109, 37, 48, 0.1);
  color: var(--chrenka-wine);
  font-size: 13px;
  font-weight: 700;
}

.chrenka-skin .chrenka-cart-inline-message:focus {
  outline: 3px solid var(--chrenka-gold);
  outline-offset: 2px;
}

/* Shoptet informational pages and supplied legal/contact content. */

.chrenka-skin.type-page #content {
  color: var(--chrenka-ink);
}

.chrenka-skin .chrenka-legal,
.chrenka-skin .chrenka-contact {
  max-width: 1080px;
  color: var(--chrenka-ink);
  font-family: var(--chrenka-sans);
  line-height: 1.72;
}

.chrenka-skin .chrenka-legal h1,
.chrenka-skin .chrenka-legal h2,
.chrenka-skin .chrenka-legal h3,
.chrenka-skin .chrenka-contact h1,
.chrenka-skin .chrenka-contact h2,
.chrenka-skin .chrenka-contact h3 {
  color: var(--chrenka-ink);
  font-family: var(--chrenka-serif);
  font-weight: 400;
}

.chrenka-skin .chrenka-legal .chrenka-legal__intro,
.chrenka-skin .chrenka-contact .chrenka-contact__hero {
  border-radius: 0;
}

.chrenka-skin .chrenka-legal .chrenka-legal__intro {
  border-color: var(--chrenka-line);
  background:
    radial-gradient(
      circle at 90% 12%,
      rgba(212, 173, 98, 0.15),
      transparent 30%
    ),
    var(--chrenka-cream);
}

.chrenka-skin .chrenka-legal .chrenka-legal__section,
.chrenka-skin .chrenka-legal .chrenka-legal__card,
.chrenka-skin .chrenka-legal .chrenka-legal__identity div,
.chrenka-skin .chrenka-legal .chrenka-legal__form,
.chrenka-skin .chrenka-contact .chrenka-contact__card,
.chrenka-skin .chrenka-contact .chrenka-contact__notice {
  border-radius: 0;
  border-color: var(--chrenka-line);
}

.chrenka-skin .chrenka-legal .chrenka-legal__section,
.chrenka-skin .chrenka-contact .chrenka-contact__card {
  background: rgba(251, 248, 241, 0.84);
}

.chrenka-skin .chrenka-legal .chrenka-legal__nav a,
.chrenka-skin .chrenka-contact .chrenka-contact__button {
  border-radius: 0;
}

.chrenka-skin .chrenka-legal .chrenka-legal__nav a {
  border-color: var(--chrenka-line);
  background: var(--chrenka-cream);
  color: var(--chrenka-ink);
}

.chrenka-skin .chrenka-legal .chrenka-legal__nav a:hover {
  border-color: var(--chrenka-gold-dark);
  color: var(--chrenka-wine);
  text-decoration: none;
}

.chrenka-skin .chrenka-contact .chrenka-contact__hero {
  background:
    radial-gradient(
      circle at 92% 10%,
      rgba(212, 173, 98, 0.18),
      transparent 28%
    ),
    linear-gradient(135deg, var(--chrenka-forest-deep), var(--chrenka-forest));
}

.chrenka-skin .chrenka-contact .chrenka-contact__hero h1,
.chrenka-skin .chrenka-contact .chrenka-contact__hero h2,
.chrenka-skin .chrenka-contact .chrenka-contact__hero h3 {
  color: #fff;
}

.chrenka-skin .chrenka-contact .chrenka-contact__notice {
  border-color: rgba(212, 173, 98, 0.5);
  background: rgba(212, 173, 98, 0.1);
}

/* Custom and native footer. */

.chrenka-skin #footer {
  margin-top: 0;
  border-color: var(--chrenka-line-light);
  background: #0b100c;
  color: #fff;
}

.chrenka-skin .chrenka-footer {
  border-bottom: 1px solid var(--chrenka-line-light);
}

.chrenka-skin .chrenka-footer__inner {
  display: grid;
  grid-template-columns: minmax(280px, 1.4fr) repeat(3, minmax(150px, 0.7fr));
  gap: clamp(34px, 5vw, 70px);
  margin-inline: auto;
  max-width: var(--chrenka-shell);
  padding: clamp(58px, 7vw, 94px) 32px;
}

.chrenka-skin .chrenka-footer__brand {
  align-items: center;
  display: flex;
  gap: 22px;
}

.chrenka-skin .chrenka-footer__brand img {
  width: 76px;
  height: 76px;
  flex: 0 0 auto;
  filter: invert(1);
}

.chrenka-skin .chrenka-footer__brand strong,
.chrenka-skin .chrenka-footer__brand span {
  display: block;
}

.chrenka-skin .chrenka-footer__brand strong {
  margin-bottom: 5px;
  color: #fff;
  font-family: var(--chrenka-serif);
  font-size: 23px;
  font-weight: 400;
  line-height: 1.2;
}

.chrenka-skin .chrenka-footer__brand span {
  max-width: 250px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  line-height: 1.55;
}

.chrenka-skin .chrenka-footer__column h2 {
  margin: 0 0 17px;
  color: var(--chrenka-gold);
  font-family: var(--chrenka-sans);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.chrenka-skin .chrenka-footer__column a,
.chrenka-skin .chrenka-footer__column p {
  display: block;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.85;
}

.chrenka-skin .chrenka-footer__column a:hover {
  color: #fff;
}

.chrenka-skin .chrenka-footer__warning {
  grid-column: 1 / -1;
  margin: 4px 0 -26px;
  padding-top: 24px;
  border-top: 1px solid var(--chrenka-line-light);
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-align: center;
  text-transform: uppercase;
}

.chrenka-skin #footer .footer-newsletter {
  border-color: var(--chrenka-line-light);
  color: #fff;
}

.chrenka-skin #footer .footer-newsletter h3,
.chrenka-skin #footer .footer-newsletter .h4 {
  color: #fff;
  font-family: var(--chrenka-serif);
  font-weight: 400;
}

.chrenka-skin #footer .footer-newsletter p,
.chrenka-skin #footer .footer-newsletter label,
.chrenka-skin #footer .footer-newsletter .label {
  color: rgba(255, 255, 255, 0.6);
}

.chrenka-skin #footer .footer-newsletter a {
  color: var(--chrenka-gold);
}

.chrenka-skin #footer .footer-newsletter .form-control {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.chrenka-skin #footer .footer-bottom {
  border-color: var(--chrenka-line-light);
  color: rgba(255, 255, 255, 0.46);
}

.chrenka-skin #footer .footer-bottom a,
.chrenka-skin #footer .footer-bottom strong {
  color: rgba(255, 255, 255, 0.76);
}

/* Cookie controls and legal age confirmation remain native and functional. */

.chrenka-skin .cookies-notice,
.chrenka-skin .cookies-settings,
.chrenka-skin #site-agreement,
.chrenka-skin .site-agreement {
  border-radius: 0;
}

.chrenka-skin #site-agreement,
.chrenka-skin .site-agreement {
  background: rgba(8, 12, 9, 0.9) !important;
  color: #fff;
  backdrop-filter: blur(8px);
}

.chrenka-skin #cboxOverlay {
  background: rgba(8, 12, 9, 0.9) !important;
  opacity: 1 !important;
  backdrop-filter: blur(8px);
}

.chrenka-skin #cboxContent:has(.site-agreement-inner),
.chrenka-skin .colorbox-html-content:has(.site-agreement-inner) {
  border-radius: 0;
  background: var(--chrenka-forest-deep) !important;
}

.chrenka-skin .colorbox-html-content:has(.site-agreement-inner) {
  padding: 0;
}

.chrenka-skin .site-agreement .site-agreement-inner,
.chrenka-skin #colorbox .site-agreement-inner {
  width: min(680px, calc(100% - 32px));
  padding: clamp(34px, 6vw, 58px);
  border: 1px solid rgba(212, 173, 98, 0.72);
  border-radius: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(212, 173, 98, 0.16), transparent 42%),
    var(--chrenka-forest-deep);
  color: #fff;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.4);
  text-align: center;
}

.chrenka-skin .site-agreement .site-agreement-inner::before,
.chrenka-skin #colorbox .site-agreement-inner::before {
  content: "";
  display: block;
  width: 66px;
  height: 66px;
  margin: 0 auto 22px;
  background: url("/user/documents/upload/chrenka/logo-mark.svg") center / contain no-repeat;
  filter: brightness(0) saturate(100%) invert(75%) sepia(31%) saturate(713%)
    hue-rotate(359deg) brightness(91%) contrast(88%);
}

.chrenka-skin .site-agreement p,
.chrenka-skin .site-agreement b,
.chrenka-skin .site-agreement strong,
.chrenka-skin #colorbox .site-agreement-inner p,
.chrenka-skin #colorbox .site-agreement-inner b,
.chrenka-skin #colorbox .site-agreement-inner strong {
  color: #fff;
}

.chrenka-skin .site-agreement p,
.chrenka-skin #colorbox .site-agreement-inner p {
  max-width: 520px;
  margin: 0 auto 24px;
  font-size: clamp(15px, 2vw, 18px);
  line-height: 1.7;
}

.chrenka-skin .site-agreement .btn,
.chrenka-skin #colorbox .site-agreement-inner .btn {
  min-width: 142px;
  min-height: 48px;
  margin: 4px;
  padding: 13px 22px;
  border-radius: 0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.chrenka-skin #site-agreement .btn-primary,
.chrenka-skin .site-agreement .btn-primary,
.chrenka-skin #colorbox .site-agreement-inner .btn-primary {
  border-color: var(--chrenka-gold);
  background: var(--chrenka-gold);
  color: var(--chrenka-forest-deep);
}

.chrenka-skin .site-agreement .btn-default,
.chrenka-skin #colorbox .site-agreement-inner .btn-default {
  border-color: rgba(255, 255, 255, 0.52);
  background: transparent;
  color: #fff;
}

.chrenka-skin .site-agreement .btn-default:hover,
.chrenka-skin #colorbox .site-agreement-inner .btn-default:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

/* Reveal animation only for Chrenka-owned blocks. */

.chrenka-skin .chrenka-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 0.8s var(--chrenka-ease),
    transform 0.8s var(--chrenka-ease);
}

.chrenka-skin .chrenka-reveal.is-visible {
  opacity: 1;
  transform: none;
}

@keyframes chrenka-hero-drift {
  from {
    transform: scale(1.012);
  }

  to {
    transform: scale(1.065);
  }
}

@media (max-width: 1199px) {
  .chrenka-skin .chrenka-home__shell,
  .chrenka-skin .chrenka-footer__inner {
    padding-inline: 24px;
  }

  .chrenka-skin .chrenka-home__category {
    min-height: 450px;
  }

  .chrenka-skin .chrenka-footer__inner {
    grid-template-columns: 1.25fr repeat(2, 0.75fr);
  }

  .chrenka-skin .chrenka-footer__column:last-of-type {
    grid-column: 2 / -1;
  }
}

@media (max-width: 991px) {
  .chrenka-skin {
    font-size: 15px;
  }

  .chrenka-skin #header .navigation-wrapper {
    min-height: 60px;
  }

  .chrenka-skin #header .site-name a {
    min-height: 54px;
  }

  .chrenka-skin #header .site-name img {
    height: 48px;
    max-height: 48px;
    max-width: 180px;
  }

  .chrenka-skin #navigation {
    background: var(--chrenka-forest-deep);
    color: #fff;
  }

  .chrenka-skin #navigation a,
  .chrenka-skin #navigation .navigation-close,
  .chrenka-skin #navigation .submenu-arrow {
    color: #fff;
  }

  .chrenka-skin .navigation-in > ul > li > a {
    min-height: auto;
    border-bottom: 1px solid var(--chrenka-line-light);
    font-family: var(--chrenka-serif);
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.02em;
    text-transform: none;
  }

  .chrenka-skin .navigation-in ul.menu-level-2 {
    border: 0;
    background: rgba(255, 255, 255, 0.04);
    box-shadow: none;
  }

  .chrenka-skin .navigation-in ul.menu-level-2 a {
    border-color: var(--chrenka-line-light);
    color: rgba(255, 255, 255, 0.76);
  }

  .chrenka-skin .navigation-in ul.menu-level-2 a:hover {
    background: rgba(255, 255, 255, 0.07);
    color: #fff;
  }

  .chrenka-skin .chrenka-home__hero {
    min-height: max(670px, calc(100svh - 60px));
  }

  .chrenka-skin .chrenka-home__hero-shade {
    background:
      linear-gradient(90deg, rgba(9, 14, 10, 0.84), rgba(9, 14, 10, 0.26)),
      linear-gradient(0deg, rgba(8, 12, 9, 0.72), transparent 54%);
  }

  .chrenka-skin .chrenka-home__section-heading,
  .chrenka-skin .chrenka-home__story-grid {
    grid-template-columns: 1fr;
  }

  .chrenka-skin .chrenka-home__section-heading {
    align-items: start;
    gap: 24px;
  }

  .chrenka-skin .chrenka-home__section-heading > p {
    max-width: 700px;
  }

  .chrenka-skin .chrenka-home__categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .chrenka-skin .chrenka-home__category:last-child {
    grid-column: 1 / -1;
    min-height: 380px;
  }

  .chrenka-skin .chrenka-home__story-visual {
    min-height: 560px;
  }

  .chrenka-skin .chrenka-home__story-copy {
    max-width: 740px;
  }

  .chrenka-skin .p-detail-inner .p-image-wrapper {
    width: 100%;
  }

  .chrenka-skin .p-detail-inner .p-image,
  .chrenka-skin .p-detail-inner .image360 {
    min-height: 520px;
  }

  .chrenka-skin .chrenka-footer__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .chrenka-skin .chrenka-footer__brand {
    grid-column: 1 / -1;
  }

  .chrenka-skin .chrenka-footer__column:last-of-type {
    grid-column: auto;
  }
}

@media (max-width: 767px) {
  .chrenka-skin .content-wrapper-in {
    padding-top: 30px;
  }

  .chrenka-skin .chrenka-home__shell,
  .chrenka-skin .chrenka-footer__inner {
    padding-inline: 19px;
  }

  .chrenka-skin .chrenka-home__hero {
    min-height: max(650px, calc(100svh - 60px));
  }

  .chrenka-skin .chrenka-home__hero-image {
    object-position: 57% center;
  }

  .chrenka-skin .chrenka-home__hero h1 {
    margin-bottom: 24px;
    font-size: clamp(52px, 15vw, 80px);
  }

  .chrenka-skin .chrenka-home__lead {
    margin-bottom: 28px;
    font-size: 16px;
  }

  .chrenka-skin .chrenka-home__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .chrenka-skin .chrenka-home__button {
    width: 100%;
  }

  .chrenka-skin .chrenka-home__benefits {
    grid-template-columns: 1fr;
  }

  .chrenka-skin .chrenka-home__benefit {
    min-height: 126px;
    padding: 24px 20px;
  }

  .chrenka-skin .chrenka-home__benefit:not(:last-child)::after {
    width: auto;
    height: 1px;
    top: auto;
    right: 20px;
    bottom: 0;
    left: 20px;
  }

  .chrenka-skin .chrenka-home__section {
    padding-block: 82px;
  }

  .chrenka-skin .chrenka-home__section-heading h2,
  .chrenka-skin .chrenka-home__story-copy h2 {
    font-size: clamp(40px, 13vw, 62px);
  }

  .chrenka-skin .chrenka-home__categories {
    grid-template-columns: 1fr;
  }

  .chrenka-skin .chrenka-home__category,
  .chrenka-skin .chrenka-home__category:last-child {
    min-height: 430px;
    grid-column: auto;
  }

  .chrenka-skin .chrenka-home__story-visual {
    min-height: 430px;
  }

  .chrenka-skin .chrenka-home__story-seal {
    width: 98px;
    height: 98px;
    right: 18px;
    bottom: 18px;
  }

  .chrenka-skin .chrenka-home__story-seal img {
    width: 82px;
    height: 82px;
  }

  .chrenka-skin.chrenka-home-injected #content-wrapper > .content-wrapper-in {
    padding-top: 70px;
  }

  .chrenka-skin .category-title,
  .chrenka-skin.type-category #content > h1,
  .chrenka-skin.type-detail #content > h1,
  .chrenka-skin.type-page #content > h1 {
    font-size: clamp(38px, 12vw, 56px);
  }

  .chrenka-skin .products-block .p-in {
    padding: 15px;
  }

  .chrenka-skin .products-block .name {
    font-size: 19px;
  }

  .chrenka-skin .products-block .prices,
  .chrenka-skin .products-block .price-final {
    font-size: 21px;
  }

  .chrenka-skin .products-block .btn-cart {
    width: 100%;
    padding-left: 11px;
    padding-right: 11px;
  }

  .chrenka-skin .p-detail-inner .p-image-wrapper {
    padding: 20px;
  }

  .chrenka-skin .p-detail-inner .p-image,
  .chrenka-skin .p-detail-inner .image360 {
    min-height: 410px;
  }

  .chrenka-skin .p-detail .p-info-wrapper h1 {
    font-size: clamp(38px, 12vw, 54px);
  }

  .chrenka-skin .p-detail .p-to-cart-block {
    align-items: stretch;
    flex-direction: column;
  }

  .chrenka-skin .chrenka-wine-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .chrenka-skin .chrenka-awards {
    grid-template-columns: 1fr;
  }

  .chrenka-skin .p-detail .p-add-to-cart-wrapper,
  .chrenka-skin .p-detail .add-to-cart,
  .chrenka-skin .p-detail .add-to-cart__buttons-wrapper {
    width: 100%;
  }

  .chrenka-skin .chrenka-cart-rule {
    padding: 18px;
  }

  .chrenka-skin .cart-table .p-name,
  .chrenka-skin .cart-widget-product-name {
    font-size: 16px;
  }

  .chrenka-skin .chrenka-legal .chrenka-legal__section,
  .chrenka-skin .chrenka-legal .chrenka-legal__intro,
  .chrenka-skin .chrenka-contact .chrenka-contact__hero,
  .chrenka-skin .chrenka-contact .chrenka-contact__card,
  .chrenka-skin .chrenka-contact .chrenka-contact__notice {
    padding-left: 19px;
    padding-right: 19px;
  }

  .chrenka-skin .chrenka-footer__inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .chrenka-skin .chrenka-footer__brand,
  .chrenka-skin .chrenka-footer__warning {
    grid-column: auto;
  }

  .chrenka-skin .chrenka-footer__warning {
    margin-bottom: -10px;
    text-align: left;
  }
}

@media (max-width: 991px) {
  .chrenka-skin #navigation .menu-level-1 > li > a,
  .chrenka-skin #navigation .menu-level-1 > li > a b,
  .chrenka-skin #navigation .submenu-arrow {
    color: #fff;
  }

  .chrenka-skin #navigation .menu-level-2 a,
  .chrenka-skin #navigation .menu-level-2 a span {
    color: rgba(255, 255, 255, 0.76);
  }
}

@media (max-width: 479px) {
  .chrenka-skin #header .site-name img {
    height: 38px;
    max-height: 38px;
    max-width: 142px;
  }

  .chrenka-skin .chrenka-home__hero {
    min-height: max(620px, calc(100svh - 40px));
  }

  .chrenka-skin .chrenka-home__eyebrow {
    font-size: 10px;
    letter-spacing: 0.15em;
  }

  .chrenka-skin .chrenka-home__category {
    min-height: 390px;
  }

  .chrenka-skin .products-block .product .image,
  .chrenka-skin .products-block .product .p-image {
    padding: 10px;
  }

  .chrenka-skin .products-block .p-in {
    padding: 12px;
  }

  .chrenka-skin .products-block .name {
    font-size: 17px;
  }

  .chrenka-skin .products-block .p-desc {
    display: none;
  }

  .chrenka-skin .products-block .prices,
  .chrenka-skin .products-block .price-final {
    font-size: 19px;
  }

  .chrenka-skin .products-block .btn-cart {
    min-height: 42px;
    font-size: 10px;
  }

  .chrenka-skin .chrenka-wine-facts {
    grid-template-columns: 1fr;
  }

  .chrenka-skin .chrenka-wine-facts > div,
  .chrenka-skin .chrenka-wine-facts > article,
  .chrenka-skin .chrenka-wine-facts > dl {
    padding: 17px;
  }

  .chrenka-skin .chrenka-awards > li,
  .chrenka-skin .chrenka-awards > article,
  .chrenka-skin .chrenka-awards > div {
    padding: 17px 18px 17px 22px;
  }

  .chrenka-skin .chrenka-footer__brand {
    align-items: flex-start;
  }

  .chrenka-skin .chrenka-footer__brand img {
    width: 62px;
    height: 62px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .chrenka-skin .chrenka-home__hero-image,
  .chrenka-skin .chrenka-reveal,
  .chrenka-skin .chrenka-home__category img,
  .chrenka-skin .products-block .product,
  .chrenka-skin .btn,
  .chrenka-skin .chrenka-home__button {
    animation: none;
    scroll-behavior: auto;
    transition-duration: 0.01ms;
  }

  .chrenka-skin .chrenka-reveal {
    opacity: 1;
    transform: none;
  }
}

/* --------------------------------------------------------------------------
 * v1.1.1 refinements — header, homepage offer, categories and product detail.
 * ----------------------------------------------------------------------- */

/* Step keeps its own dark mobile drawer. Reset the inner visual layer only
   on desktop, where the navigation is part of the light header. */
@media (min-width: 992px) {
  .chrenka-skin #header,
  .chrenka-skin #header .navigation-wrapper,
  .chrenka-skin #navigation,
  .chrenka-skin #navigation .navigation-in {
    overflow: visible;
  }

  .chrenka-skin #navigation .navigation-in {
    background: transparent !important;
  }

  .chrenka-skin #navigation .menu-level-1 > li > a,
  .chrenka-skin #navigation .menu-level-1 > li > a b,
  .chrenka-skin #navigation .submenu-arrow {
    color: var(--chrenka-ink);
  }

  .chrenka-skin #navigation .menu-level-2 a,
  .chrenka-skin #navigation .menu-level-2 a span {
    color: var(--chrenka-ink);
  }
}

.chrenka-skin #navigation .menu-level-2 {
  z-index: 3000;
}

/* The facts start below the hero; no negative overlap. */
.chrenka-skin .chrenka-home__benefits {
  margin-top: 0;
}

/* The homepage continues directly with Shoptet's native offer tabs. */
.chrenka-skin.chrenka-home-injected #content-wrapper > .content-wrapper-in {
  padding-top: clamp(58px, 6vw, 86px);
}

.chrenka-skin .homepage-tabs-wrapper .homepage-group-title {
  display: none;
}

/* Step overrides the native [hidden] attribute on tab items. Keep an empty
   promotion tab out of the layout even under that stronger theme rule. */
.chrenka-skin .homepage-tabs-wrapper .chrenka-home-tab--empty {
  display: none !important;
}

.chrenka-skin .homepage-tabs-wrapper.chrenka-homepage-tabs--single .shp-tabs {
  justify-content: center;
}

.chrenka-skin .homepage-tabs-wrapper.chrenka-homepage-tabs--single .shp-tab-link {
  color: var(--chrenka-ink);
}

/* Uniform cards: the grid item, its inner card and the information column all
   participate in one flex-height chain. */
.chrenka-skin .products-block > .product,
.chrenka-skin .products-block > div.product {
  height: auto !important;
  display: flex;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.chrenka-skin .products-block .product > .p {
  width: 100%;
  min-width: 0;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  border: 1px solid var(--chrenka-line);
  background: #fff;
  transition:
    border-color 0.3s ease,
    box-shadow 0.35s ease;
}

.chrenka-skin .products-block .product:hover {
  box-shadow: none;
}

.chrenka-skin .products-block .product:hover > .p {
  border-color: rgba(154, 113, 49, 0.5);
  box-shadow: 0 24px 60px rgba(17, 23, 18, 0.09);
}

.chrenka-skin .products-block .product .p-in {
  min-width: 0;
  flex: 1 1 auto;
}

.chrenka-skin .products-block .product .p-in-in {
  min-height: 92px;
}

.chrenka-skin .products-block .product .name {
  min-height: 2.36em;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.chrenka-skin .products-block .product .p-bottom {
  margin-top: auto;
}

.chrenka-skin .products-block .product .p-desc {
  min-height: 4.7em;
}

/* Category landing pages show the actual product grid, not folder cards or a
   second best-seller carousel. */
.chrenka-skin.type-category .subcategories,
.chrenka-skin.type-category .products-top-wrapper {
  display: none !important;
}

.chrenka-skin.type-category .category-top {
  margin-bottom: 0;
}

.chrenka-skin.type-category .sidebar-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.chrenka-skin.type-category .sidebar .box-categories,
.chrenka-skin.type-category .sidebar .box-filters {
  margin: 0;
  padding: 23px;
  border: 1px solid var(--chrenka-line);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 46px rgba(17, 23, 18, 0.045);
}

.chrenka-skin.type-category #categories .categories > .topic > a {
  margin: 0 0 10px;
  padding: 13px 14px;
  border: 0;
  background: var(--chrenka-forest);
  color: #fff;
  font-weight: 750;
}

.chrenka-skin.type-category #categories .categories > .topic > a:hover,
.chrenka-skin.type-category #categories .categories > .topic.active > a {
  background: var(--chrenka-wine);
  color: #fff;
}

.chrenka-skin.type-category #categories .categories > ul {
  margin: 0;
  padding: 0;
}

.chrenka-skin.type-category #categories .categories > ul > li {
  margin: 0 0 8px;
  border: 1px solid var(--chrenka-line);
  background: var(--chrenka-paper);
}

.chrenka-skin.type-category #categories .categories > ul > li > a {
  min-height: 46px;
  display: flex;
  align-items: center;
  padding: 11px 14px;
  border: 0;
  color: var(--chrenka-ink);
  font-weight: 700;
}

.chrenka-skin.type-category #categories .categories > ul > li.active > a,
.chrenka-skin.type-category #categories .categories > ul > li.child-active > a {
  background: var(--chrenka-cream);
  color: var(--chrenka-wine);
}

/* On the root wine category only the three useful parent routes are shown.
   A parent's children appear after that parent is opened, based on native
   active/child-active classes. */
.chrenka-skin.type-category #categories .categories > ul > li > ul {
  display: none;
  margin: 0;
  padding: 4px 0 8px;
  border-top: 1px solid var(--chrenka-line);
  background: #fff;
}

.chrenka-skin.type-category #categories .categories > ul > li.active > ul,
.chrenka-skin.type-category #categories .categories > ul > li.child-active > ul {
  display: block;
}

.chrenka-skin.type-category #categories .categories > ul > li > ul a {
  padding: 8px 14px 8px 30px;
  border: 0;
  color: var(--chrenka-ink-soft);
  font-size: 13px;
}

.chrenka-skin.type-category #categories .categories > ul > li > ul a:hover,
.chrenka-skin.type-category #categories .categories > ul > li > ul li.active > a {
  background: rgba(212, 173, 98, 0.11);
  color: var(--chrenka-wine);
}

.chrenka-skin.type-category #categories .cat-trigger {
  margin-left: auto;
}

.chrenka-skin.type-category .box-filters .slider-wrapper,
.chrenka-skin.type-category .box-filters .filter-section {
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid var(--chrenka-line);
}

.chrenka-skin.type-category .box-filters .slider-wrapper {
  padding-top: 0;
}

.chrenka-skin.type-category .box-filters h4,
.chrenka-skin.type-category .box-filters .filter-section-title {
  margin: 0 0 15px;
  color: var(--chrenka-ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.chrenka-skin.type-category .box-filters fieldset > div {
  min-height: 36px;
  display: flex;
  align-items: center;
}

.chrenka-skin.type-category .box-filters .filter-label {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--chrenka-ink-soft);
}

.chrenka-skin.type-category .box-filters .filter-count {
  min-width: 28px;
  margin-left: auto;
  padding: 1px 8px;
  border-radius: 999px;
  background: var(--chrenka-cream);
  color: var(--chrenka-ink);
  font-size: 11px;
  font-weight: 750;
  text-align: center;
}

.chrenka-skin.type-category .box-filters label.disabled {
  opacity: 0.42;
}

.chrenka-skin.type-category .box-filters .ui-slider {
  height: 4px;
  border: 0;
  background: var(--chrenka-cream-dark);
}

.chrenka-skin.type-category .box-filters .ui-slider-range {
  background: var(--chrenka-gold);
}

.chrenka-skin.type-category .box-filters .ui-slider-handle {
  width: 17px;
  height: 17px;
  top: -7px;
  border: 3px solid var(--chrenka-paper);
  border-radius: 50%;
  background: var(--chrenka-forest);
  box-shadow: 0 0 0 1px var(--chrenka-forest);
}

.chrenka-skin.type-category .box-filters .toggle-filters {
  display: inline-flex;
  align-items: center;
  color: var(--chrenka-wine);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Keep the structured analytical panel in the description and remove the
   duplicated native parameter/action block above it. */
.chrenka-skin.type-detail .p-param-block {
  display: none !important;
}

.chrenka-skin.type-detail .p-detail-inner .p-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  background: #fff !important;
}

.chrenka-skin.type-detail .p-detail-inner .p-image,
.chrenka-skin.type-detail .p-detail-inner .image360 {
  width: 100%;
  min-height: 0 !important;
  margin: 0;
  padding: 0;
}

.chrenka-skin.type-detail .p-detail-inner .p-image #wrap,
.chrenka-skin.type-detail .p-detail-inner .p-main-image,
.chrenka-skin.type-detail .p-detail-inner .p-main-image img {
  margin-right: auto !important;
  margin-left: auto !important;
}

.chrenka-skin.type-detail .p-detail-inner .p-main-image img {
  display: block !important;
  object-position: center;
}

/* Newsletter is intentionally not part of this shop's footer. */
.chrenka-skin #footer .footer-newsletter {
  display: none !important;
}

@media (min-width: 992px) {
  .chrenka-skin #header .navigation-wrapper {
    min-height: 92px;
    column-gap: 24px;
  }

  .chrenka-skin #header .site-name,
  .chrenka-skin #header .site-name a {
    min-height: 92px;
  }

  .chrenka-skin #navigation {
    height: 92px;
    flex: 1 1 auto;
  }

  .chrenka-skin #navigation .navigation-in {
    position: static !important;
    width: 100% !important;
    height: 92px;
  }

  .chrenka-skin #navigation .navigation-in > .menu-level-1 {
    height: 92px;
    display: flex;
    align-items: stretch;
  }

  .chrenka-skin #navigation .navigation-in > .menu-level-1 > li > a {
    min-height: 92px;
  }
}

@media (max-width: 767px) {
  .chrenka-skin .products-block .product .p-in-in,
  .chrenka-skin .products-block .product .name,
  .chrenka-skin .products-block .product .p-desc {
    min-height: 0;
  }

  .chrenka-skin.type-category .sidebar .box-categories,
  .chrenka-skin.type-category .sidebar .box-filters {
    padding: 18px;
  }

  .chrenka-skin.type-detail .p-detail-inner .p-image-wrapper {
    padding: 0 !important;
  }
}


/* ===== legacy-hotfix.css ===== */
/**
 * Rodinné vinařství Chrenka × Shoptet Step
 * Finální korekční vrstva – menu, kategorie, homepage a analytika produktu
 * Verze: 2026.07.31-2
 *
 * Tento soubor je záměrně aditivní. Musí se načíst AŽ ZA stávajícím
 * CHRENKA CSS, aby bezpečně opravil jen popsané kolize.
 */

:root {
  --chf-paper: #f7f3eb;
  --chf-paper-strong: #efe6d8;
  --chf-ink: #191c17;
  --chf-muted: #6f716c;
  --chf-wine: #7b2631;
  --chf-gold: #9a6d2a;
  --chf-line: rgba(25, 28, 23, 0.14);
  --chf-header-z: 10000;
  --chf-menu-z: 10100;
}

/* ========================================================================== 
   1. HLAVIČKA A DESKTOPOVÝ DROPDOWN
   - odblokování overflow na celé cestě navigace
   - jednoznačné pořadí vrstev nad HERO i nad obsahem kategorie
   ========================================================================== */

@media (min-width: 992px) {
  .chf-nav-layer {
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    clip: auto !important;
    clip-path: none !important;
    -webkit-clip-path: none !important;
    contain: none !important;
  }

  body > .chf-nav-layer,
  #header.chf-nav-layer,
  header.chf-nav-layer,
  .header-wrapper.chf-nav-layer,
  .top-navigation-bar.chf-nav-layer {
    position: relative !important;
    z-index: var(--chf-header-z) !important;
  }

  .navigation-wrapper.chf-nav-layer,
  .navigation-in.chf-nav-layer,
  nav.chf-nav-layer {
    position: relative !important;
    z-index: calc(var(--chf-header-z) + 100) !important;
  }

  .navigation-in .menu-level-1,
  .navigation-in .menu-level-1 > li,
  .navigation-in .menu-level-1 > li > a,
  .navigation-in .chf-wine-menu {
    overflow: visible !important;
    clip-path: none !important;
    contain: none !important;
  }

  .navigation-in .chf-wine-menu {
    position: relative !important;
    z-index: calc(var(--chf-menu-z) - 10) !important;
  }

  .navigation-in .chf-wine-submenu {
    z-index: var(--chf-menu-z) !important;
    max-height: none !important;
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    clip: auto !important;
    clip-path: none !important;
    -webkit-clip-path: none !important;
    contain: none !important;
  }

  .navigation-in .chf-wine-menu.chf-menu-open > .chf-wine-submenu,
  .navigation-in .chf-wine-menu:hover > .chf-wine-submenu,
  .navigation-in .chf-wine-menu:focus-within > .chf-wine-submenu {
    display: block !important;
    height: auto !important;
    max-height: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    overflow: visible !important;
  }

  /* Obsah nesmí vytvořit vrstvu nad navigací. */
  body.chf-home #content-wrapper,
  body.chf-home .content-wrapper,
  body.chf-home .homepage-box,
  body.chf-home [class*="home-hero"],
  body.chf-home [class*="homepage-hero"],
  body.chf-home [class*="hero"],
  body.chf-category #content-wrapper,
  body.chf-category .content-wrapper,
  body.chf-category .breadcrumbs,
  body.chf-category .navigation-breadcrumb {
    z-index: 1 !important;
  }
}

/* ========================================================================== 
   2. HOMEPAGE – MEZERA MEZI TŘEMI BENEFITY A „NOVINKY“
   Třídy doplňuje JS podle skutečného obsahu, takže korekce není závislá
   na proměnlivých Shoptet třídách.
   ========================================================================== */

body.chf-home .chf-home-facts {
  height: auto !important;
  min-height: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: clamp(22px, 2.5vw, 42px) !important;
}

body.chf-home .chf-home-facts::after {
  margin-bottom: 0 !important;
}

body.chf-home .chf-home-news {
  height: auto !important;
  min-height: 0 !important;
  margin-top: 0 !important;
  padding-top: clamp(26px, 3vw, 50px) !important;
}

body.chf-home .chf-home-news > :first-child,
body.chf-home .chf-home-news .homepage-group-title:first-child,
body.chf-home .chf-home-news h2:first-child,
body.chf-home .chf-home-news h3:first-child {
  margin-top: 0 !important;
}

/* ========================================================================== 
   3. KATEGORIE – VERTIKÁLNÍ ODSAZENÍ A LEVÉ MENU
   ========================================================================== */

body.chf-category .chf-category-shell {
  min-height: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  transform: none !important;
}

body.chf-category .chf-category-layout {
  min-height: 0 !important;
  margin-top: 0 !important;
  padding-top: clamp(28px, 3.2vw, 54px) !important;
  transform: none !important;
}

body.chf-category .chf-category-layout > *,
body.chf-category .chf-category-sidebar,
body.chf-category .chf-category-main,
body.chf-category .sidebar,
body.chf-category .sidebar-inner,
body.chf-category #content,
body.chf-category .content,
body.chf-category .category-content-wrapper,
body.chf-category .category-header {
  margin-top: 0 !important;
  padding-top: 0 !important;
  top: auto !important;
  transform: none !important;
}

@media (max-width: 991px) {
  body.chf-category .chf-category-layout {
    padding-top: 24px !important;
  }
}

/* Odstranění porouchaných šipek vložených starším CSS/JS. */
body.chf-category .chf-category-sidebar .chf-has-children > a::before,
body.chf-category .chf-category-sidebar .chf-has-children > a::after,
body.chf-category .chf-category-sidebar .chf-has-children > span::before,
body.chf-category .chf-category-sidebar .chf-has-children > span::after {
  content: none !important;
  display: none !important;
}

body.chf-category .chf-category-sidebar .chf-has-children > a {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  min-height: 100% !important;
  padding-right: 48px !important;
  line-height: 1.22 !important;
}

body.chf-category .chf-category-sidebar .submenu-arrow,
body.chf-category .chf-category-sidebar .menu-arrow,
body.chf-category .chf-category-sidebar .icon-arrow,
body.chf-category .chf-category-sidebar [class*="submenu-arrow"],
body.chf-category .chf-category-sidebar [class*="menu-arrow"] {
  display: none !important;
}

body.chf-category .chf-category-sidebar .chf-sidebar-chevron {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block !important;
  width: 9px;
  height: 9px;
  margin: 0 !important;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  opacity: 0.72;
  transform: translateY(-68%) rotate(45deg);
  transform-origin: center;
  transition: transform 180ms ease, opacity 180ms ease;
  pointer-events: none;
}

body.chf-category .chf-category-sidebar .chf-has-children.active > a .chf-sidebar-chevron,
body.chf-category .chf-category-sidebar .chf-has-children.expanded > a .chf-sidebar-chevron,
body.chf-category .chf-category-sidebar .chf-has-children.open > a .chf-sidebar-chevron,
body.chf-category .chf-category-sidebar .chf-has-children[aria-expanded="true"] > a .chf-sidebar-chevron {
  opacity: 1;
  transform: translateY(-30%) rotate(225deg);
}

/* ========================================================================== 
   4. DETAIL PRODUKTU – KOMPLETNÍ ANALYTIKA V PRAVÉM SLOUPCI
   ========================================================================== */

body.chf-product .chf-analysis-card {
  width: 100%;
  margin: 18px 0 0 !important;
  border: 1px solid var(--chf-line);
  background: rgba(239, 230, 216, 0.72);
  color: var(--chf-ink);
  box-shadow: none;
}

body.chf-product .chf-analysis-card__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 20px 16px;
  border-bottom: 1px solid var(--chf-line);
}

body.chf-product .chf-analysis-card__eyebrow {
  display: block;
  margin: 0 0 5px;
  color: var(--chf-gold);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.chf-product .chf-analysis-card__title {
  margin: 0 !important;
  color: var(--chf-ink);
  font-family: "Cormorant Garamond", "Times New Roman", Georgia, serif;
  font-size: clamp(25px, 2vw, 32px) !important;
  font-weight: 400;
  line-height: 1.04;
}

body.chf-product .chf-analysis-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
}

body.chf-product .chf-analysis-item {
  min-width: 0;
  margin: 0;
  padding: 13px 16px 14px;
  border-right: 1px solid var(--chf-line);
  border-bottom: 1px solid var(--chf-line);
}

body.chf-product .chf-analysis-item:nth-child(2n) {
  border-right: 0;
}

body.chf-product .chf-analysis-item:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  border-right: 0;
}

body.chf-product .chf-analysis-item:last-child,
body.chf-product .chf-analysis-item:nth-last-child(2):nth-child(odd) {
  border-bottom: 0;
}

body.chf-product .chf-analysis-item dt {
  margin: 0 0 5px;
  color: var(--chf-gold);
  font-size: 9px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

body.chf-product .chf-analysis-item dd {
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere;
  color: var(--chf-ink);
  font-family: "Cormorant Garamond", "Times New Roman", Georgia, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

body.chf-product .chf-analysis-awards {
  padding: 16px 20px 18px;
  border-top: 1px solid var(--chf-line);
  background: rgba(255, 255, 255, 0.26);
}

body.chf-product .chf-analysis-awards__title {
  display: block;
  margin: 0 0 8px;
  color: var(--chf-wine);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.chf-product .chf-analysis-awards ul {
  margin: 0;
  padding-left: 18px;
}

body.chf-product .chf-analysis-awards li {
  margin: 4px 0;
  color: var(--chf-ink);
  font-size: 13px;
  line-height: 1.42;
}

/* Původní šesti-položková tabulka dole je po vytvoření kompletní karty skryta. */
body.chf-product .chf-old-analysis {
  display: none !important;
}

/* Standardní technické parametry slouží jako datový zdroj; po úspěšném sestavení
   karty je JS označí, aby se nezobrazovaly podruhé. */
body.chf-product.chf-analysis-ready .p-data-wrapper .detail-parameters,
body.chf-product.chf-analysis-ready .p-data-wrapper .p-detail-parameters,
body.chf-product.chf-analysis-ready .p-data-wrapper [class*="detail-parameters"] {
  display: none !important;
}

@media (max-width: 767px) {
  body.chf-product .chf-analysis-card__header {
    padding: 18px 16px 14px;
  }

  body.chf-product .chf-analysis-grid {
    grid-template-columns: 1fr;
  }

  body.chf-product .chf-analysis-item,
  body.chf-product .chf-analysis-item:nth-child(2n),
  body.chf-product .chf-analysis-item:nth-last-child(2):nth-child(odd) {
    padding: 12px 15px 13px;
    border-right: 0;
    border-bottom: 1px solid var(--chf-line);
  }

  body.chf-product .chf-analysis-item:last-child {
    border-bottom: 0;
  }

  body.chf-product .chf-analysis-awards {
    padding: 15px 16px 17px;
  }
}

/* Tisk: dropdowny nejsou relevantní, analytika zůstává plně čitelná. */
@media print {
  .chf-analysis-card {
    break-inside: avoid;
    border-color: #999 !important;
    background: #fff !important;
  }
}

body.chf-product .chf-old-analysis-awards-part {
  display: none !important;
}

/* ========================================================================== 
   5. KATEGORIE – DEFINITIVNÍ NORMALIZACE ŠIPEK V LEVÉM MENU
   Verze 2026.07.31-2
   ========================================================================== */

body.chf-category .chf-category-sidebar li.chf-has-children::before,
body.chf-category .chf-category-sidebar li.chf-has-children::after,
body.chf-category .chf-category-sidebar li.chf-has-children > a::before,
body.chf-category .chf-category-sidebar li.chf-has-children > a::after,
body.chf-category .chf-category-sidebar li.chf-has-children > span::before,
body.chf-category .chf-category-sidebar li.chf-has-children > span::after,
body.chf-category .chf-category-sidebar li.chf-has-children > a > :not(.chf-sidebar-chevron)::before,
body.chf-category .chf-category-sidebar li.chf-has-children > a > :not(.chf-sidebar-chevron)::after {
  content: none !important;
  display: none !important;
}

body.chf-category .chf-category-sidebar li.chf-has-children > a > [class*="arrow"]:not(.chf-sidebar-chevron),
body.chf-category .chf-category-sidebar li.chf-has-children > a > [class*="chevron"]:not(.chf-sidebar-chevron),
body.chf-category .chf-category-sidebar li.chf-has-children > a > [class*="toggle"],
body.chf-category .chf-category-sidebar li.chf-has-children > a > [class*="expand"] {
  display: none !important;
}

body.chf-category .chf-category-sidebar li.chf-has-children > a {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  min-height: 0 !important;
  padding-left: 26px !important;
  padding-right: 58px !important;
  text-indent: 0 !important;
  overflow: visible !important;
}

body.chf-category .chf-category-sidebar li.chf-has-children > a > .chf-sidebar-chevron {
  position: absolute !important;
  top: 50% !important;
  right: 24px !important;
  bottom: auto !important;
  left: auto !important;
  display: block !important;
  flex: 0 0 auto !important;
  width: 9px !important;
  height: 9px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-right: 1.5px solid currentColor !important;
  border-bottom: 1.5px solid currentColor !important;
  border-radius: 0 !important;
  background: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: 0 !important;
  opacity: 0.62 !important;
  transform: translateY(-68%) rotate(45deg) !important;
  transform-origin: center !important;
  pointer-events: none !important;
}

body.chf-category .chf-category-sidebar li.chf-has-children.active > a > .chf-sidebar-chevron,
body.chf-category .chf-category-sidebar li.chf-has-children.expanded > a > .chf-sidebar-chevron,
body.chf-category .chf-category-sidebar li.chf-has-children.open > a > .chf-sidebar-chevron,
body.chf-category .chf-category-sidebar li.chf-has-children[aria-expanded="true"] > a > .chf-sidebar-chevron {
  opacity: 0.9 !important;
  transform: translateY(-30%) rotate(225deg) !important;
}


/* ===== ui-fixes.css ===== */
/*!
 * Rodinné vinařství Chrenka — katalogové úpravy
 * Verze 1.2.1 / 2026-08-20
 * Načítá se jako poslední část konsolidovaného CSS souboru.
 */

/* Zachování aktivního inline pravidla ze staršího HEADu. */
.chrenka-skin .p-detail-tabs-wrapper,
.chrenka-skin .top-products-wrapper,
.top-products-wrapper {
  display: none !important;
}

/* Produktové fotografie mají vždy jeden čistý bílý podklad. */
.chrenka-skin.type-category .products-block .product > .p,
.chrenka-skin .products-block .product > .p {
  background: #fff !important;
}

.chrenka-skin.type-category .products-block .product .image,
.chrenka-skin.type-category .products-block .product .p-image,
.chrenka-skin .products-block .product .image,
.chrenka-skin .products-block .product .p-image {
  background-color: #fff !important;
  background-image: none !important;
}

.chrenka-skin.type-category .products-block .product .image img,
.chrenka-skin.type-category .products-block .product .p-image img,
.chrenka-skin .products-block .product .image img,
.chrenka-skin .products-block .product .p-image img {
  background: #fff !important;
}

/* Informační část karty přebírá původní béžovou barvu obrazové plochy. */
.chrenka-skin.type-category .products-block .product .p-in,
.chrenka-skin .products-block .product .p-in {
  border-top: 1px solid var(--chrenka-line) !important;
  background: var(--chrenka-cream) !important;
}

/* Počet kusů a CTA tvoří jeden stabilní nákupní řádek. */
.chrenka-skin .products-block .product .p-tools {
  width: 100% !important;
  margin-top: 16px !important;
}

.chrenka-skin .products-block .product form.chrenka-card-buy {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: 92px minmax(0, 1fr);
  align-items: stretch;
  gap: 8px;
  margin: 0 !important;
}

.chrenka-skin .products-block .product .chrenka-card-quantity {
  box-sizing: border-box !important;
  width: 92px !important;
  min-width: 92px !important;
  max-width: 92px !important;
  min-height: 45px;
  display: grid !important;
  grid-template-columns: 28px 34px 28px !important;
  align-items: stretch;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(25, 28, 24, 0.22);
  background: #fff;
  overflow: hidden !important;
}

.chrenka-skin .products-block .product .chrenka-card-quantity button,
.chrenka-skin .products-block .product .chrenka-card-quantity input.amount {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 43px !important;
  height: 43px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  color: var(--chrenka-ink) !important;
  font-family: var(--chrenka-sans) !important;
  line-height: 43px !important;
  text-align: center;
}

.chrenka-skin .products-block .product .chrenka-card-quantity button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px !important;
  font-weight: 500 !important;
  transition: background-color 160ms ease, color 160ms ease;
}

.chrenka-skin .products-block .product .chrenka-card-quantity button::before,
.chrenka-skin .products-block .product .chrenka-card-quantity button::after {
  content: none !important;
  display: none !important;
}

.chrenka-skin .products-block .product .chrenka-card-quantity button:first-child {
  border-right: 1px solid rgba(25, 28, 24, 0.15) !important;
}

.chrenka-skin .products-block .product .chrenka-card-quantity button:last-child {
  border-left: 1px solid rgba(25, 28, 24, 0.15) !important;
}

.chrenka-skin .products-block .product .chrenka-card-quantity button:hover,
.chrenka-skin .products-block .product .chrenka-card-quantity button:focus-visible {
  background: var(--chrenka-gold) !important;
  color: var(--chrenka-forest-deep) !important;
}

.chrenka-skin .products-block .product .chrenka-card-quantity button:disabled {
  cursor: default;
  opacity: 0.34;
}

.chrenka-skin .products-block .product .chrenka-card-quantity input.amount {
  appearance: textfield;
  -moz-appearance: textfield;
  font-size: 14px !important;
  font-weight: 750 !important;
}

.chrenka-skin .products-block .product .chrenka-card-quantity input.amount::-webkit-inner-spin-button,
.chrenka-skin .products-block .product .chrenka-card-quantity input.amount::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
}

.chrenka-skin .products-block .product form.chrenka-card-buy .btn-cart {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 45px !important;
  margin: 0 !important;
  padding: 10px 10px !important;
  white-space: nowrap;
}

/* Košík zůstává kontrastní v klidu, při hoveru i v mobilní hlavičce. */
.chrenka-skin #header .navigation-buttons .cart-count,
.chrenka-skin #header .navigation-buttons .cart-count:link,
.chrenka-skin #header .navigation-buttons .cart-count:visited,
.chrenka-skin #header .navigation-buttons .cart-count:hover,
.chrenka-skin #header .navigation-buttons .cart-count:focus,
.chrenka-skin #header .navigation-buttons .cart-count:active {
  color: var(--chrenka-ink) !important;
  -webkit-text-fill-color: var(--chrenka-ink) !important;
  filter: none !important;
}

.chrenka-skin #header .navigation-buttons .cart-count:hover,
.chrenka-skin #header .navigation-buttons .cart-count:focus-visible {
  background-color: rgba(228, 218, 203, 0.72) !important;
}

.chrenka-skin #header .navigation-buttons .cart-count::before,
.chrenka-skin #header .navigation-buttons .cart-count::after,
.chrenka-skin #header .navigation-buttons .cart-count:hover::before,
.chrenka-skin #header .navigation-buttons .cart-count:hover::after,
.chrenka-skin #header .navigation-buttons .cart-count:focus::before,
.chrenka-skin #header .navigation-buttons .cart-count:focus::after {
  color: var(--chrenka-ink) !important;
  -webkit-text-fill-color: var(--chrenka-ink) !important;
  filter: none !important;
  opacity: 1 !important;
}

.chrenka-skin #header .navigation-buttons .cart-count.full i,
.chrenka-skin #header .navigation-buttons .cart-count i {
  background: var(--chrenka-wine) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

/* Katalog začíná těsně pod drobečkovou navigací. */
body.chrenka-skin.chf-category .content-wrapper-in.chf-category-layout,
body.chrenka-skin.type-category .content-wrapper-in {
  padding-top: 18px !important;
}

body.chrenka-skin.chf-category #content > .category-top,
body.chrenka-skin.type-category #content > .category-top {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.chrenka-skin.chf-category #content .category-title,
body.chrenka-skin.type-category #content .category-title {
  margin-top: 0 !important;
  margin-bottom: clamp(24px, 2.8vw, 38px) !important;
}

/* Shoptet zprávy musí být nad celým skinem, ale začínat až pod hlavičkou. */
body.chrenka-skin .messages,
body.chrenka-skin > .messages {
  position: fixed !important;
  top: var(--chrenka-message-offset, 93px) !important;
  right: 0 !important;
  left: 0 !important;
  z-index: 30000 !important;
  width: 100% !important;
  max-width: none !important;
  pointer-events: none;
}

body.chrenka-skin .messages > *,
body.chrenka-skin > .messages > * {
  pointer-events: auto;
}

@media (max-width: 767px) {
  .chrenka-skin .products-block .product .p-in {
    padding: 14px !important;
  }

  .chrenka-skin .products-block .product form.chrenka-card-buy {
    grid-template-columns: 1fr;
  }

  .chrenka-skin .products-block .product .chrenka-card-quantity {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    grid-template-columns: 1fr 1.15fr 1fr !important;
  }

  body.chrenka-skin.chf-category .content-wrapper-in.chf-category-layout,
  body.chrenka-skin.type-category .content-wrapper-in {
    padding-top: 14px !important;
  }

  body.chrenka-skin.chf-category #content .category-title,
  body.chrenka-skin.type-category #content .category-title {
    margin-bottom: 22px !important;
  }
}
