/* Add custom CSS styles below */ 

body {
    background-color: #0B0844;
}

/* Header */
.s-menu-topnav-list {
    color: #fff;
}

/* start hero banner */
body.index section:first-of-type{
  margin-top: 0;
}
salla-slider.photos-slider .swiper-slide {
    margin: 0;
    padding: 0;
    width: 100%;
    border-radius: 0;
}
salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
    padding: 0;
}
.s-slider-v-centered .s-slider-block__title-nav {
    display: none;
}

/* start fixed banner */
section.s-block.s-block--fixed-banner .container {
    max-width: 100%;
    padding: 0;
}
.banner--fixed img {
    background-color: unset !important;
}

/* Start Features */
section.s-block--features .grid {
    background-color: rgb(255 255 255 / 10%);
}
.s-block--features__item {
    background: transparent;
}
.s-block--features__item :is(h2,p),
.s-block--features__item .feature-icon i{
  color: #fff;
}

/* Start Grid Items */
.two-row .banner-entry:first-child {
    grid-column: span 1 / span 1;
    grid-row: span 1 / span 1;
}
.banner-entry {
    background: unset;
}
.banner-entry .lazy__bg {
    background-size: contain !important;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
}
.banner-entry:hover .lazy__bg {
    scale: 0.9;
}

/* First Grid */
.grid.one-row .banner-entry {
    height: 260px;
}

/* Last Grid */
.md\:grid-cols-3.two-row .banner-entry:last-child{
      grid-column: span 3;
}
.md\:grid-cols-3.two-row .banner-entry{
      height: 265px;
}
.two-row .banner-entry:first-child {
    padding: 0.75rem;
}

@media(max-width:767px){
.grid.one-row .banner-entry {
    height: 170px;
}
.md\:grid-cols-3.two-row .banner-entry{
      height: 85px;
}
}

/* Start Products */
.s-product-card-entry {
    background: #0f0d30;
}
.s-button-primary-outline,
.s-block__title h2,
.s-slider-block__title h2,
.s-product-card-content,
h3.s-product-card-content-title a,
.s-product-card-content-title a:hover,
.s-product-card-content-subtitle,
.s-block__display-all{
  color: #fff;
}
salla-breadcrumb li,
salla-breadcrumb svg,
.main-content :is(h1,label,p ) {
    color: #fff;
    fill: #fff;
}
.main-content  label.form-label,
section.cart-item :is(h1,p){
    color: #000;
}

/* Start Testemonials */
.s-reviews-testimonial {
    background: #ffffff1a;
}
.s-reviews-header,
.s-reviews-testimonial__text :is(p , h2),
span.s-reviews-testimonial__icon svg{
  color: #fff;
  fill: #fff;
}

/* start footer */
.footer-is-light .store-footer{
  background: #0F0D30;
}

.footer-is-light .store-footer .store-footer__inner {
 background-color: #0F0D30;
 border: none;
  color: #fff;
}
.store-footer h3,
.copyright-text p {
  color: #fff;
}
.store-footer h3 {
    background: #0b0844;
    padding: 10px;
    border-radius: 0 10px 0 10px;
    box-shadow: 2px 2px 10px #ffffff1a;
    color: #fff;
    width: max-content;
}

@media(max-width:767px){  
.container.grid.grid-col-1.lg\:grid-cols-6.gap-8.lg\:gap-6 * {
    text-align: center;
    justify-content: center;
}
  .store-footer h3{
        margin: 1rem auto;
  }
}


.container.container--product-details span,
.container.container--product-details strong
,.container.container--product-details ::marker {
    color: #fff !important;
}
button.s-social-share-btn
,button.btn--wishlist{
    background-color: #111827 !important;
}