.sh-header-main {
  background-color: #fff;
  color: #000;
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3) !important;
}

.sh-categories-container > div > h2 {
  display: none !important;
}

.sh-categories-container > div > hr {
  display: none !important;
}

.sh-banner-collection-card > a > div > div > p {
  display: none;
}

.sh-banner-collection-card > a > div > div > p > svg {
  display: none;
}

.sh-product-card:hover {
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.sh-product-card-discount-tag {
  font-weight: 400 !important;
  border-radius: 0px !important;
}

.sh-product-discount-tag {
  font-weight: 400 !important;
  border-radius: 0px !important;
}

.sh-try {
  display: none;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  display: none !important;
}

.app-bar .notice {
  background-color: var(--header-notice-background);
  color: var(--header-notice-text);
  padding: 2px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: small;
}
.sh-footer-main {
  background-color: black;
  color: #fff;
}
.sh-footer-icon {
  color: #fff;
}
.sh-product-buy-now-button {
  color: #ffffff;
  border: 1px solid #000;
  outline: none !important;
  padding: 12px;
  background: #000;
  white-space: nowrap;
}
.sh-product-plus-minus-button {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  border-radius: 4px;
  fill: #000;
}
.sh-bottom-nav-main {
  background-color: #fff;
}
.sh-bottom-nav-selected {
  stroke: #000 !important;
  color: #000 !important;
  fill: none !important;
}
.sh-bottom-nav-unselected {
  stroke: rgb(187, 187, 187) !important;
  color: rgb(187, 187, 187) !important;
}
.sh-header-location-icon {
  fill: #000000 !important;
}
.sh-header-account-icon {
  stroke: #000000 !important;
}
.sh-header-cart-icon {
  stroke: #000000 !important;
  fill: none !important;
}
.sh-header-arrow-icon {
  fill: #000000 !important;
}
.sh-header-search-icon {
  stroke: #000000 !important;
}
.sh-header-cart-badge {
  background-color: #000;
  color: #ffffff;
}
.sh-header-mob-menu-icon {
  color: #000000;
}

.section-heading {
  text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  --text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 5s linear infinite;
  display: inline-block;
  font-size: 20px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

.banner-root .swiper-button-next {
  display: none;
}

.banner-root .swiper-button-prev {
  display: none;
}
.pr-long-card .pr-image {
  border-radius: 8px;
}
@media (max-width: 480px) {
  /* .app-bar-main {
    position: relative !important;
  }
  #header-address button {
    position: absolute;
    top: 20px;
    right: 10px;
    width: fit-content;
  }
  #header-address button .truncate {
    display: none !important;
  }
  #app-header:has(.title:contains("Orders")) #header-address button {
    position: absolute !important;
    top: 20px !important;
    right: 10px !important;
    width: fit-content !important;
  }
  #app-header:has(.title) #header-address button {
    position: absolute !important;
    top: 18px !important;
    right: 92px !important;
    width: fit-content !important;
  } */
  footer {
    display: none !important;
  }
  .new-filter-bar-root .new-filter-bar-container {
    display: flex !important;
    gap: 12px !important;
    align-items: center !important;
    justify-content: center !important;
  }
}
.sh-product-card-discount-tag,
.sh-product-discount-tag {
  background-color: #000 !important;
}
