* {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #000000;
    border-radius: 10px;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #707070;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #000000;
    background-image: -webkit-linear-gradient(90deg,
            transparent,
            #0358f5 50%,
            transparent,
            transparent)
}
.pd-tabs::-webkit-scrollbar {
    scrollbar-width: none;
    -ms-overflow-style: none
}

#scrollableDiv {
    scroll-behavior: smooth;
}

@font-face {
    font-family: Inter-Regular;
    src: url('/assets/fonts/inter/Inter-Regular.ttf');
}

@font-face {
    font-family: Inter-Medium;
    src: url('/assets/fonts/inter/Inter-Medium.ttf');
}


@font-face {
    font-family: Belleza-Regular;
    src: url('/assets/fonts/bella/Belleza-Regular.ttf');
}

@font-face {
    font-family: Unbounded-Regular;
    src: url('/assets/fonts/unb/Unbounded-Regular.ttf');
}


::-moz-selection {
    color: rgb(255, 255, 255);
    background: #000000;
}

::selection {
    color: rgb(255, 255, 255);
    background: #000000;
}


h2 {
    font-family: Unbounded-Regular;
    font-weight: 100;
    font-size: 25px !important;
    color: #E0B7A3;
    line-height: 40px;
}


h3 {
    font-weight: 100;
    font-family: Unbounded-Regular;
    margin-bottom: 0 !important;
}

h4 {
    font-weight: 100;
    font-family: Inter-Regular;
    margin-bottom: 0 !important;
}

h5 {
    font-family: Inter-Regular;
}

h1 {
    font-size: 57px;
    font-family: Unbounded-Regular;
    line-height: 63px;
    font-weight: 100;
    color: #E0B7A3;
}

a {
    text-decoration: none !important;
}

li {
    list-style: none;
}

ul {
    padding-left: 0 !important;
}

p,
a {
    font-family: Inter-Regular;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0 !important;

}

.fr-up {
    overflow: hidden;
    position: relative;
    padding-top: 4px;
}

.fr-up2 {
    overflow: hidden;
    padding-left: 25px !important;
    padding: 15px;
    padding-right: 25px;
    margin-left: -25px;
}

.msk {
    position: relative;
    width: 100%;
    overflow: hidden;
    visibility: hidden;
}



input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.container2 {
    max-width: 1800px;
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
}

.container1 {
    max-width: 1700px;
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
}



:root {
    --blue: #1876f5;
    --blue-dark: #d4a916;
    --black: #1a1a1a;
    --dark: #111111;
    --card: #fff;
    --border: #ebebeb;
    --text: #1a1a1a;
    --muted: #888;
    --light: #f9f9f9;
    --red: #e53935;
    --blue: #1565c0;
    --green: #2e7d32;
    --white: #fff;
}



a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

img {
    display: block;
}

button {
    font-family: 'Inter', sans-serif;
    cursor: pointer;
}

/* ─── SCROLLBAR ─── */
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #f0f0f0;
}

::-webkit-scrollbar-thumb {
    background: var(--blue);
    border-radius: 3px;
}

/* ─── TOPBAR ─── */
.topbar {
    background: #ffffff;
    border-bottom: 1px solid var(--border);
    padding: 5px 0;
    font-size: 11px;
    position: sticky;
    top: 98px;
    z-index: 3;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.151);
}

.topbar-inner {
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidebar-btn {
    display: flex;
    align-items: center;
    gap: 20px;
}


.swpr1 {
    margin-right: 0 !important;
    max-width: 1050px;
        padding: 4px 0  !important;
}


.swiper-wrapper {
    justify-content: flex-start;
}


.mySwiper.swpr1 .swiper-slide {
    width: auto !important;
    flex-shrink: 0;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cat-conts {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.cat-icon {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f2f6ff;
    color: var(--blue, #1876f5);
}
.cat-icon svg {
    width: 20px;
    height: 17px;
}

.cat-conts:hover .cat-icon {
    background: var(--blue, #1876f5);
    color: #fff;
    transition: all .2s ease;
}

.cat-conts {
    margin: 0 11px;
    cursor: pointer;
    transition: all .2s ease;

}

.cat-conts:hover {
    scale: calc(1.1);
    transition: all .2s ease;
}

.cat-conts p {
    color: #000000 !important;
    font-size: 13px;
}

.swiper-slide {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cat-conts {
    width: fit-content;
}


/* ─── HEADER ─── */
header {
    /* background: #fff; */
    background-image: linear-gradient(to bottom, #001835, #004ab1);
    border-bottom: 1px solid var(--border);
    padding: 22px 0;
    position: sticky;
    top: 0;
    z-index: 300;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .06);
}

.header-inner {
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.logo img {
    height: 53px;
    object-fit: contain;
}

.search-bar {
    display: flex;
    align-items: center;
    gap: 6px;
    height: 40px;
    margin-right: 50px;
    position: relative;
}

.search-bar input {
    flex: 1;
    border: none;
    outline: none;
    height: 100%;
    width: 500px;
    padding: 0px 13px 0px 20px;
    font-size: 13px;
    font-family: 'Inter', sans-serif;
    background: #f5f5f5;
    border-radius: 5px 0 0 5px;
}

.search-bar .search-btn {
    background: linear-gradient(135deg, #042b63, #0d5fd4);
    color: #fff;
    /* border: none; */
    border: 1px solid #ffffff73;
    padding: 0px 20px;
    height: 100%;
    text-transform: uppercase;
    letter-spacing: .5px;
    cursor: pointer;
    transition: background .15s;
    border-radius: 0 5px 5px 0;
}

.search-bar .search-btn p {
    font-size: 11px;
}

.search-btn svg {
    width: 17px;
    height: 17px;
    stroke: #fff;
    fill: none;
    stroke-width: 1.8;
    display: none;
}

.fr-mbl {
    display: none;
}




/* ── SEARCH POPUP ── */
.search-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 9999;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 80px;
    pointer-events: none;
    transition: background 0.3s ease;
}

.search-overlay.show {
    background: rgba(0, 0, 0, 0.5);
    pointer-events: all;
}

.search-popup {
    background: #fff;
    border-radius: 14px;
    width: 100%;
    max-width: 600px;
    margin: 0 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    transform: translateY(-30px) scale(0.96);
    opacity: 0;
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.25s ease;
}

.search-overlay.show .search-popup {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.search-popup-bar {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    border-bottom: 1px solid #f0f0f0;
}

.search-popup-bar svg {
    width: 18px;
    height: 18px;
    stroke: #888;
    fill: none;
    stroke-width: 2;
    flex-shrink: 0;
}

.search-popup-bar input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 16px;
    color: #111;
}

.search-popup-close {
    background: #f5f5f5;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    font-size: 14px;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, transform 0.2s;
}

.search-popup-close:hover {
    background: #eee;
    transform: rotate(90deg);
}

.search-suggestions {
    padding: 16px;
    max-height: 400px;
    overflow-y: auto;
}

.search-suggestion-head {
    font-size: 11px;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.search-default-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.search-default-tags span {
    padding: 6px 14px;
    background: #f5f5f5;
    border-radius: 20px;
    font-size: 13px;
    color: #444;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, transform 0.2s;
}

.search-default-tags span:hover {
    background: #111;
    color: #fff;
    transform: translateY(-2px);
}

/* Results */
.search-result-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 8px;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    animation: slideInResult 0.25s ease forwards;
    opacity: 0;
}

.search-result-item:nth-child(1) {
    animation-delay: 0.00s;
}

.search-result-item:nth-child(2) {
    animation-delay: 0.04s;
}

.search-result-item:nth-child(3) {
    animation-delay: 0.08s;
}

.search-result-item:nth-child(4) {
    animation-delay: 0.12s;
}

.search-result-item:nth-child(5) {
    animation-delay: 0.16s;
}

.search-result-item:nth-child(6) {
    animation-delay: 0.20s;
}

@keyframes slideInResult {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

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

.search-result-item:hover {
    background: #f8f8f8;
    transform: translateX(4px);
}

.search-result-img {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    object-fit: cover;
    border: 1px solid #eee;
    flex-shrink: 0;
}

.search-result-name {
    font-size: 14px;
    font-weight: 600;
    color: #111;
}

.search-result-price {
    font-size: 12px;
    color: #888;
    margin-top: 2px;
}

.search-no-result {
    text-align: center;
    padding: 30px 20px;
    color: #888;
    font-size: 14px;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}




.header-actions {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-left: auto;
}

.hdr-icon {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background .15s;
    cursor: pointer;
    position: relative;
}

.hdr-icon:hover {
    background: #004ab5;
}

.hdr-icon svg {
    width: 19px;
    height: 19px;
    stroke: #ffffff;
    fill: none;
    stroke-width: 1.8;
}

.hdr-badge {
    position: absolute;
    top: 2px;
    right: 2px;
    background: var(--blue);
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-total {
    font-size: 12px;
    font-weight: 700;
    color: var(--black);
    padding: 0 4px;
    white-space: nowrap;
}



/* ── SIDEBAR STYLES ── */

/* ─── TOGGLE BUTTON ─── */
.topbar .sb-toggle {
    width: 38px;
    height: 38px;
    background-image: linear-gradient(to bottom, #002047, #0044a6);
    border: 1px solid #ebebeb;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background .15s;
}

.sb-toggle:hover {
    transform: translateY(-2px);
}

.sb-toggle svg {
    width: 18px;
    height: 18px;
    stroke: #ffffff;
    fill: none;
    stroke-width: 2;
}

/* ─── BACKDROP ─── */
.sb-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
    z-index: 199;
}

.sb-backdrop.show {
    opacity: 1;
    pointer-events: all;
}

/* ─── SIDEBAR — always hidden, slides in on .open ─── */
.sidebar {
    position: fixed;
    /* FIXED — not sticky */
    top: 86px;
    left: 0;
    bottom: 0;
    width: 280px;
    min-width: 230px;
    background: #fff;
    border-right: 1px solid #ebebeb;
    display: flex;
    flex-direction: column;
    height: 100vh;
    z-index: 200;
    padding-top: 20px;
    transform: translateX(-100%);
    /* hidden off-screen by default */
    transition: transform .3s cubic-bezier(.25, .8, .25, 1);
    box-shadow: 4px 0 20px rgba(0, 0, 0, .1);
    flex-shrink: 0;
}

.sidebar.open {
    transform: translateX(0);
    /* slides in when .open is added */
}

/* ─── LOGO ─── */
.sb-logo {
    padding-left: 10px;
}

.sb-logo img {
    height: 35px;
    object-fit: contain;
}


.sb-close {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #f5f5f5;
    border: none;
    cursor: pointer;
    font-size: 13px;
    color: #888;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .15s;
    line-height: 1;
}

.sb-close:hover {
    background: #e8e8e8;
    color: #1a1a1a;
}

/* ─── NAV ─── */
.sb-nav {
    flex: 1;
    overflow-y: auto;
    padding: 10px 10px 0;
}

.sb-nav::-webkit-scrollbar {
    width: 3px;
}

.sb-nav::-webkit-scrollbar-thumb {
    background: #e8e8e8;
    border-radius: 2px;
}

.sb-label {
    font-size: 10px;
    font-weight: 700;
    color: #c0c0c0;
    text-transform: uppercase;
    letter-spacing: .8px;
    padding: 10px 8px 4px;
}

/* ─── NAV ITEM ─── */
.sb-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 10px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    color: #555;
    cursor: pointer;
    transition: all .15s;
    margin-bottom: 1px;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    font-family: 'Inter', sans-serif;
    text-decoration: none;
}

.sb-item:hover {
    background: #f5f5f5;
    color: #1a1a1a;
}

.sb-item.active {
    background: #e8f0fe;
    color: #1876f5;
    font-weight: 600;
}

.sb-item svg {
    width: 17px;
    height: 17px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    flex-shrink: 0;
    opacity: .7;
}

.sb-item.active svg,
.sb-item:hover svg {
    opacity: 1;
}

/* ─── BADGE ─── */
.sb-badge {
    margin-left: auto;
    background: #1876f5;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    min-width: 18px;
    height: 18px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    flex-shrink: 0;
}

.sb-badge.red {
    background: #e53935;
}

/* ─── DIVIDER ─── */
.sb-divider {
    height: 1px;
    background: #f5f5f5;
    margin: 6px 0;
}

/* ─── FOOTER ─── */
.sb-foot {
    padding: 10px;
    border-top: 1px solid #f5f5f5;
    flex-shrink: 0;
}

.sb-item.logout {
    color: #e53935;
}

.sb-item.logout svg {
    opacity: 1;
}

.sb-item.logout:hover {
    background: #fff5f5;
    color: #e53935;
}

/* ─── LOGOUT POPUP ─── */
.logout-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
    z-index: 500;
    padding: 20px;
}

.logout-overlay.show {
    opacity: 1;
    pointer-events: all;
}

.logout-popup {
    background: #fff;
    border-radius: 12px;
    width: 100%;
    max-width: 320px;
    padding: 28px 24px 22px;
    transform: scale(.92) translateY(10px);
    transition: transform .28s cubic-bezier(.25, .8, .25, 1);
    box-shadow: 0 16px 48px rgba(0, 0, 0, .18);
    text-align: center;
}

.logout-overlay.show .logout-popup {
    transform: scale(1) translateY(0);
}

.logout-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff0f0;
    margin: 0 auto 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logout-icon svg {
    width: 22px;
    height: 22px;
    stroke: #e53935;
    fill: none;
    stroke-width: 2;
}

.logout-title {
    font-size: 16px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 7px;
}

.logout-msg {
    font-size: 13px;
    color: #888;
    line-height: 1.6;
    margin-bottom: 22px;
}

.logout-btns {
    display: flex;
    gap: 10px;
}

.btn-cancel {
    flex: 1;
    background: #f5f5f5;
    color: #555;
    border: none;
    border-radius: 7px;
    padding: 11px 0;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    transition: background .15s;
}

.btn-cancel:hover {
    background: #e8e8e8;
}

.btn-logout-confirm {
    flex: 1;
    background: #e53935;
    color: #fff;
    border: none;
    border-radius: 7px;
    padding: 11px 0;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    transition: background .15s;
}

.btn-logout-confirm:hover {
    background: #c62828;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 480px) {
    .sidebar {
        width: 220px;
        min-width: 220px;
    }

    .logout-popup {
        padding: 24px 20px 20px;
    }
}

/* ─── CATEGORY DROPDOWN ─── */
.sb-cat-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 10px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    color: #555;
    cursor: pointer;
    transition: all .15s;
    margin-bottom: 1px;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    font-family: 'Inter', sans-serif;
}

.sb-cat-btn:hover {
    background: #f5f5f5;
    color: #1a1a1a;
}

.sb-cat-btn.open {
    background: #e8f0fe;
    color: #1876f5;
    font-weight: 600;
}

.sb-cat-btn svg {
    width: 17px;
    height: 17px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    flex-shrink: 0;
    opacity: .7;
}

.sb-cat-btn:hover svg,
.sb-cat-btn.open svg {
    opacity: 1;
}

/* chevron rotates when open */
.sb-cat-chevron {
    margin-left: auto;
    width: 14px;
    height: 14px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    flex-shrink: 0;
    transition: transform .25s ease;
    opacity: .5;
}

.sb-cat-btn.open .sb-cat-chevron {
    transform: rotate(180deg);
    opacity: 1;
}

/* dropdown list */
.sb-cat-list {
    overflow: hidden;
    max-height: 0;
    transition: max-height .3s ease;
    padding-left: 14px;
}

.sb-cat-list.open {
    max-height: 300px;
}

.sb-cat-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 10px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    color: #666;
    cursor: pointer;
    transition: all .15s;
    text-decoration: none;
    width: 100%;
    border: none;
    background: none;
    font-family: 'Inter', sans-serif;
    margin-bottom: 1px;
}

.sb-cat-item::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #d0d0d0;
    flex-shrink: 0;
    transition: background .15s;
}

.sb-cat-item:hover {
    background: #f5f5f5;
    color: #1876f5;
}

.sb-cat-item:hover::before {
    background: #1876f5;
}

.sb-cat-item.active {
    color: #1876f5;
    font-weight: 600;
}

.sb-cat-item.active::before {
    background: #1876f5;
}







/* ── AUTH POPUP STYLES ── */
/* Works with emetix-style.css */

/* ─── TRIGGER BUTTON ─── */
.auth-trigger {
    background: linear-gradient(135deg, #042b63, #0d5fd4);
    color: #fff;
    /* border: none; */
    border: 1px solid #ffffff73;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 11px;
    /* font-weight: 700; */
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    letter-spacing: .5px;
    text-transform: uppercase;
    box-shadow: 0 4px 20px rgba(24, 118, 245, .35);
    transition: all .2s;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-right: 10px;
}

.auth-trigger:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(24, 118, 245, .45);
}

/* ─── OVERLAY ─── */
.auth-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .6);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
    z-index: 9999;
    padding: 20px;
}

.auth-overlay.show {
    opacity: 1;
    pointer-events: all;
}

/* ─── POPUP ─── */
.auth-popup {
    width: 100%;
    max-width: 420px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    transform: scale(.88) translateY(24px);
    transition: transform .35s cubic-bezier(.25, .8, .25, 1);
    box-shadow: 0 24px 80px rgba(0, 0, 0, .4);
}

.auth-overlay.show .auth-popup {
    transform: scale(1) translateY(0);
}

/* ─── HEADER ─── */
.auth-header {
    background: linear-gradient(135deg, #1876f5 0%, #0d4fbd 100%);
    padding: 28px 32px 22px;
    position: relative;
    overflow: hidden;
}

.auth-header::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .05);
    top: -60px;
    right: -60px;
}

.auth-header::after {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .04);
    bottom: -40px;
    left: 20px;
}

.auth-hdr-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.auth-logo img {
    /* font-size: 18px;
    font-weight: 900;
    color: #fff;
    letter-spacing: -0.5px;
    display: flex;
    align-items: center;
    gap: 6px; */
    height: 40px;
    object-fit: contain;
}

.auth-logo-star {
    color: #f4c67f;
}

.auth-close {
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, .15);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .15s;
    font-family: 'Inter', sans-serif;
    line-height: 1;
}

.auth-close:hover {
    background: rgba(255, 255, 255, .28);
}

.auth-hdr-title {
    font-size: 22px;
    font-weight: 900;
    color: #fff;
    margin-top: 16px;
    position: relative;
    z-index: 1;
    letter-spacing: -0.5px;
    transition: all .2s;
}

.auth-hdr-sub {
    font-size: 12px;
    color: rgba(255, 255, 255, .65);
    margin-top: 4px;
    position: relative;
    z-index: 1;
    transition: all .2s;
}

/* ─── TABS ─── */
.auth-tabs {
    display: flex;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    padding: 0 32px;
}

.auth-tab {
    flex: 1;
    padding: 14px 0;
    font-size: 12px;
    font-weight: 700;
    color: #bbb;
    cursor: pointer;
    text-align: center;
    border-bottom: 2px solid transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    transition: all .2s;
    background: none;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.auth-tab.on {
    color: #1876f5;
    border-bottom-color: #1876f5;
}

/* ─── BODY ─── */
.auth-body {
    background: #fff;
    padding: 24px 15px 30px;
}

/* ─── PANELS ─── */
.auth-panels {
    overflow: hidden;
}

.auth-track {
    display: flex;
    transition: transform .3s cubic-bezier(.4, 0, .2, 1);
}

.auth-panel {
    min-width: 100%;
    padding: 10px;
}

/* ─── SOCIAL BUTTONS ─── */
.auth-social {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.auth-soc-btn {
    flex: 1;
    border: 1.5px solid #eee;
    background: #fff;
    border-radius: 8px;
    padding: 10px 0;
    font-size: 12px;
    font-weight: 600;
    color: #444;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    transition: all .18s;
}

.auth-soc-btn:hover {
    border-color: #1876f5;
    color: #1876f5;
    background: #f0f6ff;
}

.auth-soc-ico {
    width: 18px;
    height: 18px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 900;
    flex-shrink: 0;
}

/* ─── DIVIDER ─── */
.auth-divider {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 18px;
}

.auth-divider::before,
.auth-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #f0f0f0;
}

.auth-divider span {
    font-size: 11px;
    color: #ccc;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
}

/* ─── FORM GROUPS ─── */
.auth-fg {
    margin-bottom: 14px;
    position: relative;
}

.auth-fg label {
    display: block;
    font-size: 10px;
    font-weight: 800;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: .6px;
    margin-bottom: 6px;
}

.auth-fg input {
    width: 100%;
    border: 1.5px solid #eee;
    border-radius: 8px;
    padding: 11px 14px 11px 40px;
    font-size: 13px;
    font-family: 'Inter', sans-serif;
    color: #1a1a1a;
    outline: none;
    background: #fafafa;
    transition: all .18s;
}

.auth-fg input:focus {
    border-color: #1876f5;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(24, 118, 245, .08);
}

.auth-fg input::placeholder {
    color: #ccc;
}

.auth-fg .auth-fi {
    position: absolute;
    left: 13px;
    bottom: 11px;
    width: 16px;
    height: 16px;
    stroke: #ccc;
    fill: none;
    stroke-width: 2;
    transition: stroke .18s;
    pointer-events: none;
}

.auth-fg input:focus~.auth-fi {
    stroke: #1876f5;
}

/* two-col row */
.auth-fg-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

/* ─── PASSWORD TOGGLE ─── */
.auth-pw-wrap {
    position: relative;
}

.auth-pw-eye {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #ccc;
    font-size: 14px;
    user-select: none;
    transition: color .15s;
    line-height: 1;
}

.auth-pw-eye:hover {
    color: #1876f5;
}

/* ─── PASSWORD STRENGTH ─── */
.auth-pw-strength {
    display: flex;
    gap: 4px;
    margin-top: 6px;
}

.auth-ps-bar {
    flex: 1;
    height: 3px;
    border-radius: 2px;
    background: #f0f0f0;
    transition: background .3s;
}

.auth-ps-bar.weak {
    background: #e53935;
}

.auth-ps-bar.fair {
    background: #f4c67f;
}

.auth-ps-bar.good {
    background: #1876f5;
}

.auth-ps-bar.strong {
    background: #2e7d32;
}

/* ─── SUBMIT BUTTON ─── */
.auth-submit {
    width: 100%;
    background: linear-gradient(135deg, #1876f5, #0d5fd4);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 13px;
    font-size: 13px;
    font-weight: 800;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: .6px;
    box-shadow: 0 4px 16px rgba(24, 118, 245, .35);
    transition: all .2s;
    margin-top: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.auth-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(24, 118, 245, .45);
}

.auth-submit:active {
    transform: scale(.99);
}

.auth-arrow {
    transition: transform .2s;
}

.auth-submit:hover .auth-arrow {
    transform: translateX(4px);
}

/* ─── FORGOT ─── */
.auth-forgot {
    display: flex;
    justify-content: flex-end;
    margin: -6px 0 10px;
}

.auth-forgot a {
    font-size: 11px;
    color: #1876f5;
    cursor: pointer;
    font-weight: 600;
}

.auth-forgot a:hover {
    text-decoration: underline;
}

/* ─── FOOTER & TERMS ─── */
.auth-footer {
    text-align: center;
    margin-top: 14px;
    font-size: 12px;
    color: #aaa;
}

.auth-footer a {
    color: #1876f5;
    font-weight: 700;
    cursor: pointer;
}

.auth-footer a:hover {
    text-decoration: underline;
}

.auth-terms {
    font-size: 11px;
    color: #ccc;
    text-align: center;
    margin-top: 10px;
    line-height: 1.6;
}

.auth-terms a {
    color: #1876f5;
    cursor: pointer;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 480px) {
    .auth-popup {
        border-radius: 12px;
    }

    .auth-header {
        padding: 22px 20px 18px;
    }

    .auth-body {
        padding: 20px 20px 24px;
    }

    .auth-tabs {
        padding: 0 20px;
    }

    .auth-hdr-title {
        font-size: 18px;
    }

    .auth-fg-row {
        grid-template-columns: 1fr;
    }

    /* .auth-social {
        flex-direction: column;
    } */
}

/* ─── POPUP SCROLL ON SMALL SCREENS ─── */
@media (max-height: 750px),
(max-width: 480px) {
    .auth-overlay {
        align-items: flex-start;
        overflow-y: auto;
        padding: 16px;
    }

    .auth-popup {
        margin: auto;
        transform: none;
    }

    .auth-overlay.show .auth-popup {
        transform: none;
    }
}

@media (max-width: 480px) {
    .auth-overlay {
        padding: 12px;
    }

    .auth-popup {
        width: 100%;
        max-width: 100%;
        border-radius: 12px;
    }

    .auth-header {
        padding: 22px 20px 18px;
    }


    .auth-tabs {
        padding: 0 20px;
    }

    .auth-hdr-title {
        font-size: 18px;
    }

    .auth-fg-row {
        grid-template-columns: 1fr;
    }

    /* .auth-social {
        flex-direction: column;
    } */
}

/* ─── HERO ─── */
.hero {
    background: var(--black);
    position: relative;
    overflow: hidden;
    /* min-height: 450px; */
}

.hero-inner {
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    right: 0;
}

.hero-slider .item img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

/* ─── TRUST ─── */
.trust {
    background: #fff;
    border-bottom: 1px solid var(--border);
}

.trust-inner {
    max-width: 1700px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.trust-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 18px 24px;
    border-right: 1px solid var(--border);
}

.trust-item:last-child {
    border-right: none;
}

.trust-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trust-icon svg {
    width: 30px;
    height: 30px;
    stroke: #888;
    fill: none;
    stroke-width: 1.5;
}

.trust-title {
    font-size: 12px;
    font-weight: 700;
    color: var(--black);
    text-transform: uppercase;
    letter-spacing: .3px;
}

.trust-sub {
    font-size: 11px;
    color: #bbb;
    margin-top: 2px;
}

/* ─── PAGE WRAP ─── */
.page {
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ─── PROMO MOSAIC ─── */
.promo-mosaic {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4px;
    margin: 16px 0;
}

.pm-tall {
    grid-row: span 2;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 4px;
}

.pm-cell {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 4px;
}

.pm-tall img,
.pm-cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}

.pm-tall {
    /* min-height: 300px; */
    max-height: 604px;
}

.pm-cell {
    height: 300px;
}

.pm-tall:hover img,
.pm-cell:hover img {
    transform: scale(1.05);
}

.pm-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .65) 0%, rgba(0, 0, 0, .1) 60%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px 18px;
}

.pm-overlay-top {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .38);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 16px 16px;
}

.pm-label {
    font-size: 10px;
    font-weight: 700;
    color: rgba(255, 255, 255, .6);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.pm-title {
    font-size: 15px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
}

.pm-title em {
    color: #fff;
    font-style: normal;
}

.pm-link {
    font-size: 10px;
    color: #f4c67f;
    font-weight: 700;
    margin-top: 6px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .5px;
    transition: gap .15s;
}

.pm-link:hover {
    text-decoration: underline;
}

/* ─── SECTION HEADER ─── */
.sec-hdr {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 0;
    border-bottom: 2px solid var(--border);
    padding-bottom: 0;
}

.sec-title {
    font-size: 18px;
    font-weight: 800;
    color: var(--black);
    padding-bottom: 12px;
    border-bottom: 2px solid var(--blue);
    margin-bottom: -2px;
    position: relative;
}

.sec-tabs {
    display: flex;
    gap: 0;
    margin-bottom: -2px;
}

.sec-tab {
    padding: 8px 16px;
    font-size: 11px;
    font-weight: 700;
    color: #999;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: .5px;
    border-bottom: 2px solid transparent;
    transition: all .15s;
    background: none;
    border-top: none;
    border-left: none;
    border-right: none;
}

.sec-tab:hover {
    color: var(--black);
}

.sec-tab.on {
    color: var(--black);
    border-bottom-color: var(--blue);
}

.sec-view {
    font-size: 11px;
    font-weight: 700;
    color: var(--muted);
    padding-bottom: 12px;
    transition: color .15s;
}

.sec-view:hover {
    color: var(--black);
}

/* ─── PRODUCT GRID ─── */
.prod-section {
    background: #fff;
    /* border: 1px solid var(--border); */
    margin: 16px 0;
}

.prod-section .sec-hdr {
    padding: 0 0 0 0;
    margin: 0;
    border-bottom: none;
}

.prod-section .sec-hdr-wrap {
    padding: 14px 20px 0;
    border-bottom: 2px solid var(--border);
    padding: 14px 20px 0;
}

.pgrid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

/* ─── PRODUCT CARD ─── */
.pcard {
    border: 1px solid var(--border);

    position: relative;
    background: #fff;
    cursor: pointer;
    transition: box-shadow .25s;
}

/* .pcard:nth-child(5n) {
    border-right: none;
} */

.pcard:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, .12);
    z-index: 2;
}

/* image */
.pc-img {
    background: var(--light);
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.pc-img img {
    max-height: 140px;
    max-width: 80%;
    object-fit: contain;
    transition: transform .35s ease;
}

.pcard:hover .pc-img img {
    transform: scale(1.1);
}

/* badge */
.pc-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 9px;
    font-weight: 800;
    padding: 3px 7px;
    border-radius: 2px;
    text-transform: uppercase;
    letter-spacing: .3px;
    z-index: 1;
}

.b-pct {
    background: var(--blue);
    color: #fff;
}

.b-new {
    background: var(--blue);
    color: #fff;
}

.b-hot {
    background: var(--red);
    color: #fff;
}

/* wishlist corner */
.pc-wish {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    opacity: 0;
    transition: opacity .2s;
    cursor: pointer;
}

.pc-wish svg {
    width: 14px;
    height: 14px;
    stroke: var(--muted);
    fill: none;
    stroke-width: 2;
    transition: stroke .15s, fill .15s;
}

.pcard:hover .pc-wish {
    opacity: 1;
}

.pc-wish:hover svg,
.pc-wish.loved svg {
    stroke: var(--red);
    fill: var(--red);
}

/* hover action bar */
.pc-actions {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    transform: translateY(100%);
    opacity: 0;
    transition: all .25s ease;
    z-index: 3;
}

.pc-actions a .pac-icon {
    height: 100%;
}

.pcard:hover .pc-actions {
    transform: translateY(0);
    opacity: 1;
}

.pac-cart {
    flex: 1;
    background: var(--black);
    color: #fff;
    border: none;
    padding: 9px 0;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .3px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: background .15s;
}

.pac-cart:hover {
    background: var(--blue);
    color: #fff;
}

/* .pac-cart.in-cart:hover {
    background: #05a500;
    color: #ffffff;
}
.pac-cart.in-cart {
    background: #05a500;
    color: #ffffff;
} */
.pac-cart.in-cart {
    background: green;
}

.pac-cart svg {
    width: 13px;
    height: 13px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
}

.pac-icon {
    width: 34px;
    background: var(--black);
    border-left: 1px solid rgba(255, 255, 255, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .15s;
}

.pac-icon:hover {
    background: var(--blue);
}

.pac-icon svg {
    width: 13px;
    height: 13px;
    stroke: #fff;
    fill: none;
    stroke-width: 2;
    transition: stroke .15s;
}

.pac-icon:hover svg {
    stroke: #fff;
}

/* info */
.pc-body {
    padding: 12px 14px 16px;
}

.pc-stars {
    display: flex;
    align-items: center;
    gap: 1px;
    margin-bottom: 5px;
}

.pstar {
    color: #ffa823;
    font-size: 11px;
}

.pstar.e {
    color: #ddd;
}

.pc-name {
    font-size: 11px;
    color: #555;
    line-height: 1.5;
    margin-bottom: 8px;
    min-height: 33px;
    overflow: hidden;
}

.pc-price-row {
    display: flex;
    align-items: baseline;
    gap: 7px;
}

.pc-price {
    font-size: 16px;
    font-weight: 800;
    color: var(--black);
}

.pc-old {
    font-size: 11px;
    color: #ccc;
    text-decoration: line-through;
}

/* ─── NO-BORDER HELPERS ─── */
.nb-r {
    border-right: none !important;
}

.nb-b {
    border-bottom: none !important;
}

/* ─── NEWSLETTER ─── */
.newsletter {
    background: var(--black);
    padding: 40px 20px;
    margin: 16px 0;
}

.nl-inner {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.nl-icon {
    font-size: 36px;
    /* margin-bottom: 12px; */
}

.nl-title {
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    letter-spacing: -0.5px;
    margin-bottom: 6px;
}

.nl-title span {
    color: var(--blue);
}

.nl-sub {
    font-size: 13px;
    color: #666;
    margin-bottom: 28px;
}

.nl-form {
    display: flex;
    border-radius: 3px;
    overflow: hidden;
    max-width: 440px;
    margin: 0 auto;
}

.nl-input {
    flex: 1;
    border: none;
    outline: none;
    padding: 13px 18px;
    font-size: 13px;
    font-family: 'Inter', sans-serif;
    background: #fff;
}

.nl-btn {
    background: linear-gradient(135deg, #042b63, #0d5fd4);
    color: #fff;
    border: none;
    padding: 13px 24px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .5px;
    cursor: pointer;
    transition: background .15s;
}

.nl-btn:hover {
    background: linear-gradient(135deg, #0d5fd4, #042b63);
}

/* ─── FOOTER ─── */
footer {
    background: #111;
    padding: 50px 0 0;
}

.footer-inner {
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2.2fr 1fr 1fr 1fr;
    gap: 48px;
    padding-bottom: 40px;
}

.ft-logo img {
    height: 45px;
    object-fit: contain;
    margin-bottom: 15px;
}

.ft-logo-star {
    color: var(--blue);
    font-size: 20px;
}

.ft-logo-text {
    font-size: 20px;
    font-weight: 900;
    color: #fff;
}

.ft-desc {
    font-size: 12px;
    color: #555;
    line-height: 1.4;
    max-width: 260px;
    margin-bottom: 20px;
}

.ft-socials {
    display: flex;
    gap: 8px;
}

.ft-soc {
    width: 34px;
    height: 34px;
    background: #222;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .15s;
    font-size: 13px;
    color: #666;
}

.ft-soc:hover {
    background: var(--blue);
    color: var(--black);
}

.fc h4 {
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .8px;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #222;
}

.fc ul {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.fc ul li a {
    font-size: 12px;
    color: #555;
    transition: color .15s;
}

.fc ul li a:hover {
    color: var(--blue);
}

.footer-bottom {
    border-top: 1px solid #222;
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 11px;
    color: #444;
}

.footer-payment {
    display: flex;
    gap: 8px;
    align-items: center;
}

.pay-badge {
    background: #222;
    border-radius: 3px;
    padding: 3px 8px;
    font-size: 10px;
    font-weight: 700;
    color: #666;
}

/* ─── TOAST ─── */
.toast {
    position: fixed;
    bottom: 28px;
    right: 28px;
    background: #fff;
    border: 1px solid var(--border);
    border-top: 3px solid var(--blue);
    border-radius: 4px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, .12);
    z-index: 9999;
    transform: translateX(200%);
    transition: transform .35s ease;
    min-width: 280px;
}

.toast.show {
    transform: translateX(0);
}

.toast-icon {
    width: 34px;
    height: 34px;
    background: #fffde7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.toast-icon svg {
    width: 16px;
    height: 16px;
    stroke: var(--blue-dark);
}

.toast-name {
    font-size: 13px;
    font-weight: 700;
    color: var(--black);
}

.toast-sub {
    font-size: 11px;
    color: var(--muted);
    margin-top: 2px;
}

/* ─── CART FLOAT ─── */
.cart-float {
    position: fixed;
    bottom: 28px;
    right: 28px;
    background: linear-gradient(135deg, #042b63, #0d5fd4);
    color: #fff;
    border: none;
    border-radius: 3px;
    padding: 12px 22px;
    font-size: 12px;
    font-weight: 800;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .2);
    transition: all .2s;
    z-index: 999;
    text-transform: uppercase;
    letter-spacing: .3px;
}

.cart-float:hover {
    background: linear-gradient(135deg, #0d5fd4, #042b63);
    transform: translateY(-2px);
}

.cart-float svg {
    width: 16px;
    height: 16px;
    stroke: #fff;
    fill: none;
    stroke-width: 2;
}

.cf-count {
    background: #fff;
    color: var(--blue);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 900;
}


/* ---------------shop------------------ */


/* Breadcrumb */
.breadcrumb {
    background: #fff;
    border-bottom: 1px solid var(--border);
}

.breadcrumb-inner {
    max-width: 1700px;
    margin: 0 auto;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    color: var(--muted);
}

.breadcrumb-inner a {
    color: var(--muted);
    transition: color .15s;
}

.breadcrumb-inner a:hover {
    color: var(--blue);
}

.breadcrumb-inner .bc-active {
    color: var(--black);
    font-weight: 600;
}

.bc-sep {
    color: #ccc;
}

/* Shop Banner */
.shop-banner {
    background: var(--black);
    margin-bottom: 20px;
}

.shop-banner-inner {
    max-width: 1700px;
    margin: 0 auto;
    padding: 36px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.sb-title {
    font-size: 30px;
    font-weight: 900;
    color: #fff;
    letter-spacing: -0.5px;
    line-height: 1.1;
}

.sb-title em {
    color: var(--accent);
    font-style: normal;
}

.sb-sub {
    font-size: 13px;
    color: #666;
    margin-top: 6px;
}

.sb-stats {
    display: flex;
    gap: 40px;
}

.sb-stat {
    text-align: center;
}

.sb-stat-num {
    font-size: 24px;
    font-weight: 900;
    color: var(--blue);
}

.sb-stat-lbl {
    font-size: 11px;
    color: #666;
    margin-top: 2px;
}

/* Shop Layout */
.shop-layout {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 20px;
    align-items: start;
}

/* Sidebar */
.prod-sidebar {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: sticky;
    top: 90px;

}

.sb-box {
    background: #fff;
    border: 1px solid var(--border);
    overflow: hidden;
}

.sb-head {
    padding: 12px 16px;
    font-size: 12px;
    font-weight: 800;
    color: var(--black);
    text-transform: uppercase;
    letter-spacing: .5px;
    border-bottom: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    user-select: none;
}

.sb-toggle {
    color: var(--muted);
    font-size: 13px;
    transition: transform .2s;
    background: transparent;
    border: none;
}

.sb-body {
    padding: 14px 16px;
}

/* Category list */
.cat-list {
    display: flex;
    flex-direction: column;
}

.cat-li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #fafafa;
    cursor: pointer;
    font-size: 12px;
    color: #555;
    transition: color .15s;
}

.cat-li:last-child {
    border-bottom: none;
}

.cat-li:hover {
    color: var(--blue);
}

.cat-li.active {
    color: var(--blue);
    font-weight: 700;
}

.cat-li-left {
    display: flex;
    align-items: center;
    gap: 7px;
}

.cat-dot {
    width: 6px;
    height: 6px;
    background: var(--blue);
    border-radius: 50%;
    flex-shrink: 0;
    visibility: hidden;
}

.cat-li.active .cat-dot {
    visibility: visible;
}

.cat-count {
    background: #f0f0f0;
    color: #999;
    font-size: 10px;
    padding: 1px 6px;
    border-radius: 10px;
}

/* Price range */
.price-row {
    display: flex;
    gap: 8px;
    margin-bottom: 14px;
}

.price-field {
    flex: 1;
}

.price-field label {
    font-size: 10px;
    color: var(--muted);
    display: block;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: .3px;
}

.price-field input {
    width: 100%;
    border: 1px solid var(--border);
    padding: 7px 10px;
    font-size: 12px;
    font-family: 'Inter', sans-serif;
    color: var(--black);
    outline: none;
}

.price-field input:focus {
    border-color: var(--blue);
}

.range-wrap {
    position: relative;
}

.range-track {
    height: 4px;
    background: #e8e8e8;
    border-radius: 2px;
    position: relative;
    margin-bottom: 6px;
}

.range-fill {
    position: absolute;
    left: 10%;
    right: 20%;
    top: 0;
    bottom: 0;
    background: var(--blue);
    border-radius: 2px;
}

.range-handle {
    position: absolute;
    top: 50%;
    width: 14px;
    height: 14px;
    background: var(--blue);
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
    cursor: pointer;
}

.range-handle.l {
    left: 10%;
    transform: translate(-50%, -50%);
}

.range-handle.r {
    right: 20%;
    transform: translate(50%, -50%);
}

.filter-apply {
    width: 100%;
    background: linear-gradient(135deg, #042b63, #0d5fd4);
    color: #fff;
    border: none;
    padding: 10px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    cursor: pointer;
    transition: background .15s;
    margin-top: 10px;
}

.filter-apply:hover {
    background: linear-gradient(135deg, #0d5fd4, #042b63);
}

/* Checkboxes */
.check-list {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.check-item {
    display: flex;
    align-items: center;
    gap: 9px;
    cursor: pointer;
    font-size: 12px;
    color: #555;
    transition: color .15s;
}

.check-item:hover {
    color: var(--black);
}

.check-box {
    width: 15px;
    height: 15px;
    border: 1.5px solid #ddd;
    border-radius: 3px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .15s;
}

.check-box.on {
    background: var(--blue);
    border-color: var(--blue);
}

.check-box.on::after {
    content: '✓';
    font-size: 9px;
    font-weight: 900;
    color: #fff;
}

.check-count {
    margin-left: auto;
    color: #bbb;
    font-size: 10px;
}

/* Color swatches */
.swatch-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.swatch {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color .15s;
}

.swatch.on {
    border-color: var(--blue);
}

.swatch:hover {
    border-color: #aaa;
}

/* Rating */
.rating-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.rating-row {
    display: flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
    font-size: 12px;
    color: #555;
    padding: 4px 0;
    transition: color .15s;
}

.rating-row:hover,
.rating-row.active {
    color: var(--black);
}

.pstar {
    color: #ffa823;
    font-size: 12px;
}

.pstar.e {
    color: #ddd;
}

/* Toolbar */
.toolbar {
    background: #fff;
    border: 1px solid var(--border);
    padding: 12px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.showing {
    font-size: 12px;
    color: var(--muted);
}

.showing strong {
    color: var(--black);
}

.active-filters {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.filter-tag {
    background: #e8f0fe;
    border: 1px solid #c5d8fc;
    border-radius: 20px;
    padding: 3px 10px;
    font-size: 11px;
    font-weight: 600;
    color: var(--blue);
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.filter-tag:hover {
    background: #d0e3ff;
}

.toolbar-right {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
}

.sort-lbl {
    font-size: 12px;
    color: var(--muted);
}

.sort-select {
    border: 1px solid var(--border);
    padding: 7px 12px;
    font-size: 12px;
    font-family: 'Inter', sans-serif;
    color: var(--black);
    background: #fff;
    outline: none;
    cursor: pointer;
}

.sort-select:focus {
    border-color: var(--blue);
}

.view-toggle {
    display: flex;
    gap: 3px;
}

.view-btn {
    width: 30px;
    height: 30px;
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #fff;
    transition: all .15s;
}

.view-btn svg {
    width: 14px;
    height: 14px;
    stroke: var(--muted);
    fill: none;
    stroke-width: 2;
}

.view-btn:hover svg {
    stroke: var(--blue);
}

.view-btn.on {
    background: var(--blue);
    border-color: var(--blue);
}

.view-btn.on svg {
    stroke: #fff;
}

/* Product Grid — 4 col for shop */
.shop-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #fff;
    border: 1px solid var(--border);
}

/* Reuse pcard styles from emetix-style.css — only override nth-child */
.shop-grid .pcard:nth-child(5n) {
    border-right: 1px solid var(--border);
}

.shop-grid .pcard:nth-child(4n) {
    border-right: none;
}

/* image height slightly taller */
.shop-grid .pc-img {
    height: 200px;
}

.shop-grid .pc-img img {
    max-height: 155px;
}

/* show brand */
.pc-brand {
    font-size: 10px;
    color: #bbb;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 3px;
}

/* price save badge */
.pc-save {
    font-size: 10px;
    font-weight: 700;
    color: var(--green);
    background: #e8f5e9;
    padding: 2px 6px;
}

.pc-rcount {
    font-size: 11px;
    color: var(--muted);
    margin-left: 3px;
}

/* List view */
.shop-grid.list-view {
    grid-template-columns: 1fr;
}

.shop-grid.list-view .pcard {
    display: flex;
    flex-direction: row;
}

.shop-grid.list-view .pcard:nth-child(n) {
    border-right: none;
}

.shop-grid.list-view .pc-img {
    width: 200px;
    min-width: 200px;
    height: 180px;
}

.shop-grid.list-view .pc-body {
    flex: 1;
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.shop-grid.list-view .pc-name {
    font-size: 15px;
    min-height: auto;
}

.shop-grid.list-view .pc-actions {
    position: static;
    transform: none !important;
    opacity: 1 !important;
    flex-direction: column;
    width: 180px;
    min-width: 180px;
    align-self: stretch;
}

.shop-grid.list-view .pac-cart {
    flex: 1;
}

.shop-grid.list-view .pac-icon {
    height: 40px;
}

/* Pagination */
.pagination {
    background: #fff;
    border: 1px solid var(--border);
    padding: 14px 20px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-info {
    font-size: 12px;
    color: var(--muted);
}

.page-btns {
    display: flex;
    gap: 4px;
}

.pg-btn {
    min-width: 34px;
    height: 34px;
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    background: #fff;
    color: #555;
    transition: all .15s;
    padding: 0 10px;
}

.pg-btn:hover {
    border-color: var(--blue);
    color: var(--blue);
}

.pg-btn.on {
    background: var(--blue);
    border-color: var(--blue);
    color: #fff;
}

.pg-btn.disabled {
    opacity: .4;
    pointer-events: none;
}

/* main stack */
.main-content {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* ------------shop close -------------- */


/* product details-------------- */

/* ── PRODUCT DETAIL PAGE STYLES ── */
/* Extends emetix-style.css */

/* ─── BREADCRUMB ─── */
.breadcrumb {
    background: #fff;
    border-bottom: 1px solid var(--border);
}

.breadcrumb-inner {
    max-width: 1700px;
    margin: 0 auto;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    color: var(--muted);
    flex-wrap: wrap;
}

.breadcrumb-inner a {
    color: var(--muted);
    transition: color .15s;
}

.breadcrumb-inner a:hover {
    color: var(--blue);
}

.bc-sep {
    color: #ccc;
}

.bc-active {
    color: var(--black);
    font-weight: 600;
}

/* ─── PAGE WRAP ─── */
.pd-page {
    max-width: 1700px;
    margin: 0 auto;
    padding: 20px;
}

/* ─── MAIN PRODUCT SECTION ─── */
.pd-main {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 4px;
    padding: 28px;
    display: grid;
    grid-template-columns: 480px 1fr;
    gap: 40px;
    margin-bottom: 20px;
}

/* ─── IMAGE PANEL ─── */
.pd-img-panel {}

.pd-main-wrap {
    position: relative;
    background: #f9f9f9;
    border: 1px solid var(--border);
    border-radius: 4px;
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: crosshair;
    margin-bottom: 12px;
    user-select: none;
}

.pd-main-wrap img {
    max-height: 360px;
    max-width: 90%;
    object-fit: contain;
    transition: transform .3s ease;
    pointer-events: none;
}

/* lens zoom handles magnification */

.zoom-hint {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, .45);
    color: #fff;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    gap: 5px;
    pointer-events: none;
    transition: opacity .2s;
}

.pd-main-wrap:hover .zoom-hint {
    opacity: 0;
}

/* ─── LENS ZOOM ─── */
.zoom-lens {
    position: absolute;
    border: 2px solid #e53935;
    background: rgba(229, 57, 53, .06);
    cursor: crosshair;
    display: none;
    pointer-events: none;
    z-index: 5;
    width: 80px;
    height: 80px;
}

.zoom-result {
    display: none;
    position: absolute;
    left: calc(100% + 12px);
    top: 0;
    width: 500px;
    height: 500px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
    z-index: 2;
    box-shadow: 0 8px 32px rgba(0, 0, 0, .12);
}

.zoom-result img {
    position: absolute;
    pointer-events: none;
    max-width: none;
    max-height: none;
}

/* thumbnails */
.pd-thumbs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.pd-thumb {
    width: 72px;
    height: 72px;
    background: #f9f9f9;
    border: 1.5px solid var(--border);
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
    transition: border-color .15s;
    flex-shrink: 0;
}

.pd-thumb:hover {
    border-color: var(--blue);
}

.pd-thumb.active {
    border-color: var(--blue);
}

.pd-thumb img {
    max-width: 56px;
    max-height: 56px;
    object-fit: contain;
    transition: transform .2s;
}

.pd-thumb:hover img {
    transform: scale(1.08);
}

/* ─── INFO PANEL ─── */
.pd-info {}

.pd-badges {
    display: flex;
    gap: 6px;
    margin-bottom: 10px;
}

.pd-badge {
    font-size: 10px;
    font-weight: 800;
    padding: 3px 9px;
    border-radius: 2px;
    text-transform: uppercase;
    letter-spacing: .3px;
}

.b-new {
    background: var(--blue);
    color: #fff;
}

.b-sale {
    background: var(--red);
    color: #fff;
}

.b-hot {
    background: #f4c67f;
    color: #1a1a1a;
}

.pd-name {
    font-size: 20px;
    font-weight: 900;
    color: var(--black);
    line-height: 1.25;
    letter-spacing: -0.5px;
    margin-bottom: 8px;
}

.pd-meta {
    font-size: 12px;
    color: var(--muted);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.pd-meta span {
    display: flex;
    align-items: center;
    gap: 4px;
}

.pd-meta a {
    color: var(--blue);
    font-weight: 600;
}

.pd-stars {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 14px;
}

.pd-star-icons {
    color: #ffa823;
    font-size: 14px;
}

.pd-rcount {
    font-size: 12px;
    color: var(--muted);
}

.pd-review-link {
    font-size: 12px;
    color: var(--blue);
    font-weight: 600;
    cursor: pointer;
}

.pd-review-link:hover {
    text-decoration: underline;
}

.pd-price-row {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 6px;
    flex-wrap: wrap;
}

.pd-price {
    font-size: 28px;
    font-weight: 900;
    color: var(--black);
}

.pd-old {
    font-size: 15px;
    color: #bbb;
    text-decoration: line-through;
}

.pd-save {
    font-size: 12px;
    font-weight: 700;
    color: #2e7d32;
    background: #e8f5e9;
    padding: 3px 8px;
    border-radius: 2px;
}

.pd-tax {
    font-size: 11px;
    color: var(--muted);
    margin-bottom: 14px;
}

.pd-divider {
    height: 1px;
    background: #f5f5f5;
    margin: 14px 0;
}

/* ─── VARIANTS ─── */
.var-row {
    margin-bottom: 14px;
}

.var-label {
    font-size: 11px;
    font-weight: 700;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: .6px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.var-label .var-val {
    color: var(--black);
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
    font-size: 12px;
}

/* color swatches */
.color-swatches {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
}

.cswatch {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all .15s;
    position: relative;
}

.cswatch.active {
    border-color: var(--blue);
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--blue);
    /* width: 15px;
    height: 15px; */
}

.cswatch:hover {
    transform: scale(1.12);
}

/* size buttons */
.size-btns {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
}

.sz-btn {
    padding: 7px 14px;
    border: 1px solid var(--border);
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
    color: #555;
    cursor: pointer;
    transition: all .15s;
    background: #fff;
    font-family: 'Inter', sans-serif;
}

.sz-btn:hover {
    border-color: var(--blue);
    color: var(--blue);
}

.sz-btn.active {
    background: var(--blue);
    border-color: var(--blue);
    color: #fff;
}

.sz-btn.out {
    color: #ccc;
    cursor: not-allowed;
    text-decoration: line-through;
    pointer-events: none;
}

/* ─── STOCK ─── */
.pd-stock {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #2e7d32;
    margin-bottom: 14px;
}

.stock-dot {
    width: 7px;
    height: 7px;
    background: #2e7d32;
    border-radius: 50%;
    flex-shrink: 0;
}

.pd-stock.low {
    color: #e65100;
}

.pd-stock.low .stock-dot {
    background: #e65100;
}

.pd-stock.out-stock {
    color: var(--red);
}

.pd-stock.out-stock .stock-dot {
    background: var(--red);
}

/* ─── QTY + ACTION BUTTONS ─── */
.pd-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.qty-wrap {
    display: flex;
    align-items: center;
    border: 1px solid var(--border);
    border-radius: 4px;
    overflow: hidden;
    flex-shrink: 0;
}

.qty-btn {
    width: 36px;
    height: 42px;
    background: #f9f9f9;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: #555;
    transition: background .15s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', sans-serif;
}

.qty-btn:hover {
    background: #e8f0fe;
    color: var(--blue);
}

.qty-input {
    width: 48px;
    height: 42px;
    text-align: center;
    border: none;
    border-left: 1px solid var(--border);
    border-right: 1px solid var(--border);
    font-size: 14px;
    font-weight: 700;
    color: var(--black);
    background: #fff;
    outline: none;
    font-family: 'Inter', sans-serif;
}

.qty-input::-webkit-inner-spin-button,
.qty-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.btn-add-cart {
    flex: 1;
    max-width: 36%;
    background: var(--blue);
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 12px 20px;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    transition: background .15s;
}

.btn-add-cart:hover {
    background: var(--blue-dark);
}

.btn-add-cart svg {
    width: 16px;
    height: 16px;
    stroke: #fff;
    fill: none;
    stroke-width: 2;
}

.btn-buy-now {
    flex: 1;
    width: 100%;
    background: var(--black);
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 12px 20px;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    transition: background .15s;
}

.pd-actions a {
    width: 32%;
}

.btn-buy-now:hover {
    background: #333;
}

.btn-wishlist {
    width: 44px;
    height: 44px;
    border: 1px solid var(--border);
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .15s;
    flex-shrink: 0;
}

.btn-wishlist:hover {
    border-color: var(--red);
    background: #fff5f5;
}

.btn-wishlist svg {
    width: 18px;
    height: 18px;
    stroke: #aaa;
    fill: none;
    stroke-width: 2;
    transition: stroke .15s;
}

.btn-wishlist:hover svg {
    stroke: var(--red);
}

.btn-wishlist.loved {
    border-color: var(--red);
    background: #fff5f5;
}

.btn-wishlist.loved svg {
    stroke: var(--red);
    fill: var(--red);
}

/* ─── DELIVERY INFO ─── */
.pd-delivery {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px 14px;
    background: #f9f9f9;
    border: 1px solid var(--border);
    border-radius: 4px;
    margin-bottom: 14px;
}

.dl-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: #555;
}

.dl-item svg {
    width: 15px;
    height: 15px;
    stroke: var(--blue);
    fill: none;
    stroke-width: 2;
    flex-shrink: 0;
}

.dl-item strong {
    color: var(--black);
}

/* ─── SHARE ─── */
.pd-share {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: var(--muted);
}

.share-btn {
    width: 30px;
    height: 30px;
    border: 1px solid var(--border);
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    color: #555;
    transition: all .15s;
}

.share-btn:hover {
    border-color: var(--blue);
    color: var(--blue);
}

/* ─── TABS ─── */
.pd-tabs-section {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 4px;
    margin-bottom: 20px;
}

.pd-tabs {
    display: flex;
    border-bottom: 2px solid var(--border);
    padding: 0 20px;
}

.pd-tab {
    padding: 14px 20px;
    font-size: 13px;
    font-weight: 600;
    color: #aaa;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    transition: all .15s;
    background: none;
    border-top: none;
    border-left: none;
    border-right: none;
    font-family: 'Inter', sans-serif;
}

.pd-tab:hover {
    color: var(--black);
}

.pd-tab.on {
    color: var(--blue);
    border-bottom-color: var(--blue);
}

.pd-tab-content {
    padding: 24px 24px;
    display: none;
}

.pd-tab-content.on {
    display: block;
}

/* description */
.pd-desc p {
    font-size: 13px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 12px;
}

.pd-desc ul {
    padding-left: 18px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.pd-desc ul li {
    font-size: 13px;
    color: #555;
    line-height: 1.6;
}

/* specs table */
.spec-table {
    width: 100%;
    border-collapse: collapse;
}

.spec-table tr:nth-child(even) td {
    background: #f9f9f9;
}

.spec-table td {
    padding: 10px 14px;
    font-size: 13px;
    border-bottom: 1px solid #f0f0f0;
}

.spec-table td:first-child {
    font-weight: 700;
    color: var(--black);
    width: 200px;
}

.spec-table td:last-child {
    color: #555;
}

/* reviews */
.review-summary {
    display: flex;
    gap: 24px;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.review-big {
    text-align: center;
}

.review-big .big-num {
    font-size: 48px;
    font-weight: 900;
    color: var(--black);
    line-height: 1;
}

.review-big .big-stars {
    color: #ffa823;
    font-size: 18px;
    margin: 4px 0;
}

.review-big .big-count {
    font-size: 12px;
    color: var(--muted);
}

.review-bars {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.rbar-row {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    color: var(--muted);
}

.rbar-track {
    flex: 1;
    height: 6px;
    background: #f0f0f0;
    border-radius: 3px;
    overflow: hidden;
}

.rbar-fill {
    height: 100%;
    background: #ffa823;
    border-radius: 3px;
}

.review-card {
    padding: 14px 0;
    border-bottom: 1px solid #f5f5f5;
}

.review-card:last-child {
    border-bottom: none;
}

.rv-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}

.rv-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--blue);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.rv-name {
    font-size: 13px;
    font-weight: 700;
    color: var(--black);
}

.rv-date {
    font-size: 11px;
    color: var(--muted);
    margin-left: auto;
}

.rv-stars {
    color: #ffa823;
    font-size: 12px;
}

.rv-text {
    font-size: 13px;
    color: #555;
    line-height: 1.6;
}

/* ─── RELATED PRODUCTS ─── */
.pd-related {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 4px;
}

.rel-head {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 20px;
    border-bottom: 2px solid var(--border);
}

.rel-bar {
    width: 4px;
    height: 20px;
    background: var(--blue);
    border-radius: 2px;
}

.rel-title {
    font-size: 16px;
    font-weight: 800;
    color: var(--black);
}

.rel-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

/* reuse pcard from emetix-style */
.rel-grid .pcard:nth-child(5n) {
    border-right: none;
}

/* .rel-grid .pcard {
    border-bottom: none;
} */

/* ─── ZOOM POPUP ─── */
.zoom-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .75);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
    z-index: 9999;
    padding: 20px;
}

.zoom-overlay.show {
    opacity: 1;
    pointer-events: all;
}

.zoom-popup {
    background: #fff;
    border-radius: 8px;
    position: relative;
    max-width: 680px;
    width: 100%;
    max-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    transform: scale(.88);
    transition: transform .3s cubic-bezier(.25, .8, .25, 1);
    overflow: hidden;
}

.zoom-overlay.show .zoom-popup {
    transform: scale(1);
}

.zoom-popup img {
    max-width: 100%;
    max-height: 70vh;
    object-fit: contain;
    cursor: zoom-in;
    transition: transform .3s ease;
    transform-origin: center center;
    user-select: none;
}

.zoom-popup img.zoomed {
    cursor: zoom-out;
}

.zoom-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f5f5f5;
    border: none;
    cursor: pointer;
    font-size: 15px;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .15s;
    z-index: 1;
    font-family: 'Inter', sans-serif;
}

.zoom-close:hover {
    background: #e8e8e8;
    color: var(--black);
}

.zoom-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background: rgba(0, 0, 0, .4);
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .15s;
    font-family: 'Inter', sans-serif;
}

.zoom-nav:hover {
    background: rgba(0, 0, 0, .65);
}

.zoom-nav.prev {
    left: 12px;
}

.zoom-nav.next {
    right: 12px;
}

.zoom-counter {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: var(--muted);
}

/* ─── TOAST ─── */
.pd-toast {
    position: fixed;
    bottom: 28px;
    right: 28px;
    background: #fff;
    border: 1px solid var(--border);
    border-top: 3px solid var(--blue);
    border-radius: 4px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, .12);
    z-index: 9998;
    transform: translateX(200%);
    transition: transform .35s ease;
    min-width: 280px;
}

.pd-toast.show {
    transform: translateX(0);
}

.pd-toast-icon {
    width: 34px;
    height: 34px;
    background: #e8f0fe;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pd-toast-icon svg {
    width: 16px;
    height: 16px;
    stroke: var(--blue);
    fill: none;
    stroke-width: 2.5;
}

.pd-toast-name {
    font-size: 13px;
    font-weight: 700;
    color: var(--black);
}

.pd-toast-sub {
    font-size: 11px;
    color: var(--muted);
    margin-top: 2px;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 1100px) {
    .pd-main {
        grid-template-columns: 380px 1fr;
        gap: 28px;
    }

    .pd-main-wrap {
        height: 340px;
    }

    .rel-grid .pcard:nth-child(5n) {
        border-right: 1px solid var(--border);
    }

    /* .rel-grid .pcard:nth-child(4n) {
        border-right: none;
    } */
}

@media (max-width: 800px) {
    .pd-main {
        /* grid-template-columns: 1fr; */
        gap: 20px;
        padding: 16px;
    }

    .pd-main-wrap {
        height: 300px;
    }

    .pd-name {
        font-size: 18px;
    }

    .pd-price {
        font-size: 22px;
    }


    /* .rel-grid .pcard:nth-child(4n) {
        border-right: 1px solid var(--border);
    } */

    /* .rel-grid .pcard:nth-child(2n) {
        border-right: none;
    } */

    .pd-tabs {
        overflow-x: auto;
        padding: 0 12px;
    }

    .pd-tab {
        white-space: nowrap;
        padding: 12px 14px;
    }
}

@media (max-width: 480px) {
    .pd-page {
        padding: 10px;
    }

    .pd-main {
        padding: 12px;
    }

    .pd-main-wrap {
        height: 240px;
    }

    .pd-name {
        font-size: 16px;
    }

    .pd-actions {
        gap: 8px;
    }

    .btn-add-cart,
    .btn-buy-now {
        min-width: 0;
        font-size: 12px;
        padding: 11px 12px;
    }

    .zoom-popup {
        padding: 12px;
    }

    /* .rel-grid .pcard:nth-child(2n) {
        border-right: none;
    } */
}

/* product details close-------------- */


/* cart---------------------------------- */


/* ── CART PAGE STYLES ── */
/* Extends emetix-style.css */

/* ─── BREADCRUMB ─── */
.breadcrumb {
    background: #fff;
    border-bottom: 1px solid var(--border);
}

.breadcrumb-inner {
    max-width: 1700px;
    margin: 0 auto;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    color: var(--muted);
    flex-wrap: wrap;
}

.breadcrumb-inner a {
    color: var(--muted);
    transition: color .15s;
}

.breadcrumb-inner a:hover {
    color: var(--blue);
}

.bc-sep {
    color: #ccc;
}

.bc-active {
    color: var(--black);
    font-weight: 600;
}

/* ─── PAGE ─── */
.cart-page {
    max-width: 1700px;
    margin: 0 auto;
    padding: 20px;
}

/* ─── LAYOUT ─── */
.cart-layout {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 20px;
    align-items: start;
}

/* ─── CART BOX ─── */
.cart-box {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 4px;
}

.cart-head {
    padding: 16px 20px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.cart-head-title {
    font-size: 16px;
    font-weight: 800;
    color: var(--black);
    flex: 1;
}

.cart-head-count {
    font-size: 12px;
    color: var(--muted);
}

.clear-all-btn {
    font-size: 12px;
    color: var(--red);
    font-weight: 600;
    cursor: pointer;
    background: none;
    border: none;
    font-family: 'Inter', sans-serif;
    transition: opacity .15s;
}

.clear-all-btn:hover {
    opacity: .7;
}

/* ─── CART ITEM ─── */
.cart-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 20px;
    border-bottom: 1px solid #f8f8f8;
    transition: background .12s;
}

.cart-item:last-child {
    border-bottom: none;
}

.cart-item:hover {
    background: #fafafa;
}

.ci-img {
    width: 90px;
    height: 90px;
    background: #f9f9f9;
    border: 1px solid var(--border);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

.ci-img img {
    max-width: 72px;
    max-height: 72px;
    object-fit: contain;
}

.ci-body {
    flex: 1;
    min-width: 0;
}

.ci-name {
    font-size: 14px;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 4px;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ci-meta {
    display: flex;
    gap: 12px;
    font-size: 11px;
    color: var(--muted);
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.ci-meta span {
    display: flex;
    align-items: center;
    gap: 4px;
}

.ci-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

/* qty */
.ci-qty {
    display: flex;
    align-items: center;
    border: 1px solid var(--border);
    border-radius: 3px;
    overflow: hidden;
}

.ci-qbtn {
    width: 30px;
    height: 30px;
    background: #f9f9f9;
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .12s;
    font-family: 'Inter', sans-serif;
}

.ci-qbtn:hover {
    background: #e8f0fe;
    color: var(--blue);
}

.ci-qval {
    width: 40px;
    height: 30px;
    text-align: center;
    border: none;
    border-left: 1px solid var(--border);
    border-right: 1px solid var(--border);
    font-size: 13px;
    font-weight: 700;
    color: var(--black);
    background: #fff;
    outline: none;
    font-family: 'Inter', sans-serif;
}

.ci-qval::-webkit-inner-spin-button,
.ci-qval::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.ci-unit-price {
    font-size: 12px;
    color: var(--muted);
}

.ci-total {
    font-size: 16px;
    font-weight: 800;
    color: var(--black);
    margin-left: auto;
}

.ci-remove {
    font-size: 11px;
    color: var(--red);
    /* color: #ccc; */
    cursor: pointer;
    background: none;
    border: none;
    font-family: 'Inter', sans-serif;
    transition: color .15s;
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}

.ci-remove:hover {
    color: var(--red);
}

.ci-remove svg {
    width: 13px;
    height: 13px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
}

/* ─── COUPON ─── */
.coupon-bar {
    padding: 14px 20px;
    border-top: 1px solid #f0f0f0;
    display: flex;
    gap: 8px;
}

.coupon-input {
    flex: 1;
    border: 1px solid var(--border);
    border-radius: 3px;
    padding: 9px 14px;
    font-size: 13px;
    font-family: 'Inter', sans-serif;
    color: var(--black);
    outline: none;
    transition: border-color .15s;
}

.coupon-input:focus {
    border-color: var(--blue);
}

.coupon-input::placeholder {
    color: #ccc;
}

.coupon-btn {
    background: linear-gradient(135deg, #042b63, #0d5fd4);
    color: #fff;
    border: none;
    border-radius: 3px;
    padding: 9px 20px;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    transition: background .15s;
    white-space: nowrap;
}

.coupon-btn:hover {
    background: linear-gradient(135deg, #0d5fd4, #042b63);
}

.coupon-success {
    font-size: 11px;
    color: #2e7d32;
    font-weight: 600;
    padding: 0 20px 12px;
    display: none;
}

.coupon-success.show {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* ─── EMPTY STATE ─── */
.cart-empty {
    padding: 60px 20px;
    text-align: center;
    display: none;
}

.cart-empty.show {
    display: block;
}

.ce-icon {
    font-size: 52px;
    margin-bottom: 14px;
}

.ce-title {
    font-size: 18px;
    font-weight: 800;
    color: var(--black);
    margin-bottom: 7px;
}

.ce-sub {
    font-size: 13px;
    color: var(--muted);
    margin-bottom: 22px;
}

.btn-shop-now {
    background: linear-gradient(135deg, #042b63, #0d5fd4);
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 12px 32px;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    transition: background .15s;
}

.btn-shop-now:hover {
    background: linear-gradient(135deg, #0d5fd4, #042b63);
}

/* ─── ORDER SUMMARY ─── */
.summary-box {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 4px;
    position: sticky;
    top: 155px;
}

.sum-head {
    padding: 16px 20px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 15px;
    font-weight: 800;
    color: var(--black);
}

.sum-body {
    padding: 18px 20px;
}

.sum-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    margin-bottom: 11px;
}

.sum-row .s-label {
    color: #666;
}

.sum-row .s-val {
    font-weight: 600;
    color: var(--black);
}

.sum-row .s-green {
    color: #2e7d32;
    font-weight: 700;
}

.sum-row .s-red {
    color: var(--red);
    font-weight: 700;
}

.sum-divider {
    height: 1px;
    background: #f0f0f0;
    margin: 12px 0;
}

.sum-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.sum-total-lbl {
    font-size: 14px;
    font-weight: 800;
    color: var(--black);
}

.sum-total-val {
    font-size: 22px;
    font-weight: 900;
    color: var(--black);
}

.btn-checkout {
    width: 100%;
    background: linear-gradient(135deg, #042b63, #0d5fd4);
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 14px 0;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background .15s;
    margin-bottom: 10px;
}

.btn-checkout:hover {
    background: linear-gradient(135deg, #0d5fd4, #042b63);
}

.btn-checkout svg {
    width: 16px;
    height: 16px;
    stroke: #fff;
    fill: none;
    stroke-width: 2;
}

.btn-continue {
    width: 100%;
    background: #fff;
    color: #555;
    border: 1px solid var(--border);
    border-radius: 4px;
    padding: 11px 0;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    transition: all .15s;
    margin-bottom: 14px;
}

.btn-continue:hover {
    border-color: var(--blue);
    color: var(--blue);
}

/* payment icons */
.sum-payments {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.pay-ico {
    background: #f9f9f9;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    padding: 3px 8px;
    font-size: 10px;
    font-weight: 700;
    color: #888;
}

.sum-secure {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 11px;
    color: #bbb;
}

.sum-secure svg {
    width: 12px;
    height: 12px;
    stroke: #bbb;
    fill: none;
    stroke-width: 2;
}

/* ─── TOAST ─── */
.cart-toast {
    position: fixed;
    bottom: 28px;
    right: 28px;
    background: #fff;
    border: 1px solid var(--border);
    border-top: 3px solid var(--green);
    border-radius: 4px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, .12);
    z-index: 9999;
    transform: translateX(200%);
    transition: transform .35s ease;
    min-width: 260px;
}

.cart-toast.show {
    transform: translateX(0);
}

.ct-icon {
    width: 32px;
    height: 32px;
    background: #e8f5e9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ct-icon svg {
    width: 15px;
    height: 15px;
    stroke: #2e7d32;
    fill: none;
    stroke-width: 2.5;
}

.ct-text {
    font-size: 13px;
    font-weight: 700;
    color: var(--black);
}

.ct-sub {
    font-size: 11px;
    color: var(--muted);
    margin-top: 2px;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 1000px) {
    .cart-layout {
        grid-template-columns: 1fr;
    }

    .summary-box {
        position: static;
    }
}

@media (max-width: 600px) {
    .cart-page {
        padding: 10px;
    }

    .cart-item {
        gap: 10px;
        padding: 14px 12px;
    }

    .ci-img {
        width: 70px;
        height: 70px;
    }

    .ci-img img {
        max-width: 56px;
        max-height: 56px;
    }

    .ci-name {
        font-size: 13px;
    }

    .ci-total {
        font-size: 14px;
    }

    .coupon-bar {
        flex-direction: column;
    }

    .cart-head {
        flex-wrap: wrap;
        gap: 6px;
    }
}

/* cart close --------------------------- */

/* checkout page ----------------------------- */

/* ── CHECKOUT PAGE ── */
.checkout-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px 16px;
}

.checkout-layout {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 24px;
    align-items: start;
}

/* ── SECTION BOX ── */
.co-box {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    /* margin-bottom: 20px; */
    overflow: hidden;
}

.co-head {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 20px;
    border-bottom: 1px solid #f0f0f0;
}

.co-head-num {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #111;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.co-head-title {
    font-size: 15px;
    font-weight: 600;
    color: #111;
}

.co-body {
    padding: 20px;
}

/* ── FORM ── */
.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 14px;
}

.form-row.full {
    grid-template-columns: 1fr;
}

.form-row.three {
    grid-template-columns: 1fr 1fr 1fr;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-group label {
    font-size: 12px;
    font-weight: 600;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.form-group input,
.form-group select,
.form-group textarea {
    border: 1.5px solid #e0e0e0;
    border-radius: 7px;
    padding: 10px 13px;
    font-size: 14px;
    color: #111;
    outline: none;
    transition: border-color 0.2s;
    background: #fafafa;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #111;
    background: #fff;
}

.form-group textarea {
    resize: vertical;
    min-height: 70px;
}

.form-group input.error,
.form-group select.error {
    border-color: #e53935;
}

.field-error {
    font-size: 11px;
    color: #e53935;
    display: none;
}

.field-error.show {
    display: block;
}

/* ── PAYMENT OPTIONS ── */
.pay-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pay-option {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border: 1.5px solid #e0e0e0;
    border-radius: 8px;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
}

.pay-option:hover {
    border-color: #bbb;
}

.pay-option.selected {
    border-color: #111;
    background: #f8f8f8;
}

.pay-option input[type="radio"] {
    accent-color: #111;
    width: 16px;
    height: 16px;
}

.pay-option-info {
    flex: 1;
}

.pay-option-name {
    font-size: 14px;
    font-weight: 600;
    color: #111;
}

.pay-option-desc {
    font-size: 12px;
    color: #888;
    margin-top: 2px;
}

.pay-option-icons {
    display: flex;
    gap: 6px;
}

.pay-badge {
    font-size: 10px;
    font-weight: 700;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 2px 6px;
    color: #e9e9e9;
}

/* ── UPI FIELD ── */
.upi-field {
    margin-top: 12px;
    display: none;
}

.upi-field.show {
    display: block;
}

.upi-field input {
    width: 100%;
    border: 1.5px solid #e0e0e0;
    border-radius: 7px;
    padding: 10px 13px;
    font-size: 14px;
    outline: none;
}

.upi-field input:focus {
    border-color: #111;
}

/* ── ORDER SUMMARY (right) ── */
.summary-box {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    position: sticky;
    top: 160px;
}

.sum-head {
    padding: 16px 20px;
    font-size: 15px;
    font-weight: 700;
    color: #111;
    border-bottom: 1px solid #f0f0f0;
}

.sum-body {
    padding: 18px 20px;
}

/* Order items list */
.sum-items {
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sum-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.sum-item-img {
    width: 48px;
    height: 48px;
    border-radius: 6px;
    object-fit: cover;
    border: 1px solid #f0f0f0;
    flex-shrink: 0;
}

.sum-item-info {
    flex: 1;
    min-width: 0;
}

.sum-item-name {
    font-size: 13px;
    font-weight: 600;
    color: #111;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sum-item-qty {
    font-size: 12px;
    color: #888;
    margin-top: 2px;
}

.sum-item-price {
    font-size: 13px;
    font-weight: 600;
    color: #111;
    white-space: nowrap;
}

.sum-divider {
    border: none;
    border-top: 1px solid #f0f0f0;
    margin: 14px 0;
}

.sum-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.s-label {
    font-size: 13px;
    color: #666;
}

.s-val {
    font-size: 13px;
    color: #111;
    font-weight: 500;
}

.s-green {
    font-size: 13px;
    color: #2e7d32;
    font-weight: 600;
}

.sum-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 4px;
}

.sum-total-lbl {
    font-size: 15px;
    font-weight: 700;
    color: #111;
}

.sum-total-val {
    font-size: 18px;
    font-weight: 800;
    color: #111;
}

/* ── PLACE ORDER BTN ── */
.btn-place-order {
    width: 100%;
    padding: 14px;
    background: #1565c0;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
    transition: background 0.2s;
}

.btn-place-order:hover {
    background: #d4a916;
}

.btn-place-order svg {
    width: 18px;
    height: 18px;
    stroke: #fff;
    fill: none;
    stroke-width: 2;
}

.btn-back-cart {
    width: 100%;
    padding: 11px;
    background: transparent;
    color: #555;
    border: 1.5px solid #e0e0e0;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    margin-top: 10px;
    transition: border-color 0.2s;
}

.btn-back-cart:hover {
    border-color: #111;
    color: #111;
}

.sum-secure {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 11px;
    color: #aaa;
    margin-top: 14px;
    text-align: center;
}

.sum-secure svg {
    width: 12px;
    height: 12px;
    stroke: #aaa;
    fill: none;
    stroke-width: 2;
    display: inline;
    margin-right: 4px;
}


/* ── SUCCESS MODAL ── */
.order-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
}

.order-modal-overlay.show {
    opacity: 1;
    pointer-events: all;
}

.order-modal {
    background: #fff;
    border-radius: 14px;
    padding: 40px 36px;
    text-align: center;
    max-width: 400px;
    width: 90%;
    transform: scale(0.9);
    transition: transform 0.3s;
}

.order-modal-overlay.show .order-modal {
    transform: scale(1);
}

.om-icon {
    width: 64px;
    height: 64px;
    background: #e8f5e9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.om-icon svg {
    width: 32px;
    height: 32px;
    stroke: #2e7d32;
    fill: none;
    stroke-width: 2.5;
}

.om-title {
    font-size: 20px;
    font-weight: 800;
    color: #111;
    margin-bottom: 8px;
}

.om-sub {
    font-size: 14px;
    color: #666;
    margin-bottom: 6px;
}

.om-id {
    font-size: 13px;
    color: #999;
    margin-bottom: 24px;
}

.om-btn {
    padding: 12px 32px;
    background: #111;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.om-btn:hover {
    background: #333;
}

/* ── BREADCRUMB ── */
.co-steps {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 0 20px;
    font-size: 13px;
    color: #999;
}

.co-step {
    font-weight: 500;
}

.co-step.done {
    color: #2e7d32;
}

.co-step.active {
    color: #111;
    font-weight: 700;
}

.co-step-sep {
    color: #ccc;
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
    .checkout-layout {
        grid-template-columns: 1fr;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .form-row.three {
        grid-template-columns: 1fr 1fr;
    }

    .summary-box {
        position: static;
    }
}

/* ── ORDER SUCCESS MODAL ── */
.order-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
}

.order-modal-overlay.show {
    opacity: 1;
    pointer-events: all;
}

.order-modal {
    background: #fff;
    border-radius: 16px;
    padding: 44px 36px;
    text-align: center;
    max-width: 420px;
    width: 90%;
    transform: scale(0.85);
    transition: transform 0.3s;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.order-modal-overlay.show .order-modal {
    transform: scale(1);
}

.om-icon {
    width: 70px;
    height: 70px;
    background: #e8f5e9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
}

.om-icon svg {
    width: 34px;
    height: 34px;
    stroke: #2e7d32;
    fill: none;
    stroke-width: 2.5;
}

.om-title {
    font-size: 22px;
    font-weight: 800;
    color: #111;
    margin-bottom: 8px;
}

.om-sub {
    font-size: 14px;
    color: #666;
    margin-bottom: 6px;
}

.om-id {
    font-size: 13px;
    color: #999;
    margin-bottom: 28px;
    font-weight: 500;
}

.om-btn {
    padding: 13px 36px;
    background: #111;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s;
}

.om-btn:hover {
    background: #333;
}

/* checkout page close ----------------------- */



/* wishlisht ---------------------------- */

/* ── WISHLIST PAGE ── */
.wishlist-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px 16px;
}

/* ── HEAD ── */
.wl-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.wl-head-title {
    font-size: 20px;
    font-weight: 800;
    color: #111;
}

.wl-head-count {
    font-size: 13px;
    color: #888;
    margin-left: 8px;
    font-weight: 500;
}

.wl-clear-btn {
    background: none;
    border: 1.5px solid #e0e0e0;
    border-radius: 7px;
    padding: 8px 16px;
    font-size: 13px;
    color: #888;
    cursor: pointer;
    transition: all 0.2s;
}

.wl-clear-btn:hover {
    border-color: #e53935;
    color: #e53935;
}

/* ── GRID ── */
.wl-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

/* ── CARD ── */
.wl-card {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    overflow: hidden;
    transition: box-shadow 0.2s;
    position: relative;
}

.wl-card:hover {
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.10);
}

/* Remove btn */
.wl-remove {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: #fff;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    z-index: 2;
    transition: background 0.2s;
}

.wl-remove:hover {
    background: #e53935;
}

.wl-remove:hover svg {
    stroke: #fff;
}

.wl-remove svg {
    width: 14px;
    height: 14px;
    stroke: #888;
    fill: none;
    stroke-width: 2.5;
}

/* Image */
.wl-img {
    width: 100%;
    aspect-ratio: 1/.8;
    object-fit: cover;
    display: block;
    background: #f8f8f8;
}

/* Body */
.wl-body {
    padding: 14px;
}

.wl-name {
    font-size: 14px;
    font-weight: 700;
    color: #111;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wl-price {
    font-size: 15px;
    font-weight: 800;
    color: #111;
    margin-bottom: 12px;
}

.wl-old-price {
    font-size: 12px;
    color: #aaa;
    text-decoration: line-through;
    margin-left: 6px;
    font-weight: 400;
}

/* Action buttons */
.wl-actions {
    display: flex;
    gap: 8px;
}

.wl-btn-cart {
    flex: 1;
    padding: 9px 0;
    background: #111;
    color: #fff;
    border: none;
    border-radius: 7px;
    font-size: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: background 0.2s;
}

.wl-btn-cart:hover {
    background: #333;
}

.wl-btn-cart.in-cart {
    background: #2e7d32;
}

.wl-btn-cart.in-cart:hover {
    background: #1b5e20;
}

.wl-btn-cart svg {
    width: 13px;
    height: 13px;
    stroke: #fff;
    fill: none;
    stroke-width: 2;
}

.wl-btn-view {
    padding: 9px 12px;
    background: #fff;
    color: #111;
    border: 1.5px solid #e0e0e0;
    border-radius: 7px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: border-color 0.2s;
    text-decoration: none;
}

.wl-btn-view:hover {
    border-color: #111;
}

.wl-btn-view svg {
    width: 13px;
    height: 13px;
    stroke: #111;
    fill: none;
    stroke-width: 2;
}

/* ── EMPTY STATE ── */
.wl-empty {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    text-align: center;
}

.wl-empty.show {
    display: flex;
}

.wl-empty-icon {
    font-size: 56px;
    margin-bottom: 16px;
}

.wl-empty-title {
    font-size: 20px;
    font-weight: 800;
    color: #111;
    margin-bottom: 8px;
}

.wl-empty-sub {
    font-size: 14px;
    color: #888;
    margin-bottom: 24px;
}

.wl-empty-btn {
    padding: 12px 28px;
    background: #111;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.wl-empty-btn:hover {
    background: #333;
}

/* ── TOAST ── */
.wl-toast {
    position: fixed;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    background: #111;
    color: #fff;
    padding: 12px 22px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
    z-index: 9999;
    white-space: nowrap;
}

.wl-toast.show {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
    .wl-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .wl-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .wl-grid {
        grid-template-columns: 1fr;
    }
}

.pc-wish.wished svg {
    fill: red;
    stroke: red;
}

/* wishlisht close ---------------------- */
