:root{--color-bg-dark: #09090b;--color-bg-dark-2: #18181b;--color-bg-dark-3: #27272a;--color-bg-light: #ffffff;--color-bg-light-2: #fafafa;--color-bg-emerald-tint: #ecfdf5;--color-accent: #34d399;--color-accent-dark: #059669;--color-accent-deep: #047857;--color-text-dark: #18181b;--color-text-light: #ffffff;--color-text-muted-dark: #71717a;--color-text-muted-light: #a1a1aa;--color-border: #e4e4e7;--color-border-dark: rgba(255, 255, 255, .1);--font-body: "Inter", system-ui, -apple-system, sans-serif;--font-serif: "Playfair Display", Georgia, "Times New Roman", serif;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 9999px;--max-width: 80rem;--header-height: 4rem;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);--transition: .2s cubic-bezier(.4, 0, .2, 1)}*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);font-size:16px;line-height:1.6;color:var(--color-text-dark);background:var(--color-bg-light);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,svg,video{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:none;background:none;color:inherit}input,select,textarea{font:inherit}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}.skip-to-content{position:absolute;top:-100px;left:0;background:var(--color-text-dark);color:var(--color-text-light);padding:.75rem 1rem;z-index:1000;border-radius:0 0 var(--radius-md) 0}.skip-to-content:focus{top:0}#MainContent{min-height:calc(100vh - var(--header-height))}.container{width:100%;max-width:var(--max-width);margin-inline:auto;padding-inline:1.5rem}@media(min-width:640px){.container{padding-inline:2rem}}@media(min-width:1024px){.container{padding-inline:4rem}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.875rem;font-weight:600;border-radius:var(--radius-full);transition:all var(--transition);cursor:pointer;white-space:nowrap}.btn svg{width:1rem;height:1rem}.btn--primary{background:var(--color-bg-light);color:var(--color-text-dark)}.btn--primary:hover{background:#f4f4f5;gap:.75rem}.btn--primary-light{background:var(--color-bg-light);color:var(--color-text-dark)}.btn--primary-light:hover{background:#f4f4f5}.btn--secondary{background:#18181bcc;color:var(--color-text-light);box-shadow:inset 0 0 0 1px #ffffff26}.btn--secondary:hover{background:#27272acc}.btn--accent{background:var(--color-accent-dark);color:var(--color-text-light)}.btn--accent:hover{background:var(--color-accent-deep)}.btn--block{width:100%}.btn:disabled{opacity:.5;cursor:not-allowed}.logo{display:inline-flex;align-items:center;gap:.625rem}.logo__mark{border-radius:var(--radius-full);object-fit:cover;flex-shrink:0}.logo__mark--sm{width:1.75rem;height:1.75rem}.logo__mark--md{width:2.25rem;height:2.25rem}.logo__mark--lg{width:3.5rem;height:3.5rem}.logo__mark--fallback{display:flex;align-items:center;justify-content:center;background:var(--color-text-dark);color:var(--color-text-light);border-radius:var(--radius-full)}.logo__mark--fallback svg{width:60%;height:60%}.logo__text{font-weight:600;letter-spacing:.15em}.logo__text--sm{font-size:.875rem}.logo__text--md{font-size:1rem}.logo__text--lg{font-size:1.5rem}.logo__text--light{color:var(--color-text-light)}.logo__text--dark{color:var(--color-text-dark)}.logo--full{height:auto}.logo--full.logo--md{max-height:3rem}.logo--full.logo--sm{max-height:2rem}.logo--full.logo--lg{max-height:4rem}.header{position:sticky;top:0;z-index:50;width:100%;border-bottom:1px solid var(--color-border);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.header--dark{background:#fffffff2;border-bottom-color:var(--color-border)}.header--light{background:#09090bcc;border-bottom-color:#ffffff26}.header__inner{display:flex;align-items:center;justify-content:space-between;height:var(--header-height);max-width:var(--max-width);margin-inline:auto;padding-inline:1rem}@media(min-width:640px){.header__inner{padding-inline:1.5rem}}@media(min-width:1024px){.header__inner{padding-inline:2rem}}.header__logo{display:flex;align-items:center}.header__nav{display:none;align-items:center;gap:.25rem}@media(min-width:1024px){.header__nav{display:flex}}.header__nav-link{padding:.5rem .75rem;font-size:.875rem;font-weight:500;border-radius:var(--radius-md);transition:background var(--transition),color var(--transition)}.header--dark .header__nav-link{color:var(--color-text-dark)}.header--dark .header__nav-link:hover{background:#f4f4f5}.header--light .header__nav-link{color:var(--color-text-light)}.header--light .header__nav-link:hover{background:#ffffff1a}.header--dark .header__nav-link--active{color:var(--color-accent-dark)}.header--light .header__nav-link--active{color:var(--color-accent)}.header__actions{display:flex;align-items:center;gap:.25rem}@media(min-width:640px){.header__actions{gap:.5rem}}.header__icon-link{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:.5rem;border-radius:var(--radius-md);transition:background var(--transition)}.header__icon-link svg{width:1.25rem;height:1.25rem}.header--dark .header__icon-link{color:var(--color-text-dark)}.header--dark .header__icon-link:hover{background:#f4f4f5}.header--light .header__icon-link{color:var(--color-text-light)}.header--light .header__icon-link:hover{background:#ffffff1a}.header__icon-link--hide-mobile{display:none}@media(min-width:640px){.header__icon-link--hide-mobile{display:inline-flex}}.header__cart-badge{position:absolute;top:-2px;right:-2px;display:inline-flex;align-items:center;justify-content:center;min-width:1rem;height:1rem;padding:0 .25rem;background:var(--color-accent);color:var(--color-text-light);font-size:10px;font-weight:600;border-radius:var(--radius-full)}.header__menu-toggle{display:inline-flex}@media(min-width:1024px){.header__menu-toggle{display:none}}.header__mobile-menu{border-top:1px solid var(--color-border)}.header--light .header__mobile-menu{background:var(--color-bg-dark);border-top-color:#ffffff26}.header--dark .header__mobile-menu{background:var(--color-bg-light)}.header__mobile-nav{padding:.75rem 1rem;display:flex;flex-direction:column;gap:.25rem}.header__mobile-link{display:flex;align-items:center;justify-content:space-between;padding:.625rem .75rem;font-size:.875rem;font-weight:500;border-radius:var(--radius-md)}.header--dark .header__mobile-link{color:var(--color-text-dark)}.header--dark .header__mobile-link:hover{background:#f4f4f5}.header--light .header__mobile-link{color:var(--color-text-light)}.header--light .header__mobile-link:hover{background:#ffffff1a}.header__mobile-link--active{color:var(--color-accent)!important}.splash{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:var(--color-bg-light);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem}.splash[hidden]{display:none}.splash__enter{display:flex;flex-direction:column;align-items:center;background:none;border:none;cursor:pointer}.splash__emblem-wrap{position:relative;margin-bottom:2.5rem}.splash__ring{position:absolute;border-radius:var(--radius-full)}.splash__ring--ping{top:-1.5rem;right:-1.5rem;bottom:-1.5rem;left:-1.5rem;border:1px solid var(--color-border);animation:ping 2s cubic-bezier(0,0,.2,1) infinite;opacity:.3}.splash__ring--static{top:-.75rem;right:-.75rem;bottom:-.75rem;left:-.75rem;border:1px solid #f4f4f5}.splash__enter .logo__mark{border:2px solid var(--color-text-dark)}.splash__brand{font-size:1.5rem;font-weight:600;letter-spacing:.4em;color:var(--color-text-dark)}.splash__tagline{margin-top:.75rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.3em;color:var(--color-text-muted-dark)}.splash__progress{margin-top:3rem;height:1px;width:12rem;background:var(--color-border);overflow:hidden}.splash__progress-bar{height:100%;background:var(--color-text-dark);width:0%;transition:width .1s linear}.splash__hint{margin-top:.75rem;font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted-dark)}.splash__skip{position:absolute;bottom:2rem;right:2rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted-dark);transition:color var(--transition)}.splash__skip:hover{color:var(--color-text-dark)}@keyframes ping{0%{transform:scale(1);opacity:.3}75%,to{transform:scale(1.4);opacity:0}}.hero{position:relative;overflow:hidden;background:var(--color-bg-dark);min-height:calc(100vh - var(--header-height))}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(to bottom right,#09090be0,#18181bd6,#27272acc),url(/cdn/shop/files/HerbishireBG.png?v=1787589365);background-size:cover;background-position:center;background-repeat:no-repeat}.hero__glow{position:absolute;width:24rem;height:24rem;border-radius:var(--radius-full);filter:blur(75px)}.hero__glow--tl{top:-8rem;left:-8rem;background:#0596691a}.hero__glow--br{bottom:-8rem;right:-8rem;background:#34d3990d}.hero__grain{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.hero__logo-wrap{position:absolute;top:2rem;left:2rem;z-index:10}@media(max-width:767px){.hero__logo-wrap{display:none}}.hero__content{position:relative;z-index:10;max-width:var(--max-width);margin-inline:auto;padding:6rem 1.5rem;min-height:calc(100vh - var(--header-height));display:flex;flex-direction:column;justify-content:center}@media(min-width:640px){.hero__content{padding:6rem 2rem}}@media(min-width:1024px){.hero__content{padding:6rem 4rem}}.hero__content>*{max-width:48rem}.hero__eyebrow{margin-bottom:1.5rem;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.3em;color:var(--color-accent)}.hero__title{font-size:3rem;font-weight:600;line-height:1.05;letter-spacing:-.025em;color:var(--color-text-light)}@media(min-width:640px){.hero__title{font-size:3.75rem}}@media(min-width:1024px){.hero__title{font-size:4.5rem}}.hero__title-accent{font-family:var(--font-serif);font-style:italic;color:var(--color-accent)}.hero__description{margin-top:2rem;font-size:1.125rem;color:#d4d4d8}.hero__description p+p{margin-top:.375rem}.hero__ctas{margin-top:2.5rem;display:flex;flex-direction:column;gap:.75rem}@media(min-width:640px){.hero__ctas{flex-direction:row;gap:1rem}}.hero__badges{margin-top:3rem;display:flex;flex-wrap:wrap;align-items:center;gap:1rem 1.5rem}.hero__badge{display:flex;align-items:center;gap:.5rem}.hero__badge-icon{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:var(--radius-full);background:#ffffff0d;box-shadow:inset 0 0 0 1px #ffffff1a}.hero__badge-icon svg{width:1rem;height:1rem;color:var(--color-accent)}.hero__badge span{font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:#d4d4d8}.hero__scroll{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:10;display:flex;flex-direction:column;align-items:center;gap:.25rem;color:#fff9;transition:color var(--transition)}.hero__scroll:hover{color:var(--color-text-light)}.hero__scroll span{font-size:10px;text-transform:uppercase;letter-spacing:.1em}.hero__scroll-icon{width:1rem;height:1rem;animation:bounce 2s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(.5rem)}}.home-collections{background:var(--color-bg-dark);border-top:1px solid rgba(255,255,255,.05);padding-block:4rem}@media(min-width:640px){.home-collections{padding-block:5rem}}.home-collections__inner{max-width:var(--max-width);margin-inline:auto;padding-inline:1.5rem}@media(min-width:640px){.home-collections__inner{padding-inline:2rem}}@media(min-width:1024px){.home-collections__inner{padding-inline:4rem}}.home-collections__header{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:2rem}.home-collections__eyebrow{margin-bottom:.5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.3em;color:var(--color-accent)}.home-collections__title{font-size:1.5rem;font-weight:600;letter-spacing:-.025em;color:var(--color-text-light)}@media(min-width:640px){.home-collections__title{font-size:1.875rem}}.home-collections__view-all{display:inline-flex;align-items:center;gap:.375rem;flex-shrink:0;font-size:.875rem;font-weight:600;color:#d4d4d8;transition:color var(--transition)}.home-collections__view-all:hover{color:var(--color-accent)}.home-collections__view-all svg{width:1rem;height:1rem;transition:transform var(--transition)}.home-collections__view-all:hover svg{transform:translate(2px)}.home-collections__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:640px){.home-collections__grid{gap:1.25rem}}@media(min-width:1024px){.home-collections__grid{grid-template-columns:repeat(4,1fr)}}.collection-card{display:flex;flex-direction:column;overflow:hidden;border-radius:var(--radius-lg);transition:all var(--transition)}.collection-card--compact{background:#18181b99;box-shadow:inset 0 0 0 1px #ffffff0d}.collection-card--compact:hover{background:#18181b;box-shadow:inset 0 0 0 1px #34d3994d}.collection-card--large{background:var(--color-bg-dark-2)}.collection-card__media{position:relative;aspect-ratio:4 / 5;overflow:hidden;background:#000}.collection-card--compact .collection-card__media{aspect-ratio:4 / 5}.collection-card__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .7s var(--transition),opacity var(--transition)}.collection-card--compact .collection-card__image{opacity:.9}.collection-card--compact:hover .collection-card__image{transform:scale(1.05);opacity:1}.collection-card--large:hover .collection-card__image{transform:scale(1.1)}.collection-card__image--placeholder{background:linear-gradient(135deg,#27272a,#18181b)}.collection-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#09090bf2,#09090b66,#09090b33)}.collection-card--compact .collection-card__overlay{background:linear-gradient(to top,rgba(9,9,11,.8),transparent)}.collection-card__badge{position:absolute;left:.75rem;top:.75rem;padding:.125rem .625rem;font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-light);border-radius:var(--radius-sm);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.collection-card__badge--new{background:#34d399e6}.collection-card__badge--bestseller{background:#f4f4f5e6;color:var(--color-text-dark)}.collection-card__index{position:absolute;right:1rem;top:1rem;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-full);background:#ffffff26;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-size:.75rem;font-weight:600;color:var(--color-text-light)}.collection-card__body{display:flex;flex:1;flex-direction:column;padding:1rem}.collection-card--large .collection-card__body{padding:1.5rem}.collection-card__title{font-size:1rem;font-weight:600;color:var(--color-text-light)}.collection-card--large .collection-card__title{font-size:1.5rem}.collection-card__subtitle{margin-top:.25rem;font-size:.75rem;color:#fffc;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.collection-card--large .collection-card__subtitle{font-size:.875rem;margin-top:.375rem}.collection-card__cta{display:inline-flex;align-items:center;gap:.375rem;margin-top:.75rem;font-size:.75rem;font-weight:600;color:var(--color-accent)}.collection-card--large .collection-card__cta{margin-top:1rem;padding:.625rem 1.25rem;background:var(--color-accent);color:var(--color-text-light);border-radius:var(--radius-full);font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;width:fit-content;transition:background var(--transition)}.collection-card--large:hover .collection-card__cta{background:var(--color-accent-dark)}.collection-card__arrow{width:.875rem;height:.875rem;transition:transform var(--transition)}.collection-card:hover .collection-card__arrow{transform:translate(2px)}.featured-hero{position:relative;height:60vh;min-height:440px;width:100%;overflow:hidden}.featured-hero__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.featured-hero__image--placeholder{background:linear-gradient(135deg,#27272a,#18181b)}.featured-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#09090b99,#09090b66,#09090bb3)}.featured-hero__content{position:relative;z-index:10;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;text-align:center}.featured-hero__title{font-family:var(--font-serif);font-size:2.25rem;font-weight:600;letter-spacing:-.025em;color:var(--color-text-light)}@media(min-width:640px){.featured-hero__title{font-size:3rem}}@media(min-width:1024px){.featured-hero__title{font-size:3.75rem}}.featured-hero__subtitle{margin-top:1.25rem;max-width:42rem;font-size:1rem;color:#ffffffd9}@media(min-width:640px){.featured-hero__subtitle{font-size:1.125rem}}.featured-hero__content .btn{margin-top:2rem}.featured-collections{background:var(--color-bg-light)}.featured-collections__inner{max-width:var(--max-width);margin-inline:auto;padding:5rem 1.5rem 6rem}@media(min-width:640px){.featured-collections__inner{padding-inline:2rem}}@media(min-width:1024px){.featured-collections__inner{padding-inline:4rem}}.featured-collections__header{text-align:center;margin-bottom:3.5rem}.featured-collections__header .logo__mark{margin-inline:auto;margin-bottom:1.25rem;width:2.5rem;height:2.5rem;border-radius:var(--radius-full);box-shadow:inset 0 0 0 1px var(--color-border)}.featured-collections__eyebrow{margin-bottom:.75rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.3em;color:var(--color-accent-dark)}.featured-collections__title{font-size:2.25rem;font-weight:600;letter-spacing:-.025em;color:var(--color-text-dark)}@media(min-width:640px){.featured-collections__title{font-size:3rem}}@media(min-width:1024px){.featured-collections__title{font-size:3.75rem}}.featured-collections__subtitle{margin:1.25rem auto 0;max-width:42rem;font-size:1rem;color:var(--color-text-muted-dark)}.featured-collections__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.featured-collections__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.featured-collections__grid{grid-template-columns:repeat(3,1fr)}}.wellness-goals{background:linear-gradient(to bottom,rgba(236,253,245,.4),var(--color-bg-light))}.wellness-goals__inner{max-width:var(--max-width);margin-inline:auto;padding:5rem 1.5rem 6rem}@media(min-width:640px){.wellness-goals__inner{padding-inline:2rem}}@media(min-width:1024px){.wellness-goals__inner{padding-inline:4rem}}.wellness-goals__header{text-align:center;margin-bottom:3rem}.wellness-goals__eyebrow{margin-bottom:.75rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.3em;color:var(--color-accent-dark)}.wellness-goals__title{font-size:2.25rem;font-weight:600;letter-spacing:-.025em;color:var(--color-text-dark)}@media(min-width:640px){.wellness-goals__title{font-size:3rem}}@media(min-width:1024px){.wellness-goals__title{font-size:3.75rem}}.wellness-goals__subtitle{margin:1.25rem auto 0;max-width:42rem;font-size:1rem;color:var(--color-text-muted-dark)}.wellness-goals__grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:640px){.wellness-goals__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.wellness-goals__grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1280px){.wellness-goals__grid{grid-template-columns:repeat(4,1fr)}}.goal-card{display:flex;flex-direction:column;align-items:flex-start;padding:1.5rem;background:var(--color-bg-light);border:1px solid var(--color-border);border-radius:var(--radius-lg);transition:all var(--transition)}.goal-card:hover{border-color:#6ee7b7;box-shadow:0 10px 15px -3px #34d3990d}.goal-card__icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;margin-bottom:1.25rem;background:var(--color-bg-emerald-tint);border-radius:var(--radius-full);box-shadow:inset 0 0 0 1px #a7f3d0;transition:background var(--transition)}.goal-card:hover .goal-card__icon{background:#d1fae5}.goal-card__icon svg{width:1.25rem;height:1.25rem;color:var(--color-accent-dark)}.goal-card__title{font-size:1rem;font-weight:600;color:var(--color-text-dark)}.goal-card__subtitle{margin-top:.375rem;font-size:.875rem;color:var(--color-text-muted-dark);line-height:1.625}.goal-card__footer{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:1.25rem;padding-top:1rem;border-top:1px solid #f4f4f5}.goal-card__count{display:inline-flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:500;color:var(--color-accent-deep)}.goal-card__info-icon{width:.875rem;height:.875rem}.goal-card__arrow{width:1rem;height:1rem;color:#d4d4d8;transition:all var(--transition)}.goal-card:hover .goal-card__arrow{transform:translate(2px);color:var(--color-accent-dark)}.wellness-goals__footer{margin-top:4rem;text-align:center}.wellness-goals__footer-text{margin-bottom:1rem;font-size:.875rem;color:var(--color-text-muted-dark)}.herb-directory{background:var(--color-bg-light)}.herb-directory__inner{max-width:var(--max-width);margin-inline:auto;padding:5rem 1.5rem 6rem}@media(min-width:640px){.herb-directory__inner{padding-inline:2rem}}@media(min-width:1024px){.herb-directory__inner{padding-inline:4rem}}.herb-directory__header{text-align:center}.herb-directory__header .logo__mark{margin-inline:auto;margin-bottom:1.25rem;width:2.5rem;height:2.5rem;border-radius:var(--radius-full);box-shadow:inset 0 0 0 1px var(--color-border)}.herb-directory__eyebrow{margin-bottom:.75rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.3em;color:var(--color-accent-dark)}.herb-directory__title{font-family:var(--font-serif);font-size:2.25rem;font-weight:600;letter-spacing:-.025em;color:var(--color-text-dark)}@media(min-width:640px){.herb-directory__title{font-size:3rem}}@media(min-width:1024px){.herb-directory__title{font-size:3.75rem}}.herb-directory__subtitle{margin-top:1rem;font-size:1rem;color:var(--color-text-muted-dark)}.herb-directory__alphabet{margin-top:3rem;display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}@media(min-width:640px){.herb-directory__alphabet{gap:.625rem}}.herb-directory__letter{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;font-size:.875rem;font-weight:600;border:1px solid var(--color-border);border-radius:var(--radius-full);background:var(--color-bg-light);color:var(--color-text-dark);transition:all var(--transition)}@media(min-width:640px){.herb-directory__letter{width:2.75rem;height:2.75rem}}.herb-directory__letter:hover:not(:disabled){border-color:var(--color-text-dark)}.herb-directory__letter--active{background:var(--color-text-dark);color:var(--color-text-light);border-color:var(--color-text-dark);transform:scale(1.05)}.herb-directory__letter--disabled{background:#fafafa;color:#d4d4d8;border-color:#f4f4f5;cursor:not-allowed}.herb-directory__results{margin-top:3.5rem}.herb-directory__empty{text-align:center;padding:3rem 0}.herb-directory__empty-icon{margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;background:#f4f4f5;border-radius:var(--radius-full)}.herb-directory__empty-icon svg{width:1.5rem;height:1.5rem;color:var(--color-text-muted-dark)}.herb-directory__empty-text{font-size:1rem;color:var(--color-text-muted-dark)}.herb-directory__empty-subtext{margin-top:.25rem;font-size:.875rem;color:#d4d4d8}.herb-results__heading{margin-bottom:1.5rem;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted-dark)}.herb-results__grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:640px){.herb-results__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.herb-results__grid{grid-template-columns:repeat(3,1fr)}}.herb-result-card{display:flex;align-items:center;justify-content:space-between;padding:1.25rem;background:var(--color-bg-light);border:1px solid var(--color-border);border-radius:var(--radius-lg);transition:all var(--transition)}.herb-result-card:hover{border-color:#6ee7b7;box-shadow:var(--shadow-md)}.herb-result-card__info{display:flex;align-items:center;gap:1rem}.herb-result-card__icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;background:var(--color-bg-emerald-tint);border-radius:var(--radius-full);box-shadow:inset 0 0 0 1px #a7f3d0}.herb-result-card__icon svg{width:1.25rem;height:1.25rem;color:var(--color-accent-dark)}.herb-result-card__name{font-weight:600;color:var(--color-text-dark)}.herb-result-card__sub{font-size:.75rem;color:var(--color-text-muted-dark)}.herb-result-card__arrow{width:1rem;height:1rem;color:#d4d4d8;transition:all var(--transition)}.herb-result-card:hover .herb-result-card__arrow{transform:translate(2px);color:var(--color-accent-dark)}.footer{margin-top:auto;border-top:1px solid var(--color-border);background:var(--color-bg-light-2)}.footer__inner{max-width:var(--max-width);margin-inline:auto;padding:4rem 1.5rem}@media(min-width:640px){.footer__inner{padding-inline:2rem}}@media(min-width:1024px){.footer__inner{padding-inline:4rem}}.footer__grid{display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width:1024px){.footer__grid{grid-template-columns:repeat(12,1fr)}}@media(min-width:1024px){.footer__brand{grid-column:span 4}.footer__links{grid-column:span 6}.footer__newsletter{grid-column:span 2}}.footer__brand-text{margin-top:1.25rem;max-width:24rem;font-size:.875rem;color:var(--color-text-muted-dark);line-height:1.625}.footer__contact{margin-top:1.5rem;display:flex;flex-direction:column;gap:.5rem;font-size:.875rem}.footer__contact-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--color-text-muted-dark);transition:color var(--transition)}.footer__contact-link:hover{color:var(--color-accent-dark)}.footer__contact-link svg{width:1rem;height:1rem}.footer__links{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media(min-width:640px){.footer__links{grid-template-columns:repeat(3,1fr)}}.footer__heading{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-dark)}.footer__list{margin-top:1rem;display:flex;flex-direction:column;gap:.625rem}.footer__link{font-size:.875rem;color:var(--color-text-muted-dark);transition:color var(--transition)}.footer__link:hover{color:var(--color-accent-dark)}.footer__newsletter-text{margin-top:1rem;font-size:.875rem;color:var(--color-text-muted-dark)}.footer__newsletter-form{margin-top:1rem;display:flex;gap:.5rem}.footer__newsletter-input{flex:1;min-width:0;padding:.5rem .75rem;font-size:.875rem;border:1px solid var(--color-border);background:var(--color-bg-light);border-radius:var(--radius-md)}.footer__newsletter-input:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 2px #34d39933}.footer__newsletter-submit{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;background:var(--color-text-dark);color:var(--color-text-light);border-radius:var(--radius-md);transition:background var(--transition)}.footer__newsletter-submit:hover{background:var(--color-accent-dark)}.footer__newsletter-submit svg{width:1rem;height:1rem}.footer__bottom{margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--color-border);display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem}@media(min-width:640px){.footer__bottom{flex-direction:row}}.footer__copyright{font-size:.75rem;color:var(--color-text-muted-dark)}.footer__legal{display:flex;gap:1.25rem;font-size:.75rem}.product-card{display:flex;flex-direction:column;overflow:hidden;border-radius:var(--radius-lg);background:var(--color-bg-light);border:1px solid var(--color-border);transition:all var(--transition)}.product-card:hover{border-color:#6ee7b7;box-shadow:var(--shadow-md)}.product-card__media{position:relative;aspect-ratio:1;overflow:hidden;background:#000}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform var(--transition)}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__badge{position:absolute;left:.75rem;top:.75rem;padding:.125rem .625rem;font-size:10px;font-weight:600;text-transform:uppercase;background:#000c;color:var(--color-text-light);border-radius:var(--radius-sm);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.product-card__badge--sale{background:var(--color-accent);color:var(--color-text-light)}.product-card__body{padding:1.25rem;display:flex;flex-direction:column;flex:1}.product-card__title{font-size:1rem;font-weight:600;color:var(--color-text-dark)}.product-card__subtitle{margin-top:.25rem;font-size:.75rem;color:var(--color-text-muted-dark)}.product-card__footer{margin-top:auto;padding-top:1rem;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #f4f4f5}.product-card__price{font-size:1.125rem;font-weight:600;color:var(--color-text-dark)}.product-card__price-compare{text-decoration:line-through;color:var(--color-text-muted-dark);margin-right:.375rem;font-size:.875rem}.product-card__price-sale{color:var(--color-accent-dark)}.product-card__cta{display:inline-flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:600;color:var(--color-accent-dark)}.product-card__cta svg{width:.875rem;height:.875rem;transition:transform var(--transition)}.product-card:hover .product-card__cta svg{transform:translate(2px)}.collection-page{max-width:var(--max-width);margin-inline:auto;padding:3rem 1.5rem 6rem}@media(min-width:640px){.collection-page{padding-inline:2rem}}@media(min-width:1024px){.collection-page{padding-inline:4rem}}.collection-page__header{text-align:center;margin-bottom:3rem}.collection-page__title{font-size:2.25rem;font-weight:600;color:var(--color-text-dark)}.collection-page__description{margin-top:1rem;color:var(--color-text-muted-dark)}.collection-page__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.collection-page__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.collection-page__grid{grid-template-columns:repeat(3,1fr)}}.collection-page__empty{text-align:center;padding:4rem 0;color:var(--color-text-muted-dark)}.list-collections{max-width:var(--max-width);margin-inline:auto;padding:3rem 1.5rem 6rem}@media(min-width:640px){.list-collections{padding-inline:2rem}}@media(min-width:1024px){.list-collections{padding-inline:4rem}}.list-collections__header{text-align:center;margin-bottom:3rem}.list-collections__title{font-size:2.25rem;font-weight:600}.list-collections__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.list-collections__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.list-collections__grid{grid-template-columns:repeat(3,1fr)}}.page-content{max-width:48rem;margin-inline:auto;padding:3rem 1.5rem 6rem}@media(min-width:640px){.page-content{padding-inline:2rem}}.page-content__title{font-family:var(--font-serif);font-size:2.25rem;font-weight:600;margin-bottom:1.5rem}.page-content__body{line-height:1.7}.page-content__body h2{font-size:1.5rem;margin-top:2rem;margin-bottom:.75rem}.page-content__body p{margin-bottom:1rem}.product-page{max-width:var(--max-width);margin-inline:auto;padding:3rem 1.5rem 6rem}@media(min-width:640px){.product-page{padding-inline:2rem}}@media(min-width:1024px){.product-page{padding-inline:4rem}}.product-page__grid{display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width:1024px){.product-page__grid{grid-template-columns:1fr 1fr}}.product-page__main-image{width:100%;border-radius:var(--radius-lg)}.product-page__thumbnails{margin-top:1rem;display:flex;gap:.75rem;flex-wrap:wrap}.product-page__thumbnail{width:4rem;height:4rem;object-fit:cover;border-radius:var(--radius-md);border:1px solid var(--color-border);cursor:pointer}.product-page__title{font-size:2rem;font-weight:600}.product-page__price{margin-top:.75rem;font-size:1.5rem;font-weight:600;color:var(--color-text-dark)}.product-page__compare{text-decoration:line-through;color:var(--color-text-muted-dark);font-size:1rem;margin-left:.5rem}.product-page__description{margin-top:1.5rem;line-height:1.7;color:var(--color-text-muted-dark)}.product-page__form{margin-top:2rem}.product-page__quantity{margin-bottom:1rem}.product-page__quantity label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.375rem}.product-page__qty-input{width:5rem;padding:.5rem .75rem;border:1px solid var(--color-border);border-radius:var(--radius-md)}.product-page__contact{margin-top:1.5rem;font-size:.875rem;color:var(--color-text-muted-dark)}.product-page__contact-link{color:var(--color-accent-dark)}.cart-page{max-width:56rem;margin-inline:auto;padding:3rem 1.5rem 6rem}@media(min-width:640px){.cart-page{padding-inline:2rem}}.cart-page__title{font-size:2rem;font-weight:600;margin-bottom:2rem}.cart-page__items{display:flex;flex-direction:column;gap:1.5rem}.cart-item{display:grid;grid-template-columns:auto 1fr auto auto;gap:1rem;align-items:center;padding-bottom:1.5rem;border-bottom:1px solid var(--color-border)}.cart-item__image-wrap{display:block;width:5rem;height:5rem;overflow:hidden;border-radius:var(--radius-md)}.cart-item__image{width:100%;height:100%;object-fit:cover}.cart-item__title{font-weight:600}.cart-item__variant,.cart-item__price{font-size:.875rem;color:var(--color-text-muted-dark)}.cart-item__qty-input{width:4rem;padding:.25rem .5rem;border:1px solid var(--color-border);border-radius:var(--radius-md);text-align:center}.cart-item__total{font-weight:600}.cart-page__footer{margin-top:2rem;padding:1.5rem;background:var(--color-bg-light-2);border-radius:var(--radius-lg)}.cart-page__subtotal{display:flex;justify-content:space-between;font-weight:600;margin-bottom:1rem;font-size:1.125rem}.cart-page__empty{text-align:center;padding:4rem 0}.cart-page__empty p{margin-bottom:1rem;color:var(--color-text-muted-dark)}.search-page{max-width:48rem;margin-inline:auto;padding:3rem 1.5rem 6rem}@media(min-width:640px){.search-page{padding-inline:2rem}}.search-page__title{font-size:2rem;font-weight:600;margin-bottom:1.5rem}.search-page__form{display:flex;gap:.75rem;margin-bottom:2rem}.search-page__input{flex:1;padding:.625rem 1rem;border:1px solid var(--color-border);border-radius:var(--radius-md)}.search-page__results{display:flex;flex-direction:column;gap:1rem}.search-result{padding:1rem;border:1px solid var(--color-border);border-radius:var(--radius-md);transition:border-color var(--transition)}.search-result:hover{border-color:var(--color-accent)}.search-result__title{font-weight:600}.search-result__snippet{margin-top:.25rem;font-size:.875rem;color:var(--color-text-muted-dark)}.search-page__empty{color:var(--color-text-muted-dark)}.error-page{max-width:32rem;margin-inline:auto;padding:6rem 1.5rem;text-align:center}.error-page__title{font-size:5rem;font-weight:600;color:var(--color-text-dark)}.error-page__text{margin:1rem 0 2rem;color:var(--color-text-muted-dark)}.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:3rem}.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:2.25rem;height:2.25rem;padding:0 .625rem;border:1px solid var(--color-border);border-radius:var(--radius-md);font-size:.875rem;transition:all var(--transition)}.pagination a:hover{border-color:var(--color-text-dark)}.pagination .current{background:var(--color-text-dark);color:var(--color-text-light);border-color:var(--color-text-dark)}
/*# sourceMappingURL=/cdn/shop/t/18/assets/theme.css.map */
