.header__icon--favorites{margin-right:.2rem;position:relative}.header__icon--account svg,.header__icon--favorites svg,.header__icon--cart svg{color:var(--ht-icon-color, #971b1e);fill:url(#ht-header-icon-gradient);stroke:url(#ht-header-icon-gradient);transition:filter .16s ease,transform .16s ease}.header__icon--account:hover svg,.header__icon--account:focus-visible svg,.header__icon--favorites:hover svg,.header__icon--favorites:focus-visible svg,.header__icon--cart:hover svg,.header__icon--cart:focus-visible svg{filter:drop-shadow(0 2px 5px rgba(151,27,30,.22));transform:translateY(-1px)}.header__icon--account svg path,.header__icon--account svg circle,.header__icon--account svg ellipse,.header__icon--favorites svg path,.header__icon--cart svg path,.header__icon--cart svg circle,.header__icon--cart svg ellipse,.header__icon--cart svg line,.header__icon--cart svg polyline{fill:url(#ht-header-icon-gradient);stroke:url(#ht-header-icon-gradient)}.header__icon--favorites svg{fill:url(#ht-header-icon-gradient);height:2.2rem;stroke:url(#ht-header-icon-gradient);stroke-linejoin:round;stroke-width:1.8;width:2.2rem}.header__icon--favorites svg path{fill:url(#ht-header-icon-gradient)}.header__icon--cart .cart-count-bubble{align-items:center;background:var(--ht-icon-color, #971b1e);border-radius:50%;color:#fff;display:grid;font-size:.95rem;font-variant-numeric:tabular-nums;font-weight:700;height:18px!important;justify-content:center;letter-spacing:0;line-height:1;min-height:18px;min-width:18px;padding:0;place-items:center;text-align:center;width:18px!important}.header__icon--cart .cart-count-bubble span[aria-hidden=true]{font:inherit;letter-spacing:0;line-height:1}.ht-favorite-count-bubble{align-items:center;background:var(--ht-icon-color, #971b1e);border-radius:50%;color:#fff;display:grid;font-size:.95rem;font-variant-numeric:tabular-nums;font-weight:700;height:18px!important;justify-content:center;letter-spacing:0;line-height:1;min-height:18px;min-width:18px;padding:0;place-items:center;pointer-events:none;position:absolute;right:2px;text-align:center;top:4px;width:18px!important;z-index:2}.header__icon .ht-favorite-count-bubble{display:grid}.ht-favorite-count-bubble[hidden]{display:none!important}.ht-favorites-page{padding-bottom:5rem;padding-top:3rem}.ht-favorites-breadcrumb{align-items:center;color:#5f6f8f;display:flex;flex-wrap:nowrap;font-size:15px;gap:9px;line-height:1.4;list-style:none;margin:0 0 18px;padding:0}.ht-favorites-breadcrumb__home{align-items:center;display:inline-flex;line-height:1.4;text-decoration:none}.ht-favorites-breadcrumb__home:before{background:linear-gradient(135deg,#d4a13c,#971b1e);content:"";display:block;height:14px;-webkit-mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 10.8 12 3l9 7.8v9.7a.5.5 0 0 1-.5.5h-5.2v-6.4H8.7V21H3.5a.5.5 0 0 1-.5-.5v-9.7Z'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 10.8 12 3l9 7.8v9.7a.5.5 0 0 1-.5.5h-5.2v-6.4H8.7V21H3.5a.5.5 0 0 1-.5-.5v-9.7Z'/%3E%3C/svg%3E") center / contain no-repeat;transform:translateY(1px);width:14px}.ht-favorites-breadcrumb__separator{color:#7c8798}.ht-favorites-breadcrumb__current{color:#171717;font-weight:500}.ht-favorites-page:not(.is-ready) .ht-favorites-breadcrumb,.ht-favorites-page:not(.is-ready) .ht-favorites-header,.ht-favorites-page:not(.is-ready) .ht-favorites-empty,.ht-favorites-page:not(.is-ready) .ht-favorites-groups{opacity:0;visibility:hidden}.ht-favorites-breadcrumb,.ht-favorites-header,.ht-favorites-empty,.ht-favorites-groups{transition:opacity .16s ease,visibility .16s ease}.ht-favorites-header{align-items:center;display:flex;flex-wrap:nowrap;gap:1.6rem;justify-content:space-between;margin:0 0 2.4rem}.ht-favorites-heading{flex:1 1 auto;margin:0;min-width:0}.ht-favorites-clear{-webkit-appearance:none;appearance:none;background:transparent;border:0;color:rgb(var(--color-foreground));cursor:pointer;font:inherit;font-size:1.4rem;flex:0 0 auto;padding:.4rem 0;text-decoration:underline;text-underline-offset:.3rem;white-space:nowrap}.ht-favorites-clear:hover,.ht-favorites-clear:focus-visible{color:var(--ht-icon-color, #971b1e)}.ht-favorites-empty{color:rgba(var(--color-foreground),.72);margin:0}.ht-favorites-groups{display:grid;gap:4rem}.ht-favorites-group{display:grid;gap:1.8rem}.ht-favorites-group__heading{align-items:center;display:inline-flex;font-size:calc(var(--font-heading-scale) * 2.2rem);font-weight:600;gap:12px;line-height:1.2;margin:0}.ht-favorites-group__heading:before{background:var(--ht-icon-gradient, linear-gradient(135deg, #d4a13c, #971b1e));border-radius:999px;content:"";flex:0 0 auto;height:clamp(14px,1.7vw,22px);width:clamp(32px,4vw,56px)}.ht-favorites-grid{display:grid;gap:2.4rem;grid-template-columns:repeat(4,minmax(0,1fr))}@media screen and (max-width:989px){.ht-favorites-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (max-width:749px){.ht-favorites-page{padding-top:2rem}.ht-favorites-header{align-items:center;gap:1rem}.ht-favorites-grid{gap:1.6rem;grid-template-columns:repeat(2,minmax(0,1fr))}.ht-favorites-groups{gap:3rem}.ht-favorites-group{gap:1.4rem}.ht-favorites-group__heading{font-size:calc(var(--font-heading-scale) * 1.9rem)}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/hobbytiger-favorites.css.map */
