/* Add custom CSS styles below */ 
.main-nav-container.fixed-pinned .navbar-brand img {
    width: 100px !important;
    filter: brightness(0.8);
}

/*cat*/
 .g_cat .grid-cols-3 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
/* end cat*/

/*footer */

.copyright-text p {

    color: #fff !important;
}

.copyright-text a:hover {
    color: #fff !important;
}


.s-payments-list-item img {
    object-fit: cover;
    background: #ffffff !important;
    
    height: unset;
}

.s-payments-list-item:nth-of-type(3) img {
    padding:12px 5px !important;
}

.landing-page-first-banner .txt {

    margin-right: 2rem ;
}
section:nth-child(2 of .landing-page-first-banner) .item-text h1 {
width: 70% !important; 
}
/****/
@media(max-width:768px) {
.landing-page-first-banner .item-text {
    max-width: 180px !important;
}

  .landing-page-first-banner  .item-text h1 {
    font-size: 14px !important;
}
  .landing-page-first-banner  .item-text> img {
    width: 100px !important ;
}

.store-header {
    position: static !important;
}
.landing-page-first-banner .txt {

    margin-right: 1rem ;
}
  
}




/* لون النصوص وروابط الفوتر العادي */
footer,
footer p,
footer a {
  color: #ffffff !important;
  transition: 0.3s; /* حركة سلسة للتغيير */
}

/* تغيير لون النصوص والأيقونات عند المرور */
footer a:hover,
footer a:hover svg,
footer .icon:hover {
  color: #ffcc00 !important; /* لون النصوص والأيقونات عند الهوفر */
  fill: #ffcc00 !important;   /* لون الأيقونات */
}