@import '_content/NexusRazor/NexusRazor.t9dx561r01.bundle.scp.css';

/* /Modules/App/Layout/_NavMenu.razor.rz.scp.css */
.navbar-toggler[b-8lvozyse0y] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;

    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-8lvozyse0y] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-8lvozyse0y] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-8lvozyse0y] {
    font-size: 1.1rem;
}

.bi[b-8lvozyse0y] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-8lvozyse0y] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-8lvozyse0y] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-8lvozyse0y] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-8lvozyse0y] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-8lvozyse0y] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-8lvozyse0y] {
        padding-bottom: 1rem;
    }

    .nav-item[b-8lvozyse0y]  .nav-link {

        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-8lvozyse0y]  a.active {

}

.nav-item[b-8lvozyse0y]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);

}

.nav-scrollable[b-8lvozyse0y] {
    display: none;
    padding:0.5rem;
}

.navbar-toggler:checked ~ .nav-scrollable[b-8lvozyse0y] {
    display: block;
}

/* /Modules/App/Pages/Public/Home.razor.rz.scp.css */
.image-container[b-2t82lcfrsa] {
    position: relative;
    width: 100%;
    max-width: fit-content;
    height: auto;
    aspect-ratio: 21 / 9;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 20px;
    border-width: 0px;
}

img[b-2t82lcfrsa] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.image-overlay[b-2t82lcfrsa] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

    .image-overlay h1[b-2t82lcfrsa] {
        color: white;
        text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
        text-align: center;
    }

/* Tablet and smaller */
@media (max-width: 768px) {
    .image-container[b-2t82lcfrsa] {
        max-width: 100%;
        padding: 0 16px;
        aspect-ratio: 21 / 9;
    }
}

/* Mobile devices */
@media (max-width: 480px) {
    .image-container[b-2t82lcfrsa] {
        max-width: 100%;
        padding: 0 12px;
        aspect-ratio: 16 / 9;
    }

    .image-overlay h1[b-2t82lcfrsa] {
        font-size: 1.5rem;
    }
}
/* /Modules/Store/Pages/Public_Space/Archive/ViewListing.razor.rz.scp.css */
/* ===============================
   PRODUCT VIEW LAYOUT
   =============================== */

.product-layout[b-puffkcl0f9] {
    gap: 1.5rem;
}

.product-title .name[b-puffkcl0f9] {
    font-size: 1.6rem;
    font-weight: 600;
}

.subtitle[b-puffkcl0f9] {
    color: #666;
    font-style: italic;
    font-weight: normal; /* Override parent font-weight */
}

.subtitle-main[b-puffkcl0f9] {
    font-size: 0.9rem;
}

.subtitle-small[b-puffkcl0f9] {
    font-size: 0.9rem;
}

.condition[b-puffkcl0f9] {
    font-size: 0.85rem;
    opacity: 0.7;
}

.price[b-puffkcl0f9] {
    font-size: 1.6rem;
    font-weight: 600;
}

.price .subtitle[b-puffkcl0f9] {
    display: block;
    margin-top: 0.25rem; /* Control exact spacing */
}

.description[b-puffkcl0f9] {
    line-height: 1.6;
    text-align: left;
    white-space: pre-line;
    grid-column: span 2;
}

.meta label[b-puffkcl0f9] {
    display: block;
    font-size: 0.7rem;
    text-transform: uppercase;
    opacity: 0.6;
}

.vendor-layout[b-puffkcl0f9] {
    gap: 1.5rem;
}

.vendor-name[b-puffkcl0f9] {
    font-weight: 600;
}

.vendor-address[b-puffkcl0f9] {
    opacity: 0.8;
    grid-column: span 2;
}

.vehicle-title[b-puffkcl0f9] {
    grid-column: span 2;
    margin-top: 0.5rem;
    font-weight: 600;
}


/* ===============================
   PRODUCT IMAGE VIEWER
   =============================== */

.product-image-viewer[b-puffkcl0f9] {
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1rem;
    max-width: 600px;
    grid-column: span 2;
}


/* ===============================
   MAIN IMAGE
   =============================== */

.image-box[b-puffkcl0f9] {
    width: 100%;
    max-width: 600px;
    height: 600px; /* HARD SIZE LOCK */
    background: #D8E1E6;
    border-radius: 8px;
    border-color: #fcfcfc;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    .image-box img[b-puffkcl0f9] {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        object-fit: contain;
    }


/* ===============================
   HORIZONTAL THUMBNAIL SCROLLER
   =============================== */

.thumbnail-gallery[b-puffkcl0f9] {
    border-radius: 8px;
    border-width: 2px;
    border-color: #fcfcfc;
    padding: 0.75rem;
    display: flex;
    gap: 0.75rem;
    overflow-x: auto;
    max-width: 600px;
    scrollbar-width: thin;
}

    .thumbnail-gallery[b-puffkcl0f9]::-webkit-scrollbar {
        height: 6px;
    }

    .thumbnail-gallery[b-puffkcl0f9]::-webkit-scrollbar-thumb {
        background: rgba(0,0,0,0.25);
        border-radius: 3px;
    }


/* ===============================
   IMAGES
   =============================== */

.inline-icon[b-puffkcl0f9] {
    max-height: 1.2em; /* Scale with font size */
    width: auto;
    vertical-align: -0.4em;
    display: inline-block;
    margin-right: 0.1em;
    margin-left: 0.1em;
}

.image-box-small[b-puffkcl0f9] {
    width: 100px;
    height: 100px;
    background: #f3f3f3;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}

    .image-box-small img[b-puffkcl0f9] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


/* ===============================
   RESPONSIVE
   =============================== */

@media (max-width: 768px) {

    .product-image-viewer[b-puffkcl0f9] {
        max-width: 400px;
    }

    .image-box[b-puffkcl0f9] {
        height: 400px;
    }

    .thumbnail-gallery[b-puffkcl0f9] {
        max-width: 400px;
    }

    .image-box-small[b-puffkcl0f9] {
        width: 90px;
        height: 90px;
    }
}

@media (max-width: 480px) {

    .product-image-viewer[b-puffkcl0f9] {
        max-width: 100%;
    }

    .image-box[b-puffkcl0f9] {
        height: 320px;
    }

    .thumbnail-gallery[b-puffkcl0f9] {
        max-width: 100%;
    }

    .image-box-small[b-puffkcl0f9] {
        width: 80px;
        height: 80px;
    }
}
/* /Modules/Store/Pages/Public_Space/ViewVendor.razor.rz.scp.css */
/* ===============================
   VENDOR PROFILE LAYOUT
   =============================== */

.vendor-profile-layout[b-vxl6zhkcmn] {
    gap: 1.5rem;
}

.company-title .name[b-vxl6zhkcmn] {
    font-size: 1.6rem;
    font-weight: 600;
}

.subtitle[b-vxl6zhkcmn] {
    color: #666;
    font-style: italic;
    font-weight: normal; /* Override parent font-weight */
}

.subtitle-main[b-vxl6zhkcmn] {
    font-size: 0.9rem;
}

.subtitle-small[b-vxl6zhkcmn] {
    font-size: 0.9rem;
}

.company-status[b-vxl6zhkcmn] {
    font-size: 0.85rem;
    opacity: 0.7;
}

.description[b-vxl6zhkcmn] {
    line-height: 1.6;
    text-align: left;
    white-space: pre-line;
    grid-column: span 2;
}

.meta label[b-vxl6zhkcmn] {
    display: block;
    font-size: 0.7rem;
    text-transform: uppercase;
    opacity: 0.6;
}

.meta span a[b-vxl6zhkcmn] {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.meta span a:hover[b-vxl6zhkcmn] {
    color: #0066cc;
    text-decoration: underline;
}

.inline-icon[b-vxl6zhkcmn] {
    max-height: 1.2em; /* Scale with font size */
    width: auto;
    vertical-align: -0.4em;
    display: inline-block;
    margin-right: 0.1em;
    margin-left: 0.1em;
}

/* ===============================
   RESPONSIVE
   =============================== */

@media (max-width: 768px) {
    .company-title .name[b-vxl6zhkcmn] {
        font-size: 1.4rem;
    }

    .description[b-vxl6zhkcmn] {
        grid-column: span 1;
    }
}

@media (max-width: 480px) {
    .company-title .name[b-vxl6zhkcmn] {
        font-size: 1.2rem;
    }

    .subtitle-main[b-vxl6zhkcmn] {
        font-size: 0.85rem;
    }
}
/* /Modules/Store/Pages/Public_Space/_VendorInfo.razor.rz.scp.css */
.vendor-layout[b-wuo2ty8j9e] {
    gap: 1.5rem;
}

.vendor-name[b-wuo2ty8j9e] {
    font-weight: 600;
    font-size: 1.5em;
}
.vendor-legal-name[b-wuo2ty8j9e] {
    font-weight: 600;
}

.vendor-address[b-wuo2ty8j9e] {
    opacity: 0.8;
    text-align:right;
}
.vendor-description[b-wuo2ty8j9e] {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.vehicle-title[b-wuo2ty8j9e] {
    grid-column: span 2;
    margin-top: 0.5rem;
    font-weight: 600;
}
.meta label[b-wuo2ty8j9e] {
    display: block;
    font-size: 0.7rem;
    text-transform: uppercase;
    opacity: 0.6;
}

.inline-icon[b-wuo2ty8j9e] {
    max-height: 1.3em; /* Scale with font size */
    width: auto;
    vertical-align: -0.2em;
    display: inline-block;
    margin-right: 0.1em;
    margin-left: 0.1em;
}
