/* Africhina storefront */
body.afc-store{
  background:var(--afc-bg,#f6f7fb);
  color:var(--afc-ink,#1b2430);
  font-family:"Manrope",system-ui,sans-serif;
  font-size:15px;
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}
body.afc-store h1,body.afc-store h2,body.afc-store h3,body.afc-store h4,
body.afc-store .afc-logo,body.afc-store .afc-hero h1,body.afc-store .afc-price,
body.afc-store .afc-hero-price,body.afc-store .afc-nav{
  font-family:"Outfit","Manrope",system-ui,sans-serif;
  letter-spacing:-.03em;
}
body.afc-store h1{font-size:clamp(28px,4vw,44px);font-weight:800;line-height:1.05;margin:0 0 .4em;}
body.afc-store h2{font-size:clamp(22px,2.4vw,30px);font-weight:700;line-height:1.15;margin:0 0 .45em;}
body.afc-store h3{font-size:15px;font-weight:650;line-height:1.35;margin:0;}
body.afc-store .entry-header,body.afc-store .page-title,body.afc-store .wp-block-post-title,
body.afc-store .site-header,body.afc-store .site-footer,
body.afc-store header.wp-block-template-part,body.afc-store footer.wp-block-template-part{
  display:none!important;
}
body.afc-store .entry-content,body.afc-store .wp-block-post-content{margin:0;max-width:none;padding:0;}
.afc-inner{width:min(1240px,calc(100% - 28px));margin:0 auto;}
.afc-topbar{background:#10151c;color:#c9d2dc;font-size:12px;font-weight:500;}
.afc-topbar .afc-inner{display:flex;justify-content:space-between;gap:12px;align-items:center;flex-wrap:wrap;padding:8px 0;}
.afc-topbar a{margin-left:14px;color:#fff;text-decoration:none;}
.afc-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid #eceff3;box-shadow:0 8px 24px rgba(16,21,28,.04);}
.afc-mode-dark .afc-header{background:#161b22;border-color:#2a313b;}
.afc-header-row{display:grid;grid-template-columns:auto 1fr auto;gap:22px;align-items:center;padding:16px 0;}
.afc-logo{display:flex;align-items:center;gap:10px;font-weight:800;font-size:30px;text-decoration:none;color:#111;letter-spacing:-.05em;}
.afc-logo span{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:var(--afc-yellow,#ffd000);font-size:18px;}
.afc-search{display:flex;border:1px solid #e3e7ee;border-radius:999px;overflow:hidden;background:#f7f8fb;}
.afc-search input{flex:1;border:0;padding:12px 18px;outline:0;background:transparent;font:inherit;}
.afc-search button{width:52px;border:0;background:var(--afc-yellow,#ffd000);cursor:pointer;font-size:18px;}
.afc-cart-btn{display:flex;gap:10px;align-items:center;text-decoration:none;color:#111;background:#f7f8fb;border:1px solid #e3e7ee;border-radius:14px;padding:8px 12px;}
.afc-cart-btn small{display:block;color:#7b8491;font-size:11px;font-weight:600;}
.afc-menu{display:none;border:0;background:var(--afc-yellow,#ffd000);width:42px;height:42px;border-radius:10px;}
.afc-navstrip{background:#fff;}
.afc-navstrip-row{display:grid;grid-template-columns:230px 1fr auto;align-items:center;min-height:54px;}
.afc-depts{position:relative;}
.afc-depts>button{width:100%;background:var(--afc-yellow,#ffd000);border:0;font-family:"Outfit",sans-serif;font-weight:700;padding:16px 18px;cursor:pointer;border-radius:0 0 12px 12px;}
.afc-dept-menu{display:none;position:absolute;left:0;right:0;top:100%;background:#fff;border:1px solid #eceff3;border-radius:0 0 12px 12px;box-shadow:0 16px 40px rgba(16,21,28,.12);z-index:20;}
.afc-dept-menu.open{display:block;}
.afc-dept-menu a,.afc-sidecats a{display:block;padding:11px 16px;border-bottom:1px solid #f0f2f6;text-decoration:none;color:#243041;font-weight:600;font-size:13px;}
.afc-dept-menu a:hover,.afc-sidecats a:hover{background:#fff8d6;}
.afc-nav{display:flex;gap:22px;padding:0 18px;font-weight:650;font-size:13px;}
.afc-nav a{text-decoration:none;color:#243041;}
.afc-ship{font-size:13px;color:#5f6b7a;font-weight:650;}
.afc-hero-band{padding:22px 0 8px;}
.afc-hero-grid{display:grid;grid-template-columns:230px minmax(0,1fr) 270px;gap:16px;}
.afc-sidecats{background:#fff;border:1px solid #eceff3;border-radius:16px;overflow:hidden;}
.afc-hero{display:grid;grid-template-columns:1.05fr .95fr;gap:8px;align-items:center;background:linear-gradient(135deg,#fff 0%,#fff8d6 55%,#fff 100%);border:1px solid #eceff3;border-radius:20px;min-height:360px;padding:36px 32px;box-shadow:0 10px 30px rgba(16,21,28,.04);}
.afc-eye{margin:0 0 8px;letter-spacing:.16em;text-transform:uppercase;color:#8a7350;font-size:11px;font-weight:700;}
.afc-hero h1{font-size:clamp(34px,4.6vw,58px);line-height:.92;margin:0 0 10px;color:#141820;}
.afc-sub{margin:0 0 14px;color:#5c6570;font-weight:650;font-size:13px;letter-spacing:.04em;}
.afc-hero-price{font-size:34px;color:#c48a00;font-weight:800;margin:0 0 18px;}
.afc-hero-photos{display:flex;align-items:center;justify-content:center;gap:6px;}
.afc-hero-photos img{width:48%;max-height:250px;object-fit:contain;filter:drop-shadow(0 18px 24px rgba(0,0,0,.12));}
.afc-promos{display:grid;gap:16px;}
.afc-promo{position:relative;min-height:168px;overflow:hidden;color:#fff;text-decoration:none;display:block;border-radius:18px;}
.afc-promo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
.afc-promo div{position:relative;z-index:1;padding:20px;background:linear-gradient(90deg,rgba(10,14,20,.72),rgba(10,14,20,.12));height:100%;}
.afc-promo small{opacity:.85;font-size:11px;letter-spacing:.08em;text-transform:uppercase;}
.afc-promo strong{display:block;font-family:"Outfit",sans-serif;font-size:20px;margin:6px 0;letter-spacing:-.03em;}
.afc-btn{display:inline-block;background:var(--afc-yellow,#ffd000);color:#111;padding:12px 20px;font-family:"Outfit",sans-serif;font-weight:700;text-decoration:none;border:0;cursor:pointer;border-radius:999px;}
.afc-btn.block{display:block;text-align:center;}
.afc-mid{display:grid;grid-template-columns:270px 1fr;gap:20px;padding:28px 0;}
.afc-special{background:#fff;border:1px solid #eceff3;padding:18px;border-radius:20px;}
.afc-special-head{display:flex;justify-content:space-between;align-items:center;font-family:"Outfit",sans-serif;font-weight:800;}
.afc-special-head em{background:#fff3b0;color:#7a5b00;font-style:normal;padding:3px 8px;border-radius:999px;font-size:12px;}
.afc-special img{height:190px;object-fit:contain;margin:12px auto;display:block;}
.afc-special h2 a{color:inherit;text-decoration:none;}
.afc-count{display:flex;gap:8px;}
.afc-count span{background:#111;color:#fff;min-width:50px;text-align:center;padding:9px 0;font-weight:800;border-radius:10px;font-family:"Outfit",sans-serif;}
.afc-tabs{display:flex;gap:20px;border-bottom:1px solid #eceff3;margin-bottom:16px;}
.afc-tabs button{border:0;background:none;padding:10px 0;font-family:"Outfit",sans-serif;font-weight:700;color:#8a93a0;cursor:pointer;}
.afc-tabs button.on{color:#111;border-bottom:3px solid var(--afc-yellow,#ffd000);}
.pane{display:none;}
.pane.on{display:grid;}
.afc-grid4{grid-template-columns:repeat(4,1fr);gap:14px;}
.afc-grid5{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;}
.afc-grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;}
.afc-card{background:#fff;border:1px solid #eceff3;padding:14px;border-radius:18px;display:flex;flex-direction:column;gap:8px;transition:transform .2s,box-shadow .2s;}
.afc-card:hover{transform:translateY(-3px);box-shadow:0 16px 30px rgba(16,21,28,.08);}
.afc-media{position:relative;height:158px;display:grid;place-items:center;}
.afc-media img{max-height:148px;object-fit:contain;}
.afc-badge{position:absolute;left:0;top:0;background:#e32525;color:#fff;font-size:11px;padding:4px 8px;border-radius:999px;font-weight:700;}
.afc-card h3 a{color:#1b2430;text-decoration:none;}
.afc-stars{color:#f5b301;font-size:12px;}
.afc-price{color:#c48a00;font-weight:800;font-size:16px;}
.afc-price-row{display:flex;gap:8px;align-items:baseline;}
.afc-price-row s{color:#a3aab4;}
.afc-price-row.lg .afc-price{font-size:32px;}
.afc-add{margin-top:auto;width:100%;border:1px solid #eceff3;background:#fff;padding:9px;cursor:pointer;border-radius:999px;font-weight:700;}
.afc-add:hover{background:var(--afc-yellow,#ffd000);}
.afc-deals{padding:8px 0 56px;}
.afc-deals-head{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;align-items:end;border-bottom:3px solid var(--afc-yellow,#ffd000);margin-bottom:18px;padding-bottom:8px;}
.afc-deals-head a{margin-left:10px;text-decoration:none;color:#5f6b7a;font-size:13px;font-weight:650;}
.afc-page{padding:28px 0 64px;}
.afc-crumbs{color:#7b8491;font-size:13px;}
.afc-shop{display:grid;grid-template-columns:230px 1fr;gap:24px;}
.afc-shop aside{background:#fff;border:1px solid #eceff3;padding:16px;border-radius:16px;}
.afc-shop aside a{display:block;padding:8px 0;color:inherit;text-decoration:none;border-bottom:1px solid #f0f2f6;font-weight:600;}
.afc-pdp{display:grid;grid-template-columns:1fr 1fr;gap:36px;background:#fff;border:1px solid #eceff3;border-radius:20px;padding:24px;}
.afc-pdp img{width:100%;max-height:420px;object-fit:contain;background:#f7f8fb;border-radius:16px;}
.afc-buy{display:flex;gap:10px;align-items:center;margin-top:16px;}
.afc-buy input{width:84px;padding:11px;border:1px solid #e3e7ee;border-radius:12px;}
.afc-split{display:grid;grid-template-columns:1fr 300px;gap:24px;}
.afc-table{width:100%;border-collapse:collapse;background:#fff;border-radius:16px;overflow:hidden;}
.afc-table td,.afc-table th{border-bottom:1px solid #eceff3;padding:14px 10px;text-align:left;}
.afc-table .prod{display:flex;gap:12px;align-items:center;}
.afc-table img{width:64px;height:64px;object-fit:contain;}
.afc-sum{background:#fff;border:1px solid #eceff3;padding:18px;border-radius:18px;height:max-content;}
.afc-sum p{display:flex;justify-content:space-between;}
.afc-form{display:grid;gap:12px;max-width:560px;background:#fff;padding:20px;border-radius:18px;border:1px solid #eceff3;}
.afc-form input,.afc-form select{width:100%;padding:11px;border:1px solid #e3e7ee;border-radius:12px;background:#fff;}
.two{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
.afc-alert{background:#fff8d6;border:1px solid #f0d56a;padding:12px 14px;margin-bottom:16px;border-radius:12px;}
.afc-alert.ok{background:#e8f8ec;border-color:#b7e4c3;}
.afc-toast{position:fixed;top:16px;right:16px;z-index:80;background:#111;color:#fff;padding:12px 16px;border-radius:12px;}
.afc-footer{background:#10151c;color:#c9d2dc;padding:48px 0 0;margin-top:24px;}
.afc-footer .afc-logo{color:#fff;}
.afc-footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:24px;padding-bottom:34px;}
.afc-footer-grid a{display:block;margin:6px 0;color:#c9d2dc;text-decoration:none;}
.afc-legal{background:#0b0f14;padding:14px 0;font-size:12px;}
.link{border:0;background:none;color:#c0392b;cursor:pointer;text-decoration:underline;}
@media(max-width:1100px){
  .afc-hero-grid,.afc-mid,.afc-shop,.afc-pdp,.afc-split,.afc-footer-grid,.afc-navstrip-row{grid-template-columns:1fr;}
  .afc-sidecats,.afc-depts,.afc-ship{display:none;}
  .afc-hero{grid-template-columns:1fr;}
  .afc-grid5,.afc-grid4{grid-template-columns:repeat(3,1fr);}
}
@media(max-width:760px){
  .afc-menu{display:inline-block;}
  .afc-search{display:none;}
  .afc-header-row{grid-template-columns:auto 1fr auto;}
  .afc-nav{display:none;flex-direction:column;width:100%;padding:12px 0;}
  .afc-nav.open{display:flex;}
  .afc-grid5,.afc-grid4,.afc-grid3,.two{grid-template-columns:1fr 1fr;}
  .afc-hero{padding:24px 18px;}
}
@media(max-width:520px){.afc-grid5,.afc-grid4,.afc-grid3{grid-template-columns:1fr;}}
