/* ✅ CLEAN OVERRIDES (paste at end to neutralize duplicates) */

/* Header / App bar */
.app-bar-main{
  width: 100%;
  background-color:#fff;
  color:#000;
}


/* Footer */
.sh-footer-main{
  background:#000 !important;
  color:#fff !important;
}
.sh-footer-icon{ color:#fff !important; }

/* Product Card */
.sh-product-card{
  background:#fff;
  border: 2px solid #f0dbbc !important;
  border-radius: 8px !important;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.sh-product-card:hover{ border-radius: 8px !important; }

/* Discount tag */
.sh-product-card-discount-tag{
  background-color:#f4df3f;
  color:#000;
  font-weight:400 !important;
  border-radius:8px 0 8px 0 !important;
  left:0 !important;
  top:0 !important;
  right:auto !important;
  width:65px;
  text-align:center;
  font-size:12px;
  line-height:26px;
}

/* Add/Plus button */
.sh-product-plus-minus-button{
  background:#015526;
  color:#fff;
  border:1px solid #015526 !important;
  border-radius:4px !important;
}
.sh-product-plus-minus-button:hover{
  background:#015526;
  color:#fff;
  border:1px solid #015526 !important;
}
.sh-product-plus-minus-button-div{ color:#fff; }

/* Titles */
.pr-title{
  text-align:center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.2;
  text-transform: capitalize;
}

/* Mobile title sizing */
@media screen and (max-width: 480px){
  .pr-title{
    font-size: 11px;
    line-height: 15px !important;
    text-transform: capitalize !important;
  }
  .pr-mrp-price,
  .pr-sale-price{
    font-size: 10px;
    line-height: 20px;
  }
}

/* Category cards */
.cat-card-img,
.cat-card-letter-container,
.pr-long-card .pr-image,
.overflow-hidden{
  border-radius: 20px;
}

/* Section spacing */
.section-heading-container{ margin: 5px; }

/* Banner padding */
.BannerCollection-component{ padding:0 !important; }
.sh-header-location-icon {
    fill: #000000 !important;
}
:root{--header-accent:#000 !important;}
.badge
{
background-color:#000 !important;
color:#fff !important;
}
.three-col-footer__heading {
    color: #fff;
}

element.style {
}
.swiper-button-next, .swiper-button-prev {
    border: 2px solid rgba(0, 0, 0, 0.87);
    color: #000 !important;
        
}