/* ==================================================
   FEPPI — TOP BAR
   ================================================== */

.feppi-topbar {
  min-height: 42px;
  background-color: #fafafd;
  border-bottom: 1px solid #edf0f4;
}

.feppi-topbar-desktop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
}

.feppi-topbar-left,
.feppi-topbar-right {
  display: flex;
  align-items: center;
}

.feppi-topbar-left {
  gap: 30px;
}

.feppi-topbar-right {
  justify-content: flex-end;
}

.feppi-topbar-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #15183d;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.feppi-topbar-item:hover {
  color: #7928e8;
  text-decoration: none;
}

.feppi-topbar-item .material-icons {
  color: #10bfd1;
  font-size: 17px;
  line-height: 1;
}

/* ==================================================
   FEPPI — GŁÓWNY NAGŁÓWEK
   ================================================== */

.feppi-header {
  background-color: #ffffff;
  border-bottom: 1px solid #edf0f4;
  box-shadow: 0 4px 16px rgba(21, 24, 61, 0.04);
}

.feppi-header-main {
  display: grid;
  grid-template-columns: 290px minmax(380px, 1fr) 250px;
  align-items: center;
  gap: 32px;
  min-height: 118px;
  padding: 18px 0;
}

.feppi-header-logo {
  display: flex;
  align-items: center;
  min-width: 0;
}

.feppi-header-logo-title,
.feppi-header-logo h1 {
  margin: 0;
}

.feppi-header-logo a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

.feppi-header-logo img {
  display: block;
  width: 255px;
  max-width: 100%;
  height: auto;
  max-height: 96px;
  object-fit: contain;
}

.feppi-header-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 255px;
  max-width: 100%;
}

.feppi-header-logo-title,
.feppi-header-brand > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.feppi-header-slogan {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 6px;
  font-size: 19px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.2px;
  text-align: center;
  white-space: nowrap;
}

.feppi-header-slogan-letter {
  display: inline-block;
}

.feppi-header-slogan-space {
  display: inline-block;
  width: 0.38em;
}

.feppi-header-slogan-letter--turquoise {
  color: #18b7c7;
}

.feppi-header-slogan-letter--violet {
  color: #8b63d9;
}

.feppi-header-slogan-letter--pink {
  color: #f64f87;
}

.feppi-header-slogan-letter--yellow {
  color: #f7bd00;
}

.feppi-header-slogan-letter--mint {
  color: #5bd49b;
}

/* ==================================================
   FEPPI — WYSZUKIWARKA
   ================================================== */

.feppi-header-search {
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 0;
}

.feppi-header-search #search_widget {
  float: none;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.feppi-header-search #search_widget form {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
}

.feppi-header-search #search_widget form input[type="text"] {
  display: block;
  width: 100%;
  height: 58px;
  margin: 0;
  padding: 0 66px 0 24px;
  color: #15183d;
  font-size: 14px;
  line-height: 58px;
  background-color: #ffffff;
  border: 1px solid #e2e6ed;
  border-radius: 29px;
  box-shadow: 0 6px 20px rgba(21, 24, 61, 0.07);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.feppi-header-search #search_widget form input[type="text"]::placeholder {
  color: #8c91a3;
  opacity: 1;
}

.feppi-header-search #search_widget form input[type="text"]:focus {
  border-color: #8b2be2;
  box-shadow: 0 8px 24px rgba(121, 40, 232, 0.13);
}

.feppi-header-search #search_widget form button {
  position: absolute !important;
  top: 50% !important;
  right: 14px !important;
  bottom: auto !important;
  left: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
  color: #7928e8;
  background: transparent;
  border: 0;
  transform: translateY(-50%);
  cursor: pointer;
}

.feppi-header-search #search_widget form button .search,
.feppi-header-search #search_widget form button .material-icons {
  margin: 0;
  color: #7928e8;
  font-size: 25px;
  line-height: 1;
}

/* ==================================================
   FEPPI — AKCJE HEADERA
   ================================================== */

.feppi-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  min-width: 250px;
}

.feppi-header-action,
.feppi-header-account,
.feppi-header-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
}

.feppi-header-action {
  flex-direction: column;
  color: #15183d;
  line-height: 1;
  text-align: center;
}

.feppi-header-action-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 31px;
}

.feppi-header-action-icon .material-icons {
  font-size: 30px;
  font-weight: 400;
}

.feppi-header-action-badge {
  position: absolute;
  top: -6px;
  right: -11px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  background-color: #8b2be2;
  border: 2px solid #ffffff;
  border-radius: 999px;
}

.feppi-header-action-label {
  margin-top: 7px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.feppi-header-favorites {
  cursor: default;
}

/* ==================================================
   FEPPI — KONTO
   ================================================== */

.feppi-header-account .user-info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.feppi-header-account .user-info a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  margin: 0;
  padding: 0;
  color: #15183d;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.feppi-header-account .user-info a:hover {
  color: #7928e8;
  text-decoration: none;
}

.feppi-header-account .user-info .material-icons {
  display: block;
  margin: 0 0 6px;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

/* ==================================================
   FEPPI — KOSZYK
   ================================================== */

.feppi-header-cart .blockcart {
  height: auto;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
}

.feppi-header-cart .blockcart .header {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  margin: 0;
  padding: 0;
  color: #15183d;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.feppi-header-cart .blockcart a {
  color: inherit;
  text-decoration: none;
}

.feppi-header-cart .blockcart .header:hover,
.feppi-header-cart .blockcart a:hover {
  color: #7928e8;
  text-decoration: none;
}

.feppi-header-cart .blockcart .material-icons {
  display: block;
  margin: 0 0 6px;
  font-size: 31px;
  font-weight: 400;
  line-height: 1;
}

.feppi-header-cart .blockcart .cart-products-count {
  position: absolute;
  top: -7px;
  left: calc(50% + 5px);
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  background-color: #8b2be2;
  border: 2px solid #ffffff;
  border-radius: 999px;
}

.feppi-header-cart .blockcart .cart-products-count::before,
.feppi-header-cart .blockcart .cart-products-count::after {
  content: none;
}

/* ==================================================
   FEPPI — NAWIGACJA
   ================================================== */

.feppi-navigation {
  background-color: #ffffff;
  border-top: 1px solid #edf0f4;
}

.feppi-navigation-inner {
  display: flex;
  align-items: center;
  min-height: 60px;
  gap: 28px;
}

.feppi-category-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 160px;
  height: 42px;
  margin: 0;
  padding: 0 22px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  background-color: #7928e8;
  border: 0;
  border-radius: 10px;
  box-shadow: 0 7px 18px rgba(121, 40, 232, 0.2);
  cursor: pointer;
}

.feppi-category-button:hover {
  background-color: #6a20d0;
}

.feppi-category-button .material-icons {
  font-size: 22px;
  line-height: 1;
}

.feppi-main-menu {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
}

.feppi-main-menu .top-menu,
.feppi-main-menu .menu {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
}

.feppi-main-menu .top-menu > li,
.feppi-main-menu .menu > li {
  margin: 0 28px 0 0;
}

.feppi-main-menu .top-menu > li:last-child,
.feppi-main-menu .menu > li:last-child {
  margin-right: 0;
}

.feppi-main-menu .top-menu > li > a,
.feppi-main-menu .menu > li > a {
  display: inline-flex;
  align-items: center;
  min-height: 60px;
  padding: 0;
  color: #15183d;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.feppi-main-menu .top-menu > li > a:hover,
.feppi-main-menu .menu > li > a:hover {
  color: #7928e8;
}

/* ==================================================
   FEPPI — STRONA GŁÓWNA
   ================================================== */

.feppi-home {
  width: 100%;
}

.feppi-home-section {
  margin-top: 34px;
}

.feppi-home-section-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.feppi-home-section-title {
  margin: 0;
  color: #15183d;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.feppi-home-section-decoration {
  color: #10bfd1;
  font-size: 24px;
}

/* ==================================================
   FEPPI — HERO SLIDER
   ================================================== */

.feppi-home-hero {
  width: 100%;
  margin: 10px 0 20px;
}

.feppi-home-hero .feppi-hero-slider {
  position: relative;
  width: 100%;
  height: clamp(300px, 22vw, 340px);
  margin: 0;
  overflow: hidden;
  background: linear-gradient(110deg, #d8fbf7 0%, #f0e4ff 48%, #ffffff 100%);
  border: 0;
  border-radius: 22px;
  box-shadow: 0 14px 38px rgba(21, 24, 61, 0.1);
}

.feppi-home-hero .feppi-hero-slides,
.feppi-home-hero .feppi-hero-slide,
.feppi-home-hero .feppi-hero-figure {
  width: 100%;
  height: 100%;
  min-height: 0;
  margin: 0;
  padding: 0;
}

.feppi-home-hero .feppi-hero-figure {
  position: relative;
  overflow: hidden;
}

.feppi-home-hero .feppi-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.feppi-home-hero .feppi-hero-image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.feppi-home-hero .feppi-hero-figure::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(229, 252, 249, 0.96) 0%,
      rgba(235, 246, 252, 0.82) 30%,
      rgba(239, 230, 255, 0.4) 48%,
      rgba(255, 255, 255, 0) 68%
    );
}

.feppi-home-hero .feppi-hero-caption {
  position: absolute;
  top: 50%;
  left: 54px;
  z-index: 3;
  width: min(500px, 46%);
  padding: 0;
  color: #15183d;
  text-align: left;
  transform: translateY(-50%);
}

.feppi-home-hero .feppi-hero-caption-inner {
  width: 100%;
}

.feppi-home-hero .feppi-hero-title {
  max-width: 490px;
  margin: 0 0 18px;
  color: #15183d;
  font-size: clamp(38px, 3.35vw, 56px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -1.8px;
  text-transform: none;
  text-shadow: none;
}

.feppi-home-hero .feppi-hero-description {
  max-width: 440px;
  margin: 0 0 26px;
  color: #25294d;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.55;
  text-shadow: none;
}

.feppi-home-hero .feppi-hero-description p {
  margin: 0;
}

.feppi-home-hero .feppi-hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 25px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(135deg, #8c2bea 0%, #7022dc 100%);
  border: 0;
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(121, 40, 232, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feppi-home-hero .feppi-hero-button:hover {
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 13px 30px rgba(121, 40, 232, 0.34);
  transform: translateY(-2px);
}

.feppi-home-hero .feppi-hero-button-icon,
.feppi-home-hero .feppi-hero-button .material-icons {
  margin: 0;
  font-size: 21px;
  line-height: 1;
}

.feppi-home-hero .feppi-hero-control {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin: 0;
  padding: 0;
  color: #15183d;
  background-color: rgba(255, 255, 255, 0.96);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(21, 24, 61, 0.14);
  opacity: 1;
  transform: translateY(-50%);
  cursor: pointer;
  transition: color 0.2s ease, transform 0.2s ease;
}

.feppi-home-hero .feppi-hero-control:hover {
  color: #7928e8;
  transform: translateY(-50%) scale(1.06);
}

.feppi-home-hero .feppi-hero-control--prev {
  left: 18px;
}

.feppi-home-hero .feppi-hero-control--next {
  right: 18px;
}

.feppi-home-hero .feppi-hero-control .material-icons {
  margin: 0;
  font-size: 30px;
  line-height: 1;
}

.feppi-home-hero .feppi-hero-indicators {
  position: absolute;
  right: auto;
  bottom: 16px;
  left: 50%;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 0;
  padding: 0;
  transform: translateX(-50%);
}

.feppi-home-hero .feppi-hero-indicators li {
  width: 9px;
  height: 9px;
  margin: 0 5px;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.9);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 2px 6px rgba(21, 24, 61, 0.14);
  opacity: 1;
  cursor: pointer;
  transition: width 0.2s ease, background-color 0.2s ease;
}

.feppi-home-hero .feppi-hero-indicators li.active {
  width: 28px;
  background-color: #7928e8;
}

.feppi-home-hero #carousel,
.feppi-home-hero .carousel-inner,
.feppi-home-hero .carousel-item,
.feppi-home-hero figure {
  max-width: none;
}

.feppi-home-hero .carousel .carousel-item img {
  width: 100%;
  max-width: none;
}

/* ==================================================
   FEPPI — KAFELKI KATEGORII
   ================================================== */

.feppi-home-categories {
  position: relative;
  margin-bottom: 34px;
}

.feppi-category-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(150px, 1fr);
  gap: 14px;
  overflow-x: auto;
  padding: 2px 2px 12px;
  scrollbar-width: none;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.feppi-category-track::-webkit-scrollbar {
  display: none;
}

.feppi-category-card {
  display: flex;
  min-width: 150px;
  min-height: 150px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 12px;
  color: #15183d;
  text-align: center;
  border: 1px solid rgba(21, 24, 61, 0.04);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(21, 24, 61, 0.07);
  scroll-snap-align: start;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feppi-category-card:hover {
  color: #15183d;
  text-decoration: none;
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(21, 24, 61, 0.12);
}

.feppi-category-card--mint {
  background: linear-gradient(145deg, rgba(227, 252, 249, 0.98), rgba(202, 246, 241, 0.92));
}

.feppi-category-card--violet {
  background: linear-gradient(145deg, rgba(246, 233, 255, 0.98), rgba(231, 211, 252, 0.92));
}

.feppi-category-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  margin-bottom: 12px;
  color: #15183d;
}

.feppi-category-icon .material-icons {
  font-size: 54px;
  font-weight: 300;
  line-height: 1;
}

.feppi-category-name {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

.feppi-category-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 12px;
}

.feppi-category-pagination span {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #e5e0ee;
  border-radius: 999px;
}

.feppi-category-pagination span.is-active {
  width: 26px;
  background-color: #8b2be2;
}

/* ==================================================
   FEPPI — SZEROKOŚĆ STRONY
   ================================================== */

@media (min-width: 1200px) {
  .container,
  #wrapper .container {
    width: calc(100% - 64px);
    max-width: 1720px;
  }

  #content-wrapper {
    width: 100%;
    max-width: none;
    padding-right: 0;
    padding-left: 0;
  }
}

/* ==================================================
   FEPPI — DESKTOP POŚREDNI / TABLET
   ================================================== */

@media (min-width: 768px) and (max-width: 1199px) {
  .feppi-topbar-left {
    gap: 18px;
  }

  .feppi-header-main {
    grid-template-columns: 210px minmax(260px, 1fr) 225px;
    gap: 18px;
  }

  .feppi-header-logo img {
    width: 190px;
    max-height: 86px;
  }

  .feppi-header-brand {
    width: 190px;
  }

  .feppi-header-slogan {
    margin-top: 4px;
    font-size: 16px;
    letter-spacing: 0.1px;
  }

  .feppi-header-actions {
    gap: 10px;
    min-width: 225px;
  }

  .feppi-navigation-inner {
    gap: 18px;
  }

  .feppi-category-button {
    min-width: 140px;
    padding: 0 16px;
  }

  .feppi-main-menu .top-menu > li,
  .feppi-main-menu .menu > li {
    margin-right: 18px;
  }

  .feppi-main-menu .top-menu > li > a,
  .feppi-main-menu .menu > li > a {
    font-size: 13px;
  }

  .feppi-category-track {
    grid-auto-columns: 140px;
  }

  .feppi-home-hero .feppi-hero-slider {
    height: 300px;
  }

  .feppi-home-hero .feppi-hero-slides,
  .feppi-home-hero .feppi-hero-slide,
  .feppi-home-hero .feppi-hero-figure {
    height: 100%;
    min-height: 0;
  }

  .feppi-home-hero .feppi-hero-caption {
    left: 42px;
    width: 48%;
  }

  .feppi-home-hero .feppi-hero-title {
    font-size: 38px;
  }

  .feppi-home-hero .feppi-hero-description {
    font-size: 15px;
  }
}

/* ==================================================
   FEPPI — MOBILE
   ================================================== */

@media (max-width: 767px) {
  .feppi-category-track {
    display: flex;
    gap: 12px;
    margin-right: -15px;
    padding-right: 15px;
  }

  .feppi-category-card {
    flex: 0 0 138px;
    min-width: 138px;
    min-height: 140px;
  }

  .feppi-home-section-title {
    font-size: 24px;
  }

  .feppi-home-hero {
    margin-top: 14px;
  }

  .feppi-home-hero .feppi-hero-slider {
    border-radius: 16px;
  }

  .feppi-home-hero .feppi-hero-slider {
    height: 340px;
  }

  .feppi-home-hero .feppi-hero-slides,
  .feppi-home-hero .feppi-hero-slide,
  .feppi-home-hero .feppi-hero-figure {
    height: 100%;
    min-height: 0;
  }

  .feppi-home-hero .feppi-hero-image {
    object-position: 62% center;
  }

  .feppi-home-hero .feppi-hero-figure::after {
    background:
      linear-gradient(
        90deg,
        rgba(244, 250, 255, 0.98) 0%,
        rgba(244, 250, 255, 0.88) 48%,
        rgba(244, 250, 255, 0.16) 100%
      );
  }

  .feppi-home-hero .feppi-hero-caption {
    top: 50%;
    left: 24px;
    width: calc(100% - 58px);
  }

  .feppi-home-hero .feppi-hero-title {
    max-width: 290px;
    margin-bottom: 14px;
    font-size: 32px;
    letter-spacing: -0.8px;
  }

  .feppi-home-hero .feppi-hero-description {
    max-width: 275px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.45;
  }

  .feppi-home-hero .feppi-hero-button {
    min-height: 46px;
    padding: 0 20px;
  }

  .feppi-home-hero .feppi-hero-control {
    width: 38px;
    height: 38px;
  }

  .feppi-home-hero .feppi-hero-control--prev {
    left: 8px;
  }

  .feppi-home-hero .feppi-hero-control--next {
    right: 8px;
  }
}

/* ==================================================
   FEPPI — STICKY HEADER
   ================================================== */

@media (min-width: 768px) {
  .feppi-topbar {
    position: relative;
    z-index: 1050;
    width: 100%;
    transition:
      min-height 0.25s ease,
      box-shadow 0.25s ease;
  }

  .feppi-topbar-desktop,
  .feppi-topbar-item,
  .feppi-topbar-item .material-icons {
    transition:
      min-height 0.25s ease,
      font-size 0.25s ease,
      gap 0.25s ease;
  }

  .feppi-header {
    position: relative;
    z-index: 1040;
    width: 100%;
    transition:
      box-shadow 0.25s ease,
      transform 0.25s ease;
  }

  .feppi-header-main,
  .feppi-header-logo img,
  .feppi-header-brand,
  .feppi-header-slogan,
  .feppi-header-search #search_widget form input[type="text"],
  .feppi-header-search #search_widget form button,
  .feppi-navigation-inner,
  .feppi-category-button,
  .feppi-main-menu .top-menu > li > a,
  .feppi-main-menu .menu > li > a {
    transition:
      width 0.25s ease,
      height 0.25s ease,
      min-height 0.25s ease,
      max-height 0.25s ease,
      margin 0.25s ease,
      padding 0.25s ease,
      opacity 0.2s ease,
      transform 0.25s ease,
      font-size 0.25s ease,
      gap 0.25s ease;
  }

  html.feppi-page-scrolled .feppi-topbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    min-height: 30px;
    background-color: rgba(250, 250, 253, 0.98);
    box-shadow: 0 3px 10px rgba(21, 24, 61, 0.06);
    backdrop-filter: blur(8px);
  }

  html.feppi-page-scrolled .feppi-topbar-desktop {
    min-height: 30px;
  }

  html.feppi-page-scrolled .feppi-topbar-left {
    gap: 22px;
  }

  html.feppi-page-scrolled .feppi-topbar-item {
    gap: 5px;
    font-size: 11px;
  }

  html.feppi-page-scrolled .feppi-topbar-item .material-icons {
    font-size: 15px;
  }

  html.feppi-page-scrolled .feppi-header {
    position: fixed;
    top: 30px;
    right: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 10px 28px rgba(21, 24, 61, 0.12);
    animation: feppi-header-slide-down 0.22s ease-out both;
  }

  html.feppi-page-scrolled #wrapper {
    padding-top: 152px;
  }

  @keyframes feppi-header-slide-down {
    from {
      opacity: 0;
      transform: translateY(-14px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  html.feppi-page-scrolled .feppi-header-main {
    grid-template-columns: 220px minmax(340px, 1fr) 250px;
    gap: 24px;
    min-height: 74px;
    padding: 8px 0;
  }

  html.feppi-page-scrolled .feppi-header-brand {
    width: 180px;
  }

  html.feppi-page-scrolled .feppi-header-logo img {
    width: 180px;
    max-height: 56px;
  }

  html.feppi-page-scrolled .feppi-header-slogan {
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-5px);
    pointer-events: none;
  }

  html.feppi-page-scrolled
  .feppi-header-search
  #search_widget
  form
  input[type="text"] {
    height: 46px;
    padding-right: 56px;
    line-height: 46px;
    border-radius: 23px;
  }

  html.feppi-page-scrolled
  .feppi-header-search
  #search_widget
  form
  button {
    right: 10px !important;
    width: 36px;
    height: 36px;
  }

  html.feppi-page-scrolled
  .feppi-header-search
  #search_widget
  form
  button
  .search,
  html.feppi-page-scrolled
  .feppi-header-search
  #search_widget
  form
  button
  .material-icons {
    font-size: 22px;
  }

  html.feppi-page-scrolled .feppi-header-actions {
    gap: 14px;
  }

  html.feppi-page-scrolled
  .feppi-header-action-icon
  .material-icons,
  html.feppi-page-scrolled
  .feppi-header-account
  .user-info
  .material-icons,
  html.feppi-page-scrolled
  .feppi-header-cart
  .blockcart
  .material-icons {
    font-size: 27px;
  }

  html.feppi-page-scrolled .feppi-navigation-inner {
    min-height: 48px;
  }

  html.feppi-page-scrolled .feppi-category-button {
    height: 36px;
    border-radius: 9px;
  }

  html.feppi-page-scrolled
  .feppi-main-menu
  .top-menu
  > li
  > a,
  html.feppi-page-scrolled
  .feppi-main-menu
  .menu
  > li
  > a {
    min-height: 48px;
  }
}

/* ==================================================
   FEPPI — STICKY MOBILE
   ================================================== */

@media (max-width: 767px) {
  .feppi-header {
    position: static;
  }

  .feppi-topbar {
    position: relative;
    z-index: 1050;
    width: 100%;
    background-color: #ffffff;
    transition: box-shadow 0.2s ease;
  }

  html.feppi-page-scrolled .feppi-topbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 8px 24px rgba(21, 24, 61, 0.12);
  }

  html.feppi-page-scrolled .feppi-header {
    margin-top: 56px;
  }

  .feppi-mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 62px;
    padding: 8px 0;
    transition:
      min-height 0.2s ease,
      padding 0.2s ease;
  }

  html.feppi-page-scrolled .feppi-mobile-header {
    min-height: 56px;
    padding: 5px 0;
  }

  .feppi-mobile-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
  }

  .feppi-mobile-logo img {
    display: block;
    width: auto;
    max-width: 150px;
    max-height: 43px;
    object-fit: contain;
  }

  html.feppi-page-scrolled .feppi-mobile-logo img {
    max-height: 38px;
  }

  .feppi-mobile-actions {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .feppi-mobile-menu-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin: 0;
    padding: 0;
    color: #15183d;
    background: transparent;
    border: 0;
  }

  .feppi-mobile-menu-button .material-icons {
    font-size: 28px;
  }
}

/* ==================================================
   FEPPI — MENU KATEGORII I LINKI GŁÓWNE
   ================================================== */

.feppi-category-menu {
  position: relative;
  flex: 0 0 auto;
}

.feppi-category-button {
  min-width: 170px;
}

.feppi-category-button-arrow {
  margin-left: 2px;
  font-size: 20px !important;
  transition: transform 0.2s ease;
}

.feppi-category-button[aria-expanded="true"]
.feppi-category-button-arrow {
  transform: rotate(180deg);
}

.feppi-category-dropdown[hidden] {
  display: none !important;
}

.feppi-category-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 1080;
  width: min(920px, calc(100vw - 64px));
  max-height: min(520px, calc(100vh - 180px));
  padding: 16px 18px 18px;
  overflow-y: auto;
  background-color: #ffffff;
  border: 1px solid #edf0f4;
  border-radius: 14px;
  box-shadow: 0 18px 48px rgba(21, 24, 61, 0.16);
  scrollbar-width: thin;
  scrollbar-color: #cfc6dc transparent;
}

.feppi-category-dropdown::before {
  position: absolute;
  top: -7px;
  left: 36px;
  width: 14px;
  height: 14px;
  content: "";
  background-color: #ffffff;
  border-top: 1px solid #edf0f4;
  border-left: 1px solid #edf0f4;
  transform: rotate(45deg);
}

.feppi-category-dropdown-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
  padding: 6px 12px 10px;
  color: #15183d;
  font-size: 13px;
  font-weight: 800;
  border-bottom: 1px solid #edf0f4;
}

.feppi-category-dropdown-menu,
.feppi-category-dropdown-menu .menu {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.feppi-category-dropdown-menu .top-menu {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4px 14px;
  width: 100%;
  margin: 0;
  padding: 0;
}

.feppi-category-dropdown-menu .top-menu > li,
.feppi-category-dropdown-menu .menu > li {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  margin: 0;
}

.feppi-category-dropdown-menu .top-menu > li > a,
.feppi-category-dropdown-menu .menu > li > a {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  color: #15183d;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.25;
  text-decoration: none;
  border-radius: 9px;
  white-space: normal;
}

.feppi-category-dropdown-menu .top-menu > li > a:hover,
.feppi-category-dropdown-menu .menu > li > a:hover {
  color: #7928e8;
  background-color: #f7f2ff;
}

.feppi-category-dropdown-menu .top-menu > li > a::after,
.feppi-category-dropdown-menu .menu > li > a::after {
  margin-left: auto;
}

.feppi-category-dropdown-menu .sub-menu {
  min-width: 260px;
}

.feppi-nav-links {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
  gap: 34px;
}

.feppi-nav-links a {
  display: inline-flex;
  align-items: center;
  min-height: 60px;
  padding: 0;
  color: #15183d;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.feppi-nav-links a:hover {
  color: #7928e8;
  text-decoration: none;
}

html.feppi-category-menu-open .feppi-category-button {
  background-color: #6a20d0;
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .feppi-category-dropdown {
    width: min(760px, calc(100vw - 64px));
  }

  .feppi-category-dropdown-menu .top-menu {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .feppi-category-dropdown {
    width: min(620px, calc(100vw - 48px));
    max-height: calc(100vh - 165px);
  }

  .feppi-category-dropdown-menu .top-menu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px 12px;
  }

  .feppi-nav-links {
    gap: 20px;
  }

  .feppi-nav-links a {
    font-size: 13px;
  }
}

@media (min-width: 768px) {
  html.feppi-page-scrolled .feppi-nav-links a {
    min-height: 48px;
  }

  html.feppi-page-scrolled .feppi-category-dropdown {
    top: calc(100% + 8px);
  }
}

/* ==================================================
   FEPPI — KARTY PRODUKTOWE V3
   Równa wysokość, marka drugorzędna, nazwa wyróżniona,
   zawsze widoczna cena i pełny przycisk.
   ================================================== */

.page-home.feppi-home .feppi-product-grid {
  display: flex !important;
  align-items: stretch !important;
  flex-wrap: nowrap !important;
  width: auto !important;
  margin-right: -8px !important;
  margin-left: -8px !important;
  padding: 2px 0 14px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.page-home.feppi-home .feppi-product-grid::-webkit-scrollbar {
  display: none;
}

/* 6 kart na szerokim desktopie */
.page-home.feppi-home .feppi-product-grid > .js-product {
  display: flex !important;
  align-self: stretch !important;
  flex: 0 0 16.666667% !important;
  width: 16.666667% !important;
  max-width: 16.666667% !important;
  height: auto !important;
  padding-right: 8px !important;
  padding-left: 8px !important;
  box-sizing: border-box !important;
  scroll-snap-align: start;
}

.page-home.feppi-home .feppi-product-card {
  display: flex !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
}

.page-home.feppi-home .feppi-product-card-inner,
.page-home.feppi-home
.product-miniature.feppi-product-card
.thumbnail-container.feppi-product-card-inner {
  position: relative !important;
  display: grid !important;
  grid-template-rows: 252px 238px !important;
  width: 100% !important;
  height: 490px !important;
  min-height: 490px !important;
  max-height: 490px !important;
  margin: 0 !important;
  overflow: hidden !important;
  background: #ffffff !important;
  border: 1px solid #e6e8ee !important;
  border-radius: 14px !important;
  box-shadow: 0 7px 22px rgba(21, 24, 61, 0.07) !important;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease !important;
}

.page-home.feppi-home
.feppi-product-card:hover
.feppi-product-card-inner {
  border-color: rgba(121, 40, 232, 0.22) !important;
  box-shadow: 0 13px 30px rgba(21, 24, 61, 0.12) !important;
  transform: translateY(-3px);
}

/* Stały obszar zdjęcia */
.page-home.feppi-home .feppi-product-card-media,
.page-home.feppi-home
.product-miniature
.thumbnail-container
.thumbnail-top.feppi-product-card-media {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: 252px !important;
  min-height: 252px !important;
  max-height: 252px !important;
  overflow: hidden !important;
  background: #ffffff !important;
}

.page-home.feppi-home .feppi-product-card-image-link {
  display: flex !important;
  width: 100% !important;
  height: 252px !important;
  min-height: 252px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 12px !important;
  overflow: hidden !important;
  background: #ffffff !important;
}

.page-home.feppi-home .feppi-product-card-image-link picture {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

.page-home.feppi-home .feppi-product-card-image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
  transition: transform 0.25s ease;
}

.page-home.feppi-home
.feppi-product-card:hover
.feppi-product-card-image {
  transform: scale(1.025);
}

/* Stały układ treści — każda karta ma identyczną wysokość */
.page-home.feppi-home .feppi-product-card-content,
.page-home.feppi-home
.product-miniature
.thumbnail-container
.product-description.feppi-product-card-content {
  position: static !important;
  inset: auto !important;
  display: grid !important;
  grid-template-rows: 16px 58px 20px 28px 42px !important;
  row-gap: 7px !important;
  width: 100% !important;
  height: 238px !important;
  min-height: 238px !important;
  max-height: 238px !important;
  padding: 12px 14px 14px !important;
  overflow: hidden !important;
  color: #15183d !important;
  text-align: left !important;
  background: #ffffff !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

/* Marka: mniejsza, szara i informacyjna */
.page-home.feppi-home .feppi-product-card-brand {
  display: block !important;
  height: 16px !important;
  margin: 0 !important;
  overflow: hidden !important;
  color: #8b90a0 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
  text-align: left !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

/* Nazwa: ciemna, pogrubiona i najważniejsza */
.page-home.feppi-home .feppi-product-card-title,
.page-home.feppi-home
.product-miniature
.product-description
.product-title.feppi-product-card-title {
  display: block !important;
  width: 100% !important;
  height: 58px !important;
  min-height: 58px !important;
  max-height: 58px !important;
  margin: 0 !important;
  overflow: hidden !important;
  text-align: left !important;
  text-transform: none !important;
}

.page-home.feppi-home .feppi-product-card-title a,
.page-home.feppi-home
.product-miniature
.product-description
.product-title.feppi-product-card-title
a {
  display: -webkit-box !important;
  height: 58px !important;
  overflow: hidden !important;
  color: #15183d !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  line-height: 1.35 !important;
  text-align: left !important;
  text-decoration: none !important;
  text-transform: none !important;
  -webkit-box-orient: vertical !important;
  line-clamp: 3 !important;
  -webkit-line-clamp: 3 !important;
}

.page-home.feppi-home .feppi-product-card-title a:hover {
  color: #7928e8 !important;
}

/* Stałe miejsce na ocenę — nawet gdy produktu jeszcze nikt nie ocenił */
.page-home.feppi-home .feppi-product-card-reviews {
  display: flex !important;
  height: 20px !important;
  min-height: 20px !important;
  align-items: center !important;
  margin: 0 !important;
  overflow: hidden !important;
  text-align: left !important;
}

/* Cena: zawsze widoczna i wyróżniona */
.page-home.feppi-home .feppi-product-card-price,
.page-home.feppi-home
.product-miniature
.product-price-and-shipping.feppi-product-card-price {
  position: static !important;
  display: flex !important;
  width: 100% !important;
  height: 28px !important;
  min-height: 28px !important;
  max-height: 28px !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 7px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  color: #15183d !important;
  line-height: 28px !important;
  text-align: left !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.page-home.feppi-home .feppi-product-card-price .price {
  display: inline-block !important;
  color: #15183d !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.page-home.feppi-home .feppi-product-card-price .regular-price {
  color: #999eac !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  text-decoration: line-through !important;
}

/* Przycisk na jednakowej wysokości */
.page-home.feppi-home .feppi-product-card-actions {
  display: block !important;
  width: 100% !important;
  height: 42px !important;
  margin: 0 !important;
}

.page-home.feppi-home .feppi-product-card-cart {
  display: flex !important;
  width: 100% !important;
  height: 42px !important;
  min-height: 42px !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  margin: 0 !important;
  padding: 0 12px !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-align: center !important;
  text-decoration: none !important;
  background: linear-gradient(135deg, #20c5cf 0%, #12b7c6 100%) !important;
  border: 0 !important;
  border-radius: 9px !important;
  box-shadow: 0 7px 17px rgba(16, 191, 209, 0.2) !important;
}

.page-home.feppi-home .feppi-product-card-cart:hover {
  color: #ffffff !important;
  box-shadow: 0 10px 22px rgba(16, 191, 209, 0.3) !important;
  transform: translateY(-1px);
}

.page-home.feppi-home .feppi-product-card-cart .material-icons {
  margin: 0 !important;
  font-size: 19px !important;
  line-height: 1 !important;
}

/* Elementy Classic nie wpływają na wymiary karty */
.page-home.feppi-home
.feppi-product-card
.highlighted-informations {
  width: 100% !important;
}

.page-home.feppi-home
.feppi-product-card
.product-flags {
  z-index: 4 !important;
}

/* 5 kart na mniejszym desktopie */
@media (min-width: 1200px) and (max-width: 1499px) {
  .page-home.feppi-home .feppi-product-grid > .js-product {
    flex-basis: 20% !important;
    width: 20% !important;
    max-width: 20% !important;
  }
}

/* 4 karty na laptopie */
@media (min-width: 992px) and (max-width: 1199px) {
  .page-home.feppi-home .feppi-product-grid > .js-product {
    flex-basis: 25% !important;
    width: 25% !important;
    max-width: 25% !important;
  }
}

/* 3 karty na tablecie */
@media (min-width: 768px) and (max-width: 991px) {
  .page-home.feppi-home .feppi-product-grid > .js-product {
    flex-basis: 33.333333% !important;
    width: 33.333333% !important;
    max-width: 33.333333% !important;
  }
}

/* 2 karty na większym telefonie */
@media (min-width: 576px) and (max-width: 767px) {
  .page-home.feppi-home .feppi-product-grid > .js-product {
    flex-basis: 50% !important;
    width: 50% !important;
    max-width: 50% !important;
  }

  .page-home.feppi-home .feppi-product-card-inner,
  .page-home.feppi-home
  .product-miniature.feppi-product-card
  .thumbnail-container.feppi-product-card-inner {
    grid-template-rows: 230px 238px !important;
    height: 468px !important;
    min-height: 468px !important;
    max-height: 468px !important;
  }

  .page-home.feppi-home .feppi-product-card-media,
  .page-home.feppi-home .feppi-product-card-image-link {
    height: 230px !important;
    min-height: 230px !important;
    max-height: 230px !important;
  }
}

/* 1 karta na małym telefonie */
@media (max-width: 575px) {
  .page-home.feppi-home .feppi-product-grid {
    margin-right: -6px !important;
    margin-left: -6px !important;
  }

  .page-home.feppi-home .feppi-product-grid > .js-product {
    flex-basis: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 6px !important;
    padding-left: 6px !important;
  }
}

/* ==================================================
   FEPPI — ULUBIONE PRZY PRZYCISKU „DODAJ DO KOSZYKA”
   Przeniesienie istniejącego przycisku modułu blockwishlist
   z prawego górnego rogu zdjęcia na dół karty.
   ================================================== */

.page-home.feppi-home .feppi-product-card-inner {
  position: relative !important;
}

/* Rezerwujemy miejsce po prawej stronie przycisku koszyka */
.page-home.feppi-home .feppi-product-card-actions {
  position: relative !important;
  width: 100% !important;
  padding-right: 50px !important;
  box-sizing: border-box !important;
}

/* Istniejące serce modułu listy życzeń */
.page-home.feppi-home
.feppi-product-card
.wishlist-button-add {
  position: absolute !important;
  top: auto !important;
  right: 14px !important;
  bottom: 32px !important;
  left: auto !important;
  z-index: 12 !important;
  display: inline-flex !important;
  width: 42px !important;
  min-width: 42px !important;
  height: 42px !important;
  min-height: 42px !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #15183d !important;
  background: #ffffff !important;
  border: 1px solid #dfe2e9 !important;
  border-radius: 9px !important;
  box-shadow: none !important;
  transform: none !important;
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease !important;
}

.page-home.feppi-home
.feppi-product-card
.wishlist-button-add:hover {
  color: #7928e8 !important;
  background: #faf7ff !important;
  border-color: #7928e8 !important;
  box-shadow: 0 7px 17px rgba(121, 40, 232, 0.12) !important;
  transform: translateY(-1px) !important;
}

.page-home.feppi-home
.feppi-product-card
.wishlist-button-add
.material-icons,
.page-home.feppi-home
.feppi-product-card
.wishlist-button-add
i {
  margin: 0 !important;
  color: inherit !important;
  font-size: 23px !important;
  line-height: 1 !important;
}

/* Stan aktywny: produkt już znajduje się na liście ulubionych */
.page-home.feppi-home
.feppi-product-card
.wishlist-button-add.wishlist-button-added,
.page-home.feppi-home
.feppi-product-card
.wishlist-button-add[aria-pressed="true"] {
  color: #7928e8 !important;
  background: #f6efff !important;
  border-color: #7928e8 !important;
}

/* Na małych ekranach zachowujemy identyczny układ przycisków */
@media (max-width: 575px) {
  .page-home.feppi-home .feppi-product-card-actions {
    padding-right: 50px !important;
  }

  .page-home.feppi-home
  .feppi-product-card
  .wishlist-button-add {
    right: 14px !important;
    bottom: 32px !important;
  }
}

/* ==================================================
   FEPPI — SYSTEM OZNACZEŃ PRODUKTÓW V2
   Nowość: turkus
   Bestseller: fiolet
   Promocja/rabat: róż
   Tylko online: turkus, prawy dolny róg zdjęcia
   ================================================== */

/* Pojemnik zajmuje całą powierzchnię zdjęcia, ale sam nie zasłania kliknięć. */
.page-home.feppi-home
.feppi-product-card
.feppi-product-badges,
.page-home.feppi-home
.feppi-product-card
.product-flags.feppi-product-badges {
  position: absolute !important;
  inset: 0 !important;
  z-index: 20 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  pointer-events: none !important;
  list-style: none !important;
}

/* Wspólny wygląd kapsułki Feppi. */
.page-home.feppi-home
.feppi-product-card
.feppi-product-badge,
.page-home.feppi-home
.feppi-product-card
.product-flag.feppi-product-badge {
  position: absolute !important;
  display: inline-flex !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 28px !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 11px !important;
  overflow: hidden !important;
  color: #ffffff !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 28px !important;
  letter-spacing: 0.1px !important;
  text-align: center !important;
  text-transform: none !important;
  white-space: nowrap !important;
  border: 0 !important;
  border-radius: 999px !important;
}

/* NOWOŚĆ — turkus jak w makiecie, lewy górny róg. */
.page-home.feppi-home
.feppi-product-card
.feppi-product-badge--new {
  top: 12px !important;
  right: auto !important;
  bottom: auto !important;
  left: 12px !important;
  background: linear-gradient(135deg, #20c5cf 0%, #10b7c5 100%) !important;
  box-shadow: 0 6px 14px rgba(16, 191, 209, 0.22) !important;
}

/* PROMOCJA — różowa kapsułka pod oznaczeniem Nowość. */
.page-home.feppi-home
.feppi-product-card
.feppi-product-badge--on-sale {
  top: 47px !important;
  right: auto !important;
  bottom: auto !important;
  left: 12px !important;
  background: linear-gradient(135deg, #f64f87 0%, #df3a75 100%) !important;
  box-shadow: 0 6px 14px rgba(246, 79, 135, 0.22) !important;
}

/* RABAT — następny poziom oznaczeń po lewej stronie. */
.page-home.feppi-home
.feppi-product-card
.feppi-product-badge--discount,
.page-home.feppi-home
.feppi-product-card
.feppi-product-badge--discount-percentage,
.page-home.feppi-home
.feppi-product-card
.feppi-product-badge--discount-amount {
  top: 82px !important;
  right: auto !important;
  bottom: auto !important;
  left: 12px !important;
  background: linear-gradient(135deg, #f64f87 0%, #8b2be2 100%) !important;
  box-shadow: 0 6px 14px rgba(246, 79, 135, 0.22) !important;
}

/* TYLKO ONLINE — wraca na swoje wcześniejsze miejsce:
   prawy dolny róg zdjęcia, turkusowa kapsułka. */
.page-home.feppi-home
.feppi-product-card
.feppi-product-badge--online-only {
  top: auto !important;
  right: 0 !important;
  bottom: 0 !important;
  left: auto !important;
  min-height: 30px !important;
  padding: 0 12px !important;
  font-size: 11px !important;
  line-height: 30px !important;
  background: linear-gradient(135deg, #20c5cf 0%, #10b7c5 100%) !important;
  border-radius: 8px 0 0 0 !important;
  box-shadow: none !important;
}

/* PAKIET — mięta. */
.page-home.feppi-home
.feppi-product-card
.feppi-product-badge--pack {
  top: 117px !important;
  right: auto !important;
  bottom: auto !important;
  left: 12px !important;
  background: linear-gradient(135deg, #5bd49b 0%, #25b87d 100%) !important;
  box-shadow: 0 6px 14px rgba(37, 184, 125, 0.2) !important;
}

/* BESTSELLER — fioletowa kapsułka jak w makiecie.
   Moduł bestsellerów nie zawsze przekazuje osobną flagę,
   więc dodajemy ją kartom wewnątrz tej sekcji. */
.page-home.feppi-home
.feppi-home-bestsellers
.feppi-product-card
.feppi-product-badges::before {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  padding: 0 11px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  line-height: 28px;
  letter-spacing: 0.1px;
  content: "Bestseller";
  background: linear-gradient(135deg, #8b2be2 0%, #7022dc 100%);
  border-radius: 999px;
  box-shadow: 0 6px 14px rgba(121, 40, 232, 0.22);
}

/* W sekcji Bestsellerów pozostałe oznaczenia przesuwamy niżej,
   aby nie nakładały się na fioletową kapsułkę Bestseller. */
.page-home.feppi-home
.feppi-home-bestsellers
.feppi-product-card
.feppi-product-badge--new {
  top: 47px !important;
}

.page-home.feppi-home
.feppi-home-bestsellers
.feppi-product-card
.feppi-product-badge--on-sale {
  top: 82px !important;
}

.page-home.feppi-home
.feppi-home-bestsellers
.feppi-product-card
.feppi-product-badge--discount,
.page-home.feppi-home
.feppi-home-bestsellers
.feppi-product-card
.feppi-product-badge--discount-percentage,
.page-home.feppi-home
.feppi-home-bestsellers
.feppi-product-card
.feppi-product-badge--discount-amount {
  top: 117px !important;
}

.page-home.feppi-home
.feppi-product-card
.thumbnail-top {
  overflow: hidden !important;
}

@media (max-width: 575px) {
  .page-home.feppi-home
  .feppi-product-card
  .feppi-product-badge--new,
  .page-home.feppi-home
  .feppi-product-card
  .feppi-product-badge--on-sale,
  .page-home.feppi-home
  .feppi-product-card
  .feppi-product-badge--discount,
  .page-home.feppi-home
  .feppi-product-card
  .feppi-product-badge--discount-percentage,
  .page-home.feppi-home
  .feppi-product-card
  .feppi-product-badge--discount-amount,
  .page-home.feppi-home
  .feppi-product-card
  .feppi-product-badge--pack {
    left: 10px !important;
  }

  .page-home.feppi-home
  .feppi-home-bestsellers
  .feppi-product-card
  .feppi-product-badges::before {
    left: 10px;
  }
}

/* ==================================================
   FEPPI — TABLET 768–991 PX
   Osobny, zwężony układ desktopowego nagłówka.
   Zapobiega rozszerzaniu całej strony i ucinaniu kart.
   ================================================== */

@media (min-width: 768px) and (max-width: 991px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  #page,
  #wrapper,
  .feppi-home {
    width: 100%;
    max-width: 100%;
  }

  /* Górny pasek */
  .feppi-topbar-left {
    gap: 12px;
  }

  .feppi-topbar-item {
    gap: 4px;
    font-size: 10px;
  }

  .feppi-topbar-item .material-icons {
    font-size: 14px;
  }

  /* Główny header w wersji tabletowej */
  .feppi-header-main {
    grid-template-columns: 145px minmax(190px, 1fr) 168px;
    gap: 12px;
    min-height: 88px;
    padding: 11px 0;
  }

  .feppi-header-logo img {
    width: 132px;
    max-height: 68px;
  }

  .feppi-header-brand {
    width: 132px;
  }

  .feppi-header-slogan {
    margin-top: 3px;
    font-size: 12px;
  }

  .feppi-header-search #search_widget form input[type="text"] {
    height: 46px;
    padding-right: 50px;
    padding-left: 17px;
    font-size: 12px;
    line-height: 46px;
    border-radius: 23px;
  }

  .feppi-header-search #search_widget form button {
    right: 8px !important;
    width: 36px;
    height: 36px;
  }

  .feppi-header-search #search_widget form button .search,
  .feppi-header-search #search_widget form button .material-icons {
    font-size: 21px;
  }

  .feppi-header-actions {
    gap: 5px;
    min-width: 0;
  }

  .feppi-header-action,
  .feppi-header-account,
  .feppi-header-cart {
    min-width: 46px;
  }

  .feppi-header-action-icon .material-icons,
  .feppi-header-account .user-info .material-icons,
  .feppi-header-cart .blockcart .material-icons {
    font-size: 25px;
  }

  .feppi-header-action-label,
  .feppi-header-account .user-info a,
  .feppi-header-cart .blockcart .header {
    font-size: 10px;
  }

  .feppi-header-action-badge,
  .feppi-header-cart .blockcart .cart-products-count {
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    font-size: 9px;
  }

  /* Nawigacja mieści się w jednym rzędzie */
  .feppi-navigation-inner {
    gap: 13px;
    min-height: 52px;
  }

  .feppi-category-button {
    min-width: 132px;
    height: 38px;
    padding: 0 14px;
    font-size: 12px;
  }

  .feppi-nav-links {
    gap: 15px;
  }

  .feppi-nav-links a {
    min-height: 52px;
    font-size: 12px;
  }

  /* Najważniejsza poprawka:
     wcześniejszy sticky header miał minimalnie ponad 830 px. */
  html.feppi-page-scrolled .feppi-header-main {
    grid-template-columns: 132px minmax(180px, 1fr) 164px;
    gap: 10px;
    min-height: 70px;
    padding: 7px 0;
  }

  html.feppi-page-scrolled .feppi-header-brand {
    width: 120px;
  }

  html.feppi-page-scrolled .feppi-header-logo img {
    width: 120px;
    max-height: 52px;
  }

  html.feppi-page-scrolled .feppi-header-actions {
    gap: 4px;
    min-width: 0;
  }

  html.feppi-page-scrolled .feppi-navigation-inner {
    min-height: 46px;
  }

  html.feppi-page-scrolled .feppi-category-button {
    height: 34px;
  }

  html.feppi-page-scrolled .feppi-nav-links a {
    min-height: 46px;
  }

  /* Trzy pełne karty bez przesuwania całej strony */
  .page-home.feppi-home .feppi-product-grid {
    max-width: 100% !important;
  }
}

/* ==================================================
   FEPPI — TABLET 768–991 PX: HERO I PRODUKTY — WERSJA FINALNA
   Baner zachowuje proporcje grafiki, a produkty tworzą
   stabilną siatkę 3 kolumn bez poziomego ucinania.
   ================================================== */

@media (min-width: 768px) and (max-width: 991px) {
  html,
  body,
  #page,
  #wrapper,
  #content-wrapper,
  #content,
  .page-home.feppi-home {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  /* --------------------------------------------------
     HERO — proporcje 1110 × 340 zamiast stałej wysokości
     -------------------------------------------------- */

  .page-home.feppi-home .feppi-home-hero {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    overflow: hidden !important;
  }

  .page-home.feppi-home .feppi-home-hero #carousel,
  .page-home.feppi-home .feppi-home-hero .feppi-hero-slider {
    position: relative !important;
    right: auto !important;
    left: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: 1110 / 340 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .page-home.feppi-home .feppi-home-hero .carousel-inner,
  .page-home.feppi-home .feppi-home-hero .feppi-hero-slides,
  .page-home.feppi-home .feppi-home-hero .carousel-item,
  .page-home.feppi-home .feppi-home-hero .feppi-hero-slide,
  .page-home.feppi-home .feppi-home-hero .feppi-hero-figure {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
  }

  .page-home.feppi-home .feppi-home-hero .carousel-inner,
  .page-home.feppi-home .feppi-home-hero .feppi-hero-slides {
    overflow: hidden !important;
  }

  /* Bez problematycznego wysuwania slajdu poza kontener. */
  .page-home.feppi-home .feppi-home-hero .carousel-item,
  .page-home.feppi-home .feppi-home-hero .feppi-hero-slide {
    position: relative !important;
    right: auto !important;
    left: auto !important;
    display: none !important;
    float: none !important;
    transform: none !important;
  }

  .page-home.feppi-home .feppi-home-hero .carousel-item.active,
  .page-home.feppi-home .feppi-home-hero .feppi-hero-slide.active {
    display: block !important;
  }

  .page-home.feppi-home .feppi-home-hero .feppi-hero-media {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }

  .page-home.feppi-home .feppi-home-hero .feppi-hero-image {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: center !important;
  }

  .page-home.feppi-home .feppi-home-hero .feppi-hero-caption {
    top: 50% !important;
    right: auto !important;
    left: 30px !important;
    width: 45% !important;
    max-width: 330px !important;
    transform: translateY(-50%) !important;
  }

  .page-home.feppi-home .feppi-home-hero .feppi-hero-title {
    margin-bottom: 10px !important;
    font-size: 27px !important;
    line-height: 1.06 !important;
    letter-spacing: -0.7px !important;
  }

  .page-home.feppi-home .feppi-home-hero .feppi-hero-description {
    max-width: 290px !important;
    margin-bottom: 13px !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

  .page-home.feppi-home .feppi-home-hero .feppi-hero-button {
    min-height: 40px !important;
    padding: 0 17px !important;
    font-size: 12px !important;
    border-radius: 8px !important;
  }

  .page-home.feppi-home .feppi-home-hero .feppi-hero-control {
    width: 38px !important;
    height: 38px !important;
  }

  .page-home.feppi-home .feppi-home-hero .feppi-hero-control--prev {
    left: 10px !important;
  }

  .page-home.feppi-home .feppi-home-hero .feppi-hero-control--next {
    right: 10px !important;
  }

  .page-home.feppi-home .feppi-home-hero .feppi-hero-indicators {
    bottom: 10px !important;
  }

  /* --------------------------------------------------
     PRODUKTY — 3 kolumny, bez przewijania poziomego
     -------------------------------------------------- */

  .page-home.feppi-home .feppi-home-section {
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  .page-home.feppi-home .feppi-product-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 2px 0 14px !important;
    overflow: visible !important;
    scroll-snap-type: none !important;
  }

  .page-home.feppi-home .feppi-product-grid > .js-product {
    display: flex !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    flex: none !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  .page-home.feppi-home .feppi-product-card {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  /* Przy trzech kolumnach karta może być odrobinę niższa. */
  .page-home.feppi-home .feppi-product-card-inner,
  .page-home.feppi-home
  .product-miniature.feppi-product-card
  .thumbnail-container.feppi-product-card-inner {
    grid-template-rows: 220px 238px !important;
    height: 458px !important;
    min-height: 458px !important;
    max-height: 458px !important;
  }

  .page-home.feppi-home .feppi-product-card-media,
  .page-home.feppi-home
  .product-miniature
  .thumbnail-container
  .thumbnail-top.feppi-product-card-media,
  .page-home.feppi-home .feppi-product-card-image-link {
    height: 220px !important;
    min-height: 220px !important;
    max-height: 220px !important;
  }

  /* --------------------------------------------------
     KAFELKI KATEGORII — od lewej, bez przesunięcia
     -------------------------------------------------- */

  .page-home.feppi-home .feppi-category-track {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    scroll-padding-left: 0 !important;
  }
}

/* ==================================================
   FEPPI — TABLET 768–991 PX: CAŁA STRONA W EKRANIE
   Problem powodował desktopowy header rozpychający dokument.
   Na tablecie układamy:
   1. logo + akcje klienta,
   2. wyszukiwarkę na pełną szerokość,
   3. nawigację.
   Kafelki kategorii nadal przewijają się poziomo.
   ================================================== */

@media (min-width: 768px) and (max-width: 991px) {
  html,
  body,
  #page,
  #wrapper {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }

  .container,
  #wrapper .container {
    width: calc(100% - 28px) !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  /* ---------- TOP BAR ---------- */

  .feppi-topbar-desktop {
    width: 100%;
    min-width: 0;
  }

  .feppi-topbar-left {
    min-width: 0;
    gap: 12px;
  }

  .feppi-topbar-item {
    min-width: 0;
    gap: 4px;
    font-size: 10px;
  }

  .feppi-topbar-item .material-icons {
    font-size: 14px;
  }

  /* ---------- HEADER TABLETOWY ---------- */

  .feppi-header {
    width: 100% !important;
    max-width: 100% !important;
  }

  .feppi-header-main {
    display: grid !important;
    grid-template-columns: 122px minmax(0, 1fr) !important;
    grid-template-areas:
      "logo actions"
      "search search" !important;
    align-items: center !important;
    gap: 9px 12px !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 118px !important;
    padding: 10px 0 12px !important;
  }

  .feppi-header-main > * {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .feppi-header-logo {
    grid-area: logo;
    width: 122px !important;
  }

  .feppi-header-brand {
    width: 122px !important;
    max-width: 122px !important;
  }

  .feppi-header-logo img {
    width: 122px !important;
    max-width: 122px !important;
    max-height: 64px !important;
  }

  .feppi-header-slogan {
    margin-top: 2px !important;
    font-size: 11px !important;
  }

  .feppi-header-actions {
    grid-area: actions;
    display: flex !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 7px !important;
  }

  .feppi-header-action,
  .feppi-header-account,
  .feppi-header-cart {
    min-width: 48px !important;
    max-width: 64px !important;
  }

  .feppi-header-action-icon .material-icons,
  .feppi-header-account .user-info .material-icons,
  .feppi-header-cart .blockcart .material-icons {
    font-size: 25px !important;
  }

  .feppi-header-action-label,
  .feppi-header-account .user-info a,
  .feppi-header-cart .blockcart .header {
    font-size: 10px !important;
  }

  .feppi-header-search {
    grid-area: search;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .feppi-header-search #search_widget,
  .feppi-header-search #search_widget form {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .feppi-header-search #search_widget form input[type="text"] {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 44px !important;
    padding-right: 50px !important;
    padding-left: 17px !important;
    font-size: 12px !important;
    line-height: 44px !important;
    border-radius: 22px !important;
  }

  .feppi-header-search #search_widget form button {
    right: 8px !important;
    width: 34px !important;
    height: 34px !important;
  }

  /* ---------- NAWIGACJA ---------- */

  .feppi-navigation {
    width: 100% !important;
    max-width: 100% !important;
  }

  .feppi-navigation-inner {
    display: flex !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 48px !important;
    gap: 12px !important;
  }

  .feppi-category-button {
    min-width: 126px !important;
    height: 36px !important;
    padding: 0 12px !important;
    font-size: 11px !important;
  }

  .feppi-nav-links {
    min-width: 0 !important;
    gap: 13px !important;
  }

  .feppi-nav-links a {
    min-height: 48px !important;
    font-size: 11px !important;
  }

  /* ---------- STICKY HEADER ---------- */

  html.feppi-page-scrolled .feppi-header-main {
    grid-template-columns: 112px minmax(0, 1fr) !important;
    grid-template-areas:
      "logo actions"
      "search search" !important;
    gap: 7px 10px !important;
    min-height: 104px !important;
    padding: 7px 0 9px !important;
  }

  html.feppi-page-scrolled .feppi-header-brand,
  html.feppi-page-scrolled .feppi-header-logo {
    width: 112px !important;
    max-width: 112px !important;
  }

  html.feppi-page-scrolled .feppi-header-logo img {
    width: 112px !important;
    max-width: 112px !important;
    max-height: 50px !important;
  }

  html.feppi-page-scrolled .feppi-header-actions {
    min-width: 0 !important;
    gap: 6px !important;
  }

  html.feppi-page-scrolled
  .feppi-header-search
  #search_widget
  form
  input[type="text"] {
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 20px !important;
  }

  html.feppi-page-scrolled .feppi-navigation-inner {
    min-height: 44px !important;
  }

  html.feppi-page-scrolled .feppi-nav-links a {
    min-height: 44px !important;
  }

  html.feppi-page-scrolled #wrapper {
    padding-top: 178px !important;
  }

  /* ---------- KATEGORIE: ZOSTAJE PRZEWIJANIE ---------- */

  .page-home.feppi-home .feppi-home-categories {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .page-home.feppi-home .feppi-category-track {
    display: grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: 140px !important;
    grid-template-columns: none !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 2px 0 12px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch;
  }

  .page-home.feppi-home .feppi-category-track::-webkit-scrollbar {
    display: none !important;
  }

  .page-home.feppi-home .feppi-category-card {
    width: 140px !important;
    min-width: 140px !important;
    max-width: 140px !important;
    min-height: 140px !important;
    scroll-snap-align: start !important;
  }

  .page-home.feppi-home .feppi-category-pagination {
    display: flex !important;
  }

  /* ---------- OSTATECZNE ZABEZPIECZENIE ---------- */

  .feppi-header-main,
  .feppi-navigation-inner,
  .page-home.feppi-home .feppi-home-hero,
  .page-home.feppi-home .feppi-home-section,
  .page-home.feppi-home .feppi-product-grid {
    max-width: 100% !important;
  }
}

/* ==================================================
   FEPPI — TABLET 768–991 PX: WIDOCZNE AKCJE HEADERA
   Kontenery Ulubione / Konto / Koszyk są już wewnątrz
   viewportu, ale były przykrywane warstwą headera.
   ================================================== */

@media (min-width: 768px) and (max-width: 991px) {
  .feppi-header,
  .feppi-header .container,
  .feppi-header-main {
    position: relative !important;
    overflow: visible !important;
  }

  .feppi-header-logo {
    position: relative !important;
    z-index: 3 !important;
  }

  .feppi-header-actions {
    position: relative !important;
    z-index: 30 !important;
    align-self: center !important;
    height: 58px !important;
    overflow: visible !important;
    pointer-events: auto !important;
  }

  .feppi-header-actions > * {
    position: relative !important;
    z-index: 31 !important;
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    float: none !important;
    transform: none !important;
  }

  .feppi-header-action,
  .feppi-header-account,
  .feppi-header-cart {
    height: 58px !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: visible !important;
    color: #15183d !important;
  }

  .feppi-header-action-icon,
  .feppi-header-account .user-info,
  .feppi-header-cart .blockcart,
  .feppi-header-cart .blockcart .header {
    position: relative !important;
    z-index: 32 !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    float: none !important;
    transform: none !important;
    overflow: visible !important;
    color: #15183d !important;
    background: transparent !important;
  }

  .feppi-header-account .user-info a,
  .feppi-header-cart .blockcart a,
  .feppi-header-cart .blockcart .header,
  .feppi-header-action-label {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #15183d !important;
  }

  .feppi-header-action-icon .material-icons,
  .feppi-header-account .user-info .material-icons,
  .feppi-header-cart .blockcart .material-icons {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #15183d !important;
  }

  .feppi-header-action-badge,
  .feppi-header-cart .blockcart .cart-products-count {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 35 !important;
  }

  .feppi-header-search {
    position: relative !important;
    z-index: 5 !important;
  }
}

/* ==================================================
   FEPPI — TRZY BOKSY PROMOCYJNE
   Darmowa dostawa / Newsletter -10% / 30 dni na zwrot
   ================================================== */

.page-home.feppi-home .feppi-home-promo-cards {
  margin-top: 42px;
}

.page-home.feppi-home .feppi-promo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
}

.page-home.feppi-home .feppi-promo-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 196px;
  align-items: stretch;
  padding: 26px 28px;
  overflow: hidden;
  color: #15183d;
  border: 1px solid rgba(21, 24, 61, 0.04);
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(21, 24, 61, 0.08);
  isolation: isolate;
}

.page-home.feppi-home .feppi-promo-card::before {
  position: absolute;
  right: -58px;
  bottom: -72px;
  z-index: -1;
  width: 220px;
  height: 220px;
  content: "";
  background: rgba(255, 255, 255, 0.38);
  border-radius: 50%;
}

.page-home.feppi-home .feppi-promo-card::after {
  position: absolute;
  top: -56px;
  right: 52px;
  z-index: -1;
  width: 118px;
  height: 118px;
  content: "";
  background: rgba(255, 255, 255, 0.28);
  border-radius: 50%;
}

.page-home.feppi-home .feppi-promo-card--delivery,
.page-home.feppi-home .feppi-promo-card--returns {
  background:
    linear-gradient(
      135deg,
      rgba(229, 253, 250, 1) 0%,
      rgba(207, 247, 246, 1) 52%,
      rgba(222, 247, 252, 1) 100%
    );
}

.page-home.feppi-home .feppi-promo-card--newsletter {
  background:
    linear-gradient(
      135deg,
      rgba(248, 237, 255, 1) 0%,
      rgba(232, 216, 255, 1) 56%,
      rgba(221, 209, 255, 1) 100%
    );
}

.page-home.feppi-home .feppi-promo-content {
  position: relative;
  z-index: 3;
  display: flex;
  width: 62%;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}

.page-home.feppi-home .feppi-promo-title {
  max-width: 330px;
  margin: 0 0 8px;
  color: #15183d;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.55px;
  text-transform: none;
}

.page-home.feppi-home .feppi-promo-text {
  max-width: 320px;
  min-height: 38px;
  margin: 0 0 17px;
  color: #303555;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.page-home.feppi-home .feppi-promo-cta {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: auto;
  padding: 0 15px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 750;
  line-height: 1;
  white-space: nowrap;
  background:
    linear-gradient(
      135deg,
      #20c5cf 0%,
      #11b8c6 100%
    );
  border-radius: 8px;
  box-shadow: 0 7px 17px rgba(16, 191, 209, 0.2);
}

.page-home.feppi-home .feppi-promo-cta--violet {
  background:
    linear-gradient(
      135deg,
      #8b2be2 0%,
      #7022dc 100%
    );
  box-shadow: 0 7px 17px rgba(121, 40, 232, 0.22);
}

.page-home.feppi-home .feppi-promo-cta .material-icons {
  margin: 0;
  font-size: 17px;
  line-height: 1;
}

.page-home.feppi-home .feppi-promo-illustration {
  position: absolute;
  top: 50%;
  right: 14px;
  z-index: 2;
  width: 39%;
  height: 158px;
  transform: translateY(-50%);
  pointer-events: none;
}

.page-home.feppi-home .feppi-promo-art {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  filter: drop-shadow(0 10px 15px rgba(21, 24, 61, 0.11));
}

.page-home.feppi-home .feppi-promo-art--delivery {
  transform: translateX(2px);
}

.page-home.feppi-home .feppi-promo-art--newsletter {
  transform: translateY(1px) scale(0.98);
}

.page-home.feppi-home .feppi-promo-art--returns {
  transform: translateY(1px) scale(0.97);
}

/* Delikatny ruch ilustracji po najechaniu — bez zmiany układu karty. */
.page-home.feppi-home .feppi-promo-card .feppi-promo-art-truck,
.page-home.feppi-home .feppi-promo-card .feppi-promo-art-envelope,
.page-home.feppi-home .feppi-promo-card .feppi-promo-art-box,
.page-home.feppi-home .feppi-promo-card .feppi-promo-art-return-arrows,
.page-home.feppi-home .feppi-promo-card .feppi-promo-art-percent {
  transform-box: fill-box;
  transform-origin: center;
  transition: transform 0.25s ease;
}

.page-home.feppi-home .feppi-promo-card:hover .feppi-promo-art-truck {
  transform: translateX(4px);
}

.page-home.feppi-home .feppi-promo-card:hover .feppi-promo-art-envelope {
  transform: translateY(-3px);
}

.page-home.feppi-home .feppi-promo-card:hover .feppi-promo-art-percent {
  transform: rotate(6deg) scale(1.04);
}

.page-home.feppi-home .feppi-promo-card:hover .feppi-promo-art-box {
  transform: translateY(-2px);
}

.page-home.feppi-home .feppi-promo-card:hover .feppi-promo-art-return-arrows {
  transform: rotate(4deg);
}

/* ==================================================
   FEPPI — ILUSTRACJE PROMO 1:1 Z MAKIETY
   Dokładne wycinki z projektu, bez przybliżonych SVG.
   ================================================== */

.page-home.feppi-home .feppi-promo-card::before,
.page-home.feppi-home .feppi-promo-card::after {
  display: none !important;
}

.page-home.feppi-home .feppi-promo-card--delivery,
.page-home.feppi-home .feppi-promo-card--returns {
  background: #e7faf8 !important;
}

.page-home.feppi-home .feppi-promo-card--newsletter {
  background: #f0e1ff !important;
}

.page-home.feppi-home .feppi-promo-content {
  position: relative !important;
  z-index: 4 !important;
  width: 56% !important;
  max-width: 56% !important;
}

.page-home.feppi-home
.feppi-promo-card--newsletter
.feppi-promo-content {
  width: 59% !important;
  max-width: 59% !important;
}

.page-home.feppi-home .feppi-promo-illustration {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 2 !important;
  display: flex !important;
  width: 52% !important;
  height: 100% !important;
  align-items: stretch !important;
  justify-content: flex-end !important;
  overflow: hidden !important;
  transform: none !important;
  pointer-events: none !important;
}

.page-home.feppi-home
.feppi-promo-card--newsletter
.feppi-promo-illustration {
  width: 46% !important;
}

.page-home.feppi-home .feppi-promo-art-image {
  display: block !important;
  width: auto !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0 0 0 auto !important;
  object-fit: contain !important;
  object-position: right center !important;
  filter: none !important;
  transform: none !important;
}

.page-home.feppi-home .feppi-promo-art,
.page-home.feppi-home .feppi-promo-icon,
.page-home.feppi-home .feppi-promo-discount,
.page-home.feppi-home .feppi-promo-return-arrow,
.page-home.feppi-home .feppi-promo-decoration {
  display: none !important;
}

/* ==================================================
   FEPPI — PROMO CARDS IMAGES FIX
   ================================================== */

.feppi-promo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.feppi-promo-card {
  position: relative;
  overflow: hidden;
  min-height: 136px;
}

.feppi-promo-content {
  position: relative;
  z-index: 3;
  max-width: calc(100% - 190px);
}

.feppi-promo-illustration {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 165px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  overflow: visible;
  pointer-events: none;
}

.feppi-promo-illustration img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center right;
  filter: none !important;
  opacity: 1 !important;
  transform: none !important;
}

/* żeby dekoracyjne tła nie nachodziły na obrazek */
.feppi-promo-card::before,
.feppi-promo-card::after,
.feppi-promo-illustration::before,
.feppi-promo-illustration::after {
  z-index: 1 !important;
}

/* drobne korekty per kafelek */
.feppi-promo-card--delivery .feppi-promo-illustration {
  width: 170px;
  height: 92px;
  right: 20px;
}

.feppi-promo-card--newsletter .feppi-promo-illustration {
  width: 150px;
  height: 92px;
  right: 18px;
}

.feppi-promo-card--returns .feppi-promo-illustration {
  width: 145px;
  height: 96px;
  right: 20px;
}
/* ==================================================
   FEPPI — PROMO CARDS IMAGES
   ================================================== */

.feppi-promo-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  overflow: hidden;
}

.feppi-promo-content {
  flex: 1 1 52%;
  min-width: 0;
  position: relative;
  z-index: 2;
}

.feppi-promo-illustration {
  flex: 0 0 38%;
  max-width: 38%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.feppi-promo-illustration img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 220px;
  max-height: 150px;
  object-fit: contain;
  object-position: center;
}

/* ciężarówka jest szersza, więc trochę mniejszy limit */
.feppi-promo-card--delivery .feppi-promo-illustration img {
  max-width: 200px;
  max-height: 130px;
}

/* koperta i zwrot mogą być trochę większe */
.feppi-promo-card--newsletter .feppi-promo-illustration img,
.feppi-promo-card--returns .feppi-promo-illustration img {
  max-width: 170px;
  max-height: 140px;
}

/* tablet */
@media (max-width: 991px) {
  .feppi-promo-card {
    gap: 18px;
  }

  .feppi-promo-content {
    flex: 1 1 55%;
  }

  .feppi-promo-illustration {
    flex: 0 0 35%;
    max-width: 35%;
  }

  .feppi-promo-illustration img {
    max-width: 170px;
    max-height: 120px;
  }

  .feppi-promo-card--delivery .feppi-promo-illustration img {
    max-width: 155px;
    max-height: 105px;
  }

  .feppi-promo-card--newsletter .feppi-promo-illustration img,
  .feppi-promo-card--returns .feppi-promo-illustration img {
    max-width: 135px;
    max-height: 110px;
  }
}

/* mobile */
@media (max-width: 767px) {
  .feppi-promo-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .feppi-promo-content,
  .feppi-promo-illustration {
    flex: none;
    max-width: 100%;
    width: 100%;
  }

  .feppi-promo-illustration {
    justify-content: flex-end;
  }

  .feppi-promo-illustration img {
    max-width: 140px;
    max-height: 110px;
  }

  .feppi-promo-card--delivery .feppi-promo-illustration img {
    max-width: 150px;
    max-height: 95px;
  }
}
/* ==================================================
   FEPPI — CENTROWANIE ILUSTRACJI W KAFELKACH PROMO
   ================================================== */

.page-home.feppi-home .feppi-promo-card {
  position: relative !important;
}

.page-home.feppi-home
.feppi-promo-card
.feppi-promo-illustration {
  position: absolute !important;
  top: 0 !important;
  right: 18px !important;
  bottom: 0 !important;
  left: auto !important;

  display: flex !important;
  width: 38% !important;
  height: auto !important;

  align-items: center !important;
  justify-content: center !important;

  margin: 0 !important;
  transform: none !important;
  overflow: visible !important;
}

.page-home.feppi-home
.feppi-promo-card
.feppi-promo-illustration
img {
  position: static !important;
  display: block !important;
  margin: auto !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
}


/* ==================================================
   FEPPI — PASEK KORZYŚCI POD KAFELKAMI PROMO
   Wersja lżejsza — bliżej makiety
   ================================================== */

.page-home.feppi-home .feppi-home-benefits {
  width: 100%;
  margin-top: 18px;
  padding: 0;
  background: #ffffff;
  border-top: 1px solid #edf0f4;
  border-bottom: 1px solid #edf0f4;
}

.page-home.feppi-home .feppi-benefits-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: 100%;
  margin: 0;
  padding: 18px 0;
}

.page-home.feppi-home .feppi-benefit-item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 0 18px;
}

.page-home.feppi-home .feppi-benefit-item + .feppi-benefit-item {
  border-left: 1px solid #edf0f4;
}

.page-home.feppi-home .feppi-benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  color: #1a1f4a;
}

.page-home.feppi-home .feppi-benefit-icon-svg {
  display: block;
  width: 34px;
  height: 34px;
  overflow: visible;
}

.page-home.feppi-home .feppi-benefit-content {
  min-width: 0;
}

.page-home.feppi-home .feppi-benefit-title {
  margin: 0 0 3px;
  color: #15183d;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.18;
}

.page-home.feppi-home .feppi-benefit-text {
  margin: 0;
  color: #6f7688;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.25;
}

.page-home.feppi-home .feppi-benefit-item {
  transition: transform 0.2s ease;
}

.page-home.feppi-home .feppi-benefit-icon,
.page-home.feppi-home .feppi-benefit-icon-svg {
  transition: color 0.2s ease, transform 0.2s ease;
}

.page-home.feppi-home .feppi-benefit-item:hover {
  transform: translateY(-1px);
}

.page-home.feppi-home .feppi-benefit-item:hover .feppi-benefit-icon {
  color: #7928e8;
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .page-home.feppi-home .feppi-benefit-item {
    gap: 10px;
    padding: 0 12px;
  }

  .page-home.feppi-home .feppi-benefit-icon,
  .page-home.feppi-home .feppi-benefit-icon-svg {
    width: 30px;
    height: 30px;
  }

  .page-home.feppi-home .feppi-benefit-title {
    font-size: 13px;
  }

  .page-home.feppi-home .feppi-benefit-text {
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .page-home.feppi-home .feppi-benefits-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 18px;
  }

  .page-home.feppi-home .feppi-benefit-item,
  .page-home.feppi-home .feppi-benefit-item + .feppi-benefit-item {
    border-left: 0;
  }

  .page-home.feppi-home .feppi-benefit-item:nth-child(2),
  .page-home.feppi-home .feppi-benefit-item:nth-child(3),
  .page-home.feppi-home .feppi-benefit-item:nth-child(5) {
    border-left: 1px solid #edf0f4;
  }
}

@media (max-width: 767px) {
  .page-home.feppi-home .feppi-benefits-grid {
    grid-template-columns: 1fr;
    padding: 8px 0;
  }

  .page-home.feppi-home .feppi-benefit-item,
  .page-home.feppi-home .feppi-benefit-item + .feppi-benefit-item {
    min-height: 66px;
    padding: 12px 6px;
    border-top: 1px solid #edf0f4;
    border-left: 0;
  }

  .page-home.feppi-home .feppi-benefit-item:first-child {
    border-top: 0;
  }

  .page-home.feppi-home .feppi-benefit-title {
    font-size: 14px;
  }

  .page-home.feppi-home .feppi-benefit-text {
    font-size: 12px;
  }
}

/* ==================================================
   FEPPI — NEWSLETTER
   Pasek pod sekcją korzyści, zgodny z makietą
   ================================================== */

.footer-container .block_newsletter.feppi-newsletter,
#footer .block_newsletter.feppi-newsletter {
  float: none !important;
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.footer-container .feppi-newsletter-inner,
#footer .feppi-newsletter-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(460px, 1.2fr);
  align-items: center;
  gap: 38px;
  width: 100%;
  margin: 0;
  padding: 24px 34px;
  background:
    radial-gradient(
      circle at 10% 50%,
      rgba(121, 40, 232, 0.08) 0,
      rgba(121, 40, 232, 0) 190px
    ),
    linear-gradient(90deg, #fbf9ff 0%, #f7f3ff 100%);
  border: 1px solid #eee8fa;
  border-radius: 20px;
}

.footer-container .feppi-newsletter-intro,
#footer .feppi-newsletter-intro {
  display: flex;
  align-items: center;
  gap: 22px;
  min-width: 0;
}

.footer-container .feppi-newsletter-icon,
#footer .feppi-newsletter-icon {
  display: inline-flex;
  flex: 0 0 auto;
  width: 72px;
  height: 72px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(135deg, #8c2be8 0%, #6e22d7 100%);
  border-radius: 50%;
  box-shadow: 0 12px 26px rgba(121, 40, 232, 0.22);
}

.footer-container .feppi-newsletter-icon-svg,
#footer .feppi-newsletter-icon-svg {
  display: block;
  width: 39px;
  height: 39px;
}

.footer-container .feppi-newsletter-copy,
#footer .feppi-newsletter-copy {
  min-width: 0;
}

.footer-container .feppi-newsletter-title,
#footer .feppi-newsletter-title {
  margin: 0 0 5px;
  color: #15183d;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.12;
}

.footer-container .feppi-newsletter-description,
#footer .feppi-newsletter-description {
  max-width: 500px;
  margin: 0;
  color: #666d80;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
}

.footer-container .feppi-newsletter-form-area,
#footer .feppi-newsletter-form-area {
  min-width: 0;
}

.footer-container .feppi-newsletter-form,
#footer .feppi-newsletter-form {
  width: 100%;
  margin: 0;
}

.footer-container .feppi-newsletter-fields,
#footer .feppi-newsletter-fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 148px;
  align-items: start;
  gap: 12px;
}

.footer-container .feppi-newsletter-input-wrapper,
#footer .feppi-newsletter-input-wrapper {
  min-width: 0;
}

.footer-container .feppi-newsletter-input,
#footer .feppi-newsletter-input {
  display: block;
  width: 100%;
  height: 52px;
  margin: 0;
  padding: 0 18px;
  color: #15183d;
  font-size: 14px;
  font-weight: 500;
  line-height: 52px;
  background: #ffffff;
  border: 1px solid #e4dfed;
  border-radius: 10px;
  box-shadow: none;
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.footer-container .feppi-newsletter-input::placeholder,
#footer .feppi-newsletter-input::placeholder {
  color: #9a9faf;
  opacity: 1;
}

.footer-container .feppi-newsletter-input:focus,
#footer .feppi-newsletter-input:focus {
  border-color: #8b2be2;
  box-shadow: 0 0 0 3px rgba(121, 40, 232, 0.11);
}

.footer-container .feppi-newsletter-submit,
#footer .feppi-newsletter-submit {
  display: inline-flex;
  align-self: start;
  height: 52px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 !important;
  padding: 0 22px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  background: linear-gradient(135deg, #8c2be8 0%, #6e22d7 100%);
  border: 0;
  border-radius: 10px;
  box-shadow: 0 9px 20px rgba(121, 40, 232, 0.2);
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.footer-container .feppi-newsletter-submit:hover,
#footer .feppi-newsletter-submit:hover {
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(121, 40, 232, 0.26);
}

.footer-container .feppi-newsletter-submit .material-icons,
#footer .feppi-newsletter-submit .material-icons {
  margin: 0;
  color: inherit;
  font-size: 19px;
  line-height: 1;
}

.footer-container .feppi-newsletter-consents,
#footer .feppi-newsletter-consents {
  margin-top: 10px;
  color: #717789;
  font-size: 11px;
  line-height: 1.4;
}

.footer-container .feppi-newsletter-consents p,
#footer .feppi-newsletter-consents p,
.footer-container .feppi-newsletter-consents .form-group,
#footer .feppi-newsletter-consents .form-group {
  margin: 0 0 6px;
}

.footer-container .feppi-newsletter-consents label,
#footer .feppi-newsletter-consents label {
  display: inline-flex;
  align-items: flex-start;
  gap: 7px;
  margin: 0;
  color: #717789;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
}

.footer-container .feppi-newsletter-consents input[type="checkbox"],
#footer .feppi-newsletter-consents input[type="checkbox"] {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  margin: 1px 0 0;
  accent-color: #7928e8;
}

.footer-container .feppi-newsletter-consents a,
#footer .feppi-newsletter-consents a {
  color: #7928e8;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer-container .feppi-newsletter-message,
#footer .feppi-newsletter-message {
  margin: 10px 0 0;
  border-radius: 8px;
}

@media (max-width: 1199px) {
  .footer-container .feppi-newsletter-inner,
  #footer .feppi-newsletter-inner {
    grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1.1fr);
    gap: 24px;
    padding: 22px 24px;
  }

  .footer-container .feppi-newsletter-icon,
  #footer .feppi-newsletter-icon {
    width: 62px;
    height: 62px;
  }

  .footer-container .feppi-newsletter-icon-svg,
  #footer .feppi-newsletter-icon-svg {
    width: 34px;
    height: 34px;
  }

  .footer-container .feppi-newsletter-title,
  #footer .feppi-newsletter-title {
    font-size: 21px;
  }
}

@media (max-width: 991px) {
  .footer-container .feppi-newsletter-inner,
  #footer .feppi-newsletter-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .footer-container .feppi-newsletter-description,
  #footer .feppi-newsletter-description {
    max-width: none;
  }
}

@media (max-width: 575px) {
  .footer-container .feppi-newsletter-inner,
  #footer .feppi-newsletter-inner {
    padding: 20px 16px;
    border-radius: 16px;
  }

  .footer-container .feppi-newsletter-intro,
  #footer .feppi-newsletter-intro {
    align-items: flex-start;
    gap: 14px;
  }

  .footer-container .feppi-newsletter-icon,
  #footer .feppi-newsletter-icon {
    width: 54px;
    height: 54px;
  }

  .footer-container .feppi-newsletter-icon-svg,
  #footer .feppi-newsletter-icon-svg {
    width: 29px;
    height: 29px;
  }

  .footer-container .feppi-newsletter-title,
  #footer .feppi-newsletter-title {
    font-size: 19px;
  }

  .footer-container .feppi-newsletter-fields,
  #footer .feppi-newsletter-fields {
    grid-template-columns: 1fr;
  }

  .footer-container .feppi-newsletter-submit,
  #footer .feppi-newsletter-submit {
    width: 100%;
  }
}

/* ==================================================
   FEPPI — NEWSLETTER
   Ostateczne wyrównanie przycisku z polem e-mail
   ================================================== */

.footer-container
.block_newsletter.feppi-newsletter
.feppi-newsletter-fields,
#footer
.block_newsletter.feppi-newsletter
.feppi-newsletter-fields {
  position: relative !important;
  display: block !important;
  min-height: 52px !important;
  padding-right: 160px !important;
}

.footer-container
.block_newsletter.feppi-newsletter
.feppi-newsletter-input-wrapper,
#footer
.block_newsletter.feppi-newsletter
.feppi-newsletter-input-wrapper {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
}

.footer-container
.block_newsletter.feppi-newsletter
.feppi-newsletter-form
button.feppi-newsletter-submit[type="submit"],
#footer
.block_newsletter.feppi-newsletter
.feppi-newsletter-form
button.feppi-newsletter-submit[type="submit"] {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: auto !important;
  left: auto !important;
  display: inline-flex !important;
  width: 148px !important;
  height: 52px !important;
  min-height: 52px !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 22px !important;
  transform: none !important;
}

.footer-container
.block_newsletter.feppi-newsletter
.feppi-newsletter-form
button.feppi-newsletter-submit[type="submit"]:hover,
#footer
.block_newsletter.feppi-newsletter
.feppi-newsletter-form
button.feppi-newsletter-submit[type="submit"]:hover {
  transform: translateY(-1px) !important;
}

@media (max-width: 575px) {
  .footer-container
  .block_newsletter.feppi-newsletter
  .feppi-newsletter-fields,
  #footer
  .block_newsletter.feppi-newsletter
  .feppi-newsletter-fields {
    display: block !important;
    min-height: 0 !important;
    padding-right: 0 !important;
  }

  .footer-container
  .block_newsletter.feppi-newsletter
  .feppi-newsletter-form
  button.feppi-newsletter-submit[type="submit"],
  #footer
  .block_newsletter.feppi-newsletter
  .feppi-newsletter-form
  button.feppi-newsletter-submit[type="submit"] {
    position: static !important;
    width: 100% !important;
    margin-top: 12px !important;
  }
}

/* ==================================================
   FEPPI — STOPKA
   Własny układ Feppi zamiast domyślnej stopki Classic
   ================================================== */

#footer {
  margin-top: 0;
  background: #ffffff;
}

#footer .feppi-footer-newsletter {
  padding: 30px 0 0;
  background: #ffffff;
}

#footer .feppi-footer-newsletter > .container {
  width: calc(100% - 64px);
  max-width: 1720px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}

#footer .footer-container.feppi-footer {
  margin-top: 30px;
  padding: 0;
  color: #15183d;
  background:
    radial-gradient(
      circle at 8% 8%,
      rgba(16, 191, 209, 0.08) 0,
      rgba(16, 191, 209, 0) 270px
    ),
    radial-gradient(
      circle at 92% 12%,
      rgba(121, 40, 232, 0.08) 0,
      rgba(121, 40, 232, 0) 300px
    ),
    #fafafd;
  border-top: 1px solid #eceef3;
  box-shadow: none;
}

#footer .footer-container.feppi-footer > .container {
  width: calc(100% - 64px);
  max-width: 1720px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}

#footer .feppi-footer-main {
  display: grid;
  grid-template-columns:
    minmax(240px, 1.35fr)
    repeat(3, minmax(150px, 0.78fr))
    minmax(220px, 1fr);
  gap: 48px;
  width: 100%;
  padding: 52px 0 42px;
}

#footer .feppi-footer-column {
  min-width: 0;
  margin: 0;
}

#footer .feppi-footer-column--brand {
  padding-right: 18px;
}

#footer .feppi-footer-brand {
  display: inline-block;
  margin: 0 0 3px;
  color: #7928e8;
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -1.6px;
  text-decoration: none;
}

#footer .feppi-footer-brand:hover {
  color: #6d20d6;
  text-decoration: none;
}

#footer .feppi-footer-slogan {
  margin: 0 0 18px;
  color: #10bfd1;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.35px;
}

#footer .feppi-footer-description {
  max-width: 310px;
  margin: 0 0 22px;
  color: #686f82;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.65;
}

#footer .feppi-footer-email {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #15183d;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}

#footer .feppi-footer-email:hover {
  color: #7928e8;
  text-decoration: none;
}

#footer .feppi-footer-email .material-icons {
  margin: 0;
  color: #10bfd1;
  font-size: 21px;
  line-height: 1;
}

#footer .feppi-footer-title {
  position: relative;
  margin: 0 0 21px;
  padding-bottom: 12px;
  color: #15183d;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: none;
}

#footer .feppi-footer-title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 34px;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, #10bfd1 0%, #7928e8 100%);
  border-radius: 999px;
}

#footer .feppi-footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer .feppi-footer-links li {
  margin: 0;
  padding: 0;
}

#footer .feppi-footer-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #686f82;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

#footer .feppi-footer-links a::before {
  display: block;
  width: 0;
  height: 1px;
  margin-right: 0;
  content: "";
  background: #7928e8;
  transition:
    width 0.2s ease,
    margin-right 0.2s ease;
}

#footer .feppi-footer-links a:hover {
  color: #7928e8;
  text-decoration: none;
  transform: translateX(2px);
}

#footer .feppi-footer-links a:hover::before {
  width: 12px;
  margin-right: 7px;
}

#footer .feppi-footer-contact-text {
  max-width: 270px;
  margin: 0 0 18px;
  color: #686f82;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
}

#footer .feppi-footer-contact-link {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  margin: 0 0 8px;
  padding: 7px 10px;
  color: #15183d;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid #e8eaf0;
  border-radius: 10px;
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease,
    transform 0.2s ease;
}

#footer .feppi-footer-contact-link:hover {
  color: #7928e8;
  text-decoration: none;
  background: #ffffff;
  border-color: rgba(121, 40, 232, 0.2);
  transform: translateY(-1px);
}

#footer .feppi-footer-contact-link .material-icons {
  flex: 0 0 auto;
  margin: 0;
  color: #10bfd1;
  font-size: 20px;
  line-height: 1;
}

#footer .feppi-footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 28px;
  width: 100%;
  min-height: 72px;
  padding: 18px 0;
  border-top: 1px solid #e4e7ee;
}

#footer .feppi-footer-copyright {
  margin: 0;
  color: #73798a;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
}

#footer .feppi-footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 20px;
}

#footer .feppi-footer-bottom-links a {
  color: #73798a;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
}

#footer .feppi-footer-bottom-links a:hover {
  color: #7928e8;
  text-decoration: none;
}

#footer .feppi-footer-security {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #15183d;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}

#footer .feppi-footer-security .material-icons {
  margin: 0;
  color: #10bfd1;
  font-size: 20px;
  line-height: 1;
}

#footer .feppi-footer-after-hook {
  width: 100%;
  margin: 0;
  padding: 0;
}

#footer .feppi-footer-after-hook:empty {
  display: none;
}

/* Neutralizacja resztek domyślnej stopki Classic. */
#footer .footer-container.feppi-footer .row {
  margin-right: 0;
  margin-left: 0;
}

#footer .footer-container.feppi-footer [class*="col-"] {
  float: none;
  width: auto;
  min-height: 0;
  padding-right: 0;
  padding-left: 0;
}

/* ==================================================
   FEPPI — STOPKA: MNIEJSZY DESKTOP / TABLET
   ================================================== */

@media (max-width: 1399px) {
  #footer .feppi-footer-main {
    grid-template-columns:
      minmax(220px, 1.2fr)
      repeat(3, minmax(140px, 0.8fr))
      minmax(210px, 1fr);
    gap: 30px;
  }
}

@media (max-width: 1199px) {
  #footer .feppi-footer-newsletter > .container,
  #footer .footer-container.feppi-footer > .container {
    width: calc(100% - 48px);
  }

  #footer .feppi-footer-main {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 38px 30px;
  }

  #footer .feppi-footer-column--brand {
    grid-column: span 2;
    padding-right: 40px;
  }

  #footer .feppi-footer-column--contact {
    grid-column: span 2;
  }

  #footer .feppi-footer-contact-text {
    max-width: 420px;
  }

  #footer .feppi-footer-bottom {
    grid-template-columns: 1fr auto;
  }

  #footer .feppi-footer-security {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 767px) {
  #footer .feppi-footer-newsletter {
    padding-top: 22px;
  }

  #footer .feppi-footer-newsletter > .container,
  #footer .footer-container.feppi-footer > .container {
    width: calc(100% - 30px);
  }

  #footer .footer-container.feppi-footer {
    margin-top: 22px;
  }

  #footer .feppi-footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 24px;
    padding: 40px 0 32px;
  }

  #footer .feppi-footer-column--brand,
  #footer .feppi-footer-column--contact {
    grid-column: 1 / -1;
    padding-right: 0;
  }

  #footer .feppi-footer-description,
  #footer .feppi-footer-contact-text {
    max-width: none;
  }

  #footer .feppi-footer-bottom {
    display: flex;
    min-height: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 22px 0;
  }

  #footer .feppi-footer-bottom-links {
    flex-wrap: wrap;
    gap: 10px 18px;
  }
}

@media (max-width: 479px) {
  #footer .feppi-footer-main {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 34px 0 26px;
  }

  #footer .feppi-footer-column,
  #footer .feppi-footer-column--brand,
  #footer .feppi-footer-column--contact {
    grid-column: auto;
    padding: 22px 0;
    border-bottom: 1px solid #e6e8ee;
  }

  #footer .feppi-footer-column--brand {
    padding-top: 0;
  }

  #footer .feppi-footer-column--contact {
    border-bottom: 0;
  }

  #footer .feppi-footer-brand {
    font-size: 34px;
  }

  #footer .feppi-footer-title {
    margin-bottom: 17px;
  }

  #footer .feppi-footer-contact-link {
    max-width: 100%;
  }
}

/* ==================================================
   FEPPI — STOPKA V2
   Usunięcie powtórzeń i uproszczenie dolnego paska
   ================================================== */

#footer .feppi-footer-description {
  margin-bottom: 0;
}

#footer .feppi-footer-bottom {
  display: flex !important;
  min-height: 68px;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 18px 0;
  text-align: center;
}

#footer .feppi-footer-copyright {
  width: 100%;
  margin: 0;
  text-align: center;
}

@media (max-width: 1199px) {
  #footer .feppi-footer-bottom {
    display: flex !important;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  #footer .feppi-footer-bottom {
    display: flex !important;
    min-height: 0;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    text-align: center;
  }

  #footer .feppi-footer-copyright {
    text-align: center;
  }
}

/* ==================================================
   FEPPI — STRONA GŁÓWNA: POPRAWKI WIZUALNE V1
   Niższy hero, mocniejsze nagłówki, wspólne linki
   „Zobacz wszystkie” i ciaśniejsze odstępy sekcji.
   ================================================== */

/* HERO: nadal jeden slider, ale w niższym, stałym obszarze. */
.page-home.feppi-home .feppi-home-hero {
  margin-top: 8px !important;
  margin-bottom: 12px !important;
}

.page-home.feppi-home .feppi-home-hero #carousel,
.page-home.feppi-home .feppi-home-hero .feppi-hero-slider {
  width: 100% !important;
  height: clamp(235px, 16.5vw, 265px) !important;
  min-height: 235px !important;
  max-height: 265px !important;
  aspect-ratio: auto !important;
}

.page-home.feppi-home .feppi-home-hero .feppi-hero-control {
  width: 42px !important;
  height: 42px !important;
}

.page-home.feppi-home .feppi-home-hero .feppi-hero-indicators {
  bottom: 11px !important;
}

/* Kategorie nie tworzą już podwójnej dużej przerwy przed bestsellerami. */
.page-home.feppi-home .feppi-home-categories {
  margin-bottom: 6px !important;
}

.page-home.feppi-home .feppi-category-pagination {
  margin-top: 8px !important;
}

/* Odstępy sekcji produktowych. */
.page-home.feppi-home .feppi-home-section {
  margin-top: 14px !important;
}

.page-home.feppi-home .feppi-home-section-heading {
  display: flex !important;
  min-height: 38px;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  margin-bottom: 10px !important;
}

.page-home.feppi-home .feppi-home-section-heading-main {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
}

.page-home.feppi-home .feppi-home-section-title {
  color: #15183d !important;
  font-size: 29px !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.35px;
}

.page-home.feppi-home .feppi-home-section-decoration {
  flex: 0 0 auto;
  font-size: 23px !important;
  line-height: 1;
}

.page-home.feppi-home .feppi-home-section-link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
  color: #7928e8;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease, transform 0.2s ease;
}

.page-home.feppi-home .feppi-home-section-link::after {
  display: inline-block;
  font-size: 19px;
  font-weight: 500;
  line-height: 1;
  content: "→";
  transition: transform 0.2s ease;
}

.page-home.feppi-home .feppi-home-section-link:hover {
  color: #5f18c7;
  text-decoration: none;
}

.page-home.feppi-home .feppi-home-section-link:hover::after {
  transform: translateX(3px);
}

/* Mniej pustej przestrzeni pod kartami i przed kolejnymi blokami. */
.page-home.feppi-home .feppi-product-grid {
  padding-bottom: 4px !important;
}

.page-home.feppi-home .feppi-home-promo-cards {
  margin-top: 12px !important;
}

.page-home.feppi-home .feppi-home-benefits {
  margin-top: 8px !important;
}

/* Tablet: poprzednia reguła proporcji 1110 × 340 zostaje zastąpiona
   niższym obszarem hero, zgodnie z nowym kierunkiem projektu. */
@media (min-width: 768px) and (max-width: 991px) {
  .page-home.feppi-home .feppi-home-hero #carousel,
  .page-home.feppi-home .feppi-home-hero .feppi-hero-slider {
    height: 220px !important;
    min-height: 220px !important;
    max-height: 220px !important;
    aspect-ratio: auto !important;
  }

  .page-home.feppi-home .feppi-home-section-title {
    font-size: 26px !important;
  }
}

/* Telefon: jeden baner pozostaje czytelny, ale nie zajmuje już 340 px. */
@media (max-width: 767px) {
  .page-home.feppi-home .feppi-home-hero #carousel,
  .page-home.feppi-home .feppi-home-hero .feppi-hero-slider {
    height: 280px !important;
    min-height: 280px !important;
    max-height: 280px !important;
    aspect-ratio: auto !important;
  }

  .page-home.feppi-home .feppi-home-section {
    margin-top: 12px !important;
  }

  .page-home.feppi-home .feppi-home-section-heading {
    min-height: 34px;
    gap: 12px !important;
    margin-bottom: 8px !important;
  }

  .page-home.feppi-home .feppi-home-section-title {
    font-size: 23px !important;
    letter-spacing: -0.2px;
  }

  .page-home.feppi-home .feppi-home-section-decoration {
    font-size: 20px !important;
  }

  .page-home.feppi-home .feppi-home-section-link {
    font-size: 12px;
  }

  .page-home.feppi-home .feppi-home-section-link::after {
    font-size: 17px;
  }
}

@media (max-width: 389px) {
  .page-home.feppi-home .feppi-home-section-heading {
    align-items: flex-start !important;
    flex-direction: column;
    gap: 5px !important;
  }
}


/* ==================================================
   FEPPI — UKRYCIE STARYCH LINKÓW MODUŁÓW PRODUKTOWYCH
   Zostają wyłącznie linki „Zobacz wszystkie” w nagłówkach sekcji.
   ================================================== */

.page-home.feppi-home .feppi-home-section .all-product-link,
.page-home.feppi-home .feppi-home-section a.all-product-link,
.page-home.feppi-home .feppi-home-section .featured-products > .all-product-link,
.page-home.feppi-home .feppi-home-section .products > .all-product-link {
  display: none !important;
}

/* ==================================================
   FEPPI — USUNIĘCIE PUSTEGO POLA NAD KARTAMI PRODUKTÓW
   Moduły PrestaShop mogą nadal rezerwować miejsce na własny
   nagłówek sekcji. Nagłówki Feppi są już wyświetlane w index.tpl,
   dlatego wewnętrzne nagłówki i ich odstępy zerujemy.
   ================================================== */

.page-home.feppi-home
.feppi-home-section
> .featured-products,
.page-home.feppi-home
.feppi-home-section
> section.featured-products {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.page-home.feppi-home
.feppi-home-section
.products-section-title {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.page-home.feppi-home
.feppi-home-section
.feppi-product-grid {
  margin-top: 0 !important;
}

/* W sekcji Nowości nie pozostawiamy żadnego dodatkowego
   odstępu między wierszem nagłówka a pierwszym rzędem kart. */
.page-home.feppi-home
.feppi-home-new-products
.feppi-home-section-heading {
  margin-bottom: 8px !important;
}

/* ==================================================
   FEPPI — KONTO KLIENTA V2
   Ikona i imię prowadzą do konta, osobny link wylogowania.
   ================================================== */

@media (min-width: 1200px) {
  .feppi-header-actions,
  html.feppi-page-scrolled .feppi-header-actions {
    gap: 8px !important;
    min-width: 250px !important;
  }

  .feppi-header-actions > .feppi-header-action,
  .feppi-header-actions > .feppi-header-cart {
    flex: 0 0 58px !important;
    width: 58px !important;
    min-width: 58px !important;
    max-width: 58px !important;
  }

  .feppi-header-actions > .feppi-header-account {
    flex: 0 0 118px !important;
    width: 118px !important;
    min-width: 118px !important;
    max-width: 118px !important;
  }
}

.feppi-header-account .user-info {
  display: flex !important;
  width: 100% !important;
  min-width: 0 !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  text-align: center !important;
}

.feppi-header-account .user-info .feppi-account-main {
  display: flex !important;
  width: 100% !important;
  min-width: 0 !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #15183d !important;
  line-height: 1 !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: normal !important;
}

.feppi-header-account .user-info .feppi-account-main:hover {
  color: #7928e8 !important;
  text-decoration: none !important;
}

.feppi-header-account .user-info .feppi-account-main .material-icons {
  display: block !important;
  margin: 0 0 6px !important;
  color: inherit !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
}

.feppi-header-account .feppi-account-name,
.feppi-header-account .feppi-account-login-label {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  overflow: hidden !important;
  color: inherit !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  text-align: center !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.feppi-header-account .user-info .feppi-account-logout {
  display: inline-flex !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 4px 0 0 !important;
  padding: 0 !important;
  color: #7b8092 !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.feppi-header-account .user-info .feppi-account-logout:hover {
  color: #7928e8 !important;
  text-decoration: underline !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .feppi-header-actions,
  html.feppi-page-scrolled .feppi-header-actions {
    gap: 5px !important;
    min-width: 225px !important;
  }

  .feppi-header-actions > .feppi-header-action,
  .feppi-header-actions > .feppi-header-cart {
    flex: 0 0 50px !important;
    width: 50px !important;
    min-width: 50px !important;
    max-width: 50px !important;
  }

  .feppi-header-actions > .feppi-header-account {
    flex: 0 0 115px !important;
    width: 115px !important;
    min-width: 115px !important;
    max-width: 115px !important;
  }

  .feppi-header-account .feppi-account-name,
  .feppi-header-account .feppi-account-login-label {
    font-size: 11px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .feppi-header-actions,
  html.feppi-page-scrolled .feppi-header-actions {
    gap: 5px !important;
    min-width: 0 !important;
  }

  .feppi-header-actions > .feppi-header-action,
  .feppi-header-actions > .feppi-header-cart {
    flex: 0 0 46px !important;
    width: 46px !important;
    min-width: 46px !important;
    max-width: 46px !important;
  }

  .feppi-header-actions > .feppi-header-account {
    flex: 0 0 66px !important;
    width: 66px !important;
    min-width: 66px !important;
    max-width: 66px !important;
  }

  .feppi-header-account .user-info .feppi-account-main .material-icons {
    margin-bottom: 4px !important;
    font-size: 25px !important;
  }

  .feppi-header-account .feppi-account-name,
  .feppi-header-account .feppi-account-login-label {
    font-size: 9px !important;
  }

  .feppi-header-account .user-info .feppi-account-logout {
    margin-top: 3px !important;
    font-size: 8px !important;
  }
}

@media (max-width: 767px) {
  .feppi-header-account .user-info .feppi-account-main {
    width: 42px !important;
    height: 42px !important;
  }

  .feppi-header-account .user-info .feppi-account-main .material-icons {
    margin: 0 !important;
    font-size: 28px !important;
  }
}

/* ==================================================
   FEPPI — STRZAŁKI KARUZEL PRODUKTOWYCH V1
   Bestsellery, Nowości i Polecane produkty.
   ================================================== */

.page-home.feppi-home .feppi-product-carousel {
  position: relative;
  width: 100%;
  min-width: 0;
}

.page-home.feppi-home
.feppi-product-carousel
.feppi-product-grid {
  position: relative;
  z-index: 1;
}

.page-home.feppi-home .feppi-product-carousel-control {
  position: absolute;
  top: 50%;
  z-index: 35;
  display: inline-flex;
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  color: #15183d;
  background-color: rgba(255, 255, 255, 0.98);
  border: 1px solid #e2e5ec;
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(21, 24, 61, 0.14);
  transform: translateY(-50%);
  cursor: pointer;
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    opacity 0.2s ease,
    transform 0.2s ease;
}

.page-home.feppi-home
.feppi-product-carousel-control--previous {
  left: -14px;
}

.page-home.feppi-home
.feppi-product-carousel-control--next {
  right: -14px;
}

.page-home.feppi-home
.feppi-product-carousel-control
.material-icons {
  margin: 0;
  color: inherit;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

.page-home.feppi-home
.feppi-product-carousel-control:hover:not(:disabled) {
  color: #7928e8;
  border-color: rgba(121, 40, 232, 0.34);
  box-shadow: 0 11px 28px rgba(121, 40, 232, 0.2);
  transform: translateY(-50%) scale(1.06);
}

.page-home.feppi-home
.feppi-product-carousel-control:focus-visible {
  outline: 3px solid rgba(16, 191, 209, 0.32);
  outline-offset: 3px;
}

.page-home.feppi-home
.feppi-product-carousel-control:disabled {
  color: #9ba0ad;
  border-color: #e5e7ec;
  box-shadow: 0 5px 15px rgba(21, 24, 61, 0.08);
  opacity: 0.48;
  transform: translateY(-50%);
  cursor: default;
}

.page-home.feppi-home
.feppi-product-carousel-control.is-hidden {
  display: none !important;
}

@media (max-width: 767px) {
  .page-home.feppi-home .feppi-product-carousel-control {
    width: 38px;
    min-width: 38px;
    height: 38px;
    min-height: 38px;
  }

  .page-home.feppi-home
  .feppi-product-carousel-control--previous {
    left: -7px;
  }

  .page-home.feppi-home
  .feppi-product-carousel-control--next {
    right: -7px;
  }

  .page-home.feppi-home
  .feppi-product-carousel-control
  .material-icons {
    font-size: 27px;
  }
}

/* ==================================================
   FEPPI — WYRÓWNANIE HEADERA Z TREŚCIĄ STRONY
   Na desktopie usuwamy dodatkowy gutter Bootstrap
   tylko z trzech kontenerów nagłówka.
   ================================================== */

@media (min-width: 992px) {
  .feppi-topbar > .container,
  .feppi-header > .container,
  .feppi-navigation > .container {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}


/* ==================================================
   FEPPI 9 — WARSTWA ZGODNOŚCI Z HUMMINGBIRD / BS 5
   ================================================== */
:root {
  --feppi-navy: #15183d;
  --feppi-turquoise: #10bfd1;
  --feppi-violet: #7928e8;
}

html, body { overflow-x: clip; }
body { color: var(--feppi-navy); font-family: Inter, Arial, sans-serif; background: #fff; }
.wrapper { padding-top: 0; background: #fff; }
.columns-container { width: 100%; max-width: none; padding: 0; }
.center-column { width: 100%; max-width: none; padding: 0; }

/* Hummingbird ma container-md zamiast klasycznego container. */
@media (min-width: 1200px) {
  .container-md {
    width: calc(100% - 64px);
    max-width: 1720px;
    margin-inline: auto;
  }
}

.feppi-header-main {
  grid-template-columns: 290px minmax(380px, 1fr) 310px;
}

/* Searchbar 9.1 */
.feppi-header-search #_desktop_ps_searchbar,
.feppi-header-search .ps-searchbar,
.feppi-header-search .ps-searchbar__form { width: 100%; max-width: none; }
.feppi-header-search #_desktop_ps_searchbar { margin: 0; padding: 0; }
.feppi-header-search .ps-searchbar__form { position: relative; }
.feppi-header-search .ps-searchbar__input {
  width: 100%; height: 58px; padding: 0 58px 0 24px;
  color: #15183d; background: #fff; border: 1px solid #e2e6ed;
  border-radius: 29px; box-shadow: 0 6px 20px rgba(21,24,61,.07);
}
.feppi-header-search .ps-searchbar__input:focus { border-color: #8b2be2; box-shadow: 0 8px 24px rgba(121,40,232,.13); }
.feppi-header-search .ps-searchbar__magnifier { position: absolute; z-index: 2; top: 50%; right: 20px; left: auto; color: #7928e8; transform: translateY(-50%); pointer-events: none; }
.feppi-header-search .ps-searchbar__clear { right: 52px; }
.feppi-header-search .ps-searchbar--mobile { margin: 0; }

/* Konto i koszyk PS9 */
.feppi-header-account #_desktop_ps_customersignin,
.feppi-header-cart #_desktop_ps_shoppingcart { width: 100%; }
.feppi-account-main, .feppi-header-cart .header {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  color: #15183d; text-decoration: none; line-height: 1.05;
}
.feppi-account-main .material-icons, .feppi-header-cart .material-icons { font-size: 31px; }
.feppi-account-name, .feppi-cart-label { margin-top: 5px; font-size: 12px; font-weight: 700; text-align: center; }
.feppi-account-logout { display: block; margin-top: 4px; color: #6d7284; font-size: 10px; line-height: 1; text-align: center; }
.feppi-header-cart .header { position: relative; }
.feppi-header-cart .cart-products-count { position: absolute; top: -8px; right: 4px; min-width: 19px; height: 19px; padding: 0 5px; color: #fff; font-size: 10px; font-weight: 800; line-height: 19px; background: #7928e8; border-radius: 10px; }

/* Menu Hummingbird umieszczone w rozwijanej liście kategorii. */
.feppi-category-dropdown-menu .ps-mainmenu--desktop { display: block !important; width: 100%; max-width: none; padding: 0; }
.feppi-category-dropdown-menu .ps-mainmenu__desktop { display: block !important; }
.feppi-category-dropdown-menu .ps-mainmenu__tree { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 4px 14px; margin: 0; padding: 0; list-style: none; }
.feppi-category-dropdown-menu .ps-mainmenu__tree-item { position: relative; width: 100%; }
.feppi-category-dropdown-menu .ps-mainmenu__tree-item-wrapper { display: flex; align-items: center; }
.feppi-category-dropdown-menu .ps-mainmenu__tree-link { display: flex; align-items: center; width: 100%; min-height: 44px; padding: 0 12px; color: #15183d; font-size: 14px; font-weight: 650; border-radius: 9px; }
.feppi-category-dropdown-menu .ps-mainmenu__tree-link:hover { color: #7928e8; background: #f7f2ff; }
.feppi-category-dropdown-menu .ps-mainmenu__tree-dropdown-toggle { margin-left: -34px; }
.feppi-category-dropdown-menu .submenu { z-index: 1100; }
.feppi-category-dropdown-menu .ps-mainmenu__mobile-toggle { display: none !important; }
.feppi-category-dropdown-menu .ps-mainmenu--mobile { display: block; }

/* Moduły produktów: nagłówki są budowane przez index.tpl. */
.feppi-home .module-products { width: 100%; max-width: none; padding: 0; }
.feppi-home .module-products__list { width: 100%; }
.feppi-home .module-products__buttons,
.feppi-home .section-title { display: none !important; }

/* Karta PS9 i formularz add-to-cart. */
.feppi-product-card-form { width: 100%; margin: 0; }
.feppi-product-card-cart { width: 100%; border: 0; cursor: pointer; }
.feppi-product-card .product-flags { list-style: none; }
.feppi-product-card .wishlist-button-add { z-index: 8; }

/* Bootstrap 5 indicators use button elements. */
.feppi-home-hero .feppi-hero-indicators button {
  width: 9px; height: 9px; margin: 0 5px; padding: 0; background: rgba(255,255,255,.9);
  border: 0; border-radius: 999px; box-shadow: 0 2px 6px rgba(21,24,61,.14); opacity: 1;
}
.feppi-home-hero .feppi-hero-indicators button.active { width: 28px; background: #7928e8; }

/* Footer jest już otoczony przez #footer w Hummingbird. */
#footer.footer { padding: 0; background: #fff; }
#footer .footer-container { margin: 0; }

@media (max-width: 767.98px) {
  .feppi-topbar { display: none; }
  .feppi-header-main { display: grid; grid-template-columns: 44px minmax(110px,1fr) auto auto; gap: 8px; min-height: 64px; padding: 7px 0; }
  .feppi-mobile-logo img { max-width: 145px; max-height: 48px; }
  .feppi-header-search { width: auto; }
  .feppi-header-search #_desktop_ps_searchbar { width: auto; }
  .feppi-header-search .ps-searchbar--mobile { display: flex !important; }
  .feppi-mobile-actions { gap: 3px; }
  .feppi-mobile-actions .header-block__action-btn,
  .feppi-mobile-actions .feppi-account-main,
  .feppi-mobile-actions .header { min-width: 38px; padding: 5px; }
  .feppi-mobile-actions .feppi-account-name,
  .feppi-mobile-actions .feppi-account-logout,
  .feppi-mobile-actions .feppi-cart-label { display: none; }
  .feppi-mobile-actions .material-icons { font-size: 27px; }
  .feppi-navigation { min-height: 0; border: 0; }
  .feppi-category-dropdown-menu .ps-mainmenu--mobile { display: block; }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .feppi-category-dropdown-menu .ps-mainmenu__tree { grid-template-columns: repeat(2,minmax(0,1fr)); }
}


/* Feppi 9: host menu remains in DOM so Bootstrap offcanvas works on mobile. */
.feppi-navigation-inner { position: relative; }
.feppi-mainmenu-host {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 1080;
  width: min(920px, calc(100vw - 64px));
  max-height: min(520px, calc(100vh - 180px));
  padding: 16px 18px 18px;
  overflow-y: auto;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
html.feppi-category-menu-open .feppi-mainmenu-host {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}
.feppi-mainmenu-host[aria-hidden="true"] { display: block !important; }
@media (max-width: 767.98px) {
  .feppi-mainmenu-host {
    position: static;
    width: 0;
    height: 0;
    max-height: none;
    padding: 0;
    overflow: visible;
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
    transform: none;
    border: 0;
    box-shadow: none;
  }
  .feppi-mainmenu-host .ps-mainmenu--desktop,
  .feppi-mainmenu-host .ps-mainmenu__mobile-toggle { display: none !important; }
}

/* ==================================================
   FEPPI PS9 — MOST DLA NATYWNEJ KARTY HUMMINGBIRD V2
   Zachowuje strukturę wymaganą przez PrestaShop 9.1
   i podłącza ją do zaakceptowanego wyglądu Feppi.
   ================================================== */

.page-home.feppi-home .feppi-product-card-inner.product-miniature__inner {
  display: grid !important;
  grid-template-rows: 252px 238px !important;
}

.page-home.feppi-home
.feppi-product-card-media.product-miniature__top {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: 252px !important;
  min-height: 252px !important;
  max-height: 252px !important;
  overflow: hidden !important;
  background: #ffffff !important;
}

.page-home.feppi-home
.feppi-product-card-image-container.product-miniature__image-container {
  position: static !important;
  width: 100% !important;
  height: 252px !important;
  min-height: 252px !important;
  max-height: 252px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #ffffff !important;
  border: 0 !important;
}

.page-home.feppi-home
.feppi-product-card-image-link.product-miniature__image-link {
  position: static !important;
  display: flex !important;
  width: 100% !important;
  height: 252px !important;
  min-height: 252px !important;
  max-height: 252px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 12px !important;
  overflow: hidden !important;
  background: #ffffff !important;
}

.page-home.feppi-home
.feppi-product-card-image-link.product-miniature__image-link picture {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

.page-home.feppi-home
.feppi-product-card-image.product-miniature__image {
  position: static !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.page-home.feppi-home
.feppi-product-card-content.product-miniature__bottom {
  position: static !important;
  display: grid !important;
  grid-template-rows: 1fr 42px !important;
  gap: 7px !important;
  width: 100% !important;
  height: 238px !important;
  min-height: 238px !important;
  max-height: 238px !important;
  padding: 12px 14px 14px !important;
  overflow: hidden !important;
  color: #15183d !important;
  background: #ffffff !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.page-home.feppi-home
.feppi-product-card-content
.product-miniature__infos {
  display: grid !important;
  grid-template-rows: 16px 58px 20px 28px !important;
  row-gap: 7px !important;
  min-width: 0 !important;
  overflow: hidden !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.page-home.feppi-home
.feppi-product-card-content
.product-miniature__variants {
  display: none !important;
}

.page-home.feppi-home
.feppi-product-card-content
.product-miniature__title {
  margin: 0 !important;
}

.page-home.feppi-home
.feppi-product-card-content
.product-miniature__prices {
  margin: 0 !important;
}

.page-home.feppi-home
.feppi-product-card-content
.product-miniature__actions {
  display: block !important;
  width: 100% !important;
  height: 42px !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.page-home.feppi-home
.feppi-product-card-form.product-miniature__form {
  display: block !important;
  width: 100% !important;
  height: 42px !important;
  margin: 0 !important;
}

.page-home.feppi-home
.feppi-product-card-form
.quantity-button {
  display: none !important;
}

.page-home.feppi-home
.feppi-product-card-cart.product-miniature__add,
.page-home.feppi-home
.feppi-product-card-cart.product-miniature__details {
  position: static !important;
  display: flex !important;
  width: 100% !important;
  height: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.page-home.feppi-home
.feppi-product-card
.product-miniature__quickview-button,
.page-home.feppi-home
.feppi-product-card
.product-miniature__quickview-touch {
  display: none !important;
}

.page-home.feppi-home
.feppi-product-card
.wishlist-button-add {
  position: absolute !important;
  z-index: 8 !important;
  top: 12px !important;
  right: 12px !important;
  bottom: auto !important;
  left: auto !important;
}

.page-home.feppi-home
.feppi-product-card
.product-flags {
  position: absolute !important;
  z-index: 7 !important;
  top: 0 !important;
  left: 0 !important;
}

/* Po zmianie szablonu wymuszamy widoczność kluczowych danych. */
.page-home.feppi-home .feppi-product-card-brand,
.page-home.feppi-home .feppi-product-card-title,
.page-home.feppi-home .feppi-product-card-title a,
.page-home.feppi-home .feppi-product-card-reviews,
.page-home.feppi-home .feppi-product-card-price,
.page-home.feppi-home .feppi-product-card-price .price {
  opacity: 1 !important;
  visibility: visible !important;
}

/* ==================================================
   FEPPI PS9 — FINALNE WYRÓWNANIE KART I KARUZEL V1
   - dokładnie 6 pełnych kart na desktopie,
   - jednakowa szerokość sekcji,
   - brak ucinania szóstej karty,
   - mniejsza rezerwa na oceny,
   - stabilny układ nazwa → ocena → cena.
   ================================================== */

.page-home.feppi-home .feppi-home-bestsellers,
.page-home.feppi-home .feppi-home-new-products,
.page-home.feppi-home .feppi-home-featured-products,
.page-home.feppi-home .feppi-product-carousel {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.page-home.feppi-home .feppi-product-carousel {
  overflow: visible !important;
}

.page-home.feppi-home .feppi-product-grid {
  display: flex !important;
  align-items: stretch !important;
  flex-wrap: nowrap !important;
  gap: 14px !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 2px 0 14px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  box-sizing: border-box !important;
  scroll-padding-inline: 0 !important;
}

/* Szeroki desktop i zwykły desktop: zawsze 6 pełnych kart. */
@media (min-width: 1200px) {
  .page-home.feppi-home .feppi-product-grid > .js-product {
    flex: 0 0 calc((100% - 70px) / 6) !important;
    width: calc((100% - 70px) / 6) !important;
    min-width: 0 !important;
    max-width: calc((100% - 70px) / 6) !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }
}

/* Laptop: 4 pełne karty. */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-home.feppi-home .feppi-product-grid > .js-product {
    flex: 0 0 calc((100% - 42px) / 4) !important;
    width: calc((100% - 42px) / 4) !important;
    min-width: 0 !important;
    max-width: calc((100% - 42px) / 4) !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }
}

/* Tablet: 3 pełne karty. */
@media (min-width: 768px) and (max-width: 991.98px) {
  .page-home.feppi-home .feppi-product-grid > .js-product {
    flex: 0 0 calc((100% - 28px) / 3) !important;
    width: calc((100% - 28px) / 3) !important;
    min-width: 0 !important;
    max-width: calc((100% - 28px) / 3) !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }
}

/* Większy telefon: 2 pełne karty. */
@media (min-width: 576px) and (max-width: 767.98px) {
  .page-home.feppi-home .feppi-product-grid > .js-product {
    flex: 0 0 calc((100% - 14px) / 2) !important;
    width: calc((100% - 14px) / 2) !important;
    min-width: 0 !important;
    max-width: calc((100% - 14px) / 2) !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }
}

/* Mały telefon: 1 pełna karta. */
@media (max-width: 575.98px) {
  .page-home.feppi-home .feppi-product-grid {
    gap: 12px !important;
  }

  .page-home.feppi-home .feppi-product-grid > .js-product {
    flex: 0 0 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }
}

/* Wewnętrzny układ danych produktu. */
.page-home.feppi-home
.feppi-product-card-content.product-miniature__bottom {
  grid-template-rows: minmax(0, 1fr) 42px !important;
  gap: 8px !important;
}

.page-home.feppi-home
.feppi-product-card-content
.product-miniature__infos {
  display: grid !important;
  grid-template-rows: 16px 54px 12px 28px !important;
  row-gap: 4px !important;
  align-content: start !important;
  min-width: 0 !important;
  overflow: hidden !important;
}

.page-home.feppi-home .feppi-product-card-title,
.page-home.feppi-home
.product-miniature
.product-title.feppi-product-card-title,
.page-home.feppi-home .feppi-product-card-title a,
.page-home.feppi-home
.product-miniature
.product-title.feppi-product-card-title a {
  height: 54px !important;
  min-height: 54px !important;
  max-height: 54px !important;
}

/* Oceny pokażą się tutaj dopiero po wystawieniu opinii. */
.page-home.feppi-home .feppi-product-card-reviews {
  display: flex !important;
  height: 12px !important;
  min-height: 12px !important;
  max-height: 12px !important;
  align-items: center !important;
  margin: 0 !important;
  overflow: hidden !important;
  line-height: 12px !important;
}

.page-home.feppi-home .feppi-product-card-price,
.page-home.feppi-home
.product-miniature
.product-price-and-shipping.feppi-product-card-price {
  align-self: start !important;
  margin: 0 !important;
}

/* Strzałki pozostają nad krawędzią karuzeli jak w PS8. */
.page-home.feppi-home .feppi-product-carousel-control--previous {
  left: -14px !important;
}

.page-home.feppi-home .feppi-product-carousel-control--next {
  right: -14px !important;
}

/* ==================================================
   FEPPI PS9 — WSPÓLNY KONTENER STRONY GŁÓWNEJ V2
   Wszystkie główne bloki zaczynają się i kończą
   w tej samej pionowej linii jak nagłówek i stopka.
   ================================================== */

@media (min-width: 1200px) {
  .page-home.feppi-home .feppi-home-hero,
  .page-home.feppi-home .feppi-home-categories,
  .page-home.feppi-home .feppi-home-section,
  .page-home.feppi-home .feppi-home-promo-cards,
  .page-home.feppi-home .feppi-home-benefits {
    width: calc(100% - 64px) !important;
    max-width: 1720px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    box-sizing: border-box !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-home.feppi-home .feppi-home-hero,
  .page-home.feppi-home .feppi-home-categories,
  .page-home.feppi-home .feppi-home-section,
  .page-home.feppi-home .feppi-home-promo-cards,
  .page-home.feppi-home .feppi-home-benefits {
    width: calc(100% - 40px) !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    box-sizing: border-box !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .page-home.feppi-home .feppi-home-hero,
  .page-home.feppi-home .feppi-home-categories,
  .page-home.feppi-home .feppi-home-section,
  .page-home.feppi-home .feppi-home-promo-cards,
  .page-home.feppi-home .feppi-home-benefits {
    width: calc(100% - 28px) !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 767.98px) {
  .page-home.feppi-home .feppi-home-hero,
  .page-home.feppi-home .feppi-home-categories,
  .page-home.feppi-home .feppi-home-section,
  .page-home.feppi-home .feppi-home-promo-cards,
  .page-home.feppi-home .feppi-home-benefits {
    width: calc(100% - 24px) !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    box-sizing: border-box !important;
  }
}

/* Strzałki karuzeli wychodzą lekko w boczny margines,
   ale nie dotykają już krawędzi ekranu. */
@media (min-width: 768px) {
  .page-home.feppi-home .feppi-product-carousel-control--previous {
    left: -18px !important;
  }

  .page-home.feppi-home .feppi-product-carousel-control--next {
    right: -18px !important;
  }
}

/* ==================================================
   FEPPI PS9 — GŁĘBIA, TŁO I CIENIE JAK W PS8 V3
   Ciemniejsze tło strony pod białym nagłówkiem oraz
   wyraźniejsze, miękkie cienie kart i głównych bloków.
   Układ, szerokości i liczba kart pozostają bez zmian.
   ================================================== */

/* Tło części sklepowej — lekko ciemniejsze niż biały header. */
.page-home.feppi-home #wrapper {
  background:
    linear-gradient(
      180deg,
      #f3f4f7 0%,
      #f6f7f9 42%,
      #f4f5f8 100%
    ) !important;
}

/* Header pozostaje czysto biały i mocniej odcina się od treści. */
.page-home.feppi-home .feppi-header {
  background-color: #ffffff !important;
  box-shadow:
    0 4px 14px rgba(21, 24, 61, 0.06),
    0 1px 0 rgba(21, 24, 61, 0.04) !important;
}

/* Hero — wyraźniejsza głębia jak w wersji PS8. */
.page-home.feppi-home
.feppi-home-hero
.feppi-hero-slider {
  box-shadow:
    0 16px 36px rgba(21, 24, 61, 0.13),
    0 4px 12px rgba(21, 24, 61, 0.06) !important;
}

/* Kafelki kategorii — miękki, ale wyraźny cień. */
.page-home.feppi-home .feppi-category-card {
  border-color: rgba(21, 24, 61, 0.055) !important;
  box-shadow:
    0 10px 24px rgba(21, 24, 61, 0.10),
    0 3px 8px rgba(21, 24, 61, 0.045) !important;
}

.page-home.feppi-home .feppi-category-card:hover {
  box-shadow:
    0 15px 32px rgba(21, 24, 61, 0.15),
    0 5px 12px rgba(21, 24, 61, 0.06) !important;
}

/* Karty produktów — biel mocniej kontrastuje z tłem strony. */
.page-home.feppi-home .feppi-product-card-inner,
.page-home.feppi-home
.product-miniature.feppi-product-card
.thumbnail-container.feppi-product-card-inner {
  background-color: #ffffff !important;
  border-color: #e0e3ea !important;
  box-shadow:
    0 9px 24px rgba(21, 24, 61, 0.11),
    0 3px 8px rgba(21, 24, 61, 0.045) !important;
}

.page-home.feppi-home
.feppi-product-card:hover
.feppi-product-card-inner {
  border-color: rgba(121, 40, 232, 0.24) !important;
  box-shadow:
    0 16px 36px rgba(21, 24, 61, 0.16),
    0 6px 14px rgba(121, 40, 232, 0.07) !important;
  transform: translateY(-3px);
}

/* Nagłówki sekcji zachowują oddech nad kartami. */
.page-home.feppi-home .feppi-home-section-heading {
  position: relative;
  z-index: 2;
}

/* Dolne boksy promocyjne — ten sam język cieni. */
.page-home.feppi-home .feppi-home-promo-card,
.page-home.feppi-home .feppi-promo-card {
  box-shadow:
    0 10px 26px rgba(21, 24, 61, 0.10),
    0 3px 8px rgba(21, 24, 61, 0.04) !important;
}

/* Strzałki karuzeli — czytelniejsze na szarym tle. */
.page-home.feppi-home .feppi-product-carousel-control {
  background-color: rgba(255, 255, 255, 0.98) !important;
  box-shadow:
    0 9px 22px rgba(21, 24, 61, 0.15),
    0 2px 6px rgba(21, 24, 61, 0.06) !important;
}

