@charset "utf-8";
@media screen and (max-width: 670px){
.content {
	height: auto;
	width: 100%;
	float: left;
}
.banner {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 2%;
	margin-bottom: 2%;
}
.banner img {
	height: auto;
	width: 100%;
}
.box-banner-list-01 {
	float: left;
	height: auto;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #F66;
	position: relative;
}
.banner-list {
	float: left;
	height: auto;
	width: 100%;
	padding: 0px;
	position: relative;
}
.banner-list img {
	height: auto;
	width: 100%;
	display: block;
}
.text-link-01 {
	font-family: "serithairegular";
	font-size: 1.1rem; /* เพิ่มขนาดอีกนิดให้อ่านง่ายบนมือถือ */
	width: auto;       /* เปลี่ยนจาก 20% เป็น auto เพื่อให้ตัวหนังสือไม่เบียดกัน */
	min-width: 80px;
	position: absolute;
	z-index: 999;
	/* จัดการเส้นขอบล่างให้ดูเนียนขึ้น */
	border-bottom: 2px solid #FFF;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	/* ตำแหน่งเดิมที่ปรับให้เป๊ะขึ้น */
	left: 50%;
	top: 10px;
	margin-top: 35%;
	transform: translateX(-50%); /* ใช้ตัวนี้แทน margin-left เพื่อให้กลางจอตลอดเวลา */
	/* ใส่ transition เพื่อให้ออนิเมชั่นนุ่มนวล */
	transition: all 0.3s ease-in-out;
}

.text-link-01 a {
    color: #FFF;
    text-decoration: none;
    /* ปรับเงาให้ดูคมชัด ไม่ฟุ้งจนมัว */
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
    display: block;
    transition: color 0.3s ease;
}

/* อนิเมชั่นตอน Hover */
.text-link-01:hover {
    border-bottom-color: #92278f; /* เปลี่ยนสีเส้นขอบล่าง */
    transform: translateX(-50%) translateY(-3px); /* ลอยขึ้นเล็กน้อย */
}

.text-link-01 a:hover {
    color: #92278f;
    text-shadow: 0px 0px 10px rgba(146, 39, 143, 0.5); /* เงาสีม่วงจางๆ ให้ดูเรืองแสง */
}
.box-welcome {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 10%;
	margin-bottom: 8%;
}
.name-shop {
	font-family: "FC Lamoon Bold";
	font-size: 2.5rem;
	color: #666;
	float: left;
	height: auto;
	width: 100%;
}
.text-welcome {
	font-family: serithairegular;
	font-size: 1rem;
	line-height: 160%;
	color: #333;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 2%;
	margin-bottom: 4%;
}
.box-slogan-01 {
	float: left;
	height: auto;
	width: 48%;
	margin-bottom: 2%;
	margin-top: 2%;
}
.box-slogan-02 {
	float: right;
	height: auto;
	width: 48%;
	margin-bottom: 10%;
	margin-top: 2%;
}

.slogan-01 {
	font-family: serithairegular;
	font-size: 1rem;
	color: #333;
	background-color: #cea0de;
	background-image: url(../images/icon-slogan-01.png);
	background-repeat: no-repeat;
	background-position: center 5px;
	background-size: 40px;
	border-radius: 15px;
	float: left;
	height: auto;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 15px;
	text-align: center;
	margin-bottom: 4%;
}
.slogan-02 {
	font-family: serithairegular;
	font-size: 1rem;
	color: #333;
	background-color: #e26cb4;
	background-image: url(../images/icon-slogan-02.png);
	background-repeat: no-repeat;
	background-position:  center 5px;
	background-size: 40px;
	border-radius: 15px;
	float: left;
	height: auto;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 15px;
	text-align: center;
}
.slogan-03 {
	font-family: serithairegular;
	font-size: 1rem;
	color: #333;
	background-color: #fde594;
	background-image: url(../images/icon-slogan-03.png);
	background-repeat: no-repeat;
	background-position: center 5px;
	background-size: 40px;
	border-radius: 15px;
	float: left;
	height: auto;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 15px;
	text-align: center;
	margin-bottom: 4%;
}
.slogan-04 {
	font-family: serithairegular;
	font-size: 1rem;
	color: #333;
	background-color: #CCCCCC;
	background-image: url(../images/icon-slogan-04.png);
	background-repeat: no-repeat;
	background-position:  center 5px;
	background-size: 40px;
	border-radius: 15px;
	float: left;
	height: auto;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 15px;
	text-align: center;
}
.line-wave-01 {
	background-image: url(../images/bg-wave.png);
	background-repeat: repeat-x;
	background-position: center center;
	background-size:300%;
	float: left;
	height: 2.2em;
	width: 100%;
	margin-bottom: 1%;
}
.bg-product-01 {
	background-image: url(../images/bg-line-01.png);
	background-repeat: repeat;
	background-position: center center;
	float: left;
	height: auto;
	width: 100%;
	padding-top: 8%;
	padding-bottom: 8%;
	background-color: #cea0de;
}
.bg-product-02 {
	background-color: #e26cb4;
	background-image: url(../images/bg-line-02.png);
	background-repeat: repeat;
	background-position: center center;
	float: left;
	height: auto;
	width: 100%;
	padding-top: 8%;
	padding-bottom: 8%;
}
.title-home {
	font-family: "FC Lamoon Bold";
	text-shadow: -2px 0 #FFF, 0 2px #FFF, 2px 0 #FFF, 0 -2px #FFF;
	font-size: 3rem;
	color: #333;
	text-align: center;
	float: left;
	height: auto;
	width: 100%;
}
.title-home-2 {
	font-family: "FC Lamoon Bold";
	text-shadow: -2px 0 #ebebeb, 0 2px #ebebeb, 2px 0 #ebebeb, 0 -2px #ebebeb;
	font-size: 3rem;
	color: #92278f;
	text-align: center;
	float: left;
	height: auto;
	width: 100%;
}

.title-home-sub {
	font-family: "FC Lamoon";
	text-shadow: 
        1px 1px 0 #92278f,
        -1px -1px 0 #92278f,
        1px -1px 0 #92278f,
        -1px 1px 0 #92278f,
        0px 1px 0 #92278f,
        0px -1px 0 #92278f,
        -1px 0px 0 #92278f,
        1px 0px 0 #92278f;

	font-size: 1.8rem;
	color: #FFF;
	text-align: center;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 1%;
	margin-bottom: 1%;
}
.box-product-home {
	float: left;
	height: auto;
	width: 90%;
	position: relative;
	z-index: 888;
	margin-left: 5%;
	margin-top: 2%;
}

.box-product-home-list {
	background-color: #FFF;
	border-radius: 15px;
	float: left;
	height: auto;
	width: 80%;
	padding: 5%;
	margin-left: 5%;
	display: inline-block;
	cursor: pointer;
	border: 1px solid #d7d7d7;
	transition: box-shadow 0.5s ease;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.10);
	margin-bottom: 8%;
}
.box-product-home-list:hover {
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.30);
}

.picture-product-home-list {
	float: left;
	width: 100%;
	position: relative;
	padding-top: 80%;
	overflow: hidden;
}

.picture-product-home-list img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.title-product-home-list {
	font-family: serithairegular;
	font-size: 1rem;
	color: #333;
	float: left;
	width: 100%;
	margin-top: 5%;
	margin-bottom: 2%;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: break-word;
}
.price-product-home-list {
	font-family: serithairegular;
	font-size: 1 rem;
	color: #F00;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 2%;
	margin-bottom: 2%;
}




.box-review-home {
	float: left;
	height: auto;
	width: 100%;
	padding-top: 8%;
	padding-bottom: 8%;
}
.box-review-home-list {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 3%;
	margin-bottom: 3%;
}
.star-home {
	float: left;
	height: auto;
	width: 100%;
	font-size: 9px;
}
.star-home img {
	height: auto;
	width: 8%;
	margin-right: 2%;
}
.name-review-home {
	font-family: serithairegular;
	font-size: 1rem;
	color: #92278f;
	float: left;
	height: auto;
	width: 100%;
	padding-top: 1%;
	padding-bottom: 1%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #92278f;
	margin-top: 2%;
	margin-bottom: 2%;
}
.img-review-home {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 2%;
	margin-bottom: 2%;
}





.text-review-home {
	font-family: serithairegular;
	font-size: 1rem;
	line-height: 140%;
	color: #999;
	float: left;
	width: 100%;
	margin-top: 2%;
	margin-bottom: 2%;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: break-word;
}
.next-01 {
	font-family: serithairegular;
	font-size: 1rem;
	color: #333;
	background-image: url(../images/icon-next.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 12%;
	text-align: right;
	float: right;
	height: auto;
	width: 15%;
	padding-top: 1%;
	padding-right: 25px;
	padding-bottom: 1%;
	margin-top: 3%;
	margin-bottom: 3%;
	margin-right: 10%;
}
.next-01 a {
    display: inline-block;       /* ทำให้สามารถคำนวณระยะขยับได้แม่นยำ */
    color: #333;                /* สีเริ่มต้น (ปรับตามต้องการ) */
    text-decoration: none;
    transition: all 0.3s ease;  /* หัวใจสำคัญ: ทำให้การขยับและเปลี่ยนสีนุ่มนวล */
}

/* 2. กำหนดสถานะเมื่อเมาส์วาง (Hover) */
.next-01 a:hover {
    color: #92278f;             /* เปลี่ยนเป็นสีม่วงตามที่คุณกำหนด */
    text-decoration: none;
    transform: translateX(5px); /* ขยับไปทางขวา 5px ด้วยวิธีที่ลื่นไหลที่สุด */
}
.next-02 {
	font-family: serithairegular;
	font-size: 1rem;
	color: #333;
	background-image: url(../images/icon-next.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 12%;
	text-align: right;
	float: right;
	height: auto;
	width: 20%;
	padding-top: 1%;
	padding-right: 25px;
	padding-bottom: 1%;
	margin-top: 1%;
	margin-bottom: 3%;
	margin-right: 10%;
}
.next-02 a {
    display: inline-block;       /* ทำให้สามารถคำนวณระยะขยับได้แม่นยำ */
    color: #333;                /* สีเริ่มต้น (ปรับตามต้องการ) */
    text-decoration: none;
    transition: all 0.3s ease;  /* หัวใจสำคัญ: ทำให้การขยับและเปลี่ยนสีนุ่มนวล */
}

/* 2. กำหนดสถานะเมื่อเมาส์วาง (Hover) */
.next-02 a:hover {
    color: #92278f;             /* เปลี่ยนเป็นสีม่วงตามที่คุณกำหนด */
    text-decoration: none;
    transform: translateX(5px); /* ขยับไปทางขวา 5px ด้วยวิธีที่ลื่นไหลที่สุด */
}
}
