@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Space+Mono:wght@400;700&display=swap";.hcg-section{margin:0!important;padding:0!important}.hcg{position:relative;z-index:0;isolation:isolate}.hcg-item{position:relative;z-index:1}.hcg-overlay,.hcg-count,.hcg-label{z-index:2}.hcg-header{position:relative;z-index:1}.hcg{background:var(--hcg-bg, #ffffff);padding:var(--hcg-pv, 64px) var(--hcg-ph, 48px);font-family:Space Mono,monospace}.hcg-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;flex-wrap:wrap;margin-bottom:40px}.hcg-heading-wrap{min-width:0;flex:1}.hcg-eyebrow{font-family:Space Mono,monospace!important;font-size:10px!important;font-weight:700!important;letter-spacing:5px!important;text-transform:uppercase!important;color:var(--hcg-accent, #4F7BE8)!important;display:flex!important;align-items:center!important;gap:10px!important;margin:0 0 14px!important;padding:0!important;line-height:1!important}.hcg-eyebrow:before{content:"";display:inline-block;width:24px;height:2px;background:var(--hcg-accent, #4F7BE8);flex-shrink:0}.hcg-title{font-family:Bebas Neue,sans-serif!important;line-height:.88!important;margin:0!important;padding:0!important;letter-spacing:0!important;overflow:hidden;color:var(--hcg-text, #0a0a0a)}.hcg-title-r1{display:block!important;font-family:Bebas Neue,sans-serif!important;font-size:inherit!important;font-weight:400!important;line-height:.88!important;letter-spacing:0!important;margin:0!important;padding:0!important;overflow:hidden;text-overflow:clip;white-space:nowrap}.hcg-title-r2{display:block!important;font-family:Bebas Neue,sans-serif!important;font-size:inherit!important;font-weight:400!important;line-height:.88!important;letter-spacing:0!important;margin:0!important;padding:0!important;white-space:nowrap;overflow:hidden;text-overflow:clip}.hcg-title-r2 span{font-family:Bebas Neue,sans-serif!important;font-size:inherit!important;font-weight:400!important;line-height:inherit!important;letter-spacing:0!important}.hcg-t-accent{color:var(--hcg-accent, #4F7BE8)!important}.hcg-t-space{font-family:Bebas Neue,sans-serif!important;font-size:inherit!important;letter-spacing:0!important;display:inline!important}.hcg-t-outline{-webkit-text-stroke:2px var(--hcg-text, #0a0a0a)!important;color:transparent!important}.hcg-view-all{font-family:Space Mono,monospace;font-size:10px;font-weight:700;letter-spacing:3px;text-transform:uppercase;text-decoration:none;color:var(--hcg-text, #0a0a0a);border-bottom:1px solid var(--hcg-text, #0a0a0a);padding-bottom:2px;white-space:nowrap;flex-shrink:0;align-self:flex-end;transition:color .15s,border-color .15s}.hcg-view-all:hover{color:var(--hcg-accent, #4F7BE8);border-color:var(--hcg-accent, #4F7BE8)}.hcg-grid{display:grid;gap:var(--hcg-gap, 3px)}.hcg-grid--3col{grid-template-columns:repeat(3,minmax(0,1fr))}.hcg-grid--4col{grid-template-columns:repeat(4,minmax(0,1fr))}.hcg-grid--2col{grid-template-columns:repeat(2,minmax(0,1fr))}.hcg-item--tall{grid-row:span 2}.hcg-item{position:relative;overflow:hidden;border-radius:var(--hcg-radius, 0px);background:#f0f0f0}.hcg-item-link{display:block;width:100%;height:100%;text-decoration:none;position:relative;overflow:hidden}.hcg-img-wrap{width:100%;height:100%;min-height:260px;position:relative;overflow:hidden}.hcg-item--tall .hcg-img-wrap{min-height:540px}.hcg-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:var(--hcg-img-fit, cover);object-position:center;transition:transform .5s ease;display:block}.hcg-item:hover .hcg-img{transform:scale(1.04)}.hcg-img-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#e8e8e8}.hcg-placeholder-svg{width:60px;height:60px;opacity:.3}.hcg-label{position:absolute;bottom:0;left:0;right:0;padding:52px 16px 14px;background:linear-gradient(to top,rgba(10,10,10,.62),transparent);z-index:2;pointer-events:none;transition:opacity .25s}.hcg-item:hover .hcg-label{opacity:0}.hcg-label-sub{display:block;font-family:Space Mono,monospace;font-size:9px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#ffffffa6;margin-bottom:3px;line-height:1}.hcg-label-name{display:block;font-family:Bebas Neue,sans-serif;font-size:22px;line-height:1;color:#fff;letter-spacing:0}.hcg-count{position:absolute;top:10px;right:10px;z-index:4;background:#ffffff24;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.18);border-radius:2px;padding:4px 9px;font-family:Space Mono,monospace;font-size:9px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#fff}.hcg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a0a0a00;display:flex;flex-direction:column;justify-content:flex-end;padding:20px;z-index:3;transition:background .3s ease}.hcg-item:hover .hcg-overlay{background:rgba(10,10,10,var(--hcg-overlay-opacity, .45))}.hcg-overlay-info{display:flex;flex-direction:column;gap:6px;transform:translateY(10px);opacity:0;transition:transform .28s ease,opacity .28s ease}.hcg-item:hover .hcg-overlay-info{transform:translateY(0);opacity:1}.hcg-overlay-eyebrow{display:block;font-family:Space Mono,monospace;font-size:9px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#ffffffa6;line-height:1}.hcg-overlay-title{display:block;font-family:Bebas Neue,sans-serif;font-size:28px;line-height:1;color:#fff;letter-spacing:0}.hcg-overlay-cta{display:inline-block;font-family:Space Mono,monospace;font-size:9px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#fff;border-bottom:1px solid rgba(255,255,255,.5);padding-bottom:2px;width:fit-content;transition:color .15s,border-color .15s}.hcg-item:hover .hcg-overlay-cta{color:var(--hcg-accent, #4F7BE8);border-color:var(--hcg-accent, #4F7BE8)}.hcg-item--promo .hcg-item-link{min-height:260px;display:flex;flex-direction:column;justify-content:space-between}.hcg-promo-inner{display:flex!important;flex-direction:column!important;justify-content:space-between!important;min-height:260px;text-decoration:none}.hcg-promo-top{display:flex;flex-direction:column;gap:6px}.hcg-promo-title{display:block;font-family:Bebas Neue,sans-serif;font-size:40px;line-height:.9;letter-spacing:0}.hcg-promo-subtitle{display:block;font-family:Space Mono,monospace;font-size:10px;font-weight:400;letter-spacing:1px;line-height:1.6;margin-top:6px}.hcg-promo-btn{display:inline-flex;align-items:center;font-family:Space Mono,monospace;font-size:9px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:10px 16px;border-radius:2px;text-decoration:none;transition:opacity .15s;width:fit-content}.hcg-promo-btn:hover{opacity:.85}@media screen and (max-width:989px){.hcg{padding:48px 32px}.hcg-grid--3col,.hcg-grid--4col{grid-template-columns:repeat(2,minmax(0,1fr))}.hcg-item--tall{grid-row:span 1}.hcg-img-wrap,.hcg-item--tall .hcg-img-wrap{min-height:220px}.hcg-overlay-info{transform:translateY(0)!important;opacity:1!important}.hcg-label{opacity:0}}@media screen and (max-width:749px){.hcg{padding:40px 16px}.hcg-header{flex-direction:column;align-items:flex-start;gap:14px}.hcg-view-all{align-self:flex-start}.hcg-grid--3col,.hcg-grid--4col,.hcg-grid--2col{grid-template-columns:repeat(2,minmax(0,1fr))}.hcg-img-wrap,.hcg-item--tall .hcg-img-wrap{min-height:160px}.hcg-overlay-title{font-size:20px}.hcg-label-name{font-size:18px}}@media screen and (max-width:480px){.hcg-grid--3col,.hcg-grid--4col,.hcg-grid--2col{grid-template-columns:minmax(0,1fr)}.hcg-img-wrap,.hcg-item--tall .hcg-img-wrap{min-height:52vw}}.hcg-section,.hcg-section .color-background-1,.hcg-section .color-background-2,.hcg-section .color-background-3{background:var(--hcg-bg, #ffffff)!important}
/*# sourceMappingURL=/cdn/shop/t/6/assets/hypcheck-collections-grid.css.map */
