:root { --vh-navy: #0f172a; --vh-navy-light: #1e293b; --vh-olive: #4a7c28; --vh-olive-glow: rgba(74, 124, 40, 0.4); --vh-text-dark: #0f172a; --vh-text-gray: #64748b; --vh-bg-light: #f1f5f9; --vh-border: #e2e8f0; --vh-white: #ffffff; }
body.vh-sticky-active { padding-top: 130px; }
body.has-vh-header .kadence-sticky-header, body.has-vh-header #masthead, body.has-vh-header header.kadence-header { display: none !important; }
.vahishan-header * { box-sizing: border-box; margin: 0; padding: 0; font-family: 'IRANSans', 'Tahoma', sans-serif; }
.vahishan-header { width: 100%; background: var(--vh-white); box-shadow: 0 4px 20px rgba(0,0,0,0.06); position: relative; z-index: 999; border-top: 3px solid transparent; border-image: linear-gradient(to right, var(--vh-navy), var(--vh-olive)) 1; transition: all 0.4s ease; }
.vahishan-header.sticky { position: fixed; top: 0; left: 0; right: 0; z-index: 9999; backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); background: rgba(255,255,255,0.92); box-shadow: 0 4px 25px rgba(0,0,0,0.08); border-top: none; border-image: none; }
.vahishan-header.sticky .vh-logo-section img { width: 45px; height: 45px; }
.vahishan-header.sticky .vh-logo-text h1 { font-size: 18px; }
.vahishan-header.sticky .vh-logo-text span { display: none; }
.vahishan-header.sticky .vh-main-menu { display: none !important; }
.vahishan-header a { text-decoration: none; color: inherit; }
.vh-row { display: flex; align-items: center; justify-content: space-between; padding: 12px 30px; border-bottom: 1px solid var(--vh-border); transition: background 0.3s; }
.vh-row:last-child { border-bottom: none; }
.vh-logo-section { display: flex; align-items: center; gap: 12px; }
.vh-logo-section img { width: 65px; height: 65px; object-fit: contain; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
.vh-logo-text h1 { font-size: 22px; font-weight: 900; color: var(--vh-navy); line-height: 1.2; }
.vh-logo-text span { font-size: 12px; color: var(--vh-text-gray); }
.vh-search-container { position: relative; flex: 1; max-width: 550px; margin: 0 30px; }
.vh-search-input { width: 100%; padding: 12px 15px 12px 45px; border: 2px solid var(--vh-border); border-radius: 14px; font-size: 14px; background: var(--vh-bg-light); outline: none; color: var(--vh-text-dark); }
.vh-search-input:focus { border-color: var(--vh-navy); background: var(--vh-white); box-shadow: 0 0 0 5px rgba(15, 23, 42, 0.08); }
.vh-search-icon { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); color: var(--vh-text-gray); pointer-events: none; }
.vh-search-results { position: absolute; top: calc(100% + 10px); left: 0; right: 0; background: var(--vh-white); border-radius: 14px; box-shadow: 0 20px 40px rgba(0,0,0,0.12); max-height: 450px; overflow-y: auto; display: none; z-index: 1000; border: 1px solid var(--vh-border); }
.vh-search-results.active { display: block; animation: fadeSlideDown 0.4s; }
.vh-sr-item { padding: 14px 18px; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid var(--vh-border); cursor: pointer; }
.vh-sr-item:hover { background: var(--vh-bg-light); padding-left: 24px; }
.vh-sr-item img { width: 50px; height: 50px; border-radius: 10px; object-fit: cover; }
.vh-sr-item-info { flex: 1; }
.vh-sr-item-title { font-size: 13px; font-weight: bold; color: var(--vh-text-dark); }
.vh-sr-item-meta { display: flex; align-items: center; gap: 8px; margin-top: 4px; flex-wrap: wrap; }
.vh-sr-item-type { font-size: 10px; color: var(--vh-olive); background: rgba(74, 124, 40, 0.1); padding: 2px 8px; border-radius: 20px; font-weight: 800; }
.vh-sr-item-rating { font-size: 11px; color: #f59e0b; font-weight: 700; }
.vh-sr-item-price { font-size: 12px; color: var(--vh-navy); font-weight: 900; }
.vh-view-all { background: #f8fafc; justify-content: center; font-weight: 700; }
.vh-view-all:hover { background: #eef5ea; }
@keyframes shimmer { 0% { background-position: -200% 0; } 100% { background-position: 200% 0; } }
.vh-skeleton { display: flex; align-items: center; gap: 12px; padding: 14px 18px; border-bottom: 1px solid var(--vh-border); }
.vh-skel-img { width: 50px; height: 50px; border-radius: 10px; background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%); background-size: 200% 100%; animation: shimmer 1.5s infinite; }
.vh-skel-body { flex: 1; }
.vh-skel-line { height: 10px; border-radius: 4px; background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%); background-size: 200% 100%; animation: shimmer 1.5s infinite; margin-bottom: 6px; }
.vh-btn { padding: 10px 20px; border-radius: 12px; font-size: 13px; font-weight: 800; cursor: pointer; border: none; display: inline-flex; align-items: center; gap: 8px; position: relative; overflow: hidden; }
.vh-btn-dark { background: var(--vh-navy); color: #ffffff !important; }
.vh-btn-dark:hover { background: var(--vh-navy-light); transform: translateY(-3px); }
.vh-btn-outline { background: transparent; border: 2px solid var(--vh-navy); color: var(--vh-navy); }
.vh-btn-outline:hover { background: var(--vh-navy); color: #fff !important; transform: translateY(-3px); }
.vh-cart-btn { position: relative; display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 800; color: var(--vh-text-dark); cursor: pointer; padding: 8px 0; }
.vh-cart-badge { position: absolute; top: -6px; left: 12px; background: var(--vh-olive); color: white; font-size: 10px; width: 20px; height: 20px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; animation: pulse 2s infinite; z-index: 2; }.vh-user-area { display: flex; align-items: center; gap: 12px; }
.vh-user-avatar { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; border: 2px solid var(--vh-border); }
.vh-store-name { font-size: 13px; font-weight: 800; color: var(--vh-navy); }
.vh-logout-btn { color: #94a3b8; cursor: pointer; display: flex; align-items: center; padding: 5px; border-radius: 8px; }
.vh-logout-btn:hover { color: #ef4444; background: rgba(239, 68, 68, 0.1); }
.vh-main-menu ul { list-style: none; display: flex; gap: 20px; }
.vh-main-menu a { font-size: 14px; font-weight: 700; padding: 5px 0; position: relative; color: var(--vh-text-dark); }
.vh-hamburger { display: none; background: none; border: none; cursor: pointer; color: var(--vh-text-dark); padding: 5px; border-radius: 8px; }
@keyframes fadeSlideDown { from { opacity: 0; transform: translateY(-15px); } to { opacity: 1; transform: translateY(0); } }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 var(--vh-olive-glow); } 70% { box-shadow: 0 0 0 8px rgba(74, 124, 40, 0); } 100% { box-shadow: 0 0 0 0 rgba(74, 124, 40, 0); } }
.vh-mobile-menu { display: none; background: var(--vh-white); border-top: 1px solid var(--vh-border); padding: 15px; }
.vh-mobile-menu.active { display: block; max-height: 70vh; overflow-y: auto; -webkit-overflow-scrolling: touch; animation: fadeSlideDown 0.4s; }
.vh-mobile-menu ul { list-style: none; display: flex; flex-direction: column; gap: 5px; }
.vh-mobile-menu a { font-size: 14px; font-weight: 600; display: block; padding: 12px 5px; border-bottom: 1px dashed var(--vh-border); color: var(--vh-text-dark); }
.vh-main-menu { position: relative; }
.vh-main-menu .menu-item-has-children { position: relative; }
.vh-mega-toggle { display: none; font-size: 10px; margin-right: 5px; }
.vh-main-menu .sub-menu { display: none !important; position: absolute; top: 100%; right: 0; min-width: 550px; background: var(--vh-white); border: 1px solid var(--vh-border); border-radius: 16px; box-shadow: 0 20px 50px rgba(0,0,0,0.12); padding: 25px; z-index: 9999; flex-direction: row !important; flex-wrap: wrap !important; gap: 30px; opacity: 0; transform: translateY(0); pointer-events: none; transition: all 0.3s; }
.vh-main-menu .sub-menu::before { content: ''; position: absolute; top: -20px; right: 0; left: 0; height: 20px; }
.vh-main-menu .menu-item-has-children:hover > .sub-menu { display: flex !important; opacity: 1; transform: translateY(0); pointer-events: auto; }
.vh-main-menu .sub-menu > li { flex: 1 1 200px; margin: 0 !important; padding: 0 !important; }
.vh-main-menu .sub-menu > .menu-item-has-children > a { font-size: 14px; font-weight: 900; color: var(--vh-navy) !important; padding-bottom: 12px !important; margin-bottom: 12px; border-bottom: 2px solid var(--vh-border); cursor: default; }
.vh-main-menu .sub-menu > .menu-item-has-children > a::before, .vh-main-menu .sub-menu > .menu-item-has-children > a::after { display: none !important; width: 0 !important; }
.vh-main-menu .sub-menu ul { display: flex !important; flex-direction: column !important; gap: 2px !important; list-style: none !important; padding: 0 !important; margin: 0 !important; position: static !important; box-shadow: none !important; border: none !important; background: transparent !important; min-width: auto !important; }
.vh-main-menu .sub-menu ul li a { font-size: 13px !important; font-weight: 600 !important; color: var(--vh-text-gray) !important; padding: 8px 10px !important; border-radius: 8px; display: block; }
.vh-main-menu .sub-menu ul li a:hover { background: var(--vh-bg-light); color: var(--vh-olive) !important; }
.vh-main-menu .sub-menu ul li a::before, .vh-main-menu .sub-menu ul li a::after { display: none !important; width: 0 !important; }
#vh-mobile-menu .sub-menu.vh-mobile-open { display: flex !important; opacity: 1; transform: none; position: static; box-shadow: none; border: none; padding: 10px 15px; width: 100%; border-radius: 0; pointer-events: auto; flex-direction: column !important; gap: 2px !important; }
@media (max-width: 768px) {
    .vh-desktop-only { display: none !important; }
    .vh-mobile-only { display: flex !important; }
    .vahishan-header .vh-row { padding: 10px 15px; }
    .vh-search-container { max-width: 100%; margin: 0; }
    .vh-mobile-row-3 { justify-content: space-between; }
    .vh-hamburger { display: block; }
    .vh-mobile-only .vh-logo-section img { width: 45px; height: 45px; }
    .vh-mobile-only .vh-logo-text h1 { font-size: 16px; }
    body.vh-sticky-active { padding-top: 0 !important; }
    .vh-mega-toggle { display: inline-block !important; }
}
@media (min-width: 769px) { .vh-mobile-only { display: none !important; } .vh-mobile-menu { display: none !important; } }
.vh-sp{--navy:#0f172a;--olive:#4a7c28;--olive-g:rgba(74,124,40,.15);--olive-glow:rgba(74,124,40,.35);--gray:#64748b;--light:#f1f5f9;--border:#e2e8f0;--white:#fff;max-width:1200px;margin:30px auto;padding:0 20px;font-family:'IRANSans','Tahoma',sans-serif;direction:rtl}
.vh-sp-head{margin-bottom:28px}.vh-sp-head h1{font-size:22px;font-weight:900;color:var(--navy)}.vh-sp-head p{color:var(--gray);font-size:13px;margin-top:5px}.vh-sp-head span{color:var(--olive);font-weight:800}
.vh-sp-tabs{display:flex;gap:4px;margin-bottom:30px;border-bottom:2px solid var(--border);overflow-x:auto;scrollbar-width:none}.vh-sp-tabs::-webkit-scrollbar{display:none}
.vh-sp-tab{padding:13px 18px;font-size:13px;font-weight:800;color:var(--gray);cursor:pointer;border:none;background:none;border-bottom:3px solid transparent;transition:all .3s;white-space:nowrap;font-family:inherit}.vh-sp-tab:hover{color:var(--navy);background:var(--light)}.vh-sp-tab.active{color:var(--olive);border-bottom-color:var(--olive);background:var(--olive-g)}
.vh-sp-tab .c{background:var(--light);color:var(--gray);font-size:10px;padding:2px 8px;border-radius:20px;margin-right:5px;font-weight:700}.vh-sp-tab.active .c{background:rgba(74,124,40,.2);color:var(--olive)}
.vh-sp-sec{display:none}.vh-sp-sec.active{display:block;animation:vhFIn .4s ease}@keyframes vhFIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
.vh-sp-sec-title{font-size:15px;font-weight:800;color:var(--navy);margin-bottom:16px;padding-bottom:10px;border-bottom:2px solid var(--border);display:flex;align-items:center;gap:8px}.vh-sp-sec-title .ico{width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:14px}.vh-sp-sec-title .ico.g{background:var(--olive-g)}.vh-sp-sec-title .ico.n{background:rgba(15,23,42,.08);color:var(--navy)}
.vh-vc{display:flex;align-items:flex-start;gap:20px;padding:22px;background:var(--white);border:1.5px solid var(--border);border-radius:18px;transition:all .4s;text-decoration:none;color:inherit;position:relative;overflow:hidden}.vh-vc::after{content:'';position:absolute;top:0;right:0;width:5px;height:100%;background:linear-gradient(180deg,var(--navy),var(--olive));border-radius:0 0 0 4px;opacity:0;transition:opacity .35s}.vh-vc:hover{border-color:var(--olive);transform:translateY(-4px);box-shadow:0 16px 40px rgba(15,23,42,.1)}.vh-vc:hover::after{opacity:1}
.vh-vc-logo{width:76px;height:76px;border-radius:50%;object-fit:cover;border:3px solid var(--border);flex-shrink:0}.vh-vc:hover .vh-vc-logo{border-color:var(--olive);box-shadow:0 0 0 5px var(--olive-g)}
.vh-vc-body{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center}.vh-vc-name{font-size:17px;font-weight:900;color:var(--navy);margin-bottom:5px;transition:color .3s}.vh-vc:hover .vh-vc-name{color:var(--olive)}.vh-vc-desc{font-size:12px;color:var(--gray);line-height:2;margin-bottom:14px}
.vh-vc-btn{display:inline-flex;align-items:center;gap:7px;padding:10px 22px;background:var(--navy);color:#fff;border-radius:12px;font-size:12px;font-weight:800;transition:all .35s;font-family:inherit;border:none}.vh-vc:hover .vh-vc-btn{background:var(--olive);transform:translateX(-4px);box-shadow:0 6px 18px var(--olive-glow)}
.vh-pc{background:var(--white);border:1.5px solid var(--border);border-radius:16px;overflow:hidden;transition:all .4s;text-decoration:none;color:inherit;display:block}.vh-pc:hover{border-color:var(--olive);transform:translateY(-5px);box-shadow:0 14px 35px rgba(15,23,42,.1)}
.vh-pc-img{width:100%;aspect-ratio:1/1;overflow:hidden;position:relative}.vh-pc-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.vh-pc:hover .vh-pc-img img{transform:scale(1.07)}.vh-pc-badge{position:absolute;top:10px;right:10px;background:var(--olive);color:#fff;font-size:10px;padding:4px 10px;border-radius:20px;font-weight:800}
.vh-pc-body{padding:16px;display:flex;flex-direction:column;justify-content:space-between;flex:1}.vh-pc-title{font-size:13px;font-weight:700;color:var(--navy);line-height:1.8;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.vh-pc-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;gap:10px}.vh-pc-price{font-size:15px;font-weight:900;color:var(--olive)}
.vh-pc-btn{display:inline-flex;align-items:center;gap:5px;padding:8px 14px;border:2px solid var(--olive);color:var(--olive);border-radius:10px;font-size:11px;font-weight:800;transition:all .35s;font-family:inherit;white-space:nowrap}.vh-pc:hover .vh-pc-btn{background:var(--olive);color:#fff;transform:translateX(-3px);box-shadow:0 4px 12px var(--olive-glow)}
.vh-bc{background:var(--white);border:1.5px solid var(--border);border-radius:16px;overflow:hidden;transition:all .4s;text-decoration:none;color:inherit;display:flex}.vh-bc:hover{border-color:var(--navy);transform:translateY(-3px);box-shadow:0 12px 30px rgba(15,23,42,.08)}
.vh-bc-img{width:180px;aspect-ratio:1/1;overflow:hidden;flex-shrink:0}.vh-bc-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.vh-bc:hover .vh-bc-img img{transform:scale(1.06)}
.vh-bc-body{padding:18px;flex:1;display:flex;flex-direction:column;justify-content:space-between}.vh-bc-badge{display:inline-block;font-size:10px;color:var(--navy);background:rgba(15,23,42,.08);padding:4px 10px;border-radius:20px;font-weight:800;margin-bottom:8px;width:fit-content}.vh-bc-title{font-size:14px;font-weight:700;color:var(--navy);line-height:1.8;margin-bottom:8px}.vh-bc-excerpt{font-size:12px;color:var(--gray);line-height:1.9;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:12px}
.vh-bc-btn{display:inline-flex;align-items:center;gap:5px;padding:8px 14px;border:2px solid var(--navy);color:var(--navy);border-radius:10px;font-size:11px;font-weight:800;transition:all .35s;font-family:inherit;width:fit-content;margin-top:auto}.vh-bc:hover .vh-bc-btn{background:var(--navy);color:#fff;transform:translateX(-3px);box-shadow:0 4px 12px rgba(15,23,42,.2)}
.vh-sp-empty{text-align:center;padding:70px 20px}.vh-sp-empty h3{font-size:18px;color:var(--gray);font-weight:700;margin-top:18px}.vh-sp-empty a{display:inline-block;margin-top:20px;padding:11px 28px;background:var(--navy);color:#fff;border-radius:12px;font-size:13px;font-weight:800;text-decoration:none;transition:all .3s}.vh-sp-empty a:hover{background:var(--olive);transform:translateY(-2px)}
.vh-g-vendors{display:grid;gap:16px;margin-bottom:40px}.vh-g-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:18px;margin-bottom:40px}.vh-g-posts{display:grid;gap:16px;margin-bottom:40px}
@media(max-width:768px){.vh-sp{padding:0 12px;margin:15px auto}.vh-sp-head h1{font-size:17px}.vh-vc{flex-direction:column;align-items:center;text-align:center}.vh-vc-body{align-items:center}.vh-bc{flex-direction:column}.vh-bc-img{width:100%;aspect-ratio:1/1}.vh-vc-logo{width:64px;height:64px}.vh-g-products{grid-template-columns:repeat(2,1fr);gap:10px}.vh-pc-body{padding:10px}.vh-pc-title{font-size:11px;-webkit-line-clamp:1;margin-bottom:8px}.vh-pc-footer{flex-direction:column;align-items:flex-start;gap:6px}.vh-pc-btn,.vh-bc-btn{font-size:10px;padding:6px 10px}}
@media(max-width:400px){.vh-g-products{grid-template-columns:1fr}}