@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
  .add-email-modal__caption-medium___UFH3U,
183
183
  .add-email-modal__captionMedium___anbKE {
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
  .add-email-modal__caption-semi-bold___HG66X,
196
196
  .add-email-modal__captionSemiBold___njmuE {
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
  }
@@ -522,7 +522,7 @@ h4,
522
522
  letter-spacing: -0.02em;
523
523
  color: var(--textHeading, #26201a);
524
524
  font-size: 16px;
525
- line-height: 18px;
525
+ line-height: 1.5;
526
526
  }
527
527
  @media only screen and (min-width: 769px) {
528
528
  h4,
@@ -531,7 +531,7 @@ h4,
531
531
  letter-spacing: -0.02em;
532
532
  color: var(--textHeading, #26201a);
533
533
  font-size: 20px;
534
- line-height: 24px;
534
+ line-height: 1.5;
535
535
  }
536
536
  }
537
537
  h5,
@@ -598,7 +598,7 @@ h5,
598
598
  .modal__caption-medium___GbhtF,
599
599
  .modal__captionMedium___zCJpb {
600
600
  font-size: 12px;
601
- line-height: 14px;
601
+ line-height: 1.5;
602
602
  letter-spacing: -0.02em;
603
603
  font-weight: 500;
604
604
  }
@@ -611,7 +611,7 @@ h5,
611
611
  .modal__caption-semi-bold___feZV5,
612
612
  .modal__captionSemiBold___pxAn7 {
613
613
  font-size: 12px;
614
- line-height: 14px;
614
+ line-height: 1.5;
615
615
  letter-spacing: -0.02em;
616
616
  font-weight: 600;
617
617
  }
@@ -1002,7 +1002,7 @@ h4,
1002
1002
  letter-spacing: -0.02em;
1003
1003
  color: var(--textHeading, #26201a);
1004
1004
  font-size: 16px;
1005
- line-height: 18px;
1005
+ line-height: 1.5;
1006
1006
  }
1007
1007
  @media only screen and (min-width: 769px) {
1008
1008
  h4,
@@ -1011,7 +1011,7 @@ h4,
1011
1011
  letter-spacing: -0.02em;
1012
1012
  color: var(--textHeading, #26201a);
1013
1013
  font-size: 20px;
1014
- line-height: 24px;
1014
+ line-height: 1.5;
1015
1015
  }
1016
1016
  }
1017
1017
  h5,
@@ -1078,7 +1078,7 @@ h5,
1078
1078
  .fy-input__caption-medium___ypzRG,
1079
1079
  .fy-input__captionMedium___cFBcK {
1080
1080
  font-size: 12px;
1081
- line-height: 14px;
1081
+ line-height: 1.5;
1082
1082
  letter-spacing: -0.02em;
1083
1083
  font-weight: 500;
1084
1084
  }
@@ -1091,7 +1091,7 @@ h5,
1091
1091
  .fy-input__caption-semi-bold___WmtaG,
1092
1092
  .fy-input__captionSemiBold___UuNTY {
1093
1093
  font-size: 12px;
1094
- line-height: 14px;
1094
+ line-height: 1.5;
1095
1095
  letter-spacing: -0.02em;
1096
1096
  font-weight: 600;
1097
1097
  }
@@ -1466,7 +1466,7 @@ h4,
1466
1466
  letter-spacing: -0.02em;
1467
1467
  color: var(--textHeading, #26201a);
1468
1468
  font-size: 16px;
1469
- line-height: 18px;
1469
+ line-height: 1.5;
1470
1470
  }
1471
1471
  @media only screen and (min-width: 769px) {
1472
1472
  h4,
@@ -1475,7 +1475,7 @@ h4,
1475
1475
  letter-spacing: -0.02em;
1476
1476
  color: var(--textHeading, #26201a);
1477
1477
  font-size: 20px;
1478
- line-height: 24px;
1478
+ line-height: 1.5;
1479
1479
  }
1480
1480
  }
1481
1481
  h5,
@@ -1542,7 +1542,7 @@ h5,
1542
1542
  .fy-button__caption-medium___PSB4T,
1543
1543
  .fy-button__captionMedium___iW0z_ {
1544
1544
  font-size: 12px;
1545
- line-height: 14px;
1545
+ line-height: 1.5;
1546
1546
  letter-spacing: -0.02em;
1547
1547
  font-weight: 500;
1548
1548
  }
@@ -1555,7 +1555,7 @@ h5,
1555
1555
  .fy-button__caption-semi-bold___FFG2N,
1556
1556
  .fy-button__captionSemiBold___czTMx {
1557
1557
  font-size: 12px;
1558
- line-height: 14px;
1558
+ line-height: 1.5;
1559
1559
  letter-spacing: -0.02em;
1560
1560
  font-weight: 600;
1561
1561
  }
@@ -1860,7 +1860,342 @@ h5,
1860
1860
  font-size: 16px;
1861
1861
  }
1862
1862
 
1863
- /* Absolute Center Spinner */
1863
+ /**color by character**/
1864
+ /** Font family **/
1865
+ /** Font weight **/
1866
+ .loader__display-block___C28Wh {
1867
+ display: block;
1868
+ }
1869
+ .loader__inline-block___qe6ST,
1870
+ .loader__inlineBlock___RbcTU {
1871
+ display: inline-block;
1872
+ }
1873
+ .loader__flex-row___jtutA {
1874
+ display: flex;
1875
+ }
1876
+ .loader__flex-column___Xo1gh,
1877
+ .loader__flexColumn___BZ1uV {
1878
+ display: flex;
1879
+ flex-direction: column;
1880
+ }
1881
+ .loader__flex-align-center___QKakD,
1882
+ .loader__flexAlignCenter____hCbC {
1883
+ display: flex;
1884
+ align-items: center;
1885
+ }
1886
+ .loader__flex-justify-center___iXbnu,
1887
+ .loader__flexJustifyCenter___x_1Sc {
1888
+ display: flex;
1889
+ justify-content: center;
1890
+ }
1891
+ .loader__flex-center___cERbN,
1892
+ .loader__flexCenter___FRjsH {
1893
+ display: flex;
1894
+ justify-content: center;
1895
+ align-items: center;
1896
+ }
1897
+ .loader__justify-start___PXa_q,
1898
+ .loader__justifyStart___RIbpq {
1899
+ justify-content: flex-start;
1900
+ }
1901
+ .loader__justify-end___N_MxT,
1902
+ .loader__justifyEnd___c9Puj {
1903
+ justify-content: flex-end;
1904
+ }
1905
+ .loader__justify-between___ryNlc,
1906
+ .loader__justifyBetween___bNm10 {
1907
+ justify-content: space-between;
1908
+ }
1909
+ .loader__justify-around___kWvQU,
1910
+ .loader__justifyAround___TO6v6 {
1911
+ justify-content: space-around;
1912
+ }
1913
+ .loader__justify-evenly___r6oLK,
1914
+ .loader__justifyEvenly___NI1zZ {
1915
+ justify-content: space-evenly;
1916
+ }
1917
+ h1,
1918
+ .loader__h1___N9UmV {
1919
+ font-weight: 700;
1920
+ font-size: 28px;
1921
+ line-height: 42px;
1922
+ letter-spacing: -0.03em;
1923
+ color: var(--textHeading, #26201a);
1924
+ }
1925
+ @media only screen and (min-width: 769px) {
1926
+ h1,
1927
+ .loader__h1___N9UmV {
1928
+ font-size: 36px;
1929
+ line-height: 48px;
1930
+ }
1931
+ }
1932
+ h2,
1933
+ .loader__h2___tLPka {
1934
+ font-weight: 700;
1935
+ font-size: 28px;
1936
+ line-height: 36px;
1937
+ letter-spacing: -0.03em;
1938
+ color: var(--textHeading, #26201a);
1939
+ }
1940
+ @media only screen and (min-width: 769px) {
1941
+ h2,
1942
+ .loader__h2___tLPka {
1943
+ font-size: 32px;
1944
+ line-height: 42px;
1945
+ }
1946
+ }
1947
+ h3,
1948
+ .loader__h3___lpAs2 {
1949
+ font-weight: 700;
1950
+ letter-spacing: -0.02em;
1951
+ color: var(--textHeading, #26201a);
1952
+ font-size: 24px;
1953
+ line-height: 32px;
1954
+ }
1955
+ @media only screen and (min-width: 769px) {
1956
+ h3,
1957
+ .loader__h3___lpAs2 {
1958
+ font-weight: 700;
1959
+ letter-spacing: -0.02em;
1960
+ color: var(--textHeading, #26201a);
1961
+ font-size: 28px;
1962
+ line-height: 36px;
1963
+ }
1964
+ }
1965
+ h4,
1966
+ .loader__h4___I9T7x {
1967
+ font-weight: 600;
1968
+ letter-spacing: -0.02em;
1969
+ color: var(--textHeading, #26201a);
1970
+ font-size: 16px;
1971
+ line-height: 1.5;
1972
+ }
1973
+ @media only screen and (min-width: 769px) {
1974
+ h4,
1975
+ .loader__h4___I9T7x {
1976
+ font-weight: 600;
1977
+ letter-spacing: -0.02em;
1978
+ color: var(--textHeading, #26201a);
1979
+ font-size: 20px;
1980
+ line-height: 1.5;
1981
+ }
1982
+ }
1983
+ h5,
1984
+ .loader__h5___U0S2a {
1985
+ font-weight: 600;
1986
+ font-size: 14px;
1987
+ line-height: 16px;
1988
+ letter-spacing: -0.02em;
1989
+ color: var(--textHeading, #26201a);
1990
+ }
1991
+ @media only screen and (min-width: 769px) {
1992
+ h5,
1993
+ .loader__h5___U0S2a {
1994
+ font-size: 16px;
1995
+ line-height: 18px;
1996
+ }
1997
+ }
1998
+ .loader__b1___ava08 {
1999
+ font-weight: 400;
2000
+ font-size: 14px;
2001
+ line-height: 18px;
2002
+ letter-spacing: -0.02em;
2003
+ color: var(--textBody, #3c3131);
2004
+ }
2005
+ @media only screen and (min-width: 769px) {
2006
+ .loader__b1___ava08 {
2007
+ font-size: 16px;
2008
+ line-height: 20px;
2009
+ }
2010
+ }
2011
+ .loader__b-small___MxINE,
2012
+ .loader__bSmall___vHKDM,
2013
+ .loader__b2___yNXNt {
2014
+ font-weight: 400;
2015
+ letter-spacing: -0.02em;
2016
+ color: var(--textBody, #3c3131);
2017
+ font-size: 12px;
2018
+ line-height: 16px;
2019
+ }
2020
+ @media only screen and (min-width: 769px) {
2021
+ .loader__b-small___MxINE,
2022
+ .loader__bSmall___vHKDM,
2023
+ .loader__b2___yNXNt {
2024
+ font-weight: 400;
2025
+ letter-spacing: -0.02em;
2026
+ color: var(--textBody, #3c3131);
2027
+ font-size: 14px;
2028
+ line-height: 18px;
2029
+ }
2030
+ }
2031
+ .loader__d1___zLD7l {
2032
+ font-size: 36px;
2033
+ font-weight: 700;
2034
+ line-height: 48px;
2035
+ letter-spacing: -0.02em;
2036
+ }
2037
+ @media only screen and (min-width: 769px) {
2038
+ .loader__d1___zLD7l {
2039
+ font-size: 64px;
2040
+ line-height: 85px;
2041
+ letter-spacing: -0.03em;
2042
+ }
2043
+ }
2044
+ .loader__caption-medium___Urevx,
2045
+ .loader__captionMedium___AiB4A {
2046
+ font-size: 12px;
2047
+ line-height: 1.5;
2048
+ letter-spacing: -0.02em;
2049
+ font-weight: 500;
2050
+ }
2051
+ @media only screen and (max-width: 480px) {
2052
+ .loader__caption-medium___Urevx,
2053
+ .loader__captionMedium___AiB4A {
2054
+ font-size: 11px;
2055
+ }
2056
+ }
2057
+ .loader__caption-semi-bold___F9hrq,
2058
+ .loader__captionSemiBold___GwZZD {
2059
+ font-size: 12px;
2060
+ line-height: 1.5;
2061
+ letter-spacing: -0.02em;
2062
+ font-weight: 600;
2063
+ }
2064
+ @media only screen and (max-width: 480px) {
2065
+ .loader__caption-semi-bold___F9hrq,
2066
+ .loader__captionSemiBold___GwZZD {
2067
+ font-size: 11px;
2068
+ }
2069
+ }
2070
+ .loader__btn-link___z7cQQ,
2071
+ .loader__btnLink___hjxLE {
2072
+ font-weight: 500;
2073
+ letter-spacing: -0.02em;
2074
+ font-size: 12px;
2075
+ line-height: 14px;
2076
+ border-radius: var(--buttonRadius, 0px);
2077
+ cursor: pointer;
2078
+ color: var(--buttonLink, #b1655b);
2079
+ text-decoration: underline;
2080
+ background: none;
2081
+ border: none;
2082
+ }
2083
+ @media only screen and (min-width: 769px) {
2084
+ .loader__btn-link___z7cQQ,
2085
+ .loader__btnLink___hjxLE {
2086
+ font-weight: 500;
2087
+ letter-spacing: -0.02em;
2088
+ font-size: 14px;
2089
+ line-height: 16px;
2090
+ }
2091
+ }
2092
+ .loader__btn-link___z7cQQ:hover,
2093
+ .loader__btnLink___hjxLE:hover {
2094
+ color: var(--buttonLinkL1, #c1847c);
2095
+ }
2096
+ .loader__btn-link___z7cQQ:disabled,
2097
+ .loader__btnLink___hjxLE:disabled {
2098
+ color: var(--buttonLinkL2, #d0a39d);
2099
+ }
2100
+ .loader__btn-link___z7cQQ:active,
2101
+ .loader__btnLink___hjxLE:active {
2102
+ opacity: 0.8;
2103
+ }
2104
+ .loader__user-select-none___M5hoJ,
2105
+ .loader__userSelectNone___iA0b1 {
2106
+ user-select: none;
2107
+ -moz-user-select: none;
2108
+ -webkit-user-select: none;
2109
+ -ms-user-select: none;
2110
+ }
2111
+ .loader__margin-0-auto___T2r2j,
2112
+ .loader__margin0auto___ZVL7u {
2113
+ margin: 0 auto;
2114
+ }
2115
+ .loader__base-page-container____Zsxk,
2116
+ .loader__basePageContainer___DLiFl {
2117
+ max-width: 1440px !important;
2118
+ }
2119
+ .loader__remove-scroll___hWs9Y,
2120
+ .loader__removeScroll___HDDzE {
2121
+ overflow-y: hidden !important;
2122
+ }
2123
+ .loader__mr-5___eLBs7,
2124
+ .loader__mr5___zJD9I {
2125
+ margin-inline-end: 30px !important;
2126
+ }
2127
+ .loader__mr-2___tbwub,
2128
+ .loader__mr2___X89Qh {
2129
+ margin-inline-end: 5px !important;
2130
+ }
2131
+ .loader__py-5___pdJLF,
2132
+ .loader__py5___AvRNG {
2133
+ padding-top: 1.875rem !important;
2134
+ padding-bottom: 1.875rem !important;
2135
+ }
2136
+ .loader__view-all-text___liiUk,
2137
+ .loader__viewAllText___Y96u7 {
2138
+ font-size: 20px;
2139
+ font-weight: 400;
2140
+ text-transform: lowercase;
2141
+ text-decoration: underline;
2142
+ }
2143
+ .loader__view-all-mobile___ZXDhV,
2144
+ .loader__viewAllMobile___h_w0I {
2145
+ display: none;
2146
+ }
2147
+ @media only screen and (max-width: 768px) {
2148
+ .loader__view-all-mobile___ZXDhV,
2149
+ .loader__viewAllMobile___h_w0I {
2150
+ display: flex;
2151
+ align-items: center;
2152
+ justify-content: center;
2153
+ margin-top: 40px;
2154
+ }
2155
+ }
2156
+ @media only screen and (max-width: 480px) {
2157
+ .loader__view-all-mobile___ZXDhV,
2158
+ .loader__viewAllMobile___h_w0I {
2159
+ margin-top: 24px;
2160
+ }
2161
+ }
2162
+ .loader__accent-btn___P6FBY,
2163
+ .loader__accentBtn___VC5di {
2164
+ background-color: var(--accentColor);
2165
+ color: #fff;
2166
+ }
2167
+ .loader__no-scroll___vVb6b,
2168
+ .loader__noScroll___ddkr9 {
2169
+ overflow-y: hidden;
2170
+ }
2171
+ .loader__hide-overflow___sIszC,
2172
+ .loader__hideOverflow___qX4zB {
2173
+ overflow: hidden;
2174
+ }
2175
+ .loader__markdown-body___ZDTE_ h6 {
2176
+ margin-top: 0 !important;
2177
+ margin-bottom: 0 !important;
2178
+ }
2179
+ @media only screen and (max-width: 480px) {
2180
+ .loader__markdown-body___ZDTE_ {
2181
+ font-size: 12px !important;
2182
+ padding: 5px !important;
2183
+ }
2184
+ }
2185
+ .loader__view3d-canvas___Y51aL {
2186
+ width: 100%;
2187
+ height: 100%;
2188
+ }
2189
+ @media only screen and (max-width: 480px) {
2190
+ .loader__view-mobile-up___tbZ1n {
2191
+ display: none !important;
2192
+ }
2193
+ }
2194
+ @media only screen and (min-width: 481px) {
2195
+ .loader__view-mobile___zSuiC {
2196
+ display: none !important;
2197
+ }
2198
+ }
1864
2199
  .loader__loading___r6ySa {
1865
2200
  position: fixed;
1866
2201
  z-index: 2000;
@@ -1988,10 +2323,8 @@ h5,
1988
2323
  z-index: 222;
1989
2324
  }
1990
2325
  .loader__loader___ytdT3 {
1991
- border: 8px solid #f3f3f3;
1992
- /* Light grey */
1993
- border-top: 8px solid #3498db;
1994
- /* Blue */
2326
+ border: 8px solid var(--themeAccentL4, #f9f6f0);
2327
+ border-top: 8px solid var(--themeAccentD3, #5c584e);
1995
2328
  border-radius: 50%;
1996
2329
  width: 50px;
1997
2330
  height: 50px;