/*
Theme Name: Woostify Child
Theme URI: https://woostify.com/
Description: A child theme of Woostify Theme
Author: Indiedress
Author URI: http://indiedress.in
Template: woostify
Version: 1.0.0
*/

/* Add your custom styles after this line */
.custom-product-card {
    position: relative;
    background-color: #ffffff;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}