/* /Components/Layout/MainLayout.razor.rz.scp.css */
*[b-qmvbj6m3iv] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.site-wrapper[b-qmvbj6m3iv] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f0f23 100%);
}

.site-header[b-qmvbj6m3iv] {
    background: rgba(15, 15, 35, 0.95);
    box-shadow: 0 2px 20px rgba(0, 200, 255, 0.15);
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid rgba(0, 200, 255, 0.2);
}

.header-content[b-qmvbj6m3iv] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand[b-qmvbj6m3iv] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
}

.brand-icon[b-qmvbj6m3iv] {
    color: #00d4ff;
    filter: drop-shadow(0 0 8px rgba(0, 212, 255, 0.5));
}

.brand-text[b-qmvbj6m3iv] {
    font-size: 1.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, #00d4ff 0%, #7c3aed 50%, #f472b6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.main-nav[b-qmvbj6m3iv] {
    display: flex;
    gap: 2rem;
}

.nav-link[b-qmvbj6m3iv] {
    text-decoration: none;
    color: #a0aec0;
    font-weight: 600;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
}

.nav-link:hover[b-qmvbj6m3iv] {
    color: #00d4ff;
    background: rgba(0, 212, 255, 0.1);
    text-shadow: 0 0 10px rgba(0, 212, 255, 0.5);
}

.nav-link.nav-highlight[b-qmvbj6m3iv] {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.15) 0%, rgba(245, 158, 11, 0.15) 100%);
    border: 1px solid rgba(255, 215, 0, 0.3);
    color: #ffd700;
}

.nav-link.nav-highlight:hover[b-qmvbj6m3iv] {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.25) 0%, rgba(245, 158, 11, 0.25) 100%);
    border-color: rgba(255, 215, 0, 0.5);
    color: #ffd700;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.header-actions[b-qmvbj6m3iv] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.cart-link[b-qmvbj6m3iv] {
    position: relative;
    color: #a0aec0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.cart-link:hover[b-qmvbj6m3iv] {
    color: #00d4ff;
    filter: drop-shadow(0 0 8px rgba(0, 212, 255, 0.5));
}

.cart-badge[b-qmvbj6m3iv] {
    position: absolute;
    top: -8px;
    right: -8px;
    background: linear-gradient(135deg, #f472b6 0%, #7c3aed 100%);
    color: white;
    font-size: 0.75rem;
    font-weight: 700;
    min-width: 20px;
    height: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    box-shadow: 0 0 10px rgba(244, 114, 182, 0.5);
}

.login-btn[b-qmvbj6m3iv] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    background: linear-gradient(135deg, #00d4ff 0%, #7c3aed 100%);
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 212, 255, 0.3);
}

.login-btn:hover[b-qmvbj6m3iv] {
    transform: scale(1.05);
    box-shadow: 0 6px 25px rgba(0, 212, 255, 0.5);
}

.login-btn svg[b-qmvbj6m3iv] {
    width: 18px;
    height: 18px;
}

.site-main[b-qmvbj6m3iv] {
    flex: 1;
    padding: 2rem 0;
}

.site-footer[b-qmvbj6m3iv] {
    background: rgba(15, 15, 35, 0.95);
    padding: 1.5rem;
    text-align: center;
    color: #64748b;
    border-top: 1px solid rgba(0, 200, 255, 0.2);
}

#blazor-error-ui[b-qmvbj6m3iv] {
    color-scheme: light only;
    background: #fef3c7;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-qmvbj6m3iv] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

@media (max-width: 768px) {
    .header-content[b-qmvbj6m3iv] {
        flex-wrap: wrap;
        gap: 1rem;
        padding: 1rem;
    }
    
    .main-nav[b-qmvbj6m3iv] {
        order: 3;
        width: 100%;
        justify-content: center;
        gap: 1rem;
    }
    
    .brand-text[b-qmvbj6m3iv] {
        font-size: 1.25rem;
    }
    
    .login-btn span:last-child[b-qmvbj6m3iv] {
        display: none;
    }
}
/* /Components/Pages/Checkout.razor.rz.scp.css */
.checkout-container[b-87gamrp4ej] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.checkout-header[b-87gamrp4ej] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.checkout-header h1[b-87gamrp4ej] {
    font-size: 2rem;
    color: #e2e8f0;
    font-weight: 700;
}

.back-to-shop[b-87gamrp4ej] {
    background: none;
    border: none;
    color: #00d4ff;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.back-to-shop:hover[b-87gamrp4ej] {
    color: #7c3aed;
    text-shadow: 0 0 10px rgba(0, 212, 255, 0.5);
}

.checkout-content[b-87gamrp4ej] {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 2rem;
}

.cart-items[b-87gamrp4ej] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.cart-item[b-87gamrp4ej] {
    display: grid;
    grid-template-columns: 100px 1fr auto auto auto;
    gap: 1.5rem;
    align-items: center;
    background: rgba(30, 30, 60, 0.8);
    border: 1px solid rgba(0, 212, 255, 0.2);
    padding: 1.5rem;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.cart-item.customised[b-87gamrp4ej] {
    border-color: rgba(255, 215, 0, 0.3);
    background: rgba(255, 215, 0, 0.05);
}

.item-image[b-87gamrp4ej] {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    border: 1px solid rgba(0, 212, 255, 0.2);
    position: relative;
    flex-shrink: 0;
}

.item-image.with-preview[b-87gamrp4ej] {
    border-color: rgba(255, 215, 0, 0.3);
}

.item-image .product-bg[b-87gamrp4ej] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.custom-badge[b-87gamrp4ej] {
    position: absolute;
    bottom: 4px;
    left: 4px;
    background: linear-gradient(135deg, #ffd700 0%, #f59e0b 100%);
    color: #1a1a2e;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 4px;
    text-transform: uppercase;
    z-index: 3;
}

/* Customisation overlay for preview - matches Customize.razor preview */
.customisation-overlay[b-87gamrp4ej] {
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
}


.preview-text[b-87gamrp4ej] {
    color: #1a1a1a;
    font-weight: 700;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
    letter-spacing: 0.3px;
    white-space: pre-wrap;
    display: block;
    text-align: center;
    line-height: 1.1;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.preview-text.classic[b-87gamrp4ej] {
    font-family: Georgia, serif;
}

.preview-text.modern[b-87gamrp4ej] {
    font-family: Arial, sans-serif;
}

.preview-text.roboto[b-87gamrp4ej] {
    font-family: 'Roboto', sans-serif;
}

.preview-text.century[b-87gamrp4ej] {
    font-family: 'Century Gothic', 'Futura', sans-serif;
}

.preview-text.script[b-87gamrp4ej] {
    font-family: 'Brush Script MT', cursive;
}

.preview-text.mono[b-87gamrp4ej] {
    font-family: 'Courier New', 'Courier', monospace;
}

.preview-custom-image[b-87gamrp4ej] {
    display: block;
    filter: grayscale(1) contrast(1.2);
    opacity: 0.85;
}

.custom-info[b-87gamrp4ej] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #ffd700;
    font-size: 0.85rem;
    margin-bottom: 0.25rem;
}

.custom-info svg[b-87gamrp4ej] {
    color: #ffd700;
    flex-shrink: 0;
}

.custom-info.position-info[b-87gamrp4ej] {
    color: #a0aec0;
}

.custom-info.position-info svg[b-87gamrp4ej] {
    color: #00d4ff;
}

.custom-info.rotation-info[b-87gamrp4ej] {
    color: #f472b6;
}

.custom-info.rotation-info svg[b-87gamrp4ej] {
    color: #f472b6;
}

.item-details h3[b-87gamrp4ej] {
    font-size: 1.1rem;
    color: #e2e8f0;
    margin-bottom: 0.25rem;
}

.item-description[b-87gamrp4ej] {
    color: #64748b;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.item-price[b-87gamrp4ej] {
    color: #00d4ff;
    font-weight: 600;
}

.item-quantity[b-87gamrp4ej] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.qty-btn[b-87gamrp4ej] {
    width: 32px;
    height: 32px;
    border: 2px solid rgba(0, 212, 255, 0.3);
    background: rgba(0, 212, 255, 0.1);
    color: #00d4ff;
    border-radius: 8px;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qty-btn:hover[b-87gamrp4ej] {
    border-color: #00d4ff;
    background: rgba(0, 212, 255, 0.2);
    box-shadow: 0 0 10px rgba(0, 212, 255, 0.3);
}

.qty-value[b-87gamrp4ej] {
    min-width: 30px;
    text-align: center;
    font-weight: 600;
    color: #e2e8f0;
}

.item-subtotal[b-87gamrp4ej] {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.25rem;
    font-weight: 700;
    background: linear-gradient(135deg, #ffd700 0%, #ffb347 50%, #daa520 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    min-width: 80px;
    text-align: right;
}

.remove-btn[b-87gamrp4ej] {
    background: none;
    border: none;
    font-size: 1.25rem;
    cursor: pointer;
    color: #64748b;
    transition: all 0.2s ease;
}

.remove-btn:hover[b-87gamrp4ej] {
    color: #ef4444;
}

.cart-summary[b-87gamrp4ej] {
    position: sticky;
    top: 2rem;
    height: fit-content;
}

.summary-card[b-87gamrp4ej] {
    background: rgba(30, 30, 60, 0.9);
    border: 1px solid rgba(0, 212, 255, 0.2);
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.summary-card h2[b-87gamrp4ej] {
    font-size: 1.25rem;
    color: #e2e8f0;
    margin-bottom: 1.5rem;
}

.summary-line[b-87gamrp4ej] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    color: #64748b;
}

.free-shipping[b-87gamrp4ej] {
    color: #34d399;
    font-weight: 600;
}

.summary-divider[b-87gamrp4ej] {
    height: 1px;
    background: rgba(0, 212, 255, 0.2);
    margin: 1.5rem 0;
}

.summary-total[b-87gamrp4ej] {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    color: #e2e8f0;
    margin-bottom: 1.5rem;
}

.grand-total[b-87gamrp4ej] {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.75rem;
    font-weight: 700;
    background: linear-gradient(135deg, #ffd700 0%, #ffb347 50%, #daa520 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
}

.checkout-btn[b-87gamrp4ej] {
    width: 100%;
    padding: 1rem;
    background: linear-gradient(135deg, #00d4ff 0%, #7c3aed 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 212, 255, 0.3);
}

.checkout-btn:hover[b-87gamrp4ej] {
    transform: scale(1.02);
    box-shadow: 0 8px 25px rgba(0, 212, 255, 0.5);
}

.secure-note[b-87gamrp4ej] {
    text-align: center;
    color: #64748b;
    font-size: 0.85rem;
    margin-top: 1rem;
    margin-bottom: 0;
}

.empty-cart[b-87gamrp4ej] {
    text-align: center;
    padding: 4rem 2rem;
    background: rgba(30, 30, 60, 0.9);
    border: 1px solid rgba(0, 212, 255, 0.2);
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.empty-cart svg[b-87gamrp4ej] {
    color: #64748b;
    margin-bottom: 1rem;
}

.empty-cart h2[b-87gamrp4ej] {
    color: #e2e8f0;
    margin-bottom: 0.5rem;
}

.empty-cart p[b-87gamrp4ej] {
    color: #64748b;
    margin-bottom: 2rem;
}

.shop-now-btn[b-87gamrp4ej] {
    padding: 1rem 2rem;
    background: linear-gradient(135deg, #00d4ff 0%, #7c3aed 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 212, 255, 0.3);
}

.shop-now-btn:hover[b-87gamrp4ej] {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 212, 255, 0.5);
}

.checkout-overlay[b-87gamrp4ej] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    animation: fadeIn-b-87gamrp4ej 0.3s ease;
}

.checkout-success[b-87gamrp4ej] {
    background: rgba(30, 30, 60, 0.95);
    border: 1px solid rgba(52, 211, 153, 0.3);
    border-radius: 24px;
    padding: 3rem;
    text-align: center;
    max-width: 400px;
    animation: scaleIn-b-87gamrp4ej 0.3s ease;
    box-shadow: 0 0 40px rgba(52, 211, 153, 0.2);
}

.success-icon[b-87gamrp4ej] {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #34d399 0%, #059669 100%);
    color: white;
    border-radius: 50%;
    font-size: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 0 30px rgba(52, 211, 153, 0.4);
}

.checkout-success h2[b-87gamrp4ej] {
    color: #e2e8f0;
    margin-bottom: 0.5rem;
}

.checkout-success p[b-87gamrp4ej] {
    color: #64748b;
    margin-bottom: 2rem;
}

.continue-btn[b-87gamrp4ej] {
    padding: 1rem 2rem;
    background: linear-gradient(135deg, #00d4ff 0%, #7c3aed 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 212, 255, 0.3);
}

.continue-btn:hover[b-87gamrp4ej] {
    transform: scale(1.05);
    box-shadow: 0 6px 25px rgba(0, 212, 255, 0.5);
}

@keyframes fadeIn-b-87gamrp4ej {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes scaleIn-b-87gamrp4ej {
    from { 
        opacity: 0;
        transform: scale(0.9);
    }
    to { 
        opacity: 1;
        transform: scale(1);
    }
}

@media (max-width: 992px) {
    .checkout-content[b-87gamrp4ej] {
        grid-template-columns: 1fr;
    }
    
    .cart-summary[b-87gamrp4ej] {
        position: static;
    }
}

@media (max-width: 768px) {
    .checkout-container[b-87gamrp4ej] {
        padding: 1rem;
    }
    
    .checkout-header[b-87gamrp4ej] {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .cart-item[b-87gamrp4ej] {
        grid-template-columns: 80px 1fr;
        gap: 1rem;
    }
    
    .item-quantity[b-87gamrp4ej],
    .item-subtotal[b-87gamrp4ej],
    .remove-btn[b-87gamrp4ej] {
        grid-column: 2;
    }
    
    .item-quantity[b-87gamrp4ej] {
        justify-self: start;
    }
}
/* /Components/Pages/Customize.razor.rz.scp.css */
.customize-container[b-bmmuw4cz6r] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem;
}

.customize-header[b-bmmuw4cz6r] {
    text-align: center;
    margin-bottom: 3rem;
}

.customize-header h1[b-bmmuw4cz6r] {
    font-size: 2.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #00d4ff 0%, #7c3aed 50%, #f472b6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
}

.customize-header p[b-bmmuw4cz6r] {
    color: #64748b;
    font-size: 1.1rem;
}

.builder-layout[b-bmmuw4cz6r] {
    display: grid;
    grid-template-columns: 1fr 1fr 400px;
    gap: 2rem;
}

.builder-section[b-bmmuw4cz6r] {
    background: rgba(30, 30, 60, 0.8);
    border: 1px solid rgba(0, 212, 255, 0.2);
    border-radius: 20px;
    padding: 1.5rem;
}

.section-header[b-bmmuw4cz6r] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.step-number[b-bmmuw4cz6r] {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #00d4ff 0%, #7c3aed 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    box-shadow: 0 0 15px rgba(0, 212, 255, 0.4);
}

.section-header h2[b-bmmuw4cz6r] {
    color: #e2e8f0;
    font-size: 1.25rem;
    margin: 0;
}

/* Fob Selection */
.fob-selection[b-bmmuw4cz6r] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.fob-option[b-bmmuw4cz6r] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: rgba(15, 15, 35, 0.6);
    border: 2px solid rgba(100, 116, 139, 0.3);
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.fob-option:hover[b-bmmuw4cz6r] {
    border-color: rgba(0, 212, 255, 0.5);
    background: rgba(0, 212, 255, 0.05);
}

.fob-option.selected[b-bmmuw4cz6r] {
    border-color: #00d4ff;
    background: rgba(0, 212, 255, 0.1);
    box-shadow: 0 0 20px rgba(0, 212, 255, 0.2);
}

.fob-option img[b-bmmuw4cz6r] {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
}

.fob-info[b-bmmuw4cz6r] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.fob-name[b-bmmuw4cz6r] {
    color: #e2e8f0;
    font-weight: 600;
}

.fob-price[b-bmmuw4cz6r] {
    color: #00d4ff;
    font-weight: 500;
}

.selected-badge[b-bmmuw4cz6r] {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #34d399 0%, #059669 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 0 10px rgba(52, 211, 153, 0.5);
}

/* Customisation Options */
.option-tabs[b-bmmuw4cz6r] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.tab-btn[b-bmmuw4cz6r] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem;
    background: rgba(15, 15, 35, 0.6);
    border: 2px solid rgba(100, 116, 139, 0.3);
    border-radius: 10px;
    color: #a0aec0;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tab-btn:hover[b-bmmuw4cz6r] {
    border-color: rgba(0, 212, 255, 0.5);
    color: #e2e8f0;
}

.tab-btn.active[b-bmmuw4cz6r] {
    border-color: #00d4ff;
    background: rgba(0, 212, 255, 0.15);
    color: #00d4ff;
    box-shadow: 0 0 15px rgba(0, 212, 255, 0.2);
}

.text-customisation label[b-bmmuw4cz6r],
.image-customisation label[b-bmmuw4cz6r] {
    display: block;
    color: #a0aec0;
    font-weight: 600;
    margin-bottom: 0.5rem;
}


.text-input[b-bmmuw4cz6r] {
    width: 100%;
    padding: 1rem;
    background: rgba(15, 15, 35, 0.8);
    border: 2px solid rgba(0, 212, 255, 0.2);
    border-radius: 10px;
    color: #e2e8f0;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    font-family: inherit;
    resize: vertical;
    min-height: 60px;
}

.text-input:focus[b-bmmuw4cz6r] {
    outline: none;
    border-color: #00d4ff;
    box-shadow: 0 0 0 3px rgba(0, 212, 255, 0.15);
}

.text-input[b-bmmuw4cz6r]::placeholder {
    color: #64748b;
}

.char-count[b-bmmuw4cz6r] {
    text-align: right;
    color: #64748b;
    font-size: 0.85rem;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
}

.font-options[b-bmmuw4cz6r] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.font-btn[b-bmmuw4cz6r] {
    flex: 1 1 calc(33.333% - 0.5rem);
    min-width: 100px;
    padding: 0.75rem;
    background: rgba(15, 15, 35, 0.6);
    border: 2px solid rgba(100, 116, 139, 0.3);
    border-radius: 8px;
    color: #a0aec0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.font-btn:hover[b-bmmuw4cz6r] {
    border-color: rgba(0, 212, 255, 0.5);
}

.font-btn.active[b-bmmuw4cz6r] {
    border-color: #7c3aed;
    background: rgba(124, 58, 237, 0.15);
    color: #a78bfa;
}

/* Image Upload */
.upload-zone[b-bmmuw4cz6r] {
    border: 2px dashed rgba(0, 212, 255, 0.3);
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: rgba(15, 15, 35, 0.5);
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.upload-zone:hover[b-bmmuw4cz6r] {
    border-color: #00d4ff;
    background: rgba(0, 212, 255, 0.05);
}

.upload-placeholder[b-bmmuw4cz6r] {
    color: #64748b;
}

.upload-placeholder svg[b-bmmuw4cz6r] {
    color: #00d4ff;
    margin-bottom: 1rem;
}

.upload-placeholder p[b-bmmuw4cz6r] {
    margin-bottom: 0.25rem;
}

.upload-hint[b-bmmuw4cz6r] {
    font-size: 0.85rem;
    opacity: 0.7;
}

.image-preview[b-bmmuw4cz6r] {
    position: relative;
}

.image-preview img[b-bmmuw4cz6r] {
    max-width: 150px;
    max-height: 150px;
    border-radius: 8px;
    border: 2px solid rgba(0, 212, 255, 0.3);
}

.remove-image[b-bmmuw4cz6r] {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 28px;
    height: 28px;
    background: #ef4444;
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(239, 68, 68, 0.4);
}


/* Preview Section */
.preview-section[b-bmmuw4cz6r] {
    display: flex;
    flex-direction: column;
}

.preview-card[b-bmmuw4cz6r] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.preview-image[b-bmmuw4cz6r] {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    cursor: crosshair;
    user-select: none;
}

.preview-image > img[b-bmmuw4cz6r] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.customisation-overlay[b-bmmuw4cz6r] {
    position: absolute;
    background: transparent;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    border: none;
    box-shadow: none;
    cursor: grab;
    transition: left 0.1s ease, top 0.1s ease;
}

.customisation-overlay.draggable:hover[b-bmmuw4cz6r] {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}

.customisation-overlay.dragging[b-bmmuw4cz6r] {
    cursor: grabbing;
    background: rgba(255, 255, 255, 0.15);
}

.drag-hint[b-bmmuw4cz6r] {
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.6);
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.customisation-overlay:hover .drag-hint[b-bmmuw4cz6r] {
    opacity: 1;
}

.preview-text[b-bmmuw4cz6r] {
    color: #1a1a1a;
    font-weight: 700;
    text-shadow: none;
    letter-spacing: 0.5px;
    white-space: pre-wrap;
    text-align: center;
    line-height: 1.2;
}

.preview-text.classic[b-bmmuw4cz6r] {
    font-family: Georgia, serif;
}

.preview-text.modern[b-bmmuw4cz6r] {
    font-family: Arial, sans-serif;
}

.preview-text.roboto[b-bmmuw4cz6r] {
    font-family: 'Roboto', sans-serif;
}

.preview-text.century[b-bmmuw4cz6r] {
    font-family: 'Century Gothic', 'Futura', sans-serif;
}

.preview-text.script[b-bmmuw4cz6r] {
    font-family: 'Brush Script MT', cursive;
}

.preview-text.mono[b-bmmuw4cz6r] {
    font-family: 'Courier New', 'Courier', monospace;
}



.preview-custom-image[b-bmmuw4cz6r] {
    display: block;
    filter: grayscale(1) contrast(1.2);
    opacity: 0.85;
}


/* Size Control */
.size-control[b-bmmuw4cz6r],
.rotation-control[b-bmmuw4cz6r] {
    background: rgba(15, 15, 35, 0.6);
    border-radius: 10px;
    padding: 1rem;
    margin-bottom: 0.75rem;
}

.size-control label[b-bmmuw4cz6r],
.rotation-control label[b-bmmuw4cz6r] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #a0aec0;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.size-control svg[b-bmmuw4cz6r],
.rotation-control svg[b-bmmuw4cz6r] {
    color: #00d4ff;
}

.size-slider[b-bmmuw4cz6r],
.rotation-slider[b-bmmuw4cz6r] {
    width: 100%;
    height: 6px;
    border-radius: 3px;
    background: rgba(0, 212, 255, 0.2);
    outline: none;
    -webkit-appearance: none;
    appearance: none;
}

.size-slider[b-bmmuw4cz6r]::-webkit-slider-thumb,
.rotation-slider[b-bmmuw4cz6r]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: linear-gradient(135deg, #00d4ff 0%, #7c3aed 100%);
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 212, 255, 0.5);
}

.size-slider[b-bmmuw4cz6r]::-moz-range-thumb,
.rotation-slider[b-bmmuw4cz6r]::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: linear-gradient(135deg, #00d4ff 0%, #7c3aed 100%);
    cursor: pointer;
    border: none;
    box-shadow: 0 0 10px rgba(0, 212, 255, 0.5);
}

.rotation-control svg[b-bmmuw4cz6r] {
    color: #f472b6;
}

.rotation-slider[b-bmmuw4cz6r] {
    background: rgba(244, 114, 182, 0.2);
}

.rotation-slider[b-bmmuw4cz6r]::-webkit-slider-thumb {
    background: linear-gradient(135deg, #f472b6 0%, #7c3aed 100%);
    box-shadow: 0 0 10px rgba(244, 114, 182, 0.5);
}

.rotation-slider[b-bmmuw4cz6r]::-moz-range-thumb {
    background: linear-gradient(135deg, #f472b6 0%, #7c3aed 100%);
    box-shadow: 0 0 10px rgba(244, 114, 182, 0.5);
}

.position-hint[b-bmmuw4cz6r] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: #64748b;
    font-size: 0.8rem;
    margin-bottom: 1rem;
}

.position-hint svg[b-bmmuw4cz6r] {
    color: #00d4ff;
}


.price-breakdown[b-bmmuw4cz6r] {
    background: rgba(15, 15, 35, 0.6);
    border-radius: 12px;
    padding: 1.25rem;
    margin-bottom: 1.5rem;
}

.price-line[b-bmmuw4cz6r] {
    display: flex;
    justify-content: space-between;
    color: #a0aec0;
    margin-bottom: 0.75rem;
}

.price-line.customisation-fee[b-bmmuw4cz6r] {
    color: #f472b6;
}

.price-divider[b-bmmuw4cz6r] {
    height: 1px;
    background: rgba(0, 212, 255, 0.2);
    margin: 1rem 0;
}

.price-line.total[b-bmmuw4cz6r] {
    color: #e2e8f0;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 0;
}

.total-price[b-bmmuw4cz6r] {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.5rem;
    background: linear-gradient(135deg, #ffd700 0%, #ffb347 50%, #daa520 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.add-custom-btn[b-bmmuw4cz6r] {
    width: 100%;
    padding: 1rem;
    background: linear-gradient(135deg, #ffd700 0%, #f59e0b 100%);
    color: #1a1a2e;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}

.add-custom-btn:hover:not(:disabled)[b-bmmuw4cz6r] {
    transform: scale(1.02);
    box-shadow: 0 6px 25px rgba(255, 215, 0, 0.5);
}

.add-custom-btn:disabled[b-bmmuw4cz6r] {
    opacity: 0.5;
    cursor: not-allowed;
}

.add-custom-btn svg[b-bmmuw4cz6r] {
    color: #1a1a2e;
}

.no-selection[b-bmmuw4cz6r] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #64748b;
    text-align: center;
}

.no-selection svg[b-bmmuw4cz6r] {
    margin-bottom: 1rem;
    opacity: 0.5;
}

/* Notification */
.notification[b-bmmuw4cz6r] {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    background: linear-gradient(135deg, #ffd700 0%, #f59e0b 100%);
    color: #1a1a2e;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    font-weight: 600;
    box-shadow: 0 4px 20px rgba(255, 215, 0, 0.4);
    animation: slideIn-b-bmmuw4cz6r 0.3s ease;
    z-index: 1000;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.notification svg[b-bmmuw4cz6r] {
    color: #1a1a2e;
}

.notification.fade-out[b-bmmuw4cz6r] {
    animation: fadeOut-b-bmmuw4cz6r 0.3s ease forwards;
}

@keyframes slideIn-b-bmmuw4cz6r {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeOut-b-bmmuw4cz6r {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(20px);
    }
}

/* Responsive */
@media (max-width: 1200px) {
    .builder-layout[b-bmmuw4cz6r] {
        grid-template-columns: 1fr 1fr;
    }
    
    .preview-section[b-bmmuw4cz6r] {
        grid-column: span 2;
    }
}

@media (max-width: 768px) {
    .customize-container[b-bmmuw4cz6r] {
        padding: 1rem;
    }
    
    .builder-layout[b-bmmuw4cz6r] {
        grid-template-columns: 1fr;
    }
    
    .preview-section[b-bmmuw4cz6r] {
        grid-column: span 1;
    }
    
    .customize-header h1[b-bmmuw4cz6r] {
        font-size: 1.75rem;
    }
    
    .option-tabs[b-bmmuw4cz6r] {
        flex-direction: column;
    }
    
    .font-options[b-bmmuw4cz6r] {
        flex-direction: column;
    }
}
/* /Components/Pages/Shop.razor.rz.scp.css */
/* Hero Banner Styles */
.hero-banner[b-9nppv4mz45] {
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.1) 0%, rgba(124, 58, 237, 0.1) 100%);
    border-bottom: 1px solid rgba(0, 212, 255, 0.2);
    padding: 3rem 2rem;
    margin-bottom: 2rem;
}

.hero-content[b-9nppv4mz45] {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.hero-text[b-9nppv4mz45] {
    text-align: center;
}

.hero-text h1[b-9nppv4mz45] {
    font-size: 3rem;
    font-weight: 800;
    background: linear-gradient(135deg, #00d4ff 0%, #7c3aed 50%, #f472b6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
    text-shadow: 0 0 40px rgba(0, 212, 255, 0.3);
}

.hero-text p[b-9nppv4mz45] {
    color: #a0aec0;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.hero-tags[b-9nppv4mz45] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.tag[b-9nppv4mz45] {
    background: rgba(0, 212, 255, 0.15);
    border: 1px solid rgba(0, 212, 255, 0.3);
    color: #00d4ff;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tag:hover[b-9nppv4mz45] {
    background: rgba(0, 212, 255, 0.25);
    border-color: rgba(0, 212, 255, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 212, 255, 0.3);
}

.tag.active[b-9nppv4mz45] {
    background: linear-gradient(135deg, #00d4ff 0%, #7c3aed 100%);
    border-color: transparent;
    color: white;
    box-shadow: 0 4px 20px rgba(0, 212, 255, 0.5);
    transform: translateY(-2px);
}

.tag.active:hover[b-9nppv4mz45] {
    box-shadow: 0 6px 25px rgba(0, 212, 255, 0.6);
}

.hero-samples[b-9nppv4mz45] {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.sample-item[b-9nppv4mz45] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.sample-icon[b-9nppv4mz45] {
    width: 70px;
    height: 70px;
    background: rgba(0, 212, 255, 0.15);
    border: 2px solid rgba(0, 212, 255, 0.4);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00d4ff;
    transition: all 0.3s ease;
    box-shadow: 0 0 20px rgba(0, 212, 255, 0.2);
}

.sample-icon svg[b-9nppv4mz45] {
    width: 32px;
    height: 32px;
}

.sample-icon:hover[b-9nppv4mz45] {
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 0 30px rgba(0, 212, 255, 0.4);
}

.sample-icon.neon-pink[b-9nppv4mz45] {
    background: rgba(244, 114, 182, 0.15);
    border-color: rgba(244, 114, 182, 0.4);
    color: #f472b6;
    box-shadow: 0 0 20px rgba(244, 114, 182, 0.2);
}

.sample-icon.neon-pink:hover[b-9nppv4mz45] {
    box-shadow: 0 0 30px rgba(244, 114, 182, 0.4);
}

.sample-icon.neon-purple[b-9nppv4mz45] {
    background: rgba(124, 58, 237, 0.15);
    border-color: rgba(124, 58, 237, 0.4);
    color: #a78bfa;
    box-shadow: 0 0 20px rgba(124, 58, 237, 0.2);
}

.sample-icon.neon-purple:hover[b-9nppv4mz45] {
    box-shadow: 0 0 30px rgba(124, 58, 237, 0.4);
}

.sample-icon.neon-green[b-9nppv4mz45] {
    background: rgba(52, 211, 153, 0.15);
    border-color: rgba(52, 211, 153, 0.4);
    color: #34d399;
    box-shadow: 0 0 20px rgba(52, 211, 153, 0.2);
}

.sample-icon.neon-green:hover[b-9nppv4mz45] {
    box-shadow: 0 0 30px rgba(52, 211, 153, 0.4);
}

.sample-icon.neon-orange[b-9nppv4mz45] {
    background: rgba(251, 146, 60, 0.15);
    border-color: rgba(251, 146, 60, 0.4);
    color: #fb923c;
    box-shadow: 0 0 20px rgba(251, 146, 60, 0.2);
}

.sample-icon.neon-orange:hover[b-9nppv4mz45] {
    box-shadow: 0 0 30px rgba(251, 146, 60, 0.4);
}

.sample-item span[b-9nppv4mz45] {
    color: #a0aec0;
    font-size: 0.85rem;
    font-weight: 500;
}

/* Feature Cards Section */
.features-section[b-9nppv4mz45] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem 2rem;
}

.features-grid[b-9nppv4mz45] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.feature-card[b-9nppv4mz45] {
    background: rgba(30, 30, 60, 0.6);
    border: 1px solid rgba(0, 212, 255, 0.2);
    border-radius: 16px;
    padding: 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
}

.feature-card:hover[b-9nppv4mz45] {
    transform: translateY(-5px);
    border-color: rgba(0, 212, 255, 0.4);
    box-shadow: 0 10px 30px rgba(0, 212, 255, 0.15);
}

.feature-icon[b-9nppv4mz45] {
    width: 60px;
    height: 60px;
    margin: 0 auto 1rem;
    background: rgba(0, 212, 255, 0.15);
    border: 2px solid rgba(0, 212, 255, 0.3);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00d4ff;
}

.feature-icon svg[b-9nppv4mz45] {
    width: 28px;
    height: 28px;
}

.feature-icon.neon-pink[b-9nppv4mz45] {
    background: rgba(244, 114, 182, 0.15);
    border-color: rgba(244, 114, 182, 0.3);
    color: #f472b6;
}

.feature-icon.neon-purple[b-9nppv4mz45] {
    background: rgba(124, 58, 237, 0.15);
    border-color: rgba(124, 58, 237, 0.3);
    color: #a78bfa;
}

.feature-icon.neon-green[b-9nppv4mz45] {
    background: rgba(52, 211, 153, 0.15);
    border-color: rgba(52, 211, 153, 0.3);
    color: #34d399;
}

.feature-card h3[b-9nppv4mz45] {
    color: #e2e8f0;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.feature-card p[b-9nppv4mz45] {
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 992px) {
    .features-grid[b-9nppv4mz45] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .features-grid[b-9nppv4mz45] {
        grid-template-columns: 1fr;
    }
}

/* Shop Container */
.shop-container[b-9nppv4mz45] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem;
}

.shop-header[b-9nppv4mz45] {
    text-align: center;
    margin-bottom: 3rem;
}

.shop-header h2[b-9nppv4mz45] {
    font-size: 2rem;
    color: #e2e8f0;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.shop-subtitle[b-9nppv4mz45] {
    color: #64748b;
    font-size: 1.1rem;
}

.products-grid[b-9nppv4mz45] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem;
}

.product-card[b-9nppv4mz45] {
    background: rgba(30, 30, 60, 0.8);
    border: 1px solid rgba(0, 212, 255, 0.2);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.product-card:hover[b-9nppv4mz45] {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 212, 255, 0.2);
    border-color: rgba(0, 212, 255, 0.4);
}

.product-image-container[b-9nppv4mz45] {
    width: 100%;
    height: 250px;
    overflow: hidden;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.product-badge[b-9nppv4mz45] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: linear-gradient(135deg, #00d4ff 0%, #7c3aed 100%);
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    box-shadow: 0 0 15px rgba(0, 212, 255, 0.5);
}

.product-badge.badge-laser[b-9nppv4mz45] {
    background: linear-gradient(135deg, #00d4ff 0%, #7c3aed 100%);
    box-shadow: 0 0 15px rgba(0, 212, 255, 0.5);
}

.product-badge.badge-3d[b-9nppv4mz45] {
    background: linear-gradient(135deg, #fb923c 0%, #f472b6 100%);
    box-shadow: 0 0 15px rgba(251, 146, 60, 0.5);
}


.product-image[b-9nppv4mz45] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-card:hover .product-image[b-9nppv4mz45] {
    transform: scale(1.05);
}

.product-details[b-9nppv4mz45] {
    padding: 1.5rem;
}

.product-name[b-9nppv4mz45] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #e2e8f0;
    margin-bottom: 0.5rem;
}

.product-description[b-9nppv4mz45] {
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    min-height: 3rem;
}

.product-price[b-9nppv4mz45] {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 2rem;
    font-weight: 700;
    background: linear-gradient(135deg, #ffd700 0%, #ffb347 50%, #daa520 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1rem;
    letter-spacing: -0.5px;
    text-shadow: 0 0 30px rgba(255, 215, 0, 0.4);
}

.add-to-cart-btn[b-9nppv4mz45] {
    width: 100%;
    padding: 0.875rem 1.5rem;
    background: linear-gradient(135deg, #00d4ff 0%, #7c3aed 100%);
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    box-shadow: 0 4px 15px rgba(0, 212, 255, 0.3);
}

.add-to-cart-btn:hover[b-9nppv4mz45] {
    transform: scale(1.02);
    box-shadow: 0 6px 25px rgba(0, 212, 255, 0.5);
}

.add-to-cart-btn:active[b-9nppv4mz45] {
    transform: scale(0.98);
}

.empty-shop[b-9nppv4mz45] {
    text-align: center;
    padding: 4rem 2rem;
    background: rgba(30, 30, 60, 0.8);
    border: 1px solid rgba(0, 212, 255, 0.2);
    border-radius: 16px;
}

.empty-shop svg[b-9nppv4mz45] {
    color: #64748b;
    margin-bottom: 1rem;
}

.empty-shop h2[b-9nppv4mz45] {
    color: #e2e8f0;
    margin-bottom: 0.5rem;
}

.empty-shop p[b-9nppv4mz45] {
    color: #64748b;
}

.empty-shop a[b-9nppv4mz45] {
    color: #00d4ff;
    text-decoration: none;
    font-weight: 600;
}

.empty-shop a:hover[b-9nppv4mz45] {
    text-decoration: underline;
    text-shadow: 0 0 10px rgba(0, 212, 255, 0.5);
}

.link-btn[b-9nppv4mz45] {
    background: none;
    border: none;
    color: #00d4ff;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    transition: all 0.2s ease;
}

.link-btn:hover[b-9nppv4mz45] {
    text-decoration: underline;
    text-shadow: 0 0 10px rgba(0, 212, 255, 0.5);
}


.notification[b-9nppv4mz45] {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    background: linear-gradient(135deg, #34d399 0%, #059669 100%);
    color: white;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    font-weight: 600;
    box-shadow: 0 4px 20px rgba(52, 211, 153, 0.4);
    animation: slideIn-b-9nppv4mz45 0.3s ease;
    z-index: 1000;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.notification.fade-out[b-9nppv4mz45] {
    animation: fadeOut-b-9nppv4mz45 0.3s ease forwards;
}

@keyframes slideIn-b-9nppv4mz45 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeOut-b-9nppv4mz45 {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(20px);
    }
}

@media (max-width: 768px) {
    .shop-container[b-9nppv4mz45] {
        padding: 1rem;
    }
    
    .shop-header h1[b-9nppv4mz45] {
        font-size: 1.75rem;
    }
    
    .products-grid[b-9nppv4mz45] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}
/* /Components/Pages/Upload.razor.rz.scp.css */
.upload-container[b-c9xsg1y84g] {
    max-width: 600px;
    margin: 0 auto;
    padding: 2rem;
}

.upload-card[b-c9xsg1y84g] {
    background: rgba(30, 30, 60, 0.9);
    border: 1px solid rgba(0, 212, 255, 0.2);
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.upload-header[b-c9xsg1y84g] {
    text-align: center;
    margin-bottom: 2rem;
}

.upload-header h1[b-c9xsg1y84g] {
    font-size: 2rem;
    background: linear-gradient(135deg, #00d4ff 0%, #7c3aed 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.upload-header p[b-c9xsg1y84g] {
    color: #64748b;
}

.form-group[b-c9xsg1y84g] {
    margin-bottom: 1.5rem;
}

.form-group label[b-c9xsg1y84g] {
    display: block;
    font-weight: 600;
    color: #a0aec0;
    margin-bottom: 0.5rem;
}

.form-input[b-c9xsg1y84g] {
    width: 100%;
    padding: 0.875rem 1rem;
    background: rgba(15, 15, 35, 0.8);
    border: 2px solid rgba(0, 212, 255, 0.2);
    border-radius: 10px;
    font-size: 1rem;
    color: #e2e8f0;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
}

.form-input:focus[b-c9xsg1y84g] {
    outline: none;
    border-color: #00d4ff;
    box-shadow: 0 0 0 3px rgba(0, 212, 255, 0.15);
}

.form-input[b-c9xsg1y84g]::placeholder {
    color: #64748b;
}

.form-textarea[b-c9xsg1y84g] {
    resize: vertical;
    min-height: 100px;
}

.toggle-container[b-c9xsg1y84g] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 1rem;
    background: rgba(15, 15, 35, 0.5);
    border-radius: 12px;
    border: 2px solid rgba(0, 212, 255, 0.2);
}

.toggle-label[b-c9xsg1y84g] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #64748b;
    font-weight: 600;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.toggle-label.active[b-c9xsg1y84g] {
    color: #00d4ff;
}

.toggle-label svg[b-c9xsg1y84g] {
    width: 18px;
    height: 18px;
}

.toggle-switch[b-c9xsg1y84g] {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
    cursor: pointer;
}

.toggle-switch input[b-c9xsg1y84g] {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-slider[b-c9xsg1y84g] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(100, 116, 139, 0.3);
    border: 1px solid rgba(100, 116, 139, 0.5);
    transition: all 0.3s ease;
    border-radius: 30px;
}

.toggle-slider[b-c9xsg1y84g]:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 3px;
    background: linear-gradient(135deg, #00d4ff 0%, #7c3aed 100%);
    transition: all 0.3s ease;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 212, 255, 0.4);
}

.toggle-switch input:checked + .toggle-slider[b-c9xsg1y84g] {
    background: rgba(0, 212, 255, 0.2);
    border-color: rgba(0, 212, 255, 0.5);
}

.toggle-switch input:checked + .toggle-slider[b-c9xsg1y84g]:before {
    transform: translateX(30px);
}

.toggle-switch:hover .toggle-slider[b-c9xsg1y84g] {
    box-shadow: 0 0 15px rgba(0, 212, 255, 0.2);
}

.upload-zone[b-c9xsg1y84g] {
    border: 2px dashed rgba(0, 212, 255, 0.3);
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    background: rgba(15, 15, 35, 0.5);
    cursor: pointer;
}

.upload-zone:hover[b-c9xsg1y84g],
.upload-zone.drag-over[b-c9xsg1y84g] {
    border-color: #00d4ff;
    background: rgba(0, 212, 255, 0.05);
    box-shadow: 0 0 20px rgba(0, 212, 255, 0.1);
}

.upload-placeholder[b-c9xsg1y84g] {
    color: #64748b;
}

.upload-placeholder svg[b-c9xsg1y84g] {
    width: 48px;
    height: 48px;
    color: #00d4ff;
    margin-bottom: 1rem;
}

.browse-btn[b-c9xsg1y84g] {
    display: inline-block;
    margin-top: 0.5rem;
    padding: 0.5rem 1rem;
    background: linear-gradient(135deg, #00d4ff 0%, #7c3aed 100%);
    color: white;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 15px rgba(0, 212, 255, 0.3);
}

.browse-btn:hover[b-c9xsg1y84g] {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 212, 255, 0.4);
}

.image-preview[b-c9xsg1y84g] {
    position: relative;
    display: inline-block;
}

.image-preview img[b-c9xsg1y84g] {
    max-width: 100%;
    max-height: 250px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(0, 212, 255, 0.2);
}

.remove-image[b-c9xsg1y84g] {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    background: #e53e3e;
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(229, 62, 62, 0.4);
    transition: transform 0.2s ease;
}

.remove-image:hover[b-c9xsg1y84g] {
    transform: scale(1.1);
}

.form-actions[b-c9xsg1y84g] {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.btn-primary[b-c9xsg1y84g],
.btn-secondary[b-c9xsg1y84g] {
    flex: 1;
    padding: 1rem 1.5rem;
    border: none;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-primary[b-c9xsg1y84g] {
    background: linear-gradient(135deg, #00d4ff 0%, #7c3aed 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(0, 212, 255, 0.3);
}

.btn-primary:hover:not(:disabled)[b-c9xsg1y84g] {
    transform: scale(1.02);
    box-shadow: 0 6px 25px rgba(0, 212, 255, 0.5);
}

.btn-primary:disabled[b-c9xsg1y84g] {
    opacity: 0.7;
    cursor: not-allowed;
}

.btn-secondary[b-c9xsg1y84g] {
    background: rgba(100, 116, 139, 0.3);
    border: 1px solid rgba(100, 116, 139, 0.5);
    color: #a0aec0;
}

.btn-secondary:hover[b-c9xsg1y84g] {
    background: rgba(100, 116, 139, 0.5);
    color: #e2e8f0;
}

.error-message[b-c9xsg1y84g] {
    background: rgba(239, 68, 68, 0.15);
    border: 1px solid rgba(239, 68, 68, 0.3);
    color: #fca5a5;
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    font-weight: 500;
}

.success-message[b-c9xsg1y84g] {
    background: rgba(52, 211, 153, 0.15);
    border: 1px solid rgba(52, 211, 153, 0.3);
    color: #6ee7b7;
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    font-weight: 500;
}

@media (max-width: 768px) {
    .upload-container[b-c9xsg1y84g] {
        padding: 1rem;
    }
    
    .upload-card[b-c9xsg1y84g] {
        padding: 1.5rem;
    }
    
    .form-actions[b-c9xsg1y84g] {
        flex-direction: column;
    }
}
