/* =================================================
   ENO -- DETAIL PRODUKTU
================================================= */

/* Skrytí nativní hlavičky na stránce produktu */
body.type-product #header,
body.type-detail #header {
  display: none !important;
}

/* =================================================
   TMAVÁ HLAVNÍ LIŠTA
================================================= */

.eno-product-topbar {
  width: 100%;
  background: #083945;
  font-family: 'Montserrat', sans-serif;
}

.eno-product-topbar__line {
  width: 100%;
  height: 9px;
  background:
    linear-gradient(#b7d63a,#b7d63a) top/100% 3px no-repeat,
    linear-gradient(#f3f0e8,#f3f0e8) center/100% 3px no-repeat,
    linear-gradient(#df3a32,#df3a32) bottom/100% 3px no-repeat;
}

.eno-product-topbar__inner {
  max-width: 1320px;
  margin: auto;
  padding: 14px 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

/* LOGO vlevo */
.eno-product-topbar__logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none !important;
  flex-shrink: 0;
  gap: 4px;
}

.eno-product-topbar__logo img {
  height: 46px;
  display: block;
}

.eno-product-topbar__logo span {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  white-space: nowrap;
}

/* MENU uprostřed */
.eno-product-topbar__menu {
  display: flex;
  align-items: center;
  gap: 40px;
  flex: 1;
  justify-content: center;
}

.eno-product-topbar__menu a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #fff !important;
  text-decoration: none !important;
}

.eno-product-topbar__menu a:hover {
  color: #b7d63a !important;
}

/* IKONY vpravo */
.eno-product-topbar__icons {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.eno-topbar-icon-link {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  text-decoration: none !important;
  cursor: pointer;
}

.eno-topbar-icon-link svg {
  width: 22px;
  height: 22px;
  stroke: #fff !important;
  fill: none !important;
  stroke-width: 1.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.eno-topbar-icon-link:hover svg {
  stroke: #b7d63a !important;
}

/* =================================================
   BÍLÁ LIŠTA S PODKATEGORIEMI
================================================= */

.eno-product-subnav {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #1d1d1d;
}

.eno-product-nav__items {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 auto;
  padding: 0 26px;
  max-width: 1320px;
}

.eno-product-nav__items li {
  display: flex;
  align-items: center;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

.eno-product-nav__items a {
  display: flex !important;
  align-items: center !important;
  padding: 15px 13px !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  color: #1d1d1d !important;
  text-decoration: none !important;
  white-space: nowrap;
  border-bottom: 2px solid transparent !important;
  transition: color 0.2s, border-color 0.2s;
  background: transparent !important;
}

.eno-product-nav__items a:hover {
  color: #083945 !important;
  border-bottom-color: #A6CE3A !important;
}

.eno-product-nav__items li.is-active a {
  color: #083945 !important;
  border-bottom-color: #A6CE3A !important;
}

@media (max-width: 991px) {
  .eno-product-subnav {
    display: none !important;
  }
}

/* =================================================
   POPIS VÍNA -- ROZBALITELNÝ TEXT
================================================= */

.eno-desc-wrapper {
  position: relative;
}

.eno-desc-text {
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.eno-desc-text.is-collapsed {
  max-height: 84px;
}

.eno-desc-text.is-expanded {
  max-height: 2000px;
}

.eno-desc-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 32px;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 100%);
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.eno-desc-text.is-expanded + .eno-desc-fade {
  opacity: 0;
}

.eno-desc-toggle {
  display: inline-block;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #083945;
  text-decoration: none;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
}

.eno-desc-toggle:hover {
  text-decoration: underline;
}

/* =================================================
   KRÁTKÝ POPIS
================================================= */

.p-short-description {
  font-size: 14px !important;
  line-height: 1.45 !important;
  letter-spacing: 0.01em !important;
  color: #1d1d1d !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
  margin-bottom: 0 !important;
}

/* =================================================
   SKRYTÍ NEPOTŘEBNÝCH PRVKŮ
================================================= */

.link-icon.print,
.link-icon.chat,
.link-icon.share,
.p-manufacturer-label,
.availability-label,
.p-variants-block,
.p-detail-aside,
.p-actions {
  display: none !important;
}

.block:has(.p-manufacturer-label) {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

/* =================================================
   VARIANTY – obdélníčky vedle sebe
================================================= */

.eno-variant-buttons {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 8px !important;
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.eno-variant-btn {
  padding: 9px 12px;
  border: 1px solid #e0e0e0;
  background: #fff;
  color: #1d1d1d;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: all 0.2s;
  line-height: 1;
  white-space: nowrap;
  width: 100% !important;
  text-align: center !important;
}

.eno-variant-btn:hover {
  border-color: #A6CE3A;
}

.eno-variant-btn.is-active {
  background: #A6CE3A !important;
  border-color: #A6CE3A !important;
  color: #1d1d1d !important;
}

/* =================================================
   CENA + KOŠÍK
================================================= */

.p-to-cart-block {
  display: block !important;
  border-top: none !important;
  border-bottom: none !important;
}

.p-final-price-wrapper {
  display: block !important;
}

.p-add-to-cart-wrapper {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 12px !important;
  margin-top: 16px !important;
}

.p-add-to-cart-wrapper .add-to-cart {
  order: -1 !important;
}

.add-to-cart {
  order: -1 !important;
}

.pr-action {
  display: block !important;
  border-top: none !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* =================================================
   TLAČÍTKO DO KOŠÍKU – zelené (pouze hlavní tlačítko na detailu)
================================================= */

body.type-product .p-to-cart-block .btn.add-to-cart-button,
body.type-detail .p-to-cart-block .btn.add-to-cart-button,
body.type-product [data-testid="buttonAddToCart"],
body.type-detail [data-testid="buttonAddToCart"] {
  background-color: #A6CE3A !important;
  color: #1d1d1d !important;
  border: none !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: 0.08em !important;
  box-shadow: none !important;
}

body.type-product .p-to-cart-block .btn.add-to-cart-button:hover,
body.type-detail .p-to-cart-block .btn.add-to-cart-button:hover,
body.type-product [data-testid="buttonAddToCart"]:hover,
body.type-detail [data-testid="buttonAddToCart"]:hover {
  background-color: #8fb82e !important;
  color: #1d1d1d !important;
}

/* =================================================
   TLAČÍTKO DETAIL U SOUVISEJÍCÍCH PRODUKTŮ – BÉŽOVÉ
================================================= */

body.type-product .eno-similar-moved .btn.btn-cart.add-to-cart-button,
body.type-product .eno-similar-moved .btn.add-to-cart-button,
body.type-detail .eno-similar-moved .btn.btn-cart.add-to-cart-button,
body.type-detail .eno-similar-moved .btn.add-to-cart-button {
  background: #eadfce !important;
  background-color: #eadfce !important;
  background-image: none !important;
  border: 0 !important;
  color: #111 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  padding: 8px 32px !important;
  min-width: 132px !important;
  font-size: 12px !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  line-height: 1 !important;
}

body.type-product .eno-similar-moved .btn.btn-cart.add-to-cart-button:hover,
body.type-product .eno-similar-moved .btn.add-to-cart-button:hover,
body.type-detail .eno-similar-moved .btn.btn-cart.add-to-cart-button:hover,
body.type-detail .eno-similar-moved .btn.add-to-cart-button:hover {
  background: #eadfce !important;
  background-color: #eadfce !important;
  color: #111 !important;
}

/* =================================================
   SKRYTÍ LINEK
================================================= */

.p-detail-inner-header {
  border-bottom: none !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.p-basic-info-block {
  border-bottom: none !important;
}

.p-data-wrapper hr,
.p-detail-inner hr,
.p-detail hr,
.p-data-wrapper > hr,
.p-detail-inner > hr,
[class*="p-detail"] > hr {
  display: none !important;
}

.p-short-description ~ hr,
form.pr-action ~ hr,
.eno-desc-wrapper ~ hr {
  display: none !important;
}

/* =================================================
   ODDĚLOVAČ – ITALSKÁ TRIKOLÓRA
================================================= */

.eno-tricolor-divider {
  width: 100%;
  height: 5px;
  display: flex;
  margin: 48px 0 0;
}

.eno-tricolor-divider span {
  flex: 1;
  display: block;
  height: 100%;
}

.eno-tricolor-divider span:nth-child(1) { background: #009246; }
.eno-tricolor-divider span:nth-child(2) { background: #ffffff; border-top: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0; }
.eno-tricolor-divider span:nth-child(3) { background: #CE2B37; }

/* =================================================
   SEKCE VINAŘSTVÍ
================================================= */

.eno-winery-section,
#eno-vinarstvi .eno-winery-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  padding: 40px 0 48px;
  align-items: start;
}

@media (max-width: 900px) {
  .eno-winery-section,
  #eno-vinarstvi .eno-winery-section {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

.eno-winery-map,
#eno-vinarstvi .eno-winery-map {
  width: 100%;
}

.eno-winery-map img,
#eno-vinarstvi .eno-winery-map img {
  width: 100%;
  height: auto;
  display: block;
}

.eno-winery-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.eno-winery-region {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8A8A8A;
  margin: 0;
}

.eno-winery-name {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #1d1d1d;
  margin: 0;
  line-height: 1.2;
}

.eno-winery-photo {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.eno-winery-desc-wrapper {
  position: relative;
}

.eno-winery-desc-text {
  font-size: 14px;
  line-height: 1.6;
  color: #4a4a4a;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.eno-winery-desc-text.is-collapsed {
  max-height: 90px;
}

.eno-winery-desc-text.is-expanded {
  max-height: 2000px;
}

.eno-winery-link {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #083945;
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 1px solid #083945;
  margin-top: 4px;
  align-self: flex-start;
}

.eno-winery-link:hover {
  color: #A6CE3A;
  border-bottom-color: #A6CE3A;
}

body.type-manufacturer .eno-related-section,
body.type-brand .eno-related-section {
  display: none !important;
}

@media (max-width: 640px) {
  .eno-winery-name {
    font-size: 18px;
  }

  .eno-tricolor-divider {
    margin: 32px 0 0;
  }

  .eno-winery-section {
    padding: 28px 0 36px;
  }

  .p-to-cart-block {
    flex-wrap: wrap !important;
  }
}

/* =================================================
   TABULKA PARAMETRŮ
================================================= */

table.detail-parameters {
  width: 100% !important;
  border-collapse: collapse !important;
}

table.detail-parameters tr {
  border: none !important;
}

table.detail-parameters th,
table.detail-parameters td {
  padding: 6px 0 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #1d1d1d !important;
  vertical-align: middle !important;
  border: none !important;
  border-bottom: 1px solid #e0e0e0 !important;
}

table.detail-parameters th {
  width: 35% !important;
  padding-right: 16px !important;
  border-bottom: none !important;
}

.row-header-colon {
  display: none !important;
}

.eno-more-info-link {
  display: inline-block;
  margin-top: 12px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #083945;
  text-decoration: none;
  border-bottom: 1px solid #083945;
  padding-bottom: 2px;
}

.eno-more-info-link:hover {
  color: #A6CE3A;
  border-bottom-color: #A6CE3A;
}

/* OPRAVA: přidáno body.type-product/body.type-detail aby pravidlo platilo jen na stránce produktu */
body.type-product .shp-tabs li:last-child,
body.type-detail .shp-tabs li:last-child,
body.type-product [data-testid="tabDiscussion"],
body.type-detail [data-testid="tabDiscussion"],
body.type-product li:has([data-testid="tabDiscussion"]),
body.type-detail li:has([data-testid="tabDiscussion"]) {
  display: none !important;
}

.eno-similar-more-btn {
  display: block;
  width: fit-content;
  margin: 24px auto 48px;
  padding: 10px 24px;
  background: #f0f0f0;
  color: #4a4a4a;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #e0e0e0;
  line-height: 1.2 !important;
  text-align: center !important;
}

.eno-similar-more-btn:hover {
  background: #e0e0e0;
  color: #1d1d1d;
}

body.type-product [data-testid="tabDescription"],
body.type-detail [data-testid="tabDescription"],
body.type-product li:has([data-testid="tabDescription"]),
body.type-detail li:has([data-testid="tabDescription"]) {
  display: none !important;
}

/* =================================================
   VYCENTROVÁNÍ + VELIKOST PRODUKTU
================================================= */

.p-detail-inner,
.p-detail {
  align-items: flex-start !important;
}

.p-detail-left,
.p-detail-image-wrapper,
.p-detail-image,
.p-image-wrapper,
.p-main-image {
  display: block !important;
  height: auto !important;
}

.p-main-image img {
  display: block !important;
  margin: 0 auto !important;
  max-height: 580px !important;
  width: auto !important;
  max-width: 100% !important;
  object-fit: contain !important;
}

/* =================================================
   SJEDNOCENÍ PÍSMA NA DETAILU PRODUKTU
================================================= */

body.type-product,
body.type-product .p-detail,
body.type-product .p-detail *,
body.type-detail,
body.type-detail .p-detail,
body.type-detail .p-detail * {
  font-family: 'Montserrat', sans-serif;
}

body.type-product .detail-parameters th,
body.type-product .detail-parameters td,
body.type-product .p-short-description,
body.type-product .eno-desc-text,
body.type-product .eno-winery-desc-text,
body.type-product .eno-more-info-link,
body.type-product .eno-similar-more-btn,
body.type-product .eno-desc-toggle,
body.type-product .eno-winery-link,
body.type-product .eno-winery-region,
body.type-product .eno-winery-name,
body.type-product .eno-winery-info,
body.type-product .eno-winery-info p,
body.type-product .eno-winery-info div,
body.type-product .eno-winery-info span,
body.type-detail .detail-parameters th,
body.type-detail .detail-parameters td,
body.type-detail .p-short-description,
body.type-detail .eno-desc-text,
body.type-detail .eno-winery-desc-text,
body.type-detail .eno-more-info-link,
body.type-detail .eno-similar-more-btn,
body.type-detail .eno-desc-toggle,
body.type-detail .eno-winery-link,
body.type-detail .eno-winery-region,
body.type-detail .eno-winery-name,
body.type-detail .eno-winery-info,
body.type-detail .eno-winery-info p,
body.type-detail .eno-winery-info div,
body.type-detail .eno-winery-info span {
  font-family: 'Montserrat', sans-serif !important;
}

.eno-more-info-link {
  line-height: 1.2 !important;
}

/* =================================================
   BLOK VINAŘSTVÍ POD PODOBNÝMI PRODUKTY
================================================= */

#eno-vinarstvi {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* =================================================
   OPRAVA LAYOUTU + SKRYTÍ NEWSLETTERU
================================================= */

div.container.footer-newsletter,
div.newsletter-header {
  display: none !important;
}

body.type-product,
body.type-detail {
  overflow-x: hidden !important;
}

body.type-product h1,
body.type-product .p-name,
body.type-detail h1,
body.type-detail .p-name {
  font-size: clamp(20px, 3vw, 36px) !important;
  word-break: break-word !important;
  white-space: normal !important;
}

/* =================================================
   DOPLNKY PRO PŘESUNUTÉ SOUVISEJÍCÍ PRODUKTY
================================================= */

body.type-product .shp-tabs-holder ul.shp-tabs,
body.type-product .shp-tabs,
body.type-product .p-detail-tabs-wrapper ul,
body.type-detail .shp-tabs-holder ul.shp-tabs,
body.type-detail .shp-tabs,
body.type-detail .p-detail-tabs-wrapper ul {
  display: none !important;
}

.eno-similar-moved {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

.eno-similar-moved > div,
.eno-similar-moved .tab-content,
.eno-similar-moved .shp-tab-content,
.eno-similar-moved .products-related,
.eno-similar-moved .related-products,
.eno-similar-moved #productsRelated,
.eno-similar-moved #relatedProducts,
.eno-similar-moved .shp-tabs-holder,
.eno-similar-moved .products-block,
.eno-similar-moved .products,
.eno-similar-moved .slick-slider,
.eno-similar-moved .slider-wrapper,
.eno-similar-moved ul.products,
.eno-similar-moved .product-list {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
}

.eno-similar-moved > .eno-similar-more-btn,
.eno-similar-more-btn {
  display: table !important;
  width: auto !important;
  margin: 24px auto 32px !important;
  padding: 12px 30px !important;
  background: #f0f0f0 !important;
  border: 1px solid #e0e0e0 !important;
  box-shadow: none !important;
  color: #4a4a4a !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  line-height: 1.2 !important;
  text-align: center !important;
  text-decoration: none !important;
}

.eno-similar-more-btn:hover {
  background: #e8e8e8 !important;
  color: #1d1d1d !important;
}

/* =================================================
   ENO – ZÚŽENÍ DETAILNÍHO POPISU PRODUKTU
================================================= */

body.type-product #description.tab-pane.fade.active.shown.is-visible,
body.type-detail #description.tab-pane.fade.active.shown.is-visible {
  max-width: 680px !important;
  width: 680px !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}

body.type-product #description.tab-pane.fade.active.shown.is-visible > div,
body.type-product #description.tab-pane.fade.active.shown.is-visible p,
body.type-product #description.tab-pane.fade.active.shown.is-visible ul,
body.type-product #description.tab-pane.fade.active.shown.is-visible ol,
body.type-product #description.tab-pane.fade.active.shown.is-visible li,
body.type-product #description.tab-pane.fade.active.shown.is-visible h2,
body.type-product #description.tab-pane.fade.active.shown.is-visible h3,
body.type-product #description.tab-pane.fade.active.shown.is-visible h4,
body.type-detail #description.tab-pane.fade.active.shown.is-visible > div,
body.type-detail #description.tab-pane.fade.active.shown.is-visible p,
body.type-detail #description.tab-pane.fade.active.shown.is-visible ul,
body.type-detail #description.tab-pane.fade.active.shown.is-visible ol,
body.type-detail #description.tab-pane.fade.active.shown.is-visible li,
body.type-detail #description.tab-pane.fade.active.shown.is-visible h2,
body.type-detail #description.tab-pane.fade.active.shown.is-visible h3,
body.type-detail #description.tab-pane.fade.active.shown.is-visible h4 {
  max-width: 680px !important;
  width: 100% !important;
}

@media (max-width: 767px) {
  body.type-product #description.tab-pane.fade.active.shown.is-visible,
  body.type-product #description.tab-pane.fade.active.shown.is-visible > div,
  body.type-product #description.tab-pane.fade.active.shown.is-visible p,
  body.type-product #description.tab-pane.fade.active.shown.is-visible ul,
  body.type-product #description.tab-pane.fade.active.shown.is-visible ol,
  body.type-product #description.tab-pane.fade.active.shown.is-visible li,
  body.type-product #description.tab-pane.fade.active.shown.is-visible h2,
  body.type-product #description.tab-pane.fade.active.shown.is-visible h3,
  body.type-product #description.tab-pane.fade.active.shown.is-visible h4,
  body.type-detail #description.tab-pane.fade.active.shown.is-visible,
  body.type-detail #description.tab-pane.fade.active.shown.is-visible > div,
  body.type-detail #description.tab-pane.fade.active.shown.is-visible p,
  body.type-detail #description.tab-pane.fade.active.shown.is-visible ul,
  body.type-detail #description.tab-pane.fade.active.shown.is-visible ol,
  body.type-detail #description.tab-pane.fade.active.shown.is-visible li,
  body.type-detail #description.tab-pane.fade.active.shown.is-visible h2,
  body.type-detail #description.tab-pane.fade.active.shown.is-visible h3,
  body.type-detail #description.tab-pane.fade.active.shown.is-visible h4 {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* ENO – stabilní pozice šipek u souvisejících produktů */
.eno-similar-moved {
  position: relative;
}

.eno-similar-moved .slick-prev,
.eno-similar-moved .slick-next,
.eno-similar-moved .glide__arrow--left,
.eno-similar-moved .glide__arrow--right {
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin-top: 0 !important;
}

.eno-similar-moved .previous,
.eno-similar-moved .next {
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin-top: 0 !important;
}

/* =================================================
   ENO MOBILE HEADER – detail produktu
   bezpečně jen detail produktu
================================================= */

@media (max-width: 991px) {

  body.type-product .eno-product-nav,
  body.type-detail .eno-product-nav {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    height: auto !important;
    overflow: visible !important;
    position: relative !important;
    z-index: 9999 !important;
  }

  body.type-product .eno-product-topbar,
  body.type-detail .eno-product-topbar {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    height: auto !important;
    background: #083945 !important;
    position: relative !important;
    z-index: 9999 !important;
  }

  body.type-product .eno-product-topbar__line,
  body.type-detail .eno-product-topbar__line {
    display: block !important;
    width: 100% !important;
    height: 9px !important;
  }

  body.type-product .eno-product-subnav,
  body.type-detail .eno-product-subnav,
  body.type-product .eno-product-topbar__menu,
  body.type-detail .eno-product-topbar__menu {
    display: none !important;
  }

  body.type-product .eno-product-topbar__inner,
  body.type-detail .eno-product-topbar__inner {
    display: flex !important;
    padding: 12px 16px !important;
    gap: 12px !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  body.type-product .eno-product-topbar__logo,
  body.type-detail .eno-product-topbar__logo {
    display: flex !important;
    align-items: center !important;
    flex-direction: row !important;
    text-decoration: none !important;
    flex-shrink: 0 !important;
  }

  body.type-product .eno-product-topbar__logo img,
  body.type-detail .eno-product-topbar__logo img {
    height: 44px !important;
    width: auto !important;
    max-width: 120px !important;
    display: block !important;
  }

  body.type-product .eno-product-topbar__logo span,
  body.type-detail .eno-product-topbar__logo span {
    display: none !important;
  }

  body.type-product .eno-product-topbar__icons,
  body.type-detail .eno-product-topbar__icons {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-left: auto !important;
  }

  body.type-product .eno-topbar-icon-link,
  body.type-detail .eno-topbar-icon-link {
    width: 26px !important;
    height: 26px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  body.type-product .eno-topbar-icon-link svg,
  body.type-detail .eno-topbar-icon-link svg {
    width: 20px !important;
    height: 20px !important;
    stroke: #fff !important;
    fill: none !important;
  }
}

/* =================================================
   ENO MOBILE DETAIL – varianty pod sebe + Více informací
   pouze mobil
================================================= */

@media (max-width: 767px) {

  body.type-product .eno-desc-wrapper,
  body.type-detail .eno-desc-wrapper,
  body.type-product .eno-desc-text,
  body.type-detail .eno-desc-text,
  body.type-product .eno-desc-text.is-collapsed,
  body.type-detail .eno-desc-text.is-collapsed {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    max-height: none !important;
    overflow: visible !important;
  }

  body.type-product .eno-desc-toggle,
  body.type-detail .eno-desc-toggle {
    display: none !important;
  }

  body.type-product .eno-desc-fade,
  body.type-detail .eno-desc-fade {
    display: none !important;
  }

  body.type-product .eno-more-info-link,
  body.type-detail .eno-more-info-link {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin-top: 16px !important;
    margin-bottom: 18px !important;
    padding-bottom: 4px !important;
    clear: both !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    color: #083945 !important;
    border-bottom: 1px solid #083945 !important;
    text-decoration: none !important;
    line-height: 1.2 !important;
  }

  body.type-product .eno-variant-buttons,
  body.type-detail .eno-variant-buttons {
    display: grid !important;
    visibility: visible !important;
    opacity: 1 !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }

  body.type-product .eno-variant-btn,
  body.type-detail .eno-variant-btn {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 38px !important;
    padding: 10px 12px !important;
    text-align: center !important;
    white-space: normal !important;
    line-height: 1.35 !important;
    box-sizing: border-box !important;
  }
}
/* =================================================
   ENO MOBILE DETAIL – varianty pod sebe + Více informací
   pouze mobil/tablet detail produktu
================================================= */

@media (max-width: 991px) {

  /* Krátký popis nesmí na mobilu/tabletu nic ořezávat */
  .eno-desc-wrapper,
  .eno-desc-text,
  .eno-desc-text.is-collapsed,
  .eno-desc-text.is-expanded {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
  }

  /* Schovat jen malé rozbalovací "více..." */
  .eno-desc-toggle {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  /* Schovat fade přes text */
  .eno-desc-fade {
    display: none !important;
  }

  /* Odkaz Více informací musí zůstat viditelný */
  .eno-more-info-link {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin-top: 16px !important;
    margin-bottom: 18px !important;
    padding-bottom: 4px !important;
    clear: both !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    color: #083945 !important;
    border-bottom: 1px solid #083945 !important;
    text-decoration: none !important;
    line-height: 1.2 !important;
  }

  /* Vlastní varianty produktu vždy pod sebe */
  .eno-variant-buttons {
    display: grid !important;
    visibility: visible !important;
    opacity: 1 !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }

  .eno-variant-btn {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 38px !important;
    padding: 10px 12px !important;
    text-align: center !important;
    white-space: normal !important;
    line-height: 1.35 !important;
    box-sizing: border-box !important;
  }
}
/* =================================================
   ENO MOBILE DETAIL – související produkty
   cena + DETAIL pod sebou, decentní nadpis
   pouze mobil
================================================= */

@media (max-width: 767px) {

  /* Decentnější šedý nadpis nad souvisejícími produkty */
  body.type-product .eno-similar-moved > .eno-similar-more-btn,
  body.type-product .eno-similar-more-btn,
  body.type-detail .eno-similar-moved > .eno-similar-more-btn,
  body.type-detail .eno-similar-more-btn {
    display: inline-block !important;
    width: auto !important;
    margin: 22px 0 24px !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #8A8A8A !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    line-height: 1.35 !important;
    text-align: left !important;
  }

  /* Karta souvisejícího produktu – zamezit přetékání */
  body.type-product .eno-similar-moved .product,
  body.type-product .eno-similar-moved .p,
  body.type-detail .eno-similar-moved .product,
  body.type-detail .eno-similar-moved .p {
    overflow: visible !important;
  }

  /* Textový blok pod fotkou držet v rozumné šířce */
  body.type-product .eno-similar-moved .p-in-in,
  body.type-product .eno-similar-moved .p-bottom,
  body.type-detail .eno-similar-moved .p-in-in,
  body.type-detail .eno-similar-moved .p-bottom {
    width: 150px !important;
    max-width: 150px !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    text-align: left !important;
  }

  /* Název produktu vlevo */
  body.type-product .eno-similar-moved .name,
  body.type-product .eno-similar-moved .name span,
  body.type-detail .eno-similar-moved .name,
  body.type-detail .eno-similar-moved .name span {
    text-align: left !important;
    width: 100% !important;
    display: block !important;
  }

  /* Dostupnost vlevo */
  body.type-product .eno-similar-moved .availability,
  body.type-product .eno-similar-moved .availability span,
  body.type-detail .eno-similar-moved .availability,
  body.type-detail .eno-similar-moved .availability span {
    text-align: left !important;
    width: 100% !important;
    display: block !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  /* Cena a tlačítko pod sebe – žádné překrývání */
  body.type-product .eno-similar-moved .p-bottom [data-micro="offer"],
  body.type-detail .eno-similar-moved .p-bottom [data-micro="offer"] {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Cena vlevo, bez posunů */
  body.type-product .eno-similar-moved .prices,
  body.type-product .eno-similar-moved .price-final,
  body.type-product .eno-similar-moved .price-final strong,
  body.type-detail .eno-similar-moved .prices,
  body.type-detail .eno-similar-moved .price-final,
  body.type-detail .eno-similar-moved .price-final strong {
    width: 100% !important;
    display: block !important;
    text-align: left !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
  }

  /* Obal tlačítka pod cenu */
  body.type-product .eno-similar-moved .p-tools,
  body.type-detail .eno-similar-moved .p-tools {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex: none !important;
    display: flex !important;
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
  }

  /* Samotné tlačítko DETAIL pod cenou */
  body.type-product .eno-similar-moved .p-tools a,
  body.type-product .eno-similar-moved .p-tools button,
  body.type-product .eno-similar-moved .p-tools input,
  body.type-detail .eno-similar-moved .p-tools a,
  body.type-detail .eno-similar-moved .p-tools button,
  body.type-detail .eno-similar-moved .p-tools input {
    width: 108px !important;
    min-width: 108px !important;
    max-width: 108px !important;
    height: 28px !important;
    min-height: 28px !important;
    padding: 6px 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #eadfce !important;
    background-color: #eadfce !important;
    color: #111 !important;
    border: 0 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    font-size: 10.5px !important;
    font-weight: 500 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
    line-height: 1 !important;
    text-align: center !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    overflow: visible !important;
    text-overflow: clip !important;
    transform: none !important;
  }
}
/* =================================================
   ENO MOBILE DETAIL – spodní tlačítko pod souvisejícími produkty
   pouze mobil
================================================= */

@media (max-width: 991px) {

  /* Spodní Shoptet tlačítko / hláška pod souvisejícími produkty */
  .eno-similar-moved a.btn:not(.add-to-cart-button):not(.btn-cart),
  .eno-similar-moved button.btn:not(.add-to-cart-button):not(.btn-cart),
  .eno-similar-moved .btn.btn-default:not(.add-to-cart-button):not(.btn-cart),
  .eno-similar-moved .btn.btn-primary:not(.add-to-cart-button):not(.btn-cart),
  .eno-similar-moved .button:not(.add-to-cart-button):not(.btn-cart),
  .eno-similar-moved .showMore,
  .eno-similar-moved .show-more,
  .eno-similar-moved .show-all,
  .eno-similar-moved .show-all-products,
  .eno-similar-moved .show-all-related-products {
    display: inline-block !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 18px 0 28px !important;
    padding: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    color: #8a8a8a !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
    line-height: 1.35 !important;
    text-align: left !important;
    text-decoration: none !important;
  }

  .eno-similar-moved a.btn:not(.add-to-cart-button):not(.btn-cart):hover,
  .eno-similar-moved button.btn:not(.add-to-cart-button):not(.btn-cart):hover,
  .eno-similar-moved .button:not(.add-to-cart-button):not(.btn-cart):hover,
  .eno-similar-moved .showMore:hover,
  .eno-similar-moved .show-more:hover,
  .eno-similar-moved .show-all:hover,
  .eno-similar-moved .show-all-products:hover,
  .eno-similar-moved .show-all-related-products:hover {
    background: transparent !important;
    background-color: transparent !important;
    color: #083945 !important;
    text-decoration: underline !important;
  }
}
/* =================================================
   ENO MOBILE DETAIL – vrátit horní šedý box u souvisejících
   pouze horní .eno-similar-more-btn
================================================= */

@media (max-width: 991px) {

  html body.type-product .eno-similar-moved > .eno-similar-more-btn,
  html body.type-detail .eno-similar-moved > .eno-similar-more-btn,
  html body .eno-similar-moved > .eno-similar-more-btn {
    display: table !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;

    margin: 24px auto 32px !important;
    padding: 12px 30px !important;

    background: #f0f0f0 !important;
    background-color: #f0f0f0 !important;
    background-image: none !important;

    border: 1px solid #e0e0e0 !important;
    box-shadow: none !important;
    text-shadow: none !important;

    color: #4a4a4a !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    line-height: 1.2 !important;
    text-align: center !important;
    text-decoration: none !important;
  }

  html body.type-product .eno-similar-moved > .eno-similar-more-btn:hover,
  html body.type-detail .eno-similar-moved > .eno-similar-more-btn:hover,
  html body .eno-similar-moved > .eno-similar-more-btn:hover {
    background: #e8e8e8 !important;
    background-color: #e8e8e8 !important;
    color: #1d1d1d !important;
    text-decoration: none !important;
  }
}

/* =================================================
   ENO – tlačítko DETAIL u dalších produktů z vinařství
   sjednocení PC + mobil
================================================= */

body.type-product .eno-detail-button-fixed,
body.type-detail .eno-detail-button-fixed,
body.type-product .eno-similar-moved .eno-detail-button-fixed,
body.type-detail .eno-similar-moved .eno-detail-button-fixed {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #eadfce !important;
  background-color: #eadfce !important;
  background-image: none !important;
  color: #111 !important;
  border: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  text-decoration: none !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  line-height: 1 !important;
  padding: 9px 28px !important;
  min-width: 132px !important;
  height: 34px !important;
  text-align: center !important;
  cursor: pointer !important;
}

body.type-product .eno-detail-button-fixed:hover,
body.type-detail .eno-detail-button-fixed:hover {
  background: #eadfce !important;
  background-color: #eadfce !important;
  color: #111 !important;
  text-decoration: none !important;
}

/* Mobil – ať je DETAIL podbarvený a nerozbíjí kartu */
@media (max-width: 767px) {

  body.type-product .eno-similar-moved .eno-detail-button-fixed,
  body.type-detail .eno-similar-moved .eno-detail-button-fixed {
    width: 108px !important;
    min-width: 108px !important;
    max-width: 108px !important;
    height: 28px !important;
    min-height: 28px !important;
    padding: 6px 10px !important;
    font-size: 10.5px !important;
    letter-spacing: 0.08em !important;
    line-height: 1 !important;
    background: #eadfce !important;
    background-color: #eadfce !important;
    color: #111 !important;
    border: 0 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    text-decoration: none !important;
    white-space: nowrap !important;
  }
}


/* =================================================
   ENO – MOBILE DETAIL PRODUKTU
   podbarvení tlačítka DETAIL u dalších produktů z vinařství
================================================= */

@media (max-width: 767px) {

  body.type-product .products-block .product .p-tools a,
  body.type-product .products-block .product .p-tools button,
  body.type-product .products-block .product .p-tools input,
  body.type-product .products-block .p .p-tools a,
  body.type-product .products-block .p .p-tools button,
  body.type-product .products-block .p .p-tools input,
  body.type-product .eno-similar-moved .p-tools a,
  body.type-product .eno-similar-moved .p-tools button,
  body.type-product .eno-similar-moved .p-tools input,
  body.type-detail .products-block .product .p-tools a,
  body.type-detail .products-block .product .p-tools button,
  body.type-detail .products-block .product .p-tools input,
  body.type-detail .products-block .p .p-tools a,
  body.type-detail .products-block .p .p-tools button,
  body.type-detail .products-block .p .p-tools input,
  body.type-detail .eno-similar-moved .p-tools a,
  body.type-detail .eno-similar-moved .p-tools button,
  body.type-detail .eno-similar-moved .p-tools input {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 108px !important;
    min-width: 108px !important;
    max-width: 108px !important;
    height: 28px !important;
    min-height: 28px !important;

    padding: 6px 10px !important;
    margin: 0 !important;

    background: #eadfce !important;
    background-color: #eadfce !important;
    background-image: none !important;

    color: #111111 !important;
    border: 0 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    outline: none !important;

    font-family: 'Montserrat', sans-serif !important;
    font-size: 10.5px !important;
    font-weight: 500 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    line-height: 1 !important;
    text-align: center !important;
    text-decoration: none !important;
    white-space: nowrap !important;

    appearance: none !important;
    -webkit-appearance: none !important;
  }

  body.type-product .products-block .product .p-tools a:hover,
  body.type-product .products-block .product .p-tools button:hover,
  body.type-product .products-block .p .p-tools a:hover,
  body.type-product .products-block .p .p-tools button:hover,
  body.type-product .eno-similar-moved .p-tools a:hover,
  body.type-product .eno-similar-moved .p-tools button:hover,
  body.type-detail .products-block .product .p-tools a:hover,
  body.type-detail .products-block .product .p-tools button:hover,
  body.type-detail .products-block .p .p-tools a:hover,
  body.type-detail .products-block .p .p-tools button:hover,
  body.type-detail .eno-similar-moved .p-tools a:hover,
  body.type-detail .eno-similar-moved .p-tools button:hover {
    background: #eadfce !important;
    background-color: #eadfce !important;
    color: #111111 !important;
  }
}