:root{--he-f-inter:"Inter",system-ui,-apple-system,sans-serif;--he-f-mono:"JetBrains Mono","IBM Plex Mono",ui-monospace,monospace;--he-line:#D8D3C5;--he-ink:#1A1A1A;--he-ink-soft:#5A5448;--he-desc:#6B6868;--subworld-earth-summits: #4A7C5F;--subworld-earth-routes: #B8956A;--subworld-earth-volcanic: #C1440E;--subworld-earth-glaciers: #7AB8D4;--subworld-earth-wilderness: #596B48;--subworld-deep-lakes: #48B4C8;--subworld-deep-reefs-and-breaks:#3D8F9A;--subworld-deep-oceans: #0E2340;--subworld-deep-coasts: #A8C7D1;--subworld-deep-islands: #B88860;--subworld-space-mars: #C1440E;--subworld-space-lunar: #E8D9C4;--subworld-space-missions: #B8B0A2;--subworld-space-ice-worlds: #7AB8D4}.he-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;align-items:stretch}@media(max-width:1199px){.he-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}}@media(max-width:767px){.he-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}}@media(max-width:439px){.he-card-grid{grid-template-columns:1fr}}.he-card{width:100%;max-width:290px;background:#fbfaf6;border:1px solid var(--he-line);border-radius:6px;overflow:hidden;display:flex;flex-direction:column;text-decoration:none;color:inherit;transform:translateY(0);transition:transform .26s cubic-bezier(.22,.61,.36,1),box-shadow .26s cubic-bezier(.22,.61,.36,1),border-color .26s ease;will-change:transform}.he-card:hover{transform:translateY(-3px);box-shadow:0 10px 28px -12px #14120c47;border-color:#c9c3b2}@media(max-width:1199px){.he-card{max-width:none}}.he-card__media{position:relative;aspect-ratio:3 / 4;background:#e7e2d6;display:flex;align-items:center;justify-content:center;border-radius:6px 6px 0 0;overflow:hidden}.he-card__img{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1);transition:transform .6s cubic-bezier(.22,.61,.36,1);will-change:transform}.he-card:hover .he-card__img{transform:scale(1.045)}.he-card__ph{font-family:var(--he-f-mono);font-size:11px;letter-spacing:.16em;color:#9b9482;text-transform:uppercase}.he-card__badge{position:absolute;top:14px;left:14px;background:#f4f0e5;color:var(--he-ink);font-family:var(--he-f-inter);font-weight:500;font-size:11px;letter-spacing:.15em;text-transform:uppercase;padding:5px 9px;border-radius:2px}.he-card__body{padding:20px;display:flex;flex-direction:column;flex:1 1 auto}.he-card__eyebrow{font-family:var(--he-f-mono);font-weight:400;font-size:12px;letter-spacing:.15em;text-transform:uppercase;color:var(--he-ink-soft);margin:0 0 8px}.he-card__title{font-family:var(--he-f-inter);font-weight:500;font-size:22px;letter-spacing:-.01em;line-height:1.15;margin:0 0 10px;color:var(--he-ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.he-card__stat{font-family:var(--he-f-mono);font-weight:400;font-size:12px;letter-spacing:.05em;line-height:1.5;color:var(--he-ink-soft);margin:0 0 8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.he-card__desc{font-family:var(--he-f-inter);font-weight:400;font-size:13px;line-height:1.55;color:var(--he-desc);margin:0 0 16px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:60.45px}.he-card__foot{display:flex;justify-content:space-between;align-items:baseline;border-top:1px solid var(--he-line);padding-top:14px;margin-top:auto}.he-card__price{font-family:var(--he-f-inter);font-weight:500;font-size:20px;color:var(--he-ink)}.he-card__cta{font-family:var(--he-f-inter);font-weight:500;font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--he-accent, var(--subworld-earth-summits));text-decoration:none;white-space:nowrap;transition:opacity .2s ease}.he-card:hover .he-card__cta{opacity:.7}@media(prefers-reduced-motion:reduce){.he-card,.he-card:hover,.he-card__img,.he-card:hover .he-card__img{transform:none!important;transition:box-shadow .2s ease,border-color .2s ease!important}}.he-surface-dark .he-card,body[data-world=space] .he-card{background:#15151f;border-color:#ffffff1a}.he-surface-dark .he-card:hover,body[data-world=space] .he-card:hover{border-color:#ffffff38;box-shadow:0 10px 28px -12px #00000080}.he-surface-dark .he-card__title,body[data-world=space] .he-card__title{color:#ffffffeb}.he-surface-dark .he-card__price,body[data-world=space] .he-card__price{color:#ffffffe0}.he-surface-dark .he-card__eyebrow,.he-surface-dark .he-card__stat,body[data-world=space] .he-card__eyebrow,body[data-world=space] .he-card__stat{color:#ffffff8c}.he-surface-dark .he-card__desc,body[data-world=space] .he-card__desc{color:#ffffff80}.he-surface-dark .he-card__foot,body[data-world=space] .he-card__foot{border-top-color:#ffffff1f}.he-surface-dark .he-card__badge,body[data-world=space] .he-card__badge{background:#ffffff1a;color:#ffffffe6}body[data-world=space] .he-card:not(.he-card--product),.he-surface-dark .he-card:not(.he-card--product){--he-ink: rgba(255, 255, 255, .92);--he-ink-soft: rgba(255, 255, 255, .55);--he-desc: rgba(255, 255, 255, .55)}.he-card-grid.home-recent__grid{gap:24px}@media(max-width:1199px){.he-card-grid.home-recent__grid{gap:20px}}@media(max-width:767px){.he-card-grid.home-recent__grid{gap:16px}}.he-card:not(#__he){font-size:16px!important;line-height:1.5!important;font-family:var(--he-f-inter)!important}.he-card:not(#__he) .he-card__body{display:flex!important;flex-direction:column!important;gap:0!important;padding:20px!important;flex:1 1 auto!important;font-size:16px!important;line-height:1.5!important}.he-card:not(#__he) .he-card__eyebrow{font-family:var(--he-f-mono)!important;font-weight:400!important;font-size:12px!important;line-height:1.4!important;letter-spacing:.15em!important;text-transform:uppercase!important;color:var(--he-ink-soft)!important;margin:0 0 8px!important;word-break:normal!important;border:none!important;padding:0!important;background:none!important}.he-card:not(#__he) .he-card__title{font-family:var(--he-f-inter)!important;font-weight:500!important;font-size:22px!important;line-height:1.15!important;letter-spacing:-.01em!important;color:var(--he-ink)!important;margin:0 0 10px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:100%!important;word-break:normal!important;border:none!important;padding:0!important;background:none!important}.he-card:not(#__he) .he-card__stat{font-family:var(--he-f-mono)!important;font-weight:400!important;font-size:12px!important;line-height:1.5!important;letter-spacing:.05em!important;color:var(--he-ink-soft)!important;margin:0 0 8px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;border:none!important;padding:0!important;background:none!important}.he-card:not(#__he) .he-card__desc{font-family:var(--he-f-inter)!important;font-weight:400!important;font-size:13px!important;line-height:1.55!important;letter-spacing:0!important;color:var(--he-desc)!important;margin:0 0 16px!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important;min-height:60.45px!important;border:none!important;padding:0!important;background:none!important}.he-card:not(#__he) .he-card__foot{display:flex!important;justify-content:space-between!important;align-items:baseline!important;border-top:1px solid var(--he-line)!important;padding-top:14px!important;margin-top:auto!important;margin-bottom:0!important;gap:12px!important;background:none!important}.he-card:not(#__he) .he-card__price{font-family:var(--he-f-inter)!important;font-weight:500!important;font-size:20px!important;line-height:1.5!important;color:var(--he-ink)!important;margin:0!important;padding:0!important;border:none!important}.he-card:not(#__he) .he-card__cta{font-family:var(--he-f-inter)!important;font-weight:500!important;font-size:12px!important;line-height:1.5!important;letter-spacing:.16em!important;text-transform:uppercase!important;white-space:nowrap!important;margin:0!important;padding:0!important;border:none!important;background:none!important}
/*# sourceMappingURL=/cdn/shop/t/6/assets/he-card.css.map */
