/* ========== HOME HERO ========== */

.header--home {
	background: linear-gradient(135deg, #f4f1ff 0%, #f7f3ea 50%, #eef6ff 100%);
	position: relative;
	overflow: hidden;
}

.hero-slider {
	max-width: 120rem;
	margin: 0 auto;
	padding: 6rem 2rem 8rem;
	display: grid;
	gap: 3rem;
	position: relative;
	min-height: 38rem;
}

.hero-slide {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: center;
	gap: 3rem;
	padding: 4rem;
	border-radius: 3rem;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 24px 48px rgba(20, 27, 62, 0.08);
	opacity: 0;
	transform: translateY(16px);
	transition:
		opacity 0.5s ease,
		transform 0.5s ease;
	position: absolute;
	left: 0;
	right: 0;
}

.hero-slide.is-active {
	position: relative;
	opacity: 1;
	transform: translateY(0);
}

.hero-slide--one {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(219, 232, 255, 0.75));
}

.hero-slide--two {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 232, 210, 0.7));
}

.hero-slide--three {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(223, 255, 235, 0.7));
}

.hero-slide__eyebrow {
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	font-size: 1.2rem;
	color: var(--primary-color-4);
	font-weight: 700;
	margin-bottom: 1.5rem;
}

.hero-slide__title {
	font-size: 4rem;
	line-height: 1.2;
	color: var(--primary-color-1);
	margin-bottom: 1.5rem;
}

.hero-slide__desc {
	font-size: 1.6rem;
	color: var(--bw-color-5);
	margin-bottom: 2.4rem;
}

.hero-slide__media {
	width: 100%;
	max-width: 36rem;
	justify-self: end;
}

.hero-slide__media img {
	width: 100%;
	height: auto;
	max-height: 28rem;
	border-radius: 2.4rem;
	box-shadow: 0 18px 40px rgba(41, 54, 124, 0.18);
	object-fit: contain;
}

.hero-slider__controls {
	display: flex;
	gap: 1rem;
	justify-content: center;
}

.hero-dot {
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	background: var(--bw-color-3);
	cursor: pointer;
}

.hero-dot.is-active {
	background: var(--primary-color-3);
	transform: scale(1.2);
}

@media (max-width: 76.8rem) {
	.hero-slider {
		padding: 4rem 1.6rem 6rem;
	}

	.hero-slide {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.hero-slide__media {
		justify-self: center;
	}
}

@media (max-width: 48rem) {
	.hero-slide {
		padding: 3rem 2rem;
	}

	.hero-slide__title {
		font-size: 3rem;
	}
}

/* Motion helpers */
.reveal {
	opacity: 0;
	transform: translateY(18px);
	transition:
		opacity 0.5s ease,
		transform 0.5s ease;
}

.reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.header__action-group img,
.header__shopping-cart,
.logo {
	cursor: pointer;
}

/* ========== TIEN: STATIONERY ========== */

.stationery__inner {
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	height: 280rem;
	max-width: 120rem;
	width: 100%;
}

.stationery__banner {
	background-image: url(../img/stationery-hero-banner.jpg);
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(bw-color-1);
	font-style: normal;
	position: relative;
	overflow: hidden;
}

.stationery__banner-slide {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	transform: translateX(-100%);
	transition:
		transform 1.2s ease,
		opacity 1.2s ease;
	z-index: 1;
}

.stationery__banner-slide.is-active {
	opacity: 1;
	transform: translateX(0);
}

.stationery__banner-slide.is-exit-right {
	opacity: 0;
	transform: translateX(100%);
}

.stationery__banner-content {
	text-align: center;
	flex-direction: column;
	position: relative;
	z-index: 2;
}

.stationery__banner-title {
	font-size: 3.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.075rem;
	color: var(--bw-color-1);
	text-shadow: 0 3px 12px rgba(0, 0, 0, 0.35);
	display: inline-block;
	padding: 0.6rem 1.4rem;
	border-radius: 1.6rem;
	background: rgba(0, 0, 0, 0.35);
}

.stationery__banner__button {
	padding: 1.125rem 3rem;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: 0.03rem;
	background-color: var(--bw-color-1);
	color: var(--primary-color-3);
	border-radius: 16px;
	border: 2px solid var(--primary-color-3);
	margin-top: 5rem;
	transition-duration: 0.4s;
	cursor: pointer;
}

.stationery__banner__button:hover {
	background-color: var(--primary-color-3);
	color: var(--bw-color-1);
	transform: scale(1.1);
}

.stationery__heading {
	text-align: center;
	margin-top: 22rem;
	margin-bottom: 3rem;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: 0.05rem;
}

.stationery__title {
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: 0.04rem;
}

.stationery__best-selling {
	width: 100%;
	height: 50rem;
	position: relative;
}

.stationery__best-selling__list {
	margin-top: 4rem;
	display: flex;
	overflow-x: auto;
	overflow-y: hidden;
	height: 32rem;
	align-items: flex-start;
	gap: 4.5rem;
}

.stationery__product__link {
	width: 15.1875rem;
	height: 17.8125rem;
	position: relative;
}

.main--product {
	margin-top: 50px;
}

.product__detail {
	gap: 100px;
}

.stationery__label--green {
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	letter-spacing: 0.02rem;
	position: absolute;
	top: 0;
	left: 1.6rem;
	color: #fff;
	width: 4.3125rem;
	display: inline-flex;
	padding: 0.125rem 0.5rem;
	justify-content: center;
	align-items: center;
	gap: 0.625rem;
	border-radius: 0 0 0.5rem 0.5rem;
	border-right: 1.5px solid var(--bw-color-1);
	border-bottom: 1.5px solid var(--bw-color-1);
	border-left: 1.5px solid var(--bw-color-1);
	background: var(--green-color);
}

.stationery__product-img {
	position: relative;
	width: 15.1875rem;
	height: 17.8125rem;
	overflow: hidden;
	border-radius: 1.5rem;
}

.stationery__product-img img {
	width: 15.1875rem;
	height: 17.8125rem;
	position: absolute;
}
.stationery__product-img:hover > img {
	rotate: 90deg;
	transform: scale(1.5);

	transition: all 0.5s ease;
	cursor: pointer;
}
.stationery__overlay {
	position: absolute;
	width: 2.2rem;
	height: 2.2rem;
	border-radius: 50%;
	background: #f3f3f3;
	display: flex;
	align-items: center;
	justify-content: center;

	padding: 0.6rem;
}

.stationery__overlay-love {
	top: 1.6rem;
	right: 1.6rem;
	background: #fff;
	filter: drop-shadow(0 2.415px 12.679px rgba(0, 0, 0, 0.1));
}

.stationery__overlay-cart {
	bottom: 1.6rem;
	right: 1.6rem;
	border-radius: 0.5rem;
	background: var(--primary-color-2);
}

.stationery__overlay {
	transition: 0.25s ease all;
	cursor: pointer;
}

.stationery__overlay-cart:hover {
	background: var(--primary-color-3);
}

.stationery__overlay-love:hover {
	background: #f3f3f3;
}

.stationery__product-content {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-family: Quicksand;
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	letter-spacing: 0.02rem;
	margin-top: 2rem;
}

.stationery__product-price {
	margin-top: 1rem;
	color: var(--text__color__price);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: 0.03rem;
}

.stationery__Explore-popular-categories {
	margin-top: 5.25rem;
	margin-bottom: 7rem;
}

.stationery__Explore-popular-categories__tittle-group {
	display: flex;
	justify-content: space-between;
	margin-top: 9.3rem;
}

.stationery__Explore-popular-categories__see-all {
	padding: 1.125rem;
	border-radius: 1rem;
	border: 2px solid var(--primary-color-3);
	justify-content: center;
	align-items: center;
	width: 10.875rem;
	height: 4.5rem;
	display: inline-flex;
	color: var(--primary-color-3);
}

.stationery__Explore-popular-categories__list {
	display: flex;
	flex-direction: column;
}

.stationery__Explore-popular-categories__product-group {
	display: flex;
	gap: 4.5rem;
	margin-bottom: 12rem;
	justify-content: space-between;
}

.stationery__Explore-popular-categories__product-box {
	width: 13.48113rem;
	height: 20rem;
	display: block;
	cursor: pointer;
}

.stationery__Explore-popular-categories__product {
	width: 13rem;
	height: 20rem;
	margin-bottom: 2rem;
}

.stationery__Explore-popular-categories__content {
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	letter-spacing: 0.025rem;
}

.stationery__Catalog {
	margin-top: 3rem;
	display: flex;
	align-items: flex-start;
	gap: 4rem;
	justify-content: space-between;
}

.Catalog__content-title {
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: 0.03rem;
	margin-bottom: 1.5rem;
	color: var(--primary-color-3);
	width: 16.6875rem;
}

.Catalog__content-list {
	margin-bottom: 4.5rem;
}

.catalog__item {
	width: 16.6875rem;
}

.catalog__link {
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 220%;
	letter-spacing: 0.025rem;
}

/* ========== END TIEN: STATIONERY ========== */

/* ========== THUAN: EMPTY CART & FILLED CART ========== */

.main--empty-cart {
	min-height: calc(100vh - 12.5rem);
	display: flex;
	justify-content: center;
}

.main--empty-cart {
	flex: 1;
	display: flex;
	justify-content: center;
}

.empty-cart {
	margin: 20rem 1rem 7.5rem;
	text-align: center;
}

.empty-cart__icon-wrap {
	margin-bottom: 1.5rem;
}

.empty-cart__icon {
	max-width: 15rem;
	width: 100%;
	height: auto;
}

.empty-cart__title {
	font-weight: 37.5rem;
	font-size: 2.4rem;
	margin-bottom: 0.5rem;
}

.empty-cart__desc {
	font-size: 1.6rem;
	color: #6b7280;
	margin-bottom: 1.5rem;
}

.empty-cart__btn {
	display: inline-block;
	padding: 0.625rem 2rem;
	border-radius: 62.5rem;
}

.header--cart {
	height: auto;
	background: #fff;
	border-bottom: 1px solid #e5e7eb;
}

.header-nav--cart {
	padding: 2rem 8rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 6rem;
}

.cart-steps {
	display: flex;
	align-items: center;
	flex: 1;
	max-width: 52rem;
	margin: 0 auto;
	gap: 1.8rem;
}

.cart-step {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 7rem;
	height: 3.2rem;
	padding: 0 1.6rem;
	border-radius: 62.5rem;
	background: #f3f4f6;
	color: #6b7280;
	font-size: 1.4rem;
	font-weight: 31.25rem;
}

.cart-step--active {
	background: #29367c;
	color: #fff;
}

.cart-step__divider {
	flex: 2;
	border: 0.18rem dashed #aaa9a5fe;
}

.cart-back-link {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	font-size: 1.4rem;
	color: #4b5563;
}

.cart-back-link__icon {
	width: 1.2rem;
	height: 1.2rem;
}

.cart-back-link__text {
	white-space: nowrap;
}

.main--cart {
	background: #fff;
	min-height: calc(100vh - 200px);
}

.main--cart .main-content {
	width: 100%;
	max-width: 120rem;
}

.cart {
	padding: 4rem 0 7.5rem;
}

.cart__layout {
	display: flex;
	align-items: flex-start;
	gap: 4rem;
}

.cart__list {
	flex: 1;
	min-width: 0;
}

.cart__summary {
	flex: 0 0 40rem;
	max-width: 42rem;
}

.cart__head {
	display: grid;
	grid-template-columns: 1fr 22rem 18rem;
	gap: 2.4rem;
	padding: 0 2.4rem 1.6rem;
	color: #6b7280;
	font-size: 1.4rem;
	font-weight: 600;
}

.cart__head-col--qty,
.cart__head-col--total {
	justify-self: center;
}

.cart__items {
	display: flex;
	flex-direction: column;
	gap: 1.8rem;
}

.cart-item {
	display: grid;
	grid-template-columns: 1fr 22rem 18rem;
	gap: 2.4rem;
	align-items: center;
	padding: 2.4rem;
	border-radius: 1.6rem;
	border: 0.1rem solid #e5e7eb;
	background: #fff;
}

.cart-item__product {
	display: flex;
	align-items: center;
	gap: 1.6rem;
	min-width: 0;
}

.cart-item__image {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	border-radius: 1.6rem;
}

.cart-item__info {
	min-width: 0;
}

.cart-item__name {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.cart-item__prices {
	margin-top: 0.6rem;
	display: flex;
	align-items: baseline;
	gap: 0.8rem;
}

.cart-item__price {
	font-size: 1.4rem;
	font-weight: 700;
	color: #111827;
}

.cart-item__price-old {
	font-size: 1.2rem;
	color: #9ca3af;
	text-decoration: line-through;
}

.cart-item__meta {
	margin-top: 0.4rem;
	font-size: 1.2rem;
	color: #6b7280;
}

.cart-item__qty {
	justify-self: center;
	display: inline-flex;
	align-items: center;
	gap: 1.4rem;
	color: #111827;
}

.cart-item__qty-btn {
	width: 3.6rem;
	height: 3.6rem;
	border-radius: 1rem;
	background: #f3f4f6;
	color: #111827;
	font-size: 2rem;
	line-height: 1;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.cart-item__qty-btn:hover {
	background: #e5e7eb;
}

.cart-item__qty-value {
	min-width: 1.6rem;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
}

.cart-item__total {
	justify-self: stretch;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 1.2rem;
	padding: 0 2.4rem 0 2.4rem;
	border-left: 0.1rem solid #e5e7eb;
}

.cart-item__total-price {
	font-size: 1.4rem;
	font-weight: 700;
	color: #111827;
	white-space: nowrap;
}

.cart-item__remove {
	width: 3.6rem;
	height: 13rem;
	border-radius: 1.2rem;
	background: #f3f4f6;
	color: #6b7280;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 2.2rem;
	line-height: 1;
}

.cart-item__remove:hover {
	background: #fee2e2;
	color: #b91c1c;
}

.main--wishlist {
	margin-top: 50px;
}

.cart__wishlist {
	margin-top: 2.4rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.2rem;
	padding: 1.6rem 2rem;
	border-radius: 1.6rem;
	border: 0.1rem solid #e5e7eb;
	color: #374151;
}

.cart__wishlist-text {
	flex: 1;
	font-weight: 600;
}

.cart__wishlist-arrow {
	color: #9ca3af;
	font-size: 2.2rem;
	line-height: 1;
}

.order-summary {
	border: 0.1rem solid #e5e7eb;
	border-radius: 2rem;
	padding: 2.4rem;
	background: #fff;
}

.order-summary__title {
	position: relative;
	text-align: right;
	font-size: 1.8rem;
	font-weight: 800;
	color: #374151;
	padding-bottom: 1.6rem;
	border-bottom: 0.1rem solid #e5e7eb;
}

.order-summary__title::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -0.3rem;
	width: 100%;
	height: 0.2rem;
	background: #29367c;
	border-radius: 0.1rem;
}

.order-summary__shipping {
	margin-top: 1.8rem;
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	color: #374151;
}

.order-summary__shipping-icon {
	width: 3rem;
	height: 3rem;
	background: #f3f4f6;
}

.order-summary__shipping-icon::after {
	content: "";
	position: absolute;
	left: 0.55rem;
	top: 0.55rem;
	width: 0.8rem;
	height: 0.4rem;
	border-left: 0.2rem solid #fff;
	border-bottom: 0.2rem solid #fff;
	transform: rotate(-45deg);
}

.order-summary__shipping-text {
	font-size: 1.3rem;
	line-height: 1.5;
	font-weight: bold;
}

.order-summary__list {
	margin-top: 1.6rem;
	display: flex;
	flex-direction: column;
	gap: 1.2rem;
}

.order-summary__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #374151;
	font-size: 1.3rem;
}

.order-summary__value {
	font-weight: 700;
}

.order-summary__value--muted {
	color: #9ca3af;
	font-weight: 600;
}

.order-summary__shipping-group {
	margin-top: 1.4rem;
	padding-top: 1.4rem;
	border-top: 0.1rem solid #e5e7eb;
	display: flex;
	flex-direction: column;
	gap: 1.2rem;
}

.order-summary__option {
	display: grid;
	grid-template-columns: 1.8rem 1fr auto;
	align-items: center;
	column-gap: 1rem;
	row-gap: 0.4rem;
	color: #374151;
	font-size: 1.3rem;
}

.order-summary__option-input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.order-summary__option-dot {
	width: 1.6rem;
	height: 1.6rem;
	border-radius: 50%;
	border: 0.2rem solid #cbd5e1;
	display: inline-block;
	position: relative;
}

.order-summary__option-input:checked + .order-summary__option-dot {
	border-color: #29367c;
}

.order-summary__option-input:checked + .order-summary__option-dot::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 50%;
	background: #29367c;
}

.order-summary__option-right {
	font-weight: 700;
	color: #111827;
}

.order-summary__coupon {
	margin-top: 1.6rem;
	display: grid;
	grid-template-columns: 1fr 10rem;
	gap: 1.2rem;
}

.order-summary__coupon-input {
	padding: 1.2rem 1.4rem;
	border-radius: 1.2rem;
	background: #f3f4f6;
	font-size: 1.3rem;
}

.order-summary__coupon-btn {
	border-radius: 1.2rem;
	background: #111827;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

.order-summary__coupon-btn:hover {
	opacity: 0.92;
}

.order-summary__grand {
	margin-top: 2rem;
	padding-top: 1.8rem;
	border-top: 0.1rem solid #e5e7eb;
	position: relative;
}

.order-summary__grand-row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}

.order-summary__grand-title {
	font-weight: 800;
	color: #374151;
}

.order-summary__grand-value {
	font-weight: 900;
	font-size: 2rem;
	color: #111827;
}

.order-summary__grand-sub {
	margin-top: 0.2rem;
	font-size: 1.2rem;
	color: #6b7280;
}

.order-summary__grand-save {
	position: absolute;
	right: 0;
	top: 5.4rem;
	font-size: 1.2rem;
	color: #22c55e;
	font-weight: 700;
}

.order-summary__together {
	margin-top: 2rem;
	display: grid;
	grid-template-columns: 1.8rem 1fr;
	gap: 1rem;
	align-items: flex-start;
	color: #374151;
	font-size: 1.3rem;
}

.order-summary__together-input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.order-summary__together-box {
	width: 1.6rem;
	height: 1.6rem;
	border-radius: 0.4rem;
	border: 0.2rem solid #cbd5e1;
	background: #fff;
	position: relative;
}

.order-summary__together-input:checked + .order-summary__together-box {
	border-color: #29367c;
	background: #29367c;
}

.order-summary__together-input:checked + .order-summary__together-box::after {
	content: "";
	position: absolute;
	left: 0.4rem;
	top: 0.45rem;
	width: 0.6rem;
	height: 0.3rem;
	border-left: 0.2rem solid #fff;
	border-bottom: 0.2rem solid #fff;
	transform: rotate(-45deg);
}

.order-summary__together-hint {
	color: #9ca3af;
	font-size: 1.1rem;
	font-weight: 600;
}

.order-summary__checkout {
	margin-top: 2.2rem;
	width: 100%;
	text-align: center;
	border-radius: 1.6rem;
	background: #64a759;
}

@media (max-width: 102.4rem) {
	.header-nav--cart {
		padding: 1.6rem 3rem;
		gap: 2rem;
	}

	.cart-steps {
		max-width: 40rem;
	}

	.main--cart .main-content {
		padding: 0 2rem;
	}

	.cart__layout {
		gap: 2.4rem;
	}

	.cart__summary {
		flex: 0 0 34rem;
		max-width: 34rem;
	}

	.cart__head,
	.cart-item {
		grid-template-columns: 1fr 16rem 13rem;
		gap: 1.6rem;
	}

	.cart-item__total {
		padding: 0 1.6rem;
	}

	.main--empty-cart .main-content {
		padding: 0 2rem;
	}

	.empty-cart {
		margin-top: 12rem;
		margin-bottom: 6rem;
	}
}

@media (max-width: 76.8rem) {
	.header-nav--cart {
		padding: 1.2rem 1.6rem;
		gap: 1.2rem;
	}

	.cart-steps {
		display: none;
	}

	.cart-back-link__text {
		font-size: 1.3rem;
	}

	.main--cart .main-content {
		padding: 0 1.2rem;
	}

	.cart {
		padding: 2rem 0 4rem;
	}

	.cart__layout {
		flex-direction: column;
	}

	.cart__summary {
		flex: 1 1 auto;
		max-width: 100%;
		width: 100%;
	}

	.cart__head {
		display: none;
	}

	.cart-item {
		grid-template-columns: 1fr;
		padding: 1.6rem;
	}

	.cart-item__qty {
		justify-self: flex-start;
	}

	.cart-item__total {
		justify-self: stretch;
		justify-content: flex-end;
		min-height: 5.2rem;
		border-left: 0;
		border-top: 0.1rem solid #e5e7eb;
		padding: 1rem 0 0;
	}

	.order-summary {
		padding: 1.8rem;
	}

	.order-summary__coupon {
		grid-template-columns: 1fr 8.8rem;
	}

	.main--empty-cart .main-content {
		padding: 0 1.2rem;
	}

	.empty-cart {
		margin-top: 9rem;
		margin-bottom: 4rem;
	}
}

@media (max-width: 48rem) {
	.cart-item__product {
		gap: 1.2rem;
	}

	.cart-item__image {
		width: 8rem;
		height: 8rem;
	}

	.cart-item__name {
		font-size: 1.3rem;
	}

	.cart-item__meta {
		font-size: 1.1rem;
	}

	.order-summary__title {
		font-size: 1.6rem;
	}

	.order-summary__grand-value {
		font-size: 1.8rem;
	}

	.empty-cart__icon {
		max-width: 12rem;
	}

	.empty-cart__title {
		font-size: 2rem;
	}

	.empty-cart__desc {
		font-size: 1.4rem;
	}
}
/* ========== END THUAN: EMPTY CART ========== */

/* ========== DANH : PRODUCT ========== */

.main-content--product {
	width: 120rem;
	max-width: 100%;
	margin: 0 auto;
	padding: 2rem 0;
}

.product__detail {
	width: 100%;
	display: flex;
}

.product__gallery {
	width: 60%;
}

.header--product {
	height: 8.74rem;
}

.product__gallery--img {
	width: 100%;
}

.product__gallery {
	flex: 1;
	position: relative;
	background-color: var(--bw-color-1);
}

.product__gallery--arrow-back-box {
	display: flex;
	position: absolute;
	width: 6.4rem;
	height: 6.4rem;
	background-color: var(--bw-color-1);
	left: 4rem;
	top: 2rem;
	border-radius: 1.6rem;
}

.arrow-back-box--icon {
	margin: auto;
	width: 50%;
	height: 50%;
}

.product__gallery--maximize-arrow-box {
	display: flex;
	position: absolute;
	width: 4.8rem;
	height: 4.8rem;
	background-color: var(--bw-color-1);
	bottom: 3rem;
	right: 4rem;
	border-radius: 1.6rem;
}

.maximize-arrow-box--icon {
	margin: auto;
	width: 50%;
	height: 50%;
}

.product__gallery--love-box {
	display: flex;
	position: absolute;
	width: 5.3rem;
	height: 5.3rem;
	background-color: var(--bw-color-1);
	bottom: 10rem;
	right: 4rem;
	border-radius: 10rem;
}

.product__gallery--love-box a {
	margin: auto;
}

.love-box--icon {
	margin: auto;
	width: 50%;
	height: 50%;
}

.product__gallery--arrow-back-box:hover,
.product__gallery--love-box:hover,
.product__gallery--maximize-arrow-box:hover {
	cursor: pointer;
	color: #fff;
	background: var(--primary-color-3);
}

.product__info {
	display: flex;
	flex: 1;
	background-color: var(--bw-color-1);
}

.product__info--content {
	width: 80%;
	margin: 0 auto;
}

.content--breadcrumb .breadcrumb--list {
	display: flex;
	margin-bottom: 2rem;
}

.breadcrumb--item {
	margin-right: 0.5rem;
	color: var(--bw-color-4);
}

.breadcrumb--item:hover {
	color: var(--bw-color-6);
}

.item--active {
	color: var(--bw-color-6);
}

.content--breadcrumb,
.content--product-name,
.content--product-price,
.content--product-code,
.content--place {
	margin-bottom: 2rem;
}

.product-price--current {
	display: inline;
	width: fit-content;
	margin-right: 0.5rem;
}

.product-price--prev {
	display: inline;
	color: var(--bw-color-4);
}

.product-price--discount-percent {
	color: var(--green-color);
}

.content--amount {
	margin-bottom: 3em;
}

.amount--quantity {
	display: inline-block;
	margin: 0 2rem;
	font-weight: bold;
}

.amount--btn-minus,
.amount--btn-plus {
	display: inline-block;
	font-size: larger;
}

.amount--btn-minus:hover,
.amount--btn-plus:hover {
	cursor: pointer;
}

.amount--btn-add {
	display: inline-block;
	background-color: var(--green-color);
	color: white;
	padding: 1rem 3rem;
	margin-left: 2rem;
	border-radius: 1rem;
	font-weight: bold;
	font-size: 1.4rem;
}

.amount--btn-add:hover {
	cursor: pointer;
	opacity: 0.9;
	transition: 0.25s ease all;
}

.content--product-code {
	font-weight: bold;
	font-size: 1.2rem;
}

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

.time--label {
	display: inline;
	color: var(--bw-color-6);
}

.time--delivery {
	margin-left: 15rem;
	display: inline;
	font-weight: bold;
}

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

.place--country-box,
.place--location-box {
	background-color: var(--bw-color-2);
	padding: 1rem;
	border-radius: 0.5rem;
	color: var(--bw-color-4);
	font-weight: 500;
}

.place--location-box {
	width: 74%;
}

.content--others-option {
	color: var(--primary-color-3);
	font-weight: bold;
}

.others-option--pd-detail {
	display: flex;
	justify-content: space-between;
	font-size: 1.4rem;
	border-bottom: 0.2rem solid var(--primary-color-6);
}

.pd-detail--label {
	font-weight: 600;
}

.product__specific-info {
	margin-top: 12rem;
	width: 100%;
	margin-bottom: 12rem;
}

.info-list {
	width: 80%;
	margin: auto;
}

.info-list--box-heading th {
	text-align: left;
	padding-bottom: 2rem;
}

.info-list--label p {
	font-weight: bold;
	font-size: 1.4rem;
}

.info-list--box {
	width: 100%;
	border-bottom: 0.2rem solid var(--primary-color-6);
}

.info-list--box td,
.info-list--box-footer td {
	padding: 1rem;
}

.info-list--content {
	text-align: right;
}

.product--related-items-container {
	width: 80%;
	margin: auto;
}

.related-items-container--header {
	margin-bottom: 7.1rem;
}

.stationery__related-product__list {
	display: flex;
	overflow-x: auto;
	overflow-y: hidden;
	align-items: flex-start;
	gap: 4.5rem;
}

@media (max-width: 76.8rem) {
	.header--product {
		width: 100%;
	}
	/* .main-content--product {
		max-width: 100%;
	} */

	.product__detail {
		flex-direction: column;
	}
	.product__info,
	.product__gallery {
		width: 100%;
	}

	.time--delivery {
		margin-left: 0;
	}

	.place--location-box {
		width: 100%;
		margin-left: 0;
	}
	.footer--product {
		padding: 0;
	}
	.footer__general--product {
		display: flex;
		flex-direction: column;
	}
}

/* ========== END DANH : PRODUCT ========== */

/* ========== DAT : LOGIN & WISHLIST ========== */

.login__content {
	display: flex;
}

.login__list {
	width: 29.3125rem;
	height: 68rem;
	background-color: #f9f9fb;
}

.login__information {
	width: 72.0625rem;
	height: 41.0625rem;
	margin: 13.37rem auto;
}

.information_view {
	display: flex;
}

.information__shippingAddr {
	display: flex;
	margin: 4.65rem 0.44rem;
}

.information__Address {
	display: flex;
	width: 71.625rem;
	height: 7.75rem;
	border-radius: 0.9375rem;
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: 4.15rem;
}

.addrEdit {
	display: flex;
	width: 67.6875rem;
	height: 7.75rem;
	border-radius: 0.9375rem;
	background-color: var(--bw-color-2);
}

.addr_text {
	font-family: var(--primary-font);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.25rem;
	letter-spacing: 0.03rem;
	color: #000000;
	height: 4.5rem;
	width: 26.625rem;
	margin: 1.62rem 2.12rem;
}

.img--edit {
	width: 1.49769rem;
	height: 1.5rem;
	position: relative;
	left: 33.56rem;
	top: 1.38rem;
}

.img--remove {
	width: 1.38438rem;
	height: 1.5rem;
	margin: 3.12rem 1.19rem;
}

.list_sidebar {
	margin: 9.62rem 8.75rem;
}

.list_sidebar__top {
	width: 12.1875rem;
	height: 7.5rem;
	font-family: var(--primary-font);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3.75rem;
	letter-spacing: 0.05rem;
	color: var(--primary-color-5);
	margin-bottom: 5rem;
}

.list_sidebar__bottom {
	display: inline-flex;
	gap: 5.5rem;
	align-items: center;
	flex-direction: column;
}

.list_over {
	color: var(--primary-color-4);
	font-family: var(--primary-font);
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.625rem;
	letter-spacing: 0.035rem;
}

.list_orders {
	color: var(--bw-color-4);
	font-family: var(--primary-font);
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.625rem;
	letter-spacing: 0.035rem;
}

.list_wish {
	color: var(--bw-color-4);
	font-family: var(--primary-font);
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.625rem;
	letter-spacing: 0.035rem;
}

.image__avatar {
	width: 8.9375rem;
	height: 8.9375rem;
}

.information__user {
	width: 19.375rem;
	height: 5.75rem;
	margin: 1.62rem 2.31rem;
}

.information__user--top {
	font-family: var(--primary-font);
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.625rem;
	letter-spacing: 0.035rem;
	color: var(--bw-color-6);
}

.information__user--bottom {
	font-family: var(--primary-font);
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.625rem;
	letter-spacing: 0.035rem;
	color: var(--bw-color-4);
}

.information__btn {
	font-family: var(--primary-font);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.25rem;
	letter-spacing: 0.03rem;
	color: var(--primary-color-3);
	display: inline-flex;
	width: 14rem;
	height: 4.5rem;
	border-radius: 1rem;
	border: 2px solid var(--primary-color-5);
	background-color: var(--bw-color-1);
	padding: 1.125rem 2.6rem;
	align-items: center;
	justify-content: center;
	margin-top: 1.85rem;
	margin-left: 24.5rem;
}

.information__shippingAddr--text {
	font-family: var(--primary-font);
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.625rem;
	letter-spacing: 0.035rem;
	color: var(--bw-color-6);
	display: block;
}

.img__add {
	width: 1.2625rem;
	height: 1.2625rem;
}

.information__shippingAddr--img {
	display: inline-flex;
	width: 2.5526rem;
	height: 2.5526rem;
	border-radius: 2.375rem;
	align-items: center;
	justify-content: center;
	background-color: var(--primary-color-3);
	position: relative;
	left: 53.5rem;
}

@media (max-width: 76.8rem) {
	.login__content {
		flex-direction: column;
	}
	.login__list {
		width: 100%;
		height: 15rem;
	}

	.list_sidebar {
		display: flex;
		align-content: center;
		margin: 3rem 10rem;
	}

	.list_sidebar__bottom {
		display: flex;
		flex-direction: row;
		margin-left: 5rem;
	}
	.login__information {
		width: 100%;
		margin: 3rem auto;
	}
}
/* wishlist*/

.wishlist--content {
	display: flex;
}

:root {
	--primary--color--sidebar: #f9f9fb;
}

.wishlist--sidebar {
	height: 120rem;
	width: 29.3125rem;
	background-color: var(--primary--color--sidebar);
}

.list_overEdit {
	color: var(--bw-color-4);
}

.list_wishEdit {
	color: var(--primary-color-4);
}

.wishlist__information {
	margin-left: 2rem;
}

.heading__information {
	font-family: var(--primary-font);
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3rem;
	letter-spacing: 0.04rem;
	color: var(--primary-color-3);
	margin-top: 10rem;
	margin-bottom: 4rem;
}

.content__information {
	display: flex;
	width: 120rem;
	flex-wrap: wrap;
	gap: 3.5rem;
}

.box__love {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border-radius: 2rem;
	background-color: var(--bw-color-2);
	position: relative;
	top: 1rem;
	left: 12.19rem;
}

.img-love {
	width: 0.94338rem;
	height: 0.90569rem;
}

.box__shoppingcart {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.01113rem;
	height: 1.92556rem;
	border-radius: 0.34231rem;
	background-color: var(--primary-color-2);
	position: relative;
	top: 12.88rem;
	left: 12.19rem;
}

.img-shoppingcart {
	width: 1.04525rem;
	height: 1.02694rem;
}

.text__information--top {
	overflow: hidden;
	/*ẩn nội dung bị tràn ra khỏi box*/
	white-space: nowrap;
	/* không cho phép chữ xuống dòng*/
	text-overflow: ellipsis;
	/* hiển thị các chữ bị cắt bằng dấu ... */
	font-family: var(--primary-font);
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.5rem;
	letter-spacing: 0.02rem;
	margin-top: 1.5rem;
}

.text__information--bottom {
	font-family: var(--primary-font);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.25rem;
	letter-spacing: 0.03rem;
	color: var(--bw-color-6);
	margin-top: 2rem;
}

.box_label {
	display: inline-flex;
	padding: 0.125rem 0.5rem;
	justify-content: center;
	align-items: center;
	border-radius: 0 0 0.5rem 0.5rem;
	border-right: 1.5px solid var(--bw-color-1);
	border-left: 1.5px solid var(--bw-color-1);
	border-bottom: 1.5px solid var(--bw-color-1);
	background-color: var(--green-color);
	position: relative;
	left: 1rem;
	bottom: 4rem;
}

.item--label {
	font-family: var(--primary-font);
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.5rem;
	letter-spacing: 0.02rem;
	color: var(--bw-color-1);
}

.edit_label {
	background-color: var(--orange-color);
}

.box__itemPrice {
	display: flex;
	align-items: center;
	gap: 0.8rem;
}

.price__information {
	font-family: var(--primary-font);
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.875rem;
	letter-spacing: 0.025rem;
	text-decoration-line: line-through;
	/* thêm dấu gạch ngang giữa ký tự */
	color: var(--bw-color-4);
}

.discount__information {
	font-family: var(--primary-font);
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.5rem;
	letter-spacing: 0.02rem;
	color: var(--green-color);
}

@media (max-width: 76.8rem) {
	.wishlist--content {
		display: flex;
		flex-direction: column;
	}
	.wishlist--sidebar {
		height: 15rem;
		width: 100%;
	}

	.list_sidebar {
		display: flex;
		align-content: center;
		margin: 3rem 15rem;
	}

	.list_sidebar__bottom {
		display: flex;
		flex-direction: row;
		margin-left: 10rem;
		gap: 10rem;
	}
	.wishlist__information {
		margin: 3rem 15rem;
	}

	.heading__information {
		margin-top: 0;
	}

	.content__information {
		width: 80.5rem;
	}
}

/* ========== END DAT : LOGIN & WISHLIST ========== */

/* ========== BAC : Stationery ========== */

.main-content--stationery-product {
	width: 140rem;
	max-width: 100%;
	padding: 20rem 0;
}

/* Stationery Content */

.stationery-product__content {
	display: flex;
	gap: 3rem;
	margin-top: 6rem;
}

/* Stationery Product Aside */

.stationery-product__category {
	width: 22%;
}

/* Stationery Product Category */

.stationery-product__search {
	padding: 1rem;
	border-radius: 0.6875rem;
	display: flex;
	align-items: center;
	gap: 1rem;
	background: #f9f9fb;
	width: 100%;
}

.stationery-product__input::placeholder {
	color: #979999;
	font-weight: 500;
	letter-spacing: 0.02rem;
}

/* Stationery Product List */

.stationery-product__product {
	width: 78%;
}

.st-product__title {
	margin: 4rem 0;
	text-align: center;
}

.st-product__list {
	position: relative;
	display: flex;
	gap: 5.3rem;
	justify-content: center;
	flex-wrap: wrap;
}

.st-product__item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 1.5rem;
}

/* Delivery */

.stationery-product__nav-item {
	padding: 1.5rem;
	font-weight: 700;
	background: #f9f9fb;
	border-radius: 1rem;
}

.stationery-product-option__item {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.stationery-product__nav-item--deli {
	margin-top: 3rem;
}

.stationery-product-item__desc--deli {
	color: var(--primary-color-3);
	font-weight: 700;
}

.stationery-product__nav-item--category {
	margin-top: 2rem;
}

.stationery-product__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.stationery-product__header-title {
	color: var(--primary-color-2);
	font-weight: 700;
}

.stationery-product__header-tag {
	color: var(--primary-color-4);
}

/* List Product */

.stationery-product__list-item {
	width: 24.5rem;
}

.stationery-product__img-wrap {
	position: relative;
	overflow: hidden;
	border-radius: 2rem;
}

.stationery-product__thumb:hover > img {
	transform: scale(1.5);
	transition: all 0.5s ease;
	cursor: pointer;
}

.stationery-product__overlay {
	position: absolute;
	width: 3.2rem;
	height: 3.2rem;
	border-radius: 50%;
	background: #f3f3f3;
	display: flex;
	align-items: center;
	justify-content: center;
}

.stationery-product__overlay-love {
	top: 1.6rem;
	right: 1.6rem;
	background: #fff;
	filter: drop-shadow(0 2.415px 12.679px rgba(0, 0, 0, 0.1));
}

.stationery-product__list-product {
	display: flex;
	flex-wrap: wrap;
	gap: 2.5rem;
	align-items: center;
	justify-content: space-between;
}

.stationery-product__list-item {
	flex: 1;
	width: 25%;
}

.stationery-product__overlay-cart {
	bottom: 1.6rem;
	right: 1.6rem;
	border-radius: 0.5rem;
	background: var(--primary-color-2);
}

.stationery-product__overlay {
	transition: 0.25s ease all;
	cursor: pointer;
}

.stationery-product__overlay-cart:hover {
	background: var(--primary-color-3);
}

.stationery-product__overlay-love:hover {
	background: #f3f3f3;
}

.stationery-product__label {
	position: absolute;
	top: 0;
	left: 1.6rem;
	color: #fff;
	width: 5.7rem;
	padding: 6px 8px 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--orange-color);
	border-radius: 0 0 0.8rem 0.8rem;
}

.stationery-product__label--green {
	background: var(--green-color);
}

.stationery-product__name {
	padding: 2rem 0 1rem;
	font-size: 1.6rem;
	line-height: 1.4;
	text-align: center;
}

.stationery-product__pagination-wrap,
.stationery-product__pagination {
	margin-top: 7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	padding: 0 6rem;
	color: #fff;
}

.stationery-product__svg:hover {
	color: #fff;
	background: #fff;
	cursor: pointer;
}

.stationery-product__pagination-wrap {
	margin-top: 0;
}

.stationery-product__pagination-page:hover {
	background: var(--primary-color-3);
	cursor: pointer;
	transition: all ease 0.25s;
}

.stationery-product__pagination-page {
	width: 5.1rem;
	height: 4.6rem;
	border-radius: 0.8rem;
	background: var(--primary-color-2);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

/* ========== END BAC : Stationery ========== */
