@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
package/dist/index.css CHANGED
@@ -7587,6 +7587,7 @@ h5,
7587
7587
  box-sizing: border-box;
7588
7588
  width: 100%;
7589
7589
  background-color: transparent;
7590
+ font-weight: 500;
7590
7591
  }
7591
7592
  @media only screen and (max-width: 480px) {
7592
7593
  .fy-input__fyInput___S4Mtu {
@@ -7606,7 +7607,9 @@ h5,
7606
7607
  outline: none;
7607
7608
  }
7608
7609
  .fy-input__fyInput___S4Mtu:disabled {
7609
- color: var(--textSecondary);
7610
+ color: var(--textSecondary, #9c9c9c);
7611
+ border-color: var(--overlaypopupdividerstroke, #e0e0e0);
7612
+ font-weight: 400;
7610
7613
  }
7611
7614
  .fy-input__fyInput___S4Mtu:focus {
7612
7615
  border-color: var(--buttonPrimary, #4e3f09);
@@ -7627,8 +7630,11 @@ h5,
7627
7630
  height: 48px;
7628
7631
  }
7629
7632
  .fy-input__outlined___CEaKm.fy-input__inputDisable___M8Zn2 {
7630
- border: 1px solid #cccccc;
7633
+ border: 1px solid var(--overlaypopupdividerstroke, #e0e0e0);
7631
7634
  cursor: not-allowed;
7635
+ pointer-events: auto;
7636
+ }
7637
+ .fy-input__outlined___CEaKm.fy-input__inputDisable___M8Zn2 input {
7632
7638
  pointer-events: none;
7633
7639
  }
7634
7640
  .fy-input__outlined___CEaKm.fy-input__medium___L3QsD {
@@ -8814,6 +8820,13 @@ h5,
8814
8820
  display: none !important;
8815
8821
  }
8816
8822
  }
8823
+ .mobile-number__additionalLableClasses___ceKOA {
8824
+ background-color: var(--pageBackground, #f8f8f8);
8825
+ color: var(--textLabel, #7d7676);
8826
+ font-size: 12px;
8827
+ font-style: normal;
8828
+ font-weight: 400;
8829
+ }
8817
8830
  .mobile-number__mobileInputWrapper___Na12n {
8818
8831
  display: flex;
8819
8832
  flex-direction: column;
@@ -9231,6 +9244,9 @@ h5,
9231
9244
  background: unset;
9232
9245
  color: var(--textLabel, #7d7676) !important;
9233
9246
  }
9247
+ .form-input-selector__customClass___hEqXl:focus-within {
9248
+ border-color: var(--buttonPrimary, #4e3f09);
9249
+ }
9234
9250
  .form-input-selector__telInput___F4FEd {
9235
9251
  background-color: transparent;
9236
9252
  }
@@ -10298,6 +10314,113 @@ h5,
10298
10314
  display: none !important;
10299
10315
  }
10300
10316
  }
10317
+ .address-form__addressFormWrapper___M0Ler .address-form__formContainer___UrnfJ {
10318
+ display: flex;
10319
+ flex-wrap: wrap;
10320
+ box-sizing: border-box;
10321
+ width: 100%;
10322
+ justify-content: space-between;
10323
+ }
10324
+ .address-form__addressFormWrapper___M0Ler .address-form__formContainer___UrnfJ .address-form__labelClassName___vSawZ span {
10325
+ color: var(--errorText, #ff3333);
10326
+ }
10327
+ .address-form__addressFormWrapper___M0Ler .address-form__formContainer___UrnfJ .address-form__formItemDiv___ciw5I:nth-child(odd) {
10328
+ margin-inline-end: 8px;
10329
+ }
10330
+ @media only screen and (max-width: 768px) {
10331
+ .address-form__addressFormWrapper___M0Ler .address-form__formContainer___UrnfJ .address-form__formItemDiv___ciw5I:nth-child(odd) {
10332
+ margin-inline-end: 0;
10333
+ }
10334
+ }
10335
+ .address-form__addressFormWrapper___M0Ler .address-form__formError___uBC6H {
10336
+ color: var(--errorText, #ff3333);
10337
+ width: max-content;
10338
+ font-size: 12px;
10339
+ font-weight: 400;
10340
+ line-height: 16.8px;
10341
+ margin-top: 5px;
10342
+ }
10343
+ .address-form__addressFormWrapper___M0Ler .address-form__customClass___gwrwx {
10344
+ display: flex;
10345
+ flex: 1;
10346
+ flex-direction: column;
10347
+ position: relative;
10348
+ }
10349
+ .address-form__addressFormWrapper___M0Ler .address-form__addressTypeContainer___JzuQf {
10350
+ width: 100%;
10351
+ }
10352
+ .address-form__addressFormWrapper___M0Ler .address-form__addressTypeContainer___JzuQf .address-form__typeWrap___B8UId {
10353
+ display: flex;
10354
+ margin-bottom: 16px;
10355
+ flex-wrap: wrap;
10356
+ row-gap: 16px;
10357
+ }
10358
+ .address-form__addressFormWrapper___M0Ler .address-form__addressTypeContainer___JzuQf .address-form__typeIcon___vUhe7 {
10359
+ margin-inline-end: 4px;
10360
+ }
10361
+ .address-form__addressFormWrapper___M0Ler .address-form__addressTypeContainer___JzuQf .address-form__typeBtn___G5ztN {
10362
+ display: flex;
10363
+ background: transparent;
10364
+ align-items: center;
10365
+ padding: 8px;
10366
+ white-space: nowrap;
10367
+ border-radius: 6px;
10368
+ margin-right: 16px;
10369
+ border: 1px solid var(--dividerStokes);
10370
+ color: var(--textHeading, #26201a);
10371
+ }
10372
+ .address-form__addressFormWrapper___M0Ler .address-form__addressTypeContainer___JzuQf .address-form__typeBtn___G5ztN svg path {
10373
+ fill: var(--textHeading, #26201a);
10374
+ }
10375
+ .address-form__addressFormWrapper___M0Ler .address-form__addressTypeContainer___JzuQf .address-form__typeBtn___G5ztN.address-form__selected___nQrcr {
10376
+ color: var(--buttonPrimary);
10377
+ border-width: 2px;
10378
+ border-color: var(--buttonPrimary);
10379
+ }
10380
+ .address-form__addressFormWrapper___M0Ler .address-form__addressTypeContainer___JzuQf .address-form__typeBtn___G5ztN.address-form__selected___nQrcr svg path {
10381
+ fill: var(--buttonPrimary);
10382
+ }
10383
+ .address-form__addressFormWrapper___M0Ler .address-form__addressTypeContainer___JzuQf .address-form__addressTypeHeader___gg1fZ {
10384
+ font-size: 13px;
10385
+ font-weight: 600;
10386
+ margin-bottom: 16px;
10387
+ margin-top: 16px;
10388
+ display: block;
10389
+ }
10390
+ .address-form__addressFormWrapper___M0Ler .address-form__addressTypeContainer___JzuQf .address-form__addressType___YuGec {
10391
+ margin-top: 20px;
10392
+ position: relative;
10393
+ display: flex;
10394
+ gap: 16px;
10395
+ flex-wrap: wrap;
10396
+ align-items: flex-end;
10397
+ }
10398
+ .address-form__addressFormWrapper___M0Ler .address-form__addressTypeContainer___JzuQf .address-form__addressType___YuGec .address-form__addressTypes___e_uLu {
10399
+ display: flex;
10400
+ flex-direction: row;
10401
+ align-items: center;
10402
+ padding: 4px 12px;
10403
+ gap: 10px;
10404
+ height: 40px;
10405
+ border: 1px solid #e2e2e2;
10406
+ border-radius: 4px;
10407
+ }
10408
+ .address-form__addressFormWrapper___M0Ler .address-form__addressTypeContainer___JzuQf .address-form__addressType___YuGec .address-form__selectedDiv___XsDeW {
10409
+ border: 1px solid var(--buttonPrimary);
10410
+ }
10411
+ .address-form__addressFormWrapper___M0Ler .address-form__addressTypeContainer___JzuQf .address-form__addressType___YuGec input[type="radio"] {
10412
+ margin-inline-start: 0;
10413
+ margin-inline-end: 10px;
10414
+ }
10415
+ .address-form__addressFormWrapper___M0Ler .address-form__addressTypeContainer___JzuQf .address-form__addressType___YuGec label {
10416
+ display: flex;
10417
+ align-items: center;
10418
+ cursor: pointer;
10419
+ gap: 5px;
10420
+ }
10421
+ .address-form__addressFormWrapper___M0Ler .address-form__addressTypeContainer___JzuQf .address-form__addressType___YuGec label:hover {
10422
+ font-weight: 400;
10423
+ }
10301
10424
  .address-form__mapWrap___MCD0m {
10302
10425
  padding-bottom: 16px;
10303
10426
  }
@@ -27078,6 +27201,421 @@ h5,
27078
27201
  transform: translate(50%, -50%);
27079
27202
  }
27080
27203
 
27204
+ /**color by character**/
27205
+ /** Font family **/
27206
+ /** Font weight **/
27207
+ .carousel__display-block___utsUU {
27208
+ display: block;
27209
+ }
27210
+ .carousel__inline-block___r5jIE,
27211
+ .carousel__inlineBlock___CweDs {
27212
+ display: inline-block;
27213
+ }
27214
+ .carousel__flex-row___dT_l6 {
27215
+ display: flex;
27216
+ }
27217
+ .carousel__flex-column___bsAla,
27218
+ .carousel__flexColumn___XGHeP {
27219
+ display: flex;
27220
+ flex-direction: column;
27221
+ }
27222
+ .carousel__flex-align-center___RXd0L,
27223
+ .carousel__flexAlignCenter___xwCsl {
27224
+ display: flex;
27225
+ align-items: center;
27226
+ }
27227
+ .carousel__flex-justify-center___TME7Y,
27228
+ .carousel__flexJustifyCenter___WgnF3 {
27229
+ display: flex;
27230
+ justify-content: center;
27231
+ }
27232
+ .carousel__flex-center___XZwk8,
27233
+ .carousel__flexCenter___r6nnD {
27234
+ display: flex;
27235
+ justify-content: center;
27236
+ align-items: center;
27237
+ }
27238
+ .carousel__justify-start___zWbwC,
27239
+ .carousel__justifyStart___LixAq {
27240
+ justify-content: flex-start;
27241
+ }
27242
+ .carousel__justify-end___im5_L,
27243
+ .carousel__justifyEnd___tPVVJ {
27244
+ justify-content: flex-end;
27245
+ }
27246
+ .carousel__justify-between___e4Kcp,
27247
+ .carousel__justifyBetween___x2p0g {
27248
+ justify-content: space-between;
27249
+ }
27250
+ .carousel__justify-around___SPh3u,
27251
+ .carousel__justifyAround___XrmYt {
27252
+ justify-content: space-around;
27253
+ }
27254
+ .carousel__justify-evenly___FN8sv,
27255
+ .carousel__justifyEvenly___T1Av0 {
27256
+ justify-content: space-evenly;
27257
+ }
27258
+ h1,
27259
+ .carousel__h1___ee7pZ {
27260
+ font-weight: 700;
27261
+ font-size: 28px;
27262
+ line-height: 42px;
27263
+ letter-spacing: -0.03em;
27264
+ color: var(--textHeading, #26201a);
27265
+ }
27266
+ @media only screen and (min-width: 769px) {
27267
+ h1,
27268
+ .carousel__h1___ee7pZ {
27269
+ font-size: 36px;
27270
+ line-height: 48px;
27271
+ }
27272
+ }
27273
+ h2,
27274
+ .carousel__h2___ZNSIB {
27275
+ font-weight: 700;
27276
+ font-size: 28px;
27277
+ line-height: 36px;
27278
+ letter-spacing: -0.03em;
27279
+ color: var(--textHeading, #26201a);
27280
+ }
27281
+ @media only screen and (min-width: 769px) {
27282
+ h2,
27283
+ .carousel__h2___ZNSIB {
27284
+ font-size: 32px;
27285
+ line-height: 42px;
27286
+ }
27287
+ }
27288
+ h3,
27289
+ .carousel__h3___TRk7C {
27290
+ font-weight: 700;
27291
+ letter-spacing: -0.02em;
27292
+ color: var(--textHeading, #26201a);
27293
+ font-size: 24px;
27294
+ line-height: 32px;
27295
+ }
27296
+ @media only screen and (min-width: 769px) {
27297
+ h3,
27298
+ .carousel__h3___TRk7C {
27299
+ font-weight: 700;
27300
+ letter-spacing: -0.02em;
27301
+ color: var(--textHeading, #26201a);
27302
+ font-size: 28px;
27303
+ line-height: 36px;
27304
+ }
27305
+ }
27306
+ h4,
27307
+ .carousel__h4___v15SC {
27308
+ font-weight: 600;
27309
+ letter-spacing: -0.02em;
27310
+ color: var(--textHeading, #26201a);
27311
+ font-size: 16px;
27312
+ line-height: 1.5;
27313
+ }
27314
+ @media only screen and (min-width: 769px) {
27315
+ h4,
27316
+ .carousel__h4___v15SC {
27317
+ font-weight: 600;
27318
+ letter-spacing: -0.02em;
27319
+ color: var(--textHeading, #26201a);
27320
+ font-size: 20px;
27321
+ line-height: 1.5;
27322
+ }
27323
+ }
27324
+ h5,
27325
+ .carousel__h5___8ITca {
27326
+ font-weight: 600;
27327
+ font-size: 14px;
27328
+ line-height: 16px;
27329
+ letter-spacing: -0.02em;
27330
+ color: var(--textHeading, #26201a);
27331
+ }
27332
+ @media only screen and (min-width: 769px) {
27333
+ h5,
27334
+ .carousel__h5___8ITca {
27335
+ font-size: 16px;
27336
+ line-height: 18px;
27337
+ }
27338
+ }
27339
+ .carousel__b1___BJlKm {
27340
+ font-weight: 400;
27341
+ font-size: 14px;
27342
+ line-height: 18px;
27343
+ letter-spacing: -0.02em;
27344
+ color: var(--textBody, #3c3131);
27345
+ }
27346
+ @media only screen and (min-width: 769px) {
27347
+ .carousel__b1___BJlKm {
27348
+ font-size: 16px;
27349
+ line-height: 20px;
27350
+ }
27351
+ }
27352
+ .carousel__b-small___eEZM0,
27353
+ .carousel__bSmall___z55Bs,
27354
+ .carousel__b2___OCSqn {
27355
+ font-weight: 400;
27356
+ letter-spacing: -0.02em;
27357
+ color: var(--textBody, #3c3131);
27358
+ font-size: 12px;
27359
+ line-height: 16px;
27360
+ }
27361
+ @media only screen and (min-width: 769px) {
27362
+ .carousel__b-small___eEZM0,
27363
+ .carousel__bSmall___z55Bs,
27364
+ .carousel__b2___OCSqn {
27365
+ font-weight: 400;
27366
+ letter-spacing: -0.02em;
27367
+ color: var(--textBody, #3c3131);
27368
+ font-size: 14px;
27369
+ line-height: 18px;
27370
+ }
27371
+ }
27372
+ .carousel__d1___HGZ3m {
27373
+ font-size: 36px;
27374
+ font-weight: 700;
27375
+ line-height: 48px;
27376
+ letter-spacing: -0.02em;
27377
+ }
27378
+ @media only screen and (min-width: 769px) {
27379
+ .carousel__d1___HGZ3m {
27380
+ font-size: 64px;
27381
+ line-height: 85px;
27382
+ letter-spacing: -0.03em;
27383
+ }
27384
+ }
27385
+ .carousel__caption-medium___geBOh,
27386
+ .carousel__captionMedium___fKLRf {
27387
+ font-size: 12px;
27388
+ line-height: 1.5;
27389
+ letter-spacing: -0.02em;
27390
+ font-weight: 500;
27391
+ }
27392
+ @media only screen and (max-width: 480px) {
27393
+ .carousel__caption-medium___geBOh,
27394
+ .carousel__captionMedium___fKLRf {
27395
+ font-size: 11px;
27396
+ }
27397
+ }
27398
+ .carousel__caption-semi-bold___mn18z,
27399
+ .carousel__captionSemiBold___USgYk {
27400
+ font-size: 12px;
27401
+ line-height: 1.5;
27402
+ letter-spacing: -0.02em;
27403
+ font-weight: 600;
27404
+ }
27405
+ @media only screen and (max-width: 480px) {
27406
+ .carousel__caption-semi-bold___mn18z,
27407
+ .carousel__captionSemiBold___USgYk {
27408
+ font-size: 11px;
27409
+ }
27410
+ }
27411
+ .carousel__btn-link___glyDY,
27412
+ .carousel__btnLink___eQWdx {
27413
+ font-weight: 500;
27414
+ letter-spacing: -0.02em;
27415
+ font-size: 12px;
27416
+ line-height: 14px;
27417
+ border-radius: var(--buttonRadius, 0px);
27418
+ cursor: pointer;
27419
+ color: var(--buttonLink, #b1655b);
27420
+ text-decoration: underline;
27421
+ background: none;
27422
+ border: none;
27423
+ }
27424
+ @media only screen and (min-width: 769px) {
27425
+ .carousel__btn-link___glyDY,
27426
+ .carousel__btnLink___eQWdx {
27427
+ font-weight: 500;
27428
+ letter-spacing: -0.02em;
27429
+ font-size: 14px;
27430
+ line-height: 16px;
27431
+ }
27432
+ }
27433
+ .carousel__btn-link___glyDY:hover,
27434
+ .carousel__btnLink___eQWdx:hover {
27435
+ color: var(--buttonLinkL1, #c1847c);
27436
+ }
27437
+ .carousel__btn-link___glyDY:disabled,
27438
+ .carousel__btnLink___eQWdx:disabled {
27439
+ color: var(--buttonLinkL2, #d0a39d);
27440
+ }
27441
+ .carousel__btn-link___glyDY:active,
27442
+ .carousel__btnLink___eQWdx:active {
27443
+ opacity: 0.8;
27444
+ }
27445
+ .carousel__user-select-none___e3b8_,
27446
+ .carousel__userSelectNone___UTFsk {
27447
+ user-select: none;
27448
+ -moz-user-select: none;
27449
+ -webkit-user-select: none;
27450
+ -ms-user-select: none;
27451
+ }
27452
+ .carousel__margin-0-auto___V6g65,
27453
+ .carousel__margin0auto___ySsps {
27454
+ margin: 0 auto;
27455
+ }
27456
+ .carousel__base-page-container___E6gwT,
27457
+ .carousel__basePageContainer___AGzmu {
27458
+ max-width: 1440px !important;
27459
+ }
27460
+ .carousel__remove-scroll___Pt0wR,
27461
+ .carousel__removeScroll___H2sDy {
27462
+ overflow-y: hidden !important;
27463
+ }
27464
+ .carousel__mr-5___zrCxV,
27465
+ .carousel__mr5___xkDz3 {
27466
+ margin-inline-end: 30px !important;
27467
+ }
27468
+ .carousel__mr-2___GMegU,
27469
+ .carousel__mr2___LW6Mf {
27470
+ margin-inline-end: 5px !important;
27471
+ }
27472
+ .carousel__py-5___X5LkA,
27473
+ .carousel__py5___H8tFM {
27474
+ padding-top: 1.875rem !important;
27475
+ padding-bottom: 1.875rem !important;
27476
+ }
27477
+ .carousel__view-all-text___xIJti,
27478
+ .carousel__viewAllText___UKfLU {
27479
+ font-size: 20px;
27480
+ font-weight: 400;
27481
+ text-transform: lowercase;
27482
+ text-decoration: underline;
27483
+ }
27484
+ .carousel__view-all-mobile___KN5tC,
27485
+ .carousel__viewAllMobile___UqtjR {
27486
+ display: none;
27487
+ }
27488
+ @media only screen and (max-width: 768px) {
27489
+ .carousel__view-all-mobile___KN5tC,
27490
+ .carousel__viewAllMobile___UqtjR {
27491
+ display: flex;
27492
+ align-items: center;
27493
+ justify-content: center;
27494
+ margin-top: 40px;
27495
+ }
27496
+ }
27497
+ @media only screen and (max-width: 480px) {
27498
+ .carousel__view-all-mobile___KN5tC,
27499
+ .carousel__viewAllMobile___UqtjR {
27500
+ margin-top: 24px;
27501
+ }
27502
+ }
27503
+ .carousel__accent-btn___ljV96,
27504
+ .carousel__accentBtn___eeYUW {
27505
+ background-color: var(--accentColor);
27506
+ color: #fff;
27507
+ }
27508
+ .carousel__no-scroll___Yl9Wg,
27509
+ .carousel__noScroll___V3m9I {
27510
+ overflow-y: hidden;
27511
+ }
27512
+ .carousel__hide-overflow___RSirN,
27513
+ .carousel__hideOverflow___O7cOa {
27514
+ overflow: hidden;
27515
+ }
27516
+ .carousel__markdown-body___mCpXK h6 {
27517
+ margin-top: 0 !important;
27518
+ margin-bottom: 0 !important;
27519
+ }
27520
+ @media only screen and (max-width: 480px) {
27521
+ .carousel__markdown-body___mCpXK {
27522
+ font-size: 12px !important;
27523
+ padding: 5px !important;
27524
+ }
27525
+ }
27526
+ .carousel__view3d-canvas___iHO9u {
27527
+ width: 100%;
27528
+ height: 100%;
27529
+ }
27530
+ @media only screen and (max-width: 480px) {
27531
+ .carousel__view-mobile-up___Okb4u {
27532
+ display: none !important;
27533
+ }
27534
+ }
27535
+ @media only screen and (min-width: 481px) {
27536
+ .carousel__view-mobile___l_iEN {
27537
+ display: none !important;
27538
+ }
27539
+ }
27540
+ .carousel__carousel___zSABm {
27541
+ position: relative;
27542
+ }
27543
+ .carousel__carouselContent___QZKSp {
27544
+ overflow: hidden;
27545
+ }
27546
+ .carousel__carouselTrack___aUjv6 {
27547
+ display: flex;
27548
+ }
27549
+ carouselTrackHorizontal {
27550
+ margin-left: -1rem;
27551
+ }
27552
+ carouselTrackVertical {
27553
+ flex-direction: column;
27554
+ margin-top: -1rem;
27555
+ }
27556
+ .carousel__carouselItem___zlVkY {
27557
+ min-width: 0;
27558
+ flex: 0 0 100%;
27559
+ }
27560
+ carouselItemHorizontal {
27561
+ padding-left: 1rem;
27562
+ }
27563
+ carouselItemVertical {
27564
+ padding-top: 1rem;
27565
+ }
27566
+ .carousel__carouselBtn___Z49nh {
27567
+ position: absolute;
27568
+ width: 1em;
27569
+ height: 1em;
27570
+ border-radius: 50%;
27571
+ font-size: 48px;
27572
+ transition: background-color 0.3s ease-in-out;
27573
+ display: flex;
27574
+ align-items: center;
27575
+ justify-content: center;
27576
+ border: 1px solid var(--dividerStokes, #d4d1d1);
27577
+ }
27578
+ .carousel__carouselBtn___Z49nh:hover {
27579
+ box-shadow: 0 6px 20px 0 var(--dividerStokes, #c0bebe);
27580
+ background: var(--themeAccentL4, #f8f8f8);
27581
+ }
27582
+ .carousel__carouselBtnIcon___uNRV7 {
27583
+ width: 0.8em;
27584
+ height: 0.8em;
27585
+ font-size: inherit;
27586
+ }
27587
+ .carousel__carouselPrevBtnHorizontal___eAomj {
27588
+ left: 20px;
27589
+ top: 50%;
27590
+ transform: translateY(-50%);
27591
+ }
27592
+ .carousel__carouselPrevBtnVertical___a0PqM {
27593
+ top: -36px;
27594
+ left: 50%;
27595
+ transform: translateX(-50%) rotate(90deg);
27596
+ }
27597
+ .carousel__carouselNextBtnHorizontal___AGucw {
27598
+ right: 20px;
27599
+ top: 50%;
27600
+ transform: translateY(-50%) rotate(180deg);
27601
+ }
27602
+ .carousel__carouselNextBtnVertical___zrvAb {
27603
+ bottom: -36px;
27604
+ left: 50%;
27605
+ transform: translateX(-50%) rotate(-90deg);
27606
+ }
27607
+ .carousel__srOnly___Q1z_4 {
27608
+ position: absolute;
27609
+ width: 1px;
27610
+ height: 1px;
27611
+ padding: 0;
27612
+ margin: -1px;
27613
+ overflow: hidden;
27614
+ clip: rect(0, 0, 0, 0);
27615
+ white-space: nowrap;
27616
+ border-width: 0;
27617
+ }
27618
+
27081
27619
  /**color by character**/
27082
27620
  /** Font family **/
27083
27621
  /** Font weight **/
@@ -30896,6 +31434,529 @@ h5,
30896
31434
  width: 100%;
30897
31435
  }
30898
31436
 
31437
+ /**color by character**/
31438
+ /** Font family **/
31439
+ /** Font weight **/
31440
+ .verify-mobile__display-block___Xkv0Q {
31441
+ display: block;
31442
+ }
31443
+ .verify-mobile__inline-block___c0LKD,
31444
+ .verify-mobile__inlineBlock___OYbnO {
31445
+ display: inline-block;
31446
+ }
31447
+ .verify-mobile__flex-row___LFvWM {
31448
+ display: flex;
31449
+ }
31450
+ .verify-mobile__flex-column___PR7ov,
31451
+ .verify-mobile__flexColumn___ckdro {
31452
+ display: flex;
31453
+ flex-direction: column;
31454
+ }
31455
+ .verify-mobile__flex-align-center___X2rDo,
31456
+ .verify-mobile__flexAlignCenter___uwzzh {
31457
+ display: flex;
31458
+ align-items: center;
31459
+ }
31460
+ .verify-mobile__flex-justify-center___6XGbC,
31461
+ .verify-mobile__flexJustifyCenter___CTWKJ {
31462
+ display: flex;
31463
+ justify-content: center;
31464
+ }
31465
+ .verify-mobile__flex-center___mJlsW,
31466
+ .verify-mobile__flexCenter___qB3mX {
31467
+ display: flex;
31468
+ justify-content: center;
31469
+ align-items: center;
31470
+ }
31471
+ .verify-mobile__justify-start___qEZld,
31472
+ .verify-mobile__justifyStart___XV26k {
31473
+ justify-content: flex-start;
31474
+ }
31475
+ .verify-mobile__justify-end___Lr2GW,
31476
+ .verify-mobile__justifyEnd___XRT9T {
31477
+ justify-content: flex-end;
31478
+ }
31479
+ .verify-mobile__justify-between___xKL7d,
31480
+ .verify-mobile__justifyBetween___oCO8g {
31481
+ justify-content: space-between;
31482
+ }
31483
+ .verify-mobile__justify-around___IOtRu,
31484
+ .verify-mobile__justifyAround___SEhmA {
31485
+ justify-content: space-around;
31486
+ }
31487
+ .verify-mobile__justify-evenly___dpjbP,
31488
+ .verify-mobile__justifyEvenly___DT94N {
31489
+ justify-content: space-evenly;
31490
+ }
31491
+ h1,
31492
+ .verify-mobile__h1___f5FSg {
31493
+ font-weight: 700;
31494
+ font-size: 28px;
31495
+ line-height: 42px;
31496
+ letter-spacing: -0.03em;
31497
+ color: var(--textHeading, #26201a);
31498
+ }
31499
+ @media only screen and (min-width: 769px) {
31500
+ h1,
31501
+ .verify-mobile__h1___f5FSg {
31502
+ font-size: 36px;
31503
+ line-height: 48px;
31504
+ }
31505
+ }
31506
+ h2,
31507
+ .verify-mobile__h2___e0654 {
31508
+ font-weight: 700;
31509
+ font-size: 28px;
31510
+ line-height: 36px;
31511
+ letter-spacing: -0.03em;
31512
+ color: var(--textHeading, #26201a);
31513
+ }
31514
+ @media only screen and (min-width: 769px) {
31515
+ h2,
31516
+ .verify-mobile__h2___e0654 {
31517
+ font-size: 32px;
31518
+ line-height: 42px;
31519
+ }
31520
+ }
31521
+ h3,
31522
+ .verify-mobile__h3___brSlm {
31523
+ font-weight: 700;
31524
+ letter-spacing: -0.02em;
31525
+ color: var(--textHeading, #26201a);
31526
+ font-size: 24px;
31527
+ line-height: 32px;
31528
+ }
31529
+ @media only screen and (min-width: 769px) {
31530
+ h3,
31531
+ .verify-mobile__h3___brSlm {
31532
+ font-weight: 700;
31533
+ letter-spacing: -0.02em;
31534
+ color: var(--textHeading, #26201a);
31535
+ font-size: 28px;
31536
+ line-height: 36px;
31537
+ }
31538
+ }
31539
+ h4,
31540
+ .verify-mobile__h4___zn6jN {
31541
+ font-weight: 600;
31542
+ letter-spacing: -0.02em;
31543
+ color: var(--textHeading, #26201a);
31544
+ font-size: 16px;
31545
+ line-height: 1.5;
31546
+ }
31547
+ @media only screen and (min-width: 769px) {
31548
+ h4,
31549
+ .verify-mobile__h4___zn6jN {
31550
+ font-weight: 600;
31551
+ letter-spacing: -0.02em;
31552
+ color: var(--textHeading, #26201a);
31553
+ font-size: 20px;
31554
+ line-height: 1.5;
31555
+ }
31556
+ }
31557
+ h5,
31558
+ .verify-mobile__h5___X0xAB {
31559
+ font-weight: 600;
31560
+ font-size: 14px;
31561
+ line-height: 16px;
31562
+ letter-spacing: -0.02em;
31563
+ color: var(--textHeading, #26201a);
31564
+ }
31565
+ @media only screen and (min-width: 769px) {
31566
+ h5,
31567
+ .verify-mobile__h5___X0xAB {
31568
+ font-size: 16px;
31569
+ line-height: 18px;
31570
+ }
31571
+ }
31572
+ .verify-mobile__b1___izTCO {
31573
+ font-weight: 400;
31574
+ font-size: 14px;
31575
+ line-height: 18px;
31576
+ letter-spacing: -0.02em;
31577
+ color: var(--textBody, #3c3131);
31578
+ }
31579
+ @media only screen and (min-width: 769px) {
31580
+ .verify-mobile__b1___izTCO {
31581
+ font-size: 16px;
31582
+ line-height: 20px;
31583
+ }
31584
+ }
31585
+ .verify-mobile__b-small___vhvRz,
31586
+ .verify-mobile__bSmall___OMgzr,
31587
+ .verify-mobile__b2___OlM9Z {
31588
+ font-weight: 400;
31589
+ letter-spacing: -0.02em;
31590
+ color: var(--textBody, #3c3131);
31591
+ font-size: 12px;
31592
+ line-height: 16px;
31593
+ }
31594
+ @media only screen and (min-width: 769px) {
31595
+ .verify-mobile__b-small___vhvRz,
31596
+ .verify-mobile__bSmall___OMgzr,
31597
+ .verify-mobile__b2___OlM9Z {
31598
+ font-weight: 400;
31599
+ letter-spacing: -0.02em;
31600
+ color: var(--textBody, #3c3131);
31601
+ font-size: 14px;
31602
+ line-height: 18px;
31603
+ }
31604
+ }
31605
+ .verify-mobile__d1___IpM_6 {
31606
+ font-size: 36px;
31607
+ font-weight: 700;
31608
+ line-height: 48px;
31609
+ letter-spacing: -0.02em;
31610
+ }
31611
+ @media only screen and (min-width: 769px) {
31612
+ .verify-mobile__d1___IpM_6 {
31613
+ font-size: 64px;
31614
+ line-height: 85px;
31615
+ letter-spacing: -0.03em;
31616
+ }
31617
+ }
31618
+ .verify-mobile__caption-medium____SZ_I,
31619
+ .verify-mobile__captionMedium___oPhTp {
31620
+ font-size: 12px;
31621
+ line-height: 1.5;
31622
+ letter-spacing: -0.02em;
31623
+ font-weight: 500;
31624
+ }
31625
+ @media only screen and (max-width: 480px) {
31626
+ .verify-mobile__caption-medium____SZ_I,
31627
+ .verify-mobile__captionMedium___oPhTp {
31628
+ font-size: 11px;
31629
+ }
31630
+ }
31631
+ .verify-mobile__caption-semi-bold___WAP0l,
31632
+ .verify-mobile__captionSemiBold___RvLRt {
31633
+ font-size: 12px;
31634
+ line-height: 1.5;
31635
+ letter-spacing: -0.02em;
31636
+ font-weight: 600;
31637
+ }
31638
+ @media only screen and (max-width: 480px) {
31639
+ .verify-mobile__caption-semi-bold___WAP0l,
31640
+ .verify-mobile__captionSemiBold___RvLRt {
31641
+ font-size: 11px;
31642
+ }
31643
+ }
31644
+ .verify-mobile__btn-link___qrUIP,
31645
+ .verify-mobile__btnLink___Wo61M {
31646
+ font-weight: 500;
31647
+ letter-spacing: -0.02em;
31648
+ font-size: 12px;
31649
+ line-height: 14px;
31650
+ border-radius: var(--buttonRadius, 0px);
31651
+ cursor: pointer;
31652
+ color: var(--buttonLink, #b1655b);
31653
+ text-decoration: underline;
31654
+ background: none;
31655
+ border: none;
31656
+ }
31657
+ @media only screen and (min-width: 769px) {
31658
+ .verify-mobile__btn-link___qrUIP,
31659
+ .verify-mobile__btnLink___Wo61M {
31660
+ font-weight: 500;
31661
+ letter-spacing: -0.02em;
31662
+ font-size: 14px;
31663
+ line-height: 16px;
31664
+ }
31665
+ }
31666
+ .verify-mobile__btn-link___qrUIP:hover,
31667
+ .verify-mobile__btnLink___Wo61M:hover {
31668
+ color: var(--buttonLinkL1, #c1847c);
31669
+ }
31670
+ .verify-mobile__btn-link___qrUIP:disabled,
31671
+ .verify-mobile__btnLink___Wo61M:disabled {
31672
+ color: var(--buttonLinkL2, #d0a39d);
31673
+ }
31674
+ .verify-mobile__btn-link___qrUIP:active,
31675
+ .verify-mobile__btnLink___Wo61M:active {
31676
+ opacity: 0.8;
31677
+ }
31678
+ .verify-mobile__user-select-none___MovXd,
31679
+ .verify-mobile__userSelectNone___Uj5nN {
31680
+ user-select: none;
31681
+ -moz-user-select: none;
31682
+ -webkit-user-select: none;
31683
+ -ms-user-select: none;
31684
+ }
31685
+ .verify-mobile__margin-0-auto___gbVGn,
31686
+ .verify-mobile__margin0auto____e_N7 {
31687
+ margin: 0 auto;
31688
+ }
31689
+ .verify-mobile__base-page-container___Mj4ug,
31690
+ .verify-mobile__basePageContainer___sFgh_ {
31691
+ max-width: 1440px !important;
31692
+ }
31693
+ .verify-mobile__remove-scroll___sja4f,
31694
+ .verify-mobile__removeScroll___v6_h2 {
31695
+ overflow-y: hidden !important;
31696
+ }
31697
+ .verify-mobile__mr-5___oBu1k,
31698
+ .verify-mobile__mr5____DAJV {
31699
+ margin-inline-end: 30px !important;
31700
+ }
31701
+ .verify-mobile__mr-2___TOutC,
31702
+ .verify-mobile__mr2___Ots9l {
31703
+ margin-inline-end: 5px !important;
31704
+ }
31705
+ .verify-mobile__py-5___yIFMg,
31706
+ .verify-mobile__py5___urYCf {
31707
+ padding-top: 1.875rem !important;
31708
+ padding-bottom: 1.875rem !important;
31709
+ }
31710
+ .verify-mobile__view-all-text___InTn2,
31711
+ .verify-mobile__viewAllText___HnZRa {
31712
+ font-size: 20px;
31713
+ font-weight: 400;
31714
+ text-transform: lowercase;
31715
+ text-decoration: underline;
31716
+ }
31717
+ .verify-mobile__view-all-mobile___SHIHI,
31718
+ .verify-mobile__viewAllMobile___wrt6b {
31719
+ display: none;
31720
+ }
31721
+ @media only screen and (max-width: 768px) {
31722
+ .verify-mobile__view-all-mobile___SHIHI,
31723
+ .verify-mobile__viewAllMobile___wrt6b {
31724
+ display: flex;
31725
+ align-items: center;
31726
+ justify-content: center;
31727
+ margin-top: 40px;
31728
+ }
31729
+ }
31730
+ @media only screen and (max-width: 480px) {
31731
+ .verify-mobile__view-all-mobile___SHIHI,
31732
+ .verify-mobile__viewAllMobile___wrt6b {
31733
+ margin-top: 24px;
31734
+ }
31735
+ }
31736
+ .verify-mobile__accent-btn___qS6KX,
31737
+ .verify-mobile__accentBtn___XV2WL {
31738
+ background-color: var(--accentColor);
31739
+ color: #fff;
31740
+ }
31741
+ .verify-mobile__no-scroll___bJdWZ,
31742
+ .verify-mobile__noScroll___vFeyD {
31743
+ overflow-y: hidden;
31744
+ }
31745
+ .verify-mobile__hide-overflow___gujKm,
31746
+ .verify-mobile__hideOverflow___oKEZC {
31747
+ overflow: hidden;
31748
+ }
31749
+ .verify-mobile__markdown-body___LUV7f h6 {
31750
+ margin-top: 0 !important;
31751
+ margin-bottom: 0 !important;
31752
+ }
31753
+ @media only screen and (max-width: 480px) {
31754
+ .verify-mobile__markdown-body___LUV7f {
31755
+ font-size: 12px !important;
31756
+ padding: 5px !important;
31757
+ }
31758
+ }
31759
+ .verify-mobile__view3d-canvas___7Hi4D {
31760
+ width: 100%;
31761
+ height: 100%;
31762
+ }
31763
+ @media only screen and (max-width: 480px) {
31764
+ .verify-mobile__view-mobile-up___MWCOJ {
31765
+ display: none !important;
31766
+ }
31767
+ }
31768
+ @media only screen and (min-width: 481px) {
31769
+ .verify-mobile__view-mobile___IstTy {
31770
+ display: none !important;
31771
+ }
31772
+ }
31773
+ .verify-mobile__formWrapper___k115y .verify-mobile__header___OMDhu {
31774
+ margin-bottom: 8px;
31775
+ color: var(--textHeading, #26201a);
31776
+ text-align: center;
31777
+ font-size: 32px;
31778
+ font-style: normal;
31779
+ font-weight: 700;
31780
+ line-height: 44.8px;
31781
+ }
31782
+ @media only screen and (max-width: 768px) {
31783
+ .verify-mobile__formWrapper___k115y .verify-mobile__header___OMDhu {
31784
+ font-size: 24px;
31785
+ line-height: 33.6px;
31786
+ }
31787
+ }
31788
+ .verify-mobile__formWrapper___k115y .verify-mobile__verifyOtpForm___qtcdr {
31789
+ margin-bottom: 32px;
31790
+ color: var(--textBody, #3c3131);
31791
+ font-size: 14px;
31792
+ font-weight: 400;
31793
+ line-height: 19.6px;
31794
+ }
31795
+ .verify-mobile__formWrapper___k115y .verify-mobile__verifyOtpForm___qtcdr .verify-mobile__otpSentMessage___LTtR3 {
31796
+ margin-bottom: 20px;
31797
+ margin-bottom: 32px;
31798
+ color: var(--textBody, #3c3131);
31799
+ text-align: center;
31800
+ font-size: 14px;
31801
+ font-style: normal;
31802
+ font-weight: 400;
31803
+ line-height: 19.6px;
31804
+ }
31805
+ .verify-mobile__formWrapper___k115y .verify-mobile__verifyOtpForm___qtcdr .verify-mobile__otpSentMessage___LTtR3 .verify-mobile__changeBtn___x2Ce4 {
31806
+ color: var(--buttonPrimary, #4e3f09);
31807
+ text-align: center;
31808
+ margin-inline-start: 8px;
31809
+ font-size: 14px;
31810
+ font-weight: 600;
31811
+ line-height: 140%;
31812
+ text-transform: uppercase;
31813
+ }
31814
+ .verify-mobile__formWrapper___k115y .verify-mobile__inputGroup___D7DmN {
31815
+ display: flex;
31816
+ flex-direction: column;
31817
+ margin-bottom: 24px;
31818
+ }
31819
+ .verify-mobile__formWrapper___k115y .verify-mobile__inputGroup___D7DmN .verify-mobile__label___TvOkp {
31820
+ position: absolute;
31821
+ background-color: var(--pageBackground, #f8f8f8);
31822
+ padding: 0 4px;
31823
+ margin: 0 12px;
31824
+ z-index: 1;
31825
+ transform: translateY(-50%);
31826
+ color: var(--textLabel);
31827
+ font-size: 12px;
31828
+ font-style: normal;
31829
+ font-weight: 400;
31830
+ line-height: 16.8px;
31831
+ }
31832
+ .verify-mobile__formWrapper___k115y .verify-mobile__inputGroup___D7DmN input {
31833
+ width: 100%;
31834
+ border: 1px solid var(--dividerStokes, #d4d1d1);
31835
+ padding: 16px;
31836
+ border-radius: 4px;
31837
+ background: none;
31838
+ color: var(--textBody, #3c3131);
31839
+ font-size: 14px;
31840
+ font-style: normal;
31841
+ font-weight: 400;
31842
+ line-height: 18px;
31843
+ letter-spacing: -0.28px;
31844
+ }
31845
+ .verify-mobile__formWrapper___k115y .verify-mobile__inputGroup___D7DmN input[type="number"]::-webkit-outer-spin-button,
31846
+ .verify-mobile__formWrapper___k115y .verify-mobile__inputGroup___D7DmN input[type="number"]::-webkit-inner-spin-button {
31847
+ -webkit-appearance: none;
31848
+ }
31849
+ .verify-mobile__formWrapper___k115y .verify-mobile__inputGroup___D7DmN input:focus-visible {
31850
+ outline: none;
31851
+ }
31852
+ .verify-mobile__formWrapper___k115y .verify-mobile__inputGroup___D7DmN.verify-mobile__error___U6vLC .verify-mobile__label___TvOkp {
31853
+ color: var(--errorText, #ff3333);
31854
+ }
31855
+ .verify-mobile__formWrapper___k115y .verify-mobile__inputGroup___D7DmN.verify-mobile__error___U6vLC input {
31856
+ border-color: var(--errorText, #ff3333);
31857
+ }
31858
+ .verify-mobile__submitBtn___UpyZf {
31859
+ border: none;
31860
+ border-radius: 4px;
31861
+ width: 100%;
31862
+ height: 48px;
31863
+ color: var(--buttonSecondary, #fff);
31864
+ background: var(--buttonPrimary, #4e3f09);
31865
+ font-size: 16px;
31866
+ font-style: normal;
31867
+ font-weight: 600;
31868
+ line-height: 22.4px;
31869
+ text-transform: uppercase;
31870
+ cursor: pointer;
31871
+ }
31872
+ .verify-mobile__submitBtn___UpyZf:focus-visible {
31873
+ outline: none;
31874
+ }
31875
+ .verify-mobile__submitBtn___UpyZf[disabled] {
31876
+ cursor: default;
31877
+ }
31878
+ .verify-mobile__loginAlert___B2fDP {
31879
+ font-size: 12px;
31880
+ font-weight: 400;
31881
+ line-height: 140%;
31882
+ margin-top: 8px;
31883
+ color: var(--errorText, #ff3333);
31884
+ }
31885
+ .verify-mobile__resendOtpWrapper___QQY10 {
31886
+ display: flex;
31887
+ justify-content: center;
31888
+ margin-top: 32px;
31889
+ }
31890
+ .verify-mobile__resendOtpWrapper___QQY10 .verify-mobile__resendOtpBtn____KMuB {
31891
+ color: var(--textSecondary, #9c9c9c);
31892
+ font-size: 14px;
31893
+ font-style: normal;
31894
+ font-weight: 600;
31895
+ line-height: 19.6px;
31896
+ text-transform: uppercase;
31897
+ cursor: pointer;
31898
+ background: none;
31899
+ border: none;
31900
+ }
31901
+ .verify-mobile__resendOtpWrapper___QQY10 .verify-mobile__resendOtpBtn____KMuB:focus-visible {
31902
+ outline: none;
31903
+ }
31904
+ .verify-mobile__resendOtpWrapper___QQY10 .verify-mobile__resendOtpBtn____KMuB[disabled] {
31905
+ opacity: 0.5;
31906
+ cursor: default;
31907
+ }
31908
+ .verify-mobile__loginInputGroup___jhY3l {
31909
+ margin-bottom: 20px;
31910
+ position: relative;
31911
+ }
31912
+ .verify-mobile__loginInputGroup___jhY3l .verify-mobile__loginInputTitle___RFPIx {
31913
+ position: absolute;
31914
+ padding: 0 4px;
31915
+ margin: 0 12px;
31916
+ z-index: 1;
31917
+ transform: translateY(-50%);
31918
+ color: var(--textLabel);
31919
+ font-size: 12px;
31920
+ font-style: normal;
31921
+ font-weight: 400;
31922
+ line-height: 16.8px;
31923
+ background: var(--pageBackground, #f8f8f8);
31924
+ }
31925
+ .verify-mobile__loginInputGroup___jhY3l input {
31926
+ width: 100%;
31927
+ border: 1px solid var(--dividerStokes, #d4d1d1);
31928
+ padding: 16px;
31929
+ border-radius: 4px;
31930
+ height: 48px;
31931
+ font-size: 14px;
31932
+ box-sizing: border-box;
31933
+ background: var(--pageBackground, #f8f8f8);
31934
+ }
31935
+ .verify-mobile__loginInputGroup___jhY3l input::placeholder {
31936
+ color: var(--dividerStokes, #d4d1d1);
31937
+ opacity: 0.3;
31938
+ }
31939
+ .verify-mobile__loginInputGroup___jhY3l.verify-mobile__error___U6vLC .verify-mobile__loginInputTitle___RFPIx {
31940
+ color: var(--errorText, #ff3333);
31941
+ }
31942
+ .verify-mobile__loginInputGroup___jhY3l.verify-mobile__error___U6vLC input {
31943
+ border-color: var(--errorText, #ff3333);
31944
+ }
31945
+ .verify-mobile__passwordToggle___AJ0VA {
31946
+ height: 24px;
31947
+ width: 24px;
31948
+ position: absolute;
31949
+ top: 50%;
31950
+ transform: translateY(-50%);
31951
+ inset-inline-end: 12px;
31952
+ cursor: pointer;
31953
+ background: none;
31954
+ border: none;
31955
+ }
31956
+ .verify-mobile__passwordToggle___AJ0VA:focus-visible {
31957
+ outline: none;
31958
+ }
31959
+
30899
31960
  /**color by character**/
30900
31961
  /** Font family **/
30901
31962
  /** Font weight **/
@@ -35422,13 +36483,17 @@ h5,
35422
36483
  border: 1px solid var(--dividerStokes);
35423
36484
  border-radius: 8px;
35424
36485
  opacity: 0.5;
35425
- margin-top: 20px;
35426
36486
  }
35427
36487
  @media only screen and (min-width: 769px) and (max-width: 1024px) {
35428
36488
  .single-page-shipment__reviewHeaderUnselect___mNmXU {
35429
36489
  padding: 16px;
35430
36490
  }
35431
36491
  }
36492
+ @media only screen and (max-width: 768px) {
36493
+ .single-page-shipment__reviewHeaderUnselect___mNmXU {
36494
+ margin-top: 20px;
36495
+ }
36496
+ }
35432
36497
  @media only screen and (max-width: 480px) {
35433
36498
  .single-page-shipment__reviewHeaderUnselect___mNmXU {
35434
36499
  display: none;
@@ -35448,12 +36513,16 @@ h5,
35448
36513
  }
35449
36514
  .single-page-shipment__addressSelectedHeaderContainer___SVaIw {
35450
36515
  padding: 24px;
35451
- margin-top: 20px;
35452
36516
  display: flex;
35453
36517
  justify-content: space-between;
35454
36518
  border: 1px solid var(--dividerStokes);
35455
36519
  border-radius: 8px;
35456
36520
  }
36521
+ @media only screen and (max-width: 768px) {
36522
+ .single-page-shipment__addressSelectedHeaderContainer___SVaIw {
36523
+ margin-top: 20px;
36524
+ }
36525
+ }
35457
36526
  @media only screen and (min-width: 769px) and (max-width: 1024px) {
35458
36527
  .single-page-shipment__addressSelectedHeaderContainer___SVaIw {
35459
36528
  padding: 16px;
@@ -35503,7 +36572,6 @@ h5,
35503
36572
  display: flex;
35504
36573
  justify-content: space-between;
35505
36574
  border: 1px solid var(--dividerStokes);
35506
- margin-top: 20px;
35507
36575
  }
35508
36576
  @media only screen and (min-width: 769px) {
35509
36577
  .single-page-shipment__reviewHeaderSelect___bNgMy {
@@ -35515,6 +36583,11 @@ h5,
35515
36583
  padding: 16px;
35516
36584
  }
35517
36585
  }
36586
+ @media only screen and (max-width: 768px) {
36587
+ .single-page-shipment__reviewHeaderSelect___bNgMy {
36588
+ margin-top: 20px;
36589
+ }
36590
+ }
35518
36591
  @media only screen and (max-width: 480px) {
35519
36592
  .single-page-shipment__reviewHeaderSelect___bNgMy {
35520
36593
  padding: 6px 16px;
@@ -41995,8 +43068,10 @@ h5,
41995
43068
  display: none !important;
41996
43069
  }
41997
43070
  }
41998
- .checkout-payment__paymentContainer___1UBn5 {
41999
- margin-top: 20px;
43071
+ @media only screen and (max-width: 768px) {
43072
+ .checkout-payment__paymentContainer___1UBn5 {
43073
+ margin-top: 20px;
43074
+ }
42000
43075
  }
42001
43076
  .checkout-payment__paymentContainer___1UBn5.checkout-payment__disabledPayment___xwflL {
42002
43077
  pointer-events: none;
@@ -47408,13 +48483,6 @@ h5,
47408
48483
  display: none !important;
47409
48484
  }
47410
48485
  }
47411
- .blog__nextArrowStyles___XGDmU {
47412
- right: 20px;
47413
- inset-inline-start: "unset";
47414
- }
47415
- .blog__prevArrowStyles___R1SbU {
47416
- left: 20px;
47417
- }
47418
48486
  .blog__loader___xsYMP {
47419
48487
  position: relative;
47420
48488
  height: 90vh;
@@ -47565,15 +48633,13 @@ h5,
47565
48633
  .blog__sliderWrapper___VIimB {
47566
48634
  padding-bottom: 60px;
47567
48635
  }
47568
- .blog__sliderWrapper___VIimB .slick-track {
47569
- display: flex !important;
47570
- }
47571
- .blog__sliderWrapper___VIimB .slick-slide {
47572
- height: inherit !important;
48636
+ .blog__sliderWrapper___VIimB .blog__carouselBtn___Nh42c[disabled] {
48637
+ display: none;
47573
48638
  }
47574
- .blog__sliderWrapper___VIimB .slick-slide > div,
47575
- .blog__sliderWrapper___VIimB .slick-slide > div > div {
47576
- height: 100%;
48639
+ @media only screen and (max-width: 768px) {
48640
+ .blog__sliderWrapper___VIimB .blog__carouselBtn___Nh42c {
48641
+ display: none;
48642
+ }
47577
48643
  }
47578
48644
  .blog__sliderWrapper___VIimB .blog__blogItem___JxjzJ {
47579
48645
  font-size: 14px;
@@ -47871,6 +48937,7 @@ h5,
47871
48937
  inset-inline-end: 8px;
47872
48938
  transform: translateY(-50%);
47873
48939
  fill: var(--buttonSecondary, #fff);
48940
+ cursor: pointer;
47874
48941
  }
47875
48942
  .blog__blog___gdQog {
47876
48943
  background: var(--themeAccentL5, #fff);
@@ -48794,383 +49861,6 @@ h5,
48794
49861
  }
48795
49862
  }
48796
49863
 
48797
- /**color by character**/
48798
- /** Font family **/
48799
- /** Font weight **/
48800
- .slider-arrow__display-block___jznNZ {
48801
- display: block;
48802
- }
48803
- .slider-arrow__inline-block___RmXca,
48804
- .slider-arrow__inlineBlock___G6nhG {
48805
- display: inline-block;
48806
- }
48807
- .slider-arrow__flex-row___L3GoM {
48808
- display: flex;
48809
- }
48810
- .slider-arrow__flex-column___wVxJi,
48811
- .slider-arrow__flexColumn___eW1Nr {
48812
- display: flex;
48813
- flex-direction: column;
48814
- }
48815
- .slider-arrow__flex-align-center___AAZmg,
48816
- .slider-arrow__flexAlignCenter___ZIO68 {
48817
- display: flex;
48818
- align-items: center;
48819
- }
48820
- .slider-arrow__flex-justify-center___UymiX,
48821
- .slider-arrow__flexJustifyCenter___z3OMQ {
48822
- display: flex;
48823
- justify-content: center;
48824
- }
48825
- .slider-arrow__flex-center___wTU4q,
48826
- .slider-arrow__flexCenter___DI2yR {
48827
- display: flex;
48828
- justify-content: center;
48829
- align-items: center;
48830
- }
48831
- .slider-arrow__justify-start___wogJt,
48832
- .slider-arrow__justifyStart___PonzM {
48833
- justify-content: flex-start;
48834
- }
48835
- .slider-arrow__justify-end___r6iy0,
48836
- .slider-arrow__justifyEnd___JPS7A {
48837
- justify-content: flex-end;
48838
- }
48839
- .slider-arrow__justify-between___rTXXx,
48840
- .slider-arrow__justifyBetween___we7na {
48841
- justify-content: space-between;
48842
- }
48843
- .slider-arrow__justify-around___Z0zMU,
48844
- .slider-arrow__justifyAround___pMBxl {
48845
- justify-content: space-around;
48846
- }
48847
- .slider-arrow__justify-evenly___We8Hx,
48848
- .slider-arrow__justifyEvenly___GBnrY {
48849
- justify-content: space-evenly;
48850
- }
48851
- h1,
48852
- .slider-arrow__h1___xFEXI {
48853
- font-weight: 700;
48854
- font-size: 28px;
48855
- line-height: 42px;
48856
- letter-spacing: -0.03em;
48857
- color: var(--textHeading, #26201a);
48858
- }
48859
- @media only screen and (min-width: 769px) {
48860
- h1,
48861
- .slider-arrow__h1___xFEXI {
48862
- font-size: 36px;
48863
- line-height: 48px;
48864
- }
48865
- }
48866
- h2,
48867
- .slider-arrow__h2___uOlIV {
48868
- font-weight: 700;
48869
- font-size: 28px;
48870
- line-height: 36px;
48871
- letter-spacing: -0.03em;
48872
- color: var(--textHeading, #26201a);
48873
- }
48874
- @media only screen and (min-width: 769px) {
48875
- h2,
48876
- .slider-arrow__h2___uOlIV {
48877
- font-size: 32px;
48878
- line-height: 42px;
48879
- }
48880
- }
48881
- h3,
48882
- .slider-arrow__h3___qjbDs {
48883
- font-weight: 700;
48884
- letter-spacing: -0.02em;
48885
- color: var(--textHeading, #26201a);
48886
- font-size: 24px;
48887
- line-height: 32px;
48888
- }
48889
- @media only screen and (min-width: 769px) {
48890
- h3,
48891
- .slider-arrow__h3___qjbDs {
48892
- font-weight: 700;
48893
- letter-spacing: -0.02em;
48894
- color: var(--textHeading, #26201a);
48895
- font-size: 28px;
48896
- line-height: 36px;
48897
- }
48898
- }
48899
- h4,
48900
- .slider-arrow__h4___EP_b7 {
48901
- font-weight: 600;
48902
- letter-spacing: -0.02em;
48903
- color: var(--textHeading, #26201a);
48904
- font-size: 16px;
48905
- line-height: 1.5;
48906
- }
48907
- @media only screen and (min-width: 769px) {
48908
- h4,
48909
- .slider-arrow__h4___EP_b7 {
48910
- font-weight: 600;
48911
- letter-spacing: -0.02em;
48912
- color: var(--textHeading, #26201a);
48913
- font-size: 20px;
48914
- line-height: 1.5;
48915
- }
48916
- }
48917
- h5,
48918
- .slider-arrow__h5___PlQq2 {
48919
- font-weight: 600;
48920
- font-size: 14px;
48921
- line-height: 16px;
48922
- letter-spacing: -0.02em;
48923
- color: var(--textHeading, #26201a);
48924
- }
48925
- @media only screen and (min-width: 769px) {
48926
- h5,
48927
- .slider-arrow__h5___PlQq2 {
48928
- font-size: 16px;
48929
- line-height: 18px;
48930
- }
48931
- }
48932
- .slider-arrow__b1___j_oVa {
48933
- font-weight: 400;
48934
- font-size: 14px;
48935
- line-height: 18px;
48936
- letter-spacing: -0.02em;
48937
- color: var(--textBody, #3c3131);
48938
- }
48939
- @media only screen and (min-width: 769px) {
48940
- .slider-arrow__b1___j_oVa {
48941
- font-size: 16px;
48942
- line-height: 20px;
48943
- }
48944
- }
48945
- .slider-arrow__b-small___lUnIb,
48946
- .slider-arrow__bSmall___mdosE,
48947
- .slider-arrow__b2___XYFbC {
48948
- font-weight: 400;
48949
- letter-spacing: -0.02em;
48950
- color: var(--textBody, #3c3131);
48951
- font-size: 12px;
48952
- line-height: 16px;
48953
- }
48954
- @media only screen and (min-width: 769px) {
48955
- .slider-arrow__b-small___lUnIb,
48956
- .slider-arrow__bSmall___mdosE,
48957
- .slider-arrow__b2___XYFbC {
48958
- font-weight: 400;
48959
- letter-spacing: -0.02em;
48960
- color: var(--textBody, #3c3131);
48961
- font-size: 14px;
48962
- line-height: 18px;
48963
- }
48964
- }
48965
- .slider-arrow__d1___VqQLC {
48966
- font-size: 36px;
48967
- font-weight: 700;
48968
- line-height: 48px;
48969
- letter-spacing: -0.02em;
48970
- }
48971
- @media only screen and (min-width: 769px) {
48972
- .slider-arrow__d1___VqQLC {
48973
- font-size: 64px;
48974
- line-height: 85px;
48975
- letter-spacing: -0.03em;
48976
- }
48977
- }
48978
- .slider-arrow__caption-medium___um9Qh,
48979
- .slider-arrow__captionMedium___bygCS {
48980
- font-size: 12px;
48981
- line-height: 1.5;
48982
- letter-spacing: -0.02em;
48983
- font-weight: 500;
48984
- }
48985
- @media only screen and (max-width: 480px) {
48986
- .slider-arrow__caption-medium___um9Qh,
48987
- .slider-arrow__captionMedium___bygCS {
48988
- font-size: 11px;
48989
- }
48990
- }
48991
- .slider-arrow__caption-semi-bold___yPxjK,
48992
- .slider-arrow__captionSemiBold___UJqnn {
48993
- font-size: 12px;
48994
- line-height: 1.5;
48995
- letter-spacing: -0.02em;
48996
- font-weight: 600;
48997
- }
48998
- @media only screen and (max-width: 480px) {
48999
- .slider-arrow__caption-semi-bold___yPxjK,
49000
- .slider-arrow__captionSemiBold___UJqnn {
49001
- font-size: 11px;
49002
- }
49003
- }
49004
- .slider-arrow__btn-link___s9ZZ8,
49005
- .slider-arrow__btnLink___FL71f {
49006
- font-weight: 500;
49007
- letter-spacing: -0.02em;
49008
- font-size: 12px;
49009
- line-height: 14px;
49010
- border-radius: var(--buttonRadius, 0px);
49011
- cursor: pointer;
49012
- color: var(--buttonLink, #b1655b);
49013
- text-decoration: underline;
49014
- background: none;
49015
- border: none;
49016
- }
49017
- @media only screen and (min-width: 769px) {
49018
- .slider-arrow__btn-link___s9ZZ8,
49019
- .slider-arrow__btnLink___FL71f {
49020
- font-weight: 500;
49021
- letter-spacing: -0.02em;
49022
- font-size: 14px;
49023
- line-height: 16px;
49024
- }
49025
- }
49026
- .slider-arrow__btn-link___s9ZZ8:hover,
49027
- .slider-arrow__btnLink___FL71f:hover {
49028
- color: var(--buttonLinkL1, #c1847c);
49029
- }
49030
- .slider-arrow__btn-link___s9ZZ8:disabled,
49031
- .slider-arrow__btnLink___FL71f:disabled {
49032
- color: var(--buttonLinkL2, #d0a39d);
49033
- }
49034
- .slider-arrow__btn-link___s9ZZ8:active,
49035
- .slider-arrow__btnLink___FL71f:active {
49036
- opacity: 0.8;
49037
- }
49038
- .slider-arrow__user-select-none___iHsq3,
49039
- .slider-arrow__userSelectNone___T8Nrn {
49040
- user-select: none;
49041
- -moz-user-select: none;
49042
- -webkit-user-select: none;
49043
- -ms-user-select: none;
49044
- }
49045
- .slider-arrow__margin-0-auto___f_hVB,
49046
- .slider-arrow__margin0auto___xlST0 {
49047
- margin: 0 auto;
49048
- }
49049
- .slider-arrow__base-page-container___Mmkkk,
49050
- .slider-arrow__basePageContainer___RlEHO {
49051
- max-width: 1440px !important;
49052
- }
49053
- .slider-arrow__remove-scroll___GA03b,
49054
- .slider-arrow__removeScroll___iblWR {
49055
- overflow-y: hidden !important;
49056
- }
49057
- .slider-arrow__mr-5___cSZem,
49058
- .slider-arrow__mr5___GKo0b {
49059
- margin-inline-end: 30px !important;
49060
- }
49061
- .slider-arrow__mr-2___BK8l0,
49062
- .slider-arrow__mr2_____CEE {
49063
- margin-inline-end: 5px !important;
49064
- }
49065
- .slider-arrow__py-5___JUcYc,
49066
- .slider-arrow__py5___MpAFg {
49067
- padding-top: 1.875rem !important;
49068
- padding-bottom: 1.875rem !important;
49069
- }
49070
- .slider-arrow__view-all-text___HjsBa,
49071
- .slider-arrow__viewAllText___Dpy4N {
49072
- font-size: 20px;
49073
- font-weight: 400;
49074
- text-transform: lowercase;
49075
- text-decoration: underline;
49076
- }
49077
- .slider-arrow__view-all-mobile___miTh8,
49078
- .slider-arrow__viewAllMobile___AaJgj {
49079
- display: none;
49080
- }
49081
- @media only screen and (max-width: 768px) {
49082
- .slider-arrow__view-all-mobile___miTh8,
49083
- .slider-arrow__viewAllMobile___AaJgj {
49084
- display: flex;
49085
- align-items: center;
49086
- justify-content: center;
49087
- margin-top: 40px;
49088
- }
49089
- }
49090
- @media only screen and (max-width: 480px) {
49091
- .slider-arrow__view-all-mobile___miTh8,
49092
- .slider-arrow__viewAllMobile___AaJgj {
49093
- margin-top: 24px;
49094
- }
49095
- }
49096
- .slider-arrow__accent-btn___q7o7t,
49097
- .slider-arrow__accentBtn___pT7e0 {
49098
- background-color: var(--accentColor);
49099
- color: #fff;
49100
- }
49101
- .slider-arrow__no-scroll___mrDXM,
49102
- .slider-arrow__noScroll___OnSy9 {
49103
- overflow-y: hidden;
49104
- }
49105
- .slider-arrow__hide-overflow___cZ0Sb,
49106
- .slider-arrow__hideOverflow___hMuvA {
49107
- overflow: hidden;
49108
- }
49109
- .slider-arrow__markdown-body___wzQ5j h6 {
49110
- margin-top: 0 !important;
49111
- margin-bottom: 0 !important;
49112
- }
49113
- @media only screen and (max-width: 480px) {
49114
- .slider-arrow__markdown-body___wzQ5j {
49115
- font-size: 12px !important;
49116
- padding: 5px !important;
49117
- }
49118
- }
49119
- .slider-arrow__view3d-canvas___qTRv4 {
49120
- width: 100%;
49121
- height: 100%;
49122
- }
49123
- @media only screen and (max-width: 480px) {
49124
- .slider-arrow__view-mobile-up___vp0xA {
49125
- display: none !important;
49126
- }
49127
- }
49128
- @media only screen and (min-width: 481px) {
49129
- .slider-arrow__view-mobile___fZ8Pv {
49130
- display: none !important;
49131
- }
49132
- }
49133
- /* Shared arrow style */
49134
- .slider-arrow__slickArrow___hlIs6 {
49135
- width: 48px;
49136
- height: 48px;
49137
- border-radius: 50%;
49138
- border: 1px solid var(--dividerStokes, #d4d1d1);
49139
- background: transparent;
49140
- display: flex;
49141
- align-items: center;
49142
- justify-content: center;
49143
- position: absolute;
49144
- top: 50%;
49145
- transform: translateY(-50%);
49146
- z-index: 2;
49147
- cursor: pointer;
49148
- }
49149
- .slider-arrow__slickArrow___hlIs6 svg {
49150
- display: block;
49151
- }
49152
- .slider-arrow__slickArrow___hlIs6:hover {
49153
- box-shadow: 0 6px 20px 0 var(--dividerStokes, #c0bebe);
49154
- background: var(--themeAccentL4, #f8f8f8);
49155
- }
49156
- .slider-arrow__slickArrow___hlIs6::before {
49157
- content: none !important;
49158
- }
49159
- .slider-arrow__slick-prev___x4XmO.slider-arrow__slickArrow___hlIs6 {
49160
- left: 20px !important;
49161
- inset-inline-start: unset;
49162
- }
49163
- .slider-arrow__slick-next___Hxsu5.slider-arrow__slickArrow___hlIs6 {
49164
- right: 20px !important;
49165
- inset-inline-start: unset;
49166
- }
49167
- /* Hide on mobile if required */
49168
- @media (max-width: 768px) {
49169
- .slider-arrow__slickArrow___hlIs6 {
49170
- display: none !important;
49171
- }
49172
- }
49173
-
49174
49864
  /**color by character**/
49175
49865
  /** Font family **/
49176
49866
  /** Font weight **/