/**** Salla CSS ****/
.custom-container{
    width: 100%;
    max-width: 90rem;
    margin-inline: auto;
}
 .advanced-slider-with-text  {
    --btnColor: #873D1D !important;
     --btnBg: #fff !important
}
.reversed-about a{
    border-radius: 60px !important
}
.footer-description + p{
    margin-bottom:20px
}
.footer-logos img.h-10 {
    height: 5.5rem;
}
.mt-0{
margin-top: 0 !important;
}
.product-card img{
    filter: brightness(100%) contrast(90%) grayscale(10%);
}
.index .anime-item{
    opacity: 1;
}
.s-block--about a{
  border-radius: 60px !important;
}
@media (min-width: 992px) {
    .s-block--special-products-slider .s-products-slider-card {
        width: 36%;
    }
    .s-block--best-offers {
      padding-left: 6.25rem;
      padding-right: 6.25rem;
    }
    .advanced-slider-with-text .container{
        max-width: 1200px
    }
    .advanced-slider-with-text h2{
        font-size: 2rem;
         color:#fff;
    }
    .advanced-slider-with-text p{
        font-size:16px;
        max-width: 28rem;
    }
    .advanced-slider-with-text .advanced-slider__caption__inner__content__button{
        border-radius: 60px;
        padding-left: 2.25rem;
        padding-right: 2.25rem;
        padding-top: 9px;
        padding-bottom: 9px;
    }
    .advanced-slider-with-text .advanced-slider__caption__inner__content__button:before{
        border-radius: 60px;
    }
    
    .reversed-about{
        padding-left: 6.25rem;
    padding-right: 6.25rem;
    }
    .reversed-about h2{
      font-size:2rem;
    }
    .reversed-about p{
      font-size:16px
    }
      .reversed-about .md\:flex-row{
        flex-direction: row-reverse;
        
    }
    
}
@media (max-width: 991px) {
	.s-block--special-products-slider .s-products-slider-card {
		max-width: 250px;
	}
    .advanced-slider-with-text .advanced-slider__caption__inner{
        display:none
    }
    .s-block--about.mobile-customized{
        text-align:center
    }
    .s-block--about.mobile-customized a{
        width:100%;
        margin-top:5px
    }
}

/**** OLD CSS ****/
.store-footer {
    /*background-size: 27px;*/
    padding-bottom: 60px;
    background-image:     url(https://ajhassets.azureedge.net/icons/footer-background.svg);
        background-repeat: space;
}

/*
.store-footer .footer-bottom {
    display: flex;
    width: 100%;
    margin-top: 3rem;
    height: 62px;
    margin-bottom: .75rem;
    background-image: url(https://ajhassets.azureedge.net/icons/footer-background.svg);
}
*/

.product-card__addToCart__btn salla-button {
    background-color: #873d1d;
    }
    
.mini-checkout-login .s-login-inline .s-button-primary {
    border-color: #873d1d;
    background-color: #873d1d;
    color: #ffffff;
}

.text-darker-reverse-var {
    color: #e5e5e5!important;
}

.bg-secondary-10 {
    background-color: #873d1d!important;
}
    
/*@media (max-width: 1024px) {
.store-footer {
padding-top: 11px;
}
}*/

.product-single .product-single__main-media a.swiper-slide {
    background-color: #f6f6f6;

    }
.h-full.object-cover.w-full, {
    mix-blend-mode: multiply;
}
img.h-full.w-full.main-image.transition-opacity.hover:opacity-90.object-cover {
    mix-blend-mode: multiply;
}
.topnav-is-dark .top-navbar {

     background-color: #263530!important
}

.footer-is-custom .store-footer .store-footer__newsletter {

     background-color: #f2e9ce!important
}
/* mobile logo and footer */
@media only screen and (max-width: 600px) {
    .navbar-brand img {
      max-height: 48px;
    }     
  }
  .product-single__inner .s-button-btn{
    border-radius: 15px!important;
}
.s-add-product-button-main .s-add-product-button-mini-checkout {
    border-radius: 15px;
    border-color: #883f1e;
    background-color: #26352f!important;
    border: 1px solid #26352f!important;
    color: #ffffea!important;;
}
.s-fast-checkout-button.outline{
    border: 1px solid #26352f!important;}
.s-add-product-button-mini-checkout-content{
    color: #ffffea!important;;
}
  
style attribute {
    --color-primary: #873d1d;
    --color-reverse-primary: #873d1d;
    --color-reverse-text: #004956;
    --color-text: #444444;
}

.product-card__image img {
    background-color: #f6f6f6;
    mix-blend-mode: multiply;
}
.loyalty .breadcrumbs {

    background-color: #883f1e;
}