.storefront-collection {
    padding: 0.9rem 0;
    border-bottom: 1px solid #e5e7eb;
}

.storefront-collection__heading {
    min-width: 0;
}

.storefront-collection__rail-wrap {
    overflow: visible;
}

.storefront-collection__item {
    min-width: 0;
}

.storefront-collection-category-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
    text-align: left;
}

@media (hover: hover) {
    .storefront-collection-category-card:hover {
        box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
        transform: translateY(-2px);
    }
}

.storefront-collection .category-image.storefront-collection-category-card__image {
    width: 100%;
    height: 124px;
    display: block;
    background: #f8fafc;
}

.storefront-collection .category-image.storefront-collection-category-card__image {
    object-fit: cover;
    object-position: center;
    border-radius: 12px 12px 0 0;
}

.storefront-collection-category-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;
}

.storefront-collection-category-card__body {
    padding: 0.58rem;
}

.storefront-collection .category-name.storefront-collection-category-card__name {
    margin: 0 0 0.38rem;
    font-size: 0.84rem;
    line-height: 1.2;
    font-weight: 600;
    color: #1f2937;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 2.4em;
    text-decoration: none;
}

.storefront-collection .category-description.storefront-collection-category-card__description {
    margin: 0 0 0.7rem;
    font-size: 0.78rem;
    line-height: 1.42;
    color: #4b5563;
    flex-grow: 1;
}

.storefront-collection-category-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: auto;
}

.storefront-collection-category-card__actions .btn {
    min-height: 38px;
    font-size: 0.78rem;
    border-radius: 10px;
}

@media (min-width: 481px) {
    .storefront-collection-category-card__image {
        height: 132px;
    }
}

@media (min-width: 768px) {
    .storefront-collection {
        padding: 1.1rem 0;
    }

    .storefront-collection-category-card {
        padding: 0.8rem;
        border-radius: 14px;
    }

    .storefront-collection-category-card__image {
        height: 148px;
        margin-bottom: 0.7rem;
    }
}

@media (min-width: 992px) {
    .storefront-collection-category-card__image {
        height: 168px;
    }
}
