.item-spotlight{width:100%}.item-spotlight__hero-area{position:relative;border-radius:15px;overflow:hidden;min-height:420px;background:#1b1f22;--sidebar-offset: 0px;--page-gutter: 20px;--autoplay-duration: 5s}.item-spotlight__panels{width:100%;min-height:inherit}.item-spotlight__heading-text{color:#fff;margin:0;text-shadow:0 2px 8px rgba(0,0,0,.4)}.item-spotlight__sidebar{position:absolute;z-index:10;display:flex;scrollbar-width:none}.item-spotlight__sidebar::-webkit-scrollbar{display:none}.item-tab{display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;overflow:visible;width:72px;height:72px;padding:8px;border:2px solid transparent;border-radius:16px;background:#ffffff1f;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);cursor:pointer;transition:background-color .25s ease,border-color .25s ease,box-shadow .25s ease,transform .2s ease}.item-tab:focus-visible{outline:2px solid #ffffff;outline-offset:2px}.item-tab__logo{width:100%;height:100%;border-radius:8px;object-fit:contain;flex-shrink:0;transition:filter .25s ease,opacity .25s ease}.item-tab:not([aria-selected=true]) .item-tab__logo{filter:grayscale(100%) invert(1)}.item-tab[aria-selected=true]{background:#fffffff2;border-color:transparent;box-shadow:0 4px 16px #0000004d}.item-tab[aria-selected=true] .item-tab__logo{filter:none;opacity:1}.item-tab:not([aria-selected=true]):hover{background:#ffffff40;transform:scale(1.05)}.item-tab__fallback{font-size:.7rem;font-weight:700;color:#fff;text-transform:uppercase;line-height:1.1;text-align:center;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%;max-height:100%;overflow:hidden}.item-tab[aria-selected=true] .item-tab__fallback{color:#1b1f22}.item-tab__progress{position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;width:calc(100% + 4px);height:calc(100% + 4px);pointer-events:none;overflow:visible;opacity:0;transition:opacity .25s ease}.item-tab[aria-selected=true] .item-tab__progress{opacity:1}.item-tab__progress-track{fill:none;stroke:#00000014;stroke-width:3.5}.item-tab__progress-bar{fill:none;stroke:#1b1f22;stroke-width:3.5;stroke-dasharray:360;stroke-dashoffset:360}.item-tab[aria-selected=true] .item-tab__progress-bar{animation:itemTabProgress var(--autoplay-duration) linear forwards}.item-tab:not([aria-selected=true]) .item-tab__progress-bar{stroke-dashoffset:360;animation:none}@keyframes itemTabProgress{0%{stroke-dashoffset:360}to{stroke-dashoffset:0}}@media(prefers-reduced-motion:reduce){.item-tab__progress-bar{animation:none!important}}.item-hero{position:relative;width:100%;min-height:420px}.item-hero[hidden]{display:none}.item-hero:not([hidden]){display:flex;flex-direction:column;animation:itemHeroFadeIn .35s ease-out}@keyframes itemHeroFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.item-hero:not([hidden]){animation:none}}.item-hero__image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.item-hero__image img{width:100%;height:100%;object-fit:cover;display:block}.item-hero__overlay{position:relative;z-index:1;flex:1;min-height:420px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:2rem 1.5rem;background:linear-gradient(to top,rgba(27,31,34,.92) 0%,rgba(27,31,34,.5) 45%,transparent 100%)}.item-hero__info{display:flex;flex-direction:column;gap:.625rem}.item-hero__title{display:block;color:#fff;font-size:clamp(1.25rem,2vw + .5rem,2rem);font-weight:700;margin:0;text-shadow:0 1px 4px rgba(0,0,0,.4)}.item-hero__description{color:#ffffffe0;font-size:.9375rem;line-height:1.6;max-width:600px;text-shadow:0 1px 3px rgba(0,0,0,.3)}.item-hero__description p{margin:0 0 .5em}.item-hero__description p:last-child{margin-bottom:0}.item-hero__cta{margin-top:1rem}.item-hero__collections{display:flex;flex-wrap:wrap;gap:.875rem;margin-top:1.25rem;align-self:flex-start}.item-hero__overlay .collection-bubble-title{color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.5)}.item-hero__collections .image-card{flex:0 0 auto;width:160px;border-radius:10px;--image-card-min-height: 100px}.item-spotlight__sidebar{top:0;left:0;right:0;flex-direction:row;gap:.5rem;padding:.75rem var(--page-gutter);overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.item-spotlight__sidebar .item-tab{width:56px;height:56px;padding:6px;border-radius:12px}.item-hero__overlay{padding-top:calc(56px + 2rem);padding-left:var(--page-gutter);padding-right:var(--page-gutter)}@media(min-width:1025px){.item-spotlight__hero-area{min-height:550px;--page-gutter: 100px;--sidebar-offset: calc(var(--page-gutter) + 80px + 2.5rem)}.item-spotlight__panels{min-height:550px}.item-spotlight__sidebar{top:0;bottom:0;left:0;right:auto;flex-direction:column;gap:.75rem;padding-left:var(--page-gutter);padding-right:.75rem;width:auto;overflow-x:hidden;overflow-y:auto}.item-spotlight__sidebar .item-tab{width:80px;height:80px;padding:10px;border-radius:16px}.item-hero{min-height:550px}.item-hero__overlay{min-height:550px;padding:2.5rem var(--page-gutter) 2.5rem var(--sidebar-offset);flex-direction:column;justify-content:center;align-items:flex-start}.item-hero__info{flex:1;max-width:55%}.item-hero__collections{margin-top:0;justify-content:flex-end;align-self:flex-end;flex-shrink:0}.item-hero__collections .image-card{width:180px;--image-card-min-height: 120px}}@media(min-width:641px)and (max-width:1024px){.item-spotlight__hero-area,.item-hero{min-height:480px}.item-spotlight__sidebar{padding:1rem;gap:.625rem;justify-content:center}.item-spotlight__sidebar .item-tab{width:64px;height:64px;padding:8px;border-radius:14px}.item-hero__overlay{min-height:480px;padding:2.5rem var(--page-gutter);padding-top:calc(64px + 2.5rem)}}@media(max-width:640px){.item-spotlight__hero-area{border-radius:12px;min-height:380px}.item-hero{min-height:380px}.item-spotlight__sidebar .item-tab{width:48px;height:48px;padding:5px;border-radius:10px}.item-hero__overlay{min-height:380px;padding:1.5rem var(--page-gutter);padding-top:calc(48px + 2rem)}.item-hero__title{font-size:1.25rem}.item-hero__description{font-size:.875rem;line-height:1.5}.item-hero__collections{gap:.75rem;margin-top:1rem}}
/*# sourceMappingURL=/cdn/shop/t/79/assets/css/blocks-item-spotlight.css.map */
