/*
Theme Name: Keka Child
Theme URI: https://task.saurabhpande.com/
Author: Saurabh Pande
Author URI: https://task.saurabhpande.com/
Description: Child theme for the Keka theme.
Template: keka
Version: 1.0
Text Domain: keka-child
*/

body {
    font-family: 'Inter', sans-serif;
}

a {
    color: initial;
    text-decoration: none;
}
.slogo {
    background: #c0c0c0;
    width: 140px;
    height: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}
.slogo a {
    text-decoration: none;
    color: #fff;
    font-size: 1.4em;
    font-weight: 700;
}
.home h2.wp-block-heading {
    font-weight: 700;
    margin-bottom: 40px;
}

.product-title {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.product-thumbnail img {
    border-radius: 5px;
}
.products-block h2,.product-select-category h3 {
    font-size: 1.4rem;
    font-weight: 600;
}
.card {
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.card-title a {
    color: #333;
    text-decoration: none;
}

.card-title a:hover {
    color: #007bff;
}

.product-categories {
    list-style: none;
    padding: 0;
}

.product-categories li {
    margin: 5px 0;
}

.product-categories li a {
    text-decoration: none;
    color: #0073aa;
}

.product-categories li a:hover {
    text-decoration: underline;
}
.wp-block-button a {
    display: block;
    margin: 20px 0;
    padding: 8px 30px;
    border-radius: 6px;
}
.products-block,.product-select-category {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.view-all-products {
    margin: 50px 0;
    text-align: center;
}
.product {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
    max-width: 300px;
}

.product img {
    max-width: 100%;
    border-radius: 5px;
}

.product h3 {
    font-size: 1.25rem;
    margin: 10px 0;
}

@media(max-width:768px){
 header ul.nav {
    display: none;
}   
}