/* Start custom CSS for shortcode, class: .elementor-element-f07fbda */<style>
/* ==================================================
   ZESTAWY KAYOU – KARTY PRODUKTÓW
   CSS ID kontenera: neko-zestawy-kayou
   ================================================== */

#neko-zestawy-kayou {
  --neko-card-bg: #22242e;
  --neko-card-hover: #292c37;
  --neko-text: #f2eadc;
  --neko-muted: #9c9da5;
  --neko-gold: #d2a252;
  --neko-gold-light: #f0c878;
  --neko-gold-dark: #8e682e;

  width: 100%;
}

#neko-zestawy-kayou,
#neko-zestawy-kayou * {
  box-sizing: border-box;
}

/* ==================================================
   SIATKA PRODUKTÓW – 4 KOLUMNY
   ================================================== */

#neko-zestawy-kayou .woocommerce {
  width: 100% !important;
}

#neko-zestawy-kayou .woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 24px !important;

  width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  list-style: none !important;
}

#neko-zestawy-kayou .woocommerce ul.products::before,
#neko-zestawy-kayou .woocommerce ul.products::after {
  display: none !important;
  content: none !important;
}

/* ==================================================
   POJEDYNCZA KARTA
   ================================================== */

#neko-zestawy-kayou .woocommerce ul.products li.product {
  position: relative !important;

  display: flex !important;
  flex-direction: column !important;

  float: none !important;

  width: 100% !important;
  max-width: none !important;
  height: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  overflow: hidden !important;

  color: var(--neko-text) !important;

  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.025),
      transparent 45%
    ),
    var(--neko-card-bg) !important;

  background-color: var(--neko-card-bg) !important;
  background-image:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.025),
      transparent 45%
    ) !important;

  border: 1px solid rgba(210, 162, 82, 0.22) !important;
  border-radius: 14px !important;

  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.22) !important;

  transform: none !important;

  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease !important;
}

#neko-zestawy-kayou .woocommerce ul.products li.product:hover {
  background-color: var(--neko-card-hover) !important;

  border-color: rgba(210, 162, 82, 0.62) !important;

  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.3) !important;

  transform: translateY(-4px) !important;
}

/* ==================================================
   USUNIĘCIE STAREGO CZERWONEGO TŁA
   ================================================== */

#neko-zestawy-kayou
.woocommerce
ul.products
li.product
.astra-shop-summary-wrap,

#neko-zestawy-kayou
.woocommerce
ul.products
li.product
.ast-woo-shop-product-description,

#neko-zestawy-kayou
.woocommerce
ul.products
li.product
.woocommerce-LoopProduct-link,

#neko-zestawy-kayou
.woocommerce
ul.products
li.product
.ast-loop-product__link {
  color: var(--neko-text) !important;

  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;

  border: 0 !important;
  box-shadow: none !important;
}

/* Dolna część karty */
#neko-zestawy-kayou
.woocommerce
ul.products
li.product
.astra-shop-summary-wrap {
  position: relative !important;

  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;

  width: 100% !important;
  min-height: 155px !important;

  margin: 0 !important;
  padding: 16px 16px 18px !important;

  background: var(--neko-card-bg) !important;
  background-color: var(--neko-card-bg) !important;
  background-image: none !important;
}

#neko-zestawy-kayou
.woocommerce
ul.products
li.product:hover
.astra-shop-summary-wrap {
  background: var(--neko-card-hover) !important;
  background-color: var(--neko-card-hover) !important;
}

/* ==================================================
   ZDJĘCIE
   ================================================== */

#neko-zestawy-kayou
.woocommerce
ul.products
li.product
a.woocommerce-LoopProduct-link {
  display: block !important;

  width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  overflow: hidden !important;

  text-decoration: none !important;
}

#neko-zestawy-kayou
.woocommerce
ul.products
li.product
img {
  display: block !important;

  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;

  margin: 0 !important;
  padding: 0 !important;

  object-fit: cover !important;

  background: #eeeeee !important;

  border: 0 !important;
  border-radius: 0 !important;

  box-shadow: none !important;

  transform: scale(1) !important;

  transition:
    transform 0.3s ease,
    filter 0.3s ease !important;
}

#neko-zestawy-kayou
.woocommerce
ul.products
li.product:hover
img {
  filter: brightness(1.03) !important;
  transform: scale(1.025) !important;
}

/* ==================================================
   USUNIĘCIE PODWÓJNEGO TYTUŁU
   Ukrywa tytuł znajdujący się bezpośrednio pod zdjęciem
   ================================================== */

#neko-zestawy-kayou
.woocommerce
ul.products
li.product
> a.woocommerce-LoopProduct-link
.woocommerce-loop-product__title {
  display: none !important;
}

/* Pozostawia tytuł w dolnej części karty */
#neko-zestawy-kayou
.woocommerce
ul.products
li.product
.astra-shop-summary-wrap
.woocommerce-loop-product__title {
  display: block !important;

  margin: 0 0 14px !important;
  padding: 0 !important;

  color: var(--neko-text) !important;
  -webkit-text-fill-color: var(--neko-text) !important;

  background: transparent !important;

  font-family: inherit !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;

  text-decoration: none !important;
  text-transform: none !important;

  transition: color 0.18s ease !important;
}

#neko-zestawy-kayou
.woocommerce
ul.products
li.product:hover
.astra-shop-summary-wrap
.woocommerce-loop-product__title {
  color: var(--neko-gold-light) !important;
  -webkit-text-fill-color: var(--neko-gold-light) !important;
}

/* Wszystkie linki tytułów */
#neko-zestawy-kayou
.woocommerce
ul.products
li.product
.ast-loop-product__link {
  color: var(--neko-text) !important;
  -webkit-text-fill-color: var(--neko-text) !important;

  text-decoration: none !important;
}

/* Ukrycie kategorii nad nazwą */
#neko-zestawy-kayou .ast-woo-product-category {
  display: none !important;
}

/* ==================================================
   CENA
   ================================================== */

#neko-zestawy-kayou
.woocommerce
ul.products
li.product
.price {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 5px !important;
  align-items: center !important;

  margin: auto 0 0 !important;
  padding: 0 82px 0 0 !important;

  color: var(--neko-gold-light) !important;
  -webkit-text-fill-color: var(--neko-gold-light) !important;

  background: transparent !important;

  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

#neko-zestawy-kayou
.woocommerce
ul.products
li.product
.price
.amount,

#neko-zestawy-kayou
.woocommerce
ul.products
li.product
.price
ins,

#neko-zestawy-kayou
.woocommerce
ul.products
li.product
.price
ins
.amount {
  color: var(--neko-gold-light) !important;
  -webkit-text-fill-color: var(--neko-gold-light) !important;

  background: transparent !important;

  font-weight: 800 !important;
  text-decoration: none !important;
}

#neko-zestawy-kayou
.woocommerce
ul.products
li.product
.price
del,

#neko-zestawy-kayou
.woocommerce
ul.products
li.product
.price
del
.amount {
  color: #777983 !important;
  -webkit-text-fill-color: #777983 !important;

  font-size: 13px !important;
  font-weight: 600 !important;

  opacity: 1 !important;
}

/* ==================================================
   GWIAZDKI
   ================================================== */

#neko-zestawy-kayou
.woocommerce
ul.products
li.product
.star-rating {
  position: absolute !important;
  right: 16px !important;
  bottom: 19px !important;

  margin: 0 !important;

  color: var(--neko-gold-light) !important;

  font-size: 13px !important;
}

#neko-zestawy-kayou
.woocommerce
ul.products
li.product
.star-rating::before {
  color: rgba(240, 200, 120, 0.28) !important;
}

#neko-zestawy-kayou
.woocommerce
ul.products
li.product
.star-rating
span::before {
  color: var(--neko-gold-light) !important;
}

/* ==================================================
   UKRYCIE PRZYCISKU POD CENĄ
   ================================================== */

#neko-zestawy-kayou
.woocommerce
ul.products
li.product
a.button,

#neko-zestawy-kayou
.woocommerce
ul.products
li.product
button.button,

#neko-zestawy-kayou
.woocommerce
ul.products
li.product
.add_to_cart_button,

#neko-zestawy-kayou
.woocommerce
ul.products
li.product
.added_to_cart {
  display: none !important;
}

/* ==================================================
   PROMOCJA
   ================================================== */

#neko-zestawy-kayou
.woocommerce
ul.products
li.product
.onsale {
  position: absolute !important;
  z-index: 10 !important;

  top: 12px !important;
  right: 12px !important;
  left: auto !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  min-width: 0 !important;
  min-height: 0 !important;

  margin: 0 !important;
  padding: 7px 10px !important;

  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;

  background:
    linear-gradient(
      135deg,
      var(--neko-gold),
      var(--neko-gold-dark)
    ) !important;

  border: 1px solid var(--neko-gold-light) !important;
  border-radius: 7px !important;

  box-shadow:
    0 5px 14px rgba(0, 0, 0, 0.28) !important;

  font-size: 11px !important;
  font-weight: 900 !important;
  line-height: 1 !important;

  text-transform: uppercase !important;
}

/* ==================================================
   TABLET
   ================================================== */

@media (max-width: 1180px) {
  #neko-zestawy-kayou .woocommerce ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

/* ==================================================
   TELEFON
   ================================================== */

@media (max-width: 767px) {
  #neko-zestawy-kayou .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  #neko-zestawy-kayou
  .woocommerce
  ul.products
  li.product
  .astra-shop-summary-wrap {
    min-height: 140px !important;

    padding: 12px 11px 14px !important;
  }

  #neko-zestawy-kayou
  .woocommerce
  ul.products
  li.product
  .astra-shop-summary-wrap
  .woocommerce-loop-product__title {
    margin-bottom: 10px !important;

    font-size: 13px !important;
    line-height: 1.3 !important;
  }

  #neko-zestawy-kayou
  .woocommerce
  ul.products
  li.product
  .price {
    padding-right: 0 !important;

    font-size: 14px !important;
  }

  #neko-zestawy-kayou
  .woocommerce
  ul.products
  li.product
  .price
  del,

  #neko-zestawy-kayou
  .woocommerce
  ul.products
  li.product
  .price
  del
  .amount {
    font-size: 11px !important;
  }

  #neko-zestawy-kayou
  .woocommerce
  ul.products
  li.product
  .star-rating {
    position: static !important;

    align-self: flex-start !important;

    margin: 8px 0 0 !important;

    font-size: 11px !important;
  }

  #neko-zestawy-kayou
  .woocommerce
  ul.products
  li.product
  .onsale {
    top: 8px !important;
    right: 8px !important;

    padding: 6px 8px !important;

    font-size: 9px !important;
  }
}
</style>
/* ==================================================
   ZESTAWY KAYOU – USUNIĘCIE STAREGO CZERWONEGO TŁA
   ================================================== */

body #neko-zestawy-kayou .woocommerce ul.products li.product,
body #neko-zestawy-kayou .woocommerce ul.products li.product .astra-shop-summary-wrap,
body #neko-zestawy-kayou .woocommerce ul.products li.product .ast-woo-shop-product-description,
body #neko-zestawy-kayou .woocommerce ul.products li.product .ast-product-summary-wrap,
body #neko-zestawy-kayou .woocommerce ul.products li.product .product-inner,
body #neko-zestawy-kayou .woocommerce ul.products li.product .product-content,
body #neko-zestawy-kayou .woocommerce ul.products li.product .woocommerce-LoopProduct-link,
body #neko-zestawy-kayou .woocommerce ul.products li.product .ast-loop-product__link {
  background: #22242e !important;
  background-color: #22242e !important;
  background-image: none !important;

  color: #f2eadc !important;

  border-color: rgba(210, 162, 82, 0.22) !important;
}

/* Hover */
body #neko-zestawy-kayou .woocommerce ul.products li.product:hover,
body #neko-zestawy-kayou .woocommerce ul.products li.product:hover .astra-shop-summary-wrap,
body #neko-zestawy-kayou .woocommerce ul.products li.product:hover .ast-woo-shop-product-description,
body #neko-zestawy-kayou .woocommerce ul.products li.product:hover .ast-product-summary-wrap,
body #neko-zestawy-kayou .woocommerce ul.products li.product:hover .product-inner,
body #neko-zestawy-kayou .woocommerce ul.products li.product:hover .product-content {
  background: #292c37 !important;
  background-color: #292c37 !important;
  background-image: none !important;
}

/* Usunięcie czerwonego tła z pseudoelementów */
body #neko-zestawy-kayou .woocommerce ul.products li.product::before,
body #neko-zestawy-kayou .woocommerce ul.products li.product::after,
body #neko-zestawy-kayou .woocommerce ul.products li.product .astra-shop-summary-wrap::before,
body #neko-zestawy-kayou .woocommerce ul.products li.product .astra-shop-summary-wrap::after {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}

/* Tytuł */
body #neko-zestawy-kayou .woocommerce ul.products li.product
.woocommerce-loop-product__title {
  color: #f2eadc !important;
  -webkit-text-fill-color: #f2eadc !important;
}

/* Cena */
body #neko-zestawy-kayou .woocommerce ul.products li.product .price,
body #neko-zestawy-kayou .woocommerce ul.products li.product .price .amount,
body #neko-zestawy-kayou .woocommerce ul.products li.product .price ins,
body #neko-zestawy-kayou .woocommerce ul.products li.product .price ins .amount {
  color: #f0c878 !important;
  -webkit-text-fill-color: #f0c878 !important;
}

/* Stara cena */
body #neko-zestawy-kayou .woocommerce ul.products li.product .price del,
body #neko-zestawy-kayou .woocommerce ul.products li.product .price del .amount {
  color: #858792 !important;
  -webkit-text-fill-color: #858792 !important;
}

/* Gwiazdki */
body #neko-zestawy-kayou .woocommerce ul.products li.product .star-rating,
body #neko-zestawy-kayou .woocommerce ul.products li.product .star-rating span::before {
  color: #f0c878 !important;
}

/* Zdjęcia pozostają bez ciemnego tła */
body #neko-zestawy-kayou .woocommerce ul.products li.product img {
  background: #f2f2f2 !important;
}/* End custom CSS */