
/* ============================================================
   Heikaya Customer Pages — v6.13.7
   Wishlist + My Account + Cart + global search button
   Palette: #15120f / #fffdf9 only
   ============================================================ */
:root {
    --heikaya-dark: #15120f;
    --heikaya-bright: #fffdf9;
}

/* ------------------------------------------------------------
   GLOBAL HEADER SEARCH PANEL
   ------------------------------------------------------------ */
.lumiere-search-panel {
    background: #fffdf9 !important;
    color: #15120f !important;
}

.lumiere-search-panel__inner {
    width: min(100% - 48px, 980px) !important;
    margin: 0 auto !important;
}

.lumiere-search-panel input {
    border-color: rgba(21,18,15,.32) !important;
    background: #fffdf9 !important;
    color: #15120f !important;
}

.lumiere-search-panel input::placeholder {
    color: rgba(21,18,15,.48) !important;
}

.lumiere-search-panel button[type="submit"] {
    min-width: 132px !important;
    border: 1px solid #15120f !important;
    background: #15120f !important;
    color: #fffdf9 !important;
    opacity: 1 !important;
    text-indent: 0 !important;
}

.lumiere-search-panel button[type="submit"]:hover,
.lumiere-search-panel button[type="submit"]:focus-visible {
    background: #fffdf9 !important;
    color: #15120f !important;
}

/* ------------------------------------------------------------
   COMMON FULL-WIDTH WOOCOMMERCE CUSTOMER CANVAS
   ------------------------------------------------------------ */
body.woocommerce-account,
body.woocommerce-cart,
body.page-template-page-wishlist,
body.page-template-page-wishlist-php,
body.woocommerce-account #page,
body.woocommerce-cart #page,
body.page-template-page-wishlist #page,
body.woocommerce-account #content,
body.woocommerce-cart #content,
body.page-template-page-wishlist #content,
body.woocommerce-account .site-content,
body.woocommerce-cart .site-content,
body.page-template-page-wishlist .site-content {
    background: #fffdf9 !important;
    color: #15120f !important;
}

body.woocommerce-account .site-content > .ast-container,
body.woocommerce-cart .site-content > .ast-container,
body.page-template-page-wishlist .site-content > .ast-container,
body.page-template-page-wishlist-php .site-content > .ast-container {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fffdf9 !important;
}

body.woocommerce-account #primary,
body.woocommerce-cart #primary,
body.page-template-page-wishlist #primary,
body.page-template-page-wishlist-php #primary {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

body.woocommerce-account #secondary,
body.woocommerce-cart #secondary,
body.page-template-page-wishlist #secondary,
body.page-template-page-wishlist-php #secondary {
    display: none !important;
}

/* ------------------------------------------------------------
   WISHLIST
   ------------------------------------------------------------ */
.lumiere-wishlist-page {
    width: 100% !important;
    background: #fffdf9 !important;
    color: #15120f !important;
}

.lumiere-wishlist-hero {
    padding: 54px 32px 38px !important;
    border-bottom: 1px solid rgba(21,18,15,.10) !important;
    background: #fffdf9 !important;
}

.lumiere-wishlist-hero__inner {
    width: min(100%, 1640px) !important;
}

.lumiere-wishlist-eyebrow,
.lumiere-wishlist-hero h1,
.lumiere-wishlist-hero p,
.lumiere-wishlist-toolbar p,
.lumiere-wishlist-toolbar a,
.lumiere-wishlist-card,
.lumiere-wishlist-card h2,
.lumiere-wishlist-card h2 a,
.lumiere-wishlist-card__category,
.lumiere-wishlist-card__category a,
.lumiere-wishlist-card__price,
.lumiere-wishlist-empty,
.lumiere-wishlist-login-card {
    color: #15120f !important;
}

.lumiere-wishlist-hero h1 {
    text-transform: none !important;
}

.lumiere-wishlist-hero p:last-child {
    color: #15120f !important;
}

.lumiere-wishlist-content {
    padding: 38px 32px 68px !important;
    background: #fffdf9 !important;
}

.lumiere-wishlist-content__inner {
    width: min(100%, 1640px) !important;
    max-width: none !important;
}

.lumiere-wishlist-toolbar {
    margin-bottom: 28px !important;
    border-bottom-color: rgba(21,18,15,.12) !important;
}

.lumiere-wishlist-toolbar a {
    position: relative;
}

.lumiere-wishlist-toolbar a::after {
    position: absolute;
    right: 0;
    bottom: -4px;
    left: 0;
    height: 1px;
    content: "";
    background: #15120f;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .22s ease;
}

.lumiere-wishlist-toolbar a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.lumiere-wishlist-grid {
    grid-template-columns: repeat(4,minmax(0,1fr)) !important;
    gap: 42px 24px !important;
}

.lumiere-wishlist-card {
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fffdf9 !important;
    box-shadow: none !important;
}

.lumiere-wishlist-card__image-wrap {
    margin: 0 !important;
    border: 1px solid rgba(21,18,15,.09) !important;
    border-radius: 18px !important;
    background: #fffdf9 !important;
}

.lumiere-wishlist-card__content {
    min-height: 230px;
    padding: 14px 0 0 !important;
}

.lumiere-wishlist-card__category,
.lumiere-wishlist-card__category a {
    color: rgba(21,18,15,.58) !important;
}

.lumiere-wishlist-card h2 {
    min-height: 3.05em;
    margin: 2px 0 12px !important;
    font-family: Montserrat,Arial,sans-serif !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    text-transform: none !important;
}

.lumiere-wishlist-card h2 a:hover {
    text-decoration: underline !important;
    text-underline-offset: 4px;
}

.lumiere-wishlist-card__price {
    min-height: 30px;
    font-weight: 700 !important;
}

.lumiere-wishlist-card__actions .button {
    min-height: 46px !important;
    border: 1px solid #15120f !important;
    border-radius: 999px !important;
    background: #15120f !important;
    color: #fffdf9 !important;
}

.lumiere-wishlist-card__actions .button:hover,
.lumiere-wishlist-card__actions .button:focus-visible {
    background: #fffdf9 !important;
    color: #15120f !important;
}

.lumiere-wishlist-button {
    border-color: rgba(21,18,15,.24) !important;
    background: #fffdf9 !important;
    color: #15120f !important;
}

.lumiere-wishlist-button:hover,
.lumiere-wishlist-button.is-active {
    border-color: #15120f !important;
    background: #15120f !important;
    color: #fffdf9 !important;
}

.lumiere-wishlist-button.is-active svg {
    fill: none !important;
    stroke: #fffdf9 !important;
}

.lumiere-wishlist-empty,
.lumiere-wishlist-login-card {
    border-color: rgba(21,18,15,.14) !important;
    background: #fffdf9 !important;
    box-shadow: none !important;
}

.lumiere-wishlist-empty > p:not(.lumiere-wishlist-eyebrow),
.lumiere-wishlist-login-card > p:not(.lumiere-wishlist-eyebrow) {
    color: #15120f !important;
}

.lumiere-wishlist-empty > a,
.lumiere-wishlist-login-card > a {
    border: 1px solid #15120f !important;
    background: #15120f !important;
    color: #fffdf9 !important;
}

.lumiere-wishlist-empty > a:hover,
.lumiere-wishlist-login-card > a:hover {
    background: #fffdf9 !important;
    color: #15120f !important;
}

.lumiere-wishlist-login-card__icon {
    border-color: #15120f !important;
    background: #fffdf9 !important;
    color: #15120f !important;
}

/* ------------------------------------------------------------
   MY ACCOUNT
   ------------------------------------------------------------ */
body.woocommerce-account .site-main {
    width: min(100% - 64px, 1480px) !important;
    max-width: none !important;
    margin: 0 auto !important;
    padding: 56px 0 78px !important;
}

body.woocommerce-account .woocommerce {
    width: 100% !important;
    color: #15120f !important;
}

body.woocommerce-account .woocommerce::after {
    display: block;
    clear: both;
    content: "";
}

body.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left !important;
    width: 260px !important;
    margin: 0 !important;
    padding: 10px !important;
    border: 1px solid #15120f !important;
    border-radius: 20px !important;
    background: #15120f !important;
    box-shadow: none !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0 !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li {
    border: 0 !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation a {
    padding: 13px 15px !important;
    border: 1px solid transparent !important;
    border-radius: 10px !important;
    background: transparent !important;
    color: #fffdf9 !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
body.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
body.woocommerce-account .woocommerce-MyAccount-navigation a:focus-visible {
    border-color: #fffdf9 !important;
    background: #fffdf9 !important;
    color: #15120f !important;
}

body.woocommerce-account .woocommerce-MyAccount-content {
    float: right !important;
    width: calc(100% - 292px) !important;
    min-height: 280px;
    margin: 0 !important;
    padding: 30px 32px !important;
    border: 1px solid rgba(21,18,15,.14) !important;
    border-radius: 22px !important;
    background: #fffdf9 !important;
    color: #15120f !important;
    box-shadow: none !important;
}

body.woocommerce-account .woocommerce-MyAccount-content,
body.woocommerce-account .woocommerce-MyAccount-content p,
body.woocommerce-account .woocommerce-MyAccount-content a,
body.woocommerce-account .woocommerce-MyAccount-content strong,
body.woocommerce-account .woocommerce-MyAccount-content h2,
body.woocommerce-account .woocommerce-MyAccount-content h3,
body.woocommerce-account .woocommerce-MyAccount-content address {
    color: #15120f !important;
}

body.woocommerce-account .woocommerce-MyAccount-content a {
    text-decoration: underline;
    text-underline-offset: 3px;
}

body.woocommerce-account .woocommerce form.login,
body.woocommerce-account .woocommerce form.register,
body.woocommerce-account .woocommerce form.edit-account,
body.woocommerce-account .woocommerce form.woocommerce-address-fields {
    border: 1px solid rgba(21,18,15,.14) !important;
    background: #fffdf9 !important;
    color: #15120f !important;
    box-shadow: none !important;
}

body.woocommerce-account .woocommerce form .form-row label {
    color: #15120f !important;
}

body.woocommerce-account .woocommerce form input.input-text,
body.woocommerce-account .woocommerce form textarea,
body.woocommerce-account .woocommerce form select {
    border-color: rgba(21,18,15,.28) !important;
    background: #fffdf9 !important;
    color: #15120f !important;
}

body.woocommerce-account .woocommerce button.button,
body.woocommerce-account .woocommerce a.button {
    border: 1px solid #15120f !important;
    background: #15120f !important;
    color: #fffdf9 !important;
}

body.woocommerce-account .woocommerce button.button:hover,
body.woocommerce-account .woocommerce a.button:hover {
    background: #fffdf9 !important;
    color: #15120f !important;
}

/* Orders/downloads tables */
body.woocommerce-account table.shop_table {
    border-color: rgba(21,18,15,.14) !important;
    background: #fffdf9 !important;
    color: #15120f !important;
}

body.woocommerce-account table.shop_table th,
body.woocommerce-account table.shop_table td {
    border-color: rgba(21,18,15,.12) !important;
    color: #15120f !important;
}

/* ------------------------------------------------------------
   CART — classic WooCommerce and WooCommerce Blocks
   ------------------------------------------------------------ */
body.woocommerce-cart .site-main {
    width: min(100% - 64px, 1480px) !important;
    max-width: none !important;
    margin: 0 auto !important;
    padding: 52px 0 76px !important;
}

body.woocommerce-cart .entry-header,
body.woocommerce-cart .entry-content,
body.woocommerce-cart .woocommerce {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

body.woocommerce-cart .entry-title {
    margin: 0 0 30px !important;
    color: #15120f !important;
    font-family: "Cormorant Garamond",Georgia,serif !important;
    font-size: clamp(50px,5vw,74px) !important;
    font-weight: 600 !important;
    line-height: .95 !important;
    text-transform: none !important;
}

/* Classic cart table */
body.woocommerce-cart table.shop_table,
body.woocommerce-cart .cart_totals,
body.woocommerce-cart .woocommerce-cart-form {
    border-color: rgba(21,18,15,.14) !important;
    background: #fffdf9 !important;
    color: #15120f !important;
    box-shadow: none !important;
}

body.woocommerce-cart table.shop_table {
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border-radius: 18px !important;
    overflow: hidden;
}

body.woocommerce-cart table.shop_table th,
body.woocommerce-cart table.shop_table td {
    border-color: rgba(21,18,15,.10) !important;
    background: #fffdf9 !important;
    color: #15120f !important;
}

body.woocommerce-cart .product-name a,
body.woocommerce-cart .cart_totals h2,
body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals td,
body.woocommerce-cart .amount {
    color: #15120f !important;
}

body.woocommerce-cart .product-thumbnail img {
    object-fit: contain !important;
    background: #fffdf9 !important;
}

body.woocommerce-cart .quantity .qty,
body.woocommerce-cart .coupon .input-text,
body.woocommerce-cart input.input-text {
    border-color: rgba(21,18,15,.28) !important;
    background: #fffdf9 !important;
    color: #15120f !important;
}

body.woocommerce-cart .button,
body.woocommerce-cart button.button,
body.woocommerce-cart input.button,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    border: 1px solid #15120f !important;
    background: #15120f !important;
    color: #fffdf9 !important;
}

body.woocommerce-cart .button:hover,
body.woocommerce-cart button.button:hover,
body.woocommerce-cart input.button:hover,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background: #fffdf9 !important;
    color: #15120f !important;
}

body.woocommerce-cart .cart_totals {
    padding: 24px !important;
    border: 1px solid rgba(21,18,15,.14) !important;
    border-radius: 18px !important;
}

/* WooCommerce Blocks cart */
body.woocommerce-cart .wp-block-woocommerce-cart {
    width: 100% !important;
    max-width: none !important;
    color: #15120f !important;
}

body.woocommerce-cart .wc-block-cart,
body.woocommerce-cart .wc-block-cart-items,
body.woocommerce-cart .wc-block-cart__main,
body.woocommerce-cart .wc-block-cart__sidebar,
body.woocommerce-cart .wc-block-components-sidebar,
body.woocommerce-cart .wc-block-components-main {
    background: #fffdf9 !important;
    color: #15120f !important;
}

body.woocommerce-cart .wc-block-cart-items {
    border-color: rgba(21,18,15,.14) !important;
}

body.woocommerce-cart .wc-block-cart-items__row,
body.woocommerce-cart .wc-block-cart-items td,
body.woocommerce-cart .wc-block-cart-items th {
    border-color: rgba(21,18,15,.10) !important;
    background: #fffdf9 !important;
    color: #15120f !important;
}

body.woocommerce-cart .wc-block-components-product-name,
body.woocommerce-cart .wc-block-components-product-name a,
body.woocommerce-cart .wc-block-components-totals-item__label,
body.woocommerce-cart .wc-block-components-totals-item__value,
body.woocommerce-cart .wc-block-formatted-money-amount,
body.woocommerce-cart .wc-block-cart-item__prices,
body.woocommerce-cart .wc-block-components-quantity-selector__input {
    color: #15120f !important;
}

body.woocommerce-cart .wc-block-components-quantity-selector,
body.woocommerce-cart .wc-block-components-text-input input,
body.woocommerce-cart .wc-block-components-combobox .components-combobox-control__input {
    border-color: rgba(21,18,15,.24) !important;
    background: #fffdf9 !important;
    color: #15120f !important;
}

body.woocommerce-cart .wc-block-cart__submit-button,
body.woocommerce-cart .wc-block-components-button {
    border: 1px solid #15120f !important;
    background: #15120f !important;
    color: #fffdf9 !important;
}

body.woocommerce-cart .wc-block-cart__submit-button:hover,
body.woocommerce-cart .wc-block-components-button:hover {
    background: #fffdf9 !important;
    color: #15120f !important;
}

body.woocommerce-cart .wc-block-cart__submit-button *,
body.woocommerce-cart .wc-block-components-button * {
    color: inherit !important;
}

/* Empty cart */
body.woocommerce-cart .wc-block-cart__empty-cart__title,
body.woocommerce-cart .cart-empty,
body.woocommerce-cart .return-to-shop {
    color: #15120f !important;
}

body.woocommerce-cart .return-to-shop .button {
    border-color: #15120f !important;
    background: #15120f !important;
    color: #fffdf9 !important;
}

/* ------------------------------------------------------------
   RESPONSIVE
   ------------------------------------------------------------ */
@media (max-width: 1100px) {
    .lumiere-wishlist-grid {
        grid-template-columns: repeat(3,minmax(0,1fr)) !important;
    }
}

@media (max-width: 900px) {
    body.woocommerce-account .site-main,
    body.woocommerce-cart .site-main {
        width: calc(100% - 40px) !important;
        padding-top: 40px !important;
    }

    body.woocommerce-account .woocommerce-MyAccount-navigation,
    body.woocommerce-account .woocommerce-MyAccount-content {
        float: none !important;
        width: 100% !important;
    }

    body.woocommerce-account .woocommerce-MyAccount-navigation {
        margin-bottom: 20px !important;
    }

    body.woocommerce-account .woocommerce-MyAccount-navigation ul {
        display: grid;
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: 5px;
    }

    .lumiere-wishlist-grid {
        grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    }
}

@media (max-width: 560px) {
    .lumiere-search-panel__inner {
        width: calc(100% - 28px) !important;
    }

    .lumiere-wishlist-hero {
        padding: 38px 18px 28px !important;
    }

    .lumiere-wishlist-content {
        padding: 30px 18px 58px !important;
    }

    .lumiere-wishlist-grid {
        grid-template-columns: 1fr !important;
    }

    .lumiere-wishlist-card h2 {
        min-height: 0 !important;
    }

    body.woocommerce-account .site-main,
    body.woocommerce-cart .site-main {
        width: calc(100% - 28px) !important;
        padding-top: 30px !important;
    }

    body.woocommerce-account .woocommerce-MyAccount-navigation ul {
        grid-template-columns: 1fr;
    }

    body.woocommerce-account .woocommerce-MyAccount-content {
        padding: 22px 18px !important;
    }
}
