/* FEDI 2026-08-21: mocniejszy pasek wysyłki i editorialowa sekcja Instagram. */

/* Pełny, kontrastowy pasek operacyjny nad nagłówkiem. */
#mamezi-custom-top-bar-wrap{
  position: relative;
  left: auto;
  width: 100% !important;
  height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #111;
  box-shadow: 0 0 0 100vmax #111;
  clip-path: inset(0 -100vmax);
  overflow: hidden;
}

#mamezi-custom-top-bar-wrap .mamezi-custom-top-bar-wrap,
#mamezi-custom-top-bar-wrap .owl-stage-outer,
#mamezi-custom-top-bar-wrap .owl-stage,
#mamezi-custom-top-bar-wrap .owl-item{
  height: 40px !important;
}

#mamezi-custom-top-bar-wrap .mamezi-custom-top-bar{
  display: flex;
  height: 40px !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #111 !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 600;
  letter-spacing: .075em;
  line-height: 1.2;
  text-align: center;
}

.fedi-shipping-topbar::before,
.fedi-shipping-topbar::after{
  color: #d9bda4;
  content: "✦";
  font-size: 9px;
}

/* Zwarty rytm pomiędzy końcem editorialu a kaflami korzyści. */
.shop_index .fedi-home-editorial{
  margin-bottom: 0;
}

.shop_index #features{
  margin-top: 40px !important;
}

/* Optyczne wycentrowanie obróconego chevrona względem tekstu nawigacji. */
@media (min-width: 1020px){
  .menu .innermenu .menu-list > li.parent > .h3 > a > span::after{
    position: relative;
    top: -2px;
    align-self: center;
  }
}

/* Instagram jako osobny, rozpoznawalny moduł contentowy. */
.shop_index .fedi-home-preseo{
  box-sizing: border-box;
  padding: clamp(28px, 4vw, 54px);
  border: 1px solid #e8dfd6;
  border-radius: var(--fedi-radius-card, 8px);
  background: #f4eee8;
}

.fedi-home-section-eyebrow{
  display: block;
  margin: 0 0 12px;
  color: #6f5b4c;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.fedi-home-section-eyebrow::before{
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border: 1px solid currentColor;
  border-radius: 2px;
  content: "";
  vertical-align: 1px;
}

.fedi-home-preseo .fedi-home-section-heading{
  align-items: center;
  margin-bottom: 30px;
}

.fedi-home-preseo .fedi-home-section-heading p{
  max-width: 560px;
}

.fedi-home-social-link{
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  gap: 6px;
  box-sizing: border-box;
  padding: 0 18px;
  border: 1px solid #111;
  border-radius: 999px;
  background: #111;
  color: #fff !important;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none !important;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.fedi-home-social-link strong{
  font-weight: 800;
}

.fedi-home-social-link:hover,
.fedi-home-social-link:focus{
  background: #fff;
  color: #111 !important;
  transform: translateY(-1px);
}

.fedi-home-social-card{
  border: 1px solid rgba(17, 17, 17, .08);
  box-shadow: 0 8px 24px rgba(70, 48, 30, .06);
}

.fedi-home-social-card .fedi-home-social-badge{
  position: absolute;
  top: 12px;
  right: auto;
  bottom: auto;
  left: 12px;
  z-index: 3;
  display: inline-flex;
  width: auto;
  align-items: center;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 3px 12px rgba(0, 0, 0, .08);
  color: #111;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.fedi-home-social-card .fedi-home-social-caption{
  position: absolute;
  right: 16px;
  bottom: 14px;
  left: 16px;
  z-index: 2;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.fedi-home-preseo .fedi-home-links a{
  border-color: rgba(17, 17, 17, .1);
  background: rgba(255, 255, 255, .7);
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.fedi-home-preseo .fedi-home-links a:hover,
.fedi-home-preseo .fedi-home-links a:focus{
  border-color: #111;
  background: #fff;
  transform: translateY(-1px);
}

@media (max-width: 767px){
  #mamezi-custom-top-bar-wrap,
  #mamezi-custom-top-bar-wrap .mamezi-custom-top-bar-wrap,
  #mamezi-custom-top-bar-wrap .owl-stage-outer,
  #mamezi-custom-top-bar-wrap .owl-stage,
  #mamezi-custom-top-bar-wrap .owl-item,
  #mamezi-custom-top-bar-wrap .mamezi-custom-top-bar{
    height: 36px !important;
  }

  #mamezi-custom-top-bar-wrap .mamezi-custom-top-bar{
    gap: 7px;
    padding: 0 10px !important;
    font-size: 9px !important;
    letter-spacing: .04em;
  }

  .shop_index .fedi-home-preseo{
    padding: 24px 14px;
  }

  .shop_index #features{
    margin-top: 28px !important;
  }

  .fedi-home-preseo .fedi-home-section-heading{
    margin-bottom: 22px;
  }

  .fedi-home-social-link{
    min-height: 42px;
  }

  .fedi-home-social-card .fedi-home-social-badge{
    top: 8px;
    left: 8px;
    padding: 6px 8px;
    font-size: 8px;
  }
}
