/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Aug 08 2026 | 18:19:18 */
.wc-block-components-quantity-selector {
	--attr-value: 0;
}

.wc-block-components-quantity-selector::before {
    content: var(--attr-value);
    color: #000;
    font-size: 22px;
    position: absolute;
    top: 15%;
    left: 48%;
    display: block;
    transform: translateX(-6px);
}
