/* 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;
  font-size: 1.02rem;
  line-height: 1.7;
  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;
  }
}
