/* _content/ecom.theme/Components/Classic/Address.razor.rz.scp.css */
.mixcat-wrapper[b-ih15lr2ui8] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
}

.mixcat-wrapper *[b-ih15lr2ui8],
.mixcat-wrapper *[b-ih15lr2ui8]::before,
.mixcat-wrapper *[b-ih15lr2ui8]::after {
    box-sizing: border-box;
}

.fab-sidebar[b-ih15lr2ui8] {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 280px;
    background: #ffffff;
    box-shadow: 4px 0 24px rgba(0,0,0,0.06);
    padding: 2rem 0;
    z-index: 1000;
    transition: transform 0.3s ease;
}

.fab-menu-toggle[b-ih15lr2ui8] {
    display: none;
    position: fixed;
    top: 1rem;
    left: 1rem;
    z-index: 1001;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #ffffff;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
    transition: all 0.3s;
}

    .fab-menu-toggle:hover[b-ih15lr2ui8] {
        transform: scale(1.05);
        box-shadow: 0 6px 20px rgba(99, 102, 241, 0.4);
    }

.fab-overlay[b-ih15lr2ui8] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    transition: opacity 0.3s ease;
}

#fab-menu-checkbox[b-ih15lr2ui8] {
    display: none;
}

.fab-address-select input[type="checkbox"][b-ih15lr2ui8] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.fab-logo-section[b-ih15lr2ui8] {
    padding: 3rem 0rem 1rem;
    border-bottom: 2px solid #e2e8f0;
}

.fab-logo[b-ih15lr2ui8] {
    font-size: 28px;
    font-weight: 800;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: flex;
    align-items: center;
    gap: 12px;
}

.fab-nav-menu[b-ih15lr2ui8] {
    padding: 0rem 0;
}

.fab-nav-item[b-ih15lr2ui8] {
    display: flex;
    align-items: center;
    padding: 1rem 1rem;
    color: #64748b;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
    border-left: 4px solid transparent;
}

    .fab-nav-item:hover[b-ih15lr2ui8],
    .fab-nav-item.fab-active[b-ih15lr2ui8] {
        background: linear-gradient(90deg, rgba(99, 102, 241, 0.1), transparent);
        color: #6366f1;
        border-left-color: #6366f1;
    }

    .fab-nav-item i[b-ih15lr2ui8] {
        width: 24px;
        margin-right: 1rem;
        font-size: 20px;
    }

.fab-main-content[b-ih15lr2ui8] {
    margin-left: 280px;
    min-height: 100vh;
    padding: 2rem;
}

.fab-top-nav[b-ih15lr2ui8] {
    background: #ffffff;
    border-radius: 16px;
    padding: 1.5rem 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fab-nav-links[b-ih15lr2ui8] {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.fab-nav-link[b-ih15lr2ui8] {
    color: #64748b;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

    .fab-nav-link:hover[b-ih15lr2ui8] {
        color: #6366f1;
    }

.fab-user-profile[b-ih15lr2ui8] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 1.25rem;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #ffffff;
    border-radius: 50px;
    font-weight: 600;
}

.fab-page-header[b-ih15lr2ui8] {
    background: #ffffff;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fab-page-title-section[b-ih15lr2ui8] {
    flex: 1;
}

.fab-page-title[b-ih15lr2ui8] {
    font-size: 36px;
    font-weight: 800;
    color: #1e293b;
    margin: 0 0 0.5rem 0;
    display: flex;
    align-items: center;
    gap: 1rem;
}

    .fab-page-title i[b-ih15lr2ui8] {
        background: linear-gradient(135deg, #6366f1, #8b5cf6);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

.fab-page-subtitle[b-ih15lr2ui8] {
    font-size: 16px;
    color: #64748b;
    margin: 0;
}

.fab-add-address-btn[b-ih15lr2ui8] {
    padding: 1rem 2rem;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #ffffff;
    border: none;
    border-radius: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 15px;
    box-shadow: 0 8px 20px rgba(99, 102, 241, 0.35);
}

    .fab-add-address-btn:hover[b-ih15lr2ui8] {
        transform: translateY(-3px);
        box-shadow: 0 12px 28px rgba(99, 102, 241, 0.45);
    }

.fab-addresses-grid[b-ih15lr2ui8] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 2rem;
}

.fab-address-card[b-ih15lr2ui8] {
    background: #ffffff;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
    position: relative;
    transition: all 0.3s;
    border: 3px solid transparent;
}

    .fab-address-card:hover[b-ih15lr2ui8] {
        border-color: #6366f1;
        transform: translateY(-5px);
        box-shadow: 0 16px 48px rgba(99, 102, 241, 0.2);
    }

.fab-address-card-header[b-ih15lr2ui8] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.fab-address-type[b-ih15lr2ui8] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.fab-address-icon[b-ih15lr2ui8] {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #dbeafe, #bfdbfe);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #1e40af;
}

.fab-address-type-name[b-ih15lr2ui8] {
    font-size: 20px;
    font-weight: 800;
    color: #1e293b;
}

.fab-default-badge[b-ih15lr2ui8] {
    padding: 0.5rem 1rem;
    background: linear-gradient(135deg, #10b981, #059669);
    color: #ffffff;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.fab-address-details[b-ih15lr2ui8] {
    margin-bottom: 1.5rem;
}

.fab-address-name[b-ih15lr2ui8] {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.75rem;
}

.fab-address-text[b-ih15lr2ui8] {
    font-size: 14px;
    color: #64748b;
    line-height: 1.8;
    margin-bottom: 0.5rem;
}

.fab-address-contact[b-ih15lr2ui8] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 14px;
    color: #64748b;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid #f1f5f9;
}

.fab-address-actions[b-ih15lr2ui8] {
    display: flex;
    gap: 0.75rem;
}

.fab-action-btn[b-ih15lr2ui8] {
    flex: 1;
    padding: 0.875rem;
    border: none;
    border-radius: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 14px;
}

.fab-edit-address-btn[b-ih15lr2ui8] {
    background: #f1f5f9;
    color: #6366f1;
}

    .fab-edit-address-btn:hover[b-ih15lr2ui8] {
        background: #6366f1;
        color: #ffffff;
        transform: translateY(-2px);
    }

.fab-delete-address-btn[b-ih15lr2ui8] {
    background: #fef2f2;
    color: #ef4444;
}

    .fab-delete-address-btn:hover[b-ih15lr2ui8] {
        background: #ef4444;
        color: #ffffff;
        transform: translateY(-2px);
    }

.fab-set-default-btn[b-ih15lr2ui8] {
    background: #f0fdf4;
    color: #10b981;
}

    .fab-set-default-btn:hover[b-ih15lr2ui8] {
        background: #10b981;
        color: #ffffff;
        transform: translateY(-2px);
    }

.fab-modal[b-ih15lr2ui8] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    z-index: 2000;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

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

.fab-modal-content[b-ih15lr2ui8] {
    background: #ffffff;
    border-radius: 24px;
    padding: 2.5rem;
    max-width: 600px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 24px 80px rgba(0,0,0,0.3);
    animation: modalSlideIn-b-ih15lr2ui8 0.3s ease;
}

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

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

.fab-modal-header[b-ih15lr2ui8] {
    margin-bottom: 2rem;
}

.fab-modal-title[b-ih15lr2ui8] {
    font-size: 28px;
    font-weight: 800;
    color: #1e293b;
    margin: 0 0 0.5rem 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

    .fab-modal-title i[b-ih15lr2ui8] {
        background: linear-gradient(135deg, #6366f1, #8b5cf6);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

.fab-modal-subtitle[b-ih15lr2ui8] {
    font-size: 14px;
    color: #64748b;
    margin: 0;
}

.fab-form-group[b-ih15lr2ui8] {
    margin-bottom: 1.5rem;
}

.fab-form-label[b-ih15lr2ui8] {
    font-size: 13px;
    color: #1e293b;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .fab-form-label i[b-ih15lr2ui8] {
        color: #6366f1;
    }

.fab-form-input[b-ih15lr2ui8],
.fab-form-textarea[b-ih15lr2ui8],
.fab-form-select[b-ih15lr2ui8] {
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 15px;
    color: #1e293b;
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    outline: none;
    transition: all 0.3s;
    font-weight: 500;
}

    .fab-form-input:focus[b-ih15lr2ui8],
    .fab-form-textarea:focus[b-ih15lr2ui8],
    .fab-form-select:focus[b-ih15lr2ui8] {
        background: #ffffff;
        border-color: #6366f1;
        box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.1);
    }

.fab-form-textarea[b-ih15lr2ui8] {
    resize: vertical;
    min-height: 100px;
    font-family: inherit;
}

.fab-form-row[b-ih15lr2ui8] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.fab-checkbox-group[b-ih15lr2ui8] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    background: #f8fafc;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s;
    border: 2px solid #e2e8f0;
}

    .fab-checkbox-group:hover[b-ih15lr2ui8] {
        background: #f1f5f9;
        border-color: #6366f1;
    }

.fab-checkbox[b-ih15lr2ui8] {
    width: 20px;
    height: 20px;
    cursor: pointer;
    accent-color: #6366f1;
}

.fab-checkbox-label[b-ih15lr2ui8] {
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    cursor: pointer;
    margin: 0;
}

.fab-modal-actions[b-ih15lr2ui8] {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.fab-modal-btn[b-ih15lr2ui8] {
    flex: 1;
    padding: 1rem;
    border: none;
    border-radius: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 15px;
}

.fab-save-modal-btn[b-ih15lr2ui8] {
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(99, 102, 241, 0.35);
}

    .fab-save-modal-btn:hover[b-ih15lr2ui8] {
        transform: translateY(-2px);
        box-shadow: 0 12px 28px rgba(99, 102, 241, 0.45);
    }

.fab-cancel-modal-btn[b-ih15lr2ui8] {
    background: #f1f5f9;
    color: #64748b;
}

    .fab-cancel-modal-btn:hover[b-ih15lr2ui8] {
        background: #e2e8f0;
    }

@media (max-width: 1024px) {
    .fab-sidebar[b-ih15lr2ui8] {
        transform: translateX(-100%);
    }

    .fab-main-content[b-ih15lr2ui8] {
        margin-left: 0;
        padding-top: 5rem;
    }

    .fab-menu-toggle[b-ih15lr2ui8] {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #fab-menu-checkbox:checked ~ .fab-sidebar[b-ih15lr2ui8] {
        transform: translateX(0);
    }

    #fab-menu-checkbox:checked ~ .fab-overlay[b-ih15lr2ui8] {
        display: block;
    }

    .fab-top-nav[b-ih15lr2ui8] {
        margin-top: 1rem;
    }

    .fab-addresses-grid[b-ih15lr2ui8] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .fab-top-nav[b-ih15lr2ui8] {
        flex-direction: column;
        gap: 1rem;
    }

    .fab-nav-links[b-ih15lr2ui8] {
        flex-direction: column;
        gap: 1rem;
    }

    .fab-page-header[b-ih15lr2ui8] {
        flex-direction: column;
        gap: 1.5rem;
        text-align: center;
    }

    .fab-page-title[b-ih15lr2ui8] {
        font-size: 28px;
    }

    .fab-add-address-btn[b-ih15lr2ui8] {
        width: 100%;
        justify-content: center;
    }

    .fab-form-row[b-ih15lr2ui8] {
        grid-template-columns: 1fr;
    }

    .fab-modal-content[b-ih15lr2ui8] {
        padding: 1.5rem;
    }
}

/* _content/ecom.theme/Components/Classic/AddressDeleteModal.razor.rz.scp.css */
/* Modal start */
.modal[b-7ad5wo0rsb] {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
    transition: all 0.3s ease;
}

    .modal.show[b-7ad5wo0rsb] {
        display: block;
    }

.modal-content[b-7ad5wo0rsb] {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    border-radius: 8px;
    width: 400px;
    max-width: 90%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    position: relative;
    animation: slide-down-b-7ad5wo0rsb 0.3s ease;
}

.close[b-7ad5wo0rsb] {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

.btn-open[b-7ad5wo0rsb] {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

@keyframes slide-down-b-7ad5wo0rsb {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }

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

.modal-container[b-7ad5wo0rsb] {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.45);
    justify-content: center;
    align-items: center;
    padding: 20px;
}

    .modal-container.show[b-7ad5wo0rsb] {
        display: flex;
    }


.modal-content[b-7ad5wo0rsb] {
    background: #fff;
    width: 550px;
    max-width: 100%;
    border-radius: 10px;
    padding: 20px;
    animation: fadeIn .2s ease-in-out;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

/* Header */
.modal-header[b-7ad5wo0rsb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.close-btn[b-7ad5wo0rsb] {
    background: transparent;
    border: none;
    font-size: 26px;
    cursor: pointer;
}


.modal-footer[b-7ad5wo0rsb] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 15px;
}
/* _content/ecom.theme/Components/Classic/AddressModal.razor.rz.scp.css */
/* Modal start */
.modal[b-fa3s8j1m0k] {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
    transition: all 0.3s ease;
}

    .modal.show[b-fa3s8j1m0k] {
        display: block;
    }

.modal-content[b-fa3s8j1m0k] {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    border-radius: 8px;
    width: 400px;
    max-width: 90%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    position: relative;
    animation: slide-down-b-fa3s8j1m0k 0.3s ease;
}

.close[b-fa3s8j1m0k] {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

.btn-open[b-fa3s8j1m0k] {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

@keyframes slide-down-b-fa3s8j1m0k {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }

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

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

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


.modal-content[b-fa3s8j1m0k] {
    background: #fff;
    width: 550px;
    max-width: 100%;
    border-radius: 10px;
    padding: 20px;
    animation: fadeIn-b-fa3s8j1m0k .2s ease-in-out;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

/* Header */
.modal-header[b-fa3s8j1m0k] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.close-btn[b-fa3s8j1m0k] {
    background: transparent;
    border: none;
    font-size: 26px;
    cursor: pointer;
}


.modal-footer[b-fa3s8j1m0k] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 15px;
}

/* Inputs */
.form-group[b-fa3s8j1m0k] {
    margin-bottom: 15px;
}

/* Inline Radio Buttons */
.radio-group-inline[b-fa3s8j1m0k] {
    display: flex;
    gap: 20px;
}

.radio-item[b-fa3s8j1m0k] {
    display: flex;
    align-items: center;
    gap: 5px;
}

@keyframes fadeIn-b-fa3s8j1m0k {
    from {
        opacity: 0;
        transform: scale(.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@media (max-width: 768px) {

    .radio-group-inline[b-fa3s8j1m0k] {
        display: flex;
        flex-wrap: wrap;
    }
}
/* _content/ecom.theme/Components/Classic/CategoryNavigation.razor.rz.scp.css */
.category-nav[b-gx17mw8asu] {
    background: #f7f7f7;
    padding: 0.5rem 11rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.category-btn[b-gx17mw8asu] {
    padding: 0.8rem 2rem;
    background: #f5f5f5;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
}

    .category-btn:hover[b-gx17mw8asu] {
        background: #000;
        color: #fff;
        border-radius: 5px;
    }


/* Responsive Design for Mobile */

@media (max-width: 768px) {
    .category-nav[b-gx17mw8asu] {
        background-color: white;
        /*border: 2px solid #e74c3c;*/
        border-radius: 50px;
        padding: 0.5rem;
        gap: 0;
        margin: 1rem;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .category-btn[b-gx17mw8asu] {
        flex: 1;
        padding: 0.75rem 0.5rem;
        font-size: 0.8rem;
        font-weight: 600;
        text-align: center;
        border: none;
        background-color: transparent;
        color: #333;
        white-space: nowrap;
    }

        .category-btn:hover[b-gx17mw8asu],
        .category-btn:active[b-gx17mw8asu] {
            background-color: rgba(0, 0, 0, 0.05);
            border-radius: 25px;
        }

        .category-btn:hover[b-gx17mw8asu] {
            color: #000000;
        }
}

@media (max-width: 576px) {
    .category-nav[b-gx17mw8asu] {
        border-radius: 40px;
        padding: 0.5rem;
        margin: 0.8rem 0rem;
    }

    .category-btn[b-gx17mw8asu] {
        padding: 0.65rem 0.4rem;
        font-size: 0.75rem;
    }

        .category-btn:hover[b-gx17mw8asu] {
            color: #000000;
        }
}
/* _content/ecom.theme/Components/Classic/CheckOut.razor.rz.scp.css */
h2[b-a5nmav5fei] {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
    color: #222;
    margin-top: 40px;
}

.checkout-container[b-a5nmav5fei] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    max-width: 1200px;
    margin: auto;
}

/* Left section */
.left[b-a5nmav5fei] {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
    padding: 35px;
}

h4[b-a5nmav5fei] {
    margin-bottom: 15px;
    font-size: 18px;
    color: #111;
    font-weight: 600;
}

input[b-a5nmav5fei], select[b-a5nmav5fei], textarea[b-a5nmav5fei] {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #d0d7de;
    border-radius: 10px;
    font-size: 15px;
    transition: all 0.3s ease;
}

    input:focus[b-a5nmav5fei], select:focus[b-a5nmav5fei], textarea:focus[b-a5nmav5fei] {
        border-color: #0ea5e9;
        outline: none;
        box-shadow: 0 0 0 3px rgba(14,165,233,0.15);
    }

.form-grid[b-a5nmav5fei] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.left input[b-a5nmav5fei], .left select[b-a5nmav5fei], .left textarea[b-a5nmav5fei] {
    margin-bottom: 15px;
}

textarea[b-a5nmav5fei] {
    resize: none;
}

/* Summary box */
.summary-box[b-a5nmav5fei] {
    background: #f1f9f7;
    border: 1px solid #d0f0de;
    padding: 20px;
    border-radius: 14px;
    text-align: center;
    margin: 25px 0;
}

    .summary-box h3[b-a5nmav5fei] {
        color: #16a34a;
        font-size: 26px;
        margin-bottom: 8px;
    }

    .summary-box p[b-a5nmav5fei] {
        font-size: 14px;
        color: #333;
    }

    .summary-box small[b-a5nmav5fei] {
        display: block;
        margin-top: 10px;
        color: #444;
    }

/* Payment section */
.payment-options[b-a5nmav5fei] {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 10px;
}

.option[b-a5nmav5fei] {
    flex: 1;
    min-width: 130px;
    background: #fff;
    border: 1px solid #d0d7de;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .option:hover[b-a5nmav5fei] {
        border-color: #16a34a;
        background: #f7fff9;
    }

    .option img[b-a5nmav5fei] {
        width: 50px;
        height: 25px;
        object-fit: contain;
        display: block;
        margin: auto;
    }

/* Coupon */
.coupon[b-a5nmav5fei] {
    display: flex;
    gap: 10px;
    margin: 25px 0;
}

    .coupon input[b-a5nmav5fei] {
        flex: 1;
    }

    .coupon button[b-a5nmav5fei] {
        background: #0ea5e9;
        color: white;
        border: none;
        padding: 12px 25px;
        border-radius: 10px;
        font-weight: 600;
        cursor: pointer;
        transition: 0.3s;
        height: 48px;
    }

        .coupon button:hover[b-a5nmav5fei] {
            background: #0284c7;
        }

/* Terms & confirm */
.terms[b-a5nmav5fei] {
    font-size: 14px;
    color: #444;
}

    .terms a[b-a5nmav5fei] {
        color: #0ea5e9;
        text-decoration: none;
    }
    .terms input[b-a5nmav5fei]{
        width:auto;
    }
    .confirm[b-a5nmav5fei] {
        width: 100%;
        background: #22c55e;
        color: white;
        border: none;
        border-radius: 10px;
        padding: 15px;
        font-size: 17px;
        font-weight: 600;
        margin-top: 20px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .confirm:hover[b-a5nmav5fei] {
        background: #16a34a;
    }

/* Right Section */
.right[b-a5nmav5fei] {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
    padding: 25px;
}

    .right h3[b-a5nmav5fei] {
        margin-bottom: 25px;
        font-size: 18px;
        font-weight: 600;
    }

.cart-item[b-a5nmav5fei] {
    display: flex;
    gap: 15px;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
    
}

    .cart-item img[b-a5nmav5fei] {
        width: 65px;
        height: 65px;
        object-fit: cover;
        border-radius: 8px;
    }

.cart-details p[b-a5nmav5fei] {
    font-size: 14px;
    margin-bottom: 5px;
}

.cart-details span[b-a5nmav5fei] {
    font-weight: 600;
}

.cart-total[b-a5nmav5fei] {
    border-top: 1px solid #eee;
    padding-top: 15px;
}

    .cart-total p[b-a5nmav5fei] {
        display: flex;
        justify-content: space-between;
        margin: 6px 0;
        font-weight: 500;
    }

    .cart-total .final[b-a5nmav5fei] {
        color: #22c55e;
        font-size: 18px;
        font-weight: 700;
    }

/* Responsive */
@media (max-width: 900px) {
    .checkout-container[b-a5nmav5fei] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 550px) {
    .form-grid[b-a5nmav5fei] {
        grid-template-columns: 1fr;
    }

    .coupon[b-a5nmav5fei] {
        flex-direction: column;
    }

        .coupon button[b-a5nmav5fei] {
            width: 100%;
        }
}
/* _content/ecom.theme/Components/Classic/ClintsSection.razor.rz.scp.css */
.partner-section[b-b8jxz5b5r8] {
    max-width: 1400px;
    margin: 4rem auto;
    padding: 3rem 1rem;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    text-align: center;
    position: relative;
}

    .partner-section h2[b-b8jxz5b5r8] {
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 0.5rem;
    }

    .partner-section h3[b-b8jxz5b5r8] {
        font-size: 1.1rem;
        font-weight: 500;
        color: #333;
        margin-bottom: 1rem;
    }

        .partner-section h3 img[b-b8jxz5b5r8] {
            height: 24px;
            margin-left: 8px;
            vertical-align: middle;
        }

    .partner-section p[b-b8jxz5b5r8] {
        max-width: 800px;
        margin: 0 auto 2rem;
        color: #666;
        font-size: 1rem;
        line-height: 1.7;
    }

/* Carousel */
.carousel-wrapper[b-b8jxz5b5r8] {
    position: relative;
}

.carousel[b-b8jxz5b5r8] {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 1rem 4rem;
}

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

.logo-card[b-b8jxz5b5r8] {
    flex: 0 0 auto;
    scroll-snap-align: center;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 100px;
    transition: all 0.3s ease;
}

    .logo-card:hover[b-b8jxz5b5r8] {
        transform: translateY(-5px);
        box-shadow: 0 6px 16px rgba(0,0,0,0.1);
    }

    .logo-card img[b-b8jxz5b5r8] {
        max-width: 100%;
        height: auto;
        filter: grayscale(100%);
        opacity: 0.8;
        transition: all 0.3s ease;
    }

    .logo-card:hover img[b-b8jxz5b5r8] {
        filter: grayscale(0%);
        opacity: 1;
        transform: scale(1.08);
    }

/* Arrows */
.clints-arrow[b-b8jxz5b5r8] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.95);
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    cursor: pointer;
    font-size: 1.4rem;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 10;
    transition: all 0.3s ease;
}

    .clints-arrow:hover[b-b8jxz5b5r8] {
        background: #111;
        color: #fff;
    }

    .clints-arrow.left[b-b8jxz5b5r8] {
        left: 0.5rem;
    }

    .clints-arrow.right[b-b8jxz5b5r8] {
        right: 0.5rem;
    }

@media (max-width: 768px) {
    .logo-card[b-b8jxz5b5r8] {
        width: 110px;
        height: 80px;
    }

    .partner-section[b-b8jxz5b5r8] {
        padding: 2rem 1rem;
    }
}
/* _content/ecom.theme/Components/Classic/ClothingSection.razor.rz.scp.css */
.clothing-section[b-dioeu7v07o] {
    padding: 3rem 15rem;
}

.clothing-section-title[b-dioeu7v07o] {
    text-align: center;
    font-size: 2.5rem;
    color: #e67e22;
    margin-bottom: 3rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

.clothing-product-grid[b-dioeu7v07o] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 2rem;
}

.cloting-product-card[b-dioeu7v07o] {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    transition: all 0.3s;
    cursor: pointer;
    position: relative;
}

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

.product-label[b-dioeu7v07o] {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #fff;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.clothing-product-image[b-dioeu7v07o] {
    width: 100%;
    height: 450px;
    background: linear-gradient(135deg, #f0f0f0, #e0e0e0);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

    .clothing-product-image img[b-dioeu7v07o] {
        width: 80%;
        height: 80%;
        object-fit: contain;
        transition: transform 0.3s;
    }

.section-img[b-dioeu7v07o] {
    /* height: fit-content !important; */
    width: -webkit-fill-available !important;
}

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

.product-placeholder[b-dioeu7v07o] {
    font-size: 4rem;
    opacity: 0.3;
}

@media (max-width: 768px) {
    .clothing-section[b-dioeu7v07o] {
        padding: 3rem 1rem;
    }
    .clothing-product-grid[b-dioeu7v07o] {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 2rem;
    }
}
/* _content/ecom.theme/Components/Classic/ContactSection.razor.rz.scp.css */
.contact-bar[b-yshvawdqdy] {
    background-color: #7e7e7e;
    color: #ffffff;
    padding: 30px 20px;
}

.container[b-yshvawdqdy] {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.newsletter-section[b-yshvawdqdy] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.newsletter-header[b-yshvawdqdy] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-icon[b-yshvawdqdy] {
    font-size: 20px;
}

.newsletter-title[b-yshvawdqdy] {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.newsletter-form[b-yshvawdqdy] {
    display: flex;
    gap: 0;
}

.email-input[b-yshvawdqdy] {
    flex: 1;
    padding: 12px 15px;
    border: none;
    background-color: #5a5a5a;
    color: #aaaaaa;
    font-size: 14px;
    outline: none;
}

    .email-input[b-yshvawdqdy]::placeholder {
        color: #aaaaaa;
    }

.subscribe-btn[b-yshvawdqdy] {
    padding: 12px 30px;
    background-color: #f5a623;
    color: #ffffff;
    border: none;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .subscribe-btn:hover[b-yshvawdqdy] {
        background-color: #e09515;
    }

.contact-section[b-yshvawdqdy] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 250px;
}

.contact-header[b-yshvawdqdy] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-title[b-yshvawdqdy] {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.phone-number[b-yshvawdqdy] {
    font-size: 16px;
    font-weight: bold;
    margin-left: 30px;
}

.hours[b-yshvawdqdy] {
    font-size: 13px;
    color: #cccccc;
    margin-left: 30px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .container[b-yshvawdqdy] {
        flex-direction: column;
        gap: 30px;
    }

    .newsletter-section[b-yshvawdqdy],
    .contact-section[b-yshvawdqdy] {
        width: 100%;
    }

    .contact-section[b-yshvawdqdy] {
        min-width: auto;
    }

    .newsletter-form[b-yshvawdqdy] {
        flex-direction: column;
    }

    .subscribe-btn[b-yshvawdqdy] {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .contact-bar[b-yshvawdqdy] {
        padding: 20px 15px;
    }

    .newsletter-title[b-yshvawdqdy],
    .contact-title[b-yshvawdqdy] {
        font-size: 12px;
    }

    .email-input[b-yshvawdqdy] {
        font-size: 13px;
        padding: 10px 12px;
    }

    .subscribe-btn[b-yshvawdqdy] {
        padding: 10px 20px;
        font-size: 13px;
    }

    .phone-number[b-yshvawdqdy] {
        font-size: 15px;
    }

    .hours[b-yshvawdqdy] {
        font-size: 12px;
    }
}
/* _content/ecom.theme/Components/Classic/DescriptionSection.razor.rz.scp.css */
.hero-section[b-ah1iyocr4g] {
    display: flex;
    align-items: center;
    min-height: 400px;
    padding: 60px 40px;
    position: relative;
    overflow: hidden;
}

.content-wrapper[b-ah1iyocr4g] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    gap: 60px;
    height: 200px;
}

.text-content[b-ah1iyocr4g] {
    flex: 1;
    max-width: 900px;
}

.brand-title[b-ah1iyocr4g] {
    font-size: 3.5rem;
    font-weight: 300;
    color: #2d3436;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.arrow[b-ah1iyocr4g] {
    color: #74b816;
    font-size: 3rem;
}

.tagline[b-ah1iyocr4g] {
    font-size: 25px;
    font-weight: 400;
    color: #2d3436;
    margin-bottom: 20px;
    line-height: 1.4;
}

.description-section[b-ah1iyocr4g] {
    font-size: 15px;
    line-height: 1.7;
    color: #636e72;
    max-width: 900px;
    text-align: justify;
}

.image-content[b-ah1iyocr4g] {
    flex: 0;
    position: relative;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fabric-strips[b-ah1iyocr4g] {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 8px;
    transform: rotate(-35deg) skewY(5deg);
    width: 450px;
    height: 200px;
}

.strip[b-ah1iyocr4g] {
    height: 100%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    position: relative;
}

    .strip[b-ah1iyocr4g]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(180deg, rgba(255,255,255,0.2) 0%, rgba(0,0,0,0.1) 100%);
    }

    .strip:nth-child(1)[b-ah1iyocr4g] {
        background: linear-gradient(135deg, #e8e8e8 0%, #d0d0d0 100%);
    }

    .strip:nth-child(2)[b-ah1iyocr4g] {
        background: linear-gradient(135deg, #f5f5f5 0%, #e0e0e0 100%);
    }

    .strip:nth-child(3)[b-ah1iyocr4g] {
        background: linear-gradient(135deg, #1a1a1a 0%, #000000 100%);
    }

    .strip:nth-child(4)[b-ah1iyocr4g] {
        background: linear-gradient(135deg, #1e3a5f 0%, #0d1f3a 100%);
    }

    .strip:nth-child(5)[b-ah1iyocr4g] {
        background: linear-gradient(135deg, #6b4e3d 0%, #4a3328 100%);
    }

    .strip:nth-child(6)[b-ah1iyocr4g] {
        background: linear-gradient(135deg, #d4d4d4 0%, #b8b8b8 100%);
    }

.play-button[b-ah1iyocr4g] {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

    .play-button:hover[b-ah1iyocr4g] {
        background: rgba(0, 0, 0, 0.85);
        transform: translate(-50%, -50%) scale(1.1);
    }

    .play-button[b-ah1iyocr4g]::after {
        content: '';
        width: 0;
        height: 0;
        border-left: 20px solid white;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        margin-left: 4px;
    }
/* Mobile Responsive */
@media (max-width: 1024px) {
    .content-wrapper[b-ah1iyocr4g] {
        gap: 40px;
    }

    .brand-title[b-ah1iyocr4g] {
        font-size: 2.8rem;
    }

    .tagline[b-ah1iyocr4g] {
        font-size: 1.5rem;
    }

    .fabric-strips[b-ah1iyocr4g] {
        width: 450px;
        height: 350px;
    }
}

@media (max-width: 768px) {
    .hero-section[b-ah1iyocr4g] {
        padding: 40px 20px;
    }

    .content-wrapper[b-ah1iyocr4g] {
        flex-direction: column;
        gap: 50px;
    }

    .text-content[b-ah1iyocr4g] {
        max-width: 100%;
        text-align: center;
    }

    .brand-title[b-ah1iyocr4g] {
        font-size: 2.5rem;
        justify-content: center;
    }

    .tagline[b-ah1iyocr4g] {
        font-size: 1.3rem;
    }

    .description-section[b-ah1iyocr4g] {
        max-width: 100%;
    }

    .image-content[b-ah1iyocr4g] {
        width: 100%;
        min-height: 300px;
    }

    .fabric-strips[b-ah1iyocr4g] {
        width: 100%;
        max-width: 400px;
        height: 300px;
    }
}

@media (max-width: 480px) {
    .hero-section[b-ah1iyocr4g] {
        padding: 30px 15px;
    }

    .brand-title[b-ah1iyocr4g] {
        font-size: 2rem;
    }

    .arrow[b-ah1iyocr4g] {
        font-size: 2rem;
    }

    .tagline[b-ah1iyocr4g] {
        font-size: 1.1rem;
    }

    .description-section[b-ah1iyocr4g] {
        font-size: 0.9rem;
    }

    .fabric-strips[b-ah1iyocr4g] {
        width: 100%;
        height: 250px;
    }

    .play-button[b-ah1iyocr4g] {
        width: 60px;
        height: 60px;
    }

        .play-button[b-ah1iyocr4g]::after {
            border-left-width: 16px;
            border-top-width: 10px;
            border-bottom-width: 10px;
        }
}
/* _content/ecom.theme/Components/Classic/Filter.razor.rz.scp.css */
.sidebar[b-czqbb4x60m] {
    max-width: 360px;
    margin: 30px 50px;
}

.filter[b-czqbb4x60m] {
    border-right: 3px solid #e1e1e1 !important;
}

/* General text */
.filter-item[b-czqbb4x60m] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    padding: 3px 0;
}

/* Checkbox square */
.checkbox[b-czqbb4x60m] {
    width: 14px;
    height: 14px;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-right: 8px;
    display: inline-block;
}

/* Head titles */
.filter-title[b-czqbb4x60m] {
    font-weight: 600;
    color: #007bff;
    display: flex;
    align-items: center;
    font-size: 15px;
    padding: 3px 0;
}

    .filter-title .checkbox[b-czqbb4x60m] {
        border-color: #ddd;
        background: #f5f5f5;
    }

    .filter-title span[b-czqbb4x60m] {
        color: #777;
        font-weight: normal;
    }

/* Main category */
.main-category[b-czqbb4x60m] {
    font-weight: 700;
    color: #111;
    margin-top: 8px;
    font-size: 15px;
}

/* Collapsible categories (CSS only) */
/*input[type="checkbox"] {
    display: none;
}*/

label.category-label[b-czqbb4x60m] {
    display: block;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    color: #111;
    margin: 5px 20px;
}

.category-content[b-czqbb4x60m] {
    display: none;
    padding-left: 20px;
}

input[type="checkbox"]:checked + .category-content[b-czqbb4x60m] {
    display: block;
}

.facet-count[b-czqbb4x60m] {
    margin-left: 7px;
    padding: 0px 6px;
    background: #e8e8e8;
    color: #222;
    font-size: .8em;
    border-radius: 10px;
    font-weight: normal;
    float: right;
}

/* Counts */
.count[b-czqbb4x60m] {
    color: #777;
    font-size: 13px;
}

/* Responsive */
@media (max-width: 768px) {
    body[b-czqbb4x60m] {
        padding: 10px;
    }

    /*.sidebar {
        width: 100%;
    }*/

    .filter-item[b-czqbb4x60m],
    .filter-title[b-czqbb4x60m],
    .main-category[b-czqbb4x60m] {
        font-size: 13px;
    }
}
/* _content/ecom.theme/Components/Classic/Footer.razor.rz.scp.css */
footer[b-sgcvzdbcnb] {
    background: #1a1a1a;
    color: #fff;
    padding: 3rem 4rem;
}

.footer-content[b-sgcvzdbcnb] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
    margin-bottom: 2rem;
}

.footer-section h3[b-sgcvzdbcnb] {
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.footer-section ul[b-sgcvzdbcnb] {
    list-style: none;
    padding-left: 0px;
}

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

.footer-section a[b-sgcvzdbcnb] {
    color: #aaa;
    text-decoration: none;
    transition: color 0.3s;
}

    .footer-section a:hover[b-sgcvzdbcnb] {
        color: #fff;
    }

.footer-bottom[b-sgcvzdbcnb] {
    border-top: 1px solid #333;
    padding-top: 2rem;
    text-align: center;
    color: #aaa;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    footer[b-sgcvzdbcnb] {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .footer-content[b-sgcvzdbcnb] {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* _content/ecom.theme/Components/Classic/JoinSection.razor.rz.scp.css */
.banner[b-stpwwgapyg] {
    position: relative;
    width: 100%;
    max-width: 1440px;
    height: auto;
    background-color: #d9f7ee;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    margin: 0 auto;
    margin-top: 50px;
}

    .banner[b-stpwwgapyg]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 10px;
        height: 100%;
        background: linear-gradient(to bottom, #007bff, #0056b3);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    }

    .banner[b-stpwwgapyg]::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 10px;
        height: 100%;
        background: linear-gradient(to bottom, #ffa500, #ff8c00);
        clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
    }

.graphic-section[b-stpwwgapyg] {
    flex: 1;
    position: relative;
    min-height: 200px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.chart-bg[b-stpwwgapyg] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: 0;
}

    .chart-bg svg[b-stpwwgapyg] {
        width: 100%;
        height: 100%;
    }

.illustration[b-stpwwgapyg] {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
}

.person[b-stpwwgapyg] {
    width: 80px;
    height: 100px;
    position: relative;
}

    .person svg[b-stpwwgapyg] {
        width: 100%;
        height: 100%;
    }

.arrow-graph[b-stpwwgapyg] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

    .arrow-graph svg[b-stpwwgapyg] {
        width: 100%;
        height: 100%;
    }

.text-section[b-stpwwgapyg] {
    flex: 1;
    text-align: right;
    padding-left: 30px;
    z-index: 3;
}

.earn-money[b-stpwwgapyg] {
    font-size: 14px;
    color: #555;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.join-title[b-stpwwgapyg] {
    font-size: 36px;
    font-weight: 700;
    color: #1a756e;
    line-height: 1.2;
    margin-bottom: 10px;
}

.sub-text[b-stpwwgapyg] {
    font-size: 16px;
    color: #333;
    align-items: center;
    gap: 8px;
}

.check-icon[b-stpwwgapyg] {
    color: #007bff;
    font-weight: bold;
    font-size: 18px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .banner[b-stpwwgapyg] {
        flex-direction: column;
        padding: 20px 15px;
        height: auto;
    }

    .graphic-section[b-stpwwgapyg] {
        width: 100%;
        min-height: 150px;
        margin-bottom: 20px;
    }

    .text-section[b-stpwwgapyg] {
        text-align: center;
        padding-left: 0;
        width: 100%;
    }

    .join-title[b-stpwwgapyg] {
        font-size: 28px;
    }

    .earn-money[b-stpwwgapyg] {
        font-size: 12px;
    }

    .sub-text[b-stpwwgapyg] {
        font-size: 14px;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .banner[b-stpwwgapyg] {
        padding: 15px 10px;
    }

    .join-title[b-stpwwgapyg] {
        font-size: 24px;
    }

    .graphic-section[b-stpwwgapyg] {
        min-height: 120px;
    }

    .person[b-stpwwgapyg] {
        width: 60px;
        height: 80px;
    }
}
/* _content/ecom.theme/Components/Classic/Login.razor.rz.scp.css */
/* ====== Login Page Styles ====== */

body[b-5hwy3gwsui] {
    background-color: #f5f7fa; /* Softer blue-gray background */
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

/* Center page content */
.page-content[b-5hwy3gwsui] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}
.auth-buttons[b-5hwy3gwsui] {
    display: flex;
}
.auth-buttons .btn-danger[b-5hwy3gwsui]{
    color: #fff;
}
/* Card Container */
.card[b-5hwy3gwsui] {
    width: 380px;
    border-radius: 1rem;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

/* Card Body */
.card-body[b-5hwy3gwsui] {
    padding: 30px 35px;
}

/* Header Icon */
.fa-user-circle[b-5hwy3gwsui] {
    color: #d87a00;
    margin-bottom: 10px;
}

/* Title */
h5[b-5hwy3gwsui] {
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

/* Subtitle */
span.text-muted[b-5hwy3gwsui] {
    font-size: 0.9rem;
    color: #888;
}

/* Form Groups */
.form-group[b-5hwy3gwsui] {
    position: relative;
    margin-bottom: 20px;
}

/* Input fields */
.form-control[b-5hwy3gwsui] {
    width: 100%;
    height: 42px;
    border-radius: 6px;
    border: 1px solid #ccc;
    padding-left: 35px; /* Make space for the left icon */
    font-size: 0.95rem;
}

    .form-control:focus[b-5hwy3gwsui] {
        border-color: #d87a00;
        outline: none;
        box-shadow: 0 0 4px rgba(216, 122, 0, 0.3);
    }

/* Icon inside input */
.form-control-feedback[b-5hwy3gwsui] {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    pointer-events: none; /* Prevent icon from blocking typing */
    color: #999;
    font-size: 1rem;
}

/* Input group for password */
.input-group[b-5hwy3gwsui] {
    display: flex;
    align-items: center;
    position: relative;
}

.input-group-prepend[b-5hwy3gwsui],
.input-group-append[b-5hwy3gwsui] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 42px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 6px;
    cursor: pointer;
}

.input-group-prepend[b-5hwy3gwsui] {
    border-right: none;
}

.input-group-append[b-5hwy3gwsui] {
    border-left: none;
}

.input-group input.form-control[b-5hwy3gwsui] {
    flex: 1;
    border-radius: 6px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.input-group-prepend[b-5hwy3gwsui], 
.input-group-append[b-5hwy3gwsui] {
    height: 30px;
}
.input-group-text[b-5hwy3gwsui] {
    padding: 10px;
}
/* Remember/Forgot password */
.d-flex[b-5hwy3gwsui] {
    display: flex;
    align-items: center;
}

.form-check-label[b-5hwy3gwsui] {
    font-size: 0.9rem;
    color: #555;
}

.ml-auto[b-5hwy3gwsui] {
    margin-left: auto;
}

a[b-5hwy3gwsui] {
    color: #d87a00;
    font-size: 0.9rem;
    text-decoration: none;
}

    a:hover[b-5hwy3gwsui] {
        text-decoration: underline;
    }

/* Buttons */
.btn[b-5hwy3gwsui] {
    display: inline-block;
    text-align: center;
    font-weight: 500;
    border-radius: 6px;
    padding: 10px 0;
    width: 100%;
    cursor: pointer;
    border: none;
    transition: all 0.2s ease-in-out;
}

.btn-primary[b-5hwy3gwsui] {
    background-color: #d87a00;
    color: #fff;
}

    .btn-primary:hover[b-5hwy3gwsui] {
        background-color: #b96a00;
    }

.btn-secondary[b-5hwy3gwsui] {
    background-color: #555;
    color: #fff;
}

    .btn-secondary:hover[b-5hwy3gwsui] {
        background-color: #333;
    }

/* Alerts */
.alert[b-5hwy3gwsui] {
    background-color: #f8d7da;
    color: #842029;
    padding: 10px;
    border-radius: 6px;
    margin-top: 10px;
}

/* Error messages */
.text-danger[b-5hwy3gwsui] {
    color: #d9534f;
    font-size: 0.85rem;
    margin-top: 5px;
}

/* Remove Bootstrap margin/padding classes */
.mb-0[b-5hwy3gwsui] {
    margin-bottom: 0 !important;
}

.mb-3[b-5hwy3gwsui] {
    margin-bottom: 1rem !important;
}

.mt-1[b-5hwy3gwsui] {
    margin-top: 0.25rem !important;
}

.mt-3[b-5hwy3gwsui] {
    margin-top: 1rem !important;
}

.ml-2[b-5hwy3gwsui] {
    margin-left: 0.5rem !important;
}

.ml-auto[b-5hwy3gwsui] {
    margin-left: auto !important;
}



/* Responsive adjustments */
@media (max-width: 480px) {
    .card[b-5hwy3gwsui] {
        width: 100%;
    }
}
/* _content/ecom.theme/Components/Classic/NavMenu.razor.rz.scp.css */
.top-bar[b-jxf35swvm0] {
    background: #F3F3F3;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
    flex-wrap: wrap;
}

.top-bar-right > .log-in-margin[b-jxf35swvm0] {
    margin-right: 50px !important;
}

.top-bar-right > .order-margin[b-jxf35swvm0] {
    margin-right: 15px !important;
}

.top-bar-left[b-jxf35swvm0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: #000;
    font-weight: bold;
    cursor: pointer;
    flex-shrink: 0;
}

.top-bar-right[b-jxf35swvm0] {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
    flex: 1;
    justify-content: space-between;
}

    .top-bar-right > div[b-jxf35swvm0] {
        display: flex;
        gap: 1rem;
        align-items: center;
        justify-content: center;
        flex: 1;
    }

    .top-bar-right > a[b-jxf35swvm0] {
        margin-left: auto;
    }

.top-bar a[b-jxf35swvm0] {
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

/* Tablet and smaller screens */
@media (max-width: 1200px) {
    .top-bar-right[b-jxf35swvm0] {
        gap: 0.8rem;
    }

        .top-bar-right > div[b-jxf35swvm0] {
            gap: 0.8rem;
        }

        .top-bar-right > .log-in-margin[b-jxf35swvm0] {
            margin-right: 20px !important;
        }

        .top-bar-right > .order-margin[b-jxf35swvm0] {
            margin-right: 10px !important;
        }
}

/* Tablet screens */
@media (max-width: 992px) {
    .top-bar[b-jxf35swvm0] {
        font-size: 0.8rem;
    }

    .top-bar-right[b-jxf35swvm0] {
        gap: 0.5rem;
    }

        .top-bar-right > div[b-jxf35swvm0] {
            gap: 0.5rem;
        }
}

nav[b-jxf35swvm0] {
    background: #fff;
    padding: 1rem 4rem;
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 1000;
}


.logo[b-jxf35swvm0] {
    /*font-size: 1.8rem;
    font-weight: 700;
    color: #000;
    display: flex;
    align-items: center;
    gap: 0.3rem;*/
}

img[b-jxf35swvm0] {
    display: block;
    max-width: 45px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    border-radius: 5px;
}

.logo-icon[b-jxf35swvm0] {
    /*width: 30px;
    height: 30px;
    background: #000;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);*/
}


.nav-menu[b-jxf35swvm0] {
    display: flex;
    gap: 2rem;
    list-style: none;
    align-items: center;
}

    .nav-menu a[b-jxf35swvm0] {
        color: #333;
        text-decoration: none;
        font-weight: 500;
        font-size: 0.95rem;
        transition: color 0.3s;
    }

        .nav-menu a:hover[b-jxf35swvm0] {
            color: #e67e22;
        }

.nav-right[b-jxf35swvm0] {
    /*display: flex;*/
    align-items: center;
    gap: 1.5rem;
}

.search-bar[b-jxf35swvm0] {
    display: flex;
    align-items: center;
    background: #f5f5f5;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    border: 1px solid #ccc;
}

    .search-bar input[b-jxf35swvm0] {
        border: none;
        background: none;
        outline: none;
        width: 100%;
        font-size: 0.9rem;
    }

.cart-icon[b-jxf35swvm0] {
    position: relative;
    cursor: pointer;
    font-size: 1.5rem;
}

.cart-count[b-jxf35swvm0] {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #e67e22;
    color: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    font-weight: 600;
}

/* Center Menu */
.nav-center[b-jxf35swvm0] {
    position: relative;
}

.nav-item[b-jxf35swvm0] {
    position: relative;
    display: inline-block;
    border-radius: 5px;
}

.nav-link[b-jxf35swvm0] {
    text-decoration: none;
    color: #222;
    font-weight: 600;
    padding: 10px 15px;
    display: inline-block;
}

/* Dropdown Menu */
.dropdown[b-jxf35swvm0] {
    position: absolute;
    left: 0px;
    top: 100%;
    display: flex;
    gap: 40px;
    background: #fff;
    padding: 25px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    pointer-events: none;
}

.dropdown-column[b-jxf35swvm0] {
    width: 145px;
}

    .dropdown-column h4[b-jxf35swvm0] {
        font-size: 13px;
        font-weight: 700;
        margin-bottom: 8px;
        color: #111;
    }

    .dropdown-column a[b-jxf35swvm0] {
        display: block;
        text-decoration: none;
        color: #333;
        font-size: 13px;
        margin-bottom: 6px;
    }

        .dropdown-column a:hover[b-jxf35swvm0] {
            color: #007bff;
        }

/* Smooth Hover Logic */
.nav-item:hover .dropdown[b-jxf35swvm0],
.nav-item:focus-within .dropdown[b-jxf35swvm0] {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

/* Add small hover delay when leaving */
.nav-item .dropdown[b-jxf35swvm0] {
    transition-delay: 0.15s;
}

/* Mobile Menu Styles */
.mobile-menu-toggle[b-jxf35swvm0] {
    display: none;
}

.mobile-hamburger[b-jxf35swvm0] {
    display: none;
}

#mobile-menu-checkbox[b-jxf35swvm0],
#mobile-top-menu-checkbox[b-jxf35swvm0] {
    display: none;
}

.mobile-left-menu[b-jxf35swvm0] {
    display: none;
    position: fixed;
    top: 0;
    left: -100%;
    width: 280px;
    height: 100vh;
    background: #fff;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    transition: left 0.3s ease;
    overflow-y: auto;
}

.mobile-top-menu[b-jxf35swvm0] {
    display: none;
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    transition: right 0.3s ease;
    overflow-y: auto;
}

#mobile-menu-checkbox:checked ~ .mobile-left-menu[b-jxf35swvm0] {
    left: 0;
}

#mobile-top-menu-checkbox:checked ~ .mobile-top-menu[b-jxf35swvm0] {
    right: 0;
}

.mobile-menu-header[b-jxf35swvm0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #eee;
}

.mobile-menu-close[b-jxf35swvm0] {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    text-decoration: none;
    color: #333;
}

.mobile-menu-items[b-jxf35swvm0] {
    padding: 10px 6px;
    border-bottom: 1px solid #ccc;
}

    .mobile-menu-items > a .link[b-jxf35swvm0] {
        display: block !important;
        padding: 0.8rem !important;
        color: #333 !important;
        text-decoration: none !important;
        border-bottom: 1px solid #eee !important;
        font-size: 0.95rem !important;
    }

    .mobile-menu-items > a .link:hover[b-jxf35swvm0] {
        background: #f5f5f5 !important;
    }

.mobile-shop-category[b-jxf35swvm0] {
    padding: 1rem;
}

.mobile-category-group[b-jxf35swvm0] {
    margin-bottom: 1.5rem;
}

    .mobile-category-group h4[b-jxf35swvm0] {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 10px;
        color: #111;
        padding: 0.5rem;
        background: #f5f5f5;
    }

    .mobile-category-group a[b-jxf35swvm0] {
        display: block;
        padding: 0.6rem 0.5rem;
        color: #333;
        text-decoration: none;
        font-size: 13px;
        border-bottom: 1px solid #eee;
    }

        .mobile-category-group a:hover[b-jxf35swvm0] {
            background: #f9f9f9;
        }

.mobile-overlay[b-jxf35swvm0] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    cursor: pointer;
}

#mobile-menu-checkbox:checked ~ #left-overlay[b-jxf35swvm0] {
    display: block;
}

#mobile-top-menu-checkbox:checked ~ #right-overlay[b-jxf35swvm0] {
    display: block;
}

.mobile-search-wrapper[b-jxf35swvm0] {
    display: none;
}

.mobile-search-icon[b-jxf35swvm0] {
    display: none;
}

.p-2[b-jxf35swvm0] {
    padding: 0.5rem;
}

.p-3[b-jxf35swvm0] {
    padding: 0.75rem;
}

.bg-dark[b-jxf35swvm0] {
    background: #000;
}

.text-white[b-jxf35swvm0] {
    color: #fff;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .row-mobile-d-none[b-jxf35swvm0]{
        display:none;
    }

    .top-bar[b-jxf35swvm0] {
        display: none;
    }

    nav[b-jxf35swvm0] {
        padding: 0rem 0.2rem;
        display: flex;
    }

    .nav-center[b-jxf35swvm0] {
        display: none;
    }

    .nav-right[b-jxf35swvm0] {
        margin-right: 0;
        gap: 1rem;
    }

    .search-bar[b-jxf35swvm0] {
        display: none;
    }

    .mobile-menu-toggle[b-jxf35swvm0],
    .mobile-hamburger[b-jxf35swvm0] {
        display: block;
    }
    .bars-margin[b-jxf35swvm0] {
        margin-right: 220px;
    }

    .mobile-hamburger[b-jxf35swvm0] {
        font-size: 1.5rem;
        cursor: pointer;
        padding: 0.5rem;
        border-right: 1px solid #efefef;
    }

    .logo[b-jxf35swvm0] {
        font-size: 1.5rem;
    }

    nav[b-jxf35swvm0] {
        justify-content: space-between;
    }

    .mobile-left-menu[b-jxf35swvm0],
    .mobile-top-menu[b-jxf35swvm0] {
        display: block;
    }

    .mobile-search-wrapper[b-jxf35swvm0] {
        display: block;
        padding: 0.8rem 0.5rem;
        background: #ddd;
    }

        .mobile-search-wrapper .search-bar[b-jxf35swvm0] {
            display: flex;
            width: 100%;
            margin: 0;
        }

    .mobile-search-icon[b-jxf35swvm0] {
        margin-top: 8px;
        margin-right: -50px;
        font-size: 18px;
    }
    .mobile-search-wrapper-toggle[b-jxf35swvm0] {
        display: none;
    }
}

@media (max-width: 575px) {
    .row-mobile-d-none[b-jxf35swvm0] {
        display: none;
    }

    .logo[b-jxf35swvm0] {
        font-size: 1.3rem;
    }

    .mobile-left-menu[b-jxf35swvm0],
    .mobile-top-menu[b-jxf35swvm0] {
        width: 250px;
    }
    .mobile-search-icon[b-jxf35swvm0] {
        margin-top: 8px;
        margin-right: -50px;
        font-size: 18px;
    }
    
}
/* _content/ecom.theme/Components/Classic/NewArrivalSection.razor.rz.scp.css */
.arrival-section[b-jsdcrc1uuk] {
    padding: 3rem 15rem;
}

.arrival-section-title[b-jsdcrc1uuk] {
    text-align: center;
    font-size: 2.5rem;
    color: #e67e22;
    margin-bottom: 3rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

.arrival-product-grid[b-jsdcrc1uuk] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 0.5rem;
}

.arrival-product-card[b-jsdcrc1uuk] {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    transition: all 0.3s;
    cursor: pointer;
    position: relative;
}

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

.arrival-product-label[b-jsdcrc1uuk] {
    position: absolute;
    top: 3%;
    left: 50%;
    transform: translate(-50%, -29%);
    background: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 10px;
    font-weight: 700;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 65%;
}

.arrival-product-image[b-jsdcrc1uuk] {
    width: 100%;
    height: 210px;
    background: linear-gradient(135deg, #f0f0f0, #e0e0e0);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

    .arrival-product-image img[b-jsdcrc1uuk] {
        width: 100%;
        object-fit: contain;
        transition: transform 0.3s;
    }

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

.arrival-product-placeholder[b-jsdcrc1uuk] {
    font-size: 4rem;
    /*opacity: 0.3;*/
}

@media (max-width: 768px) {
    .arrival-section[b-jsdcrc1uuk] {
        padding: 6px;
    }
    .arrival-product-image[b-jsdcrc1uuk]{
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        /*gap: 0.7rem;*/
    }
}

@media (max-width: 480px) {
    .arrival-section[b-jsdcrc1uuk] {
        padding: 6px;
    }

    .arrival-product-image[b-jsdcrc1uuk] {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        /*gap: 0.7rem;*/
    }
}
/* _content/ecom.theme/Components/Classic/NonUserOrderTracking.razor.rz.scp.css */

.fab-search-input[b-ldmiobh3tu] {
    width: 100%;
    padding: 1.25rem 5rem 1.25rem 1.5rem;
    border: 3px solid #e2e8f0;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s;
    font-family: 'Courier New', monospace;
}

    .fab-search-input:focus[b-ldmiobh3tu] {
        outline: none;
        border-color: #6366f1;
        box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.1);
    }

.fab-search-btn[b-ldmiobh3tu] {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0.875rem 2rem;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

    .fab-search-btn:hover[b-ldmiobh3tu] {
        transform: translateY(-50%) scale(1.05);
        box-shadow: 0 6px 20px rgba(99, 102, 241, 0.4);
    }

.fab-result-section[b-ldmiobh3tu] {
    display: none;
}

    .fab-result-section.fab-show[b-ldmiobh3tu] {
        display: block;
    }

.fab-tracking-container[b-ldmiobh3tu] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.fab-order-details-card[b-ldmiobh3tu] {
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.fab-card-title[b-ldmiobh3tu] {
    font-size: 24px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e2e8f0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

    .fab-card-title i[b-ldmiobh3tu] {
        color: #6366f1;
    }

.fab-detail-row[b-ldmiobh3tu] {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
    border-bottom: 1px solid #f1f5f9;
}

.fab-detail-label[b-ldmiobh3tu] {
    color: #64748b;
    font-weight: 600;
}

.fab-detail-value[b-ldmiobh3tu] {
    color: #1e293b;
    font-weight: 600;
    text-align: right;
}

.fab-order-status[b-ldmiobh3tu] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.fab-status-processing[b-ldmiobh3tu] {
    background: linear-gradient(135deg, #dbeafe, #bfdbfe);
    color: #1e40af;
}

.fab-tracking-timeline[b-ldmiobh3tu] {
    height: 57%;
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.fab-timeline[b-ldmiobh3tu] {
    position: relative;
    padding-left: 3rem;
    margin-top: 2rem;
}

    .fab-timeline[b-ldmiobh3tu]::before {
        content: '';
        position: absolute;
        left: 17px;
        top: 0;
        bottom: 0;
        width: 3px;
        background: linear-gradient(180deg, #10b981, #6366f1, #8b5cf6);
    }

.fab-timeline-item[b-ldmiobh3tu] {
    position: relative;
    margin-bottom: 2.5rem;
}

    .fab-timeline-item:last-child[b-ldmiobh3tu] {
        margin-bottom: 0;
    }

.fab-timeline-icon[b-ldmiobh3tu] {
    position: absolute;
    left: -3rem;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

.fab-timeline-item.fab-completed .fab-timeline-icon[b-ldmiobh3tu] {
    background: linear-gradient(135deg, #10b981, #059669);
    color: #ffffff;
}

.fab-timeline-item.fab-active .fab-timeline-icon[b-ldmiobh3tu] {
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #ffffff;
    animation: fab-pulse-b-ldmiobh3tu 2s infinite;
}

.fab-timeline-item.fab-pending .fab-timeline-icon[b-ldmiobh3tu] {
    background: #f1f5f9;
    color: #94a3b8;
}

@keyframes fab-pulse-b-ldmiobh3tu {
    0%, 100% {
        box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
    }

    50% {
        box-shadow: 0 4px 20px rgba(99, 102, 241, 0.6);
    }
}

.fab-timeline-content[b-ldmiobh3tu] {
    padding-left: 0.5rem;
}

.fab-timeline-title[b-ldmiobh3tu] {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.25rem;
}

.fab-timeline-date[b-ldmiobh3tu] {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 0.5rem;
}

.fab-timeline-desc[b-ldmiobh3tu] {
    font-size: 14px;
    color: #475569;
    line-height: 1.6;
}

.fab-product-card[b-ldmiobh3tu] {
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    margin-top: 2rem;
}

.fab-product-item[b-ldmiobh3tu] {
    display: flex;
    gap: 1.5rem;
    padding: 1.5rem;
    background: #f8fafc;
    border-radius: 12px;
    margin-bottom: 1rem;
}

.fab-product-image[b-ldmiobh3tu] {
    width: 120px;
    height: 120px;
    border-radius: 12px;
    object-fit: cover;
    border: 2px solid #e2e8f0;
}

.fab-product-info[b-ldmiobh3tu] {
    flex: 1;
}

.fab-product-name[b-ldmiobh3tu] {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.5rem;
}

.fab-product-meta[b-ldmiobh3tu] {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 0.75rem;
}

.fab-product-price[b-ldmiobh3tu] {
    font-size: 20px;
    font-weight: 700;
    color: #10b981;
}

.fab-summary-box[b-ldmiobh3tu] {
    background: linear-gradient(135deg, #f8fafc, #f1f5f9);
    border-radius: 12px;
    padding: 1.5rem;
    margin-top: 2rem;
}

.fab-summary-row[b-ldmiobh3tu] {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 0;
    color: #475569;
    font-weight: 600;
}

    .fab-summary-row.fab-total[b-ldmiobh3tu] {
        border-top: 2px solid #e2e8f0;
        margin-top: 0.5rem;
        padding-top: 1rem;
        font-size: 22px;
        color: #1e293b;
    }

.fab-action-buttons[b-ldmiobh3tu] {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.fab-btn[b-ldmiobh3tu] {
    flex: 1;
    padding: 1rem;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.fab-btn-primary[b-ldmiobh3tu] {
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

    .fab-btn-primary:hover[b-ldmiobh3tu] {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(99, 102, 241, 0.4);
    }

.fab-btn-secondary[b-ldmiobh3tu] {
    background: #ffffff;
    color: #6366f1;
    border: 2px solid #6366f1;
}

    .fab-btn-secondary:hover[b-ldmiobh3tu] {
        background: #6366f1;
        color: #ffffff;
    }

.fab-examples[b-ldmiobh3tu] {
    margin-top: 2rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, #fef3c7, #fde68a);
    border-radius: 12px;
}

.fab-examples-title[b-ldmiobh3tu] {
    font-size: 14px;
    font-weight: 700;
    color: #92400e;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.fab-example-refs[b-ldmiobh3tu] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.fab-example-ref[b-ldmiobh3tu] {
    padding: 0.5rem 1rem;
    background: #ffffff;
    border-radius: 8px;
    font-family: 'Courier New', monospace;
    font-size: 13px;
    color: #6366f1;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    border: 2px solid transparent;
}

    .fab-example-ref:hover[b-ldmiobh3tu] {
        border-color: #6366f1;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(99, 102, 241, 0.2);
    }

@media (max-width: 1024px) {
    .fab-sidebar[b-ldmiobh3tu] {
        transform: translateX(-100%);
    }

    .fab-main-content[b-ldmiobh3tu] {
        margin-left: 0px;
        padding-top: 5rem;
        margin-left: 0px;
        margin-left: 0px;
    }

    .fab-menu-toggle[b-ldmiobh3tu] {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #fab-menu-checkbox:checked ~ .fab-sidebar[b-ldmiobh3tu] {
        transform: translateX(0);
    }

    #fab-menu-checkbox:checked ~ .fab-overlay[b-ldmiobh3tu] {
        display: block;
    }

    .fab-top-nav[b-ldmiobh3tu] {
        margin-top: 1rem;
    }

    .fab-tracking-container[b-ldmiobh3tu] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    fab-search-title
    .fab-search-section[b-ldmiobh3tu] {
        padding: 2rem 1.5rem;
    }

    .fab-search-title[b-ldmiobh3tu] {
        font-size: 24px;
    }

    .fab-search-input[b-ldmiobh3tu] {
        padding: 1rem 1.25rem;
        font-size: 14px;
    }

    .fab-search-btn[b-ldmiobh3tu] {
        position: static;
        transform: none;
        width: 100%;
        margin-top: 1rem;
    }

        .fab-search-btn:hover[b-ldmiobh3tu] {
            transform: scale(1.02);
        }

    .fab-top-nav[b-ldmiobh3tu] {
        flex-direction: column;
        gap: 1rem;
    }

    .fab-nav-links[b-ldmiobh3tu] {
        flex-direction: column;
        gap: 1rem;
    }

    .fab-action-buttons[b-ldmiobh3tu] {
        flex-direction: column;
    }

    .fab-product-item[b-ldmiobh3tu] {
        flex-direction: column;
    }

    .fab-product-image[b-ldmiobh3tu] {
        width: 100%;
        height: 200px;
    }

    .fab-example-refs[b-ldmiobh3tu] {
        flex-direction: column;
    }

    .fab-main-content[b-ldmiobh3tu] {
        margin-left: 0;
        padding-top: 5rem;
        margin-left: 0px;
    }

    .fab-tracking-timeline[b-ldmiobh3tu] {
        height: 100%;
    }
}
/* _content/ecom.theme/Components/Classic/Order.razor.rz.scp.css */
.mixcat-wrapper[b-ql9of4ch1o] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.mixcat-wrapper *[b-ql9of4ch1o],
.mixcat-wrapper *[b-ql9of4ch1o]::before,
.mixcat-wrapper *[b-ql9of4ch1o]::after {
    box-sizing: border-box;
}

.fab-sidebar[b-ql9of4ch1o] {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 280px;
    background: #ffffff;
    box-shadow: 4px 0 24px rgba(0,0,0,0.06);
    padding: 2rem 0;
    z-index: 1000;
    transition: transform 0.3s ease;
}

.fab-menu-toggle[b-ql9of4ch1o] {
    display: none;
    position: fixed;
    top: 1rem;
    left: 1rem;
    z-index: 1001;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #ffffff;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
    transition: all 0.3s;
}

    .fab-menu-toggle:hover[b-ql9of4ch1o] {
        transform: scale(1.05);
        box-shadow: 0 6px 20px rgba(99, 102, 241, 0.4);
    }

.fab-overlay[b-ql9of4ch1o] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    transition: opacity 0.3s ease;
}

#fab-menu-checkbox[b-ql9of4ch1o] {
    display: none;
}

.fab-logo-section[b-ql9of4ch1o] {
    padding: 3rem 0rem 1rem;
    border-bottom: 2px solid #e2e8f0;
}

.fab-logo[b-ql9of4ch1o] {
    font-size: 28px;
    font-weight: 800;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: flex;
    align-items: center;
    gap: 12px;
}

.fab-nav-menu[b-ql9of4ch1o] {
    padding: 0rem 0;
}

.fab-nav-item[b-ql9of4ch1o] {
    display: flex;
    align-items: center;
    padding: 1rem 1rem;
    color: #64748b;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
    border-left: 4px solid transparent;
}

    .fab-nav-item:hover[b-ql9of4ch1o],
    .fab-nav-item.fab-active[b-ql9of4ch1o] {
        background: linear-gradient(90deg, rgba(99, 102, 241, 0.1), transparent);
        color: #6366f1;
        border-left-color: #6366f1;
    }

    .fab-nav-item i[b-ql9of4ch1o] {
        width: 24px;
        margin-right: 1rem;
        font-size: 20px;
    }

.fab-main-content[b-ql9of4ch1o] {
    margin-left: 280px;
    min-height: 100vh;
    padding: 1rem 2rem;
}


@media (max-width: 1024px) {
    .fab-sidebar[b-ql9of4ch1o] {
        transform: translateX(-100%);
    }

    .fab-main-content[b-ql9of4ch1o] {
        margin-left: 0;
        padding-top: 5rem;
        margin-left: 0px;
    }

    .fab-menu-toggle[b-ql9of4ch1o] {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #fab-menu-checkbox:checked ~ .fab-sidebar[b-ql9of4ch1o] {
        transform: translateX(0);
    }

    #fab-menu-checkbox:checked ~ .fab-overlay[b-ql9of4ch1o] {
        display: block;
    }
}

.fab-nav-links[b-ql9of4ch1o] {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.fab-nav-link[b-ql9of4ch1o] {
    color: #64748b;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

    .fab-nav-link:hover[b-ql9of4ch1o] {
        color: #6366f1;
    }

.fab-user-profile[b-ql9of4ch1o] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 1.25rem;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #ffffff;
    border-radius: 50px;
    font-weight: 600;
}

.fab-alert-card[b-ql9of4ch1o] {
    background: #ffffff;
    border-radius: 16px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border-left: 5px solid #f59e0b;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

    .fab-alert-card.fab-alert-success[b-ql9of4ch1o] {
        border-left-color: #10b981;
    }

.fab-alert-icon[b-ql9of4ch1o] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}

.fab-alert-card .fab-alert-icon[b-ql9of4ch1o] {
    background: linear-gradient(135deg, #fef3c7, #fde68a);
    color: #f59e0b;
}

.fab-alert-card.fab-alert-success .fab-alert-icon[b-ql9of4ch1o] {
    background: linear-gradient(135deg, #d1fae5, #a7f3d0);
    color: #10b981;
}

.fab-alert-content[b-ql9of4ch1o] {
    flex: 1;
}

    .fab-alert-content p[b-ql9of4ch1o] {
        margin: 0;
        color: #475569;
        line-height: 1.6;
    }

.fab-alert-link[b-ql9of4ch1o] {
    color: #6366f1;
    font-weight: 600;
    text-decoration: none;
}

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

.fab-orders-section[b-ql9of4ch1o] {
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.fab-section-header[b-ql9of4ch1o] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #e2e8f0;
}

.fab-section-title[b-ql9of4ch1o] {
    font-size: 28px;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
}

.fab-filter-btn[b-ql9of4ch1o] {
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s;
}

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

.fab-table-wrapper[b-ql9of4ch1o] {
    overflow-x: auto;
}

.fab-orders-table[b-ql9of4ch1o] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

    .fab-orders-table thead th[b-ql9of4ch1o] {
        background: linear-gradient(135deg, #f8fafc, #f1f5f9);
        color: #1e293b;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 0.5px;
        padding: 1.25rem 1.5rem;
        text-align: left;
        border-bottom: 2px solid #e2e8f0;
    }

    .fab-orders-table tbody tr[b-ql9of4ch1o] {
        transition: all 0.3s;
    }

        .fab-orders-table tbody tr:hover[b-ql9of4ch1o] {
            background: linear-gradient(90deg, rgba(99, 102, 241, 0.05), transparent);
            transform: scale(1.01);
        }

    .fab-orders-table tbody td[b-ql9of4ch1o] {
        padding: 1.5rem 1.5rem;
        border-bottom: 1px solid #e2e8f0;
        color: #475569;
        font-weight: 500;
    }

.fab-reference-id[b-ql9of4ch1o] {
    font-family: 'Courier New', monospace;
    color: #6366f1;
    font-weight: 600;
    font-size: 14px;
}

.fab-date-time[b-ql9of4ch1o] {
    color: #64748b;
    font-size: 14px;
}

.fab-payment-amount[b-ql9of4ch1o] {
    font-size: 18px;
    font-weight: 700;
    color: #10b981;
}

.fab-payment-method[b-ql9of4ch1o] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: #f1f5f9;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
}

.fab-status-badge[b-ql9of4ch1o] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.fab-status-pending[b-ql9of4ch1o] {
    background: linear-gradient(135deg, #fef3c7, #fde68a);
    color: #92400e;
}

.fab-btn-view[b-ql9of4ch1o] {
    padding: 0.75rem 2rem;
    background: linear-gradient(135deg, #10b981, #059669);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

    .fab-btn-view:hover[b-ql9of4ch1o] {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(16, 185, 129, 0.4);
    }


@media (max-width: 768px) {

    .fab-nav-links[b-ql9of4ch1o] {
        flex-direction: column;
        gap: 1rem;
    }

    .fab-section-header[b-ql9of4ch1o] {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }
}
/* _content/ecom.theme/Components/Classic/OrderTraking.razor.rz.scp.css */
.fab-search-section[b-oi7iy1zln8] {
    background: #ffffff;
    border-radius: 16px;
    padding: 3rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    text-align: center;
    margin-bottom: 2rem;
}

.fab-search-title[b-oi7iy1zln8] {
    font-size: 32px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 1rem;
}

.fab-search-subtitle[b-oi7iy1zln8] {
    font-size: 16px;
    color: #64748b;
    margin-bottom: 2.5rem;
}

.fab-search-box[b-oi7iy1zln8] {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}

.fab-search-input[b-oi7iy1zln8] {
    width: 100%;
    padding: 1.25rem 5rem 1.25rem 1.5rem;
    border: 3px solid #e2e8f0;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s;
    font-family: 'Courier New', monospace;
}

    .fab-search-input:focus[b-oi7iy1zln8] {
        outline: none;
        border-color: #6366f1;
        box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.1);
    }

.fab-search-btn[b-oi7iy1zln8] {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0.875rem 2rem;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

    .fab-search-btn:hover[b-oi7iy1zln8] {
        transform: translateY(-50%) scale(1.05);
        box-shadow: 0 6px 20px rgba(99, 102, 241, 0.4);
    }

.fab-result-section[b-oi7iy1zln8] {
    display: none;
}

    .fab-result-section.fab-show[b-oi7iy1zln8] {
        display: block;
    }

.fab-tracking-container[b-oi7iy1zln8] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.fab-order-details-card[b-oi7iy1zln8] {
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.fab-card-title[b-oi7iy1zln8] {
    font-size: 24px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e2e8f0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

    .fab-card-title i[b-oi7iy1zln8] {
        color: #6366f1;
    }

.fab-detail-row[b-oi7iy1zln8] {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
    border-bottom: 1px solid #f1f5f9;
}

.fab-detail-label[b-oi7iy1zln8] {
    color: #64748b;
    font-weight: 600;
}

.fab-detail-value[b-oi7iy1zln8] {
    color: #1e293b;
    font-weight: 600;
    text-align: right;
}

.fab-order-status[b-oi7iy1zln8] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.fab-status-processing[b-oi7iy1zln8] {
    background: linear-gradient(135deg, #dbeafe, #bfdbfe);
    color: #1e40af;
}

.fab-tracking-timeline[b-oi7iy1zln8] {
    height: 57%;
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.fab-timeline[b-oi7iy1zln8] {
    position: relative;
    padding-left: 3rem;
    margin-top: 2rem;
}

    .fab-timeline[b-oi7iy1zln8]::before {
        content: '';
        position: absolute;
        left: 17px;
        top: 0;
        bottom: 0;
        width: 3px;
        background: linear-gradient(180deg, #10b981, #6366f1, #8b5cf6);
    }

.fab-timeline-item[b-oi7iy1zln8] {
    position: relative;
    margin-bottom: 2.5rem;
}

    .fab-timeline-item:last-child[b-oi7iy1zln8] {
        margin-bottom: 0;
    }

.fab-timeline-icon[b-oi7iy1zln8] {
    position: absolute;
    left: -3rem;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

.fab-timeline-item.fab-completed .fab-timeline-icon[b-oi7iy1zln8] {
    background: linear-gradient(135deg, #10b981, #059669);
    color: #ffffff;
}

.fab-timeline-item.fab-active .fab-timeline-icon[b-oi7iy1zln8] {
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #ffffff;
    animation: fab-pulse-b-oi7iy1zln8 2s infinite;
}

.fab-timeline-item.fab-pending .fab-timeline-icon[b-oi7iy1zln8] {
    background: #f1f5f9;
    color: #94a3b8;
}

@keyframes fab-pulse-b-oi7iy1zln8 {
    0%, 100% {
        box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
    }

    50% {
        box-shadow: 0 4px 20px rgba(99, 102, 241, 0.6);
    }
}

.fab-timeline-content[b-oi7iy1zln8] {
    padding-left: 0.5rem;
}

.fab-timeline-title[b-oi7iy1zln8] {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.25rem;
}

.fab-timeline-date[b-oi7iy1zln8] {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 0.5rem;
}

.fab-timeline-desc[b-oi7iy1zln8] {
    font-size: 14px;
    color: #475569;
    line-height: 1.6;
}

.fab-product-card[b-oi7iy1zln8] {
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    margin-top: 2rem;
}

.fab-product-item[b-oi7iy1zln8] {
    display: flex;
    gap: 1.5rem;
    padding: 1.5rem;
    background: #f8fafc;
    border-radius: 12px;
    margin-bottom: 1rem;
}

.fab-product-image[b-oi7iy1zln8] {
    width: 120px;
    height: 120px;
    border-radius: 12px;
    object-fit: cover;
    border: 2px solid #e2e8f0;
}

.fab-product-info[b-oi7iy1zln8] {
    flex: 1;
}

.fab-product-name[b-oi7iy1zln8] {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.5rem;
}

.fab-product-meta[b-oi7iy1zln8] {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 0.75rem;
}

.fab-product-price[b-oi7iy1zln8] {
    font-size: 20px;
    font-weight: 700;
    color: #10b981;
}

.fab-summary-box[b-oi7iy1zln8] {
    background: linear-gradient(135deg, #f8fafc, #f1f5f9);
    border-radius: 12px;
    padding: 1.5rem;
    margin-top: 2rem;
}

.fab-summary-row[b-oi7iy1zln8] {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 0;
    color: #475569;
    font-weight: 600;
}

    .fab-summary-row.fab-total[b-oi7iy1zln8] {
        border-top: 2px solid #e2e8f0;
        margin-top: 0.5rem;
        padding-top: 1rem;
        font-size: 22px;
        color: #1e293b;
    }

.fab-action-buttons[b-oi7iy1zln8] {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.fab-btn[b-oi7iy1zln8] {
    flex: 1;
    padding: 1rem;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.fab-btn-primary[b-oi7iy1zln8] {
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

    .fab-btn-primary:hover[b-oi7iy1zln8] {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(99, 102, 241, 0.4);
    }

.fab-btn-secondary[b-oi7iy1zln8] {
    background: #ffffff;
    color: #6366f1;
    border: 2px solid #6366f1;
}

    .fab-btn-secondary:hover[b-oi7iy1zln8] {
        background: #6366f1;
        color: #ffffff;
    }

.fab-examples[b-oi7iy1zln8] {
    margin-top: 2rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, #fef3c7, #fde68a);
    border-radius: 12px;
}

.fab-examples-title[b-oi7iy1zln8] {
    font-size: 14px;
    font-weight: 700;
    color: #92400e;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.fab-example-refs[b-oi7iy1zln8] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.fab-example-ref[b-oi7iy1zln8] {
    padding: 0.5rem 1rem;
    background: #ffffff;
    border-radius: 8px;
    font-family: 'Courier New', monospace;
    font-size: 13px;
    color: #6366f1;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    border: 2px solid transparent;
}

    .fab-example-ref:hover[b-oi7iy1zln8] {
        border-color: #6366f1;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(99, 102, 241, 0.2);
    }

@media (max-width: 1024px) {
    .fab-sidebar[b-oi7iy1zln8] {
        transform: translateX(-100%);
    }

    .fab-main-content[b-oi7iy1zln8] {
        margin-left: 0px;
        padding-top: 5rem;
        margin-left: 0px;
        margin-left: 0px;
    }

    .fab-menu-toggle[b-oi7iy1zln8] {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #fab-menu-checkbox:checked ~ .fab-sidebar[b-oi7iy1zln8] {
        transform: translateX(0);
    }

    #fab-menu-checkbox:checked ~ .fab-overlay[b-oi7iy1zln8] {
        display: block;
    }

    .fab-top-nav[b-oi7iy1zln8] {
        margin-top: 1rem;
    }

    .fab-tracking-container[b-oi7iy1zln8] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    fab-search-title
    .fab-search-section[b-oi7iy1zln8] {
        padding: 2rem 1.5rem;
    }

    .fab-search-title[b-oi7iy1zln8] {
        font-size: 24px;
    }

    .fab-search-input[b-oi7iy1zln8] {
        padding: 1rem 1.25rem;
        font-size: 14px;
    }

    .fab-search-btn[b-oi7iy1zln8] {
        position: static;
        transform: none;
        width: 100%;
        margin-top: 1rem;
    }

    .fab-search-btn:hover[b-oi7iy1zln8] {
            transform: scale(1.02);
        }

    .fab-top-nav[b-oi7iy1zln8] {
        flex-direction: column;
        gap: 1rem;
    }

    .fab-nav-links[b-oi7iy1zln8] {
        flex-direction: column;
        gap: 1rem;
    }

    .fab-action-buttons[b-oi7iy1zln8] {
        flex-direction: column;
    }

    .fab-product-item[b-oi7iy1zln8] {
        flex-direction: column;
    }

    .fab-product-image[b-oi7iy1zln8] {
        width: 100%;
        height: 200px;
    }

    .fab-example-refs[b-oi7iy1zln8] {
        flex-direction: column;
    }

    .fab-main-content[b-oi7iy1zln8] {
        margin-left: 0;
        padding-top: 5rem;
        margin-left: 0px;
    }
    .fab-tracking-timeline[b-oi7iy1zln8] {
        height: 100%;
    }
}
/* _content/ecom.theme/Components/Classic/PaymentDeliverySection.razor.rz.scp.css */
.trust-section[b-sukrajkotj] {
    background-color: #e8e8e8;
    padding: 40px 20px;
    border-radius: 8px;
    margin-top: 50px;
}

.container[b-sukrajkotj] {
    max-width: 1440px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    align-items: start;
}

.trust-item[b-sukrajkotj] {
    text-align: center;
}

.icon[b-sukrajkotj] {
    font-size: 32px;
    margin-bottom: 15px;
    color: #333;
}

.trust-item h3[b-sukrajkotj] {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

/* Payment Methods Section */
.payment-methods[b-sukrajkotj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.payment-label[b-sukrajkotj] {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.payment-icons[b-sukrajkotj] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    padding: 15px;
    background-color: white;
    border-radius: 6px;
    border: 1px solid #ddd;
}

.payment-icon[b-sukrajkotj] {
    width: 40px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 4px;
    font-size: 10px;
    font-weight: 600;
    color: #333;
}

    .payment-icon.visa[b-sukrajkotj] {
        color: #1434CB;
    }

    .payment-icon.mastercard[b-sukrajkotj] {
        background: linear-gradient(to right, #EB001B 50%, #F79E1B 50%);
        color: transparent;
    }

    .payment-icon.amex[b-sukrajkotj] {
        color: #006FCF;
    }

    .payment-icon.discover[b-sukrajkotj] {
        color: #FF6000;
    }

    .payment-icon.paypal[b-sukrajkotj] {
        color: #003087;
    }

.verified-badge[b-sukrajkotj] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    font-size: 12px;
    color: #666;
}

.verified-logo[b-sukrajkotj] {
    background-color: #0066B2;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 10px;
}

/* Satisfaction Section */
.satisfaction-content[b-sukrajkotj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

    .satisfaction-content p[b-sukrajkotj] {
        font-size: 14px;
        color: #666;
        line-height: 1.6;
    }

/* Delivery Section */
.delivery-logos[b-sukrajkotj] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.delivery-logo[b-sukrajkotj] {
    height: 35px;
    padding: 8px 12px;
    background-color: white;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    border: 1px solid #e0e0e0;
}

.dhl[b-sukrajkotj] {
    color: #FFCC00;
    background-color: #D40511;
}

.fedex[b-sukrajkotj] {
    background: linear-gradient(to right, #4D148C 50%, #FF6600 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
}

.pathao[b-sukrajkotj] {
    color: #E8404E;
}

.sundarban[b-sukrajkotj] {
    background-color: #FFD700;
    color: #000;
    padding: 6px 10px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .container[b-sukrajkotj] {
        gap: 30px;
    }

    .delivery-logos[b-sukrajkotj] {
        gap: 10px;
    }

    .delivery-logo[b-sukrajkotj] {
        height: 30px;
        font-size: 12px;
        padding: 6px 10px;
    }
}

@media (max-width: 768px) {
    .trust-section[b-sukrajkotj] {
        padding: 30px 15px;
    }

    .container[b-sukrajkotj] {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .trust-item h3[b-sukrajkotj] {
        font-size: 15px;
    }

    .payment-icons[b-sukrajkotj] {
        max-width: 350px;
    }

    .delivery-logos[b-sukrajkotj] {
        max-width: 350px;
    }
}

@media (max-width: 480px) {
    .trust-section[b-sukrajkotj] {
        padding: 25px 10px;
    }

    .icon[b-sukrajkotj] {
        font-size: 28px;
    }

    .trust-item h3[b-sukrajkotj] {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .payment-icons[b-sukrajkotj] {
        padding: 12px;
        gap: 6px;
    }

    .payment-icon[b-sukrajkotj] {
        width: 36px;
        height: 26px;
    }

    .satisfaction-content p[b-sukrajkotj] {
        font-size: 13px;
    }

    .delivery-logo[b-sukrajkotj] {
        height: 28px;
        font-size: 11px;
        padding: 5px 8px;
    }
}
/* _content/ecom.theme/Components/Classic/PriceDetailsCard.razor.rz.scp.css */
/* Modal background */
.modal[b-x7phquqz6l] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Modal box */
.modal-content[b-x7phquqz6l] {
    background: #fff;
    border-radius: 10px;
    max-width: 500px;
    width: 90%;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    padding: 1.5rem;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    position: relative;
}

/* Header */
.modal-header[b-x7phquqz6l] {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1rem;
    position: relative;
}

/* ✖ Close button */
.close-btn[b-x7phquqz6l] {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #eee;
    border: none;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    line-height: 1;
    cursor: pointer;
    transition: 0.3s;
}

    .close-btn:hover[b-x7phquqz6l] {
        background: #ff4d4d;
        color: #fff;
    }

/* Product image */
.product-img[b-x7phquqz6l] {
    width: 100%;
    max-width: 200px;
    margin: 0 auto 1rem;
}

    .product-img img[b-x7phquqz6l] {
        width: 100%;
        border-radius: 8px;
    }

/* Product name */
.product-title[b-x7phquqz6l] {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

/* Size section */
.size-options[b-x7phquqz6l] {
    margin-bottom: 1.5rem;
}

    .size-options h4[b-x7phquqz6l] {
        margin-bottom: 0.8rem;
        font-size: 1rem;
        font-weight: 600;
    }

.size-btns[b-x7phquqz6l] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.6rem;
}

    .size-btns button[b-x7phquqz6l] {
        border: 1px solid #999;
        background: white;
        padding: 0.4rem 1rem;
        border-radius: 5px;
        cursor: pointer;
        font-weight: 500;
        transition: all 0.2s ease;
    }

        .size-btns button:hover[b-x7phquqz6l] {
            background: #eee;
        }

    .size-btns .active[b-x7phquqz6l] {
        background: #00916E;
        color: #fff;
        border-color: #00916E;
    }

/* Price */
.price[b-x7phquqz6l] {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

    .price span[b-x7phquqz6l] {
        color: #00916E;
        font-size: 1.6rem;
        font-weight: 700;
    }

/* Buttons */
.modal-actions[b-x7phquqz6l] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.btn[b-x7phquqz6l] {
    flex: 1;
    padding: 0.6rem;
    font-size: 1rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

    .btn.cancel[b-x7phquqz6l] {
        background: #e74c3c;
        color: #fff;
    }

        .btn.cancel:hover[b-x7phquqz6l] {
            background: #c0392b;
        }

    .btn.add[b-x7phquqz6l] {
        background: #27ae60;
        color: #fff;
    }

        .btn.add:hover[b-x7phquqz6l] {
            background: #1e8449;
        }
/* _content/ecom.theme/Components/Classic/ProductAddToCardDetails.razor.rz.scp.css */
/* Frequently Bought Together Section */
.frequently-bought-section[b-2ecuk5p1pu] {
    background: white;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 40px;
}

.frequently-bought-title[b-2ecuk5p1pu] {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
}

.related-product-card[b-2ecuk5p1pu] {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

.related-product-image[b-2ecuk5p1pu] {
    width: 150px;
    height: 150px;
    flex-shrink: 0;
    background: #f5f5f5;
    border-radius: 4px;
    overflow: hidden;
}

    .related-product-image img[b-2ecuk5p1pu] {
        width: 100%;
    }

.related-product-info h3[b-2ecuk5p1pu] {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #333;
}

.related-product-pricing[b-2ecuk5p1pu] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.related-current-price[b-2ecuk5p1pu] {
    font-size: 20px;
    font-weight: 700;
    color: #333;
}

.related-original-price[b-2ecuk5p1pu] {
    font-size: 16px;
    color: #999;
    text-decoration: line-through;
}

.related-add-to-cart[b-2ecuk5p1pu] {
    background: #333;
    color: white;
    border: none;
    padding: 10px 24px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: background 0.3s;
}

    .related-add-to-cart:hover[b-2ecuk5p1pu] {
        background: #555;
    }

    .related-add-to-cart[b-2ecuk5p1pu]::before {
        content: "+ ";
    }


@media (max-width: 480px) {

    .related-product-pricing[b-2ecuk5p1pu] {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .related-product-card[b-2ecuk5p1pu]{
        display:block;
    }

    .related-product-image[b-2ecuk5p1pu] {
        width: 100%;
        height: 290px;
    }
    .related-add-to-cart[b-2ecuk5p1pu]{
        width:100%
    }
}
/* _content/ecom.theme/Components/Classic/ProductCard.razor.rz.scp.css */
.product-section-card[b-w1dsw0ucc4] {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.2s ease;
}

    .product-section-card:hover[b-w1dsw0ucc4] {
        transform: translateY(-5px);
    }

    .product-section-card img[b-w1dsw0ucc4] {
        width: 100%;
        /* height: 212px; */
        object-fit: cover;
    }

.price[b-w1dsw0ucc4] {
    padding: 5px;
    font-size: 12px;
}

    .price del[b-w1dsw0ucc4] {
        color: #888;
        margin-left: 8px;
        font-size: 0.9rem;
    }

@media (max-width: 600px) {
    .product-section-card img[b-w1dsw0ucc4] {
        /* height: 220px; */
    }

    .featured-item[b-w1dsw0ucc4]::after {
        font-size: 1rem;
        padding: 0.7rem;
    }
}
/* _content/ecom.theme/Components/Classic/ProductCard2.razor.rz.scp.css */
/*.search-bar {
    display: flex;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}

    .search-bar input {
        flex: 1;
        padding: 10px 15px;
        border: none;
        outline: none;
        font-size: 16px;
    }

    .search-bar button {
        background: #fff;
        border: none;
        padding: 10px 15px;
        cursor: pointer;
    }

        .search-bar button:hover {
            background: #eee;
        }*/
.main-card-two[b-uq6ljbczqn] {
    margin: 10px 10px;
}

.refinement-bar[b-uq6ljbczqn] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.refinement-tags[b-uq6ljbczqn] {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.refinement-tag[b-uq6ljbczqn] {
    background: #4a4a9e;
    color: white;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

    .refinement-tag .remove[b-uq6ljbczqn] {
        cursor: pointer;
        font-weight: bold;
        font-size: 12px;
    }

.clear-refinements[b-uq6ljbczqn] {
    background: #00aaff;
    color: white;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
}

.card-two-product-grid[b-uq6ljbczqn] {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.card-two-product-card[b-uq6ljbczqn] {
    width: 300px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease;
}

    .card-two-product-card:hover[b-uq6ljbczqn] {
        transform: translateY(-2px);
    }

.card-two-product-image[b-uq6ljbczqn] {
    width: 100%;
    height: 300px;
    background: #eee;
    position: relative;
    overflow: hidden;
}

    .card-two-product-image img[b-uq6ljbczqn] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.card-two-product-info[b-uq6ljbczqn] {
    padding: 15px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-two-product-title[b-uq6ljbczqn] {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
    white-space:nowrap;
    overflow: hidden;
    /*height:50px;*/
    text-overflow: ellipsis;
}

.card-two-product-price[b-uq6ljbczqn] {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.card-two-buy-button[b-uq6ljbczqn] {
    background: #333;
    color: white;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: background 0.2s;
}

    .card-two-buy-button:hover[b-uq6ljbczqn] {
        background: #222;
    }

    .card-two-buy-button[b-uq6ljbczqn]::before {
        content: "🛒";
        font-size: 16px;
    }

del[b-uq6ljbczqn] {
    color: #f00;
    font-weight: 400;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .search-bar[b-uq6ljbczqn] {
        flex-direction: column;
    }

    .card-two-product-card[b-uq6ljbczqn] {
        width: 100%;
        max-width: 400px;
    }

    .card-two-product-image[b-uq6ljbczqn] {
        height: 250px;
    }
}

@media (max-width: 480px) {
    .card-two-product-card[b-uq6ljbczqn] {
        width: 100%;
    }

    .card-two-product-image[b-uq6ljbczqn] {
        height: 200px;
    }

    .card-two-product-title[b-uq6ljbczqn] {
        font-size: 14px;
    }

    .card-two-product-price[b-uq6ljbczqn] {
        font-size: 16px;
    }

    .card-two-buy-button[b-uq6ljbczqn] {
        padding: 8px;
        font-size: 14px;
    }
}
/* _content/ecom.theme/Components/Classic/ProductDetailsColorAndSize.razor.rz.scp.css */
/* Product Section */
.product-wrapper[b-g7zn51cgtm] {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    background: white;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 40px;
}

.product-image-section[b-g7zn51cgtm] {
    flex: 1;
    position: relative;
}

.sale-badge[b-g7zn51cgtm] {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #e74c3c;
    color: white;
    padding: 5px 15px;
    font-weight: bold;
    font-size: 14px;
    z-index: 10;
}

.brand-logo[b-g7zn51cgtm] {
    position: absolute;
    top: 10px;
    right: 10px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-weight: bold;
    font-size: 24px;
    color: #333;
    z-index: 10;
}

.main-product-image[b-g7zn51cgtm] {
    width: 100%;
    background-color: #f5f5f5;
    border-radius: 8px;
    overflow: hidden;
}

    .main-product-image img[b-g7zn51cgtm] {
        width: 100%;
        height: auto;
        display: block;
    }

.product-details[b-g7zn51cgtm] {
    flex: 1;
}

.product-title[b-g7zn51cgtm] {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}

.price-section[b-g7zn51cgtm] {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.original-price[b-g7zn51cgtm] {
    text-decoration: line-through;
    color: rgb(231, 76, 60);
    font-size: 16px;
}

.sale-price[b-g7zn51cgtm] {
    font-size: 32px;
    font-weight: bold;
    color: #333;
}

.size-selector[b-g7zn51cgtm] {
    margin-bottom: 25px;
}

    .size-selector > label[b-g7zn51cgtm] {
        display: block;
        font-weight: 600;
        margin-bottom: 10px;
        font-size: 16px;
    }

.size-options[b-g7zn51cgtm] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.size-btn[b-g7zn51cgtm] {
    padding: 1px 10px;
    border: 2px solid #ddd;
    background-color: white;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s;
}

    .size-btn:hover[b-g7zn51cgtm] {
        border-color: #333;
    }

    .size-btn.selected[b-g7zn51cgtm] {
        border-color: #333;
        background-color: #333;
        color: white;
    }

.quantity-cart-section[b-g7zn51cgtm] {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    align-items: center;
}

.quantity-selector[b-g7zn51cgtm] {
    display: flex;
    border: 2px solid #ddd;
    align-items: center;
}

.quantity-btn[b-g7zn51cgtm] {
    padding: 10px 15px;
    background-color: white;
    border: none;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.3s;
}

    .quantity-btn:hover[b-g7zn51cgtm] {
        background-color: #f5f5f5;
    }

.quantity-input[b-g7zn51cgtm] {
    width: 60px;
    text-align: center;
    border: none;
    padding: 10px;
    font-size: 16px;
}

.add-to-cart-btn[b-g7zn51cgtm] {
    padding: 12px 30px;
    background-color: #333;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.3s;
}

    .add-to-cart-btn:hover[b-g7zn51cgtm] {
        background-color: #555;
    }

.divider[b-g7zn51cgtm] {
    height: 1px;
    background-color: #ddd;
    margin: 25px 0;
}

.product-description[b-g7zn51cgtm] {
    margin-bottom: 25px;
    color: #555;
    line-height: 1.8;
}

    .product-description p[b-g7zn51cgtm] {
        margin-bottom: 15px;
    }

.specifications[b-g7zn51cgtm] {
    margin-top: 20px;
}

    .specifications h3[b-g7zn51cgtm] {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .specifications ul[b-g7zn51cgtm] {
        list-style: none;
        padding-left: 0;
    }

    .specifications li[b-g7zn51cgtm] {
        padding: 8px 0;
        color: #555;
        position: relative;
        padding-left: 20px;
    }

        .specifications li[b-g7zn51cgtm]:before {
            content: "•";
            position: absolute;
            left: 0;
            color: #333;
            font-weight: bold;
        }


@media (max-width: 480px) {

    .product-wrapper[b-g7zn51cgtm],
    .frequently-bought-section[b-g7zn51cgtm],
    .size-chart-wrapper[b-g7zn51cgtm] {
        padding: 15px;
    }

    .product-title[b-g7zn51cgtm] {
        font-size: 20px;
    }

    .sale-price[b-g7zn51cgtm] {
        font-size: 24px;
    }

    .size-btn[b-g7zn51cgtm] {
        padding: 8px 15px;
        font-size: 13px;
    }

    .quantity-selector[b-g7zn51cgtm] {
        width: 100%;
    }

    .quantity-input[b-g7zn51cgtm] {
        flex: 1;
    }
    .product-image-section[b-g7zn51cgtm]{
        width:100%
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .product-wrapper[b-g7zn51cgtm] {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }

    .product-title[b-g7zn51cgtm] {
        font-size: 22px;
    }

    .sale-price[b-g7zn51cgtm] {
        font-size: 26px;
    }

    .size-options[b-g7zn51cgtm] {
        gap: 8px;
    }

    .size-btn[b-g7zn51cgtm] {
        padding: 8px 20px;
        font-size: 14px;
    }

    .quantity-cart-section[b-g7zn51cgtm] {
        flex-direction: column;
        align-items: stretch;
    }

    .add-to-cart-btn[b-g7zn51cgtm] {
        justify-content: center;
        width: 100%;
    }

    .related-product-card[b-g7zn51cgtm] {
        flex-direction: column;
        text-align: center;
    }

    .related-product-image[b-g7zn51cgtm] {
        width: 100%;
        max-width: 200px;
        height: 200px;
    }

    .frequently-bought-title[b-g7zn51cgtm] {
        font-size: 20px;
    }

    .size-chart-title[b-g7zn51cgtm] {
        font-size: 16px;
    }

    .tab-controls[b-g7zn51cgtm] {
        flex-wrap: wrap;
    }

    .size-data-table th[b-g7zn51cgtm],
    .size-data-table td[b-g7zn51cgtm] {
        font-size: 13px;
    }

    .share-wrapper[b-g7zn51cgtm] {
        flex-direction: column;
        align-items: flex-start;
    }

    .product-image-section[b-g7zn51cgtm] {
        width: 100%
    }
}
/* _content/ecom.theme/Components/Classic/ProductSection.razor.rz.scp.css */

.product-section[b-86yoe839oj] {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 1rem;
    padding: 3rem 15rem;
}

.featured-item[b-86yoe839oj] {
    position: relative;
    background: url('https://via.placeholder.com/600x700') center/cover no-repeat;
    border-radius: 12px;
    overflow: hidden;
    /* height: 535px; */
}

.featured-item-img[b-86yoe839oj] {
    /* height: max-content !important; */
    width: -webkit-fill-available !important;
}

.featured-item-title[b-86yoe839oj] {
    /* content: "Designer Polo";*/
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 1.4rem;
    padding: 1rem;
    text-align: center;
}

.product-section-grid[b-86yoe839oj] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}
/* View More */
.view-more[b-86yoe839oj] {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    font-weight: bold;
    background: #ddd;
    height: 100%;
    border-radius: 10px;
    cursor: pointer;
}

/* Mobile Responsive */
@media (max-width: 992px) {
    .product-section[b-86yoe839oj] {
        grid-template-columns: 1fr;
        padding: 2rem 3rem;
    }

    .product-section-grid[b-86yoe839oj] {
        grid-template-columns: repeat(3, 1fr);
    }

    .featured-item[b-86yoe839oj] {
        height: 400px;
    }

    .featured-item-title[b-86yoe839oj] {
        font-size: 1.2rem;
        padding: 0.8rem;
    }
}

@media (max-width: 768px) {
    .product-section[b-86yoe839oj] {
        padding: 2rem 1rem;
        gap: 1.5rem;
    }

    .product-section-grid[b-86yoe839oj] {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.8rem;
    }

    .featured-item[b-86yoe839oj] {
        height: 350px;
    }

    .featured-item-title[b-86yoe839oj] {
        font-size: 1rem;
        padding: 0.7rem;
    }

    .view-more[b-86yoe839oj] {
        font-size: 1.1rem;
        min-height: 150px;
    }
}

@media (max-width: 575px) {
    .product-section[b-86yoe839oj] {
        padding: 1.5rem 0.8rem;
        gap: 1rem;
    }

    .product-section-grid[b-86yoe839oj] {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.6rem;
    }

    .featured-item[b-86yoe839oj] {
        height: 280px;
        border-radius: 8px;
    }

    .featured-item-title[b-86yoe839oj] {
        font-size: 0.9rem;
        padding: 0.6rem;
    }

    .view-more[b-86yoe839oj] {
        font-size: 1rem;
        min-height: 120px;
        border-radius: 8px;
    }
}

@media (max-width: 400px) {
    .product-section[b-86yoe839oj] {
        padding: 1rem 0.5rem;
    }

    .featured-item[b-86yoe839oj] {
        height: 240px;
    }

    .featured-item-title[b-86yoe839oj] {
        font-size: 0.85rem;
        padding: 0.5rem;
    }

    .product-section-grid[b-86yoe839oj] {
        gap: 0.5rem;
    }

    .view-more[b-86yoe839oj] {
        font-size: 0.9rem;
        min-height: 100px;
    }
}


/* ==================== iPhone & iPad Specific Optimizations ==================== */

/* iPhone 14 Pro Max / 15 Pro Max / 13 Pro Max (428px) */
@media only screen and (max-width: 428px) and (-webkit-min-device-pixel-ratio: 2) {
    .product-section[b-86yoe839oj] {
        padding: 1.2rem 0.8rem;
        gap: 1rem;
    }

    .featured-item[b-86yoe839oj] {
        height: 270px;
        border-radius: 12px;
    }

    .featured-item-title[b-86yoe839oj] {
        font-size: 0.95rem;
        padding: 0.7rem;
        line-height: 1.2;
    }

    .product-section-grid[b-86yoe839oj] {
        gap: 0.7rem;
    }

    .view-more[b-86yoe839oj] {
        font-size: 1rem;
        min-height: 110px;
        border-radius: 10px;
    }
}

/* iPhone: SE, 12 mini, 13 mini (375px) */
@media only screen and (max-width: 375px) {
    .featured-item[b-86yoe839oj] {
        height: 240px;
    }

    .featured-item-title[b-86yoe839oj] {
        font-size: 0.85rem;
        padding: 0.6rem;
    }

    .view-more[b-86yoe839oj] {
        font-size: 0.95rem;
        min-height: 100px;
    }
}

/* iPad Portrait (768px - 834px) */
@media only screen and (min-width: 768px) and (max-width: 834px) and (orientation: portrait) {
    .product-section[b-86yoe839oj] {
        grid-template-columns: 1fr;
        padding: 2.5rem 3rem;
        gap: 2rem;
    }

    .product-section-grid[b-86yoe839oj] {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.2rem;
    }

    .featured-item[b-86yoe839oj] {
        height: 440px;
        border-radius: 14px;
    }

    .featured-item-title[b-86yoe839oj] {
        font-size: 1.5rem;
        padding: 1.2rem;
    }
}

/* iPad Air / iPad 9th-10th Gen Portrait (810px-820px) */
@media only screen and (min-width: 810px) and (max-width: 834px) and (orientation: portrait) {
    .product-section-grid[b-86yoe839oj] {
        grid-template-columns: repeat(4, 1fr);
        gap: 1.3rem;
    }

    .featured-item[b-86yoe839oj] {
        height: 460px;
    }
}

/* iPad Landscape (1024px) - Regular iPad */
@media only screen and (min-width: 1024px) and (max-width: 1080px) and (orientation: landscape) {
    .product-section[b-86yoe839oj] {
        grid-template-columns: 1fr 2fr;
        padding: 3rem 5rem;
        gap: 2rem;
    }

    .featured-item[b-86yoe839oj] {
        height: 520px;
    }
}

/* iPad Pro 11″ Landscape (834px viewport in landscape) */
@media only screen and (min-width: 834px) and (max-width: 1194px) and (orientation: landscape) {
    .product-section[b-86yoe839oj] {
        padding: 3rem 6rem;
        gap: 2rem;
    }

    .featured-item[b-86yoe839oj] {
        height: 500px;
    }
}

/* iPad Pro 12.9″ Landscape (1366px viewport) */
@media only screen and (min-width: 1300px) and (orientation: landscape) {
    .product-section[b-86yoe839oj] {
        padding: 3rem 10rem;
    }

    .featured-item[b-86yoe839oj] {
        /* height: 560px; */
    }
}
/* _content/ecom.theme/Components/Classic/ProductSizeDetails.razor.rz.scp.css */
/* Size Chart Section */
.size-chart-wrapper[b-95v1hf4nwn] {
    background: white;
    border-radius: 8px;
    border: 1px solid #ccc;
    margin-top: 30px;
    padding: 20px;
}

.size-chart-title[b-95v1hf4nwn] {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.tab-radio[b-95v1hf4nwn] {
    display: none;
}

.tab-controls[b-95v1hf4nwn] {
    display: flex;
    gap: 2px;
    border-bottom: 1px solid #e0e0e0;
}

.tab-label[b-95v1hf4nwn] {
    padding: 10px 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    background-color: #e1e1e1;
    color: #666;
    border-bottom: 2px solid transparent;
    transition: all 0.3s;
}

.tab-radio:checked + .tab-label[b-95v1hf4nwn] {
    color: #333;
    border-bottom-color: #333;
}

.table-wrapper[b-95v1hf4nwn] {
    overflow-x: auto;
}

.size-data-table[b-95v1hf4nwn] {
    display: none;
}

#tab-inch:checked ~ .table-wrapper #table-inch[b-95v1hf4nwn],
#tab-cm:checked ~ .table-wrapper #table-cm[b-95v1hf4nwn] {
    display: table;
}

.size-data-table[b-95v1hf4nwn] {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

    .size-data-table thead[b-95v1hf4nwn] {
        background: #f5f5f5;
    }

    .size-data-table th[b-95v1hf4nwn],
    .size-data-table td[b-95v1hf4nwn] {
        text-align: center;
        border: 1px solid #e0e0e0;
        font-size: 14px;
    }

    .size-data-table th[b-95v1hf4nwn] {
        font-weight: 600;
        color: #333;
    }

    .size-data-table td[b-95v1hf4nwn] {
        color: #666;
    }

    .size-data-table tbody tr:hover[b-95v1hf4nwn] {
        background: #fafafa;
    }

.share-wrapper[b-95v1hf4nwn] {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.share-text[b-95v1hf4nwn] {
    font-size: 16px;
    font-weight: 500;
    color: #4a9fd8;
}

.social-links[b-95v1hf4nwn] {
    display: flex;
    gap: 12px;
}

.social-link[b-95v1hf4nwn] {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    cursor: pointer;
    transition: opacity 0.3s;
}

    .social-link:hover[b-95v1hf4nwn] {
        opacity: 0.7;
    }

.instagram-box[b-95v1hf4nwn] {
    width: 24px;
    height: 24px;
    border: 2px solid #333;
    border-radius: 6px;
    position: relative;
}

    .instagram-box[b-95v1hf4nwn]::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 12px;
        height: 12px;
        border: 2px solid #333;
        border-radius: 3px;
    }

    .instagram-box[b-95v1hf4nwn]::after {
        content: '';
        position: absolute;
        top: 3px;
        right: 3px;
        width: 3px;
        height: 3px;
        background: #333;
        border-radius: 50%;
    }



@media (max-width: 480px) {

    .size-data-table th[b-95v1hf4nwn],
    .size-data-table td[b-95v1hf4nwn] {
        font-size: 12px;
    }

    .related-add-to-cart[b-95v1hf4nwn] {
        width: 100%;
        padding: 12px;
    }
}
/* _content/ecom.theme/Components/Classic/Profile.razor.rz.scp.css */
.fab-profile-header[b-cvojivqif0] {
    background: #ffffff;
    border-radius: 16px;
    padding: 0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    margin-bottom: 2rem;
    overflow: hidden;
}

.fab-profile-cover[b-cvojivqif0] {
    height: 200px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    position: relative;
}

.fab-profile-avatar-section[b-cvojivqif0] {
    padding: 0 2rem;
    display: flex;
    align-items: flex-end;
    gap: 2rem;
    margin-top: -80px;
    position: relative;
}

.fab-profile-avatar[b-cvojivqif0] {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 6px solid #ffffff;
    object-fit: cover;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

.fab-profile-info[b-cvojivqif0] {
    flex: 1;
    padding-bottom: 1.5rem;
}

.fab-profile-name[b-cvojivqif0] {
    font-size: 32px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 0.5rem;
}

.fab-profile-username[b-cvojivqif0] {
    font-size: 16px;
    color: #f1f5f9;
    margin-bottom: 1rem;
}

.fab-profile-stats[b-cvojivqif0] {
    display: flex;
    gap: 2rem;
}

.fab-stat-item[b-cvojivqif0] {
    text-align: center;
}

.fab-stat-value[b-cvojivqif0] {
    font-size: 24px;
    font-weight: 700;
    color: #6366f1;
}

.fab-stat-label[b-cvojivqif0] {
    font-size: 13px;
    color: #64748b;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.fab-profile-actions[b-cvojivqif0] {
    display: flex;
    gap: 1rem;
}

.fab-btn[b-cvojivqif0] {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.fab-btn-primary[b-cvojivqif0] {
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

    .fab-btn-primary:hover[b-cvojivqif0] {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(99, 102, 241, 0.4);
    }

.fab-btn-secondary[b-cvojivqif0] {
    background: #ffffff;
    color: #6366f1;
    border: 2px solid #6366f1;
}

    .fab-btn-secondary:hover[b-cvojivqif0] {
        background: #6366f1;
        color: #ffffff;
    }

.fab-profile-content[b-cvojivqif0] {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 2rem;
}

.fab-profile-card[b-cvojivqif0] {
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.edit-btn[b-cvojivqif0] {
    margin-left: 110px !important;
}
    .fab-card-title[b-cvojivqif0] {
        font-size: 20px;
        font-weight: 700;
        color: #1e293b;
        margin-bottom: 1.5rem;
        padding-bottom: 1rem;
        border-bottom: 2px solid #e2e8f0;
        display: flex;
        align-items: center;
        gap: 0.75rem;
    }

    .fab-card-title i[b-cvojivqif0] {
        color: #6366f1;
    }

.fab-info-row[b-cvojivqif0] {
    display: flex;
    padding: 1rem 0;
    border-bottom: 1px solid #f1f5f9;
}

.fab-info-label[b-cvojivqif0] {
    width: 140px;
    color: #64748b;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.fab-info-value[b-cvojivqif0] {
    flex: 1;
    color: #1e293b;
    font-weight: 500;
}

.fab-address-card[b-cvojivqif0] {
    background: #f8fafc;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    border: 2px solid #e2e8f0;
    position: relative;
}

.fab-address-badge[b-cvojivqif0] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 0.375rem 0.75rem;
    background: linear-gradient(135deg, #10b981, #059669);
    color: #ffffff;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.fab-address-name[b-cvojivqif0] {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.5rem;
}

.fab-address-detail[b-cvojivqif0] {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}

.fab-order-card[b-cvojivqif0] {
    background: #f8fafc;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    border: 2px solid #e2e8f0;
    transition: all 0.3s;
}

    .fab-order-card:hover[b-cvojivqif0] {
        border-color: #6366f1;
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(99, 102, 241, 0.15);
    }

.fab-order-header[b-cvojivqif0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.fab-order-id[b-cvojivqif0] {
    font-family: 'Courier New', monospace;
    font-weight: 700;
    color: #6366f1;
    font-size: 14px;
}

.fab-order-status[b-cvojivqif0] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.375rem 0.875rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.fab-status-delivered[b-cvojivqif0] {
    background: linear-gradient(135deg, #d1fae5, #a7f3d0);
    color: #065f46;
}

.fab-status-processing[b-cvojivqif0] {
    background: linear-gradient(135deg, #dbeafe, #bfdbfe);
    color: #1e40af;
}

.fab-order-info[b-cvojivqif0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.fab-order-date[b-cvojivqif0] {
    color: #64748b;
}

.fab-order-amount[b-cvojivqif0] {
    font-size: 18px;
    font-weight: 700;
    color: #10b981;
}

.fab-activity-item[b-cvojivqif0] {
    display: flex;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid #f1f5f9;
}

.fab-activity-icon[b-cvojivqif0] {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.fab-activity-order .fab-activity-icon[b-cvojivqif0] {
    background: linear-gradient(135deg, #dbeafe, #bfdbfe);
    color: #1e40af;
}

.fab-activity-payment .fab-activity-icon[b-cvojivqif0] {
    background: linear-gradient(135deg, #d1fae5, #a7f3d0);
    color: #065f46;
}

.fab-activity-profile .fab-activity-icon[b-cvojivqif0] {
    background: linear-gradient(135deg, #fef3c7, #fde68a);
    color: #92400e;
}

.fab-activity-content[b-cvojivqif0] {
    flex: 1;
}

.fab-activity-title[b-cvojivqif0] {
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0.25rem;
}

.fab-activity-time[b-cvojivqif0] {
    font-size: 12px;
    color: #64748b;
}


@media (max-width: 1024px) {
    .fab-sidebar[b-cvojivqif0] {
        transform: translateX(-100%);
    }

    .fab-main-content[b-cvojivqif0] {
        margin-left: 0;
        padding-top: 5rem;
    }

    .fab-menu-toggle[b-cvojivqif0] {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #fab-menu-checkbox:checked ~ .fab-sidebar[b-cvojivqif0] {
        transform: translateX(0);
    }

    #fab-menu-checkbox:checked ~ .fab-overlay[b-cvojivqif0] {
        display: block;
    }

    .fab-top-nav[b-cvojivqif0] {
        margin-top: 1rem;
    }

    .fab-profile-content[b-cvojivqif0] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .fab-top-nav[b-cvojivqif0] {
        flex-direction: column;
        gap: 1rem;
    }

    .fab-nav-links[b-cvojivqif0] {
        flex-direction: column;
        gap: 1rem;
    }

    .fab-profile-avatar-section[b-cvojivqif0] {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-top: -60px;
    }

    .fab-profile-avatar[b-cvojivqif0] {
        width: 120px;
        height: 120px;
    }

    .fab-profile-name[b-cvojivqif0] {
        font-size: 24px;
    }

    .fab-profile-stats[b-cvojivqif0] {
        justify-content: center;
    }

    .fab-profile-actions[b-cvojivqif0] {
        flex-direction: column;
    }

    .fab-info-row[b-cvojivqif0] {
        flex-direction: column;
        gap: 0.5rem;
    }

    .fab-info-label[b-cvojivqif0] {
        width: 100%;
    }
    .fab-profile-stats[b-cvojivqif0] {
        display: block;
    }
    .fab-profile-username[b-cvojivqif0] {
        color: #000;
    }
}
/* _content/ecom.theme/Components/Classic/Registration.razor.rz.scp.css */
:root[b-zrj0h5fac2] {
    --reg-primary: #ff8c00;
    --reg-border-radius: 10px;
    --reg-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    --reg-card-width: 420px;
}

/* Card layout */
.reg-card[b-zrj0h5fac2] {
    width: 100%;
    max-width: var(--reg-card-width);
    border-radius: var(--reg-border-radius);
    background: #fff;
    padding: 2rem;
    box-shadow: var(--reg-shadow);
    border: 1px solid #eaeaea;
}

/* Header section */
.reg-text-center[b-zrj0h5fac2] {
    text-align: center;
}

.reg-regular-button-icon[b-zrj0h5fac2] {
    color: var(--reg-primary);
}

.reg-text-muted[b-zrj0h5fac2] {
    color: #777;
    font-size: 0.9rem;
}

/* Input grid */
.reg-row[b-zrj0h5fac2] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.reg-col-12[b-zrj0h5fac2] {
    flex: 1 1 100%;
}

.reg-col-6[b-zrj0h5fac2] {
    flex: 1 1 calc(50% - 0.5rem);
}

input[type="text"][b-zrj0h5fac2],
input[type="email"][b-zrj0h5fac2],
input[type="password"][b-zrj0h5fac2],
select[b-zrj0h5fac2] {
    width: 100%;
    padding: 0.6rem 0.75rem;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    font-size: 0.95rem;
    transition: all 0.2s ease-in-out;
}

    input:focus[b-zrj0h5fac2], select:focus[b-zrj0h5fac2] {
        border-color: var(--reg-primary);
        box-shadow: 0 0 0 3px rgba(255, 140, 0, 0.1);
        outline: none;
    }

/* Input group */
.reg-input-group[b-zrj0h5fac2] {
    display: flex;
    align-items: center;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    overflow: hidden;
}

.reg-input-prepend[b-zrj0h5fac2],
.reg-input-append[b-zrj0h5fac2] {
    padding: 0.6rem 0.75rem;
    background: #f8f9fa;
    color: #888;
}

.reg-input-group input[b-zrj0h5fac2] {
    border: none;
    flex: 1;
    padding: 0.6rem;
}

.reg-icon-click[b-zrj0h5fac2] {
    cursor: pointer;
}

/* Checkbox */
.reg-form-check[b-zrj0h5fac2] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.9rem;
}

    .reg-form-check a[b-zrj0h5fac2] {
        color: var(--reg-primary);
        text-decoration: underline;
    }

/* Buttons */
.reg-btn[b-zrj0h5fac2] {
    width: 100%;
    padding: 0.65rem 1rem;
    border-radius: 6px;
    font-weight: 600;
    border: none;
    transition: background 0.2s;
}

.reg-btn-primary[b-zrj0h5fac2] {
    background: #000;
    color: #fff;
}

    .reg-btn-primary:hover[b-zrj0h5fac2] {
        background: #e67e00;
    }

.reg-btn-secondary[b-zrj0h5fac2] {
    background: #6c757d;
    color: #fff;
}

    .reg-btn-secondary:hover[b-zrj0h5fac2] {
        background: #5a6268;
    }

/* Validation & message */
.reg-validation-summary[b-zrj0h5fac2] {
    background: #fff3cd;
    border: 1px solid #ffeeba;
    padding: 0.5rem;
    border-radius: 4px;
    margin-bottom: 0.75rem;
}

.reg-message[b-zrj0h5fac2] {
    padding: 0.6rem;
    border-radius: 6px;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

    .reg-message.success[b-zrj0h5fac2] {
        background: #e9f7ef;
        border: 1px solid #cfe9d9;
        color: #155724;
    }

    .reg-message.error[b-zrj0h5fac2] {
        background: #fcebea;
        border: 1px solid #f5c6cb;
        color: #7a1f1f;
    }

/* Container layout */
.reg-container[b-zrj0h5fac2] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: #f8f9fa;
}

.reg-card-wrapper[b-zrj0h5fac2] {
    width: 100%;
    max-width: 420px;
    padding: 2rem;
    background: #fff;
    border-radius: 12px;
    box-shadow: var(--reg-shadow);
}

/* Form group */
.reg-form-group[b-zrj0h5fac2] {
    position: relative;
    margin-bottom: 1rem;
}

.reg-form-icon[b-zrj0h5fac2] {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: #aaa;
    font-size: 0.9rem;
    z-index: 2;
    pointer-events: none;
}

.form-control[b-zrj0h5fac2] {
    padding-left: 2.3rem !important;
}

    .form-control:focus[b-zrj0h5fac2] {
        border-color: var(--reg-primary);
        box-shadow: 0 0 0 3px rgba(255, 140, 0, 0.15);
        outline: none;
    }

/* Password eye icon */
.reg-password-toggle[b-zrj0h5fac2] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #888;
    font-size: 1rem;
    cursor: pointer;
    transition: color 0.2s;
}

    .reg-password-toggle:hover[b-zrj0h5fac2] {
        color: var(--reg-primary);
    }

/* Responsive */
@media (max-width: 768px) {
    .reg-row[b-zrj0h5fac2] {
        flex-direction: column;
    }

    .reg-col-6[b-zrj0h5fac2] {
        flex: 1 1 100%;
    }
}
/* _content/ecom.theme/Components/Classic/RightToModelCard.razor.rz.scp.css */
.quantity-selector[b-nctg3ghmbx] {
    display: flex;
    border: 2px solid #ddd;
    align-items: center;
    height: 30px;
    border-radius:5px;
}


.quantity-selector[b-nctg3ghmbx] {
    display: flex;
    border: 2px solid #ddd;
    align-items: center;
}

.quantity-btn[b-nctg3ghmbx] {
    padding: 0px 10px;
    background-color: white;
    border: none;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.3s;
}

    .quantity-btn:hover[b-nctg3ghmbx] {
        background-color: #f5f5f5;
    }
.quantity-input[b-nctg3ghmbx] {
    width: 38px;
    text-align: center;
    border: none;
    font-size: 16px;
}


.quantity-btn[b-nctg3ghmbx] {
    padding: 0px 10px;
    background-color: white;
    border: none;
    cursor: pointer;
    font-size: 15px;
    transition: background-color 0.3s;
}

    .quantity-btn:hover[b-nctg3ghmbx] {
        background-color: #f5f5f5;
    }

/* Hidden checkbox for toggle */
#cart-toggle[b-nctg3ghmbx] {
    display: none;
}

/* Floating Cart Button */
.cart-float[b-nctg3ghmbx] {
    position: fixed;
    right: 20px;
    bottom: 30px;
    background: #000000;
    color: #000;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: all 0.2s ease;
    z-index: 1001;
}

    .cart-float:hover[b-nctg3ghmbx] {
        background: #0069d9;
        transform: scale(1.05);
    }

    .cart-float .badge[b-nctg3ghmbx] {
        position: absolute;
        top: 8px;
        right: 8px;
        background: #fff;
        color: #007bff;
        font-weight: 600;
        font-size: 14px;
        border-radius: 50%;
        width: 22px;
        height: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

/* Overlay */
.overlay[b-nctg3ghmbx] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    display: none;
    justify-content: flex-end;
    z-index: 1000;
}

    /* Click on overlay area to close */
    .overlay > label[b-nctg3ghmbx] {
        flex: 1;
    }

/* Modal */
.cart-modal[b-nctg3ghmbx] {
    background: #fff;
    width: 360px;
    max-width: 90%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    box-shadow: -4px 0 10px rgba(0,0,0,0.2);
    transform: translateX(100%);
    transition: transform 0.3s ease;
}

/* When checked: show modal, hide button */
#cart-toggle:checked ~ .cart-float[b-nctg3ghmbx] {
    display: none;
}

#cart-toggle:checked ~ .overlay[b-nctg3ghmbx] {
    display: flex;
}

    #cart-toggle:checked ~ .overlay .cart-modal[b-nctg3ghmbx] {
        transform: translateX(0);
    }

/* Header */
.cart-header[b-nctg3ghmbx] {
    background: #333;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
}

    .cart-header h2[b-nctg3ghmbx] {
        margin: 0;
        font-size: 1.2rem;
        font-weight: 600;
    }

.close-btn[b-nctg3ghmbx] {
    color: #ff6b6b;
    font-size: 1.4rem;
    font-weight: bold;
    cursor: pointer;
}

/* Product Section */
.cart-body[b-nctg3ghmbx] {
    flex: 1;
    overflow-y: auto;
    padding: 1rem;
}

.cart-item[b-nctg3ghmbx] {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
    padding: 1rem;
}

.item-header[b-nctg3ghmbx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.item-info[b-nctg3ghmbx] {
    font-size: 0.95rem;
    font-weight: 500;
}

.item-img[b-nctg3ghmbx] {
    width: 80px;
}

    .item-img img[b-nctg3ghmbx] {
        width: 100%;
        border-radius: 6px;
    }

.item-row[b-nctg3ghmbx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.4rem 0;
    font-size: 0.9rem;
    border-bottom: 1px solid #eee;
}

    .item-row:last-child[b-nctg3ghmbx] {
        border-bottom: none;
    }

select[b-nctg3ghmbx] {
    padding: 0.3rem 0.6rem;
    border-radius: 5px;
    border: 1px solid #ccc;
    outline: none;
}

.add-size-btn[b-nctg3ghmbx] {
    background: #111;
    color: #fff;
    padding: 0.5rem 0.8rem;
    font-size: 0.9rem;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

    .add-size-btn span[b-nctg3ghmbx] {
        font-size: 1.2rem;
        margin-right: 5px;
    }

.delete-btn[b-nctg3ghmbx] {
    background: #e74c3c;
    color: #fff;
    border: none;
    /*    padding: 0.5rem 0.8rem;*/
    border-radius: 5px;
    cursor: pointer;
    float: right;
}

/* Footer */
.cart-footer[b-nctg3ghmbx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 1rem;
    border-top: 1px solid #ddd;
}

.cart-total[b-nctg3ghmbx] {
    font-size: 0.9rem;
    font-weight: 600;
}

.checkout-btn[b-nctg3ghmbx] {
    background: #27ae60;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 0.7rem 1.4rem;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
}

    .checkout-btn:hover[b-nctg3ghmbx] {
        background: #1e8449;
    }

/* Base badge */
.badge[b-nctg3ghmbx] {
    display: inline-block;
    padding: 0.25em 0.6em;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    color: #fff; /* default text color */
}

/* Info badge */
.badge-info[b-nctg3ghmbx] {
    background-color: #17a2b8; /* bootstrap info color */
    color: #fff;
}

    /* Optional hover effect */
    .badge-info:hover[b-nctg3ghmbx] {
        background-color: #138496;
        cursor: default;
    }
/* _content/ecom.theme/Components/Classic/Shop.razor.rz.scp.css */
.shop-grid[b-gthzk2radz] {
    display: grid;
    grid-template-columns: 3fr 11fr;
    gap: 0.5rem;
}

.filter[b-gthzk2radz] {
}

.list[b-gthzk2radz] {
    display: flex;
    flex-wrap: wrap;
}
.refinement-bar[b-gthzk2radz] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.refinement-tags[b-gthzk2radz] {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.refinement-tag[b-gthzk2radz] {
    background: #4a4a9e;
    color: white;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

    .refinement-tag .remove[b-gthzk2radz] {
        cursor: pointer;
        font-weight: bold;
        font-size: 12px;
    }

.clear-refinements[b-gthzk2radz] {
    background: #00aaff;
    color: white;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .search-bar[b-gthzk2radz] {
        flex-direction: column;
    }
    .list[b-gthzk2radz] {
        display: block;
    }
    .shop-grid[b-gthzk2radz]{
        display:block;
    }
}

@media (max-width: 480px) {
    .list[b-gthzk2radz] {
        display: block;
    }

    .shop-grid[b-gthzk2radz] {
        display: block;
    }
}
/* _content/ecom.theme/Components/Classic/Slider.razor.rz.scp.css */
.hero-banner[b-ojz8hboup1] {
    position: relative;
    height: 500px;
    background-image: url('https://fabrilife.com/image-gallery/68822205a2b65.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4rem;
    color: #fff;
}

.hero-content[b-ojz8hboup1] {
    max-width: 500px;
}

.hero-tag[b-ojz8hboup1] {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
    font-style: italic;
}

.hero-description[b-ojz8hboup1] {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    opacity: 0.95;
}


/* ========== Responsive Styles ========== */
@media (max-width: 992px) {
    .hero-banner[b-ojz8hboup1] {
        height: 400px;
        padding: 0 2rem;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .hero-content[b-ojz8hboup1] {
        max-width: 100%;
        margin-bottom: 1.5rem;
    }

    .hero-tag[b-ojz8hboup1] {
        font-size: 2.2rem;
    }

    .hero-description[b-ojz8hboup1] {
        font-size: 1rem;
    }

    .hero-banner > div:last-child[b-ojz8hboup1] {
        font-size: 3rem !important;
        text-align: center !important;
    }
}

@media (max-width: 576px) {
    .hero-banner[b-ojz8hboup1] {
        height: 350px;
        padding: 0 1rem;
    }

    .hero-tag[b-ojz8hboup1] {
        font-size: 1.8rem;
        line-height: 1.3;
    }

    .hero-description[b-ojz8hboup1] {
        font-size: 0.95rem;
    }

    .hero-banner > div:last-child[b-ojz8hboup1] {
        font-size: 2.2rem !important;
    }
}
/* _content/ecom.theme/Components/Classic/Toast.razor.rz.scp.css */
.toast-message-container[b-5pvcl3m9yu] {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 300px;
    z-index: 1000;
    animation: slide-in-b-5pvcl3m9yu 0.5s ease-out, slide-out-b-5pvcl3m9yu 0.5s ease-in 5s forwards;
}

.toast-message-box[b-5pvcl3m9yu] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
}

.toast-message-success[b-5pvcl3m9yu] {
    background-color: #28a745;
}

.toast-message-failure[b-5pvcl3m9yu] {
    background-color: #dc3545;
}

.toast-message-alert[b-5pvcl3m9yu] {
    background-color: #ffc107;
    color: #212529;
}

.toast-message-warning[b-5pvcl3m9yu] {
    background-color: #ff8800;
}

.toast-message-default[b-5pvcl3m9yu] {
    background-color: #17a2b8;
}

.toast-close-button[b-5pvcl3m9yu] {
    background: none;
    border: none;
    color: white;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

    .toast-close-button:hover[b-5pvcl3m9yu] {
        color: #000;
    }

@keyframes slide-in-b-5pvcl3m9yu {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

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

@keyframes slide-out-b-5pvcl3m9yu {
    from {
        transform: translateX(0);
        opacity: 1;
    }

    to {
        transform: translateX(100%);
        opacity: 0;
    }
}
/* _content/ecom.theme/Components/Classic/UserNavBar.razor.rz.scp.css */
.fab-top-nav[b-iv2ueyfy4u] {
    background: #ffffff;
    border-radius: 16px;
    padding: 1.5rem 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a[b-iv2ueyfy4u] {
    text-decoration: none !important;
}

.fab-nav-links[b-iv2ueyfy4u] {
    
    font-weight:bold;
    display: flex;
    gap: 2rem;
    align-items: center;
}
    .fab-user-profile[b-iv2ueyfy4u] {
        /*display: flex;*/
        align-items: center;
        gap: 0.75rem;
        padding: 0.5rem 1.25rem;
        background: linear-gradient(135deg, #6366f1, #8b5cf6);
        color: #ffffff;
        border-radius: 50px;
        font-weight: 600;
    }
@media (max-width: 1024px) {
    .fab-top-nav[b-iv2ueyfy4u] {
        margin-top: 1rem;
    }
}

@media (max-width: 768px) {
    .fab-top-nav[b-iv2ueyfy4u] {
        flex-direction: column;
        gap: 1rem;
    }


    .fab-nav-links[b-iv2ueyfy4u] {
        flex-direction: column;
        gap: 1rem;
    }
}
/* _content/ecom.theme/Components/Classic/UserSideBar.razor.rz.scp.css */
.mixcat-wrapper[b-5x9obucwjg] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
/*
    .mixcat-wrapper *,
    .mixcat-wrapper *::before,
    .mixcat-wrapper *::after {
        box-sizing: border-box;
    }*/

.fab-sidebar[b-5x9obucwjg] {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 280px;
    background: #ffffff;
    box-shadow: 4px 0 24px rgba(0,0,0,0.06);
    padding: 2rem 0;
    z-index: 1000;
    transition: transform 0.3s ease;
}

.fab-menu-toggle[b-5x9obucwjg] {
    display: none;
    position: fixed;
    top: 1rem;
    left: 1rem;
    z-index: 1001;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #ffffff;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
    transition: all 0.3s;
}

    .fab-menu-toggle:hover[b-5x9obucwjg] {
        transform: scale(1.05);
        box-shadow: 0 6px 20px rgba(99, 102, 241, 0.4);
    }

.fab-overlay[b-5x9obucwjg] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    transition: opacity 0.3s ease;
}

#fab-menu-checkbox[b-5x9obucwjg] {
    display: none;
}

.fab-logo-section[b-5x9obucwjg] {
    padding: 3rem 0rem 1rem;
    border-bottom: 2px solid #e2e8f0;
}

.fab-logo[b-5x9obucwjg] {
    font-size: 28px;
    font-weight: 800;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: flex;
    align-items: center;
    gap: 12px;
}

.fab-nav-menu[b-5x9obucwjg] {
    padding: 0rem 0;
}

.fab-nav-item[b-5x9obucwjg] {
    display: flex;
    align-items: center;
    padding: 1rem 1rem;
    color: #64748b;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
    border-left: 4px solid transparent;
}

    .fab-nav-item:hover[b-5x9obucwjg],
    .fab-nav-item.fab-active[b-5x9obucwjg] {
        background: linear-gradient(90deg, rgba(99, 102, 241, 0.1), transparent);
        color: #6366f1;
        border-left-color: #6366f1;
    }

    .fab-nav-item i[b-5x9obucwjg] {
        width: 24px;
        margin-right: 1rem;
        font-size: 20px;
    }



@media (max-width: 1024px) {
    .fab-sidebar[b-5x9obucwjg] {
        transform: translateX(-100%);
    }

    .fab-menu-toggle[b-5x9obucwjg] {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #fab-menu-checkbox:checked ~ .fab-sidebar[b-5x9obucwjg] {
        transform: translateX(0);
    }

    #fab-menu-checkbox:checked ~ .fab-overlay[b-5x9obucwjg] {
        display: block;
    }

    .fab-top-nav[b-5x9obucwjg] {
        margin-top: 1rem;
    }
}
/* _content/ecom.theme/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-0mi7dufra7] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-0mi7dufra7] {
    flex: 1;
}

.sidebar[b-0mi7dufra7] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-0mi7dufra7] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-0mi7dufra7]  a, .top-row[b-0mi7dufra7]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-0mi7dufra7]  a:hover, .top-row[b-0mi7dufra7]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-0mi7dufra7]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-0mi7dufra7] {
        justify-content: space-between;
    }

    .top-row[b-0mi7dufra7]  a, .top-row[b-0mi7dufra7]  .btn-link {
        margin-left: 0;
    }
}

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

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

    .top-row[b-0mi7dufra7] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-0mi7dufra7]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

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

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

    #blazor-error-ui .dismiss[b-0mi7dufra7] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/ecom.theme/Components/Layout/UserLayout.razor.rz.scp.css */
.fab-main-content[b-ymxu9zxlmj] {
    margin-left: 280px;
    min-height: 100vh;
    padding: 2rem;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: linear-gradient(135deg, #a2a2a2 0%, #ffffff 100%);
}
@media (max-width: 1024px) {

    .fab-main-content[b-ymxu9zxlmj] {
        margin-left: 0px;
        padding-top: 5rem;
        margin-left: 0px;
        margin-left: 0px;
    }
}

@media (max-width: 768px) {

    .fab-main-content[b-ymxu9zxlmj] {
        margin-left: 0;
        padding-top: 5rem;
        margin-left: 0px;
    }
}
/* _content/ecom.theme/Components/Pages/OrderInvoice.razor.rz.scp.css */
*[b-yq6402ggkb] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-yq6402ggkb] {
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    background: #f9f9f9;
    color: #222;
    line-height: 1.5;
    padding: 0;
}

.invoice[b-yq6402ggkb] {
    width: 8.27in;
    height: 11.69in;
    margin: 0 auto;
    background: white;
    padding: 5px;
}

.header[b-yq6402ggkb] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 3px solid #000;
}

.logo[b-yq6402ggkb] {
    font-size: 38px;
    font-weight: 900;
    color: #000;
}

    .logo img[b-yq6402ggkb] {
        height: 80px;
        margin-bottom: 10px;
    }

.invoice-title[b-yq6402ggkb] {
    text-align: right;
}

    .invoice-title h1[b-yq6402ggkb] {
        font-size: 25px;
        font-weight: 500;
        margin-bottom: 5px;
    }

.order[b-yq6402ggkb] {
    font-size: 25px;
    font-weight: 600;
    color: #6A0000;
}

/* Client & Dates */
.info-row[b-yq6402ggkb] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    font-size: 16px;
}

.bill-to strong[b-yq6402ggkb] {
    font-size: 18px;
    display: block;
    margin-bottom: 8px;
}

/* Items Table */
table[b-yq6402ggkb] {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    font-size: 16px;
}

th[b-yq6402ggkb] {
    background: #f8f9fa;
    padding: 16px 12px;
    text-align: left;
    border-bottom: 3px solid #333;
    font-weight: 700;
}

td[b-yq6402ggkb] {
    padding: 16px 12px;
    border-bottom: 1px solid #ddd;
}

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

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

.amount[b-yq6402ggkb] {
    font-weight: 600;
}

/* Totals */
.totals[b-yq6402ggkb] {
    max-width: 450px;
    margin-left: auto;
    font-size: 17px;
    margin-top: 30px;
}

    .totals td[b-yq6402ggkb] {
        padding: 10px 20px;
        border-bottom: 1px solid #ccc;
    }

.total-row[b-yq6402ggkb] {
    font-size: 15px !important;
    font-weight: 500 !important;
    background: #2c3e50;
    color: white;
}

/* Signature */
.signature[b-yq6402ggkb] {
    margin-top: 50px;
    display: flex;
    justify-content: flex-end;
    font-size: 16px;
}

    .signature .sig-line[b-yq6402ggkb] {
        text-align: center;
    }

        .signature .sig-line p[b-yq6402ggkb] {
            margin: 0;
            padding: 2px 0;
        }

.sig-line .sig-label[b-yq6402ggkb] {
    margin-top: 5px;
    font-weight: 600;
}

/* Footer */
.footer[b-yq6402ggkb] {
    margin-top: 80px;
    padding-top: 30px;
    border-top: 2px solid #333;
    display: flex;
    justify-content: space-between;
    font-size: 15px;
}

    .footer div[b-yq6402ggkb] {
        flex: 1;
    }

    .footer strong[b-yq6402ggkb] {
        display: block;
        font-size: 18px;
        margin-bottom: 8px;
    }

.page-border[b-yq6402ggkb] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 5px solid #333;
}

@media print {
    body[b-yq6402ggkb] {
        padding: 0;
        background: white;
    }
}
/* _content/ecom.theme/Components/Pages/ProductDetailsPage.razor.rz.scp.css */
.page-container[b-t9qb5i65rd] {
    padding: 3rem 15rem;
}

@media (max-width: 480px) {
    .page-container[b-t9qb5i65rd] {
        padding: 10px;
    }
}
/* _content/ecom.theme/Components/Pages/ShopPage.razor.rz.scp.css */
.shop-grid[b-yf1povqxqu] {
    display: grid;
    grid-template-columns: 3fr 11fr;
    gap: 0.5rem;
}

.filter[b-yf1povqxqu] {
}

.product-list[b-yf1povqxqu] {
    margin: 20px auto;
}


/* Mobile Responsive */
@media (max-width: 768px) {

    .list[b-yf1povqxqu] {
        display: block;
    }

    .shop-grid[b-yf1povqxqu] {
        display: block;
    }
}

@media (max-width: 480px) {
    .list[b-yf1povqxqu] {
        display: block;
    }

    .shop-grid[b-yf1povqxqu] {
        display: block;
    }
}
/* _content/ecom.theme/Components/Zavara/Address.razor.rz.scp.css */
.mixcat-wrapper[b-m3hr5l9dii] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
}

.mixcat-wrapper *[b-m3hr5l9dii],
.mixcat-wrapper *[b-m3hr5l9dii]::before,
.mixcat-wrapper *[b-m3hr5l9dii]::after {
    box-sizing: border-box;
}

.fab-sidebar[b-m3hr5l9dii] {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 280px;
    background: #ffffff;
    box-shadow: 4px 0 24px rgba(0,0,0,0.06);
    padding: 2rem 0;
    z-index: 1000;
    transition: transform 0.3s ease;
}

.fab-menu-toggle[b-m3hr5l9dii] {
    display: none;
    position: fixed;
    top: 1rem;
    left: 1rem;
    z-index: 1001;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #ffffff;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
    transition: all 0.3s;
}

    .fab-menu-toggle:hover[b-m3hr5l9dii] {
        transform: scale(1.05);
        box-shadow: 0 6px 20px rgba(99, 102, 241, 0.4);
    }

.fab-overlay[b-m3hr5l9dii] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    transition: opacity 0.3s ease;
}

#fab-menu-checkbox[b-m3hr5l9dii] {
    display: none;
}

.fab-address-select input[type="checkbox"][b-m3hr5l9dii] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.fab-logo-section[b-m3hr5l9dii] {
    padding: 3rem 0rem 1rem;
    border-bottom: 2px solid #e2e8f0;
}

.fab-logo[b-m3hr5l9dii] {
    font-size: 28px;
    font-weight: 800;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: flex;
    align-items: center;
    gap: 12px;
}

.fab-nav-menu[b-m3hr5l9dii] {
    padding: 0rem 0;
}

.fab-nav-item[b-m3hr5l9dii] {
    display: flex;
    align-items: center;
    padding: 1rem 1rem;
    color: #64748b;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
    border-left: 4px solid transparent;
}

    .fab-nav-item:hover[b-m3hr5l9dii],
    .fab-nav-item.fab-active[b-m3hr5l9dii] {
        background: linear-gradient(90deg, rgba(99, 102, 241, 0.1), transparent);
        color: #6366f1;
        border-left-color: #6366f1;
    }

    .fab-nav-item i[b-m3hr5l9dii] {
        width: 24px;
        margin-right: 1rem;
        font-size: 20px;
    }

.fab-main-content[b-m3hr5l9dii] {
    margin-left: 280px;
    min-height: 100vh;
    padding: 2rem;
}

.fab-top-nav[b-m3hr5l9dii] {
    background: #ffffff;
    border-radius: 16px;
    padding: 1.5rem 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fab-nav-links[b-m3hr5l9dii] {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.fab-nav-link[b-m3hr5l9dii] {
    color: #64748b;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

    .fab-nav-link:hover[b-m3hr5l9dii] {
        color: #6366f1;
    }

.fab-user-profile[b-m3hr5l9dii] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 1.25rem;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #ffffff;
    border-radius: 50px;
    font-weight: 600;
}

.fab-page-header[b-m3hr5l9dii] {
    background: #ffffff;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fab-page-title-section[b-m3hr5l9dii] {
    flex: 1;
}

.fab-page-title[b-m3hr5l9dii] {
    font-size: 36px;
    font-weight: 800;
    color: #1e293b;
    margin: 0 0 0.5rem 0;
    display: flex;
    align-items: center;
    gap: 1rem;
}

    .fab-page-title i[b-m3hr5l9dii] {
        background: linear-gradient(135deg, #6366f1, #8b5cf6);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

.fab-page-subtitle[b-m3hr5l9dii] {
    font-size: 16px;
    color: #64748b;
    margin: 0;
}

.fab-add-address-btn[b-m3hr5l9dii] {
    padding: 1rem 2rem;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #ffffff;
    border: none;
    border-radius: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 15px;
    box-shadow: 0 8px 20px rgba(99, 102, 241, 0.35);
}

    .fab-add-address-btn:hover[b-m3hr5l9dii] {
        transform: translateY(-3px);
        box-shadow: 0 12px 28px rgba(99, 102, 241, 0.45);
    }

.fab-addresses-grid[b-m3hr5l9dii] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 2rem;
}

.fab-address-card[b-m3hr5l9dii] {
    background: #ffffff;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
    position: relative;
    transition: all 0.3s;
    border: 3px solid transparent;
}

    .fab-address-card:hover[b-m3hr5l9dii] {
        border-color: #6366f1;
        transform: translateY(-5px);
        box-shadow: 0 16px 48px rgba(99, 102, 241, 0.2);
    }

.fab-address-card-header[b-m3hr5l9dii] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.fab-address-type[b-m3hr5l9dii] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.fab-address-icon[b-m3hr5l9dii] {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #dbeafe, #bfdbfe);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #1e40af;
}

.fab-address-type-name[b-m3hr5l9dii] {
    font-size: 20px;
    font-weight: 800;
    color: #1e293b;
}

.fab-default-badge[b-m3hr5l9dii] {
    padding: 0.5rem 1rem;
    background: linear-gradient(135deg, #10b981, #059669);
    color: #ffffff;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.fab-address-details[b-m3hr5l9dii] {
    margin-bottom: 1.5rem;
}

.fab-address-name[b-m3hr5l9dii] {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.75rem;
}

.fab-address-text[b-m3hr5l9dii] {
    font-size: 14px;
    color: #64748b;
    line-height: 1.8;
    margin-bottom: 0.5rem;
}

.fab-address-contact[b-m3hr5l9dii] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 14px;
    color: #64748b;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid #f1f5f9;
}

.fab-address-actions[b-m3hr5l9dii] {
    display: flex;
    gap: 0.75rem;
}

.fab-action-btn[b-m3hr5l9dii] {
    flex: 1;
    padding: 0.875rem;
    border: none;
    border-radius: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 14px;
}

.fab-edit-address-btn[b-m3hr5l9dii] {
    background: #f1f5f9;
    color: #6366f1;
}

    .fab-edit-address-btn:hover[b-m3hr5l9dii] {
        background: #6366f1;
        color: #ffffff;
        transform: translateY(-2px);
    }

.fab-delete-address-btn[b-m3hr5l9dii] {
    background: #fef2f2;
    color: #ef4444;
}

    .fab-delete-address-btn:hover[b-m3hr5l9dii] {
        background: #ef4444;
        color: #ffffff;
        transform: translateY(-2px);
    }

.fab-set-default-btn[b-m3hr5l9dii] {
    background: #f0fdf4;
    color: #10b981;
}

    .fab-set-default-btn:hover[b-m3hr5l9dii] {
        background: #10b981;
        color: #ffffff;
        transform: translateY(-2px);
    }

.fab-modal[b-m3hr5l9dii] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    z-index: 2000;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

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

.fab-modal-content[b-m3hr5l9dii] {
    background: #ffffff;
    border-radius: 24px;
    padding: 2.5rem;
    max-width: 600px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 24px 80px rgba(0,0,0,0.3);
    animation: modalSlideIn-b-m3hr5l9dii 0.3s ease;
}

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

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

.fab-modal-header[b-m3hr5l9dii] {
    margin-bottom: 2rem;
}

.fab-modal-title[b-m3hr5l9dii] {
    font-size: 28px;
    font-weight: 800;
    color: #1e293b;
    margin: 0 0 0.5rem 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

    .fab-modal-title i[b-m3hr5l9dii] {
        background: linear-gradient(135deg, #6366f1, #8b5cf6);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

.fab-modal-subtitle[b-m3hr5l9dii] {
    font-size: 14px;
    color: #64748b;
    margin: 0;
}

.fab-form-group[b-m3hr5l9dii] {
    margin-bottom: 1.5rem;
}

.fab-form-label[b-m3hr5l9dii] {
    font-size: 13px;
    color: #1e293b;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .fab-form-label i[b-m3hr5l9dii] {
        color: #6366f1;
    }

.fab-form-input[b-m3hr5l9dii],
.fab-form-textarea[b-m3hr5l9dii],
.fab-form-select[b-m3hr5l9dii] {
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 15px;
    color: #1e293b;
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    outline: none;
    transition: all 0.3s;
    font-weight: 500;
}

    .fab-form-input:focus[b-m3hr5l9dii],
    .fab-form-textarea:focus[b-m3hr5l9dii],
    .fab-form-select:focus[b-m3hr5l9dii] {
        background: #ffffff;
        border-color: #6366f1;
        box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.1);
    }

.fab-form-textarea[b-m3hr5l9dii] {
    resize: vertical;
    min-height: 100px;
    font-family: inherit;
}

.fab-form-row[b-m3hr5l9dii] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.fab-checkbox-group[b-m3hr5l9dii] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    background: #f8fafc;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s;
    border: 2px solid #e2e8f0;
}

    .fab-checkbox-group:hover[b-m3hr5l9dii] {
        background: #f1f5f9;
        border-color: #6366f1;
    }

.fab-checkbox[b-m3hr5l9dii] {
    width: 20px;
    height: 20px;
    cursor: pointer;
    accent-color: #6366f1;
}

.fab-checkbox-label[b-m3hr5l9dii] {
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    cursor: pointer;
    margin: 0;
}

.fab-modal-actions[b-m3hr5l9dii] {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.fab-modal-btn[b-m3hr5l9dii] {
    flex: 1;
    padding: 1rem;
    border: none;
    border-radius: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 15px;
}

.fab-save-modal-btn[b-m3hr5l9dii] {
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(99, 102, 241, 0.35);
}

    .fab-save-modal-btn:hover[b-m3hr5l9dii] {
        transform: translateY(-2px);
        box-shadow: 0 12px 28px rgba(99, 102, 241, 0.45);
    }

.fab-cancel-modal-btn[b-m3hr5l9dii] {
    background: #f1f5f9;
    color: #64748b;
}

    .fab-cancel-modal-btn:hover[b-m3hr5l9dii] {
        background: #e2e8f0;
    }

@media (max-width: 1024px) {
    .fab-sidebar[b-m3hr5l9dii] {
        transform: translateX(-100%);
    }

    .fab-main-content[b-m3hr5l9dii] {
        margin-left: 0;
        padding-top: 5rem;
    }

    .fab-menu-toggle[b-m3hr5l9dii] {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #fab-menu-checkbox:checked ~ .fab-sidebar[b-m3hr5l9dii] {
        transform: translateX(0);
    }

    #fab-menu-checkbox:checked ~ .fab-overlay[b-m3hr5l9dii] {
        display: block;
    }

    .fab-top-nav[b-m3hr5l9dii] {
        margin-top: 1rem;
    }

    .fab-addresses-grid[b-m3hr5l9dii] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .fab-top-nav[b-m3hr5l9dii] {
        flex-direction: column;
        gap: 1rem;
    }

    .fab-nav-links[b-m3hr5l9dii] {
        flex-direction: column;
        gap: 1rem;
    }

    .fab-page-header[b-m3hr5l9dii] {
        flex-direction: column;
        gap: 1.5rem;
        text-align: center;
    }

    .fab-page-title[b-m3hr5l9dii] {
        font-size: 28px;
    }

    .fab-add-address-btn[b-m3hr5l9dii] {
        width: 100%;
        justify-content: center;
    }

    .fab-form-row[b-m3hr5l9dii] {
        grid-template-columns: 1fr;
    }

    .fab-modal-content[b-m3hr5l9dii] {
        padding: 1.5rem;
    }
}

/* _content/ecom.theme/Components/Zavara/AddressDeleteModal.razor.rz.scp.css */
/* Modal start */
.modal[b-7tmld9ro3u] {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
    transition: all 0.3s ease;
}

    .modal.show[b-7tmld9ro3u] {
        display: block;
    }

.modal-content[b-7tmld9ro3u] {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    border-radius: 8px;
    width: 400px;
    max-width: 90%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    position: relative;
    animation: slide-down-b-7tmld9ro3u 0.3s ease;
}

.close[b-7tmld9ro3u] {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

.btn-open[b-7tmld9ro3u] {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

@keyframes slide-down-b-7tmld9ro3u {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }

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

.modal-container[b-7tmld9ro3u] {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.45);
    justify-content: center;
    align-items: center;
    padding: 20px;
}

    .modal-container.show[b-7tmld9ro3u] {
        display: flex;
    }


.modal-content[b-7tmld9ro3u] {
    background: #fff;
    width: 550px;
    max-width: 100%;
    border-radius: 10px;
    padding: 20px;
    animation: fadeIn .2s ease-in-out;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

/* Header */
.modal-header[b-7tmld9ro3u] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.close-btn[b-7tmld9ro3u] {
    background: transparent;
    border: none;
    font-size: 26px;
    cursor: pointer;
}


.modal-footer[b-7tmld9ro3u] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 15px;
}
/* _content/ecom.theme/Components/Zavara/AddressModal.razor.rz.scp.css */
/* Modal start */
.modal[b-wa8r1ipq62] {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
    transition: all 0.3s ease;
}

    .modal.show[b-wa8r1ipq62] {
        display: block;
    }

.modal-content[b-wa8r1ipq62] {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    border-radius: 8px;
    width: 400px;
    max-width: 90%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    position: relative;
    animation: slide-down-b-wa8r1ipq62 0.3s ease;
}

.close[b-wa8r1ipq62] {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

.btn-open[b-wa8r1ipq62] {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

@keyframes slide-down-b-wa8r1ipq62 {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }

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

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

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


.modal-content[b-wa8r1ipq62] {
    background: #fff;
    width: 550px;
    max-width: 100%;
    border-radius: 10px;
    padding: 20px;
    animation: fadeIn-b-wa8r1ipq62 .2s ease-in-out;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

/* Header */
.modal-header[b-wa8r1ipq62] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.close-btn[b-wa8r1ipq62] {
    background: transparent;
    border: none;
    font-size: 26px;
    cursor: pointer;
}


.modal-footer[b-wa8r1ipq62] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 15px;
}

/* Inputs */
.form-group[b-wa8r1ipq62] {
    margin-bottom: 15px;
}

/* Inline Radio Buttons */
.radio-group-inline[b-wa8r1ipq62] {
    display: flex;
    gap: 20px;
}

.radio-item[b-wa8r1ipq62] {
    display: flex;
    align-items: center;
    gap: 5px;
}

@keyframes fadeIn-b-wa8r1ipq62 {
    from {
        opacity: 0;
        transform: scale(.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@media (max-width: 768px) {

    .radio-group-inline[b-wa8r1ipq62] {
        display: flex;
        flex-wrap: wrap;
    }
}
/* _content/ecom.theme/Components/Zavara/BestSeller.razor.rz.scp.css */
.best-seller-section[b-omgajhd8fk] {
    padding: 3rem 15rem;
}

.section-container[b-omgajhd8fk] {
    background: #f9f9f9;
    border-radius: 10px;
    padding: 24px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.section-header[b-omgajhd8fk] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f0f0f0;
}

.section-title[b-omgajhd8fk] {
    font-size: 24px;
    font-weight: 600;
    color: #212121;
    margin: 0;
}

.view-all-btn[b-omgajhd8fk] {
    background: #6F0303;
    color: #fff;
    padding: 10px 24px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: background 0.2s;
    border: none;
}

    .view-all-btn:hover[b-omgajhd8fk] {
        background: #910505;
        color: #fff;
    }

.product-grid[b-omgajhd8fk] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 16px;
}

.product-card[b-omgajhd8fk] {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    padding: 16px;
    text-align: center;
    transition: all 0.3s;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    display: block;
}

    .product-card:hover[b-omgajhd8fk] {
        box-shadow: 0 2px 16px rgba(0,0,0,0.12);
        transform: translateY(-2px);
    }

.product-image[b-omgajhd8fk] {
    width: 100%;
    height: 200px;
    object-fit: contain;
    margin-bottom: 12px;
}

.product-title[b-omgajhd8fk] {
    font-size: 14px;
    font-weight: 500;
    color: #212121;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 40px;
}

.product-rating[b-omgajhd8fk] {
    display: inline-flex;
    align-items: center;
    background: #388e3c;
    color: #fff;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 8px;
}

    .product-rating i[b-omgajhd8fk] {
        font-size: 10px;
        margin-left: 2px;
    }

.product-price[b-omgajhd8fk] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 4px;
}

.current-price[b-omgajhd8fk] {
    font-size: 14px;
    font-weight: 600;
    color: #212121;
}

.original-price[b-omgajhd8fk] {
    font-size: 14px;
    color: #878787;
    text-decoration: line-through;
}

.discount[b-omgajhd8fk] {
    font-size: 13px;
    color: #388e3c;
    font-weight: 500;
}

.product-delivery[b-omgajhd8fk] {
    font-size: 12px;
    color: #388e3c;
    font-weight: 500;
    margin-top: 4px;
}

.badge-container[b-omgajhd8fk] {
    position: relative;
}

.product-badge[b-omgajhd8fk] {
    position: absolute;
    top: 8px;
    left: 8px;
    background: #ff9f00;
    color: #fff;
    padding: 4px 8px;
    border-radius: 2px;
    font-size: 11px;
    font-weight: 600;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .product-grid[b-omgajhd8fk] {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }
}

@media (max-width: 992px) {
    .best-seller-section[b-omgajhd8fk]{
        padding:0px;
    }
    .product-grid[b-omgajhd8fk] {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    }

    .section-title[b-omgajhd8fk] {
        font-size: 20px;
    }

    .product-image[b-omgajhd8fk] {
        height: 160px;
    }
}

@media (max-width: 768px) {
    .best-seller-section[b-omgajhd8fk] {
        padding: 0px;
    }
    .section-container[b-omgajhd8fk] {
        padding: 16px;
    }

    .product-grid[b-omgajhd8fk] {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .section-header[b-omgajhd8fk] {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .view-all-btn[b-omgajhd8fk] {
        width: 100%;
        text-align: center;
    }

    .product-image[b-omgajhd8fk] {
        height: 140px;
    }

    .product-card[b-omgajhd8fk] {
        padding: 12px;
    }
}

@media (max-width: 576px) {
    .best-seller-section[b-omgajhd8fk] {
        padding: 0px;
    }
    .section-title[b-omgajhd8fk] {
        font-size: 18px;
    }

    .product-title[b-omgajhd8fk] {
        font-size: 13px;
    }

    .current-price[b-omgajhd8fk] {
        font-size: 16px;
    }

    .original-price[b-omgajhd8fk] {
        font-size: 12px;
    }

    .product-image[b-omgajhd8fk] {
        height: 120px;
    }
}
/* _content/ecom.theme/Components/Zavara/CategoryNavigation.razor.rz.scp.css */
.category-nav[b-dnw1tnrrqj] {
    background: #f7f7f7;
    padding: 0.5rem 11rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.category-btn[b-dnw1tnrrqj] {
    padding: 0.8rem 2rem;
    background: #f5f5f5;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
}

    .category-btn:hover[b-dnw1tnrrqj] {
        background: #000;
        color: #fff;
        border-radius: 5px;
    }


/* Responsive Design for Mobile */

@media (max-width: 768px) {
    .category-nav[b-dnw1tnrrqj] {
        background-color: white;
        /*border: 2px solid #e74c3c;*/
        border-radius: 50px;
        padding: 0.5rem;
        gap: 0;
        margin: 1rem;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .category-btn[b-dnw1tnrrqj] {
        flex: 1;
        padding: 0.75rem 0.5rem;
        font-size: 0.8rem;
        font-weight: 600;
        text-align: center;
        border: none;
        background-color: transparent;
        color: #333;
        white-space: nowrap;
    }

        .category-btn:hover[b-dnw1tnrrqj],
        .category-btn:active[b-dnw1tnrrqj] {
            background-color: rgba(0, 0, 0, 0.05);
            border-radius: 25px;
        }

        .category-btn:hover[b-dnw1tnrrqj] {
            color: #000000;
        }
}

@media (max-width: 576px) {
    .category-nav[b-dnw1tnrrqj] {
        border-radius: 40px;
        padding: 0.5rem;
        margin: 0.8rem 0rem;
    }

    .category-btn[b-dnw1tnrrqj] {
        padding: 0.65rem 0.4rem;
        font-size: 0.75rem;
    }

        .category-btn:hover[b-dnw1tnrrqj] {
            color: #000000;
        }
}
/* _content/ecom.theme/Components/Zavara/CheckOut.razor.rz.scp.css */
h2[b-nudxdgwfrd] {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
    color: #222;
    margin-top: 40px;
}

.checkout-container[b-nudxdgwfrd] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    max-width: 1200px;
    margin: auto;
}

/* Left section */
.left[b-nudxdgwfrd] {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
    padding: 35px;
}

h4[b-nudxdgwfrd] {
    margin-bottom: 15px;
    font-size: 18px;
    color: #111;
    font-weight: 600;
}

input[b-nudxdgwfrd], select[b-nudxdgwfrd], textarea[b-nudxdgwfrd] {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #d0d7de;
    border-radius: 10px;
    font-size: 15px;
    transition: all 0.3s ease;
}

    input:focus[b-nudxdgwfrd], select:focus[b-nudxdgwfrd], textarea:focus[b-nudxdgwfrd] {
        border-color: #0ea5e9;
        outline: none;
        box-shadow: 0 0 0 3px rgba(14,165,233,0.15);
    }

.form-grid[b-nudxdgwfrd] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.left input[b-nudxdgwfrd], .left select[b-nudxdgwfrd], .left textarea[b-nudxdgwfrd] {
    margin-bottom: 15px;
}

textarea[b-nudxdgwfrd] {
    resize: none;
}

/* Summary box */
.summary-box[b-nudxdgwfrd] {
    background: #f1f9f7;
    border: 1px solid #d0f0de;
    padding: 20px;
    border-radius: 14px;
    text-align: center;
    margin: 25px 0;
}

    .summary-box h3[b-nudxdgwfrd] {
        color: #16a34a;
        font-size: 26px;
        margin-bottom: 8px;
    }

    .summary-box p[b-nudxdgwfrd] {
        font-size: 14px;
        color: #333;
    }

    .summary-box small[b-nudxdgwfrd] {
        display: block;
        margin-top: 10px;
        color: #444;
    }

/* Payment section */
.payment-options[b-nudxdgwfrd] {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 10px;
}

.option[b-nudxdgwfrd] {
    flex: 1;
    min-width: 130px;
    background: #fff;
    border: 1px solid #d0d7de;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .option:hover[b-nudxdgwfrd] {
        border-color: #16a34a;
        background: #f7fff9;
    }

    .option img[b-nudxdgwfrd] {
        width: 50px;
        height: 25px;
        object-fit: contain;
        display: block;
        margin: auto;
    }

/* Coupon */
.coupon[b-nudxdgwfrd] {
    display: flex;
    gap: 10px;
    margin: 25px 0;
}

    .coupon input[b-nudxdgwfrd] {
        flex: 1;
    }

    .coupon button[b-nudxdgwfrd] {
        background: #0ea5e9;
        color: white;
        border: none;
        padding: 12px 25px;
        border-radius: 10px;
        font-weight: 600;
        cursor: pointer;
        transition: 0.3s;
        height: 48px;
    }

        .coupon button:hover[b-nudxdgwfrd] {
            background: #0284c7;
        }

/* Terms & confirm */
.terms[b-nudxdgwfrd] {
    font-size: 14px;
    color: #444;
}

    .terms a[b-nudxdgwfrd] {
        color: #0ea5e9;
        text-decoration: none;
    }
    .terms input[b-nudxdgwfrd]{
        width:auto;
    }
    .confirm[b-nudxdgwfrd] {
        width: 100%;
        background: #22c55e;
        color: white;
        border: none;
        border-radius: 10px;
        padding: 15px;
        font-size: 17px;
        font-weight: 600;
        margin-top: 20px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .confirm:hover[b-nudxdgwfrd] {
        background: #16a34a;
    }

/* Right Section */
.right[b-nudxdgwfrd] {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
    padding: 25px;
}

    .right h3[b-nudxdgwfrd] {
        margin-bottom: 25px;
        font-size: 18px;
        font-weight: 600;
    }

.cart-item[b-nudxdgwfrd] {
    display: flex;
    gap: 15px;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
    
}

    .cart-item img[b-nudxdgwfrd] {
        width: 65px;
        height: 65px;
        object-fit: cover;
        border-radius: 8px;
    }

.cart-details p[b-nudxdgwfrd] {
    font-size: 14px;
    margin-bottom: 5px;
}

.cart-details span[b-nudxdgwfrd] {
    font-weight: 600;
}

.cart-total[b-nudxdgwfrd] {
    border-top: 1px solid #eee;
    padding-top: 15px;
}

    .cart-total p[b-nudxdgwfrd] {
        display: flex;
        justify-content: space-between;
        margin: 6px 0;
        font-weight: 500;
    }

    .cart-total .final[b-nudxdgwfrd] {
        color: #22c55e;
        font-size: 18px;
        font-weight: 700;
    }

/* Responsive */
@media (max-width: 900px) {
    .checkout-container[b-nudxdgwfrd] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 550px) {
    .form-grid[b-nudxdgwfrd] {
        grid-template-columns: 1fr;
    }

    .coupon[b-nudxdgwfrd] {
        flex-direction: column;
    }

        .coupon button[b-nudxdgwfrd] {
            width: 100%;
        }
}
/* _content/ecom.theme/Components/Zavara/ClintsSection.razor.rz.scp.css */
.partner-section[b-jqw4aulis7] {
    max-width: 1400px;
    margin: 4rem auto;
    padding: 3rem 1rem;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    text-align: center;
    position: relative;
}

    .partner-section h2[b-jqw4aulis7] {
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 0.5rem;
    }

    .partner-section h3[b-jqw4aulis7] {
        font-size: 1.1rem;
        font-weight: 500;
        color: #333;
        margin-bottom: 1rem;
    }

        .partner-section h3 img[b-jqw4aulis7] {
            height: 24px;
            margin-left: 8px;
            vertical-align: middle;
        }

    .partner-section p[b-jqw4aulis7] {
        max-width: 800px;
        margin: 0 auto 2rem;
        color: #666;
        font-size: 1rem;
        line-height: 1.7;
    }

/* Carousel */
.carousel-wrapper[b-jqw4aulis7] {
    position: relative;
}

.carousel[b-jqw4aulis7] {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 1rem 4rem;
}

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

.logo-card[b-jqw4aulis7] {
    flex: 0 0 auto;
    scroll-snap-align: center;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 100px;
    transition: all 0.3s ease;
}

    .logo-card:hover[b-jqw4aulis7] {
        transform: translateY(-5px);
        box-shadow: 0 6px 16px rgba(0,0,0,0.1);
    }

    .logo-card img[b-jqw4aulis7] {
        max-width: 100%;
        height: auto;
        filter: grayscale(100%);
        opacity: 0.8;
        transition: all 0.3s ease;
    }

    .logo-card:hover img[b-jqw4aulis7] {
        filter: grayscale(0%);
        opacity: 1;
        transform: scale(1.08);
    }

/* Arrows */
.clints-arrow[b-jqw4aulis7] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.95);
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    cursor: pointer;
    font-size: 1.4rem;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 10;
    transition: all 0.3s ease;
}

    .clints-arrow:hover[b-jqw4aulis7] {
        background: #111;
        color: #fff;
    }

    .clints-arrow.left[b-jqw4aulis7] {
        left: 0.5rem;
    }

    .clints-arrow.right[b-jqw4aulis7] {
        right: 0.5rem;
    }

@media (max-width: 768px) {
    .logo-card[b-jqw4aulis7] {
        width: 110px;
        height: 80px;
    }

    .partner-section[b-jqw4aulis7] {
        padding: 2rem 1rem;
    }
}
/* _content/ecom.theme/Components/Zavara/ClothingSection.razor.rz.scp.css */
.clothing-section[b-xse4knw03r] {
    padding: 3rem 15rem;
}

.clothing-section-title[b-xse4knw03r] {
    text-align: center;
    font-size: 2.5rem;
    color: #e67e22;
    margin-bottom: 3rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

.clothing-product-grid[b-xse4knw03r] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 2rem;
}

.cloting-product-card[b-xse4knw03r] {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    transition: all 0.3s;
    cursor: pointer;
    position: relative;
}

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

.product-label[b-xse4knw03r] {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #fff;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.clothing-product-image[b-xse4knw03r] {
    width: 100%;
    height: 450px;
    background: linear-gradient(135deg, #f0f0f0, #e0e0e0);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

    .clothing-product-image img[b-xse4knw03r] {
        width: 80%;
        height: 80%;
        object-fit: contain;
        transition: transform 0.3s;
    }

.section-img[b-xse4knw03r] {
    /* height: fit-content !important; */
    width: -webkit-fill-available !important;
}

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

.product-placeholder[b-xse4knw03r] {
    font-size: 4rem;
    opacity: 0.3;
}

@media (max-width: 768px) {
    .clothing-section[b-xse4knw03r] {
        padding: 3rem 1rem;
    }
    .clothing-product-grid[b-xse4knw03r] {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 2rem;
    }
}
/* _content/ecom.theme/Components/Zavara/ContactSection.razor.rz.scp.css */
.contact-bar[b-xbrmcbfch8] {
    background-color: #7e7e7e;
    color: #ffffff;
    padding: 30px 20px;
}

.container[b-xbrmcbfch8] {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.newsletter-section[b-xbrmcbfch8] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.newsletter-header[b-xbrmcbfch8] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-icon[b-xbrmcbfch8] {
    font-size: 20px;
}

.newsletter-title[b-xbrmcbfch8] {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.newsletter-form[b-xbrmcbfch8] {
    display: flex;
    gap: 0;
}

.email-input[b-xbrmcbfch8] {
    flex: 1;
    padding: 12px 15px;
    border: none;
    background-color: #5a5a5a;
    color: #aaaaaa;
    font-size: 14px;
    outline: none;
}

    .email-input[b-xbrmcbfch8]::placeholder {
        color: #aaaaaa;
    }

.subscribe-btn[b-xbrmcbfch8] {
    padding: 12px 30px;
    background-color: #f5a623;
    color: #ffffff;
    border: none;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .subscribe-btn:hover[b-xbrmcbfch8] {
        background-color: #e09515;
    }

.contact-section[b-xbrmcbfch8] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 250px;
}

.contact-header[b-xbrmcbfch8] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-title[b-xbrmcbfch8] {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.phone-number[b-xbrmcbfch8] {
    font-size: 16px;
    font-weight: bold;
    margin-left: 30px;
}

.hours[b-xbrmcbfch8] {
    font-size: 13px;
    color: #cccccc;
    margin-left: 30px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .container[b-xbrmcbfch8] {
        flex-direction: column;
        gap: 30px;
    }

    .newsletter-section[b-xbrmcbfch8],
    .contact-section[b-xbrmcbfch8] {
        width: 100%;
    }

    .contact-section[b-xbrmcbfch8] {
        min-width: auto;
    }

    .newsletter-form[b-xbrmcbfch8] {
        flex-direction: column;
    }

    .subscribe-btn[b-xbrmcbfch8] {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .contact-bar[b-xbrmcbfch8] {
        padding: 20px 15px;
    }

    .newsletter-title[b-xbrmcbfch8],
    .contact-title[b-xbrmcbfch8] {
        font-size: 12px;
    }

    .email-input[b-xbrmcbfch8] {
        font-size: 13px;
        padding: 10px 12px;
    }

    .subscribe-btn[b-xbrmcbfch8] {
        padding: 10px 20px;
        font-size: 13px;
    }

    .phone-number[b-xbrmcbfch8] {
        font-size: 15px;
    }

    .hours[b-xbrmcbfch8] {
        font-size: 12px;
    }
}
/* _content/ecom.theme/Components/Zavara/DealsCannotMiss.razor.rz.scp.css */
.deals-section[b-uzc7akvpiz] {
    padding: 3rem 15rem;
}

.section-container[b-uzc7akvpiz] {
    background: #fff;
    border-radius: 10px;
    padding: 24px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.section-header[b-uzc7akvpiz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f0f0f0;
}

.section-title[b-uzc7akvpiz] {
    font-size: 24px;
    font-weight: 600;
    color: #212121;
    margin: 0;
}

.slider-controls[b-uzc7akvpiz] {
    display: flex;
    gap: 8px;
}

.slider-btn[b-uzc7akvpiz] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    background: #fff;
    color: #212121;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
}

    .slider-btn:hover[b-uzc7akvpiz] {
        background: #f5f5f5;
        border-color: #2874f0;
        color: #2874f0;
    }

    .slider-btn:disabled[b-uzc7akvpiz] {
        opacity: 0.3;
        cursor: not-allowed;
    }

        .slider-btn:disabled:hover[b-uzc7akvpiz] {
            background: #fff;
            border-color: #e0e0e0;
            color: #212121;
        }

.slider-wrapper[b-uzc7akvpiz] {
    position: relative;
    overflow: hidden;
}

.slider-container[b-uzc7akvpiz] {
    display: flex;
    gap: 16px;
    transition: transform 0.3s ease;
    scroll-behavior: smooth;
}

.deal-card[b-uzc7akvpiz] {
    flex: 0 0 280px;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    padding: 16px;
    text-align: center;
    transition: all 0.3s;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

    .deal-card:hover[b-uzc7akvpiz] {
        box-shadow: 0 2px 16px rgba(0,0,0,0.12);
        transform: translateY(-2px);
    }

.deal-image-container[b-uzc7akvpiz] {
    position: relative;
    width: 100%;
    height: 250px;
    margin-bottom: 12px;
}

.deal-image[b-uzc7akvpiz] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.deal-badge[b-uzc7akvpiz] {
    position: absolute;
    top: 8px;
    left: 8px;
    background: #ff9f00;
    color: #fff;
    padding: 4px 10px;
    border-radius: 2px;
    font-size: 11px;
    font-weight: 600;
}

.timer-badge[b-uzc7akvpiz] {
    position: absolute;
    top: 8px;
    right: 8px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 6px 10px;
    border-radius: 2px;
    font-size: 11px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
}

.deal-title[b-uzc7akvpiz] {
    font-size: 14px;
    font-weight: 500;
    color: #212121;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 40px;
}

.deal-rating[b-uzc7akvpiz] {
    display: inline-flex;
    align-items: center;
    background: #388e3c;
    color: #fff;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 8px;
}

    .deal-rating i[b-uzc7akvpiz] {
        font-size: 10px;
        margin-left: 2px;
    }

.deal-price[b-uzc7akvpiz] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 8px;
}

.current-price[b-uzc7akvpiz] {
    font-size: 20px;
    font-weight: 700;
    color: #212121;
}

.original-price[b-uzc7akvpiz] {
    font-size: 14px;
    color: #878787;
    text-decoration: line-through;
}

.discount-badge[b-uzc7akvpiz] {
    background: #388e3c;
    color: #fff;
    padding: 4px 8px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 600;
}

.deal-offer[b-uzc7akvpiz] {
    background: #fff8e1;
    color: #f57c00;
    padding: 6px 12px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 600;
    margin-top: 8px;
    display: inline-block;
}

/* Responsive */
@media (max-width: 1200px) {
    .deal-card[b-uzc7akvpiz] {
        flex: 0 0 240px;
    }

    .deal-image-container[b-uzc7akvpiz] {
        height: 220px;
    }
}

@media (max-width: 992px) {
    .deals-section[b-uzc7akvpiz] {
        padding: 0px;
    }
    .deal-card[b-uzc7akvpiz] {
        flex: 0 0 220px;
    }

    .deal-image-container[b-uzc7akvpiz] {
        height: 200px;
    }

    .section-title[b-uzc7akvpiz] {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .deals-section[b-uzc7akvpiz] {
        padding: 0px;
    }
    .section-container[b-uzc7akvpiz] {
        padding: 16px;
    }

    .deal-card[b-uzc7akvpiz] {
        flex: 0 0 180px;
    }

    .deal-image-container[b-uzc7akvpiz] {
        height: 160px;
    }

    .slider-btn[b-uzc7akvpiz] {
        width: 36px;
        height: 36px;
    }

    .current-price[b-uzc7akvpiz] {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .deals-section[b-uzc7akvpiz] {
        padding: 0px;
    }
    .section-title[b-uzc7akvpiz] {
        font-size: 18px;
    }

    .deal-card[b-uzc7akvpiz] {
        flex: 0 0 160px;
    }

    .deal-image-container[b-uzc7akvpiz] {
        height: 140px;
    }

    .deal-title[b-uzc7akvpiz] {
        font-size: 13px;
    }

    .slider-controls[b-uzc7akvpiz] {
        gap: 4px;
    }

    .slider-btn[b-uzc7akvpiz] {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
}
/* _content/ecom.theme/Components/Zavara/DescriptionSection.razor.rz.scp.css */
.hero-section[b-558qpuysjf] {
    display: flex;
    align-items: center;
    min-height: 400px;
    padding: 60px 40px;
    position: relative;
    overflow: hidden;
}

.content-wrapper[b-558qpuysjf] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    gap: 60px;
    height: 200px;
}

.text-content[b-558qpuysjf] {
    flex: 1;
    max-width: 900px;
}

.brand-title[b-558qpuysjf] {
    font-size: 3.5rem;
    font-weight: 300;
    color: #2d3436;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.arrow[b-558qpuysjf] {
    color: #74b816;
    font-size: 3rem;
}

.tagline[b-558qpuysjf] {
    font-size: 25px;
    font-weight: 400;
    color: #2d3436;
    margin-bottom: 20px;
    line-height: 1.4;
}

.description-section[b-558qpuysjf] {
    font-size: 15px;
    line-height: 1.7;
    color: #636e72;
    max-width: 900px;
    text-align: justify;
}

.image-content[b-558qpuysjf] {
    flex: 0;
    position: relative;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fabric-strips[b-558qpuysjf] {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 8px;
    transform: rotate(-35deg) skewY(5deg);
    width: 450px;
    height: 200px;
}

.strip[b-558qpuysjf] {
    height: 100%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    position: relative;
}

    .strip[b-558qpuysjf]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(180deg, rgba(255,255,255,0.2) 0%, rgba(0,0,0,0.1) 100%);
    }

    .strip:nth-child(1)[b-558qpuysjf] {
        background: linear-gradient(135deg, #e8e8e8 0%, #d0d0d0 100%);
    }

    .strip:nth-child(2)[b-558qpuysjf] {
        background: linear-gradient(135deg, #f5f5f5 0%, #e0e0e0 100%);
    }

    .strip:nth-child(3)[b-558qpuysjf] {
        background: linear-gradient(135deg, #1a1a1a 0%, #000000 100%);
    }

    .strip:nth-child(4)[b-558qpuysjf] {
        background: linear-gradient(135deg, #1e3a5f 0%, #0d1f3a 100%);
    }

    .strip:nth-child(5)[b-558qpuysjf] {
        background: linear-gradient(135deg, #6b4e3d 0%, #4a3328 100%);
    }

    .strip:nth-child(6)[b-558qpuysjf] {
        background: linear-gradient(135deg, #d4d4d4 0%, #b8b8b8 100%);
    }

.play-button[b-558qpuysjf] {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

    .play-button:hover[b-558qpuysjf] {
        background: rgba(0, 0, 0, 0.85);
        transform: translate(-50%, -50%) scale(1.1);
    }

    .play-button[b-558qpuysjf]::after {
        content: '';
        width: 0;
        height: 0;
        border-left: 20px solid white;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        margin-left: 4px;
    }
/* Mobile Responsive */
@media (max-width: 1024px) {
    .content-wrapper[b-558qpuysjf] {
        gap: 40px;
    }

    .brand-title[b-558qpuysjf] {
        font-size: 2.8rem;
    }

    .tagline[b-558qpuysjf] {
        font-size: 1.5rem;
    }

    .fabric-strips[b-558qpuysjf] {
        width: 450px;
        height: 350px;
    }
}

@media (max-width: 768px) {
    .hero-section[b-558qpuysjf] {
        padding: 40px 20px;
    }

    .content-wrapper[b-558qpuysjf] {
        flex-direction: column;
        gap: 50px;
    }

    .text-content[b-558qpuysjf] {
        max-width: 100%;
        text-align: center;
    }

    .brand-title[b-558qpuysjf] {
        font-size: 2.5rem;
        justify-content: center;
    }

    .tagline[b-558qpuysjf] {
        font-size: 1.3rem;
    }

    .description-section[b-558qpuysjf] {
        max-width: 100%;
    }

    .image-content[b-558qpuysjf] {
        width: 100%;
        min-height: 300px;
    }

    .fabric-strips[b-558qpuysjf] {
        width: 100%;
        max-width: 400px;
        height: 300px;
    }
}

@media (max-width: 480px) {
    .hero-section[b-558qpuysjf] {
        padding: 30px 15px;
    }

    .brand-title[b-558qpuysjf] {
        font-size: 2rem;
    }

    .arrow[b-558qpuysjf] {
        font-size: 2rem;
    }

    .tagline[b-558qpuysjf] {
        font-size: 1.1rem;
    }

    .description-section[b-558qpuysjf] {
        font-size: 0.9rem;
    }

    .fabric-strips[b-558qpuysjf] {
        width: 100%;
        height: 250px;
    }

    .play-button[b-558qpuysjf] {
        width: 60px;
        height: 60px;
    }

        .play-button[b-558qpuysjf]::after {
            border-left-width: 16px;
            border-top-width: 10px;
            border-bottom-width: 10px;
        }
}
/* _content/ecom.theme/Components/Zavara/Filter.razor.rz.scp.css */
.sidebar[b-lpjcpet46w] {
    max-width: 360px;
    margin: 30px 50px;
}

.filter[b-lpjcpet46w] {
    border-right: 3px solid #e1e1e1 !important;
}

/* General text */
.filter-item[b-lpjcpet46w] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    padding: 3px 0;
}

/* Checkbox square */
.checkbox[b-lpjcpet46w] {
    width: 14px;
    height: 14px;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-right: 8px;
    display: inline-block;
}

/* Head titles */
.filter-title[b-lpjcpet46w] {
    font-weight: 600;
    color: #007bff;
    display: flex;
    align-items: center;
    font-size: 15px;
    padding: 3px 0;
}

    .filter-title .checkbox[b-lpjcpet46w] {
        border-color: #ddd;
        background: #f5f5f5;
    }

    .filter-title span[b-lpjcpet46w] {
        color: #777;
        font-weight: normal;
    }

/* Main category */
.main-category[b-lpjcpet46w] {
    font-weight: 700;
    color: #111;
    margin-top: 8px;
    font-size: 15px;
}

/* Collapsible categories (CSS only) */
/*input[type="checkbox"] {
    display: none;
}*/

label.category-label[b-lpjcpet46w] {
    display: block;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    color: #111;
    margin: 5px 20px;
}

.category-content[b-lpjcpet46w] {
    display: none;
    padding-left: 20px;
}

input[type="checkbox"]:checked + .category-content[b-lpjcpet46w] {
    display: block;
}

.facet-count[b-lpjcpet46w] {
    margin-left: 7px;
    padding: 0px 6px;
    background: #e8e8e8;
    color: #222;
    font-size: .8em;
    border-radius: 10px;
    font-weight: normal;
    float: right;
}

/* Counts */
.count[b-lpjcpet46w] {
    color: #777;
    font-size: 13px;
}

/* Responsive */
@media (max-width: 768px) {
    body[b-lpjcpet46w] {
        padding: 10px;
    }

    /*.sidebar {
        width: 100%;
    }*/

    .filter-item[b-lpjcpet46w],
    .filter-title[b-lpjcpet46w],
    .main-category[b-lpjcpet46w] {
        font-size: 13px;
    }
}
/* _content/ecom.theme/Components/Zavara/Footer.razor.rz.scp.css */
footer[b-e1lyvmq6ad] {
    background: #1a1a1a;
    color: #fff;
    padding: 3rem 4rem;
}

.footer-content[b-e1lyvmq6ad] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
    margin-bottom: 2rem;
}

.footer-section h3[b-e1lyvmq6ad] {
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.footer-section ul[b-e1lyvmq6ad] {
    list-style: none;
    padding-left: 0px;
}

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

.footer-section a[b-e1lyvmq6ad] {
    color: #aaa;
    text-decoration: none;
    transition: color 0.3s;
}

    .footer-section a:hover[b-e1lyvmq6ad] {
        color: #fff;
    }

.footer-bottom[b-e1lyvmq6ad] {
    border-top: 1px solid #333;
    padding-top: 2rem;
    text-align: center;
    color: #aaa;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    footer[b-e1lyvmq6ad] {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .footer-content[b-e1lyvmq6ad] {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* _content/ecom.theme/Components/Zavara/JoinSection.razor.rz.scp.css */
.banner[b-x7qmycy19c] {
    position: relative;
    width: 100%;
    max-width: 1440px;
    height: auto;
    background-color: #d9f7ee;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    margin: 0 auto;
    margin-top: 50px;
}

    .banner[b-x7qmycy19c]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 10px;
        height: 100%;
        background: linear-gradient(to bottom, #007bff, #0056b3);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    }

    .banner[b-x7qmycy19c]::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 10px;
        height: 100%;
        background: linear-gradient(to bottom, #ffa500, #ff8c00);
        clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
    }

.graphic-section[b-x7qmycy19c] {
    flex: 1;
    position: relative;
    min-height: 200px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.chart-bg[b-x7qmycy19c] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: 0;
}

    .chart-bg svg[b-x7qmycy19c] {
        width: 100%;
        height: 100%;
    }

.illustration[b-x7qmycy19c] {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
}

.person[b-x7qmycy19c] {
    width: 80px;
    height: 100px;
    position: relative;
}

    .person svg[b-x7qmycy19c] {
        width: 100%;
        height: 100%;
    }

.arrow-graph[b-x7qmycy19c] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

    .arrow-graph svg[b-x7qmycy19c] {
        width: 100%;
        height: 100%;
    }

.text-section[b-x7qmycy19c] {
    flex: 1;
    text-align: right;
    padding-left: 30px;
    z-index: 3;
}

.earn-money[b-x7qmycy19c] {
    font-size: 14px;
    color: #555;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.join-title[b-x7qmycy19c] {
    font-size: 36px;
    font-weight: 700;
    color: #1a756e;
    line-height: 1.2;
    margin-bottom: 10px;
}

.sub-text[b-x7qmycy19c] {
    font-size: 16px;
    color: #333;
    align-items: center;
    gap: 8px;
}

.check-icon[b-x7qmycy19c] {
    color: #007bff;
    font-weight: bold;
    font-size: 18px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .banner[b-x7qmycy19c] {
        flex-direction: column;
        padding: 20px 15px;
        height: auto;
    }

    .graphic-section[b-x7qmycy19c] {
        width: 100%;
        min-height: 150px;
        margin-bottom: 20px;
    }

    .text-section[b-x7qmycy19c] {
        text-align: center;
        padding-left: 0;
        width: 100%;
    }

    .join-title[b-x7qmycy19c] {
        font-size: 28px;
    }

    .earn-money[b-x7qmycy19c] {
        font-size: 12px;
    }

    .sub-text[b-x7qmycy19c] {
        font-size: 14px;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .banner[b-x7qmycy19c] {
        padding: 15px 10px;
    }

    .join-title[b-x7qmycy19c] {
        font-size: 24px;
    }

    .graphic-section[b-x7qmycy19c] {
        min-height: 120px;
    }

    .person[b-x7qmycy19c] {
        width: 60px;
        height: 80px;
    }
}
/* _content/ecom.theme/Components/Zavara/Login.razor.rz.scp.css */
/* ====== Login Page Styles ====== */

body[b-dxezkcb4f5] {
    background-color: #f5f7fa; /* Softer blue-gray background */
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

/* Center page content */
.page-content[b-dxezkcb4f5] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}
.auth-buttons[b-dxezkcb4f5] {
    display: flex;
}
.auth-buttons .btn-danger[b-dxezkcb4f5]{
    color: #fff;
}
/* Card Container */
.card[b-dxezkcb4f5] {
    width: 380px;
    border-radius: 1rem;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

/* Card Body */
.card-body[b-dxezkcb4f5] {
    padding: 30px 35px;
}

/* Header Icon */
.fa-user-circle[b-dxezkcb4f5] {
    color: #d87a00;
    margin-bottom: 10px;
}

/* Title */
h5[b-dxezkcb4f5] {
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

/* Subtitle */
span.text-muted[b-dxezkcb4f5] {
    font-size: 0.9rem;
    color: #888;
}

/* Form Groups */
.form-group[b-dxezkcb4f5] {
    position: relative;
    margin-bottom: 20px;
}

/* Input fields */
.form-control[b-dxezkcb4f5] {
    width: 100%;
    height: 42px;
    border-radius: 6px;
    border: 1px solid #ccc;
    padding-left: 35px; /* Make space for the left icon */
    font-size: 0.95rem;
}

    .form-control:focus[b-dxezkcb4f5] {
        border-color: #d87a00;
        outline: none;
        box-shadow: 0 0 4px rgba(216, 122, 0, 0.3);
    }

/* Icon inside input */
.form-control-feedback[b-dxezkcb4f5] {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    pointer-events: none; /* Prevent icon from blocking typing */
    color: #999;
    font-size: 1rem;
}

/* Input group for password */
.input-group[b-dxezkcb4f5] {
    display: flex;
    align-items: center;
    position: relative;
}

.input-group-prepend[b-dxezkcb4f5],
.input-group-append[b-dxezkcb4f5] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 42px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 6px;
    cursor: pointer;
}

.input-group-prepend[b-dxezkcb4f5] {
    border-right: none;
}

.input-group-append[b-dxezkcb4f5] {
    border-left: none;
}

.input-group input.form-control[b-dxezkcb4f5] {
    flex: 1;
    border-radius: 6px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.input-group-prepend[b-dxezkcb4f5], 
.input-group-append[b-dxezkcb4f5] {
    height: 30px;
}
.input-group-text[b-dxezkcb4f5] {
    padding: 10px;
}
/* Remember/Forgot password */
.d-flex[b-dxezkcb4f5] {
    display: flex;
    align-items: center;
}

.form-check-label[b-dxezkcb4f5] {
    font-size: 0.9rem;
    color: #555;
}

.ml-auto[b-dxezkcb4f5] {
    margin-left: auto;
}

a[b-dxezkcb4f5] {
    color: #6F0303;
    font-size: 0.9rem;
    text-decoration: none;
}

    a:hover[b-dxezkcb4f5] {
        text-decoration: underline;
        color: #910505;
    }

/* Buttons */
.btn[b-dxezkcb4f5] {
    display: inline-block;
    text-align: center;
    font-weight: 500;
    border-radius: 6px;
    padding: 10px 0;
    width: 100%;
    cursor: pointer;
    border: none;
    transition: all 0.2s ease-in-out;
}
.text-primary[b-dxezkcb4f5] {
    color: #6F0303 !important;
}
.btn-primary[b-dxezkcb4f5] {
    background-color: #6F0303;
    color: #fff;
}

    .btn-primary:hover[b-dxezkcb4f5] {
        background-color: #910505;
    }

.btn-secondary[b-dxezkcb4f5] {
    background-color: #555;
    color: #fff;
}

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

/* Alerts */
.alert[b-dxezkcb4f5] {
    background-color: #f8d7da;
    color: #842029;
    padding: 10px;
    border-radius: 6px;
    margin-top: 10px;
}

/* Error messages */
.text-danger[b-dxezkcb4f5] {
    color: #d9534f;
    font-size: 0.85rem;
    margin-top: 5px;
}

/* Remove Bootstrap margin/padding classes */
.mb-0[b-dxezkcb4f5] {
    margin-bottom: 0 !important;
}

.mb-3[b-dxezkcb4f5] {
    margin-bottom: 1rem !important;
}

.mt-1[b-dxezkcb4f5] {
    margin-top: 0.25rem !important;
}

.mt-3[b-dxezkcb4f5] {
    margin-top: 1rem !important;
}

.ml-2[b-dxezkcb4f5] {
    margin-left: 0.5rem !important;
}

.ml-auto[b-dxezkcb4f5] {
    margin-left: auto !important;
}



/* Responsive adjustments */
@media (max-width: 480px) {
    .card[b-dxezkcb4f5] {
        width: 100%;
    }
}
/* _content/ecom.theme/Components/Zavara/NavMenu.razor.rz.scp.css */
.mobile-search-wrapper[b-xhlq4csfs8] {
    display: none;
}

.mobile-search-icon[b-xhlq4csfs8] {
    display: none;
}

/* Responsive Styles */
@media (max-width: 768px) {

    .mobile-search-wrapper-toggle[b-xhlq4csfs8] {
        display: none;
    }

    .mobile-search-wrapper[b-xhlq4csfs8] {
        display: block;
        padding: 0.8rem 0.5rem;
        background: #ddd;
    }

        .mobile-search-wrapper .search-bar[b-xhlq4csfs8] {
            display: flex;
            width: 100%;
            margin: 0;
        }
    .search-bar[b-xhlq4csfs8] {
        display: flex;
        align-items: center;
        background: #f5f5f5;
        padding: 0.5rem 1rem;
        width: 1000px;
        margin-left: 150px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }
        .search-bar input[b-xhlq4csfs8] {
            border: none;
            background: none;
            outline: none;
            width: 100%;
            font-size: 0.9rem;
        }
        .mobile-search-icon[b-xhlq4csfs8] {
            margin-top: 8px;
            margin-right: -50px;
            font-size: 18px;
        }

        .mobile-search-wrapper-toggle[b-xhlq4csfs8] {
            display: none;
        }
    }







.header[b-xhlq4csfs8] {
    background-color: #fff;
    padding: 8px 0;
    box-shadow: 0 1px 5px rgba(0,0,0,0.1);
}

.logo-container[b-xhlq4csfs8] {
    display: flex;
    align-items: center;
    gap: 2px;
}
img[b-xhlq4csfs8] {
    display: block;
    max-width: 100px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    border-radius: 5px;
}
.logo-text[b-xhlq4csfs8] {
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    color: #000;
    letter-spacing: -0.5px;
}

.logo-subtext[b-xhlq4csfs8] {
    font-size: 11px;
    color: #ffe500;
    font-style: italic;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 2px;
    margin-top: -4px;
}

.plus-icon[b-xhlq4csfs8] {
    color: #ffe500;
    font-size: 8px;
}

.search-container[b-xhlq4csfs8] {
    position: relative;
    max-width: 600px;
    width: 100%;
}

.search-input[b-xhlq4csfs8] {
    width: 100%;
    padding: 10px 50px 10px 16px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    outline: none;
    background-color: #f0f5ff;
}

    .search-input[b-xhlq4csfs8]::placeholder {
        color: #878787;
    }

.search-icon[b-xhlq4csfs8] {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #2874f0;
    font-size: 18px;
    cursor: pointer;
}

.header-links[b-xhlq4csfs8] {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-link[b-xhlq4csfs8] {
    color: #575757;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: opacity 0.2s;
}

    .header-link:hover[b-xhlq4csfs8] {
        color: #6F0303;
        opacity: 0.9;
    }

    .header-link i[b-xhlq4csfs8] {
        font-size: 18px;
    }

.dropdown-icon[b-xhlq4csfs8] {
    font-size: 12px;
    margin-left: 2px;
}

/* Mobile Menu */
.mobile-menu-btn[b-xhlq4csfs8] {
    background: none;
    border: none;
    color: #000;
    font-size: 24px;
    cursor: pointer;
}

.mobile-search[b-xhlq4csfs8] {
    background: none;
    border: none;
    color: #000;
    font-size: 20px;
    cursor: pointer;
}

.mobile-cart[b-xhlq4csfs8] {
    background: none;
    border: none;
    color: #000;
    font-size: 20px;
    cursor: pointer;
    position: relative;
}

/* Mobile Search Overlay */
.search-overlay[b-xhlq4csfs8] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #2874f0;
    z-index: 9999;
    padding: 12px;
}

    .search-overlay.active[b-xhlq4csfs8] {
        display: block;
    }

.search-overlay-header[b-xhlq4csfs8] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.back-btn[b-xhlq4csfs8] {
    background: none;
    border: none;
    color: #000;
    font-size: 24px;
    cursor: pointer;
}

/* Responsive */
@media (max-width: 991px) {
    .header-links[b-xhlq4csfs8] {
        display: none;
    }

    .search-container[b-xhlq4csfs8] {
        display: none;
    }
}

@media (min-width: 992px) {
    .mobile-controls[b-xhlq4csfs8] {
        display: none;
    }
}

@media (max-width: 576px) {
    .logo-text[b-xhlq4csfs8] {
        font-size: 18px;
    }

    .logo-subtext[b-xhlq4csfs8] {
        font-size: 10px;
    }
}




/* Menu Style */



.top-menu[b-xhlq4csfs8] {
    background-color: #f3f3f3;
    padding: 10px 0;
    margin: 10px 0px;
}

.menu-container[b-xhlq4csfs8] {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

.menu-item[b-xhlq4csfs8] {
    text-align: center;
    padding: 10px 15px;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
}

    .menu-item:hover[b-xhlq4csfs8] {
        color: #007bff;
    }

.menu-icon[b-xhlq4csfs8] {
    width: 60px;
    height: 60px;
    margin: 0 auto 8px;
    position: relative;
}

    .menu-icon img[b-xhlq4csfs8] {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.badge-new[b-xhlq4csfs8] {
    position: absolute;
    top: -5px;
    left: -5px;
    background-color: #007bff;
    color: white;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 10px;
    font-weight: bold;
}

.menu-text[b-xhlq4csfs8] {
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}

.dropdown-arrow[b-xhlq4csfs8] {
    margin-left: 5px;
    font-size: 10px;
}

/* Mega Menu Styles */
.mega-menu[b-xhlq4csfs8] {
    position: absolute;
    top: 88%;
    left: 0;
    width: 250px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    display: none;
    z-index: 1000;
    margin-top: 10px;
}

.menu-item:hover .mega-menu[b-xhlq4csfs8] {
    display: block;
}

.mega-menu-item[b-xhlq4csfs8] {
    padding: 12px 20px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    transition: background-color 0.2s ease;
    color: #333;
    text-decoration: none;
    display: block;
    font-size: 14px;
    position: relative;
}

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

    .mega-menu-item:hover[b-xhlq4csfs8] {
        background-color: #f8f9fa;
        color: #007bff;
    }

    .mega-menu-item.has-submenu[b-xhlq4csfs8]::after {
        content: '›';
        position: absolute;
        right: 15px;
        font-size: 18px;
        top: 50%;
        transform: translateY(-50%);
    }

/* Sub Menu Styles */
.sub-menu[b-xhlq4csfs8] {
    position: absolute;
    left: 100%;
    top: -1px;
    width: 250px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1001;
}

.mega-menu-item:hover > .sub-menu[b-xhlq4csfs8] {
    opacity: 1;
    visibility: visible;
}

.sub-menu-item[b-xhlq4csfs8] {
    padding: 12px 20px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    transition: background-color 0.2s ease;
    color: #333;
    text-decoration: none;
    display: block;
    font-size: 14px;
}

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

    .sub-menu-item:hover[b-xhlq4csfs8] {
        background-color: #f8f9fa;
        color: #007bff;
    }

/* Responsive Design */
@media (max-width: 1200px) {
    .menu-icon[b-xhlq4csfs8] {
        width: 50px;
        height: 50px;
    }

    .menu-text[b-xhlq4csfs8] {
        font-size: 13px;
    }

    .menu-item[b-xhlq4csfs8] {
        padding: 8px 10px;
    }
}

@media (max-width: 992px) {
    .menu-icon[b-xhlq4csfs8] {
        width: 45px;
        height: 45px;
    }

    .menu-text[b-xhlq4csfs8] {
        font-size: 12px;
    }

    .menu-item[b-xhlq4csfs8] {
        padding: 6px 8px;
    }
}

@media (max-width: 768px) {
    .menu-icon[b-xhlq4csfs8] {
        width: 40px;
        height: 40px;
    }

    .menu-text[b-xhlq4csfs8] {
        font-size: 11px;
    }

    .menu-item[b-xhlq4csfs8] {
        padding: 5px 6px;
    }

    .mega-menu[b-xhlq4csfs8] {
        width: 200px;
    }

    .mega-menu-item[b-xhlq4csfs8] {
        padding: 10px 15px;
        font-size: 13px;
    }

    .sub-menu[b-xhlq4csfs8] {
        width: 200px;
    }

    .sub-menu-item[b-xhlq4csfs8] {
        padding: 10px 15px;
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .menu-icon[b-xhlq4csfs8] {
        width: 35px;
        height: 35px;
    }

    .menu-text[b-xhlq4csfs8] {
        font-size: 10px;
    }

    .menu-item[b-xhlq4csfs8] {
        padding: 4px 5px;
    }

    .mega-menu[b-xhlq4csfs8] {
        width: 180px;
    }

    .sub-menu[b-xhlq4csfs8] {
        width: 180px;
        left: 40%;
        top: 40px;
    }
}
/* _content/ecom.theme/Components/Zavara/NewArrivalSection.razor.rz.scp.css */
.arrival-section[b-wd98c0xkg6] {
    padding: 3rem 15rem;
}

.arrival-section-title[b-wd98c0xkg6] {
    text-align: center;
    font-size: 2.5rem;
    color: #e67e22;
    margin-bottom: 3rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

.arrival-product-grid[b-wd98c0xkg6] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 0.5rem;
}

.arrival-product-card[b-wd98c0xkg6] {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    transition: all 0.3s;
    cursor: pointer;
    position: relative;
}

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

.arrival-product-label[b-wd98c0xkg6] {
    position: absolute;
    top: 3%;
    left: 50%;
    transform: translate(-50%, -29%);
    background: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 10px;
    font-weight: 700;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 65%;
}

.arrival-product-image[b-wd98c0xkg6] {
    width: 100%;
    height: 210px;
    background: linear-gradient(135deg, #f0f0f0, #e0e0e0);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

    .arrival-product-image img[b-wd98c0xkg6] {
        width: 100%;
        object-fit: contain;
        transition: transform 0.3s;
    }

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

.arrival-product-placeholder[b-wd98c0xkg6] {
    font-size: 4rem;
    /*opacity: 0.3;*/
}

@media (max-width: 768px) {
    .arrival-section[b-wd98c0xkg6] {
        padding: 6px;
    }
    .arrival-product-image[b-wd98c0xkg6]{
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        /*gap: 0.7rem;*/
    }
}

@media (max-width: 480px) {
    .arrival-section[b-wd98c0xkg6] {
        padding: 6px;
    }

    .arrival-product-image[b-wd98c0xkg6] {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        /*gap: 0.7rem;*/
    }
}
/* _content/ecom.theme/Components/Zavara/NonUserOrderTracking.razor.rz.scp.css */

.fab-search-input[b-z1i4j6p5hp] {
    width: 100%;
    padding: 1.25rem 5rem 1.25rem 1.5rem;
    border: 3px solid #e2e8f0;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s;
    font-family: 'Courier New', monospace;
}

    .fab-search-input:focus[b-z1i4j6p5hp] {
        outline: none;
        border-color: #6366f1;
        box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.1);
    }

.fab-search-btn[b-z1i4j6p5hp] {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0.875rem 2rem;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

    .fab-search-btn:hover[b-z1i4j6p5hp] {
        transform: translateY(-50%) scale(1.05);
        box-shadow: 0 6px 20px rgba(99, 102, 241, 0.4);
    }

.fab-result-section[b-z1i4j6p5hp] {
    display: none;
}

    .fab-result-section.fab-show[b-z1i4j6p5hp] {
        display: block;
    }

.fab-tracking-container[b-z1i4j6p5hp] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.fab-order-details-card[b-z1i4j6p5hp] {
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.fab-card-title[b-z1i4j6p5hp] {
    font-size: 24px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e2e8f0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

    .fab-card-title i[b-z1i4j6p5hp] {
        color: #6366f1;
    }

.fab-detail-row[b-z1i4j6p5hp] {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
    border-bottom: 1px solid #f1f5f9;
}

.fab-detail-label[b-z1i4j6p5hp] {
    color: #64748b;
    font-weight: 600;
}

.fab-detail-value[b-z1i4j6p5hp] {
    color: #1e293b;
    font-weight: 600;
    text-align: right;
}

.fab-order-status[b-z1i4j6p5hp] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.fab-status-processing[b-z1i4j6p5hp] {
    background: linear-gradient(135deg, #dbeafe, #bfdbfe);
    color: #1e40af;
}

.fab-tracking-timeline[b-z1i4j6p5hp] {
    height: 57%;
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.fab-timeline[b-z1i4j6p5hp] {
    position: relative;
    padding-left: 3rem;
    margin-top: 2rem;
}

    .fab-timeline[b-z1i4j6p5hp]::before {
        content: '';
        position: absolute;
        left: 17px;
        top: 0;
        bottom: 0;
        width: 3px;
        background: linear-gradient(180deg, #10b981, #6366f1, #8b5cf6);
    }

.fab-timeline-item[b-z1i4j6p5hp] {
    position: relative;
    margin-bottom: 2.5rem;
}

    .fab-timeline-item:last-child[b-z1i4j6p5hp] {
        margin-bottom: 0;
    }

.fab-timeline-icon[b-z1i4j6p5hp] {
    position: absolute;
    left: -3rem;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

.fab-timeline-item.fab-completed .fab-timeline-icon[b-z1i4j6p5hp] {
    background: linear-gradient(135deg, #10b981, #059669);
    color: #ffffff;
}

.fab-timeline-item.fab-active .fab-timeline-icon[b-z1i4j6p5hp] {
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #ffffff;
    animation: fab-pulse-b-z1i4j6p5hp 2s infinite;
}

.fab-timeline-item.fab-pending .fab-timeline-icon[b-z1i4j6p5hp] {
    background: #f1f5f9;
    color: #94a3b8;
}

@keyframes fab-pulse-b-z1i4j6p5hp {
    0%, 100% {
        box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
    }

    50% {
        box-shadow: 0 4px 20px rgba(99, 102, 241, 0.6);
    }
}

.fab-timeline-content[b-z1i4j6p5hp] {
    padding-left: 0.5rem;
}

.fab-timeline-title[b-z1i4j6p5hp] {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.25rem;
}

.fab-timeline-date[b-z1i4j6p5hp] {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 0.5rem;
}

.fab-timeline-desc[b-z1i4j6p5hp] {
    font-size: 14px;
    color: #475569;
    line-height: 1.6;
}

.fab-product-card[b-z1i4j6p5hp] {
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    margin-top: 2rem;
}

.fab-product-item[b-z1i4j6p5hp] {
    display: flex;
    gap: 1.5rem;
    padding: 1.5rem;
    background: #f8fafc;
    border-radius: 12px;
    margin-bottom: 1rem;
}

.fab-product-image[b-z1i4j6p5hp] {
    width: 120px;
    height: 120px;
    border-radius: 12px;
    object-fit: cover;
    border: 2px solid #e2e8f0;
}

.fab-product-info[b-z1i4j6p5hp] {
    flex: 1;
}

.fab-product-name[b-z1i4j6p5hp] {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.5rem;
}

.fab-product-meta[b-z1i4j6p5hp] {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 0.75rem;
}

.fab-product-price[b-z1i4j6p5hp] {
    font-size: 20px;
    font-weight: 700;
    color: #10b981;
}

.fab-summary-box[b-z1i4j6p5hp] {
    background: linear-gradient(135deg, #f8fafc, #f1f5f9);
    border-radius: 12px;
    padding: 1.5rem;
    margin-top: 2rem;
}

.fab-summary-row[b-z1i4j6p5hp] {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 0;
    color: #475569;
    font-weight: 600;
}

    .fab-summary-row.fab-total[b-z1i4j6p5hp] {
        border-top: 2px solid #e2e8f0;
        margin-top: 0.5rem;
        padding-top: 1rem;
        font-size: 22px;
        color: #1e293b;
    }

.fab-action-buttons[b-z1i4j6p5hp] {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.fab-btn[b-z1i4j6p5hp] {
    flex: 1;
    padding: 1rem;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.fab-btn-primary[b-z1i4j6p5hp] {
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

    .fab-btn-primary:hover[b-z1i4j6p5hp] {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(99, 102, 241, 0.4);
    }

.fab-btn-secondary[b-z1i4j6p5hp] {
    background: #ffffff;
    color: #6366f1;
    border: 2px solid #6366f1;
}

    .fab-btn-secondary:hover[b-z1i4j6p5hp] {
        background: #6366f1;
        color: #ffffff;
    }

.fab-examples[b-z1i4j6p5hp] {
    margin-top: 2rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, #fef3c7, #fde68a);
    border-radius: 12px;
}

.fab-examples-title[b-z1i4j6p5hp] {
    font-size: 14px;
    font-weight: 700;
    color: #92400e;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.fab-example-refs[b-z1i4j6p5hp] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.fab-example-ref[b-z1i4j6p5hp] {
    padding: 0.5rem 1rem;
    background: #ffffff;
    border-radius: 8px;
    font-family: 'Courier New', monospace;
    font-size: 13px;
    color: #6366f1;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    border: 2px solid transparent;
}

    .fab-example-ref:hover[b-z1i4j6p5hp] {
        border-color: #6366f1;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(99, 102, 241, 0.2);
    }

@media (max-width: 1024px) {
    .fab-sidebar[b-z1i4j6p5hp] {
        transform: translateX(-100%);
    }

    .fab-main-content[b-z1i4j6p5hp] {
        margin-left: 0px;
        padding-top: 5rem;
        margin-left: 0px;
        margin-left: 0px;
    }

    .fab-menu-toggle[b-z1i4j6p5hp] {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #fab-menu-checkbox:checked ~ .fab-sidebar[b-z1i4j6p5hp] {
        transform: translateX(0);
    }

    #fab-menu-checkbox:checked ~ .fab-overlay[b-z1i4j6p5hp] {
        display: block;
    }

    .fab-top-nav[b-z1i4j6p5hp] {
        margin-top: 1rem;
    }

    .fab-tracking-container[b-z1i4j6p5hp] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    fab-search-title
    .fab-search-section[b-z1i4j6p5hp] {
        padding: 2rem 1.5rem;
    }

    .fab-search-title[b-z1i4j6p5hp] {
        font-size: 24px;
    }

    .fab-search-input[b-z1i4j6p5hp] {
        padding: 1rem 1.25rem;
        font-size: 14px;
    }

    .fab-search-btn[b-z1i4j6p5hp] {
        position: static;
        transform: none;
        width: 100%;
        margin-top: 1rem;
    }

        .fab-search-btn:hover[b-z1i4j6p5hp] {
            transform: scale(1.02);
        }

    .fab-top-nav[b-z1i4j6p5hp] {
        flex-direction: column;
        gap: 1rem;
    }

    .fab-nav-links[b-z1i4j6p5hp] {
        flex-direction: column;
        gap: 1rem;
    }

    .fab-action-buttons[b-z1i4j6p5hp] {
        flex-direction: column;
    }

    .fab-product-item[b-z1i4j6p5hp] {
        flex-direction: column;
    }

    .fab-product-image[b-z1i4j6p5hp] {
        width: 100%;
        height: 200px;
    }

    .fab-example-refs[b-z1i4j6p5hp] {
        flex-direction: column;
    }

    .fab-main-content[b-z1i4j6p5hp] {
        margin-left: 0;
        padding-top: 5rem;
        margin-left: 0px;
    }

    .fab-tracking-timeline[b-z1i4j6p5hp] {
        height: 100%;
    }
}
/* _content/ecom.theme/Components/Zavara/Order.razor.rz.scp.css */
.mixcat-wrapper[b-lq0iwpffsz] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.mixcat-wrapper *[b-lq0iwpffsz],
.mixcat-wrapper *[b-lq0iwpffsz]::before,
.mixcat-wrapper *[b-lq0iwpffsz]::after {
    box-sizing: border-box;
}

.fab-sidebar[b-lq0iwpffsz] {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 280px;
    background: #ffffff;
    box-shadow: 4px 0 24px rgba(0,0,0,0.06);
    padding: 2rem 0;
    z-index: 1000;
    transition: transform 0.3s ease;
}

.fab-menu-toggle[b-lq0iwpffsz] {
    display: none;
    position: fixed;
    top: 1rem;
    left: 1rem;
    z-index: 1001;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #ffffff;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
    transition: all 0.3s;
}

    .fab-menu-toggle:hover[b-lq0iwpffsz] {
        transform: scale(1.05);
        box-shadow: 0 6px 20px rgba(99, 102, 241, 0.4);
    }

.fab-overlay[b-lq0iwpffsz] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    transition: opacity 0.3s ease;
}

#fab-menu-checkbox[b-lq0iwpffsz] {
    display: none;
}

.fab-logo-section[b-lq0iwpffsz] {
    padding: 3rem 0rem 1rem;
    border-bottom: 2px solid #e2e8f0;
}

.fab-logo[b-lq0iwpffsz] {
    font-size: 28px;
    font-weight: 800;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: flex;
    align-items: center;
    gap: 12px;
}

.fab-nav-menu[b-lq0iwpffsz] {
    padding: 0rem 0;
}

.fab-nav-item[b-lq0iwpffsz] {
    display: flex;
    align-items: center;
    padding: 1rem 1rem;
    color: #64748b;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
    border-left: 4px solid transparent;
}

    .fab-nav-item:hover[b-lq0iwpffsz],
    .fab-nav-item.fab-active[b-lq0iwpffsz] {
        background: linear-gradient(90deg, rgba(99, 102, 241, 0.1), transparent);
        color: #6366f1;
        border-left-color: #6366f1;
    }

    .fab-nav-item i[b-lq0iwpffsz] {
        width: 24px;
        margin-right: 1rem;
        font-size: 20px;
    }

.fab-main-content[b-lq0iwpffsz] {
    margin-left: 280px;
    min-height: 100vh;
    padding: 1rem 2rem;
}


@media (max-width: 1024px) {
    .fab-sidebar[b-lq0iwpffsz] {
        transform: translateX(-100%);
    }

    .fab-main-content[b-lq0iwpffsz] {
        margin-left: 0;
        padding-top: 5rem;
        margin-left: 0px;
    }

    .fab-menu-toggle[b-lq0iwpffsz] {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #fab-menu-checkbox:checked ~ .fab-sidebar[b-lq0iwpffsz] {
        transform: translateX(0);
    }

    #fab-menu-checkbox:checked ~ .fab-overlay[b-lq0iwpffsz] {
        display: block;
    }
}

.fab-nav-links[b-lq0iwpffsz] {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.fab-nav-link[b-lq0iwpffsz] {
    color: #64748b;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

    .fab-nav-link:hover[b-lq0iwpffsz] {
        color: #6366f1;
    }

.fab-user-profile[b-lq0iwpffsz] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 1.25rem;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #ffffff;
    border-radius: 50px;
    font-weight: 600;
}

.fab-alert-card[b-lq0iwpffsz] {
    background: #ffffff;
    border-radius: 16px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border-left: 5px solid #f59e0b;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

    .fab-alert-card.fab-alert-success[b-lq0iwpffsz] {
        border-left-color: #10b981;
    }

.fab-alert-icon[b-lq0iwpffsz] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}

.fab-alert-card .fab-alert-icon[b-lq0iwpffsz] {
    background: linear-gradient(135deg, #fef3c7, #fde68a);
    color: #f59e0b;
}

.fab-alert-card.fab-alert-success .fab-alert-icon[b-lq0iwpffsz] {
    background: linear-gradient(135deg, #d1fae5, #a7f3d0);
    color: #10b981;
}

.fab-alert-content[b-lq0iwpffsz] {
    flex: 1;
}

    .fab-alert-content p[b-lq0iwpffsz] {
        margin: 0;
        color: #475569;
        line-height: 1.6;
    }

.fab-alert-link[b-lq0iwpffsz] {
    color: #6366f1;
    font-weight: 600;
    text-decoration: none;
}

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

.fab-orders-section[b-lq0iwpffsz] {
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.fab-section-header[b-lq0iwpffsz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #e2e8f0;
}

.fab-section-title[b-lq0iwpffsz] {
    font-size: 28px;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
}

.fab-filter-btn[b-lq0iwpffsz] {
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s;
}

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

.fab-table-wrapper[b-lq0iwpffsz] {
    overflow-x: auto;
}

.fab-orders-table[b-lq0iwpffsz] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

    .fab-orders-table thead th[b-lq0iwpffsz] {
        background: linear-gradient(135deg, #f8fafc, #f1f5f9);
        color: #1e293b;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 0.5px;
        padding: 1.25rem 1.5rem;
        text-align: left;
        border-bottom: 2px solid #e2e8f0;
    }

    .fab-orders-table tbody tr[b-lq0iwpffsz] {
        transition: all 0.3s;
    }

        .fab-orders-table tbody tr:hover[b-lq0iwpffsz] {
            background: linear-gradient(90deg, rgba(99, 102, 241, 0.05), transparent);
            transform: scale(1.01);
        }

    .fab-orders-table tbody td[b-lq0iwpffsz] {
        padding: 1.5rem 1.5rem;
        border-bottom: 1px solid #e2e8f0;
        color: #475569;
        font-weight: 500;
    }

.fab-reference-id[b-lq0iwpffsz] {
    font-family: 'Courier New', monospace;
    color: #6366f1;
    font-weight: 600;
    font-size: 14px;
}

.fab-date-time[b-lq0iwpffsz] {
    color: #64748b;
    font-size: 14px;
}

.fab-payment-amount[b-lq0iwpffsz] {
    font-size: 18px;
    font-weight: 700;
    color: #10b981;
}

.fab-payment-method[b-lq0iwpffsz] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: #f1f5f9;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
}

.fab-status-badge[b-lq0iwpffsz] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.fab-status-pending[b-lq0iwpffsz] {
    background: linear-gradient(135deg, #fef3c7, #fde68a);
    color: #92400e;
}

.fab-btn-view[b-lq0iwpffsz] {
    padding: 0.75rem 2rem;
    background: linear-gradient(135deg, #10b981, #059669);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

    .fab-btn-view:hover[b-lq0iwpffsz] {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(16, 185, 129, 0.4);
    }


@media (max-width: 768px) {

    .fab-nav-links[b-lq0iwpffsz] {
        flex-direction: column;
        gap: 1rem;
    }

    .fab-section-header[b-lq0iwpffsz] {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }
}
/* _content/ecom.theme/Components/Zavara/OrderTraking.razor.rz.scp.css */
.fab-search-section[b-4r9az1kzm6] {
    background: #ffffff;
    border-radius: 16px;
    padding: 3rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    text-align: center;
    margin-bottom: 2rem;
}

.fab-search-title[b-4r9az1kzm6] {
    font-size: 32px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 1rem;
}

.fab-search-subtitle[b-4r9az1kzm6] {
    font-size: 16px;
    color: #64748b;
    margin-bottom: 2.5rem;
}

.fab-search-box[b-4r9az1kzm6] {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}

.fab-search-input[b-4r9az1kzm6] {
    width: 100%;
    padding: 1.25rem 5rem 1.25rem 1.5rem;
    border: 3px solid #e2e8f0;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s;
    font-family: 'Courier New', monospace;
}

    .fab-search-input:focus[b-4r9az1kzm6] {
        outline: none;
        border-color: #6366f1;
        box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.1);
    }

.fab-search-btn[b-4r9az1kzm6] {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0.875rem 2rem;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

    .fab-search-btn:hover[b-4r9az1kzm6] {
        transform: translateY(-50%) scale(1.05);
        box-shadow: 0 6px 20px rgba(99, 102, 241, 0.4);
    }

.fab-result-section[b-4r9az1kzm6] {
    display: none;
}

    .fab-result-section.fab-show[b-4r9az1kzm6] {
        display: block;
    }

.fab-tracking-container[b-4r9az1kzm6] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.fab-order-details-card[b-4r9az1kzm6] {
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.fab-card-title[b-4r9az1kzm6] {
    font-size: 24px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e2e8f0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

    .fab-card-title i[b-4r9az1kzm6] {
        color: #6366f1;
    }

.fab-detail-row[b-4r9az1kzm6] {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
    border-bottom: 1px solid #f1f5f9;
}

.fab-detail-label[b-4r9az1kzm6] {
    color: #64748b;
    font-weight: 600;
}

.fab-detail-value[b-4r9az1kzm6] {
    color: #1e293b;
    font-weight: 600;
    text-align: right;
}

.fab-order-status[b-4r9az1kzm6] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.fab-status-processing[b-4r9az1kzm6] {
    background: linear-gradient(135deg, #dbeafe, #bfdbfe);
    color: #1e40af;
}

.fab-tracking-timeline[b-4r9az1kzm6] {
    height: 57%;
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.fab-timeline[b-4r9az1kzm6] {
    position: relative;
    padding-left: 3rem;
    margin-top: 2rem;
}

    .fab-timeline[b-4r9az1kzm6]::before {
        content: '';
        position: absolute;
        left: 17px;
        top: 0;
        bottom: 0;
        width: 3px;
        background: linear-gradient(180deg, #10b981, #6366f1, #8b5cf6);
    }

.fab-timeline-item[b-4r9az1kzm6] {
    position: relative;
    margin-bottom: 2.5rem;
}

    .fab-timeline-item:last-child[b-4r9az1kzm6] {
        margin-bottom: 0;
    }

.fab-timeline-icon[b-4r9az1kzm6] {
    position: absolute;
    left: -3rem;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

.fab-timeline-item.fab-completed .fab-timeline-icon[b-4r9az1kzm6] {
    background: linear-gradient(135deg, #10b981, #059669);
    color: #ffffff;
}

.fab-timeline-item.fab-active .fab-timeline-icon[b-4r9az1kzm6] {
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #ffffff;
    animation: fab-pulse-b-4r9az1kzm6 2s infinite;
}

.fab-timeline-item.fab-pending .fab-timeline-icon[b-4r9az1kzm6] {
    background: #f1f5f9;
    color: #94a3b8;
}

@keyframes fab-pulse-b-4r9az1kzm6 {
    0%, 100% {
        box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
    }

    50% {
        box-shadow: 0 4px 20px rgba(99, 102, 241, 0.6);
    }
}

.fab-timeline-content[b-4r9az1kzm6] {
    padding-left: 0.5rem;
}

.fab-timeline-title[b-4r9az1kzm6] {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.25rem;
}

.fab-timeline-date[b-4r9az1kzm6] {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 0.5rem;
}

.fab-timeline-desc[b-4r9az1kzm6] {
    font-size: 14px;
    color: #475569;
    line-height: 1.6;
}

.fab-product-card[b-4r9az1kzm6] {
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    margin-top: 2rem;
}

.fab-product-item[b-4r9az1kzm6] {
    display: flex;
    gap: 1.5rem;
    padding: 1.5rem;
    background: #f8fafc;
    border-radius: 12px;
    margin-bottom: 1rem;
}

.fab-product-image[b-4r9az1kzm6] {
    width: 120px;
    height: 120px;
    border-radius: 12px;
    object-fit: cover;
    border: 2px solid #e2e8f0;
}

.fab-product-info[b-4r9az1kzm6] {
    flex: 1;
}

.fab-product-name[b-4r9az1kzm6] {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.5rem;
}

.fab-product-meta[b-4r9az1kzm6] {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 0.75rem;
}

.fab-product-price[b-4r9az1kzm6] {
    font-size: 20px;
    font-weight: 700;
    color: #10b981;
}

.fab-summary-box[b-4r9az1kzm6] {
    background: linear-gradient(135deg, #f8fafc, #f1f5f9);
    border-radius: 12px;
    padding: 1.5rem;
    margin-top: 2rem;
}

.fab-summary-row[b-4r9az1kzm6] {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 0;
    color: #475569;
    font-weight: 600;
}

    .fab-summary-row.fab-total[b-4r9az1kzm6] {
        border-top: 2px solid #e2e8f0;
        margin-top: 0.5rem;
        padding-top: 1rem;
        font-size: 22px;
        color: #1e293b;
    }

.fab-action-buttons[b-4r9az1kzm6] {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.fab-btn[b-4r9az1kzm6] {
    flex: 1;
    padding: 1rem;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.fab-btn-primary[b-4r9az1kzm6] {
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

    .fab-btn-primary:hover[b-4r9az1kzm6] {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(99, 102, 241, 0.4);
    }

.fab-btn-secondary[b-4r9az1kzm6] {
    background: #ffffff;
    color: #6366f1;
    border: 2px solid #6366f1;
}

    .fab-btn-secondary:hover[b-4r9az1kzm6] {
        background: #6366f1;
        color: #ffffff;
    }

.fab-examples[b-4r9az1kzm6] {
    margin-top: 2rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, #fef3c7, #fde68a);
    border-radius: 12px;
}

.fab-examples-title[b-4r9az1kzm6] {
    font-size: 14px;
    font-weight: 700;
    color: #92400e;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.fab-example-refs[b-4r9az1kzm6] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.fab-example-ref[b-4r9az1kzm6] {
    padding: 0.5rem 1rem;
    background: #ffffff;
    border-radius: 8px;
    font-family: 'Courier New', monospace;
    font-size: 13px;
    color: #6366f1;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    border: 2px solid transparent;
}

    .fab-example-ref:hover[b-4r9az1kzm6] {
        border-color: #6366f1;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(99, 102, 241, 0.2);
    }

@media (max-width: 1024px) {
    .fab-sidebar[b-4r9az1kzm6] {
        transform: translateX(-100%);
    }

    .fab-main-content[b-4r9az1kzm6] {
        margin-left: 0px;
        padding-top: 5rem;
        margin-left: 0px;
        margin-left: 0px;
    }

    .fab-menu-toggle[b-4r9az1kzm6] {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #fab-menu-checkbox:checked ~ .fab-sidebar[b-4r9az1kzm6] {
        transform: translateX(0);
    }

    #fab-menu-checkbox:checked ~ .fab-overlay[b-4r9az1kzm6] {
        display: block;
    }

    .fab-top-nav[b-4r9az1kzm6] {
        margin-top: 1rem;
    }

    .fab-tracking-container[b-4r9az1kzm6] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    fab-search-title
    .fab-search-section[b-4r9az1kzm6] {
        padding: 2rem 1.5rem;
    }

    .fab-search-title[b-4r9az1kzm6] {
        font-size: 24px;
    }

    .fab-search-input[b-4r9az1kzm6] {
        padding: 1rem 1.25rem;
        font-size: 14px;
    }

    .fab-search-btn[b-4r9az1kzm6] {
        position: static;
        transform: none;
        width: 100%;
        margin-top: 1rem;
    }

    .fab-search-btn:hover[b-4r9az1kzm6] {
            transform: scale(1.02);
        }

    .fab-top-nav[b-4r9az1kzm6] {
        flex-direction: column;
        gap: 1rem;
    }

    .fab-nav-links[b-4r9az1kzm6] {
        flex-direction: column;
        gap: 1rem;
    }

    .fab-action-buttons[b-4r9az1kzm6] {
        flex-direction: column;
    }

    .fab-product-item[b-4r9az1kzm6] {
        flex-direction: column;
    }

    .fab-product-image[b-4r9az1kzm6] {
        width: 100%;
        height: 200px;
    }

    .fab-example-refs[b-4r9az1kzm6] {
        flex-direction: column;
    }

    .fab-main-content[b-4r9az1kzm6] {
        margin-left: 0;
        padding-top: 5rem;
        margin-left: 0px;
    }
    .fab-tracking-timeline[b-4r9az1kzm6] {
        height: 100%;
    }
}
/* _content/ecom.theme/Components/Zavara/PaymentDeliverySection.razor.rz.scp.css */
.trust-section[b-n35egvg10u] {
    background-color: #e8e8e8;
    padding: 40px 20px;
    border-radius: 8px;
    margin-top: 50px;
}

.container[b-n35egvg10u] {
    max-width: 1440px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    align-items: start;
}

.trust-item[b-n35egvg10u] {
    text-align: center;
}

.icon[b-n35egvg10u] {
    font-size: 32px;
    margin-bottom: 15px;
    color: #333;
}

.trust-item h3[b-n35egvg10u] {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

/* Payment Methods Section */
.payment-methods[b-n35egvg10u] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.payment-label[b-n35egvg10u] {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.payment-icons[b-n35egvg10u] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    padding: 15px;
    background-color: white;
    border-radius: 6px;
    border: 1px solid #ddd;
}

.payment-icon[b-n35egvg10u] {
    width: 40px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 4px;
    font-size: 10px;
    font-weight: 600;
    color: #333;
}

    .payment-icon.visa[b-n35egvg10u] {
        color: #1434CB;
    }

    .payment-icon.mastercard[b-n35egvg10u] {
        background: linear-gradient(to right, #EB001B 50%, #F79E1B 50%);
        color: transparent;
    }

    .payment-icon.amex[b-n35egvg10u] {
        color: #006FCF;
    }

    .payment-icon.discover[b-n35egvg10u] {
        color: #FF6000;
    }

    .payment-icon.paypal[b-n35egvg10u] {
        color: #003087;
    }

.verified-badge[b-n35egvg10u] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    font-size: 12px;
    color: #666;
}

.verified-logo[b-n35egvg10u] {
    background-color: #0066B2;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 10px;
}

/* Satisfaction Section */
.satisfaction-content[b-n35egvg10u] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

    .satisfaction-content p[b-n35egvg10u] {
        font-size: 14px;
        color: #666;
        line-height: 1.6;
    }

/* Delivery Section */
.delivery-logos[b-n35egvg10u] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.delivery-logo[b-n35egvg10u] {
    height: 35px;
    padding: 8px 12px;
    background-color: white;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    border: 1px solid #e0e0e0;
}

.dhl[b-n35egvg10u] {
    color: #FFCC00;
    background-color: #D40511;
}

.fedex[b-n35egvg10u] {
    background: linear-gradient(to right, #4D148C 50%, #FF6600 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
}

.pathao[b-n35egvg10u] {
    color: #E8404E;
}

.sundarban[b-n35egvg10u] {
    background-color: #FFD700;
    color: #000;
    padding: 6px 10px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .container[b-n35egvg10u] {
        gap: 30px;
    }

    .delivery-logos[b-n35egvg10u] {
        gap: 10px;
    }

    .delivery-logo[b-n35egvg10u] {
        height: 30px;
        font-size: 12px;
        padding: 6px 10px;
    }
}

@media (max-width: 768px) {
    .trust-section[b-n35egvg10u] {
        padding: 30px 15px;
    }

    .container[b-n35egvg10u] {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .trust-item h3[b-n35egvg10u] {
        font-size: 15px;
    }

    .payment-icons[b-n35egvg10u] {
        max-width: 350px;
    }

    .delivery-logos[b-n35egvg10u] {
        max-width: 350px;
    }
}

@media (max-width: 480px) {
    .trust-section[b-n35egvg10u] {
        padding: 25px 10px;
    }

    .icon[b-n35egvg10u] {
        font-size: 28px;
    }

    .trust-item h3[b-n35egvg10u] {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .payment-icons[b-n35egvg10u] {
        padding: 12px;
        gap: 6px;
    }

    .payment-icon[b-n35egvg10u] {
        width: 36px;
        height: 26px;
    }

    .satisfaction-content p[b-n35egvg10u] {
        font-size: 13px;
    }

    .delivery-logo[b-n35egvg10u] {
        height: 28px;
        font-size: 11px;
        padding: 5px 8px;
    }
}
/* _content/ecom.theme/Components/Zavara/PriceDetailsCard.razor.rz.scp.css */
/* Modal background */
.modal[b-v6x1im6bov] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Modal box */
.modal-content[b-v6x1im6bov] {
    background: #fff;
    border-radius: 10px;
    max-width: 500px;
    width: 90%;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    padding: 1.5rem;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    position: relative;
}

/* Header */
.modal-header[b-v6x1im6bov] {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1rem;
    position: relative;
}

/* ✖ Close button */
.close-btn[b-v6x1im6bov] {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #eee;
    border: none;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    line-height: 1;
    cursor: pointer;
    transition: 0.3s;
}

    .close-btn:hover[b-v6x1im6bov] {
        background: #ff4d4d;
        color: #fff;
    }

/* Product image */
.product-img[b-v6x1im6bov] {
    width: 100%;
    max-width: 200px;
    margin: 0 auto 1rem;
}

    .product-img img[b-v6x1im6bov] {
        width: 100%;
        border-radius: 8px;
    }

/* Product name */
.product-title[b-v6x1im6bov] {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

/* Size section */
.size-options[b-v6x1im6bov] {
    margin-bottom: 1.5rem;
}

    .size-options h4[b-v6x1im6bov] {
        margin-bottom: 0.8rem;
        font-size: 1rem;
        font-weight: 600;
    }

.size-btns[b-v6x1im6bov] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.6rem;
}

    .size-btns button[b-v6x1im6bov] {
        border: 1px solid #999;
        background: white;
        padding: 0.4rem 1rem;
        border-radius: 5px;
        cursor: pointer;
        font-weight: 500;
        transition: all 0.2s ease;
    }

        .size-btns button:hover[b-v6x1im6bov] {
            background: #eee;
        }

    .size-btns .active[b-v6x1im6bov] {
        background: #00916E;
        color: #fff;
        border-color: #00916E;
    }

/* Price */
.price[b-v6x1im6bov] {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

    .price span[b-v6x1im6bov] {
        color: #00916E;
        font-size: 1.6rem;
        font-weight: 700;
    }

/* Buttons */
.modal-actions[b-v6x1im6bov] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.btn[b-v6x1im6bov] {
    flex: 1;
    padding: 0.6rem;
    font-size: 1rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

    .btn.cancel[b-v6x1im6bov] {
        background: #e74c3c;
        color: #fff;
    }

        .btn.cancel:hover[b-v6x1im6bov] {
            background: #c0392b;
        }

    .btn.add[b-v6x1im6bov] {
        background: #27ae60;
        color: #fff;
    }

        .btn.add:hover[b-v6x1im6bov] {
            background: #1e8449;
        }
/* _content/ecom.theme/Components/Zavara/ProductAddToCardDetails.razor.rz.scp.css */
/* Frequently Bought Together Section */
.frequently-bought-section[b-5946nyuku6] {
    background: white;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 40px;
}

.frequently-bought-title[b-5946nyuku6] {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
}

.related-product-card[b-5946nyuku6] {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

.related-product-image[b-5946nyuku6] {
    width: 150px;
    height: 150px;
    flex-shrink: 0;
    background: #f5f5f5;
    border-radius: 4px;
    overflow: hidden;
}

    .related-product-image img[b-5946nyuku6] {
        width: 100%;
    }

.related-product-info h3[b-5946nyuku6] {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #333;
}

.related-product-pricing[b-5946nyuku6] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.related-current-price[b-5946nyuku6] {
    font-size: 20px;
    font-weight: 700;
    color: #333;
}

.related-original-price[b-5946nyuku6] {
    font-size: 16px;
    color: #999;
    text-decoration: line-through;
}

.related-add-to-cart[b-5946nyuku6] {
    background: #333;
    color: white;
    border: none;
    padding: 10px 24px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: background 0.3s;
}

    .related-add-to-cart:hover[b-5946nyuku6] {
        background: #555;
    }

    .related-add-to-cart[b-5946nyuku6]::before {
        content: "+ ";
    }


@media (max-width: 480px) {

    .related-product-pricing[b-5946nyuku6] {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .related-product-card[b-5946nyuku6]{
        display:block;
    }

    .related-product-image[b-5946nyuku6] {
        width: 100%;
        height: 290px;
    }
    .related-add-to-cart[b-5946nyuku6]{
        width:100%
    }
}
/* _content/ecom.theme/Components/Zavara/ProductCard.razor.rz.scp.css */
.product-section-card[b-f5m7gzju3f] {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.2s ease;
}

    .product-section-card:hover[b-f5m7gzju3f] {
        transform: translateY(-5px);
    }

    .product-section-card img[b-f5m7gzju3f] {
        width: 100%;
        /* height: 212px; */
        object-fit: cover;
    }

.price[b-f5m7gzju3f] {
    padding: 5px;
    font-size: 12px;
}

    .price del[b-f5m7gzju3f] {
        color: #888;
        margin-left: 8px;
        font-size: 0.9rem;
    }

@media (max-width: 600px) {
    .product-section-card img[b-f5m7gzju3f] {
        /* height: 220px; */
    }

    .featured-item[b-f5m7gzju3f]::after {
        font-size: 1rem;
        padding: 0.7rem;
    }
}
/* _content/ecom.theme/Components/Zavara/ProductCard2.razor.rz.scp.css */
/*.search-bar {
    display: flex;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}

    .search-bar input {
        flex: 1;
        padding: 10px 15px;
        border: none;
        outline: none;
        font-size: 16px;
    }

    .search-bar button {
        background: #fff;
        border: none;
        padding: 10px 15px;
        cursor: pointer;
    }

        .search-bar button:hover {
            background: #eee;
        }*/
.main-card-two[b-8oqtfh4xzl] {
    margin: 10px 10px;
}

.refinement-bar[b-8oqtfh4xzl] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.refinement-tags[b-8oqtfh4xzl] {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.refinement-tag[b-8oqtfh4xzl] {
    background: #4a4a9e;
    color: white;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

    .refinement-tag .remove[b-8oqtfh4xzl] {
        cursor: pointer;
        font-weight: bold;
        font-size: 12px;
    }

.clear-refinements[b-8oqtfh4xzl] {
    background: #00aaff;
    color: white;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
}

.card-two-product-grid[b-8oqtfh4xzl] {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.card-two-product-card[b-8oqtfh4xzl] {
    width: 300px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease;
}

    .card-two-product-card:hover[b-8oqtfh4xzl] {
        transform: translateY(-2px);
    }

.card-two-product-image[b-8oqtfh4xzl] {
    width: 100%;
    height: 300px;
    background: #eee;
    position: relative;
    overflow: hidden;
}

    .card-two-product-image img[b-8oqtfh4xzl] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.card-two-product-info[b-8oqtfh4xzl] {
    padding: 15px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-two-product-title[b-8oqtfh4xzl] {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
    white-space:nowrap;
    overflow: hidden;
    /*height:50px;*/
    text-overflow: ellipsis;
}

.card-two-product-price[b-8oqtfh4xzl] {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.card-two-buy-button[b-8oqtfh4xzl] {
    background: #333;
    color: white;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: background 0.2s;
}

    .card-two-buy-button:hover[b-8oqtfh4xzl] {
        background: #222;
    }

    .card-two-buy-button[b-8oqtfh4xzl]::before {
        content: "🛒";
        font-size: 16px;
    }

del[b-8oqtfh4xzl] {
    color: #f00;
    font-weight: 400;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .search-bar[b-8oqtfh4xzl] {
        flex-direction: column;
    }

    .card-two-product-card[b-8oqtfh4xzl] {
        width: 100%;
        max-width: 400px;
    }

    .card-two-product-image[b-8oqtfh4xzl] {
        height: 250px;
    }
}

@media (max-width: 480px) {
    .card-two-product-card[b-8oqtfh4xzl] {
        width: 100%;
    }

    .card-two-product-image[b-8oqtfh4xzl] {
        height: 200px;
    }

    .card-two-product-title[b-8oqtfh4xzl] {
        font-size: 14px;
    }

    .card-two-product-price[b-8oqtfh4xzl] {
        font-size: 16px;
    }

    .card-two-buy-button[b-8oqtfh4xzl] {
        padding: 8px;
        font-size: 14px;
    }
}
/* _content/ecom.theme/Components/Zavara/ProductDetailsColorAndSize.razor.rz.scp.css */
/* Product Section */
.product-wrapper[b-pus7l7atns] {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    background: white;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 40px;
}

.product-image-section[b-pus7l7atns] {
    flex: 1;
    position: relative;
}

.sale-badge[b-pus7l7atns] {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #e74c3c;
    color: white;
    padding: 5px 15px;
    font-weight: bold;
    font-size: 14px;
    z-index: 10;
}

.brand-logo[b-pus7l7atns] {
    position: absolute;
    top: 10px;
    right: 10px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-weight: bold;
    font-size: 24px;
    color: #333;
    z-index: 10;
}

.main-product-image[b-pus7l7atns] {
    width: 100%;
    background-color: #f5f5f5;
    border-radius: 8px;
    overflow: hidden;
}

    .main-product-image img[b-pus7l7atns] {
        width: 100%;
        height: auto;
        display: block;
    }

.product-details[b-pus7l7atns] {
    flex: 1;
}

.product-title[b-pus7l7atns] {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}

.price-section[b-pus7l7atns] {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.original-price[b-pus7l7atns] {
    text-decoration: line-through;
    color: rgb(231, 76, 60);
    font-size: 16px;
}

.sale-price[b-pus7l7atns] {
    font-size: 32px;
    font-weight: bold;
    color: #333;
}

.size-selector[b-pus7l7atns] {
    margin-bottom: 25px;
}

    .size-selector > label[b-pus7l7atns] {
        display: block;
        font-weight: 600;
        margin-bottom: 10px;
        font-size: 16px;
    }

.size-options[b-pus7l7atns] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.size-btn[b-pus7l7atns] {
    padding: 1px 10px;
    border: 2px solid #ddd;
    background-color: white;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s;
}

    .size-btn:hover[b-pus7l7atns] {
        border-color: #333;
    }

    .size-btn.selected[b-pus7l7atns] {
        border-color: #333;
        background-color: #333;
        color: white;
    }

.quantity-cart-section[b-pus7l7atns] {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    align-items: center;
}

.quantity-selector[b-pus7l7atns] {
    display: flex;
    border: 2px solid #ddd;
    align-items: center;
}

.quantity-btn[b-pus7l7atns] {
    padding: 10px 15px;
    background-color: white;
    border: none;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.3s;
}

    .quantity-btn:hover[b-pus7l7atns] {
        background-color: #f5f5f5;
    }

.quantity-input[b-pus7l7atns] {
    width: 60px;
    text-align: center;
    border: none;
    padding: 10px;
    font-size: 16px;
}

.add-to-cart-btn[b-pus7l7atns] {
    padding: 12px 30px;
    background-color: #333;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.3s;
}

    .add-to-cart-btn:hover[b-pus7l7atns] {
        background-color: #555;
    }

.divider[b-pus7l7atns] {
    height: 1px;
    background-color: #ddd;
    margin: 25px 0;
}

.product-description[b-pus7l7atns] {
    margin-bottom: 25px;
    color: #555;
    line-height: 1.8;
}

    .product-description p[b-pus7l7atns] {
        margin-bottom: 15px;
    }

.specifications[b-pus7l7atns] {
    margin-top: 20px;
}

    .specifications h3[b-pus7l7atns] {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .specifications ul[b-pus7l7atns] {
        list-style: none;
        padding-left: 0;
    }

    .specifications li[b-pus7l7atns] {
        padding: 8px 0;
        color: #555;
        position: relative;
        padding-left: 20px;
    }

        .specifications li[b-pus7l7atns]:before {
            content: "•";
            position: absolute;
            left: 0;
            color: #333;
            font-weight: bold;
        }


@media (max-width: 480px) {

    .product-wrapper[b-pus7l7atns],
    .frequently-bought-section[b-pus7l7atns],
    .size-chart-wrapper[b-pus7l7atns] {
        padding: 15px;
    }

    .product-title[b-pus7l7atns] {
        font-size: 20px;
    }

    .sale-price[b-pus7l7atns] {
        font-size: 24px;
    }

    .size-btn[b-pus7l7atns] {
        padding: 8px 15px;
        font-size: 13px;
    }

    .quantity-selector[b-pus7l7atns] {
        width: 100%;
    }

    .quantity-input[b-pus7l7atns] {
        flex: 1;
    }
    .product-image-section[b-pus7l7atns]{
        width:100%
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .product-wrapper[b-pus7l7atns] {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }

    .product-title[b-pus7l7atns] {
        font-size: 22px;
    }

    .sale-price[b-pus7l7atns] {
        font-size: 26px;
    }

    .size-options[b-pus7l7atns] {
        gap: 8px;
    }

    .size-btn[b-pus7l7atns] {
        padding: 8px 20px;
        font-size: 14px;
    }

    .quantity-cart-section[b-pus7l7atns] {
        flex-direction: column;
        align-items: stretch;
    }

    .add-to-cart-btn[b-pus7l7atns] {
        justify-content: center;
        width: 100%;
    }

    .related-product-card[b-pus7l7atns] {
        flex-direction: column;
        text-align: center;
    }

    .related-product-image[b-pus7l7atns] {
        width: 100%;
        max-width: 200px;
        height: 200px;
    }

    .frequently-bought-title[b-pus7l7atns] {
        font-size: 20px;
    }

    .size-chart-title[b-pus7l7atns] {
        font-size: 16px;
    }

    .tab-controls[b-pus7l7atns] {
        flex-wrap: wrap;
    }

    .size-data-table th[b-pus7l7atns],
    .size-data-table td[b-pus7l7atns] {
        font-size: 13px;
    }

    .share-wrapper[b-pus7l7atns] {
        flex-direction: column;
        align-items: flex-start;
    }

    .product-image-section[b-pus7l7atns] {
        width: 100%
    }
}
/* _content/ecom.theme/Components/Zavara/ProductSection.razor.rz.scp.css */

.product-section[b-33vsfzq6kt] {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 1rem;
    padding: 3rem 15rem;
}

.featured-item[b-33vsfzq6kt] {
    position: relative;
    background: url('https://via.placeholder.com/600x700') center/cover no-repeat;
    border-radius: 12px;
    overflow: hidden;
    /* height: 535px; */
}

.featured-item-img[b-33vsfzq6kt] {
    /* height: max-content !important; */
    width: -webkit-fill-available !important;
}

.featured-item-title[b-33vsfzq6kt] {
    /* content: "Designer Polo";*/
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 1.4rem;
    padding: 1rem;
    text-align: center;
}

.product-section-grid[b-33vsfzq6kt] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}
/* View More */
.view-more[b-33vsfzq6kt] {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    font-weight: bold;
    background: #ddd;
    height: 100%;
    border-radius: 10px;
    cursor: pointer;
}

/* Mobile Responsive */
@media (max-width: 992px) {
    .product-section[b-33vsfzq6kt] {
        grid-template-columns: 1fr;
        padding: 2rem 3rem;
    }

    .product-section-grid[b-33vsfzq6kt] {
        grid-template-columns: repeat(3, 1fr);
    }

    .featured-item[b-33vsfzq6kt] {
        height: 400px;
    }

    .featured-item-title[b-33vsfzq6kt] {
        font-size: 1.2rem;
        padding: 0.8rem;
    }
}

@media (max-width: 768px) {
    .product-section[b-33vsfzq6kt] {
        padding: 2rem 1rem;
        gap: 1.5rem;
    }

    .product-section-grid[b-33vsfzq6kt] {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.8rem;
    }

    .featured-item[b-33vsfzq6kt] {
        height: 350px;
    }

    .featured-item-title[b-33vsfzq6kt] {
        font-size: 1rem;
        padding: 0.7rem;
    }

    .view-more[b-33vsfzq6kt] {
        font-size: 1.1rem;
        min-height: 150px;
    }
}

@media (max-width: 575px) {
    .product-section[b-33vsfzq6kt] {
        padding: 1.5rem 0.8rem;
        gap: 1rem;
    }

    .product-section-grid[b-33vsfzq6kt] {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.6rem;
    }

    .featured-item[b-33vsfzq6kt] {
        height: 280px;
        border-radius: 8px;
    }

    .featured-item-title[b-33vsfzq6kt] {
        font-size: 0.9rem;
        padding: 0.6rem;
    }

    .view-more[b-33vsfzq6kt] {
        font-size: 1rem;
        min-height: 120px;
        border-radius: 8px;
    }
}

@media (max-width: 400px) {
    .product-section[b-33vsfzq6kt] {
        padding: 1rem 0.5rem;
    }

    .featured-item[b-33vsfzq6kt] {
        height: 240px;
    }

    .featured-item-title[b-33vsfzq6kt] {
        font-size: 0.85rem;
        padding: 0.5rem;
    }

    .product-section-grid[b-33vsfzq6kt] {
        gap: 0.5rem;
    }

    .view-more[b-33vsfzq6kt] {
        font-size: 0.9rem;
        min-height: 100px;
    }
}


/* ==================== iPhone & iPad Specific Optimizations ==================== */

/* iPhone 14 Pro Max / 15 Pro Max / 13 Pro Max (428px) */
@media only screen and (max-width: 428px) and (-webkit-min-device-pixel-ratio: 2) {
    .product-section[b-33vsfzq6kt] {
        padding: 1.2rem 0.8rem;
        gap: 1rem;
    }

    .featured-item[b-33vsfzq6kt] {
        height: 270px;
        border-radius: 12px;
    }

    .featured-item-title[b-33vsfzq6kt] {
        font-size: 0.95rem;
        padding: 0.7rem;
        line-height: 1.2;
    }

    .product-section-grid[b-33vsfzq6kt] {
        gap: 0.7rem;
    }

    .view-more[b-33vsfzq6kt] {
        font-size: 1rem;
        min-height: 110px;
        border-radius: 10px;
    }
}

/* iPhone: SE, 12 mini, 13 mini (375px) */
@media only screen and (max-width: 375px) {
    .featured-item[b-33vsfzq6kt] {
        height: 240px;
    }

    .featured-item-title[b-33vsfzq6kt] {
        font-size: 0.85rem;
        padding: 0.6rem;
    }

    .view-more[b-33vsfzq6kt] {
        font-size: 0.95rem;
        min-height: 100px;
    }
}

/* iPad Portrait (768px - 834px) */
@media only screen and (min-width: 768px) and (max-width: 834px) and (orientation: portrait) {
    .product-section[b-33vsfzq6kt] {
        grid-template-columns: 1fr;
        padding: 2.5rem 3rem;
        gap: 2rem;
    }

    .product-section-grid[b-33vsfzq6kt] {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.2rem;
    }

    .featured-item[b-33vsfzq6kt] {
        height: 440px;
        border-radius: 14px;
    }

    .featured-item-title[b-33vsfzq6kt] {
        font-size: 1.5rem;
        padding: 1.2rem;
    }
}

/* iPad Air / iPad 9th-10th Gen Portrait (810px-820px) */
@media only screen and (min-width: 810px) and (max-width: 834px) and (orientation: portrait) {
    .product-section-grid[b-33vsfzq6kt] {
        grid-template-columns: repeat(4, 1fr);
        gap: 1.3rem;
    }

    .featured-item[b-33vsfzq6kt] {
        height: 460px;
    }
}

/* iPad Landscape (1024px) - Regular iPad */
@media only screen and (min-width: 1024px) and (max-width: 1080px) and (orientation: landscape) {
    .product-section[b-33vsfzq6kt] {
        grid-template-columns: 1fr 2fr;
        padding: 3rem 5rem;
        gap: 2rem;
    }

    .featured-item[b-33vsfzq6kt] {
        height: 520px;
    }
}

/* iPad Pro 11″ Landscape (834px viewport in landscape) */
@media only screen and (min-width: 834px) and (max-width: 1194px) and (orientation: landscape) {
    .product-section[b-33vsfzq6kt] {
        padding: 3rem 6rem;
        gap: 2rem;
    }

    .featured-item[b-33vsfzq6kt] {
        height: 500px;
    }
}

/* iPad Pro 12.9″ Landscape (1366px viewport) */
@media only screen and (min-width: 1300px) and (orientation: landscape) {
    .product-section[b-33vsfzq6kt] {
        padding: 3rem 10rem;
    }

    .featured-item[b-33vsfzq6kt] {
        /* height: 560px; */
    }
}
/* _content/ecom.theme/Components/Zavara/ProductSizeDetails.razor.rz.scp.css */
/* Size Chart Section */
.size-chart-wrapper[b-8megmhkyys] {
    background: white;
    border-radius: 8px;
    border: 1px solid #ccc;
    margin-top: 30px;
    padding: 20px;
}

.size-chart-title[b-8megmhkyys] {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.tab-radio[b-8megmhkyys] {
    display: none;
}

.tab-controls[b-8megmhkyys] {
    display: flex;
    gap: 2px;
    border-bottom: 1px solid #e0e0e0;
}

.tab-label[b-8megmhkyys] {
    padding: 10px 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    background-color: #e1e1e1;
    color: #666;
    border-bottom: 2px solid transparent;
    transition: all 0.3s;
}

.tab-radio:checked + .tab-label[b-8megmhkyys] {
    color: #333;
    border-bottom-color: #333;
}

.table-wrapper[b-8megmhkyys] {
    overflow-x: auto;
}

.size-data-table[b-8megmhkyys] {
    display: none;
}

#tab-inch:checked ~ .table-wrapper #table-inch[b-8megmhkyys],
#tab-cm:checked ~ .table-wrapper #table-cm[b-8megmhkyys] {
    display: table;
}

.size-data-table[b-8megmhkyys] {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

    .size-data-table thead[b-8megmhkyys] {
        background: #f5f5f5;
    }

    .size-data-table th[b-8megmhkyys],
    .size-data-table td[b-8megmhkyys] {
        text-align: center;
        border: 1px solid #e0e0e0;
        font-size: 14px;
    }

    .size-data-table th[b-8megmhkyys] {
        font-weight: 600;
        color: #333;
    }

    .size-data-table td[b-8megmhkyys] {
        color: #666;
    }

    .size-data-table tbody tr:hover[b-8megmhkyys] {
        background: #fafafa;
    }

.share-wrapper[b-8megmhkyys] {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.share-text[b-8megmhkyys] {
    font-size: 16px;
    font-weight: 500;
    color: #4a9fd8;
}

.social-links[b-8megmhkyys] {
    display: flex;
    gap: 12px;
}

.social-link[b-8megmhkyys] {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    cursor: pointer;
    transition: opacity 0.3s;
}

    .social-link:hover[b-8megmhkyys] {
        opacity: 0.7;
    }

.instagram-box[b-8megmhkyys] {
    width: 24px;
    height: 24px;
    border: 2px solid #333;
    border-radius: 6px;
    position: relative;
}

    .instagram-box[b-8megmhkyys]::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 12px;
        height: 12px;
        border: 2px solid #333;
        border-radius: 3px;
    }

    .instagram-box[b-8megmhkyys]::after {
        content: '';
        position: absolute;
        top: 3px;
        right: 3px;
        width: 3px;
        height: 3px;
        background: #333;
        border-radius: 50%;
    }



@media (max-width: 480px) {

    .size-data-table th[b-8megmhkyys],
    .size-data-table td[b-8megmhkyys] {
        font-size: 12px;
    }

    .related-add-to-cart[b-8megmhkyys] {
        width: 100%;
        padding: 12px;
    }
}
/* _content/ecom.theme/Components/Zavara/Profile.razor.rz.scp.css */
.fab-profile-header[b-20gku5e5yd] {
    background: #ffffff;
    border-radius: 16px;
    padding: 0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    margin-bottom: 2rem;
    overflow: hidden;
}

.fab-profile-cover[b-20gku5e5yd] {
    height: 200px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    position: relative;
}

.fab-profile-avatar-section[b-20gku5e5yd] {
    padding: 0 2rem;
    display: flex;
    align-items: flex-end;
    gap: 2rem;
    margin-top: -80px;
    position: relative;
}

.fab-profile-avatar[b-20gku5e5yd] {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 6px solid #ffffff;
    object-fit: cover;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

.fab-profile-info[b-20gku5e5yd] {
    flex: 1;
    padding-bottom: 1.5rem;
}

.fab-profile-name[b-20gku5e5yd] {
    font-size: 32px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 0.5rem;
}

.fab-profile-username[b-20gku5e5yd] {
    font-size: 16px;
    color: #f1f5f9;
    margin-bottom: 1rem;
}

.fab-profile-stats[b-20gku5e5yd] {
    display: flex;
    gap: 2rem;
}

.fab-stat-item[b-20gku5e5yd] {
    text-align: center;
}

.fab-stat-value[b-20gku5e5yd] {
    font-size: 24px;
    font-weight: 700;
    color: #6366f1;
}

.fab-stat-label[b-20gku5e5yd] {
    font-size: 13px;
    color: #64748b;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.fab-profile-actions[b-20gku5e5yd] {
    display: flex;
    gap: 1rem;
}

.fab-btn[b-20gku5e5yd] {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.fab-btn-primary[b-20gku5e5yd] {
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

    .fab-btn-primary:hover[b-20gku5e5yd] {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(99, 102, 241, 0.4);
    }

.fab-btn-secondary[b-20gku5e5yd] {
    background: #ffffff;
    color: #6366f1;
    border: 2px solid #6366f1;
}

    .fab-btn-secondary:hover[b-20gku5e5yd] {
        background: #6366f1;
        color: #ffffff;
    }

.fab-profile-content[b-20gku5e5yd] {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 2rem;
}

.fab-profile-card[b-20gku5e5yd] {
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.edit-btn[b-20gku5e5yd] {
    margin-left: 110px !important;
}
    .fab-card-title[b-20gku5e5yd] {
        font-size: 20px;
        font-weight: 700;
        color: #1e293b;
        margin-bottom: 1.5rem;
        padding-bottom: 1rem;
        border-bottom: 2px solid #e2e8f0;
        display: flex;
        align-items: center;
        gap: 0.75rem;
    }

    .fab-card-title i[b-20gku5e5yd] {
        color: #6366f1;
    }

.fab-info-row[b-20gku5e5yd] {
    display: flex;
    padding: 1rem 0;
    border-bottom: 1px solid #f1f5f9;
}

.fab-info-label[b-20gku5e5yd] {
    width: 140px;
    color: #64748b;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.fab-info-value[b-20gku5e5yd] {
    flex: 1;
    color: #1e293b;
    font-weight: 500;
}

.fab-address-card[b-20gku5e5yd] {
    background: #f8fafc;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    border: 2px solid #e2e8f0;
    position: relative;
}

.fab-address-badge[b-20gku5e5yd] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 0.375rem 0.75rem;
    background: linear-gradient(135deg, #10b981, #059669);
    color: #ffffff;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.fab-address-name[b-20gku5e5yd] {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.5rem;
}

.fab-address-detail[b-20gku5e5yd] {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}

.fab-order-card[b-20gku5e5yd] {
    background: #f8fafc;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    border: 2px solid #e2e8f0;
    transition: all 0.3s;
}

    .fab-order-card:hover[b-20gku5e5yd] {
        border-color: #6366f1;
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(99, 102, 241, 0.15);
    }

.fab-order-header[b-20gku5e5yd] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.fab-order-id[b-20gku5e5yd] {
    font-family: 'Courier New', monospace;
    font-weight: 700;
    color: #6366f1;
    font-size: 14px;
}

.fab-order-status[b-20gku5e5yd] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.375rem 0.875rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.fab-status-delivered[b-20gku5e5yd] {
    background: linear-gradient(135deg, #d1fae5, #a7f3d0);
    color: #065f46;
}

.fab-status-processing[b-20gku5e5yd] {
    background: linear-gradient(135deg, #dbeafe, #bfdbfe);
    color: #1e40af;
}

.fab-order-info[b-20gku5e5yd] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.fab-order-date[b-20gku5e5yd] {
    color: #64748b;
}

.fab-order-amount[b-20gku5e5yd] {
    font-size: 18px;
    font-weight: 700;
    color: #10b981;
}

.fab-activity-item[b-20gku5e5yd] {
    display: flex;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid #f1f5f9;
}

.fab-activity-icon[b-20gku5e5yd] {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.fab-activity-order .fab-activity-icon[b-20gku5e5yd] {
    background: linear-gradient(135deg, #dbeafe, #bfdbfe);
    color: #1e40af;
}

.fab-activity-payment .fab-activity-icon[b-20gku5e5yd] {
    background: linear-gradient(135deg, #d1fae5, #a7f3d0);
    color: #065f46;
}

.fab-activity-profile .fab-activity-icon[b-20gku5e5yd] {
    background: linear-gradient(135deg, #fef3c7, #fde68a);
    color: #92400e;
}

.fab-activity-content[b-20gku5e5yd] {
    flex: 1;
}

.fab-activity-title[b-20gku5e5yd] {
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0.25rem;
}

.fab-activity-time[b-20gku5e5yd] {
    font-size: 12px;
    color: #64748b;
}


@media (max-width: 1024px) {
    .fab-sidebar[b-20gku5e5yd] {
        transform: translateX(-100%);
    }

    .fab-main-content[b-20gku5e5yd] {
        margin-left: 0;
        padding-top: 5rem;
    }

    .fab-menu-toggle[b-20gku5e5yd] {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #fab-menu-checkbox:checked ~ .fab-sidebar[b-20gku5e5yd] {
        transform: translateX(0);
    }

    #fab-menu-checkbox:checked ~ .fab-overlay[b-20gku5e5yd] {
        display: block;
    }

    .fab-top-nav[b-20gku5e5yd] {
        margin-top: 1rem;
    }

    .fab-profile-content[b-20gku5e5yd] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .fab-top-nav[b-20gku5e5yd] {
        flex-direction: column;
        gap: 1rem;
    }

    .fab-nav-links[b-20gku5e5yd] {
        flex-direction: column;
        gap: 1rem;
    }

    .fab-profile-avatar-section[b-20gku5e5yd] {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-top: -60px;
    }

    .fab-profile-avatar[b-20gku5e5yd] {
        width: 120px;
        height: 120px;
    }

    .fab-profile-name[b-20gku5e5yd] {
        font-size: 24px;
    }

    .fab-profile-stats[b-20gku5e5yd] {
        justify-content: center;
    }

    .fab-profile-actions[b-20gku5e5yd] {
        flex-direction: column;
    }

    .fab-info-row[b-20gku5e5yd] {
        flex-direction: column;
        gap: 0.5rem;
    }

    .fab-info-label[b-20gku5e5yd] {
        width: 100%;
    }
    .fab-profile-stats[b-20gku5e5yd] {
        display: block;
    }
    .fab-profile-username[b-20gku5e5yd] {
        color: #000;
    }
}
/* _content/ecom.theme/Components/Zavara/Registration.razor.rz.scp.css */
:root[b-ar3bepr30n] {
    --reg-primary: #ff8c00;
    --reg-border-radius: 10px;
    --reg-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    --reg-card-width: 420px;
}

/* Card layout */
.reg-card[b-ar3bepr30n] {
    width: 100%;
    max-width: var(--reg-card-width);
    border-radius: var(--reg-border-radius);
    background: #fff;
    padding: 2rem;
    box-shadow: var(--reg-shadow);
    border: 1px solid #eaeaea;
}

/* Header section */
.reg-text-center[b-ar3bepr30n] {
    text-align: center;
}

.reg-regular-button-icon[b-ar3bepr30n] {
    color: var(--reg-primary);
}

.reg-text-muted[b-ar3bepr30n] {
    color: #777;
    font-size: 0.9rem;
}

/* Input grid */
.reg-row[b-ar3bepr30n] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.reg-col-12[b-ar3bepr30n] {
    flex: 1 1 100%;
}

.reg-col-6[b-ar3bepr30n] {
    flex: 1 1 calc(50% - 0.5rem);
}

input[type="text"][b-ar3bepr30n],
input[type="email"][b-ar3bepr30n],
input[type="password"][b-ar3bepr30n],
select[b-ar3bepr30n] {
    width: 100%;
    padding: 0.6rem 0.75rem;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    font-size: 0.95rem;
    transition: all 0.2s ease-in-out;
}

    input:focus[b-ar3bepr30n], select:focus[b-ar3bepr30n] {
        border-color: var(--reg-primary);
        box-shadow: 0 0 0 3px rgba(255, 140, 0, 0.1);
        outline: none;
    }

/* Input group */
.reg-input-group[b-ar3bepr30n] {
    display: flex;
    align-items: center;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    overflow: hidden;
}

.reg-input-prepend[b-ar3bepr30n],
.reg-input-append[b-ar3bepr30n] {
    padding: 0.6rem 0.75rem;
    background: #f8f9fa;
    color: #888;
}

.reg-input-group input[b-ar3bepr30n] {
    border: none;
    flex: 1;
    padding: 0.6rem;
}

.reg-icon-click[b-ar3bepr30n] {
    cursor: pointer;
}

/* Checkbox */
.reg-form-check[b-ar3bepr30n] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.9rem;
}

    .reg-form-check a[b-ar3bepr30n] {
        color: var(--reg-primary);
        text-decoration: underline;
    }

/* Buttons */
.reg-btn[b-ar3bepr30n] {
    width: 100%;
    padding: 0.65rem 1rem;
    border-radius: 6px;
    font-weight: 600;
    border: none;
    transition: background 0.2s;
}

.reg-btn-primary[b-ar3bepr30n] {
    background: #000;
    color: #fff;
}

    .reg-btn-primary:hover[b-ar3bepr30n] {
        background: #e67e00;
    }

.reg-btn-secondary[b-ar3bepr30n] {
    background: #6c757d;
    color: #fff;
}

    .reg-btn-secondary:hover[b-ar3bepr30n] {
        background: #5a6268;
    }

/* Validation & message */
.reg-validation-summary[b-ar3bepr30n] {
    background: #fff3cd;
    border: 1px solid #ffeeba;
    padding: 0.5rem;
    border-radius: 4px;
    margin-bottom: 0.75rem;
}

.reg-message[b-ar3bepr30n] {
    padding: 0.6rem;
    border-radius: 6px;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

    .reg-message.success[b-ar3bepr30n] {
        background: #e9f7ef;
        border: 1px solid #cfe9d9;
        color: #155724;
    }

    .reg-message.error[b-ar3bepr30n] {
        background: #fcebea;
        border: 1px solid #f5c6cb;
        color: #7a1f1f;
    }

/* Container layout */
.reg-container[b-ar3bepr30n] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: #f8f9fa;
}

.reg-card-wrapper[b-ar3bepr30n] {
    width: 100%;
    max-width: 420px;
    padding: 2rem;
    background: #fff;
    border-radius: 12px;
    box-shadow: var(--reg-shadow);
}

/* Form group */
.reg-form-group[b-ar3bepr30n] {
    position: relative;
    margin-bottom: 1rem;
}

.reg-form-icon[b-ar3bepr30n] {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: #aaa;
    font-size: 0.9rem;
    z-index: 2;
    pointer-events: none;
}

.form-control[b-ar3bepr30n] {
    padding-left: 2.3rem !important;
}

    .form-control:focus[b-ar3bepr30n] {
        border-color: var(--reg-primary);
        box-shadow: 0 0 0 3px rgba(255, 140, 0, 0.15);
        outline: none;
    }

/* Password eye icon */
.reg-password-toggle[b-ar3bepr30n] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #888;
    font-size: 1rem;
    cursor: pointer;
    transition: color 0.2s;
}

    .reg-password-toggle:hover[b-ar3bepr30n] {
        color: var(--reg-primary);
    }

/* Responsive */
@media (max-width: 768px) {
    .reg-row[b-ar3bepr30n] {
        flex-direction: column;
    }

    .reg-col-6[b-ar3bepr30n] {
        flex: 1 1 100%;
    }
}
/* _content/ecom.theme/Components/Zavara/RightToModelCard.razor.rz.scp.css */
.quantity-selector[b-drphxnq325] {
    display: flex;
    border: 2px solid #ddd;
    align-items: center;
    height: 30px;
    border-radius:5px;
}


.quantity-selector[b-drphxnq325] {
    display: flex;
    border: 2px solid #ddd;
    align-items: center;
}

.quantity-btn[b-drphxnq325] {
    padding: 0px 10px;
    background-color: white;
    border: none;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.3s;
}

    .quantity-btn:hover[b-drphxnq325] {
        background-color: #f5f5f5;
    }
.quantity-input[b-drphxnq325] {
    width: 38px;
    text-align: center;
    border: none;
    font-size: 16px;
}


.quantity-btn[b-drphxnq325] {
    padding: 0px 10px;
    background-color: white;
    border: none;
    cursor: pointer;
    font-size: 15px;
    transition: background-color 0.3s;
}

    .quantity-btn:hover[b-drphxnq325] {
        background-color: #f5f5f5;
    }

/* Hidden checkbox for toggle */
#cart-toggle[b-drphxnq325] {
    display: none;
}

/* Floating Cart Button */
.cart-float[b-drphxnq325] {
    position: fixed;
    right: 20px;
    bottom: 30px;
    background: #000000;
    color: #000;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: all 0.2s ease;
    z-index: 1001;
}

    .cart-float:hover[b-drphxnq325] {
        background: #0069d9;
        transform: scale(1.05);
    }

    .cart-float .badge[b-drphxnq325] {
        position: absolute;
        top: 8px;
        right: 8px;
        background: #fff;
        color: #007bff;
        font-weight: 600;
        font-size: 14px;
        border-radius: 50%;
        width: 22px;
        height: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

/* Overlay */
.overlay[b-drphxnq325] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    display: none;
    justify-content: flex-end;
    z-index: 1000;
}

    /* Click on overlay area to close */
    .overlay > label[b-drphxnq325] {
        flex: 1;
    }

/* Modal */
.cart-modal[b-drphxnq325] {
    background: #fff;
    width: 360px;
    max-width: 90%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    box-shadow: -4px 0 10px rgba(0,0,0,0.2);
    transform: translateX(100%);
    transition: transform 0.3s ease;
}

/* When checked: show modal, hide button */
#cart-toggle:checked ~ .cart-float[b-drphxnq325] {
    display: none;
}

#cart-toggle:checked ~ .overlay[b-drphxnq325] {
    display: flex;
}

    #cart-toggle:checked ~ .overlay .cart-modal[b-drphxnq325] {
        transform: translateX(0);
    }

/* Header */
.cart-header[b-drphxnq325] {
    background: #333;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
}

    .cart-header h2[b-drphxnq325] {
        margin: 0;
        font-size: 1.2rem;
        font-weight: 600;
    }

.close-btn[b-drphxnq325] {
    color: #ff6b6b;
    font-size: 1.4rem;
    font-weight: bold;
    cursor: pointer;
}

/* Product Section */
.cart-body[b-drphxnq325] {
    flex: 1;
    overflow-y: auto;
    padding: 1rem;
}

.cart-item[b-drphxnq325] {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
    padding: 1rem;
}

.item-header[b-drphxnq325] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.item-info[b-drphxnq325] {
    font-size: 0.95rem;
    font-weight: 500;
}

.item-img[b-drphxnq325] {
    width: 80px;
}

    .item-img img[b-drphxnq325] {
        width: 100%;
        border-radius: 6px;
    }

.item-row[b-drphxnq325] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.4rem 0;
    font-size: 0.9rem;
    border-bottom: 1px solid #eee;
}

    .item-row:last-child[b-drphxnq325] {
        border-bottom: none;
    }

select[b-drphxnq325] {
    padding: 0.3rem 0.6rem;
    border-radius: 5px;
    border: 1px solid #ccc;
    outline: none;
}

.add-size-btn[b-drphxnq325] {
    background: #111;
    color: #fff;
    padding: 0.5rem 0.8rem;
    font-size: 0.9rem;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

    .add-size-btn span[b-drphxnq325] {
        font-size: 1.2rem;
        margin-right: 5px;
    }

.delete-btn[b-drphxnq325] {
    background: #e74c3c;
    color: #fff;
    border: none;
    /*    padding: 0.5rem 0.8rem;*/
    border-radius: 5px;
    cursor: pointer;
    float: right;
}

/* Footer */
.cart-footer[b-drphxnq325] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 1rem;
    border-top: 1px solid #ddd;
}

.cart-total[b-drphxnq325] {
    font-size: 0.9rem;
    font-weight: 600;
}

.checkout-btn[b-drphxnq325] {
    background: #27ae60;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 0.7rem 1.4rem;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
}

    .checkout-btn:hover[b-drphxnq325] {
        background: #1e8449;
    }

/* Base badge */
.badge[b-drphxnq325] {
    display: inline-block;
    padding: 0.25em 0.6em;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    color: #fff; /* default text color */
}

/* Info badge */
.badge-info[b-drphxnq325] {
    background-color: #17a2b8; /* bootstrap info color */
    color: #fff;
}

    /* Optional hover effect */
    .badge-info:hover[b-drphxnq325] {
        background-color: #138496;
        cursor: default;
    }
/* _content/ecom.theme/Components/Zavara/Shop.razor.rz.scp.css */
.shop-grid[b-vhlby0dge8] {
    display: grid;
    grid-template-columns: 3fr 11fr;
    gap: 0.5rem;
}

.filter[b-vhlby0dge8] {
}

.list[b-vhlby0dge8] {
    display: flex;
    flex-wrap: wrap;
}
.refinement-bar[b-vhlby0dge8] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.refinement-tags[b-vhlby0dge8] {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.refinement-tag[b-vhlby0dge8] {
    background: #4a4a9e;
    color: white;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

    .refinement-tag .remove[b-vhlby0dge8] {
        cursor: pointer;
        font-weight: bold;
        font-size: 12px;
    }

.clear-refinements[b-vhlby0dge8] {
    background: #00aaff;
    color: white;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .search-bar[b-vhlby0dge8] {
        flex-direction: column;
    }
    .list[b-vhlby0dge8] {
        display: block;
    }
    .shop-grid[b-vhlby0dge8]{
        display:block;
    }
}

@media (max-width: 480px) {
    .list[b-vhlby0dge8] {
        display: block;
    }

    .shop-grid[b-vhlby0dge8] {
        display: block;
    }
}
/* _content/ecom.theme/Components/Zavara/Slider.razor.rz.scp.css */
.banner-slider[b-67ise7es2k] {
    margin: 0;
    padding: 0;
}

.carousel-item[b-67ise7es2k] {
    height: 500px;
}

    .carousel-item img[b-67ise7es2k],
    .carousel-item video[b-67ise7es2k] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* Custom Control Buttons */
.carousel-control-prev[b-67ise7es2k],
.carousel-control-next[b-67ise7es2k] {
    width: 60px;
    height: 60px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    opacity: 0.8;
}

.carousel-control-prev[b-67ise7es2k] {
    left: 20px;
}

.carousel-control-next[b-67ise7es2k] {
    right: 20px;
}

    .carousel-control-prev:hover[b-67ise7es2k],
    .carousel-control-next:hover[b-67ise7es2k] {
        opacity: 1;
        background: rgba(255, 255, 255, 1);
    }

.carousel-control-prev-icon[b-67ise7es2k],
.carousel-control-next-icon[b-67ise7es2k] {
    width: 30px;
    height: 30px;
    background-size: 100%;
    filter: invert(1);
}

/* Indicators */
.carousel-indicators[b-67ise7es2k] {
    bottom: 20px;
}

    .carousel-indicators [data-bs-target][b-67ise7es2k] {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        margin: 0 5px;
        background-color: rgba(255, 255, 255, 0.5);
        border: none;
    }

    .carousel-indicators .active[b-67ise7es2k] {
        background-color: #fff;
        width: 40px;
        border-radius: 6px;
    }

/* Banner Content Overlay */
.banner-content[b-67ise7es2k] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    width: 90%;
    max-width: 800px;
    z-index: 2;
}

    .banner-content h1[b-67ise7es2k] {
        font-size: 3.5rem;
        font-weight: 800;
        text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
        margin-bottom: 20px;
        animation: fadeInDown-b-67ise7es2k 1s;
    }

    .banner-content p[b-67ise7es2k] {
        font-size: 1.5rem;
        text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
        margin-bottom: 30px;
        animation: fadeInUp-b-67ise7es2k 1s;
    }

.banner-btn[b-67ise7es2k] {
    display: inline-block;
    padding: 15px 40px;
    font-size: 1.2rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s;
    animation: fadeInUp-b-67ise7es2k 1.2s;
}

.btn-primary-custom[b-67ise7es2k] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}

    .btn-primary-custom:hover[b-67ise7es2k] {
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.6);
        color: white;
    }

.btn-success-custom[b-67ise7es2k] {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
    box-shadow: 0 5px 15px rgba(245, 87, 108, 0.4);
}

    .btn-success-custom:hover[b-67ise7es2k] {
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(245, 87, 108, 0.6);
        color: white;
    }

.btn-warning-custom[b-67ise7es2k] {
    background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);
    color: #333;
    box-shadow: 0 5px 15px rgba(252, 182, 159, 0.4);
}

    .btn-warning-custom:hover[b-67ise7es2k] {
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(252, 182, 159, 0.6);
        color: #333;
    }

/* Overlay for better text visibility */
.banner-overlay[b-67ise7es2k] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.5) 100%);
    z-index: 1;
}

/* Badge */
.offer-badge[b-67ise7es2k] {
    position: absolute;
    top: 30px;
    right: 30px;
    background: #ff4757;
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 700;
    z-index: 3;
    animation: pulse-b-67ise7es2k 2s infinite;
}

/* Animations */
@keyframes fadeInDown-b-67ise7es2k {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

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

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

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

@keyframes pulse-b-67ise7es2k {
    0%, 100% {
        transform: scale(1);
    }

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

/* Responsive Design */
@media (max-width: 992px) {
    .carousel-item[b-67ise7es2k] {
        height: 400px;
    }

    .banner-content h1[b-67ise7es2k] {
        font-size: 2.5rem;
    }

    .banner-content p[b-67ise7es2k] {
        font-size: 1.2rem;
    }

    .banner-btn[b-67ise7es2k] {
        padding: 12px 30px;
        font-size: 1rem;
    }

    .offer-badge[b-67ise7es2k] {
        top: 20px;
        right: 20px;
        padding: 8px 15px;
        font-size: 0.9rem;
    }

    .carousel-control-prev[b-67ise7es2k],
    .carousel-control-next[b-67ise7es2k] {
        width: 50px;
        height: 50px;
    }

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

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

@media (max-width: 768px) {
    .carousel-item[b-67ise7es2k] {
        height: 350px;
    }

    .banner-content h1[b-67ise7es2k] {
        font-size: 2rem;
    }

    .banner-content p[b-67ise7es2k] {
        font-size: 1rem;
        margin-bottom: 20px;
    }

    .banner-btn[b-67ise7es2k] {
        padding: 10px 25px;
        font-size: 0.9rem;
    }

    .offer-badge[b-67ise7es2k] {
        top: 15px;
        right: 15px;
        padding: 6px 12px;
        font-size: 0.8rem;
    }
}

@media (max-width: 576px) {
    .carousel-item[b-67ise7es2k] {
        height: 300px;
    }

    .banner-content h1[b-67ise7es2k] {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    .banner-content p[b-67ise7es2k] {
        font-size: 0.9rem;
        margin-bottom: 15px;
    }

    .banner-btn[b-67ise7es2k] {
        padding: 8px 20px;
        font-size: 0.85rem;
    }

    .carousel-control-prev[b-67ise7es2k],
    .carousel-control-next[b-67ise7es2k] {
        width: 40px;
        height: 40px;
    }

    .carousel-control-prev-icon[b-67ise7es2k],
    .carousel-control-next-icon[b-67ise7es2k] {
        width: 20px;
        height: 20px;
    }

    .offer-badge[b-67ise7es2k] {
        top: 10px;
        right: 10px;
        padding: 5px 10px;
        font-size: 0.7rem;
    }
}
/* _content/ecom.theme/Components/Zavara/Toast.razor.rz.scp.css */
.toast-message-container[b-ia77fe6uml] {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 300px;
    z-index: 1000;
    animation: slide-in-b-ia77fe6uml 0.5s ease-out, slide-out-b-ia77fe6uml 0.5s ease-in 5s forwards;
}

.toast-message-box[b-ia77fe6uml] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
}

.toast-message-success[b-ia77fe6uml] {
    background-color: #28a745;
}

.toast-message-failure[b-ia77fe6uml] {
    background-color: #dc3545;
}

.toast-message-alert[b-ia77fe6uml] {
    background-color: #ffc107;
    color: #212529;
}

.toast-message-warning[b-ia77fe6uml] {
    background-color: #ff8800;
}

.toast-message-default[b-ia77fe6uml] {
    background-color: #17a2b8;
}

.toast-close-button[b-ia77fe6uml] {
    background: none;
    border: none;
    color: white;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

    .toast-close-button:hover[b-ia77fe6uml] {
        color: #000;
    }

@keyframes slide-in-b-ia77fe6uml {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

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

@keyframes slide-out-b-ia77fe6uml {
    from {
        transform: translateX(0);
        opacity: 1;
    }

    to {
        transform: translateX(100%);
        opacity: 0;
    }
}
/* _content/ecom.theme/Components/Zavara/UserNavBar.razor.rz.scp.css */
.fab-top-nav[b-gsgkku7vvi] {
    background: #ffffff;
    border-radius: 16px;
    padding: 1.5rem 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a[b-gsgkku7vvi] {
    text-decoration: none !important;
}

.fab-nav-links[b-gsgkku7vvi] {
    
    font-weight:bold;
    display: flex;
    gap: 2rem;
    align-items: center;
}
    .fab-user-profile[b-gsgkku7vvi] {
        /*display: flex;*/
        align-items: center;
        gap: 0.75rem;
        padding: 0.5rem 1.25rem;
        background: linear-gradient(135deg, #6366f1, #8b5cf6);
        color: #ffffff;
        border-radius: 50px;
        font-weight: 600;
    }
@media (max-width: 1024px) {
    .fab-top-nav[b-gsgkku7vvi] {
        margin-top: 1rem;
    }
}

@media (max-width: 768px) {
    .fab-top-nav[b-gsgkku7vvi] {
        flex-direction: column;
        gap: 1rem;
    }


    .fab-nav-links[b-gsgkku7vvi] {
        flex-direction: column;
        gap: 1rem;
    }
}
/* _content/ecom.theme/Components/Zavara/UserSideBar.razor.rz.scp.css */
.mixcat-wrapper[b-9rxf2ckdhw] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
/*
    .mixcat-wrapper *,
    .mixcat-wrapper *::before,
    .mixcat-wrapper *::after {
        box-sizing: border-box;
    }*/

.fab-sidebar[b-9rxf2ckdhw] {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 280px;
    background: #ffffff;
    box-shadow: 4px 0 24px rgba(0,0,0,0.06);
    padding: 2rem 0;
    z-index: 1000;
    transition: transform 0.3s ease;
}

.fab-menu-toggle[b-9rxf2ckdhw] {
    display: none;
    position: fixed;
    top: 1rem;
    left: 1rem;
    z-index: 1001;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #ffffff;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
    transition: all 0.3s;
}

    .fab-menu-toggle:hover[b-9rxf2ckdhw] {
        transform: scale(1.05);
        box-shadow: 0 6px 20px rgba(99, 102, 241, 0.4);
    }

.fab-overlay[b-9rxf2ckdhw] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    transition: opacity 0.3s ease;
}

#fab-menu-checkbox[b-9rxf2ckdhw] {
    display: none;
}

.fab-logo-section[b-9rxf2ckdhw] {
    padding: 3rem 0rem 1rem;
    border-bottom: 2px solid #e2e8f0;
}

.fab-logo[b-9rxf2ckdhw] {
    font-size: 28px;
    font-weight: 800;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: flex;
    align-items: center;
    gap: 12px;
}

.fab-nav-menu[b-9rxf2ckdhw] {
    padding: 0rem 0;
}

.fab-nav-item[b-9rxf2ckdhw] {
    display: flex;
    align-items: center;
    padding: 1rem 1rem;
    color: #64748b;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
    border-left: 4px solid transparent;
}

    .fab-nav-item:hover[b-9rxf2ckdhw],
    .fab-nav-item.fab-active[b-9rxf2ckdhw] {
        background: linear-gradient(90deg, rgba(99, 102, 241, 0.1), transparent);
        color: #6366f1;
        border-left-color: #6366f1;
    }

    .fab-nav-item i[b-9rxf2ckdhw] {
        width: 24px;
        margin-right: 1rem;
        font-size: 20px;
    }



@media (max-width: 1024px) {
    .fab-sidebar[b-9rxf2ckdhw] {
        transform: translateX(-100%);
    }

    .fab-menu-toggle[b-9rxf2ckdhw] {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #fab-menu-checkbox:checked ~ .fab-sidebar[b-9rxf2ckdhw] {
        transform: translateX(0);
    }

    #fab-menu-checkbox:checked ~ .fab-overlay[b-9rxf2ckdhw] {
        display: block;
    }

    .fab-top-nav[b-9rxf2ckdhw] {
        margin-top: 1rem;
    }
}
