uix-add-to-cart-button {
	display: contents;
	&>button {
		flex: 1!important;
		#content {
			* {
				gap: 4px;
			}
uix-add-to-cart-button 			&>.active {
				display: none;
			}
uix-add-to-cart-button 			&>.default {
				display: flex;
			}
uix-add-to-cart-button 			&.active {
				&>.active {
					display: flex;
				}
uix-add-to-cart-button 				&>.default {
					display: none;
				}
			}
		}
	}
}