:root{--ivory: #F5F0E8;--ivory-mid: #EDE8DF;--ink: #1A1712;--mid: #9a9088;--rule: #D8D2C4;--font: "Josefin Sans", sans-serif;--pad: 48px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;background:var(--ivory);color:var(--ink);font-family:var(--font);font-weight:300;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}#hoef-landing{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--ivory);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:9999}.hoef-landing-logo{width:clamp(180px,28vw,360px);opacity:.55;-webkit-user-select:none;user-select:none}#hoef-landing.hoef-hidden{display:none}#hoef-landing:after{content:"";position:absolute;bottom:48px;left:50%;transform:translate(-50%);width:1px;height:22px;background:var(--rule);animation:hoef-pulse 2.4s ease-in-out infinite}@keyframes hoef-pulse{0%,to{opacity:0}50%{opacity:1}}#hoef-main{width:100%;min-height:100vh;background:var(--ivory)}#hoef-main.hoef-hidden{display:none}#hoef-nav{position:fixed;top:0;left:0;right:0;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:16px var(--pad);background:var(--ivory);border-bottom:.5px solid transparent;z-index:999;transition:border-color .4s ease,background .4s ease}#hoef-nav.scrolled{border-bottom-color:var(--rule);background:#f5f0e8f5;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.hoef-nav-left{grid-column:1}.hoef-nav-logo-wrap{grid-column:2;display:flex;align-items:center;justify-content:center;cursor:pointer}.hoef-nav-logo{height:36px;width:auto;display:block}.hoef-nav-links{grid-column:3;display:flex;gap:44px;align-items:center;justify-content:flex-end}.hoef-nav-link{font-family:var(--font);font-weight:300;font-size:10px;letter-spacing:.38em;color:var(--mid);text-transform:uppercase;padding-left:.38em;transition:color .2s ease}.hoef-nav-link:hover,.hoef-nav-link.active{color:var(--ink)}.hoef-page-wrap{padding-top:110px;padding-bottom:100px;padding-left:var(--pad);padding-right:var(--pad)}.hoef-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:3px}.hoef-category-card{display:block;overflow:hidden;background:var(--ivory-mid)}.hoef-card-image{width:100%;aspect-ratio:3/4;background-size:cover;background-position:center;transition:transform .5s ease}.hoef-category-card:hover .hoef-card-image{transform:scale(1.02)}.hoef-card-empty{background:var(--ivory-mid)}.hoef-product-grid{display:grid;grid-template-columns:1fr 1fr;column-gap:48px;row-gap:80px;max-width:840px;margin:20px 0 0 8%}.hoef-product-card{display:block;overflow:hidden}.hoef-product-img{width:100%;aspect-ratio:4/5;object-fit:cover;object-position:center;display:block}.hoef-empty{font-family:var(--font);font-size:11px;letter-spacing:.2em;color:var(--mid);padding:60px 0}.hoef-product-page{padding-bottom:80px}.hoef-product-layout{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:start;padding-top:20px}.hoef-product-images{display:flex;flex-direction:column;gap:8px}.hoef-product-main-img{width:100%;aspect-ratio:4/5;object-fit:cover;object-position:center;display:block}.hoef-thumbs{display:flex;gap:6px;flex-wrap:wrap}.hoef-thumb{width:68px;height:68px;object-fit:cover;cursor:pointer;opacity:.4;transition:opacity .2s}.hoef-thumb.active,.hoef-thumb:hover{opacity:1}.hoef-product-info{display:flex;flex-direction:column;gap:24px;padding-top:8px}.hoef-product-title{font-family:var(--font);font-weight:300;font-size:clamp(18px,2.5vw,32px);letter-spacing:.08em;color:var(--ink);line-height:1.2}.hoef-product-desc{font-family:var(--font);font-weight:300;font-size:13px;line-height:1.9;color:var(--mid);letter-spacing:.03em}.hoef-btn{font-family:var(--font);font-weight:300;font-size:10px;letter-spacing:.45em;text-transform:uppercase;color:var(--ivory);background:var(--ink);border:none;padding:16px 40px;cursor:pointer;width:100%;transition:background .25s ease}.hoef-btn:hover{background:#2e2b24}.hoef-btn:disabled{background:var(--rule);cursor:not-allowed}.hoef-static{max-width:720px}.hoef-static-title{font-family:var(--font);font-weight:300;font-size:clamp(22px,3.5vw,44px);letter-spacing:.22em;color:var(--ink);padding:40px 0 20px;line-height:1}.hoef-static-rule{width:100%;height:.5px;background:var(--rule);margin-bottom:36px}.hoef-static-body{font-family:var(--font);font-weight:300;font-size:14px;line-height:1.9;color:var(--mid);letter-spacing:.02em}.hoef-static-body p{margin-bottom:1.4em}.hoef-footer{padding:36px var(--pad);border-top:.5px solid var(--rule);background:var(--ivory);display:flex;align-items:center;justify-content:space-between}.hoef-footer-logo{height:28px;width:auto;opacity:.2}.hoef-footer-copy{font-family:var(--font);font-weight:300;font-size:9px;letter-spacing:.25em;color:var(--rule);text-transform:uppercase}@media(max-width:1024px){:root{--pad: 32px}.hoef-category-grid{grid-template-columns:repeat(2,1fr)}.hoef-product-layout{grid-template-columns:1fr;gap:40px}.hoef-product-grid{margin-left:auto;margin-right:auto}}@media(max-width:640px){:root{--pad: 20px}.hoef-category-grid{grid-template-columns:repeat(2,1fr)}.hoef-product-grid{grid-template-columns:1fr;margin:20px auto 0}.hoef-page-wrap{padding-top:90px}#hoef-nav{padding:12px var(--pad);display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.hoef-nav-links{gap:16px;flex-wrap:wrap;justify-content:center}.hoef-nav-logo{height:28px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/hoef.css.map */
