cart mechanism complete

This commit is contained in:
2025-02-05 21:17:25 +02:00
parent 5ac895ea3e
commit f594f001f6
24 changed files with 441 additions and 78 deletions

View File

@@ -214,3 +214,25 @@ body {
}
}
}
.bw-product__text * {
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
font-weight: 400 !important;
font-size: 1rem !important;
line-height: 1.45 !important;
color: rgb(40, 26, 76) !important;
}
.bw-product__text {
h2 * {
font-weight: 700 !important;
font-size: 1.375rem !important;
}
}
.bw-cart-item-counter {
input {
@apply text-xl leading-none border-0 text-brand-violet font-bold;
}
}