/* /Components/Controls/Dialog.razor.rz.scp.css */
.overlay[b-cyrim2la5l] {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.dialog[b-cyrim2la5l] {
    width: 750px;
    background-color: white;
    border-radius: 10px 10px 10px 10px;
    /*padding: 1rem;*/
}

.dialog .dialog-header[b-cyrim2la5l] {
    background-color: green;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem;
    height: 50px;
    border-radius: 10px 10px 0px 0px;
}

.dialog .dialog-body[b-cyrim2la5l] {
    padding: 2rem;
}

.dialog .dialog-footer[b-cyrim2la5l] {
    padding: 2rem;
}

.close[b-cyrim2la5l] {
    height: 40px;
    width: 40px;
    background-color: transparent;
    transition: 0.25s ease;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.close:hover[b-cyrim2la5l] {
    background-color: #DDD;
}

h2[b-cyrim2la5l] {
    color: white;
    font-size: 30px;
}
/* /Components/Controls/GenericDataTable.razor.rz.scp.css */
.dt-scroll[b-zr7twx3a73] {
    overflow: auto;
    background: #f7f7f8;
    border: 1px solid var(--border);
    border-radius: 8px;
    box-shadow: var(--shadow-sm);
    scrollbar-gutter: stable;
}

.dt-table[b-zr7twx3a73] {
    border-collapse: separate;
    border-spacing: 0;
    table-layout: auto;
    width: max-content;
    min-width: 100%;
    background: #fff;
}

.dt-table thead th[b-zr7twx3a73] {
    background: #6e8296;
    color: #fff;
    font-weight: 600;
    padding: 10px 12px;
    border-bottom: 1px solid #e6e6ea;
    border-right: 1px solid rgba(255, 255, 255, 0.35);
}

.dt-table tbody td[b-zr7twx3a73] {
    padding: 10px 12px;
    border-bottom: 1px solid #e6e6ea;
    border-right: 1px solid #dfe3e8;
    vertical-align: middle;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    background: #fff;
}

.dt-table tbody.zebra tr:nth-child(even) td[b-zr7twx3a73] {
    background: #f4f5f7;
}

.dt-table thead.sticky-header th[b-zr7twx3a73] {
    position: sticky;
    top: 0;
    z-index: 3;
}

.dt-scroll.sticky-first-col .dt-table th:first-child[b-zr7twx3a73],
.dt-scroll.sticky-first-col .dt-table td:first-child[b-zr7twx3a73] {
    position: sticky;
    left: 0;
    z-index: 2;
    box-shadow: 1px 0 0 #dfe3e8;
}

.dt-scroll.sticky-first-col .dt-table thead th:first-child[b-zr7twx3a73] {
    z-index: 4;
    background: #6e8296;
}

.dt-scroll.sticky-first-col .dt-table tbody tr:nth-child(odd) td:first-child[b-zr7twx3a73] {
    background: #fff;
}

.dt-scroll.sticky-first-col .dt-table tbody tr:nth-child(even) td:first-child[b-zr7twx3a73] {
    background: #f4f5f7;
}

.dt-table thead th:last-child[b-zr7twx3a73],
.dt-table tbody td:last-child[b-zr7twx3a73] {
    border-right: none;
}

.center[b-zr7twx3a73] {
    text-align: center;
}

.sort-btn[b-zr7twx3a73] {
    width: 100%;
    border: none;
    background: transparent;
    color: inherit;
    font: inherit;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    cursor: pointer;
    text-align: left;
}

.center .sort-btn[b-zr7twx3a73] {
    justify-content: center;
}

.sort-indicator[b-zr7twx3a73] {
    font-size: 11px;
    line-height: 1;
}

.sort-muted[b-zr7twx3a73] {
    opacity: .55;
}
/* /Components/Controls/Pagination.razor.rz.scp.css */
.custom-pagination[b-4ielrbvqvz] {
    margin: 0;
    padding-left: 0;
    gap: 1px; /* keep buttons connected */
}

.custom-pagination .page-item[b-4ielrbvqvz] {
    margin: 0 !important;
}

.custom-pagination .page-link[b-4ielrbvqvz] {
    margin: 0 !important;
}

.custom-pagination .page-link[b-4ielrbvqvz] {
    background: #000;
    color: #fff;
    border: 1px solid #000;
    border-radius: 0; /* square by default */
    margin: 0;
    padding: 0.5rem 0.9rem;
    line-height: 1.2;
}

/* connect all buttons */
.custom-pagination .page-item + .page-item .page-link[b-4ielrbvqvz] {
    margin-left: 0px !important;
}

/* rounded only on ends */
.custom-pagination .page-item.page-prev .page-link[b-4ielrbvqvz] {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    margin: 0 !important;
}

.custom-pagination .page-item.page-next .page-link[b-4ielrbvqvz] {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    margin: 0 !important;
}

/* only active number button is grey */
.custom-pagination .page-item.page-number.active .page-link[b-4ielrbvqvz] {
    background: #6c757d;
    border-color: #6c757d;
    color: #fff;
    z-index: 1;
}

/* hover for non-active buttons */
.custom-pagination .page-item:not(.active):not(.disabled) .page-link:hover[b-4ielrbvqvz] {
    background: #222;
    border-color: #222;
    color: #fff;
}

/* disabled */
.custom-pagination .page-item.disabled .page-link[b-4ielrbvqvz] {
    color: white;
    pointer-events: none;
    opacity: 1;
    margin: 0;
}

nav ul li.page-item.page-prev.disabled[b-4ielrbvqvz] {
    margin-left: 0px;
}
/* /Components/Controls/SearchableDropdownList.razor.rz.scp.css */
/* Wrapper for one label + one searchable dropdown */
.searchable-dropdown-field[b-mnncfe5zha] {
    display: flex;
    flex-direction: column;
    min-width: 0;
    width: 100%;
}

/* Label */
.searchable-dropdown-label[b-mnncfe5zha] {
    display: block;
    margin-bottom: 0.4rem;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 1.2;
    color: #111 !important;
}

/* Container */
.searchable-dropdown[b-mnncfe5zha] {
    position: relative;
    display: block;
    width: 97%;
    max-width: 100%;
    margin-left: 10px;
    
}

/* Input */
.searchable-dropdown .form-control[b-mnncfe5zha] {
    width: 100%;
    background: #f3f3f3;
    color: #111;
    border: 1px solid #000;
    border-radius: 8px; /* square corners */
    padding: 0.62rem 0.78rem;
    transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.searchable-dropdown .form-control[b-mnncfe5zha]::placeholder {
    color: #666;
    opacity: 1;
}

.searchable-dropdown .form-control:focus[b-mnncfe5zha] {
    background: #fff;
    color: #000;
    border-color: #000;
    border-radius: 8px;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}

/* Dropdown list */
.dropdown-list[b-mnncfe5zha] {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    width: 100%;
    z-index: 1000;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #000;
    border-radius: 8px; /* square corners */
    max-height: 220px;
    overflow-y: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

/* Items */
.dropdown-list li[b-mnncfe5zha] {
    padding: 0.58rem 0.78rem;
    cursor: pointer;
    font-size: 0.92rem;
    color: #111;
    border-left: 2px solid transparent;
    transition: background-color 0.12s ease, color 0.12s ease, border-left-color 0.12s ease;
}

.dropdown-list li:hover[b-mnncfe5zha] {
    background: #e9e9e9;
    color: #000;
    border-left-color: #000;
}

.dropdown-list li.active[b-mnncfe5zha] {
    background: #dcdcdc;
    color: #000;
    border-left-color: #000;
}

/* Scrollbar */
.dropdown-list[b-mnncfe5zha]::-webkit-scrollbar {
    width: 8px;
}

.dropdown-list[b-mnncfe5zha]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.dropdown-list[b-mnncfe5zha]::-webkit-scrollbar-thumb {
    background: #9a9a9a;
    border-radius: 0; /* square scrollbar thumb */
}

.dropdown-list[b-mnncfe5zha]::-webkit-scrollbar-thumb:hover {
    background: #777;
}

/* Parent layout */
.searchable-dropdown-row[b-mnncfe5zha] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0.75rem;
    align-items: start;
}

/* Responsive stack */
@media (max-width: 768px) {
    .searchable-dropdown-row[b-mnncfe5zha] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/*Removes the padding around the body of the website*/
.body-content[b-ve7wurrmrn] {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
}

/* Footer */
footer[b-ve7wurrmrn] {
    /*background-color: var(--accent-color);*/
    background: linear-gradient(to right, #1b286f 0%, #060e3c 100%);
    border-top: 8px solid var(--lime-accent);
    color: var(--text-light);
    padding: 50px 0 0px;
}

.footer_slogan[b-ve7wurrmrn] {
    color: var(--lime-accent);
    font-weight: bold;
    font-size: 18px;
}

.footer-content[b-ve7wurrmrn] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 30px;
}

.footer-section h3[b-ve7wurrmrn] {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

.footer-section p[b-ve7wurrmrn] {
    font-size: 18px;
    color: var(--text-light);
}

.footer-section ul li[b-ve7wurrmrn] {
    margin-bottom: 8px;
}

.footer-section ul li a[b-ve7wurrmrn] {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    transition: color var(--transition-speed);
}

.footer-section ul li a:hover[b-ve7wurrmrn] {
    color: var(--text-light);
}

.social-icons[b-ve7wurrmrn] {
    display: flex;
    gap: 15px;
}

.social-icons a[b-ve7wurrmrn] {
    color: var(--text-light);
    font-size: 18px;
    transition: color var(--transition-speed);
}

.social-icons a:hover[b-ve7wurrmrn] {
    color: rgba(255, 255, 255, 0.658);
    transition: color var(--transition-speed);
}

.footer-bottom[b-ve7wurrmrn] {
    background-color: var(--primary-color);
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
}
/**End Footer **/

/*@media (max-width: 767px) {
    img {
        height: 50%;
    }
    
    .header-container {
        position: relative;
        width: 98%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 15px;
        height: 80%;
        display: flex;
    }

    .site-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 60px;
        z-index: 1000;
        box-shadow: 0 1px 10px rgba(0,0,0,0.15);
        background: linear-gradient(to right, #1b286f 0%, #060e3c 100%);
    }
}*/

  
@media (max-width: 900px) {

    .logo-img[b-ve7wurrmrn]{
        height: 60px;
    }

    .footer-content[b-ve7wurrmrn] {
        grid-template-columns: 1fr;
        gap: 24px;
        /*text-align: center;*/
        padding: 0 16px;
    }

    .footer-sec-1[b-ve7wurrmrn],
    .footer-sec-2[b-ve7wurrmrn],
    .footer-sec-3[b-ve7wurrmrn] {
        justify-self: center;
        align-items: center;
        text-align: center;
    }

    .social-icons[b-ve7wurrmrn] {
        align-items: center;
    }
}

@media (max-width: 767px) {

    .logo-img[b-ve7wurrmrn] {
        height: 55px;
    }

    .footer-content[b-ve7wurrmrn] {
        grid-template-columns: 1fr;
        gap: 24px;
        /*text-align: center;*/
        padding: 0 16px;
    }

    .footer-sec-1[b-ve7wurrmrn],
    .footer-sec-2[b-ve7wurrmrn],
    .footer-sec-3[b-ve7wurrmrn] {
        justify-self: center;
        align-items: center;
        text-align: center;
    }

    .social-icons[b-ve7wurrmrn] {
        align-items: center;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* ===== Matched Theme (Searchable Dropdown + Mobile Menu) ===== */


/* ===== Existing checkbox toggle ===== */
.menu-toggle[b-9g3gnk61fh] {
    display: none;
}
.primary-nav[b-9g3gnk61fh] {  
    margin-right:100px;
    
}
.header-center[b-9g3gnk61fh] {
    justify-items:center;
    align-content:center;
    padding-left:15px;
    
}
/* Anchor for dropdown menu */
.header-right[b-9g3gnk61fh] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Hamburger button - same style language as input */
.menu-icon[b-9g3gnk61fh] {
    font-size: 20px;
    line-height: 1;
    padding: 9px 11px;
    border-radius: 10px;
    cursor: pointer;
    user-select: none;
    color: var(--text-1);
    background: #1b286f;
    border: 1px solid var(--bg-light);
    /*border-left: 3px solid var(--lime-1);*/
   /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35); */
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
    z-index: 100001;
}

    .menu-icon:hover[b-9g3gnk61fh] {
        border-color: var(--bg-light);
        
        /* box-shadow: 0 0 0 0.2rem rgba(163, 230, 53, 0.16), 0 8px 18px rgba(0, 0, 0, 0.45);*/
    }

/* Backdrop */
.menu-backdrop[b-9g3gnk61fh] {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.22);
    z-index: 99990;
}

/* Menu panel - mirrors .dropdown-list */
.menu[b-9g3gnk61fh] {
    display: none;
    position: absolute;
    top: calc(100% + 1px);
    left: 1px;
    /*right: 1px;*/
    min-width: 240px;
    overflow: hidden;
    background: linear-gradient(to right,#060e3c 0%, #1b286f 100%);
    border: 1px solid #3f3f3f;
    border-top: 2px solid var(--lime-1);
    border-radius: 10px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.5);
    z-index: 99999;
}

.menu ul[b-9g3gnk61fh] {
    list-style: none;
    margin: 0;
    padding: 0.3rem 0;
}

.menu ul li a[b-9g3gnk61fh] {
    display: block;
    padding: 0.58rem 0.78rem;
    font-size: 1.1rem; /*0.92rem*/
    color: #f0f0f0;
    text-decoration: none;
    border-left: 2px solid transparent;
    transition: background-color 0.14s ease, color 0.14s ease, border-left-color 0.14s ease;
}

.menu ul li a:hover[b-9g3gnk61fh] {
    background-color: rgba(132, 204, 22, 0.18);
    color: var(--lime-3);
    border-left-color: var(--lime-2);
}

/* Open state via checkbox */
.menu-toggle:checked + .menu-icon + .menu-backdrop[b-9g3gnk61fh] {
    display: block;
}

.menu-toggle:checked + .menu-icon + .menu-backdrop + .menu[b-9g3gnk61fh] {
    display: block;
}

/* Button active glow when open */
.menu-toggle:checked + .menu-icon[b-9g3gnk61fh] {
    border-color: var(--lime-2);
    border-left-color: var(--lime-2);
    color: #ecfccb;
    box-shadow: 0 0 0 0.22rem rgba(163, 230, 53, 0.25), 0 0 14px rgba(163, 230, 53, 0.15);
}

/* Hide mobile menu controls on desktop */
@media (min-width: 768px) {
    .menu-icon[b-9g3gnk61fh],
    .menu[b-9g3gnk61fh],
    .menu-backdrop[b-9g3gnk61fh],
    .menu-toggle[b-9g3gnk61fh] {
        display: none !important;
    }
}
/* /Components/Layout/ShoppingCartDisplay.razor.rz.scp.css */
.CartButton[b-d2doq4j36x] {
    padding-left: 20px;
}

.badge[b-d2doq4j36x] {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.btn-outline-primary:hover[b-d2doq4j36x], .btn-outline-primary:focus[b-d2doq4j36x], .btn-outline-primary:active[b-d2doq4j36x], .btn-outline-primary.active[b-d2doq4j36x], .open > .dropdown-toggle.btn-outline-primary[b-d2doq4j36x] {
    background-color: black;
}
/* /Components/Pages/Account/ChangePassword.razor.rz.scp.css */
.login-page[b-c1s4vgpl7f] {
    min-height: 100vh;
    background: #efefef;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 40px 16px 24px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.login-card[b-c1s4vgpl7f] {
    width: 100%;
    max-width: 500px;
    background: #f6f6f6;
    border: 1px solid #d3d3d3;
    border-radius: 6px;
    overflow: hidden;
}

.login-card-header[b-c1s4vgpl7f] {
    background: #000;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 12px 20px;
    line-height: 1.1;
}

.login-card-body[b-c1s4vgpl7f] {
    padding: 10px 10px 10px;
}

*[b-c1s4vgpl7f] {
    margin: 0;
    box-sizing: border-box;
}

.login-card-body label[b-c1s4vgpl7f] {
    display: block;
    font-size: 20px;
    margin: 12px 0 8px;
    color: #111;
    font-weight: 500;
    padding: 0 0 0 15px;
}

[b-c1s4vgpl7f] .text-input {
    width: 96%;
    height: 46px;
    border: 1px solid #cfd3d8;
    border-radius: 8px;
    padding: 0 15px 0 10px;
    font-size: 16px;
    background: #fff;
    outline: none;
    margin-left: 10px;
}

[b-c1s4vgpl7f] .text-input:focus {
    border-color: #7ea8ff;
    box-shadow: 0 0 0 2px rgba(66, 133, 244, 0.15);
}

[b-c1s4vgpl7f] .password-wrap {
    display: flex;
    width: 100%;
}

[b-c1s4vgpl7f] .password-input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
    width: 95%;
}

[b-c1s4vgpl7f] .eye-btn {
    width: 52px;
    height: 46px;
    border: 1px solid #aeb4ba;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #f3f3f3;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
}

[b-c1s4vgpl7f] .eye-btn:hover {
    background: #ebebeb;
}

[b-c1s4vgpl7f] .divider {
    margin: 20px 0;
    border-top: 1px solid #d9dde2;
}

[b-c1s4vgpl7f] .actions {
    display: flex;
    justify-content: flex-end;
    padding: 10px 10px 10px 0;
    gap: 15px;
}

[b-c1s4vgpl7f] .primarybutton {
    min-width: 120px;
    height: 44px;
    border: none;
    border-radius: 6px;
    background: #000;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    padding: 0 18px 2px;
    cursor: pointer;
}

[b-c1s4vgpl7f] .secondarybutton {
    min-width: 120px;
    height: 44px;
    border: none;
    border-radius: 6px;
    background: #aeb4ba;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    padding: 0 18px 2px;
    cursor: pointer;
}

[b-c1s4vgpl7f] .login-btn:hover {
    background: #1a1a1a;
}

[b-c1s4vgpl7f] .validation-message {
    color: red;
    padding: 0 0 0 15px;
    font-size: 15px;
}

.login-links[b-c1s4vgpl7f] {
    margin-top: 22px;
    text-align: center;
    font-size: 20px;
    color: #1f425d;
    line-height: 1.5;
}

.login-links a[b-c1s4vgpl7f] {
    color: #0057ff;
    text-decoration: underline;
}

[b-c1s4vgpl7f] .validation-message {
    color: red;
    padding: 0 0 0 10px;
}

.form-divider[b-c1s4vgpl7f] {
    height: 1px;
    background: #cfd4d9;
    margin: 10px 0 12px;
}

.dialog-actions[b-c1s4vgpl7f] {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

/* Full-screen backdrop */
.org-modal-wrap[b-c1s4vgpl7f] {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: grid;
    place-items: center;
    padding: 16px;
    background: rgba(0, 0, 0, 0.55); /* darken rest of page */
    backdrop-filter: blur(3px); /* blur background */
}

/* Dialog shell */
.org-dialog[b-c1s4vgpl7f] {
    width: min(680px, calc(100vw - 32px));
    max-height: calc(100vh - 32px);
    background: #efefef;
    border: 1px solid #8f959c;
    border-radius: 8px;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto; /* header | scroll body | sticky footer */
}

/* Header */
.org-dialog-errormessage-header[b-c1s4vgpl7f] {
    background: red;
    color: #eef2f6;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 300;
}

.org-dialog-message-header[b-c1s4vgpl7f] {
    background: green;
    color: #eef2f6;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 300;
}

.org-dialog-header[b-c1s4vgpl7f] {
    background: #6d7680;
    color: #eef2f6;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.org-dialog-header h2[b-c1s4vgpl7f] {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
}

.org-dialog-body[b-c1s4vgpl7f] {
    padding: 18px;
    overflow-y: auto;
    min-height: 0; /* required so grid area can shrink and scroll */
    font-size: 15px;
    font-weight: 300;
}

.org-close[b-c1s4vgpl7f] {
    width: 32px;
    height: 32px;
    display: inline-grid;
    place-items: center;
    background: #d8dde3;
    border: 1px solid #8b9299;
    color: #202020;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
    user-select: none;
    border-radius: 4px;
}

/* Mobile tweaks */
@media (max-width: 600px) {
    .login-card-header[b-c1s4vgpl7f] {
        font-size: 30px;
    }

    .login-card-body label[b-c1s4vgpl7f] {
        font-size: 18px;
    }

    .login-btn[b-c1s4vgpl7f] {
        font-size: 24px;
        min-width: 110px;
    }

    .login-links[b-c1s4vgpl7f] {
        font-size: 18px;
    }
}
/* /Components/Pages/Account/Login.razor.rz.scp.css */
.login-page[b-04bznynbti] {
    min-height: 100vh;
    background: #efefef;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 40px 16px 24px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.login-card[b-04bznynbti] {
    width: 100%;
    max-width: 500px;
    background: #f6f6f6;
    border: 1px solid #d3d3d3;
    border-radius: 6px;
    overflow: hidden;
}

.login-card-header[b-04bznynbti] {
    background: #000;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 12px 20px;
    line-height: 1.1;
}

.login-card-body[b-04bznynbti] {
    padding: 10px 10px 10px;
}

*[b-04bznynbti] {
    margin: 0;
   /* padding: 0 0 0 5px;*/
    box-sizing: border-box;
}

.login-card-body label[b-04bznynbti] {
    display: block;
    font-size: 20px;
    margin: 12px 0 8px;
    color: #111;
    font-weight: 500;
    padding: 0 0 0 10px;
}

[b-04bznynbti] .text-input {
    width: 96%;
    height: 46px;
    border: 1px solid #cfd3d8;
    border-radius: 8px;
    padding: 0 15px 0 10px;
    font-size: 16px;
    background: #fff;
    outline: none;
    margin-left: 10px;
}

[b-04bznynbti] .text-input:focus {
    border-color: #7ea8ff;
    box-shadow: 0 0 0 2px rgba(66, 133, 244, 0.15);
}

[b-04bznynbti] .password-wrap {
    display: flex;
    width: 100%;
}

[b-04bznynbti] .password-input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
    width: 95%;
}

[b-04bznynbti] .eye-btn {
    width: 52px;
    height: 46px;
    border: 1px solid #aeb4ba;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #f3f3f3;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
}

[b-04bznynbti] .eye-btn:hover {
    background: #ebebeb;
}

[b-04bznynbti] .divider {
    margin: 20px 0;
    border-top: 1px solid #d9dde2;
}

[b-04bznynbti] .actions {
    display: flex;
    justify-content: flex-end;
    padding: 10px 10px 10px 0;
}

[b-04bznynbti] .login-btn {
    min-width: 120px;
    height: 44px;
    border: none;
    border-radius: 6px;
    background: #000;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    padding: 0 18px 2px;
    cursor: pointer;
}

[b-04bznynbti] .login-btn:hover {
    background: #1a1a1a;
}

.login-links[b-04bznynbti] {
    margin-top: 22px;
    text-align: center;
    font-size: 20px;
    color: #1f425d;
    line-height: 1.5;
}

.login-links a[b-04bznynbti] {
    color: #0057ff;
    text-decoration: underline;
}

[b-04bznynbti] .validation-message {
    color: red;
    padding: 0 0 0 15px;
    font-size: 15px;
}

/* Mobile tweaks */
@media (max-width: 600px) {
    .login-card-header[b-04bznynbti] {
        font-size: 30px;
    }

    .login-card-body label[b-04bznynbti] {
        font-size: 18px;
    }

    .login-btn[b-04bznynbti] {
        font-size: 24px;
        min-width: 110px;
    }

    .login-links[b-04bznynbti] {
        font-size: 18px;
    }
}
/* /Components/Pages/Account/LoginFailed.razor.rz.scp.css */
.image-container[b-7r07jmf9wx] {
    display: flex;
    justify-content: center;
}

.image-container img[b-7r07jmf9wx] {
    width: 20%;
    height: 20%;
}
/* /Components/Pages/Backend/Buyer/BuyerShippingAddresses.razor.rz.scp.css */
.autocomplete[b-axldc4kaf2] {
    position: relative;
}

.autocomplete .options[b-axldc4kaf2] {
    position: absolute;
    top: 40px;
    left: 0;
    background: white;
    width: 100%;
    padding: 0;
    z-index: 10;
    border: 1px solid #ced4da;
    border-radius: 0.5rem;
    box-shadow: 0 30px 25px 8px rgba(0, 0, 0, 0.1);
    margin-left: 0;
}

.autocomplete .option[b-axldc4kaf2] {
    display: block;
    padding: 0.25rem;
}

.autocomplete .option .option-text[b-axldc4kaf2] {
    padding: 0.25rem 0.5rem;
}

.autocomplete .option:hover[b-axldc4kaf2] {
    background: #1E90FF;
    color: #fff;
}

.autocomplete .option.disabled[b-axldc4kaf2] {
    background-color: lightgrey;
    cursor: not-allowed;
}

.autocomplete .option.disabled:hover[b-axldc4kaf2] {
    background: lightgrey;
    color: var(--bs-body);
}

.options[b-axldc4kaf2] {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.menu[b-axldc4kaf2] {
    width: 20%;
}

.content[b-axldc4kaf2] {
    width: 80%;
}

.column[b-axldc4kaf2] {
    float: left;
    padding: 15px;
}

#business[b-axldc4kaf2] {
    background-color: #ced4da;
    height: 3rem;
    padding-top: 0.6rem;
    padding-inline-start: 1rem;
}

#residential[b-axldc4kaf2] {
    background-color: rgba(0, 0, 0, 0.1);
    height: 3rem;
    padding-top: 0.6rem;
    padding-inline-start: 1rem;
}

.badge[b-axldc4kaf2] {
    padding-left: .75em;
    padding-top: .55em;
    padding-bottom: .55em;
    padding-right: .75em;
    background-color: red;
}
/* /Components/Pages/Backend/Buyer/BuyerShippingContacts.razor.rz.scp.css */
.autocomplete[b-njzm69hl4p] {
    position: relative;
}

.autocomplete .options[b-njzm69hl4p] {
    position: absolute;
    top: 40px;
    left: 0;
    background: white;
    width: 100%;
    padding: 0;
    z-index: 10;
    border: 1px solid #ced4da;
    border-radius: 0.5rem;
    box-shadow: 0 30px 25px 8px rgba(0, 0, 0, 0.1);
    margin-left: 0;
}

.autocomplete .option[b-njzm69hl4p] {
    display: block;
    padding: 0.25rem;
}

.autocomplete .option .option-text[b-njzm69hl4p] {
    padding: 0.25rem 0.5rem;
}

.autocomplete .option:hover[b-njzm69hl4p] {
    background: #1E90FF;
    color: #fff;
}

.autocomplete .option.disabled[b-njzm69hl4p] {
    background-color: lightgrey;
    cursor: not-allowed;
}

.autocomplete .option.disabled:hover[b-njzm69hl4p] {
    background: lightgrey;
    color: var(--bs-body);
}

.options[b-njzm69hl4p] {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.menu[b-njzm69hl4p] {
    width: 20%;
}

.content[b-njzm69hl4p] {
    width: 80%;
}

.column[b-njzm69hl4p] {
    float: left;
    padding: 15px;
}

#business[b-njzm69hl4p] {
    background-color: #ced4da;
    ;
    height: 3rem;
    padding-top: 0.6rem;
    padding-inline-start: 1rem;
}

#residential[b-njzm69hl4p] {
    background-color: rgba(0, 0, 0, 0.1);
    height: 3rem;
    padding-top: 0.6rem;
    padding-inline-start: 1rem;
}

.badge[b-njzm69hl4p] {
    padding-left: .75em;
    padding-top: .55em;
    padding-bottom: .55em;
    padding-right: .75em;
    background-color: red;
}
/* /Components/Pages/Backend/Buyer/Checkout.razor.rz.scp.css */
.menu[b-p8zi0e0cyc]
{
    width: 20%;
}

.content[b-p8zi0e0cyc]
{
    width: 80%;
}

.column[b-p8zi0e0cyc] {
    float: left;
    padding: 15px;
}

.invoiceheader[b-p8zi0e0cyc]{
    font-weight: bold;
}

.btn-success[b-p8zi0e0cyc] {
    width: 100px;
}
/* /Components/Pages/Backend/Buyer/InvoiceDetails.razor.rz.scp.css */
.autocomplete[b-9qwlxm3sl4] {
    position: relative;
}

.autocomplete .options[b-9qwlxm3sl4] {
    position: absolute;
    top: 40px;
    left: 0;
    background: white;
    width: 100%;
    padding: 0;
    z-index: 10;
    border: 1px solid #ced4da;
    border-radius: 0.5rem;
    box-shadow: 0 30px 25px 8px rgba(0, 0, 0, 0.1);
    margin-left: 0;
}

.autocomplete .option[b-9qwlxm3sl4] {
    display: block;
    padding: 0.25rem;
}

.autocomplete .option .option-text[b-9qwlxm3sl4] {
    padding: 0.25rem 0.5rem;
}

.autocomplete .option:hover[b-9qwlxm3sl4] {
    background: #1E90FF;
    color: #fff;
}

.autocomplete .option.disabled[b-9qwlxm3sl4] {
    background-color: lightgrey;
    cursor: not-allowed;
}

.autocomplete .option.disabled:hover[b-9qwlxm3sl4] {
    background: lightgrey;
    color: var(--bs-body);
}

.options[b-9qwlxm3sl4] {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.menu[b-9qwlxm3sl4] {
    width: 20%;
}

.content[b-9qwlxm3sl4] {
    width: 80%;
}

.column[b-9qwlxm3sl4] {
    float: left;
    padding: 15px;
}

#business[b-9qwlxm3sl4] {
    background-color: linen;
    height: 3rem;
    padding-top: 0.6rem;
    padding-inline-start: 1rem;
}

#residential[b-9qwlxm3sl4] {
    background-color: paleturquoise;
    height: 3rem;
    padding-top: 0.6rem;
    padding-inline-start: 1rem;
}

.badge[b-9qwlxm3sl4] {
    padding-left: .75em;
    padding-top: .55em;
    padding-bottom: .55em;
    padding-right: .75em;
    background-color: red;
}
/* /Components/Pages/Backend/Buyer/MyAccount.razor.rz.scp.css */
.autocomplete[b-re0mor2tne] {
    position: relative;
}

.autocomplete .options[b-re0mor2tne] {
    position: absolute;
    top: 40px;
    left: 0;
    background: white;
    width: 100%;
    padding: 0;
    z-index: 10;
    border: 1px solid #ced4da;
    border-radius: 0.5rem;
    box-shadow: 0 30px 25px 8px rgba(0, 0, 0, 0.1);
    margin-left: 0;
}

.autocomplete .option[b-re0mor2tne] {
    display: block;
    padding: 0.25rem;
}

.autocomplete .option .option-text[b-re0mor2tne] {
    padding: 0.25rem 0.5rem;
}

.autocomplete .option:hover[b-re0mor2tne] {
    background: #1E90FF;
    color: #fff;
}

.autocomplete .option.disabled[b-re0mor2tne] {
    background-color: lightgrey;
    cursor: not-allowed;
}

.autocomplete .option.disabled:hover[b-re0mor2tne] {
    background: lightgrey;
    color: var(--bs-body);
}

.options[b-re0mor2tne] {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.menu[b-re0mor2tne] {
    width: 20%;
}

.content[b-re0mor2tne] {
    width: 80%;
}

.column[b-re0mor2tne] {
    float: left;
    padding: 15px;
}

#business[b-re0mor2tne] {
    background-color: #ced4da;
    ;
    height: 3rem;
    padding-top: 0.6rem;
    padding-inline-start: 1rem;
}

#residential[b-re0mor2tne] {
    background-color: rgba(0, 0, 0, 0.1);
    height: 3rem;
    padding-top: 0.6rem;
    padding-inline-start: 1rem;
}

.badge[b-re0mor2tne] {
    padding-left: .75em;
    padding-top: .55em;
    padding-bottom: .55em;
    padding-right: .75em;
    background-color: red;
}
/* /Components/Pages/Backend/Buyer/OrderDetails.razor.rz.scp.css */
.ProductImage[b-bpc3t6yxjy]
{
    width: 80px;
    height: 80px;
    margin-right: 10px;
}

.ImageButton[b-bpc3t6yxjy] {
    
    background-color: white;
}
/* /Components/Pages/Backend/Buyer/ProductReturns.razor.rz.scp.css */
.ProductImage[b-hqg46kr8bn]
{
    width: 80px;
    height: 80px;
    margin-right: 10px;
}

.ImageButton[b-hqg46kr8bn] {
    
    background-color: white;
}
/* /Components/Pages/Backend/Supplier/SupplierOrderDetails.razor.rz.scp.css */
.ProductImage[b-fk94le6oqn]
{
    width: 80px;
    height: 80px;
    margin-right: 10px;
}

.ImageButton[b-fk94le6oqn] {
    
    background-color: white;
}
/* /Components/Pages/Backend/UserRoles.razor.rz.scp.css */
.modal-backdrop[b-0ni5avjwf9] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    /* height: 100vh;*/
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 1050;
    animation: fadeInBackground-b-0ni5avjwf9 0.3s ease-out forwards;
    background: rgba(0, 0, 0, 0.55); /* darken rest of page */
    backdrop-filter: blur(3px); /* blur background */
}

.modal-container[b-0ni5avjwf9] {
    background-color: #ffffff;
    border-radius: 8px;
    width: 500px;
    max-width: 90%;
    /* Starts tall but allows absolute structural growth */
    /* min-height: 350px;*/
    /* DO NOT use a hard fixed 'height' rule here */
    height: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    /* Smooths out layout growth changes when content shifts */
    transition: all 0.25s ease-out;
    animation: slideDown-b-0ni5avjwf9 0.3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    overflow: visible;
}


.modal-body[b-0ni5avjwf9] {
    padding: 20px;
    font-size: 1rem;
    line-height: 1.5;
    /* Pushes content layout structure down naturally */
    flex-grow: 1;
}

/* Ensure standard HTML dropdown menus stretch their containers naturally */
.modal-dropdown[b-0ni5avjwf9] {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 1rem;
}

@keyframes fadeInBackground-b-0ni5avjwf9 {
    from {
        background-color: rgba(0, 0, 0, 0);
    }

    to {
        background-color: rgba(0, 0, 0, 0.5);
    }
}

@keyframes slideDown-b-0ni5avjwf9 {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.modal-header[b-0ni5avjwf9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border-bottom: 1px solid #e9ecef;
}

.modal-header h3[b-0ni5avjwf9] {
    margin: 0;
    font-size: 1.25rem;
}

.close-btn[b-0ni5avjwf9] {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #6c757d;
}

.modal-footer[b-0ni5avjwf9] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 16px;
    border-top: 1px solid #e9ecef;
}

.btn[b-0ni5avjwf9] {
    padding: 8px 16px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}

.btn-primary[b-0ni5avjwf9] {
    background-color: #007bff;
    color: white;
}

.btn-secondary[b-0ni5avjwf9] {
    background-color: #6c757d;
    color: white;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.image-container[b-up0zciivvd] {
    display: flex;
    justify-content: center;
}

.image-container img[b-up0zciivvd] {
    width: 65%;
}

@media (min-width: 1200px)
{
    .image-container img[b-up0zciivvd] {
        width: 98%;
    }   
}

@media (max-width: 1199px) and (min-width: 992px) {
    .image-container img[b-up0zciivvd] {
        width: 98%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .image-container img[b-up0zciivvd] {
        width: 98%;
    }
}

@media (max-width: 767px) {
    .image-container img[b-up0zciivvd] {
        width: 98%;
    }
}

@media (max-width: 900px) {
    .image-container img[b-up0zciivvd] {
        width: 98%;
    }
}

/* /Components/Pages/ProductDetails.razor.rz.scp.css */
/*  Product Details Page + Suppliers Table (view_product.html, view_product_multiple_suppliers.html)*/
.product-details[b-4lbk12h9ov] {
    padding: 20px 0 40px;
}

.continue-shop[b-4lbk12h9ov] {
    background-color: orange;
    color: #fff;
    padding: 10px 24px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.2s ease;
}

.continue-shop-cart[b-4lbk12h9ov] {
    background-color: orange;
    min-width: 250px;
    color: #000 !important;
    padding: 10px 20px;
    border-radius: 999px;
    text-align: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.2s ease;
}

.continue-shop:hover[b-4lbk12h9ov] {
    background-color: rgb(255, 183, 49);
}

.continue-shop-cart:hover[b-4lbk12h9ov] {
    background-color: rgb(255, 183, 49);
}

.continue-cart[b-4lbk12h9ov] {
    background-color: var(--accent-color);
    color: #fff;
    padding: 10px 24px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.2s ease;
}

.continue-cart:hover[b-4lbk12h9ov] {
    background-color: #3091e6;
}

.back-link[b-4lbk12h9ov] {
    margin-bottom: 30px;
}

.back-link a[b-4lbk12h9ov] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--text-light);
    font-size: 14px;
    transition: color var(--transition-speed);
}

.back-link a:hover[b-4lbk12h9ov] {
    color: var(--text-light);
}

/* Product View Layout - Equal Heights */
.product-view[b-4lbk12h9ov] {
    background-image: linear-gradient(#060e3c 0%, #bdc4f9 100%);
    /* linear-gradient(rgba(31, 51, 71, 0.05), rgba(13, 52, 83, 0.1));    */
    background-size: cover;
    background-position: center;
    padding: 2rem;
    border-radius: 1rem;
}

.product-info-detailed[b-4lbk12h9ov] {
    background-color: #ffff;
    background-size: cover;
    background-position: center;
    flex-grow: 1;
    padding: 2rem;
    border: 0px solid #1a1b2dd0;
    border-radius: 1rem;
    box-shadow: var(--shadow-small);
    height: 536px; /* Match main-image height */
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
}

.product-view[b-4lbk12h9ov] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: stretch;
}


/* Product Images Layout */
.product-images[b-4lbk12h9ov] {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: flex-start;
    height: 100%;
    overflow: hidden;
    min-width: 0;
}

/* Vertical Thumbnail Gallery */
.thumbnail-gallery.vertical-gallery[b-4lbk12h9ov] {
    display: flex;
    flex-direction: column;
    gap: 23px;
    width: 80px;
    flex-shrink: 0;
}

/* Scrollable thumbnail column wrapper (desktop/default) */
.thumbnail-scroll-wrapper[b-4lbk12h9ov] {
    width: 100px;
    flex-shrink: 0;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.thumbnail-gallery.vertical-gallery .thumbnail[b-4lbk12h9ov] {
    width: 80px;
    height: 80px;
    padding-top: 0;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    background-color: var(--bg-white);
    border: 3px solid transparent;
    transition: all 0.3s ease;
}

    .thumbnail-gallery.vertical-gallery .thumbnail.active[b-4lbk12h9ov] {
        border-color: var(--lime-accent);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

    .thumbnail-gallery.vertical-gallery .thumbnail img[b-4lbk12h9ov] {
        width: 100%;
        height: 100%;
        object-fit: contain;
        padding: 8px;
    }
/*
.product-images {
    position: sticky;
    top: 100px;
    height: fit-content;
}
*/
/*
.product-info-detailed {
    position: relative;
    max-height: 550px;
    overflow-y: auto;
    padding-right: 20px;
    padding-bottom: 80px;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}
*/
/* Product Info Detailed - Match height */
.product-info-detailed[b-4lbk12h9ov] {
    background-color: #ffff;
    background-size: cover;
    background-position: center;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: var(--shadow-small);
    height: 500px; /* Match main-image height */
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    position: relative;
}

    .product-info-detailed[b-4lbk12h9ov]::-webkit-scrollbar {
        width: 6px;
    }

    .product-info-detailed[b-4lbk12h9ov]::-webkit-scrollbar-track {
        background: transparent;
    }

    .product-info-detailed[b-4lbk12h9ov]::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.2);
        border-radius: 3px;
    }

        .product-info-detailed[b-4lbk12h9ov]::-webkit-scrollbar-thumb:hover {
            background-color: rgba(0, 0, 0, 0.3);
        }

.product-options[b-4lbk12h9ov] {
    display: flex;
    flex-direction: column; /* Changed from flex-wrap to column */
    gap: 20px;
    margin-bottom: 10px;
}

.option-group[b-4lbk12h9ov] {
    /* flex: 1;
    min-width: 200px; */
    width: 100%; /* Take full width instead of flex: 1 */
    margin-bottom: 1px;
}

    .option-group h3[b-4lbk12h9ov] {
        font-size: 14px;
        margin-bottom: 10px;
        font-weight: 500;
    }

.color-options[b-4lbk12h9ov] {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.color-option[b-4lbk12h9ov] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid transparent;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .color-option:hover[b-4lbk12h9ov] {
        transform: scale(1.1);
    }

    .color-option.active[b-4lbk12h9ov] {
        border-color: var(--accent-color);
        box-shadow: 0 0 0 2px white;
    }

.storage-options[b-4lbk12h9ov] {
    display: flex;
    flex-wrap: wrap; /* Allow wrapping for storage options */
    gap: 8px;
}

.storage-option[b-4lbk12h9ov] {
    padding: 6px 12px;
    border: 1px solid var(--border-color);
    border-radius: 20px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: var(--bg-white);
}

    .storage-option:hover[b-4lbk12h9ov] {
        border-color: var(--accent-color);
        background-color: rgba(0, 113, 227, 0.05);
    }

    .storage-option.active[b-4lbk12h9ov] {
        background-color: var(--primary-color);
        color: var(--text-light);
        border-color: var(--primary-color);
    }

.product-actions-detailed[b-4lbk12h9ov] {
    /*There are 2 .product-actions-detailed classed defined -just check*/
    /* margin-top: -40px; */
    align-self: self-end;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    padding-top: 5px;
    border-radius: 1rem;
    border: 1px solid transparent;
    display: flex;
    /* box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.05); /* Optional: adds subtle shadow */
}

.quantity-selector[b-4lbk12h9ov] {
    height: 44px;
    border-radius: 22px;
    border: 1px solid var(--border-color);
    display: flex;
    align-items: center;
}

.qty-btn[b-4lbk12h9ov] {
    width: 44px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--text-dark);
    transition: background-color 0.3s ease;
}

    .qty-btn:hover[b-4lbk12h9ov] {
        background-color: rgba(0, 0, 0, 0.05);
    }

#product-quantity[b-4lbk12h9ov] {
    width: 44px;
    text-align: center;
    border: none;
    font-size: 16px;
    font-weight: 500;
}

.add-to-cart-btn-large[b-4lbk12h9ov] {
    flex-grow: 1;
    height: 44px;
    border-radius: 22px;
    font-size: 16px;
    font-weight: 500;
    background-image: linear-gradient(#8ad631, #578d19);
    border: 0px solid var(--bg-dark-gray);
    color: var(--text-light);
    transition: all 0.3s ease;
}

    .add-to-cart-btn-large:hover[b-4lbk12h9ov] {
        background-color: #6aaa22;
        background-image: linear-gradient(#8ad631, #73b825);
        border: 0px solid var(--bg-dark-gray);
    }

/* Custom scrollbar styling for WebKit browsers */
.product-info-detailed[b-4lbk12h9ov]::-webkit-scrollbar {
    width: 6px;
}

.product-info-detailed[b-4lbk12h9ov]::-webkit-scrollbar-track {
    background: transparent;
}

.product-info-detailed[b-4lbk12h9ov]::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

    .product-info-detailed[b-4lbk12h9ov]::-webkit-scrollbar-thumb:hover {
        background-color: rgba(0, 0, 0, 0.3);
    }
/*
.product-images {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
*/
.product-images[b-4lbk12h9ov] {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: flex-start;
    height: 100%; /* Ensure both columns stretch to same height */
    overflow: hidden;
    min-width: 0;
}
/* Main Image Container */
.main-image[b-4lbk12h9ov] {
    flex-grow: 1;
    min-width: 0;
    position: relative;
    width: 100%;
    height: 500px;
    background-color: var(--bg-white);
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: var(--shadow-small);
}

    .main-image img.product-image[b-4lbk12h9ov] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
        padding: 30px;
        transition: transform 0.3s ease;
    }
/*
.main-image {
    position: relative;
    width: 100%;
    padding-bottom: 100%; 
    background-color: var(--bg-white);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--shadow-small);
    margin-bottom: 20px;
}
*/


/*
.main-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 20px;
}
    */

.thumbnail-gallery[b-4lbk12h9ov] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    margin-top: 20px;
}

.thumbnail[b-4lbk12h9ov] {
    position: relative;
    width: 100%;
    padding-top: 100%; /* Creates perfect square aspect ratio */
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    background-color: var(--bg-white);
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

    .thumbnail:hover[b-4lbk12h9ov] {
        transform: translateY(-5px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

    .thumbnail.active[b-4lbk12h9ov] {
        border-color: var(--lime-accent);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

    .thumbnail img.product-thumbnail[b-4lbk12h9ov] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain; /* Contains the entire image within the square */
        padding: 8px; /* Adds some padding so the image doesn't touch the edges */
        transition: transform 0.3s ease;
    }

/* Responsive adjustments */
@media (max-width: 992px) {
    .back-link[b-4lbk12h9ov] {
        margin-bottom: 30px;
    }

        .back-link a[b-4lbk12h9ov] {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: var(--text-light);
            font-size: 14px;
            transition: color var(--transition-speed);
        }

            .back-link a:hover[b-4lbk12h9ov] {
                color: var(--text-light);
            }

    .product-view[b-4lbk12h9ov] {
        grid-template-columns: 1fr;
        gap: 20px;
        margin: 0;
        padding-left: 5px;
        padding-right: 5px;
    }

    .product-images[b-4lbk12h9ov] {
        display: flex;
        flex-direction: column;
        height: auto;
        width: 100%;
        padding-left: 0;
    }

    .thumbnail-scroll-wrapper[b-4lbk12h9ov] {
        order: 1;
        width: 100%;
        height: auto;
        max-height: none;
        overflow-x: auto;
        overflow-y: hidden;
        margin-right: 0;
        -webkit-overflow-scrolling: touch;
        border: 0px solid #ddd;
        padding: 5px 0;
    }

    .thumbnail-gallery.vertical-gallery[b-4lbk12h9ov] {
        flex-direction: row;
        width: max-content;
        height: auto;
        overflow-x: visible;
        gap: 10px;
        padding: 5px 10px;
        margin-bottom: 0;
    }

        .thumbnail-gallery.vertical-gallery .thumbnail[b-4lbk12h9ov] {
            width: 70px;
            height: 70px;
            flex-shrink: 0;
        }

    .main-image[b-4lbk12h9ov] {
        order: 2;
        height: 400px;
        width: 100%;
        position: relative;
    }

        .main-image img.product-image[b-4lbk12h9ov] {
            padding: 20px;
        }

    .product-info-detailed[b-4lbk12h9ov] {
        height: auto;
        max-height: none;
        overflow-y: visible;
        position: relative;
    }
}

@media (max-width: 768px) {
    .back-link[b-4lbk12h9ov] {
        margin-bottom: 30px;
    }

        .back-link a[b-4lbk12h9ov] {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: var(--text-light);
            font-size: 10px;
            transition: color var(--transition-speed);
        }

            .back-link a:hover[b-4lbk12h9ov] {
                color: var(--text-light);
            }

    .product-view[b-4lbk12h9ov] {
        display: flex;
        flex-direction: column;
    }

    .main-image[b-4lbk12h9ov] {
        height: 350px;
    }

    .product-info-detailed[b-4lbk12h9ov] {
        padding: 1.5rem;
    }

    .thumbnail-gallery.vertical-gallery .thumbnail[b-4lbk12h9ov] {
        width: 60px;
        height: 60px;
    }

    .thumbnail-scroll-wrapper[b-4lbk12h9ov]::-webkit-scrollbar {
        height: 4px;
    }

    .thumbnail-scroll-wrapper[b-4lbk12h9ov]::-webkit-scrollbar-track {
        background: transparent;
    }

    .thumbnail-scroll-wrapper[b-4lbk12h9ov]::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.2);
        border-radius: 3px;
    }

    .product-options[b-4lbk12h9ov] {
        gap: 15px;
    }

    .storage-options[b-4lbk12h9ov] {
        gap: 6px;
    }

    .storage-option[b-4lbk12h9ov] {
        padding: 5px 10px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .product-view[b-4lbk12h9ov] {
        display: flex;
        flex-direction: column;
    }

    .main-image[b-4lbk12h9ov] {
        height: 280px;
    }

        .main-image img.product-image[b-4lbk12h9ov] {
            padding: 15px;
        }

    .thumbnail-gallery.vertical-gallery .thumbnail[b-4lbk12h9ov] {
        width: 50px;
        height: 50px;
    }

        .thumbnail-gallery.vertical-gallery .thumbnail img[b-4lbk12h9ov] {
            padding: 4px;
        }

    .add-to-cart-btn-large .btn-text[b-4lbk12h9ov] {
        display: none;
    }
}

@media (max-width: 400px) {
    .product-view[b-4lbk12h9ov] {
        display: flex;
        flex-direction: column;
    }

    .main-image[b-4lbk12h9ov] {
        height: 280px;
    }

        .main-image img.product-image[b-4lbk12h9ov] {
            padding: 15px;
        }

    .thumbnail-gallery.vertical-gallery .thumbnail[b-4lbk12h9ov] {
        width: 40px;
        height: 40px;
    }

        .thumbnail-gallery.vertical-gallery .thumbnail img[b-4lbk12h9ov] {
            padding: 4px;
        }

    .add-to-cart-btn-large .btn-text[b-4lbk12h9ov] {
        display: none;
    }
}
/* Remove all the conflicting absolute positioning styles from responsive queries */
@media (max-width: 992px) {
    .product-images[b-4lbk12h9ov],
    .main-image[b-4lbk12h9ov],
    .product-info-detailed[b-4lbk12h9ov] {
        position: relative !important; /* Force relative positioning */
        display: block !important;
        z-index: auto !important;
    }
}


/* Responsive adjustments */
@media (max-width: 768px) {
    .thumbnail-gallery[b-4lbk12h9ov] {
        grid-template-columns: repeat(5, 1fr);
        gap: 8px;
    }
}

@media (max-width: 480px) {
    .thumbnail-gallery[b-4lbk12h9ov] {
        grid-template-columns: repeat(5, 1fr);
        gap: 6px;
    }

    .thumbnail img.product-thumbnail[b-4lbk12h9ov] {
        padding: 4px;
    }
}

.thumbnail:hover[b-4lbk12h9ov] {
    transform: translateY(-3px);
    opacity: 0.9;
}

.thumbnail.active[b-4lbk12h9ov] {
    opacity: 1;
    box-shadow: 0 0 0 2px var(--lime-accent);
}

.product-info-detailed[b-4lbk12h9ov] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

    .product-info-detailed h2[b-4lbk12h9ov] {
        font-size: 28px;
        font-weight: 600;
        letter-spacing: -0.5px;
    }

.product-meta[b-4lbk12h9ov] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-price[b-4lbk12h9ov] {
    font-size: 24px;
    font-weight: 600;
    color: var(--accent-color);
}

.product-rating[b-4lbk12h9ov] {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fd9a16;
}

    .product-rating span[b-4lbk12h9ov] {
        color: var(--text-gray);
        font-size: 14px;
        margin-left: 5px;
    }

.product-description[b-4lbk12h9ov] {
    font-size: 16px;
    color: var(--text-dark);
    line-height: 1.7;
}

.product-specs h3[b-4lbk12h9ov] {
    font-size: 18px;
    margin-bottom: 15px;
}

.product-specs ul[b-4lbk12h9ov] {
    list-style: none;
}

.product-specs li[b-4lbk12h9ov] {
    margin-bottom: 10px;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .product-specs li[b-4lbk12h9ov]::before {
        content: '•';
        color: var(--accent-color);
    }

.product-actions-detailed[b-4lbk12h9ov] {
    display: flex;
    gap: 15px;
    margin-top: -15px;
}

.quantity-selector[b-4lbk12h9ov] {
    display: flex;
    align-items: center;
    border: 1px solid var(--border-color);
    border-radius: 25px;
    overflow: hidden;
    background: var(--bg-white);
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    max-width: 120px;
}

.qty-btn[b-4lbk12h9ov] {
    width: 40px;
    height: 40px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: background-color var(--transition-speed);
}

    .qty-btn:hover[b-4lbk12h9ov] {
        background-color: rgba(0, 0, 0, 0.05);
    }

#product-quantity[b-4lbk12h9ov], .cart-quantity[b-4lbk12h9ov] {
    width: 40px;
    text-align: center;
    border: none;
    background: transparent;
    font-size: 16px;
}

    #product-quantity[b-4lbk12h9ov]::-webkit-inner-spin-button,
    #product-quantity[b-4lbk12h9ov]::-webkit-outer-spin-button,
    .cart-quantity[b-4lbk12h9ov]::-webkit-inner-spin-button,
    .cart-quantity[b-4lbk12h9ov]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

.add-to-cart-btn-large[b-4lbk12h9ov] {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: var(--lime-accent);
    color: var(--text-light);
    border-radius: 25px;
    padding: 0 30px;
    font-weight: 500;
    letter-spacing: 0.5px;
    height: 40px;
    transition: all var(--transition-speed);
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

    .add-to-cart-btn-large:hover[b-4lbk12h9ov] {
        background-color: #6aaa22;
    }

    .add-to-cart-btn-large .btn-icon[b-4lbk12h9ov] {
        margin-left: 5px;
    }

.product-extras[b-4lbk12h9ov] {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.delivery-info[b-4lbk12h9ov], .warranty-info[b-4lbk12h9ov] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: var(--text-gray);
}

/* Suppliers Table */
.suppliers-table-container[b-4lbk12h9ov] {
    overflow-x: auto;
    border-radius: 8px;
    border: 1px solid #000000ab;
    box-shadow: var(--shadow-small);
}

.suppliers-table[b-4lbk12h9ov] {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}
    /* Ensure table body has white background */
    .suppliers-table tbody[b-4lbk12h9ov] {
        background-color: var(--bg-white);
    }

    .suppliers-table thead[b-4lbk12h9ov] {
        background: linear-gradient(to right,#578d19,#8ad631);
        border-radius: 8px;
        color: var(--text-light);
    }

    .suppliers-table th[b-4lbk12h9ov] {
        padding: 12px;
        text-align: left;
        font-weight: 500;
    }

    .suppliers-table tbody tr[b-4lbk12h9ov] {
        border-bottom: 1px solid var(--border-color);
        transition: background-color 0.3s ease;
    }

        .suppliers-table tbody tr:last-child[b-4lbk12h9ov] {
            border-bottom: none;
        }

        /* Enhance hover effect slightly for better visibility */
        .suppliers-table tbody tr:hover[b-4lbk12h9ov] {
            background-color: rgba(0, 0, 0, 0.09); /* Light grey hover effect */
        }

        /* Ensure even rows maintain consistent styling */
        .suppliers-table tbody tr:nth-child(even)[b-4lbk12h9ov] {
            background-color: rgba(0, 0, 0, 0.03); /* Very subtle alternating row color */
        }

    .suppliers-table td[b-4lbk12h9ov] {
        padding: 12px;
    }

.supplier-add-btn[b-4lbk12h9ov] {
    padding: 6px 12px;
    background-image: linear-gradient(to right,#8ad631, #578d19);
    color: var(--text-light);
    border: none;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .supplier-add-btn:hover[b-4lbk12h9ov] {
        background-color: var(--primary-color);
        transform: translateY(-2px);
    }

/* Responsive adjustments */
@media (max-width: 992px) {
    .filter-wrapper[b-4lbk12h9ov] {
        flex-direction: column;
        align-items: flex-start;
    }

    .filter-group[b-4lbk12h9ov], .search-group[b-4lbk12h9ov] {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .suppliers-table[b-4lbk12h9ov] {
        font-size: 13px;
    }

        .suppliers-table th[b-4lbk12h9ov],
        .suppliers-table td[b-4lbk12h9ov] {
            padding: 8px;
        }
}

@media (max-width: 640px) {
    /* On very small screens, create a card view instead of a table */
    .suppliers-table thead[b-4lbk12h9ov] {
        display: none;
    }

    .suppliers-table tbody tr[b-4lbk12h9ov] {
        display: block;
        margin-bottom: 15px;
        border: 1px solid var(--border-color);
        border-radius: 8px;
        padding: 12px;
    }

    .suppliers-table td[b-4lbk12h9ov] {
        display: flex;
        justify-content: space-between;
        padding: 8px 0;
        border-bottom: 1px dashed var(--border-color);
    }

        .suppliers-table td:last-child[b-4lbk12h9ov] {
            border-bottom: none;
            justify-content: flex-end;
        }

        .suppliers-table td[b-4lbk12h9ov]:before {
            content: attr(data-label);
            font-weight: 600;
        }
}
/* /Components/Pages/ShoppingCart.razor.rz.scp.css */
/* Cart Page */
.cart-section[b-qmrxorp2dt] {
    margin-top: 20px;
    background-image: linear-gradient(#060e3c 0%, #bdc4f9 100%);
    background-size: cover;
    background-position: center;
    padding: 1rem;
    border-radius: 1rem;
}

.cart-section h2[b-qmrxorp2dt] {
    color: var(--text-light);
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 600;
}

.cart-empty[b-qmrxorp2dt] {
    text-align: center;
    padding: 60px 0;
}

.cart-empty i[b-qmrxorp2dt] {
    font-size: 60px;
    color: var(--text-gray);
    margin-bottom: 20px;
}

.cart-empty p[b-qmrxorp2dt] {
    font-size: 18px;
    color: var(--text-gray);
    margin-bottom: 30px;
}

.continue-shopping-btn[b-qmrxorp2dt] {
    display: inline-block;
    background-color: var(--primary-color);
    color: var(--text-light);
    padding: 10px 25px;
    border-radius: 25px;
    font-weight: 500;
    transition: background-color var(--transition-speed);
}

.continue-shopping-btn:hover[b-qmrxorp2dt] {
    background-color: var(--accent-color);
}

.cart-content[b-qmrxorp2dt] {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.cart-table[b-qmrxorp2dt] {
    background-color: var(--primary-color);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--shadow-small);
}

.cart-header[b-qmrxorp2dt] {
    display: grid;
    grid-template-columns: 2fr 1.1fr 1.1fr 1fr 0.8fr 1.5fr 1fr 1fr 1fr 1fr 1fr 0.5fr;
    padding: 15px 20px;    
    background-color: #172579;
    border: 0px solid #172579;
    color: var(--text-light);
    font-weight: 500;
    font-size: 15px;
    text-align: center;
}

.cart-items[b-qmrxorp2dt] {
    padding: 10px 0;
    background-color: var(--bg-white);
}

.cart-item[b-qmrxorp2dt] {
    display: grid;
    grid-template-columns: 2fr 1.1fr 1.1fr 1fr 0.8fr 1.5fr 1fr 1fr 1fr 1fr 1fr 0.5fr;
    padding: 15px 20px;
    border-bottom: 1px solid var(--border-color);
    align-items: center;
    font-size: 14px;
    text-align: center;
}

.cart-col.product-col[b-qmrxorp2dt] {
    text-align: left;
}

.cart-col.order-col[b-qmrxorp2dt] {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.cart-actions[b-qmrxorp2dt] {
    display: block;
    gap: 10px;
    margin-bottom: 0px;
    flex-wrap: wrap;
}

.clear-cart-btn[b-qmrxorp2dt], .calculate-delivery-btn[b-qmrxorp2dt], .proceed-to-checkout-btn[b-qmrxorp2dt] {
    padding: 10px 15px;
    border-radius: 25px;
    display: flex;
    /* display: flex; */
    width: 230px;
    padding-bottom: 10px;
    
    gap: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.clear-cart-btn[b-qmrxorp2dt] {
    background-color: #ff6500;
    color: #f8f8f8;
    border: 1px solid #ff6500;
}

.clear-cart-btn:hover[b-qmrxorp2dt] {
    background-color: #ff8635;
    border: 1px solid #ff8635;
    color: white;
}

.calculate-delivery-btn[b-qmrxorp2dt] {
    background-color: #ffca00;
    color: black;
    border: 1px solid #ffca00;
}

.calculate-delivery-btn:hover[b-qmrxorp2dt] {
    background-color: #ffdb4c;
    border-color: #ffdb4c;
}

.proceed-to-checkout-btn[b-qmrxorp2dt] {
    color: #f8f8f8;
    background-color: #001798;
    border-color: #001798;
}

.proceed-to-checkout-btn:hover[b-qmrxorp2dt] {
    background-color: #3f7dce;
}

.continue-shop-cart[b-qmrxorp2dt] {
    background-color: #66be0f;
    min-width: 230px;
    color: #fff;
    padding: 10px 20px;
    border-radius: 999px;
    text-align: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.2s ease;
}

.continue-shop-cart:hover[b-qmrxorp2dt] {
    background-color: rgb(255, 183, 49);
}

.icon-text[b-qmrxorp2dt] {
    justify-content: left;
    align-content: flex-start;
    left: 0;
}

@media (max-width: 1200px) {
    .cart-header[b-qmrxorp2dt], .cart-item[b-qmrxorp2dt] {
        font-size: 12px;
        padding: 12px 10px;
    }
}

@media (max-width: 992px) {
    .cart-actions-container[b-qmrxorp2dt] {
    width:100%;
    }
    .remove-item-btn[b-qmrxorp2dt] {
    width:50px; height:auto;}
    .cart-summary[b-qmrxorp2dt] {
        width: 100%;
    }
    .cart-bottom[b-qmrxorp2dt] {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important; /* optional, adjust spacing */
    }
    .cart-table[b-qmrxorp2dt] {
        overflow-x: auto;
        display: block;
    }

    .cart-header[b-qmrxorp2dt], .cart-item[b-qmrxorp2dt] {
        width: 1200px;
    }
}

@media (max-width: 768px) {
    .cart-bottom[b-qmrxorp2dt] {
        display: flex;
        flex-direction: column;
        gap: 20px; /* optional, adjust spacing */
    }
    .cart-actions[b-qmrxorp2dt] {
        flex-direction: column;
    }

    .clear-cart-btn[b-qmrxorp2dt], .calculate-delivery-btn[b-qmrxorp2dt], .checkout-btn[b-qmrxorp2dt], .proceed-to-checkout-btn[b-qmrxorp2dt], .continue-shop-cart[b-qmrxorp2dt] {
        width: 100%;
        justify-content: center;
    }

    .continue-shop-cart[b-qmrxorp2dt] {
        font-size: 14px !important;
        padding-left: 0;
    }

    div.back-link[b-qmrxorp2dt] {
        padding-left: 0px !important;
    }
}

.cart-item:last-child[b-qmrxorp2dt] {
    border-bottom: none;
}

.cart-product-info[b-qmrxorp2dt] {
    display: flex;
    align-items: center;
    gap: 15px;
}

.cart-product-info img[b-qmrxorp2dt] {
    width: 70px;
    height: 70px;
    object-fit: contain;
    border-radius: 8px;
}

.cart-product-info h3[b-qmrxorp2dt] {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

.cart-product-info p[b-qmrxorp2dt] {
    font-size: 14px;
    color: var(--text-gray);
}

.remove-item-btn[b-qmrxorp2dt] {
    color: var(--secondary-accent);
    font-size: 18px;
    transition: color var(--transition-speed);
}

.remove-item-btn:hover[b-qmrxorp2dt] {
    color: var(--secondary-accent);
}

.cart-bottom[b-qmrxorp2dt] {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 30px;
    align-items: start;
    margin-top:20px;
}

.coupon-section[b-qmrxorp2dt] {
    display: flex;
    gap: 10px;
}

.coupon-section input[b-qmrxorp2dt] {
    flex-grow: 1;
    padding: 10px 15px;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    font-size: 14px;
}

.apply-coupon-btn[b-qmrxorp2dt] {
    background-color: var(--primary-color);
    color: var(--text-light);
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 14px;
    transition: background-color var(--transition-speed);
}

.apply-coupon-btn:hover[b-qmrxorp2dt] {
    background-color: var(--accent-color);
}

.cart-summary[b-qmrxorp2dt] {
    background-color: var(--bg-white);
    border-radius: 12px;
    padding: 25px 25px 0px 25px;
    box-shadow: var(--shadow-small);
    height: 100%;
}

.cart-summary h3[b-qmrxorp2dt] {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}

.summary-row[b-qmrxorp2dt] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 15px;
}

.total-row[b-qmrxorp2dt] {
    font-weight: 600;
    font-size: 18px;
    margin-top: 10px;
    padding-top: 15px;
    border-top: 1px solid var(--border-color);
}

.checkout-btn[b-qmrxorp2dt] {
    width: 250px;
    background-color: var(--primary-color);
    color: var(--text-light);
    padding: 12px 20px;
    border-radius: 25px;
    display: block;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.checkout-btn:hover[b-qmrxorp2dt] {
    background-color: var(--accent-color);
}

.continue-shopping-link[b-qmrxorp2dt] {
    display: block;
    padding-left: 10px;
    text-align: left;
    font-size: 14px;
    color: var(--text-dark);
    text-decoration: underline;
}

#product-quantity[b-qmrxorp2dt] {
    width: 44px;
    text-align: center;
    border: none;
    font-size: 16px;
    font-weight: 500;
}

.quantity-selector[b-qmrxorp2dt] {
    height: 44px;
    border-radius: 22px;
    border: 1px solid var(--border-color);
    display: flex;
    align-items: center;
}

.qty-btn[b-qmrxorp2dt] {
    width: 44px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--text-dark);
    transition: background-color 0.3s ease;
}

.qty-btn.minus-btn:hover:hover[b-qmrxorp2dt] {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 22px 0 0 22px;
}

.qty-btn.plus-btn:hover:hover[b-qmrxorp2dt] {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 0 22px 22px 0;
}

#product-quantity[b-qmrxorp2dt] {
    width: 44px;
    text-align: center;
    border: none;
    font-size: 16px;
    font-weight: 500;
}

#product-quantity[b-qmrxorp2dt], .cart-quantity[b-qmrxorp2dt] {
    width: 40px;
    text-align: center;
    border: none;
    background: transparent;
    font-size: 16px;
}

#product-quantity[b-qmrxorp2dt]::-webkit-inner-spin-button,
#product-quantity[b-qmrxorp2dt]::-webkit-outer-spin-button,
.cart-quantity[b-qmrxorp2dt]::-webkit-inner-spin-button,
.cart-quantity[b-qmrxorp2dt]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

@media (max-width: 768px) {
    
    .coupon-section input[b-qmrxorp2dt] {
        flex-grow: 0;
        padding: 10px 10px;
        border: 1px solid var(--border-color);
        border-radius: 4px;
        font-size: 12px;
    }

    .apply-coupon-btn[b-qmrxorp2dt] {
        background-color: var(--primary-color);
        color: var(--text-light);
        padding: 10px 10px;
        border-radius: 4px;
        font-size: 12px;
        transition: background-color var(--transition-speed);
    }
}

/* Actions Container Styling */
.cart-actions-container[b-qmrxorp2dt] {
    background-color: var(--bg-white);
    border-radius: 12px;
    padding:25px 25px 25px 25px;
    box-shadow: var(--shadow-small);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
