/** Shopify CDN: Minification failed

Line 246:2 Unexpected "''"

**/
/* Team Selector Section Styles */

.team-selector-section {
  width: 100%;
}

.team-selector {
  --team-selector-bg: #ffffff;
  --team-selector-text: #000000;
  --team-selector-text-secondary: #666666;
  --team-selector-border: #e5e5e5;
  --team-selector-tab-active-bg: #000000;
  --team-selector-tab-active-text: #ffffff;
  --team-selector-arrow-bg: #121212 !important;
  --team-selector-arrow-color: #ffffff !important;
  
  background-color: var(--team-selector-bg);
  width: 100%;
  position: relative;
}

.team-selector__container {
  max-width: 100%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

/* Heading */
.team-selector__header {
  max-width: var(--page-width, 1200px);
  margin: 0 auto 2rem auto;
  padding: 0 5rem;
  text-align: center;
}

.team-selector__heading {
  font-size: 36px !important;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--team-selector-text);
  margin: 0 0 1.5rem;
  margin-bottom: 25px;
  font-family: var(--font-heading-family);
}

.team-selector__tab {
  font-family: var(--font-body-family);
}

.team-selector__item-title {
  font-family: var(--font-body-family);
}


/* Tabs */
.team-selector__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center !important;
}

.team-selector__tab {
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  border: none;
  background-color: transparent;
  color: var(--team-selector-text);
  cursor: pointer;
  transition: all 0.2s ease;
  border-radius: 20px !important;
  font-family: inherit;
  line-height: 1.4;
}


.team-selector__tab--active {
  transition: 0.8s;
  background-color: var(--team-selector-tab-active-bg);
  color: var(--team-selector-tab-active-text);
  border-color: var(--team-selector-tab-active-bg);
}

/* Panels */
.team-selector__panel {
  display: none;
  position: relative;
}

.team-selector__panel--active {
  display: block;
}

/* Slider Wrapper */
.team-selector__slider-wrapper {
  position: relative;
}

/* Desktop Arrow Buttons */
.team-selector__arrow {
  display: none;
}

@media screen and (min-width: 750px) {

.team-selector__pagination {
    display: none !important;
}
  .team-selector__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    background: #121212 !important;
    border: 1px #121212;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    cursor: pointer;
    z-index: 10;
    transition: all 0.2s ease;
  }

  .team-selector__arrow:hover:not(:disabled) {
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
  }

  .team-selector__arrow:disabled {
    opacity: 0.3;
    cursor: not-allowed;
  }

  .team-selector__arrow:disabled:hover {
    transform: translateY(-50%);
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  }

  .team-selector__arrow svg {
    width: 16px;
    height: 16px;
  }

  .team-selector__arrow--prev {
    left: 20px;
  }

  .team-selector__arrow--next {
    right: 20px;
  }
}

/* Slider Container */
.team-selector__slider {
    display: flex;
    overflow-x: auto;
    padding-left: 5rem;
    padding-right: 5rem;
}

.team-selector__slider::-webkit-scrollbar {
  display: none;
}

/* Card Item */
.team-selector__item {
  flex: 0 0 auto;
  scroll-snap-align: start;
}

.team-selector__card {
  display: block;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.team-selector__card:hover {
  transform: scale(1.05);
}

.team-selector__card-image {
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.team-selector__card-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.team-selector__placeholder {
  width: 80px;
  height: 80px;
  opacity: 0.3;
}

/* Title */
.team-selector__item-title {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: var(--team-selector-text);
  margin-top: 0.75rem;
  line-height: 1.3;
}

@media screen and (min-width: 750px) {
  .team-selector__item-title {
    font-size: 16px;
    margin-top: 1rem;
  }
}


/* Mobile Pagination */
.team-selector__pagination {
  display: none;
}

/* Desktop Styles */
@media screen and (min-width: 750px) {
  .team-selector__header {
    padding: 0 5rem;
  }
  ''
  
  .team-selector__heading {
    font-size: 32px;
  }
  
  .team-selector__item {
    width: 250px;
  }
  
  .team-selector__slider {
    gap: 3.5rem;
  }
}

/* Tablet */
@media screen and (min-width: 750px) and (max-width: 989px) {
  .team-selector__item {
    width: 140px;
  }
  
  .team-selector__slider {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  
  .team-selector__arrow--prev {
    left: 10px;
  }
  
  .team-selector__arrow--next {
    right: 10px;
  }
}

/* Mobile */
@media screen and (max-width: 749px) {
  .team-selector__header {
    padding: 0 1.5rem;
    margin-bottom: 1.5rem;
  }
  .estilo-cs {
    gap: 5px !important;
  }
  
  .team-selector__heading {
    font-size: 30px !important;
    margin-bottom: 1.5rem;
  }
  
  .team-selector__tabs {
    gap: 6px;
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 4px;
  }
  
  .team-selector__tabs::-webkit-scrollbar {
    display: none;
  }
  
  
  .team-selector__tab {
    padding: 8px 16px;
    font-size: 11px !important;
    white-space: nowrap;
    border-radius: 20px;
  }
  
  .team-selector__slider {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    gap: 2.5rem;
  }
  
  .team-selector__item {
    width: 160px;
  }
  
  /* Show pagination on mobile */
  .team-selector__pagination {
    display: none !important;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 1.5rem;
    padding: 0 1.5rem;
  }
  
  .team-selector__pagination-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
    color: var(--team-selector-text);
    transition: opacity 0.2s;
  }
  
  .team-selector__pagination-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
  }
  
  .team-selector__pagination-btn svg {
    width: 12px;
    height: 12px;
  }
  
  .team-selector__pagination-counter {
    font-size: 14px;
    color: var(--team-selector-text-secondary);
    min-width: 50px;
    text-align: center;
  }
}

/* Very small mobile */
@media screen and (max-width: 374px) {
  .team-selector__item {
    width: 100px;
  }
  
  .team-selector__slider {
    gap: 1rem;
  }
}
