@shift72/core-template 1.5.1 → 1.7.0

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.
Files changed (54) hide show
  1. package/.github/workflows/pages.yml +47 -0
  2. package/CHANGELOG.md +37 -2
  3. package/kibble.json +1 -1
  4. package/package.json +1 -1
  5. package/site/ar_LB.all.json +90 -0
  6. package/site/ca_ES.all.json +79 -1
  7. package/site/da_DK.all.json +79 -1
  8. package/site/de_DE.all.json +80 -2
  9. package/site/el_EL.all.json +78 -0
  10. package/site/en_AU.all.json +79 -1
  11. package/site/es_ES.all.json +78 -0
  12. package/site/es_MX.all.json +78 -0
  13. package/site/et_ET.all.json +79 -1
  14. package/site/fi_FI.all.json +78 -0
  15. package/site/fr_FR.all.json +80 -2
  16. package/site/hr_HR.all.json +82 -1
  17. package/site/hu_HU.all.json +79 -1
  18. package/site/it_IT.all.json +79 -1
  19. package/site/ja_JP.all.json +77 -2
  20. package/site/lt_LT.all.json +85 -1
  21. package/site/nl_BE.all.json +78 -0
  22. package/site/no_NO.all.json +78 -0
  23. package/site/pl_PL.all.json +84 -0
  24. package/site/pt_BR.all.json +78 -0
  25. package/site/pt_PT.all.json +79 -1
  26. package/site/ru_RU.all.json +84 -0
  27. package/site/sr_SR.all.json +81 -0
  28. package/site/static/favicon.ico +0 -0
  29. package/site/styles/_availability-tags.scss +40 -0
  30. package/site/styles/_awards.scss +4 -8
  31. package/site/styles/_carousel.scss +18 -7
  32. package/site/styles/_collections.scss +3 -5
  33. package/site/styles/_cta-buttons.scss +17 -17
  34. package/site/styles/_icons.scss +16 -0
  35. package/site/styles/_meta-detail.scss +75 -29
  36. package/site/styles/_meta-item-tagline.scss +1 -2
  37. package/site/styles/_meta-sub-item.scss +29 -4
  38. package/site/styles/_swiper.scss +4 -4
  39. package/site/styles/_typography.scss +1 -1
  40. package/site/styles/_variables.scss +12 -3
  41. package/site/templates/bundle/item.jet +1 -2
  42. package/site/templates/bundle/list.jet +13 -9
  43. package/site/templates/collection/carousel/item.jet +5 -2
  44. package/site/templates/collection/list.jet +14 -12
  45. package/site/templates/collection/slider.jet +2 -2
  46. package/site/templates/collection/wishlist.jet +3 -3
  47. package/site/templates/common/cta_buttons.jet +5 -2
  48. package/site/templates/common/slider.jet +2 -2
  49. package/site/templates/film/item.jet +17 -12
  50. package/site/templates/items/sub_item.jet +23 -19
  51. package/site/templates/tv/detail.jet +14 -15
  52. package/site/tr_TR.all.json +78 -0
  53. package/site/uk_UA.all.json +85 -1
  54. package/site/zh_TW.all.json +75 -0
@@ -1417,6 +1417,21 @@
1417
1417
  "shopping_error_invalid_session_token": {
1418
1418
  "other": "A sessão de compras expirou. Tente novamente."
1419
1419
  },
1420
+ "live_stream_starts": {
1421
+ "other": "A transmissão começa {{.Date}}"
1422
+ },
1423
+ "live_streaming_now": {
1424
+ "other": "Transmissão agora"
1425
+ },
1426
+ "live_streaming_ended": {
1427
+ "other": "Stream encerrado"
1428
+ },
1429
+ "availability_live": {
1430
+ "other": "VIVER"
1431
+ },
1432
+ "shopping_action_get_ticket": {
1433
+ "other": "Obter bilhete"
1434
+ },
1420
1435
  "shopping_error_credit_discounts_not_allowed": {
1421
1436
  "other": "Você não pode usar um código promocional para esta compra ou aluguel"
1422
1437
  },
@@ -1437,5 +1452,68 @@
1437
1452
  },
1438
1453
  "shopping_error_missing_code": {
1439
1454
  "other": "Nenhum código promocional foi fornecido"
1455
+ },
1456
+ "live_label_ended": {
1457
+ "other": "AO VIVO: TERMINADO"
1458
+ },
1459
+ "live_label_live": {
1460
+ "other": "VIVER"
1461
+ },
1462
+ "live_label_minutes": {
1463
+ "one": "AO VIVO: 1 MINUTO",
1464
+ "other": "AO VIVO: {{.Count}} MINUTOS"
1465
+ },
1466
+ "live_label_hours": {
1467
+ "one": "AO VIVO: 1 HORA",
1468
+ "other": "AO VIVO: {{.Count}} HORAS"
1469
+ },
1470
+ "live_label_days": {
1471
+ "one": "AO VIVO: 1 DIA",
1472
+ "other": "AO VIVO: {{.Count}} DIAS"
1473
+ },
1474
+ "shopping_info_subtitle_live_event": {
1475
+ "other": "Transmissão ao vivo"
1476
+ },
1477
+ "shopping_info_release_date_title_live_event": {
1478
+ "other": "Este é um evento ao vivo. "
1479
+ },
1480
+ "shopping_info_release_date_explanation1_live_event_rent": {
1481
+ "other": "Você pode comprar um ingresso agora, mas precisará assistir enquanto a transmissão estiver ao vivo."
1482
+ },
1483
+ "shopping_info_release_date_explanation2_live_event_rent": {
1484
+ "other": "Você precisará assistir enquanto a transmissão estiver ao vivo."
1485
+ },
1486
+ "shopping_info_release_date_explanation3_live_event_rent": {
1487
+ "other": "Este evento está atualmente ao vivo. "
1488
+ },
1489
+ "shopping_info_available_until_date_title_live_event": {
1490
+ "other": "O fluxo termina {{.Date}}. "
1491
+ },
1492
+ "shopping_info_available_until_date_explanation_live_event_rent": {
1493
+ "other": "Você não poderá assistir à transmissão depois disso."
1494
+ },
1495
+ "shopping_action_ticket": {
1496
+ "other": "Obter bilhete"
1497
+ },
1498
+ "shopping_info_release_date_title_live_event_start": {
1499
+ "other": "O fluxo começa {{.Date}}. "
1500
+ },
1501
+ "shopping_info_release_date_explanation4_live_event_rent": {
1502
+ "other": "Começou em {{.Date}}. "
1503
+ },
1504
+ "shopping_info_release_date_explanation5_live_event_rent": {
1505
+ "other": "Você não pode rebobinar."
1506
+ },
1507
+ "shopping_error_stripe_invalid_expiry_month_past": {
1508
+ "other": "A data de validade do seu cartão está no passado."
1509
+ },
1510
+ "shopping_error_stripe_invalid_expiry_year_past": {
1511
+ "other": "O ano de validade do seu cartão está no passado."
1512
+ },
1513
+ "shopping_error_stripe_invalid_number": {
1514
+ "other": "O número do seu cartão é inválido."
1515
+ },
1516
+ "new_card_error_timed_out": {
1517
+ "other": "Algo deu errado ao adicionar esse cartão. Tente novamente mais tarde ou use um cartão diferente."
1440
1518
  }
1441
1519
  }
@@ -6,7 +6,7 @@
6
6
  "other": "Distribuído por"
7
7
  },
8
8
  "powered_by_name": {
9
- "other": "ScreenPlus"
9
+ "other": "Shift72"
10
10
  },
11
11
  "powered_by_url": {
12
12
  "other": "https://www.shift72.com"
@@ -1417,6 +1417,21 @@
1417
1417
  "shopping_error_invalid_session_token": {
1418
1418
  "other": "A sessão de compras expirou. Tente novamente."
1419
1419
  },
1420
+ "live_stream_starts": {
1421
+ "other": "A transmissão começa {{.Date}}"
1422
+ },
1423
+ "live_streaming_now": {
1424
+ "other": "Transmissão agora"
1425
+ },
1426
+ "live_streaming_ended": {
1427
+ "other": "Stream encerrado"
1428
+ },
1429
+ "availability_live": {
1430
+ "other": "VIVER"
1431
+ },
1432
+ "shopping_action_get_ticket": {
1433
+ "other": "Obter bilhete"
1434
+ },
1420
1435
  "shopping_error_credit_discounts_not_allowed": {
1421
1436
  "other": "Você não pode usar um código promocional para esta compra ou aluguel"
1422
1437
  },
@@ -1437,5 +1452,68 @@
1437
1452
  },
1438
1453
  "shopping_error_missing_code": {
1439
1454
  "other": "Nenhum código promocional foi fornecido"
1455
+ },
1456
+ "live_label_ended": {
1457
+ "other": "AO VIVO: TERMINADO"
1458
+ },
1459
+ "live_label_live": {
1460
+ "other": "VIVER"
1461
+ },
1462
+ "live_label_minutes": {
1463
+ "one": "AO VIVO: 1 MINUTO",
1464
+ "other": "AO VIVO: {{.Count}} MINUTOS"
1465
+ },
1466
+ "live_label_hours": {
1467
+ "one": "AO VIVO: 1 HORA",
1468
+ "other": "AO VIVO: {{.Count}} HORAS"
1469
+ },
1470
+ "live_label_days": {
1471
+ "one": "AO VIVO: 1 DIA",
1472
+ "other": "AO VIVO: {{.Count}} DIAS"
1473
+ },
1474
+ "shopping_info_subtitle_live_event": {
1475
+ "other": "Transmissão ao vivo"
1476
+ },
1477
+ "shopping_info_release_date_title_live_event": {
1478
+ "other": "Este é um evento ao vivo. "
1479
+ },
1480
+ "shopping_info_release_date_explanation1_live_event_rent": {
1481
+ "other": "Você pode comprar um ingresso agora, mas precisará assistir enquanto a transmissão estiver ao vivo."
1482
+ },
1483
+ "shopping_info_release_date_explanation2_live_event_rent": {
1484
+ "other": "Você precisará assistir enquanto a transmissão estiver ao vivo."
1485
+ },
1486
+ "shopping_info_release_date_explanation3_live_event_rent": {
1487
+ "other": "Este evento está atualmente ao vivo. "
1488
+ },
1489
+ "shopping_info_available_until_date_title_live_event": {
1490
+ "other": "O fluxo termina {{.Date}}. "
1491
+ },
1492
+ "shopping_info_available_until_date_explanation_live_event_rent": {
1493
+ "other": "Você não poderá assistir à transmissão depois disso."
1494
+ },
1495
+ "shopping_action_ticket": {
1496
+ "other": "Obter bilhete"
1497
+ },
1498
+ "shopping_info_release_date_title_live_event_start": {
1499
+ "other": "O fluxo começa {{.Date}}. "
1500
+ },
1501
+ "shopping_info_release_date_explanation4_live_event_rent": {
1502
+ "other": "Começou em {{.Date}}. "
1503
+ },
1504
+ "shopping_info_release_date_explanation5_live_event_rent": {
1505
+ "other": "Você não pode rebobinar."
1506
+ },
1507
+ "shopping_error_stripe_invalid_expiry_month_past": {
1508
+ "other": "A data de validade do seu cartão está no passado."
1509
+ },
1510
+ "shopping_error_stripe_invalid_expiry_year_past": {
1511
+ "other": "O ano de validade do seu cartão está no passado."
1512
+ },
1513
+ "shopping_error_stripe_invalid_number": {
1514
+ "other": "O número do seu cartão é inválido."
1515
+ },
1516
+ "new_card_error_timed_out": {
1517
+ "other": "Algo deu errado ao adicionar esse cartão. Tente novamente mais tarde ou use um cartão diferente."
1440
1518
  }
1441
1519
  }
@@ -1461,6 +1461,21 @@
1461
1461
  "shopping_error_invalid_session_token": {
1462
1462
  "other": "Сеанс покупки истек, попробуйте еще раз."
1463
1463
  },
1464
+ "live_stream_starts": {
1465
+ "other": "Стрим начинается {{.Date}}"
1466
+ },
1467
+ "live_streaming_now": {
1468
+ "other": "Потоковое сейчас"
1469
+ },
1470
+ "live_streaming_ended": {
1471
+ "other": "Трансляция завершена"
1472
+ },
1473
+ "availability_live": {
1474
+ "other": "ЖИТЬ"
1475
+ },
1476
+ "shopping_action_get_ticket": {
1477
+ "other": "Получить билет"
1478
+ },
1464
1479
  "shopping_error_credit_discounts_not_allowed": {
1465
1480
  "other": "Вы не можете использовать промо-код для этой покупки или аренды"
1466
1481
  },
@@ -1481,5 +1496,74 @@
1481
1496
  },
1482
1497
  "shopping_error_missing_code": {
1483
1498
  "other": "Промокод не был предоставлен"
1499
+ },
1500
+ "live_label_ended": {
1501
+ "other": "ПРЯМОЙ ЭФИР: ЗАКОНЧИЛСЯ"
1502
+ },
1503
+ "live_label_live": {
1504
+ "other": "ЖИТЬ"
1505
+ },
1506
+ "live_label_minutes": {
1507
+ "one": "ЖИТЬ: 1 МИНУТА",
1508
+ "few": "ЖИТЬ: {{.Count}} МИНУТ",
1509
+ "many": "ЖИТЬ: {{.Count}} МИНУТ",
1510
+ "other": "ЖИТЬ: {{.Count}} МИНУТ"
1511
+ },
1512
+ "live_label_hours": {
1513
+ "one": "ЖИТЬ: 1 ЧАС",
1514
+ "few": "ЖИТЬ: {{.Count}} ЧАСЫ",
1515
+ "many": "ЖИТЬ: {{.Count}} ЧАСЫ",
1516
+ "other": "ЖИТЬ: {{.Count}} ЧАСЫ"
1517
+ },
1518
+ "live_label_days": {
1519
+ "one": "ЖИТЬ: 1 ДЕНЬ",
1520
+ "few": "ЖИТЬ: {{.Count}} ДНЕЙ",
1521
+ "many": "ЖИТЬ: {{.Count}} ДНЕЙ",
1522
+ "other": "ЖИТЬ: {{.Count}} ДНЕЙ"
1523
+ },
1524
+ "shopping_info_subtitle_live_event": {
1525
+ "other": "Прямая трансляция"
1526
+ },
1527
+ "shopping_info_release_date_title_live_event": {
1528
+ "other": "Это живое событие. "
1529
+ },
1530
+ "shopping_info_release_date_explanation1_live_event_rent": {
1531
+ "other": "Вы можете купить билет сейчас, но вам нужно будет смотреть, пока трансляция идет в прямом эфире."
1532
+ },
1533
+ "shopping_info_release_date_explanation2_live_event_rent": {
1534
+ "other": "Вам нужно будет смотреть, пока трансляция идет в прямом эфире."
1535
+ },
1536
+ "shopping_info_release_date_explanation3_live_event_rent": {
1537
+ "other": "Это событие в настоящее время в прямом эфире. "
1538
+ },
1539
+ "shopping_info_available_until_date_title_live_event": {
1540
+ "other": "Поток заканчивается {{.Date}}. "
1541
+ },
1542
+ "shopping_info_available_until_date_explanation_live_event_rent": {
1543
+ "other": "После этого вы не сможете смотреть трансляцию."
1544
+ },
1545
+ "shopping_action_ticket": {
1546
+ "other": "Получить билет"
1547
+ },
1548
+ "shopping_info_release_date_title_live_event_start": {
1549
+ "other": "Поток начинается {{.Date}}. "
1550
+ },
1551
+ "shopping_info_release_date_explanation4_live_event_rent": {
1552
+ "other": "Это началось в {{.Date}}. "
1553
+ },
1554
+ "shopping_info_release_date_explanation5_live_event_rent": {
1555
+ "other": "Вы не можете перемотать его назад."
1556
+ },
1557
+ "shopping_error_stripe_invalid_expiry_month_past": {
1558
+ "other": "Срок действия вашей карты истек."
1559
+ },
1560
+ "shopping_error_stripe_invalid_expiry_year_past": {
1561
+ "other": "Срок действия вашей карты истек."
1562
+ },
1563
+ "shopping_error_stripe_invalid_number": {
1564
+ "other": "Номер вашей карты недействителен."
1565
+ },
1566
+ "new_card_error_timed_out": {
1567
+ "other": "Что-то пошло не так при добавлении этой карты. Повторите попытку позже или используйте другую карту."
1484
1568
  }
1485
1569
  }
@@ -1426,6 +1426,21 @@
1426
1426
  "shopping_error_invalid_session_token": {
1427
1427
  "other": "Сесија куповине је истекла, покушајте поново."
1428
1428
  },
1429
+ "live_stream_starts": {
1430
+ "other": "Стрим почиње {{.Date}}"
1431
+ },
1432
+ "live_streaming_now": {
1433
+ "other": "Стримовање сада"
1434
+ },
1435
+ "live_streaming_ended": {
1436
+ "other": "Стрим је завршен"
1437
+ },
1438
+ "availability_live": {
1439
+ "other": "ЛИВЕ"
1440
+ },
1441
+ "shopping_action_get_ticket": {
1442
+ "other": "Узми карту"
1443
+ },
1429
1444
  "shopping_error_credit_discounts_not_allowed": {
1430
1445
  "other": "Не можете да користите промотивни код за ову куповину или изнајмљивање"
1431
1446
  },
@@ -1446,5 +1461,71 @@
1446
1461
  },
1447
1462
  "shopping_error_missing_code": {
1448
1463
  "other": "Није наведен промотивни код"
1464
+ },
1465
+ "live_label_ended": {
1466
+ "other": "УЖИВО: ЗАВРШЕНО"
1467
+ },
1468
+ "live_label_live": {
1469
+ "other": "ЛИВЕ"
1470
+ },
1471
+ "live_label_minutes": {
1472
+ "one": "УЖИВО: 1 МИНУТА",
1473
+ "few": "УЖИВО: {{.Count}} МИНУТЕ",
1474
+ "other": "УЖИВО: {{.Count}} МИНУТЕ"
1475
+ },
1476
+ "live_label_hours": {
1477
+ "one": "УЖИВО: 1 САТ",
1478
+ "few": "УЖИВО: {{.Count}} САТИ",
1479
+ "other": "УЖИВО: {{.Count}} САТИ"
1480
+ },
1481
+ "live_label_days": {
1482
+ "one": "УЖИВО: 1 ДАН",
1483
+ "few": "УЖИВО: {{.Count}} ДАНА",
1484
+ "other": "УЖИВО: {{.Count}} ДАНА"
1485
+ },
1486
+ "shopping_info_subtitle_live_event": {
1487
+ "other": "Ливе Стреам"
1488
+ },
1489
+ "shopping_info_release_date_title_live_event": {
1490
+ "other": "Ово је догађај уживо. "
1491
+ },
1492
+ "shopping_info_release_date_explanation1_live_event_rent": {
1493
+ "other": "Можете купити карту сада, али ћете морати да гледате док је стрим уживо."
1494
+ },
1495
+ "shopping_info_release_date_explanation2_live_event_rent": {
1496
+ "other": "Мораћете да гледате док је стрим уживо."
1497
+ },
1498
+ "shopping_info_release_date_explanation3_live_event_rent": {
1499
+ "other": "Овај догађај је тренутно уживо. "
1500
+ },
1501
+ "shopping_info_available_until_date_title_live_event": {
1502
+ "other": "Стрим се завршава {{.Date}}. "
1503
+ },
1504
+ "shopping_info_available_until_date_explanation_live_event_rent": {
1505
+ "other": "После тога нећете моћи да гледате стрим."
1506
+ },
1507
+ "shopping_action_ticket": {
1508
+ "other": "Узми карту"
1509
+ },
1510
+ "shopping_info_release_date_title_live_event_start": {
1511
+ "other": "Стрим почиње {{.Date}}. "
1512
+ },
1513
+ "shopping_info_release_date_explanation4_live_event_rent": {
1514
+ "other": "Почело је у {{.Date}}. "
1515
+ },
1516
+ "shopping_info_release_date_explanation5_live_event_rent": {
1517
+ "other": "Не можете га премотати."
1518
+ },
1519
+ "shopping_error_stripe_invalid_expiry_month_past": {
1520
+ "other": "Датум истека ваше картице је у прошлости."
1521
+ },
1522
+ "shopping_error_stripe_invalid_expiry_year_past": {
1523
+ "other": "Година истека ваше картице је у прошлости."
1524
+ },
1525
+ "shopping_error_stripe_invalid_number": {
1526
+ "other": "Број ваше картице је неважећи."
1527
+ },
1528
+ "new_card_error_timed_out": {
1529
+ "other": "Нешто није у реду приликом додавања те картице. Покушајте поново касније или користите другу картицу."
1449
1530
  }
1450
1531
  }
Binary file
@@ -4,6 +4,7 @@ s72-availability-label {
4
4
  @include body-1-style;
5
5
  line-height: 24px;
6
6
  margin-bottom: 16px;
7
+ margin-top: -4px;
7
8
 
8
9
  &::before {
9
10
  @extend .fa;
@@ -62,6 +63,20 @@ s72-availability-label {
62
63
  font-size: 12px;
63
64
  text-align: center;
64
65
  }
66
+
67
+ .availability-bg.live {
68
+ background-color: rgba(var(--body-bg-rgb, 0, 0, 0), 0.7);
69
+ color: var(--body-color, rgb(255, 255, 255));
70
+ }
71
+
72
+ s72-availability-status {
73
+ .availability-livenow::before {
74
+ @include s72-icon-live;
75
+ color: var(--live-red);
76
+ font-size: 8px;
77
+ margin-right: 6px;
78
+ }
79
+ }
65
80
  }
66
81
 
67
82
  .poster .availability-state,
@@ -71,3 +86,28 @@ s72-plan-label {
71
86
  font-size: 12px;
72
87
  text-align: center;
73
88
  }
89
+
90
+ s72-live-label {
91
+ .live-label {
92
+ align-items: center;
93
+ backdrop-filter: blur(16px);
94
+ background-color: rgba(var(--body-color-rgb), 0.16);
95
+ border-radius: 100px;
96
+ color: var(--body-color);
97
+ display: flex;
98
+ font-size: 12px;
99
+ line-height: 30px;
100
+ padding: 0 12px;
101
+ white-space: nowrap;
102
+
103
+ &.is-live {
104
+ background-color: var(--live-label-live-background-color);
105
+ }
106
+
107
+ .s72-icon-live {
108
+ @include s72-icon-live;
109
+
110
+ margin-right: 8px;
111
+ }
112
+ }
113
+ }
@@ -3,18 +3,14 @@
3
3
 
4
4
  &.meta-awards-all {
5
5
  display: grid;
6
- gap: 30px 104px;
7
- grid-auto-rows: 1fr;
8
- margin-bottom: 51px;
9
- margin-top: -14px;
6
+ gap: 28px 104px;
7
+ margin-bottom: 0;
8
+ margin-top: 20px;
10
9
 
11
10
  @include media-breakpoint-up(md) {
11
+ grid-auto-rows: 1fr;
12
12
  grid-template-columns: repeat(2, minmax(0, 320px));
13
13
  }
14
-
15
- @include media-breakpoint-up(lg) {
16
- margin-bottom: 52px;
17
- }
18
14
  }
19
15
 
20
16
  .meta-award-nomination {
@@ -96,8 +96,7 @@ s72-carousel {
96
96
  @extend .carousel-bottom-gradient;
97
97
 
98
98
  bottom: 0;
99
- display: flex;
100
- flex-direction: column;
99
+ display: grid;
101
100
  left: 0;
102
101
  padding: var(--carousel-bottom-gradient-height) 20px 1px;
103
102
  position: absolute;
@@ -109,10 +108,16 @@ s72-carousel {
109
108
  }
110
109
 
111
110
  @include media-breakpoint-up(lg) {
112
- flex-direction: row;
111
+ grid-template-columns: 1fr auto;
113
112
  padding: var(--carousel-bottom-gradient-height-lg) 50px 1px;
114
113
  }
115
114
 
115
+ .live-label {
116
+ grid-column: 1;
117
+ margin-bottom: 8px;
118
+ width: fit-content;
119
+ }
120
+
116
121
  .meta-awards {
117
122
  @include media-breakpoint-up(lg) {
118
123
  justify-content: end;
@@ -124,14 +129,15 @@ s72-carousel {
124
129
  color: var(--body-color);
125
130
 
126
131
  @include media-breakpoint-up(lg) {
127
- align-self: flex-end;
128
- flex-shrink: 0;
129
- margin-left: auto;
130
- order: 1;
132
+ align-self: end;
133
+ grid-column: 2;
134
+ grid-row: 2;
131
135
  }
132
136
  }
133
137
 
134
138
  .sponsor {
139
+ margin-bottom: 8px;
140
+
135
141
  @include media-breakpoint-up(lg) {
136
142
  text-align: right;
137
143
  }
@@ -149,6 +155,11 @@ s72-carousel {
149
155
 
150
156
  .meta-item-content {
151
157
  color: var(--body-color);
158
+
159
+ @include media-breakpoint-up(lg) {
160
+ grid-column: 1;
161
+ grid-row: 2;
162
+ }
152
163
  }
153
164
 
154
165
  h3 {
@@ -8,9 +8,7 @@
8
8
 
9
9
  .page-collection-slider {
10
10
  padding: 0;
11
- padding: 0;
12
- padding-bottom: 40px;
13
- padding-bottom: 40px;
11
+ padding-bottom: var(--collection-padding-bottom);
14
12
  position: relative;
15
13
  z-index: 8;
16
14
  }
@@ -291,9 +289,9 @@
291
289
  }
292
290
 
293
291
  .page-collection-list {
294
- padding: 0 20px 15px;
292
+ padding: 0 20px var(--collection-padding-bottom);
295
293
  @include media-breakpoint-up(lg) {
296
- padding: 0 50px 30px;
294
+ padding: 0 0 var(--collection-padding-bottom);
297
295
  }
298
296
 
299
297
  .page-collection-items {
@@ -1,11 +1,19 @@
1
1
  /* stylelint-disable selector-max-compound-selectors, max-nesting-depth */
2
+ @mixin text-cta-btn {
3
+ margin: 0;
4
+ min-width: 140px;
5
+ padding: 6px 12px;
6
+ white-space: nowrap;
7
+ width: 100%;
8
+ }
9
+
2
10
  .cta-buttons {
3
11
  display: grid;
4
12
  gap: 16px;
5
13
  margin-bottom: 8px;
6
14
 
7
15
  @include media-breakpoint-up(xs) {
8
- grid-auto-columns: min-content;
16
+ grid-template-columns: max-content max-content;
9
17
  grid-template-rows: 1fr;
10
18
  }
11
19
 
@@ -25,7 +33,7 @@
25
33
  grid-template-columns: 1fr 1fr;
26
34
 
27
35
  @include media-breakpoint-up(xs) {
28
- grid-template-columns: none;
36
+ grid-template-columns: repeat(auto-fit, minmax(140px, max-content));
29
37
  }
30
38
 
31
39
  > * {
@@ -121,12 +129,7 @@
121
129
  }
122
130
 
123
131
  .s72-btn {
124
- white-space: nowrap;
125
- width: 100%;
126
-
127
- @include media-breakpoint-up(xs) {
128
- width: auto;
129
- }
132
+ @include text-cta-btn;
130
133
 
131
134
  &:nth-child(2) {
132
135
  margin: 0; // RELISH OVERRIDE.
@@ -136,10 +139,7 @@
136
139
 
137
140
  s72-play-button {
138
141
  .s72-btn-play {
139
- margin: 0;
140
- min-width: 140px;
141
- padding: 6px 12px;
142
- width: 100%;
142
+ @include text-cta-btn;
143
143
  }
144
144
 
145
145
  .s72-btn-play-icon {
@@ -152,9 +152,11 @@
152
152
  }
153
153
 
154
154
  .s72-btn-can-be-watched {
155
- min-width: 140px;
156
- padding: 6px 12px;
157
- width: 100%;
155
+ @include text-cta-btn;
156
+
157
+ @include media-breakpoint-up(xs) {
158
+ max-width: max-content;
159
+ }
158
160
 
159
161
  .padder {
160
162
  display: none;
@@ -172,11 +174,9 @@
172
174
  gap: 16px;
173
175
  grid-template-rows: 1fr;
174
176
  justify-items: center;
175
- padding: 0 36px;
176
177
 
177
178
  @include media-breakpoint-up(xs) {
178
179
  grid-template-columns: min-content min-content min-content;
179
- padding: 0;
180
180
  }
181
181
 
182
182
  > * {
@@ -222,3 +222,19 @@ s72-availability-label .availability-state::before {
222
222
  .fa-play-trailer::before {
223
223
  content: '\e01d';
224
224
  }
225
+
226
+ @mixin s72-icon-live {
227
+ @extend .fa-circle;
228
+ @extend .s72-icon;
229
+ }
230
+
231
+ // Rule: icon classes in relish should be prefxed with 's72-'
232
+ .s72-icon-down {
233
+ @extend .fa;
234
+ @extend .fa-angle-down;
235
+ }
236
+
237
+ .s72-icon-up {
238
+ @extend .fa;
239
+ @extend .fa-angle-up;
240
+ }