.sh-header-main {
    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;
  }

  h2 {
    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: 190px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

.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;
}