.goods-zone-head {
    border-bottom: 1px solid #f1f1f1;
}

.goods-zone-head .page-head-back {
    border: none;
    background: transparent;
}

.goods-zone-section {
    padding: 12px;
}

.goods-zone-section .goods-style-grid .goods-list__inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.goods-zone-section .goods-card .goods-item {
    flex-direction: column;
    margin-bottom: 0;
    height: 100%;
}

.goods-zone-section .goods-thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
}

.goods-zone-section .goods-info h3 {
    min-height: auto;
    -webkit-line-clamp: 2;
}
