.single-product .site-main {
	padding: 0;
	background: #ffffff;
}

.nihao-product {
	max-width: var(--content-width);
	margin: 0 auto;
	padding: 18px 0 44px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

.nihao-product__crumbs {
	height: 34px;
	overflow: hidden;
	color: #8b8b8b;
	font-size: 15px;
	line-height: 34px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.nihao-product__crumbs a {
	color: #8b8b8b;
	text-decoration: none;
}

.nihao-product__crumbs span {
	margin: 0 6px;
}

.nihao-product__main {
	display: grid;
	grid-template-columns: minmax(0, 6fr) minmax(0, 4fr);
	align-items: start;
	gap: 28px;
}

.nihao-product__media {
	position: sticky;
	top: 70px;
	display: grid;
	grid-template-columns: 122px minmax(0, 1fr);
	gap: 26px;
	align-self: start;
}

.nihao-product__thumbs {
	display: flex;
	flex-direction: column;
	gap: 14px;
	max-height: calc(100vh - 108px);
	overflow: auto;
	scrollbar-width: none;
}

.nihao-product__thumbs::-webkit-scrollbar {
	display: none;
}

.nihao-product__thumbs button {
	width: 122px;
	height: 122px;
	overflow: hidden;
	padding: 0;
	border: 2px solid transparent;
	background: #eeeeee;
	cursor: pointer;
}

.nihao-product__thumbs button.is-active {
	border-color: #000000;
}

.nihao-product__thumbs img,
.nihao-product__image,
.nihao-product__colors img,
.nihao-product__related img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nihao-product__image-wrap {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	min-width: 0;
	overflow: hidden;
	background: #ffffff;
}

.nihao-product__image {
	width: 100%;
	height: auto;
	max-height: calc(100vh - 150px);
	object-fit: contain;
}

.nihao-product__image-arrow {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 118px;
	padding: 0;
	transform: translateY(-50%);
	border: 0;
	background: rgba(255, 255, 255, 0.72);
	color: #000000;
	font-size: 44px;
	line-height: 1;
	cursor: pointer;
}

.nihao-product__image-arrow--prev {
	left: 28px;
}

.nihao-product__image-arrow--next {
	right: 18px;
}

.nihao-product__find {
	position: absolute;
	bottom: 40px;
	left: 34px;
	padding: 8px 14px;
	background: #000000;
	color: #ffffff;
	font-size: 17px;
	line-height: 24px;
}

.nihao-product__mobile-count {
	display: none;
}

.nihao-product__mobile-nav,
.nihao-product__mobile-tools,
.nihao-product__mobile-free,
.nihao-product__mobile-price-text,
.nihao-product__variant-thumb,
.nihao-product__variant-name em,
.nihao-product__delivery-page,
.nihao-product__mobile-ship-title,
.nihao-product__security-payments,
.nihao-product__commitment,
.nihao-product__mobile-description-row,
.nihao-product__variant-more {
	display: none;
}

.nihao-product__share {
	grid-column: 2;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin-top: 14px;
}

.nihao-product__share a,
.nihao-product__share button {
	height: 39px;
	border: 0;
	border-radius: 3px;
	background: #000000;
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	line-height: 39px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.nihao-product__share button:nth-child(2) {
	background: #436bb5;
}

.nihao-product__share button:nth-child(4) {
	background: #888888;
}

.nihao-product__info {
	min-width: 0;
	padding-top: 28px;
}

.nihao-product__info h1 {
	max-width: 730px;
	margin: 0 0 10px;
	color: #000000;
	font-size: 28px;
	font-weight: 400;
	line-height: 35px;
}

.nihao-product__sku {
	margin: 0 0 10px;
	color: #9a9a9a;
	font-size: 20px;
	line-height: 28px;
}

.nihao-product__price {
	display: flex;
	align-items: baseline;
	gap: 8px;
	min-height: 45px;
	color: #000000;
	font-size: 34px;
	font-weight: 700;
	line-height: 45px;
}

.nihao-product__desktop-price-html {
	display: contents;
}

.nihao-product__price del {
	color: #888888;
	font-size: 18px;
	font-weight: 400;
}

.nihao-product__price ins {
	color: inherit;
	text-decoration: none;
}

.nihao-product__sold {
	margin: 0 0 8px;
	font-size: 15px;
	line-height: 22px;
}

.nihao-product__sold a {
	color: #000000;
	text-decoration: underline;
}

.nihao-product__tier {
	display: grid;
	grid-template-columns: 130px repeat(4, minmax(0, 1fr));
	align-items: center;
	margin: 16px 0 12px;
	padding: 10px 14px;
	background: #f5f5f5;
	color: #000000;
	font-size: 20px;
	line-height: 28px;
}

.nihao-product__tier span {
	display: block;
	min-width: 0;
}

.nihao-product__tier b,
.nihao-product__tier small {
	display: block;
	font-weight: 400;
}

.nihao-product__tier small {
	color: #909090;
}

.nihao-product__colors {
	margin-top: 10px;
}

.nihao-product__colors strong {
	display: block;
	margin-bottom: 14px;
	color: #666666;
	font-size: 21px;
	line-height: 28px;
}

.nihao-product__colors strong span {
	color: #000000;
	font-weight: 400;
}

.nihao-product__colors > div {
	display: grid;
	grid-template-columns: repeat(6, 116px);
	gap: 14px 16px;
}

.nihao-product__colors button {
	width: 116px;
	height: 116px;
	overflow: hidden;
	padding: 3px;
	border: 2px solid #dedede;
	border-radius: 7px;
	background: #eeeeee;
	cursor: pointer;
}

.nihao-product__colors button.is-active {
	border-color: #000000;
}

.nihao-product__variants {
	margin-top: 30px;
}

.nihao-product__variants h2,
.nihao-product__delivery h2,
.nihao-product__security h2 {
	margin: 0 0 16px;
	color: #000000;
	font-size: 28px;
	font-weight: 400;
	line-height: 36px;
}

.nihao-product__variant {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 160px 120px;
	align-items: center;
	min-height: 70px;
	border-bottom: 1px dashed #cccccc;
	color: #000000;
	font-size: 24px;
	line-height: 32px;
}

.nihao-product__variant-name {
	min-width: 0;
}

.nihao-product__variant-title {
	display: inline;
}

.nihao-product__variant strong {
	font-weight: 400;
	white-space: nowrap;
}

.nihao-product__variant.is-disabled {
	color: #a0a0a0;
}

.nihao-product__stepper {
	display: grid;
	grid-template-columns: 30px 46px 30px;
	height: 31px;
	border: 1px solid #555555;
}

.nihao-product__stepper button {
	padding: 0;
	border: 0;
	background: #ffffff;
	color: #000000;
	font-size: 20px;
	line-height: 29px;
	cursor: pointer;
}

.nihao-product__stepper button:disabled {
	cursor: not-allowed;
	opacity: 0.35;
}

.nihao-product__stepper span {
	font-size: 20px;
	line-height: 29px;
	text-align: center;
}

.nihao-product__buy {
	margin-top: 22px;
}

.nihao-product__purchase-description {
	display: block;
	margin-top: 22px;
	padding-top: 18px;
	border-top: 1px solid #eeeeee;
}

.nihao-product__purchase-description .nihao-product__description-side {
	display: block;
	grid-column: auto;
	grid-row: auto;
	margin: 0;
}

.nihao-product__purchase-description .nihao-product__description-side h2 {
	margin-bottom: 12px;
	font-size: 18px;
	line-height: 26px;
}

.nihao-product__purchase-description .nihao-product__description-side p {
	grid-template-columns: 112px minmax(0, 1fr);
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 21px;
}

.nihao-product__purchase-description .nihao-product__description-side strong {
	text-align: right;
}

.nihao-product__purchase-description .nihao-product__description-side img {
	max-width: 180px;
}

.nihao-product__total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
	color: #000000;
	font-size: 28px;
	line-height: 36px;
}

.nihao-product__total strong {
	font-weight: 400;
}

.nihao-product__add {
	width: 100%;
	height: 49px;
	border: 0;
	background: #000000;
	color: #ffffff;
	font-size: 25px;
	line-height: 49px;
	cursor: pointer;
}

.nihao-product__add:disabled {
	cursor: not-allowed;
	opacity: 0.55;
}

.nihao-product__message {
	min-height: 22px;
	margin: 6px 0 0;
	color: #168a10;
	font-size: 14px;
	line-height: 20px;
}

.nihao-product__message.is-error {
	color: #c40000;
}

.nihao-product__delivery,
.nihao-product__security {
	margin-top: 28px;
}

.nihao-product__country {
	width: 260px;
	height: 41px;
	padding: 0 20px;
	border: 1px solid #dddddd;
	border-radius: 3px;
	color: #777777;
	font-size: 15px;
	line-height: 39px;
}

.nihao-product__shipping-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	margin-top: 16px;
}

.nihao-product__shipping-grid > div {
	min-height: 116px;
	padding: 12px 16px;
	background: #f6f6f6;
	color: #3d3d3d;
}

.nihao-product__shipping-grid b {
	display: block;
	margin-bottom: 8px;
	color: #000000;
	font-size: 20px;
	line-height: 27px;
}

.nihao-product__shipping-grid p {
	margin: 0;
	font-size: 14px;
	line-height: 21px;
}

.nihao-product__security {
	padding: 18px;
	background: #ffffff;
	border-top: 1px solid #eeeeee;
}

.nihao-product__security span {
	display: inline-block;
	margin-right: 26px;
	color: #555555;
	font-size: 16px;
	line-height: 24px;
}

.nihao-product__description {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 760px;
	gap: 28px;
	margin-top: 34px;
	padding-top: 22px;
	border-top: 1px solid #eeeeee;
}

#nihao-product-detail-panel {
	display: none;
}

#nihao-product-description-panel {
	grid-column: 1 / -1;
}

#nihao-product-description-panel .nihao-product__description-main {
	grid-column: auto;
	grid-row: auto;
}

.nihao-product__description-side {
	grid-column: 2;
	grid-row: 1;
}

.nihao-product__description-side h2,
.nihao-product__description-main h2,
.nihao-product__related h2 {
	margin: 0 0 18px;
	color: #000000;
	font-size: 28px;
	font-weight: 400;
	line-height: 36px;
}

.nihao-product__description-side p {
	display: grid;
	grid-template-columns: 180px minmax(0, 1fr);
	margin: 0 0 12px;
	color: #999999;
	font-size: 18px;
	line-height: 26px;
}

.nihao-product__description-side strong {
	color: #000000;
	font-weight: 400;
	text-align: right;
}

.nihao-product__description-side img {
	justify-self: end;
	max-width: 330px;
	height: auto;
}

.nihao-product__description-main {
	grid-column: 1 / -1;
	grid-row: 2;
	margin-top: 34px;
}

.nihao-product__description-main h2 {
	display: inline-block;
	min-width: 300px;
	padding-bottom: 16px;
	border-bottom: 3px solid #111111;
	font-size: 22px;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
}

.nihao-product__description-content {
	padding-top: 28px;
	color: #333333;
	font-size: 16px;
	line-height: 26px;
}

.nihao-product__description-content img {
	display: inline-block;
	width: calc(50% - 16px);
	height: auto;
	margin: 0 14px 28px 0;
	vertical-align: top;
}

.nihao-product__related {
	margin-top: 36px;
}

.nihao-product__related-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 32px 16px;
}

.nihao-product-related-card {
	position: relative;
	min-width: 0;
	color: #000000;
	background: #ffffff;
}

.nihao-product-related-card a {
	text-decoration: none;
}

.nihao-product-related-card .nihao-home-free-card__image {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #eeeeee;
}

.nihao-product-related-card .nihao-home-free-card__image > img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nihao-product-related-card .nihao-home-free-card__body {
	position: relative;
	padding: 8px 40px 0 0;
}

.nihao-product-related-card .nihao-home-free-card__badge {
	display: inline-block;
	max-width: 100%;
	padding: 2px 6px;
	background: #dff7d7;
	color: #00a000;
	font-size: 13px;
	line-height: 20px;
	white-space: nowrap;
}

.nihao-product-related-card .nihao-home-free-card__title {
	display: -webkit-box;
	height: 40px;
	overflow: hidden;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-decoration: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.nihao-product-related-card .nihao-home-free-card__title-badge {
	display: inline-block;
	margin-right: 4px;
	padding: 1px 4px;
	background: #dff7d7;
	color: #00a000;
	font-size: 12px;
	line-height: 16px;
}

.nihao-product-related-card .nihao-home-free-card__price {
	display: flex;
	align-items: baseline;
	gap: 4px;
	height: 30px;
	overflow: hidden;
	color: #000000;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	white-space: nowrap;
}

.nihao-product-related-card .nihao-home-free-card__price del {
	color: #777777;
	font-size: 13px;
}

.nihao-product-related-card .nihao-home-free-card__price ins {
	color: inherit;
	text-decoration: none;
}

.nihao-product-related-card .nihao-home-free-card__meta {
	min-height: 24px;
	color: #555555;
	font-size: 13px;
	font-weight: 400;
	font-style: italic;
	line-height: 20px;
}

.nihao-product-related-card .nihao-home-free-card__meta a {
	color: #000000;
	text-decoration: underline;
}

.nihao-product-related-card .nihao-home-free-card__cart {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 36px;
	height: 24px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.nihao-product-related-card .nihao-home-free-card__cart img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media (max-width: 1439px) and (min-width: 721px) {
	.nihao-product {
		padding-right: 10px;
		padding-left: 10px;
	}

	.nihao-product__main {
		grid-template-columns: minmax(0, 6fr) minmax(0, 4fr);
		gap: 20px;
	}

	.nihao-product__media {
		grid-template-columns: 92px minmax(0, 1fr);
		gap: 16px;
	}

	.nihao-product__thumbs button {
		width: 92px;
		height: 92px;
	}

	.nihao-product__colors > div {
		grid-template-columns: repeat(5, 96px);
		gap: 12px;
	}

	.nihao-product__colors button {
		width: 96px;
		height: 96px;
	}

	.nihao-product__description {
		grid-template-columns: minmax(0, 1fr) 600px;
	}
}

@media (max-width: 720px) {
	html,
	body.single-product,
	.single-product .site-main {
		max-width: 100%;
		overflow-x: hidden;
		background: #ffffff;
	}

	.single-product .site-header {
		max-width: 100%;
		overflow-x: hidden;
		border-bottom: 0;
	}

	.nihao-product {
		width: 100%;
		max-width: 100vw;
		overflow-x: hidden;
		padding: 0 0 148px;
		background: #ffffff;
		color: #111111;
	}

	.single-product .category-mega-panel {
		z-index: 120;
	}

	body.single-product.has-mobile-category-open .nihao-product__buy {
		display: none;
	}

	.nihao-product__crumbs,
	.nihao-product__share,
	.nihao-product__image-arrow,
	.nihao-product__find,
	.nihao-product__colors,
	.nihao-product__variants h2,
	.nihao-product__desktop-price-html,
	.nihao-product__desktop-ship-title,
	.nihao-product__purchase-description,
	.nihao-product__description-side,
	.nihao-product__description-main h2 {
		display: none;
	}

	.nihao-product__mobile-nav {
		display: none;
	}

	.nihao-product__mobile-nav button,
	.nihao-product__mobile-nav a {
		display: block;
		color: #111111;
		text-decoration: none;
	}

	.nihao-product__mobile-back,
	.nihao-product__mobile-menu,
	.nihao-product__mobile-search button {
		position: relative;
		width: 100%;
		height: 34px;
		padding: 0;
		border: 0;
		background: transparent;
	}

	.nihao-product__mobile-back::before {
		position: absolute;
		top: 10px;
		left: 4px;
		width: 13px;
		height: 13px;
		border-bottom: 2px solid #333333;
		border-left: 2px solid #333333;
		transform: rotate(45deg);
		content: "";
	}

	.nihao-product__mobile-menu::before,
	.nihao-product__mobile-menu::after {
		position: absolute;
		left: 1px;
		width: 20px;
		height: 1px;
		background: #222222;
		content: "";
	}

	.nihao-product__mobile-menu::before {
		top: 12px;
		box-shadow: 0 7px 0 #222222;
	}

	.nihao-product__mobile-menu::after {
		top: 26px;
	}

	.nihao-product__mobile-logo img {
		display: block;
		width: 78px;
		height: auto;
	}

	.nihao-product__mobile-search {
		position: relative;
		display: grid;
		grid-template-columns: 28px minmax(0, 1fr) 28px;
		align-items: center;
		height: 31px;
		border: 1px solid #141414;
		border-radius: 18px;
		background: #ffffff;
		overflow: hidden;
	}

	.nihao-product__mobile-search::before {
		width: 18px;
		height: 18px;
		margin-left: 8px;
		border: 1px solid #a9a9a9;
		border-radius: 50%;
		content: "";
	}

	.nihao-product__mobile-search::after {
		position: absolute;
		left: 19px;
		top: 13px;
		width: 8px;
		height: 1px;
		background: #a9a9a9;
		transform: rotate(45deg);
		content: "";
	}

	.nihao-product__mobile-search input {
		width: 100%;
		min-width: 0;
		height: 100%;
		padding: 0 2px;
		border: 0;
		outline: 0;
		color: #b9b9b9;
		font-size: 12px;
		line-height: 29px;
	}

	.nihao-product__mobile-search button::before {
		position: absolute;
		top: 9px;
		left: 8px;
		width: 10px;
		height: 10px;
		border: 2px solid #333333;
		border-radius: 50%;
		content: "";
	}

	.nihao-product__mobile-search button::after {
		position: absolute;
		top: 20px;
		left: 19px;
		width: 8px;
		height: 2px;
		background: #333333;
		transform: rotate(45deg);
		content: "";
	}

	.nihao-product__mobile-cart,
	.nihao-product__mobile-account {
		position: relative;
		height: 34px;
	}

	.nihao-product__mobile-cart::before {
		position: absolute;
		top: 11px;
		left: 4px;
		width: 18px;
		height: 12px;
		border: 2px solid #111111;
		border-top: 0;
		content: "";
	}

	.nihao-product__mobile-cart::after {
		position: absolute;
		top: 7px;
		left: 1px;
		width: 21px;
		height: 11px;
		border-top: 2px solid #111111;
		transform: skewX(-12deg);
		content: "";
	}

	.nihao-product__mobile-cart span {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
		min-width: 16px;
		height: 16px;
		border-radius: 50%;
		background: #000000;
		color: #ffffff;
		font-size: 11px;
		font-weight: 700;
		line-height: 16px;
		text-align: center;
	}

	.nihao-product__mobile-account::before {
		position: absolute;
		top: 7px;
		left: 7px;
		width: 10px;
		height: 10px;
		border: 1.8px solid #111111;
		border-radius: 50%;
		content: "";
	}

	.nihao-product__mobile-account::after {
		position: absolute;
		top: 20px;
		left: 4px;
		width: 16px;
		height: 10px;
		border: 1.8px solid #111111;
		border-radius: 12px 12px 0 0;
		border-bottom: 0;
		content: "";
	}

	.nihao-product__main {
		display: block;
	}

	.nihao-product__media {
		position: relative;
		top: auto;
		display: block;
		min-height: 0;
		background: #ffffff;
	}

	.nihao-product__thumbs {
		display: none;
	}

	.nihao-product__image-wrap {
		aspect-ratio: 1 / 1;
		background: #eeeeee;
	}

	.nihao-product__image {
		width: 100%;
		height: 100%;
		max-height: none;
		object-fit: cover;
	}

	.nihao-product__mobile-count {
		position: absolute;
		right: 12px;
		bottom: 22px;
		display: block;
		min-width: 58px;
		border-radius: 999px;
		background: rgba(0, 0, 0, 0.48);
		color: #ffffff;
		font-size: 14px;
		line-height: 31px;
		text-align: center;
	}

	.nihao-product__mobile-tools {
		position: absolute;
		top: 13px;
		right: 9px;
		display: flex;
		gap: 12px;
	}

	.nihao-product__mobile-tools span {
		position: relative;
		display: block;
		width: 34px;
		height: 34px;
		border-radius: 50%;
		background: rgba(0, 0, 0, 0.5);
	}

	.nihao-product__mobile-tools span:first-child::before,
	.nihao-product__mobile-tools span:first-child::after {
		position: absolute;
		border: 1.5px solid #ffffff;
		content: "";
	}

	.nihao-product__mobile-tools span:first-child::before {
		top: 8px;
		left: 8px;
		width: 11px;
		height: 11px;
	}

	.nihao-product__mobile-tools span:first-child::after {
		right: 8px;
		bottom: 8px;
		width: 9px;
		height: 9px;
	}

	.nihao-product__mobile-tools span:last-child::before {
		position: absolute;
		top: 10px;
		left: 10px;
		width: 14px;
		height: 14px;
		border: 1.5px solid #ffffff;
		border-radius: 2px;
		content: "";
	}

	.nihao-product__mobile-tools span:last-child::after {
		position: absolute;
		top: 7px;
		right: 7px;
		width: 8px;
		height: 8px;
		border-top: 1.5px solid #ffffff;
		border-right: 1.5px solid #ffffff;
		content: "";
	}

	.nihao-product__info {
		display: flex;
		flex-direction: column;
		padding-top: 0;
	}

	.nihao-product__mobile-free {
		order: 1;
		position: relative;
		display: block;
		height: 29px;
		padding: 5px 12px 0 55px;
		background: #ffffff;
		color: #37aa2b;
		font-size: 16px;
		font-weight: 700;
		line-height: 22px;
	}

	.nihao-product__mobile-free::before {
		position: absolute;
		top: 6px;
		left: 22px;
		width: 27px;
		height: 27px;
		background: #37aa2b;
		mask: url("../images/free-shipping-truck.svg") center / contain no-repeat;
		-webkit-mask: url("../images/free-shipping-truck.svg") center / contain no-repeat;
		content: "";
	}

	.nihao-product__info h1 {
		order: 3;
		margin: 0;
		padding: 0 12px 0;
		background: #ffffff;
		font-size: 14px;
		font-weight: 400;
		line-height: 16px;
	}

	.nihao-product__sku {
		order: 4;
		margin: 0;
		padding: 3px 12px 1px;
		background: #ffffff;
		color: #9a9a9a;
		font-size: 12px;
		line-height: 15px;
	}

	.nihao-product__sold {
		order: 5;
		margin: 0;
		padding: 2px 12px 7px;
		background: #ffffff;
		color: #111111;
		font-size: 13px;
		line-height: 16px;
	}

	.nihao-product__price {
		order: 2;
		min-height: 26px;
		padding: 1px 12px 0;
		background: #ffffff;
		font-size: 18px;
		font-weight: 700;
		line-height: 24px;
	}

	.nihao-product__mobile-price-text {
		display: inline;
	}

	.nihao-product__tier,
	.nihao-product__variants,
	.nihao-product__delivery,
	.nihao-product__security,
	.nihao-product__commitment,
	.nihao-product__description,
	.nihao-product__related {
		margin-top: 7px;
		background: #ffffff;
	}

	.nihao-product__tier {
		order: 6;
		grid-template-columns: 94px repeat(4, minmax(0, 1fr));
		margin-top: 0;
		padding: 4px 12px 9px;
		background: #ffffff;
		font-size: 13px;
		line-height: 20px;
	}

	.nihao-product__variants {
		order: 7;
		margin-top: 0;
		padding: 0 12px 8px;
	}

	.nihao-product__delivery h2,
	.nihao-product__security h2 {
		margin-bottom: 8px;
		font-size: 16px;
		line-height: 22px;
	}

	.nihao-product__variant {
		grid-template-columns: minmax(0, 1fr) 76px 113px;
		column-gap: 8px;
		min-height: 82px;
		border-top: 1px solid #eeeeee;
		border-bottom: 0;
		font-size: 14px;
		line-height: 18px;
	}

	.nihao-product__variant:nth-of-type(n+4) {
		display: none;
	}

	.nihao-product__variants.is-expanded .nihao-product__variant:nth-of-type(n+4) {
		display: grid;
	}

	.nihao-product__variant-more {
		display: block;
		width: 100%;
		height: 38px;
		padding: 0;
		border: 0;
		background: #ffffff;
		color: #111111;
		font-size: 13px;
		line-height: 38px;
		text-align: center;
	}

	.nihao-product__variant-more::after {
		display: inline-block;
		width: 6px;
		height: 6px;
		margin: 0 0 3px 3px;
		border-right: 1px solid #111111;
		border-bottom: 1px solid #111111;
		transform: rotate(45deg);
		content: "";
	}

	.nihao-product__variant-name {
		display: grid;
		grid-template-columns: 68px minmax(0, 1fr);
		align-items: center;
		gap: 10px;
	}

	.nihao-product__variant-name > span {
		display: block;
		min-width: 0;
		color: #404040;
		font-size: 12px;
		line-height: 18px;
	}

	.nihao-product__variant-title {
		display: block;
	}

	.nihao-product__variant-thumb {
		display: block;
		width: 68px;
		height: 68px;
		object-fit: cover;
	}

	.nihao-product__variant-name em {
		display: block;
		width: fit-content;
		margin-top: 3px;
		padding: 0 5px;
		border-radius: 2px;
		background: #25c023;
		color: #ffffff;
		font-size: 8px;
		font-style: normal;
		font-weight: 700;
		line-height: 15px;
		white-space: nowrap;
	}

	.nihao-product__variant strong {
		color: #111111;
		font-size: 15px;
		font-weight: 700;
		text-align: left;
	}

	.nihao-product__stepper {
		justify-self: end;
		grid-template-columns: 34px 38px 34px;
		width: 106px;
		height: 34px;
		border: 0;
		background: #f7f7f7;
	}

	.nihao-product__stepper button,
	.nihao-product__stepper span {
		background: #f7f7f7;
		color: #202020;
		font-size: 18px;
		line-height: 34px;
	}

	.nihao-product__stepper button {
		font-size: 29px;
		font-weight: 300;
	}

	.nihao-product__stepper button:first-child {
		color: #d8d8d8;
	}

	.nihao-product__buy {
		order: 99;
		position: fixed;
		z-index: 90;
		right: 0;
		bottom: 50px;
		left: 0;
		box-sizing: border-box;
		width: var(--nihao-product-client-width, 100%);
		max-width: 100%;
		margin-top: 0;
		padding: 7px 10px 10px;
		background: #ffffff;
		box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
		transform: translateY(0);
	}

	.nihao-product.has-product-selection .nihao-product__buy {
		transform: translateY(0);
	}

	.nihao-product__total {
		display: none;
	}

	.nihao-product__add {
		height: 56px;
		font-size: 20px;
		font-weight: 400;
		line-height: 56px;
		text-transform: uppercase;
	}

	.nihao-product__message {
		display: none;
	}

	.nihao-product__delivery,
	.nihao-product__security {
		padding: 14px 12px;
	}

	.nihao-product__delivery {
		order: 8;
		position: relative;
		padding-top: 17px;
	}

	.nihao-product__delivery h2 {
		display: inline-block;
		margin: 0 6px 13px 0;
		color: #242424;
		font-size: 16px;
		font-weight: 400;
		line-height: 28px;
	}

	.nihao-product__country {
		display: inline-flex;
		align-items: center;
		gap: 5px;
		width: auto;
		min-width: 125px;
		height: 28px;
		padding: 0 29px 0 8px;
		font-size: 14px;
		line-height: 26px;
		vertical-align: top;
	}

	.nihao-product__country span {
		display: inline-block;
		width: 22px;
		height: 14px;
		background: linear-gradient(#ef3340 0 50%, #ffffff 50% 100%);
		border: 1px solid #dddddd;
	}

	.nihao-product__country::after {
		position: absolute;
		right: 11px;
		top: 10px;
		width: 8px;
		height: 8px;
		border-right: 1px solid #111111;
		border-bottom: 1px solid #111111;
		transform: rotate(45deg);
		content: "";
	}

	.nihao-product__delivery-page {
		position: absolute;
		top: 19px;
		right: 12px;
		display: block;
		color: #222222;
		font-size: 14px;
		line-height: 28px;
	}

	.nihao-product__shipping-grid {
		display: block;
		max-width: 100%;
		overflow: hidden;
		margin-top: 0;
	}

	.nihao-product__shipping-grid > div {
		width: 292px;
		min-height: 117px;
		padding: 12px;
		background: #f7f7f7;
	}

	.nihao-product__shipping-grid > div + div {
		display: none;
	}

	.nihao-product__shipping-grid b {
		margin-bottom: 9px;
		font-size: 14px;
		font-weight: 700;
		line-height: 19px;
	}

	.nihao-product__mobile-ship-title {
		display: inline;
	}

	.nihao-product__shipping-grid p {
		position: relative;
		padding-left: 10px;
		color: #777777;
		font-size: 13px;
		line-height: 22px;
	}

	.nihao-product__shipping-grid p::before,
	.nihao-product__shipping-grid p::after {
		position: absolute;
		left: 0;
		width: 4px;
		height: 4px;
		border-radius: 50%;
		background: #999999;
		content: "";
	}

	.nihao-product__shipping-grid p::before {
		top: 9px;
	}

	.nihao-product__shipping-grid p::after {
		top: 53px;
	}

	.nihao-product__security {
		order: 9;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 3px 20px;
		border-top: 0;
	}

	.nihao-product__security h2 {
		grid-column: 1 / -1;
		display: flex;
		align-items: center;
		gap: 4px;
		margin: 0;
		color: #35b72d;
		font-size: 16px;
		font-weight: 400;
		line-height: 28px;
	}

	.nihao-product__security h2::before,
	.nihao-product__commitment h2::before {
		display: inline-block;
		width: 15px;
		height: 15px;
		border-radius: 50%;
		background: #2dc72c;
		content: "";
	}

	.nihao-product__security-payments {
		grid-column: 1 / -1;
		display: block;
		width: min(100%, 390px);
		height: auto;
		margin: 6px 0 5px;
		object-fit: contain;
		object-position: left center;
	}

	.nihao-product__security span {
		display: block;
		margin: 0;
		color: #777777;
		font-size: 12px;
		line-height: 20px;
	}

	.nihao-product__security span::before {
		content: "\2022  ";
	}

	.nihao-product__commitment {
		order: 10;
		display: block;
		padding: 13px 19px 15px;
	}

	.nihao-product__commitment h2 {
		display: flex;
		align-items: center;
		gap: 5px;
		margin: 0 0 5px;
		color: #35b72d;
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
	}

	.nihao-product__commitment p {
		margin: 0;
		color: #777777;
		font-size: 15px;
		line-height: 24px;
	}

	.nihao-product__commitment p::before {
		margin-right: 7px;
		color: #2fbd2a;
		content: "\2713";
	}

	.nihao-product__description {
		display: block;
		padding: 0 12px 12px;
	}

	.nihao-product__description-side h2,
	.nihao-product__description-main h2,
	.nihao-product__related h2 {
		font-size: 18px;
		line-height: 26px;
	}

	.nihao-product__mobile-description-row {
		position: relative;
		display: block;
		width: calc(100% + 24px);
		height: 47px;
		margin: 0 -12px;
		padding: 0 20px;
		border: 0;
		border-bottom: 1px solid #eeeeee;
		background: #ffffff;
		color: #333333;
		font-size: 16px;
		line-height: 47px;
		text-align: left;
	}

	.nihao-product__mobile-description-row::after {
		position: absolute;
		top: 18px;
		right: 18px;
		width: 9px;
		height: 9px;
		border-top: 1px solid #555555;
		border-right: 1px solid #555555;
		transform: rotate(45deg);
		content: "";
	}

	.nihao-product__mobile-description-row.is-open::after {
		top: 20px;
		transform: rotate(-45deg);
	}

	[data-nihao-description-panel][hidden] {
		display: none;
	}

	#nihao-product-detail-panel {
		display: none;
	}

	.nihao-product-drawer[hidden] {
		display: none;
	}

	html.nihao-product-drawer-open,
	body.nihao-product-drawer-open {
		overflow: hidden;
	}

	.nihao-product-drawer {
		position: fixed;
		inset: 0;
		z-index: 10000;
		display: block;
		font-family: OpenSans, Roboto, "Open Sans", Helvetica, Arial;
	}

	.nihao-product-drawer__overlay {
		position: absolute;
		inset: 0;
		background: rgba(0, 0, 0, 0.68);
	}

	.nihao-product-drawer__panel {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		display: flex;
		flex-direction: column;
		max-height: 82vh;
		padding: 0 20px 20px;
		overflow: hidden;
		border-radius: 22px 22px 0 0;
		background: #ffffff;
		color: #222222;
	}

	.nihao-product-drawer__header {
		position: relative;
		flex: 0 0 auto;
		height: 64px;
	}

	.nihao-product-drawer__header h2 {
		margin: 0;
		color: #222222;
		font-size: 25px;
		font-weight: 400;
		line-height: 64px;
		text-align: center;
	}

	.nihao-product-drawer__header button {
		position: absolute;
		top: 17px;
		right: 0;
		width: 32px;
		height: 32px;
		padding: 0;
		border: 0;
		background: transparent;
	}

	.nihao-product-drawer__header button::before,
	.nihao-product-drawer__header button::after {
		position: absolute;
		top: 15px;
		left: 3px;
		width: 28px;
		height: 2px;
		border-radius: 2px;
		background: #b7b7b7;
		content: "";
	}

	.nihao-product__variants.is-expanded .nihao-product__variant-more::after {
		margin-bottom: 0;
		transform: rotate(225deg);
	}

	.nihao-product-drawer__header button::before {
		transform: rotate(45deg);
	}

	.nihao-product-drawer__header button::after {
		transform: rotate(-45deg);
	}

	.nihao-product-drawer__body {
		flex: 1 1 auto;
		min-height: 0;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	.nihao-product-drawer .nihao-product__description-side,
	.nihao-product-drawer .nihao-product__description-main {
		display: block;
		margin: 0;
	}

	.nihao-product-drawer .nihao-product__description-side h2,
	.nihao-product-drawer .nihao-product__description-main h2 {
		display: none;
	}

	.nihao-product-drawer .nihao-product__description-side p {
		display: grid;
		grid-template-columns: 38% minmax(0, 1fr);
		align-items: center;
		min-height: 48px;
		margin: 0;
		padding: 8px 12px;
		border-radius: 2px;
		color: #222222;
		font-size: 16px;
		line-height: 23px;
	}

	.nihao-product-drawer .nihao-product__description-side p:nth-of-type(even) {
		background: #f8eefb;
	}

	.nihao-product-drawer .nihao-product__description-side span,
	.nihao-product-drawer .nihao-product__description-side strong {
		color: #222222;
		font-weight: 400;
		text-align: left;
	}

	.nihao-product-drawer .nihao-product__description-side img {
		max-width: 100%;
		height: auto;
	}

	.nihao-product-drawer .nihao-product__description-content {
		padding: 0;
		color: #222222;
		font-size: 16px;
		line-height: 24px;
	}

	.nihao-product-drawer .nihao-product__description-content img {
		width: 100%;
		margin: 0 0 12px;
		border-radius: 4px;
	}

	.nihao-product-drawer__confirm {
		flex: 0 0 auto;
		width: 100%;
		height: 56px;
		margin-top: 18px;
		border: 0;
		background: #000000;
		color: #ffffff;
		font-size: 20px;
		font-weight: 400;
		line-height: 56px;
		text-align: center;
	}

	.nihao-product__description-side p {
		grid-template-columns: 110px minmax(0, 1fr);
		font-size: 13px;
		line-height: 21px;
	}

	.nihao-product__description-side img {
		max-width: 180px;
	}

	.nihao-product__description-main {
		margin-top: 21px;
	}

	.nihao-product__description-main h2 {
		min-width: 160px;
		padding-bottom: 8px;
		font-size: 16px;
		line-height: 24px;
	}

	.nihao-product__description-content {
		padding-top: 0;
		font-size: 13px;
		line-height: 21px;
	}

	.nihao-product__description-content img {
		display: block;
		border-radius: 3px;
		width: 100%;
		margin: 0 0 11px;
	}

	.nihao-product__related {
		max-width: 100vw;
		overflow: hidden;
		padding: 10px 0 12px;
		font-family: OpenSans, Roboto, "Open Sans", Helvetica, Arial;
	}

	.nihao-product__related-grid {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 11px 6px;
		max-width: 100%;
		overflow: visible;
		padding: 0 5px;
	}

	.nihao-product-related-card {
		width: auto;
	}

	.nihao-product-related-card .nihao-home-free-card__image {
		background: #f6f6f6;
	}

	.nihao-product-related-card .nihao-home-free-card__body {
		padding: 5.2px 0 0;
	}

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

	.nihao-product-related-card .nihao-home-free-card__title {
		display: block;
		height: 18.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-product-related-card .nihao-home-free-card__title-badge {
		display: none;
	}

	.nihao-product-related-card .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-product-related-card .nihao-home-free-card__meta,
	.nihao-product-related-card .nihao-home-free-card__meta a {
		min-height: 24.95px;
		margin: 2.08px 0;
		color: #000000;
		font-size: 12.48px;
		font-style: normal;
		font-weight: 400;
		line-height: 16.22px;
		text-decoration: none;
	}

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