/* LIPPER Product Gallery v1.0.8 */

.lipper-product-gallery,
.lipper-product-gallery *{
  box-sizing:border-box !important;
}

.lipper-product-gallery{
  display:grid !important;
  grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  gap:20px !important;
  width:100% !important;
  max-width:900px !important;
  margin:0 auto !important;
  padding:0 !important;
}

.lipper-product-gallery__item{
  width:100% !important;
  max-width:100% !important;
  margin:0 !important;
  padding:0 !important;
  overflow:hidden !important;
}

.lipper-product-gallery a{
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  margin:0 !important;
  padding:0 !important;
  text-decoration:none !important;
}

.lipper-product-gallery img{
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  height:auto !important;
  margin:0 auto !important;
  padding:0 !important;
  object-fit:contain !important;
  border-radius:0 !important;
  transform:none !important;
}


/* CLS対策：画像読み込み前から正方形の枠を確保する */
.lipper-product-gallery__item,
.single-product .lipper-product-gallery__item{
  aspect-ratio:1 / 1 !important;
}

.lipper-product-gallery__item a,
.single-product .lipper-product-gallery__item a{
  aspect-ratio:1 / 1 !important;
}

.lipper-product-gallery img,
.single-product .lipper-product-gallery img,
.single-product img.attachment-medium,
.single-product img.attachment-medium_large{
  aspect-ratio:1 / 1 !important;
  width:100% !important;
  height:auto !important;
  display:block !important;
}

.single-product img.woo-entry-image-main,
.single-product img.woo-entry-image-secondary{
  aspect-ratio:1 / 1 !important;
  width:100% !important;
  height:auto !important;
  display:block !important;
}

@media (max-width:767px){

  .lipper-product-gallery{
    display:flex !important;
    flex-wrap:nowrap !important;
    gap:0 !important;
    width:100% !important;
    max-width:100% !important;
    margin:0 0 28px 0 !important;
    padding:0 !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    scroll-snap-type:x mandatory !important;
    -webkit-overflow-scrolling:touch !important;
    transform:none !important;
  }

  .lipper-product-gallery__item{
    flex:0 0 100% !important;
    min-width:100% !important;
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
    padding:0 !important;
    display:flex !important;
    justify-content:center !important;
    align-items:flex-start !important;
    scroll-snap-align:start !important;
    overflow:hidden !important;
  }

  .lipper-product-gallery__item a{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
    padding:0 !important;
  }

  .lipper-product-gallery__item img{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    height:auto !important;
    margin:0 auto !important;
  }

  .lipper-product-gallery::-webkit-scrollbar{
    display:none !important;
  }
}
