/* Add custom CSS styles below */ 
@media (min-width: 1024px) {
    .lg\:text-5xl {
        font-size: 3rem;
        line-height: 1;
        margin: 20px;
    }
    }

#app salla-add-product-button button[product-id].s-button-primary {
    background-color: #ffdb5e;
    background-color: #ffdb5e;
    color: #253358;
    border-color: #253358;
    border-color: #253358;
}
@media only screen and (max-width: 600px) {

html:not(.dark) #app{
    --store-bg-image: url(https://cdn.salla.sa/form-builder/bw11vwJ4fG5kdZqN368VeQR04vSBh20ZcCEbSEnE.png);
    background-image: var(--store-bg-image);
  background-color: rgba(0,0,0,0.5); 
  }
  }
  #app salla-add-product-button button[product-id].s-button-primary {
    background-color: #ffdb5e;
    background-color: #080068;
    color: #fedd5b;
    border-color: #253358;
    border-color: #253358;
}
.mobile-nav-gradient {
    background: linear-gradient(45deg, #080068, #080068) !important;
    border-width: 0 !important;
    color: var(--gradient-text-color) !important;
}