@gofynd/theme-template 3.2.10 → 3.2.11

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 (99) hide show
  1. package/dist/components/accordion/accordion.js +1 -1
  2. package/dist/components/address-form/address-form.js +1 -1
  3. package/dist/components/address-form/form-input-selector.js +1 -1
  4. package/dist/components/address-form/v2/address-form.js +1 -1
  5. package/dist/components/bag/bag.css +433 -0
  6. package/dist/components/bag/bag.js +1 -0
  7. package/dist/components/blog-page/blog-page.js +1 -1
  8. package/dist/components/compare-product-card/compare-product-card.js +1 -1
  9. package/dist/components/filter-modal/filter-modal.css +26 -10
  10. package/dist/components/filter-modal/filter-modal.js +2 -1
  11. package/dist/components/filter-modal/filter-modal.js.LICENSE.txt +25 -0
  12. package/dist/components/form-builder/form-builder.js +1 -1
  13. package/dist/components/google-map/v2/google-map.js +1 -1
  14. package/dist/components/index.css +1 -1
  15. package/dist/components/index.js +1 -1
  16. package/dist/components/order-shipment/order-shipment.css +434 -5
  17. package/dist/components/order-shipment/order-shipment.js +1 -1
  18. package/dist/components/product-card/product-card.js +1 -1
  19. package/dist/components/profile-navigation/profile-navigation.css +1 -1
  20. package/dist/components/quantity-control/quantity-control.js +1 -1
  21. package/dist/components/range-slider/range-slider.css +26 -10
  22. package/dist/components/range-slider/range-slider.js +2 -1
  23. package/dist/components/range-slider/range-slider.js.LICENSE.txt +25 -0
  24. package/dist/components/shipment-item/shipment-item.css +434 -11
  25. package/dist/components/shipment-item/shipment-item.js +1 -1
  26. package/dist/components/shipment-tracking/shipment-tracking.js +1 -1
  27. package/dist/components/shipments-update-item/shipments-update-item.css +441 -28
  28. package/dist/components/shipments-update-item/shipments-update-item.js +1 -1
  29. package/dist/helper/hooks/index.js +1 -1
  30. package/dist/helper/hooks/useAddressAutofill.js +1 -0
  31. package/dist/index.css +674 -303
  32. package/dist/index.js +1 -1
  33. package/dist/index.js.LICENSE.txt +20 -0
  34. package/dist/page-layouts/auth/mobile-number/mobile-number.js +1 -1
  35. package/dist/page-layouts/cart/Components/chip-item/chip-image.css +411 -0
  36. package/dist/page-layouts/cart/Components/chip-item/chip-image.js +1 -0
  37. package/dist/page-layouts/cart/Components/chip-item/chip-item.css +411 -0
  38. package/dist/page-layouts/cart/Components/chip-item/chip-item.js +1 -1
  39. package/dist/page-layouts/cart/Components/coupon/coupon.js +1 -1
  40. package/dist/page-layouts/cart/Components/delivery-location/delivery-location.js +1 -1
  41. package/dist/page-layouts/compare/compare.js +1 -1
  42. package/dist/page-layouts/login/component/login-otp/login-otp.js +1 -1
  43. package/dist/page-layouts/login/component/login-password/login-password.js +1 -1
  44. package/dist/page-layouts/login/component/soacial-login-button/apple-login-button.css +373 -0
  45. package/dist/page-layouts/login/component/soacial-login-button/apple-login-button.js +1 -0
  46. package/dist/page-layouts/login/component/soacial-login-button/facebook-login-button.css +373 -0
  47. package/dist/page-layouts/login/component/soacial-login-button/facebook-login-button.js +1 -0
  48. package/dist/page-layouts/login/component/soacial-login-button/google-login-button.css +375 -0
  49. package/dist/page-layouts/login/component/soacial-login-button/google-login-button.js +1 -0
  50. package/dist/page-layouts/login/component/social-login-button/apple-login-button.js +1 -1
  51. package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.js +1 -1
  52. package/dist/page-layouts/plp/Components/filter-item/filter-item.css +26 -10
  53. package/dist/page-layouts/plp/Components/filter-item/filter-item.js +2 -1
  54. package/dist/page-layouts/plp/Components/filter-item/filter-item.js.LICENSE.txt +25 -0
  55. package/dist/page-layouts/plp/Components/filter-list/filter-list.css +26 -10
  56. package/dist/page-layouts/plp/Components/filter-list/filter-list.js +2 -1
  57. package/dist/page-layouts/plp/Components/filter-list/filter-list.js.LICENSE.txt +25 -0
  58. package/dist/page-layouts/plp/Components/filter-tags/filter-tags.js +1 -1
  59. package/dist/page-layouts/single-checkout/address/single-address.js +1 -1
  60. package/dist/page-layouts/single-checkout/payment/card-form.js +1 -1
  61. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.js +1 -1
  62. package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
  63. package/dist/pages/blog/blog.js +1 -1
  64. package/dist/pages/blog/index.js +1 -1
  65. package/dist/pages/cart/cart.css +411 -0
  66. package/dist/pages/cart/cart.js +1 -1
  67. package/dist/pages/cart/index.css +411 -0
  68. package/dist/pages/cart/index.js +1 -1
  69. package/dist/pages/checkout/checkout.js +1 -1
  70. package/dist/pages/checkout/index.js +1 -1
  71. package/dist/pages/edit-profile/edit-profile.js +1 -1
  72. package/dist/pages/edit-profile/index.js +1 -1
  73. package/dist/pages/index.css +729 -358
  74. package/dist/pages/index.js +1 -1
  75. package/dist/pages/index.js.LICENSE.txt +20 -0
  76. package/dist/pages/login/index.css +292 -292
  77. package/dist/pages/login/index.js +1 -1
  78. package/dist/pages/login/login.css +292 -292
  79. package/dist/pages/login/login.js +1 -1
  80. package/dist/pages/order/order-tracking-details/order-tracking-details.css +435 -16
  81. package/dist/pages/order/order-tracking-details/order-tracking-details.js +1 -1
  82. package/dist/pages/order-status/index.css +895 -6
  83. package/dist/pages/order-status/index.js +1 -1
  84. package/dist/pages/order-status/order-status.css +895 -6
  85. package/dist/pages/order-status/order-status.js +1 -1
  86. package/dist/pages/product-listing/index.css +26 -10
  87. package/dist/pages/product-listing/index.js +1 -1
  88. package/dist/pages/product-listing/index.js.LICENSE.txt +20 -0
  89. package/dist/pages/product-listing/product-listing.css +26 -10
  90. package/dist/pages/product-listing/product-listing.js +1 -1
  91. package/dist/pages/product-listing/product-listing.js.LICENSE.txt +20 -0
  92. package/dist/pages/profile/components/add-phone-modal/add-phone-modal.js +1 -1
  93. package/dist/pages/profile/phone/index.js +1 -1
  94. package/dist/pages/profile/phone/phone.js +1 -1
  95. package/dist/pages/register/index.js +1 -1
  96. package/dist/pages/register/register.js +1 -1
  97. package/dist/pages/wishlist/index.js +1 -1
  98. package/dist/pages/wishlist/wishlist.js +1 -1
  99. package/package.json +2 -1
@@ -538,16 +538,12 @@ h5,
538
538
  }
539
539
  }
540
540
  .order-status__orders___N_SnV .order-status__orderDetail___wNvPW .order-status__leftOrderDetails___BkJQP .order-status__shipmentList___nyy9y .order-status__shipmentItem___OtZTB .order-status__shipmentItemItemsData___YXKTD .order-status__shipmentProdItem___Spy9G .order-status__prodImg___LZvE9 {
541
- width: 125px;
542
- }
543
- .order-status__orders___N_SnV .order-status__orderDetail___wNvPW .order-status__leftOrderDetails___BkJQP .order-status__shipmentList___nyy9y .order-status__shipmentItem___OtZTB .order-status__shipmentItemItemsData___YXKTD .order-status__shipmentProdItem___Spy9G .order-status__prodImg___LZvE9 img {
544
- max-width: 110px;
545
- max-height: 170px;
546
- cursor: pointer;
541
+ flex: 0 0 110px;
547
542
  }
548
543
  .order-status__orders___N_SnV .order-status__orderDetail___wNvPW .order-status__leftOrderDetails___BkJQP .order-status__shipmentList___nyy9y .order-status__shipmentItem___OtZTB .order-status__shipmentItemItemsData___YXKTD .order-status__shipmentProdItem___Spy9G .order-status__prodItemData___zBCLZ {
549
544
  margin-inline-start: 14px;
550
545
  min-width: 0;
546
+ width: 100%;
551
547
  }
552
548
  .order-status__orders___N_SnV .order-status__orderDetail___wNvPW .order-status__leftOrderDetails___BkJQP .order-status__shipmentList___nyy9y .order-status__shipmentItem___OtZTB .order-status__shipmentItemItemsData___YXKTD .order-status__shipmentProdItem___Spy9G .order-status__prodItemData___zBCLZ .order-status__productDetails___LmK1W .order-status__brandName___EvXqa {
553
549
  font-weight: 600;
@@ -814,6 +810,9 @@ h5,
814
810
  align-items: center;
815
811
  color: var(--textHeading, #26201a);
816
812
  }
813
+ .order-status__productCustomizationContainer___PMZXl {
814
+ margin: 16px 0;
815
+ }
817
816
 
818
817
  /**color by character**/
819
818
  /** Font family **/
@@ -3614,3 +3613,893 @@ h5,
3614
3613
  overflow-y: hidden;
3615
3614
  }
3616
3615
 
3616
+ /**color by character**/
3617
+ /** Font family **/
3618
+ /** Font weight **/
3619
+ .bag__display-block___U_YPF {
3620
+ display: block;
3621
+ }
3622
+ .bag__inline-block___EsCVB,
3623
+ .bag__inlineBlock___mp9L4 {
3624
+ display: inline-block;
3625
+ }
3626
+ .bag__flex-row___H3VDQ {
3627
+ display: flex;
3628
+ }
3629
+ .bag__flex-column___vZxz5,
3630
+ .bag__flexColumn___PMS89 {
3631
+ display: flex;
3632
+ flex-direction: column;
3633
+ }
3634
+ .bag__flex-align-center___T8aC5,
3635
+ .bag__flexAlignCenter___LYNna {
3636
+ display: flex;
3637
+ align-items: center;
3638
+ }
3639
+ .bag__flex-justify-center___jSKCp,
3640
+ .bag__flexJustifyCenter___bjZwp {
3641
+ display: flex;
3642
+ justify-content: center;
3643
+ }
3644
+ .bag__flex-center___O2Ft5,
3645
+ .bag__flexCenter___bzHaa {
3646
+ display: flex;
3647
+ justify-content: center;
3648
+ align-items: center;
3649
+ }
3650
+ .bag__justify-start___hUS24,
3651
+ .bag__justifyStart___MdodZ {
3652
+ justify-content: flex-start;
3653
+ }
3654
+ .bag__justify-end___BxxBk,
3655
+ .bag__justifyEnd___izoJ2 {
3656
+ justify-content: flex-end;
3657
+ }
3658
+ .bag__justify-between___uaJOI,
3659
+ .bag__justifyBetween___oYcC6 {
3660
+ justify-content: space-between;
3661
+ }
3662
+ .bag__justify-around___ZUg_l,
3663
+ .bag__justifyAround___ad67N {
3664
+ justify-content: space-around;
3665
+ }
3666
+ .bag__justify-evenly___YZ1NQ,
3667
+ .bag__justifyEvenly___QBJUu {
3668
+ justify-content: space-evenly;
3669
+ }
3670
+ h1,
3671
+ .bag__h1___yv4sn {
3672
+ font-weight: 700;
3673
+ font-size: 28px;
3674
+ line-height: 42px;
3675
+ letter-spacing: -0.03em;
3676
+ color: var(--textHeading, #26201a);
3677
+ }
3678
+ @media only screen and (min-width: 769px) {
3679
+ h1,
3680
+ .bag__h1___yv4sn {
3681
+ font-size: 36px;
3682
+ line-height: 48px;
3683
+ }
3684
+ }
3685
+ h2,
3686
+ .bag__h2___Nv1Up {
3687
+ font-weight: 700;
3688
+ font-size: 28px;
3689
+ line-height: 36px;
3690
+ letter-spacing: -0.03em;
3691
+ color: var(--textHeading, #26201a);
3692
+ }
3693
+ @media only screen and (min-width: 769px) {
3694
+ h2,
3695
+ .bag__h2___Nv1Up {
3696
+ font-size: 32px;
3697
+ line-height: 42px;
3698
+ }
3699
+ }
3700
+ h3,
3701
+ .bag__h3___qasNP {
3702
+ font-weight: 700;
3703
+ letter-spacing: -0.02em;
3704
+ color: var(--textHeading, #26201a);
3705
+ font-size: 24px;
3706
+ line-height: 32px;
3707
+ }
3708
+ @media only screen and (min-width: 769px) {
3709
+ h3,
3710
+ .bag__h3___qasNP {
3711
+ font-weight: 700;
3712
+ letter-spacing: -0.02em;
3713
+ color: var(--textHeading, #26201a);
3714
+ font-size: 28px;
3715
+ line-height: 36px;
3716
+ }
3717
+ }
3718
+ h4,
3719
+ .bag__h4___Hokuw {
3720
+ font-weight: 600;
3721
+ letter-spacing: -0.02em;
3722
+ color: var(--textHeading, #26201a);
3723
+ font-size: 16px;
3724
+ line-height: 1.5;
3725
+ }
3726
+ @media only screen and (min-width: 769px) {
3727
+ h4,
3728
+ .bag__h4___Hokuw {
3729
+ font-weight: 600;
3730
+ letter-spacing: -0.02em;
3731
+ color: var(--textHeading, #26201a);
3732
+ font-size: 20px;
3733
+ line-height: 1.5;
3734
+ }
3735
+ }
3736
+ h5,
3737
+ .bag__h5___ESfMQ {
3738
+ font-weight: 600;
3739
+ font-size: 14px;
3740
+ line-height: 16px;
3741
+ letter-spacing: -0.02em;
3742
+ color: var(--textHeading, #26201a);
3743
+ }
3744
+ @media only screen and (min-width: 769px) {
3745
+ h5,
3746
+ .bag__h5___ESfMQ {
3747
+ font-size: 16px;
3748
+ line-height: 18px;
3749
+ }
3750
+ }
3751
+ .bag__b1___EZ4So {
3752
+ font-weight: 400;
3753
+ font-size: 14px;
3754
+ line-height: 18px;
3755
+ letter-spacing: -0.02em;
3756
+ color: var(--textBody, #3c3131);
3757
+ }
3758
+ @media only screen and (min-width: 769px) {
3759
+ .bag__b1___EZ4So {
3760
+ font-size: 16px;
3761
+ line-height: 20px;
3762
+ }
3763
+ }
3764
+ .bag__b-small___tjwxK,
3765
+ .bag__bSmall___DZHZ3,
3766
+ .bag__b2___E69Dc {
3767
+ font-weight: 400;
3768
+ letter-spacing: -0.02em;
3769
+ color: var(--textBody, #3c3131);
3770
+ font-size: 12px;
3771
+ line-height: 16px;
3772
+ }
3773
+ @media only screen and (min-width: 769px) {
3774
+ .bag__b-small___tjwxK,
3775
+ .bag__bSmall___DZHZ3,
3776
+ .bag__b2___E69Dc {
3777
+ font-weight: 400;
3778
+ letter-spacing: -0.02em;
3779
+ color: var(--textBody, #3c3131);
3780
+ font-size: 14px;
3781
+ line-height: 18px;
3782
+ }
3783
+ }
3784
+ .bag__d1___Lrxkl {
3785
+ font-size: 36px;
3786
+ font-weight: 700;
3787
+ line-height: 48px;
3788
+ letter-spacing: -0.02em;
3789
+ }
3790
+ @media only screen and (min-width: 769px) {
3791
+ .bag__d1___Lrxkl {
3792
+ font-size: 64px;
3793
+ line-height: 85px;
3794
+ letter-spacing: -0.03em;
3795
+ }
3796
+ }
3797
+ .bag__caption-medium___M57y8,
3798
+ .bag__captionMedium___j4lTh {
3799
+ font-size: 12px;
3800
+ line-height: 1.5;
3801
+ letter-spacing: -0.02em;
3802
+ font-weight: 500;
3803
+ }
3804
+ @media only screen and (max-width: 480px) {
3805
+ .bag__caption-medium___M57y8,
3806
+ .bag__captionMedium___j4lTh {
3807
+ font-size: 11px;
3808
+ }
3809
+ }
3810
+ .bag__caption-semi-bold___NA_Qp,
3811
+ .bag__captionSemiBold___zsquN {
3812
+ font-size: 12px;
3813
+ line-height: 1.5;
3814
+ letter-spacing: -0.02em;
3815
+ font-weight: 600;
3816
+ }
3817
+ @media only screen and (max-width: 480px) {
3818
+ .bag__caption-semi-bold___NA_Qp,
3819
+ .bag__captionSemiBold___zsquN {
3820
+ font-size: 11px;
3821
+ }
3822
+ }
3823
+ .bag__btn-link___uaItG,
3824
+ .bag__btnLink___b1JQA {
3825
+ font-weight: 500;
3826
+ letter-spacing: -0.02em;
3827
+ font-size: 12px;
3828
+ line-height: 14px;
3829
+ border-radius: var(--buttonRadius, 0px);
3830
+ cursor: pointer;
3831
+ color: var(--buttonLink, #b1655b);
3832
+ text-decoration: underline;
3833
+ background: none;
3834
+ border: none;
3835
+ }
3836
+ @media only screen and (min-width: 769px) {
3837
+ .bag__btn-link___uaItG,
3838
+ .bag__btnLink___b1JQA {
3839
+ font-weight: 500;
3840
+ letter-spacing: -0.02em;
3841
+ font-size: 14px;
3842
+ line-height: 16px;
3843
+ }
3844
+ }
3845
+ .bag__btn-link___uaItG:hover,
3846
+ .bag__btnLink___b1JQA:hover {
3847
+ color: var(--buttonLinkL1, #c1847c);
3848
+ }
3849
+ .bag__btn-link___uaItG:disabled,
3850
+ .bag__btnLink___b1JQA:disabled {
3851
+ color: var(--buttonLinkL2, #d0a39d);
3852
+ }
3853
+ .bag__btn-link___uaItG:active,
3854
+ .bag__btnLink___b1JQA:active {
3855
+ opacity: 0.8;
3856
+ }
3857
+ .bag__user-select-none___oSvos,
3858
+ .bag__userSelectNone___jEqdR {
3859
+ user-select: none;
3860
+ -moz-user-select: none;
3861
+ -webkit-user-select: none;
3862
+ -ms-user-select: none;
3863
+ }
3864
+ .bag__margin-0-auto___e_rAQ,
3865
+ .bag__margin0auto___E90Pt {
3866
+ margin: 0 auto;
3867
+ }
3868
+ .bag__base-page-container___ylIRR,
3869
+ .bag__basePageContainer___FZo_C {
3870
+ max-width: 1440px !important;
3871
+ }
3872
+ .bag__remove-scroll___Hav2e,
3873
+ .bag__removeScroll___dGbiR {
3874
+ overflow-y: hidden !important;
3875
+ }
3876
+ .bag__mr-5___y1uvv,
3877
+ .bag__mr5___pK91S {
3878
+ margin-inline-end: 30px !important;
3879
+ }
3880
+ .bag__mr-2____ZqxC,
3881
+ .bag__mr2___xpjOo {
3882
+ margin-inline-end: 5px !important;
3883
+ }
3884
+ .bag__py-5___ltsEk,
3885
+ .bag__py5___R7BsT {
3886
+ padding-top: 1.875rem !important;
3887
+ padding-bottom: 1.875rem !important;
3888
+ }
3889
+ .bag__view-all-text____8XpL,
3890
+ .bag__viewAllText___np2Kg {
3891
+ font-size: 20px;
3892
+ font-weight: 400;
3893
+ text-transform: lowercase;
3894
+ text-decoration: underline;
3895
+ }
3896
+ .bag__view-all-mobile___dWe4_,
3897
+ .bag__viewAllMobile___bmkJR {
3898
+ display: none;
3899
+ }
3900
+ @media only screen and (max-width: 768px) {
3901
+ .bag__view-all-mobile___dWe4_,
3902
+ .bag__viewAllMobile___bmkJR {
3903
+ display: flex;
3904
+ align-items: center;
3905
+ justify-content: center;
3906
+ margin-top: 40px;
3907
+ }
3908
+ }
3909
+ @media only screen and (max-width: 480px) {
3910
+ .bag__view-all-mobile___dWe4_,
3911
+ .bag__viewAllMobile___bmkJR {
3912
+ margin-top: 24px;
3913
+ }
3914
+ }
3915
+ .bag__accent-btn___HbLIk,
3916
+ .bag__accentBtn___NeiAY {
3917
+ background-color: var(--accentColor);
3918
+ color: #fff;
3919
+ }
3920
+ .bag__no-scroll___xqcXk,
3921
+ .bag__noScroll___j6iDv {
3922
+ overflow-y: hidden;
3923
+ }
3924
+ .bag__hide-overflow___Egp3N,
3925
+ .bag__hideOverflow___drczI {
3926
+ overflow: hidden;
3927
+ }
3928
+ .bag__markdown-body___X7Cfk h6 {
3929
+ margin-top: 0 !important;
3930
+ margin-bottom: 0 !important;
3931
+ }
3932
+ @media only screen and (max-width: 480px) {
3933
+ .bag__markdown-body___X7Cfk {
3934
+ font-size: 12px !important;
3935
+ padding: 5px !important;
3936
+ }
3937
+ }
3938
+ .bag__view3d-canvas___de3_F {
3939
+ width: 100%;
3940
+ height: 100%;
3941
+ }
3942
+ @media only screen and (max-width: 480px) {
3943
+ .bag__view-mobile-up___iRON6 {
3944
+ display: none !important;
3945
+ }
3946
+ }
3947
+ @media only screen and (min-width: 481px) {
3948
+ .bag__view-mobile___IW_HG {
3949
+ display: none !important;
3950
+ }
3951
+ }
3952
+ .bag__bagImg___F1kfj {
3953
+ min-width: 80px;
3954
+ object-fit: cover;
3955
+ border-radius: var(--buttonRadius, 0px);
3956
+ overflow: hidden;
3957
+ }
3958
+ .bag__bagImg___F1kfj img {
3959
+ object-fit: cover;
3960
+ }
3961
+ .bag__bundleImg___TEyPU {
3962
+ display: grid;
3963
+ grid-template-columns: repeat(2, 1fr);
3964
+ grid-template-rows: repeat(2, 1fr);
3965
+ padding: 4px;
3966
+ gap: 4px;
3967
+ aspect-ratio: var(--aspectRatio);
3968
+ border: 1px solid var(--dividerStokes, #d4d1d1);
3969
+ border-radius: var(--buttonRadius, 0px);
3970
+ }
3971
+ .bag__bundleImg___TEyPU .bag__bundleImgItem___slqOT {
3972
+ display: flex;
3973
+ border-radius: calc(var(--buttonRadius, 0px) / 2);
3974
+ overflow: hidden;
3975
+ position: relative;
3976
+ }
3977
+ .bag__bundleImg___TEyPU .bag__bundleImgItem___slqOT .bag__itemImg___tRLBP {
3978
+ display: flex;
3979
+ }
3980
+ .bag__bundleImg___TEyPU .bag__bundleImgItem___slqOT .bag__bundleCount___C799t {
3981
+ position: absolute;
3982
+ inset: 0;
3983
+ display: flex;
3984
+ align-items: center;
3985
+ justify-content: center;
3986
+ color: #FFF;
3987
+ background-color: #1F1F1FA3;
3988
+ font-size: 16px;
3989
+ font-weight: 700;
3990
+ line-height: 140%;
3991
+ }
3992
+
3993
+ /**color by character**/
3994
+ /** Font family **/
3995
+ /** Font weight **/
3996
+ .fy-image__imageWrapper___wKmP2 {
3997
+ overflow: hidden;
3998
+ position: relative;
3999
+ }
4000
+ .fy-image__imageWrapper___wKmP2 picture {
4001
+ display: flex;
4002
+ align-items: center;
4003
+ background-color: var(--bg-color, transparent);
4004
+ }
4005
+ .fy-image__imageWrapper___wKmP2 .fy-image__overlay___Dx1Ju {
4006
+ position: absolute;
4007
+ background-color: var(--overlay-bgcolor);
4008
+ z-index: 1;
4009
+ opacity: 0.4;
4010
+ height: 100%;
4011
+ width: 100%;
4012
+ }
4013
+ .fy-image__imageWrapper___wKmP2 .fy-image__fyImg___yIv86 {
4014
+ width: 100%;
4015
+ height: 100%;
4016
+ object-fit: contain;
4017
+ }
4018
+ @-moz-document url-prefix() {
4019
+ .fy-image__imageWrapper___wKmP2 .fy-image__fyImg___yIv86.fy-image__firefoxAltFix___hSfDR .fy-image__imageWrapper___wKmP2 .fy-image__fyImg___yIv86.fy-image__firefoxAltFix___hSfDR[alt=""] {
4020
+ font-size: 0;
4021
+ text-indent: -9999px;
4022
+ color: transparent;
4023
+ line-height: 0;
4024
+ letter-spacing: -1000px;
4025
+ -webkit-text-fill-color: transparent;
4026
+ text-shadow: none;
4027
+ }
4028
+ .fy-image__imageWrapper___wKmP2 .fy-image__fyImg___yIv86.fy-image__firefoxAltFix___hSfDR .fy-image__imageWrapper___wKmP2 .fy-image__fyImg___yIv86.fy-image__firefoxAltFix___hSfDR[alt=""]::before,
4029
+ .fy-image__imageWrapper___wKmP2 .fy-image__fyImg___yIv86.fy-image__firefoxAltFix___hSfDR .fy-image__imageWrapper___wKmP2 .fy-image__fyImg___yIv86.fy-image__firefoxAltFix___hSfDR[alt=""]::after {
4030
+ display: none;
4031
+ content: none;
4032
+ }
4033
+ .fy-image__imageWrapper___wKmP2 .fy-image__fyImg___yIv86.fy-image__firefoxAltFix___hSfDR .fy-image__imageWrapper___wKmP2 .fy-image__fyImg___yIv86.fy-image__firefoxAltFix___hSfDR {
4034
+ transition: opacity 0.2s ease-in-out;
4035
+ }
4036
+ }
4037
+ .fy-image__imageWrapper___wKmP2.fy-image__fill___rFWVY .fy-image__fyImg___yIv86 {
4038
+ object-fit: cover;
4039
+ }
4040
+ .fy-image__imageWrapper___wKmP2.fy-image__fixedAspRatio___fyXGS picture {
4041
+ aspect-ratio: var(--aspect-ratio-mobile);
4042
+ }
4043
+ @media only screen and (min-width: 769px) {
4044
+ .fy-image__imageWrapper___wKmP2.fy-image__fixedAspRatio___fyXGS picture {
4045
+ aspect-ratio: var(--aspect-ratio-desktop);
4046
+ }
4047
+ }
4048
+
4049
+ /**color by character**/
4050
+ /** Font family **/
4051
+ /** Font weight **/
4052
+ .accordion__display-block___ez991 {
4053
+ display: block;
4054
+ }
4055
+ .accordion__inline-block___IWD9j,
4056
+ .accordion__inlineBlock___Z77ki {
4057
+ display: inline-block;
4058
+ }
4059
+ .accordion__flex-row___qjvmf {
4060
+ display: flex;
4061
+ }
4062
+ .accordion__flex-column___w7eqD,
4063
+ .accordion__flexColumn___iA7Jr {
4064
+ display: flex;
4065
+ flex-direction: column;
4066
+ }
4067
+ .accordion__flex-align-center___RWcrb,
4068
+ .accordion__flexAlignCenter___ssUpf {
4069
+ display: flex;
4070
+ align-items: center;
4071
+ }
4072
+ .accordion__flex-justify-center___supHn,
4073
+ .accordion__flexJustifyCenter___LZPgR {
4074
+ display: flex;
4075
+ justify-content: center;
4076
+ }
4077
+ .accordion__flex-center___exmM2,
4078
+ .accordion__flexCenter___XcBkv {
4079
+ display: flex;
4080
+ justify-content: center;
4081
+ align-items: center;
4082
+ }
4083
+ .accordion__justify-start___jwQkr,
4084
+ .accordion__justifyStart___CxNu1 {
4085
+ justify-content: flex-start;
4086
+ }
4087
+ .accordion__justify-end___WGsIo,
4088
+ .accordion__justifyEnd___YFsER {
4089
+ justify-content: flex-end;
4090
+ }
4091
+ .accordion__justify-between___QuaK4,
4092
+ .accordion__justifyBetween___yPE0N {
4093
+ justify-content: space-between;
4094
+ }
4095
+ .accordion__justify-around___oPaJA,
4096
+ .accordion__justifyAround___cOPmP {
4097
+ justify-content: space-around;
4098
+ }
4099
+ .accordion__justify-evenly___nchdg,
4100
+ .accordion__justifyEvenly___vL2Oo {
4101
+ justify-content: space-evenly;
4102
+ }
4103
+ h1,
4104
+ .accordion__h1___mBaXX {
4105
+ font-weight: 700;
4106
+ font-size: 28px;
4107
+ line-height: 42px;
4108
+ letter-spacing: -0.03em;
4109
+ color: var(--textHeading, #26201a);
4110
+ }
4111
+ @media only screen and (min-width: 769px) {
4112
+ h1,
4113
+ .accordion__h1___mBaXX {
4114
+ font-size: 36px;
4115
+ line-height: 48px;
4116
+ }
4117
+ }
4118
+ h2,
4119
+ .accordion__h2___gf6ZO {
4120
+ font-weight: 700;
4121
+ font-size: 28px;
4122
+ line-height: 36px;
4123
+ letter-spacing: -0.03em;
4124
+ color: var(--textHeading, #26201a);
4125
+ }
4126
+ @media only screen and (min-width: 769px) {
4127
+ h2,
4128
+ .accordion__h2___gf6ZO {
4129
+ font-size: 32px;
4130
+ line-height: 42px;
4131
+ }
4132
+ }
4133
+ h3,
4134
+ .accordion__h3___qv7LL {
4135
+ font-weight: 700;
4136
+ letter-spacing: -0.02em;
4137
+ color: var(--textHeading, #26201a);
4138
+ font-size: 24px;
4139
+ line-height: 32px;
4140
+ }
4141
+ @media only screen and (min-width: 769px) {
4142
+ h3,
4143
+ .accordion__h3___qv7LL {
4144
+ font-weight: 700;
4145
+ letter-spacing: -0.02em;
4146
+ color: var(--textHeading, #26201a);
4147
+ font-size: 28px;
4148
+ line-height: 36px;
4149
+ }
4150
+ }
4151
+ h4,
4152
+ .accordion__h4___jkv8q {
4153
+ font-weight: 600;
4154
+ letter-spacing: -0.02em;
4155
+ color: var(--textHeading, #26201a);
4156
+ font-size: 16px;
4157
+ line-height: 1.5;
4158
+ }
4159
+ @media only screen and (min-width: 769px) {
4160
+ h4,
4161
+ .accordion__h4___jkv8q {
4162
+ font-weight: 600;
4163
+ letter-spacing: -0.02em;
4164
+ color: var(--textHeading, #26201a);
4165
+ font-size: 20px;
4166
+ line-height: 1.5;
4167
+ }
4168
+ }
4169
+ h5,
4170
+ .accordion__h5___vUtSA {
4171
+ font-weight: 600;
4172
+ font-size: 14px;
4173
+ line-height: 16px;
4174
+ letter-spacing: -0.02em;
4175
+ color: var(--textHeading, #26201a);
4176
+ }
4177
+ @media only screen and (min-width: 769px) {
4178
+ h5,
4179
+ .accordion__h5___vUtSA {
4180
+ font-size: 16px;
4181
+ line-height: 18px;
4182
+ }
4183
+ }
4184
+ .accordion__b1___CNx1V {
4185
+ font-weight: 400;
4186
+ font-size: 14px;
4187
+ line-height: 18px;
4188
+ letter-spacing: -0.02em;
4189
+ color: var(--textBody, #3c3131);
4190
+ }
4191
+ @media only screen and (min-width: 769px) {
4192
+ .accordion__b1___CNx1V {
4193
+ font-size: 16px;
4194
+ line-height: 20px;
4195
+ }
4196
+ }
4197
+ .accordion__b-small___KbjDN,
4198
+ .accordion__bSmall___FvCrd,
4199
+ .accordion__b2___BG73K {
4200
+ font-weight: 400;
4201
+ letter-spacing: -0.02em;
4202
+ color: var(--textBody, #3c3131);
4203
+ font-size: 12px;
4204
+ line-height: 16px;
4205
+ }
4206
+ @media only screen and (min-width: 769px) {
4207
+ .accordion__b-small___KbjDN,
4208
+ .accordion__bSmall___FvCrd,
4209
+ .accordion__b2___BG73K {
4210
+ font-weight: 400;
4211
+ letter-spacing: -0.02em;
4212
+ color: var(--textBody, #3c3131);
4213
+ font-size: 14px;
4214
+ line-height: 18px;
4215
+ }
4216
+ }
4217
+ .accordion__d1___nCXKx {
4218
+ font-size: 36px;
4219
+ font-weight: 700;
4220
+ line-height: 48px;
4221
+ letter-spacing: -0.02em;
4222
+ }
4223
+ @media only screen and (min-width: 769px) {
4224
+ .accordion__d1___nCXKx {
4225
+ font-size: 64px;
4226
+ line-height: 85px;
4227
+ letter-spacing: -0.03em;
4228
+ }
4229
+ }
4230
+ .accordion__caption-medium___duiWg,
4231
+ .accordion__captionMedium___EDDk6 {
4232
+ font-size: 12px;
4233
+ line-height: 1.5;
4234
+ letter-spacing: -0.02em;
4235
+ font-weight: 500;
4236
+ }
4237
+ @media only screen and (max-width: 480px) {
4238
+ .accordion__caption-medium___duiWg,
4239
+ .accordion__captionMedium___EDDk6 {
4240
+ font-size: 11px;
4241
+ }
4242
+ }
4243
+ .accordion__caption-semi-bold___NF_BR,
4244
+ .accordion__captionSemiBold___m0IYi {
4245
+ font-size: 12px;
4246
+ line-height: 1.5;
4247
+ letter-spacing: -0.02em;
4248
+ font-weight: 600;
4249
+ }
4250
+ @media only screen and (max-width: 480px) {
4251
+ .accordion__caption-semi-bold___NF_BR,
4252
+ .accordion__captionSemiBold___m0IYi {
4253
+ font-size: 11px;
4254
+ }
4255
+ }
4256
+ .accordion__btn-link___XdOB3,
4257
+ .accordion__btnLink____atFJ {
4258
+ font-weight: 500;
4259
+ letter-spacing: -0.02em;
4260
+ font-size: 12px;
4261
+ line-height: 14px;
4262
+ border-radius: var(--buttonRadius, 0px);
4263
+ cursor: pointer;
4264
+ color: var(--buttonLink, #b1655b);
4265
+ text-decoration: underline;
4266
+ background: none;
4267
+ border: none;
4268
+ }
4269
+ @media only screen and (min-width: 769px) {
4270
+ .accordion__btn-link___XdOB3,
4271
+ .accordion__btnLink____atFJ {
4272
+ font-weight: 500;
4273
+ letter-spacing: -0.02em;
4274
+ font-size: 14px;
4275
+ line-height: 16px;
4276
+ }
4277
+ }
4278
+ .accordion__btn-link___XdOB3:hover,
4279
+ .accordion__btnLink____atFJ:hover {
4280
+ color: var(--buttonLinkL1, #c1847c);
4281
+ }
4282
+ .accordion__btn-link___XdOB3:disabled,
4283
+ .accordion__btnLink____atFJ:disabled {
4284
+ color: var(--buttonLinkL2, #d0a39d);
4285
+ }
4286
+ .accordion__btn-link___XdOB3:active,
4287
+ .accordion__btnLink____atFJ:active {
4288
+ opacity: 0.8;
4289
+ }
4290
+ .accordion__user-select-none___mffq8,
4291
+ .accordion__userSelectNone___pPOl2 {
4292
+ user-select: none;
4293
+ -moz-user-select: none;
4294
+ -webkit-user-select: none;
4295
+ -ms-user-select: none;
4296
+ }
4297
+ .accordion__margin-0-auto___v5WxY,
4298
+ .accordion__margin0auto___g_2zy {
4299
+ margin: 0 auto;
4300
+ }
4301
+ .accordion__base-page-container___trQpR,
4302
+ .accordion__basePageContainer___xtG0o {
4303
+ max-width: 1440px !important;
4304
+ }
4305
+ .accordion__remove-scroll___rAl60,
4306
+ .accordion__removeScroll___kZzYA {
4307
+ overflow-y: hidden !important;
4308
+ }
4309
+ .accordion__mr-5___UGrsd,
4310
+ .accordion__mr5___hUl4C {
4311
+ margin-inline-end: 30px !important;
4312
+ }
4313
+ .accordion__mr-2___QNqan,
4314
+ .accordion__mr2___XuUYr {
4315
+ margin-inline-end: 5px !important;
4316
+ }
4317
+ .accordion__py-5___Uy6uq,
4318
+ .accordion__py5___YVpFF {
4319
+ padding-top: 1.875rem !important;
4320
+ padding-bottom: 1.875rem !important;
4321
+ }
4322
+ .accordion__view-all-text___nFE_k,
4323
+ .accordion__viewAllText___kKkoL {
4324
+ font-size: 20px;
4325
+ font-weight: 400;
4326
+ text-transform: lowercase;
4327
+ text-decoration: underline;
4328
+ }
4329
+ .accordion__view-all-mobile___JPGIm,
4330
+ .accordion__viewAllMobile___OSwQW {
4331
+ display: none;
4332
+ }
4333
+ @media only screen and (max-width: 768px) {
4334
+ .accordion__view-all-mobile___JPGIm,
4335
+ .accordion__viewAllMobile___OSwQW {
4336
+ display: flex;
4337
+ align-items: center;
4338
+ justify-content: center;
4339
+ margin-top: 40px;
4340
+ }
4341
+ }
4342
+ @media only screen and (max-width: 480px) {
4343
+ .accordion__view-all-mobile___JPGIm,
4344
+ .accordion__viewAllMobile___OSwQW {
4345
+ margin-top: 24px;
4346
+ }
4347
+ }
4348
+ .accordion__accent-btn___H8bQ7,
4349
+ .accordion__accentBtn___Sa0_b {
4350
+ background-color: var(--accentColor);
4351
+ color: #fff;
4352
+ }
4353
+ .accordion__no-scroll___d1e7M,
4354
+ .accordion__noScroll___qtO_J {
4355
+ overflow-y: hidden;
4356
+ }
4357
+ .accordion__hide-overflow___rud6F,
4358
+ .accordion__hideOverflow___m7ecA {
4359
+ overflow: hidden;
4360
+ }
4361
+ .accordion__markdown-body___fr6X9 h6 {
4362
+ margin-top: 0 !important;
4363
+ margin-bottom: 0 !important;
4364
+ }
4365
+ @media only screen and (max-width: 480px) {
4366
+ .accordion__markdown-body___fr6X9 {
4367
+ font-size: 12px !important;
4368
+ padding: 5px !important;
4369
+ }
4370
+ }
4371
+ .accordion__view3d-canvas___J_Qi8 {
4372
+ width: 100%;
4373
+ height: 100%;
4374
+ }
4375
+ @media only screen and (max-width: 480px) {
4376
+ .accordion__view-mobile-up___SLiVR {
4377
+ display: none !important;
4378
+ }
4379
+ }
4380
+ @media only screen and (min-width: 481px) {
4381
+ .accordion__view-mobile___ioxym {
4382
+ display: none !important;
4383
+ }
4384
+ }
4385
+ .accordion__accordionList___EtImk > ul {
4386
+ list-style: none;
4387
+ }
4388
+ .accordion__accordionList___EtImk > ul > li {
4389
+ list-style: none;
4390
+ }
4391
+ .accordion__accordionItem___X6mJZ {
4392
+ border-top: 1px solid #e0e0e0;
4393
+ padding-top: 16px;
4394
+ cursor: pointer;
4395
+ }
4396
+ .accordion__accordionItem___X6mJZ .accordion__accordionRow___BbEFH {
4397
+ display: flex;
4398
+ justify-content: center;
4399
+ gap: 40px;
4400
+ }
4401
+ .accordion__accordionItem___X6mJZ .accordion__accordionRow___BbEFH svg {
4402
+ overflow: visible;
4403
+ }
4404
+ .accordion__accordionItem___X6mJZ .accordion__accordionRow___BbEFH .accordion__accordionBox___NcNK_ {
4405
+ width: 100%;
4406
+ }
4407
+ .accordion__accordionItem___X6mJZ .accordion__accordionRow___BbEFH .accordion__accordionBox___NcNK_ .accordion__accordionTitle___fkczk {
4408
+ color: var(--Text-Heading, #1f1f1f);
4409
+ font-size: 14px;
4410
+ font-style: normal;
4411
+ font-weight: 600;
4412
+ line-height: 140%;
4413
+ width: 100%;
4414
+ }
4415
+ .accordion__accordionItem___X6mJZ .accordion__accordionRow___BbEFH .accordion__accordionBox___NcNK_ .accordion__accordionContent___vRpqI {
4416
+ display: block;
4417
+ color: var(--textSecondary, #9c9c9c);
4418
+ font-size: 14px;
4419
+ font-style: normal;
4420
+ font-weight: 400;
4421
+ line-height: 140%;
4422
+ margin-top: 8px;
4423
+ cursor: default;
4424
+ }
4425
+ .accordion__accordionItem___X6mJZ .accordion__accordionRow___BbEFH .accordion__accordionBox___NcNK_ .accordion__accordionContent___vRpqI ul {
4426
+ list-style: disc;
4427
+ padding-left: 20px;
4428
+ }
4429
+ .accordion__accordionItem___X6mJZ .accordion__accordionRow___BbEFH .accordion__accordionBox___NcNK_ .accordion__accordionContent___vRpqI li {
4430
+ margin-bottom: 4px;
4431
+ }
4432
+ .accordion__accordionContentImages___cgp_Q {
4433
+ display: flex;
4434
+ flex-wrap: wrap;
4435
+ align-items: center;
4436
+ gap: 8px;
4437
+ }
4438
+ .accordion__accordionContentImageItem____FBCe {
4439
+ display: flex;
4440
+ align-items: center;
4441
+ position: relative;
4442
+ cursor: pointer;
4443
+ }
4444
+ .accordion__accordionContentImageItem____FBCe .accordion__imagePreview___FOjGs {
4445
+ position: absolute;
4446
+ left: -155%;
4447
+ top: -100px;
4448
+ z-index: 20;
4449
+ }
4450
+ @media only screen and (min-width: 769px) {
4451
+ .accordion__accordionContentImageItem____FBCe .accordion__imagePreview___FOjGs {
4452
+ display: none;
4453
+ }
4454
+ }
4455
+ .accordion__accordionContentImageItem____FBCe .accordion__largePreviewImg___P4ud_ {
4456
+ width: 73px;
4457
+ height: 92px;
4458
+ border-radius: 4px;
4459
+ background: lightgray 50% / cover no-repeat;
4460
+ box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16);
4461
+ pointer-events: none;
4462
+ }
4463
+ /* Show on hover */
4464
+ .accordion__accordionContentImageItem____FBCe:hover .accordion__imagePreview___FOjGs {
4465
+ display: block;
4466
+ }
4467
+ .accordion__accordionContentImg___lbTPr {
4468
+ border-radius: 50%;
4469
+ width: 16px;
4470
+ height: 16px;
4471
+ border: 1px solid var(--Text-Secondary, #6d6d6e);
4472
+ }
4473
+ .accordion__accordionContentKey___qrAGm {
4474
+ color: var(--Text-Secondary, #6d6d6e);
4475
+ font-size: 12px;
4476
+ font-style: normal;
4477
+ font-weight: 400;
4478
+ line-height: 140%;
4479
+ }
4480
+ .accordion__accordionContentValue___FESOa {
4481
+ color: var(--Text-Heading, #1f1f1f);
4482
+ font-family: Inter;
4483
+ font-size: 12px;
4484
+ font-style: normal;
4485
+ font-weight: 600;
4486
+ line-height: 140%;
4487
+ }
4488
+ .accordion__accordionContentList___NvPLn li::marker {
4489
+ color: var(--Text-Secondary, #6d6d6e);
4490
+ font-size: 14px;
4491
+ }
4492
+ .accordion__accordionContentList___NvPLn {
4493
+ list-style: disc;
4494
+ padding-left: 20px;
4495
+ margin: 0;
4496
+ }
4497
+ .accordion__accordionContentInner___Wt_I8 {
4498
+ display: flex;
4499
+ align-items: center;
4500
+ gap: 4px;
4501
+ }
4502
+ .accordion__filterArrowUp___x6SCD {
4503
+ transform: rotate(180deg);
4504
+ }
4505
+