/*
Theme Name: Blocksy Child
Template: blocksy
Version: 1.0
Description: Shopify style child theme for b.uptips.net
Author: Admin
*/

/* Shopify-style customizations */
.product-loop-item {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.2s, box-shadow 0.2s;
}

.product-loop-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.ct-button {
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.single-product .entry-title {
    font-size: 2rem;
    font-weight: 700;
}

.price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c3e50;
}
