.stickeo-quantity-discounts {
	margin: 16px 0;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
}

.stickeo-base-price-package {
	display: inline-grid;
	grid-template-columns: max-content;
	justify-items: start;
}

.stickeo-base-price-package .stickeo-quantity-discount {
	width: auto;
}

.stickeo-base-price-package .stickeo-quantity-discount__quantity {
	font-size: 0.95em;
	font-weight: 600;
}

.stickeo-base-price-package .stickeo-quantity-discount__price {
	font-size: 1.25em;
	font-weight: 700;
}

.stickeo-variant-list {
	margin: 16px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.stickeo-variant-list__title {
	flex-basis: 100%;
	margin: 0 0 4px;
	font-size: 18px;
	font-weight: 600;
}

.stickeo-quantity-discounts__title {
	grid-column: 1 / -1;
	margin: 0 0 4px;
	font-size: 18px;
	font-weight: 600;
}

.stickeo-quantity-discounts__subtitle {
	grid-column: 1 / -1;
	margin: -2px 0 4px;
	color: #555;
	font-size: 14px;
	font-weight: 400;
}

.stickeo-quantity-discounts__heading {
	grid-column: 1 / -1;
	margin: 0 0 4px;
}

.stickeo-quantity-discounts__heading .stickeo-quantity-discounts__title {
	margin: 0;
}

.stickeo-quantity-discounts__heading .stickeo-quantity-discounts__subtitle {
	margin: 2px 0 0;
}

.stickeo-quantity-discount,
.stickeo-variant-item {
	border: 1px solid #dedede;
	border-radius: 6px;
	background: #fff;
	color: inherit;
	font: inherit;
	text-align: left;
	cursor: pointer;
	transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.stickeo-variant-item {
	width: auto;
	flex: none;
	height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	border-color: #dedede;
	background: #fff;
	color: #444;
	font-size: 16px;
	white-space: nowrap;
}

.stickeo-variant-item__label {
	font-size: 16px;
	font-weight: 500;
}

.stickeo-variant-item:hover,
.stickeo-variant-item:focus-visible {
	border-color: #333;
	background: #333;
	color: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	outline: none;
}

.stickeo-variant-item.is-active {
	border-color: #f2b300;
	background: #1f1f1f;
	color: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.stickeo-variant-item.is-active:hover,
.stickeo-variant-item.is-active:focus-visible {
	border-color: #f2b300;
	background: #333;
	color: #fff;
}

.stickeo-variant-item.is-active .stickeo-variant-item__label {
	font-weight: 600;
}

.variations_form .variations {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

.single-product .summary > .price,
.single_variation .price {
	display: none;
}

.single-product form.cart .quantity.stickeo-quantity-stepper {
	display: inline-flex;
	align-items: center;
	align-self: center;
	gap: 4px;
	margin: 0;
	vertical-align: middle;
}

.single-product form.cart .stickeo-quantity-stepper input.qty {
	width: 48px;
	min-width: 48px;
	height: 40px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
	color: inherit;
	font-weight: 600;
	text-align: center;
	appearance: textfield;
	-moz-appearance: textfield;
}

.single-product form.cart .stickeo-quantity-stepper input.qty::-webkit-inner-spin-button,
.single-product form.cart .stickeo-quantity-stepper input.qty::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.single-product form.cart .stickeo-quantity-stepper__button {
	width: 40px;
	height: 40px;
	padding: 0;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	border-radius: 50%;
	background: #f5f5f5;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #1f1f1f;
	font: inherit;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	transition: background-color 160ms ease, color 160ms ease;
}

.single-product form.cart .stickeo-quantity-stepper__button:hover,
.single-product form.cart .stickeo-quantity-stepper__button:focus-visible {
	background: #f7b500;
	color: #000;
	outline: none;
}

.single-product form.cart .stickeo-quantity-stepper__button:active {
	background: #000;
	color: #fff;
}

.stickeo-quantity-discount {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
	gap: 5px;
	padding: 8px 16px;
}

.stickeo-quantity-discount:hover,
.stickeo-quantity-discount:focus-visible {
	border-color: #bdbdbd;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	outline: none;
}

.stickeo-quantity-discount.is-active {
	border-color: #f7b500;
	background: #fff9e7;
	box-shadow: 0 0 0 1px #f7b500;
}

.stickeo-quantity-discount__quantity {
	font-weight: 700;
	font-size: 1.1em;
}

.stickeo-quantity-discount__price {
	font-weight: 600;
}

.stickeo-quantity-discount__discount {
	justify-self: start;
	font-weight: 700;
	color: #a86f00;
}

@media (max-width: 420px) {
	.stickeo-quantity-discount {
		grid-template-columns: 1fr;
		gap: 5px;
		padding: 8px 16px;
	}
}

@media (max-width: 768px) {
	.stickeo-quantity-discounts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 480px) {
	.stickeo-quantity-discounts {
		grid-template-columns: 1fr;
	}
}
