/* Add custom CSS styles below */ 
/*body*/


/**/
/* loge*/

.navbar-brand img {
    max-height: 3rem !important;
    width: auto;
    max-width: unset !important;
}
/***/
/*.special_title*/
.special_title .wrapper.container p {
    font-size: 35px;
    font-weight: 500;
}/**/

/*categary*/
.al-categories .grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}


/**/

/*products*/
.s-product-card-vertical .s-product-card-content-footer salla-add-product-button .s-button-element {
    border-radius: 0 !important;
    color: white !important;
    border: none !important;
    background: var(--color-primary);
}

/**/

/**/

.Al_products-and-stories .story-slide-inactive {
    opacity: 1;
}
/**/
/**/
footer {
    background-color: var(--color-primary) !important;
    color: #fff !important;
}

footer .copyright-text p {
  
    color: #fff !important;
}

.copyright-text p a:hover{
    color:#fff !important;
}
.store-footer__inner  .col-span-2 > a img{
    max-width: 100%;
    filter: brightness(0.0)invert(1);
}

.remove-product-btn .s-button-primary {
    border-color: #000000;
    background-color: #ffffff;
}

/**/
@media(max-width:768px){
.special_title .wrapper.container p{
font-size:20px;

    
}
/*categary*/
.al-categories .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}


/**/


/* footer */
.store-footer__inner .grid .col-span-2 {
    grid-column: span 1 / span 2;
}
footer * {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.store-footer__inner  .col-span-2 > a {
    max-width: 150px;
    margin: auto;
}


.store-footer__inner .s-menu-footer-list > a{
text-align :center;
}
/**/


}