/* ===== Fekriino shared design system ===== */
:root{
  --purple:#3a2560; --purple2:#6d5a94; --amber:#f59e0b; --amber-d:#e0890a;
  --red:#e5484d; --green:#22b573; --cream:#fff9f0; --ink:#3a2560;
  --border:#efe5d1; --beige:#f6efe2;
}
*{box-sizing:border-box}
body{margin:0;background:var(--cream);color:#3a2560;font-family:"Vazirmatn",Tahoma,sans-serif;line-height:1.9}
a{text-decoration:none;color:inherit}
img{max-width:100%}
.fk-wrap{max-width:1180px;margin:0 auto;padding:0 20px}
.fk-btn{display:inline-flex;align-items:center;gap:8px;border:0;cursor:pointer;border-radius:999px;padding:13px 26px;font-family:"Vazirmatn";font-weight:700;font-size:15px;transition:.15s}
.fk-btn-amber{background:var(--amber);color:#fff;box-shadow:0 6px 16px rgba(245,158,11,.35)}
.fk-btn-amber:hover{background:var(--amber-d)}
.fk-btn-white{background:#fff;color:var(--purple);border:2px solid #eadff5}
.fk-btn-white:hover{background:#faf6ff}
.fk-btn-purple{background:var(--purple);color:#fff}

/* promo bar */
.fk-promo{background:var(--purple);color:#fff;text-align:center;font-size:14px;font-weight:500;padding:9px 12px}
.fk-promo b{color:var(--amber)}

/* header */
.fk-head{position:sticky;top:0;z-index:50;background:var(--cream);border-bottom:1px solid var(--border)}
.fk-head-in{display:flex;align-items:center;gap:20px;padding:14px 20px;max-width:1180px;margin:0 auto}
.fk-logo{display:flex;align-items:center;gap:10px}
.fk-logo img{width:46px;height:46px;border-radius:12px;object-fit:cover}
.fk-logo .t{font-family:"Lalezar";font-size:24px;color:var(--purple);line-height:1}
.fk-logo .s{font-size:11px;color:var(--purple2)}
.fk-nav{display:flex;gap:22px;font-weight:600;font-size:15px}
.fk-nav a:hover{color:var(--amber)}
.fk-nav .sale{color:var(--red)}
.fk-nav a.active{color:var(--purple);background:#f3eafb;padding:6px 14px;border-radius:999px}
.fk-search{flex:1;max-width:340px;display:flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--border);border-radius:999px;padding:9px 16px;color:#9a86c4}
.fk-search input{border:0;outline:0;background:transparent;flex:1;font-family:"Vazirmatn";font-size:14px;color:#3a2560}
.fk-cart{position:relative;width:46px;height:46px;border-radius:50%;background:var(--amber);display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}
.fk-cart .b{position:absolute;top:-4px;right:-4px;background:var(--purple);color:#fff;font-size:11px;min-width:19px;height:19px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}
.fk-icons{display:flex;align-items:center;gap:12px}
.fk-login{font-weight:700;color:var(--purple)}
/* mid-size desktop: tighten nav so 6 items + search never overflow the header row */
@media(min-width:901px) and (max-width:1120px){
  .fk-nav{gap:14px;font-size:14px}
  .fk-search{max-width:220px}
  .fk-head-in{gap:14px}
}

/* headings */
h1,h2,h3,.fk-display{font-family:"Lalezar","Vazirmatn",sans-serif;font-weight:400}
.fk-page-h{font-size:38px;color:var(--purple);margin:26px 0 6px;text-align:right}
.fk-page-sub{color:var(--purple2);margin:0 0 26px;text-align:right}
.fk-crumb{color:var(--purple2);font-size:13px;margin:16px 0}

/* section */
.fk-sec{margin:44px 0}
.fk-sec-h{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}
.fk-sec-h h2{font-size:32px;color:var(--purple);margin:0}
.fk-sec-h a{color:var(--amber);font-weight:700;font-size:14px}

/* product cards */
.fk-prods{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.fk-card{background:#fff;border:1px solid var(--border);border-radius:18px;overflow:hidden;display:flex;flex-direction:column;transition:.15s}
.fk-card:hover{transform:translateY(-4px);box-shadow:0 10px 24px rgba(58,37,96,.1)}
.fk-card .thumb{aspect-ratio:1;background:var(--beige);position:relative;overflow:hidden;display:block}
.fk-card .thumb img{width:100%;height:100%;object-fit:cover}
.fk-card .tag{position:absolute;top:10px;right:10px;background:var(--purple);color:#fff;font-size:11px;font-weight:700;padding:4px 10px;border-radius:999px}
.fk-card .tag.red{background:var(--red)}
.fk-card .body{padding:14px;display:flex;flex-direction:column;gap:8px;flex:1}
.fk-card .nm{font-weight:700;font-size:14px;color:var(--purple);line-height:1.6;min-height:44px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.fk-card .cat{font-size:12px;color:#9a86c4}
/* foot wraps so a long price is never clipped by the add button; the button keeps its
   size and drops to a second line only when the row is too narrow (tablet/mobile). */
.fk-card .foot{display:flex;align-items:center;justify-content:space-between;gap:8px 10px;margin-top:auto;flex-wrap:wrap}
.fk-card .price{font-weight:800;color:var(--purple);font-size:15px;line-height:1.45;min-width:0}
/* each amount stays on one line (no "تومان" orphaned) but the del/ins pair may wrap */
.fk-card .price .woocommerce-Price-amount,.fk-card .price bdi{white-space:nowrap}
.fk-card .price ins{text-decoration:none;background:transparent}
.fk-card .price del{color:#bbb;font-weight:500;font-size:12px;margin-inline-start:6px}
.fk-card .add{background:var(--amber);color:#fff;border-radius:999px;padding:8px 14px;font-size:13px;font-weight:700;flex-shrink:0;white-space:nowrap}
.fk-card .add:hover{background:var(--amber-d)}

/* category cards */
.fk-cats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.fk-cat{border-radius:20px;padding:24px;min-height:130px;display:flex;flex-direction:column;justify-content:space-between;transition:.15s}
.fk-cat:hover{transform:translateY(-4px)}
.fk-cat .emo{font-size:34px}
.fk-cat .nm{font-family:"Lalezar";font-size:22px}
.fk-cat .ct{font-size:13px;opacity:.85}

/* hero */
.fk-hero{margin:26px 0}
.fk-hero-card{background:linear-gradient(120deg,#fbe4c4,#ffe9c7);border-radius:28px;padding:44px;display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center;overflow:hidden}
.fk-hero h1{font-size:54px;line-height:1.25;margin:14px 0;color:var(--purple)}
.fk-hero p{font-size:17px;color:#5b4a7a;max-width:440px}
.fk-hero .pill{display:inline-flex;align-items:center;gap:6px;background:#fff;border-radius:999px;padding:7px 15px;font-size:13px;font-weight:700;color:var(--purple);box-shadow:0 3px 10px rgba(58,37,96,.08)}
.fk-hero .cta{display:flex;gap:12px;margin-top:22px;flex-wrap:wrap}
.fk-hero-art{position:relative;min-height:280px;background:repeating-linear-gradient(45deg,#f7d49c,#f7d49c 14px,#f3cf92 14px,#f3cf92 28px);border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:80px}
.fk-badge{position:absolute;display:inline-flex;align-items:center;gap:6px;padding:9px 16px;border-radius:999px;font-weight:700;font-size:14px;color:#fff;box-shadow:0 6px 16px rgba(0,0,0,.15)}
.fk-badge.green{background:var(--green);top:18px;right:18px}
.fk-badge.red{background:var(--red);bottom:18px;left:18px}
/* hero category banners — the main product-type categories as small image tiles */
.fk-hero-cats{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.fk-hcat{position:relative;display:block;border-radius:18px;overflow:hidden;aspect-ratio:4/3;background:var(--beige);box-shadow:0 6px 18px rgba(58,37,96,.12)}
.fk-hcat img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.fk-hcat:hover img{transform:scale(1.07)}
.fk-hcat-ov{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:14px 16px;
  background:linear-gradient(0deg,rgba(30,15,55,.82) 0%,rgba(30,15,55,.2) 55%,rgba(30,15,55,0) 100%)}
.fk-hcat-nm{color:#fff;font-family:"Lalezar";font-size:21px;line-height:1.15}
.fk-hcat-ct{color:#f0e9ff;font-size:12.5px;margin-top:3px;font-weight:600}

/* CTA */
.fk-cta{background:var(--purple);border-radius:26px;padding:44px;display:flex;align-items:center;justify-content:space-between;gap:24px;color:#fff}
.fk-cta h2{font-size:32px;margin:0 0 8px;color:#fff}
.fk-cta p{margin:0;color:#c4b5dd}

/* shop layout */
.fk-shop{display:grid;grid-template-columns:280px 1fr;gap:26px;margin:20px 0 50px}
.fk-filters{background:#fff;border:1px solid var(--border);border-radius:18px;padding:22px;align-self:start;position:sticky;top:90px}
.fk-filters h3{font-family:"Lalezar";font-size:20px;color:var(--purple);margin:0 0 14px}
.fk-fgroup{padding:14px 0;border-top:1px solid #f3ecdf}
.fk-fgroup:first-of-type{border-top:0;padding-top:0}
.fk-fopt{display:flex;align-items:center;gap:8px;margin:8px 0;font-size:14px;cursor:pointer}
.fk-chip{display:inline-block;border:1px solid var(--border);border-radius:999px;padding:7px 14px;font-size:13px;margin:4px 4px 4px 0;cursor:pointer;background:#fff}
.fk-chip.on{background:#f3eafb;border-color:#d9c9f0;color:var(--purple);font-weight:700}
.fk-shop-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}
.fk-shop-top .count{font-family:"Lalezar";font-size:26px;color:var(--purple)}
.fk-shop-top .count small{font-family:"Vazirmatn";font-size:14px;color:var(--purple2);font-weight:400}
.fk-select{border:1px solid var(--border);border-radius:999px;padding:9px 16px;font-family:"Vazirmatn";background:#fff;color:var(--purple)}
.fk-pager{display:flex;gap:8px;justify-content:center;margin:34px 0}
.fk-pager a,.fk-pager span{width:44px;height:44px;border-radius:12px;background:#fff;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--purple)}
.fk-pager .cur{background:var(--purple);color:#fff;border-color:var(--purple)}

/* footer */
.fk-foot{background:var(--purple);color:#fff;margin-top:60px;padding:36px 0}
.fk-foot-in{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
.fk-foot .brand{display:flex;align-items:center;gap:10px;font-family:"Lalezar";font-size:22px}
.fk-foot .brand img{width:40px;height:40px;border-radius:10px}
.fk-foot .links{display:flex;gap:22px;color:#c4b5dd;font-size:14px}
.fk-foot .links a:hover{color:var(--amber)}
.fk-foot .cp{color:#9a86c4;font-size:13px;text-align:center;margin-top:18px}

@media(max-width:900px){
  .fk-hero-card{grid-template-columns:1fr;padding:28px}
  .fk-hero h1{font-size:38px}
  .fk-hcat-nm{font-size:19px}
  .fk-cats,.fk-prods{grid-template-columns:repeat(2,1fr)}
  .fk-nav{display:none}
  .fk-cta{flex-direction:column;text-align:center}
  .fk-shop{grid-template-columns:1fr}
  .fk-filters{position:static}
}

/* ============ My-Account (customer dashboard) ============ */
/* Blocksy wraps the account shortcode in .ct-woo-account (a flex/grid container that
   collapses our layout). Neutralise it so our own .fk-wrap controls width. */
.woocommerce.ct-woo-account{display:block!important;max-width:none!important;width:auto!important;padding:0!important;margin:0!important}
.woocommerce-account .woocommerce{margin:0 auto}
.fk-account{display:grid;grid-template-columns:250px 1fr;gap:26px;margin:28px 0 60px;align-items:start}
.fk-acc-nav{background:var(--purple);border-radius:22px;padding:22px 16px;color:#fff;position:sticky;top:90px}
.fk-acc-brand{padding:6px 8px 16px;border-bottom:1px solid rgba(255,255,255,.12);margin-bottom:14px;text-align:right}
.fk-acc-brand .t{font-family:"Lalezar";font-size:24px;display:block;line-height:1.2}
.fk-acc-brand .s{font-size:12px;color:#c4b5dd}
.fk-acc-user{display:flex;align-items:center;gap:10px;padding:8px;margin-bottom:12px}
.fk-acc-user .av{width:40px;height:40px;border-radius:50%;background:var(--amber);color:#fff;font-family:"Lalezar";font-size:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.fk-acc-user .who b{font-size:14px;font-weight:700;display:block}
.fk-acc-user .who small{font-size:12px;color:#c4b5dd}
.fk-acc-nav ul{list-style:none;margin:0;padding:0}
.fk-acc-nav li{margin:4px 0}
.fk-acc-nav li a{display:flex;align-items:center;gap:12px;padding:11px 14px;border-radius:12px;color:#e7ddf6;font-weight:600;font-size:14px;transition:.15s}
.fk-acc-nav li a:hover{background:rgba(255,255,255,.08);color:#fff}
.fk-acc-nav li.is-active a{background:rgba(255,255,255,.14);color:#fff}
.fk-acc-nav li a .ic{font-size:17px;width:22px;text-align:center}
.fk-acc-nav li.woocommerce-MyAccount-navigation-link--customer-logout a{color:#f3b0b3}
/* neutralise Blocksy's own account-nav icons + link colours so only our design shows */
.fk-acc-nav li a::before,.fk-acc-nav li a::after{display:none!important;content:none!important}
.fk-acc-nav li a svg,.fk-acc-nav li a img{display:none!important}
.woocommerce-account .fk-acc-nav li a{color:#e7ddf6!important;background:transparent!important}
.woocommerce-account .fk-acc-nav li a:hover{background:rgba(255,255,255,.08)!important;color:#fff!important}
.woocommerce-account .fk-acc-nav li.is-active a{background:rgba(255,255,255,.15)!important;color:#fff!important}
.woocommerce-account .fk-acc-nav li.woocommerce-MyAccount-navigation-link--customer-logout a{color:#f3b0b3!important}
.fk-acc-content{min-width:0}
/* dashboard body */
.fk-dash-hero{background:linear-gradient(120deg,#3a2560,#4a2f75);border-radius:20px;padding:26px 30px;color:#fff;display:flex;align-items:center;gap:20px;flex-direction:row-reverse;text-align:right}
.fk-dash-hero .cup{font-size:46px;flex-shrink:0}
.fk-dash-hero h2{font-family:"Lalezar";font-size:28px;color:#fff;margin:0 0 6px}
.fk-dash-hero p{margin:0;color:#c9bce3;font-size:14px}
.fk-dash-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:20px 0}
.fk-stat{background:#fff;border:1px solid var(--border);border-radius:16px;padding:20px;text-align:center}
.fk-stat .ic{font-size:22px}
.fk-stat b{display:block;font-family:"Lalezar";font-size:26px;color:var(--purple);line-height:1.3;margin:4px 0}
.fk-stat b .woocommerce-Price-amount{font-family:"Vazirmatn";font-weight:800;font-size:19px;font-feature-settings:"tnum"}
.fk-stat .lb{font-size:13px;color:#9a86c4}
.fk-dash-orders{background:#fff;border:1px solid var(--border);border-radius:18px;padding:22px}
.fk-dash-orders .hd{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}
.fk-dash-orders .hd h3{font-family:"Lalezar";font-size:20px;color:var(--purple);margin:0}
.fk-dash-orders .hd a{color:var(--amber);font-weight:700;font-size:13px}
.fk-orow{display:flex;align-items:center;gap:14px;padding:14px 6px;border-top:1px solid #f3ecdf}
.fk-orow:hover{background:#fffaf1}
.fk-oinfo{margin-inline-start:auto;text-align:right}
.fk-oinfo b{display:block;font-size:14px;color:var(--purple)}
.fk-oinfo small{color:#9a86c4;font-size:12px}
.fk-ototal{font-family:"Vazirmatn";font-weight:800;color:var(--purple);font-size:15px;font-feature-settings:"tnum"}
.fk-ochip{font-size:12px;font-weight:700;padding:5px 12px;border-radius:999px;white-space:nowrap}
.fk-oempty{padding:24px;text-align:center;color:#9a86c4}
.fk-oempty a{color:var(--amber);font-weight:700}
/* style default WC tables (orders, addresses…) inside the content card */
.fk-acc-content>.woocommerce-MyAccount-content,.fk-acc-content{color:var(--purple)}
.woocommerce-orders-table,.shop_table{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--border);border-radius:14px;overflow:hidden}
.woocommerce-orders-table th,.woocommerce-orders-table td{padding:12px 14px;border-bottom:1px solid #f3ecdf;text-align:right;font-size:14px}
.woocommerce-account .woocommerce-Button,.woocommerce-account .button{background:var(--amber)!important;color:#fff!important;border-radius:999px!important;padding:9px 18px!important;font-weight:700!important;border:0!important}
@media(max-width:900px){.fk-account{grid-template-columns:1fr}.fk-acc-nav{position:static;order:-1}.fk-dash-stats{grid-template-columns:repeat(2,1fr)}}

/* ============ Cart ============ */
.fk-cart-page{display:grid;grid-template-columns:1fr 340px;gap:26px;margin:22px 0 60px;align-items:start}
.fk-cart-items{display:flex;flex-direction:column;gap:14px}
.fk-citem{background:#fff;border:1px solid var(--border);border-radius:18px;padding:16px;display:flex;align-items:center;gap:16px;flex-direction:row-reverse}
.fk-citem .img{width:84px;height:84px;border-radius:14px;background:var(--beige);object-fit:cover;flex-shrink:0}
.fk-citem .info{flex:1;text-align:right}
.fk-citem .info .nm{font-weight:800;color:var(--purple);font-size:16px}
.fk-citem .info .mt{color:#9a86c4;font-size:13px;margin:2px 0 8px}
.fk-citem .info .rm{color:var(--red);font-size:13px;font-weight:600;background:none;border:0;cursor:pointer;padding:0}
.fk-citem .rt{display:flex;flex-direction:column;align-items:flex-start;gap:12px}
.fk-citem .price{font-family:"Vazirmatn";font-weight:800;font-size:17px;color:var(--purple);white-space:nowrap;font-feature-settings:"tnum";letter-spacing:0}
.fk-qty{display:inline-flex;align-items:center;border:1px solid var(--border);border-radius:999px;overflow:hidden;background:#fff}
.fk-qty button{width:34px;height:34px;border:0;background:#faf6ff;color:var(--purple);font-size:18px;cursor:pointer;font-weight:700}
.fk-qty button:hover{background:#f0e7fb}
.fk-qty input{width:40px;text-align:center;border:0;outline:0;font-family:"Vazirmatn";font-weight:700;color:var(--purple);background:transparent;-moz-appearance:textfield}
.fk-qty input::-webkit-outer-spin-button,.fk-qty input::-webkit-inner-spin-button{-webkit-appearance:none}
.fk-cart-side{background:#fff;border:1px solid var(--border);border-radius:20px;padding:24px;position:sticky;top:90px}
.fk-cart-side h3{font-family:"Lalezar";font-size:22px;color:var(--purple);margin:0 0 16px;text-align:right}
.fk-cart-coupon{display:flex;gap:8px;margin-bottom:16px}
.fk-cart-coupon input{flex:1;border:1px solid var(--border);border-radius:12px;padding:11px 14px;font-family:"Vazirmatn";background:#fffdf8;color:var(--purple)}
.fk-cart-row{display:flex;justify-content:space-between;padding:9px 0;color:#5b4a7a;font-size:14px;border-top:1px dashed #eadff5}
.fk-cart-row:first-of-type{border-top:0}
.fk-cart-row.disc{color:var(--red)}
.fk-cart-row.total{border-top:2px solid var(--border);margin-top:8px;padding-top:14px;color:var(--purple)}
.fk-cart-row.total b{font-family:"Vazirmatn";font-weight:800;font-size:23px;font-feature-settings:"tnum";letter-spacing:0}
.fk-cart-side .checkout{width:100%;justify-content:center;margin-top:18px;font-size:17px}
.fk-cart-trust{text-align:center;color:#9a86c4;font-size:12px;margin-top:12px}
.fk-cart-empty{text-align:center;padding:70px 20px}
.fk-cart-empty .emo{font-size:60px}
@media(max-width:900px){.fk-cart-page{grid-template-columns:1fr}.fk-cart-side{position:static}}

/* ============ Checkout skin (over default WooCommerce checkout) ============ */
.woocommerce-checkout .fk-wrap{padding-top:8px}
.woocommerce-checkout h3,.woocommerce-checkout h1{font-family:"Lalezar";color:var(--purple)}
.woocommerce-checkout .col2-set .col-1,.woocommerce-checkout .col2-set .col-2{background:#fff;border:1px solid var(--border);border-radius:18px;padding:22px;margin-bottom:18px}
.woocommerce-checkout .form-row label{font-weight:600;color:var(--purple);font-size:14px}
.woocommerce-checkout .input-text,.woocommerce-checkout select,.woocommerce-checkout textarea{width:100%;border:1px solid var(--border)!important;border-radius:12px!important;padding:11px 14px!important;font-family:"Vazirmatn"!important;background:#fffdf8!important;color:var(--purple)!important}
.woocommerce-checkout #order_review,.woocommerce-checkout #order_review_heading{background:#fff;border:1px solid var(--border);border-radius:18px;padding:22px;margin-top:0}
#order_review_heading{border-bottom:0;border-radius:18px 18px 0 0;margin-bottom:0}
.woocommerce-checkout #order_review{border-top:0;border-radius:0 0 18px 18px}
.woocommerce-checkout table.shop_table{border:0}
.woocommerce-checkout #place_order,.woocommerce-checkout .place-order .button{background:var(--amber)!important;color:#fff!important;border-radius:999px!important;padding:14px 30px!important;font-family:"Vazirmatn"!important;font-weight:700!important;font-size:17px!important;width:100%;border:0!important;box-shadow:0 6px 16px rgba(245,158,11,.35)}
.woocommerce-checkout .woocommerce-info,.woocommerce-checkout .woocommerce-form-coupon-toggle{background:#fffdf6;border-top:3px solid var(--amber);border-radius:12px}
.fk-checkout-top{display:flex;align-items:center;justify-content:space-between;margin:22px 0 14px}
.fk-checkout{display:grid;grid-template-columns:1fr 360px;gap:26px;align-items:start;margin-bottom:60px}
.fk-checkout .col2-set .col-1,.fk-checkout .col2-set .col-2{margin-bottom:18px}
.fk-co-side{position:sticky;top:90px}
.fk-co-side #order_review_heading{margin-top:0}
@media(max-width:900px){.fk-checkout{grid-template-columns:1fr}.fk-co-side{position:static}}

/* ============ Price typography (clean numerals everywhere) ============ */
.woocommerce-Price-amount{font-family:"Vazirmatn",sans-serif;font-feature-settings:"tnum";letter-spacing:0;white-space:nowrap}
.woocommerce-Price-currencySymbol{font-weight:600;font-size:.82em;color:#9a86c4;margin-inline-start:4px}
.fk-cart-row.total b .woocommerce-Price-currencySymbol{font-size:.6em}

/* ============================================================
   NEW ADDITIONS — appended 2026-07-11
   ============================================================ */

/* ── Mobile hamburger ── */
.fk-burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  background: none;
  border: 1px solid var(--border);
  border-radius: 12px;
  cursor: pointer;
  padding: 8px;
  margin-right: auto;
  flex-shrink: 0;
}
.fk-burger span {
  display: block;
  height: 2px;
  background: var(--purple);
  border-radius: 2px;
  transition: .2s;
}

/* ── Mobile drawer ── */
.fk-drawer-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(10,4,20,.55);
  z-index: 60;
  backdrop-filter: blur(2px);
}
.fk-drawer-overlay.on { display: block; }
.fk-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(320px, 86vw);
  background: var(--cream);
  z-index: 61;
  transform: translateX(100%);
  transition: transform .28s cubic-bezier(.4,0,.2,1);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  box-shadow: -8px 0 32px rgba(58,37,96,.18);
}
.fk-drawer.open { transform: translateX(0); }
.fk-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  border-bottom: 1px solid var(--border);
}
.fk-drawer-head .fk-logo { gap: 8px; }
.fk-drawer-close {
  background: none;
  border: 1px solid var(--border);
  border-radius: 10px;
  width: 38px;
  height: 38px;
  cursor: pointer;
  font-size: 16px;
  color: var(--purple2);
}
.fk-drawer-search {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 14px 18px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 10px 16px;
  color: #9a86c4;
}
.fk-drawer-search input {
  border: 0;
  outline: 0;
  background: transparent;
  flex: 1;
  font-family: "Vazirmatn";
  font-size: 14px;
  color: var(--purple);
}
.fk-drawer-nav {
  list-style: none;
  margin: 0;
  padding: 0 10px;
  flex: 1;
}
.fk-drawer-nav li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 12px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 15px;
  color: var(--purple);
  transition: .15s;
}
.fk-drawer-nav li a:hover { background: #f3eafb; }
.fk-drawer-nav li.sale a { color: var(--red); }
.fk-drawer-foot {
  padding: 16px 18px 28px;
  border-top: 1px solid var(--border);
}
.fk-drawer-foot .fk-btn { width: 100%; justify-content: center; }

/* ── Search autocomplete dropdown ── */
.fk-head-in { position: relative; }
.fk-search-drop {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(58,37,96,.14);
  z-index: 55;
  overflow: hidden;
  max-width: 480px;
  margin: 0 auto;
}
.fk-search-drop.open { display: block; }
.fk-sd-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 16px;
  color: var(--purple);
  font-size: 14px;
  transition: .12s;
  border-bottom: 1px solid #f6f0e8;
}
.fk-sd-item:hover { background: #faf6ff; }
.fk-sd-item img { width: 48px; height: 48px; border-radius: 10px; object-fit: cover; background: var(--beige); flex-shrink: 0; }
.fk-sd-ph { width: 48px; height: 48px; border-radius: 10px; background: var(--beige); display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0; }
.fk-sd-info { display: flex; flex-direction: column; gap: 3px; }
.fk-sd-name { font-weight: 700; line-height: 1.4; }
.fk-sd-price { font-size: 12px; color: var(--purple2); }
.fk-sd-price .woocommerce-Price-amount { font-size: 12px; }
.fk-sd-all {
  display: block;
  text-align: center;
  padding: 11px;
  color: var(--amber);
  font-weight: 700;
  font-size: 13px;
  background: #fffdf6;
}
.fk-sd-all:hover { background: #fff8e1; }

/* ── Wishlist heart on product cards ── */
.fk-card .thumb { position: relative; }
.fk-wish {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 32px;
  height: 32px;
  background: rgba(255,255,255,.88);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  transition: .15s;
  backdrop-filter: blur(4px);
  line-height: 1;
}
.fk-wish:hover { transform: scale(1.15); }
.fk-wish.on { background: #fde8e8; }

/* ── Footer grid ── */
.fk-foot-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
  gap: 36px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.fk-foot-brand p { color: #c4b5dd; font-size: 14px; margin: 10px 0 18px; line-height: 1.8; }
.fk-socials { display: flex; gap: 12px; }
.fk-socials a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c4b5dd;
  transition: .15s;
}
.fk-socials a:hover { background: var(--amber); color: #fff; }
.fk-foot-col h4 { font-family: "Lalezar"; font-size: 17px; color: #fff; margin: 0 0 14px; }
.fk-foot-col ul { list-style: none; padding: 0; margin: 0; }
.fk-foot-col ul li { margin: 10px 0; }
.fk-foot-col ul a { color: #c4b5dd; font-size: 14px; transition: .15s; }
.fk-foot-col ul a:hover { color: var(--amber); }
.fk-foot-trust { display: flex; flex-direction: column; gap: 10px; }
.fk-ft-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,.07);
  border-radius: 12px;
  padding: 10px 14px;
  font-size: 13px;
  color: #c4b5dd;
  line-height: 1.5;
}
.fk-ft-badge .ic { font-size: 20px; flex-shrink: 0; }
.fk-ft-badge small { font-size: 11px; color: #9a86c4; display: block; }
.fk-foot-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  color: #9a86c4;
  font-size: 13px;
}
.fk-foot-bottom-links { display: flex; gap: 18px; }
.fk-foot-bottom-links a { color: #9a86c4; }
.fk-foot-bottom-links a:hover { color: var(--amber); }

/* ── fk-filter-url fix: price range key cleanup ── */

/* ── Responsive updates ── */
@media(max-width:900px) {
  .fk-burger { display: flex; }
  .fk-nav { display: none; }
  /* Keep the search bar permanently visible: wrap it onto its own full-width row
     below the logo/icons/hamburger (customers landing from Torob etc. see it at once). */
  .fk-head-in { flex-wrap: wrap; row-gap: 12px; }
  .fk-search { display: flex; order: 10; flex: 1 1 100%; max-width: none; }
  .fk-foot-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .fk-foot-brand { grid-column: 1 / -1; }
}
@media(max-width:600px) {
  .fk-foot-grid { grid-template-columns: 1fr; }
  .fk-search-drop { left: -20px; right: -20px; max-width: none; border-radius: 0 0 18px 18px; }
  .fk-head-in { flex-wrap: wrap; gap: 10px; }
}

/* ── Homepage banners / carousel (#1) ── */
.fk-banners{position:relative;margin:22px 0 8px;border-radius:22px;overflow:hidden;background:var(--beige)}
.fk-banners-track{position:relative}
.fk-banner{position:relative}
.fk-banner[hidden]{display:none}
.fk-banner picture,.fk-banner img{display:block;width:100%;height:auto}
.fk-banner img{aspect-ratio:16/5;object-fit:cover;background:var(--beige)}
.fk-banner-full{display:block}
.fk-banner-overlay{position:absolute;inset:0;display:flex;align-items:center;padding:0 clamp(20px,5vw,64px);
  background:linear-gradient(90deg,rgba(30,15,55,.62) 0%,rgba(30,15,55,.28) 45%,rgba(30,15,55,0) 75%)}
html[dir="rtl"] .fk-banner-overlay{background:linear-gradient(270deg,rgba(30,15,55,.62) 0%,rgba(30,15,55,.28) 45%,rgba(30,15,55,0) 75%)}
.fk-banner-inner{max-width:520px;color:#fff}
.fk-banner-title{font-family:"Lalezar";font-size:clamp(24px,3.4vw,44px);color:#fff;margin:0 0 8px;line-height:1.2;text-shadow:0 2px 12px rgba(0,0,0,.3)}
.fk-banner-sub{font-size:clamp(14px,1.6vw,19px);color:#f3ecff;margin:0 0 18px;line-height:1.7;text-shadow:0 1px 8px rgba(0,0,0,.3)}
.fk-banner-btn{font-size:15px}
.fk-banner-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:42px;height:42px;border-radius:50%;
  border:0;background:rgba(255,255,255,.85);color:var(--purple);font-size:24px;line-height:1;cursor:pointer;
  display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px rgba(0,0,0,.18);transition:.15s}
.fk-banner-nav:hover{background:#fff}
.fk-banner-nav.prev{right:14px}
.fk-banner-nav.next{left:14px}
.fk-banner-dots{position:absolute;bottom:14px;left:0;right:0;z-index:3;display:flex;gap:8px;justify-content:center}
.fk-banner-dot{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.55);cursor:pointer;transition:.15s}
.fk-banner-dot.on{background:#fff;width:26px;border-radius:999px}
@media(max-width:768px){
  .fk-banner img{aspect-ratio:1/1}
  .fk-banner-overlay{align-items:flex-end;padding-bottom:54px;background:linear-gradient(0deg,rgba(30,15,55,.72) 0%,rgba(30,15,55,.15) 55%,rgba(30,15,55,0) 100%)}
  html[dir="rtl"] .fk-banner-overlay{background:linear-gradient(0deg,rgba(30,15,55,.72) 0%,rgba(30,15,55,.15) 55%,rgba(30,15,55,0) 100%)}
  .fk-banner-inner{max-width:100%}
  .fk-banner-nav{width:36px;height:36px;font-size:20px}
}

/* ── Category H1 + intro + FAQ (SEO) ── */
.fk-shop-h1{font-family:"Lalezar";font-size:34px;color:var(--purple);margin:8px 0 6px}
.fk-cat-intro{color:#5b4a7a;line-height:2;margin:0 0 18px;max-width:900px}
.fk-cat-intro p{margin:0 0 10px}
.fk-faq{margin:36px 0 10px;max-width:900px}
.fk-faq-h{font-family:"Lalezar";font-size:26px;color:var(--purple);margin:0 0 16px}
.fk-faq-list{display:flex;flex-direction:column;gap:10px}
.fk-faq-item{background:#fff;border:1px solid var(--border);border-radius:14px;overflow:hidden}
.fk-faq-item summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;cursor:pointer}
.fk-faq-item summary::-webkit-details-marker{display:none}
.fk-faq-item summary h3{font-size:16px;font-weight:700;margin:0;color:var(--purple);font-family:"Vazirmatn"}
.fk-faq-ic{flex-shrink:0;width:26px;height:26px;border-radius:50%;background:#f3eafb;color:var(--purple);display:flex;align-items:center;justify-content:center;font-size:18px;transition:.2s}
.fk-faq-item[open] .fk-faq-ic{transform:rotate(45deg)}
.fk-faq-a{padding:0 18px 16px;color:#4a3d63;line-height:2}
@media(max-width:600px){.fk-shop-h1{font-size:26px}.fk-faq-h{font-size:22px}}

/* Enamad trust seal (footer) */
.fk-ft-enamad{margin-top:14px;display:inline-block;background:#fff;padding:6px;border-radius:10px;line-height:0}
.fk-ft-enamad img{max-width:100px;height:auto;display:block}

/* product-card video badge */
.fk-card-vid{display:inline-flex;align-items:center;gap:4px;margin:2px 0 2px;font-size:12px;color:#0e7490;font-weight:700;background:#cffafe;padding:3px 9px;border-radius:999px;width:fit-content;text-decoration:none;line-height:1.6}
.fk-card-vid:hover{background:#a5f3fc}

/* shop grid: 3 per row desktop, 2 per row on mobile */
.fk-shop-grid{grid-template-columns:repeat(3,1fr)!important}
@media(max-width:600px){.fk-shop-grid{grid-template-columns:repeat(2,1fr)!important}}
