[data-reveal]{opacity:0;transform:translateY(20px);transition:opacity .6s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1)}[data-reveal].is-visible{opacity:1;transform:translateY(0)}.lf-hero{padding:2rem 0;overflow:hidden}.lf-hero__inner{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media(min-width:750px){.lf-hero__inner{grid-template-columns:1fr 1fr;gap:3rem;min-height:60vh}}.lf-hero__content{text-align:left;padding:.5rem 0}.lf-hero__title{font-family:Playfair Display,Georgia,serif!important;font-size:clamp(1.75rem,4vw,2.5rem);letter-spacing:.05em;margin:0 0 1rem;opacity:0;transform:translateY(16px);animation:lf-fade-up .8s cubic-bezier(.22,1,.36,1) .2s forwards}.lf-hero__sub{font-size:1rem;line-height:1.6;color:var(--lf-muted, #A79283);margin:0 0 2rem;opacity:0;transform:translateY(16px);animation:lf-fade-up .8s cubic-bezier(.22,1,.36,1) .35s forwards}.lf-hero__buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:flex-start;opacity:0;transform:translateY(16px);animation:lf-fade-up .8s cubic-bezier(.22,1,.36,1) .5s forwards}.lf-hero__sticky-cta{position:fixed;bottom:max(1.5rem,env(safe-area-inset-bottom));left:50%;transform:translate(-50%,120%);z-index:100;padding:.65rem 1.5rem;font-size:.9375rem;font-weight:600;text-decoration:none;border-radius:2rem;box-shadow:0 4px 24px #00000026;transition:transform .35s cubic-bezier(.22,1,.36,1),opacity .3s ease,box-shadow .3s ease;opacity:0;pointer-events:none}.lf-hero__sticky-cta.is-visible{transform:translate(-50%);opacity:1;pointer-events:auto}.lf-hero__sticky-cta:hover{box-shadow:0 6px 28px #0003}@media(min-width:750px){.lf-hero__sticky-cta{bottom:max(2rem,env(safe-area-inset-bottom))}}.lf-hero__media{position:relative;border-radius:1rem;overflow:hidden;background:var(--lf-surface, #f6f1ea)}.lf-hero__media img{width:100%;height:auto;display:block;vertical-align:middle;object-fit:cover}@keyframes lf-fade-up{to{opacity:1;transform:translateY(0)}}.lf-callouts__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1.5rem 2rem;text-align:center}.lf-callouts__item{padding:.75rem;border-radius:.5rem;transition:background .25s ease,transform .25s ease}.lf-callouts__item:hover{background:#e3d8cd66;transform:translateY(-2px)}.lf-tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.lf-tile{display:block;text-decoration:none;color:inherit;border-radius:1rem;overflow:hidden;background:var(--lf-surface);border:1px solid var(--lf-line);transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s ease,border-color .25s ease}.lf-tile:hover{transform:translateY(-6px);box-shadow:0 12px 40px #17171714;border-color:var(--lf-muted, #A79283)}.lf-tile__img{aspect-ratio:4/3;overflow:hidden;background:var(--lf-line)}.lf-tile__img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.lf-tile:hover .lf-tile__img img{transform:scale(1.05)}.lf-tile__label{display:block;padding:1.5rem;font-weight:500;text-align:center}.lf-subscription{padding:4rem 1.5rem;background:var(--lf-surface);border-top:1px solid var(--lf-line);position:relative;overflow:hidden}.lf-subscription__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;opacity:.4}.lf-subscription__bg img{width:100%;height:100%;object-fit:cover}.lf-subscription__inner{position:relative;z-index:1;max-width:36rem;margin:0 auto;text-align:center}.lf-bestsellers__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.5rem}.lf-bestsellers__card{display:block;text-decoration:none;color:inherit;transition:transform .3s cubic-bezier(.22,1,.36,1)}.lf-bestsellers__card:hover{transform:translateY(-4px)}.lf-bestsellers__img{aspect-ratio:1;border-radius:1rem;overflow:hidden;background:var(--lf-surface);border:1px solid var(--lf-line);margin-bottom:.75rem}.lf-bestsellers__img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.lf-bestsellers__card:hover .lf-bestsellers__img img{transform:scale(1.06)}.lf-testimonials__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem}.lf-testimonials__quote{margin:0;padding:1.5rem;background:var(--lf-surface);border-left:3px solid var(--lf-line);border-radius:0 .75rem .75rem 0;transition:border-color .25s ease,box-shadow .25s ease}.lf-testimonials__quote:hover{border-left-color:var(--lf-muted, #A79283);box-shadow:0 8px 24px #1717170f}.lf-brand-story__grid--text-only{grid-template-columns:1fr!important;max-width:36rem;margin:0 auto}@media(min-width:750px){.lf-brand-story__grid:not(.lf-brand-story__grid--text-only){grid-template-columns:1fr 1fr}}.lf-brand-story__headline{font-family:Playfair Display,Georgia,serif!important}.lf-brand-story__body p{margin:0 0 1em}.lf-brand-story__body p:last-child{margin-bottom:0}.lf-bento__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:minmax(180px,24vh);gap:.75rem;grid-auto-flow:dense}.lf-bento__cell{border-radius:1rem;overflow:hidden;border:1px solid var(--lf-line);background:var(--lf-surface)}.lf-bento__cell--large{grid-column:span 2;grid-row:span 2}.lf-bento__cell--wide{grid-column:1 / -1;grid-row:span 1}.lf-bento__cell--medium{grid-column:span 1;grid-row:span 1}.lf-bento__link{display:block;height:100%;text-decoration:none;color:inherit}.lf-bento__img-wrap{position:relative;width:100%;height:100%;min-height:180px}.lf-bento__cell--large .lf-bento__img-wrap{min-height:100%}.lf-bento__img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.lf-bento__cell:hover .lf-bento__img{transform:scale(1.04)}.lf-bento__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:flex-end;padding:1.25rem;background:linear-gradient(to top,rgba(23,23,23,.6) 0%,transparent 50%);color:#fff}.lf-bento__overlay .muted{color:#ffffffd9}.lf-bento__title{font-family:Playfair Display,Georgia,serif;font-size:clamp(1rem,1.5vw,1.25rem);font-weight:500;margin-bottom:.25rem}.lf-bento__sub{font-size:.8125rem}@media(max-width:749px){.lf-bento__grid{grid-template-columns:1fr 1fr;grid-auto-rows:minmax(140px,20vh)}.lf-bento__cell--large{grid-column:span 2;grid-row:span 1}.lf-bento__cell--wide{grid-column:1 / -1}}.lf-bulk{padding:1rem 0 2rem;padding-inline:max(1rem,env(safe-area-inset-left)) max(1rem,env(safe-area-inset-right));min-height:0;max-width:100%;overflow-x:hidden;box-sizing:border-box}.lf-bulk__layout{display:flex;flex-direction:column;gap:1.5rem;align-items:stretch;max-width:100%;box-sizing:border-box}.lf-bulk__products{order:0;min-width:0}@media(max-width:989px){.lf-bulk__bottom-bar{position:fixed;bottom:0;left:0;right:0;z-index:100;background:var(--lf-surface, #f6f1ea);border-top:1px solid var(--lf-line, #e3d8cd);box-shadow:0 -4px 24px #1717171a;max-height:65vh;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:0 max(1rem,env(safe-area-inset-left)) max(1rem,env(safe-area-inset-bottom)) max(1rem,env(safe-area-inset-right))}.lf-bulk__bottom-bar-inner{padding:.75rem 0 .5rem}.lf-bulk__bottom-bar .lf-bulk__progress{margin-top:.6rem;padding-top:.6rem;border-top:1px solid var(--lf-line, #e3d8cd)}.lf-bulk__bottom-bar .lf-bulk__count,.lf-bulk__bottom-bar [data-total-msg]{display:none}.lf-bulk:has(.lf-bulk__bottom-bar){padding-bottom:280px}}@media(min-width:990px){.lf-bulk{padding:2rem 0 4rem;min-height:60vh;overflow:visible}.lf-bulk__layout{display:grid;grid-template-columns:1fr 360px;gap:2rem;align-items:start;overflow:visible}.lf-bulk__products{order:unset}.lf-bulk__bottom-bar{position:-webkit-sticky;position:sticky;top:50%;transform:translateY(-50%);align-self:start;min-width:0}.lf-bulk__bottom-bar-inner{background:var(--lf-surface, #f6f1ea);border:1px solid var(--lf-line, #e3d8cd);border-radius:.75rem;padding:.85rem 1rem;box-shadow:0 4px 20px #1717170f}.lf-bulk:has(.lf-bulk__bottom-bar){padding-bottom:2rem}}.lf-bulk__title{font-family:Playfair Display,Georgia,serif!important;font-size:clamp(1.5rem,3vw,2.25rem);margin:0 0 .5rem}.lf-bulk__sub{color:var(--lf-muted, #A79283);margin:0 0 1.5rem;font-size:1rem}.lf-bulk__tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;border-bottom:1px solid var(--lf-line, #e3d8cd)}.lf-bulk__tab{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:var(--lf-muted, #A79283);background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;cursor:pointer;transition:color .2s ease,border-color .2s ease}.lf-bulk__tab:hover{color:var(--lf-body, #171717)}.lf-bulk__tab.is-active{color:var(--lf-body, #171717);border-bottom-color:var(--lf-body, #171717)}.lf-bulk__panel{display:none}.lf-bulk__panel.is-active{display:block}.lf-bulk__filter-label{font-size:.875rem;margin:0 0 1rem;color:var(--lf-muted, #A79283)}.lf-bulk__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;min-width:0}@media(min-width:990px){.lf-bulk__grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1.25rem}}.lf-bulk__card{background:var(--lf-surface, #f6f1ea);border:1px solid var(--lf-line, #e3d8cd);border-radius:1rem;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.lf-bulk__card:hover{border-color:var(--lf-muted, #A79283);box-shadow:0 8px 24px #1717170f}.lf-bulk__card-img{display:block;aspect-ratio:1;overflow:hidden;background:var(--lf-line, #e3d8cd)}.lf-bulk__card-img img{width:100%;height:100%;object-fit:cover}.lf-bulk__card-placeholder{width:100%;height:100%;min-height:160px}.lf-bulk__card-body{padding:.75rem}@media(min-width:990px){.lf-bulk__card-body{padding:1rem}}.lf-bulk__card-title{font-size:.8125rem;font-weight:600;margin:0 0 .25rem;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media(min-width:990px){.lf-bulk__card-title{font-size:.9375rem;-webkit-line-clamp:unset;display:block}}.lf-bulk__card-title a{color:inherit;text-decoration:none}.lf-bulk__card-title a:hover{text-decoration:underline}.lf-bulk__card-price{font-size:.875rem;color:var(--lf-muted, #A79283);margin:0 0 .75rem}.lf-bulk__qty{display:flex;align-items:center;gap:.5rem;flex-wrap:nowrap;touch-action:manipulation}.lf-bulk__qty-btn{width:2.25rem;height:2.25rem;border:1px solid var(--lf-line, #e3d8cd);border-radius:.5rem;background:var(--lf-bg, #fff);color:var(--lf-body, #171717);font-size:1.125rem;line-height:1;cursor:pointer;transition:background .2s ease,border-color .2s ease;touch-action:manipulation}.lf-bulk__qty-btn:hover{background:var(--lf-line, #e3d8cd);border-color:var(--lf-muted, #A79283)}.lf-bulk__qty-input{width:3rem;padding:.4rem .25rem;border:1px solid var(--lf-line, #e3d8cd);border-radius:.5rem;font-size:.9375rem;text-align:center;touch-action:manipulation}.lf-bulk__quick-add,.lf-bulk__quick-add-btn{touch-action:manipulation}.lf-bulk__empty{color:var(--lf-muted, #A79283);margin:2rem 0}.lf-bulk__filters{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.25rem 2rem;margin-bottom:1.25rem}.lf-bulk__filter-group{display:flex;flex-direction:column;gap:.5rem}.lf-bulk__filter-label{font-size:.875rem;font-weight:600;color:var(--lf-body, #171717)}.lf-bulk__filter-btns{display:flex;flex-wrap:wrap;gap:.5rem}.lf-bulk__filter-btn{padding:.4rem .85rem;font-size:.8125rem;font-weight:500;border:1px solid var(--lf-line, #e3d8cd);border-radius:.5rem;background:var(--lf-bg, #fff);color:var(--lf-body, #171717);cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease}.lf-bulk__filter-btn:hover{background:var(--lf-surface, #f6f1ea);border-color:var(--lf-muted, #A79283)}.lf-bulk__filter-btn.is-active{background:var(--lf-body, #171717);border-color:var(--lf-body, #171717);color:var(--lf-bg, #fff)}.lf-bulk__card.lf-bulk__card--hidden{display:none}.lf-bulk__order-block{display:flex;flex-direction:column;gap:0;min-width:0}.lf-bulk__tray{flex:0 0 auto;min-width:0}.lf-bulk__tray-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.35rem .25rem .35rem 0;margin:0;border:none;border-radius:.375rem;background:transparent;font-size:.8125rem;font-weight:600;color:var(--lf-body, #171717);cursor:pointer;-webkit-tap-highlight-color:transparent}.lf-bulk__tray-header:hover{background:#1717170d}.lf-bulk__tray-count{flex:1;text-align:left}.lf-bulk__tray-chevron{width:1rem;height:1rem;margin-left:.35rem;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transition:transform .25s ease;flex-shrink:0}.lf-bulk__tray.is-open .lf-bulk__tray-chevron{transform:rotate(-135deg)}.lf-bulk__tray-body{overflow:hidden;max-height:0;opacity:0;transition:max-height .3s ease,opacity .2s ease}.lf-bulk__tray.is-open .lf-bulk__tray-body{max-height:50vh;opacity:1}.lf-bulk__tray-body-inner{padding-top:.25rem}.lf-bulk__order-sheet-title{flex:0 0 auto;font-family:Playfair Display,Georgia,serif!important;font-size:.9375rem;margin:0 0 .4rem;font-weight:600}.lf-bulk__order-sheet{flex:1 1 0;min-height:0;margin-bottom:.35rem;overflow-y:auto;-webkit-overflow-scrolling:touch}.lf-bulk__totals{flex:0 0 auto;padding-top:.5rem;margin-top:.25rem;border-top:1px solid var(--lf-line, #e3d8cd)}.lf-bulk__actions{flex:0 0 auto;margin-top:.5rem;gap:.4rem}@media(min-width:990px){.lf-bulk__tray-header{display:none}.lf-bulk__tray-body{max-height:none;opacity:1}.lf-bulk__order-sheet{flex:0 0 auto;min-height:0;max-height:160px;margin-bottom:.5rem;padding-right:.25rem}}.lf-bulk__order-sheet-empty{font-size:.8125rem;color:var(--lf-muted, #A79283);margin:0}.lf-bulk__order-lines{list-style:none;margin:0;padding:0;font-size:.75rem}.lf-bulk__order-line{display:flex;flex-wrap:wrap;align-items:baseline;gap:.25rem;padding:.25rem 0;border-bottom:1px solid var(--lf-line, #e3d8cd)}.lf-bulk__order-line:last-child{border-bottom:none}.lf-bulk__order-line-title{flex:1 1 100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lf-bulk__order-line-qty{color:var(--lf-muted, #A79283)}.lf-bulk__order-line-total{margin-left:auto;font-weight:500}.lf-bulk__totals p{margin:0 0 .2rem;font-size:.8125rem}.lf-bulk__totals p:last-child{margin-bottom:0}.lf-bulk__discount-line{color:var(--lf-muted, #A79283)}.lf-bulk__count{font-size:.875rem!important;margin-bottom:.35rem!important}.lf-bulk__total-line{margin-top:.35rem!important;font-size:.9375rem!important}.lf-bulk__actions .button{padding:.45rem .65rem;font-size:.8125rem}.lf-bulk__progress{margin-bottom:1.25rem;margin-top:1.25rem}@media(min-width:990px){.lf-bulk__progress{margin-top:2rem}}.lf-bulk__progress-text{font-size:.875rem;font-weight:600;margin:0 0 .5rem;min-height:1.25em}.lf-bulk__progress-bar{height:6px;background:var(--lf-line, #e3d8cd);border-radius:3px;overflow:hidden;margin-bottom:.5rem}.lf-bulk__progress-fill{height:100%;background:linear-gradient(90deg,var(--lf-muted, #A79283),var(--lf-body, #171717));border-radius:4px;transition:width .35s ease}.lf-bulk__tiers{display:flex;flex-wrap:wrap;gap:.35rem .75rem;font-size:.6875rem;color:var(--lf-muted, #A79283)}.lf-bulk__actions{display:flex;flex-direction:row;flex-wrap:wrap;gap:.4rem}.lf-bulk__actions .button{flex:1 1 0;min-width:0;justify-content:center}
/*# sourceMappingURL=/cdn/shop/t/12/assets/lashyfans-home.css.map */
