.brand-card {
    background: var(--color-whit-bg);
}
.brans-name {
    font-size: 20px;
    font-weight: 725;
    line-height: 100%;
    color: var(--color-secondary);
}
.brand-description p {
    font-size: 12px;
    font-weight: 325;
    line-height: 28px;
    color: var(--color-text);
}
/* archive brand */
.heade-brand h1 {
	font-size: 32px;
	font-weight: 725;
	line-height: 100%;
	margin-bottom: 0;
}
.order-size-item {
    background: #fff;
    padding: 16px;
}
.size-item-text {
    text-align: center;
}
.size-item-text b {
    font-weight: 400;
    font-size: 32px;
    color: var(--color-secondary);
        line-height: 100%;
}
.size-item-text {
    font-weight: 150;
    font-size: 18px;
    line-height: 100%;
}
.brand-item {
    height: 64px !important;
}
