/* Huikete product templates. Max border radius: 8px. */
.huikete-product-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:26px}.huikete-sidebar{border:1px solid var(--huikete-border);border-radius:8px;background:#fff;padding:20px;align-self:start}.huikete-sidebar h2{font-size:18px;color:var(--huikete-primary-dark);margin:0 0 12px}.huikete-sidebar ul{list-style:none;margin:0;padding:0;display:grid;gap:8px}.huikete-sidebar li,.huikete-sidebar a{font-size:14px;color:#334155}.huikete-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.huikete-product-card{border:1px solid var(--huikete-border);border-radius:8px;overflow:hidden;background:#fff;display:flex;flex-direction:column}.huikete-product-card-media{height:190px;background:#eef3fa;display:flex;align-items:center;justify-content:center;color:var(--huikete-primary);font-size:34px;font-weight:900}.huikete-product-card-media img{width:100%;height:100%;object-fit:cover}.huikete-product-card-body{padding:18px}.huikete-product-card h2{font-size:18px;line-height:1.32;margin:0 0 8px}.huikete-product-card h2 a{color:var(--huikete-primary-dark)}.huikete-product-card p{font-size:14px;line-height:1.6;color:var(--huikete-muted);margin:0 0 14px}.huikete-product-card dl{display:grid;gap:6px;margin:0 0 14px}.huikete-product-card dl div{display:grid;grid-template-columns:82px 1fr;gap:10px;font-size:13px}.huikete-product-card dt{color:var(--huikete-muted);font-weight:700}.huikete-product-card dd{margin:0;color:var(--huikete-primary-dark);font-weight:700}.huikete-product-hero{background:var(--huikete-bg);padding:42px 0 54px}.huikete-product-hero .huikete-breadcrumbs{color:var(--huikete-muted);margin-bottom:22px}.huikete-product-hero .huikete-breadcrumbs a,.huikete-product-hero .huikete-breadcrumbs strong{color:var(--huikete-primary-dark)}.huikete-product-hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:32px;align-items:center}.huikete-product-media{background:#fff;border:1px solid var(--huikete-border);border-radius:8px;min-height:380px;display:flex;align-items:center;justify-content:center;overflow:hidden}.huikete-product-media img{width:100%;height:100%;object-fit:cover}.huikete-product-placeholder{font-size:62px;font-weight:900;color:var(--huikete-primary);letter-spacing:.08em}.huikete-product-summary h1{font-size:42px;line-height:1.12;margin:10px 0 12px;color:var(--huikete-primary-dark)}.huikete-product-summary>p{color:var(--huikete-muted);font-size:17px}.huikete-spec-list{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:22px 0}.huikete-spec-list div{border:1px solid var(--huikete-border);border-radius:6px;background:#fff;padding:11px 12px}.huikete-spec-list dt{font-size:12px;color:var(--huikete-muted);font-weight:800;text-transform:uppercase}.huikete-spec-list dd{margin:3px 0 0;color:var(--huikete-primary-dark);font-weight:800}.huikete-product-actions{display:flex;flex-wrap:wrap;gap:10px}.huikete-product-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:26px}.huikete-product-sidebox{border:1px solid var(--huikete-border);border-radius:8px;background:#fff;padding:22px;align-self:start}.huikete-product-sidebox h2{font-size:20px;color:var(--huikete-primary-dark);margin:0 0 12px}.huikete-product-sidebox ul{padding-left:18px;color:var(--huikete-muted)}@media(max-width:980px){.huikete-product-layout,.huikete-product-hero-grid,.huikete-product-content-grid{grid-template-columns:1fr}.huikete-product-grid{grid-template-columns:1fr 1fr}}@media(max-width:620px){.huikete-product-grid,.huikete-spec-list{grid-template-columns:1fr}.huikete-product-summary h1{font-size:32px}.huikete-product-media{min-height:260px}}
