/* Add custom CSS styles below */ 
.s-product-card-image img.loaded {
    transition: all .5s;
    border-radius: 10px;
}
.s-product-card-image img.loaded:hover {
    transform: rotate(8deg) scale(1.3);
    transition: all .5s;
}
.s-product-card-entry {
    border: 2px solid #1a244c !important;
    padding: 7px;
    border-radius: 17px;
    height: 95%;
    margin-top: 13px;
    background:#1a244c;
}
.s-button-element:not(:disabled):not([loading]) {
    background-image: linear-gradient(38deg, rgb(59 58 89) 37%, rgb(144 149 172) 49%, rgb(150 150 185) 42%, rgb(61 61 90) 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;
}