.home .site-main {
	padding-top: 0;
}

.nihao-home {
	width: 100%;
	max-width: var(--content-width);
	margin: 0 auto;
	padding: 0;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

.nihao-home__hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 309px;
	gap: 26px;
	width: 100%;
	margin: 0 auto;
}

.nihao-home__carousel {
	position: relative;
	height: 366px;
	overflow: hidden;
	background: #f2f2f2;
	touch-action: pan-y;
}

.nihao-home__track,
.nihao-home__slide,
.nihao-home__slide picture,
.nihao-home__slide img {
	display: block;
	width: 100%;
	height: 100%;
}

.nihao-home__slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 220ms ease;
}

.nihao-home__slide.is-active {
	position: relative;
	z-index: 1;
	opacity: 1;
}

.nihao-home__slide img {
	object-fit: cover;
	-webkit-user-drag: none;
	user-select: none;
}

.nihao-home__arrow {
	position: absolute;
	z-index: 3;
	top: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(108, 108, 108, 0.58);
	color: #ffffff;
	cursor: pointer;
	transform: translateY(-50%);
}

.nihao-home__arrow--prev {
	left: 26px;
}

.nihao-home__arrow--next {
	right: 26px;
}

.nihao-home__arrow svg {
	width: 35px;
	height: 35px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.nihao-home__dots {
	position: absolute;
	z-index: 3;
	right: 0;
	bottom: 13px;
	left: 0;
	display: flex;
	justify-content: center;
	gap: 7px;
	pointer-events: none;
}

.nihao-home__dots button {
	width: 8px;
	height: 8px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.7);
}

.nihao-home__dots button.is-active {
	width: 18px;
	border-radius: 999px;
	background: #ffffff;
}

.nihao-home__deal {
	min-width: 0;
	height: 366px;
	overflow: hidden;
	background: #fff4e7;
}

.nihao-home__deal header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 45px;
	padding: 0 8px 0 12px;
	color: #000000;
}

.nihao-home__deal h2 {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
}

.nihao-home__deal header a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	background: #000000;
	color: #ffffff;
	font-size: 25px;
	line-height: 1;
	text-decoration: none;
}

.nihao-home__deal-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px 12px;
	padding: 0 12px 12px;
}

.nihao-home__coupon,
.nihao-home__deal-product {
	display: block;
	min-width: 0;
	color: #000000;
	text-decoration: none;
}

.nihao-home__coupon {
	height: 151px;
	background: #ffffff;
}

.nihao-home__coupon img,
.nihao-home__deal-product img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nihao-home__coupon--fallback {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 6px solid #ff9f18;
	background: #ffffff;
	text-align: center;
}

.nihao-home__coupon--fallback strong {
	font-size: 13px;
	line-height: 16px;
}

.nihao-home__coupon--fallback span {
	margin-top: 8px;
	color: #ff9300;
	font-size: 31px;
	font-weight: 700;
	line-height: 34px;
}

.nihao-home__coupon--fallback em {
	color: #c3c3c3;
	font-size: 12px;
	font-style: normal;
}

.nihao-home__coupon--fallback b {
	min-width: 108px;
	margin-top: 8px;
	border-radius: 999px;
	background: #ffa21b;
	color: #ffffff;
	font-size: 13px;
	line-height: 20px;
}

.nihao-home__deal-product {
	height: 151px;
}

.nihao-home__deal-product img {
	height: 118px;
	background: #eeeeee;
}

.nihao-home__price {
	display: flex;
	align-items: baseline;
	gap: 4px;
	height: 27px;
	overflow: hidden;
	color: #f08a00;
	font-size: 17px;
	font-weight: 700;
	line-height: 27px;
	white-space: nowrap;
}

.nihao-home__price del {
	color: #7f7f7f;
	font-size: 12px;
	font-weight: 400;
}

.nihao-home__price ins {
	color: inherit;
	text-decoration: none;
}

.nihao-home__services {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	align-items: center;
	height: 128px;
	margin: 0 auto;
	background: #ffffff;
	color: #000000;
}

.nihao-home__service {
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 96px;
	padding: 0 22px;
	text-align: center;
}

.nihao-home__service + .nihao-home__service::before {
	position: absolute;
	top: 14px;
	bottom: 14px;
	left: 0;
	width: 1px;
	background: #e5e5e5;
	content: "";
}

.nihao-home__service strong,
.nihao-home__service span {
	display: block;
	font-size: 28px;
	font-weight: 400;
	line-height: 35px;
}

.nihao-home__service span {
	color: #9ca3af;
	font-size: 22px;
	line-height: 30px;
}

.nihao-home__content {
	padding-top: 0;
}

.nihao-home__product-sections {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 36px;
	padding: 0 5px 26px;
	background: #ffffff;
}

.nihao-home-products {
	min-width: 0;
}

.nihao-home-products__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 56px;
	color: #000000;
}

.nihao-home-products__header h2 {
	margin: 0;
	font-size: 32px;
	font-weight: 400;
	line-height: 40px;
}

.nihao-home-products__header a {
	color: #000000;
	font-size: 22px;
	line-height: 30px;
	text-decoration: none;
}

.nihao-home-products__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
}

.nihao-home-product-card {
	display: block;
	min-width: 0;
	color: #000000;
	text-decoration: none;
}

.nihao-home-product-card:hover,
.nihao-home-product-card:focus {
	text-decoration: none;
}

.nihao-home-product-card__image {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #eeeeee;
}

.nihao-home-product-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nihao-home-product-card__title {
	display: block;
	margin-top: 8px;
	overflow: hidden;
	color: #000000;
	font-size: 19px;
	line-height: 24px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nihao-home-product-card__price {
	display: flex;
	align-items: baseline;
	gap: 4px;
	overflow: hidden;
	color: #000000;
	font-size: 19px;
	font-weight: 700;
	line-height: 24px;
	white-space: nowrap;
}

.nihao-home-product-card__price del {
	color: #777777;
	font-size: 13px;
	font-weight: 400;
}

.nihao-home-product-card__price ins {
	color: inherit;
	text-decoration: none;
}

.nihao-home-categories {
	max-width: var(--content-width);
	margin: 0 auto;
	padding: 0 0 24px;
	background: #ffffff;
	color: #666666;
}

.nihao-home-categories h2 {
	margin: 0;
	color: #000000;
	font-size: 36px;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: 0;
	text-align: center;
}

.nihao-home-categories__grid {
	display: grid;
	grid-template-columns: repeat(8, 140px);
	justify-content: space-between;
	gap: 48px 0;
	margin-top: 64px;
}

.nihao-home-category {
	display: flex;
	min-width: 0;
	color: #666666;
	text-align: center;
	text-decoration: none;
	flex-direction: column;
	align-items: center;
}

.nihao-home-category:hover,
.nihao-home-category:focus {
	color: #666666;
	text-decoration: none;
}

.nihao-home-category__image {
	display: block;
	width: 140px;
	height: 140px;
	overflow: hidden;
	border-radius: 50%;
	background: #f0f0f0;
}

.nihao-home-category__image img {
	display: block;
	width: 93%;
	height: 93%;
	margin: 3.5%;
	object-fit: contain;
}

.nihao-home-category__name {
	display: block;
	max-width: 140px;
	margin-top: 9px;
	overflow: hidden;
	font-size: 20px;
	font-weight: 400;
	line-height: 23px;
	max-height: 46px;
}

.nihao-home-free-shipping {
	max-width: var(--content-width);
	margin: 0 auto;
	padding: 0 0 16px;
	background: #ffffff;
	color: #000000;
}

.nihao-home-free-shipping__header {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	height: 36px;
}

.nihao-home-free-shipping__header h2 {
	grid-column: 2;
	margin: 0;
	font-size: 36px;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: 0;
	text-align: center;
}

.nihao-home-free-shipping__header a {
	grid-column: 3;
	justify-self: end;
	color: #000000;
	font-size: 21px;
	line-height: 28px;
	text-decoration: none;
}

.nihao-home-free-shipping__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 240px));
	justify-content: space-between;
	gap: 18px;
	margin-top: 40px;
}

.nihao-home-free-card {
	position: relative;
	min-width: 0;
	color: #000000;
}

.nihao-home-free-card__image {
	display: block;
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #eeeeee;
	color: #000000;
	text-decoration: none;
}

.nihao-home-free-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nihao-home-free-card__body {
	position: relative;
	padding-top: 8px;
	padding-right: 38px;
}

.nihao-home-free-card__badge {
	display: inline-block;
	max-width: 100%;
	padding: 2px 6px;
	background: #dff7d7;
	color: #00a000;
	font-size: 16px;
	line-height: 22px;
	white-space: nowrap;
}

.nihao-home-free-card__title {
	display: -webkit-box;
	height: 52px;
	margin-top: 4px;
	overflow: hidden;
	color: #000000;
	font-size: 20px;
	line-height: 26px;
	text-decoration: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.nihao-home-free-card__price {
	display: flex;
	align-items: baseline;
	gap: 4px;
	height: 32px;
	overflow: hidden;
	color: #222222;
	font-size: 26px;
	line-height: 32px;
	white-space: nowrap;
}

.nihao-home-free-card__price del {
	color: #777777;
	font-size: 13px;
}

.nihao-home-free-card__price ins {
	color: inherit;
	text-decoration: none;
}

.nihao-home-free-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 28px;
	color: #555555;
	font-size: 16px;
	font-style: italic;
	line-height: 22px;
}

.nihao-home-free-card__meta a {
	color: #000000;
	text-decoration: underline;
}

.nihao-home-free-card__cart {
	position: absolute;
	right: 0;
	bottom: 4px;
	display: block;
	width: 36px;
	height: 24px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	transition: transform 160ms ease;
	text-decoration: none;
}

.nihao-home-free-card__cart:hover,
.nihao-home-free-card__cart:focus {
	transform: scale(1.05);
}

.nihao-home-free-card__cart img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.nihao-home-free-shipping__view-more {
	display: none;
}

.nihao-home-product-groups {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 756px));
	justify-content: space-between;
	gap: 24px;
	max-width: var(--content-width);
	margin: 28px auto 0;
	padding-bottom: 22px;
	background: #ffffff;
	color: #333333;
}

.nihao-home-product-group {
	min-width: 0;
}

.nihao-home-product-group__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 52px;
	padding: 0 24px;
}

.nihao-home-product-group__header h2 {
	margin: 0;
	color: #555555;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
}

.nihao-home-product-group__header a {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	color: #666666;
	font-size: 22px;
	line-height: 28px;
	text-decoration: none;
}

.nihao-home-product-group__header a span[aria-hidden="true"] {
	font-size: 28px;
	line-height: 24px;
}

.nihao-home-product-group__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	padding: 8px 24px 0;
}

.nihao-home-group-card {
	min-width: 0;
}

.nihao-home-group-card__image {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 4px;
	background: #eeeeee;
	text-decoration: none;
}

.nihao-home-group-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nihao-home-group-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 36px;
	padding: 0 2px;
}

.nihao-home-group-card__price {
	display: flex;
	align-items: baseline;
	gap: 4px;
	min-width: 0;
	overflow: hidden;
	color: #222222;
	font-size: 22px;
	font-weight: 700;
	line-height: 30px;
	white-space: nowrap;
}

.nihao-home-group-card__price del {
	color: #777777;
	font-size: 13px;
	font-weight: 400;
}

.nihao-home-group-card__price ins {
	color: inherit;
	text-decoration: none;
}

.nihao-home-group-card__cart {
	display: block;
	flex: 0 0 auto;
	width: 36px;
	height: 24px;
	margin-left: 8px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	transition: transform 160ms ease;
}

.nihao-home-group-card__cart:hover,
.nihao-home-group-card__cart:focus {
	transform: scale(1.05);
}

.nihao-home-group-card__cart img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.nihao-home-testimonials {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100vw;
	max-width: none;
	height: 338px;
	margin: 0 calc(50% - 50vw) 22px;
	overflow: hidden;
	background-color: #f5f3f2;
	background-image: linear-gradient(rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.76)), var(--nihao-testimonial-bg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #686868;
	touch-action: pan-y;
}

.nihao-home-testimonials__viewport {
	position: relative;
	width: min(1180px, calc(100% - 280px));
	height: 100%;
}

.nihao-home-testimonial {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity 260ms ease;
	text-align: center;
}

.nihao-home-testimonial.is-active {
	opacity: 1;
	pointer-events: auto;
}

.nihao-home-testimonial__avatar {
	display: block;
	width: 92px;
	height: 92px;
	margin-bottom: 28px;
	border-radius: 50%;
	object-fit: cover;
	-webkit-user-drag: none;
	user-select: none;
}

.nihao-home-testimonial p {
	display: -webkit-box;
	max-width: 1090px;
	max-height: 116px;
	margin: 0;
	overflow: hidden;
	color: #6a6a6a;
	font-size: 31px;
	font-weight: 400;
	line-height: 39px;
	letter-spacing: 0;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.nihao-home-testimonial footer {
	margin-top: 28px;
	color: #6f6f6f;
	font-size: 25px;
	font-weight: 400;
	line-height: 32px;
}

.nihao-home-testimonials__arrow {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	padding: 0;
	transform: translateY(-50%);
	border: 0;
	background: transparent;
	color: #6a6a6a;
	cursor: pointer;
}

.nihao-home-testimonials__arrow--prev {
	left: max(72px, calc((100vw - var(--content-width)) / 2 + 100px));
}

.nihao-home-testimonials__arrow--next {
	right: max(72px, calc((100vw - var(--content-width)) / 2 + 100px));
}

.nihao-home-testimonials__arrow svg {
	width: 42px;
	height: 42px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.4;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.nihao-home-may-like {
	max-width: var(--content-width);
	margin: 0 auto;
	padding: 36px 0 32px;
	background: #ffffff;
	color: #000000;
}

.nihao-home-may-like h2 {
	margin: 0 0 34px;
	color: #000000;
	font-size: 38px;
	font-weight: 400;
	line-height: 48px;
	letter-spacing: 0;
	text-align: center;
}

.nihao-home-may-like__tabs {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 22px;
	overflow-x: auto;
	padding: 0 4px;
	scrollbar-width: none;
}

.nihao-home-may-like__tabs::-webkit-scrollbar {
	display: none;
}

.nihao-home-may-like__tab {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	height: 36px;
	padding: 0 17px;
	border: 1px solid #e4e4e4;
	border-radius: 18px;
	background: #ffffff;
	color: #8b8b8b;
	font-size: 18px;
	font-weight: 400;
	line-height: 34px;
	text-decoration: none;
	white-space: nowrap;
}

.nihao-home-may-like__tab.is-active {
	border-color: #000000;
	background: #000000;
	color: #ffffff;
}

.nihao-home-may-like__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 40px 22px;
}

.nihao-home-may-like-card {
	min-width: 0;
	color: #000000;
}

.nihao-home-may-like-card__image {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #eeeeee;
	color: inherit;
	text-decoration: none;
}

.nihao-home-may-like-card__image > img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nihao-home-may-like-card__heart {
	position: absolute;
	top: 9px;
	right: 10px;
	display: block;
	width: 30px;
	height: 28px;
}

.nihao-home-may-like-card__heart img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.nihao-home-may-like-card__body {
	position: relative;
	padding: 15px 40px 0 11px;
}

.nihao-home-may-like-card__title {
	display: -webkit-box;
	height: 58px;
	overflow: hidden;
	color: #000000;
	font-size: 20px;
	font-weight: 400;
	line-height: 29px;
	text-decoration: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.nihao-home-may-like-card__price {
	display: flex;
	align-items: baseline;
	gap: 4px;
	height: 34px;
	overflow: hidden;
	color: #222222;
	font-size: 26px;
	font-weight: 400;
	line-height: 34px;
	white-space: nowrap;
}

.nihao-home-may-like-card__price del {
	color: #777777;
	font-size: 13px;
}

.nihao-home-may-like-card__price ins {
	color: inherit;
	text-decoration: none;
}

.nihao-home-may-like-card__meta {
	min-height: 28px;
	color: #555555;
	font-size: 16px;
	font-style: italic;
	line-height: 22px;
}

.nihao-home-may-like-card__meta a {
	color: #000000;
	text-decoration: underline;
}

.nihao-home-may-like-card__cart {
	position: absolute;
	right: 10px;
	bottom: 2px;
	display: block;
	width: 36px;
	height: 24px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	transition: transform 160ms ease;
}

.nihao-home-may-like-card__cart:hover,
.nihao-home-may-like-card__cart:focus {
	transform: scale(1.05);
}

.nihao-home-may-like-card__cart img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.nihao-home-grow {
	width: 100%;
	margin: 0 0 24px;
	padding: 46px 42px 36px;
	background: #f9f9f9;
	color: #555555;
}

.nihao-home-grow h2 {
	margin: 0;
	padding: 0 10px;
	color: #555555;
	font-size: 30px;
	font-weight: 400;
	line-height: 42px;
	letter-spacing: 0;
	text-align: center;
}

.nihao-home-grow__list {
	max-width: 1180px;
	margin: 34px auto 0;
}

.nihao-home-grow__item {
	margin: 0 0 15px;
	color: #555555;
	font-size: 16px;
	line-height: 24px;
}

.nihao-home-grow__item summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 34px;
	cursor: pointer;
	list-style: none;
	color: #555555;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
}

.nihao-home-grow__item summary::-webkit-details-marker {
	display: none;
}

.nihao-home-grow__item summary span {
	min-width: 0;
}

.nihao-home-grow__item summary i {
	display: block;
	flex: 0 0 auto;
	width: 10px;
	height: 10px;
	margin-right: 2px;
	transform: rotate(45deg);
	border-right: 1px solid #777777;
	border-bottom: 1px solid #777777;
	transition: transform 180ms ease;
}

.nihao-home-grow__item[open] summary i {
	transform: rotate(225deg);
}

.nihao-home-grow__item p {
	margin: 6px 0 0;
	overflow: hidden;
	color: #656565;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
}

.nihao-home-grow__item p::before {
	content: "● ";
}

.nihao-quick-add[hidden] {
	display: none;
}

.nihao-quick-add {
	position: fixed;
	z-index: 9999;
	inset: 0;
	color: #111111;
	font-family: inherit;
}

.nihao-quick-add__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.42);
}

.nihao-quick-add__dialog {
	position: absolute;
	top: 50%;
	left: 50%;
	width: min(1320px, calc(100vw - 64px));
	height: min(735px, calc(100vh - 72px));
	transform: translate(-50%, -50%);
	background: #ffffff;
	border-radius: 4px;
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.nihao-quick-add__close {
	position: absolute;
	top: 22px;
	right: 22px;
	z-index: 2;
	width: 26px;
	height: 26px;
	padding: 0;
	border: 0;
	border-radius: 3px;
	background: #eeeeee;
	color: #777777;
	font-size: 34px;
	font-weight: 300;
	line-height: 21px;
	cursor: pointer;
}

.nihao-quick-add__content {
	display: grid;
	grid-template-columns: 670px minmax(0, 1fr);
	gap: 24px;
	height: 100%;
	padding: 58px 34px 24px;
}

.nihao-quick-add__loading {
	grid-column: 1 / -1;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 320px;
	color: #555555;
	font-size: 22px;
}

.nihao-quick-add__loading--error {
	flex-direction: column;
	gap: 12px;
}

.nihao-quick-add__loading a {
	color: #000000;
	text-decoration: underline;
}

.nihao-quick-add__gallery {
	display: grid;
	grid-template-columns: 86px minmax(0, 1fr);
	gap: 26px;
	min-width: 0;
}

.nihao-quick-add__thumbs {
	display: flex;
	flex-direction: column;
	gap: 13px;
	max-height: 590px;
	overflow: auto;
}

.nihao-quick-add__thumbs button {
	width: 86px;
	height: 86px;
	padding: 0;
	overflow: hidden;
	border: 1px solid transparent;
	border-radius: 4px;
	background: #f2f2f2;
	cursor: pointer;
}

.nihao-quick-add__thumbs button.is-active {
	border: 3px solid #000000;
}

.nihao-quick-add__thumbs img,
.nihao-quick-add__main-image img,
.nihao-quick-add__row img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nihao-quick-add__main-image {
	width: 100%;
	aspect-ratio: 1 / 1;
	max-height: 600px;
	overflow: hidden;
	background: #eeeeee;
}

.nihao-quick-add__details {
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 0;
	padding-right: 6px;
}

.nihao-quick-add__details h2 {
	max-width: calc(100% - 34px);
	margin: 0 0 8px;
	color: #111111;
	font-size: 22px;
	font-weight: 400;
	line-height: 29px;
}

.nihao-quick-add__free {
	align-self: flex-start;
	padding: 3px 8px;
	background: #2fb325;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
}

.nihao-quick-add__sku {
	margin: 6px 0 10px;
	color: #888888;
	font-size: 17px;
	line-height: 24px;
}

.nihao-quick-add__price {
	min-height: 34px;
	margin-bottom: 12px;
	color: #111111;
	font-size: 26px;
	line-height: 34px;
}

.nihao-quick-add__price del {
	color: #777777;
	font-size: 16px;
}

.nihao-quick-add__price ins {
	color: inherit;
	text-decoration: none;
}

.nihao-quick-add__items {
	flex: 1;
	min-height: 0;
	margin-top: 12px;
	overflow: auto;
	background: #eeeeee;
}

.nihao-quick-add__row {
	display: grid;
	grid-template-columns: 68px minmax(0, 1fr) 104px 106px;
	align-items: center;
	gap: 18px;
	min-height: 96px;
	padding: 14px 36px 14px 38px;
}

.nihao-quick-add__row img {
	width: 68px;
	height: 68px;
	background: #ffffff;
}

.nihao-quick-add__spec {
	min-width: 0;
	color: #777777;
	font-size: 15px;
	line-height: 20px;
}

.nihao-quick-add__spec span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nihao-quick-add__spec b {
	display: inline-block;
	margin-top: 4px;
	padding: 2px 8px;
	background: #2fb325;
	color: #ffffff;
	font-size: 13px;
	line-height: 19px;
	white-space: nowrap;
}

.nihao-quick-add__row strong {
	color: #111111;
	font-size: 18px;
	line-height: 24px;
	white-space: nowrap;
}

.nihao-quick-add__stepper {
	display: grid;
	grid-template-columns: 32px 34px 32px;
	height: 40px;
	overflow: hidden;
	border-radius: 2px;
	background: #ffffff;
}

.nihao-quick-add__stepper button {
	padding: 0;
	border: 0;
	background: #ffffff;
	color: #222222;
	font-size: 24px;
	line-height: 40px;
	cursor: pointer;
}

.nihao-quick-add__stepper span {
	color: #222222;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
}

.nihao-quick-add__message {
	height: 26px;
	padding-top: 4px;
	color: #168a10;
	font-size: 14px;
	line-height: 20px;
}

.nihao-quick-add__message.is-error {
	color: #c40000;
}

.nihao-quick-add__footer {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 18px;
}

.nihao-quick-add__submit {
	width: 100%;
	height: 49px;
	border: 0;
	background: #000000;
	color: #ffffff;
	font-size: 21px;
	font-weight: 700;
	line-height: 49px;
	cursor: pointer;
}

.nihao-quick-add__submit:disabled {
	cursor: not-allowed;
	opacity: 0.55;
}

.nihao-quick-add__summary {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 26px;
	color: #333333;
	font-size: 25px;
	line-height: 36px;
}

.nihao-quick-add__summary strong {
	color: #111111;
	font-size: 26px;
	font-weight: 400;
}

body.nihao-quick-add-open {
	overflow: hidden;
}

@media (max-width: 1439px) and (min-width: 721px) {
	.nihao-home {
		padding-right: 10px;
		padding-left: 10px;
	}

	.nihao-quick-add__dialog {
		width: min(1180px, calc(100vw - 48px));
		height: min(650px, calc(100vh - 56px));
	}

	.nihao-quick-add__content {
		grid-template-columns: 560px minmax(0, 1fr);
		gap: 20px;
		padding: 48px 28px 20px;
	}

	.nihao-quick-add__gallery {
		grid-template-columns: 74px minmax(0, 1fr);
		gap: 18px;
	}

	.nihao-quick-add__thumbs button {
		width: 74px;
		height: 74px;
	}

	.nihao-quick-add__details h2 {
		font-size: 20px;
		line-height: 26px;
	}

	.nihao-quick-add__row {
		grid-template-columns: 58px minmax(0, 1fr) 88px 96px;
		gap: 12px;
		padding-right: 18px;
		padding-left: 20px;
	}

	.nihao-quick-add__row img {
		width: 58px;
		height: 58px;
	}

	.nihao-home__hero {
		grid-template-columns: minmax(0, 1fr) 300px;
		gap: 18px;
	}

	.nihao-home__carousel,
	.nihao-home__deal {
		height: 300px;
	}

	.nihao-home__deal-grid {
		gap: 8px;
		padding: 0 9px 9px;
	}

	.nihao-home__coupon,
	.nihao-home__deal-product {
		height: 123px;
	}

	.nihao-home__deal-product img {
		height: 97px;
	}

	.nihao-home__service strong,
	.nihao-home__service span {
		font-size: 24px;
		line-height: 31px;
	}

	.nihao-home__product-sections {
		gap: 24px;
		padding-right: 0;
		padding-left: 0;
	}

	.nihao-home-products__header h2 {
		font-size: 28px;
		line-height: 36px;
	}

	.nihao-home-products__header a {
		font-size: 18px;
		line-height: 26px;
	}

	.nihao-home-products__grid {
		gap: 10px;
	}

	.nihao-home-product-card__title,
	.nihao-home-product-card__price {
		font-size: 15px;
		line-height: 21px;
	}

	.nihao-home-categories {
		padding-bottom: 22px;
	}

	.nihao-home-categories h2 {
		font-size: 32px;
		line-height: 34px;
	}

	.nihao-home-categories__grid {
		grid-template-columns: repeat(8, 118px);
		gap: 40px 0;
		margin-top: 50px;
	}

	.nihao-home-category__image {
		width: 118px;
		height: 118px;
	}

	.nihao-home-category__name {
		max-width: 118px;
		margin-top: 8px;
		font-size: 17px;
		line-height: 24px;
	}

	.nihao-home-free-shipping {
		padding-top: 0;
	}

	.nihao-home-free-shipping__header h2 {
		font-size: 32px;
		line-height: 34px;
	}

	.nihao-home-free-shipping__header a {
		font-size: 18px;
		line-height: 26px;
	}

	.nihao-home-free-shipping__grid {
		grid-template-columns: repeat(6, minmax(0, 1fr));
		gap: 16px;
		margin-top: 34px;
	}

	.nihao-home-free-card__badge {
		font-size: 13px;
		line-height: 19px;
	}

	.nihao-home-free-card__title {
		height: 46px;
		font-size: 16px;
		line-height: 23px;
	}

	.nihao-home-free-card__price {
		font-size: 21px;
		line-height: 29px;
	}

	.nihao-home-free-card__meta {
		font-size: 13px;
		line-height: 21px;
	}

	.nihao-home-product-groups {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px;
	}

	.nihao-home-product-group__header {
		height: 48px;
		padding-right: 16px;
		padding-left: 16px;
	}

	.nihao-home-product-group__header h2 {
		font-size: 18px;
		line-height: 22px;
	}

	.nihao-home-product-group__header a {
		font-size: 18px;
		line-height: 24px;
	}

	.nihao-home-product-group__grid {
		gap: 12px;
		padding-right: 16px;
		padding-left: 16px;
	}

	.nihao-home-group-card__price {
		font-size: 18px;
		line-height: 28px;
	}

	.nihao-home-testimonials {
		height: 300px;
	}

	.nihao-home-testimonials__viewport {
		width: min(980px, calc(100% - 220px));
	}

	.nihao-home-testimonial__avatar {
		width: 74px;
		height: 74px;
		margin-bottom: 22px;
	}

	.nihao-home-testimonial p {
		font-size: 27px;
		line-height: 35px;
	}

	.nihao-home-testimonial footer {
		margin-top: 22px;
		font-size: 22px;
		line-height: 29px;
	}

	.nihao-home-testimonials__arrow--prev {
		left: 52px;
	}

	.nihao-home-testimonials__arrow--next {
		right: 52px;
	}

	.nihao-home-may-like {
		max-width: 100%;
		padding-right: 18px;
		padding-left: 18px;
	}

	.nihao-home-may-like h2 {
		margin-bottom: 30px;
		font-size: 34px;
		line-height: 44px;
	}

	.nihao-home-may-like__tab {
		height: 32px;
		padding-right: 14px;
		padding-left: 14px;
		font-size: 15px;
		line-height: 30px;
	}

	.nihao-home-may-like__grid {
		gap: 32px 18px;
	}

	.nihao-home-may-like-card__body {
		padding-top: 12px;
		padding-right: 34px;
		padding-left: 8px;
	}

	.nihao-home-may-like-card__title {
		height: 50px;
		font-size: 16px;
		line-height: 25px;
	}

	.nihao-home-may-like-card__price {
		height: 30px;
		font-size: 21px;
		line-height: 30px;
	}

	.nihao-home-may-like-card__meta {
		font-size: 13px;
		line-height: 21px;
	}

	.nihao-home-grow {
		padding: 38px 28px 30px;
	}

	.nihao-home-grow h2 {
		font-size: 26px;
		line-height: 36px;
	}

	.nihao-home-grow__list {
		max-width: 980px;
		margin-top: 28px;
	}

	.nihao-home-grow__item summary {
		font-size: 18px;
		line-height: 26px;
	}
}

@media (max-width: 720px) {
	.nihao-home {
		max-width: none;
		padding: 0;
	}

	.nihao-quick-add__dialog {
		top: auto;
		bottom: 0;
		left: 0;
		width: 100%;
		height: min(92vh, 780px);
		max-height: calc(100vh - 18px);
		transform: none;
		border-radius: 8px 8px 0 0;
	}

	.nihao-quick-add__close {
		top: 10px;
		right: 10px;
		width: 28px;
		height: 28px;
		font-size: 32px;
	}

	.nihao-quick-add__content {
		display: flex;
		flex-direction: column;
		gap: 12px;
		height: 100%;
		overflow: auto;
		padding: 42px 12px 74px;
	}

	.nihao-quick-add__gallery {
		grid-template-columns: 54px minmax(0, 1fr);
		gap: 10px;
	}

	.nihao-quick-add__thumbs {
		gap: 8px;
		max-height: 270px;
	}

	.nihao-quick-add__thumbs button {
		width: 54px;
		height: 54px;
		border-radius: 3px;
	}

	.nihao-quick-add__main-image {
		max-height: none;
	}

	.nihao-quick-add__details {
		display: block;
		min-height: auto;
		padding-right: 0;
	}

	.nihao-quick-add__details h2 {
		max-width: calc(100% - 34px);
		font-size: 16px;
		line-height: 22px;
	}

	.nihao-quick-add__free {
		font-size: 11px;
		line-height: 16px;
	}

	.nihao-quick-add__sku {
		margin: 4px 0 6px;
		font-size: 12px;
		line-height: 18px;
	}

	.nihao-quick-add__price {
		min-height: 24px;
		margin-bottom: 8px;
		font-size: 18px;
		line-height: 24px;
	}

	.nihao-quick-add__items {
		max-height: 260px;
		margin-top: 8px;
	}

	.nihao-quick-add__row {
		grid-template-columns: 48px minmax(0, 1fr) 64px 86px;
		gap: 8px;
		min-height: 72px;
		padding: 10px 8px;
	}

	.nihao-quick-add__row img {
		width: 48px;
		height: 48px;
	}

	.nihao-quick-add__spec {
		font-size: 12px;
		line-height: 16px;
	}

	.nihao-quick-add__spec b {
		padding: 1px 5px;
		font-size: 10px;
		line-height: 15px;
	}

	.nihao-quick-add__row strong {
		font-size: 12px;
		line-height: 18px;
	}

	.nihao-quick-add__stepper {
		grid-template-columns: 26px 28px 26px;
		height: 32px;
	}

	.nihao-quick-add__stepper button,
	.nihao-quick-add__stepper span {
		font-size: 16px;
		line-height: 32px;
	}

	.nihao-quick-add__message {
		height: 22px;
		font-size: 12px;
		line-height: 18px;
	}

	.nihao-quick-add__footer {
		position: sticky;
		bottom: -74px;
		grid-template-columns: 1fr;
		gap: 6px;
		margin: 0 -12px -74px;
		padding: 8px 12px 10px;
		background: #ffffff;
		box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
	}

	.nihao-quick-add__submit {
		height: 42px;
		font-size: 16px;
		line-height: 42px;
	}

	.nihao-quick-add__summary {
		justify-content: space-between;
		gap: 12px;
		font-size: 14px;
		line-height: 24px;
	}

	.nihao-quick-add__summary strong {
		font-size: 16px;
	}

	.nihao-home {
		padding: 0;
		background: #ffffff;
	}

	.nihao-home__hero {
		display: block;
		width: 100%;
	}

	.nihao-home__carousel {
		width: 100%;
		height: auto;
		aspect-ratio: 750 / 220;
		background: #eeeeee;
	}

	.nihao-home__arrow,
	.nihao-home__deal {
		display: none;
	}

	.nihao-home__arrow {
		top: 50%;
		display: flex;
		width: 30px;
		height: 30px;
		background: rgba(255, 255, 255, 0.42);
		color: rgba(0, 0, 0, 0.55);
		box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	}

	.nihao-home__arrow--prev {
		left: 8px;
	}

	.nihao-home__arrow--next {
		right: 8px;
	}

	.nihao-home__arrow svg {
		width: 20px;
		height: 20px;
		stroke-width: 3;
	}

	.nihao-home__dots {
		right: 0;
		bottom: 9px;
		left: 0;
		display: flex;
		justify-content: center;
		gap: 8px;
	}

	.nihao-home__dots button {
		width: 15px;
		height: 4px;
		border-radius: 999px;
		background: rgba(90, 90, 82, 0.54);
	}

	.nihao-home__dots button.is-active {
		width: 14px;
		background: #ffffff;
	}

	.nihao-home__services {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		height: 82px;
		padding: 0;
		background: #ffffff;
	}

	.nihao-home__service {
		display: none;
		min-height: 82px;
		padding: 0 10px;
	}

	.nihao-home__service + .nihao-home__service::before {
		display: none;
	}

	.nihao-home__service:nth-child(4),
	.nihao-home__service:nth-child(2),
	.nihao-home__service:nth-child(5) {
		display: flex;
	}

	.nihao-home__service:nth-child(4) {
		order: 1;
	}

	.nihao-home__service:nth-child(2) {
		order: 2;
	}

	.nihao-home__service:nth-child(5) {
		order: 3;
	}

	.nihao-home__service:nth-child(2)::before,
	.nihao-home__service:nth-child(5)::before {
		position: absolute;
		top: 16px;
		bottom: 16px;
		left: 0;
		display: block;
		width: 1px;
		background: #d7d7d7;
		content: "";
	}

	.nihao-home__service strong,
	.nihao-home__service span {
		color: #000000;
		font-size: 21px;
		font-weight: 400;
		line-height: 31px;
	}

	.nihao-home__service span {
		color: #000000;
		font-size: 21px;
	}

	.nihao-home__service:nth-child(2) span {
		display: none;
	}

	.nihao-home__content {
		padding: 0;
	}

	.nihao-home__product-sections {
		display: block;
		padding: 0 0 18px;
		background: #ffffff;
	}

	.nihao-home-products {
		margin-bottom: 0;
		padding: 0 0 10px;
		background: #ffffff;
	}

	.nihao-home-products__header {
		height: 42px;
		padding: 0 10px;
	}

	.nihao-home-products__header h2 {
		font-size: 20px;
		line-height: 28px;
	}

	.nihao-home-products__header a {
		font-size: 14px;
		line-height: 22px;
	}

	.nihao-home-products__grid {
		display: flex;
		gap: 8px;
		overflow-x: auto;
		padding: 0 10px 4px;
		scrollbar-width: none;
	}

	.nihao-home-products__grid::-webkit-scrollbar {
		display: none;
	}

	.nihao-home-product-card {
		flex: 0 0 120px;
		width: 120px;
	}

	.nihao-home-product-card__title,
	.nihao-home-product-card__price {
		font-size: 13px;
		line-height: 18px;
	}

	.nihao-home-product-card__title {
		margin-top: 5px;
	}

	.nihao-home-categories {
		margin-top: 0;
		padding: 14px 10px 18px;
		background: #ffffff;
	}

	.nihao-home-categories h2 {
		font-size: 22px;
		line-height: 30px;
	}

	.nihao-home-categories__grid {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 28px 8px;
		margin-top: 18px;
	}

	.nihao-home-category {
		min-height: 140px;
	}

	.nihao-home-category__image {
		width: 76px;
		height: 76px;
	}

	.nihao-home-category__name {
		max-width: 82px;
		margin-top: 7px;
		font-size: 12px;
		line-height: 16px;
		max-height: 56.16px;
	}

	.nihao-home .nihao-home-category__name {
		line-height: 18.72px;
		max-height: 56.16px;
	}

	.nihao-home-category:nth-child(n+9) {
		display: none;
	}

	.nihao-home-free-shipping {
		margin-top: 0;
		padding: 12px 0 14px;
		background: #ffffff;
		font-family: OpenSans, Roboto, "Open Sans", Helvetica, Arial;
	}

	.nihao-home-free-shipping__header {
		display: flex;
		height: 36px;
		padding: 0 10px;
		justify-content: space-between;
	}

	.nihao-home-free-shipping__header h2 {
		font-size: 21px;
		line-height: 28px;
	}

	.nihao-home-free-shipping__header a {
		color: #000000;
		font-size: 14px;
		line-height: 22px;
		text-decoration: none;
	}

	.nihao-home-free-shipping__grid {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 11px 6px;
		overflow: visible;
		margin-top: 8px;
		padding: 0 5px 4px;
	}

	.nihao-home-free-card {
		width: auto;
		background: #ffffff;
	}

	.nihao-home-free-shipping__grid .nihao-home-free-card:nth-child(n+5) {
		display: none;
	}

	.nihao-home-free-card__body {
		padding: 5.2px 0 0;
	}

	.nihao-home-free-card__badge {
		display: none;
	}

	.nihao-home-free-card__title {
		display: block;
		height: 36.93px;
		margin: 2.08px 0 0;
		overflow: hidden;
		color: #000000;
		font-size: 14.56px;
		font-weight: 400;
		line-height: 18.93px;
		text-overflow: ellipsis;
		white-space: nowrap;
		-webkit-line-clamp: unset;
	}

	.nihao-home-free-card__title-badge {
		display: block;
		width: fit-content;
		height: 16px;
		margin: 0 0 2px;
		padding: 0 4px;
		overflow: hidden;
		border-radius: 2px;
		background: #dff7d7;
		color: #00a000;
		font-size: 10.4px;
		font-weight: 400;
		line-height: 16px;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.nihao-home-free-card__title-text {
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.nihao-home-free-card__price {
		height: 20.28px;
		margin-bottom: 3.12px;
		color: #000000;
		font-size: 15.6px;
		font-weight: 700;
		line-height: 20.28px;
	}

	.nihao-home-free-card__meta {
		min-height: 24.95px;
		margin: 2.08px 0;
		padding-right: 0;
		color: #000000;
		font-size: 12.48px;
		font-style: normal;
		line-height: 16.22px;
	}

	.nihao-home-free-card__cart {
		right: 6.2px;
		bottom: 7.64px;
		width: 24.25px;
		height: 20.8px;
	}

	.nihao-home .nihao-home-free-card__meta a {
		color: #000000;
		text-decoration: none;
	}

	.nihao-home .nihao-home-free-card__title {
		height: 36.93px;
		color: #000000;
		font-size: 14.56px;
		font-weight: 400;
		line-height: 18.93px;
	}

	.nihao-home .nihao-home-free-card__price {
		font-size: 15.6px;
		font-weight: 700;
		line-height: 20.28px;
	}

	.nihao-home .nihao-home-free-card__meta,
	.nihao-home .nihao-home-free-card__meta a {
		font-size: 12.48px;
		font-weight: 400;
		line-height: 16.22px;
	}

	.nihao-home-free-shipping__view-more {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 156px;
		height: 37px;
		margin: 16px auto 0;
		border: 1px solid #000000;
		background: #ffffff;
		color: #000000;
		font-size: 14.56px;
		font-weight: 400;
		line-height: 21.84px;
		text-align: center;
		text-decoration: none;
	}

	.nihao-home-product-groups {
		display: none;
	}

	.nihao-home-testimonials {
		width: 100%;
		height: 160px;
		margin: 0;
		background-image: linear-gradient(rgba(245, 243, 242, 0.86), rgba(245, 243, 242, 0.86)), var(--nihao-testimonial-bg);
		background-size: contain;
	}

	.nihao-home-testimonials__viewport {
		width: 100%;
	}

	.nihao-home-testimonial {
		justify-content: flex-start;
		padding: 10px 35px;
	}

	.nihao-home-testimonial__avatar {
		width: 36px;
		height: 36px;
		margin-bottom: 5px;
	}

	.nihao-home-testimonial p {
		max-height: 82px;
		color: #000000;
		font-size: 13px;
		font-weight: 500;
		line-height: 20px;
		-webkit-line-clamp: 4;
	}

	.nihao-home-testimonial footer {
		margin-top: 5px;
		color: #000000;
		font-size: 10px;
		line-height: 16px;
	}

	.nihao-home-testimonials__arrow {
		display: flex;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		background: rgba(255, 255, 255, 0.52);
		color: rgba(0, 0, 0, 0.55);
		box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	}

	.nihao-home-testimonials__arrow--prev {
		left: 8px;
	}

	.nihao-home-testimonials__arrow--next {
		right: 8px;
	}

	.nihao-home-testimonials__arrow svg {
		width: 20px;
		height: 20px;
		stroke-width: 3;
	}

	.nihao-home-may-like {
		margin-top: 0;
		padding: 0 0 16px;
		background: #ffffff;
		font-family: OpenSans, Roboto, "Open Sans", Helvetica, Arial;
	}

	.nihao-home-may-like h2 {
		margin: 0 0 11px;
		padding-top: 20.8px;
		font-size: 18.72px;
		font-weight: 500;
		line-height: 28.08px;
	}

	.nihao-home-may-like__tabs {
		gap: 0;
		height: 42px;
		margin-bottom: 4px;
		padding: 0 8px 15px;
		background: #ffffff;
	}

	.nihao-home-may-like__tab {
		height: 31px;
		margin: 5.2px 4.16px;
		padding: 0 8px;
		border: 0;
		border-radius: 0;
		background: transparent;
		color: #919191;
		font-size: 12.48px;
		line-height: 20px;
	}

	.nihao-home .nihao-home-may-like__tab.is-active {
		background: transparent;
		color: rgba(0, 0, 0, 0.87);
		font-weight: 500;
	}

	.nihao-home .nihao-home-may-like__tab {
		font-size: 12.48px;
		line-height: 20px;
	}

	.nihao-home-may-like__grid {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 11px 6px;
		overflow: visible;
		padding: 0 5px 6px;
	}

	.nihao-home-may-like-card {
		width: auto;
		background: #ffffff;
	}

	.nihao-home-may-like-card__image {
		background: #f6f6f6;
	}

	.nihao-home .nihao-home-may-like-card__heart {
		display: none;
	}

	.nihao-home-may-like-card__body {
		padding: 5.2px 0 0;
	}

	.nihao-home-may-like-card__title {
		display: block;
		height: 18.93px;
		margin: 2.08px 0 0;
		overflow: hidden;
		color: #000000;
		font-size: 14.56px;
		line-height: 18.93px;
		text-overflow: ellipsis;
		white-space: nowrap;
		-webkit-line-clamp: unset;
	}

	.nihao-home-may-like-card__price {
		height: 20.28px;
		margin-bottom: 3.12px;
		color: #000000;
		font-size: 15.6px;
		font-weight: 700;
		line-height: 20.28px;
	}

	.nihao-home-may-like-card__meta {
		min-height: 24.95px;
		margin: 2.08px 0;
		color: #000000;
		font-size: 12.48px;
		font-style: normal;
		line-height: 16.22px;
	}

	.nihao-home-may-like-card__cart {
		right: 6.2px;
		bottom: 7.64px;
		width: 24.25px;
		height: 20.8px;
	}

	.nihao-home .nihao-home-may-like-card__title {
		font-size: 14.56px;
		font-weight: 400;
		line-height: 18.93px;
	}

	.nihao-home .nihao-home-may-like-card__price {
		font-size: 15.6px;
		font-weight: 700;
		line-height: 20.28px;
	}

	.nihao-home .nihao-home-may-like-card__meta,
	.nihao-home .nihao-home-may-like-card__meta a {
		color: #000000;
		font-size: 12.48px;
		font-weight: 400;
		line-height: 16.22px;
		text-decoration: none;
	}

	.nihao-home-grow {
		margin: 0;
		padding: 20.8px 10.4px 0;
		background: #f9f9f9;
		color: #555555;
	}

	.nihao-home-grow h2 {
		margin: 0;
		padding: 0 10.4px;
		font-size: 16.64px;
		font-weight: 400;
		line-height: 24.96px;
		text-align: center;
	}

	.nihao-home-grow__list {
		margin-top: 20.8px;
	}

	.nihao-home-grow__item {
		margin-bottom: 15.6px;
		font-size: 12.48px;
		line-height: 18.72px;
	}

	.nihao-home-grow__item summary {
		min-height: auto;
		gap: 10px;
		font-size: 14.56px;
		line-height: 21.84px;
	}

	.nihao-home-grow__item summary span {
		width: 340px;
		max-width: calc(100% - 24px);
	}

	.nihao-home-grow__item summary i {
		width: 8px;
		height: 8px;
		border-color: #999999;
	}

	.nihao-home-grow__item p {
		margin-top: 10.4px;
		color: #656565;
		font-size: 12.48px;
		line-height: 18.72px;
	}
}
