/** Shopify CDN: Minification failed

Line 41:0 Unexpected "}"

**/
/*
------------------------------------------------------------------------------------------------------------
                                            !! sekcja "Tabbed content" !!
------------------------------------------------------------------------------------------------------------
*/ 

.tabb_about_us .section-header {
  max-width: 1360px;
  margin: 0 auto;
}
.tabb_about_us h2 {
  font-size: 30px;
  font-weight: 900;
  line-height: 54px;
  letter-spacing: 0.2px;
  border-bottom: 2px solid #f5c6ce;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.tabb_about_us.tabbed-content--tabs {
    text-align: center;
    }
    .tabb_about_us button {
      background: transparent;
        border: none;
          padding: 10px 20px;
            cursor: pointer;
              color: #666;
              }
              .tabb_about_us button.active {
                background-color: #f5c6ce;
                  font-weight: bold;
                    color: #000;
}
}
.tabb_about_us .team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 32px 24px;
  margin-top: 24px;
}

.tabb_about_us .team-card {
  background-color: #f9f9f9;
  padding-bottom: 16px;
}

.tabb_about_us .team-card:nth-child(even) {
  background-color: rgba(245, 198, 206, 0.5);
}

.tabb_about_us .team-card img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
}

.tabb_about_us .team-card--info {
  padding: 12px 16px 0 16px;
}


.tabb_about_us .team-card--name {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 3px 0;
  color: #151515;
}

.tabb_about_us .team-card--role {
  font-size: 0.85rem;
  color: #555;
  margin: 0 0 4px 0;
}

.tabb_about_us .team-card--contact {
  font-size: 0.8rem;
  color: #595959;
  margin: 0;
  line-height: 1.6;
}

.tabb_about_us .team-card--contact a {
  color: #595959;
  text-decoration: none;
}

.tabb_about_us .team-card--contact a:hover {
  color: #f5c6ce;
}

@media (max-width: 768px) {
  .tabb_about_us h2 {
  font-size: 22px;
  line-height: 25px;
  }
  .tabb_about_us .team-grid {
    grid-template-columns: unset;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 16px;
    align-items: start;
    scrollbar-width: none;
  }

  .tabb_about_us .team-grid::-webkit-scrollbar {
    display: none;
  }

  .tabb_about_us .team-card {
    width: 220px;
    min-width: 220px;
    flex-shrink: 0;
    scroll-snap-align: start;
    font-size: 18px;
    line-height: 20.7px;
    letter-spacing: 0.2px;
  }

  .tabb_about_us .team-card img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    display: block;
  }

  .tabb_about_us .team-card--info {
    height: 130px;
    display: flex;
    flex-direction: column;
  }

  .tabb_about_us .team-card--name {
    height: 30px;
    overflow: hidden;
  }
  .tabb_about_us .team-card--contact {
    word-break: break-word;
    overflow-wrap: break-word;
  }

}