bep40 commited on
Commit
e0ffe48
·
verified ·
1 Parent(s): 76dc8e8

DEFINITIVE price fix (MOV606AF=12.636.000đ), Excel CK formula with %, polished layout

Browse files
index.html CHANGED
@@ -1803,31 +1803,79 @@ cell.alignment={horizontal:'center',vertical:'middle',wrapText:true};
1803
  r++;
1804
  let dataStartR=r;
1805
 
1806
- // Data rows with FORMULAS in Thành tiền column
 
 
 
 
 
 
 
 
1807
  qd.items.forEach((item,idx)=>{
1808
  let row=ws.getRow(r);
1809
- row.height=40;
1810
- row.getCell(1).value=item.stt;row.getCell(1).alignment={horizontal:'center',vertical:'middle'};
1811
- row.getCell(2).value=item.name;row.getCell(2).alignment={vertical:'middle',wrapText:true};
1812
- row.getCell(3).value=item.model;row.getCell(3).alignment={horizontal:'center',vertical:'middle'};
1813
- row.getCell(4).value=item.specs;row.getCell(4).alignment={vertical:'middle',wrapText:true};row.getCell(4).font={size:8,color:{argb:'FF666666'}};
1814
- row.getCell(5).value='';row.getCell(5).alignment={horizontal:'center',vertical:'middle'};
1815
- row.getCell(6).value=item.qty;row.getCell(6).alignment={horizontal:'center',vertical:'middle'};
1816
- // G = Đơn giá (value)
1817
- row.getCell(7).value=item.price;row.getCell(7).numFmt='#,##0';row.getCell(7).alignment={horizontal:'right',vertical:'middle'};
1818
- // H = Đơn giá CK (editable value — user can change this in Excel)
1819
- row.getCell(8).value=item.discPrice;row.getCell(8).numFmt='#,##0';row.getCell(8).alignment={horizontal:'right',vertical:'middle'};
1820
- if(item.discPrice<item.price)row.getCell(8).font={color:{argb:'FFDC3545'},bold:true};
1821
- // I = Thành tiền = FORMULA: H*F (Đơn giá CK × SL)
1822
- row.getCell(9).value={formula:`H${r}*F${r}`};row.getCell(9).numFmt='#,##0';row.getCell(9).alignment={horizontal:'right',vertical:'middle'};row.getCell(9).font={bold:true};
1823
- row.getCell(10).value=item.note;row.getCell(10).alignment={vertical:'middle',wrapText:true};
1824
- for(let c=1;c<=10;c++){row.getCell(c).border={top:{style:'thin'},left:{style:'thin'},bottom:{style:'thin'},right:{style:'thin'}}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1825
  if(item.stt%2===0){for(let c=1;c<=10;c++){row.getCell(c).fill={type:'pattern',pattern:'solid',fgColor:{argb:'FFF8FAFC'}}}}
1826
  r++;
1827
  });
1828
  let dataEndR=r-1;
1829
 
1830
- // TỔNG CỘNG row with SUM formula
 
 
 
1831
  let tr=r;
1832
  ws.mergeCells(tr,1,tr,8);
1833
  ws.getCell('A'+tr).value='TỔNG CỘNG:';
@@ -1837,53 +1885,73 @@ ws.getCell('I'+tr).value={formula:`SUM(I${dataStartR}:I${dataEndR})`};
1837
  ws.getCell('I'+tr).numFmt='#,##0';
1838
  ws.getCell('I'+tr).font={bold:true,size:12,color:{argb:'FF003F62'}};
1839
  ws.getCell('I'+tr).alignment={horizontal:'right',vertical:'middle'};
1840
- for(let c=1;c<=10;c++){ws.getRow(tr).getCell(c).border={top:{style:'medium',color:{argb:'FF003F62'}},bottom:{style:'medium',color:{argb:'FF003F62'}}}}
 
1841
  r=tr+1;
1842
 
1843
  // ĐẶT CỌC (30%)
1844
  ws.mergeCells(r,1,r,8);
1845
  ws.getCell('A'+r).value='Đặt cọc (30%):';
1846
- ws.getCell('A'+r).font={bold:true,size:10};ws.getCell('A'+r).alignment={horizontal:'right',vertical:'middle'};
1847
- ws.getCell('I'+r).value={formula:`I${tr}*30%`};
1848
- ws.getCell('I'+r).numFmt='#,##0';ws.getCell('I'+r).font={bold:true,size:10,color:{argb:'FFDB9815'}};
 
 
1849
  ws.getCell('I'+r).alignment={horizontal:'right',vertical:'middle'};
 
1850
  r++;
1851
 
1852
- // CÒN LẠI (70%)
1853
  ws.mergeCells(r,1,r,8);
1854
  ws.getCell('A'+r).value='Còn lại:';
1855
- ws.getCell('A'+r).font={bold:true,size:10};ws.getCell('A'+r).alignment={horizontal:'right',vertical:'middle'};
 
1856
  ws.getCell('I'+r).value={formula:`I${tr}-I${r-1}`};
1857
- ws.getCell('I'+r).numFmt='#,##0';ws.getCell('I'+r).font={bold:true,size:10};
 
1858
  ws.getCell('I'+r).alignment={horizontal:'right',vertical:'middle'};
 
1859
  r++;
1860
 
1861
  // PHỤ PHÍ
1862
  ws.mergeCells(r,1,r,8);
1863
  ws.getCell('A'+r).value='Phụ phí (nếu có):';
1864
- ws.getCell('A'+r).font={bold:true,size:10};ws.getCell('A'+r).alignment={horizontal:'right',vertical:'middle'};
 
1865
  ws.getCell('I'+r).value=0;
1866
- ws.getCell('I'+r).numFmt='#,##0';ws.getCell('I'+r).font={size:10};
 
1867
  ws.getCell('I'+r).alignment={horizontal:'right',vertical:'middle'};
 
1868
  let surchargeR=r;
 
1869
  r++;
1870
 
1871
  // TỔNG THANH TOÁN
1872
  ws.mergeCells(r,1,r,8);
1873
  ws.getCell('A'+r).value='TỔNG THANH TOÁN:';
1874
- ws.getCell('A'+r).font={bold:true,size:12,color:{argb:'FF003F62'}};ws.getCell('A'+r).alignment={horizontal:'right',vertical:'middle'};
 
 
1875
  ws.getCell('I'+r).value={formula:`I${tr}+I${surchargeR}`};
1876
  ws.getCell('I'+r).numFmt='#,##0';
1877
- ws.getCell('I'+r).font={bold:true,size:13,color:{argb:'FF003F62'}};
1878
  ws.getCell('I'+r).alignment={horizontal:'right',vertical:'middle'};
1879
- for(let c=1;c<=10;c++){ws.getRow(r).getCell(c).border={top:{style:'double',color:{argb:'FF003F62'}},bottom:{style:'double',color:{argb:'FF003F62'}}}}
 
 
1880
  r+=2;
1881
 
1882
- // Footer
1883
- ws.getCell('A'+r).value='Báo giá có hiệu lực 30 ngày kể từ ngày lập.';
1884
- ws.getCell('A'+r).font={italic:true,size:9,color:{argb:'FF999999'}};
1885
- ws.getCell('A'+(r+1)).value='Hotline: 1800 1212 (miễn phí) | Miễn phí vận chuyển & lắp đặt | Bảo hành chính hãng';
1886
- ws.getCell('A'+(r+1)).font={italic:true,size:9,color:{argb:'FF999999'}};
 
 
 
 
 
1887
 
1888
  // Save
1889
  let buf=await wb.xlsx.writeBuffer();
 
1803
  r++;
1804
  let dataStartR=r;
1805
 
1806
+ // Data rows with FORMULAS
1807
+ // Detect if AI applied a percentage discount
1808
+ let discountPct=0;
1809
+ if(qd.items.length>0&&qd.items[0].price>0){
1810
+ let ratio=qd.items[0].discPrice/qd.items[0].price;
1811
+ let allSameRatio=qd.items.every(it=>it.price===0||Math.abs(it.discPrice/it.price-ratio)<0.005);
1812
+ if(allSameRatio&&ratio<1&&ratio>0)discountPct=Math.round(ratio*100);
1813
+ }
1814
+
1815
  qd.items.forEach((item,idx)=>{
1816
  let row=ws.getRow(r);
1817
+ row.height=36;
1818
+ // A: STT
1819
+ let cA=row.getCell(1);cA.value=item.stt;
1820
+ cA.alignment={horizontal:'center',vertical:'middle'};
1821
+ cA.font={size:10};
1822
+ // B: Tên SP
1823
+ let cB=row.getCell(2);cB.value=item.name;
1824
+ cB.alignment={vertical:'middle',wrapText:true};
1825
+ cB.font={size:10,bold:true,color:{argb:'FF1A1A1A'}};
1826
+ // C: SP
1827
+ let cC=row.getCell(3);cC.value=item.model;
1828
+ cC.alignment={horizontal:'center',vertical:'middle'};
1829
+ cC.font={size:9,color:{argb:'FF003F62'}};
1830
+ // D: Thông tin
1831
+ let cD=row.getCell(4);cD.value=item.specs;
1832
+ cD.alignment={vertical:'middle',wrapText:true};
1833
+ cD.font={size:8,color:{argb:'FF888888'}};
1834
+ // E: Hình ảnh
1835
+ row.getCell(5).value='';
1836
+ row.getCell(5).alignment={horizontal:'center',vertical:'middle'};
1837
+ // F: SL
1838
+ let cF=row.getCell(6);cF.value=item.qty;
1839
+ cF.alignment={horizontal:'center',vertical:'middle'};
1840
+ cF.font={size:10,bold:true};
1841
+ // G: Đơn giá
1842
+ let cG=row.getCell(7);cG.value=item.price;
1843
+ cG.numFmt='#,##0';
1844
+ cG.alignment={horizontal:'right',vertical:'middle'};
1845
+ cG.font={size:10};
1846
+ // H: Đơn giá CK = FORMULA if %, else value
1847
+ let cH=row.getCell(8);
1848
+ if(discountPct>0&&discountPct<100){
1849
+ cH.value={formula:`G${r}*${discountPct}%`};
1850
+ }else{
1851
+ cH.value=item.discPrice;
1852
+ }
1853
+ cH.numFmt='#,##0';
1854
+ cH.alignment={horizontal:'right',vertical:'middle'};
1855
+ if(item.discPrice<item.price){cH.font={size:10,color:{argb:'FFDC3545'},bold:true}}else{cH.font={size:10}}
1856
+ // I: Thành tiền = H × F
1857
+ let cI=row.getCell(9);
1858
+ cI.value={formula:`H${r}*F${r}`};
1859
+ cI.numFmt='#,##0';
1860
+ cI.alignment={horizontal:'right',vertical:'middle'};
1861
+ cI.font={size:10,bold:true,color:{argb:'FF003F62'}};
1862
+ // J: Ghi chú
1863
+ let cJ=row.getCell(10);cJ.value=item.note;
1864
+ cJ.alignment={vertical:'middle',wrapText:true};
1865
+ cJ.font={size:9};
1866
+ // Borders + alternate colors
1867
+ for(let c=1;c<=10;c++){
1868
+ row.getCell(c).border={top:{style:'thin',color:{argb:'FFD0D5DD'}},left:{style:'thin',color:{argb:'FFD0D5DD'}},bottom:{style:'thin',color:{argb:'FFD0D5DD'}},right:{style:'thin',color:{argb:'FFD0D5DD'}}};
1869
+ }
1870
  if(item.stt%2===0){for(let c=1;c<=10;c++){row.getCell(c).fill={type:'pattern',pattern:'solid',fgColor:{argb:'FFF8FAFC'}}}}
1871
  r++;
1872
  });
1873
  let dataEndR=r-1;
1874
 
1875
+ // ═══ SUMMARY SECTION ═══
1876
+ let sumStyle={border:{top:{style:'thin',color:{argb:'FFD0D5DD'}},bottom:{style:'thin',color:{argb:'FFD0D5DD'}}}};
1877
+
1878
+ // TỔNG CỘNG
1879
  let tr=r;
1880
  ws.mergeCells(tr,1,tr,8);
1881
  ws.getCell('A'+tr).value='TỔNG CỘNG:';
 
1885
  ws.getCell('I'+tr).numFmt='#,##0';
1886
  ws.getCell('I'+tr).font={bold:true,size:12,color:{argb:'FF003F62'}};
1887
  ws.getCell('I'+tr).alignment={horizontal:'right',vertical:'middle'};
1888
+ ws.getRow(tr).height=28;
1889
+ for(let c=1;c<=10;c++){ws.getRow(tr).getCell(c).border={top:{style:'medium',color:{argb:'FF003F62'}},bottom:{style:'thin',color:{argb:'FFD0D5DD'}}};ws.getRow(tr).getCell(c).fill={type:'pattern',pattern:'solid',fgColor:{argb:'FFE8F0FE'}}}
1890
  r=tr+1;
1891
 
1892
  // ĐẶT CỌC (30%)
1893
  ws.mergeCells(r,1,r,8);
1894
  ws.getCell('A'+r).value='Đặt cọc (30%):';
1895
+ ws.getCell('A'+r).font={size:10,color:{argb:'FF555555'}};
1896
+ ws.getCell('A'+r).alignment={horizontal:'right',vertical:'middle'};
1897
+ ws.getCell('I'+r).value={formula:`ROUND(I${tr}*30%,0)`};
1898
+ ws.getCell('I'+r).numFmt='#,##0';
1899
+ ws.getCell('I'+r).font={bold:true,size:10,color:{argb:'FFDB9815'}};
1900
  ws.getCell('I'+r).alignment={horizontal:'right',vertical:'middle'};
1901
+ ws.getRow(r).height=22;
1902
  r++;
1903
 
1904
+ // CÒN LẠI
1905
  ws.mergeCells(r,1,r,8);
1906
  ws.getCell('A'+r).value='Còn lại:';
1907
+ ws.getCell('A'+r).font={size:10,color:{argb:'FF555555'}};
1908
+ ws.getCell('A'+r).alignment={horizontal:'right',vertical:'middle'};
1909
  ws.getCell('I'+r).value={formula:`I${tr}-I${r-1}`};
1910
+ ws.getCell('I'+r).numFmt='#,##0';
1911
+ ws.getCell('I'+r).font={size:10};
1912
  ws.getCell('I'+r).alignment={horizontal:'right',vertical:'middle'};
1913
+ ws.getRow(r).height=22;
1914
  r++;
1915
 
1916
  // PHỤ PHÍ
1917
  ws.mergeCells(r,1,r,8);
1918
  ws.getCell('A'+r).value='Phụ phí (nếu có):';
1919
+ ws.getCell('A'+r).font={size:10,color:{argb:'FF555555'}};
1920
+ ws.getCell('A'+r).alignment={horizontal:'right',vertical:'middle'};
1921
  ws.getCell('I'+r).value=0;
1922
+ ws.getCell('I'+r).numFmt='#,##0';
1923
+ ws.getCell('I'+r).font={size:10,italic:true};
1924
  ws.getCell('I'+r).alignment={horizontal:'right',vertical:'middle'};
1925
+ ws.getCell('I'+r).fill={type:'pattern',pattern:'solid',fgColor:{argb:'FFFFFFEE'}};
1926
  let surchargeR=r;
1927
+ ws.getRow(r).height=22;
1928
  r++;
1929
 
1930
  // TỔNG THANH TOÁN
1931
  ws.mergeCells(r,1,r,8);
1932
  ws.getCell('A'+r).value='TỔNG THANH TOÁN:';
1933
+ ws.getCell('A'+r).font={bold:true,size:12,color:{argb:'FFFFFFFF'}};
1934
+ ws.getCell('A'+r).alignment={horizontal:'right',vertical:'middle'};
1935
+ ws.getCell('A'+r).fill={type:'pattern',pattern:'solid',fgColor:{argb:'FF003F62'}};
1936
  ws.getCell('I'+r).value={formula:`I${tr}+I${surchargeR}`};
1937
  ws.getCell('I'+r).numFmt='#,##0';
1938
+ ws.getCell('I'+r).font={bold:true,size:13,color:{argb:'FFFFFFFF'}};
1939
  ws.getCell('I'+r).alignment={horizontal:'right',vertical:'middle'};
1940
+ ws.getCell('I'+r).fill={type:'pattern',pattern:'solid',fgColor:{argb:'FF003F62'}};
1941
+ for(let c=1;c<=10;c++){ws.getRow(r).getCell(c).fill={type:'pattern',pattern:'solid',fgColor:{argb:'FF003F62'}}}
1942
+ ws.getRow(r).height=30;
1943
  r+=2;
1944
 
1945
+ // Footer notes
1946
+ ws.mergeCells(r,1,r,10);
1947
+ ws.getCell('A'+r).value='📌 Báo giá có hiệu lực 30 ngày kể từ ngày lập. Giá đã bao gồm VAT.';
1948
+ ws.getCell('A'+r).font={italic:true,size:9,color:{argb:'FF888888'}};
1949
+ ws.getCell('A'+r).alignment={wrapText:true};
1950
+ r++;
1951
+ ws.mergeCells(r,1,r,10);
1952
+ ws.getCell('A'+r).value='📞 Hotline: 1800 1212 (miễn phí) | ✅ Miễn phí vận chuyển & lắp đặt | 🛡️ Bảo hành chính hãng';
1953
+ ws.getCell('A'+r).font={italic:true,size:9,color:{argb:'FF888888'}};
1954
+ ws.getCell('A'+r).alignment={wrapText:true};
1955
 
1956
  // Save
1957
  let buf=await wb.xlsx.writeBuffer();
products.json CHANGED
The diff for this file is too large to render. See raw diff
 
products_with_slugs.json CHANGED
The diff for this file is too large to render. See raw diff
 
san-pham/mov40cp-malloca-lo-nuong-am-tu-dung-tich-40l/index.html CHANGED
@@ -12,7 +12,7 @@
12
  <meta property="og:description" content="Lò nướng điện âm tủ, dung tích 40L mặt kính/tay nắm đen. 6 chức năng nướng, có chức năng Airfry (chiên không dầu). Hệ thống điều khiển cơ, dễ dàng thao tác, tích hợp hẹn giờ. Chức năng nướng đối lư...">
13
  <meta property="og:url" content="https://bep40-malloca-website.static.hf.space/san-pham/mov40cp-malloca-lo-nuong-am-tu-dung-tich-40l/">
14
  <meta property="og:image" content="https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mov40cp-a0582b92-4fdf-494d-afb3-d49ce59550d7.png?v=1767088093447">
15
- <script type="application/ld+json">{"@context": "https://schema.org", "@type": "Product", "name": "MOV40CP | Malloca | Lò nướng âm tủ dung tích 40L", "image": ["https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mov40cp-a0582b92-4fdf-494d-afb3-d49ce59550d7.png?v=1767088093447", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ky-thuat-lo-nuong-vi-song-malloca-mov40cp1.jpg?v=1767171260440"], "description": "Lò nướng điện âm tủ, dung tích 40L mặt kính/tay nắm đen. 6 chức năng nướng, có chức năng Airfry (chiên không dầu). Hệ thống điều khiển cơ, dễ dàng thao tác, tích hợp hẹn giờ. Chức năng nướng đối lưu, quạt tuần hoàn, nhiệt độ đồng đều. Quạt tản nhiệt, đèn Halogen bên trong lò.", "brand": {"@type": "Brand", "name": "Malloca"}, "category": "Lò nướng, lò hấp", "sku": "600001188", "offers": {"@type": "Offer", "price": 12636000, "priceCurrency": "VND", "availability": "https://schema.org/InStock", "url": "https://bep40-malloca-website.static.hf.space/san-pham/mov40cp-malloca-lo-nuong-am-tu-dung-tich-40l/"}}</script>
16
  <script>window.location.replace("/index.html#product=mov40cp-malloca-lo-nuong-am-tu-dung-tich-40l");</script>
17
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
18
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
@@ -86,7 +86,7 @@ img{max-width:100%;display:block}a{text-decoration:none;color:inherit}
86
  <div style="text-align:center;padding:60px 20px">
87
  <div style="margin-bottom:20px"><img src="https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mov40cp-a0582b92-4fdf-494d-afb3-d49ce59550d7.png?v=1767088093447" alt="MOV40CP | Malloca | Lò nướng âm tủ dung tích 40L" style="max-width:200px;margin:0 auto;border-radius:12px"></div>
88
  <h1 style="font-size:1.3rem;font-weight:800;color:#0f172a;margin-bottom:8px">MOV40CP | Malloca | Lò nướng âm tủ dung tích 40L</h1>
89
- <div style="font-size:1.4rem;font-weight:900;color:#003f62;margin-bottom:16px">12.636.000đ</div>
90
  <p style="color:#64748b;font-size:.88rem;margin-bottom:20px">Đang chuyển đến trang sản phẩm đầy đủ...</p>
91
  <a href="/index.html#product=mov40cp-malloca-lo-nuong-am-tu-dung-tich-40l" style="padding:12px 24px;background:#003f62;color:#fff;border-radius:10px;font-weight:700;text-decoration:none;display:inline-block">Xem sản phẩm →</a>
92
  </div>
 
12
  <meta property="og:description" content="Lò nướng điện âm tủ, dung tích 40L mặt kính/tay nắm đen. 6 chức năng nướng, có chức năng Airfry (chiên không dầu). Hệ thống điều khiển cơ, dễ dàng thao tác, tích hợp hẹn giờ. Chức năng nướng đối lư...">
13
  <meta property="og:url" content="https://bep40-malloca-website.static.hf.space/san-pham/mov40cp-malloca-lo-nuong-am-tu-dung-tich-40l/">
14
  <meta property="og:image" content="https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mov40cp-a0582b92-4fdf-494d-afb3-d49ce59550d7.png?v=1767088093447">
15
+ <script type="application/ld+json">{"@context": "https://schema.org", "@type": "Product", "name": "MOV40CP | Malloca | Lò nướng âm tủ dung tích 40L", "image": ["https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mov40cp-a0582b92-4fdf-494d-afb3-d49ce59550d7.png?v=1767088093447", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ky-thuat-lo-nuong-vi-song-malloca-mov40cp1.jpg?v=1767171260440"], "description": "Lò nướng điện âm tủ, dung tích 40L mặt kính/tay nắm đen. 6 chức năng nướng, có chức năng Airfry (chiên không dầu). Hệ thống điều khiển cơ, dễ dàng thao tác, tích hợp hẹn giờ. Chức năng nướng đối lưu, quạt tuần hoàn, nhiệt độ đồng đều. Quạt tản nhiệt, đèn Halogen bên trong lò.", "brand": {"@type": "Brand", "name": "Malloca"}, "category": "Lò nướng, lò hấp", "sku": "600001188", "offers": {"@type": "Offer", "price": 19636000, "priceCurrency": "VND", "availability": "https://schema.org/InStock", "url": "https://bep40-malloca-website.static.hf.space/san-pham/mov40cp-malloca-lo-nuong-am-tu-dung-tich-40l/"}}</script>
16
  <script>window.location.replace("/index.html#product=mov40cp-malloca-lo-nuong-am-tu-dung-tich-40l");</script>
17
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
18
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
 
86
  <div style="text-align:center;padding:60px 20px">
87
  <div style="margin-bottom:20px"><img src="https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mov40cp-a0582b92-4fdf-494d-afb3-d49ce59550d7.png?v=1767088093447" alt="MOV40CP | Malloca | Lò nướng âm tủ dung tích 40L" style="max-width:200px;margin:0 auto;border-radius:12px"></div>
88
  <h1 style="font-size:1.3rem;font-weight:800;color:#0f172a;margin-bottom:8px">MOV40CP | Malloca | Lò nướng âm tủ dung tích 40L</h1>
89
+ <div style="font-size:1.4rem;font-weight:900;color:#003f62;margin-bottom:16px">19.636.000đ</div>
90
  <p style="color:#64748b;font-size:.88rem;margin-bottom:20px">Đang chuyển đến trang sản phẩm đầy đủ...</p>
91
  <a href="/index.html#product=mov40cp-malloca-lo-nuong-am-tu-dung-tich-40l" style="padding:12px 24px;background:#003f62;color:#fff;border-radius:10px;font-weight:700;text-decoration:none;display:inline-block">Xem sản phẩm →</a>
92
  </div>
san-pham/mov606af-malloca-lo-nuong-am-tu-60cm-dung-tich-60l/index.html CHANGED
@@ -12,7 +12,7 @@
12
  <meta property="og:description" content="Lò nướng điện âm tủ, dung tích 60L, mặt kính/tay nắm đen. 6 chức năng nướng, tích hợp chức năng Airfry (chiên không dầu). Hệ thống điều khiển cơ, nướng đối lưu, quạt tuần hoàn. Công suất 2050W, có ...">
13
  <meta property="og:url" content="https://bep40-malloca-website.static.hf.space/san-pham/mov606af-malloca-lo-nuong-am-tu-60cm-dung-tich-60l/">
14
  <meta property="og:image" content="https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mov606af-0501dbdf-9973-4cc0-b753-999409a3d803.png?v=1767088215107">
15
- <script type="application/ld+json">{"@context": "https://schema.org", "@type": "Product", "name": "MOV606AF | Malloca | Lò nướng âm tủ 60cm dung tích 60L", "image": ["https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mov606af-0501dbdf-9973-4cc0-b753-999409a3d803.png?v=1767088215107", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ung-dung-lo-vi-song-nuong-malloca-mov606af2-6a451e64-1aac-4cce-b84e-d2df164032b0.png?v=1767595428617", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ung-dung-lo-vi-song-nuong-malloca-mov606af-d1f13356-7820-42cd-b532-1a421305425b.png?v=1767595428617", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ky-thuat-lo-nuong-vi-song-malloca-mov606af.jpg?v=1767595428617"], "description": "Lò nướng điện âm tủ, dung tích 60L, mặt kính/tay nắm đen. 6 chức năng nướng, tích hợp chức năng Airfry (chiên không dầu). Hệ thống điều khiển cơ, nướng đối lưu, quạt tuần hoàn. Công suất 2050W, có đèn Halogen bên trong lò. Tích hợp chức năng hẹn giờ, quạt tản nhiệt an toàn.", "brand": {"@type": "Brand", "name": "Malloca"}, "category": "Lò nướng, lò hấp", "sku": "600001481", "offers": {"@type": "Offer", "price": 8640000, "priceCurrency": "VND", "availability": "https://schema.org/InStock", "url": "https://bep40-malloca-website.static.hf.space/san-pham/mov606af-malloca-lo-nuong-am-tu-60cm-dung-tich-60l/"}}</script>
16
  <script>window.location.replace("/index.html#product=mov606af-malloca-lo-nuong-am-tu-60cm-dung-tich-60l");</script>
17
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
18
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
@@ -86,7 +86,7 @@ img{max-width:100%;display:block}a{text-decoration:none;color:inherit}
86
  <div style="text-align:center;padding:60px 20px">
87
  <div style="margin-bottom:20px"><img src="https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mov606af-0501dbdf-9973-4cc0-b753-999409a3d803.png?v=1767088215107" alt="MOV606AF | Malloca | Lò nướng âm tủ 60cm dung tích 60L" style="max-width:200px;margin:0 auto;border-radius:12px"></div>
88
  <h1 style="font-size:1.3rem;font-weight:800;color:#0f172a;margin-bottom:8px">MOV606AF | Malloca | Lò nướng âm tủ 60cm dung tích 60L</h1>
89
- <div style="font-size:1.4rem;font-weight:900;color:#003f62;margin-bottom:16px">8.640.000đ</div>
90
  <p style="color:#64748b;font-size:.88rem;margin-bottom:20px">Đang chuyển đến trang sản phẩm đầy đủ...</p>
91
  <a href="/index.html#product=mov606af-malloca-lo-nuong-am-tu-60cm-dung-tich-60l" style="padding:12px 24px;background:#003f62;color:#fff;border-radius:10px;font-weight:700;text-decoration:none;display:inline-block">Xem sản phẩm →</a>
92
  </div>
 
12
  <meta property="og:description" content="Lò nướng điện âm tủ, dung tích 60L, mặt kính/tay nắm đen. 6 chức năng nướng, tích hợp chức năng Airfry (chiên không dầu). Hệ thống điều khiển cơ, nướng đối lưu, quạt tuần hoàn. Công suất 2050W, có ...">
13
  <meta property="og:url" content="https://bep40-malloca-website.static.hf.space/san-pham/mov606af-malloca-lo-nuong-am-tu-60cm-dung-tich-60l/">
14
  <meta property="og:image" content="https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mov606af-0501dbdf-9973-4cc0-b753-999409a3d803.png?v=1767088215107">
15
+ <script type="application/ld+json">{"@context": "https://schema.org", "@type": "Product", "name": "MOV606AF | Malloca | Lò nướng âm tủ 60cm dung tích 60L", "image": ["https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mov606af-0501dbdf-9973-4cc0-b753-999409a3d803.png?v=1767088215107", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ung-dung-lo-vi-song-nuong-malloca-mov606af2-6a451e64-1aac-4cce-b84e-d2df164032b0.png?v=1767595428617", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ung-dung-lo-vi-song-nuong-malloca-mov606af-d1f13356-7820-42cd-b532-1a421305425b.png?v=1767595428617", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ky-thuat-lo-nuong-vi-song-malloca-mov606af.jpg?v=1767595428617"], "description": "Lò nướng điện âm tủ, dung tích 60L, mặt kính/tay nắm đen. 6 chức năng nướng, tích hợp chức năng Airfry (chiên không dầu). Hệ thống điều khiển cơ, nướng đối lưu, quạt tuần hoàn. Công suất 2050W, có đèn Halogen bên trong lò. Tích hợp chức năng hẹn giờ, quạt tản nhiệt an toàn.", "brand": {"@type": "Brand", "name": "Malloca"}, "category": "Lò nướng, lò hấp", "sku": "600001481", "offers": {"@type": "Offer", "price": 12636000, "priceCurrency": "VND", "availability": "https://schema.org/InStock", "url": "https://bep40-malloca-website.static.hf.space/san-pham/mov606af-malloca-lo-nuong-am-tu-60cm-dung-tich-60l/"}}</script>
16
  <script>window.location.replace("/index.html#product=mov606af-malloca-lo-nuong-am-tu-60cm-dung-tich-60l");</script>
17
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
18
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
 
86
  <div style="text-align:center;padding:60px 20px">
87
  <div style="margin-bottom:20px"><img src="https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mov606af-0501dbdf-9973-4cc0-b753-999409a3d803.png?v=1767088215107" alt="MOV606AF | Malloca | Lò nướng âm tủ 60cm dung tích 60L" style="max-width:200px;margin:0 auto;border-radius:12px"></div>
88
  <h1 style="font-size:1.3rem;font-weight:800;color:#0f172a;margin-bottom:8px">MOV606AF | Malloca | Lò nướng âm tủ 60cm dung tích 60L</h1>
89
+ <div style="font-size:1.4rem;font-weight:900;color:#003f62;margin-bottom:16px">12.636.000đ</div>
90
  <p style="color:#64748b;font-size:.88rem;margin-bottom:20px">Đang chuyển đến trang sản phẩm đầy đủ...</p>
91
  <a href="/index.html#product=mov606af-malloca-lo-nuong-am-tu-60cm-dung-tich-60l" style="padding:12px 24px;background:#003f62;color:#fff;border-radius:10px;font-weight:700;text-decoration:none;display:inline-block">Xem sản phẩm →</a>
92
  </div>
san-pham/mov656eco-malloca-lo-nuong-am-tu-60cm-dung-tich-75l-ecokitchen/index.html CHANGED
@@ -12,7 +12,7 @@
12
  <meta property="og:description" content="Lò nướng điện âm tủ, mặt kính đen phối Inox sang trọng. Dung tích lớn 75L, công suất 3000W. 6 chức năng nướng, điều khiển cơ, dễ sử dụng. Chức năng ECO đặc biệt, tiết kiệm năng lượng tối ưu. Tích h...">
13
  <meta property="og:url" content="https://bep40-malloca-website.static.hf.space/san-pham/mov656eco-malloca-lo-nuong-am-tu-60cm-dung-tich-75l-ecokitchen/">
14
  <meta property="og:image" content="https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mov656eco-01452596-ea75-4bc2-87e8-04c7a7cb3501.png?v=1767088221570">
15
- <script type="application/ld+json">{"@context": "https://schema.org", "@type": "Product", "name": "MOV656ECO | Malloca | Lò nướng âm tủ 60cm dung tích 75L EcoKitchen", "image": ["https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mov656eco-01452596-ea75-4bc2-87e8-04c7a7cb3501.png?v=1767088221570", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ky-thuat-lo-nuong-vi-song-malloca-mov656eco.jpg?v=1767171326780"], "description": "Lò nướng điện âm tủ, mặt kính đen phối Inox sang trọng. Dung tích lớn 75L, công suất 3000W. 6 chức năng nướng, điều khiển cơ, dễ sử dụng. Chức năng ECO đặc biệt, tiết kiệm năng lượng tối ưu. Tích hợp chức năng hẹn giờ nấu, tiện lợi, linh hoạt.", "brand": {"@type": "Brand", "name": "Malloca"}, "category": "Lò nướng, lò hấp", "sku": "600001221", "offers": {"@type": "Offer", "price": 24349000, "priceCurrency": "VND", "availability": "https://schema.org/InStock", "url": "https://bep40-malloca-website.static.hf.space/san-pham/mov656eco-malloca-lo-nuong-am-tu-60cm-dung-tich-75l-ecokitchen/"}}</script>
16
  <script>window.location.replace("/index.html#product=mov656eco-malloca-lo-nuong-am-tu-60cm-dung-tich-75l-ecokitchen");</script>
17
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
18
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
@@ -86,7 +86,7 @@ img{max-width:100%;display:block}a{text-decoration:none;color:inherit}
86
  <div style="text-align:center;padding:60px 20px">
87
  <div style="margin-bottom:20px"><img src="https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mov656eco-01452596-ea75-4bc2-87e8-04c7a7cb3501.png?v=1767088221570" alt="MOV656ECO | Malloca | Lò nướng âm tủ 60cm dung tích 75L EcoKitchen" style="max-width:200px;margin:0 auto;border-radius:12px"></div>
88
  <h1 style="font-size:1.3rem;font-weight:800;color:#0f172a;margin-bottom:8px">MOV656ECO | Malloca | Lò nướng âm tủ 60cm dung tích 75L EcoKitchen</h1>
89
- <div style="font-size:1.4rem;font-weight:900;color:#003f62;margin-bottom:16px">24.349.000đ</div>
90
  <p style="color:#64748b;font-size:.88rem;margin-bottom:20px">Đang chuyển đến trang sản phẩm đầy đủ...</p>
91
  <a href="/index.html#product=mov656eco-malloca-lo-nuong-am-tu-60cm-dung-tich-75l-ecokitchen" style="padding:12px 24px;background:#003f62;color:#fff;border-radius:10px;font-weight:700;text-decoration:none;display:inline-block">Xem sản phẩm →</a>
92
  </div>
 
12
  <meta property="og:description" content="Lò nướng điện âm tủ, mặt kính đen phối Inox sang trọng. Dung tích lớn 75L, công suất 3000W. 6 chức năng nướng, điều khiển cơ, dễ sử dụng. Chức năng ECO đặc biệt, tiết kiệm năng lượng tối ưu. Tích h...">
13
  <meta property="og:url" content="https://bep40-malloca-website.static.hf.space/san-pham/mov656eco-malloca-lo-nuong-am-tu-60cm-dung-tich-75l-ecokitchen/">
14
  <meta property="og:image" content="https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mov656eco-01452596-ea75-4bc2-87e8-04c7a7cb3501.png?v=1767088221570">
15
+ <script type="application/ld+json">{"@context": "https://schema.org", "@type": "Product", "name": "MOV656ECO | Malloca | Lò nướng âm tủ 60cm dung tích 75L EcoKitchen", "image": ["https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mov656eco-01452596-ea75-4bc2-87e8-04c7a7cb3501.png?v=1767088221570", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ky-thuat-lo-nuong-vi-song-malloca-mov656eco.jpg?v=1767171326780"], "description": "Lò nướng điện âm tủ, mặt kính đen phối Inox sang trọng. Dung tích lớn 75L, công suất 3000W. 6 chức năng nướng, điều khiển cơ, dễ sử dụng. Chức năng ECO đặc biệt, tiết kiệm năng lượng tối ưu. Tích hợp chức năng hẹn giờ nấu, tiện lợi, linh hoạt.", "brand": {"@type": "Brand", "name": "Malloca"}, "category": "Lò nướng, lò hấp", "sku": "600001221", "offers": {"@type": "Offer", "price": 6930000, "priceCurrency": "VND", "availability": "https://schema.org/InStock", "url": "https://bep40-malloca-website.static.hf.space/san-pham/mov656eco-malloca-lo-nuong-am-tu-60cm-dung-tich-75l-ecokitchen/"}}</script>
16
  <script>window.location.replace("/index.html#product=mov656eco-malloca-lo-nuong-am-tu-60cm-dung-tich-75l-ecokitchen");</script>
17
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
18
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
 
86
  <div style="text-align:center;padding:60px 20px">
87
  <div style="margin-bottom:20px"><img src="https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mov656eco-01452596-ea75-4bc2-87e8-04c7a7cb3501.png?v=1767088221570" alt="MOV656ECO | Malloca | Lò nướng âm tủ 60cm dung tích 75L EcoKitchen" style="max-width:200px;margin:0 auto;border-radius:12px"></div>
88
  <h1 style="font-size:1.3rem;font-weight:800;color:#0f172a;margin-bottom:8px">MOV656ECO | Malloca | Lò nướng âm tủ 60cm dung tích 75L EcoKitchen</h1>
89
+ <div style="font-size:1.4rem;font-weight:900;color:#003f62;margin-bottom:16px">6.930.000đ</div>
90
  <p style="color:#64748b;font-size:.88rem;margin-bottom:20px">Đang chuyển đến trang sản phẩm đầy đủ...</p>
91
  <a href="/index.html#product=mov656eco-malloca-lo-nuong-am-tu-60cm-dung-tich-75l-ecokitchen" style="padding:12px 24px;background:#003f62;color:#fff;border-radius:10px;font-weight:700;text-decoration:none;display:inline-block">Xem sản phẩm →</a>
92
  </div>
san-pham/mov659pgr-malloca-lo-nuong-am-tu-60cm-dung-tich-65l/index.html CHANGED
@@ -12,7 +12,7 @@
12
  <meta property="og:description" content="Lò nướng điện âm tủ, mặt kính màu xám Dung tích 65L, công suất 3000W, có 9 chức năng nướng. Hệ thống điều khiển điện tử, tích hợp chức năng hẹn giờ. Chức năng làm sạch bằng nhiệt phân Pyrolytic tự ...">
13
  <meta property="og:url" content="https://bep40-malloca-website.static.hf.space/san-pham/mov659pgr-malloca-lo-nuong-am-tu-60cm-dung-tich-65l/">
14
  <meta property="og:image" content="https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mov659pgr-8ec9d14c-adc2-41e3-bd88-2cc26d313420.png?v=1776733812593">
15
- <script type="application/ld+json">{"@context": "https://schema.org", "@type": "Product", "name": "MOV659PGR | Malloca | Lò nướng âm tủ 60cm dung tích 65L", "image": ["https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mov659pgr-8ec9d14c-adc2-41e3-bd88-2cc26d313420.png?v=1776733812593", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ung-dung-lo-vi-song-nuong-malloca-mov659pgrud2.png?v=1776733812593", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ung-dung-lo-vi-song-nuong-malloca-mov659pgrud3.png?v=1776733812593", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ung-dung-lo-vi-song-nuong-malloca-mov659pgrud1.png?v=1776733812593", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ky-thuat-lo-nuong-vi-song-malloca-mov659pgr.jpg?v=1776733812593"], "description": "Lò nướng điện âm tủ, mặt kính màu xám Dung tích 65L, công suất 3000W, có 9 chức năng nướng. Hệ thống điều khiển điện tử, tích hợp chức năng hẹn giờ. Chức năng làm sạch bằng nhiệt phân Pyrolytic tự động. Khóa phím trẻ em an toàn, quạt tản nhiệt, đèn Halogen.", "brand": {"@type": "Brand", "name": "Malloca"}, "category": "Lò nướng, lò hấp", "sku": "600001129", "offers": {"@type": "Offer", "price": 14236000, "priceCurrency": "VND", "availability": "https://schema.org/InStock", "url": "https://bep40-malloca-website.static.hf.space/san-pham/mov659pgr-malloca-lo-nuong-am-tu-60cm-dung-tich-65l/"}}</script>
16
  <script>window.location.replace("/index.html#product=mov659pgr-malloca-lo-nuong-am-tu-60cm-dung-tich-65l");</script>
17
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
18
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
@@ -86,7 +86,7 @@ img{max-width:100%;display:block}a{text-decoration:none;color:inherit}
86
  <div style="text-align:center;padding:60px 20px">
87
  <div style="margin-bottom:20px"><img src="https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mov659pgr-8ec9d14c-adc2-41e3-bd88-2cc26d313420.png?v=1776733812593" alt="MOV659PGR | Malloca | Lò nướng âm tủ 60cm dung tích 65L" style="max-width:200px;margin:0 auto;border-radius:12px"></div>
88
  <h1 style="font-size:1.3rem;font-weight:800;color:#0f172a;margin-bottom:8px">MOV659PGR | Malloca | Lò nướng âm tủ 60cm dung tích 65L</h1>
89
- <div style="font-size:1.4rem;font-weight:900;color:#003f62;margin-bottom:16px">14.236.000đ</div>
90
  <p style="color:#64748b;font-size:.88rem;margin-bottom:20px">Đang chuyển đến trang sản phẩm đầy đủ...</p>
91
  <a href="/index.html#product=mov659pgr-malloca-lo-nuong-am-tu-60cm-dung-tich-65l" style="padding:12px 24px;background:#003f62;color:#fff;border-radius:10px;font-weight:700;text-decoration:none;display:inline-block">Xem sản phẩm →</a>
92
  </div>
 
12
  <meta property="og:description" content="Lò nướng điện âm tủ, mặt kính màu xám Dung tích 65L, công suất 3000W, có 9 chức năng nướng. Hệ thống điều khiển điện tử, tích hợp chức năng hẹn giờ. Chức năng làm sạch bằng nhiệt phân Pyrolytic tự ...">
13
  <meta property="og:url" content="https://bep40-malloca-website.static.hf.space/san-pham/mov659pgr-malloca-lo-nuong-am-tu-60cm-dung-tich-65l/">
14
  <meta property="og:image" content="https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mov659pgr-8ec9d14c-adc2-41e3-bd88-2cc26d313420.png?v=1776733812593">
15
+ <script type="application/ld+json">{"@context": "https://schema.org", "@type": "Product", "name": "MOV659PGR | Malloca | Lò nướng âm tủ 60cm dung tích 65L", "image": ["https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mov659pgr-8ec9d14c-adc2-41e3-bd88-2cc26d313420.png?v=1776733812593", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ung-dung-lo-vi-song-nuong-malloca-mov659pgrud2.png?v=1776733812593", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ung-dung-lo-vi-song-nuong-malloca-mov659pgrud3.png?v=1776733812593", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ung-dung-lo-vi-song-nuong-malloca-mov659pgrud1.png?v=1776733812593", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ky-thuat-lo-nuong-vi-song-malloca-mov659pgr.jpg?v=1776733812593"], "description": "Lò nướng điện âm tủ, mặt kính màu xám Dung tích 65L, công suất 3000W, có 9 chức năng nướng. Hệ thống điều khiển điện tử, tích hợp chức năng hẹn giờ. Chức năng làm sạch bằng nhiệt phân Pyrolytic tự động. Khóa phím trẻ em an toàn, quạt tản nhiệt, đèn Halogen.", "brand": {"@type": "Brand", "name": "Malloca"}, "category": "Lò nướng, lò hấp", "sku": "600001129", "offers": {"@type": "Offer", "price": 22582000, "priceCurrency": "VND", "availability": "https://schema.org/InStock", "url": "https://bep40-malloca-website.static.hf.space/san-pham/mov659pgr-malloca-lo-nuong-am-tu-60cm-dung-tich-65l/"}}</script>
16
  <script>window.location.replace("/index.html#product=mov659pgr-malloca-lo-nuong-am-tu-60cm-dung-tich-65l");</script>
17
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
18
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
 
86
  <div style="text-align:center;padding:60px 20px">
87
  <div style="margin-bottom:20px"><img src="https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mov659pgr-8ec9d14c-adc2-41e3-bd88-2cc26d313420.png?v=1776733812593" alt="MOV659PGR | Malloca | Lò nướng âm tủ 60cm dung tích 65L" style="max-width:200px;margin:0 auto;border-radius:12px"></div>
88
  <h1 style="font-size:1.3rem;font-weight:800;color:#0f172a;margin-bottom:8px">MOV659PGR | Malloca | Lò nướng âm tủ 60cm dung tích 65L</h1>
89
+ <div style="font-size:1.4rem;font-weight:900;color:#003f62;margin-bottom:16px">22.582.000đ</div>
90
  <p style="color:#64748b;font-size:.88rem;margin-bottom:20px">Đang chuyển đến trang sản phẩm đầy đủ...</p>
91
  <a href="/index.html#product=mov659pgr-malloca-lo-nuong-am-tu-60cm-dung-tich-65l" style="padding:12px 24px;background:#003f62;color:#fff;border-radius:10px;font-weight:700;text-decoration:none;display:inline-block">Xem sản phẩm →</a>
92
  </div>
san-pham/mov659s-malloca-lo-nuong-am-tu-60cm-dung-tich-70l/index.html CHANGED
@@ -12,7 +12,7 @@
12
  <meta property="og:description" content="Lò nướng âm tủ, mặt kính đen phối Inox sang trọng. Dung tích 70L, công suất 3000W với 9 chức năng nướng. Hệ thống điều khiển điện tử thông minh kết hợp màn hình LCD. Tính năng nướng xiên quay và hệ...">
13
  <meta property="og:url" content="https://bep40-malloca-website.static.hf.space/san-pham/mov659s-malloca-lo-nuong-am-tu-60cm-dung-tich-70l/">
14
  <meta property="og:image" content="https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mov659s-ed27625c-463b-430a-9f85-7716ba267584.png?v=1776733827587">
15
- <script type="application/ld+json">{"@context": "https://schema.org", "@type": "Product", "name": "MOV659S | Malloca | Lò nướng âm tủ 60cm dung tích 70L", "image": ["https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mov659s-ed27625c-463b-430a-9f85-7716ba267584.png?v=1776733827587", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ky-thuat-lo-nuong-vi-song-malloca-mov659s.jpg?v=1776733827587"], "description": "Lò nướng âm tủ, mặt kính đen phối Inox sang trọng. Dung tích 70L, công suất 3000W với 9 chức năng nướng. Hệ thống điều khiển điện tử thông minh kết hợp màn hình LCD. Tính năng nướng xiên quay và hệ thống quạt tuần hoàn ưu việt. Cửa lò đóng mở giảm chấn êm ái, tích hợp chức năng hẹn giờ.", "brand": {"@type": "Brand", "name": "Malloca"}, "category": "Lò nướng, lò hấp", "sku": "600000468", "offers": {"@type": "Offer", "price": 13353000, "priceCurrency": "VND", "availability": "https://schema.org/InStock", "url": "https://bep40-malloca-website.static.hf.space/san-pham/mov659s-malloca-lo-nuong-am-tu-60cm-dung-tich-70l/"}}</script>
16
  <script>window.location.replace("/index.html#product=mov659s-malloca-lo-nuong-am-tu-60cm-dung-tich-70l");</script>
17
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
18
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
@@ -86,7 +86,7 @@ img{max-width:100%;display:block}a{text-decoration:none;color:inherit}
86
  <div style="text-align:center;padding:60px 20px">
87
  <div style="margin-bottom:20px"><img src="https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mov659s-ed27625c-463b-430a-9f85-7716ba267584.png?v=1776733827587" alt="MOV659S | Malloca | Lò nướng âm tủ 60cm dung tích 70L" style="max-width:200px;margin:0 auto;border-radius:12px"></div>
88
  <h1 style="font-size:1.3rem;font-weight:800;color:#0f172a;margin-bottom:8px">MOV659S | Malloca | Lò nướng âm tủ 60cm dung tích 70L</h1>
89
- <div style="font-size:1.4rem;font-weight:900;color:#003f62;margin-bottom:16px">13.353.000đ</div>
90
  <p style="color:#64748b;font-size:.88rem;margin-bottom:20px">Đang chuyển đến trang sản phẩm đầy đủ...</p>
91
  <a href="/index.html#product=mov659s-malloca-lo-nuong-am-tu-60cm-dung-tich-70l" style="padding:12px 24px;background:#003f62;color:#fff;border-radius:10px;font-weight:700;text-decoration:none;display:inline-block">Xem sản phẩm →</a>
92
  </div>
 
12
  <meta property="og:description" content="Lò nướng âm tủ, mặt kính đen phối Inox sang trọng. Dung tích 70L, công suất 3000W với 9 chức năng nướng. Hệ thống điều khiển điện tử thông minh kết hợp màn hình LCD. Tính năng nướng xiên quay và hệ...">
13
  <meta property="og:url" content="https://bep40-malloca-website.static.hf.space/san-pham/mov659s-malloca-lo-nuong-am-tu-60cm-dung-tich-70l/">
14
  <meta property="og:image" content="https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mov659s-ed27625c-463b-430a-9f85-7716ba267584.png?v=1776733827587">
15
+ <script type="application/ld+json">{"@context": "https://schema.org", "@type": "Product", "name": "MOV659S | Malloca | Lò nướng âm tủ 60cm dung tích 70L", "image": ["https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mov659s-ed27625c-463b-430a-9f85-7716ba267584.png?v=1776733827587", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ky-thuat-lo-nuong-vi-song-malloca-mov659s.jpg?v=1776733827587"], "description": "Lò nướng âm tủ, mặt kính đen phối Inox sang trọng. Dung tích 70L, công suất 3000W với 9 chức năng nướng. Hệ thống điều khiển điện tử thông minh kết hợp màn hình LCD. Tính năng nướng xiên quay và hệ thống quạt tuần hoàn ưu việt. Cửa lò đóng mở giảm chấn êm ái, tích hợp chức năng hẹn giờ.", "brand": {"@type": "Brand", "name": "Malloca"}, "category": "Lò nướng, lò hấp", "sku": "600000468", "offers": {"@type": "Offer", "price": 21993000, "priceCurrency": "VND", "availability": "https://schema.org/InStock", "url": "https://bep40-malloca-website.static.hf.space/san-pham/mov659s-malloca-lo-nuong-am-tu-60cm-dung-tich-70l/"}}</script>
16
  <script>window.location.replace("/index.html#product=mov659s-malloca-lo-nuong-am-tu-60cm-dung-tich-70l");</script>
17
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
18
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
 
86
  <div style="text-align:center;padding:60px 20px">
87
  <div style="margin-bottom:20px"><img src="https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mov659s-ed27625c-463b-430a-9f85-7716ba267584.png?v=1776733827587" alt="MOV659S | Malloca | Lò nướng âm tủ 60cm dung tích 70L" style="max-width:200px;margin:0 auto;border-radius:12px"></div>
88
  <h1 style="font-size:1.3rem;font-weight:800;color:#0f172a;margin-bottom:8px">MOV659S | Malloca | Lò nướng âm tủ 60cm dung tích 70L</h1>
89
+ <div style="font-size:1.4rem;font-weight:900;color:#003f62;margin-bottom:16px">21.993.000đ</div>
90
  <p style="color:#64748b;font-size:.88rem;margin-bottom:20px">Đang chuyển đến trang sản phẩm đầy đủ...</p>
91
  <a href="/index.html#product=mov659s-malloca-lo-nuong-am-tu-60cm-dung-tich-70l" style="padding:12px 24px;background:#003f62;color:#fff;border-radius:10px;font-weight:700;text-decoration:none;display:inline-block">Xem sản phẩm →</a>
92
  </div>
san-pham/mov659tc-malloca-lo-nuong-am-tu-60cm-dung-tich-70l/index.html CHANGED
@@ -12,7 +12,7 @@
12
  <meta property="og:description" content="Lò nướng điện âm tủ, mặt kính đen toàn diện sang trọng. Dung tích 70L, công suất 3000W với 9 chức năng nướng. Điều khiển cảm ứng hiện đại kết hợp màn hình LCD. Nướng xiên quay, quạt tuần hoàn giúp ...">
13
  <meta property="og:url" content="https://bep40-malloca-website.static.hf.space/san-pham/mov659tc-malloca-lo-nuong-am-tu-60cm-dung-tich-70l/">
14
  <meta property="og:image" content="https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mov659tc-6d2633c8-d6f4-4025-8839-5fdc50b9685e.png?v=1776733816850">
15
- <script type="application/ld+json">{"@context": "https://schema.org", "@type": "Product", "name": "MOV659TC | Malloca | Lò nướng âm tủ 60cm dung tích 70L", "image": ["https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mov659tc-6d2633c8-d6f4-4025-8839-5fdc50b9685e.png?v=1776733816850", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ung-dung-lo-vi-song-nuong-malloca-mw927bgmov659tc-ud-58cb1d1f-3716-4b3d-8c5d-6127b1f17ba1.png?v=1776733816850", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ung-dung-lo-vi-song-nuong-malloca-mw927bgmov659tc-2-ud-f861b8b6-a013-4a96-a901-eac6bd82925e.png?v=1776733816850", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ung-dung-lo-vi-song-nuong-malloca-mw927bgmov659tc-1-ud-f0e9c605-e834-4ec7-84cd-8025259fb8d6.png?v=1776733816850", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ky-thuat-lo-nuong-vi-song-malloca-mov659tc.jpg?v=1776733816850"], "description": "Lò nướng điện âm tủ, mặt kính đen toàn diện sang trọng. Dung tích 70L, công suất 3000W với 9 chức năng nướng. Điều khiển cảm ứng hiện đại kết hợp màn hình LCD. Nướng xiên quay, quạt tuần hoàn giúp thực phẩm chín đều. Cửa lò giảm chấn êm ái, hẹn giờ và quạt tản nhiệt an toàn.", "brand": {"@type": "Brand", "name": "Malloca"}, "category": "Lò nướng, lò hấp", "sku": "600000470", "offers": {"@type": "Offer", "price": 19636000, "priceCurrency": "VND", "availability": "https://schema.org/InStock", "url": "https://bep40-malloca-website.static.hf.space/san-pham/mov659tc-malloca-lo-nuong-am-tu-60cm-dung-tich-70l/"}}</script>
16
  <script>window.location.replace("/index.html#product=mov659tc-malloca-lo-nuong-am-tu-60cm-dung-tich-70l");</script>
17
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
18
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
@@ -86,7 +86,7 @@ img{max-width:100%;display:block}a{text-decoration:none;color:inherit}
86
  <div style="text-align:center;padding:60px 20px">
87
  <div style="margin-bottom:20px"><img src="https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mov659tc-6d2633c8-d6f4-4025-8839-5fdc50b9685e.png?v=1776733816850" alt="MOV659TC | Malloca | Lò nướng âm tủ 60cm dung tích 70L" style="max-width:200px;margin:0 auto;border-radius:12px"></div>
88
  <h1 style="font-size:1.3rem;font-weight:800;color:#0f172a;margin-bottom:8px">MOV659TC | Malloca | Lò nướng âm tủ 60cm dung tích 70L</h1>
89
- <div style="font-size:1.4rem;font-weight:900;color:#003f62;margin-bottom:16px">19.636.000đ</div>
90
  <p style="color:#64748b;font-size:.88rem;margin-bottom:20px">Đang chuyển đến trang sản phẩm đầy đủ...</p>
91
  <a href="/index.html#product=mov659tc-malloca-lo-nuong-am-tu-60cm-dung-tich-70l" style="padding:12px 24px;background:#003f62;color:#fff;border-radius:10px;font-weight:700;text-decoration:none;display:inline-block">Xem sản phẩm →</a>
92
  </div>
 
12
  <meta property="og:description" content="Lò nướng điện âm tủ, mặt kính đen toàn diện sang trọng. Dung tích 70L, công suất 3000W với 9 chức năng nướng. Điều khiển cảm ứng hiện đại kết hợp màn hình LCD. Nướng xiên quay, quạt tuần hoàn giúp ...">
13
  <meta property="og:url" content="https://bep40-malloca-website.static.hf.space/san-pham/mov659tc-malloca-lo-nuong-am-tu-60cm-dung-tich-70l/">
14
  <meta property="og:image" content="https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mov659tc-6d2633c8-d6f4-4025-8839-5fdc50b9685e.png?v=1776733816850">
15
+ <script type="application/ld+json">{"@context": "https://schema.org", "@type": "Product", "name": "MOV659TC | Malloca | Lò nướng âm tủ 60cm dung tích 70L", "image": ["https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mov659tc-6d2633c8-d6f4-4025-8839-5fdc50b9685e.png?v=1776733816850", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ung-dung-lo-vi-song-nuong-malloca-mw927bgmov659tc-ud-58cb1d1f-3716-4b3d-8c5d-6127b1f17ba1.png?v=1776733816850", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ung-dung-lo-vi-song-nuong-malloca-mw927bgmov659tc-2-ud-f861b8b6-a013-4a96-a901-eac6bd82925e.png?v=1776733816850", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ung-dung-lo-vi-song-nuong-malloca-mw927bgmov659tc-1-ud-f0e9c605-e834-4ec7-84cd-8025259fb8d6.png?v=1776733816850", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ky-thuat-lo-nuong-vi-song-malloca-mov659tc.jpg?v=1776733816850"], "description": "Lò nướng điện âm tủ, mặt kính đen toàn diện sang trọng. Dung tích 70L, công suất 3000W với 9 chức năng nướng. Điều khiển cảm ứng hiện đại kết hợp màn hình LCD. Nướng xiên quay, quạt tuần hoàn giúp thực phẩm chín đều. Cửa lò giảm chấn êm ái, hẹn giờ và quạt tản nhiệt an toàn.", "brand": {"@type": "Brand", "name": "Malloca"}, "category": "Lò nướng, lò hấp", "sku": "600000470", "offers": {"@type": "Offer", "price": 22484000, "priceCurrency": "VND", "availability": "https://schema.org/InStock", "url": "https://bep40-malloca-website.static.hf.space/san-pham/mov659tc-malloca-lo-nuong-am-tu-60cm-dung-tich-70l/"}}</script>
16
  <script>window.location.replace("/index.html#product=mov659tc-malloca-lo-nuong-am-tu-60cm-dung-tich-70l");</script>
17
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
18
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
 
86
  <div style="text-align:center;padding:60px 20px">
87
  <div style="margin-bottom:20px"><img src="https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mov659tc-6d2633c8-d6f4-4025-8839-5fdc50b9685e.png?v=1776733816850" alt="MOV659TC | Malloca | Lò nướng âm tủ 60cm dung tích 70L" style="max-width:200px;margin:0 auto;border-radius:12px"></div>
88
  <h1 style="font-size:1.3rem;font-weight:800;color:#0f172a;margin-bottom:8px">MOV659TC | Malloca | Lò nướng âm tủ 60cm dung tích 70L</h1>
89
+ <div style="font-size:1.4rem;font-weight:900;color:#003f62;margin-bottom:16px">22.484.000đ</div>
90
  <p style="color:#64748b;font-size:.88rem;margin-bottom:20px">Đang chuyển đến trang sản phẩm đầy đủ...</p>
91
  <a href="/index.html#product=mov659tc-malloca-lo-nuong-am-tu-60cm-dung-tich-70l" style="padding:12px 24px;background:#003f62;color:#fff;border-radius:10px;font-weight:700;text-decoration:none;display:inline-block">Xem sản phẩm →</a>
92
  </div>
san-pham/mov72pyro-malloca-lo-nuong-am-tu-60cm-nhiet-phan-dung-tich-70l/index.html CHANGED
@@ -12,7 +12,7 @@
12
  <meta property="og:description" content="Lò nướng điện âm tủ, mặt kính đen viền Inox Dung tích 70L, công suất mạnh mẽ 3200W với 9 chức năng. Công nghệ làm sạch bằng nhiệt phân (Pyrolytic) tự động. Hệ thống điều khiển điện tử, nướng xiên q...">
13
  <meta property="og:url" content="https://bep40-malloca-website.static.hf.space/san-pham/mov72pyro-malloca-lo-nuong-am-tu-60cm-nhiet-phan-dung-tich-70l/">
14
  <meta property="og:image" content="https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mov72pyro-fec40977-05df-43cc-89ae-b620ee25ee18.png?v=1776733731877">
15
- <script type="application/ld+json">{"@context": "https://schema.org", "@type": "Product", "name": "MOV72PYRO | Malloca | Lò nướng âm tủ 60cm nhiệt phân dung tích 70L", "image": ["https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mov72pyro-fec40977-05df-43cc-89ae-b620ee25ee18.png?v=1776733731877", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ky-thuat-lo-nuong-vi-song-malloca-mov72pyro.jpg?v=1776733731877"], "description": "Lò nướng điện âm tủ, mặt kính đen viền Inox Dung tích 70L, công suất mạnh mẽ 3200W với 9 chức năng. Công nghệ làm sạch bằng nhiệt phân (Pyrolytic) tự động. Hệ thống điều khiển điện tử, nướng xiên quay tiện lợi. Cửa lò đóng mở giảm chấn, khóa trẻ em an toàn tuyệt đối.", "brand": {"@type": "Brand", "name": "Malloca"}, "category": "Lò nướng, lò hấp", "sku": "600001062", "offers": {"@type": "Offer", "price": 7560000, "priceCurrency": "VND", "availability": "https://schema.org/InStock", "url": "https://bep40-malloca-website.static.hf.space/san-pham/mov72pyro-malloca-lo-nuong-am-tu-60cm-nhiet-phan-dung-tich-70l/"}}</script>
16
  <script>window.location.replace("/index.html#product=mov72pyro-malloca-lo-nuong-am-tu-60cm-nhiet-phan-dung-tich-70l");</script>
17
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
18
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
@@ -86,7 +86,7 @@ img{max-width:100%;display:block}a{text-decoration:none;color:inherit}
86
  <div style="text-align:center;padding:60px 20px">
87
  <div style="margin-bottom:20px"><img src="https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mov72pyro-fec40977-05df-43cc-89ae-b620ee25ee18.png?v=1776733731877" alt="MOV72PYRO | Malloca | Lò nướng âm tủ 60cm nhiệt phân dung tích 70L" style="max-width:200px;margin:0 auto;border-radius:12px"></div>
88
  <h1 style="font-size:1.3rem;font-weight:800;color:#0f172a;margin-bottom:8px">MOV72PYRO | Malloca | Lò nướng âm tủ 60cm nhiệt phân dung tích 70L</h1>
89
- <div style="font-size:1.4rem;font-weight:900;color:#003f62;margin-bottom:16px">7.560.000đ</div>
90
  <p style="color:#64748b;font-size:.88rem;margin-bottom:20px">Đang chuyển đến trang sản phẩm đầy đủ...</p>
91
  <a href="/index.html#product=mov72pyro-malloca-lo-nuong-am-tu-60cm-nhiet-phan-dung-tich-70l" style="padding:12px 24px;background:#003f62;color:#fff;border-radius:10px;font-weight:700;text-decoration:none;display:inline-block">Xem sản phẩm →</a>
92
  </div>
 
12
  <meta property="og:description" content="Lò nướng điện âm tủ, mặt kính đen viền Inox Dung tích 70L, công suất mạnh mẽ 3200W với 9 chức năng. Công nghệ làm sạch bằng nhiệt phân (Pyrolytic) tự động. Hệ thống điều khiển điện tử, nướng xiên q...">
13
  <meta property="og:url" content="https://bep40-malloca-website.static.hf.space/san-pham/mov72pyro-malloca-lo-nuong-am-tu-60cm-nhiet-phan-dung-tich-70l/">
14
  <meta property="og:image" content="https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mov72pyro-fec40977-05df-43cc-89ae-b620ee25ee18.png?v=1776733731877">
15
+ <script type="application/ld+json">{"@context": "https://schema.org", "@type": "Product", "name": "MOV72PYRO | Malloca | Lò nướng âm tủ 60cm nhiệt phân dung tích 70L", "image": ["https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mov72pyro-fec40977-05df-43cc-89ae-b620ee25ee18.png?v=1776733731877", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ky-thuat-lo-nuong-vi-song-malloca-mov72pyro.jpg?v=1776733731877"], "description": "Lò nướng điện âm tủ, mặt kính đen viền Inox Dung tích 70L, công suất mạnh mẽ 3200W với 9 chức năng. Công nghệ làm sạch bằng nhiệt phân (Pyrolytic) tự động. Hệ thống điều khiển điện tử, nướng xiên quay tiện lợi. Cửa lò đóng mở giảm chấn, khóa trẻ em an toàn tuyệt đối.", "brand": {"@type": "Brand", "name": "Malloca"}, "category": "Lò nướng, lò hấp", "sku": "600001062", "offers": {"@type": "Offer", "price": 25331000, "priceCurrency": "VND", "availability": "https://schema.org/InStock", "url": "https://bep40-malloca-website.static.hf.space/san-pham/mov72pyro-malloca-lo-nuong-am-tu-60cm-nhiet-phan-dung-tich-70l/"}}</script>
16
  <script>window.location.replace("/index.html#product=mov72pyro-malloca-lo-nuong-am-tu-60cm-nhiet-phan-dung-tich-70l");</script>
17
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
18
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
 
86
  <div style="text-align:center;padding:60px 20px">
87
  <div style="margin-bottom:20px"><img src="https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mov72pyro-fec40977-05df-43cc-89ae-b620ee25ee18.png?v=1776733731877" alt="MOV72PYRO | Malloca | Lò nướng âm tủ 60cm nhiệt phân dung tích 70L" style="max-width:200px;margin:0 auto;border-radius:12px"></div>
88
  <h1 style="font-size:1.3rem;font-weight:800;color:#0f172a;margin-bottom:8px">MOV72PYRO | Malloca | Lò nướng âm tủ 60cm nhiệt phân dung tích 70L</h1>
89
+ <div style="font-size:1.4rem;font-weight:900;color:#003f62;margin-bottom:16px">25.331.000đ</div>
90
  <p style="color:#64748b;font-size:.88rem;margin-bottom:20px">Đang chuyển đến trang sản phẩm đầy đủ...</p>
91
  <a href="/index.html#product=mov72pyro-malloca-lo-nuong-am-tu-60cm-nhiet-phan-dung-tich-70l" style="padding:12px 24px;background:#003f62;color:#fff;border-radius:10px;font-weight:700;text-decoration:none;display:inline-block">Xem sản phẩm →</a>
92
  </div>
san-pham/msob75tft-malloca-lo-nuong-am-tu-60cm-bu-am-thuy-phan-dung-tich-75l/index.html CHANGED
@@ -12,7 +12,7 @@
12
  <meta property="og:description" content="Lò nướng âm tủ, mặt kính đen, màn hình TFT Dung tích lớn 75L, công suất 3300W với 9 chức năng nướng. Công nghệ Steam Assisted Cooking bổ sung độ ẩm cho món ăn. Menu lập trình sẵn 100 món, điều khiể...">
13
  <meta property="og:url" content="https://bep40-malloca-website.static.hf.space/san-pham/msob75tft-malloca-lo-nuong-am-tu-60cm-bu-am-thuy-phan-dung-tich-75l/">
14
  <meta property="og:image" content="https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-msob75tft-9c8250a8-b4a0-491c-8048-ea21230a24fb.png?v=1776733615553">
15
- <script type="application/ld+json">{"@context": "https://schema.org", "@type": "Product", "name": "MSOB75TFT | Malloca | Lò nướng âm tủ 60cm bù ẩm thủy phân dung tích 75L", "image": ["https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-msob75tft-9c8250a8-b4a0-491c-8048-ea21230a24fb.png?v=1776733615553", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ung-dung-lo-vi-song-nuong-malloca-msob75tft5.png?v=1776733615553", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ung-dung-lo-vi-song-nuong-malloca-msob75tft3.png?v=1776733615553", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ung-dung-lo-vi-song-nuong-malloca-msob75tft2.png?v=1776733615553", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ung-dung-lo-vi-song-nuong-malloca-msob75tft.png?v=1776733615553", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ung-dung-lo-vi-song-nuong-malloca-msob75tft4.png?v=1776733615553", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ky-thuat-lo-nuong-vi-song-malloca-msob75tft-7481c9cd-f260-4191-8b85-9826fbf9c65a.jpg?v=1776733615553"], "description": "Lò nướng âm tủ, mặt kính đen, màn hình TFT Dung tích lớn 75L, công suất 3300W với 9 chức năng nướng. Công nghệ Steam Assisted Cooking bổ sung độ ẩm cho món ăn. Menu lập trình sẵn 100 món, điều khiển cảm ứng/núm vặn. Cửa lò đóng giảm chấn, tự làm sạch VapClean+, khóa trẻ em.", "brand": {"@type": "Brand", "name": "Malloca"}, "category": "Lò nướng, lò hấp", "sku": "600001292", "offers": {"@type": "Offer", "price": 32400000, "priceCurrency": "VND", "availability": "https://schema.org/InStock", "url": "https://bep40-malloca-website.static.hf.space/san-pham/msob75tft-malloca-lo-nuong-am-tu-60cm-bu-am-thuy-phan-dung-tich-75l/"}}</script>
16
  <script>window.location.replace("/index.html#product=msob75tft-malloca-lo-nuong-am-tu-60cm-bu-am-thuy-phan-dung-tich-75l");</script>
17
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
18
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
@@ -86,7 +86,7 @@ img{max-width:100%;display:block}a{text-decoration:none;color:inherit}
86
  <div style="text-align:center;padding:60px 20px">
87
  <div style="margin-bottom:20px"><img src="https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-msob75tft-9c8250a8-b4a0-491c-8048-ea21230a24fb.png?v=1776733615553" alt="MSOB75TFT | Malloca | Lò nướng âm tủ 60cm bù ��m thủy phân dung tích 75L" style="max-width:200px;margin:0 auto;border-radius:12px"></div>
88
  <h1 style="font-size:1.3rem;font-weight:800;color:#0f172a;margin-bottom:8px">MSOB75TFT | Malloca | Lò nướng âm tủ 60cm bù ẩm thủy phân dung tích 75L</h1>
89
- <div style="font-size:1.4rem;font-weight:900;color:#003f62;margin-bottom:16px">32.400.000đ</div>
90
  <p style="color:#64748b;font-size:.88rem;margin-bottom:20px">Đang chuyển đến trang sản phẩm đầy đủ...</p>
91
  <a href="/index.html#product=msob75tft-malloca-lo-nuong-am-tu-60cm-bu-am-thuy-phan-dung-tich-75l" style="padding:12px 24px;background:#003f62;color:#fff;border-radius:10px;font-weight:700;text-decoration:none;display:inline-block">Xem sản phẩm →</a>
92
  </div>
 
12
  <meta property="og:description" content="Lò nướng âm tủ, mặt kính đen, màn hình TFT Dung tích lớn 75L, công suất 3300W với 9 chức năng nướng. Công nghệ Steam Assisted Cooking bổ sung độ ẩm cho món ăn. Menu lập trình sẵn 100 món, điều khiể...">
13
  <meta property="og:url" content="https://bep40-malloca-website.static.hf.space/san-pham/msob75tft-malloca-lo-nuong-am-tu-60cm-bu-am-thuy-phan-dung-tich-75l/">
14
  <meta property="og:image" content="https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-msob75tft-9c8250a8-b4a0-491c-8048-ea21230a24fb.png?v=1776733615553">
15
+ <script type="application/ld+json">{"@context": "https://schema.org", "@type": "Product", "name": "MSOB75TFT | Malloca | Lò nướng âm tủ 60cm bù ẩm thủy phân dung tích 75L", "image": ["https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-msob75tft-9c8250a8-b4a0-491c-8048-ea21230a24fb.png?v=1776733615553", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ung-dung-lo-vi-song-nuong-malloca-msob75tft5.png?v=1776733615553", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ung-dung-lo-vi-song-nuong-malloca-msob75tft3.png?v=1776733615553", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ung-dung-lo-vi-song-nuong-malloca-msob75tft2.png?v=1776733615553", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ung-dung-lo-vi-song-nuong-malloca-msob75tft.png?v=1776733615553", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ung-dung-lo-vi-song-nuong-malloca-msob75tft4.png?v=1776733615553", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ky-thuat-lo-nuong-vi-song-malloca-msob75tft-7481c9cd-f260-4191-8b85-9826fbf9c65a.jpg?v=1776733615553"], "description": "Lò nướng âm tủ, mặt kính đen, màn hình TFT Dung tích lớn 75L, công suất 3300W với 9 chức năng nướng. Công nghệ Steam Assisted Cooking bổ sung độ ẩm cho món ăn. Menu lập trình sẵn 100 món, điều khiển cảm ứng/núm vặn. Cửa lò đóng giảm chấn, tự làm sạch VapClean+, khóa trẻ em.", "brand": {"@type": "Brand", "name": "Malloca"}, "category": "Lò nướng, lò hấp", "sku": "600001292", "offers": {"@type": "Offer", "price": 31860000, "priceCurrency": "VND", "availability": "https://schema.org/InStock", "url": "https://bep40-malloca-website.static.hf.space/san-pham/msob75tft-malloca-lo-nuong-am-tu-60cm-bu-am-thuy-phan-dung-tich-75l/"}}</script>
16
  <script>window.location.replace("/index.html#product=msob75tft-malloca-lo-nuong-am-tu-60cm-bu-am-thuy-phan-dung-tich-75l");</script>
17
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
18
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
 
86
  <div style="text-align:center;padding:60px 20px">
87
  <div style="margin-bottom:20px"><img src="https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-msob75tft-9c8250a8-b4a0-491c-8048-ea21230a24fb.png?v=1776733615553" alt="MSOB75TFT | Malloca | Lò nướng âm tủ 60cm bù ��m thủy phân dung tích 75L" style="max-width:200px;margin:0 auto;border-radius:12px"></div>
88
  <h1 style="font-size:1.3rem;font-weight:800;color:#0f172a;margin-bottom:8px">MSOB75TFT | Malloca | Lò nướng âm tủ 60cm bù ẩm thủy phân dung tích 75L</h1>
89
+ <div style="font-size:1.4rem;font-weight:900;color:#003f62;margin-bottom:16px">31.860.000đ</div>
90
  <p style="color:#64748b;font-size:.88rem;margin-bottom:20px">Đang chuyển đến trang sản phẩm đầy đủ...</p>
91
  <a href="/index.html#product=msob75tft-malloca-lo-nuong-am-tu-60cm-bu-am-thuy-phan-dung-tich-75l" style="padding:12px 24px;background:#003f62;color:#fff;border-radius:10px;font-weight:700;text-decoration:none;display:inline-block">Xem sản phẩm →</a>
92
  </div>
san-pham/mst48cp-malloca-lo-hap-am-tu-dung-tich-48l/index.html CHANGED
@@ -12,7 +12,7 @@
12
  <meta property="og:description" content="Lò hấp âm tủ hiện đại, mặt kính màu đen. Dung tích 48L, công suất 2060W, chức năng hấp đối lưu. Điều khiển cảm ứng kết hợp màn hình LCD hiển thị. Tính năng rã đông thực phẩm và hẹn giờ nấu tiện lợi...">
13
  <meta property="og:url" content="https://bep40-malloca-website.static.hf.space/san-pham/mst48cp-malloca-lo-hap-am-tu-dung-tich-48l/">
14
  <meta property="og:image" content="https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mst48cp-09a009d6-c8c1-4473-a01e-74ec5630fb3e.png?v=1776733904020">
15
- <script type="application/ld+json">{"@context": "https://schema.org", "@type": "Product", "name": "MST48CP | Malloca | Lò hấp âm tủ dung tích 48L", "image": ["https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mst48cp-09a009d6-c8c1-4473-a01e-74ec5630fb3e.png?v=1776733904020", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ky-thuat-lo-nuong-vi-song-malloca-mst48cp.jpg?v=1776733904020"], "description": "Lò hấp âm tủ hiện đại, mặt kính màu đen. Dung tích 48L, công suất 2060W, chức năng hấp đối lưu. Điều khiển cảm ứng kết hợp màn hình LCD hiển thị. Tính năng rã đông thực phẩm và hẹn giờ nấu tiện lợi. An toàn tối ưu với khóa trẻ em và đèn chiếu sáng bên trong.", "brand": {"@type": "Brand", "name": "Malloca"}, "category": "Lò nướng, lò hấp", "sku": "600001126", "offers": {"@type": "Offer", "price": 21993000, "priceCurrency": "VND", "availability": "https://schema.org/InStock", "url": "https://bep40-malloca-website.static.hf.space/san-pham/mst48cp-malloca-lo-hap-am-tu-dung-tich-48l/"}}</script>
16
  <script>window.location.replace("/index.html#product=mst48cp-malloca-lo-hap-am-tu-dung-tich-48l");</script>
17
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
18
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
@@ -86,7 +86,7 @@ img{max-width:100%;display:block}a{text-decoration:none;color:inherit}
86
  <div style="text-align:center;padding:60px 20px">
87
  <div style="margin-bottom:20px"><img src="https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mst48cp-09a009d6-c8c1-4473-a01e-74ec5630fb3e.png?v=1776733904020" alt="MST48CP | Malloca | Lò hấp âm tủ dung tích 48L" style="max-width:200px;margin:0 auto;border-radius:12px"></div>
88
  <h1 style="font-size:1.3rem;font-weight:800;color:#0f172a;margin-bottom:8px">MST48CP | Malloca | Lò hấp âm tủ dung tích 48L</h1>
89
- <div style="font-size:1.4rem;font-weight:900;color:#003f62;margin-bottom:16px">21.993.000đ</div>
90
  <p style="color:#64748b;font-size:.88rem;margin-bottom:20px">Đang chuyển đến trang sản phẩm đầy đủ...</p>
91
  <a href="/index.html#product=mst48cp-malloca-lo-hap-am-tu-dung-tich-48l" style="padding:12px 24px;background:#003f62;color:#fff;border-radius:10px;font-weight:700;text-decoration:none;display:inline-block">Xem sản phẩm →</a>
92
  </div>
 
12
  <meta property="og:description" content="Lò hấp âm tủ hiện đại, mặt kính màu đen. Dung tích 48L, công suất 2060W, chức năng hấp đối lưu. Điều khiển cảm ứng kết hợp màn hình LCD hiển thị. Tính năng rã đông thực phẩm và hẹn giờ nấu tiện lợi...">
13
  <meta property="og:url" content="https://bep40-malloca-website.static.hf.space/san-pham/mst48cp-malloca-lo-hap-am-tu-dung-tich-48l/">
14
  <meta property="og:image" content="https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mst48cp-09a009d6-c8c1-4473-a01e-74ec5630fb3e.png?v=1776733904020">
15
+ <script type="application/ld+json">{"@context": "https://schema.org", "@type": "Product", "name": "MST48CP | Malloca | Lò hấp âm tủ dung tích 48L", "image": ["https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mst48cp-09a009d6-c8c1-4473-a01e-74ec5630fb3e.png?v=1776733904020", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ky-thuat-lo-nuong-vi-song-malloca-mst48cp.jpg?v=1776733904020"], "description": "Lò hấp âm tủ hiện đại, mặt kính màu đen. Dung tích 48L, công suất 2060W, chức năng hấp đối lưu. Điều khiển cảm ứng kết hợp màn hình LCD hiển thị. Tính năng rã đông thực phẩm và hẹn giờ nấu tiện lợi. An toàn tối ưu với khóa trẻ em và đèn chiếu sáng bên trong.", "brand": {"@type": "Brand", "name": "Malloca"}, "category": "Lò nướng, lò hấp", "sku": "600001126", "offers": {"@type": "Offer", "price": 20422000, "priceCurrency": "VND", "availability": "https://schema.org/InStock", "url": "https://bep40-malloca-website.static.hf.space/san-pham/mst48cp-malloca-lo-hap-am-tu-dung-tich-48l/"}}</script>
16
  <script>window.location.replace("/index.html#product=mst48cp-malloca-lo-hap-am-tu-dung-tich-48l");</script>
17
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
18
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
 
86
  <div style="text-align:center;padding:60px 20px">
87
  <div style="margin-bottom:20px"><img src="https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mst48cp-09a009d6-c8c1-4473-a01e-74ec5630fb3e.png?v=1776733904020" alt="MST48CP | Malloca | Lò hấp âm tủ dung tích 48L" style="max-width:200px;margin:0 auto;border-radius:12px"></div>
88
  <h1 style="font-size:1.3rem;font-weight:800;color:#0f172a;margin-bottom:8px">MST48CP | Malloca | Lò hấp âm tủ dung tích 48L</h1>
89
+ <div style="font-size:1.4rem;font-weight:900;color:#003f62;margin-bottom:16px">20.422.000đ</div>
90
  <p style="color:#64748b;font-size:.88rem;margin-bottom:20px">Đang chuyển đến trang sản phẩm đầy đủ...</p>
91
  <a href="/index.html#product=mst48cp-malloca-lo-hap-am-tu-dung-tich-48l" style="padding:12px 24px;background:#003f62;color:#fff;border-radius:10px;font-weight:700;text-decoration:none;display:inline-block">Xem sản phẩm →</a>
92
  </div>
san-pham/mw820b-malloca-lo-vi-song-am-tu-dung-tich-20l/index.html CHANGED
@@ -12,7 +12,7 @@
12
  <meta property="og:description" content="Thiết kế âm tủ gọn gàng, mặt kính đen sang trọng. Dung tích 20L, tích hợp chức năng vi sóng và nướng. Điều khiển bằng núm vặn bền bỉ, dễ dàng thao tác. 5 mức công suất vi sóng, rã đông theo trọng l...">
13
  <meta property="og:url" content="https://bep40-malloca-website.static.hf.space/san-pham/mw820b-malloca-lo-vi-song-am-tu-dung-tich-20l/">
14
  <meta property="og:image" content="https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mw820b-81395b4b-bf87-44bd-9ad4-c98a1ecb77fc.png?v=1767088246743">
15
- <script type="application/ld+json">{"@context": "https://schema.org", "@type": "Product", "name": "MW820B | Malloca | Lò vi sóng âm tủ dung tích 20L", "image": ["https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mw820b-81395b4b-bf87-44bd-9ad4-c98a1ecb77fc.png?v=1767088246743", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ky-thuat-lo-nuong-vi-song-malloca-mw820b.jpg?v=1767171385853"], "description": "Thiết kế âm tủ gọn gàng, mặt kính đen sang trọng. Dung tích 20L, tích hợp chức năng vi sóng và nướng. Điều khiển bằng núm vặn bền bỉ, dễ dàng thao tác. 5 mức công suất vi sóng, rã đông theo trọng lượng/thời gian. Đèn chiếu sáng bên trong lò tiện lợi khi quan sát.", "brand": {"@type": "Brand", "name": "Malloca"}, "category": "Lò vi sóng", "sku": "600000821", "offers": {"@type": "Offer", "price": 23073000, "priceCurrency": "VND", "availability": "https://schema.org/InStock", "url": "https://bep40-malloca-website.static.hf.space/san-pham/mw820b-malloca-lo-vi-song-am-tu-dung-tich-20l/"}}</script>
16
  <script>window.location.replace("/index.html#product=mw820b-malloca-lo-vi-song-am-tu-dung-tich-20l");</script>
17
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
18
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
@@ -86,7 +86,7 @@ img{max-width:100%;display:block}a{text-decoration:none;color:inherit}
86
  <div style="text-align:center;padding:60px 20px">
87
  <div style="margin-bottom:20px"><img src="https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mw820b-81395b4b-bf87-44bd-9ad4-c98a1ecb77fc.png?v=1767088246743" alt="MW820B | Malloca | Lò vi sóng âm tủ dung tích 20L" style="max-width:200px;margin:0 auto;border-radius:12px"></div>
88
  <h1 style="font-size:1.3rem;font-weight:800;color:#0f172a;margin-bottom:8px">MW820B | Malloca | Lò vi sóng âm tủ dung tích 20L</h1>
89
- <div style="font-size:1.4rem;font-weight:900;color:#003f62;margin-bottom:16px">23.073.000đ</div>
90
  <p style="color:#64748b;font-size:.88rem;margin-bottom:20px">Đang chuyển đến trang sản phẩm đầy đủ...</p>
91
  <a href="/index.html#product=mw820b-malloca-lo-vi-song-am-tu-dung-tich-20l" style="padding:12px 24px;background:#003f62;color:#fff;border-radius:10px;font-weight:700;text-decoration:none;display:inline-block">Xem sản phẩm →</a>
92
  </div>
 
12
  <meta property="og:description" content="Thiết kế âm tủ gọn gàng, mặt kính đen sang trọng. Dung tích 20L, tích hợp chức năng vi sóng và nướng. Điều khiển bằng núm vặn bền bỉ, dễ dàng thao tác. 5 mức công suất vi sóng, rã đông theo trọng l...">
13
  <meta property="og:url" content="https://bep40-malloca-website.static.hf.space/san-pham/mw820b-malloca-lo-vi-song-am-tu-dung-tich-20l/">
14
  <meta property="og:image" content="https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mw820b-81395b4b-bf87-44bd-9ad4-c98a1ecb77fc.png?v=1767088246743">
15
+ <script type="application/ld+json">{"@context": "https://schema.org", "@type": "Product", "name": "MW820B | Malloca | Lò vi sóng âm tủ dung tích 20L", "image": ["https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mw820b-81395b4b-bf87-44bd-9ad4-c98a1ecb77fc.png?v=1767088246743", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ky-thuat-lo-nuong-vi-song-malloca-mw820b.jpg?v=1767171385853"], "description": "Thiết kế âm tủ gọn gàng, mặt kính đen sang trọng. Dung tích 20L, tích hợp chức năng vi sóng và nướng. Điều khiển bằng núm vặn bền bỉ, dễ dàng thao tác. 5 mức công suất vi sóng, rã đông theo trọng lượng/thời gian. Đèn chiếu sáng bên trong lò tiện lợi khi quan sát.", "brand": {"@type": "Brand", "name": "Malloca"}, "category": "Lò vi sóng", "sku": "600000821", "offers": {"@type": "Offer", "price": 8640000, "priceCurrency": "VND", "availability": "https://schema.org/InStock", "url": "https://bep40-malloca-website.static.hf.space/san-pham/mw820b-malloca-lo-vi-song-am-tu-dung-tich-20l/"}}</script>
16
  <script>window.location.replace("/index.html#product=mw820b-malloca-lo-vi-song-am-tu-dung-tich-20l");</script>
17
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
18
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
 
86
  <div style="text-align:center;padding:60px 20px">
87
  <div style="margin-bottom:20px"><img src="https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mw820b-81395b4b-bf87-44bd-9ad4-c98a1ecb77fc.png?v=1767088246743" alt="MW820B | Malloca | Lò vi sóng âm tủ dung tích 20L" style="max-width:200px;margin:0 auto;border-radius:12px"></div>
88
  <h1 style="font-size:1.3rem;font-weight:800;color:#0f172a;margin-bottom:8px">MW820B | Malloca | Lò vi sóng âm tủ dung tích 20L</h1>
89
+ <div style="font-size:1.4rem;font-weight:900;color:#003f62;margin-bottom:16px">8.640.000đ</div>
90
  <p style="color:#64748b;font-size:.88rem;margin-bottom:20px">Đang chuyển đến trang sản phẩm đầy đủ...</p>
91
  <a href="/index.html#product=mw820b-malloca-lo-vi-song-am-tu-dung-tich-20l" style="padding:12px 24px;background:#003f62;color:#fff;border-radius:10px;font-weight:700;text-decoration:none;display:inline-block">Xem sản phẩm →</a>
92
  </div>
san-pham/mw925bf-malloca-lo-vi-song-am-tu-khong-dia-xoay-dung-tich-25l/index.html CHANGED
@@ -12,7 +12,7 @@
12
  <meta property="og:description" content="Thiết kế âm tủ hiện đại, mặt kính đen sang trọng. Dung tích 25L, 5 mức công suất, tích hợp chức năng nướng. Điều khiển cảm ứng mượt mà, màn hình LED hiển thị rõ. Công nghệ không dùng đĩa xoay giúp ...">
13
  <meta property="og:url" content="https://bep40-malloca-website.static.hf.space/san-pham/mw925bf-malloca-lo-vi-song-am-tu-khong-dia-xoay-dung-tich-25l/">
14
  <meta property="og:image" content="https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mw925bf-da5da4c2-b5e4-4bae-9be8-71fd4325281b.png?v=1767088201720">
15
- <script type="application/ld+json">{"@context": "https://schema.org", "@type": "Product", "name": "MW925BF | Malloca | Lò vi sóng âm tủ không đĩa xoay dung tích 25L", "image": ["https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mw925bf-da5da4c2-b5e4-4bae-9be8-71fd4325281b.png?v=1767088201720", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ung-dung-lo-vi-song-nuong-malloca-mw95bf6.png?v=1767171371110", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ung-dung-lo-vi-song-nuong-malloca-mw95bf4.png?v=1767171371110", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ung-dung-lo-vi-song-nuong-malloca-mw95bf3.png?v=1767171371110", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ung-dung-lo-vi-song-nuong-malloca-mw95bf2.png?v=1767171371110", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ung-dung-lo-vi-song-nuong-malloca-mw95bf.png?v=1767171371110", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ung-dung-lo-vi-song-nuong-malloca-mw95bf5.png?v=1767171371110", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ky-thuat-lo-nuong-vi-song-malloca-mw925bf.jpg?v=1767171371110"], "description": "Thiết kế âm tủ hiện đại, mặt kính đen sang trọng. Dung tích 25L, 5 mức công suất, tích hợp chức năng nướng. Điều khiển cảm ứng mượt mà, màn hình LED hiển thị rõ. Công nghệ không dùng đĩa xoay giúp tối ưu diện tích. An toàn tối ưu với khóa trẻ em và chương trình tự động.", "brand": {"@type": "Brand", "name": "Malloca"}, "category": "Lò vi sóng", "sku": "600001348", "offers": {"@type": "Offer", "price": 22484000, "priceCurrency": "VND", "availability": "https://schema.org/InStock", "url": "https://bep40-malloca-website.static.hf.space/san-pham/mw925bf-malloca-lo-vi-song-am-tu-khong-dia-xoay-dung-tich-25l/"}}</script>
16
  <script>window.location.replace("/index.html#product=mw925bf-malloca-lo-vi-song-am-tu-khong-dia-xoay-dung-tich-25l");</script>
17
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
18
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
@@ -86,7 +86,7 @@ img{max-width:100%;display:block}a{text-decoration:none;color:inherit}
86
  <div style="text-align:center;padding:60px 20px">
87
  <div style="margin-bottom:20px"><img src="https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mw925bf-da5da4c2-b5e4-4bae-9be8-71fd4325281b.png?v=1767088201720" alt="MW925BF | Malloca | Lò vi sóng âm tủ không đĩa xoay dung tích 25L" style="max-width:200px;margin:0 auto;border-radius:12px"></div>
88
  <h1 style="font-size:1.3rem;font-weight:800;color:#0f172a;margin-bottom:8px">MW925BF | Malloca | Lò vi sóng âm tủ không đĩa xoay dung tích 25L</h1>
89
- <div style="font-size:1.4rem;font-weight:900;color:#003f62;margin-bottom:16px">22.484.000đ</div>
90
  <p style="color:#64748b;font-size:.88rem;margin-bottom:20px">Đang chuyển đến trang sản phẩm đầy đủ...</p>
91
  <a href="/index.html#product=mw925bf-malloca-lo-vi-song-am-tu-khong-dia-xoay-dung-tich-25l" style="padding:12px 24px;background:#003f62;color:#fff;border-radius:10px;font-weight:700;text-decoration:none;display:inline-block">Xem sản phẩm →</a>
92
  </div>
 
12
  <meta property="og:description" content="Thiết kế âm tủ hiện đại, mặt kính đen sang trọng. Dung tích 25L, 5 mức công suất, tích hợp chức năng nướng. Điều khiển cảm ứng mượt mà, màn hình LED hiển thị rõ. Công nghệ không dùng đĩa xoay giúp ...">
13
  <meta property="og:url" content="https://bep40-malloca-website.static.hf.space/san-pham/mw925bf-malloca-lo-vi-song-am-tu-khong-dia-xoay-dung-tich-25l/">
14
  <meta property="og:image" content="https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mw925bf-da5da4c2-b5e4-4bae-9be8-71fd4325281b.png?v=1767088201720">
15
+ <script type="application/ld+json">{"@context": "https://schema.org", "@type": "Product", "name": "MW925BF | Malloca | Lò vi sóng âm tủ không đĩa xoay dung tích 25L", "image": ["https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mw925bf-da5da4c2-b5e4-4bae-9be8-71fd4325281b.png?v=1767088201720", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ung-dung-lo-vi-song-nuong-malloca-mw95bf6.png?v=1767171371110", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ung-dung-lo-vi-song-nuong-malloca-mw95bf4.png?v=1767171371110", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ung-dung-lo-vi-song-nuong-malloca-mw95bf3.png?v=1767171371110", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ung-dung-lo-vi-song-nuong-malloca-mw95bf2.png?v=1767171371110", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ung-dung-lo-vi-song-nuong-malloca-mw95bf.png?v=1767171371110", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ung-dung-lo-vi-song-nuong-malloca-mw95bf5.png?v=1767171371110", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ky-thuat-lo-nuong-vi-song-malloca-mw925bf.jpg?v=1767171371110"], "description": "Thiết kế âm tủ hiện đại, mặt kính đen sang trọng. Dung tích 25L, 5 mức công suất, tích hợp chức năng nướng. Điều khiển cảm ứng mượt mà, màn hình LED hiển thị rõ. Công nghệ không dùng đĩa xoay giúp tối ưu diện tích. An toàn tối ưu với khóa trẻ em và chương trình tự động.", "brand": {"@type": "Brand", "name": "Malloca"}, "category": "Lò vi sóng", "sku": "600001348", "offers": {"@type": "Offer", "price": 13608000, "priceCurrency": "VND", "availability": "https://schema.org/InStock", "url": "https://bep40-malloca-website.static.hf.space/san-pham/mw925bf-malloca-lo-vi-song-am-tu-khong-dia-xoay-dung-tich-25l/"}}</script>
16
  <script>window.location.replace("/index.html#product=mw925bf-malloca-lo-vi-song-am-tu-khong-dia-xoay-dung-tich-25l");</script>
17
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
18
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
 
86
  <div style="text-align:center;padding:60px 20px">
87
  <div style="margin-bottom:20px"><img src="https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mw925bf-da5da4c2-b5e4-4bae-9be8-71fd4325281b.png?v=1767088201720" alt="MW925BF | Malloca | Lò vi sóng âm tủ không đĩa xoay dung tích 25L" style="max-width:200px;margin:0 auto;border-radius:12px"></div>
88
  <h1 style="font-size:1.3rem;font-weight:800;color:#0f172a;margin-bottom:8px">MW925BF | Malloca | Lò vi sóng âm tủ không đĩa xoay dung tích 25L</h1>
89
+ <div style="font-size:1.4rem;font-weight:900;color:#003f62;margin-bottom:16px">13.608.000đ</div>
90
  <p style="color:#64748b;font-size:.88rem;margin-bottom:20px">Đang chuyển đến trang sản phẩm đầy đủ...</p>
91
  <a href="/index.html#product=mw925bf-malloca-lo-vi-song-am-tu-khong-dia-xoay-dung-tich-25l" style="padding:12px 24px;background:#003f62;color:#fff;border-radius:10px;font-weight:700;text-decoration:none;display:inline-block">Xem sản phẩm →</a>
92
  </div>
san-pham/mw927i-malloca-lo-vi-song-am-tu-dung-tich-27l/index.html CHANGED
@@ -12,7 +12,7 @@
12
  <meta property="og:description" content="Thiết kế hiện đại kính đen kết hợp Inox Dung tích 27L,tích hợp chức năng vi sóng và nướng. Điều khiển điện tử thông minh kết hợp màn hình LED. 5 mức công suất, rã đông theo trọng lượng và thời gian...">
13
  <meta property="og:url" content="https://bep40-malloca-website.static.hf.space/san-pham/mw927i-malloca-lo-vi-song-am-tu-dung-tich-27l/">
14
  <meta property="og:image" content="https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mw927i-d9997e09-2e34-41d7-bb8a-6b179770b14b.png?v=1767088228447">
15
- <script type="application/ld+json">{"@context": "https://schema.org", "@type": "Product", "name": "MW927I | Malloca | Lò vi sóng âm tủ dung tích 27L", "image": ["https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mw927i-d9997e09-2e34-41d7-bb8a-6b179770b14b.png?v=1767088228447", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ung-dung-lo-vi-song-nuong-malloca-mw927imov659i-ud.png?v=1767171382317", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ung-dung-lo-vi-song-nuong-malloca-mw927imov659i-3-ud.png?v=1767171382317", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ung-dung-lo-vi-song-nuong-malloca-mw927imov659i-2-ud.png?v=1767171382317", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ung-dung-lo-vi-song-nuong-malloca-mw927imov659i-1-ud.png?v=1767171382317", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ky-thuat-lo-nuong-vi-song-malloca-mw927iup122023.jpg?v=1767171382317"], "description": "Thiết kế hiện đại kính đen kết hợp Inox Dung tích 27L,tích hợp chức năng vi sóng và nướng. Điều khiển điện tử thông minh kết hợp màn hình LED. 5 mức công suất, rã đông theo trọng lượng và thời gian. An toàn tối ưu với khóa trẻ em và đèn Halogen bên trong.", "brand": {"@type": "Brand", "name": "Malloca"}, "category": "Lò vi sóng", "sku": "600000307", "offers": {"@type": "Offer", "price": 6930000, "priceCurrency": "VND", "availability": "https://schema.org/InStock", "url": "https://bep40-malloca-website.static.hf.space/san-pham/mw927i-malloca-lo-vi-song-am-tu-dung-tich-27l/"}}</script>
16
  <script>window.location.replace("/index.html#product=mw927i-malloca-lo-vi-song-am-tu-dung-tich-27l");</script>
17
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
18
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
@@ -86,7 +86,7 @@ img{max-width:100%;display:block}a{text-decoration:none;color:inherit}
86
  <div style="text-align:center;padding:60px 20px">
87
  <div style="margin-bottom:20px"><img src="https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mw927i-d9997e09-2e34-41d7-bb8a-6b179770b14b.png?v=1767088228447" alt="MW927I | Malloca | Lò vi sóng âm tủ dung tích 27L" style="max-width:200px;margin:0 auto;border-radius:12px"></div>
88
  <h1 style="font-size:1.3rem;font-weight:800;color:#0f172a;margin-bottom:8px">MW927I | Malloca | Lò vi sóng âm tủ dung tích 27L</h1>
89
- <div style="font-size:1.4rem;font-weight:900;color:#003f62;margin-bottom:16px">6.930.000đ</div>
90
  <p style="color:#64748b;font-size:.88rem;margin-bottom:20px">Đang chuyển đến trang sản phẩm đầy đủ...</p>
91
  <a href="/index.html#product=mw927i-malloca-lo-vi-song-am-tu-dung-tich-27l" style="padding:12px 24px;background:#003f62;color:#fff;border-radius:10px;font-weight:700;text-decoration:none;display:inline-block">Xem sản phẩm →</a>
92
  </div>
 
12
  <meta property="og:description" content="Thiết kế hiện đại kính đen kết hợp Inox Dung tích 27L,tích hợp chức năng vi sóng và nướng. Điều khiển điện tử thông minh kết hợp màn hình LED. 5 mức công suất, rã đông theo trọng lượng và thời gian...">
13
  <meta property="og:url" content="https://bep40-malloca-website.static.hf.space/san-pham/mw927i-malloca-lo-vi-song-am-tu-dung-tich-27l/">
14
  <meta property="og:image" content="https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mw927i-d9997e09-2e34-41d7-bb8a-6b179770b14b.png?v=1767088228447">
15
+ <script type="application/ld+json">{"@context": "https://schema.org", "@type": "Product", "name": "MW927I | Malloca | Lò vi sóng âm tủ dung tích 27L", "image": ["https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mw927i-d9997e09-2e34-41d7-bb8a-6b179770b14b.png?v=1767088228447", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ung-dung-lo-vi-song-nuong-malloca-mw927imov659i-ud.png?v=1767171382317", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ung-dung-lo-vi-song-nuong-malloca-mw927imov659i-3-ud.png?v=1767171382317", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ung-dung-lo-vi-song-nuong-malloca-mw927imov659i-2-ud.png?v=1767171382317", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ung-dung-lo-vi-song-nuong-malloca-mw927imov659i-1-ud.png?v=1767171382317", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ky-thuat-lo-nuong-vi-song-malloca-mw927iup122023.jpg?v=1767171382317"], "description": "Thiết kế hiện đại kính đen kết hợp Inox Dung tích 27L,tích hợp chức năng vi sóng và nướng. Điều khiển điện tử thông minh kết hợp màn hình LED. 5 mức công suất, rã đông theo trọng lượng và thời gian. An toàn tối ưu với khóa trẻ em và đèn Halogen bên trong.", "brand": {"@type": "Brand", "name": "Malloca"}, "category": "Lò vi sóng", "sku": "600000307", "offers": {"@type": "Offer", "price": 11291000, "priceCurrency": "VND", "availability": "https://schema.org/InStock", "url": "https://bep40-malloca-website.static.hf.space/san-pham/mw927i-malloca-lo-vi-song-am-tu-dung-tich-27l/"}}</script>
16
  <script>window.location.replace("/index.html#product=mw927i-malloca-lo-vi-song-am-tu-dung-tich-27l");</script>
17
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
18
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
 
86
  <div style="text-align:center;padding:60px 20px">
87
  <div style="margin-bottom:20px"><img src="https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mw927i-d9997e09-2e34-41d7-bb8a-6b179770b14b.png?v=1767088228447" alt="MW927I | Malloca | Lò vi sóng âm tủ dung tích 27L" style="max-width:200px;margin:0 auto;border-radius:12px"></div>
88
  <h1 style="font-size:1.3rem;font-weight:800;color:#0f172a;margin-bottom:8px">MW927I | Malloca | Lò vi sóng âm tủ dung tích 27L</h1>
89
+ <div style="font-size:1.4rem;font-weight:900;color:#003f62;margin-bottom:16px">11.291.000đ</div>
90
  <p style="color:#64748b;font-size:.88rem;margin-bottom:20px">Đang chuyển đến trang sản phẩm đầy đủ...</p>
91
  <a href="/index.html#product=mw927i-malloca-lo-vi-song-am-tu-dung-tich-27l" style="padding:12px 24px;background:#003f62;color:#fff;border-radius:10px;font-weight:700;text-decoration:none;display:inline-block">Xem sản phẩm →</a>
92
  </div>
san-pham/mw927s-malloca-lo-vi-song-am-tu-dung-tich-27l/index.html CHANGED
@@ -12,7 +12,7 @@
12
  <meta property="og:description" content="Thiết kế âm tủ, mặt kính màu đen phối Inox sang trọng. Dung tích 27L, tích hợp chức năng vi sóng và nướng. Hệ thống điều khiển điện tử kết hợp màn hình LCD. 5 mức công suất, rã đông theo trọng lượn...">
13
  <meta property="og:url" content="https://bep40-malloca-website.static.hf.space/san-pham/mw927s-malloca-lo-vi-song-am-tu-dung-tich-27l/">
14
  <meta property="og:image" content="https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mw927s-a8edd250-c7a6-4f7c-8731-2721fc1c7dc5.png?v=1767088206603">
15
- <script type="application/ld+json">{"@context": "https://schema.org", "@type": "Product", "name": "MW927S | Malloca | Lò vi sóng âm tủ dung tích 27L", "image": ["https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mw927s-a8edd250-c7a6-4f7c-8731-2721fc1c7dc5.png?v=1767088206603", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ung-dung-lo-vi-song-nuong-malloca-mw927smov659s-ud-b0f3e528-c50f-42f5-b4ad-522ab572e7e0.png?v=1767171374593", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ky-thuat-lo-nuong-vi-song-malloca-mw927s.jpg?v=1767171374593"], "description": "Thiết kế âm tủ, mặt kính màu đen phối Inox sang trọng. Dung tích 27L, tích hợp chức năng vi sóng và nướng. Hệ thống điều khiển điện tử kết hợp màn hình LCD. 5 mức công suất, rã đông theo trọng lượng và thời gian. An toàn tối ưu với khóa trẻ em và đèn Halogen bên trong.", "brand": {"@type": "Brand", "name": "Malloca"}, "category": "Lò vi sóng", "sku": "600001100", "offers": {"@type": "Offer", "price": 22582000, "priceCurrency": "VND", "availability": "https://schema.org/InStock", "url": "https://bep40-malloca-website.static.hf.space/san-pham/mw927s-malloca-lo-vi-song-am-tu-dung-tich-27l/"}}</script>
16
  <script>window.location.replace("/index.html#product=mw927s-malloca-lo-vi-song-am-tu-dung-tich-27l");</script>
17
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
18
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
@@ -86,7 +86,7 @@ img{max-width:100%;display:block}a{text-decoration:none;color:inherit}
86
  <div style="text-align:center;padding:60px 20px">
87
  <div style="margin-bottom:20px"><img src="https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mw927s-a8edd250-c7a6-4f7c-8731-2721fc1c7dc5.png?v=1767088206603" alt="MW927S | Malloca | Lò vi sóng âm tủ dung tích 27L" style="max-width:200px;margin:0 auto;border-radius:12px"></div>
88
  <h1 style="font-size:1.3rem;font-weight:800;color:#0f172a;margin-bottom:8px">MW927S | Malloca | Lò vi sóng âm tủ dung tích 27L</h1>
89
- <div style="font-size:1.4rem;font-weight:900;color:#003f62;margin-bottom:16px">22.582.000đ</div>
90
  <p style="color:#64748b;font-size:.88rem;margin-bottom:20px">Đang chuyển đến trang sản phẩm đầy đủ...</p>
91
  <a href="/index.html#product=mw927s-malloca-lo-vi-song-am-tu-dung-tich-27l" style="padding:12px 24px;background:#003f62;color:#fff;border-radius:10px;font-weight:700;text-decoration:none;display:inline-block">Xem sản phẩm →</a>
92
  </div>
 
12
  <meta property="og:description" content="Thiết kế âm tủ, mặt kính màu đen phối Inox sang trọng. Dung tích 27L, tích hợp chức năng vi sóng và nướng. Hệ thống điều khiển điện tử kết hợp màn hình LCD. 5 mức công suất, rã đông theo trọng lượn...">
13
  <meta property="og:url" content="https://bep40-malloca-website.static.hf.space/san-pham/mw927s-malloca-lo-vi-song-am-tu-dung-tich-27l/">
14
  <meta property="og:image" content="https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mw927s-a8edd250-c7a6-4f7c-8731-2721fc1c7dc5.png?v=1767088206603">
15
+ <script type="application/ld+json">{"@context": "https://schema.org", "@type": "Product", "name": "MW927S | Malloca | Lò vi sóng âm tủ dung tích 27L", "image": ["https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mw927s-a8edd250-c7a6-4f7c-8731-2721fc1c7dc5.png?v=1767088206603", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ung-dung-lo-vi-song-nuong-malloca-mw927smov659s-ud-b0f3e528-c50f-42f5-b4ad-522ab572e7e0.png?v=1767171374593", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ky-thuat-lo-nuong-vi-song-malloca-mw927s.jpg?v=1767171374593"], "description": "Thiết kế âm tủ, mặt kính màu đen phối Inox sang trọng. Dung tích 27L, tích hợp chức năng vi sóng và nướng. Hệ thống điều khiển điện tử kết hợp màn hình LCD. 5 mức công suất, rã đông theo trọng lượng và thời gian. An toàn tối ưu với khóa trẻ em và đèn Halogen bên trong.", "brand": {"@type": "Brand", "name": "Malloca"}, "category": "Lò vi sóng", "sku": "600001100", "offers": {"@type": "Offer", "price": 13353000, "priceCurrency": "VND", "availability": "https://schema.org/InStock", "url": "https://bep40-malloca-website.static.hf.space/san-pham/mw927s-malloca-lo-vi-song-am-tu-dung-tich-27l/"}}</script>
16
  <script>window.location.replace("/index.html#product=mw927s-malloca-lo-vi-song-am-tu-dung-tich-27l");</script>
17
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
18
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
 
86
  <div style="text-align:center;padding:60px 20px">
87
  <div style="margin-bottom:20px"><img src="https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-lo-nuong-vi-song-malloca-mw927s-a8edd250-c7a6-4f7c-8731-2721fc1c7dc5.png?v=1767088206603" alt="MW927S | Malloca | Lò vi sóng âm tủ dung tích 27L" style="max-width:200px;margin:0 auto;border-radius:12px"></div>
88
  <h1 style="font-size:1.3rem;font-weight:800;color:#0f172a;margin-bottom:8px">MW927S | Malloca | Lò vi sóng âm tủ dung tích 27L</h1>
89
+ <div style="font-size:1.4rem;font-weight:900;color:#003f62;margin-bottom:16px">13.353.000đ</div>
90
  <p style="color:#64748b;font-size:.88rem;margin-bottom:20px">Đang chuyển đến trang sản phẩm đầy đủ...</p>
91
  <a href="/index.html#product=mw927s-malloca-lo-vi-song-am-tu-dung-tich-27l" style="padding:12px 24px;background:#003f62;color:#fff;border-radius:10px;font-weight:700;text-decoration:none;display:inline-block">Xem sản phẩm →</a>
92
  </div>
san-pham/mwc24cp-malloca-tu-ruou-doc-lap-am-tu-1-vung-nhiet-do-45cm-50l/index.html CHANGED
@@ -12,7 +12,7 @@
12
  <meta property="og:description" content="Tủ rượu độc lập , sức chứa tối đa 24 chai rượu tiêu chuẩn. Một vùng nhiệt độ độc lập 5-20C, điều khiển cảm ứng. Cửa kính Low-e chống UV, bảo vệ chất lượng rượu. Bản lề đảo chiều, khóa cửa an toàn, ...">
13
  <meta property="og:url" content="https://bep40-malloca-website.static.hf.space/san-pham/mwc24cp-malloca-tu-ruou-doc-lap-am-tu-1-vung-nhiet-do-45cm-50l/">
14
  <meta property="og:image" content="https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-tu-lanh-tu-bao-quan-ruou-malloca-mwc24cp-3980682a-cd97-4995-b391-d16669f77666.png?v=1776733747883">
15
- <script type="application/ld+json">{"@context": "https://schema.org", "@type": "Product", "name": "MWC24CP | Malloca | Tủ rượu độc lập âm tủ 1 vùng nhiệt độ 45cm 50L", "image": ["https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-tu-lanh-tu-bao-quan-ruou-malloca-mwc24cp-3980682a-cd97-4995-b391-d16669f77666.png?v=1776733747883", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ky-thuat-lo-nuong-vi-song-malloca-mwc24cp-e74119af-e6cd-4101-a09e-bb23a5de45e4.jpg?v=1776733747883"], "description": "Tủ rượu độc lập , sức chứa tối đa 24 chai rượu tiêu chuẩn. Một vùng nhiệt độ độc lập 5-20C, điều khiển cảm ứng. Cửa kính Low-e chống UV, bảo vệ chất lượng rượu. Bản lề đảo chiều, khóa cửa an toàn, bộ lọc than hoạt tính. Khay đựng rượu bằng gỗ beech sang trọng, đèn chiếu sáng bên trong.", "brand": {"@type": "Brand", "name": "Malloca"}, "category": "Tủ lạnh, tủ rượu", "sku": "600001190", "offers": {"@type": "Offer", "price": 20422000, "priceCurrency": "VND", "availability": "https://schema.org/InStock", "url": "https://bep40-malloca-website.static.hf.space/san-pham/mwc24cp-malloca-tu-ruou-doc-lap-am-tu-1-vung-nhiet-do-45cm-50l/"}}</script>
16
  <script>window.location.replace("/index.html#product=mwc24cp-malloca-tu-ruou-doc-lap-am-tu-1-vung-nhiet-do-45cm-50l");</script>
17
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
18
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
@@ -86,7 +86,7 @@ img{max-width:100%;display:block}a{text-decoration:none;color:inherit}
86
  <div style="text-align:center;padding:60px 20px">
87
  <div style="margin-bottom:20px"><img src="https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-tu-lanh-tu-bao-quan-ruou-malloca-mwc24cp-3980682a-cd97-4995-b391-d16669f77666.png?v=1776733747883" alt="MWC24CP | Malloca | Tủ rượu độc lập âm tủ 1 vùng nhiệt độ 45cm 50L" style="max-width:200px;margin:0 auto;border-radius:12px"></div>
88
  <h1 style="font-size:1.3rem;font-weight:800;color:#0f172a;margin-bottom:8px">MWC24CP | Malloca | Tủ rượu độc lập âm tủ 1 vùng nhiệt độ 45cm 50L</h1>
89
- <div style="font-size:1.4rem;font-weight:900;color:#003f62;margin-bottom:16px">20.422.000đ</div>
90
  <p style="color:#64748b;font-size:.88rem;margin-bottom:20px">Đang chuyển đến trang sản phẩm đầy đủ...</p>
91
  <a href="/index.html#product=mwc24cp-malloca-tu-ruou-doc-lap-am-tu-1-vung-nhiet-do-45cm-50l" style="padding:12px 24px;background:#003f62;color:#fff;border-radius:10px;font-weight:700;text-decoration:none;display:inline-block">Xem sản phẩm →</a>
92
  </div>
 
12
  <meta property="og:description" content="Tủ rượu độc lập , sức chứa tối đa 24 chai rượu tiêu chuẩn. Một vùng nhiệt độ độc lập 5-20C, điều khiển cảm ứng. Cửa kính Low-e chống UV, bảo vệ chất lượng rượu. Bản lề đảo chiều, khóa cửa an toàn, ...">
13
  <meta property="og:url" content="https://bep40-malloca-website.static.hf.space/san-pham/mwc24cp-malloca-tu-ruou-doc-lap-am-tu-1-vung-nhiet-do-45cm-50l/">
14
  <meta property="og:image" content="https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-tu-lanh-tu-bao-quan-ruou-malloca-mwc24cp-3980682a-cd97-4995-b391-d16669f77666.png?v=1776733747883">
15
+ <script type="application/ld+json">{"@context": "https://schema.org", "@type": "Product", "name": "MWC24CP | Malloca | Tủ rượu độc lập âm tủ 1 vùng nhiệt độ 45cm 50L", "image": ["https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-tu-lanh-tu-bao-quan-ruou-malloca-mwc24cp-3980682a-cd97-4995-b391-d16669f77666.png?v=1776733747883", "https://bizweb.dktcdn.net/100/567/847/products/hinh-ky-thuat-lo-nuong-vi-song-malloca-mwc24cp-e74119af-e6cd-4101-a09e-bb23a5de45e4.jpg?v=1776733747883"], "description": "Tủ rượu độc lập , sức chứa tối đa 24 chai rượu tiêu chuẩn. Một vùng nhiệt độ độc lập 5-20C, điều khiển cảm ứng. Cửa kính Low-e chống UV, bảo vệ chất lượng rượu. Bản lề đảo chiều, khóa cửa an toàn, bộ lọc than hoạt tính. Khay đựng rượu bằng gỗ beech sang trọng, đèn chiếu sáng bên trong.", "brand": {"@type": "Brand", "name": "Malloca"}, "category": "Tủ lạnh, tủ rượu", "sku": "600001190", "offers": {"@type": "Offer", "price": 24349000, "priceCurrency": "VND", "availability": "https://schema.org/InStock", "url": "https://bep40-malloca-website.static.hf.space/san-pham/mwc24cp-malloca-tu-ruou-doc-lap-am-tu-1-vung-nhiet-do-45cm-50l/"}}</script>
16
  <script>window.location.replace("/index.html#product=mwc24cp-malloca-tu-ruou-doc-lap-am-tu-1-vung-nhiet-do-45cm-50l");</script>
17
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
18
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
 
86
  <div style="text-align:center;padding:60px 20px">
87
  <div style="margin-bottom:20px"><img src="https://bizweb.dktcdn.net/100/567/847/products/hinh-san-pham-tu-lanh-tu-bao-quan-ruou-malloca-mwc24cp-3980682a-cd97-4995-b391-d16669f77666.png?v=1776733747883" alt="MWC24CP | Malloca | Tủ rượu độc lập âm tủ 1 vùng nhiệt độ 45cm 50L" style="max-width:200px;margin:0 auto;border-radius:12px"></div>
88
  <h1 style="font-size:1.3rem;font-weight:800;color:#0f172a;margin-bottom:8px">MWC24CP | Malloca | Tủ rượu độc lập âm tủ 1 vùng nhiệt độ 45cm 50L</h1>
89
+ <div style="font-size:1.4rem;font-weight:900;color:#003f62;margin-bottom:16px">24.349.000đ</div>
90
  <p style="color:#64748b;font-size:.88rem;margin-bottom:20px">Đang chuyển đến trang sản phẩm đầy đủ...</p>
91
  <a href="/index.html#product=mwc24cp-malloca-tu-ruou-doc-lap-am-tu-1-vung-nhiet-do-45cm-50l" style="padding:12px 24px;background:#003f62;color:#fff;border-radius:10px;font-weight:700;text-decoration:none;display:inline-block">Xem sản phẩm →</a>
92
  </div>