#main_cms > h1.mainhar{font-size: 1.33em;font-weight: bold;}
/* === Styl kart produktów (Nowości, Bestsellery, itp.) === */
.swiper-slide,
.product-box,
.product-tile,
.product-item,
.product-wrapper {
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #eee;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  text-align: center;
}

/* Efekt po najechaniu */
.swiper-slide:hover,
.product-box:hover,
.product-tile:hover,
.product-item:hover,
.product-wrapper:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  transform: translateY(-3px);
}

/* Tytuł produktu */
.product-box .name,
.product-title {
  font-size: 0.95rem;
  font-weight: 500;
  margin-top: 10px;
  color: #222;
}

/* Cena produktu */
.product-box .price,
.product-price,
.price {
  font-size: 1rem;
  font-weight: bold;
  color: #cc5500; /* kolor dopasowany do stylu sklepu */
  margin-top: 6px;
}

.buy-now-button {
  display: inline-block;
  background-color: #ff9900;
  color: #000;
  padding: 10px 18px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 50px;
  font-size: 0.95rem;
  margin-top: 12px;
  transition: background-color 0.3s ease;
}
.buy-now-button:hover {
  background-color: #cc7700;
  color: #fff;
}
.footer-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  font-family: sans-serif;
}

.footer-col {
  flex: 1 1 200px;
}

.footer-col h3, .footer-col h4 {
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 16px;
}

.footer-col p {
  margin: 6px 0;
}

.footer-col a {
  text-decoration: none;
  color: inherit;
}

.footer-col a:hover {
  text-decoration: underline;
}
.footer-col a {
  text-decoration: none;
  color: inherit;
}
.footer-col a {
  text-decoration: none !important;
  border-bottom: none !important; /* na wypadek podkreślenia z border */
  box-shadow: none !important;    /* na wypadek efektów z cienia */
}
.footer-col a:hover {
  text-decoration: none !important;
}
.footer-columns a,
.footer-columns a:hover,
.footer-columns p a,
.footer-col a,
.footer-col a:hover,
.footer-col p a {
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  color: inherit !important;
}