@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
  .location-modal__caption-medium___aT4n9,
183
183
  .location-modal__captionMedium___t1teR {
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
  .location-modal__caption-semi-bold___tNtVa,
196
196
  .location-modal__captionSemiBold___eUfDW {
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
  }
@@ -518,7 +518,7 @@ h4,
518
518
  letter-spacing: -0.02em;
519
519
  color: var(--textHeading, #26201a);
520
520
  font-size: 16px;
521
- line-height: 18px;
521
+ line-height: 1.5;
522
522
  }
523
523
  @media only screen and (min-width: 769px) {
524
524
  h4,
@@ -527,7 +527,7 @@ h4,
527
527
  letter-spacing: -0.02em;
528
528
  color: var(--textHeading, #26201a);
529
529
  font-size: 20px;
530
- line-height: 24px;
530
+ line-height: 1.5;
531
531
  }
532
532
  }
533
533
  h5,
@@ -594,7 +594,7 @@ h5,
594
594
  .modal__caption-medium___GbhtF,
595
595
  .modal__captionMedium___zCJpb {
596
596
  font-size: 12px;
597
- line-height: 14px;
597
+ line-height: 1.5;
598
598
  letter-spacing: -0.02em;
599
599
  font-weight: 500;
600
600
  }
@@ -607,7 +607,7 @@ h5,
607
607
  .modal__caption-semi-bold___feZV5,
608
608
  .modal__captionSemiBold___pxAn7 {
609
609
  font-size: 12px;
610
- line-height: 14px;
610
+ line-height: 1.5;
611
611
  letter-spacing: -0.02em;
612
612
  font-weight: 600;
613
613
  }
@@ -998,7 +998,7 @@ h4,
998
998
  letter-spacing: -0.02em;
999
999
  color: var(--textHeading, #26201a);
1000
1000
  font-size: 16px;
1001
- line-height: 18px;
1001
+ line-height: 1.5;
1002
1002
  }
1003
1003
  @media only screen and (min-width: 769px) {
1004
1004
  h4,
@@ -1007,7 +1007,7 @@ h4,
1007
1007
  letter-spacing: -0.02em;
1008
1008
  color: var(--textHeading, #26201a);
1009
1009
  font-size: 20px;
1010
- line-height: 24px;
1010
+ line-height: 1.5;
1011
1011
  }
1012
1012
  }
1013
1013
  h5,
@@ -1074,7 +1074,7 @@ h5,
1074
1074
  .fy-input__caption-medium___ypzRG,
1075
1075
  .fy-input__captionMedium___cFBcK {
1076
1076
  font-size: 12px;
1077
- line-height: 14px;
1077
+ line-height: 1.5;
1078
1078
  letter-spacing: -0.02em;
1079
1079
  font-weight: 500;
1080
1080
  }
@@ -1087,7 +1087,7 @@ h5,
1087
1087
  .fy-input__caption-semi-bold___WmtaG,
1088
1088
  .fy-input__captionSemiBold___UuNTY {
1089
1089
  font-size: 12px;
1090
- line-height: 14px;
1090
+ line-height: 1.5;
1091
1091
  letter-spacing: -0.02em;
1092
1092
  font-weight: 600;
1093
1093
  }
@@ -1462,7 +1462,7 @@ h4,
1462
1462
  letter-spacing: -0.02em;
1463
1463
  color: var(--textHeading, #26201a);
1464
1464
  font-size: 16px;
1465
- line-height: 18px;
1465
+ line-height: 1.5;
1466
1466
  }
1467
1467
  @media only screen and (min-width: 769px) {
1468
1468
  h4,
@@ -1471,7 +1471,7 @@ h4,
1471
1471
  letter-spacing: -0.02em;
1472
1472
  color: var(--textHeading, #26201a);
1473
1473
  font-size: 20px;
1474
- line-height: 24px;
1474
+ line-height: 1.5;
1475
1475
  }
1476
1476
  }
1477
1477
  h5,
@@ -1538,7 +1538,7 @@ h5,
1538
1538
  .fy-button__caption-medium___PSB4T,
1539
1539
  .fy-button__captionMedium___iW0z_ {
1540
1540
  font-size: 12px;
1541
- line-height: 14px;
1541
+ line-height: 1.5;
1542
1542
  letter-spacing: -0.02em;
1543
1543
  font-weight: 500;
1544
1544
  }
@@ -1551,7 +1551,7 @@ h5,
1551
1551
  .fy-button__caption-semi-bold___FFG2N,
1552
1552
  .fy-button__captionSemiBold___czTMx {
1553
1553
  font-size: 12px;
1554
- line-height: 14px;
1554
+ line-height: 1.5;
1555
1555
  letter-spacing: -0.02em;
1556
1556
  font-weight: 600;
1557
1557
  }
@@ -1856,7 +1856,342 @@ h5,
1856
1856
  font-size: 16px;
1857
1857
  }
1858
1858
 
1859
- /* Absolute Center Spinner */
1859
+ /**color by character**/
1860
+ /** Font family **/
1861
+ /** Font weight **/
1862
+ .loader__display-block___C28Wh {
1863
+ display: block;
1864
+ }
1865
+ .loader__inline-block___qe6ST,
1866
+ .loader__inlineBlock___RbcTU {
1867
+ display: inline-block;
1868
+ }
1869
+ .loader__flex-row___jtutA {
1870
+ display: flex;
1871
+ }
1872
+ .loader__flex-column___Xo1gh,
1873
+ .loader__flexColumn___BZ1uV {
1874
+ display: flex;
1875
+ flex-direction: column;
1876
+ }
1877
+ .loader__flex-align-center___QKakD,
1878
+ .loader__flexAlignCenter____hCbC {
1879
+ display: flex;
1880
+ align-items: center;
1881
+ }
1882
+ .loader__flex-justify-center___iXbnu,
1883
+ .loader__flexJustifyCenter___x_1Sc {
1884
+ display: flex;
1885
+ justify-content: center;
1886
+ }
1887
+ .loader__flex-center___cERbN,
1888
+ .loader__flexCenter___FRjsH {
1889
+ display: flex;
1890
+ justify-content: center;
1891
+ align-items: center;
1892
+ }
1893
+ .loader__justify-start___PXa_q,
1894
+ .loader__justifyStart___RIbpq {
1895
+ justify-content: flex-start;
1896
+ }
1897
+ .loader__justify-end___N_MxT,
1898
+ .loader__justifyEnd___c9Puj {
1899
+ justify-content: flex-end;
1900
+ }
1901
+ .loader__justify-between___ryNlc,
1902
+ .loader__justifyBetween___bNm10 {
1903
+ justify-content: space-between;
1904
+ }
1905
+ .loader__justify-around___kWvQU,
1906
+ .loader__justifyAround___TO6v6 {
1907
+ justify-content: space-around;
1908
+ }
1909
+ .loader__justify-evenly___r6oLK,
1910
+ .loader__justifyEvenly___NI1zZ {
1911
+ justify-content: space-evenly;
1912
+ }
1913
+ h1,
1914
+ .loader__h1___N9UmV {
1915
+ font-weight: 700;
1916
+ font-size: 28px;
1917
+ line-height: 42px;
1918
+ letter-spacing: -0.03em;
1919
+ color: var(--textHeading, #26201a);
1920
+ }
1921
+ @media only screen and (min-width: 769px) {
1922
+ h1,
1923
+ .loader__h1___N9UmV {
1924
+ font-size: 36px;
1925
+ line-height: 48px;
1926
+ }
1927
+ }
1928
+ h2,
1929
+ .loader__h2___tLPka {
1930
+ font-weight: 700;
1931
+ font-size: 28px;
1932
+ line-height: 36px;
1933
+ letter-spacing: -0.03em;
1934
+ color: var(--textHeading, #26201a);
1935
+ }
1936
+ @media only screen and (min-width: 769px) {
1937
+ h2,
1938
+ .loader__h2___tLPka {
1939
+ font-size: 32px;
1940
+ line-height: 42px;
1941
+ }
1942
+ }
1943
+ h3,
1944
+ .loader__h3___lpAs2 {
1945
+ font-weight: 700;
1946
+ letter-spacing: -0.02em;
1947
+ color: var(--textHeading, #26201a);
1948
+ font-size: 24px;
1949
+ line-height: 32px;
1950
+ }
1951
+ @media only screen and (min-width: 769px) {
1952
+ h3,
1953
+ .loader__h3___lpAs2 {
1954
+ font-weight: 700;
1955
+ letter-spacing: -0.02em;
1956
+ color: var(--textHeading, #26201a);
1957
+ font-size: 28px;
1958
+ line-height: 36px;
1959
+ }
1960
+ }
1961
+ h4,
1962
+ .loader__h4___I9T7x {
1963
+ font-weight: 600;
1964
+ letter-spacing: -0.02em;
1965
+ color: var(--textHeading, #26201a);
1966
+ font-size: 16px;
1967
+ line-height: 1.5;
1968
+ }
1969
+ @media only screen and (min-width: 769px) {
1970
+ h4,
1971
+ .loader__h4___I9T7x {
1972
+ font-weight: 600;
1973
+ letter-spacing: -0.02em;
1974
+ color: var(--textHeading, #26201a);
1975
+ font-size: 20px;
1976
+ line-height: 1.5;
1977
+ }
1978
+ }
1979
+ h5,
1980
+ .loader__h5___U0S2a {
1981
+ font-weight: 600;
1982
+ font-size: 14px;
1983
+ line-height: 16px;
1984
+ letter-spacing: -0.02em;
1985
+ color: var(--textHeading, #26201a);
1986
+ }
1987
+ @media only screen and (min-width: 769px) {
1988
+ h5,
1989
+ .loader__h5___U0S2a {
1990
+ font-size: 16px;
1991
+ line-height: 18px;
1992
+ }
1993
+ }
1994
+ .loader__b1___ava08 {
1995
+ font-weight: 400;
1996
+ font-size: 14px;
1997
+ line-height: 18px;
1998
+ letter-spacing: -0.02em;
1999
+ color: var(--textBody, #3c3131);
2000
+ }
2001
+ @media only screen and (min-width: 769px) {
2002
+ .loader__b1___ava08 {
2003
+ font-size: 16px;
2004
+ line-height: 20px;
2005
+ }
2006
+ }
2007
+ .loader__b-small___MxINE,
2008
+ .loader__bSmall___vHKDM,
2009
+ .loader__b2___yNXNt {
2010
+ font-weight: 400;
2011
+ letter-spacing: -0.02em;
2012
+ color: var(--textBody, #3c3131);
2013
+ font-size: 12px;
2014
+ line-height: 16px;
2015
+ }
2016
+ @media only screen and (min-width: 769px) {
2017
+ .loader__b-small___MxINE,
2018
+ .loader__bSmall___vHKDM,
2019
+ .loader__b2___yNXNt {
2020
+ font-weight: 400;
2021
+ letter-spacing: -0.02em;
2022
+ color: var(--textBody, #3c3131);
2023
+ font-size: 14px;
2024
+ line-height: 18px;
2025
+ }
2026
+ }
2027
+ .loader__d1___zLD7l {
2028
+ font-size: 36px;
2029
+ font-weight: 700;
2030
+ line-height: 48px;
2031
+ letter-spacing: -0.02em;
2032
+ }
2033
+ @media only screen and (min-width: 769px) {
2034
+ .loader__d1___zLD7l {
2035
+ font-size: 64px;
2036
+ line-height: 85px;
2037
+ letter-spacing: -0.03em;
2038
+ }
2039
+ }
2040
+ .loader__caption-medium___Urevx,
2041
+ .loader__captionMedium___AiB4A {
2042
+ font-size: 12px;
2043
+ line-height: 1.5;
2044
+ letter-spacing: -0.02em;
2045
+ font-weight: 500;
2046
+ }
2047
+ @media only screen and (max-width: 480px) {
2048
+ .loader__caption-medium___Urevx,
2049
+ .loader__captionMedium___AiB4A {
2050
+ font-size: 11px;
2051
+ }
2052
+ }
2053
+ .loader__caption-semi-bold___F9hrq,
2054
+ .loader__captionSemiBold___GwZZD {
2055
+ font-size: 12px;
2056
+ line-height: 1.5;
2057
+ letter-spacing: -0.02em;
2058
+ font-weight: 600;
2059
+ }
2060
+ @media only screen and (max-width: 480px) {
2061
+ .loader__caption-semi-bold___F9hrq,
2062
+ .loader__captionSemiBold___GwZZD {
2063
+ font-size: 11px;
2064
+ }
2065
+ }
2066
+ .loader__btn-link___z7cQQ,
2067
+ .loader__btnLink___hjxLE {
2068
+ font-weight: 500;
2069
+ letter-spacing: -0.02em;
2070
+ font-size: 12px;
2071
+ line-height: 14px;
2072
+ border-radius: var(--buttonRadius, 0px);
2073
+ cursor: pointer;
2074
+ color: var(--buttonLink, #b1655b);
2075
+ text-decoration: underline;
2076
+ background: none;
2077
+ border: none;
2078
+ }
2079
+ @media only screen and (min-width: 769px) {
2080
+ .loader__btn-link___z7cQQ,
2081
+ .loader__btnLink___hjxLE {
2082
+ font-weight: 500;
2083
+ letter-spacing: -0.02em;
2084
+ font-size: 14px;
2085
+ line-height: 16px;
2086
+ }
2087
+ }
2088
+ .loader__btn-link___z7cQQ:hover,
2089
+ .loader__btnLink___hjxLE:hover {
2090
+ color: var(--buttonLinkL1, #c1847c);
2091
+ }
2092
+ .loader__btn-link___z7cQQ:disabled,
2093
+ .loader__btnLink___hjxLE:disabled {
2094
+ color: var(--buttonLinkL2, #d0a39d);
2095
+ }
2096
+ .loader__btn-link___z7cQQ:active,
2097
+ .loader__btnLink___hjxLE:active {
2098
+ opacity: 0.8;
2099
+ }
2100
+ .loader__user-select-none___M5hoJ,
2101
+ .loader__userSelectNone___iA0b1 {
2102
+ user-select: none;
2103
+ -moz-user-select: none;
2104
+ -webkit-user-select: none;
2105
+ -ms-user-select: none;
2106
+ }
2107
+ .loader__margin-0-auto___T2r2j,
2108
+ .loader__margin0auto___ZVL7u {
2109
+ margin: 0 auto;
2110
+ }
2111
+ .loader__base-page-container____Zsxk,
2112
+ .loader__basePageContainer___DLiFl {
2113
+ max-width: 1440px !important;
2114
+ }
2115
+ .loader__remove-scroll___hWs9Y,
2116
+ .loader__removeScroll___HDDzE {
2117
+ overflow-y: hidden !important;
2118
+ }
2119
+ .loader__mr-5___eLBs7,
2120
+ .loader__mr5___zJD9I {
2121
+ margin-inline-end: 30px !important;
2122
+ }
2123
+ .loader__mr-2___tbwub,
2124
+ .loader__mr2___X89Qh {
2125
+ margin-inline-end: 5px !important;
2126
+ }
2127
+ .loader__py-5___pdJLF,
2128
+ .loader__py5___AvRNG {
2129
+ padding-top: 1.875rem !important;
2130
+ padding-bottom: 1.875rem !important;
2131
+ }
2132
+ .loader__view-all-text___liiUk,
2133
+ .loader__viewAllText___Y96u7 {
2134
+ font-size: 20px;
2135
+ font-weight: 400;
2136
+ text-transform: lowercase;
2137
+ text-decoration: underline;
2138
+ }
2139
+ .loader__view-all-mobile___ZXDhV,
2140
+ .loader__viewAllMobile___h_w0I {
2141
+ display: none;
2142
+ }
2143
+ @media only screen and (max-width: 768px) {
2144
+ .loader__view-all-mobile___ZXDhV,
2145
+ .loader__viewAllMobile___h_w0I {
2146
+ display: flex;
2147
+ align-items: center;
2148
+ justify-content: center;
2149
+ margin-top: 40px;
2150
+ }
2151
+ }
2152
+ @media only screen and (max-width: 480px) {
2153
+ .loader__view-all-mobile___ZXDhV,
2154
+ .loader__viewAllMobile___h_w0I {
2155
+ margin-top: 24px;
2156
+ }
2157
+ }
2158
+ .loader__accent-btn___P6FBY,
2159
+ .loader__accentBtn___VC5di {
2160
+ background-color: var(--accentColor);
2161
+ color: #fff;
2162
+ }
2163
+ .loader__no-scroll___vVb6b,
2164
+ .loader__noScroll___ddkr9 {
2165
+ overflow-y: hidden;
2166
+ }
2167
+ .loader__hide-overflow___sIszC,
2168
+ .loader__hideOverflow___qX4zB {
2169
+ overflow: hidden;
2170
+ }
2171
+ .loader__markdown-body___ZDTE_ h6 {
2172
+ margin-top: 0 !important;
2173
+ margin-bottom: 0 !important;
2174
+ }
2175
+ @media only screen and (max-width: 480px) {
2176
+ .loader__markdown-body___ZDTE_ {
2177
+ font-size: 12px !important;
2178
+ padding: 5px !important;
2179
+ }
2180
+ }
2181
+ .loader__view3d-canvas___Y51aL {
2182
+ width: 100%;
2183
+ height: 100%;
2184
+ }
2185
+ @media only screen and (max-width: 480px) {
2186
+ .loader__view-mobile-up___tbZ1n {
2187
+ display: none !important;
2188
+ }
2189
+ }
2190
+ @media only screen and (min-width: 481px) {
2191
+ .loader__view-mobile___zSuiC {
2192
+ display: none !important;
2193
+ }
2194
+ }
1860
2195
  .loader__loading___r6ySa {
1861
2196
  position: fixed;
1862
2197
  z-index: 2000;
@@ -1984,10 +2319,8 @@ h5,
1984
2319
  z-index: 222;
1985
2320
  }
1986
2321
  .loader__loader___ytdT3 {
1987
- border: 8px solid #f3f3f3;
1988
- /* Light grey */
1989
- border-top: 8px solid #3498db;
1990
- /* Blue */
2322
+ border: 8px solid var(--themeAccentL4, #f9f6f0);
2323
+ border-top: 8px solid var(--themeAccentD3, #5c584e);
1991
2324
  border-radius: 50%;
1992
2325
  width: 50px;
1993
2326
  height: 50px;
@@ -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
  .order-header__caption-medium___eyiAZ,
183
183
  .order-header__captionMedium___UH4Ap {
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
  .order-header__caption-semi-bold___lcMhe,
196
196
  .order-header__captionSemiBold___Z3MGQ {
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
  }
@@ -545,7 +545,7 @@ h4,
545
545
  letter-spacing: -0.02em;
546
546
  color: var(--textHeading, #26201a);
547
547
  font-size: 16px;
548
- line-height: 18px;
548
+ line-height: 1.5;
549
549
  }
550
550
  @media only screen and (min-width: 769px) {
551
551
  h4,
@@ -554,7 +554,7 @@ h4,
554
554
  letter-spacing: -0.02em;
555
555
  color: var(--textHeading, #26201a);
556
556
  font-size: 20px;
557
- line-height: 24px;
557
+ line-height: 1.5;
558
558
  }
559
559
  }
560
560
  h5,
@@ -621,7 +621,7 @@ h5,
621
621
  .dropdown__caption-medium___OjyHY,
622
622
  .dropdown__captionMedium___LM7MY {
623
623
  font-size: 12px;
624
- line-height: 14px;
624
+ line-height: 1.5;
625
625
  letter-spacing: -0.02em;
626
626
  font-weight: 500;
627
627
  }
@@ -634,7 +634,7 @@ h5,
634
634
  .dropdown__caption-semi-bold___UmDDQ,
635
635
  .dropdown__captionSemiBold___k3W8T {
636
636
  font-size: 12px;
637
- line-height: 14px;
637
+ line-height: 1.5;
638
638
  letter-spacing: -0.02em;
639
639
  font-weight: 600;
640
640
  }
@@ -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
  .order-shipment__caption-medium___iVsKd,
183
183
  .order-shipment__captionMedium___heY5O {
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
  .order-shipment__caption-semi-bold___GDTDo,
196
196
  .order-shipment__captionSemiBold___QfcUW {
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
  }
@@ -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
  .payment-detail-card__caption-medium____kvyN,
183
183
  .payment-detail-card__captionMedium___prw4Y {
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
  .payment-detail-card__caption-semi-bold___CW03U,
196
196
  .payment-detail-card__captionSemiBold___Q0zrG {
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
  }
@@ -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
  .price-breakup__caption-medium___wWsTp,
183
183
  .price-breakup__captionMedium___mD2FZ {
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
  .price-breakup__caption-semi-bold___jb1u9,
196
196
  .price-breakup__captionSemiBold___OqTV0 {
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
  }