/* Add custom CSS styles below */ 
html[data-category="769486223"] .s-block{
    margin-top:0 !important;
}

html[data-category="769486223"] .s-product-card-entry{

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;

    border:1px solid transparent;
}

html[data-category="769486223"] .s-product-card-entry:hover{

    transform:translateY(-6px);

    box-shadow:
        0 15px 35px rgba(244,166,42,.18);

    border-color:#F4A62A;
}


html[data-category="769486223"] .s-products-list{
  overflow-y: hidden !important;
}