.hyve-footer{color:rgba(var(--color-foreground),.75);font-family:var(--font-body-family, sans-serif)}.hyve-footer__inner{width:100%;max-width:var(--page-width, 120rem);margin:0 auto;padding:6.4rem 2rem 4rem}.hyve-footer__top{display:grid;grid-template-columns:1fr;gap:4rem}.hyve-footer__heading{margin:0 0 2rem;font-family:var(--font-heading-family, sans-serif);font-size:1.4rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgb(var(--color-foreground))}.hyve-footer__text{margin:0 0 2.4rem;font-size:1.5rem;line-height:1.6;color:rgba(var(--color-foreground),.75)}.hyve-footer__newsletter{margin:0 0 1.4rem}.hyve-footer__field{display:flex;gap:1rem;max-width:42rem}.hyve-footer__input{flex:1;min-width:0;padding:1.2rem 1.4rem;border-radius:.8rem;border:1px solid rgba(var(--color-foreground),.15);background:rgba(var(--color-foreground),.06);color:rgb(var(--color-foreground));font-size:1.4rem}.hyve-footer__input::placeholder{color:rgba(var(--color-foreground),.5)}.hyve-footer__input:focus{outline:none;border-color:rgb(var(--color-button))}.hyve-footer__submit{flex-shrink:0;padding:1.2rem 2rem;border:none;border-radius:.8rem;background:var(--brand-gradient);color:#0a1414f2;font-size:1.4rem;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.hyve-footer__submit:hover{transform:translateY(-1px);box-shadow:0 6px 18px #6ee7b74d}.hyve-footer__message{display:block;margin-top:.8rem;font-size:1.3rem}.hyve-footer__message--error{color:#f87171}.hyve-footer__message--success{color:rgb(var(--color-button))}.hyve-footer__consent{font-size:1.3rem;line-height:1.6;color:rgba(var(--color-foreground),.5)}.hyve-footer__consent a{color:rgba(var(--color-foreground),.6);text-decoration:underline}.hyve-footer__social.list-social{display:flex;flex-wrap:wrap;gap:1rem;margin:2.4rem 0 0;padding:0}.hyve-footer__social .list-social__link{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:50%;background:rgba(var(--color-foreground),.06);color:rgb(var(--color-foreground));transition:background-color .2s ease}.hyve-footer__social .list-social__link:hover{background:rgba(var(--color-foreground),.15)}.hyve-footer__social .list-social__link .svg-wrapper{width:1.7rem;height:1.7rem}.hyve-footer__social .list-social__link svg{width:100%;height:100%}.hyve-footer__links,.hyve-footer__contact{display:flex;flex-direction:column;gap:1.6rem;margin:0;padding:0;list-style:none}.hyve-footer__link{color:rgba(var(--color-foreground),.75);text-decoration:none;font-size:1.5rem;transition:color .2s ease}.hyve-footer__link:hover{color:rgb(var(--color-foreground))}.hyve-footer__contact-item{display:flex;align-items:flex-start;gap:1.2rem;font-size:1.5rem;line-height:1.5;color:rgba(var(--color-foreground),.75)}.hyve-footer__contact-item svg{width:1.8rem;height:1.8rem;flex-shrink:0;margin-top:.2rem;color:rgba(var(--color-foreground),.5)}.hyve-footer__divider{height:1px;margin:4rem 0 3.2rem;border:none;background:rgba(var(--color-foreground),.12)}.hyve-footer__bottom{display:flex;flex-direction:column;gap:3.2rem}.hyve-footer__copyright{margin:0 0 1.2rem;font-size:1.4rem;color:rgba(var(--color-foreground),.75)}.hyve-footer__disclaimer{margin:0;max-width:52rem;font-size:1.3rem;line-height:1.6;color:rgba(var(--color-foreground),.5)}.hyve-footer__payments-label{display:block;margin-bottom:1.2rem;font-size:1.2rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(var(--color-foreground),.5)}.hyve-footer__payment-list{display:flex;flex-wrap:wrap;gap:.8rem;margin:0;padding:0;list-style:none}.hyve-footer__payment-icon{width:3.8rem;height:auto;border-radius:.4rem}@media screen and (min-width:750px){.hyve-footer__top{grid-template-columns:1.6fr 1fr 1.4fr;gap:4rem}.hyve-footer__bottom{flex-direction:row;align-items:flex-end;justify-content:space-between}.hyve-footer__payments{text-align:right;flex-shrink:0}.hyve-footer__payment-list{justify-content:flex-end}}.hyve-search{display:flex;align-items:center}.hyve-search__trigger{display:inline-flex;align-items:center;gap:.8rem;background:rgba(var(--color-foreground),.05);border:1px solid rgba(var(--color-foreground),.08);border-radius:6px;padding:0 1.6rem;height:4rem;cursor:pointer;color:rgba(var(--color-foreground),.55);font-family:inherit;transition:border-color .2s ease,background-color .2s ease}.hyve-search__trigger:hover{border-color:rgba(var(--color-foreground),.2)}.hyve-search__trigger-icon{width:1.7rem;height:1.7rem;flex-shrink:0}.hyve-search__trigger-text{font-size:1.3rem;white-space:nowrap}@media screen and (max-width:1099px){.hyve-search__trigger{width:4.4rem;padding:0;justify-content:center;background:transparent;border-color:transparent;color:rgb(var(--color-foreground))}.hyve-search__trigger-text{display:none}.hyve-search__trigger-icon{width:2rem;height:2rem}}@media screen and (min-width:1100px){.hyve-search__trigger{width:clamp(22rem,20vw,30rem)}}.hyve-search__modal[hidden]{display:none}.hyve-search__modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;flex-direction:column}.hyve-search__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#060a1a80;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:hyve-search-fade .2s ease}.hyve-search__panel{position:relative;z-index:1;background:rgb(var(--color-background, 255 255 255));width:100%;flex:1 1 auto;height:100%;display:flex;flex-direction:column;box-shadow:0 20px 60px -12px #060a1a59;animation:hyve-search-slide .25s ease}@keyframes hyve-search-fade{0%{opacity:0}to{opacity:1}}@keyframes hyve-search-slide{0%{transform:translateY(-1.2rem);opacity:0}to{transform:translateY(0);opacity:1}}.hyve-search__top{display:flex;align-items:center;gap:1.6rem;padding:2rem clamp(1.6rem,4vw,4.8rem);border-bottom:1px solid rgba(var(--color-foreground),.08)}.hyve-search__field{position:relative;display:flex;align-items:center;gap:1.2rem;flex:1;max-width:90rem;margin:0 auto;background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.15);border-radius:100px;padding:0 2rem;height:5.2rem}.hyve-search__field:focus-within{border-color:color-mix(in srgb,var(--brand-eyebrow) 50%,transparent);box-shadow:0 0 0 4px color-mix(in srgb,var(--brand-eyebrow) 12%,transparent)}.hyve-search__field-icon{width:2rem;height:2rem;flex-shrink:0;color:rgba(var(--color-foreground),.45)}.hyve-search__field-label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.hyve-search__input{flex:1;border:none;background:transparent;outline:none;font-size:1.6rem;font-family:inherit;color:rgb(var(--color-foreground));height:100%;padding:0;-webkit-appearance:none;appearance:none}.hyve-search__input::-webkit-search-cancel-button{-webkit-appearance:none}.hyve-search__input::placeholder{color:rgba(var(--color-foreground),.4)}.hyve-search__clear{background:none;border:none;cursor:pointer;font-family:inherit;font-size:1.4rem;font-weight:600;color:rgba(var(--color-foreground),.6);padding:.4rem .8rem;flex-shrink:0}.hyve-search__clear[hidden]{display:none}.hyve-search__clear:hover{color:rgb(var(--color-foreground))}.hyve-search__close{flex-shrink:0;width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;border:none;background:transparent;border-radius:50%;cursor:pointer;color:rgb(var(--color-foreground));transition:background-color .2s ease}.hyve-search__close:hover{background:rgba(var(--color-foreground),.08)}.hyve-search__close svg{width:2.2rem;height:2.2rem}.hyve-search__body{flex:1;overflow-y:auto;padding:clamp(2rem,4vw,4rem) clamp(1.6rem,4vw,4.8rem)}.hyve-search__empty{max-width:90rem;margin:4rem auto;text-align:center;color:rgba(var(--color-foreground),.45)}.hyve-search__empty[hidden]{display:none}.hyve-search__empty svg{width:4rem;height:4rem;margin-bottom:1.6rem;opacity:.5}.hyve-search__empty p{font-size:1.5rem;margin:0}.hyve-search__results[hidden]{display:none}.hyve-search__results{max-width:130rem;margin:0 auto;display:grid;grid-template-columns:1fr;gap:clamp(2.4rem,4vw,4.8rem)}@media screen and (min-width:750px){.hyve-search__results{grid-template-columns:1fr 26rem}}.hyve-search__section-title{font-family:var(--font-heading-family, sans-serif);font-size:1.8rem;font-weight:800;color:rgb(var(--color-foreground));margin:0 0 2rem}.hyve-search__sidebar-title{font-family:var(--font-heading-family, sans-serif);font-size:1.6rem;font-weight:800;color:rgb(var(--color-foreground));margin:0 0 1.6rem}.hyve-search__products{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(1.6rem,2vw,2.4rem)}@media screen and (min-width:750px){.hyve-search__products{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1100px){.hyve-search__products{grid-template-columns:repeat(4,1fr)}}.hyve-search__product{display:block;text-decoration:none;color:inherit}.hyve-search__product-media{aspect-ratio:1 / 1;border-radius:1.2rem;overflow:hidden;background:rgba(var(--color-foreground),.05);margin-bottom:1.2rem;display:flex;align-items:center;justify-content:center}.hyve-search__product-media img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.hyve-search__product-title{font-size:1.4rem;font-weight:700;line-height:1.3;color:rgb(var(--color-foreground));margin:0 0 .8rem}.hyve-search__swatches{display:flex;align-items:center;gap:.6rem}.hyve-search__swatch{width:2.4rem;height:2.4rem;border-radius:50%;overflow:hidden;background:rgba(var(--color-foreground),.06);border:1px solid rgba(var(--color-foreground),.1)}.hyve-search__swatch img{width:100%;height:100%;object-fit:cover}.hyve-search__swatch-more{font-size:1.1rem;color:rgba(var(--color-foreground),.5);margin-left:.2rem}.hyve-search__sidebar-group+.hyve-search__sidebar-group{margin-top:3.2rem}.hyve-search__suglist{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.4rem}.hyve-search__suglist a{display:flex;align-items:center;gap:1rem;text-decoration:none;color:rgba(var(--color-foreground),.75);font-size:1.4rem;padding:.6rem 0;transition:color .15s ease}.hyve-search__suglist a:hover{color:rgb(var(--color-foreground))}.hyve-search__suglist svg{width:1.5rem;height:1.5rem;flex-shrink:0;color:rgba(var(--color-foreground),.4)}.hyve-search__collections a{color:rgba(var(--color-foreground),.75)}.hyve-search__seeall-wrap{grid-column:1 / -1;margin-top:1.2rem}.hyve-search__seeall{display:inline-flex;align-items:center;gap:.8rem;background:var(--brand-gradient);color:#0a1414f2;font-size:1.5rem;font-weight:700;text-decoration:none;padding:1.4rem 2.8rem;border-radius:100px;box-shadow:0 6px 20px #5eead440;transition:transform .2s ease,box-shadow .2s ease}.hyve-search__seeall:hover{transform:translateY(-2px);box-shadow:0 10px 28px #5eead466}.hyve-search__seeall svg{width:1.6rem;height:1.6rem}.hyve-search__no-results{grid-column:1 / -1;text-align:center;color:rgba(var(--color-foreground),.5);font-size:1.5rem;padding:3.2rem 0}
/*# sourceMappingURL=/cdn/shop/t/20/compiled_assets/styles.css.map?subset=AAAAAAAEAAAAAAAAAAAC */
