.w-grid-item .w-btn-wrapper {
	position: relative;
}

.w-grid-item .added_to_cart {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;

	background: white;
	border: 2px solid var(--color-content-primary);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);

	padding: 0.75rem 1.25rem;
	border-radius: 12px;

	font-family: Bruna Black, sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: var(--color-content-primary);
	text-decoration: none;
	white-space: nowrap;
}

.wc-block-components-product-name {
	font-family: Bruna Black, sans-serif;
	font-size: 32px;
}

.cart_totals {
	background: var(--color-content-border) !important;
}

.cart-collaterals {
	width: 33% !important;
}

.woocommerce .cart_item .product-name {
	font-family: "Bruna Black";
	font-size: 25px;
}

@media screen and (max-width: 600px) {
    .woocommerce .shop_table.cart th.product-name {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .woocommerce .shop_table.cart td.product-subtotal {
		padding-left: 0;
    }
}
	
