/* Add custom CSS styles below */ 
body{
  background-color:#fff;
}

.s-block.s-block--fixed-banner:first-of-type {
  margin-top: unset !important;
}

.s-block.s-block--fixed-banner img {
  border-radius: 0px;
}


.s-block.s-block--fixed-banner:first-of-type .container, #app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(10) > div {
  max-width: unset;
  padding: 0px;
}

#main-content > section:nth-of-type(2),
#main-content > section:nth-of-type(6) {
    width: 463px;
  margin:auto;
}

.s-block.s-block--fixed-banner img , .square-photos{
  background-color:transparent;
} 

#app > div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--banners.container{
  max-width:500px;
}
.s-block--banners .two-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 640px) {
  .s-block--banners .two-row {
    grid-template-columns: repeat(3, minmax(0, 1fr)); /* small screens */
  }
}

@media (min-width: 768px) {
  .s-block--banners .two-row {
    grid-template-columns: repeat(4, minmax(0, 1fr)); /* medium screens */
  }
}

@media (min-width: 1024px) {
  .s-block--banners .two-row {
    grid-template-columns: repeat(5, minmax(0, 1fr)); /* large screens */
  }
}

.s-block--banners .two-row .banner-entry {
  height: 200px !important;
}

.two-row .banner-entry:first-child {
  grid-column: unset;
  grid-row: unset;
}



.s-product-card-vertical {
  box-shadow: 0px 0px 9px 0px #adadad;
  padding: 8px;
}
.s-products-slider-slider .swiper-wrapper{
  padding:10px 0px ;
}
.s-product-card-content-sub {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color:#A89F3A;
}

div.s-product-card-content > div.s-product-card-content-footer.gap-2 > salla-add-product-button > div > salla-button > button {
background: linear-gradient(90deg,rgba(237, 95, 143, 1) 0%, rgba(242, 141, 175, 1) 100%);
}

div.s-product-card-content > div.s-product-card-content-footer.gap-2 > salla-add-product-button > div > salla-button > button > span > span,
div.s-product-card-content > div.s-product-card-content-footer.gap-2 > salla-add-product-button > div > salla-button > button > span > i {
  color: #fff;
}


.s-button-outline {
  border: none;
}

.s-button-btn, .s-price-range-number-input{
  border-radius:5px;
}

.store-footer__inner{
background: linear-gradient(90deg,rgba(237, 95, 143, 1) 0%, rgba(242, 141, 175, 1) 100%);
  color:#fff;
}
div.s-product-card-content > div.s-product-card-content-footer.gap-2 > salla-add-product-button > div > salla-button > button {
    background: linear-gradient(90deg, rgb(78 141 182) 0%, rgb(138 203 246) 100%);
}
.store-footer__inner {
    background: linear-gradient(90deg, rgb(205 157 236) 0%, rgb(205 157 236) 100%);
    color: #fff;
}
div.s-product-card-content > div.s-product-card-content-footer.gap-2 > salla-add-product-button > div > salla-button > button {
    background: linear-gradient(90deg, rgb(205 157 236) 0%, rgb(205 157 236) 100%);
}
#app > div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--banners.container {
    max-width: 800px;
}
.s-block--banners+.s-block--banners, .s-block--features+.s-block--features, .s-block--fixed-banner+.s-block--fixed-banner {
    margin-top: 0em;
}
body {
    background-color: #EED8FD;
}
@media (min-width: 1024px) {
    .s-block--banners .two-row {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
.bg-inherit {
    background-color: #eed8fd
}
.store-header,
.header-btn__icon.sicon-user-circle,
.header-btn__icon.icon.sicon-shopping-bag,
.s-cart-summary-total,
.s-search-input::placeholder,
.s-slider-block__title-right {
  color: var(--color-primary)
}
.store-footer__inner {
  color: #fff
}
.s-product-card-content-title a,
.product-index .main-content h1,
.s-breadcrumb-wrapper,
.s-product-card-price,
.product-index .main-content > div > div
{
  color: #cd9dec;
}
.s-breadcrumb-wrapper svg {
  fill: #cd9dec;
}
.s-infinite-scroll-btn {
  color: #fff;
}
.product-single .main-content,
.cart #main-content,
.product-single #main-content {
  color: #ad51eb !important;
}
.product-single .main-content,
.cart #main-content *,
.product-single #main-content * {
  color: inherit !important;
}
.product-single  salla-comments {
  display: none
}