body{font-family:var(--ohm-font-body);font-weight:var(--ohm-fw-body);font-size:var(--ohm-fs-base);line-height:1.6;color:var(--ohm-ink);background:var(--ohm-bg);-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6,.ohm-display{font-family:var(--ohm-font-display);font-weight:var(--ohm-fw-black);line-height:1.04;letter-spacing:-.02em}a{color:inherit}main{display:block}.shopify-section>.full-width{grid-column:1 / -1}.ohm-container{width:100%;max-width:var(--page-width);margin-inline:auto;padding-inline:var(--page-margin)}.ohm-container--narrow{max-width:56rem}.ohm-container--mid{max-width:78rem}.ohm-section{padding-block:var(--ohm-section-pad)}.ohm-section--tight{padding-block:clamp(2rem,1rem + 4vw,4rem)}.ohm-section--dark{background:var(--ohm-dark);color:var(--ohm-on-dark)}.ohm-section--dark h1,.ohm-section--dark h2,.ohm-section--dark h3{color:#fff}.ohm-section--soft{background:var(--ohm-soft)}.ohm-section--accent{background:var(--ohm-accent);color:var(--ohm-accent-ink)}.ohm-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}.ohm-skip-link{position:absolute;left:var(--ohm-space-2);top:-100px;z-index:1000;background:var(--ohm-accent);color:var(--ohm-accent-ink);padding:.7rem 1.1rem;border-radius:var(--ohm-r-sm);font-weight:var(--ohm-fw-bold);text-decoration:none;transition:top .2s var(--ohm-ease)}.ohm-skip-link:focus{top:var(--ohm-space-2)}:focus-visible{outline:3px solid var(--ohm-accent-2);outline-offset:2px;border-radius:4px}.ohm-section-header{display:flex;flex-direction:column;gap:.6rem;margin-bottom:clamp(1.5rem,1rem + 2vw,3rem);max-width:60ch}.ohm-section-header--center{margin-inline:auto;text-align:center;align-items:center}.ohm-eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--ohm-font-display);font-size:var(--ohm-fs-eyebrow);font-weight:var(--ohm-fw-bold);letter-spacing:.14em;text-transform:uppercase;color:var(--ohm-ink)}.ohm-eyebrow:before{content:"";width:1.4rem;height:3px;border-radius:2px;background:var(--ohm-accent)}.ohm-section--dark .ohm-eyebrow{color:var(--ohm-accent)}.ohm-h2{font-size:var(--ohm-fs-h2);margin:0}.ohm-lead{font-size:var(--ohm-fs-lead);color:var(--ohm-muted);margin:0}.ohm-section--dark .ohm-lead{color:color-mix(in srgb,#fff 75%,transparent)}.ohm-btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;font-family:var(--ohm-font-display);font-weight:var(--ohm-fw-bold);font-size:var(--ohm-fs-sm);letter-spacing:.01em;line-height:1;padding:.95rem 1.6rem;border-radius:var(--ohm-r-pill);border:2px solid transparent;background:var(--ohm-accent);color:var(--ohm-accent-ink);text-decoration:none;cursor:pointer;transition:transform .18s var(--ohm-ease),box-shadow .18s var(--ohm-ease),background .18s var(--ohm-ease)}.ohm-btn svg{width:1.1em;height:1.1em;flex:none}.ohm-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px color-mix(in srgb,var(--ohm-accent) 45%,transparent)}.ohm-btn:active{transform:translateY(0)}.ohm-btn--lg{padding:1.1rem 2rem;font-size:var(--ohm-fs-base)}.ohm-btn--dark{background:var(--ohm-dark);color:#fff}.ohm-btn--dark:hover{box-shadow:0 8px 20px color-mix(in srgb,var(--ohm-dark) 35%,transparent)}.ohm-btn--ghost{background:transparent;border-color:var(--ohm-line-strong);color:var(--ohm-ink)}.ohm-btn--ghost:hover{border-color:var(--ohm-ink);box-shadow:none}.ohm-section--dark .ohm-btn--ghost{color:#fff;border-color:color-mix(in srgb,#fff 40%,transparent)}.ohm-btn--block{width:100%}.ohm-btn[disabled],.ohm-btn[aria-disabled=true]{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.ohm-tag{display:inline-flex;align-items:center;gap:.35rem;font-family:var(--ohm-font-display);font-size:.72rem;font-weight:var(--ohm-fw-bold);letter-spacing:.06em;text-transform:uppercase;padding:.3rem .65rem;border-radius:var(--ohm-r-pill);background:var(--ohm-soft);color:var(--ohm-ink)}.ohm-tag--sale{background:var(--ohm-sale);color:#fff}.ohm-tag--new{background:var(--ohm-accent-2);color:#fff}.ohm-tag--accent{background:var(--ohm-accent);color:var(--ohm-accent-ink)}.ohm-tag--soldout{background:color-mix(in srgb,var(--ohm-ink) 14%,transparent);color:var(--ohm-ink)}.ohm-card{background:var(--ohm-surface);border:1px solid var(--ohm-line);border-radius:var(--ohm-r-lg);overflow:hidden;transition:transform .22s var(--ohm-ease),box-shadow .22s var(--ohm-ease)}.ohm-card:hover{transform:translateY(-4px);box-shadow:var(--ohm-shadow)}.ohm-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(15rem,1fr));gap:var(--ohm-gap)}.ohm-pcard{position:relative;display:flex;flex-direction:column}.ohm-pcard__media{position:relative;aspect-ratio:1 / 1;background:var(--ohm-soft);overflow:hidden}.ohm-pcard__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ohm-ease)}.ohm-pcard:hover .ohm-pcard__media img{transform:scale(1.05)}.ohm-pcard__badges{position:absolute;top:.7rem;left:.7rem;display:flex;flex-direction:column;gap:.35rem;z-index:2}.ohm-pcard__quick{position:absolute;inset-inline:.7rem;bottom:.7rem;opacity:0;transform:translateY(8px);transition:opacity .2s var(--ohm-ease),transform .2s var(--ohm-ease)}.ohm-pcard:hover .ohm-pcard__quick,.ohm-pcard:focus-within .ohm-pcard__quick{opacity:1;transform:none}.ohm-pcard__body{padding:.9rem .4rem .4rem;display:flex;flex-direction:column;gap:.3rem}.ohm-pcard__vendor{font-size:.74rem;letter-spacing:.08em;text-transform:uppercase;color:var(--ohm-muted)}.ohm-pcard__title{font-family:var(--ohm-font-display);font-size:1rem;font-weight:var(--ohm-fw-bold);line-height:1.25;letter-spacing:-.01em}.ohm-pcard__title a{text-decoration:none}.ohm-pcard__title a:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.ohm-pcard__price{display:flex;align-items:baseline;gap:.5rem;font-variant-numeric:tabular-nums}.ohm-pcard__price .now{font-weight:var(--ohm-fw-bold)}.ohm-pcard__price .was{color:var(--ohm-muted);text-decoration:line-through;font-size:.9em}.ohm-pcard__price .now--sale{color:var(--ohm-sale)}.ohm-pcard__quick .ohm-btn{position:relative;z-index:3}.ohm-cat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(16rem,1fr));gap:var(--ohm-gap)}.ohm-cat{position:relative;display:flex;align-items:flex-end;min-height:16rem;border-radius:var(--ohm-r-lg);overflow:hidden;background:var(--ohm-dark);color:#fff;text-decoration:none;isolation:isolate}.ohm-cat:first-child{grid-column:span 1}.ohm-cat img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-2;transition:transform .5s var(--ohm-ease)}.ohm-cat:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(to top,color-mix(in srgb,var(--ohm-dark) 88%,transparent),transparent 70%)}.ohm-cat:hover img{transform:scale(1.06)}.ohm-cat__label{padding:1.2rem;display:flex;align-items:center;justify-content:space-between;width:100%;gap:.5rem}.ohm-cat__name{font-family:var(--ohm-font-display);font-size:1.25rem;font-weight:var(--ohm-fw-black)}.ohm-cat__chev{width:2.2rem;height:2.2rem;border-radius:50%;background:var(--ohm-accent);color:var(--ohm-accent-ink);display:grid;place-items:center;flex:none;transition:transform .2s var(--ohm-ease)}.ohm-cat:hover .ohm-cat__chev{transform:translate(3px)}.ohm-cat__chev svg{width:1.1rem;height:1.1rem}.ohm-field{display:flex;flex-direction:column;gap:.4rem}.ohm-label{font-size:var(--ohm-fs-sm);font-weight:var(--ohm-fw-bold)}.ohm-input,.ohm-select,.ohm-textarea{width:100%;padding:.8rem 1rem;border:1.5px solid var(--ohm-line-strong);border-radius:var(--style-border-radius-inputs);background:var(--ohm-surface);color:var(--ohm-ink);font:inherit}.ohm-input:focus,.ohm-select:focus,.ohm-textarea:focus{outline:none;border-color:var(--ohm-accent-2);box-shadow:0 0 0 3px color-mix(in srgb,var(--ohm-accent-2) 25%,transparent)}.ohm-textarea{min-height:8rem;resize:vertical}.ohm-qty{display:inline-flex;align-items:center;border:1.5px solid var(--ohm-line-strong);border-radius:var(--ohm-r-pill);overflow:hidden}.ohm-qty button{width:2.6rem;height:2.6rem;border:0;background:transparent;font-size:1.2rem;cursor:pointer;color:var(--ohm-ink)}.ohm-qty button:hover{background:var(--ohm-soft)}.ohm-qty input{width:2.8rem;text-align:center;border:0;background:transparent;font:inherit;font-weight:var(--ohm-fw-bold)}.ohm-carousel{position:relative}.ohm-carousel__track{display:flex;gap:var(--ohm-gap);overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;padding-bottom:.5rem}.ohm-carousel__track::-webkit-scrollbar{display:none}.ohm-carousel__track>*{scroll-snap-align:start;flex:0 0 auto}.ohm-rail-item{width:min(82vw,17rem)}.ohm-carousel__nav{display:flex;gap:.5rem}.ohm-carousel__btn{width:2.8rem;height:2.8rem;border-radius:50%;border:1.5px solid var(--ohm-line-strong);background:var(--ohm-surface);color:var(--ohm-ink);display:grid;place-items:center;cursor:pointer;transition:background .15s var(--ohm-ease),border-color .15s var(--ohm-ease)}.ohm-carousel__btn:hover{background:var(--ohm-accent);border-color:var(--ohm-accent);color:var(--ohm-accent-ink)}.ohm-carousel__btn svg{width:1.2rem;height:1.2rem}.ohm-carousel__btn[disabled]{opacity:.35;cursor:not-allowed}.ohm-carousel__dots{display:flex;gap:.4rem;justify-content:center;margin-top:1rem}.ohm-carousel__dots button{width:.55rem;height:.55rem;border-radius:50%;border:0;background:var(--ohm-line-strong);cursor:pointer;padding:0}.ohm-carousel__dots button[aria-current=true]{background:var(--ohm-accent);width:1.4rem;border-radius:999px}.ohm-slideshow,.ohm-slideshow__track{position:relative}.ohm-slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .6s var(--ohm-ease);pointer-events:none}.ohm-slide[aria-hidden=false]{position:relative;opacity:1;pointer-events:auto}.ohm-split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.5rem,1rem + 4vw,4rem);align-items:center}.ohm-contact-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:clamp(1.5rem,1rem + 3vw,3.5rem);align-items:start}.ohm-contact-list{display:flex;flex-direction:column;gap:1rem;list-style:none;padding:0;margin:0}.ohm-contact-list li{display:flex;gap:.8rem;align-items:flex-start}.ohm-contact-list svg{width:1.4rem;height:1.4rem;color:var(--ohm-accent-2);flex:none;margin-top:.15rem}.ohm-empty{text-align:center;max-width:40rem;margin-inline:auto;padding-block:var(--ohm-space-5);display:flex;flex-direction:column;align-items:center;gap:1rem}.ohm-empty__icon{width:4rem;height:4rem;color:var(--ohm-accent-2)}.ohm-acc{border-top:1px solid var(--ohm-line)}.ohm-acc summary{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 0;cursor:pointer;font-family:var(--ohm-font-display);font-weight:var(--ohm-fw-bold);list-style:none}.ohm-acc summary::-webkit-details-marker{display:none}.ohm-acc summary .ohm-acc__icon{transition:transform .2s var(--ohm-ease);flex:none;width:1.1rem;height:1.1rem}.ohm-acc[open] summary .ohm-acc__icon{transform:rotate(45deg)}.ohm-acc__body{padding-bottom:1.2rem;color:var(--ohm-muted)}.ohm-marquee{display:flex;gap:3rem;align-items:center;white-space:nowrap}hr.ohm-rule{border:0;border-top:1px solid var(--ohm-line);margin:0}@media(max-width:900px){.ohm-split,.ohm-contact-grid{grid-template-columns:1fr}}@media(max-width:600px){.ohm-product-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.ohm-pcard__title{font-size:.9rem}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/base.css.map */
