@gofynd/theme-template 3.2.14 → 3.2.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/address-form/address-form.css +125 -2
- package/dist/components/address-form/address-form.js +1 -1
- package/dist/components/address-form/form-input-selector.css +18 -2
- package/dist/components/address-form/form-input-selector.js +1 -1
- package/dist/components/address-form/v2/address-form.css +18 -2
- package/dist/components/address-form/v2/address-form.js +1 -1
- package/dist/components/carousel/carousel.css +415 -0
- package/dist/components/carousel/carousel.js +1 -0
- package/dist/components/core/fy-button/fy-button.js +1 -1
- package/dist/components/core/fy-dropdown/fy-dropdown.js +1 -1
- package/dist/components/core/fy-input/fy-input.css +8 -2
- package/dist/components/count-down/count-down.js +1 -0
- package/dist/components/date-picker/fy-date-picker/fy-date-picker.css +1099 -0
- package/dist/components/date-picker/fy-date-picker/fy-date-picker.js +1 -0
- package/dist/components/filter-modal/filter-modal.css +8 -2
- package/dist/components/form-builder/form-builder.css +15 -2
- package/dist/components/form-builder/form-builder.js +1 -1
- package/dist/components/google-map/google-map.js +1 -1
- package/dist/components/google-map/v2/google-map.js +1 -1
- package/dist/components/index.css +125 -2
- package/dist/components/index.js +1 -1
- package/dist/components/loader/loader.js +1 -1
- package/dist/components/location-modal/location-modal.css +8 -2
- package/dist/components/location-modal/location-modal.js +1 -1
- package/dist/components/order-shipment/order-shipment.css +125 -11
- package/dist/components/order-shipment/order-shipment.js +1 -1
- package/dist/components/product-card/product-card.js +1 -1
- package/dist/components/range-slider/range-slider.css +8 -2
- package/dist/components/shipment-item/shipment-item.css +50 -3
- package/dist/components/shipment-item/shipment-item.js +1 -1
- package/dist/components/shipment-tracking/shipment-tracking.css +3 -0
- package/dist/components/shipment-tracking/shipment-tracking.js +1 -1
- package/dist/components/verify-mobile/verify-mobile.css +523 -0
- package/dist/components/verify-mobile/verify-mobile.js +1 -0
- package/dist/index.css +1089 -399
- package/dist/index.js +1 -1
- package/dist/page-layouts/auth/account-locked/account-locked.js +1 -1
- package/dist/page-layouts/auth/mobile-number/mobile-number.css +7 -0
- package/dist/page-layouts/auth/mobile-number/mobile-number.js +1 -1
- package/dist/page-layouts/auth/verify-both/verify-both.js +1 -1
- package/dist/page-layouts/cart/Components/chip-item/chip-item.js +1 -1
- package/dist/page-layouts/cart/Components/delivery-location/delivery-location.css +18 -2
- package/dist/page-layouts/cart/Components/delivery-location/delivery-location.js +1 -1
- package/dist/page-layouts/cart/Components/share-cart/share-cart.js +1 -1
- package/dist/page-layouts/cart/Components/share-cart-modal/share-cart-modal.js +1 -1
- package/dist/page-layouts/compare/compare.css +423 -2
- package/dist/page-layouts/compare/compare.js +1 -2
- package/dist/page-layouts/login/component/login-otp/login-otp.css +7 -0
- package/dist/page-layouts/login/component/login-otp/login-otp.js +1 -1
- package/dist/page-layouts/login/component/login-password/login-password.css +7 -0
- package/dist/page-layouts/login/component/login-password/login-password.js +1 -1
- package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.css +423 -2
- package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.js +1 -2
- package/dist/page-layouts/plp/Components/delivery-info/delivery-info.css +8 -2
- package/dist/page-layouts/plp/Components/delivery-info/delivery-info.js +1 -1
- package/dist/page-layouts/plp/Components/filter-item/filter-item.css +8 -2
- package/dist/page-layouts/plp/Components/filter-item/filter-item.js +1 -1
- package/dist/page-layouts/plp/Components/filter-list/filter-list.css +8 -2
- package/dist/page-layouts/plp/Components/image-gallery/image-gallery.css +415 -0
- package/dist/page-layouts/plp/Components/image-gallery/image-gallery.js +1 -2
- package/dist/page-layouts/plp/Components/lightbox-image/lightbox-image.js +1 -1
- package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.css +415 -0
- package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.js +1 -2
- package/dist/page-layouts/plp/Components/pic-zoom/pic-zoom.js +1 -1
- package/dist/page-layouts/plp/Components/viewer-3d/viewer-3d.js +1 -1
- package/dist/page-layouts/single-checkout/address/single-address.css +18 -2
- package/dist/page-layouts/single-checkout/address/single-address.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.css +4 -2
- package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
- package/dist/page-layouts/single-checkout/shipment/single-page-shipment.css +15 -3
- 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.css +166 -136
- package/dist/pages/blog/blog.js +1 -2
- package/dist/pages/blog/index.css +166 -136
- package/dist/pages/blog/index.js +1 -2
- package/dist/pages/cart/cart.css +18 -2
- package/dist/pages/cart/cart.js +1 -1
- package/dist/pages/cart/index.css +18 -2
- package/dist/pages/cart/index.js +1 -1
- package/dist/pages/checkout/checkout.css +37 -7
- package/dist/pages/checkout/checkout.js +1 -1
- package/dist/pages/checkout/index.css +37 -7
- package/dist/pages/checkout/index.js +1 -1
- package/dist/pages/contact-us/contact-us.css +8 -2
- package/dist/pages/contact-us/contact-us.js +1 -1
- package/dist/pages/contact-us/index.css +8 -2
- package/dist/pages/contact-us/index.js +1 -1
- package/dist/pages/edit-profile/edit-profile.css +7 -0
- package/dist/pages/edit-profile/edit-profile.js +1 -1
- package/dist/pages/edit-profile/index.css +7 -0
- package/dist/pages/edit-profile/index.js +1 -1
- package/dist/pages/forgot-password/forget-password.css +929 -0
- package/dist/pages/forgot-password/forget-password.js +1 -1
- package/dist/pages/forgot-password/index.css +929 -0
- package/dist/pages/forgot-password/index.js +1 -1
- package/dist/pages/index.css +982 -399
- package/dist/pages/index.js +1 -1
- package/dist/pages/login/index.css +7 -0
- package/dist/pages/login/index.js +1 -1
- package/dist/pages/login/login.css +7 -0
- package/dist/pages/login/login.js +1 -1
- package/dist/pages/order/index.css +8 -2
- package/dist/pages/order/index.js +1 -1
- package/dist/pages/order/order-tracking-details/order-tracking-details.css +186 -16
- package/dist/pages/order/order-tracking-details/order-tracking-details.js +1 -1
- package/dist/pages/order/order-tracking.css +8 -2
- package/dist/pages/order/order-tracking.js +1 -1
- package/dist/pages/order-status/index.js +1 -1
- package/dist/pages/order-status/order-status.js +1 -1
- package/dist/pages/product-listing/index.css +423 -2
- package/dist/pages/product-listing/index.js +1 -1
- package/dist/pages/product-listing/product-listing.css +423 -2
- package/dist/pages/product-listing/product-listing.js +1 -1
- package/dist/pages/profile/components/add-email-modal/add-email-modal.css +8 -2
- 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.css +15 -2
- 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/components/empty-state/empty-state.js +1 -1
- package/dist/pages/profile/components/reattempt-shipment-modal/reattempt-shipment-modal.css +5334 -0
- package/dist/pages/profile/components/reattempt-shipment-modal/reattempt-shipment-modal.js +1 -0
- package/dist/pages/profile/email/email.css +8 -2
- package/dist/pages/profile/email/email.js +1 -1
- package/dist/pages/profile/email/index.css +8 -2
- package/dist/pages/profile/email/index.js +1 -1
- package/dist/pages/profile/index.css +8 -2
- package/dist/pages/profile/index.js +1 -1
- package/dist/pages/profile/phone/index.css +15 -2
- package/dist/pages/profile/phone/index.js +1 -1
- package/dist/pages/profile/phone/phone.css +15 -2
- package/dist/pages/profile/phone/phone.js +1 -1
- package/dist/pages/profile/profile-details.css +8 -2
- package/dist/pages/profile/profile-details.js +1 -1
- package/dist/pages/register/index.css +7 -0
- package/dist/pages/register/index.js +1 -1
- package/dist/pages/register/register.css +7 -0
- package/dist/pages/register/register.js +1 -1
- package/dist/pages/wishlist/index.css +423 -2
- package/dist/pages/wishlist/index.js +1 -2
- package/dist/pages/wishlist/wishlist.css +423 -2
- package/dist/pages/wishlist/wishlist.js +1 -2
- package/package.json +9 -4
- package/dist/page-layouts/compare/compare.js.LICENSE.txt +0 -5
- package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.js.LICENSE.txt +0 -5
- package/dist/page-layouts/plp/Components/image-gallery/image-gallery.js.LICENSE.txt +0 -5
- package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.js.LICENSE.txt +0 -5
- package/dist/pages/blog/blog.js.LICENSE.txt +0 -5
- package/dist/pages/blog/index.js.LICENSE.txt +0 -5
- package/dist/pages/wishlist/index.js.LICENSE.txt +0 -5
- package/dist/pages/wishlist/wishlist.js.LICENSE.txt +0 -5
|
@@ -334,13 +334,6 @@ h5,
|
|
|
334
334
|
display: none !important;
|
|
335
335
|
}
|
|
336
336
|
}
|
|
337
|
-
.blog__nextArrowStyles___XGDmU {
|
|
338
|
-
right: 20px;
|
|
339
|
-
inset-inline-start: "unset";
|
|
340
|
-
}
|
|
341
|
-
.blog__prevArrowStyles___R1SbU {
|
|
342
|
-
left: 20px;
|
|
343
|
-
}
|
|
344
337
|
.blog__loader___xsYMP {
|
|
345
338
|
position: relative;
|
|
346
339
|
height: 90vh;
|
|
@@ -491,15 +484,13 @@ h5,
|
|
|
491
484
|
.blog__sliderWrapper___VIimB {
|
|
492
485
|
padding-bottom: 60px;
|
|
493
486
|
}
|
|
494
|
-
.blog__sliderWrapper___VIimB .
|
|
495
|
-
display:
|
|
496
|
-
}
|
|
497
|
-
.blog__sliderWrapper___VIimB .slick-slide {
|
|
498
|
-
height: inherit !important;
|
|
487
|
+
.blog__sliderWrapper___VIimB .blog__carouselBtn___Nh42c[disabled] {
|
|
488
|
+
display: none;
|
|
499
489
|
}
|
|
500
|
-
|
|
501
|
-
.blog__sliderWrapper___VIimB .
|
|
502
|
-
|
|
490
|
+
@media only screen and (max-width: 768px) {
|
|
491
|
+
.blog__sliderWrapper___VIimB .blog__carouselBtn___Nh42c {
|
|
492
|
+
display: none;
|
|
493
|
+
}
|
|
503
494
|
}
|
|
504
495
|
.blog__sliderWrapper___VIimB .blog__blogItem___JxjzJ {
|
|
505
496
|
font-size: 14px;
|
|
@@ -797,6 +788,7 @@ h5,
|
|
|
797
788
|
inset-inline-end: 8px;
|
|
798
789
|
transform: translateY(-50%);
|
|
799
790
|
fill: var(--buttonSecondary, #fff);
|
|
791
|
+
cursor: pointer;
|
|
800
792
|
}
|
|
801
793
|
.blog__blog___gdQog {
|
|
802
794
|
background: var(--themeAccentL5, #fff);
|
|
@@ -2952,59 +2944,59 @@ h5,
|
|
|
2952
2944
|
/**color by character**/
|
|
2953
2945
|
/** Font family **/
|
|
2954
2946
|
/** Font weight **/
|
|
2955
|
-
.
|
|
2947
|
+
.carousel__display-block___utsUU {
|
|
2956
2948
|
display: block;
|
|
2957
2949
|
}
|
|
2958
|
-
.
|
|
2959
|
-
.
|
|
2950
|
+
.carousel__inline-block___r5jIE,
|
|
2951
|
+
.carousel__inlineBlock___CweDs {
|
|
2960
2952
|
display: inline-block;
|
|
2961
2953
|
}
|
|
2962
|
-
.
|
|
2954
|
+
.carousel__flex-row___dT_l6 {
|
|
2963
2955
|
display: flex;
|
|
2964
2956
|
}
|
|
2965
|
-
.
|
|
2966
|
-
.
|
|
2957
|
+
.carousel__flex-column___bsAla,
|
|
2958
|
+
.carousel__flexColumn___XGHeP {
|
|
2967
2959
|
display: flex;
|
|
2968
2960
|
flex-direction: column;
|
|
2969
2961
|
}
|
|
2970
|
-
.
|
|
2971
|
-
.
|
|
2962
|
+
.carousel__flex-align-center___RXd0L,
|
|
2963
|
+
.carousel__flexAlignCenter___xwCsl {
|
|
2972
2964
|
display: flex;
|
|
2973
2965
|
align-items: center;
|
|
2974
2966
|
}
|
|
2975
|
-
.
|
|
2976
|
-
.
|
|
2967
|
+
.carousel__flex-justify-center___TME7Y,
|
|
2968
|
+
.carousel__flexJustifyCenter___WgnF3 {
|
|
2977
2969
|
display: flex;
|
|
2978
2970
|
justify-content: center;
|
|
2979
2971
|
}
|
|
2980
|
-
.
|
|
2981
|
-
.
|
|
2972
|
+
.carousel__flex-center___XZwk8,
|
|
2973
|
+
.carousel__flexCenter___r6nnD {
|
|
2982
2974
|
display: flex;
|
|
2983
2975
|
justify-content: center;
|
|
2984
2976
|
align-items: center;
|
|
2985
2977
|
}
|
|
2986
|
-
.
|
|
2987
|
-
.
|
|
2978
|
+
.carousel__justify-start___zWbwC,
|
|
2979
|
+
.carousel__justifyStart___LixAq {
|
|
2988
2980
|
justify-content: flex-start;
|
|
2989
2981
|
}
|
|
2990
|
-
.
|
|
2991
|
-
.
|
|
2982
|
+
.carousel__justify-end___im5_L,
|
|
2983
|
+
.carousel__justifyEnd___tPVVJ {
|
|
2992
2984
|
justify-content: flex-end;
|
|
2993
2985
|
}
|
|
2994
|
-
.
|
|
2995
|
-
.
|
|
2986
|
+
.carousel__justify-between___e4Kcp,
|
|
2987
|
+
.carousel__justifyBetween___x2p0g {
|
|
2996
2988
|
justify-content: space-between;
|
|
2997
2989
|
}
|
|
2998
|
-
.
|
|
2999
|
-
.
|
|
2990
|
+
.carousel__justify-around___SPh3u,
|
|
2991
|
+
.carousel__justifyAround___XrmYt {
|
|
3000
2992
|
justify-content: space-around;
|
|
3001
2993
|
}
|
|
3002
|
-
.
|
|
3003
|
-
.
|
|
2994
|
+
.carousel__justify-evenly___FN8sv,
|
|
2995
|
+
.carousel__justifyEvenly___T1Av0 {
|
|
3004
2996
|
justify-content: space-evenly;
|
|
3005
2997
|
}
|
|
3006
2998
|
h1,
|
|
3007
|
-
.
|
|
2999
|
+
.carousel__h1___ee7pZ {
|
|
3008
3000
|
font-weight: 700;
|
|
3009
3001
|
font-size: 28px;
|
|
3010
3002
|
line-height: 42px;
|
|
@@ -3013,13 +3005,13 @@ h1,
|
|
|
3013
3005
|
}
|
|
3014
3006
|
@media only screen and (min-width: 769px) {
|
|
3015
3007
|
h1,
|
|
3016
|
-
.
|
|
3008
|
+
.carousel__h1___ee7pZ {
|
|
3017
3009
|
font-size: 36px;
|
|
3018
3010
|
line-height: 48px;
|
|
3019
3011
|
}
|
|
3020
3012
|
}
|
|
3021
3013
|
h2,
|
|
3022
|
-
.
|
|
3014
|
+
.carousel__h2___ZNSIB {
|
|
3023
3015
|
font-weight: 700;
|
|
3024
3016
|
font-size: 28px;
|
|
3025
3017
|
line-height: 36px;
|
|
@@ -3028,13 +3020,13 @@ h2,
|
|
|
3028
3020
|
}
|
|
3029
3021
|
@media only screen and (min-width: 769px) {
|
|
3030
3022
|
h2,
|
|
3031
|
-
.
|
|
3023
|
+
.carousel__h2___ZNSIB {
|
|
3032
3024
|
font-size: 32px;
|
|
3033
3025
|
line-height: 42px;
|
|
3034
3026
|
}
|
|
3035
3027
|
}
|
|
3036
3028
|
h3,
|
|
3037
|
-
.
|
|
3029
|
+
.carousel__h3___TRk7C {
|
|
3038
3030
|
font-weight: 700;
|
|
3039
3031
|
letter-spacing: -0.02em;
|
|
3040
3032
|
color: var(--textHeading, #26201a);
|
|
@@ -3043,7 +3035,7 @@ h3,
|
|
|
3043
3035
|
}
|
|
3044
3036
|
@media only screen and (min-width: 769px) {
|
|
3045
3037
|
h3,
|
|
3046
|
-
.
|
|
3038
|
+
.carousel__h3___TRk7C {
|
|
3047
3039
|
font-weight: 700;
|
|
3048
3040
|
letter-spacing: -0.02em;
|
|
3049
3041
|
color: var(--textHeading, #26201a);
|
|
@@ -3052,7 +3044,7 @@ h3,
|
|
|
3052
3044
|
}
|
|
3053
3045
|
}
|
|
3054
3046
|
h4,
|
|
3055
|
-
.
|
|
3047
|
+
.carousel__h4___v15SC {
|
|
3056
3048
|
font-weight: 600;
|
|
3057
3049
|
letter-spacing: -0.02em;
|
|
3058
3050
|
color: var(--textHeading, #26201a);
|
|
@@ -3061,7 +3053,7 @@ h4,
|
|
|
3061
3053
|
}
|
|
3062
3054
|
@media only screen and (min-width: 769px) {
|
|
3063
3055
|
h4,
|
|
3064
|
-
.
|
|
3056
|
+
.carousel__h4___v15SC {
|
|
3065
3057
|
font-weight: 600;
|
|
3066
3058
|
letter-spacing: -0.02em;
|
|
3067
3059
|
color: var(--textHeading, #26201a);
|
|
@@ -3070,7 +3062,7 @@ h4,
|
|
|
3070
3062
|
}
|
|
3071
3063
|
}
|
|
3072
3064
|
h5,
|
|
3073
|
-
.
|
|
3065
|
+
.carousel__h5___8ITca {
|
|
3074
3066
|
font-weight: 600;
|
|
3075
3067
|
font-size: 14px;
|
|
3076
3068
|
line-height: 16px;
|
|
@@ -3079,12 +3071,12 @@ h5,
|
|
|
3079
3071
|
}
|
|
3080
3072
|
@media only screen and (min-width: 769px) {
|
|
3081
3073
|
h5,
|
|
3082
|
-
.
|
|
3074
|
+
.carousel__h5___8ITca {
|
|
3083
3075
|
font-size: 16px;
|
|
3084
3076
|
line-height: 18px;
|
|
3085
3077
|
}
|
|
3086
3078
|
}
|
|
3087
|
-
.
|
|
3079
|
+
.carousel__b1___BJlKm {
|
|
3088
3080
|
font-weight: 400;
|
|
3089
3081
|
font-size: 14px;
|
|
3090
3082
|
line-height: 18px;
|
|
@@ -3092,14 +3084,14 @@ h5,
|
|
|
3092
3084
|
color: var(--textBody, #3c3131);
|
|
3093
3085
|
}
|
|
3094
3086
|
@media only screen and (min-width: 769px) {
|
|
3095
|
-
.
|
|
3087
|
+
.carousel__b1___BJlKm {
|
|
3096
3088
|
font-size: 16px;
|
|
3097
3089
|
line-height: 20px;
|
|
3098
3090
|
}
|
|
3099
3091
|
}
|
|
3100
|
-
.
|
|
3101
|
-
.
|
|
3102
|
-
.
|
|
3092
|
+
.carousel__b-small___eEZM0,
|
|
3093
|
+
.carousel__bSmall___z55Bs,
|
|
3094
|
+
.carousel__b2___OCSqn {
|
|
3103
3095
|
font-weight: 400;
|
|
3104
3096
|
letter-spacing: -0.02em;
|
|
3105
3097
|
color: var(--textBody, #3c3131);
|
|
@@ -3107,9 +3099,9 @@ h5,
|
|
|
3107
3099
|
line-height: 16px;
|
|
3108
3100
|
}
|
|
3109
3101
|
@media only screen and (min-width: 769px) {
|
|
3110
|
-
.
|
|
3111
|
-
.
|
|
3112
|
-
.
|
|
3102
|
+
.carousel__b-small___eEZM0,
|
|
3103
|
+
.carousel__bSmall___z55Bs,
|
|
3104
|
+
.carousel__b2___OCSqn {
|
|
3113
3105
|
font-weight: 400;
|
|
3114
3106
|
letter-spacing: -0.02em;
|
|
3115
3107
|
color: var(--textBody, #3c3131);
|
|
@@ -3117,47 +3109,47 @@ h5,
|
|
|
3117
3109
|
line-height: 18px;
|
|
3118
3110
|
}
|
|
3119
3111
|
}
|
|
3120
|
-
.
|
|
3112
|
+
.carousel__d1___HGZ3m {
|
|
3121
3113
|
font-size: 36px;
|
|
3122
3114
|
font-weight: 700;
|
|
3123
3115
|
line-height: 48px;
|
|
3124
3116
|
letter-spacing: -0.02em;
|
|
3125
3117
|
}
|
|
3126
3118
|
@media only screen and (min-width: 769px) {
|
|
3127
|
-
.
|
|
3119
|
+
.carousel__d1___HGZ3m {
|
|
3128
3120
|
font-size: 64px;
|
|
3129
3121
|
line-height: 85px;
|
|
3130
3122
|
letter-spacing: -0.03em;
|
|
3131
3123
|
}
|
|
3132
3124
|
}
|
|
3133
|
-
.
|
|
3134
|
-
.
|
|
3125
|
+
.carousel__caption-medium___geBOh,
|
|
3126
|
+
.carousel__captionMedium___fKLRf {
|
|
3135
3127
|
font-size: 12px;
|
|
3136
3128
|
line-height: 1.5;
|
|
3137
3129
|
letter-spacing: -0.02em;
|
|
3138
3130
|
font-weight: 500;
|
|
3139
3131
|
}
|
|
3140
3132
|
@media only screen and (max-width: 480px) {
|
|
3141
|
-
.
|
|
3142
|
-
.
|
|
3133
|
+
.carousel__caption-medium___geBOh,
|
|
3134
|
+
.carousel__captionMedium___fKLRf {
|
|
3143
3135
|
font-size: 11px;
|
|
3144
3136
|
}
|
|
3145
3137
|
}
|
|
3146
|
-
.
|
|
3147
|
-
.
|
|
3138
|
+
.carousel__caption-semi-bold___mn18z,
|
|
3139
|
+
.carousel__captionSemiBold___USgYk {
|
|
3148
3140
|
font-size: 12px;
|
|
3149
3141
|
line-height: 1.5;
|
|
3150
3142
|
letter-spacing: -0.02em;
|
|
3151
3143
|
font-weight: 600;
|
|
3152
3144
|
}
|
|
3153
3145
|
@media only screen and (max-width: 480px) {
|
|
3154
|
-
.
|
|
3155
|
-
.
|
|
3146
|
+
.carousel__caption-semi-bold___mn18z,
|
|
3147
|
+
.carousel__captionSemiBold___USgYk {
|
|
3156
3148
|
font-size: 11px;
|
|
3157
3149
|
}
|
|
3158
3150
|
}
|
|
3159
|
-
.
|
|
3160
|
-
.
|
|
3151
|
+
.carousel__btn-link___glyDY,
|
|
3152
|
+
.carousel__btnLink___eQWdx {
|
|
3161
3153
|
font-weight: 500;
|
|
3162
3154
|
letter-spacing: -0.02em;
|
|
3163
3155
|
font-size: 12px;
|
|
@@ -3170,72 +3162,72 @@ h5,
|
|
|
3170
3162
|
border: none;
|
|
3171
3163
|
}
|
|
3172
3164
|
@media only screen and (min-width: 769px) {
|
|
3173
|
-
.
|
|
3174
|
-
.
|
|
3165
|
+
.carousel__btn-link___glyDY,
|
|
3166
|
+
.carousel__btnLink___eQWdx {
|
|
3175
3167
|
font-weight: 500;
|
|
3176
3168
|
letter-spacing: -0.02em;
|
|
3177
3169
|
font-size: 14px;
|
|
3178
3170
|
line-height: 16px;
|
|
3179
3171
|
}
|
|
3180
3172
|
}
|
|
3181
|
-
.
|
|
3182
|
-
.
|
|
3173
|
+
.carousel__btn-link___glyDY:hover,
|
|
3174
|
+
.carousel__btnLink___eQWdx:hover {
|
|
3183
3175
|
color: var(--buttonLinkL1, #c1847c);
|
|
3184
3176
|
}
|
|
3185
|
-
.
|
|
3186
|
-
.
|
|
3177
|
+
.carousel__btn-link___glyDY:disabled,
|
|
3178
|
+
.carousel__btnLink___eQWdx:disabled {
|
|
3187
3179
|
color: var(--buttonLinkL2, #d0a39d);
|
|
3188
3180
|
}
|
|
3189
|
-
.
|
|
3190
|
-
.
|
|
3181
|
+
.carousel__btn-link___glyDY:active,
|
|
3182
|
+
.carousel__btnLink___eQWdx:active {
|
|
3191
3183
|
opacity: 0.8;
|
|
3192
3184
|
}
|
|
3193
|
-
.
|
|
3194
|
-
.
|
|
3185
|
+
.carousel__user-select-none___e3b8_,
|
|
3186
|
+
.carousel__userSelectNone___UTFsk {
|
|
3195
3187
|
user-select: none;
|
|
3196
3188
|
-moz-user-select: none;
|
|
3197
3189
|
-webkit-user-select: none;
|
|
3198
3190
|
-ms-user-select: none;
|
|
3199
3191
|
}
|
|
3200
|
-
.
|
|
3201
|
-
.
|
|
3192
|
+
.carousel__margin-0-auto___V6g65,
|
|
3193
|
+
.carousel__margin0auto___ySsps {
|
|
3202
3194
|
margin: 0 auto;
|
|
3203
3195
|
}
|
|
3204
|
-
.
|
|
3205
|
-
.
|
|
3196
|
+
.carousel__base-page-container___E6gwT,
|
|
3197
|
+
.carousel__basePageContainer___AGzmu {
|
|
3206
3198
|
max-width: 1440px !important;
|
|
3207
3199
|
}
|
|
3208
|
-
.
|
|
3209
|
-
.
|
|
3200
|
+
.carousel__remove-scroll___Pt0wR,
|
|
3201
|
+
.carousel__removeScroll___H2sDy {
|
|
3210
3202
|
overflow-y: hidden !important;
|
|
3211
3203
|
}
|
|
3212
|
-
.
|
|
3213
|
-
.
|
|
3204
|
+
.carousel__mr-5___zrCxV,
|
|
3205
|
+
.carousel__mr5___xkDz3 {
|
|
3214
3206
|
margin-inline-end: 30px !important;
|
|
3215
3207
|
}
|
|
3216
|
-
.
|
|
3217
|
-
.
|
|
3208
|
+
.carousel__mr-2___GMegU,
|
|
3209
|
+
.carousel__mr2___LW6Mf {
|
|
3218
3210
|
margin-inline-end: 5px !important;
|
|
3219
3211
|
}
|
|
3220
|
-
.
|
|
3221
|
-
.
|
|
3212
|
+
.carousel__py-5___X5LkA,
|
|
3213
|
+
.carousel__py5___H8tFM {
|
|
3222
3214
|
padding-top: 1.875rem !important;
|
|
3223
3215
|
padding-bottom: 1.875rem !important;
|
|
3224
3216
|
}
|
|
3225
|
-
.
|
|
3226
|
-
.
|
|
3217
|
+
.carousel__view-all-text___xIJti,
|
|
3218
|
+
.carousel__viewAllText___UKfLU {
|
|
3227
3219
|
font-size: 20px;
|
|
3228
3220
|
font-weight: 400;
|
|
3229
3221
|
text-transform: lowercase;
|
|
3230
3222
|
text-decoration: underline;
|
|
3231
3223
|
}
|
|
3232
|
-
.
|
|
3233
|
-
.
|
|
3224
|
+
.carousel__view-all-mobile___KN5tC,
|
|
3225
|
+
.carousel__viewAllMobile___UqtjR {
|
|
3234
3226
|
display: none;
|
|
3235
3227
|
}
|
|
3236
3228
|
@media only screen and (max-width: 768px) {
|
|
3237
|
-
.
|
|
3238
|
-
.
|
|
3229
|
+
.carousel__view-all-mobile___KN5tC,
|
|
3230
|
+
.carousel__viewAllMobile___UqtjR {
|
|
3239
3231
|
display: flex;
|
|
3240
3232
|
align-items: center;
|
|
3241
3233
|
justify-content: center;
|
|
@@ -3243,86 +3235,124 @@ h5,
|
|
|
3243
3235
|
}
|
|
3244
3236
|
}
|
|
3245
3237
|
@media only screen and (max-width: 480px) {
|
|
3246
|
-
.
|
|
3247
|
-
.
|
|
3238
|
+
.carousel__view-all-mobile___KN5tC,
|
|
3239
|
+
.carousel__viewAllMobile___UqtjR {
|
|
3248
3240
|
margin-top: 24px;
|
|
3249
3241
|
}
|
|
3250
3242
|
}
|
|
3251
|
-
.
|
|
3252
|
-
.
|
|
3243
|
+
.carousel__accent-btn___ljV96,
|
|
3244
|
+
.carousel__accentBtn___eeYUW {
|
|
3253
3245
|
background-color: var(--accentColor);
|
|
3254
3246
|
color: #fff;
|
|
3255
3247
|
}
|
|
3256
|
-
.
|
|
3257
|
-
.
|
|
3248
|
+
.carousel__no-scroll___Yl9Wg,
|
|
3249
|
+
.carousel__noScroll___V3m9I {
|
|
3258
3250
|
overflow-y: hidden;
|
|
3259
3251
|
}
|
|
3260
|
-
.
|
|
3261
|
-
.
|
|
3252
|
+
.carousel__hide-overflow___RSirN,
|
|
3253
|
+
.carousel__hideOverflow___O7cOa {
|
|
3262
3254
|
overflow: hidden;
|
|
3263
3255
|
}
|
|
3264
|
-
.
|
|
3256
|
+
.carousel__markdown-body___mCpXK h6 {
|
|
3265
3257
|
margin-top: 0 !important;
|
|
3266
3258
|
margin-bottom: 0 !important;
|
|
3267
3259
|
}
|
|
3268
3260
|
@media only screen and (max-width: 480px) {
|
|
3269
|
-
.
|
|
3261
|
+
.carousel__markdown-body___mCpXK {
|
|
3270
3262
|
font-size: 12px !important;
|
|
3271
3263
|
padding: 5px !important;
|
|
3272
3264
|
}
|
|
3273
3265
|
}
|
|
3274
|
-
.
|
|
3266
|
+
.carousel__view3d-canvas___iHO9u {
|
|
3275
3267
|
width: 100%;
|
|
3276
3268
|
height: 100%;
|
|
3277
3269
|
}
|
|
3278
3270
|
@media only screen and (max-width: 480px) {
|
|
3279
|
-
.
|
|
3271
|
+
.carousel__view-mobile-up___Okb4u {
|
|
3280
3272
|
display: none !important;
|
|
3281
3273
|
}
|
|
3282
3274
|
}
|
|
3283
3275
|
@media only screen and (min-width: 481px) {
|
|
3284
|
-
.
|
|
3276
|
+
.carousel__view-mobile___l_iEN {
|
|
3285
3277
|
display: none !important;
|
|
3286
3278
|
}
|
|
3287
3279
|
}
|
|
3288
|
-
|
|
3289
|
-
|
|
3290
|
-
|
|
3291
|
-
|
|
3280
|
+
.carousel__carousel___zSABm {
|
|
3281
|
+
position: relative;
|
|
3282
|
+
}
|
|
3283
|
+
.carousel__carouselContent___QZKSp {
|
|
3284
|
+
overflow: hidden;
|
|
3285
|
+
}
|
|
3286
|
+
.carousel__carouselTrack___aUjv6 {
|
|
3287
|
+
display: flex;
|
|
3288
|
+
}
|
|
3289
|
+
carouselTrackHorizontal {
|
|
3290
|
+
margin-left: -1rem;
|
|
3291
|
+
}
|
|
3292
|
+
carouselTrackVertical {
|
|
3293
|
+
flex-direction: column;
|
|
3294
|
+
margin-top: -1rem;
|
|
3295
|
+
}
|
|
3296
|
+
.carousel__carouselItem___zlVkY {
|
|
3297
|
+
min-width: 0;
|
|
3298
|
+
flex: 0 0 100%;
|
|
3299
|
+
}
|
|
3300
|
+
carouselItemHorizontal {
|
|
3301
|
+
padding-left: 1rem;
|
|
3302
|
+
}
|
|
3303
|
+
carouselItemVertical {
|
|
3304
|
+
padding-top: 1rem;
|
|
3305
|
+
}
|
|
3306
|
+
.carousel__carouselBtn___Z49nh {
|
|
3307
|
+
position: absolute;
|
|
3308
|
+
width: 1em;
|
|
3309
|
+
height: 1em;
|
|
3292
3310
|
border-radius: 50%;
|
|
3293
|
-
|
|
3294
|
-
|
|
3311
|
+
font-size: 48px;
|
|
3312
|
+
transition: background-color 0.3s ease-in-out;
|
|
3295
3313
|
display: flex;
|
|
3296
3314
|
align-items: center;
|
|
3297
3315
|
justify-content: center;
|
|
3298
|
-
|
|
3299
|
-
top: 50%;
|
|
3300
|
-
transform: translateY(-50%);
|
|
3301
|
-
z-index: 2;
|
|
3302
|
-
cursor: pointer;
|
|
3303
|
-
}
|
|
3304
|
-
.slider-arrow__slickArrow___hlIs6 svg {
|
|
3305
|
-
display: block;
|
|
3316
|
+
border: 1px solid var(--dividerStokes, #d4d1d1);
|
|
3306
3317
|
}
|
|
3307
|
-
.
|
|
3318
|
+
.carousel__carouselBtn___Z49nh:hover {
|
|
3308
3319
|
box-shadow: 0 6px 20px 0 var(--dividerStokes, #c0bebe);
|
|
3309
3320
|
background: var(--themeAccentL4, #f8f8f8);
|
|
3310
3321
|
}
|
|
3311
|
-
.
|
|
3312
|
-
|
|
3322
|
+
.carousel__carouselBtnIcon___uNRV7 {
|
|
3323
|
+
width: 0.8em;
|
|
3324
|
+
height: 0.8em;
|
|
3325
|
+
font-size: inherit;
|
|
3313
3326
|
}
|
|
3314
|
-
.
|
|
3315
|
-
left: 20px
|
|
3316
|
-
|
|
3327
|
+
.carousel__carouselPrevBtnHorizontal___eAomj {
|
|
3328
|
+
left: 20px;
|
|
3329
|
+
top: 50%;
|
|
3330
|
+
transform: translateY(-50%);
|
|
3317
3331
|
}
|
|
3318
|
-
.
|
|
3319
|
-
|
|
3320
|
-
|
|
3332
|
+
.carousel__carouselPrevBtnVertical___a0PqM {
|
|
3333
|
+
top: -36px;
|
|
3334
|
+
left: 50%;
|
|
3335
|
+
transform: translateX(-50%) rotate(90deg);
|
|
3321
3336
|
}
|
|
3322
|
-
|
|
3323
|
-
|
|
3324
|
-
|
|
3325
|
-
|
|
3326
|
-
|
|
3337
|
+
.carousel__carouselNextBtnHorizontal___AGucw {
|
|
3338
|
+
right: 20px;
|
|
3339
|
+
top: 50%;
|
|
3340
|
+
transform: translateY(-50%) rotate(180deg);
|
|
3341
|
+
}
|
|
3342
|
+
.carousel__carouselNextBtnVertical___zrvAb {
|
|
3343
|
+
bottom: -36px;
|
|
3344
|
+
left: 50%;
|
|
3345
|
+
transform: translateX(-50%) rotate(-90deg);
|
|
3346
|
+
}
|
|
3347
|
+
.carousel__srOnly___Q1z_4 {
|
|
3348
|
+
position: absolute;
|
|
3349
|
+
width: 1px;
|
|
3350
|
+
height: 1px;
|
|
3351
|
+
padding: 0;
|
|
3352
|
+
margin: -1px;
|
|
3353
|
+
overflow: hidden;
|
|
3354
|
+
clip: rect(0, 0, 0, 0);
|
|
3355
|
+
white-space: nowrap;
|
|
3356
|
+
border-width: 0;
|
|
3327
3357
|
}
|
|
3328
3358
|
|