* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Kanit", serif;
}

#wrapper {
    width: 100%;
    min-height: 100vh;
}

body {
    background-color: #f4f4f4;
}

iconify-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
}


/* navbar */
/* navbar */
/* navbar */
.allnavbar {
    width: 100%;
    height: 100px;
    background-color: #f4f4f4;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 15px 30px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.nav {
    margin-right: 35px;
}

.left-navbar {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-right: 300px;
}

.right-navbar {
    display: flex;
    gap: 15px;
    align-items: center;
}

.nav-icon-1 .ant-design-home {
    margin-left: 12px;
    margin-bottom: 10px;
}

.nav-icon-1 a {
    text-decoration: none;
    color: #242424;
}

.nav-icon-1 a:hover {
    color: #04757b;
    transition: color 0.3s ease;
}

/* change when another page */
/* change when another page */
/* change when another page */
/* change when another page */
.nav-icon-1 a.active {
    font-weight: bold;
    color: #04757b;
}

/* change when another page */
/* change when another page */
/* change when another page */
/* change when another page */

.nav-icon-2 .ant-design-product {
    margin-left: 28px;
    margin-bottom: 10px;
}

.nav-icon-2 a {
    text-decoration: none;
    color: #242424;
}

.nav-icon-2 a:hover {
    color: #04757b;
    transition: color 0.3s ease;
}

.nav-icon-3 .ant-design-suggest {
    margin-left: 20px;
    margin-bottom: 10px;
}

.nav-icon-3 a {
    text-decoration: none;
    color: #242424;
}

.nav-icon-3 a:hover {
    color: #04757b;
    transition: color 0.3s ease;
}

.nav-icon-4 .ant-design-about {
    margin-left: 20px;
    margin-bottom: 10px;
}

.nav-icon-4 a {
    text-decoration: none;
    color: #242424;
}

.nav-icon-4 a:hover {
    color: #04757b;
    transition: color 0.3s ease;
}

.nav-icon-5 .ant-design-review {
    margin-left: 15px;
    margin-bottom: 10px;
}

.nav-icon-5 a {
    text-decoration: none;
    color: #242424;
}

.nav-icon-5 a:hover {
    color: #04757b;
    transition: color 0.3s ease;
}

.nav-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.nav-logo img {
    height: 70px;
}

.search-container {
    display: flex;
    align-items: center;
    width: 270px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 5px;
    background: white;
    margin-right: 50px;
}

.search-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 16px;
    padding: 5px 10px;
    background: transparent;
}

.search-btn {
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 16px;
    padding: 5px;
    color: #333;
}

.search-btn:hover {
    color: #04757b;
}

.user-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 50px;
}

.user-container iconify-icon {
    width: 32px;
    height: 32px;
    display: block;
}

.user-name {
    white-space: nowrap;
    text-align: center;
}

.nav-icon-user a {
    text-decoration: none;
    color: #242424;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: color 0.3s ease;
}

.nav-icon-user a:hover {
    color: #04757b;
}

.nav-icon-user .n-user a.active {
    font-weight: bold;
    color: #04757b;
}

.nav-icon-6 .ant-design-coin {
    margin-left: 15px;
    margin-bottom: 10px;
}

.nav-icon-6 a {
    text-decoration: none;
    color: #242424;
}

.nav-icon-6 a:hover {
    color: #04757b;
    transition: color 0.3s ease;
}


.nav-icon-7 .ant-design-cart {
    margin-left: 2px;
    margin-bottom: 10px;
}

.nav-icon-7 a {
    text-decoration: none;
    color: #242424;
}

.nav-icon-7 a:hover {
    color: #04757b;
    transition: color 0.3s ease;
}

button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}

button.learn-more {
    width: 11rem;
    height: auto;
    margin: 10px 0;
}

button.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #04757b;
    border-radius: 1.625rem;
}

button.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

button.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}

button.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.29rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
}

button.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #282936;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
}

button:hover .circle {
    width: 100%;
}

button:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
}

button:hover .button-text {
    color: #fff;
}


/* navbar */
/* navbar */
/* navbar */
/* navbar */














.hero-banner {
    margin-top: 100px;
}

.welcome-banner {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 700px;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-content {
    background: rgba(36, 36, 36, 0.2);
    backdrop-filter: blur(4px);
    padding: 20px 40px;
    border-radius: 15px;
    text-align: center;
    color: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.banner-content h1 {
    font-size: 32px;
    font-weight: bold;
}

.banner-content p {
    font-size: 18px;
    margin: 10px 0 20px 0;
}

.banner-content a {

    background: transparent;
    border: 2px solid white;
    color: white;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none;

}

.banner-content a:hover {
    background: white;
    color: #04757b;
}

/* slider */
/* slider */
/* slider */
/* slider */
/* slider */
/* slider */
/* slider */
/* slider */
/* slider */
/* slider */
#slider1 {
    clear: both;
    width: 100%;
    overflow: hidden;

}

ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 600px;
    background: #ffffff;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

ul li {
    list-style: none;
    position: relative;
    width: 20%;
    height: 100%;
    box-sizing: border-box;
    transition: 0.5s ease-in-out;
    text-align: center;
    min-width: 150px;
    flex-grow: 1;
}

ul:hover li {
    width: 15%;
}

ul li:hover {
    width: 50%;
}

ul li:first-child:hover {
    width: 50%;
    flex-grow: 2;
}

ul li:last-child:hover {
    width: 50%;
    flex-grow: 2;
}

li:nth-child(1) {
    background: url(pic/slide1.png);
    background-size: cover;
    background-position: center;
}

li:nth-child(2) {
    background: url(pic/slide2.JPG);
    background-size: cover;
    background-position: left;
}

li:nth-child(3) {
    background: url(pic/slide3.jpg);
    background-size: cover;
    background-position: center;
}

li:nth-child(4) {
    background: url(pic/slide4.JPG);
    background-size: cover;
    background-position: center;
}

li:nth-child(5) {
    background: url(pic/slide5.JPG);
    background-size: cover;
    background-position: left;
}

/* slider */
/* slider */
/* slider */
/* slider */
/* slider */
/* slider */
/* slider */



.our_product {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 1095px;
    text-align: center;
    background-color: #f4f1eb;
}

.left_our_product {
    padding: 80px 0 0 90px;
    width: 20%;
}

.main-dropdown-list {
    width: 280px;
    background-color: #00796b;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    box-sizing: border-box;
    font-family: 'Kanit', sans-serif;
}

.menu-item,
.submenu-item {
    margin: 5px 0;
}

.menu-item a,
.submenu-item a {
    display: block;
    padding: 5px 8px;
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
}

.submenu-item a {
    padding-left: 20px;
}

.menu-item a:hover,
.submenu-item a:hover,
.menu-item a.active,
.submenu-item a.active,
.dropdown-toggle:hover,
.dropdown-toggle:active {
    font-weight: bold;
    background-color: #ffffff;
    color: #00796b;
    text-decoration: none;
}

.dropdown-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 5px 8px;
    color: white;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    border-radius: 4px;
    width: 100%;
    transition: background-color 0.2s ease;
}

.dropdown-toggle:hover {
    background-color: #fff;
    font-weight: bold;
}

.lucide--chevron-down {
    display: inline-block;
    width: 20px;
    height: 20px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 9l6 6l6-6'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    transform: rotate(-90deg);
    /* เริ่มหันขวา */
    transition: transform 0.2s ease-in-out;
}

.lucide--chevron-down.rotate {
    transform: rotate(0deg);
}

.dropdown-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0 0;
}

.dropdown-content.show {
    max-height: 500px;
    padding: 5px 0;
}











.social-links {
  width: 280px;
  height: 350px;
  display: flex;
  gap: 6px;
  padding: .4em;
  background: #f4f1eb;
  border-radius: 8px;
  
}

.social-links a {
  flex: 1;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.5s ease;
  background-color: #fff;
  border: 1px solid transparent;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.social-links a:hover {
  flex: 4;
}

.social-links p {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 8px;
  position: relative;
}

.social-links .label {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-orientation: mixed;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #04757B;
  transition: all 0.3s ease;
  text-align: center;
}

.social-links .icon {
  display: none;
  width: 36px;
  height: 36px;
  background-color: white;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.social-links a:hover .label {
  display: none;
}
.social-links a:hover .icon {
  display: inline-block;
}
.facebook-btn .label {
  color: #1877f2; 
}

.shopee-btn .label {
  color: #ee4d2d; 
}

.line-btn .label {
  color: #00c300; 
}

.lazada-btn .label {
  color: purple; 
}


.facebook-btn { border-color: #1877f2; }
.facebook-btn:hover { background-color: #1877f2; }


.shopee-btn { border-color: #ee4d2d; }
.shopee-btn:hover { background-color: #ee4d2d; }

.line-btn { border-color: #00c300; }
.line-btn:hover { background-color: #00c300; }

.lazada-btn { border-color: purple; }
.lazada-btn:hover { background-color: purple; }

.ic--round-facebook {
  display: inline-block;
  width: 16px;
  height: 16px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12c0 4.84 3.44 8.87 8 9.8V15H8v-3h2V9.5C10 7.57 11.57 6 13.5 6H16v3h-2c-.55 0-1 .45-1 1v2h3v3h-3v6.95c5.05-.5 9-4.76 9-9.95'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.simple-icons--shopee {
  display: inline-block;
  width: 16px;
  height: 16px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M15.941 17.963c.23-1.879-.98-3.077-4.175-4.097c-1.548-.528-2.277-1.22-2.26-2.171c.065-1.056 1.048-1.825 2.352-1.85a5.3 5.3 0 0 1 2.883.89c.116.072.197.06.263-.04c.09-.144.315-.493.39-.62c.051-.08.061-.186-.068-.28c-.185-.137-.704-.415-.983-.532a6.5 6.5 0 0 0-2.511-.514c-1.91.008-3.413 1.215-3.54 2.826q-.122 1.746 1.73 2.827c.263.152 1.68.716 2.244.892c1.774.552 2.695 1.542 2.478 2.697c-.197 1.047-1.299 1.724-2.818 1.744c-1.203-.046-2.287-.537-3.127-1.19l-.141-.11c-.104-.08-.218-.075-.287.03c-.05.077-.376.547-.458.67c-.077.108-.035.168.045.234c.35.293.817.613 1.134.775a6.7 6.7 0 0 0 2.829.727a4.9 4.9 0 0 0 2.075-.354c1.095-.465 1.803-1.394 1.945-2.554M12 1.401c-2.068 0-3.754 1.95-3.833 4.39h7.665C15.751 3.35 14.066 1.4 12 1.4m7.851 22.598l-.08.001l-15.784-.002c-1.074-.04-1.863-.91-1.971-1.991l-.01-.195l-.707-15.526a.46.46 0 0 1 .45-.494h4.975C6.845 2.568 9.16 0 12 0s5.153 2.569 5.275 5.79h4.968a.46.46 0 0 1 .458.483l-.773 15.588l-.007.131c-.094 1.094-.979 1.977-2.07 2.006'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.ri--shopping-bag-line {
  display: inline-block;
  width: 16px;
  height: 16px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M7.005 8V6a5 5 0 0 1 10 0v2h3a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1h-16a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1zm0 2h-2v10h14V10h-2v2h-2v-2h-6v2h-2zm2-2h6V6a3 3 0 0 0-6 0z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.arcticons--lazada {
  display: inline-block;
  width: 16px;
  height: 16px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='m34.382 6.28l-6.426 3.71c-2.182 1.26-5.732 1.254-7.928-.014L13.56 6.242L4.5 11.473l19.56 11.294L43.5 11.544z' stroke-width='3'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='M43.5 11.544v19.27L24.966 41.517a1.81 1.81 0 0 1-1.81 0L4.5 30.745V11.473m19.561 11.294v18.987' stroke-width='3'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}















.right_our_product {
    width: 65%;
}

.right_our_product h1 {
    font-size: 48px;
    font-weight: 400;
    margin: 50px 0 10px 0;
}

.products-page {
    /* padding: 20px; */
    text-align: center;
}

.product-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.product-card {
    margin: 20px 0 20px 0;
    width: 310px;
    height: 385px;
    background-color: #f4f4f4;
    padding: 10px;
    border-radius: 8px;
    text-align: left;
    position: relative;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    cursor: pointer;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.product-card:hover {
    transform: scale(1.03);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
}

.product-image {
    width: 270px;
    height: 250px;
    position: relative;
    margin: auto;
}

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

.wishlist-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 22px;
    color: #04757b;
    cursor: pointer;
    transition: color 0.3s ease;

}

.wishlist-icon:hover {
    color: red;
}

.wishlist-icon[icon="ant-design:heart-filled"],
.wishlist-icon-detail[icon="ant-design:heart-filled"] {
    color: red !important;
}


/* .wishlist-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
} */

.product-details {
    padding: 10px;
    font-weight: normal;
}

.product-details h3 {
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 5px;
}


.product-price {
    font-size: 16px;
    font-weight: bold;
}

.current-price {
    margin-bottom: 5px;
}

.old-price {
    text-decoration: line-through;
    color: gray;
    margin-left: 10px;
}


.rating-stars {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-top: 5px;
    color: #ffc73a;
    font-size: 16px;
}

.rating-stars .iconify-icon {
    font-size: 18px;
}

.rating-count {
    margin-left: 5px;
    color: #555;
    font-size: 14px;
}



.add-to-cart {
    font-size: 38px;
    cursor: pointer;
    color: #242424;
    transition: transform 0.2s ease, color 0.3s ease;
    position: absolute;
    margin-top: -60px;
    right: 25px;
    border: none;
    background: none;
}

.add-to-cart:hover {
    transform: scale(1.1);
    color: #04757b;
}



















.coupon_home {
    background-color: #f7f5f0;
    width: 100%;
    display: flex;
    justify-content: center;
    height: 1095px;
    text-align: center;
}

.left_suggest {
    padding: 80px 0 0 90px;
    width: 20%;
}

.left_suggest h1 {
    font-size: 48px;
    justify-content: center;
    align-items: center;
}

.right_suggest {
    width: 65%;
}

.right_suggest h1 {
    font-size: 48px;
    font-weight: 400;
    margin: 50px 0 10px 0;
}

.coupon-section {
    text-align: center;
    padding: 70px 20px;
}

.coupon-section h2 {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #242424;
}

.coupon-subtext {
  font-size: 16px;
  color: #242424;
  margin-top: 5px;
  margin-bottom: 24px;
  text-align: center;
  font-family: 'Kanit', sans-serif;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}


.coupon-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.coupon-card {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border: 2px dashed #AAB7A6;
    border-radius: 16px;
    padding: 20px 30px;
    width: 360px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}


.coupon-left {
    text-align: left;
}

.coupon-card h3 {
    font-size: 20px;
    color: #04757B;
    margin-bottom: 6px;
}

.discount-text {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #333;
}

.point-cost {
    font-size: 14px;
    color: #555;
}

.coupon-right {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
}


.btn-claim {
    background-color: #BB7E5D;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.btn-claim:hover {
    background-color: #a26545;
}

.warn {
    font-size: 14px;
    color: #bb4444;
    font-weight: 500;
}

.claimed {
    font-size: 14px;
    color: #888;
    font-weight: 500;
}

.expire-text {
    font-size: 13px;
    color: #777;
    margin-top: 4px;
    margin-bottom: 6px;
}

.coupon-left iconify-icon {
    margin-bottom: 6px;
    display: block;
}

.coupon-left {
    text-align: left;
}

.coupon-icon {
    font-size: 36px;
    color: #04757B;
    margin-bottom: 6px;
}

.discount-text {
    font-size: 20px;
    font-weight: 700;
    color: #04757B;
    margin-bottom: 6px;
}

.point-cost {
    font-size: 14px;
    color: #333;
    margin-bottom: 4px;
}

.expire-text {
    font-size: 13px;
    color: #777;
}
.min-buy {
    font-size: 14px;
    color: #555;
    margin-top: 4px;
}


.claimed,
.warn {
    font-size: 14px;
    color: #BB7E5D;
    font-weight: 600;
    margin-top: 16px;
}

/* === ปุ่ม Animated Button ที่ใช้กับ Seennature === */
.animated-button {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 10px 22px;
    border: 4px solid transparent;
    font-size: 14px;
    background-color: inherit;
    border-radius: 100px;
    font-weight: 600;
    color: #BB7E5D;
    box-shadow: 0 0 0 2px #BB7E5D;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button svg {
    position: absolute;
    width: 20px;
    fill: #BB7E5D;
    z-index: 9;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .arr-1 {
    right: 14px;
}

.animated-button .arr-2 {
    left: -25%;
}

.animated-button .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-color: #BB7E5D;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .text {
    position: relative;
    z-index: 1;
    transform: translateX(-10px);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button:hover {
    box-shadow: 0 0 0 12px transparent;
    color: #fff;
    background-color: #BB7E5D;
    border-radius: 12px;
}

.animated-button:hover .arr-1 {
    right: -25%;
}

.animated-button:hover .arr-2 {
    left: 14px;
}

.animated-button:hover .text {
    transform: translateX(10px);
}

.animated-button:hover svg {
    fill: #fff;
}

.animated-button:active {
    scale: 0.95;
    box-shadow: 0 0 0 4px #BB7E5D;
}

.animated-button:hover .circle {
    width: 220px;
    height: 220px;
    opacity: 1;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.popup-box {
    background: white;
    padding: 24px 32px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    text-align: center;
    font-family: 'Kanit', sans-serif;
}

.popup-buttons {
    margin-top: 20px;
}

.popup-buttons button {
    padding: 8px 20px;
    margin: 0 10px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
}

.btn-confirm {
    background-color: #04757B;
    color: white;
}

.btn-cancel {
    background-color: #BB7E5D;
    color: #F4F1EB;
    opacity: 80%;
}





















/* footer */
/* footer */
/* footer */
/* footer */
/* footer */
/* footer */
/* footer */
/* footer */
/* footer */
/* footer */
footer {
    background-color: #04757b;
    color: white;
    width: 100%;

    padding: 40px 5% 20px 5%;
    font-family: sans-serif;
}

.footer-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.footer-column {
    flex: 1;
    min-width: 200px;
    margin: 10px;
}

.logo-column img.footer-logo {
    height: 70px;
    margin-bottom: 10px;
}

.logo-column p {
    font-size: 14px;
    line-height: 1.6;
}

.link-column a {
    display: block;
    color: white;
    text-decoration: none;
    margin: 15px 0;
    font-size: 14px;
}

.link-column a:hover {
    text-decoration: underline;
}

.subscribe-column p {
    margin-top: 10px;
    margin-bottom: 30px;
    font-weight: 500;
}

.footer-bottom {
    border-top: 1px solid white;
    text-align: center;
    padding-top: 20px;
    margin-top: 20px;
    font-size: 13px;
}

.social-icons {
    display: flex;
    justify-content: space-between;
}

.social-icons a {
    display: inline-block;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
}

.facebook_footer {
    background-image: url(pic/Facebook_Logo_\(2019\).png.png);
}

.shopee_footer {
    background-image: url(pic/Logo-Shopee.png);
}

.line_footer {
    background-image: url(pic/OG-Image-LS-1200x630.png);
}

.laz_footer {
    background-image: url(pic/TB1PApewFT7gK0jSZFpXXaTkpXa-200-200.png);
}

/* footer */
/* footer */
/* footer */
/* footer */
/* footer */
/* footer */
/* footer */
/* footer */
/* footer */
/* footer */










.modal-overlay {
  position: fixed;
  z-index: 9999;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background-color: rgba(0,0,0,0.5);
  display: flex; align-items: center; justify-content: center;
}

.modal-box {
  background: #fff;
  padding: 30px;
  width: 300px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  text-align: center;
  animation: popIn 0.3s ease;
}

.modal-box h2 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.modal-box p {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
}

.modal-buttons {
  display: flex;
  justify-content: center;
}

.modal-buttons button {
  background-color: #04757B;
  border: none;
  color: white;
  padding: 8px 20px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
}

@keyframes popIn {
  from { transform: scale(0.8); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}
