prismic-slicemachine-to-hydrogen-jrhcn 0.1.615 → 0.1.617

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.
@@ -12320,17 +12320,10 @@ body.hasPdpGalleryLightbox {
12320
12320
 
12321
12321
  .pdpGalleryBadges {
12322
12322
  display: flex;
12323
+ flex-direction: row;
12324
+ flex-wrap: wrap;
12323
12325
  gap: 6px;
12324
- position: absolute;
12325
- left: 20px;
12326
- top: 20px;
12327
- z-index: 1;
12328
- }
12329
- @media screen and (max-width: 760px) {
12330
- .pdpGalleryBadges {
12331
- flex-direction: column;
12332
- z-index: 2;
12333
- }
12326
+ margin-bottom: 12px;
12334
12327
  }
12335
12328
  .pdpGalleryBadges .pdpGalleryBadge-new,
12336
12329
  .pdpGalleryBadges .pdpGalleryBadge-sale,
@@ -12422,28 +12415,22 @@ body.hasPdpGalleryLightbox {
12422
12415
  }
12423
12416
  }
12424
12417
 
12425
- .pdpGalleryLTDLogo,
12426
- .pdpGalleryVtoLogo {
12418
+ .pdpGalleryLTDLogo {
12427
12419
  display: block;
12428
12420
  left: 50%;
12429
12421
  position: absolute;
12430
12422
  transform: translateX(-50%);
12431
12423
  z-index: 9;
12424
+ height: 82px;
12425
+ top: 30px;
12426
+ width: 142px;
12432
12427
  }
12433
12428
  .pdpGalleryLTDLogo img,
12434
- .pdpGalleryLTDLogo svg,
12435
- .pdpGalleryVtoLogo img,
12436
- .pdpGalleryVtoLogo svg {
12429
+ .pdpGalleryLTDLogo svg {
12437
12430
  display: block;
12438
12431
  height: 100%;
12439
12432
  width: 100%;
12440
12433
  }
12441
-
12442
- .pdpGalleryLTDLogo {
12443
- height: 82px;
12444
- top: 30px;
12445
- width: 142px;
12446
- }
12447
12434
  @media screen and (max-width: 760px) {
12448
12435
  .pdpGalleryLTDLogo {
12449
12436
  height: 32px;
@@ -12452,25 +12439,45 @@ body.hasPdpGalleryLightbox {
12452
12439
  }
12453
12440
  }
12454
12441
 
12455
- .pdpGalleryVtoLogo {
12456
- height: 36px;
12442
+ .pdpGalleryButtons {
12443
+ align-items: center;
12444
+ display: flex;
12445
+ flex-direction: row;
12446
+ gap: 8px;
12447
+ left: 50%;
12457
12448
  position: absolute;
12458
12449
  top: 20px;
12459
12450
  transform: translateX(-50%) !important;
12460
- width: 205px;
12451
+ width: max-content;
12461
12452
  z-index: 9;
12462
12453
  }
12463
12454
  @media screen and (max-width: 760px) {
12464
- .pdpGalleryVtoLogo {
12465
- height: 32px;
12455
+ .pdpGalleryButtons {
12456
+ flex-direction: column;
12466
12457
  top: 12px;
12467
- width: 175px;
12468
12458
  }
12469
12459
  }
12470
- .pdpGalleryVtoLogo--fixed {
12460
+ .pdpGalleryButtons--fixed {
12471
12461
  position: fixed;
12472
12462
  }
12473
12463
 
12464
+ .pdpGalleryButton {
12465
+ cursor: pointer;
12466
+ flex: 0 0 auto;
12467
+ height: 36px;
12468
+ width: auto;
12469
+ }
12470
+ @media screen and (max-width: 760px) {
12471
+ .pdpGalleryButton {
12472
+ height: 32px;
12473
+ }
12474
+ }
12475
+ .pdpGalleryButton svg {
12476
+ display: block;
12477
+ height: 100%;
12478
+ width: 100%;
12479
+ }
12480
+
12474
12481
  @media screen and (max-width: 440px) {
12475
12482
  .swiper-slide.pdpGalleryImage video {
12476
12483
  max-width: 100%;