/* Custom code goes here */

/* === UKRYCIE "SZCZEGÓŁY PRODUKTU" – AngarTheme PS 1.7 === */
.product-information .product-reference,
.product-information .product-ean13,
.product-information .product-details,
.product-information .product-additional-info,
.product-information .product-meta {
    display: none !important;
}

/* ========== HOME: FULL BLACK, ZERO WHITE GAPS ========== */
body.page-index,
body.page-index #wrapper,
body.page-index #page,
body.page-index #content-wrapper,
body.page-index #content,
body.page-index main {
  background: #111111 !important;
}

/* dużo motywów ma białe tło na container/row/section */
body.page-index .container,
body.page-index .container-fluid,
body.page-index .row,
body.page-index section,
body.page-index .page-home,
body.page-index .home-block,
body.page-index .featured-products,
body.page-index #index,
body.page-index .content {
  background: transparent !important;
}

/* ubij odstępy między sekcjami (najczęściej padding z motywu) */
body.page-index section,
body.page-index .home-block,
body.page-index .page-home > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* konkret: styki angarbanners i angarspecials */
body.page-index #angarbanners,
body.page-index .angar-banners,
body.page-index #angarspecials,
body.page-index .angar-specials {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

/* jeśli jest biały pasek bo wrapper ma padding w środku */
body.page-index #angarbanners .container,
body.page-index #angarspecials .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: transparent !important;
}

/* czasem biel robią "clearfix" albo jakieś separatory */
body.page-index .clearfix {
  margin: 0 !important;
  padding: 0 !important;
}
/* =========================================
   HOMEPAGE – białe nazwy produktów i ceny
========================================= */

/* nazwy produktów */
body.page-index .product-title,
body.page-index .product-title a {
  color: #ffffff !important;
}

/* ceny */
body.page-index .price,
body.page-index .product-price-and-shipping .price {
  color: #ffffff !important;
}

/* cena przekreślona – delikatniejsza */
body.page-index .regular-price {
  color: rgba(255,255,255,0.6) !important;
}

/* indeks, dostępność, drobne opisy */
body.page-index .pl_reference,
body.page-index .availability,
body.page-index .availability span,
body.page-index .comments_note,
body.page-index .nb-comments {
  color: rgba(255,255,255,0.85) !important;
}

/* gwiazdki opinii (jeśli znikają na czarnym) */
body.page-index .star-content .star {
  color: #ffffff !important;
}
/* =========================================
   HOMEPAGE – nagłówek "Wyprzedaż" na biało
========================================= */

body.page-index .products-section-title.index_title,
body.page-index .products-section-title.index_title a {
  color: #ffffff !important;
}

