
        .product {
            border: 1px solid #ccc;
            padding: 15px;
            margin-bottom: 20px;
            width: 250px;
            display: inline-block;
            vertical-align: top;
            box-shadow: 2px 2px 8px rgba(0,0,0,0.1);
        }
        .product img {
            max-width: 100%;
            height: auto;
        }
        .product h2 {
            font-size: 1.2em;
            margin: 10px 0;
        }
        .price {
            color: green;
            font-weight: bold;
        }
        
        
        
        
        
        
        
        
body {
    padding: 1rem;
}
header img {
    width: 10rem;
}
.sm_header_title {
    display: flex;
    border-radius: 1rem;
    padding-right: 3rem;
    background: #FFDE11;
    background: linear-gradient(90deg, rgb(255 250 92) 0%, rgb(255 240 63) 92%, rgba(255, 222, 17, 1) 100%);
    justify-content: flex-start;
}

.sm_header_body {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    border: 1px solid #9d9d9d;
    border-radius: 1rem;
    margin-top: 1rem;
}
.sm_header_body_r {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;

}

.sm_header_body_r_cat a {
    text-decoration: none;
    color: var(--sm-c1);
    margin: 0 1rem;
}

.sm_header_body_r span {
    display: flow;
    height: 1px;
    width: 22rem;
    background: #ffeb33;
}
