/*
Theme Name: HCK
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.1
Text Domain: hck
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* HCK Custom Product Card Styles */
.hck-custom-product-card .hck-product-box {
    border-radius: 12px !important;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}
.hck-custom-product-card .hck-product-box:hover {
    box-shadow: 0 10px 24px rgba(0,0,0,0.12);
    transform: translateY(-4px);
}
.hck-custom-product-card .hck-box-text {
    padding: 15px 10px !important;
}
.hck-custom-product-card .hck-category a, 
.hck-custom-product-card .hck-category {
    font-size: 0.85em;
    color: #777 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    text-decoration: none;
}
.hck-custom-product-card .hck-title a {
    font-size: 16px;
    font-weight: 600;
    color: #222 !important; 
    transition: color 0.2s ease;
    text-decoration: none;
    line-height: 1.4;
    display: block;
}
.hck-custom-product-card .hck-title a:hover {
    color: #0056b3 !important; 
}
.hck-custom-product-card .hck-price,
.hck-custom-product-card .price {
    font-weight: 700;
    color: #d32f2f !important;
    font-size: 1.1em;
}
.hck-custom-product-card .image-tools.hck-actions {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    text-align: center;
    transition: all 0.3s ease;
    opacity: 0;
    padding-bottom: 15px;
}
.hck-custom-product-card:hover .image-tools.hck-actions {
    bottom: 0;
    opacity: 1;
}
.hck-custom-product-card .hck-actions .button, 
.hck-custom-product-card .hck-actions a {
    background: #fff;
    color: #333 !important;
    border-radius: 20px !important;
    padding: 8px 20px;
    font-size: 0.9em;
    font-weight: 600;
    transition: all 0.2s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    display: inline-block;
}
.hck-custom-product-card .hck-actions .button:hover,
.hck-custom-product-card .hck-actions a:hover {
    background: #333 !important;
    color: #fff !important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}