.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;
}

.pr-long-card .pr-image  {
    width: 100%;
    height: 100%;
    display: block;
 
    aspect-ratio: var(--pr-image-aspect-ratio, 3 / 3);
}

.pr-title {
    font-size: 14px;
    font-weight: 400;
    color: #111;
    margin: 15px 0 5px;
}
.sh-product-plus-minus-button
{
 
    padding: 5px 30px;
    font-size: 13px;
    letter-spacing: 1px;
    background: linear-gradient(90deg, #EBA36E 0%, #E7BD50 100%);

    color: white;
    border: none;
    border-radius: 4px;
        text-transform: uppercase;
   
}
.sh-product-plus-minus-button:hover
{
background: linear-gradient(to right, #d49100, #f5a623);
}
.pr-mrp-price, .pr-sale-price{
font-size: 15px;
    font-weight: 600;
    color: #f5a623;
    margin-bottom: 15px;
}
.sh-product-card-discount-tag {
  background-color: #8c1002;
  color: #fff;
  font-weight: 400 !important;
  border-radius: 0px !important;
}

.sh-product-discount-tag {
  background-color: #8c1002;
  color: #fff;

  font-weight: 400 !important;
  border-radius: 0px !important;
}
.sh-solid-button {
  border-radius: 4px;
  border: 1px solid #000 !important;
  background-color: #fff;
  color: #000;
 
 }

.sh-solid-button:hover {
border: 1px solid #38c2da !important;

  background-color: #38c2da !important;
  color: #ffffff !important;
}
