athena-x-ai-headless 2.2.47 → 2.2.48
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/package.json
CHANGED
|
@@ -923,7 +923,7 @@
|
|
|
923
923
|
flex-wrap: wrap;
|
|
924
924
|
gap: 30px;
|
|
925
925
|
}
|
|
926
|
-
.
|
|
926
|
+
.product-card{
|
|
927
927
|
position: relative;
|
|
928
928
|
text-decoration: none;
|
|
929
929
|
width: calc(25% - 22.5px);
|
|
@@ -960,14 +960,14 @@
|
|
|
960
960
|
margin-top: 10px;
|
|
961
961
|
-webkit-line-clamp: 2;
|
|
962
962
|
}
|
|
963
|
-
.
|
|
963
|
+
.product-card .athena-price-container{
|
|
964
964
|
padding-top: 0;
|
|
965
965
|
display: flex;
|
|
966
966
|
flex-wrap: wrap;
|
|
967
967
|
align-items: center;
|
|
968
968
|
column-gap: 10px;
|
|
969
969
|
}
|
|
970
|
-
.
|
|
970
|
+
.product-card .athena-price-container .athena-price{
|
|
971
971
|
font-size: 16px;
|
|
972
972
|
padding: 0;
|
|
973
973
|
line-height: 17px;
|
|
@@ -976,7 +976,7 @@
|
|
|
976
976
|
width: fit-content;
|
|
977
977
|
display: inline-block;
|
|
978
978
|
}
|
|
979
|
-
.
|
|
979
|
+
.product-card .athena-price-container .athena-price-when-sale {
|
|
980
980
|
text-decoration: line-through;
|
|
981
981
|
opacity: 0.3;
|
|
982
982
|
}
|
|
@@ -1545,7 +1545,7 @@
|
|
|
1545
1545
|
padding-left: 0;
|
|
1546
1546
|
padding-right: 0;
|
|
1547
1547
|
}
|
|
1548
|
-
.autocomplete-l3__product-container .
|
|
1548
|
+
.autocomplete-l3__product-container .product-card{
|
|
1549
1549
|
width: 100%;
|
|
1550
1550
|
position: relative;
|
|
1551
1551
|
}
|
|
@@ -2299,13 +2299,13 @@ Responsive
|
|
|
2299
2299
|
.athena-autocomplete, #visual_similarity_search, #audio_search {
|
|
2300
2300
|
max-width: 900px;
|
|
2301
2301
|
}
|
|
2302
|
-
.autocomplete-l3__product-container .
|
|
2302
|
+
.autocomplete-l3__product-container .product-card{
|
|
2303
2303
|
width: 100%;
|
|
2304
2304
|
}
|
|
2305
2305
|
.autocomplete-l3__content .autocomplete-l3__product-container {
|
|
2306
2306
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
2307
2307
|
}
|
|
2308
|
-
.
|
|
2308
|
+
.product-card{
|
|
2309
2309
|
width: calc(50% - 7.5px);
|
|
2310
2310
|
}
|
|
2311
2311
|
}
|
|
@@ -2370,15 +2370,15 @@ Responsive
|
|
|
2370
2370
|
padding-left: 0 !important;
|
|
2371
2371
|
padding-right: 0 !important;
|
|
2372
2372
|
}
|
|
2373
|
-
.autocomplete-l3__product-container .
|
|
2373
|
+
.autocomplete-l3__product-container .product-card {
|
|
2374
2374
|
width: 100%;
|
|
2375
2375
|
}
|
|
2376
2376
|
.autocomplete-l3__product-container .athena-autocomplete__name,
|
|
2377
|
-
.
|
|
2377
|
+
.product-card .athena-price-container .athena-price,
|
|
2378
2378
|
.athena-autocomplete__name-product{
|
|
2379
2379
|
font-size: 16px;
|
|
2380
2380
|
}
|
|
2381
|
-
.
|
|
2381
|
+
.product-card{
|
|
2382
2382
|
width: calc(50% - 7.5px);
|
|
2383
2383
|
}
|
|
2384
2384
|
.header-menu{
|
|
@@ -4233,11 +4233,11 @@ span.cropper-line.line-s{
|
|
|
4233
4233
|
color: var(--classic-theme-white);
|
|
4234
4234
|
}
|
|
4235
4235
|
|
|
4236
|
-
.classic-theme .
|
|
4236
|
+
.classic-theme .product-card .athena-autocomplete__image-product, .product-image-photo {
|
|
4237
4237
|
border: none;
|
|
4238
4238
|
}
|
|
4239
4239
|
|
|
4240
|
-
.classic-theme .
|
|
4240
|
+
.classic-theme .product-card {
|
|
4241
4241
|
width: calc(33.33% - 14px);
|
|
4242
4242
|
margin: 0;
|
|
4243
4243
|
}
|
|
@@ -4386,7 +4386,7 @@ span.cropper-line.line-s{
|
|
|
4386
4386
|
|
|
4387
4387
|
/* grid */
|
|
4388
4388
|
|
|
4389
|
-
.classic-theme .athena-grid .
|
|
4389
|
+
.classic-theme .athena-grid .product-card {
|
|
4390
4390
|
width: calc(33.33% - 18px);
|
|
4391
4391
|
}
|
|
4392
4392
|
|
|
@@ -4417,7 +4417,7 @@ span.cropper-line.line-s{
|
|
|
4417
4417
|
}
|
|
4418
4418
|
|
|
4419
4419
|
@media(max-width: 1240px) {
|
|
4420
|
-
.classic-theme .
|
|
4420
|
+
.classic-theme .product-card {
|
|
4421
4421
|
width: calc(50% - 20px);
|
|
4422
4422
|
}
|
|
4423
4423
|
|
|
@@ -4431,7 +4431,7 @@ span.cropper-line.line-s{
|
|
|
4431
4431
|
}
|
|
4432
4432
|
|
|
4433
4433
|
@media(max-width: 992px) {
|
|
4434
|
-
.classic-theme .
|
|
4434
|
+
.classic-theme .product-card {
|
|
4435
4435
|
width: calc(100% - 20px);
|
|
4436
4436
|
}
|
|
4437
4437
|
|
|
@@ -4456,14 +4456,14 @@ span.cropper-line.line-s{
|
|
|
4456
4456
|
border-radius: 6px;
|
|
4457
4457
|
}
|
|
4458
4458
|
|
|
4459
|
-
.classic-theme .
|
|
4459
|
+
.classic-theme .product-card {
|
|
4460
4460
|
width: calc(100% - 20px) !important;
|
|
4461
4461
|
}
|
|
4462
4462
|
}
|
|
4463
4463
|
|
|
4464
4464
|
|
|
4465
4465
|
@media (max-width: 600px) {
|
|
4466
|
-
.classic-theme .
|
|
4466
|
+
.classic-theme .product-card {
|
|
4467
4467
|
width: calc(100% - 13.5px);
|
|
4468
4468
|
}
|
|
4469
4469
|
}
|
|
@@ -4522,11 +4522,11 @@ span.cropper-line.line-s{
|
|
|
4522
4522
|
border-left: none;
|
|
4523
4523
|
}
|
|
4524
4524
|
|
|
4525
|
-
.modern-theme .
|
|
4525
|
+
.modern-theme .product-card .athena-autocomplete__image-product, .product-image-photo {
|
|
4526
4526
|
border: none;
|
|
4527
4527
|
}
|
|
4528
4528
|
|
|
4529
|
-
.modern-theme .
|
|
4529
|
+
.modern-theme .product-card {
|
|
4530
4530
|
width: calc(34.33% - 19px);
|
|
4531
4531
|
margin: 0;
|
|
4532
4532
|
}
|
|
@@ -4775,7 +4775,7 @@ span.cropper-line.line-s{
|
|
|
4775
4775
|
}
|
|
4776
4776
|
|
|
4777
4777
|
@media(max-width: 1240px) {
|
|
4778
|
-
.modern-theme .
|
|
4778
|
+
.modern-theme .product-card {
|
|
4779
4779
|
width: calc(50% - 20px);
|
|
4780
4780
|
}
|
|
4781
4781
|
|
|
@@ -4789,7 +4789,7 @@ span.cropper-line.line-s{
|
|
|
4789
4789
|
}
|
|
4790
4790
|
|
|
4791
4791
|
@media(max-width: 992px) {
|
|
4792
|
-
.modern-theme .
|
|
4792
|
+
.modern-theme .product-card {
|
|
4793
4793
|
width: calc(100% - 20px);
|
|
4794
4794
|
}
|
|
4795
4795
|
|
|
@@ -4878,7 +4878,7 @@ span.cropper-line.line-s{
|
|
|
4878
4878
|
padding: 0 10px 0 0;
|
|
4879
4879
|
}
|
|
4880
4880
|
|
|
4881
|
-
.rounded-theme .
|
|
4881
|
+
.rounded-theme .product-card .athena-autocomplete__image-product,
|
|
4882
4882
|
.rounded-theme .product-image-photo {
|
|
4883
4883
|
border: 1px solid var(--rounded-theme-border-color);
|
|
4884
4884
|
border-radius: 21px;
|
|
@@ -4994,7 +4994,7 @@ span.cropper-line.line-s{
|
|
|
4994
4994
|
margin: 5px 5px 0;
|
|
4995
4995
|
}
|
|
4996
4996
|
|
|
4997
|
-
.rounded-theme .
|
|
4997
|
+
.rounded-theme .product-card {
|
|
4998
4998
|
width: calc(34.33% - 18px);
|
|
4999
4999
|
margin: 0;
|
|
5000
5000
|
}
|
|
@@ -5053,7 +5053,7 @@ span.cropper-line.line-s{
|
|
|
5053
5053
|
|
|
5054
5054
|
/* grid */
|
|
5055
5055
|
|
|
5056
|
-
.rounded-theme .athena-grid .
|
|
5056
|
+
.rounded-theme .athena-grid .product-card {
|
|
5057
5057
|
width: calc(33.33% - 18px);
|
|
5058
5058
|
}
|
|
5059
5059
|
|
|
@@ -5141,7 +5141,7 @@ span.cropper-line.line-s{
|
|
|
5141
5141
|
}
|
|
5142
5142
|
|
|
5143
5143
|
@media(max-width: 1240px) {
|
|
5144
|
-
.rounded-theme .
|
|
5144
|
+
.rounded-theme .product-card {
|
|
5145
5145
|
width: calc(50% - 20px);
|
|
5146
5146
|
}
|
|
5147
5147
|
|
|
@@ -5155,7 +5155,7 @@ span.cropper-line.line-s{
|
|
|
5155
5155
|
}
|
|
5156
5156
|
|
|
5157
5157
|
@media(max-width: 992px) {
|
|
5158
|
-
.rounded-theme .
|
|
5158
|
+
.rounded-theme .product-card {
|
|
5159
5159
|
width: calc(100% - 20px);
|
|
5160
5160
|
}
|
|
5161
5161
|
|