/* Add custom CSS styles below */ 
* {
  margin:0;
  padding:0;
  box-sizing:border-box;
}
:root{
    --second-color:#fff;
}
body  ,.s-comments-product {
    background-color:  var(--second-color) !important ;

}
.navbar-brand {
    background-color: var(--color-primary);
}
/*banner--fixed*/
.s-block:first-of-type {
    margin-top: 0;
}
.s-block:first-of-type .container {
    max-width: 100%;
    padding: 0;
}
.banner--fixed img {
       background-color: transparent;
       margin: auto;
}
/*  grid*/
.md\:grid-cols-3 {
    grid-template-columns: repeat(4,minmax(0,1fr));
}
.md\:grid-cols-2 {
    grid-template-columns: repeat(2,minmax(0,1fr));
}
.banner-entry ,.two-row .banner-entry:first-child {
     height: 158px !important;
      background-color: transparent;
      padding: 0px;
      color: #fff;
 overflow: hidden;
  position: relative;
  transition: 0.5s;
   }
.md\:grid-cols-2 .banner-entry  {
     height: 310px !important;
   }
.one-row .banner-entry,
.two-row .banner-entry,
.one-row .banner-entry:first-child,
.two-row .banner-entry:first-child {
  grid-column: span 1;
  grid-row: span 1;
}
.sm\:gap-8 {
    gap: 0;
}
.sm\:py-16 {
    padding-top: 0;
    padding-bottom: 4rem;
}
/* animation on hover */
a.banner-entry.square-photos:hover {
    transform: scale(1.1);
    transition: 1s ease;
}
.banner-entry::after ,.s-product-card-image::after  {
  content: '';
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0.25);
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.banner-entry:hover::after ,::after{
  animation: flashing 0.6s linear;
}
@keyframes flashing {

  0%,
  50% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
/* products border  */
.s-product-card-entry {
    border: 2px solid var(--color-primary);
    
}
button.s-button-btn.s-button-outline.s-button-primary-outline {
    border: 0;
    border-radius: 10px;
    box-shadow: 1px 2px 3px #ddd;
}
button.s-button-btn.s-button-outline.s-button-primary-outline {
      background-color: var(--color-primary);
    color: var(--second-color);
}

.s-product-card-content {
    padding: 12px;
}
.s-product-card-image img {
    background: #fff;
}
/*remove the latest products*/
[dir=rtl] .s-slider-block__title h2 {
      color:var(--color-primary);
}
/*footer*/
/*.footer-is-light .store-footer .store-footer__inner  ,footer.store-footer {
    background-color: #2C1A0E !important;
    color: var(--second-color);
}*/
.copyright-text p {
    color: var(--second-color);
}
/*logo*/
.store-footer a[href="https://nqrah-sa.com/"] h3 {
    width: 150px;
    height: 100px;
    background-image: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/WlDZjn/stores/logos/ADXaZnCc5yxDPUYIoC7oVlO96TXjRydYyhkhA4Lx.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0px;
   background-color: var(--color-primary);
}
/* media */
@media (max-width: 767px){
  .navbar-brand img {
    max-height: 4rem !important;
}
.sm\:gap-8 {
    gap: .5rem;
}
.banner-entry ,.two-row .banner-entry:first-child {
    height:80px !important;
  } 
  .md\:grid-cols-2 .banner-entry  {
     height: 120px !important;
   }
/*slides*/
.swiper-slide {
    width: 56%;
}
.store-footer__inner * {
    text-align: center;
    justify-content: center;
}
}

/* اللون البرتقالي الأساسي */
:root{
    --color-primary: #ff9a01;
}

/* خلفية الهيدر بالكامل */
.store-header,
.main-nav-container,
.main-nav,
header,
header > div:first-child {
    background: #ff9a01 !important;
}

/* الجزء الأبيض اللي فيه اللوجو والأيقونات */
header .container,
.main-nav .container,
.store-header .container {
    background: #ff9a01 !important;
}

/* لون الأيقونات */
header svg,
header i,
header .icon {
    color: #fff !important;
    fill: #fff !important;
}

/* لون روابط الهيدر */
header a,
header span {
    color: #fff !important;
}

/* حقل البحث */
.s-search-input,
input[type="search"] {
    color: #fff !important;
}

.s-search-input::placeholder,
input[type="search"]::placeholder {
    color: rgba(255,255,255,.8) !important;
}

/* الفوتر */
.store-footer,
.store-footer__inner,
footer.store-footer,
.footer-is-light .store-footer,
.footer-is-light .store-footer .store-footer__inner {
    background-color: #ff9a01 !important;
    color: #fff !important;
}

/* روابط الفوتر */
.store-footer a,
.store-footer h3,
.store-footer p,
.store-footer span,
.store-footer li {
    color: #fff !important;
}

/* الكوبي رايت */
.copyright-text,
.copyright-text p {
    background-color: ##ff9a01 !important;
    color: #fff !important;
}