/* /Layout/CartIndicator.razor.rz.scp.css */
.cart-icon-wrapper[b-xb93soptcm] {
    width: 45px;
    height: 45px;
    background-color: #cff4fc;
    transition: all 0.2s ease-in-out;
}

.cart-link:hover .cart-icon-wrapper[b-xb93soptcm] {
    background-color: #0dcaf0;
    transform: translateY(-2px);
}

.cart-link:hover i[b-xb93soptcm] {
    color: black !important;
}

.cart-link:active .cart-icon-wrapper[b-xb93soptcm] {
    transform: translateY(0);
    box-shadow: none;
}
/* /Layout/MainLayout.razor.rz.scp.css */
/* Smooth hover for text links */
.transition-colors[b-zcbpzlmyl7] {
    transition: color 0.2s ease;
}

.hover-dark:hover[b-zcbpzlmyl7] {
    color: #212529 !important;
}


/* Contact Pill Hover Effect */
.contact-pill[b-zcbpzlmyl7] {
    transition: all 0.3s ease;
}

.contact-pill:hover[b-zcbpzlmyl7] {
    transform: translateY(-2px);
}

.social-link[b-zcbpzlmyl7] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    background-color: #212529;
    color: white;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.social-link:hover[b-zcbpzlmyl7] {
    background-color: #000000;
    transform: translateY(-2px);
    color: white;
}

.social-link i[b-zcbpzlmyl7] {
    font-size: 14px;
    line-height: 0;
}
/* /Layout/NavMenu.razor.rz.scp.css */
.brand-text[b-gv6g6i5i6l] {
    font-family: 'Patrick Hand', cursive !important;
    font-size: 1.5rem !important;
    font-weight: 400 !important;
    letter-spacing: 0.5px;
}
/* /Pages/AdminOrders.razor.rz.scp.css */
/* TOAST */
.toast-container[b-d6vp9fx46e] {
    pointer-events: none;
}

.toast[b-d6vp9fx46e] {
    pointer-events: auto;
    transition: opacity 0.5s ease-in-out;
}

.hide[b-d6vp9fx46e] {
    opacity: 0;
}

.show[b-d6vp9fx46e] {
    opacity: 1;
}

.toast-slide-down[b-d6vp9fx46e] {
    animation: slideDown-b-d6vp9fx46e 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes slideDown-b-d6vp9fx46e {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* UTILS */
.fw-mono[b-d6vp9fx46e] {
    font-family: 'Courier New', Courier, monospace;
}

.ls-1[b-d6vp9fx46e] {
    letter-spacing: 1px;
}

.animate-fade-in[b-d6vp9fx46e] {
    animation: fadeIn-b-d6vp9fx46e 0.5s ease-out forwards;
}

/* SCROLLABLE TABLE LOGIC */
.table-scroll-container[b-d6vp9fx46e] {
    max-height: 71vh; 
    overflow-y: auto; 
    border-radius: 1rem;
}

/* STICKY HEADER */
.sticky-header th[b-d6vp9fx46e] {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #f8f9fa; 
    box-shadow: 0 1px 2px rgba(0,0,0,0.05); 
}

/* BADGES */
.bg-success-subtle[b-d6vp9fx46e] {
    background-color: #d1e7dd !important;
}

.text-success[b-d6vp9fx46e] {
    color: #0f5132 !important;
}

.bg-warning-subtle[b-d6vp9fx46e] {
    background-color: #fff3cd !important;
}

.text-warning[b-d6vp9fx46e] {
    color: #664d03 !important;
}

@keyframes fadeIn-b-d6vp9fx46e {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mobile-warning[b-d6vp9fx46e] {
    display: none;
}

/* --- 2. FLOATING ACTION BAR --- */
.floating-action-bar[b-d6vp9fx46e] {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background: #212529;
    color: white;
    padding: 12px 24px;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 1050;
    animation: slideUp-b-d6vp9fx46e 0.3s ease-out;
}

@keyframes slideUp-b-d6vp9fx46e {
    from {
        transform: translate(-50%, 100%);
        opacity: 0;
    }

    to {
        transform: translate(-50%, 0);
        opacity: 1;
    }
}

@media (max-width: 991.98px) {
    .admin-content[b-d6vp9fx46e] {
        display: none !important;
    }

    .mobile-warning[b-d6vp9fx46e] {
        display: flex !important;
        height: 80vh;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}
/* /Pages/AdminProducts.razor.rz.scp.css */
.upload-area:hover[b-rkwvy59tf1] {
    background-color: #e9ecef !important;
}

.cursor-pointer[b-rkwvy59tf1] {
    cursor: pointer;
}

.border-dashed[b-rkwvy59tf1] {
    border-style: dashed !important;
}

/* SCROLLABLE TABLE LOGIC */
.table-scroll-container[b-rkwvy59tf1] {
    max-height: 68.1vh;
    overflow-y: auto;
    border-radius: 1rem;
}

/* STICKY HEADER */
.sticky-header th[b-rkwvy59tf1] {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #f8f9fa;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
/* /Pages/Cart.razor.rz.scp.css */
.floating-icon[b-d5t9s3gpow] {
    animation: float-b-d5t9s3gpow 4s ease-in-out infinite;
}

.hover-scale[b-d5t9s3gpow] {
    transition: transform 0.2s;
}

.hover-scale:hover[b-d5t9s3gpow] {
    transform: scale(1.05);
}

@keyframes float-b-d5t9s3gpow {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

.min-vh-50[b-d5t9s3gpow] {
    min-height: 50vh;
}

/* 2. Utilities */
.ls-1[b-d5t9s3gpow] {
    letter-spacing: 1px;
}

.cursor-pointer[b-d5t9s3gpow] {
    cursor: pointer;
}

.border-dashed[b-d5t9s3gpow] {
    border-style: dashed !important;
}

/* 1. Delete Button Hover Effect */
.btn-remove[b-d5t9s3gpow] {
    background-color: white;
    border: 1px solid #f8d7da; /* Very light red border */
    color: #dc3545; /* Red icon */
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

    .btn-remove:hover[b-d5t9s3gpow] {
        background-color: #dc3545 !important;
        border-color: #dc3545 !important;
        color: white !important;
        transform: translateY(-5px); /* This makes it float up */
        box-shadow: 0 5px 15px rgba(220, 53, 69, 0.3) !important;
    }


/* --- 3. Checkout Button Slide Effect --- */
.hover-lift[b-d5t9s3gpow] {
    transition: transform 0.2s, box-shadow 0.2s;
}

.hover-lift:hover[b-d5t9s3gpow] {
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important;
}
/* /Pages/Checkout.razor.rz.scp.css */
/* 1. Zigzag Receipt Effect */
.receipt-card[b-hcwhk9ips0] {
    background: #0404040a;
    position: relative;
    /* Add minimal border radius only to sides, keep top/bottom sharp for zigzags */
}

/* Top Zigzag */
.receipt-card[b-hcwhk9ips0]::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(135deg, white 5px, transparent 0) 0 0, linear-gradient(-135deg, white 5px, transparent 0) 0 0;
    background-color: transparent;
    background-size: 20px 10px;
    background-repeat: repeat-x;
}

/* Bottom Zigzag */
.receipt-card[b-hcwhk9ips0]::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(45deg, white 5px, transparent 0) 0 0, linear-gradient(-45deg, white 5px, transparent 0) 0 0;
    background-color: transparent;
    background-size: 20px 10px;
    background-repeat: repeat-x;
}

/* Utilities */
.ls-1[b-hcwhk9ips0] {
    letter-spacing: 1px;
}

.ls-2[b-hcwhk9ips0] {
    letter-spacing: 2px;
}

.border-dashed[b-hcwhk9ips0] {
    border-style: dashed !important;
}

.hover-lift[b-hcwhk9ips0] {
    transition: transform 0.2s;
}

.hover-lift:hover[b-hcwhk9ips0] {
    transform: translateY(-3px);
}

/* Input Styling */
.form-control:focus[b-hcwhk9ips0] {
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #212529;
}

/* Hover animation for the back link */
.hover-back[b-hcwhk9ips0] {
    transition: color 0.2s ease;
}

.hover-back:hover[b-hcwhk9ips0] {
    color: #212529 !important; /* Dark color on hover */
}

.hover-back:hover .transition-transform[b-hcwhk9ips0] {
    transform: translateX(-5px); /* Slide arrow left */
}

.transition-transform[b-hcwhk9ips0] {
    display: inline-block;
    transition: transform 0.2s ease;
}

.ls-1[b-hcwhk9ips0] {
    letter-spacing: 1px;
}
/* /Pages/Components/ManageColorsComponent.razor.rz.scp.css */
.hover-bg-light:hover[b-4w9q90gkrv] {
    background-color: #f8f9fa;
}

.ls-1[b-4w9q90gkrv] {
    letter-spacing: 1px;
}
/* /Pages/Home.razor.rz.scp.css */
.product-item[b-6pl0y1kkk1] {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer;
}

.product-img-wrapper[b-6pl0y1kkk1] {
    aspect-ratio: 1 / 1.07;
    position: relative;
    transition: all 0.3s ease;
}

.product-img[b-6pl0y1kkk1] {
    object-fit: cover;
    transition: transform 0.6s ease;
}

/* Hover Effects */
.product-item:hover .product-img[b-6pl0y1kkk1] {
    transform: scale(1.08); /* Smoother zoom */
}

.product-item:hover .product-img-wrapper[b-6pl0y1kkk1] {
    box-shadow: 0 15px 30px rgba(0,0,0,0.1) !important;
}

/* Desktop Quick View Overlay */
.product-overlay[b-6pl0y1kkk1] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.15);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-item:hover .product-overlay[b-6pl0y1kkk1] {
    opacity: 1;
}

/* Typography and Layout */
.product-info h6[b-6pl0y1kkk1] {
    font-size: 0.95rem;
    letter-spacing: -0.01em;
}

.animate-fade-in[b-6pl0y1kkk1] {
    animation: fadeIn-b-6pl0y1kkk1 0.8s ease-out forwards;
}

@keyframes fadeIn-b-6pl0y1kkk1 {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Pages/OrderConfirmation.razor.rz.scp.css */
.animate-fade-in[b-q57sj1hkp4] {
    animation: fadeIn-b-q57sj1hkp4 0.8s ease-out forwards;
}

.floating-icon[b-q57sj1hkp4] {
    animation: float-b-q57sj1hkp4 4s ease-in-out infinite;
}

.floating-particle[b-q57sj1hkp4] {
    animation: float-b-q57sj1hkp4 3s ease-in-out infinite reverse;
}

.floating-particle-delayed[b-q57sj1hkp4] {
    animation: float-b-q57sj1hkp4 5s ease-in-out infinite 1s;
}

.hover-lift[b-q57sj1hkp4] {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-lift:hover[b-q57sj1hkp4] {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}

.group-hover:hover .transition-transform[b-q57sj1hkp4] {
    transform: translateX(5px);
}

.transition-transform[b-q57sj1hkp4] {
    display: inline-block;
    transition: transform 0.3s ease;
}

.ls-2[b-q57sj1hkp4] {
    letter-spacing: 2px;
}

.min-vh-75[b-q57sj1hkp4] {
    min-height: 75vh;
}

@keyframes float-b-q57sj1hkp4 {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes fadeIn-b-q57sj1hkp4 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Pages/PageNotFound.razor.rz.scp.css */
.min-vh-67[b-xj1xjf0sqj] {
    min-height: 67vh;
}

/* --- SCENE CONTAINER --- */
.scene-container[b-xj1xjf0sqj] {
    position: relative;
    width: 300px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* --- 1. PLANET BACKGROUND --- */
.planet-bg[b-xj1xjf0sqj] {
    position: absolute;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle at 30% 30%, #f8f9fa, #e9ecef);
    border-radius: 50%;
    z-index: 0;
    /* Subtle pulse */
    animation: planet-pulse-b-xj1xjf0sqj 6s ease-in-out infinite;
}

/* --- 2. FLOATING BOX HERO --- */
.floating-hero[b-xj1xjf0sqj] {
    position: relative;
    z-index: 10;
    animation: float-heavy-b-xj1xjf0sqj 4s ease-in-out infinite;
}

.box-body[b-xj1xjf0sqj] {
    width: 100px;
    height: 100px;
    background: #212529; /* Dark Nutmeg color */
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transform: rotate(-10deg);
    /* 3D Tumble effect */
    animation: tumble-b-xj1xjf0sqj 8s ease-in-out infinite alternate;
}

/* The Question Mark popping out */
.question-mark[b-xj1xjf0sqj] {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #dc3545; /* Red accent */
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
    box-shadow: 0 4px 10px rgba(220, 53, 69, 0.4);
    animation: bounce-mark-b-xj1xjf0sqj 2s infinite;
}

/* --- 3. SHADOW PULSE --- */
.shadow-pulse[b-xj1xjf0sqj] {
    position: absolute;
    bottom: 40px;
    width: 80px;
    height: 15px;
    background: rgba(0,0,0,0.1);
    border-radius: 50%;
    filter: blur(4px);
    animation: shadow-scale-b-xj1xjf0sqj 4s ease-in-out infinite;
}

/* --- 4. BACKGROUND PARTICLES --- */
.particle[b-xj1xjf0sqj] {
    position: absolute;
    border-radius: 50%;
    background-color: #dee2e6;
    z-index: 0;
    opacity: 0.6;
}

.p-1[b-xj1xjf0sqj] {
    width: 40px;
    height: 40px;
    top: 20%;
    left: 15%;
    animation: drift-b-xj1xjf0sqj 10s linear infinite;
}

.p-2[b-xj1xjf0sqj] {
    width: 20px;
    height: 20px;
    bottom: 30%;
    right: 15%;
    animation: drift-b-xj1xjf0sqj 15s linear infinite reverse;
}

.p-3[b-xj1xjf0sqj] {
    width: 10px;
    height: 10px;
    top: 15%;
    right: 25%;
    animation: drift-b-xj1xjf0sqj 8s linear infinite;
}


/* --- KEYFRAMES --- */

/* Box floating up and down */
@keyframes float-heavy-b-xj1xjf0sqj {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-30px);
    }
}

/* Box rocking side to side */
@keyframes tumble-b-xj1xjf0sqj {
    0% {
        transform: rotate(-10deg);
    }

    100% {
        transform: rotate(10deg);
    }
}

/* Shadow getting smaller when box goes up */
@keyframes shadow-scale-b-xj1xjf0sqj {
    0%, 100% {
        transform: scale(1);
        opacity: 0.2;
    }

    50% {
        transform: scale(0.6);
        opacity: 0.1;
    }
}

/* Question mark bouncing independently */
@keyframes bounce-mark-b-xj1xjf0sqj {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2) rotate(10deg);
    }
}

/* Planet background subtle breathing */
@keyframes planet-pulse-b-xj1xjf0sqj {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

/* Particles drifting */
@keyframes drift-b-xj1xjf0sqj {
    0% {
        transform: translateY(0) translateX(0);
    }

    33% {
        transform: translateY(-20px) translateX(10px);
    }

    66% {
        transform: translateY(10px) translateX(-5px);
    }

    100% {
        transform: translateY(0) translateX(0);
    }
}

/* Button Hover */
.hover-lift[b-xj1xjf0sqj] {
    transition: transform 0.2s;
}

    .hover-lift:hover[b-xj1xjf0sqj] {
        transform: translateY(-3px);
    }
/* /Pages/ProductDetails.razor.rz.scp.css */
/* Utility for letter spacing */
.ls-1[b-d2dqaoq0l2] {
    letter-spacing: 1px;
}

/* Cursor Pointer Utility */
.cursor-pointer[b-d2dqaoq0l2] {
    cursor: pointer;
}

/* Thumbnail Styling */
.active-thumb[b-d2dqaoq0l2] {
    border: 2px solid black;
    opacity: 1;
}

.inactive-thumb[b-d2dqaoq0l2] {
    border: 1px solid #dee2e6;
    opacity: 0.6;
    transition: all 0.2s ease;
}

.inactive-thumb:hover[b-d2dqaoq0l2] {
    opacity: 1;
}

/* Color Swatch Styling */
.color-swatch[b-d2dqaoq0l2] {
    width: 32px;
    height: 32px;
    cursor: pointer;
    border: 2px solid white;
    outline: 1px solid #dee2e6;
    transition: transform 0.1s ease;
}

    .color-swatch:hover[b-d2dqaoq0l2] {
        transform: scale(1.1);
    }

/* Active State for Color Swatch */
.active-swatch[b-d2dqaoq0l2] {
    outline: 2px solid black;
    outline-offset: 2px;
}

/* Button Hover Lift Effect */
.hover-lift[b-d2dqaoq0l2] {
    transition: transform 0.2s, box-shadow 0.2s;
}

.hover-lift:hover[b-d2dqaoq0l2] {
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important;
}

input[type=number][b-d2dqaoq0l2]::-webkit-inner-spin-button,
input[type=number][b-d2dqaoq0l2]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.overflow-x-auto[b-d2dqaoq0l2]::-webkit-scrollbar {
    display: none;
}

.overflow-x-auto[b-d2dqaoq0l2] {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* Limits text to 3 lines and adds ellipsis (...) */
.text-clamp[b-d2dqaoq0l2] {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Hover animation for the back link */
.hover-back[b-d2dqaoq0l2] {
    transition: color 0.2s ease;
}

.hover-back:hover[b-d2dqaoq0l2] {
    color: #212529 !important; /* Dark color on hover */
}

.hover-back:hover .transition-transform[b-d2dqaoq0l2] {
    transform: translateX(-5px); /* Slide arrow left */
}

.transition-transform[b-d2dqaoq0l2] {
    display: inline-block;
    transition: transform 0.2s ease;
}

.ls-1[b-d2dqaoq0l2] {
    letter-spacing: 1px;
}

.grayscale[b-d2dqaoq0l2] {
    filter: grayscale(100%);
}

.pointer-events-none[b-d2dqaoq0l2] {
    pointer-events: none;
}
