/* /Component/ProductCarousel.razor.rz.scp.css */
body[b-e2ixgvqkyw] {

}

.carousel-container[b-e2ixgvqkyw] {
    position: relative;
    display: grid;
    border-radius: 5px;
    grid-template-columns: repeat(4, 22vw);
    justify-content: center;
    width: 95vw;
    left: -0rem; /* this exists to couteract the entire content presenter's left-padding: -1.5rem provided by px-4 for some reasons...  Which I have now deleted because fuck*/
    background-color: #29292900;
    overflow: hidden;
    margin: 0;
    border: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
    max-height: calc(100vh - 420px);
    gap: 1vw;
}

@media screen and (max-height:850px) {
    .carousel-container[b-e2ixgvqkyw] {
        min-height: 450px;
    }
}

@media screen and (max-width:800px) {
    .carousel-container[b-e2ixgvqkyw] {
        grid-template-columns: repeat(2, 44vw);
        width: 100vw;
        max-height: calc(100vh - 420px);
        gap: 1vw;
    }
}

.carousel-item[b-e2ixgvqkyw] {
    display: flex;
    border-radius: 5px;
    background-color: #18181899;
    justify-content: center;
    padding-top: 20px;
    overflow: hidden;
    max-height: calc(100vh - 520px);
    cursor: pointer;
    transition: transform 0.2s ease;
    z-index: 1;
}

    .carousel-item:hover[b-e2ixgvqkyw] {
        background-color: #181818AA;
        transform: scale(1.05);
    }

    @media screen and (max-width:800px) {
        .carousel-item[b-e2ixgvqkyw] {
            display: flex;
            border-radius: 5px;
            background-color: #181818CC;
            justify-content: center;
            padding: 10px;
            overflow: hidden;
            max-height: calc(50vh - 245px);
        }
    }

    @media screen and (max-height:850px) {
        .carousel-item[b-e2ixgvqkyw] {
            max-height: calc(100vh - 180px);
        }
    }

.carousel-img[b-e2ixgvqkyw] {
    height: 80%;
    object-fit: contain;
    width: auto;
    max-height: 80%;
    max-width: 90%;
    opacity: 0.6;
    z-index: 1;
}

.carousel-product-count-text[b-e2ixgvqkyw] {
    position: absolute;
    justify-content: center;
    bottom: 20px;
    font-family: Lato;
    font-size: 16pt;
    color: #DEDEDE;
}

@media screen and (max-height: 350px) {
    .carousel-product-count-text[b-e2ixgvqkyw] {
        display: none;
    }
}

.carousel-header-text[b-e2ixgvqkyw] {
    font-family: Lato;
    position: absolute;
    color: #DEDEDE;
    font-size: clamp(1rem, 4vw, 5rem);
    white-space: nowrap;
    text-overflow: initial;
    font-variant-caps: all-small-caps;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%); /* Centers both horizontally and veritcally I guess */
    z-index: -1;
}

.text-dildos[b-e2ixgvqkyw] {
    font-size: clamp(2rem, 6vw, 8rem);
}

@media screen and (max-width:800px) {
    .text-dildos[b-e2ixgvqkyw] {
        font-size: clamp(2rem, 15vw, 10rem);
    }
}

.text-paws[b-e2ixgvqkyw] {
    font-size: clamp(2rem, 9vw, 9rem);
}

@media screen and (max-width:800px) {
    .text-paws[b-e2ixgvqkyw] {
        font-size: clamp(2rem, 18vw, 10rem);
    }
}

.text-wereables[b-e2ixgvqkyw] {
    font-size: clamp(1rem, 4vw, 6.5rem);
}

@media screen and (max-width:800px) {
    .text-wereables[b-e2ixgvqkyw] {
        font-size: clamp(2rem, 9vw, 8.5rem);
    }
}

.text-penetrables[b-e2ixgvqkyw] {
    font-size: clamp(1rem, 4vw, 6rem);
}

@media screen and (max-width:800px) {
    .text-penetrables[b-e2ixgvqkyw] {
        font-size: clamp(2rem, 8vw, 10rem);
    }
}
/* /Component/SizeChartComponent.razor.rz.scp.css */
body[b-r13bcki8zw] {
    
}

.sizetable-container[b-r13bcki8zw] {
    --size-border-brush: #646464;
    position: relative;
    height: 500px;
}

.start[b-r13bcki8zw] {
    margin-left: 8%;
}

.end[b-r13bcki8zw] {
    margin-right: 5%;
}

/*
    More Details stuff
*/

.details-unit-text[b-r13bcki8zw] {
    display: inline;
    color: #E8E8E8;
    width: 100px;
    line-height: 35px;
    text-align: center;

}

.details-unit-imperial[b-r13bcki8zw] {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.details-unit-metric[b-r13bcki8zw] {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.details-size-height[b-r13bcki8zw] {
    height: 35px;
    line-height: 35px;
}

.active-unit[b-r13bcki8zw] {
    background-color: #1861ac;
    color: #FFFFFF
}

.inactive-unit[b-r13bcki8zw] {
    background-color: #323232;
    transition: all 0.1s ease;
}

    .inactive-unit:hover[b-r13bcki8zw] {
        background-color: #484848;
        cursor: pointer;
        color: #FFFFFF
    }

.details-unit-container[b-r13bcki8zw]{
    display: flex;
    float: right;
    height: 35px;
}
/*
    SHAPES
*/

.chart-line-container[b-r13bcki8zw] {
    position: relative;
    display: flex inline;
    align-items: center;
    height: 110px;
    width: 500px;
    background-color: #323232;
}

@media screen and (max-width:520px) {
    .chart-line-container[b-r13bcki8zw] {
        width: calc(100vw - 40px);
    }
}

.chart-line[b-r13bcki8zw] {
    /*width: 400px;*/
    width: 77%;
    height: 4px;
    background-color: var(--size-border-brush);
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

@media screen and (max-width:520px) {
    .chart-line[b-r13bcki8zw] {
        width: 77%;
    }
}

.chart-endpoint[b-r13bcki8zw] {

    width: 8px;
    height: 8px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    background-color: var(--size-border-brush);
    border-radius: 50%;
    position: relative;
}

.chart-average-marker[b-r13bcki8zw] {
    border: 0px solid black;
    position: absolute;
    width: 2px;
    height: 10px;
    border-radius: 10%;
}

.chart-triangle-marker[b-r13bcki8zw] {
    margin-top: 20px;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 16px solid;
    background-color: transparent;
    z-index: 2;
}

.chart-triangle-marker-average[b-r13bcki8zw] {
    position: absolute;
    margin-top: -20px;
    border: none;
    width: 16px;
    height: 16px;
    clip-path: polygon(0 0, 100% 0, 50% 100%, 0 0, 10% 10%, 50% 90%, 90% 10%, 10% 10%);
    z-index: 2;
}

/*
    SIZE TABLES
*/

.table-size-marker[b-r13bcki8zw] {
    display: inline-block;
    position: relative;
    left: 5px;
    width: 10px;
    height: 10px;
    border-top: 0px solid black;
    border-bottom: 0px solid black;
    border-radius: 50%;
}

/*
    Chart Labels
*/

.chart-watermark-label[b-r13bcki8zw] {
    position: absolute;
    font-family: Lato;
    font-variant-caps: all-small-caps;
    font-size: 15pt;
    font-weight: 500;
    color: #C0C0C0;
    width: 300px;
    text-align: left;
    left: 20px;
    z-index: 1;
}

.chart-label-average[b-r13bcki8zw] {
    margin-top: -75px;
}

.chart-label-selectedproduct[b-r13bcki8zw] {
    margin-top: 70px;
}

.chart-triangle-size-label[b-r13bcki8zw] {
    display: block;
    width: 25px;
    color: black;
    font-size: 12pt;
    font-family: Lato;
    position: relative;
    left: -12px;
    top: 12px;
    text-align: center;
    z-index: 3;
}

.chart-xxl-fontsize[b-r13bcki8zw] {
    font-size: 10pt;
    top: 16px;
}
/*
    COLORS
*/
.color-xxs[b-r13bcki8zw] {
    border-bottom-color: #FFAFC7;
}

.color-xs[b-r13bcki8zw] {
    border-bottom-color: #9862CA;
}

.color-small[b-r13bcki8zw] {
    border-bottom-color: #166FFF;
}

.color-medium[b-r13bcki8zw] {
    border-bottom-color: #008026;
}

.color-large[b-r13bcki8zw] {
    border-bottom-color: #FFED00;
}

.color-xl[b-r13bcki8zw] {
    border-bottom-color: #FF8C00;
}

.color-xxl[b-r13bcki8zw] {
    border-bottom-color: #E40303;
}

.bg-color-xxs[b-r13bcki8zw] {
    background-color: #FFAFC7;
}

.bg-color-xs[b-r13bcki8zw] {
    background-color: #9862CA;
}

.bg-color-small[b-r13bcki8zw] {
    background-color: #004CFF;
}

.bg-color-medium[b-r13bcki8zw] {
    background-color: #008026;
}

.bg-color-large[b-r13bcki8zw] {
    background-color: #FFED00;
}

.bg-color-xl[b-r13bcki8zw] {
    background-color: #FF8C00;
}

.bg-color-xxl[b-r13bcki8zw] {
    background-color: #E40303;
}
/* /Layout/Header.Razor.rz.scp.css */
body[b-58jb834gou] {
}

#header-text[b-58jb834gou] {
    display: block;
    font-family: Lato;
    font-weight: bold;
    color: #EDEDED;
    position: relative;
    top: 0px;
    left: 0px;
    text-align: center;
}

#header-subtext[b-58jb834gou] {
    display: block;
    font-family: Lato;
    font-weight: 600;
    font-size: 12pt;
    color: #bbbbbb;
    position: relative;
    top: -5px;
    left: 0px;
    text-align: center;
}

.header-title-anchor[b-58jb834gou] {
    font-family: Lato;
    font-weight: bold;
    font-size: 20pt;
    color: #e0e0e0;
    position: relative;
    top: 10px;
    text-align: center;
    vertical-align: middle;
}

.header-title-anchor:hover[b-58jb834gou] {
    color: #ffffff;
    text-decoration: none;
}

.header-title[b-58jb834gou] {
    display: block;
    height: 95px;
    float: left;
    position: relative;
    left: 0px;
    cursor: pointer;
}

.header-container[b-58jb834gou] { /* Center Content with this!! */
    display: flex;
    width: 100vw;
    height: 95px;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

.header-text-container[b-58jb834gou]{
    position: relative;
    top: 15px;
    left: 10px;
    display: inline-grid;
    vertical-align: top;
    height: 75px;
}

.header-links[b-58jb834gou] {
    display: block;
    float: right;
    position: relative;
    height: 95px;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

.header-title-anchor[b-58jb834gou] {

}

.header-anchor[b-58jb834gou] {
    display: grid;
    font-size: 14pt;
    font-weight: 600;
    padding-left: 10px;
    color: #3385ff;
    vertical-align: middle;
}

    .header-anchor:hover[b-58jb834gou] {
        color: #2370e6;
        text-decoration: none;
    }

@media screen and (max-width:850px) {
    .header-anchor[b-58jb834gou] {
        font-size: 12pt;
    }
}

.tip-jar-container[b-58jb834gou] {
    position: absolute;
    right: 20px;
    top: 10px;
    height: 95px;
    vertical-align: middle;
    cursor: pointer;
}

@media screen and (max-width:600px) {
    .tip-jar-container[b-58jb834gou] {
        right: 10px;
    }
}

@media screen and (max-width:500px) {
    .tip-jar-container[b-58jb834gou] {
        right: 5px;
    }
}

.fox-logo[b-58jb834gou] {
    pointer-events: none;
    width: 100px;
    height: 100px;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-0t083eq1n3] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-0t083eq1n3] {
    flex: 1;
}

/* This allows the Search Panel to consume space in the body article so the footer is drawn correctly if the
    the product list is short
*/
article[b-0t083eq1n3]::after {
    content: "";
    display: table;
    clear: both;
}

.sidebar[b-0t083eq1n3] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-0t083eq1n3] {
    background-color: #242424;
    border-bottom: 0px solid #121212;
    height: 135px; /* 85px without Navbar Component */
    display: flex;
    flex-direction:column;
    align-items: center;
}

    .top-row[b-0t083eq1n3]  a, .top-row[b-0t083eq1n3]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-0t083eq1n3]  a:hover, .top-row[b-0t083eq1n3]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-0t083eq1n3]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-0t083eq1n3] {
        justify-content: space-between;
    }

   .top-row[b-0t083eq1n3]  a, .top-row[b-0t083eq1n3]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-0t083eq1n3] {
        flex-direction: row;
    }

    .sidebar[b-0t083eq1n3] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-0t083eq1n3] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-0t083eq1n3]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .overlay[b-0t083eq1n3] {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        z-index: 10;
    }

    .overlay-content[b-0t083eq1n3] {
        background: #222;
        padding: 20px;
        border-radius: 10px;
        text-align: center;
    }

    input[b-0t083eq1n3] {
        padding: 8px;
        margin: 10px 0;
    }

/*    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }*/
}
/* /Layout/Navbar.razor.rz.scp.css */
body[b-y3brkqzygz] {
    font-family: Lato;
    background-color: #363636;
}

.nav-container-small[b-y3brkqzygz] {
    display: none;
}

@media screen and (max-width:850px) {
    .nav-container-small[b-y3brkqzygz] {
        display: block;
        height: 50px;
        width: 100vw;
        background-color: blue;
        justify-content: center;
        align-items: center;
        z-index: 100;
    }
}

.nav-container[b-y3brkqzygz] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 100vw;
    z-index: 100;
}

@media screen and (max-width:850px) {
    .nav-container[b-y3brkqzygz] {
        display: none;
    }
}

.nav-container-links[b-y3brkqzygz]{
    display: flex;
}

.nav-aligner[b-y3brkqzygz] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-item-base[b-y3brkqzygz] {
    font-family: Lato;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    height: 50px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-image: linear-gradient(180deg, #2F2F2F 0%, #242424 90%);
    border-image-slice: 1;
    transition: all 0.15s ease;
}

.nav-item[b-y3brkqzygz] {
font-weight: 500;
background-color: #191919;
color: #D4D4D4;
}

    .nav-item:hover[b-y3brkqzygz] {
        background-color: #363636;
        color: #FFFFFF;
    }

.nav-highlight[b-y3brkqzygz] {
    color: #FFFFFF;
    background-color: #1861ac;
}

    .nav-highlight:hover[b-y3brkqzygz] {
        color: #ffffff;
        background-color: #2268ec;
    }

.nav-left[b-y3brkqzygz] {
    border-left-width: 2px;
}

.nav-right[b-y3brkqzygz] {
    border-right-width: 2px;
}

details[b-y3brkqzygz] {
    width: 100%;
    height: 50px;
    border: 0;
    color: white;
    background-color: #1861ac;
    cursor: pointer;
    text-align: center;
}

summary[b-y3brkqzygz] {
    background-color: #67288e;
    font-family: Lato;
    font-size: 18px;
    color: white;
    height: 50px;
    border-radius: 6px;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

    summary:hover[b-y3brkqzygz] {
        background-color: #caa8F5;
        color: black;
    }

details[open] summary[b-y3brkqzygz] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

details div[b-y3brkqzygz] {
    background-color: #282828;
    padding: 10px;
    border: 1px solid #ccc;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.nav-item-dropdown[b-y3brkqzygz] {
    background-color: #007bff;
    font-family: Lato;
    color: white;
    border: none;
    padding: 8px;
    border-radius: 3px;
    cursor: pointer;
    width: 98%;
}

    .nav-item-dropdown:hover[b-y3brkqzygz] {
        background-color: #0056b3;
    }
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-3oxifsjbwy] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-3oxifsjbwy] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-3oxifsjbwy] {
    font-size: 1.1rem;
}

.bi[b-3oxifsjbwy] {
    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-3oxifsjbwy] {
    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-3oxifsjbwy] {
    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-3oxifsjbwy] {
    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-3oxifsjbwy] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    transition: all 0.1s ease;
}

    .nav-item:first-of-type[b-3oxifsjbwy] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-3oxifsjbwy] {
        padding-bottom: 1rem;
    }

    .nav-item[b-3oxifsjbwy]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-3oxifsjbwy]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-3oxifsjbwy]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-3oxifsjbwy] {
        display: none;
    }

    .collapse[b-3oxifsjbwy] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-3oxifsjbwy] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Layout/PageFooter.razor.rz.scp.css */
body[b-mz8hdlcexo] {
    color: #cccccc;
    font-family: Lato;
}

.footer-container[b-mz8hdlcexo] {
    border-top: 1px solid #ababab;
    vertical-align: bottom;
    min-height: 280px;
    background: #414141;
}

.footer-container-content[b-mz8hdlcexo] {
    /* This is the width of the whole container with footer's content that is centered in the middle horizontally */
    width: 60%;
    margin: 0 auto;
    display: flex;
    /* This is the gap between the columns and the logo */
    gap: 100px;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width:950px) {
    .footer-container-content[b-mz8hdlcexo] {
        width: 95%;
        gap: 50px;
    }
}

.footer-content[b-mz8hdlcexo] {
    display: flex;
    justify-content: space-between;
    /* This is the gap between the each of the columns */
    gap: 50px;
}

@media screen and (max-width:950px) {
    .footer-conten[b-mz8hdlcexo] {
        gap: 20px;
    }
}

.footer-column[b-mz8hdlcexo] {
    padding: 10px;
}

.footer-nav-item[b-mz8hdlcexo] {
    font-weight: 500;
    font-size: 14pt;
    padding-bottom: 8px;
}

.footer-nav-header[b-mz8hdlcexo] {
    color: #CE5605;
    font-size: 14pt;
    font-weight: 600;
}

a:any-link[b-mz8hdlcexo] {
    font-family: Lato;
    font-weight: 600;
    font-size: 14px;
    color: #cccccc;
    text-decoration: none;
}

a:hover[b-mz8hdlcexo] {
    color: #a0a0ff;
}

.logo[b-mz8hdlcexo] {
    padding-top: 10px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 2px;
    border-radius: 4px;
    flex-shrink: 0;
}

@media screen and (max-width:800px) {
    .logo[b-mz8hdlcexo] {
        display: none;
    }
}

.hr-container[b-mz8hdlcexo] {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width:800px) {
    .hr-container[b-mz8hdlcexo] {
        display: none;
    }
}

.bsky-container[b-mz8hdlcexo] {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width:800px) {
    .bsky-container[b-mz8hdlcexo] {
        padding-top: 50px;
    }
}

.bsky-icon[b-mz8hdlcexo] {
    fill: #1185FE;
    width: 50px;
}

    .bsky-icon:hover[b-mz8hdlcexo] {
        fill: #3891dc;
    }
/* /Pages/About.razor.rz.scp.css */
body[b-pg12p0hw4c] {

}

.revision-container[b-pg12p0hw4c] {

   
}

.revision-text[b-pg12p0hw4c] {
    font-size: 10pt;
    color: #777;
    text-align:center;
}

/* /Pages/Home.razor.rz.scp.css */
body[b-1h2qw81svc] {
}

.all-home-container[b-1h2qw81svc] {
    position: relative;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 20px;
    padding-bottom: 0px;
    min-height: calc(100vh - 433px);
}

.home-banner[b-1h2qw81svc] {
    font-family: Lato;
    font-size: 13pt;
    letter-spacing: 0.5px;
    font-weight: 500;
    color: #DEDEDE;
    margin-top: auto;
    text-align: center;
    padding: 10px;
    width: 100vw;
    background-color: #333;
    overflow-wrap: break-word;
}


.new-vendors[b-1h2qw81svc] {
    font-weight: 600;
    color: #6ff;
}
/* /Pages/Products.razor.rz.scp.css */
.toggle-view-button[b-po9wfdifqs] {
    background-color: #363636;
    opacity: 0.6;
    height: 30px;
    border-width: 0px;
    transition: ease 0.15s all
}

    .toggle-view-button:hover[b-po9wfdifqs] {
        background-color: #484848;
    }
.toggle-view-button-selected[b-po9wfdifqs] {
    background-color: #1861ac;
    opacity: 0.9;
}

.directory-container.hidden-container[b-po9wfdifqs] {
    height: 0;
    width: 0;
    opacity: 0;
    pointer-events: none;
    display: none;
}

.hidden-container[b-po9wfdifqs] {
    height: 0;
    width: 0;
    opacity: 0;
    pointer-events: none;
    display: none;
}

.rounded-right[b-po9wfdifqs] {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    margin-left: -3px;
    padding-left: 8px;
}

.rounded-left[b-po9wfdifqs] {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    margin-right: -3px;
    padding-right: 8px;
}

.toggle-view-text[b-po9wfdifqs] {
    color: #ddd;
    padding-left: 10px;
    padding-right: 10px;
}

.the-layout-parent[b-po9wfdifqs] {
    display: flex;
    width: 100%;
    box-sizing: border-box;
}

/*
    NAV BAR
*/

.nav-container[b-po9wfdifqs] {
    display: flex;
    justify-content: center; /* Centers buttons horizontally */
    align-items: center; /* Centers buttons vertically (if needed) */
    height: 50px;
    width: 100vw;
}

.nav-aligner[b-po9wfdifqs] {
    display: flex;
    justify-content: center; /* Centers buttons horizontally */
    align-items: center; /* Centers buttons vertically (if needed) */
}

.nav-item[b-po9wfdifqs] {
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    height: 50px;
    font-family: Lato;
    font-weight: 500;
    background-color: #191919;
    color: #D4D4D4;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-image: linear-gradient(180deg, #2F2F2F 0%, #242424 90%);
    border-image-slice: 1;
}

.nav-item:hover[b-po9wfdifqs] {
    background-color: #363636;
    color: #FFFFFF;
}

.nav-left[b-po9wfdifqs] {
    border-left-width: 2px;
}

.nav-right[b-po9wfdifqs] {
    border-right-width: 2px;
}

/*
    Search - Modal Overlay
*/

.search-modal-overlay[b-po9wfdifqs] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100vh; /* Prevents it from exceeding the viewport height */
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000; /* Z-INDEX:  PAY ATTENTION TO THIS vs THE SEARCH BUTTON */
}

.search-modal-panel[b-po9wfdifqs] {
    background: #282828;
    padding: 20px;
    border-radius: 8px;
    width: 360px;
    height: 100vh;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    overflow-x: hidden;
}

body.modal-open[b-po9wfdifqs] {
    overflow: hidden;
}

#close-search-modal-button[b-po9wfdifqs] {
    font-family: sans-serif;
    position: absolute;
    top: 8px;
    left: 5px;
    padding: 1px, 6px;
    background: transparent;
    border: none;
    color: #ccc;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.15s ease;
}

    #close-search-modal-button:hover[b-po9wfdifqs] {
        color: #fff;
        transform: scale(1.1)
    }

/*
    Details - Modal
*/

.details-modal-overlay[b-po9wfdifqs] {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Dim effect */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
}

.details-modal-panel[b-po9wfdifqs] {
    position: fixed;
    right: 0;
    background: #282828;
    padding: 20px;
    border-radius: 8px;
    width: 520px;
    height: 100vh;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width:520px) {
    .details-modal-panel[b-po9wfdifqs] {
        width: 100vw;
    }
}
    #close-details-modal-button[b-po9wfdifqs] {
    font-family: sans-serif;
    position: absolute;
    top: 8px;
    left: 325px;
    padding: 1px, 6px;
    color: #757575;
    font-weight: 100;
    border: 0px;
    background-color: #424242;
    height: 30px;
    width: 30px;
    border-radius: 4px;
    font-size: 18pt;
    background: rgba(80,80,80,0.4);
}

    #close-details-modal-button:hover[b-po9wfdifqs] {
        color: #DD1212;
        background: rgba(80,80,80,0.6);
    }

.details-modal-container[b-po9wfdifqs] {
    position: relative;
    height: calc(100vh - 10px); /* Full height minus 50px */
    width: 500px;
    background: #282828;
    top: 0px;
    right: 5px;
    opacity: 1;
    transition: opacity 0.25s ease-in-out;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 6px;
}

@media screen and (max-width:520px) {
    .details-modal-container[b-po9wfdifqs] {
        width: calc(100vw - 40px);
    }
}

/*
    DIRECTORY -- LIST VIEW
*/
        .directory-page[b-po9wfdifqs] {
    background: rgba(32, 32, 32, 1);
}

.content-container[b-po9wfdifqs] {
  /*  width: 1400px;*/
    align-items: center;
    margin: 0 auto;
    position: relative;
}

.directory-container[b-po9wfdifqs] {
    display: grid;
    justify-content: center;
    position: relative;
    right: 110px;
    width: 100%;
    margin: 0 auto;
    gap: 0px;
    z-index: 1;
}

@media screen and (max-width: 1450px) {
    .directory-container[b-po9wfdifqs] {
        right: 0px;
        width: 800px;
        margin: 0 auto;
        gap: 15px;
        background: rgba(32, 32, 32, 1);
    }
}

.directory-object[b-po9wfdifqs] {
    display: flex;
    width: 800px;
    height: 220px;
    background: rgba(40, 40, 40, 0.75);
    border-radius: 6px;
    margin-bottom: 12px;
}

.product-list-image-container[b-po9wfdifqs] {
    position: relative;
    display: inline-block;
}

.directory-toy-image[b-po9wfdifqs] {
    max-height: 200px;
    padding-right: 25px;
    float: left;
    position: relative;
    left: 10px;
    top: 10px;
    vertical-align: middle;
    border-radius: 6px;
}

.directory-toy-icon[b-po9wfdifqs] {
    max-height: 36px;
    width: auto;
    float: right;
    position: relative;
    right: 10px;
    top: 5px;
    vertical-align: top;
}

.directory-object-information[b-po9wfdifqs] {
    position: relative;
    float: right;
    width: 600px;
    height: 220px;
    /* background: rgba(240, 40, 40, 1); */
}

.directory-object-information-container[b-po9wfdifqs] {
    vertical-align: top;
    height:112px;
/*    background: red;*/
}

.directory-object-tables[b-po9wfdifqs] {
    height: 68px;
    /*background-color: blue;*/
    width: 450px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.directory-button-actions[b-po9wfdifqs] {
    display: block;
    vertical-align:bottom;
/*    background-color: green;*/
    height: 40px;
    width: 100%;
}

.directory-button-actions-grid[b-po9wfdifqs] {
    display: none;
    vertical-align: bottom;
    /*    background-color: green;*/
    height: 40px;
    width: 100%;
}

.directory-object-table-top-header[b-po9wfdifqs]
{
    display: grid;
    grid-template-columns: 150px 150px 150px;
}

.directory-object-table-unified-header[b-po9wfdifqs]
{
    display: grid;
    grid-template-columns: 450px;
}

.object-table-header-text[b-po9wfdifqs] {
    font-family: Lato;
    background: #424242;
    text-align: center;
    color: #ababab;
    font-weight: 300;
    height: 28px;
    line-height: 28px;
    vertical-align: middle;
}

.object-table-item-text[b-po9wfdifqs] {
    font-family: Lato;
    background: #222222;
    text-align: center;
    color: #d5d5d5;
    font-weight: 600;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
}

.object-table-header-text[b-po9wfdifqs]:after {
    position: absolute;
    background-color: red;
    z-index: 1;
    block-size: 2px;
}

.directory-toy-title[b-po9wfdifqs] {
    color: rgba(220, 220, 220, 0.95);
    font-family: Lato;
    font-size: 24pt;
    font-weight: bold;
    margin-left: 0px;
}

.smaller-title[b-po9wfdifqs] {
    font-size: 20pt;
}

.smallerer-title[b-po9wfdifqs] {
    font-size: 18pt;
}

.directory-toy-maker[b-po9wfdifqs] {
    color: rgba(220, 220, 220, 0.65);
    font-family: Lato;
    font-size: 14pt;
    font-weight: normal;
    float: right;
    position: relative;
    right: 25px;
    top: 8px;
}

.directory-toy-price[b-po9wfdifqs] {
    color: rgba(220, 220, 220, 0.50);
    font-family: Lato;
    font-size: 14pt;
    font-weight: bold;
    margin-left: 0px;
    position: relative;
    top: -20px;
}

.directory-toy-viewdetails[b-po9wfdifqs] {
    padding: 1px, 6px;
    border: 0px;
    color: white;
    background-color: #444444;
    height: 45px;
    width: 120px;
    position: absolute;
    float: right;
    vertical-align: bottom;
    bottom: 65px;
    right: 10px;
    border-radius: 6px;
    transition: all 0.15s ease;
}

    .directory-toy-viewdetails:hover[b-po9wfdifqs] {
        background-color: #626262;
    }

.directory-toy-purchase[b-po9wfdifqs] {
    padding: 1px, 6px;
    border: 0px;
    color: white;
    background-color: #1861ac;
    height: 40px;
    width: 120px;
    position: absolute;
    float: right;
    vertical-align: bottom;
    bottom: 17px;
    right: 10px;
    border-radius: 6px;
    transition: all 0.15s ease;
}

    .directory-toy-purchase:hover[b-po9wfdifqs] {
        background-color: #2268ec;
    }

.directory-toy-purchase-modal[b-po9wfdifqs] {
    padding: 1px, 6px;
    border: 0px;
    color: white;
    background-color: #1861ac;
    height: 40px;
    width: 110px;
    position: absolute;
    float: right;
    vertical-align: top;
    top: 5px;
    right: 60px;
    border-radius: 6px;
    transition: all 0.15s ease;
}

    .directory-toy-purchase-modal:hover[b-po9wfdifqs] {
        background-color: #2268ec;
    }

.directory-toy-button[b-po9wfdifqs] {
    font-family: Lato;
    display: inline-block;
    border: 0;
    color: #cdcdcd;
    height: 40px;
    width: 45%;
    position: absolute;
    vertical-align: bottom;
}

    .directory-toy-info-text[b-po9wfdifqs] {
        color: #C0C0C0;
    }

    .directory-toy-unavailable-text[b-po9wfdifqs] {
        color: #DA2525;
    }

    .directory-toy-viewdetails-b[b-po9wfdifqs] {
        background-color: #444444;
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
        transition: all 0.15s ease;
    }

        .directory-toy-viewdetails-b:hover[b-po9wfdifqs] {
            font-weight: 600;
            background-color: #606060;
            color: #ffffff;
        }

    .directory-toy-purchase-b[b-po9wfdifqs] {
        background-color: #1861ac;
        left: 45%;
        transition: all 0.15s ease;
    }

        .directory-toy-purchase-b:hover[b-po9wfdifqs] {
            font-weight: 600;
            background-color: #2268ec;
            color: #ffffff
        }

    .directory-button-actions[b-po9wfdifqs] {
        display: inline-block;
        vertical-align: bottom;
        /*    background-color: green;*/
        height: 40px;
    }

    .directory-toy-button-mouseover[b-po9wfdifqs] {
        font-family: Lato;
        display: inline-block;
        border: 0;
        color: #cdcdcd;
        height: 40px;
        width: calc(50% - 3px);
        position: absolute;
        vertical-align: bottom;
        z-index: 1;
    }

    .directory-toy-viewdetails-mouseover[b-po9wfdifqs] {
        font-size: 12pt;
        font-family: Lato;
        font-weight: 600;
        color: #E0E0E0;
        background-color: #591E87;
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
        transition: all 0.15s ease;
    }

        .directory-toy-viewdetails-mouseover:hover[b-po9wfdifqs] {
            font-weight: 600;
            background-color: #69249A;
            color: #ffffff;
        }

    .directory-toy-purchase-mouseover[b-po9wfdifqs] {
        font-size: 12pt;
        font-family: Lato;
        font-weight: 600;
        color: #E0E0E0;
        display: inline-block;
        background-color: #1861ac;
        left: 50%;
        transition: all 0.15s ease;
    }

        .directory-toy-purchase-mouseover:hover[b-po9wfdifqs] {
            font-weight: 600;
            background-color: #2268ec;
            color: #ffffff
        }

.hide-when-small-520[b-po9wfdifqs] {

}

    @media screen and (max-width:670px) {
        .hide-when-small-520[b-po9wfdifqs] {
            display: none;
        }
    }

.rounded-top-left[b-po9wfdifqs] {
    border-top-left-radius: 6px;
}

.rounded-bottom-left[b-po9wfdifqs] {
    border-bottom-left-radius: 6px;
}

.rounded-bottom-right[b-po9wfdifqs] {
    border-bottom-right-radius: 6px;
}

.directory-toy-features[b-po9wfdifqs] {
    color: rgba(220, 220, 220, 0.50);
    font-family: Lato;
    font-size: 12pt;
    margin-left: 0px;
    position: relative;
    top: 25px;
}

.directory-toy-button-report-issue[b-po9wfdifqs] {
    font-family: Lato;
    display: inline-block;
    font-weight: 600;
    border: 0;
    color: rgba(240, 20, 20, 0.70);
    height: 40px;
    width: calc(10% - 5px);
    left: 90%;
    position: absolute;
    vertical-align: bottom;
    border-bottom-right-radius: 6px;
    background-color: rgba(20, 20, 20, 0.70);
}

    .directory-toy-button-report-issue:hover[b-po9wfdifqs] {
        background-color: rgba(40, 40, 40, 0.70);
        color: rgba(250, 40, 40, 0.90);
    }
/*
DIRECTORY - GRID VIEW
*/
.directory-grid-container[b-po9wfdifqs] {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    border-radius: 5px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 10px 20px;
    right: 0px;
    max-width: 1620px;
    display: static;
    grid-gap: 2px;
    background: rgba(40, 40, 40, 1);
}

.directory-grid-parent[b-po9wfdifqs] {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

@media screen and (max-width:1200px) {
    .directory-grid-container[b-po9wfdifqs] {
        position: relative;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        border-radius: 5px;
        padding-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
        margin: 10px auto;
        right: 0px;
        grid-gap: 2px;
        background: rgba(40, 40, 40, 1);
    }
}

@media screen and (max-width:880px) {
    .directory-grid-container[b-po9wfdifqs] {
        position: relative;
        display: grid;
        grid-template-columns: 1fr 1fr;
        border-radius: 5px;
        padding-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
        margin: 10px auto;
        right: 0px;
        grid-gap: 2px;
        background: rgba(40, 40, 40, 1);
    }
}

.directory-grid-object[b-po9wfdifqs] {
    position: relative;
    overflow: hidden;
    margin: 0;
    border: 0;
    padding: 3px;
    box-sizing: border-box;
    background: rgba(40, 40, 40, 1);
}

.directory-grid-toy-image[b-po9wfdifqs] {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    max-height: 250px;
    max-width: 400px;
    height: calc(100%-30px);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    object-fit: cover;
    vertical-align: top;
    z-index: 2;
}

.directory-grid-toy-image-affiliate-stamp[b-po9wfdifqs] {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 32px;
    height: 32px;
    vertical-align: top;
    z-index: 3;
}

.directory-grid-toy-title[b-po9wfdifqs] {
    color: rgba(220, 220, 220, 0.95);
    font-family: Lato;
    font-size: 13pt;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 7px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    max-width: 70%;
    text-overflow: ellipsis;
}

.directory-grid-toy-vendor[b-po9wfdifqs] {
    color: rgba(220, 220, 220, 0.95);
    font-family: Lato;
    font-size: 13pt;
    font-weight: normal;
    margin-right: 15px;
    margin-top: 7px;
    float: right;
}

@media screen and (max-width:1790px) {
    .directory-grid-toy-vendor[b-po9wfdifqs] {
        display: none;
    }
}


.directory-grid-toy-vendoricon[b-po9wfdifqs] {
    max-height: 32px;
    float: right;
    position: relative;
    right: 5px;
    top: 4px;
    vertical-align: top;
}

.directory-grid-object-infobar[b-po9wfdifqs] {
    align-items: center;
    height: 40px;
    width: 100%;
    background-color: #424242;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    z-index: 10;
}

/*
DETAILS
*/
.show-details[b-po9wfdifqs] {
    position: fixed;
    height: calc(100vh - 180px); /* Full height minus 50px */
    width: 500px;
    bottom: 20px;
    background: #282828;
    left: 50%;
    transform: translateX(430px);
    opacity: 1;
    transition: opacity 0.25s ease-in-out;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 6px;
    z-index: 5;
}

.hide-details[b-po9wfdifqs] {
    position: fixed;
    height: calc(100vh - 180px); /* Full height minus 50px */
    width: 500px;
    bottom: 20px;
    background: #282828;
    vertical-align: top;
    left: 50%;
    transform: translateX(430px);
    opacity: 0;
    transition: opacity 0.15s ease-in-out;
    pointer-events: none;
    border-radius: 6px;
}

.show-on-hover[b-po9wfdifqs] {
    position: relative;
}

.directory-grid-object-infobar-container[b-po9wfdifqs] {
    display: block;
}

.directory-grid-object:hover .directory-grid-object-infobar-container[b-po9wfdifqs] {
    display: none;
}

.directory-grid-object:hover .directory-button-actions-grid[b-po9wfdifqs] {
    display: block;
}

/*
SIZE TABLE
*/

.sizetable-container[b-po9wfdifqs] {
    position: relative;
    height: 550px;
    background-color: blue;
}
/*
FILTER
*/
.filter-parent[b-po9wfdifqs] {
    position: relative;
    float: left;
    left: 1.2rem;
    width: 300px;
    padding-right: 8px;
    z-index: 2; /* needs to be 'above' display-container */
}

@media screen and (max-width:1450px) {
    .filter-parent[b-po9wfdifqs] {
        display: none;
    }
}

.filter-container[b-po9wfdifqs] {
    display: flex;
    flex-direction: row;
}

.filter-options-parent[b-po9wfdifqs] {
    position: relative;
    float: left;
    top: -40px;
    width: 100%;
    background: #282828;
}

.filter-check[b-po9wfdifqs] {
    position: relative;
    float: right;
    margin-top: 3px;
    border: 0px;
    font-family: Lato;
    font-size: 10pt;
    font-weight: 300;
    color: white;
    background-color: #1861ac;
    height: 25px;
    width: 90px;
    border-radius: 2px;
}

.filter-uncheck[b-po9wfdifqs] {
    position: relative;
    margin-top: 3px;
    float: right;
    border: 0px;
    font-family: Lato;
    font-size: 10pt;
    font-weight: 300;
    color: white;
    background-color: #454545;
    height: 25px;
    width: 90px;
    border-radius: 2px;
}

.filter-category-text[b-po9wfdifqs] {
    position: relative;
    top: 4px;
    left: 15px;
    color: #ddd;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 11pt;
}

.filter-category[b-po9wfdifqs] {
    position: relative;
    right: 10px;
    width: calc(100%);
}

    .filter-category > summary[b-po9wfdifqs] {
        position: relative;
        left: 10px;
        color: #ddd;
        height: 35px;
        background: #343434;
        font-family: Lato;
        font-weight: 600;
        font-size: 12pt;
    }

    .filter-category > summary[b-po9wfdifqs] {
        list-style-type: none;
    }


        .filter-category > summary[b-po9wfdifqs]::after {
            position: absolute;
            left: 260px;
            top: 8px;
            content: '▲';
            font-size: 9pt;
            color: #aaa;
        }

    .filter-category[open] > summary[b-po9wfdifqs]::after {
        position: absolute;
        left: 260px;
        top: 8px;
        content: '▼';
        font-size: 9pt;
        color: #ccc;
    }

.filter-category-modal[b-po9wfdifqs] {
    position: relative;
    right: 10px;
    width: calc(100%);
}

    .filter-category-modal > summary[b-po9wfdifqs] {
        position: relative;
        left: 10px;
        color: #ddd;
        height: 35px;
        background: #343434;
        font-family: Lato;
        font-weight: 600;
        font-size: 12pt;
    }

    .filter-category-modal > summary[b-po9wfdifqs] {
        list-style-type: none;
    }


        .filter-category-modal > summary[b-po9wfdifqs]::after {
            position: absolute;
            right: 10px;
            top: 8px;
            content: '▲';
            font-size: 9pt;
            color: #aaa;
        }

    .filter-category-modal[open] > summary[b-po9wfdifqs]::after {
        position: absolute;
        right: 10px;
        top: 8px;
        content: '▼';
        font-size: 9pt;
        color: #ccc;
    }

.filter-checkbox-container[b-po9wfdifqs] {
    position: relative;
    padding-top: 5px;
    left: 20px;
    color: #ccc;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 11pt;
    user-select: none;
}

.filter-showhide-container[b-po9wfdifqs] {
    display: none;
}

@media screen and (max-width:1450px) {
    .filter-showhide-container[b-po9wfdifqs] {
        display: block;
        position: fixed;
        top: 95px;
        left: 0;
        width: 80px;
        height: 50px;
        z-index: 1999;
    }
}

.filter-showhide-button[b-po9wfdifqs] {
    border: 0;
    background-color: #1861ac;
    width: 100%;
    height: 100%;
}

    .filter-showhide-button:hover[b-po9wfdifqs] {
        background-color: #3891dc;
    }

/* Sort By Containers */


.sortby-mobile-container[b-po9wfdifqs] {
    display: block;
    position: fixed;
    float: right;
    top: 95px;
    right: 0;
    width: 80px;
    height: 50px;
    z-index: 1998;
}

.sortby-mobile-button[b-po9wfdifqs] {
    border: 0;
    background-color: #CE5605;
    width: 100%;
    height: 100%;
}

    .sortby-mobile-button:hover[b-po9wfdifqs] {
        background-color: #FE6910;
    }

.sortby-dropdown[b-po9wfdifqs] {
    font-family: Lato, Helvetica, sans-serif;
    color: white;
    position: fixed;
    top: 145px;
    right: 0;
    background-color: #424242;
    border: 1px solid #CE5605;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 1999;
    width: 200px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

    .sortby-dropdown ul[b-po9wfdifqs] {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .sortby-dropdown li[b-po9wfdifqs] {
        padding: 10px;
        cursor: pointer;
    }

        .sortby-dropdown li:hover[b-po9wfdifqs] {
            background-color: #545454;
        }

.sort-button[b-po9wfdifqs] {
    width: 100%;
    height: 100%;
    background-color: orange;
    color: white;
    border: none;
    font-size: 18px;
}


.vertical-space[b-po9wfdifqs] {
    margin-top: 15px;
}

.italic-text[b-po9wfdifqs] {
    font-style: italic;
    font-size: 10pt;
}

.overlay[b-po9wfdifqs] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999; /* Below panel */
}

.error-overlay-content[b-po9wfdifqs] {
    font-size: 10pt;
    color: white;
    position: absolute;
    top: 300px;
    left: 25%;
    width: 50%;
    height: 50vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000; /* Below panel */
}

.dimmer-disable[b-po9wfdifqs] {
    z-index: 10;
    pointer-events: none;
    opacity: 0.0;
}

.dimmer-enabled[b-po9wfdifqs] {
    opacity: 0.5;
    pointer-events: none;
}

.close-details-button[b-po9wfdifqs] {
    position: relative;
    float: right;
    display: inline;
    background: transparent;
    border: none;
    color: #ccc;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.15s ease;
}

    .close-details-button:hover[b-po9wfdifqs] {
        color: #fff;
        transform: scale(1.1)
    }


.close-details-button-text[b-po9wfdifqs] {
    position: relative;
    left: 1px;
    bottom: 10px;
}

.details-offset[b-po9wfdifqs] {
    right: 10px;
    top: 5px;
}

.search-modal-offset[b-po9wfdifqs] {
    top: 10px;
    z-index: 10;
}

.close-details-button-modal-offset[b-po9wfdifqs] {
    position: absolute;
    font-size: 1.5rem;
    right: 15px;
    top: 15px;
}

.default-text-box[b-po9wfdifqs] {
    height: 30px;
    font-family: Lato;
    align-items: center;
    background: #181818;
    border-radius: 2px;
    border-width: 1px;
    border-color: #1567ac;
    color: #afafaf;
    padding-left: 5px;
}

.slider-filter-category[b-po9wfdifqs] {
    height: 110px;
}

.mixmax-textbox-container[b-po9wfdifqs] {
    top: 15px;
    color: white;
    left: 8px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    user-select: none;
}

.min-filter[b-po9wfdifqs] {
    width: 60px;
}

.max-filter[b-po9wfdifqs] {
    width: 60px;
}


#details-product-dash[b-po9wfdifqs] {
    position: relative;
    top: 8px;
    font-size: 14pt;
    font-weight: 100;
    color: #909090;
    padding-left: 30px;
}

#searchbox-container[b-po9wfdifqs] {
    display: grid;
    width: 300px;
    justify-content: center;
    padding-bottom: 65px;
    row-gap: 15px;
}

#searchbox[b-po9wfdifqs] {
    height: 30px;
    width: 245px;
    font-family: Lato;
    align-items: center;
    background: #181818;
    border-radius: 2px;
    border-width: 1px;
    border-color: #1567ac;
    color: #afafaf;
    padding-left: 5px;
}

#searchbutton[b-po9wfdifqs] {
    padding: 1px, 6px;
    color: white;
    border: 0px;
    background-color: #424242;
    height: 30px;
    width: 40px;
    border-radius: 2px;
}

.showmore-button[b-po9wfdifqs] {
    cursor: pointer;
    color: #3091ef;
    text-decoration: none;
    position: relative;
    font-size: 12pt;
    right: -20px;
}

    .showmore-button:hover[b-po9wfdifqs] {
        color: #38a1ff;
        text-decoration: underline;
    }

.clear-filters-button[b-po9wfdifqs] {
    cursor: pointer;
    color: #3091ef;
    text-decoration: none;
    position: relative;
    font-size: 11pt;
}

    .clear-filters-button:hover[b-po9wfdifqs] {
        color: #38a1ff;
        text-decoration: underline;
    }

.searchbox-metadata[b-po9wfdifqs] {
    position: relative;
    top: -10px;
    height: 10px;
    width: 100%;
}

.searchbox-metadata-text[b-po9wfdifqs] {
    position: relative;
    right: -2px;
    font-size: 11pt;
    color: #898989;
}

.metadata-offset[b-po9wfdifqs] {
    position: absolute;
    top: 2px;
    right: 2px;
}

.empty-search-container[b-po9wfdifqs] {
    display: static;
    position: absolute;
    top: 200px;
    left: 50%;
    margin-left: -150px;
    width: 350px;
    height: 220px;
    border-radius: 6px;
    background-color: #171717;
}

@media screen and (max-width:1450px) {
    .empty-search-container[b-po9wfdifqs] {
        top: 200px;
    }
}

.empty-search-container-text[b-po9wfdifqs] {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    color: #bababa;
    font-size: 13pt;
    font-style: italic;
}

.no-results-img[b-po9wfdifqs] {
    position: relative;
    top: 10px;
}

.dnone[b-po9wfdifqs] {
    display: none;
}

/* SLIDER STUFF */

.slider-container[b-po9wfdifqs] {
    position: relative;
    top: 20px;
    left: 8px;
    width: 250px;
    height: 20px; /* Adjust height to fit thumbs + track */
    display: flex;
    align-items: center;
    margin: 0 auto;
}


.dual-slider-container[b-po9wfdifqs] {
}

    .dual-slider-container input[type="range"][b-po9wfdifqs] {
        position: absolute;
        width: 100%;
        height: 0;
        pointer-events: none;
        -webkit-appearance: none;
        appearance: none;
        background: none;
    }

        .dual-slider-container input[type="range"][b-po9wfdifqs]::-moz-range-thumb {
            pointer-events: all;
            width: 20px;
            height: 20px;
            background: #2268ec;
            border-radius: 50%;
            border-color: white;
            border-width: 1.5px;
            box-shadow: 0 0 5px rgba(0,0,0,0.3);
            cursor: pointer;
            position: relative;
        }

        .dual-slider-container input[type="range"][b-po9wfdifqs]::-webkit-slider-thumb {
            pointer-events: all;
            width: 20px;
            height: 20px;
            background: #2268ec;
            border-radius: 50%;
            border: 2px solid white; /* or black/dark depending on background */
            box-shadow: 0 0 2px rgba(0,0,0,0.4);
            cursor: pointer;
            -webkit-appearance: none;
            position: relative;
        }

            .dual-slider-container input[type="range"][b-po9wfdifqs]::-webkit-slider-thumb:hover {
                transform: scale(1.2);
                transition: transform 0.1s ease-in-out;
            }

.thumb-left[b-po9wfdifqs] {
    z-index: 3;
}

.thumb-right[b-po9wfdifqs] {
    z-index: 4;
}

.slider-track[b-po9wfdifqs] {
    position: absolute;
    top: 9px;
    height: 4px;
    background: #888;
    width: 100%;
    z-index: 1;
    border-radius: 2px;
}

.slider-range[b-po9wfdifqs] {
    position: absolute;
    top: 9px;
    height: 4px;
    background: #2268ec;
    z-index: 2;
    border-radius: 2px;
}

.single-slider-container[b-po9wfdifqs] {
    height: 30px;
}

.length-slider-track[b-po9wfdifqs] {
    -webkit-appearance: none;
    width: 250px;
    height: 4px;
    border-radius: 6px;
    background: #888;
    outline: none;
}

    .length-slider-track[b-po9wfdifqs]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 20px;
        height: 20px;
        background: #2268ec;
        border-radius: 50%;
        border: 2px solid white;
        cursor: pointer;
        margin-top: 0px;
        half thumb height - half track height;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    }

        .length-slider-track[b-po9wfdifqs]::-webkit-slider-thumb:hover {
            transform: scale(1.2);
            transition: transform 0.1s ease-in-out;
        }

    .length-slider-track[b-po9wfdifqs]::-moz-range-track {
        height: 6px;
        background: transparent;
        border: none;
        border-radius: 5px;
    }

    .length-slider-track[b-po9wfdifqs]::-moz-range-progress {
        background-color: #2268ec;
        height: 6px;
        border-radius: 5px;
    }

    .length-slider-track[b-po9wfdifqs]::-moz-range-thumb {
        width: 20px;
        height: 20px;
        background: #2268ec;
        border: 2px solid white;
        border-radius: 50%;
        cursor: pointer;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    }

.orange-circle[b-po9wfdifqs] {
    position: relative;
    bottom: 3px;
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #CE5605;
    border: 1px solid #FE6910;
    border-radius: 50%;
    margin-right: 10px;
}

.sortby-spacer[b-po9wfdifqs] {
    margin-right: 16px;
}
/* /Pages/VendorList.razor.rz.scp.css */
body[b-j9hmn4t8c8] {
}

.vendor-table[b-j9hmn4t8c8] {
    max-width: 550px;
}

.vendor-logo[b-j9hmn4t8c8] {
    height: 32px;
}

.vendor-logo-column[b-j9hmn4t8c8] {
    width: 56px;
}

.vendor-table-container[b-j9hmn4t8c8] {
    max-width: 550px;
    margin: 2rem auto;
    padding: 0rem;
    font-family: 'Segoe UI', sans-serif;
    color: #eee;
}

.vendor-table[b-j9hmn4t8c8] {
    width: 100%;
    border-collapse: collapse;
    background-color: #1e1e1e;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-radius: 10px;
    overflow: hidden;
}

    .vendor-table thead[b-j9hmn4t8c8] {
        background-color: #2a2a2a;
    }

    .vendor-table th[b-j9hmn4t8c8],
    .vendor-table td[b-j9hmn4t8c8] {
        padding: 0.8rem;
        text-align: left;
    }

    .vendor-table td:first-child[b-j9hmn4t8c8],
    .vendor-table th:first-child[b-j9hmn4t8c8] {
        width: 40px;
    }

    .vendor-table th[b-j9hmn4t8c8] {
        color: #aaa;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 0.85rem;
        border-bottom: 1px solid #444;
    }

    .vendor-table tr[b-j9hmn4t8c8] {
        border-bottom: 1px solid #333;
        transition: background-color 0.2s ease;
    }

        .vendor-table tr:hover[b-j9hmn4t8c8] {
            background-color: #2d2d2d;
        }

    .vendor-table td a[b-j9hmn4t8c8] {
        color: #58a6ff;
        text-decoration: none;
    }

        .vendor-table td a:hover[b-j9hmn4t8c8] {
            text-decoration: underline;
        }

.badge[b-j9hmn4t8c8] {
    padding: 0.3em 0.7em;
    border-radius: 0.5em;
    font-size: 0.75rem;
    font-weight: bold;
}

    .badge.yes[b-j9hmn4t8c8] {
        background-color: #28a745;
        color: white;
    }

    .badge.no[b-j9hmn4t8c8] {
        background-color: #6c757d;
        color: white;
    }
