.item-border {
  object-fit:cover;
}

.product_list a .position-relative {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.product_list a img {
  width: 120%;
  height: 140%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -48%;
}

.custom_select {
  position:relative;
}
.custom_select::before {
    content: url(https://img21.shop-pro.jp/PA01477/869/etc_base64/MjAyNTAzX2Fycm93X2Iy.png?cmsp_timestamp=20250413214706);
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    pointer-events: none;
}
.opt_select {
    appearance: none;
}

.opt_select {
    width: 100%;
    height: auto;
    border: 1px solid #B5B5B5 !important;
    padding: 8px 50px 8px 14px !important;
    box-sizing: border-box;
}
.product_list .productlist-unit .price{
	display:none;
}
