
:root{
  --fp-red:#e91b2b;
  --fp-red-dark:#c90f20;
  --fp-navy:#091631;
  --fp-ink:#10192b;
  --fp-muted:#69758a;
  --fp-line:#e7ebf1;
  --fp-bg:#f5f7fa;
  --fp-white:#fff;
  --fp-radius:18px;
  --fp-shadow:0 18px 55px rgba(9,22,49,.08);
}
.fp-power-bar{position:relative;z-index:900;background:#fff;border-bottom:1px solid var(--fp-line);box-shadow:0 4px 20px rgba(9,22,49,.045)}
.fp-power-bar__inner{max-width:1440px;margin:auto;min-height:66px;padding:10px 24px;display:grid;grid-template-columns:190px minmax(280px,1fr) 180px;gap:18px;align-items:center}
.fp-power-menu{height:46px;border:1px solid var(--fp-line);border-radius:12px;background:#fff;color:var(--fp-ink);font-weight:800;cursor:pointer}
.fp-power-menu__icon{margin-right:7px}
.fp-power-search{position:relative;display:flex;height:48px;border:1px solid #dfe4eb;border-radius:13px;background:#f8fafc;overflow:visible}
.fp-power-search__icon{width:46px;display:grid;place-items:center;font-size:25px;color:#738097}
.fp-power-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;font-size:14px;color:var(--fp-ink)}
.fp-power-search button{margin:4px;padding:0 18px;border:0;border-radius:9px;background:var(--fp-red);color:#fff;font-weight:800;cursor:pointer}
.fp-power-actions{display:flex;justify-content:flex-end;gap:12px}
.fp-power-action{position:relative;color:var(--fp-ink);text-decoration:none;font-weight:800;font-size:13px;padding:10px}
.fp-power-cart b{display:inline-grid;min-width:19px;height:19px;place-items:center;margin-left:4px;border-radius:50%;background:var(--fp-red);color:#fff;font-size:10px}
.fp-power-mobile-search{display:none}
.fp-power-category-drawer{position:absolute;left:24px;top:70px;width:320px;padding:10px;border:1px solid var(--fp-line);border-radius:16px;background:#fff;box-shadow:var(--fp-shadow);transform:translateY(-10px);opacity:0;visibility:hidden;transition:.2s}
.fp-power-category-drawer.open{transform:none;opacity:1;visibility:visible}
.fp-power-drawer-head{display:flex;justify-content:space-between;padding:12px;border-bottom:1px solid var(--fp-line)}
.fp-power-drawer-head button{border:0;background:#f1f3f6;border-radius:50%;width:30px;height:30px;font-size:18px}
.fp-power-category-drawer>a{display:flex;justify-content:space-between;padding:13px 12px;color:var(--fp-ink);text-decoration:none;border-radius:9px}
.fp-power-category-drawer>a:hover{background:#fff5f6;color:var(--fp-red)}
.fp-power-overlay{display:none;position:fixed;inset:0;background:rgba(5,12,25,.42)}
.fp-power-overlay.open{display:block}

.fp-search-result{display:flex;gap:10px;padding:10px;color:var(--fp-ink);text-decoration:none;border-bottom:1px solid var(--fp-line)}
.fp-search-result:hover{background:#f8fafc}
.fp-search-result__image{width:46px;height:46px;display:grid;place-items:center;background:#f5f7fa;border-radius:8px;overflow:hidden}
.fp-search-result__image img{width:100%;height:100%;object-fit:contain}
.fp-search-result strong,.fp-search-result small{display:block}
.fp-search-result strong{font-size:12px;line-height:1.35}
.fp-search-result small{margin-top:4px;color:var(--fp-red);font-weight:800}
.fp-power-search__results{position:absolute;top:55px;left:0;right:0;display:none;padding:6px;border:1px solid var(--fp-line);border-radius:14px;background:#fff;box-shadow:var(--fp-shadow)}
.fp-power-search__results.open{display:block}
.fp-search-empty{padding:18px;text-align:center;color:var(--fp-muted);font-size:13px}

.fp-product-page{background:var(--fp-bg);padding:20px 0 80px;color:var(--fp-ink)}
.fp-product-container{width:min(1320px,calc(100% - 40px));margin:auto}
.fp-product-breadcrumb{display:flex;gap:9px;align-items:center;min-height:46px;color:#7a8699;font-size:12px}
.fp-product-breadcrumb a{color:#647087;text-decoration:none}.fp-product-breadcrumb a:hover{color:var(--fp-red)}
.fp-product-hero{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);gap:28px;background:#fff;border:1px solid var(--fp-line);border-radius:24px;padding:26px;box-shadow:0 10px 35px rgba(9,22,49,.035)}
.fp-product-gallery{min-width:0}
.fp-product-main-image{position:relative;height:560px;display:grid;place-items:center;border-radius:18px;background:linear-gradient(145deg,#fafbfd,#eef2f6);overflow:hidden}
.fp-product-main-image img{width:90%;height:90%;object-fit:contain;transition:transform .35s ease}.fp-product-main-image:hover img{transform:scale(1.035)}
.fp-product-sale{position:absolute;left:18px;top:18px;padding:7px 10px;border-radius:999px;background:var(--fp-red);color:#fff;font-size:10px;font-weight:900}
.fp-product-thumbs{display:flex;gap:9px;margin-top:12px;overflow:auto}
.fp-product-thumbs button{width:72px;height:72px;flex:0 0 72px;border:1px solid var(--fp-line);border-radius:10px;background:#fff;padding:5px;cursor:pointer}
.fp-product-thumbs img{width:100%;height:100%;object-fit:contain}
.fp-product-summary{padding:12px 10px 10px}
.fp-product-brand{display:inline-block;margin-bottom:6px;color:var(--fp-red);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.fp-product-type{display:inline-block;margin-left:7px;padding:5px 8px;border-radius:999px;background:#f0f3f7;color:#657188;font-size:9px;font-weight:800;text-transform:uppercase}
.fp-product-summary h1{margin:12px 0 14px;font-size:40px;line-height:1.08;letter-spacing:-1.5px}
.fp-product-rating{display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-size:12px;color:#6d7890}
.fp-product-rating .star-rating{margin:0}.fp-product-rating a{color:#5e6a80;text-decoration:none}.fp-product-price{margin:22px 0;color:var(--fp-red);font-size:30px;font-weight:950;letter-spacing:-.8px}.fp-product-price del{color:#8b95a5;font-size:16px;margin-right:7px}.fp-product-price ins{text-decoration:none}
.fp-product-short-description{color:#5f6b80;font-size:14px;line-height:1.75}.fp-product-stock{display:flex;gap:8px;align-items:center;margin:19px 0;font-size:12px;font-weight:800}.fp-product-stock>span{width:8px;height:8px;border-radius:50%;background:#20a36a}.fp-product-stock.out-stock>span{background:#e44}
.fp-product-buybox{padding:16px 0;border-top:1px solid var(--fp-line);border-bottom:1px solid var(--fp-line)}
.fp-product-buybox .quantity{display:flex;margin:0 0 10px}.fp-product-buybox .quantity input{height:46px;width:90px;border:1px solid var(--fp-line);border-radius:10px;padding:0 10px}
.fp-product-buttons .single_add_to_cart_button{min-height:52px!important;width:100%;border:0!important;border-radius:12px!important;background:var(--fp-red)!important;color:#fff!important;font-size:14px!important;font-weight:900!important;transition:.2s!important}
.fp-product-buttons .single_add_to_cart_button:hover{background:var(--fp-red-dark)!important;transform:translateY(-1px)}
.fp-product-buttons .variations_form .single_add_to_cart_button{margin-top:8px}
.fp-product-trust{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}.fp-product-trust>div{display:flex;gap:9px;align-items:center}.fp-product-trust b{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#fff1f2;color:var(--fp-red)}.fp-product-trust strong,.fp-product-trust small{display:block}.fp-product-trust strong{font-size:10px}.fp-product-trust small{margin-top:2px;color:#8590a2;font-size:9px}
.fp-product-content{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:28px;margin-top:28px}.fp-product-description,.fp-product-sidecard,.fp-product-specs,.fp-product-attributes,.fp-product-reviews,.fp-related{background:#fff;border:1px solid var(--fp-line);border-radius:20px;padding:28px}
.fp-section-heading>span{color:var(--fp-red);font-size:9px;font-weight:900;letter-spacing:.12em}.fp-section-heading h2{margin:7px 0 20px;font-size:25px;letter-spacing:-.7px}.fp-rich-content{color:#5e6a80;font-size:14px;line-height:1.85}.fp-rich-content h2,.fp-rich-content h3{color:var(--fp-ink)}.fp-product-sidecard{align-self:start;background:var(--fp-navy);color:#fff}.fp-product-sidecard>span{color:#ff8892;font-size:9px;font-weight:900}.fp-product-sidecard h3{margin:10px 0;font-size:21px;line-height:1.2}.fp-product-sidecard p{color:#c5cedd;font-size:12px;line-height:1.7}.fp-product-sidecard a{display:inline-flex;margin-top:8px;color:#fff;font-weight:800;text-decoration:none}
.fp-product-specs{margin-top:28px}.fp-spec-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--fp-line);border-radius:14px;overflow:hidden}.fp-spec{padding:17px;border-right:1px solid var(--fp-line);border-bottom:1px solid var(--fp-line)}.fp-spec:nth-child(3n){border-right:0}.fp-spec span{display:block;color:#8993a5;font-size:10px}.fp-spec strong{display:block;margin-top:6px;font-size:13px;line-height:1.45}
.fp-product-attributes{margin-top:28px}.fp-product-attributes table{width:100%;border-collapse:collapse}.fp-product-attributes th,.fp-product-attributes td{padding:13px 10px;border-bottom:1px solid var(--fp-line);text-align:left;font-size:12px}.fp-product-attributes th{width:35%;color:#7a8598}
.fp-product-reviews{margin-top:28px}.fp-related{margin-top:28px}.fp-related .products{margin:0}
.fp-mobile-buybar{display:none}
.fp-product-not-found{padding:100px 20px;text-align:center}

@media(max-width:980px){
 .fp-power-bar__inner{grid-template-columns:150px 1fr 120px;padding:9px 16px}
 .fp-product-hero{grid-template-columns:1fr}.fp-product-main-image{height:500px}
 .fp-product-summary{padding:4px}
 .fp-product-content{grid-template-columns:1fr}
 .fp-product-sidecard{display:none}
 .fp-spec-grid{grid-template-columns:repeat(2,1fr)}.fp-spec:nth-child(3n){border-right:1px solid var(--fp-line)}.fp-spec:nth-child(2n){border-right:0}
}
@media(max-width:680px){
 .fp-power-bar__inner{grid-template-columns:1fr auto;min-height:54px;padding:7px 12px}.fp-power-menu{font-size:12px;text-align:left;border:0;padding:0;background:transparent}.fp-power-actions{gap:3px}.fp-power-action:first-child{display:none}.fp-power-search{display:none}.fp-power-mobile-search{display:block;padding:0 12px 10px}.fp-power-mobile-search .fp-power-search{display:flex;height:44px}.fp-power-mobile-search .fp-power-search button{padding:0 14px}.fp-power-category-drawer{left:10px;right:10px;width:auto;top:57px}
 .fp-product-page{padding:8px 0 90px}.fp-product-container{width:calc(100% - 24px)}.fp-product-breadcrumb{font-size:10px;white-space:nowrap;overflow:hidden}
 .fp-product-hero{padding:12px;border-radius:16px;gap:12px}.fp-product-main-image{height:340px;border-radius:13px}.fp-product-main-image img{width:94%;height:94%}.fp-product-summary h1{font-size:28px;letter-spacing:-.8px}.fp-product-price{font-size:25px;margin:17px 0}.fp-product-trust{grid-template-columns:1fr 1fr}.fp-product-content,.fp-product-specs,.fp-product-attributes,.fp-product-reviews,.fp-related{margin-top:14px}.fp-product-description,.fp-product-specs,.fp-product-attributes,.fp-product-reviews,.fp-related{padding:20px;border-radius:15px}.fp-spec-grid{grid-template-columns:1fr}.fp-spec{border-right:0!important}.fp-mobile-buybar{position:fixed;z-index:1200;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 12px;background:#fff;border-top:1px solid var(--fp-line);box-shadow:0 -10px 30px rgba(9,22,49,.12)}.fp-mobile-buybar small,.fp-mobile-buybar strong{display:block;max-width:210px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fp-mobile-buybar small{font-size:9px;color:#7b879a}.fp-mobile-buybar strong{margin-top:3px;color:var(--fp-red);font-size:14px}.fp-mobile-buybar>a{padding:12px 16px;border-radius:10px;background:var(--fp-red);color:#fff;text-decoration:none;font-size:12px;font-weight:900}
}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
