@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-a6n1gw4amg] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-a6n1gw4amg] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.lang-code[b-kxiuzvc80d] {
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    display: inline-block;
    min-width: 2.6ch;
    text-align: center;
    font-size: 0.9rem;
}

.dropdown-menu[b-kxiuzvc80d] {
    max-height: min(72vh, 42rem);
    overflow-y: auto;
}

.admin-menu-toggle[b-kxiuzvc80d] {
    font-weight: 600;
}

.admin-menu-toggle[aria-expanded="true"] .bi-chevron-down[b-kxiuzvc80d] {
    transform: rotate(180deg);
}

.admin-menu-toggle .bi-chevron-down[b-kxiuzvc80d] {
    transition: transform 0.15s ease-in-out;
}

.admin-menu-section[b-kxiuzvc80d] {
    background: rgba(0, 0, 0, 0.025);
    border-block: 1px solid rgba(0, 0, 0, 0.06);
}

.admin-menu-child[b-kxiuzvc80d] {
    padding-left: 2rem;
    font-size: 0.925rem;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-xcc6t8gz8s],
.components-reconnect-repeated-attempt-visible[b-xcc6t8gz8s],
.components-reconnect-failed-visible[b-xcc6t8gz8s],
.components-pause-visible[b-xcc6t8gz8s],
.components-resume-failed-visible[b-xcc6t8gz8s],
.components-rejoining-animation[b-xcc6t8gz8s] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-xcc6t8gz8s],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-xcc6t8gz8s],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-xcc6t8gz8s],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-xcc6t8gz8s],
#components-reconnect-modal.components-reconnect-retrying[b-xcc6t8gz8s],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-xcc6t8gz8s],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-xcc6t8gz8s],
#components-reconnect-modal.components-reconnect-failed[b-xcc6t8gz8s],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-xcc6t8gz8s] {
    display: block;
}


#components-reconnect-modal[b-xcc6t8gz8s] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-xcc6t8gz8s 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-xcc6t8gz8s 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-xcc6t8gz8s 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-xcc6t8gz8s]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-xcc6t8gz8s 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-xcc6t8gz8s {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-xcc6t8gz8s {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-xcc6t8gz8s {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-xcc6t8gz8s] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-xcc6t8gz8s] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-xcc6t8gz8s] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-xcc6t8gz8s] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-xcc6t8gz8s] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-xcc6t8gz8s] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-xcc6t8gz8s] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-xcc6t8gz8s 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-xcc6t8gz8s] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-xcc6t8gz8s {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/BrandPage.razor.rz.scp.css */
.brand-page-nav[b-o5enh9cjj6] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.4rem;
    color: #6b7280;
    font-size: 0.88rem;
}

.brand-back-button[b-o5enh9cjj6] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0;
    border: 0;
    color: #055e66;
    background: transparent;
    font-weight: 600;
}

.brand-back-button:hover[b-o5enh9cjj6],
.brand-back-button:focus[b-o5enh9cjj6],
.brand-home-link:hover[b-o5enh9cjj6],
.brand-home-link:focus[b-o5enh9cjj6] {
    color: #044e54;
    text-decoration: underline;
}

.brand-home-link[b-o5enh9cjj6] {
    color: #055e66;
    font-weight: 600;
    text-decoration: none;
}

.brand-nav-separator[b-o5enh9cjj6] {
    color: #c0c7cf;
}

.brand-hero[b-o5enh9cjj6] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 1.1rem;
    border: 1px solid rgba(27, 110, 194, 0.14);
    border-radius: 1rem;
    background:
        linear-gradient(135deg, rgba(20, 184, 166, 0.10), rgba(27, 110, 194, 0.07)),
        rgba(255, 255, 255, 0.9);
    box-shadow: 0 0.45rem 1.4rem rgba(15, 23, 42, 0.06);
}

.brand-hero-logo[b-o5enh9cjj6] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 180px;
    min-height: 105px;
    padding: 0.85rem;
    border: 1px solid rgba(6, 110, 118, 0.14);
    border-radius: 0.55rem;
    background: rgba(255, 255, 255, 0.86);
}

.brand-hero-logo img[b-o5enh9cjj6] {
    max-width: 150px;
    max-height: 76px;
    object-fit: contain;
}

.brand-hero-logo span[b-o5enh9cjj6] {
    color: #055e66;
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
}

.brand-hero-copy[b-o5enh9cjj6] {
    flex: 1 1 auto;
    min-width: 0;
}

.brand-category-link-row[b-o5enh9cjj6] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.55rem;
}

.brand-category-link[b-o5enh9cjj6] {
    display: inline-flex;
    align-items: center;
    padding: 0.38rem 0.72rem;
    border: 1px solid rgba(6, 110, 118, 0.18);
    border-radius: 999px;
    background: #fff;
    color: #055e66;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.brand-category-link:hover[b-o5enh9cjj6],
.brand-category-link:focus[b-o5enh9cjj6] {
    border-color: rgba(20, 184, 166, 0.48);
    background: rgba(224, 255, 250, 0.8);
    color: #044e54;
    transform: translateY(-1px);
}

@media (max-width: 575.98px) {
    .brand-hero[b-o5enh9cjj6] {
        align-items: stretch;
        flex-direction: column;
    }

    .brand-hero-logo[b-o5enh9cjj6] {
        flex-basis: auto;
    }
}
/* /Components/Pages/Category.razor.rz.scp.css */
.category-breadcrumb-chevron[b-j3p9aoyof0] {
    font-size: 0.65rem;
    opacity: 0.45;
}

.flattened-category-groups[b-j3p9aoyof0] {
    display: grid;
    gap: 2.75rem;
}

.flattened-category-heading[b-j3p9aoyof0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
    padding: 0 0 0.65rem;
    border-bottom: 2px solid var(--bs-primary);
    color: var(--bs-dark);
    font-size: 1.2rem;
    font-weight: 700;
}

.flattened-category-heading:hover[b-j3p9aoyof0] {
    color: var(--bs-primary);
}

.flattened-category-heading .bi[b-j3p9aoyof0] {
    font-size: 1rem;
    transition: transform 0.15s ease-in-out;
}

.flattened-category-heading:hover .bi[b-j3p9aoyof0] {
    transform: translateX(0.2rem);
}
/* /Components/Pages/OurStory.razor.rz.scp.css */
.our-story-hero[b-9w1ks6e11j] {
    background:
        radial-gradient(circle at top left, rgba(13, 110, 253, .13), transparent 34rem),
        linear-gradient(135deg, rgba(32, 201, 151, .12), rgba(255, 255, 255, 1));
}

.our-story-eyebrow[b-9w1ks6e11j] {
    color: #0b7285;
    letter-spacing: .12em;
    font-size: .78rem;
}

.our-story-copy[b-9w1ks6e11j] {
    font-size: 1.03rem;
    line-height: 1.75;
    text-align: justify;
    text-justify: inter-word;
}

.our-story-aside[b-9w1ks6e11j] {
    position: sticky;
    top: 1rem;
}

.our-story-fact[b-9w1ks6e11j] {
    border-top: 1px solid rgba(0, 0, 0, .08);
    padding: 1rem 0;
}

.our-story-fact-number[b-9w1ks6e11j] {
    color: #0b7285;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

.our-story-team-card[b-9w1ks6e11j] {
    overflow: hidden;
}

.our-story-team-photo-shell[b-9w1ks6e11j] {
    aspect-ratio: 4 / 3;
    background:
        radial-gradient(circle at top, rgba(13, 110, 253, .14), transparent 70%),
        linear-gradient(135deg, rgba(32, 201, 151, .16), rgba(248, 249, 250, 1));
}

.our-story-team-photo[b-9w1ks6e11j],
.our-story-team-photo-fallback[b-9w1ks6e11j] {
    width: 100%;
    height: 100%;
}

.our-story-team-photo[b-9w1ks6e11j] {
    display: block;
    object-fit: cover;
}

.our-story-team-photo-fallback[b-9w1ks6e11j] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0b7285;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: .04em;
}

@media (max-width: 991.98px) {
    .our-story-aside[b-9w1ks6e11j] {
        position: static;
    }
}
/* /Components/Pages/ProductDetail.razor.rz.scp.css */
.spec-list[b-j4wda007u9] {
    border-top: 1px solid var(--bs-border-color-translucent);
}

.spec-row[b-j4wda007u9] {
    border-bottom: 1px solid var(--bs-border-color-translucent);
    gap: 1rem;
}

.spec-row:last-child[b-j4wda007u9] {
    border-bottom: 0;
}

.spec-name[b-j4wda007u9] {
    flex: 1;
}

.spec-value[b-j4wda007u9] {
    font-weight: 600;
    flex-basis: 40%;
}
/* /Components/Pages/StoreDisplay.razor.rz.scp.css */
.store-display-shell[b-dkcxe2wuwm] {
    min-height: 100vh;
    width: 100vw;
    overflow: hidden;
    background: #f5f7f8;
    color: #10202b;
}

.store-display-loading[b-dkcxe2wuwm],
.store-display-brand[b-dkcxe2wuwm],
.store-display-slide[b-dkcxe2wuwm] {
    min-height: 100vh;
    width: 100vw;
}

.store-display-loading[b-dkcxe2wuwm],
.store-display-brand[b-dkcxe2wuwm] {
    display: grid;
    place-items: center;
    gap: 1.25rem;
    text-align: center;
}

.store-display-loading img[b-dkcxe2wuwm],
.store-display-brand img[b-dkcxe2wuwm] {
    width: min(18vw, 180px);
}

.store-display-loading div[b-dkcxe2wuwm],
.store-display-brand h1[b-dkcxe2wuwm] {
    margin: 0;
    box-sizing: border-box;
    width: 90vw;
    padding: 0 3vw;
    font-size: clamp(2.2rem, 5.4vw, 6.5rem);
    font-weight: 800;
    line-height: 1;
    overflow-wrap: normal;
    word-break: keep-all;
    white-space: nowrap;
}

.store-display-brand p[b-dkcxe2wuwm] {
    margin: 0;
    font-size: clamp(1.5rem, 3vw, 3rem);
    color: #587080;
}

.store-display-slide[b-dkcxe2wuwm] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(520px, 1fr);
    align-items: stretch;
    animation: display-enter-b-dkcxe2wuwm 900ms ease both;
}

.display-media[b-dkcxe2wuwm] {
    display: grid;
    place-items: center;
    padding: clamp(2rem, 5vw, 5.5rem);
    background: #ffffff;
}

.display-media img[b-dkcxe2wuwm] {
    width: 100%;
    height: 100%;
    max-height: 78vh;
    object-fit: contain;
}

.is-product .display-media img[b-dkcxe2wuwm] {
    width: auto;
    height: auto;
    max-width: min(760px, 78%);
    max-height: 64vh;
}

.display-copy[b-dkcxe2wuwm] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.2rem;
    padding: clamp(2.5rem, 5vw, 6rem);
    background: #14384c;
    color: #ffffff;
}

.is-category .display-copy[b-dkcxe2wuwm] {
    background: #7f2f38;
}

.is-promotion .display-copy[b-dkcxe2wuwm] {
    background: #315f3b;
}

.display-kicker[b-dkcxe2wuwm] {
    max-width: 100%;
    font-size: clamp(1.1rem, 2vw, 2rem);
    font-weight: 700;
    color: #ffd166;
    text-transform: uppercase;
}

.display-copy h1[b-dkcxe2wuwm] {
    margin: 0;
    font-size: clamp(2.6rem, 5.4vw, 6.8rem);
    font-weight: 800;
    line-height: 1.02;
    overflow-wrap: anywhere;
}

.display-copy p[b-dkcxe2wuwm] {
    margin: 0;
    font-size: clamp(1.5rem, 2.7vw, 3rem);
    color: rgba(255, 255, 255, 0.78);
}

.display-price[b-dkcxe2wuwm] {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 0.7rem;
    font-size: clamp(2rem, 4vw, 4.8rem);
    font-weight: 800;
    color: #ffd166;
}

.display-price span[b-dkcxe2wuwm] {
    font-size: clamp(1rem, 1.5vw, 1.6rem);
    color: rgba(255, 255, 255, 0.72);
}

.display-domain[b-dkcxe2wuwm] {
    margin-top: auto;
    font-size: clamp(1.5rem, 2.4vw, 2.6rem);
    font-weight: 800;
    letter-spacing: 0;
    overflow-wrap: normal;
    word-break: keep-all;
    white-space: nowrap;
}

.is-brand[b-dkcxe2wuwm] {
    display: grid;
    grid-template-columns: 1fr;
    place-items: center;
    background: #10202b;
    color: #ffffff;
}

.brand-frame[b-dkcxe2wuwm] {
    grid-column: 1 / -1;
    display: grid;
    place-items: center;
    gap: clamp(1.4rem, 3vw, 3rem);
    text-align: center;
    width: 100%;
}

.brand-frame img[b-dkcxe2wuwm] {
    width: min(20vw, 240px);
}

.brand-frame h1[b-dkcxe2wuwm] {
    margin: 0;
    box-sizing: border-box;
    width: 90vw;
    padding: 0 3vw;
    font-size: clamp(2.4rem, 5.6vw, 7rem);
    font-weight: 900;
    line-height: 0.95;
    overflow-wrap: normal;
    word-break: keep-all;
    white-space: nowrap;
}

.brand-frame p[b-dkcxe2wuwm] {
    margin: 0;
    font-size: clamp(1.4rem, 2.8vw, 3rem);
    color: #ffd166;
}

.store-display-progress[b-dkcxe2wuwm] {
    position: fixed;
    left: 3vw;
    right: 3vw;
    bottom: 2.3vh;
    display: flex;
    gap: 0.45rem;
    pointer-events: none;
}

.store-display-progress span[b-dkcxe2wuwm] {
    height: 0.28rem;
    flex: 1 1 auto;
    background: rgba(16, 32, 43, 0.22);
}

.store-display-progress span.active[b-dkcxe2wuwm] {
    background: #ffd166;
}

@keyframes display-enter-b-dkcxe2wuwm {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 900px) {
    .store-display-slide[b-dkcxe2wuwm] {
        grid-template-columns: 1fr;
        grid-template-rows: 52vh 48vh;
    }

    .display-media[b-dkcxe2wuwm] {
        padding: 1.5rem;
    }

    .display-media img[b-dkcxe2wuwm] {
        max-height: 45vh;
    }

    .display-copy[b-dkcxe2wuwm] {
        padding: 2rem;
    }
}
/* /Components/Pages/StoreLocation.razor.rz.scp.css */
.store-location-page[b-he91m6uj82] {
    max-width: 1100px;
    margin: 0 auto;
}

.store-location-hero[b-he91m6uj82] {
    background: linear-gradient(135deg, rgba(13, 110, 253, .08), rgba(32, 201, 151, .10));
}

.store-location-map[b-he91m6uj82] {
    display: block;
    min-height: 520px;
    border-radius: .85rem;
}

@media (max-width: 767.98px) {
    .store-location-map[b-he91m6uj82] {
        min-height: 360px;
    }
}
/* /Components/Shared/BrandTicker.razor.rz.scp.css */
.brand-ticker-shell[b-xv0jabatl3] {
    padding: 0.5rem 0.75rem;
    border: 1px solid rgba(27, 110, 194, 0.12);
    border-radius: 0.65rem;
    background:
        linear-gradient(135deg, rgba(20, 184, 166, 0.10), rgba(27, 110, 194, 0.07)),
        rgba(255, 255, 255, 0.86);
    box-shadow: 0 0.4rem 1.4rem rgba(20, 184, 166, 0.08);
}

.brand-ticker-row[b-xv0jabatl3] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.brand-ticker-viewport[b-xv0jabatl3] {
    min-width: 0;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.brand-ticker-viewport[b-xv0jabatl3]::-webkit-scrollbar {
    display: none;
}

.brand-ticker-track[b-xv0jabatl3] {
    display: flex;
    align-items: stretch;
    gap: 0.7rem;
    width: max-content;
    padding: 0.05rem 0.35rem;
    animation: brand-ticker-scroll-b-xv0jabatl3 42s linear infinite;
}

.brand-ticker-viewport:hover .brand-ticker-track[b-xv0jabatl3],
.brand-ticker-viewport:focus-within .brand-ticker-track[b-xv0jabatl3] {
    animation-play-state: paused;
}

.brand-ticker-item[b-xv0jabatl3] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 145px;
    height: 58px;
    padding: 0.45rem 0.9rem;
    border: 1px solid rgba(6, 110, 118, 0.14);
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 0.88);
    color: #1f2937;
    text-decoration: none;
    box-shadow: 0 0.2rem 0.65rem rgba(15, 23, 42, 0.06);
    transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.brand-ticker-item:hover[b-xv0jabatl3],
.brand-ticker-item:focus[b-xv0jabatl3] {
    color: #055e66;
    border-color: rgba(20, 184, 166, 0.42);
    box-shadow: 0 0.35rem 0.9rem rgba(20, 184, 166, 0.14);
    transform: translateY(-1px);
}

.brand-ticker-item img[b-xv0jabatl3] {
    max-width: 122px;
    max-height: 38px;
    object-fit: contain;
}

.brand-ticker-name[b-xv0jabatl3] {
    font-weight: 700;
    line-height: 1.15;
    text-align: center;
    white-space: nowrap;
}

.brand-ticker-arrow[b-xv0jabatl3] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 2rem;
    height: 2rem;
    border: 1px solid rgba(6, 110, 118, 0.18);
    border-radius: 0.45rem;
    color: #055e66;
    background: rgba(255, 255, 255, 0.78);
}

.brand-ticker-arrow:hover[b-xv0jabatl3],
.brand-ticker-arrow:focus[b-xv0jabatl3] {
    border-color: rgba(20, 184, 166, 0.45);
    background: rgba(224, 255, 250, 0.9);
}

@keyframes brand-ticker-scroll-b-xv0jabatl3 {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .brand-ticker-track[b-xv0jabatl3] {
        animation: none;
    }
}

@media (max-width: 575.98px) {
    .brand-ticker-shell[b-xv0jabatl3] {
        padding-inline: 0.45rem;
    }

    .brand-ticker-item[b-xv0jabatl3] {
        min-width: 124px;
        height: 52px;
        padding-inline: 0.7rem;
    }

    .brand-ticker-item img[b-xv0jabatl3] {
        max-width: 104px;
        max-height: 34px;
    }
}
/* /Components/Shared/CategoryTile.razor.rz.scp.css */
.flattened-leaf-card[b-x0m4wjvt2v] {
    transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.flattened-leaf-card:hover[b-x0m4wjvt2v] {
    transform: translateY(-0.2rem);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.12) !important;
}

.flattened-leaf-image[b-x0m4wjvt2v],
.flattened-leaf-placeholder[b-x0m4wjvt2v] {
    width: 100%;
    height: 110px;
    object-fit: contain;
}

.flattened-leaf-placeholder[b-x0m4wjvt2v] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flattened-leaf-placeholder .bi[b-x0m4wjvt2v] {
    font-size: 3rem;
}
/* /Components/Shared/PromotedGroupStrip.razor.rz.scp.css */
.promotion-tile[b-wawl3b5i7t] {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    align-items: center;
    min-height: 112px;
    height: 100%;
    border: 1px solid rgba(16, 32, 43, 0.12);
    border-radius: 0.5rem;
    background: #fff;
    color: #10202b;
    overflow: hidden;
    transition: box-shadow 0.15s ease, border-color 0.15s ease;
}

a.promotion-tile:hover[b-wawl3b5i7t] {
    border-color: rgba(0, 107, 183, 0.35);
    box-shadow: 0 4px 14px rgba(16, 32, 43, 0.1);
}

.promotion-tile-image[b-wawl3b5i7t] {
    display: grid;
    place-items: center;
    height: 100%;
    padding: 0.75rem;
    background: #f5f7f8;
}

.promotion-tile-image img[b-wawl3b5i7t] {
    max-width: 100%;
    max-height: 82px;
    object-fit: contain;
}

.promotion-tile-copy[b-wawl3b5i7t] {
    min-width: 0;
    padding: 0.8rem 0.9rem;
}

.promotion-tile-title[b-wawl3b5i7t] {
    font-weight: 700;
    line-height: 1.18;
    color: #10202b;
}

.promotion-tile-subtitle[b-wawl3b5i7t] {
    margin-top: 0.25rem;
    color: #667785;
    font-size: 0.85rem;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 575.98px) {
    .promotion-tile[b-wawl3b5i7t] {
        grid-template-columns: 82px minmax(0, 1fr);
    }
}
/* /Components/Shared/PromotedProductShelves.razor.rz.scp.css */
.promoted-product-shelves[b-ghomgl5kgy] {
    display: grid;
    gap: 1rem;
    margin-top: 1.5rem;
    margin-bottom: 0;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(16, 32, 43, 0.12);
}

.promotion-shelf[b-ghomgl5kgy] {
    border: 1px solid rgba(16, 32, 43, 0.12);
    border-radius: 0.5rem;
    background: #fff;
    padding: 1rem;
}

.promotion-shelf-header[b-ghomgl5kgy] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.8rem;
}

.promotion-shelf-header h2[b-ghomgl5kgy] {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.25;
}

.promotion-shelf-header p[b-ghomgl5kgy] {
    margin: 0.2rem 0 0;
    color: #667785;
    font-size: 0.9rem;
}

.promotion-product-row[b-ghomgl5kgy] {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0.75rem;
}

.promotion-product-card[b-ghomgl5kgy] {
    display: grid;
    grid-template-rows: 112px auto auto;
    min-width: 0;
    color: #10202b;
    border: 1px solid rgba(16, 32, 43, 0.1);
    border-radius: 0.45rem;
    background: #fff;
    overflow: hidden;
    transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.promotion-product-card:hover[b-ghomgl5kgy] {
    color: #10202b;
    box-shadow: 0 4px 14px rgba(16, 32, 43, 0.12);
    transform: translateY(-1px);
}

.promotion-product-image[b-ghomgl5kgy] {
    display: grid;
    place-items: center;
    padding: 0.65rem;
    background: #f5f7f8;
}

.promotion-product-image img[b-ghomgl5kgy] {
    max-width: 100%;
    max-height: 94px;
    object-fit: contain;
}

.promotion-product-name[b-ghomgl5kgy] {
    padding: 0.6rem 0.65rem 0.25rem;
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.22;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.promotion-product-price[b-ghomgl5kgy] {
    padding: 0 0.65rem 0.65rem;
    color: #1b6ec2;
    font-weight: 700;
    font-size: 0.9rem;
}

@media (max-width: 991.98px) {
    .promotion-product-row[b-ghomgl5kgy] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .promotion-shelf-header[b-ghomgl5kgy] {
        align-items: stretch;
        flex-direction: column;
    }

    .promotion-product-row[b-ghomgl5kgy] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
