@font-face{font-family:Readers Sans;src:url(//tylil.com/cdn/shop/t/2/assets/Helvetica.ttf?v=19608550419798949771785969895) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Readers Sans;src:url(//tylil.com/cdn/shop/t/2/assets/Helvetica-Bold.ttf?v=79872217356182923931785969894) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Readers Sans;src:url(//tylil.com/cdn/shop/t/2/assets/Helvetica-Oblique.ttf?v=73250437969093998741785969895) format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:"Readers Serif";src:url(//tylil.com/cdn/shop/t/2/assets/CrimsonText-Regular.ttf?v=33801923906012794941785969893) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Readers Serif";src:url(//tylil.com/cdn/shop/t/2/assets/CrimsonText-SemiBold.ttf?v=53489230476300998231785969893) format("truetype");font-weight:600;font-style:normal;font-display:swap}:root{--background: #101010;--text: #dfdfdf;--link: #dfdfdf;--link-hover: #595e42;--accent: #595e42;--accent-text: #ffffff;--accent-secondary: #f5bc70;--accent-secondary-text: #101010;--line: #383838;--line-strong: #696969;--surface: #151515;--surface-text: #dfdfdf;--muted: #adadad;--button: #dfdfdf;--button-text: #101010;--button-hover: #595e42;--button-hover-text: #ffffff;--focus: #ffffff;--card-background: #101010;--card-text: #dfdfdf;--card-hover: #595e42;--card-hover-text: #ffffff;--heading-background: #101010;--heading-text: #dfdfdf;--field-background: #101010;--field-text: #dfdfdf;--field-border: #696969;--field-placeholder: #adadad;--sale: #ff7417;--sold-out: #777777;--success: #595e42;--success-text: #ffffff;--error: #8f2424;--error-text: #ffffff;--selection: #595e42;--selection-text: #ffffff;--feature: #5b5b5b;--feature-text: #ffffff;--header-background: #101010;--header-text: #dfdfdf;--header-line: #383838;--header-hover: #151515;--drawer-background: #595e42;--drawer-text: #ffffff;--drawer-line: #6b8f45;--footer-background: #000000;--footer-text: #dfdfdf;--footer-line: #383838;--footer-link-hover: #ffffff;--serif: "Readers Serif", "New York", Iowan Old Style, Baskerville, Georgia, serif;--sans: "Readers Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;--radius: 50px;--page-space: 20px;--header-height: 70px}*{box-sizing:border-box}html{background:var(--background);color-scheme:dark;scroll-behavior:smooth}body{margin:0;color:var(--text);background:var(--background);font-family:var(--sans);font-size:16px;font-weight:400;line-height:1.12;overflow-x:hidden}body.drawer-open{overflow:hidden}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}::selection{color:var(--selection-text);background:var(--selection)}button,input,select,textarea{color:inherit;font:inherit;accent-color:var(--accent);caret-color:var(--accent)}button,summary{cursor:pointer}:focus-visible{outline:2px solid var(--focus);outline-offset:3px}.rte a,.standard-page a,.article-page__content a{color:var(--link)}.rte a:hover,.standard-page a:hover,.article-page__content a:hover{color:var(--link-hover)}.errors,.form-errors{padding:12px 14px;color:var(--error-text);background:var(--error)}h1,h2,h3,p,blockquote{margin-top:0}.visually-hidden,.skip-link{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.skip-link:focus{position:fixed!important;z-index:10000;top:10px;left:10px;width:auto!important;height:auto!important;padding:12px 18px!important;clip:auto!important;background:var(--accent);color:var(--accent-text)}.main-content{min-height:50vh}#shopify-section-header{position:sticky;top:0;z-index:100}.site-header{position:sticky;top:0;z-index:100;display:flex;justify-content:space-between;height:var(--header-height);border-bottom:1px solid var(--header-line);color:var(--header-text);background:var(--header-background)}.site-header__logo{display:flex;align-items:center;min-width:416px;padding:0 20px}.site-header__logo img{width:var(--logo-width, 148px);max-height:calc(var(--header-height) - 20px);height:auto;object-fit:contain}.site-header__logo--light img{filter:grayscale(1) brightness(2.2)}.site-header__logo--dark img{filter:grayscale(1) brightness(.2)}.site-header__logo-text{font-family:var(--serif);font-size:28px;line-height:1}.site-header__actions{display:flex;height:100%}.header-action{position:relative;display:grid;width:67px;place-items:center;padding:0;border:0;border-left:1px solid var(--header-line);background:transparent}.header-action:hover{background:var(--header-hover)}.header-action svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.6}.header-action__count{position:absolute;inset:50% auto auto 50%;min-width:14px;transform:translate(-50%,-7%);font-size:9px;line-height:1}.drawer-backdrop{position:fixed;z-index:199;top:0;right:0;bottom:0;left:0;background:#00000075}.drawer{position:fixed;z-index:200;top:0;right:0;bottom:0;display:flex;width:min(var(--drawer-width, 540px),100vw);flex-direction:column;color:var(--drawer-text);background:var(--drawer-background);border-left:1px solid var(--drawer-line);transform:translate(100%);transition:transform .28s ease;visibility:hidden}.drawer--left{right:auto;left:0;border-right:1px solid var(--drawer-line);border-left:0;transform:translate(-100%)}.drawer.is-open{transform:translate(0);visibility:visible}.drawer__header{display:flex;min-height:var(--header-height);align-items:center;justify-content:space-between;padding-left:20px;border-bottom:1px solid var(--drawer-line);text-transform:uppercase}.drawer__close{display:grid;width:69px;align-self:stretch;place-items:center;padding:0;border:0;border-left:1px solid var(--drawer-line);color:currentColor;background:transparent;font-size:38px;font-weight:300;line-height:1}.drawer__primary,.drawer__secondary{display:flex;flex-direction:column;padding:24px 20px;border-bottom:1px solid var(--drawer-line)}.drawer__primary{font-size:clamp(25px,2.2vw,32px);font-weight:700;line-height:1.25}.drawer__nav-heading{margin-bottom:12px;font-size:13px;font-weight:400;text-transform:uppercase}.drawer__secondary{gap:10px}.drawer__primary a,.drawer__secondary a{width:max-content;max-width:100%}.drawer a:hover{font-style:italic}.drawer__social{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto;padding:20px}.drawer__social-heading{width:100%;margin:0 0 4px;font-size:13px;font-weight:400;text-transform:uppercase}.drawer__brand{display:flex;align-items:center;margin-top:auto;padding:20px;border-top:1px solid var(--drawer-line)}.drawer__brand+.drawer__social{margin-top:0}.drawer__brand img{width:var(--drawer-logo-width, 140px);max-height:54px;object-fit:contain;object-position:left center}.drawer__brand--light img{filter:grayscale(1) brightness(2.2)}.drawer__brand--dark img{filter:grayscale(1) brightness(.2)}.drawer__social a{padding:8px 14px;border:1px solid currentColor;border-radius:999px;text-transform:uppercase}.drawer-search,.drawer-cart{padding:24px 20px}.drawer-search label{display:block;margin-bottom:30px;font-family:var(--serif);font-size:clamp(36px,5vw,64px);line-height:.98}.drawer-search__field{display:flex;gap:10px}.drawer-search input,.newsletter-form input{min-width:0;flex:1;padding:14px 18px;border:1px solid currentColor;border-radius:999px;color:inherit;background:transparent}.drawer-search input::placeholder,.newsletter-form input::placeholder{color:inherit;opacity:.75}.drawer-search button,.newsletter-form button{display:grid;width:52px;height:52px;flex:0 0 52px;place-items:center;border:1px solid currentColor;border-radius:50%;color:inherit;background:transparent;font-size:28px}.drawer-cart__item{display:grid;grid-template-columns:90px 1fr;gap:14px;padding:12px 0;border-bottom:1px solid var(--drawer-line)}.drawer-cart__item img{width:90px;height:90px;object-fit:contain}.drawer-cart__item div{display:flex;flex-direction:column;gap:8px}.drawer-cart__total{display:flex;justify-content:space-between;padding:20px 0;font-size:24px}.drawer-cart__actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.drawer-cart__actions form,.drawer-cart__actions button{width:100%}.borders-button{display:inline-flex;min-height:50px;align-items:center;justify-content:center;padding:10px 20px;border:1px solid currentColor;border-radius:999px;color:inherit;background:transparent;font-size:20px;line-height:1;text-align:center;text-transform:uppercase;transition:color .16s ease,background .16s ease}.borders-button:hover,.borders-button:focus-visible{color:var(--button-hover-text);background:var(--button-hover)}.borders-button--solid{color:var(--button-text);background:var(--button)}.borders-button--secondary{color:var(--accent-secondary-text);background:var(--accent-secondary)}.borders-button--solid:hover,.borders-button--secondary:hover{color:var(--button-hover-text);background:var(--button-hover)}.borders-button--dark{color:var(--button-text)}.vertical-slider{display:block;padding:0 var(--page-space) var(--page-space)}.vertical-slider__slide{position:sticky;z-index:var(--stack-index, 1);top:var(--header-height);margin-bottom:calc(-1 * var(--page-space));padding:var(--page-space) 0}.vertical-slider__card{position:relative;width:100%;max-height:calc(100vh - var(--header-height) - (var(--page-space) * 2));aspect-ratio:1.77777;overflow:hidden;border-radius:var(--radius);color:var(--card-text, #efefef);background:var(--card-background, #747474);transform:scale(1);transform-origin:center top;backface-visibility:hidden;contain:paint;will-change:auto}.vertical-slider__media{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.vertical-slider__background,.vertical-slider__subject,.vertical-slider__subject-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%}.vertical-slider__background{object-fit:cover}.vertical-slider__subject{z-index:1;transform:scale(var(--subject-base-scale, 1)) translateY(0);transform-origin:center bottom;backface-visibility:hidden;will-change:auto}.vertical-slider.is-active .vertical-slider__card,.vertical-slider.is-active .vertical-slider__subject{will-change:transform}.vertical-slider__subject img{width:100%;height:100%;object-fit:cover;object-position:var(--subject-x, 50%) var(--subject-y, 50%)}.vertical-slider__media[data-media-fit=contain] .vertical-slider__subject img{object-fit:contain}.vertical-slider__subject-placeholder{background:linear-gradient(135deg,transparent 49.7%,currentColor 50%,transparent 50.3%),linear-gradient(45deg,transparent 49.7%,currentColor 50%,transparent 50.3%);opacity:.08}.vertical-slider__shade{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(90deg,rgba(0,0,0,var(--shade-opacity, 0)),transparent 66%)}.vertical-slider__text{position:absolute;z-index:2;top:35px;left:35px;display:flex;max-width:calc(100% - 70px);flex-direction:column;align-items:flex-start;gap:21px}.vertical-slider__slide-title{margin:0;font-family:var(--sans);font-size:18px;font-weight:400;line-height:1.1}.vertical-slider__slide-subtitle{display:block;font-family:var(--serif);font-size:clamp(58px,5.86vw,75px);font-weight:400;letter-spacing:-.035em;line-height:1}.section-title{min-height:98px;padding:32px 20px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);color:var(--heading-text);background:var(--heading-background)}.section-title h2{margin:0;font-family:var(--sans);font-size:23px;font-weight:400;text-transform:uppercase}.category-grid{display:grid;grid-template-columns:repeat(5,1fr)}.category-grid a{position:relative;display:flex;min-height:255px;flex-direction:column;justify-content:flex-end;overflow:hidden;padding:20px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);isolation:isolate}.category-grid a:nth-child(5n){border-right:0}.category-grid h3{max-width:220px;margin:0 0 12px;font-family:var(--serif);font-size:clamp(27px,2.4vw,36px);font-weight:400;line-height:.94}.category-card__copy{position:relative;z-index:2;display:block}.category-card__count{display:block;font-size:13px}.category-card__image{position:absolute;z-index:1;top:var(--category-image-y, 42%);left:var(--category-image-x, 50%);width:var(--category-image-size, 70%);max-width:none;height:auto;max-height:78%;object-fit:contain;transform:translate(-50%,-50%) scale(1);transform-origin:center;transition:transform .3s ease}.category-card--has-image:hover .category-card__image{transform:translate(-50%,-50%) scale(1.05)}.category-grid a:hover{color:var(--card-hover-text);background:var(--card-hover)}.section-cta{display:flex;min-height:92px;align-items:center;justify-content:center;border-bottom:1px solid var(--line)}.testimonial{position:relative;display:grid;min-height:540px;grid-template-columns:1fr 1fr;overflow:hidden;margin:20px;border-radius:var(--radius);background:var(--feature);content-visibility:auto;contain-intrinsic-size:auto 540px}.home-products{content-visibility:auto;contain-intrinsic-size:auto 900px}.editorial-pair{content-visibility:auto;contain-intrinsic-size:auto 1160px}.home-news{content-visibility:auto;contain-intrinsic-size:auto 720px}.testimonial>img{width:100%;height:100%;object-fit:cover;object-position:center 20%}.testimonial>div{display:flex;flex-direction:column;justify-content:center;padding:clamp(30px,6vw,90px);color:var(--feature-text)}.testimonial blockquote{margin-bottom:30px;font-family:var(--serif);font-size:clamp(38px,4vw,62px);font-style:italic;line-height:.98}.testimonial p{font-size:18px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.product-card{position:relative;min-width:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line);color:var(--card-text);background:var(--card-background);transition:color .18s ease,background .18s ease}.product-card:hover,.product-card:focus-within{color:var(--card-hover-text);background:var(--card-hover)}.product-card:nth-child(4n){border-right:0}.product-card__link{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0}.product-card__media{position:relative;display:grid;aspect-ratio:1 / 1;place-items:center;overflow:hidden;padding:5%}.product-card__media>img,.product-card__media>svg{width:100%;height:100%;object-fit:contain;transition:transform .45s ease}.product-card:hover .product-card__media>img{transform:scale(1.05)}.product-card__meta{min-height:82px;padding:13px 14px 16px;text-align:center}.product-card__meta h3{overflow:hidden;margin:0 0 5px;font-size:17px;font-weight:700;line-height:1.05;text-overflow:ellipsis;white-space:nowrap}.product-card__meta p{margin:0}.product-card__meta s{margin-left:6px;color:var(--muted)}.product-card__badge{position:absolute;z-index:4;top:30px;right:30px;padding:8px 10px;border-radius:999px;color:var(--accent-text);background:var(--sale);font-size:13px;font-weight:700;text-transform:uppercase}.product-card__badge--sold{background:var(--sold-out)}.home-products .section-cta{border-top:0}.editorial-pair{display:grid;grid-template-columns:1fr}.editorial-card{display:grid;min-height:580px;border-bottom:1px solid var(--line)}.editorial-card--new{grid-template-columns:1fr 1fr}.editorial-card--new>div{display:flex;flex-direction:column;justify-content:center;padding:clamp(30px,6vw,90px)}.editorial-card--new>img{width:100%;height:100%;object-fit:cover;border-left:1px solid var(--line)}.eyebrow{margin-bottom:32px;font-size:18px;text-transform:uppercase}.editorial-card__lead{max-width:760px;font-family:var(--serif);font-size:clamp(34px,4vw,60px);line-height:1}.editorial-card__lead em{text-decoration:underline}.editorial-card--review{grid-template-columns:1fr 1fr}.editorial-card__book{display:grid;min-height:580px;place-items:center;padding:6%;border-right:1px solid var(--line)}.editorial-card__book img{width:85%;height:85%;object-fit:contain}.editorial-card__copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(40px,7vw,110px)}.editorial-card__copy h2{font-family:var(--serif);font-size:clamp(44px,4vw,66px);font-weight:400;line-height:.92}.editorial-card__copy>p:not(.eyebrow){max-width:540px;font-size:19px;line-height:1.25}.editorial-card__copy .review-score{margin-bottom:28px;font-size:25px!important}.editorial-card__copy .borders-button{align-self:flex-start;margin-top:12px}.news-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.article-card{display:grid;min-height:245px;grid-template-columns:minmax(0,2fr) minmax(150px,.95fr);border-right:1px solid var(--line);border-bottom:1px solid var(--line);color:var(--card-text);background:var(--card-background);transition:color .18s ease,background .18s ease}.article-card:hover,.article-card:focus-within{color:var(--card-hover-text);background:var(--card-hover)}.article-card:nth-child(2n){border-right:0}.article-card__copy{min-width:0;padding:20px}.tag-list{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.tag-list a,.tag-list span{padding:6px 15px;border:1px solid currentColor;border-radius:999px;font-size:14px;text-transform:uppercase}.article-card h3{margin-bottom:13px;font-size:clamp(25px,2.2vw,32px);font-weight:400;line-height:1}.article-meta{display:flex;flex-wrap:wrap;gap:9px 24px;margin:0;color:inherit;font-size:14px}.article-excerpt{display:-webkit-box;overflow:hidden;margin-top:16px;font-size:16px;line-height:1.08;-webkit-box-orient:vertical;-webkit-line-clamp:4}.article-card__image{display:grid;align-items:center;padding:18px}.article-card__image img{width:100%;aspect-ratio:1 / 1;border-radius:50px;object-fit:cover}.page-heading{min-height:114px;padding:20px;border-bottom:1px solid var(--line);color:var(--heading-text);background:var(--heading-background)}.breadcrumbs{display:flex;flex-wrap:wrap;gap:0 13px;margin-bottom:18px;font-size:13px;line-height:1.2}.breadcrumbs a:hover{font-style:italic}.page-heading h1{margin:0;font-family:var(--sans);font-size:clamp(40px,4.6vw,60px);font-weight:400;line-height:.95}.page-heading__description{max-width:800px;margin-top:18px}.product-grid--collection .product-card{min-height:510px}.collection-links{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}.collection-links a{display:flex;min-height:150px;align-items:center;justify-content:space-between;padding:20px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);font-family:var(--serif);font-size:clamp(28px,3vw,44px);line-height:1}.collection-links a:nth-child(3n){border-right:0}.collection-links a:hover{color:var(--card-hover-text);background:var(--card-hover)}.collection-links sup{align-self:flex-start;font-family:var(--sans);font-size:13px}.pagination{display:flex;min-height:90px;align-items:center;justify-content:center;gap:8px;padding:18px;border-bottom:1px solid var(--line)}.pagination a,.pagination .current{display:grid;width:42px;height:42px;place-items:center;border:1px solid var(--line-strong);border-radius:50%}.pagination .current{color:var(--accent-text);background:var(--accent)}.empty-state,.standard-page{padding:40px 20px}.standard-page{max-width:1000px;min-height:50vh}.standard-page--wide{max-width:1400px}.standard-page--full{max-width:none}.rte{line-height:1.3}.rte a{text-decoration:underline}.rte img{height:auto}.product-page{display:grid;min-height:calc(100vh - var(--header-height));grid-template-columns:1fr 1fr;border-bottom:1px solid var(--line)}.product-page__media{display:grid;min-width:0;place-items:center;padding:7%;border-right:1px solid var(--line)}.product-page__media img,.product-page__media svg{width:100%;height:100%;max-height:calc(100vh - 120px);object-fit:contain}.product-page__media--cover img{object-fit:cover}.product-page__details{min-width:0}.product-page__header,.product-page__description,.product-form,.product-share{padding:20px;border-bottom:1px solid var(--line)}.product-page__vendor{display:inline-block;margin-bottom:22px}.product-page h1{margin-bottom:15px;font-family:var(--serif);font-size:clamp(60px,6.5vw,90px);font-weight:400;line-height:.85}.product-page__price{margin-bottom:24px;font-size:25px;font-weight:700}.product-page__price s{margin-left:8px;color:var(--muted)}.product-page__sku{margin-bottom:18px;color:var(--muted);font-size:14px}.product-page__pills{display:flex;flex-wrap:wrap;gap:10px}.product-page__pills span{padding:9px 17px;border-radius:999px;color:var(--surface-text);background:var(--surface)}.product-page__description{min-height:330px;padding-top:30px;font-size:17px}.product-page__section-heading{margin-bottom:18px;font-family:var(--serif);font-size:30px;font-weight:400}.product-form label:not(.quantity-control label){display:block;margin-bottom:8px}.product-form select{width:100%;margin-bottom:16px;padding:13px 16px;border:1px solid var(--line-strong);border-radius:999px;background:transparent}.product-form__row{display:flex;gap:10px}.quantity-control{display:grid;min-width:190px;grid-template-columns:44px 1fr 44px;align-items:center;border:1px solid var(--line-strong);border-radius:999px}.quantity-control label{display:none}.quantity-control button{height:100%;padding:0;border:0;background:transparent;font-size:24px}.quantity-control input{width:100%;border:0;outline:0;background:transparent;text-align:center;-webkit-appearance:textfield;appearance:textfield}.product-form__submit{flex:1;border:0}.product-form__submit:disabled{opacity:.5}.product-share{display:flex;flex-wrap:wrap;gap:9px 16px;border-bottom:0}.product-share a{text-decoration:underline}.recommended-products .section-title h2{text-transform:none}.about-intro{padding:20px;border-bottom:1px solid var(--line)}.about-intro__lead{max-width:1240px;margin-bottom:24px;font-family:var(--serif);font-size:clamp(54px,6vw,85px);letter-spacing:-.025em;line-height:.93}.about-intro__body{max-width:1130px;margin:0;font-size:clamp(21px,2vw,30px);line-height:1.08}.about-intro__body>:last-child{margin-bottom:0}.team-grid{display:grid;grid-template-columns:repeat(3,1fr)}.team-card{border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.team-card:nth-child(3n),.team-card:last-child{border-right:0}.team-card>img{width:calc(100% - 40px);aspect-ratio:.9 / 1;margin:20px;border-radius:var(--radius);object-fit:cover}.team-card__details{padding:0 20px 25px}.team-card h3{margin-bottom:10px;font-family:var(--serif);font-size:36px;font-weight:400}.team-card p{line-height:1.3;text-transform:uppercase}.team-card .borders-button{margin-top:12px;font-size:16px}.about-closing{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid var(--line)}.about-closing>*{padding:clamp(30px,5vw,75px) 20px}.about-closing h2{border-right:1px solid var(--line);font-family:var(--serif);font-size:clamp(42px,5vw,70px);font-weight:400;line-height:.95}.about-closing p{max-width:650px;font-size:20px;line-height:1.25}.contact-layout{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid var(--line)}.contact-form,.contact-details{min-height:485px;padding:20px}.contact-form{border-right:1px solid var(--line)}.contact-form h2{margin-bottom:14px;font-family:var(--serif);font-size:29px;font-weight:600}.contact-form label{position:absolute;width:1px;height:1px;overflow:hidden}.contact-form input,.contact-form textarea{width:100%;margin-bottom:12px;padding:12px;border:1px solid var(--text);border-radius:24px;outline:0;background:transparent}.contact-form textarea{min-height:230px;resize:vertical}.contact-form__submit{width:100%;min-height:52px;border:0;border-radius:999px;color:var(--button-text);background:var(--button);font-size:20px;text-transform:uppercase}.contact-form__submit:hover{color:var(--button-hover-text);background:var(--button-hover)}.contact-details{font-size:24px}.contact-details>p{margin-bottom:25px;font-size:24px}.contact-details>p strong{font-weight:700}.contact-detail{margin-bottom:25px;font-size:24px}.contact-detail h2{margin-bottom:6px;font-family:var(--sans);font-size:24px;font-weight:700}.contact-detail p{margin-bottom:0}.form-message{padding:10px;color:var(--success-text);background:var(--success)}.page-heading--blog{border-bottom:0}.news-grid:not(.news-grid--home) .article-card{min-height:300px}.news-grid:not(.news-grid--home) .article-card__image img{border-radius:var(--radius)}.news-grid--circle .article-card__image img{border-radius:50%}.news-grid--square .article-card__image img{border-radius:0}.article-page__header{padding:20px;border-bottom:1px solid var(--line)}.article-page__header h1{margin-bottom:16px;font-family:var(--sans);font-size:clamp(38px,4.6vw,60px);font-weight:400}.article-page__content{max-width:100%;padding:20px;border-bottom:1px solid var(--line);font-size:clamp(25px,2.5vw,34px);line-height:1.1}.article-page__content>*{max-width:1000px}.article-page--wide .article-page__content>*{max-width:1400px}.article-page--full .article-page__content>*{max-width:none}.article-page__featured-image{padding:var(--page-space);border-bottom:1px solid var(--line)}.article-page__featured-image img{width:100%;max-height:80vh;border-radius:var(--radius);object-fit:cover}.article-page__share{border-bottom:1px solid var(--line)}.article-products__header{display:flex;min-height:106px;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid var(--line)}.article-products__header h2{margin:0;font-size:24px;font-weight:400}.slider-arrows{display:flex;gap:10px}.slider-arrows button{display:grid;width:52px;height:52px;place-items:center;border:1px solid var(--line-strong);border-radius:50%;background:transparent;font-size:26px}.slider-arrows button:hover{color:var(--accent-text);background:var(--accent)}.product-grid--slider{display:flex;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none}.product-grid--slider::-webkit-scrollbar{display:none}.product-grid--slider .product-card{width:25%;flex:0 0 25%}.flexible-content{padding:var(--flexible-padding-top) var(--page-space) var(--flexible-padding-bottom);border-bottom:1px solid var(--line);color:var(--flexible-text);background:var(--flexible-background)}.flexible-content__inner{display:flex;max-width:1400px;flex-direction:column;gap:clamp(24px,4vw,58px);margin:0 auto}.flexible-content--narrow .flexible-content__inner{max-width:900px}.flexible-content--full{padding-right:0;padding-left:0}.flexible-content--full .flexible-content__inner{max-width:none}.flexible-content--center{text-align:center}.flexible-content--center .flexible-content__button{justify-content:center}.flexible-content--center .flexible-content__text{margin-right:auto;margin-left:auto}.flexible-content__heading .eyebrow{margin-bottom:18px}.flexible-content__title{max-width:1150px;margin:0;font-family:var(--serif);font-size:clamp(42px,5.5vw,78px);font-weight:400;letter-spacing:-.025em;line-height:.92;white-space:pre-line}.flexible-content--center .flexible-content__title{margin-right:auto;margin-left:auto}.flexible-content__title--small{font-family:var(--sans);font-size:clamp(28px,3vw,42px);letter-spacing:0;line-height:1}.flexible-content__title--display{font-size:clamp(64px,9vw,130px);line-height:.82}.flexible-content__text{max-width:920px;font-size:clamp(20px,2.1vw,30px);line-height:1.12}.flexible-content__text>:last-child{margin-bottom:0}.flexible-content__image{margin:0}.flexible-content__image img,.flexible-content__image svg{width:100%;max-height:82vh;object-fit:cover}.flexible-content__image--rounded img,.flexible-content__image--rounded svg{border-radius:var(--radius)}.flexible-content__image--circle{display:flex;flex-direction:column;align-items:center}.flexible-content__image--circle img,.flexible-content__image--circle svg{width:min(700px,100%);aspect-ratio:1;border-radius:50%}.flexible-content__image figcaption{margin-top:12px;font-size:14px;text-align:left}.flexible-content__split{display:grid;min-height:520px;grid-template-columns:1fr 1fr;overflow:hidden;border:1px solid currentColor;border-radius:var(--radius)}.flexible-content__split--right .flexible-content__split-media{order:2;border-right:0;border-left:1px solid currentColor}.flexible-content__split-media{min-width:0;border-right:1px solid currentColor}.flexible-content__split-media img,.flexible-content__split-media svg{width:100%;height:100%;object-fit:cover}.flexible-content__split-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:clamp(30px,6vw,90px);text-align:left}.flexible-content__split-copy h2{margin-bottom:24px;font-family:var(--serif);font-size:clamp(38px,4.6vw,68px);font-weight:400;line-height:.93}.flexible-content__split-copy .borders-button{margin-top:20px}.flexible-content__quote{margin:0;padding:clamp(35px,6vw,90px);border:1px solid currentColor;border-radius:var(--radius)}.flexible-content__quote blockquote{margin-bottom:24px;font-family:var(--serif);font-size:clamp(40px,5.3vw,76px);font-style:italic;line-height:.92}.flexible-content__quote figcaption{font-size:16px;text-transform:uppercase}.flexible-content__stat{display:flex;align-items:baseline;justify-content:space-between;gap:24px;padding:20px 0;border-top:1px solid currentColor;border-bottom:1px solid currentColor;text-align:left}.flexible-content__stat strong{font-family:var(--serif);font-size:clamp(64px,8vw,120px);font-weight:400;line-height:.8}.flexible-content__stat span{max-width:360px;font-size:18px;text-transform:uppercase}.flexible-content__button{display:flex}.flexible-content__divider{width:100%;margin:0;border:0;border-top:1px solid currentColor}.cart-lines{border-bottom:1px solid var(--line)}.cart-line{display:grid;grid-template-columns:150px minmax(0,1fr) 100px 130px;gap:20px;align-items:center;padding:20px;border-bottom:1px solid var(--line)}.cart-line:last-child{border-bottom:0}.cart-line__image img{width:130px;height:130px;object-fit:contain}.cart-line h2{margin-bottom:8px;font-family:var(--serif);font-size:30px;font-weight:400}.cart-line input{width:100%;padding:10px;border:1px solid var(--line-strong);border-radius:999px;background:transparent;text-align:center}.cart-summary{display:grid;max-width:620px;grid-template-columns:1fr auto;gap:14px;margin-left:auto;padding:30px 20px;font-size:22px}.cart-summary .borders-button{margin-top:8px}.cart-note{display:grid;grid-column:1 / -1;gap:8px}.cart-note textarea{min-height:110px;padding:14px;border:1px solid var(--line-strong);border-radius:20px;color:inherit;background:transparent;resize:vertical}.search-page-form{padding:20px;border-bottom:1px solid var(--line)}.search-page-form label{display:block;margin-bottom:12px;font-family:var(--serif);font-size:28px}.search-page-form>div{display:flex;gap:10px}.search-page-form input{min-width:0;flex:1;padding:14px 18px;border:1px solid var(--line-strong);border-radius:999px;background:transparent}.search-page-form button{padding:12px 28px;border:0;border-radius:999px;color:var(--accent-text);background:var(--accent);text-transform:uppercase}.search-summary{padding:16px 20px;border-bottom:1px solid var(--line);color:var(--muted)}.search-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.search-card{min-height:360px;padding:20px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);color:var(--card-text);background:var(--card-background);transition:color .18s ease,background .18s ease}.search-card:hover,.search-card:focus-within{color:var(--card-hover-text);background:var(--card-hover)}.search-card img{width:100%;aspect-ratio:1 / 1;margin-bottom:20px;border-radius:var(--radius);object-fit:cover}.search-card h2{font-family:var(--serif);font-size:32px;font-weight:400}.collections-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.collection-card{padding:20px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);color:var(--card-text);background:var(--card-background);transition:color .18s ease,background .18s ease}.collection-card:hover,.collection-card:focus-visible{color:var(--card-hover-text);background:var(--card-hover)}.collection-card:nth-child(3n){border-right:0}.collection-card img{width:100%;aspect-ratio:1 / 1;margin-bottom:20px;border-radius:var(--radius);object-fit:contain}.collection-card h2{margin-bottom:7px;font-family:var(--serif);font-size:36px;font-weight:400}.not-found{display:flex;min-height:calc(100vh - var(--header-height));flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center}.not-found>p{margin-bottom:20px;font-size:20px}.not-found h1{max-width:900px;font-family:var(--serif);font-size:clamp(60px,8vw,110px);font-weight:400;line-height:.9}.not-found__text{max-width:720px;margin-bottom:22px;font-size:20px}.password-page{display:flex;min-height:100vh;flex-direction:column;justify-content:space-between;padding:30px}.password-page>img{width:280px;height:auto;filter:grayscale(1) brightness(2.2)}.password-page h1{max-width:1000px;font-family:var(--serif);font-size:clamp(70px,11vw,150px);font-weight:400;line-height:.85}.password-form{max-width:700px}.password-form label{display:block;margin-bottom:10px}.password-form>div{display:flex;gap:10px}.password-form input{min-width:0;flex:1;padding:14px 18px;border:1px solid var(--line-strong);border-radius:999px;background:transparent}.password-form button{padding:12px 26px;border:0;border-radius:999px;color:var(--accent-text);background:var(--accent);text-transform:uppercase}.product-form select,.quantity-control,.contact-form input,.contact-form textarea,.contact-form select,.cart-line input,.cart-note textarea,.search-page-form input,.password-form input{border-color:var(--field-border);color:var(--field-text);background:var(--field-background)}.product-form select::placeholder,.contact-form input::placeholder,.contact-form textarea::placeholder,.cart-line input::placeholder,.cart-note textarea::placeholder,.search-page-form input::placeholder,.password-form input::placeholder{color:var(--field-placeholder);opacity:1}.product-form option,.contact-form option{color:var(--field-text);background:var(--field-background)}.site-footer{color:var(--footer-text);background:var(--footer-background)}.site-footer__grid{display:grid;grid-template-columns:repeat(var(--footer-columns, 4),minmax(0,1fr));border-top:1px solid var(--footer-line)}.site-footer__grid>section{min-height:260px;padding:32px 20px;border-right:1px solid var(--footer-line)}.site-footer__grid>section:last-child{border-right:0}.site-footer h2,.site-footer__contacts strong{margin-bottom:12px;font-size:16px;font-weight:400;text-transform:uppercase}.site-footer p{max-width:280px;font-size:22px;line-height:1.15}.site-footer__brand-logo{display:block;width:var(--footer-logo-width, 150px);max-height:80px;margin-bottom:24px;object-fit:contain;object-position:left center}.site-footer__brand-logo--light{filter:grayscale(1) brightness(2.2)}.site-footer__brand-logo--dark{filter:grayscale(1) brightness(.2)}.site-footer__brand-name{display:block;margin-bottom:20px;font-family:var(--serif);font-size:32px}.site-footer nav{display:flex;flex-direction:column;gap:9px;font-size:17px}.site-footer nav a:hover{color:var(--footer-link-hover);font-style:italic}.site-footer__contacts p{margin-bottom:20px;font-size:16px}.site-footer__copyright{display:flex;min-height:58px;align-items:center;gap:5px;padding:0 20px;justify-content:space-between;border-top:1px solid var(--footer-line);font-size:15px}.site-footer__copyright-copy,.site-footer__copyright-links{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:5px 14px}.site-footer__copyright-links a:hover{color:var(--footer-link-hover);font-style:italic}.cookie-notice{position:fixed;z-index:150;right:50%;bottom:20px;width:min(585px,calc(100vw - 40px));padding:14px 18px 12px;transform:translate(50%);border-radius:14px;color:var(--surface-text);background:var(--surface);box-shadow:0 10px 30px #00000040}.cookie-notice p{margin-bottom:10px;font-size:14px}.cookie-notice div{display:flex;gap:10px}.cookie-notice button{padding:6px 16px;border:1px solid currentColor;border-radius:999px;color:inherit;background:transparent;text-transform:uppercase}.cookie-notice button:first-child{color:var(--button-text);background:var(--button)}.newsletter-popup{position:fixed;z-index:151;right:0;bottom:0;width:min(420px,100vw);color:var(--accent-text);background:var(--accent);box-shadow:-12px -10px 35px #00000029}.newsletter-popup__header{display:flex;min-height:72px;align-items:center;justify-content:space-between;padding-left:20px;border-top:1px solid rgba(255,255,255,.25);border-bottom:1px solid rgba(255,255,255,.25);text-transform:uppercase}.newsletter-popup__header button{width:69px;align-self:stretch;border:0;border-left:1px solid rgba(255,255,255,.25);color:inherit;background:transparent;font-size:34px}.newsletter-popup__body{padding:20px}.newsletter-popup h2{margin-bottom:12px;font-size:25px}.newsletter-form{display:flex;gap:10px;margin-bottom:14px}.newsletter-popup p{margin:0;line-height:1.25}.newsletter-popup p a{text-decoration:underline}@media(max-width:1023px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-card:nth-child(4n){border-right:1px solid var(--line)}.product-card:nth-child(3n){border-right:0}.product-grid--slider .product-card{width:33.333%;flex-basis:33.333%}.category-grid{grid-template-columns:repeat(3,1fr)}.category-grid a:nth-child(5n){border-right:1px solid var(--line)}.category-grid a:nth-child(3n){border-right:0}.news-grid,.site-footer__grid{grid-template-columns:repeat(2,1fr)}.site-footer__grid>section:nth-child(2n){border-right:0}.team-card h3{font-size:30px}}@media(max-width:767px){:root{--radius: 20px;--page-space: 12px;--header-height: 60px}body{font-size:15px}.site-header__logo{min-width:0;padding:0 14px}.site-header__logo img{width:var(--logo-mobile-width, 252px);max-width:calc(100vw - 136px)}.header-action{width:54px}.header-action:first-child{display:none}.drawer{width:100%}.vertical-slider__slide{margin-bottom:calc(-1 * var(--page-space));padding:var(--page-space) 0}.vertical-slider__card{max-height:calc(100vh - var(--header-height) - (var(--page-space) * 2));aspect-ratio:.83333}.vertical-slider__text{top:20px;left:20px;max-width:calc(100% - 40px);gap:18px}.vertical-slider__slide-title{font-size:16px}.vertical-slider__slide-subtitle{font-size:clamp(47px,14.4vw,66px);line-height:.95}.borders-button{min-height:45px;font-size:17px}.section-title{min-height:72px;padding:25px 14px}.category-grid{grid-template-columns:repeat(2,1fr)}.category-grid a,.category-grid a:nth-child(3n),.category-grid a:nth-child(5n){min-height:175px;padding:14px;border-right:1px solid var(--line)}.category-grid a:nth-child(2n){border-right:0}.testimonial,.editorial-card--new,.editorial-card--review,.product-page,.about-closing,.contact-layout,.flexible-content__split{grid-template-columns:1fr}.testimonial{min-height:0;margin:12px}.testimonial>img{height:360px}.testimonial>div{padding:30px 20px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card:nth-child(3n),.product-card:nth-child(4n){border-right:1px solid var(--line)}.product-card:nth-child(2n){border-right:0}.product-card__meta h3{white-space:normal}.product-card__badge{top:12px;right:12px}.editorial-card{min-height:0}.editorial-card--new>img{height:420px;border-top:1px solid var(--line);border-left:0}.editorial-card__book{min-height:480px;border-right:0;border-bottom:1px solid var(--line)}.editorial-card__copy{padding:40px 20px}.news-grid,.site-footer__grid,.team-grid,.collection-links,.collections-grid{grid-template-columns:1fr}.article-card{grid-template-columns:1.7fr 1fr;min-height:230px;border-right:0}.article-card__copy{padding:14px}.article-card__image{padding:12px}.tag-list{margin-bottom:16px}.article-meta{gap:5px 12px}.article-excerpt{display:none}.page-heading{min-height:105px;padding:16px 14px}.product-grid--collection .product-card{min-height:0}.collection-links a,.collection-links a:nth-child(3n){min-height:105px;border-right:0}.product-page__media{min-height:470px;border-right:0;border-bottom:1px solid var(--line)}.product-page__description{min-height:0}.product-form__row{flex-direction:column}.quantity-control{min-height:48px}.about-intro__lead{font-size:clamp(46px,13vw,70px)}.team-card,.team-card:last-child{border-right:0}.about-closing h2,.contact-form{border-right:0;border-bottom:1px solid var(--line)}.contact-form,.contact-details{min-height:0}.contact-details{font-size:21px}.product-grid--slider .product-card{width:75%;flex-basis:75%}.flexible-content__split{min-height:0}.flexible-content__split--right .flexible-content__split-media{order:0;border-left:0}.flexible-content__split-media,.flexible-content__split--right .flexible-content__split-media{min-height:360px;border-right:0;border-bottom:1px solid currentColor}.flexible-content__split-copy{padding:34px 20px}.flexible-content__stat{align-items:flex-start;flex-direction:column}.cart-line{grid-template-columns:90px minmax(0,1fr)}.cart-line__image img{width:90px;height:90px}.cart-line>input,.cart-line>strong{grid-column:2}.search-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.collection-card,.collection-card:nth-child(3n){border-right:0}.site-footer__grid>section,.site-footer__grid>section:nth-child(2n){min-height:0;border-right:0;border-bottom:1px solid var(--line)}.site-footer__copyright{flex-direction:column;align-items:flex-start;justify-content:center;padding:12px 20px}.cookie-notice{bottom:12px;width:calc(100vw - 24px)}.newsletter-popup{width:100%}}@media(max-width:480px){.product-grid:not(.product-grid--slider){grid-template-columns:1fr}.product-grid:not(.product-grid--slider) .product-card{border-right:0}.article-card{grid-template-columns:1fr}.article-card__image{order:-1}.article-card__image img{aspect-ratio:16 / 10;border-radius:var(--radius)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/borders.css.map */
