/* Add custom CSS styles below */ 


/*body*/
body {

    background-color: #FFFBEB;
}
/*end*/



/*start customize section*/

    salla-slider.photos-slider .swiper-slide {
    padding: 0rem;
    margin: 0rem;
    width: 100%;
}

.s-slider-block__title-nav {
    visibility: hidden;
}

 salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
    padding: 0rem;
}  

section:first-of-type {
        margin-top:0;
}

 /*end*/

    /*banner*/
.banner--fixed img {
    background-color: transparent;
    padding: 0rem;
}
/*end*/


/* start customize setion*/
.md\:grid-cols-3 {
    grid-template-columns: repeat(4,minmax(0,1fr));
}
.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
a.banner-entry{
    height: 300px;
    background-color:unset;
}
section.s-block.s-block--banners.container .lazy__bg.lazy.entered.loaded{
    background-size: contain;
    background-repeat: no-repeat;
}

a.banner-entry.square-photos:hover {
  transform: scale(1.1);
  transition: transform 1s ease;
}

.banner-entry  {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.banner-entry::after {
  content: '';
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0.25);
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.banner-entry:hover::after {
  animation: flashing 0.5s linear;
}

@keyframes flashing {

  0%,
  50% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@media(min-width:768px) and (max-width:1200px){
a.banner-entry{
    height: 225px;
}
}
@media(max-width:767px){
a.banner-entry{
    height: 135px;
    padding: 0rem;
  
}
}

/* end customize setion*/

section:nth-of-type(2){
    position: relative;
    margin-top: -5%;
    z-index: 1;
}


section:nth-of-type(3){
   .md\:grid-cols-3 {
    grid-template-columns: repeat(3,minmax(0,1fr));
}
}

section:nth-of-type(4){
    max-width:50%;
    margin-right:auto;
    margin-left:auto;
}
/*product card*/

 .s-button-btn,.s-price-range-number-input {
    
    color: #fff;
    border-color: #CDA105;
    
}

.s-products-slider-card.swiper-slide {
    width: 55%;
    
}  

.s-button-element:not(:disabled):not([loading]) {
    pointer-events: auto;
    background-color: #CDA105;
}
.s-product-card-vertical:hover {
    transform: scale(1.02);
    transition: .8s;
}

.s-button-btn:hover {
    background-color: #E6CF7B;
    color: #fff !important;

}
/*end*/


/*footer*/
.store-footer__inner,
.store-footer {
    background-color: #CDA105 !important;
    color: #000 !important;
}

footer *{
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
/*end*/