.thaiartisan .categoryPage{

}

.thaiartisan .categoryPage .container{
	max-width: 1200px;
	margin: auto;
	padding: 40px 20px;
	font-family: "Sarabun", Sans-serif;
    font-size: 23px;
}

.thaiartisan .categoryPage .container .title{
	color: #BD2527;
    font-family: "Kanit", Sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
    text-align: center;
	margin: 3rem 0;
}

.thaiartisan .categoryPage .categoryCard{
    width: calc(100% / 5 - 16px);
    border-style: solid;
    border-width: 5px 0px 0px 0px;
    padding: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 12%);
    position: relative;
    font-size: 14px;
	font-family: "Kanit", Sans-serif;
	background: #fff;
}

.thaiartisan .categoryPage .categoryCard img{
    width: 100%;
}

.thaiartisan .categoryPage .footer{
	color: #7A7A7A;
    font-family: "Sarabun", Sans-serif;
    font-weight: 400;
    font-style: italic;
}