:root {
  --main-color: #000000;
  --second-color: #e5917f;
  --third-color: #ffff;
      --forth-color: #fceee3;

    --fifth-color: #e69247;

 --six-color: #ff9f9f;
  --seven-color: #ff8e8e;
body{background:#f8f0e5;}
}
section.s-block.s-block--banners.container {
   background:#f6ebd7;
   
}

salla-slider.photos-slider .swiper-slide{width:100%;
padding-bottom:0px !important;
margin-top:50px;
}
salla-slider.photos-slider .swiper {
    padding-bottom: 0rem;
}

.navbar-brand img{animation: pulse 1s infinite;}
.md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap:1rem;
    }
.banner-entry:last-child {
  grid-column: auto !important;
  grid-row: auto !important;
}
.banner-entry:last-child {
         height: auto !important; 
    }
.two-row .banner-entry:last-child{
    padding:0;
    }
.s-search-input {
  
    padding-right: 60px;
}
.sicon-menu:before{color:black;}
.s-search-icon-wrap {
  background:black;
  padding:3px 7px;
  border-radius:10px;
}

.s-search-icon svg {
 
  fill: #fff !important;
}
.header-btn__icon {
  border:none;
  color:white !important;
  background:black;
  box-shadow: 1px 1px 5px black;
}

.full-banner-entry {
  
  background-color: transparent;
}
.full-banner-entry::after {
  
  display:none;
}
.inner.bg-inherit {
background:transparent;
backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(7px);
}




#mainnav{
background-color:transparent !important;
min-height:50px;
    border-radius: 0 !important;
 position: relative;
    z-index: 999;
}


#mainnav .inner.bg-inherit {
    padding:10px;
    min-height: 50px;
}


.banner.banner--fixed img{



background:transparent;
    
	
}
.banner.banner--fixed img:hover{
   
    }
    
a.banner-entry.square-photos  {
    background:transparent;
    transition:0.2s ease-in-out;
    scale:0.9;
    border-radius:30px;
    transform: scale(1);
	animation: pulse 2s infinite;
 
   
    
    }
    a.banner-entry.square-photos:hover  {
   
   scale: 1;
   

    border-radius: 40px;
    
    }
  
    
    
.right-side {
    width: 100%;
    padding-left:0!important;
    
    margin-bottom:20px;
    padding:7px;
    
    margin-top:30px;
 
    
    
}
.right-side h2{
text-align:center;
color:var(--main-color);
font-size:30px;
}
.right-side h2 {
  position: relative;
  display: inline-block;
  font-size: 24px;
  margin-bottom: 40px;
  padding:20px;
}

.right-side h2 {
  position: relative;
  display: inline-block;
  font-size: 24px;
  margin-bottom: 40px;
}

/* الخطين يمين وشمال */
.right-side h2::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #000 0%, #000 40%, transparent 40%, transparent 60%, #000 60%, #000 100%);
}

/* الدايرة في النص */
.right-side h2::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -16px;
  width: 12px;
  height: 12px;
  background: transparent;
  border-radius: 100%;
  z-index: 1;
  border:2px solid black;
  
}







.s-block__title .right-side{
 display:flex;
      justify-content: center;

}
   
.main-content h1{
color:black;}
.text-xl {
color:black!important;
}
.s-slider-block__title-right h2{
color:black !important;
}
.s-breadcrumb-wrapper li{
color:black !important;
}
.s-slider-block__title-left a{
color:var(--main-color);
}

body:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  z-index: 999999;
 background:transparent

  url(https://basic-settings.apps.salla.sa/_next/image?url=https%3A%2F%2Fcdn.salla.sa%2FDxQrV%2FUYaUOiSZNlt3tjvg1iUW0WB6P1PWsTOCTj0MuqUU.png&w=128&q=75);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 350px;
  animation-name: fade-in;
  animation-duration: 1.5s;
  transform: scale(0);
  border: none;

}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fade-in {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  75% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(0.1);
  }
}

/* NavBar start */
.s-menu-topnav-list{color:var(--third-color)}
.s-search-input::placeholder{color:black}
  .s-search-input{  border: 2px solid black!important;
     background: white !important;
box-shadow: 1px 1px 5px;
}

#mainnav {
  background-color: var(--main-color);
  border-radius:50%;
}
#mainnav .inner.bg-inherit {
    border-radius: 35px;
}



.text-primary {
  color: var(--third-color);
}
.main-menu a {
  color: black;
  transition:0.2s ease-out ;
}
.main-menu li > a:hover {
  color: var(--six-color);
      transform: translateY(-15%);
  
}

.mm-spn.mm-spn--light {
  color:  black !important;
}


.sicon-user-circle:hover::before {
  color: black;
}
.sicon-menu{color:var(--second-color);}
}
.header-btn__icon {
  border: none;
  color: white!important;
  box-shadow: 1px 1px 7px var(--second-color);
}
.header-btn__icon:hover {
  color: black;
}

.s-cart-summary-total {
  color: black;
}
.main-nav-container {
    min-height: 0px;
}
.s-cart-summary-count{
background-color:red !important;
}

@media only screen and (max-width: 1024px) {
  .mm-spn.mm-spn--light {
    color: var(--third-color);
    background: var(--third-color);
  
  }
 
  
}
@media (min-width: 480px) {
    .navbar-brand img {
       max-width:100px;
    }
}
@media only screen and (min-width: 620px) {
.two-row .banner-entry:first-child {
  grid-column: auto !important;
  grid-row: auto !important;
}
.top-navbar{padding:20px;
}
   .navbar-brand img {
       max-width:100px;
    }
  
 .banner--fixed img {
    width: 100%;
    margin: auto;
    
    
    
    }
     a.banner-entry {
     
        
        }
                
}
@media only screen and (min-width: 700px) {
.banner-entry:first-child {
  grid-column: auto !important;
  grid-row: auto !important;
}
    .banner-entry:first-child {
         height: auto !important; 
    }
    .two-row .banner-entry:first-child{padding:0;}
.s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *){

font-size: 2.125rem;}
 .store-footer__inner .container.grid.grid-col-1.lg\:grid-cols-6.gap-8.lg\:gap-6{
 display:flex;
 justify-content:space-evenly;
 flex-direction:column;
 padding-bottom:70px;
 padding:30px;
        

 }
 .s-menu-footer-list {
    padding: 10px;
}
 .store-footer__inner .rtl\:lg\:pl-20:where([dir="rtl"], [dir="rtl"] *){
 padding-left:0px;
 }
 
a.banner-entry.square-photos  {

}

   a.banner-entry {
   
        height:470px!important;
        }
                
}@media only screen and (min-width: 1100px) {
 .main-nav-container .container{
         padding: 0px 30px 0px 30px;
         }
         
  .right-side {
   
   
   
    
    
}
a.banner-entry.square-photos  {
   
    scale:1;
    margin-bottom:30px;

 
   
    
    }
    a.banner-entry.square-photos:hover  {
   
    scale:1.1;

 
   
    
    }
                
}

 



@media only screen and (max-width: 700px) {


  .s-product-card-image:hover{
 }
  
.right-side h2{
font-size:1.125rem;
}

}

/* NavBar End */

/* Sections Strat */
.swiper-pagination {
  display: none;
}

.slide--cat-entry i {
  content: "\ec0b";
  color: var(--main-color);
}

.s-block--categories .swiper-wrapper a {
  background-color: var(--third-color);
}

.slide--cat-entry h4 {
  color: var(--second-color);
}

.s-slider-block__title {
  color: var(--main-color);
  justify-content:center;
  
}

.s-block__title {
  color: var(--main-color);
}

/* Sections End */

/* Product start */

.s-products-slider-card {
  padding: 0.625rem;
  

}
.s-slider-block__title h2{
color:var(--third-color);
padding: 20px;
}
.s-slider-block__display-all{
color:var(--third-color)
}

.s-slider-block__title h2::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #000 0%, #000 40%, transparent 40%, transparent 60%, #000 60%, #000 100%);
}
.s-slider-block__title h2::after {
     content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -16px;
    width: 12px;
    height: 12px;
    background: transparent;
    border-radius: 100%;
    z-index: 1;
    border: 2px solid black;
}
.s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *){
padding:20px!important;
}
.carousel-slider .s-slider-block__title-nav{display:none;}

.s-product-card-entry:hover {


}


.s-product-card-image img {

  
  }
  
.s-product-card-image {
  position: relative;
  overflow: hidden;
 



}
.s-products-slider-slider{
margin-bottom:50px;
margin-top:10px;}


.s-product-card-entry {
    background: #faf2e7;
  
  
  transition:0.2s ease-out;
  
   margin-bottom:0px;
       
  border-radius:10px;
   box-shadow: 1px 1px 4px #453223;
}

.s-product-card-vertical .s-product-card-wishlist-btn button {
  background-color: rgba(11, 22, 73, 0.5) !important;
  color: var(--third-color);
}

.s-product-card-vertical .s-product-card-image {
  
position: relative;
  overflow: hidden;

}

.s-product-card-content-main {
  text-align: center;
}
.s-product-card-content {
    background: transparent;



}

.s-product-card-content-title a {
  color: #433b30!important;
}

.s-product-card-price{
    color:  #433b30!important;
    }
.s-product-card-content-title a:hover {
  color: black;
}

.s-product-card-content-sub {
  justify-content: center;
}
h4 {
  color: var(--third-color);
}
h4:hover {
  color: var(--second-color);
}
.s-product-card-content {
  padding: 0.75rem 0.75rem;
  justify-content: center;
  align-items: center;
}
.banner--fixed img{
background-color:var(--third-color);

}



.s-button-outline {
  
 
}

.s-product-card-entry {
  
}

.s-button-primary-outline {
  color: var(--third-color);
     background: linear-gradient(to left,#a17855,#33261d);
   border-radius:30px;
 
}

.s-button-primary-outline:hover {
 color: var(--third-color);
  background-color:  var(--third-color);
  
}
.s-block--features__item {
    background:transparent;
     transition:0.5s 
     
     
;
}
.s-block--features__item:hover{
 box-shadow: 1px 3px 8px;
}
.s-block--features__item .feature-icon {
  background-color: var(--third-color);
}
.s-block--features__item h2 {
  color: var(--main-color);
}

.s-block--features__item p {
  color: var(--main-color);
}

.s-block--features__item .feature-icon i {
  color: var(--third-color) !important;
}
.md\:text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
  color: var(--main-color);
}
.pb-1 p {
  padding-bottom: 0.25rem;
  color: var(--main-color);
}
.s-breadcrumb-item {
  color: var(--main-color);
}
.text-xl{ color: var(--main-color);}


/* Product End */

/* General styling for the footer */
/* Footer General Styles */
.store-footer {



}




.footer-is-light .store-footer .store-footer__inner {
    background-color: transparent;
    font-size: 18 px !important;
}



.store-footer__inner {
       border-bottom-width: 1px;
    border-style: dashed;
    border-bottom-color: rgba(255, 255, 255, 0.1);
    --tw-bg-opacity: 1;
    background-color: rgba(29, 31, 31, var(--tw-bg-opacity));
    padding-top: 2rem;
    padding-bottom: 2rem;


}

.store-footer__inner .flex {

    justify-content: center;
}

.store-footer__inner .max-w-sm {
    margin: auto;
}

.store-footer h3 {

    color: white!important;
    font-size: 1.3rem;
    text-align:center;
    margin: auto;
    width:90%;
    font-size: 1.4rem;
  
 
    margin-bottom: auto;
  padding: 10px;
  

  border-radius: 25px;
  padding: 0px;
  margin-bottom: 20px;
}
.flex.items-center.m-0 h3{
width:90%;
  
 
}
.flex.items-center.m-0 {
background-image: url(https://basic-settings.apps.salla.sa/_next/image?url=https%3A%2F%2Fcdn.salla.sa%2FDxQrV%2FUYaUOiSZNlt3tjvg1iUW0WB6P1PWsTOCTj0MuqUU.png&w=128&q=75);
    background-size: contain;
    background-repeat: no-repeat;
  
    background-position: center;
    margin-bottom: 20px;
     animation: shake 13s infinite;
  scale:1.5;
 
}

.store-footer a h3:nth-child(1) {
    font-size: 0!important ;
    
    }



.footer-list {
    color: white!important;
}

.store-footer__inner .max-w-sm {
    color: white!important;
    ;
}

.store-footer a {
    color: white!important;
    ;
}

.store-footer a:hover {
    color: white;
}

.s-contacts-header {
    display: none;
}

.s-contacts-list.s-contacts-list-vertical {
    align-items: center;
}

.store-footer i {
    color: white!important;
    border-color: transparent !important;
}

.store-footer .contact-social {
    border: none;
}

.store-footer__inner {
    text-align: center;
   
}
.store-footer__inner h3 {
   
}
.store-footer__inner h3:hover {
    color: white !important;
}

.s-breadcrumb-wrapper {
    color: 


 !important;
}

.s-block--features__item .feature-icon {
   background: linear-gradient(to bottom,#a17855,#33261d);
    font-size: 30px !important;
    color: var(--third-color);

}



.s-block--features__item:hover {
    scale: 1.08;
    box-shadow: 0 3px 6px 0 rgba(102, 15, 86, 0.333), 0 6px 20px 0 rgba(190, 78, 169, 0.262);

    border-radius: 30px;
}

@media only screen and (max-width: 600px) {
.grid.one-row.md\:grid-cols-2.grid-flow-row.gap-3.sm\:gap-8{ grid-template-columns: repeat(3, minmax(0, 1fr));
        gap:1rem;
}
.md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap:1rem;
    }
.grid.md\:grid-cols-3 > a:last-child {
  grid-column: 1 / -1;
  justify-self: center;
  width:100%;}
.s-product-card-entry {
    
    height: 364px;
}
.s-product-card-image-cover{
object}
body:after {
background-size:160px;
}
    .store-footer h3 {
        font-size: 17px !important;

    }

    .gap-4 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .s-menu-topnav-list {
        padding: 0;
        box-shadow: none;
    }
    
    .full-banner-entry {
  
  background-color: transparent;
background-size: contain;
  background-repeat:no-repeat;
  height:200px;
}
.right-side {
    width: 90%;
  
  
    
}
.s-block__title {

  justify-content: center;
}
.banner.banner--fixed img{

scale:1;

}.banner.banner--fixed img:hover{

scale:1;

}
a.banner-entry.square-photos  {
   gap:0;
   scale:0.95;
 
   
    
    }a.banner-entry.square-photos:hover  {
  
   scale:1;
 
   
    
    }
}

.copyright-text p {
    color: white!important;
}

.store-footer::after {
    animation: shake 3s;

  animation-iteration-count: infinite;
    
    top: 0px;
    font-size: 16px;
    opacity: 0.8;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    color: var(--main-color) !important;
    padding: 10px;
    background-color: var(--third-color);
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}



























  .lazy__bg.lazy.entered.loaded {
    background-size:contain;
    background-repeat: no-repeat;
    
}
.s-block--fixed-banner a{
scale: 1.08;
    box-shadow: 0 3px 6px 0 rgba(102, 15, 86, 0.333), 0 6px 20px 0 rgba(190, 78, 169, 0.262);

    border-radius: 30px;scale: 1.08;
    }
    salla-social.s-social-list.hydrated {
    display: flex;
    align-items: center;
    justify-content: center;
}
@keyframes pulse {
	0% {
		transform: scale(0.95);
		
	}

	70% {
		transform: scale(1);
		
	}

	100% {
		transform: scale(0.95);
		
	}
}
@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}
a.s-menu-topnav-item.topnav-link-item.right-side{
color:black;}
.s-user-menu-dropdown {bottom:auto;}

#best-offers-2-slider {
  opacity: 0 ;
  transform: translateX(100%) ; /* يمكن تغيير القيمة لـ translateX(-100%) إذا كنت تريد التحرك من اليسار */
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
}

.s-products-slider-card {
  position: relative;
  overflow: hidden;
}

.s-product-card-content {
 
  width: 100%;
  
  transition: transform 0.5s ease-in-out; /* التأثير الناعم */
  الخلفية البيضاء */
  padding: 10px;
 backrground:white!important;
  transition:0.6s;
  
}

.s-products-slider-card:hover .s-product-card-content {
  transform: translateY(0); /* عند الـ hover نرفع المحتوى لأعلى */
  opacity:1;
}
.s-product-card-entry.a:hover .s-product-card-content{
transform: translateY(0); /* عند الـ hover نرفع المحتوى لأعلى */
  opacity:1;
  }
#best-offers-2-slider.s-products-slider-wrapper {
  opacity: 0 ;
  transform: translateX(100%) 
;
}
.s-product-card-content {
  will-change: transform;
}
.store-footer {
 background-color: #222;
  color: white;
  padding: 60px 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.store-footer::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #222;
  border-bottom-left-radius: 100% 50px;
  border-bottom-right-radius: 100% 50px;
  z-index: -1;
}

.store-footer.visible {
  transform: translateY(0); 
}


.s-products-list-vertical-cards{
    gap: 1.625rem;
    padding: 15px;}
    .s-products-list{
overflow:visible;}
.s-product-card-vertical:hover .s-product-card-content{
transform: translateY(0); /* عند الـ hover نرفع المحتوى لأعلى */
  opacity:1;}
      .s-block {
       margin-top: 0;
    }
    .container {
   
   padding-right:0; 
     padding-left: 0;
}
.banner--fixed img {
   
   border-radius: 0; 
    
   
}
.s-block--features + .s-block--features, .s-block--fixed-banner + .s-block--fixed-banner, .s-block--banners + .s-block--banners {
   

margin-top:0;!important}
.s-slider-block__title{
}
@media (min-width: 1280px) {
    .container {
         max-width: none ; 
    }
}
salla-mini-checkout-modal#salla-modal {
    z-index: 9999999999999999999999999999;
}
.s-modal-container{z-index:9999999999999999999999999999}
.s-product-card-image-cover {
   
    object-fit: fill;
}
.s-product-card-content-main h3{
    
    color: var(--second-color)!important;
}
.questions-block {
  background: linear-gradient(135deg, rgba(0, 123, 255, 0.000001), rgba(0, 53, 153, 0.000001));
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  opacity: 0.95;
}

.s-block_title_container {
  color: white;
}

.main-title h5 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: white;
  transition: color 0.3s ease;
  animation: glowingText 3.5s infinite alternate;
}

.subtitle {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
}

.question-item {
  margin: 10px 0;
  border-radius: 8px;
  overflow: hidden;
  background-color: #ffffff;
  transition: transform 0.3s ease-in-out;
}

.question-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to left, var(--main-color), var(--second-color));
    color: white;
    padding: 15px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  
  .question:hover {
    background: linear-gradient(to right, var(--main-color), var(--second-color));
    background-color: rgb(6, 106, 68); /* لتغيير لون الخلفية عند التحويم */
  }
  
.question i {
  transition: transform 0.3s ease;
}

.question.open i {
  transform: rotate(180deg);
}

.answer {
  padding: 15px;
  background-color: #f8f9fa;
  color: #000000;
  display: none;
  opacity: 1;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.answer.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.flex.justify-center.items-center.w-full.mt-10 p {
  background-color: white;
  height: 2px;
  width: 60px;
  border-radius: 5px;
}
@keyframes glowingText {
    0% {
      text-shadow: 0 0 5px var(--main-color), 0 0 10px var(--main-color), 0 0 15px var(--main-color), 0 0 20px var(--main-color);
      color: var(--second-color);
    }
    50% {
      text-shadow: 0 0 15px var(--main-color), 0 0 25px var(--main-color), 0 0 35px var(--main-color), 0 0 50px var(--main-color);
      color: var(--main-color);
    }
    100% {
      text-shadow: 0 0 5px var(--main-color), 0 0 10px var(--main-color), 0 0 15px var(--main-color), 0 0 20px var(--main-color);
      color: var(--second-color);
    }
  }
.s-products-slider-card {
    scale: 0.8;
}
.s-contacts-icon{border-color:white;!important}/* Add custom CSS styles below */



.store-footer {
  position: relative;
     background-color: rgba(29, 31, 31, var(--tw-bg-opacity));
  overflow: hidden;
}

.store-footer::before {
  content: "";
  position: absolute;
  top: -50px;
    left: 0px;
    width: 100%;
    height: 200px;
  background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1440 100" xmlns="http://www.w3.org/2000/svg"><path fill="%23ffffff" d="M0,100 C480,0 960,0 1440,100 L1440,0 L0,0 Z"/></svg>') no-repeat top center;
  background-size: cover;
  z-index: 2;
}
header.store-header:before {
    content: '';
    background: url(https://f.top4top.io/p_3452smiw31.png);
    background-position-x: 0;
    animation: scrollBrands 1100s linear infinite;
    display: block;
    background-color: var(--main-color);
    z-index: 9999999999999999
}

@keyframes scrollBrands {
    0% {
        background-position-x: 0
    }

    50% {
        background-position-x: 35000px
    }

    100% {
        background-position-x: 0
    }
}

@media(max-width: 767px) {
    header.store-header:before {
        background-size: 180%;
        height: 30px;
        background-position: center;
        margin-bottom: -2px;
    }
}

@media(min-width: 767px) {
    header.store-header:before {
        background-size: 110%;
        height: 65px;
        background-position: center;
        margin-bottom: -2px;
    }
}
.s-user-menu-trigger{background:transparent;}
.s-slider-block__title-right:where([dir="rtl"], [dir="rtl"] *){padding-left:0rem;}












.s-block--hero-slider .swiper-slide{background-color: transparent;!important}

@media (min-width: 1280px) {
    .s-block--hero-slider .swiper-slide {
        height: 700px;
    }
}

.s-block--hero-slider .swiper-slide .overlay-bg:after {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    background-color: transparent;
    --tw-content: "";
    content: "";
    content: var(--tw-content);
}



























@media only screen and (max-width: 700px) {
a.banner-entry {
   
        height:120px!important;
        }
.overlay-bg.bg-cover.bg-center.absolute.inset-0{
    background-size: contain;
    background-repeat: no-repeat;}

.s-block--hero-slider.swiper-slide {
    position: relative;
    height: 200px;
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, 1);
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity, 1));
}
.flex-center.container.pb-16.sm\:pb-0.home-slider__content.relative.h-full{padding-bottom:0;}
.s-block--hero-slider .swiper-slide{background-color: white;!important}


  
salla-slider#main-slider-0 .swiper-wrapper.s-slider-swiper-wrapper 
{
    height: 200px !important;
    display: flex!important;
    align-items: center!important;
}
}
.s-slider-v-centered.fullwidth-slider .s-slider-block__title-nav button {
 
    display: none;
}

.content-entry h4{color:black;}
.main-content h1 {
    
    padding: 20px;
}
nav.breadcrumbs.w-full.py-5 {
    padding: 1.25rem;
}
.footer-is-light .store-footer{
 background: linear-gradient(to left,#63472f,#392b20);}
.store-footer__inner p{color:white;!important}
.store-footer__inner strong{color:#dcad66;!important}
.s-reviews-testimonial{background:transparent;}