@gofynd/theme-template 3.2.14 → 3.2.16

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 (152) hide show
  1. package/dist/components/address-form/address-form.css +125 -2
  2. package/dist/components/address-form/address-form.js +1 -1
  3. package/dist/components/address-form/form-input-selector.css +18 -2
  4. package/dist/components/address-form/form-input-selector.js +1 -1
  5. package/dist/components/address-form/v2/address-form.css +18 -2
  6. package/dist/components/address-form/v2/address-form.js +1 -1
  7. package/dist/components/carousel/carousel.css +415 -0
  8. package/dist/components/carousel/carousel.js +1 -0
  9. package/dist/components/core/fy-button/fy-button.js +1 -1
  10. package/dist/components/core/fy-dropdown/fy-dropdown.js +1 -1
  11. package/dist/components/core/fy-input/fy-input.css +8 -2
  12. package/dist/components/count-down/count-down.js +1 -0
  13. package/dist/components/date-picker/fy-date-picker/fy-date-picker.css +1099 -0
  14. package/dist/components/date-picker/fy-date-picker/fy-date-picker.js +1 -0
  15. package/dist/components/filter-modal/filter-modal.css +8 -2
  16. package/dist/components/form-builder/form-builder.css +15 -2
  17. package/dist/components/form-builder/form-builder.js +1 -1
  18. package/dist/components/google-map/google-map.js +1 -1
  19. package/dist/components/google-map/v2/google-map.js +1 -1
  20. package/dist/components/index.css +125 -2
  21. package/dist/components/index.js +1 -1
  22. package/dist/components/loader/loader.js +1 -1
  23. package/dist/components/location-modal/location-modal.css +8 -2
  24. package/dist/components/location-modal/location-modal.js +1 -1
  25. package/dist/components/order-shipment/order-shipment.css +125 -11
  26. package/dist/components/order-shipment/order-shipment.js +1 -1
  27. package/dist/components/product-card/product-card.js +1 -1
  28. package/dist/components/range-slider/range-slider.css +8 -2
  29. package/dist/components/shipment-item/shipment-item.css +50 -3
  30. package/dist/components/shipment-item/shipment-item.js +1 -1
  31. package/dist/components/shipment-tracking/shipment-tracking.css +3 -0
  32. package/dist/components/shipment-tracking/shipment-tracking.js +1 -1
  33. package/dist/components/verify-mobile/verify-mobile.css +523 -0
  34. package/dist/components/verify-mobile/verify-mobile.js +1 -0
  35. package/dist/index.css +1089 -399
  36. package/dist/index.js +1 -1
  37. package/dist/page-layouts/auth/account-locked/account-locked.js +1 -1
  38. package/dist/page-layouts/auth/mobile-number/mobile-number.css +7 -0
  39. package/dist/page-layouts/auth/mobile-number/mobile-number.js +1 -1
  40. package/dist/page-layouts/auth/verify-both/verify-both.js +1 -1
  41. package/dist/page-layouts/cart/Components/chip-item/chip-item.js +1 -1
  42. package/dist/page-layouts/cart/Components/delivery-location/delivery-location.css +18 -2
  43. package/dist/page-layouts/cart/Components/delivery-location/delivery-location.js +1 -1
  44. package/dist/page-layouts/cart/Components/share-cart/share-cart.js +1 -1
  45. package/dist/page-layouts/cart/Components/share-cart-modal/share-cart-modal.js +1 -1
  46. package/dist/page-layouts/compare/compare.css +423 -2
  47. package/dist/page-layouts/compare/compare.js +1 -2
  48. package/dist/page-layouts/login/component/login-otp/login-otp.css +7 -0
  49. package/dist/page-layouts/login/component/login-otp/login-otp.js +1 -1
  50. package/dist/page-layouts/login/component/login-password/login-password.css +7 -0
  51. package/dist/page-layouts/login/component/login-password/login-password.js +1 -1
  52. package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.css +423 -2
  53. package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.js +1 -2
  54. package/dist/page-layouts/plp/Components/delivery-info/delivery-info.css +8 -2
  55. package/dist/page-layouts/plp/Components/delivery-info/delivery-info.js +1 -1
  56. package/dist/page-layouts/plp/Components/filter-item/filter-item.css +8 -2
  57. package/dist/page-layouts/plp/Components/filter-item/filter-item.js +1 -1
  58. package/dist/page-layouts/plp/Components/filter-list/filter-list.css +8 -2
  59. package/dist/page-layouts/plp/Components/image-gallery/image-gallery.css +415 -0
  60. package/dist/page-layouts/plp/Components/image-gallery/image-gallery.js +1 -2
  61. package/dist/page-layouts/plp/Components/lightbox-image/lightbox-image.js +1 -1
  62. package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.css +415 -0
  63. package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.js +1 -2
  64. package/dist/page-layouts/plp/Components/pic-zoom/pic-zoom.js +1 -1
  65. package/dist/page-layouts/plp/Components/viewer-3d/viewer-3d.js +1 -1
  66. package/dist/page-layouts/single-checkout/address/single-address.css +18 -2
  67. package/dist/page-layouts/single-checkout/address/single-address.js +1 -1
  68. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.js +1 -1
  69. package/dist/page-layouts/single-checkout/payment/checkout-payment.css +4 -2
  70. package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
  71. package/dist/page-layouts/single-checkout/shipment/single-page-shipment.css +15 -3
  72. package/dist/page-layouts/single-checkout/shipment/single-page-shipment.js +1 -1
  73. package/dist/page-layouts/single-checkout/shipment/single-shipment-content.js +1 -1
  74. package/dist/pages/blog/blog.css +166 -136
  75. package/dist/pages/blog/blog.js +1 -2
  76. package/dist/pages/blog/index.css +166 -136
  77. package/dist/pages/blog/index.js +1 -2
  78. package/dist/pages/cart/cart.css +18 -2
  79. package/dist/pages/cart/cart.js +1 -1
  80. package/dist/pages/cart/index.css +18 -2
  81. package/dist/pages/cart/index.js +1 -1
  82. package/dist/pages/checkout/checkout.css +37 -7
  83. package/dist/pages/checkout/checkout.js +1 -1
  84. package/dist/pages/checkout/index.css +37 -7
  85. package/dist/pages/checkout/index.js +1 -1
  86. package/dist/pages/contact-us/contact-us.css +8 -2
  87. package/dist/pages/contact-us/contact-us.js +1 -1
  88. package/dist/pages/contact-us/index.css +8 -2
  89. package/dist/pages/contact-us/index.js +1 -1
  90. package/dist/pages/edit-profile/edit-profile.css +7 -0
  91. package/dist/pages/edit-profile/edit-profile.js +1 -1
  92. package/dist/pages/edit-profile/index.css +7 -0
  93. package/dist/pages/edit-profile/index.js +1 -1
  94. package/dist/pages/forgot-password/forget-password.css +929 -0
  95. package/dist/pages/forgot-password/forget-password.js +1 -1
  96. package/dist/pages/forgot-password/index.css +929 -0
  97. package/dist/pages/forgot-password/index.js +1 -1
  98. package/dist/pages/index.css +982 -399
  99. package/dist/pages/index.js +1 -1
  100. package/dist/pages/login/index.css +7 -0
  101. package/dist/pages/login/index.js +1 -1
  102. package/dist/pages/login/login.css +7 -0
  103. package/dist/pages/login/login.js +1 -1
  104. package/dist/pages/order/index.css +8 -2
  105. package/dist/pages/order/index.js +1 -1
  106. package/dist/pages/order/order-tracking-details/order-tracking-details.css +186 -16
  107. package/dist/pages/order/order-tracking-details/order-tracking-details.js +1 -1
  108. package/dist/pages/order/order-tracking.css +8 -2
  109. package/dist/pages/order/order-tracking.js +1 -1
  110. package/dist/pages/order-status/index.js +1 -1
  111. package/dist/pages/order-status/order-status.js +1 -1
  112. package/dist/pages/product-listing/index.css +423 -2
  113. package/dist/pages/product-listing/index.js +1 -1
  114. package/dist/pages/product-listing/product-listing.css +423 -2
  115. package/dist/pages/product-listing/product-listing.js +1 -1
  116. package/dist/pages/profile/components/add-email-modal/add-email-modal.css +8 -2
  117. package/dist/pages/profile/components/add-email-modal/add-email-modal.js +1 -1
  118. package/dist/pages/profile/components/add-phone-modal/add-phone-modal.css +15 -2
  119. package/dist/pages/profile/components/add-phone-modal/add-phone-modal.js +1 -1
  120. package/dist/pages/profile/components/confirm-modal/confirm-modal.js +1 -1
  121. package/dist/pages/profile/components/empty-state/empty-state.js +1 -1
  122. package/dist/pages/profile/components/reattempt-shipment-modal/reattempt-shipment-modal.css +5334 -0
  123. package/dist/pages/profile/components/reattempt-shipment-modal/reattempt-shipment-modal.js +1 -0
  124. package/dist/pages/profile/email/email.css +8 -2
  125. package/dist/pages/profile/email/email.js +1 -1
  126. package/dist/pages/profile/email/index.css +8 -2
  127. package/dist/pages/profile/email/index.js +1 -1
  128. package/dist/pages/profile/index.css +8 -2
  129. package/dist/pages/profile/index.js +1 -1
  130. package/dist/pages/profile/phone/index.css +15 -2
  131. package/dist/pages/profile/phone/index.js +1 -1
  132. package/dist/pages/profile/phone/phone.css +15 -2
  133. package/dist/pages/profile/phone/phone.js +1 -1
  134. package/dist/pages/profile/profile-details.css +8 -2
  135. package/dist/pages/profile/profile-details.js +1 -1
  136. package/dist/pages/register/index.css +7 -0
  137. package/dist/pages/register/index.js +1 -1
  138. package/dist/pages/register/register.css +7 -0
  139. package/dist/pages/register/register.js +1 -1
  140. package/dist/pages/wishlist/index.css +423 -2
  141. package/dist/pages/wishlist/index.js +1 -2
  142. package/dist/pages/wishlist/wishlist.css +423 -2
  143. package/dist/pages/wishlist/wishlist.js +1 -2
  144. package/package.json +9 -4
  145. package/dist/page-layouts/compare/compare.js.LICENSE.txt +0 -5
  146. package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.js.LICENSE.txt +0 -5
  147. package/dist/page-layouts/plp/Components/image-gallery/image-gallery.js.LICENSE.txt +0 -5
  148. package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.js.LICENSE.txt +0 -5
  149. package/dist/pages/blog/blog.js.LICENSE.txt +0 -5
  150. package/dist/pages/blog/index.js.LICENSE.txt +0 -5
  151. package/dist/pages/wishlist/index.js.LICENSE.txt +0 -5
  152. package/dist/pages/wishlist/wishlist.js.LICENSE.txt +0 -5
@@ -5424,6 +5424,7 @@ h5,
5424
5424
  box-sizing: border-box;
5425
5425
  width: 100%;
5426
5426
  background-color: transparent;
5427
+ font-weight: 500;
5427
5428
  }
5428
5429
  @media only screen and (max-width: 480px) {
5429
5430
  .fy-input__fyInput___S4Mtu {
@@ -5443,7 +5444,9 @@ h5,
5443
5444
  outline: none;
5444
5445
  }
5445
5446
  .fy-input__fyInput___S4Mtu:disabled {
5446
- color: var(--textSecondary);
5447
+ color: var(--textSecondary, #9c9c9c);
5448
+ border-color: var(--overlaypopupdividerstroke, #e0e0e0);
5449
+ font-weight: 400;
5447
5450
  }
5448
5451
  .fy-input__fyInput___S4Mtu:focus {
5449
5452
  border-color: var(--buttonPrimary, #4e3f09);
@@ -5464,8 +5467,11 @@ h5,
5464
5467
  height: 48px;
5465
5468
  }
5466
5469
  .fy-input__outlined___CEaKm.fy-input__inputDisable___M8Zn2 {
5467
- border: 1px solid #cccccc;
5470
+ border: 1px solid var(--overlaypopupdividerstroke, #e0e0e0);
5468
5471
  cursor: not-allowed;
5472
+ pointer-events: auto;
5473
+ }
5474
+ .fy-input__outlined___CEaKm.fy-input__inputDisable___M8Zn2 input {
5469
5475
  pointer-events: none;
5470
5476
  }
5471
5477
  .fy-input__outlined___CEaKm.fy-input__medium___L3QsD {
@@ -6651,6 +6657,13 @@ h5,
6651
6657
  display: none !important;
6652
6658
  }
6653
6659
  }
6660
+ .mobile-number__additionalLableClasses___ceKOA {
6661
+ background-color: var(--pageBackground, #f8f8f8);
6662
+ color: var(--textLabel, #7d7676);
6663
+ font-size: 12px;
6664
+ font-style: normal;
6665
+ font-weight: 400;
6666
+ }
6654
6667
  .mobile-number__mobileInputWrapper___Na12n {
6655
6668
  display: flex;
6656
6669
  flex-direction: column;
@@ -7068,6 +7081,9 @@ h5,
7068
7081
  background: unset;
7069
7082
  color: var(--textLabel, #7d7676) !important;
7070
7083
  }
7084
+ .form-input-selector__customClass___hEqXl:focus-within {
7085
+ border-color: var(--buttonPrimary, #4e3f09);
7086
+ }
7071
7087
  .form-input-selector__telInput___F4FEd {
7072
7088
  background-color: transparent;
7073
7089
  }
@@ -25106,6 +25122,421 @@ h5,
25106
25122
  transform: translate(50%, -50%);
25107
25123
  }
25108
25124
 
25125
+ /**color by character**/
25126
+ /** Font family **/
25127
+ /** Font weight **/
25128
+ .carousel__display-block___utsUU {
25129
+ display: block;
25130
+ }
25131
+ .carousel__inline-block___r5jIE,
25132
+ .carousel__inlineBlock___CweDs {
25133
+ display: inline-block;
25134
+ }
25135
+ .carousel__flex-row___dT_l6 {
25136
+ display: flex;
25137
+ }
25138
+ .carousel__flex-column___bsAla,
25139
+ .carousel__flexColumn___XGHeP {
25140
+ display: flex;
25141
+ flex-direction: column;
25142
+ }
25143
+ .carousel__flex-align-center___RXd0L,
25144
+ .carousel__flexAlignCenter___xwCsl {
25145
+ display: flex;
25146
+ align-items: center;
25147
+ }
25148
+ .carousel__flex-justify-center___TME7Y,
25149
+ .carousel__flexJustifyCenter___WgnF3 {
25150
+ display: flex;
25151
+ justify-content: center;
25152
+ }
25153
+ .carousel__flex-center___XZwk8,
25154
+ .carousel__flexCenter___r6nnD {
25155
+ display: flex;
25156
+ justify-content: center;
25157
+ align-items: center;
25158
+ }
25159
+ .carousel__justify-start___zWbwC,
25160
+ .carousel__justifyStart___LixAq {
25161
+ justify-content: flex-start;
25162
+ }
25163
+ .carousel__justify-end___im5_L,
25164
+ .carousel__justifyEnd___tPVVJ {
25165
+ justify-content: flex-end;
25166
+ }
25167
+ .carousel__justify-between___e4Kcp,
25168
+ .carousel__justifyBetween___x2p0g {
25169
+ justify-content: space-between;
25170
+ }
25171
+ .carousel__justify-around___SPh3u,
25172
+ .carousel__justifyAround___XrmYt {
25173
+ justify-content: space-around;
25174
+ }
25175
+ .carousel__justify-evenly___FN8sv,
25176
+ .carousel__justifyEvenly___T1Av0 {
25177
+ justify-content: space-evenly;
25178
+ }
25179
+ h1,
25180
+ .carousel__h1___ee7pZ {
25181
+ font-weight: 700;
25182
+ font-size: 28px;
25183
+ line-height: 42px;
25184
+ letter-spacing: -0.03em;
25185
+ color: var(--textHeading, #26201a);
25186
+ }
25187
+ @media only screen and (min-width: 769px) {
25188
+ h1,
25189
+ .carousel__h1___ee7pZ {
25190
+ font-size: 36px;
25191
+ line-height: 48px;
25192
+ }
25193
+ }
25194
+ h2,
25195
+ .carousel__h2___ZNSIB {
25196
+ font-weight: 700;
25197
+ font-size: 28px;
25198
+ line-height: 36px;
25199
+ letter-spacing: -0.03em;
25200
+ color: var(--textHeading, #26201a);
25201
+ }
25202
+ @media only screen and (min-width: 769px) {
25203
+ h2,
25204
+ .carousel__h2___ZNSIB {
25205
+ font-size: 32px;
25206
+ line-height: 42px;
25207
+ }
25208
+ }
25209
+ h3,
25210
+ .carousel__h3___TRk7C {
25211
+ font-weight: 700;
25212
+ letter-spacing: -0.02em;
25213
+ color: var(--textHeading, #26201a);
25214
+ font-size: 24px;
25215
+ line-height: 32px;
25216
+ }
25217
+ @media only screen and (min-width: 769px) {
25218
+ h3,
25219
+ .carousel__h3___TRk7C {
25220
+ font-weight: 700;
25221
+ letter-spacing: -0.02em;
25222
+ color: var(--textHeading, #26201a);
25223
+ font-size: 28px;
25224
+ line-height: 36px;
25225
+ }
25226
+ }
25227
+ h4,
25228
+ .carousel__h4___v15SC {
25229
+ font-weight: 600;
25230
+ letter-spacing: -0.02em;
25231
+ color: var(--textHeading, #26201a);
25232
+ font-size: 16px;
25233
+ line-height: 1.5;
25234
+ }
25235
+ @media only screen and (min-width: 769px) {
25236
+ h4,
25237
+ .carousel__h4___v15SC {
25238
+ font-weight: 600;
25239
+ letter-spacing: -0.02em;
25240
+ color: var(--textHeading, #26201a);
25241
+ font-size: 20px;
25242
+ line-height: 1.5;
25243
+ }
25244
+ }
25245
+ h5,
25246
+ .carousel__h5___8ITca {
25247
+ font-weight: 600;
25248
+ font-size: 14px;
25249
+ line-height: 16px;
25250
+ letter-spacing: -0.02em;
25251
+ color: var(--textHeading, #26201a);
25252
+ }
25253
+ @media only screen and (min-width: 769px) {
25254
+ h5,
25255
+ .carousel__h5___8ITca {
25256
+ font-size: 16px;
25257
+ line-height: 18px;
25258
+ }
25259
+ }
25260
+ .carousel__b1___BJlKm {
25261
+ font-weight: 400;
25262
+ font-size: 14px;
25263
+ line-height: 18px;
25264
+ letter-spacing: -0.02em;
25265
+ color: var(--textBody, #3c3131);
25266
+ }
25267
+ @media only screen and (min-width: 769px) {
25268
+ .carousel__b1___BJlKm {
25269
+ font-size: 16px;
25270
+ line-height: 20px;
25271
+ }
25272
+ }
25273
+ .carousel__b-small___eEZM0,
25274
+ .carousel__bSmall___z55Bs,
25275
+ .carousel__b2___OCSqn {
25276
+ font-weight: 400;
25277
+ letter-spacing: -0.02em;
25278
+ color: var(--textBody, #3c3131);
25279
+ font-size: 12px;
25280
+ line-height: 16px;
25281
+ }
25282
+ @media only screen and (min-width: 769px) {
25283
+ .carousel__b-small___eEZM0,
25284
+ .carousel__bSmall___z55Bs,
25285
+ .carousel__b2___OCSqn {
25286
+ font-weight: 400;
25287
+ letter-spacing: -0.02em;
25288
+ color: var(--textBody, #3c3131);
25289
+ font-size: 14px;
25290
+ line-height: 18px;
25291
+ }
25292
+ }
25293
+ .carousel__d1___HGZ3m {
25294
+ font-size: 36px;
25295
+ font-weight: 700;
25296
+ line-height: 48px;
25297
+ letter-spacing: -0.02em;
25298
+ }
25299
+ @media only screen and (min-width: 769px) {
25300
+ .carousel__d1___HGZ3m {
25301
+ font-size: 64px;
25302
+ line-height: 85px;
25303
+ letter-spacing: -0.03em;
25304
+ }
25305
+ }
25306
+ .carousel__caption-medium___geBOh,
25307
+ .carousel__captionMedium___fKLRf {
25308
+ font-size: 12px;
25309
+ line-height: 1.5;
25310
+ letter-spacing: -0.02em;
25311
+ font-weight: 500;
25312
+ }
25313
+ @media only screen and (max-width: 480px) {
25314
+ .carousel__caption-medium___geBOh,
25315
+ .carousel__captionMedium___fKLRf {
25316
+ font-size: 11px;
25317
+ }
25318
+ }
25319
+ .carousel__caption-semi-bold___mn18z,
25320
+ .carousel__captionSemiBold___USgYk {
25321
+ font-size: 12px;
25322
+ line-height: 1.5;
25323
+ letter-spacing: -0.02em;
25324
+ font-weight: 600;
25325
+ }
25326
+ @media only screen and (max-width: 480px) {
25327
+ .carousel__caption-semi-bold___mn18z,
25328
+ .carousel__captionSemiBold___USgYk {
25329
+ font-size: 11px;
25330
+ }
25331
+ }
25332
+ .carousel__btn-link___glyDY,
25333
+ .carousel__btnLink___eQWdx {
25334
+ font-weight: 500;
25335
+ letter-spacing: -0.02em;
25336
+ font-size: 12px;
25337
+ line-height: 14px;
25338
+ border-radius: var(--buttonRadius, 0px);
25339
+ cursor: pointer;
25340
+ color: var(--buttonLink, #b1655b);
25341
+ text-decoration: underline;
25342
+ background: none;
25343
+ border: none;
25344
+ }
25345
+ @media only screen and (min-width: 769px) {
25346
+ .carousel__btn-link___glyDY,
25347
+ .carousel__btnLink___eQWdx {
25348
+ font-weight: 500;
25349
+ letter-spacing: -0.02em;
25350
+ font-size: 14px;
25351
+ line-height: 16px;
25352
+ }
25353
+ }
25354
+ .carousel__btn-link___glyDY:hover,
25355
+ .carousel__btnLink___eQWdx:hover {
25356
+ color: var(--buttonLinkL1, #c1847c);
25357
+ }
25358
+ .carousel__btn-link___glyDY:disabled,
25359
+ .carousel__btnLink___eQWdx:disabled {
25360
+ color: var(--buttonLinkL2, #d0a39d);
25361
+ }
25362
+ .carousel__btn-link___glyDY:active,
25363
+ .carousel__btnLink___eQWdx:active {
25364
+ opacity: 0.8;
25365
+ }
25366
+ .carousel__user-select-none___e3b8_,
25367
+ .carousel__userSelectNone___UTFsk {
25368
+ user-select: none;
25369
+ -moz-user-select: none;
25370
+ -webkit-user-select: none;
25371
+ -ms-user-select: none;
25372
+ }
25373
+ .carousel__margin-0-auto___V6g65,
25374
+ .carousel__margin0auto___ySsps {
25375
+ margin: 0 auto;
25376
+ }
25377
+ .carousel__base-page-container___E6gwT,
25378
+ .carousel__basePageContainer___AGzmu {
25379
+ max-width: 1440px !important;
25380
+ }
25381
+ .carousel__remove-scroll___Pt0wR,
25382
+ .carousel__removeScroll___H2sDy {
25383
+ overflow-y: hidden !important;
25384
+ }
25385
+ .carousel__mr-5___zrCxV,
25386
+ .carousel__mr5___xkDz3 {
25387
+ margin-inline-end: 30px !important;
25388
+ }
25389
+ .carousel__mr-2___GMegU,
25390
+ .carousel__mr2___LW6Mf {
25391
+ margin-inline-end: 5px !important;
25392
+ }
25393
+ .carousel__py-5___X5LkA,
25394
+ .carousel__py5___H8tFM {
25395
+ padding-top: 1.875rem !important;
25396
+ padding-bottom: 1.875rem !important;
25397
+ }
25398
+ .carousel__view-all-text___xIJti,
25399
+ .carousel__viewAllText___UKfLU {
25400
+ font-size: 20px;
25401
+ font-weight: 400;
25402
+ text-transform: lowercase;
25403
+ text-decoration: underline;
25404
+ }
25405
+ .carousel__view-all-mobile___KN5tC,
25406
+ .carousel__viewAllMobile___UqtjR {
25407
+ display: none;
25408
+ }
25409
+ @media only screen and (max-width: 768px) {
25410
+ .carousel__view-all-mobile___KN5tC,
25411
+ .carousel__viewAllMobile___UqtjR {
25412
+ display: flex;
25413
+ align-items: center;
25414
+ justify-content: center;
25415
+ margin-top: 40px;
25416
+ }
25417
+ }
25418
+ @media only screen and (max-width: 480px) {
25419
+ .carousel__view-all-mobile___KN5tC,
25420
+ .carousel__viewAllMobile___UqtjR {
25421
+ margin-top: 24px;
25422
+ }
25423
+ }
25424
+ .carousel__accent-btn___ljV96,
25425
+ .carousel__accentBtn___eeYUW {
25426
+ background-color: var(--accentColor);
25427
+ color: #fff;
25428
+ }
25429
+ .carousel__no-scroll___Yl9Wg,
25430
+ .carousel__noScroll___V3m9I {
25431
+ overflow-y: hidden;
25432
+ }
25433
+ .carousel__hide-overflow___RSirN,
25434
+ .carousel__hideOverflow___O7cOa {
25435
+ overflow: hidden;
25436
+ }
25437
+ .carousel__markdown-body___mCpXK h6 {
25438
+ margin-top: 0 !important;
25439
+ margin-bottom: 0 !important;
25440
+ }
25441
+ @media only screen and (max-width: 480px) {
25442
+ .carousel__markdown-body___mCpXK {
25443
+ font-size: 12px !important;
25444
+ padding: 5px !important;
25445
+ }
25446
+ }
25447
+ .carousel__view3d-canvas___iHO9u {
25448
+ width: 100%;
25449
+ height: 100%;
25450
+ }
25451
+ @media only screen and (max-width: 480px) {
25452
+ .carousel__view-mobile-up___Okb4u {
25453
+ display: none !important;
25454
+ }
25455
+ }
25456
+ @media only screen and (min-width: 481px) {
25457
+ .carousel__view-mobile___l_iEN {
25458
+ display: none !important;
25459
+ }
25460
+ }
25461
+ .carousel__carousel___zSABm {
25462
+ position: relative;
25463
+ }
25464
+ .carousel__carouselContent___QZKSp {
25465
+ overflow: hidden;
25466
+ }
25467
+ .carousel__carouselTrack___aUjv6 {
25468
+ display: flex;
25469
+ }
25470
+ carouselTrackHorizontal {
25471
+ margin-left: -1rem;
25472
+ }
25473
+ carouselTrackVertical {
25474
+ flex-direction: column;
25475
+ margin-top: -1rem;
25476
+ }
25477
+ .carousel__carouselItem___zlVkY {
25478
+ min-width: 0;
25479
+ flex: 0 0 100%;
25480
+ }
25481
+ carouselItemHorizontal {
25482
+ padding-left: 1rem;
25483
+ }
25484
+ carouselItemVertical {
25485
+ padding-top: 1rem;
25486
+ }
25487
+ .carousel__carouselBtn___Z49nh {
25488
+ position: absolute;
25489
+ width: 1em;
25490
+ height: 1em;
25491
+ border-radius: 50%;
25492
+ font-size: 48px;
25493
+ transition: background-color 0.3s ease-in-out;
25494
+ display: flex;
25495
+ align-items: center;
25496
+ justify-content: center;
25497
+ border: 1px solid var(--dividerStokes, #d4d1d1);
25498
+ }
25499
+ .carousel__carouselBtn___Z49nh:hover {
25500
+ box-shadow: 0 6px 20px 0 var(--dividerStokes, #c0bebe);
25501
+ background: var(--themeAccentL4, #f8f8f8);
25502
+ }
25503
+ .carousel__carouselBtnIcon___uNRV7 {
25504
+ width: 0.8em;
25505
+ height: 0.8em;
25506
+ font-size: inherit;
25507
+ }
25508
+ .carousel__carouselPrevBtnHorizontal___eAomj {
25509
+ left: 20px;
25510
+ top: 50%;
25511
+ transform: translateY(-50%);
25512
+ }
25513
+ .carousel__carouselPrevBtnVertical___a0PqM {
25514
+ top: -36px;
25515
+ left: 50%;
25516
+ transform: translateX(-50%) rotate(90deg);
25517
+ }
25518
+ .carousel__carouselNextBtnHorizontal___AGucw {
25519
+ right: 20px;
25520
+ top: 50%;
25521
+ transform: translateY(-50%) rotate(180deg);
25522
+ }
25523
+ .carousel__carouselNextBtnVertical___zrvAb {
25524
+ bottom: -36px;
25525
+ left: 50%;
25526
+ transform: translateX(-50%) rotate(-90deg);
25527
+ }
25528
+ .carousel__srOnly___Q1z_4 {
25529
+ position: absolute;
25530
+ width: 1px;
25531
+ height: 1px;
25532
+ padding: 0;
25533
+ margin: -1px;
25534
+ overflow: hidden;
25535
+ clip: rect(0, 0, 0, 0);
25536
+ white-space: nowrap;
25537
+ border-width: 0;
25538
+ }
25539
+
25109
25540
  /**color by character**/
25110
25541
  /** Font family **/
25111
25542
  /** Font weight **/
@@ -28924,6 +29355,529 @@ h5,
28924
29355
  width: 100%;
28925
29356
  }
28926
29357
 
29358
+ /**color by character**/
29359
+ /** Font family **/
29360
+ /** Font weight **/
29361
+ .verify-mobile__display-block___Xkv0Q {
29362
+ display: block;
29363
+ }
29364
+ .verify-mobile__inline-block___c0LKD,
29365
+ .verify-mobile__inlineBlock___OYbnO {
29366
+ display: inline-block;
29367
+ }
29368
+ .verify-mobile__flex-row___LFvWM {
29369
+ display: flex;
29370
+ }
29371
+ .verify-mobile__flex-column___PR7ov,
29372
+ .verify-mobile__flexColumn___ckdro {
29373
+ display: flex;
29374
+ flex-direction: column;
29375
+ }
29376
+ .verify-mobile__flex-align-center___X2rDo,
29377
+ .verify-mobile__flexAlignCenter___uwzzh {
29378
+ display: flex;
29379
+ align-items: center;
29380
+ }
29381
+ .verify-mobile__flex-justify-center___6XGbC,
29382
+ .verify-mobile__flexJustifyCenter___CTWKJ {
29383
+ display: flex;
29384
+ justify-content: center;
29385
+ }
29386
+ .verify-mobile__flex-center___mJlsW,
29387
+ .verify-mobile__flexCenter___qB3mX {
29388
+ display: flex;
29389
+ justify-content: center;
29390
+ align-items: center;
29391
+ }
29392
+ .verify-mobile__justify-start___qEZld,
29393
+ .verify-mobile__justifyStart___XV26k {
29394
+ justify-content: flex-start;
29395
+ }
29396
+ .verify-mobile__justify-end___Lr2GW,
29397
+ .verify-mobile__justifyEnd___XRT9T {
29398
+ justify-content: flex-end;
29399
+ }
29400
+ .verify-mobile__justify-between___xKL7d,
29401
+ .verify-mobile__justifyBetween___oCO8g {
29402
+ justify-content: space-between;
29403
+ }
29404
+ .verify-mobile__justify-around___IOtRu,
29405
+ .verify-mobile__justifyAround___SEhmA {
29406
+ justify-content: space-around;
29407
+ }
29408
+ .verify-mobile__justify-evenly___dpjbP,
29409
+ .verify-mobile__justifyEvenly___DT94N {
29410
+ justify-content: space-evenly;
29411
+ }
29412
+ h1,
29413
+ .verify-mobile__h1___f5FSg {
29414
+ font-weight: 700;
29415
+ font-size: 28px;
29416
+ line-height: 42px;
29417
+ letter-spacing: -0.03em;
29418
+ color: var(--textHeading, #26201a);
29419
+ }
29420
+ @media only screen and (min-width: 769px) {
29421
+ h1,
29422
+ .verify-mobile__h1___f5FSg {
29423
+ font-size: 36px;
29424
+ line-height: 48px;
29425
+ }
29426
+ }
29427
+ h2,
29428
+ .verify-mobile__h2___e0654 {
29429
+ font-weight: 700;
29430
+ font-size: 28px;
29431
+ line-height: 36px;
29432
+ letter-spacing: -0.03em;
29433
+ color: var(--textHeading, #26201a);
29434
+ }
29435
+ @media only screen and (min-width: 769px) {
29436
+ h2,
29437
+ .verify-mobile__h2___e0654 {
29438
+ font-size: 32px;
29439
+ line-height: 42px;
29440
+ }
29441
+ }
29442
+ h3,
29443
+ .verify-mobile__h3___brSlm {
29444
+ font-weight: 700;
29445
+ letter-spacing: -0.02em;
29446
+ color: var(--textHeading, #26201a);
29447
+ font-size: 24px;
29448
+ line-height: 32px;
29449
+ }
29450
+ @media only screen and (min-width: 769px) {
29451
+ h3,
29452
+ .verify-mobile__h3___brSlm {
29453
+ font-weight: 700;
29454
+ letter-spacing: -0.02em;
29455
+ color: var(--textHeading, #26201a);
29456
+ font-size: 28px;
29457
+ line-height: 36px;
29458
+ }
29459
+ }
29460
+ h4,
29461
+ .verify-mobile__h4___zn6jN {
29462
+ font-weight: 600;
29463
+ letter-spacing: -0.02em;
29464
+ color: var(--textHeading, #26201a);
29465
+ font-size: 16px;
29466
+ line-height: 1.5;
29467
+ }
29468
+ @media only screen and (min-width: 769px) {
29469
+ h4,
29470
+ .verify-mobile__h4___zn6jN {
29471
+ font-weight: 600;
29472
+ letter-spacing: -0.02em;
29473
+ color: var(--textHeading, #26201a);
29474
+ font-size: 20px;
29475
+ line-height: 1.5;
29476
+ }
29477
+ }
29478
+ h5,
29479
+ .verify-mobile__h5___X0xAB {
29480
+ font-weight: 600;
29481
+ font-size: 14px;
29482
+ line-height: 16px;
29483
+ letter-spacing: -0.02em;
29484
+ color: var(--textHeading, #26201a);
29485
+ }
29486
+ @media only screen and (min-width: 769px) {
29487
+ h5,
29488
+ .verify-mobile__h5___X0xAB {
29489
+ font-size: 16px;
29490
+ line-height: 18px;
29491
+ }
29492
+ }
29493
+ .verify-mobile__b1___izTCO {
29494
+ font-weight: 400;
29495
+ font-size: 14px;
29496
+ line-height: 18px;
29497
+ letter-spacing: -0.02em;
29498
+ color: var(--textBody, #3c3131);
29499
+ }
29500
+ @media only screen and (min-width: 769px) {
29501
+ .verify-mobile__b1___izTCO {
29502
+ font-size: 16px;
29503
+ line-height: 20px;
29504
+ }
29505
+ }
29506
+ .verify-mobile__b-small___vhvRz,
29507
+ .verify-mobile__bSmall___OMgzr,
29508
+ .verify-mobile__b2___OlM9Z {
29509
+ font-weight: 400;
29510
+ letter-spacing: -0.02em;
29511
+ color: var(--textBody, #3c3131);
29512
+ font-size: 12px;
29513
+ line-height: 16px;
29514
+ }
29515
+ @media only screen and (min-width: 769px) {
29516
+ .verify-mobile__b-small___vhvRz,
29517
+ .verify-mobile__bSmall___OMgzr,
29518
+ .verify-mobile__b2___OlM9Z {
29519
+ font-weight: 400;
29520
+ letter-spacing: -0.02em;
29521
+ color: var(--textBody, #3c3131);
29522
+ font-size: 14px;
29523
+ line-height: 18px;
29524
+ }
29525
+ }
29526
+ .verify-mobile__d1___IpM_6 {
29527
+ font-size: 36px;
29528
+ font-weight: 700;
29529
+ line-height: 48px;
29530
+ letter-spacing: -0.02em;
29531
+ }
29532
+ @media only screen and (min-width: 769px) {
29533
+ .verify-mobile__d1___IpM_6 {
29534
+ font-size: 64px;
29535
+ line-height: 85px;
29536
+ letter-spacing: -0.03em;
29537
+ }
29538
+ }
29539
+ .verify-mobile__caption-medium____SZ_I,
29540
+ .verify-mobile__captionMedium___oPhTp {
29541
+ font-size: 12px;
29542
+ line-height: 1.5;
29543
+ letter-spacing: -0.02em;
29544
+ font-weight: 500;
29545
+ }
29546
+ @media only screen and (max-width: 480px) {
29547
+ .verify-mobile__caption-medium____SZ_I,
29548
+ .verify-mobile__captionMedium___oPhTp {
29549
+ font-size: 11px;
29550
+ }
29551
+ }
29552
+ .verify-mobile__caption-semi-bold___WAP0l,
29553
+ .verify-mobile__captionSemiBold___RvLRt {
29554
+ font-size: 12px;
29555
+ line-height: 1.5;
29556
+ letter-spacing: -0.02em;
29557
+ font-weight: 600;
29558
+ }
29559
+ @media only screen and (max-width: 480px) {
29560
+ .verify-mobile__caption-semi-bold___WAP0l,
29561
+ .verify-mobile__captionSemiBold___RvLRt {
29562
+ font-size: 11px;
29563
+ }
29564
+ }
29565
+ .verify-mobile__btn-link___qrUIP,
29566
+ .verify-mobile__btnLink___Wo61M {
29567
+ font-weight: 500;
29568
+ letter-spacing: -0.02em;
29569
+ font-size: 12px;
29570
+ line-height: 14px;
29571
+ border-radius: var(--buttonRadius, 0px);
29572
+ cursor: pointer;
29573
+ color: var(--buttonLink, #b1655b);
29574
+ text-decoration: underline;
29575
+ background: none;
29576
+ border: none;
29577
+ }
29578
+ @media only screen and (min-width: 769px) {
29579
+ .verify-mobile__btn-link___qrUIP,
29580
+ .verify-mobile__btnLink___Wo61M {
29581
+ font-weight: 500;
29582
+ letter-spacing: -0.02em;
29583
+ font-size: 14px;
29584
+ line-height: 16px;
29585
+ }
29586
+ }
29587
+ .verify-mobile__btn-link___qrUIP:hover,
29588
+ .verify-mobile__btnLink___Wo61M:hover {
29589
+ color: var(--buttonLinkL1, #c1847c);
29590
+ }
29591
+ .verify-mobile__btn-link___qrUIP:disabled,
29592
+ .verify-mobile__btnLink___Wo61M:disabled {
29593
+ color: var(--buttonLinkL2, #d0a39d);
29594
+ }
29595
+ .verify-mobile__btn-link___qrUIP:active,
29596
+ .verify-mobile__btnLink___Wo61M:active {
29597
+ opacity: 0.8;
29598
+ }
29599
+ .verify-mobile__user-select-none___MovXd,
29600
+ .verify-mobile__userSelectNone___Uj5nN {
29601
+ user-select: none;
29602
+ -moz-user-select: none;
29603
+ -webkit-user-select: none;
29604
+ -ms-user-select: none;
29605
+ }
29606
+ .verify-mobile__margin-0-auto___gbVGn,
29607
+ .verify-mobile__margin0auto____e_N7 {
29608
+ margin: 0 auto;
29609
+ }
29610
+ .verify-mobile__base-page-container___Mj4ug,
29611
+ .verify-mobile__basePageContainer___sFgh_ {
29612
+ max-width: 1440px !important;
29613
+ }
29614
+ .verify-mobile__remove-scroll___sja4f,
29615
+ .verify-mobile__removeScroll___v6_h2 {
29616
+ overflow-y: hidden !important;
29617
+ }
29618
+ .verify-mobile__mr-5___oBu1k,
29619
+ .verify-mobile__mr5____DAJV {
29620
+ margin-inline-end: 30px !important;
29621
+ }
29622
+ .verify-mobile__mr-2___TOutC,
29623
+ .verify-mobile__mr2___Ots9l {
29624
+ margin-inline-end: 5px !important;
29625
+ }
29626
+ .verify-mobile__py-5___yIFMg,
29627
+ .verify-mobile__py5___urYCf {
29628
+ padding-top: 1.875rem !important;
29629
+ padding-bottom: 1.875rem !important;
29630
+ }
29631
+ .verify-mobile__view-all-text___InTn2,
29632
+ .verify-mobile__viewAllText___HnZRa {
29633
+ font-size: 20px;
29634
+ font-weight: 400;
29635
+ text-transform: lowercase;
29636
+ text-decoration: underline;
29637
+ }
29638
+ .verify-mobile__view-all-mobile___SHIHI,
29639
+ .verify-mobile__viewAllMobile___wrt6b {
29640
+ display: none;
29641
+ }
29642
+ @media only screen and (max-width: 768px) {
29643
+ .verify-mobile__view-all-mobile___SHIHI,
29644
+ .verify-mobile__viewAllMobile___wrt6b {
29645
+ display: flex;
29646
+ align-items: center;
29647
+ justify-content: center;
29648
+ margin-top: 40px;
29649
+ }
29650
+ }
29651
+ @media only screen and (max-width: 480px) {
29652
+ .verify-mobile__view-all-mobile___SHIHI,
29653
+ .verify-mobile__viewAllMobile___wrt6b {
29654
+ margin-top: 24px;
29655
+ }
29656
+ }
29657
+ .verify-mobile__accent-btn___qS6KX,
29658
+ .verify-mobile__accentBtn___XV2WL {
29659
+ background-color: var(--accentColor);
29660
+ color: #fff;
29661
+ }
29662
+ .verify-mobile__no-scroll___bJdWZ,
29663
+ .verify-mobile__noScroll___vFeyD {
29664
+ overflow-y: hidden;
29665
+ }
29666
+ .verify-mobile__hide-overflow___gujKm,
29667
+ .verify-mobile__hideOverflow___oKEZC {
29668
+ overflow: hidden;
29669
+ }
29670
+ .verify-mobile__markdown-body___LUV7f h6 {
29671
+ margin-top: 0 !important;
29672
+ margin-bottom: 0 !important;
29673
+ }
29674
+ @media only screen and (max-width: 480px) {
29675
+ .verify-mobile__markdown-body___LUV7f {
29676
+ font-size: 12px !important;
29677
+ padding: 5px !important;
29678
+ }
29679
+ }
29680
+ .verify-mobile__view3d-canvas___7Hi4D {
29681
+ width: 100%;
29682
+ height: 100%;
29683
+ }
29684
+ @media only screen and (max-width: 480px) {
29685
+ .verify-mobile__view-mobile-up___MWCOJ {
29686
+ display: none !important;
29687
+ }
29688
+ }
29689
+ @media only screen and (min-width: 481px) {
29690
+ .verify-mobile__view-mobile___IstTy {
29691
+ display: none !important;
29692
+ }
29693
+ }
29694
+ .verify-mobile__formWrapper___k115y .verify-mobile__header___OMDhu {
29695
+ margin-bottom: 8px;
29696
+ color: var(--textHeading, #26201a);
29697
+ text-align: center;
29698
+ font-size: 32px;
29699
+ font-style: normal;
29700
+ font-weight: 700;
29701
+ line-height: 44.8px;
29702
+ }
29703
+ @media only screen and (max-width: 768px) {
29704
+ .verify-mobile__formWrapper___k115y .verify-mobile__header___OMDhu {
29705
+ font-size: 24px;
29706
+ line-height: 33.6px;
29707
+ }
29708
+ }
29709
+ .verify-mobile__formWrapper___k115y .verify-mobile__verifyOtpForm___qtcdr {
29710
+ margin-bottom: 32px;
29711
+ color: var(--textBody, #3c3131);
29712
+ font-size: 14px;
29713
+ font-weight: 400;
29714
+ line-height: 19.6px;
29715
+ }
29716
+ .verify-mobile__formWrapper___k115y .verify-mobile__verifyOtpForm___qtcdr .verify-mobile__otpSentMessage___LTtR3 {
29717
+ margin-bottom: 20px;
29718
+ margin-bottom: 32px;
29719
+ color: var(--textBody, #3c3131);
29720
+ text-align: center;
29721
+ font-size: 14px;
29722
+ font-style: normal;
29723
+ font-weight: 400;
29724
+ line-height: 19.6px;
29725
+ }
29726
+ .verify-mobile__formWrapper___k115y .verify-mobile__verifyOtpForm___qtcdr .verify-mobile__otpSentMessage___LTtR3 .verify-mobile__changeBtn___x2Ce4 {
29727
+ color: var(--buttonPrimary, #4e3f09);
29728
+ text-align: center;
29729
+ margin-inline-start: 8px;
29730
+ font-size: 14px;
29731
+ font-weight: 600;
29732
+ line-height: 140%;
29733
+ text-transform: uppercase;
29734
+ }
29735
+ .verify-mobile__formWrapper___k115y .verify-mobile__inputGroup___D7DmN {
29736
+ display: flex;
29737
+ flex-direction: column;
29738
+ margin-bottom: 24px;
29739
+ }
29740
+ .verify-mobile__formWrapper___k115y .verify-mobile__inputGroup___D7DmN .verify-mobile__label___TvOkp {
29741
+ position: absolute;
29742
+ background-color: var(--pageBackground, #f8f8f8);
29743
+ padding: 0 4px;
29744
+ margin: 0 12px;
29745
+ z-index: 1;
29746
+ transform: translateY(-50%);
29747
+ color: var(--textLabel);
29748
+ font-size: 12px;
29749
+ font-style: normal;
29750
+ font-weight: 400;
29751
+ line-height: 16.8px;
29752
+ }
29753
+ .verify-mobile__formWrapper___k115y .verify-mobile__inputGroup___D7DmN input {
29754
+ width: 100%;
29755
+ border: 1px solid var(--dividerStokes, #d4d1d1);
29756
+ padding: 16px;
29757
+ border-radius: 4px;
29758
+ background: none;
29759
+ color: var(--textBody, #3c3131);
29760
+ font-size: 14px;
29761
+ font-style: normal;
29762
+ font-weight: 400;
29763
+ line-height: 18px;
29764
+ letter-spacing: -0.28px;
29765
+ }
29766
+ .verify-mobile__formWrapper___k115y .verify-mobile__inputGroup___D7DmN input[type="number"]::-webkit-outer-spin-button,
29767
+ .verify-mobile__formWrapper___k115y .verify-mobile__inputGroup___D7DmN input[type="number"]::-webkit-inner-spin-button {
29768
+ -webkit-appearance: none;
29769
+ }
29770
+ .verify-mobile__formWrapper___k115y .verify-mobile__inputGroup___D7DmN input:focus-visible {
29771
+ outline: none;
29772
+ }
29773
+ .verify-mobile__formWrapper___k115y .verify-mobile__inputGroup___D7DmN.verify-mobile__error___U6vLC .verify-mobile__label___TvOkp {
29774
+ color: var(--errorText, #ff3333);
29775
+ }
29776
+ .verify-mobile__formWrapper___k115y .verify-mobile__inputGroup___D7DmN.verify-mobile__error___U6vLC input {
29777
+ border-color: var(--errorText, #ff3333);
29778
+ }
29779
+ .verify-mobile__submitBtn___UpyZf {
29780
+ border: none;
29781
+ border-radius: 4px;
29782
+ width: 100%;
29783
+ height: 48px;
29784
+ color: var(--buttonSecondary, #fff);
29785
+ background: var(--buttonPrimary, #4e3f09);
29786
+ font-size: 16px;
29787
+ font-style: normal;
29788
+ font-weight: 600;
29789
+ line-height: 22.4px;
29790
+ text-transform: uppercase;
29791
+ cursor: pointer;
29792
+ }
29793
+ .verify-mobile__submitBtn___UpyZf:focus-visible {
29794
+ outline: none;
29795
+ }
29796
+ .verify-mobile__submitBtn___UpyZf[disabled] {
29797
+ cursor: default;
29798
+ }
29799
+ .verify-mobile__loginAlert___B2fDP {
29800
+ font-size: 12px;
29801
+ font-weight: 400;
29802
+ line-height: 140%;
29803
+ margin-top: 8px;
29804
+ color: var(--errorText, #ff3333);
29805
+ }
29806
+ .verify-mobile__resendOtpWrapper___QQY10 {
29807
+ display: flex;
29808
+ justify-content: center;
29809
+ margin-top: 32px;
29810
+ }
29811
+ .verify-mobile__resendOtpWrapper___QQY10 .verify-mobile__resendOtpBtn____KMuB {
29812
+ color: var(--textSecondary, #9c9c9c);
29813
+ font-size: 14px;
29814
+ font-style: normal;
29815
+ font-weight: 600;
29816
+ line-height: 19.6px;
29817
+ text-transform: uppercase;
29818
+ cursor: pointer;
29819
+ background: none;
29820
+ border: none;
29821
+ }
29822
+ .verify-mobile__resendOtpWrapper___QQY10 .verify-mobile__resendOtpBtn____KMuB:focus-visible {
29823
+ outline: none;
29824
+ }
29825
+ .verify-mobile__resendOtpWrapper___QQY10 .verify-mobile__resendOtpBtn____KMuB[disabled] {
29826
+ opacity: 0.5;
29827
+ cursor: default;
29828
+ }
29829
+ .verify-mobile__loginInputGroup___jhY3l {
29830
+ margin-bottom: 20px;
29831
+ position: relative;
29832
+ }
29833
+ .verify-mobile__loginInputGroup___jhY3l .verify-mobile__loginInputTitle___RFPIx {
29834
+ position: absolute;
29835
+ padding: 0 4px;
29836
+ margin: 0 12px;
29837
+ z-index: 1;
29838
+ transform: translateY(-50%);
29839
+ color: var(--textLabel);
29840
+ font-size: 12px;
29841
+ font-style: normal;
29842
+ font-weight: 400;
29843
+ line-height: 16.8px;
29844
+ background: var(--pageBackground, #f8f8f8);
29845
+ }
29846
+ .verify-mobile__loginInputGroup___jhY3l input {
29847
+ width: 100%;
29848
+ border: 1px solid var(--dividerStokes, #d4d1d1);
29849
+ padding: 16px;
29850
+ border-radius: 4px;
29851
+ height: 48px;
29852
+ font-size: 14px;
29853
+ box-sizing: border-box;
29854
+ background: var(--pageBackground, #f8f8f8);
29855
+ }
29856
+ .verify-mobile__loginInputGroup___jhY3l input::placeholder {
29857
+ color: var(--dividerStokes, #d4d1d1);
29858
+ opacity: 0.3;
29859
+ }
29860
+ .verify-mobile__loginInputGroup___jhY3l.verify-mobile__error___U6vLC .verify-mobile__loginInputTitle___RFPIx {
29861
+ color: var(--errorText, #ff3333);
29862
+ }
29863
+ .verify-mobile__loginInputGroup___jhY3l.verify-mobile__error___U6vLC input {
29864
+ border-color: var(--errorText, #ff3333);
29865
+ }
29866
+ .verify-mobile__passwordToggle___AJ0VA {
29867
+ height: 24px;
29868
+ width: 24px;
29869
+ position: absolute;
29870
+ top: 50%;
29871
+ transform: translateY(-50%);
29872
+ inset-inline-end: 12px;
29873
+ cursor: pointer;
29874
+ background: none;
29875
+ border: none;
29876
+ }
29877
+ .verify-mobile__passwordToggle___AJ0VA:focus-visible {
29878
+ outline: none;
29879
+ }
29880
+
28927
29881
  /**color by character**/
28928
29882
  /** Font family **/
28929
29883
  /** Font weight **/
@@ -33450,13 +34404,17 @@ h5,
33450
34404
  border: 1px solid var(--dividerStokes);
33451
34405
  border-radius: 8px;
33452
34406
  opacity: 0.5;
33453
- margin-top: 20px;
33454
34407
  }
33455
34408
  @media only screen and (min-width: 769px) and (max-width: 1024px) {
33456
34409
  .single-page-shipment__reviewHeaderUnselect___mNmXU {
33457
34410
  padding: 16px;
33458
34411
  }
33459
34412
  }
34413
+ @media only screen and (max-width: 768px) {
34414
+ .single-page-shipment__reviewHeaderUnselect___mNmXU {
34415
+ margin-top: 20px;
34416
+ }
34417
+ }
33460
34418
  @media only screen and (max-width: 480px) {
33461
34419
  .single-page-shipment__reviewHeaderUnselect___mNmXU {
33462
34420
  display: none;
@@ -33476,12 +34434,16 @@ h5,
33476
34434
  }
33477
34435
  .single-page-shipment__addressSelectedHeaderContainer___SVaIw {
33478
34436
  padding: 24px;
33479
- margin-top: 20px;
33480
34437
  display: flex;
33481
34438
  justify-content: space-between;
33482
34439
  border: 1px solid var(--dividerStokes);
33483
34440
  border-radius: 8px;
33484
34441
  }
34442
+ @media only screen and (max-width: 768px) {
34443
+ .single-page-shipment__addressSelectedHeaderContainer___SVaIw {
34444
+ margin-top: 20px;
34445
+ }
34446
+ }
33485
34447
  @media only screen and (min-width: 769px) and (max-width: 1024px) {
33486
34448
  .single-page-shipment__addressSelectedHeaderContainer___SVaIw {
33487
34449
  padding: 16px;
@@ -33531,7 +34493,6 @@ h5,
33531
34493
  display: flex;
33532
34494
  justify-content: space-between;
33533
34495
  border: 1px solid var(--dividerStokes);
33534
- margin-top: 20px;
33535
34496
  }
33536
34497
  @media only screen and (min-width: 769px) {
33537
34498
  .single-page-shipment__reviewHeaderSelect___bNgMy {
@@ -33543,6 +34504,11 @@ h5,
33543
34504
  padding: 16px;
33544
34505
  }
33545
34506
  }
34507
+ @media only screen and (max-width: 768px) {
34508
+ .single-page-shipment__reviewHeaderSelect___bNgMy {
34509
+ margin-top: 20px;
34510
+ }
34511
+ }
33546
34512
  @media only screen and (max-width: 480px) {
33547
34513
  .single-page-shipment__reviewHeaderSelect___bNgMy {
33548
34514
  padding: 6px 16px;
@@ -40023,8 +40989,10 @@ h5,
40023
40989
  display: none !important;
40024
40990
  }
40025
40991
  }
40026
- .checkout-payment__paymentContainer___1UBn5 {
40027
- margin-top: 20px;
40992
+ @media only screen and (max-width: 768px) {
40993
+ .checkout-payment__paymentContainer___1UBn5 {
40994
+ margin-top: 20px;
40995
+ }
40028
40996
  }
40029
40997
  .checkout-payment__paymentContainer___1UBn5.checkout-payment__disabledPayment___xwflL {
40030
40998
  pointer-events: none;
@@ -45436,13 +46404,6 @@ h5,
45436
46404
  display: none !important;
45437
46405
  }
45438
46406
  }
45439
- .blog__nextArrowStyles___XGDmU {
45440
- right: 20px;
45441
- inset-inline-start: "unset";
45442
- }
45443
- .blog__prevArrowStyles___R1SbU {
45444
- left: 20px;
45445
- }
45446
46407
  .blog__loader___xsYMP {
45447
46408
  position: relative;
45448
46409
  height: 90vh;
@@ -45593,15 +46554,13 @@ h5,
45593
46554
  .blog__sliderWrapper___VIimB {
45594
46555
  padding-bottom: 60px;
45595
46556
  }
45596
- .blog__sliderWrapper___VIimB .slick-track {
45597
- display: flex !important;
45598
- }
45599
- .blog__sliderWrapper___VIimB .slick-slide {
45600
- height: inherit !important;
46557
+ .blog__sliderWrapper___VIimB .blog__carouselBtn___Nh42c[disabled] {
46558
+ display: none;
45601
46559
  }
45602
- .blog__sliderWrapper___VIimB .slick-slide > div,
45603
- .blog__sliderWrapper___VIimB .slick-slide > div > div {
45604
- height: 100%;
46560
+ @media only screen and (max-width: 768px) {
46561
+ .blog__sliderWrapper___VIimB .blog__carouselBtn___Nh42c {
46562
+ display: none;
46563
+ }
45605
46564
  }
45606
46565
  .blog__sliderWrapper___VIimB .blog__blogItem___JxjzJ {
45607
46566
  font-size: 14px;
@@ -45899,6 +46858,7 @@ h5,
45899
46858
  inset-inline-end: 8px;
45900
46859
  transform: translateY(-50%);
45901
46860
  fill: var(--buttonSecondary, #fff);
46861
+ cursor: pointer;
45902
46862
  }
45903
46863
  .blog__blog___gdQog {
45904
46864
  background: var(--themeAccentL5, #fff);
@@ -46822,380 +47782,3 @@ h5,
46822
47782
  }
46823
47783
  }
46824
47784
 
46825
- /**color by character**/
46826
- /** Font family **/
46827
- /** Font weight **/
46828
- .slider-arrow__display-block___jznNZ {
46829
- display: block;
46830
- }
46831
- .slider-arrow__inline-block___RmXca,
46832
- .slider-arrow__inlineBlock___G6nhG {
46833
- display: inline-block;
46834
- }
46835
- .slider-arrow__flex-row___L3GoM {
46836
- display: flex;
46837
- }
46838
- .slider-arrow__flex-column___wVxJi,
46839
- .slider-arrow__flexColumn___eW1Nr {
46840
- display: flex;
46841
- flex-direction: column;
46842
- }
46843
- .slider-arrow__flex-align-center___AAZmg,
46844
- .slider-arrow__flexAlignCenter___ZIO68 {
46845
- display: flex;
46846
- align-items: center;
46847
- }
46848
- .slider-arrow__flex-justify-center___UymiX,
46849
- .slider-arrow__flexJustifyCenter___z3OMQ {
46850
- display: flex;
46851
- justify-content: center;
46852
- }
46853
- .slider-arrow__flex-center___wTU4q,
46854
- .slider-arrow__flexCenter___DI2yR {
46855
- display: flex;
46856
- justify-content: center;
46857
- align-items: center;
46858
- }
46859
- .slider-arrow__justify-start___wogJt,
46860
- .slider-arrow__justifyStart___PonzM {
46861
- justify-content: flex-start;
46862
- }
46863
- .slider-arrow__justify-end___r6iy0,
46864
- .slider-arrow__justifyEnd___JPS7A {
46865
- justify-content: flex-end;
46866
- }
46867
- .slider-arrow__justify-between___rTXXx,
46868
- .slider-arrow__justifyBetween___we7na {
46869
- justify-content: space-between;
46870
- }
46871
- .slider-arrow__justify-around___Z0zMU,
46872
- .slider-arrow__justifyAround___pMBxl {
46873
- justify-content: space-around;
46874
- }
46875
- .slider-arrow__justify-evenly___We8Hx,
46876
- .slider-arrow__justifyEvenly___GBnrY {
46877
- justify-content: space-evenly;
46878
- }
46879
- h1,
46880
- .slider-arrow__h1___xFEXI {
46881
- font-weight: 700;
46882
- font-size: 28px;
46883
- line-height: 42px;
46884
- letter-spacing: -0.03em;
46885
- color: var(--textHeading, #26201a);
46886
- }
46887
- @media only screen and (min-width: 769px) {
46888
- h1,
46889
- .slider-arrow__h1___xFEXI {
46890
- font-size: 36px;
46891
- line-height: 48px;
46892
- }
46893
- }
46894
- h2,
46895
- .slider-arrow__h2___uOlIV {
46896
- font-weight: 700;
46897
- font-size: 28px;
46898
- line-height: 36px;
46899
- letter-spacing: -0.03em;
46900
- color: var(--textHeading, #26201a);
46901
- }
46902
- @media only screen and (min-width: 769px) {
46903
- h2,
46904
- .slider-arrow__h2___uOlIV {
46905
- font-size: 32px;
46906
- line-height: 42px;
46907
- }
46908
- }
46909
- h3,
46910
- .slider-arrow__h3___qjbDs {
46911
- font-weight: 700;
46912
- letter-spacing: -0.02em;
46913
- color: var(--textHeading, #26201a);
46914
- font-size: 24px;
46915
- line-height: 32px;
46916
- }
46917
- @media only screen and (min-width: 769px) {
46918
- h3,
46919
- .slider-arrow__h3___qjbDs {
46920
- font-weight: 700;
46921
- letter-spacing: -0.02em;
46922
- color: var(--textHeading, #26201a);
46923
- font-size: 28px;
46924
- line-height: 36px;
46925
- }
46926
- }
46927
- h4,
46928
- .slider-arrow__h4___EP_b7 {
46929
- font-weight: 600;
46930
- letter-spacing: -0.02em;
46931
- color: var(--textHeading, #26201a);
46932
- font-size: 16px;
46933
- line-height: 1.5;
46934
- }
46935
- @media only screen and (min-width: 769px) {
46936
- h4,
46937
- .slider-arrow__h4___EP_b7 {
46938
- font-weight: 600;
46939
- letter-spacing: -0.02em;
46940
- color: var(--textHeading, #26201a);
46941
- font-size: 20px;
46942
- line-height: 1.5;
46943
- }
46944
- }
46945
- h5,
46946
- .slider-arrow__h5___PlQq2 {
46947
- font-weight: 600;
46948
- font-size: 14px;
46949
- line-height: 16px;
46950
- letter-spacing: -0.02em;
46951
- color: var(--textHeading, #26201a);
46952
- }
46953
- @media only screen and (min-width: 769px) {
46954
- h5,
46955
- .slider-arrow__h5___PlQq2 {
46956
- font-size: 16px;
46957
- line-height: 18px;
46958
- }
46959
- }
46960
- .slider-arrow__b1___j_oVa {
46961
- font-weight: 400;
46962
- font-size: 14px;
46963
- line-height: 18px;
46964
- letter-spacing: -0.02em;
46965
- color: var(--textBody, #3c3131);
46966
- }
46967
- @media only screen and (min-width: 769px) {
46968
- .slider-arrow__b1___j_oVa {
46969
- font-size: 16px;
46970
- line-height: 20px;
46971
- }
46972
- }
46973
- .slider-arrow__b-small___lUnIb,
46974
- .slider-arrow__bSmall___mdosE,
46975
- .slider-arrow__b2___XYFbC {
46976
- font-weight: 400;
46977
- letter-spacing: -0.02em;
46978
- color: var(--textBody, #3c3131);
46979
- font-size: 12px;
46980
- line-height: 16px;
46981
- }
46982
- @media only screen and (min-width: 769px) {
46983
- .slider-arrow__b-small___lUnIb,
46984
- .slider-arrow__bSmall___mdosE,
46985
- .slider-arrow__b2___XYFbC {
46986
- font-weight: 400;
46987
- letter-spacing: -0.02em;
46988
- color: var(--textBody, #3c3131);
46989
- font-size: 14px;
46990
- line-height: 18px;
46991
- }
46992
- }
46993
- .slider-arrow__d1___VqQLC {
46994
- font-size: 36px;
46995
- font-weight: 700;
46996
- line-height: 48px;
46997
- letter-spacing: -0.02em;
46998
- }
46999
- @media only screen and (min-width: 769px) {
47000
- .slider-arrow__d1___VqQLC {
47001
- font-size: 64px;
47002
- line-height: 85px;
47003
- letter-spacing: -0.03em;
47004
- }
47005
- }
47006
- .slider-arrow__caption-medium___um9Qh,
47007
- .slider-arrow__captionMedium___bygCS {
47008
- font-size: 12px;
47009
- line-height: 1.5;
47010
- letter-spacing: -0.02em;
47011
- font-weight: 500;
47012
- }
47013
- @media only screen and (max-width: 480px) {
47014
- .slider-arrow__caption-medium___um9Qh,
47015
- .slider-arrow__captionMedium___bygCS {
47016
- font-size: 11px;
47017
- }
47018
- }
47019
- .slider-arrow__caption-semi-bold___yPxjK,
47020
- .slider-arrow__captionSemiBold___UJqnn {
47021
- font-size: 12px;
47022
- line-height: 1.5;
47023
- letter-spacing: -0.02em;
47024
- font-weight: 600;
47025
- }
47026
- @media only screen and (max-width: 480px) {
47027
- .slider-arrow__caption-semi-bold___yPxjK,
47028
- .slider-arrow__captionSemiBold___UJqnn {
47029
- font-size: 11px;
47030
- }
47031
- }
47032
- .slider-arrow__btn-link___s9ZZ8,
47033
- .slider-arrow__btnLink___FL71f {
47034
- font-weight: 500;
47035
- letter-spacing: -0.02em;
47036
- font-size: 12px;
47037
- line-height: 14px;
47038
- border-radius: var(--buttonRadius, 0px);
47039
- cursor: pointer;
47040
- color: var(--buttonLink, #b1655b);
47041
- text-decoration: underline;
47042
- background: none;
47043
- border: none;
47044
- }
47045
- @media only screen and (min-width: 769px) {
47046
- .slider-arrow__btn-link___s9ZZ8,
47047
- .slider-arrow__btnLink___FL71f {
47048
- font-weight: 500;
47049
- letter-spacing: -0.02em;
47050
- font-size: 14px;
47051
- line-height: 16px;
47052
- }
47053
- }
47054
- .slider-arrow__btn-link___s9ZZ8:hover,
47055
- .slider-arrow__btnLink___FL71f:hover {
47056
- color: var(--buttonLinkL1, #c1847c);
47057
- }
47058
- .slider-arrow__btn-link___s9ZZ8:disabled,
47059
- .slider-arrow__btnLink___FL71f:disabled {
47060
- color: var(--buttonLinkL2, #d0a39d);
47061
- }
47062
- .slider-arrow__btn-link___s9ZZ8:active,
47063
- .slider-arrow__btnLink___FL71f:active {
47064
- opacity: 0.8;
47065
- }
47066
- .slider-arrow__user-select-none___iHsq3,
47067
- .slider-arrow__userSelectNone___T8Nrn {
47068
- user-select: none;
47069
- -moz-user-select: none;
47070
- -webkit-user-select: none;
47071
- -ms-user-select: none;
47072
- }
47073
- .slider-arrow__margin-0-auto___f_hVB,
47074
- .slider-arrow__margin0auto___xlST0 {
47075
- margin: 0 auto;
47076
- }
47077
- .slider-arrow__base-page-container___Mmkkk,
47078
- .slider-arrow__basePageContainer___RlEHO {
47079
- max-width: 1440px !important;
47080
- }
47081
- .slider-arrow__remove-scroll___GA03b,
47082
- .slider-arrow__removeScroll___iblWR {
47083
- overflow-y: hidden !important;
47084
- }
47085
- .slider-arrow__mr-5___cSZem,
47086
- .slider-arrow__mr5___GKo0b {
47087
- margin-inline-end: 30px !important;
47088
- }
47089
- .slider-arrow__mr-2___BK8l0,
47090
- .slider-arrow__mr2_____CEE {
47091
- margin-inline-end: 5px !important;
47092
- }
47093
- .slider-arrow__py-5___JUcYc,
47094
- .slider-arrow__py5___MpAFg {
47095
- padding-top: 1.875rem !important;
47096
- padding-bottom: 1.875rem !important;
47097
- }
47098
- .slider-arrow__view-all-text___HjsBa,
47099
- .slider-arrow__viewAllText___Dpy4N {
47100
- font-size: 20px;
47101
- font-weight: 400;
47102
- text-transform: lowercase;
47103
- text-decoration: underline;
47104
- }
47105
- .slider-arrow__view-all-mobile___miTh8,
47106
- .slider-arrow__viewAllMobile___AaJgj {
47107
- display: none;
47108
- }
47109
- @media only screen and (max-width: 768px) {
47110
- .slider-arrow__view-all-mobile___miTh8,
47111
- .slider-arrow__viewAllMobile___AaJgj {
47112
- display: flex;
47113
- align-items: center;
47114
- justify-content: center;
47115
- margin-top: 40px;
47116
- }
47117
- }
47118
- @media only screen and (max-width: 480px) {
47119
- .slider-arrow__view-all-mobile___miTh8,
47120
- .slider-arrow__viewAllMobile___AaJgj {
47121
- margin-top: 24px;
47122
- }
47123
- }
47124
- .slider-arrow__accent-btn___q7o7t,
47125
- .slider-arrow__accentBtn___pT7e0 {
47126
- background-color: var(--accentColor);
47127
- color: #fff;
47128
- }
47129
- .slider-arrow__no-scroll___mrDXM,
47130
- .slider-arrow__noScroll___OnSy9 {
47131
- overflow-y: hidden;
47132
- }
47133
- .slider-arrow__hide-overflow___cZ0Sb,
47134
- .slider-arrow__hideOverflow___hMuvA {
47135
- overflow: hidden;
47136
- }
47137
- .slider-arrow__markdown-body___wzQ5j h6 {
47138
- margin-top: 0 !important;
47139
- margin-bottom: 0 !important;
47140
- }
47141
- @media only screen and (max-width: 480px) {
47142
- .slider-arrow__markdown-body___wzQ5j {
47143
- font-size: 12px !important;
47144
- padding: 5px !important;
47145
- }
47146
- }
47147
- .slider-arrow__view3d-canvas___qTRv4 {
47148
- width: 100%;
47149
- height: 100%;
47150
- }
47151
- @media only screen and (max-width: 480px) {
47152
- .slider-arrow__view-mobile-up___vp0xA {
47153
- display: none !important;
47154
- }
47155
- }
47156
- @media only screen and (min-width: 481px) {
47157
- .slider-arrow__view-mobile___fZ8Pv {
47158
- display: none !important;
47159
- }
47160
- }
47161
- /* Shared arrow style */
47162
- .slider-arrow__slickArrow___hlIs6 {
47163
- width: 48px;
47164
- height: 48px;
47165
- border-radius: 50%;
47166
- border: 1px solid var(--dividerStokes, #d4d1d1);
47167
- background: transparent;
47168
- display: flex;
47169
- align-items: center;
47170
- justify-content: center;
47171
- position: absolute;
47172
- top: 50%;
47173
- transform: translateY(-50%);
47174
- z-index: 2;
47175
- cursor: pointer;
47176
- }
47177
- .slider-arrow__slickArrow___hlIs6 svg {
47178
- display: block;
47179
- }
47180
- .slider-arrow__slickArrow___hlIs6:hover {
47181
- box-shadow: 0 6px 20px 0 var(--dividerStokes, #c0bebe);
47182
- background: var(--themeAccentL4, #f8f8f8);
47183
- }
47184
- .slider-arrow__slickArrow___hlIs6::before {
47185
- content: none !important;
47186
- }
47187
- .slider-arrow__slick-prev___x4XmO.slider-arrow__slickArrow___hlIs6 {
47188
- left: 20px !important;
47189
- inset-inline-start: unset;
47190
- }
47191
- .slider-arrow__slick-next___Hxsu5.slider-arrow__slickArrow___hlIs6 {
47192
- right: 20px !important;
47193
- inset-inline-start: unset;
47194
- }
47195
- /* Hide on mobile if required */
47196
- @media (max-width: 768px) {
47197
- .slider-arrow__slickArrow___hlIs6 {
47198
- display: none !important;
47199
- }
47200
- }
47201
-