/* ref-mall.css - Mobile mall styles matching 01sc.ke96c.cn reference */

* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    background: #f3f3f3;
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    color: inherit;
}

/* ===== Page layout ===== */
.fui-page-group {
    position: relative;
    min-height: 100vh;
}

.fui-page {
    position: relative;
    min-height: 100vh;
    background: #fafafa;
}

.fui-content {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.fui-page-group,
.fui-page,
.fui-content,
.page-goods-detail,
body {
    padding-bottom: 75px !important;
}

@supports (padding-bottom: constant(safe-area-inset-bottom)) or (padding-bottom: env(safe-area-inset-bottom)) {
    .fui-page-group,
    .fui-page,
    .fui-content,
    .page-goods-detail,
    body {
        padding-bottom: calc(75px + constant(safe-area-inset-bottom)) !important;
        padding-bottom: calc(75px + env(safe-area-inset-bottom)) !important;
    }
}

/* ===== Live room card ===== */
.live-room-card {
    background: linear-gradient(to bottom, rgba(255,255,255,0.98), rgba(255,255,255,0.95));
    margin: 0 8px;
    border-radius: 12px 12px 0 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    overflow: hidden;
}

.live-room-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    cursor: pointer;
}

.live-room-header svg {
    transition: transform 0.3s ease-out;
}

.live-room-content {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease-out;
}

.live-room-inner {
    padding: 0 12px 12px 12px;
}

.live-room-box {
    background: #FFF7F7;
    border-radius: 8px;
    padding: 12px;
}

.live-room-enter-btn {
    display: inline-block;
    background: #FF4F67;
    color: #fff;
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 100px;
    font-size: 13px;
    line-height: normal;
}

/* ===== Shop notice / banner ===== */
.fui-notice {
    background: #ffffff;
    margin: 0 8px 10px 8px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.fui-notice .shop-banner img {
    width: 100%;
    display: block;
}

.shop-info .shop-header {
    display: flex;
    align-items: flex-start;
    padding: 0 12px 12px;
}

.shop-avatar {
    width: 40px;
    height: 40px;
    margin-right: 8px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

.shop-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shop-content {
    flex: 1;
    min-width: 0;
}

.shop-title-row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 40px;
}

.shop-name-line {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shop-name-text {
    display: flex;
    align-items: center;
}

.shop-reload-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    border: 1px solid #333;
    border-radius: 50%;
    margin-left: 3px;
}

.shop-rating-badge {
    font-size: 10px;
    color: #666;
}

.shop-rating-badge .score-wrap {
    color: #AD8661;
    border: 0.5px solid #AD8661;
    border-radius: 2px;
    padding: 0 1px;
    font-weight: 500;
}

.shop-rating-badge .score-num {
    color: #B38355;
    font-weight: 700;
}

.follow-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ff4f67;
    color: #fff;
    font-size: 13px;
    padding: 4px 0;
    width: 70px;
    height: 24px;
    border-radius: 100px;
    font-weight: 500;
    cursor: pointer;
    border: none;
}

.follow-btn.following {
    background-color: #f0f0f0;
    color: #999;
}

.follow-icon {
    font-size: 15px;
    margin-right: 1px;
    display: inline-block;
    transform: translateY(-1px);
}

.shop-stats {
    display: flex;
    font-size: 12px;
    color: #666;
    padding: 10px 0 0 0;
    line-height: 1;
}

.shop-stat-item {
    flex: 1 9999 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.shop-stat-item + .shop-stat-divider + .shop-stat-item {
    margin: 0 15px;
}

.shop-stat-item:last-child {
    flex: 1.5 9999 0;
    margin-left: 15px;
}

.shop-stat-num {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 1.2;
    margin-bottom: 2px;
    white-space: nowrap;
}

.shop-stat-label {
    font-size: 10px;
    color: #999;
    line-height: 1.2;
}

.shop-stat-divider {
    width: 1px;
    background-color: #eee;
    height: 20px;
    margin-top: 4px;
    flex-shrink: 0;
}

/* Follow overlay */
.dy-overlay {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.dy-overlay-content {
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 20px;
    padding: 10px 20px;
}

.dy-overlay-message {
    color: #fff;
    text-align: center;
    font-size: 14px;
}

/* ===== Filter tabs ===== */
.fui-cell-group {
    margin: 0 8px;
}

.filter-panel {
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    background: #fff;
    overflow: hidden;
}

.filter-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 12px;
    border-bottom: 0.5px solid #f5f5f5;
}

.filter-tabs {
    display: flex;
    align-items: center;
    gap: 25px;
}

.filter-item {
    color: #555;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
}

.filter-item.active {
    color: #ff4f67 !important;
    font-weight: 500;
}

.filter-item.price-tab {
    display: inline-flex;
    align-items: center;
}

.price-arrows {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin-left: 4px;
    line-height: 1;
}

.price-arrows i {
    width: 0;
    height: 0;
    border-left: 2.5px solid transparent;
    border-right: 2.5px solid transparent;
}

.price-arrows i.arrow-up {
    border-bottom: 2.5px solid #555;
    margin-bottom: 1px;
}

.price-arrows i.arrow-down {
    border-top: 2.5px solid #555;
}

.filter-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #555;
    font-size: 14px;
}

.filter-actions .divider {
    width: 1px;
    height: 12px;
    background-color: #eee;
}

.filter-tag-row {
    padding: 8px 12px;
    border-bottom: 0.5px solid #f5f5f5;
}

.filter-tag-btn {
    display: block;
    width: 100%;
    padding: 4px 0;
    border: 1px solid #ff6b7c;
    border-radius: 8px;
    color: #333;
    font-size: 12px;
    text-align: center;
    font-weight: 500;
}

.filter-tag-btn em {
    color: #ff4f67;
    font-style: normal;
}

.layout-switch .grid-mode {
    display: inline-flex;
}

.layout-switch .list-mode {
    display: none;
}

.layout-switch.list-mode .grid-mode {
    display: none !important;
}

.layout-switch.list-mode .list-mode {
    display: inline-flex !important;
}

/* ===== Product grid ===== */
.fui-goods-scroll {
    height: auto !important;
    min-height: 0 !important;
}

.fui-goods-scroll .bui-scroll-main,
.fui-goods-scroll .bui-scroll-head,
.fui-goods-scroll .bui-scroll-foot {
    height: auto !important;
    overflow: visible !important;
}

.fui-goods-scroll .bui-scroll-main {
    position: relative !important;
    transform: none !important;
}

.fui-goods-group,
ul.fui-goods-group {
    height: auto;
    overflow: hidden;
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50px, #fafafa 65px);
    border-radius: 0 0 12px 12px;
    margin: 0;
    list-style: none;
    padding-left: 0;
}

.fui-goods-group.block {
    padding: 0.2rem;
}

.fui-goods-group.block.three {
    display: flex !important;
    flex-wrap: wrap !important;
    padding: 0 8px 12px !important;
    column-gap: 8px !important;
    row-gap: 12px !important;
    margin: 0 !important;
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50px, #fafafa 65px) !important;
}

.fui-goods-group.block .fui-goods-item {
    width: calc(50% - 4px) !important;
    float: none !important;
    border-bottom: 0;
    margin: 0 0 4px 0 !important;
    background: transparent;
    border-radius: 12px;
    overflow: visible;
    display: block;
    position: relative;
    text-decoration: none;
    color: inherit;
    flex-shrink: 0;
}

ul.fui-goods-group.bui-list {
    padding-left: 0 !important;
}

ul.fui-goods-group.bui-list > .fui-goods-item,
ul.fui-goods-group.bui-list > a.fui-goods-item {
    width: calc(50% - 4px) !important;
    float: none !important;
}

.fui-goods-group.block .fui-goods-item .image {
    width: 100%;
    height: 0;
    overflow: hidden;
    float: none;
    padding-bottom: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
    margin: 0;
    margin-bottom: 0;
}

.fui-goods-group.block .fui-goods-item .detail {
    background: #fff;
    border-radius: 12px;
    margin: 0;
    padding: 0;
    padding-top: 0;
    padding-bottom: 4px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
}

.fui-goods-group.block .fui-goods-item .detail .name {
    padding: 0 6px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    gap: 2px;
    height: auto;
    font-size: 13px;
    color: #262626;
}

.brand-tag {
    background: #333;
    color: #fff;
    font-size: 12px;
    padding: 0 3px;
    border-radius: 4px;
    margin-right: 4px;
    display: inline-block;
    vertical-align: 1px;
    font-weight: 400;
    letter-spacing: 0;
    transform: scale(0.95, 0.9);
    line-height: 15px;
    flex-shrink: 0;
}

.fui-goods-group.block .fui-goods-item .detail .visitor-count {
    padding: 2px 6px 8px 6px;
    margin: 0;
    font-size: 12px;
    color: #A08E68;
    line-height: 1;
}

.fui-goods-group.block .fui-goods-item .detail .price {
    padding: 0 6px;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.fui-goods-group.block .fui-goods-item .detail .price .text {
    color: #ed2822;
    display: flex;
    align-items: flex-end;
    margin-bottom: 1px;
    flex-wrap: wrap;
}

.fui-goods-group.block .fui-goods-item .detail .price .minprice {
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: flex-end;
    line-height: 1;
}

.fui-goods-group.block .fui-goods-item .detail .price .minprice::before {
    content: '¥';
    font-size: 14px;
    font-weight: 400;
    margin-right: 1px;
    line-height: 1;
}

.fui-goods-group.block .fui-goods-item .detail .price .promotion-text {
    font-size: 11px;
    color: #ed2822;
    margin-left: 2px;
}

.fui-goods-group.block .fui-goods-item .detail .price .sold-count {
    font-size: 11px;
    color: #999;
    margin-left: 4px;
    font-weight: 400;
}

.fui-goods-group.block .fui-goods-item .detail .price .tags {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    padding-bottom: 8px;
}

.fui-goods-group.block .fui-goods-item .detail .price .tag {
    font-size: 10px;
    color: #CD7543;
    border: 0.5px solid #CD7543;
    padding: 0 3px;
    border-radius: 2px;
    line-height: 14px;
}

/* List layout mode */
.fui-goods-group.one .fui-goods-item {
    width: 100%;
    margin-right: 0;
    float: none;
}

.fui-goods-group.one .fui-goods-item .image {
    width: 120px;
    height: 120px;
    float: left;
    margin-right: 10px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.fui-goods-group.one .fui-goods-item .detail {
    overflow: hidden;
    padding-left: 10px;
}

/* Hide bui default pic styles */
.bui-list-pic .bui-pic .bui-pic-title,
.bui-list-pic .bui-pic .bui-pic-img {
    display: none;
}

/* ===== Index bottom navbar (5 equal tabs) ===== */
.fui-navbar {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: flex;
    background: #ffffff;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
    box-shadow: 0 -2px 10px rgba(0,0,0,0.05);
    height: 60px;
}

.fui-navbar .nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #8a8a8a;
    text-decoration: none;
    font-size: 12px;
    flex: 1;
    padding: 8px 0 4px;
    cursor: pointer;
    border: none;
    background: transparent;
}

.fui-navbar .nav-item.active {
    color: #D8A375;
}

.fui-navbar .nav-item.active .icon svg,
.fui-navbar .nav-item.active .icon svg path {
    color: #D8A375;
    fill: #D8A375;
}

.fui-navbar .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    margin-bottom: 8px;
}

.fui-navbar .icon svg {
    width: 22px;
    height: 22px;
    color: currentColor;
}

.fui-navbar .icon svg path {
    fill: currentColor;
}

.fui-navbar .label {
    line-height: 1.2;
    font-size: 11px;
}

/* ===== Goods detail page ===== */
.page-goods-detail {
    background: #fff;
}

.page-goods-detail .fui-content {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.goods-hero {
    position: relative;
}

.goods-swipe-wrap {
    position: relative;
}

.goods-swipe-wrap .bui-slide,
.goods-swipe-wrap #slide {
    width: 100%;
}

.goods-swipe-wrap .bui-slide .bui-slide-main > ul > li img {
    width: 100%;
    height: 100vw;
    max-height: 100vw;
    object-fit: cover;
    display: block;
}

.goods-swipe-count {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 10px;
    z-index: 10;
}

.goods-price-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -75px;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    z-index: 999;
}

.goods-price-overlay img {
    width: 100%;
    display: block;
}

.goods-price-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 8px;
    z-index: 9999;
    padding: 0 15px;
}

.goods-price-row {
    margin-bottom: 2px;
    display: flex;
    align-items: baseline;
}

.goods-promo-label {
    color: #FFD4AC;
    font-size: 0.7rem;
    font-weight: 800;
    margin-right: 2px;
}

.goods-price-value {
    display: flex;
    align-items: baseline;
    color: #FFD4AC;
}

.goods-price-symbol {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1;
    margin-right: -3px;
}

.goods-price-num {
    font-size: 1.1rem;
    font-weight: 700;
}

.goods-price-suffix {
    font-size: 0.8rem;
    font-weight: 500;
}

.goods-price-meta {
    margin-top: 2px;
}

.goods-price-meta span {
    color: #FFD4AC;
    font-size: 0.6rem;
    font-weight: 500;
}

.goods-price-meta .sep {
    color: #999;
    margin: 0 5px;
}

.fui-detail-group {
    margin-top: 58px;
    margin-bottom: 0;
    background: #fff;
}

.goods-name-cell .name {
    color: #333;
    font-size: 0.9rem;
    padding-top: 0;
    font-weight: 500;
    line-height: 1.4;
    padding: 0 12px 8px;
}

.trust-tags-scroll {
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px 12px;
    -webkit-overflow-scrolling: touch;
}

.trust-tags-inner {
    display: inline-flex;
    gap: 8px;
}

.trust-tag-blue {
    color: #4B96F3;
    border: 1px solid #D8E9FF;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    background: rgba(75, 150, 243, 0.12);
}

.trust-tag-brown {
    color: #9D7359;
    border: 1px solid #E5D5CC;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 12px;
    display: inline-block;
    background: rgba(157, 115, 89, 0.08);
}

.service-card {
    background: #fff;
    margin: 8px 12px;
    padding: 12px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.service-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
}

.service-row + .service-row {
    margin-top: 16px;
}

.service-row-left {
    display: flex;
    align-items: center;
    gap: 4px;
    flex: 1;
    min-width: 0;
}

.service-row-text {
    color: #666;
    font-size: 13px;
}

.express-tag {
    color: #4B96F3;
    border: 1px solid #D8E9FF;
    padding: 0 3px;
    border-radius: 2px;
    font-size: 11px;
    margin-right: 4px;
    flex-shrink: 0;
}

.service-sub-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-top: 4px;
    padding-left: 21px;
}

.service-sub-row span {
    color: #999;
    font-size: 10px;
}

.service-sub-row .sep {
    margin: 0 4px;
}

.reviews-card {
    background: #fff;
    margin: 0 12px;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.03), 0 4px 16px rgba(0,0,0,0.06);
}

.reviews-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reviews-title {
    font-size: 17px;
    color: #333;
    font-weight: 600;
}

.review-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.review-tag {
    color: #333;
    background: #FFF1F0;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 1.4;
}

.review-item {
    padding: 12px 0;
    border-top: 1px solid #f5f5f5;
}

.review-user {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.review-avatar {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 6px;
}

.review-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-name {
    color: #999;
    font-size: 12px;
}

.review-content {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding-left: 20px;
}

.detail-divider {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    margin: 20px 0;
}

.detail-divider .line-left {
    width: 60px;
    height: 1px;
    background: linear-gradient(to left, #666, transparent);
}

.detail-divider .line-right {
    width: 60px;
    height: 1px;
    background: linear-gradient(to right, #666, transparent);
}

.detail-divider .text {
    font-size: 17px;
    color: #666;
    font-weight: 600;
}

.detail-images {
    margin: 0.4rem;
}

.detail-images img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}

.goods-params-table {
    width: 100%;
    border-collapse: collapse;
    margin: 10px 12px;
}

.goods-params-table th,
.goods-params-table td {
    border: 0;
    padding: 10px 8px;
    color: #666;
    font-weight: normal;
    font-size: 14px;
    background: #fff;
    text-align: left;
}

.goods-params-table th {
    width: 25%;
    color: #999;
}

/* ===== purchase-bar.css (goods detail navbar) ===== */
.fui-navbar.goods-navbar {
    height: 55px;
}

.fui-navbar.goods-navbar .nav-item:not(.buy-now) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding-bottom: 5px;
    color: #666;
    flex: 0.4;
}

.fui-navbar.goods-navbar .nav-item .label {
    line-height: 1;
    margin-top: 0;
    font-size: 10px;
}

.fui-navbar.goods-navbar .nav-item.buy-now {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex: 2.2;
    background: #ff5555;
    position: relative;
    text-align: center;
    height: 40px;
    font-size: 14px;
    border-radius: 50px;
    margin: 8px 10px;
    color: #fff;
    overflow: hidden;
    padding: 0;
}

.fui-navbar.goods-navbar .nav-item.buy-now::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 42%;
    height: 100%;
    background: #FFF1EF;
    border-radius: 50px 0 0 50px;
}

.fui-navbar.goods-navbar .nav-item.buy-now .left-content {
    position: relative;
    z-index: 1;
    margin-left: 15px;
    display: flex;
    align-items: center;
    width: 42%;
    height: 100%;
    cursor: pointer;
}

.fui-navbar.goods-navbar .nav-item.buy-now .left-content span {
    color: #ff5555;
    font-size: 14px;
    white-space: nowrap;
}

.fui-navbar.goods-navbar .nav-item.buy-now .right-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 25px;
    height: 100%;
    gap: 3px;
    flex: 1;
    cursor: pointer;
}

.fui-navbar.goods-navbar .nav-item.buy-now .price-text {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 1px;
    margin-left: -15px;
    line-height: 1;
    margin-top: 2px;
}

.fui-navbar.goods-navbar .nav-item.buy-now .promotion-tag {
    font-size: 12px;
    font-weight: normal;
    color: #fff;
}

.fui-navbar.goods-navbar .nav-item.buy-now .currency-symbol {
    font-weight: 300;
    font-size: 12px;
    margin-right: -2px;
}

.fui-navbar.goods-navbar .nav-item.buy-now .buy-text {
    color: #fff;
    font-size: 10px;
    line-height: 1;
    margin-bottom: 2px;
}

.fui-navbar.goods-navbar .nav-item.enter-shop {
    margin-left: 8px;
}

.fui-navbar.goods-navbar .nav-item.customer-service {
    margin: 0;
    padding-left: 2px;
}

.fui-navbar.goods-navbar .nav-item.cart {
    padding-left: 2px;
    margin-right: 5px;
}

.fui-navbar.goods-navbar .nav-item:not(.buy-now) .icon,
.fui-navbar.goods-navbar .nav-item:not(.buy-now) .label {
    margin-left: 2px;
}

.fui-navbar.goods-navbar .nav-item.cart .badge {
    display: none;
}

.fui-navbar.goods-navbar .nav-item:not(.buy-now) .icon {
    margin-bottom: 3px;
}

.fui-navbar.goods-navbar .nav-item:not(.buy-now) .icon svg {
    width: 20px;
    height: 20px;
}
