| 1 |
.ka-woo-product-meta { |
| 2 |
display: flex; |
| 3 |
flex-direction: column; |
| 4 |
gap: 6px; |
| 5 |
} |
| 6 |
|
| 7 |
.ka-woo-product-meta--inline .ka-woo-product-meta__item { |
| 8 |
display: inline-flex; |
| 9 |
gap: 6px; |
| 10 |
} |
| 11 |
|
| 12 |
.ka-woo-product-meta__label { |
| 13 |
font-weight: 600; |
| 14 |
} |
| 15 |
|
| 16 |
.ka-woo-product-meta__value a { |
| 17 |
text-decoration: none; |
| 18 |
} |
| 19 |
|
| 20 |
.ka-woo-product-meta--format-pipe .ka-woo-product-meta__item { |
| 21 |
display: inline-flex; |
| 22 |
gap: 6px; |
| 23 |
} |
| 24 |
|
| 25 |
.ka-woo-product-meta--format-pipe .ka-woo-product-meta__item:not(:last-child)::after { |
| 26 |
content: '|'; |
| 27 |
padding: 0 6px; |
| 28 |
opacity: 0.6; |
| 29 |
} |
| 30 |
|
| 31 |
.ka-woo-product-meta--format-bullets { |
| 32 |
gap: 4px; |
| 33 |
} |
| 34 |
|
| 35 |
.ka-woo-product-meta--format-bullets .ka-woo-product-meta__item { |
| 36 |
position: relative; |
| 37 |
padding-left: 10px; |
| 38 |
} |
| 39 |
|
| 40 |
.ka-woo-product-meta--format-bullets .ka-woo-product-meta__item::before { |
| 41 |
content: ''; |
| 42 |
width: 5px; |
| 43 |
height: 5px; |
| 44 |
background: currentColor; |
| 45 |
border-radius: 50%; |
| 46 |
position: absolute; |
| 47 |
left: 0; |
| 48 |
top: 0.65em; |
| 49 |
} |
| 50 |
|
| 51 |
.ka-woo-product-meta--format-badges .ka-woo-product-meta__value a { |
| 52 |
display: inline-flex; |
| 53 |
padding: 4px 8px; |
| 54 |
background: rgba(0, 0, 0, 0.05); |
| 55 |
border-radius: 12px; |
| 56 |
margin-right: 6px; |
| 57 |
margin-bottom: 6px; |
| 58 |
line-height: 1.2; |
| 59 |
} |
| 60 |
|
| 61 |
.ka-woo-product-meta--label-uppercase .ka-woo-product-meta__label { |
| 62 |
text-transform: uppercase; |
| 63 |
letter-spacing: 0.08em; |
| 64 |
} |
| 65 |
|
| 66 |
.ka-woo-product-meta--label-caps .ka-woo-product-meta__label { |
| 67 |
text-transform: capitalize; |
| 68 |
} |
| 69 |
|
| 70 |
|
| 71 |
|
| 72 |
|
| 73 |
|
| 74 |
|
| 75 |
|