@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
|
.add-to-cart__caption-medium___Omcfi,
|
|
183
183
|
.add-to-cart__captionMedium___YBN3Y {
|
|
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
|
.add-to-cart__caption-semi-bold___Gm7jC,
|
|
196
196
|
.add-to-cart__captionSemiBold___FefSJ {
|
|
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
|
}
|
|
@@ -822,7 +822,342 @@ h5,
|
|
|
822
822
|
color: var(--textSecondary);
|
|
823
823
|
}
|
|
824
824
|
|
|
825
|
-
|
|
825
|
+
/**color by character**/
|
|
826
|
+
/** Font family **/
|
|
827
|
+
/** Font weight **/
|
|
828
|
+
.loader__display-block___C28Wh {
|
|
829
|
+
display: block;
|
|
830
|
+
}
|
|
831
|
+
.loader__inline-block___qe6ST,
|
|
832
|
+
.loader__inlineBlock___RbcTU {
|
|
833
|
+
display: inline-block;
|
|
834
|
+
}
|
|
835
|
+
.loader__flex-row___jtutA {
|
|
836
|
+
display: flex;
|
|
837
|
+
}
|
|
838
|
+
.loader__flex-column___Xo1gh,
|
|
839
|
+
.loader__flexColumn___BZ1uV {
|
|
840
|
+
display: flex;
|
|
841
|
+
flex-direction: column;
|
|
842
|
+
}
|
|
843
|
+
.loader__flex-align-center___QKakD,
|
|
844
|
+
.loader__flexAlignCenter____hCbC {
|
|
845
|
+
display: flex;
|
|
846
|
+
align-items: center;
|
|
847
|
+
}
|
|
848
|
+
.loader__flex-justify-center___iXbnu,
|
|
849
|
+
.loader__flexJustifyCenter___x_1Sc {
|
|
850
|
+
display: flex;
|
|
851
|
+
justify-content: center;
|
|
852
|
+
}
|
|
853
|
+
.loader__flex-center___cERbN,
|
|
854
|
+
.loader__flexCenter___FRjsH {
|
|
855
|
+
display: flex;
|
|
856
|
+
justify-content: center;
|
|
857
|
+
align-items: center;
|
|
858
|
+
}
|
|
859
|
+
.loader__justify-start___PXa_q,
|
|
860
|
+
.loader__justifyStart___RIbpq {
|
|
861
|
+
justify-content: flex-start;
|
|
862
|
+
}
|
|
863
|
+
.loader__justify-end___N_MxT,
|
|
864
|
+
.loader__justifyEnd___c9Puj {
|
|
865
|
+
justify-content: flex-end;
|
|
866
|
+
}
|
|
867
|
+
.loader__justify-between___ryNlc,
|
|
868
|
+
.loader__justifyBetween___bNm10 {
|
|
869
|
+
justify-content: space-between;
|
|
870
|
+
}
|
|
871
|
+
.loader__justify-around___kWvQU,
|
|
872
|
+
.loader__justifyAround___TO6v6 {
|
|
873
|
+
justify-content: space-around;
|
|
874
|
+
}
|
|
875
|
+
.loader__justify-evenly___r6oLK,
|
|
876
|
+
.loader__justifyEvenly___NI1zZ {
|
|
877
|
+
justify-content: space-evenly;
|
|
878
|
+
}
|
|
879
|
+
h1,
|
|
880
|
+
.loader__h1___N9UmV {
|
|
881
|
+
font-weight: 700;
|
|
882
|
+
font-size: 28px;
|
|
883
|
+
line-height: 42px;
|
|
884
|
+
letter-spacing: -0.03em;
|
|
885
|
+
color: var(--textHeading, #26201a);
|
|
886
|
+
}
|
|
887
|
+
@media only screen and (min-width: 769px) {
|
|
888
|
+
h1,
|
|
889
|
+
.loader__h1___N9UmV {
|
|
890
|
+
font-size: 36px;
|
|
891
|
+
line-height: 48px;
|
|
892
|
+
}
|
|
893
|
+
}
|
|
894
|
+
h2,
|
|
895
|
+
.loader__h2___tLPka {
|
|
896
|
+
font-weight: 700;
|
|
897
|
+
font-size: 28px;
|
|
898
|
+
line-height: 36px;
|
|
899
|
+
letter-spacing: -0.03em;
|
|
900
|
+
color: var(--textHeading, #26201a);
|
|
901
|
+
}
|
|
902
|
+
@media only screen and (min-width: 769px) {
|
|
903
|
+
h2,
|
|
904
|
+
.loader__h2___tLPka {
|
|
905
|
+
font-size: 32px;
|
|
906
|
+
line-height: 42px;
|
|
907
|
+
}
|
|
908
|
+
}
|
|
909
|
+
h3,
|
|
910
|
+
.loader__h3___lpAs2 {
|
|
911
|
+
font-weight: 700;
|
|
912
|
+
letter-spacing: -0.02em;
|
|
913
|
+
color: var(--textHeading, #26201a);
|
|
914
|
+
font-size: 24px;
|
|
915
|
+
line-height: 32px;
|
|
916
|
+
}
|
|
917
|
+
@media only screen and (min-width: 769px) {
|
|
918
|
+
h3,
|
|
919
|
+
.loader__h3___lpAs2 {
|
|
920
|
+
font-weight: 700;
|
|
921
|
+
letter-spacing: -0.02em;
|
|
922
|
+
color: var(--textHeading, #26201a);
|
|
923
|
+
font-size: 28px;
|
|
924
|
+
line-height: 36px;
|
|
925
|
+
}
|
|
926
|
+
}
|
|
927
|
+
h4,
|
|
928
|
+
.loader__h4___I9T7x {
|
|
929
|
+
font-weight: 600;
|
|
930
|
+
letter-spacing: -0.02em;
|
|
931
|
+
color: var(--textHeading, #26201a);
|
|
932
|
+
font-size: 16px;
|
|
933
|
+
line-height: 1.5;
|
|
934
|
+
}
|
|
935
|
+
@media only screen and (min-width: 769px) {
|
|
936
|
+
h4,
|
|
937
|
+
.loader__h4___I9T7x {
|
|
938
|
+
font-weight: 600;
|
|
939
|
+
letter-spacing: -0.02em;
|
|
940
|
+
color: var(--textHeading, #26201a);
|
|
941
|
+
font-size: 20px;
|
|
942
|
+
line-height: 1.5;
|
|
943
|
+
}
|
|
944
|
+
}
|
|
945
|
+
h5,
|
|
946
|
+
.loader__h5___U0S2a {
|
|
947
|
+
font-weight: 600;
|
|
948
|
+
font-size: 14px;
|
|
949
|
+
line-height: 16px;
|
|
950
|
+
letter-spacing: -0.02em;
|
|
951
|
+
color: var(--textHeading, #26201a);
|
|
952
|
+
}
|
|
953
|
+
@media only screen and (min-width: 769px) {
|
|
954
|
+
h5,
|
|
955
|
+
.loader__h5___U0S2a {
|
|
956
|
+
font-size: 16px;
|
|
957
|
+
line-height: 18px;
|
|
958
|
+
}
|
|
959
|
+
}
|
|
960
|
+
.loader__b1___ava08 {
|
|
961
|
+
font-weight: 400;
|
|
962
|
+
font-size: 14px;
|
|
963
|
+
line-height: 18px;
|
|
964
|
+
letter-spacing: -0.02em;
|
|
965
|
+
color: var(--textBody, #3c3131);
|
|
966
|
+
}
|
|
967
|
+
@media only screen and (min-width: 769px) {
|
|
968
|
+
.loader__b1___ava08 {
|
|
969
|
+
font-size: 16px;
|
|
970
|
+
line-height: 20px;
|
|
971
|
+
}
|
|
972
|
+
}
|
|
973
|
+
.loader__b-small___MxINE,
|
|
974
|
+
.loader__bSmall___vHKDM,
|
|
975
|
+
.loader__b2___yNXNt {
|
|
976
|
+
font-weight: 400;
|
|
977
|
+
letter-spacing: -0.02em;
|
|
978
|
+
color: var(--textBody, #3c3131);
|
|
979
|
+
font-size: 12px;
|
|
980
|
+
line-height: 16px;
|
|
981
|
+
}
|
|
982
|
+
@media only screen and (min-width: 769px) {
|
|
983
|
+
.loader__b-small___MxINE,
|
|
984
|
+
.loader__bSmall___vHKDM,
|
|
985
|
+
.loader__b2___yNXNt {
|
|
986
|
+
font-weight: 400;
|
|
987
|
+
letter-spacing: -0.02em;
|
|
988
|
+
color: var(--textBody, #3c3131);
|
|
989
|
+
font-size: 14px;
|
|
990
|
+
line-height: 18px;
|
|
991
|
+
}
|
|
992
|
+
}
|
|
993
|
+
.loader__d1___zLD7l {
|
|
994
|
+
font-size: 36px;
|
|
995
|
+
font-weight: 700;
|
|
996
|
+
line-height: 48px;
|
|
997
|
+
letter-spacing: -0.02em;
|
|
998
|
+
}
|
|
999
|
+
@media only screen and (min-width: 769px) {
|
|
1000
|
+
.loader__d1___zLD7l {
|
|
1001
|
+
font-size: 64px;
|
|
1002
|
+
line-height: 85px;
|
|
1003
|
+
letter-spacing: -0.03em;
|
|
1004
|
+
}
|
|
1005
|
+
}
|
|
1006
|
+
.loader__caption-medium___Urevx,
|
|
1007
|
+
.loader__captionMedium___AiB4A {
|
|
1008
|
+
font-size: 12px;
|
|
1009
|
+
line-height: 1.5;
|
|
1010
|
+
letter-spacing: -0.02em;
|
|
1011
|
+
font-weight: 500;
|
|
1012
|
+
}
|
|
1013
|
+
@media only screen and (max-width: 480px) {
|
|
1014
|
+
.loader__caption-medium___Urevx,
|
|
1015
|
+
.loader__captionMedium___AiB4A {
|
|
1016
|
+
font-size: 11px;
|
|
1017
|
+
}
|
|
1018
|
+
}
|
|
1019
|
+
.loader__caption-semi-bold___F9hrq,
|
|
1020
|
+
.loader__captionSemiBold___GwZZD {
|
|
1021
|
+
font-size: 12px;
|
|
1022
|
+
line-height: 1.5;
|
|
1023
|
+
letter-spacing: -0.02em;
|
|
1024
|
+
font-weight: 600;
|
|
1025
|
+
}
|
|
1026
|
+
@media only screen and (max-width: 480px) {
|
|
1027
|
+
.loader__caption-semi-bold___F9hrq,
|
|
1028
|
+
.loader__captionSemiBold___GwZZD {
|
|
1029
|
+
font-size: 11px;
|
|
1030
|
+
}
|
|
1031
|
+
}
|
|
1032
|
+
.loader__btn-link___z7cQQ,
|
|
1033
|
+
.loader__btnLink___hjxLE {
|
|
1034
|
+
font-weight: 500;
|
|
1035
|
+
letter-spacing: -0.02em;
|
|
1036
|
+
font-size: 12px;
|
|
1037
|
+
line-height: 14px;
|
|
1038
|
+
border-radius: var(--buttonRadius, 0px);
|
|
1039
|
+
cursor: pointer;
|
|
1040
|
+
color: var(--buttonLink, #b1655b);
|
|
1041
|
+
text-decoration: underline;
|
|
1042
|
+
background: none;
|
|
1043
|
+
border: none;
|
|
1044
|
+
}
|
|
1045
|
+
@media only screen and (min-width: 769px) {
|
|
1046
|
+
.loader__btn-link___z7cQQ,
|
|
1047
|
+
.loader__btnLink___hjxLE {
|
|
1048
|
+
font-weight: 500;
|
|
1049
|
+
letter-spacing: -0.02em;
|
|
1050
|
+
font-size: 14px;
|
|
1051
|
+
line-height: 16px;
|
|
1052
|
+
}
|
|
1053
|
+
}
|
|
1054
|
+
.loader__btn-link___z7cQQ:hover,
|
|
1055
|
+
.loader__btnLink___hjxLE:hover {
|
|
1056
|
+
color: var(--buttonLinkL1, #c1847c);
|
|
1057
|
+
}
|
|
1058
|
+
.loader__btn-link___z7cQQ:disabled,
|
|
1059
|
+
.loader__btnLink___hjxLE:disabled {
|
|
1060
|
+
color: var(--buttonLinkL2, #d0a39d);
|
|
1061
|
+
}
|
|
1062
|
+
.loader__btn-link___z7cQQ:active,
|
|
1063
|
+
.loader__btnLink___hjxLE:active {
|
|
1064
|
+
opacity: 0.8;
|
|
1065
|
+
}
|
|
1066
|
+
.loader__user-select-none___M5hoJ,
|
|
1067
|
+
.loader__userSelectNone___iA0b1 {
|
|
1068
|
+
user-select: none;
|
|
1069
|
+
-moz-user-select: none;
|
|
1070
|
+
-webkit-user-select: none;
|
|
1071
|
+
-ms-user-select: none;
|
|
1072
|
+
}
|
|
1073
|
+
.loader__margin-0-auto___T2r2j,
|
|
1074
|
+
.loader__margin0auto___ZVL7u {
|
|
1075
|
+
margin: 0 auto;
|
|
1076
|
+
}
|
|
1077
|
+
.loader__base-page-container____Zsxk,
|
|
1078
|
+
.loader__basePageContainer___DLiFl {
|
|
1079
|
+
max-width: 1440px !important;
|
|
1080
|
+
}
|
|
1081
|
+
.loader__remove-scroll___hWs9Y,
|
|
1082
|
+
.loader__removeScroll___HDDzE {
|
|
1083
|
+
overflow-y: hidden !important;
|
|
1084
|
+
}
|
|
1085
|
+
.loader__mr-5___eLBs7,
|
|
1086
|
+
.loader__mr5___zJD9I {
|
|
1087
|
+
margin-inline-end: 30px !important;
|
|
1088
|
+
}
|
|
1089
|
+
.loader__mr-2___tbwub,
|
|
1090
|
+
.loader__mr2___X89Qh {
|
|
1091
|
+
margin-inline-end: 5px !important;
|
|
1092
|
+
}
|
|
1093
|
+
.loader__py-5___pdJLF,
|
|
1094
|
+
.loader__py5___AvRNG {
|
|
1095
|
+
padding-top: 1.875rem !important;
|
|
1096
|
+
padding-bottom: 1.875rem !important;
|
|
1097
|
+
}
|
|
1098
|
+
.loader__view-all-text___liiUk,
|
|
1099
|
+
.loader__viewAllText___Y96u7 {
|
|
1100
|
+
font-size: 20px;
|
|
1101
|
+
font-weight: 400;
|
|
1102
|
+
text-transform: lowercase;
|
|
1103
|
+
text-decoration: underline;
|
|
1104
|
+
}
|
|
1105
|
+
.loader__view-all-mobile___ZXDhV,
|
|
1106
|
+
.loader__viewAllMobile___h_w0I {
|
|
1107
|
+
display: none;
|
|
1108
|
+
}
|
|
1109
|
+
@media only screen and (max-width: 768px) {
|
|
1110
|
+
.loader__view-all-mobile___ZXDhV,
|
|
1111
|
+
.loader__viewAllMobile___h_w0I {
|
|
1112
|
+
display: flex;
|
|
1113
|
+
align-items: center;
|
|
1114
|
+
justify-content: center;
|
|
1115
|
+
margin-top: 40px;
|
|
1116
|
+
}
|
|
1117
|
+
}
|
|
1118
|
+
@media only screen and (max-width: 480px) {
|
|
1119
|
+
.loader__view-all-mobile___ZXDhV,
|
|
1120
|
+
.loader__viewAllMobile___h_w0I {
|
|
1121
|
+
margin-top: 24px;
|
|
1122
|
+
}
|
|
1123
|
+
}
|
|
1124
|
+
.loader__accent-btn___P6FBY,
|
|
1125
|
+
.loader__accentBtn___VC5di {
|
|
1126
|
+
background-color: var(--accentColor);
|
|
1127
|
+
color: #fff;
|
|
1128
|
+
}
|
|
1129
|
+
.loader__no-scroll___vVb6b,
|
|
1130
|
+
.loader__noScroll___ddkr9 {
|
|
1131
|
+
overflow-y: hidden;
|
|
1132
|
+
}
|
|
1133
|
+
.loader__hide-overflow___sIszC,
|
|
1134
|
+
.loader__hideOverflow___qX4zB {
|
|
1135
|
+
overflow: hidden;
|
|
1136
|
+
}
|
|
1137
|
+
.loader__markdown-body___ZDTE_ h6 {
|
|
1138
|
+
margin-top: 0 !important;
|
|
1139
|
+
margin-bottom: 0 !important;
|
|
1140
|
+
}
|
|
1141
|
+
@media only screen and (max-width: 480px) {
|
|
1142
|
+
.loader__markdown-body___ZDTE_ {
|
|
1143
|
+
font-size: 12px !important;
|
|
1144
|
+
padding: 5px !important;
|
|
1145
|
+
}
|
|
1146
|
+
}
|
|
1147
|
+
.loader__view3d-canvas___Y51aL {
|
|
1148
|
+
width: 100%;
|
|
1149
|
+
height: 100%;
|
|
1150
|
+
}
|
|
1151
|
+
@media only screen and (max-width: 480px) {
|
|
1152
|
+
.loader__view-mobile-up___tbZ1n {
|
|
1153
|
+
display: none !important;
|
|
1154
|
+
}
|
|
1155
|
+
}
|
|
1156
|
+
@media only screen and (min-width: 481px) {
|
|
1157
|
+
.loader__view-mobile___zSuiC {
|
|
1158
|
+
display: none !important;
|
|
1159
|
+
}
|
|
1160
|
+
}
|
|
826
1161
|
.loader__loading___r6ySa {
|
|
827
1162
|
position: fixed;
|
|
828
1163
|
z-index: 2000;
|
|
@@ -950,10 +1285,8 @@ h5,
|
|
|
950
1285
|
z-index: 222;
|
|
951
1286
|
}
|
|
952
1287
|
.loader__loader___ytdT3 {
|
|
953
|
-
border: 8px solid #
|
|
954
|
-
|
|
955
|
-
border-top: 8px solid #3498db;
|
|
956
|
-
/* Blue */
|
|
1288
|
+
border: 8px solid var(--themeAccentL4, #f9f6f0);
|
|
1289
|
+
border-top: 8px solid var(--themeAccentD3, #5c584e);
|
|
957
1290
|
border-radius: 50%;
|
|
958
1291
|
width: 50px;
|
|
959
1292
|
height: 50px;
|
|
@@ -1154,7 +1487,7 @@ h4,
|
|
|
1154
1487
|
letter-spacing: -0.02em;
|
|
1155
1488
|
color: var(--textHeading, #26201a);
|
|
1156
1489
|
font-size: 16px;
|
|
1157
|
-
line-height:
|
|
1490
|
+
line-height: 1.5;
|
|
1158
1491
|
}
|
|
1159
1492
|
@media only screen and (min-width: 769px) {
|
|
1160
1493
|
h4,
|
|
@@ -1163,7 +1496,7 @@ h4,
|
|
|
1163
1496
|
letter-spacing: -0.02em;
|
|
1164
1497
|
color: var(--textHeading, #26201a);
|
|
1165
1498
|
font-size: 20px;
|
|
1166
|
-
line-height:
|
|
1499
|
+
line-height: 1.5;
|
|
1167
1500
|
}
|
|
1168
1501
|
}
|
|
1169
1502
|
h5,
|
|
@@ -1230,7 +1563,7 @@ h5,
|
|
|
1230
1563
|
.pic-zoom__caption-medium___WlapQ,
|
|
1231
1564
|
.pic-zoom__captionMedium___hrlKZ {
|
|
1232
1565
|
font-size: 12px;
|
|
1233
|
-
line-height:
|
|
1566
|
+
line-height: 1.5;
|
|
1234
1567
|
letter-spacing: -0.02em;
|
|
1235
1568
|
font-weight: 500;
|
|
1236
1569
|
}
|
|
@@ -1243,7 +1576,7 @@ h5,
|
|
|
1243
1576
|
.pic-zoom__caption-semi-bold___Q_OYT,
|
|
1244
1577
|
.pic-zoom__captionSemiBold___jAqbA {
|
|
1245
1578
|
font-size: 12px;
|
|
1246
|
-
line-height:
|
|
1579
|
+
line-height: 1.5;
|
|
1247
1580
|
letter-spacing: -0.02em;
|
|
1248
1581
|
font-weight: 600;
|
|
1249
1582
|
}
|
|
@@ -1595,7 +1928,7 @@ h4,
|
|
|
1595
1928
|
letter-spacing: -0.02em;
|
|
1596
1929
|
color: var(--textHeading, #26201a);
|
|
1597
1930
|
font-size: 16px;
|
|
1598
|
-
line-height:
|
|
1931
|
+
line-height: 1.5;
|
|
1599
1932
|
}
|
|
1600
1933
|
@media only screen and (min-width: 769px) {
|
|
1601
1934
|
h4,
|
|
@@ -1604,7 +1937,7 @@ h4,
|
|
|
1604
1937
|
letter-spacing: -0.02em;
|
|
1605
1938
|
color: var(--textHeading, #26201a);
|
|
1606
1939
|
font-size: 20px;
|
|
1607
|
-
line-height:
|
|
1940
|
+
line-height: 1.5;
|
|
1608
1941
|
}
|
|
1609
1942
|
}
|
|
1610
1943
|
h5,
|
|
@@ -1671,7 +2004,7 @@ h5,
|
|
|
1671
2004
|
.image-gallery__caption-medium___yHRMW,
|
|
1672
2005
|
.image-gallery__captionMedium___bTN7h {
|
|
1673
2006
|
font-size: 12px;
|
|
1674
|
-
line-height:
|
|
2007
|
+
line-height: 1.5;
|
|
1675
2008
|
letter-spacing: -0.02em;
|
|
1676
2009
|
font-weight: 500;
|
|
1677
2010
|
}
|
|
@@ -1684,7 +2017,7 @@ h5,
|
|
|
1684
2017
|
.image-gallery__caption-semi-bold___qpxl3,
|
|
1685
2018
|
.image-gallery__captionSemiBold___T6Ai1 {
|
|
1686
2019
|
font-size: 12px;
|
|
1687
|
-
line-height:
|
|
2020
|
+
line-height: 1.5;
|
|
1688
2021
|
letter-spacing: -0.02em;
|
|
1689
2022
|
font-weight: 600;
|
|
1690
2023
|
}
|
|
@@ -2201,7 +2534,7 @@ h4,
|
|
|
2201
2534
|
letter-spacing: -0.02em;
|
|
2202
2535
|
color: var(--textHeading, #26201a);
|
|
2203
2536
|
font-size: 16px;
|
|
2204
|
-
line-height:
|
|
2537
|
+
line-height: 1.5;
|
|
2205
2538
|
}
|
|
2206
2539
|
@media only screen and (min-width: 769px) {
|
|
2207
2540
|
h4,
|
|
@@ -2210,7 +2543,7 @@ h4,
|
|
|
2210
2543
|
letter-spacing: -0.02em;
|
|
2211
2544
|
color: var(--textHeading, #26201a);
|
|
2212
2545
|
font-size: 20px;
|
|
2213
|
-
line-height:
|
|
2546
|
+
line-height: 1.5;
|
|
2214
2547
|
}
|
|
2215
2548
|
}
|
|
2216
2549
|
h5,
|
|
@@ -2277,7 +2610,7 @@ h5,
|
|
|
2277
2610
|
.lightbox-image__caption-medium___iGXDq,
|
|
2278
2611
|
.lightbox-image__captionMedium___lv54U {
|
|
2279
2612
|
font-size: 12px;
|
|
2280
|
-
line-height:
|
|
2613
|
+
line-height: 1.5;
|
|
2281
2614
|
letter-spacing: -0.02em;
|
|
2282
2615
|
font-weight: 500;
|
|
2283
2616
|
}
|
|
@@ -2290,7 +2623,7 @@ h5,
|
|
|
2290
2623
|
.lightbox-image__caption-semi-bold___mEkYg,
|
|
2291
2624
|
.lightbox-image__captionSemiBold___y_0rr {
|
|
2292
2625
|
font-size: 12px;
|
|
2293
|
-
line-height:
|
|
2626
|
+
line-height: 1.5;
|
|
2294
2627
|
letter-spacing: -0.02em;
|
|
2295
2628
|
font-weight: 600;
|
|
2296
2629
|
}
|
|
@@ -3003,7 +3336,7 @@ h4,
|
|
|
3003
3336
|
letter-spacing: -0.02em;
|
|
3004
3337
|
color: var(--textHeading, #26201a);
|
|
3005
3338
|
font-size: 16px;
|
|
3006
|
-
line-height:
|
|
3339
|
+
line-height: 1.5;
|
|
3007
3340
|
}
|
|
3008
3341
|
@media only screen and (min-width: 769px) {
|
|
3009
3342
|
h4,
|
|
@@ -3012,7 +3345,7 @@ h4,
|
|
|
3012
3345
|
letter-spacing: -0.02em;
|
|
3013
3346
|
color: var(--textHeading, #26201a);
|
|
3014
3347
|
font-size: 20px;
|
|
3015
|
-
line-height:
|
|
3348
|
+
line-height: 1.5;
|
|
3016
3349
|
}
|
|
3017
3350
|
}
|
|
3018
3351
|
h5,
|
|
@@ -3079,7 +3412,7 @@ h5,
|
|
|
3079
3412
|
.mobile-slider__caption-medium___AS2ab,
|
|
3080
3413
|
.mobile-slider__captionMedium___Bh1kJ {
|
|
3081
3414
|
font-size: 12px;
|
|
3082
|
-
line-height:
|
|
3415
|
+
line-height: 1.5;
|
|
3083
3416
|
letter-spacing: -0.02em;
|
|
3084
3417
|
font-weight: 500;
|
|
3085
3418
|
}
|
|
@@ -3092,7 +3425,7 @@ h5,
|
|
|
3092
3425
|
.mobile-slider__caption-semi-bold___O9gkY,
|
|
3093
3426
|
.mobile-slider__captionSemiBold___Lmo6y {
|
|
3094
3427
|
font-size: 12px;
|
|
3095
|
-
line-height:
|
|
3428
|
+
line-height: 1.5;
|
|
3096
3429
|
letter-spacing: -0.02em;
|
|
3097
3430
|
font-weight: 600;
|
|
3098
3431
|
}
|
|
@@ -3509,7 +3842,7 @@ h4,
|
|
|
3509
3842
|
letter-spacing: -0.02em;
|
|
3510
3843
|
color: var(--textHeading, #26201a);
|
|
3511
3844
|
font-size: 16px;
|
|
3512
|
-
line-height:
|
|
3845
|
+
line-height: 1.5;
|
|
3513
3846
|
}
|
|
3514
3847
|
@media only screen and (min-width: 769px) {
|
|
3515
3848
|
h4,
|
|
@@ -3518,7 +3851,7 @@ h4,
|
|
|
3518
3851
|
letter-spacing: -0.02em;
|
|
3519
3852
|
color: var(--textHeading, #26201a);
|
|
3520
3853
|
font-size: 20px;
|
|
3521
|
-
line-height:
|
|
3854
|
+
line-height: 1.5;
|
|
3522
3855
|
}
|
|
3523
3856
|
}
|
|
3524
3857
|
h5,
|
|
@@ -3585,7 +3918,7 @@ h5,
|
|
|
3585
3918
|
.product-variants__caption-medium___P8wbS,
|
|
3586
3919
|
.product-variants__captionMedium___uPEVq {
|
|
3587
3920
|
font-size: 12px;
|
|
3588
|
-
line-height:
|
|
3921
|
+
line-height: 1.5;
|
|
3589
3922
|
letter-spacing: -0.02em;
|
|
3590
3923
|
font-weight: 500;
|
|
3591
3924
|
}
|
|
@@ -3598,7 +3931,7 @@ h5,
|
|
|
3598
3931
|
.product-variants__caption-semi-bold___Q50ad,
|
|
3599
3932
|
.product-variants__captionSemiBold____2T0B {
|
|
3600
3933
|
font-size: 12px;
|
|
3601
|
-
line-height:
|
|
3934
|
+
line-height: 1.5;
|
|
3602
3935
|
letter-spacing: -0.02em;
|
|
3603
3936
|
font-weight: 600;
|
|
3604
3937
|
}
|
|
@@ -3990,7 +4323,7 @@ h4,
|
|
|
3990
4323
|
letter-spacing: -0.02em;
|
|
3991
4324
|
color: var(--textHeading, #26201a);
|
|
3992
4325
|
font-size: 16px;
|
|
3993
|
-
line-height:
|
|
4326
|
+
line-height: 1.5;
|
|
3994
4327
|
}
|
|
3995
4328
|
@media only screen and (min-width: 769px) {
|
|
3996
4329
|
h4,
|
|
@@ -3999,7 +4332,7 @@ h4,
|
|
|
3999
4332
|
letter-spacing: -0.02em;
|
|
4000
4333
|
color: var(--textHeading, #26201a);
|
|
4001
4334
|
font-size: 20px;
|
|
4002
|
-
line-height:
|
|
4335
|
+
line-height: 1.5;
|
|
4003
4336
|
}
|
|
4004
4337
|
}
|
|
4005
4338
|
h5,
|
|
@@ -4066,7 +4399,7 @@ h5,
|
|
|
4066
4399
|
.fy-button__caption-medium___PSB4T,
|
|
4067
4400
|
.fy-button__captionMedium___iW0z_ {
|
|
4068
4401
|
font-size: 12px;
|
|
4069
|
-
line-height:
|
|
4402
|
+
line-height: 1.5;
|
|
4070
4403
|
letter-spacing: -0.02em;
|
|
4071
4404
|
font-weight: 500;
|
|
4072
4405
|
}
|
|
@@ -4079,7 +4412,7 @@ h5,
|
|
|
4079
4412
|
.fy-button__caption-semi-bold___FFG2N,
|
|
4080
4413
|
.fy-button__captionSemiBold___czTMx {
|
|
4081
4414
|
font-size: 12px;
|
|
4082
|
-
line-height:
|
|
4415
|
+
line-height: 1.5;
|
|
4083
4416
|
letter-spacing: -0.02em;
|
|
4084
4417
|
font-weight: 600;
|
|
4085
4418
|
}
|
|
@@ -4492,7 +4825,7 @@ h4,
|
|
|
4492
4825
|
letter-spacing: -0.02em;
|
|
4493
4826
|
color: var(--textHeading, #26201a);
|
|
4494
4827
|
font-size: 16px;
|
|
4495
|
-
line-height:
|
|
4828
|
+
line-height: 1.5;
|
|
4496
4829
|
}
|
|
4497
4830
|
@media only screen and (min-width: 769px) {
|
|
4498
4831
|
h4,
|
|
@@ -4501,7 +4834,7 @@ h4,
|
|
|
4501
4834
|
letter-spacing: -0.02em;
|
|
4502
4835
|
color: var(--textHeading, #26201a);
|
|
4503
4836
|
font-size: 20px;
|
|
4504
|
-
line-height:
|
|
4837
|
+
line-height: 1.5;
|
|
4505
4838
|
}
|
|
4506
4839
|
}
|
|
4507
4840
|
h5,
|
|
@@ -4568,7 +4901,7 @@ h5,
|
|
|
4568
4901
|
.delivery-info__caption-medium___HT4YG,
|
|
4569
4902
|
.delivery-info__captionMedium___rzTzv {
|
|
4570
4903
|
font-size: 12px;
|
|
4571
|
-
line-height:
|
|
4904
|
+
line-height: 1.5;
|
|
4572
4905
|
letter-spacing: -0.02em;
|
|
4573
4906
|
font-weight: 500;
|
|
4574
4907
|
}
|
|
@@ -4581,7 +4914,7 @@ h5,
|
|
|
4581
4914
|
.delivery-info__caption-semi-bold___AmQ4R,
|
|
4582
4915
|
.delivery-info__captionSemiBold___Vnuwe {
|
|
4583
4916
|
font-size: 12px;
|
|
4584
|
-
line-height:
|
|
4917
|
+
line-height: 1.5;
|
|
4585
4918
|
letter-spacing: -0.02em;
|
|
4586
4919
|
font-weight: 600;
|
|
4587
4920
|
}
|
|
@@ -4968,7 +5301,7 @@ h4,
|
|
|
4968
5301
|
letter-spacing: -0.02em;
|
|
4969
5302
|
color: var(--textHeading, #26201a);
|
|
4970
5303
|
font-size: 16px;
|
|
4971
|
-
line-height:
|
|
5304
|
+
line-height: 1.5;
|
|
4972
5305
|
}
|
|
4973
5306
|
@media only screen and (min-width: 769px) {
|
|
4974
5307
|
h4,
|
|
@@ -4977,7 +5310,7 @@ h4,
|
|
|
4977
5310
|
letter-spacing: -0.02em;
|
|
4978
5311
|
color: var(--textHeading, #26201a);
|
|
4979
5312
|
font-size: 20px;
|
|
4980
|
-
line-height:
|
|
5313
|
+
line-height: 1.5;
|
|
4981
5314
|
}
|
|
4982
5315
|
}
|
|
4983
5316
|
h5,
|
|
@@ -5044,7 +5377,7 @@ h5,
|
|
|
5044
5377
|
.fy-input__caption-medium___ypzRG,
|
|
5045
5378
|
.fy-input__captionMedium___cFBcK {
|
|
5046
5379
|
font-size: 12px;
|
|
5047
|
-
line-height:
|
|
5380
|
+
line-height: 1.5;
|
|
5048
5381
|
letter-spacing: -0.02em;
|
|
5049
5382
|
font-weight: 500;
|
|
5050
5383
|
}
|
|
@@ -5057,7 +5390,7 @@ h5,
|
|
|
5057
5390
|
.fy-input__caption-semi-bold___WmtaG,
|
|
5058
5391
|
.fy-input__captionSemiBold___UuNTY {
|
|
5059
5392
|
font-size: 12px;
|
|
5060
|
-
line-height:
|
|
5393
|
+
line-height: 1.5;
|
|
5061
5394
|
letter-spacing: -0.02em;
|
|
5062
5395
|
font-weight: 600;
|
|
5063
5396
|
}
|
|
@@ -5432,7 +5765,7 @@ h4,
|
|
|
5432
5765
|
letter-spacing: -0.02em;
|
|
5433
5766
|
color: var(--textHeading, #26201a);
|
|
5434
5767
|
font-size: 16px;
|
|
5435
|
-
line-height:
|
|
5768
|
+
line-height: 1.5;
|
|
5436
5769
|
}
|
|
5437
5770
|
@media only screen and (min-width: 769px) {
|
|
5438
5771
|
h4,
|
|
@@ -5441,7 +5774,7 @@ h4,
|
|
|
5441
5774
|
letter-spacing: -0.02em;
|
|
5442
5775
|
color: var(--textHeading, #26201a);
|
|
5443
5776
|
font-size: 20px;
|
|
5444
|
-
line-height:
|
|
5777
|
+
line-height: 1.5;
|
|
5445
5778
|
}
|
|
5446
5779
|
}
|
|
5447
5780
|
h5,
|
|
@@ -5508,7 +5841,7 @@ h5,
|
|
|
5508
5841
|
.quantity-control__caption-medium___hXqzw,
|
|
5509
5842
|
.quantity-control__captionMedium___aDZsC {
|
|
5510
5843
|
font-size: 12px;
|
|
5511
|
-
line-height:
|
|
5844
|
+
line-height: 1.5;
|
|
5512
5845
|
letter-spacing: -0.02em;
|
|
5513
5846
|
font-weight: 500;
|
|
5514
5847
|
}
|
|
@@ -5521,7 +5854,7 @@ h5,
|
|
|
5521
5854
|
.quantity-control__caption-semi-bold___Rxtpw,
|
|
5522
5855
|
.quantity-control__captionSemiBold___JouZf {
|
|
5523
5856
|
font-size: 12px;
|
|
5524
|
-
line-height:
|
|
5857
|
+
line-height: 1.5;
|
|
5525
5858
|
letter-spacing: -0.02em;
|
|
5526
5859
|
font-weight: 600;
|
|
5527
5860
|
}
|
|
@@ -5836,7 +6169,7 @@ h4,
|
|
|
5836
6169
|
letter-spacing: -0.02em;
|
|
5837
6170
|
color: var(--textHeading, #26201a);
|
|
5838
6171
|
font-size: 16px;
|
|
5839
|
-
line-height:
|
|
6172
|
+
line-height: 1.5;
|
|
5840
6173
|
}
|
|
5841
6174
|
@media only screen and (min-width: 769px) {
|
|
5842
6175
|
h4,
|
|
@@ -5845,7 +6178,7 @@ h4,
|
|
|
5845
6178
|
letter-spacing: -0.02em;
|
|
5846
6179
|
color: var(--textHeading, #26201a);
|
|
5847
6180
|
font-size: 20px;
|
|
5848
|
-
line-height:
|
|
6181
|
+
line-height: 1.5;
|
|
5849
6182
|
}
|
|
5850
6183
|
}
|
|
5851
6184
|
h5,
|
|
@@ -5912,7 +6245,7 @@ h5,
|
|
|
5912
6245
|
.fy-dropdown__caption-medium___HCy1Y,
|
|
5913
6246
|
.fy-dropdown__captionMedium___BdPX5 {
|
|
5914
6247
|
font-size: 12px;
|
|
5915
|
-
line-height:
|
|
6248
|
+
line-height: 1.5;
|
|
5916
6249
|
letter-spacing: -0.02em;
|
|
5917
6250
|
font-weight: 500;
|
|
5918
6251
|
}
|
|
@@ -5925,7 +6258,7 @@ h5,
|
|
|
5925
6258
|
.fy-dropdown__caption-semi-bold___RDalx,
|
|
5926
6259
|
.fy-dropdown__captionSemiBold___t1x78 {
|
|
5927
6260
|
font-size: 12px;
|
|
5928
|
-
line-height:
|
|
6261
|
+
line-height: 1.5;
|
|
5929
6262
|
letter-spacing: -0.02em;
|
|
5930
6263
|
font-weight: 600;
|
|
5931
6264
|
}
|