/*      Request ID: 367111e9bb6a845df05eda0194f94344_1536911010 (11/17/2025 11:19pm) (HchBCsAgDAXRE9UcqUT60ZSYgJGmx29xM/CGug/QzeFGwXZVf4+tovIgOyuKYVFm0inWJi6BraDVMRDU1CsrNVbFlH8MMdkpiogP)      */



/*      Resource ID: 3de925f20f96f9541efa473686c (mini.less, compiled by lessc, minified by none) (11/17/2025 11:19pm) (A:3498, B:3518, C:2902, D:2922, F:2922, J:2922, K:2922)      */

/**********************************************
 *
 *  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-bottom: 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: 11px 8px 10px 52px;
  line-height: 1.15;
  background-color: #1e376d;
  -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: 10px;
  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-name {
  position: relative;
  margin: 0 0 4px 0;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #b2bcd4;
}
.lw_gallery_mini .gallery-title {
  margin: 0 0 0 0;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.9rem;
  font-weight: 200;
  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 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 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;
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  max-width: 100%;
}
.lw_gallery_mini .gallery-images.gallery-images li:first-child::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 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;
  -webkit-transform: rotate(1.5deg);
  -ms-transform: rotate(1.5deg);
  transform: rotate(1.5deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.lw_gallery_mini:hover .gallery-images.gallery-images li:first-child img {
  -webkit-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
}
.lw_gallery_mini:hover .gallery-images.gallery-images li:first-child::before {
  -webkit-transform: rotate(-1.5deg);
  -ms-transform: rotate(-1.5deg);
  transform: rotate(-1.5deg);
}
.lw_gallery_mini .figcaption {
  display: none;
}