{"product_id":"dive-016","title":"حقائب فايبر 5 قطع (Rovio – روفيو)","description":"\u003c!-- \n  =====================================================\n  DIVE - Product Description HTML v2\n  Product: طقم حقائب دايف السفر (إصدار 5 قطع)\n  Optimized for: Shopify, Google SEO, AI Bots (Schema.org)\n  Direction: RTL Arabic | Luxury Minimal Brand\n  =====================================================\n--\u003e\n\n\u003c!-- Schema.org Structured Data for Google \u0026 AI Bots --\u003e\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\/\",\n  \"@type\": \"Product\",\n  \"name\": \"طقم حقائب دايف السفر المتكامل - 5 قطع بمقاسات وأوزان مختلفة\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"DIVE\"\n  },\n  \"description\": \"طقم حقائب سفر فاخر مكون من 5 قطع متنوعة الأوزان والمقاسات (32، 28، 24، 20، 16 إنش). يتميز بمتانة عالية ونظام أمان متطور وتصميم عصري احترافي.\",\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"priceCurrency\": \"SAR\",\n    \"availability\": \"https:\/\/schema.org\/InStock\",\n    \"seller\": {\n      \"@type\": \"Organization\",\n      \"name\": \"DIVE\",\n      \"url\": \"https:\/\/ddive-sa.com\"\n    }\n  }\n}\n\u003c\/script\u003e\n\n\u003c!-- ===================== STYLES ===================== --\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:wght@400;500;600\u0026family=Noto+Naskh+Arabic:wght@400;500;600;700\u0026display=swap');\n\n  :root {\n    --dive-charcoal: #2c2c2c;\n    --dive-black:    #161412;\n    --dive-gold:     #b8935a;\n    --dive-gold-lt:  #d4aa7d;\n    --dive-gold-dk:  #9a7640;\n    --dive-cream:    #faf8f5;\n    --dive-light:    #f4f0ea;\n    --dive-border:   #e5dfd6;\n    --dive-muted:    #8a837a;\n    --font-display:  'Cormorant Garamond', 'Amiri', serif;\n    --font-body:     'Noto Naskh Arabic', serif;\n    --radius:        3px;\n    --transition:    0.25s ease;\n  }\n\n  .dive-description {\n    direction: rtl;\n    font-family: var(--font-body);\n    color: var(--dive-charcoal);\n    background: var(--dive-cream);\n    max-width: 860px;\n    margin: 0 auto;\n    padding: 0;\n    line-height: 1.9;\n    font-size: 15px;\n  }\n\n  .dive-section-header {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    margin: 40px 0 20px;\n  }\n  .dive-section-header h2 {\n    font-family: var(--font-display);\n    font-size: 20px;\n    font-weight: 600;\n    color: var(--dive-black);\n    margin: 0;\n    letter-spacing: 1px;\n    white-space: nowrap;\n  }\n  .dive-section-header::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: linear-gradient(to left, transparent, var(--dive-gold));\n    opacity: 0.45;\n  }\n\n  .dive-intro {\n    background: var(--dive-black);\n    color: #fff;\n    padding: 30px 36px;\n    border-radius: var(--radius);\n    margin-bottom: 8px;\n    position: relative;\n    overflow: hidden;\n  }\n  .dive-intro::before {\n    content: 'DIVE';\n    position: absolute;\n    left: -14px;\n    top: 50%;\n    transform: translateY(-50%);\n    font-family: var(--font-display);\n    font-size: 100px;\n    color: rgba(255,255,255,0.035);\n    letter-spacing: 14px;\n    user-select: none;\n    font-weight: 600;\n  }\n  .dive-intro p {\n    margin: 0;\n    font-size: 15.5px;\n    font-weight: 400;\n    color: rgba(255,255,255,0.85);\n    line-height: 2.1;\n    position: relative;\n    z-index: 1;\n  }\n\n  .dive-features {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px;\n    margin-bottom: 8px;\n  }\n\n  .dive-feature-card {\n    background: #fff;\n    border: 1px solid var(--dive-border);\n    border-radius: var(--radius);\n    padding: 18px 20px;\n    display: flex;\n    align-items: flex-start;\n    gap: 16px;\n    transition: box-shadow var(--transition), border-color var(--transition);\n  }\n  .dive-feature-card:hover {\n    box-shadow: 0 4px 20px rgba(0,0,0,0.07);\n    border-color: var(--dive-gold);\n  }\n\n  .dive-icon {\n    width: 40px;\n    height: 40px;\n    background: var(--dive-light);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    border: 1px solid var(--dive-border);\n  }\n  .dive-icon svg {\n    width: 18px;\n    height: 18px;\n    stroke: var(--dive-gold-dk);\n    fill: none;\n    stroke-width: 1.5;\n  }\n\n  .dive-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: #fff;\n    border: 1px solid var(--dive-border);\n    margin-top: 10px;\n  }\n  .dive-table th, .dive-table td {\n    padding: 12px;\n    text-align: center;\n    border: 1px solid var(--dive-border);\n    font-size: 13px;\n  }\n\n  \/* Colors Layout *\/\n  .dive-color-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));\n    gap: 12px;\n    margin-top: 10px;\n  }\n  .dive-color-item {\n    background: #fff;\n    border: 1px solid var(--dive-border);\n    padding: 10px;\n    border-radius: var(--radius);\n    text-align: center;\n    font-size: 13px;\n    color: var(--dive-charcoal);\n    font-weight: 500;\n    transition: all var(--transition);\n  }\n  .dive-color-item:hover {\n    border-color: var(--dive-gold);\n    background: var(--dive-light);\n  }\n\n  @media (max-width: 600px) {\n    .dive-features { grid-template-columns: 1fr; }\n    .dive-intro::before { display: none; }\n    .dive-color-grid { grid-template-columns: repeat(2, 1fr); }\n  }\n\u003c\/style\u003e\n\n\u003c!-- ===================== CONTENT ===================== --\u003e\n\u003cdiv class=\"dive-description\" itemscope itemtype=\"https:\/\/schema.org\/Product\"\u003e\n\n  \u003c!-- Intro --\u003e\n  \u003cdiv class=\"dive-intro\"\u003e\n    \u003cp\u003e\n      انطلق في رحلتك القادمة بمزيج استثنائي من الفخامة والاحترافية مع \u003cstrong\u003eطقم حقائب دايف المتكامل\u003c\/strong\u003e المكون من 5 قطع. صُمم هذا الطقم ليجمع بين \u003cstrong\u003eالخامات الفائقة\u003c\/strong\u003e التي تتحمل الاستخدام الشاق والتقنيات العصرية، مما يضمن لك تجربة سفر منظمة وآمنة تتناسب مع أرقى الأذواق وتلبي احتياجاتك في كافة الظروف.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Features Section --\u003e\n  \u003cdiv class=\"dive-section-header\"\u003e\n    \u003ch2\u003eالمميزات والتقنيات العصرية\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"dive-features\" itemprop=\"description\"\u003e\n    \u003cdiv class=\"dive-feature-card\"\u003e\n      \u003cdiv class=\"dive-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003crect x=\"3\" y=\"11\" width=\"18\" height=\"11\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M7 11V7a5 5 0 0 1 10 0v4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eأمان وخصوصية تامة\u003c\/h3\u003e\n        \u003cp\u003eمزودة بقفل رقمي متين ومصمم بإحكام مانع للسرقة، مما يحفظ لك الخصوصية المرجوة في كافة رحلاتك.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"dive-feature-card\"\u003e\n      \u003cdiv class=\"dive-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eحركة انسيابية 360°\u003c\/h3\u003e\n        \u003cp\u003eأربع عجلات مميزة تتحرك بحرية تامة في جميع الاتجاهات على الأسطح المستوية والمتعرجة بانسيابية فائقة.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Technical Specifications Header --\u003e\n  \u003cdiv class=\"dive-section-header\"\u003e\n    \u003ch2\u003eالمواصفات الفنية والأوزان\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003ctable class=\"dive-table\"\u003e\n    \u003cthead style=\"background: var(--dive-black); color: #fff;\"\u003e\n      \u003ctr\u003e\n        \u003cth\u003eالمقاس (إنش)\u003c\/th\u003e\n        \u003cth\u003eالنوع\u003c\/th\u003e\n        \u003cth\u003eالوزن\u003c\/th\u003e\n      \u003c\/tr\u003e\n    \u003c\/thead\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\n        \u003ctd\u003e32 إنش\u003c\/td\u003e\n        \u003ctd\u003eكبيرة جداً\u003c\/td\u003e\n        \u003ctd\u003e5.5 kg\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003e28 إنش\u003c\/td\u003e\n        \u003ctd\u003eكبيرة\u003c\/td\u003e\n        \u003ctd\u003e4 kg\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003e24 إنش\u003c\/td\u003e\n        \u003ctd\u003eوسط\u003c\/td\u003e\n        \u003ctd\u003e3.5 kg\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003e20 إنش\u003c\/td\u003e\n        \u003ctd\u003eحقيبة طائرة (صغيرة)\u003c\/td\u003e\n        \u003ctd\u003e3 kg\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003e16 إنش\u003c\/td\u003e\n        \u003ctd\u003eحقيبة مكياج\u003c\/td\u003e\n        \u003ctd\u003e0.80 g\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\n  \u003c!-- Visual Color Selection Header --\u003e\n  \u003cdiv class=\"dive-section-header\"\u003e\n    \u003ch2\u003eالألوان المتاحة\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"dive-color-grid\"\u003e\n    \u003cdiv class=\"dive-color-item\"\u003eNavy\u003c\/div\u003e\n    \u003cdiv class=\"dive-color-item\"\u003eDark Grey\u003c\/div\u003e\n    \u003cdiv class=\"dive-color-item\"\u003eRose Gold\u003c\/div\u003e\n    \u003cdiv class=\"dive-color-item\"\u003eCream Pink\u003c\/div\u003e\n    \u003cdiv class=\"dive-color-item\"\u003eBlack\u003c\/div\u003e\n    \u003cdiv class=\"dive-color-item\"\u003eSilver\u003c\/div\u003e\n    \u003cdiv class=\"dive-color-item\"\u003eBrown\u003c\/div\u003e\n    \u003cdiv class=\"dive-color-item\"\u003eD. Green\u003c\/div\u003e\n    \u003cdiv class=\"dive-color-item\"\u003eMaroon\u003c\/div\u003e\n    \u003cdiv class=\"dive-color-item\"\u003eBeige\u003c\/div\u003e\n    \u003cdiv class=\"dive-color-item\"\u003eL. Green\u003c\/div\u003e\n    \u003cdiv class=\"dive-color-item\"\u003eBeige Coffee\u003c\/div\u003e\n    \u003cdiv class=\"dive-color-item\"\u003eChampagne\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Interior Details Note --\u003e\n  \u003cdiv style=\"background: var(--dive-light); border-right: 2px solid var(--dive-gold); padding: 14px 18px; font-size: 13px; color: var(--dive-muted); margin-top: 25px;\"\u003e\n    \u003cstrong\u003eالتصميم والخصوصية:\u003c\/strong\u003e الحقائب مقسمة من الداخل إلى قسمين منفصلين بسحابين وفاصل قماش لكل جانب. كما أنها مزودة بأربع قواعد تثبيت جانبية لضمان استقرار الحقيبة وحمايتها عند التخزين أو التوقف.\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c!-- End .dive-description --\u003e","brand":"Dive","offers":[{"title":"Navy","offer_id":44866337046598,"sku":"Navy - 5\/FG-8","price":828.0,"currency_code":"SAR","in_stock":true},{"title":"Dark Grey","offer_id":44866337079366,"sku":"Dark Grey - 5\/FG-5","price":828.0,"currency_code":"SAR","in_stock":true},{"title":"Rose glod","offer_id":44866337112134,"sku":"Rose glod - 5\/FG-4","price":828.0,"currency_code":"SAR","in_stock":true},{"title":"Cream Pink","offer_id":44866337144902,"sku":"Cream Pink - 5\/FG-7","price":828.0,"currency_code":"SAR","in_stock":true},{"title":"Black","offer_id":44866337177670,"sku":"Black - 5\/FG-2","price":828.0,"currency_code":"SAR","in_stock":true},{"title":"Silver","offer_id":44866337210438,"sku":"Silver - 5\/FG-6","price":828.0,"currency_code":"SAR","in_stock":true},{"title":"Brown","offer_id":44866337243206,"sku":"Brown - 5\/FG-5","price":828.0,"currency_code":"SAR","in_stock":false},{"title":"D. Green","offer_id":44866337275974,"sku":"Dark Green - 5\/FG-4","price":828.0,"currency_code":"SAR","in_stock":true},{"title":"Maroon","offer_id":44866337308742,"sku":"Maroon - 5\/FG-10","price":828.0,"currency_code":"SAR","in_stock":true},{"title":"Beige","offer_id":44866337341510,"sku":"Beige - 5\/FG","price":828.0,"currency_code":"SAR","in_stock":true},{"title":"L.Green","offer_id":44866337374278,"sku":"L.Green - 5\/FG","price":828.0,"currency_code":"SAR","in_stock":true},{"title":"Beige coffee","offer_id":44866337407046,"sku":"Beige coffee - 5\/FG-8","price":828.0,"currency_code":"SAR","in_stock":true},{"title":"Champange","offer_id":44866337439814,"sku":"Champange 5\/FG4-2","price":828.0,"currency_code":"SAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8015\/3926\/files\/676035de-265f-4df6-b424-85c084fdbb27-1000x1000-OJLvcSCI7LzKfyR8Cnq4oaNVD0IztF7BThIHrh9p.png?v=1775906030","url":"https:\/\/ddive-sa.com\/products\/dive-016","provider":"DDive","version":"1.0","type":"link"}