:root { --lfw-blue-deep: #093a2d; --lfw-blue: #285f51; --lfw-green: #093a2d; --lfw-green-dark: #093a2d; --lfw-coral: #e77856; --lfw-ink: #17372d; --lfw-muted: #5e716a; --lfw-line: #dce5e1; --lfw-soft: #f5f7f4; --lfw-white: #fff; --lfw-font: Futura, "Avenir Next", Avenir, "Century Gothic", Arial, sans-serif; }
.lfw-catalog-page { margin: 0; background: #fff; color: var(--lfw-ink); font-family: var(--lfw-font); }
.lfw-catalog-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 52px 0 80px; box-sizing: border-box; }
.lfw-page-header { max-width: 760px; margin-bottom: 48px; }
.lfw-page-header--compact { margin-bottom: 30px; }
.lfw-page-header h1, .lfw-product-summary h1 { margin: 6px 0 14px; color: var(--lfw-green-dark); font-size: clamp(34px, 5vw, 58px); line-height: 1.08; }
.lfw-product-summary h1 { font-size: clamp(32px, 4vw, 44px) !important; }
.lfw-page-header p, .lfw-product-summary__short { font-size: 18px; line-height: 1.65; color: var(--lfw-muted); }
.lfw-product-summary__short { margin: 0; font-size: 16px; line-height: 1.55; }
.lfw-eyebrow { margin: 0 !important; color: var(--lfw-coral) !important; font-size: 13px !important; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.lfw-section { margin-top: 54px; }
.lfw-section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 22px; border-bottom: 1px solid var(--lfw-line); }
.lfw-section-heading h2, .lfw-detail-block h2 { margin: 0 0 12px; color: var(--lfw-green-dark); font-size: 27px; }
.lfw-category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.lfw-category-card { display: grid; grid-template-columns: 112px 1fr; min-height: 112px; align-items: stretch; overflow: hidden; border: 1px solid var(--lfw-line); border-radius: 14px; background: var(--lfw-white); color: var(--lfw-ink); text-decoration: none; transition: transform .2s ease, border-color .2s ease; }
.lfw-category-card:hover { transform: translateY(-2px); border-color: var(--lfw-green); }
.lfw-category-card img, .lfw-category-card__placeholder { width: 112px; height: 100%; object-fit: cover; background: linear-gradient(135deg, #eef4f1, #f8e8e1); }
.lfw-category-card > span:last-child { display: flex; flex-direction: column; justify-content: center; padding: 18px; }
.lfw-category-card strong { font-size: 18px; color: var(--lfw-green-dark); }
.lfw-category-card small { margin-top: 5px; color: var(--lfw-muted); }
.lfw-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.lfw-product-card { position: relative; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--lfw-line); border-radius: 16px; background: var(--lfw-white); box-shadow: 0 8px 30px rgba(22, 60, 54, .06); }
.lfw-product-card__image { display: flex; aspect-ratio: 4 / 3; align-items: center; justify-content: center; overflow: hidden; background: var(--lfw-soft); color: var(--lfw-muted); text-decoration: none; }
.lfw-product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.lfw-product-card:hover .lfw-product-card__image img { transform: scale(1.025); }
.lfw-product-card__body { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 20px; }
.lfw-product-card h2 { margin: 10px 0 8px; font-size: 21px; line-height: 1.25; }
.lfw-product-card h2 a { color: var(--lfw-green-dark); text-decoration: none; }
.lfw-product-card__description { display: -webkit-box; overflow: hidden; margin: 0 0 14px; color: var(--lfw-muted); line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.lfw-product-card__meta { display: flex; width: 100%; align-items: baseline; justify-content: space-between; gap: 14px; margin-top: auto; color: var(--lfw-muted); }
.lfw-price { display: inline-flex; align-items: baseline; gap: 8px; color: var(--lfw-green-dark); }
.lfw-price strong { font-size: 21px; }
.lfw-price del { color: var(--lfw-muted); font-size: 13px; }
.lfw-card-badges { display: flex; flex-wrap: wrap; gap: 6px; }
.lfw-availability, .lfw-commercial-badge, .lfw-promo-badge { display: inline-flex; border-radius: 999px; padding: 5px 10px; background: #e6f3ef; color: var(--lfw-green-dark); font-size: 12px; font-weight: 700; }
.lfw-availability--ready { background: #e4f3eb; color: #175942; }
.lfw-availability--order { background: #fff0e9; color: #9a462d; }
.lfw-commercial-badge { background: #fff0e9; color: #954c31; }
.lfw-promo-badge { background: #f3edf8; color: #6d477e; }
.lfw-tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 14px 0; }
.lfw-tags span { border: 1px solid var(--lfw-line); border-radius: 999px; padding: 4px 9px; color: var(--lfw-muted); font-size: 12px; }
.lfw-tags .lfw-tag--preference { border-color: #cfe0d8; background: #eef5f1; color: #285747; }
.lfw-tags .lfw-tag--nutrition { border-color: #f1c8ba; background: #fff2ed; color: #93462f; }
.lfw-details-link { margin-top: 8px; color: var(--lfw-green); font-weight: 700; text-decoration: none; }
.lfw-card-actions { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 8px; }
.lfw-favorite-toggle { display: inline-grid; width: 40px; height: 40px; place-items: center; border: 1px solid var(--lfw-line); border-radius: 50%; background: rgba(255,255,255,.95); color: var(--lfw-green-dark); font-size: 23px; line-height: 1; cursor: pointer; }
.lfw-product-card > .lfw-favorite-toggle { position: absolute; z-index: 3; top: 12px; right: 12px; box-shadow: 0 4px 14px rgba(22,60,54,.13); }
.lfw-favorite-toggle:hover, .lfw-favorite-toggle:focus, .lfw-favorite-toggle.is-favorite { border-color: var(--lfw-coral); color: #b9583e; outline: none; }
.lfw-product-summary > .lfw-favorite-toggle { float: right; margin-left: 12px; }
.lfw-cart-control { min-width: 110px; }
.lfw-initial-add { display: flex; align-items: end; gap: 10px; }
.lfw-add-to-cart { border: 1px solid var(--lfw-green); border-radius: 8px; padding: 8px 12px; background: var(--lfw-green); color: var(--lfw-white); font: inherit; font-weight: 700; cursor: pointer; }
.lfw-cart-quantity, .lfw-draft-quantity, .lfw-cart-item__quantity { display: inline-grid; grid-template-columns: 32px minmax(32px, auto) 32px; align-items: center; overflow: hidden; border: 1px solid var(--lfw-line); border-radius: 8px; background: var(--lfw-white); }
.lfw-cart-quantity[hidden] { display: none; }
.lfw-cart-quantity button, .lfw-draft-quantity button, .lfw-cart-item__quantity button { height: 34px; border: 0; background: var(--lfw-soft); color: var(--lfw-green-dark); font-size: 19px; cursor: pointer; }
.lfw-cart-quantity output, .lfw-draft-quantity output, .lfw-cart-item__quantity output { min-width: 32px; padding: 0 4px; color: var(--lfw-ink); font-weight: 700; text-align: center; }
.lfw-cart-control--product { margin: 22px 0 0; }
.lfw-cart-control--product .lfw-initial-add { align-items: center; flex-wrap: wrap; }
.lfw-cart-control--product .lfw-initial-add > label { width: 100%; color: var(--lfw-green-dark); font-size: 13px; font-weight: 700; }
.lfw-cart-control--product .lfw-add-to-cart { min-height: 38px; padding: 8px 14px; font-size: 14px; }
.lfw-product-purchase-row { display: flex; align-items: flex-end; justify-content: flex-start; gap: 8px; flex-wrap: wrap; }
.lfw-ifood-button { display: inline-flex; min-height: 38px; align-items: center; border: 1px solid #c91d29; border-radius: 7px; padding: 7px 12px; background: #ea1d2c; color: #fff; font-size: 13px; font-weight: 700; line-height: 1; text-decoration: none; }
.lfw-ifood-price-notice { width: fit-content; max-width: 100%; margin: 7px 0 0; border-left: 2px solid #ea1d2c; border-radius: 0 6px 6px 0; padding: 5px 8px; background: #fff6f6; color: var(--lfw-muted); font-size: 12px; line-height: 1.4; }
.lfw-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; color: var(--lfw-muted); font-size: 14px; }
.lfw-breadcrumb a { color: var(--lfw-green); text-decoration: none; }
.lfw-product-page { width: min(1080px, calc(100% - 40px)); padding-top: 34px; }
.lfw-product-hero { display: grid; grid-template-columns: minmax(0, 520px) minmax(360px, 1fr); gap: 48px; align-items: start; }
.lfw-gallery__main, .lfw-gallery__empty { display: flex; aspect-ratio: 3 / 2; align-items: center; justify-content: center; overflow: hidden; border-radius: 18px; background: #f7f5f1; color: var(--lfw-muted); }
.lfw-gallery__main { position: relative; }
.lfw-gallery__main img { width: 100%; height: 100%; object-fit: contain; }
.lfw-gallery-zoom-trigger { position: relative; width: 100%; height: 100%; border: 0; padding: 0; background: transparent; cursor: zoom-in; }
.lfw-gallery-zoom-trigger span { position: absolute; right: 14px; bottom: 14px; border-radius: 999px; padding: 7px 11px; background: rgba(255,255,255,.92); color: var(--lfw-green-dark); font-size: 12px; font-weight: 700; }
.lfw-gallery-arrow { position: absolute; z-index: 2; top: 50%; display: grid; width: 38px; height: 38px; place-items: center; transform: translateY(-50%); border: 1px solid rgba(9,58,45,.16); border-radius: 50%; padding: 0 0 3px; background: rgba(255,255,255,.92); box-shadow: 0 4px 14px rgba(22,60,54,.12); color: var(--lfw-green-dark); font: inherit; font-size: 30px; line-height: 1; cursor: pointer; }
.lfw-gallery-arrow:hover, .lfw-gallery-arrow:focus { border-color: var(--lfw-green); background: #fff; outline: none; }
.lfw-gallery-arrow--previous { left: 12px; }
.lfw-gallery-arrow--next { right: 12px; }
.lfw-gallery__thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 12px; }
.lfw-gallery-thumb { aspect-ratio: 1 / 1; overflow: hidden; border: 2px solid transparent; border-radius: 9px; padding: 0; background: transparent; cursor: pointer; }
.lfw-gallery-thumb[aria-pressed="true"] { border-color: var(--lfw-green); }
.lfw-gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }
.lfw-product-summary { position: sticky; top: 110px; }
.lfw-product-summary__price { display: flex; align-items: baseline; justify-content: flex-start; gap: 34px; margin: 22px 0; border-top: 1px solid var(--lfw-line); border-bottom: 1px solid var(--lfw-line); padding: 18px 0; color: var(--lfw-muted); }
.lfw-product-summary__price .lfw-price strong { font-size: 29px; }
.lfw-allergen-summary { margin: 22px 0; border-left: 3px solid var(--lfw-coral); padding: 3px 0 3px 16px; }
.lfw-allergen-summary p { margin: 7px 0; line-height: 1.55; }
.lfw-confirmation-note { margin-top: 22px; border-radius: 10px; padding: 14px 16px; background: var(--lfw-soft); color: var(--lfw-muted); font-size: 14px; line-height: 1.5; }
.lfw-product-classifications { display: grid; gap: 14px; margin: 20px 0; }
.lfw-product-classifications > div > strong { color: var(--lfw-green-dark); font-size: 13px; }
.lfw-product-classifications .lfw-tags { margin: 8px 0 0; }
.lfw-product-details { max-width: 820px; margin: 70px auto 0; }
.lfw-detail-block { padding: 28px 0; border-top: 1px solid var(--lfw-line); }
.lfw-detail-block div { color: var(--lfw-muted); line-height: 1.75; }
.lfw-nutrition { margin-top: 22px; border: 1px solid var(--lfw-line); border-radius: 12px; background: var(--lfw-white); }
.lfw-nutrition summary { padding: 18px 20px; color: var(--lfw-green-dark); font-weight: 700; cursor: pointer; }
.lfw-nutrition a { display: flex; flex-direction: column; gap: 10px; padding: 0 20px 20px; color: var(--lfw-green); text-decoration: none; }
.lfw-nutrition img { width: auto; max-width: 100%; height: auto; }
.lfw-preview-notice { margin-bottom: 24px; border-left: 4px solid #c18400; padding: 14px 18px; background: #fff8df; color: #6b4b00; }
.lfw-image-zoom { width: min(94vw, 1200px); max-width: none; height: min(92vh, 900px); max-height: none; overflow: hidden; border: 0; border-radius: 14px; padding: 0; background: #111; }
.lfw-image-zoom::backdrop { background: rgba(8,18,16,.88); }
.lfw-image-zoom img { width: 100%; height: 100%; object-fit: contain; }
.lfw-image-zoom__close { position: absolute; z-index: 2; top: 14px; right: 14px; width: 42px; height: 42px; border: 0; border-radius: 50%; background: rgba(255,255,255,.94); color: #17201e; font-size: 28px; line-height: 1; cursor: pointer; }
.lfw-empty-state { border-radius: 12px; padding: 28px; background: var(--lfw-soft); color: var(--lfw-muted); }
.lfw-search-panel { margin: 0 0 28px; border: 1px solid var(--lfw-line); border-radius: 16px; padding: 18px; background: var(--lfw-soft); }
.lfw-search-form { display: grid; gap: 16px; }
.lfw-search-box { position: relative; display: grid; grid-template-columns: 1fr auto; }
.lfw-search-input { min-width: 0; border: 1px solid #b9c9c4; border-right: 0; border-radius: 9px 0 0 9px; padding: 10px 13px; background: var(--lfw-white); color: var(--lfw-ink); font: inherit; font-size: 15px; }
.lfw-search-input:focus { z-index: 1; outline: 2px solid var(--lfw-green); outline-offset: -2px; }
.lfw-search-box > button, .lfw-apply-filters, .lfw-load-more { border: 1px solid var(--lfw-green); border-radius: 0 9px 9px 0; padding: 9px 15px; background: var(--lfw-green); color: var(--lfw-white); font: inherit; font-size: 14px; font-weight: 700; cursor: pointer; }
.lfw-search-suggestions { position: absolute; z-index: 20; top: calc(100% + 6px); right: 0; left: 0; overflow: hidden; margin: 0; border: 1px solid var(--lfw-line); border-radius: 10px; padding: 5px; background: var(--lfw-white); box-shadow: 0 14px 34px rgba(22, 60, 54, .14); list-style: none; }
.lfw-search-suggestions li { margin: 0; }
.lfw-search-suggestions button { display: flex; width: 100%; align-items: center; gap: 11px; border: 0; border-radius: 7px; padding: 8px; background: transparent; color: var(--lfw-ink); text-align: left; cursor: pointer; }
.lfw-search-suggestions button:hover, .lfw-search-suggestions button:focus { background: var(--lfw-soft); outline: none; }
.lfw-search-suggestions img { width: 46px; height: 46px; flex: 0 0 46px; border-radius: 7px; object-fit: cover; }
.lfw-search-suggestions span { display: grid; gap: 2px; }
.lfw-search-suggestions small { color: var(--lfw-muted); }
.lfw-search-scope { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 20px; margin: 0; border: 0; padding: 0; }
.lfw-search-scope legend { float: left; margin-right: 4px; color: var(--lfw-green-dark); font-weight: 700; }
.lfw-search-scope label, .lfw-availability-filters label, .lfw-filter-group label { cursor: pointer; }
.lfw-availability-filters { display: flex; flex-wrap: wrap; gap: 9px; }
.lfw-availability-filters label { border: 1px solid var(--lfw-line); border-radius: 999px; padding: 6px 10px; background: var(--lfw-white); font-size: 14px; }
.lfw-filter-groups { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.lfw-filter-group { position: relative; border: 1px solid var(--lfw-line); border-radius: 9px; background: var(--lfw-white); }
.lfw-filter-group summary { padding: 9px 12px; color: var(--lfw-green-dark); font-size: 14px; font-weight: 700; cursor: pointer; }
.lfw-filter-group > div { display: grid; max-height: 230px; gap: 8px; overflow: auto; border-top: 1px solid var(--lfw-line); padding: 12px 13px; }
.lfw-filter-group[hidden] { display: none; }
.lfw-filter-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.lfw-apply-filters { border-radius: 9px; }
.lfw-clear-filters, .lfw-empty-clear { border: 1px solid var(--lfw-line); border-radius: 8px; padding: 8px 13px; background: var(--lfw-white); color: var(--lfw-green-dark); font: inherit; font-size: 14px; font-weight: 700; cursor: pointer; }
.lfw-results-toolbar { display: flex; justify-content: space-between; gap: 12px; min-height: 24px; margin-top: 13px; color: var(--lfw-muted); font-size: 14px; }
.lfw-results-toolbar p { margin: 0; }
#lfw-search-results[aria-busy="true"] { opacity: .55; pointer-events: none; }
.lfw-empty-state--search { grid-column: 1 / -1; text-align: center; }
.lfw-empty-state--search p { margin: 0 0 15px; }
.lfw-empty-state--search > div { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.lfw-empty-state--search a { border-radius: 9px; padding: 10px 16px; background: var(--lfw-green); color: var(--lfw-white); font-weight: 700; text-decoration: none; }
.lfw-load-more-wrap { display: flex; justify-content: center; margin-top: 28px; }
.lfw-load-more { border-radius: 10px; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }
.lfw-action-dock { position: fixed; z-index: 9990; right: 22px; bottom: 22px; display: flex; gap: 8px; border: 1px solid var(--lfw-line); border-radius: 14px; padding: 7px; background: rgba(255,255,255,.97); box-shadow: 0 12px 35px rgba(16,52,47,.18); }
.lfw-dock-button { display: flex; align-items: center; gap: 7px; min-height: 42px; border: 0; border-radius: 9px; padding: 7px 10px; background: transparent; color: var(--lfw-green-dark); font: inherit; font-weight: 700; text-decoration: none; cursor: pointer; }
.lfw-dock-button:hover, .lfw-dock-button:focus { background: var(--lfw-soft); outline: none; }
.lfw-dock-button > span:first-child { font-size: 21px; font-weight: 400; }
.lfw-dock-button strong { display: inline-grid; min-width: 22px; height: 22px; place-items: center; border-radius: 999px; background: var(--lfw-coral); color: #49261b; font-size: 12px; }
.lfw-cart-overlay { position: fixed; z-index: 9997; inset: 0; background: rgba(9,25,22,.46); }
.lfw-cart-drawer { position: fixed; z-index: 9998; top: 0; right: 0; display: grid; width: min(460px, 100vw); height: 100dvh; grid-template-rows: auto 1fr auto; transform: translateX(102%); background: var(--lfw-white); color: var(--lfw-ink); box-shadow: -16px 0 42px rgba(8,30,26,.18); transition: transform .23s ease; }
.lfw-cart-drawer.is-open { transform: translateX(0); }
.lfw-cart-drawer > header { display: flex; align-items: start; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--lfw-line); padding: 22px; }
.lfw-cart-drawer > header p { margin: 0 0 4px !important; }
.lfw-cart-drawer > header h2 { margin: 0; color: var(--lfw-green-dark); font-size: 25px; }
.lfw-close-cart { width: 40px; height: 40px; border: 0; border-radius: 50%; background: var(--lfw-soft); color: var(--lfw-ink); font-size: 27px; cursor: pointer; }
.lfw-cart-content { overflow-y: auto; padding: 20px 22px; }
.lfw-cart-empty { border-radius: 10px; padding: 24px; background: var(--lfw-soft); color: var(--lfw-muted); text-align: center; }
.lfw-cart-group { margin-bottom: 20px; border-radius: 12px; padding: 15px; }
.lfw-cart-group--ready { background: #eff8f5; }
.lfw-cart-group--order { background: #fff5f0; }
.lfw-cart-group h3 { margin: 0 0 12px; color: var(--lfw-green-dark); font-size: 15px; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
.lfw-cart-items { display: grid; gap: 12px; }
.lfw-cart-item { position: relative; display: grid; grid-template-columns: 58px 1fr auto; gap: 10px; border-bottom: 1px solid rgba(112,135,128,.2); padding-bottom: 12px; }
.lfw-cart-item:last-child { border-bottom: 0; padding-bottom: 0; }
.lfw-cart-item > img { width: 58px; height: 58px; border-radius: 8px; object-fit: cover; }
.lfw-cart-item__main { display: grid; align-content: start; gap: 4px; min-width: 0; }
.lfw-cart-item__main > a { overflow: hidden; color: var(--lfw-green-dark); font-weight: 700; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; }
.lfw-cart-item__main small { color: var(--lfw-muted); }
.lfw-cart-item__bottom { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 6px; }
.lfw-cart-item__quantity { grid-template-columns: 27px 28px 27px; }
.lfw-cart-item__quantity button { height: 28px; font-size: 17px; }
.lfw-cart-item__quantity output { min-width: 28px; font-size: 13px; }
.lfw-cart-remove { width: 28px; height: 28px; border: 0; border-radius: 50%; background: rgba(255,255,255,.75); color: #954c31; font-size: 19px; cursor: pointer; }
.lfw-group-subtotal { margin: 12px 0 0; color: var(--lfw-green-dark); font-size: 13px; font-weight: 700; text-align: right; }
.lfw-cart-context { margin: 16px 0; border-left: 3px solid var(--lfw-coral); padding: 10px 12px; background: var(--lfw-soft); color: var(--lfw-muted); font-size: 13px; line-height: 1.5; }
.lfw-cart-notes { display: grid; gap: 7px; color: var(--lfw-green-dark); }
.lfw-cart-notes textarea { resize: vertical; border: 1px solid var(--lfw-line); border-radius: 9px; padding: 10px; color: var(--lfw-ink); font: inherit; }
.lfw-cart-drawer > footer { border-top: 1px solid var(--lfw-line); padding: 18px 22px; background: var(--lfw-white); }
.lfw-cart-total { display: flex; align-items: baseline; justify-content: space-between; gap: 15px; color: var(--lfw-green-dark); }
.lfw-cart-total strong { font-size: 23px; }
.lfw-whatsapp-checkout { display: block; margin-top: 15px; border-radius: 9px; padding: 12px 15px; background: var(--lfw-green); color: var(--lfw-white); font-weight: 700; text-align: center; text-decoration: none; }
.lfw-whatsapp-checkout[hidden] { display: none; }
.lfw-cart-channel-note { margin: 8px 0 0; color: var(--lfw-muted); font-size: 12px; line-height: 1.45; }
.lfw-ifood-action { display: grid; gap: 7px; margin-top: 12px; }
.lfw-ifood-action a { display: inline-block; justify-self: start; border: 1px solid #b82424; border-radius: 7px; padding: 8px 13px; background: #ea1d2c; color: #fff; font-size: 14px; font-weight: 700; text-decoration: none; }
.lfw-ifood-action small { max-width: 420px; color: var(--lfw-muted); line-height: 1.4; }
.lfw-club-block { margin-top: 38px; border-radius: 16px; padding: 28px; background: linear-gradient(135deg, #f6faf8, #fff1eb); }
.lfw-club-block h2 { margin: 5px 0 10px; color: var(--lfw-green-dark); font-size: 26px; }
.lfw-club-block > p:not(.lfw-eyebrow) { margin: 0 0 17px; color: var(--lfw-muted); line-height: 1.65; }
.lfw-club-block a { display: inline-block; border-radius: 7px; padding: 9px 14px; background: var(--lfw-green); color: var(--lfw-white); font-size: 14px; font-weight: 700; text-decoration: none; }
.lfw-club-block small { display: block; margin-top: 12px; color: var(--lfw-muted); font-size: 12px; line-height: 1.5; }
.lfw-product-suggestions { margin-top: 70px; }
.lfw-product-suggestions .lfw-section-heading { margin-bottom: 22px; }
body.lfw-cart-open { overflow: hidden; }
.lfw-empty-state--favorites { grid-column: 1 / -1; text-align: center; }
.lfw-empty-state--favorites p { margin: 0 0 14px; }
.lfw-empty-state--favorites a { display: inline-block; border-radius: 8px; padding: 9px 14px; background: var(--lfw-green); color: var(--lfw-white); font-weight: 700; text-decoration: none; }
.lfw-catalog-shell .navigation.pagination { margin-top: 34px; }
@media (max-width: 900px) { .lfw-category-grid, .lfw-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .lfw-product-hero { grid-template-columns: 1fr; gap: 34px; } .lfw-product-summary { position: static; } .lfw-filter-groups { grid-template-columns: 1fr; } }
@media (max-width: 600px) { .lfw-catalog-shell { width: min(100% - 28px, 1180px); padding-top: 32px; } .lfw-category-grid, .lfw-product-grid { grid-template-columns: 1fr; } .lfw-category-card { grid-template-columns: 96px 1fr; min-height: 96px; } .lfw-category-card img, .lfw-category-card__placeholder { width: 96px; } .lfw-product-summary h1 { font-size: 36px; } .lfw-gallery__thumbs { grid-template-columns: repeat(4, 1fr); } .lfw-search-panel { padding: 14px; } .lfw-search-box { grid-template-columns: 1fr; gap: 8px; } .lfw-search-input, .lfw-search-box > button { border: 1px solid var(--lfw-line); border-radius: 9px; } .lfw-search-scope legend { width: 100%; } .lfw-card-actions { align-items: end; } .lfw-action-dock { right: 10px; bottom: 10px; left: 10px; justify-content: space-evenly; } .lfw-dock-button { flex: 1; justify-content: center; } .lfw-cart-item { grid-template-columns: 50px 1fr auto; } .lfw-cart-item > img { width: 50px; height: 50px; } }

/* Shell global do catálogo — v0.6 */
.lfw-catalog-document *, .lfw-catalog-document *::before, .lfw-catalog-document *::after { box-sizing: border-box; }
.lfw-catalog-document :where(h1, h2, h3, h4, p, a, button, input, textarea, select, summary) { font-family: var(--lfw-font); }
.lfw-catalog-document :where(button, input, textarea, select) { font-size: 16px; }
.lfw-catalog-document :where(a, button, input, textarea, select, summary):focus-visible { outline: 3px solid var(--lfw-coral); outline-offset: 3px; }
.lfw-skip-link { position: fixed; z-index: 10050; top: 8px; left: 8px; transform: translateY(-150%); border-radius: 6px; padding: 10px 14px; background: var(--lfw-blue-deep); color: #fff; font-weight: 700; text-decoration: none; }
.lfw-skip-link:focus { transform: translateY(0); }
.lfw-site-header { position: sticky; z-index: 9980; top: 0; border-bottom: 1px solid var(--lfw-line); background: rgba(255,255,255,.98); transition: box-shadow .2s ease; }
.admin-bar .lfw-site-header { top: 32px; }
.lfw-site-header.is-compact { box-shadow: 0 7px 24px rgba(18,63,70,.08); }
.lfw-site-header__bar { display: flex; width: min(1240px, calc(100% - 40px)); min-height: 74px; align-items: center; justify-content: space-between; gap: 24px; margin: 0 auto; }
.lfw-brand { display: grid; flex: 0 1 235px; gap: 2px; color: var(--lfw-blue-deep); line-height: 1.05; text-decoration: none; }
.lfw-brand strong { font-size: 18px; letter-spacing: .01em; }
.lfw-brand small { color: var(--lfw-coral); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.lfw-brand__logo { width: auto; max-width: 190px; height: 45px; object-fit: contain; object-position: left center; }
.lfw-primary-navigation { display: flex; align-items: center; justify-content: center; gap: 25px; }
.lfw-primary-navigation > a, .lfw-categories-menu > summary { color: var(--lfw-blue-deep); font-size: 14px; font-weight: 700; text-decoration: none; cursor: pointer; }
.lfw-primary-navigation > a[aria-current="page"] { color: var(--lfw-blue); }
.lfw-primary-navigation > a:hover, .lfw-categories-menu > summary:hover { color: var(--lfw-coral); }
.lfw-categories-menu { position: relative; }
.lfw-categories-menu > summary { list-style: none; }
.lfw-categories-menu > summary::-webkit-details-marker { display: none; }
.lfw-categories-menu > summary::after { content: "⌄"; margin-left: 5px; }
.lfw-categories-menu > div { position: absolute; top: calc(100% + 15px); left: 50%; display: grid; width: 260px; max-height: min(65vh, 440px); gap: 2px; overflow-y: auto; transform: translateX(-50%); border: 1px solid var(--lfw-line); border-radius: 12px; padding: 8px; background: #fff; box-shadow: 0 16px 35px rgba(18,63,70,.12); }
.lfw-categories-menu > div a { border-radius: 7px; padding: 9px 10px; color: var(--lfw-ink); font-size: 14px; text-decoration: none; }
.lfw-categories-menu > div a:hover { background: var(--lfw-soft); color: var(--lfw-blue); }
.lfw-header-actions { display: flex; flex: 0 0 auto; align-items: center; gap: 5px; }
.lfw-header-actions > a, .lfw-header-actions > button { display: flex; min-height: 44px; align-items: center; gap: 6px; border: 0; border-radius: 9px; padding: 6px 8px; background: transparent; color: var(--lfw-blue-deep); font-weight: 700; text-decoration: none; cursor: pointer; }
.lfw-header-actions > a:hover, .lfw-header-actions > button:hover { background: var(--lfw-soft); }
.lfw-header-actions > :where(a, button) > span:first-child { font-size: 20px; }
.lfw-header-actions strong { display: inline-grid; min-width: 21px; height: 21px; place-items: center; border-radius: 999px; background: var(--lfw-coral); color: #4d281e; font-size: 11px; }
.lfw-menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 8px; background: var(--lfw-soft); color: var(--lfw-blue-deep); font-size: 22px; cursor: pointer; }
.lfw-header-search { display: grid; width: min(720px, calc(100% - 40px)); grid-template-columns: 1fr auto; margin: 0 auto; padding: 0 0 12px; }
.lfw-header-search input { min-width: 0; height: 43px; border: 1px solid #b9c9c4; border-right: 0; border-radius: 9px 0 0 9px; padding: 0 14px; background: #fff; color: var(--lfw-ink); }
.lfw-header-search button { min-width: 90px; border: 0; border-radius: 0 9px 9px 0; background: var(--lfw-blue-deep); color: #fff; font-weight: 700; cursor: pointer; }
.lfw-header-search button svg { display: none; width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.lfw-page-header h1, .lfw-product-summary h1, .lfw-product-mobile-intro h1 { color: var(--lfw-blue-deep); font-family: var(--lfw-font); font-weight: 700; letter-spacing: -.025em; }
.lfw-section-heading h2, .lfw-detail-block h2, .lfw-product-card h2 { font-family: var(--lfw-font); font-weight: 700; letter-spacing: -.015em; }
.lfw-category-card__placeholder { background: #f4efeb; }
.lfw-product-card { box-shadow: none; transition: transform .2s ease, border-color .2s ease; }
.lfw-product-card:hover { transform: translateY(-2px); border-color: #bdcdc8; }
.lfw-search-panel { background: #fafcfb; }
.lfw-club-block { background: #f8f4f1; }
.lfw-product-mobile-intro { display: none; }
.lfw-site-footer { background: var(--lfw-blue-deep); color: rgba(255,255,255,.78); }
.lfw-site-footer__grid { display: grid; width: min(1180px, calc(100% - 40px)); grid-template-columns: 1.35fr 1fr 1.3fr 1fr; gap: 42px; margin: 0 auto; padding: 54px 0 40px; }
.lfw-site-footer h2 { margin: 0 0 15px; color: #fff; font-size: 14px; letter-spacing: .08em; text-transform: uppercase; }
.lfw-site-footer p { margin: 0 0 11px; font-size: 14px; line-height: 1.6; }
.lfw-site-footer ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.lfw-site-footer a { color: rgba(255,255,255,.86); text-decoration: none; }
.lfw-site-footer a:hover { color: var(--lfw-coral); }
.lfw-footer-brand > a { display: inline-block; color: #fff; font-size: 18px; }
.lfw-footer-brand .lfw-brand__logo { filter: brightness(0) invert(1); }
.lfw-footer-brand > p { margin-top: 12px; color: var(--lfw-coral); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.lfw-footer-payments { margin-top: 18px !important; }
.lfw-site-footer__bottom { display: flex; width: min(1180px, calc(100% - 40px)); justify-content: space-between; gap: 20px; margin: 0 auto; border-top: 1px solid rgba(255,255,255,.16); padding: 18px 0 24px; font-size: 12px; }
.lfw-action-dock { display: none; }

@media (max-width: 1000px) {
	.lfw-site-header__bar { gap: 14px; }
	.lfw-primary-navigation { gap: 15px; }
	.lfw-action-label { display: none; }
	.lfw-site-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 860px) {
	.lfw-site-header__bar { display: grid; grid-template-columns: 44px minmax(0, 1fr) auto; min-height: 66px; }
	.lfw-menu-toggle { display: inline-grid; place-items: center; }
	.lfw-brand { justify-self: center; }
	.lfw-brand small { display: none; }
	.lfw-brand__logo { max-width: 150px; height: 39px; }
	.lfw-primary-navigation { position: absolute; top: 66px; right: 14px; left: 14px; display: none; align-items: stretch; gap: 0; border: 1px solid var(--lfw-line); border-radius: 12px; padding: 8px; background: #fff; box-shadow: 0 16px 35px rgba(18,63,70,.14); }
	.lfw-primary-navigation.is-open { display: grid; }
	.lfw-primary-navigation > a, .lfw-categories-menu > summary { border-radius: 7px; padding: 11px; }
	.lfw-categories-menu > div { position: static; width: auto; max-height: 250px; transform: none; border: 0; border-top: 1px solid var(--lfw-line); border-radius: 0; box-shadow: none; }
	.lfw-header-search { width: min(100% - 28px, 720px); padding-bottom: 10px; }
	.lfw-product-hero { display: flex; flex-direction: column; }
	.lfw-product-mobile-intro { position: relative; display: block; order: 0; width: 100%; }
	.lfw-product-mobile-intro > .lfw-favorite-toggle { position: absolute; top: 0; right: 0; }
	.lfw-product-mobile-intro h1 { max-width: calc(100% - 52px); margin: 9px 0 10px; font-size: 34px; line-height: 1.12; }
	.lfw-product-mobile-intro .lfw-product-summary__short { margin-bottom: 0; font-size: 16px; }
	.lfw-gallery { order: 1; width: 100%; }
	.lfw-product-summary { order: 2; width: 100%; }
	.lfw-product-summary > .lfw-favorite-toggle, .lfw-product-summary > .lfw-card-badges, .lfw-product-summary > h1, .lfw-product-summary > .lfw-product-summary__short { display: none; }
}
@media (max-width: 782px) { .admin-bar .lfw-site-header { top: 46px; } }
@media (max-width: 600px) {
	.lfw-site-header__bar { width: min(100% - 20px, 1240px); gap: 7px; }
	.lfw-brand { max-width: 145px; text-align: center; }
	.lfw-brand strong { font-size: 15px; }
	.lfw-header-actions > a, .lfw-header-actions > button { min-width: 39px; padding: 4px; }
	.lfw-header-actions strong { min-width: 19px; height: 19px; }
	.lfw-header-search { grid-template-columns: 1fr 48px; }
	.lfw-header-search button { display: grid; min-width: 48px; place-items: center; overflow: hidden; }
	.lfw-header-search button span { display: none; }
	.lfw-header-search button svg { display: block; }
	.lfw-site-footer__grid { grid-template-columns: 1fr; gap: 30px; padding-top: 42px; }
	.lfw-site-footer__bottom { align-items: flex-start; flex-direction: column; }
	.lfw-cart-drawer { width: 100vw; }
}
@media (prefers-reduced-motion: reduce) {
	.lfw-catalog-document *, .lfw-catalog-document *::before, .lfw-catalog-document *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Refinamento para cadastro real — v0.6.8 */
.lfw-category-card strong { font-size: 16px; line-height: 1.3; }
.lfw-category-card small { font-size: 13px; line-height: 1.4; }
.lfw-category-card img { object-position: center; }

.lfw-category-page { padding-top: 24px; }
.lfw-category-page .lfw-breadcrumb { margin-bottom: 18px; font-size: 13px; }
.lfw-category-page .lfw-page-header { max-width: 680px; margin-bottom: 28px; }
.lfw-category-page .lfw-page-header h1 { margin: 5px 0 10px; font-size: clamp(32px, 4vw, 42px) !important; line-height: 1.08; }
.lfw-category-page .lfw-page-header > p:last-child { margin: 0; font-size: 16px; line-height: 1.55; }
.lfw-category-page > .lfw-section { margin-top: 0; }

.lfw-search-panel { margin-bottom: 22px; border-radius: 12px; padding: 14px 16px; }
.lfw-search-form { gap: 10px; }
.lfw-search-input { min-height: 42px; padding: 8px 12px; font-size: 14px; }
.lfw-search-box > button { min-height: 42px; padding: 8px 14px; font-size: 13px; }
.lfw-search-scope { gap: 7px 16px; font-size: 13px; }
.lfw-search-scope legend { width: auto; color: var(--lfw-green-dark); font-size: 13px; line-height: 1.4; }
.lfw-availability-filters { gap: 7px; }
.lfw-availability-filters label { padding: 5px 9px; font-size: 13px; }
.lfw-filter-groups { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 8px; }
.lfw-filter-group { border-radius: 7px; }
.lfw-filter-group summary { padding: 8px 10px; font-size: 13px; }
.lfw-filter-group > div { gap: 6px; padding: 9px 10px; font-size: 13px; }
.lfw-filter-actions { gap: 8px; }
.lfw-apply-filters, .lfw-clear-filters { min-height: 36px; border-radius: 7px; padding: 7px 12px; font-size: 13px; }
.lfw-results-toolbar { min-height: 18px; margin-top: 5px; font-size: 13px; }

.lfw-product-grid { gap: 18px; }
.lfw-product-card { border-radius: 13px; }
.lfw-product-card__image { aspect-ratio: 3 / 2; }
.lfw-product-card__body { padding: 16px; }
.lfw-product-card h2 { margin: 9px 0 6px; font-size: 18px; line-height: 1.28; }
.lfw-product-card__description { margin-bottom: 11px; font-size: 14px; line-height: 1.45; }
.lfw-product-card__meta { gap: 11px; font-size: 13px; }
.lfw-product-card .lfw-price strong { color: #b9583e; font-size: 19px; }
.lfw-product-card .lfw-card-badges { gap: 5px; }
.lfw-product-card .lfw-availability, .lfw-product-card .lfw-commercial-badge, .lfw-product-card .lfw-promo-badge { padding: 4px 8px; font-size: 11px; }
.lfw-product-card .lfw-tags { gap: 5px; margin: 10px 0; }
.lfw-product-card .lfw-tags :where(a, span) { padding: 3px 7px; font-size: 11px; }
.lfw-product-card .lfw-card-actions { gap: 9px; }
.lfw-product-card .lfw-details-link { font-size: 13px; }
.lfw-product-card .lfw-add-to-cart { border-radius: 7px; padding: 7px 10px; font-size: 13px; }
.lfw-product-card > .lfw-favorite-toggle { top: 10px; right: 10px; width: 36px; height: 36px; font-size: 20px; }

.lfw-tags :where(a, span) { display: inline-flex; border: 1px solid var(--lfw-line); border-radius: 999px; padding: 4px 9px; color: var(--lfw-muted); font-size: 12px; line-height: 1.35; text-decoration: none; }
.lfw-tags a:hover, .lfw-tags a:focus { border-color: var(--lfw-green); color: var(--lfw-green-dark); }
.lfw-tags :where(.lfw-tag--preference) { border-color: #cfe0d8; background: #eef5f1; color: #285747; }
.lfw-tags :where(.lfw-tag--nutrition) { border-color: #f1c8ba; background: #fff2ed; color: #93462f; }

.lfw-product-purchase-box { max-width: 430px; }
.lfw-product-purchase-box .lfw-cart-control--product { margin-top: 22px; }
.lfw-ifood-option { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 12px; border-top: 1px solid var(--lfw-line); padding-top: 10px; }
.lfw-ifood-option > span { color: var(--lfw-muted); font-size: 12px; }
.lfw-ifood-option a { display: inline-flex; min-height: 32px; align-items: center; border: 1px solid #e5a4aa; border-radius: 7px; padding: 6px 10px; background: #fff; color: #c91d29; font-size: 12px; font-weight: 700; line-height: 1; text-decoration: none; }
.lfw-ifood-option a:hover, .lfw-ifood-option a:focus { border-color: #c91d29; background: #fff6f6; }
.lfw-ifood-option__notice { display: block; margin-top: 5px; color: var(--lfw-muted); font-size: 11px; line-height: 1.4; }
.lfw-product-purchase-box + .lfw-confirmation-note { max-width: 430px; margin-top: 14px; padding: 11px 13px; font-size: 13px; }

.lfw-detail-block ul, .lfw-detail-block ol { margin: 10px 0 0; padding-left: 22px; }
.lfw-detail-block li { margin: 5px 0; }
.lfw-detail-block strong { color: var(--lfw-ink); }
.lfw-nutrition a { align-items: center; }
.lfw-nutrition img { width: min(100%, 480px); max-height: 620px; object-fit: contain; }
.lfw-nutrition a span { font-size: 12px; }

@media (max-width: 600px) {
	.lfw-category-page { padding-top: 20px; }
	.lfw-category-page .lfw-page-header h1 { font-size: 32px !important; }
	.lfw-search-panel { padding: 12px; }
	.lfw-search-scope { display: grid; grid-template-columns: 1fr; }
	.lfw-search-scope legend { width: 100%; }
	.lfw-product-grid { gap: 16px; }
	.lfw-ifood-option { align-items: flex-start; flex-direction: column; gap: 7px; }
}

/* Refinamento de identidade e home — v0.6.2 */
.lfw-site-header__bar { min-height: 94px; }
.lfw-brand { display: flex; flex: 0 0 174px; align-items: center; justify-content: center; }
.lfw-brand__logo { width: 166px; max-width: 100%; height: auto; max-height: none; object-fit: contain; object-position: center; }
.lfw-categories-menu > summary { display: inline-flex; align-items: center; }
.lfw-categories-menu > summary::after { width: 7px; height: 7px; margin: -4px 0 0 8px; transform: rotate(45deg); border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; content: ""; transition: transform .18s ease; }
.lfw-categories-menu[open] > summary::after { margin-top: 4px; transform: rotate(225deg); }
.lfw-action-icon { display: inline-flex; width: 20px; height: 20px; }
.lfw-action-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.lfw-header-actions > :where(a, button) > .lfw-action-icon { font-size: inherit; }
.lfw-header-search { width: min(620px, calc(100% - 40px)); max-height: 58px; overflow: hidden; opacity: 1; transition: max-height .2s ease, opacity .16s ease, padding .2s ease; }
.lfw-header-search input::placeholder, .lfw-search-input::placeholder { color: #9aa7a2; opacity: 1; }
.lfw-site-header.is-compact .lfw-site-header__bar { min-height: 78px; }
.lfw-site-header.is-compact .lfw-brand__logo { width: 145px; }
.lfw-site-header.is-compact .lfw-header-search { max-height: 0; padding-bottom: 0; opacity: 0; pointer-events: none; }
.lfw-catalog-shell { padding-top: 30px; }
.lfw-home-hero { position: relative; display: grid; min-height: 390px; grid-template-columns: minmax(0, 1fr) minmax(520px, 1.08fr); align-items: center; overflow: hidden; border-radius: 2px; background: #f6f2ed; }
.lfw-home-hero__content { position: relative; z-index: 2; padding: 30px 28px 30px 38px; }
.lfw-home-hero .lfw-eyebrow { letter-spacing: .07em; }
.lfw-home-hero h1 { max-width: 520px; margin: 8px 0 13px; color: var(--lfw-green-dark); font-size: clamp(40px, 4vw, 48px) !important; line-height: 1; letter-spacing: -.035em; }
.lfw-home-hero__lead { max-width: 520px; margin: 0; color: var(--lfw-ink); font-size: 16px; line-height: 1.48; }
.lfw-home-hero__guarantee { display: grid; gap: 3px; margin: 16px 0 0; border-left: 2px solid var(--lfw-coral); padding: 2px 0 2px 12px; color: var(--lfw-green-dark); font-size: 14px; }
.lfw-home-hero__guarantee small { color: var(--lfw-muted); font-size: 11px; }
.lfw-home-hero__actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 18px; }
.lfw-home-hero__actions a { border: 1px solid var(--lfw-green-dark); border-radius: 6px; padding: 9px 14px; background: var(--lfw-green-dark); color: #fff; font-size: 14px; font-weight: 700; text-decoration: none; }
.lfw-home-hero__actions a.is-secondary { background: transparent; color: var(--lfw-green-dark); }
.lfw-home-hero__image { align-self: stretch; overflow: hidden; }
.lfw-home-hero__image img { width: 100%; height: 100%; object-fit: cover; object-position: right center; }
.lfw-start-here { margin-top: 50px; }
.lfw-start-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.lfw-start-grid a { display: grid; min-height: 145px; align-content: center; border: 1px solid var(--lfw-line); border-radius: 12px; padding: 23px; background: #fff; color: var(--lfw-green-dark); text-decoration: none; transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.lfw-start-grid a:hover { transform: translateY(-2px); border-color: #b6cac2; background: #fafcfb; }
.lfw-start-grid span { color: var(--lfw-coral); font-size: 16px; font-weight: 700; letter-spacing: .08em; }
.lfw-start-grid strong { margin-top: 7px; font-size: 20px; }
.lfw-start-grid small { margin-top: 3px; color: var(--lfw-muted); font-size: 16px; line-height: 1.45; }
.lfw-how-to-order { margin-top: 50px; }
.lfw-how-to-order__steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.lfw-how-to-order__steps > div { position: relative; padding-left: 42px; }
.lfw-how-to-order__steps span { position: absolute; top: 1px; left: 0; color: var(--lfw-coral); font-size: 14px; font-weight: 700; letter-spacing: .06em; }
.lfw-how-to-order__steps strong { display: block; color: var(--lfw-green-dark); font-size: 17px; line-height: 1.35; }
.lfw-how-to-order__steps p { margin: 6px 0 0; color: var(--lfw-muted); font-size: 15px; line-height: 1.55; }
.lfw-how-to-order__note { margin: 24px 0 0; border-left: 2px solid var(--lfw-coral); padding: 2px 0 2px 12px; color: var(--lfw-muted); font-size: 13px; line-height: 1.5; }
.lfw-availability-filters label.is-ready { border-color: #c9dfd5; background: #edf6f2; color: #205a45; }
.lfw-availability-filters label.is-order { border-color: #efc7b9; background: #fff2ed; color: #93462f; }
.lfw-site-footer { background: #093a2d; color: rgba(250,248,241,.8); }
.lfw-site-footer__grid { grid-template-columns: 1.25fr 1fr 1.35fr; }
.lfw-site-footer__grid.has-info { grid-template-columns: 1.2fr 1fr 1.3fr 1fr; }
.lfw-footer-logo { display: block; width: 175px; max-width: 100%; height: auto; object-fit: contain; object-position: left center; }
.lfw-footer-brand > p { width: 190px; max-width: 100%; margin-top: 15px; color: #f8f3ea; font-size: 15px; font-weight: 500; letter-spacing: 0; line-height: 1.4; text-transform: none; }
.lfw-category-card small { font-size: 14px; line-height: 1.4; }
.lfw-site-footer h2 { font-weight: 600; }

@media (max-width: 1000px) {
	.lfw-home-hero { min-height: 390px; grid-template-columns: 1fr 1fr; }
	.lfw-home-hero__content { padding: 28px; }
	.lfw-site-footer__grid, .lfw-site-footer__grid.has-info { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 860px) {
	.lfw-site-header, .admin-bar .lfw-site-header { position: relative; top: auto; }
	.lfw-brand { flex-basis: auto; }
	.lfw-brand__logo { width: 145px; height: auto; }
	.lfw-site-header.is-compact .lfw-site-header__bar { min-height: 76px; }
	.lfw-site-header.is-compact .lfw-brand__logo { width: 138px; }
	.lfw-site-header.is-compact .lfw-header-search { max-height: 55px; padding-bottom: 10px; opacity: 1; pointer-events: auto; }
	.lfw-home-hero { min-height: auto; grid-template-columns: 1fr; }
	.lfw-home-hero__content { padding: 36px 30px; }
	.lfw-home-hero__image { min-height: 300px; }
	.lfw-product-page { width: min(100% - 28px, 1080px); }
	.lfw-product-page .lfw-gallery, .lfw-product-page .lfw-product-summary { width: min(620px, 100%); margin-inline: auto; }
	.lfw-product-mobile-intro h1 { font-size: 32px !important; }
}

/* Catálogo completo e correções finais de navegação — v0.7.2 */
.lfw-catalog-browse .lfw-page-header { max-width: 720px; margin-bottom: 28px; }
.lfw-catalog-browse .lfw-page-header h1 { font-size: clamp(34px, 4vw, 46px) !important; }
.lfw-catalog-browse .lfw-page-header > p:last-child { margin-bottom: 0; font-size: 16px; line-height: 1.55; }
.lfw-catalog-browse > .lfw-section { margin-top: 0; }
@media (max-width: 650px) {
	.lfw-catalog-shell { width: min(100% - 28px, 1180px); }
	.lfw-home-hero { margin-inline: -14px; }
	.lfw-home-hero h1 { font-size: 40px !important; }
	.lfw-home-hero__content { padding: 38px 24px; }
	.lfw-home-hero__image { min-height: 240px; }
	.lfw-product-page .lfw-gallery, .lfw-product-page .lfw-product-summary { width: 100%; }
	.lfw-start-grid { grid-template-columns: 1fr; }
	.lfw-start-grid a { min-height: 115px; }
	.lfw-how-to-order__steps { grid-template-columns: 1fr; gap: 22px; }
	.lfw-gallery-arrow { width: 34px; height: 34px; font-size: 27px; }
	.lfw-site-footer__grid, .lfw-site-footer__grid.has-info { grid-template-columns: 1fr; }
}

/* Mantém o refinamento dos cards acima das regras históricas de identidade. */
.lfw-category-card small { font-size: 13px; }

/* Seleção editorial da home — v0.7.0 */
.lfw-highlights-heading { margin: 2px 0 18px; }
.lfw-highlights-heading h3 { margin: 0; color: var(--lfw-green-dark); font-size: 21px; line-height: 1.3; }
.lfw-highlights-heading p { margin: 4px 0 0; color: var(--lfw-muted); font-size: 13px; line-height: 1.5; }
.lfw-view-all-wrap { display: flex; justify-content: center; margin-top: 28px; }
.lfw-view-all-products { display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--lfw-green-dark); border-radius: 6px; padding: 10px 18px; color: var(--lfw-green-dark); font-size: 14px; font-weight: 700; text-decoration: none; }
.lfw-view-all-products:hover { background: var(--lfw-green-dark); color: #fff; }
