.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
  color: white;
}

.offer-tile__buttons {
    white-space: nowrap;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  z-index: 10000;
  color: black;
}

.skip-link:focus {
  top: 0;
  outline: 3px solid #fff;
  outline-offset: 2px;
}

body {
  line-height: 1.5;
}

p {
  line-height: 1.5;
}

.cart {
    color: black;
}

a:focus img {
  outline: none;
}

.product__desc a,
.details__content a,
.faq-page__section a,
.page-footer__list a {
  text-decoration: underline;
}

nav a,
.nav a,
.navbar a,
.menu a,
header a,
.btn,
.btn-foto-primary,
[role="navigation"] a,
[role="button"],
.breadcrumb a,
.product a:not(.product__desc a),
.tile a,
.offer-tile a,
.slide a,
.cart a,
.product-format-table a,
.swiper-slide a {
  text-decoration: none;
}

nav a:hover,
.nav a:hover,
.navbar a:hover,
.menu a:hover,
[role="navigation"] a:hover {
  text-decoration: underline;
}

body,
.text-muted,
.text-secondary,
.top-nav__link,
.tile__desc,
.slide__desc,
.offer-tile__desc,
.page-footer__title,
.product__desc,
.details__title,
.offer-tile__bottom {
  color: #595959; /* 4.6:1 kontrast */
}

.btn-link,
.page-footer__list a,
.offer-tile__bottom>div>span>span,
.offer-tile__price,
#onetrust-consent-sdk #onetrust-pc-btn-handler,
#onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link,
.text-highlighted,
.cart a {
    color: #007c59 !important; /* 4.6:1 kontrast */
}

/* Zielone tło kontrast */
.btn-foto-primary,
.front-box-newsletter .left, .front-box-newsletter .right,
#onetrust-consent-sdk #onetrust-accept-btn-handler, #onetrust-banner-sdk #onetrust-reject-all-handler {
    background-color: rgb(0 131 98) !important; /* 4.6:1 kontrast */
}
button,
[type="button"],
[type="submit"],
[type="reset"],
.btn,
[role="button"] {
  cursor: pointer;
}

label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5em;
  color: #333;
}

[role="alert"],
.alert,
.error-message,
.validation-error {
  padding: 1em;
  margin: 1em 0;
  border-left: 4px solid #d9534f;
  background-color: #f2dede;
  color: #a94442;
}

.success-message,
.alert-success {
  border-left-color: #5cb85c;
  background-color: #dff0d8;
  color: #3c763d;
}

.carousel-pause-button,
.slider-pause-button,
[data-carousel-pause] {
  position: absolute;
  background-color: #000;
  color: white;
  top: -40px;
  left: 0;
}

.carousel:hover,
.carousel:focus-within,
.slider:hover,
.slider:focus-within,
[data-carousel]:hover,
[data-carousel]:focus-within,
.swiper-container:hover,
.swiper-container:focus-within {
  animation-play-state: paused !important;
}

.modal-backdrop,
.overlay {
  background-color: rgba(0, 0, 0, 0.75);
}

th {
  font-weight: bold;
  text-align: left;
  background-color: #f5f5f5;
  color: #333;
}

[aria-hidden="true"] {
  pointer-events: none;
}

.sr-only,
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only:focus,
.visually-hidden:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

[role="button"][aria-expanded] {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  body {
    font-size: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@media (prefers-contrast: high) {
  :focus {
    outline: 4px solid currentColor;
    outline-offset: 4px;
  }

  main a,
  section a,
  article a,
  footer a {
    text-decoration: underline;
    font-weight: bold;
  }
}

.page-footer__title {
  font-size: inherit;
  font-weight: inherit;
  margin: inherit;
  padding: inherit;
  text-transform: inherit;
}

.product-format-title {
  font-size: inherit;
  font-weight: inherit;
  margin: inherit;
  padding: inherit;
  text-transform: inherit;
}

.details__title {
  font-size: inherit;
  font-weight: inherit;
  margin: inherit;
  padding: inherit;
  text-transform: inherit;
}

[lang] {
  font-style: normal;
}

[aria-busy="true"] {
  opacity: 0.6;
  pointer-events: none;
}

[onclick],
[role="button"],
[tabindex="0"] {
  cursor: pointer;
}

div[tabindex]:not([role]),
span[tabindex]:not([role]) {
  outline: none;
}
