html {
  margin-top: 0 !important;
}

a {
  font-family: inherit;
  color: inherit;
  text-decoration: none;
}

body,
html {
  /* Tutaj umieszczamy style globalne */
  overflow-x: clip;
  font-family: inherit;
  background-color: #f9f9f9;
  color: #000;
  scroll-behavior: smooth;
  margin: 0;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
html h1,
html h2,
html h3,
html h4,
html h5,
html h6,
html p {
  margin: 0;
}
body *,
body a,
body div,
html *,
html a,
html div {
  font-family: "Poppins";
}
body .et-container,
html .et-container {
  width: min(90%, 1280px);
  margin: auto;
}
body img,
body svg,
html img,
html svg {
  display: flex;
  max-width: 100%;
  height: auto;
}
body .heading-2,
html .heading-2 {
  font-size: 1.8rem;
  line-height: 3rem;
}
body .heading-3,
html .heading-3 {
  font-size: 1.4rem;
  line-height: 2.5rem;
}
body .product-item,
html .product-item {
  height: 100%;
}
body .product-item .onsale,
html .product-item .onsale {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background-color: var(--secondary);
  border-radius: 4px;
  padding: 7px 12px;
  position: absolute;
}
body .product-item .inner,
html .product-item .inner {
  border: 1px solid #f2f2f5;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 10px;
  background-color: #fff;
  position: relative;
}
body .product-item .inner:hover,
html .product-item .inner:hover {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  transition-duration: 0.5s;
}
body .product-item .product-image img,
html .product-item .product-image img {
  height: 220px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
body .product-item .woocommerce-loop-product__title,
html .product-item .woocommerce-loop-product__title {
  font-weight: 700;
  line-height: 120%;
  min-height: 70px;
  margin-bottom: 20px;
  text-align: center;
}
body .product-item .product-price,
html .product-item .product-price {
  text-align: center;
}
body .product-item .add-to-card,
html .product-item .add-to-card {
  font-size: 14px;
  background-color: var(--primary);
  color: #fff;
  border-radius: 8px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 45px;
  margin-top: 20px;
  position: relative;
}
body .product-item .add-to-card a,
html .product-item .add-to-card a {
  background-color: var(--primary);
  color: #fff;
}
body .product-item .add-to-card .button,
html .product-item .add-to-card .button {
  display: inline-block;
}
body .product-item .add-to-card .added,
html .product-item .add-to-card .added {
  display: none; /* Ukrywamy "Dodaj do koszyka" po dodaniu do koszyka */
}
body .product-item .add-to-card .card-icon,
html .product-item .add-to-card .card-icon {
  height: 20px;
  width: auto;
  filter: brightness(0) invert(1);
}
body .page-policy,
html .page-policy {
  padding-bottom: 90px;
  padding-top: 160px;
}
body .page-policy .page-policy__title,
html .page-policy .page-policy__title {
  margin-bottom: 40px;
}
body .page-policy .et-container,
html .page-policy .et-container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1023px) {
  body .page-policy .et-container,
  html .page-policy .et-container {
    max-width: 960px !important;
    margin-inline: auto;
  }
}
body .page-policy .wp-block-heading,
html .page-policy .wp-block-heading {
  margin-bottom: 16px;
}
body .page-policy p,
html .page-policy p {
  line-height: 24px;
  margin-bottom: 16px !important;
}
body .page-policy a,
html .page-policy a {
  color: #000;
  text-decoration: underline;
}
body .page-policy ul,
body .page-policy ol,
html .page-policy ul,
html .page-policy ol {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
body .page-policy ul li,
body .page-policy ol li,
html .page-policy ul li,
html .page-policy ol li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
  color: var(--grey-1);
}
body .page-policy ul li ::marker,
body .page-policy ol li ::marker,
html .page-policy ul li ::marker,
html .page-policy ol li ::marker {
  color: var(--grey-1);
}

.woocommerce-message {
  background-color: #fff;
  border: 0.0625rem solid rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 30px 45px;
}
@media (max-width: 991px) {
  .woocommerce-message {
    flex-direction: column;
    gap: 20px;
  }
}
.woocommerce-message .wc-forward {
  border-radius: 15px !important;
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  position: absolute !important;
  right: 20px;
}
@media (max-width: 991px) {
  .woocommerce-message .wc-forward {
    position: relative !important;
  }
}
.woocommerce-message:before {
  top: auto !important;
}

.woocommerce-loop-product__title:after {
  position: absolute;
  right: 20px;
  top: 19px;
  height: 28px;
  box-sizing: border-box;
  line-height: 19px;
  background-color: var(--primary) !important;
}/*# sourceMappingURL=theme-style.css.map */