/**
 * WooCommerce page and product-card styles.
 */

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	text-align: center;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button {
	align-items: center;
	background-color: #fff;
    border: 1px solid var(--bvd-black);
    color: var(--bvd-black);
	border-radius: 0;
	display: flex;
	font-size: 14px;
	font-weight: 300;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	transition: all 0.2s ease;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover {
	background-color: var(--bvd-green-gray);
	color: var(--bvd-white);
	transition: all 0.2s ease;
}

.bvd-product-card-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin-top: 12px;
}

.bvd-product-card-actions .button {
	border-radius: 0;
	justify-content: center;
	margin: 0;
	text-align: center;
	text-decoration: none;
}

.bvd-product-card-actions .bvd-product-card-actions__view {
	background: var(--bvd-black);
	border: 1px solid var(--bvd-black);
	color: var(--bvd-white);
	font-size: 14px;
	font-weight: 300;
	height: 40px;
	line-height: 38px;
	padding: 0 20px;
}

.bvd-product-card-actions .bvd-product-card-actions__view:hover {
	background: var(--bvd-green-gray);
	border-color: var(--bvd-green-gray);
	color: var(--bvd-white);
}

.bvd-product-card-actions .bvd-product-card-actions__add {
	background: var(--bvd-white);
	border: 1px solid var(--bvd-color-border);
	color: var(--bvd-black);
	font-size: 12px;
	height: 30px;
	line-height: 28px;
	padding: 0 10px;
}

.bvd-product-card-actions .bvd-product-card-actions__add:hover,
.bvd-product-card-actions .bvd-product-card-actions__add.loading,
.bvd-product-card-actions .bvd-product-card-actions__add.added {
	background: var(--bvd-super-light-gray);
	color: var(--bvd-black);
}

.woocommerce .woocommerce-result-count {
	font-size: 11px;
}

.woocommerce .woocommerce-ordering select {
	height: 40px;
	padding: 0 4px;
	vertical-align: top;
}

.woocommerce ul.products li.product .onsale {
    background: var(--bvd-black);
    border: 0;
    border-radius: 2px;
    box-shadow: 0 0 10px #0000004f;
    color: #fff;
    height: 30px;
    left: 0;
    line-height: 30px;
    margin: -.5em 0 0 -.5em;
    min-height: unset;
    min-width: unset;
    padding: 0;
    right: auto;
    top: 0;
    width: 50px;
    font-size: 12px;
}

.woocommerce ul.products li.product a.added_to_cart.wc-forward {
    background: var(--bvd-off-white);
    border-right: 4px solid var(--bvd-green-gray);
    display: inline-block;
    font-size: 11px;
    height: 40px;
    line-height: 11px;
    padding: 10px 0;
    text-align: center;
    width: 60px;
    margin: 0;
    margin-top: 14px;
	transition: all 0.2s ease;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after {
    position: absolute;
    left: -10px;
    background: var(--bvd-green-gray);
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    margin: 0;
    padding: 0;
    width: 50px;
    justify-content: center;
	transition: all 0.2s ease;
}

.wc-block-cart__submit-button {
	background: var(--bvd-green-gray);
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
	color: var(--bvd-black);
}

.woocommerce div.product form.cart .button {
	background: var(--bvd-green-gray);
}

.woocommerce ul.products li.product .button.ajax_add_to_cart {
    width: 45px;
    word-wrap: break-word;
    height: 40px;
    padding: 0;
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
    display: flex;
    border-right: 5px solid var(--bvd-green-gray);
    margin-top: 14px;
    margin-right: -8px;
    background: var(--bvd-light-gray);
    color: var(--bvd-black);
	display: none;
}
.woocommerce ul.products li.product .button.ajax_add_to_cart:hover {
    background: var(--bvd-green-gray);
    color: #fff;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    text-decoration: none;
    color: #fff;
	outline: none;
	transition: all 0.2s;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover {
	opacity: 0.8;
	transition: all 0.2s;
}

.woocommerce form.login {
    background: #ffffff;
    border: 0;
    border-radius: 0;
    box-shadow: 0 0 10px #00000057;
}
.woocommerce form.login input.input-text {
    background: #f1f1f1;
    border: 0;
    border-radius: 0;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: right;
    margin-left: 1em;
    background: var(--bvd-color-accent);
    color: #fff;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    border-radius: 0;
    padding: 0 20px;
	transition: all 0.2s;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
    background: var(--bvd-black);
	color: #fff;
	transition: all 0.2s;
}
.woocommerce .woocommerce-form-login .lost_password {
    font-size: 14px;
}