/* Add custom CSS styles below */ 

.mburger p {
display :none;
}

.product-card {
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    margin-bottom: 37px;
    border-radius: 20px;
    background-color: #fdfbfb;
    border: 1.5px solid #e3be56;
}

.s-button-btn {
    background: linear-gradient(45deg, #b99946, #ffd259);
    color: #fff;
    border: none !important;
    border-radius: 30px;
}