/*
Theme Name: Ghostforce Tactical
Theme URI: https://ghostforce.it/
Author: Ghostforce
Description: Tema WordPress e-commerce dark/tactical per Ghostforce, pensato per WooCommerce.
1.5.17
Requires at least: 6.6
Tested up to: 7.1
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: ghostforce
*/
:root{
  --gf-bg:#ffffff;
  --gf-panel:#222222;
  --gf-panel2:#111111;
  --gf-line:#dedede;
  --gf-text:#171717;
  --gf-muted:#777777;
  --gf-accent:#22a447;
  --gf-red:#d71920;
  --gf-radius:3px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--gf-bg);color:var(--gf-text);font-family:Arial,Helvetica,sans-serif}
a{color:inherit;text-decoration:none}
a:hover{color:var(--gf-accent)}
.wp-site-blocks{padding:0}
.gf-wrap{width:min(1400px,92vw);margin:auto}
.gf-top{display:none}
.gf-top .gf-wrap{display:flex;justify-content:flex-end;gap:20px;padding:7px 0}
.gf-header{background:#fff;border-bottom:1px solid #ddd;position:relative;z-index:50}
.gf-header .gf-wrap{display:grid;grid-template-columns:280px minmax(400px,1fr) 250px;align-items:center;gap:28px;padding:10px 0}
.gf-logo{display:flex;align-items:center;gap:0;font-weight:900;color:#161616;line-height:1}
.gf-logo img{display:block;width:245px;height:74px;object-fit:contain;object-position:left center}
.gf-search{display:flex;background:#fff;border:1px solid #d5d5d5;border-radius:28px;height:48px;overflow:hidden}
.gf-search input{flex:1;background:transparent;border:0;color:#222;padding:0 22px;outline:0;font-size:14px}
.gf-search input::placeholder{color:#8a8a8a}
.gf-search button{width:58px;border:0;background:#fff;color:#111;font-size:24px;cursor:pointer}
.gf-actions{display:flex;gap:18px;align-items:center;justify-content:flex-end;font-size:12px;font-weight:800;color:#111}
.gf-action{display:flex;align-items:center;gap:7px;position:relative}
.gf-action svg{width:30px;height:30px;stroke:#111}
.gf-cart-badge{position:absolute;top:-7px;left:20px;background:var(--gf-red);color:#fff;border-radius:50%;min-width:19px;height:19px;padding:0 5px;display:grid;place-items:center;font-size:10px;line-height:1}
.gf-lang{display:flex;align-items:center;gap:6px}
.gf-flag{width:24px;height:16px;display:grid;grid-template-columns:1fr 1fr 1fr;overflow:hidden;border-radius:1px}
.gf-flag i:nth-child(1){background:#159447}.gf-flag i:nth-child(2){background:#fff}.gf-flag i:nth-child(3){background:#ce2b37}
.gf-nav{background:#000;border-bottom:0}
.gf-nav .gf-wrap{width:100%;display:grid;grid-template-columns:repeat(4,1fr);gap:0;overflow:visible}
.gf-nav a{padding:8px 8px 7px;font-size:12px;font-weight:800;text-transform:none;letter-spacing:0;color:#fff;text-align:center;white-space:nowrap;border-right:1px solid rgba(255,255,255,.03);transition:.15s}
.gf-nav a:hover{background:#181818;color:#fff}
.gf-nav .gf-nav-item{display:flex;flex-direction:column;align-items:center;gap:4px;min-height:60px;justify-content:center}
.gf-nav-icon{height:30px;display:grid;place-items:center;color:var(--gf-red)}
.gf-nav-icon svg{width:29px;height:29px;stroke:var(--gf-red);fill:var(--gf-red);stroke-width:1.2;stroke-linecap:round;stroke-linejoin:round}
.gf-nav-icon svg .gf-cut{fill:#232323;stroke:#232323}
.gf-nav-label{font-size:14px;line-height:1.1;text-align:center;font-weight:800}
.gf-hero{min-height:510px;display:grid;place-items:center;text-align:center;position:relative;overflow:hidden;background:linear-gradient(135deg,#f7f7f7 0%,#ffffff 55%,#eeeeee 100%)}
.gf-hero:before{content:"";position:absolute;inset:0;opacity:.22;background-image:linear-gradient(90deg,transparent 49%,rgba(255,255,255,.06) 50%,transparent 51%),linear-gradient(0deg,transparent 49%,rgba(255,255,255,.04) 50%,transparent 51%);background-size:70px 70px}
.gf-hero-inner{position:relative;z-index:1;width:min(900px,90vw);padding:80px 0}
.gf-kicker{font-size:12px;font-weight:900;letter-spacing:.22em;text-transform:uppercase;color:var(--gf-accent)}
.gf-hero h1{font-size:clamp(42px,7vw,86px);line-height:.9;margin:14px 0 20px;text-transform:uppercase;letter-spacing:-.04em}
.gf-hero p{max-width:680px;margin:0 auto 28px;color:#555;font-size:17px}
.gf-btn{display:inline-block;background:var(--gf-red);color:#fff;padding:14px 24px;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;border-radius:var(--gf-radius)}
.gf-btn:hover{background:#a91016;color:#fff}
.gf-btn.alt{background:#222;color:#fff;border:1px solid #222;margin-left:8px}
.gf-section{padding:58px 0}
.gf-section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:22px}
.gf-section h2{margin:0;text-transform:uppercase;letter-spacing:.04em;font-size:30px}
.gf-section-head p{margin:0;color:var(--gf-muted);font-size:13px}
.gf-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.gf-cat{min-height:170px;padding:22px;background:linear-gradient(145deg,#171d21,#0e1215);border:1px solid var(--gf-line);display:flex;flex-direction:column;justify-content:end;position:relative;overflow:hidden}
.gf-cat:after{content:"";position:absolute;width:120px;height:120px;border:1px solid rgba(199,255,0,.15);right:-45px;top:-45px;transform:rotate(45deg)}
.gf-cat strong{font-size:20px;text-transform:uppercase;position:relative;z-index:1}
.gf-cat span{color:var(--gf-muted);font-size:12px;margin-top:7px;position:relative;z-index:1}
.gf-products{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.gf-product{background:#101417;border:1px solid var(--gf-line);transition:.2s;overflow:hidden}
.gf-product:hover{border-color:#68720a;transform:translateY(-2px)}
.gf-product-img{aspect-ratio:1/1;background:linear-gradient(135deg,#1a2024,#0a0d0f);display:grid;place-items:center;color:#667077;font-size:11px;text-transform:uppercase}
.gf-product-body{padding:15px}
.gf-product .tag{font-size:10px;color:var(--gf-red);font-weight:900;text-transform:uppercase}
.gf-product h3{font-size:15px;line-height:1.25;margin:7px 0 12px}
.gf-price{font-size:18px;font-weight:900}
.gf-features{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--gf-line);border:1px solid var(--gf-line)}
.gf-feature{background:#0d1113;padding:26px 20px}
.gf-feature strong{display:block;text-transform:uppercase;font-size:12px;margin-bottom:8px}
.gf-feature span{font-size:12px;color:var(--gf-muted)}
.gf-newsletter{background:#222;color:#fff;padding:44px}
.gf-newsletter .gf-wrap{display:flex;align-items:center;justify-content:space-between;gap:30px}
.gf-newsletter h2{margin:0 0 7px;text-transform:uppercase}
.gf-newsletter p{margin:0;font-size:13px}
.gf-newsletter form{display:flex;min-width:min(470px,100%)}
.gf-newsletter input{flex:1;padding:14px;border:0;background:#fff}
.gf-newsletter button{border:0;padding:14px 20px;background:var(--gf-red);color:#fff;font-weight:900}
.gf-footer{background:#111;border-top:1px solid var(--gf-line);padding:50px 0 25px;color:#aab1b5}
.gf-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:35px}
.gf-footer h3{color:#fff;text-transform:uppercase;font-size:12px;letter-spacing:.08em}
.gf-footer p,.gf-footer a{font-size:12px;color:#8f989e}
.gf-copy{border-top:1px solid var(--gf-line);margin-top:35px;padding-top:18px;font-size:11px;color:#687177}
.woocommerce .site-main,.woocommerce-page .site-main{width:min(1400px,92vw);margin:50px auto}
.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,1fr);gap:16px}
.woocommerce ul.products li.product{width:auto!important;margin:0!important;background:#101417;border:1px solid var(--gf-line);padding:12px}
.woocommerce ul.products li.product a img{background:#171c20}
.woocommerce ul.products li.product .price{color:#fff;font-weight:900}
.woocommerce span.onsale{background:var(--gf-red);color:#fff}
.woocommerce button.button,.woocommerce a.button{background:var(--gf-red);color:#fff;border-radius:2px;text-transform:uppercase;font-weight:900}
@media(max-width:1000px){.gf-header .gf-wrap{grid-template-columns:1fr auto}.gf-search{grid-column:1/-1;grid-row:2}.gf-nav .gf-wrap{grid-template-columns:repeat(4,1fr)}.gf-grid,.gf-products,.woocommerce ul.products{grid-template-columns:repeat(2,1fr)}.gf-features{grid-template-columns:repeat(2,1fr)}.gf-footer-grid{grid-template-columns:1fr 1fr}.gf-newsletter .gf-wrap{flex-direction:column;align-items:flex-start}.gf-newsletter form{min-width:0;width:100%}}
@media(max-width:600px){.gf-top{display:none}.gf-header .gf-wrap{grid-template-columns:1fr auto}.gf-logo img{width:205px;height:62px}.gf-nav .gf-wrap{grid-template-columns:repeat(2,1fr)}.gf-header .gf-wrap{padding:12px 0}.gf-logo{font-size:21px}.gf-actions span{display:none}.gf-nav a{padding:12px 11px}.gf-hero{min-height:430px}.gf-hero h1{font-size:48px}.gf-grid,.gf-products,.woocommerce ul.products{grid-template-columns:1fr}.gf-features{grid-template-columns:1fr}.gf-footer-grid{grid-template-columns:1fr}.gf-section{padding:42px 0}.gf-newsletter{padding:30px 5vw}}


/* Ghostforce premium category mega-dropdowns */
.gf-nav-item-wrap{position:relative;height:100%}
.gf-nav > .gf-wrap > .gf-nav-item-wrap > a{height:100%;display:flex;align-items:center;justify-content:center}
.gf-nav-item-wrap:hover > a .gf-nav-caret{transform:rotate(180deg)}
.gf-nav-caret{font-size:12px;margin-left:6px;transition:transform .15s}

.gf-dropdown{
  display:none;
  position:absolute;
  top:100%;
  left:0;
  min-width:355px;
  background:#000;
  color:#fff;
  border:1px solid #272727;
  box-shadow:0 12px 30px rgba(0,0,0,.38);
  z-index:100;
  text-align:left;
  padding:6px 0;
}
.gf-nav-item-wrap:hover > .gf-dropdown{display:block}

.gf-dropdown-item{position:relative;border-bottom:1px solid #242424}
.gf-dropdown-item:last-child{border-bottom:0}

.gf-dropdown-link{
  display:flex!important;
  align-items:center;
  justify-content:space-between;
  width:100%;
  padding:12px 17px!important;
  color:#fff!important;
  background:#000!important;
  font-size:14px!important;
  font-weight:800!important;
  text-align:left!important;
  text-transform:none!important;
  letter-spacing:0!important;
}
.gf-dropdown-link:hover{background:#171717!important;color:#fff!important}
.gf-dropdown-link-left{display:flex;align-items:center;gap:12px;min-width:0}
.gf-dropdown-icon{
  width:31px;height:31px;flex:0 0 31px;
  display:grid;place-items:center;
  color:#fff;
}
.gf-dropdown-icon svg{width:31px;height:31px;display:block}
.gf-dropdown-icon .red{fill:#e21b23}
.gf-dropdown-icon .white{fill:#fff}
.gf-dropdown-icon .outline{fill:none;;;stroke-linecap:round;stroke-linejoin:round}
.gf-dropdown-arrow{font-size:24px;line-height:1;color:#fff;margin-left:18px;opacity:.9}

.gf-subdropdown{
  display:none;
  position:absolute;
  top:-7px;
  left:100%;
  min-width:350px;
  background:#000;
  border:1px solid #272727;
  box-shadow:10px 12px 30px rgba(0,0,0,.38);
  z-index:101;
  padding:6px 0;
}
.gf-dropdown-item:hover > .gf-subdropdown{display:block}
.gf-subdropdown a{
  display:flex!important;
  align-items:center;
  gap:12px;
  padding:11px 17px!important;
  color:#fff!important;
  background:#000!important;
  font-size:14px!important;
  font-weight:800!important;
  text-align:left!important;
  text-transform:none!important;
  letter-spacing:0!important;
  border-bottom:1px solid #242424;
}
.gf-subdropdown a:last-child{border-bottom:0}
.gf-subdropdown a:hover{background:#171717!important;color:#fff!important}
.gf-subicon{width:29px;height:29px;flex:0 0 29px;display:grid;place-items:center}
.gf-subicon svg{width:29px;height:29px}
.gf-subicon .red{fill:#e21b23}
.gf-subicon .white{fill:#fff}
.gf-subicon .outline{fill:none;;;stroke-linecap:round;stroke-linejoin:round}

@media(max-width:1000px){
  .gf-dropdown{min-width:300px}
  .gf-subdropdown{position:static;box-shadow:none;border-left:0;border-right:0}
  .gf-dropdown-item:hover > .gf-subdropdown{display:block}
}

/* Icon image system */
.gf-nav-icon img{display:block;width:42px;height:34px;object-fit:contain}

/* Exact MIL-SIM icon pack */
.gf-nav-icon img{display:block;width:48px;height:34px;object-fit:contain}
.gf-dropdown-icon img{display:block;width:40px;height:34px;object-fit:contain;flex:0 0 40px;background:transparent!important;}
.gf-subicon{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;overflow:visible;}
.gf-subicon img{display:block;width:34px;height:30px;object-fit:contain;max-width:none;background:transparent!important;}

/* v1.1.6: center the three remaining main categories */
.gf-nav > .gf-wrap{
  justify-content:center!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.gf-nav > .gf-wrap > .gf-nav-item-wrap{
  flex:1 1 0;
  max-width:360px;
}
.gf-nav > .gf-wrap > .gf-nav-item-wrap > .gf-nav-main{
  width:100%;
  justify-content:center!important;
}

/* v1.1.7 — Pistole a GAS shop page */
.gf-shop-page{background:#fff;color:#111;min-height:70vh}
.gf-shop-hero{background:#000;color:#fff;padding:28px 0 30px;border-bottom:4px solid #e21b23}
.gf-breadcrumb{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.4px;color:#aaa;margin-bottom:12px}
.gf-breadcrumb span{color:#e21b23;margin:0 7px}
.gf-shop-hero h1{margin:0;text-transform:uppercase;font-size:34px;line-height:1;font-weight:900;letter-spacing:-.8px}
.gf-shop-hero p{max-width:760px;margin:12px 0 0;color:#d5d5d5;font-size:14px;font-weight:600}
.gf-shop-layout{display:grid;grid-template-columns:220px 1fr;gap:28px;padding-top:28px;padding-bottom:60px}
.gf-shop-sidebar{border:1px solid #ddd;height:max-content;background:#fff}
.gf-filter-title{background:#000;color:#fff;font-size:13px;font-weight:900;padding:15px}
.gf-filter{padding:15px;border-bottom:1px solid #e5e5e5;font-size:13px;font-weight:800;display:flex;justify-content:space-between}
.gf-products-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;font-size:13px}
.gf-products-toolbar button{border:1px solid #ddd;background:#fff;padding:10px 14px;font-weight:800}
.gf-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.gf-product-card{border:1px solid #e1e1e1;background:#fff;padding:0 0 15px;display:flex;flex-direction:column;min-width:0;transition:transform .15s,box-shadow .15s}
.gf-product-card:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(0,0,0,.09)}
.gf-product-image{height:235px;background:#f5f5f5;display:grid;place-items:center;position:relative;border-bottom:1px solid #e5e5e5}
.gf-product-image img{width:150px;height:130px;object-fit:contain;filter:brightness(0);opacity:.88}
.gf-product-badge{position:absolute;left:10px;top:10px;background:#e21b23;color:#fff;padding:5px 7px;font-size:10px;font-weight:900}
.gf-product-brand{padding:14px 15px 4px;color:#777;font-size:10px;font-weight:900;text-transform:uppercase}
.gf-product-card h2{padding:0 15px;margin:0;font-size:16px;line-height:1.18;font-weight:900}
.gf-product-card p{padding:0 15px;margin:9px 0 13px;color:#666;font-size:12px;line-height:1.45;flex:1}
.gf-product-bottom{padding:0 15px;display:flex;justify-content:space-between;gap:10px;align-items:center}
.gf-price{display:flex;flex-direction:column;font-size:16px}.gf-price strong{font-weight:900}.gf-price del{font-size:11px;color:#999}
.gf-add{border:0;background:#e21b23;color:#fff;padding:10px 12px;font-size:11px;font-weight:900;cursor:pointer}
@media(max-width:900px){.gf-shop-layout{grid-template-columns:1fr}.gf-shop-sidebar{display:none}.gf-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.gf-product-grid{grid-template-columns:1fr}.gf-shop-hero h1{font-size:28px}}

/* v1.1.9 — center the three main category items across the full content width */
.gf-nav > .gf-wrap{
  width:min(1400px,92vw)!important;
  margin-left:auto!important;
  margin-right:auto!important;
  display:flex!important;
  flex-direction:row!important;
  justify-content:center!important;
  align-items:stretch!important;
  gap:0!important;
  overflow:visible!important;
}
.gf-nav > .gf-wrap > .gf-nav-item-wrap{
  flex:0 0 33.333%!important;
  max-width:360px!important;
}
.gf-nav > .gf-wrap > .gf-nav-item-wrap > .gf-nav-main{
  width:100%!important;
  justify-content:center!important;
}
.gf-product-image img{
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:235px!important;
  object-fit:contain!important;
  filter:none!important;
  opacity:1!important;
  padding:14px;
  box-sizing:border-box;
}

/* v1.2.0 — force category nav truly centered and keep 3 items balanced */
@media(min-width:1001px){.gf-nav > .gf-wrap{width:100%!important;max-width:none!important;justify-content:center!important}.gf-nav > .gf-wrap > .gf-nav-item-wrap{flex:0 0 300px!important;max-width:300px!important}.gf-nav > .gf-wrap > .gf-nav-item-wrap > .gf-nav-main{justify-content:center!important}}
.gf-add{text-decoration:none!important;display:inline-flex;align-items:center;justify-content:center}

/* Ghostforce v1.2.1 — WooCommerce catalog polish */
.woocommerce .site-main,.woocommerce-page .site-main{width:min(1400px,92vw);margin:35px auto 70px}
.woocommerce .woocommerce-products-header{margin-bottom:22px}
.woocommerce .woocommerce-products-header__title{font-size:34px;text-transform:uppercase;font-weight:900;color:#111}
.woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:22px!important}
.woocommerce ul.products li.product{background:#fff!important;border:1px solid #ddd!important;padding:0!important;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.06)}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link{display:block}
.woocommerce ul.products li.product a img{width:100%!important;height:300px!important;object-fit:contain!important;background:#f5f5f5!important;margin:0 0 14px!important;padding:18px;box-sizing:border-box;filter:none!important;opacity:1!important}
.woocommerce ul.products li.product .woocommerce-loop-product__title{color:#111!important;font-size:16px!important;line-height:1.2!important;padding:0 16px!important;font-weight:900!important}
.woocommerce ul.products li.product .price{color:#111!important;padding:0 16px!important;font-size:17px!important}
.woocommerce ul.products li.product .button{margin:8px 16px 18px!important;background:#e21b23!important;color:#fff!important;padding:12px 14px!important;display:inline-block!important;border-radius:0!important}
.woocommerce span.onsale{background:#e21b23!important;min-height:auto!important;line-height:1!important;padding:8px 10px!important;border-radius:0!important;top:10px!important;left:10px!important}
.gf-shop-all{background:#e21b23;color:#fff!important;padding:10px 14px;font-size:11px;font-weight:900;text-decoration:none}
.gf-product-image img{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:contain!important;filter:none!important;opacity:1!important;padding:18px;box-sizing:border-box}
.gf-product-image{overflow:hidden}
.gf-product-card h2 a{color:#111;text-decoration:none}
.gf-product-card p{color:#555}
.gf-empty-shop{border:1px solid #ddd;padding:50px;text-align:center;background:#fafafa}
.gf-no-image{font-size:11px;font-weight:900;color:#999;letter-spacing:.5px}
.gf-price{display:flex;flex-direction:column;gap:3px}
.gf-price .amount{font-weight:900;color:#111}
.gf-price del{font-size:12px;color:#999}
.gf-add{background:#e21b23;color:#fff!important;text-decoration:none;padding:11px 12px;font-size:11px;font-weight:900;white-space:nowrap}
@media(max-width:900px){.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}.gf-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.woocommerce ul.products{grid-template-columns:1fr!important}.gf-product-grid{grid-template-columns:1fr}}


/* Ghostforce v1.2.2 — dedicated Pistole a GAS catalog */
.gf-gas-shop{background:#f7f7f7;color:#111;min-height:70vh}
.gf-gas-head{background:#050505;color:#fff;border-bottom:4px solid #e21b23;padding:30px 0 32px}
.gf-gas-breadcrumb{font-size:11px;font-weight:900;letter-spacing:.6px;color:#aaa;margin-bottom:12px}
.gf-gas-breadcrumb b{color:#e21b23;padding:0 8px}
.gf-gas-head h1{margin:0;font-size:38px;font-weight:950;letter-spacing:-1px}
.gf-gas-head p{margin:9px 0 0;color:#bbb;font-size:14px}
.gf-gas-content{padding:28px 0 70px}
.gf-gas-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;font-size:14px;color:#555}
.gf-gas-toolbar strong{color:#111;font-size:18px}
.gf-gas-toolbar a{background:#e21b23;color:#fff;text-decoration:none;padding:11px 16px;font-size:11px;font-weight:950;letter-spacing:.3px}
.gf-gas-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.gf-gas-card{background:#fff;border:1px solid #ddd;min-width:0;transition:transform .16s,box-shadow .16s}
.gf-gas-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(0,0,0,.10)}
.gf-gas-photo{height:280px;background:#fff;display:flex;align-items:center;justify-content:center;position:relative;border-bottom:1px solid #eee;overflow:hidden}
.gf-gas-photo img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:contain!important;padding:18px!important;margin:0!important;filter:none!important;opacity:1!important;background:#fff!important}
.gf-gas-sale{position:absolute;top:12px;left:12px;z-index:2;background:#e21b23;color:#fff;padding:6px 9px;font-size:10px;font-weight:950}
.gf-gas-info{padding:15px 15px 16px}
.gf-gas-brand{font-size:10px;color:#777;font-weight:900;text-transform:uppercase;letter-spacing:.7px;margin-bottom:6px}
.gf-gas-info h2{margin:0 0 14px;min-height:42px;font-size:15px;line-height:1.25;font-weight:950}
.gf-gas-info h2 a{color:#111;text-decoration:none}
.gf-gas-row{display:flex;justify-content:space-between;align-items:center;gap:10px}
.gf-gas-price{font-size:17px;font-weight:950;white-space:nowrap}
.gf-gas-price del{font-size:11px;color:#888;margin-right:5px}
.gf-gas-price ins{text-decoration:none;color:#e21b23}
.gf-gas-cart{background:#e21b23;color:#fff!important;text-decoration:none!important;padding:10px 11px;font-size:10px;font-weight:950;white-space:nowrap}
@media(max-width:1100px){.gf-gas-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.gf-gas-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gf-gas-photo{height:230px}}
@media(max-width:520px){.gf-gas-grid{grid-template-columns:1fr}.gf-gas-photo{height:270px}}


/* Ghostforce v1.2.3 — native WooCommerce category archive for Pistole a GAS */
body.tax-product_cat.term-pistole-a-gas .gf-section,
body.tax-product_cat.term-pistole-a-gas .woocommerce-page,
body.tax-product_cat.term-pistole-a-gas .woocommerce{background:#fff}
body.tax-product_cat.term-pistole-a-gas .gf-section{padding-top:48px;padding-bottom:80px}
body.tax-product_cat.term-pistole-a-gas .woocommerce-products-header{max-width:1400px;margin:0 auto 26px;padding:0 4vw}
body.tax-product_cat.term-pistole-a-gas .woocommerce-products-header__title{margin:0;color:#111;font-size:42px;line-height:1;text-transform:uppercase;font-weight:900;letter-spacing:.2px}
body.tax-product_cat.term-pistole-a-gas .woocommerce-result-count{margin:0 0 22px 4vw;color:#444;font-size:14px}
body.tax-product_cat.term-pistole-a-gas .woocommerce-ordering{margin:0 4vw 22px 0}
body.tax-product_cat.term-pistole-a-gas .woocommerce-ordering select{border:1px solid #bbb;background:#fff;color:#111;padding:8px 30px 8px 10px;font-size:13px}
body.tax-product_cat.term-pistole-a-gas ul.products{width:min(1400px,92vw)!important;margin:0 auto!important;padding:0!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:22px!important;float:none!important;clear:both!important}
body.tax-product_cat.term-pistole-a-gas ul.products li.product{width:auto!important;margin:0!important;float:none!important;clear:none!important;background:#fff!important;border:1px solid #dcdcdc!important;box-shadow:0 5px 18px rgba(0,0,0,.07)!important;padding:0!important;overflow:hidden!important;min-height:100%!important}
body.tax-product_cat.term-pistole-a-gas ul.products li.product a.woocommerce-LoopProduct-link{display:block!important}
body.tax-product_cat.term-pistole-a-gas ul.products li.product a img{display:block!important;width:100%!important;height:320px!important;object-fit:contain!important;background:#f7f7f7!important;padding:20px!important;margin:0 0 14px!important;filter:none!important;opacity:1!important}
body.tax-product_cat.term-pistole-a-gas ul.products li.product .woocommerce-loop-product__title{color:#111!important;font-size:15px!important;line-height:1.25!important;font-weight:900!important;padding:0 16px!important;margin:0 0 8px!important;min-height:38px}
body.tax-product_cat.term-pistole-a-gas ul.products li.product .price{color:#111!important;font-size:17px!important;font-weight:900!important;padding:0 16px!important;margin:0 0 14px!important}
body.tax-product_cat.term-pistole-a-gas ul.products li.product .price del{color:#777!important;margin-right:5px}
body.tax-product_cat.term-pistole-a-gas ul.products li.product .price ins{color:#111!important;text-decoration:none!important}
body.tax-product_cat.term-pistole-a-gas ul.products li.product .button{display:inline-block!important;margin:0 16px 18px!important;background:#e21b23!important;color:#fff!important;border:0!important;border-radius:0!important;text-transform:uppercase!important;font-weight:900!important;padding:12px 14px!important;font-size:13px!important}
body.tax-product_cat.term-pistole-a-gas ul.products li.product .button:hover{background:#111!important;color:#fff!important}
body.tax-product_cat.term-pistole-a-gas span.onsale{top:10px!important;right:10px!important;left:auto!important;background:#e21b23!important;color:#fff!important;border-radius:0!important;min-height:auto!important;line-height:1!important;padding:8px 10px!important;font-weight:900!important}
body.tax-product_cat.term-pistole-a-gas .woocommerce nav.woocommerce-pagination{width:min(1400px,92vw);margin:35px auto 0}
@media(max-width:1100px){body.tax-product_cat.term-pistole-a-gas ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:800px){body.tax-product_cat.term-pistole-a-gas ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:520px){body.tax-product_cat.term-pistole-a-gas ul.products{grid-template-columns:1fr!important}body.tax-product_cat.term-pistole-a-gas .woocommerce-products-header__title{font-size:32px}}


/* Ghostforce v1.2.4 — Pistole a GAS: horizontal catalog rows matching the reference layout */
body.tax-product_cat.term-pistole-a-gas .gf-section{padding-top:28px!important;padding-bottom:70px!important}
body.tax-product_cat.term-pistole-a-gas .woocommerce-products-header{width:min(1100px,96vw)!important;max-width:none!important;margin:0 auto 18px!important;padding:0!important}
body.tax-product_cat.term-pistole-a-gas .woocommerce-products-header__title{font-size:32px!important;text-transform:none!important;letter-spacing:0!important;font-weight:800!important;margin:0!important}
body.tax-product_cat.term-pistole-a-gas .woocommerce-result-count{width:min(1100px,96vw)!important;margin:0 auto 14px!important;font-size:14px!important;color:#444!important}
body.tax-product_cat.term-pistole-a-gas .woocommerce-ordering{width:min(1100px,96vw)!important;margin:0 auto 12px!important;text-align:right!important;display:block!important}
body.tax-product_cat.term-pistole-a-gas .woocommerce-ordering select{padding:7px 28px 7px 9px!important;border:1px solid #bbb!important;font-size:12px!important}
body.tax-product_cat.term-pistole-a-gas ul.products{
  width:min(1100px,96vw)!important;
  margin:0 auto!important;
  display:flex!important;
  flex-direction:column!important;
  gap:0!important;
  padding:0!important;
}
body.tax-product_cat.term-pistole-a-gas ul.products li.product{
  width:100%!important;
  margin:0!important;
  min-height:168px!important;
  display:grid!important;
  grid-template-columns:210px minmax(0,1fr) 180px!important;
  grid-template-rows:auto 1fr auto!important;
  column-gap:20px!important;
  align-items:center!important;
  float:none!important;
  clear:none!important;
  position:relative!important;
  background:#fff!important;
  border:0!important;
  border-bottom:1px solid #ddd!important;
  box-shadow:none!important;
  overflow:visible!important;
  padding:0 16px!important;
  box-sizing:border-box!important;
}
body.tax-product_cat.term-pistole-a-gas ul.products li.product:first-child{border-top:1px solid #ddd!important}
body.tax-product_cat.term-pistole-a-gas ul.products li.product a.woocommerce-LoopProduct-link{display:contents!important}
body.tax-product_cat.term-pistole-a-gas ul.products li.product a.woocommerce-LoopProduct-link img{
  grid-column:1!important;grid-row:1 / 4!important;
  width:190px!important;height:145px!important;max-width:190px!important;max-height:145px!important;
  object-fit:contain!important;background:#fff!important;padding:5px!important;margin:0!important;
  justify-self:center!important;align-self:center!important;
}
body.tax-product_cat.term-pistole-a-gas ul.products li.product .woocommerce-loop-product__title{
  grid-column:2!important;grid-row:2!important;
  align-self:start!important;
  color:#111!important;font-size:16px!important;line-height:1.25!important;font-weight:800!important;
  padding:0!important;margin:2px 0 8px!important;min-height:0!important;text-transform:none!important;
}
body.tax-product_cat.term-pistole-a-gas ul.products li.product .price{
  grid-column:2!important;grid-row:3!important;align-self:start!important;
  color:#111!important;font-size:18px!important;font-weight:800!important;padding:0!important;margin:0 0 11px!important;
}
body.tax-product_cat.term-pistole-a-gas ul.products li.product .price del{font-size:12px!important;color:#777!important;margin-right:7px!important}
body.tax-product_cat.term-pistole-a-gas ul.products li.product .price ins{color:#e21b23!important;text-decoration:none!important}
body.tax-product_cat.term-pistole-a-gas .gf-gas-loop-brand{
  grid-column:2!important;grid-row:1!important;align-self:end!important;
  margin:0 0 3px!important;color:#555!important;font-size:11px!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.45px!important;
}
body.tax-product_cat.term-pistole-a-gas .gf-gas-loop-stock{
  grid-column:2!important;grid-row:3!important;align-self:end!important;
  margin:0 0 11px 135px!important;color:#111!important;font-size:12px!important;font-weight:700!important;white-space:nowrap!important;
}
body.tax-product_cat.term-pistole-a-gas ul.products li.product .button{
  grid-column:3!important;grid-row:1!important;align-self:end!important;justify-self:stretch!important;
  margin:0 0 8px!important;width:100%!important;box-sizing:border-box!important;
  background:#e21b23!important;color:#fff!important;border:0!important;border-radius:0!important;
  padding:12px 12px!important;font-size:14px!important;font-weight:900!important;text-transform:none!important;text-align:center!important;
}
body.tax-product_cat.term-pistole-a-gas ul.products li.product .button:hover{background:#c9151c!important;color:#fff!important}
body.tax-product_cat.term-pistole-a-gas .gf-gas-loop-quick{
  grid-column:3!important;grid-row:2!important;align-self:start!important;justify-self:stretch!important;
  display:block!important;width:100%!important;box-sizing:border-box!important;
  padding:11px 12px!important;margin:0!important;
  background:#fff!important;color:#e21b23!important;border:1px solid #ddd!important;
  text-align:center!important;text-decoration:none!important;font-size:14px!important;font-weight:800!important;
}
body.tax-product_cat.term-pistole-a-gas .gf-gas-loop-quick:hover{background:#fff!important;color:#c9151c!important;border-color:#e21b23!important}
body.tax-product_cat.term-pistole-a-gas ul.products li.product .onsale,
body.tax-product_cat.term-pistole-a-gas span.onsale{left:10px!important;top:8px!important;right:auto!important;background:#e21b23!important;color:#fff!important;border-radius:0!important;min-height:auto!important;line-height:1!important;padding:5px 8px!important;font-size:10px!important;font-weight:900!important;z-index:3!important}
@media(max-width:760px){
 body.tax-product_cat.term-pistole-a-gas ul.products li.product{grid-template-columns:150px minmax(0,1fr)!important;grid-template-rows:auto auto auto auto!important;column-gap:14px!important;padding:12px!important}
 body.tax-product_cat.term-pistole-a-gas ul.products li.product a.woocommerce-LoopProduct-link img{grid-column:1!important;grid-row:1 / 5!important;width:140px!important;height:120px!important;max-width:140px!important;max-height:120px!important}
 body.tax-product_cat.term-pistole-a-gas .gf-gas-loop-brand{grid-column:2!important;grid-row:1!important;align-self:start!important}
 body.tax-product_cat.term-pistole-a-gas ul.products li.product .woocommerce-loop-product__title{grid-column:2!important;grid-row:2!important}
 body.tax-product_cat.term-pistole-a-gas ul.products li.product .price{grid-column:2!important;grid-row:3!important}
 body.tax-product_cat.term-pistole-a-gas .gf-gas-loop-stock{grid-column:2!important;grid-row:4!important;margin:0 0 8px!important;align-self:start!important}
 body.tax-product_cat.term-pistole-a-gas ul.products li.product .button{grid-column:2!important;grid-row:5!important;margin:4px 0 0!important}
 body.tax-product_cat.term-pistole-a-gas .gf-gas-loop-quick{grid-column:2!important;grid-row:6!important;margin-top:7px!important}
}

/* Ghostforce v1.2.6 — refined Italian toolbar + functional list/grid presentation */
body.tax-product_cat.term-pistole-a-gas .gf-section{background:#fff!important}
body.tax-product_cat.term-pistole-a-gas .woocommerce-products-header__title{
  font-family:"Arial Black","Trebuchet MS",system-ui,sans-serif!important;
  font-size:38px!important;
  font-weight:900!important;
  letter-spacing:-1.4px!important;
  text-transform:uppercase!important;
  line-height:1.05!important;
  margin:0 0 24px!important;
  color:#101010!important;
}
body.tax-product_cat.term-pistole-a-gas .gf-gas-view-controls{
  width:min(1100px,96vw)!important;
  margin:0 auto 14px!important;
  min-height:58px;
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;
  display:flex;
  align-items:center;
  gap:10px;
  padding:0 12px;
  box-sizing:border-box;
  color:#333;
  font-size:13px;
  font-weight:600;
}
body.tax-product_cat.term-pistole-a-gas .gf-gas-view-label{white-space:nowrap;color:#555}
body.tax-product_cat.term-pistole-a-gas .gf-gas-sort-label{margin-left:auto}
body.tax-product_cat.term-pistole-a-gas .gf-gas-layout-label{margin-left:20px}
body.tax-product_cat.term-pistole-a-gas .gf-gas-per-page,
body.tax-product_cat.term-pistole-a-gas .gf-gas-native-order select{
  appearance:auto;
  border:0!important;
  background:#fff!important;
  color:#222!important;
  font-size:13px!important;
  font-weight:600!important;
  padding:8px 20px 8px 3px!important;
  margin:0!important;
  outline:none!important;
  cursor:pointer;
}
body.tax-product_cat.term-pistole-a-gas .gf-gas-native-order .woocommerce-ordering{float:none!important;margin:0!important;width:auto!important;text-align:left!important}
body.tax-product_cat.term-pistole-a-gas .gf-gas-view-btn{
  width:34px;height:34px;padding:0;border:0;background:transparent;color:#7b8187;
  display:inline-flex;align-items:center;justify-content:center;cursor:pointer;border-radius:7px;
  font-size:20px;line-height:1;
}
body.tax-product_cat.term-pistole-a-gas .gf-gas-view-btn:hover,
body.tax-product_cat.term-pistole-a-gas .gf-gas-view-btn.is-active{color:#111;background:#f1f1f1}
body.tax-product_cat.term-pistole-a-gas .gf-icon-list{font-size:27px;line-height:1;transform:rotate(90deg);display:block}
body.tax-product_cat.term-pistole-a-gas .gf-icon-grid{font-size:15px;line-height:10px;letter-spacing:2px;text-align:center;display:block}
body.tax-product_cat.term-pistole-a-gas .woocommerce-result-count{width:min(1100px,96vw)!important;margin:0 auto 10px!important;color:#555!important;font-size:13px!important}

/* List view: rounded horizontal product cards */
body.tax-product_cat.term-pistole-a-gas ul.products.gf-view-list{width:min(1100px,96vw)!important;margin:0 auto!important;display:flex!important;flex-direction:column!important;gap:12px!important}
body.tax-product_cat.term-pistole-a-gas ul.products.gf-view-list li.product{
  width:100%!important;margin:0!important;min-height:190px!important;
  display:grid!important;grid-template-columns:210px minmax(0,1fr) 190px!important;
  grid-template-rows:30px 1fr auto 30px!important;column-gap:22px!important;
  align-items:center!important;padding:12px 14px!important;box-sizing:border-box!important;
  background:#fff!important;border:1px solid #ddd!important;border-radius:10px!important;
  box-shadow:0 2px 10px rgba(0,0,0,.045)!important;overflow:hidden!important;
}
body.tax-product_cat.term-pistole-a-gas ul.products.gf-view-list li.product a.woocommerce-LoopProduct-link{display:contents!important}
body.tax-product_cat.term-pistole-a-gas ul.products.gf-view-list li.product a.woocommerce-LoopProduct-link img{
  grid-column:1!important;grid-row:1 / 5!important;width:195px!important;height:155px!important;
  max-width:195px!important;max-height:155px!important;object-fit:contain!important;padding:4px!important;
  margin:0!important;background:#fff!important;justify-self:center!important;align-self:center!important;
}
body.tax-product_cat.term-pistole-a-gas ul.products.gf-view-list .gf-gas-loop-brand{grid-column:2!important;grid-row:1!important;align-self:end!important;margin:0!important;color:#777!important;font-size:10px!important;font-weight:800!important;letter-spacing:.7px!important;text-transform:uppercase!important}
body.tax-product_cat.term-pistole-a-gas ul.products.gf-view-list li.product .woocommerce-loop-product__title{grid-column:2!important;grid-row:2!important;align-self:start!important;margin:4px 0 8px!important;padding:0!important;min-height:0!important;font-family:"Trebuchet MS",system-ui,sans-serif!important;font-size:18px!important;font-weight:800!important;line-height:1.2!important;color:#111!important}
body.tax-product_cat.term-pistole-a-gas ul.products.gf-view-list li.product .price{grid-column:2!important;grid-row:3!important;align-self:start!important;margin:0!important;padding:0!important;font-size:18px!important;font-weight:900!important;color:#111!important}
body.tax-product_cat.term-pistole-a-gas ul.products.gf-view-list .gf-gas-loop-stock{grid-column:2!important;grid-row:4!important;align-self:start!important;margin:2px 0 0!important;color:#138a18!important;font-size:13px!important;font-weight:800!important;line-height:1.2!important}
body.tax-product_cat.term-pistole-a-gas ul.products.gf-view-list li.product .button{grid-column:3!important;grid-row:1 / 3!important;align-self:center!important;justify-self:stretch!important;margin:0 0 8px!important;width:100%!important;border:0!important;border-radius:8px!important;background:#e21b23!important;color:#fff!important;padding:13px 12px!important;font-size:14px!important;font-weight:900!important;text-align:center!important}
body.tax-product_cat.term-pistole-a-gas ul.products.gf-view-list .gf-gas-loop-quick{grid-column:3!important;grid-row:3 / 5!important;align-self:start!important;justify-self:stretch!important;width:100%!important;box-sizing:border-box!important;border:1px solid #e21b23!important;border-radius:8px!important;background:#fff!important;color:#e21b23!important;padding:12px!important;margin:8px 0 0!important;font-size:14px!important;font-weight:900!important;text-align:center!important;text-decoration:none!important}

/* Grid view: functional 3-column rounded cards */
body.tax-product_cat.term-pistole-a-gas ul.products.gf-view-grid{
  width:min(1100px,96vw)!important;margin:0 auto!important;display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;
}
body.tax-product_cat.term-pistole-a-gas ul.products.gf-view-grid li.product{
  width:auto!important;margin:0!important;min-height:0!important;display:flex!important;flex-direction:column!important;
  position:relative!important;background:#fff!important;border:1px solid #ddd!important;border-radius:10px!important;
  box-shadow:0 2px 10px rgba(0,0,0,.05)!important;overflow:hidden!important;padding:0 0 15px!important;
}
body.tax-product_cat.term-pistole-a-gas ul.products.gf-view-grid li.product a.woocommerce-LoopProduct-link{display:block!important}
body.tax-product_cat.term-pistole-a-gas ul.products.gf-view-grid li.product a.woocommerce-LoopProduct-link img{
  width:100%!important;height:255px!important;max-width:none!important;max-height:none!important;object-fit:contain!important;
  background:#fff!important;padding:18px!important;margin:0 0 10px!important;box-sizing:border-box!important;
}
body.tax-product_cat.term-pistole-a-gas ul.products.gf-view-grid .gf-gas-loop-brand{margin:0 16px 6px!important;color:#777!important;font-size:10px!important;font-weight:800!important;letter-spacing:.7px!important;text-transform:uppercase!important}
body.tax-product_cat.term-pistole-a-gas ul.products.gf-view-grid li.product .woocommerce-loop-product__title{margin:0 16px 8px!important;padding:0!important;min-height:42px!important;font-family:"Trebuchet MS",system-ui,sans-serif!important;font-size:16px!important;font-weight:800!important;line-height:1.25!important;color:#111!important}
body.tax-product_cat.term-pistole-a-gas ul.products.gf-view-grid li.product .price{margin:0 16px 7px!important;padding:0!important;font-size:18px!important;font-weight:900!important;color:#111!important}
body.tax-product_cat.term-pistole-a-gas ul.products.gf-view-grid .gf-gas-loop-stock{margin:0 16px 14px!important;color:#138a18!important;font-size:13px!important;font-weight:800!important;line-height:1.2!important}
body.tax-product_cat.term-pistole-a-gas ul.products.gf-view-grid li.product .button{margin:0 16px 8px!important;width:calc(100% - 32px)!important;border:0!important;border-radius:8px!important;background:#e21b23!important;color:#fff!important;padding:12px!important;font-size:14px!important;font-weight:900!important;text-align:center!important}
body.tax-product_cat.term-pistole-a-gas ul.products.gf-view-grid .gf-gas-loop-quick{margin:0 16px!important;width:calc(100% - 32px)!important;box-sizing:border-box!important;border:1px solid #e21b23!important;border-radius:8px!important;background:#fff!important;color:#e21b23!important;padding:11px!important;font-size:14px!important;font-weight:900!important;text-align:center!important;text-decoration:none!important}

/* Sale badge: left edge square, right side rounded, red with white text */
body.tax-product_cat.term-pistole-a-gas ul.products li.product span.onsale,
body.tax-product_cat.term-pistole-a-gas ul.products li.product .onsale{
  top:10px!important;left:0!important;right:auto!important;z-index:5!important;
  min-height:auto!important;line-height:1.1!important;width:auto!important;
  margin:0!important;padding:7px 12px 7px 10px!important;
  border-radius:0 999px 999px 0!important;background:#e21b23!important;color:#fff!important;
  font-size:11px!important;font-weight:900!important;text-transform:none!important;
}

@media(max-width:800px){
  body.tax-product_cat.term-pistole-a-gas ul.products.gf-view-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.tax-product_cat.term-pistole-a-gas ul.products.gf-view-list li.product{grid-template-columns:150px minmax(0,1fr) 145px!important;column-gap:14px!important}
  body.tax-product_cat.term-pistole-a-gas ul.products.gf-view-list li.product a.woocommerce-LoopProduct-link img{width:135px!important;height:120px!important}
}
@media(max-width:600px){
  body.tax-product_cat.term-pistole-a-gas .gf-gas-view-controls{flex-wrap:wrap;padding:9px 8px;gap:5px;min-height:0}
  body.tax-product_cat.term-pistole-a-gas .gf-gas-sort-label{margin-left:0}
  body.tax-product_cat.term-pistole-a-gas .gf-gas-layout-label{margin-left:0}
  body.tax-product_cat.term-pistole-a-gas ul.products.gf-view-grid{grid-template-columns:1fr!important}
  body.tax-product_cat.term-pistole-a-gas ul.products.gf-view-list li.product{grid-template-columns:110px minmax(0,1fr)!important;grid-template-rows:auto auto auto auto auto!important;padding:10px!important}
  body.tax-product_cat.term-pistole-a-gas ul.products.gf-view-list li.product a.woocommerce-LoopProduct-link img{grid-column:1!important;grid-row:1 / 6!important;width:100px!important;height:100px!important}
  body.tax-product_cat.term-pistole-a-gas ul.products.gf-view-list .gf-gas-loop-brand{grid-column:2!important;grid-row:1!important}
  body.tax-product_cat.term-pistole-a-gas ul.products.gf-view-list li.product .woocommerce-loop-product__title{grid-column:2!important;grid-row:2!important;font-size:15px!important}
  body.tax-product_cat.term-pistole-a-gas ul.products.gf-view-list li.product .price{grid-column:2!important;grid-row:3!important}
  body.tax-product_cat.term-pistole-a-gas ul.products.gf-view-list .gf-gas-loop-stock{grid-column:2!important;grid-row:4!important}
  body.tax-product_cat.term-pistole-a-gas ul.products.gf-view-list li.product .button{grid-column:2!important;grid-row:5!important;margin-top:5px!important}
  body.tax-product_cat.term-pistole-a-gas ul.products.gf-view-list .gf-gas-loop-quick{grid-column:2!important;grid-row:6!important;margin-top:6px!important}
}


/* Ghostforce v1.2.8 — category title + sale price refinement */
/* Shared category-page title styling: applies to every WooCommerce product category. */
body.tax-product_cat .woocommerce-products-header__title{
  display:inline-block!important;
  position:relative!important;
  margin:0 0 26px!important;
  padding:0 0 11px!important;
  font-family:"Trebuchet MS","Arial Black",Arial,sans-serif!important;
  font-size:38px!important;
  line-height:1.05!important;
  font-weight:900!important;
  letter-spacing:-1.1px!important;
  text-transform:none!important;
  color:#111!important;
}
body.tax-product_cat .woocommerce-products-header__title::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:58px;
  height:4px;
  border-radius:0 999px 999px 0;
  background:#e21b23;
}

/* Sale prices are green; regular prices stay black. */
body.tax-product_cat.term-pistole-a-gas ul.products li.product .price{
  color:#111!important;
}
body.tax-product_cat.term-pistole-a-gas ul.products li.product .price del,
body.tax-product_cat.term-pistole-a-gas ul.products li.product .price del .amount{
  color:#111!important;
}
body.tax-product_cat.term-pistole-a-gas ul.products li.product .price ins,
body.tax-product_cat.term-pistole-a-gas ul.products li.product .price ins .amount{
  color:#138a18!important;
  text-decoration:none!important;
}
body.tax-product_cat.term-pistole-a-gas ul.products li.product .price .woocommerce-Price-amount.amount{
  color:#111!important;
}
body.tax-product_cat.term-pistole-a-gas ul.products li.product .price ins .woocommerce-Price-amount.amount{
  color:#138a18!important;
}

/* Correct the custom savings badge HTML so WooCommerce price markup is rendered, not printed as text. */
body.tax-product_cat.term-pistole-a-gas ul.products li.product span.onsale,
body.tax-product_cat.term-pistole-a-gas ul.products li.product .onsale{
  display:inline-flex!important;
  align-items:center!important;
  gap:2px!important;
}
body.tax-product_cat.term-pistole-a-gas ul.products li.product .onsale .woocommerce-Price-amount.amount{
  color:#fff!important;
  font-weight:900!important;
}
body.tax-product_cat.term-pistole-a-gas ul.products li.product .onsale .woocommerce-Price-currencySymbol{
  color:#fff!important;
}

@media(max-width:600px){
  body.tax-product_cat .woocommerce-products-header__title{
    font-size:31px!important;
    letter-spacing:-.7px!important;
    margin-bottom:22px!important;
  }
}


/* Ghostforce v1.2.8 — brighter sale green + stronger modern category titles */
body.tax-product_cat .woocommerce-products-header{
  position:relative!important;
}
body.tax-product_cat .woocommerce-products-header__title{
  display:inline-block!important;
  position:relative!important;
  margin:0 0 30px!important;
  padding:0 0 13px 0!important;
  font-family:"Arial Black","Trebuchet MS",Arial,sans-serif!important;
  font-size:42px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:-1.7px!important;
  color:#0b0b0b!important;
  text-transform:none!important;
  text-shadow:0 1px 0 rgba(0,0,0,.04)!important;
}
body.tax-product_cat .woocommerce-products-header__title::before{
  content:"";
  display:inline-block!important;
  width:7px!important;
  height:30px!important;
  margin-right:12px!important;
  vertical-align:-3px!important;
  border-radius:0 5px 5px 0!important;
  background:#e21b23!important;
}
body.tax-product_cat .woocommerce-products-header__title::after{
  content:""!important;
  position:absolute!important;
  left:19px!important;
  bottom:0!important;
  width:82px!important;
  height:4px!important;
  border-radius:0 999px 999px 0!important;
  background:#e21b23!important;
}

/* Brighter, more visible sale price */
body.tax-product_cat.term-pistole-a-gas ul.products li.product .price ins,
body.tax-product_cat.term-pistole-a-gas ul.products li.product .price ins .amount,
body.tax-product_cat.term-pistole-a-gas ul.products li.product .price ins .woocommerce-Price-amount.amount,
body.tax-product_cat.term-pistole-a-gas ul.products li.product .price ins .woocommerce-Price-currencySymbol{
  color:#16c51f!important;
  font-weight:900!important;
}

/* Keep the regular/original price black */
body.tax-product_cat.term-pistole-a-gas ul.products li.product .price del,
body.tax-product_cat.term-pistole-a-gas ul.products li.product .price del .amount,
body.tax-product_cat.term-pistole-a-gas ul.products li.product .price del .woocommerce-Price-amount.amount,
body.tax-product_cat.term-pistole-a-gas ul.products li.product .price del .woocommerce-Price-currencySymbol{
  color:#111!important;
}

/* Savings badge: plain text, never expose WooCommerce HTML */
body.tax-product_cat.term-pistole-a-gas ul.products li.product span.onsale{
  color:#fff!important;
  background:#e21b23!important;
}
body.tax-product_cat.term-pistole-a-gas ul.products li.product span.onsale .woocommerce-Price-amount.amount,
body.tax-product_cat.term-pistole-a-gas ul.products li.product span.onsale .woocommerce-Price-currencySymbol{
  color:#fff!important;
}

@media(max-width:600px){
  body.tax-product_cat .woocommerce-products-header__title{
    font-size:32px!important;
    letter-spacing:-1px!important;
    margin-bottom:24px!important;
  }
  body.tax-product_cat .woocommerce-products-header__title::before{
    width:5px!important;
    height:24px!important;
    margin-right:9px!important;
  }
  body.tax-product_cat .woocommerce-products-header__title::after{
    left:14px!important;
    width:68px!important;
  }
}


/* Ghostforce v1.2.9 — single product, related products, notices, header and cart redesign */
:root{--gf-red:#e21b23;--gf-green:#16c51f;--gf-dark:#202020;--gf-radius:14px}

/* Header: keep account/cart on the same row as the search bar on desktop/tablet. */
@media(min-width:801px){
  .gf-header .gf-wrap{
    grid-template-columns:250px minmax(0,1fr) 280px!important;
    align-items:center!important;
  }
  .gf-search{grid-column:auto!important;grid-row:auto!important;min-width:0!important}
  .gf-actions{min-width:0!important;white-space:nowrap!important;flex-wrap:nowrap!important}
  .gf-action{white-space:nowrap!important}
}

/* Category stock: same bright green used for sale prices. */
body.tax-product_cat.term-pistole-a-gas .gf-gas-loop-stock{color:var(--gf-green)!important}

/* Universal WooCommerce sale-price treatment. */
.woocommerce .price ins,
.woocommerce-page .price ins{color:var(--gf-green)!important;text-decoration:none!important;font-weight:900!important}
.woocommerce .price del,
.woocommerce-page .price del{color:#444!important;opacity:1!important}
.woocommerce .price del .amount,
.woocommerce .price del .woocommerce-Price-amount,
.woocommerce .price del .woocommerce-Price-currencySymbol{color:#444!important}

/* Single product: clean, rounded Ghostforce presentation. */
.single-product .site-main,
.single-product .woocommerce-page .site-main{width:min(1340px,92vw)!important;margin:38px auto 70px!important}
.single-product div.product{position:relative!important}
.single-product div.product .woocommerce-product-gallery,
.single-product div.product .summary{border:1px solid #e0e0e0!important;border-radius:var(--gf-radius)!important;background:#fff!important;box-sizing:border-box!important}
.single-product div.product .woocommerce-product-gallery{overflow:hidden!important;padding:16px!important}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image,
.single-product div.product .woocommerce-product-gallery .flex-viewport{border-radius:10px!important;overflow:hidden!important}
.single-product div.product .summary{padding:28px!important}
.single-product div.product .summary .product_title{font-family:"Arial Rounded MT Bold","Trebuchet MS",Arial,sans-serif!important;font-weight:900!important;letter-spacing:-.7px!important;line-height:1.08!important;color:#111!important}
.single-product div.product .summary .price{font-size:24px!important;font-weight:900!important;margin:16px 0!important}
.single-product div.product .summary .price ins{color:var(--gf-green)!important;text-decoration:none!important}
.single-product div.product .summary .price del{color:#444!important}
.single-product div.product form.cart{display:flex!important;align-items:center!important;gap:10px!important;flex-wrap:wrap!important}
.single-product div.product form.cart .quantity input,
.single-product div.product form.cart .quantity select{border:1px solid #cfcfcf!important;border-radius:10px!important;min-height:42px!important}
.single-product div.product form.cart .single_add_to_cart_button,
.single-product div.product .single_add_to_cart_button{background:var(--gf-red)!important;color:#fff!important;border:0!important;border-radius:12px!important;padding:13px 22px!important;font-weight:900!important;text-transform:uppercase!important;box-shadow:none!important}
.single-product div.product form.cart .single_add_to_cart_button:hover{background:#b9151c!important;color:#fff!important}
.single-product div.product .product_meta{border-top:1px solid #eee!important;padding-top:18px!important;color:#666!important}
.single-product div.product .product_meta .sku_wrapper{display:none!important}
.single-product div.product .woocommerce-tabs{margin-top:34px!important;border:1px solid #e0e0e0!important;border-radius:var(--gf-radius)!important;overflow:hidden!important;background:#fff!important;padding:0 22px 24px!important}
.single-product div.product .woocommerce-tabs ul.tabs{margin:0 -22px 24px!important;padding:0 22px!important;border-bottom:1px solid #ddd!important}
.single-product div.product .woocommerce-tabs ul.tabs li{border:0!important;border-radius:10px 10px 0 0!important;background:#f4f4f4!important;margin:0 4px 0 0!important;padding:11px 16px!important}
.single-product div.product .woocommerce-tabs ul.tabs li.active{background:#fff!important;border-top:3px solid var(--gf-red)!important;padding-top:8px!important}
.single-product div.product .woocommerce-tabs h2{font-family:"Arial Rounded MT Bold","Trebuchet MS",Arial,sans-serif!important;letter-spacing:.3px!important}

/* Remove SKU/code text even if a plugin/theme outputs the wrapper. */
.single-product .product_meta .sku_wrapper{display:none!important}

/* Related products: rounded cards + Ghostforce savings badge. */
.single-product .related.products{margin-top:42px!important}
.single-product .related.products > h2{font-family:"Arial Rounded MT Bold","Trebuchet MS",Arial,sans-serif!important;font-size:30px!important;font-weight:900!important;letter-spacing:-.5px!important;text-transform:uppercase!important;margin-bottom:22px!important}
.single-product .related.products ul.products{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}
.single-product .related.products ul.products li.product{width:auto!important;margin:0!important;border:1px solid #dedede!important;border-radius:var(--gf-radius)!important;overflow:hidden!important;background:#fff!important;box-shadow:0 4px 14px rgba(0,0,0,.05)!important;padding:0 0 16px!important}
.single-product .related.products ul.products li.product a.woocommerce-LoopProduct-link{display:block!important}
.single-product .related.products ul.products li.product a img{width:100%!important;height:230px!important;object-fit:contain!important;background:#fff!important;margin:0!important;padding:16px!important;box-sizing:border-box!important}
.single-product .related.products ul.products li.product .woocommerce-loop-product__title{font-family:"Arial Rounded MT Bold","Trebuchet MS",Arial,sans-serif!important;color:#111!important;font-size:16px!important;line-height:1.2!important;font-weight:900!important;padding:0 16px!important;margin:8px 0!important}
.single-product .related.products ul.products li.product .price{font-size:18px!important;font-weight:900!important;padding:0 16px!important;margin:0 0 14px!important}
.single-product .related.products ul.products li.product .button{background:var(--gf-red)!important;color:#fff!important;border:0!important;border-radius:11px!important;margin:0 16px!important;padding:11px 14px!important;font-weight:900!important;text-transform:uppercase!important}
.single-product .related.products ul.products li.product .button:hover{background:#b9151c!important}
.single-product .related.products ul.products li.product .onsale{left:0!important;right:auto!important;top:10px!important;border-radius:0 999px 999px 0!important;background:var(--gf-red)!important;color:#fff!important;min-height:0!important;line-height:1.1!important;padding:7px 12px 7px 10px!important;font-size:11px!important;font-weight:900!important}
.single-product .related.products ul.products li.product .onsale .woocommerce-Price-amount,
.single-product .related.products ul.products li.product .onsale .woocommerce-Price-currencySymbol{color:#fff!important}

/* WooCommerce add-to-cart confirmation notice: rounded Ghostforce card. */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-message{border:1px solid #d8d8d8!important;border-left:4px solid var(--gf-red)!important;border-radius:12px!important;background:#fff!important;color:#222!important;box-shadow:0 4px 14px rgba(0,0,0,.05)!important;padding:15px 18px!important;margin:0 0 22px!important}
.woocommerce-message::before,.woocommerce-info::before,.woocommerce-error::before{color:var(--gf-red)!important}
.woocommerce-message a.button{float:right!important;background:var(--gf-red)!important;color:#fff!important;border:0!important;border-radius:10px!important;padding:9px 14px!important;font-weight:900!important}

/* Cart: rounded cards, red buttons and bright green sale prices. */
.woocommerce-cart .site-main,
.woocommerce-cart .woocommerce{width:min(1200px,92vw)!important;margin:38px auto 70px!important}
.woocommerce-cart .woocommerce-cart-form,
.woocommerce-cart .cart_totals{border:1px solid #dedede!important;border-radius:var(--gf-radius)!important;background:#fff!important;overflow:hidden!important;padding:0!important}
.woocommerce-cart table.shop_table{border:0!important;border-collapse:separate!important;border-spacing:0!important;margin:0!important;border-radius:var(--gf-radius)!important;overflow:hidden!important}
.woocommerce-cart table.shop_table th{background:#111!important;color:#fff!important;border:0!important;font-family:"Arial Rounded MT Bold","Trebuchet MS",Arial,sans-serif!important}
.woocommerce-cart table.shop_table td{border-top:1px solid #eee!important;border-bottom:0!important}
.woocommerce-cart table.shop_table td.product-name a{font-family:"Arial Rounded MT Bold","Trebuchet MS",Arial,sans-serif!important;color:#111!important;font-weight:900!important;text-decoration:none!important}
.woocommerce-cart table.shop_table td.product-thumbnail img{border-radius:10px!important;border:1px solid #eee!important}
.woocommerce-cart table.shop_table .product-price,
.woocommerce-cart table.shop_table .product-subtotal{font-weight:900!important}
.woocommerce-cart table.shop_table .product-price ins,
.woocommerce-cart table.shop_table .product-subtotal ins{color:var(--gf-green)!important;text-decoration:none!important}
.woocommerce-cart table.shop_table .product-price del,
.woocommerce-cart table.shop_table .product-subtotal del{color:#444!important}
.woocommerce-cart .quantity input{border:1px solid #ccc!important;border-radius:9px!important;padding:8px!important}
.woocommerce-cart .actions{background:#fafafa!important;border-top:1px solid #eee!important;padding:14px!important}
.woocommerce-cart .button,
.woocommerce-cart .checkout-button,
.woocommerce-cart button.button,
.woocommerce-cart a.button{border:0!important;border-radius:11px!important;background:var(--gf-red)!important;color:#fff!important;font-weight:900!important;padding:12px 18px!important;text-transform:uppercase!important}
.woocommerce-cart .button:hover,
.woocommerce-cart .checkout-button:hover{background:#b9151c!important;color:#fff!important}
.woocommerce-cart .coupon input.input-text{border:1px solid #ccc!important;border-radius:10px!important;min-height:42px!important}
.woocommerce-cart .cart_totals{padding:22px!important;margin-top:24px!important;overflow:visible!important}
.woocommerce-cart .cart_totals h2{font-family:"Arial Rounded MT Bold","Trebuchet MS",Arial,sans-serif!important;font-size:25px!important;font-weight:900!important;margin-top:0!important}
.woocommerce-cart .cart_totals table{border:0!important}
.woocommerce-cart .cart_totals .order-total .amount{color:var(--gf-green)!important;font-weight:900!important;font-size:21px!important}

/* General rounded WooCommerce controls used around the store. */
.woocommerce button.button,.woocommerce a.button{border-radius:11px!important}

@media(max-width:800px){
  .single-product .related.products ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:520px){
  .single-product div.product .summary{padding:20px!important}
  .single-product .related.products ul.products{grid-template-columns:1fr!important}
  .woocommerce-cart .woocommerce-cart-form{overflow-x:auto!important}
}

/* Ghostforce v1.3.0 — Cart/Cart Block checkout button: always red with white text. */
.woocommerce-cart .checkout-button,
.woocommerce-cart a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-block-cart__submit-button,
.woocommerce-cart .wc-block-components-button.wc-block-cart__submit-button,
.woocommerce-cart .wc-block-components-button{ 
  background:#e21b23!important;
  background-color:#e21b23!important;
  color:#fff!important;
  border:0!important;
  border-radius:12px!important;
  box-shadow:none!important;
  font-weight:900!important;
  text-decoration:none!important;
}
.woocommerce-cart .checkout-button:hover,
.woocommerce-cart a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-block-cart__submit-button:hover,
.woocommerce-cart .wc-block-components-button.wc-block-cart__submit-button:hover,
.woocommerce-cart .wc-block-components-button:hover{
  background:#c9151d!important;
  background-color:#c9151d!important;
  color:#fff!important;
}
.woocommerce-cart .checkout-button:focus,
.woocommerce-cart .checkout-button:active,
.woocommerce-cart .wc-block-cart__submit-button:focus,
.woocommerce-cart .wc-block-cart__submit-button:active{
  background:#e21b23!important;
  background-color:#e21b23!important;
  color:#fff!important;
  box-shadow:0 0 0 3px rgba(226,27,35,.18)!important;
}


/* Ghostforce v1.3.1 — Checkout redesign: modern rounded forms, summary card and red CTA. */
body.woocommerce-checkout{
  background:#fff!important;
}
.woocommerce-checkout .site-main,
.woocommerce-checkout .woocommerce{
  width:min(1320px,92vw)!important;
  margin:34px auto 70px!important;
}
.woocommerce-checkout .entry-title,
.woocommerce-checkout h1.wp-block-post-title{
  font-family:"Arial Rounded MT Bold","Trebuchet MS",Arial,sans-serif!important;
  font-size:clamp(34px,4vw,48px)!important;
  font-weight:900!important;
  letter-spacing:-1.5px!important;
  line-height:1!important;
  margin:0 0 30px!important;
  color:#111!important;
}

/* Checkout block: cleaner two-column layout with soft panels. */
.woocommerce-checkout .wc-block-checkout,
.woocommerce-checkout .wp-block-woocommerce-checkout{
  --gf-checkout-red:#e21b23;
  --gf-checkout-green:#16c51f;
  --gf-checkout-line:#e4e4e4;
  --gf-checkout-soft:#f8f8f8;
}
.woocommerce-checkout .wc-block-components-checkout-step{
  padding:24px!important;
  margin:0 0 16px!important;
  border:1px solid var(--gf-checkout-line)!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 5px 18px rgba(0,0,0,.035)!important;
}
.woocommerce-checkout .wc-block-components-checkout-step__heading{
  margin:0 0 18px!important;
}
.woocommerce-checkout .wc-block-components-checkout-step__title,
.woocommerce-checkout .wc-block-components-title{
  font-family:"Arial Rounded MT Bold","Trebuchet MS",Arial,sans-serif!important;
  font-weight:900!important;
  color:#171717!important;
  letter-spacing:-.25px!important;
}

/* Modern fields. */
.woocommerce-checkout .wc-block-components-text-input input,
.woocommerce-checkout .wc-block-components-combobox .components-combobox-control__input,
.woocommerce-checkout .wc-block-components-select .wc-block-components-select__container,
.woocommerce-checkout input.input-text,
.woocommerce-checkout select,
.woocommerce-checkout textarea,
.woocommerce-checkout .form-row input,
.woocommerce-checkout .form-row select,
.woocommerce-checkout .form-row textarea{
  border:1px solid #cfcfcf!important;
  border-radius:12px!important;
  background:#fff!important;
  min-height:48px!important;
  box-shadow:none!important;
  transition:border-color .15s,box-shadow .15s!important;
}
.woocommerce-checkout .wc-block-components-text-input input:focus,
.woocommerce-checkout input.input-text:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout textarea:focus,
.woocommerce-checkout .form-row input:focus,
.woocommerce-checkout .form-row select:focus,
.woocommerce-checkout .form-row textarea:focus{
  border-color:var(--gf-red)!important;
  box-shadow:0 0 0 3px rgba(226,27,35,.10)!important;
  outline:none!important;
}
.woocommerce-checkout .wc-block-components-text-input label,
.woocommerce-checkout .wc-block-components-combobox label,
.woocommerce-checkout .wc-block-components-select label,
.woocommerce-checkout .form-row label{
  color:#333!important;
  font-weight:700!important;
}

/* Right order summary: distinct rounded card. */
.woocommerce-checkout .wc-block-components-order-summary,
.woocommerce-checkout .wc-block-components-checkout-order-summary,
.woocommerce-checkout .wc-block-checkout__sidebar{
  border:1px solid #dedede!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 6px 22px rgba(0,0,0,.055)!important;
  overflow:hidden!important;
}
.woocommerce-checkout .wc-block-components-order-summary__title,
.woocommerce-checkout .wc-block-components-checkout-order-summary__title{
  font-family:"Arial Rounded MT Bold","Trebuchet MS",Arial,sans-serif!important;
  font-weight:900!important;
  font-size:20px!important;
  color:#111!important;
}
.woocommerce-checkout .wc-block-components-order-summary-item{
  border-bottom:1px solid #eee!important;
  padding:16px!important;
}
.woocommerce-checkout .wc-block-components-order-summary-item__image img{
  border-radius:12px!important;
  border:1px solid #eee!important;
}
.woocommerce-checkout .wc-block-components-order-summary-item__quantity{
  background:#111!important;
  border-color:#111!important;
  color:#fff!important;
  box-shadow:0 0 0 2px #fff!important;
}
.woocommerce-checkout .wc-block-components-order-summary-item__individual-prices ins,
.woocommerce-checkout .wc-block-components-order-summary-item__total-price ins,
.woocommerce-checkout .wc-block-components-formatted-money-amount.is-discounted{
  color:var(--gf-green)!important;
  text-decoration:none!important;
  font-weight:900!important;
}
.woocommerce-checkout .wc-block-components-order-summary-item__individual-prices del,
.woocommerce-checkout .wc-block-components-order-summary-item__total-price del{
  color:#444!important;
}
.woocommerce-checkout .wc-block-components-totals-item{
  border-color:#eee!important;
}
.woocommerce-checkout .wc-block-components-totals-item__label,
.woocommerce-checkout .wc-block-components-totals-item__value{
  color:#222!important;
}
.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__value{
  font-family:"Arial Rounded MT Bold","Trebuchet MS",Arial,sans-serif!important;
  font-weight:900!important;
}
.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__value{
  color:var(--gf-green)!important;
}

/* All checkout CTAs: Ghostforce red, white, rounded. */
.woocommerce-checkout .wc-block-components-button,
.woocommerce-checkout .wc-block-components-checkout-place-order-button,
.woocommerce-checkout .wc-block-checkout__actions button,
.woocommerce-checkout button#place_order,
.woocommerce-checkout .place-order .button,
.woocommerce-checkout button.button,
.woocommerce-checkout a.button{
  background:#e21b23!important;
  background-color:#e21b23!important;
  color:#fff!important;
  border:0!important;
  border-radius:13px!important;
  box-shadow:none!important;
  font-family:"Arial Rounded MT Bold","Trebuchet MS",Arial,sans-serif!important;
  font-weight:900!important;
  min-height:50px!important;
  text-decoration:none!important;
}
.woocommerce-checkout .wc-block-components-button:hover,
.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover,
.woocommerce-checkout button#place_order:hover,
.woocommerce-checkout .place-order .button:hover,
.woocommerce-checkout button.button:hover,
.woocommerce-checkout a.button:hover{
  background:#c9151d!important;
  background-color:#c9151d!important;
  color:#fff!important;
}
.woocommerce-checkout .wc-block-components-button:focus,
.woocommerce-checkout .wc-block-components-checkout-place-order-button:focus,
.woocommerce-checkout button#place_order:focus{
  box-shadow:0 0 0 4px rgba(226,27,35,.14)!important;
}

/* Promo / payment notices become rounded Ghostforce panels. */
.woocommerce-checkout .wc-block-components-notice-banner,
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-error,
.woocommerce-checkout .woocommerce-message{
  border-radius:14px!important;
  border-width:1px!important;
  box-shadow:none!important;
}
.woocommerce-checkout .wc-block-components-notice-banner.is-error{
  border-color:#f1a4a7!important;
  background:#fff5f5!important;
}
.woocommerce-checkout .wc-block-components-notice-banner.is-error svg{
  fill:var(--gf-red)!important;
}

/* Links and optional order-note controls. */
.woocommerce-checkout a:not(.button){
  color:#222!important;
  text-decoration:none!important;
}
.woocommerce-checkout a:not(.button):hover{color:var(--gf-red)!important}
.woocommerce-checkout .wc-block-components-checkbox__label,
.woocommerce-checkout .wc-block-components-checkout-step__description{
  color:#555!important;
}

@media(max-width:800px){
  .woocommerce-checkout .site-main,
  .woocommerce-checkout .woocommerce{width:min(94vw,700px)!important;margin-top:24px!important}
  .woocommerce-checkout .wc-block-components-checkout-step{padding:18px!important;border-radius:15px!important}
  .woocommerce-checkout .wc-block-components-order-summary,
  .woocommerce-checkout .wc-block-components-checkout-order-summary,
  .woocommerce-checkout .wc-block-checkout__sidebar{border-radius:15px!important}
}


/* Ghostforce v1.4.0 — CO2 category uses the same catalog layout as Pistole a GAS. */
body.tax-product_cat.term-pistole-co2 .gf-section{padding-top:28px!important;padding-bottom:70px!important;background:#fff!important}
body.tax-product_cat.term-pistole-co2 .woocommerce-products-header{width:min(1100px,96vw)!important;max-width:none!important;margin:0 auto 18px!important;padding:0!important;position:relative!important}
body.tax-product_cat.term-pistole-co2 .woocommerce-products-header__title{display:inline-block!important;position:relative!important;margin:0 0 30px!important;padding:0 0 13px!important;font-family:"Arial Black","Trebuchet MS",Arial,sans-serif!important;font-size:42px!important;line-height:1!important;font-weight:900!important;letter-spacing:-1.7px!important;color:#0b0b0b!important;text-transform:none!important}
body.tax-product_cat.term-pistole-co2 .woocommerce-products-header__title::before{content:"";display:inline-block!important;width:7px!important;height:30px!important;margin-right:12px!important;vertical-align:-3px!important;border-radius:0 5px 5px 0!important;background:#e21b23!important}
body.tax-product_cat.term-pistole-co2 .woocommerce-products-header__title::after{content:""!important;position:absolute!important;left:19px!important;bottom:0!important;width:82px!important;height:4px!important;border-radius:0 999px 999px 0!important;background:#e21b23!important}
body.tax-product_cat.term-pistole-co2 .gf-gas-view-controls{width:min(1100px,96vw)!important;margin:0 auto 14px!important;min-height:58px;border-top:1px solid #ddd;border-bottom:1px solid #ddd;display:flex;align-items:center;gap:10px;padding:0 12px;box-sizing:border-box;color:#333;font-size:13px;font-weight:600}
body.tax-product_cat.term-pistole-co2 .gf-gas-view-label{white-space:nowrap;color:#555}
body.tax-product_cat.term-pistole-co2 .gf-gas-sort-label{margin-left:auto}
body.tax-product_cat.term-pistole-co2 .gf-gas-layout-label{margin-left:20px}
body.tax-product_cat.term-pistole-co2 .gf-gas-per-page,body.tax-product_cat.term-pistole-co2 .gf-gas-native-order select{appearance:auto;border:0!important;background:#fff!important;color:#222!important;font-size:13px!important;font-weight:600!important;padding:8px 20px 8px 3px!important;margin:0!important;outline:none!important;cursor:pointer}
body.tax-product_cat.term-pistole-co2 .gf-gas-native-order .woocommerce-ordering{float:none!important;margin:0!important;width:auto!important;text-align:left!important}
body.tax-product_cat.term-pistole-co2 .gf-gas-view-btn{width:34px;height:34px;padding:0;border:0;background:transparent;color:#7b8187;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;border-radius:7px;font-size:20px;line-height:1}
body.tax-product_cat.term-pistole-co2 .gf-gas-view-btn:hover,body.tax-product_cat.term-pistole-co2 .gf-gas-view-btn.is-active{color:#111;background:#f1f1f1}
body.tax-product_cat.term-pistole-co2 .gf-icon-list{font-size:27px;line-height:1;transform:rotate(90deg);display:block}
body.tax-product_cat.term-pistole-co2 .gf-icon-grid{font-size:15px;line-height:10px;letter-spacing:2px;text-align:center;display:block}
body.tax-product_cat.term-pistole-co2 .woocommerce-result-count{width:min(1100px,96vw)!important;margin:0 auto 10px!important;color:#555!important;font-size:13px!important}
body.tax-product_cat.term-pistole-co2 ul.products.gf-view-list{width:min(1100px,96vw)!important;margin:0 auto!important;display:flex!important;flex-direction:column!important;gap:12px!important}
body.tax-product_cat.term-pistole-co2 ul.products.gf-view-list li.product{width:100%!important;margin:0!important;min-height:190px!important;display:grid!important;grid-template-columns:210px minmax(0,1fr) 190px!important;grid-template-rows:30px 1fr auto 30px!important;column-gap:22px!important;align-items:center!important;padding:12px 14px!important;box-sizing:border-box!important;background:#fff!important;border:1px solid #ddd!important;border-radius:10px!important;box-shadow:0 2px 10px rgba(0,0,0,.045)!important;overflow:hidden!important}
body.tax-product_cat.term-pistole-co2 ul.products.gf-view-list li.product a.woocommerce-LoopProduct-link{display:contents!important}
body.tax-product_cat.term-pistole-co2 ul.products.gf-view-list li.product a.woocommerce-LoopProduct-link img{grid-column:1!important;grid-row:1 / 5!important;width:195px!important;height:155px!important;max-width:195px!important;max-height:155px!important;object-fit:contain!important;padding:4px!important;margin:0!important;background:#fff!important;justify-self:center!important;align-self:center!important}
body.tax-product_cat.term-pistole-co2 ul.products.gf-view-list .gf-gas-loop-brand{grid-column:2!important;grid-row:1!important;align-self:end!important;margin:0!important;color:#777!important;font-size:10px!important;font-weight:800!important;letter-spacing:.7px!important;text-transform:uppercase!important}
body.tax-product_cat.term-pistole-co2 ul.products.gf-view-list li.product .woocommerce-loop-product__title{grid-column:2!important;grid-row:2!important;align-self:start!important;margin:4px 0 8px!important;padding:0!important;min-height:0!important;font-family:"Trebuchet MS",system-ui,sans-serif!important;font-size:18px!important;font-weight:800!important;line-height:1.2!important;color:#111!important}
body.tax-product_cat.term-pistole-co2 ul.products.gf-view-list li.product .price{grid-column:2!important;grid-row:3!important;align-self:start!important;margin:0!important;padding:0!important;font-size:18px!important;font-weight:900!important;color:#111!important}
body.tax-product_cat.term-pistole-co2 ul.products.gf-view-list .gf-gas-loop-stock{grid-column:2!important;grid-row:4!important;align-self:start!important;margin:2px 0 0!important;color:#16c51f!important;font-size:13px!important;font-weight:800!important;line-height:1.2!important}
body.tax-product_cat.term-pistole-co2 ul.products.gf-view-list li.product .button{grid-column:3!important;grid-row:1 / 3!important;align-self:center!important;justify-self:stretch!important;margin:0 0 8px!important;width:100%!important;border:0!important;border-radius:8px!important;background:#e21b23!important;color:#fff!important;padding:13px 12px!important;font-size:14px!important;font-weight:900!important;text-align:center!important}
body.tax-product_cat.term-pistole-co2 ul.products.gf-view-list .gf-gas-loop-quick{grid-column:3!important;grid-row:3 / 5!important;align-self:start!important;justify-self:stretch!important;width:100%!important;box-sizing:border-box!important;border:1px solid #e21b23!important;border-radius:8px!important;background:#fff!important;color:#e21b23!important;padding:12px!important;margin:8px 0 0!important;font-size:14px!important;font-weight:900!important;text-align:center!important;text-decoration:none!important}
body.tax-product_cat.term-pistole-co2 ul.products.gf-view-grid{width:min(1100px,96vw)!important;margin:0 auto!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}
body.tax-product_cat.term-pistole-co2 ul.products.gf-view-grid li.product{width:auto!important;margin:0!important;min-height:0!important;display:flex!important;flex-direction:column!important;position:relative!important;background:#fff!important;border:1px solid #ddd!important;border-radius:10px!important;box-shadow:0 2px 10px rgba(0,0,0,.05)!important;overflow:hidden!important;padding:0 0 15px!important}
body.tax-product_cat.term-pistole-co2 ul.products.gf-view-grid li.product a.woocommerce-LoopProduct-link{display:block!important}
body.tax-product_cat.term-pistole-co2 ul.products.gf-view-grid li.product a.woocommerce-LoopProduct-link img{width:100%!important;height:255px!important;max-width:none!important;max-height:none!important;object-fit:contain!important;background:#fff!important;padding:18px!important;margin:0 0 10px!important;box-sizing:border-box!important}
body.tax-product_cat.term-pistole-co2 ul.products.gf-view-grid .gf-gas-loop-brand{margin:0 16px 6px!important;color:#777!important;font-size:10px!important;font-weight:800!important;letter-spacing:.7px!important;text-transform:uppercase!important}
body.tax-product_cat.term-pistole-co2 ul.products.gf-view-grid li.product .woocommerce-loop-product__title{margin:0 16px 8px!important;padding:0!important;min-height:42px!important;font-family:"Trebuchet MS",system-ui,sans-serif!important;font-size:16px!important;font-weight:800!important;line-height:1.25!important;color:#111!important}
body.tax-product_cat.term-pistole-co2 ul.products.gf-view-grid li.product .price{margin:0 16px 7px!important;padding:0!important;font-size:18px!important;font-weight:900!important;color:#111!important}
body.tax-product_cat.term-pistole-co2 ul.products.gf-view-grid .gf-gas-loop-stock{margin:0 16px 14px!important;color:#16c51f!important;font-size:13px!important;font-weight:800!important;line-height:1.2!important}
body.tax-product_cat.term-pistole-co2 ul.products.gf-view-grid li.product .button{margin:0 16px 8px!important;width:calc(100% - 32px)!important;border:0!important;border-radius:8px!important;background:#e21b23!important;color:#fff!important;padding:12px!important;font-size:14px!important;font-weight:900!important;text-align:center!important}
body.tax-product_cat.term-pistole-co2 ul.products.gf-view-grid .gf-gas-loop-quick{margin:0 16px!important;width:calc(100% - 32px)!important;box-sizing:border-box!important;border:1px solid #e21b23!important;border-radius:8px!important;background:#fff!important;color:#e21b23!important;padding:11px!important;font-size:14px!important;font-weight:900!important;text-align:center!important;text-decoration:none!important}
body.tax-product_cat.term-pistole-co2 ul.products li.product span.onsale,body.tax-product_cat.term-pistole-co2 ul.products li.product .onsale{top:10px!important;left:0!important;right:auto!important;z-index:5!important;min-height:auto!important;line-height:1.1!important;width:auto!important;margin:0!important;padding:7px 12px 7px 10px!important;border-radius:0 999px 999px 0!important;background:#e21b23!important;color:#fff!important;font-size:11px!important;font-weight:900!important;text-transform:none!important}
body.tax-product_cat.term-pistole-co2 ul.products li.product .price ins,body.tax-product_cat.term-pistole-co2 ul.products li.product .price ins .amount,body.tax-product_cat.term-pistole-co2 ul.products li.product .price ins .woocommerce-Price-amount.amount,body.tax-product_cat.term-pistole-co2 ul.products li.product .price ins .woocommerce-Price-currencySymbol{color:#16c51f!important;font-weight:900!important;text-decoration:none!important}
body.tax-product_cat.term-pistole-co2 ul.products li.product .price del,body.tax-product_cat.term-pistole-co2 ul.products li.product .price del .amount,body.tax-product_cat.term-pistole-co2 ul.products li.product .price del .woocommerce-Price-amount.amount,body.tax-product_cat.term-pistole-co2 ul.products li.product .price del .woocommerce-Price-currencySymbol{color:#444!important}
@media(max-width:800px){body.tax-product_cat.term-pistole-co2 ul.products.gf-view-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}body.tax-product_cat.term-pistole-co2 ul.products.gf-view-list li.product{grid-template-columns:150px minmax(0,1fr) 145px!important;column-gap:14px!important}body.tax-product_cat.term-pistole-co2 ul.products.gf-view-list li.product a.woocommerce-LoopProduct-link img{width:135px!important;height:120px!important}}
@media(max-width:600px){body.tax-product_cat.term-pistole-co2 .gf-gas-view-controls{flex-wrap:wrap;padding:9px 8px;gap:5px;min-height:0}body.tax-product_cat.term-pistole-co2 .gf-gas-sort-label,body.tax-product_cat.term-pistole-co2 .gf-gas-layout-label{margin-left:0}body.tax-product_cat.term-pistole-co2 ul.products.gf-view-grid{grid-template-columns:1fr!important}body.tax-product_cat.term-pistole-co2 ul.products.gf-view-list li.product{grid-template-columns:110px minmax(0,1fr)!important;grid-template-rows:auto auto auto auto auto!important;padding:10px!important}body.tax-product_cat.term-pistole-co2 ul.products.gf-view-list li.product a.woocommerce-LoopProduct-link img{grid-column:1!important;grid-row:1 / 6!important;width:100px!important;height:100px!important}body.tax-product_cat.term-pistole-co2 ul.products.gf-view-list .gf-gas-loop-brand{grid-column:2!important;grid-row:1!important}body.tax-product_cat.term-pistole-co2 ul.products.gf-view-list li.product .woocommerce-loop-product__title{grid-column:2!important;grid-row:2!important;font-size:15px!important}body.tax-product_cat.term-pistole-co2 ul.products.gf-view-list li.product .price{grid-column:2!important;grid-row:3!important}body.tax-product_cat.term-pistole-co2 ul.products.gf-view-list .gf-gas-loop-stock{grid-column:2!important;grid-row:4!important}body.tax-product_cat.term-pistole-co2 ul.products.gf-view-list li.product .button{grid-column:2!important;grid-row:5!important;margin-top:5px!important}body.tax-product_cat.term-pistole-co2 ul.products.gf-view-list .gf-gas-loop-quick{grid-column:2!important;grid-row:6!important;margin-top:6px!important}body.tax-product_cat.term-pistole-co2 .woocommerce-products-header__title{font-size:32px!important;letter-spacing:-1px!important}}

/* v1.4.0 — header nav labels must stay white on every page, including Checkout */
.gf-nav .gf-nav-label,.gf-nav .gf-nav-label .gf-nav-caret{color:#fff!important}
.gf-nav .gf-nav-main,.gf-nav .gf-nav-main:visited{color:#fff!important}


/* v1.4.2 — Pistole Elettriche uses the same catalog layout as GAS/CO2. */
body.tax-product_cat.term-pistole-elettriche .gf-section,
body.tax-product_cat.term-pistole-elettriche .woocommerce-page,
body.tax-product_cat.term-pistole-elettriche .woocommerce{background:#fff!important}
body.tax-product_cat.term-pistole-elettriche .gf-section{padding-top:48px!important;padding-bottom:80px!important}
body.tax-product_cat.term-pistole-elettriche .woocommerce-products-header{width:min(1100px,96vw)!important;max-width:none!important;margin:0 auto 14px!important;padding:0!important}
body.tax-product_cat.term-pistole-elettriche .woocommerce-products-header__title{margin:0!important;color:#111!important;font-size:40px!important;line-height:1.05!important;text-transform:none!important;font-weight:950!important;letter-spacing:-1.2px!important;font-family:"Arial Black","Trebuchet MS",system-ui,sans-serif!important}
body.tax-product_cat.term-pistole-elettriche .woocommerce-products-header__title:after{content:"";display:block;width:58px;height:5px;margin-top:12px;border-radius:0 999px 999px 0;background:#e21b23!important}
body.tax-product_cat.term-pistole-elettriche .woocommerce-result-count{width:min(1100px,96vw)!important;margin:0 auto 10px!important;color:#555!important;font-size:13px!important}
body.tax-product_cat.term-pistole-elettriche .gf-gas-view-controls{width:min(1100px,96vw)!important;margin:0 auto 26px!important;box-sizing:border-box!important}
body.tax-product_cat.term-pistole-elettriche ul.products.gf-view-list{width:min(1100px,96vw)!important;margin:0 auto!important;display:flex!important;flex-direction:column!important;gap:12px!important}
body.tax-product_cat.term-pistole-elettriche ul.products.gf-view-list li.product{width:100%!important;margin:0!important;min-height:190px!important;display:grid!important;grid-template-columns:210px minmax(0,1fr) 190px!important;grid-template-rows:30px 1fr auto 30px!important;column-gap:22px!important;align-items:center!important;padding:12px 14px!important;box-sizing:border-box!important;background:#fff!important;border:1px solid #ddd!important;border-radius:10px!important;box-shadow:0 2px 10px rgba(0,0,0,.045)!important;overflow:hidden!important}
body.tax-product_cat.term-pistole-elettriche ul.products.gf-view-list li.product a.woocommerce-LoopProduct-link{display:contents!important}
body.tax-product_cat.term-pistole-elettriche ul.products.gf-view-list li.product a.woocommerce-LoopProduct-link img{grid-column:1!important;grid-row:1 / 5!important;width:195px!important;height:155px!important;max-width:195px!important;max-height:155px!important;object-fit:contain!important;padding:4px!important;margin:0!important;background:#fff!important;justify-self:center!important;align-self:center!important}
body.tax-product_cat.term-pistole-elettriche ul.products.gf-view-list .gf-gas-loop-brand{grid-column:2!important;grid-row:1!important;align-self:end!important;margin:0!important;color:#777!important;font-size:10px!important;font-weight:800!important;letter-spacing:.7px!important;text-transform:uppercase!important}
body.tax-product_cat.term-pistole-elettriche ul.products.gf-view-list li.product .woocommerce-loop-product__title{grid-column:2!important;grid-row:2!important;align-self:start!important;margin:4px 0 8px!important;padding:0!important;min-height:0!important;font-family:"Trebuchet MS",system-ui,sans-serif!important;font-size:18px!important;font-weight:800!important;line-height:1.2!important;color:#111!important}
body.tax-product_cat.term-pistole-elettriche ul.products.gf-view-list li.product .price{grid-column:2!important;grid-row:3!important;align-self:start!important;margin:0!important;padding:0!important;font-size:18px!important;font-weight:900!important;color:#111!important}
body.tax-product_cat.term-pistole-elettriche ul.products.gf-view-list .gf-gas-loop-stock{grid-column:2!important;grid-row:4!important;align-self:start!important;margin:2px 0 0!important;color:#16c51f!important;font-size:13px!important;font-weight:800!important;line-height:1.2!important}
body.tax-product_cat.term-pistole-elettriche ul.products.gf-view-list li.product .button{grid-column:3!important;grid-row:1 / 3!important;align-self:center!important;justify-self:stretch!important;margin:0 0 8px!important;width:100%!important;border:0!important;border-radius:8px!important;background:#e21b23!important;color:#fff!important;padding:13px 12px!important;font-size:14px!important;font-weight:900!important;text-align:center!important}
body.tax-product_cat.term-pistole-elettriche ul.products.gf-view-list .gf-gas-loop-quick{grid-column:3!important;grid-row:3 / 5!important;align-self:start!important;justify-self:stretch!important;width:100%!important;box-sizing:border-box!important;border:1px solid #e21b23!important;border-radius:8px!important;background:#fff!important;color:#e21b23!important;padding:12px!important;margin:8px 0 0!important;font-size:14px!important;font-weight:900!important;text-align:center!important;text-decoration:none!important}
body.tax-product_cat.term-pistole-elettriche ul.products.gf-view-grid{width:min(1100px,96vw)!important;margin:0 auto!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}
body.tax-product_cat.term-pistole-elettriche ul.products.gf-view-grid li.product{width:auto!important;margin:0!important;min-height:0!important;display:flex!important;flex-direction:column!important;position:relative!important;background:#fff!important;border:1px solid #ddd!important;border-radius:10px!important;box-shadow:0 2px 10px rgba(0,0,0,.05)!important;overflow:hidden!important;padding:0 0 15px!important}
body.tax-product_cat.term-pistole-elettriche ul.products.gf-view-grid li.product a.woocommerce-LoopProduct-link{display:block!important}
body.tax-product_cat.term-pistole-elettriche ul.products.gf-view-grid li.product a.woocommerce-LoopProduct-link img{width:100%!important;height:255px!important;max-width:none!important;max-height:none!important;object-fit:contain!important;background:#fff!important;padding:18px!important;margin:0 0 10px!important;box-sizing:border-box!important}
body.tax-product_cat.term-pistole-elettriche ul.products.gf-view-grid .gf-gas-loop-brand{margin:0 16px 6px!important;color:#777!important;font-size:10px!important;font-weight:800!important;letter-spacing:.7px!important;text-transform:uppercase!important}
body.tax-product_cat.term-pistole-elettriche ul.products.gf-view-grid li.product .woocommerce-loop-product__title{margin:0 16px 8px!important;padding:0!important;min-height:42px!important;font-family:"Trebuchet MS",system-ui,sans-serif!important;font-size:16px!important;font-weight:800!important;line-height:1.25!important;color:#111!important}
body.tax-product_cat.term-pistole-elettriche ul.products.gf-view-grid li.product .price{margin:0 16px 7px!important;padding:0!important;font-size:18px!important;font-weight:900!important;color:#111!important}
body.tax-product_cat.term-pistole-elettriche ul.products.gf-view-grid .gf-gas-loop-stock{margin:0 16px 14px!important;color:#16c51f!important;font-size:13px!important;font-weight:800!important;line-height:1.2!important}
body.tax-product_cat.term-pistole-elettriche ul.products.gf-view-grid li.product .button{margin:0 16px 8px!important;width:calc(100% - 32px)!important;border:0!important;border-radius:8px!important;background:#e21b23!important;color:#fff!important;padding:12px!important;font-size:14px!important;font-weight:900!important;text-align:center!important}
body.tax-product_cat.term-pistole-elettriche ul.products.gf-view-grid .gf-gas-loop-quick{margin:0 16px!important;width:calc(100% - 32px)!important;box-sizing:border-box!important;border:1px solid #e21b23!important;border-radius:8px!important;background:#fff!important;color:#e21b23!important;padding:11px!important;font-size:14px!important;font-weight:900!important;text-align:center!important;text-decoration:none!important}
body.tax-product_cat.term-pistole-elettriche ul.products li.product span.onsale,body.tax-product_cat.term-pistole-elettriche ul.products li.product .onsale{top:10px!important;left:0!important;right:auto!important;z-index:5!important;min-height:auto!important;line-height:1.1!important;width:auto!important;margin:0!important;padding:7px 12px 7px 10px!important;border-radius:0 999px 999px 0!important;background:#e21b23!important;color:#fff!important;font-size:11px!important;font-weight:900!important;text-transform:none!important}
body.tax-product_cat.term-pistole-elettriche ul.products li.product .price ins,body.tax-product_cat.term-pistole-elettriche ul.products li.product .price ins .amount,body.tax-product_cat.term-pistole-elettriche ul.products li.product .price ins .woocommerce-Price-amount.amount,body.tax-product_cat.term-pistole-elettriche ul.products li.product .price ins .woocommerce-Price-currencySymbol{color:#16c51f!important;font-weight:900!important;text-decoration:none!important}
body.tax-product_cat.term-pistole-elettriche ul.products li.product .price del,body.tax-product_cat.term-pistole-elettriche ul.products li.product .price del .amount,body.tax-product_cat.term-pistole-elettriche ul.products li.product .price del .woocommerce-Price-amount.amount,body.tax-product_cat.term-pistole-elettriche ul.products li.product .price del .woocommerce-Price-currencySymbol{color:#444!important}
@media(max-width:800px){body.tax-product_cat.term-pistole-elettriche ul.products.gf-view-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}body.tax-product_cat.term-pistole-elettriche ul.products.gf-view-list li.product{grid-template-columns:150px minmax(0,1fr) 145px!important;column-gap:14px!important}body.tax-product_cat.term-pistole-elettriche ul.products.gf-view-list li.product a.woocommerce-LoopProduct-link img{width:135px!important;height:120px!important}}
@media(max-width:600px){body.tax-product_cat.term-pistole-elettriche .gf-gas-view-controls{flex-wrap:wrap;padding:9px 8px;gap:5px;min-height:0}body.tax-product_cat.term-pistole-elettriche .gf-gas-sort-label,body.tax-product_cat.term-pistole-elettriche .gf-gas-layout-label{margin-left:0}body.tax-product_cat.term-pistole-elettriche ul.products.gf-view-grid{grid-template-columns:1fr!important}body.tax-product_cat.term-pistole-elettriche ul.products.gf-view-list li.product{grid-template-columns:110px minmax(0,1fr)!important;grid-template-rows:auto auto auto auto auto!important;padding:10px!important}body.tax-product_cat.term-pistole-elettriche ul.products.gf-view-list li.product a.woocommerce-LoopProduct-link img{grid-column:1!important;grid-row:1 / 6!important;width:100px!important;height:100px!important}body.tax-product_cat.term-pistole-elettriche ul.products.gf-view-list .gf-gas-loop-brand{grid-column:2!important;grid-row:1!important}body.tax-product_cat.term-pistole-elettriche ul.products.gf-view-list li.product .woocommerce-loop-product__title{grid-column:2!important;grid-row:2!important;font-size:15px!important}body.tax-product_cat.term-pistole-elettriche ul.products.gf-view-list li.product .price{grid-column:2!important;grid-row:3!important}body.tax-product_cat.term-pistole-elettriche ul.products.gf-view-list .gf-gas-loop-stock{grid-column:2!important;grid-row:4!important}body.tax-product_cat.term-pistole-elettriche ul.products.gf-view-list li.product .button{grid-column:2!important;grid-row:5!important;margin-top:5px!important}body.tax-product_cat.term-pistole-elettriche ul.products.gf-view-list .gf-gas-loop-quick{grid-column:2!important;grid-row:6!important;margin-top:6px!important}body.tax-product_cat.term-pistole-elettriche .woocommerce-products-header__title{font-size:32px!important;letter-spacing:-1px!important}}

/* Ghostforce v1.5.16 — Red Dots uses the exact Pistole Elettriche catalog layout, including toolbar. */
body.tax-product_cat.term-red-dots .gf-section,
body.tax-product_cat.term-red-dots .woocommerce-page,
body.tax-product_cat.term-red-dots .woocommerce{background:#fff!important}
body.tax-product_cat.term-red-dots .gf-section{padding-top:48px!important;padding-bottom:80px!important}
body.tax-product_cat.term-red-dots .woocommerce-products-header{width:min(1100px,96vw)!important;max-width:none!important;margin:0 auto 14px!important;padding:0!important}
body.tax-product_cat.term-red-dots .woocommerce-products-header__title{margin:0!important;color:#111!important;font-size:40px!important;line-height:1.05!important;text-transform:none!important;font-weight:950!important;letter-spacing:-1.2px!important;font-family:"Arial Black","Trebuchet MS",system-ui,sans-serif!important}
body.tax-product_cat.term-red-dots .woocommerce-products-header__title:after{content:"";display:block;width:58px;height:5px;margin-top:12px;border-radius:0 999px 999px 0;background:#e21b23!important}
body.tax-product_cat.term-red-dots .woocommerce-result-count{width:min(1100px,96vw)!important;margin:0 auto 10px!important;color:#555!important;font-size:13px!important}
body.tax-product_cat.term-red-dots .gf-gas-view-controls{width:min(1100px,96vw)!important;margin:0 auto 26px!important;box-sizing:border-box!important}
body.tax-product_cat.term-red-dots ul.products.gf-view-list{width:min(1100px,96vw)!important;margin:0 auto!important;display:flex!important;flex-direction:column!important;gap:12px!important}
body.tax-product_cat.term-red-dots ul.products.gf-view-list li.product{width:100%!important;margin:0!important;min-height:190px!important;display:grid!important;grid-template-columns:210px minmax(0,1fr) 190px!important;grid-template-rows:30px 1fr auto 30px!important;column-gap:22px!important;align-items:center!important;padding:12px 14px!important;box-sizing:border-box!important;background:#fff!important;border:1px solid #ddd!important;border-radius:10px!important;box-shadow:0 2px 10px rgba(0,0,0,.045)!important;overflow:hidden!important}
body.tax-product_cat.term-red-dots ul.products.gf-view-list li.product a.woocommerce-LoopProduct-link{display:contents!important}
body.tax-product_cat.term-red-dots ul.products.gf-view-list li.product a.woocommerce-LoopProduct-link img{grid-column:1!important;grid-row:1 / 5!important;width:195px!important;height:155px!important;max-width:195px!important;max-height:155px!important;object-fit:contain!important;padding:4px!important;margin:0!important;background:#fff!important;justify-self:center!important;align-self:center!important}
body.tax-product_cat.term-red-dots ul.products.gf-view-list .gf-gas-loop-brand{grid-column:2!important;grid-row:1!important;align-self:end!important;margin:0!important;color:#777!important;font-size:10px!important;font-weight:800!important;letter-spacing:.7px!important;text-transform:uppercase!important}
body.tax-product_cat.term-red-dots ul.products.gf-view-list li.product .woocommerce-loop-product__title{grid-column:2!important;grid-row:2!important;align-self:start!important;margin:4px 0 8px!important;padding:0!important;min-height:0!important;font-family:"Trebuchet MS",system-ui,sans-serif!important;font-size:18px!important;font-weight:800!important;line-height:1.2!important;color:#111!important}
body.tax-product_cat.term-red-dots ul.products.gf-view-list li.product .price{grid-column:2!important;grid-row:3!important;align-self:start!important;margin:0!important;padding:0!important;font-size:18px!important;font-weight:900!important;color:#111!important}
body.tax-product_cat.term-red-dots ul.products.gf-view-list .gf-gas-loop-stock{grid-column:2!important;grid-row:4!important;align-self:start!important;margin:2px 0 0!important;color:#16c51f!important;font-size:13px!important;font-weight:800!important;line-height:1.2!important}
body.tax-product_cat.term-red-dots ul.products.gf-view-list li.product .button{grid-column:3!important;grid-row:1 / 3!important;align-self:center!important;justify-self:stretch!important;margin:0 0 8px!important;width:100%!important;border:0!important;border-radius:8px!important;background:#e21b23!important;color:#fff!important;padding:13px 12px!important;font-size:14px!important;font-weight:900!important;text-align:center!important}
body.tax-product_cat.term-red-dots ul.products.gf-view-list .gf-gas-loop-quick{grid-column:3!important;grid-row:3 / 5!important;align-self:start!important;justify-self:stretch!important;width:100%!important;box-sizing:border-box!important;border:1px solid #e21b23!important;border-radius:8px!important;background:#fff!important;color:#e21b23!important;padding:12px!important;margin:8px 0 0!important;font-size:14px!important;font-weight:900!important;text-align:center!important;text-decoration:none!important}
body.tax-product_cat.term-red-dots ul.products.gf-view-grid{width:min(1100px,96vw)!important;margin:0 auto!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}
body.tax-product_cat.term-red-dots ul.products.gf-view-grid li.product{width:auto!important;margin:0!important;min-height:0!important;display:flex!important;flex-direction:column!important;position:relative!important;background:#fff!important;border:1px solid #ddd!important;border-radius:10px!important;box-shadow:0 2px 10px rgba(0,0,0,.05)!important;overflow:hidden!important;padding:0 0 15px!important}
body.tax-product_cat.term-red-dots ul.products.gf-view-grid li.product a.woocommerce-LoopProduct-link{display:block!important}
body.tax-product_cat.term-red-dots ul.products.gf-view-grid li.product a.woocommerce-LoopProduct-link img{width:100%!important;height:255px!important;max-width:none!important;max-height:none!important;object-fit:contain!important;background:#fff!important;padding:18px!important;margin:0 0 10px!important;box-sizing:border-box!important}
body.tax-product_cat.term-red-dots ul.products.gf-view-grid .gf-gas-loop-brand{margin:0 16px 6px!important;color:#777!important;font-size:10px!important;font-weight:800!important;letter-spacing:.7px!important;text-transform:uppercase!important}
body.tax-product_cat.term-red-dots ul.products.gf-view-grid li.product .woocommerce-loop-product__title{margin:0 16px 8px!important;padding:0!important;min-height:42px!important;font-family:"Trebuchet MS",system-ui,sans-serif!important;font-size:16px!important;font-weight:800!important;line-height:1.25!important;color:#111!important}
body.tax-product_cat.term-red-dots ul.products.gf-view-grid li.product .price{margin:0 16px 7px!important;padding:0!important;font-size:18px!important;font-weight:900!important;color:#111!important}
body.tax-product_cat.term-red-dots ul.products.gf-view-grid .gf-gas-loop-stock{margin:0 16px 14px!important;color:#16c51f!important;font-size:13px!important;font-weight:800!important;line-height:1.2!important}
body.tax-product_cat.term-red-dots ul.products.gf-view-grid li.product .button{margin:0 16px 8px!important;width:calc(100% - 32px)!important;border:0!important;border-radius:8px!important;background:#e21b23!important;color:#fff!important;padding:12px!important;font-size:14px!important;font-weight:900!important;text-align:center!important}
body.tax-product_cat.term-red-dots ul.products.gf-view-grid .gf-gas-loop-quick{margin:0 16px!important;width:calc(100% - 32px)!important;box-sizing:border-box!important;border:1px solid #e21b23!important;border-radius:8px!important;background:#fff!important;color:#e21b23!important;padding:11px!important;font-size:14px!important;font-weight:900!important;text-align:center!important;text-decoration:none!important}
body.tax-product_cat.term-red-dots ul.products li.product span.onsale,body.tax-product_cat.term-red-dots ul.products li.product .onsale{top:10px!important;left:0!important;right:auto!important;z-index:5!important;min-height:auto!important;line-height:1.1!important;width:auto!important;margin:0!important;padding:7px 12px 7px 10px!important;border-radius:0 999px 999px 0!important;background:#e21b23!important;color:#fff!important;font-size:11px!important;font-weight:900!important;text-transform:none!important}
body.tax-product_cat.term-red-dots ul.products li.product .price ins,body.tax-product_cat.term-red-dots ul.products li.product .price ins .amount,body.tax-product_cat.term-red-dots ul.products li.product .price ins .woocommerce-Price-amount.amount,body.tax-product_cat.term-red-dots ul.products li.product .price ins .woocommerce-Price-currencySymbol{color:#16c51f!important;font-weight:900!important;text-decoration:none!important}
body.tax-product_cat.term-red-dots ul.products li.product .price del,body.tax-product_cat.term-red-dots ul.products li.product .price del .amount,body.tax-product_cat.term-red-dots ul.products li.product .price del .woocommerce-Price-amount.amount,body.tax-product_cat.term-red-dots ul.products li.product .price del .woocommerce-Price-currencySymbol{color:#444!important}
@media(max-width:800px){body.tax-product_cat.term-red-dots ul.products.gf-view-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}body.tax-product_cat.term-red-dots ul.products.gf-view-list li.product{grid-template-columns:150px minmax(0,1fr) 145px!important;column-gap:14px!important}body.tax-product_cat.term-red-dots ul.products.gf-view-list li.product a.woocommerce-LoopProduct-link img{width:135px!important;height:120px!important}}
@media(max-width:600px){body.tax-product_cat.term-red-dots .gf-gas-view-controls{flex-wrap:wrap;padding:9px 8px;gap:5px;min-height:0}body.tax-product_cat.term-red-dots .gf-gas-sort-label,body.tax-product_cat.term-red-dots .gf-gas-layout-label{margin-left:0}body.tax-product_cat.term-red-dots ul.products.gf-view-grid{grid-template-columns:1fr!important}body.tax-product_cat.term-red-dots ul.products.gf-view-list li.product{grid-template-columns:110px minmax(0,1fr)!important;grid-template-rows:auto auto auto auto auto!important;padding:10px!important}body.tax-product_cat.term-red-dots ul.products.gf-view-list li.product a.woocommerce-LoopProduct-link img{grid-column:1!important;grid-row:1 / 6!important;width:100px!important;height:100px!important}body.tax-product_cat.term-red-dots ul.products.gf-view-list .gf-gas-loop-brand{grid-column:2!important;grid-row:1!important}body.tax-product_cat.term-red-dots ul.products.gf-view-list li.product .woocommerce-loop-product__title{grid-column:2!important;grid-row:2!important;font-size:15px!important}body.tax-product_cat.term-red-dots ul.products.gf-view-list li.product .price{grid-column:2!important;grid-row:3!important}body.tax-product_cat.term-red-dots ul.products.gf-view-list .gf-gas-loop-stock{grid-column:2!important;grid-row:4!important}body.tax-product_cat.term-red-dots ul.products.gf-view-list li.product .button{grid-column:2!important;grid-row:5!important;margin-top:5px!important}body.tax-product_cat.term-red-dots ul.products.gf-view-list .gf-gas-loop-quick{grid-column:2!important;grid-row:6!important;margin-top:6px!important}body.tax-product_cat.term-red-dots .woocommerce-products-header__title{font-size:32px!important;letter-spacing:-1px!important}}

/* Ghostforce v1.5.9 — Green Gas and CO2 use exactly the Pistole Elettriche catalog layout. */
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) .gf-section,
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) .woocommerce-page,
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) .woocommerce{background:#fff!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) .gf-section{padding-top:48px!important;padding-bottom:80px!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) .woocommerce-products-header{width:min(1100px,96vw)!important;max-width:none!important;margin:0 auto 14px!important;padding:0!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) .woocommerce-products-header__title{margin:0!important;color:#111!important;font-size:40px!important;line-height:1.05!important;text-transform:none!important;font-weight:950!important;letter-spacing:-1.2px!important;font-family:"Arial Black","Trebuchet MS",system-ui,sans-serif!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) .woocommerce-products-header__title:after{content:"";display:block;width:58px;height:5px;margin-top:12px;border-radius:0 999px 999px 0;background:#e21b23!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) .woocommerce-result-count{width:min(1100px,96vw)!important;margin:0 auto 10px!important;color:#555!important;font-size:13px!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) .gf-gas-view-controls{width:min(1100px,96vw)!important;margin:0 auto 26px!important;box-sizing:border-box!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-list{width:min(1100px,96vw)!important;margin:0 auto!important;display:flex!important;flex-direction:column!important;gap:12px!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-list li.product{width:100%!important;margin:0!important;min-height:190px!important;display:grid!important;grid-template-columns:210px minmax(0,1fr) 190px!important;grid-template-rows:30px 1fr auto 30px!important;column-gap:22px!important;align-items:center!important;padding:12px 14px!important;box-sizing:border-box!important;background:#fff!important;border:1px solid #ddd!important;border-radius:10px!important;box-shadow:0 2px 10px rgba(0,0,0,.045)!important;overflow:hidden!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-list li.product a.woocommerce-LoopProduct-link{display:contents!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-list li.product a.woocommerce-LoopProduct-link img{grid-column:1!important;grid-row:1 / 5!important;width:195px!important;height:155px!important;max-width:195px!important;max-height:155px!important;object-fit:contain!important;padding:4px!important;margin:0!important;background:#fff!important;justify-self:center!important;align-self:center!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-list .gf-gas-loop-brand{grid-column:2!important;grid-row:1!important;align-self:end!important;margin:0!important;color:#777!important;font-size:10px!important;font-weight:800!important;letter-spacing:.7px!important;text-transform:uppercase!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-list li.product .woocommerce-loop-product__title{grid-column:2!important;grid-row:2!important;align-self:start!important;margin:4px 0 8px!important;padding:0!important;min-height:0!important;font-family:"Trebuchet MS",system-ui,sans-serif!important;font-size:18px!important;font-weight:800!important;line-height:1.2!important;color:#111!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-list li.product .price{grid-column:2!important;grid-row:3!important;align-self:start!important;margin:0!important;padding:0!important;font-size:18px!important;font-weight:900!important;color:#111!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-list .gf-gas-loop-stock{grid-column:2!important;grid-row:4!important;align-self:start!important;margin:2px 0 0!important;color:#16c51f!important;font-size:13px!important;font-weight:800!important;line-height:1.2!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-list li.product .button{grid-column:3!important;grid-row:1 / 3!important;align-self:center!important;justify-self:stretch!important;margin:0 0 8px!important;width:100%!important;border:0!important;border-radius:8px!important;background:#e21b23!important;color:#fff!important;padding:13px 12px!important;font-size:14px!important;font-weight:900!important;text-align:center!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-list .gf-gas-loop-quick{grid-column:3!important;grid-row:3 / 5!important;align-self:start!important;justify-self:stretch!important;width:100%!important;box-sizing:border-box!important;border:1px solid #e21b23!important;border-radius:8px!important;background:#fff!important;color:#e21b23!important;padding:12px!important;margin:8px 0 0!important;font-size:14px!important;font-weight:900!important;text-align:center!important;text-decoration:none!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-grid{width:min(1100px,96vw)!important;margin:0 auto!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-grid li.product{width:auto!important;margin:0!important;min-height:0!important;display:flex!important;flex-direction:column!important;position:relative!important;background:#fff!important;border:1px solid #ddd!important;border-radius:10px!important;box-shadow:0 2px 10px rgba(0,0,0,.05)!important;overflow:hidden!important;padding:0 0 15px!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-grid li.product a.woocommerce-LoopProduct-link{display:block!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-grid li.product a.woocommerce-LoopProduct-link img{width:100%!important;height:255px!important;max-width:none!important;max-height:none!important;object-fit:contain!important;background:#fff!important;padding:18px!important;margin:0 0 10px!important;box-sizing:border-box!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-grid .gf-gas-loop-brand{margin:0 16px 6px!important;color:#777!important;font-size:10px!important;font-weight:800!important;letter-spacing:.7px!important;text-transform:uppercase!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-grid li.product .woocommerce-loop-product__title{margin:0 16px 8px!important;padding:0!important;min-height:42px!important;font-family:"Trebuchet MS",system-ui,sans-serif!important;font-size:16px!important;font-weight:800!important;line-height:1.25!important;color:#111!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-grid li.product .price{margin:0 16px 7px!important;padding:0!important;font-size:18px!important;font-weight:900!important;color:#111!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-grid .gf-gas-loop-stock{margin:0 16px 14px!important;color:#16c51f!important;font-size:13px!important;font-weight:800!important;line-height:1.2!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-grid li.product .button{margin:0 16px 8px!important;width:calc(100% - 32px)!important;border:0!important;border-radius:8px!important;background:#e21b23!important;color:#fff!important;padding:12px!important;font-size:14px!important;font-weight:900!important;text-align:center!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-grid .gf-gas-loop-quick{margin:0 16px!important;width:calc(100% - 32px)!important;box-sizing:border-box!important;border:1px solid #e21b23!important;border-radius:8px!important;background:#fff!important;color:#e21b23!important;padding:11px!important;font-size:14px!important;font-weight:900!important;text-align:center!important;text-decoration:none!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products li.product span.onsale,:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products li.product .onsale{top:10px!important;left:0!important;right:auto!important;z-index:5!important;min-height:auto!important;line-height:1.1!important;width:auto!important;margin:0!important;padding:7px 12px 7px 10px!important;border-radius:0 999px 999px 0!important;background:#e21b23!important;color:#fff!important;font-size:11px!important;font-weight:900!important;text-transform:none!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products li.product .price ins,:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products li.product .price ins .amount,:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products li.product .price ins .woocommerce-Price-amount.amount,:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products li.product .price ins .woocommerce-Price-currencySymbol{color:#16c51f!important;font-weight:900!important;text-decoration:none!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products li.product .price del,:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products li.product .price del .amount,:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products li.product .price del .woocommerce-Price-amount.amount,:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products li.product .price del .woocommerce-Price-currencySymbol{color:#444!important}
@media(max-width:800px){:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-list li.product{grid-template-columns:150px minmax(0,1fr) 145px!important;column-gap:14px!important}:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-list li.product a.woocommerce-LoopProduct-link img{width:135px!important;height:120px!important}}
@media(max-width:600px){:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) .gf-gas-view-controls{flex-wrap:wrap;padding:9px 8px;gap:5px;min-height:0}:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) .gf-gas-sort-label,:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) .gf-gas-layout-label{margin-left:0}:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-grid{grid-template-columns:1fr!important}:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-list li.product{grid-template-columns:110px minmax(0,1fr)!important;grid-template-rows:auto auto auto auto auto!important;padding:10px!important}:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-list li.product a.woocommerce-LoopProduct-link img{grid-column:1!important;grid-row:1 / 6!important;width:100px!important;height:100px!important}:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-list .gf-gas-loop-brand{grid-column:2!important;grid-row:1!important}:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-list li.product .woocommerce-loop-product__title{grid-column:2!important;grid-row:2!important;font-size:15px!important}:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-list li.product .price{grid-column:2!important;grid-row:3!important}:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-list .gf-gas-loop-stock{grid-column:2!important;grid-row:4!important}:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-list li.product .button{grid-column:2!important;grid-row:5!important;margin-top:5px!important}:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-list .gf-gas-loop-quick{grid-column:2!important;grid-row:6!important;margin-top:6px!important}:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) .woocommerce-products-header__title{font-size:32px!important;letter-spacing:-1px!important}}


/* Ghostforce v1.5.0 — unified catalog layout for rifle/sniper categories. */
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) .gf-section{padding-top:28px!important;padding-bottom:70px!important;background:#fff!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) .woocommerce-products-header{width:min(1100px,96vw)!important;max-width:none!important;margin:0 auto 18px!important;padding:0!important;position:relative!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) .woocommerce-products-header__title{display:inline-block!important;position:relative!important;margin:0 0 30px!important;padding:0 0 13px!important;font-family:"Arial Black","Trebuchet MS",Arial,sans-serif!important;font-size:42px!important;line-height:1!important;font-weight:900!important;letter-spacing:-1.7px!important;color:#0b0b0b!important;text-transform:none!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) .woocommerce-products-header__title::before{content:"";display:inline-block!important;width:7px!important;height:30px!important;margin-right:12px!important;vertical-align:-3px!important;border-radius:0 5px 5px 0!important;background:#e21b23!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) .woocommerce-products-header__title::after{content:""!important;position:absolute!important;left:19px!important;bottom:0!important;width:82px!important;height:4px!important;border-radius:0 999px 999px 0!important;background:#e21b23!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) .gf-gas-view-controls{width:min(1100px,96vw)!important;margin:0 auto 14px!important;min-height:58px;border-top:1px solid #ddd;border-bottom:1px solid #ddd;display:flex;align-items:center;gap:10px;padding:0 12px;box-sizing:border-box;color:#333;font-size:13px;font-weight:600}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) .gf-gas-view-label{white-space:nowrap;color:#555}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) .gf-gas-sort-label{margin-left:auto}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) .gf-gas-layout-label{margin-left:20px}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) .gf-gas-per-page,:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) .gf-gas-native-order select{appearance:auto;border:0!important;background:#fff!important;color:#222!important;font-size:13px!important;font-weight:600!important;padding:8px 20px 8px 3px!important;margin:0!important;outline:none!important;cursor:pointer}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) .gf-gas-native-order .woocommerce-ordering{float:none!important;margin:0!important;width:auto!important;text-align:left!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) .gf-gas-view-btn{width:34px;height:34px;padding:0;border:0;background:transparent;color:#7b8187;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;border-radius:7px;font-size:20px;line-height:1}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) .gf-gas-view-btn:hover,:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) .gf-gas-view-btn.is-active{color:#111;background:#f1f1f1}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) .gf-icon-list{font-size:27px;line-height:1;transform:rotate(90deg);display:block}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) .gf-icon-grid{font-size:15px;line-height:10px;letter-spacing:2px;text-align:center;display:block}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) .woocommerce-result-count{width:min(1100px,96vw)!important;margin:0 auto 10px!important;color:#555!important;font-size:13px!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) ul.products.gf-view-list{width:min(1100px,96vw)!important;margin:0 auto!important;display:flex!important;flex-direction:column!important;gap:12px!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) ul.products.gf-view-list li.product{width:100%!important;margin:0!important;min-height:190px!important;display:grid!important;grid-template-columns:210px minmax(0,1fr) 190px!important;grid-template-rows:30px 1fr auto 30px!important;column-gap:22px!important;align-items:center!important;padding:12px 14px!important;box-sizing:border-box!important;background:#fff!important;border:1px solid #ddd!important;border-radius:10px!important;box-shadow:0 2px 10px rgba(0,0,0,.045)!important;overflow:hidden!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) ul.products.gf-view-list li.product a.woocommerce-LoopProduct-link{display:contents!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) ul.products.gf-view-list li.product a.woocommerce-LoopProduct-link img{grid-column:1!important;grid-row:1 / 5!important;width:195px!important;height:155px!important;max-width:195px!important;max-height:155px!important;object-fit:contain!important;padding:4px!important;margin:0!important;background:#fff!important;justify-self:center!important;align-self:center!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) ul.products.gf-view-list .gf-gas-loop-brand{grid-column:2!important;grid-row:1!important;align-self:end!important;margin:0!important;color:#777!important;font-size:10px!important;font-weight:800!important;letter-spacing:.7px!important;text-transform:uppercase!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) ul.products.gf-view-list li.product .woocommerce-loop-product__title{grid-column:2!important;grid-row:2!important;align-self:start!important;margin:4px 0 8px!important;padding:0!important;min-height:0!important;font-family:"Trebuchet MS",system-ui,sans-serif!important;font-size:18px!important;font-weight:800!important;line-height:1.2!important;color:#111!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) ul.products.gf-view-list li.product .price{grid-column:2!important;grid-row:3!important;align-self:start!important;margin:0!important;padding:0!important;font-size:18px!important;font-weight:900!important;color:#111!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) ul.products.gf-view-list .gf-gas-loop-stock{grid-column:2!important;grid-row:4!important;align-self:start!important;margin:2px 0 0!important;color:#16c51f!important;font-size:13px!important;font-weight:800!important;line-height:1.2!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) ul.products.gf-view-list .gf-gas-loop-stock.is-unavailable{color:#e21b23!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) ul.products.gf-view-list li.product .button{grid-column:3!important;grid-row:1 / 3!important;align-self:center!important;justify-self:stretch!important;margin:0 0 8px!important;width:100%!important;border:0!important;border-radius:8px!important;background:#e21b23!important;color:#fff!important;padding:13px 12px!important;font-size:14px!important;font-weight:900!important;text-align:center!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) ul.products.gf-view-list .gf-gas-loop-quick{grid-column:3!important;grid-row:3 / 5!important;align-self:start!important;justify-self:stretch!important;width:100%!important;box-sizing:border-box!important;border:1px solid #e21b23!important;border-radius:8px!important;background:#fff!important;color:#e21b23!important;padding:12px!important;margin:8px 0 0!important;font-size:14px!important;font-weight:900!important;text-align:center!important;text-decoration:none!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) ul.products.gf-view-grid{width:min(1100px,96vw)!important;margin:0 auto!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) ul.products.gf-view-grid li.product{width:auto!important;margin:0!important;min-height:0!important;display:flex!important;flex-direction:column!important;position:relative!important;background:#fff!important;border:1px solid #ddd!important;border-radius:10px!important;box-shadow:0 2px 10px rgba(0,0,0,.05)!important;overflow:hidden!important;padding:0 0 15px!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) ul.products.gf-view-grid li.product a.woocommerce-LoopProduct-link{display:block!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) ul.products.gf-view-grid li.product a.woocommerce-LoopProduct-link img{width:100%!important;height:255px!important;max-width:none!important;max-height:none!important;object-fit:contain!important;background:#fff!important;padding:18px!important;margin:0 0 10px!important;box-sizing:border-box!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) ul.products.gf-view-grid .gf-gas-loop-brand{margin:0 16px 6px!important;color:#777!important;font-size:10px!important;font-weight:800!important;letter-spacing:.7px!important;text-transform:uppercase!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) ul.products.gf-view-grid li.product .woocommerce-loop-product__title{margin:0 16px 8px!important;padding:0!important;min-height:42px!important;font-family:"Trebuchet MS",system-ui,sans-serif!important;font-size:16px!important;font-weight:800!important;line-height:1.25!important;color:#111!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) ul.products.gf-view-grid li.product .price{margin:0 16px 7px!important;padding:0!important;font-size:18px!important;font-weight:900!important;color:#111!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) ul.products.gf-view-grid .gf-gas-loop-stock{margin:0 16px 14px!important;color:#16c51f!important;font-size:13px!important;font-weight:800!important;line-height:1.2!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) ul.products.gf-view-grid .gf-gas-loop-stock.is-unavailable{color:#e21b23!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) ul.products.gf-view-grid li.product .button{margin:0 16px 8px!important;width:calc(100% - 32px)!important;border:0!important;border-radius:8px!important;background:#e21b23!important;color:#fff!important;padding:12px!important;font-size:14px!important;font-weight:900!important;text-align:center!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) ul.products.gf-view-grid .gf-gas-loop-quick{margin:0 16px!important;width:calc(100% - 32px)!important;box-sizing:border-box!important;border:1px solid #e21b23!important;border-radius:8px!important;background:#fff!important;color:#e21b23!important;padding:11px!important;font-size:14px!important;font-weight:900!important;text-align:center!important;text-decoration:none!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) ul.products li.product span.onsale,:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) ul.products li.product .onsale{top:10px!important;left:0!important;right:auto!important;z-index:5!important;min-height:auto!important;line-height:1.1!important;width:auto!important;margin:0!important;padding:7px 12px 7px 10px!important;border-radius:0 999px 999px 0!important;background:#e21b23!important;color:#fff!important;font-size:11px!important;font-weight:900!important;text-transform:none!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) ul.products li.product .price ins,:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) ul.products li.product .price ins .amount,:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) ul.products li.product .price ins .woocommerce-Price-amount.amount{color:#16c51f!important;font-weight:900!important;text-decoration:none!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) ul.products li.product .price del,:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) ul.products li.product .price del .amount{color:#444!important}
@media(max-width:800px){:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) ul.products.gf-view-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) ul.products.gf-view-list li.product{grid-template-columns:150px minmax(0,1fr) 145px!important;column-gap:14px!important}:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) ul.products.gf-view-list li.product a.woocommerce-LoopProduct-link img{width:135px!important;height:120px!important}}
@media(max-width:600px){:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) .gf-gas-view-controls{flex-wrap:wrap;padding:9px 8px;gap:5px;min-height:0}:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) .gf-gas-sort-label,:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) .gf-gas-layout-label{margin-left:0}:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) ul.products.gf-view-grid{grid-template-columns:1fr!important}:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) ul.products.gf-view-list li.product{grid-template-columns:110px minmax(0,1fr)!important;grid-template-rows:auto auto auto auto auto!important;padding:10px!important}:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) ul.products.gf-view-list li.product a.woocommerce-LoopProduct-link img{grid-column:1!important;grid-row:1 / 6!important;width:100px!important;height:100px!important}:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) ul.products.gf-view-list .gf-gas-loop-brand{grid-column:2!important;grid-row:1!important}:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) ul.products.gf-view-list li.product .woocommerce-loop-product__title{grid-column:2!important;grid-row:2!important;font-size:15px!important}:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) ul.products.gf-view-list li.product .price{grid-column:2!important;grid-row:3!important}:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) ul.products.gf-view-list .gf-gas-loop-stock{grid-column:2!important;grid-row:4!important}:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) ul.products.gf-view-list li.product .button{grid-column:2!important;grid-row:5!important;margin-top:5px!important}:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) ul.products.gf-view-list .gf-gas-loop-quick{grid-column:2!important;grid-row:6!important;margin-top:6px!important}:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici) .woocommerce-products-header__title{font-size:32px!important;letter-spacing:-1px!important}}
\n\n/* Ghostforce v1.5.1 — restore the global 3-category header after rifle catalog additions. */\n.gf-nav > .gf-wrap{\n  width:100%!important;\n  max-width:none!important;\n  margin:0 auto!important;\n  display:flex!important;\n  flex-direction:row!important;\n  justify-content:center!important;\n  align-items:stretch!important;\n  gap:0!important;\n  overflow:visible!important;\n}\n.gf-nav > .gf-wrap > .gf-nav-item-wrap{\n  flex:0 1 360px!important;\n  width:33.3333%!important;\n  max-width:360px!important;\n  min-width:0!important;\n}\n.gf-nav > .gf-wrap > .gf-nav-item-wrap > .gf-nav-main{\n  width:100%!important;\n  display:flex!important;\n  justify-content:center!important;\n  color:#fff!important;\n}\n.gf-nav .gf-nav-label{color:#fff!important}\n@media(max-width:1000px){\n  .gf-nav > .gf-wrap{width:100%!important;max-width:none!important}\n  .gf-nav > .gf-wrap > .gf-nav-item-wrap{flex:1 1 33.3333%!important;width:33.3333%!important;max-width:none!important}\n}\n

/* Ghostforce v1.5.8 — BB catalog uses the exact same product layout as the v1.5.5 airsoft rifle catalog. */
/* Ghostforce v1.5.0 — unified catalog layout for rifle/sniper categories. */
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) .gf-section{padding-top:28px!important;padding-bottom:70px!important;background:#fff!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) .woocommerce-products-header{width:min(1100px,96vw)!important;max-width:none!important;margin:0 auto 18px!important;padding:0!important;position:relative!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) .woocommerce-products-header__title{display:inline-block!important;position:relative!important;margin:0 0 30px!important;padding:0 0 13px!important;font-family:"Arial Black","Trebuchet MS",Arial,sans-serif!important;font-size:42px!important;line-height:1!important;font-weight:900!important;letter-spacing:-1.7px!important;color:#0b0b0b!important;text-transform:none!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) .woocommerce-products-header__title::before{content:"";display:inline-block!important;width:7px!important;height:30px!important;margin-right:12px!important;vertical-align:-3px!important;border-radius:0 5px 5px 0!important;background:#e21b23!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) .woocommerce-products-header__title::after{content:""!important;position:absolute!important;left:19px!important;bottom:0!important;width:82px!important;height:4px!important;border-radius:0 999px 999px 0!important;background:#e21b23!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) .gf-gas-view-controls{width:min(1100px,96vw)!important;margin:0 auto 14px!important;min-height:58px;border-top:1px solid #ddd;border-bottom:1px solid #ddd;display:flex;align-items:center;gap:10px;padding:0 12px;box-sizing:border-box;color:#333;font-size:13px;font-weight:600}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) .gf-gas-view-label{white-space:nowrap;color:#555}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) .gf-gas-sort-label{margin-left:auto}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) .gf-gas-layout-label{margin-left:20px}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) .gf-gas-per-page,:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) .gf-gas-native-order select{appearance:auto;border:0!important;background:#fff!important;color:#222!important;font-size:13px!important;font-weight:600!important;padding:8px 20px 8px 3px!important;margin:0!important;outline:none!important;cursor:pointer}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) .gf-gas-native-order .woocommerce-ordering{float:none!important;margin:0!important;width:auto!important;text-align:left!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) .gf-gas-view-btn{width:34px;height:34px;padding:0;border:0;background:transparent;color:#7b8187;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;border-radius:7px;font-size:20px;line-height:1}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) .gf-gas-view-btn:hover,:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) .gf-gas-view-btn.is-active{color:#111;background:#f1f1f1}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) .gf-icon-list{font-size:27px;line-height:1;transform:rotate(90deg);display:block}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) .gf-icon-grid{font-size:15px;line-height:10px;letter-spacing:2px;text-align:center;display:block}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) .woocommerce-result-count{width:min(1100px,96vw)!important;margin:0 auto 10px!important;color:#555!important;font-size:13px!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) ul.products.gf-view-list{width:min(1100px,96vw)!important;margin:0 auto!important;display:flex!important;flex-direction:column!important;gap:12px!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) ul.products.gf-view-list li.product{width:100%!important;margin:0!important;min-height:190px!important;display:grid!important;grid-template-columns:210px minmax(0,1fr) 190px!important;grid-template-rows:30px 1fr auto 30px!important;column-gap:22px!important;align-items:center!important;padding:12px 14px!important;box-sizing:border-box!important;background:#fff!important;border:1px solid #ddd!important;border-radius:10px!important;box-shadow:0 2px 10px rgba(0,0,0,.045)!important;overflow:hidden!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) ul.products.gf-view-list li.product a.woocommerce-LoopProduct-link{display:contents!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) ul.products.gf-view-list li.product a.woocommerce-LoopProduct-link img{grid-column:1!important;grid-row:1 / 5!important;width:195px!important;height:155px!important;max-width:195px!important;max-height:155px!important;object-fit:contain!important;padding:4px!important;margin:0!important;background:#fff!important;justify-self:center!important;align-self:center!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) ul.products.gf-view-list .gf-gas-loop-brand{grid-column:2!important;grid-row:1!important;align-self:end!important;margin:0!important;color:#777!important;font-size:10px!important;font-weight:800!important;letter-spacing:.7px!important;text-transform:uppercase!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) ul.products.gf-view-list li.product .woocommerce-loop-product__title{grid-column:2!important;grid-row:2!important;align-self:start!important;margin:4px 0 8px!important;padding:0!important;min-height:0!important;font-family:"Trebuchet MS",system-ui,sans-serif!important;font-size:18px!important;font-weight:800!important;line-height:1.2!important;color:#111!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) ul.products.gf-view-list li.product .price{grid-column:2!important;grid-row:3!important;align-self:start!important;margin:0!important;padding:0!important;font-size:18px!important;font-weight:900!important;color:#111!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) ul.products.gf-view-list .gf-gas-loop-stock{grid-column:2!important;grid-row:4!important;align-self:start!important;margin:2px 0 0!important;color:#16c51f!important;font-size:13px!important;font-weight:800!important;line-height:1.2!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) ul.products.gf-view-list .gf-gas-loop-stock.is-unavailable{color:#e21b23!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) ul.products.gf-view-list li.product .button{grid-column:3!important;grid-row:1 / 3!important;align-self:center!important;justify-self:stretch!important;margin:0 0 8px!important;width:100%!important;border:0!important;border-radius:8px!important;background:#e21b23!important;color:#fff!important;padding:13px 12px!important;font-size:14px!important;font-weight:900!important;text-align:center!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) ul.products.gf-view-list .gf-gas-loop-quick{grid-column:3!important;grid-row:3 / 5!important;align-self:start!important;justify-self:stretch!important;width:100%!important;box-sizing:border-box!important;border:1px solid #e21b23!important;border-radius:8px!important;background:#fff!important;color:#e21b23!important;padding:12px!important;margin:8px 0 0!important;font-size:14px!important;font-weight:900!important;text-align:center!important;text-decoration:none!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) ul.products.gf-view-grid{width:min(1100px,96vw)!important;margin:0 auto!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) ul.products.gf-view-grid li.product{width:auto!important;margin:0!important;min-height:0!important;display:flex!important;flex-direction:column!important;position:relative!important;background:#fff!important;border:1px solid #ddd!important;border-radius:10px!important;box-shadow:0 2px 10px rgba(0,0,0,.05)!important;overflow:hidden!important;padding:0 0 15px!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) ul.products.gf-view-grid li.product a.woocommerce-LoopProduct-link{display:block!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) ul.products.gf-view-grid li.product a.woocommerce-LoopProduct-link img{width:100%!important;height:255px!important;max-width:none!important;max-height:none!important;object-fit:contain!important;background:#fff!important;padding:18px!important;margin:0 0 10px!important;box-sizing:border-box!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) ul.products.gf-view-grid .gf-gas-loop-brand{margin:0 16px 6px!important;color:#777!important;font-size:10px!important;font-weight:800!important;letter-spacing:.7px!important;text-transform:uppercase!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) ul.products.gf-view-grid li.product .woocommerce-loop-product__title{margin:0 16px 8px!important;padding:0!important;min-height:42px!important;font-family:"Trebuchet MS",system-ui,sans-serif!important;font-size:16px!important;font-weight:800!important;line-height:1.25!important;color:#111!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) ul.products.gf-view-grid li.product .price{margin:0 16px 7px!important;padding:0!important;font-size:18px!important;font-weight:900!important;color:#111!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) ul.products.gf-view-grid .gf-gas-loop-stock{margin:0 16px 14px!important;color:#16c51f!important;font-size:13px!important;font-weight:800!important;line-height:1.2!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) ul.products.gf-view-grid .gf-gas-loop-stock.is-unavailable{color:#e21b23!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) ul.products.gf-view-grid li.product .button{margin:0 16px 8px!important;width:calc(100% - 32px)!important;border:0!important;border-radius:8px!important;background:#e21b23!important;color:#fff!important;padding:12px!important;font-size:14px!important;font-weight:900!important;text-align:center!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) ul.products.gf-view-grid .gf-gas-loop-quick{margin:0 16px!important;width:calc(100% - 32px)!important;box-sizing:border-box!important;border:1px solid #e21b23!important;border-radius:8px!important;background:#fff!important;color:#e21b23!important;padding:11px!important;font-size:14px!important;font-weight:900!important;text-align:center!important;text-decoration:none!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) ul.products li.product span.onsale,:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) ul.products li.product .onsale{top:10px!important;left:0!important;right:auto!important;z-index:5!important;min-height:auto!important;line-height:1.1!important;width:auto!important;margin:0!important;padding:7px 12px 7px 10px!important;border-radius:0 999px 999px 0!important;background:#e21b23!important;color:#fff!important;font-size:11px!important;font-weight:900!important;text-transform:none!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) ul.products li.product .price ins,:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) ul.products li.product .price ins .amount,:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) ul.products li.product .price ins .woocommerce-Price-amount.amount{color:#16c51f!important;font-weight:900!important;text-decoration:none!important}
:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) ul.products li.product .price del,:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) ul.products li.product .price del .amount{color:#444!important}
@media(max-width:800px){:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) ul.products.gf-view-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) ul.products.gf-view-list li.product{grid-template-columns:150px minmax(0,1fr) 145px!important;column-gap:14px!important}:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) ul.products.gf-view-list li.product a.woocommerce-LoopProduct-link img{width:135px!important;height:120px!important}}
@media(max-width:600px){:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) .gf-gas-view-controls{flex-wrap:wrap;padding:9px 8px;gap:5px;min-height:0}:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) .gf-gas-sort-label,:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) .gf-gas-layout-label{margin-left:0}:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) ul.products.gf-view-grid{grid-template-columns:1fr!important}:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) ul.products.gf-view-list li.product{grid-template-columns:110px minmax(0,1fr)!important;grid-template-rows:auto auto auto auto auto!important;padding:10px!important}:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) ul.products.gf-view-list li.product a.woocommerce-LoopProduct-link img{grid-column:1!important;grid-row:1 / 6!important;width:100px!important;height:100px!important}:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) ul.products.gf-view-list .gf-gas-loop-brand{grid-column:2!important;grid-row:1!important}:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) ul.products.gf-view-list li.product .woocommerce-loop-product__title{grid-column:2!important;grid-row:2!important;font-size:15px!important}:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) ul.products.gf-view-list li.product .price{grid-column:2!important;grid-row:3!important}:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) ul.products.gf-view-list .gf-gas-loop-stock{grid-column:2!important;grid-row:4!important}:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) ul.products.gf-view-list li.product .button{grid-column:2!important;grid-row:5!important;margin-top:5px!important}:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) ul.products.gf-view-list .gf-gas-loop-quick{grid-column:2!important;grid-row:6!important;margin-top:6px!important}:is(body.tax-product_cat.term-fucili-elettrici,body.tax-product_cat.term-fucili-a-gas,body.tax-product_cat.term-cecchino-a-gas,body.tax-product_cat.term-cecchino-co2,body.tax-product_cat.term-cecchino-elettrici,body.tax-product_cat.term-pallini-020-g,body.tax-product_cat.term-pallini-025-g,body.tax-product_cat.term-pallini-028-g,body.tax-product_cat.term-pallini-030-g,body.tax-product_cat.term-pallini-032-g) .woocommerce-products-header__title{font-size:32px!important;letter-spacing:-1px!important}}
\n\n/* Ghostforce v1.5.1 — restore the global 3-category header after rifle catalog additions. */\n.gf-nav > .gf-wrap{\n  width:100%!important;\n  max-width:none!important;\n  margin:0 auto!important;\n  display:flex!important;\n  flex-direction:row!important;\n  justify-content:center!important;\n  align-items:stretch!important;\n  gap:0!important;\n  overflow:visible!important;\n}\n.gf-nav > .gf-wrap > .gf-nav-item-wrap{\n  flex:0 1 360px!important;\n  width:33.3333%!important;\n  max-width:360px!important;\n  min-width:0!important;\n}\n.gf-nav > .gf-wrap > .gf-nav-item-wrap > .gf-nav-main{\n  width:100%!important;\n  display:flex!important;\n  justify-content:center!important;\n  color:#fff!important;\n}\n.gf-nav .gf-nav-label{color:#fff!important}\n@media(max-width:1000px){\n  .gf-nav > .gf-wrap{width:100%!important;max-width:none!important}\n  .gf-nav > .gf-wrap > .gf-nav-item-wrap{flex:1 1 33.3333%!important;width:33.3333%!important;max-width:none!important}\n}\n

/* Ghostforce v1.5.14 — Green Gas + CO2 Capsules: exact Pistole Elettriche catalog layout. */
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) .gf-section,
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) .woocommerce-page,
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) .woocommerce{background:#fff!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) .gf-section{padding-top:48px!important;padding-bottom:80px!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) .woocommerce-products-header{width:min(1100px,96vw)!important;max-width:none!important;margin:0 auto 14px!important;padding:0!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) .woocommerce-products-header__title{margin:0!important;color:#111!important;font-size:40px!important;line-height:1.05!important;text-transform:none!important;font-weight:950!important;letter-spacing:-1.2px!important;font-family:"Arial Black","Trebuchet MS",system-ui,sans-serif!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) .woocommerce-products-header__title:after{content:"";display:block;width:58px;height:5px;margin-top:12px;border-radius:0 999px 999px 0;background:#e21b23!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) .woocommerce-result-count{width:min(1100px,96vw)!important;margin:0 auto 10px!important;color:#555!important;font-size:13px!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) .gf-gas-view-controls{width:min(1100px,96vw)!important;margin:0 auto 26px!important;min-height:58px!important;border-top:1px solid #ddd!important;border-bottom:1px solid #ddd!important;display:flex!important;align-items:center!important;gap:10px!important;padding:0 12px!important;box-sizing:border-box!important;color:#333!important;font-size:13px!important;font-weight:600!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) .gf-gas-view-label{white-space:nowrap!important;color:#555!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) .gf-gas-sort-label{margin-left:auto!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) .gf-gas-layout-label{margin-left:20px!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) .gf-gas-per-page,
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) .gf-gas-native-order select{appearance:auto!important;border:0!important;background:#fff!important;color:#222!important;font-size:13px!important;font-weight:600!important;padding:8px 20px 8px 3px!important;margin:0!important;outline:none!important;cursor:pointer!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) .gf-gas-native-order .woocommerce-ordering{float:none!important;margin:0!important;width:auto!important;text-align:left!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) .gf-gas-view-btn{width:34px!important;height:34px!important;padding:0!important;border:0!important;background:transparent!important;color:#7b8187!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;border-radius:7px!important;font-size:20px!important;line-height:1!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) .gf-gas-view-btn:hover,
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) .gf-gas-view-btn.is-active{color:#111!important;background:#f1f1f1!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) .gf-icon-list{font-size:27px!important;line-height:1!important;transform:rotate(90deg)!important;display:block!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) .gf-icon-grid{font-size:15px!important;line-height:10px!important;letter-spacing:2px!important;text-align:center!important;display:block!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-list{width:min(1100px,96vw)!important;margin:0 auto!important;display:flex!important;flex-direction:column!important;gap:12px!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-list li.product{width:100%!important;margin:0!important;min-height:190px!important;display:grid!important;grid-template-columns:210px minmax(0,1fr) 190px!important;grid-template-rows:30px 1fr auto 30px!important;column-gap:22px!important;align-items:center!important;padding:12px 14px!important;box-sizing:border-box!important;background:#fff!important;border:1px solid #ddd!important;border-radius:10px!important;box-shadow:0 2px 10px rgba(0,0,0,.045)!important;overflow:hidden!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-list li.product a.woocommerce-LoopProduct-link{display:contents!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-list li.product a.woocommerce-LoopProduct-link img{grid-column:1!important;grid-row:1 / 5!important;width:195px!important;height:155px!important;max-width:195px!important;max-height:155px!important;object-fit:contain!important;padding:4px!important;margin:0!important;background:#fff!important;justify-self:center!important;align-self:center!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-list .gf-gas-loop-brand{grid-column:2!important;grid-row:1!important;align-self:end!important;margin:0!important;color:#777!important;font-size:10px!important;font-weight:800!important;letter-spacing:.7px!important;text-transform:uppercase!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-list li.product .woocommerce-loop-product__title{grid-column:2!important;grid-row:2!important;align-self:start!important;margin:4px 0 8px!important;padding:0!important;min-height:0!important;font-family:"Trebuchet MS",system-ui,sans-serif!important;font-size:18px!important;font-weight:800!important;line-height:1.2!important;color:#111!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-list li.product .price{grid-column:2!important;grid-row:3!important;align-self:start!important;margin:0!important;padding:0!important;font-size:18px!important;font-weight:900!important;color:#111!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-list .gf-gas-loop-stock{grid-column:2!important;grid-row:4!important;align-self:start!important;margin:2px 0 0!important;color:#16c51f!important;font-size:13px!important;font-weight:800!important;line-height:1.2!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-list li.product .button{grid-column:3!important;grid-row:1 / 3!important;align-self:center!important;justify-self:stretch!important;margin:0 0 8px!important;width:100%!important;border:0!important;border-radius:8px!important;background:#e21b23!important;color:#fff!important;padding:13px 12px!important;font-size:14px!important;font-weight:900!important;text-align:center!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-list .gf-gas-loop-quick{grid-column:3!important;grid-row:3 / 5!important;align-self:start!important;justify-self:stretch!important;width:100%!important;box-sizing:border-box!important;border:1px solid #e21b23!important;border-radius:8px!important;background:#fff!important;color:#e21b23!important;padding:12px!important;margin:8px 0 0!important;font-size:14px!important;font-weight:900!important;text-align:center!important;text-decoration:none!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-grid{width:min(1100px,96vw)!important;margin:0 auto!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-grid li.product{width:auto!important;margin:0!important;min-height:0!important;display:flex!important;flex-direction:column!important;position:relative!important;background:#fff!important;border:1px solid #ddd!important;border-radius:10px!important;box-shadow:0 2px 10px rgba(0,0,0,.05)!important;overflow:hidden!important;padding:0 0 15px!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-grid li.product a.woocommerce-LoopProduct-link{display:block!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-grid li.product a.woocommerce-LoopProduct-link img{width:100%!important;height:255px!important;max-width:none!important;max-height:none!important;object-fit:contain!important;background:#fff!important;padding:18px!important;margin:0 0 10px!important;box-sizing:border-box!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-grid .gf-gas-loop-brand{margin:0 16px 6px!important;color:#777!important;font-size:10px!important;font-weight:800!important;letter-spacing:.7px!important;text-transform:uppercase!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-grid li.product .woocommerce-loop-product__title{margin:0 16px 8px!important;padding:0!important;min-height:42px!important;font-family:"Trebuchet MS",system-ui,sans-serif!important;font-size:16px!important;font-weight:800!important;line-height:1.25!important;color:#111!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-grid li.product .price{margin:0 16px 7px!important;padding:0!important;font-size:18px!important;font-weight:900!important;color:#111!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-grid .gf-gas-loop-stock{margin:0 16px 14px!important;color:#16c51f!important;font-size:13px!important;font-weight:800!important;line-height:1.2!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-grid li.product .button{margin:0 16px 8px!important;width:calc(100% - 32px)!important;border:0!important;border-radius:8px!important;background:#e21b23!important;color:#fff!important;padding:12px!important;font-size:14px!important;font-weight:900!important;text-align:center!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-grid .gf-gas-loop-quick{margin:0 16px!important;width:calc(100% - 32px)!important;box-sizing:border-box!important;border:1px solid #e21b23!important;border-radius:8px!important;background:#fff!important;color:#e21b23!important;padding:11px!important;font-size:14px!important;font-weight:900!important;text-align:center!important;text-decoration:none!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products li.product span.onsale,
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products li.product .onsale{top:10px!important;left:0!important;right:auto!important;z-index:5!important;min-height:auto!important;line-height:1.1!important;width:auto!important;margin:0!important;padding:7px 12px 7px 10px!important;border-radius:0 999px 999px 0!important;background:#e21b23!important;color:#fff!important;font-size:11px!important;font-weight:900!important;text-transform:none!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products li.product .price ins,
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products li.product .price ins .amount,
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products li.product .price ins .woocommerce-Price-amount.amount,
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products li.product .price ins .woocommerce-Price-currencySymbol{color:#16c51f!important;font-weight:900!important;text-decoration:none!important}
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products li.product .price del,
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products li.product .price del .amount,
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products li.product .price del .woocommerce-Price-amount.amount,
:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products li.product .price del .woocommerce-Price-currencySymbol{color:#444!important}
@media(max-width:800px){:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-list li.product{grid-template-columns:150px minmax(0,1fr) 145px!important;column-gap:14px!important}:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-list li.product a.woocommerce-LoopProduct-link img{width:135px!important;height:120px!important}}
@media(max-width:600px){:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) .gf-gas-view-controls{flex-wrap:wrap!important;padding:9px 8px!important;gap:5px!important;min-height:0!important}:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) .gf-gas-sort-label,:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) .gf-gas-layout-label{margin-left:0!important}:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-grid{grid-template-columns:1fr!important}:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-list li.product{grid-template-columns:110px minmax(0,1fr)!important;grid-template-rows:auto auto auto auto auto!important;padding:10px!important}:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-list li.product a.woocommerce-LoopProduct-link img{grid-column:1!important;grid-row:1 / 6!important;width:100px!important;height:100px!important}:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-list .gf-gas-loop-brand{grid-column:2!important;grid-row:1!important}:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-list li.product .woocommerce-loop-product__title{grid-column:2!important;grid-row:2!important;font-size:15px!important}:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-list li.product .price{grid-column:2!important;grid-row:3!important}:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-list .gf-gas-loop-stock{grid-column:2!important;grid-row:4!important}:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-list li.product .button{grid-column:2!important;grid-row:5!important;margin-top:5px!important}:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) ul.products.gf-view-list .gf-gas-loop-quick{grid-column:2!important;grid-row:6!important;margin-top:6px!important}:is(body.tax-product_cat.term-green-gas,body.tax-product_cat.term-co2-capsules) .woocommerce-products-header__title{font-size:32px!important;letter-spacing:-1px!important}}

/* Ghostforce v1.5.15 — OTTICHE uses the exact Pistole Elettriche catalog layout. */
/* v1.4.2 — OTTICHE uses exactly the same catalog layout as Pistole Elettriche. */
body.tax-product_cat.term-ottiche .gf-section,
body.tax-product_cat.term-ottiche .woocommerce-page,
body.tax-product_cat.term-ottiche .woocommerce{background:#fff!important}
body.tax-product_cat.term-ottiche .gf-section{padding-top:48px!important;padding-bottom:80px!important}
body.tax-product_cat.term-ottiche .woocommerce-products-header{width:min(1100px,96vw)!important;max-width:none!important;margin:0 auto 14px!important;padding:0!important}
body.tax-product_cat.term-ottiche .woocommerce-products-header__title{margin:0!important;color:#111!important;font-size:40px!important;line-height:1.05!important;text-transform:none!important;font-weight:950!important;letter-spacing:-1.2px!important;font-family:"Arial Black","Trebuchet MS",system-ui,sans-serif!important}
body.tax-product_cat.term-ottiche .woocommerce-products-header__title:after{content:"";display:block;width:58px;height:5px;margin-top:12px;border-radius:0 999px 999px 0;background:#e21b23!important}
body.tax-product_cat.term-ottiche .woocommerce-result-count{width:min(1100px,96vw)!important;margin:0 auto 10px!important;color:#555!important;font-size:13px!important}
body.tax-product_cat.term-ottiche .gf-gas-view-controls{width:min(1100px,96vw)!important;margin:0 auto 26px!important;box-sizing:border-box!important}
body.tax-product_cat.term-ottiche ul.products.gf-view-list{width:min(1100px,96vw)!important;margin:0 auto!important;display:flex!important;flex-direction:column!important;gap:12px!important}
body.tax-product_cat.term-ottiche ul.products.gf-view-list li.product{width:100%!important;margin:0!important;min-height:190px!important;display:grid!important;grid-template-columns:210px minmax(0,1fr) 190px!important;grid-template-rows:30px 1fr auto 30px!important;column-gap:22px!important;align-items:center!important;padding:12px 14px!important;box-sizing:border-box!important;background:#fff!important;border:1px solid #ddd!important;border-radius:10px!important;box-shadow:0 2px 10px rgba(0,0,0,.045)!important;overflow:hidden!important}
body.tax-product_cat.term-ottiche ul.products.gf-view-list li.product a.woocommerce-LoopProduct-link{display:contents!important}
body.tax-product_cat.term-ottiche ul.products.gf-view-list li.product a.woocommerce-LoopProduct-link img{grid-column:1!important;grid-row:1 / 5!important;width:195px!important;height:155px!important;max-width:195px!important;max-height:155px!important;object-fit:contain!important;padding:4px!important;margin:0!important;background:#fff!important;justify-self:center!important;align-self:center!important}
body.tax-product_cat.term-ottiche ul.products.gf-view-list .gf-gas-loop-brand{grid-column:2!important;grid-row:1!important;align-self:end!important;margin:0!important;color:#777!important;font-size:10px!important;font-weight:800!important;letter-spacing:.7px!important;text-transform:uppercase!important}
body.tax-product_cat.term-ottiche ul.products.gf-view-list li.product .woocommerce-loop-product__title{grid-column:2!important;grid-row:2!important;align-self:start!important;margin:4px 0 8px!important;padding:0!important;min-height:0!important;font-family:"Trebuchet MS",system-ui,sans-serif!important;font-size:18px!important;font-weight:800!important;line-height:1.2!important;color:#111!important}
body.tax-product_cat.term-ottiche ul.products.gf-view-list li.product .price{grid-column:2!important;grid-row:3!important;align-self:start!important;margin:0!important;padding:0!important;font-size:18px!important;font-weight:900!important;color:#111!important}
body.tax-product_cat.term-ottiche ul.products.gf-view-list .gf-gas-loop-stock{grid-column:2!important;grid-row:4!important;align-self:start!important;margin:2px 0 0!important;color:#16c51f!important;font-size:13px!important;font-weight:800!important;line-height:1.2!important}
body.tax-product_cat.term-ottiche ul.products.gf-view-list li.product .button{grid-column:3!important;grid-row:1 / 3!important;align-self:center!important;justify-self:stretch!important;margin:0 0 8px!important;width:100%!important;border:0!important;border-radius:8px!important;background:#e21b23!important;color:#fff!important;padding:13px 12px!important;font-size:14px!important;font-weight:900!important;text-align:center!important}
body.tax-product_cat.term-ottiche ul.products.gf-view-list .gf-gas-loop-quick{grid-column:3!important;grid-row:3 / 5!important;align-self:start!important;justify-self:stretch!important;width:100%!important;box-sizing:border-box!important;border:1px solid #e21b23!important;border-radius:8px!important;background:#fff!important;color:#e21b23!important;padding:12px!important;margin:8px 0 0!important;font-size:14px!important;font-weight:900!important;text-align:center!important;text-decoration:none!important}
body.tax-product_cat.term-ottiche ul.products.gf-view-grid{width:min(1100px,96vw)!important;margin:0 auto!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}
body.tax-product_cat.term-ottiche ul.products.gf-view-grid li.product{width:auto!important;margin:0!important;min-height:0!important;display:flex!important;flex-direction:column!important;position:relative!important;background:#fff!important;border:1px solid #ddd!important;border-radius:10px!important;box-shadow:0 2px 10px rgba(0,0,0,.05)!important;overflow:hidden!important;padding:0 0 15px!important}
body.tax-product_cat.term-ottiche ul.products.gf-view-grid li.product a.woocommerce-LoopProduct-link{display:block!important}
body.tax-product_cat.term-ottiche ul.products.gf-view-grid li.product a.woocommerce-LoopProduct-link img{width:100%!important;height:255px!important;max-width:none!important;max-height:none!important;object-fit:contain!important;background:#fff!important;padding:18px!important;margin:0 0 10px!important;box-sizing:border-box!important}
body.tax-product_cat.term-ottiche ul.products.gf-view-grid .gf-gas-loop-brand{margin:0 16px 6px!important;color:#777!important;font-size:10px!important;font-weight:800!important;letter-spacing:.7px!important;text-transform:uppercase!important}
body.tax-product_cat.term-ottiche ul.products.gf-view-grid li.product .woocommerce-loop-product__title{margin:0 16px 8px!important;padding:0!important;min-height:42px!important;font-family:"Trebuchet MS",system-ui,sans-serif!important;font-size:16px!important;font-weight:800!important;line-height:1.25!important;color:#111!important}
body.tax-product_cat.term-ottiche ul.products.gf-view-grid li.product .price{margin:0 16px 7px!important;padding:0!important;font-size:18px!important;font-weight:900!important;color:#111!important}
body.tax-product_cat.term-ottiche ul.products.gf-view-grid .gf-gas-loop-stock{margin:0 16px 14px!important;color:#16c51f!important;font-size:13px!important;font-weight:800!important;line-height:1.2!important}
body.tax-product_cat.term-ottiche ul.products.gf-view-grid li.product .button{margin:0 16px 8px!important;width:calc(100% - 32px)!important;border:0!important;border-radius:8px!important;background:#e21b23!important;color:#fff!important;padding:12px!important;font-size:14px!important;font-weight:900!important;text-align:center!important}
body.tax-product_cat.term-ottiche ul.products.gf-view-grid .gf-gas-loop-quick{margin:0 16px!important;width:calc(100% - 32px)!important;box-sizing:border-box!important;border:1px solid #e21b23!important;border-radius:8px!important;background:#fff!important;color:#e21b23!important;padding:11px!important;font-size:14px!important;font-weight:900!important;text-align:center!important;text-decoration:none!important}
body.tax-product_cat.term-ottiche ul.products li.product span.onsale,body.tax-product_cat.term-ottiche ul.products li.product .onsale{top:10px!important;left:0!important;right:auto!important;z-index:5!important;min-height:auto!important;line-height:1.1!important;width:auto!important;margin:0!important;padding:7px 12px 7px 10px!important;border-radius:0 999px 999px 0!important;background:#e21b23!important;color:#fff!important;font-size:11px!important;font-weight:900!important;text-transform:none!important}
body.tax-product_cat.term-ottiche ul.products li.product .price ins,body.tax-product_cat.term-ottiche ul.products li.product .price ins .amount,body.tax-product_cat.term-ottiche ul.products li.product .price ins .woocommerce-Price-amount.amount,body.tax-product_cat.term-ottiche ul.products li.product .price ins .woocommerce-Price-currencySymbol{color:#16c51f!important;font-weight:900!important;text-decoration:none!important}
body.tax-product_cat.term-ottiche ul.products li.product .price del,body.tax-product_cat.term-ottiche ul.products li.product .price del .amount,body.tax-product_cat.term-ottiche ul.products li.product .price del .woocommerce-Price-amount.amount,body.tax-product_cat.term-ottiche ul.products li.product .price del .woocommerce-Price-currencySymbol{color:#444!important}
@media(max-width:800px){body.tax-product_cat.term-ottiche ul.products.gf-view-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}body.tax-product_cat.term-ottiche ul.products.gf-view-list li.product{grid-template-columns:150px minmax(0,1fr) 145px!important;column-gap:14px!important}body.tax-product_cat.term-ottiche ul.products.gf-view-list li.product a.woocommerce-LoopProduct-link img{width:135px!important;height:120px!important}}
@media(max-width:600px){body.tax-product_cat.term-ottiche .gf-gas-view-controls{flex-wrap:wrap;padding:9px 8px;gap:5px;min-height:0}body.tax-product_cat.term-ottiche .gf-gas-sort-label,body.tax-product_cat.term-ottiche .gf-gas-layout-label{margin-left:0}body.tax-product_cat.term-ottiche ul.products.gf-view-grid{grid-template-columns:1fr!important}body.tax-product_cat.term-ottiche ul.products.gf-view-list li.product{grid-template-columns:110px minmax(0,1fr)!important;grid-template-rows:auto auto auto auto auto!important;padding:10px!important}body.tax-product_cat.term-ottiche ul.products.gf-view-list li.product a.woocommerce-LoopProduct-link img{grid-column:1!important;grid-row:1 / 6!important;width:100px!important;height:100px!important}body.tax-product_cat.term-ottiche ul.products.gf-view-list .gf-gas-loop-brand{grid-column:2!important;grid-row:1!important}body.tax-product_cat.term-ottiche ul.products.gf-view-list li.product .woocommerce-loop-product__title{grid-column:2!important;grid-row:2!important;font-size:15px!important}body.tax-product_cat.term-ottiche ul.products.gf-view-list li.product .price{grid-column:2!important;grid-row:3!important}body.tax-product_cat.term-ottiche ul.products.gf-view-list .gf-gas-loop-stock{grid-column:2!important;grid-row:4!important}body.tax-product_cat.term-ottiche ul.products.gf-view-list li.product .button{grid-column:2!important;grid-row:5!important;margin-top:5px!important}body.tax-product_cat.term-ottiche ul.products.gf-view-list .gf-gas-loop-quick{grid-column:2!important;grid-row:6!important;margin-top:6px!important}body.tax-product_cat.term-ottiche .woocommerce-products-header__title{font-size:32px!important;letter-spacing:-1px!important}}


/* Ghostforce v1.5.17 — exact Pistole Elettriche toolbar alignment for catalog categories. */
:is(body.tax-product_cat.term-pistole-elettriche,body.tax-product_cat.term-ottiche,body.tax-product_cat.term-red-dots) .gf-gas-view-controls{
  width:min(1100px,96vw)!important;
  margin:0 auto 14px!important;
  min-height:58px!important;
  border-top:1px solid #ddd!important;
  border-bottom:1px solid #ddd!important;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  padding:0 12px!important;
  box-sizing:border-box!important;
  color:#333!important;
  font-size:13px!important;
  font-weight:600!important;
}
:is(body.tax-product_cat.term-pistole-elettriche,body.tax-product_cat.term-ottiche,body.tax-product_cat.term-red-dots) .gf-gas-view-label{white-space:nowrap!important;color:#555!important}
:is(body.tax-product_cat.term-pistole-elettriche,body.tax-product_cat.term-ottiche,body.tax-product_cat.term-red-dots) .gf-gas-sort-label{margin-left:auto!important}
:is(body.tax-product_cat.term-pistole-elettriche,body.tax-product_cat.term-ottiche,body.tax-product_cat.term-red-dots) .gf-gas-layout-label{margin-left:20px!important}
:is(body.tax-product_cat.term-pistole-elettriche,body.tax-product_cat.term-ottiche,body.tax-product_cat.term-red-dots) .gf-gas-per-page,
:is(body.tax-product_cat.term-pistole-elettriche,body.tax-product_cat.term-ottiche,body.tax-product_cat.term-red-dots) .gf-gas-native-order select{
  appearance:auto!important;
  border:0!important;
  background:#fff!important;
  color:#222!important;
  font-size:13px!important;
  font-weight:600!important;
  padding:8px 20px 8px 3px!important;
  margin:0!important;
  outline:none!important;
  cursor:pointer!important;
}
:is(body.tax-product_cat.term-pistole-elettriche,body.tax-product_cat.term-ottiche,body.tax-product_cat.term-red-dots) .gf-gas-native-order .woocommerce-ordering{float:none!important;margin:0!important;width:auto!important;text-align:left!important}
:is(body.tax-product_cat.term-pistole-elettriche,body.tax-product_cat.term-ottiche,body.tax-product_cat.term-red-dots) .gf-gas-view-btn{
  width:34px!important;height:34px!important;padding:0!important;border:0!important;background:transparent!important;color:#7b8187!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;border-radius:7px!important;
  font-size:20px!important;line-height:1!important;
}
:is(body.tax-product_cat.term-pistole-elettriche,body.tax-product_cat.term-ottiche,body.tax-product_cat.term-red-dots) .gf-gas-view-btn:hover,
:is(body.tax-product_cat.term-pistole-elettriche,body.tax-product_cat.term-ottiche,body.tax-product_cat.term-red-dots) .gf-gas-view-btn.is-active{color:#111!important;background:#f1f1f1!important}
:is(body.tax-product_cat.term-pistole-elettriche,body.tax-product_cat.term-ottiche,body.tax-product_cat.term-red-dots) .gf-icon-list{font-size:27px!important;line-height:1!important;transform:rotate(90deg)!important;display:block!important}
:is(body.tax-product_cat.term-pistole-elettriche,body.tax-product_cat.term-ottiche,body.tax-product_cat.term-red-dots) .gf-icon-grid{font-size:15px!important;line-height:10px!important;letter-spacing:2px!important;text-align:center!important;display:block!important}

@media(max-width:600px){
  :is(body.tax-product_cat.term-pistole-elettriche,body.tax-product_cat.term-ottiche,body.tax-product_cat.term-red-dots) .gf-gas-view-controls{flex-wrap:wrap!important;padding:9px 8px!important;gap:5px!important;min-height:0!important}
  :is(body.tax-product_cat.term-pistole-elettriche,body.tax-product_cat.term-ottiche,body.tax-product_cat.term-red-dots) .gf-gas-sort-label,
  :is(body.tax-product_cat.term-pistole-elettriche,body.tax-product_cat.term-ottiche,body.tax-product_cat.term-red-dots) .gf-gas-layout-label{margin-left:0!important}
}


/* =========================================================
   GHOST FORCE — HOME V2
   Cinematic storefront / hero slider
   ========================================================= */
.gf-home{background:#fff;color:#0b0b0b}
.gf-home-hero{position:relative;height:min(760px,calc(100vh - 145px));min-height:560px;overflow:hidden;background:#050505;color:#fff}
.gf-hero-slides,.gf-hero-slide{position:absolute;inset:0}
.gf-hero-slide{opacity:0;visibility:hidden;transition:opacity .8s ease;z-index:1}
.gf-hero-slide.is-active{opacity:1;visibility:visible;z-index:2}
.gf-hero-slide>img{width:100%;height:100%;object-fit:cover;object-position:center}
.gf-hero-shade{position:absolute;inset:0;background:
 linear-gradient(90deg,rgba(0,0,0,.84) 0%,rgba(0,0,0,.58) 38%,rgba(0,0,0,.15) 72%,rgba(0,0,0,.42) 100%),
 linear-gradient(0deg,rgba(0,0,0,.52),transparent 38%,rgba(0,0,0,.18))}
.gf-hero-content{position:absolute;left:max(6vw,40px);top:50%;transform:translateY(-50%);width:min(650px,58vw);z-index:4}
.gf-hero-logo{display:block;width:min(470px,82%);height:auto;max-height:180px;object-fit:contain;object-position:left center;margin:0 0 20px;filter:drop-shadow(0 10px 28px rgba(0,0,0,.55))}
.gf-hero-kicker{display:inline-block;font-size:12px;font-weight:900;letter-spacing:.26em;color:#f20b12;border-left:3px solid #f20b12;padding-left:12px;margin-bottom:15px}
.gf-hero-content p{max-width:520px;margin:0 0 27px;color:rgba(255,255,255,.9);font-size:18px;line-height:1.55}
.gf-hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.gf-home-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 24px;background:#ed1118;color:#fff!important;font-size:12px;font-weight:900;letter-spacing:.13em;text-decoration:none;border:1px solid #ed1118;transition:.2s ease}
.gf-home-btn:hover{background:#fff;color:#111!important;border-color:#fff}
.gf-home-btn-ghost{background:rgba(0,0,0,.25);border-color:rgba(255,255,255,.6)}
.gf-home-btn-ghost:hover{background:#ed1118;border-color:#ed1118;color:#fff!important}
.gf-slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:8;width:48px;height:48px;border:1px solid rgba(255,255,255,.35);background:rgba(0,0,0,.35);color:#fff;font-size:34px;line-height:1;cursor:pointer;transition:.2s}
.gf-slider-arrow:hover{background:#ed1118;border-color:#ed1118}
.gf-slider-prev{left:25px}.gf-slider-next{right:25px}
.gf-slider-dots{position:absolute;z-index:8;left:max(6vw,40px);bottom:35px;display:flex;gap:9px}
.gf-slider-dots button{width:34px;height:3px;padding:0;border:0;background:rgba(255,255,255,.35);cursor:pointer;transition:.25s}
.gf-slider-dots button.is-active{width:58px;background:#ed1118}
.gf-hero-scroll{position:absolute;right:35px;bottom:34px;z-index:8;font-size:10px;font-weight:800;letter-spacing:.2em;color:rgba(255,255,255,.7)}
.gf-hero-scroll span{color:#ed1118;font-size:17px;margin-left:6px}

.gf-home-strip{background:#050505;color:#fff;border-bottom:1px solid #242424}
.gf-home-strip-inner{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr)}
.gf-home-strip-inner>div{padding:22px 26px;border-right:1px solid #252525}
.gf-home-strip-inner>div:last-child{border-right:0}
.gf-home-strip b{display:block;font-size:11px;letter-spacing:.12em}
.gf-home-strip span{display:block;margin-top:5px;color:#898989;font-size:10px;letter-spacing:.08em}

.gf-home-products{padding:82px 0 92px;background:#fff}
.gf-home-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:34px}
.gf-home-section-head.compact{margin-bottom:28px}
.gf-home-eyebrow{display:block;color:#ed1118;font-size:10px;font-weight:900;letter-spacing:.22em;margin-bottom:9px}
.gf-home-section-head h2{margin:0;font-size:clamp(27px,3vw,43px);font-weight:950;letter-spacing:-.03em;line-height:1}
.gf-home-section-head p{margin:11px 0 0;color:#777;max-width:580px;font-size:14px}
.gf-home-link{color:#111;text-decoration:none;font-size:11px;font-weight:900;letter-spacing:.13em;white-space:nowrap}
.gf-home-link span{color:#ed1118;font-size:18px;margin-left:7px}
.gf-storefront-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.gf-store-card{position:relative;min-width:0;border:1px solid #e8e8e8;background:#fff;transition:transform .25s,box-shadow .25s}
.gf-store-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(0,0,0,.09)}
.gf-store-card-link{display:block;color:inherit;text-decoration:none}
.gf-store-image{height:300px;background:#f5f5f5;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}
.gf-store-image img{width:100%;height:100%;object-fit:contain;padding:22px;transition:transform .35s}
.gf-store-card:hover .gf-store-image img{transform:scale(1.045)}
.gf-product-badge{position:absolute;left:12px;top:12px;background:#ed1118;color:#fff;font-size:9px;font-weight:900;letter-spacing:.12em;padding:7px 9px;z-index:2}
.gf-quick-view{position:absolute;left:12px;right:12px;bottom:12px;padding:10px;background:rgba(0,0,0,.86);color:#fff;text-align:center;font-size:9px;font-weight:900;letter-spacing:.12em;opacity:0;transform:translateY(8px);transition:.2s}
.gf-store-card:hover .gf-quick-view{opacity:1;transform:none}
.gf-store-body{padding:17px 17px 12px}
.gf-store-brand{font-size:9px;font-weight:900;letter-spacing:.14em;color:#999;text-transform:uppercase}
.gf-store-body h3{font-size:14px;line-height:1.35;margin:7px 0 11px;font-weight:800;min-height:38px}
.gf-store-price{font-size:18px;font-weight:950;color:#111}
.gf-store-price del{font-size:12px;color:#999;font-weight:500;margin-right:5px}
.gf-store-price ins{text-decoration:none;color:#ed1118}
.gf-add-cart{display:block;margin:0 12px 12px;padding:11px 8px;text-align:center;background:#111;color:#fff!important;text-decoration:none;font-size:9px;font-weight:900;letter-spacing:.12em;transition:.2s}
.gf-add-cart:hover{background:#ed1118}
.gf-empty-store{grid-column:1/-1;padding:40px;text-align:center;background:#f5f5f5;color:#777}

.gf-home-categories{padding:82px 0;background:#080808;color:#fff}
.gf-home-categories .gf-home-section-head h2{color:#fff}
.gf-home-cat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#303030;border:1px solid #303030}
.gf-home-cat{min-height:125px;padding:23px 22px;display:flex;align-items:center;gap:18px;background:#0d0d0d;color:#fff;text-decoration:none;position:relative;transition:.2s}
.gf-home-cat:hover{background:#171717}
.gf-home-cat:hover i{color:#ed1118;transform:translateX(4px)}
.gf-home-cat-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;flex:0 0 48px}
.gf-home-cat-icon img{width:44px;height:44px;object-fit:contain;filter:brightness(0) invert(1)}
.gf-home-cat b{display:block;font-size:15px;letter-spacing:.02em}
.gf-home-cat small{display:block;margin-top:6px;color:#898989;font-size:10px;letter-spacing:.05em}
.gf-home-cat i{margin-left:auto;font-style:normal;font-size:22px;transition:.2s}

.gf-home-banner{position:relative;min-height:510px;background:url('../home/hero-04.jpg') center/cover no-repeat;color:#fff;display:flex;align-items:center}
.gf-home-banner-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.9),rgba(0,0,0,.62) 50%,rgba(0,0,0,.25))}
.gf-home-banner .gf-wrap{position:relative;z-index:2}
.gf-home-banner-copy{max-width:570px;padding:70px 0}
.gf-home-banner-copy h2{font-size:clamp(42px,6vw,76px);line-height:.9;letter-spacing:-.05em;margin:0 0 23px}
.gf-home-banner-copy h2 em{font-style:normal;color:#ed1118}
.gf-home-banner-copy p{color:#ccc;line-height:1.6;font-size:15px;margin:0 0 27px}

@media(max-width:1000px){
 .gf-home-hero{height:650px}
 .gf-storefront-grid{grid-template-columns:repeat(3,1fr)}
 .gf-home-cat-grid{grid-template-columns:repeat(2,1fr)}
 .gf-home-strip-inner{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
 .gf-home-hero{height:650px;min-height:620px}
 .gf-hero-content{left:25px;right:25px;width:auto;top:47%}
 .gf-hero-logo{width:88%;max-height:135px}
 .gf-hero-content p{font-size:15px}
 .gf-slider-arrow{display:none}
 .gf-slider-dots{left:25px;bottom:25px}
 .gf-hero-scroll{display:none}
 .gf-home-strip-inner{grid-template-columns:1fr 1fr}
 .gf-home-strip-inner>div{padding:16px 14px}
 .gf-home-strip b{font-size:9px}
 .gf-home-strip span{font-size:8px}
 .gf-home-products,.gf-home-categories{padding:58px 0}
 .gf-home-section-head{align-items:flex-start;flex-direction:column;margin-bottom:25px}
 .gf-storefront-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
 .gf-store-image{height:220px}
 .gf-store-body{padding:12px}
 .gf-store-body h3{font-size:12px;min-height:34px}
 .gf-store-price{font-size:15px}
 .gf-add-cart{font-size:8px;padding:10px 5px}
 .gf-home-cat-grid{grid-template-columns:1fr}
 .gf-home-banner{min-height:480px}
 .gf-home-banner-copy{padding:55px 0}
}

/* Ghost Force home refresh — home only; header intentionally untouched. */
.gf-home{background:#080808;color:#fff;overflow:hidden}
.gf-home-hero{background:#030303}
.gf-hero-content{z-index:5}
.gf-hero-logo-wrap{position:relative;display:inline-flex;align-items:center;margin:0 0 20px;isolation:isolate}
.gf-hero-logo-wrap:before{content:"";position:absolute;z-index:-1;left:-9%;right:-9%;top:3%;bottom:3%;background:radial-gradient(ellipse at center,rgba(255,255,255,.98) 0%,rgba(255,255,255,.78) 28%,rgba(255,255,255,.30) 53%,rgba(255,255,255,0) 75%);filter:blur(22px);opacity:.92;transform:scale(1.08)}
.gf-hero-logo{filter:drop-shadow(0 0 7px rgba(255,255,255,.42)) drop-shadow(0 12px 26px rgba(0,0,0,.7));position:relative;z-index:1;margin:0}
.gf-home-strip{background:#050505;border-top:1px solid #1e1e1e;border-bottom:1px solid #1e1e1e}
.gf-home-products{background:#080808;color:#fff;padding:74px 0 80px}
.gf-home-section-head h2{color:#fff}
.gf-home-section-head p{color:#aaa}
.gf-storefront-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}
.gf-store-card{background:#fff;border:0;border-radius:15px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.28);transition:transform .22s ease,box-shadow .22s ease}
.gf-store-card:hover{transform:translateY(-5px);box-shadow:0 18px 34px rgba(0,0,0,.4)}
.gf-store-image{height:235px;background:#f2f2f2;border-radius:15px 15px 0 0;overflow:hidden}
.gf-store-image img{padding:17px;border-radius:15px;object-fit:contain}
.gf-store-body{padding:13px 13px 9px}
.gf-store-brand{font-size:8px;color:#9a9a9a}
.gf-store-body h3{font-size:12px;line-height:1.28;margin:6px 0 8px;min-height:32px;color:#111}
.gf-store-price{font-size:16px;color:#111}
.gf-store-price ins{color:#ed1118}
.gf-add-cart{display:flex;align-items:center;justify-content:center;min-height:38px;margin:0 10px 10px;padding:0 8px;background:#ed1118;color:#fff!important;border-radius:9px;text-decoration:none;font-size:9px;font-weight:900;letter-spacing:.05em;text-transform:uppercase;transition:.18s ease}
.gf-add-cart:hover{background:#c90d13;color:#fff!important}
.gf-product-badge{top:10px;left:10px;background:#ed1118;border-radius:6px;padding:5px 7px;font-size:8px}
.gf-home-categories{background:#080808;color:#fff;padding:68px 0 76px}
.gf-home-cat-grid{grid-template-columns:repeat(4,1fr);gap:14px;background:transparent;border:0}
.gf-home-cat{min-height:210px;border:1px solid #383838;border-radius:12px;overflow:hidden;padding:0 18px 18px;align-items:flex-end;background:#111;position:relative}
.gf-home-cat:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02) 20%,rgba(0,0,0,.82) 100%);z-index:0}
.gf-home-cat-icon{position:absolute;inset:0;width:auto;height:auto;z-index:0;opacity:.75}
.gf-home-cat-icon img{width:100%;height:100%;object-fit:cover;filter:none}
.gf-home-cat>span:not(.gf-home-cat-icon),.gf-home-cat>i{position:relative;z-index:2}
.gf-home-cat b{font-size:14px}
.gf-home-cat small{color:#ddd;max-width:180px;line-height:1.35}
.gf-home-cat i{color:#ed1118}
.gf-home-banner{min-height:400px;background:url('assets/home/ghost-banner.jpg') center 58%/cover no-repeat;color:#fff}
.gf-home-banner-overlay{background:linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.32) 55%,rgba(0,0,0,.52))}
.gf-home-banner-copy{padding:62px 0}
.gf-home-banner-copy p{max-width:520px;color:#d0d0d0}

@media(max-width:1200px){
  .gf-storefront-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
  .gf-home-cat-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
  .gf-storefront-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .gf-store-image{height:200px}
  .gf-home-cat-grid{grid-template-columns:1fr}
  .gf-home-banner{min-height:380px}
}

/* Ghost Force reference-home v4 — HOME ONLY. header.php is untouched. */
.gf-reference-home{margin:0;padding:0;background:#080808;color:#fff;overflow:hidden}
.gf-reference-home .gf-ref-image-section{position:relative;width:100%;line-height:0;overflow:hidden;background:#080808}
.gf-reference-home .gf-ref-image-section>img{display:block;width:100%;height:auto;margin:0;padding:0;border:0}
.gf-reference-home .gf-ref-hero{position:relative;width:100%;overflow:hidden;background:#030303;line-height:0}
.gf-reference-home .gf-ref-hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .45s ease;line-height:0}
.gf-reference-home .gf-ref-hero-slide:first-child{position:relative}
.gf-reference-home .gf-ref-hero-slide.is-active{opacity:1;visibility:visible;z-index:2}
.gf-reference-home .gf-ref-hero-slide>img{display:block;width:100%;height:auto;min-height:0;object-fit:cover}
.gf-reference-home .gf-ref-slide-vignette{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.5),rgba(0,0,0,.16) 52%,rgba(0,0,0,.45));pointer-events:none}
.gf-reference-home .gf-ref-slide-copy{position:absolute;left:4.3%;bottom:13%;z-index:3;color:#fff;line-height:1.25;text-shadow:0 2px 10px rgba(0,0,0,.7)}
.gf-reference-home .gf-ref-slide-kicker{display:block;color:#ef1018;font:900 13px/1 Arial,sans-serif;letter-spacing:.22em;margin-bottom:12px;text-transform:uppercase}
.gf-reference-home .gf-ref-slide-copy p{margin:0;font:600 16px/1.4 Arial,sans-serif}
.gf-reference-home .gf-ref-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:38px;height:58px;border:0;background:rgba(0,0,0,.25);color:#fff;font-size:44px;line-height:1;cursor:pointer;text-shadow:0 1px 4px #000}
.gf-reference-home .gf-ref-prev{left:0}.gf-reference-home .gf-ref-next{right:0}
.gf-reference-home .gf-ref-dots{position:absolute;left:50%;bottom:4.5%;transform:translateX(-50%);z-index:12;display:flex;gap:10px;align-items:center}
.gf-reference-home .gf-ref-dots button{width:10px;height:10px;border:0;border-radius:50%;background:#fff;padding:0;opacity:.96;cursor:pointer}
.gf-reference-home .gf-ref-dots button.is-active{background:#ef1018}
.gf-reference-home .gf-ref-hotspots{position:absolute;inset:0;z-index:15;pointer-events:none}
.gf-reference-home .gf-ref-product-card-hotspot,.gf-reference-home .gf-ref-product-cart-hotspot,.gf-reference-home .gf-ref-category-hotspot{position:absolute;display:block;pointer-events:auto;background:transparent;border:0}
.gf-reference-home .gf-ref-product-card-hotspot{top:19.5%;height:78%}
.gf-reference-home .gf-ref-product-cart-hotspot{top:81%;height:12%}
.gf-reference-home .gf-ref-category-hotspot{top:8%;height:88%}
.gf-reference-home .gf-ref-image-section a{outline:none}
.gf-reference-home .gf-ref-image-section a:focus-visible{outline:2px solid #ef1018;outline-offset:-2px}

@media(max-width:700px){
  .gf-reference-home .gf-ref-arrow{width:28px;height:44px;font-size:32px}
  .gf-reference-home .gf-ref-slide-copy{left:5%;bottom:12%}
  .gf-reference-home .gf-ref-slide-kicker{font-size:10px;margin-bottom:8px}
  .gf-reference-home .gf-ref-slide-copy p{font-size:11px;max-width:65vw}
  .gf-reference-home .gf-ref-dots{gap:7px;bottom:4%}
  .gf-reference-home .gf-ref-dots button{width:7px;height:7px}
}

/* Ghost Force HOME V5 — native HTML/CSS rebuild. Header intentionally untouched. */
.gf-home-v5{margin:0;background:#080808;color:#fff;overflow:hidden;font-family:Arial,Helvetica,sans-serif}
.gf-home-wrap{width:calc(100% - 56px);max-width:1800px;margin:0 auto}
.gf-home-hero{position:relative;height:min(540px,calc(100vh - 110px));min-height:500px;overflow:hidden;background:#050505}
.gf-home-hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .5s ease}
.gf-home-hero-slide:first-child{position:relative}
.gf-home-hero-slide.is-active{opacity:1;visibility:visible;z-index:2}
.gf-home-hero-slide>img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.gf-home-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.72) 0%,rgba(0,0,0,.25) 52%,rgba(0,0,0,.45) 100%)}
.gf-home-hero-copy{position:absolute;left:4.1%;bottom:11%;z-index:4;max-width:610px}
.gf-home-logo-halo{position:relative;display:inline-block;margin-bottom:18px;z-index:5}
.gf-home-logo-halo:before{content:"";position:absolute;inset:-24% -24%;background:radial-gradient(ellipse at center,rgba(255,255,255,.98) 0%,rgba(255,255,255,.72) 22%,rgba(255,255,255,.32) 46%,rgba(255,255,255,0) 72%);filter:blur(16px);opacity:.95;z-index:0;pointer-events:none}
.gf-home-logo-halo:after{content:"";position:absolute;inset:-28% -24%;background:url('assets/ghostforce-logo-fog.png') center/100% 100% no-repeat;filter:blur(4px) brightness(1.15);opacity:.42;z-index:0;pointer-events:none}
.gf-home-logo-halo img{display:block;width:min(470px,40vw);height:auto;object-fit:contain;filter:drop-shadow(0 0 18px rgba(255,255,255,.32));position:relative;z-index:1}
.gf-home-kicker{display:block;color:#ef1018;font-size:13px;font-weight:900;letter-spacing:.24em;margin-bottom:10px;text-transform:uppercase}
.gf-home-hero-copy p{margin:0;color:#fff;font-size:16px;font-weight:600;line-height:1.4;text-shadow:0 2px 10px #000}
.gf-home-hero-arrow{position:absolute;top:50%;z-index:8;transform:translateY(-50%);width:54px;height:86px;border:0;background:rgba(0,0,0,.18);color:#fff;font-size:58px;line-height:1;cursor:pointer}
.gf-home-hero-arrow.prev{left:0}.gf-home-hero-arrow.next{right:0}
.gf-home-dots{position:absolute;z-index:9;left:50%;bottom:22px;transform:translateX(-50%);display:flex;gap:10px}
.gf-home-dots button{width:10px;height:10px;padding:0;border:0;border-radius:50%;background:#fff;cursor:pointer}.gf-home-dots button.is-active{background:#ef1018}
.gf-home-services{display:grid;grid-template-columns:repeat(4,1fr);background:#040404;border-top:1px solid #202020;border-bottom:1px solid #202020}
.gf-home-service{display:flex;align-items:center;justify-content:center;gap:14px;min-height:118px;padding:18px 26px;border-right:1px solid #202020}.gf-home-service:last-child{border-right:0}
.gf-home-service-icon{width:52px;height:52px;flex:0 0 52px;color:#ef1018}.gf-home-service-icon svg{width:100%;height:100%}.gf-home-service b{display:block;font-size:14px;line-height:1.1;font-weight:900;white-space:nowrap}.gf-home-service small{display:block;color:#aaa;margin-top:7px;font-size:11px;letter-spacing:.04em}
.gf-home-products{padding:48px 0 44px;background:#090909}
.gf-home-section-title{position:relative;display:flex;align-items:center;gap:14px;margin-bottom:30px}.gf-home-section-title>span{width:6px;height:31px;background:#ef1018;border-radius:0 4px 4px 0;flex:0 0 auto}.gf-home-section-title h2{margin:0;color:#fff;font-size:31px;line-height:1;font-weight:950;letter-spacing:-.02em}.gf-home-product-arrows{margin-left:auto;display:flex;gap:18px}.gf-home-product-arrows button{border:0;background:none;color:#ddd;font-size:44px;line-height:1;padding:0;cursor:pointer}
.gf-home-product-viewport{overflow:hidden}
.gf-home-product-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}
.gf-home-product-card{min-width:0;background:#f4f4f4;border-radius:15px;overflow:hidden;color:#111;box-shadow:0 0 0 1px rgba(0,0,0,.06);display:flex;flex-direction:column}
.gf-home-product-media{display:flex;align-items:center;justify-content:center;height:205px;background:#f6f6f6;padding:14px;text-decoration:none}.gf-home-product-media img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block}
.gf-home-product-info{padding:0 12px 12px;display:flex;flex-direction:column;gap:9px;min-height:146px}.gf-home-product-name{color:#111;text-decoration:none;font-size:14px;font-weight:900;line-height:1.28;min-height:52px}.gf-home-product-price{color:#111;font-size:20px;font-weight:950;line-height:1}.gf-home-product-price .woocommerce-Price-amount{font-size:inherit}.gf-home-product-price del,.gf-home-product-price ins{text-decoration:none}.gf-home-cart{margin-top:auto;display:flex;align-items:center;justify-content:center;gap:8px;min-height:43px;border-radius:8px;background:#ef1018;color:#fff;text-decoration:none;font-size:12px;font-weight:900}.gf-home-cart svg{width:22px;height:22px}
.gf-home-categories{padding:8px 0 46px;background:#090909}.gf-home-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.gf-home-category-card{position:relative;min-height:217px;border:1px solid #3e3e3e;border-radius:12px;overflow:hidden;background:#111;text-decoration:none;color:#fff}.gf-home-category-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.gf-home-category-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.04) 20%,rgba(0,0,0,.85) 100%)}.gf-home-category-content{position:absolute;left:20px;right:46px;bottom:20px}.gf-home-category-content b{display:block;font-size:16px;line-height:1.1;font-weight:950}.gf-home-category-content small{display:block;margin-top:7px;font-size:11px;line-height:1.25;color:#f0f0f0}.gf-home-category-arrow{position:absolute;right:18px;bottom:18px;color:#ef1018;font-size:31px;font-weight:700}
.gf-home-gear{position:relative;min-height:300px;display:flex;align-items:center;overflow:hidden;background:#050505}.gf-home-gear-bg{position:absolute;inset:0;background:url('assets/home/gear-banner-bg.jpg') left center/cover no-repeat;filter:brightness(.65)}.gf-home-gear-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.05) 0%,rgba(0,0,0,.18) 45%,rgba(0,0,0,.78) 100%)}.gf-home-gear-copy{position:relative;z-index:2;margin-left:auto;width:52%;padding-right:5.5%;text-align:right}.gf-home-gear-copy h2{margin:0;font-size:clamp(46px,5vw,78px);font-weight:950;line-height:.88;letter-spacing:-.05em}.gf-home-gear-copy em{font-style:normal;color:#ef1018}
@media(max-width:1200px){.gf-home-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.gf-home-category-grid{grid-template-columns:repeat(2,1fr)}.gf-home-hero{min-height:460px}.gf-home-services{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.gf-home-wrap{width:calc(100% - 24px)}.gf-home-hero{height:500px;min-height:0}.gf-home-logo-halo img{width:72vw}.gf-home-hero-copy{left:6%;bottom:14%;max-width:88vw}.gf-home-hero-copy p{font-size:12px}.gf-home-hero-arrow{width:32px;height:52px;font-size:34px}.gf-home-service{min-height:88px;padding:14px 10px;justify-content:flex-start}.gf-home-service-icon{width:38px;height:38px;flex-basis:38px}.gf-home-service b{font-size:10px}.gf-home-service small{font-size:8px}.gf-home-products{padding:34px 0}.gf-home-section-title h2{font-size:24px}.gf-home-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.gf-home-product-media{height:155px}.gf-home-product-info{padding:0 9px 9px;gap:7px}.gf-home-product-name{font-size:11px;min-height:43px}.gf-home-product-price{font-size:17px}.gf-home-cart{font-size:10px;min-height:38px}.gf-home-category-grid{grid-template-columns:1fr}.gf-home-category-card{min-height:185px}.gf-home-gear{min-height:240px}.gf-home-gear-copy{width:58%;padding-right:4%}.gf-home-gear-copy h2{font-size:42px}}

/* v1.2.7 — homepage weapon product row resilience */
.gf-home-product-grid{grid-template-columns:repeat(6,minmax(0,1fr));align-items:stretch}
.gf-home-product-media{background:#fff}
.gf-home-product-media img.gf-home-product-img{width:100%;height:100%;object-fit:contain}
@media(max-width:1200px){.gf-home-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:700px){.gf-home-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* Ghost Force footer V6 — replaces the old footer only. Header/home are untouched. */
.gf-footer-v6{position:relative;background:#fff;color:#0b0b0b;overflow:hidden;border-top:1px solid #e7e7e7}
.gf-footer-v6__inner{position:relative;z-index:2;max-width:1480px;margin:0 auto;padding:52px 5vw 155px}
.gf-footer-v6__grid{display:grid;grid-template-columns:1.15fr 1fr 1fr 1.12fr;gap:62px;align-items:start}
.gf-footer-v6__brand{padding-top:0;min-width:0}
.gf-footer-v6__logo-link{display:block;width:min(310px,100%)}
.gf-footer-v6__logo-link img{display:block;width:100%;height:auto;object-fit:contain}
.gf-footer-v6__tagline{margin-top:6px;font-size:15px;font-weight:900;letter-spacing:.30em;color:#111}
.gf-footer-v6__tagline-sub{margin-top:6px;font-size:12px;letter-spacing:.16em;color:#555}
.gf-footer-v6__column h3{display:flex;align-items:center;gap:12px;margin:9px 0 22px;font-size:18px;font-weight:950;letter-spacing:.03em;color:#101010}
.gf-footer-v6__column h3 span{width:5px;height:30px;background:#ef1017;display:block;flex:0 0 5px}
.gf-footer-v6__category{display:flex;align-items:center;gap:13px;min-height:52px;color:#111;text-decoration:none;border-bottom:1px solid transparent;font-size:14px;font-weight:700;transition:color .18s,transform .18s}
.gf-footer-v6__category:hover{color:#ef1017;transform:translateX(3px)}
.gf-footer-v6__category-icon{width:47px;height:30px;display:flex;align-items:center;justify-content:center;color:#111;flex:0 0 47px}
.gf-footer-v6__category-icon svg{width:45px;height:28px;display:block}
.gf-footer-v6__category b{margin-left:auto;font-size:24px;font-weight:400;color:#111}
.gf-footer-v6__contact{display:flex;flex-direction:column;gap:25px}
.gf-footer-v6__contact-row{display:grid;grid-template-columns:42px 1fr;gap:14px;align-items:start}
.gf-footer-v6__contact-icon{width:42px;height:42px;color:#ef1017;display:flex;align-items:center;justify-content:center}
.gf-footer-v6__contact-icon svg{width:38px;height:38px;display:block}
.gf-footer-v6__contact-row strong{display:block;font-size:14px;font-weight:900;margin-bottom:3px}
.gf-footer-v6__contact-row a,.gf-footer-v6__contact-row span{display:block;color:#222;text-decoration:none;font-size:14px;line-height:1.65}
.gf-footer-v6__contact-row a:hover{color:#ef1017}
.gf-footer-v6__newsletter p{margin:0 0 20px;color:#333;font-size:14px;line-height:1.75}
.gf-footer-v6__form{display:grid;grid-template-columns:1fr 68px;border:1px solid #d8d8d8;border-radius:8px;overflow:hidden;background:#fff;max-width:470px}
.gf-footer-v6__form input{width:100%;min-width:0;height:58px;border:0;outline:0;padding:0 18px;font:inherit;font-size:14px;color:#111;background:#fff}
.gf-footer-v6__form input::placeholder{color:#aaa}
.gf-footer-v6__form button{height:58px;border:0;background:#ef1017;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .18s}
.gf-footer-v6__form button:hover{background:#c9080e}
.gf-footer-v6__form button svg{width:29px;height:29px}
.gf-footer-v6__landscape{position:absolute;left:0;right:0;bottom:45px;height:230px;background-image:url('../home/footer-landscape.jpg');background-size:cover;background-position:center bottom;background-repeat:no-repeat;z-index:1;pointer-events:none}
.gf-footer-v6__landscape:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,rgba(255,255,255,.98) 0%,rgba(255,255,255,.70) 18%,rgba(255,255,255,0) 52%)}
.gf-footer-v6__bottom{position:absolute;left:0;right:0;bottom:0;height:48px;background:#050505;color:#fff;z-index:3;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:25px;padding:0 5vw}
.gf-footer-v6__bottom-line{height:2px;background:#ef1017}
.gf-footer-v6__bottom-copy{font-size:12px;letter-spacing:.015em;white-space:nowrap;text-align:center}
.gf-footer-v6__bottom-copy span{display:inline-block;margin:0 10px;color:#aaa}.gf-footer-v6__bottom-copy strong{font-weight:900}
@media(max-width:1100px){.gf-footer-v6__grid{grid-template-columns:1fr 1fr;gap:40px 48px}.gf-footer-v6__inner{padding-bottom:170px}}
@media(max-width:700px){.gf-footer-v6__grid{grid-template-columns:1fr;gap:30px}.gf-footer-v6__inner{padding:40px 24px 175px}.gf-footer-v6__logo-link{width:260px}.gf-footer-v6__tagline{font-size:12px}.gf-footer-v6__tagline-sub{font-size:9px}.gf-footer-v6__column h3{font-size:16px}.gf-footer-v6__landscape{height:210px;bottom:43px}.gf-footer-v6__bottom{height:43px;grid-template-columns:1fr;padding:0 18px}.gf-footer-v6__bottom-line{display:none}.gf-footer-v6__bottom-copy{font-size:9px;white-space:normal}.gf-footer-v6__newsletter p{font-size:13px}}

/* Ghost Force header fix — keep the three main categories fully visible. */
.gf-nav{width:100%!important;overflow:visible!important}
.gf-nav > .gf-wrap{
  width:100%!important;
  max-width:none!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  align-items:stretch!important;
  justify-content:stretch!important;
  gap:0!important;
  overflow:visible!important;
}
.gf-nav > .gf-wrap > .gf-nav-item-wrap{
  width:auto!important;
  min-width:0!important;
  max-width:none!important;
  flex:none!important;
  position:relative!important;
}
.gf-nav > .gf-wrap > .gf-nav-item-wrap > .gf-nav-main{
  width:100%!important;
  min-width:0!important;
  padding-left:8px!important;
  padding-right:8px!important;
  overflow:visible!important;
}
.gf-nav .gf-nav-item{
  width:100%!important;
  min-width:0!important;
}
.gf-nav .gf-nav-label{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  overflow:visible!important;
  white-space:nowrap!important;
  text-overflow:clip!important;
  font-size:clamp(9px,1vw,14px)!important;
  line-height:1.1!important;
  letter-spacing:0!important;
}
.gf-nav .gf-nav-caret{font-size:.86em!important;margin-left:4px!important}
.gf-nav .gf-nav-icon img{width:44px!important;height:31px!important}

@media(max-width:800px){
  .gf-nav > .gf-wrap{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .gf-nav .gf-nav-label{font-size:clamp(9px,1.7vw,12px)!important}
  .gf-nav > .gf-wrap > .gf-nav-item-wrap > .gf-nav-main{padding-left:4px!important;padding-right:4px!important}
}
@media(max-width:480px){
  .gf-nav .gf-nav-item{min-height:54px!important;gap:2px!important}
  .gf-nav .gf-nav-icon{height:25px!important}
  .gf-nav .gf-nav-icon img{width:34px!important;height:25px!important}
  .gf-nav .gf-nav-label{font-size:9px!important}
  .gf-nav > .gf-wrap > .gf-nav-item-wrap > .gf-nav-main{padding:7px 2px!important}
}


/* Ghost Force account V1.5.18 — dedicated WooCommerce login/register page. */
.gf-account-page{background:#080808;padding:42px 0 64px;min-height:calc(100vh - 140px)}
.gf-account-shell{width:min(1240px,calc(100% - 48px));margin:0 auto;display:grid;grid-template-columns:1.02fr .98fr;background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 28px 80px rgba(0,0,0,.42);border:1px solid #1d1d1d}
.gf-account-visual{position:relative;min-height:660px;overflow:hidden;background:#0a0a0a;color:#fff;display:flex;align-items:flex-end}
.gf-account-visual-bg{position:absolute;inset:0;background-image:url('assets/home/hero-02.jpg');background-size:cover;background-position:center;filter:brightness(.46) saturate(.72)}
.gf-account-visual-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.18) 0%,rgba(0,0,0,.25) 32%,rgba(0,0,0,.92) 100%),linear-gradient(90deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,.08) 70%)}
.gf-account-visual-content{position:relative;z-index:2;padding:50px 54px 54px;max-width:650px}
.gf-account-kicker{display:flex;align-items:center;gap:10px;font-size:11px;font-weight:950;letter-spacing:.18em;color:#fff;margin-bottom:20px}.gf-account-kicker span{width:30px;height:3px;background:#ef1018;display:block}
.gf-account-logo{display:block;width:min(430px,100%);height:auto;filter:drop-shadow(0 0 13px rgba(255,255,255,.28));margin-bottom:30px}
.gf-account-visual h1{margin:0;font-size:clamp(44px,5vw,72px);line-height:.91;font-weight:950;letter-spacing:-.045em;text-transform:uppercase}.gf-account-visual h1 em{font-style:normal;color:#ef1018}
.gf-account-visual p{margin:20px 0 0;max-width:520px;color:#e7e7e7;font-size:15px;line-height:1.7}
.gf-account-visual-lines{display:flex;gap:8px;margin-top:30px}.gf-account-visual-lines span{height:4px;background:#ef1018;display:block}.gf-account-visual-lines span:nth-child(1){width:74px}.gf-account-visual-lines span:nth-child(2){width:18px}.gf-account-visual-lines span:nth-child(3){width:44px}
.gf-account-panel{padding:56px 56px 60px;background:#fff;color:#111;display:flex;flex-direction:column;justify-content:center}
.gf-account-panel-head{margin-bottom:28px}.gf-account-panel-kicker{color:#ef1018;font-size:11px;font-weight:950;letter-spacing:.18em}.gf-account-panel-head h2{margin:6px 0 8px;font-size:38px;line-height:1;font-weight:950;letter-spacing:-.03em}.gf-account-panel-head p{margin:0;color:#666;font-size:14px}
.gf-account-woocommerce .woocommerce{margin:0}.gf-account-woocommerce .woocommerce-notices-wrapper{margin-bottom:14px}
.gf-account-woocommerce .u-columns.col2-set{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:0}
.gf-account-woocommerce .u-column1,.gf-account-woocommerce .u-column2{width:auto!important;float:none!important;margin:0!important;background:#fafafa;border:1px solid #e6e6e6;border-radius:16px;padding:22px}
.gf-account-woocommerce .u-column1 h2,.gf-account-woocommerce .u-column2 h2{font-size:21px;font-weight:950;letter-spacing:-.02em;margin:0 0 16px}
.gf-account-woocommerce .woocommerce-form-login,.gf-account-woocommerce .woocommerce-form-register{border:0!important;padding:0!important;margin:0!important}
.gf-account-woocommerce .form-row{margin:0 0 13px!important;padding:0!important}.gf-account-woocommerce label{display:block;font-size:12px;font-weight:900;color:#1a1a1a;margin:0 0 7px!important}.gf-account-woocommerce input.input-text,.gf-account-woocommerce input[type=email],.gf-account-woocommerce input[type=text],.gf-account-woocommerce input[type=password]{width:100%!important;height:48px!important;box-sizing:border-box!important;border:1px solid #d7d7d7!important;border-radius:10px!important;background:#fff!important;padding:0 13px!important;outline:0!important;box-shadow:none!important;font-size:14px!important;color:#111!important}.gf-account-woocommerce input:focus{border-color:#ef1018!important;box-shadow:0 0 0 3px rgba(239,16,24,.09)!important}
.gf-account-woocommerce .woocommerce-form-login__rememberme{display:flex!important;align-items:center!important;gap:7px!important;font-weight:700!important;font-size:12px!important;margin:2px 0 11px!important}.gf-account-woocommerce .woocommerce-form-login__rememberme input{width:15px;height:15px;accent-color:#ef1018}
.gf-account-woocommerce button.button{width:100%!important;min-height:48px!important;border:0!important;border-radius:10px!important;background:#ef1018!important;color:#fff!important;text-transform:none!important;font-size:13px!important;font-weight:950!important;letter-spacing:.01em!important;box-shadow:none!important;cursor:pointer!important;padding:0 16px!important}.gf-account-woocommerce button.button:hover{background:#cb0d14!important;color:#fff!important}
.gf-account-woocommerce .woocommerce-LostPassword{margin:12px 0 0!important;text-align:center}.gf-account-woocommerce .woocommerce-LostPassword a{color:#ef1018;text-decoration:none;font-size:12px;font-weight:800}.gf-account-woocommerce .woocommerce-form-register p{font-size:12px;line-height:1.55;color:#666}.gf-account-woocommerce .woocommerce-privacy-policy-text{font-size:11px!important;color:#777!important}
.gf-account-woocommerce .woocommerce-error,.gf-account-woocommerce .woocommerce-message,.gf-account-woocommerce .woocommerce-info{border-radius:11px!important;margin:0 0 15px!important;font-size:12px!important}.gf-account-woocommerce .woocommerce-error::before,.gf-account-woocommerce .woocommerce-message::before,.gf-account-woocommerce .woocommerce-info::before{color:#ef1018!important}
.gf-account-woocommerce .show-password-input{top:14px!important;right:13px!important}
.gf-account-woocommerce .woocommerce-MyAccount-navigation{width:25%!important}.gf-account-woocommerce .woocommerce-MyAccount-content{width:70%!important}.gf-account-woocommerce .woocommerce-MyAccount-navigation ul{list-style:none;padding:0;margin:0}.gf-account-woocommerce .woocommerce-MyAccount-navigation li{margin:0 0 8px}.gf-account-woocommerce .woocommerce-MyAccount-navigation a{display:block;padding:12px 14px;border-radius:10px;text-decoration:none;color:#111;background:#f4f4f4;font-size:13px;font-weight:800}.gf-account-woocommerce .woocommerce-MyAccount-navigation .is-active a,.gf-account-woocommerce .woocommerce-MyAccount-navigation a:hover{background:#ef1018;color:#fff}
.gf-account-woocommerce .woocommerce-MyAccount-content{font-size:14px;color:#222}.gf-account-woocommerce .woocommerce-MyAccount-content a{color:#ef1018}.gf-account-woocommerce .woocommerce-MyAccount-content .button{border-radius:10px!important;background:#ef1018!important;color:#fff!important;font-weight:900!important}
@media(max-width:1000px){.gf-account-shell{grid-template-columns:1fr}.gf-account-visual{min-height:420px}.gf-account-panel{padding:42px}.gf-account-visual-content{padding:42px}.gf-account-woocommerce .u-columns.col2-set{grid-template-columns:1fr}}
@media(max-width:600px){.gf-account-page{padding:20px 0 36px}.gf-account-shell{width:calc(100% - 24px);border-radius:16px}.gf-account-visual{min-height:360px}.gf-account-visual-content{padding:30px 24px}.gf-account-logo{width:300px;max-width:88vw}.gf-account-visual h1{font-size:42px}.gf-account-visual p{font-size:13px}.gf-account-panel{padding:32px 22px 36px}.gf-account-panel-head h2{font-size:32px}.gf-account-woocommerce .u-column1,.gf-account-woocommerce .u-column2{padding:17px}.gf-account-woocommerce .woocommerce-MyAccount-navigation,.gf-account-woocommerce .woocommerce-MyAccount-content{width:100%!important;float:none!important}}

/* Ghost Force account V9 — focused login with compact registration prompt */
.gf-account-panel-logo{display:block;width:220px;max-width:72%;height:auto;margin:0 0 18px;filter:drop-shadow(0 0 8px rgba(0,0,0,.08))}
.gf-account-panel-head{margin-bottom:22px}
.gf-account-woocommerce .u-columns.col2-set{display:block!important}
.gf-account-woocommerce .u-column1{width:100%!important;max-width:520px;margin:0 auto!important}
.gf-account-woocommerce .u-column2{width:100%!important;max-width:520px;margin:0 auto!important}
.gf-account-woocommerce .u-column1.gf-login-hidden{display:none!important}
.gf-account-woocommerce .u-column2.gf-register-hidden{display:none!important}
.gf-account-register-prompt{max-width:520px;margin:14px auto 0;padding:17px 20px;border:1px solid #e7e7e7;border-radius:15px;background:#fff;display:grid;grid-template-columns:1fr auto;column-gap:18px;align-items:center}
.gf-account-register-prompt strong{font-size:14px;font-weight:950;color:#111;display:block}
.gf-account-register-prompt span{font-size:12px;color:#707070;line-height:1.45;display:block;margin-top:3px}
.gf-account-register-prompt .gf-register-toggle{grid-column:2;grid-row:1 / span 2;min-height:42px;padding:0 22px;border:0;border-radius:10px;background:#f47a16;color:#fff;font-size:12px;font-weight:950;cursor:pointer}
.gf-account-register-prompt .gf-register-toggle:hover{background:#d96509;color:#fff}
.gf-account-woocommerce .u-column2:not(.gf-register-hidden) + *{display:none}
@media(max-width:600px){.gf-account-panel-logo{width:190px}.gf-account-register-prompt{grid-template-columns:1fr}.gf-account-register-prompt .gf-register-toggle{grid-column:auto;grid-row:auto;margin-top:12px;width:100%}}

/* Account V11: remove the fog placeholder from the left visual; registration prompt only for logged-out users. */
.gf-account-visual .gf-account-logo{display:none!important}
.gf-account-visual-content{padding-top:50px}
