/* Keep account page canvas transparent so the OKRA texture shows through. */
body.okra-policy-page.okra-wishlist-page.okra-account-page #wrapper,
body.okra-policy-page.okra-wishlist-page.okra-account-page #wrapper > main,
body.okra-policy-page.okra-wishlist-page.okra-account-page .okra-account-main,
body.okra-policy-page.okra-wishlist-page.okra-account-page .okra-account-shell,
body.okra-policy-page.okra-wishlist-page.okra-account-page .okra-account-hero,
body.okra-policy-page.okra-wishlist-page.okra-account-page .okra-account-layout,
body.okra-policy-page.okra-wishlist-page.okra-account-page .okra-account-content,
body.okra-policy-page.okra-wishlist-page.okra-account-page .okra-account-summary,
body.okra-policy-page.okra-wishlist-page.okra-account-page .okra-detail-grid,
body.okra-policy-page.okra-wishlist-page.okra-account-page .okra-address-grid,
body.okra-policy-page.okra-wishlist-page.okra-account-page .okra-address-list,
body.okra-policy-page.okra-wishlist-page.okra-account-page .okra-orders-list {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
}

body.okra-policy-page.okra-wishlist-page.okra-account-page .okra-account-sidebar,
body.okra-policy-page.okra-wishlist-page.okra-account-page .okra-account-panel,
body.okra-policy-page.okra-wishlist-page.okra-account-page .okra-account-card,
body.okra-policy-page.okra-wishlist-page.okra-account-page .okra-detail-panel,
body.okra-policy-page.okra-wishlist-page.okra-account-page .okra-address-card,
body.okra-policy-page.okra-wishlist-page.okra-account-page .okra-order-card {
    background: var(--okra-account-paper) !important;
    background-color: var(--okra-account-paper) !important;
}

body.okra-policy-page.okra-wishlist-page.okra-account-page #wrapper #header.okra-header-shell .okra-topbar {
    --okra-search-icon-color: #551912;
}

body.okra-policy-page.okra-wishlist-page.okra-account-page #wrapper #header.okra-header-shell .okra-topbar > .okra-search-trigger,
body.okra-policy-page.okra-wishlist-page.okra-account-page #wrapper #header.okra-header-shell .okra-topbar > .okra-search-trigger svg,
body.okra-policy-page.okra-wishlist-page.okra-account-page #wrapper #header.okra-header-shell .okra-topbar > .okra-search-trigger i {
    color: #551912 !important;
    stroke: currentColor !important;
}

body.okra-policy-page.okra-wishlist-page.okra-account-page .okra-account-submit {
    margin-top: clamp(22px, 2.1vw, 30px) !important;
    gap: clamp(18px, 2vw, 24px) !important;
    align-items: center !important;
}

body.okra-policy-page.okra-wishlist-page.okra-account-page .okra-account-submit .okra-account-btn {
    min-height: 54px !important;
}

body.okra-policy-page.okra-wishlist-page.okra-account-page .okra-account-submit [data-account-save-copy] {
    margin: 0 !important;
    max-width: 520px;
    line-height: 1.45;
}

@media (min-width: 981px) {
    body.okra-policy-page.okra-wishlist-page.okra-account-page .okra-account-layout {
        position: relative !important;
        align-items: start !important;
    }

    body.okra-policy-page.okra-wishlist-page.okra-account-page .okra-account-sidebar {
        position: relative !important;
        top: auto !important;
        grid-column: 1 !important;
        grid-row: 1 !important;
        align-self: start !important;
        max-height: none !important;
        overflow: visible !important;
        z-index: 5;
    }

    body.okra-policy-page.okra-wishlist-page.okra-account-page .okra-account-content {
        grid-column: 2 !important;
        grid-row: 1 !important;
    }

    body.okra-policy-page.okra-wishlist-page.okra-account-page .okra-account-sidebar-spacer {
        display: none;
        grid-column: 1 !important;
        grid-row: 1 !important;
        min-width: 0;
        pointer-events: none;
    }

    body.okra-policy-page.okra-wishlist-page.okra-account-page .okra-account-layout.is-sidebar-fixed .okra-account-sidebar-spacer,
    body.okra-policy-page.okra-wishlist-page.okra-account-page .okra-account-layout.is-sidebar-bottom .okra-account-sidebar-spacer {
        display: block;
    }

    body.okra-policy-page.okra-wishlist-page.okra-account-page .okra-account-layout.is-sidebar-fixed .okra-account-sidebar {
        position: fixed !important;
        top: var(--okra-sidebar-top, 24px) !important;
        left: var(--okra-sidebar-left, 0px) !important;
        width: var(--okra-sidebar-width, 300px) !important;
    }

    body.okra-policy-page.okra-wishlist-page.okra-account-page .okra-account-layout.is-sidebar-bottom .okra-account-sidebar {
        position: absolute !important;
        top: var(--okra-sidebar-bottom-top, 0px) !important;
        left: 0 !important;
        width: var(--okra-sidebar-width, 300px) !important;
    }
}

body.okra-policy-page.okra-wishlist-page.okra-account-page .okra-luxury-select {
    position: relative;
    min-width: 0;
    width: 100%;
    z-index: 1;
}

body.okra-policy-page.okra-wishlist-page.okra-account-page .okra-luxury-select.is-open {
    z-index: 20;
}

body.okra-policy-page.okra-wishlist-page.okra-account-page .okra-luxury-select select {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

body.okra-policy-page.okra-wishlist-page.okra-account-page .okra-luxury-select-button {
    min-height: 52px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border: 1px solid rgba(85, 25, 18, 0.22);
    background: rgba(255, 252, 247, 0.28);
    color: var(--okra-account-ink);
    padding: 0 15px 0 18px;
    font: inherit;
    font-size: 14px;
    line-height: 1.2;
    text-align: left;
    cursor: pointer;
    backdrop-filter: blur(8px);
    transition:
        border-color 180ms ease,
        background 180ms ease,
        box-shadow 180ms ease,
        transform 180ms ease;
}

body.okra-policy-page.okra-wishlist-page.okra-account-page .okra-luxury-select-button:hover,
body.okra-policy-page.okra-wishlist-page.okra-account-page .okra-luxury-select-button:focus-visible,
body.okra-policy-page.okra-wishlist-page.okra-account-page .okra-luxury-select.is-open .okra-luxury-select-button {
    border-color: rgba(85, 25, 18, 0.55);
    background: rgba(255, 252, 247, 0.42);
    box-shadow: 0 12px 32px rgba(85, 25, 18, 0.08);
    outline: 0;
}

body.okra-policy-page.okra-wishlist-page.okra-account-page .okra-luxury-select.is-open .okra-luxury-select-button {
    transform: translateY(-1px);
}

body.okra-policy-page.okra-wishlist-page.okra-account-page .okra-luxury-select-value {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.okra-policy-page.okra-wishlist-page.okra-account-page .okra-luxury-select-icon {
    position: relative;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    color: var(--okra-account-red);
    transition: transform 180ms ease;
}

body.okra-policy-page.okra-wishlist-page.okra-account-page .okra-luxury-select-icon::before,
body.okra-policy-page.okra-wishlist-page.okra-account-page .okra-luxury-select-icon::after {
    content: "";
    position: absolute;
    top: 8px;
    width: 9px;
    height: 1px;
    background: currentColor;
}

body.okra-policy-page.okra-wishlist-page.okra-account-page .okra-luxury-select-icon::before {
    left: 2px;
    transform: rotate(42deg);
}

body.okra-policy-page.okra-wishlist-page.okra-account-page .okra-luxury-select-icon::after {
    right: 2px;
    transform: rotate(-42deg);
}

body.okra-policy-page.okra-wishlist-page.okra-account-page .okra-luxury-select.is-open .okra-luxury-select-icon {
    transform: rotate(180deg);
}

body.okra-policy-page.okra-wishlist-page.okra-account-page .okra-luxury-select-list {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 8px);
    max-height: min(310px, 42vh);
    display: grid;
    gap: 4px;
    margin: 0;
    padding: 8px;
    border: 1px solid rgba(85, 25, 18, 0.22);
    background: rgba(246, 240, 232, 0.94);
    box-shadow: 0 24px 60px rgba(48, 26, 20, 0.18);
    list-style: none;
    overflow: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
    touch-action: pan-y;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px) scale(0.985);
    transform-origin: top center;
    pointer-events: none;
    backdrop-filter: blur(18px);
    transition:
        opacity 160ms ease,
        visibility 160ms ease,
        transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.okra-policy-page.okra-wishlist-page.okra-account-page .okra-luxury-select.is-open .okra-luxury-select-list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

body.okra-policy-page.okra-wishlist-page.okra-account-page .okra-luxury-select-option {
    width: 100%;
    min-height: 40px;
    display: flex;
    align-items: center;
    border: 0;
    background: transparent;
    color: var(--okra-account-ink);
    padding: 0 14px;
    font: inherit;
    font-size: 13px;
    line-height: 1.2;
    text-align: left;
    cursor: pointer;
    transition:
        background 150ms ease,
        color 150ms ease,
        transform 150ms ease;
}

body.okra-policy-page.okra-wishlist-page.okra-account-page .okra-luxury-select-option:hover,
body.okra-policy-page.okra-wishlist-page.okra-account-page .okra-luxury-select-option:focus-visible {
    background: rgba(85, 25, 18, 0.08);
    color: var(--okra-account-red);
    outline: 0;
    transform: translateX(2px);
}

body.okra-policy-page.okra-wishlist-page.okra-account-page .okra-luxury-select-option.is-selected {
    background: var(--okra-account-red);
    color: #fff8f1;
}

body.okra-policy-page.okra-wishlist-page.okra-account-page .okra-luxury-select-option.is-disabled {
    color: rgba(95, 91, 86, 0.68);
}

body.okra-policy-page.okra-wishlist-page.okra-account-page .okra-luxury-select-list::-webkit-scrollbar {
    width: 6px;
}

body.okra-policy-page.okra-wishlist-page.okra-account-page .okra-luxury-select-list::-webkit-scrollbar-thumb {
    background: rgba(85, 25, 18, 0.24);
}

@media (prefers-reduced-motion: reduce) {
    body.okra-policy-page.okra-wishlist-page.okra-account-page .okra-luxury-select-button,
    body.okra-policy-page.okra-wishlist-page.okra-account-page .okra-luxury-select-icon,
    body.okra-policy-page.okra-wishlist-page.okra-account-page .okra-luxury-select-list,
    body.okra-policy-page.okra-wishlist-page.okra-account-page .okra-luxury-select-option {
        transition: none !important;
    }
}

@media (max-width: 767px) {
    body.okra-policy-page.okra-wishlist-page.okra-account-page .okra-account-sidebar {
        position: static !important;
        max-height: none !important;
        overflow: visible !important;
    }

    body.okra-policy-page.okra-wishlist-page.okra-account-page .okra-account-submit {
        margin-top: 20px !important;
        gap: 12px !important;
    }

    body.okra-policy-page.okra-wishlist-page.okra-account-page .okra-account-submit [data-account-save-copy] {
        min-height: 1.45em;
    }
}
