/* HEPHORA V14 — conflict-safe polish */
:root{--hephora-navy:#071B49;--hephora-ivory:#FAF9F6;--hephora-gold:#C9A227}
html{background:var(--hephora-ivory)}
body{background:var(--hephora-ivory);color:var(--hephora-navy)}
button,input,select,textarea{font:inherit}
button,a{touch-action:manipulation}
.skip-link{position:fixed;left:16px;top:16px;z-index:100000;padding:12px 16px;background:var(--hephora-navy);color:#fff;text-decoration:none;transform:translateY(-160%);transition:transform .2s ease}
.skip-link:focus{transform:translateY(0)}
@media(max-width:749px){.skip-link{left:12px;top:12px}.cart-page-pro{padding-bottom:96px}}
@media(prefers-reduced-motion:reduce){.skip-link{transition:none}}
