@gofynd/theme-template 2.0.0 → 2.0.2
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.
- package/dist/components/address-form/address-form.css +24 -24
- package/dist/components/address-form/form-input-selector.css +20 -20
- package/dist/components/address-item/address-item.css +4 -4
- package/dist/components/beneficiary-list/beneficiary-list-item/beneficiary-list-item.css +4 -4
- package/dist/components/beneficiary-list/beneficiary-list.css +8 -8
- package/dist/components/blog-footer/blog-footer.css +4 -4
- package/dist/components/blog-page/blog-page.css +12 -12
- package/dist/components/blog-tabs/blog-tabs.css +4 -4
- package/dist/components/breadcrumb/breadcrumb.css +5 -5
- package/dist/components/chip-review-item/chip-review-item.css +4 -4
- package/dist/components/core/fy-button/fy-button.css +342 -9
- package/dist/components/core/fy-dropdown/fy-dropdown.css +4 -4
- package/dist/components/core/fy-input/fy-input.css +4 -4
- package/dist/components/core/fy-input-group/fy-input-group.css +4 -4
- package/dist/components/core/modal/modal.css +4 -4
- package/dist/components/core/skeletons/image-skeleton.css +4 -4
- package/dist/components/dropdown/dropdown.css +4 -4
- package/dist/components/empty-state/empty-state.css +4 -4
- package/dist/components/filter-modal/filter-modal.css +23 -23
- package/dist/components/form-builder/form-builder.css +362 -29
- package/dist/components/index.css +411 -78
- package/dist/components/index.js +1 -1
- package/dist/components/listing-description/listing-description.css +5 -5
- package/dist/components/loader/loader.css +338 -5
- package/dist/components/location-modal/location-modal.css +354 -21
- package/dist/components/order-header/order-header.css +8 -8
- package/dist/components/order-shipment/order-shipment.css +4 -4
- package/dist/components/payment-detail-card/payment-detail-card.css +4 -4
- package/dist/components/price-breakup/price-breakup.css +4 -4
- package/dist/components/price-breakup/price-breakup.js +1 -1
- package/dist/components/product-card/product-card.css +347 -14
- package/dist/components/profile-navigation/profile-navigation.css +5 -5
- package/dist/components/quantity-control/quantity-control.css +4 -4
- package/dist/components/range-slider/range-slider.css +8 -8
- package/dist/components/reasons-list/reason-item/reason-item.css +4 -4
- package/dist/components/reasons-list/reasons-list.css +8 -8
- package/dist/components/scroll-top/scroll-top.css +5 -5
- package/dist/components/shipment-address/shipment-address.css +4 -4
- package/dist/components/shipment-breakup/shipment-breakup.css +4 -4
- package/dist/components/shipment-item/shipment-item.css +4 -4
- package/dist/components/shipment-tracking/shipment-tracking.css +4 -4
- package/dist/components/shipments-update-item/quantity-ctrl/quantity-ctrl.css +4 -4
- package/dist/components/shipments-update-item/shipments-update-item.css +8 -8
- package/dist/components/sort-modal/sort-modal.css +8 -8
- package/dist/components/spinner/spinner.css +4 -4
- package/dist/components/stepper/stepper.css +4 -4
- package/dist/index.css +782 -401
- package/dist/index.js +1 -1
- package/dist/page-layouts/auth/account-locked/account-locked.css +346 -13
- package/dist/page-layouts/auth/login-register-toggle/login-register-toggle.css +4 -4
- package/dist/page-layouts/auth/mobile-number/mobile-number.css +4 -4
- package/dist/page-layouts/auth/verify-both/verify-both.css +4 -4
- package/dist/page-layouts/cart/Components/chip-item/chip-item.css +17 -16
- package/dist/page-layouts/cart/Components/comment/comment.css +8 -8
- package/dist/page-layouts/cart/Components/coupon/coupon.css +8 -8
- package/dist/page-layouts/cart/Components/delivery-location/delivery-location.css +36 -36
- package/dist/page-layouts/cart/Components/free-gift-item/free-gift-item.css +4 -4
- package/dist/page-layouts/cart/Components/gst-card/gst-card.css +4 -4
- package/dist/page-layouts/cart/Components/remove-cart-item/remove-cart-item.css +8 -8
- package/dist/page-layouts/cart/Components/share-cart/share-cart.css +346 -13
- package/dist/page-layouts/cart/Components/share-cart-modal/share-cart-modal.css +342 -9
- package/dist/page-layouts/cart/Components/sticky-footer/sticky-footer.css +4 -4
- package/dist/page-layouts/compare/compare.css +352 -19
- package/dist/page-layouts/login/component/login-mode-button/login-mode-button.css +4 -4
- package/dist/page-layouts/login/component/login-otp/login-otp.css +8 -8
- package/dist/page-layouts/login/component/login-password/login-password.css +8 -8
- package/dist/page-layouts/login/component/term-privacy/term-privacy.css +4 -4
- package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.css +382 -49
- package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.js +1 -1
- package/dist/page-layouts/plp/Components/delivery-info/delivery-info.css +350 -17
- package/dist/page-layouts/plp/Components/filter-item/filter-item.css +20 -20
- package/dist/page-layouts/plp/Components/filter-list/filter-list.css +15 -15
- package/dist/page-layouts/plp/Components/filter-tags/filter-tags.css +4 -4
- package/dist/page-layouts/plp/Components/image-gallery/image-gallery.css +354 -21
- package/dist/page-layouts/plp/Components/lightbox-image/lightbox-image.css +342 -9
- package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.css +342 -9
- package/dist/page-layouts/plp/Components/pagination/pagination.css +4 -4
- package/dist/page-layouts/plp/Components/pic-zoom/pic-zoom.css +342 -9
- package/dist/page-layouts/plp/Components/product-variants/product-variants.css +4 -4
- package/dist/page-layouts/plp/Components/size-guide/size-guide.css +8 -8
- package/dist/page-layouts/plp/Components/sort/sort.css +4 -4
- package/dist/page-layouts/plp/Components/viewer-3d/viewer-3d.css +338 -5
- package/dist/page-layouts/single-checkout/address/single-address-content.css +8 -8
- package/dist/page-layouts/single-checkout/address/single-address-header.css +4 -4
- package/dist/page-layouts/single-checkout/address/single-address.css +40 -40
- package/dist/page-layouts/single-checkout/modal.css +4 -4
- package/dist/page-layouts/single-checkout/payment/card-form.css +81 -50
- package/dist/page-layouts/single-checkout/payment/card-form.js +1 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment-content.css +85 -54
- package/dist/page-layouts/single-checkout/payment/checkout-payment-content.js +1 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment-failure.css +4 -4
- package/dist/page-layouts/single-checkout/payment/checkout-payment.css +98 -62
- package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
- package/dist/page-layouts/single-checkout/payment/sticky-pay-now/sticky-pay-now.css +4 -4
- package/dist/page-layouts/single-checkout/payment/sticky-pay-now/sticky-pay-now.js +1 -1
- package/dist/page-layouts/single-checkout/shipment/single-page-shipment.css +16 -16
- package/dist/page-layouts/single-checkout/shipment/single-page-shipment.js +1 -1
- package/dist/page-layouts/single-checkout/shipment/single-shipment-content.css +8 -8
- package/dist/pages/blog/blog.css +20 -20
- package/dist/pages/blog/index.css +20 -20
- package/dist/pages/cart/cart.css +423 -89
- package/dist/pages/cart/cart.js +1 -1
- package/dist/pages/cart/index.css +423 -89
- package/dist/pages/cart/index.js +1 -1
- package/dist/pages/checkout/checkout.css +180 -133
- package/dist/pages/checkout/checkout.js +1 -1
- package/dist/pages/checkout/index.css +180 -133
- package/dist/pages/checkout/index.js +1 -1
- package/dist/pages/contact-us/contact-us.css +350 -17
- package/dist/pages/contact-us/index.css +350 -17
- package/dist/pages/edit-profile/edit-profile.css +12 -12
- package/dist/pages/edit-profile/index.css +12 -12
- package/dist/pages/faq/faq.css +4 -4
- package/dist/pages/faq/index.css +4 -4
- package/dist/pages/forgot-password/forget-password.css +8 -8
- package/dist/pages/forgot-password/index.css +8 -8
- package/dist/pages/index.css +764 -383
- package/dist/pages/index.js +1 -1
- package/dist/pages/login/index.css +28 -28
- package/dist/pages/login/login.css +28 -28
- package/dist/pages/order/index.css +350 -17
- package/dist/pages/order/order-tracking-details/order-tracking-details.css +370 -37
- package/dist/pages/order/order-tracking.css +350 -17
- package/dist/pages/order-status/components/cart-gift-item/cart-gift-item.css +4 -4
- package/dist/pages/order-status/index.css +363 -33
- package/dist/pages/order-status/index.js +1 -1
- package/dist/pages/order-status/order-status.css +363 -33
- package/dist/pages/order-status/order-status.js +1 -1
- package/dist/pages/product-listing/index.css +457 -124
- package/dist/pages/product-listing/index.js +1 -1
- package/dist/pages/product-listing/product-listing.css +457 -124
- package/dist/pages/product-listing/product-listing.js +1 -1
- package/dist/pages/profile/components/add-email-modal/add-email-modal.css +354 -21
- package/dist/pages/profile/components/add-phone-modal/add-phone-modal.css +358 -25
- package/dist/pages/profile/components/confirm-modal/confirm-modal.css +350 -17
- package/dist/pages/profile/components/empty-state/empty-state.css +346 -13
- package/dist/pages/profile/email/email.css +362 -29
- package/dist/pages/profile/email/index.css +362 -29
- package/dist/pages/profile/index.css +350 -17
- package/dist/pages/profile/phone/index.css +366 -33
- package/dist/pages/profile/phone/phone.css +366 -33
- package/dist/pages/profile/profile-details.css +350 -17
- package/dist/pages/register/index.css +20 -20
- package/dist/pages/register/register.css +20 -20
- package/dist/pages/set-password/index.css +4 -4
- package/dist/pages/set-password/set-password.css +4 -4
- package/dist/pages/shared-cart/index.css +8 -8
- package/dist/pages/shared-cart/shared-cart.css +8 -8
- package/dist/pages/verify-email/index.css +4 -4
- package/dist/pages/verify-email/verify-email.css +4 -4
- package/dist/pages/wishlist/index.css +406 -73
- package/dist/pages/wishlist/index.js +1 -1
- package/dist/pages/wishlist/wishlist.css +406 -73
- package/dist/pages/wishlist/wishlist.js +1 -1
- package/package.json +1 -1
|
@@ -106,7 +106,7 @@ h4,
|
|
|
106
106
|
letter-spacing: -0.02em;
|
|
107
107
|
color: var(--textHeading, #26201a);
|
|
108
108
|
font-size: 16px;
|
|
109
|
-
line-height:
|
|
109
|
+
line-height: 1.5;
|
|
110
110
|
}
|
|
111
111
|
@media only screen and (min-width: 769px) {
|
|
112
112
|
h4,
|
|
@@ -115,7 +115,7 @@ h4,
|
|
|
115
115
|
letter-spacing: -0.02em;
|
|
116
116
|
color: var(--textHeading, #26201a);
|
|
117
117
|
font-size: 20px;
|
|
118
|
-
line-height:
|
|
118
|
+
line-height: 1.5;
|
|
119
119
|
}
|
|
120
120
|
}
|
|
121
121
|
h5,
|
|
@@ -182,7 +182,7 @@ h5,
|
|
|
182
182
|
.share-cart__caption-medium___LTgao,
|
|
183
183
|
.share-cart__captionMedium___ciwls {
|
|
184
184
|
font-size: 12px;
|
|
185
|
-
line-height:
|
|
185
|
+
line-height: 1.5;
|
|
186
186
|
letter-spacing: -0.02em;
|
|
187
187
|
font-weight: 500;
|
|
188
188
|
}
|
|
@@ -195,7 +195,7 @@ h5,
|
|
|
195
195
|
.share-cart__caption-semi-bold___UzN8o,
|
|
196
196
|
.share-cart__captionSemiBold___LAPB3 {
|
|
197
197
|
font-size: 12px;
|
|
198
|
-
line-height:
|
|
198
|
+
line-height: 1.5;
|
|
199
199
|
letter-spacing: -0.02em;
|
|
200
200
|
font-weight: 600;
|
|
201
201
|
}
|
|
@@ -494,7 +494,7 @@ h4,
|
|
|
494
494
|
letter-spacing: -0.02em;
|
|
495
495
|
color: var(--textHeading, #26201a);
|
|
496
496
|
font-size: 16px;
|
|
497
|
-
line-height:
|
|
497
|
+
line-height: 1.5;
|
|
498
498
|
}
|
|
499
499
|
@media only screen and (min-width: 769px) {
|
|
500
500
|
h4,
|
|
@@ -503,7 +503,7 @@ h4,
|
|
|
503
503
|
letter-spacing: -0.02em;
|
|
504
504
|
color: var(--textHeading, #26201a);
|
|
505
505
|
font-size: 20px;
|
|
506
|
-
line-height:
|
|
506
|
+
line-height: 1.5;
|
|
507
507
|
}
|
|
508
508
|
}
|
|
509
509
|
h5,
|
|
@@ -570,7 +570,7 @@ h5,
|
|
|
570
570
|
.share-cart-modal__caption-medium___MkEuf,
|
|
571
571
|
.share-cart-modal__captionMedium___xeQtq {
|
|
572
572
|
font-size: 12px;
|
|
573
|
-
line-height:
|
|
573
|
+
line-height: 1.5;
|
|
574
574
|
letter-spacing: -0.02em;
|
|
575
575
|
font-weight: 500;
|
|
576
576
|
}
|
|
@@ -583,7 +583,7 @@ h5,
|
|
|
583
583
|
.share-cart-modal__caption-semi-bold___eGTEC,
|
|
584
584
|
.share-cart-modal__captionSemiBold___J4Fke {
|
|
585
585
|
font-size: 12px;
|
|
586
|
-
line-height:
|
|
586
|
+
line-height: 1.5;
|
|
587
587
|
letter-spacing: -0.02em;
|
|
588
588
|
font-weight: 600;
|
|
589
589
|
}
|
|
@@ -807,7 +807,342 @@ h5,
|
|
|
807
807
|
}
|
|
808
808
|
}
|
|
809
809
|
|
|
810
|
-
|
|
810
|
+
/**color by character**/
|
|
811
|
+
/** Font family **/
|
|
812
|
+
/** Font weight **/
|
|
813
|
+
.loader__display-block___C28Wh {
|
|
814
|
+
display: block;
|
|
815
|
+
}
|
|
816
|
+
.loader__inline-block___qe6ST,
|
|
817
|
+
.loader__inlineBlock___RbcTU {
|
|
818
|
+
display: inline-block;
|
|
819
|
+
}
|
|
820
|
+
.loader__flex-row___jtutA {
|
|
821
|
+
display: flex;
|
|
822
|
+
}
|
|
823
|
+
.loader__flex-column___Xo1gh,
|
|
824
|
+
.loader__flexColumn___BZ1uV {
|
|
825
|
+
display: flex;
|
|
826
|
+
flex-direction: column;
|
|
827
|
+
}
|
|
828
|
+
.loader__flex-align-center___QKakD,
|
|
829
|
+
.loader__flexAlignCenter____hCbC {
|
|
830
|
+
display: flex;
|
|
831
|
+
align-items: center;
|
|
832
|
+
}
|
|
833
|
+
.loader__flex-justify-center___iXbnu,
|
|
834
|
+
.loader__flexJustifyCenter___x_1Sc {
|
|
835
|
+
display: flex;
|
|
836
|
+
justify-content: center;
|
|
837
|
+
}
|
|
838
|
+
.loader__flex-center___cERbN,
|
|
839
|
+
.loader__flexCenter___FRjsH {
|
|
840
|
+
display: flex;
|
|
841
|
+
justify-content: center;
|
|
842
|
+
align-items: center;
|
|
843
|
+
}
|
|
844
|
+
.loader__justify-start___PXa_q,
|
|
845
|
+
.loader__justifyStart___RIbpq {
|
|
846
|
+
justify-content: flex-start;
|
|
847
|
+
}
|
|
848
|
+
.loader__justify-end___N_MxT,
|
|
849
|
+
.loader__justifyEnd___c9Puj {
|
|
850
|
+
justify-content: flex-end;
|
|
851
|
+
}
|
|
852
|
+
.loader__justify-between___ryNlc,
|
|
853
|
+
.loader__justifyBetween___bNm10 {
|
|
854
|
+
justify-content: space-between;
|
|
855
|
+
}
|
|
856
|
+
.loader__justify-around___kWvQU,
|
|
857
|
+
.loader__justifyAround___TO6v6 {
|
|
858
|
+
justify-content: space-around;
|
|
859
|
+
}
|
|
860
|
+
.loader__justify-evenly___r6oLK,
|
|
861
|
+
.loader__justifyEvenly___NI1zZ {
|
|
862
|
+
justify-content: space-evenly;
|
|
863
|
+
}
|
|
864
|
+
h1,
|
|
865
|
+
.loader__h1___N9UmV {
|
|
866
|
+
font-weight: 700;
|
|
867
|
+
font-size: 28px;
|
|
868
|
+
line-height: 42px;
|
|
869
|
+
letter-spacing: -0.03em;
|
|
870
|
+
color: var(--textHeading, #26201a);
|
|
871
|
+
}
|
|
872
|
+
@media only screen and (min-width: 769px) {
|
|
873
|
+
h1,
|
|
874
|
+
.loader__h1___N9UmV {
|
|
875
|
+
font-size: 36px;
|
|
876
|
+
line-height: 48px;
|
|
877
|
+
}
|
|
878
|
+
}
|
|
879
|
+
h2,
|
|
880
|
+
.loader__h2___tLPka {
|
|
881
|
+
font-weight: 700;
|
|
882
|
+
font-size: 28px;
|
|
883
|
+
line-height: 36px;
|
|
884
|
+
letter-spacing: -0.03em;
|
|
885
|
+
color: var(--textHeading, #26201a);
|
|
886
|
+
}
|
|
887
|
+
@media only screen and (min-width: 769px) {
|
|
888
|
+
h2,
|
|
889
|
+
.loader__h2___tLPka {
|
|
890
|
+
font-size: 32px;
|
|
891
|
+
line-height: 42px;
|
|
892
|
+
}
|
|
893
|
+
}
|
|
894
|
+
h3,
|
|
895
|
+
.loader__h3___lpAs2 {
|
|
896
|
+
font-weight: 700;
|
|
897
|
+
letter-spacing: -0.02em;
|
|
898
|
+
color: var(--textHeading, #26201a);
|
|
899
|
+
font-size: 24px;
|
|
900
|
+
line-height: 32px;
|
|
901
|
+
}
|
|
902
|
+
@media only screen and (min-width: 769px) {
|
|
903
|
+
h3,
|
|
904
|
+
.loader__h3___lpAs2 {
|
|
905
|
+
font-weight: 700;
|
|
906
|
+
letter-spacing: -0.02em;
|
|
907
|
+
color: var(--textHeading, #26201a);
|
|
908
|
+
font-size: 28px;
|
|
909
|
+
line-height: 36px;
|
|
910
|
+
}
|
|
911
|
+
}
|
|
912
|
+
h4,
|
|
913
|
+
.loader__h4___I9T7x {
|
|
914
|
+
font-weight: 600;
|
|
915
|
+
letter-spacing: -0.02em;
|
|
916
|
+
color: var(--textHeading, #26201a);
|
|
917
|
+
font-size: 16px;
|
|
918
|
+
line-height: 1.5;
|
|
919
|
+
}
|
|
920
|
+
@media only screen and (min-width: 769px) {
|
|
921
|
+
h4,
|
|
922
|
+
.loader__h4___I9T7x {
|
|
923
|
+
font-weight: 600;
|
|
924
|
+
letter-spacing: -0.02em;
|
|
925
|
+
color: var(--textHeading, #26201a);
|
|
926
|
+
font-size: 20px;
|
|
927
|
+
line-height: 1.5;
|
|
928
|
+
}
|
|
929
|
+
}
|
|
930
|
+
h5,
|
|
931
|
+
.loader__h5___U0S2a {
|
|
932
|
+
font-weight: 600;
|
|
933
|
+
font-size: 14px;
|
|
934
|
+
line-height: 16px;
|
|
935
|
+
letter-spacing: -0.02em;
|
|
936
|
+
color: var(--textHeading, #26201a);
|
|
937
|
+
}
|
|
938
|
+
@media only screen and (min-width: 769px) {
|
|
939
|
+
h5,
|
|
940
|
+
.loader__h5___U0S2a {
|
|
941
|
+
font-size: 16px;
|
|
942
|
+
line-height: 18px;
|
|
943
|
+
}
|
|
944
|
+
}
|
|
945
|
+
.loader__b1___ava08 {
|
|
946
|
+
font-weight: 400;
|
|
947
|
+
font-size: 14px;
|
|
948
|
+
line-height: 18px;
|
|
949
|
+
letter-spacing: -0.02em;
|
|
950
|
+
color: var(--textBody, #3c3131);
|
|
951
|
+
}
|
|
952
|
+
@media only screen and (min-width: 769px) {
|
|
953
|
+
.loader__b1___ava08 {
|
|
954
|
+
font-size: 16px;
|
|
955
|
+
line-height: 20px;
|
|
956
|
+
}
|
|
957
|
+
}
|
|
958
|
+
.loader__b-small___MxINE,
|
|
959
|
+
.loader__bSmall___vHKDM,
|
|
960
|
+
.loader__b2___yNXNt {
|
|
961
|
+
font-weight: 400;
|
|
962
|
+
letter-spacing: -0.02em;
|
|
963
|
+
color: var(--textBody, #3c3131);
|
|
964
|
+
font-size: 12px;
|
|
965
|
+
line-height: 16px;
|
|
966
|
+
}
|
|
967
|
+
@media only screen and (min-width: 769px) {
|
|
968
|
+
.loader__b-small___MxINE,
|
|
969
|
+
.loader__bSmall___vHKDM,
|
|
970
|
+
.loader__b2___yNXNt {
|
|
971
|
+
font-weight: 400;
|
|
972
|
+
letter-spacing: -0.02em;
|
|
973
|
+
color: var(--textBody, #3c3131);
|
|
974
|
+
font-size: 14px;
|
|
975
|
+
line-height: 18px;
|
|
976
|
+
}
|
|
977
|
+
}
|
|
978
|
+
.loader__d1___zLD7l {
|
|
979
|
+
font-size: 36px;
|
|
980
|
+
font-weight: 700;
|
|
981
|
+
line-height: 48px;
|
|
982
|
+
letter-spacing: -0.02em;
|
|
983
|
+
}
|
|
984
|
+
@media only screen and (min-width: 769px) {
|
|
985
|
+
.loader__d1___zLD7l {
|
|
986
|
+
font-size: 64px;
|
|
987
|
+
line-height: 85px;
|
|
988
|
+
letter-spacing: -0.03em;
|
|
989
|
+
}
|
|
990
|
+
}
|
|
991
|
+
.loader__caption-medium___Urevx,
|
|
992
|
+
.loader__captionMedium___AiB4A {
|
|
993
|
+
font-size: 12px;
|
|
994
|
+
line-height: 1.5;
|
|
995
|
+
letter-spacing: -0.02em;
|
|
996
|
+
font-weight: 500;
|
|
997
|
+
}
|
|
998
|
+
@media only screen and (max-width: 480px) {
|
|
999
|
+
.loader__caption-medium___Urevx,
|
|
1000
|
+
.loader__captionMedium___AiB4A {
|
|
1001
|
+
font-size: 11px;
|
|
1002
|
+
}
|
|
1003
|
+
}
|
|
1004
|
+
.loader__caption-semi-bold___F9hrq,
|
|
1005
|
+
.loader__captionSemiBold___GwZZD {
|
|
1006
|
+
font-size: 12px;
|
|
1007
|
+
line-height: 1.5;
|
|
1008
|
+
letter-spacing: -0.02em;
|
|
1009
|
+
font-weight: 600;
|
|
1010
|
+
}
|
|
1011
|
+
@media only screen and (max-width: 480px) {
|
|
1012
|
+
.loader__caption-semi-bold___F9hrq,
|
|
1013
|
+
.loader__captionSemiBold___GwZZD {
|
|
1014
|
+
font-size: 11px;
|
|
1015
|
+
}
|
|
1016
|
+
}
|
|
1017
|
+
.loader__btn-link___z7cQQ,
|
|
1018
|
+
.loader__btnLink___hjxLE {
|
|
1019
|
+
font-weight: 500;
|
|
1020
|
+
letter-spacing: -0.02em;
|
|
1021
|
+
font-size: 12px;
|
|
1022
|
+
line-height: 14px;
|
|
1023
|
+
border-radius: var(--buttonRadius, 0px);
|
|
1024
|
+
cursor: pointer;
|
|
1025
|
+
color: var(--buttonLink, #b1655b);
|
|
1026
|
+
text-decoration: underline;
|
|
1027
|
+
background: none;
|
|
1028
|
+
border: none;
|
|
1029
|
+
}
|
|
1030
|
+
@media only screen and (min-width: 769px) {
|
|
1031
|
+
.loader__btn-link___z7cQQ,
|
|
1032
|
+
.loader__btnLink___hjxLE {
|
|
1033
|
+
font-weight: 500;
|
|
1034
|
+
letter-spacing: -0.02em;
|
|
1035
|
+
font-size: 14px;
|
|
1036
|
+
line-height: 16px;
|
|
1037
|
+
}
|
|
1038
|
+
}
|
|
1039
|
+
.loader__btn-link___z7cQQ:hover,
|
|
1040
|
+
.loader__btnLink___hjxLE:hover {
|
|
1041
|
+
color: var(--buttonLinkL1, #c1847c);
|
|
1042
|
+
}
|
|
1043
|
+
.loader__btn-link___z7cQQ:disabled,
|
|
1044
|
+
.loader__btnLink___hjxLE:disabled {
|
|
1045
|
+
color: var(--buttonLinkL2, #d0a39d);
|
|
1046
|
+
}
|
|
1047
|
+
.loader__btn-link___z7cQQ:active,
|
|
1048
|
+
.loader__btnLink___hjxLE:active {
|
|
1049
|
+
opacity: 0.8;
|
|
1050
|
+
}
|
|
1051
|
+
.loader__user-select-none___M5hoJ,
|
|
1052
|
+
.loader__userSelectNone___iA0b1 {
|
|
1053
|
+
user-select: none;
|
|
1054
|
+
-moz-user-select: none;
|
|
1055
|
+
-webkit-user-select: none;
|
|
1056
|
+
-ms-user-select: none;
|
|
1057
|
+
}
|
|
1058
|
+
.loader__margin-0-auto___T2r2j,
|
|
1059
|
+
.loader__margin0auto___ZVL7u {
|
|
1060
|
+
margin: 0 auto;
|
|
1061
|
+
}
|
|
1062
|
+
.loader__base-page-container____Zsxk,
|
|
1063
|
+
.loader__basePageContainer___DLiFl {
|
|
1064
|
+
max-width: 1440px !important;
|
|
1065
|
+
}
|
|
1066
|
+
.loader__remove-scroll___hWs9Y,
|
|
1067
|
+
.loader__removeScroll___HDDzE {
|
|
1068
|
+
overflow-y: hidden !important;
|
|
1069
|
+
}
|
|
1070
|
+
.loader__mr-5___eLBs7,
|
|
1071
|
+
.loader__mr5___zJD9I {
|
|
1072
|
+
margin-inline-end: 30px !important;
|
|
1073
|
+
}
|
|
1074
|
+
.loader__mr-2___tbwub,
|
|
1075
|
+
.loader__mr2___X89Qh {
|
|
1076
|
+
margin-inline-end: 5px !important;
|
|
1077
|
+
}
|
|
1078
|
+
.loader__py-5___pdJLF,
|
|
1079
|
+
.loader__py5___AvRNG {
|
|
1080
|
+
padding-top: 1.875rem !important;
|
|
1081
|
+
padding-bottom: 1.875rem !important;
|
|
1082
|
+
}
|
|
1083
|
+
.loader__view-all-text___liiUk,
|
|
1084
|
+
.loader__viewAllText___Y96u7 {
|
|
1085
|
+
font-size: 20px;
|
|
1086
|
+
font-weight: 400;
|
|
1087
|
+
text-transform: lowercase;
|
|
1088
|
+
text-decoration: underline;
|
|
1089
|
+
}
|
|
1090
|
+
.loader__view-all-mobile___ZXDhV,
|
|
1091
|
+
.loader__viewAllMobile___h_w0I {
|
|
1092
|
+
display: none;
|
|
1093
|
+
}
|
|
1094
|
+
@media only screen and (max-width: 768px) {
|
|
1095
|
+
.loader__view-all-mobile___ZXDhV,
|
|
1096
|
+
.loader__viewAllMobile___h_w0I {
|
|
1097
|
+
display: flex;
|
|
1098
|
+
align-items: center;
|
|
1099
|
+
justify-content: center;
|
|
1100
|
+
margin-top: 40px;
|
|
1101
|
+
}
|
|
1102
|
+
}
|
|
1103
|
+
@media only screen and (max-width: 480px) {
|
|
1104
|
+
.loader__view-all-mobile___ZXDhV,
|
|
1105
|
+
.loader__viewAllMobile___h_w0I {
|
|
1106
|
+
margin-top: 24px;
|
|
1107
|
+
}
|
|
1108
|
+
}
|
|
1109
|
+
.loader__accent-btn___P6FBY,
|
|
1110
|
+
.loader__accentBtn___VC5di {
|
|
1111
|
+
background-color: var(--accentColor);
|
|
1112
|
+
color: #fff;
|
|
1113
|
+
}
|
|
1114
|
+
.loader__no-scroll___vVb6b,
|
|
1115
|
+
.loader__noScroll___ddkr9 {
|
|
1116
|
+
overflow-y: hidden;
|
|
1117
|
+
}
|
|
1118
|
+
.loader__hide-overflow___sIszC,
|
|
1119
|
+
.loader__hideOverflow___qX4zB {
|
|
1120
|
+
overflow: hidden;
|
|
1121
|
+
}
|
|
1122
|
+
.loader__markdown-body___ZDTE_ h6 {
|
|
1123
|
+
margin-top: 0 !important;
|
|
1124
|
+
margin-bottom: 0 !important;
|
|
1125
|
+
}
|
|
1126
|
+
@media only screen and (max-width: 480px) {
|
|
1127
|
+
.loader__markdown-body___ZDTE_ {
|
|
1128
|
+
font-size: 12px !important;
|
|
1129
|
+
padding: 5px !important;
|
|
1130
|
+
}
|
|
1131
|
+
}
|
|
1132
|
+
.loader__view3d-canvas___Y51aL {
|
|
1133
|
+
width: 100%;
|
|
1134
|
+
height: 100%;
|
|
1135
|
+
}
|
|
1136
|
+
@media only screen and (max-width: 480px) {
|
|
1137
|
+
.loader__view-mobile-up___tbZ1n {
|
|
1138
|
+
display: none !important;
|
|
1139
|
+
}
|
|
1140
|
+
}
|
|
1141
|
+
@media only screen and (min-width: 481px) {
|
|
1142
|
+
.loader__view-mobile___zSuiC {
|
|
1143
|
+
display: none !important;
|
|
1144
|
+
}
|
|
1145
|
+
}
|
|
811
1146
|
.loader__loading___r6ySa {
|
|
812
1147
|
position: fixed;
|
|
813
1148
|
z-index: 2000;
|
|
@@ -935,10 +1270,8 @@ h5,
|
|
|
935
1270
|
z-index: 222;
|
|
936
1271
|
}
|
|
937
1272
|
.loader__loader___ytdT3 {
|
|
938
|
-
border: 8px solid #
|
|
939
|
-
|
|
940
|
-
border-top: 8px solid #3498db;
|
|
941
|
-
/* Blue */
|
|
1273
|
+
border: 8px solid var(--themeAccentL4, #f9f6f0);
|
|
1274
|
+
border-top: 8px solid var(--themeAccentD3, #5c584e);
|
|
942
1275
|
border-radius: 50%;
|
|
943
1276
|
width: 50px;
|
|
944
1277
|
height: 50px;
|