.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;
}
 .product-card-name {
font-weight:500;
}
.product-card-price
{
font-weight:500;
}
.sh-header-main
{
background-color: #fff;
  color: #000;
}
.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;
}
.sh-product-card {
  border-radius: 4px !important;
  border: 2px solid #e2e2e2;

}
.sh-footer-main
{
background-color:  #000 !important  ;
color:#fff;
}
.footer-type-3 .copyright
{
background-color:  #000 !important  ;
color:#fff;

}
.sh-footer-icon
{
color:#fff;
}
.sh-header-mob-menu-icon
{
color:#000 !important;
}

.sh-bottom-nav-main {
    background-color: #fff;
}
.sh-bottom-nav-selected {
    stroke: #75cb05 !important;
    color: #75cb05 !important;
    fill: none !important;
}
.sh-bottom-nav-unselected {
    stroke: #000 !important;
    color: #000 !important;
}
.sh-product-card-discount-tag {
    background-color: #000;
    color: #FFFFFF;
    font-weight: 400;
    border-radius: 8px 0px 8px 0px;
    right: auto;
    top: 0px;
    left: 0px;
}
.sh-product-discount-tag {
    background-color: #000;
    color: #FFFFFF;
    font-weight: 400;
    border-radius: 4px;
}

.pr-long-card .pr-image {
    -o-object-fit: contain;
    object-fit: CONTAIN;
}
.sh-product-plus-minus-button {
    background-color:#1d73b9;
    color: #fff;
    border: 1px solid #1d73b9;
    border-radius: 0px;
    fill: #fff;
}
.sh-product-plus-minus-button:hover {
    background-color:#07a497;
    color: #fff;
    border: 1px solid #07a497;
    border-radius: 0px;
    fill: #fff;
}
.pr-long-card {
  width: 100%;
  padding: 0px 12px;
}
.pr-image-ctn {
  margin: 0px -12px !important;
}
.pr-image-ctn img {
  object-fit: contain !important;
}
.pr-var-btn {
  border-radius: 0px;
}
.pr-title {
    font-size: 14px;
    font-weight:500px;
}

.wcu-wrap{max-width:1200px;margin:0 auto;padding:18px 14px}
.wcu-title{text-align:center;font-size:larger;font-weight:600;letter-spacing:.4px;color:#0a2a63;margin-bottom:14px;margin-top:30px;}
.wcu-bar{background:#eaf6ff;border-radius:18px;padding:26px 20px;display:grid;gap:22px;grid-template-columns:repeat(2,1fr);align-items:center}
.wcu-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px}
.wcu-ico{width:72px;height:72px}
.wcu-text{font-family:ui-sans-serif,system-ui,Segoe UI,Roboto,Arial;font-weight:700;color:#0a2a63;line-height:1.25}
@media (min-width:900px){
  .wcu-bar{grid-template-columns:repeat(4,1fr);gap:10px}
}
...
.brands-wrap{max-width:1200px;margin:0 auto;padding:10px 12px}
.brands-title{text-align:center;font-size:larger;font-weight:600;color:#111;margin:6px 0 14px}
.brands-grid{display:grid;gap:22px;align-items:center;justify-items:center;grid-template-columns:repeat(3,1fr);list-style:none;margin:0;padding:0}
.brand-item a{display:inline-block}
.brand-item img{display:block;max-height:44px;width:auto;object-fit:contain;filter:none;transition:transform .2s ease}
.brand-item img:hover{transform:scale(1.04)}
@media (min-width:640px){
  .brands-grid{grid-template-columns:repeat(4,1fr)}
  .brand-item img{max-height:48px}
}
@media (min-width:992px){
  .brands-grid{grid-template-columns:repeat(7,1fr)}
  .brand-item img{max-height:52px}
}
