:root{
  --fp-blue:#007dbc;
  --fp-red:#e30613;
  --fp-text:#111827;
  --fp-muted:#667085;
  --fp-border:#e5e7eb;
  --fp-soft:#f6f7f8;
}
.fp-ui-section{width:100%;margin:0;padding:14px 0 18px;font-family:Arial,Helvetica,sans-serif;color:var(--fp-text)}
.fp-section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 16px}
.fp-section-title{font-size:26px;line-height:1.2;font-weight:800;letter-spacing:-.02em;margin:0;color:var(--fp-text);text-transform:none}
.fp-see-all{font-size:14px;font-weight:700;color:var(--fp-blue);text-decoration:none;white-space:nowrap}
.fp-see-all:hover{text-decoration:underline}
.fp-hero-banner{width:100%;overflow:hidden;background:#f3f4f6}
.fp-hero-banner a,.fp-hero-banner picture{display:block;width:100%}
.fp-hero-banner img{display:block;width:100%;height:510px;object-fit:cover;object-position:center}
.fp-category-grid{display:grid;grid-template-columns:repeat(var(--fp-cols,7),minmax(0,1fr));gap:14px}
.fp-category-card{display:flex;min-width:0;flex-direction:column;align-items:center;text-align:center;text-decoration:none;color:var(--fp-text);padding:14px 8px 13px;border:1px solid var(--fp-border);border-radius:8px;background:#fff;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.fp-category-card:hover{transform:translateY(-3px);border-color:#b8d8e8;box-shadow:0 8px 22px rgba(17,24,39,.08)}
.fp-category-image{display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:1/1;background:var(--fp-soft);border-radius:6px;overflow:hidden;margin-bottom:10px}
.fp-category-image img{width:100%;height:100%;object-fit:contain;padding:10px}
.fp-category-card strong{font-size:14px;line-height:1.25;font-weight:750;text-transform:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.fp-category-card small{font-size:11px;color:var(--fp-muted);margin-top:4px}
.fp-product-grid{display:grid;grid-template-columns:repeat(var(--fp-cols,5),minmax(0,1fr));gap:14px}
.fp-product-card{--fp-accent:var(--fp-blue);position:relative;display:flex;min-width:0;flex-direction:column;background:#fff;border:1px solid var(--fp-border);border-radius:7px;overflow:hidden;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.fp-product-card:hover{transform:translateY(-3px);border-color:#b8d8e8;box-shadow:0 9px 24px rgba(17,24,39,.10)}
.fp-product-media{position:relative;display:flex;align-items:center;justify-content:center;background:var(--fp-soft);aspect-ratio:1/1;overflow:hidden}
.fp-product-media>a{display:flex;width:100%;height:100%;align-items:center;justify-content:center}
.fp-product-media img{display:block;width:100%!important;height:100%!important;object-fit:contain;padding:12px;transition:transform .25s ease}
.fp-product-card:hover .fp-product-media img{transform:scale(1.035)}
.fp-discount-badge{position:absolute;z-index:3;left:8px;top:8px;background:var(--fp-red);color:#fff;font-size:11px;font-weight:800;line-height:1;padding:6px 7px;border-radius:3px}
.fp-wishlist{position:absolute;z-index:3;right:8px;top:8px;width:34px;height:34px;border-radius:50%;background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.10);display:flex;align-items:center;justify-content:center}
.fp-wishlist a{display:flex!important;align-items:center;justify-content:center;width:34px;height:34px;color:#111827!important;text-decoration:none}
.fp-wishlist svg{width:18px;height:18px}
.fp-product-body{display:flex;flex:1;flex-direction:column;padding:12px 12px 13px}
.fp-brand{font-size:10px;line-height:1.2;font-weight:800;color:var(--fp-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:5px}
.fp-product-title{font-size:14px;line-height:1.35;font-weight:650;margin:0 0 7px;min-height:38px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.fp-product-title a{color:var(--fp-text);text-decoration:none}
.fp-product-title a:hover{color:var(--fp-blue)}
.fp-rating{min-height:16px;margin-bottom:6px}
.fp-rating .star-rating{float:none;font-size:12px;margin:0;color:#f5a623}
.fp-price{margin-top:auto;min-height:40px;font-size:17px;line-height:1.3;font-weight:800;color:var(--fp-text)}
.fp-price del{display:inline-block;font-size:12px;font-weight:500;color:#8b8f97;margin-right:5px;opacity:1}
.fp-price ins{text-decoration:none;color:var(--fp-red)}
.fp-add-cart{display:flex!important;align-items:center;justify-content:center;width:100%;min-height:38px;margin-top:9px;padding:9px 10px!important;border:0!important;border-radius:4px!important;background:var(--fp-blue);color:#fff!important;font-size:13px!important;line-height:1!important;font-weight:750!important;text-align:center;text-decoration:none!important;box-shadow:none!important}
.fp-add-cart:hover{filter:brightness(.92);color:#fff!important}
.fp-empty-products{padding:24px;border:1px dashed #cbd5e1;border-radius:8px;background:#f8fafc;color:#64748b;font-size:14px}
.fp-benefits{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;border:1px solid var(--fp-border);border-radius:8px;background:#fff;overflow:hidden}
.fp-benefit{display:flex;align-items:center;gap:13px;padding:21px 20px;border-right:1px solid var(--fp-border)}
.fp-benefit:last-child{border-right:0}
.fp-benefit-icon{display:flex;align-items:center;justify-content:center;flex:0 0 42px;width:42px;height:42px;border-radius:50%;background:#eaf5fa;color:var(--fp-blue);font-size:20px}
.fp-benefit-icon svg{width:21px;height:21px;fill:currentColor}
.fp-benefit strong{display:block;font-size:14px;line-height:1.2;color:var(--fp-text);margin-bottom:4px}
.fp-benefit span{display:block;font-size:11px;line-height:1.35;color:var(--fp-muted)}
/* Clean Motta/WooCommerce listing cards when theme grids are used elsewhere */
.woocommerce ul.products li.product{border-radius:7px}
.woocommerce ul.products li.product .price{font-weight:800}
@media(max-width:1024px){
  .fp-hero-banner img{height:360px}
  .fp-category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .fp-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .fp-benefits{grid-template-columns:repeat(2,minmax(0,1fr))}
  .fp-benefit:nth-child(2){border-right:0}
  .fp-benefit:nth-child(-n+2){border-bottom:1px solid var(--fp-border)}
}
@media(max-width:767px){
  .fp-ui-section{padding:9px 0 12px}
  .fp-section-head{margin-bottom:11px}
  .fp-section-title{font-size:20px}
  .fp-see-all{font-size:12px}
  .fp-hero-banner img{height:220px}
  .fp-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  .fp-category-card{padding:9px 7px 10px}
  .fp-category-card strong{font-size:12px}
  .fp-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .fp-product-body{padding:9px}
  .fp-product-title{font-size:12px;min-height:33px}
  .fp-brand{font-size:9px}
  .fp-price{font-size:14px;min-height:35px}
  .fp-price del{font-size:10px}
  .fp-add-cart{min-height:34px;font-size:11px!important;padding:8px 6px!important}
  .fp-discount-badge{left:6px;top:6px;font-size:9px;padding:5px}
  .fp-benefits{grid-template-columns:1fr}
  .fp-benefit,.fp-benefit:nth-child(2){border-right:0;border-bottom:1px solid var(--fp-border)}
  .fp-benefit:last-child{border-bottom:0}
}
