:root {
    --main-color: #0c4e48;
    --sec-color: #f39362;
    --white-color: white;
    --black-color:black;
}

/********************* body ************************/

body{
    background-color:var(--white-color)
}
/********************* header ************************/
.top-navbar {
    background: var(--main-color);
    color:var(--white-color);
}

.bg-inherit{
    color:var(--main-color);
    background-color:var(--sec-color)}
.top-navbar .s-search-input {
    background-color: #759b9a !important;
}
@media (min-width: 1024px) {
    ul.main-menu,
    .main-menu li.root-level>a {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
}
.main-menu li.root-level>a {
    position: relative;
}

i.header-btn__icon.sicon-user-circle,
i.header-btn__icon.icon.sicon-shopping-bag,
i.sicon-menu {
    background: var(--main-color) !important;
    color: var(--white-color) !important;
    border: 0px !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: 0.3s;
}
i.sicon-menu{
    padding: 8px;
    border-radius: 50%;
}
i.header-btn__icon.sicon-user-circle:hover,
i.header-btn__icon.icon.sicon-shopping-bag:hover {
    background: var(--white-color) !important;
    color: var(--main-color) !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transform: translateY(-3px);
    transition: 0.3s;
}
@media (max-width: 480px) {
    div#mainnav {
        padding-top: 0.8rem !important;
    }
    .main-nav-container.fixed-header .inner {
    transform: none;
    top: 0;
    padding-block: 5.8px;
}
}
/************  slider **************/
section.s-block.s-block--photos-slider {
    margin-top: 0 !important;
}
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide{
    padding:0 !important;
    margin-top:0px !important;
    width:100% !important;
    border-radius:0 !important;
}
[dir=rtl] section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper{
    padding:0 !important;
}

img.w-full{
    border-radius: 0px;
}
.s-product-card-image img.loaded {
    background: white;
  
}

button.s-slider-next.s-slider-nav-arrow.swiper-button-disabled.swiper-button-lock , button.s-slider-prev.s-slider-nav-arrow.swiper-button-disabled.swiper-button-lock {
    display:none;
}

/************ banner **************/
section.s-block.s-block--fixed-banner.wide-placeholder > .container {
    padding: 0 !important;
    margin: 0px!important;
    max-width: 100%;
}

.s-products-slider-card.swiper-slide {
  margin-top:10px;
    margin-bottom:10px;    
}
.banner--fixed img {
    border-radius:0px;
    background-color: transparent;
}

button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
  color: white;
  background: var(--main-color) !important;
  transition: ease-out 0.5s;
  border: 2px solid var(--main-color) !important;

  box-shadow: inset 0 0 0 0 #ffffff;
}

button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center:hover {
  color: var(--main-color) !important;
  box-shadow: inset 0 -100px 0 0 #ffffff;
}

button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center:active {
  transform: scale(0.9);
}
.s-products-slider-card.swiper-slide {
    transition: transform 0.3s ease ;  
}

.s-products-slider-card.swiper-slide:hover {

    transform: translateY(-7px);  
}

.s-products-slider-card.swiper-slide {
    padding-top: 20px;
}



.s-product-card-entry {
  box-shadow: 0 0 10px 0 rgb(6 97 154 / 19%);
}

salla-slider[type]:not(.hydrated) > div > div, salla-slider[type]:not(.hydrated) .swiper > div > div > div, .carousel-slider .swiper-wrapper > div {
    padding-left: 0.625rem;
    margin-block: 19px;
    padding-right: 0.625rem;
}
/*title*/
.s-slider-block__title h2 {
    color:var(--main-color) !important;
    font-size:26px;
  position: relative;
  display: inline-block;     /* عشان البار يكون قدّ العنوان بس */
  padding-bottom: 60px;      /* مسافة بين النص والصورة */
  z-index: 1;
}

/* الصورة تحت العنوان بالـ ::before */
.s-slider-block__title h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom:   12px;                 /* تحت النص مباشرة */
  width: 100%;               /* قد عرض العنوان */
  height: 40px;              /* عدّليها حسب ارتفاع الصورة */
  background-image: url("https://i.ibb.co/zHsrcbXp/image.png");
  background-size: contain;
    background-repeat:no-repeat;
  background-position: center;
}
@media(min-width:991px){
.s-slider-block__title .s-slider-block__title-right{
    width: 56% !important;
    text-align: end !important;

}
}

.s-slider-block__title h2:where([dir=rtl],[dir=rtl] *) {
     padding-left: unset !important; 
}

/**** end products ***/
.banner-entry{background:white ;}
section:nth-of-type(2) .banner-entry:nth-of-type(1) .lazy__bg{
  background-position: center left !important;
}
section:nth-of-type(2) .banner-entry:nth-of-type(3) .lazy__bg{
  background-position: center right !important;
}

 a[href*="instagram"] {
  color: white;

  background: linear-gradient(
    45deg,
    #f09433 0,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  border: none;
}
 a[href*="tiktok"] {
  background: black;
  color: white;
  border: none;
}
 a[href*="snapchat"] {
  background: yellow;

  border: none;
}

.s-social-link a[href*="snapchat"] svg {
  fill: #000 !important;
}
 a[href*="youtube"] {
  background: red;
  border: none;
  color: white;
}
footer a[href*="x"] {
  background: #000;
  border: none;
   color: white;
}



.store-footer__inner {
 background-color:#134c46 !important;
   color:var(--white-color)
}
footer.store-footer {background: var(--sec-color) !important;}
@media (max-width: 767px) {
  .store-footer__inner * {
    justify-content: center;
    text-align: center;
  }
  
 .grid.one-row.md\:grid-cols-3.grid-flow-row.gap-3.sm\:gap-8 {
    grid-template-columns: repeat(3,minmax(0,1fr));
}
}

section.bg-white.p-5.rounded-md.mb-5 {
    background: #917e6f;
    border: 3px solid  black;
    border-radius: 7px;
}


 div.main-content.md\:sticky > div.flex.whitespace-nowrap.gap-4.items-center {
    width:fit-content;
}

section.cart-item span.item-price#has_discount {
    color:#fff;
    font-size:20px;
}


section.cart-item a.text-base {
    color:#fff;
}