/* Konverzní tlačítka – sjednocená zelená barva */
.av-cta-btn,
.green-bg,
.btn-add-to-cart,
a.btn.btn-primary.green-bg,
a.btn.btn-primary.wd-shop-btn.green-bg,
a.btn.btn-primary.wd-shop-btn-small.green-bg {
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%) !important;
  border: none !important;
  border-color: #16a34a !important;
  color: #fff !important;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.av-cta-btn:hover,
.green-bg:hover,
.btn-add-to-cart:hover,
a.btn.btn-primary.green-bg:hover,
a.btn.btn-primary.wd-shop-btn.green-bg:hover,
a.btn.btn-primary.wd-shop-btn-small.green-bg:hover {
  background: linear-gradient(135deg, #16a34a 0%, #15803d 100%) !important;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(34, 197, 94, 0.35);
}

.av-cta-btn-block {
  display: block;
  width: 100%;
  padding: 12px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  margin-bottom: 8px;
}

/* Heureka – modrá (oddělená od hlavního CTA) */
.av-cta-heureka,
.btn-heureka {
  background: #0096ff !important;
  border: none !important;
  color: #fff !important;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.av-cta-heureka:hover,
.btn-heureka:hover {
  background: #007acc !important;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 150, 255, 0.3);
}

.product-card-modern {
  transition: all 0.3s ease;
}

.product-card-modern:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}

/* Sekce přes celou šířku obrazovky (i v boxed layoutu) */
.av-full-bleed {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
}

.pro-content.av-footer-bleed {
  padding-top: 0;
}

.pro-content.av-footer-bleed .bgfooter {
  width: 100%;
  padding: 48px 0 0;
}

.pro-content.av-footer-bleed .footer-v-six {
  margin-top: 0;
}

.pro-content.av-footer-bleed .footer-main {
  padding-top: 8px;
  padding-bottom: 32px;
}

.pro-content.av-footer-bleed .footer-bottom {
  padding-bottom: 24px;
}

/* TOP obchody – mřížka log eshopů (footer) */
.av-shops-section {
  padding: 56px 0 64px;
}

.av-shops-section__head {
  width: 100%;
  max-width: none;
  margin: 0 0 36px;
  text-align: left;
}

.av-shops-section__head h2 {
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  font-weight: 800;
  color: #1c1917;
  margin: 0 0 12px;
  letter-spacing: -0.02em;
}

.av-shops-section__head p {
  margin: 0;
  color: #78716c;
  line-height: 1.75;
  max-width: 720px;
}

.av-shops-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 32px 28px;
}

.av-shop-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 112px;
  padding: 22px 26px;
  background: #fff;
  border: 1px solid rgba(28, 25, 23, 0.08);
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(28, 25, 23, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  text-decoration: none !important;
}

.av-shop-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(255, 107, 74, 0.12);
  border-color: rgba(255, 107, 74, 0.2);
}

.av-shop-card img {
  max-width: 100%;
  max-height: 68px;
  width: auto;
  height: auto;
  object-fit: contain;
}

@media (max-width: 1199px) {
  .av-shops-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 28px 24px;
  }
}

@media (max-width: 991px) {
  .av-shops-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 20px;
  }

  .av-shop-card {
    min-height: 100px;
    padding: 18px 20px;
  }
}

@media (max-width: 575px) {
  .av-shops-section {
    padding: 40px 0 48px;
  }

  .av-shops-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .av-shop-card {
    min-height: 88px;
    padding: 16px 18px;
  }

  .av-shop-card img {
    max-height: 52px;
  }
}

/* Global typography – větší odstavce a texty (base theme: 0.875rem / 14px) */
body {
  font-size: 1rem;
}

p {
  font-size: 1.125rem;
  line-height: 1.8;
}

body li:not(.nav-item):not(.page-item):not(.listingLi) {
  font-size: 1.125rem;
  line-height: 1.75;
}

.pro-content li,
.cat-list li,
.unorder-list li,
.blog-content li,
.categories li,
footer .cat-list li {
  font-size: 1.125rem;
  line-height: 1.75;
}

/* Sekce s popiskem pod nadpisem (HP whisky, pivo, rumy…) */
.pro-content .pro-heading-title p,
.pro-heading-title p,
.pro-heading-title-light p,
.pro-content .pro-heading-title-light p {
  font-size: 1.125rem !important;
  line-height: 1.8 !important;
  letter-spacing: normal !important;
  -webkit-line-clamp: unset !important;
  display: block !important;
  overflow: visible !important;
  text-overflow: unset !important;
  white-space: normal !important;
}

/* Popis produktu – text často bez <p> tagů */
.discrption-product,
.discrption-product .tab-content,
.discrption-product .tab-pane,
#popis,
.product-page .discrption-product,
.product-page .discrption-product .tab-pane {
  font-size: 1.125rem;
  line-height: 1.8;
}

.discrption-product p,
#popis p,
.tab-pane p,
.blog-info p,
.blog-content p,
.popis,
.popis p {
  font-size: 1.125rem;
  line-height: 1.8;
}

@media (max-width: 576px) {
  .pro-content .pro-heading-title p {
    font-size: 1.0625rem !important;
  }
}

/* Výsledky vyhledávání / stránky obchodů – text často bez <p> tagů */
.pro-content.page-content,
.pro-content.shop-page,
.page-content.shop-page {
  font-size: 1.125rem;
  line-height: 1.8;
}

.shop-page h3 {
  font-size: 1.375rem !important;
  line-height: 1.45 !important;
  margin-bottom: 0.75rem !important;
}

.shop-page h4 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin: 1.25rem 0 0.75rem;
}

.shop-page .toolbox-info {
  font-size: 1.0625rem;
}

@media (max-width: 576px) {
  .pro-content.page-content,
  .pro-content.shop-page {
    font-size: 1.0625rem;
  }

  .shop-page h3 {
    font-size: 1.25rem !important;
  }
}

/* Mobilní header – search bar na plnou šířku */
#headerMobile .av-mobile-search-row {
  margin-top: 0.5rem;
}

#headerMobile .av-mobile-search-form {
  display: block;
  width: 100%;
  margin: 0;
}

#headerMobile .av-mobile-search .search-field-module,
#headerMobile .av-mobile-search .input-group {
  width: 100%;
}

#headerMobile .av-mobile-search .form-control {
  flex: 1 1 auto;
  min-width: 0;
}

#headerMobile .av-mobile-search-btn {
  height: 35px;
  padding: 5px 12px;
  white-space: nowrap;
}

/* Produkt – AI generovaný popisek nad sekcí recenzí */
.av-product-ai-popisek {
  background: linear-gradient(135deg, rgba(254, 69, 54, 0.06) 0%, #fff 100%);
  border: 1px solid rgba(254, 69, 54, 0.18);
  border-left: 4px solid #fe4536;
  border-radius: 12px;
  padding: 20px 22px;
  margin-bottom: 28px;
  font-size: 1.0625rem;
  line-height: 1.75;
  color: #44403c;
}

.av-product-ai-popisek p {
  margin: 0 0 1rem;
}

.av-product-ai-popisek p:last-child {
  margin-bottom: 0;
}

.av-product-ai-popisek a {
  color: #fe4536;
  font-weight: 600;
}
