.tejst-sticky-product {
	display: flex;
	align-items: center;
	min-width: 0;
}

.tejst-sticky-product .tejst-sticky-thumbnail {
	display: block;
	width: 48px;
	height: 48px;
	margin-right: 12px;
	border-radius: 10px;
	object-fit: cover;
	flex-shrink: 0;
}

#sticky-checkout-bar .action-area {
	display: flex;
	align-items: center;
	gap: 12px;
}

#sticky-checkout-bar .tejst-sticky-checkout-qty {
	display: flex;
	align-items: center;
	margin: 0;
	width: auto;
	flex-shrink: 0;
}

#sticky-checkout-bar .tejst-sticky-checkout-qty .qty {
	width: 2.8em;
	min-width: 2.8em;
	max-width: 3.5em;
	margin: 0;
	padding: 10px 4px;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	background: transparent;
	border: 1px solid #eaeaea;
	border-radius: 10px;
	color: #111;
	-moz-appearance: textfield;
}

#sticky-checkout-bar .tejst-sticky-checkout-qty .qty::-webkit-outer-spin-button,
#sticky-checkout-bar .tejst-sticky-checkout-qty .qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

#sticky-checkout-bar .tejst-sticky-checkout-qty .minus,
#sticky-checkout-bar .tejst-sticky-checkout-qty .plus {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 42px;
	margin: 0;
	padding: 0;
	border: 1px solid #eaeaea;
	border-radius: 10px;
	background: #fff;
	color: #111;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	cursor: pointer;
	box-shadow: none;
}

#sticky-checkout-bar .tejst-sticky-checkout-qty .minus {
	margin-right: 6px;
}

#sticky-checkout-bar .tejst-sticky-checkout-qty .plus {
	margin-left: 6px;
}

#sticky-checkout-bar .tejst-sticky-checkout-qty .minus:hover,
#sticky-checkout-bar .tejst-sticky-checkout-qty .plus:hover {
	background: #f5f5f5;
}

@media (max-width: 767px) {
	.tejst-sticky-product .tejst-sticky-thumbnail {
		width: 42px;
		height: 42px;
		margin-right: 10px;
	}

	#sticky-checkout-bar .action-area {
		width: 100%;
		justify-content: center;
	}

	#sticky-checkout-bar .sticky-btn {
		flex: 1;
		width: auto !important;
		max-width: none;
	}
}
