/* Add custom CSS styles below */ 
:root {
  --main-color: #F289B6;
  --sec-color: #8a4e68;
  --white-color: white; }
body{background:var(--white-color);}
/* start header */
.inner.bg-inherit {
    background: #A1476E33;
    color:var(--main-color) !important;
}
.top-navbar .s-search-input {
    background-color:var(--main-color) !important;
}
.s-search-input::placeholder {
  color:  var(--white-color) !important;
}

.s-search-input:-ms-input-placeholder { 
  color:  var(--white-color) !important;
}

.s-search-input::-ms-input-placeholder {
  color:  var(--white-color) !important;
}
.s-search-icon svg {
    fill: var(--white-color) !important;
}
.s-menu-topnav-list *{ color:var(--main-color) !important;
}
i.header-btn__icon.icon.sicon-shopping-bag ,i.header-btn__icon.sicon-user-circle{
    background: var(--main-color) !important;
    color: var(--white-color) !important;
    border:none;
}

i.sicon-menu.text-primary.text-2xl {
    background:var(--main-color) !important;
    border-radius: 50px;
    padding: 6px;
    color: var(--white-color) !important;
  
}
/* end header */

/** start slider **/
section.s-block.s-block--photos-slider {
  margin-top: 0;
  .swiper-slide {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
  }
  & * {
    border-radius: 0 !important;
  }
  .swiper.s-slider-container {
    padding: 0 !important;
  }
  .s-slider-block__title-nav {
    visibility: hidden;
  }
}
.main-nav-container.fixed-header .inner {
  background: var(--white-color) !important;
  color: var(--main-color) !important;
}
/** End slider **/

/** start banners **/
.banner--fixed img {
  background: var(--white-color) !important;
}

/* استثناء القسم الذي يحتوي على الرابط المحدد */
section.s-block.s-block--fixed-banner.wide-placeholder:not(:has(a[href="https://fanar-collection.com/offers"])):first-of-type {
  margin-top: 0 !important;
}

section.s-block.s-block--fixed-banner.wide-placeholder:not(:has(a[href="https://fanar-collection.com/offers"])) > .container {
  max-width: fit-content !important;
}

/* استثناء الصورة داخل الرابط المحدد */
a.banner--fixed:not([href="https://fanar-collection.com/offers"]) img {
  border-radius: 0 !important;
  background: var(--white-color) !important;
}
/** End banners **/

/* start catagroies */

body.index > div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--banners.container > div{ grid-template-columns: repeat(4, minmax(0, 1fr));
}

 body.index > div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--banners.container > div a:nth-child(1) {
    grid-area:1/1/1/1 !important;
}

 body.index > div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--banners.container > div .banner-entry {
  height: 392px;
  background: var(--white-color) !important;
   
}

@media (max-width: 767px) {
 body.index > div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--banners.container > div .banner-entry {
  height: 120px;
}
}



/* end catagroies */





/*start products*/
salla-add-product-button button.s-button-element {
  position: relative;
  transition: all 250ms ease-in-out;
  overflow: hidden;
  z-index: 1;
  background-color: var(--main-color) ; 
  color:var(--white-color);
}

salla-add-product-button button.s-button-element::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color:var(--white-color); 
  z-index: -1;
  transition: all 250ms ease-in-out;
}

salla-add-product-button button.s-button-element:hover::before {
  width: 100%;
}
.s-button-primary-outline:hover {
    fill: var(--main-color)!important;
    color:var(--main-color)!important;
}

img.s-product-card-image-contain.lazy.loaded {
    background: var(--white-color);
}

h3.s-product-card-content-title a {
    color: var(--sec-color) !important;
}
.s-product-card-price{color: var(--main-color)  !important;
}

.s-product-card-vertical .s-product-card-wishlist-btn button {
 opacity: 1;
 background-color:var(--main-color) !important; 
 color: var(--white-color) !important; ;
}



.s-slider-block__title-right h2,
.right-side h2 {
  position: relative;
  color: var(--sec-color) ;
  font-size: 20px;
}

.s-slider-block__title-right h2::after,
.right-side h2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  width: 50%;
  height: 2px;
  background-color:var(--sec-color);
  border-radius: 3px;
  transition: width 0.5s ease-out;
}

.s-slider-block__title-right h2:hover::after,
.right-side h2:hover::after {
  width: 100%;
}

custom-salla-product-card.s-product-card-entry {
  border-radius: 8px;
  box-shadow: 0 2px 8px rgb(242 137 182 / 16%);
  transition: all 0.4s ease;
}

custom-salla-product-card.s-product-card-entry:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgb(242 137 182 / 16%);
}

/*end products*/

/* start feature */
.grid.grid-cols-\[repeat\(2\,minmax\(0\,1fr\)\)\].md\:grid-cols-\[repeat\(3\,minmax\(0\,1fr\)\)\].gap-4.sm\:gap-6.xl\:gap-8 {
    background:#F289B62E ;
    border-radius:66px ;
}
.s-block--features__item {
    background: transparent;
}
.s-block--features__item .feature-icon {
    background-color: transparent !important;
}

.s-block--features__item h2{
    color:#931F51 ;
    font-weight:700;
    font-size:23.49px;
    line-height:133%;
}
.s-block--features__item p{
    color:#931F51 ;
    font-weight:400;
    font-size:18px;
    line-height:133%;
}
.s-block--features__item:hover {
    box-shadow: none !important;
}

@media (max-width: 767px) {
 .grid.grid-cols-\[repeat\(2\,minmax\(0\,1fr\)\)\].md\:grid-cols-\[repeat\(3\,minmax\(0\,1fr\)\)\].gap-4.sm\:gap-6.xl\:gap-8 {
    border-radius:40px ;
}   
.s-block--features__item h2{
    font-size:18px;
}
.s-block--features__item p{
    font-size: 14px;
}
}
/* end feature */
/*start footer */
footer a[href*=instagram] {
background: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
color:var(--white-color);

}
footer a[href*=tiktok] {
    background:black;
    color:var(--white-color);
}
footer a[href*=snapchat] {
    background:yellow;
    color:black;
}
.store-footer__inner {
background: #c46f93 !important ;
}
div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div > div:nth-child(2){ color: var(--white-color) !important; 
}
 div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 > a > h3 {display:none}
div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 > p{display:none;}
.s-social-list {
    justify-content: center;
}

salla-contacts.s-contacts.hydrated {color: var(--white-color) !important; }

@media (max-width: 767px) {
  .store-footer__inner * {
    justify-content: center;
    text-align: center;
  }
  #app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 > img{
    max-width: 65%;
    margin: auto;
}
}

/* end footer */


*, ::before, ::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #f289b6 !important;
}


.s-products-list-placeholder span svg {
       fill: #ffffff;

}
.s-products-list-placeholder span {
      background-color:var(--main-color) !important;
}