.hcg-wrapper{display:block;width:100%}.hcg-section{background-color:var(--hrc-bg);padding:var(--hcg-pt, 80px) var(--hcg-px, 48px) var(--hcg-pb, 80px);margin:0 auto}.hcg-grid{display:grid;gap:var(--hcg-gap, 2px);height:var(--hcg-height, 520px)}.hcg-grid[data-hcg-layout=featured]{grid-template-columns:1.6fr 1fr 1fr}.hcg-grid[data-hcg-layout=featured]:has(.hcg-item:nth-child(4)){grid-template-columns:1.6fr 1fr;grid-template-rows:1fr 1fr}.hcg-grid[data-hcg-layout=featured] .hcg-item--featured{grid-row:1 / -1}.hcg-grid[data-hcg-layout=equal]{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.hcg-grid[data-hcg-layout=two-col]{grid-template-columns:1fr 1fr;grid-auto-rows:auto;height:auto}.hcg-grid[data-hcg-layout=two-col] .hcg-item{aspect-ratio:4 / 5}.hcg-item{position:relative;overflow:hidden;background-color:var(--hcg-surface);display:block;text-decoration:none;cursor:pointer;outline:none}.hcg-item:focus-visible{outline:2px solid var(--hcg-section-accent, var(--hcg-accent));outline-offset:2px}.hcg-item__img-wrap{position:absolute;top:0;right:0;bottom:0;left:0}.hcg-item__img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block;transition:transform var(--hrc-dt-base) var(--hrc-ease);will-change:transform}.hcg-item:hover .hcg-item__img{transform:scale(1.05)}.hcg-item__img-placeholder{width:100%;height:100%;background:linear-gradient(160deg,#1c1c1c,#2a2a2a);display:flex;align-items:center;justify-content:center}.hcg-placeholder-svg{width:80%;height:80%;object-fit:contain;opacity:.15}.hcg-item__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(10,10,10,.88) 0%,rgba(10,10,10,.2) 45%,transparent 100%);pointer-events:none}.hcg-item__arrow{position:absolute;top:20px;right:20px;width:36px;height:36px;border:1px solid rgba(245,242,238,.2);display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(-10px);transition:opacity .3s ease,transform .3s ease,border-color .3s ease;pointer-events:none}.hcg-item__arrow svg{width:14px;height:14px;color:var(--hcg-white)}.hcg-item:hover .hcg-item__arrow{opacity:1;transform:translateY(0);border-color:#f5f2ee66}.hcg-item__info{position:absolute;bottom:0;left:0;right:0;padding:2.4rem 2.4rem 2.8rem;z-index:2}.hcg-item__num{font-family:var(--hrc-font-display);font-size:var(--hrc-fs-2xs);font-weight:var(--hrc-fw-regular);letter-spacing:var(--hrc-ls-3xl);color:var(--hrc-black-3);margin:0 0 6px;text-transform:var(--hrc-tu)}.hcg-item__name{font-family:var(--hcg-font-display);font-size:var(--hrc-fs-xl);letter-spacing:var(--hrc-ls-lg);line-height:1;color:var(--hrc-text-invert);margin:0 0 .8rem;transition:transform var(--hrc-dt-base) var(--hrc-ease)}.hcg-item:hover .hcg-item__name{transform:translateY(-3px)}.hcg-item__count{font-family:var(--hrc-font-display);font-size:var(--hrc-fs-2xs);font-weight:var(--hrc-fw-regular);letter-spacing:var(--hrc-ls-2xl);text-transform:var(--hrc-tu);color:var(--hrc-text-muted);margin:0;opacity:0;transform:translateY(6px);transition:opacity var(--hrc-dt-base) var(--hrc-ease),transform var(--hrc-dt-base) var(--hrc-ease)}.hcg-item:hover .hcg-item__count{opacity:1;transform:translateY(0)}.hcg-item--featured .hcg-item__name{font-size:var(--hrc-fs-2xl)}.hcg-item--featured .hcg-item__info{padding:3.2rem 3.2rem 3.6rem}.hcg-empty{padding:64px 24px;text-align:center;border:1px dashed rgba(245,242,238,.15);font-family:var(--hcg-font-cond);font-size:13px;letter-spacing:.1em;color:var(--hcg-white-muted)}.hcg-reveal{opacity:0;transform:translateY(28px);transition:opacity .75s cubic-bezier(.25,.46,.45,.94),transform .75s cubic-bezier(.25,.46,.45,.94)}.hcg-reveal.hcg-reveal--visible{opacity:1;transform:translateY(0)}.hcg-reveal--disabled{opacity:1!important;transform:none!important;transition:none!important}.hcg-item{opacity:0;transform:translateY(20px);transition:opacity .55s cubic-bezier(.25,.46,.45,.94),transform .55s cubic-bezier(.25,.46,.45,.94)}.hcg-reveal--visible .hcg-item{opacity:1;transform:translateY(0)}.hcg-reveal--visible .hcg-item:nth-child(1){transition-delay:.05s}.hcg-reveal--visible .hcg-item:nth-child(2){transition-delay:.15s}.hcg-reveal--visible .hcg-item:nth-child(3){transition-delay:.25s}.hcg-reveal--visible .hcg-item:nth-child(4){transition-delay:.32s}.hcg-reveal--visible .hcg-item:nth-child(5){transition-delay:.38s}.hcg-reveal--visible .hcg-item:nth-child(6){transition-delay:.44s}.hcg-reveal--disabled .hcg-item{opacity:1!important;transform:none!important;transition:none!important}@media(prefers-reduced-motion:reduce){.hcg-reveal,.hcg-item,.hcg-item__img,.hcg-item__name,.hcg-item__count,.hcg-item__arrow,.hcg-view-all__arrow{transition:none!important;animation:none!important;opacity:1!important;transform:none!important}}@media screen and (max-width:1024px){.hcg-section{--hcg-px: 3.2rem;--hcg-pt: 7.2rem;--hcg-pb: 7.2rem}.hcg-grid{height:min(var(--hcg-height-tablet, 44rem),52vw)}.hcg-grid[data-hcg-layout=featured]{grid-template-columns:1.35fr 1fr}.hcg-grid[data-hcg-layout=featured]:has(.hcg-item:nth-child(4)){grid-template-columns:1.35fr 1fr;grid-template-rows:1fr 1fr}.hcg-item__info{padding:2rem 2rem 2.4rem}.hcg-item--featured .hcg-item__info{padding:2.8rem 2.8rem 3.2rem}.hcg-item__name{font-size:var(--hrc-fs-lg)}}@media screen and (max-width:768px){.hcg-section{--hcg-px: 2rem;--hcg-pt: 5.6rem;--hcg-pb: 5.6rem}.hcg-grid,.hcg-grid[data-hcg-layout=featured],.hcg-grid[data-hcg-layout=featured]:has(.hcg-item:nth-child(4)),.hcg-grid[data-hcg-layout=equal],.hcg-grid[data-hcg-layout=two-col]{grid-template-columns:1fr;grid-template-rows:none;height:auto}.hcg-grid[data-hcg-layout=featured] .hcg-item,.hcg-grid[data-hcg-layout=featured] .hcg-item:nth-child(3),.hcg-grid[data-hcg-layout=featured] .hcg-item--featured{grid-column:auto;grid-row:auto}.hcg-item,.hcg-grid[data-hcg-layout=two-col] .hcg-item,.hcg-item--featured{aspect-ratio:4 / 3}.hcg-item__info,.hcg-item--featured .hcg-item__info{padding:2rem 2rem 2.4rem}.hcg-item__name,.hcg-item--featured .hcg-item__name{font-size:var(--hrc-fs-xl);line-height:.95}.hcg-item__count,.hcg-item__arrow{opacity:1;transform:none}}@media screen and (max-width:480px){.hcg-section{--hcg-px: 1.6rem;--hcg-pt: 4.8rem;--hcg-pb: 4.8rem}.hcg-grid{gap:max(var(--hcg-gap, .2rem),.4rem)}.hcg-item,.hcg-item--feaatured,.hcg-grid[data-hcg-layout=two-col] .hcg-item{aspect-ratio:3 / 3.4}.hcg-item__info,.hcg-item--featured .hcg-item__info{padding:1.8rem 1.6rem 2rem}.hcg-item_name,.hcg-item--featured .hcg-item__name{font-size:var(--hrc-fs-lg)}.hcg-item__num,.hcg-item__count{letter-spacing:var(--hrc-ls-xl)}.hcg-item__arrow{width:3.8rem;height:3.8rem;top:1.4rem;right:1.4rem}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/category-grid.css.map */
