@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
|
@@ -1353,6 +1353,7 @@ h5,
|
|
|
1353
1353
|
box-sizing: border-box;
|
|
1354
1354
|
width: 100%;
|
|
1355
1355
|
background-color: transparent;
|
|
1356
|
+
font-weight: 500;
|
|
1356
1357
|
}
|
|
1357
1358
|
@media only screen and (max-width: 480px) {
|
|
1358
1359
|
.fy-input__fyInput___S4Mtu {
|
|
@@ -1372,7 +1373,9 @@ h5,
|
|
|
1372
1373
|
outline: none;
|
|
1373
1374
|
}
|
|
1374
1375
|
.fy-input__fyInput___S4Mtu:disabled {
|
|
1375
|
-
color: var(--textSecondary);
|
|
1376
|
+
color: var(--textSecondary, #9c9c9c);
|
|
1377
|
+
border-color: var(--overlaypopupdividerstroke, #e0e0e0);
|
|
1378
|
+
font-weight: 400;
|
|
1376
1379
|
}
|
|
1377
1380
|
.fy-input__fyInput___S4Mtu:focus {
|
|
1378
1381
|
border-color: var(--buttonPrimary, #4e3f09);
|
|
@@ -1393,8 +1396,11 @@ h5,
|
|
|
1393
1396
|
height: 48px;
|
|
1394
1397
|
}
|
|
1395
1398
|
.fy-input__outlined___CEaKm.fy-input__inputDisable___M8Zn2 {
|
|
1396
|
-
border: 1px solid #
|
|
1399
|
+
border: 1px solid var(--overlaypopupdividerstroke, #e0e0e0);
|
|
1397
1400
|
cursor: not-allowed;
|
|
1401
|
+
pointer-events: auto;
|
|
1402
|
+
}
|
|
1403
|
+
.fy-input__outlined___CEaKm.fy-input__inputDisable___M8Zn2 input {
|
|
1398
1404
|
pointer-events: none;
|
|
1399
1405
|
}
|
|
1400
1406
|
.fy-input__outlined___CEaKm.fy-input__medium___L3QsD {
|
|
@@ -2929,3 +2929,418 @@ h5,
|
|
|
2929
2929
|
transform: translate(50%, -50%);
|
|
2930
2930
|
}
|
|
2931
2931
|
|
|
2932
|
+
/**color by character**/
|
|
2933
|
+
/** Font family **/
|
|
2934
|
+
/** Font weight **/
|
|
2935
|
+
.carousel__display-block___utsUU {
|
|
2936
|
+
display: block;
|
|
2937
|
+
}
|
|
2938
|
+
.carousel__inline-block___r5jIE,
|
|
2939
|
+
.carousel__inlineBlock___CweDs {
|
|
2940
|
+
display: inline-block;
|
|
2941
|
+
}
|
|
2942
|
+
.carousel__flex-row___dT_l6 {
|
|
2943
|
+
display: flex;
|
|
2944
|
+
}
|
|
2945
|
+
.carousel__flex-column___bsAla,
|
|
2946
|
+
.carousel__flexColumn___XGHeP {
|
|
2947
|
+
display: flex;
|
|
2948
|
+
flex-direction: column;
|
|
2949
|
+
}
|
|
2950
|
+
.carousel__flex-align-center___RXd0L,
|
|
2951
|
+
.carousel__flexAlignCenter___xwCsl {
|
|
2952
|
+
display: flex;
|
|
2953
|
+
align-items: center;
|
|
2954
|
+
}
|
|
2955
|
+
.carousel__flex-justify-center___TME7Y,
|
|
2956
|
+
.carousel__flexJustifyCenter___WgnF3 {
|
|
2957
|
+
display: flex;
|
|
2958
|
+
justify-content: center;
|
|
2959
|
+
}
|
|
2960
|
+
.carousel__flex-center___XZwk8,
|
|
2961
|
+
.carousel__flexCenter___r6nnD {
|
|
2962
|
+
display: flex;
|
|
2963
|
+
justify-content: center;
|
|
2964
|
+
align-items: center;
|
|
2965
|
+
}
|
|
2966
|
+
.carousel__justify-start___zWbwC,
|
|
2967
|
+
.carousel__justifyStart___LixAq {
|
|
2968
|
+
justify-content: flex-start;
|
|
2969
|
+
}
|
|
2970
|
+
.carousel__justify-end___im5_L,
|
|
2971
|
+
.carousel__justifyEnd___tPVVJ {
|
|
2972
|
+
justify-content: flex-end;
|
|
2973
|
+
}
|
|
2974
|
+
.carousel__justify-between___e4Kcp,
|
|
2975
|
+
.carousel__justifyBetween___x2p0g {
|
|
2976
|
+
justify-content: space-between;
|
|
2977
|
+
}
|
|
2978
|
+
.carousel__justify-around___SPh3u,
|
|
2979
|
+
.carousel__justifyAround___XrmYt {
|
|
2980
|
+
justify-content: space-around;
|
|
2981
|
+
}
|
|
2982
|
+
.carousel__justify-evenly___FN8sv,
|
|
2983
|
+
.carousel__justifyEvenly___T1Av0 {
|
|
2984
|
+
justify-content: space-evenly;
|
|
2985
|
+
}
|
|
2986
|
+
h1,
|
|
2987
|
+
.carousel__h1___ee7pZ {
|
|
2988
|
+
font-weight: 700;
|
|
2989
|
+
font-size: 28px;
|
|
2990
|
+
line-height: 42px;
|
|
2991
|
+
letter-spacing: -0.03em;
|
|
2992
|
+
color: var(--textHeading, #26201a);
|
|
2993
|
+
}
|
|
2994
|
+
@media only screen and (min-width: 769px) {
|
|
2995
|
+
h1,
|
|
2996
|
+
.carousel__h1___ee7pZ {
|
|
2997
|
+
font-size: 36px;
|
|
2998
|
+
line-height: 48px;
|
|
2999
|
+
}
|
|
3000
|
+
}
|
|
3001
|
+
h2,
|
|
3002
|
+
.carousel__h2___ZNSIB {
|
|
3003
|
+
font-weight: 700;
|
|
3004
|
+
font-size: 28px;
|
|
3005
|
+
line-height: 36px;
|
|
3006
|
+
letter-spacing: -0.03em;
|
|
3007
|
+
color: var(--textHeading, #26201a);
|
|
3008
|
+
}
|
|
3009
|
+
@media only screen and (min-width: 769px) {
|
|
3010
|
+
h2,
|
|
3011
|
+
.carousel__h2___ZNSIB {
|
|
3012
|
+
font-size: 32px;
|
|
3013
|
+
line-height: 42px;
|
|
3014
|
+
}
|
|
3015
|
+
}
|
|
3016
|
+
h3,
|
|
3017
|
+
.carousel__h3___TRk7C {
|
|
3018
|
+
font-weight: 700;
|
|
3019
|
+
letter-spacing: -0.02em;
|
|
3020
|
+
color: var(--textHeading, #26201a);
|
|
3021
|
+
font-size: 24px;
|
|
3022
|
+
line-height: 32px;
|
|
3023
|
+
}
|
|
3024
|
+
@media only screen and (min-width: 769px) {
|
|
3025
|
+
h3,
|
|
3026
|
+
.carousel__h3___TRk7C {
|
|
3027
|
+
font-weight: 700;
|
|
3028
|
+
letter-spacing: -0.02em;
|
|
3029
|
+
color: var(--textHeading, #26201a);
|
|
3030
|
+
font-size: 28px;
|
|
3031
|
+
line-height: 36px;
|
|
3032
|
+
}
|
|
3033
|
+
}
|
|
3034
|
+
h4,
|
|
3035
|
+
.carousel__h4___v15SC {
|
|
3036
|
+
font-weight: 600;
|
|
3037
|
+
letter-spacing: -0.02em;
|
|
3038
|
+
color: var(--textHeading, #26201a);
|
|
3039
|
+
font-size: 16px;
|
|
3040
|
+
line-height: 1.5;
|
|
3041
|
+
}
|
|
3042
|
+
@media only screen and (min-width: 769px) {
|
|
3043
|
+
h4,
|
|
3044
|
+
.carousel__h4___v15SC {
|
|
3045
|
+
font-weight: 600;
|
|
3046
|
+
letter-spacing: -0.02em;
|
|
3047
|
+
color: var(--textHeading, #26201a);
|
|
3048
|
+
font-size: 20px;
|
|
3049
|
+
line-height: 1.5;
|
|
3050
|
+
}
|
|
3051
|
+
}
|
|
3052
|
+
h5,
|
|
3053
|
+
.carousel__h5___8ITca {
|
|
3054
|
+
font-weight: 600;
|
|
3055
|
+
font-size: 14px;
|
|
3056
|
+
line-height: 16px;
|
|
3057
|
+
letter-spacing: -0.02em;
|
|
3058
|
+
color: var(--textHeading, #26201a);
|
|
3059
|
+
}
|
|
3060
|
+
@media only screen and (min-width: 769px) {
|
|
3061
|
+
h5,
|
|
3062
|
+
.carousel__h5___8ITca {
|
|
3063
|
+
font-size: 16px;
|
|
3064
|
+
line-height: 18px;
|
|
3065
|
+
}
|
|
3066
|
+
}
|
|
3067
|
+
.carousel__b1___BJlKm {
|
|
3068
|
+
font-weight: 400;
|
|
3069
|
+
font-size: 14px;
|
|
3070
|
+
line-height: 18px;
|
|
3071
|
+
letter-spacing: -0.02em;
|
|
3072
|
+
color: var(--textBody, #3c3131);
|
|
3073
|
+
}
|
|
3074
|
+
@media only screen and (min-width: 769px) {
|
|
3075
|
+
.carousel__b1___BJlKm {
|
|
3076
|
+
font-size: 16px;
|
|
3077
|
+
line-height: 20px;
|
|
3078
|
+
}
|
|
3079
|
+
}
|
|
3080
|
+
.carousel__b-small___eEZM0,
|
|
3081
|
+
.carousel__bSmall___z55Bs,
|
|
3082
|
+
.carousel__b2___OCSqn {
|
|
3083
|
+
font-weight: 400;
|
|
3084
|
+
letter-spacing: -0.02em;
|
|
3085
|
+
color: var(--textBody, #3c3131);
|
|
3086
|
+
font-size: 12px;
|
|
3087
|
+
line-height: 16px;
|
|
3088
|
+
}
|
|
3089
|
+
@media only screen and (min-width: 769px) {
|
|
3090
|
+
.carousel__b-small___eEZM0,
|
|
3091
|
+
.carousel__bSmall___z55Bs,
|
|
3092
|
+
.carousel__b2___OCSqn {
|
|
3093
|
+
font-weight: 400;
|
|
3094
|
+
letter-spacing: -0.02em;
|
|
3095
|
+
color: var(--textBody, #3c3131);
|
|
3096
|
+
font-size: 14px;
|
|
3097
|
+
line-height: 18px;
|
|
3098
|
+
}
|
|
3099
|
+
}
|
|
3100
|
+
.carousel__d1___HGZ3m {
|
|
3101
|
+
font-size: 36px;
|
|
3102
|
+
font-weight: 700;
|
|
3103
|
+
line-height: 48px;
|
|
3104
|
+
letter-spacing: -0.02em;
|
|
3105
|
+
}
|
|
3106
|
+
@media only screen and (min-width: 769px) {
|
|
3107
|
+
.carousel__d1___HGZ3m {
|
|
3108
|
+
font-size: 64px;
|
|
3109
|
+
line-height: 85px;
|
|
3110
|
+
letter-spacing: -0.03em;
|
|
3111
|
+
}
|
|
3112
|
+
}
|
|
3113
|
+
.carousel__caption-medium___geBOh,
|
|
3114
|
+
.carousel__captionMedium___fKLRf {
|
|
3115
|
+
font-size: 12px;
|
|
3116
|
+
line-height: 1.5;
|
|
3117
|
+
letter-spacing: -0.02em;
|
|
3118
|
+
font-weight: 500;
|
|
3119
|
+
}
|
|
3120
|
+
@media only screen and (max-width: 480px) {
|
|
3121
|
+
.carousel__caption-medium___geBOh,
|
|
3122
|
+
.carousel__captionMedium___fKLRf {
|
|
3123
|
+
font-size: 11px;
|
|
3124
|
+
}
|
|
3125
|
+
}
|
|
3126
|
+
.carousel__caption-semi-bold___mn18z,
|
|
3127
|
+
.carousel__captionSemiBold___USgYk {
|
|
3128
|
+
font-size: 12px;
|
|
3129
|
+
line-height: 1.5;
|
|
3130
|
+
letter-spacing: -0.02em;
|
|
3131
|
+
font-weight: 600;
|
|
3132
|
+
}
|
|
3133
|
+
@media only screen and (max-width: 480px) {
|
|
3134
|
+
.carousel__caption-semi-bold___mn18z,
|
|
3135
|
+
.carousel__captionSemiBold___USgYk {
|
|
3136
|
+
font-size: 11px;
|
|
3137
|
+
}
|
|
3138
|
+
}
|
|
3139
|
+
.carousel__btn-link___glyDY,
|
|
3140
|
+
.carousel__btnLink___eQWdx {
|
|
3141
|
+
font-weight: 500;
|
|
3142
|
+
letter-spacing: -0.02em;
|
|
3143
|
+
font-size: 12px;
|
|
3144
|
+
line-height: 14px;
|
|
3145
|
+
border-radius: var(--buttonRadius, 0px);
|
|
3146
|
+
cursor: pointer;
|
|
3147
|
+
color: var(--buttonLink, #b1655b);
|
|
3148
|
+
text-decoration: underline;
|
|
3149
|
+
background: none;
|
|
3150
|
+
border: none;
|
|
3151
|
+
}
|
|
3152
|
+
@media only screen and (min-width: 769px) {
|
|
3153
|
+
.carousel__btn-link___glyDY,
|
|
3154
|
+
.carousel__btnLink___eQWdx {
|
|
3155
|
+
font-weight: 500;
|
|
3156
|
+
letter-spacing: -0.02em;
|
|
3157
|
+
font-size: 14px;
|
|
3158
|
+
line-height: 16px;
|
|
3159
|
+
}
|
|
3160
|
+
}
|
|
3161
|
+
.carousel__btn-link___glyDY:hover,
|
|
3162
|
+
.carousel__btnLink___eQWdx:hover {
|
|
3163
|
+
color: var(--buttonLinkL1, #c1847c);
|
|
3164
|
+
}
|
|
3165
|
+
.carousel__btn-link___glyDY:disabled,
|
|
3166
|
+
.carousel__btnLink___eQWdx:disabled {
|
|
3167
|
+
color: var(--buttonLinkL2, #d0a39d);
|
|
3168
|
+
}
|
|
3169
|
+
.carousel__btn-link___glyDY:active,
|
|
3170
|
+
.carousel__btnLink___eQWdx:active {
|
|
3171
|
+
opacity: 0.8;
|
|
3172
|
+
}
|
|
3173
|
+
.carousel__user-select-none___e3b8_,
|
|
3174
|
+
.carousel__userSelectNone___UTFsk {
|
|
3175
|
+
user-select: none;
|
|
3176
|
+
-moz-user-select: none;
|
|
3177
|
+
-webkit-user-select: none;
|
|
3178
|
+
-ms-user-select: none;
|
|
3179
|
+
}
|
|
3180
|
+
.carousel__margin-0-auto___V6g65,
|
|
3181
|
+
.carousel__margin0auto___ySsps {
|
|
3182
|
+
margin: 0 auto;
|
|
3183
|
+
}
|
|
3184
|
+
.carousel__base-page-container___E6gwT,
|
|
3185
|
+
.carousel__basePageContainer___AGzmu {
|
|
3186
|
+
max-width: 1440px !important;
|
|
3187
|
+
}
|
|
3188
|
+
.carousel__remove-scroll___Pt0wR,
|
|
3189
|
+
.carousel__removeScroll___H2sDy {
|
|
3190
|
+
overflow-y: hidden !important;
|
|
3191
|
+
}
|
|
3192
|
+
.carousel__mr-5___zrCxV,
|
|
3193
|
+
.carousel__mr5___xkDz3 {
|
|
3194
|
+
margin-inline-end: 30px !important;
|
|
3195
|
+
}
|
|
3196
|
+
.carousel__mr-2___GMegU,
|
|
3197
|
+
.carousel__mr2___LW6Mf {
|
|
3198
|
+
margin-inline-end: 5px !important;
|
|
3199
|
+
}
|
|
3200
|
+
.carousel__py-5___X5LkA,
|
|
3201
|
+
.carousel__py5___H8tFM {
|
|
3202
|
+
padding-top: 1.875rem !important;
|
|
3203
|
+
padding-bottom: 1.875rem !important;
|
|
3204
|
+
}
|
|
3205
|
+
.carousel__view-all-text___xIJti,
|
|
3206
|
+
.carousel__viewAllText___UKfLU {
|
|
3207
|
+
font-size: 20px;
|
|
3208
|
+
font-weight: 400;
|
|
3209
|
+
text-transform: lowercase;
|
|
3210
|
+
text-decoration: underline;
|
|
3211
|
+
}
|
|
3212
|
+
.carousel__view-all-mobile___KN5tC,
|
|
3213
|
+
.carousel__viewAllMobile___UqtjR {
|
|
3214
|
+
display: none;
|
|
3215
|
+
}
|
|
3216
|
+
@media only screen and (max-width: 768px) {
|
|
3217
|
+
.carousel__view-all-mobile___KN5tC,
|
|
3218
|
+
.carousel__viewAllMobile___UqtjR {
|
|
3219
|
+
display: flex;
|
|
3220
|
+
align-items: center;
|
|
3221
|
+
justify-content: center;
|
|
3222
|
+
margin-top: 40px;
|
|
3223
|
+
}
|
|
3224
|
+
}
|
|
3225
|
+
@media only screen and (max-width: 480px) {
|
|
3226
|
+
.carousel__view-all-mobile___KN5tC,
|
|
3227
|
+
.carousel__viewAllMobile___UqtjR {
|
|
3228
|
+
margin-top: 24px;
|
|
3229
|
+
}
|
|
3230
|
+
}
|
|
3231
|
+
.carousel__accent-btn___ljV96,
|
|
3232
|
+
.carousel__accentBtn___eeYUW {
|
|
3233
|
+
background-color: var(--accentColor);
|
|
3234
|
+
color: #fff;
|
|
3235
|
+
}
|
|
3236
|
+
.carousel__no-scroll___Yl9Wg,
|
|
3237
|
+
.carousel__noScroll___V3m9I {
|
|
3238
|
+
overflow-y: hidden;
|
|
3239
|
+
}
|
|
3240
|
+
.carousel__hide-overflow___RSirN,
|
|
3241
|
+
.carousel__hideOverflow___O7cOa {
|
|
3242
|
+
overflow: hidden;
|
|
3243
|
+
}
|
|
3244
|
+
.carousel__markdown-body___mCpXK h6 {
|
|
3245
|
+
margin-top: 0 !important;
|
|
3246
|
+
margin-bottom: 0 !important;
|
|
3247
|
+
}
|
|
3248
|
+
@media only screen and (max-width: 480px) {
|
|
3249
|
+
.carousel__markdown-body___mCpXK {
|
|
3250
|
+
font-size: 12px !important;
|
|
3251
|
+
padding: 5px !important;
|
|
3252
|
+
}
|
|
3253
|
+
}
|
|
3254
|
+
.carousel__view3d-canvas___iHO9u {
|
|
3255
|
+
width: 100%;
|
|
3256
|
+
height: 100%;
|
|
3257
|
+
}
|
|
3258
|
+
@media only screen and (max-width: 480px) {
|
|
3259
|
+
.carousel__view-mobile-up___Okb4u {
|
|
3260
|
+
display: none !important;
|
|
3261
|
+
}
|
|
3262
|
+
}
|
|
3263
|
+
@media only screen and (min-width: 481px) {
|
|
3264
|
+
.carousel__view-mobile___l_iEN {
|
|
3265
|
+
display: none !important;
|
|
3266
|
+
}
|
|
3267
|
+
}
|
|
3268
|
+
.carousel__carousel___zSABm {
|
|
3269
|
+
position: relative;
|
|
3270
|
+
}
|
|
3271
|
+
.carousel__carouselContent___QZKSp {
|
|
3272
|
+
overflow: hidden;
|
|
3273
|
+
}
|
|
3274
|
+
.carousel__carouselTrack___aUjv6 {
|
|
3275
|
+
display: flex;
|
|
3276
|
+
}
|
|
3277
|
+
carouselTrackHorizontal {
|
|
3278
|
+
margin-left: -1rem;
|
|
3279
|
+
}
|
|
3280
|
+
carouselTrackVertical {
|
|
3281
|
+
flex-direction: column;
|
|
3282
|
+
margin-top: -1rem;
|
|
3283
|
+
}
|
|
3284
|
+
.carousel__carouselItem___zlVkY {
|
|
3285
|
+
min-width: 0;
|
|
3286
|
+
flex: 0 0 100%;
|
|
3287
|
+
}
|
|
3288
|
+
carouselItemHorizontal {
|
|
3289
|
+
padding-left: 1rem;
|
|
3290
|
+
}
|
|
3291
|
+
carouselItemVertical {
|
|
3292
|
+
padding-top: 1rem;
|
|
3293
|
+
}
|
|
3294
|
+
.carousel__carouselBtn___Z49nh {
|
|
3295
|
+
position: absolute;
|
|
3296
|
+
width: 1em;
|
|
3297
|
+
height: 1em;
|
|
3298
|
+
border-radius: 50%;
|
|
3299
|
+
font-size: 48px;
|
|
3300
|
+
transition: background-color 0.3s ease-in-out;
|
|
3301
|
+
display: flex;
|
|
3302
|
+
align-items: center;
|
|
3303
|
+
justify-content: center;
|
|
3304
|
+
border: 1px solid var(--dividerStokes, #d4d1d1);
|
|
3305
|
+
}
|
|
3306
|
+
.carousel__carouselBtn___Z49nh:hover {
|
|
3307
|
+
box-shadow: 0 6px 20px 0 var(--dividerStokes, #c0bebe);
|
|
3308
|
+
background: var(--themeAccentL4, #f8f8f8);
|
|
3309
|
+
}
|
|
3310
|
+
.carousel__carouselBtnIcon___uNRV7 {
|
|
3311
|
+
width: 0.8em;
|
|
3312
|
+
height: 0.8em;
|
|
3313
|
+
font-size: inherit;
|
|
3314
|
+
}
|
|
3315
|
+
.carousel__carouselPrevBtnHorizontal___eAomj {
|
|
3316
|
+
left: 20px;
|
|
3317
|
+
top: 50%;
|
|
3318
|
+
transform: translateY(-50%);
|
|
3319
|
+
}
|
|
3320
|
+
.carousel__carouselPrevBtnVertical___a0PqM {
|
|
3321
|
+
top: -36px;
|
|
3322
|
+
left: 50%;
|
|
3323
|
+
transform: translateX(-50%) rotate(90deg);
|
|
3324
|
+
}
|
|
3325
|
+
.carousel__carouselNextBtnHorizontal___AGucw {
|
|
3326
|
+
right: 20px;
|
|
3327
|
+
top: 50%;
|
|
3328
|
+
transform: translateY(-50%) rotate(180deg);
|
|
3329
|
+
}
|
|
3330
|
+
.carousel__carouselNextBtnVertical___zrvAb {
|
|
3331
|
+
bottom: -36px;
|
|
3332
|
+
left: 50%;
|
|
3333
|
+
transform: translateX(-50%) rotate(-90deg);
|
|
3334
|
+
}
|
|
3335
|
+
.carousel__srOnly___Q1z_4 {
|
|
3336
|
+
position: absolute;
|
|
3337
|
+
width: 1px;
|
|
3338
|
+
height: 1px;
|
|
3339
|
+
padding: 0;
|
|
3340
|
+
margin: -1px;
|
|
3341
|
+
overflow: hidden;
|
|
3342
|
+
clip: rect(0, 0, 0, 0);
|
|
3343
|
+
white-space: nowrap;
|
|
3344
|
+
border-width: 0;
|
|
3345
|
+
}
|
|
3346
|
+
|