@charset "utf-8";

body {
    background: #f7f1e8;
    color: #2d332b;
}

#goods-category,
.slideall,
.banner-mixed {
    display: none !important;
}

.shop-navigation .goods-category-title,
.shop-navigation > .am-container > .am-show-md-only {
    display: none !important;
}

.header-nav,
.nav-content,
.home-floor {
    background: transparent;
}

.banner {
    position: relative;
    max-width: 120rem;
    margin: 1.6rem auto 1.4rem;
    border-radius: 0.8rem;
    overflow: hidden;
    background: #e9efe2;
    box-shadow: 0 1.2rem 3.2rem rgba(54, 70, 47, 0.12);
}

.banner .am-slider,
.banner .am-slider .am-slides li {
    height: 36rem;
}

.banner .am-slider .am-slides li {
    position: relative;
}

.banner .am-slider .am-slides li > a {
    max-width: none;
}

.banner .am-slider .am-slides li > a::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(30, 46, 30, 0.76) 0%, rgba(30, 46, 30, 0.44) 42%, rgba(30, 46, 30, 0.08) 76%);
    pointer-events: none;
}

.banner .am-slider .am-slides li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.local-hero-copy {
    position: absolute;
    z-index: 2;
    left: 6.4rem;
    top: 50%;
    width: min(48rem, calc(100% - 8rem));
    transform: translateY(-50%);
    color: #fffaf0;
}

.local-hero-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 2.8rem;
    margin: 0 0 1rem;
    padding: 0 1.2rem;
    border: 0.1rem solid rgba(255, 250, 240, 0.38);
    border-radius: 99rem;
    background: rgba(255, 250, 240, 0.14);
    font-size: 1.3rem;
    font-weight: 500;
}

.local-hero-copy h1 {
    margin: 0;
    color: #fffaf0;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.22;
}

.local-hero-text {
    max-width: 42rem;
    margin: 1.2rem 0 0;
    color: rgba(255, 250, 240, 0.86);
    font-size: 1.6rem;
    line-height: 1.7;
}

.local-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2.2rem;
}

.local-hero-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 11.6rem;
    min-height: 4.2rem;
    padding: 0 1.8rem;
    border-radius: 0.6rem;
    font-weight: 600;
    text-decoration: none !important;
}

.local-hero-primary {
    background: #f36f21;
    color: #ffffff !important;
}

.local-hero-secondary {
    border: 0.1rem solid rgba(255, 250, 240, 0.55);
    background: rgba(255, 255, 255, 0.1);
    color: #fffaf0 !important;
}

.local-category-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.2rem;
    margin: 0 auto 2.6rem;
}

.local-category-strip::before,
.local-category-strip::after {
    content: none;
    display: none;
}

.local-category-card {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    min-height: 9.2rem;
    padding: 1rem;
    border: 0.1rem solid #eadfce;
    border-radius: 0.8rem;
    background: #fffdfa;
    color: #2d332b !important;
    text-decoration: none !important;
    box-shadow: 0 0.8rem 2.2rem rgba(67, 55, 38, 0.07);
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.local-category-card:hover {
    border-color: #e6b984;
    color: #2d332b !important;
    transform: translateY(-0.2rem);
    box-shadow: 0 1.2rem 2.8rem rgba(67, 55, 38, 0.11);
}

.local-category-image {
    display: block;
    flex: 0 0 7.2rem;
    width: 7.2rem;
    height: 7.2rem;
    overflow: hidden;
    border-radius: 0.8rem;
    background: #f2eadc;
}

.local-category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.local-category-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.local-category-copy strong {
    color: #2d332b;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.35;
}

.local-category-copy em {
    margin-top: 0.4rem;
    color: #7c766c;
    font-size: 1.3rem;
    font-style: normal;
}

.home-floor {
    padding: 0.4rem 0 3.6rem;
}

.home-floor > div[id^="floor"] {
    margin-bottom: 2.8rem;
}

.home-floor .items-nav-title {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    min-height: 4rem;
    margin-bottom: 1rem;
    padding: 0 0 0.8rem;
    border-bottom: 0.1rem solid #eadfce;
}

.home-floor .floor-title {
    margin: 0;
    color: #2d332b;
    font-size: 2.2rem;
    font-weight: 700;
}

.home-floor .floor-desc {
    color: #8a8174;
    font-size: 1.4rem;
}

.home-floor .more {
    margin-left: auto;
}

.home-floor .more a {
    color: #596853;
    font-weight: 500;
    text-decoration: none !important;
}

.floor.floor-flex {
    display: flex;
    align-items: stretch;
    gap: 1.6rem;
    padding: 1.2rem;
    border: 0.1rem solid #eadfce;
    border-radius: 0.8rem;
    background: #fffdfa;
    box-shadow: 0 0.8rem 2.4rem rgba(67, 55, 38, 0.06);
}

.floor .aggregation-container {
    flex: 0 0 23rem;
    width: 23rem;
    margin: 0;
}

.floor .aggregation {
    height: 100%;
    min-height: 25rem;
    border-radius: 0.8rem;
}

.floor .aggregation .category-bg-images {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0.8rem;
    overflow: hidden;
}

.floor .aggregation img {
    position: static !important;
    width: 100%;
    height: 100%;
    border-radius: 0.8rem;
    object-fit: cover;
}

.floor .goods-list {
    flex: 1 1 auto;
    width: auto !important;
    padding-left: 0 !important;
    float: none !important;
}

.module-goods-grid-base ul {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
}

.module-goods-grid-base li {
    padding: 0 0.6rem 1.2rem;
}

.module-goods-grid-base .item {
    height: 100%;
    padding: 0.8rem 0.8rem 1rem !important;
    border: 0.1rem solid #eee2d2;
    border-radius: 0.8rem !important;
    background: #ffffff;
    box-shadow: none !important;
}

.module-goods-grid-base .goods-info {
    overflow: hidden;
    border-radius: 0.6rem;
    background: #f3eadf;
}

.module-goods-grid-base .goods-images {
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    border-radius: 0.6rem !important;
    object-fit: cover;
}

.module-goods-grid-base .price-content {
    padding: 0.8rem 0.2rem 0;
}

.module-goods-grid-base .price strong {
    color: #d94f12;
    font-size: 1.8rem;
    font-weight: 700;
}

.module-goods-grid-base .original-price {
    color: #a69c90;
}

.module-goods-grid-base .goods-title {
    min-height: 4rem;
    margin-top: 0.4rem;
    line-height: 1.45;
}

.module-goods-grid-base .goods-title a {
    color: #2d332b;
    font-size: 1.4rem;
    font-weight: 500;
    text-decoration: none !important;
}

@media only screen and (max-width: 1024px) {
    .banner {
        margin: 1.2rem;
    }

    .banner .am-slider,
    .banner .am-slider .am-slides li {
        height: 32rem;
    }

    .local-hero-copy {
        left: 3.2rem;
        width: min(44rem, calc(100% - 6.4rem));
    }

    .local-category-strip {
        margin-left: 1.2rem;
        margin-right: 1.2rem;
    }

    .floor.floor-flex {
        margin-left: 1.2rem;
        margin-right: 1.2rem;
    }
}

@media only screen and (max-width: 640px) {
    .banner {
        margin: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .banner .am-slider,
    .banner .am-slider .am-slides li {
        height: 30rem;
    }

    .banner .am-slider .am-slides li > a::after {
        background: linear-gradient(180deg, rgba(30, 46, 30, 0.16) 0%, rgba(30, 46, 30, 0.76) 78%);
    }

    .local-hero-copy {
        left: 1.6rem;
        right: 1.6rem;
        top: auto;
        bottom: 1.8rem;
        width: auto;
        transform: none;
    }

    .local-hero-kicker {
        min-height: 2.4rem;
        margin-bottom: 0.8rem;
        font-size: 1.2rem;
    }

    .local-hero-copy h1 {
        font-size: 2.4rem;
        line-height: 1.25;
    }

    .local-hero-text {
        max-width: none;
        margin-top: 0.8rem;
        font-size: 1.4rem;
        line-height: 1.55;
    }

    .local-hero-actions {
        margin-top: 1.4rem;
        gap: 0.8rem;
    }

    .local-hero-actions a {
        min-width: 10.4rem;
        min-height: 4rem;
        padding: 0 1.2rem;
    }

    .local-category-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.8rem;
        margin: 1.2rem 1.2rem 2rem;
    }

    .local-category-card {
        display: block;
        min-height: 0;
        padding: 0.8rem;
    }

    .local-category-image {
        width: 100%;
        height: auto;
        aspect-ratio: 1.45 / 1;
        margin-bottom: 0.8rem;
    }

    .local-category-copy strong {
        font-size: 1.6rem;
    }

    .home-floor {
        padding-bottom: 2.4rem;
    }

    .home-floor .items-nav-title {
        margin: 0 1.2rem 0.8rem;
    }

    .home-floor .floor-title {
        font-size: 1.9rem;
    }

    .home-floor .floor-desc {
        font-size: 1.3rem;
    }

    .floor.floor-flex {
        display: block;
        margin: 0;
        padding: 0 1.2rem;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .floor .aggregation-container {
        display: none;
    }

    .module-goods-grid-base ul {
        margin-left: -0.4rem;
        margin-right: -0.4rem;
    }

    .module-goods-grid-base li {
        padding: 0 0.4rem 0.8rem;
    }

    .module-goods-grid-base .item {
        padding: 0.6rem 0.6rem 0.8rem !important;
    }
}
