@media (min-width: 979px){
 .projector_page #content #projector_longdescription[data-traits], 
 .projector_page #content #projector_longdescription[data-dictionary]{
     grid-column-start: 1;
    }
 }
 
 @media (min-width: 1200px) {
  .shopping_list_top {
    margin-left: 4rem;
    margin-right: 2rem;
  }
}

.search-adv-wrapper{
    align-items: center;
}

@media (min-width: 979px) {
  .topBasket {
    align-content: center;
  }
}
 
 @media (min-width: 979px) {
  .projector_page #content #projector_producttraits, 
  .projector_page #content #projector_dictionary {
      display: grid;
  }
 }
 
    .projector_amount{
     display: none !important;
 }
 
    .projector_stocks{
     display: none !important;
 }
 
.navbar-collapse .navbar-nav > li:last-child > a[href*="wyprzedaz"] {
  color: #ed1c24;
  position: relative;
  animation: highlightPulse 8s infinite;
  transition: color 0.3s ease;
  display: inline-block;
}

/* Efekt pulsowania koloru */
@keyframes highlightPulse {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.1);
  }
  10% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

#projector_amount {
     display: none !important;
}

.price.--main {
  font-size: 20px !important;
  color: #ed1c24 !important;
}

.product__prices .--normal{
    font-size: 20px !important;
    color: #ed1c24 !important;
}

#projector_form .projector_prices__price {
    font-size: 28px !important;
    color: #ed1c24 !important;
}

.discount-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  background-color: #e60000;
  color: white;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 4px;
  z-index: 10;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}


@media (max-width: 978px) {
    #bar22 {
      position: fixed !important;
      bottom: 0 !important;
      z-index: 999 !important;
      right: 0 !important;
      left: 0 !important;
    }
}

.wolf-badge-wrapper {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 50px;
  height: 50px;
  z-index: 20;
  pointer-events: none;
}

.wolf-badge-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.wolf-badge-svg {
  width: 100%;
  height: 100%;
  display: block;
}

.wolf-badge-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  color: white;
  font-size: 14px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  pointer-events: none;
}

.product__icon {
    overflow: inherit !important;
}

@media (min-width: 979px){
     .wolf-badge-wrapper{
         height: 70px !important;
         width: 70px !important;
     }
     .wolf-badge-text {
         font-size: 16px;
     }
 }