/* =========================================================
   ZMIENNE KOLORÓW
   ========================================================= */
:root {
  --brand: #0090f6;
  --brand-dark: #006bb8;
  --urgent: #ea580c;
  --urgent-bg: #fff7ed;
  --urgent-border: #fed7aa;
  --urgent-text: #7c2d12;
  --slate-900: #0f172a;
  --slate-800: #1e293b;
  --slate-700: #334155;
  --slate-600: #475569;
  --slate-500: #64748b;
  --slate-200: #e2e8f0;
  --slate-50: #f8fafc;
}

/* =========================================================
   FAST DELIVERY — pełnoekranowy ribbon (.fast_delivery_15)
   ========================================================= */
.fast_delivery_15 {
  display: block;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px 16px;
  background: var(--slate-50);
  color: var(--slate-700);
  border-top: 1px solid var(--slate-200);
  border-bottom: 1px solid var(--slate-200);
  font-size: 13.5px;
  line-height: 1.4;
  text-align: center;
  box-sizing: border-box;
}
.fast_delivery_15 * { box-sizing: border-box; }

.fast_delivery_15__inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 1200px;
}

.fast_delivery_15__icon {
  flex-shrink: 0;
  display: inline-flex;
  width: 20px;
  height: 20px;
  color: var(--brand);
}
.fast_delivery_15__icon svg { width: 100%; height: 100%; }

.fast_delivery_15__timer {
  display: inline-block;
  background: var(--brand);
  color: #fff;
  padding: 3px 9px;
  border-radius: 6px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: .5px;
  margin: 0 4px;
  white-space: nowrap;
}

.fast_delivery_15__day {
  color: var(--brand);
  font-weight: 800;
  letter-spacing: .3px;
  white-space: nowrap;
}

.fast_delivery_15--urgent {
  background: var(--urgent-bg);
  border-top-color: var(--urgent-border);
  border-bottom-color: var(--urgent-border);
  color: var(--urgent-text);
}
.fast_delivery_15--urgent .fast_delivery_15__icon,
.fast_delivery_15--urgent .fast_delivery_15__day { color: var(--urgent); }
.fast_delivery_15--urgent .fast_delivery_15__timer {
  background: var(--urgent);
  animation: fdPulse 1.1s ease-in-out infinite;
}

@keyframes fdPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.04); }
}

@media (prefers-reduced-motion: reduce) {
  .fast_delivery_15--urgent .fast_delivery_15__timer { animation: none; }
}

@media (max-width: 600px) {
  .fast_delivery_15 {
    padding: 9px 12px;
    font-size: 12.5px;
  }
  .fast_delivery_15__icon { width: 17px; height: 17px; }
  .fast_delivery_15__timer { padding: 2px 7px; margin: 0 3px; }
}

/* =========================================================
   UKRYTE ELEMENTY (konsolidacja)
   ========================================================= */
.contact_stocks,
#projector_stocks,
#projector_amount,
.product_name__firm_logo,
.s_unit_converted_price,
.projector_prices__unit_converted,
.projector_prices__unit_converted_price,
#container .price.--convert,
#twdSalesbotDummyRootContainer {
  display: none !important;
}

/* =========================================================
   LAYOUT — drobne korekty headera (desktop)
   ========================================================= */
@media (min-width: 979px) {
  #menu_search,
  .menu_top,
  #menu_categories {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  #logo { margin-top: 0; }
}

/* =========================================================
   CENY
   ========================================================= */
.price__sub {
  font-weight: bold;
  font-size: 1.7em;
}

.omnibus_price__text {
  font-size: 0.8em;
}

/* =========================================================
   KARTA "3. PRODUKT GRATIS" (.trzeci_produkt_karta)
   ========================================================= */
.trzeci_produkt_karta {
  padding: 10px;
  background: #7ec020;
  color: #fff;
  border-radius: 5px;
  font-size: 1.2em;
  text-align: center;
}
.trzeci_produkt_karta strong {
  font-size: 1.5em;
}

/********** NEW PRODUCTS OPIS **********/

#projector_longdescription .template {
	width:100%;
    float: left;
    display: flex;
    align-items: center;
}

#projector_longdescription .item-6 {
	width: 50%;
	height: auto;
	display: table-cell;
        vertical-align: middle;
        padding: 10px;
}
#projector_longdescription .item-6 img {
	width:100%;
	height: auto;
}
#projector_longdescription .item-12 {
	width:100%;
	height: auto;
	padding: 10px;
}

#projector_longdescription p, #projector_longdescription li {
    line-height: 160%;
    font-size: 1.15em;
    color: #333;
}

#projector_longdescription h1, #projector_longdescription h2 {
    line-height: 180%;
    color: #333;
}

@media screen and (max-width: 600px) {
	#projector_longdescription .item-6 {
		width: 100%;
                float: left;
               display:block;
	}
	#projector_longdescription .item-6 img {
		width: 100%;
	}
	#projector_longdescription .template {
    display: block;
	padding: 0px 0px;
	}
}

#projector_longdescription .section {
clear:both;
}

#projector_longdescription table {
width: 100% !important;
}