@gofynd/theme-template 2.0.0 → 2.0.2

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 (155) 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/add-to-cart/add-to-cart.js +1 -1
  70. package/dist/page-layouts/plp/Components/delivery-info/delivery-info.css +350 -17
  71. package/dist/page-layouts/plp/Components/filter-item/filter-item.css +20 -20
  72. package/dist/page-layouts/plp/Components/filter-list/filter-list.css +15 -15
  73. package/dist/page-layouts/plp/Components/filter-tags/filter-tags.css +4 -4
  74. package/dist/page-layouts/plp/Components/image-gallery/image-gallery.css +354 -21
  75. package/dist/page-layouts/plp/Components/lightbox-image/lightbox-image.css +342 -9
  76. package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.css +342 -9
  77. package/dist/page-layouts/plp/Components/pagination/pagination.css +4 -4
  78. package/dist/page-layouts/plp/Components/pic-zoom/pic-zoom.css +342 -9
  79. package/dist/page-layouts/plp/Components/product-variants/product-variants.css +4 -4
  80. package/dist/page-layouts/plp/Components/size-guide/size-guide.css +8 -8
  81. package/dist/page-layouts/plp/Components/sort/sort.css +4 -4
  82. package/dist/page-layouts/plp/Components/viewer-3d/viewer-3d.css +338 -5
  83. package/dist/page-layouts/single-checkout/address/single-address-content.css +8 -8
  84. package/dist/page-layouts/single-checkout/address/single-address-header.css +4 -4
  85. package/dist/page-layouts/single-checkout/address/single-address.css +40 -40
  86. package/dist/page-layouts/single-checkout/modal.css +4 -4
  87. package/dist/page-layouts/single-checkout/payment/card-form.css +81 -50
  88. package/dist/page-layouts/single-checkout/payment/card-form.js +1 -1
  89. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.css +85 -54
  90. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.js +1 -1
  91. package/dist/page-layouts/single-checkout/payment/checkout-payment-failure.css +4 -4
  92. package/dist/page-layouts/single-checkout/payment/checkout-payment.css +98 -62
  93. package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
  94. package/dist/page-layouts/single-checkout/payment/sticky-pay-now/sticky-pay-now.css +4 -4
  95. package/dist/page-layouts/single-checkout/payment/sticky-pay-now/sticky-pay-now.js +1 -1
  96. package/dist/page-layouts/single-checkout/shipment/single-page-shipment.css +16 -16
  97. package/dist/page-layouts/single-checkout/shipment/single-page-shipment.js +1 -1
  98. package/dist/page-layouts/single-checkout/shipment/single-shipment-content.css +8 -8
  99. package/dist/pages/blog/blog.css +20 -20
  100. package/dist/pages/blog/index.css +20 -20
  101. package/dist/pages/cart/cart.css +423 -89
  102. package/dist/pages/cart/cart.js +1 -1
  103. package/dist/pages/cart/index.css +423 -89
  104. package/dist/pages/cart/index.js +1 -1
  105. package/dist/pages/checkout/checkout.css +180 -133
  106. package/dist/pages/checkout/checkout.js +1 -1
  107. package/dist/pages/checkout/index.css +180 -133
  108. package/dist/pages/checkout/index.js +1 -1
  109. package/dist/pages/contact-us/contact-us.css +350 -17
  110. package/dist/pages/contact-us/index.css +350 -17
  111. package/dist/pages/edit-profile/edit-profile.css +12 -12
  112. package/dist/pages/edit-profile/index.css +12 -12
  113. package/dist/pages/faq/faq.css +4 -4
  114. package/dist/pages/faq/index.css +4 -4
  115. package/dist/pages/forgot-password/forget-password.css +8 -8
  116. package/dist/pages/forgot-password/index.css +8 -8
  117. package/dist/pages/index.css +764 -383
  118. package/dist/pages/index.js +1 -1
  119. package/dist/pages/login/index.css +28 -28
  120. package/dist/pages/login/login.css +28 -28
  121. package/dist/pages/order/index.css +350 -17
  122. package/dist/pages/order/order-tracking-details/order-tracking-details.css +370 -37
  123. package/dist/pages/order/order-tracking.css +350 -17
  124. package/dist/pages/order-status/components/cart-gift-item/cart-gift-item.css +4 -4
  125. package/dist/pages/order-status/index.css +363 -33
  126. package/dist/pages/order-status/index.js +1 -1
  127. package/dist/pages/order-status/order-status.css +363 -33
  128. package/dist/pages/order-status/order-status.js +1 -1
  129. package/dist/pages/product-listing/index.css +457 -124
  130. package/dist/pages/product-listing/index.js +1 -1
  131. package/dist/pages/product-listing/product-listing.css +457 -124
  132. package/dist/pages/product-listing/product-listing.js +1 -1
  133. package/dist/pages/profile/components/add-email-modal/add-email-modal.css +354 -21
  134. package/dist/pages/profile/components/add-phone-modal/add-phone-modal.css +358 -25
  135. package/dist/pages/profile/components/confirm-modal/confirm-modal.css +350 -17
  136. package/dist/pages/profile/components/empty-state/empty-state.css +346 -13
  137. package/dist/pages/profile/email/email.css +362 -29
  138. package/dist/pages/profile/email/index.css +362 -29
  139. package/dist/pages/profile/index.css +350 -17
  140. package/dist/pages/profile/phone/index.css +366 -33
  141. package/dist/pages/profile/phone/phone.css +366 -33
  142. package/dist/pages/profile/profile-details.css +350 -17
  143. package/dist/pages/register/index.css +20 -20
  144. package/dist/pages/register/register.css +20 -20
  145. package/dist/pages/set-password/index.css +4 -4
  146. package/dist/pages/set-password/set-password.css +4 -4
  147. package/dist/pages/shared-cart/index.css +8 -8
  148. package/dist/pages/shared-cart/shared-cart.css +8 -8
  149. package/dist/pages/verify-email/index.css +4 -4
  150. package/dist/pages/verify-email/verify-email.css +4 -4
  151. package/dist/pages/wishlist/index.css +406 -73
  152. package/dist/pages/wishlist/index.js +1 -1
  153. package/dist/pages/wishlist/wishlist.css +406 -73
  154. package/dist/pages/wishlist/wishlist.js +1 -1
  155. package/package.json +1 -1
@@ -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
  }
@@ -143,7 +143,7 @@ h4,
143
143
  letter-spacing: -0.02em;
144
144
  color: var(--textHeading, #26201a);
145
145
  font-size: 16px;
146
- line-height: 18px;
146
+ line-height: 1.5;
147
147
  }
148
148
  @media only screen and (min-width: 769px) {
149
149
  h4,
@@ -152,7 +152,7 @@ h4,
152
152
  letter-spacing: -0.02em;
153
153
  color: var(--textHeading, #26201a);
154
154
  font-size: 20px;
155
- line-height: 24px;
155
+ line-height: 1.5;
156
156
  }
157
157
  }
158
158
  h5,
@@ -219,7 +219,7 @@ h5,
219
219
  .product-variants__caption-medium___P8wbS,
220
220
  .product-variants__captionMedium___uPEVq {
221
221
  font-size: 12px;
222
- line-height: 14px;
222
+ line-height: 1.5;
223
223
  letter-spacing: -0.02em;
224
224
  font-weight: 500;
225
225
  }
@@ -232,7 +232,7 @@ h5,
232
232
  .product-variants__caption-semi-bold___Q50ad,
233
233
  .product-variants__captionSemiBold____2T0B {
234
234
  font-size: 12px;
235
- line-height: 14px;
235
+ line-height: 1.5;
236
236
  letter-spacing: -0.02em;
237
237
  font-weight: 600;
238
238
  }
@@ -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
  .size-guide__caption-medium___cPUBB,
183
183
  .size-guide__captionMedium____1br3 {
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
  .size-guide__caption-semi-bold___f3eCm,
196
196
  .size-guide__captionSemiBold___fe7xk {
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
  }
@@ -669,7 +669,7 @@ h4,
669
669
  letter-spacing: -0.02em;
670
670
  color: var(--textHeading, #26201a);
671
671
  font-size: 16px;
672
- line-height: 18px;
672
+ line-height: 1.5;
673
673
  }
674
674
  @media only screen and (min-width: 769px) {
675
675
  h4,
@@ -678,7 +678,7 @@ h4,
678
678
  letter-spacing: -0.02em;
679
679
  color: var(--textHeading, #26201a);
680
680
  font-size: 20px;
681
- line-height: 24px;
681
+ line-height: 1.5;
682
682
  }
683
683
  }
684
684
  h5,
@@ -745,7 +745,7 @@ h5,
745
745
  .modal__caption-medium___GbhtF,
746
746
  .modal__captionMedium___zCJpb {
747
747
  font-size: 12px;
748
- line-height: 14px;
748
+ line-height: 1.5;
749
749
  letter-spacing: -0.02em;
750
750
  font-weight: 500;
751
751
  }
@@ -758,7 +758,7 @@ h5,
758
758
  .modal__caption-semi-bold___feZV5,
759
759
  .modal__captionSemiBold___pxAn7 {
760
760
  font-size: 12px;
761
- line-height: 14px;
761
+ line-height: 1.5;
762
762
  letter-spacing: -0.02em;
763
763
  font-weight: 600;
764
764
  }
@@ -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
  .sort__caption-medium___nr2a7,
183
183
  .sort__captionMedium___WfP0J {
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
  .sort__caption-semi-bold___GYtms,
196
196
  .sort__captionSemiBold___b3M8T {
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
  }