/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-link[b-3a9oxxepsy] {
    display: block;
    text-decoration: none;
    color: #fff;
    height: 3rem;
    line-height: 3rem;
    padding: 0 0.5rem;
    font-size: 0.875rem;
    white-space: nowrap;
}

.nav-link:hover[b-3a9oxxepsy] {
    background-color: var(--color-primary-400);
    color: #fff;
    text-decoration: none;
}

.dropdown-menu[b-3a9oxxepsy] {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: var(--color-primary);
    min-width: 100%;
    font-size: 0.875rem;
}

.dropdown-item[b-3a9oxxepsy] {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 0.375rem 0.75rem;
    font-size: 0.8125rem;
    white-space: nowrap;
    text-align: center;
}

.dropdown-item:hover[b-3a9oxxepsy] {
    background-color: var(--color-primary-200);
    color: var(--color-gray-900);
    text-decoration: none;
}

/* 桌面端：hover 展開下拉選單 */
@media (min-width: 1024px) {
    [data-dropdown]:hover > .dropdown-menu[b-3a9oxxepsy],
    [data-submenu]:hover > .dropdown-menu[b-3a9oxxepsy] {
        display: block;
    }

    [data-dropdown] > .dropdown-menu[b-3a9oxxepsy] {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
    }

    [data-submenu] > .dropdown-menu[b-3a9oxxepsy] {
        position: absolute;
        top: 0;
        left: 100%;
    }
}

/* 行動端：JS toggle 展開下拉選單 */
@media (max-width: 1023.98px) {
    [data-dropdown][data-open] > .dropdown-menu[b-3a9oxxepsy] {
        display: block;
    }

    [data-submenu] > .dropdown-menu[b-3a9oxxepsy] {
        display: block;
        position: static;
    }

    .nav-link[b-3a9oxxepsy] {
        height: auto;
        line-height: normal;
        padding: 0.5rem 1rem;
    }

    .dropdown-menu[b-3a9oxxepsy] {
        position: static;
        background-color: rgba(0, 0, 0, 0.1);
    }

    .dropdown-item[b-3a9oxxepsy] {
        text-align: left;
        padding-left: 2rem;
    }

    [data-submenu] .dropdown-item[b-3a9oxxepsy] {
        padding-left: 3rem;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.carousel[b-8vq85fhv9p] {
    position: relative;
    overflow: hidden;
    margin: 0.25rem auto 0;
    background-color: #fff;
}

.carousel-inner[b-8vq85fhv9p] {
    position: relative;
    width: 100%;
}

.carousel-slide[b-8vq85fhv9p] {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

.carousel-slide:first-child[b-8vq85fhv9p] {
    position: relative;
}

.carousel-slide.active[b-8vq85fhv9p] {
    opacity: 1;
    z-index: 2;
}

.carousel-slide img[b-8vq85fhv9p] {
    width: 100%;
    height: 100%;
    aspect-ratio: 918 / 239;
    object-fit: contain;
}
/* /Components/Shared/Header.razor.rz.scp.css */
.header[b-gb5n8kigrv] {
    background: #fff;
}
/* /Components/Shared/InnerPageLayout.razor.rz.scp.css */
.offcanvas[b-lhke7uiv8s] {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    z-index: 1050;
    width: 280px;
    max-width: 100%;
    background-color: #fff;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    border-right: 1px solid var(--color-gray-200);
}

.offcanvas.open[b-lhke7uiv8s] {
    transform: translateX(0);
}

.offcanvas-header[b-lhke7uiv8s] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
}

.offcanvas-body[b-lhke7uiv8s] {
    flex: 1;
    overflow-y: auto;
    padding: 0;
}

.close-btn[b-lhke7uiv8s] {
    cursor: pointer;
    background: transparent;
    border: 0;
    font-size: 1.25rem;
    line-height: 1;
    padding: 0.25em;
    opacity: 0.5;
}

.close-btn:hover[b-lhke7uiv8s] {
    opacity: 0.75;
}
/* /Components/Shared/ProductListItem.razor.rz.scp.css */
.product-img img[b-ei0ntdrra9] {
    max-width: 139px;
    max-height: 129px;
}
/* /Components/Shared/SideMenu.razor.rz.scp.css */
.menu-group[b-xtjx63lyt9] {
    display: block;
    font-weight: bold;
    text-decoration: none;
    background-color: var(--color-primary);
    color: #fff;
    padding: 0.375rem 0.625rem;
    font-size: 0.875rem;
    line-height: 1.8125rem;
}

a.menu-group:hover[b-xtjx63lyt9] {
    text-decoration: underline;
    color: #fff;
}

span.menu-group[b-xtjx63lyt9] {
    cursor: default;
}

.menu-list[b-xtjx63lyt9] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-list li[b-xtjx63lyt9] {
    line-height: 2.1875rem;
    border-bottom: 1px solid var(--color-gray-200);
    padding-left: 1.25rem;
}

.menu-list li.menu-category[b-xtjx63lyt9] {
    line-height: 1.875rem;
    border-bottom: 1px solid #fff;
    background-color: var(--color-gray-100);
}

.menu-list li a[b-xtjx63lyt9] {
    color: var(--color-gray-400);
    text-decoration: none;
}

.menu-list li a:hover[b-xtjx63lyt9],
.menu-list li a.active[b-xtjx63lyt9] {
    color: var(--color-primary-600);
    text-decoration: none;
}
