@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhaina+2&family=Prompt&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    /* font-family: 'Baloo Bhaina 2', sans-serif; */
    font-family: 'Prompt', sans-serif;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
}

/* ขนาดเหรียญ */
.logo-point {
    width: 16px;
    height: 16px;
}

/* top nav */
nav {
    padding-top: 1.5rem;
    background: #fff;
}

.color-head {
    background: #FFC600;
}

.nav-con2 {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem 0 1rem;
    align-items: center;
}

.nav-con2-right {
    /* display: flex;
    padding: 0.5rem; */
    display: inline-flex;
    padding: 4px 8px;
    align-items: center;
    gap: 8px;
}

/* main */
.product-img img {
    width: 100%;
}

/* main detail */
main {
    margin-bottom: 6rem;
}

.product-detail {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-style: initial;
    margin: 0.5rem 1rem;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    padding: 0.5rem;
}

.product-type {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.product-type-img {
    display: flex;
    height: 56px;
    width: 56px;

}

.product-type-img img {
    width: 100%;
    border-radius: 12px;
    margin-right: 0.5rem;
}

.product-con2 {
    display: flex;
    flex-direction: column;

}

.product-name h4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.product-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    bottom: 0;
}
 

.product-left span {
    padding-left: 0.3rem;
}

.product-right {
    font-size: 12px;
    color: #757575;
}

/* main store */
.store a {
    display: flex;
    font-size: 16px;
    font-style: initial;
    margin: 0.5rem 1rem;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    padding: 0.5rem;
    text-decoration: none;
    color: #242424;
}

.store-image {
    height: 56px;
    width: 56px;
}

.store-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 100%;
}

.store-detail {
    margin-left: 19px;
}

.store-detail h4 {
    /* font-family: Baloo Bhaina 2; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.store-detail h5 {
    font-family: Prompt;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    color: #757575;
}

/* footer menu */
 


.btn-image {
    display: flex;
    flex-direction: column;
    padding: 0.3rem 0.5rem;
    text-align: center;
    /* width: 25%; */
}

.btn-image a {
    text-decoration: none;
    color: #242424;
    font-size: 10px;
    font-style: normal;
}

/* .btn-checkout {
    background-color: #FFC600;
    width: 50%;
    padding: 3px;
    text-align: center;
    border-radius: 10px;
} */

.btn-checkout {
    background-color: #FFC600;
    width: 50%;
    text-align: center;
    border-radius: 10px;
    border: none;
    padding: 1rem 2rem;
    font-family: Prompt;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}

.btn-checkout a {
    text-decoration: none;
    color: #242424;
    font-size: 18px;
    font-style: normal;
    /* font-weight: 500; */
}