:root{--le-orange: #F5871F;--le-orange-dark: #D9720F;--le-orange-light: #FEF3E8;--le-ink: #1F1F1F;--le-ink-muted: #6B6B6B;--le-base: #FAFAFA;--le-white: #FFFFFF;--le-divider: #EAEAEA;--le-shadow: rgba(31, 31, 31, .08);--le-shadow-hover: rgba(31, 31, 31, .14);--le-font-heading: "Outfit", "Instrument Serif", Georgia, serif;--le-font-body: "Inter", "Instrument Sans", system-ui, sans-serif;--le-transition-fast: .18s ease;--le-transition-medium: .28s ease;--le-transition-slow: .4s ease;--le-radius-sm: 6px;--le-radius-md: 12px;--le-radius-lg: 20px;--le-radius-pill: 100px}body{font-family:var(--le-font-body);color:var(--le-ink);background-color:var(--le-base);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:-.01em;line-height:1.6}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:var(--le-font-heading);font-weight:600;color:var(--le-ink);letter-spacing:-.025em;line-height:1.15}h1{font-weight:700}p,li,label,input,textarea,select,span{font-family:var(--le-font-body)}.caption,.text--muted,[class*=subdued],[class*=muted]{color:var(--le-ink-muted)}body,.page-wrapper{background-color:var(--le-base)}header-component,.header-section,.header{background-color:var(--le-white)!important;border-bottom:1px solid var(--le-divider)!important}.header__menu .menu-list__link,.header__nav .menu-list__link,header-menu .menu-list__link,.header__menu-item{font-family:var(--le-font-heading);font-size:1.05rem;font-weight:600;letter-spacing:.02em;color:var(--le-ink)!important;text-decoration:none;transition:all var(--le-transition-fast);padding:.35rem .75rem;border-radius:var(--le-radius-sm);display:inline-block}.header__menu .menu-list__link:hover,.header__nav .menu-list__link:hover,header-menu .menu-list__link:hover,.header__menu-item:hover{color:var(--le-orange)!important;background-color:#f5871f14}.header-logo,.header-logo *{color:var(--le-ink)!important}.header__actions button,.header__actions a,.account-button,.account-button__icon,cart-icon,.svg-wrapper,.header-actions__cart-icon{color:var(--le-ink)!important;transition:color var(--le-transition-fast)}.header__actions button:hover,.header__actions a:hover,.account-button:hover,cart-icon:hover{color:var(--le-orange)!important}.cart-bubble,.cart-icon__bubble{background-color:var(--le-orange)!important;color:var(--le-white)!important;font-family:var(--le-font-body);font-size:.6875rem;font-weight:600}.button-primary,.button--primary,[class*=button-primary],.btn-primary,.product-form__submit,.shopify-payment-button__button--unbranded{background-color:var(--le-orange)!important;color:var(--le-white)!important;border:none!important;border-radius:var(--le-radius-pill)!important;padding:.85rem 2rem!important;font-family:var(--le-font-body)!important;font-size:.9375rem!important;font-weight:600!important;letter-spacing:.01em!important;cursor:pointer;transition:background-color var(--le-transition-fast),transform var(--le-transition-fast),box-shadow var(--le-transition-fast)!important;box-shadow:0 2px 12px #f5871f40!important}.button-primary:hover,.button--primary:hover,[class*=button-primary]:hover,.product-form__submit:hover{background-color:var(--le-orange-dark)!important;transform:translateY(-1px)!important;box-shadow:0 4px 20px #f5871f59!important}.button-primary:active,.button--primary:active,.product-form__submit:active{transform:translateY(0)!important;box-shadow:0 2px 8px #f5871f33!important}.button-secondary,.button--secondary,[class*=button-secondary]{background-color:transparent!important;color:var(--le-ink)!important;border:1.5px solid var(--le-ink)!important;border-radius:var(--le-radius-pill)!important;padding:.8rem 1.75rem!important;font-family:var(--le-font-body)!important;font-size:.9375rem!important;font-weight:500!important;transition:background-color var(--le-transition-fast),color var(--le-transition-fast),border-color var(--le-transition-fast),transform var(--le-transition-fast)!important}.button-secondary:hover,.button--secondary:hover{background-color:var(--le-ink)!important;color:var(--le-white)!important;transform:translateY(-1px)!important}.product-card{background-color:var(--le-white);border-radius:var(--le-radius-md)!important;overflow:hidden;border:1px solid var(--le-divider)!important;transition:border-color var(--le-transition-medium),box-shadow var(--le-transition-medium),transform var(--le-transition-medium)!important}.product-card:hover{border-color:transparent!important;box-shadow:0 8px 32px var(--le-shadow-hover)!important;transform:translateY(-3px)!important}.product-card__image img,.card-gallery img{transition:transform var(--le-transition-slow)!important}.product-card:hover .product-card__image img,.product-card:hover .card-gallery img{transform:scale(1.04)!important}.product-card__content{padding:1.25rem!important}.product-card .product-card__title,.product-card [class*=product-title]{font-family:var(--le-font-body);font-size:.9375rem;font-weight:500;color:var(--le-ink);line-height:1.4}.product-card [class*=price]{font-family:var(--le-font-body);font-size:.9375rem;font-weight:600;color:var(--le-ink)}.price--on-sale .price__regular{color:var(--le-ink-muted);text-decoration:line-through}.price--on-sale .price__sale{color:var(--le-orange)}.le-trust-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:0;background-color:var(--le-white);border-top:1px solid var(--le-divider);border-bottom:1px solid var(--le-divider)}.le-trust-strip__item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem;padding:1.75rem 1rem;border-right:1px solid var(--le-divider)}.le-trust-strip__item:last-child{border-right:none}.le-trust-strip__icon{width:2rem;height:2rem;color:var(--le-orange)}.le-trust-strip__icon svg{width:100%;height:100%;stroke:currentColor;stroke-width:1.75;fill:none}.le-trust-strip__label{font-family:var(--le-font-body);font-size:.8125rem;font-weight:600;color:var(--le-ink);letter-spacing:.01em}.le-trust-strip__sublabel{font-family:var(--le-font-body);font-size:.75rem;color:var(--le-ink-muted);line-height:1.4}.section-eyebrow{font-family:var(--le-font-body);font-size:.8125rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--le-orange);margin-bottom:.5rem;display:block}.media-with-content{background-color:var(--le-orange-light)!important}.cart-drawer,theme-drawer[type=cart-drawer]{background-color:var(--le-white)!important}.cart-drawer__title,.cart-drawer h2{font-family:var(--le-font-heading);font-size:1.25rem;font-weight:600;color:var(--le-ink)}input[type=text],input[type=email],input[type=password],input[type=number],input[type=tel],input[type=search],textarea,select{border:1.5px solid var(--le-divider);border-radius:var(--le-radius-sm);background-color:var(--le-white);color:var(--le-ink);font-family:var(--le-font-body);font-size:.9375rem;padding:.75rem 1rem;transition:border-color var(--le-transition-fast),box-shadow var(--le-transition-fast);outline:none}input:focus,textarea:focus,select:focus{border-color:var(--le-orange);box-shadow:0 0 0 3px #f5871f26}.quantity-selector input,quantity-selector-component input{padding:0!important}.badge,.product-badge{font-family:var(--le-font-body)!important;font-size:.6875rem!important;font-weight:700!important;letter-spacing:.05em!important;border-radius:var(--le-radius-pill)!important;padding:.2em .65em!important}.badge--sale,.product-badge--sale{background-color:var(--le-orange)!important;color:var(--le-white)!important}.badge--sold-out,.product-badge--sold-out{background-color:var(--le-ink)!important;color:var(--le-white)!important}footer,.footer-section,footer>.shopify-section{background-color:var(--le-ink)!important;color:var(--le-white)!important}footer a,footer p,footer span,footer li{color:#ffffffb8!important;font-family:var(--le-font-body);font-size:.875rem}footer a:hover{color:var(--le-orange)!important}footer h2,footer h3,footer h4,footer .menu__heading__default{color:var(--le-white)!important;font-family:var(--le-font-heading);font-size:.8125rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1rem}footer input[type=email]{background-color:#ffffff14;border-color:#fff3;color:var(--le-white)}footer input[type=email]::placeholder{color:#fff6}footer input[type=email]:focus{border-color:var(--le-orange);box-shadow:0 0 0 3px #f5871f33}.footer-utilities,.footer__copyright,[class*=footer-utilities]{background-color:#0003!important;border-top:1px solid rgba(255,255,255,.08)!important}.footer-utilities a,.footer__copyright a,.footer-utilities p,.footer-utilities span{color:#ffffff73!important}.footer-utilities a:hover{color:var(--le-orange)!important}.product-information__title,.product__title{font-family:var(--le-font-heading);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;letter-spacing:-.03em;line-height:1.1;color:var(--le-ink)}.product__price,.product-information .price{font-family:var(--le-font-body);font-size:1.375rem;font-weight:600;color:var(--le-ink)}.product-information__description,.product__description,.rte{font-family:var(--le-font-body);font-size:.9375rem;line-height:1.7;color:#4a4a4a}.main-collection h1,.collection-header h1{font-family:var(--le-font-heading);font-size:clamp(2rem,4vw,3.25rem);font-weight:700;letter-spacing:-.035em;color:var(--le-ink)}.announcement-bar,[class*=announcement]{background-color:var(--le-ink)!important;color:var(--le-white)!important;font-family:var(--le-font-body);font-size:.8125rem;font-weight:500;letter-spacing:.02em}.announcement-bar a,[class*=announcement] a{color:var(--le-orange)!important}.marquee,[class*=marquee]{background-color:var(--le-orange)!important;color:var(--le-white)!important;font-family:var(--le-font-body);font-weight:500}::selection{background-color:#f5871f33;color:var(--le-ink)}*{scrollbar-color:var(--le-divider) transparent;scrollbar-width:thin}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--le-divider);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--le-orange)}*:focus-visible{outline:2px solid var(--le-orange)!important;outline-offset:3px!important}@media(max-width:749px){.le-trust-strip{grid-template-columns:repeat(2,1fr)}.le-trust-strip__item{border-bottom:1px solid var(--le-divider)}.le-trust-strip__item:nth-child(odd){border-right:1px solid var(--le-divider)}.le-trust-strip__item:nth-child(2n){border-right:none}.le-trust-strip__item:nth-last-child(-n+2){border-bottom:none}.product-card__content{padding:1rem!important}.button-primary,.button--primary,.product-form__submit{width:100%!important;justify-content:center}}.le-logo-link{display:inline-flex;align-items:center;text-decoration:none;color:inherit;transition:opacity var(--le-transition-fast)}.le-logo-link:hover{opacity:.82}.le-logo{display:block}.logo-section__image{display:block;height:auto;max-height:var(--logo-height, 48px);width:auto;object-fit:contain;image-rendering:-webkit-optimize-contrast}.logo-section a{text-decoration:none!important}
/*# sourceMappingURL=/cdn/shop/t/2/assets/lifeeasyify-custom.css.map */
