/** Shopify CDN: Minification failed

Line 22:0 Unexpected "}"

**/
.product--grid__swatches .prod-sizes {
  display: none;
}
.prod-colors ul {
  text-align: left;
  list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.prod-colors ul li {
    width: 30px;
    height: 30px;
    margin-left: 0;
    margin-right: 6px;
    border: 0;
  }
}

prod-colors ul span {
  border-radius: unset !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  background-size: contain;
}

.item .product__title{
  text-align: left;
}
.item .price{
  align-items: flex-start !important;
}

/* タグアイコン表示 */
.prod-labelBox{
  	display: flex;
    position: absolute;
    top: 10px;
    left: 10px;
    margin: 0 -5px;
}
.prod-labelBox .icn{
    position: relative;
    left: auto;
    top: auto;
    display: inline-block;
    margin-right: 5px;
}
.template-index .custom-weekly .prod-labelBox .so.icn{
    top: auto !important;
}
@media screen and (max-width: 768px){
  .prod-labelBox .icn{
    left: auto !important;
    top: auto !important;
  }
  .template-index .custom-newproducts .prod-labelBox .so.icn, .template-index .custom-recommendations .item .prod-labelBox .icn{
    top: auto !important;
  }
  .template-index .custom-weekly .prod-labelBox{
    top: 6px;
  }
}
.list-price-ts{
  display: flex !important
}
.list-price-ts span{
  display: inline !important;
}
.list-price-ts-sale .money{
    font-weight:bold;
  color: #E51A1A;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .item .icn {
    padding: 2px 8px 3px;
    font-size: 8px;
  }
}
.item .icn.so{width:fit-content}

/* 価格表示 */
.price__sale .price-item--sale{
font-weight: bold;
}


/* collection list */
.collection__list-collections h2 {
  text-align: center;
}
.collection__list-collections h3,
.collection__list-collections .collection__item-details {
  /* display: none !important; */
}
.collection__list-collections.collection-loop {
  grid-row-gap: 20px;
}
.template-collection .global__section h2.section-heading {
  text-align: center;
}