/** Shopify CDN: Minification failed

Line 101:2 Unexpected "}"

**/
.featured-product .product__media-list {
  width: 100%;
  margin: 0;
  padding-bottom: 0;
}

.featured-product .product-media-container {
  margin-bottom: var(--media-shadow-vertical-offset);
  max-width: 100%;
}

.featured-product .product__media-item {
  padding-left: 0;
}

.featured-product .placeholder-svg {
  display: block;
  height: auto;
  width: 100%;
}

.background-secondary .featured-product {
  padding: 2.5rem;
}

.featured-product .share-button:nth-last-child(2) {
  display: inline-flex;
}

.share-button + .product__view-details {
  display: inline-flex;
  float: right;
  align-items: center;
  min-height: 4.4rem;
}

.share-button + .product__view-details::after {
  content: '';
  clear: both;
  display: table;
}

@media screen and (min-width: 750px) {
  .featured-product .product__media-item {
    padding-bottom: 0;
  }

  .background-secondary .featured-product {
    padding: 5rem;
  }

  .product--right .product__media-wrapper {
    order: 2;
  }
}

@media screen and (min-width: 990px) {
  .background-secondary .featured-product:not(.product--no-media) > .product__info-wrapper {
    padding: 0 0 0 5rem;
  }

  .background-secondary .featured-product:not(.product--no-media).product--right > .product__info-wrapper {
    padding: 0 5rem 0 0;
  }

  .featured-product:not(.product--no-media) > .product__info-wrapper {
    padding: 0 7rem;
  }

.background-secondary .featured-product {
  position: relative;
  z-index: 1;
  padding: 6rem 7rem;

  /* usuń domyślny kolor tła */
  background-color: transparent !important;

  /* zdjęcie w tle */
  background-image: url("/cdn/shop/files/ChatGPT_Image_3_lis_2025_16_01_52.png?v=1762182346");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* półprzezroczysta warstwa dla czytelności treści */
.background-secondary .featured-product::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.1); /* możesz zmienić np. na czarne rgba(0,0,0,0.4) */
  z-index: -1;
}

}

  }
}
