.footer{position:relative;background:rgb(var(--color-background));color:rgb(var(--color-foreground));padding-bottom:2rem}.footer__top{display:grid;grid-template-columns:1fr 1fr;gap:2.4rem 1.5rem;margin-bottom:2.5rem}.footer__brand{grid-column:1 / -1}@media(min-width:750px){.footer__top{grid-template-columns:1.6fr 1fr 1fr;gap:2rem;margin-bottom:3.5rem}.footer__brand{grid-column:auto}}.footer__brand{display:flex;flex-direction:column;align-items:flex-start;gap:1.2rem}.footer__logo{display:block;height:auto;max-width:80%}.footer__wordmark{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:700;text-transform:uppercase;line-height:1;letter-spacing:.02em;font-size:clamp(2rem,4vw,3rem);color:rgb(var(--color-foreground))}.footer__tagline{margin:0;font-size:.95rem;color:rgba(var(--color-foreground),.55)}.footer__socials{margin-top:.25rem}.footer .svg_social{width:44px;height:44px;opacity:1}.footer .svg_social:hover{opacity:.75}.footer__col{display:flex;flex-direction:column;gap:.9rem}.footer__col-title{margin:0;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:rgb(var(--color-foreground))}.footer__col-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.7rem}.footer__col-link{color:rgba(var(--color-foreground),.8);font-size:.95rem;text-decoration:none;transition:color .25s ease}.footer__col-link:hover{color:rgb(var(--color-foreground))}.footer__col-link--icon{display:inline-flex;align-items:center;gap:.6rem}.footer__col-ico{flex:0 0 auto;width:17px;height:17px;display:inline-flex}.footer__col-ico svg{width:100%;height:100%;display:block}.footer__bottom{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1.5rem;border-top:1px solid rgba(var(--color-foreground),.2);padding-top:1.5rem}.footer__bottom-left{justify-self:start}.footer__bottom-center{justify-self:center}.footer__bottom-right{justify-self:end;width:100%}.footer__copyright{margin:0;font-size:.85rem;color:rgba(var(--color-foreground),.55)}.footer__policies{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;align-items:center;gap:.4rem 1.2rem}.footer__policy-link{color:rgba(var(--color-foreground),.55);font-size:.85rem;text-decoration:none;transition:color .25s ease}.footer__policy-link:hover{color:rgb(var(--color-foreground))}.footer .payment-icons__item svg{height:30px}@media(max-width:749px){.footer .payment-icons__item svg{height:22px}.footer__bottom{grid-template-columns:1fr;justify-items:center;text-align:center;gap:1.4rem}.footer__bottom-left,.footer__bottom-center,.footer__bottom-right{justify-self:center}.footer__policies,.footer .payment-icons__list{justify-content:center}}.sg{position:relative}.sg__head{margin:0 auto 1.4rem;text-align:center;max-width:720px}.sg__title{margin:0}.sg__meta{margin:.8rem 0 0;color:rgba(var(--color-foreground),.7);font-size:.95rem}.sg__meta strong{color:rgb(var(--color-foreground));font-weight:700}.sg__form{margin:0 auto 1.6rem;max-width:760px}.sg__search{display:flex;align-items:center;gap:.6rem;padding:0 0 0 1.1rem;background:transparent;border:1px solid rgba(var(--color-foreground),.25);border-radius:0;transition:border-color .15s ease}.sg__search:focus-within{border-color:rgb(var(--color-foreground))}.sg__search-icon{width:18px;height:18px;flex:0 0 auto;color:rgba(var(--color-foreground),.6)}.sg__search-input{flex:1 1 auto;min-width:0;border:none;outline:none;background:transparent;color:rgb(var(--color-foreground));font-family:var(--font-body-family);font-size:1rem;padding:.65rem 0}.sg__search-input::placeholder{color:rgba(var(--color-foreground),.5)}.sg__search-submit{flex:0 0 auto;align-self:stretch;padding:.55em 1.6em;background:rgb(var(--color-foreground));color:rgb(var(--color-background));border:none;border-radius:0;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);text-transform:uppercase;letter-spacing:.08em;font-size:.82rem;line-height:1;cursor:pointer;transition:opacity .15s ease}.sg__search-submit:hover{opacity:.82}@media(max-width:749px){.sg__search-submit{display:none}.sg__search{padding:.15rem 1rem}}.sg__toolbar{display:flex;flex-wrap:wrap;gap:.8rem 1.2rem;align-items:center;justify-content:center;padding:1rem 0 1.6rem;margin-bottom:.4rem;border-bottom:1px solid rgba(var(--color-foreground),.12)}.sg__filter{display:inline-flex;align-items:center;gap:.5rem}.sg__filter-label{font-family:var(--font-body-family);font-weight:600;font-size:.82rem;letter-spacing:.04em;text-transform:uppercase;color:rgba(var(--color-foreground),.75)}.sg__select{position:relative;display:inline-block}.sg__select .options__trigger{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .8rem;background:transparent;border:1px solid rgba(var(--color-foreground),.25);border-radius:0;color:rgb(var(--color-foreground));font-family:var(--font-body-family);font-size:.88rem;cursor:pointer;line-height:1;transition:border-color .15s ease}.sg__select .options__trigger:hover,.sg__select[open] .options__trigger{border-color:rgb(var(--color-foreground))}.sg__select .options__trigger svg{width:14px;height:14px}.sg__select .options__drawer{display:none;position:absolute;top:calc(100% - 1px);left:0;min-width:100%;z-index:10;background:rgb(var(--color-background));border:1px solid rgb(var(--color-foreground));box-shadow:0 12px 30px #0000001a;padding:.4rem;border-radius:0;max-height:280px;overflow-y:auto}.sg__select[open] .options__drawer{display:block}.sg__select .options__item{padding:.5rem .7rem;font-size:.9rem;cursor:pointer;border-radius:0;white-space:nowrap}.sg__select .options__item:hover{background:rgba(var(--color-foreground),.06)}.sg__select .options__item[aria-selected=true]{background:rgb(var(--color-foreground));color:rgb(var(--color-background))}.sg__results{margin-top:1.4rem;transition:opacity .2s ease}.sg__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}@media(min-width:750px){.sg__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}}@media(min-width:990px){.sg__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:32px}}.sg__item{min-width:0}.sg__pagination{margin-top:3rem;display:flex;justify-content:center}.sg__empty{text-align:center;padding:4rem 1.5rem;color:rgb(var(--color-foreground));display:flex;flex-direction:column;align-items:center;gap:.8rem}.sg__empty-icon{width:56px;height:56px;color:rgba(var(--color-foreground),.3);margin-bottom:.3rem}.sg__empty-title{margin:0;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);text-transform:uppercase;font-size:clamp(1.2rem,.8vw + 1rem,1.8rem);color:rgb(var(--color-foreground))}.sg__empty-text{margin:0;color:rgba(var(--color-foreground),.7);font-size:.95rem}.sg__empty-cta{margin-top:.8rem;padding:.7em 1.4em;font-size:.85rem;letter-spacing:.06em}.sg__title,.sg__results,.sg__filter,.sg__filter-label,.sg__meta,.sg__empty-title,.sg__empty-text,.sg__pagination,.options__trigger,.options__value,.options__item{letter-spacing:0!important}.sg__results,.sg__filter-label,.options__trigger,.options__value{font-weight:400}.sg__empty-title{font-family:var(--font-heading-family);font-weight:400;text-transform:none;font-size:clamp(2rem,1.7rem + .8vw,2.6rem)}.sg__empty-text{font-size:1.35rem;line-height:1.7;color:rgba(var(--color-foreground),.65)}.sg__search-submit,.options__trigger,.options__drawer,.options__item,.sg__pagination a,.sg__pagination span{border-radius:0}
/*# sourceMappingURL=/cdn/shop/t/1/compiled_assets/styles.css.map?subset=AAABAAAC */
