.sh-header-main {
  background-color: #000000;
  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 {
  border: 0.0625rem solid #ececec;
  text-align:center;
}
.sh-product-card >div>div>div {
   justify-content: center;
}
.sh-product-card-discount-tag {
  background-color: #000000 !important;
  color: #ffffff !important;
  font-weight: 400 !important;
  border-radius: 0px !important;
}
.sh-product-discount-tag {
  background-color: #000000 !important;
  color: #ffffff !important;
  font-weight: 400 !important;
  border-radius: 0px !important;
  padding:0px 10px;
}
.sh-mini-banner-collection-card > a > div > div > div > svg {
  display:none;
}
.sh-mini-banner-collection-card > a > div > div > div > p {
  display:none; 
}
.sh-product-card-name{
   letter-spacing: .2em;
    text-transform: uppercase;
}
.MuiButton-outlined {
  border: 1 px solid black important!;
  border-radius: 0px;
  padding: 20px;
}

.sh-bottom-nav-main {
    background-color: #000000;
}
