/* Add custom CSS styles below */ 
.s-block--bundle-hero-slider{
  margin: 0 !important;
}
html[dir="ltr"] .lg\:text-right{
  text-align: left !important;
}
.header-buttons.hidden , .header-search {
  display: none !important;
}

.header-buttons {
  display: flex;
}
.header-buttons  > button{
  display: flex !important;
}

#mainnav .marketing{
  display: none ;
}
 
.header-btn > span{
  display: none !important;
}

.top-navbar{
  border: 0 !important;
  background: transparent; 
}


.top-navbar >  .container  > .flex {
  justify-content: space-between;
}



.banner-slides.aos-init{
    margin: 0; 
}

.banner-slides.aos-init .container {
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0; 
}

.banner-slides.aos-init .container .swiper-slide{
          height: 768px !important;
      background: transparent !important;
}

.banner-slides.aos-init .container .swiper-slide img{
  border-radius: 0 !important;  
  object-fit: fill;
}

header.store-header{
      position: absolute;
    z-index: 1;
    width: 100%; 
}

body:not(.index) header.store-header {
    position: relative; 
    background: #27230c;
}
salla-cart-summary[header] .s-cart-summary-wrapper {
 
    padding: 0;
    border-left: 0px solid rgba(0, 0, 0, 0.1);
    border-right: 0px solid rgba(0, 0, 0, 0.1);
   
}
salla-cart-summary[header] .header-btn__icon.icon , .header-btn , .header-buttons button{
    margin: 0;
    background-color: transparent;
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 7px;
  flex-basis: unset; 
}
salla-cart-summary[header] .header-btn__icon.icon svg , .header-btn svg , .header-buttons svg{
  filter: brightness(0) saturate(100%) invert(98%) sepia(100%) saturate(0%) hue-rotate(15deg) brightness(103%) contrast(103%);
}
salla-cart-summary{
  margin: 0 !important;
    min-width: auto;
    min-height: auto;
}


 .top-navbar > .container > .flex > div:last-of-type{
   gap: 20px;
 }

salla-cart-summary[header] .s-cart-summary-wrapper:hover {
    background-color: transparent !important; 
}


@media (min-width: 1024px) {
  header .links-large-screen {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  header .links-large-screen.custom-menu-ready {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  header .links-large-screen.custom-menu-inline {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    border-bottom: 0 !important;
  }

  header .links-large-screen.custom-menu-inline > .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  header .links-large-screen.custom-menu-inline custom-main-menu,
  header .links-large-screen.custom-menu-inline nav,
  header .links-large-screen.custom-menu-inline .main-menu {
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  header .links-large-screen.custom-menu-inline .main-menu {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
    gap: 18px !important;
  }

  header .links-large-screen.custom-menu-inline .main-menu > li.root-level[data-menu-item] {
    display: inline-flex !important;
    align-items: center !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    transform: none !important;
  }

  header .links-large-screen.custom-menu-inline .main-menu > li.root-level[data-menu-item] > a {
    display: inline-flex !important;
    align-items: center !important;
    white-space: nowrap !important;
  }

  header .links-large-screen.custom-menu-inline .main-menu > li.custom-more-hidden {
    display: none !important;
  }

  header .header-buttons .search-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}
header .links-large-screen.custom-menu-inline > .container > .flex{
  justify-content: center;
}
.links-large-screen li.root-level > a{
      color: #fff;
    font-size: 16px;
}

.links-large-screen li.root-level > a:hover {
    color: rgb(212 193 88);
    background-color: transparent;
}

 
.s-block--banners:nth-of-type(3) .banner-entry{
  height: 350px;
  padding: 0;
      border-radius: 20px;
}

.s-block--banners:nth-of-type(4) .banner-entry{
  height: 400px;
  padding: 0;
      border-radius: 20px;
}

.s-block--banners:nth-of-type(3) .banner-entry:after ,
.s-block--banners:nth-of-type(4) .banner-entry:after{
  display: none;
}

.s-block--banners:nth-of-type(3) .banner-entry article ,
.s-block--banners:nth-of-type(4)  .banner-entry article {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    padding: 0;
    padding-bottom: 30px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 80%, #000000bf);
    border-radius: 20px;
}

.s-block--banners:nth-of-type(3)  .banner-entry article h3,
.s-block--banners:nth-of-type(4)  .banner-entry article h3{


    opacity: 1;
    transform: none;
    font-size: 42px;

  
}


.custom-banner-entry-cta{
  
    display: flex;
    align-items: center;
    margin-top: 20px;
    gap: 10px;

}

.custom-banners-section-title h4{
font-size: 32px;
    color: #4a4333;
    border-bottom: 2px solid;
    padding-bottom: 10px;
    display: table;
    margin: 0 auto 24px;

  
}
.custom-banners-section-title h5{
    font-size: 16px;
    color: #6c644a;
    margin-bottom: 40px;
    text-align: center;
  
}
.custom-video{
  margin-top: 80px;
  border-radius: 30px;
  text-align: center;
  cursor: pointer;
}
.plyr__poster { 
    background-size: cover; 
  border-radius: 30px;
}
.plyr__video-wrapper , .plyr__video-embed iframe{
  border-radius: 30px;
}

.video-overlay{
position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-bottom: 0px solid;
    padding: 0 0 0px 0;
    margin-bottom: 50px;
    border-radius: 0;
    border-bottom: 2px solid;
    padding: 0 0 10px 0;
}
.video-overlay h2 , .video-overlay p{
  
    font-size: 40px;
    color: #000;
    font-weight: 500;
margin: 0;
}
 
.custom-video-play-icon{
      position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%) translateY(-50%);
  cursor: pointer;
}


.custom-video > a{
      background: linear-gradient(267.34deg, #e7c95b, #b89e53);
    color: #fff;
    font-size: 20px;
  margin-top: 40px;
}



.wide-placeholder:last-of-type img{
      border-radius: 30px;
}


.custom-corporate-orders-title{
      font-size: 40px;
    color: #4a4333;
    font-weight: 500;
    margin: 100px auto 30px;
    display: table;
    border-bottom: 2px solid #4a4333;
    padding-bottom: 10px;
}


.friutsecall{
    background: #E4E6DB;
    padding: 50px 0;

  
}

.friutsecall > section{
  
    margin-top: 0;
    margin-bottom: 0;

}

.custom-features-title{
  font-weight: 500;
    margin: 0px auto 30px;
    display: table;
    padding-bottom: 10px;
    text-align: center;
    line-height: 1.2;
    font-size: 40px;
    color: #696248;
    border-bottom: 2px solid #696248;
}

.s-block--features__item{
    box-shadow: 0px 1px 11.4px rgba(0, 0, 0, 0.2);
    border-radius: 24px;
    background-color: #f7f3e8;
    border: 1px solid #a9b39b;
    padding: 32px 12px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
      gap: 20px;
} 

.feature-icon{
    width: auto !important;
    height: auto !important;
    background: transparent !important;
    border-radius: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
}
.feature-icon i {
  
    color: #4D4D4D !important;
    font-size: 80px !important;

}
.custom-feature-text-wrap h2{
    text-align: start;
    color: #696248;
    font-size: 26px;
    font-weight: 500;
    line-height: normal;

   
}
.custom-feature-text-wrap p{
    font-size: 18px;
    color: #696248;
    line-height: normal;
    text-align: start;

  
}


.store-footer__inner .container > div:first-of-type img{
      filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(13%) hue-rotate(237deg) brightness(104%) contrast(104%);
}
.store-footer__inner .container > div:first-of-type a:last-of-type{
  display: none;
}


.s-contacts-list.s-contacts-list-vertical .s-contacts-item .unicode {
    display: flex;
}


.s-contacts-list.s-contacts-list-vertical{
  flex-direction: column;
}

footer{
      margin: 100px 0 0 0 !important; 
    background: transparent !important;
}
 footer > div{ 
    background: #3b3f36;
    color: #ffffff;
    border-radius: 63px 63px 0px 0px;
    padding: 50px 0 30px 0  !important;
 } 

 .s-payments-list-wrap {
    width: auto;
       margin-inline-end: 6%;
}


.middlefiitrer{
  display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 8%;
      margin-top: 70px;
}

salla-social{
  display: none;
}
.store-footer__inner .container > div:not(:first-of-type) {
      padding-inline-start: 30%;
}

.store-footer__inner >  p{
      border-top: 1px solid;
    margin-top: 40px;
    padding-top: 30px;
}
salla-add-product-button .s-button-wrap button {
    background-color: transparent;
    color: #b89e53;
    transition: 0.4s;
}
salla-add-product-button .s-button-wrap button:hover {
   background: linear-gradient(267.34deg, #e7c95b, #b89e53);

    color: #fff; 
}


.s-product-card-entry{
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    background-color: #fcfbf7;
    border: 1px solid #c7c5c0;
  padding-bottom: 10px;
}
.s-product-card-image img {
        height: 320px;
        object-fit: cover;
    }

.s-product-card-vertical .s-product-card-wishlist-btn button{
      background: transparent !important;
}
.s-product-card-wishlist-btn i {
    color: #000;
    font-size: 25px;
   
}
.s-slider-block__title-left{
  display: none;
}
.s-slider-block__title{
  justify-content: center;
}

.s-slider-block__title h2{
  font-weight: 500;
    margin: 0px auto 30px;
    display: table;
    padding-bottom: 10px;
    text-align: center;
    line-height: 1.2;
    font-size: 40px;
    color: #696248;
    border-bottom: 2px solid #696248;
    padding-left: 0;
    padding-right: 0;
}
body{
  background: #FCFBF7 !important;
}
 .s-product-card-fit-height .s-product-card-image {
    height: auto;
    max-height: unset;
}


.s-block--best-offers .swiper-slide { 
    width: calc( 100% / 4.5 );
    max-width: unset; 
}
    .s-product-card-price {
        font-size: 30px;
        line-height: normal;
        color: #383226;
    }
.s-product-card-content-title a{
  color: #4a4333;
    font-size: 17px;
    margin-top: 15px;
}

.s-block--bundle-split-hero-features{
  margin: 0;
}
.s-product-card-promotion-title{
  border-radius: 12px;
  background-color: #b89e53;
  padding: 4px 8px;
  margin-inline-start: 20px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 1024px) and (max-width: 1280px) {

.banner-slides.aos-init .container .swiper-slide img{
object-fit: fill;
}
.banner-slides.aos-init .container .swiper-slide {
    height: 650px !important;
}
.s-block--best-offers .swiper-slide {
	width: calc( 100% / 3.5 );
	max-width: unset;
}



  .video-container { 
	max-height: 450px; 
}
.middlefiitrer { 
	padding: 0 3%;
	margin-top: 40px;
}
.feature-icon i {
	color: #4D4D4D !important;
	font-size: 60px !important;
}
.custom-feature-text-wrap p {
	font-size: 16px; 
}
.custom-feature-text-wrap h2 { 
	font-size: 22px; 
}

  
}

@media (max-width: 991px) {


.custom-banners-section-title h4 {
    font-size: 24px; 
    margin-bottom: 10px;
}
.custom-banners-section-title h5 {
    font-size: 14px; 
}










  
  .top-navbar .search-btn { 
  justify-content: center;
  }
.dev3-mobile-toggle{
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(13%) hue-rotate(237deg) brightness(104%) contrast(104%);
}


.banner-slides.aos-init .container .swiper-slide {
	height: 250px !important;
	background: transparent !important;
}


.s-block--banners:nth-of-type(3) .banner-entry article h3, .s-block--banners:nth-of-type(4) .banner-entry article h3 {
	 
	font-size: 16px;
}
.s-block--banners:nth-of-type(3) .banner-entry article, .s-block--banners:nth-of-type(4) .banner-entry article{
  padding-bottom: 10px;
  border-radius: 10px;
}

.s-block--banners:nth-of-type(3) .banner-entry {
	height: 170px;
	padding: 0;
	border-radius: 20px;
}
.s-block--banners:nth-of-type(3) > div{
          text-align: center;
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.s-block--banners:nth-of-type(4) .banner-entry {
	height: 140px;
	padding: 0;
	border-radius: 10px;
}
.s-block--banners:nth-of-type(4) > div{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.s-block--best-offers .swiper-slide {
    width: calc( 100% / 1.5 );
    max-width: unset;
}
   .s-product-card-image img {
    height: 200px;
    object-fit: cover;
}

.s-product-card-content-title a { 
    margin-top: 0;
}
.s-slider-block__title h2 { 
    font-size: 24px; 
}

.top-navbar > .container > .flex > div:last-of-type > salla-cart-summary , 
  .top-navbar > .container > .flex > div:last-of-type > button{
    display: none;
  }


.links-large-screen.custom-menu-inline.custom-menu-ready{
  display: none;
}

.custom-banner-entry-cta { 
    margin-top: 0;
    gap: 5px;
}

.video-overlay h2, .video-overlay p {
    font-size: 24px; 
}
.video-overlay{
  flex-direction: column;
    gap: 10px;
}
  .custom-corporate-orders-title{
    font-size: 24px;
    margin-top: 50px;
  }
.video-container>.custom-video-play-icon svg {
   
    width: 40px!important;
    height: 40px!important;
}
 
  .custom-features-title {
    font-weight: 500; 
    font-size: 24px; 
  }



.s-block--features > .grid{
  display: flex;
  flex-direction: column;
}

.store-footer__inner .container > div:not(:first-of-type) {
    padding-inline-start: 0;
    text-align: start;
}




.middlefiitrer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin-top: 10px;
    flex-direction: column;
}
.store-footer__inner{
      padding-bottom: 80px !important;
}
.s-payments-list-wrap {
    width: auto;
    margin-inline-end: 0;
}  
  button.chatbox-close, button.chatbox-open{
        bottom: 100px !important;
  }
}


.s-slider-block__title-right{
  padding: 0 !important;
}