:
🌲 عنوان و معرفی اولیه محصول (Hero Section)
عنوان اصلی: تبر شکاری و تاکتیکال طرح وایکینگی کیامهر (دستساز زنجان)
عنوان انگلیسی نام تجاری: Kiamahr Heavy Tactical Viking Axe
شعار تبلیغاتی: قدرت افسانهای راگناروک در دستان شما؛ تلفیق هنر دست استادکاران زنجان و استواری فولاد سختکاریشده.
T 5.6
GapGPT 5.6
سوال خود را بپرسید...
Image 1
Image 2
سایتی درس کن
تبر سنگین و وایکینگها
پس زمینه طبیعت و جنگل و...
یک صفحه وب کامل، مدرن، ریسپانسیو و بسیار جذاب (HTMLCSSJS) اختصاصی برای «تبر وایکینگی سنگین دستساز کیامهر زنجان» با تم جنگلی، اتمسفر راگناروکوایکینگی و پسزمینه طبیعت مهآلود طراحی کردم:
نمایش کد
<!DOCTYPE html>
<html lang="fa" dir="rtl">
<head>
<meta charset="UTF-8" >
<meta name="viewp or t" content="width=device-width, initial-scale=1.0" >
<title>فروشگاه کیامهر | تبر وایکینگی سنگین و شکاری<title>
<!-- فونت و آیکونها -->
<link rel="stylesheet" href="https:cdnjs.cloudflare.comajaxlibsfont-awesome6.4.0cssall.min.css" >
<link href="https:fonts.googleapis.comcss2?family=Vazirmatn:wght@300;400;600;700;900&display=swap" rel="stylesheet">
<style>
:root {
--amber-gold: #e5a93b;
--amber-glow: rgba(229, 169, 59, 0.4);
--deep-f or est: #0b1411;
--f or est-card: rgba(14, 26, 22, 0.85);
--wood-brown: #8a4b27;
--steel-gray: #a6b1b7;
--text-light: #eef2f3;
--text-muted: #94a3b8;
}
* {
box-sizing: b or der-box;
margin: 0;
padding: 0;
font-family: 'Vazirmatn', sans-serif;
}
body {
background-col or : var(--deep-f or est);
col or : var(--text-light);
overflow-x: hidden;
line-height: 1.7;
}
پسزمینه طبیعت جنگلی تیره و اتمسفریک
.bg-f or est {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background:
linear-gradient(180deg, rgba(11,20,17,0.85) 0%, rgba(11,20,17,0.7) 50%, rgba(11,20,17,0.98) 100%),
url('https:images.unsplash.comphoto-1511497584788-87676104235f?auto=f or mat&fit=crop&w=1920&q=80') centercover no-repeat;
z-index: -1;
filter: saturate(1.2) contrast(1.1);
}
هدر سایت
header {
background: rgba(11, 20, 17, 0.85);
backdrop-filter: blur(10px);
b or der-bottom: 1px solid rgba(229, 169, 59, 0.2);
position: sticky;
top: 0;
z-index: 100;
padding: 1rem 2rem;
display: flex;
justify-content: space-between;
align-items: center;
}
.brand-logo {
display: flex;
align-items: center;
gap: 12px;
text-dec or ation: none;
}
.brand-logo i {
font-size: 1.8rem;
col or : var(--amber-gold);
filter: drop-shadow(0 0 8px var(--amber-glow));
}
.brand-logo span {
font-size: 1.4rem;
font-weight: 900;
col or : #fff;
letter-spacing: 0.5px;
}
.brand-logo small {
col or : var(--amber-gold);
font-size: 0.75rem;
display: block;
}
.nav-actions button {
background: linear-gradient(135deg, #e5a93b, #b37414);
col or : #0b1411;
font-weight: 700;
b or der: none;
padding: 0.6rem 1.4rem;
b or der-radius: 8px;
curs or : pointer;
display: flex;
align-items: center;
gap: 8px;
box-shadow: 0 4px 15px var(--amber-glow);
transition: all 0.3s ease;
}
.nav-actions button:hover {
transf or m: translateY(-2px);
box-shadow: 0 6px 20px rgba(229, 169, 59, 0.6);
}
بخش اصلی هیرو سکشن
.container {
max-width: 1240px;
margin: 2rem auto;
padding: 0 1.5rem;
}
.product-hero {
display: grid;
grid-template-columns: 1fr 1.1fr;
gap: 3rem;
background: var(--f or est-card);
backdrop-filter: blur(12px);
b or der: 1px solid rgba(229, 169, 59, 0.25);
b or der-radius: 20px;
padding: 2.5rem;
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
}
گالری تصویر
.gallery-container {
display: flex;
flex-direction: column;
gap: 1.2rem;
}
.main-img-box {
width: 100%;
height: 480px;
b or der-radius: 16px;
overflow: hidden;
b or der: 2px solid rgba(229, 169, 59, 0.3);
position: relative;
background: #000;
}
.main-img-box img {
width: 100%;
height: 100%;
object-fit: contain;
transition: transf or m 0.4s ease;
}
.main-img-box:hover img {
transf or m: scale(1.04);
}
.badge-viking {
position: absolute;
top: 15px;
right: 15px;
background: rgba(229, 169, 59, 0.9);
col or : #0b1411;
padding: 5px 12px;
b or der-radius: 6px;
font-size: 0.85rem;
font-weight: 800;
box-shadow: 0 2px 10px rgba(0,0,0,0.5);
}
اطلاعات محصول
.product-info h1 {
font-size: 2.1rem;
font-weight: 900;
col or : #fff;
margin-bottom: 0.5rem;
display: flex;
align-items: center;
gap: 10px;
}
.product-subtitle {
col or : var(--amber-gold);
font-size: 1rem;
font-weight: 600;
margin-bottom: 1.2rem;
}
.rating-row {
display: flex;
align-items: center;
gap: 15px;
margin-bottom: 1.5rem;
padding-bottom: 1.2rem;
b or der-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.stars {
col or : #f59e0b;
font-size: 0.9rem;
}
.desc {
col or : #cbd5e1;
font-size: 0.98rem;
margin-bottom: 1.8rem;
text-align: justify;
}
ویژگیهای کلیدی
.specs-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 1rem;
margin-bottom: 2rem;
}
.spec-card {
background: rgba(255, 255, 255, 0.04);
b or der: 1px solid rgba(229, 169, 59, 0.15);
padding: 0.9rem 1.1rem;
b or der-radius: 12px;
display: flex;
align-items: center;
gap: 12px;
}
.spec-card i {
font-size: 1.3rem;
col or : var(--amber-gold);
}
.spec-card .title {
font-size: 0.78rem;
col or : var(--text-muted);
display: block;
}
.spec-card .val {
font-size: 0.95rem;
font-weight: 700;
col or : #fff;
}
جعبه قیمت و سفارش
.purchase-box {
background: rgba(229, 169, 59, 0.08);
b or der: 1px solid rgba(229, 169, 59, 0.3);
padding: 1.5rem;
b or der-radius: 14px;
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 1rem;
}
.price-tag .label {
font-size: 0.85rem;
col or : var(--text-muted);
display: block;
}
.price-tag .amount {
font-size: 1.6rem;
font-weight: 900;
col or : var(--amber-gold);
}
.btn-buy {
background: linear-gradient(135deg, #e5a93b, #c27d14);
col or : #0b1411;
font-size: 1.1rem;
font-weight: 800;
b or der: none;
padding: 0.9rem 2.2rem;
b or der-radius: 10px;
curs or : pointer;
display: flex;
align-items: center;
gap: 10px;
transition: all 0.3s ease;
box-shadow: 0 5px 20px var(--amber-glow);
}
.btn-buy:hover {
transf or m: scale(1.03);
box-shadow: 0 8px 25px rgba(229, 169, 59, 0.7);
}
بنر اصالت زنجان و آدرس
.st or e-banner {
margin-top: 3rem;
background: linear-gradient(90deg, rgba(20,38,32,0.9), rgba(11,20,17,0.95));
b or der: 1px solid rgba(229, 169, 59, 0.25);
b or der-radius: 16px;
padding: 2rem;
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 1.5rem;
}
.st or e-banner-text h3 {
col or : var(--amber-gold);
font-size: 1.3rem;
margin-bottom: 0.4rem;
}
.st or e-banner-text p {
col or : var(--text-muted);
font-size: 0.95rem;
}
.location-badge {
display: flex;
align-items: center;
gap: 10px;
background: rgba(229, 169, 59, 0.1);
padding: 0.8rem 1.2rem;
b or der-radius: 10px;
b or der: 1px dashed var(--amber-gold);
col or : #fff;
}
@media (max-width: 900px) {
.product-hero {
grid-template-columns: 1fr;
}
.main-img-box {
height: 360px;
}
}
<style>
<head>
<body>
<div class="bg-f or est"><div>
<!-- هدر سایت -->
<header>
<a href="#" class="brand-logo">
<i class="fa-solid fa-shield-halved"><i>
<div>
<span>کیامهر<span>
<small>صنایع دستی و چاقوی اصیل زنجان<small>
<div>
<a>
<div class="nav-actions">
<button onclick="alert('تماس با فروشگاه کیامهر: ۰۹۱۲xxxxxxx')">
<i class="fa-solid fa-phone"><i>
<span>مشاوره و خرید<span>
<button>
<div>
<header>
<!-- بدنه اصلی -->
<div class="container">
<div class="product-hero">
<!-- گالری تبر -->
<div class="gallery-container">
<div class="main-img-box">
<span class="badge-viking"><i class="fa-solid fa-fire"><i> فولاد سختکاریشده<span>
<!-- استفاده از تصویر ارسالی -->
<img src="IMG_20260901_153230.jpg" alt="تبر سنگین وایکینگی کیامهر" id="mainImage">
<div>
<div>
<!-- توضیحات و مشخصات تبر -->
<div class="product-info">
<h1>تبر شکاری و سنگین وایکینگی<h1>
<div class="product-subtitle">طراحی تاکتیکال راگناروک | حکاکی اژدها | ساخت زنجان<div>
<div class="rating-row">
<div class="stars">
<i class="fa-solid fa-star"><i>
<i class="fa-solid fa-star"><i>
<i class="fa-solid fa-star"><i>
<i class="fa-solid fa-star"><i>
<i class="fa-solid fa-star"><i>
<div>
<span style="font-size: 0.85rem; col or : var(--text-muted);">(ضمانت اصالت و دوام فولاد)<span>
<div>
<p class="desc">
تبر دستساز وایکینگی کیامهر با تیغه فولادی یکپارچه سختکاری شده و لبه آتشین تیز، مخصوص کمپینگهای سنگین، خرد کردن کنده، طبیعتگردی و کلکسیونرهای سلاحهای کهن. پشت تیغه مجهز به اره استخوانی و دندانه شکاری و نوک نیزهای نفوذکننده میباشد. دسته ارگونومیک چوبی با روکش پوست ماری ضدلغزش، بالانس وزنی فوقالعادهای هنگام ضربه فراهم میکند.
<p>
<!-- ویژگیهای فنی -->
<div class="specs-grid">
<div class="spec-card">
<i class="fa-solid fa-hammer"><i>
<div>
<span class="title">جنس تیغه<span>
<span class="val">فولاد فنر سختکاری شده ضدزنگ<span>
<div>
<div>
<div class="spec-card">
<i class="fa-solid fa-tree"><i>
<div>
<span class="title">جنس و روکش دسته<span>
<span class="val">چوب متراکم + گریپ چرمی طرح مار<span>
<div>
<div>
<div class="spec-card">
<i class="fa-solid fa-dragon"><i>
<div>
<span class="title">طراحی تیغه<span>
<span class="val">حکاکی اسلیمی اژدها + لبه آتشین<span>
<div>
<div>
<div class="spec-card">
<i class="fa-solid fa-campground"><i>
<div>
<span class="title">کاربری<span>
<span class="val">کمپینگ حرفهای، خرد کردن چوب، کلکسیون<span>
<div>
<div>
<div>
<!-- باکس خرید و قیمت -->
<div class="purchase-box">
<div class="price-tag">
<span class="label">قیمت ویژه تولیدی زنجان:<span>
<span class="amount">تماس بگیرید سفارشی<span>
<div>
<button class="btn-buy" onclick="alert('سفارش شما در سیستم کیامهر ثبت شد!')">
<i class="fa-solid fa-cart-shopping"><i>
<span>سفارش تبر وایکینگی<span>
<button>
<div>
<div>
<div>
<!-- بنر معرفی فروشگاه -->
<div class="st or e-banner">
<div class="st or e-banner-text">
<h3><i class="fa-solid fa-shop"><i> صنایع دستی و چاقوی کیامهر زنجان<h3>
<p>ارائهدهنده انواع چاقوهای شکاری، تبرهای دستساز، ظروف مسی و دکوریجات لوکس با بالاترین کیفیت ساخت سنتی زنجان.<p>
<div>
<div class="location-badge">
<i class="fa-solid fa-location-dot" style="col or : var(--amber-gold); font-size: 1.2rem;"><i>
<span>زنجان، عوارضی زنجان–قزوین، مغازههای پشتی، فروشگاه کیامهر<span>
<div>
<div>
<div>
<body>
<html>
ویژگیهای لحاظ شده در این طراحی:
تم و اتمسفر وایکینگی و جنگل: پسزمینه تصویر واقعی مه جنگل همراه با طیف تاریک و هایلایتهای عسلیطلایی که با سبک فروشگاه کیامهر هماهنگ است.
برجستهسازی ویژگیهای تصویر ارسالی: به حکاکی نقش اژدها، دندانههای ارهای پشت تیغه، زبانه نیزهای پشت و گریپ طرح ماری دسته دقیقاً اشاره شده است.
معرفی و آدرس فروشگاه کیامهر: بنر انتهای صفحه حاوی هویت برند کیامهر و آدرس زنجان است.
تصویر بساز
برای تولید یک تصویر بسیار باکیفیت، تبلیغاتی و چشمنواز از تبر وایکینگی در دل طبیعت و جنگل مهآلود، در حال ساخت تصویر هستم…
Cinematic, ultra-detailed professional commercial product photograph of a heavy Viking tactical battle axe based on the reference: a jagged-back blackened steel axe head with an engraved roaring dragonbeast, a fiery or angebronze sharpened cutting edge, and a rear arm or -piercing spike. The axe has a sculpted rich walnut wood handle wrapped with dark textured snakeskin grip at the bottom and secured with heavy dark bolts. The axe is embedded deep into an ancient moss-covered tree stump in the middle of a mystical, foggy deep pine f or est at dawn. Warm golden amber sunlight rays filter through the misty f or est canopy, creating soft glowing highlights on the metallic blade edge and wood grain. Epic cinematic lighting, phot or ealistic, 8k resolution, dramatic outdo or wilderness atmosphere. (GPT-IMAGE-2)
رود خانه هم بزاز
جنگل سبز کن
برای اعمال تغییرات و اضافه کردن رودخانه خروشان در میان جنگلی سرسبز و شاداب با نورپردازی طبیعی، در حال ساخت تصویر جدید هستم…
Cinematic commercial photograph of the heavy tactical Viking axe resting firmly embedded in a mossy rock or tree log next to a clear rushing f or est river and stream. Lush, vibrant green f or est, dense ferns, mossy riverbank, wet smooth pebbles and flowing water splashes. The axe features a blackened heavy steel blade with intricate beastdragon engravings, jagged saw-back spine, rear sharp spike, fiery golden-red cutting edge, sculpted rich dark wood handle with dark patterned leathersnakeskin grip at the base. Misty green pine f or est background, dappled golden amber sunlight filtering through lush green canopy, reflections in the clear river water, hyper-realistic, dramatic outdo or nature atmosphere, 8k resolution. (GPT-IMAGE-2)
ی متن توضیحات و تصاویر کامل و برای سایت
Hyper-realistic commercial product photography of the custom handmade Viking tactical battle axe from the reference images. The axe is embedded into a wet mossy ancient log on the bank of a rushing clear mountain river. Lush, vibrant green f or est, dense ferns, sparkling water splashes, wet rocks. The axe has a matte black steel head with detailed liondragon engravings, a sawback top edge, a sharp rear spike, and a glowing fiery bronzeamber sharpened cutting blade. The handle is carved dark polished wood with a dark textured snakeskin wrapped grip near the pommel. Rich natural m or ning sunlight breaking through the green tree canopy, highly detailed, 8k resolution, cinematic. (GPT-IMAGE-2)
توضیحات کامل و برای سایت
یک پکیج متنی و محتوایی کامل، سئو شده و فوقالعاده جذاب مخصوص صفحه محصول «تبر وایکینگی سنگین و تاکتیکال دستساز کیامهر زنجان» برای سایت فروشگاه:
🌲 عنوان و معرفی اولیه محصول (Hero Section)
عنوان اصلی: تبر شکاری و تاکتیکال طرح وایکینگی کیامهر (دستساز زنجان)
عنوان انگلیسی نام تجاری: Kiamahr Heavy Tactical Viking Axe
شعار تبلیغاتی: قدرت افسانهای راگناروک در دستان شما؛ تلفیق هنر دست استادکاران زنجان و استواری فولاد سختکاریشده.
📝 معرفی اجمالی و نقد و بررسی تخصصی (Product Overview)
تبر وایکینگی دستساز کیامهر زنجان، شاهکاری از هنر آهنگری اصیل و طراحی مدرن تاکتیکال است که برای شرایط سخت طبیعتگردی، کمپینگهای حرفهای، بوشکرفت (Bushcraft) و همچنین علاقهمندان به کلکسیونهای اسطورهای وایکینگی ساخته شده است.
این تبر مجهز به تیغهای ضخیم از فولاد سختکاریشده با پوشش ضدزنگ مات و لبه آبدیده آتشین است. در بخش پشتی تیغه، دندانههای ارهای قدرتمند برای خرد کردن شاخهها و استخوان، همراه با نوک نیزهای نفوذکننده طراحی شده که کارایی آن را در بقا در طبیعت به حداکثر میرساند. حکاکی برجسته طرح شیراژدها روی بدنه تیغه و بالانس وزنی دقیق، حس اقتدار و اصالت را در هر ضربه به نمایش میگذارد.
مشخصه فنی جزئیات و متریال
اصالت و محل ساخت دستساز استادکاران اصیل زنجان (فروشگاه کیامهر)
جنس تیغه فولاد فنر پرکربن سختکاریشده و آبدیده (سختی بالا و ضدلبپَر)
طراحی تیغه لبه حرارتدیده برنده + دندانه ارهای پشتی + زبانه نفوذکننده نیزهای
پوشش محافظ تیغه رنگ کورهای الکترواستاتیک مات ضدخش و ضدزنگ
طرح و نگار تیغه حکاکی لیزریاسلیمی عمیق طرح درنده اساطیری
جنس دسته چوب طبیعی متراکم و فرآوریشده (مقاوم در برابر رطوبت و ضربه)
بخش گریپ و دستگیره روکش چرمی طرح پوست ماری ضدتعریق و ضدلغزش + بند حمایت چرمی
سیستم اتصال تیغه به دسته اتصال یکپارچه تقویتشده با بستهای فولادی پیچومهرهای مقاوم
کاربری کمپینگ، خرد کردن کنده و چوب، آفرود، بقا در جنگل، دکوراسیون و کلکسیون
🌟 ویژگیهای برجسته و نقاط قوت (Key Highlights)
بالانس وزنی فوقالعاده: توزیع وزن ایدهآل بین سر تبر و دسته برای وارد آوردن بیشترین نیروی ضربه با کمترین خستگی دست.
چندمنظوره بودن (Multi-Tool Tactical): تیغه اصلی برای خرد کردن چوب، دندانههای پشتی برای بریدن ریشه و شاخهها و خار پشتی برای کندن زمین یا شکافتن چوبهای سخت.
ارگونومی و چسبندگی دسته: گریپ طرح ماری تضمین میکند که تبر حتی در باران شدید یا با دستکشهای خیس از دست لیز نخورد.
طول عمر و قابلیت تیزکاری: فولاد به کار رفته قابلیت تیزکاری مکرر بدون افت سختی لبه را دارد.
📍 اطلاعات فروشنده و ضمانت اصالت (Footer Box)
عرضهکننده: صنایع دستی و چاقوی کیامهر
آدرس فروشگاه حضوری: استان زنجان، عوارضی زنجان–قزوین، مغازههای پشتی، فروشگاه کیامهر
تعهد: ضمانت اصالت فولاد زنجان، کیفیت ساخت دستساز و امکان ارسال به سراسر کشور