/* Add custom CSS styles below */ 
body{
background-color: #f3f4f6;
}

/*nav section*/

.s-advertisement-content-main{
  color: #f3f4f6;
}
.top-navbar{
display: none;
}
#mainnav{
  background-color: #f3f4f6;
    color: #15564c;
}

/*first banner*/

#main-content .s-block--fixed-banner:first-of-type{
margin-top: 0px; 
}
.s-block--fixed-banner:first-of-type .container {
    max-width: 100% !important;
    padding:0px;
    border-radius: 0;
  }
.s-block--fixed-banner:first-of-type .container img {
      border-radius: 0;
}

/* section title */ 

.s-block__title{
  justify-content: center;
}
.s-block__title div h2{
  font-size: 1.75rem !important;
  line-height: 2.5rem !important;
}
.s-block__title {
  align-items: center;
  width: 100%;
}

.right-side {
  padding-left: 0px !important;
  display: flex;
  align-items: center;
  gap: 16px; /* space between title and lines */
  width: 100%;
  position: relative;
}

/* LEFT LINE */
.right-side::before {
  content: "";
  height: 1px;
  flex: 1;
  background-color: #d1d5db; /* same as bg-gray-300 */
}

/* RIGHT LINE */
.right-side::after {
  content: "";
  height: 1px;
  flex: 1;
  background-color: #d1d5db;
}

/* Keep title from shrinking */
.right-side h2 {
  white-space: nowrap;
}
/*product card*/
salla-add-product-button button.s-button-btn {
  border-radius: 9px;
background: linear-gradient(
  to right,
  #15564c 20%, /* الأساس */
  #1f6d5b 30%, /* درجة أفتح بنعومة */
  #218f79 70%, /* لمعة مميزة بدون ما تبقى فاقعة */
  #2b6f5d 80%  /* ختام متناغم */
);
  background-size: 500% auto;
  animation: textShine 5s ease-in-out infinite alternate;
  color: #fff; /* your text color */
}
@keyframes textShine {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}
.s-product-card-vertical {
  border: 2px solid #15564cd9;
}
/*feature*/
.s-block--features__item {
    background-color: rgb(255 255 255 / 49%);
    box-shadow: 0 8px 20px rgba(69, 131, 132, 0.15);
    display: flex;
    align-items: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.s-block--features__item .feature-icon {
   background-color: transparent;
    width: auto;
    height: auto;
    border-radius: 0;
}
.sicon-send-mail:before,
.sicon-donation:before,
.sicon-cash-payment:before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.sicon-send-mail:before {
  background-image: url(
https://i.ibb.co/ymSGqnRN/time.png
);
}

.sicon-donation:before {
  background-image: url(https://i.ibb.co/pBbbSGfH/warranty.png);
}

.sicon-cash-payment:before {
  background-image: url(https://i.ibb.co/nqgBvK3p/money.png);
}
/*footer*/
.store-footer{
  background-color: rgb(243 244 246);
}
.store-footer__inner{
    background-image: linear-gradient(215deg, #15564c -5%, #549c91a8);
    border-radius: 15px 15px 0px 0px !important;
}

@media (max-width:640px){
   .banner-entry{
    height: 100px !important;
  }
}
@media (max-width: 767px) {
  .grid.one-row {
    grid-template-columns: repeat(2, 1fr); /* 2 columns → 2 rows if 3 items */
    gap: 12px; /* optional spacing */
  }
 .s-products-slider-card{
  max-width: 180px !important;
}
  .store-footer__inner .container > div{
    display: flex;
    flex-direction: column;
    align-items: center;
 }
  .s-contacts,.store-footer__inner .container div salla-menu{
    text-align: center !important;
  }
}
@media (min-width: 768px){
  .store-footer__inner .container{
    display: flex;
    justify-content: space-around;
  }
}
@media (min-width: 1024px) {
  .lazy__bg{
    background-size: cover !important;
  }
}