/* /Layout/MainLayout.razor.rz.scp.css */
/* Layout containers */
.page[b-tlmhj1shx4] {
    display: flex;
    flex-direction: column;
    position: relative;
}

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

.sidebar[b-tlmhj1shx4] {
    background: linear-gradient(180deg, #7D00DF 10%, #1A2C54 100%);
}

/* Top bar */
.top-row[b-tlmhj1shx4] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 4rem;
    background: linear-gradient(90deg, #7D00DF 0%, #1A2C54 100%);
    padding: 0.75rem 1.5rem;
    color: white;
    z-index: 10;
    flex-wrap: nowrap; /* prevent wrapping on desktop */
    row-gap: 0.5rem;
}

/* Search wrapper */
.nav-search-wrapper[b-tlmhj1shx4] {
    display: flex;
    align-items: center;
    margin-right: 1rem;
}

/* Search input (inside SearchBox component) */
.search-input[b-tlmhj1shx4] {
    padding: 0.5rem 0.5rem 0.5rem 2rem;
    border: none;
    border-radius: 2rem;
    background-color: rgba(255, 255, 255, 0.15);
    width: 200px;
    font-size: 0.9rem;
    color: white;
}

    .search-input[b-tlmhj1shx4]::placeholder {
        color: rgba(255, 255, 255, 0.7);
    }

/* Nav actions container */
.top-nav-actions[b-tlmhj1shx4] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

/* Individual nav item */
.nav-item-wrapper[b-tlmhj1shx4] {
    display: flex;
    align-items: center;
}

/* Link styles */
.top-nav-link[b-tlmhj1shx4] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: white;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
}

    .top-nav-link:hover[b-tlmhj1shx4] {
        color: rgba(255, 255, 255, 0.8);
    }

/* Bootstrap icon sizing */
.bi[b-tlmhj1shx4] {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: -0.125em;
    fill: currentColor;
}

/* Responsive breakpoints */
@media (max-width: 640.98px) {
    .top-row[b-tlmhj1shx4] {
        flex-direction: column; /* stack rows */
        align-items: stretch;
        height: auto;
    }

    /* Search takes full width */
    .nav-search-wrapper[b-tlmhj1shx4] {
        width: 100%;
        margin-bottom: 0.5rem;
    }

    .search-input[b-tlmhj1shx4] {
        width: 100% !important;
    }

    /* Actions on second row, side-by-side */
    .top-nav-actions[b-tlmhj1shx4] {
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 0.5rem;
        width: 100%;
    }

    .nav-item-wrapper[b-tlmhj1shx4] {
        flex: 1 1 auto;
        justify-content: center;
    }

    /* Hide duplicate text if needed */
    .top-nav-link span + span[b-tlmhj1shx4] {
        display: none;
    }
}

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

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

    .top-row[b-tlmhj1shx4] {
        position: sticky;
        top: 0;
    }

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

.user-icon[b-tlmhj1shx4] {
    background-color: #fff;
    color: #7D00DF;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-weight: bold;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 2px solid #fff;
}

.user-dropdown[b-tlmhj1shx4] {
    position: relative;
}

.user-menu[b-tlmhj1shx4] {
    position: absolute;
    top: 40px;
    right: 0;
    background-color: white;
    color: #1A2C54;
    border-radius: 0.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 999;
    min-width: 180px;
    overflow: hidden;
}

.user-menu-item[b-tlmhj1shx4] {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #1A2C54;
    font-size: 0.9rem;
    border-bottom: 1px solid #eee;
}

    .user-menu-item:last-child[b-tlmhj1shx4] {
        border-bottom: none;
    }

    .user-menu-item:hover[b-tlmhj1shx4] {
        background-color: #f0f0f0;
    }

/* Blazor error UI */
#blazor-error-ui[b-tlmhj1shx4] {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: lightyellow;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    padding: 0.6rem 1.25rem;
    z-index: 1000;
    color-scheme: light only;
}

    #blazor-error-ui .dismiss[b-tlmhj1shx4] {
        position: absolute;
        top: 0.5rem;
        right: 0.75rem;
        cursor: pointer;
    }

.cart-badge[b-tlmhj1shx4] {
    background: #8a4dff;
    color: white;
    border-radius: 50%;
    padding: 2px 7px;
    font-size: 12px;
    margin-left: 5px;
}

.cart-highlight[b-tlmhj1shx4] {
    animation: cartPulse-b-tlmhj1shx4 1s;
}

@keyframes cartPulse-b-tlmhj1shx4 {
    0% {
        background-color: rgba(138,77,255,0.2);
    }

    50% {
        background-color: rgba(138,77,255,0.5);
    }

    100% {
        background-color: transparent;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-n24olxxrvv] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    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-n24olxxrvv] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.top-row[b-n24olxxrvv] {
    min-height: 5.5rem;
    background-color: transparent;
    display: flex;
    justify-content: center;
    padding-top: 1rem;
}

.navbar-brand[b-n24olxxrvv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0;
}
@media (max-width: 640.98px) {
    .navbar-brand img[b-n24olxxrvv]{
        height:150px;
    }
}


.logo[b-n24olxxrvv] {
  
}

.brand-text[b-n24olxxrvv] {
    display: flex;
    flex-direction: column;
    color: white;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: 1px;
    margin-top: 0.5rem;
    text-align: center;
}

.brand-tagline[b-n24olxxrvv] {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.75rem;
    text-align: center;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.nav-item[b-n24olxxrvv] {
    font-size: 0.9rem;
    text-align: center;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-n24olxxrvv] {
        padding-top: 0; /* Reduced to accommodate search box */
    }

    .nav-item:last-of-type[b-n24olxxrvv] {
        padding-bottom: 1rem;
    }

    .nav-item[b-n24olxxrvv]  .nav-link {
        color: white;
        background: none;
        border: none;
        height: 2.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 2.5rem;
        width: 100%;
        font-weight: 500;
    }

    .nav-item[b-n24olxxrvv]  a.active {
        font-weight: 600;
    }

    .nav-item[b-n24olxxrvv]  .nav-link:hover {
        background-color: rgba(255, 255, 255, 0.1);
        color: white;
    }

.nav-scrollable[b-n24olxxrvv] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-n24olxxrvv] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-n24olxxrvv] {
        display: none;
    }

    .nav-scrollable[b-n24olxxrvv] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 10rem);
        overflow-y: auto;
    }
}
/* /Pages/Cart.razor.rz.scp.css */
.product-row[b-oalb9s9q3v] {
    background-color: #f3ebff;
}

/* Buttons */
.btn-gradient[b-oalb9s9q3v] {
    background: linear-gradient(180deg, #8a4dff 0%, #4e00ff 100%);
    border: none;
    color: white;
}

/* Hover underline on links/buttons if you have any */
.product-row .product-info .text-purple:hover[b-oalb9s9q3v] {
    text-decoration: underline;
}

/* Description truncated */
.product-row .description[b-oalb9s9q3v] {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Show 2 lines max */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Mobile styles */
@media (max-width: 768px) {
    .product-row[b-oalb9s9q3v] {
        flex-direction: column;
        text-align: center;
        align-items: stretch;
    }

        .product-row .product-img[b-oalb9s9q3v] {
            margin-bottom: 1rem;
            width: 100%;
            text-align: center;
        }

        .product-row .product-info[b-oalb9s9q3v] {
            margin-bottom: 1rem;
            width: 100%;
        }

        .product-row .product-action[b-oalb9s9q3v] {
            width: 100%;
            text-align: center;
        }

            .product-row .product-action .btn[b-oalb9s9q3v] {
                width: 100%;
                font-size: 1rem;
                padding: 0.75rem;
            }
}
/* /Pages/Components/CoreBenefits.razor.rz.scp.css */
.why-choose-section[b-bv4wem2w5y] {
    padding: 3rem 0;
    margin: 0 auto;
}

.section-title[b-bv4wem2w5y] {
    color: #417893;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    font-weight: 600;
}

.features-container[b-bv4wem2w5y] {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 3rem;
}

.features-list[b-bv4wem2w5y] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-width: 300px;
}

.product-showcase[b-bv4wem2w5y] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    overflow: hidden;
}

    .product-showcase img[b-bv4wem2w5y] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 1rem;
    }

.feature-card[b-bv4wem2w5y] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(90deg, #7D00DF 0%, #1A2954 100%);
    color: white;
    border-radius: 0.75rem;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s, box-shadow 0.2s;
}

    .feature-card:hover[b-bv4wem2w5y] {
        transform: translateY(-3px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }

.feature-left[b-bv4wem2w5y] {
    flex: 1;
}

.feature-title[b-bv4wem2w5y] {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: white;
}

.feature-description[b-bv4wem2w5y] {
    font-size: 0.95rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.9);
}

.feature-icon-img[b-bv4wem2w5y] {
    margin-left: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
}

    .feature-icon-img img[b-bv4wem2w5y] {
        width: 80px;
        height: 80px;
        object-fit: contain;
    }

.actions[b-bv4wem2w5y] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.btn[b-bv4wem2w5y] {
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.2s, transform 0.1s;
    border: none;
    cursor: pointer;
}

    .btn:hover[b-bv4wem2w5y] {
        transform: translateY(-2px);
    }

.btn-primary[b-bv4wem2w5y] {
    background-color: #1A2954;
    color: white;
}

    .btn-primary:hover[b-bv4wem2w5y] {
        background-color: #253672;
        color: white;
    }

.btn-secondary[b-bv4wem2w5y] {
    background-color: #417893;
    color: white;
}

    .btn-secondary:hover[b-bv4wem2w5y] {
        background-color: #4c8cad;
        color: white;
    }

/* Responsive */
@media (max-width: 992px) {
    .features-container[b-bv4wem2w5y] {
        flex-direction: column;
        gap: 2rem;
    }

    .product-showcase[b-bv4wem2w5y] {
        order: -1;
    }
}

@media (max-width: 768px) {
    .section-title[b-bv4wem2w5y] {
        font-size: 2rem;
    }

    .feature-card[b-bv4wem2w5y] {
        flex-direction: row;
        padding: 1rem 1.25rem;
    }

    .feature-icon-img img[b-bv4wem2w5y] {
        width: 60px;
        height: 66px;
    }
}
/* /Pages/Components/DiscoverProductTypes.razor.rz.scp.css */
.types-section[b-1ka6kl8oef] {
    background-color: #F3EBFF;
}

.types-title[b-1ka6kl8oef] {
    font-size: 2.5rem;
    font-weight: 600;
}

.card[b-1ka6kl8oef] {
    border: none;
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.card-img-top[b-1ka6kl8oef] {
    height: 340px;
    object-fit: cover;
}

.card-body[b-1ka6kl8oef] {
    padding-top: 2rem;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 2rem;
}

.card-title[b-1ka6kl8oef] {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
}

.card-text[b-1ka6kl8oef] {
    font-size: 0.875rem;
    line-height: 1.4;
    color: #828282;
}

.row[b-1ka6kl8oef] {
    --bs-gutter-y: 70px;
    padding-bottom: 60px;
}
/* /Pages/Components/ExploreProductRange.razor.rz.scp.css */
.range-section[b-cs74ifcktk] {
    max-width: 800px;
    text-align: left; /* ensure children are left-aligned */
}

    .range-section h2[b-cs74ifcktk] {
        font-size: 2rem;
        font-weight: 700;
    }

    .range-section p[b-cs74ifcktk] {
        color: #4a4a4a;
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }

.search-wrapper[b-cs74ifcktk] {
    position: relative;
    margin: 1rem 0 0 0; /* push it down but keep it left-aligned */
    max-width: 500px;
}

.search-input[b-cs74ifcktk] {
    width: 100%;
    height: 48px;
    padding: 0 16px 0 48px;
    border-radius: 12px;
    border: none;
    background-color: #F5EEFF;
    font-size: 1rem;
    color: #333;
}

    .search-input:focus[b-cs74ifcktk] {
        outline: none;
        box-shadow: 0 0 0 3px rgba(128, 0, 255, 0.25);
    }

    .search-input[b-cs74ifcktk]::placeholder {
        color: #00000080;
    }

.search-icon[b-cs74ifcktk] {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    font-size: 1.25rem;
    color: #00000080;
    pointer-events: none;
}
/* /Pages/Components/FeaturedProducts.razor.rz.scp.css */
.featured-section[b-7o6clys0ti] {
    padding: 2rem 0 4rem;
}

.section-title[b-7o6clys0ti] {
    color: #417893;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    font-weight: 600;
}

.product-grid[b-7o6clys0ti] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.product-card[b-7o6clys0ti] {
    display: flex;
    flex-direction: column;
    border-radius: 0.5rem;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

    .product-card:hover[b-7o6clys0ti] {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }

.product-image[b-7o6clys0ti] {
    object-fit: cover;
    height: 450px;
    overflow: hidden;
    border-radius: 0.5rem;
}

    .product-image img[b-7o6clys0ti] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s;
    }

.product-card:hover .product-image img[b-7o6clys0ti] {
    transform: scale(1.05);
}

.product-title[b-7o6clys0ti] {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    font-weight: 600;
    color: #1A2C54;
}

.product-description[b-7o6clys0ti] {
    margin-bottom: 1.5rem;
    color: #666;
    line-height: 1.5;
    flex-grow: 1;
}

.product-action[b-7o6clys0ti] {
    margin-top: auto;
}

.btn-explore-product[b-7o6clys0ti] {
    display: inline-block;
    background-color: #1A2C54;
    color: white;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 0.25rem;
    text-decoration: none;
    transition: background-color 0.3s;
    border: none;
    font-size: 0.9rem;
}

    .btn-explore-product:hover[b-7o6clys0ti] {
        background-color: #2c3e65;
        color: white;
    }

@media (max-width: 768px) {
    .product-grid[b-7o6clys0ti] {
        grid-template-columns: 1fr;
    }

    .section-title[b-7o6clys0ti] {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
}
/* /Pages/Components/Footer.razor.rz.scp.css */
.site-footer[b-zjsaspbdc1] {
    background-color: #f5f5f5;
    padding: 3rem 0 1.5rem;
    color: #333;
}

.container[b-zjsaspbdc1] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.footer-content[b-zjsaspbdc1] {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    margin-bottom: 2rem;
}

.footer-brand[b-zjsaspbdc1] {
    flex: 1;
    min-width: 200px;
}

.footer-logo[b-zjsaspbdc1] {
    width: 80px;
    height: auto;
    margin-bottom: 0.5rem;
}

.brand-text h3[b-zjsaspbdc1] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
}

.tagline[b-zjsaspbdc1] {
    margin-top: 0.25rem;
    font-size: 0.875rem;
    color: #666;
}

.social-icons[b-zjsaspbdc1] {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

    .social-icons a[b-zjsaspbdc1] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background-color: #ddd;
        color: #555;
        transition: all 0.2s ease;
    }

        .social-icons a:hover[b-zjsaspbdc1] {
            background-color: #7D00DF;
            color: white;
        }

.footer-links[b-zjsaspbdc1] {
    flex: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-between;
}

.footer-section[b-zjsaspbdc1] {
    min-width: 160px;
}

    .footer-section h4[b-zjsaspbdc1] {
        font-size: 1.1rem;
        margin-top: 0;
        margin-bottom: 1rem;
        font-weight: 600;
    }

    .footer-section ul[b-zjsaspbdc1] {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .footer-section li[b-zjsaspbdc1] {
        margin-bottom: 0.5rem;
    }

    .footer-section a[b-zjsaspbdc1] {
        color: #555;
        text-decoration: none;
        transition: color 0.2s ease;
    }

        .footer-section a:hover[b-zjsaspbdc1] {
            color: #7D00DF;
        }

.footer-bottom[b-zjsaspbdc1] {
    border-top: 1px solid #ddd;
    padding-top: 1.5rem;
    text-align: center;
}

.copyright[b-zjsaspbdc1] {
    font-size: 0.875rem;
    color: #777;
    margin: 0;
}

@media (max-width: 768px) {
    .footer-content[b-zjsaspbdc1] {
        flex-direction: column;
        gap: 2rem;
    }

    .footer-links[b-zjsaspbdc1] {
        flex-direction: column;
        gap: 1.5rem;
    }
}

/* /Pages/Components/HelpBanner.razor.rz.scp.css */
.help-banner[b-up6h9z6tea] {
    background-color: #E0C8FF;
    border-radius: 0.75rem;
    height:330px;
    align-content:center;
}

.help-title[b-up6h9z6tea] {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom:20px;
}

.help-text[b-up6h9z6tea] {
    color: #4a4a4a;
    font-size: 1rem;
}

.button-row .btn-primary[b-up6h9z6tea] {
    background-color: #000;
    border: none;
}

.button-row .btn-outline-secondary[b-up6h9z6tea] {
    background-color: #E6E6E6;
    border: 1px solid #ccc;
    color: #000000E5;
}


.button-row .btn-lg[b-up6h9z6tea] {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
}
/* /Pages/Components/Hero.razor.rz.scp.css */
.carousel-container[b-b41frii2y4] {
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
    margin-bottom: 2rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.carousel-slide[b-b41frii2y4] {
    display: none;
    position: relative;
    overflow: hidden;
    height: 450px;
}

    .carousel-slide.active[b-b41frii2y4] {
        display: block;
    }

.product-image[b-b41frii2y4] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 1rem;
    overflow: hidden;
}

    .product-image img[b-b41frii2y4] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        border: 2px solid rgba(93, 183, 189, 0.3);
        box-sizing: border-box;
    }

.gradient-overlay[b-b41frii2y4] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #1A2C54 0%, #7D00DF 100%);
    opacity: 0.85;
    z-index: 2;
}

.carousel-content[b-b41frii2y4] {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    padding: 2rem;
    text-align: left;
}

.hero-title[b-b41frii2y4] {
    color: #5DB7BD;
    font-size: 4rem;
    font-weight: 700;
    margin: 0;
    padding-top: 1rem;
    padding-left: 1rem;
    line-height: 1.2;
    text-align: left;
}

.action-button[b-b41frii2y4] {
    margin-left: 1rem;
    margin-bottom: 1rem;
}

.btn-explore[b-b41frii2y4] {
    background-color: #212944;
    color: white;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    text-decoration: none;
    transition: background-color 0.3s, transform 0.2s;
    border: none;
    font-size: 1rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}

    .btn-explore:hover[b-b41frii2y4] {
        background-color: #2c3a5e;
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    }

.carousel-dots[b-b41frii2y4] {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    left: auto;
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    z-index: 4;
}

.dot[b-b41frii2y4] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
}

    .dot.active[b-b41frii2y4] {
        background-color: white;
        transform: scale(1.2);
    }

    .dot:hover[b-b41frii2y4] {
        background-color: rgba(255, 255, 255, 0.7);
    }

@media (max-width: 768px) {
    .hero-title[b-b41frii2y4] {
        font-size: 2rem;
    }

    .carousel-slide[b-b41frii2y4] {
        height: 400px;
    }

    .carousel-content[b-b41frii2y4] {
        padding: 2rem 1rem;
    }
}
/* /Pages/Components/InfoCards.razor.rz.scp.css */
.info-cards[b-b2ojojgusl]{
    margin-bottom: 50px;

}
.info-card[b-b2ojojgusl] {
    background-color: #E8EAEE;
    border-radius: 0.5rem;
}

    .info-card h5[b-b2ojojgusl] {
        font-size: 1.6rem;
        font-weight:bold;
        margin-bottom: 0.5rem;
    }

    .info-card p[b-b2ojojgusl] {
        color: #000000;
        margin-bottom: 1rem;
    }

    .info-card .btn-dark[b-b2ojojgusl] {
        background-color: #000;
        border: none;
        padding: 0.5rem 1rem;
        font-size: 1rem;
        padding:15px;
    }
/* /Pages/Components/RevolutionBanner.razor.rz.scp.css */
/* Banner container */
.revolution-banner[b-odrgremunw] {
    border-radius: 0.75rem;
    overflow: hidden;
    align-items: stretch;
}

    /* Left half: gradient & text */
    .revolution-banner .banner-text[b-odrgremunw] {
        flex: 0 0 50%;
        background: linear-gradient(180deg, #8A4DFF 0%, #4E00FF 100%);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    /* Right half: image */
    .revolution-banner .banner-image[b-odrgremunw] {
        flex: 0 0 50%;
        position: relative;
    }

        .revolution-banner .banner-image img[b-odrgremunw] {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

/* Info row below banner */
.revolution-info h5[b-odrgremunw] {
    font-weight: 600;
}

.revolution-info p[b-odrgremunw] {
    color: #4a4a4a;
    line-height: 1.6;
}
/* /Pages/Components/ShopInsightsBanner.razor.rz.scp.css */
.shop-insights-banner[b-dk0s9jyqx9] {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('/images/wrenches.png');
    background-size: cover;
    background-position: center;
    padding: 4rem 2rem;
    margin: 2rem 0;
    color: white;
    border-radius: 0;
    position: relative;
    margin-bottom: 0px;
}

.banner-content[b-dk0s9jyqx9] {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.banner-title[b-dk0s9jyqx9] {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
}

.banner-actions[b-dk0s9jyqx9] {
    display: flex;
    gap: 1rem;
}

.btn[b-dk0s9jyqx9] {
    padding: 0.75rem 1.5rem;
    border-radius: 0.25rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.2s ease;
    border: none;
}

.btn-primary[b-dk0s9jyqx9] {
    background-color: #000;
    color: white;
}

    .btn-primary:hover[b-dk0s9jyqx9] {
        background-color: #222;
    }

.btn-light[b-dk0s9jyqx9] {
    background-color: #f8f9fa;
    color: #333;
}

    .btn-light:hover[b-dk0s9jyqx9] {
        background-color: #e2e6ea;
    }

@media (max-width: 768px) {
    .banner-content[b-dk0s9jyqx9] {
        flex-direction: column;
        align-items: flex-start;
    }

    .banner-title[b-dk0s9jyqx9] {
        font-size: 2rem;
    }
}

/* /Pages/Components/Testimonials.razor.rz.scp.css */
.testimonials-section[b-dcr2xxwosw] {
    padding: 3rem 0;
    margin: 0 auto;
}

.section-title[b-dcr2xxwosw] {
    font-size: 2.5rem;
    color: #417893;
    margin-bottom: 2.5rem;
    font-weight: 600;
}

.testimonials-container[b-dcr2xxwosw] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.testimonial-card[b-dcr2xxwosw] {
    background: linear-gradient(180deg, #4D7B93 0%, #B45DBB 100%);
    border-radius: 1rem;
    padding: 2rem;
    color: white;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

    .testimonial-card:hover[b-dcr2xxwosw] {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

.testimonial-quote[b-dcr2xxwosw] {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 2rem;
    flex-grow: 1;
}

.testimonial-author[b-dcr2xxwosw] {
    display: flex;
    align-items: center;
}

.author-avatar[b-dcr2xxwosw] {
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 1rem;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

    .author-avatar img[b-dcr2xxwosw] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.author-info[b-dcr2xxwosw] {
    display: flex;
    flex-direction: column;
}

.author-name[b-dcr2xxwosw] {
    font-weight: 600;
    font-size: 1rem;
}

.author-description[b-dcr2xxwosw] {
    font-size: 0.875rem;
    opacity: 0.9;
    color:black;
}

@media (max-width: 768px) {
    .testimonials-container[b-dcr2xxwosw] {
        grid-template-columns: 1fr;
    }

    .section-title[b-dcr2xxwosw] {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    .testimonial-quote[b-dcr2xxwosw] {
        font-size: 1.25rem;
    }
}
/* /Pages/Inputs/ComingSoon.razor.rz.scp.css */
.coming-soon-container[b-c5ap6lme85] {
    display: flex;
    justify-content: center;
    padding: 4rem 1rem;
}

.coming-soon-card[b-c5ap6lme85] {
    background: linear-gradient(135deg, #7D00DF 0%, #1A2954 100%);
    color: white;
    border-radius: 1rem;
    padding: 2rem;
    text-align: center;
    max-width: 400px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}

    .coming-soon-card .section-title[b-c5ap6lme85] {
        margin-bottom: 1rem;
    }

.coming-soon-text[b-c5ap6lme85] {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    color: rgba(255,255,255,0.9);
}

.coming-soon-icon i[b-c5ap6lme85] {
    font-size: 2.5rem;
    opacity: 0.8;
}
/* /Pages/Inputs/SearchBox.razor.rz.scp.css */
/* Search box styles */
.search-container[b-508z455i98] {
    margin: 1rem 0;
    padding: 0 15px;
}
@media (max-width: 640.98px) {
    .search-container[b-508z455i98]{
        width:100%;
        padding:0px;
    }
}

.search-box[b-508z455i98] {
    position: relative;
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    width: 100%;
    height: 38px;
    transition: all 0.3s ease;
    overflow: hidden;
}

.search-icon[b-508z455i98] {
    position: absolute;
    left: 12px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    z-index: 2;
}

.search-input[b-508z455i98] {
    background-color: transparent;
    border: none;
    color: white;
    width: 100%;
    height: 100%;
    padding: 0 12px 0 35px; /* Add left padding to make room for the icon */
    outline: none;
    font-size: 14px;
}

.search-input[b-508z455i98]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.search-box:focus-within[b-508z455i98] {
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
}
/* /Pages/Login.razor.rz.scp.css */
.login-container[b-t3w4f4n6nq] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #F5EDFF;
    border-radius: 16px;
    overflow: hidden;
    max-width: 800px;
    margin: 50px auto;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.login-form[b-t3w4f4n6nq] {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .login-form h2[b-t3w4f4n6nq] {
        font-size: 28px;
        color: #4a148c;
        margin-bottom: 10px;
    }

    .login-form .subtitle[b-t3w4f4n6nq] {
        color: #555;
        margin-bottom: 30px;
        font-size: 16px;
    }

.form-group[b-t3w4f4n6nq] {
    margin-bottom: 15px;
}

    .form-group label[b-t3w4f4n6nq] {
        display: block;
        margin-bottom: 5px;
        color: #333;
    }

    .form-group input[b-t3w4f4n6nq] {
        width: 100%;
        padding: 12px;
        border: 1px solid #ccc;
        border-radius: 6px;
        font-size: 15px;
    }

.forgot-password[b-t3w4f4n6nq] {
    text-align: right;
    margin-bottom: 20px;
}

    .forgot-password a[b-t3w4f4n6nq] {
        color: #4a148c;
        text-decoration: none;
        font-size: 14px;
    }

.primary-button[b-t3w4f4n6nq] {
    background: linear-gradient(to right, #7b1fa2, #512da8);
    color: white;
    padding: 14px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 20px;
}

.separator[b-t3w4f4n6nq] {
    text-align: center;
    margin: 20px 0;
    color: #888;
}

    .separator span[b-t3w4f4n6nq] {
        background: #F5EDFF;
        padding: 0 10px;
    }

.social-button[b-t3w4f4n6nq] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: white;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
}

    .social-button img[b-t3w4f4n6nq] {
        height: 20px;
        margin-right: 10px;
    }

    .social-button.google[b-t3w4f4n6nq] {
        border-color: #4285F4;
    }

    .social-button.facebook[b-t3w4f4n6nq] {
        border-color: #3b5998;
    }

.signup-link[b-t3w4f4n6nq] {
    text-align: center;
    margin-top: 20px;
}

    .signup-link a[b-t3w4f4n6nq] {
        color: #4a148c;
        text-decoration: none;
    }

.login-image[b-t3w4f4n6nq] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F5EDFF;
    margin: 20px;
    border-radius: 20px;
    overflow: hidden;
}

    .login-image img[b-t3w4f4n6nq] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.error-message[b-t3w4f4n6nq] {
    color: red;
    text-align: center;
    margin-top: 20px;
}

/* Responsive for tablets and mobile */
@media (max-width: 1024px) {
    .login-container[b-t3w4f4n6nq] {
        grid-template-columns: 1fr;
    }

    .login-image[b-t3w4f4n6nq] {
        display: none;
    }
}

.success-message[b-t3w4f4n6nq] {
    color: #155724;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
    margin-top: 20px;
}

@media (max-width: 1024px) {
    .login-container[b-t3w4f4n6nq] {
        grid-template-columns: 1fr;
        max-width: 90%;
    }

    .login-form[b-t3w4f4n6nq] {
        padding: 20px;
    }

    .login-image[b-t3w4f4n6nq] {
        display: none;
    }
}
/* /Pages/ProductDetails.razor.rz.scp.css */
.product-details p[b-l2lwbqzoah] {
    color: #4a4a4a;
    line-height: 1.6;
}

.btn-gradient[b-l2lwbqzoah] {
    background: linear-gradient(180deg, #8A4DFF 0%, #4E00FF 100%);
    color: white;
}

.accordion-button[b-l2lwbqzoah] {
    background-color: #f3ebff;
}

.card.cursor-pointer[b-l2lwbqzoah] {
    cursor: pointer;
}

.carousel-thumbs-container[b-l2lwbqzoah] {
    max-width: 100%;
    overflow-x: auto;
    padding-bottom: 0.5rem;
}

    .carousel-thumbs-container .d-flex[b-l2lwbqzoah] {
        flex-wrap: nowrap;
    }

.thumb-box[b-l2lwbqzoah] {
    flex: 0 0 auto;
    width: 100px;
    height: 100px;
    border: 2px solid transparent;
    border-radius: 0.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    transition: border 0.2s, opacity 0.2s;
}

    .thumb-box img[b-l2lwbqzoah] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0.5rem;
    }

    .thumb-box:hover[b-l2lwbqzoah] {
        opacity: 1;
    }

    .thumb-box.active[b-l2lwbqzoah] {
        border: 2px solid #0d6efd; /* Bootstrap primary */
        opacity: 1;
    }

.thumb-3d-text[b-l2lwbqzoah] {
    font-weight: 600;
    color: #0d6efd;
}

.carousel-thumbs-container[b-l2lwbqzoah] {
    max-width: 100%;
    overflow-x: auto;
    padding-bottom: 0.5rem;
}

    .carousel-thumbs-container .thumbs-row[b-l2lwbqzoah] {
        flex-wrap: nowrap;
        min-width: fit-content; /* ⭐ this keeps the content sized to its items */
    }
/* /Pages/ProductsByFilter.razor.rz.scp.css */
.filter-controls[b-obxun6vcp6] {
    background-color: #f3ebff;
    padding: 1rem;
    border-radius: 0.75rem;
}

.text-purple[b-obxun6vcp6] {
    color: #8a4dff;
}

.btn-gradient[b-obxun6vcp6] {
    background: linear-gradient(180deg, #8a4dff 0%, #4e00ff 100%);
    border: none;
    color: white;
}

.product-row[b-obxun6vcp6] {
    background-color: #f3ebff;
}

    .product-row .product-info .text-purple:hover[b-obxun6vcp6] {
        text-decoration: underline;
    }

.pagination .page-item .page-link[b-obxun6vcp6] {
    color: #4a809a;
}

.top-section[b-obxun6vcp6] {
    gap: 2rem;
    flex-wrap: wrap;
}

.range-section[b-obxun6vcp6] {
    max-width: 600px;
}

    .range-section h2[b-obxun6vcp6] {
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 0.25rem;
    }

    .range-section p[b-obxun6vcp6] {
        color: #4a4a4a;
        font-size: 1rem;
        margin-bottom: 1rem;
    }

.search-wrapper[b-obxun6vcp6] {
    position: relative;
    max-width: 500px;
}

.search-input[b-obxun6vcp6] {
    width: 100%;
    height: 48px;
    padding: 0 16px 0 48px;
    border-radius: 24px;
    border: none;
    background-color: #F5EEFF;
    font-size: 1rem;
    color: #333;
}

    .search-input:focus[b-obxun6vcp6] {
        outline: none;
        box-shadow: 0 0 0 3px rgba(128, 0, 255, 0.25);
    }

    .search-input[b-obxun6vcp6]::placeholder {
        color: #8A4DFF;
    }

.search-icon[b-obxun6vcp6] {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    font-size: 1.25rem;
    color: #8A4DFF;
    pointer-events: none;
}

.filter-panel[b-obxun6vcp6] {
    background-color: #F3EBFF;
    min-width: 240px;
    max-width: 280px;
}

    .filter-panel .form-label[b-obxun6vcp6] {
        font-weight: 600;
    }

    .filter-panel .form-select[b-obxun6vcp6] {
        border-radius: 8px;
    }
/* This makes the button turn green and slightly scale up */
.added-highlight[b-obxun6vcp6] {
    background: linear-gradient(180deg, #28a745 0%, #218838 100%) !important;
    transform: scale(1.05);
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    .product-row[b-obxun6vcp6] {
        flex-direction: column;
        text-align: center;
        align-items: stretch;
    }

        .product-row .product-img[b-obxun6vcp6] {
            margin-bottom: 1rem;
            width: 100%;
            text-align: center;
        }

        .product-row .product-info[b-obxun6vcp6] {
            margin-bottom: 1rem;
            width: 100%;
        }

        .product-row .product-action[b-obxun6vcp6] {
            width: 100%;
            text-align: center;
        }

            .product-row .product-action .btn[b-obxun6vcp6] {
                width: 100%;
                font-size: 1rem;
                padding: 0.75rem;
            }
}

.page-item.active .page-link[b-obxun6vcp6] {
    color: white;
}
/* /Pages/Register.razor.rz.scp.css */
.login-container[b-mqlvldcie3] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #F5EDFF;
    border-radius: 16px;
    overflow: hidden;
    max-width: 800px;
    margin: 50px auto;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.login-form[b-mqlvldcie3] {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .login-form h2[b-mqlvldcie3] {
        font-size: 28px;
        color: #4a148c;
        margin-bottom: 10px;
    }

    .login-form .subtitle[b-mqlvldcie3] {
        color: #555;
        margin-bottom: 30px;
        font-size: 16px;
    }

.form-group[b-mqlvldcie3] {
    margin-bottom: 15px;
}

    .form-group label[b-mqlvldcie3] {
        display: block;
        margin-bottom: 5px;
        color: #333;
    }

    .form-group input[b-mqlvldcie3] {
        width: 100%;
        padding: 12px;
        border: 1px solid #ccc;
        border-radius: 6px;
        font-size: 15px;
    }

.forgot-password[b-mqlvldcie3] {
    text-align: right;
    margin-bottom: 20px;
}

    .forgot-password a[b-mqlvldcie3] {
        color: #4a148c;
        text-decoration: none;
        font-size: 14px;
    }

.primary-button[b-mqlvldcie3] {
    background: linear-gradient(to right, #7b1fa2, #512da8);
    color: white;
    padding: 14px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 20px;
}

.separator[b-mqlvldcie3] {
    text-align: center;
    margin: 20px 0;
    color: #888;
}

    .separator span[b-mqlvldcie3] {
        background: #F5EDFF;
        padding: 0 10px;
    }

.social-button[b-mqlvldcie3] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: white;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
}

    .social-button img[b-mqlvldcie3] {
        height: 20px;
        margin-right: 10px;
    }

    .social-button.google[b-mqlvldcie3] {
        border-color: #4285F4;
    }

    .social-button.facebook[b-mqlvldcie3] {
        border-color: #3b5998;
    }

.signup-link[b-mqlvldcie3] {
    text-align: center;
    margin-top: 20px;
}

    .signup-link a[b-mqlvldcie3] {
        color: #4a148c;
        text-decoration: none;
    }

.login-image[b-mqlvldcie3] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F5EDFF;
    margin: 20px;
    border-radius: 20px;
    overflow: hidden;
}

    .login-image img[b-mqlvldcie3] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.error-message[b-mqlvldcie3] {
    color: red;
    text-align: center;
    margin-top: 20px;
}

/* Responsive for tablets and mobile */
@media (max-width: 1024px) {
    .login-container[b-mqlvldcie3] {
        grid-template-columns: 1fr;
    }

    .login-image[b-mqlvldcie3] {
        display: none;
    }
}

.success-message[b-mqlvldcie3] {
    color: #155724;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
    margin-top: 20px;
}

@media (max-width: 1024px) {
    .login-container[b-mqlvldcie3] {
        grid-template-columns: 1fr;
        max-width: 90%; /* so it doesn’t hug the edges */
    }

    .login-form[b-mqlvldcie3] {
        padding: 20px;
    }

    .login-image[b-mqlvldcie3] {
        display: none;
    }
}
