@gofynd/theme-template 3.2.10 → 3.2.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. package/dist/components/accordion/accordion.js +1 -1
  2. package/dist/components/address-form/address-form.js +1 -1
  3. package/dist/components/address-form/form-input-selector.js +1 -1
  4. package/dist/components/address-form/v2/address-form.js +1 -1
  5. package/dist/components/bag/bag.css +433 -0
  6. package/dist/components/bag/bag.js +1 -0
  7. package/dist/components/blog-page/blog-page.js +1 -1
  8. package/dist/components/compare-product-card/compare-product-card.js +1 -1
  9. package/dist/components/filter-modal/filter-modal.css +26 -10
  10. package/dist/components/filter-modal/filter-modal.js +2 -1
  11. package/dist/components/filter-modal/filter-modal.js.LICENSE.txt +25 -0
  12. package/dist/components/form-builder/form-builder.js +1 -1
  13. package/dist/components/google-map/v2/google-map.js +1 -1
  14. package/dist/components/index.css +1 -1
  15. package/dist/components/index.js +1 -1
  16. package/dist/components/order-shipment/order-shipment.css +434 -5
  17. package/dist/components/order-shipment/order-shipment.js +1 -1
  18. package/dist/components/product-card/product-card.js +1 -1
  19. package/dist/components/profile-navigation/profile-navigation.css +1 -1
  20. package/dist/components/quantity-control/quantity-control.js +1 -1
  21. package/dist/components/range-slider/range-slider.css +26 -10
  22. package/dist/components/range-slider/range-slider.js +2 -1
  23. package/dist/components/range-slider/range-slider.js.LICENSE.txt +25 -0
  24. package/dist/components/shipment-item/shipment-item.css +434 -11
  25. package/dist/components/shipment-item/shipment-item.js +1 -1
  26. package/dist/components/shipment-tracking/shipment-tracking.js +1 -1
  27. package/dist/components/shipments-update-item/shipments-update-item.css +441 -28
  28. package/dist/components/shipments-update-item/shipments-update-item.js +1 -1
  29. package/dist/helper/hooks/index.js +1 -1
  30. package/dist/helper/hooks/useAddressAutofill.js +1 -0
  31. package/dist/index.css +674 -303
  32. package/dist/index.js +1 -1
  33. package/dist/index.js.LICENSE.txt +20 -0
  34. package/dist/page-layouts/auth/mobile-number/mobile-number.js +1 -1
  35. package/dist/page-layouts/cart/Components/chip-item/chip-image.css +411 -0
  36. package/dist/page-layouts/cart/Components/chip-item/chip-image.js +1 -0
  37. package/dist/page-layouts/cart/Components/chip-item/chip-item.css +411 -0
  38. package/dist/page-layouts/cart/Components/chip-item/chip-item.js +1 -1
  39. package/dist/page-layouts/cart/Components/coupon/coupon.js +1 -1
  40. package/dist/page-layouts/cart/Components/delivery-location/delivery-location.js +1 -1
  41. package/dist/page-layouts/compare/compare.js +1 -1
  42. package/dist/page-layouts/login/component/login-otp/login-otp.js +1 -1
  43. package/dist/page-layouts/login/component/login-password/login-password.js +1 -1
  44. package/dist/page-layouts/login/component/soacial-login-button/apple-login-button.css +373 -0
  45. package/dist/page-layouts/login/component/soacial-login-button/apple-login-button.js +1 -0
  46. package/dist/page-layouts/login/component/soacial-login-button/facebook-login-button.css +373 -0
  47. package/dist/page-layouts/login/component/soacial-login-button/facebook-login-button.js +1 -0
  48. package/dist/page-layouts/login/component/soacial-login-button/google-login-button.css +375 -0
  49. package/dist/page-layouts/login/component/soacial-login-button/google-login-button.js +1 -0
  50. package/dist/page-layouts/login/component/social-login-button/apple-login-button.js +1 -1
  51. package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.js +1 -1
  52. package/dist/page-layouts/plp/Components/filter-item/filter-item.css +26 -10
  53. package/dist/page-layouts/plp/Components/filter-item/filter-item.js +2 -1
  54. package/dist/page-layouts/plp/Components/filter-item/filter-item.js.LICENSE.txt +25 -0
  55. package/dist/page-layouts/plp/Components/filter-list/filter-list.css +26 -10
  56. package/dist/page-layouts/plp/Components/filter-list/filter-list.js +2 -1
  57. package/dist/page-layouts/plp/Components/filter-list/filter-list.js.LICENSE.txt +25 -0
  58. package/dist/page-layouts/plp/Components/filter-tags/filter-tags.js +1 -1
  59. package/dist/page-layouts/single-checkout/address/single-address.js +1 -1
  60. package/dist/page-layouts/single-checkout/payment/card-form.js +1 -1
  61. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.js +1 -1
  62. package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
  63. package/dist/pages/blog/blog.js +1 -1
  64. package/dist/pages/blog/index.js +1 -1
  65. package/dist/pages/cart/cart.css +411 -0
  66. package/dist/pages/cart/cart.js +1 -1
  67. package/dist/pages/cart/index.css +411 -0
  68. package/dist/pages/cart/index.js +1 -1
  69. package/dist/pages/checkout/checkout.js +1 -1
  70. package/dist/pages/checkout/index.js +1 -1
  71. package/dist/pages/edit-profile/edit-profile.js +1 -1
  72. package/dist/pages/edit-profile/index.js +1 -1
  73. package/dist/pages/index.css +729 -358
  74. package/dist/pages/index.js +1 -1
  75. package/dist/pages/index.js.LICENSE.txt +20 -0
  76. package/dist/pages/login/index.css +292 -292
  77. package/dist/pages/login/index.js +1 -1
  78. package/dist/pages/login/login.css +292 -292
  79. package/dist/pages/login/login.js +1 -1
  80. package/dist/pages/order/order-tracking-details/order-tracking-details.css +435 -16
  81. package/dist/pages/order/order-tracking-details/order-tracking-details.js +1 -1
  82. package/dist/pages/order-status/index.css +895 -6
  83. package/dist/pages/order-status/index.js +1 -1
  84. package/dist/pages/order-status/order-status.css +895 -6
  85. package/dist/pages/order-status/order-status.js +1 -1
  86. package/dist/pages/product-listing/index.css +26 -10
  87. package/dist/pages/product-listing/index.js +1 -1
  88. package/dist/pages/product-listing/index.js.LICENSE.txt +20 -0
  89. package/dist/pages/product-listing/product-listing.css +26 -10
  90. package/dist/pages/product-listing/product-listing.js +1 -1
  91. package/dist/pages/product-listing/product-listing.js.LICENSE.txt +20 -0
  92. package/dist/pages/profile/components/add-phone-modal/add-phone-modal.js +1 -1
  93. package/dist/pages/profile/phone/index.js +1 -1
  94. package/dist/pages/profile/phone/phone.js +1 -1
  95. package/dist/pages/register/index.js +1 -1
  96. package/dist/pages/register/register.js +1 -1
  97. package/dist/pages/wishlist/index.js +1 -1
  98. package/dist/pages/wishlist/wishlist.js +1 -1
  99. package/package.json +2 -1
@@ -380,11 +380,7 @@ h5,
380
380
  }
381
381
  .order-shipment__orderItem____zenT .order-shipment__shipmentData___sofy3 .order-shipment__shipmentLeft___o0Q0q {
382
382
  display: table-cell;
383
- }
384
- .order-shipment__orderItem____zenT .order-shipment__shipmentData___sofy3 .order-shipment__shipmentLeft___o0Q0q img {
385
- width: 80px;
386
- height: 100px;
387
- object-fit: cover;
383
+ flex-basis: 80px;
388
384
  }
389
385
  .order-shipment__orderItem____zenT .order-shipment__shipmentData___sofy3 .order-shipment__shipmentLeft___o0Q0q #order-shipment__total-item___SOgWJ {
390
386
  text-align: center;
@@ -948,3 +944,436 @@ h5,
948
944
  transform: rotate(180deg);
949
945
  }
950
946
 
947
+ /**color by character**/
948
+ /** Font family **/
949
+ /** Font weight **/
950
+ .bag__display-block___U_YPF {
951
+ display: block;
952
+ }
953
+ .bag__inline-block___EsCVB,
954
+ .bag__inlineBlock___mp9L4 {
955
+ display: inline-block;
956
+ }
957
+ .bag__flex-row___H3VDQ {
958
+ display: flex;
959
+ }
960
+ .bag__flex-column___vZxz5,
961
+ .bag__flexColumn___PMS89 {
962
+ display: flex;
963
+ flex-direction: column;
964
+ }
965
+ .bag__flex-align-center___T8aC5,
966
+ .bag__flexAlignCenter___LYNna {
967
+ display: flex;
968
+ align-items: center;
969
+ }
970
+ .bag__flex-justify-center___jSKCp,
971
+ .bag__flexJustifyCenter___bjZwp {
972
+ display: flex;
973
+ justify-content: center;
974
+ }
975
+ .bag__flex-center___O2Ft5,
976
+ .bag__flexCenter___bzHaa {
977
+ display: flex;
978
+ justify-content: center;
979
+ align-items: center;
980
+ }
981
+ .bag__justify-start___hUS24,
982
+ .bag__justifyStart___MdodZ {
983
+ justify-content: flex-start;
984
+ }
985
+ .bag__justify-end___BxxBk,
986
+ .bag__justifyEnd___izoJ2 {
987
+ justify-content: flex-end;
988
+ }
989
+ .bag__justify-between___uaJOI,
990
+ .bag__justifyBetween___oYcC6 {
991
+ justify-content: space-between;
992
+ }
993
+ .bag__justify-around___ZUg_l,
994
+ .bag__justifyAround___ad67N {
995
+ justify-content: space-around;
996
+ }
997
+ .bag__justify-evenly___YZ1NQ,
998
+ .bag__justifyEvenly___QBJUu {
999
+ justify-content: space-evenly;
1000
+ }
1001
+ h1,
1002
+ .bag__h1___yv4sn {
1003
+ font-weight: 700;
1004
+ font-size: 28px;
1005
+ line-height: 42px;
1006
+ letter-spacing: -0.03em;
1007
+ color: var(--textHeading, #26201a);
1008
+ }
1009
+ @media only screen and (min-width: 769px) {
1010
+ h1,
1011
+ .bag__h1___yv4sn {
1012
+ font-size: 36px;
1013
+ line-height: 48px;
1014
+ }
1015
+ }
1016
+ h2,
1017
+ .bag__h2___Nv1Up {
1018
+ font-weight: 700;
1019
+ font-size: 28px;
1020
+ line-height: 36px;
1021
+ letter-spacing: -0.03em;
1022
+ color: var(--textHeading, #26201a);
1023
+ }
1024
+ @media only screen and (min-width: 769px) {
1025
+ h2,
1026
+ .bag__h2___Nv1Up {
1027
+ font-size: 32px;
1028
+ line-height: 42px;
1029
+ }
1030
+ }
1031
+ h3,
1032
+ .bag__h3___qasNP {
1033
+ font-weight: 700;
1034
+ letter-spacing: -0.02em;
1035
+ color: var(--textHeading, #26201a);
1036
+ font-size: 24px;
1037
+ line-height: 32px;
1038
+ }
1039
+ @media only screen and (min-width: 769px) {
1040
+ h3,
1041
+ .bag__h3___qasNP {
1042
+ font-weight: 700;
1043
+ letter-spacing: -0.02em;
1044
+ color: var(--textHeading, #26201a);
1045
+ font-size: 28px;
1046
+ line-height: 36px;
1047
+ }
1048
+ }
1049
+ h4,
1050
+ .bag__h4___Hokuw {
1051
+ font-weight: 600;
1052
+ letter-spacing: -0.02em;
1053
+ color: var(--textHeading, #26201a);
1054
+ font-size: 16px;
1055
+ line-height: 1.5;
1056
+ }
1057
+ @media only screen and (min-width: 769px) {
1058
+ h4,
1059
+ .bag__h4___Hokuw {
1060
+ font-weight: 600;
1061
+ letter-spacing: -0.02em;
1062
+ color: var(--textHeading, #26201a);
1063
+ font-size: 20px;
1064
+ line-height: 1.5;
1065
+ }
1066
+ }
1067
+ h5,
1068
+ .bag__h5___ESfMQ {
1069
+ font-weight: 600;
1070
+ font-size: 14px;
1071
+ line-height: 16px;
1072
+ letter-spacing: -0.02em;
1073
+ color: var(--textHeading, #26201a);
1074
+ }
1075
+ @media only screen and (min-width: 769px) {
1076
+ h5,
1077
+ .bag__h5___ESfMQ {
1078
+ font-size: 16px;
1079
+ line-height: 18px;
1080
+ }
1081
+ }
1082
+ .bag__b1___EZ4So {
1083
+ font-weight: 400;
1084
+ font-size: 14px;
1085
+ line-height: 18px;
1086
+ letter-spacing: -0.02em;
1087
+ color: var(--textBody, #3c3131);
1088
+ }
1089
+ @media only screen and (min-width: 769px) {
1090
+ .bag__b1___EZ4So {
1091
+ font-size: 16px;
1092
+ line-height: 20px;
1093
+ }
1094
+ }
1095
+ .bag__b-small___tjwxK,
1096
+ .bag__bSmall___DZHZ3,
1097
+ .bag__b2___E69Dc {
1098
+ font-weight: 400;
1099
+ letter-spacing: -0.02em;
1100
+ color: var(--textBody, #3c3131);
1101
+ font-size: 12px;
1102
+ line-height: 16px;
1103
+ }
1104
+ @media only screen and (min-width: 769px) {
1105
+ .bag__b-small___tjwxK,
1106
+ .bag__bSmall___DZHZ3,
1107
+ .bag__b2___E69Dc {
1108
+ font-weight: 400;
1109
+ letter-spacing: -0.02em;
1110
+ color: var(--textBody, #3c3131);
1111
+ font-size: 14px;
1112
+ line-height: 18px;
1113
+ }
1114
+ }
1115
+ .bag__d1___Lrxkl {
1116
+ font-size: 36px;
1117
+ font-weight: 700;
1118
+ line-height: 48px;
1119
+ letter-spacing: -0.02em;
1120
+ }
1121
+ @media only screen and (min-width: 769px) {
1122
+ .bag__d1___Lrxkl {
1123
+ font-size: 64px;
1124
+ line-height: 85px;
1125
+ letter-spacing: -0.03em;
1126
+ }
1127
+ }
1128
+ .bag__caption-medium___M57y8,
1129
+ .bag__captionMedium___j4lTh {
1130
+ font-size: 12px;
1131
+ line-height: 1.5;
1132
+ letter-spacing: -0.02em;
1133
+ font-weight: 500;
1134
+ }
1135
+ @media only screen and (max-width: 480px) {
1136
+ .bag__caption-medium___M57y8,
1137
+ .bag__captionMedium___j4lTh {
1138
+ font-size: 11px;
1139
+ }
1140
+ }
1141
+ .bag__caption-semi-bold___NA_Qp,
1142
+ .bag__captionSemiBold___zsquN {
1143
+ font-size: 12px;
1144
+ line-height: 1.5;
1145
+ letter-spacing: -0.02em;
1146
+ font-weight: 600;
1147
+ }
1148
+ @media only screen and (max-width: 480px) {
1149
+ .bag__caption-semi-bold___NA_Qp,
1150
+ .bag__captionSemiBold___zsquN {
1151
+ font-size: 11px;
1152
+ }
1153
+ }
1154
+ .bag__btn-link___uaItG,
1155
+ .bag__btnLink___b1JQA {
1156
+ font-weight: 500;
1157
+ letter-spacing: -0.02em;
1158
+ font-size: 12px;
1159
+ line-height: 14px;
1160
+ border-radius: var(--buttonRadius, 0px);
1161
+ cursor: pointer;
1162
+ color: var(--buttonLink, #b1655b);
1163
+ text-decoration: underline;
1164
+ background: none;
1165
+ border: none;
1166
+ }
1167
+ @media only screen and (min-width: 769px) {
1168
+ .bag__btn-link___uaItG,
1169
+ .bag__btnLink___b1JQA {
1170
+ font-weight: 500;
1171
+ letter-spacing: -0.02em;
1172
+ font-size: 14px;
1173
+ line-height: 16px;
1174
+ }
1175
+ }
1176
+ .bag__btn-link___uaItG:hover,
1177
+ .bag__btnLink___b1JQA:hover {
1178
+ color: var(--buttonLinkL1, #c1847c);
1179
+ }
1180
+ .bag__btn-link___uaItG:disabled,
1181
+ .bag__btnLink___b1JQA:disabled {
1182
+ color: var(--buttonLinkL2, #d0a39d);
1183
+ }
1184
+ .bag__btn-link___uaItG:active,
1185
+ .bag__btnLink___b1JQA:active {
1186
+ opacity: 0.8;
1187
+ }
1188
+ .bag__user-select-none___oSvos,
1189
+ .bag__userSelectNone___jEqdR {
1190
+ user-select: none;
1191
+ -moz-user-select: none;
1192
+ -webkit-user-select: none;
1193
+ -ms-user-select: none;
1194
+ }
1195
+ .bag__margin-0-auto___e_rAQ,
1196
+ .bag__margin0auto___E90Pt {
1197
+ margin: 0 auto;
1198
+ }
1199
+ .bag__base-page-container___ylIRR,
1200
+ .bag__basePageContainer___FZo_C {
1201
+ max-width: 1440px !important;
1202
+ }
1203
+ .bag__remove-scroll___Hav2e,
1204
+ .bag__removeScroll___dGbiR {
1205
+ overflow-y: hidden !important;
1206
+ }
1207
+ .bag__mr-5___y1uvv,
1208
+ .bag__mr5___pK91S {
1209
+ margin-inline-end: 30px !important;
1210
+ }
1211
+ .bag__mr-2____ZqxC,
1212
+ .bag__mr2___xpjOo {
1213
+ margin-inline-end: 5px !important;
1214
+ }
1215
+ .bag__py-5___ltsEk,
1216
+ .bag__py5___R7BsT {
1217
+ padding-top: 1.875rem !important;
1218
+ padding-bottom: 1.875rem !important;
1219
+ }
1220
+ .bag__view-all-text____8XpL,
1221
+ .bag__viewAllText___np2Kg {
1222
+ font-size: 20px;
1223
+ font-weight: 400;
1224
+ text-transform: lowercase;
1225
+ text-decoration: underline;
1226
+ }
1227
+ .bag__view-all-mobile___dWe4_,
1228
+ .bag__viewAllMobile___bmkJR {
1229
+ display: none;
1230
+ }
1231
+ @media only screen and (max-width: 768px) {
1232
+ .bag__view-all-mobile___dWe4_,
1233
+ .bag__viewAllMobile___bmkJR {
1234
+ display: flex;
1235
+ align-items: center;
1236
+ justify-content: center;
1237
+ margin-top: 40px;
1238
+ }
1239
+ }
1240
+ @media only screen and (max-width: 480px) {
1241
+ .bag__view-all-mobile___dWe4_,
1242
+ .bag__viewAllMobile___bmkJR {
1243
+ margin-top: 24px;
1244
+ }
1245
+ }
1246
+ .bag__accent-btn___HbLIk,
1247
+ .bag__accentBtn___NeiAY {
1248
+ background-color: var(--accentColor);
1249
+ color: #fff;
1250
+ }
1251
+ .bag__no-scroll___xqcXk,
1252
+ .bag__noScroll___j6iDv {
1253
+ overflow-y: hidden;
1254
+ }
1255
+ .bag__hide-overflow___Egp3N,
1256
+ .bag__hideOverflow___drczI {
1257
+ overflow: hidden;
1258
+ }
1259
+ .bag__markdown-body___X7Cfk h6 {
1260
+ margin-top: 0 !important;
1261
+ margin-bottom: 0 !important;
1262
+ }
1263
+ @media only screen and (max-width: 480px) {
1264
+ .bag__markdown-body___X7Cfk {
1265
+ font-size: 12px !important;
1266
+ padding: 5px !important;
1267
+ }
1268
+ }
1269
+ .bag__view3d-canvas___de3_F {
1270
+ width: 100%;
1271
+ height: 100%;
1272
+ }
1273
+ @media only screen and (max-width: 480px) {
1274
+ .bag__view-mobile-up___iRON6 {
1275
+ display: none !important;
1276
+ }
1277
+ }
1278
+ @media only screen and (min-width: 481px) {
1279
+ .bag__view-mobile___IW_HG {
1280
+ display: none !important;
1281
+ }
1282
+ }
1283
+ .bag__bagImg___F1kfj {
1284
+ min-width: 80px;
1285
+ object-fit: cover;
1286
+ border-radius: var(--buttonRadius, 0px);
1287
+ overflow: hidden;
1288
+ }
1289
+ .bag__bagImg___F1kfj img {
1290
+ object-fit: cover;
1291
+ }
1292
+ .bag__bundleImg___TEyPU {
1293
+ display: grid;
1294
+ grid-template-columns: repeat(2, 1fr);
1295
+ grid-template-rows: repeat(2, 1fr);
1296
+ padding: 4px;
1297
+ gap: 4px;
1298
+ aspect-ratio: var(--aspectRatio);
1299
+ border: 1px solid var(--dividerStokes, #d4d1d1);
1300
+ border-radius: var(--buttonRadius, 0px);
1301
+ }
1302
+ .bag__bundleImg___TEyPU .bag__bundleImgItem___slqOT {
1303
+ display: flex;
1304
+ border-radius: calc(var(--buttonRadius, 0px) / 2);
1305
+ overflow: hidden;
1306
+ position: relative;
1307
+ }
1308
+ .bag__bundleImg___TEyPU .bag__bundleImgItem___slqOT .bag__itemImg___tRLBP {
1309
+ display: flex;
1310
+ }
1311
+ .bag__bundleImg___TEyPU .bag__bundleImgItem___slqOT .bag__bundleCount___C799t {
1312
+ position: absolute;
1313
+ inset: 0;
1314
+ display: flex;
1315
+ align-items: center;
1316
+ justify-content: center;
1317
+ color: #FFF;
1318
+ background-color: #1F1F1FA3;
1319
+ font-size: 16px;
1320
+ font-weight: 700;
1321
+ line-height: 140%;
1322
+ }
1323
+
1324
+ /**color by character**/
1325
+ /** Font family **/
1326
+ /** Font weight **/
1327
+ .fy-image__imageWrapper___wKmP2 {
1328
+ overflow: hidden;
1329
+ position: relative;
1330
+ }
1331
+ .fy-image__imageWrapper___wKmP2 picture {
1332
+ display: flex;
1333
+ align-items: center;
1334
+ background-color: var(--bg-color, transparent);
1335
+ }
1336
+ .fy-image__imageWrapper___wKmP2 .fy-image__overlay___Dx1Ju {
1337
+ position: absolute;
1338
+ background-color: var(--overlay-bgcolor);
1339
+ z-index: 1;
1340
+ opacity: 0.4;
1341
+ height: 100%;
1342
+ width: 100%;
1343
+ }
1344
+ .fy-image__imageWrapper___wKmP2 .fy-image__fyImg___yIv86 {
1345
+ width: 100%;
1346
+ height: 100%;
1347
+ object-fit: contain;
1348
+ }
1349
+ @-moz-document url-prefix() {
1350
+ .fy-image__imageWrapper___wKmP2 .fy-image__fyImg___yIv86.fy-image__firefoxAltFix___hSfDR .fy-image__imageWrapper___wKmP2 .fy-image__fyImg___yIv86.fy-image__firefoxAltFix___hSfDR[alt=""] {
1351
+ font-size: 0;
1352
+ text-indent: -9999px;
1353
+ color: transparent;
1354
+ line-height: 0;
1355
+ letter-spacing: -1000px;
1356
+ -webkit-text-fill-color: transparent;
1357
+ text-shadow: none;
1358
+ }
1359
+ .fy-image__imageWrapper___wKmP2 .fy-image__fyImg___yIv86.fy-image__firefoxAltFix___hSfDR .fy-image__imageWrapper___wKmP2 .fy-image__fyImg___yIv86.fy-image__firefoxAltFix___hSfDR[alt=""]::before,
1360
+ .fy-image__imageWrapper___wKmP2 .fy-image__fyImg___yIv86.fy-image__firefoxAltFix___hSfDR .fy-image__imageWrapper___wKmP2 .fy-image__fyImg___yIv86.fy-image__firefoxAltFix___hSfDR[alt=""]::after {
1361
+ display: none;
1362
+ content: none;
1363
+ }
1364
+ .fy-image__imageWrapper___wKmP2 .fy-image__fyImg___yIv86.fy-image__firefoxAltFix___hSfDR .fy-image__imageWrapper___wKmP2 .fy-image__fyImg___yIv86.fy-image__firefoxAltFix___hSfDR {
1365
+ transition: opacity 0.2s ease-in-out;
1366
+ }
1367
+ }
1368
+ .fy-image__imageWrapper___wKmP2.fy-image__fill___rFWVY .fy-image__fyImg___yIv86 {
1369
+ object-fit: cover;
1370
+ }
1371
+ .fy-image__imageWrapper___wKmP2.fy-image__fixedAspRatio___fyXGS picture {
1372
+ aspect-ratio: var(--aspect-ratio-mobile);
1373
+ }
1374
+ @media only screen and (min-width: 769px) {
1375
+ .fy-image__imageWrapper___wKmP2.fy-image__fixedAspRatio___fyXGS picture {
1376
+ aspect-ratio: var(--aspect-ratio-desktop);
1377
+ }
1378
+ }
1379
+