/** Shopify CDN: Minification failed

Line 275:0 Unexpected "="

**/
/* =========================================================
   ANNOUNCEMENT BAR
   ========================================================= */

.announcement-bar {
    min-height: 38px;
    background: #211f1c;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px 20px;
    font-size: 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.announcement-messages {
    display: flex;
    align-items: center;
    gap: 60px;
}

.announcement-promo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.announcement-promo-code strong {
    letter-spacing: 1px;
}

.announcement-bar.is-promo-active {
    background: #5c1a24;
    color: #ffffff;
}

.announcement-promo-timer {
    font-variant-numeric: tabular-nums;
}

.announcement-promo-timer-active {
    display: flex;
    align-items: flex-start;
    gap: 6px;
}

.announcement-promo-timer-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.1;
}

.announcement-promo-timer-value {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.5px;
}

.announcement-promo-timer-label {
    font-size: 8px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
    margin-top: 1px;
}

.announcement-promo-timer-sep {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    align-self: flex-start;
}

.announcement-promo-timer-ended {
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
}

@media (max-width: 480px) {
    .announcement-promo-timer-value,
    .announcement-promo-timer-sep {
        font-size: 13px;
    }

    .announcement-promo-timer-label {
        font-size: 7px;
    }

    .announcement-promo {
        gap: 12px;
    }
}

.announcement-promo-link {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
}


/* =========================================================
   HEADER
   ========================================================= */

.site-header {
    height: 88px;
    padding: 0 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f7f4ef;
    border-bottom: 1px solid #ddd8cf;
    position: relative;
    z-index: 100;
}

.logo,
.footer-logo {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 28px;
    letter-spacing: 5px;
    font-weight: 500;
}

.main-navigation {
    display: flex;
    align-items: center;
    gap: 16px;
    height: 100%;
}

.main-navigation > a,
.nav-item > a,
.header-actions button,
.header-actions a {
    background: none;
    border: 0;
    font-size: 10px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    cursor: pointer;
}

.nav-item {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.nav-item > a {
    display: flex;
    align-items: center;
    height: 100%;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.header-actions button {
    padding: 0;
}

.mobile-menu-button {
    display: none;
    background: none;
    border: 0;
    font-size: 20px;
}


/* =========================================================
   MEGA MENUS
   ========================================================= */

.mega-menu {
    position: absolute;
    top: 88px;
    left: 50%;
    transform: translateX(-50%);
    width: min(900px, 90vw);
    background: #f7f4ef;
    border: 1px solid #ddd8cf;
    padding: 38px;
    display: grid;
    grid-template-columns: 1fr 1fr 1.4fr;
    gap: 40px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .25s ease, visibility .25s ease;
    box-shadow: 0 20px 50px rgba(0,0,0,.08);
}

.nav-item:hover .mega-menu,
.nav-item:focus-within .mega-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.main-navigation > a:focus-visible,
.nav-item > a:focus-visible,
.header-actions a:focus-visible,
.header-actions button:focus-visible,
.mobile-menu-button:focus-visible {
    outline: 2px solid #211f1c;
    outline-offset: 2px;
}

.mega-column {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mega-column h3 {
    font-size: 10px;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
}

.mega-column a {
    font-size: 13px;
    color: #5d5851;
}

.mega-column a:hover {
    color: #000;
}

.mega-feature {
    min-height: 230px;
    padding: 30px;
    /* Background image applied inline in sections/header.liquid (image_picker
       setting) instead of this fixed relative CSS path, since the original
       "../images/editorial/jewelry-editorial.jpg" does not exist as a Shopify
       theme asset (same fix already applied to .story-section). Gradient
       overlay values are unchanged. */
    background-color: #211f1c;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 12px;
}

.mega-feature span {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 25px;
}

.mega-feature a {
    font-size: 10px;
    letter-spacing: 1.5px;
}


   SITE FOOTER
========================= */

.site-footer {
    background: #f7f4ef;
    color: #211f1c;
    border-top: 1px solid #d8d4ce;
}

.footer-benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #211f1c;
    color: white;
    text-align: center;
}

.footer-benefits span {
    padding: 18px 12px;
    font-size: 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-right: 1px solid rgba(255,255,255,0.15);
}

.footer-benefits span:last-child {
    border-right: none;
}

.footer-main {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 70px;
    max-width: 1300px;
    margin: 0 auto;
    padding: 80px 60px;
}

.footer-brand h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 38px;
    font-weight: 400;
    letter-spacing: 4px;
    margin-bottom: 22px;
}

.footer-brand p {
    max-width: 330px;
    color: #5d5851;
    font-size: 14px;
    line-height: 1.8;
}

.footer-column {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-column h3 {
    font-size: 10px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.footer-column a {
    font-size: 13px;
    color: #5d5851;
    text-decoration: none;
}

.footer-column a:hover {
    color: #211f1c;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    padding: 22px 60px;
    border-top: 1px solid #d8d4ce;
    font-size: 10px;
    letter-spacing: 1.5px;
}

@media (max-width: 768px) {
    .footer-benefits {
        grid-template-columns: 1fr 1fr;
    }

    .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 45px;
        padding: 60px 30px;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 10px;
        padding: 20px 30px;
    }
}/* =========================
   XENVORA FOOTER
========================= */

.site-footer {
    background: #f7f4ef;
    color: #211f1c;
    border-top: 1px solid #ddd8d2;
}

.footer-benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #211f1c;
    color: #fff;
}

.footer-benefits span {
    padding: 22px 15px;
    text-align: center;
    font-size: 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-right: 1px solid rgba(255,255,255,0.15);
}

.footer-benefits span:last-child {
    border-right: none;
}

.footer-main {
    max-width: 1300px;
    margin: 0 auto;
    padding: 75px 60px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 70px;
}

.footer-brand h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 34px;
    font-weight: 400;
    letter-spacing: 5px;
    margin-bottom: 20px;
}

.footer-brand p {
    max-width: 320px;
    font-size: 13px;
    line-height: 1.8;
    color: #68625c;
}

.footer-column {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.footer-column h3 {
    font-size: 10px;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.footer-column a {
    color: #68625c;
    text-decoration: none;
    font-size: 12px;
}

.footer-column a:hover {
    color: #211f1c;
}

.footer-newsletter {
    max-width: 1300px;
    margin: 0 auto;
    padding: 55px 60px;
    border-top: 1px solid #ddd8d2;
}

.footer-newsletter-heading p {
    font-size: 10px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.footer-newsletter-heading h3 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 15px;
}

.footer-newsletter-text {
    font-size: 13px;
    color: #68625c;
    margin-bottom: 25px;
}

.footer-signup {
    display: flex;
    width: 100%;
    margin-bottom: 25px;
}

.footer-signup input {
    flex: 1;
    height: 52px;
    padding: 0 18px;
    border: 1px solid #bbb6af;
    background: transparent;
    outline: none;
}

.footer-signup button {
    width: 190px;
    border: none;
    background: #211f1c;
    color: white;
    font-size: 10px;
    letter-spacing: 2px;
    cursor: pointer;
}

.footer-social {
    display: flex;
    gap: 25px;
    font-size: 10px;
    letter-spacing: 1.5px;
}

.footer-bottom {
    border-top: 1px solid #ddd8d2;
    padding: 22px 60px;
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    letter-spacing: 1.5px;
}

@media (max-width: 768px) {

    .footer-benefits {
        grid-template-columns: 1fr 1fr;
    }

    .footer-main {
        grid-template-columns: 1fr 1fr;
        padding: 55px 30px;
        gap: 40px;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }

    .footer-newsletter {
        padding: 45px 30px;
    }

    .footer-signup {
        flex-direction: column;
    }

    .footer-signup button {
        width: 100%;
        height: 52px;
    }

    .footer-bottom {
        padding: 20px 30px;
        flex-direction: column;
        gap: 10px;
    }
}/* FIX FOOTER BENEFITS BAR */

.footer-benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    background: #211f1c;
    color: #fff;
}

.footer-benefits span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70px;
    padding: 15px 20px;
    text-align: center;
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: 1px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

/* NOTE: the next selector is copied byte-for-byte from the original xenvora-store
   css/style.css (lines 2405 and 2423). It contains a pre-existing authoring
   accident in the source file — the intended selector
   ".footer-benefits { ... } .footer-benefits span:last-child { border-right: none; }"
   got split by an inserted comment, leaving ".footer-benefi" and "ts span:last-child"
   as two dead/invalid selectors. Net effect on the live xenvora-store site today:
   the border-right on the last footer-benefits item is NOT removed. Preserved
   as-is per the "port CSS exactly, no cleanup" decision. Ask before fixing. */
.footer-benefi/* FORCE FOOTER INTO CORRECT LAYOUT */

.site-footer {
    display: block !important;
    width: 100% !important;
}

.footer-benefits {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

.footer-benefits span {
    min-height: 70px !important;
    width: auto !important;
}ts span:last-child {
    border-right: none;
}.footer-newsletter {
    max-width: 1300px;
    margin: 0 auto;
    padding: 55px 60px 70px;
    border-top: 1px solid #d8d4ce;
}

.footer-newsletter h3 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    font-weight: 400;
    margin: 8px 0 12px;
}

.footer-newsletter > p {
    max-width: 520px;
    color: #5d5851;
    font-size: 14px;
    line-height: 1.7;
}

.footer-signup {
    display: flex;
    width: 100%;
    margin-top: 25px;
}

.footer-signup input {
    flex: 1;
    min-height: 52px;
    padding: 0 18px;
    border: 1px solid #bbb6ae;
    background: transparent;
    font: inherit;
}

.footer-signup button {
    min-width: 180px;
    border: none;
    background: #211f1c;
    color: white;
    font-size: 10px;
    letter-spacing: 1.5px;
    cursor: pointer;
}

.footer-signup button:hover {
    background: #3d3832;
}

.footer-newsletter-consent {
    margin-top: 12px;
    font-size: 11px;
    line-height: 1.6;
    color: #8d8880;
}

.footer-newsletter-consent a {
    color: #8d8880;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .footer-newsletter {
        padding: 45px 30px 55px;
    }

    .footer-signup {
        flex-direction: column;
    }

    .footer-signup button {
        min-height: 52px;
        width: 100%;
    }
}.footer-newsletter {
    padding-top: 45px;
    padding-bottom: 45px;
}

.footer-newsletter h3 {
    margin-bottom: 10px;
}

.footer-newsletter > p {
    margin-bottom: 18px;
}

.footer-signup {
    margin-top: 15px;
}.footer-bottom {
    max-width: 1300px;
    margin: 0 auto;
    padding: 20px 60px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #d8d4ce;
    font-size: 10px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .footer-bottom {
        padding: 20px 30px 30px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}


/* =========================================================
   HEADER / ANNOUNCEMENT BAR — RESPONSIVE
   Hand-added: these rules live inside xenvora-store's shared
   @media(max-width:900px) / @media(max-width:520px) blocks
   (css/style.css) interleaved with homepage-only rules
   (hero, product-grid, promotion, etc.) that belong to the
   homepage build step, not this foundation step. Only the
   header/announcement/logo-relevant declarations are copied
   here now; verified verbatim against the source read.
   ========================================================= */

@media (max-width: 900px) {

    .announcement-bar {
        font-size: 8px;
    }

    .announcement-messages {
        gap: 15px;
        flex-wrap: wrap;
    }

    .announcement-promo {
        gap: 12px;
    }

    .site-header {
        height: 70px;
        padding: 0 20px;
    }

    .mobile-menu-button {
        display: block;
    }

    .main-navigation {
        display: none;
    }

    .main-navigation.is-open {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        height: auto;

        position: absolute;
        top: 70px;
        left: 0;
        right: 0;

        background: #f7f4ef;
        border-bottom: 1px solid #ddd8cf;
        padding: 10px 20px 20px;
        z-index: 99;

        max-height: calc(100vh - 70px);
        overflow-y: auto;
    }

    .main-navigation.is-open .nav-item {
        height: auto;
        display: block;
    }

    .main-navigation.is-open > a,
    .main-navigation.is-open .nav-item > a {
        display: block;
        height: auto;
        padding: 14px 0;
        border-bottom: 1px solid #ebe7e0;
    }

    .main-navigation.is-open .mega-menu {
        display: none;
    }

    .header-actions {
        gap: 10px;
    }

    .header-actions button {
        display: none;
    }

    .logo {
        font-size: 23px;
    }

}


@media (max-width: 520px) {

    .announcement-messages span:nth-child(2),
    .announcement-messages span:nth-child(3) {
        display: none;
    }

    .announcement-promo-link {
        flex-basis: 100%;
        text-align: center;
    }

}

/* Customer support email in the footer brand block. Added so the store
   publishes a reachable contact address on every page, not only inside
   the contact form. */
.footer-contact {
    margin-top: 18px;
}

.footer-contact-label {
    display: block;
    font-size: 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #8d8880;
    margin-bottom: 5px;
}

.footer-contact a {
    font-size: 13px;
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}
