
/* ===== Brand quick overrides (2026-05-09) ===== */
:root{
  --brand-color:#202C63;   /* তোমার navy branding */
  --brand-accent:#ed006e;  /* optional pink accent */
}

/* 1) New Arrival discount badge color */
.homeproduct .sale-badge-box{
  background: var(--brand-color) !important;
}
.homeproduct .sale-badge-text{
  color:#fff !important;
}

/* 2) Sports/Mens/Womens View More button */
.homecat-view-more-card{
  background: var(--brand-color) !important;
  color:#fff !important;
  min-height: 120px !important;
  border-radius: 6px;
}
.homecat-view-more-card span{
  color:#fff !important;
}
@media (max-width: 767px){
  .homecat-view-more-card{
    min-height: 80px !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    padding: 12px 8px !important;
  }
}

/* 3) Footer logo + white text */
.footer-about img{
  display:block !important;
  max-width: 170px !important;
  height:auto !important;
}
.footer-top,
.footer-top p,
.footer-top a,
.footer-top li,
.footer-top h3,
.footer-top h4,
.footer-top h5,
.footer-top .footer-hotlint,
.footer-top .footer-menu a,
.footer-bottom,
.footer-bottom p,
.footer-bottom a,
.copyright,
.copyright p,
.copyright a{
  color:#fff !important;
}
/* quick fix */
.homeproduct .sale-badge-box{background:#202C63!important;}
.homeproduct .sale-badge-text{color:#fff!important;}

.homecat-view-more-card{background:#202C63!important;color:#fff!important;min-height:120px!important;border-radius:6px;}
.homecat-view-more-card span{color:#fff!important;}
@media (max-width:767px){
  .homecat-view-more-card{min-height:80px!important;padding:12px 8px!important;font-size:14px!important;}
}

.footer-top,.footer-top p,.footer-top a,.footer-top li,.footer-top h3,.footer-top h4,.footer-top h5,
.footer-bottom,.footer-bottom p,.footer-bottom a,.copyright,.copyright p,.copyright a{color:#fff!important;}
.footer-about img{display:block!important;max-width:170px!important;height:auto!important;}

/* ===== mobile/category quick fix ===== */

/* 1) Category section card discount % badge OFF */
.homecat-featured-layout .sale-badge,
.homecat-featured-grid .sale-badge {
  display: none !important;
}

/* 2) Mobile hero full image show */
@media (max-width: 767px){
  .home-slider-container,
  .main_slider,
  .main_slider .slider-item{
    height: auto !important;
  }

  .main_slider .slider-item img{
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    object-position: center center !important;
  }
}

/* 3) Mobile category products: 2 per row (like New Arrival) */
@media (max-width: 767px){
  .homecat-featured-grid{
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .homecat-compact-card{
    width: 100% !important;
    min-width: 0 !important;
  }

  .homecat-view-more-card{
    grid-column: span 2 !important;
    min-height: 64px !important;
    height: auto !important;
  }
}
.footer-about img{
  display:block !important;
  width:auto !important;
  max-width:180px !important;
  height:auto !important;
  opacity:1 !important;
  visibility:visible !important;
}
