/* Add custom CSS styles below */ 

:root {
    --primary-color: #3B6E4F;
    --secondary-color: #5e7b3a;
    --three-color: #fff;
    --body-color: #e6e6e6;
}
/*Start Footer Styles*/

.top-navbar {
  display: none;
}
.main-nav-container.fixed-pinned #cat-in-header {
  color: var(--three-color);
}
.footer-is-light .store-footer .store-footer__inner {
  background-color: var(--secondary-color);
  border-radius: 30px 30px 0 0;
  color: var(--three-color);
}

.store-footer__inner * {
  color: var(--three-color);
}

.store-footer__inner .s-user-menu-dropdown-item a {
    padding-right: 20px !important;
    border-radius: 25px;
}

.copyright-text p {
  color: var(--three-color);
}

.main-nav-container.fixed-header .inner {
transform: translate3d(0, 0, 0);
background: var(--primary-color);
border-radius: 0 0 20px 20px;
border: 1px solid rgba(255, 255, 255, 0.18);
box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}

.store-footer h3 {
  position: relative;
  color: var(--primary-color);
}

.store-footer h3::before {
  content: "";
  position: absolute;
  right: -12px;
  bottom: -3px;
  height: 30px;
  width: 6px;
  background: var(--primary-color);
}


/*End Footer Styles*/

/*Customize With Mujahid*/
.s-block__title {
  margin-top:2rem;
  margin-bottom: 0 !important;
}

.g_cat {
  margin-bottom: 0 !important;
}

/*@media (min-width: 768px) {
    .md\:mb-\[112px\] {
        margin-bottom: 20px;
    }
}*/

salla-tab-header[name="tab_two"] {
    display: none;
}

/* Start Product Section */
.s-product-card-sale-price h4 {
  padding: 5px 8px;
  border-radius: 8px;
  background: var(--primary-color);
  color: var(--three-color) !important;
}

.s-product-card-entry {
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
  /* border: 1px solid transparent;*/
  border: 1px solid var(--primary-color);
}

.s-product-card-entry:hover {
  transform: translateY(0px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  border: 1px solid transparent;
}

.s-product-card-entry img {
  transition: transform 0.3s ease;
}

.s-product-card-entry:hover img {
  transform: scale(1.05);
  border-radius: 0.75rem 0.75 0 0;
}
/* Start Product Section */

/*اخفاء زر الهيرو سكشن*/
.landing-page-first-bannar .txt .custom-dlay-a {
    display: none;
}

.sicon-menu {
  color: white;
}