#shopify-section-template--17771870716150__main-collection-banner {
  --section-padding-top: 0px;
  --section-padding-bottom: 0px;
  --color-foreground: 255 255 255;
  --color-border: var(--color-foreground) / 0.1;
  --color-border-dark: var(--color-foreground) / 0.4;
  --color-border-light: var(--color-foreground) / 0.06;
  --color-overlay: 0 0 0;
  --overlay-opacity: 0.4;
}

#shopify-section-template--17771870716150__main-collection {
  --section-padding-top: 40px;
  --section-padding-bottom: 100px;
}

/* product tab css */

.all-products-mg-top {
  margin-top: 1rem;
}

.filter-wrapper {
  display: flex;
  align-items: baseline;
}

.filter-wrapper .button {
  margin-right: 50px;
}

.filter-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  font-size: 24px;
  /* gap: 30px; */
  align-items: center;
}

.filter-list-wrapper button {
  position: relative;
  color: rgba(var(--color-foreground) / 0.55);
  /* padding: 4px 7px; */
  border-bottom: 2px solid transparent;
  transition: 0.3s;
  z-index: 1;
}

.filter-list-wrapper button:hover {
  color: rgba(var(--color-foreground));
}

.filter-list-wrapper .sprater {
  left: 100%;
  color: rgba(var(--color-foreground));
}

.filter-wrapper .button .btn-text > svg {
  margin-right: 12px;
}

.filter-wrapper .button:hover .btn-text svg,
.filter-wrapper .button:hover .btn-text svg * {
  fill: rgb(21 21 21);
  stroke: rgb(21 21 21);
}

.banner__title,
.feature-content.join-community h2,
.cardsWrapperOppTwo .feature-content.join-community h2,
.allProductContent h2 {
  font-weight: 600;
  font-size: 70px;
  color: #fff;
}

@media (max-width: 1600px) {
  .filter-list-wrapper {
    /* gap: 16px; */
    font-size: 20px;
  }
}

@media (max-width: 1440px) {
  .filter-list-wrapper {
    font-size: 16px;
    /* gap: 14px; */
  }

  .filter-list-wrapper button {
    /* padding: 6px 6px; */
  }
}

@media (max-width: 1350px) {
  .filter-list-wrapper {
    /* gap: 10px; */
    font-size: 16px;
  }
}

@media (max-width: 1280px) {
  .collection__content {
    margin-top: 2rem;
  }
}

@media (max-width: 1200px) {
  .filter-list-wrapper {
    /* gap: 10px; */
    font-size: 14px;
  }

  .filter-bar {
    gap: 20px;
  }

  .filter-list-wrapper button::before,
  .filter-list-wrapper button::after {
    width: calc(100% + 11px);
    height: calc(100% + 11px);
  }
}

@media (max-width: 960px) {
  .filter-list-wrapper {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .filter-list-wrapper {
    order: -1;
    width: 100%;
    margin-bottom: 4px;
  }
  .banner__title,
  .allProductContent h2 {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .filter-bar .button {
    font-size: 12px;
    padding-inline: 16px;
    padding-block: 14px;
    margin-right: 0;
  }

  .searchResultWrapper .filter-bar .button {
    font-size: 14px;
    width: 270px;
    background: white;
    color: #000;
  }

  .filter-wrapper .button .btn-text > svg {
    width: 16px;
    margin-right: 8px;
  }

  .short-bar {
    font-size: 12px;
    gap: 10px;
    width: 100%;
    justify-content: center;
  }

  .filter-bar {
    gap: 20px 10px;
  }

  .filter-list-wrapper {
    font-size: 13px;
  }

  .filter-list-wrapper button {
    /* padding: 5px 0px; */
  }
}

@media (max-width: 600px) {
  .filter-list-wrapper {
    max-width: 100%;
    gap: 10px;
  }

  .filter-list-wrapper .sprater:nth-child(8) {
    display: none;
  }
}

@media (max-width: 575px) {
  .collectionRecMain .product-card__content,
  .collection .product-card__content,
  .leader-bord-sec .product-card__content {
    padding: 16px;
  }
}

.collectionRecMain .product-card__content,
.collection .product-card__content,
.leader-bord-sec .product-card__content {
  padding: 24px;
}

.search-container .filter-list-wrapper .sprater:last-child {
  display: none;
}

.search-container .filter-list-wrapper .sprater {
  opacity: 0.1;
}

.quantity-input {
  opacity: 1;
}

.quantity-input::placeholder {
  opacity: 1;
}

/********** search bars design changes  *********/
.filter-list-wrapper button .text-filter {
  border-bottom: 2px solid transparent;
}

.filter-list-wrapper button.active .text-filter {
  color: rgba(var(--color-foreground));
  border-color: rgba(var(--color-foreground));
}

.filter-list-wrapper button {
  padding: 6px 20px;
}

.filter-list-wrapper button .total {
  font-size: 49%;
  display: inline-block;
  right: 20px;
  position: absolute;
  top: 2px;
  transform: translateX(50%);
}

.filter-list-wrapper button::before,
.filter-list-wrapper button::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% + 26px);
  height: calc(100% + 24px);
  translate: -50% -50%;
  border-radius: 40px;
  z-index: -1;
  transition: 0.4s ease-out;
  box-shadow: 0px 0px 4px rgba(23, 23, 23, 0.11);
  scale: 0;
  backdrop-filter: blur(4px);
  background-color: #ffffffd6;
}

.filter-list-wrapper button:not(.active):hover:before {
  scale: 1;
}

.filter-list-wrapper button::after {
  z-index: -2;
  background-image: url("../../../assets/icons/bg-gred-213.png");
  background-repeat: no-repeat;
  background-size: 201%;
  background-position: 21% 57%;
}

.filter-list-wrapper button:not(.active):hover::after {
  scale: 1;
  opacity: 1;
}

.or-sprater:before {
  content: "or";
  position: absolute;
  left: 50%;
  display: block;
  font-size: 15px;
  transform: translate(-50%);
  background-color: #fff;
  padding: 0px 8%;
  z-index: 2;
}

.or-sprater::after {
  content: "";
  background-color: rgba(var(--color-base-text) / 0.15);
  width: 100%;
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.or-sprater {
  margin: 23px 0;
  background-color: rgba(var(--color-base-text) / 0.3);
  position: relative;
  border: 0;
  background-color: unset;
  z-index: 0;
  appearance: none;
  height: 18px;
  line-height: 1;
  font-size: 14px;
}

@media (max-width: 1460px) {
  .filter-list-wrapper button .total {
    font-size: 55%;
  }
}

@media (max-width: 1200px) {
  .filter-list-wrapper button .total {
    font-size: 55%;
    right: 6px;
  }

  .filter-list-wrapper button {
    padding: 6px 11px;
  }
}

@media (max-width: 960px) {
  .short-bar {
    width: 100%;
    justify-content: center;
  }

  .filter-list-wrapper {
    justify-content: center;
    width: 100%;
  }

  .search-sec .collection {
    padding: 40px 0 30px;
  }
}

/* product tab css end */
