/* === Twoje istniejące === */
#logo img{
    height: 50px !important;
}

#projector_price_value{
    color: red !important;
}

span.label.--disable {
    font-size: 0 !important;      /* ukryj oryginalny tekst */
    color: #d00 !important;       /* kolor ramki/tekstu */
    border-color: #d00 !important;
}
span.label.--disable::after {
    content: "Sprzedane" !important;
    font-size: 12px !important;
    font-weight: 600;
    text-transform: uppercase;
    color: #d00 !important;
}

/* (opcjonalnie) drobne wyrównanie pionu w kapslu, gdy font-size:0 bywa kapryśny */
span.label.--disable::after{
    line-height: 1.2;
}

/* DESKTOP: 4 banery w szeregu, siatka wyśrodkowana */
.grid_templateY{
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, auto);
  justify-content: center;        /* środek */
}

/* TABLET */
@media (max-width: 978px){
  .grid_templateY{
    grid-template-columns: repeat(2, auto);
    justify-content: center;
  }
}

/* MOBILE: 1 kolumna, kafel na środku */
@media (max-width: 756px){
  .grid_templateY{
    grid-template-columns: 1fr;
    justify-content: center;      /* środek siatki */
    justify-items: center;        /* środek elementów */
  }
  .grid_templateY > *{
    width: min(100%, 320px);      /* żeby „siedziały” centralnie */
  }
  .grid_templateY img{
    width: 100%;
    height: auto;
    display: block;
  }
}
.product_name__block.--description {
    font-size: 0 !important; /* ukrycie oryginalnej treści */
}

.product__prices.--omnibus-short .price.--max {
  display: block !important;
}
.projector_prices__lowest_price,
.price.--omnibus,
.omnibus_price {
  display: none !important;
}
#projector_form .projector_prices.--omnibus-short .projector_prices__maxprice_wrapper {
  display: block;
}
/* Upewniamy się, że karta produktu jest pozycjonowana */
#search .product {
  position: relative;
}

/* Etykieta ŚWIĄTECZNA w prawym górnym rogu */
#search .product::before {
  content: '🎄 % Prezenty';
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 110;

  padding: 0.45rem 1.1rem;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: linear-gradient(135deg, #c40000 0%, #ff2e2e 50%, #b80000 100%);
  color: #fff;
  border-radius: 999px;
  border: 2px solid rgba(255, 215, 0, 0.55); /* złota ramka */
  box-shadow:
      0 0.25rem 0.7rem rgba(0, 0, 0, 0.35),
      0 0 8px rgba(255, 215, 0, 0.6); /* złoty glow */
}

/* Hover */
#search .product:hover::before {
  transform: translateY(-1px) scale(1.03);
  box-shadow:
      0 0.4rem 1rem rgba(0, 0, 0, 0.45),
      0 0 10px rgba(255, 215, 0, 0.75);
}


/* ============================== */
/*  ŚWIĄTECZNA ETYKIETA – SLIDER  */
/* ============================== */

.products__wrapper .product {
  position: relative;
}

.products__wrapper .product::before {
  content: '🎄 % Prezenty';
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 110;

  padding: 0.45rem 1.1rem;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: linear-gradient(135deg, #c40000 0%, #ff2e2e 50%, #b80000 100%);
  color: #fff;
  border-radius: 999px;
  border: 2px solid rgba(255, 215, 0, 0.55);
  box-shadow:
      0 0.25rem 0.7rem rgba(0, 0, 0, 0.35),
      0 0 8px rgba(255, 215, 0, 0.6);
}

/* Hover */
.products__wrapper .product:hover::before {
  transform: translateY(-1px) scale(1.03);
  box-shadow:
      0 0.4rem 1rem rgba(0, 0, 0, 0.45),
      0 0 10px rgba(255, 215, 0, 0.75);
}


/* Slider image settings (Twoje – nieruszone) */
@media (min-width: 979px) {
  .main_slider__item picture,
  .main_slider__item img {
    padding-left: 80px;
    padding-right: 80px;
    height: auto;
    object-fit: contain;
    box-sizing: border-box;
  }
}
/* AKCJA LAST CHANCE — WSZYSTKIE LABELKI */

/* --- WSPÓLNA STYLISTYKA --- */
.hotspot.--initialized .label_icons .label.--promo.--omnibus,
.hotspot.--initialized .label_icons .label.--bargain.--omnibus,
#search .label_icons .label.--promo.--omnibus,
#search .label_icons .label.--bargain.--omnibus {
    position: relative !important;
    background: #111 !important;
    color: #fff !important;
    padding: 6px 10px !important;
    border-radius: 4px !important;
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    line-height: 1.2 !important;
    font-size: 0 !important; /* zeruje oryginalny tekst */
}

/* --- PIERWSZA LINIA: -10% z kodem --- */
.hotspot.--initialized .label_icons .label.--promo.--omnibus::before,
.hotspot.--initialized .label_icons .label.--bargain.--omnibus::before,
#search .label_icons .label.--promo.--omnibus::before,
#search .label_icons .label.--bargain.--omnibus::before {
    content: "-10% z kodem" !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    opacity: 0.95 !important;
    color: #fff !important;
    text-transform: none !important;
}

/* --- DRUGA LINIA: LASTCHANCE --- */
.hotspot.--initialized .label_icons .label.--promo.--omnibus::after,
.hotspot.--initialized .label_icons .label.--bargain.--omnibus::after,
#search .label_icons .label.--promo.--omnibus::after,
#search .label_icons .label.--bargain.--omnibus::after {
    content: "LASTCHANCE" !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    margin-top: 2px !important;
}