/* Add custom CSS styles below */ 
/* =================================================
  
   ================================================= */

/* 1. تحويل شامل للأزرار لتناسب حدة الشعار */
.s-button-element, 
.btn, 
.product-cart-add,
.btn-primary {
    border-radius: 0px !important; /* زوايا حادة تماماً مثل حرف S في الشعار */
    background-color: #000000 !important;
    border: 1px solid #000000 !important;
    color: #ffffff !important;
    font-weight: bold;
    letter-spacing: 1px;
    box-shadow: none !important;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

/* تأثير الهوفر (عكس الألوان) */
.s-button-element:hover, 
.btn:hover,
.product-cart-add:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
    transform: translateY(-2px);
}

/* 2. تحسين بطاقات المنتجات في ثيم رائد */
.product-entry, .s-product-card-entry {
    border-radius: 0px !important; /* إلغاء التكور */
    border: 1px solid #eaeaea !important; /* إطار رمادي باهت جداً */
    box-shadow: none !important; /* إلغاء الظل الافتراضي لثيم رائد */
    background: #fff;
    transition: all 0.4s ease;
    overflow: hidden;
}

/* عند مرور الماوس على المنتج */
.product-entry:hover, .s-product-card-entry:hover {
    border-color: #000000 !important; /* الإطار يصبح أسود */
    transform: translateY(-5px); /* رفعة بسيطة */
}

/* 3. شريط التخفيضات (Badge) */
.promotion-title, .product-status {
    background-color: #000000 !important;
    color: #fff !important;
    border-radius: 0px !important;
    font-size: 12px !important;
}

/* 4. الهيدر والقوائم (Header Cleanup) */
/* إضافة خط فاصل أسفل الهيدر لترتيب العناصر */
.site-header {
    border-bottom: 1px solid #f0f0f0;
}

/* 5. حقول الإدخال والبحث (Inputs) */
input, textarea, .form-control {
    border-radius: 0px !important; /* حواف حادة */
    border: 1px solid #ccc !important;
}
input:focus, textarea:focus {
    border-color: #000000 !important; /* عند الكتابة يصبح الإطار أسود */
}

/* 6. تحسين سكرول الصفحة (Scrollbar) */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #fff; }
::-webkit-scrollbar-thumb { background: #000; }

/* 7. كلاسات دعم الحركة (للجافا سكريبت بالأسفل) */
.savor-hidden {
    opacity: 0;
    transform: translateY(40px);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); /* حركة انسيابية فخمة */
}
.savor-visible {
    opacity: 1;
    transform: translateY(0);
}


/****************************/
html, body {

  background-image: url("https://i.postimg.cc/FRXSPXLJ/Group_1597883248.png");
  background-size: cover;       
  background-position: center;   
  background-repeat: no-repeat;  
}

#mainnav {
  background-color: #000 !important;
}
.sicon-menu::before {
  color: #fff !important;
}
.header-btn__icon {
  color: #fff !important;
  border-color: #fff !important;
}
.s-user-menu-trigger {
  background-color: transparent !important;
}
.s-cart-summary-total {
  color: #fff !important;
}
.s-cart-summary-count {
  background-color: #fff;
  color: #000;
}
.sub-menu * {
  color: #000;
}
.mm-spn--open li a {
  color: #fff!important;
}
.mm-spn--open li a:hover {
  color: #fff!important;
  opacity: 0.8;
}
.sub-menu {
  color: #333;
}

@media (max-width: 1024px) {
  .mm-spn--open {
    background-color: #fff !important;
  }
  .mm-spn--open li,
  .mm-spn--open li a {
    color: #000!important;
  }

  .mm-spn--open li a:hover {
    color: #000 !important;
    opacity:0.8;
  }

  #mobile-menu::after {
    background-color: #000 !important;
    color: #fff !important;
  }
}

/* Banners */
.s-block--fixed-banner .container {
  max-width: 100% !important;
  padding: 0px !important;
}
.index .s-block--fixed-banner img {
  background-color: transparent !important;
  border-radius: 0;
}
.s-block--fixed-banner:first-of-type {
  margin-top: 0px !important;
}



/* Footer */
footer {
  background-color: #000 !important;
}
.store-footer__inner {
  position: relative;
  z-index: 2;
  background-color: #000 !important;
  padding-bottom: 0;
}
.store-footer__inner * {
  color: #fff !important;
}
.store-footer h3 {
  color: #fff !important;
}
.copyright-text p {
  color: #fff !important;
}
.copyright-text p a:hover {
  color: #fff !important;
  opacity: 0.8;
}

.store-footer__inner .grid > div:nth-of-type(1) > a::after {
  content: "";
  background: url("https://i.postimg.cc/RhXnV3b1/Mask-group-(32).png");
  display: block;
  background-size: contain;
  width: 150px;
  height: 150px;
  background-repeat: no-repeat;
}

.store-footer__inner .container > div {
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-left: 0;
  padding-bottom: 20px;
}

.store-footer__inner .container {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.store-footer__inner .container > div:nth-of-type(1) {
  grid-column: span 1 / span 2;
}
.store-footer__inner + div {
  background: transparent;
  max-width: 100%;
  justify-content: space-around;
}
.store-footer__inner > div a h3 {
  display: none;
}

@media (max-width: 992px) {
  .store-footer__inner .container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.store-footer__inner + div {
  background-color:#000!important;
}

.s-slider-container{
  padding-top:1rem !important;
}

[aria-label="Add or remove to wishlist"]{
  color:#cfcfcf !important;
}