/* Shopping navigation; original page sections retain their brand styles. */
.header.gf-store-header{display:grid;grid-template-columns:auto minmax(0,1fr) 250px auto;justify-content:normal;gap:22px;height:100px}
.gf-store-header .gem-logo img{width:166px}.gf-store-header .gf-shopping-nav{display:flex;justify-content:center;gap:24px}.gf-shopping-nav>a,.gf-categories summary{white-space:nowrap;font-size:13px;color:#4f4258}
.gf-categories summary{display:flex;align-items:center;gap:10px;cursor:pointer;list-style:none;padding:16px 0}.gf-categories summary::-webkit-details-marker{display:none}.gf-categories summary:after{display:none}.gf-categories summary span{transition:transform .2s}.gf-categories[open] summary span{transform:rotate(180deg)}
.gf-category-panel{position:absolute;top:100%;left:0;right:0;background:#fffdfb;border-top:1px solid #e7dfe7;border-bottom:1px solid #e7dfe7;padding:26px clamp(22px,4vw,70px) 32px;box-shadow:0 20px 30px #34273e10}
.gf-category-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;font-size:11px;letter-spacing:.12em}.gf-category-heading a{font-size:13px;letter-spacing:0;border-bottom:1px solid #bb9fb5;padding-bottom:4px}
.gf-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.gf-category{display:flex;flex-direction:column;gap:10px;padding:22px;border:1px solid #e4d9e7;border-radius:12px;background:#f6f0f4;transition:transform .2s,background .2s}.gf-category:hover{transform:translateY(-3px);background:#eee4ed}.gf-category>span{font-size:10px;letter-spacing:.13em}.gf-category strong{font-family:'Instrument Serif',Georgia,serif;font-weight:400;font-size:30px;line-height:1.2}.gf-category small{font-size:12px;line-height:1.7;display:flex;justify-content:space-between;gap:8px}.gf-tone-abundance{background:#f8f3e8}.gf-tone-calm{background:#f0ebf7}.gf-tone-begin{background:#f2f2ee}
.gf-header-search{display:flex;align-items:center;min-width:0;border:1px solid #e2d5e7;border-radius:999px;background:#faf7fb;padding:5px 6px 5px 16px;margin:0}.gf-header-search input[type=search]{width:100%;min-width:0;border:0;outline:0;box-shadow:none;background:transparent;color:#49364f;font:inherit;font-size:12px;padding:8px 0;height:auto;margin:0}.gf-header-search:focus-within{outline:2px solid #9a5f7c;outline-offset:2px}.gf-header-search button{flex-shrink:0;border:0;border-radius:999px;background:#49364f;color:white;padding:9px 13px;min-height:34px;font:inherit;font-size:11px;cursor:pointer}
.gf-store-header .header-actions{gap:10px;display:flex}.gf-cart-link{display:flex;align-items:center;gap:9px;min-height:44px;padding:9px 14px;border:1px solid #e2d5e7;border-radius:999px;background:#f3edf5;color:#49364f;font-size:12px;white-space:nowrap}.gf-cart-count{background:#49364f;color:#fff;display:inline-grid;place-items:center;min-width:22px;height:22px;padding:0 5px;border-radius:50%;font-size:11px}.gf-store-header :is(a,button,summary):focus-visible{outline:2px solid #9a5f7c;outline-offset:4px}.gf-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.gf-mobile-nav a{display:flex;justify-content:space-between;align-items:center;gap:12px}.gf-mobile-nav strong{font-size:11px;letter-spacing:.08em;font-weight:500}.gf-mobile-nav span{font-size:13px;color:#796980}.gf-search-summary{margin:24px 0;font-size:14px;color:#6b5871}.gf-draft-label{display:inline-block;padding:5px 9px;border-radius:6px;background:#f3edf5;font-size:11px;color:#49364f;margin-bottom:10px}
@media(min-width:768px){.gf-mobile-nav{display:none!important}}
@media(max-width:1100px) and (min-width:768px){.header.gf-store-header{gap:17px;grid-template-columns:auto minmax(0,1fr) 230px auto;padding-left:24px;padding-right:24px}.gf-store-header .gem-logo img{width:140px}.gf-store-header .gf-shopping-nav{gap:18px}.gf-shopping-nav>a{display:none}.gf-header-search input[type=search]{font-size:11px}}
@media(max-width:767px){.header.gf-store-header{height:132px;padding:12px 20px;gap:10px 16px;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:50px 44px}.gf-store-header .gem-logo img{width:130px;max-height:56px}.gf-store-header .gf-shopping-nav{display:none}.gf-store-header .header-actions{grid-column:2;grid-row:1}.gf-header-search{grid-column:1/-1;grid-row:2;width:100%}.gf-header-search input[type=search]{font-size:16px;padding:3px 0}.gf-header-search button{font-size:12px;padding:8px 16px}.gf-store-header .menu-button{display:block;min-height:44px}.gf-cart-link{padding:8px 11px}.gf-mobile-nav{top:132px;max-height:calc(100dvh - 132px);overflow:auto}.gf-mobile-nav[hidden]{display:none!important}}
@media(prefers-reduced-motion:reduce){.gf-category,.gf-categories summary span{transition:none}.gf-category:hover{transform:none}}
.header.gf-store-header .gf-category-panel a{color:#49364f}.header.gf-store-header .gf-category-panel a:hover{color:#754765}

@media(min-width:768px){.gf-header-search{width:100%;max-width:250px;justify-self:end}.header.gf-store-header .gf-category>span{color:#6b5871}}

@media(min-width:1101px) and (max-width:1250px){.gf-shopping-nav>.gf-nav-care{display:none}}

/* Compact cart icon with a separate live quantity badge. */
.header.gf-store-header .gf-cart-link{position:relative;display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;min-height:46px;padding:0;gap:0;border-radius:50%;flex-shrink:0}.gf-cart-link .gf-cart-icon{font-size:24px;width:24px;height:24px;line-height:1;color:#49364f}.gf-cart-link .gf-cart-count{position:absolute;top:-4px;right:-5px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;font-size:10px;line-height:20px;box-shadow:0 0 0 2px #fffdfb}.gf-cart-link:hover{background:#e9dfef}
