#nessemon-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    transition: transform 0.3s ease, box-shadow 0.2s ease;
}

#nessemon-header.scrolled {
    box-shadow: 0 2px 20px rgba(0, 0, 0, .07);
}

#nessemon-header.hidden {
    transform: translateY(-100%);
}

.nessemon-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 76px;
    padding: 0 24px;
    max-width: 1400px;
    margin: 0 auto;
}

.nessemon-logo {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .08em;
    text-decoration: none;
    color: #111;
    text-transform: uppercase;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.nessemon-logo img {
    height: 46px;
    width: auto;
    display: block;
    object-fit: contain;
}

.nessemon-nav {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 0;
}

.nessemon-nav a {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-decoration: none;
    color: #111;
    padding: 0 14px;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    white-space: nowrap;
}

.nessemon-nav a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 14px;
    width: calc(100% - 28px);
    height: 1px;
    background: #111;
    opacity: 0;
    transition: opacity .25s;
}

.nessemon-nav a:hover::after,
.nessemon-nav a.active::after {
    opacity: 1;
}

.nessemon-actions {
    display: flex;
    align-items: center;
    gap: 4px;
}

.nessemon-actions a,
.nessemon-actions button {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-decoration: none;
    color: #111;
    padding: 6px 10px;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    position: relative;
}

.nessemon-actions a svg,
.nessemon-actions button svg {
    width: 16px;
    height: 16px;
}

.nessemon-cart-count {
    background: #111;
    color: #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    font-size: 9px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 2px;
    right: 4px;
}

.WI_header_left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.WI_header_left a {
    padding: 6px 10px;
    display: flex;
    align-items: center;
    position: relative;
}

.swym-wishlist-header-counter {
    width: 12px;
    height: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    position: absolute;
    right: -5px;
    top: -5px;
    border-radius: 10px;
    color: #fff;
    font-size: 6px;
    line-height: 140%;
    font-weight: 700;
    opacity: 0;
}

.WI_cartBubble {
    width: 12px;
    height: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    position: absolute;
    right: -5px;
    top: -5px;
    border-radius: 10px;
    color: #fff;
    font-size: 6px;
    line-height: 140%;
    font-weight: 400;
    opacity: 0;
}

swym-header-icon svg {
    width: 11px !important;
    height: 11px !important;
}

.nessemon-mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.nessemon-divider {
    width: 1px;
    height: 16px;
    background: #e0e0e0;
    margin: 0 4px;
}

.nessemon-mobile-drawer {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    max-width: 320px;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    padding: 30px 24px;
    transition: left .3s ease;
    box-shadow: 4px 0 20px rgba(0, 0, 0, .1);
    overflow-y: auto;
}

.nessemon-mobile-drawer.open {
    left: 0;
}

.nessemon-mobile-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 9998;
}

.nessemon-mobile-overlay.open {
    display: block;
}

.nessemon-drawer-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    font-size: 20px;
}

.nessemon-mobile-drawer a {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-decoration: none;
    color: #111;
    padding: 14px 0;
    border-bottom: 1px solid #f0f0f0;
}

body.account-loading main.account-page {
    opacity: .55;
    pointer-events: none;
    transition: opacity .15s ease;
}

.nessemon-footer {
    padding: 64px 24px 0;
    max-width: 1400px;
    margin: 0 auto;
}

.nessemon-footer-top {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
}

.nessemon-footer-col h3 {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #111;
    margin: 0 0 16px;
}

.nessemon-footer-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nessemon-footer-col ul li a {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: #111;
    text-decoration: none;
    letter-spacing: .05em;
    transition: opacity .2s;
}

.nessemon-footer-col ul li a:hover {
    opacity: .5;
}

.nessemon-footer-newsletter {
    width: 340px;
    min-width: 240px;
}

.nessemon-footer-newsletter p {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: #111;
    letter-spacing: .05em;
    margin-bottom: 14px;
}

.nessemon-footer-newsletter form {
    display: flex;
    border-bottom: 1px solid #111;
    padding-bottom: 4px;
}

.nessemon-footer-newsletter input {
    flex: 1;
    background: none;
    border: none;
    outline: none;
    font-size: 12px;
    font-family: 'Inter', sans-serif;
    color: #111;
    padding: 4px 0;
}

.nessemon-footer-newsletter input::placeholder {
    color: #888;
}

.nessemon-footer-newsletter button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 11px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #111;
    padding: 4px 0;
}

.nessemon-footer-newsletter .status {
    margin-top: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    letter-spacing: .04em;
}

.nessemon-footer-newsletter .status.success {
    color: #1f5e2d;
}

.nessemon-footer-newsletter .status.error {
    color: #8a1f1f;
}

.nessemon-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
    border-top: 1px solid #ddddd0;
    margin-top: 60px;
    flex-wrap: wrap;
    gap: 12px;
}

.nessemon-footer-bottom p {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    color: #888;
    letter-spacing: .05em;
    margin: 0;
}

.nessemon-footer-social {
    display: flex;
    gap: 16px;
}

.nessemon-footer-social a {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    color: #111;
    text-decoration: none;
    letter-spacing: .1em;
    text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
    swym-header-icon svg {
        width: 8px !important;
        height: 8px !important;
    }
}

@media (max-width: 1024px) {
    .nessemon-nav {
        display: none;
    }

    .nessemon-mobile-menu-btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nessemon-header-inner {
        padding: 0 16px;
    }
}

@media (max-width: 768px) {
    .nessemon-header-inner {
        height: 60px;
    }

    .nessemon-actions a span {
        display: none;
    }

    .nessemon-logo img {
        height: 36px;
    }

    .nessemon-footer-newsletter {
        width: 100%;
    }

    .nessemon-footer-bottom {
        justify-content: center;
        text-align: center;
    }
}
