.attribute{
    display: inline-block;
    background: #e3f2fd;
    color: #1976d2;
    padding: 0.25rem 0.5rem;
    border-radius: 3px;
    font-size: 0.9rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}

.attribute-name{
    font-weight: bold;
    color: #333;
    padding: 0.75rem;
    background: #f8f9fa;
    border-radius: 4px;
    border-left: 4px solid #1976d2;
    font-size: 0.95rem;
}

.attribute-row{
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 1rem;
    align-items: center;
    padding: 0.5rem 0;
    border-bottom: 1px solid #eee;
}

.attribute-row:last-child{
    border-bottom: none;
}

.attribute-value{
    padding: 0.75rem;
    color: #555;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    font-size: 0.95rem;
}

.attributes-table{
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.product-attributes{
    margin-top: 2rem;
}

.product-attributes h3{
    color: #333;
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
    border-bottom: 2px solid #1976d2;
    padding-bottom: 0.5rem;
}

.button-secondary{
    background-color: #28a745;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 10px;
    float: right;
}

.button-secondary:hover{
    background-color: #218838;
}

.categories-grid{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.category-actions{
    text-align: center;
    margin-bottom: 1.5rem;
}

.category-card{
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
    background: white;
}

.category-card:hover{
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.category-description{
    color: #666;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.category-info{
    padding: 1.5rem;
}

.category-info h3{
    margin: 0 0 1rem 0;
    color: #333;
    font-size: 1.3rem;
}

.empty-state{
    text-align: center;
    padding: 4rem 2rem;
    color: #666;
}


.empty-state h3{
    margin: 1rem 0;
    color: #333;
}

.image-gallery{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.main-image{
    text-align: center;
    margin-bottom: 1rem;
}

.no-results{
    text-align: center;
    padding: 2rem;
    color: #666;
    background: #f9f9f9;
    border-radius: 8px;
    margin-top: 1rem;
}

.price{
    font-size: 1.3rem;
    font-weight: bold;
    color: #1976d2;
}

.product-actions{
    display: contents;
}


.product-card{
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
    background: white;
}


.product-card:hover{
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}


.product-category{
    color: #888;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.product-category a{
    color: #1976d2;
    text-decoration: none;
}

.product-category i{
    margin-right: 0.5rem;
}

.product-description{
    color: #666;
    margin-bottom: 1rem;
    line-height: 1.5;
}

.product-header{
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ddd;
}

.product-images{
    margin-bottom: 2rem;
}

.product-info{
    padding: 1rem;
}

.product-info h3{
    color: #333;
    margin-bottom: 1rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 0.5rem;
}

.product-info h3{
    margin: 0 0 1rem 0;
    color: #333;
    font-size: 1.2rem;
}

.product-info h4{
    margin: 0 0 0.5rem 0;
    color: #333;
}

.product-price{
    margin-bottom: 1.5rem;
}

.product-price{
    font-size: 1.2rem;
    font-weight: bold;
    color: #1976d2;
    margin: 0.5rem 0;
}

.product-price .price{
    font-size: 2rem;
    font-weight: bold;
    color: #1976d2;
}

.product-rating{
    margin-bottom: 1rem;
    font-size: 0.9rem;
    color: #666;
}

.products-grid{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.results-grid{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.search-input{
    margin-bottom: 1rem;
}

.search-input-container{
    margin-bottom: 2rem;
}

.search-results{
    margin-top: 2rem;
}

.subcategories{
    border-top: 1px solid #eee;
    padding-top: 1rem;
}

.subcategories a{
    color: #1976d2;
    text-decoration: none;
    font-size: 0.9rem;
}

.subcategories a:hover{
    text-decoration: underline;
}

.subcategories h4{
    margin: 0 0 0.5rem 0;
    color: #333;
    font-size: 1rem;
}

.subcategories li{
    margin-bottom: 0.25rem;
}

.subcategories ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
