/*      Request ID: 367111e9bb6a845df05eda0194f94344_1756919180 (09/08/2025 6:16am) (HchBDoAgDATAF0mfZEA20GQBA5V+X+NlDiM7TnF3SeBQOzJ2oG54jUToMLmfRL3Oao1yai8TWdFtiVU0LCkcKVJKJDH1i6ZdfwKx1gs=)      */



/*      Resource ID: 29cfb0ae69d519eeec245da095d (mini.less, compiled by lessc, minified by none) (09/08/2025 6:16am) (A:4649, B:4669, C:2805, D:2825, F:2825, J:2825, K:2825)      */

/**********************************************
 *
 *  Mini Gallery
 *  --------------------
 *  Docs: https://github.com/whitewhale/LWGalleries
 *
 *  Mini gallery displays the first image in the gallery and opens the gallery fullscreen when clicked.
 *
 *  Go to the fullscreen gallery to change fullscreen settings.
 *  These gallery styles and scripts are only loaded when there's a gallery on the page.
 *
  **********************************************
 */
.lw_gallery_mini {
  position: relative;
  display: inline-block;
  margin: 0 10px 25px;
  max-width: 100%;
}
.lw_gallery_mini .gallery-info {
  display: block;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  margin: -8.5% 10px 0 15px;
  padding: 9px 8px 11px 52px;
  line-height: 1.15;
  background-color: #002d52;
  -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.8);
  cursor: pointer;
  text-align: left;
}
.lw_gallery_mini .gallery-info::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 10px;
  width: 33px;
  height: 98px;
  background-image: url('/live/resource/image/_ingredients/themes/global/galleries/mini/picture-icon.png');
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.lw_gallery_mini .gallery-info::after {
  content: '\f064';
  display: inline;
  margin-left: 4px;
  font-size: 0.8em;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: white;
}
.lw_gallery_mini .gallery-name {
  position: relative;
  margin: 0 0 4px 0;
  font-family: FFMarkWebProBook, serif;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #c1cbd4;
}
.lw_gallery_mini .gallery-title {
  margin: 0 0 0 0;
  font-family: FFMarkWebProBook, serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
}
.lw_gallery_mini .gallery-images.gallery-images {
  cursor: pointer;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.lw_gallery_mini .gallery-images.gallery-images:focus {
  outline: none;
}
.lw_gallery_mini .gallery-images.gallery-images li {
  margin: 0;
}
.lw_gallery_mini .gallery-images.gallery-images li::before {
  display: none;
}
.lw_gallery_mini .gallery-images.gallery-images li:not(:first-child) {
  display: none;
}
.lw_gallery_mini .gallery-images.gallery-images li:first-child {
  display: inline-block;
  position: relative;
  margin-top: 2%;
  max-width: 100%;
}
.lw_gallery_mini .gallery-images.gallery-images li:first-child figure {
  margin: 0;
}
.lw_gallery_mini .gallery-images.gallery-images li:first-child img {
  z-index: 1;
  position: relative;
  margin: 0;
  border: 8px solid #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 5px -1px;
  box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 5px -1px;
  transition: -webkit-filter 150ms ease;
  transition: filter 150ms ease;
  transition: filter 150ms ease, -webkit-filter 150ms ease;
}
.lw_gallery_mini:hover .gallery-images.gallery-images li:first-child img {
  filter: brightness(1.12);
}
.lw_gallery_mini:hover .gallery-info {
  background-color: #043f6f;
}
.lw_gallery_mini figcaption {
  display: none;
}