/* Add custom CSS styles below */ 
body#app {
    background: url("https://i.ibb.co/Q7dcZqdV/Desktop-3.png");
    background-size: cover;
}.price_is_on_sale.flex.items-center.gap-2 * {
    color: #000 !important;
}
section.s-block.s-block--circle-links.circle-links-6 {
    padding: 0px;
  padding-bottom:0px;
}
.app-inner.flex.flex-col.min-h-full.bg-storeBG {
    background-color: transparent;
}
h2.mt-2.text-3xl.font-bold.tracking-tight.text-store-text-primary.sm\:text-4xl {
    color: #fff;
}
.banner-entry .lazy__bg {
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
      background-color: #021d14;

}
p.mt-2.text-lg.leading-8.text-store-text-secondary {
    color: #fff;
}
div#mainnav {
    background: transparent;
    color: #fff;
}
a.s-slider-block__display-all {
    background: #fff;
}
div#details_table * {
    color: #fff !important;
}
.s-slider-block__title h2:where([dir=rtl],[dir=rtl] *) {
    color: #fff;
}
h1#page-main-title {
    color: #fff;
}
.right-side h2 ,[data-selia="home-circle-links-title"]{
    color: #fff !important;
}
label.hidden.sm\:block.rtl\:ml-3.ltr\:mr-3.whitespace-nowrap.text-store-text-primary {
    color: #fff;
}
li.more-info-tabs__nav-item span {
    color: #fff;
}
section.s-block.s-block--circle-links.circle-links-6 .container {
    background: #fff;
    padding: 30px 0px;
}
h1.text-xl.md\:text-2xl.leading-10.font-bold.text-store-text-primary ,.whitespace-nowrap *{
    color: #fff;
}

p.s-infinite-scroll-last.infinite-scroll-last {
    color: #fff;
}
section.s-block.s-block--circle-links .rounded-full{
  border-radius: 0px;
}
section.s-block.s-block--circle-links img{
  object-fit: contain;
}
section.s-block.s-block--circle-links .container
 {
    background: #fff;
    padding: 30px 0px;
}
@media (min-width: 768px) {
    .s-block--circle-links salla-slider .custom-width img {
  
        height: 135px;
    }
  .banner-entry {
    height: 275px;
  }
}
@media (max-width: 768px) {
    .grid.one-row.md\:grid-cols-2.grid-flow-row.gap-3.sm\:gap-8 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
      .banner-entry {
    height:70px;
  }
}
h2.text-center.text-store-text-primary.text-2xl.lg\:text-3xl.font-bold.leading-tight {
    color: #fff;
}
li.s-breadcrumb-item {
    color: #fff;
}
/******************/
.circle-links-7 {
    display:none;

    padding:0px 0px;
    margin-top:0px;
}header * {
    color: #fff !important;
}

.circle-links-7 .container{
    background:#fff !important;

}

.notes-toggle-btn{
    display:block;
    margin:25px auto;
    background:#fff;
    color:#0d4b3e;
    border:none;
    border-radius:12px;
    padding:15px 40px;
    font-size:22px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
}