/** Shopify CDN: Minification failed

Line 144:0 Expected "}" to go with "{"

**/
.featured-collection-tabs {
  color: #fafafa;
  text-align: center;
}

.fct-global-heading {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.fct-global-description {
  font-size: 1.2rem;
}

.fct-tabs-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.fct-tab-nav {
  background: #2c2c2c;
  color: #fafafa;
  border: none;
  border-radius: 8px;
  padding: 0.5rem 1rem;
  margin: 0.5rem;
  cursor: pointer;
  transition: background 0.3s ease;
}
.fct-tab-nav:hover,
.fct-tab-nav.active {
  background: #D62828;
}

.fct-tabs-content {
  min-height: 500px;
}
.fct-tab-content {
  display: none;
}
.fct-tab-content.active {
  display: block;
}

.fct-collection {
  margin-bottom: 1rem;
}

.fct-keywords {
  text-align: center;
  margin-bottom: 2rem;
}
.fct-keyword {
  background: transparent;
  border: 1px solid #e33d3d;
  border-radius: 50px;
  color: #e33d3d;
  padding: 0.3rem 0.6rem;
  font-size: 0.9rem;
  margin: 0.2rem;
  display: inline-block;
  transition: background 0.3s ease, color 0.3s ease;
  text-decoration: none;
}
.fct-keyword:hover {
  background: #D62828;
  color: #fafafa;
  border: 1px solid #fafafa;
  
}

.fct-collection-header{
    padding: 0 5rem;
    line-height: normal;
    margin-bottom: 1rem;
}

 .fct-collection-header > .collection__title.title-wrapper  {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }

.fct-collection-header > .collection__description {
  font-weight: 400;
  line-height: normal;
  text-align: center;
  font-size: 1.2rem;
}

@media screen and (min-width: 640px) {
  .fct-collection-header > .collection__description {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  .fct-collection-header > .collection__description {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 1024px) {
  .fct-collection-header > .collection__description {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1440px) {
  .fct-collection-header > .collection__description {
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {
  .fct-collection-header > .collection__title.title-wrapper {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }

.fct-keywords { display:flex !important; flex-wrap:wrap; gap:10px; justify-content:center; margin: 14px 0 22px; }
.fct-keyword { display:inline-flex !important; }

.featured-collection-carousel .slider-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.6rem;
}

.featured-collection-carousel .slider-button {
  min-width: 44px;
  min-height: 44px;
  cursor: pointer;
}


