/* =========================================
   Plugins Override CSS for Yazdani Academy
   ========================================= */

/* =========================================
   Arya Auth Overrides
   ========================================= */

.force-login-body {
    font-family: inherit;
    max-width: 400px;
    margin: 1rem auto;
    background: #fff;
    border-radius: 1rem;
}

.force-login-body h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1.5rem;
    text-align: center;
    border-bottom: none !important;
}

.force-login-body label {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
    margin-bottom: 0.5rem;
}

.force-login-body input[type="text"],
.force-login-body input[type="tel"],
.force-login-body input[type="password"],
.force-login-body input[type="number"] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    font-size: 1rem;
    transition: all 0.2s;
    background-color: #f9fafb;
}

.force-login-body input:focus {
    outline: none;
    border-color: #8b5cf6;
    box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.2);
    background-color: #fff;
}

.force-login-body button {
    width: 100%;
    padding: 0.75rem 1.5rem;
    background-color: #8b5cf6 !important;
    color: #fff !important;
    font-weight: 600;
    border-radius: 0.5rem;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s;
    font-size: 1rem;
    margin-top: 1rem;
}

.force-login-body button:hover {
    background-color: #7c3aed !important;
}

.force-login-body .password-login-link a {
    color: #8b5cf6 !important;
    font-size: 0.875rem;
}

.force-login-body .password-login-link a:hover {
    color: #7c3aed !important;
    text-decoration: underline;
}

.login-popup-content .force-login-body {
    box-shadow: none;
    padding: 0;
    margin: 0;
}
.side-content.wishlist {
    display: none;
}
.main-cotent.p-15.wishlist {
    display: none;
}
/* =========================================
   Arya Account - Layout & Structure
   ========================================= */

.woocommerce-account .woocommerce {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    max-width: 1280px;
    margin: 2rem auto;
    padding: 0 1rem;
}

.woocommerce-MyAccount-navigation {
    width: 100%;
    flex: 0 0 280px;
}

.woocommerce-MyAccount-content {
    flex: 1;
    min-width: 0;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    padding: 2rem;
}

@media (max-width: 768px) {
    .woocommerce-account .woocommerce {
        flex-direction: column;
        gap: 1rem;
        margin: 0rem auto 0;
        padding: 0 0;
    }
    .woocommerce-MyAccount-navigation {
        flex: auto;
        width: 100%;
    }
    .woocommerce-MyAccount-content {
        padding: 1.5rem;
    }
    .woocommerce-account main#main > article {
        padding: 15px;
    }
    .woocommerce .woocommerce-MyAccount-content{
        padding: 10px;
    }
    .woocommerce nav.woocommerce-MyAccount-navigation {
        margin: 0 !important;
    }
}

/* =========================================
   Navigation Menu - Enhanced
   ========================================= */

.woocommerce-MyAccount-navigation {
    position: relative;
    z-index: 10;
}

/* Toggle Button (Mobile) */
.woocommerce-MyAccount-navigation .toggle {
    display: none;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    font-weight: 600;
    font-size: 0.9375rem;
    color: #374151;
    cursor: pointer;
    margin-bottom: 1rem;
    transition: all 0.2s ease;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.woocommerce-MyAccount-navigation .toggle:hover {
    background: #f9fafb;
    border-color: #d1d5db;
}

.woocommerce-MyAccount-navigation .toggle svg {
    width: 1.25rem;
    height: 1.25rem;
    color: #6b7280;
}

@media (max-width: 768px) {
    .woocommerce-MyAccount-navigation .toggle {
        display: flex !important;
    }
    .woocommerce-MyAccount-navigation ul {
        display: none !important;
    }
    .woocommerce-MyAccount-navigation:hover ul,
    .woocommerce-MyAccount-navigation ul.active {
        display: flex !important;
    }
}
 .woocommerce-account .woocommerce-MyAccount-navigation{
    background: transparent !important;
}
/* Main List Container */
nav.woocommerce-MyAccount-navigation ul {
    background: #fff !important;
    border-radius: 1rem !important;
    padding: 1rem !important;
    list-style: none !important;
    margin: 0 !important;
    
    gap: 0.5rem !important;
    border: 1px solid #f3f4f6 !important;
}
nav.woocommerce-MyAccount-navigation  .subactive ul {
    display: flex !important;
    flex-direction: column !important;
}

/* List Items */
nav.woocommerce-MyAccount-navigation ul li {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    width: 100% !important;
    flex: unset !important;
}

/* Links */
nav.woocommerce-MyAccount-navigation ul li > a {
    display: flex !important;
    align-items: center !important;
    padding: 0.875rem 1rem !important;
    color: #4b5563 !important;
    font-weight: 500 !important;
    font-size: 0.95rem !important;
    border-radius: 0.75rem !important;
    transition: all 0.2s ease !important;
    text-decoration: none !important;
    background: transparent !important;
}

nav.woocommerce-MyAccount-navigation ul li > a:hover {
    background-color: #f5f3ff !important;
    color: #7c3aed !important;
}

nav.woocommerce-MyAccount-navigation ul li.is-active > a {
    background-color: #8b5cf6 !important;
    color: white !important;
    font-weight: 600 !important;
    box-shadow: 0 4px 6px -1px rgba(139, 92, 246, 0.2);
}

/* Submenu Wrappers */
nav.woocommerce-MyAccount-navigation ul li .sub-title {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0 !important;
    border-radius: 0.75rem !important;
    transition: all 0.2s ease !important;
    background: transparent !important;
}

nav.woocommerce-MyAccount-navigation ul li .sub-title:hover {
    background-color: #f5f3ff !important;
}

nav.woocommerce-MyAccount-navigation ul li.subactive .sub-title {
    background-color: #f5f3ff !important;
    color: #7c3aed !important;
}

nav.woocommerce-MyAccount-navigation ul li .sub-title > a {
    flex-grow: 1 !important;
    padding: 0.875rem 1rem !important;
    color: inherit !important;
    font-weight: 500 !important;
    font-size: 0.95rem !important;
    text-decoration: none !important;
}

nav.woocommerce-MyAccount-navigation ul li .sub-title .arrow {
    width: 2.5rem !important;
    height: 2.5rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    color: #9ca3af !important;
    transition: transform 0.2s !important;
    border-right: 1px solid transparent;
}

nav.woocommerce-MyAccount-navigation ul li .sub-title .arrow:hover {
    background-color: #f3f4f6;
    color: #7c3aed !important;
    border-radius: 9999px;
}

nav.woocommerce-MyAccount-navigation ul li.is-open .sub-title .arrow,
nav.woocommerce-MyAccount-navigation ul li.subactive .sub-title .arrow {
    transform: rotate(90deg) !important;
    color: #7c3aed !important;
}

/* Submenu List */
.account-submenu {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    padding-right: 1.5rem !important; /* Indent content */
    border-right: 2px solid #e5e7eb !important;
    display: none !important;
    list-style: none !important;
    gap: 0.25rem !important;
    flex-direction: column !important;
}

nav.woocommerce-MyAccount-navigation ul li.is-open .account-submenu,
nav.woocommerce-MyAccount-navigation ul li.subactive .account-submenu {
    display: flex !important;
}

.account-submenu li {
    width: 100% !important;
}

.account-submenu li a {
    display: block !important;
    padding: 0.625rem 1rem !important;
    font-size: 0.9rem !important;
    color: #6b7280 !important;
    border-radius: 0.5rem !important;
    transition: all 0.2s !important;
}

.account-submenu li a:hover {
    color: #7c3aed !important;
    background-color: #f5f3ff !important;
    padding-right: 1.25rem !important; /* Slight animation */
}

.account-submenu li.is-active a {
    color: #7c3aed !important;
    font-weight: 600 !important;
    background-color: #ede9fe !important;
}

/* Icons (if any exist inside links) */
nav.woocommerce-MyAccount-navigation svg {
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 0.75rem;
}

/* =========================================
   Dashboard Page
   ========================================= */


.dashboard-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1rem;
    border-bottom: 2px solid #f3f4f6;
    margin-bottom: 1.5rem;
}

.dashboard-content h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
    margin: 0;
}

.dashboard-content a {
    color: #8b5cf6;
    font-size: 0.875rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.2s;
}

.dashboard-content a:hover {
    color: #7c3aed;
    gap: 0.75rem;
}

.dashboard-content a svg {
    width: 1.25rem;
    height: 1.25rem;
}

.panel-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.25rem;
    margin-bottom: 2rem;
}

.panel-options .item {
    background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);
    padding: 0.75rem 0.5rem;
    border-radius: 1rem;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid #e5e7eb;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.panel-options .item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #8b5cf6, #a78bfa);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s;
}

.panel-options .item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px -5px rgba(139, 92, 246, 0.2), 0 4px 6px -2px rgba(139, 92, 246, 0.1);
    border-color: #c4b5fd;
}

.panel-options .item:hover::before {
    transform: scaleX(1);
}

.panel-options .item .count {
    font-size: 1.75rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 0.75rem;
    line-height: 1.2;
}

.panel-options .item .text {
    font-size: 0.875rem;
    color: #6b7280;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
}

.panel-options .item .text svg {
    color: #8b5cf6;
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
}

.panel-options .item:hover .text {
    color: #7c3aed;
}

/* =========================================
   Wallet Page
   ========================================= */

.wallet-info {
    text-align: center;
    padding: 2rem;
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    border-radius: 1rem;
    color: white;
    margin-bottom: 2rem;
    box-shadow: 0 10px 25px -5px rgba(139, 92, 246, 0.3);
}

.wallet-info h1 {
    font-size: 1.75rem;
    font-weight: 800;
    margin: 0 0 0.5rem 0;
    color: white;
}

.wallet-info p {
    font-size: 1rem;
    margin: 0;
    opacity: 0.95;
}

.wallet-info strong {
    font-size: 1.25rem;
    font-weight: 700;
}

.charge,
.receive {
    padding: 1.5rem;
    background: #f9fafb;
    border-radius: 1rem;
    margin-bottom: 1.5rem;
    border: 1px solid #e5e7eb;
}

.charge .form-group,
.receive .form-group {
    margin-bottom: 0;
}

.charge .form-inputs {
    display: flex;
    gap: 1rem;
    align-items: flex-end;
    flex-wrap: wrap;
}

.charge .form-inputs .col-1 {
    flex: 1;
    min-width: 200px;
}

.charge .form-inputs .col-2 {
    flex-shrink: 0;
}

.charge label {
    display: block;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
}

.charge input[type="number"] {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 2px solid #e5e7eb;
    border-radius: 0.75rem;
    font-size: 1rem;
    background: white;
    transition: all 0.2s;
}

.charge input[type="number"]:focus {
    outline: none;
    border-color: #8b5cf6;
    box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.1);
}

.charge button,
.receive .submit {
    background: #8b5cf6;
    color: white;
    border: none;
    padding: 0.875rem 2rem;
    border-radius: 0.75rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
}

.charge button:hover,
.receive .submit:hover:not(:disabled) {
    background: #7c3aed;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.4);
}

.charge .hint,
.receive .hint {
    font-size: 0.8125rem;
    color: #6b7280;
    margin-top: 0.75rem;
    line-height: 1.5;
}

.charge .hint.success,
.receive .hint.success {
    color: #10b981;
    font-weight: 500;
}

.requests-box {
    padding: 1.5rem;
    background: #f9fafb;
    border-radius: 1rem;
    margin-top: 1.5rem;
}

.requests-box h6 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #111827;
    margin: 0 0 1rem 0;
}

.requests-box .items .item {
    padding: 1.25rem;
    border-radius: 0.75rem;
    margin-bottom: 0.75rem;
    border: 1px solid #e5e7eb;
    transition: all 0.2s;
}

.requests-box .items .item:last-child {
    margin-bottom: 0;
}

.requests-box .items .item.pending {
    background: #fef2f2;
    border-color: #fecaca;
}

.requests-box .items .item.success {
    background: #f0fdf4;
    border-color: #bbf7d0;
}

.requests-box .items .item .price,
.requests-box .items .item .date,
.requests-box .items .item .message {
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    color: #374151;
}

.requests-box .items .item .price:last-child,
.requests-box .items .item .date:last-child,
.requests-box .items .item .message:last-child {
    margin-bottom: 0;
}

.requests-box .items .item strong {
    color: #111827;
    font-weight: 600;
}

.user-logs {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 1rem;
}

.user-logs .log-item {
    display: flex;
    padding: 1rem;
    border-radius: 0.75rem;
    transition: all 0.2s;
    gap: 1rem;
    flex-wrap: wrap;
}

.user-logs .log-item.minus {
    background: #fef2f2;
    border: 1px solid #fecaca;
}

.user-logs .log-item.plus {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
}

.user-logs .log-col {
    flex: 1;
    min-width: 150px;
    font-size: 0.875rem;
    color: #374151;
}

.user-logs .log-col strong {
    color: #111827;
    font-weight: 600;
    margin-left: 0.5rem;
}

.log-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #111827;
    margin: 0 0 0.75rem 0;
}

.log hr {
    border: none;
    border-top: 2px solid #e5e7eb;
    margin: 1.5rem 0;
}

/* =========================================
   Wishlist Page
   ========================================= */

.wishlist h6,
.main-cotent h6 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
    margin: 0 0 1.5rem 0;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #f3f4f6;
}

.wishlist .items {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.wishlist .items .item {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: white;
    padding: 1.25rem;
    border-radius: 0.75rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
    width: 100%;
    transition: all 0.2s;
}

.wishlist .items .item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-color: #c4b5fd;
    transform: translateY(-2px);
}

.wishlist .items .item .name {
    flex-grow: 1;
    color: #374151;
    font-size: 0.9375rem;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s;
}

.wishlist .items .item .name:hover {
    color: #8b5cf6;
}

.wishlist .items .item .close {
    flex-shrink: 0;
}

.wishlist .items .item .close form {
    margin: 0;
    display: inline-block;
}

.wishlist .items .item .close input[type="hidden"] {
    display: none;
}

.wishlist .items .item button {
    padding: 0.5rem;
    border: none;
    color: #ef4444;
    background: #fef2f2;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
}

.wishlist .items .item button:hover {
    background: #ef4444;
    color: white;
    transform: scale(1.1);
}

.wishlist .items .item button svg {
    width: 1.25rem;
    height: 1.25rem;
    stroke-width: 2;
}

.main-cotent.gifts .copyref svg {
    width: 1rem;
    height: 1rem;
    transition: transform 0.2s;
}

.main-cotent.gifts .copyref:hover svg {
    transform: scale(1.1);
}

/* =========================================
   Points Page
   ========================================= */

.points.main-content {
    text-align: center;
}

.points h1 {
    font-size: 1.75rem;
    font-weight: 800;
    color: #111827;
    margin: 0 0 1rem 0;
}

.points p {
    font-size: 1rem;
    color: #6b7280;
    margin-bottom: 1.5rem;
}

.points strong {
    color: #8b5cf6;
    font-weight: 700;
}

.points .button.change {
    background: #8b5cf6;
    color: white;
    border-radius: 0.75rem;
    padding: 0.875rem 2rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
    display: inline-block;
    margin-bottom: 1rem;
}

.points .button.change:hover {
    background: #7c3aed;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.4);
}

.alert.alert-warning {
    background: #fffbeb;
    border: 2px solid #fde047;
    border-radius: 0.75rem;
    padding: 1rem;
    color: #854d0e;
    margin-top: 1rem;
}

.alert.alert-warning strong {
    color: #713f12;
}

.alert.alert-success {
    background: #f0fdf4;
    border: 2px solid #86efac;
    border-radius: 0.75rem;
    padding: 1rem;
    color: #166534;
}

/* =========================================
   Coupons Page
   ========================================= */

.main-cotent.gifts .items {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.main-cotent.gifts .items .item {
    padding: 1.5rem;
    background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);
    border: 2px solid #e5e7eb;
    border-radius: 1rem;
    transition: all 0.2s;
}

.main-cotent.gifts .items .item:hover {
    border-color: #c4b5fd;
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.1);
    transform: translateY(-2px);
}

.main-cotent.gifts .items .item .name {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
    color: #111827;
}

.main-cotent.gifts .items .item .name strong {
    color: #8b5cf6;
}

.main-cotent.gifts .items .item .price {
    color: #10b981;
    font-weight: 600;
}

.main-cotent.gifts .items .item .limit,
.main-cotent.gifts .items .item .use,
.main-cotent.gifts .items .item .expire {
    color: #6b7280;
}

.main-cotent.gifts .items .item .rules {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid #e5e7eb;
    font-size: 0.8125rem;
    color: #6b7280;
}

.main-cotent.gifts .items .item .rules strong {
    color: #374151;
    display: block;
    margin-bottom: 0.5rem;
}

.main-cotent.gifts .copyref {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.375rem 0.75rem;
    background: #f3f4f6;
    border-radius: 0.5rem;
    transition: all 0.2s;
    margin-right: 0.5rem;
    border: 1px solid transparent;
}

.main-cotent.gifts .copyref:hover {
    background: #8b5cf6;
    color: white;
    border-color: #7c3aed;
}

.main-cotent.gifts .copyref:hover svg {
    color: white;
}

.main-cotent.gifts .copyref .text {
    font-size: 0.8125rem;
    font-weight: 500;
}

.main-cotent.gifts .items .item > div {
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    color: #6b7280;
}

.main-cotent.gifts .items .item > div:last-child {
    margin-bottom: 0;
}

.main-cotent.gifts .items .item strong {
    color: #374151;
    font-weight: 600;
}

/* =========================================
   Orders Page
   ========================================= */

.woocommerce-orders-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: white;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.woocommerce-orders-table thead {
    background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
}

.woocommerce-orders-table th {
    padding: 1.25rem 1rem;
    text-align: right;
    font-weight: 600;
    color: #374151;
    border-bottom: 2px solid #e5e7eb;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.woocommerce-orders-table td {
    padding: 1.25rem 1rem;
    border-bottom: 1px solid #f3f4f6;
    color: #4b5563;
    font-size: 0.875rem;
}

.woocommerce-orders-table tbody tr:last-child td {
    border-bottom: none;
}

.woocommerce-orders-table tbody tr:hover {
    background: #f9fafb;
}

.woocommerce-orders-table__cell-order-actions {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.woocommerce-orders-table__cell-order-actions a {
    padding: 0.625rem 1rem;
    background: #8b5cf6;
    color: white;
    border-radius: 0.5rem;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.8125rem;
    text-align: center;
    transition: all 0.2s;
    border: none;
}

.woocommerce-orders-table__cell-order-actions a:hover {
    background: #7c3aed;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(139, 92, 246, 0.3);
}

/* =========================================
   Not Found Page
   ========================================= */

.not-found {
    text-align: center;
    padding: 4rem 2rem;
    max-width: 500px;
    margin: 0 auto;
}

.not-found .no-wishlist {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 2.5rem;
}

.not-found .no-wishlist .empty-icon {
    width: 140px;
    height: 140px;
    margin: 0 auto 1.75rem;
    opacity: 0.25;
    color: #9ca3af;
    display: block;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.not-found:hover .no-wishlist .empty-icon {
    opacity: 0.4;
    transform: scale(1.08);
    color: #8b5cf6;
}

.not-found .no-wishlist .text {
    display: block;
    font-size: 1.125rem;
    color: #6b7280;
    font-weight: 500;
    line-height: 1.6;
    max-width: 400px;
    margin: 0 auto;
}

.not-found-button,
.not-found .button.not-found-button {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    color: white;
    padding: 1rem 2.5rem;
    border-radius: 0.75rem;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9375rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 6px -1px rgba(139, 92, 246, 0.2);
    position: relative;
    overflow: hidden;
}

.not-found-button::before,
.not-found .button.not-found-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.not-found-button:hover,
.not-found .button.not-found-button:hover {
    background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px -4px rgba(139, 92, 246, 0.4);
    text-decoration: none;
}

.not-found-button:hover::before,
.not-found .button.not-found-button:hover::before {
    left: 100%;
}

.not-found-button:active,
.not-found .button.not-found-button:active {
    transform: translateY(0);
    box-shadow: 0 4px 12px -2px rgba(139, 92, 246, 0.3);
}

/* Override plugin default styles */
.main-cotent .not-found,
.wishlist .not-found {
    padding: 3rem 1.5rem;
}

.not-found .no-wishlist img {
    display: none !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .not-found {
        padding: 3rem 1rem;
    }
    
    .not-found .no-wishlist .empty-icon {
        width: 100px;
        height: 100px;
        margin-bottom: 1.5rem;
    }
    
    .not-found .no-wishlist .text {
        font-size: 1rem;
    }
    
    .not-found-button,
    .not-found .button.not-found-button {
        padding: 0.875rem 2rem;
        font-size: 0.875rem;
        width: 100%;
        max-width: 280px;
    }
    .panel-options .item {
        width: 100%;
        margin-top: 10px;
    }
}

/* =========================================
   Product Lists & Recent Products
   ========================================= */

.product-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1.25rem;
    padding: 0 !important;
}

.product-list li {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    overflow: hidden;
    transition: all 0.2s;
    list-style: none;
}

.product-list li:hover {
    border-color: #8b5cf6;
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.15);
    transform: translateY(-2px);
}

.product-list li a {
    display: block;
    padding: 1rem;
    text-align: center;
    color: #374151;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s;
}

.product-list li a:hover {
    color: #8b5cf6;
}

.product-list li img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    margin-bottom: 0.75rem;
    border-radius: 0.5rem;
}

.recent-products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 1rem;
    padding: 0 !important;
}

.recent-products li {
    width: auto !important;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    padding: 0.75rem !important;
    transition: all 0.2s;
    list-style: none;
}

.recent-products li:hover {
    border-color: #8b5cf6;
    box-shadow: 0 2px 8px rgba(139, 92, 246, 0.15);
}

.recent-products li a {
    text-decoration: none;
}

.recent-products li img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 0.5rem;
    margin-bottom: 0.5rem;
}

.recent-products li h6 {
    font-size: 0.75rem;
    color: #6b7280;
    margin: 0;
    font-weight: 500;
    line-height: 1.4;
}

/* =========================================
   Forms & Inputs
   ========================================= */

.woocommerce-edit-account input.input-text,
.woocommerce-address-fields input.input-text,
.woocommerce-edit-account textarea,
.woocommerce-address-fields textarea,
.woocommerce-edit-account select,
.woocommerce-address-fields select {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 2px solid #e5e7eb;
    border-radius: 0.75rem;
    background: #f9fafb;
    font-size: 0.9375rem;
    transition: all 0.2s;
    font-family: inherit;
}

.woocommerce-edit-account input.input-text:focus,
.woocommerce-address-fields input.input-text:focus,
.woocommerce-edit-account textarea:focus,
.woocommerce-address-fields textarea:focus,
.woocommerce-edit-account select:focus,
.woocommerce-address-fields select:focus {
    background: white;
    border-color: #8b5cf6;
    outline: none;
    box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.1);
}

.woocommerce-edit-account label,
.woocommerce-address-fields label {
    display: block;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
}

.woocommerce-Button.button,
.woocommerce-button.button,
button.button {
    background-color: #8b5cf6;
    color: white;
    padding: 0.875rem 2rem;
    border-radius: 0.75rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 0.9375rem;
    text-decoration: none;
    display: inline-block;
}

.woocommerce-Button.button:hover,
.woocommerce-button.button:hover,
button.button:hover {
    background-color: #7c3aed;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.4);
}

/* =========================================
   Messages & Alerts
   ========================================= */

.welcome-message,
.option-message {
    padding: 1rem 1.25rem;
    border-radius: 0.75rem;
    margin-bottom: 1rem;
    border: 2px solid;
}

.welcome-message {
    background: #f0fdf4;
    border-color: #86efac;
    color: #166534;
}

.welcome-message .name {
    color: #15803d;
    font-weight: 700;
}

.option-message {
    background: #fffbeb;
    border-color: #fde047;
    color: #854d0e;
}

.wallet-notice {
    padding: 0;
    margin-bottom: 1.5rem;
}

/* =========================================
   Utility Classes
   ========================================= */

.deliver-bg {
    display: none;
}

.p-15 {
    padding: 1rem;
}

.p-10 {
    padding: 0.75rem;
}

.mb-10 {
    margin-bottom: 0.75rem;
}

.mb10 {
    margin-bottom: 0.625rem;
}

.d-block {
    display: block;
}

/* =========================================
   Responsive Enhancements
   ========================================= */

@media (max-width: 768px) {
    .panel-options {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    .charge .form-inputs {
        flex-direction: column;
    }
    
    .charge .form-inputs .col-1,
    .charge .form-inputs .col-2 {
        width: 100%;
    }
    
    .charge button,
    .receive .submit {
        width: 100%;
    }
    
    .wishlist .items .item {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .product-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    .recent-products {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 480px) {
    .panel-options {
        grid-template-columns: 1fr;
    }
    
    .product-list {
        grid-template-columns: 1fr;
    }
    
    .recent-products {
        grid-template-columns: repeat(2, 1fr);
    }
       .woocommerce-account main#main {
            padding-top: 20px;
            padding-bottom: 20px;
        }
}
