:root{--o-black:#0a0a0a;--o-white:#fff;--o-cream:#f5f3ef;--o-gray:#74716d;--o-line:#dedbd5;--o-accent:#d8ff43;--o-serif:Georgia,"Times New Roman",serif;--o-sans:Arial,Helvetica,sans-serif;--o-ease:cubic-bezier(.22,1,.36,1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--o-black);background:var(--o-white);font-family:var(--o-sans);font-size:14px;line-height:1.4}body.drawer-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}.oosyy-shell{width:min(100% - 40px,1600px);margin-inline:auto}.oosyy-serif{font-family:var(--o-serif);font-weight:400}.oosyy-btn{display:inline-flex;min-height:38px;padding:0 28px;align-items:center;justify-content:center;border:1px solid var(--o-black);border-radius:999px;background:var(--o-black);color:#fff;transition:background .25s,color .25s,transform .25s var(--o-ease)}.oosyy-btn:hover{background:transparent;color:var(--o-black);transform:translateY(-1px)}.oosyy-btn--light{border-color:#fff;background:#fff;color:#000}.oosyy-btn--light:hover{background:transparent;color:#fff}.oosyy-announcement{height:24px;display:grid;place-items:center;background:#000;color:#fff;font-size:11px}.oosyy-header{position:relative;z-index:40;height:64px;background:#fff;transition:.3s}.template-index .oosyy-header{position:absolute;top:24px;width:100%;background:linear-gradient(#0005,transparent);color:#fff}.oosyy-header.is-scrolled{position:fixed!important;top:0!important;color:#000!important;background:#fffffff2!important;border-bottom:1px solid var(--o-line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.oosyy-nav{height:100%;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 32px}.oosyy-logo{font-family:var(--o-serif);font-size:38px;letter-spacing:-.07em}.oosyy-links{display:flex;gap:30px;align-items:center}.oosyy-links--right{justify-content:flex-end}.oosyy-links a,.oosyy-links button{position:relative;border:0;background:none;color:inherit;padding:6px 0}.oosyy-links a:after,.oosyy-links button:after{content:"";position:absolute;left:0;right:100%;bottom:2px;height:1px;background:currentColor;transition:right .25s}.oosyy-links a:hover:after,.oosyy-links button:hover:after{right:0}.oosyy-mobile-menu{display:none}.oosyy-hero{position:relative;height:min(92svh,1000px);min-height:680px;overflow:hidden;background:#aaa}.oosyy-hero__image{width:100%;height:100%;object-fit:cover;transform:scale(1.02);animation:oosyyReveal 1.2s var(--o-ease) both}.oosyy-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0002,transparent 48%,#0007)}.oosyy-hero__content{position:absolute;z-index:2;left:50%;bottom:9%;width:min(1100px,90%);transform:translate(-50%);text-align:center;color:#fff}.oosyy-hero__eyebrow{text-transform:uppercase;letter-spacing:.13em}.oosyy-hero h1{font-size:clamp(48px,6vw,96px);line-height:.94;margin:12px 0 26px;letter-spacing:-.045em}.oosyy-hero h1 em{font-weight:400}@keyframes oosyyReveal{0%{opacity:0;transform:scale(1.08)}to{opacity:1;transform:scale(1.02)}}.oosyy-editorial{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:12px}.oosyy-story{position:relative;aspect-ratio:3/4;overflow:hidden;background:var(--o-cream)}.oosyy-story img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--o-ease)}.oosyy-story:hover img{transform:scale(1.035)}.oosyy-story__copy{position:absolute;z-index:2;inset:auto 28px 28px;color:#fff}.oosyy-story:after{content:"";position:absolute;top:45%;right:0;bottom:0;left:0;background:linear-gradient(transparent,#0009)}.oosyy-story h2{font:400 clamp(28px,3vw,48px)/1 var(--o-serif);margin:4px 0 10px}.oosyy-story p{margin:0 0 18px}.oosyy-products{padding:90px 20px}.oosyy-section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:26px}.oosyy-section-head h2{font:400 clamp(36px,4vw,64px)/1 var(--o-serif);margin:0}.oosyy-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.oosyy-product-card{position:relative}.oosyy-product-card__media{position:relative;display:block;aspect-ratio:4/5;overflow:hidden;background:var(--o-cream)}.oosyy-product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--o-ease)}.oosyy-product-card:hover img{transform:scale(1.025)}.oosyy-quick{position:absolute;left:12px;right:12px;bottom:12px;height:38px;border:0;border-radius:999px;background:#fff;opacity:0;transform:translateY(8px);transition:.25s}.oosyy-product-card:hover .oosyy-quick{opacity:1;transform:none}.oosyy-product-card__meta{padding:12px 2px;display:grid;grid-template-columns:1fr auto;gap:3px 12px}.oosyy-vendor{font-size:11px;text-transform:uppercase;font-weight:700}.oosyy-title{font:400 18px/1.15 var(--o-serif)}.oosyy-product{display:grid;grid-template-columns:minmax(260px,1fr) minmax(420px,1.65fr) minmax(300px,1fr);min-height:calc(100svh - 88px)}.oosyy-product__info,.oosyy-product__buy{padding:9vw 24px 40px;align-self:start;position:sticky;top:64px}.oosyy-product__media{background:var(--o-cream)}.oosyy-product__media img{display:block;width:100%;height:auto;min-height:70vh;object-fit:cover}.oosyy-product__info h1{font:400 clamp(30px,3vw,48px)/1 var(--o-serif);margin:8px 0 18px}.oosyy-product__desc{color:var(--o-gray);max-width:42ch}.oosyy-price{font-size:16px;margin-top:18px}.oosyy-rule{height:1px;background:var(--o-line);margin:24px 0}.oosyy-selector{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0 24px}.oosyy-selector input{position:absolute;opacity:0}.oosyy-selector label{display:grid;place-items:center;min-width:44px;height:38px;border:1px solid var(--o-line);border-radius:999px}.oosyy-selector input:checked+label{border-color:#000;background:#000;color:#fff}.oosyy-add{width:100%;height:44px;border:0;border-radius:999px;background:#000;color:#fff}.oosyy-accordion{border-top:1px solid var(--o-line);padding:16px 0}.oosyy-accordion summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between}.oosyy-accordion summary:after{content:"+"}.oosyy-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;background:#0005;opacity:0;visibility:hidden;transition:.35s}.oosyy-cart{position:fixed;z-index:91;top:0;right:0;width:min(560px,100%);height:100dvh;background:#fff;transform:translate(100%);transition:transform .45s var(--o-ease);display:grid;grid-template-rows:auto auto 1fr auto}.drawer-open .oosyy-overlay{opacity:1;visibility:visible}.drawer-open .oosyy-cart{transform:none}.oosyy-cart__head{height:72px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--o-line)}.oosyy-cart__close{border:0;background:none;font-size:25px}.oosyy-progress{padding:22px 24px 10px}.oosyy-progress__bar{height:5px;border-radius:9px;background:var(--o-line);overflow:hidden}.oosyy-progress__bar span{display:block;width:72%;height:100%;background:#000}.oosyy-cart__body{overflow:auto;padding:20px 24px}.oosyy-cart-item{display:grid;grid-template-columns:140px 1fr;gap:18px;padding-bottom:24px;border-bottom:1px solid var(--o-line)}.oosyy-cart-item img{width:100%;aspect-ratio:1/1.2;object-fit:cover;background:var(--o-cream)}.oosyy-cart-item h3{font:400 22px/1.05 var(--o-serif);margin:6px 0}.oosyy-cart__foot{padding:18px 24px 22px;border-top:1px solid var(--o-line);background:#fff}.oosyy-cart__subtotal{display:flex;justify-content:space-between;margin-bottom:12px}.oosyy-cart__checkout{width:100%}.oosyy-footer{background:#111;color:#fff;padding:80px 32px 28px}.oosyy-footer__top{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:50px}.oosyy-footer h2{font:400 clamp(36px,4vw,64px)/1 var(--o-serif);margin:0 0 20px}.oosyy-footer input{width:min(420px,100%);border:0;border-bottom:1px solid #fff;background:none;color:#fff;padding:12px 0}.oosyy-footer ul{list-style:none;padding:0;margin:14px 0}.oosyy-footer li{margin:8px 0;color:#ccc}.oosyy-footer__bottom{margin-top:70px;padding-top:20px;border-top:1px solid #444;display:flex;justify-content:space-between;font-size:11px;color:#aaa}@media(max-width:900px){.oosyy-shell{width:min(100% - 24px,1600px)}.oosyy-nav{padding:0 18px;grid-template-columns:auto 1fr}.oosyy-links--left{display:none}.oosyy-links--right{gap:18px}.oosyy-mobile-menu{display:inline!important}.oosyy-logo{font-size:34px}.oosyy-hero{height:82svh;min-height:620px}.oosyy-hero h1{font-size:50px}.oosyy-editorial{grid-template-columns:1fr;padding:8px}.oosyy-grid{grid-template-columns:repeat(2,1fr);gap:8px}.oosyy-products{padding:62px 10px}.oosyy-quick{display:none}.oosyy-product{display:flex;flex-direction:column}.oosyy-product__media{order:0}.oosyy-product__info{order:1}.oosyy-product__buy{order:2}.oosyy-product__info,.oosyy-product__buy{position:static;padding:28px 18px}.oosyy-product__buy{padding-top:0}.oosyy-product__media img{min-height:0}.oosyy-footer__top{grid-template-columns:1fr 1fr}.oosyy-footer__signup{grid-column:1/-1}.oosyy-cart-item{grid-template-columns:110px 1fr}}@media(max-width:560px){.oosyy-links--right a:nth-child(2){display:none}.oosyy-links--right{gap:14px}.oosyy-header{height:56px}.oosyy-hero__content{bottom:7%}.oosyy-story{aspect-ratio:4/5}.oosyy-story__copy{inset:auto 20px 24px}.oosyy-section-head{align-items:center}.oosyy-section-head h2{font-size:40px}.oosyy-product-card__meta{display:block}.oosyy-price{margin-top:4px}.oosyy-footer{padding:60px 20px 24px}.oosyy-footer__top{grid-template-columns:1fr}.oosyy-footer__signup{grid-column:auto}.oosyy-footer__bottom{display:block}.oosyy-cart__head{height:62px}.oosyy-cart__body,.oosyy-progress,.oosyy-cart__foot{padding-left:16px;padding-right:16px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}.oosyy-header{height:48px}.template-index .oosyy-header{top:24px}.oosyy-nav{display:flex;padding:0 32px;gap:32px}.oosyy-logo{font-size:40px;line-height:1;margin-right:4px}.oosyy-links{gap:32px}.oosyy-links--right{margin-left:auto}.oosyy-mega{position:absolute;top:48px;left:0;right:0;z-index:45;padding:34px 32px 40px;background:#fff;color:#000;opacity:0;visibility:hidden;transform:translateY(-12px);transition:opacity .24s,transform .24s var(--o-ease),visibility .24s;box-shadow:0 20px 40px #0001}.menu-open .oosyy-mega{opacity:1;visibility:visible;transform:none}.oosyy-mega__close{position:absolute;right:30px;top:20px;border:0;background:none;font-size:24px}.oosyy-mega__cols{display:grid;grid-template-columns:repeat(3,1fr) 2fr;gap:40px;max-width:1500px;margin:auto}.oosyy-mega ul{list-style:none;padding:0;margin:18px 0}.oosyy-mega li{margin:10px 0}.oosyy-mega__feature img{display:block;width:100%;height:250px;object-fit:cover;margin-bottom:10px}.oosyy-hero{height:calc(100svh - 24px);min-height:650px}.oosyy-hero__content{bottom:12%;width:min(1220px,92%)}.oosyy-hero h1{font-size:clamp(50px,4.2vw,66px);line-height:.94;margin:5px 0 28px}.oosyy-hero__eyebrow{font-weight:700;letter-spacing:0;text-transform:none}.oosyy-btn{min-height:30px;padding:0 34px;font-size:14px}.oosyy-editorial{max-width:1440px;margin:96px auto 0;padding:0 32px;gap:16px}.oosyy-story{aspect-ratio:1/1}.oosyy-story__copy{inset:auto 20px 22px;text-align:center}.oosyy-story h2{font-size:27px}.oosyy-dual{max-width:1440px;margin:96px auto 0;padding:0 32px;display:grid;grid-template-columns:1fr 1fr;gap:16px}.oosyy-dual__card{position:relative;height:635px;overflow:hidden;background:var(--o-cream)}.oosyy-dual__card img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--o-ease)}.oosyy-dual__card:hover img{transform:scale(1.025)}.oosyy-dual__card:after{content:"";position:absolute;top:50%;right:0;bottom:0;left:0;background:linear-gradient(transparent,#0009)}.oosyy-dual__card>div{position:absolute;z-index:2;left:20px;right:20px;bottom:30px;color:#fff;text-align:center}.oosyy-dual h2{font:400 38px/1 var(--o-serif);margin:0 0 8px}.oosyy-dual p{margin:0 0 18px}.oosyy-products{max-width:1440px;margin:96px auto 0;padding:0 32px}.oosyy-section-head{align-items:center;margin-bottom:24px}.oosyy-section-head h2{font:400 26px/1 var(--o-serif);font-style:italic}.oosyy-grid{gap:16px;row-gap:32px}.oosyy-product-card__media{aspect-ratio:1/1.33}.oosyy-product-card__meta{display:block;text-align:center;padding:16px 4px}.oosyy-product-card__meta>*{display:block}.oosyy-title{font-size:18px;margin:4px 0}.oosyy-quick{height:30px;transition:opacity .4s,transform .4s;background:#fff}.oosyy-product-card__media img{object-fit:cover;background:#f5f4f0}.oosyy-collection{padding:45px 32px 80px}.oosyy-collection__intro{text-align:center;padding:0 0 70px}.oosyy-collection__intro h1{font:italic 32px/1 var(--o-serif);margin:0 0 18px}.oosyy-collection__intro p{font:400 20px/1.3 var(--o-serif)}.oosyy-tabs{display:flex;gap:8px;margin-bottom:24px}.oosyy-pill{min-width:112px;height:31px;border:0;border-radius:999px;background:#e8e7e3}.oosyy-pill.is-active{border:1px solid #000;background:#fff}.oosyy-filterbar{display:flex;gap:32px;align-items:center;margin-bottom:8px}.oosyy-filterbar button{border:0;background:none;padding:8px 0}.oosyy-filterbar .oosyy-pill{margin-left:auto;border:1px solid #ddd;background:#fff;padding:0 28px}.oosyy-filter-panel{padding:20px 0;border-block:1px solid var(--o-line)}.oosyy-cart-page{display:grid;grid-template-columns:2fr 1fr;min-height:calc(100svh - 72px)}.oosyy-cart-page__items{padding:70px 32px}.oosyy-cart-page__summary{background:#f6f4f0;padding:82px 32px 28px;display:flex;flex-direction:column}.oosyy-cart-page__summary h2{text-align:center;margin:0 0 48px;font-size:16px}.oosyy-summary-row{display:flex;justify-content:space-between;margin:0 0 28px}.oosyy-summary-checkout{margin-top:auto}.oosyy-cart-page .oosyy-cart-item{max-width:900px}.oosyy-cart-page__recommendations{margin-top:28px;border-top:1px solid var(--o-line);padding-top:24px}@media(max-width:900px){.oosyy-nav{padding:0 18px;gap:16px}.oosyy-links--left{display:none}.oosyy-logo{font-size:34px}.oosyy-mega{position:fixed;top:0;height:100dvh;padding:80px 24px}.oosyy-mega__cols{grid-template-columns:1fr 1fr}.oosyy-mega__feature{display:none}.oosyy-hero{height:calc(100svh - 24px);min-height:600px}.oosyy-hero h1{font-size:47px}.oosyy-editorial{margin-top:74px;padding:0 16px;grid-template-columns:1fr;gap:8px}.oosyy-story{aspect-ratio:1/1.1}.oosyy-dual{margin-top:74px;padding:0 16px;grid-template-columns:1fr;gap:8px}.oosyy-dual__card{height:520px}.oosyy-products{margin-top:74px;padding:0 8px}.oosyy-grid{gap:8px;row-gap:20px}.oosyy-collection{padding:35px 8px 60px}.oosyy-collection__intro{padding-bottom:42px}.oosyy-filterbar>button:not(.oosyy-pill){display:none}.oosyy-cart-page{display:block}.oosyy-cart-page__items{padding:40px 16px}.oosyy-cart-page__summary{padding:40px 16px;min-height:420px}}@media(max-width:560px){.oosyy-links--right{gap:18px}.oosyy-links--right a:nth-of-type(2){display:none}.oosyy-hero__content{bottom:8%}.oosyy-hero h1{font-size:44px}.oosyy-editorial{padding:0 8px}.oosyy-story h2{font-size:31px}.oosyy-dual{padding:0 8px}.oosyy-dual__card{height:480px}.oosyy-section-head{padding:0 8px}.oosyy-section-head h2{font-size:28px}.oosyy-product-card__media{aspect-ratio:1/1.36}.oosyy-title{font-size:16px}.oosyy-tabs{overflow:auto}.oosyy-collection__intro p{font-size:17px}.oosyy-cart{width:100%}}.shopify-section-header-sticky{z-index:40}.header-wrapper{border:0}.announcement-bar-section .utility-bar{min-height:24px;background:#000;color:#fff}.announcement-bar__message{min-height:24px;padding:3px 1.5rem;font-size:11px;line-height:1.2}.header{min-height:48px;padding-top:0!important;padding-bottom:0!important}.header__heading-link{padding:0}.header__heading-logo-wrapper,.header__heading-link .h2{font-family:var(--o-serif);font-size:40px;letter-spacing:-.06em}.header__inline-menu{margin-left:2rem}.header__menu-item,.header__icon{font-size:14px;text-transform:lowercase}.mega-menu__content{border:0;padding-block:3.2rem 4rem;box-shadow:0 24px 40px #00000014}.mega-menu__list{gap:4rem}.mega-menu__link--level-2{font-weight:700}.menu-drawer{width:100%;max-width:none}.template-index .header-wrapper{position:absolute;left:0;right:0;background:linear-gradient(rgba(0,0,0,.35),transparent);color:#fff}.template-index .header-wrapper .header__menu-item,.template-index .header-wrapper .header__icon{color:#fff}.collection-hero__inner{padding-block:4.5rem 7rem}.collection-hero__text-wrapper{text-align:center}.collection-hero__title{font-family:var(--o-serif);font-style:italic;font-size:3.2rem}.collection-hero__description{max-width:76rem!important;margin-inline:auto;font-family:var(--o-serif);font-size:2rem}.facets-wrapper{padding-block:1rem}.facets__form{gap:3.2rem}.facets__summary,.facet-filters__label,.facet-filters__sort{font-size:1.4rem}.product-grid{column-gap:1.6rem!important;row-gap:3.2rem!important}.card__information{text-align:center}.card__heading{font-family:var(--o-serif);font-size:1.8rem}.card-information{text-align:center}.card__media .media{background:#f5f3ef}.product:not(.product--no-media){max-width:1440px;margin-inline:auto}.product__info-wrapper{padding-inline:2.4rem!important}.product__title h1{font-family:var(--o-serif);font-weight:400;font-size:clamp(3rem,3vw,4.8rem);line-height:1}.product__description{color:#74716d}.product-form__submit,.quick-add__submit,.cart__checkout-button{min-height:4.2rem;border-radius:999px}.product-form__submit:after,.quick-add__submit:after,.cart__checkout-button:after{border-radius:999px}.product__accordion{border-color:#dedbd5}.product__accordion summary{padding-block:1.6rem}.drawer__inner{width:min(56rem,100vw);max-width:none}.cart-drawer .drawer__header{padding-block:2rem}.cart-drawer__warnings,.drawer__inner-empty{background:#fff}.cart-drawer__footer{background:#fff;border-top:1px solid #dedbd5}.cart-items th{font-size:1.2rem}.cart__footer-wrapper:last-child .cart__footer{background:#f6f4f0}.totals__total,.totals__total-value{font-size:1.6rem}@media screen and (min-width:990px){.header{grid-template-columns:auto 1fr auto}.header--middle-left .header__inline-menu{margin-left:2rem}.product--large:not(.product--no-media) .product__media-wrapper{max-width:50%;width:50%}.product--large:not(.product--no-media) .product__info-wrapper{max-width:50%;width:50%}}@media screen and (max-width:749px){.header{min-height:56px;padding-inline:1.8rem!important}.header__heading-logo-wrapper,.header__heading-link .h2{font-size:34px}.collection-hero__inner{padding-block:3.5rem 4.2rem}.collection-hero__title{font-size:2.8rem}.collection-hero__description{font-size:1.7rem}.product-grid{column-gap:.8rem!important;row-gap:2rem!important}.card__heading{font-size:1.6rem}.drawer__inner{width:100vw}.product__info-wrapper{padding-inline:1.8rem!important}}body.oosyy-mega-open{overflow:hidden}.oosyy-menu-scrim{position:fixed;z-index:-1;top:72px;right:0;bottom:0;left:0;background:#00000057;opacity:0;pointer-events:none;transition:opacity .3s cubic-bezier(.4,0,.2,1)}.mega-menu[open] .oosyy-menu-scrim{opacity:1;pointer-events:auto}.mega-menu__content.oosyy-shop-panel{position:fixed;top:72px;right:auto;bottom:0;left:0;width:min(50.56vw,728px);overflow:auto;padding:0 32px 40px;border:0;transform:translate(-100%);opacity:1;visibility:visible;transition:transform .3s cubic-bezier(.4,0,.2,1)}.mega-menu[open]>.oosyy-shop-panel{transform:none}.oosyy-shop-tabs{position:sticky;z-index:2;top:0;display:flex;gap:30px;padding:25px 0 20px;border-bottom:1px solid #ddd;background:#fff}.oosyy-shop-tabs button{padding:0 0 5px;border:0;border-bottom:1px solid transparent;background:none;text-transform:lowercase}.oosyy-shop-tabs button.is-active{border-color:#000}.oosyy-shop-panel .mega-menu__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 48px;width:auto;max-width:none;padding:30px 0 0}.oosyy-shop-panel .mega-menu__link{padding-block:.55rem;text-transform:lowercase}.oosyy-shop-panel .mega-menu__link--level-2{font-family:var(--o-serif);font-size:2rem;font-weight:400}.template-index .shopify-section-header-sticky{position:absolute;right:0;left:0}.template-index .shopify-section-header-sticky .header-wrapper{transition:background-color .24s,color .24s}.template-index .shopify-section-header-sticky.oosyy-header-solid{position:fixed;top:0}.template-index .shopify-section-header-sticky.oosyy-header-solid .header-wrapper{background:#fff;color:#000}.template-index .shopify-section-header-sticky.oosyy-header-solid .header__menu-item,.template-index .shopify-section-header-sticky.oosyy-header-solid .header__icon{color:#000}.facets__display,.mobile-facets__inner{transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s}.mobile-facets__inner{width:min(496px,100vw);max-width:none}.quick-add-modal__content{right:0;left:auto;width:min(496px,100vw);height:100dvh;max-height:none;margin:0;transform:translate(100%);border:0}.quick-add-modal[open] .quick-add-modal__content{transform:none;transition:transform .3s cubic-bezier(.4,0,.2,1)}.quick-add-modal__content-info{height:100%;padding:24px}.drawer__inner{width:min(496px,100vw)}@media(max-width:989px){.mega-menu__content.oosyy-shop-panel{top:24px;width:100%;padding-inline:20px}.oosyy-shop-tabs{gap:22px;overflow-x:auto}.oosyy-shop-panel .mega-menu__list{grid-template-columns:1fr}.template-index .shopify-section-header-sticky{position:absolute}.oosyy-hero__image{content:normal}.oosyy-hero{min-height:0;height:calc(100svh - 24px)}}.oosyy-hero picture{display:block;width:100%;height:100%}body:not(.template-index) .shopify-section-header-sticky{position:sticky;top:0;background:#fff;color:#000}body:not(.template-index) .header-wrapper{background:#fff!important;color:#000!important}body:not(.template-index) .header__menu-item,body:not(.template-index) .header__icon{color:#000!important}body:not(.template-index) main{isolation:isolate}.product__media-wrapper{align-self:start}.product__info-container{top:72px}.product__description{font-family:var(--o-serif);font-size:1.7rem;line-height:1.45}.product-form__input--pill input[type=radio]+label{border-radius:999px}.related-products{padding-top:8rem}.related-products__heading{font-family:var(--o-serif);font-style:italic;text-align:center}@media(max-width:749px){.oosyy-hero__image{object-position:center center}.product__info-wrapper{background:#fff}.product__info-container{position:static}.product-form__buttons{max-width:none}.product-form__submit{min-height:48px}.product__accordion summary{min-height:52px}.menu-drawer__navigation{padding-top:2rem}.menu-drawer__menu-item{min-height:52px}}.oosyy-hero__split{display:grid;width:100%;height:100%;grid-template-columns:1fr 1fr}.oosyy-hero__mobile{display:none!important}.oosyy-hero__split .oosyy-hero__image{transform:none;animation:oosyyOrganicReveal .8s ease both}.oosyy-hero__split .oosyy-hero__image:first-child{object-position:center 38%}.oosyy-hero__split .oosyy-hero__image:last-child{object-position:center 58%}@keyframes oosyyOrganicReveal{0%{opacity:.72}to{opacity:1}}@media(max-width:749px){.oosyy-hero__split{display:none}.oosyy-hero__mobile{display:block!important}.oosyy-hero__mobile .oosyy-hero__image{transform:none;animation:none}}.oosyy-asset-logo{width:100px;height:auto;object-fit:contain;filter:brightness(0)}.template-index .oosyy-asset-logo{filter:brightness(0) invert(1)}.template-index .shopify-section-header-sticky.oosyy-header-solid .oosyy-asset-logo{filter:brightness(0)}.oosyy-collection-links{padding:9.6rem 0 0}.oosyy-collection-links__eyebrow{text-align:center;margin:0 0 1.2rem;font-size:1.1rem;letter-spacing:.14em}.oosyy-collection-links h2{margin:0 0 3.2rem;text-align:center;font-family:var(--o-serif);font-size:clamp(3.4rem,4vw,5.6rem);font-weight:400}.oosyy-collection-links__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.6rem}.oosyy-collection-link{position:relative;display:block;overflow:hidden}.oosyy-collection-link__media{aspect-ratio:1/1;overflow:hidden;background:var(--o-cream)}.oosyy-collection-link__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--o-ease)}.oosyy-collection-link:hover img{transform:scale(1.025)}.oosyy-collection-link>span{position:absolute;bottom:2rem;left:50%;min-width:13rem;transform:translate(-50%);padding:1rem 2.4rem;border-radius:999px;background:#fff;text-align:center;text-transform:uppercase;letter-spacing:.09em}.template-collection .card__media .media img,.template-search .card__media .media img{object-fit:cover}.template-product .product__media .media{background:#f5f3ef}.template-product .product__media img{object-fit:contain}.template-product .product__info-container>*+*{margin-top:1.5rem}.template-product .product__title h1{font-size:clamp(3rem,3.4vw,5rem)}.template-product .product-form__submit{min-height:4.8rem;background:#111;color:#fff}.cart-drawer .drawer__inner{border:0}.cart-drawer .drawer__heading{font-family:var(--o-serif);font-weight:400}@media screen and (min-width:990px){.template-product .page-width{max-width:144rem;padding-inline:2.4rem}.template-product .product{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(32rem,.7fr);gap:5.6rem}.template-product .product__media-wrapper,.template-product .product__info-wrapper{width:100%!important;max-width:none!important}.template-product .product__media-list{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:.2rem!important}.template-product .product__media-item{width:100%!important;max-width:none!important}.template-product .product__media-item:first-child{grid-column:1/-1}.template-product .product__info-wrapper{padding:4.2rem 0 0!important}.template-product .product__info-container{top:8.8rem;max-width:36rem}}@media screen and (max-width:749px){.oosyy-collection-links{padding-top:6.4rem}.oosyy-collection-links__inner{padding-inline:1.4rem}.oosyy-collection-links h2{margin-bottom:2.4rem}.oosyy-collection-links__grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:.8rem}.oosyy-collection-link{min-width:78vw;scroll-snap-align:start}.template-product .product__media-list{scroll-snap-type:x mandatory}.template-product .product__media-item{scroll-snap-align:start}.template-product product-form .product-form__buttons{position:sticky;bottom:1rem;z-index:5}}.product-card-wrapper [data-oosyy-card-url]{cursor:pointer!important;touch-action:manipulation!important}.product-card-wrapper [data-oosyy-card-url]>.oosyy-card-media-link{z-index:20!important;pointer-events:auto!important}.oosyy-menu-content__primary a,.oosyy-menu-group>summary,.oosyy-menu-group>.oosyy-menu-column a{box-sizing:border-box!important;width:100%!important;max-width:none!important;font-family:var(--o-sans)!important;cursor:pointer!important;pointer-events:auto!important;touch-action:manipulation!important}.oosyy-menu-group>summary{padding:1rem!important}.oosyy-menu-group>.oosyy-menu-column a{min-height:5rem!important;padding:1rem!important;font-size:1.5rem!important;font-weight:500!important}.oosyy-menu-group>.oosyy-menu-column a:hover,.oosyy-menu-group>.oosyy-menu-column a:focus-visible{background:#f3f3f3!important;text-decoration:none!important}.template-product .related-products .product-card-wrapper .quick-add,.template-product .related-products .product-card-wrapper .quick-add>*{box-sizing:border-box!important}@media(max-width:749px){#menu-drawer .oosyy-menu-content__primary a{min-height:5.8rem!important;font-size:1.5rem!important}#menu-drawer .oosyy-menu-group>summary{min-height:6rem!important;padding:1rem!important;font-size:1.55rem!important}#menu-drawer .oosyy-menu-group>.oosyy-menu-column{padding-bottom:.8rem!important}#menu-drawer .oosyy-menu-group>.oosyy-menu-column a{min-height:5.4rem!important;padding:1rem 1.2rem!important;font-size:1.55rem!important}}body{font-family:Arial,Helvetica,sans-serif;font-size:14px}.page-width{max-width:160rem;padding-inline:3.2rem}.oosyy-asset-logo{display:block!important;width:100px!important;max-width:100px!important;filter:brightness(0)}.header__heading-link{min-width:10rem}.oosyy-curated-nav{display:flex;align-items:center;gap:2.8rem;margin-left:2.8rem;font-size:1.3rem}.oosyy-curated-nav>a,.oosyy-curated-shop>summary{padding:1.6rem 0;cursor:pointer;list-style:none;text-decoration:none}.oosyy-curated-shop>summary::-webkit-details-marker{display:none}.oosyy-curated-panel{position:fixed;z-index:45;top:72px;left:0;width:min(728px,50.56vw);height:calc(100vh - 72px);padding:3.2rem;display:grid;grid-template-columns:repeat(3,1fr) 1.45fr;gap:3rem;background:#fff;color:#111;box-shadow:22px 30px 55px #0000001f;transform:translate(-102%);transition:transform .3s var(--ease)}.oosyy-curated-shop[open] .oosyy-curated-panel{transform:none}.oosyy-curated-panel>div{display:flex;flex-direction:column;gap:.9rem}.oosyy-curated-panel p{margin:0 0 1rem;padding-bottom:1rem;border-bottom:1px solid #ddd;font-size:1rem;letter-spacing:.12em;text-transform:uppercase}.oosyy-curated-panel a{font-size:1.3rem}.oosyy-curated-panel__image{align-self:start}.oosyy-curated-panel__image img{height:30rem;object-fit:cover;margin-bottom:1rem}.oosyy-curated-panel__image span{font-family:var(--o-serif);font-size:1.6rem}.card__information{padding:1.2rem .4rem!important;text-align:left}.card__heading{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;min-height:3.6rem;margin:0;font-family:Arial,Helvetica,sans-serif!important;font-size:1.3rem!important;font-weight:400;line-height:1.35}.card-information{text-align:left}.card-information>.price{font-size:1.25rem!important}.price__container{display:flex;align-items:center;gap:.7rem;flex-wrap:wrap}.badge{font-family:Arial,Helvetica,sans-serif;font-size:1rem}.template-collection .collection,.related-products{width:100%;max-width:160rem;margin-inline:auto;padding-inline:3.2rem}.template-collection .collection-hero__inner{max-width:96rem;margin:auto;text-align:center}.template-collection .product-grid{margin-inline:0!important}.related-products__heading{margin-bottom:3rem!important;font-size:3.2rem!important}.oosyy-pdp-summary{display:none}cart-drawer.drawer{z-index:1000}.drawer__inner-empty,.drawer__inner,.cart-drawer,.cart-drawer__form,.cart-drawer__warnings{background:#fff!important;color:#111!important}.drawer__inner{width:min(496px,100vw)!important;max-width:none!important;padding:0!important;border:0!important;box-shadow:-20px 0 50px #0000001f}.drawer__header{min-height:7.2rem;padding:0 2.4rem!important;border-bottom:1px solid #ddd}.drawer__heading{margin:0!important;font-family:var(--o-serif)!important;font-size:2.8rem!important;font-weight:400!important}.drawer__close{right:1.8rem!important;top:1.6rem!important;min-width:4rem!important;min-height:4rem!important}cart-drawer-items{overflow:auto}.cart-drawer__form{padding:0 2.4rem}.cart-drawer .cart-items{display:block;width:100%}.cart-drawer .cart-items thead{display:none}.cart-drawer .cart-item{display:grid!important;grid-template-columns:11rem minmax(0,1fr) auto!important;grid-template-rows:auto auto!important;column-gap:1.6rem!important;row-gap:.8rem!important;padding:2rem 0!important;border-bottom:1px solid #ddd}.cart-drawer .cart-item>td{padding:0!important}.cart-drawer .cart-item__media{grid-column:1;grid-row:1/3;width:11rem!important}.cart-drawer .cart-item__image-container,.cart-drawer .cart-item__image{width:11rem!important;height:14rem!important;object-fit:cover;background:#f4f3ef}.cart-drawer .cart-item__details{grid-column:2;grid-row:1;min-width:0;width:auto!important}.cart-drawer .cart-item__details>*{max-width:100%;margin:.2rem 0!important}.cart-drawer .cart-item__name{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-family:Arial,Helvetica,sans-serif!important;font-size:1.35rem!important;font-weight:400!important;line-height:1.35;text-decoration:none}.cart-drawer .product-option,.cart-drawer .cart-item__discounted-prices{font-size:1.15rem!important}.cart-drawer .cart-item__totals{grid-column:3;grid-row:1;width:auto!important;text-align:right}.cart-drawer .cart-item__quantity{grid-column:2/4;grid-row:2;width:auto!important;padding-top:.5rem!important}.cart-drawer .quantity{min-height:3.2rem;width:11rem}.cart-drawer .quantity__input{font-size:1.2rem}.cart-drawer .quantity__button{width:3.2rem}.cart-drawer .cart-item cart-remove-button{margin:0 0 0 1rem!important}.cart-drawer__footer{padding:2rem 2.4rem 2.4rem!important;background:#fff!important;border-top:1px solid #ddd!important}.cart-drawer .totals{align-items:center!important;margin:0 0 .8rem!important}.cart-drawer .totals__total,.cart-drawer .totals__total-value{font-family:Arial,Helvetica,sans-serif!important;font-size:1.5rem!important}.cart-drawer .tax-note{font-size:1.1rem!important}.cart-drawer .cart__checkout-button{min-height:4.8rem!important;background:#111!important;color:#fff!important;border-radius:999px!important}.cart-drawer .cart__ctas{display:block!important}.cart-drawer .additional-checkout-buttons{display:none!important}@media screen and (min-width:1200px){.template-product .page-width{max-width:128rem!important;padding-inline:2.4rem!important}.template-product .product{display:grid!important;grid-template-columns:332px 456px 332px!important;justify-content:space-between;gap:5.6rem!important}.oosyy-pdp-summary{display:block;position:sticky;top:8.8rem;align-self:start;padding-top:4.2rem}.oosyy-pdp-summary__vendor{margin:0 0 1.2rem;font-size:1rem;letter-spacing:.11em;text-transform:uppercase}.oosyy-pdp-summary h1{margin:0 0 1.5rem;font-family:var(--o-serif);font-size:3.1rem;font-weight:400;line-height:1.05}.oosyy-pdp-summary__rule{margin:2.4rem 0;border-top:1px solid #ccc}.oosyy-pdp-summary__description{font-family:var(--o-serif);font-size:1.55rem;line-height:1.45}.oosyy-pdp-summary ul{list-style:none;margin:2rem 0 0;padding:0;border-top:1px solid #ddd}.oosyy-pdp-summary li{padding:1rem 0;border-bottom:1px solid #ddd;font-size:1.1rem}.template-product .product__media-wrapper{width:456px!important;max-width:456px!important}.template-product .product__media-list{display:block!important}.template-product .product__media-item{width:456px!important;max-width:456px!important;margin:0 0 .2rem!important}.template-product .product__media{width:456px!important}.template-product .product__media .media{padding-top:133.333%!important}.template-product .product__info-wrapper{width:332px!important;max-width:332px!important;padding:4.2rem 0 0!important}.template-product .product__info-container{top:8.8rem;max-width:332px}.template-product .product__info-container>.product__text:first-child,.template-product .product__info-container>.product__title,.template-product .product__info-container>[id^=price-],.template-product .product__info-container>.product__description{display:none}.template-product .product-form__input{max-width:none}}@media screen and (max-width:1199px){.page-width{padding-inline:2rem}}@media screen and (max-width:749px){.page-width,.template-collection .collection,.related-products{padding-inline:1.2rem}.card__heading{font-size:1.2rem!important;min-height:3.25rem}.cart-drawer .cart-item{grid-template-columns:9rem minmax(0,1fr) auto!important}.cart-drawer .cart-item__media,.cart-drawer .cart-item__image-container,.cart-drawer .cart-item__image{width:9rem!important}}.oosyy-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.oosyy-curated-trigger{display:flex;align-items:center;gap:.8rem}.oosyy-curated-trigger__icon{display:grid;width:1.5rem;gap:.3rem}.oosyy-curated-trigger__icon i{display:block;height:1px;background:currentColor}.template-index .shopify-section-header-sticky{transition:transform .28s var(--o-ease)}.template-index .shopify-section-header-sticky.oosyy-header-direction-hidden{transform:translateY(-110%)}.template-index .shopify-section-header-sticky.oosyy-header-solid .header-wrapper{background:#050505!important;color:#fff!important}.template-index .shopify-section-header-sticky.oosyy-header-solid .header__menu-item,.template-index .shopify-section-header-sticky.oosyy-header-solid .header__icon{color:#fff!important}.template-index .shopify-section-header-sticky.oosyy-header-solid .oosyy-asset-logo{filter:brightness(0) invert(1)!important}.oosyy-mobile-curated{display:flex;flex-direction:column;padding:1.2rem 2rem 3rem}.oosyy-mobile-curated__eyebrow{margin:0 0 1.6rem;font-size:1rem;letter-spacing:.12em;text-transform:uppercase}.oosyy-mobile-curated>a,.oosyy-mobile-curated summary{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;border-bottom:1px solid #ddd;font-family:var(--o-serif);font-size:2.4rem;list-style:none}.oosyy-mobile-curated summary::-webkit-details-marker{display:none}.oosyy-mobile-curated details div{display:grid;gap:1.1rem;padding:1.4rem 0 1.8rem 1.2rem}.oosyy-mobile-curated details div a{font-size:1.4rem}.oosyy-mobile-curated+ul{display:none}@media(max-width:900px){.oosyy-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.oosyy-curated-panel{z-index:52;transition:transform .32s var(--o-ease)!important;will-change:transform}.oosyy-curated-scrim{display:none}.oosyy-curated-shop[open]>.oosyy-curated-scrim{display:block;position:fixed;z-index:51;top:72px;right:0;bottom:0;left:0;width:auto;height:auto;padding:0;border:0;background:#00000057}.oosyy-curated-shop[open] .oosyy-curated-panel{z-index:52}body.oosyy-curated-open{overflow:hidden}.oosyy-curated-panel a{position:relative;width:max-content;max-width:100%;padding-bottom:.2rem}.oosyy-curated-panel a:not(.oosyy-curated-panel__image):after{content:"";position:absolute;right:100%;bottom:0;left:0;height:1px;background:currentColor;transition:right .22s var(--o-ease)}.oosyy-curated-panel a:hover:after{right:0}.oosyy-size-guide-link{display:block;width:max-content;margin:0 0 1rem auto;border-bottom:1px solid;font-size:1.2rem}@media(max-width:989px){.oosyy-curated-nav{display:none!important}}.header__icon--account{display:none!important}.header .oosyy-header-search{width:4.4rem!important;min-width:4.4rem!important;height:4.4rem!important}.oosyy-header-search__form{display:block!important;width:4.4rem!important;height:4.4rem!important;border:0!important}.oosyy-header-search__input,.oosyy-header-search__reset{position:absolute!important;opacity:0!important;pointer-events:none!important}.oosyy-header-search__submit{position:absolute!important;right:0!important;display:grid!important;width:4.4rem!important;height:4.4rem!important;padding:1.25rem!important}.oosyy-header-search.is-mobile-open .oosyy-header-search__form{position:fixed!important;z-index:1200!important;top:24px!important;right:0!important;left:0!important;display:grid!important;width:100vw!important;height:6.4rem!important;padding:1rem 1.2rem!important;grid-template-columns:minmax(0,1fr) 4.4rem!important;border-bottom:1px solid #d8d4cd!important;background:#fff!important;color:#111!important;box-shadow:0 1rem 3rem #0000001f!important}.oosyy-header-search.is-mobile-open .oosyy-header-search__input{position:static!important;width:100%!important;height:4.4rem!important;padding:0 1.2rem!important;border:1px solid #aaa59d!important;background:#fff!important;color:#111!important;opacity:1!important;pointer-events:auto!important}.oosyy-header-search.is-mobile-open .oosyy-header-search__submit{position:static!important;width:4.4rem!important;height:4.4rem!important;background:#111!important;color:#fff!important}.oosyy-header-search.is-mobile-open .oosyy-header-search__reset{right:5.8rem!important;top:1rem!important;z-index:2!important;height:4.4rem!important;opacity:1!important;pointer-events:auto!important}.oosyy-header-search.is-mobile-open .predictive-search{position:fixed!important;z-index:1201!important;top:8.8rem!important;right:1.2rem!important;left:1.2rem!important;width:auto!important;max-height:calc(100dvh - 10rem)!important}.template-product .product-form__input--pill .form__label{display:flex!important;align-items:baseline!important;justify-content:space-between!important;gap:1rem!important;font-size:1.15rem!important;font-weight:700!important;letter-spacing:.08em!important;text-transform:uppercase}.oosyy-selected-option{padding:.35rem .7rem;background:#111;color:#fff;font-size:1.05rem;letter-spacing:.06em}.template-product .product-form__input--pill input[type=radio]+label{display:inline-grid!important;min-width:4.6rem!important;height:4.2rem!important;padding:.6rem 1rem!important;place-items:center;border:1px solid #aaa!important;border-radius:0!important;background:#fff!important;color:#111!important;font-weight:600!important}.template-product .product-form__input--pill input[type=radio]:checked+label{border-color:#111!important;background:#111!important;color:#fff!important;box-shadow:inset 0 0 0 1px #111!important}.template-product .product-form__input--pill input[type=radio]:focus-visible+label{outline:2px solid #111!important;outline-offset:2px!important}.oosyy-brand-discovery{margin-top:3.2rem;padding:2.4rem 0;border-top:1px solid #bbb;border-bottom:1px solid #bbb}.oosyy-brand-discovery p{margin:0 0 .7rem;font-size:1rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.oosyy-brand-discovery h3{margin:0 0 1.4rem;font-family:var(--o-serif);font-size:2.6rem;font-weight:400}.oosyy-brand-discovery a{display:inline-block;padding-bottom:.3rem;border-bottom:1px solid;font-size:1.1rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.oosyy-curated-panel .oosyy-menu-feature img{max-height:24rem!important;object-position:center 30%}@media(max-width:989px){.oosyy-mobile-curated__columns .oosyy-menu-feature{display:none!important}.oosyy-mobile-curated__columns{padding-bottom:2rem}}@media(min-width:990px)and (max-width:1199px){.oosyy-curated-nav{margin-left:1.4rem}.oosyy-curated-nav>a{display:none}.oosyy-curated-panel{width:min(72rem,82vw)}}@media(min-width:1200px){.oosyy-curated-nav{display:flex!important}}@media(min-width:990px){.header{display:grid!important;grid-template-areas:"navigation heading icons"!important;grid-template-columns:1fr auto 1fr!important;align-items:center}.oosyy-curated-nav{grid-area:navigation;justify-self:start;display:flex!important;margin:0!important}.header__heading,.header__heading-link{grid-area:heading!important;justify-self:center!important;margin:0!important}.header__icons{grid-area:icons;justify-self:end}}.product-card-wrapper .card__inner.ratio,.template-collection #product-grid .card__inner.ratio,.template-search #product-grid .card__inner.ratio,.oosyy-products .card__inner.ratio{--ratio-percent:125%!important;aspect-ratio:4/5!important}.product-card-wrapper .card__media,.product-card-wrapper .card__media .media,.template-collection #product-grid .card__media,.template-search #product-grid .card__media{width:100%!important;height:100%!important}.product-card-wrapper .card__media img,.template-collection #product-grid .card__media img,.template-search #product-grid .card__media img,.oosyy-products .card__media img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;background:#fff!important}.oosyy-sale-edit{padding-top:5rem!important;border-bottom:1px solid #ddd}.oosyy-sale-edit__empty{padding:3rem 0;color:#666;text-align:center}.oosyy-menu-group{min-width:0;border-bottom:1px solid #d7d3cc}.oosyy-menu-group>summary{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 0;cursor:pointer;list-style:none;color:#111;font-size:1.05rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.oosyy-menu-group>summary::-webkit-details-marker{display:none}.oosyy-menu-group>summary span{font-size:1.6rem;font-weight:400;transition:transform .2s}.oosyy-menu-group[open]>summary span{transform:rotate(45deg)}.oosyy-menu-group>.oosyy-menu-column{padding:0 0 1.6rem}.oosyy-menu-group>.oosyy-menu-column a{display:block;padding:.5rem 0}@media(min-width:990px){.oosyy-menu-content__columns{grid-template-columns:repeat(4,minmax(0,1fr))!important}}@media(max-width:989px){#menu-drawer .oosyy-menu-content__columns{grid-template-columns:1fr!important;gap:0!important}#menu-drawer .oosyy-menu-group>summary{min-height:5.2rem;padding:1rem 0!important;font-size:1.1rem!important}#menu-drawer .oosyy-menu-group>.oosyy-menu-column{padding-bottom:1.8rem!important}}:root{--o-black:#050505;--o-white:#fff;--o-cream:#f6f5f2;--o-gray:#686868;--o-line:#d9d9d9;--o-sale:#c3122f;--o-serif:"Times New Roman",Times,serif;--o-sans:Arial,"Helvetica Neue",Helvetica,sans-serif}body{font-family:var(--o-sans);font-size:1.3rem;letter-spacing:.01em}:focus-visible{outline:2px solid currentColor!important;outline-offset:3px}.page-width{max-width:166.4rem;padding-inline:3.2rem}.announcement-bar-section .utility-bar{min-height:2.4rem;background:#050505;color:#fff}.announcement-bar__message{font-size:1rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase}.header{min-height:5.6rem}.oosyy-asset-logo{width:112px!important;max-width:112px!important}.oosyy-curated-nav{gap:2.4rem;font-size:1.2rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.oosyy-curated-nav>a,.oosyy-curated-shop>summary{padding:2rem 0}.oosyy-curated-nav>a{position:relative}.oosyy-curated-nav>a:after{content:"";position:absolute;right:100%;bottom:1.4rem;left:0;height:1px;background:currentColor;transition:right .2s}.oosyy-curated-nav>a:hover:after{right:0}.oosyy-nav-sale{color:var(--o-sale)!important}.header__icon{width:4.2rem;height:4.2rem}.template-index .shopify-section-header-sticky.oosyy-header-solid .header-wrapper,body:not(.template-index) .header-wrapper{border-bottom:1px solid rgba(0,0,0,.12)!important}.oosyy-hero{height:calc(100svh - 2.4rem);min-height:68rem}.oosyy-hero:after{background:linear-gradient(180deg,rgba(0,0,0,.2),transparent 42%,rgba(0,0,0,.62))}.oosyy-hero__content{bottom:8%;max-width:80rem}.oosyy-hero__eyebrow{font-size:1.1rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.oosyy-hero h1{margin:1rem 0 2.6rem;font-family:var(--o-sans);font-size:clamp(4.4rem,5vw,7.2rem);font-weight:700;line-height:.97;letter-spacing:-.055em;text-transform:uppercase}.oosyy-hero h1 em{font-family:var(--o-serif);font-weight:400;text-transform:none}.oosyy-btn,.product-form__submit,.quick-add__submit,.cart__checkout-button{min-height:4.6rem;border-radius:0!important;font-size:1.1rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.oosyy-btn{padding-inline:3.6rem}.oosyy-collection-navigation{border-bottom:1px solid var(--o-line);background:#fff}.oosyy-collection-navigation__track{display:flex;justify-content:center;gap:3.2rem;overflow-x:auto;padding:1.8rem 3.2rem;scrollbar-width:none}.oosyy-collection-navigation a{flex:0 0 auto;font-size:1.1rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.oosyy-products{max-width:166.4rem;margin-top:8rem;padding-inline:3.2rem}.oosyy-section-head{align-items:baseline;border-bottom:1px solid var(--o-line);padding-bottom:1.6rem}.oosyy-section-head h2{font-family:var(--o-sans);font-size:2rem;font-style:normal;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.oosyy-section-head a{font-size:1.1rem;font-weight:700;letter-spacing:.08em;text-decoration:underline;text-underline-offset:.4rem;text-transform:uppercase}.oosyy-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.2rem;row-gap:3.6rem}.card__information{padding:1.2rem 0!important}.card__heading{font-family:var(--o-sans)!important;font-size:1.2rem!important;font-weight:400!important;line-height:1.35}.card-information>.price{font-size:1.2rem!important}.quick-add{margin:0!important}.quick-add__submit{min-height:4rem;background:#fff;color:#050505;transition:background .2s,color .2s}.quick-add__submit:hover{background:#050505;color:#fff}.oosyy-editorial,.oosyy-dual{max-width:166.4rem;margin-top:9.6rem;padding-inline:3.2rem}.oosyy-editorial{gap:1.2rem}.oosyy-story{aspect-ratio:4/5}.oosyy-story__copy{right:2.4rem;bottom:2.8rem;left:2.4rem}.oosyy-story h2,.oosyy-dual h2{font-family:var(--o-sans);font-weight:700;letter-spacing:-.025em;text-transform:uppercase}.oosyy-story h2{font-size:clamp(2.6rem,2.4vw,4rem)}.oosyy-story p,.oosyy-dual p{font-size:1.3rem}.oosyy-dual__card{height:min(72rem,72vw)}.oosyy-service-strip{margin-top:9.6rem;border-block:1px solid var(--o-line)}.oosyy-service-strip__track{display:grid;grid-template-columns:repeat(3,1fr);padding-block:3.2rem}.oosyy-service-strip__item{display:flex;min-height:7.2rem;flex-direction:column;align-items:center;justify-content:center;padding:1rem 2.4rem;text-align:center}.oosyy-service-strip__item+.oosyy-service-strip__item{border-left:1px solid var(--o-line)}.oosyy-service-strip__item strong{font-size:1.1rem;letter-spacing:.09em;text-transform:uppercase}.oosyy-service-strip__item span{margin-top:.6rem;color:var(--o-gray);font-size:1.2rem}.collection-hero__inner{padding-block:4.8rem!important}.collection-hero__title{font-family:var(--o-sans);font-size:3rem;font-style:normal;font-weight:700;letter-spacing:-.03em;text-transform:uppercase}.collection-hero__description{font-family:var(--o-sans);font-size:1.3rem}.facets-container{border-block:1px solid var(--o-line)}.facets__summary,.facet-filters__label,.facet-filters__sort{font-size:1.1rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.template-collection .product-grid,.template-search .product-grid{column-gap:1.2rem!important;row-gap:3.6rem!important}.template-product .product__title h1,.oosyy-pdp-summary h1{font-family:var(--o-sans);font-weight:700;letter-spacing:-.035em;text-transform:uppercase}.template-product .product__description,.oosyy-pdp-summary__description{font-family:var(--o-sans);font-size:1.3rem;line-height:1.55}.product-form__input--pill input[type=radio]+label{min-width:4.8rem;min-height:4.4rem;border-radius:0}.product__accordion summary{min-height:4.8rem}.drawer__heading{font-family:var(--o-sans)!important;font-size:2rem!important;font-weight:700!important;letter-spacing:.04em;text-transform:uppercase}.oosyy-footer{margin-top:0;background:#050505}.oosyy-footer a{text-underline-offset:.3rem}.oosyy-footer a:hover{text-decoration:underline}@media(max-width:1199px){.oosyy-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.oosyy-curated-nav>a:nth-of-type(4),.oosyy-curated-nav>a:nth-of-type(5){display:none}}@media(max-width:989px){.page-width{padding-inline:1.6rem}.header{min-height:5.6rem}.oosyy-asset-logo{width:100px!important;max-width:100px!important}.oosyy-hero{height:calc(100svh - 2.4rem);min-height:60rem}.oosyy-hero__content{right:1.6rem;bottom:4rem;left:1.6rem;width:auto;transform:none}.oosyy-hero h1{font-size:clamp(3.8rem,11vw,5.6rem)}.oosyy-collection-navigation__track{justify-content:flex-start;gap:2.4rem;padding:1.6rem}.oosyy-products,.oosyy-editorial,.oosyy-dual{margin-top:6.4rem;padding-inline:1.2rem}.oosyy-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;row-gap:2.4rem}.oosyy-editorial{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:.8rem}.oosyy-story{min-width:84vw;scroll-snap-align:start}.oosyy-dual{gap:.8rem}.oosyy-dual__card{height:auto;aspect-ratio:4/5}.oosyy-service-strip{margin-top:6.4rem}.oosyy-service-strip__track{display:flex;overflow-x:auto;padding:0;scroll-snap-type:x mandatory}.oosyy-service-strip__item{min-width:82vw;min-height:10rem;scroll-snap-align:start}.oosyy-service-strip__item+.oosyy-service-strip__item{border-left:1px solid var(--o-line)}.template-collection .collection,.related-products{padding-inline:1.2rem}}@media(max-width:749px){.card__heading{font-size:1.15rem!important;min-height:3.2rem}.card-information>.price{font-size:1.15rem!important}.oosyy-section-head{margin-inline:.4rem}.oosyy-section-head h2{font-size:1.7rem}.oosyy-story__copy{right:1.6rem;bottom:2rem;left:1.6rem}.oosyy-footer{padding-inline:1.6rem}}.oosyy-wide-editorial__media:after{content:""!important;position:absolute!important;z-index:1!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:linear-gradient(180deg,#0000000a,#0000007a)!important;pointer-events:none!important}.oosyy-wide-editorial__copy{color:#fff!important;text-shadow:0 1px 12px rgba(0,0,0,.32)!important}.template-index .oosyy-home-hero:after{content:""!important;position:absolute!important;z-index:2!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:linear-gradient(180deg,#00000005 35%,#00000085)!important;pointer-events:none!important}@media(max-width:749px){.oosyy-home-hero__triptych{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;height:130vw!important}.oosyy-home-hero__panel{display:none!important}.oosyy-home-hero__panel--center,.oosyy-home-hero__panel--right{display:block!important;width:100%!important}.oosyy-home-hero__panel--center .oosyy-hero__image,.oosyy-home-hero__panel--right .oosyy-hero__image{object-position:55% center!important}.template-index .oosyy-home-hero h1{font-size:clamp(3.7rem,12vw,5.2rem)!important}.oosyy-wide-editorial__media{aspect-ratio:4/5!important}.oosyy-wide-editorial__frames{grid-template-columns:repeat(2,minmax(0,1fr))!important}.oosyy-wide-editorial__copy{color:#fff!important;text-shadow:0 1px 12px rgba(0,0,0,.45)!important}.oosyy-wide-editorial__copy strong{font-size:clamp(3.4rem,12vw,5rem)!important}.product-card-wrapper .card-information{position:relative!important;z-index:6!important;overflow:visible!important}.product-card-wrapper .quick-add,.template-index .product-card-wrapper .quick-add,.template-collection .product-card-wrapper .quick-add,.template-search .product-card-wrapper .quick-add{position:relative!important;z-index:8!important;display:grid!important;grid-template-columns:1fr!important;gap:.5rem!important;width:100%!important;height:auto!important;margin:.8rem 0 0!important;opacity:1!important;visibility:visible!important;transform:none!important;pointer-events:auto!important}.product-card-wrapper .quick-add>modal-opener,.product-card-wrapper .quick-add>.oosyy-card-add{display:block!important;visibility:visible!important;opacity:1!important}.product-card-wrapper .quick-add__submit,.product-card-wrapper .oosyy-card-add__submit{display:flex!important;min-height:4rem!important;visibility:visible!important;opacity:1!important}}.template-index .oosyy-home-hero{position:relative!important;width:100%!important;height:auto!important;min-height:0!important;overflow:hidden!important;background:#eee!important}.template-index .oosyy-home-hero:after{background:linear-gradient(180deg,transparent 35%,rgba(0,0,0,.2))!important}.oosyy-home-hero__triptych{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;width:100%!important;height:min(64vw,78rem)!important}.oosyy-home-hero__panel{display:block!important;min-width:0!important;height:100%!important;overflow:hidden!important}.oosyy-home-hero__panel .oosyy-hero__image{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;transform:none!important;animation:none!important}.oosyy-home-hero__panel--left .oosyy-hero__image{object-position:52% center!important}.oosyy-home-hero__panel--right .oosyy-hero__image{object-position:48% center!important}.template-index .oosyy-home-hero .oosyy-hero__content{z-index:3!important;bottom:8%!important;width:min(110rem,92%)!important;color:#fff!important;text-shadow:0 1px 10px rgba(0,0,0,.2)!important}.template-index .oosyy-home-hero .oosyy-hero__eyebrow{font-size:1.05rem!important;font-weight:700!important;letter-spacing:.16em!important}.template-index .oosyy-home-hero h1{margin:.8rem 0 1rem!important;font-family:var(--o-serif)!important;font-size:clamp(5rem,7.2vw,10.5rem)!important;font-weight:400!important;letter-spacing:-.055em!important;line-height:.92!important;text-transform:uppercase!important}.template-index .oosyy-home-hero h1 p{margin:0!important}.template-index .oosyy-home-hero .oosyy-hero__content>p{margin:0 0 1.2rem!important;font-size:1.35rem!important}.oosyy-home-text-link{display:inline-block!important;padding-bottom:.25rem!important;border-bottom:1px solid currentColor!important;color:inherit!important;font-size:1.15rem!important;font-weight:700!important;letter-spacing:.1em!important;text-transform:uppercase!important}.oosyy-wide-editorial{margin-top:8rem!important}.oosyy-wide-editorial__media{position:relative!important;display:block!important;aspect-ratio:16/8.25!important;overflow:hidden!important;background:#eee!important}.oosyy-wide-editorial__media>img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important}.oosyy-wide-editorial__copy{position:absolute!important;z-index:2!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;padding:3rem!important;color:#111!important;text-align:center!important}.oosyy-wide-editorial__copy small{font-weight:700!important;letter-spacing:.14em!important;text-transform:uppercase!important}.oosyy-wide-editorial__copy strong{margin:1rem 0!important;font-family:var(--o-serif)!important;font-size:clamp(4rem,6vw,8rem)!important;font-weight:400!important;line-height:.95!important}.oosyy-wide-editorial__copy>span{border-bottom:1px solid!important;font-weight:700!important;letter-spacing:.08em!important;text-transform:uppercase!important}.template-index .oosyy-products{margin-top:7rem!important;padding-inline:3.2rem!important}.template-index .oosyy-products .oosyy-section-head{justify-content:center!important;flex-direction:column!important;gap:.7rem!important;text-align:center!important}.template-index .oosyy-products .oosyy-section-head h2{font-size:2rem!important;letter-spacing:.12em!important}.template-index .oosyy-editorial{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:1.2rem!important;width:min(100% - 6.4rem,160rem)!important;max-width:none!important;margin:8rem auto 0!important;padding:0!important}.template-index .oosyy-editorial .oosyy-story{aspect-ratio:4/5!important}.template-index .oosyy-editorial .oosyy-story__copy{inset:auto 1.6rem 2rem!important}.template-index .oosyy-editorial .oosyy-story h2{font-size:clamp(1.8rem,2vw,3rem)!important}@media(hover:none),(pointer:coarse){.product-card-wrapper .quick-add{display:grid!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important}}@media(max-width:749px){.oosyy-home-hero__triptych{display:block!important;height:125vw!important;max-height:66rem!important}.oosyy-home-hero__panel{display:none!important}.oosyy-home-hero__panel--center{display:block!important;width:100%!important}.oosyy-home-hero__panel--center .oosyy-hero__image{object-position:center 42%!important}.template-index .oosyy-home-hero .oosyy-hero__content{bottom:5.5%!important;width:calc(100% - 3.2rem)!important}.template-index .oosyy-home-hero h1{font-size:4.8rem!important}.template-index .oosyy-home-hero .oosyy-hero__content>p{font-size:1.2rem!important}.template-index .oosyy-products{margin-top:5rem!important;padding-inline:.8rem!important}.oosyy-wide-editorial{width:100%!important;margin-top:5rem!important;padding:0!important}.oosyy-wide-editorial__media{aspect-ratio:4/5!important}.oosyy-wide-editorial__media>img{object-position:center!important}.oosyy-wide-editorial__copy{justify-content:flex-end!important;padding:2.4rem 1.6rem!important;color:#111!important}.oosyy-wide-editorial__copy strong{font-size:4.2rem!important}.template-index .oosyy-editorial{grid-template-columns:1fr!important;gap:.8rem!important;width:100%!important;margin-top:5rem!important;padding:0 .8rem!important}.template-index .oosyy-editorial .oosyy-story{aspect-ratio:4/5!important}.template-index .oosyy-editorial .oosyy-story__copy{inset:auto 1.6rem 2.2rem!important}}html:has(.quick-add-modal[open]),html:has(header-drawer>details[open]),html:has(.mega-menu[open]),html:has(cart-drawer.active){overflow:hidden!important;overscroll-behavior:none!important}body:has(.quick-add-modal[open]),body:has(header-drawer>details[open]),body:has(.mega-menu[open]),body.overflow-hidden,body.overflow-hidden-mobile,body.overflow-hidden-tablet,body.oosyy-mega-open{height:100dvh!important;overflow:hidden!important;overscroll-behavior:none!important}.oosyy-shop-panel,.oosyy-shop-panel *,#menu-drawer,#menu-drawer *{font-family:var(--o-sans)!important}.quick-add-modal[open] .product-form__submit{border:1px solid #111!important;background:#111!important;color:#fff!important;opacity:1!important}.quick-add-modal[open] .product-form__submit:after{display:none!important}.quick-add-modal[open] .oosyy-buy-now,.quick-add-modal[open] .shopify-payment-button__button{border:1px solid #111!important;background:#fff!important;color:#111!important;opacity:1!important}.quick-add-modal[open] .button:hover{filter:brightness(.9)!important}.quick-add-modal[open] .quick-add-modal__content,#menu-drawer .menu-drawer__inner-container,.mega-menu[open] .oosyy-shop-panel{overscroll-behavior:contain!important}.oosyy-product-facts__description{margin:1.8rem 0!important;padding-top:1.8rem!important;border-top:1px solid #ddd!important;font-size:1.3rem!important;line-height:1.55!important}.oosyy-product-facts__description h3{margin:0 0 1rem!important;font-family:var(--o-sans)!important;font-size:1.25rem!important;font-weight:700!important;letter-spacing:.08em!important;text-transform:uppercase!important}.product-card-wrapper .card__inner{position:relative!important;z-index:2!important}.product-card-wrapper .card__inner a.full-unstyled-link{pointer-events:auto!important}.product-card-wrapper .quick-add{z-index:1!important}.oosyy-pdp-facts{margin-top:2.4rem!important;border-top:1px solid #bbb!important;border-bottom:1px solid #bbb!important}.oosyy-pdp-facts>summary{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:1.8rem 0!important;cursor:pointer!important;list-style:none!important;font-size:1.35rem!important;font-weight:700!important;letter-spacing:.08em!important;text-transform:uppercase!important}.oosyy-pdp-facts>summary::-webkit-details-marker{display:none!important}.oosyy-pdp-facts[open]>summary span{transform:rotate(45deg)!important}.oosyy-product-facts{margin:0 0 1.8rem!important}.oosyy-product-facts>div{display:grid!important;grid-template-columns:minmax(9rem,.7fr) minmax(0,1.3fr)!important;gap:1.4rem!important;padding:1rem 0!important;border-bottom:1px solid #e1e1e1!important}.oosyy-product-facts>div:last-child{border-bottom:0!important}.oosyy-product-facts dt{color:#666!important}.oosyy-product-facts dd{min-width:0!important;margin:0!important;text-align:right!important;overflow-wrap:anywhere!important}@media(max-width:749px){.oosyy-pdp-facts{margin-top:2rem!important}.oosyy-product-facts>div{grid-template-columns:9rem minmax(0,1fr)!important}}.oosyy-curated-trigger{min-height:4.8rem;padding:0!important}.oosyy-curated-panel{top:72px;width:min(90rem,calc(100vw - 4.8rem));grid-template-columns:repeat(3,minmax(12rem,1fr)) minmax(22rem,1.25fr);gap:2.8rem;overflow-y:auto;overflow-x:hidden}.oosyy-curated-panel>div{min-width:0}.oosyy-curated-panel a{white-space:normal;overflow-wrap:anywhere}.oosyy-curated-panel__image{display:block;min-width:0;width:100%}.oosyy-curated-panel__image img{display:block;width:100%!important;max-width:100%!important;height:30rem;object-fit:cover}.template-collection .collection-hero__inner{padding:5.2rem 2rem 3rem!important}.template-collection .collection-hero__title{margin:0 0 1.4rem;font-size:clamp(3.6rem,4.2vw,5.8rem);font-style:normal;font-weight:400}.template-collection .collection-hero__description{max-width:62rem!important;margin:0 auto!important;font-size:1.6rem;line-height:1.5}.oosyy-collection-navigation{width:100%;overflow:hidden;padding:0 3.2rem 2.6rem}.oosyy-collection-navigation__track{display:flex;justify-content:center;gap:.8rem;overflow-x:auto;padding-bottom:.2rem;scrollbar-width:none}.oosyy-collection-navigation__track::-webkit-scrollbar{display:none}.oosyy-collection-navigation a{flex:0 0 auto;min-width:10.6rem;padding:.9rem 1.7rem;border:1px solid #d9d7d2;border-radius:999px;text-align:center;font-size:1.15rem;text-transform:uppercase;letter-spacing:.06em}.oosyy-collection-navigation a:hover{border-color:#111;background:#111;color:#fff}.template-collection .facets-container{padding-top:0}.template-collection .facet-filters{padding-left:0}.template-collection .product-count{order:-1;margin-right:auto}.template-collection .product-grid{column-gap:1.2rem!important;row-gap:3rem!important}.oosyy-footer{margin-top:7rem;padding:7rem 3.2rem 2.4rem;background:#0a0a0a;color:#fff}.oosyy-footer a{color:inherit;text-decoration:none}.oosyy-footer__lead{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(30rem,.85fr);align-items:end;gap:6rem;padding-bottom:5rem;border-bottom:1px solid #3a3a3a}.oosyy-footer__lead-copy{min-width:0}.oosyy-footer__lead-copy>p{margin:0 0 2rem;font-size:1rem;letter-spacing:.14em}.oosyy-footer__lead h2{max-width:64rem;margin:0;font-family:var(--o-serif);font-size:clamp(3.6rem,4vw,6.2rem);font-weight:400;line-height:1}.oosyy-footer__form{display:grid;grid-template-columns:1fr auto;align-self:end;border-bottom:1px solid #fff}.oosyy-footer__form input{width:100%;padding:1.4rem 0;border:0;background:transparent;color:#fff;box-shadow:none}.oosyy-footer__form button{border:0;background:transparent;color:#fff;text-transform:uppercase;letter-spacing:.08em}.oosyy-footer__links{display:grid;grid-template-columns:repeat(3,1fr) 1.4fr;gap:4rem;padding:5rem 0}.oosyy-footer__links>div{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.oosyy-footer__links p{margin:0 0 .8rem;color:#aaa;font-size:1rem;letter-spacing:.12em;text-transform:uppercase}.oosyy-footer__brand{align-items:flex-end!important;text-align:right}.oosyy-footer__brand span{font-family:var(--o-serif);font-size:5rem;letter-spacing:-.06em}.oosyy-footer__brand p{max-width:24rem;line-height:1.5;text-transform:none;letter-spacing:0}.oosyy-footer__bottom{display:flex;justify-content:space-between;padding-top:2rem;border-top:1px solid #3a3a3a;color:#aaa;font-size:1rem;letter-spacing:.08em;text-transform:uppercase}@media(max-width:989px){.oosyy-collection-navigation{padding-inline:1.2rem}.oosyy-collection-navigation__track{justify-content:flex-start}.oosyy-footer{padding:5rem 2rem 2.2rem}.oosyy-footer__lead{grid-template-columns:1fr;padding-bottom:4rem}.oosyy-footer__links{grid-template-columns:1fr 1fr}.oosyy-footer__brand{align-items:flex-start!important;text-align:left}}@media(min-width:990px)and (max-width:1199px){.oosyy-curated-panel{grid-template-columns:repeat(3,minmax(0,1fr));width:min(68rem,calc(100vw - 3.2rem))}.oosyy-curated-panel__image{display:none}.oosyy-footer__lead{gap:3rem}.oosyy-footer__lead h2{font-size:4.2rem}}@media(max-width:749px){.template-collection .collection-hero__inner{padding:3.8rem 1.8rem 2.4rem!important}.template-collection .collection-hero__title{font-size:3.6rem}.oosyy-collection-navigation{padding-bottom:2rem}.oosyy-collection-navigation a{min-width:auto}.template-collection .collection{padding-inline:.8rem}.oosyy-footer__lead{display:block}.oosyy-footer__form{margin-top:3rem}.oosyy-footer__lead h2{font-size:3.8rem}.oosyy-footer__links{gap:3.2rem 2rem}.oosyy-footer__bottom{display:grid;gap:1rem}}.shopify-section-header-sticky .header-wrapper,.template-index .shopify-section-header-sticky .header-wrapper,.template-index .shopify-section-header-sticky.oosyy-header-solid .header-wrapper{background:#050505!important;color:#fff!important}.header-wrapper .header__icon,.header-wrapper .oosyy-curated-trigger,.header-wrapper .header__menu-item{color:#fff!important}.header-wrapper .oosyy-asset-logo{filter:brightness(0) invert(1)!important}.oosyy-curated-panel{top:64px!important;height:calc(100vh - 64px)!important;padding-top:2.8rem!important;background:#fff!important;color:#111!important}.oosyy-curated-scrim{top:64px!important;right:0!important;bottom:0!important;left:0!important}.oosyy-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:1.2rem!important}.card__heading{-webkit-line-clamp:1!important;min-height:1.8rem!important;white-space:nowrap;text-overflow:ellipsis}.quick-add{margin:1rem 0 0!important}.quick-add__submit{min-height:4.4rem!important;border:1px solid #111!important;border-radius:999px!important;background:#111!important;color:#fff!important}.quick-add__submit:after{display:none!important}.template-product .product-form__submit{min-height:4.8rem!important;border:1px solid #111!important;border-radius:999px!important;background:#111!important;color:#fff!important}.template-product .product-form__submit:after{display:none!important}.template-product .shopify-payment-button{margin-top:.8rem}.template-product .shopify-payment-button__button,.template-product .shopify-payment-button__button--unbranded{min-height:4.8rem!important;border:1px solid #111!important;border-radius:999px!important;background:#fff!important;color:#111!important;font:inherit!important;text-transform:none!important}.related-products .grid{column-gap:1.2rem!important}@media(min-width:990px){.template-product .related-products .product-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;width:100%!important}.template-product .related-products .product-grid>.grid__item{width:100%!important;max-width:none!important;margin:0!important}}.quick-add-modal:not([open]){display:none!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}.quick-add-modal[open]{pointer-events:auto!important}.quick-add-modal__content,.quick-add-modal__content-info,.quick-add-modal__content-info>product-info,.quick-add-modal__content-info .product{box-sizing:border-box!important;max-width:100%!important}.quick-add-modal__content-info .product{display:grid!important;grid-template-columns:minmax(0,1.1fr) minmax(28rem,.9fr)!important;gap:3rem!important;width:100%!important;margin:0!important;overflow:hidden!important}.quick-add-modal__content-info .product__media-wrapper,.quick-add-modal__content-info .product__info-wrapper{width:100%!important;max-width:100%!important;min-width:0!important;padding:0!important}.quick-add-modal__content-info .product__title,.quick-add-modal__content-info .product__title>*{max-width:100%!important;font-size:clamp(2.4rem,3vw,4rem)!important;line-height:1.05!important;overflow-wrap:anywhere!important}.quick-add-modal__toggle{pointer-events:auto!important;opacity:1!important;visibility:visible!important}@media(hover:hover)and (pointer:fine){.template-collection #product-grid .quick-add,.template-search #product-grid .quick-add,.oosyy-products .quick-add{opacity:0!important;visibility:hidden!important;transition:opacity .16s ease,visibility .16s ease!important}.template-collection #product-grid .card-wrapper:hover .quick-add,.template-search #product-grid .card-wrapper:hover .quick-add,.oosyy-products .card-wrapper:hover .quick-add,.template-collection #product-grid .card-wrapper:focus-within .quick-add,.template-search #product-grid .card-wrapper:focus-within .quick-add,.oosyy-products .card-wrapper:focus-within .quick-add{opacity:1!important;visibility:visible!important}}@media(max-width:749px){.quick-add-modal__content-info .product{display:block!important;width:100%!important;overflow:hidden!important}.quick-add-modal__content-info .product__title,.quick-add-modal__content-info .product__title>*{font-size:2.6rem!important}}@media(max-width:989px){.menu-drawer,.menu-drawer__inner-container,.menu-drawer__navigation-container,.menu-drawer__navigation,.menu-drawer__submenu{background:#fff!important;color:#111!important}.menu-drawer{z-index:80!important;border:0!important}.oosyy-mobile-curated{min-height:calc(100dvh - 64px);padding:2.4rem 2rem 4rem!important;background:#fff!important}.oosyy-mobile-curated__eyebrow{color:#777}.oosyy-mobile-curated>a,.oosyy-mobile-curated summary{color:#111!important}.oosyy-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.8rem!important}}@media(max-width:749px){.oosyy-story{aspect-ratio:4/5!important}.oosyy-story img{object-position:center top}.quick-add__submit{min-height:4rem!important;font-size:1.15rem!important}.related-products .grid{column-gap:.8rem!important}}.oosyy-information-page{display:grid;grid-template-columns:minmax(28rem,.75fr) minmax(0,1.25fr);gap:8rem;width:min(118rem,calc(100% - 6.4rem));margin:0 auto;padding:9rem 0 11rem}.oosyy-information-page__header{position:sticky;top:10rem;align-self:start}.oosyy-information-page__header>p{margin:0 0 1.8rem;font-size:1rem;letter-spacing:.14em;text-transform:uppercase}.oosyy-information-page__header h1{margin:0 0 2.4rem;font-family:var(--o-serif);font-size:clamp(4.8rem,6vw,8rem);font-weight:400;line-height:.95}.oosyy-information-page__header .rte{max-width:46rem;font-family:var(--o-serif);font-size:1.8rem;line-height:1.5}.oosyy-information-page__content{margin-bottom:3rem}.oosyy-information-page__item{border-top:1px solid #d5d3ce}.oosyy-information-page__item:last-of-type{border-bottom:1px solid #d5d3ce}.oosyy-information-page__item summary{display:flex;justify-content:space-between;gap:2rem;padding:2.2rem 0;cursor:pointer;list-style:none;font-family:var(--o-serif);font-size:2.2rem}.oosyy-information-page__item summary::-webkit-details-marker{display:none}.oosyy-information-page__item[open] summary span{transform:rotate(45deg)}.oosyy-information-page__item>div{max-width:68rem;padding:0 0 2.4rem;color:#5f5c57;line-height:1.65}.oosyy-contact-form{display:grid;gap:2rem}.oosyy-contact-form__row{display:grid;grid-template-columns:1fr 1fr;gap:1.6rem}.oosyy-contact-form label{display:grid;gap:.8rem;font-size:1.1rem;letter-spacing:.08em;text-transform:uppercase}.oosyy-contact-form input,.oosyy-contact-form textarea{width:100%;padding:1.4rem;border:1px solid #bbb;background:#fff;font:400 1.4rem/1.4 Arial,sans-serif;text-transform:none;letter-spacing:0}.oosyy-contact-form .button{justify-self:start;min-width:18rem;border-radius:999px;background:#111;color:#fff}@media(max-width:749px){.oosyy-information-page{display:block;width:calc(100% - 3.6rem);padding:5rem 0 7rem}.oosyy-information-page__header{position:static;margin-bottom:4rem}.oosyy-information-page__header h1{font-size:4.8rem}.oosyy-contact-form__row{grid-template-columns:1fr}}.shopify-section-header-sticky{position:fixed!important;z-index:100!important;top:0!important;right:0;left:0;width:100%;transition:transform .28s var(--o-ease)!important}.shopify-section-header-sticky.oosyy-header-direction-hidden{transform:translateY(-110%)}.template-index .shopify-section-header-sticky:not(.oosyy-header-solid) .header-wrapper{background:linear-gradient(rgba(0,0,0,.48),transparent)!important}.shopify-section-header-sticky.oosyy-header-solid .header-wrapper,body:not(.template-index) .shopify-section-header-sticky .header-wrapper{background:#050505!important;color:#fff!important}.announcement-bar-section .utility-bar,.announcement-bar,.announcement-bar__link,.announcement-bar__announcement{min-height:24px!important}.announcement-bar__message{display:flex!important;min-height:24px!important;margin:0!important;padding:0 1.5rem!important;align-items:center;justify-content:center;line-height:24px!important;text-align:center}.template-product .product__modal-opener,.template-product .product__media-toggle{cursor:default!important}.template-product .product__media-zoom-lightbox,.template-product .product__media-icon{display:none!important}.template-product .oosyy-buy-now{min-height:4.8rem!important;margin-top:.8rem;border:1px solid #111!important;border-radius:999px!important;background:#fff!important;color:#111!important}.template-product .oosyy-buy-now:after{display:none!important}.template-product .product-form__buttons{display:grid;grid-template-columns:1fr;gap:.8rem;max-width:100%}.template-product .product-form__buttons .button{width:100%;max-width:100%;margin:0!important}.template-product .shopify-payment-button{display:none!important}.oosyy-size-guide-dialog:not([open]){display:none!important}.template-product .product__title h1,.template-product .oosyy-pdp-summary h1,.card__heading a,.oosyy-title,.cart-item__name,.cart-notification-product__name,.predictive-search__item-heading,.quick-add-modal__content-info .product__title,.oosyy-product-card__meta a{text-transform:lowercase!important}.oosyy-product-information{background:#f1eee8!important}.badge,.price__badge-sale{border:1px solid #111!important;background:#111!important;color:#fff!important}@media(max-width:749px){html,body{max-width:100%;overflow-x:hidden}.template-product .product__info-wrapper,.template-product .product__info-container,.template-product variant-selects,.template-product .product-form__input{box-sizing:border-box;min-width:0!important;width:100%!important;max-width:100%!important}.template-product .product-form__input--pill{display:flex!important;flex-wrap:wrap!important;gap:.7rem!important;margin-right:0!important}.template-product .product-form__input--pill .form__label{flex:0 0 100%;width:100%}.template-product .product-form__input--pill input[type=radio]+label{box-sizing:border-box!important;min-width:4.4rem!important;max-width:100%!important;margin:0!important;padding:1rem 1.25rem!important;overflow-wrap:anywhere;white-space:normal!important}.template-product .product-form__buttons{position:static!important;width:100%!important;max-width:100%!important}.template-product .product-form__buttons .button{min-height:4.8rem!important}.template-index .oosyy-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;column-gap:1.2rem!important;row-gap:3.2rem!important}.template-index .oosyy-grid>*{min-width:0!important;width:100%!important;max-width:100%!important}.template-index .oosyy-grid .card__content,.template-index .oosyy-grid .card__information,.template-index .oosyy-grid .card-information{min-width:0!important;max-width:100%!important;overflow:hidden}.template-index .oosyy-grid .card__heading,.template-index .oosyy-grid .card__heading a{display:block!important;width:100%!important;max-width:100%!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important}.template-index .oosyy-grid .quick-add{width:100%!important;margin-top:1.2rem!important}.template-index .oosyy-grid .quick-add__submit{width:100%!important;min-width:0!important;min-height:4.2rem!important;padding:.8rem .5rem!important;font-size:1.25rem!important;white-space:nowrap}.template-collection #product-grid.product-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;width:100%!important;column-gap:1rem!important;row-gap:3rem!important}.template-collection #product-grid.product-grid>.grid__item{width:100%!important;max-width:none!important;min-width:0!important;margin:0!important}.template-collection #product-grid .card__heading,.template-collection #product-grid .card__heading a{display:block!important;width:100%!important;max-width:100%!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important}.cart-drawer .cart-item{grid-template-columns:10rem minmax(0,1fr)!important;column-gap:1.4rem!important}.cart-drawer .cart-item__media{width:10rem!important}.cart-drawer .cart-item__image-container,.cart-drawer .cart-item__image{width:10rem!important;height:13rem!important}.cart-drawer .cart-item__details{grid-column:2!important;min-width:0!important}.cart-drawer .cart-item__totals{display:none!important}.cart-drawer .cart-item__quantity{grid-column:2!important;width:100%!important}.cart-drawer .cart-item__name{max-width:100%!important;overflow:hidden!important;overflow-wrap:anywhere}cart-drawer .drawer__inner{width:min(100vw,42rem)!important;max-width:100vw!important}cart-drawer .drawer__header{position:sticky;top:0;z-index:2;background:rgb(var(--color-background));border-bottom:1px solid rgba(var(--color-foreground),.12)}cart-drawer .drawer__heading{font-size:2rem!important}#cart-icon-bubble .cart-count-bubble{display:flex!important;min-width:1.9rem!important;height:1.9rem!important;align-items:center;justify-content:center;background:#fff!important;color:#111!important;font-weight:700}.template-product .related-products{overflow:hidden}.template-product .related-products .product-grid{display:flex!important;width:auto!important;margin:0!important;padding:0 0 1.2rem!important;gap:.8rem!important;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.template-product .related-products .product-grid::-webkit-scrollbar{display:none}.template-product .related-products .product-grid>.grid__item{flex:0 0 74vw!important;width:74vw!important;max-width:32rem!important;scroll-snap-align:start}}body:not(.template-index) #MainContent{padding-top:64px}.shopify-section-header-sticky{top:24px!important}.shopify-section-header-sticky.oosyy-header-solid{top:0!important}.shopify-section-header-sticky.oosyy-header-direction-hidden{transform:translateY(-120%)!important}.oosyy-curated-panel>div:first-child{max-height:calc(100dvh - 13rem);overflow-y:auto}.oosyy-curated-panel a{transition:color .18s ease,opacity .18s ease}.oosyy-curated-panel a:hover{color:#9b2e2e}.oosyy-header-shell{position:fixed!important;z-index:100!important;top:24px!important;right:0;left:0;width:100%;transition:transform .28s var(--o-ease)!important}.oosyy-header-shell.oosyy-header-direction-hidden{transform:translateY(-120%)!important}body:not(.template-index) .oosyy-header-shell .header-wrapper,body:not(.template-index) .shopify-section-group-header-group sticky-header.header-wrapper{background:#050505!important;color:#fff!important}body:not(.template-index) .oosyy-header-shell .header__icon,body:not(.template-index) .oosyy-header-shell .oosyy-curated-trigger,body:not(.template-index) .oosyy-header-shell .header__menu-item{color:#fff!important}body:not(.template-index) .oosyy-header-shell .oosyy-asset-logo{filter:brightness(0) invert(1)!important}@media(min-width:990px){.template-collection #product-grid.product-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;width:100%!important}.template-collection #product-grid.product-grid>.grid__item{width:100%!important;max-width:none!important;margin:0!important}}@media(min-width:750px)and (max-width:989px){.template-collection #product-grid.product-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important}.template-collection #product-grid.product-grid>.grid__item{width:100%!important;max-width:none!important}}@media(max-width:989px){.menu-drawer,.menu-drawer__inner-container,.menu-drawer__navigation-container,.menu-drawer__navigation,.menu-drawer__submenu,.oosyy-mobile-curated{background:#f1eee8!important}.oosyy-mobile-curated>a,.oosyy-mobile-curated summary{border-color:#c8c2b8!important}.oosyy-mobile-curated details[open]>summary{color:#8d2b2b!important}}@media(max-width:749px){.template-collection #product-grid .card-wrapper,.template-collection #product-grid .card,.template-collection #product-grid .card__content,.template-collection #product-grid .card__information,.template-collection #product-grid .card-information,.template-product .related-products .card-wrapper,.template-product .related-products .card,.template-product .related-products .card__content,.template-product .related-products .card__information,.template-product .related-products .card-information{box-sizing:border-box!important;min-width:0!important;width:100%!important;max-width:100%!important}.template-collection #product-grid .card__information,.template-product .related-products .card__information{padding-top:1.1rem!important}.template-collection #product-grid .card__heading,.template-collection #product-grid .card__heading a,.template-product .related-products .card__heading,.template-product .related-products .card__heading a{display:-webkit-box!important;width:100%!important;max-width:100%!important;min-height:3.2rem;margin:0!important;overflow:hidden!important;overflow-wrap:anywhere;-webkit-box-orient:vertical;-webkit-line-clamp:2;white-space:normal!important;text-overflow:ellipsis;font-size:1.18rem!important;line-height:1.35!important}.template-collection #product-grid .price,.template-product .related-products .price{width:100%!important;max-width:100%!important;margin-top:.7rem!important;overflow:hidden;font-size:1.15rem!important;line-height:1.35!important}.template-collection #product-grid .price__container,.template-collection #product-grid .price__regular,.template-collection #product-grid .price__sale,.template-product .related-products .price__container,.template-product .related-products .price__regular,.template-product .related-products .price__sale{display:flex!important;min-width:0!important;max-width:100%!important;flex-direction:column!important;align-items:flex-start!important;gap:.2rem!important;white-space:normal!important}.template-collection #product-grid .price-item,.template-product .related-products .price-item{display:block!important;max-width:100%!important;margin:0!important;overflow-wrap:anywhere;white-space:normal!important}.template-product .related-products .oosyy-card-price,.template-collection #product-grid .oosyy-card-price{display:flex!important;flex-direction:row!important;align-items:baseline!important;gap:.6rem!important}.template-product .related-products .product-grid{scroll-padding-inline:calc((100% - min(74vw,32rem))/2)!important;padding-right:calc((100% - min(74vw,32rem))/2)!important;padding-left:calc((100% - min(74vw,32rem))/2)!important}.template-product .related-products .product-grid>.grid__item{scroll-snap-align:center!important}.template-product .related-products .quick-add{width:100%!important;margin:1.2rem 0 0!important}.template-product .related-products .quick-add__submit{width:100%!important;min-width:0!important;min-height:4.4rem!important;padding:.8rem 1rem!important;border-radius:999px!important;background:#111!important;color:#fff!important;font-size:1.2rem!important}}.oosyy-btn,.quick-add__submit,.product-form__submit,.oosyy-buy-now,.cart__checkout-button,.oosyy-contact-form .button{border-radius:0!important}.oosyy-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.oosyy-products{max-width:166.4rem!important;margin-top:8rem!important;padding-inline:3.2rem!important}.oosyy-section-head h2{font-family:var(--o-sans)!important;font-style:normal!important;font-weight:700!important;text-transform:uppercase}.oosyy-collection-navigation{padding:0!important;border-bottom:1px solid var(--o-line);background:#fff}.oosyy-collection-navigation__track{justify-content:center!important;gap:3.2rem!important;padding:1.8rem 3.2rem!important}.oosyy-collection-navigation a{min-width:0!important;padding:0!important;border:0!important;border-radius:0!important;font-weight:700}.oosyy-collection-navigation a:hover{background:transparent!important;color:inherit!important;text-decoration:underline;text-underline-offset:.4rem}.oosyy-service-strip{margin-top:9.6rem}.oosyy-footer{margin-top:0!important}@media(max-width:1199px){.oosyy-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:989px){.oosyy-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.oosyy-products{margin-top:6.4rem!important;padding-inline:1.2rem!important}.oosyy-collection-navigation__track{justify-content:flex-start!important;gap:2.4rem!important;padding:1.6rem!important}.oosyy-service-strip{margin-top:6.4rem}}.oosyy-menu-column{display:flex;min-width:0;flex-direction:column;align-items:flex-start;gap:.85rem}.oosyy-menu-column p{width:100%;margin:0 0 .45rem;padding-bottom:.85rem;border-bottom:1px solid #d7d2ca;font-size:1rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.oosyy-menu-column a{color:inherit;font-size:1.25rem;line-height:1.35;text-decoration:none}.oosyy-menu-sale,.oosyy-nav-sale{color:#9b2e2e!important}.oosyy-menu-feature{display:block;min-width:0;color:inherit;text-decoration:none}.oosyy-menu-feature img{display:block;width:100%;aspect-ratio:4/5;object-fit:cover}.oosyy-menu-feature span{display:block;margin-top:1rem;font-size:1.05rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.header__search details[open]>.search-modal{position:fixed!important;z-index:1000!important;top:0!important;right:0!important;bottom:auto!important;left:0!important;display:block!important;height:auto!important;min-height:9.6rem!important;background:#fff!important;color:#111!important;opacity:1!important}.header__search .search-modal__content{min-height:9.6rem;background:#fff!important}.header__search .search-modal .modal-overlay{position:fixed;z-index:-1;top:9.6rem;right:0;bottom:0;left:0;background:#0000006b}.header__search .search-modal .modal-overlay:after{display:none!important}.header__search .field{background:#fff;color:#111}.header__search .field__input{color:#111}.header__search .predictive-search{z-index:1001;background:#fff;color:#111}@media(max-width:989px){.menu-drawer__navigation{padding:0!important}.oosyy-mobile-curated{padding:0 1.6rem 3.2rem;color:#111}.oosyy-mobile-curated__topline{position:sticky;z-index:2;top:0;display:flex;align-items:center;justify-content:space-between;margin:0 -1.6rem;padding:1.6rem;border-bottom:1px solid #c8c2b8;background:#f1eee8;font-size:1.1rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.oosyy-mobile-curated__topline a{color:inherit;font-size:1rem;text-underline-offset:.3rem}.oosyy-mobile-menu-search{display:grid;grid-template-columns:minmax(0,1fr) 4.4rem;margin:1.6rem 0;border:1px solid #aaa39a;background:#fff}.oosyy-mobile-menu-search input{min-width:0;height:4.4rem;padding:0 1.3rem;border:0;background:transparent;color:#111;font:inherit;font-size:1.3rem;outline:none}.oosyy-mobile-menu-search input::placeholder{color:#65615c;opacity:1}.oosyy-mobile-menu-search button{display:grid;width:4.4rem;height:4.4rem;padding:1.25rem;border:0;background:#111;color:#fff;place-items:center;cursor:pointer}.oosyy-mobile-menu-search button svg{width:1.8rem;height:1.8rem}.oosyy-mobile-curated__primary{display:flex;margin:0 -1.6rem 2.4rem;padding:0 1.6rem 1.4rem;gap:2rem;overflow-x:auto;border-bottom:1px solid #c8c2b8;scrollbar-width:none}.oosyy-mobile-curated__primary::-webkit-scrollbar{display:none}.oosyy-mobile-curated__primary a{flex:0 0 auto;color:inherit;font-size:1.1rem;font-weight:700;letter-spacing:.1em;text-decoration:none;text-transform:uppercase}.oosyy-mobile-curated__columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:3rem 2.4rem}.oosyy-mobile-curated__columns .oosyy-menu-feature{grid-column:1/-1}.oosyy-mobile-curated__columns .oosyy-menu-feature img{max-height:58rem;aspect-ratio:4/5}.oosyy-mobile-curated+ul{display:none!important}.menu-drawer__utility-links{background:#f1eee8!important}.header__search details[open]>.search-modal,.header__search .search-modal__content{min-height:8rem!important}.header__search .search-modal .modal-overlay{top:8rem;right:0;bottom:0;left:0}}.oosyy-header-search{position:relative!important;display:block!important;width:clamp(16rem,19vw,31rem);line-height:normal;color:inherit}.oosyy-header-search__form{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 2.8rem;align-items:center;width:100%;border-bottom:1px solid currentColor}.oosyy-header-search__input{width:100%;min-width:0;height:3.6rem;padding:0 3rem 0 0;border:0;border-radius:0;outline:0;background:transparent;color:inherit;font-size:1.25rem;line-height:3.6rem}.oosyy-header-search__input::placeholder{color:currentColor;opacity:.78}.oosyy-header-search__submit,.oosyy-header-search__reset{display:grid;width:2.8rem;height:3.6rem;padding:.7rem;border:0;background:transparent;color:inherit;place-items:center}.oosyy-header-search__reset{position:absolute;right:2.8rem}.oosyy-header-search__submit svg,.oosyy-header-search__reset svg{width:1.65rem;height:1.65rem}.oosyy-header-search .predictive-search{top:calc(100% + 1px);right:0;left:auto;width:min(52rem,92vw);max-height:min(70vh,56rem);overflow:auto;border:1px solid #d8d8d8;background:#fff!important;color:#111!important;box-shadow:0 1.8rem 4rem #00000024}body:not(.template-index) .oosyy-header-search{color:#fff}.template-index .oosyy-header-shell:not(.oosyy-header-solid) .oosyy-header-search{color:#fff}.oosyy-size-guide-opener{display:block;width:max-content;margin:0 0 1rem auto}.oosyy-size-guide-link{-webkit-appearance:none;appearance:none;padding:0;border:0;border-bottom:1px solid;background:transparent;color:inherit;cursor:pointer;font-size:1.2rem;line-height:1.5}.oosyy-size-modal__panel{width:min(92rem,calc(100vw - 4rem));max-width:92rem;height:auto;max-height:calc(100dvh - 6rem);padding:0;background:#fff;color:#111}.oosyy-size-modal__content{padding:4.8rem 4rem 4rem}.oosyy-size-modal__eyebrow{margin:0 0 .8rem;font-size:1rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.oosyy-size-modal__content h2{margin:0 0 1.4rem;font-family:var(--o-serif);font-size:clamp(3.6rem,5vw,6rem);font-weight:400;line-height:1}.oosyy-size-modal__scroll{width:100%;margin-top:2.4rem;overflow-x:auto;border:1px solid #ddd;-webkit-overflow-scrolling:touch}.oosyy-size-modal table{width:100%;min-width:58rem;border-collapse:collapse;font-size:1.25rem}.oosyy-size-modal th,.oosyy-size-modal td{padding:1.2rem;border-bottom:1px solid #ddd;text-align:left}.oosyy-size-modal th{background:#f1eee8;font-size:1rem;letter-spacing:.1em;text-transform:uppercase}.oosyy-size-modal__help{display:inline-block;margin-top:2.4rem;padding-bottom:.3rem;border-bottom:1px solid;color:#111;font-size:1.2rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}@media(max-width:989px){.header .oosyy-header-search{display:block!important;width:min(42vw,18rem)}.oosyy-header-search__input{height:3.4rem;font-size:1.15rem}.oosyy-header-search__submit,.oosyy-header-search__reset{height:3.4rem}.oosyy-header-search .predictive-search{position:fixed;z-index:1100;top:6.4rem;right:1rem;left:1rem;width:auto;max-height:calc(100dvh - 7.4rem)}.oosyy-size-modal__panel{width:calc(100vw - 1.6rem);max-height:calc(100dvh - 1.6rem)}.oosyy-size-modal__content{padding:6.4rem 1.4rem 2rem}}.oosyy-size-modal[open]{display:flex!important;align-items:center;justify-content:center;padding:3rem 2rem!important;background:#0000009e!important;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.oosyy-size-modal .oosyy-size-modal__panel{position:relative!important;display:block!important;border:1px solid #d8d4cd!important;background:#fff!important;background-image:none!important;color:#111!important;opacity:1!important;box-shadow:0 2.4rem 8rem #0000005c!important}.oosyy-size-modal .oosyy-size-modal__content{min-height:34rem;background:#fff!important;color:#111!important}.oosyy-size-modal .product-popup-modal__toggle{z-index:3;background:#fff!important;color:#111!important;box-shadow:0 0 0 1px #d8d4cd}.cart-drawer .cart-item{grid-template-columns:10rem minmax(0,1fr)!important;grid-template-rows:auto auto!important}.cart-drawer .cart-item__media{grid-column:1!important;grid-row:1/3!important}.cart-drawer .cart-item__details{display:flex!important;grid-column:2!important;grid-row:1!important;min-width:0!important;flex-direction:column!important;align-items:flex-start!important}.cart-drawer .cart-item__title{order:1;width:100%}.cart-drawer .cart-item__unit-price{order:2!important;display:flex!important;margin-top:.7rem!important;color:#111!important;font-size:1.25rem!important;font-weight:600!important;line-height:1.3!important}.cart-drawer .cart-item__details dl{order:3;margin-top:.7rem!important}.cart-drawer .cart-item__details>.discounts{order:4}.cart-drawer .cart-item__totals{display:none!important}.cart-drawer .cart-item__quantity{grid-column:2!important;grid-row:2!important;width:100%!important}@media(max-width:989px){html,body{width:100%;max-width:100%;overflow-x:clip}header-drawer,.menu-drawer-container{max-width:100vw}.menu-drawer{position:fixed!important;top:var(--header-bottom-position,64px)!important;right:0!important;bottom:0!important;left:0!important;width:100vw!important;max-width:100vw!important;height:auto!important;overflow-x:hidden!important;overflow-y:hidden!important}.menu-drawer__inner-container,.menu-drawer__navigation-container,.menu-drawer__navigation,.oosyy-mobile-curated{box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important;overflow-x:hidden!important}.menu-drawer__navigation-container{overflow-y:auto!important;overscroll-behavior:contain}.oosyy-mobile-curated *{box-sizing:border-box;min-width:0;max-width:100%}.oosyy-mobile-curated__topline{width:auto!important;max-width:none!important}.oosyy-mobile-menu-search{display:none!important}.oosyy-mobile-curated__primary{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;width:auto!important;max-width:none!important;gap:0!important;overflow:visible!important;padding:0 1.6rem 1.4rem!important}.oosyy-mobile-curated__primary a{padding:.8rem .4rem;text-align:center;white-space:normal!important}.oosyy-mobile-curated__columns{width:100%!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:3rem 1.6rem!important;overflow:hidden!important}.oosyy-mobile-curated__columns a{max-width:100%!important;overflow-wrap:anywhere}.oosyy-mobile-curated__columns .oosyy-menu-feature img{width:100%!important;max-width:100%!important;height:auto!important}.header .oosyy-header-search{width:4.4rem!important;min-width:4.4rem!important;height:4.4rem}.oosyy-header-search__form{display:block;width:4.4rem;height:4.4rem;border:0}.oosyy-header-search__input,.oosyy-header-search__reset{position:absolute;opacity:0;pointer-events:none}.oosyy-header-search__submit{position:absolute;right:0;display:grid!important;width:4.4rem!important;height:4.4rem!important;padding:1.25rem!important}.oosyy-header-search.is-mobile-open .oosyy-header-search__form{position:fixed;z-index:1200;top:24px;right:0;left:0;display:grid;width:100vw;height:6.4rem;padding:1rem 1.2rem;grid-template-columns:minmax(0,1fr) 4.4rem;border-bottom:1px solid #d8d4cd;background:#fff;color:#111;box-shadow:0 1rem 3rem #0000001f}.oosyy-header-search.is-mobile-open .oosyy-header-search__input{position:static;width:100%;height:4.4rem;padding:0 1.2rem;border:1px solid #aaa59d;background:#fff;color:#111;opacity:1;pointer-events:auto}.oosyy-header-search.is-mobile-open .oosyy-header-search__submit{position:static;width:4.4rem!important;height:4.4rem!important;background:#111;color:#fff}.oosyy-header-search.is-mobile-open .oosyy-header-search__reset{right:5.8rem;top:1rem;z-index:2;height:4.4rem;opacity:1;pointer-events:auto}.oosyy-header-search.is-mobile-open .predictive-search{top:8.8rem!important}.template-search #product-grid .product-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;width:100%!important;gap:2.8rem .8rem!important;margin:0!important;padding:0!important}.template-search #product-grid .product-grid>.grid__item{width:100%!important;max-width:none!important;min-width:0!important;margin:0!important}.template-search #product-grid .card-wrapper,.template-search #product-grid .card,.template-search #product-grid .card__content,.template-search #product-grid .card__information{width:100%!important;min-width:0!important;max-width:100%!important}.template-search #product-grid .quick-add{width:100%!important;margin:1rem 0 0!important}.template-search #product-grid .quick-add__submit{width:100%!important;min-width:0!important;min-height:4.4rem!important;padding:.8rem .5rem!important;background:#111!important;color:#fff!important;font-size:1.1rem!important}.template-search .template-search__results{padding-right:1.2rem!important;padding-left:1.2rem!important}.oosyy-size-modal[open]{padding:.8rem!important;background:#000000ad!important}.oosyy-size-modal .oosyy-size-modal__panel{width:calc(100vw - 1.6rem)!important;max-width:calc(100vw - 1.6rem)!important;max-height:calc(100dvh - 1.6rem)!important}.oosyy-size-modal .oosyy-size-modal__content{min-height:calc(100dvh - 1.6rem);padding:6.4rem 1.4rem 2rem!important;overflow-y:auto!important}cart-drawer .drawer__inner{width:100vw!important;max-width:100vw!important}.cart-drawer .cart-item{grid-template-columns:8.8rem minmax(0,1fr)!important;column-gap:1.2rem!important;padding:1.6rem 0!important}.cart-drawer .cart-item__media,.cart-drawer .cart-item__image-container,.cart-drawer .cart-item__image{width:8.8rem!important;height:12rem!important}}@media(max-width:359px){.oosyy-mobile-curated__primary{grid-template-columns:repeat(2,minmax(0,1fr))!important}.oosyy-mobile-curated__columns{gap:2.4rem 1rem!important}.oosyy-menu-column a{font-size:1.15rem}}.template-collection .quick-add__submit,.template-search .quick-add__submit,.template-product .product-form__submit,.template-product .oosyy-buy-now{border-radius:0!important;font-weight:700;letter-spacing:.06em;text-transform:uppercase}@media(max-width:989px){.template-search #product-grid .card__heading,.template-search #product-grid .card__heading a{display:-webkit-box!important;min-height:3.2rem!important;margin:0!important;overflow:hidden!important;-webkit-box-orient:vertical;-webkit-line-clamp:2!important;white-space:normal!important;font-size:1.15rem!important;line-height:1.35!important}.template-search #product-grid .price{width:100%!important;margin-top:.6rem!important;font-size:1.15rem!important;line-height:1.35!important}.template-search #product-grid .price__container,.template-search #product-grid .price__regular,.template-search #product-grid .price__sale{display:flex!important;min-width:0!important;max-width:100%!important;flex-wrap:wrap!important;align-items:baseline!important;gap:.3rem .6rem!important;white-space:normal!important}.template-search #product-grid .price-item{max-width:100%!important;margin:0!important;overflow-wrap:anywhere;white-space:normal!important}}@media(max-width:989px){.menu-drawer-container[open]>.header__icon--menu{z-index:1201!important}.menu-drawer-container[open]>.header__icon--menu .icon-hamburger{display:none!important;visibility:hidden!important;opacity:0!important}.menu-drawer-container[open]>.header__icon--menu .icon-close{display:block!important;visibility:visible!important;opacity:1!important;transform:scale(1)!important}.oosyy-size-modal[open]{align-items:center!important;overflow:hidden!important}.oosyy-size-modal .oosyy-size-modal__panel{height:auto!important;max-height:calc(100dvh - 1.6rem)!important;overflow:hidden!important}.oosyy-size-modal .oosyy-size-modal__content{min-height:0!important;max-height:none!important;padding:5.2rem 1rem 1.2rem!important;overflow:hidden!important}.oosyy-size-modal__eyebrow{margin-bottom:.4rem!important;font-size:.85rem!important}.oosyy-size-modal__content h2{margin-bottom:.6rem!important;font-size:2.7rem!important}.oosyy-size-modal__content>p{margin:.4rem 0 .8rem;font-size:1rem;line-height:1.3}.oosyy-size-modal__scroll{width:100%!important;margin-top:.8rem!important;overflow:visible!important;border:0!important}.oosyy-size-modal table{width:100%!important;min-width:0!important;table-layout:fixed!important;font-size:.86rem!important}.oosyy-size-modal th,.oosyy-size-modal td{padding:.45rem .2rem!important;overflow-wrap:anywhere;white-space:normal!important}.oosyy-size-modal th{font-size:.72rem!important;letter-spacing:.02em!important}.oosyy-size-modal__help{margin-top:.8rem!important;font-size:.82rem!important}}@media(max-width:989px)and (max-height:620px){.oosyy-size-modal .oosyy-size-modal__content{padding-top:4.6rem!important}.oosyy-size-modal__content h2{font-size:2.2rem!important}.oosyy-size-modal th,.oosyy-size-modal td{padding:.3rem .15rem!important;font-size:.72rem!important}}.oosyy-size-modal[open]{align-items:center!important;justify-content:center!important;overflow:hidden!important}.oosyy-size-modal .oosyy-size-modal__panel{position:relative!important;top:auto!important;left:auto!important;width:min(72rem,calc(100vw - 4rem))!important;max-width:72rem!important;height:auto!important;max-height:calc(100dvh - 4rem)!important;margin:0!important;padding:0!important;overflow:hidden!important;transform:none!important}.oosyy-size-modal .product-popup-modal__toggle{position:absolute!important;top:1.2rem!important;right:1.2rem!important;width:4.4rem!important;height:4.4rem!important;margin:0!important;padding:1.2rem!important}.oosyy-size-modal .oosyy-size-modal__content{min-height:0!important;padding:2.4rem 7rem 2.4rem 2.4rem!important;overflow:hidden!important}.oosyy-size-modal__eyebrow{margin:0 0 .4rem!important}.oosyy-size-modal__content h2{margin:0 0 .8rem!important;font-size:3.4rem!important}.oosyy-size-modal__content>p{max-width:54rem!important;margin:0 0 1.4rem!important;line-height:1.35}.oosyy-size-modal__scroll{width:100%!important;margin-top:1.4rem!important;overflow:hidden!important;border:1px solid #ddd!important}.oosyy-size-modal table{display:table!important;width:100%!important;min-width:0!important;max-width:100%!important;table-layout:fixed!important;overflow:visible!important;white-space:normal!important}.oosyy-size-modal th,.oosyy-size-modal td{padding:.8rem .65rem!important;overflow-wrap:anywhere;white-space:normal!important}.oosyy-size-modal__help{margin-top:1.4rem!important}@media(max-width:749px){.oosyy-size-modal[open]{padding:.8rem!important}.oosyy-size-modal .oosyy-size-modal__panel{width:calc(100vw - 1.6rem)!important;max-width:calc(100vw - 1.6rem)!important;max-height:calc(100dvh - 1.6rem)!important}.oosyy-size-modal .product-popup-modal__toggle{top:.8rem!important;right:.8rem!important;width:4rem!important;height:4rem!important;padding:1rem!important}.oosyy-size-modal .oosyy-size-modal__content{padding:1.6rem 5.4rem 1.2rem 1rem!important}.oosyy-size-modal__content h2{font-size:2.6rem!important}.oosyy-size-modal__content>p{margin-bottom:.8rem!important}.oosyy-size-modal__scroll{margin-top:.8rem!important;border:0!important}.oosyy-size-modal th,.oosyy-size-modal td{padding:.42rem .18rem!important;font-size:.78rem!important}.oosyy-size-modal th{font-size:.68rem!important}.oosyy-size-modal__help{margin-top:.8rem!important}}@media(max-width:749px)and (max-height:620px){.oosyy-size-modal .oosyy-size-modal__content{padding-top:1rem!important;padding-bottom:.8rem!important}.oosyy-size-modal__content h2{font-size:2.2rem!important}.oosyy-size-modal__content>p{font-size:.9rem!important}.oosyy-size-modal th,.oosyy-size-modal td{padding:.28rem .12rem!important;font-size:.7rem!important}}.shopify-section-group-header-group .header-wrapper,.template-index .shopify-section-group-header-group .header-wrapper,.shopify-section-group-header-group .oosyy-header-shell .header-wrapper,.template-index .shopify-section-group-header-group .oosyy-header-shell.oosyy-header-solid .header-wrapper{background:#fff!important;background-image:none!important;color:#111!important;border-bottom:1px solid rgba(0,0,0,.12)!important}.shopify-section-group-header-group .header__menu-item,.shopify-section-group-header-group .header__icon,.shopify-section-group-header-group .oosyy-curated-trigger,.shopify-section-group-header-group .oosyy-header-search{color:#111!important}html.oosyy-mobile-drawer-locked,html.oosyy-mobile-drawer-locked body{height:100%!important;overflow:hidden!important;overscroll-behavior:none!important}@media(max-width:989px){html.oosyy-mobile-drawer-locked .menu-drawer__navigation-container{touch-action:pan-y;overscroll-behavior:contain}.oosyy-mobile-curated a{position:relative!important;z-index:4!important;pointer-events:auto!important;touch-action:manipulation!important;cursor:pointer!important}}body:not(.template-index) .shopify-section-group-header-group .oosyy-header-shell .header__icon,body:not(.template-index) .shopify-section-group-header-group .oosyy-header-shell .header__menu-item,body:not(.template-index) .shopify-section-group-header-group .oosyy-header-shell .oosyy-curated-trigger,body:not(.template-index) .shopify-section-group-header-group .oosyy-header-shell .oosyy-header-search,.template-index .shopify-section-group-header-group .oosyy-header-shell .header__icon,.template-index .shopify-section-group-header-group .oosyy-header-shell .header__menu-item,.template-index .shopify-section-group-header-group .oosyy-header-shell .oosyy-curated-trigger,.template-index .shopify-section-group-header-group .oosyy-header-shell .oosyy-header-search{color:#111!important;opacity:1!important;visibility:visible!important}body:not(.template-index) .shopify-section-group-header-group .oosyy-header-shell .header__heading-logo,body:not(.template-index) .shopify-section-group-header-group .oosyy-header-shell .oosyy-asset-logo,.template-index .shopify-section-group-header-group .oosyy-header-shell .header__heading-logo,.template-index .shopify-section-group-header-group .oosyy-header-shell .oosyy-asset-logo{filter:brightness(0)!important;opacity:1!important;visibility:visible!important}.shopify-section-group-header-group .shopify-section-header-sticky,.shopify-section-group-header-group .oosyy-header-shell,.shopify-section-group-header-group .oosyy-header-direction-hidden{opacity:1!important;visibility:visible!important;transform:none!important}.shopify-section-group-header-group .oosyy-header-search__submit{opacity:1!important;visibility:visible!important}.shopify-section-group-header-group .oosyy-header-search__submit .icon-search{display:block!important;color:#fff!important;fill:currentColor!important;opacity:1!important;visibility:visible!important;mix-blend-mode:difference}.oosyy-menu-content{width:100%;min-width:0;color:#111}.oosyy-menu-content__topline{display:flex;align-items:center;justify-content:space-between;padding:0 0 1.6rem;border-bottom:1px solid #d7d3cc;font-size:1.05rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.oosyy-menu-content__topline a{text-decoration:underline;text-underline-offset:.35rem}.oosyy-menu-content__primary{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));border-bottom:1px solid #d7d3cc}.oosyy-menu-content__primary a{display:grid;min-height:5rem;padding:1rem .6rem;place-items:center;color:#111;font-size:1.05rem;font-weight:700;letter-spacing:.09em;text-align:center;text-transform:uppercase}.oosyy-menu-content__primary a:hover,.oosyy-menu-content__primary a:focus-visible{text-decoration:underline;text-underline-offset:.4rem}.oosyy-menu-content__columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) 1.4fr;gap:3rem;padding-top:2.8rem}.oosyy-curated-panel{display:block!important;overflow-y:auto!important}@media(max-width:989px){.oosyy-menu-content__topline{position:sticky;z-index:3;top:0;margin:0 -1.6rem;padding:1.5rem 1.6rem;background:#f1eee8}.oosyy-menu-content__primary{grid-template-columns:repeat(3,minmax(0,1fr));margin:0 -1.6rem;padding-inline:1.2rem}.oosyy-menu-content__primary a{min-height:4.6rem;padding:.8rem .35rem}.oosyy-menu-content__columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:2.8rem 1.4rem;padding-top:2.4rem}.oosyy-menu-content__columns .oosyy-menu-feature{grid-column:1/-1}.oosyy-menu-content a{position:relative!important;z-index:2!important;pointer-events:auto!important;touch-action:manipulation!important}}.oosyy-collection-editorial{position:relative;width:min(121.6rem,calc(100% - 6.4rem));height:32rem;margin:3.2rem auto 0;overflow:hidden;background:#ddd}.oosyy-collection-editorial:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0000005c,#0000000f,#0000005c)}.oosyy-collection-editorial>img{display:block;width:100%;height:100%;object-fit:cover}.oosyy-collection-editorial__content{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;display:flex;padding:3rem;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-align:center}.oosyy-collection-editorial__content>p{margin:0 0 .7rem;font-size:1rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.oosyy-collection-editorial__content h2{margin:0 0 2rem;font-family:var(--o-sans);font-size:clamp(3.2rem,4vw,5rem);font-weight:700;letter-spacing:-.035em}.oosyy-collection-editorial__content nav{display:flex;max-width:100%;flex-wrap:wrap;justify-content:center;gap:.8rem}.oosyy-collection-editorial__content a{min-width:9.6rem;padding:.8rem 1.5rem;border:1px solid #111;border-radius:999px;background:#fff;color:#111;font-size:1.15rem;text-decoration:none}.oosyy-collection-editorial__content a:hover{background:#111;color:#fff}.template-collection .collection-hero__text-wrapper{text-align:left!important}.template-collection .collection-hero__title{font-family:var(--o-sans)!important;font-size:clamp(2.8rem,3vw,4rem)!important;font-weight:700!important;letter-spacing:.04em!important;text-transform:uppercase}.template-collection .facets-vertical{max-width:166.4rem!important;padding-inline:3.2rem!important;gap:3.2rem!important}.template-collection .facets-vertical .facets-wrapper{width:22rem!important;padding-right:0!important}.template-collection .product-grid{column-gap:.2rem!important;row-gap:4rem!important}.template-collection #product-grid .card-wrapper{position:relative}.template-collection #product-grid .card__information{text-align:left!important}.template-collection #product-grid .card__heading,.template-collection #product-grid .card__heading a{font-family:var(--o-sans)!important;font-size:1.25rem!important;font-weight:600!important;text-transform:none!important}.template-collection #product-grid .caption-with-letter-spacing{margin-bottom:.35rem;color:#111!important;font-size:1.1rem!important;font-weight:700!important;letter-spacing:.04em!important}.template-collection #product-grid .price{font-size:1.15rem!important}.oosyy-card-ribbon{position:absolute;z-index:3;top:1rem;left:1rem;padding:.55rem .8rem;background:#111;color:#fff;font-size:.9rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}@media(hover:hover)and (pointer:fine){.template-collection #product-grid .quick-add{position:absolute!important;z-index:5;right:.8rem;bottom:8rem;left:.8rem;margin:0!important;opacity:0;transform:translateY(.8rem);transition:opacity .18s ease,transform .18s ease;pointer-events:none}.template-collection #product-grid .card-wrapper:hover .quick-add,.template-collection #product-grid .card-wrapper:focus-within .quick-add{opacity:1;transform:none;pointer-events:auto}.template-collection #product-grid .quick-add__submit{min-height:4.2rem!important;border:0!important;background:#fffffff5!important;color:#111!important;box-shadow:0 .4rem 1.8rem #00000024}.template-collection #product-grid .quick-add__submit:hover{background:#111!important;color:#fff!important}}.template-product .oosyy-pdp-summary{display:none!important}.template-product .oosyy-pdp-ribbon{display:inline-flex;width:max-content;margin-bottom:1.4rem;padding:.65rem 1.1rem;background:#aaa06f;color:#fff;font-size:.95rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.template-product .product__text.caption-with-letter-spacing{margin-bottom:.4rem!important;color:#111!important;font-size:1.25rem!important;font-weight:500!important;letter-spacing:.01em!important;text-transform:none!important}.template-product .product__title h1{margin:0!important;font-family:var(--o-sans)!important;font-size:clamp(2.8rem,2.6vw,4rem)!important;font-weight:700!important;letter-spacing:-.035em!important;text-transform:none!important}.template-product .price--large{font-size:1.8rem!important;font-weight:700}.template-product .product-form__buttons{grid-template-columns:1fr 1fr!important;gap:1rem!important}.template-product .product-form__submit,.template-product .oosyy-buy-now{min-height:6.2rem!important;margin:0!important;border-radius:0!important;font-size:1.25rem!important;letter-spacing:.15em!important}.template-product .product__tax{margin-top:.4rem!important}@media(min-width:990px){.template-product .page-width{max-width:144rem!important;padding-inline:3.2rem!important}.template-product .product{display:grid!important;grid-template-columns:minmax(0,2fr) minmax(34rem,.8fr)!important;align-items:start!important;gap:4.8rem!important}.template-product .product__media-wrapper{width:100%!important;max-width:none!important}.template-product .product__media-list{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.2rem!important}.template-product .product__media-item,.template-product .product__media-item:first-child{grid-column:auto!important;width:100%!important;max-width:none!important;margin:0!important}.template-product .product__media{width:100%!important}.template-product .product__media .media{padding-top:150%!important}.template-product .product__info-wrapper{width:100%!important;max-width:42rem!important;padding:4.2rem 0 0!important}.template-product .product__info-container{top:8.8rem!important;max-width:42rem!important}.template-product .product__info-container>.product__text:first-of-type,.template-product .product__info-container>.product__title,.template-product .product__info-container>[id^=price-],.template-product .product__info-container>.product__description{display:block!important}}@media(max-width:989px){.oosyy-collection-editorial{width:calc(100% - 2.4rem);height:28rem;margin-top:1.2rem}.template-collection .facets-vertical{padding-inline:1.2rem!important}.template-collection .facets-vertical .facets-wrapper{width:100%!important}}@media(max-width:749px){.oosyy-collection-editorial{height:25rem}.oosyy-collection-editorial__content{padding:1.6rem}.oosyy-collection-editorial__content h2{margin-bottom:1.4rem;font-size:3rem}.oosyy-collection-editorial__content a{min-width:0;padding:.7rem 1.1rem;font-size:1rem}.template-collection .collection-hero__inner{padding:2.6rem 1.2rem 1.8rem!important}.template-collection .product-grid{column-gap:.8rem!important;row-gap:3rem!important}.template-collection #product-grid .quick-add{margin-top:.8rem!important}.template-collection #product-grid .quick-add__submit{min-height:4rem!important;padding:.7rem .4rem!important;background:#fff!important;color:#111!important;font-size:1rem!important}.oosyy-card-ribbon{top:.6rem;left:.6rem;padding:.45rem .6rem;font-size:.78rem}.template-product .product-form__buttons{grid-template-columns:1fr!important}.template-product .product-form__submit,.template-product .oosyy-buy-now{min-height:5.4rem!important}}body .shopify-section-group-header-group .header-wrapper,body.template-index .shopify-section-group-header-group .header-wrapper,body .shopify-section-group-header-group .oosyy-header-shell .header-wrapper,body.template-index .shopify-section-group-header-group .oosyy-header-shell.oosyy-header-solid .header-wrapper{background:#fff!important;background-color:#fff!important;background-image:none!important;color:#111!important;border-bottom:1px solid rgba(0,0,0,.12)!important}body .shopify-section-group-header-group .header__icon,body .shopify-section-group-header-group .header__menu-item,body .shopify-section-group-header-group .oosyy-curated-trigger,body .shopify-section-group-header-group .oosyy-header-search,body .shopify-section-group-header-group .oosyy-header-search__submit{color:#111!important}body .shopify-section-group-header-group .header__icon svg,body .shopify-section-group-header-group .oosyy-curated-trigger svg,body .shopify-section-group-header-group .oosyy-header-search__submit .icon-search{color:#111!important;fill:currentColor!important;opacity:1!important;visibility:visible!important;mix-blend-mode:normal!important}body .shopify-section-group-header-group .header__heading-logo,body .shopify-section-group-header-group .oosyy-asset-logo{filter:brightness(0)!important;opacity:1!important;visibility:visible!important}body .shopify-section-header-sticky .header-wrapper,body sticky-header.header-wrapper,body .section-header .header-wrapper,body .header-wrapper{background:#fff!important;background-color:#fff!important;background-image:none!important;color:#111!important;transition:none!important}body .header-wrapper .header,body .header-wrapper .header__icons,body .header-wrapper .header__icon,body .header-wrapper .header__menu-item,body .header-wrapper .oosyy-curated-trigger,body .header-wrapper .oosyy-header-search,body .header-wrapper .oosyy-header-search__submit{color:#111!important;transition:none!important}body .header-wrapper .header__icon svg,body .header-wrapper .oosyy-curated-trigger svg,body .header-wrapper .oosyy-header-search__submit svg{color:#111!important;fill:currentColor!important;mix-blend-mode:normal!important}body .header-wrapper .header__heading-logo,body .header-wrapper .oosyy-asset-logo{filter:brightness(0)!important}@media(max-width:989px){.menu-drawer-container[open]>.header__icon--menu{position:relative!important;z-index:1302!important;color:#111!important}.menu-drawer-container[open]>.header__icon--menu .icon-close{display:block!important;width:2rem!important;height:2rem!important;color:#111!important;opacity:1!important;visibility:visible!important}#menu-drawer.menu-drawer{position:fixed!important;z-index:1300!important;top:var(--header-bottom-position,64px)!important;right:0!important;bottom:0!important;left:0!important;width:100vw!important;max-width:100vw!important;height:calc(100dvh - var(--header-bottom-position,64px))!important;border:0!important;background:#fff!important;color:#111!important;overflow:hidden!important}#menu-drawer .menu-drawer__inner-container,#menu-drawer .menu-drawer__navigation-container,#menu-drawer .menu-drawer__navigation,#menu-drawer .oosyy-mobile-curated{width:100%!important;max-width:100%!important;min-height:100%!important;background:#fff!important;color:#111!important}#menu-drawer .menu-drawer__navigation-container{overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior:contain!important}#menu-drawer .menu-drawer__navigation{padding:0!important}#menu-drawer .oosyy-mobile-curated{padding:0 1.6rem 4rem!important}#menu-drawer .oosyy-menu-content__topline{position:sticky!important;z-index:4!important;top:0!important;min-height:5.2rem!important;margin:0 -1.6rem!important;padding:0 1.6rem!important;border-bottom:1px solid #d9d9d9!important;background:#fff!important;color:#111!important;font-size:1rem!important;letter-spacing:.16em!important}#menu-drawer .oosyy-menu-content__primary{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;margin:0 -1.6rem!important;padding:0!important;border-bottom:1px solid #d9d9d9!important;background:#fff!important}#menu-drawer .oosyy-menu-content__primary a{min-height:4.8rem!important;padding:.8rem .3rem!important;border-right:1px solid #e5e5e5!important;border-bottom:1px solid #e5e5e5!important;background:#fff!important;color:#111!important;font-size:.95rem!important;font-weight:700!important;letter-spacing:.1em!important;line-height:1.25!important}#menu-drawer .oosyy-menu-content__columns{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:3.2rem 2rem!important;padding-top:3rem!important;background:#fff!important}#menu-drawer .oosyy-menu-column p{margin:0 0 1.3rem!important;padding-bottom:.8rem!important;border-bottom:1px solid #111!important;color:#111!important;font-size:1rem!important;font-weight:700!important;letter-spacing:.14em!important;text-transform:uppercase!important}#menu-drawer .oosyy-menu-column a{display:block!important;padding:.55rem 0!important;color:#111!important;font-size:1.2rem!important;line-height:1.35!important}#menu-drawer .oosyy-menu-feature{display:none!important}#menu-drawer .oosyy-mobile-curated+ul,#menu-drawer .menu-drawer__utility-links{display:none!important}}.oosyy-header-permanent-white,.oosyy-header-permanent-white>.header{background:#fff!important;background-color:#fff!important;background-image:none!important;color:#111!important;opacity:1!important;transition:none!important}@media(max-width:989px){.menu-drawer-container>.header__icon--menu .icon-hamburger{display:block!important;width:1.8rem!important;height:1.6rem!important;color:#111!important;opacity:1!important;visibility:visible!important}.menu-drawer-container>.header__icon--menu .icon-close{display:none!important;width:1.8rem!important;height:1.7rem!important;color:#111!important;opacity:0!important;visibility:hidden!important}.menu-drawer-container[open]>.header__icon--menu .icon-hamburger{display:none!important;opacity:0!important;visibility:hidden!important}.menu-drawer-container[open]>.header__icon--menu .icon-close{display:block!important;opacity:1!important;visibility:visible!important}#menu-drawer .oosyy-menu-content__topline{justify-content:flex-end!important}#menu-drawer a[href]{pointer-events:auto!important;touch-action:auto!important}}.shopify-section-header-sticky,.shopify-section-header-sticky.oosyy-header-shell,.shopify-section-group-header-group .oosyy-header-shell{top:0!important}.header-wrapper.oosyy-header-permanent-white .header__heading,.header-wrapper.oosyy-header-permanent-white>.header>.header__heading-link{display:flex!important;opacity:1!important;visibility:visible!important}.header-wrapper.oosyy-header-permanent-white .header__heading-link,.header-wrapper.oosyy-header-permanent-white .header__heading-logo-wrapper,.header-wrapper.oosyy-header-permanent-white .header__heading-logo,.header-wrapper.oosyy-header-permanent-white .oosyy-asset-logo{opacity:1!important;visibility:visible!important}@media(min-width:990px){.header-wrapper.oosyy-header-permanent-white>.header{position:relative!important;display:grid!important;grid-template-areas:"navigation heading icons"!important;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)!important;align-items:center!important}.header-wrapper.oosyy-header-permanent-white .oosyy-curated-nav{display:flex!important;grid-area:navigation!important;margin:0!important;justify-self:start!important;opacity:1!important;visibility:visible!important}.header-wrapper.oosyy-header-permanent-white .header__heading,.header-wrapper.oosyy-header-permanent-white>.header>.header__heading-link{grid-area:heading!important;margin:0!important;justify-self:center!important}.header-wrapper.oosyy-header-permanent-white .header__icons{grid-area:icons!important;justify-self:end!important}.template-collection #product-grid.product-grid,.template-search #product-grid.product-grid,.template-search #product-grid .product-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;width:100%!important;column-gap:.8rem!important}.template-collection #product-grid.product-grid>.grid__item,.template-search #product-grid.product-grid>.grid__item,.template-search #product-grid .product-grid>.grid__item{width:100%!important;max-width:none!important;min-width:0!important}}@media(max-width:989px){.header-wrapper.oosyy-header-permanent-white>.header{display:grid!important;grid-template-areas:"navigation heading icons"!important;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)!important;align-items:center!important}.header-wrapper.oosyy-header-permanent-white header-drawer{grid-area:navigation!important;justify-self:start!important}.header-wrapper.oosyy-header-permanent-white .header__heading,.header-wrapper.oosyy-header-permanent-white>.header>.header__heading-link{grid-area:heading!important;margin:0!important;justify-self:center!important}.header-wrapper.oosyy-header-permanent-white .header__icons{grid-area:icons!important;justify-self:end!important}.header-wrapper.oosyy-header-permanent-white .oosyy-curated-nav{display:none!important}.header-wrapper.oosyy-header-permanent-white .header__heading-logo,.header-wrapper.oosyy-header-permanent-white .oosyy-asset-logo{display:block!important;max-width:12rem!important;max-height:4rem!important;width:auto!important;height:auto!important}}.shopify-section-group-header-group .header__heading-logo,.shopify-section-group-header-group .oosyy-asset-logo{filter:brightness(0)!important}.shopify-section-group-header-group .oosyy-curated-trigger,.shopify-section-group-header-group .oosyy-curated-trigger__icon{color:#111!important;border-color:#111!important;background-color:transparent!important;opacity:1!important;visibility:visible!important}.shopify-section-group-header-group .oosyy-curated-trigger__icon i{display:block!important;width:100%!important;height:1px!important;border:0!important;background:#111!important;color:#111!important;opacity:1!important;visibility:visible!important}.shopify-section-header-hidden,.shopify-section-header-sticky,.shopify-section-header-sticky .header-wrapper{opacity:1!important;visibility:visible!important;transform:none!important}.scroll-trigger.animate--slide-in,.scroll-trigger.animate--fade-in,.scroll-trigger.scroll-trigger--offscreen{opacity:1!important;visibility:visible!important;transform:none!important;animation:none!important}.template-collection #product-grid .card__information,.template-collection #product-grid .card-information,.template-search #product-grid .card__information,.template-search #product-grid .card-information,.oosyy-products .card__information,.oosyy-products .card-information{min-width:0!important;max-width:100%!important}.template-collection #product-grid .card__heading,.template-collection #product-grid .card__heading a,.template-search #product-grid .card__heading,.template-search #product-grid .card__heading a,.oosyy-products .card__heading,.oosyy-products .card__heading a{display:-webkit-box!important;width:100%!important;max-width:100%!important;min-height:3.4rem!important;margin:0!important;overflow:hidden!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;white-space:normal!important;overflow-wrap:anywhere!important;text-overflow:ellipsis!important;line-height:1.35!important}.template-collection #product-grid .quick-add,.template-search #product-grid .quick-add,.oosyy-products .quick-add{position:static!important;inset:auto!important;display:block!important;width:100%!important;margin:1rem 0 0!important;opacity:1!important;transform:none!important;pointer-events:auto!important}.template-collection #product-grid .quick-add__submit,.template-search #product-grid .quick-add__submit,.oosyy-products .quick-add__submit{position:static!important;width:100%!important;min-height:4.2rem!important;margin:0!important}.quick-add-modal[open]{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:2147483000!important;display:block!important;width:100vw!important;height:100dvh!important;overflow:hidden!important;background:#0000006b!important}@media(min-width:750px){.quick-add-modal .quick-add-modal__content,.quick-add-modal[open] .quick-add-modal__content{position:fixed!important;top:50%!important;right:auto!important;bottom:auto!important;left:50%!important;width:min(100rem,calc(100vw - 6rem))!important;max-width:100rem!important;height:min(76rem,calc(100dvh - 6rem))!important;max-height:calc(100dvh - 6rem)!important;margin:0!important;overflow:auto!important;border:0!important;background:#fff!important;transform:translate(-50%,-50%)!important}.quick-add-modal__content-info{height:auto!important;min-height:100%!important;padding:3rem!important}}@media(max-width:749px){.quick-add-modal[open]{background:#fff!important}.quick-add-modal .quick-add-modal__content,.quick-add-modal[open] .quick-add-modal__content{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100vw!important;max-width:100vw!important;height:100dvh!important;max-height:100dvh!important;margin:0!important;overflow-x:hidden!important;overflow-y:auto!important;border:0!important;background:#fff!important;transform:none!important}.quick-add-modal__content-info{display:block!important;width:100%!important;height:auto!important;min-height:100%!important;padding:5.8rem 1.6rem 2rem!important;overflow:visible!important}quick-add-modal .quick-add-modal__toggle{position:fixed!important;top:1rem!important;right:1rem!important;z-index:2147483001!important}}@media(min-width:990px){.oosyy-collection-navigation__track{display:flex!important;justify-content:center!important;flex-wrap:wrap!important;gap:1.2rem 2.2rem!important;overflow:visible!important;padding:1.5rem 2.4rem!important}}.quick-add-modal .oosyy-pdp-summary{display:none!important}.product-card-wrapper .oosyy-card-media-link{position:absolute!important;z-index:4!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:block!important;width:100%!important;height:100%!important;cursor:pointer!important}.product-card-wrapper .oosyy-card-media-link .card__media{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important}.product-card-wrapper .quick-add{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:.8rem!important;align-items:stretch!important}.product-card-wrapper .quick-add>modal-opener,.product-card-wrapper .quick-add>.oosyy-card-add,.product-card-wrapper .quick-add>.oosyy-card-add form{display:block!important;width:100%!important;min-width:0!important;height:100%!important;margin:0!important}.product-card-wrapper .quick-add__submit,.product-card-wrapper .oosyy-card-add__submit{width:100%!important;min-width:0!important;min-height:4.2rem!important;height:100%!important;margin:0!important;padding:.8rem .6rem!important;border:1px solid #111!important;border-radius:0!important;font-size:1rem!important;font-weight:700!important;letter-spacing:.06em!important;text-transform:uppercase!important}.product-card-wrapper .quick-add__submit:after,.product-card-wrapper .oosyy-card-add__submit:after{display:none!important}.quick-add-modal .oosyy-buy-now,.quick-add-modal .shopify-payment-button{display:none!important}@media(max-width:749px){.product-card-wrapper .quick-add{grid-template-columns:1fr!important;gap:.5rem!important}.product-card-wrapper .quick-add>.oosyy-card-add{order:1!important}.product-card-wrapper .quick-add>modal-opener{order:2!important}.product-card-wrapper .quick-add__submit,.product-card-wrapper .oosyy-card-add__submit{min-height:3.8rem!important;padding:.6rem .25rem!important;font-size:.86rem!important;letter-spacing:.035em!important}}.oosyy-wide-editorial__frames{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;overflow:hidden!important}.oosyy-wide-editorial__frames img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important}.oosyy-wide-editorial__frames img:first-child{object-position:35% center!important}.oosyy-wide-editorial__frames img:last-child{object-position:55% center!important}.oosyy-wide-editorial__media:after{content:""!important;position:absolute!important;z-index:1!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:linear-gradient(180deg,#00000008,#00000080)!important;pointer-events:none!important}.oosyy-wide-editorial__copy{z-index:2!important;color:#fff!important;text-shadow:0 1px 12px rgba(0,0,0,.38)!important}.template-index .oosyy-home-hero:after{content:""!important;position:absolute!important;z-index:2!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:linear-gradient(180deg,#00000005 35%,#0000008a)!important;pointer-events:none!important}@media(max-width:749px){.oosyy-home-hero__triptych{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;height:130vw!important;max-height:70rem!important}.oosyy-home-hero__panel{display:none!important}.oosyy-home-hero__panel--center,.oosyy-home-hero__panel--right{display:block!important;width:100%!important}.oosyy-home-hero__panel--center .oosyy-hero__image,.oosyy-home-hero__panel--right .oosyy-hero__image{object-position:55% center!important}.template-index .oosyy-home-hero h1{font-size:clamp(3.7rem,12vw,5.2rem)!important}.oosyy-wide-editorial__media{aspect-ratio:4/5!important}.oosyy-wide-editorial__frames{grid-template-columns:repeat(2,minmax(0,1fr))!important}.oosyy-wide-editorial__copy{color:#fff!important;text-shadow:0 1px 12px rgba(0,0,0,.48)!important}.oosyy-wide-editorial__copy strong{font-size:clamp(3.4rem,12vw,5rem)!important}.product-card-wrapper .card-information{position:relative!important;z-index:6!important;overflow:visible!important}.product-card-wrapper .quick-add,.template-index .product-card-wrapper .quick-add,.template-collection .product-card-wrapper .quick-add,.template-search .product-card-wrapper .quick-add{position:relative!important;z-index:8!important;display:grid!important;grid-template-columns:1fr!important;gap:.5rem!important;width:100%!important;height:auto!important;margin:.8rem 0 0!important;opacity:1!important;visibility:visible!important;transform:none!important;pointer-events:auto!important}.product-card-wrapper .quick-add>modal-opener,.product-card-wrapper .quick-add>.oosyy-card-add{display:block!important;visibility:visible!important;opacity:1!important}.product-card-wrapper .quick-add__submit,.product-card-wrapper .oosyy-card-add__submit{display:flex!important;min-height:4rem!important;visibility:visible!important;opacity:1!important}}.product-card-wrapper .quick-add,.template-index .product-card-wrapper .quick-add,.template-collection .product-card-wrapper .quick-add,.template-search .product-card-wrapper .quick-add,.template-product .product-card-wrapper .quick-add{position:static!important;inset:auto!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;align-items:start!important;gap:.6rem!important;width:100%!important;min-height:0!important;height:auto!important;margin:.9rem 0 0!important;overflow:visible!important;opacity:1!important;visibility:visible!important;transform:none!important;pointer-events:auto!important}.product-card-wrapper .quick-add>modal-opener,.product-card-wrapper .quick-add>.oosyy-card-add,.product-card-wrapper .quick-add>.oosyy-card-add form{position:static!important;display:block!important;width:100%!important;min-width:0!important;min-height:0!important;height:auto!important;margin:0!important;overflow:visible!important;opacity:1!important;visibility:visible!important}.product-card-wrapper .quick-add__submit,.product-card-wrapper .oosyy-card-add__submit{position:static!important;display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-width:0!important;min-height:4.2rem!important;height:4.2rem!important;max-height:4.2rem!important;margin:0!important;padding:.5rem!important;overflow:hidden!important;border:1px solid #111!important;border-radius:0!important;box-shadow:none!important;font-size:1rem!important;font-weight:700!important;line-height:1!important;letter-spacing:.055em!important;white-space:nowrap!important;text-transform:uppercase!important;opacity:1!important;visibility:visible!important}.product-card-wrapper .quick-add__submit{background:#fff!important;color:#111!important}.product-card-wrapper .oosyy-card-add__submit{background:#111!important;color:#fff!important}@media(max-width:749px){.product-card-wrapper .quick-add,.template-index .product-card-wrapper .quick-add,.template-collection .product-card-wrapper .quick-add,.template-search .product-card-wrapper .quick-add,.template-product .product-card-wrapper .quick-add{grid-template-columns:1fr!important;gap:.5rem!important}.product-card-wrapper .quick-add>.oosyy-card-add{order:1!important}.product-card-wrapper .quick-add>modal-opener{order:2!important}.product-card-wrapper .quick-add__submit,.product-card-wrapper .oosyy-card-add__submit{height:3.9rem!important;min-height:3.9rem!important;max-height:3.9rem!important;font-size:.9rem!important}}.oosyy-pdp-color{margin:1.8rem 0 1.2rem!important;font-size:1.3rem!important}.oosyy-pdp-delivery{display:grid!important;gap:.35rem!important;margin:2rem 0!important;padding:1.5rem 0!important;border-top:1px solid #ddd!important;border-bottom:1px solid #ddd!important;font-size:1.2rem!important}.oosyy-pdp-delivery strong{font-size:1.25rem!important}.oosyy-pdp-delivery span{color:#666!important}.oosyy-pdp-tabs{margin-top:1.6rem!important;border-bottom:1px solid #bbb!important}.oosyy-pdp-tabs details{border-top:1px solid #bbb!important}.oosyy-pdp-tabs summary{display:flex!important;align-items:center!important;justify-content:space-between!important;min-height:5.2rem!important;padding:0!important;cursor:pointer!important;font-size:1.25rem!important;font-weight:700!important;letter-spacing:.04em!important;text-transform:uppercase!important;list-style:none!important}.oosyy-pdp-tabs summary::-webkit-details-marker{display:none!important}.oosyy-pdp-tabs summary span{font-size:2rem!important;font-weight:400!important;transition:transform .2s ease!important}.oosyy-pdp-tabs details[open] summary span{transform:rotate(45deg)!important}.oosyy-pdp-tab-content{padding:0 0 2.2rem!important;color:#292929!important;font-size:1.25rem!important;line-height:1.6!important}.oosyy-pdp-tab-content .rte>*:first-child{margin-top:0!important}.oosyy-pdp-tab-content ul{margin:1.5rem 0 0!important;padding-left:1.8rem!important}.oosyy-pdp-tab-content li{margin:.45rem 0!important}.oosyy-pdp-size-link{display:inline-block!important;margin-top:.7rem!important;border-bottom:1px solid currentColor!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.05em!important}.oosyy-pdp-tab-content .oosyy-product-facts{margin:0!important}.oosyy-pdp-tab-content .oosyy-product-facts>div{display:flex!important;justify-content:space-between!important;gap:2rem!important;padding:.8rem 0!important;border-bottom:1px solid #eee!important}.oosyy-pdp-tab-content .oosyy-product-facts dt{color:#666!important}.oosyy-pdp-tab-content .oosyy-product-facts dd{margin:0!important;text-align:right!important}.oosyy-pdp-tab-content .oosyy-product-facts__description{display:none!important}.menu-drawer__navigation>.menu-drawer__menu{display:none!important}.oosyy-menu-content a{display:flex!important;align-items:center!important;min-height:4.8rem!important;padding:.9rem 0!important;text-decoration:none!important;cursor:pointer!important}.oosyy-menu-content__topline a{min-height:4.2rem!important}.oosyy-menu-content__primary{display:grid!important;grid-template-columns:1fr!important}.oosyy-menu-content__primary a{border-bottom:1px solid #e5e5e5!important;font-size:1.7rem!important;font-weight:700!important}.oosyy-menu-content__columns a{min-height:4.2rem!important;padding:.7rem 0!important}.oosyy-curated-panel .oosyy-menu-content,.oosyy-mobile-curated .oosyy-menu-content{pointer-events:auto!important}.oosyy-curated-panel a,.oosyy-mobile-curated a{position:relative!important;z-index:2!important;pointer-events:auto!important}.product-card-wrapper .oosyy-card-media-link{position:absolute!important;z-index:3!important;top:0!important;right:0!important;bottom:0!important;left:0!important}.product-card-wrapper .card__content{position:relative!important;z-index:5!important}@media(max-width:749px){.oosyy-pdp-tabs summary{min-height:5.6rem!important;font-size:1.15rem!important}.oosyy-pdp-tab-content{font-size:1.2rem!important}.menu-drawer__navigation{padding:1rem 2rem 3rem!important}.oosyy-mobile-curated{display:block!important;width:100%!important}}.product-card-wrapper .card__inner{position:relative!important}.product-card-wrapper .card__inner>.oosyy-card-media-link{position:absolute!important;z-index:9!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:block!important;width:100%!important;height:100%!important;pointer-events:auto!important;touch-action:manipulation!important}.product-card-wrapper .card__inner>.card__content{z-index:1!important;pointer-events:none!important}.product-card-wrapper .card__inner .card__badge,.product-card-wrapper .oosyy-card-ribbon{pointer-events:none!important}.template-product .related-products .product-card-wrapper .quick-add>modal-opener,.template-product .related-products .product-card-wrapper .quick-add>.oosyy-card-add,.template-product .related-products .product-card-wrapper .quick-add>.oosyy-card-add form{display:block!important;width:100%!important;height:auto!important;margin:0!important}.template-product .related-products .product-card-wrapper .quick-add__submit,.template-product .related-products .product-card-wrapper .oosyy-card-add__submit{display:flex!important;width:100%!important;min-height:4.2rem!important;height:4.2rem!important;max-height:4.2rem!important;padding:.5rem!important;border:1px solid #111!important;border-radius:0!important;box-shadow:none!important;font-family:var(--o-sans)!important;font-size:1rem!important;font-weight:700!important;letter-spacing:.055em!important;text-transform:uppercase!important}.oosyy-curated-panel,#menu-drawer .oosyy-mobile-curated{background:#fff!important;color:#111!important;font-family:var(--o-sans)!important}.oosyy-menu-content__topline{padding:0 0 1.2rem!important;border-bottom:1px solid #bdbdbd!important}.oosyy-menu-content__topline a{min-height:4.4rem!important;color:#111!important;font-size:1.15rem!important;font-weight:700!important;letter-spacing:.07em!important;text-transform:uppercase!important}.oosyy-menu-content__primary{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0!important;border-bottom:1px solid #bdbdbd!important}.oosyy-menu-content__primary a{justify-content:flex-start!important;min-height:5.4rem!important;padding:1rem .8rem!important;border:0!important;color:#111!important;font-size:1.45rem!important;font-weight:700!important;letter-spacing:.06em!important;text-transform:uppercase!important}.oosyy-menu-content__primary a+a{border-left:1px solid #ddd!important}.oosyy-menu-content__columns{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:1.6rem 3rem!important;padding-top:1.6rem!important}.oosyy-menu-group{border-bottom:1px solid #cfcfcf!important}.oosyy-menu-group>summary{min-height:5.2rem!important;padding:.8rem 0!important;color:#111!important;font-size:1.35rem!important;font-weight:700!important;letter-spacing:.055em!important;text-transform:uppercase!important}.oosyy-menu-group>.oosyy-menu-column{padding:0 0 1.2rem!important}.oosyy-menu-group>.oosyy-menu-column a{display:flex!important;align-items:center!important;min-height:4.5rem!important;padding:.7rem 0!important;color:#222!important;font-size:1.35rem!important;font-weight:500!important;line-height:1.25!important;letter-spacing:0!important;text-transform:none!important}.oosyy-menu-group>.oosyy-menu-column a:hover,.oosyy-menu-group>.oosyy-menu-column a:focus-visible{color:#000!important;text-decoration:underline!important;text-underline-offset:.35rem!important}@media(max-width:749px){.template-product .related-products .product-card-wrapper .quick-add{grid-template-columns:1fr!important;gap:.5rem!important}.template-product .related-products .product-card-wrapper .quick-add>.oosyy-card-add{order:1!important}.template-product .related-products .product-card-wrapper .quick-add>modal-opener{order:2!important}.template-product .related-products .product-card-wrapper .quick-add__submit,.template-product .related-products .product-card-wrapper .oosyy-card-add__submit{height:3.9rem!important;min-height:3.9rem!important;max-height:3.9rem!important;font-size:.9rem!important}#menu-drawer .oosyy-mobile-curated{padding:0 1.8rem 3rem!important}#menu-drawer .oosyy-menu-content__topline{position:static!important;margin:0!important;padding:1rem 0!important;background:#fff!important}#menu-drawer .oosyy-menu-content__primary{margin:0!important;padding:0!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}#menu-drawer .oosyy-menu-content__primary a{min-height:5.6rem!important;padding:1rem!important;font-size:1.35rem!important}#menu-drawer .oosyy-menu-content__columns{grid-template-columns:1fr!important;gap:0!important;padding-top:1rem!important;overflow:visible!important}#menu-drawer .oosyy-menu-group>summary{min-height:5.8rem!important;font-size:1.4rem!important}#menu-drawer .oosyy-menu-group>.oosyy-menu-column a{min-height:4.8rem!important;font-size:1.4rem!important}}@media screen and (max-width:749px){.template-product .product,.template-product .product__media-wrapper,.template-product .product__media-wrapper slider-component,.template-product .product__info-wrapper,.template-product .product__info-container{box-sizing:border-box!important;min-width:0!important;width:100%!important;max-width:100%!important}.template-product .product__media-wrapper slider-component:not(.thumbnail-slider--no-slide),.template-product .product__media-list{margin-inline:0!important;width:100%!important;max-width:100%!important}.template-product .product__media-list .product__media-item,.template-product .grid--peek.slider--mobile .product__media-item{box-sizing:border-box!important;width:100%!important;max-width:100%!important;margin-inline:0!important}.template-product .product__title,.template-product .product__title h1,.template-product form.installment,.template-product shopify-payment-terms{box-sizing:border-box!important;min-width:0!important;width:100%!important;max-width:100%!important;overflow-wrap:anywhere}.template-product shopify-payment-terms{display:block;contain:inline-size}}.product-card-wrapper [data-oosyy-card-url]{position:relative!important;cursor:pointer!important;touch-action:manipulation!important}.product-card-wrapper [data-oosyy-card-url]>.oosyy-card-media-link{position:absolute!important;z-index:20!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;pointer-events:auto!important;touch-action:manipulation!important}.product-card-wrapper [data-oosyy-card-url]>.card__content{z-index:1!important;pointer-events:none!important}.template-product .related-products .product-card-wrapper .quick-add{position:static!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.6rem!important;width:100%!important;height:auto!important;margin:.9rem 0 0!important;opacity:1!important;visibility:visible!important;transform:none!important;pointer-events:auto!important}.template-product .related-products .product-card-wrapper .quick-add>modal-opener,.template-product .related-products .product-card-wrapper .quick-add>.oosyy-card-add,.template-product .related-products .product-card-wrapper .quick-add>.oosyy-card-add form{display:block!important;width:100%!important;min-width:0!important;height:auto!important;margin:0!important}.template-product .related-products .product-card-wrapper .quick-add__submit,.template-product .related-products .product-card-wrapper .oosyy-card-add__submit{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-width:0!important;height:4.2rem!important;min-height:4.2rem!important;max-height:4.2rem!important;margin:0!important;padding:.5rem!important;border:1px solid #111!important;border-radius:0!important;box-shadow:none!important;font-family:var(--o-sans)!important;font-size:1rem!important;font-weight:700!important;line-height:1!important;letter-spacing:.055em!important;text-transform:uppercase!important;opacity:1!important;visibility:visible!important}.template-product .related-products .product-card-wrapper .quick-add__submit{background:#fff!important;color:#111!important}.template-product .related-products .product-card-wrapper .oosyy-card-add__submit{background:#111!important;color:#fff!important}.oosyy-menu-content,.oosyy-menu-content a,.oosyy-menu-content summary{font-family:var(--o-sans)!important}.oosyy-menu-content__primary a,.oosyy-menu-group>summary,.oosyy-menu-group>.oosyy-menu-column a{box-sizing:border-box!important;width:100%!important;max-width:none!important;cursor:pointer!important;pointer-events:auto!important;touch-action:manipulation!important}.oosyy-menu-content__primary a{min-height:5.8rem!important;padding:1rem 1.2rem!important;font-size:1.55rem!important;font-weight:700!important}.oosyy-menu-group>summary{min-height:5.8rem!important;padding:1rem!important;font-size:1.55rem!important;font-weight:700!important}.oosyy-menu-group>.oosyy-menu-column a{display:flex!important;align-items:center!important;min-height:5.2rem!important;padding:1rem!important;color:#111!important;font-size:1.55rem!important;font-weight:500!important;line-height:1.25!important}.oosyy-menu-group>.oosyy-menu-column a:hover,.oosyy-menu-group>.oosyy-menu-column a:focus-visible{background:#f2f2f2!important;text-decoration:none!important}@media(max-width:749px){.template-product .related-products .product-card-wrapper .quick-add{grid-template-columns:1fr!important;gap:.5rem!important}.template-product .related-products .product-card-wrapper .quick-add>.oosyy-card-add{order:1!important}.template-product .related-products .product-card-wrapper .quick-add>modal-opener{order:2!important}.template-product .related-products .product-card-wrapper .quick-add__submit,.template-product .related-products .product-card-wrapper .oosyy-card-add__submit{height:3.9rem!important;min-height:3.9rem!important;max-height:3.9rem!important;font-size:.9rem!important}#menu-drawer .oosyy-menu-content__primary a{min-height:6rem!important;font-size:1.55rem!important}#menu-drawer .oosyy-menu-group>summary{min-height:6.2rem!important;font-size:1.6rem!important}#menu-drawer .oosyy-menu-group>.oosyy-menu-column a{min-height:5.6rem!important;padding:1.1rem 1.2rem!important;font-size:1.6rem!important}}
/*# sourceMappingURL=/cdn/shop/t/60/assets/oosyy.css.map */
