@gofynd/theme-template 3.2.13 → 3.2.15
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 -400
- 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/card-form.css +0 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment-content.css +0 -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 -3
- package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
- package/dist/page-layouts/single-checkout/payment/juspay-card-from.css +0 -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 -8
- package/dist/pages/checkout/checkout.js +1 -1
- package/dist/pages/checkout/index.css +37 -8
- 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 -400
- 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
|
@@ -4820,6 +4820,7 @@ h5,
|
|
|
4820
4820
|
box-sizing: border-box;
|
|
4821
4821
|
width: 100%;
|
|
4822
4822
|
background-color: transparent;
|
|
4823
|
+
font-weight: 500;
|
|
4823
4824
|
}
|
|
4824
4825
|
@media only screen and (max-width: 480px) {
|
|
4825
4826
|
.fy-input__fyInput___S4Mtu {
|
|
@@ -4839,7 +4840,9 @@ h5,
|
|
|
4839
4840
|
outline: none;
|
|
4840
4841
|
}
|
|
4841
4842
|
.fy-input__fyInput___S4Mtu:disabled {
|
|
4842
|
-
color: var(--textSecondary);
|
|
4843
|
+
color: var(--textSecondary, #9c9c9c);
|
|
4844
|
+
border-color: var(--overlaypopupdividerstroke, #e0e0e0);
|
|
4845
|
+
font-weight: 400;
|
|
4843
4846
|
}
|
|
4844
4847
|
.fy-input__fyInput___S4Mtu:focus {
|
|
4845
4848
|
border-color: var(--buttonPrimary, #4e3f09);
|
|
@@ -4860,8 +4863,11 @@ h5,
|
|
|
4860
4863
|
height: 48px;
|
|
4861
4864
|
}
|
|
4862
4865
|
.fy-input__outlined___CEaKm.fy-input__inputDisable___M8Zn2 {
|
|
4863
|
-
border: 1px solid #
|
|
4866
|
+
border: 1px solid var(--overlaypopupdividerstroke, #e0e0e0);
|
|
4864
4867
|
cursor: not-allowed;
|
|
4868
|
+
pointer-events: auto;
|
|
4869
|
+
}
|
|
4870
|
+
.fy-input__outlined___CEaKm.fy-input__inputDisable___M8Zn2 input {
|
|
4865
4871
|
pointer-events: none;
|
|
4866
4872
|
}
|
|
4867
4873
|
.fy-input__outlined___CEaKm.fy-input__medium___L3QsD {
|
|
@@ -11938,6 +11944,421 @@ h5,
|
|
|
11938
11944
|
transform: translate(50%, -50%);
|
|
11939
11945
|
}
|
|
11940
11946
|
|
|
11947
|
+
/**color by character**/
|
|
11948
|
+
/** Font family **/
|
|
11949
|
+
/** Font weight **/
|
|
11950
|
+
.carousel__display-block___utsUU {
|
|
11951
|
+
display: block;
|
|
11952
|
+
}
|
|
11953
|
+
.carousel__inline-block___r5jIE,
|
|
11954
|
+
.carousel__inlineBlock___CweDs {
|
|
11955
|
+
display: inline-block;
|
|
11956
|
+
}
|
|
11957
|
+
.carousel__flex-row___dT_l6 {
|
|
11958
|
+
display: flex;
|
|
11959
|
+
}
|
|
11960
|
+
.carousel__flex-column___bsAla,
|
|
11961
|
+
.carousel__flexColumn___XGHeP {
|
|
11962
|
+
display: flex;
|
|
11963
|
+
flex-direction: column;
|
|
11964
|
+
}
|
|
11965
|
+
.carousel__flex-align-center___RXd0L,
|
|
11966
|
+
.carousel__flexAlignCenter___xwCsl {
|
|
11967
|
+
display: flex;
|
|
11968
|
+
align-items: center;
|
|
11969
|
+
}
|
|
11970
|
+
.carousel__flex-justify-center___TME7Y,
|
|
11971
|
+
.carousel__flexJustifyCenter___WgnF3 {
|
|
11972
|
+
display: flex;
|
|
11973
|
+
justify-content: center;
|
|
11974
|
+
}
|
|
11975
|
+
.carousel__flex-center___XZwk8,
|
|
11976
|
+
.carousel__flexCenter___r6nnD {
|
|
11977
|
+
display: flex;
|
|
11978
|
+
justify-content: center;
|
|
11979
|
+
align-items: center;
|
|
11980
|
+
}
|
|
11981
|
+
.carousel__justify-start___zWbwC,
|
|
11982
|
+
.carousel__justifyStart___LixAq {
|
|
11983
|
+
justify-content: flex-start;
|
|
11984
|
+
}
|
|
11985
|
+
.carousel__justify-end___im5_L,
|
|
11986
|
+
.carousel__justifyEnd___tPVVJ {
|
|
11987
|
+
justify-content: flex-end;
|
|
11988
|
+
}
|
|
11989
|
+
.carousel__justify-between___e4Kcp,
|
|
11990
|
+
.carousel__justifyBetween___x2p0g {
|
|
11991
|
+
justify-content: space-between;
|
|
11992
|
+
}
|
|
11993
|
+
.carousel__justify-around___SPh3u,
|
|
11994
|
+
.carousel__justifyAround___XrmYt {
|
|
11995
|
+
justify-content: space-around;
|
|
11996
|
+
}
|
|
11997
|
+
.carousel__justify-evenly___FN8sv,
|
|
11998
|
+
.carousel__justifyEvenly___T1Av0 {
|
|
11999
|
+
justify-content: space-evenly;
|
|
12000
|
+
}
|
|
12001
|
+
h1,
|
|
12002
|
+
.carousel__h1___ee7pZ {
|
|
12003
|
+
font-weight: 700;
|
|
12004
|
+
font-size: 28px;
|
|
12005
|
+
line-height: 42px;
|
|
12006
|
+
letter-spacing: -0.03em;
|
|
12007
|
+
color: var(--textHeading, #26201a);
|
|
12008
|
+
}
|
|
12009
|
+
@media only screen and (min-width: 769px) {
|
|
12010
|
+
h1,
|
|
12011
|
+
.carousel__h1___ee7pZ {
|
|
12012
|
+
font-size: 36px;
|
|
12013
|
+
line-height: 48px;
|
|
12014
|
+
}
|
|
12015
|
+
}
|
|
12016
|
+
h2,
|
|
12017
|
+
.carousel__h2___ZNSIB {
|
|
12018
|
+
font-weight: 700;
|
|
12019
|
+
font-size: 28px;
|
|
12020
|
+
line-height: 36px;
|
|
12021
|
+
letter-spacing: -0.03em;
|
|
12022
|
+
color: var(--textHeading, #26201a);
|
|
12023
|
+
}
|
|
12024
|
+
@media only screen and (min-width: 769px) {
|
|
12025
|
+
h2,
|
|
12026
|
+
.carousel__h2___ZNSIB {
|
|
12027
|
+
font-size: 32px;
|
|
12028
|
+
line-height: 42px;
|
|
12029
|
+
}
|
|
12030
|
+
}
|
|
12031
|
+
h3,
|
|
12032
|
+
.carousel__h3___TRk7C {
|
|
12033
|
+
font-weight: 700;
|
|
12034
|
+
letter-spacing: -0.02em;
|
|
12035
|
+
color: var(--textHeading, #26201a);
|
|
12036
|
+
font-size: 24px;
|
|
12037
|
+
line-height: 32px;
|
|
12038
|
+
}
|
|
12039
|
+
@media only screen and (min-width: 769px) {
|
|
12040
|
+
h3,
|
|
12041
|
+
.carousel__h3___TRk7C {
|
|
12042
|
+
font-weight: 700;
|
|
12043
|
+
letter-spacing: -0.02em;
|
|
12044
|
+
color: var(--textHeading, #26201a);
|
|
12045
|
+
font-size: 28px;
|
|
12046
|
+
line-height: 36px;
|
|
12047
|
+
}
|
|
12048
|
+
}
|
|
12049
|
+
h4,
|
|
12050
|
+
.carousel__h4___v15SC {
|
|
12051
|
+
font-weight: 600;
|
|
12052
|
+
letter-spacing: -0.02em;
|
|
12053
|
+
color: var(--textHeading, #26201a);
|
|
12054
|
+
font-size: 16px;
|
|
12055
|
+
line-height: 1.5;
|
|
12056
|
+
}
|
|
12057
|
+
@media only screen and (min-width: 769px) {
|
|
12058
|
+
h4,
|
|
12059
|
+
.carousel__h4___v15SC {
|
|
12060
|
+
font-weight: 600;
|
|
12061
|
+
letter-spacing: -0.02em;
|
|
12062
|
+
color: var(--textHeading, #26201a);
|
|
12063
|
+
font-size: 20px;
|
|
12064
|
+
line-height: 1.5;
|
|
12065
|
+
}
|
|
12066
|
+
}
|
|
12067
|
+
h5,
|
|
12068
|
+
.carousel__h5___8ITca {
|
|
12069
|
+
font-weight: 600;
|
|
12070
|
+
font-size: 14px;
|
|
12071
|
+
line-height: 16px;
|
|
12072
|
+
letter-spacing: -0.02em;
|
|
12073
|
+
color: var(--textHeading, #26201a);
|
|
12074
|
+
}
|
|
12075
|
+
@media only screen and (min-width: 769px) {
|
|
12076
|
+
h5,
|
|
12077
|
+
.carousel__h5___8ITca {
|
|
12078
|
+
font-size: 16px;
|
|
12079
|
+
line-height: 18px;
|
|
12080
|
+
}
|
|
12081
|
+
}
|
|
12082
|
+
.carousel__b1___BJlKm {
|
|
12083
|
+
font-weight: 400;
|
|
12084
|
+
font-size: 14px;
|
|
12085
|
+
line-height: 18px;
|
|
12086
|
+
letter-spacing: -0.02em;
|
|
12087
|
+
color: var(--textBody, #3c3131);
|
|
12088
|
+
}
|
|
12089
|
+
@media only screen and (min-width: 769px) {
|
|
12090
|
+
.carousel__b1___BJlKm {
|
|
12091
|
+
font-size: 16px;
|
|
12092
|
+
line-height: 20px;
|
|
12093
|
+
}
|
|
12094
|
+
}
|
|
12095
|
+
.carousel__b-small___eEZM0,
|
|
12096
|
+
.carousel__bSmall___z55Bs,
|
|
12097
|
+
.carousel__b2___OCSqn {
|
|
12098
|
+
font-weight: 400;
|
|
12099
|
+
letter-spacing: -0.02em;
|
|
12100
|
+
color: var(--textBody, #3c3131);
|
|
12101
|
+
font-size: 12px;
|
|
12102
|
+
line-height: 16px;
|
|
12103
|
+
}
|
|
12104
|
+
@media only screen and (min-width: 769px) {
|
|
12105
|
+
.carousel__b-small___eEZM0,
|
|
12106
|
+
.carousel__bSmall___z55Bs,
|
|
12107
|
+
.carousel__b2___OCSqn {
|
|
12108
|
+
font-weight: 400;
|
|
12109
|
+
letter-spacing: -0.02em;
|
|
12110
|
+
color: var(--textBody, #3c3131);
|
|
12111
|
+
font-size: 14px;
|
|
12112
|
+
line-height: 18px;
|
|
12113
|
+
}
|
|
12114
|
+
}
|
|
12115
|
+
.carousel__d1___HGZ3m {
|
|
12116
|
+
font-size: 36px;
|
|
12117
|
+
font-weight: 700;
|
|
12118
|
+
line-height: 48px;
|
|
12119
|
+
letter-spacing: -0.02em;
|
|
12120
|
+
}
|
|
12121
|
+
@media only screen and (min-width: 769px) {
|
|
12122
|
+
.carousel__d1___HGZ3m {
|
|
12123
|
+
font-size: 64px;
|
|
12124
|
+
line-height: 85px;
|
|
12125
|
+
letter-spacing: -0.03em;
|
|
12126
|
+
}
|
|
12127
|
+
}
|
|
12128
|
+
.carousel__caption-medium___geBOh,
|
|
12129
|
+
.carousel__captionMedium___fKLRf {
|
|
12130
|
+
font-size: 12px;
|
|
12131
|
+
line-height: 1.5;
|
|
12132
|
+
letter-spacing: -0.02em;
|
|
12133
|
+
font-weight: 500;
|
|
12134
|
+
}
|
|
12135
|
+
@media only screen and (max-width: 480px) {
|
|
12136
|
+
.carousel__caption-medium___geBOh,
|
|
12137
|
+
.carousel__captionMedium___fKLRf {
|
|
12138
|
+
font-size: 11px;
|
|
12139
|
+
}
|
|
12140
|
+
}
|
|
12141
|
+
.carousel__caption-semi-bold___mn18z,
|
|
12142
|
+
.carousel__captionSemiBold___USgYk {
|
|
12143
|
+
font-size: 12px;
|
|
12144
|
+
line-height: 1.5;
|
|
12145
|
+
letter-spacing: -0.02em;
|
|
12146
|
+
font-weight: 600;
|
|
12147
|
+
}
|
|
12148
|
+
@media only screen and (max-width: 480px) {
|
|
12149
|
+
.carousel__caption-semi-bold___mn18z,
|
|
12150
|
+
.carousel__captionSemiBold___USgYk {
|
|
12151
|
+
font-size: 11px;
|
|
12152
|
+
}
|
|
12153
|
+
}
|
|
12154
|
+
.carousel__btn-link___glyDY,
|
|
12155
|
+
.carousel__btnLink___eQWdx {
|
|
12156
|
+
font-weight: 500;
|
|
12157
|
+
letter-spacing: -0.02em;
|
|
12158
|
+
font-size: 12px;
|
|
12159
|
+
line-height: 14px;
|
|
12160
|
+
border-radius: var(--buttonRadius, 0px);
|
|
12161
|
+
cursor: pointer;
|
|
12162
|
+
color: var(--buttonLink, #b1655b);
|
|
12163
|
+
text-decoration: underline;
|
|
12164
|
+
background: none;
|
|
12165
|
+
border: none;
|
|
12166
|
+
}
|
|
12167
|
+
@media only screen and (min-width: 769px) {
|
|
12168
|
+
.carousel__btn-link___glyDY,
|
|
12169
|
+
.carousel__btnLink___eQWdx {
|
|
12170
|
+
font-weight: 500;
|
|
12171
|
+
letter-spacing: -0.02em;
|
|
12172
|
+
font-size: 14px;
|
|
12173
|
+
line-height: 16px;
|
|
12174
|
+
}
|
|
12175
|
+
}
|
|
12176
|
+
.carousel__btn-link___glyDY:hover,
|
|
12177
|
+
.carousel__btnLink___eQWdx:hover {
|
|
12178
|
+
color: var(--buttonLinkL1, #c1847c);
|
|
12179
|
+
}
|
|
12180
|
+
.carousel__btn-link___glyDY:disabled,
|
|
12181
|
+
.carousel__btnLink___eQWdx:disabled {
|
|
12182
|
+
color: var(--buttonLinkL2, #d0a39d);
|
|
12183
|
+
}
|
|
12184
|
+
.carousel__btn-link___glyDY:active,
|
|
12185
|
+
.carousel__btnLink___eQWdx:active {
|
|
12186
|
+
opacity: 0.8;
|
|
12187
|
+
}
|
|
12188
|
+
.carousel__user-select-none___e3b8_,
|
|
12189
|
+
.carousel__userSelectNone___UTFsk {
|
|
12190
|
+
user-select: none;
|
|
12191
|
+
-moz-user-select: none;
|
|
12192
|
+
-webkit-user-select: none;
|
|
12193
|
+
-ms-user-select: none;
|
|
12194
|
+
}
|
|
12195
|
+
.carousel__margin-0-auto___V6g65,
|
|
12196
|
+
.carousel__margin0auto___ySsps {
|
|
12197
|
+
margin: 0 auto;
|
|
12198
|
+
}
|
|
12199
|
+
.carousel__base-page-container___E6gwT,
|
|
12200
|
+
.carousel__basePageContainer___AGzmu {
|
|
12201
|
+
max-width: 1440px !important;
|
|
12202
|
+
}
|
|
12203
|
+
.carousel__remove-scroll___Pt0wR,
|
|
12204
|
+
.carousel__removeScroll___H2sDy {
|
|
12205
|
+
overflow-y: hidden !important;
|
|
12206
|
+
}
|
|
12207
|
+
.carousel__mr-5___zrCxV,
|
|
12208
|
+
.carousel__mr5___xkDz3 {
|
|
12209
|
+
margin-inline-end: 30px !important;
|
|
12210
|
+
}
|
|
12211
|
+
.carousel__mr-2___GMegU,
|
|
12212
|
+
.carousel__mr2___LW6Mf {
|
|
12213
|
+
margin-inline-end: 5px !important;
|
|
12214
|
+
}
|
|
12215
|
+
.carousel__py-5___X5LkA,
|
|
12216
|
+
.carousel__py5___H8tFM {
|
|
12217
|
+
padding-top: 1.875rem !important;
|
|
12218
|
+
padding-bottom: 1.875rem !important;
|
|
12219
|
+
}
|
|
12220
|
+
.carousel__view-all-text___xIJti,
|
|
12221
|
+
.carousel__viewAllText___UKfLU {
|
|
12222
|
+
font-size: 20px;
|
|
12223
|
+
font-weight: 400;
|
|
12224
|
+
text-transform: lowercase;
|
|
12225
|
+
text-decoration: underline;
|
|
12226
|
+
}
|
|
12227
|
+
.carousel__view-all-mobile___KN5tC,
|
|
12228
|
+
.carousel__viewAllMobile___UqtjR {
|
|
12229
|
+
display: none;
|
|
12230
|
+
}
|
|
12231
|
+
@media only screen and (max-width: 768px) {
|
|
12232
|
+
.carousel__view-all-mobile___KN5tC,
|
|
12233
|
+
.carousel__viewAllMobile___UqtjR {
|
|
12234
|
+
display: flex;
|
|
12235
|
+
align-items: center;
|
|
12236
|
+
justify-content: center;
|
|
12237
|
+
margin-top: 40px;
|
|
12238
|
+
}
|
|
12239
|
+
}
|
|
12240
|
+
@media only screen and (max-width: 480px) {
|
|
12241
|
+
.carousel__view-all-mobile___KN5tC,
|
|
12242
|
+
.carousel__viewAllMobile___UqtjR {
|
|
12243
|
+
margin-top: 24px;
|
|
12244
|
+
}
|
|
12245
|
+
}
|
|
12246
|
+
.carousel__accent-btn___ljV96,
|
|
12247
|
+
.carousel__accentBtn___eeYUW {
|
|
12248
|
+
background-color: var(--accentColor);
|
|
12249
|
+
color: #fff;
|
|
12250
|
+
}
|
|
12251
|
+
.carousel__no-scroll___Yl9Wg,
|
|
12252
|
+
.carousel__noScroll___V3m9I {
|
|
12253
|
+
overflow-y: hidden;
|
|
12254
|
+
}
|
|
12255
|
+
.carousel__hide-overflow___RSirN,
|
|
12256
|
+
.carousel__hideOverflow___O7cOa {
|
|
12257
|
+
overflow: hidden;
|
|
12258
|
+
}
|
|
12259
|
+
.carousel__markdown-body___mCpXK h6 {
|
|
12260
|
+
margin-top: 0 !important;
|
|
12261
|
+
margin-bottom: 0 !important;
|
|
12262
|
+
}
|
|
12263
|
+
@media only screen and (max-width: 480px) {
|
|
12264
|
+
.carousel__markdown-body___mCpXK {
|
|
12265
|
+
font-size: 12px !important;
|
|
12266
|
+
padding: 5px !important;
|
|
12267
|
+
}
|
|
12268
|
+
}
|
|
12269
|
+
.carousel__view3d-canvas___iHO9u {
|
|
12270
|
+
width: 100%;
|
|
12271
|
+
height: 100%;
|
|
12272
|
+
}
|
|
12273
|
+
@media only screen and (max-width: 480px) {
|
|
12274
|
+
.carousel__view-mobile-up___Okb4u {
|
|
12275
|
+
display: none !important;
|
|
12276
|
+
}
|
|
12277
|
+
}
|
|
12278
|
+
@media only screen and (min-width: 481px) {
|
|
12279
|
+
.carousel__view-mobile___l_iEN {
|
|
12280
|
+
display: none !important;
|
|
12281
|
+
}
|
|
12282
|
+
}
|
|
12283
|
+
.carousel__carousel___zSABm {
|
|
12284
|
+
position: relative;
|
|
12285
|
+
}
|
|
12286
|
+
.carousel__carouselContent___QZKSp {
|
|
12287
|
+
overflow: hidden;
|
|
12288
|
+
}
|
|
12289
|
+
.carousel__carouselTrack___aUjv6 {
|
|
12290
|
+
display: flex;
|
|
12291
|
+
}
|
|
12292
|
+
carouselTrackHorizontal {
|
|
12293
|
+
margin-left: -1rem;
|
|
12294
|
+
}
|
|
12295
|
+
carouselTrackVertical {
|
|
12296
|
+
flex-direction: column;
|
|
12297
|
+
margin-top: -1rem;
|
|
12298
|
+
}
|
|
12299
|
+
.carousel__carouselItem___zlVkY {
|
|
12300
|
+
min-width: 0;
|
|
12301
|
+
flex: 0 0 100%;
|
|
12302
|
+
}
|
|
12303
|
+
carouselItemHorizontal {
|
|
12304
|
+
padding-left: 1rem;
|
|
12305
|
+
}
|
|
12306
|
+
carouselItemVertical {
|
|
12307
|
+
padding-top: 1rem;
|
|
12308
|
+
}
|
|
12309
|
+
.carousel__carouselBtn___Z49nh {
|
|
12310
|
+
position: absolute;
|
|
12311
|
+
width: 1em;
|
|
12312
|
+
height: 1em;
|
|
12313
|
+
border-radius: 50%;
|
|
12314
|
+
font-size: 48px;
|
|
12315
|
+
transition: background-color 0.3s ease-in-out;
|
|
12316
|
+
display: flex;
|
|
12317
|
+
align-items: center;
|
|
12318
|
+
justify-content: center;
|
|
12319
|
+
border: 1px solid var(--dividerStokes, #d4d1d1);
|
|
12320
|
+
}
|
|
12321
|
+
.carousel__carouselBtn___Z49nh:hover {
|
|
12322
|
+
box-shadow: 0 6px 20px 0 var(--dividerStokes, #c0bebe);
|
|
12323
|
+
background: var(--themeAccentL4, #f8f8f8);
|
|
12324
|
+
}
|
|
12325
|
+
.carousel__carouselBtnIcon___uNRV7 {
|
|
12326
|
+
width: 0.8em;
|
|
12327
|
+
height: 0.8em;
|
|
12328
|
+
font-size: inherit;
|
|
12329
|
+
}
|
|
12330
|
+
.carousel__carouselPrevBtnHorizontal___eAomj {
|
|
12331
|
+
left: 20px;
|
|
12332
|
+
top: 50%;
|
|
12333
|
+
transform: translateY(-50%);
|
|
12334
|
+
}
|
|
12335
|
+
.carousel__carouselPrevBtnVertical___a0PqM {
|
|
12336
|
+
top: -36px;
|
|
12337
|
+
left: 50%;
|
|
12338
|
+
transform: translateX(-50%) rotate(90deg);
|
|
12339
|
+
}
|
|
12340
|
+
.carousel__carouselNextBtnHorizontal___AGucw {
|
|
12341
|
+
right: 20px;
|
|
12342
|
+
top: 50%;
|
|
12343
|
+
transform: translateY(-50%) rotate(180deg);
|
|
12344
|
+
}
|
|
12345
|
+
.carousel__carouselNextBtnVertical___zrvAb {
|
|
12346
|
+
bottom: -36px;
|
|
12347
|
+
left: 50%;
|
|
12348
|
+
transform: translateX(-50%) rotate(-90deg);
|
|
12349
|
+
}
|
|
12350
|
+
.carousel__srOnly___Q1z_4 {
|
|
12351
|
+
position: absolute;
|
|
12352
|
+
width: 1px;
|
|
12353
|
+
height: 1px;
|
|
12354
|
+
padding: 0;
|
|
12355
|
+
margin: -1px;
|
|
12356
|
+
overflow: hidden;
|
|
12357
|
+
clip: rect(0, 0, 0, 0);
|
|
12358
|
+
white-space: nowrap;
|
|
12359
|
+
border-width: 0;
|
|
12360
|
+
}
|
|
12361
|
+
|
|
11941
12362
|
/**color by character**/
|
|
11942
12363
|
/** Font family **/
|
|
11943
12364
|
/** Font weight **/
|