form.wp-block-add-to-cart-with-options {
	.wc-block-components-quantity-selector{
		gap: 6px;
		border-radius: 9999px;
	  	background-color: var(--wp--preset--color--stone-100);
	  	align-items: center;

	  	&:after {
	  		border: 0;
	  	}

	  	@media (max-width:470px) { 	
	  		gap: 0;
	  	}


	  	input.input-text {
			font-size:var(--wp--preset--font-size--lg);
			display: flex;
			width: 36px;
			height: 36px;
			padding: 6px 0;
			justify-content: center;
			align-items: center;
			gap: 0;

			@media (max-width:470px) { 	
				width: 16px;
				height: 16px;
			}

		}

		.wc-block-components-quantity-selector__button--minus,
		.wc-block-components-quantity-selector__button--plus {
			width: 36px;
			height: 36px;
			padding: 8px;
			@media (max-width:470px) { 	
				padding: 8px;
				width: 16px;
			}
		}	

		button.wc-block-components-quantity-selector__button,
		input.input-text {
			outline: none;           
			box-shadow: none;        
		}
	}

	.wc-block-components-product-stock-indicator--out-of-stock,
	.wp-block-button__link {
		padding: 10px  28px;
		width: 100% !important;
		color: var(--wp--preset--color--white);
		font-size: var(--wp--preset--font-size--lg);
		font-style: normal;
		font-weight: 500;
		line-height: var(--wp--custom--line-height--156);
		letter-spacing: var(--wp--custom--letter-spacing--18);
	}

	.wc-block-components-product-stock-indicator--out-of-stock {
		background-color:var(--wp--preset--color--stone-950);
		border-radius: 9999px;
		width: auto;
		text-align: center;
	}
	.wp-block-woocommerce-add-to-cart-with-options-variation-description,
	.wp-block-woocommerce-add-to-cart-with-options-variation-selector {
		margin-bottom: var(--wp--preset--spacing--10);
	}

	.wp-block-woocommerce-add-to-cart-with-options-variation-selector {
		.wp-block-woocommerce-add-to-cart-with-options-variation-selector-attribute {
			label {
				margin-bottom: 0;
			}

			.wp-block-woocommerce-add-to-cart-with-options-variation-selector-attribute-options {
				label {
					font-size: 14px;
					border-radius: 8px;
					padding: 8px 26px;
					border-color: var(--wp--preset--color--stone-200);
					&:focus-within {
						outline: none;
					}
				}
			}

			.wc-block-add-to-cart-with-options-variation-selector-attribute-options__dropdown {
				max-width: 100%;
				min-width: 75%;
				display: inline-block;
				margin-right: 1em;
				appearance: none;
				-webkit-appearance: none;
				-moz-appearance: none;
				padding-right: 3em;
				background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;
				background-size: 16px;
				-webkit-background-size: 16px;
				background-position: calc(100% - 12px) 50%;
				-webkit-background-position: calc(100% - 12px) 50%;
			}

			.wp-block-woocommerce-add-to-cart-with-options-variation-selector-attribute-options,
			select {
				width: 100%;	
			}

			.wp-block-woocommerce-add-to-cart-with-options-variation-selector-attribute-options {
				select {
					font-size: var(--wp--preset--font-size--base);
					line-height: 26px; 
					letter-spacing: 0.16px;
					border-radius: 12px;
					border:1px solid var(--wp--preset--color--stone-200);
					outline: none;

					&:focus-within {
						border-color: var(--wp--preset--color--stone-950);
						outline: none;
					}
				}
			}
		}
	}
	
	.wp-block-button {
		flex-grow: 1;
		.wp-block-button__link.product_type_variable {
			width: 100%;
		}
	}

	.wp-block-post-terms__prefix {
		font-weight: 500;
	}

	.wp-block-woocommerce-add-to-cart-with-options-grouped-product-selector {
		.wp-block-woocommerce-add-to-cart-with-options-grouped-product-item-label {
			color:var(--wp--preset--color--stone-950);
			font-family: var(--wp--preset--font-family--eb-garamond);
			font-size: 20px;
			font-style: normal;
			font-weight: 500;
			line-height: 28px; 
			@media (max-width:470px) { 	
				font-size: 15px;
			}
		}

		.product_type_variable {
			padding-left: var(--wp--preset--spacing--4);
			padding-right: var(--wp--preset--spacing--4);
		}

		.wc-block-components-product-price {
			color:var(--wp--preset--color--stone-950);
			font-family: var(--wp--preset--font-family--figtree);
			font-size: var(--wp--preset--font-size--base);
			font-style: normal;
			font-weight: 500;
			line-height: 26px; 
			letter-spacing: 0.16px;
		}

		.wp-block-woocommerce-add-to-cart-with-options-grouped-product-item {
			margin-bottom: var(--wp--preset--spacing--14);
		}
	}

}



