:root{--ohso-serif: "gelica", Georgia, serif;--ohso-sans: "filson-pro", Arial, Helvetica, sans-serif;--ohso-site-background: #ffe575;--ohso-text-color: #000;--ohso-page-padding: clamp(34px, 7.5vw, 120px)}html{scroll-behavior:smooth}body.ohso-modal-open{overflow:hidden}.ohso-site-header,.ohso-site-footer,.ohso-landing,.ohso-site-header *,.ohso-site-footer *,.ohso-landing *,.ohso-site-header *:before,.ohso-site-header *:after,.ohso-site-footer *:before,.ohso-site-footer *:after,.ohso-landing *:before,.ohso-landing *:after{box-sizing:border-box}.ohso-site-header button,.ohso-site-header input,.ohso-site-footer button,.ohso-site-footer input,.ohso-landing button,.ohso-landing input{font:inherit}.ohso-site-header a,.ohso-site-footer a,.ohso-landing a,.ohso-site-header button,.ohso-site-footer button,.ohso-landing button{color:inherit}.shopify-policy__container{max-width:672px;padding:80px 40px}.ohso-header-section{position:relative;z-index:30}.ohso-site-header{position:relative;width:100%;padding:64px var(--ohso-page-padding) 32px;background:var(--ohso-site-background);color:var(--ohso-text-color)}.ohso-site-header__inner{width:100%}.ohso-site-header__logo{display:inline-flex;align-items:center;color:var(--ohso-text-color);line-height:1;text-decoration:none}.ohso-site-header__logo-image{display:block;width:clamp(190px,14.5vw,204px);max-width:100%;height:auto}.ohso-site-header__logo-text{font-family:var(--ohso-sans);font-size:clamp(38px,3.25vw,54px);font-weight:700;line-height:1;letter-spacing:-.075em}.ohso-footer-section{position:relative;z-index:30}.ohso-site-footer{position:relative;width:100%;padding:32px var(--ohso-page-padding) 32px;background:var(--ohso-site-background);color:var(--ohso-text-color);font-family:var(--ohso-sans)}.ohso-site-footer__inner{display:flex;align-items:flex-end;justify-content:space-between;width:100%;gap:48px}.ohso-site-footer__legal{display:flex;flex-wrap:wrap;align-items:center;gap:5px 8px;font-size:clamp(11px,.88vw,15px);font-weight:500;line-height:1.4}.ohso-site-footer__copyright{display:inline}.ohso-site-footer__legal-links{display:inline-flex;flex-wrap:wrap;align-items:center;gap:5px 8px}.ohso-site-footer__legal a{color:inherit;text-decoration:none;text-decoration-thickness:1px;text-underline-offset:2px;transition:opacity .18s ease}.ohso-site-footer__legal a:hover{opacity:.65;text-decoration:none}.ohso-site-footer__social{display:flex;flex:0 0 auto;align-items:center;gap:18px}.ohso-site-footer__social-link{display:inline-flex;width:36px;height:36px;color:var(--ohso-text-color);text-decoration:none;transition:opacity .18s ease,transform .18s ease}.ohso-site-footer__social-link svg{display:block;width:100%;height:100%}.ohso-site-footer__social-link:hover{opacity:.65;transform:translateY(-2px)}body:has(.ohso-landing) .shopify-section-group-header-group{position:absolute;z-index:30;top:0;right:0;left:0;width:100%;pointer-events:none}body:has(.ohso-landing) .shopify-section-group-header-group .ohso-site-header{background:transparent;pointer-events:auto}body:has(.ohso-landing) .shopify-section-group-footer-group{position:absolute;z-index:30;right:0;bottom:0;left:0;width:100%;pointer-events:none}body:has(.ohso-landing) .shopify-section-group-footer-group .ohso-site-footer{background:transparent;pointer-events:auto}.ohso-landing{position:relative;width:100%;min-height:100svh;overflow:hidden;background:var(--ohso-background-color);color:var(--ohso-text-color);isolation:isolate}.ohso-landing__media{position:absolute;z-index:-2;top:0;right:0;bottom:0;left:0;overflow:hidden;background:var(--ohso-background-color)}.ohso-landing__video,.ohso-landing__video video,.ohso-landing__image{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.ohso-landing__video-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--ohso-background-color);opacity:var(--ohso-overlay-opacity);pointer-events:none}.ohso-landing__inner{display:flex;align-items:center;width:100%;min-height:100svh;padding:clamp(150px,17vh,230px) var(--ohso-page-padding) clamp(140px,15vh,210px)}.ohso-landing__main{display:flex;align-items:center;width:100%}.ohso-landing__content{width:min(100%,940px)}.ohso-landing__heading{max-width:940px;margin:0;font-family:var(--ohso-serif);font-size:clamp(64px,7.45vw,130px);font-weight:500;line-height:.9;letter-spacing:0}.ohso-landing__heading-line{display:block}.ohso-landing__heading-line--middle>span{display:inline}.ohso-landing__heading-line--middle>span+span:before{content:" "}.ohso-landing__heading em{font-style:italic;font-weight:700}button.ohso-landing__cta{display:inline-flex;align-items:center;justify-content:center;width:min(100%,350px);min-height:60px;margin-top:30px;padding:20px 34px;border:none;border-radius:2px;background:var(--ohso-button-color);cursor:pointer;font-family:var(--ohso-sans);font-size:clamp(17px,1.6vw,26px);font-weight:500;line-height:1;letter-spacing:1px;text-align:center;text-transform:uppercase;transition:background-color .18s ease,color .18s ease,transform .18s ease}button.ohso-landing__cta:hover{background:var(--ohso-text-color);color:var(--ohso-background-color)}button.ohso-landing__cta:active{transform:translateY(2px)}.ohso-modal{position:fixed;z-index:10000;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:24px;visibility:hidden;opacity:0;transition:opacity .18s ease,visibility .18s ease}.ohso-modal.is-open{visibility:visible;opacity:1}.ohso-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000009e;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.ohso-modal__dialog{position:relative;z-index:1;width:min(100%,502px);min-height:288px;padding:24px 34px 28px;border-radius:2px;background:var(--ohso-modal-color);box-shadow:0 20px 36px #0000008c,0 0 50px #00000061;transform:translateY(14px) scale(.985);transition:transform .18s ease}.ohso-modal.is-open .ohso-modal__dialog{transform:translateY(0) scale(1)}.ohso-modal__close{position:absolute;z-index:2;top:14px;right:18px;display:inline-grid;width:34px;height:34px;padding:0;border:0;background:transparent;cursor:pointer;place-items:center;font-family:var(--ohso-sans);font-size:40px;font-weight:400;line-height:1}.ohso-modal__close span{font-size:30px}.ohso-modal__close--form{opacity:0;transition:opacity .18s ease}.ohso-modal__dialog:hover .ohso-modal__close--form,.ohso-modal__close--form:focus-visible{opacity:1}.ohso-modal__title{margin:0;font-family:var(--ohso-serif);font-size:clamp(42px,4vw,52px);font-weight:400;line-height:1;letter-spacing:-.035em;text-align:left}.ohso-modal__success-state .ohso-modal__title{text-align:center}.ohso-modal__intro,.ohso-modal__success-copy{margin:6px 0 0;font-family:var(--ohso-serif);font-size:clamp(24px,2.1vw,30px);line-height:1.3}.ohso-form{margin:0}.ohso-form__field{position:relative;display:flex;align-items:center;margin-top:30px;border-bottom:1px solid var(--ohso-text-color)}.ohso-landing .ohso-form__input{width:100%;min-width:0;height:54px;padding:4px 58px 4px 8px;border:0;outline:0;background:transparent;color:var(--ohso-text-color);font-family:var(--ohso-serif);font-size:31px;line-height:1}.ohso-form__input::placeholder{color:var(--ohso-text-color);opacity:.3}.ohso-form__submit{position:absolute;right:4px;bottom:8px;display:inline-grid;width:36px;height:36px;padding:0;border:0;border-radius:50%;background:var(--ohso-button-color);cursor:pointer;place-items:center;font-family:var(--ohso-sans);font-size:26px;line-height:1;transition:background-color .18s ease,transform .18s ease}.ohso-form__submit:hover{transform:translate(2px)}.ohso-form__submit[disabled]{cursor:wait;opacity:.7}.ohso-form__submit svg{display:block;width:14px;height:auto;fill:currentColor}.ohso-form__spinner{display:none;width:17px;height:17px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:ohso-spin .7s linear infinite}.ohso-form.is-loading .ohso-form__submit-icon{display:none}.ohso-form.is-loading .ohso-form__spinner{display:block}.ohso-form__message{margin-top:10px;color:#a20000;font-family:var(--ohso-sans);font-size:13px;line-height:1.4}.ohso-form__message ul{margin:0;padding-left:18px}.ohso-form__consent{margin:27px 0 0;font-family:var(--ohso-serif);font-size:12px;line-height:1.4}.ohso-form__consent a{color:inherit;text-decoration:underline;text-underline-offset:2px}.ohso-form__consent a:hover{text-decoration:none}.ohso-modal__success-state{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:236px}.ohso-modal__success-copy{max-width:410px;text-align:center}.ohso-modal [hidden]{display:none!important}.ohso-site-header a:focus-visible,.ohso-site-header button:focus-visible,.ohso-site-footer a:focus-visible,.ohso-site-footer button:focus-visible,.ohso-landing a:focus-visible,.ohso-landing button:focus-visible,.ohso-landing input:focus-visible{outline:3px solid var(--ohso-text-color);outline-offset:4px}.visually-hidden{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}@keyframes ohso-spin{to{transform:rotate(360deg)}}@media screen and (max-width:989px){.ohso-landing__heading{font-size:clamp(64px,10vw,92px)}.ohso-site-footer__inner{align-items:center}.ohso-site-footer__legal{max-width:75%}}@media screen and (max-width:749px){:root{--ohso-page-padding: 28px}body:has(.ohso-landing) .shopify-section-group-header-group,body:has(.ohso-landing) .shopify-section-group-footer-group{position:relative;inset:auto;width:100%;pointer-events:auto}body:has(.ohso-landing) .ohso-site-header,body:has(.ohso-landing) .ohso-site-footer{background:var(--ohso-background-color, var(--ohso-site-background))}body:not(:has(.ohso-landing)) .ohso-site-header{padding:24px var(--ohso-page-padding)}body:not(:has(.ohso-landing)) .ohso-site-footer{padding:40px var(--ohso-page-padding)}.ohso-site-header{padding:48px var(--ohso-page-padding) 20px;text-align:center}.ohso-site-header__inner{display:flex;justify-content:center}.ohso-site-header__logo{justify-content:center}.ohso-site-header__logo-image{width:min(175px,58vw)}.ohso-site-header__logo-text{font-size:clamp(46px,13vw,64px)}.ohso-landing{min-height:auto;overflow:hidden}.ohso-landing__media{bottom:0}.ohso-landing__inner{min-height:auto;padding:105px var(--ohso-page-padding) 0}.ohso-landing__main{justify-content:center}.ohso-landing__content{width:100%;text-align:center;transform:translateY(24px)}.ohso-landing__heading{max-width:100%;font-size:clamp(58px,15.4vw,82px);line-height:.97;letter-spacing:-.04em}.ohso-landing__heading-line--middle>span{display:block}.ohso-landing__heading-line--middle>span+span:before{content:none}button.ohso-landing__cta{width:auto;margin-top:52px;padding:14px 22px;font-size:16px;min-height:auto}.ohso-site-footer{padding:20px var(--ohso-page-padding) 42px;text-align:center}.ohso-site-footer__inner{flex-direction:column;align-items:center;gap:70px}.ohso-site-footer__social{order:1;gap:24px}.ohso-site-footer__social-link{width:26px;height:26px}.ohso-site-footer__legal{order:2;display:block;max-width:none;font-size:clamp(13px,3.7vw,15px);line-height:1.6}.ohso-site-footer__copyright{display:block;font-size:12px}.ohso-site-footer__legal-links{display:flex;justify-content:center;margin-top:2px;font-size:12px}.ohso-modal{padding:18px}.ohso-modal__dialog{width:min(100%,502px);min-height:288px;padding:25px 34px 28px}.ohso-modal__close--form{opacity:1}}@media screen and (max-width:420px){:root{--ohso-page-padding: 20px}.ohso-site-header{padding-top:54px}.ohso-landing__inner{padding-top:90px}.ohso-site-footer{padding-top:110px}.ohso-site-footer__inner{gap:90px}.ohso-modal__dialog{padding-inline:24px}.ohso-modal__title{font-size:40px}.ohso-modal__intro,.ohso-modal__success-copy{font-size:23px}.ohso-landing .ohso-form__input{font-size:27px}}@media screen and (min-width:750px)and (max-height:760px){.ohso-site-header{padding-top:30px}.ohso-site-footer{padding-bottom:26px}.ohso-landing__inner{padding-top:120px;padding-bottom:100px}.ohso-landing__heading{font-size:clamp(58px,6.5vw,88px)}button.ohso-landing__cta{min-height:64px;margin-top:26px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.ohso-landing__video{display:none}.ohso-modal,.ohso-modal__dialog,.ohso-landing__cta,.ohso-site-footer__social-link,.ohso-site-footer__legal a,.ohso-form__submit{transition:none}.ohso-form__spinner{animation-duration:1.5s}}@media screen and (max-width:749px){body:has(.ohso-landing) .shopify-section-group-header-group{position:absolute!important;z-index:30;top:0;right:0;bottom:auto;left:0;width:100%;background:transparent!important;pointer-events:none}body:has(.ohso-landing) .shopify-section-group-footer-group{position:absolute!important;z-index:30;top:auto;right:0;bottom:0;left:0;width:100%;background:transparent!important;pointer-events:none}body:has(.ohso-landing) .shopify-section-group-header-group,body:has(.ohso-landing) .shopify-section-group-footer-group,body:has(.ohso-landing) .ohso-header-section,body:has(.ohso-landing) .ohso-footer-section,body:has(.ohso-landing) .ohso-site-header,body:has(.ohso-landing) .ohso-site-footer,body:has(.ohso-landing) .shopify-section-group-header-group .section-background,body:has(.ohso-landing) .shopify-section-group-footer-group .section-background{background:transparent!important;background-color:transparent!important}body:has(.ohso-landing) .ohso-site-header,body:has(.ohso-landing) .ohso-site-footer{pointer-events:auto}body:has(.ohso-landing) .ohso-landing{min-height:100svh;overflow:hidden}body:has(.ohso-landing) .ohso-landing__inner{display:flex;align-items:center;min-height:100svh;padding:100px var(--ohso-page-padding) 180px}body:has(.ohso-landing) .ohso-landing__main{width:100%;padding:0}body:has(.ohso-landing) .ohso-site-header{padding:30px var(--ohso-page-padding) 20px}body:has(.ohso-landing) .ohso-site-footer{padding:20px var(--ohso-page-padding) 20px}body:has(.ohso-landing) .ohso-site-footer__inner{gap:20px}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/ohso-landing.css.map */
