/* F1 Firearms static theme. Section 1 reproduces the live site's custom CSS; section 2 replaces the WordPress/Blocksy layout it depended on. */
:root {
  --f1-header: #111111;
  --f1-accent: #ff6600;
  --f1-accent-dk: #cc5200;
  --f1-footer: #0a0a0a;
  --f1-text: #1a1a1a;
  --f1-muted: #555555;
  --f1-bg-alt: #f4f4f4;
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: #fff; color: var(--f1-text); line-height: 1.65; font-family: 'Lato', 'Open Sans', system-ui, sans-serif; font-size: 16px; }
img { max-width: 100%; height: auto; }
a { color: var(--f1-accent-dk); }
h1, h2, h3, h4, h5, h6, .f1-brand, .f1-section-heading, .f1-hero h1, .f1-hero h2 { font-family: 'Bebas Neue', 'Oswald', 'Impact', sans-serif; letter-spacing: 0.04em; font-weight: 400; line-height: 1.1; color: var(--f1-header); margin: 0 0 0.5em; }
h1 { font-size: clamp(30px, 4.5vw, 44px); }
h2 { font-size: clamp(24px, 3.5vw, 34px); }
h3 { font-size: 22px; }
p, li, .button, input, textarea, select, .price { font-family: 'Lato', 'Open Sans', system-ui, sans-serif; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); }
.skip-link:focus { position: fixed; left: 10px; top: 10px; width: auto; height: auto; clip: auto; background: #fff; padding: 8px 12px; z-index: 10000; }

/* Top Nav */
.f1-topnav { background: var(--f1-header); border-bottom: 3px solid var(--f1-accent); padding: 12px 20px; position: sticky; top: 0; z-index: 9999; box-shadow: 0 2px 14px rgba(0,0,0,0.4); }
.f1-topnav-inner { max-width: 1280px; margin: 0 auto; display: flex; align-items: center; gap: 18px; }
.f1-brand { font-size: 28px; color: #fff; text-decoration: none; flex-shrink: 0; letter-spacing: 0.08em; margin: 0; }
.f1-brand:hover { color: var(--f1-accent); }
.f1-mainmenu { flex: 1; display: flex; }
.f1-toggle { display: none; background: transparent; border: 1px solid #fff; color: #fff; padding: 6px 14px; cursor: pointer; font-family: 'Bebas Neue', sans-serif; letter-spacing: 0.08em; font-size: 16px; }
.f1-menu-list { list-style: none; margin: 0; padding: 0; display: flex; gap: 2px; flex-wrap: wrap; }
.f1-menu-list > li { position: relative; }
.f1-menu-list > li > a { display: block; color: #fff; padding: 10px 12px; text-decoration: none; font-family: 'Bebas Neue', sans-serif; letter-spacing: 0.08em; font-size: 16px; transition: color 0.15s; }
.f1-menu-list > li > a:hover { color: var(--f1-accent); }
.f1-menu-list .sub-menu { display: none; position: absolute; top: 100%; left: 0; background: #1a1a1a; min-width: 230px; padding: 8px 0; box-shadow: 0 6px 18px rgba(0,0,0,0.5); border-top: 2px solid var(--f1-accent); list-style: none; margin: 0; z-index: 9999; }
.f1-menu-list > li:hover > .sub-menu, .f1-menu-list > li:focus-within > .sub-menu { display: block; }
.f1-menu-list .sub-menu li a { color: #fff; padding: 10px 20px; display: block; text-decoration: none; font-family: 'Lato', sans-serif; font-size: 14px; }
.f1-menu-list .sub-menu li a:hover { background: #2a2a2a; color: var(--f1-accent); }
.f1-cart-link { color: #fff; font-family: 'Bebas Neue', sans-serif; letter-spacing: 0.06em; padding: 8px 18px; border: 2px solid var(--f1-accent); text-decoration: none; transition: all 0.15s; font-size: 15px; white-space: nowrap; }
.f1-cart-link:hover { background: var(--f1-accent); color: #111; }
.f1-search { display: flex; margin: 0; }
.f1-search input { border: 1px solid #333; background: #1d1d1d; color: #fff; padding: 7px 10px; width: 160px; font-size: 14px; border-radius: 2px 0 0 2px; }
.f1-search input::placeholder { color: #888; }
.f1-search button { border: 1px solid #333; border-left: 0; background: #2a2a2a; color: #fff; padding: 0 10px; cursor: pointer; border-radius: 0 2px 2px 0; }
.f1-search-big { margin: 20px 0 30px; max-width: 640px; }
.f1-search-big input { flex: 1; background: #fff; color: #111; border: 2px solid #ccc; font-size: 16px; padding: 12px; }
.f1-search-big button { border: 0; border-radius: 2px; }

/* Hero */
.f1-hero { background: linear-gradient(rgba(17,17,17,0.85), rgba(17,17,17,0.92)), url('/assets/hero.jpg') center/cover; color: #fff; padding: 90px 20px; text-align: center; }
.f1-hero-inner { max-width: 1100px; margin: 0 auto; }
.f1-hero h1 { font-size: clamp(40px, 6vw, 68px); color: #fff; line-height: 1.05; margin: 0 0 18px; }
.f1-hero .hero-accent { color: var(--f1-accent); }
.f1-hero p { font-size: clamp(16px, 1.8vw, 20px); color: #d0d0d0; max-width: 760px; margin: 0 auto 32px; line-height: 1.6; }
.f1-hero-ctas { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }
.f1-hero-ctas br { display: none; }
/* Buttons */
.f1-btn, a.f1-btn { display: inline-block; padding: 14px 32px; font-family: 'Bebas Neue', sans-serif; font-size: 18px; letter-spacing: 0.1em; text-decoration: none; border-radius: 2px; border: 2px solid transparent; cursor: pointer; transition: all 0.15s; }
.f1-btn-primary, a.f1-btn-primary { background: var(--f1-accent); color: #111; border-color: var(--f1-accent); }
.f1-btn-primary:hover, a.f1-btn-primary:hover { background: var(--f1-accent-dk); border-color: var(--f1-accent-dk); color: #fff; }
.f1-btn-ghost, a.f1-btn-ghost { background: transparent; color: #fff; border-color: #fff; }
.f1-btn-ghost:hover, a.f1-btn-ghost:hover { background: #fff; color: var(--f1-header); }
.f1-btn-ghost-dark, a.f1-btn-ghost-dark { background: transparent; color: var(--f1-header); border-color: var(--f1-header); }
.f1-btn-ghost-dark:hover, a.f1-btn-ghost-dark:hover { background: var(--f1-header); color: #fff; }
/* Stats Bar */
.f1-stats { background: #1a1a1a; padding: 40px 20px; display: flex; justify-content: space-around; flex-wrap: wrap; gap: 30px; }
.f1-stat { text-align: center; color: #fff; }
.f1-stat-num { display: block; font-family: 'Bebas Neue', sans-serif; font-size: 48px; color: var(--f1-accent); line-height: 1; }
.f1-stat-label { display: block; font-size: 13px; color: #aaa; letter-spacing: 0.15em; text-transform: uppercase; margin-top: 6px; }
/* Sections */
.f1-section { padding: 70px 20px; }
.f1-section-alt { background: var(--f1-bg-alt); }
.f1-section-dark { background: #1a1a1a; color: #fff; }
.f1-section-wrap, .wrap { max-width: 1280px; margin: 0 auto; }
.f1-section-heading { font-size: clamp(28px, 4vw, 42px); color: var(--f1-header); margin: 0 0 12px; }
.f1-section-dark .f1-section-heading { color: #fff; }
.f1-section-sub { font-size: 17px; color: var(--f1-muted); margin: 0 0 32px; max-width: 800px; line-height: 1.7; }
.f1-section-dark .f1-section-sub { color: #c0c0c0; }
.f1-section .woocommerce { margin-top: 26px; }
/* Feature list */
.f1-feature-list { list-style: none; padding: 0; margin: 24px 0; }
.f1-feature-list li { padding: 14px 18px; border-left: 4px solid var(--f1-accent); margin-bottom: 12px; background: #f9f9f9; line-height: 1.7; color: var(--f1-text); }
.f1-feature-list li strong { color: var(--f1-header); display: block; margin-bottom: 4px; font-size: 16px; }
.f1-section-dark .f1-feature-list li { background: #222; color: #ddd; }
.f1-section-dark .f1-feature-list li strong { color: var(--f1-accent); }
/* Why Choose Cards */
.f1-why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 26px; margin-top: 30px; }
.f1-why-card { padding: 32px 28px; background: #fff; border: 1px solid #e5e5e5; border-top: 4px solid var(--f1-accent); border-radius: 4px; transition: transform 0.2s, box-shadow 0.2s; }
.f1-why-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.f1-why-card h3 { font-size: 22px; color: var(--f1-header); margin: 0 0 14px; letter-spacing: 0.02em; }
.f1-why-card p { color: #555; line-height: 1.7; margin: 0; font-size: 15px; }
/* Category Grid */
.f1-cat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; margin-top: 24px; }
.f1-cat-card { display: block; padding: 28px 22px; background: #fff; border: 1px solid #e5e5e5; border-left: 4px solid var(--f1-accent); text-decoration: none; transition: all 0.18s; }
.f1-cat-card:hover { background: var(--f1-header); border-color: var(--f1-accent); transform: translateY(-2px); box-shadow: 0 6px 16px rgba(0,0,0,0.15); }
.f1-cat-card h3 { font-size: 21px; color: var(--f1-header); margin: 0 0 6px; letter-spacing: 0.04em; transition: color 0.18s; }
.f1-cat-card p { font-size: 14px; color: #666; margin: 0; transition: color 0.18s; line-height: 1.55; }
.f1-cat-card:hover h3 { color: var(--f1-accent); }
.f1-cat-card:hover p { color: #ccc; }
.f1-cat-card br, .f1-cat-grid > br, .f1-cat-grid > p:empty { display: none; }
/* Trust Bar */
.f1-trust-bar { background: #fff; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; padding: 28px 20px; display: flex; flex-wrap: wrap; justify-content: space-around; gap: 20px; }
.f1-trust-item { display: flex; align-items: center; gap: 10px; font-family: 'Lato', sans-serif; font-weight: 700; color: var(--f1-header); font-size: 15px; letter-spacing: 0.02em; }
.f1-trust-item .f1-trust-icon { font-size: 22px; color: var(--f1-accent); }
/* FFL Strip */
.f1-ffl-strip { background: var(--f1-header); color: #fff; padding: 30px 20px; text-align: center; border-top: 3px solid var(--f1-accent); }
.f1-ffl-strip h2 { color: var(--f1-accent); margin: 0 0 10px; font-size: 28px; }
.f1-ffl-strip p { color: #d0d0d0; max-width: 800px; margin: 0 auto 16px; line-height: 1.65; }
/* About / contact pages (unstyled on the live site) */
.f1-about-hero { background: linear-gradient(rgba(17,17,17,0.88), rgba(17,17,17,0.94)), url('/assets/hero.jpg') center/cover; color: #fff; padding: 70px 20px; text-align: center; margin: -30px -20px 40px; }
.f1-about-hero h1 { color: #fff; font-size: clamp(36px, 5vw, 60px); }
.f1-about-hero p { color: #d0d0d0; max-width: 760px; margin: 0 auto; font-size: 18px; }
.f1-contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 26px; }
.f1-contact-card { padding: 28px; background: #fff; border: 1px solid #e5e5e5; border-top: 4px solid var(--f1-accent); }
.f1-contact-card h3 { margin-top: 0; }
.f1-inquiry-note { background: #fff4ec; border-left: 4px solid var(--f1-accent); padding: 12px 16px; }
/* Footer */
.f1-site-footer { background: var(--f1-footer); color: #c8c8c8; padding: 60px 20px 0; margin-top: 60px; border-top: 3px solid var(--f1-accent); }
.f1-footer-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 40px; }
.f1-footer-col h3 { color: var(--f1-accent); font-size: 22px; margin: 0 0 16px; letter-spacing: 0.06em; }
.f1-footer-col p { color: #b0b0b0; font-size: 14px; line-height: 1.7; margin: 0 0 12px; }
.f1-footer-col ul { list-style: none; padding: 0; margin: 0; }
.f1-footer-col li { margin-bottom: 8px; }
.f1-footer-col a { color: #c8c8c8; text-decoration: none; font-size: 14px; transition: color 0.15s; }
.f1-footer-col a:hover { color: var(--f1-accent); }
.f1-foot-trust, .f1-foot-compliance { font-size: 12px !important; color: #888 !important; line-height: 1.6; }
.f1-footer-bottom { max-width: 1280px; margin: 36px auto 0; padding: 20px 0; border-top: 1px solid #222; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; color: #888; font-size: 13px; }

/* ---- Section 2: layout that WordPress used to provide ---- */
.f1-container { max-width: 1280px; margin: 0 auto; padding: 30px 20px; }
.f1-narrow { max-width: 860px; }
.f1-breadcrumbs ol { list-style: none; padding: 0; margin: 0 0 18px; display: flex; flex-wrap: wrap; gap: 6px; font-size: 13px; color: #777; }
.f1-breadcrumbs li + li::before { content: "/"; margin-right: 6px; color: #bbb; }
.f1-breadcrumbs a { color: #555; text-decoration: none; }
.f1-breadcrumbs a:hover { color: var(--f1-accent-dk); }
.f1-archive-header { margin-bottom: 20px; }
.term-description { max-width: 900px; color: #555; }
.f1-subcats { list-style: none; padding: 0; margin: 0 0 20px; display: flex; flex-wrap: wrap; gap: 8px; }
.f1-subcats a { display: inline-block; padding: 6px 12px; border: 1px solid #ddd; border-radius: 2px; text-decoration: none; color: var(--f1-header); font-size: 14px; }
.f1-subcats a:hover { border-color: var(--f1-accent); color: var(--f1-accent-dk); }
.f1-subcats span { color: #999; }
.f1-listing-bar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.woocommerce-result-count { color: #777; font-size: 14px; margin: 0; }
/* Product grid */
ul.products { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
ul.products li.product { position: relative; display: flex; flex-direction: column; background: #fff; border: 1px solid #eee; border-radius: 4px; padding: 14px; transition: box-shadow 0.2s, transform 0.2s; }
ul.products li.product:hover { box-shadow: 0 8px 22px rgba(0,0,0,0.09); transform: translateY(-2px); }
ul.products li.product .product-thumb { display: block; position: relative; aspect-ratio: 430 / 304; overflow: hidden; background: #f7f7f7; border-radius: 3px; }
ul.products li.product .product-thumb img { width: 100%; height: 100%; object-fit: contain; transition: transform 0.2s; }
ul.products li.product:hover .product-thumb img { transform: scale(1.03); }
.no-image { display: flex; align-items: center; justify-content: center; height: 100%; min-height: 120px; color: #aaa; font-family: 'Bebas Neue', sans-serif; letter-spacing: 0.1em; }
.onsale { position: absolute; top: 8px; left: 8px; background: var(--f1-accent); color: #111; font-family: 'Bebas Neue', sans-serif; letter-spacing: 0.08em; padding: 3px 10px; border-radius: 2px; z-index: 2; font-size: 14px; }
ul.products li.product.outofstock .product-thumb::after { content: "Out of stock"; position: absolute; bottom: 8px; left: 8px; background: #333; color: #fff; font-size: 12px; padding: 2px 8px; border-radius: 2px; }
.woocommerce-loop-product__title { font-family: 'Lato', sans-serif; font-size: 15px; font-weight: 700; line-height: 1.4; margin: 12px 0 4px; letter-spacing: 0; }
.woocommerce-loop-product__title a { color: var(--f1-header); text-decoration: none; }
.woocommerce-loop-product__title a:hover { color: var(--f1-accent-dk); }
ul.products .entry-meta { list-style: none; padding: 0; margin: 0 0 6px; font-size: 12px; }
ul.products .entry-meta a { color: #888; text-decoration: none; text-transform: uppercase; letter-spacing: 0.05em; }
.price { color: var(--f1-accent); font-weight: 700; font-size: 17px; }
.price del { color: #999; font-weight: 400; font-size: 0.9em; }
.price ins { text-decoration: none; }
.price-call { color: #777; font-weight: 400; font-size: 14px; }
ul.products li.product .button { margin-top: auto; }
.button, a.button { display: inline-block; text-align: center; background: var(--f1-accent); color: #111; font-family: 'Bebas Neue', sans-serif; letter-spacing: 0.08em; font-size: 16px; padding: 10px 18px; border: 2px solid var(--f1-accent); border-radius: 2px; text-decoration: none; margin-top: 12px; transition: all 0.15s; }
.button:hover, a.button:hover { background: var(--f1-accent-dk); border-color: var(--f1-accent-dk); color: #fff; }
.star-rating { display: inline-block; position: relative; width: 5.4em; height: 1em; line-height: 1; font-size: 13px; letter-spacing: 0.1em; margin: 4px 0; }
.star-rating::before { content: "\2605\2605\2605\2605\2605"; color: #ddd; position: absolute; left: 0; top: 0; }
.star-rating > span { position: absolute; left: 0; top: 0; overflow: hidden; white-space: nowrap; }
.star-rating > span::before { content: "\2605\2605\2605\2605\2605"; color: #f5a623; }
/* Pagination */
.woocommerce-pagination { margin: 30px 0 10px; }
.woocommerce-pagination ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; }
.page-numbers { display: inline-block; min-width: 40px; padding: 8px 12px; text-align: center; border: 1px solid #ddd; border-radius: 2px; text-decoration: none; color: var(--f1-header); font-weight: 700; }
a.page-numbers:hover { border-color: var(--f1-accent); color: var(--f1-accent-dk); }
.page-numbers.current { background: var(--f1-header); color: #fff; border-color: var(--f1-header); }
.page-numbers.dots { border: 0; }
/* Single product */
.f1-product-top { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 40px; margin-bottom: 40px; }
.f1-gallery-main { border: 1px solid #eee; border-radius: 4px; background: #fafafa; aspect-ratio: 1200 / 800; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.f1-gallery-main img { width: 100%; height: 100%; object-fit: contain; }
.f1-gallery-thumbs { list-style: none; padding: 0; margin: 10px 0 0; display: flex; gap: 8px; flex-wrap: wrap; }
.f1-gallery-thumbs button { border: 2px solid #eee; background: #fff; padding: 2px; cursor: pointer; border-radius: 3px; width: 84px; height: 64px; }
.f1-gallery-thumbs button img { width: 100%; height: 100%; object-fit: contain; }
.f1-gallery-thumbs button.active { border-color: var(--f1-accent); }
.product_title { font-size: clamp(26px, 3.4vw, 38px); margin-bottom: 8px; }
.f1-rating { display: flex; align-items: center; gap: 8px; font-size: 14px; }
.f1-price .price { font-size: 30px; }
.woocommerce-product-details__short-description { color: #444; }
.stock { font-weight: 700; margin: 8px 0; }
.stock.in-stock { color: #1a8f3a; }
.stock.out-of-stock { color: #b32020; }
.f1-buy { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; margin: 16px 0 20px; }
.f1-buy .button { font-size: 20px; padding: 14px 34px; margin: 0; }
.f1-buy .f1-btn { padding: 12px 24px; font-size: 16px; }
.product_meta { font-size: 14px; color: #666; border-top: 1px solid #eee; padding-top: 14px; display: flex; flex-direction: column; gap: 6px; }
.product_meta a { color: var(--f1-header); }
.f1-trust-mini { list-style: none; padding: 14px 16px; margin: 20px 0 0; background: var(--f1-bg-alt); border-left: 4px solid var(--f1-accent); font-size: 14px; }
.f1-trust-mini li { margin: 4px 0; }
.f1-tabs .tabs { list-style: none; padding: 0; margin: 0; display: flex; gap: 4px; border-bottom: 2px solid #e5e5e5; }
.f1-tabs .tabs a { display: block; padding: 12px 20px; text-decoration: none; color: #666; font-family: 'Bebas Neue', sans-serif; letter-spacing: 0.08em; font-size: 18px; border-bottom: 3px solid transparent; margin-bottom: -2px; }
.f1-tabs .tabs li.active a { color: var(--f1-header); border-bottom-color: var(--f1-accent); }
.f1-tabs .panel { padding: 24px 0; max-width: 1000px; }
.shop_attributes { border-collapse: collapse; width: 100%; max-width: 640px; }
.shop_attributes th, .shop_attributes td { text-align: left; padding: 8px 12px; border-bottom: 1px solid #eee; }
.shop_attributes th { width: 35%; color: #333; }
.commentlist { list-style: none; padding: 0; margin: 0; }
.commentlist .review { border-bottom: 1px solid #eee; padding: 14px 0; }
.commentlist .meta { margin: 4px 0; font-size: 14px; color: #666; }
.commentlist .description p { margin: 4px 0; }
.f1-review-cta { margin-top: 16px; font-size: 14px; color: #666; }
.related.products h2 { margin: 30px 0 16px; }
/* Content typography (WordPress content) */
.entry-content { line-height: 1.75; }
.entry-content h2, .entry-content h3 { margin-top: 1.4em; }
.entry-content img { height: auto; }
.entry-content figure { margin: 1.5em 0; }
.entry-content table { border-collapse: collapse; width: 100%; margin: 1em 0; font-size: 15px; }
.entry-content th, .entry-content td { border: 1px solid #e5e5e5; padding: 8px 12px; text-align: left; vertical-align: top; }
.entry-content th { background: #f6f6f6; }
.entry-content blockquote { border-left: 4px solid var(--f1-accent); margin: 1.2em 0; padding: 4px 18px; color: #444; background: #fafafa; }
.entry-content iframe { max-width: 100%; }
.entry-content .wp-block-buttons a, .entry-content .wp-block-button__link { display: inline-block; background: var(--f1-accent); color: #111; padding: 10px 20px; text-decoration: none; border-radius: 2px; font-family: 'Bebas Neue', sans-serif; letter-spacing: 0.08em; }
.entry-content .alignwide, .entry-content .alignfull { max-width: 100%; }
.f1-home .entry-content, .f1-home > p:empty { margin: 0; }
.f1-home > p:empty, .f1-home > br { display: none; }
.entry-header .entry-meta { list-style: none; padding: 0; margin: 0 0 20px; display: flex; flex-wrap: wrap; gap: 14px; color: #777; font-size: 14px; }
.entry-header .entry-meta a { color: var(--f1-accent-dk); text-decoration: none; }
.post-thumbnail img { width: 100%; border-radius: 4px; }
.f1-related-posts { margin-top: 50px; border-top: 1px solid #eee; padding-top: 24px; }
.f1-related-posts ul { list-style: none; padding: 0; }
.f1-related-posts li { padding: 6px 0; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.f1-related-posts time { color: #999; font-size: 13px; }
/* Blog grid */
.f1-post-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 26px; }
.f1-post-card { background: #fff; border: 1px solid #eee; border-radius: 4px; overflow: hidden; display: flex; flex-direction: column; }
.f1-post-thumb { display: block; aspect-ratio: 16 / 9; background: #f2f2f2; overflow: hidden; }
.f1-post-thumb img { width: 100%; height: 100%; object-fit: cover; }
.f1-post-card h2 { font-family: 'Lato', sans-serif; font-size: 17px; font-weight: 700; letter-spacing: 0; padding: 14px 16px 0; margin: 0 0 4px; }
.f1-post-card h2 a { color: var(--f1-header); text-decoration: none; }
.f1-post-card .meta { padding: 0 16px; color: #888; font-size: 13px; margin: 0 0 8px; }
.f1-post-card p { padding: 0 16px; margin: 0 0 10px; font-size: 14px; color: #555; }
.f1-post-card .more { padding: 0 16px 16px; margin-top: auto; text-decoration: none; font-weight: 700; color: var(--f1-accent-dk); }
.woocommerce-info { background: #f6f6f6; border-left: 4px solid var(--f1-accent); padding: 14px 18px; }
.f1-store-notice { background: #fff4ec; border: 1px solid #ffd2b3; padding: 20px; border-radius: 4px; margin: 20px 0; }
.f1-404 { text-align: center; padding-top: 60px; padding-bottom: 60px; }
.f1-404 .f1-search-big { margin-left: auto; margin-right: auto; }

@media (max-width: 1100px) { ul.products { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 900px) {
  .f1-toggle { display: block; margin-left: auto; }
  .f1-topnav-inner { flex-wrap: wrap; }
  .f1-mainmenu { display: none; flex-basis: 100%; }
  .f1-mainmenu.open { display: block; }
  .f1-menu-list { flex-direction: column; gap: 0; padding-top: 10px; }
  .f1-menu-list .sub-menu { position: static; display: none; box-shadow: none; border-top: 0; padding-left: 14px; }
  .f1-menu-list > li.open > .sub-menu { display: block; }
  .f1-search { order: 5; flex-basis: 100%; margin-top: 8px; }
  .f1-search input { width: 100%; flex: 1; }
  .f1-product-top { grid-template-columns: 1fr; gap: 24px; }
}
@media (max-width: 768px) {
  .f1-section { padding: 50px 16px; }
  .f1-hero { padding: 60px 16px; }
  .f1-stats { gap: 16px; padding: 28px 16px; }
  .f1-stat-num { font-size: 36px; }
  .f1-footer-inner { gap: 28px; }
  .f1-footer-bottom { flex-direction: column; text-align: center; }
  ul.products { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  ul.products li.product { padding: 10px; }
  .f1-container { padding: 20px 14px; }
  .f1-tabs .tabs { overflow-x: auto; }
}
@media (max-width: 420px) { ul.products { grid-template-columns: 1fr; } }
