.home-slider{
animation: appear linear !important;
animation-timeline:view() !important;
animation-range: entry 0% cover 40% !important;
background-color:transparent !important;
}

@keyframes appear {
from {
    
    opacity: 0 !important;
    scale:0.5 !important;
}
to {
     opacity: 1 !important;
    scale:1 !important;
}
}

.salla-advertisement p{
display:none;
}
.salla-advertisement .container{
justify-content:center;
}

.main-nav-container .header-inner{
background: #BB96B8;
background: linear-gradient(90deg, rgba(187, 150, 184, 1) 0%, rgba(248, 227, 244, 1) 100%);
}

.s-block--angel-products h2{
    background-color:#fbaacc;
    padding:1rem 3rem;
    border-radius:20px;
    border:2px solid #ffffff;
    box-shadow: 0px 0px 10px 5px rgb(251 170 204);
}