*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation:none!important;transition:none!important}}body.iv-street{margin:0;font-family:var(--iv-font-body);font-size:1rem;line-height:1.5;color:var(--iv-text);background:var(--iv-bg);-webkit-font-smoothing:antialiased}img,svg{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.iv-skip-link{position:absolute;left:-9999px;z-index:9999;padding:.75rem 1rem;background:var(--iv-accent);color:#fff}.iv-skip-link:focus{left:1rem;top:1rem}.iv-page-width{max-width:var(--iv-page-width);margin:0 auto;padding:0 1.5rem}.iv-display{font-family:var(--iv-font-display);font-weight:700;letter-spacing:-.04em}.iv-section-header{font-family:var(--iv-font-display);letter-spacing:-.03em;font-weight:600}.iv-street-header{position:fixed;top:0;left:0;right:0;z-index:50;border-bottom:1px solid rgba(255,255,255,.1);background:#0a0a0af2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.iv-street-header__inner{display:flex;align-items:center;justify-content:space-between;height:5rem;gap:1rem}.iv-street-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit}.iv-street-logo__mark{width:2.25rem;height:2.25rem;border-radius:999px;background:var(--iv-accent);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:900;font-size:1.25rem;letter-spacing:-.05em}.iv-street-logo__name{font-weight:900;font-size:1.75rem;letter-spacing:-3px;line-height:1}.iv-street-logo__tag{font-size:9px;color:#71717a;letter-spacing:1.5px;font-family:ui-monospace,monospace;margin-top:-2px}.iv-street-nav{display:none;gap:2rem;font-size:.875rem;font-weight:500}@media(min-width:768px){.iv-street-nav{display:flex}}.iv-street-nav a{transition:color .2s}.iv-street-nav a:hover{color:var(--iv-accent)}.iv-street-actions{display:flex;align-items:center;gap:.75rem}.iv-street-cart-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:1rem;border:1px solid rgba(255,255,255,.15);background:transparent;color:inherit;cursor:pointer;transition:background .2s;position:relative}.iv-street-cart-btn:hover{background:#ffffff0d}.iv-street-cart-count{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 6px;display:flex;align-items:center;justify-content:center;background:var(--iv-accent);color:#fff;font-size:10px;font-weight:700;border-radius:999px}.iv-street-cta{display:none;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;border-radius:1rem;background:#fff;color:#000;transition:background .2s}@media(min-width:768px){.iv-street-cta{display:inline-flex}}.iv-street-cta:hover{background:#f4f4f5}.iv-icon-btn{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;background:transparent;color:inherit;cursor:pointer}.iv-icon-btn:hover{background:#ffffff0d}.iv-menu-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;visibility:hidden}.iv-menu-drawer.is-open{visibility:visible}.iv-menu-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000b3;opacity:0;transition:opacity .25s}.iv-menu-drawer.is-open .iv-menu-drawer__overlay{opacity:1}.iv-menu-drawer__panel{position:absolute;top:0;left:0;width:min(100%,320px);height:100%;background:#0a0a0a;padding:1.5rem;transform:translate(-100%);transition:transform .25s;border-right:1px solid rgba(255,255,255,.1)}.iv-menu-drawer.is-open .iv-menu-drawer__panel{transform:none}.iv-menu-drawer__nav{display:flex;flex-direction:column;gap:.5rem;font-size:1.125rem;font-weight:500;margin-top:2rem}.iv-menu-drawer__nav a{padding:.5rem .25rem}.iv-street-hero{position:relative;min-height:100dvh;display:flex;align-items:center;border-bottom:1px solid rgba(255,255,255,.1);margin-top:5rem;padding:2.5rem 0 4rem;overflow:hidden}.iv-street-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.iv-street-hero__bg img{width:100%;height:100%;object-fit:cover;object-position:center 30%}.iv-street-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#000000bf,#0009,#000000d9);z-index:1}.iv-street-hero__content{position:relative;z-index:2;max-width:36rem}.iv-street-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem 1rem;border-radius:999px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);font-size:.75rem;font-weight:500;letter-spacing:1.5px;margin-bottom:1.5rem}.iv-street-pill__dot{width:6px;height:6px;border-radius:50%;background:var(--iv-accent);animation:iv-pulse 2s ease infinite}@keyframes iv-pulse{0%,to{opacity:1}50%{opacity:.4}}.iv-street-hero__title{font-size:clamp(4.5rem,14vw,6.25rem);line-height:.82;font-weight:900;letter-spacing:-5.5px;text-shadow:0 4px 20px rgba(0,0,0,.8),0 2px 10px rgba(0,0,0,.6);margin:0}.iv-street-hero__tagline{margin-top:.75rem;font-size:clamp(1.5rem,4vw,2.125rem);font-weight:500;color:#d4d4d8;line-height:1;text-shadow:0 2px 10px rgba(0,0,0,.7)}.iv-street-hero__desc{margin-top:1.25rem;max-width:28rem;font-size:1.125rem;color:#a1a1aa;text-shadow:0 2px 10px rgba(0,0,0,.7)}.iv-street-hero__ctas{margin-top:2.25rem;display:flex;flex-wrap:wrap;gap:1rem}.iv-btn-street-primary{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:17px 2rem;font-size:1.125rem;font-weight:600;border-radius:1rem;background:var(--iv-accent);color:#fff;border:none;cursor:pointer;box-shadow:0 20px 25px -5px #7f1d1d80;transition:background .2s}.iv-btn-street-primary:hover{background:#a30d24}.iv-btn-street-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:17px 2rem;font-size:1.125rem;font-weight:500;border-radius:1rem;border:1px solid rgba(255,255,255,.25);color:#fff;background:transparent;cursor:pointer;transition:background .2s}.iv-btn-street-secondary:hover{background:#ffffff0d}.iv-street-hero__social{margin-top:2rem;display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#a1a1aa}.iv-street-hero__avatars{display:flex;margin-right:.5rem}.iv-street-hero__avatars img{width:24px;height:24px;border-radius:999px;border:2px solid #0a0a0a;object-fit:cover;margin-left:-4px}.iv-trust-bar{border-bottom:1px solid rgba(255,255,255,.1);background:#09090b;padding:1rem 0}.iv-trust-bar__inner{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem 2rem;font-size:.75rem;color:#a1a1aa}@media(min-width:768px){.iv-trust-bar__inner{justify-content:space-between}}.iv-trust-bar__inner i,.iv-trust-bar__icon{color:var(--iv-accent);margin-right:.35rem}.iv-shop{padding:4rem 0 3rem}.iv-shop__head{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}@media(min-width:1024px){.iv-shop__head{flex-direction:row;align-items:flex-end;justify-content:space-between}}.iv-shop__eyebrow{text-transform:uppercase;letter-spacing:2.5px;font-size:.75rem;font-weight:500;color:#71717a;margin-bottom:.5rem}.iv-shop__title{font-size:clamp(3rem,8vw,4.5rem);font-weight:600;letter-spacing:-.04em;margin:0;line-height:1}.iv-street-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.75rem}.iv-street-card{background:#09090b;border:1px solid rgba(255,255,255,.1);border-radius:1.5rem;overflow:hidden;transition:transform .3s,box-shadow .3s}@media(hover:hover){.iv-street-card:hover{transform:translateY(-6px);box-shadow:0 20px 25px -5px #00000026}}.iv-street-card__media{position:relative;aspect-ratio:4/3.65;background:#000;overflow:hidden}.iv-street-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.34,1.56,.64,1)}@media(hover:hover){.iv-street-card:hover .iv-street-card__media img{transform:scale(1.04)}}.iv-street-badge{position:absolute;top:1rem;left:1rem;font-size:10px;letter-spacing:1px;font-weight:700;padding:2px 12px;border-radius:4px;background:#fff;color:#000}.iv-street-badge--limited{left:auto;right:1rem;background:var(--iv-accent);color:#fff}.iv-street-card__body{padding:1rem}.iv-street-card__row{display:flex;justify-content:space-between;gap:.5rem;align-items:flex-start}.iv-street-card__title{font-weight:600;font-size:1.125rem;letter-spacing:-.02em;margin:0}.iv-street-card__meta{font-size:.75rem;color:#71717a;margin-top:2px}.iv-street-card__price{font-weight:600;font-feature-settings:"tnum"}.iv-street-card__actions{margin-top:1rem;display:flex;gap:.5rem}.iv-street-card__actions .iv-btn-mini{flex:1;padding:.375rem .75rem;font-size:.875rem;font-weight:500;border-radius:1rem;border:1px solid rgba(255,255,255,.2);background:transparent;color:inherit;cursor:pointer;text-align:center}.iv-street-card__actions .iv-btn-mini:hover{background:#ffffff0d}.iv-street-card__actions a.iv-btn-mini{text-decoration:none;display:flex;align-items:center;justify-content:center}.iv-curated{background:#09090b;border-block:1px solid rgba(255,255,255,.1);padding:4rem 0}.iv-curated__title{font-size:3rem;font-weight:600;letter-spacing:-.03em;margin:.25rem 0 2.5rem}.iv-curated__grid{display:grid;gap:1.5rem}@media(min-width:768px){.iv-curated__grid{grid-template-columns:repeat(3,1fr)}}.iv-curated-card{border:1px solid rgba(255,255,255,.1);border-radius:1.5rem;overflow:hidden;background:#000;text-decoration:none;color:inherit;display:block;cursor:pointer;transition:border-color .2s}.iv-curated-card:hover{border-color:#fff3}.iv-curated-card__img{position:relative;height:16rem;overflow:hidden}.iv-curated-card__img img{width:100%;height:100%;object-fit:cover;opacity:.85;transition:opacity .3s}.iv-curated-card:hover .iv-curated-card__img img{opacity:1}.iv-curated-card__label{position:absolute;bottom:0;left:0;padding:1.5rem}.iv-curated-card__badge{font-size:10px;letter-spacing:1px;font-weight:600;padding:4px 12px;border-radius:4px;background:#ffffffe6;color:#000;width:fit-content;margin-bottom:.5rem}.iv-curated-card__badge--hot{background:var(--iv-accent);color:#fff}.iv-curated-card__name{font-size:1.875rem;font-weight:700;letter-spacing:-.03em}.iv-curated-card__foot{padding:1.5rem;display:flex;justify-content:space-between;font-size:.875rem;color:#a1a1aa}.iv-curated-card__foot span:last-child{color:var(--iv-accent)}.iv-street-newsletter{padding:4rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.iv-street-newsletter h2{font-size:2.25rem;font-weight:600;letter-spacing:-.03em;margin:0}.iv-street-newsletter p{margin-top:.5rem;color:#a1a1aa;max-width:32rem}.iv-street-newsletter form{margin-top:1.5rem;display:flex;flex-wrap:wrap;gap:.75rem;max-width:28rem}.iv-street-newsletter input[type=email]{flex:1;min-width:200px;padding:.75rem 1.25rem;border-radius:1rem;border:1px solid rgba(255,255,255,.1);background:#18181b;color:#fff}.iv-street-newsletter button{padding:.75rem 2rem;font-weight:600;border-radius:1rem;border:none;background:#fff;color:#000;cursor:pointer}.iv-brand-teaser{padding:4rem 0}.iv-brand-teaser__grid{display:flex;flex-direction:column;gap:2rem}@media(min-width:768px){.iv-brand-teaser__grid{flex-direction:row;align-items:center}}.iv-brand-teaser h2{font-size:clamp(2.5rem,6vw,3.75rem);font-weight:600;letter-spacing:-.04em;line-height:1.05;margin:.5rem 0 0}.iv-brand-teaser p{font-size:1.125rem;color:#d4d4d8}.iv-brand-teaser a{font-weight:500;color:#fff;text-decoration:underline;margin-top:1.5rem;display:inline-block}.iv-street-footer{padding:3rem 0;border-top:1px solid rgba(255,255,255,.1);font-size:.875rem;color:#a1a1aa}.iv-street-footer__row{display:flex;flex-direction:column;gap:1rem}@media(min-width:768px){.iv-street-footer__row{flex-direction:row;justify-content:space-between;align-items:center}}.iv-street-footer__links{display:flex;flex-wrap:wrap;gap:1.25rem}.iv-street-footer__links a:hover{color:#fff}.iv-street .iv-cart-drawer__panel{background:#09090b;border-left:1px solid rgba(255,255,255,.1);color:#e4e4e7}.iv-street .iv-cart-drawer__head,.iv-street .iv-cart-drawer__foot{border-color:#ffffff1a}.iv-street .iv-cart-drawer__overlay{background:#000000b3}.iv-street .iv-btn{background:var(--iv-accent);border-color:var(--iv-accent);color:#fff;border-radius:1rem}.iv-street .iv-btn:hover{background:#a30d24}.iv-street .iv-cart-line__img{background:#18181b;border-radius:.5rem;overflow:hidden}.iv-empty-state{padding:3rem;text-align:center;color:#71717a;border:1px dashed rgba(255,255,255,.15);border-radius:1rem}@media(max-width:767px){.iv-mobile-only{display:flex}.iv-desktop-only{display:none!important}}@media(min-width:768px){.iv-mobile-only{display:none!important}}@media(max-width:639px){.iv-sm-up{display:none!important}}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
/*# sourceMappingURL=/cdn/shop/t/6/assets/street.css.map */
