@gofynd/theme-template 3.2.8 → 3.2.10

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 (53) hide show
  1. package/dist/components/compare-product-card/compare-product-card.css +65 -1
  2. package/dist/components/compare-product-card/compare-product-card.js +1 -1
  3. package/dist/components/core/modal/modal.js +1 -1
  4. package/dist/components/filter-modal/filter-modal.js +1 -1
  5. package/dist/components/index.js +1 -1
  6. package/dist/components/location-modal/location-modal.js +1 -1
  7. package/dist/components/product-card/product-card.js +1 -1
  8. package/dist/components/sort-modal/sort-modal.js +1 -1
  9. package/dist/index.css +5 -6
  10. package/dist/index.js +1 -1
  11. package/dist/page-layouts/cart/Components/chip-item/chip-item.js +1 -1
  12. package/dist/page-layouts/cart/Components/comment/comment.js +1 -1
  13. package/dist/page-layouts/cart/Components/coupon/coupon.js +1 -1
  14. package/dist/page-layouts/cart/Components/delivery-location/delivery-location.js +1 -1
  15. package/dist/page-layouts/cart/Components/remove-cart-item/remove-cart-item.js +1 -1
  16. package/dist/page-layouts/compare/compare.css +66 -1
  17. package/dist/page-layouts/compare/compare.js +1 -1
  18. package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.js +1 -1
  19. package/dist/page-layouts/plp/Components/size-guide/size-guide.js +1 -1
  20. package/dist/page-layouts/single-checkout/address/single-address.js +1 -1
  21. package/dist/page-layouts/single-checkout/payment/card-form.css +5 -6
  22. package/dist/page-layouts/single-checkout/payment/card-form.js +1 -1
  23. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.css +993 -6
  24. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.js +1 -1
  25. package/dist/page-layouts/single-checkout/payment/checkout-payment.css +993 -6
  26. package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
  27. package/dist/page-layouts/single-checkout/payment/juspay-card-from.css +5 -6
  28. package/dist/page-layouts/single-checkout/payment/juspay-card-from.js +1 -1
  29. package/dist/page-layouts/single-checkout/payment/zero-pay-btn/zero-pay-btn.js +1 -1
  30. package/dist/page-layouts/single-checkout/shipment/single-page-shipment.js +1 -1
  31. package/dist/page-layouts/single-checkout/shipment/single-shipment-content.js +1 -1
  32. package/dist/pages/cart/cart.js +1 -1
  33. package/dist/pages/cart/index.js +1 -1
  34. package/dist/pages/checkout/checkout.css +5 -6
  35. package/dist/pages/checkout/checkout.js +1 -1
  36. package/dist/pages/checkout/index.css +5 -6
  37. package/dist/pages/checkout/index.js +1 -1
  38. package/dist/pages/index.css +5 -6
  39. package/dist/pages/index.js +1 -1
  40. package/dist/pages/order-status/index.js +1 -1
  41. package/dist/pages/order-status/order-status.js +1 -1
  42. package/dist/pages/product-listing/index.js +1 -1
  43. package/dist/pages/product-listing/product-listing.js +1 -1
  44. package/dist/pages/profile/components/add-email-modal/add-email-modal.js +1 -1
  45. package/dist/pages/profile/components/add-phone-modal/add-phone-modal.js +1 -1
  46. package/dist/pages/profile/components/confirm-modal/confirm-modal.js +1 -1
  47. package/dist/pages/profile/email/email.js +1 -1
  48. package/dist/pages/profile/email/index.js +1 -1
  49. package/dist/pages/profile/phone/index.js +1 -1
  50. package/dist/pages/profile/phone/phone.js +1 -1
  51. package/dist/pages/wishlist/index.js +1 -1
  52. package/dist/pages/wishlist/wishlist.js +1 -1
  53. package/package.json +1 -1
@@ -2230,16 +2230,12 @@ h5,
2230
2230
  }
2231
2231
  .checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG {
2232
2232
  display: flex;
2233
- width: 580px;
2233
+ max-width: 580px;
2234
+ width: 100%;
2234
2235
  flex-direction: column;
2235
2236
  align-items: center;
2236
2237
  gap: 8px;
2237
2238
  }
2238
- @media only screen and (max-width: 768px) {
2239
- .checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG {
2240
- width: 100%;
2241
- }
2242
- }
2243
2239
  .checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG h3 {
2244
2240
  color: var(--textHeading, #26201a);
2245
2241
  text-align: center;
@@ -2268,6 +2264,9 @@ h5,
2268
2264
  font-size: 12px;
2269
2265
  }
2270
2266
  }
2267
+ .checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG .checkout-payment-content__contact_us___KWS91 {
2268
+ margin-top: 12px;
2269
+ }
2271
2270
 
2272
2271
  /**color by character**/
2273
2272
  /** Font family **/
@@ -3919,6 +3918,994 @@ h5,
3919
3918
  }
3920
3919
  }
3921
3920
 
3921
+ /**color by character**/
3922
+ /** Font family **/
3923
+ /** Font weight **/
3924
+ .fy-button__display-block___vef36 {
3925
+ display: block;
3926
+ }
3927
+ .fy-button__inline-block___AP9JK,
3928
+ .fy-button__inlineBlock___xYCrv {
3929
+ display: inline-block;
3930
+ }
3931
+ .fy-button__flex-row___PMsJD {
3932
+ display: flex;
3933
+ }
3934
+ .fy-button__flex-column___vcBv1,
3935
+ .fy-button__flexColumn___ReqFL {
3936
+ display: flex;
3937
+ flex-direction: column;
3938
+ }
3939
+ .fy-button__flex-align-center___QErLo,
3940
+ .fy-button__flexAlignCenter___byvov {
3941
+ display: flex;
3942
+ align-items: center;
3943
+ }
3944
+ .fy-button__flex-justify-center___myq9D,
3945
+ .fy-button__flexJustifyCenter___mJQrA {
3946
+ display: flex;
3947
+ justify-content: center;
3948
+ }
3949
+ .fy-button__flex-center____Om97,
3950
+ .fy-button__flexCenter___PHlCU {
3951
+ display: flex;
3952
+ justify-content: center;
3953
+ align-items: center;
3954
+ }
3955
+ .fy-button__justify-start___vgs9K,
3956
+ .fy-button__justifyStart___NggTJ {
3957
+ justify-content: flex-start;
3958
+ }
3959
+ .fy-button__justify-end___evwo6,
3960
+ .fy-button__justifyEnd___fDa0b {
3961
+ justify-content: flex-end;
3962
+ }
3963
+ .fy-button__justify-between___gbKe9,
3964
+ .fy-button__justifyBetween___XdXo5 {
3965
+ justify-content: space-between;
3966
+ }
3967
+ .fy-button__justify-around___O7fq3,
3968
+ .fy-button__justifyAround___NdK7j {
3969
+ justify-content: space-around;
3970
+ }
3971
+ .fy-button__justify-evenly___Fukno,
3972
+ .fy-button__justifyEvenly____8lbT {
3973
+ justify-content: space-evenly;
3974
+ }
3975
+ h1,
3976
+ .fy-button__h1___ljmcG {
3977
+ font-weight: 700;
3978
+ font-size: 28px;
3979
+ line-height: 42px;
3980
+ letter-spacing: -0.03em;
3981
+ color: var(--textHeading, #26201a);
3982
+ }
3983
+ @media only screen and (min-width: 769px) {
3984
+ h1,
3985
+ .fy-button__h1___ljmcG {
3986
+ font-size: 36px;
3987
+ line-height: 48px;
3988
+ }
3989
+ }
3990
+ h2,
3991
+ .fy-button__h2___dtda8 {
3992
+ font-weight: 700;
3993
+ font-size: 28px;
3994
+ line-height: 36px;
3995
+ letter-spacing: -0.03em;
3996
+ color: var(--textHeading, #26201a);
3997
+ }
3998
+ @media only screen and (min-width: 769px) {
3999
+ h2,
4000
+ .fy-button__h2___dtda8 {
4001
+ font-size: 32px;
4002
+ line-height: 42px;
4003
+ }
4004
+ }
4005
+ h3,
4006
+ .fy-button__h3___HHfmk {
4007
+ font-weight: 700;
4008
+ letter-spacing: -0.02em;
4009
+ color: var(--textHeading, #26201a);
4010
+ font-size: 24px;
4011
+ line-height: 32px;
4012
+ }
4013
+ @media only screen and (min-width: 769px) {
4014
+ h3,
4015
+ .fy-button__h3___HHfmk {
4016
+ font-weight: 700;
4017
+ letter-spacing: -0.02em;
4018
+ color: var(--textHeading, #26201a);
4019
+ font-size: 28px;
4020
+ line-height: 36px;
4021
+ }
4022
+ }
4023
+ h4,
4024
+ .fy-button__h4___SvINy {
4025
+ font-weight: 600;
4026
+ letter-spacing: -0.02em;
4027
+ color: var(--textHeading, #26201a);
4028
+ font-size: 16px;
4029
+ line-height: 1.5;
4030
+ }
4031
+ @media only screen and (min-width: 769px) {
4032
+ h4,
4033
+ .fy-button__h4___SvINy {
4034
+ font-weight: 600;
4035
+ letter-spacing: -0.02em;
4036
+ color: var(--textHeading, #26201a);
4037
+ font-size: 20px;
4038
+ line-height: 1.5;
4039
+ }
4040
+ }
4041
+ h5,
4042
+ .fy-button__h5___LNYpO {
4043
+ font-weight: 600;
4044
+ font-size: 14px;
4045
+ line-height: 16px;
4046
+ letter-spacing: -0.02em;
4047
+ color: var(--textHeading, #26201a);
4048
+ }
4049
+ @media only screen and (min-width: 769px) {
4050
+ h5,
4051
+ .fy-button__h5___LNYpO {
4052
+ font-size: 16px;
4053
+ line-height: 18px;
4054
+ }
4055
+ }
4056
+ .fy-button__b1___cBoS2 {
4057
+ font-weight: 400;
4058
+ font-size: 14px;
4059
+ line-height: 18px;
4060
+ letter-spacing: -0.02em;
4061
+ color: var(--textBody, #3c3131);
4062
+ }
4063
+ @media only screen and (min-width: 769px) {
4064
+ .fy-button__b1___cBoS2 {
4065
+ font-size: 16px;
4066
+ line-height: 20px;
4067
+ }
4068
+ }
4069
+ .fy-button__b-small___s1m8o,
4070
+ .fy-button__bSmall___fny2f,
4071
+ .fy-button__b2___gOnJ1 {
4072
+ font-weight: 400;
4073
+ letter-spacing: -0.02em;
4074
+ color: var(--textBody, #3c3131);
4075
+ font-size: 12px;
4076
+ line-height: 16px;
4077
+ }
4078
+ @media only screen and (min-width: 769px) {
4079
+ .fy-button__b-small___s1m8o,
4080
+ .fy-button__bSmall___fny2f,
4081
+ .fy-button__b2___gOnJ1 {
4082
+ font-weight: 400;
4083
+ letter-spacing: -0.02em;
4084
+ color: var(--textBody, #3c3131);
4085
+ font-size: 14px;
4086
+ line-height: 18px;
4087
+ }
4088
+ }
4089
+ .fy-button__d1___jr5H6 {
4090
+ font-size: 36px;
4091
+ font-weight: 700;
4092
+ line-height: 48px;
4093
+ letter-spacing: -0.02em;
4094
+ }
4095
+ @media only screen and (min-width: 769px) {
4096
+ .fy-button__d1___jr5H6 {
4097
+ font-size: 64px;
4098
+ line-height: 85px;
4099
+ letter-spacing: -0.03em;
4100
+ }
4101
+ }
4102
+ .fy-button__caption-medium___PSB4T,
4103
+ .fy-button__captionMedium___iW0z_ {
4104
+ font-size: 12px;
4105
+ line-height: 1.5;
4106
+ letter-spacing: -0.02em;
4107
+ font-weight: 500;
4108
+ }
4109
+ @media only screen and (max-width: 480px) {
4110
+ .fy-button__caption-medium___PSB4T,
4111
+ .fy-button__captionMedium___iW0z_ {
4112
+ font-size: 11px;
4113
+ }
4114
+ }
4115
+ .fy-button__caption-semi-bold___FFG2N,
4116
+ .fy-button__captionSemiBold___czTMx {
4117
+ font-size: 12px;
4118
+ line-height: 1.5;
4119
+ letter-spacing: -0.02em;
4120
+ font-weight: 600;
4121
+ }
4122
+ @media only screen and (max-width: 480px) {
4123
+ .fy-button__caption-semi-bold___FFG2N,
4124
+ .fy-button__captionSemiBold___czTMx {
4125
+ font-size: 11px;
4126
+ }
4127
+ }
4128
+ .fy-button__btn-link___bKkQ1,
4129
+ .fy-button__btnLink___jOAiL {
4130
+ font-weight: 500;
4131
+ letter-spacing: -0.02em;
4132
+ font-size: 12px;
4133
+ line-height: 14px;
4134
+ border-radius: var(--buttonRadius, 0px);
4135
+ cursor: pointer;
4136
+ color: var(--buttonLink, #b1655b);
4137
+ text-decoration: underline;
4138
+ background: none;
4139
+ border: none;
4140
+ }
4141
+ @media only screen and (min-width: 769px) {
4142
+ .fy-button__btn-link___bKkQ1,
4143
+ .fy-button__btnLink___jOAiL {
4144
+ font-weight: 500;
4145
+ letter-spacing: -0.02em;
4146
+ font-size: 14px;
4147
+ line-height: 16px;
4148
+ }
4149
+ }
4150
+ .fy-button__btn-link___bKkQ1:hover,
4151
+ .fy-button__btnLink___jOAiL:hover {
4152
+ color: var(--buttonLinkL1, #c1847c);
4153
+ }
4154
+ .fy-button__btn-link___bKkQ1:disabled,
4155
+ .fy-button__btnLink___jOAiL:disabled {
4156
+ color: var(--buttonLinkL2, #d0a39d);
4157
+ }
4158
+ .fy-button__btn-link___bKkQ1:active,
4159
+ .fy-button__btnLink___jOAiL:active {
4160
+ opacity: 0.8;
4161
+ }
4162
+ .fy-button__user-select-none___CegHT,
4163
+ .fy-button__userSelectNone___DdRnr {
4164
+ user-select: none;
4165
+ -moz-user-select: none;
4166
+ -webkit-user-select: none;
4167
+ -ms-user-select: none;
4168
+ }
4169
+ .fy-button__margin-0-auto___f2LiK,
4170
+ .fy-button__margin0auto___LCb81 {
4171
+ margin: 0 auto;
4172
+ }
4173
+ .fy-button__base-page-container___blkPJ,
4174
+ .fy-button__basePageContainer___ciPsX {
4175
+ max-width: 1440px !important;
4176
+ }
4177
+ .fy-button__remove-scroll___Kd5MZ,
4178
+ .fy-button__removeScroll___UpL4U {
4179
+ overflow-y: hidden !important;
4180
+ }
4181
+ .fy-button__mr-5___A5qJJ,
4182
+ .fy-button__mr5___BRUgW {
4183
+ margin-inline-end: 30px !important;
4184
+ }
4185
+ .fy-button__mr-2___Qtkhv,
4186
+ .fy-button__mr2___ajbyt {
4187
+ margin-inline-end: 5px !important;
4188
+ }
4189
+ .fy-button__py-5___y7k5w,
4190
+ .fy-button__py5___Zi5JN {
4191
+ padding-top: 1.875rem !important;
4192
+ padding-bottom: 1.875rem !important;
4193
+ }
4194
+ .fy-button__view-all-text___U6bgs,
4195
+ .fy-button__viewAllText___CpXoj {
4196
+ font-size: 20px;
4197
+ font-weight: 400;
4198
+ text-transform: lowercase;
4199
+ text-decoration: underline;
4200
+ }
4201
+ .fy-button__view-all-mobile___T8nf5,
4202
+ .fy-button__viewAllMobile___yLYMO {
4203
+ display: none;
4204
+ }
4205
+ @media only screen and (max-width: 768px) {
4206
+ .fy-button__view-all-mobile___T8nf5,
4207
+ .fy-button__viewAllMobile___yLYMO {
4208
+ display: flex;
4209
+ align-items: center;
4210
+ justify-content: center;
4211
+ margin-top: 40px;
4212
+ }
4213
+ }
4214
+ @media only screen and (max-width: 480px) {
4215
+ .fy-button__view-all-mobile___T8nf5,
4216
+ .fy-button__viewAllMobile___yLYMO {
4217
+ margin-top: 24px;
4218
+ }
4219
+ }
4220
+ .fy-button__accent-btn___xbDFn,
4221
+ .fy-button__accentBtn___opgXg {
4222
+ background-color: var(--accentColor);
4223
+ color: #fff;
4224
+ }
4225
+ .fy-button__no-scroll___oFpSx,
4226
+ .fy-button__noScroll___ghKBa {
4227
+ overflow-y: hidden;
4228
+ }
4229
+ .fy-button__hide-overflow___wDMEA,
4230
+ .fy-button__hideOverflow___F8mRq {
4231
+ overflow: hidden;
4232
+ }
4233
+ .fy-button__markdown-body___uimil h6 {
4234
+ margin-top: 0 !important;
4235
+ margin-bottom: 0 !important;
4236
+ }
4237
+ @media only screen and (max-width: 480px) {
4238
+ .fy-button__markdown-body___uimil {
4239
+ font-size: 12px !important;
4240
+ padding: 5px !important;
4241
+ }
4242
+ }
4243
+ .fy-button__view3d-canvas___E1pOb {
4244
+ width: 100%;
4245
+ height: 100%;
4246
+ }
4247
+ @media only screen and (max-width: 480px) {
4248
+ .fy-button__view-mobile-up___sto08 {
4249
+ display: none !important;
4250
+ }
4251
+ }
4252
+ @media only screen and (min-width: 481px) {
4253
+ .fy-button__view-mobile___yMsQF {
4254
+ display: none !important;
4255
+ }
4256
+ }
4257
+ .fy-button__button___UES8C {
4258
+ font-family: inherit;
4259
+ border: none;
4260
+ border-radius: var(--buttonRadius, 0px);
4261
+ cursor: pointer;
4262
+ display: flex;
4263
+ align-items: center;
4264
+ justify-content: center;
4265
+ text-align: center;
4266
+ gap: 6px;
4267
+ transition: background-color 0.3s ease;
4268
+ }
4269
+ .fy-button__button___UES8C span {
4270
+ display: inline-flex;
4271
+ }
4272
+ .fy-button__button___UES8C:focus-visible {
4273
+ outline: none;
4274
+ box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
4275
+ }
4276
+ .fy-button__button___UES8C:disabled {
4277
+ cursor: not-allowed;
4278
+ opacity: 0.7;
4279
+ }
4280
+ .fy-button__button___UES8C .fy-button__loaderContainer___BYHJs {
4281
+ position: unset;
4282
+ background: transparent;
4283
+ height: auto;
4284
+ z-index: 0;
4285
+ }
4286
+ .fy-button__button___UES8C .fy-button__loader___eJW6i {
4287
+ height: 14px;
4288
+ width: unset;
4289
+ aspect-ratio: 1;
4290
+ border: 2px solid var(--buttonPrimaryL3, #b8b29d);
4291
+ border-top: 2px solid var(--buttonPrimary, #4e3f09);
4292
+ padding: 0;
4293
+ margin-inline-start: 0;
4294
+ }
4295
+ .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__contained___F5O7g.fy-button__primary___xKz1S {
4296
+ border-top-color: #ffffff;
4297
+ }
4298
+ .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__text___HwP6V.fy-button__secondary___z_hBB,
4299
+ .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__outlined___WccQN.fy-button__secondary___z_hBB {
4300
+ border: 2px solid var(--buttonPrimaryL3, #b8b29d);
4301
+ border-top: 2px solid var(--buttonPrimary, #4e3f09);
4302
+ }
4303
+ .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__text___HwP6V.fy-button__error___guhqH,
4304
+ .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__outlined___WccQN.fy-button__error___guhqH {
4305
+ border: 2px solid var(--errorBackground, #e6d5d5);
4306
+ border-top: 2px solid var(--errorText, #ff3333);
4307
+ }
4308
+ .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__text___HwP6V.fy-button__success___M7fJl,
4309
+ .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__outlined___WccQN.fy-button__success___M7fJl {
4310
+ border: 2px solid var(--successBackground, #c2dbc9);
4311
+ border-top: 2px solid var(--successText, #1c958f);
4312
+ }
4313
+ .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__error___guhqH {
4314
+ border: 2px solid #ffffff;
4315
+ border-top: 2px solid var(--errorText, #ff3333);
4316
+ }
4317
+ .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__success___M7fJl {
4318
+ border: 2px solid #ffffff;
4319
+ border-top: 2px solid var(--successText, #1c958f);
4320
+ }
4321
+ .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__secondary___z_hBB {
4322
+ border: 2px solid #ffffff;
4323
+ border-top: 2px solid var(--buttonPrimary, #4e3f09);
4324
+ }
4325
+ .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__medium___uyLw8 {
4326
+ height: 30px;
4327
+ border-width: 4px;
4328
+ }
4329
+ .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__large___nv2sC {
4330
+ height: 40px;
4331
+ border-width: 4px;
4332
+ }
4333
+ .fy-button__fullWidth___FLrWt {
4334
+ width: 100%;
4335
+ }
4336
+ .fy-button__text___HwP6V {
4337
+ background-color: transparent;
4338
+ color: var(--buttonPrimary, #4e3f09);
4339
+ }
4340
+ .fy-button__text___HwP6V.fy-button__secondary___z_hBB {
4341
+ color: var(--buttonPrimary, #4e3f09);
4342
+ }
4343
+ .fy-button__text___HwP6V.fy-button__error___guhqH {
4344
+ color: var(--errorText, #ff3333);
4345
+ }
4346
+ .fy-button__text___HwP6V.fy-button__success___M7fJl {
4347
+ color: var(--successText, #1c958f);
4348
+ }
4349
+ .fy-button__contained___F5O7g {
4350
+ background-color: var(--buttonPrimary, #4e3f09);
4351
+ color: #ffffff;
4352
+ }
4353
+ .fy-button__contained___F5O7g.fy-button__primary___xKz1S:hover {
4354
+ background-color: var(--buttonPrimaryL1, #71653a);
4355
+ color: #ffffff;
4356
+ }
4357
+ .fy-button__contained___F5O7g.fy-button__secondary___z_hBB {
4358
+ background-color: var(--buttonSecondary, #fff);
4359
+ color: var(--buttonPrimary, #4e3f09);
4360
+ }
4361
+ .fy-button__contained___F5O7g.fy-button__secondary___z_hBB:hover {
4362
+ background-color: var(--buttonPrimaryL1, #71653a);
4363
+ color: #ffffff;
4364
+ }
4365
+ .fy-button__contained___F5O7g.fy-button__error___guhqH {
4366
+ background-color: var(--errorBackground, #e6d5d5);
4367
+ color: var(--errorText, #ff3333);
4368
+ }
4369
+ .fy-button__contained___F5O7g.fy-button__success___M7fJl {
4370
+ background-color: var(--successBackground, #c2dbc9);
4371
+ color: var(--successText, #1c958f);
4372
+ }
4373
+ .fy-button__outlined___WccQN {
4374
+ background-color: transparent;
4375
+ border: 1px solid var(--buttonPrimary, #4e3f09);
4376
+ color: var(--buttonPrimary, #4e3f09);
4377
+ }
4378
+ .fy-button__outlined___WccQN.fy-button__primary___xKz1S:hover {
4379
+ background-color: var(--buttonPrimary, #4e3f09);
4380
+ color: var(--buttonSecondary, #fff);
4381
+ }
4382
+ .fy-button__outlined___WccQN.fy-button__primary___xKz1S:hover svg path {
4383
+ fill: var(--buttonSecondary, #fff);
4384
+ }
4385
+ .fy-button__outlined___WccQN.fy-button__secondary___z_hBB {
4386
+ border: 1px solid var(--buttonSecondary, #fff);
4387
+ color: var(--buttonPrimary, #4e3f09);
4388
+ }
4389
+ .fy-button__outlined___WccQN.fy-button__secondary___z_hBB:hover {
4390
+ background-color: var(--buttonPrimary, #4e3f09);
4391
+ color: #ffffff;
4392
+ }
4393
+ .fy-button__outlined___WccQN.fy-button__error___guhqH {
4394
+ border: 1px solid var(--errorBackground, #e6d5d5);
4395
+ color: var(--errorText, #ff3333);
4396
+ }
4397
+ .fy-button__outlined___WccQN.fy-button__success___M7fJl {
4398
+ border: 1px solid var(--successBackground, #c2dbc9);
4399
+ color: var(--successText, #1c958f);
4400
+ }
4401
+ .fy-button__info___zO7uV {
4402
+ background-color: var(--informationBackground, #ebd3bc);
4403
+ color: var(--informationText, #d28f51);
4404
+ cursor: unset;
4405
+ }
4406
+ .fy-button__small___MktU8 {
4407
+ padding: 5px 10px;
4408
+ font-size: 12px;
4409
+ }
4410
+ .fy-button__medium___uyLw8 {
4411
+ height: 48px;
4412
+ padding: 12px 28px;
4413
+ font-size: 14px;
4414
+ font-weight: 500;
4415
+ line-height: normal;
4416
+ letter-spacing: -0.28px;
4417
+ }
4418
+ .fy-button__large___nv2sC {
4419
+ padding: 15px 20px;
4420
+ font-size: 16px;
4421
+ }
4422
+
4423
+ /**color by character**/
4424
+ /** Font family **/
4425
+ /** Font weight **/
4426
+ .loader__display-block___C28Wh {
4427
+ display: block;
4428
+ }
4429
+ .loader__inline-block___qe6ST,
4430
+ .loader__inlineBlock___RbcTU {
4431
+ display: inline-block;
4432
+ }
4433
+ .loader__flex-row___jtutA {
4434
+ display: flex;
4435
+ }
4436
+ .loader__flex-column___Xo1gh,
4437
+ .loader__flexColumn___BZ1uV {
4438
+ display: flex;
4439
+ flex-direction: column;
4440
+ }
4441
+ .loader__flex-align-center___QKakD,
4442
+ .loader__flexAlignCenter____hCbC {
4443
+ display: flex;
4444
+ align-items: center;
4445
+ }
4446
+ .loader__flex-justify-center___iXbnu,
4447
+ .loader__flexJustifyCenter___x_1Sc {
4448
+ display: flex;
4449
+ justify-content: center;
4450
+ }
4451
+ .loader__flex-center___cERbN,
4452
+ .loader__flexCenter___FRjsH {
4453
+ display: flex;
4454
+ justify-content: center;
4455
+ align-items: center;
4456
+ }
4457
+ .loader__justify-start___PXa_q,
4458
+ .loader__justifyStart___RIbpq {
4459
+ justify-content: flex-start;
4460
+ }
4461
+ .loader__justify-end___N_MxT,
4462
+ .loader__justifyEnd___c9Puj {
4463
+ justify-content: flex-end;
4464
+ }
4465
+ .loader__justify-between___ryNlc,
4466
+ .loader__justifyBetween___bNm10 {
4467
+ justify-content: space-between;
4468
+ }
4469
+ .loader__justify-around___kWvQU,
4470
+ .loader__justifyAround___TO6v6 {
4471
+ justify-content: space-around;
4472
+ }
4473
+ .loader__justify-evenly___r6oLK,
4474
+ .loader__justifyEvenly___NI1zZ {
4475
+ justify-content: space-evenly;
4476
+ }
4477
+ h1,
4478
+ .loader__h1___N9UmV {
4479
+ font-weight: 700;
4480
+ font-size: 28px;
4481
+ line-height: 42px;
4482
+ letter-spacing: -0.03em;
4483
+ color: var(--textHeading, #26201a);
4484
+ }
4485
+ @media only screen and (min-width: 769px) {
4486
+ h1,
4487
+ .loader__h1___N9UmV {
4488
+ font-size: 36px;
4489
+ line-height: 48px;
4490
+ }
4491
+ }
4492
+ h2,
4493
+ .loader__h2___tLPka {
4494
+ font-weight: 700;
4495
+ font-size: 28px;
4496
+ line-height: 36px;
4497
+ letter-spacing: -0.03em;
4498
+ color: var(--textHeading, #26201a);
4499
+ }
4500
+ @media only screen and (min-width: 769px) {
4501
+ h2,
4502
+ .loader__h2___tLPka {
4503
+ font-size: 32px;
4504
+ line-height: 42px;
4505
+ }
4506
+ }
4507
+ h3,
4508
+ .loader__h3___lpAs2 {
4509
+ font-weight: 700;
4510
+ letter-spacing: -0.02em;
4511
+ color: var(--textHeading, #26201a);
4512
+ font-size: 24px;
4513
+ line-height: 32px;
4514
+ }
4515
+ @media only screen and (min-width: 769px) {
4516
+ h3,
4517
+ .loader__h3___lpAs2 {
4518
+ font-weight: 700;
4519
+ letter-spacing: -0.02em;
4520
+ color: var(--textHeading, #26201a);
4521
+ font-size: 28px;
4522
+ line-height: 36px;
4523
+ }
4524
+ }
4525
+ h4,
4526
+ .loader__h4___I9T7x {
4527
+ font-weight: 600;
4528
+ letter-spacing: -0.02em;
4529
+ color: var(--textHeading, #26201a);
4530
+ font-size: 16px;
4531
+ line-height: 1.5;
4532
+ }
4533
+ @media only screen and (min-width: 769px) {
4534
+ h4,
4535
+ .loader__h4___I9T7x {
4536
+ font-weight: 600;
4537
+ letter-spacing: -0.02em;
4538
+ color: var(--textHeading, #26201a);
4539
+ font-size: 20px;
4540
+ line-height: 1.5;
4541
+ }
4542
+ }
4543
+ h5,
4544
+ .loader__h5___U0S2a {
4545
+ font-weight: 600;
4546
+ font-size: 14px;
4547
+ line-height: 16px;
4548
+ letter-spacing: -0.02em;
4549
+ color: var(--textHeading, #26201a);
4550
+ }
4551
+ @media only screen and (min-width: 769px) {
4552
+ h5,
4553
+ .loader__h5___U0S2a {
4554
+ font-size: 16px;
4555
+ line-height: 18px;
4556
+ }
4557
+ }
4558
+ .loader__b1___ava08 {
4559
+ font-weight: 400;
4560
+ font-size: 14px;
4561
+ line-height: 18px;
4562
+ letter-spacing: -0.02em;
4563
+ color: var(--textBody, #3c3131);
4564
+ }
4565
+ @media only screen and (min-width: 769px) {
4566
+ .loader__b1___ava08 {
4567
+ font-size: 16px;
4568
+ line-height: 20px;
4569
+ }
4570
+ }
4571
+ .loader__b-small___MxINE,
4572
+ .loader__bSmall___vHKDM,
4573
+ .loader__b2___yNXNt {
4574
+ font-weight: 400;
4575
+ letter-spacing: -0.02em;
4576
+ color: var(--textBody, #3c3131);
4577
+ font-size: 12px;
4578
+ line-height: 16px;
4579
+ }
4580
+ @media only screen and (min-width: 769px) {
4581
+ .loader__b-small___MxINE,
4582
+ .loader__bSmall___vHKDM,
4583
+ .loader__b2___yNXNt {
4584
+ font-weight: 400;
4585
+ letter-spacing: -0.02em;
4586
+ color: var(--textBody, #3c3131);
4587
+ font-size: 14px;
4588
+ line-height: 18px;
4589
+ }
4590
+ }
4591
+ .loader__d1___zLD7l {
4592
+ font-size: 36px;
4593
+ font-weight: 700;
4594
+ line-height: 48px;
4595
+ letter-spacing: -0.02em;
4596
+ }
4597
+ @media only screen and (min-width: 769px) {
4598
+ .loader__d1___zLD7l {
4599
+ font-size: 64px;
4600
+ line-height: 85px;
4601
+ letter-spacing: -0.03em;
4602
+ }
4603
+ }
4604
+ .loader__caption-medium___Urevx,
4605
+ .loader__captionMedium___AiB4A {
4606
+ font-size: 12px;
4607
+ line-height: 1.5;
4608
+ letter-spacing: -0.02em;
4609
+ font-weight: 500;
4610
+ }
4611
+ @media only screen and (max-width: 480px) {
4612
+ .loader__caption-medium___Urevx,
4613
+ .loader__captionMedium___AiB4A {
4614
+ font-size: 11px;
4615
+ }
4616
+ }
4617
+ .loader__caption-semi-bold___F9hrq,
4618
+ .loader__captionSemiBold___GwZZD {
4619
+ font-size: 12px;
4620
+ line-height: 1.5;
4621
+ letter-spacing: -0.02em;
4622
+ font-weight: 600;
4623
+ }
4624
+ @media only screen and (max-width: 480px) {
4625
+ .loader__caption-semi-bold___F9hrq,
4626
+ .loader__captionSemiBold___GwZZD {
4627
+ font-size: 11px;
4628
+ }
4629
+ }
4630
+ .loader__btn-link___z7cQQ,
4631
+ .loader__btnLink___hjxLE {
4632
+ font-weight: 500;
4633
+ letter-spacing: -0.02em;
4634
+ font-size: 12px;
4635
+ line-height: 14px;
4636
+ border-radius: var(--buttonRadius, 0px);
4637
+ cursor: pointer;
4638
+ color: var(--buttonLink, #b1655b);
4639
+ text-decoration: underline;
4640
+ background: none;
4641
+ border: none;
4642
+ }
4643
+ @media only screen and (min-width: 769px) {
4644
+ .loader__btn-link___z7cQQ,
4645
+ .loader__btnLink___hjxLE {
4646
+ font-weight: 500;
4647
+ letter-spacing: -0.02em;
4648
+ font-size: 14px;
4649
+ line-height: 16px;
4650
+ }
4651
+ }
4652
+ .loader__btn-link___z7cQQ:hover,
4653
+ .loader__btnLink___hjxLE:hover {
4654
+ color: var(--buttonLinkL1, #c1847c);
4655
+ }
4656
+ .loader__btn-link___z7cQQ:disabled,
4657
+ .loader__btnLink___hjxLE:disabled {
4658
+ color: var(--buttonLinkL2, #d0a39d);
4659
+ }
4660
+ .loader__btn-link___z7cQQ:active,
4661
+ .loader__btnLink___hjxLE:active {
4662
+ opacity: 0.8;
4663
+ }
4664
+ .loader__user-select-none___M5hoJ,
4665
+ .loader__userSelectNone___iA0b1 {
4666
+ user-select: none;
4667
+ -moz-user-select: none;
4668
+ -webkit-user-select: none;
4669
+ -ms-user-select: none;
4670
+ }
4671
+ .loader__margin-0-auto___T2r2j,
4672
+ .loader__margin0auto___ZVL7u {
4673
+ margin: 0 auto;
4674
+ }
4675
+ .loader__base-page-container____Zsxk,
4676
+ .loader__basePageContainer___DLiFl {
4677
+ max-width: 1440px !important;
4678
+ }
4679
+ .loader__remove-scroll___hWs9Y,
4680
+ .loader__removeScroll___HDDzE {
4681
+ overflow-y: hidden !important;
4682
+ }
4683
+ .loader__mr-5___eLBs7,
4684
+ .loader__mr5___zJD9I {
4685
+ margin-inline-end: 30px !important;
4686
+ }
4687
+ .loader__mr-2___tbwub,
4688
+ .loader__mr2___X89Qh {
4689
+ margin-inline-end: 5px !important;
4690
+ }
4691
+ .loader__py-5___pdJLF,
4692
+ .loader__py5___AvRNG {
4693
+ padding-top: 1.875rem !important;
4694
+ padding-bottom: 1.875rem !important;
4695
+ }
4696
+ .loader__view-all-text___liiUk,
4697
+ .loader__viewAllText___Y96u7 {
4698
+ font-size: 20px;
4699
+ font-weight: 400;
4700
+ text-transform: lowercase;
4701
+ text-decoration: underline;
4702
+ }
4703
+ .loader__view-all-mobile___ZXDhV,
4704
+ .loader__viewAllMobile___h_w0I {
4705
+ display: none;
4706
+ }
4707
+ @media only screen and (max-width: 768px) {
4708
+ .loader__view-all-mobile___ZXDhV,
4709
+ .loader__viewAllMobile___h_w0I {
4710
+ display: flex;
4711
+ align-items: center;
4712
+ justify-content: center;
4713
+ margin-top: 40px;
4714
+ }
4715
+ }
4716
+ @media only screen and (max-width: 480px) {
4717
+ .loader__view-all-mobile___ZXDhV,
4718
+ .loader__viewAllMobile___h_w0I {
4719
+ margin-top: 24px;
4720
+ }
4721
+ }
4722
+ .loader__accent-btn___P6FBY,
4723
+ .loader__accentBtn___VC5di {
4724
+ background-color: var(--accentColor);
4725
+ color: #fff;
4726
+ }
4727
+ .loader__no-scroll___vVb6b,
4728
+ .loader__noScroll___ddkr9 {
4729
+ overflow-y: hidden;
4730
+ }
4731
+ .loader__hide-overflow___sIszC,
4732
+ .loader__hideOverflow___qX4zB {
4733
+ overflow: hidden;
4734
+ }
4735
+ .loader__markdown-body___ZDTE_ h6 {
4736
+ margin-top: 0 !important;
4737
+ margin-bottom: 0 !important;
4738
+ }
4739
+ @media only screen and (max-width: 480px) {
4740
+ .loader__markdown-body___ZDTE_ {
4741
+ font-size: 12px !important;
4742
+ padding: 5px !important;
4743
+ }
4744
+ }
4745
+ .loader__view3d-canvas___Y51aL {
4746
+ width: 100%;
4747
+ height: 100%;
4748
+ }
4749
+ @media only screen and (max-width: 480px) {
4750
+ .loader__view-mobile-up___tbZ1n {
4751
+ display: none !important;
4752
+ }
4753
+ }
4754
+ @media only screen and (min-width: 481px) {
4755
+ .loader__view-mobile___zSuiC {
4756
+ display: none !important;
4757
+ }
4758
+ }
4759
+ .loader__loading___r6ySa {
4760
+ position: fixed;
4761
+ z-index: 2000;
4762
+ height: 2em;
4763
+ width: 2em;
4764
+ overflow: visible;
4765
+ margin: auto;
4766
+ top: 0;
4767
+ inset-inline-start: 0;
4768
+ bottom: 0;
4769
+ inset-inline-end: 0;
4770
+ }
4771
+ /* Transparent Overlay */
4772
+ .loader__loading___r6ySa:before {
4773
+ content: "";
4774
+ display: block;
4775
+ position: fixed;
4776
+ top: 0;
4777
+ inset-inline-start: 0;
4778
+ width: 100%;
4779
+ height: 100%;
4780
+ background: radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));
4781
+ background: -webkit-radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));
4782
+ }
4783
+ /* :not(:required) hides these rules from IE9 and below */
4784
+ .loader__loading___r6ySa:not(:required) {
4785
+ /* hide "loading..." text */
4786
+ font: 0/0 a;
4787
+ color: transparent;
4788
+ text-shadow: none;
4789
+ background-color: transparent;
4790
+ border: 0;
4791
+ }
4792
+ .loader__loading___r6ySa:not(:required):after {
4793
+ content: "";
4794
+ display: block;
4795
+ font-size: 10px;
4796
+ width: 1em;
4797
+ height: 1em;
4798
+ margin-top: -0.5em;
4799
+ -webkit-animation: loader__spinner___zNEkS 150ms infinite linear;
4800
+ -moz-animation: loader__spinner___zNEkS 150ms infinite linear;
4801
+ -ms-animation: loader__spinner___zNEkS 150ms infinite linear;
4802
+ -o-animation: loader__spinner___zNEkS 150ms infinite linear;
4803
+ animation: loader__spinner___zNEkS 150ms infinite linear;
4804
+ border-radius: 0.5em;
4805
+ -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
4806
+ box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
4807
+ }
4808
+ /* Animation */
4809
+ @-webkit-keyframes loader__spinner___zNEkS {
4810
+ 0% {
4811
+ -webkit-transform: rotate(0deg);
4812
+ -moz-transform: rotate(0deg);
4813
+ -ms-transform: rotate(0deg);
4814
+ -o-transform: rotate(0deg);
4815
+ transform: rotate(0deg);
4816
+ }
4817
+ 100% {
4818
+ -webkit-transform: rotate(360deg);
4819
+ -moz-transform: rotate(360deg);
4820
+ -ms-transform: rotate(360deg);
4821
+ -o-transform: rotate(360deg);
4822
+ transform: rotate(360deg);
4823
+ }
4824
+ }
4825
+ @-moz-keyframes loader__spinner___zNEkS {
4826
+ 0% {
4827
+ -webkit-transform: rotate(0deg);
4828
+ -moz-transform: rotate(0deg);
4829
+ -ms-transform: rotate(0deg);
4830
+ -o-transform: rotate(0deg);
4831
+ transform: rotate(0deg);
4832
+ }
4833
+ 100% {
4834
+ -webkit-transform: rotate(360deg);
4835
+ -moz-transform: rotate(360deg);
4836
+ -ms-transform: rotate(360deg);
4837
+ -o-transform: rotate(360deg);
4838
+ transform: rotate(360deg);
4839
+ }
4840
+ }
4841
+ @-o-keyframes loader__spinner___zNEkS {
4842
+ 0% {
4843
+ -webkit-transform: rotate(0deg);
4844
+ -moz-transform: rotate(0deg);
4845
+ -ms-transform: rotate(0deg);
4846
+ -o-transform: rotate(0deg);
4847
+ transform: rotate(0deg);
4848
+ }
4849
+ 100% {
4850
+ -webkit-transform: rotate(360deg);
4851
+ -moz-transform: rotate(360deg);
4852
+ -ms-transform: rotate(360deg);
4853
+ -o-transform: rotate(360deg);
4854
+ transform: rotate(360deg);
4855
+ }
4856
+ }
4857
+ @keyframes loader__spinner___zNEkS {
4858
+ 0% {
4859
+ -webkit-transform: rotate(0deg);
4860
+ -moz-transform: rotate(0deg);
4861
+ -ms-transform: rotate(0deg);
4862
+ -o-transform: rotate(0deg);
4863
+ transform: rotate(0deg);
4864
+ }
4865
+ 100% {
4866
+ -webkit-transform: rotate(360deg);
4867
+ -moz-transform: rotate(360deg);
4868
+ -ms-transform: rotate(360deg);
4869
+ -o-transform: rotate(360deg);
4870
+ transform: rotate(360deg);
4871
+ }
4872
+ }
4873
+ .loader__page-loader-container___jJHee {
4874
+ position: fixed;
4875
+ top: 0;
4876
+ inset-inline-start: 0;
4877
+ width: 100%;
4878
+ background: rgba(0, 0, 0, 0.1);
4879
+ display: flex;
4880
+ justify-content: center;
4881
+ align-items: center;
4882
+ height: 100vh;
4883
+ z-index: 222;
4884
+ }
4885
+ .loader__loader___ytdT3 {
4886
+ border: 8px solid var(--themeAccentL4, #f9f6f0);
4887
+ border-top: 8px solid var(--themeAccentD3, #5c584e);
4888
+ border-radius: 50%;
4889
+ width: 50px;
4890
+ height: 50px;
4891
+ animation: loader__spin___omoke 2s linear infinite;
4892
+ margin-inline-start: 10%;
4893
+ }
4894
+ @keyframes loader__spin___omoke {
4895
+ 0% {
4896
+ transform: rotate(0deg);
4897
+ }
4898
+ 100% {
4899
+ transform: rotate(360deg);
4900
+ }
4901
+ }
4902
+ .loader__page-loader-container___jJHee p {
4903
+ margin-inline-start: 10px;
4904
+ font-weight: bold;
4905
+ color: #333;
4906
+ /* Dark grey */
4907
+ }
4908
+
3922
4909
  /**color by character**/
3923
4910
  /** Font family **/
3924
4911
  /** Font weight **/