.mobile-store-categories {
    padding: 0.5rem 0;
}

.mobile-store-categories .row {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
}

.mobile-store-categories .col-6 {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    margin-bottom: 0.6rem;
}

.mobile-cat-col.mobile-cat-hidden {
    display: none;
}

.mobile-store-categories.expanded .mobile-cat-col.mobile-cat-hidden {
    display: block;
}

.mobile-cat-box {
    display: block;
    background-color: #e6e6ea;
    border-radius: 6px;
    aspect-ratio: 1 / 1;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    color: #2e3047;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.04);
}

.mobile-cat-img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.mobile-cat-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mobile-cat-name {
    position: absolute;
    left: 0.4rem;
    right: 0.4rem;
    bottom: 0.4rem;
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: 6px;
    padding: 0.4rem 0.6rem;
    font-size: 0.72rem;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.btn-mobile-cat-more {
    background: transparent;
    border: 1px solid #d8d8de;
    border-radius: 6px;
    padding: 0.5rem 1.1rem;
    font-size: 0.8rem;
    color: #2e3047;
    font-weight: 500;
    cursor: pointer;
}

.btn-mobile-cat-more:active,
.btn-mobile-cat-more:focus {
    outline: none;
    background-color: #e6e6ea;
}
