:root{--hg-green:#2F5D3A;--hg-green-dark:#26492E;--hg-green-light:#7FA96A;--hg-terra:#B4472A;--hg-terra-light:#C87E4F;--hg-sand:#F6F3EC;--hg-sand-dark:#EDE7DC;--hg-ink:#1F2A1C;--hg-body:#4A5247;--hg-muted:#7C8479;--hg-border:#E3DCCF;--hg-radius:14px;--hg-radius-lg:20px;--hg-shadow:0 2px 10px rgba(31,42,28,.05);--hg-shadow-lg:0 18px 40px rgba(31,42,28,.12);--hg-wrap:1240px}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:3px solid var(--hg-green-light);outline-offset:2px;border-radius:4px}.hg-skip{position:absolute;left:-9999px;top:0;z-index:99999;background:var(--hg-green);color:#fff;padding:12px 20px;border-radius:0 0 8px}.hg-skip:focus{left:0}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.hg-wrap{width:100%;max-width:var(--hg-wrap);margin:0 auto;padding:0 24px;box-sizing:border-box}.hg-section{padding:72px 0}.hg-section--tight{padding:48px 0}.hg-section--sand{background:var(--hg-sand)}.hg-head{margin-bottom:40px}.hg-head--center{text-align:center}.hg-eyebrow{display:inline-block;margin-bottom:10px;font-size:.78rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--hg-green)}.hg-title{font-size:clamp(1.5rem,2.8vw,2.2rem);font-weight:800;color:var(--hg-ink);margin:0;line-height:1.2;letter-spacing:-.01em}.hg-sub{color:var(--hg-muted);margin:12px 0 0;line-height:1.7;max-width:660px}.hg-head--center .hg-sub{margin-inline:auto}.hg-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 28px;border-radius:999px;border:0;cursor:pointer;font-family:inherit;font-size:.95rem;font-weight:700;text-decoration:none;transition:background .2s,transform .2s,box-shadow .2s}.hg-btn--primary{background:var(--hg-green);color:#fff}.hg-btn--primary:hover{background:var(--hg-green-dark);color:#fff;transform:translateY(-2px);box-shadow:0 10px 22px #2f5d3a47}.hg-btn--ghost{background:transparent;color:var(--hg-green);border:1.5px solid var(--hg-border)}.hg-btn--ghost:hover{border-color:var(--hg-green);background:var(--hg-sand);color:var(--hg-green)}.hg-btn--light{background:#fff;color:var(--hg-green)}.hg-btn--light:hover{background:var(--hg-sand);color:var(--hg-green)}.hg-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.hg-label{display:block;font-size:.86rem;font-weight:700;color:var(--hg-ink);margin-bottom:7px}.hg-input{width:100%;padding:13px 16px;border:1px solid var(--hg-border);border-radius:10px;font-size:.95rem;font-family:inherit;color:var(--hg-ink);background:#fff;outline:none;box-sizing:border-box;transition:border-color .2s,box-shadow .2s}.hg-input::placeholder{color:#a9b0a3}.hg-input:focus{border-color:var(--hg-green);box-shadow:0 0 0 3px #2f5d3a1f}textarea.hg-input{resize:vertical;min-height:140px}.hg-grid{display:grid;gap:24px}.hg-grid--2{grid-template-columns:repeat(2,1fr)}.hg-grid--3{grid-template-columns:repeat(3,1fr)}.hg-grid--4{grid-template-columns:repeat(4,1fr)}@media(max-width:1100px){.hg-grid--4{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.hg-grid--3,.hg-grid--4{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.hg-grid--2,.hg-grid--3,.hg-grid--4{grid-template-columns:1fr}}.hg-card{display:flex;flex-direction:column;height:auto;background:#fff;border:1px solid var(--hg-border);border-radius:var(--hg-radius-lg);overflow:hidden;box-shadow:var(--hg-shadow);transition:transform .3s,box-shadow .3s,border-color .3s}.hg-card:hover{transform:translateY(-6px);box-shadow:var(--hg-shadow-lg);border-color:#cfc7b6}.hg-card__media{position:relative;display:block;aspect-ratio:1/1;overflow:hidden;background:var(--hg-sand)}.hg-card__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s}.hg-card:hover .hg-card__media img{transform:scale(1.05)}.hg-card__flag{position:absolute;top:12px;left:12px;padding:5px 12px;border-radius:999px;font-size:.74rem;font-weight:800;color:#fff;background:var(--hg-terra)}.hg-card__flag--new{background:var(--hg-green)}.hg-card__body{display:flex;flex-direction:column;flex:1;padding:18px}.hg-card__vendor{font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--hg-muted);margin-bottom:5px}.hg-card__title{font-size:.98rem;font-weight:700;line-height:1.4;margin:0 0 10px}.hg-card__title a{color:var(--hg-ink);text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hg-card__title a:hover{color:var(--hg-green)}.hg-card__price{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.hg-card__now{font-size:1.15rem;font-weight:800;color:var(--hg-ink)}.hg-card__was{font-size:.9rem;color:var(--hg-muted);text-decoration:line-through}.hg-card__tax{font-size:.72rem;color:var(--hg-muted);margin-top:4px;line-height:1.5}.hg-card__tax a{color:var(--hg-muted)}.hg-card__base{font-size:.72rem;color:var(--hg-muted);margin-top:2px}.hg-card__actions{margin-top:auto;padding-top:14px}.hg-card__actions .hg-btn{width:100%}.hg-usp{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media(max-width:900px){.hg-usp{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.hg-usp{grid-template-columns:1fr}}.hg-usp__item{display:flex;gap:14px;align-items:flex-start}.hg-usp__icon{width:46px;height:46px;flex-shrink:0;border-radius:12px;background:var(--hg-sand);color:var(--hg-green);display:flex;align-items:center;justify-content:center;font-size:1.3rem}.hg-usp__t{font-weight:700;color:var(--hg-ink);font-size:.95rem;margin-bottom:3px}.hg-usp__d{font-size:.84rem;color:var(--hg-muted);line-height:1.55}.hg-banner{position:relative;overflow:hidden;padding:clamp(44px,6vw,76px) 0;background:var(--hg-sand)}.hg-banner__title{font-size:clamp(1.7rem,3.4vw,2.6rem);font-weight:800;color:var(--hg-ink);margin:0;letter-spacing:-.02em}.hg-banner__sub{color:var(--hg-body);margin:12px 0 0;max-width:640px;line-height:1.7}.hg-crumbs{display:flex;gap:8px;list-style:none;margin:0 0 14px;padding:0;font-size:.85rem;color:var(--hg-muted);flex-wrap:wrap}.hg-crumbs a{color:var(--hg-green);text-decoration:none}.hg-crumbs a:hover{text-decoration:underline}.hg-rte{font-size:1rem;line-height:1.8;color:var(--hg-body);max-width:820px}.hg-rte h2{font-size:1.5rem;font-weight:800;color:var(--hg-ink);margin:36px 0 14px}.hg-rte h2:first-child{margin-top:0}.hg-rte h3{font-size:1.15rem;font-weight:700;color:var(--hg-ink);margin:28px 0 10px}.hg-rte p{margin:0 0 15px}.hg-rte a{color:var(--hg-green)}.hg-rte ul,.hg-rte ol{margin:0 0 18px;padding-left:22px}.hg-rte li{margin-bottom:8px}.hg-rte table{width:100%;border-collapse:collapse;margin:20px 0;font-size:.93rem}.hg-rte th,.hg-rte td{padding:11px 14px;border:1px solid var(--hg-border);text-align:left}.hg-rte th{background:var(--hg-sand);font-weight:700;color:var(--hg-ink)}@media(max-width:700px){.hg-rte table{display:block;overflow-x:auto}}.hg-pager{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:48px;flex-wrap:wrap}.hg-page{min-width:42px;height:42px;padding:0 12px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:#fff;border:1px solid var(--hg-border);color:var(--hg-body);font-weight:600;text-decoration:none;transition:all .2s}.hg-page:hover{border-color:var(--hg-green);color:var(--hg-green)}.hg-page.is-active{background:var(--hg-green);color:#fff;border-color:var(--hg-green)}body{height:auto!important;min-height:100vh}main#MainContent{flex:1 0 auto!important;min-height:auto!important;height:auto!important;overflow:visible!important}.hg-footer{flex:0 0 auto}body,button,input,select,textarea{font-family:"Source Sans 3",system-ui,-apple-system,sans-serif}h1,h2,h3,h4,h5,h6,.hg-title,.hg-banner__title,.hg-hero__title,.hg-promo__title,.hg-pdp__title{font-family:Fraunces,"Source Sans 3",Georgia,serif;font-weight:700}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.hg-logo img{max-width:90px}.hg-footer__logo img{max-width:160px}@media(max-width:1024px){.hg-logo img{max-width:130px}}.hg-trust__icons .hg-paylist{display:contents}
/*# sourceMappingURL=/cdn/shop/t/3/assets/hg-theme.css.map */
