@gofynd/theme-template 3.2.9 → 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.
- package/dist/components/accordion/accordion.js +1 -1
- package/dist/components/address-form/address-form.js +1 -1
- package/dist/components/address-form/form-input-selector.js +1 -1
- package/dist/components/address-form/v2/address-form.js +1 -1
- package/dist/components/bag/bag.css +433 -0
- package/dist/components/bag/bag.js +1 -0
- package/dist/components/blog-page/blog-page.js +1 -1
- package/dist/components/compare-product-card/compare-product-card.js +1 -1
- package/dist/components/core/modal/modal.js +1 -1
- package/dist/components/filter-modal/filter-modal.css +26 -10
- package/dist/components/filter-modal/filter-modal.js +2 -1
- package/dist/components/filter-modal/filter-modal.js.LICENSE.txt +25 -0
- package/dist/components/form-builder/form-builder.js +1 -1
- package/dist/components/google-map/v2/google-map.js +1 -1
- package/dist/components/index.css +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/location-modal/location-modal.js +1 -1
- package/dist/components/order-shipment/order-shipment.css +434 -5
- package/dist/components/order-shipment/order-shipment.js +1 -1
- package/dist/components/product-card/product-card.js +1 -1
- package/dist/components/profile-navigation/profile-navigation.css +1 -1
- package/dist/components/quantity-control/quantity-control.js +1 -1
- package/dist/components/range-slider/range-slider.css +26 -10
- package/dist/components/range-slider/range-slider.js +2 -1
- package/dist/components/range-slider/range-slider.js.LICENSE.txt +25 -0
- package/dist/components/shipment-item/shipment-item.css +434 -11
- package/dist/components/shipment-item/shipment-item.js +1 -1
- package/dist/components/shipment-tracking/shipment-tracking.js +1 -1
- package/dist/components/shipments-update-item/shipments-update-item.css +441 -28
- package/dist/components/shipments-update-item/shipments-update-item.js +1 -1
- package/dist/components/sort-modal/sort-modal.js +1 -1
- package/dist/helper/hooks/index.js +1 -1
- package/dist/helper/hooks/useAddressAutofill.js +1 -0
- package/dist/index.css +674 -303
- package/dist/index.js +1 -1
- package/dist/index.js.LICENSE.txt +20 -0
- package/dist/page-layouts/auth/mobile-number/mobile-number.js +1 -1
- package/dist/page-layouts/cart/Components/chip-item/chip-image.css +411 -0
- package/dist/page-layouts/cart/Components/chip-item/chip-image.js +1 -0
- package/dist/page-layouts/cart/Components/chip-item/chip-item.css +411 -0
- package/dist/page-layouts/cart/Components/chip-item/chip-item.js +1 -1
- package/dist/page-layouts/cart/Components/comment/comment.js +1 -1
- package/dist/page-layouts/cart/Components/coupon/coupon.js +1 -1
- package/dist/page-layouts/cart/Components/delivery-location/delivery-location.js +1 -1
- package/dist/page-layouts/cart/Components/remove-cart-item/remove-cart-item.js +1 -1
- package/dist/page-layouts/compare/compare.js +1 -1
- package/dist/page-layouts/login/component/login-otp/login-otp.js +1 -1
- package/dist/page-layouts/login/component/login-password/login-password.js +1 -1
- package/dist/page-layouts/login/component/soacial-login-button/apple-login-button.css +373 -0
- package/dist/page-layouts/login/component/soacial-login-button/apple-login-button.js +1 -0
- package/dist/page-layouts/login/component/soacial-login-button/facebook-login-button.css +373 -0
- package/dist/page-layouts/login/component/soacial-login-button/facebook-login-button.js +1 -0
- package/dist/page-layouts/login/component/soacial-login-button/google-login-button.css +375 -0
- package/dist/page-layouts/login/component/soacial-login-button/google-login-button.js +1 -0
- package/dist/page-layouts/login/component/social-login-button/apple-login-button.js +1 -1
- package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.js +1 -1
- package/dist/page-layouts/plp/Components/filter-item/filter-item.css +26 -10
- package/dist/page-layouts/plp/Components/filter-item/filter-item.js +2 -1
- package/dist/page-layouts/plp/Components/filter-item/filter-item.js.LICENSE.txt +25 -0
- package/dist/page-layouts/plp/Components/filter-list/filter-list.css +26 -10
- package/dist/page-layouts/plp/Components/filter-list/filter-list.js +2 -1
- package/dist/page-layouts/plp/Components/filter-list/filter-list.js.LICENSE.txt +25 -0
- package/dist/page-layouts/plp/Components/filter-tags/filter-tags.js +1 -1
- package/dist/page-layouts/plp/Components/size-guide/size-guide.js +1 -1
- package/dist/page-layouts/single-checkout/address/single-address.js +1 -1
- package/dist/page-layouts/single-checkout/payment/card-form.js +1 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment-content.js +1 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
- package/dist/page-layouts/single-checkout/payment/juspay-card-from.js +1 -1
- package/dist/page-layouts/single-checkout/payment/zero-pay-btn/zero-pay-btn.js +1 -1
- package/dist/page-layouts/single-checkout/shipment/single-page-shipment.js +1 -1
- package/dist/page-layouts/single-checkout/shipment/single-shipment-content.js +1 -1
- package/dist/pages/blog/blog.js +1 -1
- package/dist/pages/blog/index.js +1 -1
- package/dist/pages/cart/cart.css +411 -0
- package/dist/pages/cart/cart.js +1 -1
- package/dist/pages/cart/index.css +411 -0
- package/dist/pages/cart/index.js +1 -1
- package/dist/pages/checkout/checkout.js +1 -1
- package/dist/pages/checkout/index.js +1 -1
- package/dist/pages/edit-profile/edit-profile.js +1 -1
- package/dist/pages/edit-profile/index.js +1 -1
- package/dist/pages/index.css +729 -358
- package/dist/pages/index.js +1 -1
- package/dist/pages/index.js.LICENSE.txt +20 -0
- package/dist/pages/login/index.css +292 -292
- package/dist/pages/login/index.js +1 -1
- package/dist/pages/login/login.css +292 -292
- package/dist/pages/login/login.js +1 -1
- package/dist/pages/order/order-tracking-details/order-tracking-details.css +435 -16
- package/dist/pages/order/order-tracking-details/order-tracking-details.js +1 -1
- package/dist/pages/order-status/index.css +895 -6
- package/dist/pages/order-status/index.js +1 -1
- package/dist/pages/order-status/order-status.css +895 -6
- package/dist/pages/order-status/order-status.js +1 -1
- package/dist/pages/product-listing/index.css +26 -10
- package/dist/pages/product-listing/index.js +1 -1
- package/dist/pages/product-listing/index.js.LICENSE.txt +20 -0
- package/dist/pages/product-listing/product-listing.css +26 -10
- package/dist/pages/product-listing/product-listing.js +1 -1
- package/dist/pages/product-listing/product-listing.js.LICENSE.txt +20 -0
- package/dist/pages/profile/components/add-email-modal/add-email-modal.js +1 -1
- package/dist/pages/profile/components/add-phone-modal/add-phone-modal.js +1 -1
- package/dist/pages/profile/components/confirm-modal/confirm-modal.js +1 -1
- package/dist/pages/profile/email/email.js +1 -1
- package/dist/pages/profile/email/index.js +1 -1
- package/dist/pages/profile/phone/index.js +1 -1
- package/dist/pages/profile/phone/phone.js +1 -1
- package/dist/pages/register/index.js +1 -1
- package/dist/pages/register/register.js +1 -1
- package/dist/pages/wishlist/index.js +1 -1
- package/dist/pages/wishlist/wishlist.js +1 -1
- package/package.json +2 -1
|
@@ -2748,3 +2748,414 @@ h5,
|
|
|
2748
2748
|
transform: rotate(180deg);
|
|
2749
2749
|
}
|
|
2750
2750
|
|
|
2751
|
+
/**color by character**/
|
|
2752
|
+
/** Font family **/
|
|
2753
|
+
/** Font weight **/
|
|
2754
|
+
.fy-image__imageWrapper___wKmP2 {
|
|
2755
|
+
overflow: hidden;
|
|
2756
|
+
position: relative;
|
|
2757
|
+
}
|
|
2758
|
+
.fy-image__imageWrapper___wKmP2 picture {
|
|
2759
|
+
display: flex;
|
|
2760
|
+
align-items: center;
|
|
2761
|
+
background-color: var(--bg-color, transparent);
|
|
2762
|
+
}
|
|
2763
|
+
.fy-image__imageWrapper___wKmP2 .fy-image__overlay___Dx1Ju {
|
|
2764
|
+
position: absolute;
|
|
2765
|
+
background-color: var(--overlay-bgcolor);
|
|
2766
|
+
z-index: 1;
|
|
2767
|
+
opacity: 0.4;
|
|
2768
|
+
height: 100%;
|
|
2769
|
+
width: 100%;
|
|
2770
|
+
}
|
|
2771
|
+
.fy-image__imageWrapper___wKmP2 .fy-image__fyImg___yIv86 {
|
|
2772
|
+
width: 100%;
|
|
2773
|
+
height: 100%;
|
|
2774
|
+
object-fit: contain;
|
|
2775
|
+
}
|
|
2776
|
+
@-moz-document url-prefix() {
|
|
2777
|
+
.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=""] {
|
|
2778
|
+
font-size: 0;
|
|
2779
|
+
text-indent: -9999px;
|
|
2780
|
+
color: transparent;
|
|
2781
|
+
line-height: 0;
|
|
2782
|
+
letter-spacing: -1000px;
|
|
2783
|
+
-webkit-text-fill-color: transparent;
|
|
2784
|
+
text-shadow: none;
|
|
2785
|
+
}
|
|
2786
|
+
.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,
|
|
2787
|
+
.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 {
|
|
2788
|
+
display: none;
|
|
2789
|
+
content: none;
|
|
2790
|
+
}
|
|
2791
|
+
.fy-image__imageWrapper___wKmP2 .fy-image__fyImg___yIv86.fy-image__firefoxAltFix___hSfDR .fy-image__imageWrapper___wKmP2 .fy-image__fyImg___yIv86.fy-image__firefoxAltFix___hSfDR {
|
|
2792
|
+
transition: opacity 0.2s ease-in-out;
|
|
2793
|
+
}
|
|
2794
|
+
}
|
|
2795
|
+
.fy-image__imageWrapper___wKmP2.fy-image__fill___rFWVY .fy-image__fyImg___yIv86 {
|
|
2796
|
+
object-fit: cover;
|
|
2797
|
+
}
|
|
2798
|
+
.fy-image__imageWrapper___wKmP2.fy-image__fixedAspRatio___fyXGS picture {
|
|
2799
|
+
aspect-ratio: var(--aspect-ratio-mobile);
|
|
2800
|
+
}
|
|
2801
|
+
@media only screen and (min-width: 769px) {
|
|
2802
|
+
.fy-image__imageWrapper___wKmP2.fy-image__fixedAspRatio___fyXGS picture {
|
|
2803
|
+
aspect-ratio: var(--aspect-ratio-desktop);
|
|
2804
|
+
}
|
|
2805
|
+
}
|
|
2806
|
+
|
|
2807
|
+
/**color by character**/
|
|
2808
|
+
/** Font family **/
|
|
2809
|
+
/** Font weight **/
|
|
2810
|
+
.chip-image__display-block___OuizS {
|
|
2811
|
+
display: block;
|
|
2812
|
+
}
|
|
2813
|
+
.chip-image__inline-block___nVa8u,
|
|
2814
|
+
.chip-image__inlineBlock___MrqYT {
|
|
2815
|
+
display: inline-block;
|
|
2816
|
+
}
|
|
2817
|
+
.chip-image__flex-row___qJjtR {
|
|
2818
|
+
display: flex;
|
|
2819
|
+
}
|
|
2820
|
+
.chip-image__flex-column___miaE6,
|
|
2821
|
+
.chip-image__flexColumn___Ezdx_ {
|
|
2822
|
+
display: flex;
|
|
2823
|
+
flex-direction: column;
|
|
2824
|
+
}
|
|
2825
|
+
.chip-image__flex-align-center___U2eJz,
|
|
2826
|
+
.chip-image__flexAlignCenter___mC696 {
|
|
2827
|
+
display: flex;
|
|
2828
|
+
align-items: center;
|
|
2829
|
+
}
|
|
2830
|
+
.chip-image__flex-justify-center___y6U3r,
|
|
2831
|
+
.chip-image__flexJustifyCenter___CLtmr {
|
|
2832
|
+
display: flex;
|
|
2833
|
+
justify-content: center;
|
|
2834
|
+
}
|
|
2835
|
+
.chip-image__flex-center___IpWRo,
|
|
2836
|
+
.chip-image__flexCenter___mWw2o {
|
|
2837
|
+
display: flex;
|
|
2838
|
+
justify-content: center;
|
|
2839
|
+
align-items: center;
|
|
2840
|
+
}
|
|
2841
|
+
.chip-image__justify-start___DPXbM,
|
|
2842
|
+
.chip-image__justifyStart___Sisnp {
|
|
2843
|
+
justify-content: flex-start;
|
|
2844
|
+
}
|
|
2845
|
+
.chip-image__justify-end___vsL9M,
|
|
2846
|
+
.chip-image__justifyEnd___XtMIj {
|
|
2847
|
+
justify-content: flex-end;
|
|
2848
|
+
}
|
|
2849
|
+
.chip-image__justify-between___IpbDV,
|
|
2850
|
+
.chip-image__justifyBetween___jlsIg {
|
|
2851
|
+
justify-content: space-between;
|
|
2852
|
+
}
|
|
2853
|
+
.chip-image__justify-around___yQL48,
|
|
2854
|
+
.chip-image__justifyAround___ufCuh {
|
|
2855
|
+
justify-content: space-around;
|
|
2856
|
+
}
|
|
2857
|
+
.chip-image__justify-evenly___zV1Tq,
|
|
2858
|
+
.chip-image__justifyEvenly___nq462 {
|
|
2859
|
+
justify-content: space-evenly;
|
|
2860
|
+
}
|
|
2861
|
+
h1,
|
|
2862
|
+
.chip-image__h1___HVIJD {
|
|
2863
|
+
font-weight: 700;
|
|
2864
|
+
font-size: 28px;
|
|
2865
|
+
line-height: 42px;
|
|
2866
|
+
letter-spacing: -0.03em;
|
|
2867
|
+
color: var(--textHeading, #26201a);
|
|
2868
|
+
}
|
|
2869
|
+
@media only screen and (min-width: 769px) {
|
|
2870
|
+
h1,
|
|
2871
|
+
.chip-image__h1___HVIJD {
|
|
2872
|
+
font-size: 36px;
|
|
2873
|
+
line-height: 48px;
|
|
2874
|
+
}
|
|
2875
|
+
}
|
|
2876
|
+
h2,
|
|
2877
|
+
.chip-image__h2___UmXWJ {
|
|
2878
|
+
font-weight: 700;
|
|
2879
|
+
font-size: 28px;
|
|
2880
|
+
line-height: 36px;
|
|
2881
|
+
letter-spacing: -0.03em;
|
|
2882
|
+
color: var(--textHeading, #26201a);
|
|
2883
|
+
}
|
|
2884
|
+
@media only screen and (min-width: 769px) {
|
|
2885
|
+
h2,
|
|
2886
|
+
.chip-image__h2___UmXWJ {
|
|
2887
|
+
font-size: 32px;
|
|
2888
|
+
line-height: 42px;
|
|
2889
|
+
}
|
|
2890
|
+
}
|
|
2891
|
+
h3,
|
|
2892
|
+
.chip-image__h3___ZSx9h {
|
|
2893
|
+
font-weight: 700;
|
|
2894
|
+
letter-spacing: -0.02em;
|
|
2895
|
+
color: var(--textHeading, #26201a);
|
|
2896
|
+
font-size: 24px;
|
|
2897
|
+
line-height: 32px;
|
|
2898
|
+
}
|
|
2899
|
+
@media only screen and (min-width: 769px) {
|
|
2900
|
+
h3,
|
|
2901
|
+
.chip-image__h3___ZSx9h {
|
|
2902
|
+
font-weight: 700;
|
|
2903
|
+
letter-spacing: -0.02em;
|
|
2904
|
+
color: var(--textHeading, #26201a);
|
|
2905
|
+
font-size: 28px;
|
|
2906
|
+
line-height: 36px;
|
|
2907
|
+
}
|
|
2908
|
+
}
|
|
2909
|
+
h4,
|
|
2910
|
+
.chip-image__h4___K4xl2 {
|
|
2911
|
+
font-weight: 600;
|
|
2912
|
+
letter-spacing: -0.02em;
|
|
2913
|
+
color: var(--textHeading, #26201a);
|
|
2914
|
+
font-size: 16px;
|
|
2915
|
+
line-height: 1.5;
|
|
2916
|
+
}
|
|
2917
|
+
@media only screen and (min-width: 769px) {
|
|
2918
|
+
h4,
|
|
2919
|
+
.chip-image__h4___K4xl2 {
|
|
2920
|
+
font-weight: 600;
|
|
2921
|
+
letter-spacing: -0.02em;
|
|
2922
|
+
color: var(--textHeading, #26201a);
|
|
2923
|
+
font-size: 20px;
|
|
2924
|
+
line-height: 1.5;
|
|
2925
|
+
}
|
|
2926
|
+
}
|
|
2927
|
+
h5,
|
|
2928
|
+
.chip-image__h5___hLBZZ {
|
|
2929
|
+
font-weight: 600;
|
|
2930
|
+
font-size: 14px;
|
|
2931
|
+
line-height: 16px;
|
|
2932
|
+
letter-spacing: -0.02em;
|
|
2933
|
+
color: var(--textHeading, #26201a);
|
|
2934
|
+
}
|
|
2935
|
+
@media only screen and (min-width: 769px) {
|
|
2936
|
+
h5,
|
|
2937
|
+
.chip-image__h5___hLBZZ {
|
|
2938
|
+
font-size: 16px;
|
|
2939
|
+
line-height: 18px;
|
|
2940
|
+
}
|
|
2941
|
+
}
|
|
2942
|
+
.chip-image__b1___mLxBn {
|
|
2943
|
+
font-weight: 400;
|
|
2944
|
+
font-size: 14px;
|
|
2945
|
+
line-height: 18px;
|
|
2946
|
+
letter-spacing: -0.02em;
|
|
2947
|
+
color: var(--textBody, #3c3131);
|
|
2948
|
+
}
|
|
2949
|
+
@media only screen and (min-width: 769px) {
|
|
2950
|
+
.chip-image__b1___mLxBn {
|
|
2951
|
+
font-size: 16px;
|
|
2952
|
+
line-height: 20px;
|
|
2953
|
+
}
|
|
2954
|
+
}
|
|
2955
|
+
.chip-image__b-small___GNIRy,
|
|
2956
|
+
.chip-image__bSmall___eE6iN,
|
|
2957
|
+
.chip-image__b2___MHEr_ {
|
|
2958
|
+
font-weight: 400;
|
|
2959
|
+
letter-spacing: -0.02em;
|
|
2960
|
+
color: var(--textBody, #3c3131);
|
|
2961
|
+
font-size: 12px;
|
|
2962
|
+
line-height: 16px;
|
|
2963
|
+
}
|
|
2964
|
+
@media only screen and (min-width: 769px) {
|
|
2965
|
+
.chip-image__b-small___GNIRy,
|
|
2966
|
+
.chip-image__bSmall___eE6iN,
|
|
2967
|
+
.chip-image__b2___MHEr_ {
|
|
2968
|
+
font-weight: 400;
|
|
2969
|
+
letter-spacing: -0.02em;
|
|
2970
|
+
color: var(--textBody, #3c3131);
|
|
2971
|
+
font-size: 14px;
|
|
2972
|
+
line-height: 18px;
|
|
2973
|
+
}
|
|
2974
|
+
}
|
|
2975
|
+
.chip-image__d1___TS7ml {
|
|
2976
|
+
font-size: 36px;
|
|
2977
|
+
font-weight: 700;
|
|
2978
|
+
line-height: 48px;
|
|
2979
|
+
letter-spacing: -0.02em;
|
|
2980
|
+
}
|
|
2981
|
+
@media only screen and (min-width: 769px) {
|
|
2982
|
+
.chip-image__d1___TS7ml {
|
|
2983
|
+
font-size: 64px;
|
|
2984
|
+
line-height: 85px;
|
|
2985
|
+
letter-spacing: -0.03em;
|
|
2986
|
+
}
|
|
2987
|
+
}
|
|
2988
|
+
.chip-image__caption-medium___mr7Vz,
|
|
2989
|
+
.chip-image__captionMedium___dNTT7 {
|
|
2990
|
+
font-size: 12px;
|
|
2991
|
+
line-height: 1.5;
|
|
2992
|
+
letter-spacing: -0.02em;
|
|
2993
|
+
font-weight: 500;
|
|
2994
|
+
}
|
|
2995
|
+
@media only screen and (max-width: 480px) {
|
|
2996
|
+
.chip-image__caption-medium___mr7Vz,
|
|
2997
|
+
.chip-image__captionMedium___dNTT7 {
|
|
2998
|
+
font-size: 11px;
|
|
2999
|
+
}
|
|
3000
|
+
}
|
|
3001
|
+
.chip-image__caption-semi-bold___qKLWj,
|
|
3002
|
+
.chip-image__captionSemiBold___RLhzs {
|
|
3003
|
+
font-size: 12px;
|
|
3004
|
+
line-height: 1.5;
|
|
3005
|
+
letter-spacing: -0.02em;
|
|
3006
|
+
font-weight: 600;
|
|
3007
|
+
}
|
|
3008
|
+
@media only screen and (max-width: 480px) {
|
|
3009
|
+
.chip-image__caption-semi-bold___qKLWj,
|
|
3010
|
+
.chip-image__captionSemiBold___RLhzs {
|
|
3011
|
+
font-size: 11px;
|
|
3012
|
+
}
|
|
3013
|
+
}
|
|
3014
|
+
.chip-image__btn-link___mg0Zd,
|
|
3015
|
+
.chip-image__btnLink___EtG1o {
|
|
3016
|
+
font-weight: 500;
|
|
3017
|
+
letter-spacing: -0.02em;
|
|
3018
|
+
font-size: 12px;
|
|
3019
|
+
line-height: 14px;
|
|
3020
|
+
border-radius: var(--buttonRadius, 0px);
|
|
3021
|
+
cursor: pointer;
|
|
3022
|
+
color: var(--buttonLink, #b1655b);
|
|
3023
|
+
text-decoration: underline;
|
|
3024
|
+
background: none;
|
|
3025
|
+
border: none;
|
|
3026
|
+
}
|
|
3027
|
+
@media only screen and (min-width: 769px) {
|
|
3028
|
+
.chip-image__btn-link___mg0Zd,
|
|
3029
|
+
.chip-image__btnLink___EtG1o {
|
|
3030
|
+
font-weight: 500;
|
|
3031
|
+
letter-spacing: -0.02em;
|
|
3032
|
+
font-size: 14px;
|
|
3033
|
+
line-height: 16px;
|
|
3034
|
+
}
|
|
3035
|
+
}
|
|
3036
|
+
.chip-image__btn-link___mg0Zd:hover,
|
|
3037
|
+
.chip-image__btnLink___EtG1o:hover {
|
|
3038
|
+
color: var(--buttonLinkL1, #c1847c);
|
|
3039
|
+
}
|
|
3040
|
+
.chip-image__btn-link___mg0Zd:disabled,
|
|
3041
|
+
.chip-image__btnLink___EtG1o:disabled {
|
|
3042
|
+
color: var(--buttonLinkL2, #d0a39d);
|
|
3043
|
+
}
|
|
3044
|
+
.chip-image__btn-link___mg0Zd:active,
|
|
3045
|
+
.chip-image__btnLink___EtG1o:active {
|
|
3046
|
+
opacity: 0.8;
|
|
3047
|
+
}
|
|
3048
|
+
.chip-image__user-select-none___VJzKH,
|
|
3049
|
+
.chip-image__userSelectNone___EoMzP {
|
|
3050
|
+
user-select: none;
|
|
3051
|
+
-moz-user-select: none;
|
|
3052
|
+
-webkit-user-select: none;
|
|
3053
|
+
-ms-user-select: none;
|
|
3054
|
+
}
|
|
3055
|
+
.chip-image__margin-0-auto___ZhtMU,
|
|
3056
|
+
.chip-image__margin0auto___OW356 {
|
|
3057
|
+
margin: 0 auto;
|
|
3058
|
+
}
|
|
3059
|
+
.chip-image__base-page-container___OKazQ,
|
|
3060
|
+
.chip-image__basePageContainer___wlRhe {
|
|
3061
|
+
max-width: 1440px !important;
|
|
3062
|
+
}
|
|
3063
|
+
.chip-image__remove-scroll___GeKDV,
|
|
3064
|
+
.chip-image__removeScroll___MIf8Q {
|
|
3065
|
+
overflow-y: hidden !important;
|
|
3066
|
+
}
|
|
3067
|
+
.chip-image__mr-5___FZzoX,
|
|
3068
|
+
.chip-image__mr5___ePzOp {
|
|
3069
|
+
margin-inline-end: 30px !important;
|
|
3070
|
+
}
|
|
3071
|
+
.chip-image__mr-2___VBnR4,
|
|
3072
|
+
.chip-image__mr2___3h34i {
|
|
3073
|
+
margin-inline-end: 5px !important;
|
|
3074
|
+
}
|
|
3075
|
+
.chip-image__py-5___Up4YD,
|
|
3076
|
+
.chip-image__py5___Wed7Q {
|
|
3077
|
+
padding-top: 1.875rem !important;
|
|
3078
|
+
padding-bottom: 1.875rem !important;
|
|
3079
|
+
}
|
|
3080
|
+
.chip-image__view-all-text___OsbTy,
|
|
3081
|
+
.chip-image__viewAllText___xz2m1 {
|
|
3082
|
+
font-size: 20px;
|
|
3083
|
+
font-weight: 400;
|
|
3084
|
+
text-transform: lowercase;
|
|
3085
|
+
text-decoration: underline;
|
|
3086
|
+
}
|
|
3087
|
+
.chip-image__view-all-mobile___TdsAS,
|
|
3088
|
+
.chip-image__viewAllMobile___ODDM1 {
|
|
3089
|
+
display: none;
|
|
3090
|
+
}
|
|
3091
|
+
@media only screen and (max-width: 768px) {
|
|
3092
|
+
.chip-image__view-all-mobile___TdsAS,
|
|
3093
|
+
.chip-image__viewAllMobile___ODDM1 {
|
|
3094
|
+
display: flex;
|
|
3095
|
+
align-items: center;
|
|
3096
|
+
justify-content: center;
|
|
3097
|
+
margin-top: 40px;
|
|
3098
|
+
}
|
|
3099
|
+
}
|
|
3100
|
+
@media only screen and (max-width: 480px) {
|
|
3101
|
+
.chip-image__view-all-mobile___TdsAS,
|
|
3102
|
+
.chip-image__viewAllMobile___ODDM1 {
|
|
3103
|
+
margin-top: 24px;
|
|
3104
|
+
}
|
|
3105
|
+
}
|
|
3106
|
+
.chip-image__accent-btn___iBQrJ,
|
|
3107
|
+
.chip-image__accentBtn___NNJti {
|
|
3108
|
+
background-color: var(--accentColor);
|
|
3109
|
+
color: #fff;
|
|
3110
|
+
}
|
|
3111
|
+
.chip-image__no-scroll___hk_ZJ,
|
|
3112
|
+
.chip-image__noScroll___mGKlX {
|
|
3113
|
+
overflow-y: hidden;
|
|
3114
|
+
}
|
|
3115
|
+
.chip-image__hide-overflow___xncYy,
|
|
3116
|
+
.chip-image__hideOverflow___Hyiqo {
|
|
3117
|
+
overflow: hidden;
|
|
3118
|
+
}
|
|
3119
|
+
.chip-image__markdown-body___hBdYJ h6 {
|
|
3120
|
+
margin-top: 0 !important;
|
|
3121
|
+
margin-bottom: 0 !important;
|
|
3122
|
+
}
|
|
3123
|
+
@media only screen and (max-width: 480px) {
|
|
3124
|
+
.chip-image__markdown-body___hBdYJ {
|
|
3125
|
+
font-size: 12px !important;
|
|
3126
|
+
padding: 5px !important;
|
|
3127
|
+
}
|
|
3128
|
+
}
|
|
3129
|
+
.chip-image__view3d-canvas___kJpcj {
|
|
3130
|
+
width: 100%;
|
|
3131
|
+
height: 100%;
|
|
3132
|
+
}
|
|
3133
|
+
@media only screen and (max-width: 480px) {
|
|
3134
|
+
.chip-image__view-mobile-up___KHfYd {
|
|
3135
|
+
display: none !important;
|
|
3136
|
+
}
|
|
3137
|
+
}
|
|
3138
|
+
@media only screen and (min-width: 481px) {
|
|
3139
|
+
.chip-image__view-mobile___LjGIQ {
|
|
3140
|
+
display: none !important;
|
|
3141
|
+
}
|
|
3142
|
+
}
|
|
3143
|
+
.chip-image__itemImg___iI27G {
|
|
3144
|
+
width: 100%;
|
|
3145
|
+
border-radius: var(--buttonRadius, 0px);
|
|
3146
|
+
overflow: hidden;
|
|
3147
|
+
}
|
|
3148
|
+
.chip-image__bundleChipImages___aq4HR {
|
|
3149
|
+
width: 100%;
|
|
3150
|
+
display: grid;
|
|
3151
|
+
grid-template-columns: repeat(2, 1fr);
|
|
3152
|
+
padding: 4px;
|
|
3153
|
+
gap: 4px;
|
|
3154
|
+
border: 1px solid var(--dividerStokes, #d4d1d1);
|
|
3155
|
+
border-radius: var(--buttonRadius, 0px);
|
|
3156
|
+
}
|
|
3157
|
+
.chip-image__bundleChipImages___aq4HR .chip-image__itemImg___iI27G {
|
|
3158
|
+
border-radius: calc(var(--buttonRadius, 0px) / 2);
|
|
3159
|
+
display: flex;
|
|
3160
|
+
}
|
|
3161
|
+
|