@font-face{font-family:Parrot;src:url(Parrot-Light.otf) format("opentype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Parrot;src:url(Parrot-Light-Oblique.otf) format("opentype");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:Parrot;src:url(Parrot-Medium.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Parrot;src:url(Parrot-Medium-Oblique.otf) format("opentype");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:Parrot Semi-Mono;src:url(Parrot-Medium-Semi-Mono.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Parrot Semi-Mono;src:url(Parrot-Medium-Semi-Mono-Oblique.otf) format("opentype");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:Parrot Mono;src:url(Parrot-Medium-Mono.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:TSH Beta;src:url(TSH-Beta-V1-002.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}:root{--color-background: #FFFCF5;--color-foreground: #1F1F1D;--color-muted: #EAEAE6;--color-muted-foreground: #6B6B65;--color-border: #DDDDD8;--color-accent: #8E8C87;--font-body: "Parrot", system-ui, -apple-system, sans-serif;--font-heading: "Parrot Semi-Mono", monospace;--font-mono: "Parrot Mono", "Courier New", monospace;--font-brand: "TSH Beta", "Parrot Semi-Mono", monospace}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar{display:none}body{font-family:var(--font-body);font-weight:300;font-size:16px;line-height:1.6;color:var(--color-foreground);background-color:var(--color-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scrollbar-width:none;-ms-overflow-style:none}body::-webkit-scrollbar{display:none}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}.tsh-container{width:100%;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media(min-width:640px){.tsh-container{padding-left:2rem;padding-right:2rem}}@media(min-width:1024px){.tsh-container{padding-left:3rem;padding-right:3rem;max-width:1440px}}h1{font-family:var(--font-heading);font-weight:700;letter-spacing:.05em}h2,h3,h4,h5,h6{font-family:var(--font-body);font-weight:500;letter-spacing:.05em}.headline-large{font-family:var(--font-brand);font-size:clamp(2.5rem,5vw,4.5rem);font-weight:400;letter-spacing:.08em;line-height:1.1;text-transform:uppercase}.headline-medium{font-family:var(--font-heading);font-size:clamp(1.5rem,3vw,2.5rem);font-weight:700;letter-spacing:.05em;line-height:1.2;text-transform:uppercase}.subheadline{font-size:clamp(1rem,1.5vw,1.25rem);font-weight:300;letter-spacing:.03em;line-height:1.5}.body-text{font-size:1rem;font-weight:300;line-height:1.6}.button-text{font-size:.875rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase}.text-muted{color:var(--color-muted-foreground)}.tsh-header{position:fixed;top:0;left:0;right:0;z-index:50;height:80px;transition:background-color .3s ease,border-color .3s ease}.tsh-header--transparent{background:transparent;border-bottom:1px solid transparent}.tsh-header--solid{background:#fffcf5f2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border)}.tsh-header__inner{display:flex;align-items:center;justify-content:space-between;height:80px}.tsh-header__logo img{height:48px;width:auto;transition:opacity .5s ease}.tsh-header__logo:hover img{opacity:.7}.tsh-header--transparent .tsh-header__logo img{filter:brightness(0) invert(1)}.tsh-header--transparent .tsh-header__logo span,.tsh-header--transparent .tsh-header__logo{color:#fff}.tsh-header__nav{display:flex;align-items:center;gap:3rem}.tsh-header__nav a{font-size:.875rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;transition:all .3s ease;transform-origin:center}.tsh-header__nav a:hover{transform:scale(1.05)}.tsh-header--transparent .tsh-header__nav a{color:#fff}.tsh-header--transparent .tsh-header__nav a:hover{color:#ffffffb3}.tsh-header--solid .tsh-header__nav a{color:var(--color-foreground)}.tsh-header--solid .tsh-header__nav a:hover{color:var(--color-accent)}.tsh-header__mobile-toggle{display:none;background:none;border:none;padding:8px;cursor:pointer;color:inherit}.tsh-header__mobile-toggle svg{width:24px;height:24px;stroke:currentColor;stroke-width:2;fill:none}.tsh-header--transparent .tsh-header__mobile-toggle{color:#fff}.tsh-header--solid .tsh-header__mobile-toggle{color:var(--color-foreground)}.tsh-header--transparent.tsh-header--scrolled{background:#fffcf5f2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border)}.tsh-header--transparent.tsh-header--scrolled .tsh-header__logo img{filter:none}.tsh-header--transparent.tsh-header--scrolled .tsh-header__nav a{color:var(--color-foreground)}.tsh-header--transparent.tsh-header--scrolled .tsh-header__nav a:hover{color:var(--color-accent)}.tsh-header--transparent.tsh-header--scrolled .tsh-header__mobile-toggle{color:var(--color-foreground)}.tsh-mobile-menu{display:none;position:fixed;top:80px;left:0;right:0;z-index:49;padding:1.5rem}.tsh-mobile-menu--transparent{background:#000c;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid rgba(255,255,255,.1)}.tsh-mobile-menu--solid{background:var(--color-background);border-top:1px solid var(--color-border)}.tsh-mobile-menu.is-open{display:block}.tsh-mobile-menu a{display:block;padding:.75rem 0;font-size:.875rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;transition:all .3s ease}.tsh-mobile-menu--transparent a{color:#fff}.tsh-mobile-menu--transparent a:hover{color:#ffffffb3}.tsh-mobile-menu--solid a{color:var(--color-foreground)}.tsh-mobile-menu--solid a:hover{color:var(--color-accent)}@media(max-width:767px){.tsh-header__nav{display:none}.tsh-header__mobile-toggle{display:block}}.tsh-hero{position:relative;height:100vh;width:100%;overflow:hidden}.tsh-hero__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.tsh-hero__image img{width:100%;height:100%;object-fit:cover;object-position:center center}.tsh-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,rgba(0,0,0,.4),transparent,rgba(0,0,0,.2))}.tsh-hero__content{position:relative;z-index:10;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#fff;padding-bottom:16rem}.tsh-hero__content>div{display:flex;flex-direction:column;align-items:center;gap:.75rem}.tsh-hero__headline{font-family:var(--font-heading);font-size:clamp(1.25rem,3vw,2.25rem);font-weight:500;letter-spacing:.03em;color:#fff}.tsh-hero__scroll{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);z-index:10}.tsh-hero__scroll-line{width:1px;height:4rem;background:#fff6;animation:pulse 2s ease-in-out infinite}.tsh-btn{display:inline-block;font-family:var(--font-body);font-size:.875rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;padding:.75rem 3rem;border:1px solid;position:relative;overflow:hidden;z-index:1;cursor:pointer;transition:color .4s cubic-bezier(.4,0,.2,1);text-align:center;text-decoration:none}.tsh-btn:before{content:"";position:absolute;top:0;left:0;width:0;height:100%;transition:width .4s cubic-bezier(.4,0,.2,1);z-index:-1}.tsh-btn:hover:before{width:100%}.tsh-btn--outline-white{border-color:#fff;color:#fff;background:transparent}.tsh-btn--outline-white:before{background:#fff}.tsh-btn--outline-white:hover{color:var(--color-foreground)!important}.tsh-btn--black{border-color:var(--color-foreground);background:var(--color-foreground);color:#fff!important}.tsh-btn--black:before{background:#fff}.tsh-btn--black:hover{color:var(--color-foreground)!important}.tsh-btn--outline-black{border-color:var(--color-foreground);color:var(--color-foreground);background:transparent}.tsh-btn--outline-black:before{background:var(--color-foreground)}.tsh-btn--outline-black:hover{color:#fff!important}.tsh-brand-story{padding:6rem 0;background:#eaeae64d}.tsh-brand-story__inner{max-width:48rem;margin:0 auto;text-align:center}.tsh-brand-story__text{font-size:1.125rem;line-height:1.7;font-weight:300}.tsh-brand-story__delivery{margin-top:1rem;color:var(--color-muted-foreground)}.tsh-local-proof{padding:8rem 0 6rem;border-bottom:1px solid var(--color-border)}.tsh-local-proof__heading{text-align:center;margin-bottom:3rem;color:var(--color-muted-foreground)}.tsh-local-proof__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;max-width:64rem;margin:0 auto;align-items:center}@media(min-width:768px){.tsh-local-proof__grid{grid-template-columns:repeat(4,1fr)}}.tsh-local-proof__item{display:flex;align-items:center;justify-content:center;transition:opacity .3s ease}.tsh-local-proof__item:hover{opacity:.7}.tsh-local-proof__item img{width:100%;height:auto;max-height:6rem;object-fit:contain}.tsh-best-sellers{padding:6rem 0}.tsh-best-sellers__header{margin-bottom:4rem}.tsh-best-sellers__subtitle{color:var(--color-muted-foreground);margin-top:1rem}.tsh-product-grid{display:grid;grid-template-columns:1fr;gap:2rem 2rem}@media(min-width:640px){.tsh-product-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.tsh-product-grid{grid-template-columns:repeat(3,1fr);gap:3rem 2rem}}.tsh-product-grid--home{gap:3rem}.tsh-product-card{cursor:pointer;text-decoration:none;color:inherit;display:block}.tsh-product-card__image{position:relative;aspect-ratio:1/1;overflow:hidden;margin-bottom:1rem;background:var(--color-muted)}.tsh-product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease-out}.tsh-product-card:hover .tsh-product-card__image img{transform:scale(1.1)}.tsh-product-card__name{font-size:.875rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.5rem;transition:color .3s ease}.tsh-product-card:hover .tsh-product-card__name{color:var(--color-accent)}.tsh-product-card__price{color:var(--color-muted-foreground);font-weight:300}.tsh-best-sellers__cta{text-align:center;margin-top:3rem}.tsh-faq{padding:6rem 0;background:#eaeae64d}.tsh-faq__inner{max-width:56rem;margin:0 auto}.tsh-faq__title{margin-bottom:4rem}.tsh-faq__list{list-style:none}.tsh-faq__item{border-bottom:1px solid var(--color-border);padding-bottom:2rem;margin-bottom:3rem}.tsh-faq__item:last-child{border-bottom:none;margin-bottom:0}.tsh-faq__question{margin-bottom:.75rem}.tsh-faq__answer{color:var(--color-muted-foreground);font-weight:300}.tsh-delivery-banner{padding:4rem 0;background:var(--color-foreground);color:var(--color-background);text-align:center}.tsh-instagram{padding:8rem 0;background:#eaeae64d}.tsh-instagram__header{text-align:center;margin-bottom:3rem}.tsh-instagram__subtitle{color:var(--color-muted-foreground);margin-top:1rem}.tsh-instagram__grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}@media(min-width:768px){.tsh-instagram__grid{grid-template-columns:repeat(3,1fr)}}.tsh-instagram__item{display:block;overflow:hidden;transition:opacity .3s ease}.tsh-instagram__item:hover{opacity:.9}.tsh-instagram__item-inner{position:relative;width:100%;padding-bottom:125%}.tsh-instagram__item-inner img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.tsh-instagram__cta{text-align:center}.tsh-about-split{min-height:100vh;display:flex;align-items:center}.tsh-about-split__grid{width:100%;display:grid;grid-template-columns:1fr}@media(min-width:1024px){.tsh-about-split__grid{grid-template-columns:1fr 1fr}}.tsh-about-split__image{position:relative;height:50vh}@media(min-width:1024px){.tsh-about-split__image{height:100vh;position:sticky;top:0}}.tsh-about-split__image img{width:100%;height:100%;object-fit:cover}.tsh-about-split__text{display:flex;align-items:center;padding:6rem 0}@media(min-width:1024px){.tsh-about-split__text{padding:8rem 0}}.tsh-about-split__text-inner{max-width:40rem;margin:0 auto;padding:0 1.5rem}@media(min-width:640px){.tsh-about-split__text-inner{padding:0 2rem}}@media(min-width:1024px){.tsh-about-split__text-inner{padding:0 3rem}}.tsh-about-split__title{margin-bottom:3rem}.tsh-about-split__paragraphs{display:flex;flex-direction:column;gap:1.5rem}.tsh-about-split__paragraphs p{font-size:1.125rem;line-height:1.7;font-weight:300}.tsh-about-split__paragraphs em{font-style:italic}.tsh-values{padding:8rem 0;background:#eaeae64d}.tsh-values__grid{display:grid;grid-template-columns:1fr;gap:4rem}@media(min-width:768px){.tsh-values__grid{grid-template-columns:repeat(3,1fr)}}.tsh-values__item-title{margin-bottom:1rem}.tsh-values__item-desc{color:var(--color-muted-foreground);font-weight:300}.tsh-friends-hero{padding:8rem 0}.tsh-friends-hero__grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media(min-width:1024px){.tsh-friends-hero__grid{grid-template-columns:1fr 1fr}}.tsh-friends-hero__title{margin-bottom:1.5rem}.tsh-friends-hero__desc{font-size:1.125rem;line-height:1.7;font-weight:300;margin-bottom:2rem}.tsh-friends-hero__image{aspect-ratio:4/5;overflow:hidden}.tsh-friends-hero__image img{width:100%;height:100%;object-fit:cover}.tsh-friends-benefits{padding:6rem 0;background:#eaeae64d}.tsh-friends-benefits__inner{max-width:56rem;margin:0 auto;text-align:center}.tsh-friends-benefits__title{margin-bottom:4rem}.tsh-friends-benefits__subtitle{font-size:1.25rem;margin-bottom:1.5rem}.tsh-friends-benefits__desc{font-size:1.125rem;color:var(--color-muted-foreground);font-weight:300;max-width:36rem;margin:0 auto}.tsh-modal-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:100;align-items:center;justify-content:center;padding:1rem}.tsh-modal-overlay.is-open{display:flex}.tsh-modal{background:var(--color-background);max-width:28rem;width:100%;padding:2rem;position:relative}.tsh-modal__close{position:absolute;top:1rem;right:1rem;background:none;border:none;cursor:pointer;color:var(--color-muted-foreground);transition:color .3s ease;padding:4px}.tsh-modal__close:hover{color:var(--color-foreground)}.tsh-modal__close svg{width:24px;height:24px}.tsh-modal__title{margin-bottom:.5rem;padding-right:2.5rem}.tsh-modal__subtitle{color:var(--color-muted-foreground);font-weight:300;margin-bottom:2rem}.tsh-form-group{margin-bottom:1.5rem}.tsh-form-group label{display:block;margin-bottom:.5rem}.tsh-form-group input{width:100%;padding:.75rem 1rem;border:1px solid var(--color-border);background:var(--color-background);font-family:var(--font-body);font-size:1rem;font-weight:300;transition:border-color .3s ease}.tsh-form-group input:focus,.tsh-form-group textarea:focus{outline:none;border-color:var(--color-foreground)}.tsh-form-group textarea{width:100%;padding:.75rem 1rem;border:1px solid var(--color-border);background:var(--color-background);font-family:var(--font-body);font-size:1rem;font-weight:300;resize:vertical;transition:border-color .3s ease}.tsh-form-group .optional{color:var(--color-muted-foreground)}.tsh-page-header{padding:6rem 0 4rem;border-bottom:1px solid var(--color-border)}.tsh-page-header__title{margin-bottom:1.5rem}.tsh-page-header__subtitle{color:var(--color-muted-foreground)}.tsh-stockists-list{padding:6rem 0}.tsh-stockists-list__inner{max-width:56rem;margin:0 auto}.tsh-stockist{border-bottom:1px solid var(--color-border);padding-bottom:3rem;margin-bottom:4rem}.tsh-stockist:last-child{border-bottom:none;margin-bottom:0}.tsh-stockist__name{margin-bottom:1rem}.tsh-stockist__address{color:var(--color-muted-foreground);font-weight:300;margin-bottom:.5rem;display:inline-block;transition:all .3s ease}.tsh-stockist__address:hover{text-decoration:underline}.tsh-stockist__desc{font-weight:300}.tsh-shop-online{padding:8rem 0;background:#eaeae64d;text-align:center}.tsh-shop-online__inner{max-width:56rem;margin:0 auto}.tsh-shop-online__title{margin-bottom:1.5rem}.tsh-shop-online__desc{font-size:1.125rem;line-height:1.7;font-weight:300;margin-bottom:2rem}.tsh-collection-header{padding:6rem 0 4rem;border-bottom:1px solid var(--color-border)}.tsh-collection-header__title{margin-bottom:1.5rem}.tsh-collection-header__subtitle a{text-decoration:underline;transition:opacity .3s ease}.tsh-collection-header__subtitle a:hover{opacity:.7}.tsh-collection-grid{padding:6rem 0}.tsh-product{padding-top:6rem}.tsh-product__grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:1024px){.tsh-product__grid{grid-template-columns:1fr 1fr;gap:4rem}}.tsh-product__images{display:grid;gap:1rem}.tsh-product__image{aspect-ratio:1/1;overflow:hidden;background:var(--color-muted)}.tsh-product__image img{width:100%;height:100%;object-fit:cover}.tsh-product__info{padding:2rem 0}@media(min-width:1024px){.tsh-product__info{padding:4rem 0;position:sticky;top:100px}}.tsh-product__title{margin-bottom:1rem}.tsh-product__price{font-size:1.25rem;font-weight:300;margin-bottom:2rem}.tsh-product__bullets{list-style:none;margin-bottom:2rem}.tsh-product__bullets li{padding:.5rem 0;font-weight:300;border-bottom:1px solid var(--color-border)}.tsh-product__bullets li:last-child{border-bottom:none}.tsh-product__trust{margin-top:1rem;color:var(--color-muted-foreground);font-weight:300;font-size:.875rem}.tsh-footer{border-top:1px solid var(--color-border);margin-top:8rem}.tsh-footer__inner{padding:4rem 0}.tsh-footer__grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:768px){.tsh-footer__grid{grid-template-columns:1fr 1fr 1fr}}.tsh-footer__brand-logo img{height:40px;width:auto;margin-bottom:1rem}.tsh-footer__brand-text{color:var(--color-muted-foreground);font-weight:300;max-width:20rem}.tsh-footer__col-title{margin-bottom:1rem}.tsh-footer__links{list-style:none}.tsh-footer__links li{margin-bottom:.5rem}.tsh-footer__links a{color:var(--color-muted-foreground);font-weight:300;transition:color .3s ease}.tsh-footer__links a:hover{color:var(--color-foreground)}.tsh-footer__bottom{margin-top:4rem;padding-top:2rem;border-top:1px solid var(--color-border)}.tsh-footer__credit{color:var(--color-muted-foreground);font-size:.875rem;font-weight:300}.tsh-footer__credit a{transition:color .3s ease}.tsh-footer__credit a:hover{color:var(--color-foreground)}.tsh-footer__copyright{color:var(--color-muted-foreground);font-size:.875rem;font-weight:300;margin-top:.5rem}.tsh-cart{padding:6rem 0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:.4}50%{opacity:1}}@keyframes revealImage{0%{transform:translate(-100%)}50%{transform:translate(0)}to{transform:translate(100%)}}.tsh-animate{opacity:0;transform:translateY(2rem);transition:opacity .8s ease-out,transform .8s ease-out}.tsh-animate.is-visible{opacity:1;transform:translateY(0)}.tsh-animate--delay-1{transition-delay:.1s}.tsh-animate--delay-2{transition-delay:.2s}.tsh-animate--delay-3{transition-delay:.3s}.tsh-animate--delay-4{transition-delay:.4s}.tsh-image-reveal{position:relative;overflow:hidden}.tsh-image-reveal:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--color-background);transform:translate(-100%);animation:revealImage 1.2s cubic-bezier(.77,0,.175,1) forwards}.tsh-image-reveal img{opacity:0;animation:fadeIn .8s ease-out .6s forwards}.tsh-404{padding:12rem 0;text-align:center}.tsh-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.tsh-values:empty,.tsh-values:has(.tsh-values__grid:empty){display:none;padding:0;margin:0}
/*# sourceMappingURL=/cdn/shop/t/16/assets/theme.css.map */
