.handmade .card {
    position: relative; 
    border-radius: 0px; 
    margin-bottom: 20px;
    border: 1px solid #B48B2E !important; 
}

.handmade .product-divider {
    border: none; 
    border-top: 2px solid #B48B2E; 
    margin: 15px 0 -10px 0; 
    width: 100%; 
    height: 1px; 
    background-color: transparent; 
}

.handmade .card img {
    height: 350px; 
    object-fit: cover; 
}
.handmade .card-body {
    padding-top: 15px; 
}

.handmade .product-title {
    margin-bottom: 5px;
    text-align: start;
    color: #585B3E;
}

.handmade .card-text {
    font-size: 0.85rem;
    text-align: start;
}

.handmade .text-muted{
    color: #585B3E;
}

.handmade a {
    text-decoration: none;
}

.handmade a:hover,
.handmade a:focus {
    text-decoration: none;
}

@media (max-width: 768px) {
    .handmade .card img {
        height: 300px;
    }
}

@media (max-width: 576px) {
    .handmade .card img {
        height: 250px;
    }

    .btn-custom {
        width: 30%;
        margin-top: 10px;
    }
    .handmade .product-divider {
        border-top: 1px solid #B48B2E;
        height: 1px;
        margin: 10px 0 -5px 0; 
    }
}
