:root{--bg:#ffffff;--panel:#ffffff;--card:#ffffff;--text:#0b0d10;--muted:rgba(11,13,16,.65);--line:rgba(11,13,16,.1);--accent:#111827;--accent2:#2563eb;--radius:18px;--shadow: 0 12px 28px rgba(11,13,16,.12);--max: 1140px}.fe-section,.fe-section *{box-sizing:border-box}.fe-section a{color:inherit;text-decoration:none}.fe-section img{max-width:100%;height:auto;display:block}.fe-container{max-width:var(--max);margin:0 auto;padding:0 18px}.fe-section{padding:56px 0}.fe-muted{color:var(--muted)}.fe-small{font-size:13px}.fe-sr{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.fe-skip-link{position:absolute;left:-9999px;top:12px;background:#111827;color:#fff;padding:10px 12px;border-radius:10px}.fe-skip-link:focus{left:12px;z-index:999}.fe-header{position:sticky;top:0;z-index:50;background:#ffffffe0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.fe-header__row{display:flex;align-items:center;justify-content:space-between;padding:14px 0;gap:16px}.fe-logo{font-weight:800;letter-spacing:.2px}.fe-nav{display:flex;gap:18px;align-items:center}.fe-nav__link{color:var(--muted)}.fe-nav__link:hover{color:var(--text)}.fe-burger{display:none;background:transparent;border:1px solid var(--line);color:var(--text);border-radius:12px;padding:8px 10px}.fe-icon{display:inline-block;vertical-align:middle}.fe-mobile{border-top:1px solid var(--line);background:#fffffff5}.fe-mobile__inner{padding:12px 0;display:grid;gap:10px}.fe-mobile__link{padding:10px 12px;border:1px solid var(--line);border-radius:14px;color:var(--text)}@media(max-width:860px){.fe-nav{display:none}.fe-burger{display:inline-flex;align-items:center;gap:8px}}.fe-hero{padding:44px 0 30px}.fe-hero__grid{display:grid;grid-template-columns:1fr;gap:18px;align-items:center}.fe-hero__copy{text-align:center;max-width:760px;margin:0 auto}.fe-badge{display:inline-block;border:1px solid var(--line);background:#0b0d1008;padding:6px 12px;border-radius:999px;color:var(--muted);font-size:13px;margin:0 0 12px}.fe-h1{font-size:54px;line-height:1.02;margin:0 0 12px;letter-spacing:-.02em}@media(max-width:520px){.fe-h1{font-size:40px}}.fe-h1--product{font-size:40px}.fe-h1--collection{font-size:34px}.fe-h2{font-size:28px;margin:0 0 8px;letter-spacing:-.01em}.fe-lead{font-size:16px;color:var(--muted);margin:0 auto 16px;max-width:60ch}.fe-hero__cta{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin:10px 0}.fe-btn{display:inline-flex;gap:10px;align-items:center;justify-content:center;border-radius:12px;padding:12px 16px;border:1px solid var(--line);background:#fff;color:var(--text);cursor:pointer}.fe-btn:hover{background:#0b0d1005}.fe-btn--primary{background:var(--text);color:#fff;border-color:var(--text)}.fe-btn--primary:hover{filter:brightness(1.05)}.fe-btn--danger{background:#d91c1c;border-color:#d91c1c;color:#fff}.fe-btn--danger:hover,.fe-btn--danger:focus-visible{background:#d91c1c!important;border-color:#d91c1c!important;color:#fff!important;filter:brightness(1.05)}.fe-btn--ghost{background:#fff}.fe-btn--full{width:100%}.fe-hero__media{max-width:820px;margin:0 auto}.fe-hero__img{border-radius:22px;box-shadow:var(--shadow);border:1px solid var(--line)}.fe-hero__placeholder{border:1px dashed var(--line);border-radius:22px;padding:44px;color:var(--muted);text-align:center;background:#0b0d1005}.fe-section__head{margin-bottom:18px}.fe-row{display:flex;align-items:end;justify-content:space-between;gap:16px}.fe-link{color:var(--muted);border-bottom:1px solid transparent}.fe-link:hover{color:var(--text);border-bottom-color:var(--text)}.fe-grid{display:grid;gap:14px;align-items:stretch}.fe-grid>*{display:flex;align-items:stretch}.fe-grid>*>.fe-card{flex:1}.fe-grid--8,.fe-grid--4{grid-template-columns:repeat(4,1fr)}.fe-grid--3{grid-template-columns:repeat(3,1fr)}.fe-grid--2{grid-template-columns:repeat(2,1fr)}@media(max-width:980px){.fe-grid--8{grid-template-columns:repeat(2,1fr)}}@media(max-width:980px){.fe-grid--4{grid-template-columns:repeat(2,1fr)}}@media(max-width:820px){.fe-grid--3{grid-template-columns:1fr}}.fe-card{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 10px 22px #0b0d1014;overflow:hidden}.fe-card--product{display:flex;flex-direction:column;height:100%}.fe-card--product .fe-card__body{display:flex;flex-direction:column;flex:1}.fe-card--product .fe-card__actions{margin-top:auto}.fe-card__body{padding:14px}.fe-card__title{display:block;font-weight:750;margin:6px 0 8px}.fe-card__icon{font-size:22px;margin-bottom:10px}.fe-card--category{padding:16px}.fe-card--category .fe-small{display:none}.fe-card--category:hover{transform:translateY(-1px);transition:.15s}.fe-card__media{display:block;background:#0b0d1008}.fe-product__img{width:100%;aspect-ratio:1/1;object-fit:cover}.fe-pill{display:inline-block;border:1px solid var(--line);background:#0b0d1005;padding:6px 10px;border-radius:999px;font-size:13px;color:var(--muted);margin:8px 0}.fe-pill--big{font-size:14px;padding:8px 12px}.fe-badge-sale{display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;padding:6px 10px;border-radius:999px;background:#2563eb1a;color:#1d4ed8;border:1px solid rgba(37,99,235,.2)}@media(max-width:420px){.fe-badge-sale{font-size:11px;padding:5px 8px}.fe-pill{font-size:12px;padding:5px 8px}.fe-section .fe-card__badges{gap:6px}}.fe-price{display:flex;align-items:baseline;gap:10px;margin:10px 0 12px}.fe-price--big{font-size:22px}.fe-price__compare{text-decoration:line-through;color:var(--muted)}.fe-price__now{font-weight:850}.fe-form{margin-top:8px}.fe-select,.fe-input{width:100%;border-radius:12px;border:1px solid var(--line);background:#fff;color:var(--text);padding:11px 12px;outline:none}.fe-select{margin:10px 0}.fe-banner{padding:18px;border-radius:18px;border:1px solid var(--line);background:#0b0d1005}.fe-banner--soft{background:#0b0d1004}.fe-bullet{display:flex;gap:10px;align-items:flex-start;color:var(--muted)}.fe-bullet__dot{width:9px;height:9px;border-radius:999px;background:var(--text);margin-top:7px}.fe-step__num{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;border:1px solid var(--line);background:#0b0d1005;font-weight:850;margin-bottom:10px}.fe-newsletter{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px;border:1px solid var(--line);border-radius:18px;background:#0b0d1005}.fe-newsletter__form{display:flex;gap:10px;flex-wrap:wrap}.fe-newsletter__form .fe-input{min-width:260px}@media(max-width:820px){.fe-newsletter{flex-direction:column;align-items:stretch}.fe-newsletter__form{width:100%}.fe-newsletter__form .fe-input{flex:1;min-width:0}}.fe-product__grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}@media(max-width:920px){.fe-product__grid{grid-template-columns:1fr}}.fe-richtext p,.fe-richtext li{color:var(--muted)}.fe-note{padding:12px;border:1px dashed var(--line);border-radius:18px;color:var(--muted)}.fe-footer{border-top:1px solid var(--line);padding:30px 0 20px;background:#fff}.fe-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:16px}@media(max-width:900px){.fe-footer__grid{grid-template-columns:1fr 1fr}}.fe-footer__brand{font-weight:850;margin-bottom:6px}.fe-footer__title{font-weight:750;margin-bottom:10px}.fe-footer__link{display:block;color:var(--muted);margin:7px 0}.fe-footer__link:hover{color:var(--text)}.fe-footer__bottom{margin-top:18px;padding-top:14px;border-top:1px solid var(--line)}.fe-hero--bg{position:relative;min-height:78vh;background-size:cover;background-position:center;display:flex;align-items:center;padding:56px 0}.fe-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(#00000094,#00000094)}.fe-hero__content{position:relative;z-index:2;text-align:center;max-width:860px;margin:0 auto;color:#fff}.fe-hero__logo{max-width:160px;width:100%;height:auto;margin:0 auto 16px;filter:drop-shadow(0 10px 24px rgba(0,0,0,.25))}.fe-hero--bg .fe-h1{color:#fff}.fe-hero--bg .fe-lead{color:#ffffffe6}.fe-hero--bg .fe-muted{color:#ffffffc7}.fe-hero--bg .fe-btn--ghost{background:#ffffffeb;color:#111827;border-color:#ffffffeb}.fe-hero--bg .fe-btn--ghost:hover{background:#fff}@media(max-width:768px){.fe-hero--bg{min-height:90vh;background-position:center top;padding:54px 0}.fe-hero__logo{max-width:130px;margin-bottom:14px}.fe-hero--bg .fe-h1{font-size:38px}}.fe-header__logo{height:26px;width:auto;display:block}@media(max-width:860px){.fe-header__logo{height:24px}}.fe-how{position:relative;background:radial-gradient(900px 500px at 10% 20%,rgba(17,24,39,.06),transparent 60%),radial-gradient(900px 500px at 90% 10%,rgba(37,99,235,.05),transparent 55%),#0b0d1003;background-size:cover;background-position:center;overflow:hidden}.fe-how__intro{display:grid;grid-template-columns:1.05fr .95fr;gap:18px;align-items:stretch;margin-bottom:16px}.fe-how__copy{background:#ffffffeb;border:1px solid rgba(11,13,16,.1);border-radius:20px;box-shadow:0 12px 28px #0b0d1014;padding:18px}.fe-how__h1{margin-bottom:6px}.fe-how__sub{margin-top:0;margin-bottom:10px}.fe-how__body{margin:10px 0 0;max-width:70ch;line-height:1.7}.fe-how__badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.fe-how__cta{display:flex;gap:12px;flex-wrap:wrap;margin-top:16px}.fe-how__media{position:relative;min-height:260px;border-radius:20px;overflow:hidden;border:1px solid rgba(11,13,16,.1);box-shadow:0 18px 44px #0b0d101a;background:#ffffffeb}.fe-how__img{width:100%;height:100%;object-fit:cover;display:block}.fe-how__imgOverlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(800px 500px at 20% 10%,rgba(255,255,255,.35),transparent 60%)}.fe-how__imgTag{position:absolute;left:14px;bottom:14px;display:inline-flex;gap:8px;align-items:center;padding:10px 12px;border-radius:999px;font-size:12px;font-weight:800;background:#ffffffeb;border:1px solid rgba(11,13,16,.12);box-shadow:0 12px 28px #0b0d101f}.fe-how__kicker{color:#0b0d10b8;font-weight:900}.fe-how__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#fff;pointer-events:none}.fe-how .fe-container{position:relative;z-index:2}.fe-how__head{text-align:center;max-width:720px;margin:0 auto 18px}.fe-how__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px}.fe-how__card{background:#ffffffeb;border:1px solid rgba(11,13,16,.1);border-radius:18px;box-shadow:0 12px 28px #0b0d101a;padding:16px}.fe-how__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.fe-how__num{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;font-weight:900;background:#0b0d100f;border:1px solid rgba(11,13,16,.1)}.fe-how__icon{font-size:18px}.fe-how__savings{margin-top:16px;background:#ffffffeb;border:1px solid rgba(11,13,16,.1);border-radius:20px;box-shadow:0 12px 28px #0b0d1014;padding:18px}.fe-how__savingsGrid{display:grid;grid-template-columns:1.1fr .9fr;gap:16px;align-items:stretch}.fe-how__savings ul{margin:10px 0 0;padding-left:18px;color:#0b0d10b8;line-height:1.8}.fe-how__example{border:1px solid rgba(11,13,16,.1);background:linear-gradient(180deg,#0b0d1005,#0b0d1000);border-radius:18px;padding:14px}.fe-how__exampleTitle{font-weight:900;margin:0 0 8px}.fe-how__exampleRow{display:flex;justify-content:space-between;gap:10px;padding:8px 0;border-bottom:1px solid rgba(11,13,16,.08)}.fe-how__exampleRow:last-child{border-bottom:0}.fe-how__exampleLabel{color:#0b0d10b8}.fe-how__exampleValue{font-weight:900}.fe-how__ctaRow{display:flex;gap:12px;flex-wrap:wrap;margin-top:14px}.fe-how__faq{margin-top:16px}.fe-faq{background:#ffffffeb;border:1px solid rgba(11,13,16,.1);border-radius:20px;box-shadow:0 12px 28px #0b0d1014;overflow:hidden}.fe-faq details{padding:14px 18px;border-top:1px solid rgba(11,13,16,.08)}.fe-faq details:first-child{border-top:0}.fe-faq summary{cursor:pointer;list-style:none;font-weight:900}.fe-faq summary::-webkit-details-marker{display:none}.fe-faq p{margin:10px 0 0;color:#0b0d10b8;line-height:1.7}@media(max-width:820px){.fe-how__intro{grid-template-columns:1fr}.fe-how__media{min-height:220px}.fe-how__grid{grid-template-columns:1fr}.fe-how__card{padding:14px}.fe-how__head{text-align:left}.fe-how__savingsGrid{grid-template-columns:1fr}}.fe-section .fe-btn--primary,.fe-section .fe-btn--primary:link,.fe-section .fe-btn--primary:visited,.fe-section .fe-btn--primary:hover,.fe-section .fe-btn--primary:active,.fe-section .fe-btn--primary *{color:#fff!important;-webkit-text-fill-color:#fff}.fe-props{padding:56px 0}.fe-props__wrap{display:grid;grid-template-columns:1fr 1.2fr;gap:18px;align-items:stretch;background:linear-gradient(180deg,#0b0d1005,#0b0d1003);border:1px solid rgba(11,13,16,.08);border-radius:20px;padding:18px}.fe-props__left{padding:6px}.fe-props__right{display:flex;align-items:center}.fe-props__grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;width:100%}.fe-props__item{display:flex;gap:10px;align-items:flex-start;padding:12px;border-radius:16px;border:1px solid rgba(11,13,16,.08);background:#ffffffeb;box-shadow:0 10px 22px #0b0d100f}.fe-props__dot{width:10px;height:10px;border-radius:999px;background:linear-gradient(135deg,#111827,#2563eb);margin-top:7px;flex:0 0 auto}.fe-props__text{color:#0b0d10c7;font-size:14px;line-height:1.45}.fe-why__head{text-align:center;max-width:720px;margin:0 auto 18px}.fe-why__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.fe-why__card{background:#fff;border:1px solid rgba(11,13,16,.1);border-radius:18px;box-shadow:0 12px 28px #0b0d1014;padding:16px}.fe-why__icon{font-size:20px;margin-bottom:10px}.fe-newsletter{border-radius:20px}.fe-newsletter__form .fe-input,.fe-newsletter__form .fe-btn{border-radius:14px}.fe-footer{padding:34px 0 22px}.fe-footer__grid{gap:18px}.fe-footer__title{margin-bottom:8px}.fe-footer__link{margin:6px 0}.fe-footer__bottom{color:#0b0d10a6;font-size:13px}@media(max-width:980px){.fe-props__wrap,.fe-props__grid,.fe-why__grid{grid-template-columns:1fr}.fe-why__head{text-align:left}}@media(max-width:420px){.fe-props__wrap{padding:14px}.fe-props__item{padding:12px}.fe-footer__grid{grid-template-columns:1fr}}#returns .fe-banner--soft{background:#0b0d1004;border-radius:20px}#returns .fe-richtext ul{padding-left:18px}#returns .fe-richtext li{margin:6px 0}.fe-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.fe-footer__logo{height:26px;width:auto;display:block}.fe-footer__payments{display:flex;gap:10px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.fe-payicon{display:inline-flex;align-items:center}.fe-payicon svg{height:20px;width:auto;opacity:.9}@media(max-width:520px){.fe-footer__bottom{justify-content:flex-start}.fe-payicon svg{height:18px}}#returns .fe-grid--2{grid-template-columns:1fr 1fr}@media(max-width:820px){#returns .fe-grid--2{grid-template-columns:1fr}}.fe-about__grid{display:grid;grid-template-columns:1.1fr .9fr;gap:16px;align-items:stretch}.fe-about__img{width:100%;border-radius:20px;border:1px solid rgba(11,13,16,.1);box-shadow:0 14px 34px #0b0d101a;object-fit:cover}.fe-about__card{border-radius:20px}.fe-about__cta{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.fe-about__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:16px}.fe-about__stat{border-radius:18px}.fe-about__statnum{font-weight:900;font-size:20px;letter-spacing:-.01em}@media(max-width:980px){.fe-about__grid,.fe-about__stats{grid-template-columns:1fr}}.fe-about-home__grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:center}.fe-about-home__media{display:flex}.fe-about-home__img{width:100%;border-radius:20px;border:1px solid rgba(11,13,16,.1);box-shadow:0 14px 34px #0b0d101a;object-fit:cover}.fe-about-home__body{margin-top:10px}@media(max-width:980px){.fe-about-home__grid{grid-template-columns:1fr}}.fe-header__center{flex:1;display:flex;justify-content:center}@media(max-width:860px){.fe-header__center{display:none}}.fe-search{position:relative;width:min(520px,100%)}.fe-search__form{display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:14px;background:#fff;padding:8px 10px;box-shadow:0 10px 22px #0b0d100f}.fe-search__input{flex:1;border:0;outline:none;font-size:14px;background:transparent;padding:6px}.fe-search__btn{border:0;background:transparent;padding:6px;border-radius:10px;cursor:pointer;color:var(--muted)}.fe-search__btn:hover{background:#0b0d100a;color:var(--text)}.fe-predictive{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);overflow:hidden;z-index:60}.fe-predictive__item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-top:1px solid var(--line)}.fe-predictive__item:first-child{border-top:0}.fe-predictive__thumb{width:44px;height:44px;border-radius:12px;border:1px solid var(--line);object-fit:cover;background:#0b0d1008}.fe-predictive__meta{display:flex;flex-direction:column;gap:2px;min-width:0}.fe-predictive__title{font-size:14px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fe-predictive__price{font-size:13px;color:var(--muted)}.fe-predictive__item:hover{background:#0b0d1005}.fe-cartbtn{background:transparent;border:0;padding:0;margin:0;cursor:pointer;font:inherit}.fe-cartbtn:hover{color:var(--text)}.fe-cartbtn--mobile{width:100%;text-align:left}.fe-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80}.fe-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000059}.fe-drawer__panel{position:absolute;top:0;right:0;height:100%;width:min(420px,92vw);background:#fff;border-left:1px solid var(--line);display:flex;flex-direction:column}.fe-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid var(--line)}.fe-drawer__title{font-weight:800;letter-spacing:-.01em}.fe-drawer__close{border:1px solid var(--line);background:#fff;border-radius:12px;padding:8px;cursor:pointer}.fe-drawer__close:hover{background:#0b0d1005}.fe-drawer__body{padding:12px 16px;overflow:auto;flex:1}.fe-drawer__foot{padding:14px 16px;border-top:1px solid var(--line);background:#0b0d1005}.fe-drawer__row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.fe-drawer__cta{display:grid;gap:10px}.fe-cartitem{display:grid;grid-template-columns:64px 1fr;gap:12px;padding:12px 0;border-bottom:1px solid var(--line)}.fe-cartitem:last-child{border-bottom:0}.fe-cartitem__img{width:64px;height:64px;border-radius:14px;border:1px solid var(--line);object-fit:cover;background:#0b0d1008}.fe-cartitem__title{font-weight:800;font-size:14px;margin:0 0 2px}.fe-cartitem__variant{font-size:13px;color:var(--muted);margin:0 0 6px}.fe-cartitem__line{display:flex;align-items:center;justify-content:space-between;gap:10px}.fe-qty{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:12px;overflow:hidden}.fe-qty button{border:0;background:#fff;padding:8px 10px;cursor:pointer;color:var(--text)}.fe-qty button:hover{background:#0b0d1008}.fe-qty input{width:42px;border:0;outline:none;text-align:center;font-size:13px;padding:8px 0;background:#fff}.fe-remove{font-size:13px;color:var(--muted);text-decoration:underline;text-underline-offset:3px}.fe-remove:hover{color:var(--text)}.fe-facets{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap;margin:18px 0}.fe-facets__left{display:flex;gap:10px;flex-wrap:wrap}.fe-pillbtn{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:999px;padding:8px 12px;background:#fff;color:var(--text);cursor:pointer;font-size:13px}.fe-pillbtn:hover{background:#0b0d1005}.fe-select{border:1px solid var(--line);border-radius:12px;padding:10px 12px;background:#fff}.fe-filters{border:1px solid var(--line);border-radius:18px;padding:14px;background:#fff;width:100%}.fe-filtergroup{padding:12px 0;border-top:1px solid var(--line)}.fe-filtergroup:first-child{border-top:0}.fe-filtergroup summary{cursor:pointer;font-weight:800}.fe-filtergroup__items{display:grid;gap:8px;margin-top:10px}.fe-check{display:flex;align-items:center;gap:10px;font-size:14px}.fe-check input{width:16px;height:16px}.fe-filterrow{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px}.fe-filterrow input{border:1px solid var(--line);border-radius:12px;padding:10px 12px;width:140px}.fe-pagination{display:flex;gap:10px;justify-content:center;margin-top:22px;flex-wrap:wrap}.fe-page{border:1px solid var(--line);border-radius:12px;padding:10px 12px}.fe-page[aria-current='"page"']{background:var(--text);color:#fff;border-color:var(--text)}.fe-category-grid .fe-grid{gap:18px}.fe-category-grid .fe-card--category{display:flex;flex-direction:column;justify-content:flex-start;height:100%;padding:18px;border-radius:18px;transition:transform .15s ease,box-shadow .15s ease}.fe-category-grid .fe-card--category:hover{transform:translateY(-2px);box-shadow:0 14px 28px #0b0d101a}.fe-category-grid .fe-card__icon{width:44px;height:44px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:#0000000d;font-size:24px;margin:0 0 12px}.fe-category-grid .fe-card__thumb{width:100%;aspect-ratio:16/10;border-radius:14px;overflow:hidden;background:#0b0d100f;margin:0 0 12px}.fe-category-grid .fe-card__thumb-img{width:100%;height:100%;object-fit:cover;display:block}.fe-category-grid .fe-card__title{font-size:16px;margin:2px 0 6px}.fe-category-grid p{margin:0;color:#0b0d10b8;line-height:1.45}@media(min-width:990px){.fe-category-grid[data-count="5"] .fe-grid.fe-grid--4>.fe-card--category:last-child{grid-column:2 / span 2}}.fe-how__image{width:100%;height:100%;object-fit:cover;display:block}.fe-how__example-title{font-weight:900;margin:0 0 8px}.fe-how__example-row{display:flex;justify-content:space-between;gap:10px;padding:8px 0;border-bottom:1px solid rgba(11,13,16,.08)}.fe-how__example-row:last-child{border-bottom:0}.fe-how__example-label{color:#0b0d10b8}.fe-how__example-value{font-weight:900}.fe-how__bullets{margin:10px 0 0;padding-left:18px;color:#0b0d10b8;line-height:1.8}.fe-how__note{margin-top:12px;padding:12px;border:1px dashed rgba(11,13,16,.16);border-radius:18px;color:#0b0d10b8;background:#0b0d1003}.fe-how__savings{display:grid;grid-template-columns:1.1fr .9fr;gap:16px;align-items:start}@media(max-width:820px){.fe-how__savings{grid-template-columns:1fr}}.fe-how__cta--center{justify-content:center}.fe-section .fe-product__img{width:100%;aspect-ratio:1/1;object-fit:cover}.fe-section .fe-price__compare{text-decoration:line-through;color:var(--muted)}.fe-section .fe-badge-sale{display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;padding:6px 10px;border-radius:999px;background:#2563eb1a;color:#1d4ed8;border:1px solid rgba(37,99,235,.2)}.fe-section .fe-card__media{display:block;background:#0b0d1008}.fe-section .fe-card__toprow{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.fe-section .fe-card__badges{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}@media(max-width:749px){.fe-section .fe-badge-sale{font-size:11px;padding:5px 9px}.fe-section .fe-card__badges{gap:6px}}.fe-hero__text{display:inline-block;max-width:860px;padding:22px 22px 18px;border-radius:18px;background:#00000061;border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.fe-hero--bg .fe-h1{text-shadow:0 3px 14px rgba(0,0,0,.6),0 1px 2px rgba(0,0,0,.7)}.fe-hero--bg .fe-lead,.fe-hero--bg .fe-muted{text-shadow:0 2px 10px rgba(0,0,0,.6)}.fe-hero--bg .fe-lead{font-size:18px}@media(max-width:740px){.fe-hero__text{padding:16px 14px 14px;border-radius:16px;background:#00000070}.fe-hero--bg .fe-lead{font-size:16px}}.fe-hero__disclaimer{font-weight:700}.fe-hero__disclaimer-text{font-weight:800}.fe-spotlight{display:grid;grid-template-columns:1.15fr .85fr;gap:22px;align-items:center}@media(max-width:749px){.fe-spotlight{grid-template-columns:1fr}}.fe-spotlight__media{border-radius:18px;overflow:hidden;border:1px solid rgba(0,0,0,.1);background:#fff}.fe-spotlight__media img{width:100%;height:auto;display:block}.fe-spotlight__placeholder{padding:28px 18px}.fe-spotlight__card{border-radius:18px;border:1px solid rgba(0,0,0,.1);background:#ffffffe0;padding:18px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.fe-badge--low-stock{background:#d91c1c;color:#fff;border:1px solid transparent;font-weight:800;padding:6px 10px;border-radius:999px;display:inline-block;line-height:1}.template-collection .card__information .card__heading,.template-collection .card__information .card__heading a{font-size:1.05rem;font-weight:700;line-height:1.25}.template-collection .card__information .price{font-size:1.02rem}.template-collection .card__vendor{font-size:.95rem}@media(max-width:749px){.template-collection .card__information .card__heading,.template-collection .card__information .card__heading a{font-size:1.12rem}.template-collection .card__information .price{font-size:1.05rem}.template-collection .card__vendor{font-size:1rem}}.template-collection .card__heading,.template-collection .card__heading a{font-size:20px;line-height:1.25}.template-collection .card__information{padding-top:10px}.template-collection .price,.template-collection .price .price-item,.template-collection .price__container .price-item{font-size:19px}.template-collection .card__vendor{font-size:14px}@media(max-width:749px){.template-collection .card__heading,.template-collection .card__heading a{font-size:19px}.template-collection .price{font-size:18px}}.template-search .card__heading{font-size:20px;line-height:1.25}.template-search .card__information{padding-top:10px}.template-search .price,.template-search .price .price-item,.template-search .price__container .price-item{font-size:19px}.template-search .card__vendor{font-size:14px}@media(max-width:749px){.template-search .card__heading,.template-search .card__heading a{font-size:19px}.template-search .price{font-size:18px}}.template-collection .facets-vertical .facets-wrapper{padding-right:5rem}@media(max-width:989px){.template-collection .facets-vertical .facets-wrapper{padding-right:2.5rem}}#categories .fe-card--category{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:10px;padding:14px!important}#categories .fe-card--category .fe-card__thumb{width:100%;height:148px;border-radius:16px;overflow:hidden;background:#f4f4f4}#categories .fe-card--category .fe-card__thumb-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}#categories .fe-card--category .fe-card__inner{width:100%}#categories .fe-card--category .fe-card__meta{margin-top:0}@media(max-width:749px){#categories .fe-card--category{padding:12px!important;gap:8px}#categories .fe-card--category .fe-card__thumb{height:120px}}#categories .fe-card--category .fe-card__thumb:empty{display:none}
/*# sourceMappingURL=/cdn/shop/t/200/assets/freshenough-pages.css.map */
