/* LINE Seed JP Font Face - Optimized */
@font-face {
	font-family: 'LINE Seed JP';
	src: url('../font/lineseed/LINESeedJP_OTF_Rg.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap; /* Tránh FOIT, hiện fallback font ngay */
}

@font-face {
	font-family: 'LINE Seed JP';
	src: url('../font/lineseed/LINESeedJP_OTF_Bd.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/* Base Typography */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Noto+Sans+JP:wght@400;500;700&family=Montserrat:wght@500;600;700&display=swap');

/* Montserrat google font */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Stick&display=swap');

html {
	font-family: 'Noto Sans JP', sans-serif;
	overflow-x: hidden;
}

body {
	overflow-x: hidden;
	margin: 0;
	padding: 0;
  background: #f5f5f5;
}
.ec-layoutRole {
  background: #f5f5f5;
}

.font-line-seed {
	font-family: 'LINE Seed JP', sans-serif;
}

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

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

a {
  color: #EF2864;
}
a:hover, a:focus, a:active {
  opacity: 0.7;
  color: #EF2864;
}

@media (max-width: 1200px) {
	.container-1200 {
		max-width: 100%;
		padding: 0 24px;
	}
	.container-1360 {
		max-width: 100%;
		padding: 0 24px;
	}
	.container-1200-desktop {
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding: 0;
	}
	.container-1200-full-mobile {
		width: 100vw;
		margin: 0 -24px;
	}
}

/* Pagination */
.pagination-product-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 78px;
  width: 640px;
  margin: 80px auto 0;
}
.pagination-btn-group {
	display: flex;
	align-items: center;
	gap: 12px;
}

/* Pagination Buttons (Prev/Next) */
.pagination-btn {
  width: 40px;
  height: 40px;
  background-color: #FFFFFF;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  padding: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-btn.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.pagination-btn:hover {
  opacity: 0.7;
}

.pagination-btn img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

/* Pagination Numbers */
.pagination-numbers {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pagination-number {
  width: 40px;
  height: 40px;
  background-color: #E9E9E9;
  border: none;
  border-radius: 8px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25em;
  color: #000000;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-number:hover {
  background-color: #d9d9d9;
  color: #000000;
}

.pagination-number--active {
  background-color: #FFFFFF;
  font-weight: 700;
}

@media (max-width: 768px) {
	.pagination-product-list {
		width: auto;
		max-width: 295px;
		gap: 0;
	}
	.pagination-page-number {
		font-family: 'Noto Sans JP';
		font-weight: 500;
		font-size: 16px;
		color: #000000;
	}
}

a.text-white:hover, a.text-white:focus, a.text-white:active {
  color: white;
}

a.text-black:hover, a.text-black:focus, a.text-black:active {
  color: black;
}

/* link base */
.link-base {
  color: #EF2864;
  text-decoration: underline;
}
/* btn primary */
.btn-primary {
	position: relative;
	width: 280px;
	height: 56px;
	background-color: #FBE800;
	border: none;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: opacity 0.2s;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	opacity: 0.9;
  background-color: #FBE800;
}

.btn-primary span {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 1em;
	color: #000000;
	margin-right: 8px;
}

.btn-arrow {
	width: 16px;
	height: 16px;
	position: absolute;
	right: 20px;
}
.btn-disabled {
  opacity: 0.5;
  cursor: not-allowed !important;
}

/* title base */
.title-base-header {
	position: relative;
}

.title-base-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 80px;
	line-height: 1em;
	color: #000000;
	margin: 0 0 32px 0;
}

.title-base-subtitle {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-left: 5px;
}

.title-base-icon {
	width: 20px;
	height: 20px;
}

.title-base-subtitle span {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5em;
	color: #000000;
}

.btn-group__header {
  width: 120px;
  background-color: #000000;
  color: #FFFFFF;
  padding: 9px 0;
  border-radius: 4px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
}

/* Title Section */
.top-header-title-section {
  width: 100%;
  height: 104px;
  margin-bottom: 80px;
}

.top-header-icon-text {
  display: flex;
  align-items: center;
  gap: 4px;
  width: fit-content;
}

.top-header-icon {
  width: 20px;
  height: 20px;
}

.top-header-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5em;
  color: #000000;
}

.top-header-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 80px;
  line-height: 1em;
  color: #000000;
  margin: 0;
  width: 100%;
}
.relative {
	position: relative;
}
.text-nowrap {
	white-space: nowrap;
}

.mt-120 {
	margin-top: 120px;
}
.mt-50 {
	margin-top: 50px;
}

.mr-4 {
	margin-right: 4px;
}

.mb-40 {
	margin-bottom: 40px;
}
.mb-80 {
	margin-bottom: 80px;
}
.mb-8 {
	margin-bottom: 8px !important;
}
.mb-16 {
	margin-bottom: 16px !important;
}

.mr-40 {
	margin-right: 40px;
}
.m-0 {
	margin: 0;
}

.mb-0 {
	margin-bottom: 0;
}

.px-40 {
	padding-left: 40px;
	padding-right: 40px;
}

.mb-12 {
	margin-bottom: 12px;
}

.mb-16 {
	margin-bottom: 16px;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.w-100 {
	width: 100%;
}

.flex {
	display: flex;
}

.items-center {
	align-items: center;
}

.justify-center {
	justify-content: center;
}

/* responsive */
.container-desktop {
	display: block !important;
}
.container-desktop-flex {
	display: flex !important;
}
.container-mobile {
	display: none !important;
}
.container-mobile-flex {
	display: none !important;
}
.container-desktop-768 {
	display: block !important;
}
.container-mobile-768 {
	display: none !important;
}

@media (max-width: 1200px) {
	.container-desktop {
		display: none !important;
	}
	.container-desktop-flex {
		display: none !important;
	}
	.container-mobile {
		display: block !important;
	}
	.container-mobile-flex {
		display: flex !important;
	}

	.top-header-icon {
		width: 12px;
		height: 12px;
	}

	.top-header-text {
		font-size: 16px;
	}

	.top-header-title {
		font-size: 48px;
	}
	.top-header-title-section {
		height: auto;
		margin-bottom: 56px;
	}
	.breadcrumb-section .px-40 {
		padding-left: 24px;
		padding-right: 24px;
	}

	/* title base */

	.title-base-title {
		font-size: 48px;
		margin-bottom: 24px;
	}

	.title-base-icon {
		width: 16px;
		height: 16px;
	}

	.title-base-subtitle span {
		font-size: 16px;
	}

}

@media (max-width: 768px) {
	.container-desktop-768 {
		display: none !important;
	}
	.container-mobile-768 {
		display: block !important;
	}
}


/* btn up to top */
.ec-blockTopBtn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 10000;
}

@media (max-width: 1200px) {
	.ec-blockTopBtn {
    right: 12px;
    bottom: 18px;
	}
}


/* custome base button */
.ec-blockBtn--action {
  background: #FBE800;
  border: none;
  border-radius: 100px;
  padding: 16px 32px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  cursor: pointer;
  transition: opacity 0.2s;
}

.ec-blockBtn--action:hover, .ec-blockBtn--action:focus, .ec-blockBtn--action:active {
  opacity: 0.9;
  background: #FBE800;
  color: #000000;
}

.ec-blockBtn--cancel {
  background: black;
  border: none;
  border-radius: 100px;
  padding: 16px 32px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3em;
  color: #FFFFFF;
  cursor: pointer;
  transition: opacity 0.2s;
}

.ec-blockBtn--cancel:hover, .ec-blockBtn--cancel:focus, .ec-blockBtn--cancel:active {
  opacity: 0.9;
  background: black;
  color: #FFFFFF;
}

