/* /Components/Layout/BreadCrumbNav.razor.rz.scp.css */
.breadcrumb-nav[b-33ukur64hx] {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-bottom: 1px solid #e9ecef;
    justify-content: flex-start; 
    align-items: center;
}


.breadcrumb-item[b-33ukur64hx] {
    font-size: 0.9rem;
}

    .breadcrumb-item + .breadcrumb-item[b-33ukur64hx]::before {
        content: ">";
        display: inline-block;
        padding: 0 0.5rem;
        color: #6c757d;
    }

    .breadcrumb-item a[b-33ukur64hx] {
        color: #007bff;
        text-decoration: none;
    }

        .breadcrumb-item a:hover[b-33ukur64hx] {
            text-decoration: underline;
        }

    .breadcrumb-item.active[b-33ukur64hx] {
        color: #495057;
        font-weight: 600;
    }




.breadcrumb-search-item[b-33ukur64hx]::before {
    content: none !important; 
}


.breadcrumb-search-item[b-33ukur64hx] {
    margin-left: auto;
}


.search-bar[b-33ukur64hx] {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0; 
}

.search-input[b-33ukur64hx] {
    width: 300px; 
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 14px;
}


@media (max-width: 767px) {

    .breadcrumb-nav[b-33ukur64hx] {
        justify-content: flex-start;
    }

    .breadcrumb-search-item[b-33ukur64hx] {
        width: 100%;
        margin-top: 0.5rem;
        margin-left: auto;
    }

    .search-input[b-33ukur64hx] {
        width: 100%;
    }
}
/* /Components/Layout/Footer.razor.rz.scp.css */
.top-footer[b-861k3eyih4] {
    text-align: center;
    padding: 10px;
    font-size: 14px;
}

    .top-footer p[b-861k3eyih4] {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        gap: 20px;
        flex-wrap: wrap;
        font-size: larger;
    }

.footer-item[b-861k3eyih4] {
    display: flex;
    align-items: center;
    color:-
    gap: 8px;
}

    .footer-item img[b-861k3eyih4] {
        height: 16px;
        vertical-align: middle;
    }



.footer-logo[b-861k3eyih4] {
    display: flex; 
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    width: 100%; 
}

    .logo[b-861k3eyih4] {
        max-width: 175px;
        text-align:center;
    }

.main-footer[b-861k3eyih4] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px;
    flex-wrap: wrap;
    gap: 30px;
}

.footer-contact[b-861k3eyih4] {
    width: 100%;
    max-width: 300px;
    margin-bottom: 30px;
}

    .footer-contact h3[b-861k3eyih4] {
        font-size: 16px;
        margin-bottom: 10px;
    }

.footer-contact-wrapper[b-861k3eyih4] {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.footer-contact-icon img[b-861k3eyih4] {
    max-width: 60px;
    height: auto;
}

.footer-contact-info[b-861k3eyih4] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .footer-contact-info a[b-861k3eyih4] {
        text-decoration: none;
        font-weight: bold;
    }

        .footer-contact-info a:hover[b-861k3eyih4] {
            text-decoration: underline;
        }

.phone[b-861k3eyih4] {
    font-size: 18px;
    font-weight: bold;
}

.social-icons[b-861k3eyih4] {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.social-img[b-861k3eyih4] {
    width: 32px;
    height: 32px;
}

.footer-company[b-861k3eyih4] {
    width: 100%;
    max-width: 300px;
}

    .footer-company h3[b-861k3eyih4] {
        font-size: 16px;
        margin-bottom: 10px;
    }

.bottom-footer[b-861k3eyih4] {
    text-align: center;
    padding: 10px 20px;
    font-size: 13px;
}

    .bottom-footer p[b-861k3eyih4] {
        display: flex;
        justify-content: center; 
        align-items: center;
        gap: 10px;
        margin: 0; 
    }

    .bottom-footer a[b-861k3eyih4] {
        display: flex; 
    }

.specialisatie[b-861k3eyih4] {
    font-size: x-large;
}

@media screen and (max-width: 768px) {
    .main-footer[b-861k3eyih4] {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-contact[b-861k3eyih4],
    .footer-company[b-861k3eyih4] {
        width: 100%;
        max-width: 400px;
    }

    .footer-contact-wrapper[b-861k3eyih4] {
        flex-direction: column;
        align-items: center;
    }

    .footer-contact-info[b-861k3eyih4] {
        align-items: center;
    }
}

.info-tooltip[b-861k3eyih4] {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    color: #0073e6; 
    position: relative;
}

.tooltip-text[b-861k3eyih4] {
    visibility: hidden;
    width: max-content;
    max-width: 200px;
    background-color: #333;
    color: #fff;
    text-align: left;
    border-radius: 5px;
    padding: 8px;
    position: absolute;
    z-index: 10;
    bottom: 125%; 
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 13px;
}

    .tooltip-text[b-861k3eyih4]::after {
        content: "";
        position: absolute;
        top: 100%; 
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #333 transparent transparent transparent;
    }

.info-tooltip:hover .tooltip-text[b-861k3eyih4] {
    visibility: visible;
    opacity: 1;
}


.privacy[b-861k3eyih4] {
    background-color: black;
    border: dashed;
    padding: 5px;
    border-radius: 10px;
    color: white !important;
    font-size: large;
    color: #333;
    text-decoration: none;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
body[b-v1qnljkuaq] {
    margin-bottom: 20px;
}
.page[b-v1qnljkuaq] {
    display: flex;
    flex-direction: column;
    min-height: 100vh; 
}

main[b-v1qnljkuaq] {
    flex: 1; /* pushes footer to bottom */
    padding: 1rem;
}

footer[b-v1qnljkuaq] {
    padding-top: 1rem;
}

#blazor-error-ui[b-v1qnljkuaq] {
    background: #ffffff;
    color: #333;
    width: auto;
    left: auto; 
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    max-width: 400px;
    z-index: 1000;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    border-left: 6px solid #e74c3c;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    display: none; 
    align-items: center;
    gap: 1rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 0.95rem;
}

    #blazor-error-ui .reload[b-v1qnljkuaq] {
        color: #e74c3c;
        font-weight: 600;
        text-decoration: none;
        margin-left: 0.5rem;
    }

        #blazor-error-ui .reload:hover[b-v1qnljkuaq] {
            text-decoration: underline;
        }

    #blazor-error-ui .dismiss[b-v1qnljkuaq] {
        position: static; 
        cursor: pointer;
        color: #999;
        font-size: 1.2rem;
        line-height: 1;
        transition: color 0.2s;
    }

        #blazor-error-ui .dismiss:hover[b-v1qnljkuaq] {
            color: #333;
        }


.navbar[b-v1qnljkuaq], .top-row[b-v1qnljkuaq] {
    background-color: var(--bg-header) !important;
    color: var(--text-header) !important;
}

    .navbar a[b-v1qnljkuaq], .nav-link[b-v1qnljkuaq] {
        color: var(--text-header) !important;
    }


.btn-primary[b-v1qnljkuaq] {
    background-color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
    color: #fff;
}

    .btn-primary:hover[b-v1qnljkuaq] {
        filter: brightness(85%);
    }

.btn-secondary[b-v1qnljkuaq] {
    background-color: var(--color-secondary) !important;
    border-color: var(--color-secondary) !important;
    color: #fff;
}

a[b-v1qnljkuaq] {
    color: var(--color-primary);
}
/* /Components/Layout/Navigation.razor.rz.scp.css */
.top-contact-bar[b-wuuqp6gp8y] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1.5rem;
    background-color: var(--bg-header);
    color: var(--text-header);
    font-size: 0.85rem;
    border-bottom: 1px solid rgba(128, 128, 128, 0.1);
    flex-wrap: wrap;
    gap: 10px;
}

.contact-item[b-wuuqp6gp8y] {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .contact-item img[b-wuuqp6gp8y] {
        width: 14px;
        height: 14px;
    }

    .contact-item a[b-wuuqp6gp8y] {
        color: var(--text-header);
        text-decoration: none;
        transition: opacity 0.2s;
    }

        .contact-item a:hover[b-wuuqp6gp8y] {
            opacity: 0.8;
        }

.header-center-logo img[b-wuuqp6gp8y] {
    max-height: 40px;
    object-fit: contain;
}


.nav-header[b-wuuqp6gp8y] {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: var(--bg-nav);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: background-color 0.3s ease;
}

.nav-container[b-wuuqp6gp8y] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    padding: 0 1.5rem;
    max-width: 1600px;
    margin: 0 auto;
    gap: 1rem;
}

.nav-brand .menu-logo img[b-wuuqp6gp8y] {
    max-height: 45px;
    max-width: 150px;
    object-fit: contain;
    display: block;
}

.cart-wrapper[b-wuuqp6gp8y] {
    z-index: 1001;
}


.hamburger-btn[b-wuuqp6gp8y] {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1002;
}

    .hamburger-btn span[b-wuuqp6gp8y] {
        width: 100%;
        height: 3px;
        background-color: var(--text-nav);
        border-radius: 3px;
        transition: all 0.3s linear;
        transform-origin: 1px;
    }

    .hamburger-btn.open span:first-child[b-wuuqp6gp8y] {
        transform: rotate(45deg);
    }

    .hamburger-btn.open span:nth-child(2)[b-wuuqp6gp8y] {
        opacity: 0;
        transform: scale(0);
    }

    .hamburger-btn.open span:last-child[b-wuuqp6gp8y] {
        transform: rotate(-45deg);
    }


.mobile-backdrop[b-wuuqp6gp8y] {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 80px);
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 999;
}

    .mobile-backdrop.active[b-wuuqp6gp8y] {
        opacity: 1;
        visibility: visible;
    }

.nav-menu[b-wuuqp6gp8y] {
    position: fixed;
    top: 80px;
    left: 0;
    width: 85%;
    max-width: 400px;
    height: calc(100vh - 80px);
    background-color: var(--bg-nav);
    padding: 2rem 1.5rem;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    transform: translateX(-100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
    box-shadow: 5px 0 15px rgba(0,0,0,0.1);
}

    .nav-menu.open[b-wuuqp6gp8y] {
        transform: translateX(0);
    }

    .nav-menu ul[b-wuuqp6gp8y] {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }

.nav-links li a[b-wuuqp6gp8y],
.dropbtn[b-wuuqp6gp8y] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--text-nav);
    text-decoration: none;
    font-size: 1.1rem;
    padding: 0.75rem 1rem;
    border-radius: 6px;
    transition: background-color 0.2s, color 0.2s;
    cursor: pointer;
    font-weight: 500;
}

.nav-links li:hover > a[b-wuuqp6gp8y],
.nav-links li:hover > .dropbtn[b-wuuqp6gp8y],
.nav-links li.active > a[b-wuuqp6gp8y],
.nav-links li.active > .dropbtn[b-wuuqp6gp8y] {
    color: var(--text-nav-hover);
    background-color: rgba(128, 128, 128, 0.08);
}

.nav-links li.active > a[b-wuuqp6gp8y] {
    border-left: 4px solid var(--color-primary);
    border-radius: 0 6px 6px 0;
}

.dropdown-content[b-wuuqp6gp8y] {
    display: none;
    flex-direction: column;
    padding-left: 1rem;
    margin-top: 0.25rem;
    border-left: 2px solid var(--color-primary);
}

.dropdown:hover .dropdown-content[b-wuuqp6gp8y] {
    display: flex;
}

.dropdown-content a[b-wuuqp6gp8y] {
    font-size: 0.95rem;
    padding: 0.5rem 1rem;
    color: var(--text-nav);
}

    .dropdown-content a:hover[b-wuuqp6gp8y],
    .dropdown-content a.active[b-wuuqp6gp8y] {
        color: var(--color-primary);
    }

.nav-actions[b-wuuqp6gp8y] {
    border-top: 1px solid rgba(128, 128, 128, 0.15);
    padding-top: 1.5rem;
}

.login-btn[b-wuuqp6gp8y] {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: var(--color-primary);
    color: #fff !important;
    padding: 0.6rem 1.2rem;
    border-radius: 6px;
    justify-content: center;
}

    .login-btn img[b-wuuqp6gp8y] {
        filter: brightness(0) invert(1);
        width: 18px;
    }


@media only screen and (min-width: 1200px) {
    .hamburger-btn[b-wuuqp6gp8y],
    .mobile-backdrop[b-wuuqp6gp8y] {
        display: none;
    }

    .top-contact-bar[b-wuuqp6gp8y] {
        justify-content: space-between;
    }

    .nav-menu[b-wuuqp6gp8y] {
        position: static;
        width: auto;
        max-width: none;
        height: auto;
        background-color: transparent;
        padding: 0;
        overflow: visible;
        flex-direction: row;
        justify-content: space-between;
        flex: 1;
        transform: none;
        box-shadow: none;
    }

        .nav-menu ul[b-wuuqp6gp8y] {
            flex-direction: row;
            align-items: center;
            gap: 0.5rem;
        }

    .nav-links[b-wuuqp6gp8y] {
        margin-left: 2rem;
    }

        .nav-links li a[b-wuuqp6gp8y],
        .dropbtn[b-wuuqp6gp8y] {
            font-size: 0.95rem;
            padding: 0.5rem 0.8rem;
        }

        .nav-links li.active > a[b-wuuqp6gp8y] {
            border-left: none;
            border-bottom: 2px solid var(--color-primary);
            border-radius: 4px;
        }

    .dropdown[b-wuuqp6gp8y] {
        position: relative;
    }

    .dropdown-content[b-wuuqp6gp8y] {
        position: absolute;
        top: 100%;
        left: 0;
        background-color: var(--bg-header);
        box-shadow: 0 10px 25px rgba(0,0,0,0.15);
        border-radius: 8px;
        border-left: none;
        min-width: 220px;
        padding: 0.5rem 0;
        margin-top: 0;
        z-index: 1010;
        border: 1px solid rgba(128,128,128,0.1);
    }

    .dropdown-right[b-wuuqp6gp8y] {
        left: auto;
        right: 0;
    }

    .dropdown-content a[b-wuuqp6gp8y] {
        padding: 0.6rem 1.2rem;
        color: var(--text-header);
    }

        .dropdown-content a:hover[b-wuuqp6gp8y] {
            background-color: rgba(128, 128, 128, 0.08);
        }
}

.catalog-link[b-wuuqp6gp8y], .action-icon[b-wuuqp6gp8y], .login-btn[b-wuuqp6gp8y] {
    text-decoration: none;
}
    .catalog-link[b-wuuqp6gp8y]{
        color:white;
    }

    .heart-icon[b-wuuqp6gp8y] {
        display: inline-block;
        position: relative;
        width: 16px;
        height: 16px;
        background-color: #ff2e63;
        transform: rotate(-45deg);
        margin: 8px 4px 0 4px;
    }

    .heart-icon[b-wuuqp6gp8y]::before,
    .heart-icon[b-wuuqp6gp8y]::after {
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        background-color: #ff2e63;
        border-radius: 50%;
    }

    .heart-icon[b-wuuqp6gp8y]::before {
        top: -8px;
        left: 0;
    }

    .heart-icon[b-wuuqp6gp8y]::after {
        top: 0;
        left: 8px;
    }
/* /Components/Pages/Main/Effects/LampEffect.razor.rz.scp.css */
.lamp-wrapper[b-tqlsmm2dzy] {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    cursor: pointer;
}

.lamp-container[b-tqlsmm2dzy] {
    display: flex;
    flex-direction: column;
    align-items: center;
    transform-origin: top center;
}

.lamp-line[b-tqlsmm2dzy] {
    width: 4px;
    height: 80px;
    background: repeating-linear-gradient(45deg, #C19A6B, #C19A6B 3px, #8B4513 3px, #8B4513 6px);
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    z-index: 1;
}

.lamp-connector[b-tqlsmm2dzy] {
    width: 30px;
    height: 25px;
    background: linear-gradient(to right, #444, #111, #444);
    border-radius: 3px 3px 10px 10px;
    margin-top: -5px;
    z-index: 2;
    box-shadow: 0 2px 2px rgba(0,0,0,0.5);
}

.lamp[b-tqlsmm2dzy] {
    width: 40px;
    height: 40px;
    background-color: #e0e0e0;
    border-radius: 50% 50% 40% 40%;
    margin-top: -8px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    border: 1px solid #ccc;
}

    .lamp.on[b-tqlsmm2dzy] {
        background-color: #ffeb3b;
        border-color: #ffeb3b;
        box-shadow: 0 0 20px #ffeb3b, 0 0 60px #ffeb3b, 0 0 100px rgba(255, 235, 59, 0.4);
    }

.lamp-container.swinging[b-tqlsmm2dzy] {
    animation: swing-b-tqlsmm2dzy 3s infinite ease-in-out;
}
.hanging-piece[b-tqlsmm2dzy] {
    width: 30px;
    height: 25px;
    background: linear-gradient(to right, #444, #111, #444);
    border-radius: 3px 3px 10px 10px;
    margin-top: -5px;
    z-index: 2;
    box-shadow: 0 2px 2px rgba(0,0,0,0.5);
}

@keyframes swing-b-tqlsmm2dzy {
    0% {
        transform: rotate(6deg);
    }

    50% {
        transform: rotate(-6deg);
    }

    100% {
        transform: rotate(6deg);
    }
}
/* /Components/Pages/Main/Effects/Loader.razor.rz.scp.css */
/* From Uiverse.io by david-mohseni */
.loader[b-i66qqmpwyn] {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 10px;
}

    .loader div[b-i66qqmpwyn] {
        width: 8%;
        height: 24%;
        background: rgb(128, 128, 128);
        position: absolute;
        left: 50%;
        top: 30%;
        opacity: 0;
        border-radius: 50px;
        box-shadow: 0 0 3px rgba(0,0,0,0.2);
        animation: fade458-b-i66qqmpwyn 1s linear infinite;
    }

@keyframes fade458-b-i66qqmpwyn {
    from {
        opacity: 1;
    }

    to {
        opacity: 0.25;
    }
}

.loader .bar1[b-i66qqmpwyn] {
    transform: rotate(0deg) translate(0, -130%);
    animation-delay: 0s;
}

.loader .bar2[b-i66qqmpwyn] {
    transform: rotate(30deg) translate(0, -130%);
    animation-delay: -1.1s;
}

.loader .bar3[b-i66qqmpwyn] {
    transform: rotate(60deg) translate(0, -130%);
    animation-delay: -1s;
}

.loader .bar4[b-i66qqmpwyn] {
    transform: rotate(90deg) translate(0, -130%);
    animation-delay: -0.9s;
}

.loader .bar5[b-i66qqmpwyn] {
    transform: rotate(120deg) translate(0, -130%);
    animation-delay: -0.8s;
}

.loader .bar6[b-i66qqmpwyn] {
    transform: rotate(150deg) translate(0, -130%);
    animation-delay: -0.7s;
}

.loader .bar7[b-i66qqmpwyn] {
    transform: rotate(180deg) translate(0, -130%);
    animation-delay: -0.6s;
}

.loader .bar8[b-i66qqmpwyn] {
    transform: rotate(210deg) translate(0, -130%);
    animation-delay: -0.5s;
}

.loader .bar9[b-i66qqmpwyn] {
    transform: rotate(240deg) translate(0, -130%);
    animation-delay: -0.4s;
}

.loader .bar10[b-i66qqmpwyn] {
    transform: rotate(270deg) translate(0, -130%);
    animation-delay: -0.3s;
}

.loader .bar11[b-i66qqmpwyn] {
    transform: rotate(300deg) translate(0, -130%);
    animation-delay: -0.2s;
}

.loader .bar12[b-i66qqmpwyn] {
    transform: rotate(330deg) translate(0, -130%);
    animation-delay: -0.1s;
}
/* /Components/Pages/Main/Effects/NotAuthorizedMessage.razor.rz.scp.css */
.not-authorized[b-9n5gvx59t0] {
    width: 90%;
    max-width: 400px;
    padding: 12px 10px 12px 0; 
    height: fit-content;
    background: linear-gradient(to right, #f7575756, #f7575725 50%, #f7575738);
    border-left-style: solid;
    border-left-color: red;
    border-left-width: 5px;
    border-radius: 15px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    box-sizing: border-box; 
    margin: 20px auto;
}

    .not-authorized span[b-9n5gvx59t0] {
        display: flex;
        align-items: center;
    }

    .not-authorized svg[b-9n5gvx59t0] {
        height: 40px;
        padding-left: 10px;
        fill: red;
        flex-shrink: 0; 
    }

    .not-authorized p[b-9n5gvx59t0] {
        padding: 0 10px;
        margin: 0;
        color: #212529;
        font-size: 15px;
        flex-grow: 1;
        text-align: left;
    }

      
/* /Components/Pages/Main/Effects/ResultCanvas.razor.rz.scp.css */
.preview-wrapper[b-uwzemwoit8] {
    max-width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.preview-text-overlay[b-uwzemwoit8] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    text-align: center;
    pointer-events: none;
    width: 100%;
    font-size: clamp(16px, 5vw, 40px);
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.5);
}

.preview-placeholder[b-uwzemwoit8] {
    padding: 20px;
    text-align: center;
    background: #f0f0f0;
}




/*
.preview-wrapper {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    background-color: #f8f9fa;
    border-radius: 8px;
    overflow: hidden;
    container-type: inline-size;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: aspect-ratio 0.4s ease-in-out;
}

.draggable-text-item {
    position: absolute;
    transform: translate(-50%, -50%);
    cursor: grab;
    user-select: none;
    touch-action: none;
    width: max-content;
    max-width: 96%;
    z-index: 10;
}

    .draggable-text-item:active {
        cursor: grabbing;
    }

.preview-text-content {
    text-align: center;
    word-break: break-word;
    line-height: 1.2;
    white-space: pre-wrap;
    text-shadow: -1px -1px 0 rgba(255,255,255,0.7), 1px -1px 0 rgba(255,255,255,0.7), -1px 1px 0 rgba(255,255,255,0.7), 1px 1px 0 rgba(255,255,255,0.7), 0px 2px 4px rgba(0,0,0,0.3);
}

.preview-hint {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(0,0,0,0.3);
    font-style: italic;
    font-size: 5cqw;
    user-select: none;
    pointer-events: none;
}

.preview-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #6c757d;
    text-align: center;
    padding: 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

    .preview-placeholder svg {
        margin-bottom: 10px;
        color: #adb5bd;
    }
*/
/* /Components/Pages/Main/ProductsManagement/AdminOrders.razor.rz.scp.css */
[b-9v9ubg9229] *, [b-9v9ubg9229] *::before, [b-9v9ubg9229] *::after {
    box-sizing: border-box;
}

[b-9v9ubg9229] input, [b-9v9ubg9229] button, [b-9v9ubg9229] select, [b-9v9ubg9229] textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

[b-9v9ubg9229] .page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

    [b-9v9ubg9229] .page-header h3 {
        margin: 0;
        font-weight: 700;
        color: #333;
    }

[b-9v9ubg9229] .divider {
    border: 0;
    border-top: 1px solid #eee;
    margin: 2rem 0;
}

[b-9v9ubg9229] .add-section {
    margin-bottom: 1.5rem;
}

    [b-9v9ubg9229] .add-section h4 {
        font-size: 1.1rem;
        margin-bottom: 1rem;
        color: #555;
    }

[b-9v9ubg9229] .clean-form .form-grid {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr auto;
    gap: 1rem;
    align-items: start;
}

[b-9v9ubg9229] .clean-input {
    display: block;
    width: 100%;
    padding: 0.6rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    font-size: 0.95rem;
    transition: border-color 0.2s;
    appearance: none;
}

    [b-9v9ubg9229] .clean-input:focus {
        border-color: #6fbd84;
        outline: none;
        box-shadow: 0 0 0 3px rgba(111, 189, 132, 0.1);
    }

    [b-9v9ubg9229] .clean-input.dense {
        padding: 0.4rem;
        font-size: 0.9rem;
        min-height: 35px;
    }

[b-9v9ubg9229] textarea.clean-input {
    resize: vertical;
    min-height: 42px;
    height: 42px;
    font-family: inherit;
}

[b-9v9ubg9229] .preview-strip {
    display: flex;
    gap: 5px;
    margin-top: 5px;
}

[b-9v9ubg9229] .mini-preview {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 3px;
    border: 1px solid #eee;
}

[b-9v9ubg9229] .image-stack {
    display: flex;
    gap: 4px;
    align-items: center;
}

[b-9v9ubg9229] .table-thumb {
    width: 36px;
    height: 36px;
    border-radius: 4px;
    object-fit: cover;
    background: #f0f0f0;
    border: 1px solid #eee;
}

[b-9v9ubg9229] .more-count {
    font-size: 12px;
    color: #888;
}

[b-9v9ubg9229] .btn-primary {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    white-space: nowrap;
    transition: background-color 0.2s;
}

    [b-9v9ubg9229] .btn-primary:hover {
        background-color: #333;
    }

    [b-9v9ubg9229] .btn-primary:disabled {
        opacity: 0.7;
        cursor: not-allowed;
    }

[b-9v9ubg9229] .btn-link {
    background: none;
    border: none;
    color: #555;
    cursor: pointer;
    text-decoration: underline;
    font-size: 0.9rem;
    padding: 0 5px;
}

    [b-9v9ubg9229] .btn-link:hover {
        color: #000;
    }

    [b-9v9ubg9229] .btn-link.danger {
        color: #dc3545;
    }

        [b-9v9ubg9229] .btn-link.danger:hover {
            color: #bd2130;
        }

[b-9v9ubg9229] .btn-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
    transition: opacity 0.2s;
}

    [b-9v9ubg9229] .btn-icon:hover {
        opacity: 0.8;
    }

    [b-9v9ubg9229] .btn-icon.save {
        background: #d4edda;
        color: #155724;
    }

    [b-9v9ubg9229] .btn-icon.cancel {
        background: #f8d7da;
        color: #721c24;
    }

[b-9v9ubg9229] .table-responsive {
    overflow-x: auto;
    width: 100%;
}

[b-9v9ubg9229] .clean-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}

    [b-9v9ubg9229] .clean-table th {
        text-align: left;
        padding: 1rem 0.5rem;
        border-bottom: 2px solid #eee;
        color: #888;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 0.8rem;
        letter-spacing: 0.5px;
    }

    [b-9v9ubg9229] .clean-table td {
        padding: 1rem 0.5rem;
        border-bottom: 1px solid #f5f5f5;
        vertical-align: top;
    }

    [b-9v9ubg9229] .clean-table tr:hover td {
        background-color: #fafafa;
    }

    [b-9v9ubg9229] .clean-table .actions-cell {
        text-align: right;
        white-space: nowrap;
    }

[b-9v9ubg9229] .truncate-text {
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
}

[b-9v9ubg9229] .pagination-clean {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
}

    [b-9v9ubg9229] .pagination-clean button {
        background: none;
        border: 1px solid #ddd;
        padding: 0.4rem 1rem;
        border-radius: 4px;
        cursor: pointer;
        transition: background-color 0.2s;
    }

        [b-9v9ubg9229] .pagination-clean button:hover:not(:disabled) {
            background-color: #f5f5f5;
        }

        [b-9v9ubg9229] .pagination-clean button:disabled {
            border-color: #eee;
            color: #ccc;
            cursor: not-allowed;
        }

    [b-9v9ubg9229] .pagination-clean span {
        font-size: 0.9rem;
        color: #666;
        font-weight: 500;
    }

@media (max-width: 900px) {
    [b-9v9ubg9229] .clean-form .form-grid {
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }

    [b-9v9ubg9229] .btn-primary {
        width: 100%;
    }

    [b-9v9ubg9229] .clean-table th,
    [b-9v9ubg9229] .clean-table td {
        padding: 0.8rem 0.4rem;
    }

    [b-9v9ubg9229] .truncate-text {
        max-width: 150px;
    }
}

[b-9v9ubg9229] .filter-group {
    display: flex;
    gap: 10px;
    align-items: center;
}

[b-9v9ubg9229] .status-select {
    padding: 6px 10px;
    border: 1px solid #ddd;
    border-radius: 20px;
    background-color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    outline: none;
    min-width: 160px;
    transition: box-shadow 0.2s;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right .7em top 50%;
    background-size: .65em auto;
    padding-right: 1.5em;
}

    [b-9v9ubg9229] .status-select:focus {
        box-shadow: 0 0 0 2px rgba(0,0,0,0.05);
    }

    [b-9v9ubg9229] .status-select.border-success {
        border-left: 5px solid #2ecc71;
        color: #27ae60;
        font-weight: 500;
    }

    [b-9v9ubg9229] .status-select.border-info {
        border-left: 5px solid #3498db;
        color: #2980b9;
    }

    [b-9v9ubg9229] .status-select.border-warning {
        border-left: 5px solid #f39c12;
        color: #d35400;
    }

    [b-9v9ubg9229] .status-select.border-danger {
        border-left: 5px solid #e74c3c;
        color: #c0392b;
    }

    [b-9v9ubg9229] .status-select.border-secondary {
        border-left: 5px solid #95a5a6;
        color: #7f8c8d;
    }

@media (max-width: 600px) {
    [b-9v9ubg9229] .page-header {
        flex-direction: column;
        align-items: flex-start;
    }

    [b-9v9ubg9229] .filter-group {
        width: 100%;
        flex-direction: row;
    }

        [b-9v9ubg9229] .filter-group select {
            flex: 1;
        }
}
/* /Components/Pages/Main/ProductsManagement/ManageGlobalFields.razor.rz.scp.css */
[b-1alw2p4qdv] .page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

    [b-1alw2p4qdv] .page-header h3 {
        margin: 0;
        font-weight: 700;
        color: #333;
    }

    [b-1alw2p4qdv] .page-header p {
        margin: 0;
    }

[b-1alw2p4qdv] .section-container {
    margin-bottom: 2rem;
    background: #fff;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 8px;
}

    [b-1alw2p4qdv] .section-container h4 {
        font-size: 1.1rem;
        margin-top: 0;
        margin-bottom: 1.5rem;
        color: #555;
    }

[b-1alw2p4qdv] .clean-form .form-grid {
    display: flex;
    gap: 1rem;
    align-items: flex-end;
    flex-wrap: wrap;
}

[b-1alw2p4qdv] .field-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

    [b-1alw2p4qdv] .field-group label {
        font-weight: 600;
        font-size: 0.9rem;
        color: #555;
    }

[b-1alw2p4qdv] .clean-input {
    width: 100%;
    padding: 0.6rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    font-size: 0.95rem;
    transition: border-color 0.2s;
}

    [b-1alw2p4qdv] .clean-input:focus {
        border-color: #6fbd84;
        outline: none;
    }

    [b-1alw2p4qdv] .clean-input.dense {
        padding: 0.4rem;
        font-size: 0.9rem;
    }

[b-1alw2p4qdv] .btn-primary {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    white-space: nowrap;
    transition: background-color 0.2s;
}

    [b-1alw2p4qdv] .btn-primary:hover {
        background-color: #333;
    }

    [b-1alw2p4qdv] .btn-primary:disabled {
        opacity: 0.7;
        cursor: not-allowed;
    }

[b-1alw2p4qdv] .btn-secondary {
    background-color: #fff;
    color: #333;
    border: 1px solid #ddd;
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    white-space: nowrap;
    transition: background-color 0.2s;
}

    [b-1alw2p4qdv] .btn-secondary:hover {
        background-color: #f5f5f5;
    }

    [b-1alw2p4qdv] .btn-secondary.small {
        padding: 0.4rem 0.8rem;
        font-size: 0.85rem;
    }

    [b-1alw2p4qdv] .btn-secondary:disabled {
        opacity: 0.7;
        cursor: not-allowed;
    }

[b-1alw2p4qdv] .btn-link {
    background: none;
    border: none;
    color: #555;
    cursor: pointer;
    text-decoration: underline;
    font-size: 0.9rem;
    padding: 0 5px;
}

    [b-1alw2p4qdv] .btn-link:hover {
        color: #000;
    }

    [b-1alw2p4qdv] .btn-link.danger {
        color: #dc3545;
    }

        [b-1alw2p4qdv] .btn-link.danger:hover {
            color: #bd2130;
        }

[b-1alw2p4qdv] .btn-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
    transition: opacity 0.2s;
    font-size: 14px;
}

    [b-1alw2p4qdv] .btn-icon:hover {
        opacity: 0.8;
    }

    [b-1alw2p4qdv] .btn-icon.cancel {
        background: #f8d7da;
        color: #721c24;
    }

[b-1alw2p4qdv] .clean-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}

    [b-1alw2p4qdv] .clean-table th {
        text-align: left;
        padding: 1rem 0.5rem;
        border-bottom: 2px solid #eee;
        color: #888;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 0.8rem;
        letter-spacing: 0.5px;
    }

    [b-1alw2p4qdv] .clean-table td {
        padding: 1rem 0.5rem;
        border-bottom: 1px solid #f5f5f5;
        vertical-align: top;
    }

    [b-1alw2p4qdv] .clean-table tr:hover td {
        background-color: #fafafa;
    }

    [b-1alw2p4qdv] .clean-table .actions-cell {
        text-align: right;
        white-space: nowrap;
    }

[b-1alw2p4qdv] .sub-options-container {
    background: #fcfcfc;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 4px;
    margin-top: 15px;
}

    [b-1alw2p4qdv] .sub-options-container .answer-row {
        display: flex;
        gap: 10px;
        margin-bottom: 10px;
        align-items: center;
    }

[b-1alw2p4qdv] .color-picker {
    width: 40px;
    height: 35px;
    padding: 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
}

[b-1alw2p4qdv] .type-badge {
    background: #e9ecef;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.85em;
    color: #495057;
}
/* /Components/Pages/Main/ProductsManagement/ManageMainGroups.razor.rz.scp.css */
[b-3lfjszcyel] .page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

    [b-3lfjszcyel] .page-header h3 {
        margin: 0;
        font-weight: 700;
        color: #333;
    }

[b-3lfjszcyel] .divider {
    border: 0;
    border-top: 1px solid #eee;
    margin: 2rem 0;
}

[b-3lfjszcyel] .add-section {
    margin-bottom: 1.5rem;
}

    [b-3lfjszcyel] .add-section h4 {
        font-size: 1.1rem;
        margin-bottom: 1rem;
        color: #555;
    }

[b-3lfjszcyel] .clean-form .form-grid {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr auto;
    gap: 1rem;
    align-items: start;
}

[b-3lfjszcyel] .clean-input {
    width: 100%;
    padding: 0.6rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    font-size: 0.95rem;
    transition: border-color 0.2s;
}

    [b-3lfjszcyel] .clean-input:focus {
        border-color: #6fbd84;
        outline: none;
    }

    [b-3lfjszcyel] .clean-input.dense {
        padding: 0.4rem;
        font-size: 0.9rem;
    }

[b-3lfjszcyel] textarea.clean-input {
    resize: vertical;
    min-height: 42px;
    height: 42px;
    font-family: inherit;
}

[b-3lfjszcyel] .preview-strip {
    display: flex;
    gap: 5px;
    margin-top: 5px;
}

[b-3lfjszcyel] .mini-preview {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 3px;
    border: 1px solid #eee;
}

[b-3lfjszcyel] .btn-primary {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    white-space: nowrap;
    transition: background-color 0.2s;
}

    [b-3lfjszcyel] .btn-primary:hover {
        background-color: #333;
    }

    [b-3lfjszcyel] .btn-primary:disabled {
        opacity: 0.7;
        cursor: not-allowed;
    }

[b-3lfjszcyel] .btn-link {
    background: none;
    border: none;
    color: #555;
    cursor: pointer;
    text-decoration: underline;
    font-size: 0.9rem;
    padding: 0 5px;
}

    [b-3lfjszcyel] .btn-link:hover {
        color: #000;
    }

    [b-3lfjszcyel] .btn-link.danger {
        color: #dc3545;
    }

        [b-3lfjszcyel] .btn-link.danger:hover {
            color: #bd2130;
        }

[b-3lfjszcyel] .btn-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
    transition: opacity 0.2s;
}

    [b-3lfjszcyel] .btn-icon:hover {
        opacity: 0.8;
    }

    [b-3lfjszcyel] .btn-icon.save {
        background: #d4edda;
        color: #155724;
    }

    [b-3lfjszcyel] .btn-icon.cancel {
        background: #f8d7da;
        color: #721c24;
    }

[b-3lfjszcyel] .table-responsive {
    overflow-x: auto;
    width: 100%;
}

[b-3lfjszcyel] .clean-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}

    [b-3lfjszcyel] .clean-table th {
        text-align: left;
        padding: 1rem 0.5rem;
        border-bottom: 2px solid #eee;
        color: #888;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 0.8rem;
        letter-spacing: 0.5px;
    }

    [b-3lfjszcyel] .clean-table td {
        padding: 1rem 0.5rem;
        border-bottom: 1px solid #f5f5f5;
        vertical-align: top;
    }

    [b-3lfjszcyel] .clean-table tr:hover td {
        background-color: #fafafa;
    }

    [b-3lfjszcyel] .clean-table .actions-cell {
        text-align: right;
        white-space: nowrap;
    }

[b-3lfjszcyel] .truncate-text {
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
}

[b-3lfjszcyel] .image-stack {
    display: flex;
    gap: 4px;
    align-items: center;
}

[b-3lfjszcyel] .table-thumb {
    width: 36px;
    height: 36px;
    border-radius: 4px;
    object-fit: cover;
    background: #f0f0f0;
    border: 1px solid #eee;
}

[b-3lfjszcyel] .more-count {
    font-size: 12px;
    color: #888;
}

[b-3lfjszcyel] .pagination-clean {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
}

    [b-3lfjszcyel] .pagination-clean button {
        background: none;
        border: 1px solid #ddd;
        padding: 0.4rem 1rem;
        border-radius: 4px;
        cursor: pointer;
        transition: background-color 0.2s;
    }
    
        [b-3lfjszcyel] .pagination-clean button:hover:not(:disabled) {
            background-color: #f5f5f5;
        }

        [b-3lfjszcyel] .pagination-clean button:disabled {
            border-color: #eee;
            color: #ccc;
            cursor: not-allowed;
        }

    [b-3lfjszcyel] .pagination-clean span {
        font-size: 0.9rem;
        color: #666;
        font-weight: 500;
    }

@media (max-width: 900px) {
    [b-3lfjszcyel] .clean-form .form-grid {
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }

    [b-3lfjszcyel] .btn-primary {
        width: 100%;
    }

    [b-3lfjszcyel] .clean-table th,
    [b-3lfjszcyel] .clean-table td {
        padding: 0.8rem 0.4rem;
    }

    [b-3lfjszcyel] .truncate-text {
        max-width: 150px;
    }
}
/* /Components/Pages/Main/ProductsManagement/ManageProductDetails.razor.rz.scp.css */
[b-w8dc60aar7] .page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

    [b-w8dc60aar7] .page-header h3 {
        margin: 0;
        font-weight: 700;
        color: #333;
    }

[b-w8dc60aar7] .divider {
    border: 0;
    border-top: 1px solid #eee;
    margin: 2rem 0;
}

[b-w8dc60aar7] .section-container {
    margin-bottom: 2rem;
}

[b-w8dc60aar7] .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

[b-w8dc60aar7] .header-actions {
    display: flex;
    gap: 10px;
}

[b-w8dc60aar7] .config-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

[b-w8dc60aar7] .config-item {
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 10px;
    background: #fff;
}

[b-w8dc60aar7] .config-grid-row {
    display: grid;
    grid-template-columns: 2fr 1.5fr 1fr auto;
    gap: 10px;
    align-items: center;
}

[b-w8dc60aar7] .field-group label {
    display: block;
    font-size: 0.75rem;
    color: #888;
    margin-bottom: 2px;
}

[b-w8dc60aar7] .config-extra-row {
    margin-top: 8px;
}

[b-w8dc60aar7] .btn-dashed {
    width: 100%;
    border: 2px dashed #ddd;
    background: none;
    padding: 10px;
    color: #888;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
}

    [b-w8dc60aar7] .btn-dashed:hover {
        border-color: #6fbd84;
        color: #6fbd84;
        background: #f9fff9;
    }

[b-w8dc60aar7] .sub-options-container {
    margin-top: 10px;
    padding-left: 15px;
    border-left: 2px solid #f0f0f0;
}

[b-w8dc60aar7] .sub-label {
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

[b-w8dc60aar7] .sub-option-row {
    display: flex;
    gap: 5px;
    margin-bottom: 5px;
    align-items: center;
}

[b-w8dc60aar7] .price-input-group {
    display: flex;
    align-items: center;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0 5px;
}

    [b-w8dc60aar7] .price-input-group span {
        color: #888;
        font-size: 0.8rem;
        margin-right: 2px;
    }

    [b-w8dc60aar7] .price-input-group input {
        border: none;
        background: transparent;
        width: 60px;
    }

[b-w8dc60aar7] .color-picker {
    width: 30px;
    height: 30px;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
}

[b-w8dc60aar7] .variant-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    align-items: start;
}

[b-w8dc60aar7] .grid-column {
    background: #fafafa;
    padding: 15px;
    border-radius: 6px;
    border: 1px solid #eee;
}

[b-w8dc60aar7] .col-header {
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #555;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

[b-w8dc60aar7] .form-group {
    margin-bottom: 10px;
}

    [b-w8dc60aar7] .form-group label {
        display: block;
        font-size: 0.8rem;
        font-weight: 600;
        margin-bottom: 4px;
    }

[b-w8dc60aar7] .dual-input {
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
}

    [b-w8dc60aar7] .dual-input > * {
        flex: 1;
    }

[b-w8dc60aar7] .checkbox-stack {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

[b-w8dc60aar7] .props-grid,
[b-w8dc60aar7] .specs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
}

[b-w8dc60aar7] .clean-input {
    width: 100%;
    padding: 0.6rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    font-size: 0.95rem;
}

    [b-w8dc60aar7] .clean-input.dense {
        padding: 0.35rem 0.5rem;
        font-size: 0.85rem;
    }

    [b-w8dc60aar7] .clean-input.small {
        font-size: 0.8rem;
        padding: 0.4rem;
    }

[b-w8dc60aar7] .btn-primary,
[b-w8dc60aar7] .btn-secondary,
[b-w8dc60aar7] .btn-success {
    border: none;
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    color: white;
}

[b-w8dc60aar7] .btn-primary {
    background-color: #000;
}

    [b-w8dc60aar7] .btn-primary:hover {
        background-color: #333;
    }

[b-w8dc60aar7] .btn-secondary {
    background-color: #6c757d;
}

[b-w8dc60aar7] .btn-success {
    background-color: #28a745;
}

[b-w8dc60aar7] .btn-icon {
    background: none;
    border: none;
    cursor: pointer;
    font-weight: bold;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
    transition: opacity 0.2s;
}

    [b-w8dc60aar7] .btn-icon:hover {
        opacity: 0.8;
    }

    [b-w8dc60aar7] .btn-icon.cancel {
        color: #dc3545;
        background: #f8d7da;
    }

    [b-w8dc60aar7] .btn-icon.save {
        background: #d4edda;
        color: #155724;
    }

[b-w8dc60aar7] .btn-link {
    background: none;
    border: none;
    color: #007bff;
    cursor: pointer;
    text-decoration: underline;
    font-size: 0.9rem;
}

    [b-w8dc60aar7] .btn-link.danger {
        color: #dc3545;
    }

    [b-w8dc60aar7] .btn-link.x-small {
        font-size: 0.75rem;
    }

[b-w8dc60aar7] .clean-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}

    [b-w8dc60aar7] .clean-table th {
        text-align: left;
        padding: 0.8rem 0.5rem;
        border-bottom: 2px solid #eee;
        color: #666;
        font-size: 0.8rem;
        text-transform: uppercase;
    }

    [b-w8dc60aar7] .clean-table td {
        padding: 0.8rem 0.5rem;
        border-bottom: 1px solid #f5f5f5;
        vertical-align: top;
    }

[b-w8dc60aar7] .actions-cell {
    text-align: right;
    white-space: nowrap;
}

[b-w8dc60aar7] .status-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 5px;
}

    [b-w8dc60aar7] .status-dot.active {
        background-color: #28a745;
    }

    [b-w8dc60aar7] .status-dot.inactive {
        background-color: #dc3545;
    }

[b-w8dc60aar7] .x-small {
    font-size: 0.75rem;
}

[b-w8dc60aar7] .props-list {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

[b-w8dc60aar7] .prop-badge {
    background-color: #f1f3f5;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 2px 6px;
    font-size: 0.75rem;
    color: #495057;
}

    [b-w8dc60aar7] .prop-badge strong {
        color: #212529;
    }

[b-w8dc60aar7] .inline-edit-form {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    padding: 15px;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.02);
}

[b-w8dc60aar7] .edit-section-title {
    font-size: 0.8rem;
    font-weight: 700;
    color: #495057;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

[b-w8dc60aar7] .edit-row-top {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

[b-w8dc60aar7] .edit-group {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 120px;
}

    [b-w8dc60aar7] .edit-group label {
        font-size: 0.7rem;
        font-weight: 600;
        color: #6c757d;
        margin-bottom: 4px;
    }

[b-w8dc60aar7] .edit-props-container,
[b-w8dc60aar7] .edit-specs-container {
    background: #fff;
    padding: 10px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    margin-bottom: 15px;
}

[b-w8dc60aar7] .edit-props-grid,
[b-w8dc60aar7] .edit-specs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 10px;
}

[b-w8dc60aar7] .edit-specs-grid {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}

[b-w8dc60aar7] .prop-input-item,
[b-w8dc60aar7] .spec-input {
    display: flex;
    flex-direction: column;
}

    [b-w8dc60aar7] .prop-name,
    [b-w8dc60aar7] .spec-input label {
        font-size: 0.7rem;
        color: #888;
        margin-bottom: 2px;
    }

[b-w8dc60aar7] .edit-row-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-top: 1px solid #e9ecef;
    padding-top: 10px;
    flex-wrap: wrap;
    gap: 10px;
}

[b-w8dc60aar7] .edit-actions {
    display: flex;
    gap: 10px;
}

[b-w8dc60aar7] .preview-strip {
    display: flex;
    gap: 5px;
    margin-top: 5px;
}

[b-w8dc60aar7] .mini-preview {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 3px;
    border: 1px solid #ddd;
}

[b-w8dc60aar7] .image-stack {
    display: flex;
    align-items: center;
    gap: 4px;
}

[b-w8dc60aar7] .table-thumb {
    width: 36px;
    height: 36px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #ddd;
    background-color: #fff;
}

[b-w8dc60aar7] .more-count {
    font-size: 0.75rem;
    color: #888;
    background: #f1f3f5;
    padding: 2px 5px;
    border-radius: 4px;
}

[b-w8dc60aar7] .media-column {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

[b-w8dc60aar7] .specs-mini {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

[b-w8dc60aar7] .spec-tag {
    font-size: 0.7rem;
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
    color: #856404;
    padding: 1px 4px;
    border-radius: 3px;
    white-space: nowrap;
}

@media (max-width: 900px) {
    [b-w8dc60aar7] .variant-grid {
        grid-template-columns: 1fr;
    }

    [b-w8dc60aar7] .config-grid-row {
        grid-template-columns: 1fr;
    }

    [b-w8dc60aar7] .edit-row-top {
        flex-direction: column;
        gap: 10px;
    }
}
/* /Components/Pages/Main/ProductsManagement/ManageProductFields.razor.rz.scp.css */
[b-6q0m7sgmof] .page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

    [b-6q0m7sgmof] .page-header h3 {
        margin: 0;
        font-weight: 700;
        color: #333;
    }

    [b-6q0m7sgmof] .page-header p {
        margin: 0;
    }

[b-6q0m7sgmof] .section-container {
    margin-bottom: 2rem;
    background: #fff;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 8px;
}

    [b-6q0m7sgmof] .section-container h4 {
        font-size: 1.1rem;
        margin-top: 0;
        margin-bottom: 1.5rem;
        color: #555;
    }

[b-6q0m7sgmof] .clean-form .form-grid {
    display: flex;
    gap: 1rem;
    align-items: flex-end;
    flex-wrap: wrap;
}

[b-6q0m7sgmof] .field-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

    [b-6q0m7sgmof] .field-group label {
        font-weight: 600;
        font-size: 0.9rem;
        color: #555;
    }

[b-6q0m7sgmof] .clean-input {
    width: 100%;
    padding: 0.6rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    font-size: 0.95rem;
    transition: border-color 0.2s;
}

    [b-6q0m7sgmof] .clean-input:focus {
        border-color: #6fbd84;
        outline: none;
    }

    [b-6q0m7sgmof] .clean-input.dense {
        padding: 0.4rem;
        font-size: 0.9rem;
    }

[b-6q0m7sgmof] .btn-primary {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    white-space: nowrap;
    transition: background-color 0.2s;
}

    [b-6q0m7sgmof] .btn-primary:hover {
        background-color: #333;
    }

    [b-6q0m7sgmof] .btn-primary:disabled {
        opacity: 0.7;
        cursor: not-allowed;
    }

[b-6q0m7sgmof] .btn-secondary {
    background-color: #fff;
    color: #333;
    border: 1px solid #ddd;
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    white-space: nowrap;
    transition: background-color 0.2s;
}

    [b-6q0m7sgmof] .btn-secondary:hover {
        background-color: #f5f5f5;
    }

    [b-6q0m7sgmof] .btn-secondary.small {
        padding: 0.4rem 0.8rem;
        font-size: 0.85rem;
    }

    [b-6q0m7sgmof] .btn-secondary:disabled {
        opacity: 0.7;
        cursor: not-allowed;
    }

[b-6q0m7sgmof] .btn-link {
    background: none;
    border: none;
    color: #555;
    cursor: pointer;
    text-decoration: underline;
    font-size: 0.9rem;
    padding: 0 5px;
}

    [b-6q0m7sgmof] .btn-link:hover {
        color: #000;
    }

    [b-6q0m7sgmof] .btn-link.danger {
        color: #dc3545;
    }

        [b-6q0m7sgmof] .btn-link.danger:hover {
            color: #bd2130;
        }

[b-6q0m7sgmof] .btn-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
    transition: opacity 0.2s;
    font-size: 14px;
}

    [b-6q0m7sgmof] .btn-icon:hover {
        opacity: 0.8;
    }

    [b-6q0m7sgmof] .btn-icon.cancel {
        background: #f8d7da;
        color: #721c24;
    }

    [b-6q0m7sgmof] .btn-icon.save {
        background: #d4edda;
        color: #155724;
    }

[b-6q0m7sgmof] .clean-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}

    [b-6q0m7sgmof] .clean-table th {
        text-align: left;
        padding: 1rem 0.5rem;
        border-bottom: 2px solid #eee;
        color: #888;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 0.8rem;
        letter-spacing: 0.5px;
    }

    [b-6q0m7sgmof] .clean-table td {
        padding: 1rem 0.5rem;
        border-bottom: 1px solid #f5f5f5;
        vertical-align: middle;
    }

[b-6q0m7sgmof] .config-item {
    border: 1px solid #eee;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

[b-6q0m7sgmof] .config-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

[b-6q0m7sgmof] .config-title {
    margin: 0;
    color: #333;
    font-size: 1.1rem;
    font-weight: 700;
}

[b-6q0m7sgmof] .type-badge {
    background: #f0f0f0;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 0.7em;
    font-weight: 600;
    color: #666;
    vertical-align: middle;
    margin-left: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

[b-6q0m7sgmof] .config-settings-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    background: #fcfcfc;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
    border: 1px solid #f5f5f5;
}

[b-6q0m7sgmof] .number-settings-box {
    border-left: 3px solid #6fbd84;
    padding-left: 15px;
    background: #fcfcfc;
    padding: 10px;
    border-radius: 0 4px 4px 0;
}

[b-6q0m7sgmof] .swatch-preview {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #ddd;
    vertical-align: middle;
    margin-right: 8px;
}

[b-6q0m7sgmof] .switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 20px;
    margin: 0;
}

    [b-6q0m7sgmof] .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

[b-6q0m7sgmof] .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e9ecef;
    transition: .3s;
    border-radius: 20px;
    border: 1px solid #ddd;
}

    [b-6q0m7sgmof] .slider:before {
        position: absolute;
        content: "";
        height: 14px;
        width: 14px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        transition: .3s;
        border-radius: 50%;
        box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    }

[b-6q0m7sgmof] input:checked + .slider {
    background-color: #6fbd84;
    border-color: #6fbd84;
}

    [b-6q0m7sgmof] input:checked + .slider:before {
        transform: translateX(16px);
    }
/* /Components/Pages/Main/ProductsManagement/ManageProducts.razor.rz.scp.css */
[b-z6nxt0e0dj] .page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

    [b-z6nxt0e0dj] .page-header h3 {
        margin: 0;
        font-weight: 700;
        color: #333;
    }

[b-z6nxt0e0dj] .divider {
    border: 0;
    border-top: 1px solid #eee;
    margin: 2rem 0;
}

[b-z6nxt0e0dj] .add-section {
    margin-bottom: 1.5rem;
}

    [b-z6nxt0e0dj] .add-section h4 {
        font-size: 1.1rem;
        margin-bottom: 1rem;
        color: #555;
    }

[b-z6nxt0e0dj] .clean-form .form-grid {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr auto;
    gap: 1rem;
    align-items: start;
}

[b-z6nxt0e0dj] .clean-input {
    width: 100%;
    padding: 0.6rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    font-size: 0.95rem;
    transition: border-color 0.2s;
}

    [b-z6nxt0e0dj] .clean-input:focus {
        border-color: #6fbd84;
        outline: none;
    }

    [b-z6nxt0e0dj] .clean-input.dense {
        padding: 0.4rem;
        font-size: 0.9rem;
    }

[b-z6nxt0e0dj] textarea.clean-input {
    resize: vertical;
    min-height: 42px;
    height: 42px;
    font-family: inherit;
}

[b-z6nxt0e0dj] .preview-strip {
    display: flex;
    gap: 5px;
    margin-top: 5px;
}

[b-z6nxt0e0dj] .mini-preview {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 3px;
    border: 1px solid #eee;
}

[b-z6nxt0e0dj] .btn-primary {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    white-space: nowrap;
    transition: background-color 0.2s;
}

    [b-z6nxt0e0dj] .btn-primary:hover {
        background-color: #333;
    }

    [b-z6nxt0e0dj] .btn-primary:disabled {
        opacity: 0.7;
        cursor: not-allowed;
    }

[b-z6nxt0e0dj] .btn-link {
    background: none;
    border: none;
    color: #555;
    cursor: pointer;
    text-decoration: underline;
    font-size: 0.9rem;
    padding: 0 5px;
}

    [b-z6nxt0e0dj] .btn-link:hover {
        color: #000;
    }

    [b-z6nxt0e0dj] .btn-link.danger {
        color: #dc3545;
    }

        [b-z6nxt0e0dj] .btn-link.danger:hover {
            color: #bd2130;
        }

[b-z6nxt0e0dj] .btn-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
    transition: opacity 0.2s;
}

    [b-z6nxt0e0dj] .btn-icon:hover {
        opacity: 0.8;
    }

    [b-z6nxt0e0dj] .btn-icon.save {
        background: #d4edda;
        color: #155724;
    }

    [b-z6nxt0e0dj] .btn-icon.cancel {
        background: #f8d7da;
        color: #721c24;
    }

[b-z6nxt0e0dj] .table-responsive {
    overflow-x: auto;
    width: 100%;
}

[b-z6nxt0e0dj] .clean-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}

    [b-z6nxt0e0dj] .clean-table th {
        text-align: left;
        padding: 1rem 0.5rem;
        border-bottom: 2px solid #eee;
        color: #888;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 0.8rem;
        letter-spacing: 0.5px;
    }

    [b-z6nxt0e0dj] .clean-table td {
        padding: 1rem 0.5rem;
        border-bottom: 1px solid #f5f5f5;
        vertical-align: top;
    }

    [b-z6nxt0e0dj] .clean-table tr:hover td {
        background-color: #fafafa;
    }

    [b-z6nxt0e0dj] .clean-table .actions-cell {
        text-align: right;
        white-space: nowrap;
    }

[b-z6nxt0e0dj] .truncate-text {
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
}

[b-z6nxt0e0dj] .image-stack {
    display: flex;
    gap: 4px;
    align-items: center;
}

[b-z6nxt0e0dj] .table-thumb {
    width: 36px;
    height: 36px;
    border-radius: 4px;
    object-fit: cover;
    background: #f0f0f0;
    border: 1px solid #eee;
}

[b-z6nxt0e0dj] .more-count {
    font-size: 12px;
    color: #888;
}

[b-z6nxt0e0dj] .pagination-clean {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
}

    [b-z6nxt0e0dj] .pagination-clean button {
        background: none;
        border: 1px solid #ddd;
        padding: 0.4rem 1rem;
        border-radius: 4px;
        cursor: pointer;
        transition: background-color 0.2s;
    }

        [b-z6nxt0e0dj] .pagination-clean button:hover:not(:disabled) {
            background-color: #f5f5f5;
        }

        [b-z6nxt0e0dj] .pagination-clean button:disabled {
            border-color: #eee;
            color: #ccc;
            cursor: not-allowed;
        }

    [b-z6nxt0e0dj] .pagination-clean span {
        font-size: 0.9rem;
        color: #666;
        font-weight: 500;
    }

@media (max-width: 900px) {
    [b-z6nxt0e0dj] .clean-form .form-grid {
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }

    [b-z6nxt0e0dj] .btn-primary {
        width: 100%;
    }

    [b-z6nxt0e0dj] .clean-table th,
    [b-z6nxt0e0dj] .clean-table td {
        padding: 0.8rem 0.4rem;
    }

    [b-z6nxt0e0dj] .truncate-text {
        max-width: 150px;
    }
}

[b-z6nxt0e0dj] .clean-form .form-grid.products-grid {
    grid-template-columns: 1.5fr 2fr 1.5fr auto;
}

@media (max-width: 1100px) {
    [b-z6nxt0e0dj] .clean-form .form-grid.products-grid {
        grid-template-columns: 1fr;
    }
}

[b-z6nxt0e0dj] .checkbox-label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 0.9rem;
    color: #333;
    padding: 5px 0;
}

    [b-z6nxt0e0dj] .checkbox-label input[type="checkbox"] {
        width: 16px;
        height: 16px;
        accent-color: #6fbd84;
    }

[b-z6nxt0e0dj] .status-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

    [b-z6nxt0e0dj] .status-dot.active {
        background-color: #28a745;
        box-shadow: 0 0 3px rgba(40, 167, 69, 0.5);
    }

    [b-z6nxt0e0dj] .status-dot.inactive {
        background-color: #dc3545;
        opacity: 0.5;
    }

[b-z6nxt0e0dj] .btn-pill {
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 4px 12px;
    font-size: 0.8rem;
    color: #555;
    cursor: pointer;
    transition: all 0.2s;
    font-weight: 500;
}

    [b-z6nxt0e0dj] .btn-pill:hover {
        background-color: #e2e6ea;
        border-color: #adb5bd;
        color: #333;
    }
/* /Components/Pages/Main/ProductsManagement/ManagePropertys.razor.rz.scp.css */
[b-pmy1slnqop] .page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

    [b-pmy1slnqop] .page-header h3 {
        margin: 0;
        font-weight: 700;
        color: #333;
    }

[b-pmy1slnqop] .divider {
    border: 0;
    border-top: 1px solid #eee;
    margin: 2rem 0;
}

[b-pmy1slnqop] .add-section {
    margin-bottom: 1.5rem;
}

    [b-pmy1slnqop] .add-section h4 {
        font-size: 1.1rem;
        margin-bottom: 1rem;
        color: #555;
    }

[b-pmy1slnqop] .clean-form .form-grid {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr auto;
    gap: 1rem;
    align-items: start;
}

[b-pmy1slnqop] .clean-input {
    width: 100%;
    padding: 0.6rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    font-size: 0.95rem;
    transition: border-color 0.2s;
}

    [b-pmy1slnqop] .clean-input:focus {
        border-color: #6fbd84;
        outline: none;
    }

    [b-pmy1slnqop] .clean-input.dense {
        padding: 0.4rem;
        font-size: 0.9rem;
    }

[b-pmy1slnqop] textarea.clean-input {
    resize: vertical;
    min-height: 42px;
    height: 42px;
    font-family: inherit;
}

[b-pmy1slnqop] .preview-strip {
    display: flex;
    gap: 5px;
    margin-top: 5px;
}

[b-pmy1slnqop] .mini-preview {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 3px;
    border: 1px solid #eee;
}

[b-pmy1slnqop] .btn-primary {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    white-space: nowrap;
    transition: background-color 0.2s;
}

    [b-pmy1slnqop] .btn-primary:hover {
        background-color: #333;
    }

    [b-pmy1slnqop] .btn-primary:disabled {
        opacity: 0.7;
        cursor: not-allowed;
    }

[b-pmy1slnqop] .btn-link {
    background: none;
    border: none;
    color: #555;
    cursor: pointer;
    text-decoration: underline;
    font-size: 0.9rem;
    padding: 0 5px;
}

    [b-pmy1slnqop] .btn-link:hover {
        color: #000;
    }

    [b-pmy1slnqop] .btn-link.danger {
        color: #dc3545;
    }

        [b-pmy1slnqop] .btn-link.danger:hover {
            color: #bd2130;
        }

[b-pmy1slnqop] .btn-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
    transition: opacity 0.2s;
}

    [b-pmy1slnqop] .btn-icon:hover {
        opacity: 0.8;
    }

    [b-pmy1slnqop] .btn-icon.save {
        background: #d4edda;
        color: #155724;
    }

    [b-pmy1slnqop] .btn-icon.cancel {
        background: #f8d7da;
        color: #721c24;
    }

[b-pmy1slnqop] .table-responsive {
    overflow-x: auto;
    width: 100%;
}

[b-pmy1slnqop] .clean-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}

    [b-pmy1slnqop] .clean-table th {
        text-align: left;
        padding: 1rem 0.5rem;
        border-bottom: 2px solid #eee;
        color: #888;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 0.8rem;
        letter-spacing: 0.5px;
    }

    [b-pmy1slnqop] .clean-table td {
        padding: 1rem 0.5rem;
        border-bottom: 1px solid #f5f5f5;
        vertical-align: top;
    }

    [b-pmy1slnqop] .clean-table tr:hover td {
        background-color: #fafafa;
    }

    [b-pmy1slnqop] .clean-table .actions-cell {
        text-align: right;
        white-space: nowrap;
    }

[b-pmy1slnqop] .truncate-text {
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
}

[b-pmy1slnqop] .image-stack {
    display: flex;
    gap: 4px;
    align-items: center;
}

[b-pmy1slnqop] .table-thumb {
    width: 36px;
    height: 36px;
    border-radius: 4px;
    object-fit: cover;
    background: #f0f0f0;
    border: 1px solid #eee;
}

[b-pmy1slnqop] .more-count {
    font-size: 12px;
    color: #888;
}

[b-pmy1slnqop] .pagination-clean {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
}

    [b-pmy1slnqop] .pagination-clean button {
        background: none;
        border: 1px solid #ddd;
        padding: 0.4rem 1rem;
        border-radius: 4px;
        cursor: pointer;
        transition: background-color 0.2s;
    }

        [b-pmy1slnqop] .pagination-clean button:hover:not(:disabled) {
            background-color: #f5f5f5;
        }

        [b-pmy1slnqop] .pagination-clean button:disabled {
            border-color: #eee;
            color: #ccc;
            cursor: not-allowed;
        }

    [b-pmy1slnqop] .pagination-clean span {
        font-size: 0.9rem;
        color: #666;
        font-weight: 500;
    }

@media (max-width: 900px) {
    [b-pmy1slnqop] .clean-form .form-grid {
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }

    [b-pmy1slnqop] .btn-primary {
        width: 100%;
    }

    [b-pmy1slnqop] .clean-table th,
    [b-pmy1slnqop] .clean-table td {
        padding: 0.8rem 0.4rem;
    }

    [b-pmy1slnqop] .truncate-text {
        max-width: 150px;
    }
}

[b-pmy1slnqop] .input-with-button {
    display: flex;
    gap: 10px;
    max-width: 600px;
}

@media (max-width: 600px) {
    [b-pmy1slnqop] .input-with-button {
        flex-direction: column;
    }

        [b-pmy1slnqop] .input-with-button button {
            width: 100%;
        }
}
/* /Components/Pages/Main/ProductsManagement/ManageShipping.razor.rz.scp.css */
[b-ni850o1cgx] .page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

    [b-ni850o1cgx] .page-header h3 {
        margin: 0;
        font-weight: 700;
        color: #333;
    }

[b-ni850o1cgx] .divider {
    border: 0;
    border-top: 1px solid #eee;
    margin: 2rem 0;
}

[b-ni850o1cgx] .add-section {
    margin-bottom: 1.5rem;
}

    [b-ni850o1cgx] .add-section h4 {
        font-size: 1.1rem;
        margin-bottom: 1rem;
        color: #555;
    }

[b-ni850o1cgx] .clean-form .form-grid {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr auto;
    gap: 1rem;
    align-items: start;
}

[b-ni850o1cgx] .clean-input {
    width: 100%;
    padding: 0.6rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    font-size: 0.95rem;
    transition: border-color 0.2s;
}

    [b-ni850o1cgx] .clean-input:focus {
        border-color: #6fbd84;
        outline: none;
    }

    [b-ni850o1cgx] .clean-input.dense {
        padding: 0.4rem;
        font-size: 0.9rem;
    }

[b-ni850o1cgx] textarea.clean-input {
    resize: vertical;
    min-height: 42px;
    height: 42px;
    font-family: inherit;
}

[b-ni850o1cgx] .preview-strip {
    display: flex;
    gap: 5px;
    margin-top: 5px;
}

[b-ni850o1cgx] .mini-preview {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 3px;
    border: 1px solid #eee;
}

[b-ni850o1cgx] .btn-primary {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    white-space: nowrap;
    transition: background-color 0.2s;
}

    [b-ni850o1cgx] .btn-primary:hover {
        background-color: #333;
    }

    [b-ni850o1cgx] .btn-primary:disabled {
        opacity: 0.7;
        cursor: not-allowed;
    }

[b-ni850o1cgx] .btn-link {
    background: none;
    border: none;
    color: #555;
    cursor: pointer;
    text-decoration: underline;
    font-size: 0.9rem;
    padding: 0 5px;
}

    [b-ni850o1cgx] .btn-link:hover {
        color: #000;
    }

    [b-ni850o1cgx] .btn-link.danger {
        color: #dc3545;
    }

        [b-ni850o1cgx] .btn-link.danger:hover {
            color: #bd2130;
        }

[b-ni850o1cgx] .btn-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
    transition: opacity 0.2s;
}

    [b-ni850o1cgx] .btn-icon:hover {
        opacity: 0.8;
    }

    [b-ni850o1cgx] .btn-icon.save {
        background: #d4edda;
        color: #155724;
    }

    [b-ni850o1cgx] .btn-icon.cancel {
        background: #f8d7da;
        color: #721c24;
    }

[b-ni850o1cgx] .table-responsive {
    overflow-x: auto;
    width: 100%;
}

[b-ni850o1cgx] .clean-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}

    [b-ni850o1cgx] .clean-table th {
        text-align: left;
        padding: 1rem 0.5rem;
        border-bottom: 2px solid #eee;
        color: #888;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 0.8rem;
        letter-spacing: 0.5px;
    }

    [b-ni850o1cgx] .clean-table td {
        padding: 1rem 0.5rem;
        border-bottom: 1px solid #f5f5f5;
        vertical-align: top;
    }

    [b-ni850o1cgx] .clean-table tr:hover td {
        background-color: #fafafa;
    }

    [b-ni850o1cgx] .clean-table .actions-cell {
        text-align: right;
        white-space: nowrap;
    }

[b-ni850o1cgx] .truncate-text {
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
}

[b-ni850o1cgx] .image-stack {
    display: flex;
    gap: 4px;
    align-items: center;
}

[b-ni850o1cgx] .table-thumb {
    width: 36px;
    height: 36px;
    border-radius: 4px;
    object-fit: cover;
    background: #f0f0f0;
    border: 1px solid #eee;
}

[b-ni850o1cgx] .more-count {
    font-size: 12px;
    color: #888;
}

[b-ni850o1cgx] .pagination-clean {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
}

    [b-ni850o1cgx] .pagination-clean button {
        background: none;
        border: 1px solid #ddd;
        padding: 0.4rem 1rem;
        border-radius: 4px;
        cursor: pointer;
        transition: background-color 0.2s;
    }

        [b-ni850o1cgx] .pagination-clean button:hover:not(:disabled) {
            background-color: #f5f5f5;
        }

        [b-ni850o1cgx] .pagination-clean button:disabled {
            border-color: #eee;
            color: #ccc;
            cursor: not-allowed;
        }

    [b-ni850o1cgx] .pagination-clean span {
        font-size: 0.9rem;
        color: #666;
        font-weight: 500;
    }

@media (max-width: 900px) {
    [b-ni850o1cgx] .clean-form .form-grid {
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }

    [b-ni850o1cgx] .btn-primary {
        width: 100%;
    }

    [b-ni850o1cgx] .clean-table th,
    [b-ni850o1cgx] .clean-table td {
        padding: 0.8rem 0.4rem;
    }

    [b-ni850o1cgx] .truncate-text {
        max-width: 150px;
    }
}

[b-ni850o1cgx] .settings-grid {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 900px;
}

[b-ni850o1cgx] .settings-section {
    border-bottom: 1px solid #eee;
    padding-bottom: 2rem;
}

    [b-ni850o1cgx] .settings-section:last-child {
        border-bottom: none;
    }

[b-ni850o1cgx] .section-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 1rem;
}

[b-ni850o1cgx] .section-content {
    padding-left: 5px;
}

[b-ni850o1cgx] .dual-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

[b-ni850o1cgx] .field-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

    [b-ni850o1cgx] .field-group label {
        font-size: 0.9rem;
        font-weight: 600;
        color: #555;
    }

[b-ni850o1cgx] .field-help {
    font-size: 0.8rem;
    color: #888;
}

[b-ni850o1cgx] .info-note {
    background-color: #f8f9fa;
    border-left: 3px solid #ddd;
    padding: 12px;
    font-size: 0.85rem;
    color: #666;
    margin-top: 10px;
    line-height: 1.5;
}

[b-ni850o1cgx] .checkbox-label.large {
    font-size: 1rem;
    padding: 10px 0;
}

[b-ni850o1cgx] .alert-box {
    padding: 1rem;
    border-radius: 6px;
    margin-bottom: 1rem;
}

    [b-ni850o1cgx] .alert-box.danger {
        background-color: #fdf2f2;
        color: #9b1c1c;
        border: 1px solid #f8d7da;
    }

@media (max-width: 768px) {
    [b-ni850o1cgx] .dual-fields {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    [b-ni850o1cgx] .settings-grid {
        gap: 1.5rem;
    }
}
/* /Components/Pages/Main/ProductsManagement/ManageSubGroups.razor.rz.scp.css */
[b-oes1d27oo0] .page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

    [b-oes1d27oo0] .page-header h3 {
        margin: 0;
        font-weight: 700;
        color: #333;
    }

[b-oes1d27oo0] .divider {
    border: 0;
    border-top: 1px solid #eee;
    margin: 2rem 0;
}

[b-oes1d27oo0] .add-section {
    margin-bottom: 1.5rem;
}

    [b-oes1d27oo0] .add-section h4 {
        font-size: 1.1rem;
        margin-bottom: 1rem;
        color: #555;
    }

[b-oes1d27oo0] .clean-form .form-grid {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr auto;
    gap: 1rem;
    align-items: start;
}

[b-oes1d27oo0] .clean-input {
    width: 100%;
    padding: 0.6rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    font-size: 0.95rem;
    transition: border-color 0.2s;
}

    [b-oes1d27oo0] .clean-input:focus {
        border-color: #6fbd84;
        outline: none;
    }

    [b-oes1d27oo0] .clean-input.dense {
        padding: 0.4rem;
        font-size: 0.9rem;
    }

[b-oes1d27oo0] textarea.clean-input {
    resize: vertical;
    min-height: 42px;
    height: 42px;
    font-family: inherit;
}

[b-oes1d27oo0] .preview-strip {
    display: flex;
    gap: 5px;
    margin-top: 5px;
}

[b-oes1d27oo0] .mini-preview {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 3px;
    border: 1px solid #eee;
}

[b-oes1d27oo0] .btn-primary {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    white-space: nowrap;
    transition: background-color 0.2s;
}

    [b-oes1d27oo0] .btn-primary:hover {
        background-color: #333;
    }

    [b-oes1d27oo0] .btn-primary:disabled {
        opacity: 0.7;
        cursor: not-allowed;
    }

[b-oes1d27oo0] .btn-link {
    background: none;
    border: none;
    color: #555;
    cursor: pointer;
    text-decoration: underline;
    font-size: 0.9rem;
    padding: 0 5px;
}

    [b-oes1d27oo0] .btn-link:hover {
        color: #000;
    }

    [b-oes1d27oo0] .btn-link.danger {
        color: #dc3545;
    }

        [b-oes1d27oo0] .btn-link.danger:hover {
            color: #bd2130;
        }

[b-oes1d27oo0] .btn-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
    transition: opacity 0.2s;
}

    [b-oes1d27oo0] .btn-icon:hover {
        opacity: 0.8;
    }

    [b-oes1d27oo0] .btn-icon.save {
        background: #d4edda;
        color: #155724;
    }

    [b-oes1d27oo0] .btn-icon.cancel {
        background: #f8d7da;
        color: #721c24;
    }

[b-oes1d27oo0] .table-responsive {
    overflow-x: auto;
    width: 100%;
}

[b-oes1d27oo0] .clean-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}

    [b-oes1d27oo0] .clean-table th {
        text-align: left;
        padding: 1rem 0.5rem;
        border-bottom: 2px solid #eee;
        color: #888;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 0.8rem;
        letter-spacing: 0.5px;
    }

    [b-oes1d27oo0] .clean-table td {
        padding: 1rem 0.5rem;
        border-bottom: 1px solid #f5f5f5;
        vertical-align: top;
    }

    [b-oes1d27oo0] .clean-table tr:hover td {
        background-color: #fafafa;
    }

    [b-oes1d27oo0] .clean-table .actions-cell {
        text-align: right;
        white-space: nowrap;
    }

[b-oes1d27oo0] .truncate-text {
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
}

[b-oes1d27oo0] .image-stack {
    display: flex;
    gap: 4px;
    align-items: center;
}

[b-oes1d27oo0] .table-thumb {
    width: 36px;
    height: 36px;
    border-radius: 4px;
    object-fit: cover;
    background: #f0f0f0;
    border: 1px solid #eee;
}

[b-oes1d27oo0] .more-count {
    font-size: 12px;
    color: #888;
}

[b-oes1d27oo0] .pagination-clean {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
}

    [b-oes1d27oo0] .pagination-clean button {
        background: none;
        border: 1px solid #ddd;
        padding: 0.4rem 1rem;
        border-radius: 4px;
        cursor: pointer;
        transition: background-color 0.2s;
    }

        [b-oes1d27oo0] .pagination-clean button:hover:not(:disabled) {
            background-color: #f5f5f5;
        }

        [b-oes1d27oo0] .pagination-clean button:disabled {
            border-color: #eee;
            color: #ccc;
            cursor: not-allowed;
        }

    [b-oes1d27oo0] .pagination-clean span {
        font-size: 0.9rem;
        color: #666;
        font-weight: 500;
    }

@media (max-width: 900px) {
    [b-oes1d27oo0] .clean-form .form-grid {
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }

    [b-oes1d27oo0] .btn-primary {
        width: 100%;
    }

    [b-oes1d27oo0] .clean-table th,
    [b-oes1d27oo0] .clean-table td {
        padding: 0.8rem 0.4rem;
    }

    [b-oes1d27oo0] .truncate-text {
        max-width: 150px;
    }
}

[b-oes1d27oo0] .badge {
    display: inline-block;
    padding: 0.25em 0.6em;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    color: #fff;
    background-color: #6c757d;
}
/* /Components/Pages/Main/Shared/CultureSwitcher.razor.rz.scp.css */
.LanguageSelector[b-bdud488nk0] {
    display: inline-block;
    margin: 5px;
}


    .LanguageSelector .FormSelect[b-bdud488nk0] {
        width: auto;
        max-width: 150px;
        min-width: 100px;
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 4px 8px;
        line-height: 1.2;
        font-size: 0.9rem;
        font-family: Arial, sans-serif;
        color: #333;
        background-color: #fff;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        .LanguageSelector .FormSelect:focus[b-bdud488nk0] {
            border-color: #007bff;
            box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.25);
            outline: none;
        }

        .LanguageSelector .FormSelect:hover[b-bdud488nk0] {
            border-color: #999;
        }
/* /Components/Pages/Main/Shared/HeaderSearchBar.razor.rz.scp.css */
.animated-search[b-gzc39zhrf1] {
    position: relative;
    width: 300px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.animated-search__input[b-gzc39zhrf1] {
    width: 44px;
    height: 44px;
    border: 1px solid transparent;
    outline: none;
    border-radius: 22px;
    padding: 0 20px;
    font-size: 16px;
    color: #333;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    position: absolute;
    right: 0;
    z-index: 5;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
}

.animated-search__button[b-gzc39zhrf1] {
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 22px;
    display: grid;
    place-items: center;
    position: absolute;
    right: 0;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    padding: 0;
}


    .animated-search__button:hover[b-gzc39zhrf1] {
        background-color: #f9f9f9;
    }

        .animated-search__button:hover .animated-search__icon[b-gzc39zhrf1] {
            stroke: #000;
        }

.animated-search__icon[b-gzc39zhrf1] {
    width: 20px;
    height: 20px;
    stroke: #333;
    transition: stroke 0.3s ease;
}

.animated-search__input:focus[b-gzc39zhrf1],
.animated-search__input:valid[b-gzc39zhrf1] {
    width: 300px;
    opacity: 1;
    z-index: 10;
    cursor: text;
    border-color: #ddd;
    box-shadow: 0 0 0 3px rgba(0,123,255,0.25), 0 3px 10px rgba(0, 0, 0, 0.1);
}

    .animated-search__input:focus + .animated-search__button[b-gzc39zhrf1],
    .animated-search__input:valid + .animated-search__button[b-gzc39zhrf1] {
        transform: translateX(-256px);
        background-color: transparent;
        box-shadow: none;
        z-index: 5;
    }

        .animated-search__input:focus + .animated-search__button .animated-search__icon[b-gzc39zhrf1],
        .animated-search__input:valid + .animated-search__button .animated-search__icon[b-gzc39zhrf1] {
            stroke: #888;
        }


.animated-search__input[b-gzc39zhrf1]::-webkit-search-cancel-button,
.animated-search__input[b-gzc39zhrf1]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}
/* /Components/Pages/Main/Shared/SearchBar.razor.rz.scp.css */
.search-bar[b-9ljvbfh5tz] {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 1rem;
}

.search-input[b-9ljvbfh5tz] {
    width: 300px;
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 14px;
}
/* /Components/Pages/Main/Shared/ShoppingCart.razor.rz.scp.css */
h3[b-3uw11dnab6] {
    margin-bottom: 1.5rem;
    color: #333;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 0.5rem;
    font-weight: 600;
}


button[b-3uw11dnab6] {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 5px;
    border: 1px solid #007bff;
    background-color: #ffffff;
    color: #007bff;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

    button:hover[b-3uw11dnab6] {
        background-color: #007bff;
        color: #ffffff;
    }


.btn-primary[b-3uw11dnab6] {
    background-color: #007bff;
    color: #ffffff;
    border-color: #007bff;
    min-width: 200px;
}

    .btn-primary:hover[b-3uw11dnab6] {
        background-color: #0056b3;
        border-color: #0056b3;
    }


.btn-remove[b-3uw11dnab6] {
    background: none;
    border: none;
    color: #dc3545;
    padding: 0.5rem;
    font-size: 0.9em;
    font-weight: normal;
    text-decoration: none;
    display: inline-block;
}

    .btn-remove:hover[b-3uw11dnab6] {
        color: #a71d2a;
        background: none;
        text-decoration: underline;
    }


.cart-table[b-3uw11dnab6] {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 2rem;
    font-size: 1rem;
    background-color: #fff;
}

    .cart-table thead[b-3uw11dnab6] {
        background-color: #f8f9fa;
        border-bottom: 2px solid #dee2e6;
    }

    .cart-table th[b-3uw11dnab6] {
        padding: 1rem;
        text-align: left;
        font-weight: 600;
        color: #495057;
        text-transform: uppercase;
        font-size: 0.85em;
        letter-spacing: 0.5px;
    }

    .cart-table td[b-3uw11dnab6] {
        padding: 1rem;
        vertical-align: middle;
        border-bottom: 1px solid #dee2e6;
        color: #333;
    }

        .cart-table td strong[b-3uw11dnab6] {
            font-size: 1.1em;
            color: #212529;
        }

        .cart-table td small[b-3uw11dnab6] {
            color: #6c757d;
            font-size: 0.9em;
        }

    .cart-table input[type="number"][b-3uw11dnab6] {
        width: 70px;
        padding: 0.5rem;
        border: 1px solid #ced4da;
        border-radius: 4px;
        text-align: center;
        font-size: 1rem;
    }

    .cart-table th:nth-child(2)[b-3uw11dnab6],
    .cart-table td:nth-child(2)[b-3uw11dnab6],
    .cart-table th:nth-child(4)[b-3uw11dnab6],
    .cart-table td:nth-child(4)[b-3uw11dnab6] {
        text-align: right;
    }

    .cart-table tfoot td[b-3uw11dnab6] {
        padding: 0.5rem 1rem;
        text-align: right;
        border-top: 1px solid #dee2e6;
        color: #555;
    }

    .cart-table tfoot tr:first-child td[b-3uw11dnab6] {
        padding-top: 1rem;
    }

    .cart-table tfoot tr.vat-row td[b-3uw11dnab6] {
        border-top: none;
        padding-top: 0;
        padding-bottom: 0.5rem;
        font-size: 0.9rem;
        color: #888;
        font-style: italic;
    }

    .cart-table tfoot tr.grand-total-row td[b-3uw11dnab6] {
        border-top: 2px solid #333;
        font-size: 1.25rem;
        font-weight: 700;
        color: #000;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }


.cart-actions[b-3uw11dnab6] {
    margin-top: 1.5rem;
    text-align: right;
}


@media (max-width: 768px) {
    .cart-table[b-3uw11dnab6],
    .cart-table tbody[b-3uw11dnab6],
    .cart-table tr[b-3uw11dnab6],
    .cart-table td[b-3uw11dnab6] {
        display: block;
        width: 100%;
    }

        .cart-table thead[b-3uw11dnab6] {
            display: none;
        }

        .cart-table tbody tr[b-3uw11dnab6] {
            margin-bottom: 1.5rem;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.05);
            background: #fff;
            overflow: hidden;
        }

        .cart-table tbody td[b-3uw11dnab6] {
            text-align: right; 
            padding: 0.75rem 1rem;
            border-bottom: 1px solid #f0f0f0;
            position: relative;
            display: flex;
            justify-content: space-between; 
            align-items: center;
        }

            .cart-table tbody td:last-child[b-3uw11dnab6] {
                border-bottom: none;
                justify-content: flex-end;
            }

            .cart-table tbody td[b-3uw11dnab6]::before {
                content: attr(data-label);
                font-weight: 600;
                color: #555;
                text-align: left;
                margin-right: 1rem;
            }

            .cart-table tbody td[data-label="Product"][b-3uw11dnab6] {
                flex-direction: column;
                align-items: flex-start;
                text-align: left;
                background-color: #f9f9f9;
            }

                .cart-table tbody td[data-label="Product"][b-3uw11dnab6]::before {
                    display: none; 
                }

        .cart-table input[type="number"][b-3uw11dnab6] {
            max-width: 80px;
        }

        .cart-table tfoot[b-3uw11dnab6] {
            display: block;
        }

            .cart-table tfoot tr[b-3uw11dnab6] {
                display: flex;
                flex-wrap: wrap;
                justify-content: flex-end;
                padding: 0.5rem 0;
            }

            .cart-table tfoot td[b-3uw11dnab6] {
                display: block;
                width: auto;
                border: none;
                text-align: right;
                padding: 0.25rem 0;
            }

                .cart-table tfoot td:last-child[b-3uw11dnab6] {
                    display: none;
                }

    .total-label[b-3uw11dnab6], .vat-label[b-3uw11dnab6] {
        margin-right: 1rem;
    }

    .cart-table tfoot tr.grand-total-row[b-3uw11dnab6] {
        border-top: 2px solid #333;
        margin-top: 0.5rem;
        padding-top: 0.5rem;
    }

        .cart-table tfoot tr.grand-total-row td[b-3uw11dnab6] {
            border: none;
        }

    .cart-actions .btn-primary[b-3uw11dnab6] {
        width: 100%;
        padding: 1rem;
    }
}

.Authenticated-as-company[b-3uw11dnab6] {
    background-color: #bfd9c5;
    color: #155724;
    padding: 10px 15px;
    border: 1px solid lightgreen;
    border-radius: 5px; 
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.close-btn[b-3uw11dnab6] {
    background: transparent;
    border: none;
    color: #155724;
    font-weight: bold;
    font-size: 1.1rem;
    cursor: pointer;
    padding: 0 5px;
    line-height: 1;
}

    .close-btn:hover[b-3uw11dnab6] {
        color: #0c3315; 
        transform: scale(1.1); 
    }
/* /Components/Pages/Main/Shared/SideCart.razor.rz.scp.css */
.floating-cart-btn[b-6mhyoe041v] {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background-color: black;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    cursor: pointer;
    z-index: 1000;
    transition: transform 0.2s, background-color 0.2s;
    border: none;
}

    .floating-cart-btn:hover[b-6mhyoe041v] {
        transform: scale(1.1);
        background-color: #1f1e1d;
    }

.floating-cart-icon[b-6mhyoe041v] {
    font-size: 24px;
}

.cart-badge[b-6mhyoe041v] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #dc3545;
    color: white;
    border-radius: 50%;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: bold;
    border: 2px solid white;
}

.side-cart-overlay[b-6mhyoe041v] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    backdrop-filter: blur(2px);
}

    .side-cart-overlay.open[b-6mhyoe041v] {
        opacity: 1;
        visibility: visible;
    }

.side-cart-drawer[b-6mhyoe041v] {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 500px;
    background: white;
    z-index: 1050;
    box-shadow: -5px 0 15px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

    .side-cart-drawer.open[b-6mhyoe041v] {
        transform: translateX(0);
    }

.side-cart-header[b-6mhyoe041v], .side-cart-body[b-6mhyoe041v], .side-cart-footer[b-6mhyoe041v], .side-cart-item[b-6mhyoe041v], .btn-block[b-6mhyoe041v] {
    box-sizing: border-box;
}

.side-cart-header[b-6mhyoe041v] {
    padding: 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f8f9fa;
    min-height: 60px;
}

.close-drawer-btn[b-6mhyoe041v] {
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #333;
    padding: 10px;
    line-height: 1;
}

.side-cart-body[b-6mhyoe041v] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 20px;
}

.side-cart-item[b-6mhyoe041v] {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;
    width: 100%;
    position: relative;
    align-items: flex-start;
}

.item-image[b-6mhyoe041v] {
    width: 85px;
    height: 85px;
    object-fit: cover;
    border-radius: 4px;
    background-color: #eee;
    flex-shrink: 0;
}

.item-details[b-6mhyoe041v] {
    flex: 1;
    min-width: 0;
}

.item-name[b-6mhyoe041v] {
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
    color: #333;
    text-decoration: none;
    white-space: normal;
    line-height: 1.2;
    word-break: break-word;
}

.item-variant[b-6mhyoe041v] {
    font-size: 0.9rem;
    color: #777;
    margin-bottom: 8px;
}

.item-price-row[b-6mhyoe041v] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}

.item-price-val[b-6mhyoe041v] {
    font-weight: bold;
}

.qty-control[b-6mhyoe041v] {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.qty-btn[b-6mhyoe041v] {
    background: #f8f9fa;
    border: none;
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.qty-val[b-6mhyoe041v] {
    padding: 0 10px;
    font-size: 1rem;
    min-width: 30px;
    text-align: center;
}

.remove-item-btn[b-6mhyoe041v] {
    background: none;
    border: none;
    color: #dc3545;
    cursor: pointer;
    align-self: flex-start;
    padding: 0;
    font-size: 1.2rem;
    margin-left: 10px;
    flex-shrink: 0;
}

.side-cart-footer[b-6mhyoe041v] {
    padding: 20px;
    border-top: 1px solid #eee;
    background-color: white;
}

.cart-subtotal[b-6mhyoe041v] {
    display: flex;
    justify-content: space-between;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.btn-block[b-6mhyoe041v] {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    font-size: 1.05rem;
}

.btn-checkout[b-6mhyoe041v] {
    background-color: black;
    color: white;
    border: none;
}

    .btn-checkout:hover[b-6mhyoe041v] {
        background-color: #1f1e1d;
    }

.btn-view-cart[b-6mhyoe041v] {
    background-color: #f8f9fa;
    color: #333;
    border: 1px solid #ddd;
}

    .btn-view-cart:hover[b-6mhyoe041v] {
        background-color: #e2e6ea;
    }

.shop-btn[b-6mhyoe041v] {
    background-color: black;
    border-radius: 10px;
    padding: 1rem;
    color: white;
    border: none;
    cursor: pointer;
}

    .shop-btn:hover[b-6mhyoe041v] {
        background-color: #1f1e1d;
    }

@media (max-width: 768px) {
    .floating-cart-btn[b-6mhyoe041v] {
        right: 20px;
        bottom: 20px;
        width: 55px;
        height: 55px;
    }

    .side-cart-drawer[b-6mhyoe041v] {
        top: 0;
        bottom: 0;
        right: 0;
        width: 100% !important;
        max-width: 400px;
        transform: translateX(100%);
    }

        .side-cart-drawer.open[b-6mhyoe041v] {
            transform: translateX(0);
        }

    .side-cart-header[b-6mhyoe041v] {
        flex-direction: row;
    }

    .side-cart-item[b-6mhyoe041v] {
        flex-direction: column;
        align-items: center;
        padding-top: 25px;
        padding-right: 0;
        position: relative;
    }

    .item-details[b-6mhyoe041v] {
        display: contents;
    }

    .item-name[b-6mhyoe041v] {
        order: 1;
        text-align: center;
        width: 100%;
        margin-bottom: 5px;
        padding: 0 15px;
    }

    .item-variant[b-6mhyoe041v] {
        order: 2;
        text-align: center;
        width: 100%;
        margin-bottom: 15px;
    }

    .item-image[b-6mhyoe041v] {
        order: 3;
        width: 120px;
        height: 120px;
        margin: 0 auto 15px auto;
    }

    .item-price-row[b-6mhyoe041v] {
        order: 4;
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        margin-top: 0;
    }

    .item-price-val[b-6mhyoe041v] {
        font-size: 1.2rem;
    }

    .qty-control[b-6mhyoe041v] {
        margin: 0;
    }

    .remove-item-btn[b-6mhyoe041v] {
        position: absolute;
        top: 0;
        right: 0;
        padding: 10px;
        font-size: 1.5rem;
        margin: 0;
        z-index: 2;
    }
}
/* /Components/Pages/Main/WebShop/About.razor.rz.scp.css */
[b-0i67tnb4ht] .page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

    [b-0i67tnb4ht] .page-header h3 {
        margin: 0;
        font-weight: 700;
        color: #333;
    }

[b-0i67tnb4ht] .divider {
    border: 0;
    border-top: 1px solid #eee;
    margin: 2rem 0;
}

[b-0i67tnb4ht] .add-section {
    margin-bottom: 1.5rem;
}

    [b-0i67tnb4ht] .add-section h4 {
        font-size: 1.1rem;
        margin-bottom: 1rem;
        color: #555;
    }

[b-0i67tnb4ht] .clean-form .form-grid {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr auto;
    gap: 1rem;
    align-items: start;
}

[b-0i67tnb4ht] .clean-input {
    width: 100%;
    padding: 0.6rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    font-size: 0.95rem;
    transition: border-color 0.2s;
}

    [b-0i67tnb4ht] .clean-input:focus {
        border-color: #6fbd84;
        outline: none;
    }

    [b-0i67tnb4ht] .clean-input.dense {
        padding: 0.4rem;
        font-size: 0.9rem;
    }

[b-0i67tnb4ht] textarea.clean-input {
    resize: vertical;
    min-height: 42px;
    height: 42px;
    font-family: inherit;
}

[b-0i67tnb4ht] .preview-strip {
    display: flex;
    gap: 5px;
    margin-top: 5px;
}

[b-0i67tnb4ht] .mini-preview {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 3px;
    border: 1px solid #eee;
}

[b-0i67tnb4ht] .btn-primary {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    white-space: nowrap;
    transition: background-color 0.2s;
}

    [b-0i67tnb4ht] .btn-primary:hover {
        background-color: #333;
    }

    [b-0i67tnb4ht] .btn-primary:disabled {
        opacity: 0.7;
        cursor: not-allowed;
    }

[b-0i67tnb4ht] .btn-link {
    background: none;
    border: none;
    color: #555;
    cursor: pointer;
    text-decoration: underline;
    font-size: 0.9rem;
    padding: 0 5px;
}

    [b-0i67tnb4ht] .btn-link:hover {
        color: #000;
    }

    [b-0i67tnb4ht] .btn-link.danger {
        color: #dc3545;
    }

        [b-0i67tnb4ht] .btn-link.danger:hover {
            color: #bd2130;
        }

[b-0i67tnb4ht] .btn-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
    transition: opacity 0.2s;
}

    [b-0i67tnb4ht] .btn-icon:hover {
        opacity: 0.8;
    }

    [b-0i67tnb4ht] .btn-icon.save {
        background: #d4edda;
        color: #155724;
    }

    [b-0i67tnb4ht] .btn-icon.cancel {
        background: #f8d7da;
        color: #721c24;
    }

[b-0i67tnb4ht] .table-responsive {
    overflow-x: auto;
    width: 100%;
}

[b-0i67tnb4ht] .clean-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}

    [b-0i67tnb4ht] .clean-table th {
        text-align: left;
        padding: 1rem 0.5rem;
        border-bottom: 2px solid #eee;
        color: #888;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 0.8rem;
        letter-spacing: 0.5px;
    }

    [b-0i67tnb4ht] .clean-table td {
        padding: 1rem 0.5rem;
        border-bottom: 1px solid #f5f5f5;
        vertical-align: top;
    }

    [b-0i67tnb4ht] .clean-table tr:hover td {
        background-color: #fafafa;
    }

    [b-0i67tnb4ht] .clean-table .actions-cell {
        text-align: right;
        white-space: nowrap;
    }

[b-0i67tnb4ht] .truncate-text {
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
}

[b-0i67tnb4ht] .image-stack {
    display: flex;
    gap: 4px;
    align-items: center;
}

[b-0i67tnb4ht] .table-thumb {
    width: 36px;
    height: 36px;
    border-radius: 4px;
    object-fit: cover;
    background: #f0f0f0;
    border: 1px solid #eee;
}

[b-0i67tnb4ht] .more-count {
    font-size: 12px;
    color: #888;
}

[b-0i67tnb4ht] .pagination-clean {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
}

    [b-0i67tnb4ht] .pagination-clean button {
        background: none;
        border: 1px solid #ddd;
        padding: 0.4rem 1rem;
        border-radius: 4px;
        cursor: pointer;
        transition: background-color 0.2s;
    }

        [b-0i67tnb4ht] .pagination-clean button:hover:not(:disabled) {
            background-color: #f5f5f5;
        }

        [b-0i67tnb4ht] .pagination-clean button:disabled {
            border-color: #eee;
            color: #ccc;
            cursor: not-allowed;
        }

    [b-0i67tnb4ht] .pagination-clean span {
        font-size: 0.9rem;
        color: #666;
        font-weight: 500;
    }

@media (max-width: 900px) {
    [b-0i67tnb4ht] .clean-form .form-grid {
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }

    [b-0i67tnb4ht] .btn-primary {
        width: 100%;
    }

    [b-0i67tnb4ht] .clean-table th,
    [b-0i67tnb4ht] .clean-table td {
        padding: 0.8rem 0.4rem;
    }

    [b-0i67tnb4ht] .truncate-text {
        max-width: 150px;
    }
}

[b-0i67tnb4ht] .about-wrapper {
    overflow-x: hidden;
}

[b-0i67tnb4ht] .section-padding {
    padding: 80px 0;
}

[b-0i67tnb4ht] .about-hero {
    padding: 100px 0;
    background-color: var(--about-hero-bg, #f8f9fa);
    color: var(--about-hero-text, #333);
}

[b-0i67tnb4ht] .section-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--about-accent);
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #dee2e6;
    padding-bottom: 10px;
}

[b-0i67tnb4ht] .text-block {
    line-height: 1.8;
}

    [b-0i67tnb4ht] .text-block p {
        margin-bottom: 15px;
    }

    [b-0i67tnb4ht] .text-block ul {
        list-style-type: disc;
        margin-left: 25px;
        margin-bottom: 20px;
    }

    [b-0i67tnb4ht] .text-block li {
        margin-bottom: 8px;
    }

[b-0i67tnb4ht] .img-styled {
    width: 100%;
    border-radius: 12px;
    transition: transform 0.3s ease;
    object-fit: cover;
}

    [b-0i67tnb4ht] .img-styled:hover {
        transform: scale(1.02);
    }

[b-0i67tnb4ht] .timeline-wrapper {
    border-left: 3px solid var(--about-accent);
    padding-left: 30px;
    margin-top: 40px;
}

[b-0i67tnb4ht] .timeline-item {
    margin-bottom: 40px;
    position: relative;
}

    [b-0i67tnb4ht] .timeline-item::before {
        content: "";
        position: absolute;
        left: -41.5px;
        top: 5px;
        width: 20px;
        height: 20px;
        background-color: var(--about-accent);
        border-radius: 50%;
        border: 4px solid var(--about-team-bg, #fff);
    }

[b-0i67tnb4ht] .year {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--about-accent);
    display: block;
    margin-bottom: 5px;
}

[b-0i67tnb4ht] .content-card {
    background-color: var(--bg-body, #fff);
    padding: 2.5rem;
    border-radius: 8px;
}

@media (max-width: 992px) {
    [b-0i67tnb4ht] .section-padding {
        padding: 50px 0;
    }

    [b-0i67tnb4ht] .text-center-mobile {
        text-align: center !important;
    }
}

@media (max-width: 768px) {
    [b-0i67tnb4ht] .section-title {
        font-size: 1.7rem;
    }

    [b-0i67tnb4ht] .about-hero {
        padding: 60px 0;
    }

    [b-0i67tnb4ht] .timeline-wrapper {
        margin-left: 15px;
    }
}
/* /Components/Pages/Main/WebShop/CheckOut.razor.rz.scp.css */
.checkout-container[b-pcxdnk4qwj] {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 1rem;
}

h3[b-pcxdnk4qwj] {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 2rem;
    font-weight: 600;
}

.checkout-layout[b-pcxdnk4qwj] {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: flex-start;
}

.checkout-form-section[b-pcxdnk4qwj] {
    flex: 2;
    min-width: 320px;
}

.checkout-summary-section[b-pcxdnk4qwj] {
    flex: 1;
    min-width: 300px;
}

.form-section[b-pcxdnk4qwj] {
    background: #ffffff;
    padding: 1.5rem;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

    .form-section h4[b-pcxdnk4qwj] {
        margin-top: 0;
        margin-bottom: 1.25rem;
        color: #0056b3;
        border-bottom: 1px solid #eee;
        padding-bottom: 0.5rem;
        font-size: 1.1rem;
        font-weight: 600;
    }

.row-split[b-pcxdnk4qwj] {
    display: flex;
    gap: 1rem;
}

    .row-split .form-group[b-pcxdnk4qwj] {
        flex: 1;
    }

.form-group[b-pcxdnk4qwj] {
    margin-bottom: 1.25rem;
}

    .form-group label[b-pcxdnk4qwj] {
        display: block;
        font-weight: 500;
        margin-bottom: 0.5rem;
        color: #495057;
        font-size: 0.95rem;
    }

.form-control[b-pcxdnk4qwj] {
    display: block;
    width: 100%;
    padding: 0.75rem;
    font-size: 1rem;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 6px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .form-control:focus[b-pcxdnk4qwj] {
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

.form-check[b-pcxdnk4qwj] {
    display: flex;
    align-items: center;
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 6px;
    margin-bottom: 1.5rem;
    border: 1px solid #e9ecef;
}

.form-check-input[b-pcxdnk4qwj] {
    margin-right: 0.75rem;
    width: 1.2em;
    height: 1.2em;
    cursor: pointer;
}

.form-check-label[b-pcxdnk4qwj] {
    margin-bottom: 0;
    cursor: pointer;
    font-weight: 500;
    color: #495057;
}

.summary-card[b-pcxdnk4qwj] {
    background: #f8f9fa;
    padding: 1.5rem;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    position: sticky;
    top: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

    .summary-card h4[b-pcxdnk4qwj] {
        margin-top: 0;
        margin-bottom: 1rem;
        color: #2c3e50;
        font-size: 1.1rem;
        font-weight: 600;
    }

.summary-items[b-pcxdnk4qwj] {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 5px;
}

.summary-item[b-pcxdnk4qwj] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.75rem;
    font-size: 0.9rem;
    color: #555;
}

.item-info[b-pcxdnk4qwj] {
    display: flex;
    gap: 5px;
}

.item-qty[b-pcxdnk4qwj] {
    font-weight: 600;
    color: #333;
}

.summary-totals[b-pcxdnk4qwj] {
    margin-top: 1rem;
}

.summary-row[b-pcxdnk4qwj] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    color: #495057;
}

    .summary-row.total[b-pcxdnk4qwj] {
        font-size: 1.25rem;
        border-top: 2px solid #333;
        padding-top: 1rem;
        margin-top: 1rem;
        color: #212529;
    }

.vat-note[b-pcxdnk4qwj] {
    text-align: right;
    color: #888;
    font-size: 0.8rem;
    margin-top: 2px;
}

.btn-primary[b-pcxdnk4qwj] {
    display: block;
    width: 100%;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    background-color: #007bff;
    border: 1px solid #007bff;
    padding: 1rem;
    font-size: 1.1rem;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

    .btn-primary:hover[b-pcxdnk4qwj] {
        background-color: #0069d9;
        border-color: #0062cc;
        transform: translateY(-1px);
    }

    .btn-primary:disabled[b-pcxdnk4qwj] {
        background-color: #6c757d;
        border-color: #6c757d;
        cursor: not-allowed;
        transform: none;
    }

.alert[b-pcxdnk4qwj] {
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-danger[b-pcxdnk4qwj] {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-warning[b-pcxdnk4qwj] {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.sm-alert[b-pcxdnk4qwj] {
    padding: 0.5rem;
    font-size: 0.85rem;
    text-align: right;
}

.text-success[b-pcxdnk4qwj] {
    color: #28a745 !important;
    font-weight: 600;
}

.submit-section-mobile[b-pcxdnk4qwj] {
    display: none;
    margin-top: 1.5rem;
}

.submit-section-desktop[b-pcxdnk4qwj] {
    margin-top: 1.5rem;
}

@media (max-width: 992px) {
    .checkout-layout[b-pcxdnk4qwj] {
        flex-direction: column;
    }

    .checkout-form-section[b-pcxdnk4qwj],
    .checkout-summary-section[b-pcxdnk4qwj] {
        width: 100%;
        flex: 1 1 100%;
    }

    .summary-card[b-pcxdnk4qwj] {
        position: static;
        order: -1;
        margin-bottom: 1.5rem;
    }

    .submit-section-desktop[b-pcxdnk4qwj] {
        display: none;
    }

    .submit-section-mobile[b-pcxdnk4qwj] {
        display: block;
    }
}
/* /Components/Pages/Main/WebShop/Contact.razor.rz.scp.css */
.contact-page-layout[b-r2cbu3u1hc] {
    display: flex;
    flex-wrap: wrap; 
    gap: 30px; 
    padding: 20px 0;
}

.contact-section[b-r2cbu3u1hc] {
    text-align:center;
    padding: 20px;
     border: 1px solid #eee; 
     border-radius: 8px; 
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05); 
}


.map-column[b-r2cbu3u1hc] {
    flex: 2;
    min-width: 300px;
}

.info-column[b-r2cbu3u1hc] {
    flex: 1; 
    min-width: 300px;
}

.google-map-embed iframe[b-r2cbu3u1hc] {
    width: 100%;
    height: 450px;
    display: block;
    border-radius: 8px;
}


@media (max-width: 900px) {
    .contact-page-layout[b-r2cbu3u1hc] {
        flex-direction: column; 
    }

    .map-column[b-r2cbu3u1hc],
    .info-column[b-r2cbu3u1hc] {
        flex: 1 1 100%; 
        max-width: 100%;
        margin-bottom: 20px;
    }
}



.section-title[b-r2cbu3u1hc] {
    color: #333;
    margin-bottom: 15px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 5px;
}

.contact-info-block[b-r2cbu3u1hc] {
    margin-bottom: 25px;
}

    .contact-info-block h3[b-r2cbu3u1hc] {
        color: #333;
        font-size: 1.2em;
        margin-top: 0;
    }

.call-to-action-div[b-r2cbu3u1hc] {
    padding: 15px;
    background-color: #f8f9fa;
    border: 1px dashed #ced4da;
    border-radius: 5px;
    text-align: center;
}

.btn-primary[b-r2cbu3u1hc] {
    display: inline-block;
    padding: 10px 20px;
    background-color: black;
    color: white;
    text-decoration: none;
    border: 1px solid white;
    transition: background-color 0.3s;
}
    .btn-primary:hover[b-r2cbu3u1hc] {
        background-color: #3d3b35;
    }

    h1[b-r2cbu3u1hc]{
        text-align:center;
    }

.openinghours[b-r2cbu3u1hc] {
    padding: 15px;
    background-color: #f8f9fa;
    border: 1px dashed #ced4da;
    border-radius: 5px;
    text-align: center;
    margin-bottom:1rem;
}
/* /Components/Pages/Main/WebShop/Home.razor.rz.scp.css */
.image-homecontainer[b-owsa3bqwa6] {
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 1rem;
}

.hero-section[b-owsa3bqwa6] {
    position: relative;
    z-index: 1;
    border-radius: 16px;
    text-align: center;
    color: #fff;
    padding: 8rem 2rem;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
}

    .hero-section img.hero-background-image[b-owsa3bqwa6],
    .hero-section picture.hero-background-image[b-owsa3bqwa6],
    .hero-section[b-owsa3bqwa6]  picture,
    .hero-section[b-owsa3bqwa6]  img.hero-background-image {
        position: absolute !important;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        z-index: -2 !important;
        display: block;
    }

.hero-overlay[b-owsa3bqwa6] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}

.hero-section[b-owsa3bqwa6]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6));
    z-index: -1;
}

.hero-content[b-owsa3bqwa6] {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

    .hero-content h1[b-owsa3bqwa6] {
        font-size: 3rem;
        font-weight: 700;
        margin-bottom: 1rem;
        line-height: 1.2;
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
    }

    .hero-content p[b-owsa3bqwa6] {
        font-size: 1.25rem;
        margin-bottom: 2.5rem;
        opacity: 0.95;
        text-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
    }

.hero-buttons[b-owsa3bqwa6] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.hero-button[b-owsa3bqwa6] {
    padding: 12px 30px;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

    .hero-button.primary[b-owsa3bqwa6] {
        background-color: #ffffff;
        color: #1a1a1a;
        border: none;
    }

        .hero-button.primary:hover[b-owsa3bqwa6] {
            background-color: #f0f0f0;
            transform: translateY(-2px);
        }

    .hero-button.secondary[b-owsa3bqwa6] {
        background-color: transparent;
        color: #ffffff;
        border: 2px solid #ffffff;
    }

        .hero-button.secondary:hover[b-owsa3bqwa6] {
            background-color: rgba(255, 255, 255, 0.15);
            transform: translateY(-2px);
        }

.shop-title[b-owsa3bqwa6] {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #333;
}

.main-groups-carousel[b-owsa3bqwa6] {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 1.5rem;
    padding: 1rem 0;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .main-groups-carousel[b-owsa3bqwa6]::-webkit-scrollbar {
        display: none;
    }

.card[b-owsa3bqwa6] {
    flex: 0 0 320px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #fff;
    scroll-snap-align: start;
}

    .card:hover[b-owsa3bqwa6] {
        transform: translateY(-5px);
        box-shadow: 0 12px 25px rgba(0,0,0,0.15);
    }

.card-link[b-owsa3bqwa6] {
    text-decoration: none;
    color: inherit;
    display: block;
}

.image-container[b-owsa3bqwa6] {
    position: relative;
    height: 220px;
    width: 100%;
    overflow: hidden;
    background-color: transparent;
}

.carousel[b-owsa3bqwa6] {
    width: 100%;
    height: 100%;
    position: relative;
}

    .carousel[b-owsa3bqwa6]  picture {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .carousel[b-owsa3bqwa6]  img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition: opacity 0.5s ease-in-out;
        background-color: transparent;
    }

        .carousel[b-owsa3bqwa6]  img.active {
            opacity: 1;
        }

.overlay[b-owsa3bqwa6] {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
    color: #fff;
    width: 90%;
    text-align: center;
    padding: 0.5rem 0;
    border-radius: 6px;
    font-size: 1.2rem;
    font-weight: 600;
    pointer-events: none;
}

.sale-banner-container[b-owsa3bqwa6] {
    margin-bottom: 2.5rem;
}

.sale-banner[b-owsa3bqwa6] {
    display: flex;
    align-items: center;
    background: #f8f8f8;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    border: 1px solid #eee;
    transition: transform 0.2s;
}

    .sale-banner:hover[b-owsa3bqwa6] {
        transform: scale(1.01);
    }

.sale-banner-image[b-owsa3bqwa6] {
    flex: 1;
    max-width: 300px;
    height: 180px;
}

    .sale-banner-image img[b-owsa3bqwa6] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.sale-banner-content[b-owsa3bqwa6] {
    flex: 2;
    padding: 1.5rem;
}

.sale-badge-large[b-owsa3bqwa6] {
    background: #D9534F;
    color: white;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 0.5rem;
}

.btn-sale[b-owsa3bqwa6] {
    display: inline-block;
    margin-top: 10px;
    font-weight: bold;
    text-decoration: underline;
}

@media (max-width: 600px) {
    .sale-banner[b-owsa3bqwa6] {
        flex-direction: column;
    }

    .sale-banner-image[b-owsa3bqwa6] {
        max-width: 100%;
        width: 100%;
    }

    .hero-content h1[b-owsa3bqwa6] {
        font-size: 2rem;
    }
}

.no-image-placeholder[b-owsa3bqwa6] {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f4f4f4;
    color: #333;
    height: 220px;
    font-size: 1.2rem;
    font-weight: bold;
}

.card-body[b-owsa3bqwa6] {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

    .card-body button[b-owsa3bqwa6] {
        align-self: flex-start;
        padding: 0.5rem 1rem;
        border: none;
        background-color: black;
        color: white;
        border-radius: 4px;
        cursor: pointer;
        font-weight: bold;
    }

.pagination[b-owsa3bqwa6] {
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

    .pagination button[b-owsa3bqwa6] {
        padding: 0.5rem 1rem;
        border: none;
        background-color: black;
        color: #fff;
        font-weight: bold;
        border-radius: 6px;
        cursor: pointer;
    }

@media (max-width: 768px) {
    .hero-section[b-owsa3bqwa6] {
        padding: 5rem 1.5rem;
    }

    .card[b-owsa3bqwa6] {
        flex: 0 0 75%;
    }
}


@keyframes scrollHint-b-owsa3bqwa6 {
    0% {
        scroll-left: 0;
    }

    20% {
        scroll-left: 80px;
    }

    50% {
        scroll-left: 0;
    }

    100% {
        scroll-left: 0;
    }
}

.shop-header[b-owsa3bqwa6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.view-toggle[b-owsa3bqwa6] {
    display: flex;
    gap: 0.5rem;
}

.btn-view[b-owsa3bqwa6] {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 8px 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    color: #666;
}

    .btn-view:hover[b-owsa3bqwa6] {
        background-color: #eee;
    }

    .btn-view.active[b-owsa3bqwa6] {
        background-color: #1a1a1a;
        color: #fff;
        border-color: #1a1a1a;
    }

.main-groups-grid[b-owsa3bqwa6] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
    padding: 1rem 0;
}

    .main-groups-grid .card[b-owsa3bqwa6] {
        flex: none;
        width: 100%;
    }

@media (max-width: 600px) {
    .shop-header[b-owsa3bqwa6] {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}
/* /Components/Pages/Main/WebShop/Login/CartIcon.razor.rz.scp.css */
[b-1q3ehb2x1o] .cart-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 8px;
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

    [b-1q3ehb2x1o] .cart-container:hover {
        transform: scale(1.1);
    }

[b-1q3ehb2x1o] .cart-icon-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    line-height: 1;
}

[b-1q3ehb2x1o] .cart-badge {
    position: absolute;
    top: -8px;
    right: -10px;
    background-color: #ff4d4d;
    color: white;
    border-radius: 50%;
    min-width: 20px;
    height: 20px;
    padding: 0 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    font-weight: 700;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}

    [b-1q3ehb2x1o] .cart-badge:empty {
        display: none;
    }
/* /Components/Pages/Main/WebShop/Login/ConfirmEmail.razor.rz.scp.css */
.confirm-container[b-7uepsqeaef] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70vh;
    padding: 20px;
    background-color: #f8f9fa;
}

.confirm-card[b-7uepsqeaef] {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 40px;
    max-width: 500px;
    width: 100%;
    text-align: center;
}

.status-icon[b-7uepsqeaef] {
    font-size: 4rem;
    margin-bottom: 20px;
}

    .status-icon.success[b-7uepsqeaef] {
        color: #28a745;
    }

    .status-icon.error[b-7uepsqeaef] {
        color: #dc3545;
    }

.spinner[b-7uepsqeaef] {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #007bff;
    border-radius: 50%;
    animation: spin-b-7uepsqeaef 1s linear infinite;
    margin: 0 auto;
}

@keyframes spin-b-7uepsqeaef {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.status-title[b-7uepsqeaef] {
    font-weight: 700;
    margin-bottom: 15px;
}

.success-text[b-7uepsqeaef] {
    color: #28a745;
}

.error-text[b-7uepsqeaef] {
    color: #dc3545;
}

.status-text[b-7uepsqeaef] {
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 30px;
}

.action-area[b-7uepsqeaef] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.btn-primary[b-7uepsqeaef] {
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.2s;
}


.btn-outline[b-7uepsqeaef] {
    border: 1px solid #dee2e6;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
}

.btn-link[b-7uepsqeaef] {
    text-decoration: none;
    font-size: 0.9rem;
}
/* /Components/Pages/Main/WebShop/Login/Login.razor.rz.scp.css */
[b-6um80a4dht] .page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

    [b-6um80a4dht] .page-header h3 {
        margin: 0;
        font-weight: 700;
        color: #333;
    }

[b-6um80a4dht] .divider {
    border: 0;
    border-top: 1px solid #eee;
    margin: 2rem 0;
}

[b-6um80a4dht] .add-section {
    margin-bottom: 1.5rem;
}

    [b-6um80a4dht] .add-section h4 {
        font-size: 1.1rem;
        margin-bottom: 1rem;
        color: #555;
    }

[b-6um80a4dht] .clean-form .form-grid {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr auto;
    gap: 1rem;
    align-items: start;
}

[b-6um80a4dht] .clean-input {
    width: 100%;
    padding: 0.6rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    font-size: 0.95rem;
    transition: border-color 0.2s;
}

    [b-6um80a4dht] .clean-input:focus {
        border-color: #6fbd84;
        outline: none;
    }

    [b-6um80a4dht] .clean-input.dense {
        padding: 0.4rem;
        font-size: 0.9rem;
    }

[b-6um80a4dht] textarea.clean-input {
    resize: vertical;
    min-height: 42px;
    height: 42px;
    font-family: inherit;
}

[b-6um80a4dht] .preview-strip {
    display: flex;
    gap: 5px;
    margin-top: 5px;
}

[b-6um80a4dht] .mini-preview {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 3px;
    border: 1px solid #eee;
}

[b-6um80a4dht] .btn-primary {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    white-space: nowrap;
    transition: background-color 0.2s;
}

    [b-6um80a4dht] .btn-primary:hover {
        background-color: #333;
    }

    [b-6um80a4dht] .btn-primary:disabled {
        opacity: 0.7;
        cursor: not-allowed;
    }

[b-6um80a4dht] .btn-link {
    background: none;
    border: none;
    color: #555;
    cursor: pointer;
    text-decoration: underline;
    font-size: 0.9rem;
    padding: 0 5px;
}

    [b-6um80a4dht] .btn-link:hover {
        color: #000;
    }

    [b-6um80a4dht] .btn-link.danger {
        color: #dc3545;
    }

        [b-6um80a4dht] .btn-link.danger:hover {
            color: #bd2130;
        }

[b-6um80a4dht] .btn-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
    transition: opacity 0.2s;
}

    [b-6um80a4dht] .btn-icon:hover {
        opacity: 0.8;
    }

    [b-6um80a4dht] .btn-icon.save {
        background: #d4edda;
        color: #155724;
    }

    [b-6um80a4dht] .btn-icon.cancel {
        background: #f8d7da;
        color: #721c24;
    }

[b-6um80a4dht] .table-responsive {
    overflow-x: auto;
    width: 100%;
}

[b-6um80a4dht] .clean-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}

    [b-6um80a4dht] .clean-table th {
        text-align: left;
        padding: 1rem 0.5rem;
        border-bottom: 2px solid #eee;
        color: #888;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 0.8rem;
        letter-spacing: 0.5px;
    }

    [b-6um80a4dht] .clean-table td {
        padding: 1rem 0.5rem;
        border-bottom: 1px solid #f5f5f5;
        vertical-align: top;
    }

    [b-6um80a4dht] .clean-table tr:hover td {
        background-color: #fafafa;
    }

    [b-6um80a4dht] .clean-table .actions-cell {
        text-align: right;
        white-space: nowrap;
    }

[b-6um80a4dht] .truncate-text {
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
}

[b-6um80a4dht] .image-stack {
    display: flex;
    gap: 4px;
    align-items: center;
}

[b-6um80a4dht] .table-thumb {
    width: 36px;
    height: 36px;
    border-radius: 4px;
    object-fit: cover;
    background: #f0f0f0;
    border: 1px solid #eee;
}

[b-6um80a4dht] .more-count {
    font-size: 12px;
    color: #888;
}

[b-6um80a4dht] .pagination-clean {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
}

    [b-6um80a4dht] .pagination-clean button {
        background: none;
        border: 1px solid #ddd;
        padding: 0.4rem 1rem;
        border-radius: 4px;
        cursor: pointer;
        transition: background-color 0.2s;
    }

        [b-6um80a4dht] .pagination-clean button:hover:not(:disabled) {
            background-color: #f5f5f5;
        }

        [b-6um80a4dht] .pagination-clean button:disabled {
            border-color: #eee;
            color: #ccc;
            cursor: not-allowed;
        }

    [b-6um80a4dht] .pagination-clean span {
        font-size: 0.9rem;
        color: #666;
        font-weight: 500;
    }

@media (max-width: 900px) {
    [b-6um80a4dht] .clean-form .form-grid {
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }

    [b-6um80a4dht] .btn-primary {
        width: 100%;
    }

    [b-6um80a4dht] .clean-table th,
    [b-6um80a4dht] .clean-table td {
        padding: 0.8rem 0.4rem;
    }

    [b-6um80a4dht] .truncate-text {
        max-width: 150px;
    }
}

[b-6um80a4dht] .auth-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    width: 100%;
    padding: 2rem;
}

[b-6um80a4dht] .auth-card {
    width: 100%;
    max-width: 420px;
    background: #fff;
    padding: 2.5rem;
    border-radius: 8px;
    border: 1px solid #eee;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    margin: auto;
}

    [b-6um80a4dht] .auth-card h3 {
        text-align: center;
        margin-bottom: 2rem;
        font-weight: 700;
        letter-spacing: -0.5px;
    }

[b-6um80a4dht] .form-group {
    margin-bottom: 1.5rem;
    text-align: left;
}

[b-6um80a4dht] .field-label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: #555;
    margin-bottom: 5px;
}

[b-6um80a4dht] .full-width {
    width: 100%;
    display: block;
    margin-top: 1rem;
}

[b-6um80a4dht] .auth-footer {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    border-top: 1px solid #f5f5f5;
    padding-top: 1.5rem;
}
/* /Components/Pages/Main/WebShop/Login/Register.razor.rz.scp.css */
[b-lrdz3wshdg] .page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

    [b-lrdz3wshdg] .page-header h3 {
        margin: 0;
        font-weight: 700;
        color: #333;
    }

[b-lrdz3wshdg] .divider {
    border: 0;
    border-top: 1px solid #eee;
    margin: 2rem 0;
}

[b-lrdz3wshdg] .add-section {
    margin-bottom: 1.5rem;
}

    [b-lrdz3wshdg] .add-section h4 {
        font-size: 1.1rem;
        margin-bottom: 1rem;
        color: #555;
    }

[b-lrdz3wshdg] .clean-form .form-grid {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr auto;
    gap: 1rem;
    align-items: start;
}

[b-lrdz3wshdg] .clean-input {
    width: 100%;
    padding: 0.6rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    font-size: 0.95rem;
    transition: border-color 0.2s;
}

    [b-lrdz3wshdg] .clean-input:focus {
        border-color: #6fbd84;
        outline: none;
    }

    [b-lrdz3wshdg] .clean-input.dense {
        padding: 0.4rem;
        font-size: 0.9rem;
    }

[b-lrdz3wshdg] textarea.clean-input {
    resize: vertical;
    min-height: 42px;
    height: 42px;
    font-family: inherit;
}

[b-lrdz3wshdg] .preview-strip {
    display: flex;
    gap: 5px;
    margin-top: 5px;
}

[b-lrdz3wshdg] .mini-preview {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 3px;
    border: 1px solid #eee;
}

[b-lrdz3wshdg] .btn-primary {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    white-space: nowrap;
    transition: background-color 0.2s;
}

    [b-lrdz3wshdg] .btn-primary:hover {
        background-color: #333;
    }

    [b-lrdz3wshdg] .btn-primary:disabled {
        opacity: 0.7;
        cursor: not-allowed;
    }

[b-lrdz3wshdg] .btn-link {
    background: none;
    border: none;
    color: #555;
    cursor: pointer;
    text-decoration: underline;
    font-size: 0.9rem;
    padding: 0 5px;
}

    [b-lrdz3wshdg] .btn-link:hover {
        color: #000;
    }

    [b-lrdz3wshdg] .btn-link.danger {
        color: #dc3545;
    }

        [b-lrdz3wshdg] .btn-link.danger:hover {
            color: #bd2130;
        }

[b-lrdz3wshdg] .btn-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
    transition: opacity 0.2s;
}

    [b-lrdz3wshdg] .btn-icon:hover {
        opacity: 0.8;
    }

    [b-lrdz3wshdg] .btn-icon.save {
        background: #d4edda;
        color: #155724;
    }

    [b-lrdz3wshdg] .btn-icon.cancel {
        background: #f8d7da;
        color: #721c24;
    }

[b-lrdz3wshdg] .table-responsive {
    overflow-x: auto;
    width: 100%;
}

[b-lrdz3wshdg] .clean-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}

    [b-lrdz3wshdg] .clean-table th {
        text-align: left;
        padding: 1rem 0.5rem;
        border-bottom: 2px solid #eee;
        color: #888;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 0.8rem;
        letter-spacing: 0.5px;
    }

    [b-lrdz3wshdg] .clean-table td {
        padding: 1rem 0.5rem;
        border-bottom: 1px solid #f5f5f5;
        vertical-align: top;
    }

    [b-lrdz3wshdg] .clean-table tr:hover td {
        background-color: #fafafa;
    }

    [b-lrdz3wshdg] .clean-table .actions-cell {
        text-align: right;
        white-space: nowrap;
    }

[b-lrdz3wshdg] .truncate-text {
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
}

[b-lrdz3wshdg] .image-stack {
    display: flex;
    gap: 4px;
    align-items: center;
}

[b-lrdz3wshdg] .table-thumb {
    width: 36px;
    height: 36px;
    border-radius: 4px;
    object-fit: cover;
    background: #f0f0f0;
    border: 1px solid #eee;
}

[b-lrdz3wshdg] .more-count {
    font-size: 12px;
    color: #888;
}

[b-lrdz3wshdg] .pagination-clean {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
}

    [b-lrdz3wshdg] .pagination-clean button {
        background: none;
        border: 1px solid #ddd;
        padding: 0.4rem 1rem;
        border-radius: 4px;
        cursor: pointer;
        transition: background-color 0.2s;
    }

        [b-lrdz3wshdg] .pagination-clean button:hover:not(:disabled) {
            background-color: #f5f5f5;
        }

        [b-lrdz3wshdg] .pagination-clean button:disabled {
            border-color: #eee;
            color: #ccc;
            cursor: not-allowed;
        }

    [b-lrdz3wshdg] .pagination-clean span {
        font-size: 0.9rem;
        color: #666;
        font-weight: 500;
    }

@media (max-width: 900px) {
    [b-lrdz3wshdg] .clean-form .form-grid {
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }

    [b-lrdz3wshdg] .btn-primary {
        width: 100%;
    }

    [b-lrdz3wshdg] .clean-table th,
    [b-lrdz3wshdg] .clean-table td {
        padding: 0.8rem 0.4rem;
    }

    [b-lrdz3wshdg] .truncate-text {
        max-width: 150px;
    }
}
[b-lrdz3wshdg] .auth-wrapper {
    display: flex;
    justify-content: center; 
    align-items: center; 
    width: 100%;
    min-height: calc(100vh - 150px);
    padding: 40px 20px;
    box-sizing: border-box;
}

[b-lrdz3wshdg] .auth-card {
    width: 100%;
    max-width: 550px;
    background: #ffffff;
    padding: 2.5rem;
    border-radius: 8px;
    border: 1px solid #eee;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    margin-left: auto;
    margin-right: auto;
}



    [b-lrdz3wshdg] .auth-card h3 {
        text-align: center;
        margin-bottom: 2rem;
        font-weight: 700;
        color: #333;
    }

[b-lrdz3wshdg] .form-group {
    margin-bottom: 1.25rem;
    text-align: left;
}

[b-lrdz3wshdg] .field-label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: #555;
    margin-bottom: 6px;
}

[b-lrdz3wshdg] .dual-input {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

[b-lrdz3wshdg] .full-width {
    width: 100%;
    display: block;
}

[b-lrdz3wshdg] .radio-stack {
    display: flex;
    gap: 20px;
    margin-top: 10px;
    padding: 12px;
    background: #fcfcfc;
    border: 1px solid #f0f0f0;
    border-radius: 6px;
}

[b-lrdz3wshdg] .action-panel.border-info {
    border-left: 4px solid #17a2b8;
    background-color: #f8f9fa;
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px;
}

[b-lrdz3wshdg] .auth-footer {
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
    border-top: 1px solid #f5f5f5;
    padding-top: 1.5rem;
}

[b-lrdz3wshdg] .validation-message {
    color: #dc3545;
    font-size: 0.75rem;
    font-weight: 500;
    margin-top: 4px;
    display: block;
}

@media (max-width: 600px) {
    [b-lrdz3wshdg] .auth-wrapper {
        align-items: flex-start;
        padding-top: 20px;
    }

    [b-lrdz3wshdg] .dual-input {
        grid-template-columns: 1fr; 
        gap: 0;
    }

    [b-lrdz3wshdg] .auth-card {
        padding: 1.5rem;
    }

    [b-lrdz3wshdg] .radio-stack {
        flex-direction: column;
        gap: 10px;
    }
}

[b-lrdz3wshdg] .clean-form .form-group {
    margin-bottom: 1.25rem;
}

[b-lrdz3wshdg] .clean-form label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: #555;
    margin-bottom: 6px;
}
/* /Components/Pages/Main/WebShop/Login/UserProfile.razor.rz.scp.css */
.loader-container[b-mwrxhjqck2] {
    display: flex;
    justify-content: center;
    padding: 3rem;
}

.profile-card[b-mwrxhjqck2] {
    position: relative;
    max-width: 700px;
    margin: 2rem auto;
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid #f0f2f5;
    overflow: hidden;
}

.profile-card-header[b-mwrxhjqck2] {
    padding: 1.5rem;
    border-bottom: 1px solid #f0f2f5;
    background-color: #fcfcfd;
}

    .profile-card-header h3[b-mwrxhjqck2] {
        margin: 0;
        text-align: center;
        color: #1a1d20;
        font-weight: 600;
    }

.profile-card-body[b-mwrxhjqck2] {
    padding: 2rem;
}

.editProfile-button[b-mwrxhjqck2] {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .editProfile-button:hover[b-mwrxhjqck2] {
        transform: scale(1.05);
        opacity: 0.9;
    }

.deleteAccount-button[b-mwrxhjqck2] {
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
}

    .deleteAccount-button .text[b-mwrxhjqck2] {
        display: none;
        padding-left: 8px;
    }

    .deleteAccount-button .icon[b-mwrxhjqck2] {
        display: inline;
    }

    .deleteAccount-button:hover[b-mwrxhjqck2] {
        width: auto;
        padding: 0 1rem;
    }

        .deleteAccount-button:hover .text[b-mwrxhjqck2] {
            display: inline;
        }

.profile-display-header[b-mwrxhjqck2] {
    text-align: center;
    margin-bottom: 2rem;
}

    .profile-display-header h4[b-mwrxhjqck2] {
        margin: 0 0 0.5rem 0;
        color: #212529;
        font-weight: 700;
    }

.role-badge[b-mwrxhjqck2] {
    display: inline-block;
    padding: 0.35rem 0.85rem;
    color: #0f5132;
    background-color: #d1e7dd;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: capitalize;
}

.role-link[b-mwrxhjqck2] {
    text-decoration: none;
}

.profile-info-row[b-mwrxhjqck2] {
    display: flex;
    justify-content: space-between;
    padding: 0.85rem 0;
    border-bottom: 1px solid #f8f9fa;
    font-size: 0.95rem;
}

    .profile-info-row:last-of-type[b-mwrxhjqck2] {
        border-bottom: none;
    }

    .profile-info-row strong[b-mwrxhjqck2] {
        color: #6c757d;
        font-weight: 500;
    }

    .profile-info-row span[b-mwrxhjqck2] {
        color: #212529;
        text-align: right;
        font-weight: 500;
    }

.form-label[b-mwrxhjqck2] {
    font-weight: 500;
    margin-bottom: 0.4rem;
    color: #495057;
    font-size: 0.9rem;
}

.form-control[b-mwrxhjqck2] {
    display: block;
    width: 100%;
    padding: 0.6rem 0.85rem;
    font-size: 1rem;
    color: #212529;
    background-color: #fcfcfd;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    transition: all 0.2s ease-in-out;
}

    .form-control:focus[b-mwrxhjqck2] {
        background-color: #fff;
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.15);
    }

.btn[b-mwrxhjqck2] {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    padding: 0.6rem 1.2rem;
    font-size: 1rem;
    border-radius: 8px;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}

    .btn:disabled[b-mwrxhjqck2] {
        opacity: 0.65;
        cursor: not-allowed;
    }

.btn-outline-primary[b-mwrxhjqck2] {
    color: #0d6efd;
    border-color: #0d6efd;
    background-color: transparent;
    text-decoration: none;
}

    .btn-outline-primary:hover[b-mwrxhjqck2] {
        background-color: #0d6efd;
        color: white;
    }

.forgot-password-link[b-mwrxhjqck2] {
    color: #6c757d;
    font-size: 0.9rem;
    text-decoration: underline;
    transition: color 0.2s;
}

    .forgot-password-link:hover[b-mwrxhjqck2] {
        color: #0d6efd;
    }
/* /Components/Pages/Main/WebShop/MyOrders.razor.rz.scp.css */
.container[b-876zltqjxu] {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

h3[b-876zltqjxu] {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #f0f2f5;
    padding-bottom: 0.5rem;
}

.card[b-876zltqjxu] {
    background-color: #fff;
    border: 1px solid #e1e4e8;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.03);
    margin-bottom: 1.5rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    overflow: hidden;
}

    .card:hover[b-876zltqjxu] {
        transform: translateY(-2px);
        box-shadow: 0 8px 16px rgba(0,0,0,0.08);
        border-color: #d1d5da;
    }

.card-header[b-876zltqjxu] {
    background-color: #f8f9fa;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #e1e4e8;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .card-header span strong[b-876zltqjxu] {
        color: #34495e;
        margin-right: 5px;
    }

.card-body[b-876zltqjxu] {
    padding: 1.25rem;
}

.col-md-6[b-876zltqjxu] {
    padding: 0.5rem;
    transition: background-color 0.2s;
    border-radius: 6px;
}

    .col-md-6:hover[b-876zltqjxu] {
        background-color: #fcfcfc;
    }

img[b-876zltqjxu] {
    border-radius: 6px;
    border: 1px solid #eee;
    background-color: #fff;
}


a[b-876zltqjxu] {
    color: #2c3e50;
    text-decoration: none;
    font-weight: 500;
    display: block; 
}

    a:hover[b-876zltqjxu] {
        color: #3498db;
        text-decoration: underline;
    }

.text-muted.small[b-876zltqjxu] {
    color: #7f8c8d !important;
    font-size: 0.85rem;
    margin-top: 2px;
}

hr[b-876zltqjxu] {
    border: 0;
    border-top: 1px solid #eee;
    margin: 1rem 0;
}

.text-end[b-876zltqjxu] {
    text-align: right;
}

    .text-end strong[b-876zltqjxu] {
        font-size: 1.1rem;
        color: #2c3e50;
    }


.badge[b-876zltqjxu] {
    padding: 0.5em 0.9em;
    border-radius: 50rem; 
    font-size: 0.85em;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: white;
    text-transform: capitalize;
}


.bg-success[b-876zltqjxu] {
    background-color: #2ecc71 !important;
}

.bg-info[b-876zltqjxu] {
    background-color: #3498db !important;
}

.bg-warning[b-876zltqjxu] {
    background-color: #f39c12 !important;
}

.bg-danger[b-876zltqjxu] {
    background-color: #e74c3c !important;
}

.bg-primary[b-876zltqjxu] {
    background-color: #95a5a6 !important;
}


@media (max-width: 576px) {
    .card-header[b-876zltqjxu] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .badge[b-876zltqjxu] {
        align-self: flex-start;
    }
}
/* /Components/Pages/Main/WebShop/PaymentConfirmation.razor.rz.scp.css */
.payment-confirmation-container[b-jklrzvyzk0] {
    max-width: 600px;
    margin: 4rem auto;
    padding: 2.5rem;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08); 
    text-align: center;
    border-top: 5px solid #4CAF50; 
    transition: border-color 0.3s;
}

h3[b-jklrzvyzk0] {
    font-size: 2rem;
    color: #2c3e50; 
    font-weight: 700;
    margin-bottom: 1rem;
}

p[b-jklrzvyzk0] {
    font-size: 1.1rem;
    color: #7f8c8d;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.success-icon[b-jklrzvyzk0],
.error-icon[b-jklrzvyzk0] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 1.5rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: white;
}

.success-icon[b-jklrzvyzk0] {
    background-color: #2ecc71;
}

.error-icon[b-jklrzvyzk0] {
    background-color: #e74c3c; 
    border: 3px solid #c0392b;
}

.payment-confirmation-container.error-state[b-jklrzvyzk0] {
    border-top-color: #e74c3c;
}


.order-details[b-jklrzvyzk0] {
    margin-top: 2rem;
    padding: 1.5rem;
    background-color: #ecf0f1; 
    border-radius: 8px;
    border: 1px dashed #bdc3c7;
}

.order-details p[b-jklrzvyzk0] {
    margin: 0 0 0.5rem 0;
    font-size: 1rem;
    color: #333;
}

.order-details strong[b-jklrzvyzk0] {
    font-weight: 700;
}


.btn-primary[b-jklrzvyzk0] {
    background-color: #2980b9; 
    border-color: #2980b9;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 6px;
    transition: background-color 0.2s, border-color 0.2s;
}

.btn-primary:hover[b-jklrzvyzk0] {
    background-color: #3498db;
    border-color: #3498db;
}

.btn-secondary[b-jklrzvyzk0] {
    background-color: #95a5a6;
    border-color: #95a5a6;
    color: white;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 6px;
    margin-top: 10px;
    transition: background-color 0.2s;
}

.btn-secondary:hover[b-jklrzvyzk0] {
    background-color: #7f8c8d;
    border-color: #7f8c8d;
}

.try-again-btn[b-jklrzvyzk0] {
    background-color: #f39c12; 
    color: white;
    border: none;
    padding: 12px 25px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.2s, transform 0.1s;
    margin-top: 1.5rem;
    display: inline-block;
}

.try-again-btn:hover[b-jklrzvyzk0] {
    background-color: #e67e22; 
    transform: translateY(-2px);
}
/* /Components/Pages/Main/WebShop/ProductDetails.razor.rz.scp.css */
h1[b-92rrorx419] {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
    color: #212529;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 0.75rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.product-container[b-92rrorx419] {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 2rem;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.07);
    max-width: 1400px;
    margin: 0 auto;
}

.product-image[b-92rrorx419] {
    flex: 1 1 350px;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: min-content;
}

.cart-controls[b-92rrorx419] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    align-items: center;
}

.carousel[b-92rrorx419] {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
}

    .carousel[b-92rrorx419]  picture {
        display: block;
        width: 100%;
        height: 100%;
    }

    .carousel[b-92rrorx419]  img.carousel-main {
        width: 100%;
        height: 100%;
        object-fit: contain;
        border-radius: 10px;
        border: 1px solid #dee2e6;
        transition: opacity 0.4s ease-in-out, box-shadow 0.3s ease;
        opacity: 1;
        box-shadow: 0 2px 8px rgba(0,0,0,0.06);
        background-color: white;
    }

        .carousel[b-92rrorx419]  img.carousel-main.fade {
            opacity: 0;
        }

.carousel-btn[b-92rrorx419] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.8);
    color: #212529;
    border: 1px solid #dee2e6;
    font-size: 1.5rem;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

    .carousel-btn:hover[b-92rrorx419] {
        background-color: #ffffff;
        transform: translateY(-50%) scale(1.05);
        box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    }

    .carousel-btn.prev[b-92rrorx419] {
        left: 10px;
    }

    .carousel-btn.next[b-92rrorx419] {
        right: 10px;
    }

.carousel-thumbnails[b-92rrorx419] {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.5rem 0;
    width: 100%;
    position: relative;
    z-index: 1;
}

.thumb-wrapper[b-92rrorx419] {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    border: 2px solid transparent;
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.3s ease;
    overflow: hidden;
}

    .thumb-wrapper:hover[b-92rrorx419] {
        opacity: 1;
        transform: scale(1.05);
        border-color: #6c757d;
    }

    .thumb-wrapper.active[b-92rrorx419] {
        opacity: 1;
        border-color: #0078d4;
        box-shadow: 0 0 8px rgba(0,120,212,0.3);
    }

    .thumb-wrapper[b-92rrorx419]  img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.no-image-placeholder[b-92rrorx419] {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #f8f9fa;
    border: 2px dashed #dee2e6;
    border-radius: 10px;
    color: #6c757d;
    font-size: 1.1rem;
}

    .no-image-placeholder h4[b-92rrorx419] {
        margin: 0;
    }

.product-info[b-92rrorx419] {
    flex: 2 1 350px;
    display: flex;
    flex-direction: column;
}

    .product-info h2[b-92rrorx419] {
        font-size: 2rem;
        font-weight: 700;
        color: #212529;
        margin-bottom: 0.5rem;
    }

    .product-info p[b-92rrorx419] {
        color: #495057;
        line-height: 1.6;
        margin-bottom: 1rem;
    }

.variant-selector[b-92rrorx419] {
    margin: 1rem 0 1.5rem 0;
}

    .variant-selector label[b-92rrorx419] {
        display: block;
        font-weight: 600;
        margin-bottom: 0.5rem;
        color: #212529;
    }

    .variant-selector select[b-92rrorx419] {
        width: 100%;
        max-width: 400px;
        padding: 0.75rem 1rem;
        border: 1px solid #dee2e6;
        border-radius: 8px;
        background-color: #ffffff;
        font-size: 1rem;
        cursor: pointer;
        transition: border-color 0.3s ease, box-shadow 0.3s ease;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236c757d' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 1rem center;
        background-size: 16px 16px;
    }

        .variant-selector select:focus[b-92rrorx419] {
            outline: none;
            border-color: #0078d4;
            box-shadow: 0 0 0 3px rgba(0,120,212,0.25);
        }

.price-info[b-92rrorx419] {
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 10px;
    border: 1px solid #dee2e6;
    max-width: 400px;
}

.product-info .original-price[b-92rrorx419] {
    color: #6c757d;
    text-decoration: line-through;
    margin-right: 0.5rem;
    font-size: 1rem;
    font-weight: 500;
}

.product-info .discount-percentage[b-92rrorx419] {
    background: #e6f7ec;
    color: #28a745;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: 600;
}

.product-info .discounted-price[b-92rrorx419],
.product-info .current-price[b-92rrorx419] {
    color: #212529;
    font-weight: 700;
    margin-top: 0.25rem;
    font-size: 1.75rem;
}

    .product-info .discounted-price strong[b-92rrorx419],
    .product-info .current-price strong[b-92rrorx419] {
        font-weight: 600;
        font-size: 1.1rem;
        color: #495057;
        margin-right: 0.5rem;
    }

.product-info .btn-add-to-cart[b-92rrorx419] {
    background: #0078d4;
    color: #ffffff;
    border-color: #0078d4;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 1rem 2rem;
    margin-top: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .product-info .btn-add-to-cart:hover[b-92rrorx419] {
        background: #005a9e;
        border-color: #005a9e;
        color: #ffffff;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 120, 212, 0.3);
    }

    .product-info .btn-add-to-cart:disabled[b-92rrorx419] {
        background: #e9ecef;
        border-color: #e9ecef;
        color: #6c757d;
        cursor: not-allowed;
        transform: none;
        box-shadow: none;
    }

.product-info button:not(.btn-add-to-cart)[b-92rrorx419] {
    border-color: #6c757d;
    color: #6c757d;
    margin-top: auto;
    align-self: flex-start;
    padding: 0.8rem 1.6rem;
    background: transparent;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    border-width: 2px;
    border-style: solid;
}

    .product-info button:not(.btn-add-to-cart):hover[b-92rrorx419] {
        background: #6c757d;
        color: #ffffff;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(108, 117, 125, 0.2);
    }

.product-extra[b-92rrorx419] {
    flex: 1 1 300px;
    background: #f8f9fa;
    border-radius: 10px;
    padding: 1.5rem;
    border: 1px solid #dee2e6;
    align-self: flex-start;
}

    .product-extra h4[b-92rrorx419] {
        margin-top: 0;
        margin-bottom: 1rem;
        font-size: 1.25rem;
        color: #212529;
        border-bottom: 2px solid #0078d4;
        padding-bottom: 0.5rem;
    }

    .product-extra p em[b-92rrorx419] {
        color: #6c757d;
    }

.extra-table[b-92rrorx419] {
    width: 100%;
    border-collapse: collapse;
}

    .extra-table tr:nth-child(even)[b-92rrorx419] {
        background-color: #ffffff;
    }

    .extra-table td[b-92rrorx419] {
        padding: 0.75rem;
        border-bottom: 1px solid #dee2e6;
        color: #495057;
        vertical-align: middle;
        font-size: 0.95rem;
    }

        .extra-table td:first-child[b-92rrorx419] {
            font-weight: 600;
            color: #212529;
            width: 40%;
        }

    .extra-table tr:last-child td[b-92rrorx419] {
        border-bottom: none;
    }

.quantity-selector[b-92rrorx419] {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

    .quantity-selector label[b-92rrorx419] {
        display: block;
        font-weight: 600;
        color: #212529;
        font-size: 1rem;
    }

    .quantity-selector input[type="number"][b-92rrorx419] {
        width: 80px;
        padding: 0.75rem 1rem;
        border: 1px solid #dee2e6;
        border-radius: 8px;
        background-color: #ffffff;
        font-size: 1rem;
        transition: border-color 0.3s ease, box-shadow 0.3s ease;
        -moz-appearance: textfield;
    }

        .quantity-selector input[type="number"][b-92rrorx419]::-webkit-outer-spin-button,
        .quantity-selector input[type="number"][b-92rrorx419]::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

        .quantity-selector input[type="number"]:focus[b-92rrorx419] {
            outline: none;
            border-color: #0078d4;
            box-shadow: 0 0 0 3px rgba(0,120,212,0.25);
        }

@media (max-width: 1024px) {
    .product-container[b-92rrorx419] {
        gap: 1.5rem;
        padding: 1.5rem;
    }

    .product-image[b-92rrorx419] {
        flex: 1 1 300px;
        max-width: none;
    }

    .product-info[b-92rrorx419] {
        flex: 2 1 400px;
    }

    .product-extra[b-92rrorx419] {
        flex: 1 1 100%;
        order: 1;
        align-self: stretch;
    }
}




@media (max-width: 768px) {
    h1[b-92rrorx419] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    body[b-92rrorx419] {
        padding: 1rem;
    }

    .product-container[b-92rrorx419] {
        flex-direction: column;
        gap: 1.5rem;
        padding: 1rem;
    }

    .cart-controls[b-92rrorx419] {
        flex-direction: column;
        align-items: stretch;
    }

    .product-image[b-92rrorx419],
    .product-info[b-92rrorx419],
    .product-extra[b-92rrorx419] {
        flex: 1 1 100%;
        max-width: 100%;
        align-self: stretch;
    }

    .product-info[b-92rrorx419] {
        clear: both;
        width: 100%;
    }

    .product-extra[b-92rrorx419] {
        order: initial;
    }

    .carousel-thumbnails[b-92rrorx419] {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        padding: 10px 0;
        width: 100%;
        -webkit-overflow-scrolling: touch;
    }

    .thumb-wrapper[b-92rrorx419] {
        flex: 0 0 65px;
        width: 65px;
        height: 65px;
        margin-right: 5px;
    }

    .variant-selector select[b-92rrorx419],
    .price-info[b-92rrorx419] {
        max-width: 100%;
    }

    .product-info .btn-add-to-cart[b-92rrorx419] {
        align-self: stretch;
    }

    .product-info button:not(.btn-add-to-cart)[b-92rrorx419] {
        align-self: flex-start;
        margin-top: 1.5rem;
    }

    .product-image[b-92rrorx419] {
        flex: none !important;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 2rem;
    }
}

.discounted-price span[b-92rrorx419] {
    font-size: 0.8rem;
    font-weight: normal;
    color: #666;
}

.current-price span[b-92rrorx419] {
    font-size: 0.8rem;
    font-weight: normal;
    color: #666;
}

.btn-readmore[b-92rrorx419] {
    background: none;
    border: none;
    color: #0078d4;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
    margin-top: 5px;
    text-decoration: underline;
    transition: color 0.2s ease;
    display: block;
    font-size: 1rem;
}

    .btn-readmore:hover[b-92rrorx419] {
        color: #005a9e;
        text-decoration: none;
    }

.product-description-container[b-92rrorx419] {
    margin-bottom: 1rem;
}


.color-swatch-container[b-92rrorx419] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 5px;
}

.color-swatch-btn[b-92rrorx419] {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid #ddd;
    cursor: pointer;
    transition: transform 0.2s, border-color 0.2s;
    padding: 0;
}

    .color-swatch-btn:hover[b-92rrorx419] {
        transform: scale(1.1);
    }

    .color-swatch-btn.active[b-92rrorx419] {
        border: 3px solid #333;
        transform: scale(1.1);
        box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    }

.option-price-tag[b-92rrorx419] {
    font-size: 0.85em;
    color: #666;
    margin-left: 5px;
}

.zoom-container[b-92rrorx419] {
    overflow: hidden;
    position: relative;
    cursor: zoom-in;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lightbox-overlay[b-92rrorx419] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(6px);
}

.lightbox-close[b-92rrorx419] {
    position: absolute;
    top: 20px;
    right: 30px;
    background: none;
    border: none;
    color: #ffffff;
    font-size: 3.5rem;
    cursor: pointer;
    z-index: 10000;
    line-height: 1;
    transition: transform 0.2s ease, color 0.2s ease;
}

    .lightbox-close:hover[b-92rrorx419] {
        transform: scale(1.1);
        color: #0078d4;
    }

.lightbox-content[b-92rrorx419] {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lightbox-img[b-92rrorx419] {
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    animation: zoomInLightBox-b-92rrorx419 0.3s cubic-bezier(0.1, 0.8, 0.3, 1);
}

.lightbox-btn[b-92rrorx419] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.15);
    color: white;
    border: none;
    font-size: 1.8rem;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

    .lightbox-btn:hover[b-92rrorx419] {
        background-color: #ffffff;
        color: #212529;
        box-shadow: 0 0 15px rgba(255,255,255,0.4);
    }

    .lightbox-btn.prev[b-92rrorx419] {
        left: -70px;
    }

    .lightbox-btn.next[b-92rrorx419] {
        right: -70px;
    }

@keyframes zoomInLightBox-b-92rrorx419 {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@media (max-width: 1024px) {
    .lightbox-btn.prev[b-92rrorx419] {
        left: 10px;
        background-color: rgba(0, 0, 0, 0.4);
    }

    .lightbox-btn.next[b-92rrorx419] {
        right: 10px;
        background-color: rgba(0, 0, 0, 0.4);
    }

    .lightbox-btn:hover[b-92rrorx419] {
        background-color: rgba(0, 0, 0, 0.8);
        color: white;
    }

    .lightbox-close[b-92rrorx419] {
        top: 10px;
        right: 15px;
        font-size: 3rem;
    }
}

.lightbox-img[b-92rrorx419] {
    animation: zoomInLightBox-b-92rrorx419 0.3s cubic-bezier(0.1, 0.8, 0.3, 1);
    display: block;
    margin: auto;
}

/* /Components/Pages/Main/WebShop/ProductsInSale.razor.rz.scp.css */
.sale-container[b-g60abhpiyx] {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.shop-header[b-g60abhpiyx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.shop-title[b-g60abhpiyx] {
    font-size: 2rem;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.view-toggle[b-g60abhpiyx] {
    display: flex;
    gap: 0.5rem;
}

.btn-view[b-g60abhpiyx] {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 8px 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    color: #666;
}

    .btn-view:hover[b-g60abhpiyx] {
        background-color: #eee;
    }

    .btn-view.active[b-g60abhpiyx] {
        background-color: #1a1a1a;
        color: #fff;
        border-color: #1a1a1a;
    }

.main-groups-carousel[b-g60abhpiyx] {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 1.5rem;
    padding: 1rem 0;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .main-groups-carousel[b-g60abhpiyx]::-webkit-scrollbar {
        display: none;
    }

    .main-groups-carousel .card[b-g60abhpiyx] {
        flex: 0 0 320px;
        scroll-snap-align: start;
    }

.main-groups-grid[b-g60abhpiyx] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
    padding: 1rem 0;
}

    .main-groups-grid .card[b-g60abhpiyx] {
        flex: none;
        width: 100%;
    }

.card[b-g60abhpiyx] {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #fff;
}

    .card:hover[b-g60abhpiyx] {
        transform: translateY(-5px);
        box-shadow: 0 12px 25px rgba(0,0,0,0.15);
    }

.product-card[b-g60abhpiyx] {
    cursor: pointer;
}

.image-container[b-g60abhpiyx] {
    position: relative;
    aspect-ratio: 1/1;
    width: 100%;
    overflow: hidden;
    background-color: #f9f9f9;
}

/*.carousel {
    width: 100%;
    height: 100%;
    position: relative;
}*/

.carousel-image[b-g60abhpiyx] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 0;
    transition: opacity 0.6s ease-in-out, transform 0.5s ease;
    transform: scale(1);
    will-change: transform, opacity;
}


.card:hover .carousel-image.active[b-g60abhpiyx] {
    transform: scale(1.08);
}

.image-container[b-g60abhpiyx]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);
    z-index: 2;
    pointer-events: none;
}

.favorite-icon-btn[b-g60abhpiyx] {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 10;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(4px);
    border: none;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: 1.1rem;
}

    .favorite-icon-btn:hover[b-g60abhpiyx] {
        background: #ffffff;
        transform: scale(1.15);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    }

    .favorite-icon-btn:active[b-g60abhpiyx] {
        transform: scale(0.95);
    }

.sale-badge[b-g60abhpiyx] {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 10;
    background-color: #D9534F;
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    box-shadow: 0 4px 10px rgba(217, 83, 79, 0.3);
}

.card-body[b-g60abhpiyx] {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.no-image-placeholder[b-g60abhpiyx] {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f4f4f4;
    color: #333;
    height: 100%;
    width: 100%;
    font-size: 1.2rem;
    font-weight: bold;
}

.product-card .card-body h4[b-g60abhpiyx] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 0.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-card .price-container[b-g60abhpiyx] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 0.25rem;
}

.product-card .old-price[b-g60abhpiyx] {
    font-size: 0.9rem;
    color: #888;
    text-decoration: line-through;
}

.product-card .new-price[b-g60abhpiyx] {
    font-size: 1.15rem;
    font-weight: bold;
    color: #D9534F;
}

.product-card .price-container .new-price:only-child[b-g60abhpiyx] {
    color: #333;
    font-size: 1.1rem;
}

.pagination[b-g60abhpiyx] {
    margin-top: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

    .pagination button[b-g60abhpiyx] {
        padding: 0.5rem 1rem;
        border: none;
        background-color: #1a1a1a;
        color: #fff;
        font-weight: bold;
        border-radius: 6px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

        .pagination button:hover:not(:disabled)[b-g60abhpiyx] {
            background-color: #333;
        }

        .pagination button:disabled[b-g60abhpiyx] {
            opacity: 0.5;
            cursor: not-allowed;
        }

    .pagination span[b-g60abhpiyx] {
        font-size: 1rem;
        font-weight: 600;
        color: #333;
    }

@media (max-width: 600px) {
    .shop-header[b-g60abhpiyx] {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

@media (max-width: 768px) {
    .main-groups-carousel .card[b-g60abhpiyx] {
        flex: 0 0 75%;
    }
}



.carousel[b-g60abhpiyx] {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    background-color: white;
}

    .carousel[b-g60abhpiyx]  picture {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .carousel[b-g60abhpiyx]  img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition: opacity 0.5s ease-in-out;
    }

        .carousel[b-g60abhpiyx]  img.active {
            opacity: 1;
        }

@media (max-width: 768px) {
    .layout[b-g60abhpiyx] {
        flex-direction: column;
    }


    .carousel[b-g60abhpiyx] {
        height: 160px;
    }

    .no-image-placeholder[b-g60abhpiyx] {
        height: 160px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 0.5rem;
    }

    .product-card h4[b-g60abhpiyx] {
        font-size: 0.9rem;
    }

    .product-card p[b-g60abhpiyx] {
        font-size: 0.8rem;
    }
}
/* /Components/Pages/Main/WebShop/SearchResults.razor.rz.scp.css */
.search-header[b-me80pqgu7b] {
    margin-bottom: 2.5rem;
    text-align: center;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e0e0e0;
}

    .search-header h3[b-me80pqgu7b] {
        font-size: 1.8rem;
        color: #2c2c2c;
        font-weight: 600;
        margin: 0;
    }

    .search-header span[b-me80pqgu7b] {
        font-style: italic;
        color: #6B6D3E;
        font-weight: 500;
    }

.search-results-container[b-me80pqgu7b] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    width: 100%;
    box-sizing: border-box;
}

    .search-results-container .product-grid[b-me80pqgu7b] {
        display: grid;
        width: 100%;
        max-width: 1200px;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 1.5rem;
    }

    .search-results-container .product-card[b-me80pqgu7b] {
        text-align: left;
        border-radius: 10px;
        padding: 1rem;
        background-color: #fff;
        transition: transform 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
        overflow: hidden;
        display: flex;
        flex-direction: column;
        animation: fadeIn-b-me80pqgu7b 0.4s ease-in-out;
        cursor: pointer;
    }

        .search-results-container .product-card:hover[b-me80pqgu7b] {
            transform: translateY(-5px);
            box-shadow: 0 6px 20px rgba(0,0,0,0.12);
        }

        .search-results-container .product-card[b-me80pqgu7b]  img {
            width: 100%;
            aspect-ratio: 4 / 3;
            object-fit: cover;
            border-radius: 6px;
            margin-bottom: 1rem;
            background-color: transparent;
        }

        .search-results-container .product-card h4[b-me80pqgu7b] {
            font-size: 1.15rem;
            color: #222;
            margin: 0 0 0.5rem 0;
            font-weight: 600;
            line-height: 1.3;
        }

        .search-results-container .product-card p[b-me80pqgu7b] {
            font-size: 0.9rem;
            color: #555;
            line-height: 1.4;
            margin: 0;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            flex-grow: 1;
        }

.search-message[b-me80pqgu7b] {
    font-size: 1.1rem;
    color: #666;
    font-style: italic;
    text-align: center;
    padding: 4rem 1rem;
}

@keyframes fadeIn-b-me80pqgu7b {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Components/Pages/Main/WebShop/SubGroups.razor.rz.scp.css */
.layout[b-55d0xbenge] {
    display: flex;
    gap: 1rem;
}

.sidebar[b-55d0xbenge] {
    width: 250px;
    border-right: 1px solid #ddd;
}

    .sidebar ul[b-55d0xbenge] {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .sidebar li[b-55d0xbenge] {
        padding: 0.75rem 1rem;
        cursor: pointer;
        border-bottom: 1px solid #eee;
    }

        .sidebar li.active[b-55d0xbenge] {
            background-color: #f4f4f4;
            font-weight: bold;
        }

.product-grid[b-55d0xbenge] {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 1rem;
}

.product-card[b-55d0xbenge] {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 1rem;
    background: white;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.product-price[b-55d0xbenge] {
    margin-top: auto;
    align-self: flex-end;
    font-weight: bold;
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 0;
}

.product-card:hover[b-55d0xbenge] {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.product-card img[b-55d0xbenge] {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 6px;
}

.carousel[b-55d0xbenge] {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    background-color: white;
}

    .carousel[b-55d0xbenge]  picture {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .carousel[b-55d0xbenge]  img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition: opacity 0.5s ease-in-out;
    }

        .carousel[b-55d0xbenge]  img.active {
            opacity: 1;
        }

@media (max-width: 768px) {
    .carousel[b-55d0xbenge] {
        height: 160px;
    }

    .no-image-placeholder[b-55d0xbenge] {
        height: 160px;
    }

    .sale-badge[b-55d0xbenge] {
        font-size: 0.7rem;
        padding: 2px 6px;
        top: 8px;
        right: 8px;
    }

    .layout[b-55d0xbenge] {
        flex-direction: column;
        display: flex; 
    }

    .content-wrapper[b-55d0xbenge] {
        order: 1;
    }

    .sidebar[b-55d0xbenge] {
        order: 2;
        width: 100%;
        border-right: none;
        border-top: 1px solid #ddd; 
        margin-top: 2rem;
        margin-bottom: 1rem;
    }

        .sidebar ul[b-55d0xbenge] {
            display: flex;
            overflow-x: auto;
            white-space: nowrap;
            padding: 10px 0;
            gap: 10px;
            -webkit-overflow-scrolling: touch;
        }

        .sidebar li[b-55d0xbenge] {
            flex: 0 0 auto;
            border: 1px solid #ddd;
            border-radius: 20px;
            padding: 5px 15px;
        }
}


.pagination[b-55d0xbenge] {
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

    .pagination button[b-55d0xbenge] {
        padding: 0.5rem 1rem;
        border: none;
        background-color: black;
        color: #fff;
        font-weight: bold;
        border-radius: 6px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

        .pagination button:hover:not(:disabled)[b-55d0xbenge] {
            background-color: #46494d;
        }

        .pagination button:disabled[b-55d0xbenge] {
            opacity: 0.5;
            cursor: not-allowed;
        }

    .pagination span[b-55d0xbenge] {
        font-size: 1rem;
        font-weight: 600;
        color: #333;
    }

@media (max-width: 768px) {
    .layout[b-55d0xbenge] {
        flex-direction: column;
    }

    .sidebar[b-55d0xbenge] {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #ddd;
    }

    .carousel[b-55d0xbenge] {
        height: 160px;
    }

    .no-image-placeholder[b-55d0xbenge] {
        height: 160px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 0.5rem;
    }

    .product-card h4[b-55d0xbenge] {
        font-size: 0.9rem;
    }

    .product-card p[b-55d0xbenge] {
        font-size: 0.8rem;
    }
}


.filter-bar[b-55d0xbenge] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 20px;
}

    .filter-bar label[b-55d0xbenge] {
        margin-right: 10px;
        font-size: 0.95rem;
        color: #333;
        font-weight: 600;
    }

    .filter-bar .form-control[b-55d0xbenge] {
        display: inline-block;
        width: 200px;
        padding: 10px 35px 10px 15px;
        font-size: 1rem;
        font-weight: 500;
        color: #212529;
        background-color: #ffffff;
        border: 1px solid #ced4da;
        border-radius: 8px;
        cursor: pointer;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        background-repeat: no-repeat;
        background-position: right 0.75rem center;
        background-size: 16px 12px;
    }


        .filter-bar .form-control:hover[b-55d0xbenge] {
            border-color: #aab5c0;
        }


        .filter-bar .form-control:focus[b-55d0xbenge] {
            border-color: #007bff;
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            outline: 0;
        }

.product-name[b-55d0xbenge] {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4em;
    height: 5.6em;
    margin-bottom: 0.5rem;
}

.content-wrapper[b-55d0xbenge] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.filter-bar[b-55d0xbenge] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    .layout[b-55d0xbenge] {
        flex-direction: column;
    }

    .sidebar[b-55d0xbenge] {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #ddd;
        margin-bottom: 1rem;
    }
}

.product-price[b-55d0xbenge] {
    bottom: 0;
}


.video-container[b-55d0xbenge] {
    width: 100%;
    max-width: 450px;
    aspect-ratio: 16 / 9;
    margin: 0 0 1.5rem 0;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}

    .video-container:hover[b-55d0xbenge] {
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
        transform: translateY(-3px);
    }

    .video-container iframe[b-55d0xbenge] {
        width: 100%;
        height: 100%;
        display: block;
        border: none;
    }

@media (max-width: 768px) {
    .video-container[b-55d0xbenge] {
        max-width: 100%;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        transform: none;
    }

        .video-container:hover[b-55d0xbenge] {
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            transform: none;
        }
}

h1[b-55d0xbenge] {
    margin: 3px;
    text-align: center;
}


.product-card .price-container[b-55d0xbenge] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 0.25rem;
}

.product-card .old-price[b-55d0xbenge] {
    font-size: 0.9rem;
    color: #888;
    text-decoration: line-through;
}

.product-card .new-price[b-55d0xbenge] {
    font-size: 1.15rem;
    font-weight: bold;
    color: #D9534F;
}

.product-card .price-container .new-price:only-child[b-55d0xbenge] {
    color: #333;
    font-size: 1.1rem;
}

.sale-badge[b-55d0xbenge] {
    position: absolute;
    top: 12px;
    right: 12px;
    background-color: #D9534F;
    color: #fff;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
/* /Components/Pages/MeulenDesignManagment/CreateSettings.razor.rz.scp.css */

[b-43u4vyr93x] *, [b-43u4vyr93x] *::before, [b-43u4vyr93x] *::after {
    box-sizing: border-box;
}

[b-43u4vyr93x] input, [b-43u4vyr93x] button, [b-43u4vyr93x] select, [b-43u4vyr93x] textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

[b-43u4vyr93x] .page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

    [b-43u4vyr93x] .page-header h3 {
        margin: 0;
        font-weight: 700;
        color: #333;
    }

[b-43u4vyr93x] .divider {
    border: 0;
    border-top: 1px solid #eee;
    margin: 2rem 0;
}

[b-43u4vyr93x] .add-section {
    margin-bottom: 1.5rem;
}

    [b-43u4vyr93x] .add-section h4 {
        font-size: 1.1rem;
        margin-bottom: 1rem;
        color: #555;
    }

[b-43u4vyr93x] .clean-form .form-grid {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr auto;
    gap: 1rem;
    align-items: start;
}

[b-43u4vyr93x] .clean-input {
    display: block;
    width: 100%;
    padding: 0.6rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    font-size: 0.95rem;
    transition: border-color 0.2s;
    appearance: none;
}

    [b-43u4vyr93x] .clean-input:focus {
        border-color: #6fbd84;
        outline: none;
        box-shadow: 0 0 0 3px rgba(111, 189, 132, 0.1);
    }

    [b-43u4vyr93x] .clean-input.dense {
        padding: 0.4rem;
        font-size: 0.9rem;
        min-height: 35px;
    }

[b-43u4vyr93x] textarea.clean-input {
    resize: vertical;
    min-height: 42px;
    height: 42px;
    font-family: inherit;
}

[b-43u4vyr93x] .preview-strip {
    display: flex;
    gap: 5px;
    margin-top: 5px;
}

[b-43u4vyr93x] .mini-preview {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 3px;
    border: 1px solid #eee;
}

[b-43u4vyr93x] .image-stack {
    display: flex;
    gap: 4px;
    align-items: center;
}

[b-43u4vyr93x] .table-thumb {
    width: 36px;
    height: 36px;
    border-radius: 4px;
    object-fit: cover;
    background: #f0f0f0;
    border: 1px solid #eee;
}

[b-43u4vyr93x] .more-count {
    font-size: 12px;
    color: #888;
}

[b-43u4vyr93x] .btn-primary {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    white-space: nowrap;
    transition: background-color 0.2s;
}

    [b-43u4vyr93x] .btn-primary:hover {
        background-color: #333;
    }

    [b-43u4vyr93x] .btn-primary:disabled {
        opacity: 0.7;
        cursor: not-allowed;
    }

[b-43u4vyr93x] .btn-link {
    background: none;
    border: none;
    color: #555;
    cursor: pointer;
    text-decoration: underline;
    font-size: 0.9rem;
    padding: 0 5px;
}

    [b-43u4vyr93x] .btn-link:hover {
        color: #000;
    }

    [b-43u4vyr93x] .btn-link.danger {
        color: #dc3545;
    }

        [b-43u4vyr93x] .btn-link.danger:hover {
            color: #bd2130;
        }

[b-43u4vyr93x] .btn-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
    transition: opacity 0.2s;
}

    [b-43u4vyr93x] .btn-icon:hover {
        opacity: 0.8;
    }

    [b-43u4vyr93x] .btn-icon.save {
        background: #d4edda;
        color: #155724;
    }

    [b-43u4vyr93x] .btn-icon.cancel {
        background: #f8d7da;
        color: #721c24;
    }

[b-43u4vyr93x] .table-responsive {
    overflow-x: auto;
    width: 100%;
}

[b-43u4vyr93x] .clean-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}

    [b-43u4vyr93x] .clean-table th {
        text-align: left;
        padding: 1rem 0.5rem;
        border-bottom: 2px solid #eee;
        color: #888;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 0.8rem;
        letter-spacing: 0.5px;
    }

    [b-43u4vyr93x] .clean-table td {
        padding: 1rem 0.5rem;
        border-bottom: 1px solid #f5f5f5;
        vertical-align: top;
    }

    [b-43u4vyr93x] .clean-table tr:hover td {
        background-color: #fafafa;
    }

    [b-43u4vyr93x] .clean-table .actions-cell {
        text-align: right;
        white-space: nowrap;
    }

[b-43u4vyr93x] .truncate-text {
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
}

[b-43u4vyr93x] .pagination-clean {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
}

    [b-43u4vyr93x] .pagination-clean button {
        background: none;
        border: 1px solid #ddd;
        padding: 0.4rem 1rem;
        border-radius: 4px;
        cursor: pointer;
        transition: background-color 0.2s;
    }

        [b-43u4vyr93x] .pagination-clean button:hover:not(:disabled) {
            background-color: #f5f5f5;
        }

        [b-43u4vyr93x] .pagination-clean button:disabled {
            border-color: #eee;
            color: #ccc;
            cursor: not-allowed;
        }

    [b-43u4vyr93x] .pagination-clean span {
        font-size: 0.9rem;
        color: #666;
        font-weight: 500;
    }


@media (max-width: 900px) {
    .clean-form .form-grid[b-43u4vyr93x] {
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }

    .btn-primary[b-43u4vyr93x] {
        width: 100%;
    }

    .clean-table th[b-43u4vyr93x],
    .clean-table td[b-43u4vyr93x] {
        padding: 0.8rem 0.4rem;
    }

    .truncate-text[b-43u4vyr93x] {
        max-width: 150px;
    }
}




[b-43u4vyr93x] .settings-create-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

[b-43u4vyr93x] .grid-column {
    padding: 15px;
    border-radius: 6px;
}

[b-43u4vyr93x] .col-header {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #333;
    border-bottom: 1px solid #eee;
    padding-bottom: 0.5rem;
}

[b-43u4vyr93x] .info-note {
    background-color: #f8f9fa;
    border-left: 3px solid #ddd;
    padding: 12px;
    border-radius: 4px;
}

[b-43u4vyr93x] .clean-table .clean-input.dense {
    background-color: transparent;
    border-color: transparent;
    padding: 4px 0;
}

    [b-43u4vyr93x] .clean-table .clean-input.dense:focus,
    [b-43u4vyr93x] .clean-table .clean-input.dense:hover {
        background-color: #fff;
        border-color: #ddd;
        padding: 4px 8px;
    }

@media (max-width: 900px) {
    [b-43u4vyr93x] .clean-form .form-grid {
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }

    [b-43u4vyr93x] .settings-create-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    [b-43u4vyr93x] .btn-primary {
        width: 100%;
    }

    [b-43u4vyr93x] .clean-table th,
    [b-43u4vyr93x] .clean-table td {
        padding: 0.8rem 0.4rem;
    }

    [b-43u4vyr93x] .truncate-text {
        max-width: 150px;
    }
}
/* /Components/Pages/MeulenDesignManagment/EditSettings.razor.rz.scp.css */
[b-4wrkiz460y] .page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

    [b-4wrkiz460y] .page-header h3 {
        margin: 0;
        font-weight: 700;
        color: #333;
    }

[b-4wrkiz460y] .divider {
    border: 0;
    border-top: 1px solid #eee;
    margin: 2rem 0;
}

[b-4wrkiz460y] .add-section {
    margin-bottom: 1.5rem;
}

    [b-4wrkiz460y] .add-section h4 {
        font-size: 1.1rem;
        margin-bottom: 1rem;
        color: #555;
    }

[b-4wrkiz460y] .clean-form .form-grid {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr auto;
    gap: 1rem;
    align-items: start;
}

[b-4wrkiz460y] .clean-input {
    width: 100%;
    padding: 0.6rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    font-size: 0.95rem;
    transition: border-color 0.2s;
}

    [b-4wrkiz460y] .clean-input:focus {
        border-color: #6fbd84;
        outline: none;
    }

    [b-4wrkiz460y] .clean-input.dense {
        padding: 0.4rem;
        font-size: 0.9rem;
    }

[b-4wrkiz460y] textarea.clean-input {
    resize: vertical;
    min-height: 42px;
    height: 42px;
    font-family: inherit;
}

[b-4wrkiz460y] .preview-strip {
    display: flex;
    gap: 5px;
    margin-top: 5px;
}

[b-4wrkiz460y] .mini-preview {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 3px;
    border: 1px solid #eee;
}

[b-4wrkiz460y] .btn-primary {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    white-space: nowrap;
    transition: background-color 0.2s;
}

    [b-4wrkiz460y] .btn-primary:hover {
        background-color: #333;
    }

    [b-4wrkiz460y] .btn-primary:disabled {
        opacity: 0.7;
        cursor: not-allowed;
    }

[b-4wrkiz460y] .btn-link {
    background: none;
    border: none;
    color: #555;
    cursor: pointer;
    text-decoration: underline;
    font-size: 0.9rem;
    padding: 0 5px;
}

    [b-4wrkiz460y] .btn-link:hover {
        color: #000;
    }

    [b-4wrkiz460y] .btn-link.danger {
        color: #dc3545;
    }

        [b-4wrkiz460y] .btn-link.danger:hover {
            color: #bd2130;
        }

[b-4wrkiz460y] .btn-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
    transition: opacity 0.2s;
}

    [b-4wrkiz460y] .btn-icon:hover {
        opacity: 0.8;
    }

    [b-4wrkiz460y] .btn-icon.save {
        background: #d4edda;
        color: #155724;
    }

    [b-4wrkiz460y] .btn-icon.cancel {
        background: #f8d7da;
        color: #721c24;
    }

[b-4wrkiz460y] .table-responsive {
    overflow-x: auto;
    width: 100%;
}

[b-4wrkiz460y] .clean-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}

    [b-4wrkiz460y] .clean-table th {
        text-align: left;
        padding: 1rem 0.5rem;
        border-bottom: 2px solid #eee;
        color: #888;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 0.8rem;
        letter-spacing: 0.5px;
    }

    [b-4wrkiz460y] .clean-table td {
        padding: 1rem 0.5rem;
        border-bottom: 1px solid #f5f5f5;
        vertical-align: top;
    }

    [b-4wrkiz460y] .clean-table tr:hover td {
        background-color: #fafafa;
    }

    [b-4wrkiz460y] .clean-table .actions-cell {
        text-align: right;
        white-space: nowrap;
    }

[b-4wrkiz460y] .truncate-text {
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
}

[b-4wrkiz460y] .image-stack {
    display: flex;
    gap: 4px;
    align-items: center;
}

[b-4wrkiz460y] .table-thumb {
    width: 36px;
    height: 36px;
    border-radius: 4px;
    object-fit: cover;
    background: #f0f0f0;
    border: 1px solid #eee;
}

[b-4wrkiz460y] .more-count {
    font-size: 12px;
    color: #888;
}

[b-4wrkiz460y] .pagination-clean {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
}

    [b-4wrkiz460y] .pagination-clean button {
        background: none;
        border: 1px solid #ddd;
        padding: 0.4rem 1rem;
        border-radius: 4px;
        cursor: pointer;
        transition: background-color 0.2s;
    }

        [b-4wrkiz460y] .pagination-clean button:hover:not(:disabled) {
            background-color: #f5f5f5;
        }

        [b-4wrkiz460y] .pagination-clean button:disabled {
            border-color: #eee;
            color: #ccc;
            cursor: not-allowed;
        }

    [b-4wrkiz460y] .pagination-clean span {
        font-size: 0.9rem;
        color: #666;
        font-weight: 500;
    }

@media (max-width: 900px) {
    [b-4wrkiz460y] .clean-form .form-grid {
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }

    [b-4wrkiz460y] .btn-primary {
        width: 100%;
    }

    [b-4wrkiz460y] .clean-table th,
    [b-4wrkiz460y] .clean-table td {
        padding: 0.8rem 0.4rem;
    }

    [b-4wrkiz460y] .truncate-text {
        max-width: 150px;
    }
}


[b-4wrkiz460y] .dual-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

@media (max-width: 900px) {
    [b-4wrkiz460y] .dual-columns {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

[b-4wrkiz460y] .clean-table input.clean-input.dense {
    background-color: transparent;
    border-color: transparent;
}

    [b-4wrkiz460y] .clean-table input.clean-input.dense:focus,
    [b-4wrkiz460y] .clean-table input.clean-input.dense:hover {
        background-color: #fff;
        border-color: #ddd;
    }
/* /Components/Pages/MeulenDesignManagment/Roles.razor.rz.scp.css */
[b-3b2e8x1kk5] .page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

    [b-3b2e8x1kk5] .page-header h3 {
        margin: 0;
        font-weight: 700;
        color: #333;
    }

[b-3b2e8x1kk5] .divider {
    border: 0;
    border-top: 1px solid #eee;
    margin: 2rem 0;
}

[b-3b2e8x1kk5] .add-section {
    margin-bottom: 1.5rem;
}

    [b-3b2e8x1kk5] .add-section h4 {
        font-size: 1.1rem;
        margin-bottom: 1rem;
        color: #555;
    }

[b-3b2e8x1kk5] .clean-form .form-grid {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr auto;
    gap: 1rem;
    align-items: start;
}

[b-3b2e8x1kk5] .clean-input {
    width: 100%;
    padding: 0.6rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    font-size: 0.95rem;
    transition: border-color 0.2s;
}

    [b-3b2e8x1kk5] .clean-input:focus {
        border-color: #6fbd84;
        outline: none;
    }

    [b-3b2e8x1kk5] .clean-input.dense {
        padding: 0.4rem;
        font-size: 0.9rem;
    }

[b-3b2e8x1kk5] textarea.clean-input {
    resize: vertical;
    min-height: 42px;
    height: 42px;
    font-family: inherit;
}

[b-3b2e8x1kk5] .preview-strip {
    display: flex;
    gap: 5px;
    margin-top: 5px;
}

[b-3b2e8x1kk5] .mini-preview {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 3px;
    border: 1px solid #eee;
}

[b-3b2e8x1kk5] .btn-primary {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    white-space: nowrap;
    transition: background-color 0.2s;
}

    [b-3b2e8x1kk5] .btn-primary:hover {
        background-color: #333;
    }

    [b-3b2e8x1kk5] .btn-primary:disabled {
        opacity: 0.7;
        cursor: not-allowed;
    }

[b-3b2e8x1kk5] .btn-link {
    background: none;
    border: none;
    color: #555;
    cursor: pointer;
    text-decoration: underline;
    font-size: 0.9rem;
    padding: 0 5px;
}

    [b-3b2e8x1kk5] .btn-link:hover {
        color: #000;
    }

    [b-3b2e8x1kk5] .btn-link.danger {
        color: #dc3545;
    }

        [b-3b2e8x1kk5] .btn-link.danger:hover {
            color: #bd2130;
        }

[b-3b2e8x1kk5] .btn-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
    transition: opacity 0.2s;
}

    [b-3b2e8x1kk5] .btn-icon:hover {
        opacity: 0.8;
    }

    [b-3b2e8x1kk5] .btn-icon.save {
        background: #d4edda;
        color: #155724;
    }

    [b-3b2e8x1kk5] .btn-icon.cancel {
        background: #f8d7da;
        color: #721c24;
    }

[b-3b2e8x1kk5] .table-responsive {
    overflow-x: auto;
    width: 100%;
}

[b-3b2e8x1kk5] .clean-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}

    [b-3b2e8x1kk5] .clean-table th {
        text-align: left;
        padding: 1rem 0.5rem;
        border-bottom: 2px solid #eee;
        color: #888;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 0.8rem;
        letter-spacing: 0.5px;
    }

    [b-3b2e8x1kk5] .clean-table td {
        padding: 1rem 0.5rem;
        border-bottom: 1px solid #f5f5f5;
        vertical-align: top;
    }

    [b-3b2e8x1kk5] .clean-table tr:hover td {
        background-color: #fafafa;
    }

    [b-3b2e8x1kk5] .clean-table .actions-cell {
        text-align: right;
        white-space: nowrap;
    }

[b-3b2e8x1kk5] .truncate-text {
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
}

[b-3b2e8x1kk5] .image-stack {
    display: flex;
    gap: 4px;
    align-items: center;
}

[b-3b2e8x1kk5] .table-thumb {
    width: 36px;
    height: 36px;
    border-radius: 4px;
    object-fit: cover;
    background: #f0f0f0;
    border: 1px solid #eee;
}

[b-3b2e8x1kk5] .more-count {
    font-size: 12px;
    color: #888;
}

[b-3b2e8x1kk5] .pagination-clean {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
}

    [b-3b2e8x1kk5] .pagination-clean button {
        background: none;
        border: 1px solid #ddd;
        padding: 0.4rem 1rem;
        border-radius: 4px;
        cursor: pointer;
        transition: background-color 0.2s;
    }

        [b-3b2e8x1kk5] .pagination-clean button:hover:not(:disabled) {
            background-color: #f5f5f5;
        }

        [b-3b2e8x1kk5] .pagination-clean button:disabled {
            border-color: #eee;
            color: #ccc;
            cursor: not-allowed;
        }

    [b-3b2e8x1kk5] .pagination-clean span {
        font-size: 0.9rem;
        color: #666;
        font-weight: 500;
    }

[b-3b2e8x1kk5] .field-label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: #555;
    margin-bottom: 5px;
}

[b-3b2e8x1kk5] .list-section h4 {
    margin-bottom: 1.2rem;
}

[b-3b2e8x1kk5] .badge {
    background-color: #f1f3f5;
    color: #6c757d;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    [b-3b2e8x1kk5] .form-grid[style*="grid-template-columns: 1fr 1.5fr"] {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
    }
}

@media (max-width: 900px) {
    [b-3b2e8x1kk5] .clean-form .form-grid {
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }

    [b-3b2e8x1kk5] .btn-primary {
        width: 100%;
    }

    [b-3b2e8x1kk5] .clean-table th,
    [b-3b2e8x1kk5] .clean-table td {
        padding: 0.8rem 0.4rem;
    }

    [b-3b2e8x1kk5] .truncate-text {
        max-width: 150px;
    }
}
/* /Components/Pages/MeulenDesignManagment/SettingsOverview.razor.rz.scp.css */
[b-r3onn7jl8s] .page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

    [b-r3onn7jl8s] .page-header h3 {
        margin: 0;
        font-weight: 700;
        color: #333;
    }

[b-r3onn7jl8s] .divider {
    border: 0;
    border-top: 1px solid #eee;
    margin: 2rem 0;
}

[b-r3onn7jl8s] .add-section {
    margin-bottom: 1.5rem;
}

    [b-r3onn7jl8s] .add-section h4 {
        font-size: 1.1rem;
        margin-bottom: 1rem;
        color: #555;
    }

[b-r3onn7jl8s] .clean-form .form-grid {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr auto;
    gap: 1rem;
    align-items: start;
}

[b-r3onn7jl8s] .clean-input {
    width: 100%;
    padding: 0.6rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    font-size: 0.95rem;
    transition: border-color 0.2s;
}

    [b-r3onn7jl8s] .clean-input:focus {
        border-color: #6fbd84;
        outline: none;
    }

    [b-r3onn7jl8s] .clean-input.dense {
        padding: 0.4rem;
        font-size: 0.9rem;
    }

[b-r3onn7jl8s] textarea.clean-input {
    resize: vertical;
    min-height: 42px;
    height: 42px;
    font-family: inherit;
}

[b-r3onn7jl8s] .preview-strip {
    display: flex;
    gap: 5px;
    margin-top: 5px;
}

[b-r3onn7jl8s] .mini-preview {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 3px;
    border: 1px solid #eee;
}

[b-r3onn7jl8s] .btn-primary {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    white-space: nowrap;
    transition: background-color 0.2s;
}

    [b-r3onn7jl8s] .btn-primary:hover {
        background-color: #333;
    }

    [b-r3onn7jl8s] .btn-primary:disabled {
        opacity: 0.7;
        cursor: not-allowed;
    }

[b-r3onn7jl8s] .btn-link {
    background: none;
    border: none;
    color: #555;
    cursor: pointer;
    text-decoration: underline;
    font-size: 0.9rem;
    padding: 0 5px;
}

    [b-r3onn7jl8s] .btn-link:hover {
        color: #000;
    }

    [b-r3onn7jl8s] .btn-link.danger {
        color: #dc3545;
    }

        [b-r3onn7jl8s] .btn-link.danger:hover {
            color: #bd2130;
        }

[b-r3onn7jl8s] .btn-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
    transition: opacity 0.2s;
}

    [b-r3onn7jl8s] .btn-icon:hover {
        opacity: 0.8;
    }

    [b-r3onn7jl8s] .btn-icon.save {
        background: #d4edda;
        color: #155724;
    }

    [b-r3onn7jl8s] .btn-icon.cancel {
        background: #f8d7da;
        color: #721c24;
    }

[b-r3onn7jl8s] .table-responsive {
    overflow-x: auto;
    width: 100%;
}

[b-r3onn7jl8s] .clean-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}

    [b-r3onn7jl8s] .clean-table th {
        text-align: left;
        padding: 1rem 0.5rem;
        border-bottom: 2px solid #eee;
        color: #888;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 0.8rem;
        letter-spacing: 0.5px;
    }

    [b-r3onn7jl8s] .clean-table td {
        padding: 1rem 0.5rem;
        border-bottom: 1px solid #f5f5f5;
        vertical-align: top;
    }

    [b-r3onn7jl8s] .clean-table tr:hover td {
        background-color: #fafafa;
    }

    [b-r3onn7jl8s] .clean-table .actions-cell {
        text-align: right;
        white-space: nowrap;
    }

[b-r3onn7jl8s] .truncate-text {
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
}

[b-r3onn7jl8s] .image-stack {
    display: flex;
    gap: 4px;
    align-items: center;
}

[b-r3onn7jl8s] .table-thumb {
    width: 36px;
    height: 36px;
    border-radius: 4px;
    object-fit: cover;
    background: #f0f0f0;
    border: 1px solid #eee;
}

[b-r3onn7jl8s] .more-count {
    font-size: 12px;
    color: #888;
}

[b-r3onn7jl8s] .pagination-clean {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
}

    [b-r3onn7jl8s] .pagination-clean button {
        background: none;
        border: 1px solid #ddd;
        padding: 0.4rem 1rem;
        border-radius: 4px;
        cursor: pointer;
        transition: background-color 0.2s;
    }

        [b-r3onn7jl8s] .pagination-clean button:hover:not(:disabled) {
            background-color: #f5f5f5;
        }

        [b-r3onn7jl8s] .pagination-clean button:disabled {
            border-color: #eee;
            color: #ccc;
            cursor: not-allowed;
        }

    [b-r3onn7jl8s] .pagination-clean span {
        font-size: 0.9rem;
        color: #666;
        font-weight: 500;
    }

@media (max-width: 900px) {
    [b-r3onn7jl8s] .clean-form .form-grid {
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }

    [b-r3onn7jl8s] .btn-primary {
        width: 100%;
    }

    [b-r3onn7jl8s] .clean-table th,
    [b-r3onn7jl8s] .clean-table td {
        padding: 0.8rem 0.4rem;
    }

    [b-r3onn7jl8s] .truncate-text {
        max-width: 150px;
    }
}

[b-r3onn7jl8s] .badge.global-badge {
    background-color: #e7f1ff;
    color: #007bff;
    border: 1px solid #cfe2ff;
}

[b-r3onn7jl8s] .props-list.mt-2 {
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

[b-r3onn7jl8s] .clean-table .actions-cell {
    vertical-align: middle;
}

[b-r3onn7jl8s] .status-dot {
    margin-top: 5px;
}
/* /Components/Pages/MeulenDesignManagment/Tenants/TenantForm.razor.rz.scp.css */
.page-wrapper[b-8dzjbeiq4w] {
    padding: 20px;
    max-width: 1600px;
    margin: 0 auto;
}

.page-header[b-8dzjbeiq4w] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 15px;
}

.header-actions[b-8dzjbeiq4w] {
    display: flex;
    gap: 10px;
}

/* Tabs Styling */
.tabs-container[b-8dzjbeiq4w] {
    display: flex;
    gap: 5px;
    border-bottom: 2px solid #ddd;
    margin-bottom: 25px;
    overflow-x: auto; 
}

.tab-btn[b-8dzjbeiq4w] {
    padding: 12px 24px;
    background: #f8f9fa;
    border: 1px solid #ddd;
    border-bottom: none;
    cursor: pointer;
    font-weight: 500;
    border-radius: 8px 8px 0 0;
    transition: all 0.2s;
}

    .tab-btn.active[b-8dzjbeiq4w] {
        background: #fff;
        border-color: #ddd;
        border-bottom: 2px solid #fff;
        margin-bottom: -2px;
        color: #007bff;
        font-weight: bold;
    }

.responsive-grid[b-8dzjbeiq4w] {
    display: grid;
    grid-template-columns: 1fr; 
    gap: 20px;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .responsive-grid[b-8dzjbeiq4w] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1200px) {
    .responsive-grid[b-8dzjbeiq4w] {
        grid-template-columns: repeat(3, 1fr);
    }
}

.span-2[b-8dzjbeiq4w] {
    grid-column: span 1;
}

.span-full[b-8dzjbeiq4w] {
    grid-column: 1 / -1;
}

@media (min-width: 768px) {
    .span-2[b-8dzjbeiq4w] {
        grid-column: span 2;
    }
}

.form-group[b-8dzjbeiq4w] {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

    .form-group label[b-8dzjbeiq4w] {
        font-weight: 600;
        color: #333;
        font-size: 0.9rem;
    }

.form-control[b-8dzjbeiq4w] {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1rem;
    width: 100%;
}

    .form-control:focus[b-8dzjbeiq4w] {
        border-color: #007bff;
        outline: none;
        box-shadow: 0 0 0 3px rgba(0,123,255,0.1);
    }

.table-responsive[b-8dzjbeiq4w] {
    overflow-x: auto;
}

.custom-table[b-8dzjbeiq4w] {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px; 
}

    .custom-table th[b-8dzjbeiq4w] {
        text-align: left;
        padding: 10px;
        background: #f8f9fa;
    }

    .custom-table td[b-8dzjbeiq4w] {
        padding: 8px;
        border-bottom: 1px solid #eee;
    }

.closed-row[b-8dzjbeiq4w] {
    background-color: #f9f9f9;
    opacity: 0.7;
}

.day-cell[b-8dzjbeiq4w] {
    font-weight: bold;
    width: 150px;
}

.big-checkbox[b-8dzjbeiq4w] {
    transform: scale(1.5);
    cursor: pointer;
}

/* Buttons */
.btn[b-8dzjbeiq4w] {
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
}

.btn-primary[b-8dzjbeiq4w] {
    background-color: black;
    color: white;
}

    .btn-primary:hover[b-8dzjbeiq4w] {
        background-color: #353836;
    };
    color: white;[b-8dzjbeiq4w]
}
.btn-cancel[b-8dzjbeiq4w] {
    background-color: #6c757d;
    color: white;
}

.btn-large[b-8dzjbeiq4w] {
    width: 100%;
    padding: 15px;
    font-size: 1.1rem;
    margin-top: 20px;
}

.section-title[b-8dzjbeiq4w] {
    border-bottom: 2px solid #eee;
    padding-bottom: 8px;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #555;
}

.show[b-8dzjbeiq4w] {
    display: block;
    animation: fadeIn-b-8dzjbeiq4w 0.3s;
}

.hide[b-8dzjbeiq4w] {
    display: none;
}

@keyframes fadeIn-b-8dzjbeiq4w {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* /Components/Pages/MeulenDesignManagment/Tenants/Tenants.razor.rz.scp.css */
.form-grid-tenant[b-r9o7vyw38b] {
    display: grid;
    grid-template-columns: 1.5fr 1.5fr 1fr auto;
    gap: 1rem;
    align-items: start;
}

.status-dot[b-r9o7vyw38b] {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

    .status-dot.active[b-r9o7vyw38b] {
        background-color: #28a745;
    }

    .status-dot.pending[b-r9o7vyw38b] {
        background-color: #ffc107;
    }

    .status-dot.suspended[b-r9o7vyw38b] {
        background-color: #dc3545;
    }


[b-r9o7vyw38b] .page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

    [b-r9o7vyw38b] .page-header h3 {
        margin: 0;
        font-weight: 700;
        color: #333;
    }

[b-r9o7vyw38b] .divider {
    border: 0;
    border-top: 1px solid #eee;
    margin: 2rem 0;
}

[b-r9o7vyw38b] .add-section {
    margin-bottom: 1.5rem;
}

    [b-r9o7vyw38b] .add-section h4 {
        font-size: 1.1rem;
        margin-bottom: 1rem;
        color: #555;
    }

[b-r9o7vyw38b] .clean-form .form-grid {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr auto;
    gap: 1rem;
    align-items: start;
}

[b-r9o7vyw38b] .clean-input {
    width: 100%;
    padding: 0.6rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    font-size: 0.95rem;
    transition: border-color 0.2s;
}

    [b-r9o7vyw38b] .clean-input:focus {
        border-color: #6fbd84;
        outline: none;
    }

    [b-r9o7vyw38b] .clean-input.dense {
        padding: 0.4rem;
        font-size: 0.9rem;
    }

[b-r9o7vyw38b] textarea.clean-input {
    resize: vertical;
    min-height: 42px;
    height: 42px;
    font-family: inherit;
}

[b-r9o7vyw38b] .preview-strip {
    display: flex;
    gap: 5px;
    margin-top: 5px;
}

[b-r9o7vyw38b] .mini-preview {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 3px;
    border: 1px solid #eee;
}

[b-r9o7vyw38b] .btn-primary {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    white-space: nowrap;
    transition: background-color 0.2s;
}

    [b-r9o7vyw38b] .btn-primary:hover {
        background-color: #333;
    }

    [b-r9o7vyw38b] .btn-primary:disabled {
        opacity: 0.7;
        cursor: not-allowed;
    }

[b-r9o7vyw38b] .btn-link {
    background: none;
    border: none;
    color: #555;
    cursor: pointer;
    text-decoration: underline;
    font-size: 0.9rem;
    padding: 0 5px;
}

    [b-r9o7vyw38b] .btn-link:hover {
        color: #000;
    }

    [b-r9o7vyw38b] .btn-link.danger {
        color: #dc3545;
    }

        [b-r9o7vyw38b] .btn-link.danger:hover {
            color: #bd2130;
        }

[b-r9o7vyw38b] .btn-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
    transition: opacity 0.2s;
}

    [b-r9o7vyw38b] .btn-icon:hover {
        opacity: 0.8;
    }

    [b-r9o7vyw38b] .btn-icon.save {
        background: #d4edda;
        color: #155724;
    }

    [b-r9o7vyw38b] .btn-icon.cancel {
        background: #f8d7da;
        color: #721c24;
    }

[b-r9o7vyw38b] .table-responsive {
    overflow-x: auto;
    width: 100%;
}

[b-r9o7vyw38b] .clean-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}

    [b-r9o7vyw38b] .clean-table th {
        text-align: left;
        padding: 1rem 0.5rem;
        border-bottom: 2px solid #eee;
        color: #888;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 0.8rem;
        letter-spacing: 0.5px;
    }

    [b-r9o7vyw38b] .clean-table td {
        padding: 1rem 0.5rem;
        border-bottom: 1px solid #f5f5f5;
        vertical-align: top;
    }

    [b-r9o7vyw38b] .clean-table tr:hover td {
        background-color: #fafafa;
    }

    [b-r9o7vyw38b] .clean-table .actions-cell {
        text-align: right;
        white-space: nowrap;
    }

[b-r9o7vyw38b] .truncate-text {
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
}

[b-r9o7vyw38b] .image-stack {
    display: flex;
    gap: 4px;
    align-items: center;
}

[b-r9o7vyw38b] .table-thumb {
    width: 36px;
    height: 36px;
    border-radius: 4px;
    object-fit: cover;
    background: #f0f0f0;
    border: 1px solid #eee;
}

[b-r9o7vyw38b] .more-count {
    font-size: 12px;
    color: #888;
}

[b-r9o7vyw38b] .pagination-clean {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
}

    [b-r9o7vyw38b] .pagination-clean button {
        background: none;
        border: 1px solid #ddd;
        padding: 0.4rem 1rem;
        border-radius: 4px;
        cursor: pointer;
        transition: background-color 0.2s;
    }

        [b-r9o7vyw38b] .pagination-clean button:hover:not(:disabled) {
            background-color: #f5f5f5;
        }

        [b-r9o7vyw38b] .pagination-clean button:disabled {
            border-color: #eee;
            color: #ccc;
            cursor: not-allowed;
        }

    [b-r9o7vyw38b] .pagination-clean span {
        font-size: 0.9rem;
        color: #666;
        font-weight: 500;
    }

@media (max-width: 900px) {
    [b-r9o7vyw38b] .clean-form .form-grid {
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }

    [b-r9o7vyw38b] .btn-primary {
        width: 100%;
    }

    [b-r9o7vyw38b] .clean-table th,
    [b-r9o7vyw38b] .clean-table td {
        padding: 0.8rem 0.4rem;
    }

    [b-r9o7vyw38b] .truncate-text {
        max-width: 150px;
    }
}

[b-r9o7vyw38b] .table-responsive {
    overflow-x: auto;
    width: 100%;
    display: block;
    -webkit-overflow-scrolling: touch;
}

[b-r9o7vyw38b] .clean-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
    min-width: 800px;
}

.status-dot[b-r9o7vyw38b] {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
}

    .status-dot.active[b-r9o7vyw38b] {
        background-color: #28a745;
    }

    .status-dot.pending[b-r9o7vyw38b] {
        background-color: #ffc107;
    }

    .status-dot.suspended[b-r9o7vyw38b] {
        background-color: #dc3545;
    }
/* /Components/Pages/MeulenDesignManagment/UserManagment.razor.rz.scp.css */
[b-3ucjbbe0v2] .page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

    [b-3ucjbbe0v2] .page-header h3 {
        margin: 0;
        font-weight: 700;
        color: #333;
    }

[b-3ucjbbe0v2] .divider {
    border: 0;
    border-top: 1px solid #eee;
    margin: 2rem 0;
}

[b-3ucjbbe0v2] .add-section {
    margin-bottom: 1.5rem;
}

    [b-3ucjbbe0v2] .add-section h4 {
        font-size: 1.1rem;
        margin-bottom: 1rem;
        color: #555;
    }

[b-3ucjbbe0v2] .clean-form .form-grid {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr auto;
    gap: 1rem;
    align-items: start;
}

[b-3ucjbbe0v2] .clean-input {
    width: 100%;
    padding: 0.6rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    font-size: 0.95rem;
    transition: border-color 0.2s;
}

    [b-3ucjbbe0v2] .clean-input:focus {
        border-color: #6fbd84;
        outline: none;
    }

    [b-3ucjbbe0v2] .clean-input.dense {
        padding: 0.4rem;
        font-size: 0.9rem;
    }

[b-3ucjbbe0v2] textarea.clean-input {
    resize: vertical;
    min-height: 42px;
    height: 42px;
    font-family: inherit;
}

[b-3ucjbbe0v2] .preview-strip {
    display: flex;
    gap: 5px;
    margin-top: 5px;
}

[b-3ucjbbe0v2] .mini-preview {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 3px;
    border: 1px solid #eee;
}

[b-3ucjbbe0v2] .btn-primary {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    white-space: nowrap;
    transition: background-color 0.2s;
}

    [b-3ucjbbe0v2] .btn-primary:hover {
        background-color: #333;
    }

    [b-3ucjbbe0v2] .btn-primary:disabled {
        opacity: 0.7;
        cursor: not-allowed;
    }

[b-3ucjbbe0v2] .btn-link {
    background: none;
    border: none;
    color: #555;
    cursor: pointer;
    text-decoration: underline;
    font-size: 0.9rem;
    padding: 0 5px;
}

    [b-3ucjbbe0v2] .btn-link:hover {
        color: #000;
    }

    [b-3ucjbbe0v2] .btn-link.danger {
        color: #dc3545;
    }

        [b-3ucjbbe0v2] .btn-link.danger:hover {
            color: #bd2130;
        }

[b-3ucjbbe0v2] .btn-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
    transition: opacity 0.2s;
}

    [b-3ucjbbe0v2] .btn-icon:hover {
        opacity: 0.8;
    }

    [b-3ucjbbe0v2] .btn-icon.save {
        background: #d4edda;
        color: #155724;
    }

    [b-3ucjbbe0v2] .btn-icon.cancel {
        background: #f8d7da;
        color: #721c24;
    }

[b-3ucjbbe0v2] .table-responsive {
    overflow-x: auto;
    width: 100%;
}

[b-3ucjbbe0v2] .clean-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}

    [b-3ucjbbe0v2] .clean-table th {
        text-align: left;
        padding: 1rem 0.5rem;
        border-bottom: 2px solid #eee;
        color: #888;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 0.8rem;
        letter-spacing: 0.5px;
    }

    [b-3ucjbbe0v2] .clean-table td {
        padding: 1rem 0.5rem;
        border-bottom: 1px solid #f5f5f5;
        vertical-align: top;
    }

    [b-3ucjbbe0v2] .clean-table tr:hover td {
        background-color: #fafafa;
    }

    [b-3ucjbbe0v2] .clean-table .actions-cell {
        text-align: right;
        white-space: nowrap;
    }

[b-3ucjbbe0v2] .truncate-text {
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
}

[b-3ucjbbe0v2] .image-stack {
    display: flex;
    gap: 4px;
    align-items: center;
}

[b-3ucjbbe0v2] .table-thumb {
    width: 36px;
    height: 36px;
    border-radius: 4px;
    object-fit: cover;
    background: #f0f0f0;
    border: 1px solid #eee;
}

[b-3ucjbbe0v2] .more-count {
    font-size: 12px;
    color: #888;
}

[b-3ucjbbe0v2] .pagination-clean {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
}

    [b-3ucjbbe0v2] .pagination-clean button {
        background: none;
        border: 1px solid #ddd;
        padding: 0.4rem 1rem;
        border-radius: 4px;
        cursor: pointer;
        transition: background-color 0.2s;
    }

        [b-3ucjbbe0v2] .pagination-clean button:hover:not(:disabled) {
            background-color: #f5f5f5;
        }

        [b-3ucjbbe0v2] .pagination-clean button:disabled {
            border-color: #eee;
            color: #ccc;
            cursor: not-allowed;
        }

    [b-3ucjbbe0v2] .pagination-clean span {
        font-size: 0.9rem;
        color: #666;
        font-weight: 500;
    }

[b-3ucjbbe0v2] .success-badge {
    background-color: #d4edda !important;
    color: #155724 !important;
    border: 1px solid #c3e6cb;
}

[b-3ucjbbe0v2] .action-panel {
    margin-top: 2rem;
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 8px;
    border: 1px solid #eee;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

    [b-3ucjbbe0v2] .action-panel h5 {
        margin-bottom: 0.5rem;
        font-weight: 700;
    }

    [b-3ucjbbe0v2] .action-panel.border-warning {
        border-left: 5px solid #ffc107;
    }

    [b-3ucjbbe0v2] .action-panel.border-info {
        border-left: 5px solid #17a2b8;
    }

[b-3ucjbbe0v2] .input-with-button {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 1rem;
}

[b-3ucjbbe0v2] .alert-box {
    padding: 1rem;
    border-radius: 6px;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

    [b-3ucjbbe0v2] .alert-box.success {
        background-color: #e6fffa;
        color: #047481;
        border: 1px solid #b2f5ea;
    }

    [b-3ucjbbe0v2] .alert-box.danger {
        background-color: #fff5f5;
        color: #c53030;
        border: 1px solid #feb2b2;
    }

@media (max-width: 900px) {
    [b-3ucjbbe0v2] .clean-form .form-grid {
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }

    [b-3ucjbbe0v2] .btn-primary {
        width: 100%;
    }

    [b-3ucjbbe0v2] .clean-table th,
    [b-3ucjbbe0v2] .clean-table td {
        padding: 0.8rem 0.4rem;
    }

    [b-3ucjbbe0v2] .truncate-text {
        max-width: 150px;
    }
}

@media (max-width: 768px) {
    [b-3ucjbbe0v2] .input-with-button {
        flex-direction: column;
        align-items: stretch;
    }
}
