.catalog-page{background:#f5f5ef}.catalog-header{background:#15191a;color:#fff}.catalog-nav{height:84px;display:flex;align-items:center;gap:30px}.catalog-nav .brand-logo{width:184px}.back-home{margin-left:auto;color:#dbe0dc;font-size:12px;font-weight:800;text-decoration:none}.cart-trigger{display:flex;align-items:center;gap:9px;border:1px solid #69716d;background:transparent;color:#fff;padding:11px 13px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.07em;cursor:pointer}.cart-trigger span{display:grid;min-width:20px;height:20px;place-items:center;border-radius:50%;background:#e65b31;color:#fff;font-size:10px}.catalog-hero{padding:83px 0 70px;background:linear-gradient(120deg,#202827,#121717);color:#fff}.catalog-hero h1{margin:0 0 18px;font-size:clamp(52px,8vw,94px)}.catalog-hero h1 em{color:#ef6737}.catalog-hero>div>p:not(.eyebrow){max-width:620px;color:#d0d8d4;font-size:18px}.catalog-notes{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}.catalog-notes span{border:1px solid #46504d;padding:9px 11px;color:#dce2de;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.catalog-body{display:grid;grid-template-columns:240px 1fr;gap:42px;padding-top:56px;padding-bottom:100px}.catalog-filters{position:sticky;top:105px;height:max-content}.catalog-filters label,.catalog-filters input{display:block}.catalog-filters label{margin-bottom:8px;color:#69716d;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.catalog-filters input{width:100%;padding:12px;background:#fff;border:1px solid #d5d9d2;color:#15191a;font:14px var(--sans)}.filter-group{margin-top:30px;padding-top:20px;border-top:1px solid #d5d9d2}.filter-group p{font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.filter{display:block;width:100%;padding:10px 0;border:0;border-bottom:1px solid #e1e4dd;background:transparent;color:#3f4844;text-align:left;font:13px var(--sans);cursor:pointer}.filter.active{color:#e65b31;font-weight:800}.product-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:17px}.product-toolbar p{margin:0;font-size:13px;font-weight:800}.product-toolbar button{border:0;background:none;color:#69716d;font-size:12px;text-decoration:underline;cursor:pointer}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.product-card{background:#fff;border:1px solid #e0e3dc;overflow:hidden}.product-art{position:relative;min-height:172px;padding:17px;background:linear-gradient(145deg,#303a38,#141a19);color:#fff}.product-card:nth-child(3n+2) .product-art{background:linear-gradient(135deg,#5a412f,#1c2120)}.product-card:nth-child(3n) .product-art{background:linear-gradient(135deg,#54625f,#17201f)}.product-art:after{content:'';position:absolute;right:-35px;bottom:-50px;width:180px;height:180px;border:22px solid rgba(255,255,255,.12);border-radius:50%;box-shadow:-48px -15px 0 -25px rgba(239,103,55,.85)}.product-category{position:relative;z-index:1;color:#ffa37d;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.product-code{position:absolute;z-index:1;left:17px;bottom:13px;color:#fff;font-family:var(--serif);font-size:41px;font-weight:400;line-height:.9}.product-info{padding:17px}.product-info h2{min-height:47px;margin:0 0 8px;font-family:var(--serif);font-size:22px;font-weight:400;line-height:1.03}.product-info p{min-height:38px;margin:0;color:#66706b;font-size:12px}.add-product{display:flex;width:100%;justify-content:space-between;margin-top:18px;padding:11px 0;border:0;border-top:1px solid #e1e4dd;background:none;color:#1a2220;font-size:11px;font-weight:800;text-align:left;text-transform:uppercase;letter-spacing:.07em;cursor:pointer}.add-product span{color:#e65b31;font-size:19px;line-height:11px}.cart-drawer{position:fixed;z-index:30;top:0;right:0;width:min(430px,100%);height:100dvh;display:flex;flex-direction:column;transform:translateX(104%);background:#f7f7f2;box-shadow:-10px 0 40px rgba(0,0,0,.24);transition:transform .25s ease}.cart-drawer.open{transform:translateX(0)}.drawer-head{display:flex;justify-content:space-between;padding:27px;border-bottom:1px solid #d5d9d2}.drawer-head h2{margin:0;font-size:43px}.drawer-head .eyebrow{margin-bottom:7px}.drawer-head button{width:38px;height:38px;border:1px solid #cbd0c9;background:transparent;font-size:25px;cursor:pointer}.cart-items{flex:1;overflow:auto;padding:16px 27px}.cart-row{display:grid;grid-template-columns:1fr auto;gap:12px;padding:16px 0;border-bottom:1px solid #dce0d9}.cart-row h3{margin:0 0 4px;font-family:var(--serif);font-size:21px;font-weight:400}.cart-row p{margin:0;color:#69716d;font-size:11px}.qty-control{display:flex;align-items:center;gap:9px;margin-top:11px}.qty-control button{width:25px;height:25px;border:1px solid #cdd2cb;background:#fff;cursor:pointer}.remove-item{border:0;background:none;color:#8b3d2a;font-size:11px;text-decoration:underline;cursor:pointer}.cart-foot{padding:21px 27px;border-top:1px solid #d5d9d2;background:#fff}.cart-foot p{margin:0 0 15px;color:#59635e;font-size:13px}.cart-foot .button{width:100%;justify-content:space-between}.cart-foot .button:disabled{cursor:not-allowed;opacity:.45}.cart-foot small{display:block;margin-top:13px;color:#727a76;font-size:10px;line-height:1.4}.cart-scrim{position:fixed;z-index:25;inset:0;display:none;background:rgba(9,13,12,.56)}.cart-scrim.show{display:block}@media(max-width:900px){.product-grid{grid-template-columns:repeat(2,1fr)}.catalog-body{grid-template-columns:1fr;gap:24px}.catalog-filters{position:static}.filter-group{display:flex;gap:9px;overflow:auto}.filter-group p{display:none}.filter{width:max-content;min-width:max-content;border:1px solid #d5d9d2;padding:8px 10px}.filter.active{border-color:#e65b31}}@media(max-width:560px){.catalog-nav{height:70px;gap:12px}.catalog-nav .brand-logo{width:145px}.back-home{display:none}.cart-trigger{margin-left:auto;padding:9px}.catalog-hero{padding:60px 0 45px}.catalog-hero>div>p:not(.eyebrow){font-size:16px}.catalog-body{padding-top:33px}.product-grid{grid-template-columns:1fr}.product-art{min-height:145px}.product-info h2{min-height:0}.product-info p{min-height:0}.product-toolbar{margin-bottom:12px}}
/* Catalog now uses the shared site navigation. */
.site-header nav .cart-trigger{font-size:11px;white-space:nowrap}.site-header nav .cart-trigger span{display:grid;min-width:20px;height:20px;place-items:center;border-radius:50%;background:#e65b31;color:#fff;font-size:10px}@media(max-width:800px){.site-header nav .cart-trigger{margin-left:0;border-color:#69716d}.catalog-body{padding-top:42px}}@media(max-width:560px){.catalog-body{padding-top:33px}}
