/* Add custom CSS styles below */ 
section.s-block.s-block--banners.container:nth-of-type(2) .grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}



section.s-block.s-block--banners.container a.banner-entry.square-photos:nth-child(1) {
    height:200px!important;
   
}

section.s-block.s-block--banners.container a.banner-entry.square-photos{
    background-color:transparent; 
}

section.s-block.s-block--banners.container .lazy__bg.lazy.entered.loaded {
    background-color:transparent!important;
}

section.s-block.s-block--banners.container:nth-of-type(3) .grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

/* Add custom CSS styles below */ 

body{
    background-color:#ffffff;
}
.navbar-brand img{
   max-height: 100px!important;
}
.inner.bg-inherit {
    background-color:#fcf3ed;
}

i.header-btn__icon.sicon-user-circle , i.header-btn__icon.icon.sicon-shopping-bag{
    background-color:#8c683a;
    color:white;
    border:none;
}


input.s-search-input {
    border:2px solid #8c683a !important;
}
section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(1) > .container {
    padding: 0 !important;
    margin: 0px!important;
    max-width: 100%;
    
}
.banner--fixed img {
    border-radius: 0rem !important;
     background-color: transparent;
    }
 section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(1) {
     margin-top: 0rem;
 }

section.s-block.s-block--banners.container:nth-of-type(2) .grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}



section.s-block.s-block--banners.container a.banner-entry.square-photos:nth-child(1) {
    height:200px!important;
   
}

section.s-block.s-block--banners.container a.banner-entry.square-photos{
    background-color:transparent; 
}

section.s-block.s-block--banners.container .lazy__bg.lazy.entered.loaded {
    background-color:transparent!important;
}

section.s-block.s-block--banners.container:nth-of-type(3) .grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

button.s-button-element.s-button-btn.s-button-solid.s-button-wide.s-button-primary.s-button-loader-center {
    color: white;
    background-color:#e4a4a4;
    border-radius:10px;
}
button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    color:white;
    background-color:#e4a4a4;
        border-radius:10px;

}
.s-product-card-image img.loaded{
    background-color:white;
}
.s-product-card-entry {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.s-product-card-entry:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}


.swiper.s-slider-container{
    padding-bottom:2rem;
}

.s-product-card-content *{
    justify-content:center;
    text-align:center
}
.s-block--features__item p{
    display:none;
}

.s-block--features__item h2{
    font-size:20px;
    color:#e4a4a4;
}

.s-block--features__item {
    border:2px solid #e4a4a4;
}

.store-footer__inner{
    background-color:white!important;
}

footer.store-footer {
    background-color:#e4a4a4!important;
}
footer.store-footer .copyright-text p{
    color:white;
}


@media(max-width: 767px){
   .store-footer__inner *{
    justify-content:center;
    text-align:center;
}
    .s-block--features__item {
        padding:10px
    }
    section.s-block.s-block--categories .swiper-slide.slide--one-sixth {
    width:30%
}
  
}

section.s-block.s-block--categories img.w-16.h-16.object-cover.rounded-full.mb-2\.5 {
    height:150px!important;
    width:150px!important;
}
section.s-block.s-block--categories .swiper-slide.slide--one-sixth[aria-label="1 / 11"] {
    order: 8;
}
section.s-block.s-block--categories .swiper-slide.slide--one-sixth[aria-label="2 / 11"] {
    order: 7;
}
section.s-block.s-block--categories .swiper-slide.slide--one-sixth[aria-label="3 / 11"] {
    order: 6;
}
section.s-block.s-block--categories .swiper-slide.slide--one-sixth[aria-label="4 / 11"] {
    order: 5;
}
section.s-block.s-block--categories .swiper-slide.slide--one-sixth[aria-label="5 / 11"] {
    order: 11;
}
section.s-block.s-block--categories .swiper-slide.slide--one-sixth[aria-label="6 / 11"] {
    order: 10;
}
section.s-block.s-block--categories .swiper-slide.slide--one-sixth[aria-label="7 / 11"] {
    order: 9;
}
section.s-block.s-block--categories .swiper-slide.slide--one-sixth[aria-label="8 / 11"] {
    order: 4;
}
section.s-block.s-block--categories .swiper-slide.slide--one-sixth[aria-label="9 / 11"] {
    order: 3;
}
 section.s-block.s-block--categories .swiper-slide.slide--one-sixth[aria-label="10 / 11"] {
    order: 2;
} 
section.s-block.s-block--categories .swiper-slide.slide--one-sixth[aria-label="11 / 11"] {
    order: 1;
}