.panel-shops-cat{
    position: relative;
    margin-bottom: 20px;
}

.panel-shops-cat h2,
.title-others{
    font-size: 22px;
    font-weight: 500;
    background-color: #eeeeeea8;
    border-radius: 8px;
    padding: 8px 20px 6px;
    margin-bottom: 20px;
}

.product-item{
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}

.product-item img{
    width: 100%;
    height: auto;
    background-color: #eeeeeea8;
    border-radius: 8px;
    margin-bottom: 10px;
}

.product-item h3{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 2px;
}

.page-header{
    margin-top: 0;
}

.page-header h1{
    font-size: 22px;
    font-weight: 600;
}

.shops-viewslider{
    position: relative;
    width: 100%;
    overflow: hidden;
}

.product-image{
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}

.product-image img{
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.product-info{
    background-color: #eeeeee73;
    padding: 20px;
    border-radius: 8px;
}

.product-info h1{
    color: #557d31;
    font-size: 22px;
    font-weight: 600;
}

.product-info .code{
    margin: 5px 0;
}

.product-info .info-list h2{
    font-weight: 600;
    font-size: 16px;
    margin: 4px 0;
}

.product-info .info-list ul{
    margin: 0;
    padding-left: 20px;
    list-style: circle;
}

.product-info .info-list ul li{
    padding: 2px 0;
}

.product-info .info-list ul li span:first-child{
    display: inline-block;
    width: 32%;
}

.title-others{
    margin-top: 20px;
}