/* beDura — light cream header (compiled CSS, no build step) */

:root {
    --bedura-header-bg: #fffbf3;
    --bedura-header-text: #4a4a4a;
    --bedura-header-logo: #96745e;
    --bedura-header-icon-circle: #ffffff;
    --bedura-header-divider: rgba(74, 74, 74, 0.12);
}

header.header.bedura-header {
    background: var(--bedura-header-bg);
    border-bottom: 1px solid var(--bedura-header-divider);
    box-shadow: none;
}

header.header--mobile.bedura-header {
    background: var(--bedura-header-bg);
    border-bottom: 1px solid var(--bedura-header-divider);
}

.bedura-header .navigation--mobile {
    padding: 0.65rem 1rem;
}

.bedura-header .navigation--mobile .header__actions a {
    color: var(--bedura-header-text) !important;
}

.bedura-header .navigation--mobile .header__actions a:hover {
    color: var(--bedura-header-logo) !important;
}

.bedura-header .navigation__center .logo img {
    max-height: 40px !important;
}

.bedura-header__wordmark {
    font-family: "Outfit", var(--primary-font), sans-serif;
    font-weight: 600;
    font-size: 1.35rem;
    letter-spacing: 0.24em;
    color: var(--bedura-header-logo);
    text-transform: uppercase;
    display: inline-block;
    line-height: 1;
}

@media (min-width: 768px) {
    .bedura-header__wordmark {
        font-size: 1.65rem;
        letter-spacing: 0.26em;
    }
}

.bedura-header__logo-img {
    max-height: 48px !important;
    width: auto;
}

@media (min-width: 768px) {
    .bedura-header__logo-img {
        max-height: 52px !important;
    }
}

.bedura-header__desktop-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    min-height: 72px;
    padding: 0.65rem 0;
}

.bedura-header__brand {
    flex: 0 0 auto;
}

.bedura-header__nav {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    min-width: 0;
}

.bedura-header__nav-inner {
    width: 100%;
    justify-content: center !important;
}

.bedura-header .bedura-header__nav .menu > li > a {
    color: var(--bedura-header-text) !important;
    font-weight: 500;
    font-size: 0.8125rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.5rem 1.1rem !important;
}

.bedura-header .bedura-header__nav .menu > li.current-menu-item > a {
    color: var(--bedura-header-logo) !important;
}

.bedura-header .bedura-header__nav .menu > li > a:hover {
    color: var(--bedura-header-logo) !important;
}

.bedura-header .sub-menu {
    background: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.bedura-header .sub-menu li a {
    color: var(--bedura-header-text) !important;
}

.bedura-header .sub-menu li a:hover {
    color: var(--bedura-header-logo) !important;
}

.bedura-header__tools-inner {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0.65rem;
}

.bedura-header__icon-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--bedura-header-icon-circle);
    color: var(--bedura-header-text) !important;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    transition: color 0.2s ease, box-shadow 0.2s ease;
    text-decoration: none !important;
    position: relative;
    flex-shrink: 0;
}

.bedura-header__icon-btn:hover {
    color: var(--bedura-header-logo) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.bedura-header__icon-btn .feather {
    font-size: 1.1rem;
}

.bedura-header__icon-btn .cart-count-badge {
    font-size: 0.6rem !important;
    padding: 2px 5px !important;
    min-width: 15px !important;
    line-height: 1.2 !important;
    top: 4px !important;
    right: 4px !important;
    left: auto !important;
    transform: none !important;
}

.bedura-header__login-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.55rem 1.15rem;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 999px;
    color: var(--bedura-header-text) !important;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    text-decoration: none !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    transition: color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    flex-shrink: 0;
    white-space: nowrap;
}

.bedura-header__login-pill:hover {
    color: var(--bedura-header-logo) !important;
    border-color: rgba(150, 116, 94, 0.35);
}

.bedura-header__login-pill .feather {
    font-size: 1rem;
}

body.header-sticky .bedura-header.header:not(.header--mobile),
header.header.bedura-header.header-sticky:not(.header--mobile) {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

@media (max-width: 991.98px) {
    .bedura-header .bedura-header__nav .menu > li > a {
        padding: 0.45rem 0.65rem !important;
        font-size: 0.75rem;
    }
}

.bedura-header__icon-btn.btn-wishlist {
    position: relative;
}

.bedura-header__icon-btn.btn-wishlist > span {
    position: absolute;
    top: 2px;
    right: 4px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    color: var(--bedura-header-logo);
}

@media (max-width: 575.98px) {
    .bedura-header .navigation--mobile {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .bedura-header__login-pill span {
        max-width: 4.5rem;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .bedura-header__icon-btn {
        width: 40px;
        height: 40px;
    }
}
