.custom-sidebar {
    border: 1px solid #ecedf0;
    border-radius: 20px;
    padding: 20px;
}
@font-face {
  font-family: 'Mazzard';
  src: url('/assets/fonts/MazzardH-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

body {
    font-family: 'Mazzard' !important;
}
.product__wrapper {
    border: 1px solid #ecedf0;
    border-radius: 20px;
    padding: 10px;
    padding-bottom: 50px;
    margin-inline: 0px !important;
    &:hover {
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    }
    transition: all .3s ;
}

/* .product__wrapper:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
} */

.product__content, .product__price, .add-cart {
    padding-left: 15px;
}

.custom_row > * {
    padding-inline: 10px;
}

.stock-success {
    color: green; 
    font-size: 12px; 
    padding-bottom: 1px; 
    margin-bottom: 1px;
}

.stock-danger {
    color: red; 
    font-size: 12px; 
    padding-bottom: 1px; 
    margin-bottom: 1px;
}



.wrapper_row > * {
    padding-inline: 5px;
}