.hg-cart-recs-section{padding-top:28px;padding-bottom:48px;padding-left:1.5rem;padding-right:1.5rem;box-sizing:border-box}@media(min-width:750px){.hg-cart-recs-section{padding-left:5rem;padding-right:5rem}}.hg-cart-recs-section .hg-cart-drawer__recs-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.hg-cart-recs-section .hg-cart-drawer__recs-title{font-size:2.4rem;font-weight:400;font-family:var(--font-pr)}.hg-cart-recs-section .hg-cart-drawer__recs-nav{display:flex;gap:6px}.hg-cart-recs-section__scroll{display:flex;flex-wrap:nowrap;gap:16px;overflow-x:auto;scrollbar-width:none;scroll-behavior:smooth}.hg-cart-recs-section__scroll::-webkit-scrollbar{display:none}#hg-cart-recs-section .hg-rec-card{flex-shrink:0!important;width:calc((100% - 64px)/5)!important;display:flex;flex-direction:column;gap:0}@media(max-width:989px){#hg-cart-recs-section .hg-rec-card{width:calc((100% - 32px) / 3)!important}}@media(max-width:749px){#hg-cart-recs-section .hg-rec-card{width:calc((100% - 16px)/2)!important}}#hg-cart-recs-section .hg-rec-card a{text-decoration:none;color:inherit}#hg-cart-recs-section .hg-rec-card img{width:100%;aspect-ratio:4 / 2;object-fit:contain;background:#fff;border-radius:6px;display:block}#hg-cart-recs-section .hg-rec-card__info{display:flex;flex-direction:column;padding-top:8px}#hg-cart-recs-section .hg-rec-card__name{font-size:1.8rem;font-weight:600;line-height:1.3;height:4.5rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}#hg-cart-recs-section .hg-rec-card__price{display:block;font-size:1.7rem;color:#555;font-weight:600;margin:.3rem 0 .5rem}#hg-cart-recs-section .hg-rec-card__add{display:block;background:none;border:1.5px solid #ccc;padding:5px 4px;border-radius:3rem;cursor:pointer;font-size:1.8rem;font-weight:600;width:100%;text-align:center;text-decoration:none;color:inherit;transition:border-color .2s,background .2s;font-family:inherit;box-sizing:border-box}#hg-cart-recs-section .hg-rec-card__add:hover{border-color:#333;background:#f5f5f5}#hg-cart-recs-section .hg-rec-card__add:disabled{opacity:.5;cursor:default}#hg-cart-recs-section .hg-recs-btn{background:none;border:none;width:30px;height:30px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s}#hg-cart-recs-section .hg-recs-btn:hover{opacity:.7}#hg-cart-recs-section .hg-recs-btn:disabled{opacity:.25;cursor:default;pointer-events:none}.hg-cf-note-wrap{border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:1.2rem;margin-bottom:1.2rem}.hg-cf-note-trigger{background:none;border:none;padding:0;cursor:pointer;font-size:1.5rem;font-family:inherit;color:#444;text-decoration:underline;text-underline-offset:.3rem;display:flex;align-items:center;gap:6px;transition:opacity .2s}.hg-cf-note-trigger:hover{opacity:.7}.hg-cf-note-trigger__icon{transition:transform .2s;flex-shrink:0}.hg-cf-note-trigger[aria-expanded=true] .hg-cf-note-trigger__icon{transform:rotate(180deg)}.hg-cf-note-body{margin-top:1rem}.hg-cf-note-textarea{width:100%;border:1.5px solid #ddd;border-radius:8px;padding:10px 12px;font-size:1.5rem;resize:none;font-family:inherit;box-sizing:border-box;color:#111}.hg-cf-payment{justify-content:center}.hg-cf-trust{list-style:none;padding:0;margin:1.6rem 0;display:flex;flex-direction:column;gap:1.1rem}.hg-cf-trust__item{display:flex;align-items:center;gap:10px;font-size:1.6rem;font-weight:700;color:#111;line-height:1.3}.hg-cf-trust__item svg{flex-shrink:0}.hg-cf-reviews{display:flex;align-items:center;gap:10px;margin-bottom:1.6rem;flex-wrap:wrap}.hg-cf-reviews__count{font-size:1.4rem;font-weight:700;color:#111;letter-spacing:.04em}.hg-cf-reviews__stars{display:flex;align-items:center;gap:2px}.searchResultsPage{padding-top:3rem;padding-bottom:5rem}.searchResultsHeader{margin-bottom:1rem}.searchResultsGrid{display:flex;flex-wrap:wrap;gap:2rem;list-style:none;margin:0;padding:0}.searchResultsGrid>.grid__item{flex:0 0 calc(50% - 1rem);width:calc(50% - 1rem)}.hg-cart-drawer{--hg-cart-header-height: 0px;--hg-cart-radius: 16px;--hg-cart-red: rgb(241, 0, 0);position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;visibility:hidden;pointer-events:none;transition:visibility 0s .7s}.hg-cart-drawer.open{visibility:visible;pointer-events:auto;transition:visibility 0s}.hg-cart-drawer__overlay{position:absolute;top:var(--hg-cart-header-height);left:0;right:0;bottom:0;background:#00000073;opacity:0;transition:opacity .3s ease;cursor:pointer}.hg-cart-drawer.open .hg-cart-drawer__overlay{opacity:1}.hg-cart-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:513px;max-width:100vw;background:#fff;display:flex;flex-direction:column;transform:translate(100%);transition:transform .7s cubic-bezier(.19,1,.22,1);will-change:transform;border-radius:var(--hg-cart-radius) 0 0 var(--hg-cart-radius);box-shadow:-2px 1px 10px 2px #0000001f;overflow:hidden;font-family:var(--font-helv)}.hg-cart-drawer.open .hg-cart-drawer__panel{transform:translate(0)}.hg-cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:20px 20px 16px;border-bottom:1px solid #ebebeb;flex-shrink:0;font-family:var(--font-pr);position:relative;z-index:25;background:#fff}.hg-cart-drawer__title{font-size:2.75rem;font-weight:400;margin:0;color:#111}.hg-cart-drawer__header-right{display:flex;align-items:center;gap:14px}.hg-cart-drawer__view-cart{font-size:1.75rem;color:#333;text-decoration:underline;transition:opacity .2s}.hg-cart-drawer__view-cart:hover{opacity:.6}.hg-cart-drawer__close{background:none;border:none;cursor:pointer;padding:4px;color:#333;opacity:.7;transition:opacity .2s;display:flex;align-items:center}.hg-cart-drawer__close:hover{opacity:1}.hg-cart-drawer__footer-note{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:8px;padding:10px 16px;border-top:1px solid #ebebeb;flex-shrink:0}.hg-cart-note__trigger{background:none;border:none;padding:0;font-size:1.75rem;cursor:pointer;color:#333;text-decoration:underline;text-underline-offset:.35rem;font-family:var(--font-helv);transition:opacity .2s;flex-shrink:0}.hg-cart-note__trigger:hover{opacity:.7}.hg-cart-note-overlay{position:absolute;left:0;right:0;bottom:0;background:#00000073;z-index:18;display:none}.hg-cart-note-overlay.open{display:block}.hg-cart-note-popup{position:absolute;left:0;right:0;background:#fff;z-index:19;display:none;flex-direction:column;padding:24px 5rem 28px;gap:16px}.hg-cart-note-popup.open{display:flex}.hg-cart-note-popup__header{display:flex;align-items:center;justify-content:space-between}.hg-cart-note-popup__title{font-size:2.4rem;font-weight:400;font-family:var(--font-pr)}.hg-cart-note-popup__close{background:none;border:none;cursor:pointer;color:#333;padding:4px;display:flex;align-items:center;opacity:.7;transition:opacity .2s}.hg-cart-note-popup__close:hover{opacity:1}.hg-cart-note__textarea{width:100%;height:16rem;border:1px solid #ddd;border-radius:10px;padding:12px;font-size:1.5rem;resize:none;font-family:inherit;box-sizing:border-box}.hg-cart-note__save{align-self:flex-start;padding:1.5rem 3rem;background:var(--color-bright-red);color:#fff;border:none;border-radius:3rem;cursor:pointer;font-size:1.95rem;font-weight:700;font-family:var(--font-helv);transition:opacity .2s}.hg-cart-note__save:hover{opacity:.88}.hg-cart-drawer__taxes-text{font-size:1.75rem;font-weight:400;color:#666;margin:0;text-align:right;flex:1}.hg-cart-drawer__taxes-text a{color:#444;font-weight:500}.hg-cart-drawer__checkout-wrap{padding:2rem 4rem;flex-shrink:0}.hg-cart-drawer__checkout-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:14px 20px;background:var(--hg-cart-red);color:#fff;font-size:2rem;font-weight:700;border-radius:50px;text-decoration:none;transition:opacity .2s}.hg-cart-drawer__checkout-btn:hover,.hg-cart-drawer__checkout-btn:visited{color:#fff}.hg-cart-drawer__checkout-btn:hover{opacity:.88}.hg-cart-drawer__shipping{background:#f5f5f5;padding:1.5rem 5rem 1.8rem;flex-shrink:0;text-align:center}.hg-cart-drawer__shipping-text{font-size:1.9rem;font-weight:700;margin:0 0 8px;color:#111}.hg-cart-drawer__shipping-track{height:5px;background:#ddd;border-radius:3px;overflow:hidden}.hg-cart-drawer__shipping-fill{height:100%;background:#777;border-radius:3px;transition:width .4s ease,background .4s ease;width:0%}.hg-cart-drawer__shipping-fill--full{background:#0b0}.hg-cart-drawer__body{flex:1;overflow-y:auto;display:flex;flex-direction:column}.hg-cart-drawer__items{flex:1}.hg-cart-loading{padding:40px;text-align:center;color:#999;font-size:1.4rem}.hg-cart-item--adding{opacity:1}.hg-adding-placeholder__img{width:88px;height:72px;flex-shrink:0;border-radius:6px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:hg-shimmer 1.4s infinite}.hg-adding-placeholder__text{font-size:1.9rem;font-weight:700;color:#888;padding-top:20px}.hg-adding-placeholder__dots:after{content:"";animation:hg-dots 1.2s steps(3,end) infinite}@keyframes hg-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes hg-dots{0%{content:""}33%{content:"."}66%{content:".."}to{content:"..."}}.hg-cart-empty{display:flex;flex-direction:column;align-items:center;gap:14px;padding:48px 20px;color:#777;font-size:1.7rem}.hg-cart-browse-btn{display:inline-block;padding:10px 24px;background:#111;color:#fff;border-radius:3rem;text-decoration:none;font-size:1.6rem;font-weight:600}.hg-cart-item{display:flex;gap:12px;padding:16px;border-bottom:1px solid #ebebeb}.hg-cart-item__image-wrap{flex-shrink:0}.hg-cart-item__image{width:88px;height:72px;object-fit:contain;background:#fff;border-radius:6px;display:block}.hg-cart-item__details{flex:1;min-width:0}.hg-cart-item__top-row{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.hg-cart-item__info{flex:1;min-width:0}.hg-cart-item__vendor{font-size:1.2rem;color:#888;margin-bottom:2px}.hg-cart-item__name{font-size:1.9rem;font-weight:700;color:#111;text-decoration:none;display:block;line-height:1.3}.hg-cart-item__name:hover{text-decoration:underline}.hg-cart-item__price{font-size:1.9rem;font-weight:700;white-space:nowrap;color:#111;margin-left:6px}.hg-cart-item__options{margin-top:5px;display:flex;flex-direction:column;gap:2px}.hg-cart-item__option{font-size:1.7rem;color:#444}.hg-cart-item__opt-name{font-weight:700}.hg-cart-item__qty-row{display:flex;align-items:center;gap:10px;margin-top:10px}.hg-cart-item__qty{display:flex;align-items:center;border:1.5px solid #ddd;border-radius:50px;height:34px;overflow:hidden}.hg-qty-btn{background:none;border:none;cursor:pointer;padding:0 12px;height:100%;font-size:1.5rem;line-height:1;color:#333;display:flex;align-items:center;transition:background .15s}.hg-qty-btn:hover{background:#f5f5f5}.hg-qty-val{min-width:22px;text-align:center;font-size:1.4rem;font-weight:600;color:#111;pointer-events:none}.hg-cart-item__remove{background:none;border:none;cursor:pointer;color:#bbb;padding:4px;display:flex;align-items:center;transition:color .2s}.hg-cart-item__remove:hover{color:#c00}.hg-cart-item__wishlist{display:flex;align-items:center;gap:4px;background:none;border:none;cursor:pointer;color:#bbb;font-size:1.4rem;padding:0 2px;flex-shrink:0;transition:color .2s;white-space:nowrap}.hg-cart-item__wishlist:hover{color:#111}.hg-cart-item__wishlist:disabled{opacity:.5;cursor:default}.hg-cart-drawer__recs{border-top:1px solid #ebebeb;padding:14px 16px 18px;flex-shrink:0}.hg-cart-drawer__recs-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.hg-cart-drawer__recs-title{font-size:2.2rem;font-weight:400;font-family:var(--font-pr)}.hg-cart-drawer__recs-nav{display:flex;gap:6px}.hg-recs-btn{background:none;border:none;width:30px;height:30px;border-radius:50%;cursor:pointer;font-size:1.6rem;display:flex;align-items:center;justify-content:center;transition:border-color .2s;line-height:1}.hg-recs-btn:hover{opacity:.7}.hg-recs-btn:disabled{opacity:.25;cursor:default;pointer-events:none}.hg-cart-drawer__recs-scroll{display:flex;gap:12px;overflow-x:auto;scrollbar-width:none;scroll-behavior:smooth}.hg-cart-drawer__recs-scroll::-webkit-scrollbar{display:none}.hg-rec-card{flex-shrink:0;width:calc((100% - 24px) / 3);display:flex;flex-direction:column;gap:0}.hg-rec-card a{text-decoration:none;color:inherit}.hg-rec-card img{width:100%;aspect-ratio:4 / 2;object-fit:contain;background:#fff;border-radius:6px;display:block;flex-shrink:0}.hg-rec-card__info{display:flex;flex-direction:column;flex:1;padding-top:8px}.hg-rec-card__name{font-size:1.8rem;font-weight:600;line-height:1.3;height:4.5rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.hg-rec-card__price{display:block;font-size:1.7rem;color:#555;font-weight:600;margin:.3rem 0 .5rem}.hg-rec-card__add{background:none;border:1.5px solid #ccc;padding:5px 4px;border-radius:3rem;cursor:pointer;font-size:1.8rem;font-weight:600;width:100%;transition:border-color .2s,background .2s}.hg-rec-card__add:hover{border-color:#333;background:#f5f5f5}.hg-rec-card__add:disabled{opacity:.5;cursor:default}.hg-opts-overlay{display:none;position:absolute;top:0;right:0;bottom:0;left:0;background:#0000002e;z-index:20}.hg-opts-overlay.open{display:block}.hg-opts-popup{display:none;position:absolute;left:0;right:0;bottom:0;background:#fff;z-index:21;flex-direction:column;padding:24px 5rem 28px;gap:16px}.hg-opts-popup.open{display:flex}.hg-opts-popup__header{display:flex;align-items:center;justify-content:space-between}.hg-opts-popup__title{font-size:2.4rem;font-weight:400;font-family:var(--font-pr)}.hg-opts-popup__close{background:none;border:none;cursor:pointer;color:#333;padding:4px;display:flex;align-items:center;opacity:.7;transition:opacity .2s}.hg-opts-popup__close:hover{opacity:1}.hg-opts-popup__body{display:flex;flex-direction:row;gap:16px;align-items:flex-start}.hg-opts-popup__img{width:42%;flex-shrink:0;aspect-ratio:4 / 2;object-fit:contain;border-radius:8px;background:#fff;display:block}.hg-opts-popup__selects{flex:1;display:flex;flex-direction:column;gap:12px;min-width:0}.hg-opts-group{display:flex;flex-direction:column;gap:6px}.hg-opts-group label{font-size:1.5rem;font-weight:600;color:#333}.hg-opts-group select{width:100%;padding:8px 12px;border:1.5px solid #ccc;border-radius:8px;font-size:1.6rem;background:#fff;cursor:pointer;-webkit-appearance:auto;appearance:auto}.hg-opts-popup__add{width:100%;padding:13px;background:#f10000;color:#fff;border:none;border-radius:50px;font-size:1.8rem;font-weight:700;cursor:pointer;transition:opacity .2s}.hg-opts-popup__add:hover{opacity:.85}.hg-opts-popup__add:disabled{opacity:.5;cursor:default}.hg-opts-swatch{position:relative}.hg-opts-swatch__trigger{display:flex;align-items:center;gap:8px;padding:3px 7px;border:1.5px solid #ccc;border-radius:8px;cursor:pointer;background:#fff;width:100%;text-align:left}.hg-opts-swatch__trigger:hover{border-color:#888}.hg-opts-swatch__trigger svg{margin-left:auto;flex-shrink:0;transition:transform .2s}.hg-opts-swatch.open .hg-opts-swatch__trigger svg{transform:rotate(180deg)}.hg-opts-swatch__trigger-img{width:6rem;height:4rem;object-fit:contain;border-radius:4px;flex-shrink:0}.hg-opts-swatch__trigger-label{font-size:1.5rem;font-weight:500}.hg-opts-swatch__list{display:none;position:absolute;left:0;right:0;top:calc(100% + 4px);background:#fff;border:1.5px solid #ccc;border-radius:8px;z-index:30;max-height:200px;overflow-y:auto;list-style:none;padding:4px 0;margin:0}.hg-opts-swatch.open .hg-opts-swatch__list{display:block}.hg-opts-popup .hg-opts-swatch__list{top:auto;bottom:calc(100% + 4px)}.hg-opts-swatch__item{display:flex;align-items:center;gap:8px;padding:3px 6px;cursor:pointer;font-size:1.4rem}.hg-opts-swatch__item:hover{background:#f5f5f5}.hg-opts-swatch__item--selected{font-weight:700;background:#f0f0f0}.hg-opts-swatch__item img{width:6rem;height:4rem;object-fit:contain;border-radius:4px;flex-shrink:0}.hg-opts-pills{display:flex;flex-wrap:wrap;gap:6px}.hg-opts-pill-btn{padding:5px 14px;border:1.5px solid #ccc;border-radius:50px;background:#fff;font-size:1.4rem;font-weight:500;cursor:pointer;transition:border-color .15s,background .15s}.hg-opts-pill-btn:hover{border-color:#888}.hg-opts-pill-btn--selected{border-color:#111;background:#111;color:#fff}a[aria-label=Cart] svg,#cart-icon-bubble svg{display:block;transform-origin:50% 0}.hg-cart-icon-shake{animation:hg-shake .9s cubic-bezier(.455,.03,.515,.955) 2;transform-origin:50% 0}@keyframes hg-shake{0%{transform:rotate(0)}15%{transform:rotate(-14deg)}30%{transform:rotate(12deg)}45%{transform:rotate(-10deg)}60%{transform:rotate(8deg)}75%{transform:rotate(-5deg)}90%{transform:rotate(3deg)}to{transform:rotate(0)}}
/*# sourceMappingURL=/cdn/shop/t/230/compiled_assets/styles.css.map */
