/* 套餐分类子页面 - 统一视觉风格 */

/* Hero Section */
.product-hero {
    position: relative;
    padding: 140px 0 100px;
    background: linear-gradient(135deg, #f0f7f3 0%, #e8f5ed 50%, #eaf7ef 100%);
    overflow: hidden;
}

.product-hero::before {
    content: '';
    position: absolute;
    top: -200px;
    right: -200px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(0, 128, 66, 0.08) 0%, transparent 70%);
    border-radius: 50%;
}

.product-hero::after {
    content: '';
    position: absolute;
    bottom: -150px;
    left: -150px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(0, 168, 84, 0.06) 0%, transparent 70%);
    border-radius: 50%;
}

.product-hero .g-in {
    position: relative;
    z-index: 1;
}

.product-eyebrow {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #008042;
    padding: 8px 20px;
    background: rgba(0, 128, 66, 0.1);
    border-radius: 30px;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.product-hero h1 {
    font-size: 56px;
    font-weight: 700;
    color: #1a3a2a;
    margin-bottom: 20px;
    line-height: 1.2;
    letter-spacing: 2px;
}

.product-hero p {
    font-size: 18px;
    color: #5a7265;
    max-width: 600px;
    line-height: 1.8;
}

.product-hero .hero-decor {
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
    width: 320px;
    height: auto;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(0, 128, 66, 0.15) 0%, rgba(0, 168, 84, 0.05) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 128, 66, 0.15);
}

.product-hero .hero-decor img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 16px;
}

/* === 各页面特色背景 === */

/* 经典系列 - 暖色米黄 */
.product-hero--classic {
    background: linear-gradient(135deg, #fef6e4 0%, #fcecd0 60%, #f9e0b8 100%);
}
.product-hero--classic::before {
    background: radial-gradient(circle, rgba(234, 160, 60, 0.15) 0%, transparent 70%);
}
.product-hero--classic .product-eyebrow {
    color: #c77a2a;
    background: rgba(199, 122, 42, 0.12);
}
.product-hero--classic .product-hero h1 {
    color: #5a3a1a;
}
.product-hero--classic .product-hero p {
    color: #7a5a3a;
}
.product-hero--classic .hero-decor {
    background: linear-gradient(135deg, rgba(234, 160, 60, 0.25) 0%, rgba(255, 200, 130, 0.15) 100%);
    box-shadow: 0 20px 60px rgba(200, 140, 50, 0.18);
}

/* 儿童餐系列 - 明亮粉橙 */
.product-hero--children {
    background: linear-gradient(135deg, #fff5f5 0%, #ffe4e4 60%, #ffd6d6 100%);
}
.product-hero--children::before {
    background: radial-gradient(circle, rgba(255, 130, 130, 0.15) 0%, transparent 70%);
}
.product-hero--children .product-eyebrow {
    color: #e05a5a;
    background: rgba(224, 90, 90, 0.12);
}
.product-hero--children .product-hero h1 {
    color: #6a2a2a;
}
.product-hero--children .product-hero p {
    color: #7a4a4a;
}
.product-hero--children .hero-decor {
    background: linear-gradient(135deg, rgba(255, 150, 150, 0.25) 0%, rgba(255, 200, 200, 0.15) 100%);
    box-shadow: 0 20px 60px rgba(220, 100, 100, 0.18);
}

/* 礼赞系列 - 粉色温馨 */
.product-hero--gift {
    background: linear-gradient(135deg, #fff0f3 0%, #ffdde4 60%, #ffc8d2 100%);
}
.product-hero--gift::before {
    background: radial-gradient(circle, rgba(240, 130, 160, 0.18) 0%, transparent 70%);
}
.product-hero--gift .product-eyebrow {
    color: #d05a80;
    background: rgba(208, 90, 128, 0.12);
}
.product-hero--gift .product-hero h1 {
    color: #6a2040;
}
.product-hero--gift .product-hero p {
    color: #7a4a60;
}
.product-hero--gift .hero-decor {
    background: linear-gradient(135deg, rgba(240, 140, 170, 0.25) 0%, rgba(255, 200, 220, 0.15) 100%);
    box-shadow: 0 20px 60px rgba(220, 120, 150, 0.18);
}

/* 卤味系列 - 浓郁酱棕 */
.product-hero--braised {
    background: linear-gradient(135deg, #f5ecdd 0%, #ebdcc0 60%, #dcc8a0 100%);
}
.product-hero--braised::before {
    background: radial-gradient(circle, rgba(140, 90, 40, 0.18) 0%, transparent 70%);
}
.product-hero--braised .product-eyebrow {
    color: #8a5a20;
    background: rgba(138, 90, 32, 0.12);
}
.product-hero--braised .product-hero h1 {
    color: #4a3018;
}
.product-hero--braised .product-hero p {
    color: #6a4a2a;
}
.product-hero--braised .hero-decor {
    background: linear-gradient(135deg, rgba(160, 110, 50, 0.25) 0%, rgba(200, 160, 100, 0.15) 100%);
    box-shadow: 0 20px 60px rgba(140, 90, 40, 0.2);
}

/* 轻食减脂系列 - 清新嫩绿 */
.product-hero--light {
    background: linear-gradient(135deg, #edf5e8 0%, #dbecc8 60%, #c5e0b0 100%);
}
.product-hero--light::before {
    background: radial-gradient(circle, rgba(80, 160, 60, 0.15) 0%, transparent 70%);
}
.product-hero--light .product-eyebrow {
    color: #3a8030;
    background: rgba(58, 128, 48, 0.12);
}
.product-hero--light .product-hero h1 {
    color: #1a4a20;
}
.product-hero--light .product-hero p {
    color: #4a6a4a;
}
.product-hero--light .hero-decor {
    background: linear-gradient(135deg, rgba(100, 170, 80, 0.25) 0%, rgba(180, 220, 150, 0.15) 100%);
    box-shadow: 0 20px 60px rgba(80, 140, 50, 0.18);
}

/* 商务轻享餐系列 - 典雅灰蓝 */
.product-hero--business {
    background: linear-gradient(135deg, #eef2f7 0%, #dde5ef 60%, #c8d4e4 100%);
}
.product-hero--business::before {
    background: radial-gradient(circle, rgba(80, 110, 150, 0.15) 0%, transparent 70%);
}
.product-hero--business .product-eyebrow {
    color: #4a6080;
    background: rgba(74, 96, 128, 0.12);
}
.product-hero--business .product-hero h1 {
    color: #1a2a4a;
}
.product-hero--business .product-hero p {
    color: #4a5a7a;
}
.product-hero--business .hero-decor {
    background: linear-gradient(135deg, rgba(100, 120, 160, 0.25) 0%, rgba(180, 200, 220, 0.15) 100%);
    box-shadow: 0 20px 60px rgba(80, 100, 140, 0.18);
}

/* 学生营养餐 - 活力清新绿 */
.product-hero--nutrition {
    background: linear-gradient(135deg, #e8f5e0 0%, #d0ecbe 60%, #b8e0a0 100%);
}
.product-hero--nutrition::before {
    background: radial-gradient(circle, rgba(80, 180, 80, 0.15) 0%, transparent 70%);
}
.product-hero--nutrition .product-eyebrow {
    color: #3a8a30;
    background: rgba(58, 138, 48, 0.12);
}
.product-hero--nutrition h1 {
    color: #1a4a20;
}
.product-hero--nutrition p {
    color: #3a6a3a;
}
.product-hero--nutrition .hero-decor {
    background: linear-gradient(135deg, rgba(100, 180, 80, 0.28) 0%, rgba(180, 220, 140, 0.15) 100%);
    box-shadow: 0 20px 60px rgba(60, 140, 50, 0.18);
}

/* 企业团膳 - 沉稳蓝绿 */
.product-hero--group {
    background: linear-gradient(135deg, #e8f0f5 0%, #d0e0eb 60%, #b8cce0 100%);
}
.product-hero--group::before {
    background: radial-gradient(circle, rgba(60, 110, 140, 0.15) 0%, transparent 70%);
}
.product-hero--group .product-eyebrow {
    color: #3a6882;
    background: rgba(58, 104, 130, 0.12);
}
.product-hero--group h1 {
    color: #1a324a;
}
.product-hero--group p {
    color: #3a5872;
}
.product-hero--group .hero-decor {
    background: linear-gradient(135deg, rgba(80, 130, 160, 0.25) 0%, rgba(170, 200, 220, 0.15) 100%);
    box-shadow: 0 20px 60px rgba(60, 100, 130, 0.18);
}

/* 食堂承包 - 稳重橙棕 */
.product-hero--contract {
    background: linear-gradient(135deg, #f5ede0 0%, #ebdcbe 60%, #dcc6a0 100%);
}
.product-hero--contract::before {
    background: radial-gradient(circle, rgba(150, 100, 40, 0.15) 0%, transparent 70%);
}
.product-hero--contract .product-eyebrow {
    color: #8a5820;
    background: rgba(138, 88, 32, 0.12);
}
.product-hero--contract h1 {
    color: #4a3018;
}
.product-hero--contract p {
    color: #6a4a2a;
}
.product-hero--contract .hero-decor {
    background: linear-gradient(135deg, rgba(160, 110, 50, 0.25) 0%, rgba(210, 170, 110, 0.15) 100%);
    box-shadow: 0 20px 60px rgba(140, 90, 40, 0.18);
}

/* 活动用餐 - 温暖玫红 */
.product-hero--event {
    background: linear-gradient(135deg, #fff0f2 0%, #ffe0e6 60%, #ffccd4 100%);
}
.product-hero--event::before {
    background: radial-gradient(circle, rgba(220, 80, 120, 0.15) 0%, transparent 70%);
}
.product-hero--event .product-eyebrow {
    color: #c04868;
    background: rgba(192, 72, 104, 0.12);
}
.product-hero--event h1 {
    color: #6a1a30;
}
.product-hero--event p {
    color: #7a3a4a;
}
.product-hero--event .hero-decor {
    background: linear-gradient(135deg, rgba(230, 110, 140, 0.25) 0%, rgba(255, 200, 210, 0.15) 100%);
    box-shadow: 0 20px 60px rgba(200, 80, 110, 0.18);
}

/* Product Section */
.product-section {
    padding: 80px 0;
}

.product-section--alt {
    background: #f7faf8;
}

.product-heading {
    text-align: center;
    margin-bottom: 60px;
}

.product-heading span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 4px;
    color: #008042;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.product-heading h2 {
    font-size: 40px;
    font-weight: 700;
    color: #1a3a2a;
    line-height: 1.3;
}

.product-heading .divider {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #008042, #00a854);
    margin: 20px auto 0;
    border-radius: 2px;
}

/* Product Grid */
.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

/* 套餐展示区 - 大卡片样式 */
.meal-showcase {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.meal-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.meal-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0, 128, 66, 0.15);
    border-color: rgba(0, 128, 66, 0.2);
}

.meal-card__image {
    position: relative;
    width: 100%;
    aspect-ratio: 16/10;
    overflow: hidden;
    background: #f5f7f6;
}

.meal-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.meal-card:hover .meal-card__image img {
    transform: scale(1.05);
}

.meal-card__badge {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 6px 16px;
    background: linear-gradient(135deg, #008042, #00a854);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    border-radius: 20px;
    letter-spacing: 1px;
    box-shadow: 0 4px 12px rgba(0, 128, 66, 0.3);
}

.meal-card__info {
    padding: 28px;
}

.meal-card__name {
    font-size: 24px;
    font-weight: 700;
    color: #1a3a2a;
    margin-bottom: 8px;
}

.meal-card__desc {
    font-size: 14px;
    color: #6b786f;
    line-height: 1.7;
    margin-bottom: 20px;
}

.meal-card__includes {
    background: #f7faf8;
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 20px;
}

.meal-card__includes-title {
    font-size: 13px;
    font-weight: 600;
    color: #008042;
    margin-bottom: 10px;
}

.meal-card__includes ul {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.meal-card__includes ul li {
    font-size: 13px;
    color: #5a7265;
    display: flex;
    align-items: center;
    gap: 6px;
}

.meal-card__includes ul li i {
    font-size: 11px;
    color: #00a854;
}

.meal-card__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.meal-card__price {
    font-size: 28px;
    font-weight: 700;
    color: #008042;
}

.meal-card__price small {
    font-size: 14px;
    font-weight: 500;
    color: #8a9a90;
}

.meal-card__btn {
    padding: 10px 24px;
    background: linear-gradient(135deg, #008042, #00a854);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 24px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 128, 66, 0.25);
}

.meal-card__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 128, 66, 0.35);
}

.product-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 128, 66, 0.15);
    border-color: rgba(0, 128, 66, 0.2);
}

.product-card__image {
    position: relative;
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
    background: #f5f7f6;
}

.product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.product-card:hover .product-card__image img {
    transform: scale(1.08);
}

.product-card__badge {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 6px 14px;
    background: linear-gradient(135deg, #008042, #00a854);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 20px;
    letter-spacing: 1px;
    box-shadow: 0 4px 12px rgba(0, 128, 66, 0.3);
}

.product-card__body {
    padding: 24px;
}

.product-card__name {
    font-size: 20px;
    font-weight: 600;
    color: #1a3a2a;
    margin-bottom: 10px;
}

.product-card__desc {
    font-size: 14px;
    color: #6b786f;
    line-height: 1.7;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-card__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
    border-top: 1px solid #f0f2f1;
}

.product-card__price {
    font-size: 24px;
    font-weight: 700;
    color: #008042;
}

.product-card__price small {
    font-size: 14px;
    font-weight: 500;
    color: #8a9a90;
}

.product-card__tag {
    font-size: 12px;
    color: #8a9a90;
    padding: 4px 10px;
    background: #f0f7f3;
    border-radius: 4px;
}

/* Feature Cards */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 60px;
}

.feature-card {
    background: #fff;
    padding: 32px 24px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 128, 66, 0.1);
}

.feature-card__icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 16px;
    background: linear-gradient(135deg, #e6f5ed 0%, #d4ecd9 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #008042;
}

.feature-card__icon i {
    font-size: 26px;
}

.feature-card__title {
    font-size: 16px;
    font-weight: 600;
    color: #1a3a2a;
    margin-bottom: 8px;
}

.feature-card__desc {
    font-size: 13px;
    color: #8a9a90;
    line-height: 1.6;
}

/* CTA Section */
.product-cta {
    background: linear-gradient(135deg, #008042 0%, #005730 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.product-cta::before {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.product-cta::after {
    content: '';
    position: absolute;
    bottom: -150px;
    right: -150px;
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 50%;
}

.product-cta .g-in {
    position: relative;
    z-index: 1;
    text-align: center;
}

.product-cta h2 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 16px;
    font-weight: 700;
}

.product-cta p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 32px;
}

.product-cta .cta-btn {
    display: inline-block;
    padding: 16px 48px;
    background: #fff;
    color: #008042;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.product-cta .cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}

/* Responsive */
@media (max-width: 1200px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .meal-showcase {
        gap: 28px;
    }

    .meal-card__info {
        padding: 24px;
    }

    .meal-card__name {
        font-size: 22px;
    }
}

@media (max-width: 900px) {
    .product-hero {
        padding: 120px 0 60px;
    }

    .product-hero h1 {
        font-size: 40px;
    }

    .product-hero .hero-decor {
        width: 240px;
        height: auto;
    }

    .product-section {
        padding: 60px 0;
    }

    .product-heading h2 {
        font-size: 32px;
    }

    .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .meal-showcase {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

@media (max-width: 600px) {
    .product-hero {
        padding: 100px 0 50px;
    }

    .product-hero h1 {
        font-size: 32px;
    }

    .product-hero p {
        font-size: 16px;
    }

    .product-hero .hero-decor {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        width: 220px;
        height: auto;
        margin: 30px auto 0;
    }

    .product-grid {
        grid-template-columns: 1fr;
    }

    .feature-grid {
        grid-template-columns: 1fr;
    }

    .product-card__body {
        padding: 20px;
    }

    .product-card__name {
        font-size: 18px;
    }

    .product-heading h2 {
        font-size: 28px;
    }

    .meal-card__info {
        padding: 20px;
    }

    .meal-card__name {
        font-size: 20px;
    }

    .meal-card__includes ul {
        grid-template-columns: 1fr;
    }

    .meal-card__footer {
        flex-direction: column;
        gap: 16px;
        align-items: stretch;
    }

    .meal-card__btn {
        text-align: center;
    }

    .product-cta {
        padding: 60px 0;
    }

    .product-cta h2 {
        font-size: 26px;
    }
}

/* 套餐分类子页面导航高亮 */
.nav3.current > .a1,
.nav3.current > .shownav a.current {
    color: #008042;
    font-weight: 600;
}

/* 悬浮系列切换按钮 */
.cat-fab {
    position: fixed;
    right: 28px;
    bottom: 28px;
    z-index: 998;
}

.cat-fab__toggle {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #008042;
    color: #fff;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(0, 128, 66, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    z-index: 2;
}

.cat-fab__toggle i {
    font-size: 22px;
    transition: transform 0.3s ease;
}

.cat-fab.open .cat-fab__toggle {
    transform: rotate(45deg);
    background: #006633;
}

.cat-fab__toggle:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 24px rgba(0, 128, 66, 0.45);
}

.cat-fab.open .cat-fab__toggle:hover {
    transform: rotate(45deg) scale(1.08);
}

.cat-fab__menu {
    position: absolute;
    right: 0;
    bottom: 62px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px) scale(0.92);
    transform-origin: bottom right;
    transition: all 0.3s ease;
}

.cat-fab.open .cat-fab__menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

.cat-fab__menu a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    background: #fff;
    border-radius: 28px;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.25s ease;
    border: 1px solid #e8f0ec;
}

.cat-fab__menu a:hover {
    background: #008042;
    color: #fff;
    border-color: #008042;
    transform: translateX(-4px);
    box-shadow: 0 4px 16px rgba(0, 128, 66, 0.25);
}

.cat-fab__menu a.active {
    background: #008042;
    color: #fff;
    border-color: #008042;
    font-weight: 600;
}

.cat-fab__menu a i {
    font-size: 14px;
    width: 18px;
    text-align: center;
}

/* 遮罩层 */
.cat-fab__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 997;
    opacity: 0;
    pointer-events: none;
    transition: background 0.3s ease, opacity 0.3s ease;
}

.cat-fab.open ~ .cat-fab__overlay {
    background: rgba(0, 0, 0, 0.25);
    opacity: 1;
    pointer-events: auto;
}

@media (max-width: 750px) {
    .cat-fab {
        right: 16px;
        bottom: 16px;
    }

    .cat-fab__toggle {
        width: 46px;
        height: 46px;
    }

    .cat-fab__toggle i {
        font-size: 19px;
    }

    .cat-fab__menu {
        bottom: 56px;
        gap: 6px;
    }

    .cat-fab__menu a {
        font-size: 13px;
        padding: 9px 16px;
        gap: 8px;
    }
}