/* Add custom CSS styles below */ 
.product-card__price {
    color: var(--store-text-secondary);
    font-size: 16px;
    line-height: 100%;
    display: none;
}

.text-store-text-secondary {
    color: var(--store-text-secondary);
    display: none;
}

#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > section.s-block.s-block--square-links.square-links-2 > div > ul > li:nth-child(2){
    border: solid 2px #0000;
}