body {
  background-image: url(https://i.postimg.cc/vBfkbq7M/Frame-1597883358.png) !important;
  background-size: cover;
  @media (max-width: 1024px) {
  background-size: 250%;
  }
}  
:root {
    --color-primary: #9c00f0;
    --bg-primary: #fff;
    --bg-secondary: #fff;
    --bg-light: #00000040;
    --heading-color: #fff;
    --description-color: #fff;
}
salla-mini-checkout-widget {
  background-color: #fff !important;
  border-radius: 12px;
}

.dark *.dark\:bg-\[\#1f1f2ceb\] ,
.bg-\[var\(--bg-primary\)\]{
    background-color: transparent !important;
}

.text-\[\#676D75\] {
  color: #fff !important;
}
.sub-menu * {
  color: #666 !important;
}

.dark *.dark\:text-gray-200  {
  color: #666 !important;
}

.text-gray-500 {
  color: #888 !important;  
}


nav.main-navbar {
    position: relative !important;
    width: 100% !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    top: 0 !important;
    left: 0 !important;
    --tw-translate-x: 0;
    border-radius: 0px !important;
    background-color: transparent !important;
    box-shadow: none !important;
}
.s-block:first-of-type {
    margin-top: 0px;
}

.is-sticky-product-bar.product-single [id^=gb-widget] {
    bottom: 220px !important;
}

footer {
    background-color: transparent !important;
    background-image: linear-gradient(to bottom, #662aa157 65%, #ffffff78) !important;
    border-radius: 50px 50px 0 0 !important;
}

.static-banners:nth-of-type(5) .static-banners-single-default {
display: flex;
justify-content: center;
.static-banners-single-default-image {
  max-width: 200px;
}
margin-bottom: 30px;
}

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        max-width:682px !important;

        justify-self: anchor-center;
    }
    
.product-single .product__description {
  p * , span {
      color: #fff !important;
  }
}
    
.s-modal-body {
  background-color: #00000090 !important;
}
#comments {
  background-color: transparent !important;
}

.content--single-page * {
  color: #fff !important;
}