/** Shopify CDN: Minification failed

Line 8:11 Expected identifier but found whitespace
Line 8:25 Unexpected ".2s"
Line 110:0 Expected "}" to go with "{"

**/
transition: border-color .2s var(--ease), transform .2s var(--ease);
}
.ih-pdp .thumb img{ width: 100%; height: 100%; object-fit: contain; padding: 8px; }
.ih-pdp .thumb:hover{ border-color: var(--ih-slate); }
.ih-pdp .thumb.active{ border-color: var(--ih-gold); box-shadow: 0 0 0 1px var(--ih-gold); }
.ih-pdp .buy{ display: flex; flex-direction: column; gap: var(--space-4); }
.ih-pdp .buy__sku{ font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ih-mute); font-weight: 600; }
.ih-pdp .buy__title{
font-size: clamp(28px, 3.4vw, 40px);
font-weight: 400; line-height: 1.04; letter-spacing: -0.02em;
margin-top: 6px;
}
.ih-pdp .buy__title em{ font-style: normal; font-weight: 900; }
.ih-pdp .buy__rating{ display: flex; align-items: center; gap: 10px; margin-top: 12px; font-size: 13.5px; color: var(--ih-mute); }
.ih-pdp .buy__price-row{ display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.ih-pdp .buy__price{ font-size: 30px; font-weight: 700; letter-spacing: -0.02em; }
.ih-pdp .buy__finance{ font-size: 13.5px; color: var(--ih-mute); }
.ih-pdp .buy__finance strong{ color: var(--ih-ink); font-weight: 700; }
.ih-pdp .buy__lede{ color: var(--ih-mute); font-size: 15.5px; line-height: 1.6; max-width: 46ch; }
.ih-pdp .buy__divider{ height: 1px; background: var(--ih-line-soft); }
.ih-pdp .chip.active{ background: var(--ih-ink); color: #fff; border-color: var(--ih-ink); cursor: default; }
.ih-pdp .chip.active .chip__sub{ opacity: 0.7; }
.ih-pdp .swatch.active{ border-color: var(--ih-gold); box-shadow: 0 0 0 1px var(--ih-gold); cursor: default; }
.ih-pdp .swatch__dot--ss{ background: linear-gradient(135deg, #dfe2e4, #a9aeb2 55%, #d4d8db); }
.ih-pdp .swatch__dot--black{ background: linear-gradient(135deg, #3a3d40, #15171a 60%, #2b2e31); }
.ih-pdp .swatch__dot--vega{ background: linear-gradient(135deg, #c9ccce 0%, #c9ccce 50%, var(--ih-gold) 50%, var(--ih-gold) 100%); }
.ih-pdp .swatch__dot--gold{ background: linear-gradient(135deg, var(--ih-gold-soft), var(--ih-gold) 60%, var(--ih-ember)); }
.ih-pdp .buy__actions{ display: flex; flex-direction: column; gap: 10px; }
.ih-pdp .buy__trust{ display: grid; grid-template-columns: 1fr 1fr; gap: 12px 16px; margin-top: 4px; }
.ih-pdp .trust-item{ display: flex; gap: 10px; align-items: flex-start; font-size: 13px; color: var(--ih-mute); line-height: 1.4; }
.ih-pdp .trust-item svg{ width: 18px; height: 18px; color: var(--ih-gold); flex: 0 0 auto; margin-top: 1px; }
.ih-pdp .trust-item strong{ color: var(--ih-ink); font-weight: 700; display: block; font-size: 13px; }
.ih-pdp .buy.is-card{
border: 1px solid var(--ih-line); border-radius: 10px;
padding: var(--space-5); background: #fff;
box-shadow: 0 1px 40px rgba(0,0,0,0.04);
}
@media (min-width: 960px){.ih-pdp .buy.is-card{ position: sticky; top: 84px; }}
.ih-pdp .buy.is-minimal .buy__trust{ grid-template-columns: 1fr; gap: 8px; }
.ih-pdp .buy.is-minimal .buy__lede{ display: none; }
.ih-pdp .glance{
background: var(--ih-ink);
color: #fff;
}
.ih-pdp .glance__grid{
display: grid; grid-template-columns: repeat(2, 1fr);
gap: 0;
}
@media (min-width: 760px){.ih-pdp .glance__grid{ grid-template-columns: repeat(4, 1fr); }}
.ih-pdp .glance__item{
padding: var(--space-5) var(--space-4);
text-align: center;
border-top: 1px solid rgba(255,255,255,0.1);
border-left: 1px solid rgba(255,255,255,0.1);
}
.ih-pdp .glance__item:nth-child(odd){ border-left: none; }
@media (min-width: 760px){.ih-pdp .glance__item{ border-top: none; }
.ih-pdp .glance__item:first-child{ border-left: none; }
.ih-pdp .glance__item:nth-child(odd){ border-left: 1px solid rgba(255,255,255,0.1); }
.ih-pdp .glance__item:first-child{ border-left: none; }}
.ih-pdp .glance__num{ font-size: clamp(30px, 4vw, 46px); font-weight: 900; letter-spacing: -0.03em; line-height: 1; }
.ih-pdp .glance__num small{ font-size: 0.42em; font-weight: 700; color: var(--ih-gold-soft); letter-spacing: 0; }
.ih-pdp .glance__label{ font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.6); margin-top: 10px; }
.ih-pdp .section{ padding: var(--space-9) 0; }
.ih-pdp .section--light{ background: var(--ih-paper); }
.ih-pdp .section--stone{ background: var(--ih-stone-soft); }
.ih-pdp .section--dark{ background: var(--ih-ink); color: #fff; }
.ih-pdp .section--black{ background: var(--ih-black); color: #fff; }
.ih-pdp .section__head{ max-width: 780px; margin-bottom: var(--space-7); }
.ih-pdp .section__head h2{ font-size: var(--type-h1); margin-top: var(--space-3); }
.ih-pdp .section__head p{ color: var(--ih-mute); margin-top: var(--space-4); font-size: 18px; line-height: 1.6; max-width: 56ch; }
.ih-pdp .section--dark .section__head p,.ih-pdp .section--black .section__head p{ color: rgba(255,255,255,0.68); }
.ih-pdp .statement{
background: var(--ih-paper);
padding: var(--space-10) 0;
text-align: center;
}
.ih-pdp .statement__inner{ max-width: 26ch; margin: 0 auto; }
.ih-pdp .statement h2{
font-size: clamp(36px, 5.6vw, 78px);
font-weight: 400; line-height: 1.04; letter-spacing: -0.03em;
}
.ih-pdp .statement h2 .ln{ display: block; white-space: nowrap; }
.ih-pdp .statement h2 em{ font-style: normal; font-weight: 900; }
.ih-pdp .statement__sub{
max-width: 52ch; margin: var(--space-5) auto 0; color: var(--ih-mute);
font-size: clamp(17px, 1.6vw, 20px); line-height: 1.6;
}
.ih-pdp .feature{ padding: var(--space-9) 0; overflow: hidden; }
.ih-pdp .feature__grid{
display: grid; grid-template-columns: 1fr; gap: var(--space-6); align-items: center;
}
@media (min-width: 960px){.ih-pdp .feature__grid{ grid-template-columns: 1fr 1fr; gap: var(--space-8); }
.ih-pdp .feature--rev .feature__media{ order: 2; }
.ih-pdp .feature--rev .feature__text{ order: 1; }}
.ih-pdp .feature__text{ display: flex; flex-direction: column; gap: var(--space-3); max-width: 52ch; }
.ih-pdp .feature__text h2{ font-size: var(--type-h2); }
.ih-pdp .feature__text .lede{ color: var(--ih-mute); font-size: 18px; line-height: 1.6; }
.ih-pdp .section--dark .feature__text .lede,.ih-pdp .section--black .feature__text .lede{ color: rgba(255,255,255,0.7); }
.ih-pdp .feature__list{ list-style: none; margin: var(--space-3) 0 0; padding: 0; display: flex; flex-direction: column; gap: 2px; }
.ih-pdp .feature__list li{
display: grid; grid-template-columns: 22px 1fr; gap: 12px; align-items: start;
