.product-categories-grid-f5114ee3 {
    display: grid;
    gap: 20px;
}

.product-categories-grid-f5114ee3-item {
    text-decoration: none;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-categories-grid-f5114ee3-item-img {
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
}

.product-categories-grid-f5114ee3-item-img img,
.product-categories-grid-f5114ee3-item-img > div {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1;
    display: block;
    transition: transform 0.3s ease;
}

/* Shapes */
.shape-circle .product-categories-grid-f5114ee3-item-img,
.shape-circle .product-categories-grid-f5114ee3-item-img img,
.shape-circle .product-categories-grid-f5114ee3-item-img > div {
    border-radius: 50%;
}

.shape-square .product-categories-grid-f5114ee3-item-img,
.shape-square .product-categories-grid-f5114ee3-item-img img,
.shape-square .product-categories-grid-f5114ee3-item-img > div {
    border-radius: 0;
}

.shape-rounded .product-categories-grid-f5114ee3-item-img,
.shape-rounded .product-categories-grid-f5114ee3-item-img img,
.shape-rounded .product-categories-grid-f5114ee3-item-img > div {
    /* Base rounded - overridden by controls if set */
    border-radius: 10px;
}

.product-categories-grid-f5114ee3-item:hover .product-categories-grid-f5114ee3-item-img img {
    transform: scale(1.05);
}

.product-categories-grid-f5114ee3-item-title {
    margin: 0;
    font-size: 18px;
    color: #333;
}
