body {
  background-color: #fff;
}


.top-navbar {
  background-color: #2B539C !important;
}
.top-navbar * {
  color: #fff !important;
}
.header-search input {
  background-color: #fff !important;
  border-radius: 30px;
  color: #000 !important;
}
.header-search .s-search-icon svg {
  fill: #9D9D9D !important;
}

#mainnav {
  background-color: #fff !important;
}

.sicon-menu::before {
  color: #8EB424 !important;
}
.header-btn__icon {
  color: #989898 !important;
  border-color: #989898 !important;
}
.s-cart-summary-total {
  color: #989898 !important;
}
.s-cart-summary-count {
  background-color: #8EB424;
}

.sub-menu * {
  color: #000;
}


.mm-spn--open li a {
  color: #989898 !important;
}
.mm-spn--open li a:hover {
  color: #8EB424 !important;
}
.sub-menu {
  color: #333;
}
@media (max-width: 1024px) {
  .mm-spn--open {
    background-color: #fff !important;
  }
  .mm-spn--open li a {
    color: #989898 !important;
  }

  .mm-spn--open li a:hover {
    color: #8EB424 !important;
  }

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

/* Products Cards */

custom-salla-product-card {
  background-color: #fff !important;
  border: 0px solid #000 !important;
}

salla-add-product-button button {
  background-color: #8DB624!important;
  color: #fff!important;
  border: 1px solid transparent !important;
}
salla-add-product-button:hover button {
  background-color: #fff!important;
  color: #8DB624 !important;
  border: 1px solid #8DB624 !important;
}
.s-product-card-content-main * {
  color: #ef5230;	
}
.s-product-card-content-subtitle *{
  color: #010101!important;
}
.s-product-card-price {
  color: #2B539C !important;
}
.s-product-card-sale-price h4{
  color: #2B539C !important;
}
.s-product-card-vertical .s-product-card-wishlist-btn button {
  background-color: #8DB624 !important;
  color: #fff;
}

/* products Title */
.s-block--special-products .s-block__title {
  justify-content: flex-start !important;
  font-size: 25px;
}
.s-block--special-products .s-block__title button {
  color: #000 !important;
}


.s-slider-block__title {
  justify-content: center;
  margin-bottom: 60px;
}
.s-slider-block__title-left {
  display:none;
}

.s-slider-block__title-right,
.s-slider-block__title-right h2{
  padding-left: 0px;
}

.s-slider-block__title-right {
  position: relative;
}

.s-slider-block__title-right h2 {
  font-size: 35px;
  color: #000;
}


.s-slider-block__title-right::after {
  content: "";
  width: 110%;
  height: 5px;
  background-color: #8EB424;
  position:absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  border-radius: 4px;
}

@media (max-width: 1024px) {
  .s-slider-block__title-right h2 {
  font-size: 20px;
}
.s-slider-block__title-right::after {
    height: 5px;
}
}


/* Banners */


.s-block--fixed-banner:nth-of-type(1) .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 Colorization */

footer {
  background-color: #8EB424 !important;
}
.store-footer__inner {
  position: relative;
  z-index: 2;
  background-color: #BDCAE0 !important;
}
.store-footer__inner *{
  color: #000 !important;
}

.store-footer h3 {
  color: #000 !important;
}
.copyright-text p {
  color: #fff !important;
}
.copyright-text p a:hover {
  color: #fff !important;
  opacity: 0.8;
}

/* Logo */

.store-footer__inner .grid > div:nth-of-type(1) > a::after {
  content: "";
  background: url("https://i.postimg.cc/7LTKpdCY/PRIME-LOGOldpi.png");
  display: block;
  background-size: contain;
  width: 100px;
  height: 70px;
  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));
  }
}

/* custom ScrollBar */
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #8EB424;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #8EB424;
  opacity: 0.7;
}


/* custom sections */
#cus-secs {
  width: 100%;
  padding-top: 60px;
}
#cus-secs #secs-wrapper {
  width: 100%;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0px, 250px));
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1024px) {
#cus-secs #secs-wrapper {
    grid-template-columns: repeat(5 , minmax(0px, 150px));
  }
}
#cus-secs #secs-wrapper #sec-link {
  width: 100%;
  transition: .3s;
  border-radius: 5%;
  /*border: 4px solid #8EB424;*/
  position: relative;
  display: block;
  overflow: hidden;
}
#cus-secs #secs-wrapper #sec-link:hover {
  transform: scale(1.1);
}
@media (max-width: 1024px) {
#cus-secs {
  padding-top: 20px;
}
}
#cus-secs #secs-wrapper #sec-link::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #2B539C7A;
  width: 101%;
  height: 101%;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  transition: .3s;
}

/*#cus-secs #secs-wrapper #sec-link:nth-of-type(1)::after {
  content: "البكجات";
}
#cus-secs #secs-wrapper #sec-link:nth-of-type(2)::after {
  content: "مناديل لمعة";
}

#cus-secs #secs-wrapper #sec-link:nth-of-type(3)::after {
  content: "منتجات بلاستيكية";
}
#cus-secs #secs-wrapper #sec-link:nth-of-type(4)::after {
  content: "النايلون والقصدير";
}

#cus-secs #secs-wrapper #sec-link:nth-of-type(5)::after {
  content: "منتجات الرول";
}*?

#cus-secs #secs-wrapper #sec-link:hover::after {  
  display: flex;
}
@media (max-width: 1024px) {
#cus-secs #secs-wrapper #sec-link {
  border-width: 3px;
}
  #cus-secs #secs-wrapper #sec-link::after {
  font-size: 16px;
  }
}
@media (max-width: 789px) {
#cus-secs #secs-wrapper #sec-link {
  border-width: 2px;
}
  #cus-secs #secs-wrapper #sec-link::after {
  font-size: 14px;
  }
}

@media (max-width: 620px) {
#cus-secs #secs-wrapper #sec-link {
  border-width: 1px;
}
  #cus-secs #secs-wrapper #sec-link::after {
  font-size: 8px;
  }
}


/* end custom sections */

/* custom sections 2 */
#cus-secs-sp {
  width: 100%;
  padding-top: 60px;
}
#cus-secs-sp #secs-wrapper {
  width: 100%;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0px, 250px));
  justify-content: center;
  gap: 10px;
}
#cus-secs-sp #secs-wrapper #sec-link {
  transition: .3s;
}
#cus-secs-sp #secs-wrapper #sec-link:hover {
  transform: scale(1.1);
}
@media (max-width: 1024px) {
#cus-secs-sp {
  padding-top: 40px;
}
}
/* end custom sections 2*/

/*************/
i.header-btn__icon.sicon-user-circle,
i.header-btn__icon.icon.sicon-shopping-bag,
i.sicon-menu {
    background: #8eb424 !important;
    color: white !important;
    border: 0px !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: 0.3s;
}

b.s-cart-summary-total {
    color:#8eb424 !important;
}



section.s-block.s-block--banners.container:has(div[data-bg="https://cdn.salla.sa/form-builder/01zpnZGhMzVuvErmSKOiqEDx3pYvN5fCr36Gnw9z.webp"]) .grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

section.s-block.s-block--banners.container:has(div[data-bg="https://cdn.salla.sa/form-builder/01zpnZGhMzVuvErmSKOiqEDx3pYvN5fCr36Gnw9z.webp"]) .grid > a {
  flex: 1;
  min-width: 0;
}

section.s-block.s-block--banners.container:has(div[data-bg="https://cdn.salla.sa/form-builder/01zpnZGhMzVuvErmSKOiqEDx3pYvN5fCr36Gnw9z.webp"]) .grid .banner-entry.square-photos {
  height: 200px;
}

@media (max-width: 767px) {
/*  section.s-block.s-block--banners.container:has(div[data-bg="https://cdn.salla.sa/form-builder/01zpnZGhMzVuvErmSKOiqEDx3pYvN5fCr36Gnw9z.webp"]) .grid > a {
    flex: 0 0 calc(33.33% - 7px);
  }
  
  section.s-block.s-block--banners.container:has(div[data-bg="https://cdn.salla.sa/form-builder/01zpnZGhMzVuvErmSKOiqEDx3pYvN5fCr36Gnw9z.webp"]) .grid > a:nth-child(4),
  section.s-block.s-block--banners.container:has(div[data-bg="https://cdn.salla.sa/form-builder/01zpnZGhMzVuvErmSKOiqEDx3pYvN5fCr36Gnw9z.webp"]) .grid > a:nth-child(5) {
    flex: 0 0 calc(35% - 10px);
    margin: 0 auto;
  }*/
  
  section.s-block.s-block--banners.container:has(div[data-bg="https://cdn.salla.sa/form-builder/01zpnZGhMzVuvErmSKOiqEDx3pYvN5fCr36Gnw9z.webp"]) .grid .banner-entry.square-photos {
    height: 69px;
  }
}

/****** prod ********/
.s-product-card-entry {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.s-product-card-content *{
    justify-content:center;
    text-align:center;
}

h4.s-product-card-price {
    color:red;
}
/********* section1 *********/
.swiper.s-slider-container{
    padding-block:20px
}
section.s-block.s-block--banners.container a.banner-entry.square-photos {
 background-color:transparent;
}


  /********** Features *****/
 
section.s-block.s-block--banners.container:has(div[data-bg="https://cdn.salla.sa/form-builder/g649EEClzDgq2Wh6Z4dA0fK0uYt7JnkOvtZO6tkS.webp"]) .grid {
    display:grid!important;
      grid-template-columns: repeat(3, 1fr) !important;
      grid-column-gap: 10px;
      grid-row-gap: 0px;
}
 

@media (max-width: 767px) {
       section.s-block.s-block--banners.container:has(div[data-bg="https://cdn.salla.sa/form-builder/g649EEClzDgq2Wh6Z4dA0fK0uYt7JnkOvtZO6tkS.webp"]) .grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 10px !important;
}
    section.s-block.s-block--banners.container:has(div[data-bg="https://cdn.salla.sa/form-builder/g649EEClzDgq2Wh6Z4dA0fK0uYt7JnkOvtZO6tkS.webp"]) .grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    
    section.s-block.s-block--banners.container:has(div[data-bg="https://cdn.salla.sa/form-builder/g649EEClzDgq2Wh6Z4dA0fK0uYt7JnkOvtZO6tkS.webp"]) .grid > a:nth-child(3) {
        grid-column: span 2;
        width: 50%;
        margin: 0 auto;
    }
        section.s-block.s-block--banners.container:has(div[data-bg="https://cdn.salla.sa/form-builder/g649EEClzDgq2Wh6Z4dA0fK0uYt7JnkOvtZO6tkS.webp"]) a.banner-entry.square-photos {
            height:110px !important;
        }
    
}
}



salla-social.s-social-list {
    display: flex;
    gap: 15px;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

salla-social .s-social-link {
    display: inline-block;
    margin: 0;
}

salla-social .s-social-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    text-decoration: none;
}

salla-social .s-social-link a:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.25);
}

salla-social .s-social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

salla-social .s-social-icon svg {
    width: 100%;
    height: 100%;
    fill: white;
}

salla-social .s-social-link a[href*="instagram"] {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
}

salla-social .s-social-link a[href*="tiktok"] {
    background: #000 !important;
}

salla-social .s-social-link a[href*="snapchat"] {
    background: #FFFC00 !important;
}

salla-social .s-social-link a[href*="snapchat"] .s-social-icon svg {
    fill: #000; /* لون أيقونة سناب شات أسود */
}

salla-social .s-social-link a[href*="instagram"]:hover {
    animation: instagram-pulse 1.5s infinite;
}

@keyframes instagram-pulse {
    0% { transform: translateY(-3px) scale(1); }
    50% { transform: translateY(-3px) scale(1.1); }
    100% { transform: translateY(-3px) scale(1); }
}

@media (max-width: 480px) {
    salla-social.s-social-list {
        gap: 10px;
    }
    
    salla-social .s-social-link a {
        width: 40px;
        height: 40px;
    }
    
    salla-social .s-social-icon {
        width: 20px;
        height: 20px;
    }
}