@charset "utf-8";
@media screen and (min-width: 901px) and (max-width: 1199px){
.content {
	height: auto;
	width: 100%;
	float: left;
}
.banner {
	float: left;
	height: auto;
	width: 59%;
}
.banner img {
	height: auto;
	width: 100%;
}
.box-banner-list-01 {
	float: right;
	height: auto;
	width: 40%;
}
.banner-list {
	float: left;
	height: auto;
	width: 100%;
}
.banner-list img {
	height: auto;
	width: 100%;
}
.text-link-01 {
    font-family: "serithairegular";
    font-size: 1rem;
    color: #FFF;
    float: right;
    width: auto;           /* เปลี่ยนจาก 20% เป็น auto เพื่อให้ตัวหนังสือไม่เบียดกันเอง */
    min-width: 80px;       /* กำหนดความกว้างขั้นต่ำแทน */
    position: relative;
    z-index: 999;
    right: 20px;
    top: -30px;
    
    /* ปรับเส้นขอบล่างให้ชัดแต่ดูละมุน */
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
    padding: 0 5px 3px 5px; /* บน 0, ขวา 5, ล่าง 3, ซ้าย 5 */
    
    text-align: center;
    transition: all 0.3s ease; /* ให้ทุกการเปลี่ยนแปลงนุ่มนวล */
}

.text-link-01 a {
    color: #FFF;
    text-decoration: none;
    /* ปรับเงาให้คมขึ้น ไม่ฟุ้งกระจายจนมัว */
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    display: inline-block;
    transition: color 0.3s ease;
}

/* --- เพิ่ม Animation ตอน Hover --- */
.text-link-01:hover {
    border-bottom-color: #92278f;
    transform: translateY(-2px); /* ลอยขึ้นเบาๆ 2px */
}

.text-link-01:hover a {
    color: #92278f;
    /* เพิ่มเงาสีม่วงจางๆ ให้ดูเหมือนเรืองแสง */
    text-shadow: 0 0 8px rgba(146, 39, 143, 0.4);
}
.box-welcome {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 3%;
}
.name-shop {
	font-family: "FC Lamoon Bold";
	font-size: 3rem;
	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, 
.box-slogan-02 {
    display: flex;
    gap: 15px;
    float: left;
    width: calc(50% - 7.5px); /* แบ่งฝั่งละ 50% เท่ากันทุกหน้าจอ */
    box-sizing: border-box;
}

/* เว้นระยะห่างระหว่างกล่องแรกกับกล่องสอง */
.box-slogan-01 {
    margin-right: 15px;
}

/* คุณสมบัติร่วมของกล่องสโลแกนทั้ง 4 (รูปบน ข้อความล่าง ขนาดเท่ากัน) */
.slogan-01, .slogan-02, .slogan-03, .slogan-04 {
    font-family: serithairegular, sans-serif;
    font-size: 1rem;
    color: #333;
    border-radius: 15px;
    height: auto;
    flex: 1; /* บังคับให้ลูกขยายตัวเท่ากันเป๊ะในทุกๆ หน้าจอ */
    box-sizing: border-box;

    /* จัดรูปให้อยู่ตรงกลางด้านบน */
    background-repeat: no-repeat;
    background-position: center 20px; 
    background-size: 40px;            
    
    /* ดันข้อความให้ลงมาอยู่ด้านล่างรูป */
    padding-top: 75px;                
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

/* สีพื้นหลังและรูปไอคอนแต่ละกล่อง */
.slogan-01 { background-color: #cea0de; background-image: url(../images/icon-slogan-01.png); }
.slogan-02 { background-color: #e26cb4; background-image: url(../images/icon-slogan-02.png); }
.slogan-03 { background-color: #fde594; background-image: url(../images/icon-slogan-03.png); }
.slogan-04 { background-color: #CCCCCC; background-image: url(../images/icon-slogan-04.png); }
.line-wave-01 {
	background-image: url(../images/bg-wave.png);
	background-repeat: repeat-x;
	background-position: center center;
	float: left;
	height: 2.2em;
	width: 100%;
	margin-bottom: 1%;
	margin-top: 3%;
}
.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: 3%;
	padding-bottom: 3%;
	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: 3%;
	padding-bottom: 3%;
}
.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;
	line-height: 120%;
	height: 2.3em;
}
.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: 3%;
	padding-bottom: 3%;
}
.box-review-home-list {
	float: left;
	height: auto;
	width: 30%;
	margin-top: 3%;
	margin-right: 1.5%;
	margin-bottom: 3%;
	margin-left: 1.5%;
}
.star-home {
	float: left;
	height: auto;
	width: 100%;
}
.star-home img {
	height: auto;
	width: 6%;
	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', sans-serif;
	float: right;
	margin-right: 5.5%;
	margin-bottom: 20px;
	height: auto;
}

.next-01 a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    
    color: #333;
    text-decoration: none;
    font-size: 1rem; /* ขยายขนาดตัวอักษรนิดนึงให้เด่น */

    
    /* ใช้ Padding แทนการกำหนด Width ตายตัว เพื่อให้รับกับข้อความ */
    padding: 8px 15px;
    padding-right: 45px; /* เว้นที่ด้านขวาเยอะหน่อยสำหรับไอคอน */
    
    background-image: url(../images/icon-next.png);
    background-repeat: no-repeat;
    background-position: right 5px center; /* ให้ไอคอนห่างจากขอบขวา 5px */
    background-size: 20px; /* ปรับขนาดไอคอนให้ชัดเจน */
    
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); /* เพิ่มความเด้งตอน Hover */
    position: relative;
}

.next-01 a:hover {
    color: #92278f; /* เปลี่ยนสีข้อความ */
    transform: translateX(10px); /* ขยับตัวปุ่มไปทางขวา */
    
    /* เพิ่มเงาฟุ้งๆ ด้านล่างตัวอักษรให้ดูมีมิติ (แทนการใช้กรอบ) */
    text-shadow: 0 5px 15px rgba(146, 39, 143, 0.2); 
}

/* เพิ่มเส้นขีดใต้ตัวอักษรแบบเก๋ๆ (Optional) */
.next-01 a::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 45px; /* ให้เส้นเริ่มจากก่อนถึงไอคอน */
    width: 0;
    height: 2px;
    background-color: #92278f;
    transition: width 0.3s ease;
}

.next-01 a:hover::after {
    width: 40px; /* เมื่อ Hover จะมีเส้นขีดใต้ตัวอักษรโผล่ขึ้นมา */
}
.next-02 {
    font-family: 'serithairegular', sans-serif;
    float: right;
    margin-right: 10px;
    margin-bottom: 20px;
    height: auto;
}

.next-02 a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    
    color: #333;
    text-decoration: none;
    font-size: 1rem; /* ขยายขนาดตัวอักษรนิดนึงให้เด่น */

    
    /* ใช้ Padding แทนการกำหนด Width ตายตัว เพื่อให้รับกับข้อความ */
    padding: 8px 15px;
    padding-right: 45px; /* เว้นที่ด้านขวาเยอะหน่อยสำหรับไอคอน */
    
    background-image: url(../images/icon-next.png);
    background-repeat: no-repeat;
    background-position: right 5px center; /* ให้ไอคอนห่างจากขอบขวา 5px */
    background-size: 20px; /* ปรับขนาดไอคอนให้ชัดเจน */
    
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); /* เพิ่มความเด้งตอน Hover */
    position: relative;
}

.next-02 a:hover {
    color: #92278f; /* เปลี่ยนสีข้อความ */
    transform: translateX(10px); /* ขยับตัวปุ่มไปทางขวา */
    
    /* เพิ่มเงาฟุ้งๆ ด้านล่างตัวอักษรให้ดูมีมิติ (แทนการใช้กรอบ) */
    text-shadow: 0 5px 15px rgba(146, 39, 143, 0.2); 
}

/* เพิ่มเส้นขีดใต้ตัวอักษรแบบเก๋ๆ (Optional) */
.next-02 a::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 45px; /* ให้เส้นเริ่มจากก่อนถึงไอคอน */
    width: 0;
    height: 2px;
    background-color: #92278f;
    transition: width 0.3s ease;
}

.next-02 a:hover::after {
    width: 40px; /* เมื่อ Hover จะมีเส้นขีดใต้ตัวอักษรโผล่ขึ้นมา */
}
}