/* Add custom CSS styles below */ 
.flex.flex-col.w-full.px-4.pb-8.-mt-8 {
    background: #f3f4f6;
    border-radius: 20px;
}


/* global section */
 @media (max-width: 575.98px){
.store-footer__inner.da-bgm {
    margin-top: -33px;
}
}

@media (min-width: 991.98px){
.store-footer__inner.da-bgm {
    margin-top: -74px;
}
}

@media (min-width: 1440px){
.store-footer__inner.da-bgm {
    margin-top: -74px;
}
}


/*------card------*/
.s-product-card-image img.loaded {
    transition: all .5s;
    border-radius: 21px;
}
.s-product-card-image img.loaded:hover {
    transform: rotate(8deg) scale(1.3);
    transition: all .5s;
}
.s-product-card-entry {
    border: 2px solid #b8deff !important;
    padding: 7px;
    border-radius: 29px;
    height: 97%;
    margin-top: 13px;
    background:#dbeef5;
}
.s-product-card-content {
    z-index: 3;
    background: #dbeef500;
    
    
    
    /*-------- upgrade button ---------*/
.s-button-element:not(:disabled):not([loading]) {
    background-image: linear-gradient(38deg, rgb(81 158 225) 37%, rgb(166 213 255) 49%, rgb(175 215 247) 42%, rgb(21 103 173) 60%) !important;
    color: #fff;
    background-size: 200% !important;
    border: 0;
    animation: textclip 2s linear infinite;
    border: 0;
    box-shadow: 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
}