/*
Theme Name: Biuro Nieruchomosci Astra Child
Description: Motyw potomny Astra dla strony biura nieruchomosci.
Author: Krystian Puzio
Template: astra
Version: 1.6.2
Text Domain: biuro-nieruchomosci
*/

:root{
  --bn-green:#0F2B24;
  --bn-green-2:#173B32;
  --bn-gold:#C8A25D;
  --bn-cream:#F6F2EA;
  --bn-soft:#FBFAF7;
  --bn-card:#FFFFFF;
  --bn-text:#17201D;
  --bn-muted:#6E7773;
  --bn-border:#E7E2D8;
  --bn-radius:18px;
  --bn-shadow:0 16px 46px rgba(15,43,36,.08);
}

.bn-property{
  width:100vw;
  max-width:none;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  background:#fff;
  color:var(--bn-text);
  overflow:hidden;
}
.bn-property *{box-sizing:border-box}
.bn-property__wrap{
  width:min(100% - 48px,1480px);
  margin:0 auto;
  padding:36px 0 84px;
}
.bn-property__back{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:24px;
  color:var(--bn-green);
  text-decoration:none;
  font-size:14px;
  font-weight:700;
}

/* Nagłówek */
.bn-property__headline{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:40px;
  align-items:end;
}
.bn-property__eyebrow{
  margin-bottom:8px;
  color:var(--bn-gold);
  font-size:12px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.bn-property h1{
  margin:0;
  color:var(--bn-green);
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(38px,4.1vw,64px);
  line-height:1.03;
  letter-spacing:-.025em;
}
.bn-property__location{
  margin-top:12px;
  color:var(--bn-muted);
  font-size:16px;
}
.bn-property__pricebox{
  text-align:right;
  white-space:nowrap;
}
.bn-property__pricebox strong{
  display:block;
  color:var(--bn-green);
  font-size:38px;
  line-height:1;
  font-weight:900;
}
.bn-property__pricebox span{
  display:block;
  margin-top:7px;
  color:var(--bn-muted);
  font-size:13px;
}

/* pasek parametrów */
.bn-property__quick{
  display:flex;
  flex-wrap:wrap;
  gap:0;
  margin:24px 0 24px;
  border-top:1px solid var(--bn-border);
  border-bottom:1px solid var(--bn-border);
}
.bn-property__quick-item{
  display:flex;
  gap:8px;
  align-items:center;
  padding:13px 22px 13px 0;
  margin-right:22px;
  color:var(--bn-muted);
  font-size:14px;
  position:relative;
}
.bn-property__quick-item:not(:last-child)::after{
  content:"";
  position:absolute;
  right:0;
  width:1px;
  height:22px;
  background:var(--bn-border);
}
.bn-property__quick-item strong{
  color:var(--bn-green);
  font-weight:800;
}

/* szeroka galeria */
.bn-property__gallery-grid{
  display:grid;
  grid-template-columns:minmax(0,2.1fr) minmax(290px,1fr);
  grid-template-rows:1fr 1fr;
  gap:10px;
  height:min(690px,48vw);
  min-height:500px;
}
.bn-property__photo{
  position:relative;
  display:block;
  overflow:hidden;
  background:#eee;
}
.bn-property__photo:first-child{
  grid-row:1 / span 2;
  border-radius:var(--bn-radius) 0 0 var(--bn-radius);
}
.bn-property__photo:nth-child(2){
  border-radius:0 var(--bn-radius) 0 0;
}
.bn-property__photo:nth-child(3){
  border-radius:0 0 var(--bn-radius) 0;
}
.bn-property__photo img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transition:transform .3s ease;
}
.bn-property__photo:hover img{transform:scale(1.025)}
.bn-property__photo-more{
  position:absolute;
  right:16px;
  bottom:16px;
  min-height:42px;
  display:inline-flex;
  align-items:center;
  padding:0 16px;
  border-radius:999px;
  background:rgba(15,43,36,.92);
  color:#fff;
  font-size:13px;
  font-weight:800;
}
.bn-property__thumbs{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:10px;
  margin-top:10px;
}
.bn-property__thumbs a{
  display:block;
  aspect-ratio:4/3;
  overflow:hidden;
  border-radius:10px;
  background:#eee;
}
.bn-property__thumbs img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* sekcje */
.bn-property__section{margin-top:68px}
.bn-property__section h2{
  margin:0 0 24px;
  color:var(--bn-green);
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(30px,3vw,42px);
  line-height:1.1;
}

/* szczegóły + kontakt */
.bn-property__details-layout{
  display:grid;
  grid-template-columns:minmax(0,1.7fr) 360px;
  gap:30px;
  align-items:start;
}
.bn-property__details-shell{
  padding:8px 28px 28px;
  border:1px solid var(--bn-border);
  border-radius:var(--bn-radius);
  background:var(--bn-soft);
}
.bn-property__details{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  column-gap:48px;
}
.bn-property__row{
  display:flex;
  justify-content:space-between;
  gap:20px;
  min-height:56px;
  align-items:center;
  border-bottom:1px solid var(--bn-border);
}
.bn-property__row span:first-child{color:var(--bn-muted)}
.bn-property__row strong{
  color:var(--bn-green);
  text-align:right;
}
.bn-property__contact-card{
  position:sticky;
  top:28px;
  padding:28px;
  border:1px solid var(--bn-border);
  border-radius:var(--bn-radius);
  background:var(--bn-cream);
  box-shadow:var(--bn-shadow);
}
.bn-property__contact-card h3{
  margin:0 0 10px;
  color:var(--bn-green);
  font-family:Georgia,'Times New Roman',serif;
  font-size:26px;
}
.bn-property__contact-card p{
  margin:0 0 20px;
  color:var(--bn-muted);
  line-height:1.6;
}
.bn-property__contact-line{
  padding:12px 0;
  border-top:1px solid var(--bn-border);
  font-size:14px;
}
.bn-property__contact-line span{
  display:block;
  color:var(--bn-muted);
  font-size:12px;
}
.bn-property__contact-line a,
.bn-property__contact-line strong{
  color:var(--bn-green);
  text-decoration:none;
  font-weight:800;
}
.bn-property__button{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:52px;
  padding:13px 18px;
  border:1px solid var(--bn-green);
  border-radius:10px;
  text-align:center;
  text-decoration:none;
  font-weight:800;
  transition:.2s;
}
.bn-property__button--primary{
  margin-top:18px;
  background:var(--bn-green);
  color:#fff;
}
.bn-property__button--primary:hover{
  background:var(--bn-green-2);
  color:#fff;
}
.bn-property__button--secondary{
  margin-top:10px;
  background:#fff;
  color:var(--bn-green);
}

/* opis */
.bn-property__description{
  max-width:1020px;
  color:#303834;
  font-size:17px;
  line-height:1.85;
}
.bn-property__description p{margin-bottom:1.1em}
.bn-property__description h2,
.bn-property__description h3{
  color:var(--bn-green);
  font-family:Georgia,'Times New Roman',serif;
}

/* mapa */
.bn-property__map{
  overflow:hidden;
  border:1px solid var(--bn-border);
  border-radius:var(--bn-radius);
  background:var(--bn-soft);
}
.bn-property__map iframe{
  display:block;
  width:100%;
  height:430px;
  border:0;
}
.bn-property__map-note{
  display:flex;
  justify-content:space-between;
  gap:18px;
  padding:12px 16px;
  color:var(--bn-muted);
  font-size:13px;
}
.bn-property__map-note a{
  color:var(--bn-green);
  font-weight:700;
  text-decoration:none;
}

/* CTA */
.bn-property__cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  padding:38px 42px;
  border-radius:var(--bn-radius);
  background:var(--bn-green);
  color:#fff;
}
.bn-property__cta h2{margin:0 0 8px;color:#fff}
.bn-property__cta p{margin:0;color:rgba(255,255,255,.78)}
.bn-property__cta .bn-property__button{
  width:auto;
  min-width:220px;
  margin:0;
  background:var(--bn-gold);
  border-color:var(--bn-gold);
  color:#17130d;
}

/* podobne */
.bn-property__similar{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.bn-property-card{
  overflow:hidden;
  border:1px solid var(--bn-border);
  border-radius:14px;
  background:#fff;
  transition:.2s;
}
.bn-property-card:hover{
  transform:translateY(-3px);
  box-shadow:var(--bn-shadow);
}
.bn-property-card a{text-decoration:none}
.bn-property-card__image{aspect-ratio:16/10;background:#eee}
.bn-property-card__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.bn-property-card__body{padding:18px}
.bn-property-card__body h3{
  margin:0 0 9px;
  color:var(--bn-green);
  font-size:21px;
  line-height:1.2;
}
.bn-property-card__meta{margin-bottom:12px;color:var(--bn-muted);font-size:14px}
.bn-property-card__price{color:var(--bn-green);font-size:21px;font-weight:900}

/* lightbox */
.bn-lightbox{
  position:fixed;
  inset:0;
  z-index:999999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:28px;
  background:rgba(8,14,12,.92);
}
.bn-lightbox.is-open{display:flex}
.bn-lightbox__stage{
  position:relative;
  width:min(94vw,1500px);
  height:min(88vh,960px);
  display:flex;
  align-items:center;
  justify-content:center;
}
.bn-lightbox__image{
  max-width:100%;
  max-height:100%;
  width:auto;
  height:auto;
  display:block;
  object-fit:contain;
  border-radius:10px;
  background:#111;
}
.bn-lightbox__close,
.bn-lightbox__prev,
.bn-lightbox__next{
  position:absolute;
  border:0;
  background:rgba(255,255,255,.12);
  color:#fff;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
}
.bn-lightbox__close{
  top:18px;right:18px;width:48px;height:48px;border-radius:999px;font-size:28px;
}
.bn-lightbox__prev,
.bn-lightbox__next{
  top:50%;transform:translateY(-50%);
  width:54px;height:70px;border-radius:14px;font-size:34px;
}
.bn-lightbox__prev{left:18px}
.bn-lightbox__next{right:18px}
.bn-lightbox__counter{
  position:absolute;
  left:50%;
  bottom:18px;
  transform:translateX(-50%);
  padding:8px 12px;
  border-radius:999px;
  background:rgba(0,0,0,.42);
  color:#fff;
  font-size:13px;
  font-weight:700;
}
body.bn-lightbox-open{overflow:hidden}

@media(max-width:1000px){
  .bn-property__wrap{width:min(100% - 32px,1120px)}
  .bn-property__details-layout{grid-template-columns:1fr}
  .bn-property__contact-card{position:static}
}
@media(max-width:900px){
  .bn-property__headline{grid-template-columns:1fr}
  .bn-property__pricebox{text-align:left}
  .bn-property__gallery-grid{height:58vw;min-height:420px}
  .bn-property__similar{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:680px){
  .bn-property__wrap{width:calc(100% - 28px);padding:24px 0 54px}
  .bn-property h1{font-size:39px}
  .bn-property__quick{padding:4px 0}
  .bn-property__quick-item{
    width:50%;
    margin:0;
    padding:10px 10px 10px 0;
  }
  .bn-property__quick-item::after{display:none}
  .bn-property__gallery-grid{display:block;height:auto;min-height:0}
  .bn-property__photo{display:none}
  .bn-property__photo:first-child{
    display:block;
    aspect-ratio:4/3;
    border-radius:14px;
  }
  .bn-property__thumbs{grid-template-columns:repeat(3,1fr)}
  .bn-property__details{grid-template-columns:1fr}
  .bn-property__similar{grid-template-columns:1fr}
  .bn-property__cta{display:block;padding:28px}
  .bn-property__cta .bn-property__button{width:100%;margin-top:20px}
  .bn-property__map iframe{height:340px}
  .bn-property__map-note{display:block}
  .bn-property__map-note a{display:inline-block;margin-top:5px}
  .bn-lightbox{padding:12px}
  .bn-lightbox__stage{width:100%;height:86vh}
}


/* =========================================================
   ATRIA — sticky header
   Homepage: transparent + jasne logo -> biały sticky + ciemne logo
   Podstrony: biały sticky od początku
   ========================================================= */

:root{
  --bn-header-sticky-height:74px;
  --bn-header-normal-height:90px;
  --bn-header-admin-offset:0px;
}

body.admin-bar{
  --bn-header-admin-offset:32px;
}

@media(max-width:782px){
  body.admin-bar{
    --bn-header-admin-offset:46px;
  }
}

/* Płynne przejścia. */
#masthead,
#masthead .ast-primary-header-bar,
#masthead .site-primary-header-wrap,
#masthead .main-header-menu > .menu-item > .menu-link,
#masthead .site-logo-img img,
#masthead .custom-logo-link img{
  transition:
    background-color .24s ease,
    color .24s ease,
    border-color .24s ease,
    box-shadow .24s ease,
    min-height .24s ease,
    height .24s ease,
    width .24s ease,
    opacity .18s ease !important;
}

/* Wszystkie zwykłe podstrony — header przyklejony od początku. */
body:not(.home) #masthead.bn-sticky-ready{
  position:sticky !important;
  top:var(--bn-header-admin-offset) !important;
  left:0;
  right:0;
  width:100%;
  z-index:9998;
  background:#FFFFFF;
}

/* Strona główna: Astra nadal kontroluje transparentny header na samej górze. */
body.home #masthead.bn-sticky-ready.bn-is-sticky{
  position:fixed !important;
  top:var(--bn-header-admin-offset) !important;
  left:0 !important;
  right:0 !important;
  width:100% !important;
  z-index:9998 !important;
  background:rgba(255,255,255,.97) !important;
  -webkit-backdrop-filter:blur(12px);
  backdrop-filter:blur(12px);
  box-shadow:0 8px 28px rgba(15,43,36,.09);
}

/* Białe tło sticky — mocniejsze selektory niż Transparent Header Astry. */
body.home.ast-theme-transparent-header #masthead.bn-is-sticky .ast-primary-header-bar,
body.home.ast-theme-transparent-header #masthead.bn-is-sticky .site-primary-header-wrap,
body.home #masthead.bn-is-sticky .ast-primary-header-bar,
body:not(.home) #masthead.bn-sticky-ready .ast-primary-header-bar{
  background:#FFFFFF !important;
}

/* Delikatna linia na podstronach i sticky. */
body:not(.home) #masthead.bn-sticky-ready .ast-primary-header-bar,
body.home #masthead.bn-is-sticky .ast-primary-header-bar{
  border-bottom:1px solid #E7E2D8 !important;
}

/* Sticky jest trochę niższy od wersji hero. */
#masthead.bn-is-sticky .ast-primary-header-bar,
#masthead.bn-is-sticky .site-primary-header-wrap{
  min-height:var(--bn-header-sticky-height) !important;
}

.ast-desktop #masthead.bn-is-sticky .ast-primary-header-bar .main-header-menu > .menu-item{
  line-height:var(--bn-header-sticky-height) !important;
}

/* Ciemnozielone menu na białym sticky. */
body.home.ast-theme-transparent-header #masthead.bn-is-sticky .main-header-menu > .menu-item > .menu-link,
body.home.ast-theme-transparent-header #masthead.bn-is-sticky .ast-header-navigation-arrow,
body.home.ast-theme-transparent-header #masthead.bn-is-sticky .site-title a,
body.home.ast-theme-transparent-header #masthead.bn-is-sticky .ast-builder-menu-1 .menu-item > .menu-link,
body:not(.home) #masthead.bn-sticky-ready .main-header-menu > .menu-item > .menu-link{
  color:#0F2B24 !important;
}

/* Hover / aktywna pozycja — złoto. */
#masthead.bn-is-sticky .main-header-menu > .menu-item:hover > .menu-link,
#masthead.bn-is-sticky .main-header-menu > .current-menu-item > .menu-link,
body:not(.home) #masthead.bn-sticky-ready .main-header-menu > .menu-item:hover > .menu-link,
body:not(.home) #masthead.bn-sticky-ready .main-header-menu > .current-menu-item > .menu-link{
  color:#C8A25D !important;
}

/* Ikona hamburgera na białym sticky. */
body.home #masthead.bn-is-sticky [data-section="section-header-mobile-trigger"] .ast-mobile-svg,
body:not(.home) #masthead.bn-sticky-ready [data-section="section-header-mobile-trigger"] .ast-mobile-svg{
  fill:#0F2B24 !important;
}

body.home #masthead.bn-is-sticky [data-section="section-header-mobile-trigger"] .mobile-menu,
body:not(.home) #masthead.bn-sticky-ready [data-section="section-header-mobile-trigger"] .mobile-menu{
  color:#0F2B24 !important;
}

/* Rozmiary logo.
   Plik ma 800px szerokości, więc 190/177px nadal wygląda ostro na Retina. */
body.home #masthead:not(.bn-is-sticky) .site-logo-img img,
body.home #masthead:not(.bn-is-sticky) .custom-logo-link img{
  width:215px !important;
  max-width:215px !important;
  height:auto !important;
}

#masthead.bn-is-sticky .site-logo-img img,
#masthead.bn-is-sticky .custom-logo-link img,
body:not(.home) #masthead.bn-sticky-ready .site-logo-img img,
body:not(.home) #masthead.bn-sticky-ready .custom-logo-link img{
  width:190px !important;
  max-width:190px !important;
  height:auto !important;
}

/* Dropdown na białym sticky. */
#masthead.bn-is-sticky .sub-menu,
body:not(.home) #masthead.bn-sticky-ready .sub-menu{
  background:#FFFFFF !important;
  border:1px solid #E7E2D8;
  box-shadow:0 12px 30px rgba(15,43,36,.10);
}

#masthead.bn-is-sticky .sub-menu .menu-link,
body:not(.home) #masthead.bn-sticky-ready .sub-menu .menu-link{
  color:#0F2B24 !important;
}

#masthead.bn-is-sticky .sub-menu .menu-item:hover > .menu-link,
body:not(.home) #masthead.bn-sticky-ready .sub-menu .menu-item:hover > .menu-link{
  color:#C8A25D !important;
  background:#F6F2EA !important;
}

/* Mobile: kompaktowy sticky. */
@media(max-width:921px){
  :root{
    --bn-header-sticky-height:66px;
  }

  body.home #masthead:not(.bn-is-sticky) .site-logo-img img,
  body.home #masthead:not(.bn-is-sticky) .custom-logo-link img{
    width:180px !important;
    max-width:180px !important;
  }

  #masthead.bn-is-sticky .site-logo-img img,
  #masthead.bn-is-sticky .custom-logo-link img,
  body:not(.home) #masthead.bn-sticky-ready .site-logo-img img,
  body:not(.home) #masthead.bn-sticky-ready .custom-logo-link img{
    width:160px !important;
    max-width:160px !important;
  }
}

@media(max-width:544px){
  body.home #masthead:not(.bn-is-sticky) .site-logo-img img,
  body.home #masthead:not(.bn-is-sticky) .custom-logo-link img{
    width:165px !important;
    max-width:165px !important;
  }

  #masthead.bn-is-sticky .site-logo-img img,
  #masthead.bn-is-sticky .custom-logo-link img,
  body:not(.home) #masthead.bn-sticky-ready .site-logo-img img,
  body:not(.home) #masthead.bn-sticky-ready .custom-logo-link img{
    width:150px !important;
    max-width:150px !important;
  }
}

/* Szanuj preferencję użytkownika ograniczającą animacje. */
@media(prefers-reduced-motion:reduce){
  #masthead,
  #masthead *{
    transition:none !important;
  }
}


/* =========================================================
   ATRIA v1.6.1 — większe, realnie przycięte logo
   ========================================================= */
@media(min-width:922px){
  body.home #masthead:not(.bn-is-sticky) .ast-primary-header-bar,
  body.home #masthead:not(.bn-is-sticky) .site-primary-header-wrap{
    min-height:90px !important;
  }

  body.home #masthead:not(.bn-is-sticky) .site-logo-img,
  body.home #masthead:not(.bn-is-sticky) .custom-logo-link{
    display:flex !important;
    align-items:center !important;
  }
}

#masthead .site-logo-img img,
#masthead .custom-logo-link img{
  object-fit:contain !important;
}


/* =========================================================
   ATRIA v1.6.2 — kolory ikon na białym sticky headerze
   ========================================================= */

/* Social icons — biały sticky / zwykłe podstrony */
body.home #masthead.bn-is-sticky .ast-builder-social-element,
body.home #masthead.bn-is-sticky .ast-builder-social-element a,
body.home #masthead.bn-is-sticky .ast-builder-social-element svg,
body.home #masthead.bn-is-sticky .ast-builder-social-element .social-item-label,
body.home #masthead.bn-is-sticky .ast-header-social-1-wrap .ast-builder-social-element,
body:not(.home) #masthead.bn-sticky-ready .ast-builder-social-element,
body:not(.home) #masthead.bn-sticky-ready .ast-builder-social-element a,
body:not(.home) #masthead.bn-sticky-ready .ast-builder-social-element svg,
body:not(.home) #masthead.bn-sticky-ready .ast-builder-social-element .social-item-label,
body:not(.home) #masthead.bn-sticky-ready .ast-header-social-1-wrap .ast-builder-social-element{
  color:#0F2B24 !important;
  fill:#0F2B24 !important;
}

/* Niektóre wersje Astry ustawiają fill bezpośrednio na path/circle. */
body.home #masthead.bn-is-sticky .ast-builder-social-element svg path,
body.home #masthead.bn-is-sticky .ast-builder-social-element svg circle,
body.home #masthead.bn-is-sticky .ast-builder-social-element svg polygon,
body:not(.home) #masthead.bn-sticky-ready .ast-builder-social-element svg path,
body:not(.home) #masthead.bn-sticky-ready .ast-builder-social-element svg circle,
body:not(.home) #masthead.bn-sticky-ready .ast-builder-social-element svg polygon{
  fill:currentColor !important;
}

/* Social hover */
body.home #masthead.bn-is-sticky .ast-builder-social-element:hover,
body.home #masthead.bn-is-sticky .ast-builder-social-element:hover a,
body.home #masthead.bn-is-sticky .ast-builder-social-element:hover svg,
body:not(.home) #masthead.bn-sticky-ready .ast-builder-social-element:hover,
body:not(.home) #masthead.bn-sticky-ready .ast-builder-social-element:hover a,
body:not(.home) #masthead.bn-sticky-ready .ast-builder-social-element:hover svg{
  color:#C8A25D !important;
  fill:#C8A25D !important;
}

/* Search / account / cart / common Astra header icons on white sticky. */
body.home #masthead.bn-is-sticky .ast-header-search .ast-icon,
body.home #masthead.bn-is-sticky .ast-search-icon,
body.home #masthead.bn-is-sticky .ast-header-account-wrap,
body.home #masthead.bn-is-sticky .ast-header-account-wrap a,
body.home #masthead.bn-is-sticky .ast-header-account-wrap svg,
body.home #masthead.bn-is-sticky .ast-site-header-cart,
body.home #masthead.bn-is-sticky .ast-site-header-cart a,
body.home #masthead.bn-is-sticky .ast-site-header-cart svg,
body:not(.home) #masthead.bn-sticky-ready .ast-header-search .ast-icon,
body:not(.home) #masthead.bn-sticky-ready .ast-search-icon,
body:not(.home) #masthead.bn-sticky-ready .ast-header-account-wrap,
body:not(.home) #masthead.bn-sticky-ready .ast-header-account-wrap a,
body:not(.home) #masthead.bn-sticky-ready .ast-header-account-wrap svg,
body:not(.home) #masthead.bn-sticky-ready .ast-site-header-cart,
body:not(.home) #masthead.bn-sticky-ready .ast-site-header-cart a,
body:not(.home) #masthead.bn-sticky-ready .ast-site-header-cart svg{
  color:#0F2B24 !important;
  fill:#0F2B24 !important;
}

body.home #masthead.bn-is-sticky .ast-header-search:hover .ast-icon,
body.home #masthead.bn-is-sticky .ast-header-account-wrap:hover,
body.home #masthead.bn-is-sticky .ast-site-header-cart:hover,
body:not(.home) #masthead.bn-sticky-ready .ast-header-search:hover .ast-icon,
body:not(.home) #masthead.bn-sticky-ready .ast-header-account-wrap:hover,
body:not(.home) #masthead.bn-sticky-ready .ast-site-header-cart:hover{
  color:#C8A25D !important;
  fill:#C8A25D !important;
}

/* Na samej górze homepage nadal jasne ikony na zdjęciu. */
body.home.ast-theme-transparent-header #masthead:not(.bn-is-sticky) .ast-builder-social-element,
body.home.ast-theme-transparent-header #masthead:not(.bn-is-sticky) .ast-builder-social-element a,
body.home.ast-theme-transparent-header #masthead:not(.bn-is-sticky) .ast-builder-social-element svg{
  color:#FFFFFF !important;
  fill:#FFFFFF !important;
}

body.home.ast-theme-transparent-header #masthead:not(.bn-is-sticky) .ast-builder-social-element:hover,
body.home.ast-theme-transparent-header #masthead:not(.bn-is-sticky) .ast-builder-social-element:hover a,
body.home.ast-theme-transparent-header #masthead:not(.bn-is-sticky) .ast-builder-social-element:hover svg{
  color:#C8A25D !important;
  fill:#C8A25D !important;
}
