:root{--loh-forest: #1F4D0F;--loh-forest-d: #152E09;--loh-mid-green: #3A7D1E;--loh-lime: #7DC142;--loh-lime-l: #A8D96C;--loh-gold: #C9A84C;--loh-gold-l: #DFC98A;--loh-burgundy: #7B1D2E;--loh-cream: #FAF7F2;--loh-cream-d: #F3EDE3;--loh-cream-dd: #E8DFD0;--loh-charcoal: #1A1A1A;--loh-text: #2D2D2D;--loh-muted: #6B6B6B;--loh-muted-l: #9E9E9E;--loh-white: #FFFFFF;--loh-border: #DDD5C8;--loh-border-d: #C9BCA8;--loh-serif: "Playfair Display", Georgia, serif;--loh-sans: "Plus Jakarta Sans", system-ui, sans-serif;--loh-radius-sm: 4px;--loh-radius: 8px;--loh-radius-lg: 12px;--loh-radius-xl: 16px;--loh-radius-pill: 50px;--loh-shadow-sm: 0 1px 3px rgba(31,77,15,.08);--loh-shadow: 0 4px 16px rgba(31,77,15,.1);--loh-shadow-lg: 0 8px 32px rgba(31,77,15,.14)}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;font-family:var(--loh-sans);font-size:15px;line-height:1.6;color:var(--loh-text);background:var(--loh-cream);-webkit-font-smoothing:antialiased}img,svg{display:block;max-width:100%}a{color:inherit}button{cursor:pointer;font-family:inherit}ul,ol{list-style:none;margin:0;padding:0}h1,h2,h3,h4{font-family:var(--loh-serif);font-weight:700;color:var(--loh-forest);line-height:1.15;letter-spacing:-.015em;margin:0}h1{font-size:clamp(30px,4vw,52px)}h2{font-size:clamp(26px,3vw,42px)}h3{font-size:clamp(20px,2vw,28px)}p{margin:0 0 1em}p:last-child{margin-bottom:0}.loh-section{padding:88px 0}.loh-section--sm{padding:56px 0}.loh-section--lg{padding:112px 0}.loh-container{max-width:1200px;margin:0 auto;padding:0 48px}@media(max-width:749px){.loh-section{padding:44px 0}.loh-container{padding:0 20px}}.loh-eyebrow{display:block;font-family:var(--loh-sans);font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--loh-mid-green);margin-bottom:12px}.loh-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:52px;padding:0 28px;border:none;border-radius:var(--loh-radius);font-family:var(--loh-sans);font-size:15px;font-weight:600;letter-spacing:.01em;text-decoration:none;cursor:pointer;transition:background .18s,transform .1s;white-space:nowrap}.loh-btn:active{transform:scale(.98)}.loh-btn--primary{background:var(--loh-forest);color:var(--loh-cream)}.loh-btn--primary:hover{background:var(--loh-forest-d)}.loh-btn--lime{background:var(--loh-lime);color:var(--loh-forest)}.loh-btn--lime:hover{background:var(--loh-lime-l)}.loh-btn--outline{background:transparent;color:var(--loh-forest);border:1.5px solid var(--loh-forest)}.loh-btn--outline:hover{background:var(--loh-cream-d)}.loh-btn--full{width:100%}.loh-btn--sm{height:40px;font-size:13px;padding:0 18px}.loh-btn--lg{height:60px;font-size:16px;padding:0 36px}.loh-link{font-size:14px;font-weight:600;color:var(--loh-forest);text-decoration:none;border-bottom:1.5px solid var(--loh-lime);padding-bottom:1px;transition:border-color .15s}.loh-link:hover{border-color:var(--loh-forest)}.loh-stars{color:var(--loh-gold);letter-spacing:1px}.loh-badge{display:inline-block;font-family:var(--loh-sans);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:3px 10px;border-radius:var(--loh-radius-pill)}.loh-badge--lime{background:var(--loh-lime);color:var(--loh-forest)}.loh-badge--gold{background:var(--loh-gold);color:#fff}.loh-badge--forest{background:var(--loh-forest);color:var(--loh-cream)}.loh-badge--burgundy{background:var(--loh-burgundy);color:#fff}.loh-product-card{background:var(--loh-white);border-radius:var(--loh-radius-lg);border:1px solid var(--loh-border);overflow:hidden;transition:box-shadow .2s}.loh-product-card:hover{box-shadow:var(--loh-shadow)}.loh-product-card__image{position:relative;aspect-ratio:1/1;background:var(--loh-cream-d);overflow:hidden}.loh-product-card__image img{width:100%;height:100%;object-fit:cover}.loh-product-card__badge{position:absolute;top:12px;left:12px}.loh-product-card__body{padding:20px 22px 24px}@media(max-width:749px){.loh-product-card__body{padding:12px 14px 14px}.loh-product-card__name{font-size:16px}.loh-product-card__subline{font-size:12px;margin-bottom:10px}.loh-product-card__price{font-size:18px}.loh-product-card__footer{padding-top:10px}}.loh-product-card__category{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--loh-mid-green);margin-bottom:6px}.loh-product-card__name{font-family:var(--loh-serif);font-size:19px;font-weight:700;color:var(--loh-forest);margin-bottom:6px;line-height:1.25}.loh-product-card__subline{font-size:13px;color:var(--loh-muted);line-height:1.55;margin-bottom:16px}.loh-product-card__footer{display:flex;align-items:center;justify-content:space-between;padding-top:14px;border-top:1px solid var(--loh-border)}.loh-product-card__price{font-family:var(--loh-serif);font-size:21px;font-weight:700;color:var(--loh-forest)}.loh-product-card__rating{display:flex;align-items:center;gap:5px;font-size:12px;color:var(--loh-muted)}.loh-testimonial-card{background:var(--loh-white);border-radius:var(--loh-radius-lg);border:1px solid color-mix(in srgb,var(--loh-gold-l) 60%,transparent);padding:28px 26px;display:flex;flex-direction:column;gap:16px}.loh-testimonial-card__quote{font-family:var(--loh-serif);font-size:18px;font-style:italic;color:var(--loh-charcoal);line-height:1.6;flex:1}.loh-testimonial-card__author{display:flex;align-items:center;gap:12px;padding-top:16px;border-top:1px solid var(--loh-border)}.loh-testimonial-card__avatar{width:40px;height:40px;border-radius:50%;background:var(--loh-cream-dd);flex-shrink:0;overflow:hidden}.loh-testimonial-card__name{font-size:13px;font-weight:700;color:var(--loh-charcoal)}.loh-testimonial-card__meta{font-size:12px;color:var(--loh-muted);margin-top:2px}.loh-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.loh-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media(max-width:989px){.loh-grid-3,.loh-grid-4{grid-template-columns:repeat(2,1fr)}}@media(max-width:749px){.loh-grid-3{grid-template-columns:repeat(2,1fr);gap:12px}.loh-grid-4{grid-template-columns:repeat(2,1fr);gap:10px}}.loh-section-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:48px;gap:24px}.loh-section-heading__text h2{margin-bottom:10px}.loh-section-heading__text p{font-size:16px;color:var(--loh-muted);max-width:520px}@media(max-width:749px){.loh-section-heading{flex-direction:column;align-items:flex-start;margin-bottom:20px}}.loh-accordion__item{border-bottom:1px solid var(--loh-border)}.loh-accordion__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:18px 0;background:none;border:none;font-family:var(--loh-sans);font-size:15px;font-weight:600;color:var(--loh-forest);text-align:left;cursor:pointer}.loh-accordion__icon{width:20px;height:20px;flex-shrink:0;transition:transform .25s}.loh-accordion__item[open] .loh-accordion__icon{transform:rotate(180deg)}.loh-accordion__body{padding:0 0 20px;font-size:14px;color:var(--loh-text);line-height:1.7}.loh-input{height:52px;padding:0 18px;border:1px solid var(--loh-border-d);border-radius:var(--loh-radius);font-family:var(--loh-sans);font-size:15px;color:var(--loh-text);background:var(--loh-white);outline:none;transition:border-color .15s;width:100%}.loh-input:focus{border-color:var(--loh-mid-green)}.loh-input::placeholder{color:var(--loh-muted-l)}.loh-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
/*# sourceMappingURL=/cdn/shop/t/10/assets/loh-base.css.map */
