.sh-header-main {
  background-color: #fff;
  color: #000;
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3) !important;
}

.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 !important;
}

.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: 767px) {
  .app-bar-main {
    position: relative;
  }
  #header-address {
    display: flex;
    position: absolute;
    top: 20px;
    right: 0px;
    width: 89px;
    padding: 0 !important;
    padding-right: 16px !important;
  }
}
