:root {
  /* Tlo stopki (footer::before, width:100vw) — zielony PureGreen.
     Steruje tylko paskiem stopki; zielone hotspoty to osobne zmienne. */
  --footer-before-background: #00a400 !important;
  --hotspot-arrow-color: #00a400 !important;
  --hotspot-arrow-background-hover: #00a400 !important;



  /* Blog — tlo ikony artykulu */
  --article-icon-background: #ffffff;
}

/* ─────────────────────────────────────────────────────────────────
   2. Hot spoty  - wypełnienie ikonek - bylo 100% scale-down 
   ───────────────────────────────────────────────────────────────── */
.hotspot .product__icon img {
mix-blend-mode: multiply;
width: 80%;
height: 80%;
object-fit: cover;
}



/* ─────────────────────────────────────────────────────────────────
   2. UKRYTE ELEMENTY (globalne)
   ───────────────────────────────────────────────────────────────── */
.product__prices .price.--omnibus, .product__prices .price.--max, .product__prices .price.--before-rebate, .product__prices .price.--new-price, .product__prices .price.--deposit {
display: none;
}

#projector_form .projector_prices__info {
    display: none;
}

.price_sellby {

    display: none;
}

.basket__unknown_delivery { display: none; }

.product__prices .price.--omnibus, .product__prices .price.--max, .product__prices .price.--before-rebate, .product__prices .price.--new-price, .product__prices .price.--deposit {
display: none;
}



/* ═════════════════════════════════════════════════════════════════
   5. KARTA PRODUKTU
   ═════════════════════════════════════════════════════════════════ */

/* Ukrycia na karcie produktu */
.projector_stocks { display: none; }
#projector_stocks { display: none; }
#projector_paypo { display: none; }
.projector_shipping__text_from,
.projector_shipping__price { display: none; }
.projector_status__info_amount { display: none; }


/* ─────────────────────────────────────────────────────────────────
   8. BLOG / ARTYKULY
   ───────────────────────────────────────────────────────────────── */
/* Karta produktu: max 4 wpisy blogowe */
.projector_page .article__item:nth-child(1n+5) {
  display: none;
}

/* Karty wpisow blogowych - biale tlo + delikatny cien */


/* Ukryj obrazek-wrapper artykulu (lista) */
.article__image_wrapper,
.article__image_wrapper img {
  display: none !important;
}

/* Blog (wpis) - obrazek na pelna szerokosc */
#blog-item img.blog_image {
  max-width: 100%;
}
/* Ukryj featured image tylko gdy wpis ma customowy blok .hb-wrap */
#blog-item .blog-item_sub:has(> .hb-wrap) > img.blog_image {
  display: none !important;
}
/*Gwiazdki trustmate*/
.tm-multihornet__wrapper.size-6.size-mobile-3 {
    justify-content: left;
}

.tm-multihornet__wrapper.size-6.size-mobile-3{justify-content:flex-start !important;}

i.trustmate-star__icon.trustmate-star__icon--star-34 {
    font-size: 7px;
}