/* _content/LewensFp.Web/Components/Account/Pages/Enable2fa.razor.rz.scp.css */
/* _content/LewensFp.Web/Components/Account/Pages/Login.razor.rz.scp.css */
/* _content/LewensFp.Web/Components/Account/Pages/Registration.razor.rz.scp.css */
/* _content/LewensFp.Web/Components/Admin/Components/AddUserDialog.razor.rz.scp.css */
/* Make Radzen dialog responsive globally */
:global(.rz-dialog)[b-bz7jfrcz31] {
    /* Responsive width between 320px and 800px, pref 50% viewport width */
    width: clamp(320px, 50vw, 800px);
    max-height: 90vh; /* keep some space at top/bottom */
}

:global(.rz-dialog-content)[b-bz7jfrcz31] {
    overflow: visible; /* prevent inner scrollbars, let page scroll if needed */
}

:global(.rz-dialog-body)[b-bz7jfrcz31] {
    overflow-y: auto;
    max-height: 70vh; /* content scrolls within dialog if too tall */
}

.form-wrapper[b-bz7jfrcz31] {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.form-loader-overlay[b-bz7jfrcz31] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7); /* semi-transparent overlay */
    display: flex;
    justify-content: stretch;
    align-items: center;
    z-index: 999; /* ensure it appears on top */
    pointer-events: all; /* block interaction */
}
/* _content/LewensFp.Web/Components/Layout/EmptyLayout.razor.rz.scp.css */
.el-body[b-tedsl67hqw] {
    background: linear-gradient(135deg, #3a4a7b 0%, #5a3b7c 100%);
    height: 100%;
    width: 100%;
}
/* _content/LewensFp.Web/Components/Layout/Header.razor.rz.scp.css */
/* ============================================
   Header - Mobile First
   ============================================ */

.header[b-t0fqs8t8nt] {
    background-color: var(--color-surface);
    padding: 1rem var(--spacing-4);
    box-shadow: var(--shadow-sm);
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: var(--z-sticky);
}

/* If user is authenticated, align items to start on mobile so burger + logo are left-aligned */
.header.is-auth .header-container[b-t0fqs8t8nt] {
    justify-content: flex-start;
    gap: 8px; /* small gap between burger and logo */
}

.header-container[b-t0fqs8t8nt] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-link[b-t0fqs8t8nt] {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.header .logo-link svg[b-t0fqs8t8nt] {
    width: clamp(9rem, 8vw, 10rem);
    height: auto;
    display: block;
}

.header .logo-link svg .sun[b-t0fqs8t8nt] {
    fill: #FFDE13;
    transition: transform .3s ease-in-out;
    transform: translateY(100%);
}

.scroll-dir-down .header .logo-link svg .sun[b-t0fqs8t8nt] {
    transform: translateY(0);
}


/* Hide actions on mobile by default; they are available in the mobile menu for authorized users */
.actions[b-t0fqs8t8nt] {
    display: none;
    gap: 10px;
    align-items: inherit;
    font-size: 0.8rem;
}

.site-navigation[b-t0fqs8t8nt] {
    cursor: pointer;
    gap: 10px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 1.2px;
    display: flex;
    align-items: center;
}

    .site-navigation > button[b-t0fqs8t8nt] {
        text-transform: uppercase;
        font-size: 12px;
        line-height: 140%;
        letter-spacing: 1.2px;
        font-weight: 600;
    }

    .logout-button[b-t0fqs8t8nt] {
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .site-navigation .logout-button[b-t0fqs8t8nt] {
        padding: 7px 15px 7px 12px;
    }

    .user-name[b-t0fqs8t8nt] {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .profile-button[b-t0fqs8t8nt] {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 7px 15px;
    }

.user-icon[b-t0fqs8t8nt] {
    width: 14px;
    height: 16px;
}

.logout-icon[b-t0fqs8t8nt] {
    width: 22px;
    height: 22px;
}

.header .nav-link[b-t0fqs8t8nt] {
    transition: opacity .2s ease-in-out
}

.header .nav-link:hover[b-t0fqs8t8nt] {
    opacity: .5;
}

.burger-button[b-t0fqs8t8nt] {
    background: transparent;
    border: none;
    font-size: 1.5rem;
    margin-right: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.mobile-menu[b-t0fqs8t8nt] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start; /* make content start from left */
}

.mobile-menu.is-open[b-t0fqs8t8nt] {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-content[b-t0fqs8t8nt] {
    width: 100%; /* occupy full width on mobile */
    background: var(--color-surface);
    height: 100vh;
    padding: 3rem;
    box-shadow: 4px 0 12px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    justify-content: flex-start; /* ensure items start from top */
}

.mobile-user-info[b-t0fqs8t8nt] {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
}

.mobile-actions[b-t0fqs8t8nt] {
    display:flex;
    flex-direction: column;
    gap: 1rem;
}

.mobile-language[b-t0fqs8t8nt] {
    display:flex;
    gap: 8px;
}

.mobile-close[b-t0fqs8t8nt] {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    background: transparent;
    border: none;
    font-size: 1.4rem;
    cursor: pointer;
}

.language-popover[b-t0fqs8t8nt] {
    position: absolute;
    top: calc(100% - 1.2rem);
    right: 0;
    z-index: 1000;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 0;
    padding: 10px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    text-align: center;
    /* Initial state (hidden) */
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
    /* Final state (visible) */
    .language-popover.is-open[b-t0fqs8t8nt] {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

.header.is-auth .language-popover[b-t0fqs8t8nt] {
    right: -80%;
}
[b-t0fqs8t8nt] #language-button-auth  svg,
[b-t0fqs8t8nt] #language-button   svg {
    width: 22px;
    height: 22px;
}

/* Hide burger on desktop by default, show on mobile only when authorized */
@media (min-width: 768px) {
    .header[b-t0fqs8t8nt] {
        padding: var(--spacing-6) var(--spacing-9);
    }

    .logo-link[b-t0fqs8t8nt] {
        min-height: 2.25rem;
    }

        .header.is-auth .header-container[b-t0fqs8t8nt] {
            justify-content: space-between;
        }
    /* Show actions on desktop */
    .actions[b-t0fqs8t8nt] {
        display: flex;
        align-items: center;
    }

    .language-popover[b-t0fqs8t8nt] {
        top: calc(100% + 1rem); /* Offset from button */
        right: -10%;
    }

    .burger-button[b-t0fqs8t8nt] {
        display: none;
    }
    /* mobile menu not needed on desktop */
    .mobile-menu[b-t0fqs8t8nt] {
        display: none;
    }

    #language-button[b-t0fqs8t8nt] {
        padding: 10px 15px;
        cursor: pointer;
        background-color: white;
        color: white;
        border: none;
        border-radius: 5px;
        font-size: 16px;
        transition: background-color 0.2s;
    }

        #language-button:hover[b-t0fqs8t8nt] {
            background-color: white;
        }

    [b-t0fqs8t8nt] #language-button-auth svg,
    [b-t0fqs8t8nt] #language-button svg {
        width: 17px;
        height: 17px;
    }

    .language-switcher-wrapper[b-t0fqs8t8nt] {
        position: relative;
        display: flex;
    }


    .separator[b-t0fqs8t8nt] {
        height: 1px;
        background-color: #ddd;
        margin: 0 10%;
    }
}

.language-item[b-t0fqs8t8nt] {
    display: block;
    padding: 0 10px;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    transition: background-color 0.2s, color 0.2s;
    outline: none;
    text-align: center; 
    line-height: 3;
}

    .language-item:hover[b-t0fqs8t8nt],
    .language-item:focus[b-t0fqs8t8nt] {
        background-color: #f0f0f0;
    }

    .language-item.active[b-t0fqs8t8nt] {
        background-color: #ffda44;
        color: #333;
    }


.mobile-menu-content .language-item.active[b-t0fqs8t8nt] {
    padding: 10px;
    line-height: 1.6;
}

@media (min-width: 2600px) {
    .header-container[b-t0fqs8t8nt] {
        max-width: var(--max-width-xxl); /* 2200px */
        margin: 0 auto;
    }
}
/* _content/LewensFp.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-g7c20kd8x6] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-g7c20kd8x6] {
    flex: 1;
}

.sidebar[b-g7c20kd8x6] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-g7c20kd8x6] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-g7c20kd8x6]  a, .top-row[b-g7c20kd8x6]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-g7c20kd8x6]  a:hover, .top-row[b-g7c20kd8x6]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-g7c20kd8x6]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-g7c20kd8x6] {
        justify-content: space-between;
    }

    .top-row[b-g7c20kd8x6]  a, .top-row[b-g7c20kd8x6]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-g7c20kd8x6] {
        flex-direction: row;
    }

    .sidebar[b-g7c20kd8x6] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-g7c20kd8x6] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-g7c20kd8x6]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-g7c20kd8x6], article[b-g7c20kd8x6] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-g7c20kd8x6] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-g7c20kd8x6] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/LewensFp.Web/Components/Pages/Detail.razor.rz.scp.css */
h1[b-f3f8elxrjx] {
    display: flex;
    margin-top: 3rem;
    margin-bottom: 2.5rem;
    padding: 0.625rem 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    align-self: stretch;
    color: #000;
    font-size: 3.4375rem;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
}

h2[b-f3f8elxrjx] {
    margin-bottom: 2.5rem;
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
}

main[b-f3f8elxrjx] {
    display: grid;
    gap: 5rem;
    grid-template-columns: 1fr;
}

.download-modules[b-f3f8elxrjx] {
    display: flex;
    flex-direction: column;
    padding-bottom: 1rem;
}

.media-blocks[b-f3f8elxrjx] {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

.col-4[b-f3f8elxrjx] {
    gap: 1rem;
}

@media (min-width: 768px) {
    .col-3[b-f3f8elxrjx] {
        grid-template-columns: repeat(3, minmax(0,1fr));
    }

    .col-4[b-f3f8elxrjx] {
        grid-template-columns: repeat(4, minmax(0,1fr));
        gap: 0.625rem;
    }
}
/* _content/LewensFp.Web/Components/Pages/Home.razor.rz.scp.css */
#home[b-fp1jayw85m] {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 85.67%, rgba(0, 0, 0, 0.49) 100.62%), url(/assets/home-bg.jpg) lightgray 50% / cover no-repeat;
    display: flex;
    flex-grow: 1;
}   

.home-container[b-fp1jayw85m] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: var(--spacing-8); 
    flex-grow: 1;
    padding: var(--spacing-12) var(--spacing-4);
}

h1[b-fp1jayw85m] {
    color: #fff;
    line-height: 110%;
}

.action-cards[b-fp1jayw85m] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    align-items: center; 
}

.card[b-fp1jayw85m] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: var(--color-primary);
    width: 100%;
    height: 265px;
    padding: var(--spacing-10) var(--spacing-9);
    gap: var(--spacing-8);
    aspect-ratio: 1 / 1;
    cursor: pointer;
}

.card-icon[b-fp1jayw85m] {
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-icon svg[b-fp1jayw85m] {
    width: 92px;
    height: 92px;
}

.card-footer[b-fp1jayw85m] {
    width: 100%;
    display: flex;
}

@media (min-width: 1024px) {

    #home[b-fp1jayw85m] {
        height: auto;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 50.07%, rgba(0, 0, 0, 0.49) 78.16%), url(/assets/home-bg.jpg) lightgray 0px -109.763px / 100% 127.475% no-repeat;
    }

    .home-container[b-fp1jayw85m] {
        padding: var(--spacing-4);
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
        padding-bottom: 4rem; 
        max-width: 1200px;
        margin: 0 auto; 
        width: 100%;
        align-items: flex-end;
        gap: var(--spacing-4);
    }

    .action-cards[b-fp1jayw85m] {
        flex-direction: row;
        width: auto;
        gap: var(--spacing-4);
        align-items: flex-end;
    }

    .card[b-fp1jayw85m] {
        height: 265px;
    }
}

@media (min-width: 2600px) {
    .home-container[b-fp1jayw85m] {
        max-width: var(--max-width-xxl); /* 2200px */
        padding-left: var(--spacing-30); /* 160px on wide screens */
        padding-right: var(--spacing-30);
    }
}
/* _content/LewensFp.Web/Components/Pages/MediaCenter.razor.rz.scp.css */
.product-grid[b-hxrwrue9s1] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: var(--spacing-4);
    padding-bottom: var(--spacing-16);
}

h1[b-hxrwrue9s1] {
    margin-bottom: var(--spacing-9);
}

.filters[b-hxrwrue9s1] {
    margin-bottom: var(--spacing-9)
}

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

@media (max-width: 900px) {
    .product-grid[b-hxrwrue9s1] {
        grid-template-columns: repeat(2,minmax(0, 1fr));
    }

    .filters[b-hxrwrue9s1] {
        margin-bottom: var(--spacing-16);
    }
}

@media (max-width: 600px) {
    .product-grid[b-hxrwrue9s1] {
        grid-template-columns: minmax(0, 1fr);
    }
}
/* _content/LewensFp.Web/Components/Shared/ActionButton.razor.rz.scp.css */
.action-btn[b-1cdclyw6gm] {
    background-color: transparent;
    color: #000;
    font-family: Macan;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.075rem;
    text-transform: uppercase;
    border: none;
    padding: 0;
    position: relative;
}

    .action-btn div[b-1cdclyw6gm] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 1.375em;
        gap: 1.25rem;
        text-decoration: none;
        color: inherit;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: .1em;
        position: relative;
        border-radius: 0;
        text-shadow: none;
        text-align: left;
        cursor: pointer;
        isolation: isolate;
        background-color: transparent;
        border: 0;
        transition: all .8s ease-out;
        transition-property: color, background-color, opacity, border-color;
    }

        .action-btn div[b-1cdclyw6gm]::after {
            content: "";
            position: absolute;
            z-index: -1;
            inset: auto 0 0;
            height: 6px;
            background-color: currentColor;
            transition: .7s ease-in-out;
        }

        .action-btn div:hover[b-1cdclyw6gm]::after {
            height: 100%;
            background-color: #fff;
        }

.bgcolor-yellow.action-btn div:hover[b-1cdclyw6gm]::after {
    background-color: var(--color-primary);
}

.action-btn.submitting[b-1cdclyw6gm]::after,
form.submitting:has([type="submit"])[b-1cdclyw6gm]::after {
}

.action-btn.submitting .action-btn--container[b-1cdclyw6gm]::after,
form.submitting:has([type="submit"]) .action-btn--container[b-1cdclyw6gm]::after {
    height: 100% !important;
    background-color: #fff;
    z-index: 2;
}

.action-btn.submitting[b-1cdclyw6gm]::after,
form.submitting [type="submit"][b-1cdclyw6gm]::after {
    content: "";
    position: absolute;
    top: calc(50% - (1.2em + .075em) / 2);
    left: calc(50% - (1.2em + .075em) / 2);
    display: block;
    width: 1.2em;
    height: 1.2em;
    border-radius: 50%;
    border: .075em solid currentColor;
    animation: loader-b-1cdclyw6gm 2s linear infinite, rotate-b-1cdclyw6gm 1.5s linear infinite;
}

@keyframes rotate-b-1cdclyw6gm {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes loader-b-1cdclyw6gm {
    0% {
        clip-path: polygon(50% 50%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%)
    }

    12.5% {
        clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%)
    }

    25% {
        clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%)
    }

    37.5% {
        clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%)
    }

    50% {
        clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%)
    }

    62.5% {
        clip-path: polygon(50% 50%, 100% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%)
    }

    75% {
        clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 0% 100%, 0% 0%)
    }

    87.5% {
        clip-path: polygon(50% 50%, 0% 100%, 0% 100%, 0% 100%, 0% 100%, 0% 0%)
    }

    100% {
        clip-path: polygon(50% 50%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%)
    }
}
/* _content/LewensFp.Web/Components/Shared/BigDownloadModule.razor.rz.scp.css */
.download-module[b-m1mr6fkwjn] {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}

.frame[b-m1mr6fkwjn] {
    flex: 1;
    margin-top: 5.5rem;
    display: flex;
    padding: 8rem 1.75rem 2rem;
    flex-direction: column;
    justify-content: flex-end;
    flex-shrink: 0;
    background: rgba(228, 228, 216, 0.40);
}

.image[b-m1mr6fkwjn] {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border: 3px solid #E3E3E3;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

    .image img[b-m1mr6fkwjn] {
        width: 7.9rem;
        height: 11.25rem;
        flex-shrink: 0;
        aspect-ratio: 127/180;
    }

.title[b-m1mr6fkwjn] {
    display: flex;
    flex-direction: column;
    color: #21272A;
}

    .title h3[b-m1mr6fkwjn] {
        margin-bottom: 0.75rem;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

    .title span[b-m1mr6fkwjn] {
        margin-bottom: 0.5rem;
        font-size: 0.75rem;
        font-style: normal;
        font-weight: 600;
        line-height: 110%;
        letter-spacing: 0.075rem;
        text-transform: uppercase;
    }

.skeleton-image[b-m1mr6fkwjn] {
    width: 7.9rem;
    height: 11.25rem;
    border-radius: 6px;
    background: linear-gradient( 90deg, #e0e0e0 25%, #f0f0f0 37%, #e0e0e0 63% );
    background-size: 400% 100%;
    animation: skeleton-shimmer-b-m1mr6fkwjn 1.4s ease-in-out infinite;
}

@keyframes skeleton-shimmer-b-m1mr6fkwjn {
    0% {
        background-position: 100% 0;
    }

    100% {
        background-position: -100% 0;
    }
}
/* _content/LewensFp.Web/Components/Shared/DownloadModule.razor.rz.scp.css */
.download-module[b-7gn1tmbshl] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #000;
    cursor: pointer;
}

    .download-module[b-7gn1tmbshl]::after {
        content: "";
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 0;
        bottom: 0;
        left: 0;
        transition: height 1s ease-in-out;
        background-color: var(--color-primary);
    }

    .download-module:hover[b-7gn1tmbshl]::after {
        height: 100%;
    }

.download-title[b-7gn1tmbshl] {
    padding: 1.25rem 2rem;
}

    .download-title h3[b-7gn1tmbshl] {
        margin: 0;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

    .download-title span[b-7gn1tmbshl] {
        font-size: 0.75rem;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
        letter-spacing: 0.075rem;
        text-transform: uppercase;
    }

.download-icon[b-7gn1tmbshl] {
    padding: 1.5rem;
}

.download-link[b-7gn1tmbshl] {
    text-decoration: none;
    color: inherit;
    display: block;
}

/* _content/LewensFp.Web/Components/Shared/ImageBlock.razor.rz.scp.css */
.image-block[b-cegfyc284t] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding-bottom: 1rem;
}

    .image-block img[b-cegfyc284t] {
        width: 100%;
        aspect-ratio: 368 / 266;
        object-fit: cover;
    }

.title h3[b-cegfyc284t] {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.title div[b-cegfyc284t] {
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.075rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}
/* _content/LewensFp.Web/Components/Shared/LinkButton.razor.rz.scp.css */
.link-btn[b-178u0gs6mw] {
    background-color: transparent;
    color: #000;
    font-family: Macan;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.075rem;
    text-transform: uppercase;
    border: none;
    padding: 0;
}

    .link-btn a[b-178u0gs6mw] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: var(--spacing-4) var(--spacing-2);
        gap: 1.25rem;
        text-decoration: none;
        color: inherit;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: .1em;
        position: relative;
        border-radius: 0;
        text-shadow: none;
        text-align: left;
        cursor: pointer;
        isolation: isolate;
        background-color: transparent;
        border: 0;
        transition: all .8s ease-out;
        transition-property: color, background-color, opacity, border-color;
    }

.link-btn a[b-178u0gs6mw]::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: auto 0 0;
    height: 6px;
    background-color: currentColor;
    transition: .7s ease-in-out;
}

#home .card:hover .link-btn a[b-178u0gs6mw]::after,
.link-btn a:hover[b-178u0gs6mw]::after {
    height: 100%;
    background-color: #fff;
}

#home .card:hover .bgcolor-yellow.link-btn a[b-178u0gs6mw]::after,
.bgcolor-yellow.link-btn a:hover[b-178u0gs6mw]::after {
    background-color: var(--color-primary);
}
/* _content/LewensFp.Web/Components/Shared/ProductCard.razor.rz.scp.css */
.product-card[b-i5uhxr8gzi] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: rgba(228, 228, 216, 0.40);
    cursor: pointer;
    box-sizing: border-box;
    transition: box-shadow 0.2s;
    position: relative;
}

.product-image-container[b-i5uhxr8gzi] {
    order: -1;
    aspect-ratio: 368 / 254;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}

.product-image-container .product-image[b-i5uhxr8gzi] {
    padding: 0 var(--spacing-4);
    position: relative;
    top: 50%;
    transform: translateY(calc(-50% + 10px));
}

.product-image[b-i5uhxr8gzi],
.product-image-overlay[b-i5uhxr8gzi]{
    max-width: 100%;
    height: auto;
    object-fit: cover;
    transition: opacity .5s ease-in-out;
    vertical-align: bottom;
    text-indent: -9999px;
}

.product-image-overlay[b-i5uhxr8gzi]{
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0;
    transition: opacity .5s ease-in-out
}

.product-image-overlay[b-i5uhxr8gzi]{
    opacity: 0;
}

.product-card:hover .product-image-overlay[b-i5uhxr8gzi]{
    opacity: 1;
}

.product-title[b-i5uhxr8gzi] {
    font-size: 23px;
    font-weight: 400;
    color: #21272A;
    line-height: 150%;
    padding: 40px 32px;
}

@media (min-width: 768px) {

    .product-image[b-i5uhxr8gzi] {
        padding: 0 var(--spacing-7);
    }

    .product-title[b-i5uhxr8gzi] {
        font-size: 24px;
    }
}
/* _content/LewensFp.Web/Components/Shared/VideoBlock.razor.rz.scp.css */
.video-block[b-q83swdt02r] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    cursor: pointer;
}

.video-wrapper[b-q83swdt02r] {
    position: relative;
    width: 100%;
    aspect-ratio: 368 / 266;
    background: #000;
    overflow: hidden;
}

    .video-wrapper video[b-q83swdt02r] {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
        z-index: 1; /* behind the play button */
        position: relative;
    }

.play-button[b-q83swdt02r] {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 120px;
    height: 120px;
    border: none;
    background: transparent;
    cursor: pointer;
    clip-path: polygon(30% 20%, 30% 80%, 80% 50%);
    background-color: white;
    opacity: 0.9;
    z-index: 2; /* always above the video */
}

    .play-button.hidden[b-q83swdt02r] {
        display: none;
    }



    .title h3[b-q83swdt02r] {
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

    .title div[b-q83swdt02r] {
        font-size: 0.75rem;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
        letter-spacing: 0.075rem;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        gap: 0.3rem;
    }
