@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Space+Mono:wght@400;700&display=swap";.hpr-section{margin:0!important;padding:0!important}.hpr{font-family:Space Mono,monospace;padding:var(--hpr-pv, 64px) var(--hpr-ph, 48px)}.hpr-light{background:#fff}.hpr-dark{background:#0a0a0a}.hpr-custom{background:var(--hpr-bg, #ffffff)}.hpr-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;flex-wrap:wrap;margin-bottom:32px}.hpr{position:relative;z-index:0;isolation:isolate}.hpr-track-outer{position:relative;z-index:0}.hpr-card{position:relative;z-index:1}.hpr{isolation:isolate}.hpr-rank,.hpr-new-dot,.hpr-sale-badge,.hpr-soldout-badge,.hpr-wishlist,.hpr-cta,.hpr-img-dim{z-index:2}.hpr-header,.hpr-footer{position:relative;z-index:1}.hpr-eyebrow{font-family:Space Mono,monospace;font-size:10px;font-weight:700;letter-spacing:5px;text-transform:uppercase;color:var(--hpr-accent, #4F7BE8);display:flex;align-items:center;gap:10px;margin:0 0 12px;padding:0;line-height:1}.hpr-eyebrow:before{content:"";display:inline-block;width:24px;height:2px;background:var(--hpr-accent, #4F7BE8);flex-shrink:0}.hpr-title{font-family:Bebas Neue,sans-serif;font-size:var(--hpr-title-size, 96px);line-height:.88;margin:0;padding:0;letter-spacing:0;font-weight:400}.hpr-light .hpr-title{color:#0a0a0a}.hpr-dark .hpr-title{color:#fff}.hpr-custom .hpr-title{color:var(--hpr-text, #0a0a0a)}.hpr-title-r1{display:block;font-family:Bebas Neue,sans-serif;font-size:inherit;line-height:inherit;letter-spacing:0;font-weight:400;margin:0;padding:0}.hpr-title-r2{display:block;font-family:Bebas Neue,sans-serif;font-size:inherit;line-height:inherit;letter-spacing:0;font-weight:400;margin:0;padding:0;white-space:nowrap}.hpr-title-r2 .t-accent{color:var(--hpr-accent, #4F7BE8)}.hpr-light .hpr-title-r2 .t-outline{-webkit-text-stroke:2.5px #0a0a0a;color:transparent}.hpr-dark .hpr-title-r2 .t-outline{-webkit-text-stroke:2.5px #ffffff;color:transparent}.hpr-custom .hpr-title-r2 .t-outline{-webkit-text-stroke:2.5px var(--hpr-text, #0a0a0a);color:transparent}.hpr-header-right{display:flex;align-items:center;gap:14px;flex-wrap:wrap;padding-bottom:4px}.hpr-view-all{font-family:Space Mono,monospace;font-size:10px;font-weight:700;letter-spacing:3px;text-transform:uppercase;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:2px;white-space:nowrap;transition:color .15s,border-color .15s}.hpr-light .hpr-view-all{color:#0a0a0a}.hpr-dark .hpr-view-all{color:#fff}.hpr-custom .hpr-view-all{color:var(--hpr-text, #0a0a0a)}.hpr-view-all:hover{color:var(--hpr-accent, #4F7BE8)!important;border-color:var(--hpr-accent, #4F7BE8)!important}.hpr-nav{display:flex;gap:8px}.hpr-arrow{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s;flex-shrink:0;background:transparent}.hpr-light .hpr-arrow{border:1px solid rgba(0,0,0,.18);color:#0a0a0a}.hpr-dark .hpr-arrow{border:1px solid rgba(255,255,255,.2);color:#fff}.hpr-custom .hpr-arrow{border:1px solid var(--hpr-text, #0a0a0a);color:var(--hpr-text, #0a0a0a)}.hpr-light .hpr-arrow:hover{background:#0a0a0a;color:#fff;border-color:#0a0a0a}.hpr-dark .hpr-arrow:hover{background:var(--hpr-accent, #4F7BE8);border-color:var(--hpr-accent, #4F7BE8)}.hpr-custom .hpr-arrow:hover{background:var(--hpr-accent, #4F7BE8);border-color:var(--hpr-accent, #4F7BE8);color:#fff}.hpr-arrow[data-disabled=true]{opacity:.3;pointer-events:none}.hpr-track-outer{overflow:hidden;position:relative}.hpr-track-outer:after{content:"";position:absolute;top:0;right:0;bottom:0;width:60px;pointer-events:none;z-index:3}.hpr-light .hpr-track-outer:after{background:linear-gradient(to left,#ffffff,transparent)}.hpr-dark .hpr-track-outer:after{background:linear-gradient(to left,#0a0a0a,transparent)}.hpr-custom .hpr-track-outer:after{background:linear-gradient(to left,var(--hpr-bg, #ffffff),transparent)}.hpr-track{display:flex;gap:var(--hpr-gap, 3px);transition:transform .38s cubic-bezier(.25,.46,.45,.94)}.hpr-card{flex:0 0 var(--hpr-card-w, 25%);min-width:0;display:flex;flex-direction:column;position:relative}.hpr-card-img-wrap{position:relative;overflow:hidden;flex-shrink:0}@property --hpr-a{syntax: "<angle>"; initial-value: 0deg; inherits: false;}.hpr-card-img-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;padding:2px;background:conic-gradient(from var(--hpr-a, 0deg),transparent 65%,#4F7BE8 78%,#a8c4f7 83%,#4F7BE8 88%,transparent 100%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .2s;pointer-events:none;z-index:5}.hpr-card:hover .hpr-card-img-wrap:after{opacity:1;animation:hpr-spin 1.6s linear infinite}@keyframes hpr-spin{to{--hpr-a: 360deg}}@supports not (background: conic-gradient(from 0deg,red,blue)){.hpr-card:hover .hpr-card-img-wrap{outline:2px solid #4F7BE8}.hpr-card-img-wrap:after{display:none}}.hpr-img{width:100%;aspect-ratio:var(--hpr-ratio, 3/4);max-height:var(--hpr-img-maxh, 32vh);display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.hpr-light .hpr-img{background:#f5f5f5;border:1px solid rgba(0,0,0,.06)}.hpr-dark .hpr-img{background:#1a1a1a;border:1px solid rgba(255,255,255,.05)}.hpr-custom .hpr-img{background:var(--hpr-card-bg, #f5f5f5)}.hpr-img img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:var(--hpr-fit, contain);object-position:var(--hpr-pos, center center);transition:opacity .3s;display:block}.hpr-img img.hpr-img-hover{opacity:0}.hpr-card:hover .hpr-img img.hpr-img-hover{opacity:1}.hpr-card:hover .hpr-img img:not(.hpr-img-hover){opacity:0}.hpr-img-placeholder{width:100%;height:100%;min-height:140px;display:flex;align-items:center;justify-content:center;opacity:.25}.hpr-img-placeholder svg{width:48px;height:48px}.hpr-img-dim{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffff73;z-index:1;pointer-events:none}.hpr-rank{position:absolute;bottom:8px;left:8px;z-index:4;height:20px;padding:0 8px;border-radius:2px;font-family:Space Mono,monospace;font-size:9px;font-weight:700;letter-spacing:2px;color:#fff;background:#0a0a0ac7;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center}.hpr-rank-1{background:#4f7be8eb}.hpr-new-dot{position:absolute;top:10px;left:10px;z-index:4;width:7px;height:7px;border-radius:50%;background:var(--hpr-accent, #4F7BE8);animation:hpr-pulse 2s ease-in-out infinite}@keyframes hpr-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.5);opacity:.6}}.hpr-sale-badge{position:absolute;top:8px;right:8px;z-index:4;font-family:Space Mono,monospace;font-size:9px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:4px 8px;border-radius:2px;background:#fff;color:#0a0a0a;border:1px solid rgba(0,0,0,.12)}.hpr-dark .hpr-sale-badge{background:#1a1a1a;color:#fff;border-color:#ffffff26}.hpr-soldout-badge{position:absolute;top:8px;right:8px;z-index:4;font-family:Space Mono,monospace;font-size:9px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:4px 8px;border-radius:2px;background:#0a0a0a;color:#fff}.hpr-wishlist{position:absolute;top:8px;right:8px;z-index:4;width:26px;height:26px;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#0a0a0a;opacity:0;transition:opacity .2s,color .15s}.hpr-wishlist-offset{top:40px}.hpr-card:hover .hpr-wishlist{opacity:1}.hpr-wishlist:hover{color:var(--hpr-accent, #4F7BE8)}.hpr-cta{position:absolute;bottom:0;left:0;right:0;z-index:4;padding:0 8px 8px;opacity:0;transform:translateY(5px);transition:opacity .18s,transform .18s}.hpr-card:hover .hpr-cta{opacity:1;transform:translateY(0)}.hpr-card-soldout .hpr-cta{opacity:1;transform:none}.hpr-btn{display:flex;align-items:center;justify-content:space-between;width:100%;font-family:Space Mono,monospace;font-size:8px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:8px 10px;border:none;border-radius:2px;cursor:pointer;text-decoration:none;box-sizing:border-box;background:#0a0a0ad1;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);color:#fff;transition:background .15s}.hpr-btn:hover{background:#4f7be8e6;color:#fff}.hpr-btn-soldout{justify-content:center;background:#ffffffe0;color:#0a0a0a}.hpr-btn-soldout:hover{background:#ebebebf2;color:#0a0a0a}.hpr-info{padding:10px 10px 12px;flex:1}.hpr-light .hpr-info{background:#fff;border:1px solid rgba(0,0,0,.06);border-top:none}.hpr-dark .hpr-info{background:#161616;border:1px solid rgba(255,255,255,.05);border-top:none}.hpr-custom .hpr-info{background:var(--hpr-card-bg, #fff)}.hpr-name-link{text-decoration:none;display:block}.hpr-name{font-family:Space Mono,monospace;font-size:9px;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin:0 0 6px;padding:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.4;transition:color .15s}.hpr-light .hpr-name{color:#0a0a0a}.hpr-dark .hpr-name{color:#fff}.hpr-custom .hpr-name{color:var(--hpr-text, #0a0a0a)}.hpr-name-link:hover .hpr-name{color:var(--hpr-accent, #4F7BE8)}.hpr-prices{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.hpr-price{font-family:Space Mono,monospace;font-size:11px;font-weight:700;margin:0;padding:0;line-height:1.3}.hpr-light .hpr-price{color:#0a0a0a}.hpr-dark .hpr-price{color:#fff}.hpr-custom .hpr-price{color:var(--hpr-text, #0a0a0a)}.hpr-price-sale{color:var(--hpr-accent, #4F7BE8)!important}.hpr-price-muted{color:#bbb!important}.hpr-price-compare{font-family:Space Mono,monospace;font-size:9px;font-weight:400;color:#bbb;text-decoration:line-through;margin:0;padding:0}.hpr-sold{font-family:Space Mono,monospace;font-size:9px;letter-spacing:1px;text-transform:uppercase;margin:4px 0 0;padding:0;line-height:1.3}.hpr-light .hpr-sold{color:#bbb}.hpr-dark .hpr-sold{color:#555}.hpr-sold span{color:var(--hpr-accent, #4F7BE8);font-weight:700}.hpr-empty{font-family:Space Mono,monospace;font-size:10px;letter-spacing:2px;text-transform:uppercase;color:#bbb;padding:40px 0}.hpr-footer{margin-top:36px;display:flex;justify-content:center}.hpr-footer-btn{font-family:Space Mono,monospace;font-size:10px;font-weight:700;letter-spacing:3px;text-transform:uppercase;padding:13px 40px;border:2px solid;border-radius:2px;cursor:pointer;text-decoration:none;display:inline-block;transition:background .2s,border-color .2s,color .2s}.hpr-light .hpr-footer-btn{background:#0a0a0a;border-color:#0a0a0a;color:#fff}.hpr-dark .hpr-footer-btn{background:transparent;border-color:#fff;color:#fff}.hpr-footer-btn:hover{background:var(--hpr-accent, #4F7BE8)!important;border-color:var(--hpr-accent, #4F7BE8)!important;color:#fff!important}@media screen and (max-width:989px){.hpr{padding:48px 32px}.hpr-card{flex-basis:calc(33.333% - 2px)!important}.hpr-cta,.hpr-wishlist{opacity:1!important;transform:none!important}}@media screen and (max-width:749px){.hpr{padding:40px 16px}.hpr-card{flex-basis:calc(50% - 2px)!important}.hpr-img{max-height:44vw!important}.hpr-header{flex-direction:column;align-items:flex-start;gap:12px}.hpr-header-right{width:100%;justify-content:space-between}}@media screen and (max-width:480px){.hpr-card{flex-basis:75%!important}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/hypcheck-product-row.css.map */
