@gofynd/theme-template 2.0.0 → 2.0.1

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 (150) hide show
  1. package/dist/components/address-form/address-form.css +24 -24
  2. package/dist/components/address-form/form-input-selector.css +20 -20
  3. package/dist/components/address-item/address-item.css +4 -4
  4. package/dist/components/beneficiary-list/beneficiary-list-item/beneficiary-list-item.css +4 -4
  5. package/dist/components/beneficiary-list/beneficiary-list.css +8 -8
  6. package/dist/components/blog-footer/blog-footer.css +4 -4
  7. package/dist/components/blog-page/blog-page.css +12 -12
  8. package/dist/components/blog-tabs/blog-tabs.css +4 -4
  9. package/dist/components/breadcrumb/breadcrumb.css +5 -5
  10. package/dist/components/chip-review-item/chip-review-item.css +4 -4
  11. package/dist/components/core/fy-button/fy-button.css +342 -9
  12. package/dist/components/core/fy-dropdown/fy-dropdown.css +4 -4
  13. package/dist/components/core/fy-input/fy-input.css +4 -4
  14. package/dist/components/core/fy-input-group/fy-input-group.css +4 -4
  15. package/dist/components/core/modal/modal.css +4 -4
  16. package/dist/components/core/skeletons/image-skeleton.css +4 -4
  17. package/dist/components/dropdown/dropdown.css +4 -4
  18. package/dist/components/empty-state/empty-state.css +4 -4
  19. package/dist/components/filter-modal/filter-modal.css +23 -23
  20. package/dist/components/form-builder/form-builder.css +362 -29
  21. package/dist/components/index.css +411 -78
  22. package/dist/components/index.js +1 -1
  23. package/dist/components/listing-description/listing-description.css +5 -5
  24. package/dist/components/loader/loader.css +338 -5
  25. package/dist/components/location-modal/location-modal.css +354 -21
  26. package/dist/components/order-header/order-header.css +8 -8
  27. package/dist/components/order-shipment/order-shipment.css +4 -4
  28. package/dist/components/payment-detail-card/payment-detail-card.css +4 -4
  29. package/dist/components/price-breakup/price-breakup.css +4 -4
  30. package/dist/components/price-breakup/price-breakup.js +1 -1
  31. package/dist/components/product-card/product-card.css +347 -14
  32. package/dist/components/profile-navigation/profile-navigation.css +5 -5
  33. package/dist/components/quantity-control/quantity-control.css +4 -4
  34. package/dist/components/range-slider/range-slider.css +8 -8
  35. package/dist/components/reasons-list/reason-item/reason-item.css +4 -4
  36. package/dist/components/reasons-list/reasons-list.css +8 -8
  37. package/dist/components/scroll-top/scroll-top.css +5 -5
  38. package/dist/components/shipment-address/shipment-address.css +4 -4
  39. package/dist/components/shipment-breakup/shipment-breakup.css +4 -4
  40. package/dist/components/shipment-item/shipment-item.css +4 -4
  41. package/dist/components/shipment-tracking/shipment-tracking.css +4 -4
  42. package/dist/components/shipments-update-item/quantity-ctrl/quantity-ctrl.css +4 -4
  43. package/dist/components/shipments-update-item/shipments-update-item.css +8 -8
  44. package/dist/components/sort-modal/sort-modal.css +8 -8
  45. package/dist/components/spinner/spinner.css +4 -4
  46. package/dist/components/stepper/stepper.css +4 -4
  47. package/dist/index.css +782 -401
  48. package/dist/index.js +1 -1
  49. package/dist/page-layouts/auth/account-locked/account-locked.css +346 -13
  50. package/dist/page-layouts/auth/login-register-toggle/login-register-toggle.css +4 -4
  51. package/dist/page-layouts/auth/mobile-number/mobile-number.css +4 -4
  52. package/dist/page-layouts/auth/verify-both/verify-both.css +4 -4
  53. package/dist/page-layouts/cart/Components/chip-item/chip-item.css +17 -16
  54. package/dist/page-layouts/cart/Components/comment/comment.css +8 -8
  55. package/dist/page-layouts/cart/Components/coupon/coupon.css +8 -8
  56. package/dist/page-layouts/cart/Components/delivery-location/delivery-location.css +36 -36
  57. package/dist/page-layouts/cart/Components/free-gift-item/free-gift-item.css +4 -4
  58. package/dist/page-layouts/cart/Components/gst-card/gst-card.css +4 -4
  59. package/dist/page-layouts/cart/Components/remove-cart-item/remove-cart-item.css +8 -8
  60. package/dist/page-layouts/cart/Components/share-cart/share-cart.css +346 -13
  61. package/dist/page-layouts/cart/Components/share-cart-modal/share-cart-modal.css +342 -9
  62. package/dist/page-layouts/cart/Components/sticky-footer/sticky-footer.css +4 -4
  63. package/dist/page-layouts/compare/compare.css +352 -19
  64. package/dist/page-layouts/login/component/login-mode-button/login-mode-button.css +4 -4
  65. package/dist/page-layouts/login/component/login-otp/login-otp.css +8 -8
  66. package/dist/page-layouts/login/component/login-password/login-password.css +8 -8
  67. package/dist/page-layouts/login/component/term-privacy/term-privacy.css +4 -4
  68. package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.css +382 -49
  69. package/dist/page-layouts/plp/Components/delivery-info/delivery-info.css +350 -17
  70. package/dist/page-layouts/plp/Components/filter-item/filter-item.css +20 -20
  71. package/dist/page-layouts/plp/Components/filter-list/filter-list.css +15 -15
  72. package/dist/page-layouts/plp/Components/filter-tags/filter-tags.css +4 -4
  73. package/dist/page-layouts/plp/Components/image-gallery/image-gallery.css +354 -21
  74. package/dist/page-layouts/plp/Components/lightbox-image/lightbox-image.css +342 -9
  75. package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.css +342 -9
  76. package/dist/page-layouts/plp/Components/pagination/pagination.css +4 -4
  77. package/dist/page-layouts/plp/Components/pic-zoom/pic-zoom.css +342 -9
  78. package/dist/page-layouts/plp/Components/product-variants/product-variants.css +4 -4
  79. package/dist/page-layouts/plp/Components/size-guide/size-guide.css +8 -8
  80. package/dist/page-layouts/plp/Components/sort/sort.css +4 -4
  81. package/dist/page-layouts/plp/Components/viewer-3d/viewer-3d.css +338 -5
  82. package/dist/page-layouts/single-checkout/address/single-address-content.css +8 -8
  83. package/dist/page-layouts/single-checkout/address/single-address-header.css +4 -4
  84. package/dist/page-layouts/single-checkout/address/single-address.css +40 -40
  85. package/dist/page-layouts/single-checkout/modal.css +4 -4
  86. package/dist/page-layouts/single-checkout/payment/card-form.css +81 -50
  87. package/dist/page-layouts/single-checkout/payment/card-form.js +1 -1
  88. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.css +85 -54
  89. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.js +1 -1
  90. package/dist/page-layouts/single-checkout/payment/checkout-payment-failure.css +4 -4
  91. package/dist/page-layouts/single-checkout/payment/checkout-payment.css +98 -62
  92. package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
  93. package/dist/page-layouts/single-checkout/payment/sticky-pay-now/sticky-pay-now.css +4 -4
  94. package/dist/page-layouts/single-checkout/payment/sticky-pay-now/sticky-pay-now.js +1 -1
  95. package/dist/page-layouts/single-checkout/shipment/single-page-shipment.css +16 -16
  96. package/dist/page-layouts/single-checkout/shipment/single-page-shipment.js +1 -1
  97. package/dist/page-layouts/single-checkout/shipment/single-shipment-content.css +8 -8
  98. package/dist/pages/blog/blog.css +20 -20
  99. package/dist/pages/blog/index.css +20 -20
  100. package/dist/pages/cart/cart.css +423 -89
  101. package/dist/pages/cart/cart.js +1 -1
  102. package/dist/pages/cart/index.css +423 -89
  103. package/dist/pages/cart/index.js +1 -1
  104. package/dist/pages/checkout/checkout.css +180 -133
  105. package/dist/pages/checkout/checkout.js +1 -1
  106. package/dist/pages/checkout/index.css +180 -133
  107. package/dist/pages/checkout/index.js +1 -1
  108. package/dist/pages/contact-us/contact-us.css +350 -17
  109. package/dist/pages/contact-us/index.css +350 -17
  110. package/dist/pages/edit-profile/edit-profile.css +12 -12
  111. package/dist/pages/edit-profile/index.css +12 -12
  112. package/dist/pages/faq/faq.css +4 -4
  113. package/dist/pages/faq/index.css +4 -4
  114. package/dist/pages/forgot-password/forget-password.css +8 -8
  115. package/dist/pages/forgot-password/index.css +8 -8
  116. package/dist/pages/index.css +764 -383
  117. package/dist/pages/index.js +1 -1
  118. package/dist/pages/login/index.css +28 -28
  119. package/dist/pages/login/login.css +28 -28
  120. package/dist/pages/order/index.css +350 -17
  121. package/dist/pages/order/order-tracking-details/order-tracking-details.css +370 -37
  122. package/dist/pages/order/order-tracking.css +350 -17
  123. package/dist/pages/order-status/components/cart-gift-item/cart-gift-item.css +4 -4
  124. package/dist/pages/order-status/index.css +363 -33
  125. package/dist/pages/order-status/index.js +1 -1
  126. package/dist/pages/order-status/order-status.css +363 -33
  127. package/dist/pages/order-status/order-status.js +1 -1
  128. package/dist/pages/product-listing/index.css +457 -124
  129. package/dist/pages/product-listing/product-listing.css +457 -124
  130. package/dist/pages/profile/components/add-email-modal/add-email-modal.css +354 -21
  131. package/dist/pages/profile/components/add-phone-modal/add-phone-modal.css +358 -25
  132. package/dist/pages/profile/components/confirm-modal/confirm-modal.css +350 -17
  133. package/dist/pages/profile/components/empty-state/empty-state.css +346 -13
  134. package/dist/pages/profile/email/email.css +362 -29
  135. package/dist/pages/profile/email/index.css +362 -29
  136. package/dist/pages/profile/index.css +350 -17
  137. package/dist/pages/profile/phone/index.css +366 -33
  138. package/dist/pages/profile/phone/phone.css +366 -33
  139. package/dist/pages/profile/profile-details.css +350 -17
  140. package/dist/pages/register/index.css +20 -20
  141. package/dist/pages/register/register.css +20 -20
  142. package/dist/pages/set-password/index.css +4 -4
  143. package/dist/pages/set-password/set-password.css +4 -4
  144. package/dist/pages/shared-cart/index.css +8 -8
  145. package/dist/pages/shared-cart/shared-cart.css +8 -8
  146. package/dist/pages/verify-email/index.css +4 -4
  147. package/dist/pages/verify-email/verify-email.css +4 -4
  148. package/dist/pages/wishlist/index.css +406 -73
  149. package/dist/pages/wishlist/wishlist.css +406 -73
  150. package/package.json +1 -1
@@ -106,7 +106,7 @@ h4,
106
106
  letter-spacing: -0.02em;
107
107
  color: var(--textHeading, #26201a);
108
108
  font-size: 16px;
109
- line-height: 18px;
109
+ line-height: 1.5;
110
110
  }
111
111
  @media only screen and (min-width: 769px) {
112
112
  h4,
@@ -115,7 +115,7 @@ h4,
115
115
  letter-spacing: -0.02em;
116
116
  color: var(--textHeading, #26201a);
117
117
  font-size: 20px;
118
- line-height: 24px;
118
+ line-height: 1.5;
119
119
  }
120
120
  }
121
121
  h5,
@@ -182,7 +182,7 @@ h5,
182
182
  .filter-list__caption-medium___yb4OC,
183
183
  .filter-list__captionMedium___dxXdq {
184
184
  font-size: 12px;
185
- line-height: 14px;
185
+ line-height: 1.5;
186
186
  letter-spacing: -0.02em;
187
187
  font-weight: 500;
188
188
  }
@@ -195,7 +195,7 @@ h5,
195
195
  .filter-list__caption-semi-bold___SVRwg,
196
196
  .filter-list__captionSemiBold___fdrIO {
197
197
  font-size: 12px;
198
- line-height: 14px;
198
+ line-height: 1.5;
199
199
  letter-spacing: -0.02em;
200
200
  font-weight: 600;
201
201
  }
@@ -340,7 +340,7 @@ h5,
340
340
  }
341
341
  .filter-list__filter__list--search___zZ8XN .filter-list__text___BdD0V {
342
342
  font-size: 12px;
343
- line-height: 14px;
343
+ line-height: 1.5;
344
344
  padding-top: 15px;
345
345
  padding-inline-end: 15px;
346
346
  padding-bottom: 15px;
@@ -358,7 +358,7 @@ h5,
358
358
  .filter-list__filter__list--items___vtOJk .filter-list__filter__item___q3SYS {
359
359
  cursor: pointer;
360
360
  font-size: 12px;
361
- line-height: 14px;
361
+ line-height: 1.5;
362
362
  }
363
363
  .filter-list__filter__list--items___vtOJk .filter-list__filter__item___q3SYS:hover .filter-list__checkbox-icon___K0fU1:not(.filter-list__selected___DNi9J) {
364
364
  stroke: var(--buttonPrimary, #4e3f09);
@@ -494,7 +494,7 @@ h5,
494
494
  }
495
495
  .filter-list__filter__list___rtO83 .filter-list__filter__popup--content___hMKDx .filter-list__filter__item___q3SYS {
496
496
  font-size: 12px;
497
- line-height: 14px;
497
+ line-height: 1.5;
498
498
  cursor: pointer;
499
499
  }
500
500
  .filter-list__filter__list___rtO83 .filter-list__filter__popup--content___hMKDx .filter-list__filter__item___q3SYS:hover .filter-list__checkbox-icon___K0fU1:not(.filter-list__selected___DNi9J) {
@@ -647,7 +647,7 @@ h4,
647
647
  letter-spacing: -0.02em;
648
648
  color: var(--textHeading, #26201a);
649
649
  font-size: 16px;
650
- line-height: 18px;
650
+ line-height: 1.5;
651
651
  }
652
652
  @media only screen and (min-width: 769px) {
653
653
  h4,
@@ -656,7 +656,7 @@ h4,
656
656
  letter-spacing: -0.02em;
657
657
  color: var(--textHeading, #26201a);
658
658
  font-size: 20px;
659
- line-height: 24px;
659
+ line-height: 1.5;
660
660
  }
661
661
  }
662
662
  h5,
@@ -723,7 +723,7 @@ h5,
723
723
  .range-slider__caption-medium___K86Ns,
724
724
  .range-slider__captionMedium___CosnQ {
725
725
  font-size: 12px;
726
- line-height: 14px;
726
+ line-height: 1.5;
727
727
  letter-spacing: -0.02em;
728
728
  font-weight: 500;
729
729
  }
@@ -736,7 +736,7 @@ h5,
736
736
  .range-slider__caption-semi-bold___CrlLO,
737
737
  .range-slider__captionSemiBold___O7Ix4 {
738
738
  font-size: 12px;
739
- line-height: 14px;
739
+ line-height: 1.5;
740
740
  letter-spacing: -0.02em;
741
741
  font-weight: 600;
742
742
  }
@@ -1047,7 +1047,7 @@ h4,
1047
1047
  letter-spacing: -0.02em;
1048
1048
  color: var(--textHeading, #26201a);
1049
1049
  font-size: 16px;
1050
- line-height: 18px;
1050
+ line-height: 1.5;
1051
1051
  }
1052
1052
  @media only screen and (min-width: 769px) {
1053
1053
  h4,
@@ -1056,7 +1056,7 @@ h4,
1056
1056
  letter-spacing: -0.02em;
1057
1057
  color: var(--textHeading, #26201a);
1058
1058
  font-size: 20px;
1059
- line-height: 24px;
1059
+ line-height: 1.5;
1060
1060
  }
1061
1061
  }
1062
1062
  h5,
@@ -1123,7 +1123,7 @@ h5,
1123
1123
  .fy-input__caption-medium___ypzRG,
1124
1124
  .fy-input__captionMedium___cFBcK {
1125
1125
  font-size: 12px;
1126
- line-height: 14px;
1126
+ line-height: 1.5;
1127
1127
  letter-spacing: -0.02em;
1128
1128
  font-weight: 500;
1129
1129
  }
@@ -1136,7 +1136,7 @@ h5,
1136
1136
  .fy-input__caption-semi-bold___WmtaG,
1137
1137
  .fy-input__captionSemiBold___UuNTY {
1138
1138
  font-size: 12px;
1139
- line-height: 14px;
1139
+ line-height: 1.5;
1140
1140
  letter-spacing: -0.02em;
1141
1141
  font-weight: 600;
1142
1142
  }
@@ -106,7 +106,7 @@ h4,
106
106
  letter-spacing: -0.02em;
107
107
  color: var(--textHeading, #26201a);
108
108
  font-size: 16px;
109
- line-height: 18px;
109
+ line-height: 1.5;
110
110
  }
111
111
  @media only screen and (min-width: 769px) {
112
112
  h4,
@@ -115,7 +115,7 @@ h4,
115
115
  letter-spacing: -0.02em;
116
116
  color: var(--textHeading, #26201a);
117
117
  font-size: 20px;
118
- line-height: 24px;
118
+ line-height: 1.5;
119
119
  }
120
120
  }
121
121
  h5,
@@ -182,7 +182,7 @@ h5,
182
182
  .filter-tags__caption-medium___SR5ZX,
183
183
  .filter-tags__captionMedium___QlgM9 {
184
184
  font-size: 12px;
185
- line-height: 14px;
185
+ line-height: 1.5;
186
186
  letter-spacing: -0.02em;
187
187
  font-weight: 500;
188
188
  }
@@ -195,7 +195,7 @@ h5,
195
195
  .filter-tags__caption-semi-bold___unLXe,
196
196
  .filter-tags__captionSemiBold___fufAk {
197
197
  font-size: 12px;
198
- line-height: 14px;
198
+ line-height: 1.5;
199
199
  letter-spacing: -0.02em;
200
200
  font-weight: 600;
201
201
  }
@@ -1,4 +1,339 @@
1
- /* Absolute Center Spinner */
1
+ /**color by character**/
2
+ /** Font family **/
3
+ /** Font weight **/
4
+ .loader__display-block___C28Wh {
5
+ display: block;
6
+ }
7
+ .loader__inline-block___qe6ST,
8
+ .loader__inlineBlock___RbcTU {
9
+ display: inline-block;
10
+ }
11
+ .loader__flex-row___jtutA {
12
+ display: flex;
13
+ }
14
+ .loader__flex-column___Xo1gh,
15
+ .loader__flexColumn___BZ1uV {
16
+ display: flex;
17
+ flex-direction: column;
18
+ }
19
+ .loader__flex-align-center___QKakD,
20
+ .loader__flexAlignCenter____hCbC {
21
+ display: flex;
22
+ align-items: center;
23
+ }
24
+ .loader__flex-justify-center___iXbnu,
25
+ .loader__flexJustifyCenter___x_1Sc {
26
+ display: flex;
27
+ justify-content: center;
28
+ }
29
+ .loader__flex-center___cERbN,
30
+ .loader__flexCenter___FRjsH {
31
+ display: flex;
32
+ justify-content: center;
33
+ align-items: center;
34
+ }
35
+ .loader__justify-start___PXa_q,
36
+ .loader__justifyStart___RIbpq {
37
+ justify-content: flex-start;
38
+ }
39
+ .loader__justify-end___N_MxT,
40
+ .loader__justifyEnd___c9Puj {
41
+ justify-content: flex-end;
42
+ }
43
+ .loader__justify-between___ryNlc,
44
+ .loader__justifyBetween___bNm10 {
45
+ justify-content: space-between;
46
+ }
47
+ .loader__justify-around___kWvQU,
48
+ .loader__justifyAround___TO6v6 {
49
+ justify-content: space-around;
50
+ }
51
+ .loader__justify-evenly___r6oLK,
52
+ .loader__justifyEvenly___NI1zZ {
53
+ justify-content: space-evenly;
54
+ }
55
+ h1,
56
+ .loader__h1___N9UmV {
57
+ font-weight: 700;
58
+ font-size: 28px;
59
+ line-height: 42px;
60
+ letter-spacing: -0.03em;
61
+ color: var(--textHeading, #26201a);
62
+ }
63
+ @media only screen and (min-width: 769px) {
64
+ h1,
65
+ .loader__h1___N9UmV {
66
+ font-size: 36px;
67
+ line-height: 48px;
68
+ }
69
+ }
70
+ h2,
71
+ .loader__h2___tLPka {
72
+ font-weight: 700;
73
+ font-size: 28px;
74
+ line-height: 36px;
75
+ letter-spacing: -0.03em;
76
+ color: var(--textHeading, #26201a);
77
+ }
78
+ @media only screen and (min-width: 769px) {
79
+ h2,
80
+ .loader__h2___tLPka {
81
+ font-size: 32px;
82
+ line-height: 42px;
83
+ }
84
+ }
85
+ h3,
86
+ .loader__h3___lpAs2 {
87
+ font-weight: 700;
88
+ letter-spacing: -0.02em;
89
+ color: var(--textHeading, #26201a);
90
+ font-size: 24px;
91
+ line-height: 32px;
92
+ }
93
+ @media only screen and (min-width: 769px) {
94
+ h3,
95
+ .loader__h3___lpAs2 {
96
+ font-weight: 700;
97
+ letter-spacing: -0.02em;
98
+ color: var(--textHeading, #26201a);
99
+ font-size: 28px;
100
+ line-height: 36px;
101
+ }
102
+ }
103
+ h4,
104
+ .loader__h4___I9T7x {
105
+ font-weight: 600;
106
+ letter-spacing: -0.02em;
107
+ color: var(--textHeading, #26201a);
108
+ font-size: 16px;
109
+ line-height: 1.5;
110
+ }
111
+ @media only screen and (min-width: 769px) {
112
+ h4,
113
+ .loader__h4___I9T7x {
114
+ font-weight: 600;
115
+ letter-spacing: -0.02em;
116
+ color: var(--textHeading, #26201a);
117
+ font-size: 20px;
118
+ line-height: 1.5;
119
+ }
120
+ }
121
+ h5,
122
+ .loader__h5___U0S2a {
123
+ font-weight: 600;
124
+ font-size: 14px;
125
+ line-height: 16px;
126
+ letter-spacing: -0.02em;
127
+ color: var(--textHeading, #26201a);
128
+ }
129
+ @media only screen and (min-width: 769px) {
130
+ h5,
131
+ .loader__h5___U0S2a {
132
+ font-size: 16px;
133
+ line-height: 18px;
134
+ }
135
+ }
136
+ .loader__b1___ava08 {
137
+ font-weight: 400;
138
+ font-size: 14px;
139
+ line-height: 18px;
140
+ letter-spacing: -0.02em;
141
+ color: var(--textBody, #3c3131);
142
+ }
143
+ @media only screen and (min-width: 769px) {
144
+ .loader__b1___ava08 {
145
+ font-size: 16px;
146
+ line-height: 20px;
147
+ }
148
+ }
149
+ .loader__b-small___MxINE,
150
+ .loader__bSmall___vHKDM,
151
+ .loader__b2___yNXNt {
152
+ font-weight: 400;
153
+ letter-spacing: -0.02em;
154
+ color: var(--textBody, #3c3131);
155
+ font-size: 12px;
156
+ line-height: 16px;
157
+ }
158
+ @media only screen and (min-width: 769px) {
159
+ .loader__b-small___MxINE,
160
+ .loader__bSmall___vHKDM,
161
+ .loader__b2___yNXNt {
162
+ font-weight: 400;
163
+ letter-spacing: -0.02em;
164
+ color: var(--textBody, #3c3131);
165
+ font-size: 14px;
166
+ line-height: 18px;
167
+ }
168
+ }
169
+ .loader__d1___zLD7l {
170
+ font-size: 36px;
171
+ font-weight: 700;
172
+ line-height: 48px;
173
+ letter-spacing: -0.02em;
174
+ }
175
+ @media only screen and (min-width: 769px) {
176
+ .loader__d1___zLD7l {
177
+ font-size: 64px;
178
+ line-height: 85px;
179
+ letter-spacing: -0.03em;
180
+ }
181
+ }
182
+ .loader__caption-medium___Urevx,
183
+ .loader__captionMedium___AiB4A {
184
+ font-size: 12px;
185
+ line-height: 1.5;
186
+ letter-spacing: -0.02em;
187
+ font-weight: 500;
188
+ }
189
+ @media only screen and (max-width: 480px) {
190
+ .loader__caption-medium___Urevx,
191
+ .loader__captionMedium___AiB4A {
192
+ font-size: 11px;
193
+ }
194
+ }
195
+ .loader__caption-semi-bold___F9hrq,
196
+ .loader__captionSemiBold___GwZZD {
197
+ font-size: 12px;
198
+ line-height: 1.5;
199
+ letter-spacing: -0.02em;
200
+ font-weight: 600;
201
+ }
202
+ @media only screen and (max-width: 480px) {
203
+ .loader__caption-semi-bold___F9hrq,
204
+ .loader__captionSemiBold___GwZZD {
205
+ font-size: 11px;
206
+ }
207
+ }
208
+ .loader__btn-link___z7cQQ,
209
+ .loader__btnLink___hjxLE {
210
+ font-weight: 500;
211
+ letter-spacing: -0.02em;
212
+ font-size: 12px;
213
+ line-height: 14px;
214
+ border-radius: var(--buttonRadius, 0px);
215
+ cursor: pointer;
216
+ color: var(--buttonLink, #b1655b);
217
+ text-decoration: underline;
218
+ background: none;
219
+ border: none;
220
+ }
221
+ @media only screen and (min-width: 769px) {
222
+ .loader__btn-link___z7cQQ,
223
+ .loader__btnLink___hjxLE {
224
+ font-weight: 500;
225
+ letter-spacing: -0.02em;
226
+ font-size: 14px;
227
+ line-height: 16px;
228
+ }
229
+ }
230
+ .loader__btn-link___z7cQQ:hover,
231
+ .loader__btnLink___hjxLE:hover {
232
+ color: var(--buttonLinkL1, #c1847c);
233
+ }
234
+ .loader__btn-link___z7cQQ:disabled,
235
+ .loader__btnLink___hjxLE:disabled {
236
+ color: var(--buttonLinkL2, #d0a39d);
237
+ }
238
+ .loader__btn-link___z7cQQ:active,
239
+ .loader__btnLink___hjxLE:active {
240
+ opacity: 0.8;
241
+ }
242
+ .loader__user-select-none___M5hoJ,
243
+ .loader__userSelectNone___iA0b1 {
244
+ user-select: none;
245
+ -moz-user-select: none;
246
+ -webkit-user-select: none;
247
+ -ms-user-select: none;
248
+ }
249
+ .loader__margin-0-auto___T2r2j,
250
+ .loader__margin0auto___ZVL7u {
251
+ margin: 0 auto;
252
+ }
253
+ .loader__base-page-container____Zsxk,
254
+ .loader__basePageContainer___DLiFl {
255
+ max-width: 1440px !important;
256
+ }
257
+ .loader__remove-scroll___hWs9Y,
258
+ .loader__removeScroll___HDDzE {
259
+ overflow-y: hidden !important;
260
+ }
261
+ .loader__mr-5___eLBs7,
262
+ .loader__mr5___zJD9I {
263
+ margin-inline-end: 30px !important;
264
+ }
265
+ .loader__mr-2___tbwub,
266
+ .loader__mr2___X89Qh {
267
+ margin-inline-end: 5px !important;
268
+ }
269
+ .loader__py-5___pdJLF,
270
+ .loader__py5___AvRNG {
271
+ padding-top: 1.875rem !important;
272
+ padding-bottom: 1.875rem !important;
273
+ }
274
+ .loader__view-all-text___liiUk,
275
+ .loader__viewAllText___Y96u7 {
276
+ font-size: 20px;
277
+ font-weight: 400;
278
+ text-transform: lowercase;
279
+ text-decoration: underline;
280
+ }
281
+ .loader__view-all-mobile___ZXDhV,
282
+ .loader__viewAllMobile___h_w0I {
283
+ display: none;
284
+ }
285
+ @media only screen and (max-width: 768px) {
286
+ .loader__view-all-mobile___ZXDhV,
287
+ .loader__viewAllMobile___h_w0I {
288
+ display: flex;
289
+ align-items: center;
290
+ justify-content: center;
291
+ margin-top: 40px;
292
+ }
293
+ }
294
+ @media only screen and (max-width: 480px) {
295
+ .loader__view-all-mobile___ZXDhV,
296
+ .loader__viewAllMobile___h_w0I {
297
+ margin-top: 24px;
298
+ }
299
+ }
300
+ .loader__accent-btn___P6FBY,
301
+ .loader__accentBtn___VC5di {
302
+ background-color: var(--accentColor);
303
+ color: #fff;
304
+ }
305
+ .loader__no-scroll___vVb6b,
306
+ .loader__noScroll___ddkr9 {
307
+ overflow-y: hidden;
308
+ }
309
+ .loader__hide-overflow___sIszC,
310
+ .loader__hideOverflow___qX4zB {
311
+ overflow: hidden;
312
+ }
313
+ .loader__markdown-body___ZDTE_ h6 {
314
+ margin-top: 0 !important;
315
+ margin-bottom: 0 !important;
316
+ }
317
+ @media only screen and (max-width: 480px) {
318
+ .loader__markdown-body___ZDTE_ {
319
+ font-size: 12px !important;
320
+ padding: 5px !important;
321
+ }
322
+ }
323
+ .loader__view3d-canvas___Y51aL {
324
+ width: 100%;
325
+ height: 100%;
326
+ }
327
+ @media only screen and (max-width: 480px) {
328
+ .loader__view-mobile-up___tbZ1n {
329
+ display: none !important;
330
+ }
331
+ }
332
+ @media only screen and (min-width: 481px) {
333
+ .loader__view-mobile___zSuiC {
334
+ display: none !important;
335
+ }
336
+ }
2
337
  .loader__loading___r6ySa {
3
338
  position: fixed;
4
339
  z-index: 2000;
@@ -126,10 +461,8 @@
126
461
  z-index: 222;
127
462
  }
128
463
  .loader__loader___ytdT3 {
129
- border: 8px solid #f3f3f3;
130
- /* Light grey */
131
- border-top: 8px solid #3498db;
132
- /* Blue */
464
+ border: 8px solid var(--themeAccentL4, #f9f6f0);
465
+ border-top: 8px solid var(--themeAccentD3, #5c584e);
133
466
  border-radius: 50%;
134
467
  width: 50px;
135
468
  height: 50px;
@@ -330,7 +663,7 @@ h4,
330
663
  letter-spacing: -0.02em;
331
664
  color: var(--textHeading, #26201a);
332
665
  font-size: 16px;
333
- line-height: 18px;
666
+ line-height: 1.5;
334
667
  }
335
668
  @media only screen and (min-width: 769px) {
336
669
  h4,
@@ -339,7 +672,7 @@ h4,
339
672
  letter-spacing: -0.02em;
340
673
  color: var(--textHeading, #26201a);
341
674
  font-size: 20px;
342
- line-height: 24px;
675
+ line-height: 1.5;
343
676
  }
344
677
  }
345
678
  h5,
@@ -406,7 +739,7 @@ h5,
406
739
  .pic-zoom__caption-medium___WlapQ,
407
740
  .pic-zoom__captionMedium___hrlKZ {
408
741
  font-size: 12px;
409
- line-height: 14px;
742
+ line-height: 1.5;
410
743
  letter-spacing: -0.02em;
411
744
  font-weight: 500;
412
745
  }
@@ -419,7 +752,7 @@ h5,
419
752
  .pic-zoom__caption-semi-bold___Q_OYT,
420
753
  .pic-zoom__captionSemiBold___jAqbA {
421
754
  font-size: 12px;
422
- line-height: 14px;
755
+ line-height: 1.5;
423
756
  letter-spacing: -0.02em;
424
757
  font-weight: 600;
425
758
  }
@@ -771,7 +1104,7 @@ h4,
771
1104
  letter-spacing: -0.02em;
772
1105
  color: var(--textHeading, #26201a);
773
1106
  font-size: 16px;
774
- line-height: 18px;
1107
+ line-height: 1.5;
775
1108
  }
776
1109
  @media only screen and (min-width: 769px) {
777
1110
  h4,
@@ -780,7 +1113,7 @@ h4,
780
1113
  letter-spacing: -0.02em;
781
1114
  color: var(--textHeading, #26201a);
782
1115
  font-size: 20px;
783
- line-height: 24px;
1116
+ line-height: 1.5;
784
1117
  }
785
1118
  }
786
1119
  h5,
@@ -847,7 +1180,7 @@ h5,
847
1180
  .image-gallery__caption-medium___yHRMW,
848
1181
  .image-gallery__captionMedium___bTN7h {
849
1182
  font-size: 12px;
850
- line-height: 14px;
1183
+ line-height: 1.5;
851
1184
  letter-spacing: -0.02em;
852
1185
  font-weight: 500;
853
1186
  }
@@ -860,7 +1193,7 @@ h5,
860
1193
  .image-gallery__caption-semi-bold___qpxl3,
861
1194
  .image-gallery__captionSemiBold___T6Ai1 {
862
1195
  font-size: 12px;
863
- line-height: 14px;
1196
+ line-height: 1.5;
864
1197
  letter-spacing: -0.02em;
865
1198
  font-weight: 600;
866
1199
  }
@@ -1377,7 +1710,7 @@ h4,
1377
1710
  letter-spacing: -0.02em;
1378
1711
  color: var(--textHeading, #26201a);
1379
1712
  font-size: 16px;
1380
- line-height: 18px;
1713
+ line-height: 1.5;
1381
1714
  }
1382
1715
  @media only screen and (min-width: 769px) {
1383
1716
  h4,
@@ -1386,7 +1719,7 @@ h4,
1386
1719
  letter-spacing: -0.02em;
1387
1720
  color: var(--textHeading, #26201a);
1388
1721
  font-size: 20px;
1389
- line-height: 24px;
1722
+ line-height: 1.5;
1390
1723
  }
1391
1724
  }
1392
1725
  h5,
@@ -1453,7 +1786,7 @@ h5,
1453
1786
  .lightbox-image__caption-medium___iGXDq,
1454
1787
  .lightbox-image__captionMedium___lv54U {
1455
1788
  font-size: 12px;
1456
- line-height: 14px;
1789
+ line-height: 1.5;
1457
1790
  letter-spacing: -0.02em;
1458
1791
  font-weight: 500;
1459
1792
  }
@@ -1466,7 +1799,7 @@ h5,
1466
1799
  .lightbox-image__caption-semi-bold___mEkYg,
1467
1800
  .lightbox-image__captionSemiBold___y_0rr {
1468
1801
  font-size: 12px;
1469
- line-height: 14px;
1802
+ line-height: 1.5;
1470
1803
  letter-spacing: -0.02em;
1471
1804
  font-weight: 600;
1472
1805
  }
@@ -2179,7 +2512,7 @@ h4,
2179
2512
  letter-spacing: -0.02em;
2180
2513
  color: var(--textHeading, #26201a);
2181
2514
  font-size: 16px;
2182
- line-height: 18px;
2515
+ line-height: 1.5;
2183
2516
  }
2184
2517
  @media only screen and (min-width: 769px) {
2185
2518
  h4,
@@ -2188,7 +2521,7 @@ h4,
2188
2521
  letter-spacing: -0.02em;
2189
2522
  color: var(--textHeading, #26201a);
2190
2523
  font-size: 20px;
2191
- line-height: 24px;
2524
+ line-height: 1.5;
2192
2525
  }
2193
2526
  }
2194
2527
  h5,
@@ -2255,7 +2588,7 @@ h5,
2255
2588
  .mobile-slider__caption-medium___AS2ab,
2256
2589
  .mobile-slider__captionMedium___Bh1kJ {
2257
2590
  font-size: 12px;
2258
- line-height: 14px;
2591
+ line-height: 1.5;
2259
2592
  letter-spacing: -0.02em;
2260
2593
  font-weight: 500;
2261
2594
  }
@@ -2268,7 +2601,7 @@ h5,
2268
2601
  .mobile-slider__caption-semi-bold___O9gkY,
2269
2602
  .mobile-slider__captionSemiBold___Lmo6y {
2270
2603
  font-size: 12px;
2271
- line-height: 14px;
2604
+ line-height: 1.5;
2272
2605
  letter-spacing: -0.02em;
2273
2606
  font-weight: 600;
2274
2607
  }