/**
 * VINAŘSTVÍ FRANTIŠEK ZAPLETAL × Shoptet Step
 * Jediná vlastní CSS vrstva.
 * Verze 1.0.4 — 2026-08-06
 */

:root {
  --zpt-ink: #171616;
  --zpt-ink-soft: #3f3a38;
  --zpt-cream: #e8e1d5;
  --zpt-paper: #f3efe7;
  --zpt-white: #faf8f3;
  --zpt-wine: #6b1f35;
  --zpt-wine-deep: #451120;
  --zpt-wine-light: #9f5265;
  --zpt-gold: #b49763;
  --zpt-gold-light: #d7c6a4;
  --zpt-taupe: #746d68;
  --zpt-green: #344338;
  --zpt-line: rgba(23, 22, 22, 0.14);
  --zpt-line-light: rgba(255, 255, 255, 0.18);
  --zpt-shadow: 0 26px 70px rgba(18, 15, 14, 0.14);
  --zpt-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --zpt-serif: Georgia, "Times New Roman", Times, serif;
  --zpt-shell: min(1360px, calc(100vw - 96px));
}

html {
  scroll-behavior: smooth;
}

body,
input,
select,
textarea,
button {
  font-family: var(--zpt-sans) !important;
}

body {
  color: var(--zpt-ink);
  background: var(--zpt-paper);
  font-size: 15px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}

body h1,
body h2,
body h3,
body h4,
.h1,
.h2,
.h3,
.h4 {
  color: var(--zpt-ink);
  font-family: var(--zpt-serif) !important;
  font-weight: 500 !important;
  letter-spacing: -0.025em;
  line-height: 1.02;
}

body a {
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease, opacity 180ms ease;
}

body img {
  max-width: 100%;
}

.products-top-wrapper {
  display: none !important;
}

::selection {
  color: var(--zpt-ink);
  background: var(--zpt-gold-light);
}

.zpt-shell {
  width: var(--zpt-shell);
  margin-inline: auto;
}

.zpt-breakout {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.zpt-eyebrow {
  margin: 0 0 18px;
  color: var(--zpt-gold);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-transform: uppercase;
}

.zpt-button,
body .btn,
body .btn-conversion,
body .btn-cart,
body button.btn,
body input.btn {
  min-height: 48px;
  border: 1px solid var(--zpt-wine);
  border-radius: 0;
  background: var(--zpt-wine);
  color: var(--zpt-white);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.09em;
  line-height: 1.2;
  text-transform: uppercase;
  box-shadow: none;
}

.zpt-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 15px 24px;
  text-decoration: none;
}

.zpt-button:hover,
body .btn:hover,
body .btn-conversion:hover,
body .btn-cart:hover,
body button.btn:hover,
body input.btn:hover {
  border-color: var(--zpt-wine-deep);
  background: var(--zpt-wine-deep);
  color: var(--zpt-white);
}

.zpt-button--gold {
  border-color: var(--zpt-gold);
  background: var(--zpt-gold);
  color: var(--zpt-ink);
}

.zpt-button--gold:hover {
  border-color: var(--zpt-white);
  background: var(--zpt-white);
  color: var(--zpt-ink);
  transform: translateY(-2px);
}

/* --------------------------------------------------------------------------
   Nativní hlavička a menu — nativní funkci Step nenahrazujeme
   -------------------------------------------------------------------------- */

.top-navigation-bar {
  border-bottom: 1px solid var(--zpt-line);
  background: var(--zpt-paper);
  color: var(--zpt-ink);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#header,
.zpt-header {
  background: var(--zpt-ink);
  color: var(--zpt-white);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.14);
}

#header .header-top,
#header .header-top-wrapper {
  min-height: 88px;
  background: transparent;
}

#header .site-name,
#header [data-testid="linkWebsiteLogo"],
#header .logo {
  display: flex;
  align-items: center;
  min-height: 76px;
}

#header .site-name img,
#header [data-testid="linkWebsiteLogo"] img,
#header .logo img {
  display: block;
  width: 196px !important;
  height: 68px !important;
  max-width: 196px !important;
  max-height: 68px !important;
  object-fit: contain;
  object-position: left center;
  filter: none !important;
}

#header .header-top a,
#header .header-top button,
#header .responsive-tools a,
#header .responsive-tools button,
#header .navigation-buttons a,
#header .navigation-buttons button {
  color: var(--zpt-white) !important;
}

#header .cart-count {
  background: var(--zpt-wine) !important;
  color: var(--zpt-white) !important;
}

.navigation-wrapper,
.navigation-in {
  background: var(--zpt-ink);
}

.navigation-in > ul > li > a,
.navigation-in .menu-level-1 > li > a {
  color: var(--zpt-white) !important;
  font-family: var(--zpt-sans) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.navigation-in > ul > li > a:hover,
.navigation-in .menu-level-1 > li > a:hover,
.navigation-in > ul > li.exp > a,
.navigation-in > ul > li.active > a {
  color: var(--zpt-gold-light) !important;
}

.navigation-in .menu-level-2 {
  min-width: 230px;
  padding: 10px;
  border: 1px solid var(--zpt-line);
  background: var(--zpt-white) !important;
  color: var(--zpt-ink) !important;
  box-shadow: var(--zpt-shadow);
}

#navigation .navigation-in ul.menu-level-2,
#header .navigation-in ul.menu-level-2,
.navigation-in .menu-level-2 > li {
  background-color: var(--zpt-white) !important;
}

.navigation-in .menu-level-2 a {
  padding: 12px 14px;
  background: transparent !important;
  color: var(--zpt-ink) !important;
  font-size: 13px;
  font-weight: 500;
}

.navigation-in .menu-level-2 a:hover {
  background: var(--zpt-cream) !important;
  color: var(--zpt-ink) !important;
}

#header .search-form input,
#header input[type="search"] {
  border-color: rgba(255, 255, 255, 0.22);
  border-radius: 0;
  background: #242221;
  color: var(--zpt-white);
}

#header input[type="search"]::placeholder {
  color: rgba(255, 255, 255, 0.56);
}

#header .cart-count,
#header .cart-price,
#header .user-action-in a {
  color: var(--zpt-white);
}

@media (min-width: 992px) {
  .top-navigation-bar {
    position: relative;
    z-index: 11000;
  }

  #header,
  .navigation-wrapper {
    position: relative;
    z-index: 10900;
  }

  #header .navigation-wrapper {
    flex-wrap: nowrap;
    min-height: 80px;
    overflow: visible;
  }

  #navigation {
    min-width: 0;
  }

  .navigation-in .menu-level-1 > li {
    position: relative;
  }

  .navigation-in .menu-level-2 {
    position: absolute !important;
    z-index: 12000 !important;
  }
}

/* --------------------------------------------------------------------------
   Homepage — pouze nákupní obsah, bez opakování příběhu z webu
   -------------------------------------------------------------------------- */

.zpt-page-home .content-wrapper {
  padding-bottom: 1px;
  background: var(--zpt-paper);
}

.zpt-page-home .content-wrapper-in {
  display: block;
}

.zpt-page-home .sidebar {
  display: none !important;
}

.zpt-page-home #content,
.zpt-page-home .content,
.zpt-page-home .index-content-wrapper {
  width: 100%;
  max-width: none;
  min-width: 0;
  margin-inline: auto;
}

.zpt-page-home #content,
.zpt-page-home .content {
  padding-inline: 0;
}

.zpt-default-home-copy {
  display: none !important;
}

.zpt-home-hero {
  position: relative;
  isolation: isolate;
  min-height: min(780px, calc(100svh - 60px));
  overflow: hidden;
  background: var(--zpt-ink);
  color: var(--zpt-white);
}

.zpt-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.22;
  background-image: radial-gradient(rgba(255, 255, 255, 0.24) 0.7px, transparent 0.7px);
  background-size: 7px 7px;
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.65), transparent 76%);
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.65), transparent 76%);
}

.zpt-home-hero__media {
  position: absolute;
  z-index: -2;
  inset: 0;
}

.zpt-home-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  filter: grayscale(100%) contrast(1.06);
  animation: zpt-hero-in 1.4s cubic-bezier(.2,.75,.25,1) both;
}

.zpt-home-hero__media::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 8, 8, 0.88) 0%, rgba(8, 8, 8, 0.58) 44%, rgba(8, 8, 8, 0.18) 78%, rgba(8, 8, 8, 0.34) 100%),
    linear-gradient(0deg, rgba(69, 17, 32, 0.42), transparent 58%);
  content: "";
}

@keyframes zpt-hero-in {
  from { transform: scale(1.035); opacity: 0.76; }
  to { transform: scale(1); opacity: 1; }
}

.zpt-home-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.48fr);
  align-items: end;
  min-height: min(780px, calc(100svh - 60px));
  gap: 64px;
  padding-top: 150px;
  padding-bottom: 82px;
}

.zpt-home-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.zpt-home-hero__copy h1 {
  margin: 0 0 26px;
  color: var(--zpt-white);
  font-size: clamp(62px, 7.2vw, 108px);
  line-height: 0.91;
}

.zpt-home-hero__copy > p:not(.zpt-eyebrow) {
  max-width: 610px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--zpt-serif);
  font-size: clamp(18px, 1.55vw, 24px);
  line-height: 1.55;
}

.zpt-home-hero__quote {
  max-width: 390px;
  margin: 0 0 6px;
  padding: 24px 0 24px 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.45);
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--zpt-serif);
  font-size: 18px;
  line-height: 1.65;
}

.zpt-home-categories {
  padding: 104px 0 112px;
  background: var(--zpt-cream);
}

.zpt-page-home .banners-content.body-banners,
.zpt-page-home .zpt-empty-home-banner {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.zpt-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 44px;
}

.zpt-section-heading .zpt-eyebrow {
  margin: 0;
}

.zpt-section-heading h2 {
  margin: 0;
  color: var(--zpt-ink);
  font-size: clamp(48px, 5.2vw, 74px);
}

.zpt-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.zpt-category-card {
  display: grid;
  grid-template-rows: 420px 1fr;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--zpt-line);
  background: var(--zpt-paper);
  color: var(--zpt-ink);
  text-decoration: none !important;
}

.zpt-category-card__media {
  position: relative;
  display: grid;
  overflow: hidden;
  place-items: end center;
  padding: 0;
  background: radial-gradient(circle at 50% 72%, rgba(107, 31, 53, 0.14), transparent 42%), var(--zpt-paper);
}

.zpt-category-card--rose .zpt-category-card__media {
  background: radial-gradient(circle at 50% 72%, rgba(159, 82, 101, 0.2), transparent 42%), #f1e8e5;
}

.zpt-category-card--red .zpt-category-card__media {
  background: radial-gradient(circle at 50% 72%, rgba(69, 17, 32, 0.18), transparent 42%), #ece5dc;
}

.zpt-page-home .zpt-category-card__media img {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  mix-blend-mode: normal;
  transform: none;
  transition: transform 500ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.zpt-page-home .zpt-category-card__media img[hidden] {
  display: none !important;
}

.zpt-category-card__media--fallback::after {
  content: "ZAPLETAL";
  color: rgba(23, 22, 22, 0.24);
  font-family: var(--zpt-serif);
  font-size: clamp(28px, 3vw, 42px);
  letter-spacing: 0.08em;
}

.zpt-category-card__body {
  display: flex;
  flex-direction: column;
  min-height: 245px;
  padding: 30px 32px 34px;
  border-top: 1px solid var(--zpt-line);
}

.zpt-category-card__body small {
  margin-bottom: 10px;
  color: var(--zpt-gold);
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.zpt-category-card__body strong {
  display: block;
  margin-bottom: 14px;
  font-family: var(--zpt-serif);
  font-size: 38px;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1;
}

.zpt-category-card__body > span {
  color: rgba(25, 23, 22, 0.68);
  font-size: 14px;
}

.zpt-category-card__body em {
  margin-top: auto;
  padding-top: 22px;
  color: var(--zpt-ink);
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.zpt-category-card:hover {
  color: var(--zpt-ink);
  box-shadow: var(--zpt-shadow);
  transform: translateY(-6px);
}

.zpt-category-card:hover .zpt-category-card__media img {
  transform: translateY(-4px) scale(1.01);
}

.zpt-page-home .homepage-tabs-wrapper,
.zpt-page-home #zpt-home-products {
  width: 100%;
  max-width: none;
  margin: 92px auto 110px;
}

.zpt-page-home .homepage-tabs-wrapper .tab-content,
.zpt-page-home .homepage-tabs-wrapper .tab-pane {
  width: 100%;
  min-width: 0;
}

.zpt-page-home .homepage-tabs-wrapper .products-block {
  width: auto;
  margin-inline: -13px;
}

.zpt-page-home .homepage-tabs-wrapper .nav-tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 42px;
  border: 0;
}

.zpt-page-home .homepage-tabs-wrapper .nav-tabs > li > a,
.zpt-page-home .homepage-tabs-wrapper .nav-tabs > li > button {
  padding: 13px 22px;
  border: 1px solid var(--zpt-line);
  border-radius: 0;
  background: transparent;
  color: var(--zpt-ink);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.zpt-page-home .homepage-tabs-wrapper .nav-tabs > li.active > a,
.zpt-page-home .homepage-tabs-wrapper .nav-tabs > li > a:hover {
  border-color: var(--zpt-ink);
  background: var(--zpt-ink);
  color: var(--zpt-white);
}

.zpt-products-heading {
  margin: 0 0 42px;
  text-align: center;
  font-size: clamp(46px, 5vw, 70px) !important;
}

/* --------------------------------------------------------------------------
   Produktové karty — stejná výška bez nucení dlouhého názvu na jeden řádek
   -------------------------------------------------------------------------- */

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

.products-block .product {
  display: flex;
}

.products-block .product .p,
.zpt-product-card {
  position: relative;
  display: flex !important;
  flex: 1 1 auto;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--zpt-line) !important;
  border-radius: 0 !important;
  background: var(--zpt-white) !important;
  box-shadow: none !important;
}

.products-block .product .p:hover,
.zpt-product-card:hover {
  border-color: rgba(25, 23, 22, 0.38) !important;
  box-shadow: var(--zpt-shadow) !important;
  transform: translateY(-4px);
}

.zpt-product-card .image,
.products-block .product .image {
  position: relative;
  display: block;
  width: 100%;
  height: clamp(280px, 24vw, 370px);
  margin: 0 !important;
  overflow: hidden;
  background: var(--zpt-paper) !important;
}

.zpt-product-card .image a,
.products-block .product .image a {
  display: block;
  width: 100%;
  height: 100%;
}

.zpt-product-card .image img,
.products-block .product .image img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
  background: transparent !important;
  mix-blend-mode: multiply;
  transform: scale(1.065);
  transform-origin: center;
  transition: transform 420ms ease;
}

.zpt-product-card:hover .image img,
.products-block .product .p:hover .image img {
  transform: scale(1.085);
}

.zpt-product-card .p-in,
.zpt-product-card .p-in-in,
.products-block .product .p-in,
.products-block .product .p-in-in {
  display: flex !important;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
}

.zpt-product-card .p-in-in,
.products-block .product .p-in-in {
  padding: 22px 22px 8px !important;
}

.zpt-product-card a.name,
.zpt-product-card [data-testid="productCardName"],
.products-block .product a.name {
  display: -webkit-box;
  min-height: 52px;
  margin: 0 0 12px;
  overflow: hidden;
  color: var(--zpt-ink) !important;
  font-family: var(--zpt-serif) !important;
  font-size: clamp(22px, 1.8vw, 28px) !important;
  font-weight: 500 !important;
  letter-spacing: -0.02em;
  line-height: 1.04 !important;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.zpt-product-card .p-desc,
.products-block .product .p-desc {
  display: -webkit-box;
  min-height: 40px;
  margin: 0 0 12px;
  overflow: hidden;
  color: rgba(25, 23, 22, 0.62);
  font-size: 12px;
  line-height: 1.55;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.zpt-product-card .p-bottom,
.products-block .product .p-bottom {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 0;
  padding: 8px 22px 22px !important;
}

.zpt-product-card .p-bottom > div,
.products-block .product .p-bottom > div {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.zpt-product-card .p-bottom .p-desc,
.products-block .product .p-bottom .p-desc {
  order: 1;
}

.zpt-product-card .prices,
.products-block .product .prices {
  display: flex;
  align-items: baseline;
  justify-content: center;
  min-height: 38px;
  order: 2;
  margin: 0 0 12px !important;
  color: var(--zpt-ink);
  text-align: center;
}

.zpt-product-card .price-final,
.products-block .product .price-final {
  color: var(--zpt-ink) !important;
  font-family: var(--zpt-serif) !important;
  font-size: 28px !important;
  font-weight: 600 !important;
}

.zpt-product-card .p-tools,
.products-block .product .p-tools {
  display: flex;
  align-items: stretch;
  order: 3;
  gap: 8px;
  width: 100%;
  margin-top: auto;
  padding: 0 !important;
}

.zpt-product-card .p-tools .btn,
.products-block .product .p-tools .btn {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  padding-inline: 12px;
  white-space: normal;
}

.zpt-product-card .p-code,
.products-block .product .p-code {
  display: none !important;
}

.flags {
  top: 18px !important;
  left: 18px !important;
}

.flags .flag {
  min-height: 30px;
  padding: 7px 10px;
  border-radius: 0;
  background: var(--zpt-gold);
  color: var(--zpt-ink);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.09em;
  line-height: 1.2;
  text-transform: uppercase;
}

/* Kompaktní doporučené produkty v kategorii. Step zde používá jinou DOM
   strukturu než u hlavního výpisu, proto ji stylujeme samostatně. */
.zpt-page-category .products-top {
  align-items: stretch;
  gap: 12px;
  margin-bottom: 36px;
}

.zpt-page-category .products-top .product {
  display: flex;
  flex: 1 1 0;
  width: auto !important;
  min-width: 0;
  margin: 0;
  padding: 0 !important;
}

.zpt-page-category .products-top .product .p,
.zpt-featured-card {
  display: grid !important;
  flex: 1 1 auto;
  grid-template-columns: 94px minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  width: 100%;
  min-width: 0;
  min-height: 188px;
  overflow: hidden;
  border: 1px solid var(--zpt-line) !important;
  background: var(--zpt-white) !important;
}

.zpt-page-category .products-top .product .p > .image,
.zpt-featured-card > .image {
  grid-column: 1;
  grid-row: 1 / 3;
  width: 94px !important;
  height: 100% !important;
  min-height: 188px;
  margin: 0 !important;
  overflow: hidden;
  background: var(--zpt-paper);
}

.zpt-page-category .products-top .product .p > .image img,
.zpt-featured-card > .image img {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: contain !important;
  background: transparent;
  mix-blend-mode: multiply;
}

.zpt-page-category .products-top .product .p-in,
.zpt-featured-card .p-in {
  display: block !important;
  grid-column: 2;
  grid-row: 1;
  width: auto !important;
  min-width: 0;
  padding: 0 !important;
}

.zpt-page-category .products-top .product .p-in-in,
.zpt-featured-card .p-in-in {
  display: block !important;
  width: auto !important;
  padding: 20px 18px 6px !important;
}

.zpt-page-category .products-top .product a.name,
.zpt-featured-card a.name {
  display: -webkit-box;
  min-height: 45px;
  margin: 0 0 8px;
  overflow: hidden;
  color: var(--zpt-ink) !important;
  font-family: var(--zpt-serif) !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 1.05 !important;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.zpt-page-category .products-top .product .p-bottom,
.zpt-featured-card .p-bottom {
  display: block !important;
  grid-column: 2;
  grid-row: 2;
  width: auto !important;
  min-width: 0;
  min-height: 0;
  padding: 4px 18px 18px !important;
}

.zpt-page-category .products-top .product .prices,
.zpt-featured-card .prices {
  justify-content: flex-start;
  min-height: 28px;
  margin: 0 !important;
  text-align: left;
}

.zpt-page-category .products-top .product .price-final,
.zpt-featured-card .price-final {
  font-size: 22px !important;
}

.zpt-page-category .products-top .p-code,
.zpt-featured-card .p-code {
  display: none !important;
}

/* --------------------------------------------------------------------------
   Kategorie a filtr
   -------------------------------------------------------------------------- */

.navigation-breadcrumb {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid var(--zpt-line);
  background: var(--zpt-paper);
  font-size: 11px;
}

.zpt-page-category .content-wrapper,
.zpt-page-category .content-inner {
  background: var(--zpt-paper);
}

.zpt-category-title,
.zpt-page-category h1.category-title,
.zpt-page-category .category-title {
  margin: 0 0 42px !important;
  padding-top: 36px;
  font-size: clamp(48px, 6vw, 78px) !important;
}

.zpt-page-category .subcategories,
.zpt-page-category .category-perex {
  margin-bottom: 32px;
}

/* Na přehledu vín se má zobrazit rovnou nabídka a filtr. */
.zpt-page-category .subcategories,
.zpt-page-category #productsTopHeading,
.zpt-page-category .products-top-header,
.zpt-page-category #productsTop,
.zpt-page-category .products-top {
  display: none !important;
}

.zpt-page-category .subcategories.with-image {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  margin: 0 0 40px;
}

.zpt-page-category .subcategories.with-image > li {
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 0;
}

.zpt-page-category .subcategories.with-image > li > a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 86px;
  padding: 20px 20px 20px 58px;
  overflow: hidden;
  border: 1px solid var(--zpt-line);
  background: var(--zpt-white);
  color: var(--zpt-ink);
  text-decoration: none;
}

.zpt-page-category .subcategories.with-image > li > a::before {
  content: "";
  position: absolute;
  left: 22px;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(25, 23, 22, 0.16);
  border-radius: 50%;
  background: var(--zpt-gold-light);
  box-shadow: 0 0 0 7px rgba(195, 154, 71, 0.08);
}

.zpt-page-category .subcategories.with-image > li > a[href*="cervena"]::before {
  background: #633733;
}

.zpt-page-category .subcategories.with-image > li > a[href*="ruzova"]::before {
  background: #d9a39e;
}

.zpt-page-category .subcategories.with-image .image {
  display: none !important;
}

.zpt-page-category .subcategories.with-image .text {
  color: var(--zpt-ink);
  font-family: var(--zpt-serif);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  text-align: left;
}

.zpt-page-category .subcategories.with-image > li > a:hover {
  border-color: rgba(25, 23, 22, 0.42);
  box-shadow: 0 16px 30px rgba(25, 23, 22, 0.08);
  transform: translateY(-2px);
}

.zpt-page-category .category-content-wrapper,
.zpt-page-category .content-wrapper-in {
  align-items: flex-start;
}

@media (min-width: 992px) {
  .zpt-page-category .content-wrapper-in {
    display: grid !important;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 36px;
  }

  .zpt-page-category .sidebar,
  .zpt-page-category aside.sidebar {
    width: 280px !important;
    min-width: 280px !important;
    max-width: 280px !important;
    margin: 0 !important;
  }

  .zpt-page-category #content,
  .zpt-page-category main.content {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    padding: 0 !important;
  }
}

.zpt-page-category .sidebar,
.zpt-page-category aside.sidebar {
  padding-top: 0 !important;
}

.zpt-page-category .sidebar-inner {
  width: 100%;
  padding: 0 !important;
}

.zpt-page-category .box,
.zpt-page-category .filters-wrapper,
.zpt-page-category #filters-wrapper {
  border: 1px solid var(--zpt-line);
  border-radius: 0;
  background: var(--zpt-white);
  box-shadow: none;
}

.zpt-page-category .sidebar .box {
  width: 100% !important;
  margin: 0 0 18px !important;
  padding: 0 !important;
  overflow: hidden;
}

.zpt-page-category .sidebar .box-filters {
  border: 1px solid var(--zpt-line) !important;
}

.zpt-page-category .sidebar .box-categories {
  border: 1px solid var(--zpt-line) !important;
}

.zpt-page-category .sidebar .box-filters .filters-wrapper {
  width: 100% !important;
  border: 0 !important;
}

.zpt-page-category .box-categories > .pageElement__heading {
  margin: 0 !important;
  padding: 17px 20px !important;
  border: 0 !important;
  background: var(--zpt-ink) !important;
  color: var(--zpt-white) !important;
  font-family: var(--zpt-sans) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.13em !important;
  line-height: 1.35 !important;
  text-transform: uppercase;
}

.zpt-page-category .box-categories #categories {
  padding: 0 18px 14px;
}

.zpt-page-category .box-categories .categories,
.zpt-page-category .box-categories .categories ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.zpt-page-category .box-categories .topic > a {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 13px 0 !important;
  border-bottom: 1px solid var(--zpt-line);
  color: var(--zpt-ink) !important;
  font-family: var(--zpt-serif);
  font-size: 21px !important;
  font-weight: 600;
  text-decoration: none !important;
}

.zpt-page-category .box-categories .cat-trigger {
  position: relative;
  display: grid;
  width: 26px;
  height: 26px;
  margin-left: auto;
  place-items: center;
  font-size: 0;
  background: none !important;
}

.zpt-page-category .box-categories .cat-trigger::before {
  display: none !important;
}

.zpt-page-category .box-categories .cat-trigger::after {
  content: "−";
  color: var(--zpt-gold);
  font-family: var(--zpt-sans);
  font-size: 17px;
  font-weight: 500;
}

.zpt-page-category .box-categories .categories li > a {
  display: block;
  min-height: 0;
  padding: 10px 0 10px 14px !important;
  border-bottom: 1px solid rgba(25, 23, 22, 0.08);
  color: var(--zpt-ink) !important;
  font-size: 13px !important;
  line-height: 1.45;
  text-decoration: none !important;
}

.zpt-page-category .box-categories .categories li:last-child > a {
  border-bottom: 0;
}

.zpt-page-category .box-categories .categories li > a:hover,
.zpt-page-category .box-categories .categories li.active > a {
  color: var(--zpt-gold) !important;
  transform: translateX(2px);
}

.zpt-page-category .box h4,
.zpt-page-category .box .box-heading,
.zpt-page-category .filter-section h4 {
  margin: 0;
  padding: 16px 18px;
  border-bottom: 1px solid var(--zpt-line);
  font-family: var(--zpt-sans) !important;
  font-size: 11px;
  font-weight: 600 !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.zpt-page-category .slider-wrapper > h4,
.zpt-page-category .filter-section h4 {
  background: var(--zpt-cream);
}

.zpt-page-category .slider-header {
  display: flex;
  justify-content: space-between;
  padding: 16px 20px 6px;
  color: var(--zpt-ink-soft);
  font-size: 12px;
}

.zpt-page-category .slider-content {
  padding: 10px 22px 24px;
}

.zpt-page-category #slider,
.zpt-page-category .ui-slider-horizontal {
  height: 4px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(25, 23, 22, 0.14) !important;
}

.zpt-page-category #slider .ui-slider-range,
.zpt-page-category .ui-slider-range {
  background: var(--zpt-gold) !important;
}

.zpt-page-category #slider .ui-slider-handle,
.zpt-page-category .ui-slider-handle {
  top: 50% !important;
  width: 17px !important;
  height: 17px !important;
  margin-top: -8.5px !important;
  margin-left: -8.5px !important;
  border: 3px solid var(--zpt-white) !important;
  border-radius: 50% !important;
  background: var(--zpt-ink) !important;
  box-shadow: 0 0 0 1px rgba(25, 23, 22, 0.2) !important;
}

.zpt-page-category .box ul,
.zpt-page-category .filter-section {
  margin: 0;
  padding: 10px 16px 14px;
}

.zpt-page-category .box ul li a,
.zpt-page-category .filter-section label {
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 7px 0;
  color: var(--zpt-ink);
  font-size: 13px;
}

.zpt-page-category .filter-section label.filter-label {
  position: relative;
  width: 100%;
  padding-left: 32px;
}

.zpt-page-category .box-filters input[type="checkbox"] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
}

.zpt-page-category .filter-section label.filter-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(25, 23, 22, 0.35);
  background: var(--zpt-white);
  transform: translateY(-50%);
}

.zpt-page-category .box-filters input[type="checkbox"]:checked + label.filter-label::before {
  border-color: var(--zpt-ink);
  background: var(--zpt-ink);
}

.zpt-page-category .box-filters input[type="checkbox"]:checked + label.filter-label::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 4px;
  color: var(--zpt-white);
  font-size: 11px;
  line-height: 1;
  transform: translateY(-52%);
}

.zpt-page-category .filter-section label.filter-label .filter-count {
  margin-left: auto;
}

.zpt-page-category .filter-section label.filter-label.disabled {
  opacity: 0.42;
}

.zpt-page-category .filter-section-button {
  padding: 0 !important;
  border-top: 1px solid var(--zpt-line);
}

.zpt-page-category .filter-section-button .toggle-filters {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 16px;
  color: var(--zpt-ink) !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-decoration: none !important;
  text-transform: uppercase;
}

.zpt-page-category .filter-total-count {
  padding: 14px 18px;
  border-top: 1px solid var(--zpt-line);
  color: var(--zpt-ink-soft);
  font-size: 12px;
}

.zpt-page-category #content > #filters-wrapper:empty {
  display: none !important;
}

.zpt-page-category .box ul li a:hover,
.zpt-page-category .box ul li.active > a {
  color: var(--zpt-gold);
}

.zpt-page-category .category-header,
.zpt-page-category .products-top-header {
  margin: 0 0 28px;
  padding: 16px 0;
  border-top: 1px solid var(--zpt-line);
  border-bottom: 1px solid var(--zpt-line);
}

.zpt-page-category .products-top-header,
.zpt-page-category .products-top-header h2,
.zpt-page-category .products-top-header h3 {
  font-size: 28px !important;
  line-height: 1.15;
}

.zpt-page-category select,
.zpt-page-category .form-control {
  min-height: 42px;
  border: 1px solid var(--zpt-line);
  border-radius: 0;
  background: var(--zpt-white);
  color: var(--zpt-ink);
}

/* --------------------------------------------------------------------------
   Detail produktu — plná šířka, nativní formulář Step bez kolizí
   -------------------------------------------------------------------------- */

.zpt-page-product .content-wrapper {
  padding-top: 32px;
  padding-bottom: 84px;
  background: var(--zpt-paper);
}

.zpt-page-product .content-wrapper-in {
  display: block;
}

.zpt-page-product .sidebar {
  display: none !important;
}

.zpt-page-product #content,
.zpt-page-product .content,
.zpt-page-product .p-detail,
.zpt-page-product .product-detail {
  width: 100%;
  max-width: none;
  min-width: 0;
  margin: 0;
  padding-inline: 0;
}

.zpt-page-product .p-detail-inner {
  display: grid !important;
  grid-template-areas: "image data";
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: start;
  gap: clamp(40px, 5vw, 76px);
  width: 100%;
  max-width: none;
  padding: 28px 0 0;
}

.zpt-page-product .p-data-wrapper {
  grid-area: data;
  width: 100% !important;
  min-width: 0;
  padding: 22px 0 0 !important;
}

.zpt-page-product .p-image-wrapper {
  display: block !important;
  grid-area: image;
  width: 100% !important;
  min-width: 0;
  max-height: none;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid var(--zpt-line) !important;
  border-radius: 0 !important;
  background: var(--zpt-paper) !important;
  box-shadow: none !important;
}

.zpt-page-product .p-image {
  display: grid !important;
  width: 100% !important;
  min-height: 0 !important;
  aspect-ratio: 4 / 5;
  place-items: center;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: var(--zpt-paper) !important;
}

.zpt-page-product .p-image #wrap,
.zpt-page-product .p-main-image {
  position: relative;
  display: grid !important;
  width: 100% !important;
  height: 100% !important;
  place-items: center;
  margin: 0 !important;
  overflow: hidden;
  background: var(--zpt-paper) !important;
}

.zpt-page-product .p-main-image img,
.zpt-page-product .p-image-wrapper img,
.zpt-page-product .p-image img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  margin: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
  background: transparent !important;
  mix-blend-mode: multiply;
  transform: scale(1.045);
}

.zpt-page-product .p-image #wrap > img,
.zpt-page-product .p-main-image > img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.zpt-page-product .p-image .mousetrap {
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.zpt-product-title,
.zpt-page-product .p-detail h1,
.zpt-page-product .product-detail h1 {
  margin: 0 0 22px !important;
  color: var(--zpt-ink);
  font-size: clamp(46px, 4.4vw, 66px) !important;
  line-height: 0.98 !important;
}

.zpt-page-product .p-short-description {
  max-width: 620px;
  margin-bottom: 24px;
  color: rgba(25, 23, 22, 0.68);
  font-size: 15px;
  line-height: 1.7;
}

.zpt-page-product form.pr-action {
  display: block !important;
  width: 100%;
  margin: 0 !important;
}

.zpt-page-product .p-variants-block:empty,
.zpt-page-product .p-variants-block table.detail-parameters:empty,
.zpt-page-product .p-variants-block table.detail-parameters:not(:has(tr)) {
  display: none;
}

.zpt-page-product .p-basic-info-block {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  margin: 0;
  padding: 0 !important;
  overflow: hidden;
  border-top: 1px solid var(--zpt-line);
  border-bottom: 1px solid var(--zpt-line);
}

.zpt-page-product .p-basic-info-block .block {
  min-width: 0;
  padding: 14px 16px !important;
  border-right: 1px solid var(--zpt-line);
  font-size: 12px;
  line-height: 1.5;
  word-break: break-word;
}

.zpt-page-product .p-basic-info-block .block:last-child {
  border-right: 0;
}

.zpt-page-product .p-to-cart-block {
  display: grid !important;
  grid-template-columns: minmax(120px, auto) minmax(250px, 1fr);
  align-items: center !important;
  gap: 22px !important;
  width: 100%;
  margin: 0 !important;
  padding: 24px 0 !important;
  border-bottom: 1px solid var(--zpt-line);
}

.zpt-page-product .p-final-price-wrapper {
  width: auto;
  margin: 0 !important;
}

.zpt-page-product .price-final,
.zpt-page-product .p-final-price-wrapper .price-final {
  color: var(--zpt-ink) !important;
  font-family: var(--zpt-serif) !important;
  font-size: clamp(36px, 3.4vw, 48px) !important;
  font-weight: 600 !important;
  line-height: 1.05;
  white-space: nowrap;
}

.zpt-page-product .p-add-to-cart-wrapper {
  width: 100%;
  margin: 0 !important;
}

.zpt-page-product .add-to-cart {
  display: flex !important;
  align-items: stretch !important;
  justify-content: flex-end !important;
  gap: 10px !important;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.zpt-page-product .quantity {
  position: relative;
  display: grid !important;
  flex: 0 0 138px;
  grid-template-columns: 42px minmax(50px, 1fr) 42px;
  width: 138px !important;
  min-width: 138px !important;
  min-height: 54px;
  padding: 0 !important;
  overflow: visible !important;
  border: 1px solid var(--zpt-line);
  border-radius: 0;
  background: var(--zpt-white);
}

.zpt-page-product .quantity label {
  display: block;
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  margin: 0;
}

.zpt-page-product .quantity input,
.zpt-page-product .quantity .amount {
  width: 100% !important;
  min-width: 0 !important;
  height: 52px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--zpt-ink) !important;
  font-size: 15px !important;
  font-weight: 600;
  line-height: 52px !important;
  text-align: center;
  box-shadow: none !important;
}

.zpt-page-product .quantity .increase,
.zpt-page-product .quantity .decrease {
  position: static !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 42px !important;
  height: 52px !important;
  min-width: 42px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--zpt-ink) !important;
  font-size: 18px !important;
  line-height: 1 !important;
  opacity: 1 !important;
  transform: none !important;
}

.zpt-page-product .quantity > .increase-tooltip,
.zpt-page-product .quantity > .decrease-tooltip {
  display: none !important;
}

.zpt-page-product .quantity .decrease {
  grid-column: 1;
  grid-row: 1;
}

.zpt-page-product .quantity .increase {
  grid-column: 3;
  grid-row: 1;
}

.zpt-page-product .p-to-cart-block .btn,
.zpt-page-product .add-to-cart .btn,
.zpt-page-product .btn-cart {
  flex: 1 1 auto;
  min-width: 150px;
  min-height: 54px;
  padding: 15px 22px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.1em;
}

.zpt-product-noise,
.zpt-page-product .social-buttons-wrapper,
.zpt-page-product .link-icons {
  display: none !important;
}

.zpt-page-product .p-param-block {
  display: block !important;
  width: 100%;
  margin: 30px 0 0;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid var(--zpt-line);
  background: var(--zpt-white);
}

.zpt-page-product .detail-parameters-wrapper {
  width: 100% !important;
  padding: 0 !important;
}

.zpt-page-product .p-param-block table.detail-parameters {
  width: 100% !important;
  max-width: none;
  margin: 0 !important;
  border: 0;
  border-collapse: collapse;
  table-layout: fixed;
  background: var(--zpt-white);
}

.zpt-page-product .p-param-block .detail-parameters th,
.zpt-page-product .p-param-block .detail-parameters td {
  padding: 7px 11px !important;
  border-bottom: 1px solid var(--zpt-line);
  color: var(--zpt-ink);
  font-size: 12px !important;
  line-height: 1.35 !important;
  text-align: left;
  vertical-align: top;
}

.zpt-page-product .p-param-block .detail-parameters tr:last-child th,
.zpt-page-product .p-param-block .detail-parameters tr:last-child td {
  border-bottom: 0;
}

.zpt-page-product .p-param-block .detail-parameters th {
  width: 40% !important;
  background: var(--zpt-cream);
  font-weight: 600;
}

.zpt-page-product .p-detail-tabs-wrapper {
  width: 100%;
  max-width: none;
  margin-top: 52px;
}

.zpt-product-description,
.zpt-page-product #description,
.zpt-page-product .description-inner {
  width: 100%;
  max-width: none;
  margin-inline: auto;
  color: var(--zpt-ink);
  font-size: 16px;
  line-height: 1.8;
}

.zpt-product-description h2,
.zpt-page-product #description h2,
.zpt-page-product .description-inner h2 {
  margin: 0 0 24px;
  font-size: clamp(38px, 4vw, 58px);
}

.zapletal-product-copy {
  padding: 38px 42px;
  border: 1px solid var(--zpt-line);
  background: var(--zpt-white);
}

.zapletal-product-copy p:last-child {
  margin-bottom: 0;
}

.zapletal-photo-note {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--zpt-line);
  color: var(--zpt-taupe);
}

/* --------------------------------------------------------------------------
   Košík a objednávka
   -------------------------------------------------------------------------- */

.zpt-page-checkout .content-wrapper {
  padding-top: 28px;
  padding-bottom: 72px;
  background: var(--zpt-paper);
}

.zpt-page-checkout .content-wrapper-in {
  display: block;
  width: 100%;
  max-width: none;
}

.zpt-page-checkout .sidebar {
  display: none !important;
}

.zpt-page-checkout #content,
.zpt-page-checkout .content {
  width: 100%;
  max-width: none;
  min-width: 0;
  margin: 0;
  padding-inline: 0;
}

.zpt-page-checkout .cart-wrapper {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 36px 40px;
}

.zpt-page-checkout ol.cart-header {
  margin: 0 0 28px;
  padding: 0 0 24px;
  border-bottom: 1px solid var(--zpt-line);
}

.zpt-page-checkout ol.cart-header li,
.zpt-page-checkout ol.cart-header li a,
.zpt-page-checkout ol.cart-header li strong {
  color: rgba(25, 23, 22, 0.48);
  font-family: var(--zpt-sans) !important;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zpt-page-checkout ol.cart-header li.active,
.zpt-page-checkout ol.cart-header li.active a,
.zpt-page-checkout ol.cart-header li.active strong {
  color: var(--zpt-ink);
}

.zpt-page-checkout h1 {
  margin-bottom: 34px;
  font-size: clamp(42px, 5vw, 64px) !important;
}

.zpt-page-checkout h2,
.zpt-page-checkout h3 {
  font-size: clamp(28px, 3vw, 40px) !important;
}

.zpt-page-checkout .cart-wrapper,
.zpt-page-checkout .checkout-box,
.zpt-page-checkout .order-summary,
.zpt-page-checkout .co-box {
  border: 1px solid var(--zpt-line);
  border-radius: 0;
  background: var(--zpt-white);
  box-shadow: none;
}

.zpt-page-checkout .cart-table {
  width: 100%;
  margin-bottom: 22px;
  border-collapse: collapse;
  table-layout: fixed;
}

.zpt-page-checkout .cart-table tr {
  border-bottom: 1px solid var(--zpt-line);
}

.zpt-page-checkout .cart-table td,
.zpt-page-checkout .cart-table th {
  padding: 18px 12px;
  vertical-align: middle;
}

.zpt-page-checkout .cart-table td:first-child,
.zpt-page-checkout .cart-table th:first-child {
  padding-left: 0;
}

.zpt-page-checkout .cart-table td:last-child,
.zpt-page-checkout .cart-table th:last-child {
  padding-right: 0;
}

.zpt-page-checkout .cart-table .main-link {
  color: var(--zpt-ink);
  font-family: var(--zpt-serif);
  font-size: 20px;
  font-weight: 500;
}

.zpt-page-checkout .cart-table .quantity {
  position: relative;
  display: grid !important;
  grid-template-columns: 38px 56px 38px;
  width: 134px !important;
  min-width: 134px !important;
  height: 48px !important;
  min-height: 48px !important;
  overflow: hidden !important;
  border: 1px solid var(--zpt-line);
  background: var(--zpt-white);
  white-space: nowrap;
}

.zpt-page-checkout .cart-table .quantity > .increase-tooltip,
.zpt-page-checkout .cart-table .quantity > .decrease-tooltip {
  display: none !important;
}

.zpt-page-checkout .cart-table .quantity label {
  display: block !important;
  grid-column: 2;
  grid-row: 1;
  width: 56px !important;
  height: 46px !important;
  margin: 0 !important;
}

.zpt-page-checkout .cart-table .quantity input,
.zpt-page-checkout .cart-table .quantity input.amount {
  display: block !important;
  width: 56px !important;
  min-width: 56px !important;
  height: 46px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-right: 1px solid var(--zpt-line) !important;
  border-left: 1px solid var(--zpt-line) !important;
  border-radius: 0 !important;
  background: var(--zpt-white) !important;
  color: var(--zpt-ink) !important;
  -webkit-text-fill-color: var(--zpt-ink) !important;
  font-family: var(--zpt-sans) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 46px !important;
  text-align: center !important;
  opacity: 1 !important;
  box-shadow: none !important;
  appearance: textfield;
}

.zpt-page-checkout .cart-table .quantity input::-webkit-inner-spin-button,
.zpt-page-checkout .cart-table .quantity input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.zpt-page-checkout .cart-table .quantity .increase,
.zpt-page-checkout .cart-table .quantity .decrease {
  position: static !important;
  display: grid !important;
  align-items: center !important;
  justify-content: center !important;
  width: 38px !important;
  min-width: 38px !important;
  height: 46px !important;
  min-height: 46px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--zpt-cream) !important;
  color: var(--zpt-ink) !important;
  font-family: var(--zpt-sans) !important;
  font-size: 18px !important;
  line-height: 1 !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.zpt-page-checkout .cart-table .quantity .decrease {
  grid-column: 1;
  grid-row: 1;
}

.zpt-page-checkout .cart-table .quantity .increase {
  grid-column: 3;
  grid-row: 1;
}

.zpt-page-checkout .cart-table .quantity .increase__sign,
.zpt-page-checkout .cart-table .quantity .decrease__sign {
  display: block !important;
  color: var(--zpt-ink) !important;
  font-size: 18px !important;
  line-height: 1 !important;
}

.zpt-page-checkout .cart-table td.p-image {
  width: 92px;
}

.zpt-page-checkout .cart-table td.p-availability {
  width: 112px;
}

.zpt-page-checkout .cart-table td.p-quantity {
  width: 158px;
}

.zpt-page-checkout .cart-table td.p-price,
.zpt-page-checkout .cart-table td.p-total {
  width: 128px;
}

.zpt-page-checkout .cart-table td.p-tools {
  width: 42px;
}

.zpt-page-checkout .cart-table .p-total,
.zpt-page-checkout .cart-table .price-final,
.zpt-page-checkout .cart-summary .price-primary {
  color: var(--zpt-ink);
  font-family: var(--zpt-serif);
  font-size: 22px;
  font-weight: 600;
  white-space: nowrap;
}

.zpt-page-checkout .cart-summary,
.zpt-page-checkout .price-wrapper {
  min-width: 0;
}

.zpt-page-checkout .next-step,
.zpt-page-checkout .cart-content .next-step {
  margin-top: 24px;
  padding: 28px 0 0;
  border-top: 1px solid var(--zpt-line);
}

.zpt-page-checkout .next-step .btn {
  min-height: 54px;
  padding: 15px 24px !important;
}

.zpt-page-checkout .empty-cart-box,
.zpt-page-checkout .cart-empty {
  padding: 54px 32px;
  text-align: center;
}

/* --------------------------------------------------------------------------
   Patička
   -------------------------------------------------------------------------- */

#footer {
  border: 0;
  background: var(--zpt-ink);
  color: rgba(255, 255, 255, 0.72);
}

.zpt-footer-brand {
  padding: 76px 0 58px;
  border-bottom: 1px solid var(--zpt-line-light);
  background: var(--zpt-ink);
  color: rgba(255, 255, 255, 0.72);
}

.zpt-footer-brand__grid {
  display: grid;
  grid-template-columns: 1.35fr 0.75fr 1fr 1.15fr;
  gap: 58px;
}

.zpt-footer-brand h2 {
  margin: 0 0 20px;
  color: var(--zpt-white);
  font-family: var(--zpt-sans) !important;
  font-size: 11px;
  font-weight: 600 !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.zpt-footer-brand__logo img {
  width: 210px;
  max-height: 90px;
  margin-bottom: 22px;
}

.zpt-footer-brand__logo p {
  max-width: 290px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

.zpt-footer-brand .zpt-footer-main-link {
  margin-top: 12px;
  color: var(--zpt-gold-light);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.zpt-footer-brand nav,
.zpt-footer-brand address {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-style: normal;
}

.zpt-footer-brand a {
  display: inline-flex;
  padding: 5px 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  text-decoration: none;
}

.zpt-footer-brand a:hover {
  color: var(--zpt-gold-light);
}

.zpt-footer-brand address strong,
.zpt-footer-brand address span,
.zpt-footer-brand address small {
  display: block;
  margin-bottom: 8px;
}

.zpt-footer-publicity {
  display: grid;
  grid-template-columns: minmax(240px, 380px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  margin-top: 52px;
  padding-top: 40px;
  border-top: 1px solid var(--zpt-line-light);
}

.zpt-footer-publicity > a {
  display: block;
  padding: 0;
}

.zpt-footer-publicity img {
  display: block;
  width: 100%;
  max-height: 160px;
  object-fit: contain;
  object-position: left center;
  background: var(--zpt-white);
}

.zpt-footer-publicity p {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
}

.zpt-footer-publicity strong {
  color: var(--zpt-white);
  font-family: var(--zpt-serif);
  font-size: 28px;
  font-weight: 500;
}

.zpt-footer-publicity span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

.zpt-footer-brand address strong {
  color: var(--zpt-white);
}

.zpt-footer-brand address small {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
}

#footer .footer-newsletter.zpt-footer-newsletter-hidden,
#footer .newsletter.zpt-footer-newsletter-hidden,
.zpt-footer-newsletter-hidden {
  display: none !important;
}

#footer .footer-rows,
#footer .footer-bottom,
#footer .footer-bottom-wrapper {
  background: var(--zpt-ink);
  color: rgba(255, 255, 255, 0.5);
}

#footer .footer-rows a,
#footer .footer-bottom a {
  color: rgba(255, 255, 255, 0.68);
}

.zpt-age-note {
  padding: 20px 24px;
  border-top: 1px solid var(--zpt-line-light);
  background: #12100f;
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
}

/* --------------------------------------------------------------------------
   Právní a kontaktní stránky
   -------------------------------------------------------------------------- */

.zpt-legal,
.zpt-contact-page {
  max-width: 980px;
  margin: 0 auto;
  padding: 28px 0 76px;
  color: var(--zpt-ink);
  font-size: 15px;
  line-height: 1.78;
}

.zpt-native-title-hidden {
  display: none !important;
}

.zpt-legal > header,
.zpt-contact-page > header {
  margin-bottom: 46px;
  padding: 42px;
  background: var(--zpt-ink);
  color: rgba(255, 255, 255, 0.72);
}

.zpt-legal > header h2,
.zpt-contact-page > header h2 {
  margin: 0 0 16px;
  color: var(--zpt-white);
  font-size: clamp(42px, 5vw, 64px);
}

.zpt-legal > header p,
.zpt-contact-page > header p {
  margin: 0;
}

.zpt-legal section,
.zpt-contact-page section {
  margin-bottom: 30px;
  padding: 32px 36px;
  border: 1px solid var(--zpt-line);
  background: var(--zpt-white);
}

.zpt-legal h3,
.zpt-contact-page h3 {
  margin: 0 0 18px;
  font-size: 32px;
}

.zpt-legal h4,
.zpt-contact-page h4 {
  margin: 24px 0 12px;
  font-size: 24px;
}

.zpt-legal li + li {
  margin-top: 8px;
}

.zpt-legal table,
.zpt-contact-page table {
  width: 100%;
  border-collapse: collapse;
}

.zpt-legal th,
.zpt-legal td,
.zpt-contact-page th,
.zpt-contact-page td {
  padding: 12px 14px;
  border: 1px solid var(--zpt-line);
  text-align: left;
  vertical-align: top;
}

.zpt-legal th,
.zpt-contact-page th {
  width: 30%;
  background: var(--zpt-cream);
}

.zpt-legal-note {
  padding: 20px 22px;
  border-left: 3px solid var(--zpt-gold);
  background: var(--zpt-cream);
}

.zpt-form-sheet {
  margin: 26px 0 18px;
  padding: 28px;
  border: 1px dashed rgba(25, 23, 22, 0.34);
  background: var(--zpt-paper);
}

.zpt-form-line {
  margin: 22px 0;
  overflow-wrap: anywhere;
}

.zpt-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.zpt-contact-card {
  display: flex;
  flex-direction: column;
  min-height: 190px;
  padding: 26px;
  border: 1px solid var(--zpt-line);
  background: var(--zpt-white);
}

.zpt-contact-card:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.zpt-contact-card small {
  margin-bottom: 12px;
  color: var(--zpt-gold);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.zpt-contact-card strong {
  margin-bottom: 12px;
  font-family: var(--zpt-serif);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.05;
}

.zpt-contact-card a {
  margin-top: 6px;
  color: var(--zpt-ink);
  font-weight: 600;
}

.zpt-contact-card a:first-of-type {
  margin-top: auto;
}

/* --------------------------------------------------------------------------
   Responsivita
   -------------------------------------------------------------------------- */

@media (max-width: 1199px) {
  :root {
    --zpt-shell: min(100% - 56px, 1120px);
  }

  .zpt-home-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.65fr);
    gap: 36px;
  }

  .zpt-page-category .products-top {
    flex-wrap: wrap;
  }

  .zpt-page-category .products-top .product {
    flex: 1 1 calc(50% - 6px);
  }

  .zpt-page-product .p-detail-inner {
    gap: 38px;
  }

  .zpt-category-card {
    grid-template-rows: 350px 1fr;
  }

  .zpt-footer-brand__grid {
    grid-template-columns: 1.2fr 0.7fr 1fr 1.1fr;
    gap: 36px;
  }
}

@media (max-width: 991px) {
  :root {
    --zpt-shell: min(100% - 40px, 900px);
  }

  #header .site-name img,
  #header [data-testid="linkWebsiteLogo"] img,
  #header .logo img {
    width: 160px !important;
    height: 58px !important;
    max-width: 160px !important;
    max-height: 58px !important;
  }

  .navigation-window-visible .navigation-in,
  .navigation-window-visible .navigation-in > ul,
  .navigation-window-visible .navigation-in .menu-level-1 {
    background: var(--zpt-ink) !important;
  }

  .navigation-window-visible .navigation-in a,
  .navigation-window-visible .navigation-in .menu-level-1 > li > a {
    color: var(--zpt-white) !important;
  }

  .navigation-window-visible .navigation-in .menu-level-2 {
    position: static !important;
    width: 100%;
    border: 0;
    background: #24201e;
    box-shadow: none;
  }

  .navigation-window-visible .navigation-in .menu-level-2 a {
    color: rgba(255, 255, 255, 0.78) !important;
  }

  .zpt-home-hero,
  .zpt-home-hero__inner {
    min-height: 600px;
  }

  .zpt-home-hero__inner {
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 16px;
  }

  .zpt-home-hero__copy h1 {
    font-size: clamp(64px, 9.5vw, 88px);
  }

  .zpt-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zpt-category-card:last-child {
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: 1fr;
  }

  .zpt-category-card:last-child .zpt-category-card__body {
    border-top: 0;
    border-left: 1px solid var(--zpt-line);
  }

  .zpt-page-product .p-detail-inner {
    grid-template-areas:
      "image"
      "data";
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }

  .zpt-page-product .p-image-wrapper,
  .zpt-page-product .p-data-wrapper {
    width: min(100%, 680px) !important;
    margin-inline: auto !important;
  }

  .zpt-page-product .p-data-wrapper {
    padding-top: 0 !important;
  }

  .zpt-footer-brand__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zpt-footer-publicity {
    grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  }
}

@media (max-width: 767px) {
  :root {
    --zpt-shell: calc(100% - 32px);
  }

  body {
    font-size: 14px;
  }

  .zpt-home-hero {
    min-height: 660px;
  }

  .zpt-home-hero__inner {
    grid-template-columns: 1fr;
    min-height: 660px;
    align-content: end;
    gap: 20px;
    padding: 128px 0 58px;
    text-align: left;
  }

  .zpt-home-hero__media img {
    object-position: 58% center;
  }

  .zpt-home-hero__copy {
    max-width: 100%;
  }

  .zpt-home-hero__copy h1 {
    font-size: clamp(62px, 19vw, 86px);
  }

  .zpt-home-hero__copy > p:not(.zpt-eyebrow) {
    font-size: 15px;
  }

  .zpt-home-hero__quote {
    max-width: 520px;
    padding: 0;
    border-left: 0;
    font-size: 15px;
  }

  .zpt-home-categories {
    padding: 72px 0 78px;
  }

  .zpt-section-heading {
    display: block;
    margin-bottom: 32px;
    text-align: center;
  }

  .zpt-section-heading h2 {
    font-size: 48px;
  }

  .zpt-section-heading > span {
    display: block;
    margin-top: 14px;
    color: var(--zpt-taupe);
  }

  .zpt-category-grid {
    grid-template-columns: 1fr;
  }

  .zpt-category-card,
  .zpt-category-card:last-child {
    grid-column: auto;
    grid-template-columns: 1fr;
    grid-template-rows: 330px 1fr;
  }

  .zpt-category-card:last-child .zpt-category-card__body {
    border-top: 1px solid var(--zpt-line);
    border-left: 0;
  }

  .zpt-category-card__body {
    min-height: 220px;
    padding: 26px 26px 30px;
  }

  .zpt-page-category .subcategories.with-image {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zpt-page-category .products-top .product {
    flex-basis: 100%;
  }

  .zpt-page-home .homepage-tabs-wrapper,
  .zpt-page-home #zpt-home-products {
    margin: 68px auto 84px;
  }

  .zpt-products-heading {
    font-size: 46px !important;
  }

  .products-block .product .p-in-in,
  .zpt-product-card .p-in-in {
    padding: 20px 18px 8px !important;
  }

  .products-block .product .p-bottom,
  .zpt-product-card .p-bottom {
    padding: 8px 18px 20px !important;
  }

  .products-block .product .image,
  .zpt-product-card .image {
    height: 290px;
  }

  .zpt-page-product .content-wrapper {
    padding-top: 18px;
  }

  .zpt-product-title,
  .zpt-page-product .p-detail h1,
  .zpt-page-product .product-detail h1 {
    font-size: 44px !important;
  }

  .zpt-page-product .p-to-cart-block,
  .zpt-page-product .add-to-cart {
    display: flex !important;
    flex-direction: column !important;
  }

  .zpt-page-product .p-to-cart-block {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 16px !important;
  }

  .zpt-page-product .p-basic-info-block {
    grid-template-columns: 1fr;
  }

  .zpt-page-product .p-basic-info-block .block {
    border-right: 0;
    border-bottom: 1px solid var(--zpt-line);
  }

  .zpt-page-product .p-basic-info-block .block:last-child {
    border-bottom: 0;
  }

  .zpt-page-product .quantity {
    flex-basis: auto;
    width: 100% !important;
    min-width: 0 !important;
  }

  .zapletal-product-copy {
    padding: 26px 24px;
  }

  .zpt-page-checkout .content-wrapper {
    padding-top: 18px;
    padding-bottom: 48px;
  }

  .zpt-page-checkout .cart-wrapper {
    padding: 26px 20px;
  }

  .zpt-page-checkout .cart-table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .zpt-footer-brand {
    padding: 58px 0 42px;
  }

  .zpt-footer-brand__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .zpt-footer-publicity {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .zpt-footer-publicity img {
    max-height: none;
  }

  .zpt-legal,
  .zpt-contact-page {
    padding: 12px 0 54px;
  }

  .zpt-legal > header,
  .zpt-contact-page > header,
  .zpt-legal section,
  .zpt-contact-page section {
    padding: 26px 22px;
  }

  .zpt-contact-grid {
    grid-template-columns: 1fr;
  }

  .zpt-contact-card:last-child:nth-child(odd) {
    grid-column: auto;
  }

  .zpt-legal table,
  .zpt-contact-page table,
  .zpt-legal tbody,
  .zpt-contact-page tbody,
  .zpt-legal tr,
  .zpt-contact-page tr,
  .zpt-legal th,
  .zpt-contact-page th,
  .zpt-legal td,
  .zpt-contact-page td {
    display: block;
    width: 100%;
  }

  .zpt-legal th,
  .zpt-contact-page th {
    border-bottom: 0;
  }
}

@media (max-width: 420px) {
  :root {
    --zpt-shell: calc(100% - 24px);
  }

  .zpt-home-hero__copy h1 {
    font-size: 58px;
  }

  .zpt-button {
    width: 100%;
    padding-inline: 16px;
  }

  .zpt-category-card {
    grid-template-rows: 292px 1fr;
  }

  .zpt-page-category .subcategories.with-image {
    grid-template-columns: 1fr;
  }

  .products-block .product .image,
  .zpt-product-card .image {
    height: 270px;
  }

  .zpt-page-checkout .cart-wrapper {
    padding: 22px 14px;
  }
}

/* --------------------------------------------------------------------------
   Prodej vín po kartonech / součet v košíku po 6 kusech
   -------------------------------------------------------------------------- */

.zpt-carton-product-note {
  margin: 22px 0 18px;
  padding: 15px 18px;
  border-left: 3px solid var(--zpt-wine);
  background: rgba(107, 31, 53, 0.08);
  color: var(--zpt-ink-soft);
  font-size: 14px;
  line-height: 1.6;
}

.zpt-carton-product-note strong {
  color: var(--zpt-ink);
}

.zpt-carton-status {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  margin: 0 0 24px;
  padding: 22px 24px;
  border: 1px solid var(--zpt-line);
  background: var(--zpt-paper);
  box-shadow: 0 14px 34px rgba(25, 23, 22, 0.08);
}

.zpt-carton-status--warning {
  border-color: rgba(107, 31, 53, 0.42);
  background: #f8edef;
}

.zpt-carton-status--ok {
  border-color: rgba(64, 112, 76, 0.35);
  background: #f1f6ef;
}

.zpt-carton-status__number {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  background: var(--zpt-wine);
  color: var(--zpt-white);
  font-family: var(--zpt-serif);
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}

.zpt-carton-status--ok .zpt-carton-status__number {
  background: #3d6548;
  color: #fff;
  font-family: var(--zpt-sans);
  font-size: 22px;
}

.zpt-carton-status__copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.zpt-carton-status__copy small {
  color: var(--zpt-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.zpt-carton-status__copy strong {
  color: var(--zpt-ink);
  font-family: var(--zpt-serif);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.1;
}

.zpt-carton-status__copy > span {
  color: var(--zpt-ink-soft);
  font-size: 14px;
  line-height: 1.55;
}

.zpt-carton-status > a {
  align-self: center;
  padding: 12px 16px;
  border: 1px solid var(--zpt-ink);
  color: var(--zpt-ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.zpt-carton-status > a:hover {
  background: var(--zpt-ink);
  color: var(--zpt-white);
}

.zpt-carton-blocked {
  cursor: not-allowed !important;
  opacity: 0.5 !important;
}

@media (max-width: 700px) {
  .zpt-carton-status {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    padding: 18px;
  }

  .zpt-carton-status__number {
    width: 48px;
    height: 48px;
    font-size: 25px;
  }

  .zpt-carton-status__copy strong {
    font-size: 22px;
  }

  .zpt-carton-status > a {
    grid-column: 1 / -1;
    text-align: center;
  }
}

/* --------------------------------------------------------------------------
   Hotfix v1.0.2 — živý Shoptet 808515
   -------------------------------------------------------------------------- */

.zpt-footer-publicity {
  display: none !important;
}

.zpt-page-checkout .quantity {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 38px 56px 38px !important;
  width: 134px !important;
  min-width: 134px !important;
  height: 48px !important;
  min-height: 48px !important;
  overflow: hidden !important;
  border: 1px solid var(--zpt-line) !important;
  background: var(--zpt-white) !important;
  isolation: isolate;
}

.zpt-page-checkout .quantity > label {
  display: block !important;
  grid-column: 2 !important;
  grid-row: 1 !important;
  width: 56px !important;
  height: 46px !important;
  margin: 0 !important;
}

.zpt-page-checkout .quantity > .increase-tooltip,
.zpt-page-checkout .quantity > .decrease-tooltip {
  display: none !important;
}

.zpt-page-checkout .quantity input,
.zpt-page-checkout .quantity input.amount {
  display: block !important;
  width: 56px !important;
  min-width: 56px !important;
  height: 46px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-right: 1px solid var(--zpt-line) !important;
  border-left: 1px solid var(--zpt-line) !important;
  border-radius: 0 !important;
  background: var(--zpt-white) !important;
  color: var(--zpt-ink) !important;
  -webkit-text-fill-color: var(--zpt-ink) !important;
  font-family: var(--zpt-sans) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 46px !important;
  text-align: center !important;
  opacity: 1 !important;
  box-shadow: none !important;
  appearance: textfield;
}

.zpt-page-checkout .quantity > .increase,
.zpt-page-checkout .quantity > .decrease,
.zpt-page-product .quantity > .increase,
.zpt-page-product .quantity > .decrease,
.zpt-quantity-button {
  position: static !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: var(--zpt-ink) !important;
  -webkit-text-fill-color: var(--zpt-ink) !important;
  font-family: Arial, Helvetica, sans-serif !important;
  line-height: 1 !important;
  text-indent: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  cursor: pointer !important;
  transform: none !important;
  z-index: 2;
}

.zpt-page-checkout .quantity > .decrease {
  grid-column: 1 !important;
  grid-row: 1 !important;
  width: 38px !important;
  min-width: 38px !important;
  height: 46px !important;
  min-height: 46px !important;
  background: var(--zpt-cream) !important;
}

.zpt-page-checkout .quantity > .increase {
  grid-column: 3 !important;
  grid-row: 1 !important;
  width: 38px !important;
  min-width: 38px !important;
  height: 46px !important;
  min-height: 46px !important;
  background: var(--zpt-cream) !important;
}

.zpt-page-checkout .quantity > .increase::before,
.zpt-page-checkout .quantity > .increase::after,
.zpt-page-checkout .quantity > .decrease::before,
.zpt-page-checkout .quantity > .decrease::after,
.zpt-page-product .quantity > .increase::before,
.zpt-page-product .quantity > .increase::after,
.zpt-page-product .quantity > .decrease::before,
.zpt-page-product .quantity > .decrease::after {
  display: none !important;
  content: none !important;
}

.zpt-page-checkout .quantity .increase__sign,
.zpt-page-checkout .quantity .decrease__sign,
.zpt-page-product .quantity .increase__sign,
.zpt-page-product .quantity .decrease__sign {
  position: static !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  clip-path: none !important;
  color: var(--zpt-ink) !important;
  -webkit-text-fill-color: var(--zpt-ink) !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  text-indent: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
