.zhengt-addons {
	--zhengt-addons-line: color-mix(in srgb, currentColor 14%, transparent);
	width: 100%;
	margin: 0 0 1.35rem;
}

.zhengt-addons__heading {
	margin: 0 0 0.7rem;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.4;
	opacity: 0.72;
}

.zhengt-addons__list {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--zhengt-addons-line);
}

.zhengt-addons__item {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	padding: 14px 0;
	border-bottom: 1px solid var(--zhengt-addons-line);
}

.zhengt-addons__thumb {
	display: block;
	width: 72px;
	height: 72px;
	overflow: hidden;
	border-radius: 2px;
	background: color-mix(in srgb, currentColor 6%, transparent);
	text-decoration: none;
	color: inherit;
}

.zhengt-addons__thumb-img,
.zhengt-addons__thumb img {
	width: 72px;
	height: 72px;
	object-fit: cover;
	display: block;
}

.zhengt-addons__body {
	min-width: 0;
}

.zhengt-addons__title {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 10px;
	margin: 0 0 8px;
}

.zhengt-addons__name {
	font-size: 14px;
	font-weight: 650;
	line-height: 1.3;
	color: inherit;
	text-decoration: none;
}

.zhengt-addons__name:hover,
.zhengt-addons__name:focus,
.zhengt-addons__thumb:hover,
.zhengt-addons__thumb:focus {
	color: inherit;
	opacity: 0.72;
	outline: none;
}

.zhengt-addons__price {
	flex: 0 0 auto;
	font-size: 13px;
	font-weight: 500;
	opacity: 0.78;
	white-space: nowrap;
}

.zhengt-addons__price:empty {
	display: none;
}

.zhengt-addons__options {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.zhengt-addons__select {
	width: 100%;
	max-width: 100%;
	height: 38px;
	padding: 0 32px 0 12px;
	border: 1px solid var(--zhengt-addons-line);
	border-radius: 2px;
	background-color: transparent;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='currentColor' d='M1.1 1.2L6 6.1l4.9-4.9' stroke='%23888' stroke-width='1.4' fill='none'/></svg>");
	background-repeat: no-repeat;
	background-position: right 10px center;
	appearance: none;
	color: inherit;
	font: inherit;
	font-size: 13px;
	line-height: 38px;
	cursor: pointer;
}

.zhengt-addons__select:hover,
.zhengt-addons__select:focus {
	border-color: color-mix(in srgb, currentColor 40%, transparent);
	outline: none;
}

.zhengt-addons__select option {
	color: #1a1a1a;
}

.zhengt-addons__picked {
	list-style: none;
	margin: 0.85rem 0 0;
	padding: 0;
	border-top: 1px solid var(--zhengt-addons-line);
}

.zhengt-addons__picked-item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 72px 88px 28px;
	gap: 10px;
	align-items: center;
	padding: 12px 0;
	border-bottom: 1px solid var(--zhengt-addons-line);
	animation: zhengt-addons-in 180ms ease-out;
}

.zhengt-addons__picked-info {
	min-width: 0;
}

.zhengt-addons__picked-info input[type='hidden'] {
	display: none;
}

.zhengt-addons__picked-name {
	display: block;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
}

.zhengt-addons__picked-option {
	display: block;
	margin-top: 2px;
	font-size: 12px;
	font-weight: 400;
	opacity: 0.62;
	line-height: 1.3;
}

.zhengt-addons__qty-wrap {
	justify-self: end;
}

.zhengt-addons__qty {
	width: 72px;
	height: 36px;
	padding: 0 8px;
	border: 1px solid var(--zhengt-addons-line);
	border-radius: 2px;
	background: transparent;
	color: inherit;
	font: inherit;
	font-size: 13px;
	text-align: center;
	line-height: 36px;
}

.zhengt-addons__qty:hover,
.zhengt-addons__qty:focus {
	border-color: color-mix(in srgb, currentColor 40%, transparent);
	outline: none;
}

.zhengt-addons__picked-price {
	justify-self: end;
	font-size: 13px;
	font-weight: 600;
	white-space: nowrap;
}

.zhengt-addons__picked-spacer {
	display: block;
	width: 28px;
	height: 28px;
}

.zhengt-addons__remove {
	width: 28px;
	height: 28px;
	padding: 0;
	border: 0;
	border-radius: 2px;
	background: transparent;
	color: inherit;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	opacity: 0.45;
}

.zhengt-addons__remove:hover,
.zhengt-addons__remove:focus {
	opacity: 1;
	outline: none;
}

@keyframes zhengt-addons-in {
	from {
		opacity: 0;
		transform: translateY(-4px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

form.cart.zhengt-addons-in-form .quantity {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.zhengt-addons--placeholder {
	padding: 14px 0;
	border-top: 1px dashed color-mix(in srgb, currentColor 20%, transparent);
	border-bottom: 1px dashed color-mix(in srgb, currentColor 20%, transparent);
	opacity: 0.8;
	font-size: 13px;
}

@media (max-width: 767px) {
	.zhengt-addons__item {
		grid-template-columns: 56px minmax(0, 1fr);
		gap: 12px;
		padding: 12px 0;
	}

	.zhengt-addons__thumb,
	.zhengt-addons__thumb-img,
	.zhengt-addons__thumb img {
		width: 56px;
		height: 56px;
	}

	.zhengt-addons__name {
		font-size: 13px;
	}

	.zhengt-addons__picked-item {
		grid-template-columns: minmax(0, 1fr) 64px 76px 24px;
		gap: 8px;
		padding: 10px 0;
	}

	.zhengt-addons__qty {
		width: 64px;
		height: 34px;
	}
}
