@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
|
@@ -1080,3 +1080,418 @@ h5,
|
|
|
1080
1080
|
transform: translate(50%, -50%);
|
|
1081
1081
|
}
|
|
1082
1082
|
|
|
1083
|
+
/**color by character**/
|
|
1084
|
+
/** Font family **/
|
|
1085
|
+
/** Font weight **/
|
|
1086
|
+
.carousel__display-block___utsUU {
|
|
1087
|
+
display: block;
|
|
1088
|
+
}
|
|
1089
|
+
.carousel__inline-block___r5jIE,
|
|
1090
|
+
.carousel__inlineBlock___CweDs {
|
|
1091
|
+
display: inline-block;
|
|
1092
|
+
}
|
|
1093
|
+
.carousel__flex-row___dT_l6 {
|
|
1094
|
+
display: flex;
|
|
1095
|
+
}
|
|
1096
|
+
.carousel__flex-column___bsAla,
|
|
1097
|
+
.carousel__flexColumn___XGHeP {
|
|
1098
|
+
display: flex;
|
|
1099
|
+
flex-direction: column;
|
|
1100
|
+
}
|
|
1101
|
+
.carousel__flex-align-center___RXd0L,
|
|
1102
|
+
.carousel__flexAlignCenter___xwCsl {
|
|
1103
|
+
display: flex;
|
|
1104
|
+
align-items: center;
|
|
1105
|
+
}
|
|
1106
|
+
.carousel__flex-justify-center___TME7Y,
|
|
1107
|
+
.carousel__flexJustifyCenter___WgnF3 {
|
|
1108
|
+
display: flex;
|
|
1109
|
+
justify-content: center;
|
|
1110
|
+
}
|
|
1111
|
+
.carousel__flex-center___XZwk8,
|
|
1112
|
+
.carousel__flexCenter___r6nnD {
|
|
1113
|
+
display: flex;
|
|
1114
|
+
justify-content: center;
|
|
1115
|
+
align-items: center;
|
|
1116
|
+
}
|
|
1117
|
+
.carousel__justify-start___zWbwC,
|
|
1118
|
+
.carousel__justifyStart___LixAq {
|
|
1119
|
+
justify-content: flex-start;
|
|
1120
|
+
}
|
|
1121
|
+
.carousel__justify-end___im5_L,
|
|
1122
|
+
.carousel__justifyEnd___tPVVJ {
|
|
1123
|
+
justify-content: flex-end;
|
|
1124
|
+
}
|
|
1125
|
+
.carousel__justify-between___e4Kcp,
|
|
1126
|
+
.carousel__justifyBetween___x2p0g {
|
|
1127
|
+
justify-content: space-between;
|
|
1128
|
+
}
|
|
1129
|
+
.carousel__justify-around___SPh3u,
|
|
1130
|
+
.carousel__justifyAround___XrmYt {
|
|
1131
|
+
justify-content: space-around;
|
|
1132
|
+
}
|
|
1133
|
+
.carousel__justify-evenly___FN8sv,
|
|
1134
|
+
.carousel__justifyEvenly___T1Av0 {
|
|
1135
|
+
justify-content: space-evenly;
|
|
1136
|
+
}
|
|
1137
|
+
h1,
|
|
1138
|
+
.carousel__h1___ee7pZ {
|
|
1139
|
+
font-weight: 700;
|
|
1140
|
+
font-size: 28px;
|
|
1141
|
+
line-height: 42px;
|
|
1142
|
+
letter-spacing: -0.03em;
|
|
1143
|
+
color: var(--textHeading, #26201a);
|
|
1144
|
+
}
|
|
1145
|
+
@media only screen and (min-width: 769px) {
|
|
1146
|
+
h1,
|
|
1147
|
+
.carousel__h1___ee7pZ {
|
|
1148
|
+
font-size: 36px;
|
|
1149
|
+
line-height: 48px;
|
|
1150
|
+
}
|
|
1151
|
+
}
|
|
1152
|
+
h2,
|
|
1153
|
+
.carousel__h2___ZNSIB {
|
|
1154
|
+
font-weight: 700;
|
|
1155
|
+
font-size: 28px;
|
|
1156
|
+
line-height: 36px;
|
|
1157
|
+
letter-spacing: -0.03em;
|
|
1158
|
+
color: var(--textHeading, #26201a);
|
|
1159
|
+
}
|
|
1160
|
+
@media only screen and (min-width: 769px) {
|
|
1161
|
+
h2,
|
|
1162
|
+
.carousel__h2___ZNSIB {
|
|
1163
|
+
font-size: 32px;
|
|
1164
|
+
line-height: 42px;
|
|
1165
|
+
}
|
|
1166
|
+
}
|
|
1167
|
+
h3,
|
|
1168
|
+
.carousel__h3___TRk7C {
|
|
1169
|
+
font-weight: 700;
|
|
1170
|
+
letter-spacing: -0.02em;
|
|
1171
|
+
color: var(--textHeading, #26201a);
|
|
1172
|
+
font-size: 24px;
|
|
1173
|
+
line-height: 32px;
|
|
1174
|
+
}
|
|
1175
|
+
@media only screen and (min-width: 769px) {
|
|
1176
|
+
h3,
|
|
1177
|
+
.carousel__h3___TRk7C {
|
|
1178
|
+
font-weight: 700;
|
|
1179
|
+
letter-spacing: -0.02em;
|
|
1180
|
+
color: var(--textHeading, #26201a);
|
|
1181
|
+
font-size: 28px;
|
|
1182
|
+
line-height: 36px;
|
|
1183
|
+
}
|
|
1184
|
+
}
|
|
1185
|
+
h4,
|
|
1186
|
+
.carousel__h4___v15SC {
|
|
1187
|
+
font-weight: 600;
|
|
1188
|
+
letter-spacing: -0.02em;
|
|
1189
|
+
color: var(--textHeading, #26201a);
|
|
1190
|
+
font-size: 16px;
|
|
1191
|
+
line-height: 1.5;
|
|
1192
|
+
}
|
|
1193
|
+
@media only screen and (min-width: 769px) {
|
|
1194
|
+
h4,
|
|
1195
|
+
.carousel__h4___v15SC {
|
|
1196
|
+
font-weight: 600;
|
|
1197
|
+
letter-spacing: -0.02em;
|
|
1198
|
+
color: var(--textHeading, #26201a);
|
|
1199
|
+
font-size: 20px;
|
|
1200
|
+
line-height: 1.5;
|
|
1201
|
+
}
|
|
1202
|
+
}
|
|
1203
|
+
h5,
|
|
1204
|
+
.carousel__h5___8ITca {
|
|
1205
|
+
font-weight: 600;
|
|
1206
|
+
font-size: 14px;
|
|
1207
|
+
line-height: 16px;
|
|
1208
|
+
letter-spacing: -0.02em;
|
|
1209
|
+
color: var(--textHeading, #26201a);
|
|
1210
|
+
}
|
|
1211
|
+
@media only screen and (min-width: 769px) {
|
|
1212
|
+
h5,
|
|
1213
|
+
.carousel__h5___8ITca {
|
|
1214
|
+
font-size: 16px;
|
|
1215
|
+
line-height: 18px;
|
|
1216
|
+
}
|
|
1217
|
+
}
|
|
1218
|
+
.carousel__b1___BJlKm {
|
|
1219
|
+
font-weight: 400;
|
|
1220
|
+
font-size: 14px;
|
|
1221
|
+
line-height: 18px;
|
|
1222
|
+
letter-spacing: -0.02em;
|
|
1223
|
+
color: var(--textBody, #3c3131);
|
|
1224
|
+
}
|
|
1225
|
+
@media only screen and (min-width: 769px) {
|
|
1226
|
+
.carousel__b1___BJlKm {
|
|
1227
|
+
font-size: 16px;
|
|
1228
|
+
line-height: 20px;
|
|
1229
|
+
}
|
|
1230
|
+
}
|
|
1231
|
+
.carousel__b-small___eEZM0,
|
|
1232
|
+
.carousel__bSmall___z55Bs,
|
|
1233
|
+
.carousel__b2___OCSqn {
|
|
1234
|
+
font-weight: 400;
|
|
1235
|
+
letter-spacing: -0.02em;
|
|
1236
|
+
color: var(--textBody, #3c3131);
|
|
1237
|
+
font-size: 12px;
|
|
1238
|
+
line-height: 16px;
|
|
1239
|
+
}
|
|
1240
|
+
@media only screen and (min-width: 769px) {
|
|
1241
|
+
.carousel__b-small___eEZM0,
|
|
1242
|
+
.carousel__bSmall___z55Bs,
|
|
1243
|
+
.carousel__b2___OCSqn {
|
|
1244
|
+
font-weight: 400;
|
|
1245
|
+
letter-spacing: -0.02em;
|
|
1246
|
+
color: var(--textBody, #3c3131);
|
|
1247
|
+
font-size: 14px;
|
|
1248
|
+
line-height: 18px;
|
|
1249
|
+
}
|
|
1250
|
+
}
|
|
1251
|
+
.carousel__d1___HGZ3m {
|
|
1252
|
+
font-size: 36px;
|
|
1253
|
+
font-weight: 700;
|
|
1254
|
+
line-height: 48px;
|
|
1255
|
+
letter-spacing: -0.02em;
|
|
1256
|
+
}
|
|
1257
|
+
@media only screen and (min-width: 769px) {
|
|
1258
|
+
.carousel__d1___HGZ3m {
|
|
1259
|
+
font-size: 64px;
|
|
1260
|
+
line-height: 85px;
|
|
1261
|
+
letter-spacing: -0.03em;
|
|
1262
|
+
}
|
|
1263
|
+
}
|
|
1264
|
+
.carousel__caption-medium___geBOh,
|
|
1265
|
+
.carousel__captionMedium___fKLRf {
|
|
1266
|
+
font-size: 12px;
|
|
1267
|
+
line-height: 1.5;
|
|
1268
|
+
letter-spacing: -0.02em;
|
|
1269
|
+
font-weight: 500;
|
|
1270
|
+
}
|
|
1271
|
+
@media only screen and (max-width: 480px) {
|
|
1272
|
+
.carousel__caption-medium___geBOh,
|
|
1273
|
+
.carousel__captionMedium___fKLRf {
|
|
1274
|
+
font-size: 11px;
|
|
1275
|
+
}
|
|
1276
|
+
}
|
|
1277
|
+
.carousel__caption-semi-bold___mn18z,
|
|
1278
|
+
.carousel__captionSemiBold___USgYk {
|
|
1279
|
+
font-size: 12px;
|
|
1280
|
+
line-height: 1.5;
|
|
1281
|
+
letter-spacing: -0.02em;
|
|
1282
|
+
font-weight: 600;
|
|
1283
|
+
}
|
|
1284
|
+
@media only screen and (max-width: 480px) {
|
|
1285
|
+
.carousel__caption-semi-bold___mn18z,
|
|
1286
|
+
.carousel__captionSemiBold___USgYk {
|
|
1287
|
+
font-size: 11px;
|
|
1288
|
+
}
|
|
1289
|
+
}
|
|
1290
|
+
.carousel__btn-link___glyDY,
|
|
1291
|
+
.carousel__btnLink___eQWdx {
|
|
1292
|
+
font-weight: 500;
|
|
1293
|
+
letter-spacing: -0.02em;
|
|
1294
|
+
font-size: 12px;
|
|
1295
|
+
line-height: 14px;
|
|
1296
|
+
border-radius: var(--buttonRadius, 0px);
|
|
1297
|
+
cursor: pointer;
|
|
1298
|
+
color: var(--buttonLink, #b1655b);
|
|
1299
|
+
text-decoration: underline;
|
|
1300
|
+
background: none;
|
|
1301
|
+
border: none;
|
|
1302
|
+
}
|
|
1303
|
+
@media only screen and (min-width: 769px) {
|
|
1304
|
+
.carousel__btn-link___glyDY,
|
|
1305
|
+
.carousel__btnLink___eQWdx {
|
|
1306
|
+
font-weight: 500;
|
|
1307
|
+
letter-spacing: -0.02em;
|
|
1308
|
+
font-size: 14px;
|
|
1309
|
+
line-height: 16px;
|
|
1310
|
+
}
|
|
1311
|
+
}
|
|
1312
|
+
.carousel__btn-link___glyDY:hover,
|
|
1313
|
+
.carousel__btnLink___eQWdx:hover {
|
|
1314
|
+
color: var(--buttonLinkL1, #c1847c);
|
|
1315
|
+
}
|
|
1316
|
+
.carousel__btn-link___glyDY:disabled,
|
|
1317
|
+
.carousel__btnLink___eQWdx:disabled {
|
|
1318
|
+
color: var(--buttonLinkL2, #d0a39d);
|
|
1319
|
+
}
|
|
1320
|
+
.carousel__btn-link___glyDY:active,
|
|
1321
|
+
.carousel__btnLink___eQWdx:active {
|
|
1322
|
+
opacity: 0.8;
|
|
1323
|
+
}
|
|
1324
|
+
.carousel__user-select-none___e3b8_,
|
|
1325
|
+
.carousel__userSelectNone___UTFsk {
|
|
1326
|
+
user-select: none;
|
|
1327
|
+
-moz-user-select: none;
|
|
1328
|
+
-webkit-user-select: none;
|
|
1329
|
+
-ms-user-select: none;
|
|
1330
|
+
}
|
|
1331
|
+
.carousel__margin-0-auto___V6g65,
|
|
1332
|
+
.carousel__margin0auto___ySsps {
|
|
1333
|
+
margin: 0 auto;
|
|
1334
|
+
}
|
|
1335
|
+
.carousel__base-page-container___E6gwT,
|
|
1336
|
+
.carousel__basePageContainer___AGzmu {
|
|
1337
|
+
max-width: 1440px !important;
|
|
1338
|
+
}
|
|
1339
|
+
.carousel__remove-scroll___Pt0wR,
|
|
1340
|
+
.carousel__removeScroll___H2sDy {
|
|
1341
|
+
overflow-y: hidden !important;
|
|
1342
|
+
}
|
|
1343
|
+
.carousel__mr-5___zrCxV,
|
|
1344
|
+
.carousel__mr5___xkDz3 {
|
|
1345
|
+
margin-inline-end: 30px !important;
|
|
1346
|
+
}
|
|
1347
|
+
.carousel__mr-2___GMegU,
|
|
1348
|
+
.carousel__mr2___LW6Mf {
|
|
1349
|
+
margin-inline-end: 5px !important;
|
|
1350
|
+
}
|
|
1351
|
+
.carousel__py-5___X5LkA,
|
|
1352
|
+
.carousel__py5___H8tFM {
|
|
1353
|
+
padding-top: 1.875rem !important;
|
|
1354
|
+
padding-bottom: 1.875rem !important;
|
|
1355
|
+
}
|
|
1356
|
+
.carousel__view-all-text___xIJti,
|
|
1357
|
+
.carousel__viewAllText___UKfLU {
|
|
1358
|
+
font-size: 20px;
|
|
1359
|
+
font-weight: 400;
|
|
1360
|
+
text-transform: lowercase;
|
|
1361
|
+
text-decoration: underline;
|
|
1362
|
+
}
|
|
1363
|
+
.carousel__view-all-mobile___KN5tC,
|
|
1364
|
+
.carousel__viewAllMobile___UqtjR {
|
|
1365
|
+
display: none;
|
|
1366
|
+
}
|
|
1367
|
+
@media only screen and (max-width: 768px) {
|
|
1368
|
+
.carousel__view-all-mobile___KN5tC,
|
|
1369
|
+
.carousel__viewAllMobile___UqtjR {
|
|
1370
|
+
display: flex;
|
|
1371
|
+
align-items: center;
|
|
1372
|
+
justify-content: center;
|
|
1373
|
+
margin-top: 40px;
|
|
1374
|
+
}
|
|
1375
|
+
}
|
|
1376
|
+
@media only screen and (max-width: 480px) {
|
|
1377
|
+
.carousel__view-all-mobile___KN5tC,
|
|
1378
|
+
.carousel__viewAllMobile___UqtjR {
|
|
1379
|
+
margin-top: 24px;
|
|
1380
|
+
}
|
|
1381
|
+
}
|
|
1382
|
+
.carousel__accent-btn___ljV96,
|
|
1383
|
+
.carousel__accentBtn___eeYUW {
|
|
1384
|
+
background-color: var(--accentColor);
|
|
1385
|
+
color: #fff;
|
|
1386
|
+
}
|
|
1387
|
+
.carousel__no-scroll___Yl9Wg,
|
|
1388
|
+
.carousel__noScroll___V3m9I {
|
|
1389
|
+
overflow-y: hidden;
|
|
1390
|
+
}
|
|
1391
|
+
.carousel__hide-overflow___RSirN,
|
|
1392
|
+
.carousel__hideOverflow___O7cOa {
|
|
1393
|
+
overflow: hidden;
|
|
1394
|
+
}
|
|
1395
|
+
.carousel__markdown-body___mCpXK h6 {
|
|
1396
|
+
margin-top: 0 !important;
|
|
1397
|
+
margin-bottom: 0 !important;
|
|
1398
|
+
}
|
|
1399
|
+
@media only screen and (max-width: 480px) {
|
|
1400
|
+
.carousel__markdown-body___mCpXK {
|
|
1401
|
+
font-size: 12px !important;
|
|
1402
|
+
padding: 5px !important;
|
|
1403
|
+
}
|
|
1404
|
+
}
|
|
1405
|
+
.carousel__view3d-canvas___iHO9u {
|
|
1406
|
+
width: 100%;
|
|
1407
|
+
height: 100%;
|
|
1408
|
+
}
|
|
1409
|
+
@media only screen and (max-width: 480px) {
|
|
1410
|
+
.carousel__view-mobile-up___Okb4u {
|
|
1411
|
+
display: none !important;
|
|
1412
|
+
}
|
|
1413
|
+
}
|
|
1414
|
+
@media only screen and (min-width: 481px) {
|
|
1415
|
+
.carousel__view-mobile___l_iEN {
|
|
1416
|
+
display: none !important;
|
|
1417
|
+
}
|
|
1418
|
+
}
|
|
1419
|
+
.carousel__carousel___zSABm {
|
|
1420
|
+
position: relative;
|
|
1421
|
+
}
|
|
1422
|
+
.carousel__carouselContent___QZKSp {
|
|
1423
|
+
overflow: hidden;
|
|
1424
|
+
}
|
|
1425
|
+
.carousel__carouselTrack___aUjv6 {
|
|
1426
|
+
display: flex;
|
|
1427
|
+
}
|
|
1428
|
+
carouselTrackHorizontal {
|
|
1429
|
+
margin-left: -1rem;
|
|
1430
|
+
}
|
|
1431
|
+
carouselTrackVertical {
|
|
1432
|
+
flex-direction: column;
|
|
1433
|
+
margin-top: -1rem;
|
|
1434
|
+
}
|
|
1435
|
+
.carousel__carouselItem___zlVkY {
|
|
1436
|
+
min-width: 0;
|
|
1437
|
+
flex: 0 0 100%;
|
|
1438
|
+
}
|
|
1439
|
+
carouselItemHorizontal {
|
|
1440
|
+
padding-left: 1rem;
|
|
1441
|
+
}
|
|
1442
|
+
carouselItemVertical {
|
|
1443
|
+
padding-top: 1rem;
|
|
1444
|
+
}
|
|
1445
|
+
.carousel__carouselBtn___Z49nh {
|
|
1446
|
+
position: absolute;
|
|
1447
|
+
width: 1em;
|
|
1448
|
+
height: 1em;
|
|
1449
|
+
border-radius: 50%;
|
|
1450
|
+
font-size: 48px;
|
|
1451
|
+
transition: background-color 0.3s ease-in-out;
|
|
1452
|
+
display: flex;
|
|
1453
|
+
align-items: center;
|
|
1454
|
+
justify-content: center;
|
|
1455
|
+
border: 1px solid var(--dividerStokes, #d4d1d1);
|
|
1456
|
+
}
|
|
1457
|
+
.carousel__carouselBtn___Z49nh:hover {
|
|
1458
|
+
box-shadow: 0 6px 20px 0 var(--dividerStokes, #c0bebe);
|
|
1459
|
+
background: var(--themeAccentL4, #f8f8f8);
|
|
1460
|
+
}
|
|
1461
|
+
.carousel__carouselBtnIcon___uNRV7 {
|
|
1462
|
+
width: 0.8em;
|
|
1463
|
+
height: 0.8em;
|
|
1464
|
+
font-size: inherit;
|
|
1465
|
+
}
|
|
1466
|
+
.carousel__carouselPrevBtnHorizontal___eAomj {
|
|
1467
|
+
left: 20px;
|
|
1468
|
+
top: 50%;
|
|
1469
|
+
transform: translateY(-50%);
|
|
1470
|
+
}
|
|
1471
|
+
.carousel__carouselPrevBtnVertical___a0PqM {
|
|
1472
|
+
top: -36px;
|
|
1473
|
+
left: 50%;
|
|
1474
|
+
transform: translateX(-50%) rotate(90deg);
|
|
1475
|
+
}
|
|
1476
|
+
.carousel__carouselNextBtnHorizontal___AGucw {
|
|
1477
|
+
right: 20px;
|
|
1478
|
+
top: 50%;
|
|
1479
|
+
transform: translateY(-50%) rotate(180deg);
|
|
1480
|
+
}
|
|
1481
|
+
.carousel__carouselNextBtnVertical___zrvAb {
|
|
1482
|
+
bottom: -36px;
|
|
1483
|
+
left: 50%;
|
|
1484
|
+
transform: translateX(-50%) rotate(-90deg);
|
|
1485
|
+
}
|
|
1486
|
+
.carousel__srOnly___Q1z_4 {
|
|
1487
|
+
position: absolute;
|
|
1488
|
+
width: 1px;
|
|
1489
|
+
height: 1px;
|
|
1490
|
+
padding: 0;
|
|
1491
|
+
margin: -1px;
|
|
1492
|
+
overflow: hidden;
|
|
1493
|
+
clip: rect(0, 0, 0, 0);
|
|
1494
|
+
white-space: nowrap;
|
|
1495
|
+
border-width: 0;
|
|
1496
|
+
}
|
|
1497
|
+
|