.premium-add-to-cart-wrapper-11744 {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.premium-add-to-cart-wrapper-11744 form.cart {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
}
.premium-add-to-cart-wrapper-11744 .variations {
	width: 100%;
}
.premium-add-to-cart-wrapper-11744 .single_variation_wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
	width: 100%;
}
.premium-add-to-cart-wrapper-11744 .woocommerce-variation-add-to-cart {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 15px;
	width: 100%;
}

/* Quantity Box Styling */
.premium-add-to-cart-wrapper-11744 div.quantity,
.premium-add-to-cart-wrapper-11744 .quantity-editor-preview {
	display: inline-flex;
	align-items: center;
	border: 1px solid #dcdcdc;
	border-radius: 8px;
	background-color: #fafafa;
	height: 48px;
	padding: 0 5px;
}

.premium-add-to-cart-wrapper-11744 div.quantity input.qty,
.premium-add-to-cart-wrapper-11744 .quantity-editor-preview input {
	width: 40px;
	height: 100%;
	border: none;
	background: transparent;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #333;
	padding: 0;
	-moz-appearance: textfield;
}

.premium-add-to-cart-wrapper-11744 div.quantity input.qty::-webkit-outer-spin-button,
.premium-add-to-cart-wrapper-11744 div.quantity input.qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.premium-add-to-cart-wrapper-11744 div.quantity button.qty-btn,
.premium-add-to-cart-wrapper-11744 .quantity-editor-preview button {
	width: 35px;
	height: 100%;
	background: transparent;
	border: none;
	font-size: 18px;
	color: #333;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	transition: color 0.2s ease;
}

.premium-add-to-cart-wrapper-11744 div.quantity button.qty-btn:hover {
	color: #000;
}

.premium-add-to-cart-wrapper-11744 .single_add_to_cart_button {
	height: 48px;
	flex-grow: 1;
	border-radius: 8px;
	font-weight: 600;
	font-size: 16px;
	transition: all 0.3s ease;
}
