:root{--ohubhq-bg: #ffffff;--ohubhq-surface: #f8f5f0;--ohubhq-ink: #1c1a18;--ohubhq-ink-soft: #6b6259;--ohubhq-accent: #c9a879;--ohubhq-accent-deep: #9c7b4f;--ohubhq-rose: #cba69b;--ohubhq-rose-deep: #a97e72;--ohubhq-border: #e7e0d6;--ohubhq-btn-bg: #141210;--ohubhq-btn-fg: #ffffff;--ohubhq-shop-purple: #5a31f4;--ohubhq-radius: 2px;--ohubhq-radius-pill: 999px;--ohubhq-font-heading: "Cormorant Garamond", Georgia, serif;--ohubhq-font-body: "Jost", "Helvetica Neue", Arial, sans-serif;--ohubhq-container: 1280px}.ohubhq-container{max-width:var(--ohubhq-container);margin:0 auto;padding:0 clamp(16px,4vw,40px)}.ohubhq-section{padding:clamp(32px,6vw,72px) 0;background:var(--ohubhq-bg)}.ohubhq-section--tight{padding:clamp(20px,4vw,40px) 0}.ohubhq-eyebrow{display:block;text-align:center;font-family:var(--ohubhq-font-body);font-size:11px;letter-spacing:.28em;text-transform:uppercase;color:var(--ohubhq-ink-soft);margin-bottom:6px}.ohubhq-heading{text-align:center;font-family:var(--ohubhq-font-heading);font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:var(--ohubhq-ink);font-size:clamp(22px,3vw,32px);margin:0 0 clamp(20px,3vw,36px)}.ohubhq-body-text{font-family:var(--ohubhq-font-body);color:var(--ohubhq-ink-soft);line-height:1.7;font-size:clamp(14px,1.4vw,16px)}.ohubhq-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--ohubhq-font-body);font-size:12px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;text-decoration:none;padding:15px 34px;border-radius:var(--ohubhq-radius);border:1px solid var(--ohubhq-btn-bg);background:var(--ohubhq-btn-bg);color:var(--ohubhq-btn-fg);cursor:pointer;transition:opacity .2s ease,transform .15s ease;min-height:44px}.ohubhq-btn:hover{opacity:.82}.ohubhq-btn--outline{background:transparent;color:var(--ohubhq-ink);border-color:var(--ohubhq-ink)}.ohubhq-btn--light{background:#fff;color:var(--ohubhq-ink);border-color:#fff}.ohubhq-btn--shop{background:var(--ohubhq-shop-purple);border-color:var(--ohubhq-shop-purple)}.ohubhq-btn--block{width:100%}.ohubhq-btn:disabled{opacity:.5;cursor:not-allowed}.ohubhq-hero__grid{display:grid;grid-template-columns:1fr}@media(min-width:750px){.ohubhq-hero__grid{grid-template-columns:1fr 1.35fr}}.ohubhq-hero__panel{background:var(--ohubhq-rose);color:#fff;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:18px;padding:clamp(48px,8vw,96px) clamp(24px,6vw,64px);min-height:320px}.ohubhq-hero__title{font-family:var(--ohubhq-font-heading);font-weight:500;letter-spacing:.12em;text-transform:uppercase;font-size:clamp(30px,5vw,48px);margin:0}.ohubhq-hero__sub{font-family:var(--ohubhq-font-body);font-size:12px;letter-spacing:.22em;text-transform:uppercase;opacity:.9}.ohubhq-hero__media{position:relative;min-height:320px;background-size:cover;background-position:center}.ohubhq-hero__media img{width:100%;height:100%;object-fit:cover;display:block}.ohubhq-shop-row__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2px}@media(min-width:750px){.ohubhq-shop-row__grid{grid-template-columns:repeat(4,1fr)}}.ohubhq-shop-card{position:relative;text-decoration:none;color:var(--ohubhq-ink);display:block;background:var(--ohubhq-surface)}.ohubhq-shop-card__media{aspect-ratio:3/4;overflow:hidden}.ohubhq-shop-card__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.ohubhq-shop-card:hover .ohubhq-shop-card__media img{transform:scale(1.03)}.ohubhq-shop-card__meta{padding:14px 6px;text-align:center}.ohubhq-shop-card__title{font-family:var(--ohubhq-font-body);font-size:12.5px;letter-spacing:.02em;margin:0 0 4px}.ohubhq-shop-card__price{font-family:var(--ohubhq-font-body);font-size:12.5px;color:var(--ohubhq-ink-soft)}.ohubhq-panels__grid{display:grid;grid-template-columns:1fr;gap:2px}@media(min-width:750px){.ohubhq-panels__grid{grid-template-columns:repeat(3,1fr)}}.ohubhq-panel{position:relative;min-height:420px;display:flex;align-items:flex-end;justify-content:center;text-align:center;overflow:hidden}.ohubhq-panel__media{position:absolute;top:0;right:0;bottom:0;left:0}.ohubhq-panel__media img{width:100%;height:100%;object-fit:cover;display:block}.ohubhq-panel__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#0000008c,#0000 55%)}.ohubhq-panel__content{position:relative;z-index:1;color:#fff;padding:0 20px 34px}.ohubhq-panel__label{font-family:var(--ohubhq-font-heading);letter-spacing:.18em;text-transform:uppercase;font-size:clamp(18px,2vw,24px);margin:0 0 8px}.ohubhq-panel__link{font-family:var(--ohubhq-font-body);font-size:11px;letter-spacing:.18em;text-transform:uppercase;text-decoration:underline;color:#fff}.ohubhq-banner{position:relative;min-height:420px;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}.ohubhq-banner__media{position:absolute;top:0;right:0;bottom:0;left:0}.ohubhq-banner__media img{width:100%;height:100%;object-fit:cover;display:block}.ohubhq-banner__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000047}.ohubhq-banner__content{position:relative;z-index:1;color:#fff;padding:0 20px}.ohubhq-banner__title{font-family:var(--ohubhq-font-heading);letter-spacing:.2em;text-transform:uppercase;font-size:clamp(34px,6vw,64px);margin:0 0 10px}.ohubhq-banner__sub{font-family:var(--ohubhq-font-body);font-size:13px;letter-spacing:.05em;margin:0 0 22px;opacity:.95}.ohubhq-spotlight__grid{display:grid;grid-template-columns:1fr;gap:32px}@media(min-width:900px){.ohubhq-spotlight__grid{grid-template-columns:1fr 1fr;gap:56px}}.ohubhq-spotlight__gallery{aspect-ratio:4/5;overflow:hidden;background:var(--ohubhq-surface);border-radius:var(--ohubhq-radius)}.ohubhq-spotlight__gallery img{width:100%;height:100%;object-fit:cover;display:block}.ohubhq-spotlight__eyebrow{font-family:var(--ohubhq-font-body);font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--ohubhq-accent-deep);margin:0 0 10px}.ohubhq-spotlight__title{font-family:var(--ohubhq-font-heading);font-size:clamp(24px,2.6vw,32px);text-transform:uppercase;letter-spacing:.04em;margin:0 0 10px}.ohubhq-spotlight__price{font-family:var(--ohubhq-font-body);font-size:18px;font-weight:600;margin:0 0 4px}.ohubhq-spotlight__installment{font-family:var(--ohubhq-font-body);font-size:12.5px;color:var(--ohubhq-ink-soft);margin:0 0 20px}.ohubhq-spotlight__installment a{color:var(--ohubhq-shop-purple);text-decoration:underline}.ohubhq-spotlight__desc{list-style:disc;padding-left:18px;margin:0 0 24px;color:var(--ohubhq-ink-soft);font-family:var(--ohubhq-font-body);font-size:13.5px;line-height:1.8}.ohubhq-spotlight__desc li{margin-bottom:4px}.ohubhq-field-label{font-family:var(--ohubhq-font-body);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--ohubhq-ink-soft);display:block;margin-bottom:8px}.ohubhq-swatches{display:flex;gap:8px;margin-bottom:20px;flex-wrap:wrap}.ohubhq-swatch{width:28px;height:28px;border-radius:50%;border:2px solid var(--ohubhq-border);cursor:pointer;padding:0}.ohubhq-swatch[aria-checked=true]{border-color:var(--ohubhq-ink);box-shadow:0 0 0 1px var(--ohubhq-ink)}.ohubhq-sizes{display:flex;gap:8px;margin-bottom:22px;flex-wrap:wrap}.ohubhq-size-btn{font-family:var(--ohubhq-font-body);font-size:12px;letter-spacing:.05em;min-width:48px;text-align:center;padding:10px 14px;border:1px solid var(--ohubhq-border);background:#fff;cursor:pointer;border-radius:var(--ohubhq-radius)}.ohubhq-size-btn[aria-checked=true]{border-color:var(--ohubhq-ink);background:var(--ohubhq-ink);color:#fff}.ohubhq-qty-row{display:flex;align-items:center;gap:14px;margin-bottom:18px}.ohubhq-qty{display:inline-flex;align-items:center;border:1px solid var(--ohubhq-border);border-radius:var(--ohubhq-radius)}.ohubhq-qty button{width:38px;height:42px;background:transparent;border:none;font-size:16px;cursor:pointer;font-family:var(--ohubhq-font-body)}.ohubhq-qty input{width:40px;height:42px;border:none;text-align:center;font-family:var(--ohubhq-font-body);font-size:14px;-moz-appearance:textfield}.ohubhq-pickup{font-family:var(--ohubhq-font-body);font-size:12.5px;color:var(--ohubhq-ink-soft);margin-top:14px;display:flex;gap:8px;align-items:flex-start}.ohubhq-newsletter{position:relative;min-height:340px;display:flex;align-items:center;justify-content:center;overflow:hidden}.ohubhq-newsletter__media{position:absolute;top:0;right:0;bottom:0;left:0}.ohubhq-newsletter__media img{width:100%;height:100%;object-fit:cover;display:block}.ohubhq-newsletter__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000052}.ohubhq-newsletter__content{position:relative;z-index:1;text-align:center;color:#fff;padding:0 20px;width:100%;max-width:480px}.ohubhq-newsletter__title{font-family:var(--ohubhq-font-heading);letter-spacing:.18em;text-transform:uppercase;font-size:clamp(24px,3vw,34px);margin:0 0 6px}.ohubhq-newsletter__sub{font-family:var(--ohubhq-font-body);font-size:12px;letter-spacing:.08em;text-transform:uppercase;margin:0 0 22px;opacity:.92}.ohubhq-newsletter__form{display:flex;gap:8px}.ohubhq-newsletter__input{flex:1;padding:14px 16px;border:1px solid rgba(255,255,255,.7);background:transparent;color:#fff;font-family:var(--ohubhq-font-body);font-size:13px;border-radius:var(--ohubhq-radius)}.ohubhq-newsletter__input::placeholder{color:#ffffffbf}.ohubhq-newsletter__msg{font-family:var(--ohubhq-font-body);font-size:12px;margin-top:10px}.ohubhq-ugc__header{text-align:center;margin-bottom:clamp(18px,3vw,30px)}.ohubhq-ugc__handle{font-family:var(--ohubhq-font-body);font-weight:600;font-size:14px}.ohubhq-ugc__followers{font-family:var(--ohubhq-font-body);font-size:12px;color:var(--ohubhq-ink-soft)}.ohubhq-ugc__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2px}@media(min-width:750px){.ohubhq-ugc__grid{grid-template-columns:repeat(6,1fr)}}.ohubhq-ugc__item{aspect-ratio:1/1;overflow:hidden;display:block}.ohubhq-ugc__item img{width:100%;height:100%;object-fit:cover;display:block}.ohubhq-trust__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}@media(min-width:750px){.ohubhq-trust__grid{grid-template-columns:repeat(4,1fr)}}.ohubhq-trust__item{text-align:center;padding:0 10px}.ohubhq-trust__icon{width:30px;height:30px;margin:0 auto 12px;color:var(--ohubhq-ink)}.ohubhq-trust__icon svg{width:100%;height:100%}.ohubhq-trust__title{font-family:var(--ohubhq-font-body);font-size:12px;letter-spacing:.12em;text-transform:uppercase;margin:0 0 4px}.ohubhq-trust__desc{font-family:var(--ohubhq-font-body);font-size:11.5px;color:var(--ohubhq-ink-soft)}.ohubhq-pdp-badges{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;padding:12px clamp(16px,4vw,32px);background:var(--ohubhq-surface);border-bottom:1px solid var(--ohubhq-border)}.ohubhq-pdp-rating{display:flex;align-items:center;gap:8px;font-family:var(--ohubhq-font-body);font-size:12.5px;color:var(--ohubhq-ink-soft)}.ohubhq-pdp-rating__stars{color:var(--ohubhq-accent-deep);letter-spacing:1px;font-size:14px}.ohubhq-pdp-wishlist{display:inline-flex;align-items:center;gap:6px;font-family:var(--ohubhq-font-body);font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--ohubhq-ink);text-decoration:none;background:none;border:none;cursor:pointer}.ohubhq-pdp-wishlist svg{width:16px;height:16px}.ohubhq-pdp-wishlist[data-active=true] svg{fill:var(--ohubhq-rose-deep);stroke:var(--ohubhq-rose-deep)}.ohubhq-sticky-cta{display:none}@media(max-width:749px){.ohubhq-sticky-cta.is-visible{display:flex;align-items:center;justify-content:space-between;gap:12px;position:fixed;bottom:0;left:0;right:0;padding:12px 16px;background:var(--ohubhq-btn-bg);color:#fff;z-index:999;box-shadow:0 -2px 14px #0000001f}.ohubhq-sticky-cta__title{font-family:var(--ohubhq-font-body);font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ohubhq-sticky-cta__btn{font-family:var(--ohubhq-font-body);font-size:11px;letter-spacing:.12em;text-transform:uppercase;background:#fff;color:var(--ohubhq-ink);padding:10px 18px;border-radius:var(--ohubhq-radius);border:none;white-space:nowrap}}@media(max-width:749px){.ohubhq-hero__panel{min-height:260px;padding:40px 22px}.ohubhq-hero__media{min-height:260px}.ohubhq-banner,.ohubhq-panel{min-height:300px}.ohubhq-spotlight__gallery{aspect-ratio:1/1}}fieldset:has(input[data-option-name=Color i]) .variant-option__button-label,fieldset:has(input[data-option-name=Colour i]) .variant-option__button-label{width:30px;height:30px;padding:0;border-radius:50%;overflow:hidden;position:relative;display:inline-flex}fieldset:has(input[data-option-name=Color i]) .variant-option__button-label__pill,fieldset:has(input[data-option-name=Colour i]) .variant-option__button-label__pill{display:none}fieldset:has(input[data-option-name=Color i]) .variant-option__button-label__text,fieldset:has(input[data-option-name=Colour i]) .variant-option__button-label__text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}fieldset:has(input[data-option-name=Color i]) label:has(input[value=White i]),fieldset:has(input[data-option-name=Colour i]) label:has(input[value=White i]){background:#f5f2ec;box-shadow:inset 0 0 0 1px var(--ohubhq-border)}fieldset:has(input[data-option-name=Color i]) label:has(input[value=Pink i]),fieldset:has(input[data-option-name=Colour i]) label:has(input[value=Pink i]){background:#e7b8c9}fieldset:has(input[data-option-name=Color i]) label:has(input[value=Orange i]),fieldset:has(input[data-option-name=Colour i]) label:has(input[value=Orange i]){background:#e3a15c}fieldset:has(input[data-option-name=Color i]) label:has(input[value=Yellow i]),fieldset:has(input[data-option-name=Colour i]) label:has(input[value=Yellow i]){background:#e8d36a}fieldset:has(input[data-option-name=Color i]) label:has(input[value=Black i]),fieldset:has(input[data-option-name=Colour i]) label:has(input[value=Black i]){background:#1c1a18}fieldset:has(input[data-option-name=Color i]) label:has(input:checked),fieldset:has(input[data-option-name=Colour i]) label:has(input:checked){outline:2px solid var(--ohubhq-ink);outline-offset:2px}media-gallery [id*=Slide-thumbnail],.product-media-gallery-thumbnails-list li{border-radius:var(--ohubhq-radius)!important}
/*# sourceMappingURL=/cdn/shop/t/18/assets/ohubhq-styles.css.map */
