*{box-sizing:border-box;margin:0}body{display:flex;flex-direction:column;margin:0;min-height:100svh}html:has(dialog[scroll-lock][open],details[scroll-lock][open]){overflow:hidden}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,textarea,select,button{font:inherit}input,textarea,select{border-radius:var(--style-border-radius-inputs)}select{background-color:var(--color-background);color:currentcolor}dialog{background-color:var(--color-background);color:var(--color-foreground)}p{text-wrap:pretty}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p:empty{display:none}:is(p,h1,h2,h3,h4,h5,h6):first-child,:empty:first-child+:where(p,h1,h2,h3,h4,h5,h6){margin-block-start:0}:is(p,h1,h2,h3,h4,h5,h6):last-child,:where(p,h1,h2,h3,h4,h5,h6)+:has(+:empty:last-child){margin-block-end:0}body{font-family:var(--font-primary--family);font-weight:var(--font-primary--weight);background-color:var(--color-background);color:var(--color-foreground);line-height:1.55;letter-spacing:.01em;-webkit-font-smoothing:antialiased}h1,h2,h3,.h-display{font-family:var(--font-display--family);font-weight:var(--font-display--weight);line-height:1.12;letter-spacing:-.025em}a{color:inherit;text-decoration-thickness:1px;text-underline-offset:.18em}a:hover{color:var(--color-accent)}.shopify-section{--content-width: min( calc(var(--page-width) - var(--page-margin) * 2), calc(100% - var(--page-margin) * 2) );--content-margin: minmax(var(--page-margin), 1fr);--content-grid: var(--content-margin) var(--content-width) var(--content-margin);position:relative;grid-template-columns:var(--content-grid);display:grid;width:100%}.shopify-section>*{grid-column:2}.shopify-section>.full-width{grid-column:1 / -1}.page-width{width:min(var(--page-width),calc(100% - var(--page-margin) * 2));margin-inline:auto}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:3rem;padding:.75rem 1.75rem;border:1px solid var(--color-foreground);background:var(--color-foreground);color:var(--color-background);font-size:.8125rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;cursor:pointer;transition:background var(--duration) var(--ease-out),color var(--duration) var(--ease-out),border-color var(--duration) var(--ease-out),transform var(--duration) var(--ease-out)}.button:hover{background:var(--color-accent);border-color:var(--color-accent);color:#fff}.button--outline{background:transparent;color:var(--color-foreground)}.button--outline:hover{background:var(--color-foreground);color:var(--color-background)}.button--wood{background:var(--color-accent);border-color:var(--color-accent);color:#fff}.section-heading{display:grid;gap:.75rem;margin-bottom:2.5rem;max-width:36rem}.section-heading__eyebrow{font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:var(--color-secondary)}.section-heading__title{font-size:clamp(2rem,4vw,3.25rem)}.section-heading__text{color:color-mix(in srgb,var(--color-foreground) 72%,transparent);font-size:1.05rem}.price{font-variant-numeric:tabular-nums;letter-spacing:.02em}.badge{display:inline-flex;align-items:center;padding:.25rem .55rem;font-size:.6875rem;letter-spacing:.12em;text-transform:uppercase;background:var(--color-accent);color:#fff}.breadcrumbs{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1.5rem;font-size:.8125rem;color:color-mix(in srgb,var(--color-foreground) 60%,transparent)}.breadcrumbs a{text-decoration:none}.breadcrumbs a:hover{color:var(--color-accent)}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1.25rem,3vw,2rem)}@media(min-width:900px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.product-card{display:grid;gap:.85rem}.product-card__media{position:relative;overflow:hidden;background:color-mix(in srgb,var(--color-secondary) 10%,var(--color-background))}.product-card__link{display:block;width:100%;color:inherit;text-decoration:none}.product-card__gallery{position:relative;width:100%}.product-card__media img,.product-card__image{width:100%;height:auto;display:block;object-fit:contain}.product-card__gallery .product-card__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;opacity:0;transition:opacity .4s var(--ease-out);pointer-events:none}.product-card__gallery .product-card__image:first-child{position:relative;inset:auto;height:auto;opacity:1}@media(hover:hover)and (pointer:fine){.product-card--hover-media:hover .product-card__gallery .product-card__image:first-child{opacity:0}.product-card--hover-media:hover .product-card__gallery .product-card__image:nth-child(2){opacity:1}.product-card--hover-media.is-cycling .product-card__gallery .product-card__image{opacity:0}.product-card--hover-media.is-cycling .product-card__gallery .product-card__image.is-active{opacity:1}}.product-card__badge{position:absolute;top:.75rem;left:.75rem;z-index:4}.product-card__meta{display:grid;gap:.35rem;justify-items:center;text-align:center}.product-card__title{font-family:var(--font-display--family);font-size:1.05rem;font-weight:400;text-decoration:none;letter-spacing:-.01em}.product-card .price{font-size:.9rem;color:color-mix(in srgb,var(--color-foreground) 72%,transparent)}.product-card__quick{position:absolute;inset-inline:.75rem;bottom:.75rem;z-index:5;opacity:0;transform:translateY(.4rem);transition:opacity var(--duration) var(--ease-out),transform var(--duration) var(--ease-out)}.product-card:hover .product-card__quick,.product-card:focus-within .product-card__quick{opacity:1;transform:translateY(0)}@media(max-width:749px){.product-card__quick{opacity:1;transform:none}}.rte a{text-decoration:underline}.rte ul,.rte ol{padding-left:1.25rem;margin:.75rem 0}.pagination{grid-column:1 / -1;display:flex;justify-content:center;gap:.75rem;padding-top:1rem}.pagination a,.pagination span{text-decoration:none;padding:.35rem .6rem}.site-header__icon{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border:0;background:transparent;color:inherit;cursor:pointer;text-decoration:none;position:relative}.site-header__icon svg{width:1.35rem;height:1.35rem}.fade-up{animation:fade-up .8s var(--ease-out) both}@keyframes fade-up{0%{opacity:0;transform:translateY(1.25rem)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/critical.css.map */
