/* =========================================================================
   FALCON OUTLET â€” tema v2 (premium, mobile-first)
   Azul #0057FF Â· azul claro #4d8dff Â· navy #0a1024 Â· preto Â· cinza #f4f6fa
   ========================================================================= */

:root {
	--fo-blue: #0b62ff;
	--fo-blue-2: #4d8dff;
	--fo-blue-d: #0040cc;
	--fo-navy: #070c1c;
	--fo-navy-2: #0e1734;
	--fo-ink: #0a0d16;
	--fo-white: #ffffff;
	--fo-gray: #f3f5fa;
	--fo-gray-2: #e5e9f2;
	--fo-muted: #59617a;
	--fo-line: #e9edf5;
	--fo-radius: 16px;
	--fo-radius-lg: 22px;
	--fo-shadow: 0 12px 32px rgba(10,16,36,.12);
	--fo-shadow-lg: 0 28px 60px rgba(10,16,36,.22);
	--fo-shadow-blue: 0 14px 34px rgba(11,98,255,.34);
	--fo-container: 1320px;
	--fo-font: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	--fo-display: 'Anton', 'Arial Narrow', 'Inter', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
body.falcon { margin: 0; font-family: var(--fo-font); color: var(--fo-ink); background: var(--fo-white); line-height: 1.55; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body.falcon img { max-width: 100%; height: auto; }
body.falcon a { color: var(--fo-blue); }

.fo-container { width: 100%; max-width: var(--fo-container); margin: 0 auto; padding-inline: 18px; }
.fo-main { display: block; min-height: 40vh; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); }
.fo-skiplink:focus { position: fixed; left: 12px; top: 12px; width: auto; height: auto; clip: auto; background: #fff; padding: 10px 16px; z-index: 100000; border-radius: 8px; }
.fo-hide-mobile { display: none; }

/* -------------------------------- BotÃµes --------------------------------- */
.fo-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 700; font-size: 15px; line-height: 1; padding: 14px 24px; border-radius: 999px; border: 0; text-decoration: none; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease; white-space: nowrap; }
.fo-btn svg { transition: transform .18s ease; }
.fo-btn--lg { padding: 16px 30px; font-size: 16px; }
.fo-btn--sm { padding: 11px 16px; font-size: 13.5px; }
.fo-btn--primary { background: linear-gradient(135deg, var(--fo-blue-2), var(--fo-blue)); color: #fff; box-shadow: var(--fo-shadow-blue); }
.fo-btn--primary:hover { transform: translateY(-2px); box-shadow: 0 18px 40px rgba(11,98,255,.5); color: #fff; }
.fo-btn--primary:hover svg { transform: translateX(3px); }
.fo-btn--ghost { background: rgba(255,255,255,.06); color: #fff; border: 1.5px solid rgba(255,255,255,.4); backdrop-filter: blur(4px); }
.fo-btn--ghost:hover { background: rgba(255,255,255,.14); transform: translateY(-2px); }
.fo-btn--light { background: #fff; color: var(--fo-navy); }
.fo-btn--light:hover { transform: translateY(-2px); box-shadow: var(--fo-shadow-lg); }
.fo-btn--outline { background: #fff; color: var(--fo-blue); border: 1.5px solid var(--fo-blue); }
.fo-btn--outline:hover { background: rgba(11,98,255,.06); transform: translateY(-2px); color: var(--fo-blue); }

/* =============================== TOPBAR ================================= */
.fo-topbar { background: linear-gradient(90deg, var(--fo-blue-d), var(--fo-blue) 50%, var(--fo-blue-d)); color: #fff; }
.fo-topbar__track { position: relative; height: 38px; max-width: 720px; margin: 0 auto; }
.fo-topbar__msg { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 13px; font-weight: 700; letter-spacing: .02em; opacity: 0; transform: translateY(6px); transition: opacity .5s ease, transform .5s ease; padding: 0 16px; text-align: center; }
.fo-topbar__msg svg { color: #ffd54a; }
.fo-topbar__msg.is-active { opacity: 1; transform: none; }

/* =============================== HEADER ================================= */
/* Header NÃO sticky: rola normalmente com a página (não tapa o conteúdo). */
.fo-header { position: relative; z-index: 900; background: #fff; border-bottom: 1px solid var(--fo-line); }
.fo-header.is-stuck { box-shadow: none; }
.fo-header__inner { display: flex; align-items: center; gap: 12px; height: 62px; }
.fo-header__logo { display: flex; align-items: center; }
.fo-header__logo img { max-height: 46px; width: auto; }
.fo-logo { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--fo-ink); }
.fo-logo__mark { display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; background: linear-gradient(135deg, var(--fo-blue-2), var(--fo-blue)); color: #fff; box-shadow: var(--fo-shadow-blue); }
.fo-logo__text { font-family: var(--fo-display); font-size: 24px; letter-spacing: .02em; text-transform: uppercase; color: var(--fo-ink); line-height: 1; }
.fo-logo--light .fo-logo__text { color: #fff; }

/* Pesquisa central */
.fo-header__search { flex: 1; display: none; }
.fo-search { position: relative; display: flex; align-items: center; width: 100%; max-width: 560px; margin: 0 auto; background: var(--fo-gray); border: 1.5px solid var(--fo-gray-2); border-radius: 999px; transition: border-color .18s ease, background .18s ease, box-shadow .18s ease; }
.fo-search:focus-within { background: #fff; border-color: var(--fo-blue); box-shadow: 0 0 0 4px rgba(11,98,255,.12); }
.fo-search__icon { display: grid; place-items: center; width: 46px; height: 46px; color: var(--fo-muted); flex: none; }
.fo-search__input { flex: 1; border: 0; background: transparent; outline: 0; font-size: 15px; color: var(--fo-ink); padding: 0; height: 46px; }
.fo-search__input::placeholder { color: var(--fo-muted); }
.fo-search__btn { flex: none; margin: 4px; padding: 0 20px; height: 38px; border: 0; border-radius: 999px; background: linear-gradient(135deg, var(--fo-blue-2), var(--fo-blue)); color: #fff; font-weight: 700; font-size: 14px; cursor: pointer; transition: transform .15s ease; }
.fo-search__btn:hover { transform: translateY(-1px); }

.fo-header__actions { margin-left: auto; display: flex; align-items: center; gap: 2px; }
.fo-icon-btn { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 12px; color: var(--fo-ink); text-decoration: none; line-height: 0; transition: background .16s ease, color .16s ease; }
.fo-icon-btn svg { display: block; }
/* O desenho do carrinho tem a massa visual no topo -> micro-ajuste ótico para alinhar com conta/favoritos. */
.fo-cart svg { transform: translateY(1px); }
.fo-icon-btn:hover { background: var(--fo-gray); color: var(--fo-blue); }
.fo-cart .falcon-cart__count { position: absolute; top: 4px; right: 4px; min-width: 18px; height: 18px; padding: 0 5px; background: var(--fo-blue); color: #fff; font-size: 11px; font-weight: 800; line-height: 18px; text-align: center; border-radius: 999px; border: 2px solid #fff; pointer-events: none; }

.fo-burger { display: inline-flex; flex-direction: column; gap: 5px; width: 42px; height: 42px; align-items: center; justify-content: center; background: transparent; border: 0; cursor: pointer; border-radius: 12px; }
.fo-burger span { width: 22px; height: 2px; background: var(--fo-ink); border-radius: 2px; transition: transform .25s ease, opacity .2s ease; }
.fo-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.fo-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.fo-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Nav row + mega menu (desktop) */
.fo-nav { display: none; position: relative; border-top: 1px solid var(--fo-line); }
.fo-nav .fo-nav__row { display: flex; align-items: center; gap: 14px; height: 54px; }
.fo-catbtn { display: inline-flex; align-items: center; gap: 9px; height: 40px; padding: 0 18px; border: 0; border-radius: 11px; background: linear-gradient(135deg,var(--fo-blue-2),var(--fo-blue)); color: #fff; font-weight: 800; font-size: 13.5px; letter-spacing: .04em; text-transform: uppercase; cursor: pointer; box-shadow: var(--fo-shadow-blue); transition: transform .15s ease, box-shadow .15s ease; }
.fo-catbtn:hover { transform: translateY(-1px); }
.fo-quicklinks { list-style: none; display: flex; gap: 2px; margin: 0; padding: 0; }
.fo-quicklinks a { display: inline-block; padding: 10px 14px; text-decoration: none; color: var(--fo-ink); font-weight: 700; font-size: 14px; text-transform: uppercase; letter-spacing: .02em; border-radius: 8px; transition: color .15s ease, background .15s ease; }
.fo-quicklinks a:hover { color: var(--fo-blue); background: rgba(11,98,255,.06); }
.fo-navpills { display: flex; gap: 8px; margin-left: auto; }
.fo-navpill { display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; border-radius: 999px; border: 1.5px solid var(--fo-gray-2); background: #fff; color: var(--fo-ink); font-size: 12.5px; font-weight: 700; text-decoration: none; text-transform: uppercase; letter-spacing: .02em; white-space: nowrap; transition: border-color .15s ease, box-shadow .15s ease; }
.fo-navpill:hover { border-color: var(--fo-blue); box-shadow: 0 4px 14px rgba(11,98,255,.12); }
.fo-navpill__ic { color: var(--c,#0b62ff); font-size: 14px; line-height: 1; }

/* Mega dropdown */
.fo-mega { position: absolute; left: 0; right: 0; top: 100%; z-index: 40; background: #fff; border: 1px solid var(--fo-line); border-radius: 0 0 18px 18px; box-shadow: 0 30px 60px rgba(10,16,36,.16); animation: fo-mega-in .18s ease; }
.fo-mega[hidden] { display: none; }
@keyframes fo-mega-in { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }
.fo-mega__grid { display: grid; grid-template-columns: 1.1fr 1fr 1.1fr .9fr; gap: 0; padding: 26px 0; }
.fo-mega__col { padding: 0 26px; border-right: 1px solid var(--fo-line); }
.fo-mega__title { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; color: var(--fo-blue); margin: 0 0 14px; }
.fo-mega__ticon { font-size: 15px; }
.fo-mega__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 3px; }
.fo-mega__list a { display: flex; align-items: center; gap: 10px; padding: 7px 8px; border-radius: 9px; text-decoration: none; color: var(--fo-ink); font-weight: 600; font-size: 14px; transition: background .14s ease, color .14s ease; }
.fo-mega__list a:hover { background: var(--fo-gray); color: var(--fo-blue); }
.fo-mega__badge { display: inline-grid; place-items: center; width: 30px; height: 24px; border-radius: 7px; background: var(--c,#0b62ff); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .02em; flex: none; }
.fo-mega__col:nth-child(1) .fo-mega__list { grid-template-columns: 1fr 1fr; }
.fo-mega__card { padding: 22px 26px; background: linear-gradient(160deg,#f2f6ff,#eaf1ff); border-radius: 14px; margin: 0 20px; display: flex; flex-direction: column; }
.fo-mega__card-ic { margin-bottom: 8px; }
.fo-mega__card-title { font-size: 20px; font-weight: 800; color: var(--fo-navy); margin: 0 0 6px; }
.fo-mega__card-text { font-size: 14px; color: var(--fo-muted); margin: 0 0 14px; }
.fo-mega__card-bullets { list-style: none; margin: 0 0 16px; padding: 0; display: grid; gap: 8px; }
.fo-mega__card-bullets li { position: relative; padding-left: 22px; font-size: 13.5px; font-weight: 600; color: var(--fo-ink); }
.fo-mega__card-bullets li::before { content: ""; position: absolute; left: 0; top: 4px; width: 14px; height: 8px; border-left: 2px solid var(--fo-blue); border-bottom: 2px solid var(--fo-blue); transform: rotate(-45deg); }
.fo-mega__card .fo-btn { align-self: flex-start; margin-top: auto; }

/* Drawer: acordeÃ£o de categorias */
.fo-drawer__acc { margin-top: 8px; }
.fo-dacc { border-bottom: 1px solid var(--fo-line); }
.fo-dacc > summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; padding: 14px 6px; font-weight: 800; font-size: 15px; color: var(--fo-ink); }
.fo-dacc > summary::-webkit-details-marker { display: none; }
.fo-dacc__chev { width: 9px; height: 9px; border-right: 2px solid var(--fo-muted); border-bottom: 2px solid var(--fo-muted); transform: rotate(45deg); transition: transform .2s ease; }
.fo-dacc[open] .fo-dacc__chev { transform: rotate(-135deg); }
.fo-dacc ul { list-style: none; margin: 0; padding: 0 0 12px; display: grid; gap: 2px; }
.fo-dacc ul a { display: flex; align-items: center; gap: 10px; padding: 9px 6px; text-decoration: none; color: var(--fo-ink); font-weight: 600; font-size: 14.5px; }
.fo-dacc ul a:hover { color: var(--fo-blue); }

/* Pesquisa mobile aberta */
.fo-search-open .fo-header__search { display: block; position: absolute; left: 0; right: 0; top: 100%; padding: 12px 18px; background: #fff; border-bottom: 1px solid var(--fo-line); box-shadow: var(--fo-shadow); }
.fo-search-open .fo-header__search .fo-search { max-width: none; }

/* Drawer mobile */
.fo-drawer { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 950; visibility: hidden; }
.fo-drawer.is-open { visibility: visible; }
/* Backdrop FICA POR BAIXO do painel (z-index 1) — nunca tapa o menu. */
.fo-drawer__backdrop { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; background: rgba(7,12,28,.55); opacity: 0; transition: opacity .28s ease; }
.fo-drawer.is-open .fo-drawer__backdrop { opacity: 1; }
/* Painel ACIMA do backdrop (z-index 2) — clicável e com scroll próprio. */
.fo-drawer__panel { position: absolute; top: 0; left: 0; z-index: 2; height: 100%; max-height: 100%; width: min(86vw, 350px); background: #fff; padding: 16px 18px 24px; box-shadow: var(--fo-shadow-lg); transform: translateX(-102%); transition: transform .3s cubic-bezier(.22,.7,.28,1); overflow-y: auto; -webkit-overflow-scrolling: touch; overscroll-behavior: contain; display: flex; flex-direction: column; gap: 6px; }
.fo-drawer.is-open .fo-drawer__panel { transform: none; }
.fo-drawer__top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 12px; border-bottom: 1px solid var(--fo-line); margin-bottom: 8px; }
.fo-drawer__top .fo-logo__text { font-size: 20px; }
.fo-drawer__close { width: 40px; height: 40px; display: grid; place-items: center; border: 0; background: var(--fo-gray); border-radius: 12px; cursor: pointer; }
.fo-drawer__menu { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.fo-drawer__menu a { display: flex; align-items: center; justify-content: space-between; padding: 15px 6px; text-decoration: none; color: var(--fo-ink); font-weight: 700; font-size: 17px; border-bottom: 1px solid var(--fo-line); }
.fo-drawer__menu a:hover { color: var(--fo-blue); }
.fo-drawer__cta { margin-top: 16px; }

/* ============================= SECÃ‡Ã•ES base ============================= */
.fo-section { padding: 52px 0; }
.fo-section--muted { background: var(--fo-gray); }
.fo-section--dark { background: var(--fo-navy); color: #fff; }
.fo-head { text-align: center; max-width: 680px; margin: 0 auto 34px; }
.fo-head--row { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; text-align: left; max-width: none; }
.fo-head__kicker { display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--fo-blue); margin-bottom: 8px; }
.fo-head__title { font-family: var(--fo-display); font-weight: 400; font-size: clamp(28px,6.5vw,46px); letter-spacing: .01em; line-height: 1.02; margin: 0 0 8px; text-transform: uppercase; }
.fo-head__sub { color: var(--fo-muted); margin: 0; font-size: 16px; }
.fo-head--row .fo-head__sub { max-width: 520px; }
.fo-head__link { flex: none; font-weight: 700; font-size: 14.5px; text-decoration: none; color: var(--fo-blue); white-space: nowrap; padding-bottom: 6px; }
.fo-head__link:hover { text-decoration: underline; }

/* ============================ HERO BANNER =============================== */
/* Banner full-width, edge-to-edge, sem cantos/sombra/texto. */
.fo-herobanner { display: block; width: 100%; line-height: 0; }
.fo-herobanner__link { display: block; }
.fo-herobanner picture { display: block; width: 100%; }
.fo-herobanner img { display: block; width: 100%; height: auto; border-radius: 0; box-shadow: none; }

/* ================================= HERO (antigo, não usado) ============= */
.fo-hero { position: relative; overflow: hidden; background: linear-gradient(155deg, #060a18 0%, #0b1430 55%, #0a1024 100%); color: #fff; isolation: isolate; }
.fo-hero__bgimg { position: absolute; inset: -8%; z-index: 0; background-size: cover; background-position: center; opacity: .34; will-change: transform; }
.fo-hero.has-bg::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(6,10,24,.55) 0%, rgba(6,10,24,.35) 40%, rgba(6,10,24,.92) 100%), linear-gradient(90deg, rgba(6,10,24,.9), rgba(6,10,24,.2)); }
.fo-hero__glow { position: absolute; top: -20%; right: -10%; width: 720px; height: 720px; z-index: 0; background: radial-gradient(circle, rgba(11,98,255,.5), transparent 62%); filter: blur(20px); will-change: transform; pointer-events: none; }
.fo-hero__grid { position: absolute; inset: 0; z-index: 0; background-image: radial-gradient(rgba(255,255,255,.06) 1px, transparent 1px); background-size: 26px 26px; opacity: .5; mask-image: linear-gradient(180deg, #000, transparent 80%); pointer-events: none; }
.fo-hero__inner { position: relative; z-index: 2; display: grid; gap: 26px; align-items: center; padding: 48px 0 52px; }
.fo-hero__eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: #cfe0ff; background: rgba(77,141,255,.14); border: 1px solid rgba(77,141,255,.34); padding: 7px 14px; border-radius: 999px; margin-bottom: 18px; }
.fo-dot { width: 7px; height: 7px; border-radius: 50%; background: #43e6a0; box-shadow: 0 0 0 4px rgba(67,230,160,.2); }
.fo-hero__title { font-family: var(--fo-display); font-weight: 400; font-size: clamp(40px,11vw,86px); line-height: .95; letter-spacing: .005em; margin: 0 0 16px; text-transform: uppercase; text-shadow: 0 10px 40px rgba(0,0,0,.35); }
.fo-hero__subtitle { font-size: clamp(15px,4vw,19px); color: rgba(255,255,255,.82); margin: 0 0 28px; max-width: 540px; }
.fo-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.fo-hero__cards { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.fo-hcard { display: flex; flex-direction: column; gap: 2px; padding: 12px 16px; min-width: 130px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 14px; backdrop-filter: blur(8px); }
.fo-hcard__ic { color: var(--fo-blue-2); margin-bottom: 4px; }
.fo-hcard__t { font-weight: 800; font-size: 14px; }
.fo-hcard__s { font-size: 12px; color: rgba(255,255,255,.6); }
.fo-hero__side { position: relative; }
.fo-hero__side img { width: 100%; border-radius: var(--fo-radius-lg); box-shadow: var(--fo-shadow-lg); display: block; }
.fo-hero__side-glow { position: absolute; inset: -12%; background: radial-gradient(circle, rgba(11,98,255,.4), transparent 65%); filter: blur(20px); z-index: -1; }

/* ============================= CATEGORIAS ============================= */
.fo-cats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.fo-cat { position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; min-height: 160px; padding: 14px; text-decoration: none; color: #fff; border-radius: var(--fo-radius-lg); box-shadow: var(--fo-shadow); transition: transform .22s ease, box-shadow .22s ease; isolation: isolate; }
.fo-cat--g1 { background: linear-gradient(150deg, #0b62ff, #062a8f); }
.fo-cat--g2 { background: linear-gradient(150deg, #101a3d, #060a18); }
.fo-cat--g3 { background: linear-gradient(150deg, #2b6bff, #0a1024); }
.fo-cat--g4 { background: linear-gradient(150deg, #143a8f, #0a1024); }
.fo-cat--g5 { background: linear-gradient(150deg, #0a1024, #0b62ff); }
.fo-cat--g6 { background: linear-gradient(150deg, #1c2550, #060a18); }
.fo-cat__img { position: absolute; inset: 0; z-index: -2; background-size: cover; background-position: center; background-repeat: no-repeat; transform: scale(1.04); transition: transform .5s ease; }
/* Cards COM imagem: imagem limpa, sem overlay escuro. */
.fo-cat.has-img::after { content: none; display: none; }
.fo-cat.has-img .fo-cat__watermark { display: none; }
.fo-cat.has-img .fo-cat__label { text-shadow: 0 2px 10px rgba(0,0,0,.65), 0 1px 2px rgba(0,0,0,.5); }
.fo-cat.has-img .fo-cat__arrow { background: rgba(0,0,0,.35); }
.fo-cat.has-img:hover .fo-cat__arrow { background: var(--fo-blue); }
.fo-cat__watermark { position: absolute; top: -10px; right: -10px; width: 96px; height: 96px; color: rgba(255,255,255,.14); z-index: -1; transform: rotate(8deg); transition: transform .4s ease, color .3s ease; }
.fo-cat__watermark svg { width: 100%; height: 100%; }
.fo-cat__tag { position: absolute; top: 12px; left: 12px; font-size: 10.5px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; padding: 4px 9px; border-radius: 999px; background: #fff; color: var(--fo-ink); }
.fo-tag--promo { background: linear-gradient(135deg,#ff4d6d,#ff2d55); color: #fff; }
.fo-tag--novo { background: linear-gradient(135deg,#43e6a0,#12b981); color: #04231a; }
.fo-tag--popular { background: linear-gradient(135deg,var(--fo-blue-2),var(--fo-blue)); color: #fff; }
.fo-cat__foot { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.fo-cat__label { font-family: var(--fo-display); font-weight: 400; font-size: 15px; letter-spacing: .02em; text-transform: uppercase; line-height: 1.05; }
.fo-cat__arrow { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: rgba(255,255,255,.16); color: #fff; transition: background .2s ease, transform .2s ease; }
.fo-cat:hover { transform: translateY(-4px); box-shadow: var(--fo-shadow-lg); }
.fo-cat:hover .fo-cat__img { transform: scale(1.12); }
.fo-cat:hover .fo-cat__watermark { transform: rotate(0) scale(1.05); color: rgba(255,255,255,.22); }
.fo-cat:hover .fo-cat__arrow { background: var(--fo-blue); transform: translateX(3px); }

/* =============================== PRODUTOS ============================= */
.fo-products { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.fo-card { position: relative; background: #fff; border: 1px solid var(--fo-line); border-radius: var(--fo-radius); overflow: hidden; display: flex; flex-direction: column; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; will-change: transform; }
.fo-card:hover { box-shadow: var(--fo-shadow-lg); border-color: rgba(11,98,255,.25); }
.fo-card__media { position: relative; aspect-ratio: 1/1; background: var(--fo-gray); overflow: hidden; }
.fo-card__imglink { display: block; width: 100%; height: 100%; }
.fo-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .45s ease; }
.fo-card:hover .fo-card__media img { transform: scale(1.07); }
.fo-card__glow { position: absolute; inset: 0; background: radial-gradient(220px 220px at var(--mx,50%) var(--my,50%), rgba(11,98,255,.16), transparent 70%); opacity: 0; transition: opacity .25s ease; pointer-events: none; }
.fo-card:hover .fo-card__glow { opacity: 1; }
.fo-card__wish { position: absolute; top: 10px; right: 10px; z-index: 3; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; border: 0; background: rgba(255,255,255,.9); color: var(--fo-ink); cursor: pointer; opacity: 0; transform: translateY(-6px); transition: opacity .2s ease, transform .2s ease, background .2s ease, color .2s ease; box-shadow: var(--fo-shadow); }
.fo-card:hover .fo-card__wish { opacity: 1; transform: none; }
.fo-card__wish:hover, .fo-card__wish.is-active { background: var(--fo-blue); color: #fff; }
.fo-badge { position: absolute; top: 10px; left: 10px; z-index: 2; font-size: 12px; font-weight: 800; padding: 6px 11px; border-radius: 999px; color: #fff; }
.fo-badge--sale { background: linear-gradient(135deg, var(--fo-blue-2), var(--fo-blue)); box-shadow: 0 6px 16px rgba(11,98,255,.4); animation: fo-badge 2.6s ease-in-out infinite; }
.fo-badge--new { background: var(--fo-ink); }
@keyframes fo-badge { 0%,100%{ transform: translateY(0);} 50%{ transform: translateY(-2px);} }
.fo-card__body { padding: 14px 14px 16px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.fo-card__title { font-size: 14.5px; font-weight: 700; margin: 0; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.fo-card__title a { color: var(--fo-ink); text-decoration: none; }
.fo-card__title a:hover { color: var(--fo-blue); }
.fo-card__price { font-size: 17px; font-weight: 800; color: var(--fo-ink); }
.fo-card__price ins { text-decoration: none; color: var(--fo-blue); }
.fo-card__price del { color: var(--fo-muted); font-weight: 600; font-size: 14px; margin-right: 6px; opacity: .75; }
.fo-card__cta { width: 100%; margin-top: auto; }

/* =============================== CONFIANÃ‡A ============================ */
.fo-trust { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.fo-section--dark .fo-trust__item { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); }
.fo-trust__item { background: #fff; border: 1px solid var(--fo-line); border-radius: var(--fo-radius); padding: 22px 16px; text-align: center; transition: transform .2s ease, box-shadow .2s ease; }
.fo-trust__item:hover { transform: translateY(-3px); }
.fo-trust__icon { display: grid; place-items: center; width: 54px; height: 54px; margin: 0 auto 14px; border-radius: 15px; background: linear-gradient(135deg, rgba(11,98,255,.16), rgba(77,141,255,.24)); color: var(--fo-blue-2); }
.fo-trust__title { font-size: 15.5px; font-weight: 800; margin: 0 0 6px; }
.fo-section--dark .fo-trust__title { color: #fff; }
.fo-trust__text { font-size: 13.5px; color: var(--fo-muted); margin: 0; }
.fo-section--dark .fo-trust__text { color: rgba(255,255,255,.6); }

/* ---------------------------- AVALIAÇÕES -------------------------------- */
.fo-rev-sec { background: #f7f9fd; overflow: hidden; }
.fo-rev { position: relative; }
.fo-rev__track { display: flex; gap: 22px; overflow-x: auto; max-width: 100%; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding: 6px 2px 14px; -webkit-overflow-scrolling: touch; scrollbar-width: none; cursor: grab; }
.fo-rev__track::-webkit-scrollbar { display: none; }
.fo-rev__track.is-drag { cursor: grabbing; scroll-behavior: auto; scroll-snap-type: none; }
/* Mobile: 1 avaliação por vez (full-width). */
.fo-rev__card { flex: 0 0 100%; max-width: 100%; scroll-snap-align: start; background: #fff; border: 1px solid var(--fo-line); border-radius: var(--fo-radius-lg); box-shadow: var(--fo-shadow); padding: 24px; display: flex; flex-direction: column; gap: 12px; min-height: 190px; }
.fo-rev__stars { color: #f5a524; display: inline-flex; gap: 2px; }
.fo-rev__stars svg { display: block; }
.fo-rev__text { font-size: 15px; color: var(--fo-ink); line-height: 1.6; margin: 0; }
.fo-rev__meta { display: flex; align-items: center; gap: 12px; margin-top: auto; padding-top: 4px; }
.fo-rev__avatar { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg,var(--fo-blue-2),var(--fo-blue)); color: #fff; font-weight: 800; font-size: 18px; flex: none; }
.fo-rev__who strong { display: block; font-size: 14.5px; }
.fo-rev__who small { color: var(--fo-muted); font-size: 12.5px; }
.fo-rev__nav { position: absolute; top: 50%; transform: translateY(-50%); z-index: 3; display: none; place-items: center; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--fo-line); background: #fff; color: var(--fo-ink); cursor: pointer; box-shadow: var(--fo-shadow); transition: background .15s ease, color .15s ease, opacity .15s ease; }
.fo-rev__nav:hover { background: var(--fo-blue); color: #fff; border-color: var(--fo-blue); }
.fo-rev__nav:disabled { opacity: .35; cursor: default; }
.fo-rev__nav:disabled:hover { background: #fff; color: var(--fo-ink); border-color: var(--fo-line); }
.fo-rev__nav--prev { left: 0; }
.fo-rev__nav--next { right: 0; }
@media (min-width: 560px) { .fo-rev__card { flex: 0 0 calc(50% - 11px); } }
@media (min-width: 900px) { .fo-rev { padding: 0 56px; } .fo-rev__nav { display: grid; } .fo-rev__track { padding-left: 0; padding-right: 0; } }

/* ------------------------- PROMOÇÃO RELÂMPAGO ---------------------------- */
.fo-flash-sec { padding: 40px 0; background: #eef3fb; }
.fo-flash { display: grid; grid-template-columns: 1fr; gap: 24px; align-items: center; background: #fff; border: 1px solid var(--fo-line); border-radius: var(--fo-radius-lg); box-shadow: var(--fo-shadow); padding: 26px; }
.fo-flash__kicker { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--fo-blue); background: rgba(11,98,255,.08); border: 1px solid rgba(11,98,255,.25); padding: 6px 12px; border-radius: 999px; margin-bottom: 12px; }
.fo-flash__pulse { width: 8px; height: 8px; border-radius: 50%; background: #ff2d55; box-shadow: 0 0 0 0 rgba(255,45,85,.6); animation: fo-pulse 1.4s infinite; }
@keyframes fo-pulse { 0% { box-shadow: 0 0 0 0 rgba(255,45,85,.6); } 70% { box-shadow: 0 0 0 8px rgba(255,45,85,0); } 100% { box-shadow: 0 0 0 0 rgba(255,45,85,0); } }
.fo-flash__title { font-family: var(--fo-display); font-weight: 400; text-transform: uppercase; font-size: clamp(26px,6vw,44px); line-height: 1; letter-spacing: .01em; color: var(--fo-navy); margin: 0 0 8px; }
.fo-flash__text { color: var(--fo-muted); font-size: 15px; margin: 0 0 16px; }
.fo-flash__timer { display: flex; align-items: flex-start; gap: 8px; margin-bottom: 22px; }
.fo-flash__unit { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.fo-flash__num { display: grid; place-items: center; min-width: 58px; padding: 10px 8px; background: linear-gradient(160deg,var(--fo-navy),#0e1734); color: #fff; border-radius: 12px; font-family: var(--fo-display); font-weight: 400; font-size: 30px; line-height: 1; box-shadow: var(--fo-shadow); }
.fo-flash__lab { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: var(--fo-muted); }
.fo-flash__sep { font-family: var(--fo-display); font-size: 28px; color: var(--fo-navy); line-height: 1; padding-top: 12px; }
.fo-flash__btn { margin-top: 0; }

.fo-flash__product { display: flex; align-items: center; gap: 16px; text-decoration: none; color: inherit; background: var(--fo-gray); border: 1px solid var(--fo-line); border-radius: var(--fo-radius); padding: 16px; transition: transform .2s ease, box-shadow .2s ease; }
.fo-flash__product:hover { transform: translateY(-3px); box-shadow: var(--fo-shadow-lg); }
.fo-flash__media { position: relative; flex: none; width: 44%; max-width: 240px; }
.fo-flash__media img { width: 100%; height: auto; border-radius: 12px; display: block; }
.fo-flash__badge { position: absolute; top: 8px; left: 8px; z-index: 2; background: linear-gradient(135deg,#ff4d6d,#ff2d55); color: #fff; font-size: 13px; font-weight: 800; padding: 5px 10px; border-radius: 999px; box-shadow: 0 6px 16px rgba(255,45,85,.35); }
.fo-flash__pinfo { min-width: 0; }
.fo-flash__pname { font-size: 17px; font-weight: 800; margin: 0 0 8px; line-height: 1.25; color: var(--fo-ink); }
.fo-flash__price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px; }
.fo-flash__price del { color: var(--fo-muted); font-weight: 600; font-size: 15px; opacity: .75; }
.fo-flash__price del .amount { color: inherit; }
.fo-flash__price ins { text-decoration: none; color: var(--fo-blue); font-weight: 800; font-size: 24px; }
.fo-flash__price ins .amount { color: inherit; }
@media (min-width: 900px) {
	.fo-flash-sec { padding: 56px 0; }
	.fo-flash { grid-template-columns: 1.05fr .95fr; gap: 36px; padding: 36px; }
	.fo-flash__num { min-width: 66px; font-size: 36px; }
}
@media (max-width: 380px) {
	.fo-flash__num { min-width: 46px; font-size: 24px; padding: 8px 5px; }
	.fo-flash__sep { font-size: 22px; }
}

/* --------------------------- BANNER (homepage) --------------------------- */
.fo-hpbanner-sec { padding: 22px 0; }
.fo-hpbanner-sec .fo-container { max-width: 1500px; }
.fo-hpbanner { display: block; border-radius: 0; box-shadow: var(--fo-shadow); }
.fo-hpbanner picture { display: block; }
.fo-hpbanner img { display: block; width: 100%; height: auto; border-radius: 0; }
a.fo-hpbanner { transition: transform .2s ease, box-shadow .2s ease; }
a.fo-hpbanner:hover { transform: translateY(-2px); box-shadow: var(--fo-shadow-lg); }
@media (min-width: 900px) { .fo-hpbanner-sec { padding: 30px 0; } }

/* ================================= CTA =============================== */
.fo-cta { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--fo-blue), var(--fo-blue-d)); color: #fff; }
.fo-cta__glow { position: absolute; top: -40%; left: 50%; width: 700px; height: 500px; transform: translateX(-50%); background: radial-gradient(circle, rgba(255,255,255,.28), transparent 60%); filter: blur(10px); }
.fo-cta__inner { position: relative; display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; padding: 56px 0; }
.fo-cta__title { font-family: var(--fo-display); font-weight: 400; font-size: clamp(30px,8vw,56px); text-transform: uppercase; letter-spacing: .01em; margin: 0; }
.fo-cta__sub { margin: 0 0 10px; color: rgba(255,255,255,.85); font-size: 16px; }

/* ================================ FOOTER ============================= */
.fo-footer { background: var(--fo-navy); color: rgba(255,255,255,.72); }
.fo-footer__grid { display: grid; grid-template-columns: 1fr; gap: 30px; padding: 48px 18px 34px; }
.fo-footer__brand .fo-logo__text { font-size: 22px; }
.fo-footer__about { font-size: 14px; margin: 14px 0 16px; max-width: 340px; }
.fo-footer__social { display: flex; gap: 10px; }
.fo-footer__social a { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: rgba(255,255,255,.08); color: #fff; transition: background .18s ease, transform .18s ease; }
.fo-footer__social a:hover { background: var(--fo-blue); transform: translateY(-2px); }
.fo-footer__title { color: #fff; font-size: 15px; font-weight: 800; margin: 0 0 14px; }
.fo-footer__menu { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.fo-footer__menu a { color: rgba(255,255,255,.72); text-decoration: none; font-size: 14px; transition: color .16s ease; }
.fo-footer__menu a:hover { color: #fff; }
.fo-footer__muted { color: rgba(255,255,255,.5); font-size: 13.5px; }
.fo-footer__pay { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.fo-footer__pay span { font-size: 11px; font-weight: 700; letter-spacing: .04em; padding: 6px 10px; border-radius: 8px; background: rgba(255,255,255,.08); color: rgba(255,255,255,.8); }
.fo-footer__bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 18px 0; font-size: 13px; text-align: center; }

/* ============================ PÃGINAS / SHOP ========================= */
.fo-page, .fo-shop { padding: 40px 18px 60px; max-width: var(--fo-container); }
.fo-single .fo-content, .fo-page .fo-content { max-width: 820px; margin: 0 auto; }
.fo-posts { display: grid; grid-template-columns: 1fr; gap: 24px; }
.fo-post__title a { color: var(--fo-ink); text-decoration: none; }

/* ==================================================================
   LOJA / ARQUIVO DE PRODUTOS (archive-product.php)
   ================================================================== */
.fo-shophero { position: relative; overflow: hidden; background: linear-gradient(155deg, #060a18 0%, #0b1430 55%, #0a1024 100%); color: #fff; isolation: isolate; }
.fo-shophero__glow { position: absolute; top: -40%; right: -8%; width: 620px; height: 620px; z-index: 0; background: radial-gradient(circle, rgba(11,98,255,.5), transparent 62%); filter: blur(18px); pointer-events: none; }
.fo-shophero__grid { position: absolute; inset: 0; z-index: 0; background-image: radial-gradient(rgba(255,255,255,.06) 1px, transparent 1px); background-size: 26px 26px; opacity: .5; mask-image: linear-gradient(180deg,#000,transparent 85%); pointer-events: none; }
.fo-shophero__inner { position: relative; z-index: 1; padding: 42px 0 44px; text-align: center; }
.fo-shophero__crumb { font-size: 12.5px; color: rgba(255,255,255,.55); margin-bottom: 14px; }
.fo-shophero__crumb a { color: rgba(255,255,255,.75); text-decoration: none; }
.fo-shophero__crumb a:hover { color: #fff; }
.fo-shophero__kicker { display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: #cfe0ff; margin-bottom: 10px; }
.fo-shophero__title { font-family: var(--fo-display); font-weight: 400; font-size: clamp(34px,9vw,66px); line-height: .98; letter-spacing: .01em; text-transform: uppercase; margin: 0 0 10px; text-shadow: 0 10px 40px rgba(0,0,0,.35); }
.fo-shophero__sub { font-size: clamp(14px,3.6vw,17px); color: rgba(255,255,255,.78); margin: 0 auto; max-width: 620px; }

.fo-shoppage { padding: 22px 18px 64px; }

/* Chips de categorias (scroll horizontal) */
.fo-chips { display: flex; gap: 8px; overflow-x: auto; padding: 4px 0 12px; margin: 0 0 6px; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.fo-chips::-webkit-scrollbar { display: none; }
.fo-chip { flex: none; padding: 9px 16px; border-radius: 999px; background: var(--fo-gray); border: 1px solid var(--fo-gray-2); color: var(--fo-ink); font-size: 13.5px; font-weight: 700; text-decoration: none; white-space: nowrap; transition: background .16s ease, color .16s ease, border-color .16s ease; }
.fo-chip:hover { background: var(--fo-blue); border-color: var(--fo-blue); color: #fff; }

/* Toolbar */
.fo-shopbar { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; padding: 14px 0 18px; border-bottom: 1px solid var(--fo-line); margin-bottom: 22px; }
.fo-shopbar__count { font-size: 13.5px; color: var(--fo-muted); font-weight: 600; }
.woocommerce .fo-shopbar__count .woocommerce-result-count { margin: 0; color: var(--fo-muted); font-size: 13.5px; }
.fo-shopbar__quick { display: flex; gap: 8px; flex-wrap: wrap; }
.fo-pill { padding: 9px 15px; border-radius: 999px; background: #fff; border: 1.5px solid var(--fo-gray-2); color: var(--fo-ink); font-size: 13px; font-weight: 700; text-decoration: none; transition: all .16s ease; }
.fo-pill:hover { border-color: var(--fo-blue); color: var(--fo-blue); }
.fo-pill.is-active { background: linear-gradient(135deg,var(--fo-blue-2),var(--fo-blue)); border-color: transparent; color: #fff; }
.fo-shopbar__sort { margin-left: auto; }

/* OrdenaÃ§Ã£o estilizada */
.woocommerce .fo-shopbar__sort .woocommerce-ordering { margin: 0; }
.woocommerce .fo-shopbar__sort select,
.woocommerce-ordering select.orderby {
	-webkit-appearance: none; appearance: none;
	padding: 11px 40px 11px 16px; border-radius: 999px;
	border: 1.5px solid var(--fo-gray-2); background-color: #fff; color: var(--fo-ink);
	font-size: 13.5px; font-weight: 700; cursor: pointer; outline: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230b62ff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
	background-repeat: no-repeat; background-position: right 14px center;
	transition: border-color .16s ease, box-shadow .16s ease;
}
.woocommerce .fo-shopbar__sort select:focus { border-color: var(--fo-blue); box-shadow: 0 0 0 4px rgba(11,98,255,.12); }

/* Grelha de produtos (2 mobile / 4 desktop) â€” sobrepÃµe o WooCommerce */
.woocommerce ul.products.fo-products--shop { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin: 0; padding: 0; list-style: none; }
.woocommerce ul.products.fo-products--shop::before,
.woocommerce ul.products.fo-products--shop::after { content: none; display: none; }
.woocommerce ul.products.fo-products--shop li.product { display: flex !important; flex-direction: column; width: auto !important; float: none !important; margin: 0 !important; padding: 0 !important; clear: none; }
.woocommerce ul.products.fo-products--shop li.product::before { display: none; }

/* Card WooCommerce = card Falcon */
.woocommerce ul.products li.product.fo-card { text-align: left; }
.woocommerce ul.products li.product.fo-card .fo-card__media a img { margin: 0; border-radius: 0; box-shadow: none; }
.woocommerce ul.products li.product.fo-card .woocommerce-loop-product__title,
.woocommerce ul.products li.product.fo-card h3 { padding: 0; margin: 0; font-size: 14.5px; font-weight: 700; }

/* PreÃ§o a azul (sobrepÃµe o verde do WooCommerce) */
.woocommerce ul.products li.product.fo-card .price,
.fo-card .fo-card__price { color: var(--fo-ink) !important; font-size: 17px; font-weight: 800; margin: 0; }
.woocommerce ul.products li.product.fo-card .price ins,
.fo-card .fo-card__price ins { text-decoration: none; color: var(--fo-blue) !important; font-weight: 800; background: transparent; }
.woocommerce ul.products li.product.fo-card .price del,
.fo-card .fo-card__price del { color: var(--fo-muted) !important; font-weight: 600; font-size: 14px; opacity: .75; margin-right: 6px; }
.woocommerce ul.products li.product.fo-card .price .amount { color: inherit; }

/* BotÃ£o azul (sobrepÃµe o botÃ£o WooCommerce) */
.woocommerce ul.products li.product .fo-card__cta.button,
.woocommerce a.button.fo-btn--primary,
.fo-card .fo-card__cta.button {
	display: inline-flex !important; align-items: center; justify-content: center; width: 100%;
	background: linear-gradient(135deg, var(--fo-blue-2), var(--fo-blue)) !important;
	color: #fff !important; border: 0 !important; border-radius: 999px !important;
	padding: 11px 16px !important; font-size: 13.5px !important; font-weight: 700 !important;
	box-shadow: var(--fo-shadow-blue); margin-top: auto !important; text-transform: none; letter-spacing: 0;
	transition: transform .16s ease, box-shadow .16s ease;
}
.woocommerce ul.products li.product .fo-card__cta.button:hover,
.fo-card .fo-card__cta.button:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(11,98,255,.5); color: #fff !important; }
.woocommerce ul.products li.product .fo-card__cta.button.added { opacity: .85; }
.woocommerce ul.products li.product .fo-card__cta.loading { opacity: .7; }
/* Esconde o "âœ“ Ver carrinho" default logo abaixo (mantÃ©m limpo) */
.woocommerce ul.products li.product.fo-card a.added_to_cart { display: block; text-align: center; margin-top: 8px; font-size: 12.5px; font-weight: 700; color: var(--fo-blue); text-decoration: none; }

/* PaginaÃ§Ã£o premium */
.fo-pagination { margin-top: 34px; }
.woocommerce nav.woocommerce-pagination { text-align: center; border: 0; }
.woocommerce nav.woocommerce-pagination ul { display: inline-flex; gap: 6px; border: 0; }
.woocommerce nav.woocommerce-pagination ul li { border: 0; margin: 0; }
.woocommerce nav.woocommerce-pagination ul li a.page-numbers,
.woocommerce nav.woocommerce-pagination ul li span.page-numbers {
	display: grid; place-items: center; min-width: 42px; height: 42px; padding: 0 12px;
	border-radius: 12px; background: #fff; border: 1.5px solid var(--fo-gray-2);
	color: var(--fo-ink); font-weight: 700; font-size: 14px; transition: all .16s ease;
}
.woocommerce nav.woocommerce-pagination ul li a.page-numbers:hover { border-color: var(--fo-blue); color: var(--fo-blue); }
.woocommerce nav.woocommerce-pagination ul li span.page-numbers.current { background: linear-gradient(135deg,var(--fo-blue-2),var(--fo-blue)); border-color: transparent; color: #fff; }

/* Sem produtos */
.fo-empty { text-align: center; padding: 60px 20px; }
.fo-empty h2 { font-family: var(--fo-display); font-weight: 400; text-transform: uppercase; font-size: 30px; margin: 0 0 8px; }
.fo-empty p { color: var(--fo-muted); margin: 0 0 20px; }

/* WooCommerce: esconder tÃ­tulos duplicados default da pÃ¡gina */
.woocommerce-products-header, .woocommerce .term-description { display: none; }

@media (min-width: 560px) {
	.woocommerce ul.products.fo-products--shop { grid-template-columns: repeat(3,1fr); gap: 18px; }
}
@media (min-width: 900px) {
	.fo-shophero__inner { padding: 60px 0 62px; }
	.fo-shoppage { padding-top: 30px; }
	.woocommerce ul.products.fo-products--shop { grid-template-columns: repeat(4,1fr); }
}

/* ==================================================================
   PÃGINA DE PRODUTO (single product)
   ================================================================== */
.fo-productpage { padding: 26px 18px 64px; }
.woocommerce div.product { position: relative; display: grid; grid-template-columns: 1fr; gap: 26px; }
.woocommerce div.product .woocommerce-product-gallery,
.woocommerce div.product .summary { width: auto !important; float: none !important; margin: 0 !important; }

/* Galeria em card premium */
.woocommerce div.product .woocommerce-product-gallery { background: #fff; border: 1px solid var(--fo-line); border-radius: var(--fo-radius-lg); padding: 14px; box-shadow: var(--fo-shadow); }
.woocommerce div.product .woocommerce-product-gallery__wrapper { margin: 0; }
.woocommerce div.product .woocommerce-product-gallery__image img { border-radius: 12px; }
.woocommerce div.product .woocommerce-product-gallery__trigger { top: 20px; right: 20px; z-index: 4; }
.woocommerce div.product .flex-control-thumbs { display: flex; flex-wrap: wrap; gap: 10px; margin: 12px 0 0; padding: 0; list-style: none; }
.woocommerce div.product .flex-control-thumbs li { width: auto; margin: 0; float: none; list-style: none; }
.woocommerce div.product .flex-control-thumbs img { width: 68px; height: 68px; object-fit: cover; border-radius: 10px; border: 2px solid transparent; opacity: .65; cursor: pointer; transition: opacity .15s ease, border-color .15s ease; }
.woocommerce div.product .flex-control-thumbs img.flex-active,
.woocommerce div.product .flex-control-thumbs img:hover { opacity: 1; border-color: var(--fo-blue); }

/* Badge promoÃ§Ã£o azul na galeria */
.fo-badge--pdp { position: absolute; top: 18px; left: 18px; z-index: 6; font-size: 13px; padding: 7px 13px; }

/* Resumo */
.woocommerce div.product .summary { padding: 0; }
.fo-pdp__kicker { display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--fo-blue); margin-bottom: 6px; }
.woocommerce div.product .product_title { font-family: var(--fo-display); font-weight: 400; text-transform: uppercase; font-size: clamp(26px,5.4vw,42px); line-height: 1.04; letter-spacing: .01em; margin: 0 0 12px; color: var(--fo-ink); }
.woocommerce div.product .summary > .price,
.woocommerce div.product .summary p.price { color: var(--fo-ink) !important; font-size: 30px; font-weight: 800; margin: 0 0 14px; }
.woocommerce div.product .summary .price ins { text-decoration: none; color: var(--fo-blue) !important; font-weight: 800; background: transparent; }
.woocommerce div.product .summary .price del { color: var(--fo-muted) !important; font-weight: 600; font-size: 20px; opacity: .7; margin-right: 8px; }
.woocommerce div.product .summary .price .amount { color: inherit; }
.woocommerce div.product .woocommerce-product-rating { margin-bottom: 12px; }
.fo-price-note { font-size: 12.5px; font-weight: 700; color: var(--fo-blue); margin: -6px 0 14px; display: flex; align-items: center; gap: 6px; }
.fo-price-note::before { content: "✓"; font-weight: 800; }

/* Bloco personalizaÃ§Ã£o */
.fo-perso { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border: 1px dashed rgba(11,98,255,.45); background: rgba(11,98,255,.05); border-radius: 14px; margin: 0 0 18px; }
.fo-perso__ic { color: var(--fo-blue); flex: none; }
.fo-perso__txt { display: flex; flex-direction: column; gap: 2px; font-size: 12.5px; color: var(--fo-muted); }
.fo-perso__txt strong { color: var(--fo-ink); font-size: 14px; }
.fo-perso__tag { margin-left: auto; background: linear-gradient(135deg,var(--fo-blue-2),var(--fo-blue)); color: #fff; font-weight: 800; font-size: 13px; padding: 6px 11px; border-radius: 999px; flex: none; }

/* Extras funcionais: personalizaÃ§Ã£o + patch */
.fo-addons { margin: 0 0 18px; display: grid; gap: 16px; }
.fo-addon { border: 1px solid var(--fo-line); border-radius: var(--fo-radius); padding: 16px; background: #fff; }
.fo-addon__label { display: block; font-weight: 800; font-size: 12.5px; text-transform: uppercase; letter-spacing: .05em; color: var(--fo-ink); margin-bottom: 12px; }

/* Patch em cards compactos, todos iguais, grelha 2 colunas */
.fo-addon__hint { font-style: normal; font-weight: 700; font-size: 11px; text-transform: none; letter-spacing: 0; color: var(--fo-muted); background: var(--fo-gray); border-radius: 999px; padding: 2px 8px; margin-left: 6px; }
.fo-patch__opts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.fo-patch-pill { position: relative; margin: 0; cursor: pointer; }
.fo-patch-pill input { position: absolute; opacity: 0; width: 0; height: 0; }
.fo-patch-pill__in, .fo-patch-none {
	display: flex; align-items: center; gap: 8px; width: 100%; height: 48px; padding: 6px 10px;
	border: 1.5px solid var(--fo-gray-2); border-radius: 11px; background: #fff;
	font-size: 12.5px; font-weight: 700; color: var(--fo-ink); cursor: pointer;
	transition: border-color .15s ease, background .15s ease, color .15s ease, box-shadow .15s ease;
}
.fo-patch-none { justify-content: center; text-align: center; -webkit-appearance: none; appearance: none; font-family: inherit; }
.fo-patch-pill__img { width: 24px; height: 24px; object-fit: cover; border-radius: 6px; background: var(--fo-gray); flex: none; }
.fo-patch-pill__name { flex: 1 1 auto; min-width: 0; line-height: 1.15; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.fo-patch-pill__price { flex: none; font-style: normal; font-size: 11px; font-weight: 700; color: var(--fo-muted); }
.fo-patch-pill:hover .fo-patch-pill__in, .fo-patch-none:hover { border-color: var(--fo-blue); }
.fo-patch-pill input:checked + .fo-patch-pill__in,
.fo-patch-none.is-active { background: linear-gradient(135deg,var(--fo-blue-2),var(--fo-blue)); border-color: transparent; color: #fff; box-shadow: var(--fo-shadow-blue); }
.fo-patch-pill input:checked + .fo-patch-pill__in .fo-patch-pill__price { color: rgba(255,255,255,.85); }
.fo-patch-pill input:checked + .fo-patch-pill__in .fo-patch-pill__img { box-shadow: 0 0 0 2px rgba(255,255,255,.55); }
.fo-patch-pill input:focus-visible + .fo-patch-pill__in { outline: 2px solid var(--fo-blue); outline-offset: 2px; }
.fo-patch-warn { margin: 8px 0 0; font-size: 12px; font-weight: 700; color: #d64550; opacity: 0; transition: opacity .2s ease; }
.fo-patch-warn.show { opacity: 1; }
@media (max-width: 360px) { .fo-patch__opts { grid-template-columns: 1fr; } }

/* PersonalizaÃ§Ã£o: checkbox + campos com reveal */
.fo-check { display: flex; align-items: center; gap: 10px; cursor: pointer; user-select: none; }
.fo-check input { position: absolute; opacity: 0; width: 0; height: 0; }
.fo-check__box { position: relative; width: 22px; height: 22px; border-radius: 7px; border: 2px solid var(--fo-gray-2); background: #fff; flex: none; transition: border-color .15s ease, background .15s ease; }
.fo-check__box::after { content: ""; position: absolute; left: 6px; top: 2px; width: 6px; height: 11px; border: solid #fff; border-width: 0 2.5px 2.5px 0; transform: rotate(45deg) scale(0); transition: transform .15s ease; }
.fo-check input:checked + .fo-check__box { background: var(--fo-blue); border-color: var(--fo-blue); }
.fo-check input:checked + .fo-check__box::after { transform: rotate(45deg) scale(1); }
.fo-check__txt { font-size: 14.5px; font-weight: 700; color: var(--fo-ink); }
.fo-check__txt em { font-style: normal; color: var(--fo-blue); font-weight: 800; }
/* Personalização em cards (Sem personalização / Nome + Número) */
.fo-perso__hint { color: var(--fo-muted); font-size: 13px; margin: 2px 0 12px; }
.fo-perso-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.fo-perso-card { position: relative; display: flex; flex-direction: column; gap: 3px; padding: 14px 16px; border: 1.5px solid var(--fo-gray-2); border-radius: 12px; background: var(--fo-gray); cursor: pointer; transition: border-color .15s ease, background .15s ease, color .15s ease, box-shadow .15s ease; }
.fo-perso-card input { position: absolute; opacity: 0; width: 0; height: 0; }
.fo-perso-card__name { font-size: 14.5px; font-weight: 800; }
.fo-perso-card__price { font-size: 12.5px; color: var(--fo-muted); }
.fo-perso-card:hover { border-color: var(--fo-blue); }
.fo-perso-card.is-active { background: var(--fo-ink); border-color: var(--fo-ink); color: #fff; box-shadow: var(--fo-shadow); }
.fo-perso-card.is-active .fo-perso-card__price { color: rgba(255,255,255,.7); }
.fo-perso-card.is-active::after { content: "\2713"; position: absolute; top: 12px; right: 14px; font-weight: 800; }
.fo-perso-fields { max-height: 0; opacity: 0; overflow: hidden; transition: max-height .3s ease, opacity .3s ease, margin .3s ease; display: grid; grid-template-columns: 2fr 1fr; gap: 12px; }
.fo-perso-fields.is-open { max-height: 200px; opacity: 1; margin-top: 14px; }
.fo-field label { display: block; font-size: 12px; font-weight: 700; color: var(--fo-muted); margin-bottom: 6px; }
.fo-field input { width: 100%; height: 46px; border: 1.5px solid var(--fo-gray-2); border-radius: 12px; padding: 0 14px; font-size: 14px; font-weight: 600; color: var(--fo-ink); background: #fff; outline: none; transition: border-color .15s ease, box-shadow .15s ease; }
.fo-field input:focus { border-color: var(--fo-blue); box-shadow: 0 0 0 4px rgba(11,98,255,.12); }

/* Indicador de total de extras */
.fo-addons__total { display: flex; }
.fo-addons__total span { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 800; color: var(--fo-blue); background: rgba(11,98,255,.08); border: 1px solid rgba(11,98,255,.25); padding: 8px 14px; border-radius: 999px; }

/* VariaÃ§Ãµes / tamanhos */
.woocommerce div.product form.cart { margin: 0 0 8px; }
.woocommerce div.product form.cart .variations { margin: 0 0 16px; border: 0; width: 100%; }
.woocommerce div.product form.cart .variations tbody, .woocommerce div.product form.cart .variations tr { display: block; }
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th { display: block; padding: 0; border: 0; text-align: left; }
.woocommerce div.product form.cart .variations tr { margin-bottom: 14px; }
.woocommerce div.product form.cart .variations .label label { font-weight: 800; font-size: 12.5px; text-transform: uppercase; letter-spacing: .05em; margin: 0 0 8px; display: block; color: var(--fo-ink); }
.woocommerce div.product form.cart .variations select { -webkit-appearance: none; appearance: none; width: 100%; max-width: 360px; padding: 12px 40px 12px 14px; border: 1.5px solid var(--fo-gray-2); border-radius: 12px; background-color: #fff; font-size: 14px; font-weight: 600; color: var(--fo-ink);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230b62ff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; }
.fo-var-hidden { position: absolute !important; width: 1px; height: 1px; opacity: 0; overflow: hidden; pointer-events: none; }
.fo-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.fo-pill-size { min-width: 52px; padding: 11px 15px; border-radius: 12px; border: 1.5px solid var(--fo-gray-2); background: #fff; color: var(--fo-ink); font-weight: 700; font-size: 14px; cursor: pointer; transition: border-color .15s ease, background .15s ease, color .15s ease, box-shadow .15s ease; }
.fo-pill-size:hover { border-color: var(--fo-blue); color: var(--fo-blue); }
.fo-pill-size.is-active { background: linear-gradient(135deg,var(--fo-blue-2),var(--fo-blue)); border-color: transparent; color: #fff; box-shadow: var(--fo-shadow-blue); }
.woocommerce div.product form.cart .reset_variations { display: inline-block; margin-top: 8px; font-size: 12.5px; color: var(--fo-muted); }

/* Quantidade */
.woocommerce div.product form.cart .quantity { display: inline-flex; align-items: stretch; border: 1.5px solid var(--fo-gray-2); border-radius: 12px; overflow: hidden; height: 54px; margin: 0 0 12px; }
.fo-qty-btn { width: 46px; border: 0; background: #fff; font-size: 20px; font-weight: 700; color: var(--fo-ink); cursor: pointer; line-height: 1; transition: background .15s ease, color .15s ease; }
.fo-qty-btn:hover { background: var(--fo-gray); color: var(--fo-blue); }
.woocommerce div.product form.cart .quantity input.qty { width: 56px; border: 0; text-align: center; font-size: 16px; font-weight: 700; background: #fff; -moz-appearance: textfield; }
.woocommerce div.product form.cart .quantity input.qty::-webkit-outer-spin-button,
.woocommerce div.product form.cart .quantity input.qty::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

/* BotÃµes grandes */
.woocommerce div.product .single_add_to_cart_button.button,
.woocommerce div.product .single_add_to_cart_button.button.alt {
	display: block !important; width: 100%; background: linear-gradient(135deg,var(--fo-blue-2),var(--fo-blue)) !important; color: #fff !important;
	border: 0 !important; border-radius: 999px !important; padding: 17px 26px !important; font-size: 16px !important; font-weight: 800 !important;
	text-transform: none; letter-spacing: 0; box-shadow: var(--fo-shadow-blue); transition: transform .16s ease, box-shadow .16s ease;
}
.woocommerce div.product .single_add_to_cart_button:hover { transform: translateY(-2px); box-shadow: 0 18px 40px rgba(11,98,255,.5); color: #fff !important; }
.fo-btn--dark { background: var(--fo-ink); color: #fff; }
.fo-btn--dark:hover { background: #000; color: #fff; transform: translateY(-2px); }
.fo-buynow { display: block !important; width: 100%; border: 0; cursor: pointer; margin-top: 10px; }
.fo-buynow[disabled] { opacity: .5; cursor: not-allowed; transform: none; }
.woocommerce div.product .woocommerce-variation-add-to-cart .quantity { margin-bottom: 12px; }
.woocommerce div.product .single_variation .price { font-size: 26px; font-weight: 800; margin-bottom: 10px; }
.woocommerce div.product .single_variation .price ins { color: var(--fo-blue) !important; text-decoration: none; }
.woocommerce div.product .single_variation .price del { color: var(--fo-muted) !important; }

/* ConfianÃ§a */
.fo-pdp-trust { list-style: none; margin: 18px 0 0; padding: 18px 0 0; border-top: 1px solid var(--fo-line); display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.fo-pdp-trust li { display: flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 600; color: var(--fo-ink); }
.fo-pdp-trust__ic { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 9px; background: linear-gradient(135deg,rgba(11,98,255,.14),rgba(77,141,255,.22)); color: var(--fo-blue); flex: none; }

/* Meta */
.woocommerce div.product .product_meta { font-size: 12.5px; color: var(--fo-muted); margin-top: 16px; }
.woocommerce div.product .product_meta a { color: var(--fo-blue); text-decoration: none; }

/* Blocos extra (full width) */
.woocommerce div.product .fo-pdp-extras,
.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .related,
.woocommerce div.product .upsells { grid-column: 1 / -1; }
.fo-pdp-extras { margin-top: 8px; display: grid; gap: 22px; }
.fo-acc { border: 1px solid var(--fo-line); border-radius: var(--fo-radius); background: #fff; overflow: hidden; }
.fo-acc__head { list-style: none; cursor: pointer; padding: 18px 20px; font-weight: 800; font-size: 16px; display: flex; align-items: center; justify-content: space-between; }
.fo-acc__head::-webkit-details-marker { display: none; }
.fo-acc__chev { width: 11px; height: 11px; border-right: 2px solid var(--fo-muted); border-bottom: 2px solid var(--fo-muted); transform: rotate(45deg); transition: transform .2s ease; flex: none; }
.fo-acc[open] .fo-acc__chev { transform: rotate(-135deg); }
.fo-acc__body { padding: 0 20px 20px; }
.fo-sizetable-wrap { overflow-x: auto; }
.fo-sizetable { width: 100%; border-collapse: collapse; font-size: 14px; }
.fo-sizetable th, .fo-sizetable td { padding: 11px 12px; text-align: left; border-bottom: 1px solid var(--fo-line); }
.fo-sizetable th { font-size: 11.5px; text-transform: uppercase; letter-spacing: .05em; color: var(--fo-muted); }
.fo-sizetable-note { font-size: 12.5px; color: var(--fo-muted); margin: 12px 0 0; }
.fo-why__title { font-family: var(--fo-display); font-weight: 400; text-transform: uppercase; font-size: clamp(22px,5vw,34px); margin: 0 0 16px; }
.fo-why__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.fo-why__item { background: var(--fo-gray); border: 1px solid var(--fo-line); border-radius: var(--fo-radius); padding: 18px; }
.fo-why__ic { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 13px; background: #fff; color: var(--fo-blue); margin-bottom: 10px; box-shadow: var(--fo-shadow); }
.fo-why__item h3 { margin: 0 0 4px; font-size: 15px; font-weight: 800; }
.fo-why__item p { margin: 0; font-size: 13px; color: var(--fo-muted); }

/* Tabs premium */
.woocommerce div.product .woocommerce-tabs { margin-top: 6px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; margin: 0 0 20px; display: flex; flex-wrap: wrap; gap: 8px; border: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border: 0; background: transparent; margin: 0; padding: 0; border-radius: 999px; }
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { padding: 10px 18px; border-radius: 999px; background: var(--fo-gray); border: 1.5px solid var(--fo-gray-2); color: var(--fo-ink); font-weight: 700; font-size: 14px; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { background: linear-gradient(135deg,var(--fo-blue-2),var(--fo-blue)); border-color: transparent; color: #fff; }
.woocommerce div.product .woocommerce-tabs .panel { padding: 0; margin: 0; }
.woocommerce div.product .woocommerce-tabs .panel h2 { font-family: var(--fo-display); font-weight: 400; text-transform: uppercase; font-size: 22px; margin: 0 0 10px; }

/* Relacionados / upsells com cards premium */
.woocommerce div.product .related > h2,
.woocommerce div.product .upsells > h2 { font-family: var(--fo-display); font-weight: 400; text-transform: uppercase; font-size: clamp(24px,5vw,36px); margin: 6px 0 22px; }
.woocommerce div.product .related ul.products,
.woocommerce div.product .upsells ul.products { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin: 0; padding: 0; }
.woocommerce div.product .related ul.products li.product,
.woocommerce div.product .upsells ul.products li.product { display: flex !important; flex-direction: column; width: auto !important; float: none !important; margin: 0 !important; }

@media (min-width: 560px) {
	.woocommerce div.product .related ul.products,
	.woocommerce div.product .upsells ul.products { grid-template-columns: repeat(3,1fr); gap: 18px; }
	.fo-why__grid { grid-template-columns: repeat(4,1fr); }
}
@media (min-width: 900px) {
	.fo-productpage { padding-top: 34px; }
	.woocommerce div.product { grid-template-columns: minmax(0,1.02fr) minmax(0,.98fr); gap: 36px 46px; align-items: start; }
	.woocommerce div.product .woocommerce-product-gallery { grid-column: 1; position: sticky; top: 100px; }
	.woocommerce div.product .summary { grid-column: 2; }
	.woocommerce div.product .single_add_to_cart_button.button { width: 100%; }
	.woocommerce div.product .related ul.products,
	.woocommerce div.product .upsells ul.products { grid-template-columns: repeat(4,1fr); }
}

/* ======================== ANIMAÃ‡Ã•ES EM SCROLL ======================== */
[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .6s ease var(--d,0ms), transform .6s ease var(--d,0ms); }
[data-reveal].is-visible { opacity: 1; transform: none; }

/* ==================================================================
   INTRO
   ================================================================== */
.falcon-intro { position: fixed; inset: 0; z-index: 999999; display: grid; place-items: center; overflow: hidden; background: radial-gradient(62% 62% at 50% 44%, #12224e 0%, #0a1024 52%, #05070f 100%); animation: fo-intro-failsafe 1ms linear 6s forwards; }
/* Failsafe: se o JS falhar, a intro desaparece na mesma (nunca bloqueia a página). */
@keyframes fo-intro-failsafe { to { opacity: 0; visibility: hidden; pointer-events: none; } }
.falcon-intro.is-hidden { display: none !important; }
.falcon-intro__skip { position: absolute; top: 18px; right: 18px; z-index: 5; display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 700; color: rgba(255,255,255,.8); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: 999px; padding: 8px 14px; cursor: pointer; backdrop-filter: blur(6px); transition: background .2s ease, color .2s ease; }
.falcon-intro__skip:hover { background: rgba(255,255,255,.16); color: #fff; }
.falcon-intro__stage { position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; padding: 20px; }
.falcon-intro__halo { position: absolute; top: 44%; left: 50%; width: 360px; height: 360px; transform: translate(-50%,-50%) scale(.6); border-radius: 50%; background: radial-gradient(circle, rgba(11,98,255,.45), transparent 62%); filter: blur(18px); opacity: 0; animation: fo-halo 1.6s ease .3s forwards; }
/* AnÃ©is expansivos */
.falcon-intro__rings { position: absolute; top: 44%; left: 50%; transform: translate(-50%,-50%); z-index: 0; }
.falcon-intro__rings i { position: absolute; left: 50%; top: 50%; width: 120px; height: 120px; margin: -60px 0 0 -60px; border: 1.5px solid rgba(120,170,255,.4); border-radius: 50%; opacity: 0; animation: fo-ring 2.4s ease-out infinite; }
.falcon-intro__rings i:nth-child(2) { animation-delay: .5s; }
.falcon-intro__rings i:nth-child(3) { animation-delay: 1s; }

/* VÃ­deo / Lottie */
.falcon-intro__video, .falcon-intro__lottie { position: relative; z-index: 2; width: min(78vw, 520px); height: auto; max-height: 58vh; }
.falcon-intro__lottie { aspect-ratio: 1/1; }
.falcon-intro__video { object-fit: contain; }

/* Fallback: revelaÃ§Ã£o do logÃ³tipo */
.falcon-intro__logowrap { position: relative; z-index: 2; display: inline-block; overflow: hidden; animation: fo-logo-in 1.1s cubic-bezier(.2,.7,.25,1) .2s both; }
.falcon-intro__logowrap .falcon-intro__logo { max-width: min(76vw, 360px); height: auto; filter: drop-shadow(0 16px 40px rgba(11,98,255,.5)); }
.falcon-intro__logowrap .falcon-intro__name { font-family: var(--fo-display); font-size: clamp(40px,13vw,92px); text-transform: uppercase; letter-spacing: .02em; background: linear-gradient(90deg,#fff,#a8c6ff 60%,#fff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.falcon-intro__sweep { position: absolute; top: 0; left: -60%; width: 45%; height: 100%; z-index: 3; background: linear-gradient(100deg, transparent, rgba(255,255,255,.75), transparent); transform: skewX(-18deg); animation: fo-sweep 1.1s ease 1s 1 both; }
.falcon-intro__brand { position: relative; z-index: 2; margin-top: 20px; display: flex; flex-direction: column; align-items: center; gap: 8px; opacity: 0; animation: fo-brand 1s ease 1.4s forwards; }
.falcon-intro__brand .falcon-intro__logo { max-width: min(70vw, 300px); }
.falcon-intro__brand .falcon-intro__name { font-family: var(--fo-display); font-size: clamp(30px,9vw,54px); text-transform: uppercase; letter-spacing: .02em; background: linear-gradient(90deg,#fff,#a8c6ff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.falcon-intro__tagline { position: relative; z-index: 2; margin-top: 16px; font-size: clamp(12px,3.4vw,15px); font-weight: 700; letter-spacing: .14em; text-transform: none; color: rgba(168,198,255,.85); opacity: 0; animation: fo-brand 1s ease 1.5s forwards; }

@keyframes fo-halo { 0%{ opacity: 0; transform: translate(-50%,-50%) scale(.6);} 100%{ opacity: 1; transform: translate(-50%,-50%) scale(1);} }
@keyframes fo-ring { 0%{ opacity: .0; transform: scale(.4);} 15%{ opacity: .7;} 100%{ opacity: 0; transform: scale(3.4);} }
@keyframes fo-logo-in { 0%{ opacity: 0; transform: translateY(14px) scale(.82); filter: blur(10px);} 100%{ opacity: 1; transform: none; filter: blur(0);} }
@keyframes fo-sweep { 0%{ left: -60%;} 100%{ left: 120%;} }
@keyframes fo-brand { 0%{ opacity: 0; transform: translateY(12px); filter: blur(6px);} 100%{ opacity: 1; transform: none; filter: blur(0);} }

/* (Removido na v8-4: o bloqueio de scroll html/body podia ficar preso e travar o mobile.) */

/* ======================= MOVIMENTO REDUZIDO ========================= */
@media (prefers-reduced-motion: reduce) {
	.falcon-intro { display: none !important; }
	[data-reveal] { opacity: 1 !important; transform: none !important; transition: none !important; }
	.fo-badge--sale, .fo-topbar__msg { animation: none !important; }
}

/* ============================== RESPONSIVO =========================== */
@media (min-width: 560px) {
	.fo-cats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.fo-cat { min-height: 190px; }
	.fo-products { grid-template-columns: repeat(3,1fr); gap: 18px; }
	.fo-trust { grid-template-columns: repeat(3,1fr); }
	.fo-footer__grid { grid-template-columns: 1.4fr 1fr 1fr; }
}
@media (min-width: 900px) {
	.fo-hide-mobile { display: inline-flex; }
	.fo-search-toggle { display: none; }
	.fo-header__inner { height: 74px; }
	.fo-header__search { display: block; }
	.fo-burger { display: none; }
	.fo-nav { display: block; }
	.fo-section { padding: 84px 0; }
	.fo-hero__inner { padding: 68px 0 74px; }
	.fo-hero.has-side .fo-hero__inner { grid-template-columns: 1.1fr .9fr; }
	.fo-cats { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; max-width: 980px; margin-left: auto; margin-right: auto; }
	.fo-cat { min-height: 300px; }
	.fo-cat__label { font-size: 22px; }
	.fo-products { grid-template-columns: repeat(4,1fr); }
	.fo-trust { grid-template-columns: repeat(5,1fr); }
	.fo-footer__grid { grid-template-columns: 1.6fr 1fr 1fr 1fr; }
}
@media (min-width: 1150px) {
	.fo-cats { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 1040px; gap: 32px; }
	.fo-cat { min-height: 320px; }
}

/* ==================================================================
   MOBILE SAFETY (v8-4)
   Garante que a barra de categorias / mega menu de DESKTOP nunca
   renderizam no mobile como bloco gigante nem tapam o conteúdo,
   e que nenhum overlay fica ativo por defeito.
   ================================================================== */
@media (max-width: 899px) {
	.fo-nav { display: none !important; }
	.fo-mega { display: none !important; position: static !important; }
	.fo-navpills, .fo-catbtn, .fo-quicklinks { display: none !important; }
}
/* O drawer só intercepta toques quando está aberto (nunca por defeito). */
.fo-drawer:not(.is-open) { pointer-events: none; }
.fo-drawer.is-open { pointer-events: auto; }
/* Conteúdo principal sempre visível. */
body.falcon #fo-content, body.falcon .fo-main { display: block; }

/* ==================================================================
   CARRINHO VAZIO (premium)
   ================================================================== */
.woocommerce-cart .fo-page { max-width: 1160px; }
/* Fundo azul-claro e sem título "Carrinho" quando o carrinho está vazio. */
body.falcon.falcon-cart-empty { background: #eef3fb; }
.falcon-cart-empty .fo-single > .fo-head,
.falcon-cart-empty .entry-header,
.falcon-cart-empty .woocommerce-products-header { display: none !important; }
.falcon-cart-empty .fo-page { padding-top: 40px; }
.fo-empty-cart { display: grid; gap: 44px; }
.fo-empty-cart__card { max-width: 960px; margin: 0 auto; width: 100%; background: #fff; border: 1px solid var(--fo-line); border-radius: 24px; box-shadow: var(--fo-shadow); padding: 48px 26px; text-align: center; }
.fo-empty-cart__icon { position: relative; display: inline-grid; place-items: center; width: 108px; height: 108px; margin: 0 auto 22px; border-radius: 50%; background: radial-gradient(circle at 50% 40%, #eaf1ff, #f5f8ff); }
.fo-empty-cart__badge { position: absolute; right: 24px; bottom: 26px; min-width: 26px; height: 26px; padding: 0 6px; display: grid; place-items: center; background: linear-gradient(135deg,var(--fo-blue-2),var(--fo-blue)); color: #fff; font-size: 13px; font-weight: 800; border-radius: 999px; border: 3px solid #fff; }
.fo-empty-cart__title { font-family: var(--fo-display); font-weight: 400; text-transform: uppercase; font-size: clamp(26px,5vw,40px); margin: 0 0 10px; }
.fo-empty-cart__text { color: var(--fo-muted); font-size: 16px; max-width: 480px; margin: 0 auto 24px; }
.fo-empty-cart__actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-bottom: 32px; }
.fo-empty-cart__trust { display: grid; grid-template-columns: 1fr; gap: 16px; border-top: 1px solid var(--fo-line); padding-top: 26px; max-width: 760px; margin: 0 auto; }
.fo-empty-cart__trust > div { display: flex; flex-direction: column; align-items: center; gap: 2px; }
.fo-ect__ic { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: linear-gradient(135deg,rgba(11,98,255,.12),rgba(77,141,255,.2)); color: var(--fo-blue); margin-bottom: 6px; }
.fo-empty-cart__trust strong { font-size: 14.5px; }
.fo-empty-cart__trust small { color: var(--fo-muted); font-size: 13px; }
.fo-empty-cart__reco .fo-head { margin-bottom: 24px; }
@media (min-width: 620px) {
	.fo-empty-cart__trust { grid-template-columns: repeat(3,1fr); }
}

/* ==================================================================
   CARRINHO COM PRODUTOS (premium)
   ================================================================== */
body.falcon.woocommerce-cart { background: #f4f7fb; }
.woocommerce-cart .fo-page { max-width: 1200px; }
.fo-cart { display: grid; grid-template-columns: 1fr; gap: 22px; align-items: start; }
.fo-cart__panel { background: #fff; border: 1px solid var(--fo-line); border-radius: 20px; box-shadow: var(--fo-shadow); padding: 22px; }
.fo-cart__head { display: flex; align-items: center; gap: 10px; padding-bottom: 16px; margin-bottom: 8px; border-bottom: 1px solid var(--fo-line); }
.fo-cart__head-ic { color: var(--fo-blue); display: inline-grid; place-items: center; }
.fo-cart__head-title { font-size: 18px; font-weight: 800; margin: 0; }

/* Lista de produtos */
.fo-cartlist { list-style: none; margin: 0; padding: 0; }
.fo-cartitem { display: grid; grid-template-columns: 92px 1fr; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--fo-line); }
.fo-cartitem:last-child { border-bottom: 0; }
.fo-cartitem__media img { width: 92px; height: 92px; object-fit: cover; border-radius: 12px; display: block; background: var(--fo-gray); }
.fo-cartitem__info { position: relative; min-width: 0; }
.fo-cartitem__remove { position: absolute; top: 0; right: 0; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; color: var(--fo-muted); text-decoration: none; transition: background .15s ease, color .15s ease; }
.fo-cartitem__remove:hover { background: rgba(214,69,80,.1); color: #d64550; }
.fo-cartitem__name { font-size: 15.5px; font-weight: 800; margin: 0 40px 8px 0; line-height: 1.3; }
.fo-cartitem__name a { color: var(--fo-ink); text-decoration: none; }
.fo-cartitem__name a:hover { color: var(--fo-blue); }
.fo-cartitem__price { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-bottom: 8px; }
.fo-cartitem__price del { color: var(--fo-muted); font-weight: 600; font-size: 14px; opacity: .75; }
.fo-cartitem__price del .amount { color: inherit; }
.fo-cartitem__price ins { text-decoration: none; color: var(--fo-blue); font-weight: 800; font-size: 18px; }
.fo-cartitem__save { font-size: 11.5px; font-weight: 800; color: var(--fo-blue); background: rgba(11,98,255,.1); padding: 3px 9px; border-radius: 999px; }
.fo-cartitem__meta { font-size: 13px; color: var(--fo-muted); margin-bottom: 12px; }
.fo-cartitem__meta dl, .fo-cartitem__meta .variation { margin: 0; }
.fo-cartitem__meta dt, .fo-cartitem__meta .variation dt { font-weight: 700; display: inline; margin: 0 4px 0 0; }
.fo-cartitem__meta dd, .fo-cartitem__meta .variation dd { display: inline; margin: 0; }
.fo-cartitem__meta dd p { display: inline; margin: 0; }
.fo-cartitem__meta dl > dt:not(:first-child) { margin-left: 8px; }

/* Quantidade */
.fo-cartitem__qty .quantity { display: inline-flex; align-items: stretch; border: 1.5px solid var(--fo-gray-2); border-radius: 12px; overflow: hidden; height: 46px; }
.fo-cartitem__qty .quantity .fo-qty-btn { width: 40px; border: 0; background: #fff; font-size: 18px; font-weight: 700; color: var(--fo-ink); cursor: pointer; }
.fo-cartitem__qty .quantity .fo-qty-btn:hover { background: var(--fo-gray); color: var(--fo-blue); }
.fo-cartitem__qty .quantity input.qty { width: 46px; border: 0; text-align: center; font-size: 15px; font-weight: 700; background: #fff; -moz-appearance: textfield; }
.fo-cartitem__qty .quantity input.qty::-webkit-outer-spin-button,
.fo-cartitem__qty .quantity input.qty::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.fo-cartitem__qtyfixed { display: inline-grid; place-items: center; width: 46px; height: 46px; border: 1.5px solid var(--fo-gray-2); border-radius: 12px; font-weight: 700; }

/* Rodapé da coluna esquerda */
.fo-cart__foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 18px; }
.fo-cart__continue { display: inline-flex; align-items: center; gap: 8px; color: var(--fo-blue); font-weight: 700; font-size: 14.5px; text-decoration: none; }
.fo-cart__continue:hover { text-decoration: underline; }
.fo-cart__update { background: var(--fo-gray); color: var(--fo-ink); border: 1.5px solid var(--fo-gray-2); border-radius: 999px; padding: 9px 16px; font-size: 13px; font-weight: 700; cursor: pointer; }
.fo-cart__update:hover { border-color: var(--fo-blue); color: var(--fo-blue); }

/* Resumo (direita) */
.fo-cart__aside { position: static; }
.fo-cart__totals { padding: 22px; }
.fo-coupon { border: 1px solid var(--fo-line); border-radius: 12px; margin-bottom: 16px; overflow: hidden; }
.fo-coupon > summary { list-style: none; cursor: pointer; padding: 13px 16px; font-weight: 700; font-size: 14px; display: flex; align-items: center; justify-content: space-between; }
.fo-coupon > summary::-webkit-details-marker { display: none; }
.fo-coupon__chev { width: 9px; height: 9px; border-right: 2px solid var(--fo-muted); border-bottom: 2px solid var(--fo-muted); transform: rotate(45deg); transition: transform .2s ease; }
.fo-coupon[open] .fo-coupon__chev { transform: rotate(-135deg); }
.fo-coupon__form { display: flex; gap: 8px; padding: 0 16px 16px; }
.fo-coupon__input { flex: 1; min-width: 0; height: 44px; border: 1.5px solid var(--fo-gray-2); border-radius: 10px; padding: 0 12px; font-size: 14px; }
.fo-coupon__input:focus { border-color: var(--fo-blue); outline: none; box-shadow: 0 0 0 3px rgba(11,98,255,.12); }
.fo-coupon__btn { flex: none; height: 44px; padding: 0 16px; border: 0; border-radius: 10px; background: var(--fo-ink); color: #fff; font-weight: 700; font-size: 13.5px; cursor: pointer; }
.fo-coupon__btn:hover { background: #000; }

.fo-sum { padding: 4px 0; }
.fo-sum__row { display: flex; align-items: center; justify-content: space-between; padding: 10px 0; font-size: 15px; border-bottom: 1px solid var(--fo-line); }
.fo-sum__row .amount { font-weight: 700; }
.fo-sum__muted { color: var(--fo-muted); font-size: 13.5px; }
.fo-sum__total { display: flex; align-items: center; justify-content: space-between; padding: 16px 0 6px; font-size: 17px; font-weight: 800; }
.fo-sum__amount { color: var(--fo-blue); font-size: 24px; font-weight: 800; }
.fo-sum__amount .amount { color: inherit; }

/* Botão checkout + express do gateway */
.fo-cart__checkout { margin-top: 8px; }
.fo-cart__checkout .checkout-button,
.woocommerce-cart .fo-cart__checkout a.checkout-button.button.alt {
	display: block !important; width: 100%; text-align: center; background: linear-gradient(135deg,var(--fo-blue-2),var(--fo-blue)) !important; color: #fff !important; border: 0 !important; border-radius: 999px !important; padding: 16px 22px !important; font-size: 16px !important; font-weight: 800 !important; text-transform: none; box-shadow: var(--fo-shadow-blue); margin-bottom: 8px; transition: transform .15s ease, box-shadow .15s ease; }
.fo-cart__checkout .checkout-button:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(11,98,255,.5); color: #fff !important; }

/* Badges de confiança */
.fo-cart__trust { list-style: none; margin: 18px 0 0; padding: 16px 0 0; border-top: 1px solid var(--fo-line); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; }
.fo-cart__trust li { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 600; color: var(--fo-ink); }
.fo-cart__trust svg { color: var(--fo-blue); }

@media (min-width: 900px) {
	.fo-cart { grid-template-columns: 1.6fr 1fr; gap: 30px; }
	.fo-cart__aside { position: sticky; top: 24px; }
	.fo-cartitem { grid-template-columns: 108px 1fr; }
	.fo-cartitem__media img { width: 108px; height: 108px; }
}

/* ==================================================================
   CHECKOUT (premium)
   ================================================================== */
body.falcon.woocommerce-checkout { background: #f6f8fc; }
.woocommerce-checkout .fo-page { max-width: 1200px; }
.woocommerce-checkout .fo-single > .fo-head { text-align: left; margin-bottom: 4px; }
.fo-co-subtitle { color: var(--fo-muted); font-size: 16px; margin: 0 0 26px; }

.fo-checkout { display: grid; grid-template-columns: 1fr; gap: 22px; align-items: start; }
.fo-co-section, .fo-co-summary-card { background: #fff; border: 1px solid var(--fo-line); border-radius: 18px; box-shadow: var(--fo-shadow); padding: 22px; margin: 0 0 20px; }
.fo-checkout__right .fo-co-summary-card { margin: 0; }
.fo-co-title { display: flex; align-items: center; gap: 10px; font-size: 17px; font-weight: 800; text-transform: uppercase; letter-spacing: .02em; margin: 0 0 18px; color: var(--fo-navy); }
.fo-co-ic { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: linear-gradient(135deg,rgba(11,98,255,.12),rgba(77,141,255,.2)); color: var(--fo-blue); flex: none; }

/* Campos */
.fo-checkout .woocommerce-billing-fields__field-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
.fo-checkout .form-row { grid-column: 1 / -1; margin: 0 0 16px; padding: 0; }
.fo-checkout .form-row-first { grid-column: 1; }
.fo-checkout .form-row-last { grid-column: 2; }
.fo-checkout .form-row label { display: block; font-size: 13px; font-weight: 700; color: var(--fo-ink); margin-bottom: 6px; }
.fo-checkout .form-row .required { color: var(--fo-blue); border: 0; text-decoration: none; }
.fo-checkout .form-row .optional { color: var(--fo-muted); }
.fo-checkout .input-text,
.fo-checkout input.input-text,
.fo-checkout textarea,
.fo-checkout select,
.fo-checkout .select2-selection { width: 100% !important; border: 1.5px solid var(--fo-gray-2) !important; border-radius: 12px !important; padding: 13px 14px !important; font-size: 15px !important; min-height: 50px; color: var(--fo-ink); background: #fff; box-shadow: none; transition: border-color .15s ease, box-shadow .15s ease; }
.fo-checkout .input-text:focus,
.fo-checkout textarea:focus,
.fo-checkout select:focus { border-color: var(--fo-blue) !important; box-shadow: 0 0 0 4px rgba(11,98,255,.12) !important; outline: none; }
.fo-checkout .select2-container--default .select2-selection--single { height: 50px; display: flex; align-items: center; }
.fo-checkout .select2-container--default .select2-selection--single .select2-selection__arrow { height: 48px; }
.fo-checkout .woocommerce-input-wrapper { display: block; }

/* Ship-to-different + notas */
.fo-checkout .woocommerce-shipping-fields h3, .fo-checkout #ship-to-different-address { font-size: 14px; }
.fo-checkout #ship-to-different-address label { font-weight: 700; }
.fo-checkout .woocommerce-additional-fields__field-wrapper { margin-top: 6px; }
.fo-checkout textarea#order_comments { min-height: 90px; }

/* Cartão de método de envio */
.fo-ship-pill { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border: 1.5px solid var(--fo-blue); border-radius: 14px; background: rgba(11,98,255,.04); }
.fo-ship-pill__radio { width: 20px; height: 20px; border-radius: 50%; border: 6px solid var(--fo-blue); background: #fff; flex: none; box-shadow: 0 0 0 1px var(--fo-blue) inset; }
.fo-ship-pill__body { display: flex; flex-direction: column; gap: 2px; flex: 1; }
.fo-ship-pill__name { font-size: 14.5px; font-weight: 800; }
.fo-ship-pill__desc { font-size: 12.5px; color: var(--fo-muted); }
.fo-ship-pill__price { font-weight: 800; color: var(--fo-blue); }
.fo-ship-pill__price .amount { color: inherit; }

/* Pagamento */
.woocommerce-checkout #payment { background: transparent; border-radius: 0; }
.woocommerce-checkout #payment ul.payment_methods { list-style: none; border: 0; margin: 0; padding: 0; display: grid; gap: 10px; }
.woocommerce-checkout #payment ul.payment_methods li { border: 1.5px solid var(--fo-gray-2); border-radius: 14px; padding: 14px 16px; margin: 0; background: #fff; transition: border-color .15s ease, box-shadow .15s ease; }
.woocommerce-checkout #payment ul.payment_methods li:has(input:checked) { border-color: var(--fo-blue); box-shadow: 0 0 0 3px rgba(11,98,255,.1); }
.woocommerce-checkout #payment ul.payment_methods li label { font-weight: 700; font-size: 15px; display: inline-flex; align-items: center; gap: 8px; margin: 0; cursor: pointer; }
.woocommerce-checkout #payment ul.payment_methods li input[type="radio"] { accent-color: var(--fo-blue); margin-right: 4px; }
.woocommerce-checkout #payment .payment_box { background: var(--fo-gray); border-radius: 10px; margin-top: 10px; padding: 12px 14px; font-size: 13.5px; }
.woocommerce-checkout #payment .payment_box::before { display: none; }
.woocommerce-checkout #payment .woocommerce-privacy-policy-text { font-size: 12.5px; color: var(--fo-muted); margin-top: 14px; }
.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper { margin: 8px 0; }

/* Botão finalizar */
.woocommerce-checkout #place_order {
	display: block !important; width: 100%; background: var(--fo-navy) !important; color: #fff !important; border: 0 !important;
	border-radius: 14px !important; padding: 18px 24px !important; font-size: 17px !important; font-weight: 800 !important;
	text-transform: none; letter-spacing: .01em; box-shadow: 0 14px 30px rgba(7,12,28,.28); margin-top: 12px; transition: transform .15s ease, box-shadow .15s ease;
}
.woocommerce-checkout #place_order::after { content: "  \2192"; }
.woocommerce-checkout #place_order:hover { transform: translateY(-2px); background: #05070f !important; color: #fff !important; }

/* Resumo (direita) */
.fo-co-review { border: 0 !important; margin: 0; padding: 0; display: block; }
.fo-co-items { list-style: none; margin: 0 0 4px; padding: 0; }
.fo-co-item { display: grid; grid-template-columns: 60px 1fr auto; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--fo-line); align-items: start; }
.fo-co-item__media { position: relative; }
.fo-co-item__media img { width: 60px; height: 60px; object-fit: cover; border-radius: 10px; display: block; background: var(--fo-gray); }
.fo-co-item__qty { position: absolute; top: -8px; left: -8px; min-width: 22px; height: 22px; padding: 0 5px; display: grid; place-items: center; background: linear-gradient(135deg,var(--fo-blue-2),var(--fo-blue)); color: #fff; font-size: 12px; font-weight: 800; border-radius: 999px; border: 2px solid #fff; }
.fo-co-item__name { font-size: 14px; font-weight: 700; line-height: 1.3; display: block; }
.fo-co-item__meta { font-size: 12px; color: var(--fo-muted); margin-top: 4px; }
.fo-co-item__meta dl, .fo-co-item__meta .variation { margin: 0; }
.fo-co-item__meta dt { font-weight: 700; display: inline; margin: 0 3px 0 0; }
.fo-co-item__meta dd { display: inline; margin: 0 8px 0 0; }
.fo-co-item__meta dd p { display: inline; margin: 0; }
.fo-co-item__price { text-align: right; font-size: 13px; }
.fo-co-item__price del { display: block; color: var(--fo-muted); opacity: .7; font-size: 12px; }
.fo-co-item__price ins { text-decoration: none; color: var(--fo-ink); font-weight: 800; font-size: 15px; }
.fo-co-item__save { display: inline-block; margin-top: 4px; font-size: 10.5px; font-weight: 800; color: var(--fo-blue); background: rgba(11,98,255,.1); padding: 2px 8px; border-radius: 999px; }

.fo-co-sum { padding: 8px 0 0; }
.fo-co-sum__row { display: flex; align-items: center; justify-content: space-between; padding: 10px 0; font-size: 15px; }
.fo-co-sum__row .amount { font-weight: 700; }
.fo-co-sum__row--shipping .fo-co-shipping-html { text-align: right; }
.fo-co-sum__row--shipping #shipping_method { list-style: none; margin: 0; padding: 0; }
.fo-co-sum__row--shipping #shipping_method li { margin: 0; }
.fo-co-sum__total { display: flex; align-items: center; justify-content: space-between; margin-top: 6px; padding: 16px; background: var(--fo-gray); border-radius: 14px; font-size: 17px; font-weight: 800; }
.fo-co-sum__amount { color: var(--fo-blue); font-size: 24px; font-weight: 800; }
.fo-co-sum__amount .amount { color: inherit; }
.fo-co-secure { display: flex; align-items: center; gap: 7px; margin-top: 14px; font-size: 12.5px; font-weight: 600; color: var(--fo-muted); }
.fo-co-secure svg { color: var(--fo-blue); }

/* Cupão no resumo */
.fo-co-coupon { border-top: 1px solid var(--fo-line); margin-top: 16px; padding-top: 14px; }
.fo-co-coupon .woocommerce-form-coupon-toggle { margin: 0; }
.fo-co-coupon .woocommerce-form-coupon-toggle .woocommerce-info { background: transparent; border: 0; padding: 0; margin: 0; color: var(--fo-ink); font-weight: 700; }
.fo-co-coupon .woocommerce-form-coupon-toggle .woocommerce-info::before { display: none; }
.fo-co-coupon a.showcoupon { color: var(--fo-ink); font-weight: 700; text-decoration: none; }
.fo-co-coupon form.checkout_coupon { border: 1px solid var(--fo-line); border-radius: 12px; padding: 14px; margin: 12px 0 0; display: flex; gap: 8px; }
.fo-co-coupon form.checkout_coupon .form-row { margin: 0; flex: 1; }
.fo-co-coupon form.checkout_coupon input.input-text { min-height: 44px; }
.fo-co-coupon form.checkout_coupon button { flex: none; background: var(--fo-ink); color: #fff; border: 0; border-radius: 10px; padding: 0 16px; font-weight: 700; cursor: pointer; }

/* Notas em toggle */
.fo-note-toggle { display: flex; align-items: center; gap: 10px; cursor: pointer; font-weight: 700; font-size: 14px; margin: 8px 0; }
.fo-note-toggle input { accent-color: var(--fo-blue); width: 18px; height: 18px; }
.fo-checkout .woocommerce-additional-fields__field-wrapper.fo-note-hidden { display: none; }

@media (min-width: 900px) {
	.fo-checkout { grid-template-columns: 1.55fr 1fr; gap: 30px; }
	.fo-checkout__right { position: sticky; top: 24px; }
}

/* ------------------------------------------------------------------
   CHECKOUT v2 — caixa de pagamento limpa + esconder Klarna
   ------------------------------------------------------------------ */
.woocommerce-checkout #payment .payment_box { background: #f8fafc !important; border: 1px solid #dde6f2 !important; box-shadow: none !important; color: var(--fo-ink); border-radius: 12px; }
.woocommerce-checkout #payment .payment_box > div,
.woocommerce-checkout #payment .payment_box > p,
.woocommerce-checkout #payment .payment_box fieldset,
.woocommerce-checkout #payment .payment_box .wc-payment-form,
.woocommerce-checkout #payment .payment_box .wcpay-upe-element,
.woocommerce-checkout #payment .payment_box .woocommerce-additional-fields { background: transparent !important; border: 0 !important; box-shadow: none !important; }
.woocommerce-checkout #payment .payment_box input,
.woocommerce-checkout #payment .payment_box .wcpay-upe-element,
.woocommerce-checkout #payment .payment_box .StripeElement,
.woocommerce-checkout #payment .payment_box .InputElement { background: #fff !important; border: 1px solid #dde6f2 !important; border-radius: 10px !important; box-shadow: none !important; }
/* Esconder Klarna se não estiver desativado no gateway (visual). */
.woocommerce-checkout #payment [class*="klarna" i],
.woocommerce-checkout #payment [id*="klarna" i],
.woocommerce-checkout #payment li.payment_method_klarna_payments,
.woocommerce-checkout #payment li.payment_method_klarna { display: none !important; }
/* Express checkout mais alinhado (topo). */
.woocommerce-checkout .wc-stripe-payment-request-wrapper,
.woocommerce-checkout [class*="express-checkout"],
.woocommerce-checkout [class*="payment-request"] { max-width: 100%; margin-bottom: 8px; }
