/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 29 2025 | 18:56:05 */
.main_menu__item {
	transition: margin-right 100ms ease-in-out;
}

.main_menu__item:hover {
	margin-right: 15px;
	border-color: var(--wp--preset--color--accent-1);
	cursor: pointer;
	color: var(--wp--preset--color--accent-1);
}

.wp-block-button.wc-block-components-product-button.is-style-outline:hover .wp-block-button__link:not(.has-background) {
	background-color: var(--wp--preset--color--accent-2);
	color: white;
}

/** All Inputs **/

.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=password], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=password], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url] {
	border-radius: 0;
}

option {
	background-color: var(--wp--preset--color--accent-5);
	color: var(--wp--preset--color--accent-2);
}

.wc-block-product-filter-chips__show-more {
	color: var(--wp--preset--color--accent-2);
	margin-top: 1rem;
}

