@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: 1024px) {
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
  .product-listing__caption-medium___XH9F9,
183
183
  .product-listing__captionMedium___oCpiX {
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
  .product-listing__caption-semi-bold___SE234,
196
196
  .product-listing__captionSemiBold___gFdf3 {
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
  }
@@ -688,7 +688,7 @@ h5,
688
688
  letter-spacing: -0.02em;
689
689
  color: var(--textHeading, #26201a);
690
690
  font-size: 16px;
691
- line-height: 18px;
691
+ line-height: 1.5;
692
692
  }
693
693
  .product-listing__filterHeaderContainer___sQ_rk .product-listing__filterHeader___YFW0N .product-listing__resetBtn___q5ZVf {
694
694
  font-weight: 500;
@@ -803,7 +803,7 @@ h5,
803
803
  letter-spacing: -0.02em;
804
804
  color: var(--textHeading, #26201a);
805
805
  font-size: 16px;
806
- line-height: 18px;
806
+ line-height: 1.5;
807
807
  }
808
808
  @media only screen and (min-width: 1024px) {
809
809
  .product-listing__rightHeader___DQkjd .product-listing__headerLeft___mYXmW .product-listing__title___wSoBr {
@@ -811,7 +811,7 @@ h5,
811
811
  letter-spacing: -0.02em;
812
812
  color: var(--textHeading, #26201a);
813
813
  font-size: 20px;
814
- line-height: 24px;
814
+ line-height: 1.5;
815
815
  }
816
816
  }
817
817
  .product-listing__rightHeader___DQkjd .product-listing__headerLeft___mYXmW .product-listing__productCount___xo0ek {
@@ -1021,7 +1021,7 @@ h4,
1021
1021
  letter-spacing: -0.02em;
1022
1022
  color: var(--textHeading, #26201a);
1023
1023
  font-size: 16px;
1024
- line-height: 18px;
1024
+ line-height: 1.5;
1025
1025
  }
1026
1026
  @media only screen and (min-width: 769px) {
1027
1027
  h4,
@@ -1030,7 +1030,7 @@ h4,
1030
1030
  letter-spacing: -0.02em;
1031
1031
  color: var(--textHeading, #26201a);
1032
1032
  font-size: 20px;
1033
- line-height: 24px;
1033
+ line-height: 1.5;
1034
1034
  }
1035
1035
  }
1036
1036
  h5,
@@ -1097,7 +1097,7 @@ h5,
1097
1097
  .breadcrumb__caption-medium___MxQAd,
1098
1098
  .breadcrumb__captionMedium___MZtNV {
1099
1099
  font-size: 12px;
1100
- line-height: 14px;
1100
+ line-height: 1.5;
1101
1101
  letter-spacing: -0.02em;
1102
1102
  font-weight: 500;
1103
1103
  }
@@ -1110,7 +1110,7 @@ h5,
1110
1110
  .breadcrumb__caption-semi-bold___FE1Mr,
1111
1111
  .breadcrumb__captionSemiBold___LSXfW {
1112
1112
  font-size: 12px;
1113
- line-height: 14px;
1113
+ line-height: 1.5;
1114
1114
  letter-spacing: -0.02em;
1115
1115
  font-weight: 600;
1116
1116
  }
@@ -1251,7 +1251,7 @@ h5,
1251
1251
  }
1252
1252
  .breadcrumb__breadcrumbs___lMY9E {
1253
1253
  font-size: 12px;
1254
- line-height: 14px;
1254
+ line-height: 1.5;
1255
1255
  letter-spacing: -0.02em;
1256
1256
  font-weight: 400;
1257
1257
  overflow: hidden;
@@ -1411,7 +1411,7 @@ h4,
1411
1411
  letter-spacing: -0.02em;
1412
1412
  color: var(--textHeading, #26201a);
1413
1413
  font-size: 16px;
1414
- line-height: 18px;
1414
+ line-height: 1.5;
1415
1415
  }
1416
1416
  @media only screen and (min-width: 769px) {
1417
1417
  h4,
@@ -1420,7 +1420,7 @@ h4,
1420
1420
  letter-spacing: -0.02em;
1421
1421
  color: var(--textHeading, #26201a);
1422
1422
  font-size: 20px;
1423
- line-height: 24px;
1423
+ line-height: 1.5;
1424
1424
  }
1425
1425
  }
1426
1426
  h5,
@@ -1487,7 +1487,7 @@ h5,
1487
1487
  .product-card__caption-medium___CaZNT,
1488
1488
  .product-card__captionMedium___IEftW {
1489
1489
  font-size: 12px;
1490
- line-height: 14px;
1490
+ line-height: 1.5;
1491
1491
  letter-spacing: -0.02em;
1492
1492
  font-weight: 500;
1493
1493
  }
@@ -1500,7 +1500,7 @@ h5,
1500
1500
  .product-card__caption-semi-bold___OMihA,
1501
1501
  .product-card__captionSemiBold___vTKty {
1502
1502
  font-size: 12px;
1503
- line-height: 14px;
1503
+ line-height: 1.5;
1504
1504
  letter-spacing: -0.02em;
1505
1505
  font-weight: 600;
1506
1506
  }
@@ -1644,7 +1644,7 @@ h5,
1644
1644
  flex-direction: column;
1645
1645
  height: 100%;
1646
1646
  font-size: 12px;
1647
- line-height: 14px;
1647
+ line-height: 1.5;
1648
1648
  letter-spacing: -0.02em;
1649
1649
  font-weight: 400;
1650
1650
  }
@@ -2111,7 +2111,7 @@ h4,
2111
2111
  letter-spacing: -0.02em;
2112
2112
  color: var(--textHeading, #26201a);
2113
2113
  font-size: 16px;
2114
- line-height: 18px;
2114
+ line-height: 1.5;
2115
2115
  }
2116
2116
  @media only screen and (min-width: 769px) {
2117
2117
  h4,
@@ -2120,7 +2120,7 @@ h4,
2120
2120
  letter-spacing: -0.02em;
2121
2121
  color: var(--textHeading, #26201a);
2122
2122
  font-size: 20px;
2123
- line-height: 24px;
2123
+ line-height: 1.5;
2124
2124
  }
2125
2125
  }
2126
2126
  h5,
@@ -2187,7 +2187,7 @@ h5,
2187
2187
  .fy-button__caption-medium___PSB4T,
2188
2188
  .fy-button__captionMedium___iW0z_ {
2189
2189
  font-size: 12px;
2190
- line-height: 14px;
2190
+ line-height: 1.5;
2191
2191
  letter-spacing: -0.02em;
2192
2192
  font-weight: 500;
2193
2193
  }
@@ -2200,7 +2200,7 @@ h5,
2200
2200
  .fy-button__caption-semi-bold___FFG2N,
2201
2201
  .fy-button__captionSemiBold___czTMx {
2202
2202
  font-size: 12px;
2203
- line-height: 14px;
2203
+ line-height: 1.5;
2204
2204
  letter-spacing: -0.02em;
2205
2205
  font-weight: 600;
2206
2206
  }
@@ -2505,7 +2505,342 @@ h5,
2505
2505
  font-size: 16px;
2506
2506
  }
2507
2507
 
2508
- /* Absolute Center Spinner */
2508
+ /**color by character**/
2509
+ /** Font family **/
2510
+ /** Font weight **/
2511
+ .loader__display-block___C28Wh {
2512
+ display: block;
2513
+ }
2514
+ .loader__inline-block___qe6ST,
2515
+ .loader__inlineBlock___RbcTU {
2516
+ display: inline-block;
2517
+ }
2518
+ .loader__flex-row___jtutA {
2519
+ display: flex;
2520
+ }
2521
+ .loader__flex-column___Xo1gh,
2522
+ .loader__flexColumn___BZ1uV {
2523
+ display: flex;
2524
+ flex-direction: column;
2525
+ }
2526
+ .loader__flex-align-center___QKakD,
2527
+ .loader__flexAlignCenter____hCbC {
2528
+ display: flex;
2529
+ align-items: center;
2530
+ }
2531
+ .loader__flex-justify-center___iXbnu,
2532
+ .loader__flexJustifyCenter___x_1Sc {
2533
+ display: flex;
2534
+ justify-content: center;
2535
+ }
2536
+ .loader__flex-center___cERbN,
2537
+ .loader__flexCenter___FRjsH {
2538
+ display: flex;
2539
+ justify-content: center;
2540
+ align-items: center;
2541
+ }
2542
+ .loader__justify-start___PXa_q,
2543
+ .loader__justifyStart___RIbpq {
2544
+ justify-content: flex-start;
2545
+ }
2546
+ .loader__justify-end___N_MxT,
2547
+ .loader__justifyEnd___c9Puj {
2548
+ justify-content: flex-end;
2549
+ }
2550
+ .loader__justify-between___ryNlc,
2551
+ .loader__justifyBetween___bNm10 {
2552
+ justify-content: space-between;
2553
+ }
2554
+ .loader__justify-around___kWvQU,
2555
+ .loader__justifyAround___TO6v6 {
2556
+ justify-content: space-around;
2557
+ }
2558
+ .loader__justify-evenly___r6oLK,
2559
+ .loader__justifyEvenly___NI1zZ {
2560
+ justify-content: space-evenly;
2561
+ }
2562
+ h1,
2563
+ .loader__h1___N9UmV {
2564
+ font-weight: 700;
2565
+ font-size: 28px;
2566
+ line-height: 42px;
2567
+ letter-spacing: -0.03em;
2568
+ color: var(--textHeading, #26201a);
2569
+ }
2570
+ @media only screen and (min-width: 769px) {
2571
+ h1,
2572
+ .loader__h1___N9UmV {
2573
+ font-size: 36px;
2574
+ line-height: 48px;
2575
+ }
2576
+ }
2577
+ h2,
2578
+ .loader__h2___tLPka {
2579
+ font-weight: 700;
2580
+ font-size: 28px;
2581
+ line-height: 36px;
2582
+ letter-spacing: -0.03em;
2583
+ color: var(--textHeading, #26201a);
2584
+ }
2585
+ @media only screen and (min-width: 769px) {
2586
+ h2,
2587
+ .loader__h2___tLPka {
2588
+ font-size: 32px;
2589
+ line-height: 42px;
2590
+ }
2591
+ }
2592
+ h3,
2593
+ .loader__h3___lpAs2 {
2594
+ font-weight: 700;
2595
+ letter-spacing: -0.02em;
2596
+ color: var(--textHeading, #26201a);
2597
+ font-size: 24px;
2598
+ line-height: 32px;
2599
+ }
2600
+ @media only screen and (min-width: 769px) {
2601
+ h3,
2602
+ .loader__h3___lpAs2 {
2603
+ font-weight: 700;
2604
+ letter-spacing: -0.02em;
2605
+ color: var(--textHeading, #26201a);
2606
+ font-size: 28px;
2607
+ line-height: 36px;
2608
+ }
2609
+ }
2610
+ h4,
2611
+ .loader__h4___I9T7x {
2612
+ font-weight: 600;
2613
+ letter-spacing: -0.02em;
2614
+ color: var(--textHeading, #26201a);
2615
+ font-size: 16px;
2616
+ line-height: 1.5;
2617
+ }
2618
+ @media only screen and (min-width: 769px) {
2619
+ h4,
2620
+ .loader__h4___I9T7x {
2621
+ font-weight: 600;
2622
+ letter-spacing: -0.02em;
2623
+ color: var(--textHeading, #26201a);
2624
+ font-size: 20px;
2625
+ line-height: 1.5;
2626
+ }
2627
+ }
2628
+ h5,
2629
+ .loader__h5___U0S2a {
2630
+ font-weight: 600;
2631
+ font-size: 14px;
2632
+ line-height: 16px;
2633
+ letter-spacing: -0.02em;
2634
+ color: var(--textHeading, #26201a);
2635
+ }
2636
+ @media only screen and (min-width: 769px) {
2637
+ h5,
2638
+ .loader__h5___U0S2a {
2639
+ font-size: 16px;
2640
+ line-height: 18px;
2641
+ }
2642
+ }
2643
+ .loader__b1___ava08 {
2644
+ font-weight: 400;
2645
+ font-size: 14px;
2646
+ line-height: 18px;
2647
+ letter-spacing: -0.02em;
2648
+ color: var(--textBody, #3c3131);
2649
+ }
2650
+ @media only screen and (min-width: 769px) {
2651
+ .loader__b1___ava08 {
2652
+ font-size: 16px;
2653
+ line-height: 20px;
2654
+ }
2655
+ }
2656
+ .loader__b-small___MxINE,
2657
+ .loader__bSmall___vHKDM,
2658
+ .loader__b2___yNXNt {
2659
+ font-weight: 400;
2660
+ letter-spacing: -0.02em;
2661
+ color: var(--textBody, #3c3131);
2662
+ font-size: 12px;
2663
+ line-height: 16px;
2664
+ }
2665
+ @media only screen and (min-width: 769px) {
2666
+ .loader__b-small___MxINE,
2667
+ .loader__bSmall___vHKDM,
2668
+ .loader__b2___yNXNt {
2669
+ font-weight: 400;
2670
+ letter-spacing: -0.02em;
2671
+ color: var(--textBody, #3c3131);
2672
+ font-size: 14px;
2673
+ line-height: 18px;
2674
+ }
2675
+ }
2676
+ .loader__d1___zLD7l {
2677
+ font-size: 36px;
2678
+ font-weight: 700;
2679
+ line-height: 48px;
2680
+ letter-spacing: -0.02em;
2681
+ }
2682
+ @media only screen and (min-width: 769px) {
2683
+ .loader__d1___zLD7l {
2684
+ font-size: 64px;
2685
+ line-height: 85px;
2686
+ letter-spacing: -0.03em;
2687
+ }
2688
+ }
2689
+ .loader__caption-medium___Urevx,
2690
+ .loader__captionMedium___AiB4A {
2691
+ font-size: 12px;
2692
+ line-height: 1.5;
2693
+ letter-spacing: -0.02em;
2694
+ font-weight: 500;
2695
+ }
2696
+ @media only screen and (max-width: 480px) {
2697
+ .loader__caption-medium___Urevx,
2698
+ .loader__captionMedium___AiB4A {
2699
+ font-size: 11px;
2700
+ }
2701
+ }
2702
+ .loader__caption-semi-bold___F9hrq,
2703
+ .loader__captionSemiBold___GwZZD {
2704
+ font-size: 12px;
2705
+ line-height: 1.5;
2706
+ letter-spacing: -0.02em;
2707
+ font-weight: 600;
2708
+ }
2709
+ @media only screen and (max-width: 480px) {
2710
+ .loader__caption-semi-bold___F9hrq,
2711
+ .loader__captionSemiBold___GwZZD {
2712
+ font-size: 11px;
2713
+ }
2714
+ }
2715
+ .loader__btn-link___z7cQQ,
2716
+ .loader__btnLink___hjxLE {
2717
+ font-weight: 500;
2718
+ letter-spacing: -0.02em;
2719
+ font-size: 12px;
2720
+ line-height: 14px;
2721
+ border-radius: var(--buttonRadius, 0px);
2722
+ cursor: pointer;
2723
+ color: var(--buttonLink, #b1655b);
2724
+ text-decoration: underline;
2725
+ background: none;
2726
+ border: none;
2727
+ }
2728
+ @media only screen and (min-width: 769px) {
2729
+ .loader__btn-link___z7cQQ,
2730
+ .loader__btnLink___hjxLE {
2731
+ font-weight: 500;
2732
+ letter-spacing: -0.02em;
2733
+ font-size: 14px;
2734
+ line-height: 16px;
2735
+ }
2736
+ }
2737
+ .loader__btn-link___z7cQQ:hover,
2738
+ .loader__btnLink___hjxLE:hover {
2739
+ color: var(--buttonLinkL1, #c1847c);
2740
+ }
2741
+ .loader__btn-link___z7cQQ:disabled,
2742
+ .loader__btnLink___hjxLE:disabled {
2743
+ color: var(--buttonLinkL2, #d0a39d);
2744
+ }
2745
+ .loader__btn-link___z7cQQ:active,
2746
+ .loader__btnLink___hjxLE:active {
2747
+ opacity: 0.8;
2748
+ }
2749
+ .loader__user-select-none___M5hoJ,
2750
+ .loader__userSelectNone___iA0b1 {
2751
+ user-select: none;
2752
+ -moz-user-select: none;
2753
+ -webkit-user-select: none;
2754
+ -ms-user-select: none;
2755
+ }
2756
+ .loader__margin-0-auto___T2r2j,
2757
+ .loader__margin0auto___ZVL7u {
2758
+ margin: 0 auto;
2759
+ }
2760
+ .loader__base-page-container____Zsxk,
2761
+ .loader__basePageContainer___DLiFl {
2762
+ max-width: 1440px !important;
2763
+ }
2764
+ .loader__remove-scroll___hWs9Y,
2765
+ .loader__removeScroll___HDDzE {
2766
+ overflow-y: hidden !important;
2767
+ }
2768
+ .loader__mr-5___eLBs7,
2769
+ .loader__mr5___zJD9I {
2770
+ margin-inline-end: 30px !important;
2771
+ }
2772
+ .loader__mr-2___tbwub,
2773
+ .loader__mr2___X89Qh {
2774
+ margin-inline-end: 5px !important;
2775
+ }
2776
+ .loader__py-5___pdJLF,
2777
+ .loader__py5___AvRNG {
2778
+ padding-top: 1.875rem !important;
2779
+ padding-bottom: 1.875rem !important;
2780
+ }
2781
+ .loader__view-all-text___liiUk,
2782
+ .loader__viewAllText___Y96u7 {
2783
+ font-size: 20px;
2784
+ font-weight: 400;
2785
+ text-transform: lowercase;
2786
+ text-decoration: underline;
2787
+ }
2788
+ .loader__view-all-mobile___ZXDhV,
2789
+ .loader__viewAllMobile___h_w0I {
2790
+ display: none;
2791
+ }
2792
+ @media only screen and (max-width: 768px) {
2793
+ .loader__view-all-mobile___ZXDhV,
2794
+ .loader__viewAllMobile___h_w0I {
2795
+ display: flex;
2796
+ align-items: center;
2797
+ justify-content: center;
2798
+ margin-top: 40px;
2799
+ }
2800
+ }
2801
+ @media only screen and (max-width: 480px) {
2802
+ .loader__view-all-mobile___ZXDhV,
2803
+ .loader__viewAllMobile___h_w0I {
2804
+ margin-top: 24px;
2805
+ }
2806
+ }
2807
+ .loader__accent-btn___P6FBY,
2808
+ .loader__accentBtn___VC5di {
2809
+ background-color: var(--accentColor);
2810
+ color: #fff;
2811
+ }
2812
+ .loader__no-scroll___vVb6b,
2813
+ .loader__noScroll___ddkr9 {
2814
+ overflow-y: hidden;
2815
+ }
2816
+ .loader__hide-overflow___sIszC,
2817
+ .loader__hideOverflow___qX4zB {
2818
+ overflow: hidden;
2819
+ }
2820
+ .loader__markdown-body___ZDTE_ h6 {
2821
+ margin-top: 0 !important;
2822
+ margin-bottom: 0 !important;
2823
+ }
2824
+ @media only screen and (max-width: 480px) {
2825
+ .loader__markdown-body___ZDTE_ {
2826
+ font-size: 12px !important;
2827
+ padding: 5px !important;
2828
+ }
2829
+ }
2830
+ .loader__view3d-canvas___Y51aL {
2831
+ width: 100%;
2832
+ height: 100%;
2833
+ }
2834
+ @media only screen and (max-width: 480px) {
2835
+ .loader__view-mobile-up___tbZ1n {
2836
+ display: none !important;
2837
+ }
2838
+ }
2839
+ @media only screen and (min-width: 481px) {
2840
+ .loader__view-mobile___zSuiC {
2841
+ display: none !important;
2842
+ }
2843
+ }
2509
2844
  .loader__loading___r6ySa {
2510
2845
  position: fixed;
2511
2846
  z-index: 2000;
@@ -2633,10 +2968,8 @@ h5,
2633
2968
  z-index: 222;
2634
2969
  }
2635
2970
  .loader__loader___ytdT3 {
2636
- border: 8px solid #f3f3f3;
2637
- /* Light grey */
2638
- border-top: 8px solid #3498db;
2639
- /* Blue */
2971
+ border: 8px solid var(--themeAccentL4, #f9f6f0);
2972
+ border-top: 8px solid var(--themeAccentD3, #5c584e);
2640
2973
  border-radius: 50%;
2641
2974
  width: 50px;
2642
2975
  height: 50px;
@@ -2766,7 +3099,7 @@ h4,
2766
3099
  letter-spacing: -0.02em;
2767
3100
  color: var(--textHeading, #26201a);
2768
3101
  font-size: 16px;
2769
- line-height: 18px;
3102
+ line-height: 1.5;
2770
3103
  }
2771
3104
  @media only screen and (min-width: 769px) {
2772
3105
  h4,
@@ -2775,7 +3108,7 @@ h4,
2775
3108
  letter-spacing: -0.02em;
2776
3109
  color: var(--textHeading, #26201a);
2777
3110
  font-size: 20px;
2778
- line-height: 24px;
3111
+ line-height: 1.5;
2779
3112
  }
2780
3113
  }
2781
3114
  h5,
@@ -2842,7 +3175,7 @@ h5,
2842
3175
  .sort__caption-medium___nr2a7,
2843
3176
  .sort__captionMedium___WfP0J {
2844
3177
  font-size: 12px;
2845
- line-height: 14px;
3178
+ line-height: 1.5;
2846
3179
  letter-spacing: -0.02em;
2847
3180
  font-weight: 500;
2848
3181
  }
@@ -2855,7 +3188,7 @@ h5,
2855
3188
  .sort__caption-semi-bold___GYtms,
2856
3189
  .sort__captionSemiBold___b3M8T {
2857
3190
  font-size: 12px;
2858
- line-height: 14px;
3191
+ line-height: 1.5;
2859
3192
  letter-spacing: -0.02em;
2860
3193
  font-weight: 600;
2861
3194
  }
@@ -3197,7 +3530,7 @@ h4,
3197
3530
  letter-spacing: -0.02em;
3198
3531
  color: var(--textHeading, #26201a);
3199
3532
  font-size: 16px;
3200
- line-height: 18px;
3533
+ line-height: 1.5;
3201
3534
  }
3202
3535
  @media only screen and (min-width: 769px) {
3203
3536
  h4,
@@ -3206,7 +3539,7 @@ h4,
3206
3539
  letter-spacing: -0.02em;
3207
3540
  color: var(--textHeading, #26201a);
3208
3541
  font-size: 20px;
3209
- line-height: 24px;
3542
+ line-height: 1.5;
3210
3543
  }
3211
3544
  }
3212
3545
  h5,
@@ -3273,7 +3606,7 @@ h5,
3273
3606
  .filter-list__caption-medium___yb4OC,
3274
3607
  .filter-list__captionMedium___dxXdq {
3275
3608
  font-size: 12px;
3276
- line-height: 14px;
3609
+ line-height: 1.5;
3277
3610
  letter-spacing: -0.02em;
3278
3611
  font-weight: 500;
3279
3612
  }
@@ -3286,7 +3619,7 @@ h5,
3286
3619
  .filter-list__caption-semi-bold___SVRwg,
3287
3620
  .filter-list__captionSemiBold___fdrIO {
3288
3621
  font-size: 12px;
3289
- line-height: 14px;
3622
+ line-height: 1.5;
3290
3623
  letter-spacing: -0.02em;
3291
3624
  font-weight: 600;
3292
3625
  }
@@ -3431,7 +3764,7 @@ h5,
3431
3764
  }
3432
3765
  .filter-list__filter__list--search___zZ8XN .filter-list__text___BdD0V {
3433
3766
  font-size: 12px;
3434
- line-height: 14px;
3767
+ line-height: 1.5;
3435
3768
  padding-top: 15px;
3436
3769
  padding-inline-end: 15px;
3437
3770
  padding-bottom: 15px;
@@ -3449,7 +3782,7 @@ h5,
3449
3782
  .filter-list__filter__list--items___vtOJk .filter-list__filter__item___q3SYS {
3450
3783
  cursor: pointer;
3451
3784
  font-size: 12px;
3452
- line-height: 14px;
3785
+ line-height: 1.5;
3453
3786
  }
3454
3787
  .filter-list__filter__list--items___vtOJk .filter-list__filter__item___q3SYS:hover .filter-list__checkbox-icon___K0fU1:not(.filter-list__selected___DNi9J) {
3455
3788
  stroke: var(--buttonPrimary, #4e3f09);
@@ -3585,7 +3918,7 @@ h5,
3585
3918
  }
3586
3919
  .filter-list__filter__list___rtO83 .filter-list__filter__popup--content___hMKDx .filter-list__filter__item___q3SYS {
3587
3920
  font-size: 12px;
3588
- line-height: 14px;
3921
+ line-height: 1.5;
3589
3922
  cursor: pointer;
3590
3923
  }
3591
3924
  .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) {
@@ -3738,7 +4071,7 @@ h4,
3738
4071
  letter-spacing: -0.02em;
3739
4072
  color: var(--textHeading, #26201a);
3740
4073
  font-size: 16px;
3741
- line-height: 18px;
4074
+ line-height: 1.5;
3742
4075
  }
3743
4076
  @media only screen and (min-width: 769px) {
3744
4077
  h4,
@@ -3747,7 +4080,7 @@ h4,
3747
4080
  letter-spacing: -0.02em;
3748
4081
  color: var(--textHeading, #26201a);
3749
4082
  font-size: 20px;
3750
- line-height: 24px;
4083
+ line-height: 1.5;
3751
4084
  }
3752
4085
  }
3753
4086
  h5,
@@ -3814,7 +4147,7 @@ h5,
3814
4147
  .range-slider__caption-medium___K86Ns,
3815
4148
  .range-slider__captionMedium___CosnQ {
3816
4149
  font-size: 12px;
3817
- line-height: 14px;
4150
+ line-height: 1.5;
3818
4151
  letter-spacing: -0.02em;
3819
4152
  font-weight: 500;
3820
4153
  }
@@ -3827,7 +4160,7 @@ h5,
3827
4160
  .range-slider__caption-semi-bold___CrlLO,
3828
4161
  .range-slider__captionSemiBold___O7Ix4 {
3829
4162
  font-size: 12px;
3830
- line-height: 14px;
4163
+ line-height: 1.5;
3831
4164
  letter-spacing: -0.02em;
3832
4165
  font-weight: 600;
3833
4166
  }
@@ -4138,7 +4471,7 @@ h4,
4138
4471
  letter-spacing: -0.02em;
4139
4472
  color: var(--textHeading, #26201a);
4140
4473
  font-size: 16px;
4141
- line-height: 18px;
4474
+ line-height: 1.5;
4142
4475
  }
4143
4476
  @media only screen and (min-width: 769px) {
4144
4477
  h4,
@@ -4147,7 +4480,7 @@ h4,
4147
4480
  letter-spacing: -0.02em;
4148
4481
  color: var(--textHeading, #26201a);
4149
4482
  font-size: 20px;
4150
- line-height: 24px;
4483
+ line-height: 1.5;
4151
4484
  }
4152
4485
  }
4153
4486
  h5,
@@ -4214,7 +4547,7 @@ h5,
4214
4547
  .fy-input__caption-medium___ypzRG,
4215
4548
  .fy-input__captionMedium___cFBcK {
4216
4549
  font-size: 12px;
4217
- line-height: 14px;
4550
+ line-height: 1.5;
4218
4551
  letter-spacing: -0.02em;
4219
4552
  font-weight: 500;
4220
4553
  }
@@ -4227,7 +4560,7 @@ h5,
4227
4560
  .fy-input__caption-semi-bold___WmtaG,
4228
4561
  .fy-input__captionSemiBold___UuNTY {
4229
4562
  font-size: 12px;
4230
- line-height: 14px;
4563
+ line-height: 1.5;
4231
4564
  letter-spacing: -0.02em;
4232
4565
  font-weight: 600;
4233
4566
  }
@@ -4602,7 +4935,7 @@ h4,
4602
4935
  letter-spacing: -0.02em;
4603
4936
  color: var(--textHeading, #26201a);
4604
4937
  font-size: 16px;
4605
- line-height: 18px;
4938
+ line-height: 1.5;
4606
4939
  }
4607
4940
  @media only screen and (min-width: 769px) {
4608
4941
  h4,
@@ -4611,7 +4944,7 @@ h4,
4611
4944
  letter-spacing: -0.02em;
4612
4945
  color: var(--textHeading, #26201a);
4613
4946
  font-size: 20px;
4614
- line-height: 24px;
4947
+ line-height: 1.5;
4615
4948
  }
4616
4949
  }
4617
4950
  h5,
@@ -4678,7 +5011,7 @@ h5,
4678
5011
  .filter-item__caption-medium___tjUIV,
4679
5012
  .filter-item__captionMedium___LU7ic {
4680
5013
  font-size: 12px;
4681
- line-height: 14px;
5014
+ line-height: 1.5;
4682
5015
  letter-spacing: -0.02em;
4683
5016
  font-weight: 500;
4684
5017
  }
@@ -4691,7 +5024,7 @@ h5,
4691
5024
  .filter-item__caption-semi-bold___WRnej,
4692
5025
  .filter-item__captionSemiBold___xGlUV {
4693
5026
  font-size: 12px;
4694
- line-height: 14px;
5027
+ line-height: 1.5;
4695
5028
  letter-spacing: -0.02em;
4696
5029
  font-weight: 600;
4697
5030
  }
@@ -4837,7 +5170,7 @@ h5,
4837
5170
  .filter-item__filter__title___dGCtU {
4838
5171
  margin-bottom: 16px;
4839
5172
  cursor: pointer;
4840
- line-height: 14px;
5173
+ line-height: 1.5;
4841
5174
  }
4842
5175
  .filter-item__filter__title___dGCtU .filter-item__name___ufVTo {
4843
5176
  color: var(--textHeading, #26201a);
@@ -4976,7 +5309,7 @@ h4,
4976
5309
  letter-spacing: -0.02em;
4977
5310
  color: var(--textHeading, #26201a);
4978
5311
  font-size: 16px;
4979
- line-height: 18px;
5312
+ line-height: 1.5;
4980
5313
  }
4981
5314
  @media only screen and (min-width: 1024px) {
4982
5315
  h4,
@@ -4985,7 +5318,7 @@ h4,
4985
5318
  letter-spacing: -0.02em;
4986
5319
  color: var(--textHeading, #26201a);
4987
5320
  font-size: 20px;
4988
- line-height: 24px;
5321
+ line-height: 1.5;
4989
5322
  }
4990
5323
  }
4991
5324
  h5,
@@ -5052,7 +5385,7 @@ h5,
5052
5385
  .pagination__caption-medium___jtoVr,
5053
5386
  .pagination__captionMedium___jNBGw {
5054
5387
  font-size: 12px;
5055
- line-height: 14px;
5388
+ line-height: 1.5;
5056
5389
  letter-spacing: -0.02em;
5057
5390
  font-weight: 500;
5058
5391
  }
@@ -5065,7 +5398,7 @@ h5,
5065
5398
  .pagination__caption-semi-bold___fVaBz,
5066
5399
  .pagination__captionSemiBold___pXxji {
5067
5400
  font-size: 12px;
5068
- line-height: 14px;
5401
+ line-height: 1.5;
5069
5402
  letter-spacing: -0.02em;
5070
5403
  font-weight: 600;
5071
5404
  }
@@ -5378,7 +5711,7 @@ h4,
5378
5711
  letter-spacing: -0.02em;
5379
5712
  color: var(--textHeading, #26201a);
5380
5713
  font-size: 16px;
5381
- line-height: 18px;
5714
+ line-height: 1.5;
5382
5715
  }
5383
5716
  @media only screen and (min-width: 769px) {
5384
5717
  h4,
@@ -5387,7 +5720,7 @@ h4,
5387
5720
  letter-spacing: -0.02em;
5388
5721
  color: var(--textHeading, #26201a);
5389
5722
  font-size: 20px;
5390
- line-height: 24px;
5723
+ line-height: 1.5;
5391
5724
  }
5392
5725
  }
5393
5726
  h5,
@@ -5454,7 +5787,7 @@ h5,
5454
5787
  .filter-tags__caption-medium___SR5ZX,
5455
5788
  .filter-tags__captionMedium___QlgM9 {
5456
5789
  font-size: 12px;
5457
- line-height: 14px;
5790
+ line-height: 1.5;
5458
5791
  letter-spacing: -0.02em;
5459
5792
  font-weight: 500;
5460
5793
  }
@@ -5467,7 +5800,7 @@ h5,
5467
5800
  .filter-tags__caption-semi-bold___unLXe,
5468
5801
  .filter-tags__captionSemiBold___fufAk {
5469
5802
  font-size: 12px;
5470
- line-height: 14px;
5803
+ line-height: 1.5;
5471
5804
  letter-spacing: -0.02em;
5472
5805
  font-weight: 600;
5473
5806
  }
@@ -5799,7 +6132,7 @@ h4,
5799
6132
  letter-spacing: -0.02em;
5800
6133
  color: var(--textHeading, #26201a);
5801
6134
  font-size: 16px;
5802
- line-height: 18px;
6135
+ line-height: 1.5;
5803
6136
  }
5804
6137
  @media only screen and (min-width: 769px) {
5805
6138
  h4,
@@ -5808,7 +6141,7 @@ h4,
5808
6141
  letter-spacing: -0.02em;
5809
6142
  color: var(--textHeading, #26201a);
5810
6143
  font-size: 20px;
5811
- line-height: 24px;
6144
+ line-height: 1.5;
5812
6145
  }
5813
6146
  }
5814
6147
  h5,
@@ -5875,7 +6208,7 @@ h5,
5875
6208
  .listing-description__caption-medium___W4MXk,
5876
6209
  .listing-description__captionMedium___SNge0 {
5877
6210
  font-size: 12px;
5878
- line-height: 14px;
6211
+ line-height: 1.5;
5879
6212
  letter-spacing: -0.02em;
5880
6213
  font-weight: 500;
5881
6214
  }
@@ -5888,7 +6221,7 @@ h5,
5888
6221
  .listing-description__caption-semi-bold___dfN2m,
5889
6222
  .listing-description__captionSemiBold___MiV23 {
5890
6223
  font-size: 12px;
5891
- line-height: 14px;
6224
+ line-height: 1.5;
5892
6225
  letter-spacing: -0.02em;
5893
6226
  font-weight: 600;
5894
6227
  }
@@ -6046,7 +6379,7 @@ h5,
6046
6379
  }
6047
6380
  .listing-description__descriptionWrapper___tzE5e .listing-description__descriptionContent___nGHJ_ {
6048
6381
  font-size: 12px;
6049
- line-height: 14px;
6382
+ line-height: 1.5;
6050
6383
  letter-spacing: -0.02em;
6051
6384
  font-weight: 400;
6052
6385
  color: var(--textBody, #3c3131);
@@ -6207,7 +6540,7 @@ h4,
6207
6540
  letter-spacing: -0.02em;
6208
6541
  color: var(--textHeading, #26201a);
6209
6542
  font-size: 16px;
6210
- line-height: 18px;
6543
+ line-height: 1.5;
6211
6544
  }
6212
6545
  @media only screen and (min-width: 769px) {
6213
6546
  h4,
@@ -6216,7 +6549,7 @@ h4,
6216
6549
  letter-spacing: -0.02em;
6217
6550
  color: var(--textHeading, #26201a);
6218
6551
  font-size: 20px;
6219
- line-height: 24px;
6552
+ line-height: 1.5;
6220
6553
  }
6221
6554
  }
6222
6555
  h5,
@@ -6283,7 +6616,7 @@ h5,
6283
6616
  .sort-modal__caption-medium___ynqM6,
6284
6617
  .sort-modal__captionMedium___hHjYm {
6285
6618
  font-size: 12px;
6286
- line-height: 14px;
6619
+ line-height: 1.5;
6287
6620
  letter-spacing: -0.02em;
6288
6621
  font-weight: 500;
6289
6622
  }
@@ -6296,7 +6629,7 @@ h5,
6296
6629
  .sort-modal__caption-semi-bold___heeCY,
6297
6630
  .sort-modal__captionSemiBold___aWTLB {
6298
6631
  font-size: 12px;
6299
- line-height: 14px;
6632
+ line-height: 1.5;
6300
6633
  letter-spacing: -0.02em;
6301
6634
  font-weight: 600;
6302
6635
  }
@@ -6654,7 +6987,7 @@ h4,
6654
6987
  letter-spacing: -0.02em;
6655
6988
  color: var(--textHeading, #26201a);
6656
6989
  font-size: 16px;
6657
- line-height: 18px;
6990
+ line-height: 1.5;
6658
6991
  }
6659
6992
  @media only screen and (min-width: 769px) {
6660
6993
  h4,
@@ -6663,7 +6996,7 @@ h4,
6663
6996
  letter-spacing: -0.02em;
6664
6997
  color: var(--textHeading, #26201a);
6665
6998
  font-size: 20px;
6666
- line-height: 24px;
6999
+ line-height: 1.5;
6667
7000
  }
6668
7001
  }
6669
7002
  h5,
@@ -6730,7 +7063,7 @@ h5,
6730
7063
  .modal__caption-medium___GbhtF,
6731
7064
  .modal__captionMedium___zCJpb {
6732
7065
  font-size: 12px;
6733
- line-height: 14px;
7066
+ line-height: 1.5;
6734
7067
  letter-spacing: -0.02em;
6735
7068
  font-weight: 500;
6736
7069
  }
@@ -6743,7 +7076,7 @@ h5,
6743
7076
  .modal__caption-semi-bold___feZV5,
6744
7077
  .modal__captionSemiBold___pxAn7 {
6745
7078
  font-size: 12px;
6746
- line-height: 14px;
7079
+ line-height: 1.5;
6747
7080
  letter-spacing: -0.02em;
6748
7081
  font-weight: 600;
6749
7082
  }
@@ -7134,7 +7467,7 @@ h4,
7134
7467
  letter-spacing: -0.02em;
7135
7468
  color: var(--textHeading, #26201a);
7136
7469
  font-size: 16px;
7137
- line-height: 18px;
7470
+ line-height: 1.5;
7138
7471
  }
7139
7472
  @media only screen and (min-width: 769px) {
7140
7473
  h4,
@@ -7143,7 +7476,7 @@ h4,
7143
7476
  letter-spacing: -0.02em;
7144
7477
  color: var(--textHeading, #26201a);
7145
7478
  font-size: 20px;
7146
- line-height: 24px;
7479
+ line-height: 1.5;
7147
7480
  }
7148
7481
  }
7149
7482
  h5,
@@ -7210,7 +7543,7 @@ h5,
7210
7543
  .filter-modal__caption-medium___Jd2lC,
7211
7544
  .filter-modal__captionMedium___GgUW0 {
7212
7545
  font-size: 12px;
7213
- line-height: 14px;
7546
+ line-height: 1.5;
7214
7547
  letter-spacing: -0.02em;
7215
7548
  font-weight: 500;
7216
7549
  }
@@ -7223,7 +7556,7 @@ h5,
7223
7556
  .filter-modal__caption-semi-bold___yrkU9,
7224
7557
  .filter-modal__captionSemiBold___gaTjM {
7225
7558
  font-size: 12px;
7226
- line-height: 14px;
7559
+ line-height: 1.5;
7227
7560
  letter-spacing: -0.02em;
7228
7561
  font-weight: 600;
7229
7562
  }
@@ -7588,7 +7921,7 @@ h4,
7588
7921
  letter-spacing: -0.02em;
7589
7922
  color: var(--textHeading, #26201a);
7590
7923
  font-size: 16px;
7591
- line-height: 18px;
7924
+ line-height: 1.5;
7592
7925
  }
7593
7926
  @media only screen and (min-width: 769px) {
7594
7927
  h4,
@@ -7597,7 +7930,7 @@ h4,
7597
7930
  letter-spacing: -0.02em;
7598
7931
  color: var(--textHeading, #26201a);
7599
7932
  font-size: 20px;
7600
- line-height: 24px;
7933
+ line-height: 1.5;
7601
7934
  }
7602
7935
  }
7603
7936
  h5,
@@ -7664,7 +7997,7 @@ h5,
7664
7997
  .scroll-top__caption-medium___vGhhh,
7665
7998
  .scroll-top__captionMedium___Cq3UM {
7666
7999
  font-size: 12px;
7667
- line-height: 14px;
8000
+ line-height: 1.5;
7668
8001
  letter-spacing: -0.02em;
7669
8002
  font-weight: 500;
7670
8003
  }
@@ -7677,7 +8010,7 @@ h5,
7677
8010
  .scroll-top__caption-semi-bold___s0AWa,
7678
8011
  .scroll-top__captionSemiBold___kaoff {
7679
8012
  font-size: 12px;
7680
- line-height: 14px;
8013
+ line-height: 1.5;
7681
8014
  letter-spacing: -0.02em;
7682
8015
  font-weight: 600;
7683
8016
  }
@@ -7838,7 +8171,7 @@ h5,
7838
8171
  }
7839
8172
  .scroll-top__scrollTop___xohSh .scroll-top__scrollTopText___lswQd {
7840
8173
  font-size: 12px;
7841
- line-height: 14px;
8174
+ line-height: 1.5;
7842
8175
  letter-spacing: -0.02em;
7843
8176
  font-weight: 400;
7844
8177
  }
@@ -7986,7 +8319,7 @@ h4,
7986
8319
  letter-spacing: -0.02em;
7987
8320
  color: var(--textHeading, #26201a);
7988
8321
  font-size: 16px;
7989
- line-height: 18px;
8322
+ line-height: 1.5;
7990
8323
  }
7991
8324
  @media only screen and (min-width: 769px) {
7992
8325
  h4,
@@ -7995,7 +8328,7 @@ h4,
7995
8328
  letter-spacing: -0.02em;
7996
8329
  color: var(--textHeading, #26201a);
7997
8330
  font-size: 20px;
7998
- line-height: 24px;
8331
+ line-height: 1.5;
7999
8332
  }
8000
8333
  }
8001
8334
  h5,
@@ -8062,7 +8395,7 @@ h5,
8062
8395
  .empty-state__caption-medium___Cj9cn,
8063
8396
  .empty-state__captionMedium___e0w26 {
8064
8397
  font-size: 12px;
8065
- line-height: 14px;
8398
+ line-height: 1.5;
8066
8399
  letter-spacing: -0.02em;
8067
8400
  font-weight: 500;
8068
8401
  }
@@ -8075,7 +8408,7 @@ h5,
8075
8408
  .empty-state__caption-semi-bold___ftnL8,
8076
8409
  .empty-state__captionSemiBold___yK0OI {
8077
8410
  font-size: 12px;
8078
- line-height: 14px;
8411
+ line-height: 1.5;
8079
8412
  letter-spacing: -0.02em;
8080
8413
  font-weight: 600;
8081
8414
  }
@@ -8379,7 +8712,7 @@ h4,
8379
8712
  letter-spacing: -0.02em;
8380
8713
  color: var(--textHeading, #26201a);
8381
8714
  font-size: 16px;
8382
- line-height: 18px;
8715
+ line-height: 1.5;
8383
8716
  }
8384
8717
  @media only screen and (min-width: 769px) {
8385
8718
  h4,
@@ -8388,7 +8721,7 @@ h4,
8388
8721
  letter-spacing: -0.02em;
8389
8722
  color: var(--textHeading, #26201a);
8390
8723
  font-size: 20px;
8391
- line-height: 24px;
8724
+ line-height: 1.5;
8392
8725
  }
8393
8726
  }
8394
8727
  h5,
@@ -8455,7 +8788,7 @@ h5,
8455
8788
  .add-to-cart__caption-medium___Omcfi,
8456
8789
  .add-to-cart__captionMedium___YBN3Y {
8457
8790
  font-size: 12px;
8458
- line-height: 14px;
8791
+ line-height: 1.5;
8459
8792
  letter-spacing: -0.02em;
8460
8793
  font-weight: 500;
8461
8794
  }
@@ -8468,7 +8801,7 @@ h5,
8468
8801
  .add-to-cart__caption-semi-bold___Gm7jC,
8469
8802
  .add-to-cart__captionSemiBold___FefSJ {
8470
8803
  font-size: 12px;
8471
- line-height: 14px;
8804
+ line-height: 1.5;
8472
8805
  letter-spacing: -0.02em;
8473
8806
  font-weight: 600;
8474
8807
  }
@@ -9237,7 +9570,7 @@ h4,
9237
9570
  letter-spacing: -0.02em;
9238
9571
  color: var(--textHeading, #26201a);
9239
9572
  font-size: 16px;
9240
- line-height: 18px;
9573
+ line-height: 1.5;
9241
9574
  }
9242
9575
  @media only screen and (min-width: 769px) {
9243
9576
  h4,
@@ -9246,7 +9579,7 @@ h4,
9246
9579
  letter-spacing: -0.02em;
9247
9580
  color: var(--textHeading, #26201a);
9248
9581
  font-size: 20px;
9249
- line-height: 24px;
9582
+ line-height: 1.5;
9250
9583
  }
9251
9584
  }
9252
9585
  h5,
@@ -9313,7 +9646,7 @@ h5,
9313
9646
  .pic-zoom__caption-medium___WlapQ,
9314
9647
  .pic-zoom__captionMedium___hrlKZ {
9315
9648
  font-size: 12px;
9316
- line-height: 14px;
9649
+ line-height: 1.5;
9317
9650
  letter-spacing: -0.02em;
9318
9651
  font-weight: 500;
9319
9652
  }
@@ -9326,7 +9659,7 @@ h5,
9326
9659
  .pic-zoom__caption-semi-bold___Q_OYT,
9327
9660
  .pic-zoom__captionSemiBold___jAqbA {
9328
9661
  font-size: 12px;
9329
- line-height: 14px;
9662
+ line-height: 1.5;
9330
9663
  letter-spacing: -0.02em;
9331
9664
  font-weight: 600;
9332
9665
  }
@@ -9678,7 +10011,7 @@ h4,
9678
10011
  letter-spacing: -0.02em;
9679
10012
  color: var(--textHeading, #26201a);
9680
10013
  font-size: 16px;
9681
- line-height: 18px;
10014
+ line-height: 1.5;
9682
10015
  }
9683
10016
  @media only screen and (min-width: 769px) {
9684
10017
  h4,
@@ -9687,7 +10020,7 @@ h4,
9687
10020
  letter-spacing: -0.02em;
9688
10021
  color: var(--textHeading, #26201a);
9689
10022
  font-size: 20px;
9690
- line-height: 24px;
10023
+ line-height: 1.5;
9691
10024
  }
9692
10025
  }
9693
10026
  h5,
@@ -9754,7 +10087,7 @@ h5,
9754
10087
  .image-gallery__caption-medium___yHRMW,
9755
10088
  .image-gallery__captionMedium___bTN7h {
9756
10089
  font-size: 12px;
9757
- line-height: 14px;
10090
+ line-height: 1.5;
9758
10091
  letter-spacing: -0.02em;
9759
10092
  font-weight: 500;
9760
10093
  }
@@ -9767,7 +10100,7 @@ h5,
9767
10100
  .image-gallery__caption-semi-bold___qpxl3,
9768
10101
  .image-gallery__captionSemiBold___T6Ai1 {
9769
10102
  font-size: 12px;
9770
- line-height: 14px;
10103
+ line-height: 1.5;
9771
10104
  letter-spacing: -0.02em;
9772
10105
  font-weight: 600;
9773
10106
  }
@@ -10284,7 +10617,7 @@ h4,
10284
10617
  letter-spacing: -0.02em;
10285
10618
  color: var(--textHeading, #26201a);
10286
10619
  font-size: 16px;
10287
- line-height: 18px;
10620
+ line-height: 1.5;
10288
10621
  }
10289
10622
  @media only screen and (min-width: 769px) {
10290
10623
  h4,
@@ -10293,7 +10626,7 @@ h4,
10293
10626
  letter-spacing: -0.02em;
10294
10627
  color: var(--textHeading, #26201a);
10295
10628
  font-size: 20px;
10296
- line-height: 24px;
10629
+ line-height: 1.5;
10297
10630
  }
10298
10631
  }
10299
10632
  h5,
@@ -10360,7 +10693,7 @@ h5,
10360
10693
  .lightbox-image__caption-medium___iGXDq,
10361
10694
  .lightbox-image__captionMedium___lv54U {
10362
10695
  font-size: 12px;
10363
- line-height: 14px;
10696
+ line-height: 1.5;
10364
10697
  letter-spacing: -0.02em;
10365
10698
  font-weight: 500;
10366
10699
  }
@@ -10373,7 +10706,7 @@ h5,
10373
10706
  .lightbox-image__caption-semi-bold___mEkYg,
10374
10707
  .lightbox-image__captionSemiBold___y_0rr {
10375
10708
  font-size: 12px;
10376
- line-height: 14px;
10709
+ line-height: 1.5;
10377
10710
  letter-spacing: -0.02em;
10378
10711
  font-weight: 600;
10379
10712
  }
@@ -11086,7 +11419,7 @@ h4,
11086
11419
  letter-spacing: -0.02em;
11087
11420
  color: var(--textHeading, #26201a);
11088
11421
  font-size: 16px;
11089
- line-height: 18px;
11422
+ line-height: 1.5;
11090
11423
  }
11091
11424
  @media only screen and (min-width: 769px) {
11092
11425
  h4,
@@ -11095,7 +11428,7 @@ h4,
11095
11428
  letter-spacing: -0.02em;
11096
11429
  color: var(--textHeading, #26201a);
11097
11430
  font-size: 20px;
11098
- line-height: 24px;
11431
+ line-height: 1.5;
11099
11432
  }
11100
11433
  }
11101
11434
  h5,
@@ -11162,7 +11495,7 @@ h5,
11162
11495
  .mobile-slider__caption-medium___AS2ab,
11163
11496
  .mobile-slider__captionMedium___Bh1kJ {
11164
11497
  font-size: 12px;
11165
- line-height: 14px;
11498
+ line-height: 1.5;
11166
11499
  letter-spacing: -0.02em;
11167
11500
  font-weight: 500;
11168
11501
  }
@@ -11175,7 +11508,7 @@ h5,
11175
11508
  .mobile-slider__caption-semi-bold___O9gkY,
11176
11509
  .mobile-slider__captionSemiBold___Lmo6y {
11177
11510
  font-size: 12px;
11178
- line-height: 14px;
11511
+ line-height: 1.5;
11179
11512
  letter-spacing: -0.02em;
11180
11513
  font-weight: 600;
11181
11514
  }
@@ -11592,7 +11925,7 @@ h4,
11592
11925
  letter-spacing: -0.02em;
11593
11926
  color: var(--textHeading, #26201a);
11594
11927
  font-size: 16px;
11595
- line-height: 18px;
11928
+ line-height: 1.5;
11596
11929
  }
11597
11930
  @media only screen and (min-width: 769px) {
11598
11931
  h4,
@@ -11601,7 +11934,7 @@ h4,
11601
11934
  letter-spacing: -0.02em;
11602
11935
  color: var(--textHeading, #26201a);
11603
11936
  font-size: 20px;
11604
- line-height: 24px;
11937
+ line-height: 1.5;
11605
11938
  }
11606
11939
  }
11607
11940
  h5,
@@ -11668,7 +12001,7 @@ h5,
11668
12001
  .product-variants__caption-medium___P8wbS,
11669
12002
  .product-variants__captionMedium___uPEVq {
11670
12003
  font-size: 12px;
11671
- line-height: 14px;
12004
+ line-height: 1.5;
11672
12005
  letter-spacing: -0.02em;
11673
12006
  font-weight: 500;
11674
12007
  }
@@ -11681,7 +12014,7 @@ h5,
11681
12014
  .product-variants__caption-semi-bold___Q50ad,
11682
12015
  .product-variants__captionSemiBold____2T0B {
11683
12016
  font-size: 12px;
11684
- line-height: 14px;
12017
+ line-height: 1.5;
11685
12018
  letter-spacing: -0.02em;
11686
12019
  font-weight: 600;
11687
12020
  }
@@ -12073,7 +12406,7 @@ h4,
12073
12406
  letter-spacing: -0.02em;
12074
12407
  color: var(--textHeading, #26201a);
12075
12408
  font-size: 16px;
12076
- line-height: 18px;
12409
+ line-height: 1.5;
12077
12410
  }
12078
12411
  @media only screen and (min-width: 769px) {
12079
12412
  h4,
@@ -12082,7 +12415,7 @@ h4,
12082
12415
  letter-spacing: -0.02em;
12083
12416
  color: var(--textHeading, #26201a);
12084
12417
  font-size: 20px;
12085
- line-height: 24px;
12418
+ line-height: 1.5;
12086
12419
  }
12087
12420
  }
12088
12421
  h5,
@@ -12149,7 +12482,7 @@ h5,
12149
12482
  .delivery-info__caption-medium___HT4YG,
12150
12483
  .delivery-info__captionMedium___rzTzv {
12151
12484
  font-size: 12px;
12152
- line-height: 14px;
12485
+ line-height: 1.5;
12153
12486
  letter-spacing: -0.02em;
12154
12487
  font-weight: 500;
12155
12488
  }
@@ -12162,7 +12495,7 @@ h5,
12162
12495
  .delivery-info__caption-semi-bold___AmQ4R,
12163
12496
  .delivery-info__captionSemiBold___Vnuwe {
12164
12497
  font-size: 12px;
12165
- line-height: 14px;
12498
+ line-height: 1.5;
12166
12499
  letter-spacing: -0.02em;
12167
12500
  font-weight: 600;
12168
12501
  }
@@ -12549,7 +12882,7 @@ h4,
12549
12882
  letter-spacing: -0.02em;
12550
12883
  color: var(--textHeading, #26201a);
12551
12884
  font-size: 16px;
12552
- line-height: 18px;
12885
+ line-height: 1.5;
12553
12886
  }
12554
12887
  @media only screen and (min-width: 769px) {
12555
12888
  h4,
@@ -12558,7 +12891,7 @@ h4,
12558
12891
  letter-spacing: -0.02em;
12559
12892
  color: var(--textHeading, #26201a);
12560
12893
  font-size: 20px;
12561
- line-height: 24px;
12894
+ line-height: 1.5;
12562
12895
  }
12563
12896
  }
12564
12897
  h5,
@@ -12625,7 +12958,7 @@ h5,
12625
12958
  .quantity-control__caption-medium___hXqzw,
12626
12959
  .quantity-control__captionMedium___aDZsC {
12627
12960
  font-size: 12px;
12628
- line-height: 14px;
12961
+ line-height: 1.5;
12629
12962
  letter-spacing: -0.02em;
12630
12963
  font-weight: 500;
12631
12964
  }
@@ -12638,7 +12971,7 @@ h5,
12638
12971
  .quantity-control__caption-semi-bold___Rxtpw,
12639
12972
  .quantity-control__captionSemiBold___JouZf {
12640
12973
  font-size: 12px;
12641
- line-height: 14px;
12974
+ line-height: 1.5;
12642
12975
  letter-spacing: -0.02em;
12643
12976
  font-weight: 600;
12644
12977
  }
@@ -12953,7 +13286,7 @@ h4,
12953
13286
  letter-spacing: -0.02em;
12954
13287
  color: var(--textHeading, #26201a);
12955
13288
  font-size: 16px;
12956
- line-height: 18px;
13289
+ line-height: 1.5;
12957
13290
  }
12958
13291
  @media only screen and (min-width: 769px) {
12959
13292
  h4,
@@ -12962,7 +13295,7 @@ h4,
12962
13295
  letter-spacing: -0.02em;
12963
13296
  color: var(--textHeading, #26201a);
12964
13297
  font-size: 20px;
12965
- line-height: 24px;
13298
+ line-height: 1.5;
12966
13299
  }
12967
13300
  }
12968
13301
  h5,
@@ -13029,7 +13362,7 @@ h5,
13029
13362
  .fy-dropdown__caption-medium___HCy1Y,
13030
13363
  .fy-dropdown__captionMedium___BdPX5 {
13031
13364
  font-size: 12px;
13032
- line-height: 14px;
13365
+ line-height: 1.5;
13033
13366
  letter-spacing: -0.02em;
13034
13367
  font-weight: 500;
13035
13368
  }
@@ -13042,7 +13375,7 @@ h5,
13042
13375
  .fy-dropdown__caption-semi-bold___RDalx,
13043
13376
  .fy-dropdown__captionSemiBold___t1x78 {
13044
13377
  font-size: 12px;
13045
- line-height: 14px;
13378
+ line-height: 1.5;
13046
13379
  letter-spacing: -0.02em;
13047
13380
  font-weight: 600;
13048
13381
  }
@@ -13393,7 +13726,7 @@ h4,
13393
13726
  letter-spacing: -0.02em;
13394
13727
  color: var(--textHeading, #26201a);
13395
13728
  font-size: 16px;
13396
- line-height: 18px;
13729
+ line-height: 1.5;
13397
13730
  }
13398
13731
  @media only screen and (min-width: 769px) {
13399
13732
  h4,
@@ -13402,7 +13735,7 @@ h4,
13402
13735
  letter-spacing: -0.02em;
13403
13736
  color: var(--textHeading, #26201a);
13404
13737
  font-size: 20px;
13405
- line-height: 24px;
13738
+ line-height: 1.5;
13406
13739
  }
13407
13740
  }
13408
13741
  h5,
@@ -13469,7 +13802,7 @@ h5,
13469
13802
  .size-guide__caption-medium___cPUBB,
13470
13803
  .size-guide__captionMedium____1br3 {
13471
13804
  font-size: 12px;
13472
- line-height: 14px;
13805
+ line-height: 1.5;
13473
13806
  letter-spacing: -0.02em;
13474
13807
  font-weight: 500;
13475
13808
  }
@@ -13482,7 +13815,7 @@ h5,
13482
13815
  .size-guide__caption-semi-bold___f3eCm,
13483
13816
  .size-guide__captionSemiBold___fe7xk {
13484
13817
  font-size: 12px;
13485
- line-height: 14px;
13818
+ line-height: 1.5;
13486
13819
  letter-spacing: -0.02em;
13487
13820
  font-weight: 600;
13488
13821
  }