/* Beija Flor — cards do catálogo (layout do catálogo impresso) */
.bfc-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px;align-items:stretch}
.bfc-grid.bfc-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}
.bfc-grid.bfc-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}
.bfc-grid.bfc-grid--4{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.bfc-card{--bfc-accent:#5a963f;--bfc-ink:#18231c;--bfc-muted:#4f5c54;--bfc-line:#e3e9df;position:relative;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--bfc-line);border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(18,59,38,.06);transition:transform .25s,box-shadow .25s}
.bfc-card:hover{transform:translateY(-4px);box-shadow:0 22px 48px rgba(18,59,38,.12)}
.bfc-card[hidden]{display:none!important}

/* imagem */
.bfc-card__image{position:relative;display:flex;align-items:flex-end;justify-content:center;height:300px;padding:22px 22px 0;overflow:hidden;background:radial-gradient(circle at 50% 30%,color-mix(in srgb,var(--bfc-accent) 14%,#fff),#fff 55%),linear-gradient(180deg,#fbfcf8,#f1f5ec);text-decoration:none!important;border:0!important}
.bfc-card__image img{position:relative;z-index:1;display:block;width:auto;max-width:92%;height:262px;object-fit:contain;filter:drop-shadow(0 20px 16px rgba(27,51,36,.18));transition:transform .25s}
.bfc-card:hover .bfc-card__image img{transform:scale(1.03)}
.bfc-card__placeholder{display:grid;place-items:center;width:120px;height:120px;margin-bottom:60px;border-radius:50%;background:color-mix(in srgb,var(--bfc-accent) 12%,#fff);color:var(--bfc-accent)}
.bfc-card__placeholder svg{width:48px;height:48px}
.bfc-card__soon{position:absolute;z-index:2;right:14px;top:14px;padding:6px 10px;border-radius:99px;background:#fff;color:#ae6a20;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;box-shadow:0 5px 15px rgba(20,48,30,.08)}

/* faixa com nome + volume */
.bfc-card__head{position:relative;z-index:2;margin:-24px 22px 0;text-align:center}
.bfc-card__title{margin:0;padding:12px 18px;border-radius:12px;background:var(--bfc-accent);color:#fff;font-size:19px;font-weight:900;line-height:1.15;text-transform:uppercase;letter-spacing:.02em;box-shadow:0 10px 22px color-mix(in srgb,var(--bfc-accent) 35%,transparent)}
.bfc-card__title a{color:inherit!important;text-decoration:none!important;border:0!important;padding:0!important;font:inherit!important;display:inline!important}
.bfc-card__volume{display:block;margin-top:10px;color:var(--bfc-accent);font-size:19px;font-weight:900}

/* corpo */
.bfc-card__body{flex:1;display:grid;gap:18px;padding:16px 22px 6px;text-align:left;align-content:start}
.bfc-card__block{margin:0}
.bfc-card__label{margin:0 0 6px;color:var(--bfc-accent);font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}
.bfc-card__block>p{margin:0;color:var(--bfc-muted);font-size:13px;line-height:1.6}
.bfc-usage-list{list-style:none;margin:0;padding:0;display:grid;gap:12px}
.bfc-usage-list li{display:grid;grid-template-columns:44px 1fr;gap:12px;align-items:start}
.bfc-usage-list__icon{display:grid;place-items:center;width:44px;height:44px;border:1.5px solid var(--bfc-accent);border-radius:50%;color:var(--bfc-accent);background:color-mix(in srgb,var(--bfc-accent) 6%,#fff)}
.bfc-usage-list__icon svg{width:24px;height:24px}
.bfc-usage-list p{margin:0;color:var(--bfc-muted);font-size:12.5px;line-height:1.55}
.bfc-usage-list p strong{color:var(--bfc-accent);font-weight:900}

/* rodapé */
.bfc-card__footer{padding:14px 22px 22px;display:grid;gap:12px}
.bfc-card__qty{display:flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 16px;border-radius:12px;background:var(--bfc-accent);color:#fff;font-size:14px;font-weight:900;text-align:center}
.bfc-card__qty svg{flex:0 0 26px;width:26px;height:26px}
.bfc-card__actions{display:grid;gap:8px}.bfc-card__actions--2{grid-template-columns:auto 1fr}.bfc-card__actions--1{grid-template-columns:1fr}.bfc-card__actions--1 .bfc-card__details,.bfc-card__actions--1 .bfc-card__whatsapp{justify-content:center}
.bfc-card__actions a{min-height:42px;display:flex!important;align-items:center;justify-content:center;gap:7px;padding:0 14px!important;border:1px solid var(--bfc-line)!important;border-radius:10px;background:#fff;color:#226339!important;font-size:12px!important;font-weight:900!important;text-decoration:none!important;transition:.2s}
.bfc-card__actions .bfc-card__whatsapp{border-color:#20b15a!important;background:#20b15a;color:#fff!important}
.bfc-card__actions .bfc-card__whatsapp span{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:rgba(255,255,255,.18)}
.bfc-card__actions a:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(18,59,38,.12)}

/* responsivo */
@media(max-width:1100px){.bfc-grid{gap:18px}.bfc-card__image{height:270px}.bfc-card__image img{height:236px}}
@media(max-width:1000px){.bfc-grid.bfc-grid--4{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:900px){.bfc-grid,.bfc-grid.bfc-grid--2,.bfc-grid.bfc-grid--3,.bfc-grid.bfc-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.bfc-grid,.bfc-grid.bfc-grid--2,.bfc-grid.bfc-grid--3,.bfc-grid.bfc-grid--4{grid-template-columns:1fr;gap:16px}.bfc-card{border-radius:18px}.bfc-card__image{height:240px;padding:16px 16px 0}.bfc-card__image img{height:208px}.bfc-card__head{margin:-22px 16px 0}.bfc-card__title{font-size:17px;padding:11px 14px}.bfc-card__volume{font-size:17px}.bfc-card__body{padding:14px 16px 4px;gap:14px}.bfc-card__footer{padding:12px 16px 16px}.bfc-card__actions{grid-template-columns:1fr}}

/* página /produtos/ */
.bfc-archive{--bfc-green:#226339;--bfc-line:#dfe7db;--bfc-muted:#637066;color:#18231c}
.bfc-archive .bfc-product-container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.bfc-archive__hero{padding:36px 0 44px;background:linear-gradient(145deg,#f8faf4,#fff)}
.bfc-archive .bfc-breadcrumb{display:flex;align-items:center;gap:9px;margin-bottom:26px;color:#7b877e;font-size:12px}
.bfc-archive .bfc-section-label{font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.14em;color:var(--bfc-green)}
.bfc-archive__hero h1{margin:10px 0 12px;font-size:clamp(38px,5vw,60px);line-height:1;letter-spacing:-.04em}
.bfc-archive__hero p{max-width:560px;margin:0;color:var(--bfc-muted);font-size:17px;line-height:1.6}
.bfc-archive__catalog{padding:10px 0 90px}
.bfc-archive__toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;margin:0 0 28px;padding-bottom:18px;border-bottom:1px solid var(--bfc-line)}
.bfc-chips{display:flex;gap:8px;flex-wrap:wrap}
.bfc-chips button{height:38px;padding:0 15px;border:1px solid var(--bf-chip-border,var(--bfc-line));border-radius:99px;background:var(--bf-chip-bg,#fff);color:var(--bf-chip-text,#526057);font-size:12px;font-weight:700;cursor:pointer;transition:.15s}
.bfc-chips button.is-active{background:var(--bf-chip-active-bg,var(--bfc-green));border-color:var(--bf-chip-active-bg,var(--bfc-green));color:var(--bf-chip-active-text,#fff)}
.bfc-archive__search{display:flex;align-items:center;gap:14px}
.bfc-archive__search input{height:40px;min-width:220px;padding:0 14px;border:1px solid var(--bfc-line);border-radius:12px;background:#f7faf5;outline:0}
.bfc-archive__search input:focus{border-color:var(--bfc-green)}
.bfc-archive__count{font-size:12px;color:var(--bfc-muted);white-space:nowrap}
.bfc-archive__empty{padding:60px 20px;text-align:center;border:1px dashed var(--bfc-line);border-radius:18px;background:#f7f8f0}
.bfc-archive__empty p{color:var(--bfc-muted)}
.bfc-archive__cta{padding:60px 0;background:#e8f7d6}
.bfc-archive__cta .bfc-product-container{display:flex;align-items:center;justify-content:space-between;gap:30px;flex-wrap:wrap}
.bfc-archive__cta h2{margin:8px 0 6px;font-size:clamp(28px,3.5vw,40px);letter-spacing:-.03em;color:#123b26}
.bfc-archive__cta p{margin:0;color:var(--bfc-muted)}
.bfc-archive .bfc-product-whatsapp{min-width:250px;min-height:56px;display:inline-flex;align-items:center;justify-content:space-between;gap:14px;padding:0 18px 0 24px;border-radius:13px;background:#20b15a;color:#fff!important;font-size:14px;font-weight:900;text-decoration:none!important;box-shadow:0 14px 28px rgba(32,177,90,.2)}
.bfc-archive .bfc-product-whatsapp b{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.16)}
@media(max-width:680px){.bfc-archive .bfc-product-container{width:calc(100% - 28px)}.bfc-archive__search{width:100%}.bfc-archive__search input{flex:1;min-width:0}.bfc-archive__cta .bfc-product-whatsapp{width:100%}}
