:root {
  --main-color: #c6bcb7;
}
body {
  background-color: white !important;
}
/*****header****/

#payment_process > div > ul > li {
color:transparent !important;
    display:none !important;
}

.navbar-brand img {
  max-height: 4rem;
  width: auto;
  max-width: 100px;
}

.top-navbar {
  background-color: var(--main-color) !important;
  color: white !important;
}
.s-search-input {
  border: 1px solid #dddd !important;
}
.s-cart-summary-count {
  background-color: var(--main-color);
}

/*****header****/
/*****banner****/
.banner--fixed img {
  background-color: transparent;
}
.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-rtl.swiper-backface-hidden {
  padding: 0 !important;
}

section.s-block.s-block--photos-slider {
  margin: 0;
}

salla-slider.photos-slider .swiper-slide {
  padding: 0;
  width: 100% !important;
  margin: 0;
  border-radius: 0;
}
.w-full.object-contain.rounded-md {
  border-radius: 0 !important;
}
section.s-block.s-block--fixed-banner.wide-placeholder {
  margin: 0;
  margin-bottom: 20px !important;
}
section.s-block.s-block--fixed-banner.wide-placeholder .container {
  margin: 0;
  padding: 0;
  max-width: 100% !important;
  margin-bottom: 20px !important;
}
.banner--fixed img {
  border-radius: 0;
}


body.index > div.app-inner.flex.flex-col.min-h-full > section:nth-child(5) > div {
  grid-template-columns: repeat(4, minmax(0, 1fr));
    
}
body.index > div.app-inner.flex.flex-col.min-h-full > section:nth-child(5) > div a  {
  height:150px !important;
  background-color:transparent;
    
}
body.index > div.app-inner.flex.flex-col.min-h-full > section > div a div{
  background-size:contain !important;
  background-repeat:no-repeat; 
  background-position:center;
    
}





body.index > div.app-inner.flex.flex-col.min-h-full > section:nth-child(7) > div {
  grid-template-columns: repeat(3, minmax(0, 1fr));
    
}
body.index > div.app-inner.flex.flex-col.min-h-full > section:nth-child(7) > div a  {
  height: 350px !important;
  background-color:transparent;
}


body.index > div.app-inner.flex.flex-col.min-h-full > section:nth-child(11) > div {
  grid-template-columns: repeat(2, minmax(0, 1fr));
    
}
body.index > div.app-inner.flex.flex-col.min-h-full > section:nth-child(11) > div a  {
  height: 613px!important;
  background-color:transparent;
}
@media(max-width:992px){
  body.index > div.app-inner.flex.flex-col.min-h-full > section:nth-child(5) > div a  {
  height:80px !important;
  background-color:transparent;
    
}
    body.index > div.app-inner.flex.flex-col.min-h-full > section:nth-child(7) > div a  {
  height:130px !important;
  background-color:transparent;
    
}
body.index > div.app-inner.flex.flex-col.min-h-full > section:nth-child(11) > div a  {
  height: 181px !important;
  background-color:transparent;
}
}

/*****banner****/

/******product*****/
.s-slider-block__title-right,
.s-block__title {

  color: var(--main-color);
}


.s-button-primary-outline {
  background-color: #7c7c7c;
}
.s-button-primary-outline {
  background-color: #7c7c7c;
}


@media (max-width: 600px) {
  .s-product-card-vertical {
    border-radius: 0 0 1rem 1rem;
    width: 180px;
  }
  .s-products-slider-card {
    max-width: 200px;
  }
}
.s-products-slider-card.swiper-slide {
  margin-bottom: 20px;
  margin-top: 20px;
}
a.s-slider-block__display-all {
  color: black;
}
.s-product-card-entry {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.s-product-card-entry:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  background-color: #f7f7f7;
}

.s-product-card-entry:hover .s-product-card-image {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

.s-product-card-content-footer button {
  background-color: var(--main-color);
  color: white;
  transition: background-color 0.3s ease, transform 0.3s ease,
    box-shadow 0.3s ease;
  transform: translateY(10px);
}

.s-product-card-entry:hover .s-product-card-content-footer button {
  transform: scale(1.1) translateY(0);
  box-shadow: 0 0 10px rgb(57, 31, 31), 0 0 20px rgba(172, 107, 107, 0.97);
}
/*glow effect */

.s-slider-block__display-all {
  background: transparent;
  z-index: 9999;
  margin-top: 62px;
}

/******product*****/
/**********footer********/

@media (max-width: 600px) {
  .lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 a.flex.items-center.m-0 {
    margin: auto;
  }
}
footer.store-footer {
  background: white !important;
}

.store-footer__inner {
  background: var(--main-color) !important;
  position: relative;
  color: #000;
  padding-top: 10rem;
}
span.text-sm.copyright-text p.text-gray-400.mb-2\.5.md\:mb-0 {
  display: none;
}
.lg\:grid-cols-6 {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 50px;
  }
}

.lg\:grid-cols-6:before {
  content: "";
  background-image: url(https://i.ibb.co/ZppzTHLj/image.webp);
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 200px;
  height: 200px;

  top: 1%;
  left: 50%;
  transform: translate(-50%, 0%);
}
.lg\:grid-cols-6:after {
  content: "";
  background-color: white;
  display: block;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 1px;

  top: 33%;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media (max-width: 600px) {
  .lg\:grid-cols-6:before {
    width: 150px;
    height: 150px;
  }
  .lg\:grid-cols-6:after {
    top: 20%;
  }
}
.s-social-list {
  margin-top: 10px;
}
@media (max-width: 600px) {
  .s-social-list.hydrated {
    justify-content: center;
  }
}
/**********footer********/
/*****special******/
#main-links-1 .swiper-wrapper {
  position: relative;
  justify-content: space-around !important;
  margin-bottom: 20px;
  margin: 20px auto;
  gap: 0;
}
@media (max-width: 600px) {
  #main-links-1 .swiper-wrapper {
    position: relative;
    justify-content: start !important;
    margin-bottom: 20px;
    margin: 20px auto;
    margin-right: 30px !important ;
max-width: 45% !important;
  }
}
#main-links-1 tion.s-block.s-block--categories .container {
  margin: 0 auto;
  padding: 0;
  max-width: 80%;
}
#main-links-1 .swiper-slide.slide--one-sixth {
  transition: transform 0.3s ease;
}

#main-links-1 .swiper-slide.slide--one-sixth:hover {
  transform: translateY(-10px);
}
#main-links-1 .swiper-slide {
  padding-top: 10px;
}
#main-links-1 a.slide--cat-entry {
  position: relative;
  overflow: hidden;
}

/*========colors========*/
#main-links-1 a.slide--cat-entry {
  border: none;
  max-width: 238px;
  width: 200px;
  height: 200px;
  border-radius: 16px;
}

#main-links-1 .swiper-slide.slide--one-sixth a.slide--cat-entry {
  background: transparent;
}

/*========colors========*/

@media (max-width: 600px) {
  #main-links-1 .swiper-slide.slide--one-sixth {
    max-width: 150px;
  }

  #main-links-1 a.slide--cat-entry {
    max-height: 100px;
    max-width: 100px;
  }
  #main-links-1 .swiper-slide.slide--one-sixth {
    margin: 0 auto;
    justify-content: space-around !important;
    display: flex;
    max-width: 110px;
  }
}

#main-links-1 .slide--cat-entry i {
  background-size: contain !important;
  display: inline-block;
  margin: -10px 0 20px;
  width: 150px;
  height: 150px;
  color: transparent;
}
@media (max-width: 600px) {
  #main-links-1 .slide--cat-entry i {
    width: 80px;
    height: 72.4px;
  }
}
#main-links-1 .swiper-slide:nth-child(1) .slide--cat-entry i {
  background: url("https://i.ibb.co/XZyqTWsL/1-4.webp") no-repeat center center;
}
#main-links-1 .swiper-slide:nth-child(2) .slide--cat-entry i {
  background: url("https://i.ibb.co/rN57qDd/1-12-1.webp") no-repeat center
    center;
}
#main-links-1 .swiper-slide:nth-child(3) .slide--cat-entry i {
  background: url("https://i.ibb.co/4n22nDkB/1-8.webp") no-repeat center center;
}
#main-links-1 .swiper-slide:nth-child(4) .slide--cat-entry i {
  background: url("https://i.ibb.co/rG8r20zJ/1-14-1.webp") no-repeat center
    center;
}

#main-links-1 a.slide--cat-entry h2 {
  margin-top: -5px;
  color: var(--main-color);
  font-weight: normal;
  font-size: 25px;
}
@media (max-width: 600px) {
  #main-links-1 a.slide--cat-entry h2 {
    margin-top: -15px;
 font-family: "Cairo", sans-serif;
  font-weight: 400;
  font-style: normal;

    font-size: 14px;
  }
}
/*****special******/


.banner-entry.square-photos {
  padding: 0 !important;
  background-color: transparent;
  height: 300px !important;
}
.grid.one-row.md\:grid-cols-3.grid-flow-row.gap-3.sm\:gap-8 {

  
  margin-bottom: 50px;
}


/****** footer blocks *******/
[title="instagram"]{
      background: linear-gradient(
    to right,
    #833ab4,#fd1d1d,#fcb045
  );
  color:white !important;
}

[title="twitter"]{
  background-color:black;
  color:white;
}
[title="snapchat"]{
  background-color:#FFFC00;
  color:black;
}
[title="tiktok"]{
  background-color:black;
  color:white;
}
[title="youtube"]{
  background-color:#CD201F;
  color:white;
}
[title="pinterest"]{
  background-color:#CD201F;
  color:white;
}

footer.store-footer li.s-social-link{
    transition:all 0.3s ease;
}
footer.store-footer li.s-social-link:hover {
    transform: translateY(-3px);
}

@media(max-width:991px){
.s-product-card-image-cover{
    object-fit:unset !important;
}
.store-footer__inner *{
    justify-content:center;
    text-align:center;
}
}


div.main-content.md\:sticky.md\:overflow-hidden.top-24.w-full.md\:w-2\/4.md\:pb-16 > form > div > salla-social {
      flex-direction: row-reverse;
 }
 
 
 
  div.main-content.md\:sticky.md\:overflow-hidden.top-24.w-full.md\:w-2\/4.md\:pb-16 > form > div > salla-social > li:nth-child(2) , div.main-content.md\:sticky.md\:overflow-hidden.top-24.w-full.md\:w-2\/4.md\:pb-16 > form > div > salla-social > li:nth-child(1) ,div.main-content.md\:sticky.md\:overflow-hidden.top-24.w-full.md\:w-2\/4.md\:pb-16 > div.hidden.lg\:block > salla-social > li:nth-child(4) ,div.main-content.md\:sticky.md\:overflow-hidden.top-24.w-full.md\:w-2\/4.md\:pb-16 > div.hidden.lg\:block > salla-social > li:nth-child(5) {
    display:none
}





/****** توسيط المنتجات ***/
@media(min-width:991px){
section:nth-of-type(6) .swiper-wrapper,
section:nth-of-type(10) .swiper-wrapper{
  justify-content:center !important;
}
}


body.index .s-products-slider-wrapper div.s-slider-block__title>div.s-slider-block__title-right>h2 ,
body.index .s-block__title h2{
    position: relative;
    padding-left: 0!important;
    margin-bottom: 1rem;
    font-size:20px;
    color: #c6bbb5;
}



body.index .s-products-slider-wrapper .s-slider-block__title ,body.index .s-block__title {
    flex-direction: column;
    gap: 38px
}


/***** المدونة ***/
.blog-index .post-entry img,
.blog-single .main-content img{
  object-fit:contain !important;
}
.s-product-card-image {
    background: #fff !important;
}

body.index .s-slider-block__title-left {
    display: none;
}

/****** ازالة رسالة صفحة الدفع  ***/