/* Add custom CSS styles below */ 

/* Scroll bar */
body::-webkit-scrollbar {
    width: 16px;
}

body::-webkit-scrollbar-track {
    background: #EEEEEE;
    border-radius: 8px;
}

body::-webkit-scrollbar-thumb {
    background: #BE1F29;
}

@supports not selector(::-webkit-scrollbar) {
    body {
        scrollbar-color: #BE1F29 #EEEEEE;
    }
}
/* End Scroll bar */
/* Top Navbar */
.topnav-is-light .top-nav {
  background-color:#f04f55;
  color:white;
}
.s-menu-topnav-item {
    opacity: 1;
}
/* End Top Navbar */
/* Navbar */

/* End Navbar */
/* Categories */
.s-block__title h2 {
    font-size: 2rem;
    color:#BE1F29;
}
.s-block__display-all a {
    border-color: #BE1F29 !important;
    color: #BE1F29 !important;
}
.slide--cat-entry img {
    border-radius: 13px;
}
/* End Categories */
/* Features */
.enhances-features .feature-icon {
  animation: pulseIcon 2s ease-in-out infinite;
}

@keyframes pulseIcon {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
}
/* End Features */
/* footer */
.footer-is-light .store-footer .store-footer__inner {
background: #BE1F29;
background: linear-gradient(82deg, rgba(190, 31, 41, 1) 40%, rgba(255, 89, 89, 1) 100%);
    color: white;
}

.s-social-list {
    margin-top:1rem;
    display: flex;
    gap: 1rem;
    list-style: none;
    padding: 0;
    justify-content: start;
}
.s-social-link a {
    display: inline-flex;
    align-items: star;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #be1f29; 
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 12px #0000000d;
}

/* الأيقونة نفسها */
.s-social-icon svg {
    transition: fill 0.3s ease;
}

/* عند المرور hover */
.s-social-link a:hover {
    background-color: black;
    transform: translateY(-4px);
}

.store-footer .s-contacts-item:hover {
    opacity: 1;
    color: white;
}
.store-footer .s-menu-footer-list a:hover {
    opacity: 1;
    color: black;
}
.store-footer a {
    transition: all 0.3s ease;
}
.store-footer h3 {
    color: #3b3638;
    padding-bottom:8px;
}
.footer-list a:hover {
  color:#000000;
}
@media (min-width: 1024px) {
    .footer-items-wrapper .footer-title {
        position: relative;
        font-size: 1.5rem;
        font-weight: 700;
    }
}
.store-footer h3::before {
    position: absolute;
    inset-inline-start: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    content: "";
    border-radius:50px;
    background-color: #3b3638;
}
.s-contacts-icon {
    background-color: #e74347;
  color:white;
  width:30px !important;
  height:30px !important;
        transition: background-color 0.3s ease, transform 0.3s ease;
}
.s-contacts-icon svg{
    fill: #fff;
}
/* عند المرور hover */
.s-contacts-list a:hover .s-contacts-icon {
    background-color: black;
    transform: translateY(-2px);
}
.navbar-brand {
    justify-content: center;
}
.navbar-brand img {
  max-height:68px !important;
}
.s-contacts-list a:hover .s-contacts-icon svg{
    fill: #fff;
}
.footer-is-light .store-footer .contact-social {
    border-style: dashed;
}
/* end footer */
@media (max-width:550px){
  .s-block__title h2 {
    font-size: 1.2rem !important;
    color: #BE1F29;
}
.s-block--promotion-banner div {
  height:100px;
}
}
.s-block--promotion-banner .s-count-down-list .s-count-down-item-label {
    color: black;
  font-weight:bold;
}