.product__icon {
    background: none !important;
    background-color: transparent !important;
}

.article__image_wrapper {
    background: none !important;
}

.videos-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.video-container {
  flex: 1 1 calc(50% - 8px);
  aspect-ratio: 1 / 1;
  background: #000;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 8px;
}

@media (min-width: 768px) {
  .video-container {
    flex: 1 1 calc(25% - 12px);
  }
}

.video-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  color: white;
  text-shadow: 0 0 10px rgba(0,0,0,0.7);
  pointer-events: none;
}

/* Modal */
.video-modal {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.video-modal-content {
  position: relative;
  width: 80%;
  max-width: 800px;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
}

.video-modal iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.close-button {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 24px;
  color: white;
  background: rgba(0,0,0,0.6);
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 1100;
}

.hidden {
  display: none;
}

.yt-toggle {
  max-width: 600px;
  margin: auto;
  position: relative;
}

.yt-thumb {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  cursor: pointer;
  overflow: hidden;
}

.yt-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.yt-toggle input {
  display: none;
}

.yt-frame {
  display: none;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-top: 10px;
  overflow: hidden;
}

.yt-frame iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.yt-toggle input:checked + .yt-thumb {
  display: none;
}

.yt-toggle input:checked ~ .yt-frame {
  display: block;
}

@media (min-width: 768px) {
  section#projector_longdescription {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  section#projector_longdescription img,
  section#projector_longdescription h2,
  section#projector_longdescription h3,
  section#projector_longdescription p,
  section#projector_longdescription h4 {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  section#projector_longdescription .yt-toggle {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  section#projector_longdescription .yt-thumb,
  section#projector_longdescription .yt-frame {
    aspect-ratio: 16 / 9;
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  section#projector_longdescription .yt-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
  }
}

  section#projector_longdescription h2 {
    color: #bb7808;
}

.search.products {
  background-color: #222222 !important;
  color: white !important;
}

.search.products a {
  color: #bb7808 !important;
  text-decoration: none;
  background-color: transparent !important;
}

.search.products .btn,
.search.products .product__compare_item {
  background-color: #222222 !important;
  color: #bb7808 !important;
  border: none;
  padding: 6px 10px;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
}

.search.products .btn:hover,
.search.products .product__compare_item:hover {
  background-color: #bb7808 !important;
  color: #222222 !important;
  text-decoration: none;
}

.search.products .price[class~="--main"] {
  color: white !important;
}


.search.products .price_sellby__unit {
  color: white !important;
}

#products_associated_zone1 .product__icon {
  background-color: #f1f1f1 !important; /* jasne tło */
  border-radius: 8px;
  padding: 8px;
}

#projector_in_bundle .product__icon {
  background-color: #f1f1f1 !important; /* jasne tło */
  border-radius: 8px;
  padding: 8px;
}

#blog_item_associated .product__icon {
  background-color: #f1f1f1 !important; /* jasne tło */
  border-radius: 8px;
  padding: 8px;
}

#search .product__icon {
  background-color: #f1f1f1 !important; /* jasne tło */
  border-radius: 8px;
  padding: 8px;
}