/** Shopify CDN: Minification failed

Line 24:9 Expected identifier but found whitespace
Line 24:10 Unexpected "1px"

**/
.custom-product-grid-item1 {
    width: 20px;
    height: 20px;
    margin: 0 0.4rem;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

/* .custom-product-grid-item1-after::after {
    content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;         /* 让斜线足够长 */
  height: 1px;         /* 斜线粗细 */
  background: #b2b2b4;     /* 斜线颜色 */
  transform: rotate(-45deg);
  transform-origin: center;
} */

.custom-product-grid-item1-active {
    transition: border-color 0.5s ease;    
    border-color: #000;
}