:root{--sh-black:#15150f;--sh-ink:#1b1b16;--sh-cream:#f7f4ec;--sh-cream-2:#efece2;--sh-white:#ffffff;--sh-muted:#6f6b5e;--sh-border:#e4e0d4;--sh-gold:#c99a3e;--sh-sale:#8a1f1f;--sh-radius:2px;--sh-font-heading:"Playfair Display", Georgia, "Times New Roman", serif;--sh-font-body:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--sh-container:1280px}.sh-wrap{max-width:var(--sh-container);margin:0 auto;padding:0 40px}@media(max-width:749px){.sh-wrap{padding:0 20px}}.sh-section{background:var(--sh-cream)}.sh-section--white{background:var(--sh-white)}.sh-section--black{background:var(--sh-black);color:var(--sh-white)}.sh-eyebrow{font-family:var(--sh-font-body);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--sh-muted);font-weight:600;margin:0 0 8px}.sh-heading{font-family:var(--sh-font-heading);font-weight:700;color:var(--sh-ink);margin:0;line-height:1.15}.sh-subtext{font-family:var(--sh-font-body);color:var(--sh-muted);font-size:15px;margin:6px 0 0}.sh-btn{display:inline-flex;align-items:center;gap:8px;font-family:var(--sh-font-body);font-weight:600;font-size:14px;padding:13px 26px;border-radius:var(--sh-radius);background:var(--sh-black);color:var(--sh-white);text-decoration:none;border:1px solid var(--sh-black);transition:opacity .15s ease}.sh-btn:hover{opacity:.85}.sh-btn--outline{background:transparent;color:var(--sh-white);border-color:var(--sh-white)}.sh-btn--dark-outline{background:transparent;color:var(--sh-ink);border-color:var(--sh-ink)}.sh-btn--full{width:100%;justify-content:center}.sh-btn--icon{padding:12px;aspect-ratio:1;justify-content:center}.sh-announce{background:var(--sh-black);color:var(--sh-white);font-family:var(--sh-font-body)}.sh-announce .sh-wrap{display:flex;align-items:center;justify-content:space-between;font-size:12px;padding-top:8px;padding-bottom:8px;letter-spacing:.02em}.sh-announce a{color:var(--sh-white);text-decoration:none}.sh-announce__side{display:flex;gap:24px}@media(max-width:749px){.sh-announce__side--right,.sh-announce__side--mid{display:none}}.sh-header{background:var(--sh-white);border-bottom:1px solid var(--sh-border)}.sh-header .sh-wrap{display:flex;align-items:center;justify-content:space-between;padding-top:18px;padding-bottom:18px;gap:24px}.sh-header__logo{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--sh-ink)}.sh-header__logo-mark{width:34px;height:34px;border:2px solid var(--sh-ink);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--sh-font-heading);font-weight:700;font-size:16px}.sh-header__logo-text{display:flex;flex-direction:column;line-height:1}.sh-header__logo-text span:first-child{font-family:var(--sh-font-body);font-weight:800;font-size:19px;letter-spacing:.03em}.sh-header__logo-text span:last-child{font-family:var(--sh-font-body);font-size:9px;letter-spacing:.2em;color:var(--sh-muted);margin-top:2px}.sh-header__nav{display:flex;gap:30px;font-family:var(--sh-font-body);font-size:14px;font-weight:500}.sh-header__nav a{color:var(--sh-ink);text-decoration:none}.sh-header__nav a.active{border-bottom:2px solid var(--sh-ink);padding-bottom:4px}.sh-header__search{flex:0 1 320px;display:flex;align-items:center;border:1px solid var(--sh-border);border-radius:24px;padding:9px 16px;gap:8px;color:var(--sh-muted);font-family:var(--sh-font-body);font-size:13px}.sh-header__search input{border:0;outline:0;background:transparent;font:inherit;width:100%;color:var(--sh-ink)}.sh-header__icons{display:flex;align-items:center;gap:18px}.sh-header__icons a{color:var(--sh-ink);position:relative;display:flex}.sh-header__cart-count{position:absolute;top:-7px;right:-9px;background:var(--sh-black);color:#fff;font-size:10px;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}@media(max-width:989px){.sh-header__nav,.sh-header__search{display:none}}.sh-hero{position:relative;overflow:hidden;background:var(--sh-cream)}.sh-hero__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.sh-hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#14140f6b,#14140f26 45%,#14140f00 65%)}.sh-hero__inner{position:relative;min-height:440px;display:flex;flex-direction:column;justify-content:center;padding:56px 0}.sh-hero__eyebrow{color:#fff;opacity:.85}.sh-hero__title{font-size:clamp(34px,5vw,54px);color:#fff;max-width:560px}.sh-hero__features{display:flex;gap:22px;color:#fff;font-family:var(--sh-font-body);font-size:14px;margin-top:18px}.sh-hero__features span{opacity:.9}.sh-hero__cta{margin-top:26px}.sh-hero__trust{display:flex;gap:34px;margin-top:40px;flex-wrap:wrap}.sh-hero__trust-item{display:flex;align-items:center;gap:10px;color:#fff;font-family:var(--sh-font-body);font-size:12px;opacity:.92}.sh-hero__trust-item strong{display:block;font-size:13px;font-weight:600}@media(max-width:749px){.sh-hero__trust{display:none}.sh-hero__inner{min-height:360px;padding:40px 0}}.sh-cats{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;margin-top:26px}.sh-cats__card{text-decoration:none;color:var(--sh-ink)}.sh-cats__img{aspect-ratio:1;border-radius:var(--sh-radius);overflow:hidden;background:var(--sh-cream-2)}.sh-cats__img img{width:100%;height:100%;object-fit:cover}.sh-cats__label{display:flex;align-items:center;gap:6px;font-family:var(--sh-font-body);font-weight:600;font-size:14px;margin-top:12px}@media(max-width:989px){.sh-cats{grid-template-columns:repeat(3,1fr)}}@media(max-width:749px){.sh-cats{grid-template-columns:repeat(2,1fr)}}.sh-row-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:22px}.sh-row-head a{font-family:var(--sh-font-body);font-weight:600;font-size:14px;color:var(--sh-ink);text-decoration:none}.sh-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}.sh-grid--4{grid-template-columns:repeat(4,1fr)}.sh-grid--3{grid-template-columns:repeat(3,1fr)}@media(max-width:989px){.sh-grid,.sh-grid--4{grid-template-columns:repeat(3,1fr)}}@media(max-width:749px){.sh-grid,.sh-grid--4,.sh-grid--3{grid-template-columns:repeat(2,1fr)}}.sh-card{background:var(--sh-white);border:1px solid var(--sh-border);border-radius:var(--sh-radius);overflow:hidden;display:flex;flex-direction:column}.sh-card__media{position:relative;aspect-ratio:1;background:var(--sh-cream-2)}.sh-card__media img{width:100%;height:100%;object-fit:cover;display:block}.sh-card__badge{position:absolute;top:10px;left:10px;background:var(--sh-black);color:#fff;font-family:var(--sh-font-body);font-size:11px;font-weight:700;padding:4px 9px;border-radius:2px}.sh-card__badge--sale{background:var(--sh-sale)}.sh-card__body{padding:14px 16px 18px;display:flex;flex-direction:column;gap:6px;flex:1}.sh-card__title{font-family:var(--sh-font-body);font-weight:600;font-size:14.5px;color:var(--sh-ink);text-decoration:none}.sh-card__rating{display:flex;align-items:center;gap:5px;font-family:var(--sh-font-body);font-size:12px;color:var(--sh-muted)}.sh-card__rating .stars{color:var(--sh-gold);letter-spacing:1px}.sh-card__price{font-family:var(--sh-font-body);font-weight:700;font-size:15px;color:var(--sh-ink);display:flex;gap:8px;align-items:baseline}.sh-card__price del{font-weight:400;color:var(--sh-muted);font-size:13px}.sh-card__cta{margin-top:auto}.sh-promo{position:relative;overflow:hidden;border-radius:var(--sh-radius)}.sh-promo__img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0}.sh-promo__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0f0f0ad1,#0f0f0a73 55%,#0f0f0a1a)}.sh-promo__inner{position:relative;padding:52px 48px;min-height:230px;display:flex;flex-direction:column;justify-content:center;max-width:460px}.sh-promo__title{color:#fff;font-size:clamp(26px,3vw,38px)}@media(max-width:749px){.sh-promo__inner{padding:34px 24px}}.sh-brands{display:flex;align-items:center;justify-content:space-between;gap:28px;flex-wrap:wrap;opacity:.75}.sh-brands img{max-height:26px;width:auto;filter:grayscale(1)}.sh-triple{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.sh-triple__card{position:relative;border-radius:var(--sh-radius);overflow:hidden;min-height:230px;display:flex;align-items:flex-end}.sh-triple__card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.sh-triple__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000 40%,#000000a6)}.sh-triple__body{position:relative;padding:22px;color:#fff}.sh-triple__body h3{font-family:var(--sh-font-heading);font-size:20px;margin:0 0 4px}.sh-triple__body p{font-family:var(--sh-font-body);font-size:13px;margin:0 0 12px;opacity:.9}@media(max-width:749px){.sh-triple{grid-template-columns:1fr}}.sh-footer{background:var(--sh-black);color:#fff}.sh-footer__features{border-bottom:1px solid rgba(255,255,255,.12);padding:26px 0}.sh-footer__features .sh-wrap{display:flex;justify-content:space-between;flex-wrap:wrap;gap:18px}.sh-footer__feature{display:flex;gap:10px;align-items:center;font-family:var(--sh-font-body);font-size:13px}.sh-footer__feature strong{display:block;font-size:13px}.sh-footer__feature span{opacity:.65;font-size:12px}.sh-footer__main{padding:44px 0;display:grid;grid-template-columns:1.4fr 1fr 1fr 1.3fr;gap:24px}.sh-footer__col h4{font-family:var(--sh-font-body);font-size:13px;letter-spacing:.06em;text-transform:uppercase;margin:0 0 14px;opacity:.85}.sh-footer__col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:9px}.sh-footer__col a{color:#fff;opacity:.75;text-decoration:none;font-family:var(--sh-font-body);font-size:13.5px}.sh-footer__newsletter{display:flex;margin-top:12px;border:1px solid rgba(255,255,255,.25);border-radius:2px;overflow:hidden}.sh-footer__newsletter input{flex:1;background:transparent;border:0;padding:10px 12px;color:#fff;font-family:var(--sh-font-body);font-size:13px}.sh-footer__newsletter button{background:#fff;color:var(--sh-black);border:0;padding:0 16px;cursor:pointer}.sh-footer__social{display:flex;gap:12px;margin-top:16px}.sh-footer__social a{width:32px;height:32px;border:1px solid rgba(255,255,255,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.sh-footer__bottom{border-top:1px solid rgba(255,255,255,.12);padding:18px 0;display:flex;justify-content:space-between;font-family:var(--sh-font-body);font-size:12.5px;opacity:.7;flex-wrap:wrap;gap:10px}@media(max-width:749px){.sh-footer__main{grid-template-columns:1fr 1fr}}.sh-pdp{padding:44px 0 70px}.sh-pdp__grid{display:grid;grid-template-columns:1fr 1fr;gap:56px}.sh-pdp__gallery-main{aspect-ratio:1;background:var(--sh-cream-2);border-radius:var(--sh-radius);overflow:hidden;margin-bottom:14px}.sh-pdp__gallery-main img{width:100%;height:100%;object-fit:cover}.sh-pdp__thumbs{display:flex;gap:10px}.sh-pdp__thumbs img{width:74px;height:74px;object-fit:cover;border-radius:var(--sh-radius);border:1px solid var(--sh-border);cursor:pointer}.sh-pdp__vendor{font-family:var(--sh-font-body);font-size:12px;color:var(--sh-muted);text-transform:uppercase;letter-spacing:.08em}.sh-pdp__title{font-family:var(--sh-font-heading);font-size:30px;margin:8px 0 12px}.sh-pdp__rating{display:flex;align-items:center;gap:8px;font-family:var(--sh-font-body);font-size:13px;color:var(--sh-muted);margin-bottom:16px}.sh-pdp__price{font-family:var(--sh-font-body);font-weight:700;font-size:26px;margin-bottom:18px;display:flex;gap:12px;align-items:baseline}.sh-pdp__price del{font-weight:400;font-size:16px;color:var(--sh-muted)}.sh-pdp__desc{font-family:var(--sh-font-body);font-size:14.5px;line-height:1.7;color:#3a3a33;margin-bottom:24px}.sh-pdp__options{margin-bottom:20px}.sh-pdp__options label{display:block;font-family:var(--sh-font-body);font-weight:600;font-size:13px;margin-bottom:8px}.sh-pdp__swatches{display:flex;gap:8px;flex-wrap:wrap}.sh-pdp__swatch{border:1px solid var(--sh-border);border-radius:2px;padding:9px 16px;font-family:var(--sh-font-body);font-size:13px;background:#fff;cursor:pointer}.sh-pdp__swatch.active{border-color:var(--sh-black);background:var(--sh-black);color:#fff}.sh-pdp__qty{display:flex;align-items:center;border:1px solid var(--sh-border);border-radius:2px;width:fit-content;margin-bottom:16px}.sh-pdp__qty button{width:38px;height:40px;background:none;border:0;cursor:pointer;font-size:16px}.sh-pdp__qty input{width:44px;text-align:center;border:0;font-family:var(--sh-font-body);font-size:14px}.sh-pdp__actions{display:flex;gap:12px;margin-bottom:22px}.sh-pdp__meta{font-family:var(--sh-font-body);font-size:12.5px;color:var(--sh-muted);display:flex;flex-direction:column;gap:6px;border-top:1px solid var(--sh-border);padding-top:16px}@media(max-width:749px){.sh-pdp__grid{grid-template-columns:1fr;gap:28px}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/stylehub-styles.css.map */
