/* zahradashop24.cz — Vizualni upgrade v3 (5.4.2026) */

/* === BANNERY PC === */
#carousel { max-height: 440px !important; overflow: hidden !important; }
#carousel img,
#carousel .item img {
  width: 100% !important;
  height: 440px !important;
  max-height: 440px !important;
  object-fit: cover !important;
  object-position: center 35% !important;
  display: block !important;
}

/* === BANNERY MOBIL === */
@media (max-width: 768px) {
  #carousel { max-height: 200px !important; }
  #carousel img,
  #carousel .item img { height: 200px !important; max-height: 200px !important; }
  .extended-banner-texts {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    background: rgba(0,0,0,0.35) !important;
  }
  .extended-banner-texts > * {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
  }
  .extended-banner-title { font-size: 14px !important; padding: 12px 15px 4px !important; line-height: 1.3 !important; }
  .extended-banner-text { font-size: 16px !important; padding: 4px 15px !important; line-height: 1.3 !important; }
  .extended-banner-link { font-size: 13px !important; padding: 4px 15px 12px !important; }
}
@media (max-width: 480px) {
  .extended-banner-title { font-size: 12px !important; padding: 8px 10px 2px !important; }
  .extended-banner-text { font-size: 14px !important; padding: 2px 10px !important; }
  .extended-banner-link { font-size: 11px !important; padding: 2px 10px 8px !important; }
}

/* === LOGO — ultra-specific override === */
body .overall-wrapper #header .header-top .site-name a img,
body .overall-wrapper #header .site-name img,
#header .site-name img,
.site-name > a > img {
  max-height: 72px !important;
  height: 72px !important;
  width: auto !important;
  object-fit: contain !important;
  object-position: left center !important;
}
@media (max-width: 768px) {
  body .overall-wrapper #header .site-name img, #header .site-name img, .site-name > a > img { max-height: 52px !important; height: 52px !important; width: auto !important; }
}

/* === MOBIL PRODUKT GRID === */
@media (max-width: 768px) {
  [class*=product-list], [class*=products-grid], [class*=category-products] {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important; padding: 10px !important;
  }
  [class*=product-item], [class*=product-card] { font-size: 12px !important; }
}

/* === PLATEBNI IKONY — plna viditelnost === */
[class*=payment-icons], [class*=payment-methods], [class*=footer-payment] {
  opacity: 1 !important;
}

/* === SKRYT PayPal ikonu === */
img[alt*=PayPal], img[src*=paypal], [class*=payment] img[alt*=PayPal] {
  display: none !important;
}

/* === BENEFIT BAR — styling === */
.benefitBanner, [class*=benefit-bar], [class*=trust-bar] {
  background: #2d6a2e !important;
  color: #fff !important;
  padding: 8px 0 !important;
  font-size: 13px !important;
}
.benefitBanner a, .benefitBanner span,
[class*=benefit-bar] a, [class*=benefit-bar] span {
  color: #fff !important;
}

/* === KATEGORIE OBRAZKY === */
[class*=category] img, .subcategories img {
  border-radius: 8px !important;
  object-fit: cover !important;
}
