:root{--ghost-bg-dark: #0a0d14;--ghost-bg-dark-soft: #141821;--ghost-bg-card: #1a1f2c;--ghost-bg-light: #f7f4f0;--ghost-bg-page-light: #f8f8f8;--ghost-fg-light: #f3f4f6;--ghost-fg-dark: #111111;--ghost-muted: #9ca3af;--ghost-brand-red: #b22234;--ghost-brand-gold: #c8a84b;--ghost-brand-gold-bright: #ffd700;--ghost-brand-blue: #1c396b;--ghost-border-light: rgba(255, 255, 255, .12);--ghost-border-dark: rgba(17, 17, 17, .12);--ghost-radius-sm: .375rem;--ghost-radius-md: .75rem;--ghost-radius-lg: 1rem;--ghost-shadow-soft: 0 8px 30px rgba(0, 0, 0, .15);--ghost-shadow-strong: 0 20px 60px rgba(0, 0, 0, .35);--ghost-max-width: 1200px;--ghost-announcement-height: 0px;--ghost-header-offset: calc(var(--ghost-announcement-height, 0px) + 4px + 5rem);--ghost-touch-min: 2.75rem;--ghost-focus-ring-color: var(--ghost-brand-gold);--ghost-focus-ring: 2px solid var(--ghost-focus-ring-color);--ghost-focus-offset: 2px}html{scroll-padding-top:var(--ghost-header-offset)}body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.ghost-shell{background:var(--ghost-bg-dark);color:var(--ghost-fg-light)}.ghost-container{width:min(var(--ghost-max-width),calc(100% - 2rem));margin-inline:auto}.ghost-section{padding-block:clamp(3rem,7vw,7rem)}.ghost-section--dark{background:var(--ghost-bg-dark);color:var(--ghost-fg-light)}.ghost-section--light{background:linear-gradient(180deg,#ede9e3,#f0ece6);color:var(--ghost-fg-dark)}.ghost-kicker{font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;font-weight:700}.ghost-title{font-size:clamp(2rem,5vw,4.75rem);line-height:1.03;letter-spacing:-.03em;font-weight:800}.ghost-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:var(--ghost-muted);line-height:1.65}.ghost-button{border:0;cursor:pointer;border-radius:var(--ghost-radius-sm);text-decoration:none;display:inline-flex;align-items:center;justify-content:center;font-weight:700;letter-spacing:.12em;text-transform:uppercase;transition:transform .2s ease,opacity .2s ease,box-shadow .2s ease}.ghost-button:hover{transform:translateY(-1px)}.ghost-button:active{transform:translateY(0)}.ghost-button:focus-visible{outline:var(--ghost-focus-ring);outline-offset:var(--ghost-focus-offset)}.ghost-page-offset{padding-top:var(--ghost-header-offset)}.ghost-focus-ring:focus-visible{outline:var(--ghost-focus-ring);outline-offset:var(--ghost-focus-offset)}.ghost-button--primary{color:#111;background:linear-gradient(135deg,#b8922a,#e2b84a 40%,gold 60%,#c9a030);box-shadow:0 6px 28px #c9a84c61}.ghost-button--secondary{color:#ffffffd6;border:1px solid var(--ghost-border-light);background:#ffffff08}.ghost-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:var(--ghost-radius-lg);box-shadow:var(--ghost-shadow-soft)}.ghost-card--light{background:#fefcf9;border:1px solid #e8e2da}.ghost-grid{display:grid;gap:1rem}.ghost-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.ghost-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.ghost-fade-top{position:relative}.ghost-fade-top:before{content:"";position:absolute;inset:0 auto auto 0;height:1px;width:100%;background:linear-gradient(90deg,transparent,rgba(200,168,75,.3),transparent)}.ghost-divider{height:1px;width:100%;background:linear-gradient(90deg,transparent 0%,#b22234 25%,#c8a84b 50%,#1c396b 75%,transparent 100%)}.ghost-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:990px){.ghost-grid--3,.ghost-grid--2{grid-template-columns:1fr}}.ghost-cart-rec-card{display:grid;gap:.875rem;height:100%;padding:1rem;border:1px solid rgba(255,255,255,.07);border-radius:1rem;background:#ffffff08;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.ghost-cart-rec-card:hover{border-color:#c8a84b47;transform:translateY(-2px);box-shadow:0 16px 40px #00000038}.ghost-cart-rec-card__media{display:block;overflow:hidden;border-radius:.75rem;aspect-ratio:1;background:#ffffff0a}.ghost-cart-rec-card__media img,.ghost-cart-rec-card__placeholder{width:100%;height:100%;object-fit:cover}.ghost-cart-rec-card__body{display:grid;gap:.625rem;align-content:start}.ghost-cart-rec-card__title{margin:0;font-size:.9375rem;font-weight:700;line-height:1.35}.ghost-cart-rec-card__title a{color:#fff;text-decoration:none}.ghost-cart-rec-card__title a:hover{color:#c8a84b}.ghost-cart-rec-card__pricing{display:flex;flex-wrap:wrap;align-items:baseline;gap:.375rem .625rem}.ghost-cart-rec-card__compare{font-size:.8125rem;color:#ffffff59;text-decoration:line-through}.ghost-cart-rec-card__price{font-size:1rem;font-weight:800;color:#c8a84b}.ghost-cart-rec-card__link{display:inline-flex;align-items:center;gap:.375rem;margin-top:auto;color:#ffffff94;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-decoration:none;text-transform:uppercase;transition:color .2s ease}.ghost-cart-rec-card__link:hover{color:#fff}.ghost-surface-light .ghost-cart-rec-card{border-color:#e5e7eb;background:#fff;box-shadow:0 1px 3px #0000000a}.ghost-surface-light .ghost-cart-rec-card:hover{border-color:#b2223438;box-shadow:0 12px 32px #11182714}.ghost-surface-light .ghost-cart-rec-card__media{background:#f9fafb}.ghost-surface-light .ghost-cart-rec-card__title a{color:#111827}.ghost-surface-light .ghost-cart-rec-card__title a:hover{color:#b22234}.ghost-surface-light .ghost-cart-rec-card__compare{color:#9ca3af}.ghost-surface-light .ghost-cart-rec-card__price{color:#b22234}.ghost-surface-light .ghost-cart-rec-card__link{color:#6b7280}.ghost-surface-light .ghost-cart-rec-card__link:hover{color:#111827}
/*# sourceMappingURL=/cdn/shop/t/9/assets/ghost-theme.css.map */
