@charset "utf-8";

/* Unified product image frames — grid cards (H5 home, glist, search) */
.ash-img-frame,
.goodsList .z-Limg,
.modern-goods-img .z-Limg,
.h5-1yyg-v1 .goodsList2 .z-Limg,
.h5-1yyg-v1 .goodsList2 .modern-goods-img,
.h5-1yyg-v1 .goodsList2 .modern-goods-img .z-Limg,
.db-main-index .goodsList .z-Limg,
.db-main-index .modern-goods-img .z-Limg {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1;
  margin: 0 !important;
  float: none !important;
  overflow: hidden;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

/* Home page: square anchor + inner frame fills it */
.db-main-index a.modern-goods-img,
.db-main-index .modern-goods-img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  position: relative;
}

.db-main-index a.modern-goods-img > .z-Limg,
.db-main-index .modern-goods-img > .z-Limg {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: auto !important;
}

.h5-1yyg-v1 a.modern-goods-img,
.h5-1yyg-v1 .modern-goods-img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  position: relative;
}

.h5-1yyg-v1 a.modern-goods-img > .z-Limg,
.h5-1yyg-v1 .modern-goods-img > .z-Limg {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: auto !important;
}

.ash-img-frame img,
.goodsList .z-Limg img,
.modern-goods-img .z-Limg img,
.h5-1yyg-v1 .goodsList2 .z-Limg img,
.h5-1yyg-v1 .goodsList2 .modern-goods-img img,
.db-main-index .goodsList .z-Limg img,
.db-main-index .modern-goods-img img,
.db-main-index a.modern-goods-img img,
.h5-1yyg-v1 a.modern-goods-img img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center;
  display: block;
  border-radius: 0 !important;
  vertical-align: middle;
}

/* Row thumbnails — cart, orders, collect list */
.ash-img-thumb,
.g-Cart-list .u-Cart-img,
.g-goods-info .z-Limg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  overflow: hidden;
  background: #f8fafc;
  border-radius: 12px;
}

.ash-img-thumb img,
.g-Cart-list .u-Cart-img img,
.g-goods-info .z-Limg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

/* Lazy-load shimmer */
img.ash-img-loading {
  opacity: 0.55;
  transition: opacity 0.2s ease;
}

img.ash-img-loaded {
  opacity: 1;
}

/* Cart recommendations */
#intro li a.g-pic.ash-img-frame {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  overflow: hidden;
}

#intro li a.g-pic.ash-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pcv2-card-img {
  aspect-ratio: 1 / 1;
  height: auto !important;
  min-height: 0;
}

.pcv2-card-compact .pcv2-card-img {
  aspect-ratio: 1 / 1;
}
