/*
Theme Name: ManviShoppe
Theme URI: https://manvishoppe.com/
Author: Vicky Sharma
Description: Custom Bootstrap WooCommerce theme
Version: 1.0
Text Domain: manvishoppe
*/

body {
    font-family: 'Segoe UI', sans-serif;
    background-color: #f8f9fa;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: #333;
}

.btn-primary {
    background-color: #ff4d6d;
    border: none;
}

.btn-primary:hover {
    background-color: #e0445f;
}

footer {
    font-size: 0.9rem;
}

.badge {
    font-size: 0.7rem;
}

.woocommerce ul.products li.product {
    background: #fff;
    border: 1px solid #eaeaea;
    padding: 15px;
    border-radius: 10px;
    transition: box-shadow 0.2s;
}

.woocommerce ul.products li.product:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: #222;
}

.woocommerce ul.products li.product .price {
    color: #28a745;
    font-weight: bold;
    margin-bottom: 10px;
}

.woocommerce ul.products li.product .button {
    background-color: #ff4d6d;
    border: none;
    padding: 0.4rem 1rem;
    font-size: 0.9rem;
    border-radius: 5px;
    color: #fff;
}

.woocommerce ul.products li.product .button:hover {
    background-color: #e0445f;
}

.widget-area {
    background: #fff;
    border: 1px solid #dee2e6;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 2rem;
}

.widget-title {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.custom-logo-link img {
    width: 200px;
    height: auto;
} 