/* Add custom CSS styles below */ 
.app-inner {
  background-color: #F2FFFD;
}


.s-block--main-slider-1 .slide-content .max-w-lg {
    max-width: unset;
    align-items: center;
}
.s-block--main-slider-1 .slide-content a {
    background-color: var(--color-primary);
    padding: 1.5rem 3rem;
}
.s-block--main-slider-1 .slide-content a svg {
    display: none;
}


button.undefined {
    background-color: var(--color-primary);
    color: #fff
}
html[color-theme="dark"] .app-inner {
    background-color: #2f2f2f;
}
custom-salla-product-card {
  border: 1px solid #000;
  padding: 15px;
  border-radius: 20px;
}
salla-add-product-button button *{
  color: #000;
}
.store-footer {
  border-radius: 20px 20px 0px 0px;
}

.store-footer .container:nth-child(3) {
  background-color: #eed638 !important;
  max-width: 100% !important;
  padding: 20px;
}
.store-footer div:nth-child(3) * {
 color: #000 !important; 
}
.header , 
.head-bg{
  background-color: #eed638 !important;
}


.VisitorsCounter14763 {
  display:none !important;
}