/** Shopify CDN: Minification failed

Line 133:2 Unexpected "{"
Line 200:1 Expected "}" to go with "{"

**/
.featured-tab {
  padding-left: 8px;
  padding-right: 8px;
}

.featured-tab .collection__title .title {
  margin: 1rem 0;
  padding: 16px 16px;
}
.tabs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin-right: 0px;
  gap: 1.5rem;
}
.tabs li {
  margin: 0 1rem;
  list-style: none;
}
.tabs li a {
  padding: 1rem 2.4rem;
  font-size: 1.4rem;
  font-family: var(--font-body-family);
  color: rgb(var(--color-foreground));
  list-style: none;
  letter-spacing: 1px;
    align-items: center;
  justify-content: center;
  text-align: center;
}
.tabs li a.active,
.tabs li a:hover {
  color: rgb(var(--color-foreground));
}
.tabs li a.active {
  font-weight: 600;
}
.featured-tab .tabs {
    display: flex;
  justify-content: center;
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 0px;
  align-items: center;
}
.featured-tab .tabs li {
  margin: 0 0.5rem;
}
.featured-tab .tabs li a.button {
   border: 2px solid #0C62A7;
  transition: all 0.3s ease-in-out 0s;
  min-width: 18.5rem;
  padding: 1rem 2rem;
  min-height: calc(3.8rem + var(--buttons-border-width) * 2);
  --buttons-radius-outset: 50px;
  --buttons-radius: 50px;
  border-radius: var(--buttons-radius);
  background: #D3DF3B;
  justify-content: center;
  text-align: center;
}
.featured-tab .tabs li a.button:after {
  display: none;
}
.collection__view-all {
  margin-top: 0.3rem;
}
.collection__view-all a:not(.link) {
  margin-top: 0;
}
.collection__view-all .button {
  border: 0.2rem solid rgb(var(--color-button-text));
  border-radius: 1rem;
  border-radius: 24px;
  
}
.collection__view-all .button:after,
.collection__view-all .button:before {
  display: none;
}
.featured-tab .collection__title {
  display: flex;
  justify-content: center;
}
.collection__sub-title {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.featured-tab .product-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}


@media screen and (max-width: 1260px) {
  .tabs li a {
      font-size: 1.3rem;
  }
}
@media only screen and (max-width: 1199px) {
 .featured-tab .collection__title {
    display: block; 
  }
  .featured-tab .tabs {
      justify-content: center;
  }
}
@media screen and (max-width: 749px) {

  .featured-tab .collection__title .title {
  margin: 1rem 0;
  padding: 16px 16px;
  font-size: 14px;
}
  .featured-tab .tabs li a.button {
    padding: 0.8rem 1.5rem;
    font-size: 1.2rem;
  }
  {
  .featured-tab .product-grid .grid__item {
    width: 50% !important;
    margin: 1% !important;
  }

  .tabs li {

  }
  .tabs {
    margin-bottom: 3rem;
  }
  .pro_tabs .slider-buttons .slider-button {
    width: 3.5rem;
    height: 3.5rem;
  }
  .pro_tabs .slider-buttons .slider-button .icon {
    height: 1.1rem;
  }
  .pro_tabs .slider-buttons .slider-button.slider-button--prev {
    left: 1.5rem;
  }
  .pro_tabs .slider-buttons .slider-button.slider-button--next {
    right: 1.5rem;
  }
  .featured-tab .collection__title {
    display: block;
  }
}
@media screen and (max-width: 600px) { 
  .tabs li a {
    font-size: 1.3rem;
  }
  .featured-tab .tabs li a.button  {
    min-width: 14rem;
    padding: 0.5rem 1rem;
    min-height: calc(3.3rem + var(--buttons-border-width)* 2);
  }
}
@media screen and (max-width: 500px) {
  .tabs li a {
    padding: 0;
    min-height: auto;
    border: 0;
    border-radius: 0;
    border-bottom: 0.1rem solid transparent;
    min-width: auto;
  }
  .tabs li a:hover {
    padding: 0;
  }
  .tabs li {
    margin: 0 0.7rem 0.4rem;
  }
  .tabs {
    margin-bottom: 2rem;
  }
  .featured-tab .collection__title.title-wrapper {
    margin-bottom: 1rem;
  }
  .featured-tab .tabs {
    flex-direction: column;
    gap: 0.6rem;
  }
  .featured-tab .tabs li a.button {
    min-width: 100%;
  }
}