/** Shopify CDN: Minification failed

Line 247:1 Unexpected ";"

**/


/* ============================================
   Ellie Grace Jewellery — Shopify Theme Styles
   Colours are exposed as CSS variables and are
   overridden per-store from theme settings in
   layout/theme.liquid (Theme Settings → Colours).
   ============================================ */

:root {
    --gold: #CBAE11;
    --gold-warm: #FFD340;
    --crimson: #B3010C;
    --ink: #2E2E2E;
    --paper: #FBF7F0;
    --cream: #F4EBDC;
    --beige: #EADFCB;
    --white: #FFFFFF;
    --ease: cubic-bezier(.22, .61, .36, 1);
    --container: 1500px;
}
img.eg-hero-image.moblie_show {
    display: none;
}
.eg, .eg * { box-sizing: border-box; }
.eg { font-family: var(--sans); color: var(--ink); line-height: 1.55; -webkit-font-smoothing: antialiased; }

.eg a { color: inherit; text-decoration: none; }
.eg img { max-width: 100%; display: block; }
.eg button {background: none; cursor: pointer;border:none; }

/* ===== Container width (reused on every section) ===== */
.eg-container {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 32px;
}

/* ===== Shared heading base — h2/h3/h4/h5 inherit one family,
   weight and rhythm so they stay consistent across sections.
   Individual display sizes are set by each section's classes. ===== */
.eg h1, .eg h2, .eg h3, .eg h4, .eg h5 {
    line-height: 1.1;
    letter-spacing: -.01em;
}

/* ===== Announcement / marquee ===== */
.eg-announce {
    background: var(--ink);
    color: var(--paper);
    font-size: 12px;
    letter-spacing: .18em;
    text-transform: uppercase;
    overflow: hidden;
    padding: 10px 0;
}
.eg-marquee { overflow: hidden; white-space: nowrap; }
.eg-marquee-track { display: inline-flex; gap: 60px; animation: scroll 38s linear infinite; }
@keyframes scroll { to { transform: translateX(-50%); } }

/* ===== Header ===== */
.eg-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(251, 247, 240, .85);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(46, 46, 46, .06);
    transition: padding .3s var(--ease);
}
.eg-header.eg-scrolled { padding: 0; }
.eg-nav {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 18px 32px;
    gap: 24px;
}
.eg-nav-links { display: flex; gap: 32px; font-size: 14px; letter-spacing: .06em; }
.eg-nav-links a { position: relative; padding: 6px 0; }
.eg-nav-links a::after {
    content: ''; position: absolute; left: 0; bottom: 0;
    width: 0; height: 1px; background: var(--ink);
    transition: width .35s var(--ease);
}
.eg-nav-links a:hover::after { width: 100%; }
.eg-brand { text-align: center; line-height: 1; }
.eg-brand-name { font-size: 26px; font-weight: 600; letter-spacing: .02em; display: block; }
.eg-brand-amp { color: var(--crimson); font-style: italic; margin: 0 2px; }
.eg-brand-tag { font-family: var(--script); font-size: 18px; color: var(--gold); display: block; margin-top: -4px; }
.eg-nav-actions { display: flex; justify-content: flex-end; align-items: center; gap: 18px; font-size: 18px; }
.eg-cart-btn {
    font-size: 14px; letter-spacing: .08em; border: 1px solid var(--ink);
    padding: 8px 14px; border-radius: 999px; transition: all .3s var(--ease);
}
.eg-cart-btn:hover { background: var(--ink); color: var(--paper); }
.eg-cart-count { display: inline-block; margin-left: 6px; font-weight: 600; }
.eg-nav-toggle { display: none; flex-direction: column; gap: 5px; width: 24px; }
.eg-nav-toggle span { display: block; height: 1.5px; background: var(--ink); transition: .3s; }

/* ===== Hero ===== */
.eg-hero {
    padding: 60px 0 100px;
    background: linear-gradient(180deg, var(--paper) 0%, var(--cream) 100%);
    position: relative; overflow: hidden;
}
.eg-hero::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(ellipse at 20% 30%, rgba(255, 211, 64, .18), transparent 50%);
    pointer-events: none;
}
.eg-hero-grid {
    display: grid; grid-template-columns: 1.05fr 1fr; gap: 64px;
    align-items: center; position: relative; z-index: 1;
}
.eg-hero-copy {
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    /* align-items: center; */
}
.eg-eyebrow {
    font-size: 12px; letter-spacing: .32em; text-transform: uppercase;
    color: var(--gold);  display: inline-block; margin-bottom: 15px;
}
.eg-hero-title { font-size: clamp(40px, 7vw, 90px);
    line-height: .95;  letter-spacing: -.02em; margin-bottom: 0;
}
.eg-hero-title em {; font-style: normal; color: var(--crimson);
    font-size: clamp(48px, 7vw, 90px); font-weight: 400; display: inline-block; transform: translateY(.06em);
}
.eg-hero-sub { font-size: 18px; max-width: 480px; color: #555; margin-bottom: 36px; }
.eg-hero-cta { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; margin-bottom: 56px; }

.eg-btn {
    display: inline-flex; align-items: center; gap: 10px; padding: 16px 32px;
    font-size: 14px; letter-spacing: .16em; text-transform: uppercase; border-radius: 999px;
     transition: all .35s var(--ease); position: relative; overflow: hidden;
}
.eg-btn-primary { background: var(--ink) !important; color: var(--paper) !important; }
.eg-btn-primary:hover { background: var(--crimson); transform: translateY(-2px); box-shadow: 0 12px 30px -10px rgba(179, 1, 12, .5); }
.eg-btn-ghost { color: var(--ink); padding: 16px 0; }
.eg-btn-ghost:hover { color: var(--crimson); letter-spacing: .2em; }

.eg-hero-meta { display: flex; gap: 48px; }
.eg-hero-meta strong { font-size: 28px; display: block; color: var(--ink); }
.eg-hero-meta span { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: #777; }

/* .eg-hero-visual { position: relative; aspect-ratio: 4/5; max-height: 680px; } */
.eg-hero-blob {
    position: absolute; inset: -40px;
    background: radial-gradient(ellipse, var(--gold-warm) 0%, transparent 60%);
    opacity: .25; filter: blur(60px); animation: float 8s ease-in-out infinite;
}
@keyframes float { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(20px,-20px) scale(1.05); } }
.eg-hero-image-wrap { position: relative; width: 100%; height: 100%; z-index: 1; }
.moblie_show{
    display:none;
}
.eg-hero-image {
    width: 100%; height: 100%; object-fit: cover;
    box-shadow: 0 40px 80px -30px rgba(46, 46, 46, .3);
     /* border-radius: 280px 280px 24px 24px; */
}
.eg-hero-badge {
    position: absolute; top: -30px; left: -30px; width: 130px; height: 130px;
    background: var(--paper); border-radius: 50%; display: flex; align-items: center;
    justify-content: center; box-shadow: 0 10px 30px -10px rgba(0, 0, 0, .15);
}
.eg-badge-spin { width: 100%; height: 100%; }
.eg-badge-spin text:first-of-type { animation: spin 20s linear infinite; transform-origin: 60px 60px; }
@keyframes spin { to { transform: rotate(360deg); } }
.eg-hero-card {
    position: absolute; bottom: -20px; right: -30px; background: var(--white);
    padding: 24px 28px; border-radius: 12px; max-width: 260px;
    box-shadow: 0 20px 50px -20px rgba(0, 0, 0, .2); transform: rotate(-3deg); transition: transform .5s var(--ease);
}
.eg-hero-card:hover { transform: rotate(0) scale(1.03); }
.eg-hero-card .eg-cursive { font-family: var(--script); color: var(--crimson); font-size: 22px; display: block; }
.eg-hero-card p { font-size: 14px; color: #555; margin: 8px 0; font-style: italic; }
.eg-cursive { font-family: var(--script); }

/* ===== Reveal animations ===== */
.eg-reveal { opacity: 0; transform: translateY(30px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.eg-reveal.eg-in { opacity: 1; transform: none; }
.eg-reveal:nth-child(2) { transition-delay: .1s; }
.eg-reveal:nth-child(3) { transition-delay: .2s; }
.eg-reveal:nth-child(4) { transition-delay: .3s; }
.eg-reveal:nth-child(5) { transition-delay: .4s; }
h1.eg-hero-title {
    margin-top: 0;
}
/* ===== Trust strip ===== */
.eg-trust { padding: 50px 0; background: var(--white); border-top: 1px solid var(--beige); border-bottom: 1px solid var(--beige); }
.eg-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; }
.eg-trust-grid > div { text-align: center; }
.eg-trust-grid span { font-size: 22px; color: var(--gold); display: block; margin-bottom: 10px; }
.eg-trust-grid h4 { font-size: 18px; margin-bottom: 4px; font-weight: 600; }
.eg-trust-grid p { font-size: 13px; color: #777; }

/* ===== Sections ===== */
.eg-section { padding: 60px 0; position: relative; background: var(--paper); }
.eg-section-head { text-align: center; margin-bottom: 64px; max-width: 640px; margin-left: auto; margin-right: auto; }
.eg-section-head h2 { font-size: clamp(36px, 5vw, 48px);  letter-spacing: -.01em; line-height: 1.05; margin-bottom: 16px; margin-top:0; }
.eg-section-head p { color: #666; font-size: 17px; }

/* ===== Collections ===== */
.eg-collections { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.eg-collection-card {
    aspect-ratio: 5/4; background: var(--cream); border-radius: 18px; padding: 36px;
    display: flex; flex-direction: column; justify-content: flex-end; position: relative;
    overflow: hidden; transition: all .5s var(--ease);
}
.eg-collection-card::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(circle at 30% 30%, var(--gold-warm), transparent 60%);
    opacity: 0; transition: opacity .5s var(--ease);
}
.eg-collection-card:hover { transform: translateY(-6px); box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .2); }
.eg-collection-card:hover::before { opacity: .35; }
.eg-collection-card span { font-size: 32px;  position: relative; z-index: 1; }
.eg-collection-card em { font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: #888; font-style: normal; margin-top: 6px; position: relative; z-index: 1; }
.eg-collection-card:nth-child(2) { background: #E8DCC7; }
.eg-collection-card:nth-child(3) { background: var(--beige); }
.eg-collection-card:nth-child(4) { background: #F0E4D0; }
.eg-collection-card:nth-child(5) { background: var(--cream); }
.eg-collection-card:nth-child(6) { background: #EDDFCA; }

/* ===== Feature split ===== */
.eg-feature-split { background: var(--cream); }
.eg-split { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.eg-split-image { position: relative; border-radius: 24px; overflow: hidden; aspect-ratio: 4/5; }
.eg-split-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.eg-split-image:hover img { transform: scale(1.04); }
.eg-sticker {
    position: absolute; top: 24px; left: 24px; background: var(--crimson); color: var(--paper);
    font-size: 11px; letter-spacing: .18em; text-transform: uppercase; padding: 8px 16px; border-radius: 999px;
};
.eg-split-copy h2 { font-size: clamp(36px, 4.5vw, 56px);  line-height: 1.05; margin-bottom: 24px; letter-spacing: -.01em; margin-top:0 }
.eg-split-copy p { font-size: 17px; color: #555; margin-bottom: 28px; }
.eg-bullets { list-style: none;     margin: 0 0 36px 0;
    padding: 0; }
.eg-bullets li { padding: 12px 0; border-bottom: 1px solid rgba(46, 46, 46, .1); font-size: 15px; position: relative; padding-left: 22px; }
.eg-bullets li::before { content: '✦'; color: var(--gold); position: absolute; left: 0; }
.eg-price-row { display: flex; align-items: center; gap: 32px; }
.eg-price { font-size: 32px; color: var(--ink); }

/* ===== Product grid ===== */
.eg-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.eg-product { cursor: pointer; }
.eg-product-img { position: relative; aspect-ratio: 1; background: var(--cream); border-radius: 14px; overflow: hidden; margin-bottom: 16px; }
.eg-product-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.eg-product:hover .eg-product-img img { transform: scale(1.06); }
.eg-quick {
    position: absolute; bottom: 14px; left: 14px; right: 14px; background: var(--ink); color: var(--paper);
    padding: 12px; border-radius: 999px; font-size: 12px; letter-spacing: .16em; text-transform: uppercase;
    opacity: 0; transform: translateY(10px); transition: all .35s var(--ease); text-align: center;
}
.eg-product:hover .eg-quick { opacity: 1; transform: none; }
.eg-product h3 { font-size: 20px;  margin-bottom: 4px; }
.eg-product p { font-size: 13px; color: #888; margin-bottom: 8px; font-style: italic; }
.eg-product .eg-price { font-size: 18px; font-family: var(--sans);  }

/* ===== Message moment ===== */
.eg-message-moment { background: linear-gradient(135deg, #FBF1E2 0%, var(--cream) 100%); position: relative; overflow: hidden; }
.eg-message-moment::before {
    content: '\201C'; position: absolute; font-size: 600px; color: var(--gold);
    opacity: .06; top: -100px; left: -40px; line-height: 1; pointer-events: none;
}
.eg-message-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; position: relative; }
.eg-cursive-h { font-family: var(--script); font-size: clamp(48px, 6vw, 84px); color: var(--crimson); line-height: 1.1; font-weight: 400; margin-bottom: 28px; }
.eg-message-text p { font-size: 17px; color: #555; margin-bottom: 28px; max-width: 440px; }
.eg-message-image { border-radius: 24px; overflow: hidden; aspect-ratio: 7/5; box-shadow: 0 30px 70px -30px rgba(0, 0, 0, .3); }
.eg-message-image img { width: 100%; height: 100%; object-fit: cover; }

/* ===== Story ===== */
.eg-story-section { background: var(--paper); }
.eg-story-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; align-items: center; }
.eg-story-img { aspect-ratio: 4/5; border-radius: 24px; overflow: hidden; }
.eg-story-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.5s var(--ease); }
.eg-story-img:hover img { transform: scale(1.05); }
.eg-story-copy h2 { font-size: clamp(36px, 4.5vw, 60px);  line-height: 1.05; margin-bottom: 28px; letter-spacing: -.01em; }
.eg-story-copy p { font-size: 17px; color: #555; margin-bottom: 18px; max-width: 520px; }

/* ===== Testimonials ===== */
.eg-testimonials { background: var(--cream); }
.eg-testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.eg-testi-grid figure { background: var(--paper); padding: 40px; border-radius: 18px; position: relative; transition: transform .4s var(--ease); }
.eg-testi-grid figure:hover { transform: translateY(-4px); }
.eg-testi-grid figure::before { content: '\201C'; position: absolute; top: 10px; left: 24px; font-size: 80px; color: var(--gold); opacity: .4; line-height: 1; }
.eg-testi-grid blockquote { font-size: 20px; line-height: 1.4; margin-bottom: 20px; font-style: italic; position: relative; z-index: 1; }
.eg-testi-grid figcaption { font-size: 13px; letter-spacing: .16em; text-transform: uppercase; color: var(--crimson); }

/* ===== Newsletter ===== */
.eg-newsletter { padding: 120px 0; background: var(--ink); color: var(--paper); text-align: center; }
.eg-news-wrap h2 { font-size: clamp(36px, 5vw, 64px);  margin-bottom: 14px; letter-spacing: -.01em; }
.eg-news-wrap p { color: rgba(251, 247, 240, .7); margin-bottom: 36px; font-size: 17px; }
.eg-news-wrap form { display: flex; max-width: 480px; margin: 0 auto; gap: 8px; background: rgba(255, 255, 255, .08); padding: 8px; border-radius: 999px; border: 1px solid rgba(255, 255, 255, .15); }
.eg-news-wrap input { flex: 1; padding: 14px 20px; background: transparent; border: none; color: var(--paper); font-size: 15px; outline: none; }
.eg-news-wrap input::placeholder { color: rgba(251, 247, 240, .5); }
.eg-news-wrap button { background: var(--gold-warm); color: var(--ink); padding: 14px 28px; border-radius: 999px; font-size: 13px; letter-spacing: .18em; text-transform: uppercase; font-weight: 600; transition: all .3s var(--ease); }
.eg-news-wrap button:hover { background: var(--paper); }

/* ===== Footer ===== */
.eg-footer { background: var(--paper); padding: 80px 0 32px; border-top: 1px solid var(--beige); }
.eg-footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 60px; }
.eg-footer-grid p { font-size: 14px; color: #777; margin-top: 14px; max-width: 280px; }
.eg-footer h5 { font-size: 12px; letter-spacing: .22em; text-transform: uppercase; margin-bottom: 18px; color: var(--gold); }
.eg-footer a { display: block; font-size: 14px; padding: 6px 0; color: #555; transition: color .25s; }
.eg-footer a:hover { color: var(--crimson); }
.eg-foot-bottom { font-size: 12px; color: #999; text-align: center; padding-top: 24px; border-top: 1px solid var(--beige); }

/* ===== Responsive ===== */
@media (max-width:960px) {
    .eg-hero-grid, .eg-split, .eg-message-wrap, .eg-story-grid { grid-template-columns: 1fr; gap: 48px; }
    .eg-hero-visual { max-height: 520px; aspect-ratio: 1; }
    .eg-collections, .eg-product-grid, .eg-testi-grid, .eg-trust-grid { grid-template-columns: repeat(2, 1fr); }
    .eg-footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
    .eg-nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--paper); flex-direction: column; padding: 24px; border-bottom: 1px solid var(--beige); }
    .eg-nav-links.open { display: flex; }
    .eg-nav-toggle { display: flex; }
    .eg-nav { grid-template-columns: auto 1fr auto; }
    .eg-brand { text-align: center; }
    .eg-section { padding: 80px 0; }
    .eg-hero { padding: 40px 0 80px; }
    .eg-hero-card { right: 0; bottom: -10px; }
    .eg-container { padding: 0 20px; }
    .eg-hero-meta div {
    width: 45%;
}
.eg-hero-sub {
    font-size: 16px;
    margin-bottom: 15px;
}
.eg-hero-cta{
    margin-bottom:0;
}
a.eg-btn.eg-btn-ghost {
    width: 100%;
    text-align: center;
    display: block;
}

a.eg-btn.eg-btn-primary {
    width: 100%;
    text-align: center;
    justify-content: center;
}
/* .eg-hero-copy{
    order: 2;
} */
 img.eg-hero-image.desktop_show,.eg-hero-visual{
    display:none;
 }
img.eg-hero-image.moblie_show {
    display: block;
    margin-bottom:15px;
}
.eg-hero-meta div {
        width: 29%;
    }
    .eg-hero-meta strong {
    font-size: 16px;
    }
    .eg-hero-meta span {
    font-size: 12px;
    }
    .eg-hero-meta { flex-wrap: wrap; gap: 15px;justify-content: center; }

}
@media (max-width:560px) {
    .eg-collections, .eg-product-grid, .eg-testi-grid, .eg-trust-grid, .eg-footer-grid { grid-template-columns: 1fr; }
    .eg-news-wrap form { flex-direction: column; border-radius: 24px; background: transparent; border: none; padding: 0; gap: 12px; }
    .eg-news-wrap input { background: rgba(255, 255, 255, .08); border-radius: 999px; border: 1px solid rgba(255, 255, 255, .15); }
}

.eg_pt_tabs_inner img {
    border-radius: 50%;
    object-fit: cover;
    width: auto;
    height: auto;
}