:root {
  --footer-before-background: #00a400 !important;
  --hotspot-arrow-color: #00a400 !important;
  --hotspot-arrow-background-hover: #00a400 !important;
}

.tm-multihornet.tm-light-mode {
    display: flex !important;
}

.projector_page .article__item:nth-child(1n+5) {
  display: none;
}

.projector_stocks { display: none; }

.projector_shipping__text_from, .projector_shipping__price {
    display: none;
}

/* ============================================================
   PUREGREEN/BIKERUN - UJEDNOLICENIE OPISU PRODUKTU (Pulse)
   ============================================================
   Cztery scenariusze:
   1. Custom landing z wlasnym <style> (np. Bamix) - tylko biala ramka,
      typografia nieruszana
   2. Czysty HTML opis (np. Garland) - biala ramka + standardowa typografia
   3. Edytor Pulse 1 sekcja (np. Alessi) - biala ramka + typografia
   4. Edytor Pulse wiele sekcji (np. bikerun) - JEDEN wspolny panel
      zamiast osobnych biaylch kafelkow
   ============================================================ */

/* A. Opis BEZ edytora - biala ramka wokol (dziala dla custom landingow tez) */
#projector_longdescription:not(.newdescription) {
  background: #fff !important;
  border-radius: 24px !important;
  padding: 40px 56px !important;
  margin: 0 0 40px !important;
}
@media (max-width: 768px) {
  #projector_longdescription:not(.newdescription) {
    padding: 24px 20px !important;
    border-radius: 16px !important;
  }
}

/* B. Opis Z edytora - jeden wspolny bialy panel na cala grupe sekcji */
.newdescription__group {
  background: #fff !important;
  border-radius: 24px !important;
  padding: 40px 56px !important;
  margin: 0 0 40px !important;
  gap: 24px !important;
}
@media (max-width: 768px) {
  .newdescription__group {
    padding: 24px 20px !important;
    border-radius: 16px !important;
    gap: 20px !important;
  }
}

/* B.1 Pojedyncza sekcja - przezroczysta, bez wlasnego panelu */
.newdescription__section {
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  display: block !important;
  gap: 0 !important;
}

/* B.2 Layouty zlozone (column/default z obrazkami) zachowuja grida */
.newdescription__section[data-layout="column"],
.newdescription__section[data-layout="default"] {
  display: grid !important;
  gap: 32px !important;
}

/* C. NAGLOWKI I TEKST - tylko dla opisow Z edytora ORAZ
   zwyklych HTML BEZ wlasnego <style> w srodku (omijamy custom landingi) */

/* C.1 Opisy z edytora Pulse */
.newdescription h2 {
  font-size: 28px !important;
  line-height: 1.25 !important;
  margin: 28px 0 16px !important;
  font-weight: 600 !important;
}
.newdescription h3 {
  font-size: 22px !important;
  line-height: 1.3 !important;
  margin: 24px 0 12px !important;
  font-weight: 600 !important;
}
.newdescription h4 {
  font-size: 18px !important;
  line-height: 1.35 !important;
  margin: 20px 0 10px !important;
  font-weight: 600 !important;
}
.newdescription p {
  font-size: 15px !important;
  line-height: 1.65 !important;
  margin: 0 0 14px !important;
}
.newdescription ul,
.newdescription ol {
  font-size: 15px !important;
  line-height: 1.65 !important;
  margin: 0 0 14px !important;
}

/* C.2 Zwykly HTML opis (bez edytora, bez custom <style>) */
#projector_longdescription:not(.newdescription):not(:has(> style)) h2 {
  font-size: 28px !important;
  line-height: 1.25 !important;
  margin: 28px 0 16px !important;
  font-weight: 600 !important;
}
#projector_longdescription:not(.newdescription):not(:has(> style)) h3 {
  font-size: 22px !important;
  line-height: 1.3 !important;
  margin: 24px 0 12px !important;
  font-weight: 600 !important;
}
#projector_longdescription:not(.newdescription):not(:has(> style)) h4 {
  font-size: 18px !important;
  line-height: 1.35 !important;
  margin: 20px 0 10px !important;
  font-weight: 600 !important;
}
#projector_longdescription:not(.newdescription):not(:has(> style)) p {
  font-size: 15px !important;
  line-height: 1.65 !important;
  margin: 0 0 14px !important;
}
#projector_longdescription:not(.newdescription):not(:has(> style)) ul,
#projector_longdescription:not(.newdescription):not(:has(> style)) ol {
  font-size: 15px !important;
  line-height: 1.65 !important;
  margin: 0 0 14px !important;
}

/* D. Trim marginesow przy krawedziach panelu */
#projector_longdescription:not(.newdescription):not(:has(> style)) > *:first-child,
.newdescription__group > .newdescription__section:first-child > *:first-child,
.newdescription__group > .newdescription__section:first-child {
  margin-top: 0 !important;
}
#projector_longdescription:not(.newdescription):not(:has(> style)) > *:last-child,
.newdescription__group > .newdescription__section:last-child > *:last-child,
.newdescription__group > .newdescription__section:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .newdescription h2,
  #projector_longdescription:not(.newdescription):not(:has(> style)) h2 { font-size: 22px !important; }
  .newdescription h3,
  #projector_longdescription:not(.newdescription):not(:has(> style)) h3 { font-size: 18px !important; }
  .newdescription h4,
  #projector_longdescription:not(.newdescription):not(:has(> style)) h4 { font-size: 16px !important; }
  .newdescription p,
  .newdescription ul,
  .newdescription ol,
  #projector_longdescription:not(.newdescription):not(:has(> style)) p,
  #projector_longdescription:not(.newdescription):not(:has(> style)) ul,
  #projector_longdescription:not(.newdescription):not(:has(> style)) ol { font-size: 14px !important; }
}




/* DESKTOP - kompaktowy header i schowany opis */
@media(min-width:769px){
  .search_name{
    padding:24px 0 8px !important;
    margin:0 !important
  }
  .search_name__label.headline{
    font-size:22px !important;
    line-height:1.3 !important;
    font-weight:600 !important
  }
  .search_description.--top{
    padding:0 !important;
    margin:0 !important;
    background:transparent !important
  }
  .search_description.--top .search_description__wrapper{
    max-height:0;
    overflow:hidden;
    padding:0
  }
  /* Rezerwacja miejsca dla slidera podkategorii (~78px),
     żeby przy jego wstrzyknięciu reszta strony nie skakała */
  html:not(.pg-ready) .search_description.--top{
    min-height:78px
  }
}

/* MOBILE - kompaktowy header i schowany opis */
@media(max-width:768px){
  .search_name{
    padding:14px 14px 4px !important;
    margin:0 !important
  }
  .search_name__label.headline{
    font-size:18px !important;
    line-height:1.25 !important;
    font-weight:600 !important;
    margin:0 !important;
    display:block !important
  }
  /* Zanim JS dodatku rozdzieli h1 na nazwę + suffix SEO, h1 zawiera pełny
     tekst typu "Małe AGD do Kuchni - małe agd, urządzenia specjalne".
     Bez ograniczenia ten tekst zajmuje 3 linie i header rozciąga się
     na ~200px wysokości - widoczny FOUC na wolniejszych urządzeniach.
     Ograniczamy h1 do 1 linii z ellipsis dopóki JS nie wykona swojej
     pracy (czyli dopóki html nie ma .pg-ready). */
  html:not(.pg-ready) .search_name__label.headline{
    display:-webkit-box !important;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis
  }
  .search_name__total{display:none !important}

  .search_description.--top{
    max-height:none !important;
    overflow:visible !important;
    padding:0 14px !important;
    margin:0 !important;
    background:transparent !important
  }
  .search_description.--top .search_description__wrapper{
    max-height:0;
    overflow:hidden;
    padding:0
  }
  html:not(.pg-ready) .search_description.--top{
    min-height:72px
  }
}

/* ════════════════════════════════════════════════════════
   TrustMate + IdoSell fallback rating
   Pokazuje IdoSell gwiazdki gdy brak opinii TrustMate
   ════════════════════════════════════════════════════════ */
.product_name__notes.show-idosell-rating {
  display: flex !important;
  align-items: center;
}


.newsletter {
display: none;
}

#projector_stocks {
    display: none;
}
#projector_paypo {
    display: none;
}


/* ═══════════════════════════════════════════════════════════
   PULSE - hover/selected uniwersalne (niezależne od brand color)
   Soft 3D z delikatnym podniesieniem
   ═══════════════════════════════════════════════════════════ */

/* KLUCZOWA NAPRAWA: rodzic __sub ma overflow:auto - to ucina ramki/cienie */
body #projector_form .projector_variants__sub {
  overflow: visible !important;
  padding: 8px 4px !important;
  margin: -8px -4px !important;
}

/* WARIANT KOLORU */
body #projector_form .projector_variants__item {
  overflow: visible !important;
  border-color: transparent !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, outline-color 0.25s ease;
  background: white;
  border-radius: 8px;
  outline: 2px solid transparent !important;
  outline-offset: 0px !important;
}

/* Default - subtelny base shadow */
body #projector_form .projector_variants__item:not(:hover):not(.--selected) {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

/* Hover (nieaktywny) - SAMO PODNIESIENIE bez ramki */
body #projector_form .projector_variants__item:not(.--selected):hover {
  border-color: transparent !important;
  outline-color: transparent !important;
  transform: translateY(-2px);
  box-shadow: 
    0 6px 16px rgba(0, 0, 0, 0.08),
    0 2px 4px rgba(0, 0, 0, 0.04);
}

/* Selected - podniesienie + jaśniejsza ramka 2px */
body #projector_form .projector_variants__item.--selected {
  border-color: transparent !important;
  outline: 2px solid rgba(0, 0, 0, 0.25) !important;
  outline-offset: 0px !important;
  transform: translateY(-2px);
  box-shadow: 
    0 6px 16px rgba(0, 0, 0, 0.09),
    0 2px 6px rgba(0, 0, 0, 0.05);
}

/* Selected + hover - większy lift */
body #projector_form .projector_variants__item.--selected:hover {
  outline: 2px solid rgba(0, 0, 0, 0.3) !important;
  transform: translateY(-3px);
  box-shadow: 
    0 8px 20px rgba(0, 0, 0, 0.11),
    0 3px 8px rgba(0, 0, 0, 0.06);
}

.projector_variants__gfx { border-radius: 7px !important; }

/* POLE ROZMIAR */
#projector_form .projector_sizes__item.--selected,
#projector_form .projector_sizes__item.--selected:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0 0 0 2px inset !important;
}

/* GALERIA KROPKI - ciemniejsze nieaktywne */
:root {
  --swiper-pagination-bullet-inactive-color: #BDBDBD;
}

/* GALERIA KROPKI - ciemniejsze nieaktywne */
:root {
  --swiper-pagination-bullet-inactive-color: #BDBDBD;
}

/* Galeria kropki - ciemniejsze nieaktywne */
:root {
  --swiper-pagination-bullet-inactive-color: #BDBDBD;
}

/* ════════════════════════════════════════════════════════
   FIX: Galeria z 1 zdjęciem - rozciąga na pełną szerokość
   (zamiast 50% jak default Pulse z grid 2-kolumnowym)
   ════════════════════════════════════════════════════════ */
@media (min-width: 757px) {
  #projector_photos.photos:not(.--gallery-modal) .photos__slider .swiper-wrapper:has(> .photos__figure.swiper-slide:only-child) {
    grid-template-columns: 1fr !important;
  }
}

/* ════════════════════════════════════════
   4. FIX: Apple Pay / Google Pay - przycinanie borderu
   ════════════════════════════════════════ */
.projector_oneclick__item,
#oneclick_googlePay,
#oneclick_applePay,
[id*="oneclick_"][class*="--googlePay"],
[id*="oneclick_"][class*="--applePay"] {
  min-height: 60px !important;
  height: auto !important;
  overflow: visible !important;
}

.projector_oneclick__items {
  overflow: visible !important;
}

.projector_oneclick__item iframe {
  display: block !important;
  width: 100% !important;
}

:root {
  --swiper-pagination-bullet-inactive-color: #BDBDBD;
}

.projector_tabs__mobile {
  min-width: 0 !important;
}

/* Mobile - wyłącz wbudowany padding 32px sekcji opisu */
@media (max-width: 978px) {
  .newdescription {
    --longdescription-section-padding: 0 !important;
  }
}


/* === Header + menu szersze do 1680px, reszta strony bez zmian === */
@media (min-width: 1400px) {
  
  /* Rozszerz główny wrapper (header + treść siedzi w nim) */
  body > #container.max-width-1200 {
    max-width: 1680px !important;
  }
  
  /* Cofnij szerokość dla części z treścią produktu */
  #container > #layout {
    max-width: 1398px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  
}



#main_tree5 .section {
    display: none;
}
/* === Karta produktu: max 4 zdjęcia w galerii (tylko desktop) === */
@media (min-width: 1024px) {
  
  /* Ukryj slajdy od 5. wzwyż W GŁÓWNEJ GALERII */
  .photos___slider_wrapper .photos__figure.swiper-slide:nth-child(n+5) {
    display: none !important;
  }
  
  /* CofnIJ ukrycie wewnątrz lightbox modal - tam pokazuj wszystkie */
  .gallery_modal__sliders.--gallery-modal .photos___slider_wrapper .photos__figure.swiper-slide:nth-child(n+5) {
    display: flex !important;
  }
  
  /* Wymuś kwadratowy kafelek (ratio 1:1) - tylko glowna galeria */
  #projector_photos:not(.--gallery-modal) .photos___slider_wrapper .photos__figure.swiper-slide {
    aspect-ratio: 1 / 1;
    height: auto !important;
    overflow: hidden;
    background: #fff;
    border-radius: 24px;
  }
  
  /* Zdjęcie wypełnia kafelek bez przycinania - tylko glowna galeria */
  #projector_photos:not(.--gallery-modal) .photos___slider_wrapper .photos__figure.swiper-slide picture,
  #projector_photos:not(.--gallery-modal) .photos___slider_wrapper .photos__figure.swiper-slide picture img,
  #projector_photos:not(.--gallery-modal) .photos___slider_wrapper .photos__figure.swiper-slide video {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
    border-radius: inherit;
  }
  
}

/* ════════════════════════════════════════════════════════
   FIX: Ukryj wideo slide w galerii i lightbox modal
   (autoplay z dźwiękiem był problemem przy modal)
   Wideo w sekcji opisu produktu (longdescription) zostaje
   ════════════════════════════════════════════════════════ */
.photos__figure.--video,
.gallery_modal__sliders .photos__figure.--video,
.--gallery-modal .photos__figure.--video,
.tm-productModal__video,
.tm-productModal .photos__figure.--video {
  display: none !important;
}


.product__prices .price.--omnibus, .product__prices .price.--max, .product__prices .price.--before-rebate, .product__prices .price.--new-price, .product__prices .price.--deposit {
    order: 3;
    display: none;
}

#search .product__traits {
    border-top: 1px solid #E5E5E5;
    padding: var(--product-content-padding) 0;
    margin: 0 var(--product-content-padding);
    display: none !important;
}

.projector_status__info_amount {
    display: none;
}

.tm-multihornet__wrapper .tm-grade-label__star .trustmate-star__icon {
    padding-top: 5px;
    padding-bottom: 5px;
}

.traits {
    font-size: 1.4rem;
    margin-bottom: 3.2rem;
    padding: 3.2rem 0;
    border-bottom: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    display: none;
}

.hotspot.--list .product .price.--omnibus, .hotspot.--list .product .price.--max, .hotspot.--list .product .price.--before-rebate, .hotspot.--list .product .price.--new-price {
    order: 3;
    display: none;
}

#projector_form .projector_prices__lowest_price {
    margin: var(--projector-details-lowest-price-margin, 0px);
    padding: var(--projector-details-lowest-price-padding, 0px);
}

#projector_form .projector_prices__srp_wrapper.--active {
    display: none!important;
}

.Hurom_AddOn_1_bannerWrap {
    background: #ffffff!important;
}

/* ============================================
   KARTY WPISÓW BLOGOWYCH (sekcja Blog)
   Białe tło + delikatny cień, spójne zaokrąglenia
   ============================================ */

:root {
  --article-icon-background: #ffffff;
}

.article__item {
  background: #ffffff !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06) !important;
  overflow: hidden !important;
  transition: box-shadow .25s ease, transform .25s ease;
}

.article__item:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
  transform: translateY(-2px);
}

.article__image_wrapper {
  background: #ffffff !important;
}



/* ══════════════════════════════════════════════════════════
   10. BLOG / ARTYKUŁY
   ══════════════════════════════════════════════════════════ */
/* 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;
}


.article__image_wrapper,
.article__image_wrapper img {
  display: none !important;
}

#blog-item img.blog_image {
  max-width: 100%;
}

}
#blog-item img.blog_image {
display: none!important;
}