/* Shop Specific Styles */
.shop-product-img {
    height: 180px;
    background: #2d3748;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-base);
}

.glass:hover .shop-product-img {
    background: #1a202c;
}