@font-face {
	font-family: 'FontAwesomeSolid';
	src: url('fonts/fa-solid-900.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.fa, .fas {
	font-family: 'FontAwesomeSolid' !important;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

/* Authentication and Profile Styles */
.loading-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background: #f5f5f5;
}

.loading-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #FF6B35;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 16px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.error-message {
    background: #ffebee;
    color: #c62828;
    padding: 12px 16px;
    border-radius: 8px;
    margin: 16px 0;
    font-size: 14px;
    text-align: center;
    border: 1px solid #ffcdd2;
}

.profile-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    min-width: 150px;
    margin-top: 8px;
}

.profile-menu-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    border-bottom: 1px solid #f0f0f0;
}

.profile-menu-item:last-child {
    border-bottom: none;
}

.profile-menu-item:hover {
    background-color: #f5f5f5;
}

.profile-menu-item i {
    color: #666;
    font-size: 16px;
}

.profile-menu-item span {
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

/* Location Menu Styles */
.location-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    min-width: 250px;
    max-width: 300px;
    margin-top: 8px;
}

.location-menu-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    border-bottom: 1px solid #f0f0f0;
}

.location-menu-item:last-child {
    border-bottom: none;
}

.location-menu-item:hover {
    background-color: #f5f5f5;
}

.location-menu-item i {
    color: #666;
    font-size: 16px;
}

.location-menu-item span {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.default-indicator {
    background-color: #ff6b35;
    color: white;
    font-size: 10px;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 8px;
    margin-left: auto;
    text-transform: uppercase;
}

/* Bottom Navigation Styles */
.bottom-navigation {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    border-top: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 8px 0 16px 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 8px 4px;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
}

.nav-item:hover {
    transform: translateY(-2px);
}

.nav-icon {
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 32px;
    height: 32px;
}

.nav-icon svg {
    width: 24px;
    height: 24px;
}
.nav-icon i {
	font-size: 24px;
	color: currentColor;
	line-height: 1;
	display: inline-block;
}

.nav-text {
    font-size: 12px;
    font-weight: 500;
    color: #9e9e9e;
    text-align: center;
    line-height: 1.2;
}

.nav-item.active .nav-text {
    color: #ff8c00;
}

.nav-item.active .nav-icon svg {
    color: #ff8c00;
}
.nav-item.active .nav-icon i {
	color: #ff8c00;
}

.active-indicator {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 4px;
    background-color: #ff8c00;
    border-radius: 50%;
}

/* Ensure content doesn't get hidden behind bottom navigation */
body {
    padding-bottom: 80px;
}

/* Mobile-specific adjustments */
@media (max-width: 768px) {
    .bottom-navigation {
        padding: 6px 0 12px 0;
    }
    
    .nav-text {
        font-size: 11px;
    }
    
    .nav-icon {
        width: 28px;
        height: 28px;
    }
    
    .nav-icon svg {
        width: 22px;
        height: 22px;
    }
    
    .nav-icon i {
        font-size: 22px;
    }
    
    .header-section {
        padding: 5px;
    }

    .search-section {
        margin-top: 5px;
        padding: 5px;
    }
    
    .category-filters {
        padding: 0 16px 20px 16px;
    }
    
    .category-grid-section {
        margin: 0 16px 24px 16px;
    }
    
    .promo-banner {
        margin: 0 16px 24px 16px;
    }
    
    .popular-products {
        padding: 0 16px 24px 16px;
    }
}

/* Gesture Navigation Indicator */
.bottom-navigation::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 4px;
    background-color: #e0e0e0;
    border-radius: 2px;
}

/* Home Page Styles */
.home-page {
    padding: 0;
    max-width: 100%;
    margin: 0;
    background: #ffffff;
}

/* Header Section */
.header-section {
    background: #ffffff;
    padding: 5px;
    border-bottom: 1px solid #f0f0f0;
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.time {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

.status-icons {
    display: flex;
    gap: 8px;
    align-items: center;
}

.signal-icon, .wifi-icon, .battery-icon {
    font-size: 16px;
}

.header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profile-section {
    display: flex;
    align-items: center;
    gap: 12px;
}

.profile-picture {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
}

.delivery-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    position: relative;
}

.delivery-info span:first-child {
    font-size: 12px;
    color: #666666;
}

.location-selector {
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}

.location-selector span {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}

.location-selector svg {
    color: #666666;
}
.location-selector i {
	color: #666666;
}

.header-actions {
    display: flex;
    gap: 16px;
    align-items: center;
}

.notification-icon, .cart-icon {
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    transition: background-color 0.2s ease;
}

.notification-icon:hover, .cart-icon:hover {
    background-color: #f5f5f5;
}

.notification-icon svg, .cart-icon svg {
    color: #666666;
}
.notification-icon i, .cart-icon i {
	color: #666666;
}

/* Search Section */
.search-section {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
}

.search-bar {
    display: flex;
    align-items: center;
    background: #f8f9fa;
    border-radius: 12px;
    padding: 12px 16px;
    gap: 12px;
}

.search-bar svg {
    color: #666666;
    flex-shrink: 0;
}
.search-bar i {
	color: #666666;
	flex-shrink: 0;
}

.search-bar input {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 16px;
    color: #000000;
    outline: none;
}

.search-bar input::placeholder {
    color: #999999;
}

.filter-icon {
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

.filter-icon:hover {
    background-color: #e9ecef;
}

.filter-icon svg {
    color: #666666;
}
.filter-icon i {
	color: #666666;
}

/* Category Filters */
.category-filters {
    padding: 0 20px 24px 20px;
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.category-filters::-webkit-scrollbar {
    display: none;
}

.category-pill {
    padding: 8px 16px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.category-pill:hover {
    border-color: #ff8c00;
    color: #ff8c00;
}

.category-pill.active {
    background: #ff8c00;
    border-color: #ff8c00;
    color: #ffffff;
}

.category-pill.error {
    background: #ffebee;
    border-color: #f44336;
    color: #c62828;
    cursor: default;
}

.category-pill.retry {
    background: #e3f2fd;
    border-color: #2196f3;
    color: #1565c0;
}

.category-pill.retry:hover {
    background: #2196f3;
    border-color: #2196f3;
    color: #ffffff;
}

.category-pill.inactive {
    background: #f5f5f5;
    border-color: #e0e0e0;
    color: #999999;
    cursor: default;
}

.category-pill.inactive:hover {
    background: #f5f5f5;
    border-color: #e0e0e0;
    color: #999999;
}

.category-pill.loading {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f8f9fa;
    border-color: #dee2e6;
    color: #6c757d;
    cursor: default;
}

.loading-spinner-small {
    width: 16px;
    height: 16px;
    border: 2px solid #e9ecef;
    border-top: 2px solid #6c757d;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.category-pill .category-name {
    margin-right: 4px;
}

.category-pill .product-count {
    font-size: 12px;
    opacity: 0.8;
    font-weight: 400;
}

.category-pill .product-count.loading {
    opacity: 0.5;
    font-style: italic;
}

/* Category Grid Section */
.category-grid-section {
    margin: 0 20px 32px 20px;
}

.category-grid-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.category-title {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    margin: 0;
}

.see-all-link {
    font-size: 14px;
    color: #FF6B6B;
    cursor: pointer;
    transition: color 0.2s ease;
}

.see-all-link:hover {
    color: #e55a5a;
}

.categories-grid {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 8px;
}

.categories-grid::-webkit-scrollbar {
    display: none;
}

.category-grid-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 85px;
    min-height: 100px;
    height: auto;
    cursor: pointer;
    transition: transform 0.2s ease;
    flex-shrink: 0;
    padding: 8px 4px;
}

.category-grid-item:hover {
    transform: translateY(-2px);
}

.category-grid-item.loading {
    justify-content: center;
    gap: 8px;
    color: #6c757d;
    font-size: 13px;
}

.category-grid-item.empty {
    justify-content: center;
    color: #999999;
    font-size: 13px;
    text-align: center;
}

.category-icon-container {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 1px solid #FFE5D6;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.category-grid-item:hover .category-icon-container {
    border-color: #FF6B35;
    box-shadow: 0 2px 8px rgba(255, 107, 53, 0.2);
}

.category-icon {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.category-grid-name {
    font-size: 13px;
    font-weight: 700;
    color: #333333;
    text-align: center;
    max-width: 85px;
    word-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
    line-height: 1.2;
    white-space: normal;
    overflow: visible;
}

/* Promotional Banner */
.promo-banner {
    margin: 0 20px 32px 20px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.promo-content {
    display: flex;
    align-items: center;
    padding: 24px;
    gap: 20px;
}

.promo-text {
    flex: 1;
}

.promo-text h2 {
    font-size: 24px;
    font-weight: 700;
    color: #ff8c00;
    margin: 0 0 8px 0;
}

.promo-text p {
    font-size: 14px;
    color: #666666;
    margin: 0 0 20px 0;
}

.shop-now-btn {
    background: #fff3e0;
    color: #ff8c00;
    border: 1px solid #ff8c00;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.shop-now-btn:hover {
    background: #ff8c00;
    color: #ffffff;
}

.promo-image {
    position: relative;
    flex-shrink: 0;
}

.image-placeholder {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-dots {
    display: flex;
    gap: 4px;
    justify-content: center;
    margin-top: 8px;
}

.dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #e0e0e0;
    transition: background-color 0.2s ease;
}

.dot.active {
    background: #90ee90;
}

/* Popular Products Section */
.popular-products {
    padding: 0 20px 32px 20px;
}

.popular-products h3 {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 20px 0;
}

.products-scroll {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 8px;
}

.products-scroll::-webkit-scrollbar {
    display: none;
}

.product-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #f0f0f0;
    min-width: 160px;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.product-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.product-image {
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
}

.image-placeholder-product {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-info {
    text-align: center;
}

.brand {
    font-size: 12px;
    font-weight: 600;
    color: #666666;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.product-name {
    font-size: 13px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 8px;
    line-height: 1.3;
}

.price {
    font-size: 16px;
    font-weight: 700;
    color: #ff8c00;
}

.add-to-cart-btn {
    width: 100%;
    background: #ff8c00;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.add-to-cart-btn:hover {
    background: #e67e00;
}

/* Loading States */
.loading-spinner-small {
    width: 20px;
    height: 20px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #FF6B35;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading-placeholder {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    border-radius: 4px;
    height: 16px;
    margin-bottom: 8px;
}

@keyframes loading {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

.product-card.loading {
    opacity: 0.7;
}

.product-card.empty {
    opacity: 0.6;
    background: #f8f8f8;
}

.product-card.empty .product-info {
    color: #999;
}

.popular-products-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.popular-products-header h3 {
    margin: 0;
}

.product-card img.product-image {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 8px;
}

/* Page Styles */
.category-page, .cart-page, .order-page, .profile-page, .discover-page, .likes-page {
    padding: 20px;
    max-width: 600px;
    margin: 0 auto;
}

.category-page h1, .cart-page h1, .order-page h1, .profile-page h1, .discover-page h1, .likes-page h1 {
    color: #333;
    margin-bottom: 20px;
    font-size: 24px;
    text-align: center;
}

/* Discover Page Styles */
.discover-page .page-header {
    text-align: center;
    margin-bottom: 30px;
}

.discover-page .page-header h1 {
    margin: 0 0 8px 0;
    color: #000000;
    font-size: 28px;
    font-weight: 700;
}

.discover-page .page-header p {
    color: #666666;
    margin: 0;
    font-size: 16px;
}

.trending-section, .categories-section {
    margin-bottom: 30px;
}

.trending-section h2, .categories-section h2 {
    color: #000000;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}

.trending-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.trending-item {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #f0f0f0;
    transition: all 0.2s ease;
}

.trending-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.trending-image {
    font-size: 32px;
    margin-bottom: 12px;
}

.trending-item h3 {
    margin: 0 0 8px 0;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}

.trending-item p {
    margin: 0;
    color: #666666;
    font-size: 14px;
}

/* Likes Page Styles */
.likes-page .page-header {
    text-align: center;
    margin-bottom: 30px;
}

.likes-page .page-header h1 {
    margin: 0 0 8px 0;
    color: #000000;
    font-size: 28px;
    font-weight: 700;
}

.likes-page .page-header p {
    color: #666666;
    margin: 0;
    font-size: 16px;
}

.liked-products {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.product-item {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #f0f0f0;
    transition: all 0.2s ease;
}

.product-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.product-item .product-image {
    margin-right: 16px;
    margin-bottom: 0;
}

.product-details {
    flex: 1;
}

.product-details .brand {
    text-align: left;
    margin-bottom: 4px;
}

.product-details .product-name {
    text-align: left;
    margin-bottom: 8px;
}

.product-details .price {
    text-align: left;
}

.like-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #fff5f5;
    border: 1px solid #ffebee;
}

.like-button.active {
    background: #ff8c00;
    border-color: #ff8c00;
}

.like-button.active svg {
    color: #ffffff;
}
.like-button.active i {
	color: #ffffff;
}

.like-button:hover {
    transform: scale(1.1);
}

/* Category Page Styles */
.category-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.category-item {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.category-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}

.category-icon {
    font-size: 48px;
    margin-bottom: 12px;
}

.category-item span {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

/* Cart Page Styles */
.cart-items {
    margin-bottom: 30px;
}

.cart-item {
    display: flex;
    align-items: center;
    padding: 15px;
    background: #ffffff;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9ecef;
}

.item-image {
    font-size: 32px;
    margin-right: 15px;
}

.item-details {
    flex: 1;
}

.item-details h3 {
    margin: 0 0 5px 0;
    color: #333;
    font-size: 16px;
}

.price {
    color: #ff8c00;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
}

.item-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.quantity-btn {
    width: 32px;
    height: 32px;
    border: 1px solid #ddd;
    background: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity-btn:hover {
    background: #f8f9fa;
}

.quantity {
    font-weight: 600;
    color: #333;
    min-width: 20px;
    text-align: center;
}

.cart-summary {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #e9ecef;
}

.total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}

.total-price {
    color: #ff8c00;
    font-size: 20px;
}

.checkout-btn {
    width: 100%;
    padding: 15px;
    background: #ff8c00;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.checkout-btn:hover {
    background: #e67e00;
}

/* Order Page Styles */
.order-summary-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f0f0f0;
}

.order-summary-content {
    display: flex;
    flex-direction: column;
}

.order-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0f0f0;
}

.order-number {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin: 0;
}

.order-status-badge {
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.badge-pending {
    background: linear-gradient(135deg, #ff9800, #ffb74d);
    box-shadow: 0 2px 8px rgba(255, 152, 0, 0.3);
}

.badge-confirmed {
    background: linear-gradient(135deg, #2196f3, #64b5f6);
    box-shadow: 0 2px 8px rgba(33, 150, 243, 0.3);
}

.badge-packed {
    background: linear-gradient(135deg, #9c27b0, #ba68c8);
    box-shadow: 0 2px 8px rgba(156, 39, 176, 0.3);
}

.badge-shipped {
    background: linear-gradient(135deg, #ff5722, #ff8a65);
    box-shadow: 0 2px 8px rgba(255, 87, 34, 0.3);
}

.badge-outfordelivery {
    background: linear-gradient(135deg, #ffa000, #ffca28);
    box-shadow: 0 2px 8px rgba(255, 160, 0, 0.3);
}

.badge-delivered {
    background: linear-gradient(135deg, #4caf50, #81c784);
    box-shadow: 0 2px 8px rgba(76, 175, 80, 0.3);
}

.badge-cancelled {
    background: linear-gradient(135deg, #f44336, #e57373);
    box-shadow: 0 2px 8px rgba(244, 67, 54, 0.3);
}

.order-details {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.order-date, .order-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}

.detail-label {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.detail-value {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.order-total .detail-value {
    color: #ff8c00;
    font-size: 18px;
    font-weight: 700;
}

/* Order Timeline Styles */
.order-timeline {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f0f0f0;
}

.timeline-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0f0f0;
}

.timeline-header h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.expand-icon {
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.expand-icon:hover {
    background: #f5f5f5;
}

.timeline-content {
    display: flex;
    flex-direction: column;
}

.timeline-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}

.timeline-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    background: #f5f5f5;
    color: #999;
    transition: all 0.3s ease;
}

.timeline-icon.completed {
    background: #4caf50;
    color: #ffffff;
}

.timeline-icon.current {
    background: #2196f3;
    color: #ffffff;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.timeline-content {
    flex: 1;
}

.timeline-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 4px;
}

.timeline-title.completed {
    color: #4caf50;
}

.timeline-title.current {
    color: #2196f3;
}

.timeline-description {
    font-size: 14px;
    color: #666;
    margin-bottom: 4px;
}

.timeline-description.completed {
    color: #4caf50;
}

.timeline-description.current {
    color: #2196f3;
}

.timeline-time {
    font-size: 12px;
    color: #999;
}

.timeline-time.completed {
    color: #4caf50;
}

.timeline-time.current {
    color: #2196f3;
}

.timeline-connector {
    width: 2px;
    height: 20px;
    background: #f0f0f0;
    margin-left: 19px;
    margin-bottom: 16px;
}

.timeline-connector.completed {
    background: #4caf50;
}

.timeline-connector.current {
    background: #2196f3;
}

/* Order Actions Styles */
.order-actions {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
}

.action-button {
    flex: 1;
    padding: 16px;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-primary {
    background: linear-gradient(135deg, #ff8c00, #ff6b35);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(255, 140, 0, 0.3);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 140, 0, 0.4);
}

.btn-secondary {
    background: #f8f9fa;
    color: #333;
    border: 1px solid #e9ecef;
}

.btn-secondary:hover {
    background: #e9ecef;
    transform: translateY(-2px);
}

.icon {
    font-size: 18px;
}

/* Login and Signup Page Styles - IMPORTANT OVERRIDES */
.login-page {
    min-height: 100vh !important;
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c00 50%, #ffa64d 100%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 20px !important;
    position: relative !important;
    overflow: hidden !important;
}

/* Global Reset for Better Cross-Page Compatibility */
* {
    box-sizing: border-box;
}

html, body {
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important;
}

.decorative-shapes {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
    pointer-events: none;
    z-index: 1;
}

.shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    animation: float 6s ease-in-out infinite;
}

.shape-1 {
    width: 100px;
    height: 100px;
    top: 20px;
    right: 30px;
    animation-delay: 0s;
}

.shape-2 {
    width: 60px;
    height: 60px;
    top: 80px;
    right: 100px;
    animation-delay: 2s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
        opacity: 0.7;
    }
    50% {
        transform: translateY(-20px) rotate(180deg);
        opacity: 1;
    }
}

/* Login Page Background */
.login-page {
    min-height: 100vh !important;
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c00 50%, #ffa64d 100%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 20px !important;
    position: relative !important;
    overflow: hidden !important;
}

.login-page .login-card {
    background: #ffffff !important;
    border-radius: 24px !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1) !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 400px !important;
    position: relative !important;
    z-index: 2 !important;
    overflow: hidden !important;
    animation: slideInUp 0.6s ease-out !important;
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.login-page .login-header {
    text-align: center !important;
    padding: 40px 30px 20px 30px !important;
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.05) 0%, rgba(255, 140, 0, 0.05) 100%) !important;
    border-bottom: 1px solid #f0f0f0 !important;
}

.login-page .login-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #333 !important;
    margin: 0 0 8px 0 !important;
    letter-spacing: -0.5px !important;
}

.login-page .login-subtitle {
    font-size: 16px !important;
    color: #666 !important;
    margin: 0 !important;
    font-weight: 400 !important;
}

.login-page .login-form {
    padding: 30px !important;
}

.login-page .form-group {
    margin-bottom: 24px !important;
}

.login-page .form-label {
    display: block !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #666 !important;
    margin-bottom: 8px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.login-page .input-container {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    background: #f8f9fa !important;
    border-radius: 12px !important;
    border: 2px solid transparent !important;
    transition: all 0.3s ease !important;
}

.login-page .input-container:focus-within {
    border-color: #ff6b35 !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 4px rgba(255, 107, 53, 0.1) !important;
}

.login-page .input-icon {
    padding: 16px !important;
    color: #999 !important;
    font-size: 16px !important;
    transition: color 0.3s ease !important;
}

.login-page .input-container:focus-within .input-icon {
    color: #ff6b35 !important;
}

.login-page .form-input {
    flex: 1 !important;
    border: none !important;
    background: transparent !important;
    padding: 16px 16px 16px 0 !important;
    font-size: 16px !important;
    color: #333 !important;
    outline: none !important;
    font-weight: 500 !important;
}

.login-page .form-input::placeholder {
    color: #999 !important;
    font-weight: 400 !important;
}

.login-page .login-button {
    width: 100% !important;
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c00 100%) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 16px !important;
    padding: 18px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    margin-top: 8px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.login-page .login-button:hover:not(:disabled) {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.4) !important;
}

.login-page .login-button:disabled {
    opacity: 0.7 !important;
    cursor: not-allowed !important;
    transform: none !important;
}

.login-page .signup-prompt {
    text-align: center !important;
    padding: 20px 30px 30px 30px !important;
    font-size: 14px !important;
    color: #666 !important;
}

.login-page .signup-link {
    color: #ff6b35 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    transition: color 0.3s ease !important;
}

.login-page .signup-link:hover {
    color: #e55a2b !important;
    text-decoration: underline !important;
}

.login-page .button-arrow {
    font-size: 14px !important;
    transition: transform 0.3s ease !important;
}

.login-page .login-button:hover:not(:disabled) .button-arrow {
    transform: translateX(4px) !important;
}

.login-page .decorative-shapes {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 200px !important;
    height: 200px !important;
    pointer-events: none !important;
    z-index: 1 !important;
}

.login-page .shape {
    position: absolute !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.1) !important;
    animation: float 6s ease-in-out infinite !important;
}

.login-page .shape-1 {
    width: 100px !important;
    height: 100px !important;
    top: 20px !important;
    right: 30px !important;
    animation-delay: 0s !important;
}

.login-page .shape-2 {
    width: 60px !important;
    height: 60px !important;
    top: 80px !important;
    right: 100px !important;
    animation-delay: 2s !important;
}

.login-page .error-message {
    background: #fee !important;
    color: #c33 !important;
    padding: 12px 20px !important;
    margin: 0 30px !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    text-align: center !important;
    border: 1px solid #fcc !important;
}

.login-page .fas {
    font-family: 'FontAwesomeSolid' !important;
    font-weight: normal !important;
    font-style: normal !important;
}

/* Signup Page - Uses same classes as login */
.signup-page {
    min-height: 100vh !important;
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c00 50%, #ffa64d 100%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 20px !important;
    position: relative !important;
    overflow: hidden !important;
}

.signup-page .login-card {
    background: #ffffff !important;
    border-radius: 24px !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1) !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 400px !important;
    position: relative !important;
    z-index: 2 !important;
    overflow: hidden !important;
    animation: slideInUp 0.6s ease-out !important;
}

.signup-page .login-header {
    text-align: center !important;
    padding: 40px 30px 20px 30px !important;
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.05) 0%, rgba(255, 140, 0, 0.05) 100%) !important;
    border-bottom: 1px solid #f0f0f0 !important;
}

.signup-page .login-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #333 !important;
    margin: 0 0 8px 0 !important;
    letter-spacing: -0.5px !important;
}

.signup-page .login-subtitle {
    font-size: 16px !important;
    color: #666 !important;
    margin: 0 !important;
    font-weight: 400 !important;
}

.signup-page .login-form {
    padding: 30px !important;
}

.signup-page .form-group {
    margin-bottom: 24px !important;
}

.signup-page .form-label {
    display: block !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #666 !important;
    margin-bottom: 8px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.signup-page .input-container {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    background: #f8f9fa !important;
    border-radius: 12px !important;
    border: 2px solid transparent !important;
    transition: all 0.3s ease !important;
}

.signup-page .input-container:focus-within {
    border-color: #ff6b35 !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 4px rgba(255, 107, 53, 0.1) !important;
}

.signup-page .input-icon {
    padding: 16px !important;
    color: #999 !important;
    font-size: 16px !important;
    transition: color 0.3s ease !important;
}

.signup-page .input-container:focus-within .input-icon {
    color: #ff6b35 !important;
}

.signup-page .form-input {
    flex: 1 !important;
    border: none !important;
    background: transparent !important;
    padding: 16px 16px 16px 0 !important;
    font-size: 16px !important;
    color: #333 !important;
    outline: none !important;
    font-weight: 500 !important;
}

.signup-page .form-input::placeholder {
    color: #999 !important;
    font-weight: 400 !important;
}

.signup-page .login-button {
    width: 100% !important;
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c00 100%) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 16px !important;
    padding: 18px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    margin-top: 8px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.signup-page .login-button:hover:not(:disabled) {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.4) !important;
}

.signup-page .login-button:disabled {
    opacity: 0.7 !important;
    cursor: not-allowed !important;
    transform: none !important;
}

.signup-page .signup-prompt {
    text-align: center !important;
    padding: 20px 30px 30px 30px !important;
    font-size: 14px !important;
    color: #666 !important;
}

.signup-page .signup-link {
    color: #ff6b35 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    transition: color 0.3s ease !important;
}

.signup-page .signup-link:hover {
    color: #e55a2b !important;
    text-decoration: underline !important;
}

.signup-page .button-arrow {
    font-size: 14px !important;
    transition: transform 0.3s ease !important;
}

.signup-page .login-button:hover:not(:disabled) .button-arrow {
    transform: translateX(4px) !important;
}

.signup-page .decorative-shapes {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 200px !important;
    height: 200px !important;
    pointer-events: none !important;
    z-index: 1 !important;
}

.signup-page .shape {
    position: absolute !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.1) !important;
    animation: float 6s ease-in-out infinite !important;
}

.signup-page .shape-1 {
    width: 100px !important;
    height: 100px !important;
    top: 20px !important;
    right: 30px !important;
    animation-delay: 0s !important;
}

.signup-page .shape-2 {
    width: 60px !important;
    height: 60px !important;
    top: 80px !important;
    right: 100px !important;
    animation-delay: 2s !important;
}

.signup-page .fas {
    font-family: 'FontAwesomeSolid' !important;
    font-weight: normal !important;
    font-style: normal !important;
}

.signup-page .spinning {
    animation: spin 1s linear infinite !important;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.signup-page .login-button:disabled {
    opacity: 0.7 !important;
    cursor: not-allowed !important;
}

/* Legacy styles - kept for backward compatibility but login/signup pages now use scoped styles above */

/* Profile Page Styles */
.profile-page {
    min-height: 100vh;
    background: #f8f9fa;
    padding: 0;
    position: relative;
    padding-bottom: 120px; /* Ensure content doesn't get hidden behind bottom navigation */
}

.profile-header {
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c00 100%);
    color: white;
    text-align: center;
    padding: 60px 30px 40px 30px;
    position: relative;
    overflow: hidden;
}

.profile-avatar {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    margin: 0 auto 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid rgba(255, 255, 255, 0.3);
    position: relative;
    z-index: 1;
}

.profile-header h1 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 8px 0;
    position: relative;
    z-index: 1;
}

.profile-header .email,
.profile-header .mobile {
    font-size: 14px;
    opacity: 0.9;
    margin: 4px 0;
    position: relative;
    z-index: 1;
}

.profile-page .profile-menu {
    background: white;
    margin: 20px;
    padding: 0;
    position: static;
    border: none;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    min-width: auto;
    overflow: hidden;
}

.profile-page .menu-item {
    display: flex;
    align-items: center;
    padding: 20px 30px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    border-bottom: 1px solid #f0f0f0;
    gap: 16px;
}

.profile-page .menu-item:last-child {
    border-bottom: none;
}

.profile-page .menu-item:hover {
    background-color: #f8f9fa;
}

.menu-icon {
    width: 40px;
    height: 40px;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.profile-page .menu-item span:nth-child(2) {
    flex: 1;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.arrow {
    color: #ccc;
    font-size: 18px;
    font-weight: bold;
}

/* Remove duplicate logout button styles */

/* Enhanced Profile Page Styles */
.profile-stats {
    background: white;
    margin: 20px;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    display: flex;
    gap: 20px;
}

.stat-item {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    background: #f8f9fa;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.stat-item:hover {
    background: #e9ecef;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.stat-icon {
    width: 48px;
    height: 48px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.stat-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.stat-number {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    line-height: 1;
}

.stat-label {
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.menu-section {
    background: white;
    margin: 0 20px 20px 20px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.section-header {
    padding: 20px 24px 16px 24px;
    border-bottom: 1px solid #f0f0f0;
    background: #f8f9fa;
}

.section-header h3 {
    margin: 0 0 4px 0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.section-header p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.4;
}

.profile-page .menu-item {
    border-bottom: 1px solid #f0f0f0;
    margin: 0;
}

.profile-page .menu-item:last-child {
    border-bottom: none;
}

.profile-page .menu-item:hover {
    background-color: #f8f9fa;
}

/* Logout button styling only - no container */

.logout-btn {
    width: 100%;
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: white;
    border: none;
    border-radius: 16px;
    padding: 18px 24px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 16px rgba(220, 53, 69, 0.3);
    min-height: 56px;
    font-family: inherit;
}

.logout-btn:hover:not(:disabled) {
    background: linear-gradient(135deg, #c82333 0%, #a71e2a 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(220, 53, 69, 0.4);
}

.logout-btn:focus {
    outline: 3px solid rgba(220, 53, 69, 0.3);
    outline-offset: 2px;
}

.logout-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
    box-shadow: 0 2px 8px rgba(220, 53, 69, 0.2);
}

/* Responsive Design for Profile Page */
@media (max-width: 480px) {
    .profile-stats {
        margin: 15px;
        padding: 20px;
        flex-direction: column;
        gap: 15px;
    }
    
    .stat-item {
        padding: 20px;
    }
    
    .menu-section {
        margin: 0 15px 15px 15px;
    }
    
    .section-header {
        padding: 18px 20px 14px 20px;
    }
    
    .profile-page .menu-item {
        padding: 18px 24px;
    }
    
    .logout-section {
        padding: 0 15px 30px 15px;
    }
}

/* Product Details Page Styles - Scoped to avoid conflicts */
.product-details-page {
    min-height: 100vh !important;
    background: #ffffff !important;
    position: relative !important;
}

.product-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid #f0f0f0;
}

.back-button {
    width: 44px;
    height: 44px;
    background: #f8f9fa;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.back-button:hover {
    background: #e9ecef;
    transform: translateY(-2px);
}

.header-actions {
    display: flex;
    gap: 12px;
}

.header-icon {
    width: 44px;
    height: 44px;
    background: #f8f9fa;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.header-icon:hover {
    background: #e9ecef;
    transform: translateY(-2px);
}

.product-carousel {
    position: relative;
    background: #f8f9fa;
    margin: 0;
}

.carousel-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}

.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.carousel-arrow.left {
    left: 20px;
}

.carousel-arrow.right {
    right: 20px;
}

.carousel-arrow:hover {
    background: #ffffff;
    transform: translateY(-50%) scale(1.1);
}

.product-image-container {
    width: 280px;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.product-main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-indicators {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 20px;
}

.indicator {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    transition: all 0.3s ease;
}

.indicator.active {
    background: #ff6b35;
    transform: scale(1.2);
}

.product-info-section {
    padding: 30px 20px;
    background: #ffffff;
    border-radius: 24px 24px 0 0;
    margin-top: -20px;
    position: relative;
    z-index: 10;
}

.product-title-section {
    margin-bottom: 20px;
}

.product-category {
    font-size: 14px;
    color: #ff6b35;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    display: block;
}

.product-title {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin: 0;
    line-height: 1.2;
}

.add-to-cart-button {
    width: 100%;
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c00 100%);
    color: #ffffff;
    border: none;
    border-radius: 16px;
    padding: 20px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.add-to-cart-button:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.4);
}

.add-to-cart-button:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

/* Additional Product Details Styles */
.product-details-page .loading-container {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    height: 400px !important;
}

.product-details-page .spinner {
    width: 40px !important;
    height: 40px !important;
    border: 4px solid #f3f3f3 !important;
    border-top: 4px solid #ff6b35 !important;
    border-radius: 50% !important;
    animation: spin 1s linear infinite !important;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.product-details-page .error-container {
    text-align: center !important;
    padding: 40px !important;
}

.product-details-page .error-container h3 {
    color: red !important;
    margin-bottom: 16px !important;
}

.product-details-page .btn {
    background: #ff6b35 !important;
    color: white !important;
    border: none !important;
    padding: 12px 24px !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

.product-details-page .btn-primary {
    background: #ff6b35 !important;
}

.product-details-page .product-rating-price {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 20px !important;
}

.product-details-page .rating-section {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
}

.product-details-page .stars {
    display: flex !important;
    gap: 4px !important;
}

.product-details-page .star {
    font-size: 14px !important;
    color: #e2e8f0 !important;
    transition: color 0.2s ease !important;
}

.product-details-page .star.filled {
    color: #fbbf24 !important;
}

.product-details-page .rating-text {
    font-size: 14px !important;
    color: #666 !important;
}

.product-details-page .price-section {
    text-align: right !important;
}

.product-details-page .price {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #ff6b35 !important;
}

.product-details-page .description-section {
    margin-bottom: 20px !important;
}

.product-details-page .description-text {
    font-size: 16px !important;
    color: #666 !important;
    line-height: 1.6 !important;
    margin-bottom: 12px !important;
}

.product-details-page .description-text.expanded {
    max-height: none !important;
}

.product-details-page .read-more-btn {
    background: none !important;
    border: none !important;
    color: #ff6b35 !important;
    cursor: pointer !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: underline !important;
}

.product-details-page .attribute-selection-section {
    margin-bottom: 20px !important;
}

.product-details-page .section-title {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #333 !important;
    margin-bottom: 12px !important;
}

.product-details-page .attribute-options {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
}

.product-details-page .attribute-option {
    padding: 8px 16px !important;
    border: 2px solid #e2e8f0 !important;
    background: white !important;
    border-radius: 20px !important;
    cursor: pointer !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #666 !important;
    transition: all 0.3s ease !important;
}

.product-details-page .attribute-option:hover {
    border-color: #ff6b35 !important;
    color: #ff6b35 !important;
}

.product-details-page .attribute-option.selected {
    border-color: #ff6b35 !important;
    background: #ff6b35 !important;
    color: white !important;
}

.product-details-page .quantity-section {
    margin-bottom: 20px !important;
}

.product-details-page .quantity-selector {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
}

.product-details-page .quantity-btn {
    width: 40px !important;
    height: 40px !important;
    border: 2px solid #e2e8f0 !important;
    background: white !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
}

.product-details-page .quantity-btn:hover:not(:disabled) {
    border-color: #ff6b35 !important;
    color: #ff6b35 !important;
}

.product-details-page .quantity-btn:disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}

.product-details-page .quantity-display {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #333 !important;
    min-width: 30px !important;
    text-align: center !important;
}

.product-details-page .add-to-cart-section {
    margin-bottom: 20px !important;
}

.product-details-page .fas {
    font-family: 'FontAwesomeSolid' !important;
    font-weight: normal !important;
    font-style: normal !important;
}

/* Additional spacing and layout improvements */
.product-details-page .loading-container span {
    margin-left: 10px !important;
    font-size: 16px !important;
    color: #666 !important;
}

.product-details-page .back-button i {
    font-size: 20px !important;
    color: #333 !important;
}

.product-details-page .header-icon i {
    font-size: 20px !important;
    color: #333 !important;
}

.product-details-page .carousel-arrow i {
    font-size: 16px !important;
    color: #666 !important;
}

.product-details-page .star {
    font-size: 14px !important;
}

.product-details-page .quantity-btn i {
    font-size: 14px !important;
}

.product-details-page .add-to-cart-button i {
    font-size: 18px !important;
    margin-right: 8px !important;
}

/* Responsive improvements */
@media (max-width: 768px) {
    .product-details-page .product-header {
        padding: 16px !important;
    }
    
    .product-details-page .carousel-container {
        padding: 20px 16px !important;
    }
    
    .product-details-page .product-image-container {
        width: 240px !important;
        height: 240px !important;
    }
    
    .product-details-page .product-info-section {
        padding: 24px 16px !important;
    }
    
    .product-details-page .product-title {
        font-size: 24px !important;
    }
    
    .product-details-page .price {
        font-size: 20px !important;
    }
}

@media (max-width: 480px) {
    .product-details-page .product-header {
        padding: 12px !important;
    }
    
    .product-details-page .back-button,
    .product-details-page .header-icon {
        width: 40px !important;
        height: 40px !important;
    }
    
    .product-details-page .carousel-container {
        padding: 16px 12px !important;
    }
    
    .product-details-page .product-image-container {
        width: 200px !important;
        height: 200px !important;
    }
    
    .product-details-page .product-info-section {
        padding: 20px 12px !important;
    }
    
    .product-details-page .product-title {
        font-size: 20px !important;
    }
    
    .product-details-page .price {
        font-size: 18px !important;
    }
    
    .product-details-page .attribute-options {
        gap: 6px !important;
    }
    
    .product-details-page .attribute-option {
        padding: 6px 12px !important;
        font-size: 13px !important;
    }
}


