/* /Pages/Admin/Articles.razor.rz.scp.css */
/* Container for header and rows */
.container[b-ewe33brw9e] {
    width: 100%;
}

/* Header row styling */
.header[b-ewe33brw9e] {
    display: flex;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid lightgray;
    margin-bottom: 6px;
    padding: 6px;
}

/* Ensure that the row and columns use flexbox for layout */
.row[b-ewe33brw9e] {
    display: flex;
    padding: 6px;
    border-bottom: 1px solid lightgray;
    box-sizing: border-box;
}

/* Define flexible column */
.col[b-ewe33brw9e] {
    flex: 1;
    padding: 0 6px; /* Padding for spacing */
    box-sizing: border-box;
}

/* Specific styling for the description column */
.col-description[b-ewe33brw9e] {
    max-width: 300px; /* Set the maximum width for the description column */
    max-height: 150px; /* Set the maximum height for the description column */
    overflow: hidden; /* Hide overflow text */
    text-overflow: ellipsis; /* Add ellipsis for overflowing text */
    word-wrap: break-word; /* Ensure text wraps inside the container */
    overflow-wrap: break-word; /* Ensure long words or URLs wrap properly */
    white-space: normal; /* Allow text to wrap onto the next line */
    box-sizing: border-box;
}

/* Other styling for alignment and spacing */
.col-visible[b-ewe33brw9e], .col button[b-ewe33brw9e] {
    text-align: center;
}
/* /Pages/Admin/Categories.razor.rz.scp.css */
.big-checkbox[b-r75zapeq48]{
    transform: scale(2,2);
}

.header[b-r75zapeq48]{
    display: flex;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid lightgray;
    margin-bottom: 6px;
    padding: 6px;
}

.row[b-r75zapeq48]{
    display: flex;
    padding: 6px;
}

.col[b-r75zapeq48]{
    flex: 1;
}

.col-visible[b-r75zapeq48]{
    text-align: center;
}
/* /Pages/Admin/Discounts.razor.rz.scp.css */
.big-checkbox[b-exh8aidjh1] {
    transform: scale(2,2);
}

.header[b-exh8aidjh1] {
    display: flex;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid lightgray;
    margin-bottom: 6px;
    padding: 6px;
}

.row[b-exh8aidjh1] {
    display: flex;
    padding: 6px;
}

.col[b-exh8aidjh1] {
    flex: 1;
    text-align:center;
}

.col-visible[b-exh8aidjh1] {
    text-align: center;
}
/* /Pages/Admin/EditArticle.razor.rz.scp.css */
.form-group[b-2fk7ueulyj] {
    margin-bottom: 1rem;
}

    .form-group label[b-2fk7ueulyj] {
        display: block;
        margin-bottom: .5rem;
    }

.form-control[b-2fk7ueulyj] {
    width: 100%;
}

.btn[b-2fk7ueulyj] {
    margin-right: .5rem;
}
/* /Pages/Admin/EditCarousel.razor.rz.scp.css */
@media (max-width: 768px) {
    .d-flex[b-ud06rv62fr] {
        flex-direction: column;
        align-items: stretch;
    }

        .d-flex > .card[b-ud06rv62fr] {
            width: 100% !important;
            margin-bottom: 0.5rem;
        }
}
/* /Pages/Admin/EditProduct.razor.rz.scp.css */
.page-wrapper[b-5fkqowh4u2] {
    margin-left: 20px; 
    margin-right: 20px; 
}
img[b-5fkqowh4u2] {
    max-height: 200px;
    max-width: 200px;
    object-fit: cover;
}

.row[b-5fkqowh4u2] {
    display: flex;
    padding: 6px;
}

.col[b-5fkqowh4u2] {
    flex: 1;
}

.header[b-5fkqowh4u2] {
    display: flex;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid lightgray;
    margin-bottom: 6px;
    padding-bottom: 6px;
}

.col-visible[b-5fkqowh4u2] {
    text-align: center;
}

.custom-file-input-container[b-5fkqowh4u2] {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
}

    .custom-file-input-container label[b-5fkqowh4u2] {
        cursor: pointer;
        padding: 8px 16px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

.selected-files-container[b-5fkqowh4u2] {
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 15px;
    background-color: #f8f9fa;
}

    .selected-files-container .card[b-5fkqowh4u2] {
        transition: all 0.2s ease;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }

        .selected-files-container .card:hover[b-5fkqowh4u2] {
            box-shadow: 0 4px 8px rgba(0,0,0,0.2);
            transform: translateY(-2px);
        }

@media (max-width: 768px) {
    .row[b-5fkqowh4u2] {
        flex-direction: column;
    }

    .col[b-5fkqowh4u2] {
        width: 100%;
        margin-bottom: 0.5rem;
    }

    .row-cols-sm-2 > *[b-5fkqowh4u2] {
        width: 50%;
    }

    .row-cols-md-3 > *[b-5fkqowh4u2] {
        width: 100%;
    }

    .row-cols-lg-6 > *[b-5fkqowh4u2] {
        width: 100%;
    }

    .form-label-sm[b-5fkqowh4u2] {
        display: block;
        margin-bottom: 0.25rem;
    }

    .d-flex[b-5fkqowh4u2] {
        flex-direction: column;
        align-items: stretch;
    }

        .d-flex > .btn[b-5fkqowh4u2] {
            margin-bottom: 0.25rem;
        }
}
/* /Pages/Admin/Newsletters.razor.rz.scp.css */
/* Container for header and rows */
.container[b-kldb8q882q] {
    width: 100%;
}

/* Header row styling */
.header[b-kldb8q882q] {
    display: flex;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid lightgray;
    margin-bottom: 6px;
    padding: 6px;
}

/* Ensure that the row and columns use flexbox for layout */
.row[b-kldb8q882q] {
    display: flex;
    padding: 6px;
    border-bottom: 1px solid lightgray;
    box-sizing: border-box;
}

/* Define flexible column */
.col[b-kldb8q882q] {
    flex: 1;
    padding: 0 6px; /* Padding for spacing */
    box-sizing: border-box;
    text-align: left; /* Align text to the left for a uniform look */
}

/* Specific styling for the description column */
.col-description[b-kldb8q882q] {
    max-width: 300px;
    max-height: 150px; 
    overflow: hidden; /* Hide overflow text */
    text-overflow: ellipsis; /* Add ellipsis for overflowing text */
    word-wrap: break-word; /* Ensure text wraps inside the container */
    overflow-wrap: break-word; /* Ensure long words or URLs wrap properly */
    white-space: normal; /* Allow text to wrap onto the next line */
    box-sizing: border-box;
}

/* Other styling for alignment and spacing */
.col-visible[b-kldb8q882q], .col button[b-kldb8q882q] {
    text-align: center; /* Center align content in checkbox column */
}

.col:last-child[b-kldb8q882q] {
    text-align: center; /* Center align the NewsletterDate column */
}
/* /Pages/Admin/Products.razor.rz.scp.css */
/* Basic table styles */
.admin-products-table[b-y3thx25em3] {
    width: 100%;
    border-collapse: collapse;
}

    .admin-products-table th[b-y3thx25em3],
    .admin-products-table td[b-y3thx25em3] {
        padding: 0.5rem;
        border-bottom: 1px solid #ddd;
        text-align: left;
        white-space: nowrap;
    }

    .admin-products-table th[b-y3thx25em3] {
        background-color: #f8f9fa;
        font-weight: bold;
    }

.product-thumbnail[b-y3thx25em3] {
    max-width: 50px;
    max-height: 50px;
    object-fit: cover;
    vertical-align: middle;
}

@media (max-width: 768px) { 
    .mobile-hidden[b-y3thx25em3] {
        display: none !important;
    }

    .admin-products-table th:nth-child(1)[b-y3thx25em3], 
    .admin-products-table td:nth-child(1)[b-y3thx25em3],
    .admin-products-table th:nth-child(2)[b-y3thx25em3], 
    .admin-products-table td:nth-child(2)[b-y3thx25em3],
    .admin-products-table th:nth-child(3)[b-y3thx25em3], 
    .admin-products-table td:nth-child(3)[b-y3thx25em3],
    .admin-products-table th:nth-child(4)[b-y3thx25em3], 
    .admin-products-table td:nth-child(4)[b-y3thx25em3],
    .admin-products-table th:nth-child(5)[b-y3thx25em3], 
    .admin-products-table td:nth-child(5)[b-y3thx25em3],
    .admin-products-table th:nth-child(10)[b-y3thx25em3],
    .admin-products-table td:nth-child(10)[b-y3thx25em3] {
        display: table-cell !important;
    }
}

.table-responsive[b-y3thx25em3] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; 
}

@media (max-width: 576px) {
    .admin-products-table td button.btn-sm[b-y3thx25em3] {
        display: block;
        width: 100%;
        margin-bottom: 0.25rem;
    }
}
/* /Pages/Admin/ProductTypes.razor.rz.scp.css */
.row[b-ooai6x8h3m] {
    display: flex;
    padding: 6px;
}

.col[b-ooai6x8h3m] {
    flex: 1;
}
/* /Pages/Admin/Users.razor.rz.scp.css */
.header[b-9hppocyh9m] {
    display: flex;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid lightgray;
    margin-bottom: 10px;
    padding-bottom: 8px;
}

.row[b-9hppocyh9m] {
    display: flex;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
}

    .row:last-child[b-9hppocyh9m] {
        border-bottom: none;
    }

.col[b-9hppocyh9m] {
    flex: 1;
    padding-left: 8px;
    padding-right: 8px;
}

.col-visible[b-9hppocyh9m] {
    text-align: center;
}

.btn-sm[b-9hppocyh9m] {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.d-flex[b-9hppocyh9m] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

@media (max-width: 576px) {
    .header[b-9hppocyh9m] {
        display: none;
    }

    .row[b-9hppocyh9m] {
        flex-direction: column;
        border: 1px solid #ddd;
        margin-bottom: 10px;
        padding: 10px;
    }

        .row > div[b-9hppocyh9m] {
            margin-bottom: 5px;
        }

            .row > div:last-child[b-9hppocyh9m] {
                margin-bottom: 0;
            }

        .row .d-flex[b-9hppocyh9m] {
            flex-direction: row;
            justify-content: flex-end;
        }

    .col-visible[b-9hppocyh9m] {
        text-align: left;
    }
}
/* /Pages/AdminOrders.razor.rz.scp.css */
/* Basic table styles (you might already have these) */
.admin-orders-table[b-2q6mawzjep] {
    width: 100%;
    border-collapse: collapse;
}

    .admin-orders-table th[b-2q6mawzjep],
    .admin-orders-table td[b-2q6mawzjep] {
        padding: 0.5rem;
        border-bottom: 1px solid #ddd;
        text-align: left;
        white-space: nowrap;
    }

    .admin-orders-table th[b-2q6mawzjep] {
        background-color: #f8f9fa;
        font-weight: bold;
    }

@media (max-width: 768px) { 
    .desktop-only[b-2q6mawzjep] {
        display: none !important;
    }

    .admin-orders-table th:nth-child(1)[b-2q6mawzjep], 
    .admin-orders-table td:nth-child(1)[b-2q6mawzjep],
    .admin-orders-table th:nth-child(2)[b-2q6mawzjep], 
    .admin-orders-table td:nth-child(2)[b-2q6mawzjep],
    .admin-orders-table th:nth-child(6)[b-2q6mawzjep], 
    .admin-orders-table td:nth-child(6)[b-2q6mawzjep],
    .admin-orders-table th:nth-child(7)[b-2q6mawzjep], 
    .admin-orders-table td:nth-child(7)[b-2q6mawzjep] {
        display: table-cell !important; 
    }
}

.table-responsive[b-2q6mawzjep] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; 
}

@media (max-width: 576px) {
    .admin-orders-table td button.btn-sm[b-2q6mawzjep] {
        display: block;
        width: 100%;
        margin-bottom: 0.25rem;
    }
}
/* /Pages/ArticleDetails.razor.rz.scp.css */
.article-container[b-8uh6n2zry9] {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 1.5rem;
    font-family: 'League Spartan', sans-serif;
}

.loading-message[b-8uh6n2zry9] {
    text-align: center;
    padding: 2rem;
    font-size: 1.1rem;
    color: #666;
}

.article-wrapper[b-8uh6n2zry9] {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(220, 196, 230, 0.15);
    overflow: hidden;
}

.article-header[b-8uh6n2zry9] {
    padding: 2.5rem 2rem;
    background: linear-gradient(135deg, #dcc4e6 0%, rgba(220, 196, 230, 0.8) 100%);
    border-bottom: 3px solid #dcc4e6;
}

.article-title[b-8uh6n2zry9] {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.2;
    margin: 0 0 1rem 0;
    color: #2c2c2c;
    word-wrap: break-word;
}

.article-meta[b-8uh6n2zry9] {
    font-size: 0.95rem;
    color: #555;
    font-weight: 500;
}

    .article-meta time[b-8uh6n2zry9] {
        display: inline-block;
        padding-bottom: 0.5rem;
        border-bottom: 2px solid rgba(220, 196, 230, 0.5);
    }

.article-content[b-8uh6n2zry9] {
    padding: 2rem;
}

    .article-content p[b-8uh6n2zry9] {
        font-size: 1.1rem;
        line-height: 1.8;
        color: #444;
        margin: 0 0 1.5rem 0;
    }

        .article-content p:last-child[b-8uh6n2zry9] {
            margin-bottom: 0;
        }

@media (max-width: 640px) {
    .article-container[b-8uh6n2zry9] {
        padding: 1rem;
    }

    .article-header[b-8uh6n2zry9] {
        padding: 2rem 1.5rem;
    }

    .article-title[b-8uh6n2zry9] {
        font-size: 1.75rem;
    }

    .article-content[b-8uh6n2zry9] {
        padding: 1.5rem;
    }

        .article-content p[b-8uh6n2zry9] {
            font-size: 1rem;
        }
}
/* /Pages/Cart.razor.rz.scp.css */
.cart-container[b-oq2afg6qdh] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media (min-width: 992px) {
    .cart-container[b-oq2afg6qdh] {
        grid-template-columns: 2fr 1fr;
    }
}

.cart-item[b-oq2afg6qdh] {
    display: grid;
    grid-template-columns: 100px 1fr auto;
    gap: 1rem;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid #eee;
    border-radius: 0.5rem;
    background-color: #fff;
}

.image-wrapper[b-oq2afg6qdh] {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .image-wrapper img[b-oq2afg6qdh] {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

.item-details[b-oq2afg6qdh] {
    display: flex;
    flex-direction: column;
}

    .item-details h5[b-oq2afg6qdh] {
        margin-bottom: 0.25rem;
    }

    .item-details a[b-oq2afg6qdh] {
        color: #333;
        text-decoration: none;
    }

        .item-details a:hover[b-oq2afg6qdh] {
            text-decoration: underline;
        }

.product-type[b-oq2afg6qdh] {
    color: #666;
    font-size: 0.9rem;
}

.quantity-control[b-oq2afg6qdh] {
    display: flex;
    align-items: center;
    margin-top: auto;
}

.input-quantity[b-oq2afg6qdh] {
    max-width: 80px;
}

.item-price[b-oq2afg6qdh] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.price[b-oq2afg6qdh] {
    font-weight: bold;
    font-size: 1.1rem;
}

.unit-price[b-oq2afg6qdh] {
    color: #666;
    font-size: 0.8rem;
}

.input-success[b-oq2afg6qdh] {
    border-color: #28a745 !important;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25) !important;
}

.input-error[b-oq2afg6qdh] {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

.pulse[b-oq2afg6qdh] {
    animation: pulse-animation-b-oq2afg6qdh 2s;
}

@keyframes pulse-animation-b-oq2afg6qdh {
    0% {
        box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(40, 167, 69, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(40, 167, 69, 0);
    }
}

.shake[b-oq2afg6qdh] {
    animation: shake-animation-b-oq2afg6qdh 0.5s;
}

@keyframes shake-animation-b-oq2afg6qdh {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-10px);
    }

    50% {
        transform: translateX(10px);
    }

    75% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(0);
    }
}
.cart-container[b-oq2afg6qdh],
.cart-item[b-oq2afg6qdh],
.cart-summary-container[b-oq2afg6qdh],
.cart-summary-container *[b-oq2afg6qdh],
.alert[b-oq2afg6qdh],
.card[b-oq2afg6qdh],
.card *[b-oq2afg6qdh] {
    font-family: 'League Spartan', sans-serif !important;
}
.cart-header[b-oq2afg6qdh] {
    font-family: 'League Spartan', sans-serif !important;
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 1rem;
    margin-left: 30px;
}
/* Add to your styles.css */
.shipping-options[b-oq2afg6qdh] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
}

.shipping-option[b-oq2afg6qdh] {
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 0.5rem;
    padding: 1rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .shipping-option:hover[b-oq2afg6qdh] {
        border-color: #aaa;
        background-color: #f9f9f9;
    }

    .shipping-option.selected[b-oq2afg6qdh] {
        border-color: #007bff;
        background-color: #f0f7ff;
    }

.shipping-option-logo[b-oq2afg6qdh] {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
}

    .shipping-option-logo img[b-oq2afg6qdh] {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

.shipping-option-details[b-oq2afg6qdh] {
    flex: 1;
}

    .shipping-option-details h5[b-oq2afg6qdh] {
        margin-bottom: 0.25rem;
        font-size: 1rem;
    }

.shipping-price[b-oq2afg6qdh] {
    font-weight: bold;
    margin-top: 0.25rem;
}

/* Ensure the delivery form styles match your existing cart styles */
.delivery-section .form-group[b-oq2afg6qdh] {
    margin-bottom: 1rem;
}

.delivery-section .form-row[b-oq2afg6qdh] {
    display: flex;
    margin-right: -0.5rem;
    margin-left: -0.5rem;
    flex-wrap: wrap;
}

    .delivery-section .form-row > .form-group[b-oq2afg6qdh] {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        flex: 0 0 100%;
        max-width: 100%;
    }

@media (min-width: 768px) {
    .delivery-section .form-row > .form-group.col-md-6[b-oq2afg6qdh] {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.delivery-section label[b-oq2afg6qdh] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.delivery-section .form-control[b-oq2afg6qdh] {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/* /Pages/Index.razor.rz.scp.css */
.main-content-container[b-bb9w08qhiy] {
    display: flex;
    width: 100vw;
    margin: 0;
    gap: 2rem;
    padding: 0;
    align-items: flex-start;
}

.featured-image-container[b-bb9w08qhiy] {
    flex: 0 0 40%;
    margin: 0;
    padding: 0;
}

.featured-image[b-bb9w08qhiy] {
    width: 100%;
    height: 510px;
    max-height: 700px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.carousel-products-container[b-bb9w08qhiy] {
    flex: 0 0 55%;
    height: auto;
    max-height: 600px;
    overflow: hidden;
    margin-top: 0;
}

.carousel-inner[b-bb9w08qhiy] {
    display: flex; /* Ensure .carousel-inner is a flex container */
    flex-wrap: nowrap; /* Prevent wrapping to next line */
    overflow-x: auto; /* Enable horizontal scrolling */
    scroll-snap-type: x mandatory; /* Snap scrolling points to the edges of the elements. */
    -webkit-overflow-scrolling: touch; /* Enable smooth scrolling on iOS */
}

.carousel-item[b-bb9w08qhiy] {
    flex: 0 0 auto;
    width: auto;
    margin-right: 1rem;
    scroll-snap-align: start; /* Define the snap points */
}

    .carousel-item:last-child[b-bb9w08qhiy] {
        margin-right: 0; /* Remove margin from the last item */
    }

.carousel-product-container[b-bb9w08qhiy] {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    overflow-x: auto;
    padding-bottom: 1rem;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; /* Enable smooth scrolling on iOS */
    scroll-snap-type: x mandatory; /* Snap scrolling points to the edges of the elements. */
}

    .carousel-product-container > *[b-bb9w08qhiy] {
        scroll-snap-align: start; /* Define the snap points */
    }

@media (max-width: 768px) {
    .main-content-container[b-bb9w08qhiy] {
        flex-direction: column;
        gap: 1rem;
    }

    .featured-image-container[b-bb9w08qhiy] {
        display: none;
    }

    .carousel-products-container[b-bb9w08qhiy] {
        margin-top: 0;
        width: 100%;
        overflow: visible; /* Important:  allow overflow on mobile*/
    }

    .carousel-inner[b-bb9w08qhiy] {
        overflow: visible; /* Important:  allow overflow on mobile*/
    }

    .carousel-item[b-bb9w08qhiy] {
        margin-right: 1rem; /* Add spacing between items */
    }
}
/* /Pages/Login.razor.rz.scp.css */
.login-container[b-20a3ia12mc] {
    width: 400px;
    margin: 0 auto;
    padding: 20px;
    background-color: transparent;
}

.btn-google[b-20a3ia12mc] {
    background-color: transparent;
    border: 1px solid #808080;
    color: #808080;
    display: flex;
    align-items: center;
    padding: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .btn-google:hover[b-20a3ia12mc] {
        background-color: rgba(128, 128, 128, 0.2);
        color: #808080;
    }

.google-logo[b-20a3ia12mc] {
    width: 20px;
    height: auto;
    margin-right: 10px;
}

.modal[b-20a3ia12mc] {
    display: none; 
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    justify-content: center;
    align-items: center;
}

    .modal.show[b-20a3ia12mc] {
        display: flex; 
    }

.modal-content[b-20a3ia12mc] {
    background-color: #d4edda; 
    color: #155724; 
    border: 1px solid #c3e6cb; 
    border-radius: 8px;
    padding: 20px;
    width: 300px;
    text-align: center;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1); 
}

    .modal-content h3[b-20a3ia12mc] {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .modal-content p[b-20a3ia12mc] {
        font-size: 16px;
    }

.close-btn[b-20a3ia12mc] {
    display: none;
}
/* /Pages/LoginCallback.razor.rz.scp.css */
.toast-container[b-3qtmn1gwi8] {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1050;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    pointer-events: none; 
}

.toast[b-3qtmn1gwi8] {
    background-color: rgb(66, 255, 75, 0.9);
    color: white;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    pointer-events: all;
    max-width: 90%; 
    width: 100%;
    text-align: center;
    font-size: 1rem;
}

    .toast.show-toast[b-3qtmn1gwi8] {
        opacity: 1; 
    }

    .toast.hide-toast[b-3qtmn1gwi8] {
        opacity: 0; 
    }

@media (min-width: 576px) {
    .toast-container[b-3qtmn1gwi8] {
        left: auto; 
        right: 10px; 
        transform: none; 
        justify-content: flex-end; 
    }

    .toast[b-3qtmn1gwi8] {
        max-width: 300px; 
        width: auto; 
        text-align: left; 
    }
}
/* /Pages/OrderDetails.razor.rz.scp.css */
.order-details-container[b-g3is0wf42u] {
    max-width: 800px;
    margin: 2rem auto;
    padding: 0 1rem;
    font-family: 'League Spartan', sans-serif;
}

.order-card[b-g3is0wf42u] {
    margin-bottom: 2rem;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    background-color: #fff;
}

.order-card-header[b-g3is0wf42u] {
    background-color: #f5f5f5;
    color: #333;
    padding: 1rem 1.5rem;
    font-weight: 500;
    border-bottom: 1px solid #eee;
}

.order-card-body[b-g3is0wf42u] {
    padding: 1.5rem;
}

.order-table[b-g3is0wf42u] {
    width: 100%;
    border-collapse: collapse;
}

    .order-table th[b-g3is0wf42u] {
        background-color: #f8f8f8;
        padding: 0.75rem;
        border-bottom: 2px solid #eee;
        font-weight: 500;
        color: #555;
    }

    .order-table td[b-g3is0wf42u] {
        padding: 0.75rem;
        border-bottom: 1px solid #eee;
    }

.status-badge[b-g3is0wf42u] {
    display: inline-block;
    background-color: #eaeaea;
    color: #333;
    padding: 0.25rem 0.75rem;
    border-radius: 2rem;
    font-size: 0.85rem;
    font-weight: 500;
}

.text-center[b-g3is0wf42u] {
    text-align: center;
}

.text-end[b-g3is0wf42u] {
    text-align: right;
}

.action-buttons[b-g3is0wf42u] {
    margin-top: 2rem;
    text-align: center;
}

.btn[b-g3is0wf42u] {
    font-family: 'League Spartan', sans-serif;
    font-weight: 500;
    padding: 0.75rem 1.5rem;
    border-radius: 4px;
    transition: all 0.2s;
    margin: 0.5rem;
}

.btn-primary[b-g3is0wf42u] {
    background-color: #dcc4e6;
    border-color: #dcc4e6;
    color: #333;
}

    .btn-primary:hover[b-g3is0wf42u] {
        background-color: #c6afd0;
        border-color: #c6afd0;
        color: #333;
    }

.spinner-border[b-g3is0wf42u] {
    color: #dcc4e6;
    width: 3rem;
    height: 3rem;
}
.contact-info[b-g3is0wf42u] {
    margin: 2.5rem 0;
}

.contact-card[b-g3is0wf42u] {
    background-color: #f8f4fb;
    border-radius: 8px;
    padding: 1.5rem;
    border-left: 4px solid #dcc4e6;
}

    .contact-card h5[b-g3is0wf42u] {
        margin-bottom: 1rem;
        font-family: 'League Spartan', sans-serif;
        font-weight: 500;
        color: #333;
    }

    .contact-card p[b-g3is0wf42u] {
        margin-bottom: 0.5rem;
    }

    .contact-card a[b-g3is0wf42u] {
        color: #a86cc1;
        font-weight: 500;
        text-decoration: none;
    }

        .contact-card a:hover[b-g3is0wf42u] {
            text-decoration: underline;
        }

    .contact-card .small[b-g3is0wf42u] {
        color: #777;
        font-size: 0.85rem;
    }
/* /Pages/Orders.razor.rz.scp.css */
.orders-container[b-3tpg2f08eu] {
    max-width: 800px;
    margin: 2rem auto;
    padding: 0 1rem;
    font-family: 'League Spartan', sans-serif;
}

.orders-title[b-3tpg2f08eu] {
    text-align: center;
    font-weight: 500;
    margin-bottom: 2rem;
    color: #333;
}

.order-overview-card[b-3tpg2f08eu] {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 1rem;
    margin-bottom: 1rem;
    gap: 1rem;
}

.overview-image-wrapper[b-3tpg2f08eu] {
    width: 100px;
    flex-shrink: 0;
    text-align: center;
}

.overview-image[b-3tpg2f08eu] {
    max-height: 100px;
    max-width: 100px;
    object-fit: contain;
}

.overview-details[b-3tpg2f08eu] {
    flex-grow: 1;
}

    .overview-details h5[b-3tpg2f08eu] {
        font-size: 1.1rem;
        font-weight: 500;
        margin-bottom: 0.5rem;
        color: #333;
    }

.order-date[b-3tpg2f08eu] {
    font-size: 0.9rem;
    color: #777;
    margin-bottom: 0.5rem;
}

.details-link[b-3tpg2f08eu] {
    text-decoration: none;
    color: #a86cc1;
    font-weight: 500;
}

    .details-link:hover[b-3tpg2f08eu] {
        text-decoration: underline;
    }

.overview-price[b-3tpg2f08eu] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    text-align: right;
    white-space: nowrap;
}

.no-orders-message[b-3tpg2f08eu] {
    text-align: center;
    color: #777;
    margin-top: 2rem;
}

.loading-container[b-3tpg2f08eu] {
    text-align: center;
    margin-top: 2rem;
}

.spinner-border[b-3tpg2f08eu] {
    color: #dcc4e6;
    width: 3rem;
    height: 3rem;
}
/* /Pages/OrderSuccess.razor.rz.scp.css */
.order-success-container[b-yed5yqm9r8] {
    max-width: 800px;
    margin: 2rem auto 4rem;
    padding: 0 1rem;
    font-family: 'League Spartan', sans-serif;
}

.order-success-header[b-yed5yqm9r8] {
    text-align: center;
    margin-bottom: 2.5rem;
}

    .order-success-header h2[b-yed5yqm9r8] {
        margin-top: 1rem;
        font-family: 'League Spartan', sans-serif;
        font-weight: 500;
        color: #333;
    }

    .order-success-header .lead[b-yed5yqm9r8] {
        color: #666;
    }

.loading-container[b-yed5yqm9r8] {
    text-align: center;
    padding: 3rem 0;
}

    .loading-container .spinner-border[b-yed5yqm9r8] {
        color: #dcc4e6;
        width: 3rem;
        height: 3rem;
    }

.error-message[b-yed5yqm9r8] {
    background-color: #fff5f5;
    border-left: 4px solid #f56565;
    padding: 1.5rem;
    border-radius: 4px;
    margin: 2rem 0;
    text-align: center;
}

.order-card[b-yed5yqm9r8] {
    margin-bottom: 2rem;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    background-color: #fff;
}

.order-card-header[b-yed5yqm9r8] {
    background-color: #f5f5f5;
    color: #333;
    padding: 1rem 1.5rem;
    font-weight: 500;
    border-bottom: 1px solid #eee;
}

    .order-card-header h5[b-yed5yqm9r8] {
        margin: 0;
        font-family: 'League Spartan', sans-serif;
        font-weight: 500;
    }

.order-card-body[b-yed5yqm9r8] {
    padding: 1.5rem;
}

.order-table[b-yed5yqm9r8] {
    width: 100%;
    border-collapse: collapse;
}

    .order-table th[b-yed5yqm9r8] {
        background-color: #f8f8f8;
        padding: 0.75rem;
        border-bottom: 2px solid #eee;
        font-weight: 500;
        color: #555;
    }

    .order-table td[b-yed5yqm9r8] {
        padding: 0.75rem;
        border-bottom: 1px solid #eee;
    }

.text-center[b-yed5yqm9r8] {
    text-align: center;
}

.text-end[b-yed5yqm9r8] {
    text-align: right;
}

.summary-row[b-yed5yqm9r8] {
    background-color: #f8f8f8;
}

.discount-row[b-yed5yqm9r8] {
    background-color: #f9f9f9;
}

    .discount-row .text-success[b-yed5yqm9r8] {
        color: #2c9462 !important;
    }

.total-row[b-yed5yqm9r8] {
    background-color: #f0f0f0;
    font-weight: 500;
}

.status-badge[b-yed5yqm9r8] {
    display: inline-block;
    background-color: #eaeaea;
    color: #333;
    padding: 0.25rem 0.75rem;
    border-radius: 2rem;
    font-size: 0.85rem;
    font-weight: 500;
}

.contact-info[b-yed5yqm9r8] {
    margin: 2.5rem 0;
}

.contact-card[b-yed5yqm9r8] {
    background-color: #f8f4fb;
    border-radius: 8px;
    padding: 1.5rem;
    border-left: 4px solid #dcc4e6;
}

    .contact-card h5[b-yed5yqm9r8] {
        margin-bottom: 1rem;
        font-family: 'League Spartan', sans-serif;
        font-weight: 500;
        color: #333;
    }

    .contact-card p[b-yed5yqm9r8] {
        margin-bottom: 0.5rem;
    }

    .contact-card a[b-yed5yqm9r8] {
        color: #a86cc1;
        font-weight: 500;
        text-decoration: none;
    }

        .contact-card a:hover[b-yed5yqm9r8] {
            text-decoration: underline;
        }

    .contact-card .small[b-yed5yqm9r8] {
        color: #777;
        font-size: 0.85rem;
    }

.action-buttons[b-yed5yqm9r8] {
    margin-top: 2.5rem;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.btn[b-yed5yqm9r8] {
    font-family: 'League Spartan', sans-serif;
    font-weight: 500;
    padding: 0.75rem 1.5rem;
    border-radius: 4px;
    transition: all 0.2s;
    margin-bottom: 0.5rem;
}

.btn-primary[b-yed5yqm9r8] {
    background-color: #dcc4e6;
    border-color: #dcc4e6;
    color: #333;
}

    .btn-primary:hover[b-yed5yqm9r8] {
        background-color: #c6afd0;
        border-color: #c6afd0;
        color: #333;
    }

.btn-outline-secondary[b-yed5yqm9r8] {
    border-color: #ccc;
    color: #333;
}

    .btn-outline-secondary:hover[b-yed5yqm9r8] {
        background-color: #f5f5f5;
        color: #333;
    }

.btn-outline[b-yed5yqm9r8] {
    border: 1px solid #ccc;
    color: #333;
    background-color: transparent;
}

    .btn-outline:hover[b-yed5yqm9r8] {
        background-color: #f5f5f5;
    }

@media (max-width: 768px) {
    .order-success-container[b-yed5yqm9r8] {
        margin: 1rem auto 3rem;
    }

    .order-card-body[b-yed5yqm9r8] {
        padding: 1rem;
    }

    .order-table[b-yed5yqm9r8] {
        font-size: 0.9rem;
    }
}
.spinner-container[b-yed5yqm9r8] {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.loading-text[b-yed5yqm9r8] {
    text-align: center;
}
.spinner-border[b-yed5yqm9r8] {
    color: #dcc4e6;
    width: 3rem;
    height: 3rem;
    position: relative;
}

    .spinner-border .visually-hidden[b-yed5yqm9r8] {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
        display: block;
    }

.spinner-container[b-yed5yqm9r8] {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
    position: relative;
}
/* /Pages/ProductDetails.razor.rz.scp.css */
/* Product Page - New Simplified Design */

/* Global Font */
.product-container[b-vh468813jk],
.product-container *[b-vh468813jk] {
    font-family: 'League Spartan', sans-serif;
}

/* Loading Indicator */
.loading-container[b-vh468813jk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 0;
    text-align: center;
}

/* Main Container */
.product-container[b-vh468813jk] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem;
}

/* Product Gallery */
.product-gallery[b-vh468813jk] {
    margin-bottom: 2rem;
}

.main-image-wrapper[b-vh468813jk] {
    position: relative;
    width: 100%;
    height: 400px;
    background-color: #fff;
    margin-bottom: 1rem;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-image[b-vh468813jk] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    cursor: pointer;
}

/* Thumbnail Strip - Simple, Clean, Universal Design */
.thumbnail-strip[b-vh468813jk] {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding: 5px 0;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    justify-content: center;
}

    .thumbnail-strip[b-vh468813jk]::-webkit-scrollbar {
        height: 5px;
    }

    .thumbnail-strip[b-vh468813jk]::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 5px;
    }

.thumbnail[b-vh468813jk] {
    flex: 0 0 auto;
    width: 70px;
    height: 70px;
    border: 1px solid #dcc4e6;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.2s ease;
    position: relative;
}

    .thumbnail.active[b-vh468813jk] {
        border: 2px solid #dcc4e6;
        opacity: 1;
    }

    .thumbnail img[b-vh468813jk] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* Product Info */
.product-info[b-vh468813jk] {
    padding: 0 1rem;
}

.product-title[b-vh468813jk] {
    font-size: 1.75rem;
    margin-bottom: 1rem;
    font-weight: 600;
    color: #333;
    font-family: 'League Spartan', sans-serif;
}

.price-container[b-vh468813jk] {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.original-price[b-vh468813jk] {
    text-decoration: line-through;
    color: #999;
    font-size: 1rem;
}

.current-price[b-vh468813jk] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
}

.variant-selector[b-vh468813jk] {
    margin-bottom: 1.5rem;
}

    .variant-selector label[b-vh468813jk] {
        display: block;
        margin-bottom: 0.5rem;
        font-weight: 500;
    }

    .variant-selector select[b-vh468813jk] {
        width: 100%;
        padding: 0.5rem;
        border: 1px solid #ddd;
        border-radius: 4px;
        background-color: #fff;
    }

.availability[b-vh468813jk] {
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.in-stock[b-vh468813jk] {
    color: #28a745;
    display: flex;
    align-items: center;
    gap: 5px;
}

.out-of-stock[b-vh468813jk] {
    color: #dc3545;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Product Description */
.product-description[b-vh468813jk] {
    margin-bottom: 2rem;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 1.5rem 0;
}

.description-content[b-vh468813jk] {
    position: relative;
    max-height: 200px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.product-description.expanded .description-content[b-vh468813jk] {
    max-height: 2000px;
}

.description-content[b-vh468813jk]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
}

.product-description.expanded .description-content[b-vh468813jk]::after {
    display: none;
}

.read-more[b-vh468813jk] {
    background: none;
    border: none;
    color: #007bff;
    font-size: 0.875rem;
    padding: 0;
    margin-top: 0.5rem;
    cursor: pointer;
    text-decoration: underline;
}

/* Cart Actions */
.cart-actions[b-vh468813jk] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.quantity-selector[b-vh468813jk] {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: fit-content;
}

.quantity-btn[b-vh468813jk] {
    width: 40px;
    height: 40px;
    background: #f8f8f8;
    border: none;
    font-size: 1.25rem;
    cursor: pointer;
}

.quantity[b-vh468813jk] {
    width: 60px;
    text-align: center;
    font-size: 1rem;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    height: 40px;
    line-height: 40px;
}

.add-cart-container[b-vh468813jk] {
    position: relative;
}

.add-cart-btn[b-vh468813jk] {
    width: 100%;
    padding: 0.75rem 1rem;
    background-color: #141414;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background-color 0.2s ease;
}

    .add-cart-btn:hover[b-vh468813jk] {
        background-color: #333;
    }

/* Login Popup */
.login-popup[b-vh468813jk] {
    position: absolute;
    top: 100%;
    right: 0;
    width: 300px;
    background: white;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    padding: 1.5rem;
    margin-top: 1rem;
    z-index: 10;
}

    .login-popup p[b-vh468813jk] {
        margin-bottom: 1rem;
        font-size: 0.875rem;
    }

.login-options[b-vh468813jk] {
    display: flex;
    gap: 0.5rem;
}

.login-btn[b-vh468813jk], .guest-btn[b-vh468813jk] {
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-size: 0.875rem;
    cursor: pointer;
}

.login-btn[b-vh468813jk] {
    background-color: #007bff;
    color: white;
    border: none;
}

.guest-btn[b-vh468813jk] {
    background-color: #f8f8f8;
    color: #333;
    border: 1px solid #ddd;
}

.form-group[b-vh468813jk] {
    margin-bottom: 1rem;
}

    .form-group label[b-vh468813jk] {
        display: block;
        margin-bottom: 0.5rem;
        font-size: 0.875rem;
    }

    .form-group input[b-vh468813jk] {
        width: 100%;
        padding: 0.5rem;
        border: 1px solid #ddd;
        border-radius: 4px;
    }

.hint-text[b-vh468813jk] {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.75rem;
    color: #6c757d;
}

.form-actions[b-vh468813jk] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
}

.submit-btn[b-vh468813jk], .cancel-btn[b-vh468813jk] {
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-size: 0.875rem;
    cursor: pointer;
}

.submit-btn[b-vh468813jk] {
    background-color: #007bff;
    color: white;
    border: none;
}

.cancel-btn[b-vh468813jk] {
    background-color: #f8f8f8;
    color: #333;
    border: 1px solid #ddd;
}

/* Image Lightbox */
.image-lightbox[b-vh468813jk] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.lightbox-content[b-vh468813jk] {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

    .lightbox-content img[b-vh468813jk] {
        max-width: 100%;
        max-height: 90vh;
        object-fit: contain;
    }

.lightbox-nav[b-vh468813jk] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .lightbox-nav.prev[b-vh468813jk] {
        left: -60px;
    }

    .lightbox-nav.next[b-vh468813jk] {
        right: -60px;
    }

.lightbox-close[b-vh468813jk] {
    position: absolute;
    top: -40px;
    right: 0;
    background-color: transparent;
    color: white;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}

/* Mobile Optimization */
@media (max-width: 767px) {
    .main-image-wrapper[b-vh468813jk] {
        height: 350px;
    }

    .product-title[b-vh468813jk] {
        font-size: 1.5rem;
    }

    .current-price[b-vh468813jk] {
        font-size: 1.25rem;
    }

    .lightbox-nav[b-vh468813jk] {
        width: 35px;
        height: 35px;
        font-size: 1.25rem;
    }

        .lightbox-nav.prev[b-vh468813jk] {
            left: 10px;
        }

        .lightbox-nav.next[b-vh468813jk] {
            right: 10px;
        }

    .login-popup[b-vh468813jk] {
        width: 100%;
        right: 0;
    }

    .cart-actions[b-vh468813jk] {
        flex-direction: column;
    }
}

/* Small phone optimization */
@media (max-width: 480px) {
    .main-image-wrapper[b-vh468813jk] {
        height: 300px;
    }

    .thumbnail[b-vh468813jk] {
        width: 60px;
        height: 60px;
    }
}

/* Fix for iOS Safari */
@supports (-webkit-touch-callout: none) {
    .thumbnail-strip[b-vh468813jk] {
        -webkit-overflow-scrolling: touch;
        display: -webkit-box;
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 10px; /* Extra padding to prevent scrollbar issues */
        justify-content: center;
    }

    .thumbnail[b-vh468813jk] {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}
.form-check-label[b-vh468813jk] {
    display: inline-block;
    line-height: 1.4;
    margin-top: 2px;
    vertical-align: top;
}
/* /Pages/Profile.razor.rz.scp.css */
:host[b-fossl9rkdg] {
    font-family: 'League Spartan', sans-serif;
}

.profile-container[b-fossl9rkdg] {
    max-width: 800px; /* Reduced from 1000px for a narrower layout */
    margin: 0 auto;
    padding: 1.5rem;
    background-color: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}

.profile-header[b-fossl9rkdg] {
    margin-bottom: 2rem;
    text-align: center;
}

    .profile-header h3[b-fossl9rkdg] {
        margin-bottom: 0.5rem;
        font-family: 'League Spartan', sans-serif;
        color: #333;
    }

/* Layout for the tabs and content */
.profile-content-wrapper[b-fossl9rkdg] {
    display: flex;
    margin-top: 2rem;
    min-height: 400px;
}

/* Left side tabs */
.profile-tabs[b-fossl9rkdg] {
    flex: 0 0 200px; /* Narrower sidebar */
    border-right: 1px solid #eaeaea;
    padding-right: 1rem;
    margin-right: 2rem; /* Ensures space between tabs and content */
}

    .profile-tabs .nav-item[b-fossl9rkdg] {
        width: 100%;
        margin-bottom: 0.5rem;
    }

    .profile-tabs .nav-link[b-fossl9rkdg] {
        padding: 0.75rem 1rem;
        border-radius: 0.25rem;
        color: #666;
        transition: all 0.2s ease;
        border-left: 3px solid transparent;
        display: flex;
        align-items: center;
    }

        .profile-tabs .nav-link:hover[b-fossl9rkdg] {
            background-color: #f8f9fa;
            color: #a86cc1;
            border-left-color: #e0c5e8;
        }

        .profile-tabs .nav-link.active[b-fossl9rkdg] {
            color: #a86cc1;
            background-color: #f8f9fa;
            font-weight: 500;
            border-left-color: #a86cc1;
        }

        .profile-tabs .nav-link i[b-fossl9rkdg] {
            opacity: 0.8;
            width: 20px;
            text-align: center;
            margin-right: 8px;
        }

/* Right side content */
.profile-content[b-fossl9rkdg] {
    flex: 1;
    background-color: #fff;
    border-radius: 0.5rem;
    padding: 0.5rem 0 0 0; /* Reduced padding */
}

/* Tab content */
.tab-content[b-fossl9rkdg] {
    padding: 0;
}

.tab-pane[b-fossl9rkdg] {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease;
}

    .tab-pane.show[b-fossl9rkdg] {
        opacity: 1;
        height: auto;
        overflow: visible;
    }

/* Registration prompt */
.guest-prompt[b-fossl9rkdg] {
    margin-top: 2rem;
}

.alert-link[b-fossl9rkdg] {
    font-weight: 500;
    color: #a86cc1;
    text-decoration: none;
}

    .alert-link:hover[b-fossl9rkdg] {
        text-decoration: underline;
    }

.alert-info[b-fossl9rkdg] {
    background-color: #f7f0fa;
    color: #665285;
    border-color: #e8d9f0;
    border-left: 3px solid #a86cc1;
    font-size: 0.9rem;
    padding: 0.75rem;
}

.card[b-fossl9rkdg] {
    border: none;
    border-radius: 0.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.card-title[b-fossl9rkdg] {
    font-family: 'League Spartan', sans-serif;
    margin-bottom: 1rem;
    color: #333;
    font-size: 1.25rem;
}

/* Form elements */
.form-control[b-fossl9rkdg] {
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
    padding: 0.5rem 0.75rem;
}

    .form-control:focus[b-fossl9rkdg] {
        border-color: #a86cc1;
        box-shadow: 0 0 0 0.2rem rgba(168, 108, 193, 0.15);
    }

/* Buttons */
.btn-primary[b-fossl9rkdg] {
    background-color: #a86cc1;
    border-color: #a86cc1;
}

    .btn-primary:hover[b-fossl9rkdg] {
        background-color: #9459ae;
        border-color: #9459ae;
    }

.btn-outline-secondary[b-fossl9rkdg] {
    color: #666;
    border-color: #ced4da;
}

    .btn-outline-secondary:hover[b-fossl9rkdg] {
        background-color: #f8f9fa;
        color: #333;
    }

/* Loading spinner */
.spinner-border[b-fossl9rkdg] {
    width: 3rem;
    height: 3rem;
    color: #a86cc1;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .profile-content-wrapper[b-fossl9rkdg] {
        flex-direction: column;
    }

    .profile-tabs[b-fossl9rkdg] {
        flex: 0 0 auto;
        border-right: none;
        border-bottom: 1px solid #eaeaea;
        padding-right: 0;
        padding-bottom: 1rem;
        margin-bottom: 1.5rem;
        margin-right: 0;
    }

        .profile-tabs .nav[b-fossl9rkdg] {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

        .profile-tabs .nav-item[b-fossl9rkdg] {
            margin-right: 0.5rem;
            margin-bottom: 0.5rem;
            width: auto;
        }

        .profile-tabs .nav-link[b-fossl9rkdg] {
            border-left: none;
            border-bottom: 3px solid transparent;
            display: block;
            text-align: center;
            padding: 0.5rem 0.75rem;
        }

            .profile-tabs .nav-link:hover[b-fossl9rkdg],
            .profile-tabs .nav-link.active[b-fossl9rkdg] {
                border-left-color: transparent;
                border-bottom-color: #a86cc1;
            }

            .profile-tabs .nav-link i[b-fossl9rkdg] {
                margin-right: 5px;
            }
}
/* /Pages/Register.razor.rz.scp.css */
.register-container[b-bvoxhhfzle] {
    display: flex;
    justify-content: center;
    padding: 2rem 1rem;
}

.register-card[b-bvoxhhfzle] {
    background-color: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    width: 100%;
    max-width: 500px;
}

.register-header[b-bvoxhhfzle] {
    text-align: center;
    margin-bottom: 1.5rem;
}

    .register-header h3[b-bvoxhhfzle] {
        margin-bottom: 0.5rem;
        font-family: 'Playfair Display', serif;
    }

.form-check-label[b-bvoxhhfzle] {
    font-size: 0.9rem;
}

.btn-primary[b-bvoxhhfzle] {
    padding: 0.6rem;
    font-weight: 500;
}

.validation-message[b-bvoxhhfzle] {
    color: #dc3545;
    font-size: 0.85rem;
    margin-top: 0.25rem;
}

.alert[b-bvoxhhfzle] {
    border-radius: 0.25rem;
    padding: 0.75rem 1rem;
}

.alert-success[b-bvoxhhfzle] {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #dcc4e6;
}

.alert-danger[b-bvoxhhfzle] {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

@media (max-width: 768px) {
    .register-card[b-bvoxhhfzle] {
        padding: 1.5rem;
    }
}
/* /Shared/AboutUs.razor.rz.scp.css */
.leone-about-us-container *[b-x3zbi1qmu6] {
    font-family: 'League Spartan', sans-serif !important;
    box-sizing: border-box !important;
}

.leone-about-us-container[b-x3zbi1qmu6] {
    min-height: 100vh; 
    padding: 0;
    display: flex;
    align-items: center; 
    justify-content: center;
    width: 100%;
}

.leone-about-us-content[b-x3zbi1qmu6] {
    display: grid;
    grid-template-columns: 1fr 1fr; 
    max-width: 1400px; 
    width: 100%;
    min-height: 100vh; 
    gap: 0;
}

.leone-image-section[b-x3zbi1qmu6] {
    background: white;
    padding: 4rem 3rem; 
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center; 
}

.about-us-image[b-x3zbi1qmu6] {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 15px 30px rgba(220, 196, 230, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    filter: brightness(1.05) saturate(1.1);
}

    .about-us-image:hover[b-x3zbi1qmu6] {
        transform: translateY(-5px) scale(1.02);
        box-shadow: 0 20px 40px rgba(220, 196, 230, 0.5);
    }

.leone-text-section[b-x3zbi1qmu6] {
    background: white;
    padding: 4rem 3rem; 
    display: flex;
    flex-direction: column;
    justify-content: center; 
    color: #000000;
}

.leone-about-us-text[b-x3zbi1qmu6] {
    line-height: 1.6;
    font-size: 1.1rem;
}

    .leone-about-us-text p[b-x3zbi1qmu6] {
        margin-bottom: 1.5rem;
    }

    .leone-about-us-text strong[b-x3zbi1qmu6] {
        font-weight: 700 !important;
        color: #000000;
    }

.first-paragraph[b-x3zbi1qmu6] {
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 2rem; 
    text-align: left; 
    color: #8b5a96;
    line-height: 1.3;
    position: relative;
    padding: 0;
    display: block;
    width: 100%;
}

.last-paragraph[b-x3zbi1qmu6] {
    font-style: normal;
    font-size: 1.3rem;
    font-weight: 600;
    text-align: left; 
    color: #8b5a96;
    background: none;  
    padding: 0;
    border: none; 
    position: relative;
    line-height: 1.4;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

@media (max-width: 1024px) {
    .leone-about-us-content[b-x3zbi1qmu6] {
        grid-template-columns: 1fr; 
    }

    .leone-text-section[b-x3zbi1qmu6],
    .leone-image-section[b-x3zbi1qmu6] {
        padding: 2.5rem 2rem;
    }

    .first-paragraph[b-x3zbi1qmu6] {
        font-size: 1.5rem;
        margin-bottom: 3rem;
    }
}

@media (max-width: 768px) {
    .leone-text-section[b-x3zbi1qmu6],
    .leone-image-section[b-x3zbi1qmu6] {
        padding: 2rem 1.5rem;
    }

    .first-paragraph[b-x3zbi1qmu6] {
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {
    .leone-text-section[b-x3zbi1qmu6],
    .leone-image-section[b-x3zbi1qmu6] {
        padding: 1.5rem 1rem;
    }

    .first-paragraph[b-x3zbi1qmu6] {
        font-size: 1.1rem;
    }
}

@keyframes fadeInUp-b-x3zbi1qmu6 {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

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

.leone-about-us-content[b-x3zbi1qmu6] {
    grid-template-columns: 1fr 1fr;
}

.leone-image-section[b-x3zbi1qmu6] {
    grid-column: 1; 
}

.leone-text-section[b-x3zbi1qmu6] {
    grid-column: 2;
}
/* /Shared/AddressForm.razor.rz.scp.css */
.address-row[b-4hk3qap3p1] {
    display: flex;
    gap: 1rem; /* Adjust gap between fields */
}

.address-col[b-4hk3qap3p1] {
    flex: 1; /* Equal width for each field */
}

    /* Optionally control specific widths */
    .address-col:nth-child(1)[b-4hk3qap3p1] {
        flex: 2;
    }
    /* Wider for street and city */
    .address-col:nth-child(2)[b-4hk3qap3p1], .address-col:nth-child(3)[b-4hk3qap3p1] {
        flex: 1;
    }
/* Narrower for building and ZIP */
/* /Shared/AdminMenu.razor.rz.scp.css */
.top-row a[b-9243ipwz93] {
    margin-left: 0 !important;
}

.dropdown-item:hover[b-9243ipwz93] {
    background-color: white;
}
/* /Shared/ArticleList.razor.rz.scp.css */
.article-container[b-i5s5e9dv9w],
.article-card[b-i5s5e9dv9w],
.article-title[b-i5s5e9dv9w],
.article-description[b-i5s5e9dv9w],
.pagination-container[b-i5s5e9dv9w],
.pagination-button[b-i5s5e9dv9w],
.breadcrumb[b-i5s5e9dv9w],
.breadcrumb-current[b-i5s5e9dv9w],
.breadcrumb a[b-i5s5e9dv9w],
.article-list-header[b-i5s5e9dv9w] {
    font-family: 'League Spartan', sans-serif !important;
}

.article-list-header[b-i5s5e9dv9w] {
    font-family: 'League Spartan', serif;
    font-size: 1.75rem;
    font-weight: 600;
    color: #333;
    text-align: start;
    margin-bottom: 0.5rem;
    padding-left: 15px;
}

.article-container[b-i5s5e9dv9w] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    grid-gap: 25px;
    padding: 0 1rem;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.article-card[b-i5s5e9dv9w] {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
}

    .article-card:hover[b-i5s5e9dv9w] {
        transform: translateY(-5px);
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
    }

.new-badge[b-i5s5e9dv9w] {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #a76cc0;
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 10;
}

.article-link[b-i5s5e9dv9w] {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 20px;
}

.article-header[b-i5s5e9dv9w] {
    margin-bottom: 15px;
}

.article-title[b-i5s5e9dv9w] {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #333;
    line-height: 1.4;
    transition: color 0.2s ease;
}

.article-card:hover .article-title[b-i5s5e9dv9w] {
    color: #a76cc0;
}

.article-date[b-i5s5e9dv9w] {
    font-size: 0.85rem;
    color: #999;
    font-weight: 400;
}

.article-description[b-i5s5e9dv9w] {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
    margin: 0 0 15px 0;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article-footer[b-i5s5e9dv9w] {
    display: flex;
    justify-content: flex-start;
    border-top: 1px solid #f0f0f0;
    padding-top: 15px;
}

.article-read-more[b-i5s5e9dv9w] {
    color: #a76cc0;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: color 0.2s ease;
    display: flex;
    align-items: center;
    gap: 5px;
}

    .article-read-more:hover[b-i5s5e9dv9w] {
        color: #a354c4;
    }

.article-no-posts[b-i5s5e9dv9w] {
    display: block;
    text-align: center;
    padding: 60px 30px;
    color: #999;
    font-size: 1.1rem;
    font-family: 'League Spartan', sans-serif;
}

.pagination-container[b-i5s5e9dv9w] {
    display: flex;
    justify-content: center;
    margin: 40px 0;
    flex-wrap: wrap;
}

.pagination-button[b-i5s5e9dv9w] {
    margin: 0 5px 10px;
    padding: 8px 15px;
    background-color: #fff;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.2s ease;
    font-family: 'League Spartan', sans-serif;
    font-weight: 500;
    cursor: pointer;
}

    .pagination-button:hover[b-i5s5e9dv9w] {
        background-color: #f8f8f8;
        border-color: #ccc;
    }

    .pagination-button.active[b-i5s5e9dv9w] {
        background-color: #a76cc0;
        color: white;
        border-color: #a76cc0;
    }

.breadcrumb[b-i5s5e9dv9w] {
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-family: 'League Spartan', sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    background: none;
    padding-left: 15px;
    margin-bottom: 20px;
}

    .breadcrumb a[b-i5s5e9dv9w] {
        color: #333;
        text-decoration: none;
        font-weight: 400;
        margin: 0;
        padding: 0;
        transition: text-decoration 0.2s ease;
    }

        .breadcrumb a:hover[b-i5s5e9dv9w] {
            text-decoration: underline;
        }

.breadcrumb-separator[b-i5s5e9dv9w] {
    margin: 0 0.4rem;
    font-weight: 400;
    color: #555;
}

.breadcrumb-current[b-i5s5e9dv9w] {
    font-weight: 400;
    color: #333;
    padding: 0;
    margin: 0;
}

@media (max-width: 1023.98px) {
    .article-container[b-i5s5e9dv9w] {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        grid-gap: 20px;
    }

    .article-list-header[b-i5s5e9dv9w] {
        font-size: 1.5rem;
    }

    .article-title[b-i5s5e9dv9w] {
        font-size: 1.1rem;
    }
}

@media (max-width: 768px) {
    .article-container[b-i5s5e9dv9w] {
        grid-template-columns: 1fr;
        grid-gap: 15px;
        padding: 0 1rem;
    }

    .article-list-header[b-i5s5e9dv9w] {
        font-size: 1.3rem;
        margin-bottom: 1rem;
    }

    .article-title[b-i5s5e9dv9w] {
        font-size: 1rem;
    }

    .article-description[b-i5s5e9dv9w] {
        font-size: 0.9rem;
        -webkit-line-clamp: 2;
    }

    .article-link[b-i5s5e9dv9w] {
        padding: 15px;
    }

    .new-badge[b-i5s5e9dv9w] {
        top: 10px;
        right: 10px;
        padding: 3px 10px;
        font-size: 0.7rem;
    }

    .article-read-more[b-i5s5e9dv9w] {
        font-size: 0.9rem;
    }
}
/* /Shared/Bestsellers.razor.rz.scp.css */

.product-container[b-rzv4076lt1] {
    width: 100vw;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 25px;
    justify-items: center;
    padding: 0 1rem;
    box-sizing: border-box;
}

.product-card[b-rzv4076lt1] {
    width: 100%;
    border-radius: 8px;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

    .product-card:hover[b-rzv4076lt1] {
        transform: translateY(-5px);
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
    }

.product-image-container[b-rzv4076lt1] {
    position: relative;
    height: 250px;
    background-size: cover;
    background-position: center;
    display: block;
    transition: transform 0.3s ease;
}


.product-card:hover .product-image-container[b-rzv4076lt1] {
    transform: scale(1.05);
}

.product-info[b-rzv4076lt1] {
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.product-title-link[b-rzv4076lt1] {
    text-decoration: none;
    color: inherit;
}

.product-title[b-rzv4076lt1] {
    font-size: 1.1rem;
    font-weight: 100;
    margin: 0 0 10px 0;
    color: #333;
    font-family: 'League Spartan', serif;
    height: 2.5rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-price[b-rzv4076lt1] {
    font-size: 1.1rem;
    font-weight: 50;
    color: #000000;
    margin-bottom: 15px;
}

.cart-button[b-rzv4076lt1] {
    margin-top: auto;
    padding: 8px 15px;
    background-color: #a76cc0;
    color: white;
    border: none;
    border-radius: 0px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease;
    align-self: flex-start;
    width: auto;
}

    .cart-button:hover[b-rzv4076lt1] {
        background-color: #a354c4;
    }

.pagination-container[b-rzv4076lt1] {
    display: flex;
    justify-content: center;
    margin: 30px 0;
    flex-wrap: wrap;
}

.pagination-button[b-rzv4076lt1] {
    margin: 0 5px 10px;
    padding: 8px 15px;
    background-color: #fff;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.2s ease;
}

    .pagination-button:hover[b-rzv4076lt1] {
        background-color: #f8f8f8;
        border-color: #ccc;
    }

    .pagination-button.active[b-rzv4076lt1] {
        background-color: #ff6666;
        color: white;
        border-color: #ff6666;
    }

span[b-rzv4076lt1] {
    display: block;
    text-align: center;
    padding: 30px;
    color: #666;
    font-size: 1.1rem;
}

@media (max-width: 1023.98px) {
    .product-container[b-rzv4076lt1] {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        grid-gap: 20px;
    }

    .product-image-container[b-rzv4076lt1] {
        height: 200px;
    }

    .product-title[b-rzv4076lt1] {
        font-size: 1rem;
    }
}

@media (max-width: 640px) {
    .product-container[b-rzv4076lt1] {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        grid-gap: 15px;
    }

    .product-image-container[b-rzv4076lt1] {
        height: 180px;
    }

    .product-info[b-rzv4076lt1] {
        padding: 10px;
    }

    .product-title[b-rzv4076lt1] {
        font-size: 0.9rem;
        height: 2.3rem;
        margin-bottom: 8px;
    }

    .product-price[b-rzv4076lt1] {
        font-size: 0.9rem;
        margin-bottom: 10px;
    }

    .cart-button[b-rzv4076lt1] {
        padding: 6px 10px;
        font-size: 0.8rem;
    }
}

.carousel-header-row[b-rzv4076lt1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
    margin-bottom: 10px;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.product-list-header[b-rzv4076lt1] {
    font-family: 'League Spartan', serif;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
    color: #333;
}

/* Link style fix */
.look-for-more-link[b-rzv4076lt1] {
    font-weight: bold;
    font-size: 1rem;
    text-decoration: underline;
    color: #a76cc0;
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    transition: color 0.2s ease-in-out;
}

    .look-for-more-link:hover[b-rzv4076lt1] {
        color: #a354c4; /* Slightly darker purple on hover */
        text-decoration: underline;
    }

.breadcrumb[b-rzv4076lt1] {
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-family: 'League Spartan', sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    background: none;
}

    .breadcrumb a[b-rzv4076lt1] {
        color: #333;
        text-decoration: none;
        font-weight: 400;
        margin: 0;
        padding: 0;
    }

        .breadcrumb a:hover[b-rzv4076lt1] {
            text-decoration: underline;
            margin: 0;
            padding: 0;
        }

.breadcrumb-separator[b-rzv4076lt1] {
    margin: 0 0.4rem;
    font-weight: 400;
    color: #555;
    padding: 1rem;
}

.breadcrumb-current[b-rzv4076lt1] {
    font-weight: 400;
    color: #333;
    padding: 0;
    margin: 0;
}
/* /Shared/BlackFridayPopup.razor.rz.scp.css */
.popup-overlay[b-y4r042n0su] {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-color: rgba(0, 0, 0, 0.6) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    z-index: 99999 !important;
    animation: fadeIn-b-y4r042n0su 0.3s ease-in-out !important;
    padding: 20px !important;
    margin: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

    .popup-overlay.hide[b-y4r042n0su] {
        display: none;
    }

.popup-container[b-y4r042n0su] {
    position: relative;
    max-width: 350px;
    width: 100%;
    animation: slideDown-b-y4r042n0su 0.4s ease-out;
}

.popup-image[b-y4r042n0su] {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    display: block;
}

.close-button[b-y4r042n0su] {
    position: absolute !important;
    top: -15px !important;
    right: -15px !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    background-color: #a76dc1 !important;
    border: 2px solid #a76dc1 !important;
    color: #fff !important;
    font-size: 28px !important;
    font-weight: bold !important;
    cursor: pointer !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) !important;
    padding: 0 !important;
    margin: 0 !important;
    z-index: 100000 !important;
    pointer-events: auto !important;
}

    .close-button:hover[b-y4r042n0su] {
        background-color: #933ca8;
        border-color: #933ca8;
        transform: scale(1.1);
    }

    .close-button:active[b-y4r042n0su] {
        transform: scale(0.95);
    }

[b-y4r042n0su] .close-button {
    pointer-events: auto !important;
}

@keyframes fadeIn-b-y4r042n0su {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

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

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

@media (max-width: 600px) {
    .popup-container[b-y4r042n0su] {
        max-width: 90vw;
    }

    .close-button[b-y4r042n0su] {
        top: 10px;
        right: 10px;
        width: 36px;
        height: 36px;
        font-size: 24px;
    }

    .popup-overlay[b-y4r042n0su] {
        display: none !important;
    }
}
/* /Shared/Carousel.razor.rz.scp.css */
.carousel-item[b-d4fzw14rzj] {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    flex: 0 0 auto;
    overflow: hidden; /* Prevent content from overflowing */
    /* Set a consistent aspect ratio */
    padding-top: 37.5%; /* For a 8:3 aspect ratio (37.5% = 3/8 * 100) */
    height: 0; /* Height handled by padding-top */
}

    .carousel-item img[b-d4fzw14rzj] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-width: 1200px;
    }

/* Responsive design for smaller screens */
@media (max-width: 1200px) {
    .carousel-item img[b-d4fzw14rzj] {
        max-width: 100%;
    }
}

/* Fixed height for mobile */
@media (max-width: 768px) {
    .carousel-item[b-d4fzw14rzj] {
        padding-top: 66.67%; /* For a 3:2 aspect ratio on mobile */
    }
}

/* Even more compact for very small screens */
@media (max-width: 576px) {
    .carousel-item[b-d4fzw14rzj] {
        padding-top: 75%; /* For a 4:3 aspect ratio on smaller devices */
    }
}

.carousel-control-prev[b-d4fzw14rzj],
.carousel-control-next[b-d4fzw14rzj] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.6);
    z-index: 3;
    width: 50px;
    height: 50px;
}

.carousel-control-prev[b-d4fzw14rzj] {
    left: 10px;
}

.carousel-control-next[b-d4fzw14rzj] {
    right: 10px;
}

.carousel-caption[b-d4fzw14rzj] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    color: white;
    background-color: rgba(0, 0, 0, 0.2); /* Semi-transparent background */
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    margin: 0;
    transform: none;
}

    /* Style for "Czytaj Więcej" button */
    .carousel-caption .btn-primary[b-d4fzw14rzj] {
        background-color: #a76cc0; /* Match your theme color */
        border-color: #a76cc0;
        padding: 6px 15px;
        border-radius: 4px;
        transition: background-color 0.2s ease;
        margin-top: 5px;
        color: white;
        text-decoration: none;
        font-weight: 500;
    }

        .carousel-caption .btn-primary:hover[b-d4fzw14rzj] {
            background-color: #9e67b5; /* Darker shade for hover */
            border-color: #9e67b5;
        }

@media (max-width: 500px) {
    .carousel-caption[b-d4fzw14rzj] {
        bottom: 0;
        font-size: 0.9rem;
        background-color: rgba(0, 0, 0, 0.7); /* Darker background for better readability */
        width: 100%;
    }

        .carousel-caption h5[b-d4fzw14rzj] {
            margin-bottom: 5px;
            font-size: 1rem;
        }

        .carousel-caption p[b-d4fzw14rzj] {
            margin-bottom: 5px;
            font-size: 0.85rem;
        }

        .carousel-caption .btn-primary[b-d4fzw14rzj] {
            padding: 4px 10px;
            font-size: 0.85rem;
        }
}

.hamburger-menu[b-d4fzw14rzj] {
    z-index: 1;
}
/* /Shared/CarouselProducts.razor.rz.scp.css */
.product-carousel-container[b-grg9p8qy48] {
    margin: 20px 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.carousel-content-wrapper[b-grg9p8qy48] {
    width: 100%;
    max-width: calc(100% - 80px);
    margin: 0 auto;
}

.carousel-header[b-grg9p8qy48] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}

.product-list-header[b-grg9p8qy48] {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    text-align: left;
    font-family: 'League Spartan', sans-serif;
}

.look-for-more-link[b-grg9p8qy48] {
    color: #a76dc1;
    text-decoration: none;
    font-size: 16px;
    font-family: 'League Spartan', sans-serif;
    margin-top: 5px;
}

    .look-for-more-link:hover[b-grg9p8qy48] {
        text-decoration: underline;
    }

.product-carousel-wrapper[b-grg9p8qy48] {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    justify-content: center;
}

.product-carousel[b-grg9p8qy48] {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 10px 0;
    gap: 20px;
    width: 100%; /* Take full width of the wrapper */
}

    .product-carousel[b-grg9p8qy48]::-webkit-scrollbar {
        display: none;
    }

.product-carousel[b-grg9p8qy48] {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.product-card[b-grg9p8qy48] {
    flex: 0 0 auto;
    width: calc(33.33% - 20px);
    max-width: 300px;
    min-width: 250px;
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    background-color: white;
    transition: transform 0.2s ease-in-out;
    height: 400px; /* Fixed height for consistency */
    overflow: hidden;
}

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

.product-image-container[b-grg9p8qy48] {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
}

    .product-image-container:hover[b-grg9p8qy48] {
        transform: scale(1.05);
    }

.product-info[b-grg9p8qy48] {
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
    font-family: 'League Spartan', sans-serif;
}

.product-title-link[b-grg9p8qy48] {
    text-decoration: none;
    color: inherit;
}

.product-title[b-grg9p8qy48] {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}

.product-price[b-grg9p8qy48] {
    font-size: 18px;
    font-weight: bold;
    font-family: 'League Spartan', sans-serif;
    margin-bottom: 15px;
    color: #222;
}

.cart-button[b-grg9p8qy48] {
    background-color: #a76dc1;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    text-align: center;
    font-weight: 600;
    margin-top: auto;
}

    .cart-button:hover[b-grg9p8qy48] {
        background-color: #0056b3;
        transform: translateY(-2px);
    }

.carousel-control[b-grg9p8qy48] {
    width: 40px;
    height: 40px;
    background-color: #fff;
    color: #333;
    /*border: 1px solid #ddd;*/
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: all 0.2s ease;
}

    .carousel-control:hover[b-grg9p8qy48] {
        background-color: #b778d3;
        color: white;
    }

    .carousel-control.prev[b-grg9p8qy48] {
        left: 0;
    }

    .carousel-control.next[b-grg9p8qy48] {
        right: 0;
    }

@media (max-width: 1024px) {
    .product-card[b-grg9p8qy48] {
        width: calc(50% - 20px);
    }
}

@media (max-width: 768px) {
    .carousel-content-wrapper[b-grg9p8qy48] {
        max-width: calc(100% - 60px);
    }

    .carousel-control[b-grg9p8qy48] {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }
}

@media (max-width: 640px) {
    .carousel-content-wrapper[b-grg9p8qy48] {
        max-width: 100%;
    }

    .product-carousel[b-grg9p8qy48] {
        width: 90%;
        padding: 0 5px;
    }

    .product-card[b-grg9p8qy48] {
        width: 100%;
        min-width: 200px;
        height: 380px;
    }

    .product-image-container[b-grg9p8qy48] {
        height: 180px;
    }

    .carousel-control[b-grg9p8qy48] {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }

    /* Preserve your mobile layout */
    .carousel-header[b-grg9p8qy48] {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 0 10px;
    }

    .look-for-more-link[b-grg9p8qy48] {
        margin-top: 0;
    }
}
/* /Shared/CartCounter.razor.rz.scp.css */
/* CSS for CartCounter component */
.cart-counter[b-x11om6rs39] {
    display: flex;
    align-items: center;
    font-family: 'Playfair Display', serif; /* Use the same modern font */
    color: #333; /* Dark color for the icon and text */
    text-decoration: none;
    padding: 0.5em;
    border-radius: 4px;
    background-color: #f8f9fa; /* Light background */
    transition: background-color 0.3s, color 0.3s;
}

    .cart-counter:hover[b-x11om6rs39] {
        background-color: #e2e6ea; /* Slightly darker background on hover */
        color: #000; /* Darker text color on hover */
    }

    .cart-counter .badge[b-x11om6rs39] {
        margin-left: 0.5em;
        background-color: #a76cc0; /* Blue background for the badge */
        color: white;
        border-radius: 50%;
        padding: 0.2em 0.5em;
        font-size: 0.9rem;
    }

    .cart-counter i[b-x11om6rs39] {
        font-size: 1.2rem; /* Adjust icon size as needed */
    }
/* /Shared/Contact.razor.rz.scp.css */
/* Reset and base styles for this component */
.leone-contact-container *[b-gr5lxwxk78] {
    font-family: 'League Spartan', sans-serif !important;
    box-sizing: border-box !important;
}

/* Main Container */
.leone-contact-container[b-gr5lxwxk78] {
    min-height: 100vh;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.leone-contact-content[b-gr5lxwxk78] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1400px;
    width: 100%;
    min-height: 100vh;
    gap: 0;
}

/* Left Section - Text */
.leone-text-section[b-gr5lxwxk78] {
    background: white;
    padding: 4rem 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #000000;
}

.leone-intro-text[b-gr5lxwxk78] {
    margin-bottom: 3rem;
    line-height: 1.6;
    font-size: 1.1rem;
}

    .leone-intro-text p[b-gr5lxwxk78] {
        margin-bottom: 1.5rem;
    }

    .leone-intro-text strong[b-gr5lxwxk78] {
        font-weight: 700 !important;
        color: #000000;
    }

.leone-contact-info h3[b-gr5lxwxk78] {
    font-size: 1.4rem !important;
    font-weight: 700 !important;
    margin-bottom: 1.5rem;
    color: #000000;
    letter-spacing: 0.5px;
}

.leone-contact-details p[b-gr5lxwxk78] {
    margin-bottom: 0.8rem;
    font-size: 1rem;
    line-height: 1.4;
}

.leone-contact-details strong[b-gr5lxwxk78] {
    font-weight: 600 !important;
    color: #000000;
}

/* Right Section - Form */
.leone-form-section[b-gr5lxwxk78] {
    background: white;
    padding: 4rem 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .leone-form-section h2[b-gr5lxwxk78] {
        font-size: 2rem !important;
        font-weight: 700 !important;
        margin-bottom: 2rem;
        color: #000000;
        text-align: center;
        letter-spacing: 0.5px;
    }

/* Contact Form */
.leone-contact-form[b-gr5lxwxk78] {
    width: 100% !important;
    margin: 0 auto;
}

.leone-form-group[b-gr5lxwxk78] {
    margin-bottom: 1.5rem !important;
    position: relative;
}

.leone-form-label[b-gr5lxwxk78] {
    display: block !important;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    color: #000000 !important;
    margin-bottom: 0.5rem !important;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    font-family: 'League Spartan', sans-serif !important;
}

/* Force input styles with maximum specificity and CSS variables */
:root[b-gr5lxwxk78] {
    --leone-input-bg: #f8f9fa;
    --leone-input-bg-hover: #ffffff;
    --leone-input-bg-focus: #ffffff;
    --leone-input-border: #dcc4e6;
    --leone-input-border-hover: #c4a1d1;
    --leone-input-border-focus: #a76dc1;
    --leone-input-text: #333333;
}

/* Ultimate specificity for inputs */
.leone-contact-container .leone-contact-form .leone-form-group .leone-form-input[type="text"][b-gr5lxwxk78],
.leone-contact-container .leone-contact-form .leone-form-group .leone-form-input[type="email"][b-gr5lxwxk78],
.leone-contact-container .leone-contact-form .leone-form-group .leone-form-input[b-gr5lxwxk78],
.leone-contact-container .leone-contact-form .leone-form-group input.leone-form-input[b-gr5lxwxk78],
.leone-contact-container .leone-contact-form .leone-form-group textarea.leone-form-input[b-gr5lxwxk78],
input.leone-form-input[b-gr5lxwxk78],
textarea.leone-form-input[b-gr5lxwxk78] {
    all: unset !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 1rem !important;
    margin: 0 !important;
    background: var(--leone-input-bg) !important;
    background-color: var(--leone-input-bg) !important;
    border: 2px solid var(--leone-input-border) !important;
    border-radius: 0px !important;
    font-size: 1rem !important;
    font-family: 'League Spartan', sans-serif !important;
    color: var(--leone-input-text) !important;
    line-height: 1.4 !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
    outline: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    resize: none !important;
}

    .leone-contact-container .leone-contact-form .leone-form-group .leone-form-input:focus[b-gr5lxwxk78],
    .leone-contact-container .leone-contact-form .leone-form-group input.leone-form-input:focus[b-gr5lxwxk78],
    .leone-contact-container .leone-contact-form .leone-form-group textarea.leone-form-input:focus[b-gr5lxwxk78],
    input.leone-form-input:focus[b-gr5lxwxk78],
    textarea.leone-form-input:focus[b-gr5lxwxk78] {
        background: var(--leone-input-bg-focus) !important;
        background-color: var(--leone-input-bg-focus) !important;
        border-color: var(--leone-input-border-focus) !important;
        box-shadow: 0 0 0 3px rgba(167, 109, 193, 0.15), 0 2px 8px rgba(0, 0, 0, 0.1) !important;
        -webkit-box-shadow: 0 0 0 3px rgba(167, 109, 193, 0.15), 0 2px 8px rgba(0, 0, 0, 0.1) !important;
        outline: none !important;
    }

    .leone-contact-container .leone-contact-form .leone-form-group .leone-form-input:hover[b-gr5lxwxk78],
    .leone-contact-container .leone-contact-form .leone-form-group input.leone-form-input:hover[b-gr5lxwxk78],
    .leone-contact-container .leone-contact-form .leone-form-group textarea.leone-form-input:hover[b-gr5lxwxk78],
    input.leone-form-input:hover[b-gr5lxwxk78],
    textarea.leone-form-input:hover[b-gr5lxwxk78] {
        background: var(--leone-input-bg-hover) !important;
        background-color: var(--leone-input-bg-hover) !important;
        border-color: var(--leone-input-border-hover) !important;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12) !important;
        -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12) !important;
    }

    /* Placeholder styling with maximum specificity */
    .leone-contact-container .leone-contact-form .leone-form-group .leone-form-input[b-gr5lxwxk78]::placeholder,
    .leone-contact-container .leone-contact-form .leone-form-group input.leone-form-input[b-gr5lxwxk78]::placeholder,
    .leone-contact-container .leone-contact-form .leone-form-group textarea.leone-form-input[b-gr5lxwxk78]::placeholder {
        color: #888888 !important;
        opacity: 1 !important;
    }

    .leone-contact-container .leone-contact-form .leone-form-group .leone-form-input[b-gr5lxwxk78]::-webkit-input-placeholder,
    .leone-contact-container .leone-contact-form .leone-form-group input.leone-form-input[b-gr5lxwxk78]::-webkit-input-placeholder,
    .leone-contact-container .leone-contact-form .leone-form-group textarea.leone-form-input[b-gr5lxwxk78]::-webkit-input-placeholder {
        color: #888888 !important;
    }

    .leone-contact-container .leone-contact-form .leone-form-group .leone-form-input[b-gr5lxwxk78]::-moz-placeholder,
    .leone-contact-container .leone-contact-form .leone-form-group input.leone-form-input[b-gr5lxwxk78]::-moz-placeholder,
    .leone-contact-container .leone-contact-form .leone-form-group textarea.leone-form-input[b-gr5lxwxk78]::-moz-placeholder {
        color: #888888 !important;
    }

    .leone-contact-container .leone-contact-form .leone-form-group .leone-form-input:-ms-input-placeholder[b-gr5lxwxk78],
    .leone-contact-container .leone-contact-form .leone-form-group input.leone-form-input:-ms-input-placeholder[b-gr5lxwxk78],
    .leone-contact-container .leone-contact-form .leone-form-group textarea.leone-form-input:-ms-input-placeholder[b-gr5lxwxk78] {
        color: #888888 !important;
    }

/* Textarea specific styles with ultimate specificity */
.leone-contact-container .leone-contact-form .leone-form-group .leone-form-textarea[b-gr5lxwxk78],
.leone-contact-container .leone-contact-form .leone-form-group textarea.leone-form-textarea[b-gr5lxwxk78],
textarea.leone-form-textarea[b-gr5lxwxk78] {
    resize: vertical !important;
    min-height: 120px !important;
    max-height: 300px !important;
    font-family: 'League Spartan', sans-serif !important;
    width: 100% !important;
    max-width: 100% !important;
}

/* Checkbox Group */
.leone-checkbox-group[b-gr5lxwxk78] {
    margin-bottom: 2rem !important;
}

.leone-checkbox-label[b-gr5lxwxk78] {
    display: flex !important;
    align-items: flex-start;
    gap: 0.75rem;
    cursor: pointer;
    font-weight: 400 !important;
    text-transform: none;
    line-height: 1.4;
    color: #000000;
}

.leone-checkbox-input[b-gr5lxwxk78] {
    margin-top: 0.1rem !important;
    width: 18px !important;
    height: 18px !important;
    accent-color: #a76dc1 !important;
    cursor: pointer;
    flex-shrink: 0;
}

.leone-checkbox-text[b-gr5lxwxk78] {
    font-size: 0.9rem !important;
    flex: 1;
    font-family: 'League Spartan', sans-serif !important;
}

/* Submit Button */
.leone-submit-btn[b-gr5lxwxk78] {
    width: 100% !important;
    height: auto !important;
    background: #000000 !important;
    color: #ffffff !important;
    border: none !important;
    padding: 1.2rem 2rem !important;
    font-size: 1.1rem !important;
    font-weight: 400 !important;
    font-family: 'League Spartan', sans-serif !important;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    margin-bottom: 1.5rem;
    box-sizing: border-box !important;
    border-radius: 8px !important;
    outline: none !important;
}

    .leone-submit-btn:hover[b-gr5lxwxk78] {
        background: #333333 !important;
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(220, 196, 230, 0.4) !important;
    }

    .leone-submit-btn:active[b-gr5lxwxk78] {
        transform: translateY(0);
        box-shadow: 0 2px 8px rgba(220, 196, 230, 0.3) !important;
    }

    .leone-submit-btn:disabled[b-gr5lxwxk78] {
        background: #666666 !important;
        cursor: not-allowed !important;
        transform: none;
    }

/* Custom Spinner */
.leone-spinner[b-gr5lxwxk78] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.leone-spinner-border[b-gr5lxwxk78] {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #ffffff;
    border-right-color: transparent;
    border-radius: 50%;
    animation: leone-spin-b-gr5lxwxk78 1s linear infinite;
}

@keyframes leone-spin-b-gr5lxwxk78 {
    to {
        transform: rotate(360deg);
    }
}

/* Alerts */
.leone-alert[b-gr5lxwxk78] {
    padding: 1rem !important;
    border-radius: 8px !important;
    margin-bottom: 1rem !important;
    font-family: 'League Spartan', sans-serif !important;
}

.leone-success-alert[b-gr5lxwxk78] {
    background: #e8f5e8 !important;
    border: 1px solid #4caf50 !important;
    color: #2e7d32 !important;
}

.leone-error-alert[b-gr5lxwxk78] {
    background: #ffeaea !important;
    border: 1px solid #f44336 !important;
    color: #c62828 !important;
}

.leone-alert strong[b-gr5lxwxk78] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600 !important;
}

.leone-alert p[b-gr5lxwxk78] {
    margin: 0 !important;
    font-size: 0.9rem !important;
}

/* Validation */
.leone-validation-summary[b-gr5lxwxk78] {
    background: #ffeaea !important;
    border: 1px solid #f44336 !important;
    border-radius: 8px !important;
    padding: 1rem !important;
    margin-bottom: 1rem !important;
    color: #c62828 !important;
    font-family: 'League Spartan', sans-serif !important;
}

.leone-validation-message[b-gr5lxwxk78] {
    color: #c62828 !important;
    font-size: 0.85rem !important;
    margin-top: 0.25rem !important;
    font-family: 'League Spartan', sans-serif !important;
    display: block !important;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .leone-contact-content[b-gr5lxwxk78] {
        grid-template-columns: 1fr;
    }

    .leone-text-section[b-gr5lxwxk78],
    .leone-form-section[b-gr5lxwxk78] {
        padding: 2.5rem 2rem;
    }

        .leone-form-section h2[b-gr5lxwxk78] {
            font-size: 1.8rem !important;
        }
}

@media (max-width: 768px) {
    .leone-text-section[b-gr5lxwxk78],
    .leone-form-section[b-gr5lxwxk78] {
        padding: 2rem 1.5rem;
    }

    .leone-intro-text[b-gr5lxwxk78] {
        font-size: 1rem;
        margin-bottom: 2rem;
    }

    .leone-contact-info h3[b-gr5lxwxk78] {
        font-size: 1.2rem !important;
    }

    .leone-form-section h2[b-gr5lxwxk78] {
        font-size: 1.6rem !important;
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 480px) {
    .leone-contact-container[b-gr5lxwxk78] {
        padding: 0;
    }

    .leone-text-section[b-gr5lxwxk78],
    .leone-form-section[b-gr5lxwxk78] {
        padding: 1.5rem 1rem;
    }

    .leone-intro-text[b-gr5lxwxk78] {
        font-size: 0.95rem;
    }

    .leone-form-section h2[b-gr5lxwxk78] {
        font-size: 1.4rem !important;
    }

    .leone-form-input[b-gr5lxwxk78] {
        padding: 0.8rem !important;
    }

    .leone-submit-btn[b-gr5lxwxk78] {
        padding: 1rem 1.5rem !important;
        font-size: 1rem !important;
    }
}
/* /Shared/FeatureHighligts.razor.rz.scp.css */
.feature-section[b-klxrtnevio] {
    width: 100vw;
    padding: 3rem 1rem;
    background-color: transparent;
    text-align: center;
    box-sizing: border-box;
}

.feature-header[b-klxrtnevio] {
    font-family: 'League Spartan', serif;
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 2rem;
    color: #222;
}

.feature-highlights[b-klxrtnevio] {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    gap: 2rem;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
    box-sizing: border-box;
}

.feature[b-klxrtnevio] {
    flex: 1 1 300px;
    max-width: 400px;
    text-align: center;
}

    .feature img[b-klxrtnevio] {
        width: 80px;
        height: auto;
        margin-bottom: 1rem;
    }

.feature-title[b-klxrtnevio] {
    font-family: 'League Spartan', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    color: #333;
}

.feature-description[b-klxrtnevio] {
    font-family: 'League Spartan', sans-serif;
    font-weight: 400;
    font-size: 0.95rem;
    color: #555;
}
/* /Shared/Footer.razor.rz.scp.css */
.footer-container[b-8w6t5db6jv] {
    background-color: #f8f8f8;
    color: #333;
    padding: 2rem 0 0.5rem;
    margin-top: 2rem;
    border-top: 1px solid #eaeaea;
    font-family: 'League Spartan', sans-serif;
}

.footer-content[b-8w6t5db6jv] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.footer-section[b-8w6t5db6jv] {
    flex: 1;
    min-width: 250px;
    margin-bottom: 1.5rem;
    padding: 0 1rem;
}

.footer-tagline[b-8w6t5db6jv] {
    font-family: 'League Spartan', sans-serif;
    font-size: 1.5rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 1rem;
    text-shadow: 0.5px 0 0 currentColor, -0.5px 0 0 currentColor;
    transform: scale(1.02);
    letter-spacing: -0.25px;
}


    .footer-section h4[b-8w6t5db6jv] {
        color: #a76cc0;
        margin-bottom: 1rem;
        font-size: 1.2rem;
        font-weight: 600;
        position: relative;
        padding-bottom: 0.5rem;
    }

        .footer-section h4[b-8w6t5db6jv]::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 50px;
            height: 2px;
            background-color: #a76cc0;
        }

    .footer-section p[b-8w6t5db6jv] {
        line-height: 1.6;
        color: #666;
        margin-bottom: 1rem;
    }

.footer-links[b-8w6t5db6jv] {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-links li[b-8w6t5db6jv] {
        margin-bottom: 0.5rem;
    }

    .footer-links a[b-8w6t5db6jv] {
        color: #666;
        text-decoration: none;
        transition: color 0.2s ease;
        font-size: 0.95rem;
    }

        .footer-links a:hover[b-8w6t5db6jv] {
            color: #a76cc0;
        }

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

    .social-icons a[b-8w6t5db6jv] {
        color: #666;
        font-size: 1.1rem;
        transition: color 0.2s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background-color: #f1f1f1;
    }

        .social-icons a:hover[b-8w6t5db6jv] {
            color: #ff6666;
            background-color: #f8f8f8;
        }

.footer-bottom[b-8w6t5db6jv] {
    text-align: center;
    padding-top: 1.5rem;
    margin-top: 1rem;
    border-top: 1px solid #eaeaea;
    font-size: 0.85rem;
    color: #888;
}

    .footer-bottom p[b-8w6t5db6jv] {
        margin: 0.5rem 0;
    }

    .footer-bottom a[b-8w6t5db6jv] {
        color: #666;
        text-decoration: none;
        transition: color 0.2s ease;
    }

        .footer-bottom a:hover[b-8w6t5db6jv] {
            color: #ff6666;
        }

/* Mobile Responsiveness */
@media (max-width: 900px) {
    .footer-content[b-8w6t5db6jv] {
        flex-direction: column;
    }

    .footer-section[b-8w6t5db6jv] {
        min-width: 100%;
        padding: 0 1.5rem;
    }
}

@media (max-width: 640px) {
    .footer-container[b-8w6t5db6jv] {
        padding: 1.5rem 0 0.5rem;
    }

    .footer-section h4[b-8w6t5db6jv] {
        font-size: 1.1rem;
    }

    .footer-section[b-8w6t5db6jv] {
        margin-bottom: 1.25rem;
        padding: 0 1rem;
    }

    .footer-bottom[b-8w6t5db6jv] {
        font-size: 0.8rem;
    }
}
/* /Shared/Guest-order-success.razor.rz.scp.css */
.order-success-container[b-vbxfz9upfi] {
    max-width: 800px;
    margin: 0 auto;
    font-family: 'League Spartan', sans-serif;
}

.order-success-header[b-vbxfz9upfi] {
    text-align: center;
    margin-bottom: 2rem;
}

.order-card[b-vbxfz9upfi] {
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.order-card-header[b-vbxfz9upfi] {
    border-bottom: 1px solid #ddd;
    margin-bottom: 1rem;
}

.status-badge[b-vbxfz9upfi] {
    background-color: #28a745;
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
}

.order-table[b-vbxfz9upfi] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
}

    .order-table th[b-vbxfz9upfi],
    .order-table td[b-vbxfz9upfi] {
        padding: 0.75rem;
        border-bottom: 1px solid #eee;
    }

.summary-row[b-vbxfz9upfi],
.discount-row[b-vbxfz9upfi],
.total-row[b-vbxfz9upfi] {
    font-weight: bold;
}

.contact-info[b-vbxfz9upfi] {
    margin-top: 3rem;
    text-align: center;
}

.contact-card[b-vbxfz9upfi] {
    border-top: 1px solid #ddd;
    padding-top: 1.5rem;
    max-width: 600px;
    margin: 0 auto;
}

.action-buttons[b-vbxfz9upfi] {
    margin-top: 2rem;
    text-align: center;
}
.loading-container[b-vbxfz9upfi] {
    display: flex; 
    flex-direction: column; 
    align-items: center;
    margin: 2rem 0;
}

.spinner-border[b-vbxfz9upfi] {
    width: 3rem;
    height: 3rem;
    border-width: 0.3em;
    border-style: solid;
    border-color: #0d6efd;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spinner-border-b-vbxfz9upfi 1.5s linear infinite; 
}
@keyframes spinner-border-b-vbxfz9upfi {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border[b-vbxfz9upfi] {
    width: 3rem;
    height: 3rem;
    border-width: 0.3em;
}
/* /Shared/HomeButton.razor.rz.scp.css */
.home-button[b-kxkpmwoc56] {
    white-space: nowrap;
    margin-right: 1px;
    border-color: transparent;
}
.home-button :hover[b-kxkpmwoc56] {
    white-space: nowrap;
    margin-right: 1px;
    border-color: transparent;
}

.logo[b-kxkpmwoc56] {
    width: 200px;
    height: auto;
    max-width: none;
}

/* /Shared/MainLayout.razor.rz.scp.css */
/* Main header section styling */
.header-section[b-xgbt6kfs1j] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
    max-width: 100%;
    flex-wrap: wrap; /* Allow wrapping for smaller screens */
}

/* Controls in the center of the header */
.centered-controls[b-xgbt6kfs1j] {
    display: flex;
    justify-content: space-between;
    flex: 1; /* Allows it to take the available space */
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap; /* Allow wrapping for smaller screens */
}

/* Navigation menu styling */
.nav-menu[b-xgbt6kfs1j] {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    transition: max-height 0.3s ease-out;
}

.collapsed[b-xgbt6kfs1j] {
    display: none; /* Hide the menu when collapsed */
}

.expanded[b-xgbt6kfs1j] {
    display: flex; /* Show the menu when expanded */
    flex-direction: column;
}

/* Display the navbar-toggler on screens smaller than 768px */
@media (max-width: 768px) {
    .navbar-toggler[b-xgbt6kfs1j] {
        display: block; /* Show the toggle button */
        background: transparent;
        border: none;
        cursor: pointer;
    }

    .navbar-toggler-icon[b-xgbt6kfs1j] {
        width: 30px;
        height: 30px;
        background-image: url('data:image/svg+xml,...'); /* Replace with actual icon */
    }
}

/* Hide the navbar-toggler on larger screens */
@media (min-width: 769px) {
    .navbar-toggler[b-xgbt6kfs1j] {
        display: none; /* Hide the toggle button on larger screens */
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
/* General styling for the navigation menu */
.navbar[b-vzr319j8g0] {
    background-color: #333; /* Dark background for the navbar */
    padding: 0.5rem 1rem;
}

.navbar-brand[b-vzr319j8g0] {
    color: white; /* Adjust text color */
    font-size: 1.5rem;
    text-decoration: none;
}

.navbar-toggler[b-vzr319j8g0] {
    border: none;
    background: transparent;
}
div.top-row navbar navbar-dark[b-vzr319j8g0] {
    z-index: 0;
}
.navbar-toggler-icon[b-vzr319j8g0] {
    background-image: url('data:image/svg+xml,...'); /* Add your icon here */
}

.nav-menu[b-vzr319j8g0] {
    display: flex;
    flex-direction: column;
    background-color: #333; /* Dark background for the menu */
    padding: 1rem;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none; /* Hide by default */
    z-index: 0;
}

.nav-item[b-vzr319j8g0] {
    margin: 0.5rem 0;
}

.nav-link[b-vzr319j8g0] {
    color: white;
    text-decoration: none;
    padding: 0.5rem 1rem;
    display: block;
}

    .nav-link:hover[b-vzr319j8g0],
    .nav-link.active[b-vzr319j8g0] {
        background-color: darkgray; /* Highlight the link on hover and when active */
        color: black;
    }

/* Responsive styling */
@media (max-width: 768px) {
    .navbar-toggler[b-vzr319j8g0] {
        display: block; /* Show the toggle button on small screens */
    }

    .navbar-collapse.show .nav-menu[b-vzr319j8g0] {
        display: flex; /* Show menu when toggled */
    }
}

@media (min-width: 769px) {
    .nav-menu[b-vzr319j8g0] {
        display: flex;
        flex-direction: row; /* Display items horizontally on larger screens */
        position: static; /* Reset position for larger screens */
        width: auto; /* Adjust width for larger screens */
    }

    .navbar-toggler[b-vzr319j8g0] {
        display: none; /* Hide the toggle button on larger screens */
    }
}
/* /Shared/NewsFlash.razor.rz.scp.css */
.news-flash[b-f4a5t82thc] {
    width: 100vw;
    height: 40px;
    overflow: hidden;
    background-color: rgba(167, 108, 192, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1100;
    display: flex;
    align-items: center;
    margin-left: calc(-50vw + 50%);
    font-family: 'League Spartan', sans-serif;
}

.news-content[b-f4a5t82thc] {
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    will-change: transform;
    animation: scroll-left-b-f4a5t82thc 20s linear infinite;
    padding: 0 15px;
}

.news-flash:hover .news-content[b-f4a5t82thc] {
    animation-play-state: paused;
}

@keyframes scroll-left-b-f4a5t82thc {
    0% {
        transform: translateX(100vw);
    }

    100% {
        transform: translateX(-100%);
    }
}

.news-content span[b-f4a5t82thc] {
    margin-right: 150px;
    white-space: nowrap;
    font-family: 'League Spartan', sans-serif;
    font-weight: 500;
}

.news-content a[b-f4a5t82thc] {
    color: #333;
    text-decoration: none;
    transition: color 0.2s;
    font-weight: 600;
    font-family: 'League Spartan', sans-serif;
}

    .news-content a:hover[b-f4a5t82thc] {
        color: #000;
        text-decoration: none;
    }

@media (max-width: 768px) {
    .news-flash[b-f4a5t82thc] {
        height: 35px;
    }

    .news-content span[b-f4a5t82thc] {
        margin-right: 100px;
    }
}
/* /Shared/ProductList.razor.rz.scp.css */
/* ProductList Component Styles */

.product-container[b-v2lqtpkgdv],
.product-card[b-v2lqtpkgdv],
.product-info[b-v2lqtpkgdv],
.product-title[b-v2lqtpkgdv],
.product-price[b-v2lqtpkgdv],
.cart-button[b-v2lqtpkgdv],
.pagination-container[b-v2lqtpkgdv],
.pagination-button[b-v2lqtpkgdv],
.breadcrumb[b-v2lqtpkgdv],
.breadcrumb-current[b-v2lqtpkgdv],
.breadcrumb a[b-v2lqtpkgdv],
.product-list-header[b-v2lqtpkgdv] {
    font-family: 'League Spartan', sans-serif !important;
}

.product-container[b-v2lqtpkgdv] {
    width: 100vw;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 25px;
    justify-items: center;
    padding: 0 1rem;
    box-sizing: border-box;
}

.homepage-header[b-v2lqtpkgdv] {
    margin-bottom: 0.5rem !important;
    font-size: 1.75rem;
    font-weight: 600;
    color: #333;
    text-align: start;
}

.product-card[b-v2lqtpkgdv] {
    width: 100%;
    border-radius: 8px;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

    .product-card:hover[b-v2lqtpkgdv] {
        transform: translateY(-5px);
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
    }

.product-image-container[b-v2lqtpkgdv] {
    position: relative;
    height: 250px;
    background-size: cover;
    background-position: center;
    display: block;
    transition: transform 0.3s ease;
}

.product-card:hover .product-image-container[b-v2lqtpkgdv] {
    transform: scale(1.05);
}

.product-info[b-v2lqtpkgdv] {
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.product-title-link[b-v2lqtpkgdv] {
    text-decoration: none;
    color: inherit;
}

.product-title[b-v2lqtpkgdv] {
    font-size: 1.1rem;
    font-weight: 100;
    margin: 0 0 10px 0;
    color: #333;
    font-family: 'League Spartan', serif;
    height: 2.5rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-price[b-v2lqtpkgdv] {
    font-size: 1.1rem;
    font-weight: 50;
    color: #000000;
    margin-bottom: 15px;
}

.cart-button[b-v2lqtpkgdv] {
    margin-top: auto;
    padding: 8px 15px;
    background-color: #a76cc0;
    color: white;
    border: none;
    border-radius: 0px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease;
    align-self: flex-start;
    width: auto;
}

    .cart-button:hover[b-v2lqtpkgdv] {
        background-color: #a354c4;
    }

.add-to-cart-button[b-v2lqtpkgdv] {
    display: inline-block;
}

.sold-out-actions[b-v2lqtpkgdv] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: auto;
    width: 100%;
}

.sold-out-button[b-v2lqtpkgdv] {
    background-color: #888;
    cursor: not-allowed;
    color: #eee;
    font-weight: 500;
    padding: 8px 15px;
    border-radius: 0px;
    width: auto;
    text-align: center;
    pointer-events: none;
}

    .sold-out-button:hover[b-v2lqtpkgdv] {
        background-color: #777;
    }

.notify-button[b-v2lqtpkgdv] {
    background-color: #a76cc0;
    color: white;
    font-weight: 500;
    padding: 8px 15px;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    width: auto;
    text-align: center;
    display: inline-block;
    pointer-events: auto;
}

    .notify-button:hover[b-v2lqtpkgdv] {
        background-color: #a354c4;
    }

    .notify-button:active[b-v2lqtpkgdv] {
        background-color: #8b3ca6;
    }

.pagination-container[b-v2lqtpkgdv] {
    display: flex;
    justify-content: center;
    margin: 30px 0;
    flex-wrap: wrap;
}

.pagination-button[b-v2lqtpkgdv] {
    margin: 0 5px 10px;
    padding: 8px 15px;
    background-color: #fff;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.2s ease;
}

    .pagination-button:hover[b-v2lqtpkgdv] {
        background-color: #f8f8f8;
        border-color: #ccc;
    }

    .pagination-button.active[b-v2lqtpkgdv] {
        background-color: #ff6666;
        color: white;
        border-color: #ff6666;
    }

.product-list-no-products[b-v2lqtpkgdv] {
    display: block;
    text-align: center;
    padding: 30px;
    color: #666;
    font-size: 1.1rem;
}

.carousel-header-row[b-v2lqtpkgdv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
    margin-bottom: 10px;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.product-list-header[b-v2lqtpkgdv] {
    font-family: 'League Spartan', serif;
    font-size: 1.5rem;
    font-weight: 600;
    padding-left: 15px;
    margin: 0;
    color: #333;
}

.look-for-more-link[b-v2lqtpkgdv] {
    font-weight: bold;
    font-size: 1rem;
    text-decoration: underline;
    color: #a76cc0;
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    transition: color 0.2s ease-in-out;
}

    .look-for-more-link:hover[b-v2lqtpkgdv] {
        color: #a354c4;
        text-decoration: underline;
    }

.breadcrumb[b-v2lqtpkgdv] {
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-family: 'League Spartan', sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    background: none;
    padding-left: 15px;
}

    .breadcrumb a[b-v2lqtpkgdv] {
        color: #333;
        text-decoration: none;
        font-weight: 400;
        margin: 0;
        padding: 0;
    }

        .breadcrumb a:hover[b-v2lqtpkgdv] {
            text-decoration: underline;
            margin: 0;
            padding: 0;
        }

.breadcrumb-separator[b-v2lqtpkgdv] {
    margin: 0 0.4rem;
    font-weight: 400;
    color: #555;
    padding: 1rem;
}

.breadcrumb-current[b-v2lqtpkgdv] {
    font-weight: 400;
    color: #333;
    padding: 0;
    margin: 0;
}

.no-products-message[b-v2lqtpkgdv] {
    display: block;
    text-align: center;
    padding: 30px;
    color: #666;
    font-size: 1.1rem;
}

.sold-out-card[b-v2lqtpkgdv] {
    opacity: 0.7;
    cursor: not-allowed;
    pointer-events: none;
}

    .sold-out-card:hover[b-v2lqtpkgdv] {
        transform: none;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .sold-out-card .product-image-container:hover[b-v2lqtpkgdv] {
        transform: none;
    }

/* Modal Styles */
.modal-overlay[b-v2lqtpkgdv] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content[b-v2lqtpkgdv] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    max-width: 400px;
    width: 90%;
    z-index: 1001;
    animation: slideUp-b-v2lqtpkgdv 0.3s ease;
}

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

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

.modal-header[b-v2lqtpkgdv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #eee;
}

    .modal-header h3[b-v2lqtpkgdv] {
        margin: 0;
        font-size: 1.3rem;
        color: #333;
        font-family: 'League Spartan', sans-serif;
        font-weight: 600;
    }

.modal-close[b-v2lqtpkgdv] {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #666;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease;
}

    .modal-close:hover[b-v2lqtpkgdv] {
        color: #333;
    }

.modal-body[b-v2lqtpkgdv] {
    padding: 20px;
}

    .modal-body p[b-v2lqtpkgdv] {
        margin: 0 0 20px 0;
        color: #666;
        font-family: 'League Spartan', sans-serif;
        font-size: 0.95rem;
    }

.form-group[b-v2lqtpkgdv] {
    margin-bottom: 20px;
}

    .form-group label[b-v2lqtpkgdv] {
        display: block;
        margin-bottom: 8px;
        color: #333;
        font-weight: 500;
        font-family: 'League Spartan', sans-serif;
    }

    .form-group input[b-v2lqtpkgdv] {
        width: 100%;
        padding: 10px 12px;
        border: 1px solid #ddd;
        border-radius: 4px;
        font-size: 1rem;
        font-family: 'League Spartan', sans-serif;
        box-sizing: border-box;
        transition: border-color 0.2s ease;
    }

        .form-group input:focus[b-v2lqtpkgdv] {
            outline: none;
            border-color: #a76cc0;
            box-shadow: 0 0 0 3px rgba(167, 108, 192, 0.1);
        }

.modal-actions[b-v2lqtpkgdv] {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.modal-button[b-v2lqtpkgdv] {
    padding: 10px 20px;
    border: none;
    border-radius: 0px;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: 'League Spartan', sans-serif;
    flex: 1;
}

.modal-cancel[b-v2lqtpkgdv] {
    background-color: #f0f0f0;
    color: #333;
    border: 1px solid #ddd;
}

    .modal-cancel:hover[b-v2lqtpkgdv] {
        background-color: #e8e8e8;
        border-color: #bbb;
    }

.modal-submit[b-v2lqtpkgdv] {
    background-color: #a76cc0;
    color: white;
}

    .modal-submit:hover[b-v2lqtpkgdv] {
        background-color: #a354c4;
    }

    .modal-submit:active[b-v2lqtpkgdv] {
        background-color: #8b3ca6;
    }

.modal-legal-text[b-v2lqtpkgdv] {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

    .modal-legal-text p[b-v2lqtpkgdv] {
        margin: 0 0 10px 0;
        font-size: 0.8rem;
        color: #777;
        font-family: 'League Spartan', sans-serif;
        line-height: 1.4;
    }

        .modal-legal-text p:last-child[b-v2lqtpkgdv] {
            margin-bottom: 0;
        }

    .modal-legal-text a[b-v2lqtpkgdv] {
        color: #a76cc0;
        text-decoration: none;
        transition: color 0.2s ease;
    }

        .modal-legal-text a:hover[b-v2lqtpkgdv] {
            color: #a354c4;
            text-decoration: underline;
        }

/* Tablet Styles */
@media (max-width: 1023.98px) {
    .product-container[b-v2lqtpkgdv] {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        grid-gap: 20px;
    }

    .product-image-container[b-v2lqtpkgdv] {
        height: 200px;
    }

    .product-title[b-v2lqtpkgdv] {
        font-size: 1rem;
    }
}

/* Mobile Styles */
@media (max-width: 640px) {
    .product-container[b-v2lqtpkgdv] {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        grid-gap: 15px;
    }

    .product-image-container[b-v2lqtpkgdv] {
        height: 180px;
    }

    .product-info[b-v2lqtpkgdv] {
        padding: 10px;
    }

    .product-title[b-v2lqtpkgdv] {
        font-size: 0.9rem;
        height: 2.3rem;
        margin-bottom: 8px;
    }

    .product-price[b-v2lqtpkgdv] {
        font-size: 0.9rem;
        margin-bottom: 10px;
    }

    .cart-button[b-v2lqtpkgdv] {
        padding: 6px 10px;
        font-size: 0.8rem;
    }

    .notify-button[b-v2lqtpkgdv] {
        padding: 6px 10px;
        font-size: 0.8rem;
    }

    .sold-out-button[b-v2lqtpkgdv] {
        padding: 6px 10px;
        font-size: 0.8rem;
    }

    .sold-out-actions[b-v2lqtpkgdv] {
        gap: 6px;
    }

    .modal-content[b-v2lqtpkgdv] {
        max-width: 90vw;
        width: 100%;
    }
}
/* /Shared/Search.razor.rz.scp.css */
.search-container[b-ybedyoj5z1] {
    display: flex;
    align-items: center;
    background-color: #f8f9fa; /* Light background for the input */
    border: 1px solid #ced4da; /* Border around the input */
    border-radius: 0.25rem; /* Rounded corners */
}

    .search-container input[b-ybedyoj5z1] {
        border: none;
        outline: none;
        padding: 0.5rem;
        flex: 1;
        border-radius: 0.25rem 0 0 0.25rem; /* Rounded corners on the left side */
    }

    .search-container button[b-ybedyoj5z1] {
        border: none;
        background: transparent; /* Remove background color */
        padding: 0.5rem;
        cursor: pointer;
        border-radius: 0 0.25rem 0.25rem 0; /* Rounded corners on the right side */
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .search-container button .oi[b-ybedyoj5z1] {
            color: #007bff; /* Color of the icon */
            font-size: 1.2rem; /* Size of the icon */
        }

        .search-container button:hover .oi[b-ybedyoj5z1] {
            color: #0056b3; /* Darker shade on hover */
        }

    .search-container input:focus[b-ybedyoj5z1] {
        box-shadow: none; /* Remove default focus shadow */
    }
/* /Shared/ShopLayout.razor.rz.scp.css */
/* Updated navigation layout - key changes marked with comments */

.page-container[b-d0c7azv4q5] {
    display: flex;
    justify-content: center;
    width: 100vw;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

.page[b-d0c7azv4q5] {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.content[b-d0c7azv4q5] {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0rem;
    padding-bottom: 0rem;
    margin-top: 100px; /* Push content down to prevent overlap with navigation */
}

.news-flash-container[b-d0c7azv4q5] {
    width: 100%;
    z-index: 1100;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.top-navigation[b-d0c7azv4q5] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 0.5rem 1rem;
    margin-top: 2rem;
    position: relative;
    z-index: 900;
}

/* FIXED: Allow nav-left to grow with content but maintain balance */
.nav-left[b-d0c7azv4q5] {
    display: flex;
    align-items: flex-start;
    align-self: flex-start;
    flex: 1 1 auto; /* Changed from 0 0 0px - now can grow and shrink */
    max-width: 35%; /* Limit how much it can grow to prevent logo displacement */
    position: relative;
    min-height: 40px;
    overflow: visible;
}

/* FIXED: Logo container maintains center position */
.logo-container[b-d0c7azv4q5] {
    display: flex;
    justify-content: center;
    flex: 1 1 auto; /* Flexible but maintains center priority */
    align-items: flex-start;
    position: absolute; /* Position absolutely to maintain center */
    left: 50%;
    transform: translateX(-50%); /* Perfect centering */
    top: 0;
    z-index: 950; /* Below top-right-controls but above nav */
}

/* FIXED: Right controls maintain their position */
.top-right-controls[b-d0c7azv4q5] {
    display: flex;
    align-items: center;
    gap: 1rem;
    align-self: flex-start;
    flex: 1 1 auto; /* Flexible */
    max-width: 35%; /* Matches nav-left */
    justify-content: flex-end;
    position: relative;
    z-index: 1020;
}

/* User and cart component alignment */
:deep(.user-button)[b-d0c7azv4q5],
:deep(.cart-counter)[b-d0c7azv4q5] {
    position: relative;
    z-index: 1020;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-flex;
    align-items: center;
}

:deep(.user-button a)[b-d0c7azv4q5],
:deep(.cart-counter a)[b-d0c7azv4q5] {
    display: inline-flex;
    align-items: center;
    height: 100%;
}

:deep(.user-button button)[b-d0c7azv4q5],
:deep(.cart-counter button)[b-d0c7azv4q5] {
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
}

/* Hamburger menu button */
.navbar-toggler[b-d0c7azv4q5] {
    background: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0.5rem;
    cursor: pointer;
    margin-right: 1rem;
    display: none;
    align-self: flex-start;
    position: relative;
    z-index: 1002;
}

.navbar-toggler-icon[b-d0c7azv4q5] {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    background-size: 100% 100%;
}

/* Desktop navigation */
.nav-menu[b-d0c7azv4q5] {
    transition: all 0.3s ease-out;
    overflow: hidden;
    z-index: 9;
    align-self: flex-start;
}

.desktop-nav[b-d0c7azv4q5] {
    display: block;
    align-self: flex-start;
}

/* Mobile navigation */
.mobile-nav[b-d0c7azv4q5] {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    width: 250px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    margin-top: 10px;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

    .mobile-nav.expanded[b-d0c7azv4q5] {
        display: block;
        opacity: 1;
        transform: translateY(0);
        padding: 10px;
    }

    .mobile-nav .flex-nav[b-d0c7azv4q5] {
        display: flex;
        flex-direction: column;
        background-color: white;
    }

    .mobile-nav .nav-item[b-d0c7azv4q5] {
        margin: 5px 0;
        width: 100%;
        background-color: white;
    }

    .mobile-nav .custom-nav-link[b-d0c7azv4q5] {
        display: block;
        padding: 10px 15px;
        border-radius: 4px;
        color: #333;
        text-decoration: none;
        background-color: white;
        transition: background-color 0.2s;
    }

        .mobile-nav .custom-nav-link:hover[b-d0c7azv4q5] {
            background-color: #f5f5f5;
            color: #333;
        }

/* Alert styling */
.alert.alert-warning[b-d0c7azv4q5] {
    font-size: 0.85rem;
    padding: 0.5rem;
    margin: 0.5rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-container[b-d0c7azv4q5] {
        margin-top: 4.5rem;
    }

    .top-navigation[b-d0c7azv4q5] {
        padding: 0.5rem 0.25rem;
    }

    /* MOBILE: Reset content margin since mobile layout is different */
    .content[b-d0c7azv4q5] {
        margin-top: 20px; /* Less margin needed on mobile */
    }

    /* MOBILE: Reset to original mobile layout */
    .nav-left[b-d0c7azv4q5] {
        width: auto;
        flex: 0 0 auto;
        margin-right: 10px;
        max-width: none; /* Remove desktop constraint */
    }

    .logo-container[b-d0c7azv4q5] {
        position: relative; /* Reset absolute positioning */
        transform: none; /* Reset transform */
        left: auto; /* Reset left */
        width: auto;
        flex: 1;
        text-align: center;
        z-index: auto; /* Reset z-index */
    }

    .top-right-controls[b-d0c7azv4q5] {
        gap: 2px;
        margin-left: 5px;
        padding-right: 0;
        max-width: none; /* Remove desktop constraint */
        flex: 0 0 auto; /* Reset to original mobile behavior */
    }

    .logo-container[b-d0c7azv4q5] {
        flex: 0 0 50%;
        max-width: 50%;
    }

    :deep(.user-button)[b-d0c7azv4q5],
    :deep(.cart-counter)[b-d0c7azv4q5] {
        transform: scale(0.85);
        margin: 0 !important;
        padding: 0 !important;
    }

    .navbar-toggler[b-d0c7azv4q5] {
        display: block;
        padding: 0.4rem;
        margin: 0;
    }

    .desktop-nav[b-d0c7azv4q5] {
        display: none;
    }
}
/* /Shared/ShopNavMenu.razor.rz.scp.css */
.shop-nav-container[b-ave50lg2ql] {
    display: flex;
    align-items: center;
    font-family: 'League Spartan', sans-serif;
    position: relative;
    z-index: 1050;
}

/* === Regular nav item styling === */
.shop-nav-item[b-ave50lg2ql] {
    text-decoration: none;
    font-weight: 600;
    font-size: 1.2rem;
    color: #333;
    padding: 0.5rem 0;
    transition: color 0.2s ease;
    padding-left: 5px;
    white-space: nowrap; /* Prevent text wrapping */
}

    .shop-nav-item:hover[b-ave50lg2ql] {
        color: #a76cc0;
    }

/* === Dropdown Container === */
.shop-nav-dropdown[b-ave50lg2ql] {
    position: relative;
    display: inline-block;
    z-index: 1050;
    font-family: 'League Spartan', sans-serif;
}

.shop-dropdown-toggle[b-ave50lg2ql] {
    background: none;
    border: none;
    font-weight: 600;
    font-size: 1.2rem;
    color: #333;
    cursor: pointer;
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
    transition: color 0.2s ease;
    white-space: nowrap;
}

    .shop-dropdown-toggle:hover[b-ave50lg2ql] {
        color: #a76cc0;
    }

.shop-arrow[b-ave50lg2ql] {
    margin-left: 6px;
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

.shop-nav-dropdown:hover .shop-arrow[b-ave50lg2ql] {
    transform: rotate(180deg);
}

/* === Dropdown Menu === */
.shop-dropdown-menu[b-ave50lg2ql] {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: white;
    min-width: 180px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    margin-top: 8px;
    padding: 0.5rem 0;
    z-index: 1060;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Show dropdown on hover */
.shop-nav-dropdown:hover .shop-dropdown-menu[b-ave50lg2ql] {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

.shop-dropdown-item[b-ave50lg2ql] {
    padding: 0.5rem 1rem;
    display: block;
    color: #333;
    text-decoration: none;
    font-family: 'League Spartan', sans-serif;
    font-weight: 500;
    transition: background-color 0.2s ease;
}

    .shop-dropdown-item:hover[b-ave50lg2ql] {
        background-color: #f1e8fb;
        color: #a76cc0;
    }

/* === Navigation Layout === */
.shop-nav-inner[b-ave50lg2ql] {
    display: flex;
    align-items: center;
    gap: 15px; /* Consistent spacing between all nav items */
    min-width: fit-content; /* Adjust to content size */
}

/* Remove individual offsets - use consistent gap instead */
.bestseller-offset[b-ave50lg2ql],
.aboutus-offset[b-ave50lg2ql] {
    margin-left: 0; /* Remove individual margins, rely on gap */
}

/* === Mobile Styles === */
@media (max-width: 768px) {
    .shop-nav-container[b-ave50lg2ql] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        width: 100%;
    }

    .shop-nav-inner[b-ave50lg2ql] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        width: 100%;
    }

    .shop-nav-item[b-ave50lg2ql] {
        display: block;
        width: 100%;
        padding: 0.5rem 1rem;
        font-size: 1rem; /* Slightly smaller on mobile */
    }

    .shop-nav-dropdown[b-ave50lg2ql] {
        display: block;
        width: 100%;
    }

    .shop-dropdown-toggle[b-ave50lg2ql] {
        padding: 0.5rem 1rem;
        width: 100%;
        justify-content: space-between;
        font-size: 1rem; /* Consistent with nav items on mobile */
    }

    .shop-dropdown-menu[b-ave50lg2ql] {
        position: static;
        box-shadow: none;
        margin-top: 0;
        padding-left: 1rem;
        border-left: 2px solid #f1e8fb;
        margin-left: 1rem;
    }

    /* Always show dropdown menu on mobile when parent is expanded */
    .mobile-nav.expanded .shop-dropdown-menu[b-ave50lg2ql] {
        display: block;
        opacity: 1;
        visibility: visible;
    }
}
/* /Shared/Toast.razor.rz.scp.css */
.toast[b-2ox5tnrs6g] {
    position: fixed;
    top: 80px;
    right: 20px;
    z-index: 1010;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 15px;
    border-radius: 8px;
    background-color: rgb(76, 255, 0, 0.8);
    max-width: 300px;
    pointer-events: none;
}

    .toast.show[b-2ox5tnrs6g] {
        opacity: 1;
        pointer-events: auto;
    }

.toast-body[b-2ox5tnrs6g] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.btn-close[b-2ox5tnrs6g] {
    background: transparent;
    border: none;
    font-size: 1.2rem;
    line-height: 1;
    cursor: pointer;
    opacity: 0.6;
    padding: 0 5px;
}

    .btn-close:hover[b-2ox5tnrs6g] {
        opacity: 1;
    }

@media (max-width: 640px) {
    .toast[b-2ox5tnrs6g] {
        top: 100px;
    }
}
/* /Shared/UserButton.razor.rz.scp.css */
.user-button[b-pzl5g86tgl] {
    margin-left: .5em;
    background-color: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}

.user-button i[b-pzl5g86tgl] {
    font-size: 1.2rem;
    color: #333;
}

.dropdown-menu[b-pzl5g86tgl] {
    border-radius: 0.25rem;
    z-index: 1050;
    padding: 0;
    overflow: hidden;
}

.dropdown-item[b-pzl5g86tgl] {
    z-index: 1051;
    padding: 0.5rem 1rem;
    cursor: pointer;
}

    .dropdown-item:hover[b-pzl5g86tgl] {
        background-color: #f8f9fa;
        color: #333;
    }

    .dropdown-item i[b-pzl5g86tgl] {
        opacity: 0.7;
    }

.dropdown-menu.show[b-pzl5g86tgl] {
    display: block !important; /* Force display */
}

.user-dropdown[b-pzl5g86tgl] {
    position: relative;
    z-index: 1000;
}

/* Login form styling */
.login-form-container[b-pzl5g86tgl] {
    width: 100%;
    min-width: 270px;
    padding: 1rem;
}

.nav-tabs .nav-link[b-pzl5g86tgl] {
    color: #555;
    cursor: pointer;
    font-size: 0.9rem;
    padding: 0.5rem;
}

    .nav-tabs .nav-link.active[b-pzl5g86tgl] {
        background-color: #f8f9fa;
        color: #333;
        font-weight: 500;
        border-bottom: 2px solid #007bff;
    }

    .nav-tabs .nav-link:hover:not(.active)[b-pzl5g86tgl] {
        color: #0056b3;
        background-color: rgba(0, 123, 255, 0.05);
    }

.small-text[b-pzl5g86tgl] {
    font-size: 0.8rem;
}

/* Google login button */
.btn-google[b-pzl5g86tgl] {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    color: #333;
    border: 1px solid #ccc;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    font-size: 0.9rem;
    padding: 0.4rem 0.5rem;
}

    .btn-google:hover[b-pzl5g86tgl] {
        background-color: #f8f9fa;
    }

.google-logo[b-pzl5g86tgl] {
    height: 18px;
    margin-right: 8px;
}

/* Toasts and modals */
.modal[b-pzl5g86tgl] {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

    .modal.show[b-pzl5g86tgl] {
        display: flex;
    }

.modal-content[b-pzl5g86tgl] {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    border-radius: 8px;
    padding: 20px;
    width: 300px;
    text-align: center;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

    .modal-content h3[b-pzl5g86tgl] {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .modal-content p[b-pzl5g86tgl] {
        font-size: 16px;
    }

/* Hide the redundant close button styles */
.close-btn[b-pzl5g86tgl] {
    display: none;
}

.show[b-pzl5g86tgl] {
    display: block !important;
}

/* Validation messages */
.validation-message[b-pzl5g86tgl] {
    color: #dc3545;
    font-size: 0.75rem;
    margin-top: 0.25rem;
}

/* Make dropdown wider for desktop login/registration form */
@media (min-width: 768px) {
    .user-dropdown .dropdown-menu[b-pzl5g86tgl] {
        width: 320px;
        min-width: 320px;
        right: 0;
        left: auto !important;
    }
}
