/* Add custom CSS styles below */ 



/**********product**********************/
.s-slider-block__display-all {
    background: linear-gradient(45deg, #e08d1b, #f7e0b3);
    padding: 6px 18px;
    border-radius: 18px;
    color:#111 ;
}

#app.btns-gradient .tab-trigger.is-active, #app.btns-gradient .tab-trigger.is-active>button{
  background: linear-gradient(45deg, #e08d1b, #f7e0b3) !important;
}

.s-block-tabs button.tab-trigger{
border:1px solid #e08d1b;
color:#e08d1b ;
}

.s-slider-nav-arrow{
background:#e08d1b;
}
.s-slider-nav-arrow svg {
    fill: #000;
}
/**********************media*************/
@media(max-width:768px){
.footer-links .grid-cols-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

}



/*****************footer****************/
.store-footer h3 {
   text-align:center;
    background: #fff;
    color: #377dab;
    border-radius: 20px;
}