.lg\:w-1\/3 {
    width: 40.333333% !important;
}


section:after {
    content: ""; 
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 999999 !important;
    background: url(https://cdn.salla.sa/form-builder/cfJ5WXVL35fL9Wxx9XTHhfjvjtMzlSdZUcS64KW9.png) center / 130px no-repeat #000 !important;
    left: 0;
    animation-name: fade-in;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    }
@keyframes fade-in {
    0%,50%{
    opacity:1;
    }
    50%{
        transform: scale(1.2);
    }
    100% {
        opacity: 0;
        visibility: hidden;
        transform: scale(1.5);
    }
 }


.product-card__image img:hover {
    transform: rotate(8deg) scale(1.3) !important;
    transition: all .5s;
}



/*.sicon-gold-badge:before {
    content: url(https://i.imgur.com/JsLsdM5.png)!important;
}
.sicon-shipping-fast:before {
    content: url(https://i.imgur.com/hzcsiou.png) !important;
}.sicon-basket:before {
    content: url(https://i.imgur.com/6EH4Cho.png)!important;
}*/.s-block--enhanced-features__item .feature-icon img{
    font-size: 35px;
    line-height: 1!important;
    margin: 0 0 .5rem;
    top: 15%;
    right: auto;
    animation-delay: .9s;
    position: absolute;
    animation-name: float;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}@keyframes float {
 0% {
  margin-top:-25px
 }
 50% {
  margin-top:-10px
 }
 100% {
  margin-top:-24px
 }
}