/* Layout Container */
.profilepage .profile_page_sections .dashboard-container {
    font-family: 'Abtera Regular', sans-serif;
}

/* Header Banner Area */
.profilepage .profile_page_sections .breadcrumb {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 24rem;
    padding: 2rem;
    background-size: cover;
    background-position: center;
    margin-bottom: 2.4rem;
    background-image: url('../img/my_account/braedcrumbs.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Abtera Regular', sans-serif;
}

.profilepage .profile_page_sections .breadcrumb h3 {
    font-size: 2.4rem;
    margin-bottom: 0.4rem;
}

.profilepage .profile_page_sections .breadcrumb p {
    font-size: 1.4rem;
    color: #cccccc;
    margin-bottom: 0;
}

.profilepage .profile_page_sections .current_dashboard_heading_wrapper .current_dashboard_heading {
    width: fit-content;
    display: flex;
    gap: 10px;
    font-size: 2.4rem;
    margin-bottom: 40px;
}

/* Main Content Area */
.profilepage .profile_page_sections .dashboard-content {
    display: flex;
    gap: 2.4rem;
    width: 100%;
}

/* Sidebar Navigation */
.profilepage .profile_page_sections .dashboard-sidebar {
    width: 20%;
    min-width: 26.2rem;
    /* border-right: 1px solid rgba(255, 255, 255, 0.1); */
}

.profilepage .profile_page_sections .dashboard-nav {
    display: flex;
    flex-direction: column;
}

.profilepage .profile_page_sections .nav-item {
    display: block;
    padding: 1.2rem 0.8rem;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
    color: #ffffff;
    font-size: 1.4rem;
    transition: all 300ms;
}

.profilepage .profile_page_sections .nav-item:hover,
.profilepage .profile_page_sections .nav-item.active {
    color: #cccccc;
    padding-left: 1.2rem;
}

.profilepage .profile_page_sections .nav-item.active {
    position: relative;
}

.profilepage .profile_page_sections .nav-item.active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0.32rem;
    background-color: #cccccc;
}

/* Main Content */
.profilepage .profile_page_sections .dashboard-main {
    flex: 1;
}

@media (min-width: 1026px) {
    .profilepage .profile_page_sections .dashboard-main {
        max-width: 75%;
    }
}

.profilepage .profile_page_sections .dashboard-section {
    margin-bottom: 3.2rem;
}

/* MY ACCOUNT PAGE SECTION CSS */

.profilepage .profile_page_sections .section-header {
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between;
}

.profilepage .profile_page_sections .section-title {
    font-size: 2.4rem;
    margin-bottom: 0.8rem;
    line-height: 2.8rem;
    margin-top: 1.5rem;
}

/* Account Info Cards */
.profilepage .profile_page_sections .info-card {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.6rem;
    margin-bottom: 1.6rem;
    border-radius: 0.4rem;
}

.profilepage .profile_page_sections .info-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.2rem;
}

.profilepage .profile_page_sections .info-card-title {
    font-size: 1.8rem;
    font-weight: 500;
}

.profilepage .profile_page_sections .info-card-content {
    margin-bottom: 1.2rem;
    font-size: 1.4rem;
    color: #cccccc;
}

/* Buttons */
.profilepage .profile_page_sections .btn-primary {
    display: inline-block;
    padding: 0.8rem 1.6rem;
    background-color: #ffffff;
    color: #000;
    border-radius: 0.4rem;
    font-size: 1.4rem;
    font-weight: 500;
    transition: all 300ms;
    text-align: center;
    cursor: pointer;
    border: none;
}

.profilepage .profile_page_sections .btn-primary:hover {
    background-color: #cccccc;
    color: #000;
}

.profilepage .profile_page_sections .btn-secondary {
    display: inline-block;
    padding: 0.8rem 1.6rem;
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0.4rem;
    font-size: 1.4rem;
    font-weight: 500;
    transition: all 300ms;
    text-align: center;
    cursor: pointer;
}

.profilepage .profile_page_sections .btn-secondary:hover {
    border-color: #cccccc;
    color: #cccccc;
}

/* Tab Content Styles */
.profilepage .profile_page_sections .tab-content {
    display: none;
}

.profilepage .profile_page_sections .tab-content.active {
    display: block;
}

/* My Account Tab Specific Styles */
.profilepage .profile_page_sections .account-form-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.6rem;
    padding: 1.6rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.4rem;
}

.profilepage .profile_page_sections .form-content {
    flex: 1;
}

.profilepage .profile_page_sections .form-title {
    font-size: 1.8rem;
    margin-bottom: 0.4rem;
    font-weight: 500;
}

.profilepage .profile_page_sections .form-description {
    font-size: 1.4rem;
    color: #cccccc;
}

/* Orders Tab Specific Styles */
.profilepage .profile_page_sections .order-item {
    display: flex;
    justify-content: space-between;
    padding: 1.6rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.4rem;
    margin-bottom: 1.2rem;
}

.profilepage .profile_page_sections .order-info {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.profilepage .profile_page_sections .order-number {
    font-weight: 500;
}

.profilepage .profile_page_sections .order-date,
.profilepage .profile_page_sections .order-status {
    font-size: 1.4rem;
    color: #cccccc;
}

/* User Info Display */
.profilepage .profile_page_sections .user-info-container {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.4rem;
    padding: 1.6rem;
    margin-bottom: 1.6rem;
}

.profilepage .profile_page_sections .user-info-container .user-info-heading {
    font-size: 2.6rem;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    ;
}

.profilepage .profile_page_sections .user-info-row {
    display: flex;
    justify-content: space-between;
    padding: 1.2rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.profilepage .profile_page_sections .user-info-row:last-child {
    border-bottom: none;
}

.profilepage .profile_page_sections .user-info-label {
    font-weight: 500;
}

.profilepage .profile_page_sections .user-info-value {
    color: #cccccc;
}

/* Back button for mobile view */
.profilepage .profile_page_sections .back-button {
    display: none;
    /* Hide back button by default */
    align-items: center;
    gap: 0.8rem;
    padding: 0.8rem;
    cursor: pointer;
    color: #ffffff;
    font-size: 1.4rem;
}

/* below tab styles - NEW CHANGES HERE */
@media (max-width: 1025px) {
    .profilepage .profile_page_sections .dashboard-content {
        flex-direction: column;
    }

    .profilepage .profile_page_sections .dashboard-sidebar {
        width: 100%;
        border-right: none;
        min-width: auto;
    }
}

.profilepage .profile_page_sections .dashboard-nav {
    display: flex;
    /* Always show the nav on mobile */
}

/* Back button behavior only in content view at mobile size */
.profilepage .profile_page_sections.content-active .back-button {
    display: flex;
    /* Only show back button when content is active */
}

/* Mobile navigation behavior */
.profilepage .profile_page_sections.content-active .dashboard-nav {
    display: none;
    /* Hide nav when content is active */
}

.profilepage .profile_page_sections.content-active .tab-content.active {
    display: block;
    /* Show active content */
}

.profilepage .profile_page_sections.nav-active .dashboard-nav {
    display: flex;
    /* Show nav when nav is active */
}

.profilepage .profile_page_sections.nav-active .tab-content {
    display: none;
    /* Hide all content when nav is active */
}

.profilepage .profile_page_sections.nav-active .back-button {
    display: none;
    /* Hide back button in nav view */
}

@media (max-width: 767.98px) {
    .profilepage .profile_page_sections .breadcrumb {
        height: 19.2rem;
        padding: 1.6rem;
    }

    .profilepage .profile_page_sections .info-card {
        padding: 1.2rem;
    }

    .profilepage .profile_page_sections .account-form-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.2rem;
    }

    .profilepage .profile_page_sections .order-item {
        flex-direction: column;
        gap: 1.2rem;
    }
}

@media (max-width: 575.98px) {
    .profilepage .profile_page_sections .breadcrumb {
        height: 16rem;
    }

    .profilepage .profile_page_sections .breadcrumb h3 {
        font-size: 2rem;
    }

    .profilepage .profile_page_sections .info-card-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.8rem;
    }

    .profilepage .profile_page_sections .btn-primary,
    .profilepage .profile_page_sections .btn-secondary {
        width: 100%;
    }
}

/* ===========================================My orders tab code ============================== */
.or-orders-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.4rem;
}

.or-orders-header h2 {
    font-size: 2.4rem;
    font-weight: 500;
}

.or-orders-filter {
    display: flex;
    gap: 1rem;
    margin-bottom: 2.4rem;
    overflow-x: auto;
    scrollbar-width: none;
}

.or-orders-filter::-webkit-scrollbar {
    display: none;
}

.or-orders-filter-radio {
    display: none;
}

.or-orders-filter-tab {
    padding: 1.2rem 2rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.4rem;
    cursor: pointer;
    white-space: nowrap;
    font-size: 1.4rem;
    transition: all 300ms;
}

.or-orders-filter-tab:hover {
    background-color: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.4);
}

.or-orders-filter-radio:checked+.or-orders-filter-tab {
    background-color: rgba(255, 255, 255, 0.1);
}

.or-order-container {
    margin-bottom: 3rem;
}

.or-order-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.6rem;
}

.or-order-id {
    font-size: 1.6rem;
    font-weight: 400;
}

.or-download-invoice-btn {
    padding: 0.8rem 1.6rem;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    border-radius: 0.4rem;
    cursor: pointer;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    transition: all 300ms;
}

.or-download-invoice-btn:hover {
    background-color: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.5);
}

.or-order-box {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.4rem;
    padding: 2.4rem;
    display: flex;
    gap: 2.4rem;
}

.or-order-items-section {
    flex: 1;
}

.or-order-item {
    display: flex;
    gap: 2rem;
    margin-bottom: 2.4rem;
    align-items: flex-start;
}

.or-order-item:last-child {
    margin-bottom: 0;
}

.or-item-checkbox-wrapper {
    flex-shrink: 0;
    margin-top: 0.4rem;
}

.or-item-checkbox {
    display: none;
}

.or-item-checkbox-label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.8rem;
    height: 1.8rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0.2rem;
    cursor: pointer;
    transition: all 200ms;
}

.or-item-checkbox-label:hover {
    border-color: rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.05);
}

.or-item-checkbox:checked+.or-item-checkbox-label {
    background-color: #fff;
    border-color: #fff;
}

.or-item-checkbox:checked+.or-item-checkbox-label::after {
    content: '✓';
    color: #000;
    font-size: 1.2rem;
    font-weight: bold;
}

.or-item-image {
    width: 8.7rem;
    height: 8.7rem;
    background-color: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.4rem;
    flex-shrink: 0;
    overflow: hidden;
}

.or-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.or-item-details {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}

.or-item-name {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 1rem;
    letter-spacing: 0.05rem;
}

.or-item-brand {
    font-size: 1.4rem;
    color: #999;
}

.or-item-pricing {
    display: flex;
    align-items: center;
    gap: 1.6rem;
}

.or-item-price {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 1.6rem;
    font-weight: 500;
}

.or-item-quantity {
    font-size: 1.6rem;
    color: #999;
}

.or-item-total {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 1.6rem;
    font-weight: 500;
}

.or-order-status-section {
    min-width: 26rem;
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 0.4rem;
    padding: 2.4rem;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}

.or-status-badge {
    padding: 1.2rem 2rem;
    border-radius: 0.4rem;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.1rem;
}

/* Delivered / Refunded / Exchanged */
.or-status-badge.delivered {
    background-color: rgba(76, 175, 80, 0.2);
    color: #4CAF50;
}

/* Returning */
.or-status-badge.returning {
    background-color: rgba(255, 241, 118, 0.2);
    color: #fbc02d;
}

/* Exchanging */
.or-status-badge.exchanging {
    background-color: rgba(156, 39, 176, 0.2);
    color: #9c27b0;
}

/* Shipped */
.or-status-badge.shipped {
    background-color: rgba(33, 150, 243, 0.2);
    color: #2196f3;
}

/* Cancelled */
.or-status-badge.or-order-cancelled {
    background-color: rgba(180, 0, 0, 0.35);
    color: #d30a0a;
}

/* Processing */
.or-status-badge.processing {
    background-color: rgba(255, 152, 0, 0.2);
    color: #ff9800;
}

/* Ready to Ship */
.or-status-badge.ready_to_ship {
    background-color: rgba(206, 147, 216, 0.2);
    color: #ce93d8;
}

/* Order Placed */
.or-status-badge.or-delivery-today {
    background-color: rgba(100, 100, 100, 0.3);
    color: #fff;
}

/* Unknown / fallback */
.or-status-badge.unknown {
    background-color: rgba(158, 158, 158, 0.3);
    color: #9e9e9e;
}

/* .or-status-badge.or-delivery-today {
    background-color: rgba(100, 100, 100, 0.3);
    color: #fff;
} */

.or-status-info-text {
    font-size: 1.4rem;
    color: #999;
    text-align: center;
}

.or-status-gst {
    font-size: 1.3rem;
    color: #999;
    text-align: center;
}

.or-status-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 500;
    margin-top: 0.8rem;
}

.or-status-total-label {
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

.or-status-total-amount {
    font-size: 1.8rem;
}

.or-action-button {
    width: 100%;
    padding: 1.2rem;
    border-radius: 0.4rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 1.4rem;
    cursor: pointer;
    background-color: transparent;
    color: #fff;
    margin-top: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    transition: all 300ms;
}

.or-action-button:hover {
    background-color: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.5);
}



/* Mobile Styles */
@media (max-width: 767.98px) {
    body {
        padding: 1.6rem;
    }

    .or-orders-header h2 {
        font-size: 2rem;
    }

    .or-orders-filter-tab {
        padding: 0.8rem 1.6rem;
        font-size: 1.2rem;
    }

    .or-order-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.2rem;
    }

    .or-download-invoice-btn {
        width: 100%;
        text-align: center;
    }

    .or-order-box {
        flex-direction: column;
        padding: 1.6rem;
        gap: 2rem;
    }

    .or-order-item {
        gap: 1.2rem;
    }

    .or-item-image {
        width: 6rem;
        height: 6rem;
    }

    .or-item-name {
        font-size: 1.4rem;
    }

    .or-item-brand {
        font-size: 1.2rem;
    }

    .or-item-pricing {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.4rem;
    }

    .or-item-price,
    .or-item-total {
        font-size: 1.4rem;
    }

    .or-order-status-section {
        min-width: auto;
        width: 100%;
        padding: 1.6rem;
    }

    .or-status-total {
        font-size: 1.4rem;
    }

    .or-status-total-amount {
        font-size: 1.6rem;
    }
}

/* ============================================ENDS HERE =============================== */

/* =================================== COMPARING PRODUCTS LISTS SECTION STARTS HERE ======================= */
#comparing-products {
    max-width: 192rem;
    margin: 0 auto;
    /* padding: 3.2rem; */
}

.category {
    margin-bottom: 4.8rem;
}

.category-title {
    font-size: 1.92rem;
    margin-bottom: 1.92rem;
    font-weight: normal;
}

.category-title a {
    color: #fff;
    text-decoration: none;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 3.2rem;
}

@media (min-width: 468px) {
    .products-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1.6rem;
    }
}

@media (min-width: 768px) {
    .products-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1024px) {
    .products-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.ap-product-card {
    background-color: #1c1c1c;
    border-radius: 0.8rem;
    overflow: hidden;
    position: relative;
    padding: 1.6rem;
}

.product-image {
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.product-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    width: 100%;
    padding: 0 1.6rem;
}

.product-actions {
    display: flex;
    gap: 1.28rem;
    justify-content: flex-end;
}

.action-icon-box {
    display: flex;
    gap: 0.96rem;
}

.action-icon {
    width: 3.2rem;
    height: 3.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.32rem;
    cursor: pointer;
    transition: background-color 0.2s;
}

.action-icon:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.action-icon .fa-heart {
    color: #fff;
}

.action-icon .fa-times {
    color: #fff;
}

.product-info {
    padding-top: 1.5rem;
}

.product-brand {
    font-size: 1.92rem;
    line-height: 1.99rem;
    font-weight: bold;
    margin-bottom: 0.64rem;
    text-transform: uppercase;
    margin-top: 0;
}

.product-name {
    font-size: 1.5rem;
    color: #888;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.product-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.price {
    font-size: 1.92rem;
}

.price_wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.actual_price {
    color: var(--accent-color);
}

.cart-button {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
}

.add-product {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1c1c1c;
    height: 100%;
    cursor: pointer;
}

.add-product i {
    font-size: 4.8rem;
    color: #333;
}

/* =================================== COMPARING PRODUCTS LISTS SECTION ENDS HERE ======================= */

/* =================================== SUPPORT US SECTION STARTS ======================================== */
.contact-box {
    display: flex;
    align-items: baseline;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 2.56rem 3.2rem;
    margin-bottom: 3.2rem;
    width: 100%;
    max-width: 57.6rem;
    box-sizing: border-box;
    gap: 1.6rem;
}

.contact-box .icon i {
    color: white;
}

.contact-info {
    display: flex;
    flex-direction: column;
}

.contact-label {
    font-size: 2.24rem;
    margin-bottom: 0.32rem;
}

.contact-value {
    font-size: 1.92rem;
    color: #ccc;
    word-break: break-word;
}

/* =================================== SUPPORT US SECTION ENDS======================================== */



/* ============================================ EXCHANGE & RETURNS SECTION CSS ========================  */
.exchanges-returns-bottom-header {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    margin-bottom: 2rem;
}

.exchanges-returns-bottom-header p {
    font-size: 1.4rem;
    color: #ccc;
    line-height: 1.6;
}

.exchange-returns-product_card-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.exchanges-returns-support-chat {
    padding: 1rem 2rem;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    font-size: 1.4rem;
    cursor: pointer;
    transition: background-color 0.3s;
    height: fit-content;
}

.exchanges-returns-support-chat:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.exchanges-returns-order-id {
    margin-bottom: 2rem;
    font-size: 1.6rem;
    font-weight: bold;
}

.exchanges-returns-product-card {
    background-color: rgba(30, 30, 30, 0.8);
    padding: 2rem;
    border-radius: 0.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.exchanges-returns-product-image {
    width: 20rem;
    height: 20rem;
    background-color: #111;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.exchanges-returns-product-image img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}

.exchanges-returns-product-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.exchanges-returns-product-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media (max-wisth: 480px) {
    .exchanges-returns-product-info {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }
}

.exchanges-returns-product-name {
    font-size: 1.8rem;
    font-weight: bold;
}

.exchanges-returns-product-brand {
    font-size: 1.4rem;
    color: #aaa;
}

.exchanges-returns-product-id {
    font-size: 1.4rem;
    margin-top: 1rem;
}

.exchanges-returns-product-price {
    display: flex;
    align-items: center;
    margin-top: 1rem;
}

.exchanges-returns-current-price {
    font-size: 1.8rem;
    font-weight: bold;
    margin-right: 1rem;
}

.exchanges-returns-original-price {
    font-size: 1.4rem;
    color: #aaa;
    text-decoration: line-through;
}

.exchanges-returns-product-status {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.exchanges-returns-status-block {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.exchanges-returns-status-label {
    padding: 1rem;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
}

.exchanges-returns-status-date {
    font-size: 1.2rem;
    color: #aaa;
    text-align: center;
}

.exchanges-returns-delivered {
    background-color: #085d35;
    color: #fff;
}

.exchanges-returns-exchange-pickup {
    background-color: #764e14;
    color: #fff;
}

.exchanges-returns-exchange-delivered {
    background-color: #085d35;
    color: #fff;
}

.exchanges-returns-product-variant {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-top: 1rem;
}

.exchanges-returns-variant-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.exchanges-returns-variant-dot {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .exchanges-returns-product-image {
        width: 15rem;
        height: 15rem;
    }
}

@media (max-width: 1025px) {
    .exchanges-returns-product-card {
        grid-template-columns: 1fr;
    }

    .exchanges-returns-support-chat {
        display: none;
    }
}

/* Tablet View */
@media (max-width: 768px) {
    .exchanges-returns-product-card {
        grid-template-columns: 1fr;
    }

    .exchanges-returns-product-status {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Mobile View */
@media (max-width: 480px) {
    .exchanges-returns-product-card {
        grid-template-columns: 1fr;
    }

    .exchanges-returns-product-image {
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
        grid-column: 1 / span2;
        grid-row: 1;
    }

    .exchanges-returns-product-info {
        grid-column: 1 / span2;
        grid-row: 2;
    }

    .exchanges-returns-product-status {
        grid-template-columns: 1fr;
    }

    .exchanges-returns-bottom-header {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .exchanges-returns-support-chat {
        width: 100%;
    }
}

/* ============================================ EXCHANGE & RETURNS SECTION CSS ENDS ========================  */



/* ===============DELIVERY ADDRESS SECTION CSS================ */


/* Modal Open - Prevent Body Scrolling */
body.del-add-modal-open {
    overflow: hidden;
}

/* Delivery Address Styles */
#delivery-address {
    width: 100%;
    min-height: 100vh;
    background-color: #000;
    color: #fff;
}

.del-add-container {
    max-width: 120rem;
    margin: 0 auto;
    padding: 2rem;
}

/* Header Section */
.del-add-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
}

.del-add-title-wrapper {
    display: flex;
    align-items: center;
}

.del-add-back-btn {
    display: none;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    margin-right: 1rem;
    color: #fff;
    font-size: 1.6rem;
}

.del-add-title {
    font-size: 2.4rem;
    font-weight: 700;
    margin: 0;
}

.del-add-back-link {
    display: none;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 1.4rem;
    cursor: pointer;
    padding: 0.5rem 1rem;
}

/* Section Headers */
.del-add-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.del-add-section-title {
    font-size: 1.8rem;
    font-weight: 600;
    margin: 0;
}

.del-add-all-title {
    margin-top: 4rem;
    margin-bottom: 2rem;
}

.del-add-new-btn {
    display: flex;
    align-items: center;
    background: transparent;
    color: #fff;
    padding: 1rem 1.5rem;
    border-radius: 0.3rem;
    cursor: pointer;
    font-size: 1.4rem;
}

.del-add-new-btn i {
    margin-right: 0.8rem;
    font-size: 1.6rem;
}

/* Address Cards */

.del-add_address_list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.del-add-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    flex: 1;
    border: 1px solid #333;
    border-radius: 0.5rem;
    padding: 2rem;
    margin-bottom: 2rem;
}

.del-add-new-card {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    cursor: pointer;
}

.del-add-badge {
    position: absolute;
    top: 2rem;
    left: 2rem;
    padding: 0.6rem 1.2rem;
    border-radius: 0.3rem;
    font-size: 1.4rem;
    font-weight: 500;
}

.del-add-badge-default {
    background-color: #4CAF50;
    color: #000;
}

.del-add-badge-temporary {
    background-color: #FF9E9E;
    color: #000;
}

.del-add-card-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 3.5rem;
    margin-bottom: 2rem;
}

.del-add-info {
    flex: 1;
    max-width: 280px;
}

.del-add-name {
    font-size: 1.8rem;
    line-height: normal;
    font-weight: 600;
    margin: 1rem 0;
}

.del-add-address,
.del-add-region {
    font-size: 1.6rem;
    margin: 0.5rem 0;
    line-height: 1.5;
}

.del-add-phone {
    flex: 1;
}

.del-add-phone-label {
    font-size: 1.6rem;
    font-weight: 500;
    margin: 0 0 1rem 0;
}

.del-add-phone-number {
    font-size: 1.6rem;
    margin: 0;
}

.del-add-actions {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
}

.del-add-btn {
    display: flex;
    align-items: center;
    background: transparent;
    border: 1px solid #333;
    color: #fff;
    padding: 1rem 1.5rem;
    border-radius: 0.3rem;
    cursor: pointer;
    font-size: 1.4rem;
}

.del-add-btn i {
    margin-right: 0.8rem;
    font-size: 1.6rem;
}

.del-add-default-btn {
    background-color: #333;
}

/* Modal Styles */
.del-add-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    overflow-y: auto;
}

.del-add-modal {
    position: relative;
    width: 80%;
    max-width: 80rem;
    margin: 5rem auto;
    background-color: #000;
    border: 1px solid #333;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.5);
    z-index: 1001;
}

.del-add-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
    border-bottom: 1px solid #333;
}

.del-add-modal-title {
    font-size: 2rem;
    font-weight: 600;
    margin: 0;
    text-align: center;
    flex-grow: 1;
}

.del-add-modal-close {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 2.4rem;
    cursor: pointer;
    padding: 0.5rem;
    line-height: 1;
}

.del-add-modal-body {
    padding: 2rem;
}

/* Form Styles */
.del-add-form {
    width: 100%;
}

.del-add-form-group {
    margin-bottom: 2rem;
    flex: 1;
}

.del-add-form-full {
    width: 100%;
}

.del-add-form-label {
    display: block;
    font-size: 1.6rem;
    margin-bottom: 1rem;
    font-weight: 500;
}

.del-add-form-input {
    width: 100%;
    padding: 1.2rem;
    background-color: #000;
    border: 1px solid #333;
    border-radius: 0.3rem;
    color: #fff;
    font-size: 1.6rem;
    box-sizing: border-box;
}

.del-add-form-input:focus {
    outline: none;
    border-color: #666;
}

.del-add-form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 1rem;
}

/* Title Options */
.del-add-title-options {
    display: flex;
    gap: 1rem;
}

.del-add-title-option {
    flex: 1;
    position: relative;
}

.del-add-title-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.del-add-title-option label {
    display: block;
    text-align: center;
    padding: 1.2rem;
    border: 1px solid #333;
    border-radius: 0.3rem;
    cursor: pointer;
    font-size: 1.6rem;
}

.del-add-title-option:has(input:checked) label {
    background-color: #333;
    border-color: #666;
}

.details-form {
    padding: 2rem;
    display: none;
}

button.del-add-form-save-btn {
    padding: 1.5rem 3rem;
    border-radius: 0.5rem;
    background-image: linear-gradient(45deg, #6e6e6e, #4c4c4cab);
}

button.del-add-form-save-btn:hover {
    transition: all ease-in-out 0.5s;
    background-image: linear-gradient(45deg, #4c4c4cab, #6e6e6e);
}

button.del-add-form-cancel-btn {
    padding: 1.5rem 3rem;
    border-radius: 0.5rem;
    background-image: linear-gradient(45deg, #4c4c4cab, #6e6e6e);
}

button.del-add-form-cancel-btn:hover {
    transition: all ease-in-out 0.5s;
    background-image: linear-gradient(45deg, #6e6e6e, #4c4c4cab);
}


#contact-details-formid {
    display: none;
}

.form-btns {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

@media(max-width: 330px) {
    .form-btns {
        flex-direction: column;
        gap: 1rem;
    }
}

.form-btns button {
    text-align: center;
}

/* Form Actions */
.del-add-form-actions {
    margin-top: 3.4rem;
    text-align: right;
}

.del-add-form-submit {
    background-color: #ffffff;
    color: #000000;
    border: none;
    border-radius: 0.3rem;
    padding: 1.2rem 6.7rem;
    font-size: 1.6rem;
    cursor: pointer;
    transition: background-color 0.2s;
}

.del-add-form-submit:hover {
    background-color: #e1e1e1;
}

/* Responsive Styles */
@media (max-width: 990px) {
    .del-add-card-content {
        flex-direction: column;
    }

    .del-add-phone {
        padding-left: 0;
        margin-top: 2rem;
    }

    .del-add-actions {
        flex-wrap: wrap;
    }

    .del-add-btn {
        flex: 1;
        justify-content: center;
        min-width: 12rem;
    }

    .del-add-form-row {
        flex-direction: column;
        gap: 0;
    }
}

@media (max-width: 768px) {
    .del-add-back-btn {
        display: flex;
    }

    .del-add-back-link {
        display: block;
    }

    .del-add-section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
    }

    .del-add-new-btn {
        width: 100%;
        justify-content: center;
    }

    .del-add-actions {
        flex-direction: column;
    }

    .del-add-btn {
        width: 100%;
    }

    .del-add-modal {
        width: 95%;
        margin: 2rem auto;
    }
}

@media (max-width: 480px) {
    .del-add-container {
        padding: 1.5rem;
    }

    .del-add-card {
        padding: 1.5rem;
    }

    .del-add-badge {
        top: 1.5rem;
        left: 1.5rem;
    }

    .del-add-modal-body {
        padding: 1.5rem;
    }

    .del-add-form-actions {
        display: flex;
        flex-direction: column;
    }

    .del-add-form-submit {
        width: 100%;
    }

    .del-add-title-options {
        flex-direction: column;
        gap: 1rem;
    }
}

/* EDIT ADDRESS MODAL CSS ========================= */
.del-add-edit-add-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    overflow-y: auto;
}

.del-add-edit-add-modal {
    background-color: #111;
    color: #fff;
    width: 100%;
    max-width: 60rem;
    border-radius: 0.8rem;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.3);
    position: relative;
    padding: 3rem;
    margin: 0 auto;
}

/* Modal header styles */
.del-add-edit-add-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.5rem;
}

.del-add-edit-add-modal-title {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.05rem;
}

.del-add-edit-add-modal-close {
    font-size: 1.8rem;
    background: transparent;
    border: 1px solid #333;
    color: #fff;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.del-add-edit-add-modal-close:hover {
    background-color: #333;
}

/* Form styles */
.del-add-edit-add-form-row {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
    align-items: flex-end;
}

.del-add-edit-add-form-group {
    flex: 1;
    margin-bottom: 1rem;
}

.del-add-edit-add-form-label {
    display: block;
    margin-bottom: 0.8rem;
    font-size: 1.4rem;
    color: #f2f2f2;
}

.del-add-edit-add-form-input {
    width: 100%;
    padding: 1rem 0.5rem;
    background-color: #000;
    border: 1px solid #333;
    color: #fff;
    font-size: 1.4rem;
    border-radius: 0.4rem;
    transition: border-color 0.3s ease;
}

.del-add-edit-add-form-input:focus {
    outline: none;
    border-color: #555;
}

.del-add-edit-add-title-options {
    display: flex;
    gap: 1rem;
}

.del-add-edit-add-title-option {
    flex: 1;
    padding: 1.2rem;
    text-align: center;
    background-color: #000;
    border: 1px solid #333;
    color: #fff;
    cursor: pointer;
    border-radius: 0.4rem;
    transition: all 0.3s ease;
}

.del-add-edit-add-title-option.active {
    background-color: #333;
}

.del-add-edit-add-title-option:hover {
    background-color: #222;
}

/* Save button styles */
.del-add-edit-add-save-btn {
    width: 100%;
    padding: 1.2rem;
    background-color: #222;
    color: #fff;
    border: none;
    border-radius: 0.4rem;
    font-size: 1.6rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.del-add-edit-add-save-btn:hover {
    background-color: #333;
}

/* ==================================================== */
/* ============================================ DELIVERY ADDRESS SECTION CSS ENDS ========================  */


/* ACCOUNT DETAILS SECTION CSS================================== */
.account-details-card {
    width: 70rem;
    border-radius: 0.5rem;
    background-color: #000;
    border: 1px solid #333;
    overflow: hidden;
    padding: 0rem 2rem;
}

.account-details-header {
    font-size: 2rem;
    padding: 2rem 0rem;
    border-bottom: 1px solid #333;
    font-weight: 500;
}

.account-details-content {
    padding: 1rem 0;
}

.account-details-item {
    display: flex;
    padding: 1rem 1.5rem;
    justify-content: space-between;
}

.account-details-label {
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.1rem;
}

.account-details-value {
    font-size: 1.4rem;
    font-weight: 400;
    text-align: right;
}

.account-details-footer {
    border-top: 1px solid #333;
    padding: 2rem;
    display: flex;
}

.account-details-edit-button {
    display: flex;
    align-items: center;
    background-color: transparent;
    border: 1px solid #555;
    color: #fff;
    padding: 1.2rem 2rem;
    border-radius: 0.3rem;
    cursor: pointer;
    font-size: 1.4rem;
}

.account-details-edit-button i {
    margin-right: 1rem;
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .account-details-card {
        width: 38rem;
    }

    .account-details-header {
        font-size: 1.9rem;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .account-details-card {
        width: 100%;
        margin: 0;
    }

    .account-details-header {
        font-size: 1.8rem;
        padding: 1.8rem;
    }

    .account-details-item {
        padding: 1.3rem 1.8rem;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {


    .account-details-header {
        font-size: 1.7rem;
        padding: 1.6rem;
    }

    .account-details-label,
    .account-details-value {
        font-size: 1.3rem;
    }

    .account-details-edit-button {
        padding: 1rem 1.8rem;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

    .account-details-header {
        font-size: 1.6rem;
        padding: 1.5rem;
    }

    .account-details-item {
        padding: 1.2rem 1.5rem;
    }

    .account-details-footer {
        padding: 1.5rem;
    }
}

/* Smaller mobile devices (less than 425px) */
@media (max-width: 424.98px) {


    .account-details-header {
        font-size: 1.5rem;
    }

    .account-details-label,
    .account-details-value {
        font-size: 1.2rem;
    }

    .account-details-edit-button {
        padding: 0.8rem 1.5rem;
        font-size: 1.3rem;
    }
}

/* Very small mobile devices (less than 375px) */
@media (max-width: 374.98px) {


    .account-details-item {
        padding: 1rem 1.3rem;
    }

    .account-details-label,
    .account-details-value {
        font-size: 1.1rem;
    }
}

/* Extremely small devices (less than 320px) */
@media (max-width: 319.98px) {


    .account-details-header {
        font-size: 1.4rem;
        padding: 1.2rem;
    }

    .account-details-item {
        padding: 0.8rem 1.2rem;
    }

    .account-details-label,
    .account-details-value {
        font-size: 1rem;
    }

    .account-details-footer {
        padding: 1.2rem;
    }

    .account-details-edit-button {
        padding: 0.7rem 1.2rem;
        font-size: 1.2rem;
    }

    .account-details-edit-button i {
        margin-right: 0.8rem;
    }
}

.account-details-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}


/* ===========password fields============= */
label.password-form-label {
    font-size: 1.4rem;
    line-height: 0.1rem;
    font-weight: 500;
}

.current-password-field input {
    padding: 1rem 4.5rem 1rem 1.5rem;
    font-size: 1.4rem;
    line-height: 0.1rem;
    background: transparent;
    color: white;
    border: 0.1rem solid #404040;
}

.current-password-field {
    width: max-content;
}

.current-password-field {
    display: flex;
    flex-direction: column;
    padding: 1rem 1.5rem;
    justify-content: space-between;
    gap: 0.75rem;
}

.acc-det-form-error {
    color: red;
    font-size: 1.4rem;
    line-height: 1.2rem;
    margin-top: 10px;
}

.account-details-footer button.account-details-update-button {
    padding: 1rem 2rem;
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: white;
    background: linear-gradient(90deg, black, #373737, black);
    border: 0.1rem solid #404040;
}

/* ============================================================== */

/* -----------------------------------------------------------------
                            SAVED PAYMENT SECTION STARTS
        ----------------------------------------------------------------- */
.spd-payment-card {
    border: 1px solid #333;
    border-radius: 0.5rem;
    padding: 4rem 2rem;
    text-align: center;
    margin-bottom: 2rem;
    max-width: 70rem;
}

.spd-card-icon {
    font-size: 5rem;
    margin-bottom: 2rem;
    color: #fff;
}

.spd-no-cards-message {
    font-size: 1.8rem;
    margin-bottom: 3rem;
}

.spd-shop-button {
    display: block;
    background-color: #1a1a1a;
    color: #fff;
    padding: 1.5rem;
    text-align: center;
    text-decoration: none;
    border-radius: 0.3rem;
    font-size: 1.6rem;
    transition: background-color 0.3s;
}

.spd-shop-button:hover {
    background-color: #333;
}

/* ===================================ENDS HERE======================================= */

/* ----------------------------------------------------------------------------------------
        --------------------------COMMUNICATION PREFERENCE SECTION STARTS-----------------------
        ---------------------------------------------------------------------------------------- */
.cp-text {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 2rem;
}

.cp-link {
    color: #fff;
    text-decoration: underline;
}

.cp-heading {
    font-size: 2.2rem;
    margin: 3rem 0 2rem 0;
}

.cp-checkbox-group {
    display: flex;
    gap: 3rem;
    margin-top: 2rem;
}

.cp-checkbox-item {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.cp-custom-checkbox {
    width: 2rem;
    height: 2rem;
    border: 0.1rem solid #777;
    display: inline-block;
    position: relative;
    margin-right: 1rem;
}

.cp-checkbox {
    display: none;
}

.cp-checkbox:checked+.cp-custom-checkbox:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.2rem;
}

.cp-label {
    font-size: 1.6rem;
    cursor: pointer;
}

/* ---------------------------------------------------------------------------------
                                     ends here
          --------------------------------------------------------------------------------- */


/* ============================== GIFT CARD SECTION ================================================== */
/* Gift Cards header section */
.gc-gift-cards-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.gc-gift-cards-header h1 {
    font-size: 2.4rem;
    font-weight: 600;
}

.gc-add-card-btn {
    background-color: rgba(40, 40, 40, 0.7);
    color: #fff;
    border: none;
    padding: 1rem 2rem;
    border-radius: 0.4rem;
    font-size: 1.6rem;
    cursor: pointer;
    transition: background-color 0.3s;
}

.gc-add-card-btn:hover {
    background-color: rgba(60, 60, 60, 0.9);
}

.gc-gift-history {
    font-size: 1.8rem;
    margin-bottom: 2rem;
}

/* Swiper container */
.gc-swiper {
    width: 100%;
    padding-bottom: 3rem;
    overflow: hidden;
}





/* ====================================================================================================== */