@telia/teddy 0.0.78 → 0.0.79
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -8,7 +8,7 @@ const components_box_box = require("../box/box.cjs");
|
|
|
8
8
|
const Content = React.forwardRef(
|
|
9
9
|
({ className, ...props }, forwardRef) => {
|
|
10
10
|
const classes = clsx([components_card_card.styles[`${components_card_card.rootClassName}__content`]], className);
|
|
11
|
-
return /* @__PURE__ */ jsxRuntime.jsx(components_box_box.Box, {
|
|
11
|
+
return /* @__PURE__ */ jsxRuntime.jsx(components_box_box.Box, { ...props, ref: forwardRef, className: classes });
|
|
12
12
|
}
|
|
13
13
|
);
|
|
14
14
|
Content.displayName = "Content";
|
|
@@ -6,7 +6,7 @@ import { Box } from "../box/box.js";
|
|
|
6
6
|
const Content = React__default.forwardRef(
|
|
7
7
|
({ className, ...props }, forwardRef) => {
|
|
8
8
|
const classes = clsx([styles[`${rootClassName}__content`]], className);
|
|
9
|
-
return /* @__PURE__ */ jsx(Box, {
|
|
9
|
+
return /* @__PURE__ */ jsx(Box, { ...props, ref: forwardRef, className: classes });
|
|
10
10
|
}
|
|
11
11
|
);
|
|
12
12
|
Content.displayName = "Content";
|
|
@@ -7,57 +7,57 @@ const utils_composeEventHandlers = require("../../utils/composeEventHandlers.cjs
|
|
|
7
7
|
const components_grid_grid = require("../grid/grid.cjs");
|
|
8
8
|
const tokens_color_variables = require("../../tokens/color/variables.cjs");
|
|
9
9
|
const styles = {
|
|
10
|
-
"teddy-card": "_teddy-
|
|
11
|
-
"teddy-card__slot": "_teddy-
|
|
12
|
-
"teddy-card__slot--bottom": "_teddy-card__slot--
|
|
13
|
-
"teddy-card__slot--center": "_teddy-card__slot--
|
|
14
|
-
"teddy-card__slot--no-translate": "_teddy-card__slot--no-
|
|
15
|
-
"teddy-card--shadow": "_teddy-card--
|
|
16
|
-
"teddy-card__action": "_teddy-
|
|
17
|
-
"teddy-card__action--disabled": "_teddy-card__action--
|
|
18
|
-
"teddy-card--border": "_teddy-card--
|
|
19
|
-
"teddy-
|
|
20
|
-
"teddy-
|
|
21
|
-
"teddy-
|
|
22
|
-
"teddy-
|
|
23
|
-
"teddy-
|
|
24
|
-
"teddy-
|
|
25
|
-
"teddy-card__footer": "_teddy-
|
|
26
|
-
"teddy-card__overline": "_teddy-
|
|
27
|
-
"teddy-card__description": "_teddy-
|
|
28
|
-
"teddy-card__color-dots": "_teddy-card__color-
|
|
29
|
-
"teddy-card__availability": "_teddy-
|
|
30
|
-
"teddy-card__price": "_teddy-
|
|
31
|
-
"teddy-card--default": "_teddy-card--
|
|
32
|
-
"teddy-card--navigation-vertical": "_teddy-card--navigation-
|
|
33
|
-
"teddy-card--navigation-horizontal-small": "_teddy-card--navigation-horizontal-
|
|
34
|
-
"teddy-card--navigation-horizontal-small-centered": "_teddy-card--navigation-horizontal-small-
|
|
35
|
-
"teddy-card--navigation-horizontal-large": "_teddy-card--navigation-horizontal-
|
|
36
|
-
"teddy-card--rich-card": "_teddy-card--rich-
|
|
37
|
-
"teddy-card--rich-card-large": "_teddy-card--rich-card-
|
|
38
|
-
"teddy-card__line": "_teddy-
|
|
39
|
-
"teddy-card--purple-light": "_teddy-card--purple-
|
|
40
|
-
"teddy-card--purple-dark": "_teddy-card--purple-
|
|
41
|
-
"teddy-card--white": "_teddy-card--
|
|
42
|
-
"teddy-card--gray": "_teddy-card--
|
|
43
|
-
"teddy-card--beige": "_teddy-card--
|
|
44
|
-
"teddy-card--product": "_teddy-card--
|
|
45
|
-
"teddy-card__price--big": "_teddy-card__price--
|
|
46
|
-
"teddy-card__image--as-background": "_teddy-card__image--as-
|
|
47
|
-
"teddy-card--background-image": "_teddy-card--background-
|
|
48
|
-
"teddy-card__illustration--rounded": "_teddy-card__illustration--
|
|
49
|
-
"teddy-card__inset": "_teddy-
|
|
50
|
-
"teddy-card__inset--top": "_teddy-card__inset--
|
|
51
|
-
"teddy-card__inset--left": "_teddy-card__inset--
|
|
52
|
-
"teddy-card__inset--right": "_teddy-card__inset--
|
|
53
|
-
"teddy-card__inset--bottom": "_teddy-card__inset--
|
|
54
|
-
"teddy-card__availability--badge": "_teddy-card__availability--
|
|
55
|
-
"teddy-card__availability--success": "_teddy-card__availability--
|
|
56
|
-
"teddy-card__availability--warning": "_teddy-card__availability--
|
|
57
|
-
"teddy-card__availability--error": "_teddy-card__availability--
|
|
58
|
-
"teddy-card__availability--special": "_teddy-card__availability--
|
|
59
|
-
"teddy-card__availability--neutral": "_teddy-card__availability--
|
|
60
|
-
"teddy-card__availability--information": "_teddy-card__availability--
|
|
10
|
+
"teddy-card": "_teddy-card_gaf78_3",
|
|
11
|
+
"teddy-card__slot": "_teddy-card__slot_gaf78_13",
|
|
12
|
+
"teddy-card__slot--bottom": "_teddy-card__slot--bottom_gaf78_16",
|
|
13
|
+
"teddy-card__slot--center": "_teddy-card__slot--center_gaf78_19",
|
|
14
|
+
"teddy-card__slot--no-translate": "_teddy-card__slot--no-translate_gaf78_25",
|
|
15
|
+
"teddy-card--shadow": "_teddy-card--shadow_gaf78_44",
|
|
16
|
+
"teddy-card__action": "_teddy-card__action_gaf78_48",
|
|
17
|
+
"teddy-card__action--disabled": "_teddy-card__action--disabled_gaf78_48",
|
|
18
|
+
"teddy-card--border": "_teddy-card--border_gaf78_55",
|
|
19
|
+
"teddy-card--layout": "_teddy-card--layout_gaf78_58",
|
|
20
|
+
"teddy-card__illustration": "_teddy-card__illustration_gaf78_58",
|
|
21
|
+
"teddy-card__carousel": "_teddy-card__carousel_gaf78_61",
|
|
22
|
+
"teddy-card__content": "_teddy-card__content_gaf78_64",
|
|
23
|
+
"teddy-card__heading": "_teddy-card__heading_gaf78_67",
|
|
24
|
+
"teddy-card__action-wrapper": "_teddy-card__action-wrapper_gaf78_70",
|
|
25
|
+
"teddy-card__footer": "_teddy-card__footer_gaf78_73",
|
|
26
|
+
"teddy-card__overline": "_teddy-card__overline_gaf78_76",
|
|
27
|
+
"teddy-card__description": "_teddy-card__description_gaf78_79",
|
|
28
|
+
"teddy-card__color-dots": "_teddy-card__color-dots_gaf78_82",
|
|
29
|
+
"teddy-card__availability": "_teddy-card__availability_gaf78_85",
|
|
30
|
+
"teddy-card__price": "_teddy-card__price_gaf78_88",
|
|
31
|
+
"teddy-card--default": "_teddy-card--default_gaf78_91",
|
|
32
|
+
"teddy-card--navigation-vertical": "_teddy-card--navigation-vertical_gaf78_96",
|
|
33
|
+
"teddy-card--navigation-horizontal-small": "_teddy-card--navigation-horizontal-small_gaf78_116",
|
|
34
|
+
"teddy-card--navigation-horizontal-small-centered": "_teddy-card--navigation-horizontal-small-centered_gaf78_128",
|
|
35
|
+
"teddy-card--navigation-horizontal-large": "_teddy-card--navigation-horizontal-large_gaf78_150",
|
|
36
|
+
"teddy-card--rich-card": "_teddy-card--rich-card_gaf78_162",
|
|
37
|
+
"teddy-card--rich-card-large": "_teddy-card--rich-card-large_gaf78_181",
|
|
38
|
+
"teddy-card__line": "_teddy-card__line_gaf78_214",
|
|
39
|
+
"teddy-card--purple-light": "_teddy-card--purple-light_gaf78_218",
|
|
40
|
+
"teddy-card--purple-dark": "_teddy-card--purple-dark_gaf78_232",
|
|
41
|
+
"teddy-card--white": "_teddy-card--white_gaf78_251",
|
|
42
|
+
"teddy-card--gray": "_teddy-card--gray_gaf78_265",
|
|
43
|
+
"teddy-card--beige": "_teddy-card--beige_gaf78_279",
|
|
44
|
+
"teddy-card--product": "_teddy-card--product_gaf78_293",
|
|
45
|
+
"teddy-card__price--big": "_teddy-card__price--big_gaf78_359",
|
|
46
|
+
"teddy-card__image--as-background": "_teddy-card__image--as-background_gaf78_362",
|
|
47
|
+
"teddy-card--background-image": "_teddy-card--background-image_gaf78_368",
|
|
48
|
+
"teddy-card__illustration--rounded": "_teddy-card__illustration--rounded_gaf78_373",
|
|
49
|
+
"teddy-card__inset": "_teddy-card__inset_gaf78_377",
|
|
50
|
+
"teddy-card__inset--top": "_teddy-card__inset--top_gaf78_380",
|
|
51
|
+
"teddy-card__inset--left": "_teddy-card__inset--left_gaf78_383",
|
|
52
|
+
"teddy-card__inset--right": "_teddy-card__inset--right_gaf78_386",
|
|
53
|
+
"teddy-card__inset--bottom": "_teddy-card__inset--bottom_gaf78_389",
|
|
54
|
+
"teddy-card__availability--badge": "_teddy-card__availability--badge_gaf78_404",
|
|
55
|
+
"teddy-card__availability--success": "_teddy-card__availability--success_gaf78_407",
|
|
56
|
+
"teddy-card__availability--warning": "_teddy-card__availability--warning_gaf78_410",
|
|
57
|
+
"teddy-card__availability--error": "_teddy-card__availability--error_gaf78_413",
|
|
58
|
+
"teddy-card__availability--special": "_teddy-card__availability--special_gaf78_416",
|
|
59
|
+
"teddy-card__availability--neutral": "_teddy-card__availability--neutral_gaf78_419",
|
|
60
|
+
"teddy-card__availability--information": "_teddy-card__availability--information_gaf78_422"
|
|
61
61
|
};
|
|
62
62
|
const rootClassName = "teddy-card";
|
|
63
63
|
const actionElementIdentifier = `${rootClassName}__action`;
|
|
@@ -5,57 +5,57 @@ import { composeEventHandlers } from "../../utils/composeEventHandlers.js";
|
|
|
5
5
|
import { Grid } from "../grid/grid.js";
|
|
6
6
|
import { teddyColorTransparentWhite850, teddyColorTransparentWhite800, teddyColorTransparentWhite100, teddyColorTransparentBlack600, teddyColorTransparentBlack200 } from "../../tokens/color/variables.js";
|
|
7
7
|
const styles = {
|
|
8
|
-
"teddy-card": "_teddy-
|
|
9
|
-
"teddy-card__slot": "_teddy-
|
|
10
|
-
"teddy-card__slot--bottom": "_teddy-card__slot--
|
|
11
|
-
"teddy-card__slot--center": "_teddy-card__slot--
|
|
12
|
-
"teddy-card__slot--no-translate": "_teddy-card__slot--no-
|
|
13
|
-
"teddy-card--shadow": "_teddy-card--
|
|
14
|
-
"teddy-card__action": "_teddy-
|
|
15
|
-
"teddy-card__action--disabled": "_teddy-card__action--
|
|
16
|
-
"teddy-card--border": "_teddy-card--
|
|
17
|
-
"teddy-
|
|
18
|
-
"teddy-
|
|
19
|
-
"teddy-
|
|
20
|
-
"teddy-
|
|
21
|
-
"teddy-
|
|
22
|
-
"teddy-
|
|
23
|
-
"teddy-card__footer": "_teddy-
|
|
24
|
-
"teddy-card__overline": "_teddy-
|
|
25
|
-
"teddy-card__description": "_teddy-
|
|
26
|
-
"teddy-card__color-dots": "_teddy-card__color-
|
|
27
|
-
"teddy-card__availability": "_teddy-
|
|
28
|
-
"teddy-card__price": "_teddy-
|
|
29
|
-
"teddy-card--default": "_teddy-card--
|
|
30
|
-
"teddy-card--navigation-vertical": "_teddy-card--navigation-
|
|
31
|
-
"teddy-card--navigation-horizontal-small": "_teddy-card--navigation-horizontal-
|
|
32
|
-
"teddy-card--navigation-horizontal-small-centered": "_teddy-card--navigation-horizontal-small-
|
|
33
|
-
"teddy-card--navigation-horizontal-large": "_teddy-card--navigation-horizontal-
|
|
34
|
-
"teddy-card--rich-card": "_teddy-card--rich-
|
|
35
|
-
"teddy-card--rich-card-large": "_teddy-card--rich-card-
|
|
36
|
-
"teddy-card__line": "_teddy-
|
|
37
|
-
"teddy-card--purple-light": "_teddy-card--purple-
|
|
38
|
-
"teddy-card--purple-dark": "_teddy-card--purple-
|
|
39
|
-
"teddy-card--white": "_teddy-card--
|
|
40
|
-
"teddy-card--gray": "_teddy-card--
|
|
41
|
-
"teddy-card--beige": "_teddy-card--
|
|
42
|
-
"teddy-card--product": "_teddy-card--
|
|
43
|
-
"teddy-card__price--big": "_teddy-card__price--
|
|
44
|
-
"teddy-card__image--as-background": "_teddy-card__image--as-
|
|
45
|
-
"teddy-card--background-image": "_teddy-card--background-
|
|
46
|
-
"teddy-card__illustration--rounded": "_teddy-card__illustration--
|
|
47
|
-
"teddy-card__inset": "_teddy-
|
|
48
|
-
"teddy-card__inset--top": "_teddy-card__inset--
|
|
49
|
-
"teddy-card__inset--left": "_teddy-card__inset--
|
|
50
|
-
"teddy-card__inset--right": "_teddy-card__inset--
|
|
51
|
-
"teddy-card__inset--bottom": "_teddy-card__inset--
|
|
52
|
-
"teddy-card__availability--badge": "_teddy-card__availability--
|
|
53
|
-
"teddy-card__availability--success": "_teddy-card__availability--
|
|
54
|
-
"teddy-card__availability--warning": "_teddy-card__availability--
|
|
55
|
-
"teddy-card__availability--error": "_teddy-card__availability--
|
|
56
|
-
"teddy-card__availability--special": "_teddy-card__availability--
|
|
57
|
-
"teddy-card__availability--neutral": "_teddy-card__availability--
|
|
58
|
-
"teddy-card__availability--information": "_teddy-card__availability--
|
|
8
|
+
"teddy-card": "_teddy-card_gaf78_3",
|
|
9
|
+
"teddy-card__slot": "_teddy-card__slot_gaf78_13",
|
|
10
|
+
"teddy-card__slot--bottom": "_teddy-card__slot--bottom_gaf78_16",
|
|
11
|
+
"teddy-card__slot--center": "_teddy-card__slot--center_gaf78_19",
|
|
12
|
+
"teddy-card__slot--no-translate": "_teddy-card__slot--no-translate_gaf78_25",
|
|
13
|
+
"teddy-card--shadow": "_teddy-card--shadow_gaf78_44",
|
|
14
|
+
"teddy-card__action": "_teddy-card__action_gaf78_48",
|
|
15
|
+
"teddy-card__action--disabled": "_teddy-card__action--disabled_gaf78_48",
|
|
16
|
+
"teddy-card--border": "_teddy-card--border_gaf78_55",
|
|
17
|
+
"teddy-card--layout": "_teddy-card--layout_gaf78_58",
|
|
18
|
+
"teddy-card__illustration": "_teddy-card__illustration_gaf78_58",
|
|
19
|
+
"teddy-card__carousel": "_teddy-card__carousel_gaf78_61",
|
|
20
|
+
"teddy-card__content": "_teddy-card__content_gaf78_64",
|
|
21
|
+
"teddy-card__heading": "_teddy-card__heading_gaf78_67",
|
|
22
|
+
"teddy-card__action-wrapper": "_teddy-card__action-wrapper_gaf78_70",
|
|
23
|
+
"teddy-card__footer": "_teddy-card__footer_gaf78_73",
|
|
24
|
+
"teddy-card__overline": "_teddy-card__overline_gaf78_76",
|
|
25
|
+
"teddy-card__description": "_teddy-card__description_gaf78_79",
|
|
26
|
+
"teddy-card__color-dots": "_teddy-card__color-dots_gaf78_82",
|
|
27
|
+
"teddy-card__availability": "_teddy-card__availability_gaf78_85",
|
|
28
|
+
"teddy-card__price": "_teddy-card__price_gaf78_88",
|
|
29
|
+
"teddy-card--default": "_teddy-card--default_gaf78_91",
|
|
30
|
+
"teddy-card--navigation-vertical": "_teddy-card--navigation-vertical_gaf78_96",
|
|
31
|
+
"teddy-card--navigation-horizontal-small": "_teddy-card--navigation-horizontal-small_gaf78_116",
|
|
32
|
+
"teddy-card--navigation-horizontal-small-centered": "_teddy-card--navigation-horizontal-small-centered_gaf78_128",
|
|
33
|
+
"teddy-card--navigation-horizontal-large": "_teddy-card--navigation-horizontal-large_gaf78_150",
|
|
34
|
+
"teddy-card--rich-card": "_teddy-card--rich-card_gaf78_162",
|
|
35
|
+
"teddy-card--rich-card-large": "_teddy-card--rich-card-large_gaf78_181",
|
|
36
|
+
"teddy-card__line": "_teddy-card__line_gaf78_214",
|
|
37
|
+
"teddy-card--purple-light": "_teddy-card--purple-light_gaf78_218",
|
|
38
|
+
"teddy-card--purple-dark": "_teddy-card--purple-dark_gaf78_232",
|
|
39
|
+
"teddy-card--white": "_teddy-card--white_gaf78_251",
|
|
40
|
+
"teddy-card--gray": "_teddy-card--gray_gaf78_265",
|
|
41
|
+
"teddy-card--beige": "_teddy-card--beige_gaf78_279",
|
|
42
|
+
"teddy-card--product": "_teddy-card--product_gaf78_293",
|
|
43
|
+
"teddy-card__price--big": "_teddy-card__price--big_gaf78_359",
|
|
44
|
+
"teddy-card__image--as-background": "_teddy-card__image--as-background_gaf78_362",
|
|
45
|
+
"teddy-card--background-image": "_teddy-card--background-image_gaf78_368",
|
|
46
|
+
"teddy-card__illustration--rounded": "_teddy-card__illustration--rounded_gaf78_373",
|
|
47
|
+
"teddy-card__inset": "_teddy-card__inset_gaf78_377",
|
|
48
|
+
"teddy-card__inset--top": "_teddy-card__inset--top_gaf78_380",
|
|
49
|
+
"teddy-card__inset--left": "_teddy-card__inset--left_gaf78_383",
|
|
50
|
+
"teddy-card__inset--right": "_teddy-card__inset--right_gaf78_386",
|
|
51
|
+
"teddy-card__inset--bottom": "_teddy-card__inset--bottom_gaf78_389",
|
|
52
|
+
"teddy-card__availability--badge": "_teddy-card__availability--badge_gaf78_404",
|
|
53
|
+
"teddy-card__availability--success": "_teddy-card__availability--success_gaf78_407",
|
|
54
|
+
"teddy-card__availability--warning": "_teddy-card__availability--warning_gaf78_410",
|
|
55
|
+
"teddy-card__availability--error": "_teddy-card__availability--error_gaf78_413",
|
|
56
|
+
"teddy-card__availability--special": "_teddy-card__availability--special_gaf78_416",
|
|
57
|
+
"teddy-card__availability--neutral": "_teddy-card__availability--neutral_gaf78_419",
|
|
58
|
+
"teddy-card__availability--information": "_teddy-card__availability--information_gaf78_422"
|
|
59
59
|
};
|
|
60
60
|
const rootClassName = "teddy-card";
|
|
61
61
|
const actionElementIdentifier = `${rootClassName}__action`;
|
package/dist/style.css
CHANGED
|
@@ -2506,32 +2506,32 @@
|
|
|
2506
2506
|
}
|
|
2507
2507
|
}@layer heading, flex, grid, button, card;
|
|
2508
2508
|
@layer card {
|
|
2509
|
-
._teddy-
|
|
2509
|
+
._teddy-card_gaf78_3 {
|
|
2510
2510
|
border-radius: var(--teddy-border-radius-md);
|
|
2511
2511
|
padding: var(--teddy-spacing-250);
|
|
2512
2512
|
position: relative;
|
|
2513
2513
|
}
|
|
2514
2514
|
@media (prefers-reduced-motion: no-preference) {
|
|
2515
|
-
._teddy-
|
|
2515
|
+
._teddy-card_gaf78_3 {
|
|
2516
2516
|
transition: background-color var(--teddy-motion-duration-300) ease;
|
|
2517
2517
|
}
|
|
2518
2518
|
}
|
|
2519
|
-
._teddy-
|
|
2519
|
+
._teddy-card__slot_gaf78_13 {
|
|
2520
2520
|
transform: translateY(-50%);
|
|
2521
2521
|
}
|
|
2522
|
-
._teddy-card__slot--
|
|
2522
|
+
._teddy-card__slot--bottom_gaf78_16 {
|
|
2523
2523
|
transform: translateY(50%);
|
|
2524
2524
|
}
|
|
2525
|
-
._teddy-card__slot--
|
|
2525
|
+
._teddy-card__slot--center_gaf78_19 {
|
|
2526
2526
|
transform: translate(-50%, -50%);
|
|
2527
2527
|
}
|
|
2528
|
-
._teddy-card__slot--
|
|
2528
|
+
._teddy-card__slot--bottom_gaf78_16._teddy-card__slot--center_gaf78_19 {
|
|
2529
2529
|
transform: translate(-50%, 50%);
|
|
2530
2530
|
}
|
|
2531
|
-
._teddy-card__slot--no-
|
|
2531
|
+
._teddy-card__slot--no-translate_gaf78_25 {
|
|
2532
2532
|
transform: initial;
|
|
2533
2533
|
}
|
|
2534
|
-
._teddy-
|
|
2534
|
+
._teddy-card_gaf78_3::before {
|
|
2535
2535
|
content: "";
|
|
2536
2536
|
display: block;
|
|
2537
2537
|
position: absolute;
|
|
@@ -2542,95 +2542,96 @@
|
|
|
2542
2542
|
box-shadow: var(--teddy-shadow-md);
|
|
2543
2543
|
}
|
|
2544
2544
|
@media (prefers-reduced-motion: no-preference) {
|
|
2545
|
-
._teddy-
|
|
2545
|
+
._teddy-card_gaf78_3::before {
|
|
2546
2546
|
transition: var(--teddy-motion-duration-300) ease;
|
|
2547
2547
|
transition-property: opacity, box-shadow;
|
|
2548
2548
|
}
|
|
2549
2549
|
}
|
|
2550
|
-
._teddy-card--
|
|
2550
|
+
._teddy-card--shadow_gaf78_44::before {
|
|
2551
2551
|
opacity: 1;
|
|
2552
2552
|
box-shadow: var(--teddy-shadow-sm-2);
|
|
2553
2553
|
}
|
|
2554
|
-
._teddy-
|
|
2554
|
+
._teddy-card_gaf78_3:has(._teddy-card__action_gaf78_48:not(._teddy-card__action--disabled_gaf78_48)) {
|
|
2555
2555
|
cursor: pointer;
|
|
2556
2556
|
}
|
|
2557
|
-
._teddy-
|
|
2557
|
+
._teddy-card_gaf78_3:has(._teddy-card__action_gaf78_48:not(._teddy-card__action--disabled_gaf78_48)):hover:not(:has(button:hover), :has(a:hover)):has(._teddy-card__action_gaf78_48:not(._teddy-card__action--disabled_gaf78_48))::before {
|
|
2558
2558
|
opacity: 1;
|
|
2559
2559
|
box-shadow: var(--teddy-shadow-md);
|
|
2560
2560
|
}
|
|
2561
|
-
._teddy-card--
|
|
2561
|
+
._teddy-card--border_gaf78_55 {
|
|
2562
2562
|
border: var(--teddy-border-width-xs) solid transparent;
|
|
2563
2563
|
}
|
|
2564
|
-
._teddy-
|
|
2565
|
-
margin-bottom: var(--teddy-spacing-200);
|
|
2566
|
-
}
|
|
2567
|
-
._teddy-card--layout_og442_61 ._teddy-card__illustration_og442_61 {
|
|
2564
|
+
._teddy-card--layout_gaf78_58 ._teddy-card__illustration_gaf78_58 {
|
|
2568
2565
|
grid-area: illustration;
|
|
2569
2566
|
}
|
|
2570
|
-
._teddy-card--
|
|
2567
|
+
._teddy-card--layout_gaf78_58 ._teddy-card__carousel_gaf78_61 {
|
|
2571
2568
|
grid-area: carousel;
|
|
2572
2569
|
}
|
|
2573
|
-
._teddy-card--
|
|
2570
|
+
._teddy-card--layout_gaf78_58 ._teddy-card__content_gaf78_64 {
|
|
2574
2571
|
grid-area: content;
|
|
2575
2572
|
}
|
|
2576
|
-
._teddy-card--
|
|
2573
|
+
._teddy-card--layout_gaf78_58 ._teddy-card__heading_gaf78_67 {
|
|
2577
2574
|
grid-area: heading;
|
|
2578
2575
|
}
|
|
2579
|
-
._teddy-card--
|
|
2576
|
+
._teddy-card--layout_gaf78_58 ._teddy-card__action-wrapper_gaf78_70 {
|
|
2580
2577
|
grid-area: action;
|
|
2581
2578
|
}
|
|
2582
|
-
._teddy-card--
|
|
2579
|
+
._teddy-card--layout_gaf78_58 ._teddy-card__footer_gaf78_73 {
|
|
2583
2580
|
grid-area: footer;
|
|
2584
2581
|
}
|
|
2585
|
-
._teddy-card--
|
|
2582
|
+
._teddy-card--layout_gaf78_58 ._teddy-card__overline_gaf78_76 {
|
|
2586
2583
|
grid-area: overline;
|
|
2587
2584
|
}
|
|
2588
|
-
._teddy-card--
|
|
2585
|
+
._teddy-card--layout_gaf78_58 ._teddy-card__description_gaf78_79 {
|
|
2589
2586
|
grid-area: description;
|
|
2590
2587
|
}
|
|
2591
|
-
._teddy-card--
|
|
2588
|
+
._teddy-card--layout_gaf78_58 ._teddy-card__color-dots_gaf78_82 {
|
|
2592
2589
|
grid-area: colors;
|
|
2593
2590
|
}
|
|
2594
|
-
._teddy-card--
|
|
2591
|
+
._teddy-card--layout_gaf78_58 ._teddy-card__availability_gaf78_85 {
|
|
2595
2592
|
grid-area: availability;
|
|
2596
2593
|
}
|
|
2597
|
-
._teddy-card--
|
|
2594
|
+
._teddy-card--layout_gaf78_58 ._teddy-card__price_gaf78_88 {
|
|
2598
2595
|
grid-area: price;
|
|
2599
2596
|
}
|
|
2600
|
-
._teddy-card--
|
|
2597
|
+
._teddy-card--default_gaf78_91 {
|
|
2601
2598
|
display: flex;
|
|
2602
2599
|
flex-direction: column;
|
|
2603
2600
|
gap: var(--teddy-spacing-200);
|
|
2604
2601
|
}
|
|
2605
|
-
._teddy-card--navigation-
|
|
2602
|
+
._teddy-card--navigation-vertical_gaf78_96 {
|
|
2606
2603
|
grid-template-rows: auto auto 1fr auto;
|
|
2607
2604
|
justify-items: start;
|
|
2605
|
+
justify-content: stretch;
|
|
2608
2606
|
align-items: baseline;
|
|
2609
2607
|
grid-template-areas: "illustration" "heading" "content" "action";
|
|
2610
2608
|
}
|
|
2611
|
-
._teddy-card--navigation-
|
|
2609
|
+
._teddy-card--navigation-vertical_gaf78_96 ._teddy-card__illustration_gaf78_58 {
|
|
2612
2610
|
margin-bottom: var(--teddy-spacing-200);
|
|
2613
2611
|
}
|
|
2614
|
-
._teddy-card--navigation-
|
|
2612
|
+
._teddy-card--navigation-vertical_gaf78_96 ._teddy-card__content_gaf78_64 {
|
|
2615
2613
|
margin-bottom: var(--teddy-spacing-200);
|
|
2616
2614
|
}
|
|
2617
|
-
._teddy-card--navigation-
|
|
2615
|
+
._teddy-card--navigation-vertical_gaf78_96 ._teddy-card__heading_gaf78_67 {
|
|
2618
2616
|
margin-bottom: var(--teddy-spacing-100);
|
|
2619
2617
|
}
|
|
2620
|
-
._teddy-card--navigation-
|
|
2618
|
+
._teddy-card--navigation-vertical_gaf78_96 ._teddy-card__action-wrapper_gaf78_70 {
|
|
2621
2619
|
margin-top: auto;
|
|
2622
2620
|
justify-self: end;
|
|
2623
2621
|
}
|
|
2624
|
-
._teddy-card--navigation-horizontal-
|
|
2622
|
+
._teddy-card--navigation-horizontal-small_gaf78_116 {
|
|
2625
2623
|
grid-template-columns: auto 1fr auto;
|
|
2626
2624
|
grid-template-rows: auto 1fr;
|
|
2627
2625
|
grid-template-areas: "illustration heading action" "illustration content action";
|
|
2628
2626
|
column-gap: var(--teddy-spacing-200);
|
|
2629
2627
|
}
|
|
2630
|
-
._teddy-card--navigation-horizontal-
|
|
2628
|
+
._teddy-card--navigation-horizontal-small_gaf78_116 ._teddy-card__heading_gaf78_67 {
|
|
2631
2629
|
margin-bottom: var(--teddy-spacing-100);
|
|
2632
2630
|
}
|
|
2633
|
-
._teddy-card--navigation-horizontal-
|
|
2631
|
+
._teddy-card--navigation-horizontal-small_gaf78_116 ._teddy-card__action-wrapper_gaf78_70 {
|
|
2632
|
+
margin-top: auto;
|
|
2633
|
+
}
|
|
2634
|
+
._teddy-card--navigation-horizontal-small-centered_gaf78_128 {
|
|
2634
2635
|
width: 100%;
|
|
2635
2636
|
max-width: 26rem;
|
|
2636
2637
|
grid-template-columns: auto 1fr auto;
|
|
@@ -2639,161 +2640,163 @@
|
|
|
2639
2640
|
align-items: center;
|
|
2640
2641
|
column-gap: var(--teddy-spacing-200);
|
|
2641
2642
|
}
|
|
2642
|
-
._teddy-card--navigation-horizontal-small-
|
|
2643
|
+
._teddy-card--navigation-horizontal-small-centered_gaf78_128 ._teddy-card__content_gaf78_64 {
|
|
2643
2644
|
margin-top: var(--teddy-spacing-200);
|
|
2644
2645
|
}
|
|
2645
|
-
._teddy-card--navigation-horizontal-small-
|
|
2646
|
+
._teddy-card--navigation-horizontal-small-centered_gaf78_128 ._teddy-card__action-wrapper_gaf78_70 {
|
|
2646
2647
|
margin: 0;
|
|
2647
2648
|
}
|
|
2648
|
-
._teddy-card--navigation-horizontal-small-
|
|
2649
|
-
object-fit: contain;
|
|
2649
|
+
._teddy-card--navigation-horizontal-small-centered_gaf78_128 ._teddy-card__illustration_gaf78_58 {
|
|
2650
2650
|
max-height: 80px;
|
|
2651
2651
|
max-width: 100px;
|
|
2652
2652
|
}
|
|
2653
|
-
._teddy-card--navigation-horizontal-
|
|
2653
|
+
._teddy-card--navigation-horizontal-small-centered_gaf78_128 ._teddy-card__illustration_gaf78_58 img {
|
|
2654
|
+
object-fit: contain;
|
|
2655
|
+
}
|
|
2656
|
+
._teddy-card--navigation-horizontal-large_gaf78_150 {
|
|
2654
2657
|
grid-template-columns: 1fr auto;
|
|
2655
2658
|
grid-template-rows: auto auto 1fr;
|
|
2656
2659
|
grid-template-areas: "illustration action" "heading action" "content action";
|
|
2657
2660
|
column-gap: var(--teddy-spacing-200);
|
|
2658
2661
|
}
|
|
2659
|
-
._teddy-card--navigation-horizontal-
|
|
2662
|
+
._teddy-card--navigation-horizontal-large_gaf78_150 ._teddy-card__heading_gaf78_67 {
|
|
2660
2663
|
margin-bottom: var(--teddy-spacing-100);
|
|
2661
2664
|
}
|
|
2662
|
-
._teddy-card--navigation-horizontal-
|
|
2665
|
+
._teddy-card--navigation-horizontal-large_gaf78_150 ._teddy-card__action-wrapper_gaf78_70 {
|
|
2663
2666
|
margin-top: auto;
|
|
2664
2667
|
}
|
|
2665
|
-
._teddy-card--rich-
|
|
2668
|
+
._teddy-card--rich-card_gaf78_162 {
|
|
2666
2669
|
justify-items: start;
|
|
2667
2670
|
align-items: baseline;
|
|
2668
2671
|
grid-template-rows: auto auto 1fr auto;
|
|
2669
2672
|
grid-template-areas: "illustration" "heading" "content" "action";
|
|
2670
2673
|
}
|
|
2671
|
-
._teddy-card--rich-
|
|
2674
|
+
._teddy-card--rich-card_gaf78_162 ._teddy-card__illustration_gaf78_58 {
|
|
2672
2675
|
margin-bottom: var(--teddy-spacing-200);
|
|
2673
2676
|
}
|
|
2674
|
-
._teddy-card--rich-
|
|
2677
|
+
._teddy-card--rich-card_gaf78_162 ._teddy-card__content_gaf78_64 {
|
|
2675
2678
|
margin-bottom: var(--teddy-spacing-200);
|
|
2676
2679
|
}
|
|
2677
|
-
._teddy-card--rich-
|
|
2680
|
+
._teddy-card--rich-card_gaf78_162 ._teddy-card__heading_gaf78_67 {
|
|
2678
2681
|
margin-bottom: var(--teddy-spacing-100);
|
|
2679
2682
|
}
|
|
2680
|
-
._teddy-card--rich-
|
|
2683
|
+
._teddy-card--rich-card_gaf78_162 ._teddy-card__action-wrapper_gaf78_70 {
|
|
2681
2684
|
margin-top: auto;
|
|
2682
2685
|
}
|
|
2683
2686
|
@media (max-width: 800px) {
|
|
2684
|
-
._teddy-card--rich-card-
|
|
2687
|
+
._teddy-card--rich-card-large_gaf78_181 {
|
|
2685
2688
|
justify-items: start;
|
|
2686
2689
|
align-items: baseline;
|
|
2687
2690
|
grid-template-rows: auto auto 1fr auto;
|
|
2688
2691
|
grid-template-areas: "illustration" "heading" "content" "action";
|
|
2689
2692
|
}
|
|
2690
2693
|
}
|
|
2691
|
-
._teddy-card--rich-card-
|
|
2694
|
+
._teddy-card--rich-card-large_gaf78_181 ._teddy-card__illustration_gaf78_58 img {
|
|
2692
2695
|
object-fit: cover;
|
|
2693
2696
|
}
|
|
2694
2697
|
@media (min-width: 801px) {
|
|
2695
|
-
._teddy-card--rich-card-
|
|
2698
|
+
._teddy-card--rich-card-large_gaf78_181 ._teddy-card__illustration_gaf78_58 {
|
|
2696
2699
|
grid-column-start: 1;
|
|
2697
2700
|
margin-right: var(--teddy-spacing-600);
|
|
2698
2701
|
}
|
|
2699
2702
|
}
|
|
2700
|
-
._teddy-card--rich-card-
|
|
2703
|
+
._teddy-card--rich-card-large_gaf78_181 ._teddy-card__content_gaf78_64 {
|
|
2701
2704
|
margin-top: 2rem;
|
|
2702
2705
|
}
|
|
2703
2706
|
@media (min-width: 801px) {
|
|
2704
|
-
._teddy-card--rich-card-
|
|
2707
|
+
._teddy-card--rich-card-large_gaf78_181 ._teddy-card__content_gaf78_64 {
|
|
2705
2708
|
grid-column-start: 2;
|
|
2706
2709
|
margin-top: 0;
|
|
2707
2710
|
align-content: center;
|
|
2708
2711
|
}
|
|
2709
2712
|
}
|
|
2710
|
-
._teddy-card--rich-card-
|
|
2713
|
+
._teddy-card--rich-card-large_gaf78_181 ._teddy-card__action_gaf78_48 {
|
|
2711
2714
|
margin-top: var(--teddy-spacing-200);
|
|
2712
2715
|
}
|
|
2713
|
-
._teddy-card--rich-card-
|
|
2716
|
+
._teddy-card--rich-card-large_gaf78_181 ._teddy-card__heading_gaf78_67 {
|
|
2714
2717
|
margin-top: var(--teddy-spacing-100);
|
|
2715
2718
|
margin-bottom: var(--teddy-spacing-100);
|
|
2716
2719
|
}
|
|
2717
|
-
._teddy-
|
|
2720
|
+
._teddy-card__line_gaf78_214 {
|
|
2718
2721
|
border: 0;
|
|
2719
2722
|
border-top: var(--teddy-border-width-xs) solid var(--teddy-color-border-weak);
|
|
2720
2723
|
}
|
|
2721
|
-
._teddy-card--purple-
|
|
2724
|
+
._teddy-card--purple-light_gaf78_218 {
|
|
2722
2725
|
background-color: var(--teddy-color-background-interactive-primary-negative);
|
|
2723
2726
|
color: var(--teddy-color-text-default);
|
|
2724
2727
|
border-color: var(--teddy-color-background-interactive-primary-negative);
|
|
2725
2728
|
}
|
|
2726
|
-
._teddy-card--purple-
|
|
2729
|
+
._teddy-card--purple-light_gaf78_218:hover:has(._teddy-card__action_gaf78_48:not(._teddy-card__action--disabled_gaf78_48)) {
|
|
2727
2730
|
background-color: var(--teddy-color-background-interactive-primary-negative-hover);
|
|
2728
2731
|
}
|
|
2729
|
-
._teddy-card--purple-
|
|
2732
|
+
._teddy-card--purple-light_gaf78_218:active:has(._teddy-card__action_gaf78_48:not(._teddy-card__action--disabled_gaf78_48)) {
|
|
2730
2733
|
background-color: var(--teddy-color-background-interactive-primary-negative-active);
|
|
2731
2734
|
}
|
|
2732
|
-
._teddy-card--purple-
|
|
2735
|
+
._teddy-card--purple-light_gaf78_218:has(._teddy-card__action--disabled_gaf78_48) {
|
|
2733
2736
|
background-color: var(--teddy-color-background-interactive-disabled);
|
|
2734
2737
|
}
|
|
2735
|
-
._teddy-card--purple-
|
|
2738
|
+
._teddy-card--purple-dark_gaf78_232 {
|
|
2736
2739
|
background-color: var(--teddy-color-brand-deep-purple);
|
|
2737
2740
|
color: var(--teddy-color-text-default-negative);
|
|
2738
2741
|
border-color: var(--teddy-color-brand-deep-purple);
|
|
2739
2742
|
}
|
|
2740
|
-
._teddy-card--purple-
|
|
2743
|
+
._teddy-card--purple-dark_gaf78_232:hover:has(._teddy-card__action_gaf78_48:not(._teddy-card__action--disabled_gaf78_48)) {
|
|
2741
2744
|
background-color: var(--teddy-color-background-interactive-transparent-negative-hover);
|
|
2742
2745
|
}
|
|
2743
|
-
._teddy-card--purple-
|
|
2746
|
+
._teddy-card--purple-dark_gaf78_232:active:has(._teddy-card__action_gaf78_48:not(._teddy-card__action--disabled_gaf78_48)) {
|
|
2744
2747
|
background-color: var(--teddy-color-background-interactive-transparent-negative-active);
|
|
2745
2748
|
}
|
|
2746
|
-
._teddy-card--purple-
|
|
2749
|
+
._teddy-card--purple-dark_gaf78_232:has(._teddy-card__action--disabled_gaf78_48) {
|
|
2747
2750
|
color: var(--teddy-color-text-default);
|
|
2748
2751
|
background-color: var(--teddy-color-background-interactive-disabled);
|
|
2749
2752
|
}
|
|
2750
|
-
._teddy-card--purple-
|
|
2753
|
+
._teddy-card--purple-dark_gaf78_232:has(._teddy-card__action--disabled_gaf78_48) ._teddy-card__action_gaf78_48 {
|
|
2751
2754
|
color: var(--teddy-color-text-weak);
|
|
2752
2755
|
background-color: var(--teddy-color-background-interactive-disabled);
|
|
2753
2756
|
}
|
|
2754
|
-
._teddy-card--
|
|
2757
|
+
._teddy-card--white_gaf78_251 {
|
|
2755
2758
|
background-color: var(--teddy-color-brand-white);
|
|
2756
2759
|
color: var(--teddy-color-text-default);
|
|
2757
2760
|
border-color: var(--teddy-color-border-interactive-subtle);
|
|
2758
2761
|
}
|
|
2759
|
-
._teddy-card--
|
|
2762
|
+
._teddy-card--white_gaf78_251:hover:has(._teddy-card__action_gaf78_48:not(._teddy-card__action--disabled_gaf78_48)) {
|
|
2760
2763
|
background-color: var(--teddy-color-background-interactive-transparent-hover);
|
|
2761
2764
|
}
|
|
2762
|
-
._teddy-card--
|
|
2765
|
+
._teddy-card--white_gaf78_251:active:has(._teddy-card__action_gaf78_48:not(._teddy-card__action--disabled_gaf78_48)) {
|
|
2763
2766
|
background-color: var(--teddy-color-background-interactive-transparent-active);
|
|
2764
2767
|
}
|
|
2765
|
-
._teddy-card--
|
|
2768
|
+
._teddy-card--white_gaf78_251:has(._teddy-card__action--disabled_gaf78_48) {
|
|
2766
2769
|
background-color: var(--teddy-color-background-interactive-disabled);
|
|
2767
2770
|
}
|
|
2768
|
-
._teddy-card--
|
|
2771
|
+
._teddy-card--gray_gaf78_265 {
|
|
2769
2772
|
background-color: var(--teddy-color-background-secondary);
|
|
2770
2773
|
color: var(--teddy-color-text-default);
|
|
2771
2774
|
border-color: var(--teddy-color-border-interactive-subtle);
|
|
2772
2775
|
}
|
|
2773
|
-
._teddy-card--
|
|
2776
|
+
._teddy-card--gray_gaf78_265:hover:has(._teddy-card__action_gaf78_48:not(._teddy-card__action--disabled_gaf78_48)) {
|
|
2774
2777
|
background-color: var(--teddy-color-gray-100);
|
|
2775
2778
|
}
|
|
2776
|
-
._teddy-card--
|
|
2779
|
+
._teddy-card--gray_gaf78_265:active:has(._teddy-card__action_gaf78_48:not(._teddy-card__action--disabled_gaf78_48)) {
|
|
2777
2780
|
background-color: var(--teddy-color-gray-200);
|
|
2778
2781
|
}
|
|
2779
|
-
._teddy-card--
|
|
2782
|
+
._teddy-card--gray_gaf78_265:has(._teddy-card__action--disabled_gaf78_48) {
|
|
2780
2783
|
background-color: var(--teddy-color-background-interactive-disabled);
|
|
2781
2784
|
}
|
|
2782
|
-
._teddy-card--
|
|
2785
|
+
._teddy-card--beige_gaf78_279 {
|
|
2783
2786
|
background-color: var(--teddy-color-beige-100);
|
|
2784
2787
|
color: var(--teddy-color-text-default);
|
|
2785
2788
|
border-color: var(--teddy-color-beige-300);
|
|
2786
2789
|
}
|
|
2787
|
-
._teddy-card--
|
|
2790
|
+
._teddy-card--beige_gaf78_279:hover:has(._teddy-card__action_gaf78_48:not(._teddy-card__action--disabled_gaf78_48)) {
|
|
2788
2791
|
background-color: var(--teddy-color-beige-200);
|
|
2789
2792
|
}
|
|
2790
|
-
._teddy-card--
|
|
2793
|
+
._teddy-card--beige_gaf78_279:active:has(._teddy-card__action_gaf78_48:not(._teddy-card__action--disabled_gaf78_48)) {
|
|
2791
2794
|
background-color: var(--teddy-color-beige-300);
|
|
2792
2795
|
}
|
|
2793
|
-
._teddy-card--
|
|
2796
|
+
._teddy-card--beige_gaf78_279:has(._teddy-card__action--disabled_gaf78_48) {
|
|
2794
2797
|
background-color: var(--teddy-color-background-interactive-disabled);
|
|
2795
2798
|
}
|
|
2796
|
-
._teddy-card--
|
|
2799
|
+
._teddy-card--product_gaf78_293 {
|
|
2797
2800
|
grid-template-columns: minmax(0, 100%);
|
|
2798
2801
|
grid-template-rows: auto auto auto auto auto auto auto 1fr auto auto;
|
|
2799
2802
|
grid-template-areas: "illustration" "carousel" "overline" "heading" "colors" "description" "content" "price" "action" "availability";
|
|
@@ -2804,119 +2807,125 @@
|
|
|
2804
2807
|
padding-bottom: var(--teddy-spacing-100);
|
|
2805
2808
|
width: 100%;
|
|
2806
2809
|
}
|
|
2807
|
-
._teddy-card--
|
|
2810
|
+
._teddy-card--product_gaf78_293:hover:has(._teddy-card__action_gaf78_48:not(._teddy-card__action--disabled_gaf78_48)) {
|
|
2808
2811
|
background-color: var(--teddy-color-brand-white);
|
|
2809
2812
|
outline: var(--teddy-border-width-sm) solid var(--teddy-color-border-interactive-primary);
|
|
2810
2813
|
outline-offset: calc(var(--teddy-border-width-sm) * -1);
|
|
2811
2814
|
}
|
|
2812
|
-
._teddy-card--
|
|
2815
|
+
._teddy-card--product_gaf78_293:active:has(._teddy-card__action_gaf78_48:not(._teddy-card__action--disabled_gaf78_48)) {
|
|
2813
2816
|
background-color: var(--teddy-color-background-interactive-transparent-active);
|
|
2814
2817
|
}
|
|
2815
|
-
._teddy-card--
|
|
2818
|
+
._teddy-card--product_gaf78_293:has(._teddy-card__action--disabled_gaf78_48) {
|
|
2816
2819
|
background-color: var(--teddy-color-background-interactive-disabled);
|
|
2817
2820
|
}
|
|
2818
|
-
._teddy-card--
|
|
2821
|
+
._teddy-card--product_gaf78_293 ._teddy-card__action-wrapper_gaf78_70 {
|
|
2822
|
+
margin-bottom: var(--teddy-spacing-200);
|
|
2823
|
+
}
|
|
2824
|
+
._teddy-card--product_gaf78_293 ._teddy-card__illustration_gaf78_58 {
|
|
2819
2825
|
height: 180px;
|
|
2820
2826
|
display: grid;
|
|
2821
2827
|
place-items: center;
|
|
2822
2828
|
place-self: center;
|
|
2823
2829
|
margin-bottom: var(--teddy-spacing-400);
|
|
2824
2830
|
}
|
|
2825
|
-
._teddy-card--
|
|
2831
|
+
._teddy-card--product_gaf78_293 ._teddy-card__illustration_gaf78_58 img {
|
|
2826
2832
|
max-width: 200px;
|
|
2827
2833
|
max-height: 180px;
|
|
2828
2834
|
object-fit: contain;
|
|
2829
2835
|
}
|
|
2830
|
-
._teddy-card--
|
|
2836
|
+
._teddy-card--product_gaf78_293 ._teddy-card__carousel_gaf78_61 .slick-dots li {
|
|
2831
2837
|
min-width: 12px;
|
|
2832
2838
|
width: initial !important;
|
|
2833
2839
|
margin: 0 0.25rem !important;
|
|
2834
2840
|
}
|
|
2835
|
-
._teddy-card--
|
|
2841
|
+
._teddy-card--product_gaf78_293 ._teddy-card__carousel_gaf78_61 .slick-dots .slick-active {
|
|
2836
2842
|
min-width: 24px;
|
|
2837
2843
|
width: initial !important;
|
|
2838
2844
|
}
|
|
2839
|
-
._teddy-card--
|
|
2845
|
+
._teddy-card--product_gaf78_293 ._teddy-card__overline_gaf78_76 {
|
|
2840
2846
|
margin-bottom: var(--teddy-spacing-50);
|
|
2841
2847
|
}
|
|
2842
|
-
._teddy-card--
|
|
2848
|
+
._teddy-card--product_gaf78_293 ._teddy-card__heading_gaf78_67 {
|
|
2849
|
+
margin-bottom: var(--teddy-spacing-200);
|
|
2850
|
+
}
|
|
2851
|
+
._teddy-card--product_gaf78_293 ._teddy-card__description_gaf78_79 {
|
|
2843
2852
|
margin-bottom: var(--teddy-spacing-200);
|
|
2844
2853
|
}
|
|
2845
|
-
._teddy-card--
|
|
2854
|
+
._teddy-card--product_gaf78_293 ._teddy-card__content_gaf78_64 {
|
|
2846
2855
|
margin-bottom: var(--teddy-spacing-200);
|
|
2847
2856
|
}
|
|
2848
|
-
._teddy-card--
|
|
2857
|
+
._teddy-card--product_gaf78_293 ._teddy-card__action_gaf78_48 {
|
|
2849
2858
|
margin-top: auto;
|
|
2850
2859
|
margin-left: auto;
|
|
2851
2860
|
justify-self: end;
|
|
2852
2861
|
}
|
|
2853
|
-
._teddy-card--
|
|
2862
|
+
._teddy-card--product_gaf78_293 ._teddy-card__price_gaf78_88 {
|
|
2854
2863
|
display: flex;
|
|
2855
2864
|
}
|
|
2856
|
-
._teddy-card--
|
|
2865
|
+
._teddy-card--product_gaf78_293 ._teddy-card__price--big_gaf78_359 {
|
|
2857
2866
|
font-size: var(--teddy-typography-scale-200);
|
|
2858
2867
|
}
|
|
2859
|
-
._teddy-
|
|
2868
|
+
._teddy-card_gaf78_3:has(._teddy-card__image--as-background_gaf78_362) {
|
|
2860
2869
|
background-color: transparent;
|
|
2861
2870
|
}
|
|
2862
|
-
._teddy-
|
|
2871
|
+
._teddy-card__heading_gaf78_67 {
|
|
2863
2872
|
color: inherit;
|
|
2864
2873
|
}
|
|
2865
|
-
._teddy-card--background-
|
|
2874
|
+
._teddy-card--background-image_gaf78_368 {
|
|
2866
2875
|
background-repeat: no-repeat;
|
|
2867
2876
|
background-size: cover;
|
|
2868
2877
|
background-position: center;
|
|
2869
2878
|
}
|
|
2870
|
-
._teddy-card__illustration--
|
|
2879
|
+
._teddy-card__illustration--rounded_gaf78_373 {
|
|
2871
2880
|
border-radius: inherit;
|
|
2872
2881
|
overflow: hidden;
|
|
2873
2882
|
}
|
|
2874
|
-
._teddy-
|
|
2883
|
+
._teddy-card__inset_gaf78_377 {
|
|
2875
2884
|
overflow: hidden;
|
|
2876
2885
|
}
|
|
2877
|
-
._teddy-card__inset--
|
|
2886
|
+
._teddy-card__inset--top_gaf78_380 {
|
|
2878
2887
|
margin-top: calc(var(--teddy-spacing-250) * -1);
|
|
2879
2888
|
}
|
|
2880
|
-
._teddy-card__inset--
|
|
2889
|
+
._teddy-card__inset--top_gaf78_380._teddy-card__inset--left_gaf78_383 {
|
|
2881
2890
|
border-top-left-radius: inherit;
|
|
2882
2891
|
}
|
|
2883
|
-
._teddy-card__inset--
|
|
2892
|
+
._teddy-card__inset--top_gaf78_380._teddy-card__inset--right_gaf78_386 {
|
|
2884
2893
|
border-top-right-radius: inherit;
|
|
2885
2894
|
}
|
|
2886
|
-
._teddy-card__inset--
|
|
2895
|
+
._teddy-card__inset--bottom_gaf78_389 {
|
|
2887
2896
|
margin-bottom: calc(var(--teddy-spacing-250) * -1);
|
|
2888
2897
|
}
|
|
2889
|
-
._teddy-card__inset--
|
|
2898
|
+
._teddy-card__inset--bottom_gaf78_389._teddy-card__inset--left_gaf78_383 {
|
|
2890
2899
|
border-bottom-left-radius: inherit;
|
|
2891
2900
|
}
|
|
2892
|
-
._teddy-card__inset--
|
|
2901
|
+
._teddy-card__inset--bottom_gaf78_389._teddy-card__inset--right_gaf78_386 {
|
|
2893
2902
|
border-bottom-right-radius: inherit;
|
|
2894
2903
|
}
|
|
2895
|
-
._teddy-card__inset--
|
|
2904
|
+
._teddy-card__inset--left_gaf78_383 {
|
|
2896
2905
|
margin-left: calc(var(--teddy-spacing-250) * -1);
|
|
2897
2906
|
}
|
|
2898
|
-
._teddy-card__inset--
|
|
2907
|
+
._teddy-card__inset--right_gaf78_386 {
|
|
2899
2908
|
margin-right: calc(var(--teddy-spacing-250) * -1);
|
|
2900
2909
|
}
|
|
2901
|
-
._teddy-card__availability--
|
|
2910
|
+
._teddy-card__availability--badge_gaf78_404 {
|
|
2902
2911
|
margin-right: var(--teddy-spacing-150);
|
|
2903
2912
|
}
|
|
2904
|
-
._teddy-card__availability--
|
|
2913
|
+
._teddy-card__availability--success_gaf78_407 {
|
|
2905
2914
|
color: var(--teddy-color-text-status-success-strong);
|
|
2906
2915
|
}
|
|
2907
|
-
._teddy-card__availability--
|
|
2916
|
+
._teddy-card__availability--warning_gaf78_410 {
|
|
2908
2917
|
color: var(--teddy-color-text-status-warning-strong);
|
|
2909
2918
|
}
|
|
2910
|
-
._teddy-card__availability--
|
|
2919
|
+
._teddy-card__availability--error_gaf78_413 {
|
|
2911
2920
|
color: var(--teddy-color-text-status-error-strong);
|
|
2912
2921
|
}
|
|
2913
|
-
._teddy-card__availability--
|
|
2922
|
+
._teddy-card__availability--special_gaf78_416 {
|
|
2914
2923
|
color: var(--teddy-color-text-status-special);
|
|
2915
2924
|
}
|
|
2916
|
-
._teddy-card__availability--
|
|
2925
|
+
._teddy-card__availability--neutral_gaf78_419 {
|
|
2917
2926
|
color: var(--teddy-color-text-status-neutral);
|
|
2918
2927
|
}
|
|
2919
|
-
._teddy-card__availability--
|
|
2928
|
+
._teddy-card__availability--information_gaf78_422 {
|
|
2920
2929
|
color: var(--teddy-color-text-status-info-strong);
|
|
2921
2930
|
}
|
|
2922
2931
|
}._teddy-badge_wlyo5_1 {
|