{"id":3021,"date":"2025-05-22T11:02:34","date_gmt":"2025-05-22T11:02:34","guid":{"rendered":"https:\/\/wpglozin.com\/electro\/?page_id=3021"},"modified":"2026-06-11T11:36:10","modified_gmt":"2026-06-11T08:36:10","slug":"pagina-principala-2","status":"publish","type":"page","link":"https:\/\/aiwox.md\/en\/","title":{"rendered":"Pagina principal\u0103"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"3021\" class=\"elementor elementor-3021\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bc7f480 e-con-full e-flex glozin-responsive-column glozin-tablet-column--default glozin-responsive-column glozin-mobile-column--default e-con e-parent\" data-id=\"bc7f480\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-209af75 elementor-widget elementor-widget-aiwox_premium_hero\" data-id=\"209af75\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"aiwox_premium_hero.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\n  .aiwox-dh, .aiwox-dh * { box-sizing: border-box; }\n\n  .aiwox-dh {\n    --violet: #6d5dfc;\n    --lime: var(--aiwox-accent);\n    --bg-cat: rgba(255, 255, 255, 0.85);\n    --ease: cubic-bezier(0.25, 1, 0.5, 1);\n    \n    width: 100%; max-width: 100%; margin: 0;\n    padding: 12px 2vw; \n    font-family: Inter, \"Instrument Sans\", Arial, sans-serif;\n  }\n\n  .aiwox-dh__grid {\n    display: grid;\n    grid-template-columns: 280px 1fr 280px; \n    gap: 20px; \n    align-items: stretch;\n    height: clamp(600px, 80vh, 850px); \n  }\n\n  \/* --- ST\u00c2NGA: MENIU CATEGORII --- *\/\n  .aiwox-dh__cats {\n    background: var(--bg-cat);\n    backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);\n    border: 1px solid rgba(255, 255, 255, 0.6);\n    border-radius: 28px;\n    box-shadow: 0 30px 60px rgba(0,0,0,0.06);\n    padding: 20px 16px;\n    display: flex; flex-direction: column; justify-content: space-evenly;\n    position: relative; z-index: 50;\n    transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease);\n  }\n  .aiwox-dh__cats:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 40px 80px rgba(0,0,0,0.1);\n  }\n  \n  .aiwox-dh__cat { position: relative; }\n  .aiwox-dh__cat-link {\n    display: flex; align-items: center; gap: 14px;\n    padding: 10px 14px; border-radius: 18px;\n    color: #0f172a; font-size: 15px; font-weight: 750;\n    text-decoration: none !important;\n    transition: all 0.4s var(--ease); position: relative; overflow: hidden;\n  }\n  .aiwox-dh__cat-link::before {\n    content: \"\"; position: absolute; inset: 0;\n    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.9), transparent);\n    transform: translateX(-100%); transition: 0.6s var(--ease); z-index: -1;\n  }\n  .aiwox-dh__cat:hover .aiwox-dh__cat-link {\n    background: #fff; box-shadow: 0 10px 20px rgba(0,0,0,0.05);\n    transform: translateX(8px) scale(1.02); color: var(--violet);\n  }\n  .aiwox-dh__cat:hover .aiwox-dh__cat-link::before { transform: translateX(100%); }\n  \n  .aiwox-dh__cat-link:after {\n    content: \"\u203a\"; margin-left: auto; color: #cbd5e1;\n    font-size: 24px; line-height: 1; transition: all 0.3s ease;\n  }\n  .aiwox-dh__cat:not(.has-sub) .aiwox-dh__cat-link:after { opacity: 0; }\n  .aiwox-dh__cat:hover .aiwox-dh__cat-link:after { color: var(--violet); transform: translateX(4px); }\n  \n  .aiwox-dh__icon {\n    width: 44px; height: 44px; min-width: 44px;\n    border-radius: 14px; background: #f1f5f9; color: #64748b;\n    display: grid; place-items: center; transition: all 0.4s var(--ease);\n  }\n  .aiwox-dh__icon svg { width: 20px; height: 20px; stroke-width: 2.2; }\n  .aiwox-dh__cat:hover .aiwox-dh__icon {\n    background: var(--lime); color: #000;\n    transform: scale(1.15) rotate(-10deg);\n    box-shadow: 0 10px 25px rgba(var(--aiwox-accent-rgb), 0.4);\n  }\n\n  \/* Submeniu Glassmorphism *\/\n  .aiwox-dh__sub {\n    position: absolute; top: 50%; left: calc(100% + 20px);\n    width: 260px; margin: 0; padding: 18px; list-style: none;\n    background: rgba(255, 255, 255, 0.95);\n    backdrop-filter: blur(30px); -webkit-backdrop-filter: blur(30px);\n    border: 1px solid rgba(255, 255, 255, 0.8);\n    border-radius: 24px; box-shadow: 0 30px 60px rgba(0,0,0,0.1);\n    opacity: 0; visibility: hidden;\n    transform: translate(-20px, -50%) scale(0.9);\n    transition: all 0.4s var(--ease); z-index: 100;\n  }\n  .aiwox-dh__sub:before { content: \"\"; position: absolute; left: -20px; top: 0; width: 20px; height: 100%; }\n  .aiwox-dh__cat:hover .aiwox-dh__sub { opacity: 1; visibility: visible; transform: translate(0, -50%) scale(1); }\n  .aiwox-dh__sub a {\n    display: flex; align-items: center; gap: 12px;\n    padding: 10px 14px; border-radius: 14px;\n    color: #475569; font-size: 14px; font-weight: 650;\n    text-decoration: none !important; transition: all 0.3s ease;\n  }\n  .aiwox-dh__sub a:before {\n    content: \"\"; width: 6px; height: 6px; border-radius: 50%;\n    background: var(--lime); box-shadow: 0 0 0 4px rgba(var(--aiwox-accent-rgb),0.2);\n    transition: transform 0.3s ease;\n  }\n  .aiwox-dh__sub a:hover { background: #f8fafc; color: #000; transform: translateX(6px); }\n  .aiwox-dh__sub a:hover:before { transform: scale(1.5); box-shadow: 0 0 0 6px rgba(var(--aiwox-accent-rgb),0.3); }\n\n  \/* --- MIJLOC: SLIDER --- *\/\n  .aiwox-dh__slider-wrap { height: 100%; }\n  .aiwox-dh__slider {\n    position: relative; border-radius: 32px; overflow: hidden;\n    background: #030712; box-shadow: 0 30px 60px rgba(0,0,0,0.15);\n    color: #fff; height: 100%; isolation: isolate;\n  }\n  \n  .aiwox-dh__track, .aiwox-dh__slide { position: absolute; inset: 0; width: 100%; height: 100%; }\n  .aiwox-dh__slide {\n    opacity: 0; visibility: hidden; z-index: 1;\n    transition: opacity 1s ease, visibility 1s ease; text-decoration: none !important;\n  }\n  .aiwox-dh__slide.is-active { opacity: 1; visibility: visible; z-index: 2; }\n  \n  .aiwox-dh__slide img {\n    position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;\n    transform: scale(1.15); transition: transform 8s ease-out; z-index: 1;\n    transform-origin: center;\n  }\n  .aiwox-dh__slide.is-active img { transform: scale(1); }\n  \n  .aiwox-dh__slide:after {\n    content: \"\"; position: absolute; inset: 0; z-index: 2;\n    background: linear-gradient(to right, rgba(3,7,18,0.9) 0%, rgba(3,7,18,0.4) 50%, transparent 100%);\n  }\n\n  .aiwox-dh__main-content {\n    position: absolute; inset: 0; z-index: 3;\n    display: flex; flex-direction: column; justify-content: center; align-items: flex-start;\n    padding: 60px 6vw; max-width: 800px;\n    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);\n  }\n\n  .aiwox-dh__main-content > * { opacity: 0; transform: translateY(30px); }\n  .aiwox-dh__slide.is-active .aiwox-dh__eyebrow { animation: slideUp 0.8s var(--ease) 0.1s forwards; }\n  .aiwox-dh__slide.is-active .aiwox-dh__title { animation: slideUp 0.8s var(--ease) 0.2s forwards; }\n  .aiwox-dh__slide.is-active .aiwox-dh__desc { animation: slideUp 0.8s var(--ease) 0.3s forwards; }\n  .aiwox-dh__slide.is-active .aiwox-dh__btn { animation: slideUp 0.8s var(--ease) 0.4s forwards; }\n  @keyframes slideUp { to { opacity: 1; transform: translateY(0); } }\n\n  .aiwox-dh__eyebrow {\n    display: inline-flex; align-items: center; gap: 8px;\n    padding: 8px 20px; margin-bottom: 20px;\n    background: rgba(255,255,255,0.1); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);\n    border: 1px solid rgba(255,255,255,0.2); border-radius: 99px;\n    font-size: 13px; font-weight: 800; color: #fff; text-transform: uppercase; letter-spacing: 2px;\n  }\n  .aiwox-dh__eyebrow::before {\n    content: \"\"; width: 8px; height: 8px; border-radius: 50%;\n    background: var(--lime); box-shadow: 0 0 12px var(--lime);\n  }\n\n  .aiwox-dh__title {\n    margin: 0 0 20px; font-size: clamp(48px, 4.5vw, 72px); line-height: 1.05;\n    font-weight: 900; letter-spacing: -0.03em; color: #fff; text-shadow: 0 15px 30px rgba(0,0,0,0.5);\n  }\n  .aiwox-dh__slide:nth-child(odd) .aiwox-dh__title strong { color: var(--lime); }\n  .aiwox-dh__slide:nth-child(even) .aiwox-dh__title strong { background: linear-gradient(135deg, #fff, var(--lime)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }\n  \n  .aiwox-dh__desc {\n    font-size: clamp(16px, 1.3vw, 20px); font-weight: 500; color: #e2e8f0; margin-bottom: 48px;\n    line-height: 1.5; max-width: 500px; text-shadow: 0 5px 15px rgba(0,0,0,0.5);\n  }\n\n  .aiwox-dh__btn {\n    position: relative; overflow: hidden;\n    height: 60px; padding: 0 40px; border-radius: 99px;\n    background: #fff; color: #000; font-size: 16px; font-weight: 800;\n    display: inline-flex; align-items: center; justify-content: center;\n    box-shadow: 0 15px 30px rgba(0,0,0,0.2); transition: all 0.4s var(--ease);\n  }\n  .aiwox-dh__btn::before {\n    content: \"\"; position: absolute; top: 0; left: -100%; width: 50%; height: 100%;\n    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.8), transparent);\n    transform: skewX(-20deg); transition: 0s; z-index: 1;\n  }\n  .aiwox-dh__btn span { position: relative; z-index: 2; }\n  .aiwox-dh__btn:hover {\n    transform: translateY(-4px) scale(1.05);\n    box-shadow: 0 20px 40px rgba(var(--aiwox-accent-rgb), 0.4); background: var(--lime);\n  }\n  .aiwox-dh__btn:hover::before { animation: shine 0.7s ease; }\n  @keyframes shine { 100% { left: 200%; } }\n\n  \/* --- PROGRESS BAR --- *\/\n  .aiwox-dh__nav { position: absolute; left: 6vw; bottom: 30px; z-index: 10; display: flex; gap: 10px; }\n  .aiwox-dh__dot {\n    width: 10px; height: 10px; border-radius: 99px; border: 0; padding: 0;\n    background: rgba(255,255,255,0.3); cursor: pointer; transition: all 0.4s var(--ease);\n    position: relative; overflow: hidden;\n  }\n  .aiwox-dh__dot.is-active { width: 48px; background: rgba(255,255,255,0.2); }\n  .aiwox-dh__dot-progress {\n    position: absolute; top: 0; left: 0; height: 100%; width: 0;\n    background: var(--lime); border-radius: 99px; box-shadow: 0 0 10px var(--lime);\n  }\n  .aiwox-dh__dot.is-active .aiwox-dh__dot-progress { animation: dh-progress 6s linear forwards; }\n  \n  @keyframes dh-progress {\n    0% { width: 0%; }\n    100% { width: 100%; }\n  }\n  \n  .aiwox-dh__arrow {\n    position: absolute; top: 50%; z-index: 10;\n    width: 54px; height: 54px; padding: 0; border: 1px solid rgba(255,255,255,0.3); border-radius: 50%;\n    background: rgba(255,255,255,0.1); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);\n    color: #fff; display: flex; align-items: center; justify-content: center; cursor: pointer;\n    opacity: 0; transition: all 0.5s var(--ease); transform: translateY(-50%) scale(0.8);\n  }\n  .aiwox-dh__arrow svg { width: 24px; height: 24px; stroke: currentColor; stroke-width: 2.5; fill: none; }\n  \n  .aiwox-dh__prev { left: 10px; }\n  .aiwox-dh__next { right: 10px; }\n  \n  .aiwox-dh__slider:hover .aiwox-dh__arrow { opacity: 1; transform: translateY(-50%) scale(1); }\n  .aiwox-dh__slider:hover .aiwox-dh__prev { left: 30px; }\n  .aiwox-dh__slider:hover .aiwox-dh__next { right: 30px; }\n  \n  .aiwox-dh__arrow:hover { background: #fff; color: #000; transform: translateY(-50%) scale(1.1); box-shadow: 0 20px 40px rgba(0,0,0,0.3); }\n\n  \/* --- DREAPTA: MINI BANNERS --- *\/\n  .aiwox-dh__right { display: grid; grid-template-rows: repeat(3, 1fr); gap: 20px; height: 100%; }\n  .aiwox-dh__mini {\n    position: relative; display: block; overflow: hidden; border-radius: 28px;\n    background: #030712; text-decoration: none !important;\n    box-shadow: 0 10px 20px rgba(0,0,0,0.05);\n    transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);\n  }\n  \n  .aiwox-dh__mini img {\n    position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1;\n    transform: scale(1); transition: transform 0.8s var(--ease), opacity 0.8s var(--ease); opacity: 0.85;\n    transform-origin: center;\n  }\n  .aiwox-dh__mini:after {\n    content: \"\"; position: absolute; inset: 0; z-index: 2;\n    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.1) 70%, transparent 100%);\n    transition: opacity 0.5s ease;\n  }\n  \n  .aiwox-dh__mini-glow {\n    position: absolute; width: 250px; height: 250px;\n    background: radial-gradient(circle, rgba(255,255,255,0.15) 0%, transparent 70%);\n    border-radius: 50%; z-index: 3; pointer-events: none;\n    transform: translate(-50%, -50%); opacity: 0; transition: opacity 0.4s; mix-blend-mode: overlay;\n  }\n  .aiwox-dh__mini:hover .aiwox-dh__mini-glow { opacity: 1; }\n\n  .aiwox-dh__mini-content {\n    position: absolute; bottom: 0; left: 0; padding: 26px; z-index: 4;\n    display: flex; flex-direction: column; align-items: flex-start;\n  }\n  \n  .aiwox-dh__mini:hover { transform: translateY(-6px); box-shadow: 0 25px 50px rgba(0,0,0,0.2); }\n  .aiwox-dh__mini:hover img { transform: scale(1.08); opacity: 1; }\n  \n  .aiwox-dh__brand {\n    font-size: 12px; font-weight: 850; background: var(--violet); color: #fff;\n    padding: 5px 12px; border-radius: 8px; margin-bottom: 10px; letter-spacing: 1px;\n    box-shadow: 0 8px 16px rgba(109, 93, 252, 0.4); border: 1px solid rgba(255,255,255,0.2);\n  }\n  .aiwox-dh__mini-title { font-size: 24px; font-weight: 900; line-height: 1.1; margin-bottom: 6px; color: #fff; text-shadow: 0 5px 15px rgba(0,0,0,0.5); }\n  .aiwox-dh__mini-price { font-size: 15px; font-weight: 500; color: #cbd5e1; }\n  .aiwox-dh__mini-price strong { color: var(--lime); font-weight: 900; font-size: 18px; }\n\n  \/* RESPONSIVE *\/\n  @media (max-width: 1500px) {\n    .aiwox-dh__grid { grid-template-columns: 260px 1fr 260px; gap: 16px; }\n    .aiwox-dh__right { gap: 16px; }\n  }\n  @media (max-width: 1200px) {\n    .aiwox-dh__grid { grid-template-columns: 1fr 280px; height: clamp(550px, 75vh, 750px); }\n    .aiwox-dh__cats { display: none; }\n  }\n  @media (max-width: 900px) {\n    .aiwox-dh__grid { grid-template-columns: 1fr; height: auto; min-height: 500px; }\n    .aiwox-dh__right { display: none; }\n    .aiwox-dh__slider-wrap { height: 60vh; min-height: 500px; }\n  }\n  @media (max-width: 767px) {\n    .aiwox-dh { padding: 8px 12px; margin-bottom: 10px; }\n    .aiwox-dh__grid { grid-template-columns: 1fr; height: 60vh; min-height: 450px; gap: 0; }\n    .aiwox-dh__cats, .aiwox-dh__right { display: none !important; }\n    .aiwox-dh__main-content { padding: 30px 20px; align-items: center; text-align: center; }\n    .aiwox-dh__title { font-size: clamp(32px, 8vw, 42px); }\n    .aiwox-dh__desc { font-size: 14px; margin-bottom: 24px; }\n    .aiwox-dh__nav { left: 50%; transform: translateX(-50%); bottom: 20px; }\n    .aiwox-dh__arrow { display: none !important; }\n  }\n  \/* --- 20 PREMIUM STYLES --- *\/\n  \/* Style 2: Apple Glassmorphism *\/\n  .aiwox-dh--style-2 .aiwox-dh__cats { background: rgba(255,255,255,0.4); backdrop-filter: blur(40px); border: 1px solid rgba(255,255,255,0.8); }\n  .aiwox-dh--style-2 .aiwox-dh__cat-link { color: #1d1d1f; font-weight: 600; }\n  .aiwox-dh--style-2 .aiwox-dh__slide:after { background: linear-gradient(to right, rgba(255,255,255,0.85) 0%, rgba(255,255,255,0.4) 50%, transparent 100%); }\n  .aiwox-dh--style-2 .aiwox-dh__title, .aiwox-dh--style-2 .aiwox-dh__desc { color: #1d1d1f; text-shadow: none; }\n  .aiwox-dh--style-2 .aiwox-dh__eyebrow { background: rgba(0,0,0,0.05); color: #1d1d1f; border-color: rgba(0,0,0,0.1); text-shadow: none; }\n  .aiwox-dh--style-2 .aiwox-dh__btn { background: #1d1d1f; color: #fff; }\n  .aiwox-dh--style-2 .aiwox-dh__slide:nth-child(even) .aiwox-dh__title strong { -webkit-text-fill-color: #0071e3; background: none; }\n  .aiwox-dh--style-2 .aiwox-dh__mini:after { background: linear-gradient(to top, rgba(255,255,255,0.9) 0%, transparent 100%); }\n  .aiwox-dh--style-2 .aiwox-dh__mini-title, .aiwox-dh--style-2 .aiwox-dh__mini-price { color: #1d1d1f; text-shadow: none; }\n  \n  \/* Style 3: Cyberpunk Neon *\/\n  .aiwox-dh--style-3 .aiwox-dh__cats, .aiwox-dh--style-3 .aiwox-dh__mini, .aiwox-dh--style-3 .aiwox-dh__slider { border: 2px solid var(--lime); border-radius: 0; box-shadow: 0 0 20px rgba(var(--aiwox-accent-rgb),0.4); background: #050505; }\n  .aiwox-dh--style-3 .aiwox-dh__cat-link { color: #fff; font-family: monospace; text-transform: uppercase; }\n  .aiwox-dh--style-3 .aiwox-dh__btn { border-radius: 0; background: var(--violet); color: #fff; font-family: monospace; border: 1px solid var(--lime); }\n  .aiwox-dh--style-3 .aiwox-dh__title { font-family: monospace; text-transform: uppercase; }\n  .aiwox-dh--style-3 .aiwox-dh__slide img { filter: contrast(1.2) saturate(1.5); }\n  \n  \/* Style 4: Cinematic 3D Tilt *\/\n  .aiwox-dh--style-4 .aiwox-dh__slider { transform-style: preserve-3d; perspective: 1000px; }\n  .aiwox-dh--style-4 .aiwox-dh__main-content { transform: translateZ(50px); }\n  \n  \/* Style 5: Brutalist Dark *\/\n  .aiwox-dh--style-5 .aiwox-dh__cats, .aiwox-dh--style-5 .aiwox-dh__slider, .aiwox-dh--style-5 .aiwox-dh__mini { border-radius: 0; border: 4px solid #000; background: #fff; box-shadow: 8px 8px 0 #000; }\n  .aiwox-dh--style-5 .aiwox-dh__cat-link { color: #000; font-weight: 900; }\n  .aiwox-dh--style-5 .aiwox-dh__cat:hover .aiwox-dh__cat-link { background: #000; color: #fff; }\n  .aiwox-dh--style-5 .aiwox-dh__btn { border-radius: 0; background: var(--lime); border: 2px solid #000; box-shadow: 4px 4px 0 #000; color: #000; }\n  .aiwox-dh--style-5 .aiwox-dh__title { color: #000; text-shadow: none; text-transform: uppercase; font-weight: 900; }\n  .aiwox-dh--style-5 .aiwox-dh__desc { color: #222; text-shadow: none; font-weight: 700; }\n  .aiwox-dh--style-5 .aiwox-dh__slide:after { background: rgba(255,255,255,0.8); }\n  .aiwox-dh--style-5 .aiwox-dh__mini:after { background: rgba(255,255,255,0.7); }\n  .aiwox-dh--style-5 .aiwox-dh__mini-title, .aiwox-dh--style-5 .aiwox-dh__mini-price { color: #000; text-shadow: none; }\n  \n  \/* Style 6: Luxury Fade *\/\n  .aiwox-dh--style-6 .aiwox-dh__slide img { transition: transform 15s ease-out; filter: sepia(0.3) brightness(0.8); }\n  .aiwox-dh--style-6 .aiwox-dh__title { font-family: \"Playfair Display\", serif; font-weight: 400; }\n  \n  \/* Style 7: Magnetic Glow *\/\n  .aiwox-dh--style-7 .aiwox-dh__btn:hover { box-shadow: 0 0 40px var(--lime), 0 0 80px var(--lime); }\n  \n  \/* Style 8: Neon Wireframe *\/\n  .aiwox-dh--style-8 .aiwox-dh__cats { background: transparent; border: 1px solid rgba(255,255,255,0.2); }\n  .aiwox-dh--style-8 .aiwox-dh__cat-link { border: 1px solid transparent; }\n  .aiwox-dh--style-8 .aiwox-dh__cat:hover .aiwox-dh__cat-link { background: transparent; border-color: var(--lime); box-shadow: inset 0 0 10px rgba(var(--aiwox-accent-rgb),0.2); }\n  \n  \/* Style 9: Dynamic Spread (CSS Animation on load) *\/\n  .aiwox-dh--style-9 .aiwox-dh__cats { animation: slideInLeft 1s cubic-bezier(0.2,1,0.3,1); }\n  .aiwox-dh--style-9 .aiwox-dh__right { animation: slideInRight 1s cubic-bezier(0.2,1,0.3,1); }\n  @keyframes slideInLeft { from { transform: translateX(-100px); opacity: 0; } to { transform: translateX(0); opacity: 1; } }\n  @keyframes slideInRight { from { transform: translateX(100px); opacity: 0; } to { transform: translateX(0); opacity: 1; } }\n  \n  \/* Style 11: Minimalist Clean White *\/\n  .aiwox-dh--style-11 .aiwox-dh__cats { background: #fff; border: 1px solid #eaeaea; box-shadow: none; }\n  .aiwox-dh--style-11 .aiwox-dh__cat-link { color: #333; }\n  .aiwox-dh--style-11 .aiwox-dh__icon { background: #fafafa; border: 1px solid #eaeaea; color: #333; }\n  .aiwox-dh--style-11 .aiwox-dh__slider { border: 1px solid #eaeaea; background: #fff; box-shadow: none; }\n  .aiwox-dh--style-11 .aiwox-dh__slide:after { background: linear-gradient(to right, #fff 0%, rgba(255,255,255,0.7) 50%, transparent 100%); }\n  .aiwox-dh--style-11 .aiwox-dh__title, .aiwox-dh--style-11 .aiwox-dh__desc { color: #111; text-shadow: none; }\n  .aiwox-dh--style-11 .aiwox-dh__title strong { -webkit-text-fill-color: #111; background: none; }\n  .aiwox-dh--style-11 .aiwox-dh__btn { background: #000; color: #fff; box-shadow: none; }\n  .aiwox-dh--style-11 .aiwox-dh__eyebrow { color: #000; border-color: #eaeaea; background: #fff; }\n  .aiwox-dh--style-11 .aiwox-dh__mini { border: 1px solid #eaeaea; background: #fff; box-shadow: none; }\n  .aiwox-dh--style-11 .aiwox-dh__mini:after { background: linear-gradient(to top, #fff 0%, transparent 100%); }\n  .aiwox-dh--style-11 .aiwox-dh__mini-title, .aiwox-dh--style-11 .aiwox-dh__mini-price { color: #111; text-shadow: none; }\n  \n  \/* Style 12: Minimalist Soft Gray *\/\n  .aiwox-dh--style-12 .aiwox-dh__cats { background: #f4f4f5; border: none; box-shadow: none; }\n  .aiwox-dh--style-12 .aiwox-dh__cat-link { color: #52525b; }\n  .aiwox-dh--style-12 .aiwox-dh__slider, .aiwox-dh--style-12 .aiwox-dh__mini { background: #f4f4f5; border: none; box-shadow: none; }\n  \n  \/* Style 13: Minimalist Obsidian *\/\n  .aiwox-dh--style-13 .aiwox-dh__cats { background: #000; border: 1px solid #1a1a1a; box-shadow: none; }\n  .aiwox-dh--style-13 .aiwox-dh__cat-link { color: #a1a1aa; }\n  .aiwox-dh--style-13 .aiwox-dh__icon { background: #111; color: #fff; }\n  .aiwox-dh--style-13 .aiwox-dh__cat:hover .aiwox-dh__cat-link { color: #fff; background: #111; }\n  .aiwox-dh--style-13 .aiwox-dh__slider { background: #000; border: 1px solid #1a1a1a; box-shadow: none; }\n  .aiwox-dh--style-13 .aiwox-dh__slide:after { background: linear-gradient(to right, #000 0%, rgba(0,0,0,0.8) 50%, transparent 100%); }\n  .aiwox-dh--style-13 .aiwox-dh__btn { background: #fff; color: #000; box-shadow: none; }\n  .aiwox-dh--style-13 .aiwox-dh__mini { background: #000; border: 1px solid #1a1a1a; box-shadow: none; }\n  .aiwox-dh--style-13 .aiwox-dh__mini:after { background: linear-gradient(to top, #000 0%, transparent 100%); }\n  \n  \/* Style 14: Minimalist Naked *\/\n  .aiwox-dh--style-14 .aiwox-dh__cats { background: transparent; border: none; box-shadow: none; padding: 0; backdrop-filter: none; }\n  .aiwox-dh--style-14 .aiwox-dh__cat-link { background: transparent !important; box-shadow: none !important; padding-left: 0; }\n  .aiwox-dh--style-14 .aiwox-dh__cat-link::before { display: none; }\n  .aiwox-dh--style-14 .aiwox-dh__mini { background: transparent; border: none; box-shadow: none; }\n  .aiwox-dh--style-14 .aiwox-dh__mini img { border-radius: 28px; }\n  \n  \/* Style 15: Minimalist Typographic *\/\n  .aiwox-dh--style-15 .aiwox-dh__icon { display: none !important; }\n  .aiwox-dh--style-15 .aiwox-dh__cat-link { padding-left: 0; font-size: 18px; font-weight: 500; letter-spacing: -0.5px; }\n  .aiwox-dh--style-15 .aiwox-dh__cats { background: transparent; border: none; box-shadow: none; }\n  .aiwox-dh--style-15 .aiwox-dh__title { font-size: clamp(60px, 6vw, 100px); letter-spacing: -3px; line-height: 0.9; }\n  \n  \/* Style 16: Minimalist Monospace *\/\n  .aiwox-dh--style-16 .aiwox-dh { font-family: \"Courier New\", Courier, monospace; }\n  .aiwox-dh--style-16 .aiwox-dh__title { font-weight: normal; letter-spacing: -1px; }\n  .aiwox-dh--style-16 .aiwox-dh__btn { border-radius: 0; }\n  \n  \/* Style 17: Minimalist Outline Light *\/\n  .aiwox-dh--style-17 .aiwox-dh__cats, .aiwox-dh--style-17 .aiwox-dh__slider, .aiwox-dh--style-17 .aiwox-dh__mini { border-radius: 0; border: 1px solid #000; background: #fff; box-shadow: none; }\n  .aiwox-dh--style-17 .aiwox-dh__cat-link { color: #000; border-radius: 0; }\n  .aiwox-dh--style-17 .aiwox-dh__icon { border-radius: 0; border: 1px solid #000; background: #fff; }\n  .aiwox-dh--style-17 .aiwox-dh__slide:after { background: linear-gradient(to right, #fff 0%, rgba(255,255,255,0.7) 50%, transparent 100%); }\n  .aiwox-dh--style-17 .aiwox-dh__title, .aiwox-dh--style-17 .aiwox-dh__desc { color: #000; text-shadow: none; }\n  .aiwox-dh--style-17 .aiwox-dh__btn { border-radius: 0; background: #000; color: #fff; }\n  \n  \/* Style 18: Minimalist Ghost Float *\/\n  .aiwox-dh--style-18 .aiwox-dh__cats, .aiwox-dh--style-18 .aiwox-dh__mini { opacity: 0.3; transition: opacity 0.5s ease; filter: grayscale(100%); }\n  .aiwox-dh--style-18 .aiwox-dh__cats:hover, .aiwox-dh--style-18 .aiwox-dh__mini:hover { opacity: 1; filter: grayscale(0%); }\n  \n  \/* Style 19: Minimalist Compact *\/\n  .aiwox-dh--style-19 .aiwox-dh__grid { height: 400px; gap: 10px; }\n  .aiwox-dh--style-19 .aiwox-dh__main-content { padding: 30px; }\n  .aiwox-dh--style-19 .aiwox-dh__title { font-size: 32px; margin-bottom: 10px; }\n  .aiwox-dh--style-19 .aiwox-dh__desc { font-size: 14px; margin-bottom: 20px; }\n  \n  \/* Style 20: Minimalist Underline *\/\n  .aiwox-dh--style-20 .aiwox-dh__btn { background: transparent !important; color: #fff; border-radius: 0; box-shadow: none; padding: 0; height: auto; border-bottom: 2px solid #fff; }\n  .aiwox-dh--style-20 .aiwox-dh__btn::before { display: none; }\n  .aiwox-dh--style-20 .aiwox-dh__btn:hover { transform: translateY(-2px); border-color: var(--lime); color: var(--lime); }\n\n<\/style>\n\n<div class=\"aiwox-dh aiwox-dh--style-9\" id=\"aiwox-dh-209af75\" aria-label=\"AIWOX desktop hero\">\n  <div class=\"aiwox-dh__grid\">\n\n    <!-- MENIU CATEGORII -->\n    <nav class=\"aiwox-dh__cats\" aria-label=\"Categorii AIWOX\">\n            <div class=\"aiwox-dh__cat has-sub\">\n                <a class=\"aiwox-dh__cat-link\" href=\"https:\/\/aiwox.md\/product-category\/accesorii-electronice\/\">\n          <span class=\"aiwox-dh__icon\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><path d=\"M4 12a8 8 0 0 1 16 0\"><\/path><rect x=\"3\" y=\"12\" width=\"5\" height=\"8\" rx=\"2\"><\/rect><rect x=\"16\" y=\"12\" width=\"5\" height=\"8\" rx=\"2\"><\/rect><\/svg><\/span>\n          Accesorii electronice        <\/a>\n                  <ul class=\"aiwox-dh__sub\">\n            <li><a href=\"https:\/\/aiwox.md\/product-category\/accesorii-electronice\/casti\/\">C\u0103\u0219ti<\/a><\/li><li><a href=\"https:\/\/aiwox.md\/product-category\/accesorii-electronice\/dispozitive-de-incarcare\/\">\u00cenc\u0103rc\u0103toare<\/a><\/li>          <\/ul>\n              <\/div>\n            <div class=\"aiwox-dh__cat\">\n                <a class=\"aiwox-dh__cat-link\" href=\"https:\/\/aiwox.md\/product-category\/chioscuri-digitale\/\">\n          <span class=\"aiwox-dh__icon\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><rect x=\"6\" y=\"3\" width=\"12\" height=\"16\" rx=\"2\"><\/rect><path d=\"M9 21h6\"><\/path><path d=\"M12 19v2\"><\/path><\/svg><\/span>\n          Chio\u0219curi digitale        <\/a>\n              <\/div>\n            <div class=\"aiwox-dh__cat has-sub\">\n                <a class=\"aiwox-dh__cat-link\" href=\"https:\/\/aiwox.md\/product-category\/dispozitive-ai\/\">\n          <span class=\"aiwox-dh__icon\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><rect x=\"5\" y=\"5\" width=\"14\" height=\"14\" rx=\"3\"><\/rect><path d=\"M9 1v4M15 1v4M9 19v4M15 19v4M1 9h4M1 15h4M19 9h4M19 15h4\"><\/path><\/svg><\/span>\n          Dispozitive AI        <\/a>\n                  <ul class=\"aiwox-dh__sub\">\n            <li><a href=\"https:\/\/aiwox.md\/product-category\/dispozitive-ai\/asistent-ai-pentru-telefon\/\">Asistent AI<\/a><\/li><li><a href=\"https:\/\/aiwox.md\/product-category\/dispozitive-ai\/traductoare-ai\/\">Traductoare<\/a><\/li>          <\/ul>\n              <\/div>\n            <div class=\"aiwox-dh__cat\">\n                <a class=\"aiwox-dh__cat-link\" href=\"https:\/\/aiwox.md\/product-category\/dispozitive-digitale\/\">\n          <span class=\"aiwox-dh__icon\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><path d=\"M12 19h.01\"><\/path><rect x=\"7\" y=\"2\" width=\"10\" height=\"20\" rx=\"2\"><\/rect><\/svg><\/span>\n          Dispozitive digitale        <\/a>\n              <\/div>\n            <div class=\"aiwox-dh__cat has-sub\">\n                <a class=\"aiwox-dh__cat-link\" href=\"https:\/\/aiwox.md\/product-category\/echipamente-de-traducere\/\">\n          <span class=\"aiwox-dh__icon\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><path d=\"M5 8h14\"><\/path><path d=\"M7 8v10\"><\/path><path d=\"M17 8v10\"><\/path><rect x=\"3\" y=\"4\" width=\"18\" height=\"4\" rx=\"2\"><\/rect><path d=\"M8 18h8\"><\/path><\/svg><\/span>\n          Echipamente traducere        <\/a>\n                  <ul class=\"aiwox-dh__sub\">\n            <li><a href=\"https:\/\/aiwox.md\/product-category\/echipamente-de-traducere\/emitatoare\/\">Emi\u021b\u0103toare<\/a><\/li><li><a href=\"https:\/\/aiwox.md\/product-category\/echipamente-de-traducere\/receptoare\/\">Receptoare<\/a><\/li><li><a href=\"https:\/\/aiwox.md\/product-category\/echipamente-de-traducere\/sisteme-tourguide\/\">Tourguide<\/a><\/li>          <\/ul>\n              <\/div>\n            <div class=\"aiwox-dh__cat has-sub\">\n                <a class=\"aiwox-dh__cat-link\" href=\"https:\/\/aiwox.md\/product-category\/gadgeturi\/\">\n          <span class=\"aiwox-dh__icon\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><circle cx=\"12\" cy=\"12\" r=\"7\"><\/circle><path d=\"M12 8v4l3 2\"><\/path><\/svg><\/span>\n          Gadgeturi        <\/a>\n                  <ul class=\"aiwox-dh__sub\">\n            <li><a href=\"https:\/\/aiwox.md\/product-category\/gadgeturi\/ceasuri-inteligente\/\">Ceasuri<\/a><\/li>\n\n<li><a href=\"https:\/\/aiwox.md\/product-category\/gadgeturi\/inele-inteligente\/\">Inele<\/a><\/li>          <\/ul>\n              <\/div>\n            <div class=\"aiwox-dh__cat\">\n                <a class=\"aiwox-dh__cat-link\" href=\"https:\/\/aiwox.md\/product-category\/ochelari-inteligenti\/\">\n          <span class=\"aiwox-dh__icon\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><circle cx=\"7\" cy=\"14\" r=\"4\"><\/circle><circle cx=\"17\" cy=\"14\" r=\"4\"><\/circle><path d=\"M11 14h2\"><\/path><path d=\"M3 14l-1-4\"><\/path><path d=\"M21 14l1-4\"><\/path><\/svg><\/span>\n          Ochelari inteligen\u021bi        <\/a>\n              <\/div>\n            <div class=\"aiwox-dh__cat has-sub\">\n                <a class=\"aiwox-dh__cat-link\" href=\"https:\/\/aiwox.md\/product-category\/tehnica-audio-video\/\">\n          <span class=\"aiwox-dh__icon\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><path d=\"M15 10l4-2v8l-4-2z\"><\/path><rect x=\"3\" y=\"7\" width=\"12\" height=\"10\" rx=\"2\"><\/rect><\/svg><\/span>\n          Tehnic\u0103 audio-video        <\/a>\n                  <ul class=\"aiwox-dh__sub\">\n            <li><a href=\"https:\/\/aiwox.md\/product-category\/tehnica-audio-video\/proiectie-video\/\">Proiec\u021bie video<\/a><\/li>\n\n<li><a href=\"https:\/\/aiwox.md\/product-category\/tehnica-audio-video\/camere-video\/\">Camere video<\/a><\/li>\n\n<li><a href=\"https:\/\/aiwox.md\/product-category\/tehnica-audio-video\/microfoane\/\">Microfoane<\/a><\/li>\n\n<li><a href=\"https:\/\/aiwox.md\/product-category\/tehnica-audio-video\/mixere\/\">Mixere<\/a><\/li>\n\n<li><a href=\"https:\/\/aiwox.md\/product-category\/tehnica-audio-video\/placi-sunet\/\">Pl\u0103ci sunet<\/a><\/li>\n          <\/ul>\n              <\/div>\n          <\/nav>\n\n    <!-- SLIDER PRINCIPAL -->\n    <div class=\"aiwox-dh__slider-wrap\">\n      <section class=\"aiwox-dh__slider\" data-aiwox-dh-slider>\n        <div class=\"aiwox-dh__track\">\n                              <a class=\"aiwox-dh__slide is-active\" href=\"https:\/\/aiwox.md\/?post_type=product&#038;p=1000856\">\n            <img decoding=\"async\" src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2026\/05\/gonsinBannerMain.png\" alt=\"Microfon\">\n            <div class=\"aiwox-dh__main-content\">\n                              <span class=\"aiwox-dh__eyebrow\">Microfoane<\/span>\n                            <span class=\"aiwox-dh__title\">Microfon<br><strong>Inteligent<\/strong><\/span>\n              <span class=\"aiwox-dh__desc\">Claritate impecabil\u0103 a vocii cu noul Gonsin, creat pentru conferin\u021be \u0219i profesioni\u0219ti.<\/span>\n              <span class=\"aiwox-dh__btn\"><span>Vezi detalii<\/span><\/span>\n            <\/div>\n          <\/a>\n                              <a class=\"aiwox-dh__slide\" href=\"https:\/\/aiwox.md\/product\/ceas-inteligent-pentru-sanatate-06\/\">\n            <img decoding=\"async\" src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2026\/04\/ceas-banner.png\" alt=\"Microfon\">\n            <div class=\"aiwox-dh__main-content\">\n                              <span class=\"aiwox-dh__eyebrow\">Ceasuri inteligente<\/span>\n                            <span class=\"aiwox-dh__title\">Ceas<br><strong>S\u0103n\u0103tate<\/strong><\/span>\n              <span class=\"aiwox-dh__desc\">Monitorizeaz\u0103-\u021bi antrenamentele \u0219i ritmul cardiac cu o precizie uimitoare.<\/span>\n              <span class=\"aiwox-dh__btn\"><span>Vezi detalii<\/span><\/span>\n            <\/div>\n          <\/a>\n                              <a class=\"aiwox-dh__slide\" href=\"https:\/\/aiwox.md\/product\/chiosc-cu-receptionist-ai\/\">\n            <img decoding=\"async\" src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2026\/04\/bcf03689-65c3-4b75-a194-d0de1a565ad3.png\" alt=\"Ceas\">\n            <div class=\"aiwox-dh__main-content\">\n                              <span class=\"aiwox-dh__eyebrow\">Chio\u0219curi digitale<\/span>\n                            <span class=\"aiwox-dh__title\">Chio\u0219c<br><strong>Digital AI<\/strong><\/span>\n              <span class=\"aiwox-dh__desc\">Interac\u021bioneaz\u0103 cu clien\u021bii t\u0103i prin intermediul celui mai avansat recep\u021bionist AI.<\/span>\n              <span class=\"aiwox-dh__btn\"><span>Cere ofert\u0103<\/span><\/span>\n            <\/div>\n          <\/a>\n                              <a class=\"aiwox-dh__slide\" href=\"https:\/\/aiwox.md\/product\/ochelari-cu-camera-video-ax16\/\">\n            <img decoding=\"async\" src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2026\/04\/ochelariAX17banner.png\" alt=\"Chio\u0219c\">\n            <div class=\"aiwox-dh__main-content\">\n                              <span class=\"aiwox-dh__eyebrow\">Ochelari inteligen\u021bi<\/span>\n                            <span class=\"aiwox-dh__title\">Ochelari<br><strong>Cu Camer\u0103<\/strong><\/span>\n              <span class=\"aiwox-dh__desc\">Surprinde fiecare moment direct din perspectiva ta. Design ultra-u\u0219or.<\/span>\n              <span class=\"aiwox-dh__btn\"><span>Vezi detalii<\/span><\/span>\n            <\/div>\n          <\/a>\n                  <\/div>\n\n        <button class=\"aiwox-dh__arrow aiwox-dh__prev\" type=\"button\"><svg viewBox=\"0 0 24 24\"><path d=\"M15 5L8 12l7 7\"\/><\/svg><\/button>\n        <button class=\"aiwox-dh__arrow aiwox-dh__next\" type=\"button\"><svg viewBox=\"0 0 24 24\"><path d=\"M9 5l7 7-7 7\"\/><\/svg><\/button>\n        \n        <div class=\"aiwox-dh__nav\">\n                      <button class=\"aiwox-dh__dot is-active\" type=\"button\"><span class=\"aiwox-dh__dot-progress\"><\/span><\/button>\n                      <button class=\"aiwox-dh__dot\" type=\"button\"><span class=\"aiwox-dh__dot-progress\"><\/span><\/button>\n                      <button class=\"aiwox-dh__dot\" type=\"button\"><span class=\"aiwox-dh__dot-progress\"><\/span><\/button>\n                      <button class=\"aiwox-dh__dot\" type=\"button\"><span class=\"aiwox-dh__dot-progress\"><\/span><\/button>\n                  <\/div>\n      <\/section>\n    <\/div>\n\n    <!-- PROMO MINI -->\n    <aside class=\"aiwox-dh__right\">\n                  <a class=\"aiwox-dh__mini\" href=\"https:\/\/aiwox.md\/product\/stilou-digital-translator-inteligent-md09-1-scanare-text-traducere-voce-112-limbi-mod-offline\/\">\n        <div class=\"aiwox-dh__mini-glow\"><\/div>\n        <img decoding=\"async\" src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2026\/04\/traductorbanner-1.png\" alt=\"TraductorInteligent\">\n        <span class=\"aiwox-dh__mini-content\">\n                            <span class=\"aiwox-dh__brand\">OFERT\u0102<\/span>\n                        <span class=\"aiwox-dh__mini-title\">Traductor<br>Inteligent<\/span>\n            <span class=\"aiwox-dh__mini-price\">De la <strong>2.999MDL<\/strong><\/span>\n        <\/span>\n      <\/a>\n                  <a class=\"aiwox-dh__mini\" href=\"https:\/\/aiwox.md\/product-category\/gadgeturi\/inele-inteligente\/\">\n        <div class=\"aiwox-dh__mini-glow\"><\/div>\n        <img decoding=\"async\" src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2025\/12\/ChatGPT-Image-30-\u0434\u0435\u043a.-2025-\u0433.-16_39_55.png\" alt=\"InelInteligent\">\n        <span class=\"aiwox-dh__mini-content\">\n                            <span class=\"aiwox-dh__brand\">S\u0102N\u0102TATE<\/span>\n                        <span class=\"aiwox-dh__mini-title\">Inel<br>Inteligent<\/span>\n            <span class=\"aiwox-dh__mini-price\">De la <strong>989MDL<\/strong><\/span>\n        <\/span>\n      <\/a>\n                  <a class=\"aiwox-dh__mini\" href=\"https:\/\/aiwox.md\/product-category\/echipamente-de-traducere\/sisteme-tourguide\/\">\n        <div class=\"aiwox-dh__mini-glow\"><\/div>\n        <img decoding=\"async\" src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2025\/12\/ChatGPT-Image-31-\u0434\u0435\u043a.-2025-\u0433.-09_53_57.webp\" alt=\"SistemTourguide\">\n        <span class=\"aiwox-dh__mini-content\">\n                            <span class=\"aiwox-dh__brand\">OKAYO<\/span>\n                        <span class=\"aiwox-dh__mini-title\">Sistem<br>Tourguide<\/span>\n            <span class=\"aiwox-dh__mini-price\">Vezi <strong>oferta<\/strong><\/span>\n        <\/span>\n      <\/a>\n          <\/aside>\n\n  <\/div>\n<\/div>\n\n<script>\n(function(){\n  \/\/ Bind to this specific widget instance\n  var root = document.querySelector('#aiwox-dh-209af75 [data-aiwox-dh-slider]');\n  var container = document.querySelector('#aiwox-dh-209af75');\n  \n  if(root && container) {\n    var slides = Array.prototype.slice.call(root.querySelectorAll('.aiwox-dh__slide'));\n    var dots = Array.prototype.slice.call(root.querySelectorAll('.aiwox-dh__dot'));\n    var prev = root.querySelector('.aiwox-dh__prev');\n    var next = root.querySelector('.aiwox-dh__next');\n    var index = 0; var timer = null; var delay = 6000;\n\n    function show(i){\n      index = (i + slides.length) % slides.length;\n      dots.forEach(function(dot){ dot.classList.remove('is-active'); void dot.offsetWidth; });\n      slides.forEach(function(slide){ slide.classList.remove('is-active'); });\n      if(slides[index]) slides[index].classList.add('is-active');\n      if(dots[index]) dots[index].classList.add('is-active');\n    }\n\n    function play(){ stop(); timer = window.setInterval(function(){ show(index + 1); }, delay); }\n    function stop(){ if(timer) window.clearInterval(timer); timer = null; }\n\n    dots.forEach(function(dot, n){ dot.addEventListener('click', function(){ show(n); play(); }); });\n    if(prev) prev.addEventListener('click', function(e){ e.preventDefault(); show(index - 1); play(); });\n    if(next) next.addEventListener('click', function(e){ e.preventDefault(); show(index + 1); play(); });\n\n    root.addEventListener('mouseenter', stop);\n    root.addEventListener('mouseleave', play);\n    document.addEventListener('visibilitychange', function(){ document.hidden ? stop() : play(); });\n\n    if(slides.length > 0) {\n        show(0); play();\n    }\n    \n    \/\/ Parallax fluid\n    root.addEventListener('mousemove', function(e) {\n      var rect = root.getBoundingClientRect();\n      var x = (e.clientX - rect.left) \/ rect.width - 0.5;\n      var y = (e.clientY - rect.top) \/ rect.height - 0.5;\n      var activeContent = root.querySelector('.aiwox-dh__slide.is-active .aiwox-dh__main-content');\n      if (activeContent) {\n        activeContent.style.transform = 'translate(' + (x * 12) + 'px, ' + (y * 12) + 'px)';\n      }\n    });\n\n    root.addEventListener('mouseleave', function() {\n      var activeContent = root.querySelector('.aiwox-dh__slide.is-active .aiwox-dh__main-content');\n      if (activeContent) activeContent.style.transform = 'translate(0px, 0px)';\n    });\n\n    \/\/ Glow pe bannere\n    var miniBanners = container.querySelectorAll('.aiwox-dh__mini');\n    miniBanners.forEach(function(el) {\n      var glow = el.querySelector('.aiwox-dh__mini-glow');\n      el.addEventListener('mousemove', function(e) {\n        if (glow) {\n          var rect = el.getBoundingClientRect();\n          glow.style.left = (e.clientX - rect.left) + 'px';\n          glow.style.top = (e.clientY - rect.top) + 'px';\n        }\n      });\n    });\n  }\n})();\n<\/script>\n                \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e4fa847 e-con-full e-flex glozin-responsive-column glozin-tablet-column--default glozin-responsive-column glozin-mobile-column--default e-con e-parent\" data-id=\"e4fa847\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-17cdbac elementor-widget elementor-widget-aiwox_premium_categories\" data-id=\"17cdbac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"aiwox_premium_categories.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t                <style>\n                  .aiwox-cat-marquee-wrapper.aiwox-cat-style-15 {\n                      width: 100%;\n                      margin: 40px 0;\n                  }\n                  \n                  .aiwox-cat-marquee-wrapper.aiwox-cat-style-15 .aiwox-cat-marquee {\n                    --aiwox-gap: 20px;\n                    --aiwox-lime: var(--aiwox-accent);\n                    --aiwox-gold: #d4af37;\n                    \n                    width: 100%;\n                    background: transparent;\n                    padding: 0; \n                    overflow: hidden;\n                    font-family: Inter, Arial, sans-serif;\n                  }\n\n                  .aiwox-cat-marquee-wrapper.aiwox-cat-style-15 .aiwox-cat-marquee__viewport {\n                    width: min(1400px, calc(100% - 48px));\n                    margin: 0 auto;\n                    padding: 15px 0; \n                    position: relative;\n                    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);\n                    mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);\n                  }\n\n                  .aiwox-cat-marquee-wrapper.aiwox-cat-style-15 .aiwox-cat-marquee__track {\n                    display: flex;\n                    align-items: center;\n                    width: max-content;\n                    gap: var(--aiwox-gap);\n                    will-change: transform;\n                    animation: aiwoxCatMarquee-17cdbac 40s linear infinite;\n                    transition: opacity 0.4s ease;\n                  }\n                  \n                  .aiwox-cat-marquee-wrapper.aiwox-cat-style-15 .aiwox-cat-marquee__set {\n                    display: flex;\n                    align-items: center;\n                    gap: var(--aiwox-gap);\n                  }\n\n                  .aiwox-cat-marquee-wrapper.aiwox-cat-style-15 .aiwox-cat-marquee__viewport:hover .aiwox-cat-marquee__track {\n                    animation-play-state: paused;\n                  }\n\n                  .aiwox-cat-marquee-wrapper.aiwox-cat-style-15 .aiwox-cat-marquee__card {\n                    position: relative;\n                    text-decoration: none !important;\n                    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);\n                    display: flex;\n                    flex-direction: column;\n                    align-items: center;\n                    box-sizing: border-box;\n                    flex-shrink: 0;\n                    background: transparent !important;\n                    border: none !important;\n                    box-shadow: none !important;\n                    width: 140px;\n                    flex: 0 0 140px;\n                    margin-top: 10px;\n                    padding: 0 !important;\n                    height: auto !important;\n                    min-height: 180px;\n                  }\n\n                  .aiwox-cat-marquee-wrapper.aiwox-cat-style-15 .aiwox-cat-marquee__card:hover {\n                    transform: translateY(-4px);\n                    z-index: 10;\n                  }\n\n                  \/* Cutia imaginii - Stil Mac App Icon \/ Squircle *\/\n                  .aiwox-cat-marquee-wrapper.aiwox-cat-style-15 .aiwox-cat-marquee__img-box {\n                    width: 110px;\n                    height: 110px;\n                    border-radius: 32px; \/* Super rounded square *\/\n                    background: #f8fafc; \/* Very light, airy gray *\/\n                    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.03), 0 10px 20px rgba(0,0,0,0.02);\n                    display: flex;\n                    align-items: center;\n                    justify-content: center;\n                    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);\n                    margin-bottom: 16px;\n                  }\n\n                  .aiwox-cat-marquee-wrapper.aiwox-cat-style-15 .aiwox-cat-marquee__card:hover .aiwox-cat-marquee__img-box {\n                    background: #ffffff;\n                    box-shadow: inset 0 0 0 1px rgba(var(--aiwox-accent-rgb),0.3), 0 15px 30px rgba(0,0,0,0.06);\n                    transform: scale(1.05);\n                  }\n\n                  .aiwox-cat-marquee-wrapper.aiwox-cat-style-15 .aiwox-cat-marquee__card img {\n                    display: block;\n                    user-select: none;\n                    -webkit-user-drag: none;\n                    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.4s ease;\n                    object-fit: contain;\n                    width: 65px;\n                    height: 65px;\n                    mix-blend-mode: multiply;\n                  }\n\n                  .aiwox-cat-marquee-wrapper.aiwox-cat-style-15 .aiwox-cat-marquee__card:hover img {\n                    transform: scale(1.1) rotate(-3deg);\n                    filter: drop-shadow(0 8px 12px rgba(var(--aiwox-accent-rgb),0.4));\n                  }\n\n                  .aiwox-cat-marquee-wrapper.aiwox-cat-style-15 .aiwox-cat-marquee__title {\n                    margin: 0;\n                    font-size: 14px;\n                    font-weight: 700;\n                    color: #334155; \/* Soft dark gray *\/\n                    line-height: 1.3;\n                    text-align: center;\n                    transition: color 0.4s ease;\n                    display: -webkit-box;\n                    -webkit-line-clamp: 3; \/* Lasa mai mult spatiu pentru text *\/\n                    -webkit-box-orient: vertical;\n                    overflow: hidden;\n                    text-transform: none;\n                    letter-spacing: normal;\n                    width: 100%;\n                    padding: 0 4px;\n                  }\n\n                  .aiwox-cat-marquee-wrapper.aiwox-cat-style-15 .aiwox-cat-marquee__card:hover .aiwox-cat-marquee__title {\n                    color: #0f172a; \/* Darker on hover *\/\n                  }\n\n                  .aiwox-cat-marquee-wrapper.aiwox-cat-style-15 .aiwox-cat-marquee__track:hover .aiwox-cat-marquee__card:not(:hover) {\n                    opacity: 0.5;\n                  }\n\n                  @media (max-width: 767px) {\n                    .aiwox-cat-marquee-wrapper.aiwox-cat-style-15 .aiwox-cat-marquee__card {\n                        width: 110px;\n                        flex: 0 0 110px;\n                    }\n                    .aiwox-cat-marquee-wrapper.aiwox-cat-style-15 .aiwox-cat-marquee__img-box {\n                        width: 90px;\n                        height: 90px;\n                        border-radius: 24px;\n                    }\n                    .aiwox-cat-marquee-wrapper.aiwox-cat-style-15 .aiwox-cat-marquee__card img {\n                        width: 50px;\n                        height: 50px;\n                    }\n                    .aiwox-cat-marquee-wrapper.aiwox-cat-style-15 .aiwox-cat-marquee__title {\n                        font-size: 13px;\n                    }\n                  }\n\n                  @keyframes aiwoxCatMarquee-17cdbac {\n                    from { transform: translateX(0); }\n                    to { transform: translateX(calc(-50% - (var(--aiwox-gap) \/ 2))); }\n                  }\n\n                  @media (prefers-reduced-motion: reduce) {\n                    .aiwox-cat-marquee-wrapper.aiwox-cat-style-15 .aiwox-cat-marquee__track { animation: none; }\n                  }\n\n                  \/* ========================================================\n                     --- 10 PREMIUM STYLES (NEW DESIGN) ---\n                     ======================================================== *\/\n\n                  \/* ========================================================\n                     --- 10 PREMIUM AIWOX STYLES (THEME ONLY) ---\n                     ======================================================== *\/\n\n                  \/* Style 1: Aiwox Dark Premium *\/\n                  .aiwox-cat-style-1 .aiwox-cat-marquee__card { \n                      background: #0a0a0a; \n                      border: 1px solid rgba(255,255,255,0.08); \n                      box-shadow: 0 8px 30px rgba(0,0,0,0.4); \n                  }\n                  .aiwox-cat-style-1 .aiwox-cat-marquee__title { color: #ffffff; }\n                  .aiwox-cat-style-1 .aiwox-cat-marquee__card img { background: rgba(255,255,255,0.03); padding: 8px; border: 1px solid rgba(255,255,255,0.05); }\n                  .aiwox-cat-style-1 .aiwox-cat-marquee__card:hover { \n                      transform: translateY(-6px); \n                      border-color: rgba(var(--aiwox-accent-rgb),0.4); \n                      box-shadow: 0 15px 40px rgba(var(--aiwox-accent-rgb),0.15); \n                      background: #111111; \n                      z-index: 10;\n                  }\n                  .aiwox-cat-style-1 .aiwox-cat-marquee__card:hover img { transform: scale(1.08) rotate(3deg); border-color: rgba(var(--aiwox-accent-rgb),0.2); }\n                  .aiwox-cat-style-1 .aiwox-cat-marquee__card:hover .aiwox-cat-marquee__title { color: var(--aiwox-lime); }\n                  .aiwox-cat-style-1 .aiwox-cat-arrow { background: rgba(255,255,255,0.08); color: #fff; }\n                  .aiwox-cat-style-1 .aiwox-cat-marquee__card:hover .aiwox-cat-arrow { background: var(--aiwox-lime); color: #000; box-shadow: 0 0 15px rgba(var(--aiwox-accent-rgb),0.4); }\n\n                  \/* Style 2: Aiwox Dark Obsidian *\/\n                  .aiwox-cat-style-2 .aiwox-cat-marquee__card { background: #0f172a; border: 1px solid rgba(255,255,255,0.05); box-shadow: 0 10px 30px rgba(0,0,0,0.2); }\n                  .aiwox-cat-style-2 .aiwox-cat-marquee__card img { filter: drop-shadow(0 10px 10px rgba(0,0,0,0.5)); }\n                  .aiwox-cat-style-2 .aiwox-cat-marquee__title { color: #f8fafc; }\n                  .aiwox-cat-style-2 .aiwox-cat-marquee__card:hover { transform: translateY(-10px) scale(1.02); border-color: var(--aiwox-lime); box-shadow: 0 0 30px rgba(var(--aiwox-accent-rgb),0.15); z-index: 10; }\n                  .aiwox-cat-style-2 .aiwox-cat-marquee__card:hover img { transform: translateY(-5px) scale(1.1); }\n                  .aiwox-cat-style-2 .aiwox-cat-marquee__card:hover .aiwox-cat-marquee__title { color: var(--aiwox-lime); }\n\n                  \/* Style 3: Minimalist Tech Outline *\/\n                  .aiwox-cat-style-3 .aiwox-cat-marquee__card { background: transparent; border: 2px solid #e2e8f0; }\n                  .aiwox-cat-style-3 .aiwox-cat-marquee__title { font-family: monospace; text-transform: uppercase; letter-spacing: -0.5px; }\n                  .aiwox-cat-style-3 .aiwox-cat-marquee__card:hover { border-color: #0f172a; background: #0f172a; z-index: 10; transform: translate(-4px, -4px); box-shadow: 8px 8px 0 var(--aiwox-lime); }\n                  .aiwox-cat-style-3 .aiwox-cat-marquee__card:hover .aiwox-cat-marquee__title { color: var(--aiwox-lime); }\n\n                  \/* Style 4: Soft Neumorphism *\/\n                  .aiwox-cat-style-4 .aiwox-cat-marquee__card { background: #e0e5ec; border: none; box-shadow: 9px 9px 16px rgb(163,177,198,0.6), -9px -9px 16px rgba(255,255,255, 0.5); }\n                  .aiwox-cat-style-4 .aiwox-cat-marquee__card img { box-shadow: inset 3px 3px 6px rgba(0,0,0,0.1), inset -3px -3px 6px rgba(255,255,255,0.5); }\n                  .aiwox-cat-style-4 .aiwox-cat-marquee__card:hover { box-shadow: 12px 12px 20px rgb(163,177,198,0.7), -12px -12px 20px rgba(255,255,255, 0.6); transform: translateY(-4px); z-index: 10;}\n\n                  \/* Style 5: Floating Minimal *\/\n                  .aiwox-cat-style-5 .aiwox-cat-marquee__card { background: #fff; border: 1px solid #f1f5f9; box-shadow: 0 15px 35px rgba(0,0,0,0.04); }\n                  .aiwox-cat-style-5 .aiwox-cat-marquee__card img { background: transparent; }\n                  .aiwox-cat-style-5 .aiwox-cat-marquee__card:hover { transform: translateY(-10px); box-shadow: 0 25px 45px rgba(0,0,0,0.1); border-color: var(--aiwox-lime); z-index: 10; }\n\n                  \/* Style 6: Cyberpunk Neon *\/\n                  .aiwox-cat-style-6 .aiwox-cat-marquee__card { background: #050505; border-left: 4px solid var(--aiwox-lime); }\n                  .aiwox-cat-style-6 .aiwox-cat-marquee__title { color: #fff; text-transform: uppercase; letter-spacing: 1px; }\n                  .aiwox-cat-style-6 .aiwox-cat-marquee__card:hover { background: #111; transform: scale(1.05) skewX(-2deg); border-left-color: #0ff; z-index: 10; }\n                  .aiwox-cat-style-6 .aiwox-cat-marquee__card:hover .aiwox-cat-marquee__title { color: #0ff; }\n\n                  \/* Style 7: Dark Solid *\/\n                  .aiwox-cat-style-7 .aiwox-cat-marquee__card { background: #1e293b; color: #fff; box-shadow: 0 10px 20px rgba(0,0,0,0.1); }\n                  .aiwox-cat-style-7 .aiwox-cat-marquee__title { color: #fff; }\n                  .aiwox-cat-style-7 .aiwox-cat-marquee__card:hover { background: #0f172a; z-index: 10; box-shadow: 0 20px 40px rgba(0,0,0,0.2); transform: translateY(-5px); }\n                  .aiwox-cat-style-7 .aiwox-cat-marquee__card:hover .aiwox-cat-marquee__title { color: var(--aiwox-lime); }\n\n                  \/* Style 8: Transparent Underline *\/\n                  .aiwox-cat-style-8 .aiwox-cat-marquee__card { background: transparent; border: none; border-bottom: 2px solid rgba(0,0,0,0.1); border-radius: 0 !important; }\n                  .aiwox-cat-style-8 .aiwox-cat-marquee__card:hover { border-bottom-color: var(--aiwox-lime); z-index: 10; }\n                  .aiwox-cat-style-8 .aiwox-cat-marquee__card:hover .aiwox-cat-marquee__title { color: #0f172a; }\n\n                  \/* Style 9: Gradient Stroke Minimal *\/\n                  .aiwox-cat-style-9 .aiwox-cat-marquee__card { background: #fff; position: relative; z-index: 1; border: none; }\n                  .aiwox-cat-style-9 .aiwox-cat-marquee__card::before { content: \"\"; position: absolute; inset: -2px; border-radius: inherit; background: linear-gradient(90deg, var(--aiwox-lime), #10b981); z-index: -1; transition: opacity 0.4s ease; opacity: 0.3; }\n                  .aiwox-cat-style-9 .aiwox-cat-marquee__card:hover::before { opacity: 1; }\n                  .aiwox-cat-style-9 .aiwox-cat-marquee__card:hover { transform: translateY(-3px); z-index: 10; }\n\n                  \/* Style 10: Dynamic Asymmetric Background *\/\n                  .aiwox-cat-style-10 .aiwox-cat-marquee__card { background: #f1f5f9; border: 1px solid #e2e8f0; }\n                  .aiwox-cat-style-10 .aiwox-cat-marquee__card img { background: #fff; padding: 5px; }\n                  .aiwox-cat-style-10 .aiwox-cat-marquee__card:hover { background: #fff; box-shadow: 0 15px 30px rgba(0,0,0,0.08); border-color: var(--aiwox-lime); z-index: 10; }\n\n                  \/* Style 11: Minimal Glass Bottom Border *\/\n                  .aiwox-cat-style-11 .aiwox-cat-marquee__card { background: rgba(255,255,255,0.4); backdrop-filter: blur(10px); border: none; border-bottom: 3px solid rgba(0,0,0,0.05); }\n                  .aiwox-cat-style-11 .aiwox-cat-marquee__card:hover { border-bottom-color: var(--aiwox-lime); transform: translateY(-3px); background: #fff; z-index: 10; box-shadow: 0 10px 20px rgba(0,0,0,0.05); }\n\n                  \/* Style 12: Floating Glow *\/\n                  .aiwox-cat-style-12 .aiwox-cat-marquee__card { background: #fff; border: 1px solid rgba(var(--aiwox-accent-rgb),0.3); }\n                  .aiwox-cat-style-12 .aiwox-cat-marquee__card:hover { box-shadow: 0 0 25px rgba(var(--aiwox-accent-rgb),0.6); transform: scale(1.03); border-color: var(--aiwox-lime); z-index: 10; }\n\n                  \/* Style 13: Retro Tech Brutalism *\/\n                  .aiwox-cat-style-13 .aiwox-cat-marquee__card { background: #fff; border: 2px solid #000; border-radius: 0 !important; box-shadow: 4px 4px 0 #000; }\n                  .aiwox-cat-style-13 .aiwox-cat-marquee__card img { border-radius: 0 !important; }\n                  .aiwox-cat-style-13 .aiwox-cat-marquee__title { font-family: monospace; font-weight: bold; }\n                  .aiwox-cat-style-13 .aiwox-cat-marquee__card:hover { transform: translate(2px, 2px); box-shadow: 2px 2px 0 #000; background: var(--aiwox-lime); z-index: 10; }\n\n                  \/* Style 14: 3D Push Button *\/\n                  .aiwox-cat-style-14 .aiwox-cat-marquee__card { background: #f8fafc; border: 1px solid #cbd5e1; border-bottom-width: 6px; }\n                  .aiwox-cat-style-14 .aiwox-cat-marquee__card:hover { transform: translateY(4px); border-bottom-width: 2px; border-color: var(--aiwox-lime); background: #fff; z-index: 10; }\n\n                  \/* Style 15: Clean Material Design *\/\n                  .aiwox-cat-style-15 .aiwox-cat-marquee__card { background: #fff; border: none; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); }\n                  .aiwox-cat-style-15 .aiwox-cat-marquee__card:hover { box-shadow: 0 14px 28px rgba(0,0,0,0.12), 0 10px 10px rgba(0,0,0,0.11); transform: translateY(-2px); z-index: 10; }\n\n                  \/* ========================================================\n                     --- DISPLAY MODES & WIDTH (GRID \/ FULLWIDTH) ---\n                     ======================================================== *\/\n                  \n                  .aiwox-width-full .aiwox-cat-marquee__viewport {\n                      width: 100% !important;\n                      max-width: 100% !important;\n                      padding-left: 24px;\n                      padding-right: 24px;\n                  }\n\n                  .aiwox-mode-grid .aiwox-cat-marquee__track {\n                      animation: none !important;\n                      width: 100% !important;\n                      flex-wrap: wrap;\n                      justify-content: center;\n                  }\n                  .aiwox-mode-grid .aiwox-cat-marquee__set:nth-child(2) {\n                      display: none !important;\n                  }\n                  .aiwox-mode-grid .aiwox-cat-marquee__set {\n                      flex-wrap: wrap;\n                      justify-content: center;\n                  }\n                  .aiwox-mode-grid .aiwox-cat-marquee__viewport {\n                      -webkit-mask-image: none !important;\n                      mask-image: none !important;\n                  }\n                  .aiwox-mode-grid .aiwox-cat-marquee__viewport:hover .aiwox-cat-marquee__track {\n                      animation-play-state: running !important;\n                  }\n                <\/style>\n\n                <div class=\"aiwox-cat-marquee-wrapper aiwox-cat-style-15 aiwox-width-full\">\n                  <div class=\"aiwox-cat-marquee\" aria-label=\"Categorii AIWOX\">\n                    <div class=\"aiwox-cat-marquee__viewport\">\n                      <div class=\"aiwox-cat-marquee__track\">\n                        \n                        <!-- SETUL 1 -->\n                        <div class=\"aiwox-cat-marquee__set\">\n                                                <a class=\"aiwox-cat-marquee__card\" href=\"https:\/\/aiwox.md\/product-category\/accesorii-electronice\/\"  aria-label=\"Accesorii electronice\">\n                          <div class=\"aiwox-cat-marquee__img-box\">\n                                                        <img src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2026\/06\/accCateg.png\" loading=\"lazy\" decoding=\"async\" alt=\"Accesorii electronice\">\n                                                      <\/div>\n                          <h3 class=\"aiwox-cat-marquee__title\">Accesorii electronice<\/h3>\n                        <\/a>\n                                                <a class=\"aiwox-cat-marquee__card\" href=\"https:\/\/aiwox.md\/product-category\/ochelari-inteligenti\/\"  aria-label=\"Ochelari inteligen\u021bi\">\n                          <div class=\"aiwox-cat-marquee__img-box\">\n                                                        <img src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2026\/06\/ochCateg.png\" loading=\"lazy\" decoding=\"async\" alt=\"Ochelari inteligen\u021bi\">\n                                                      <\/div>\n                          <h3 class=\"aiwox-cat-marquee__title\">Ochelari inteligen\u021bi<\/h3>\n                        <\/a>\n                                                <a class=\"aiwox-cat-marquee__card\" href=\"https:\/\/aiwox.md\/product-category\/tehnica-audio-video\/\"  aria-label=\"Tehnic\u0103 audio-video\">\n                          <div class=\"aiwox-cat-marquee__img-box\">\n                                                        <img src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2026\/06\/auvCateg.png\" loading=\"lazy\" decoding=\"async\" alt=\"Tehnic\u0103 audio-video\">\n                                                      <\/div>\n                          <h3 class=\"aiwox-cat-marquee__title\">Tehnic\u0103 audio-video<\/h3>\n                        <\/a>\n                                                <a class=\"aiwox-cat-marquee__card\" href=\"https:\/\/aiwox.md\/product-category\/gadgeturi\/\"  aria-label=\"Gadgeturi\">\n                          <div class=\"aiwox-cat-marquee__img-box\">\n                                                        <img src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2026\/06\/CeasCateg.png\" loading=\"lazy\" decoding=\"async\" alt=\"Gadgeturi\">\n                                                      <\/div>\n                          <h3 class=\"aiwox-cat-marquee__title\">Gadgeturi<\/h3>\n                        <\/a>\n                                                <a class=\"aiwox-cat-marquee__card\" href=\"https:\/\/aiwox.md\/product-category\/chioscuri-digitale\/\"  aria-label=\"Chio\u0219curi\">\n                          <div class=\"aiwox-cat-marquee__img-box\">\n                                                        <img src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2026\/06\/ChiCateg.png\" loading=\"lazy\" decoding=\"async\" alt=\"Chio\u0219curi\">\n                                                      <\/div>\n                          <h3 class=\"aiwox-cat-marquee__title\">Chio\u0219curi<\/h3>\n                        <\/a>\n                                                <a class=\"aiwox-cat-marquee__card\" href=\"https:\/\/aiwox.md\/product-category\/dispozitive-digitale\/\"  aria-label=\"Dispozitive Digitale\">\n                          <div class=\"aiwox-cat-marquee__img-box\">\n                                                        <img src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2026\/06\/stilouCat-1.png\" loading=\"lazy\" decoding=\"async\" alt=\"Dispozitive Digitale\">\n                                                      <\/div>\n                          <h3 class=\"aiwox-cat-marquee__title\">Dispozitive Digitale<\/h3>\n                        <\/a>\n                                                <a class=\"aiwox-cat-marquee__card\" href=\"https:\/\/aiwox.md\/product-category\/traductoare\/\"  aria-label=\"Traductoare\">\n                          <div class=\"aiwox-cat-marquee__img-box\">\n                                                        <img src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2026\/06\/tradCateg.png\" loading=\"lazy\" decoding=\"async\" alt=\"Traductoare\">\n                                                      <\/div>\n                          <h3 class=\"aiwox-cat-marquee__title\">Traductoare<\/h3>\n                        <\/a>\n                                                <a class=\"aiwox-cat-marquee__card\" href=\"https:\/\/aiwox.md\/product-category\/dispozitive-ai\/\"  aria-label=\"Dispozitive AI\">\n                          <div class=\"aiwox-cat-marquee__img-box\">\n                                                        <img src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2026\/06\/dispAI.png\" loading=\"lazy\" decoding=\"async\" alt=\"Dispozitive AI\">\n                                                      <\/div>\n                          <h3 class=\"aiwox-cat-marquee__title\">Dispozitive AI<\/h3>\n                        <\/a>\n                                                <\/div>\n\n                        <!-- SETUL 2 (Duplicat pt infinit) -->\n                        <div class=\"aiwox-cat-marquee__set\">\n                                                <a class=\"aiwox-cat-marquee__card\" href=\"https:\/\/aiwox.md\/product-category\/accesorii-electronice\/\"  aria-label=\"Accesorii electronice\" aria-hidden=\"true\" tabindex=\"-1\">\n                          <div class=\"aiwox-cat-marquee__img-box\">\n                                                        <img src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2026\/06\/accCateg.png\" loading=\"lazy\" decoding=\"async\" alt=\"\">\n                                                      <\/div>\n                          <h3 class=\"aiwox-cat-marquee__title\">Accesorii electronice<\/h3>\n                        <\/a>\n                                                <a class=\"aiwox-cat-marquee__card\" href=\"https:\/\/aiwox.md\/product-category\/ochelari-inteligenti\/\"  aria-label=\"Ochelari inteligen\u021bi\" aria-hidden=\"true\" tabindex=\"-1\">\n                          <div class=\"aiwox-cat-marquee__img-box\">\n                                                        <img src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2026\/06\/ochCateg.png\" loading=\"lazy\" decoding=\"async\" alt=\"\">\n                                                      <\/div>\n                          <h3 class=\"aiwox-cat-marquee__title\">Ochelari inteligen\u021bi<\/h3>\n                        <\/a>\n                                                <a class=\"aiwox-cat-marquee__card\" href=\"https:\/\/aiwox.md\/product-category\/tehnica-audio-video\/\"  aria-label=\"Tehnic\u0103 audio-video\" aria-hidden=\"true\" tabindex=\"-1\">\n                          <div class=\"aiwox-cat-marquee__img-box\">\n                                                        <img src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2026\/06\/auvCateg.png\" loading=\"lazy\" decoding=\"async\" alt=\"\">\n                                                      <\/div>\n                          <h3 class=\"aiwox-cat-marquee__title\">Tehnic\u0103 audio-video<\/h3>\n                        <\/a>\n                                                <a class=\"aiwox-cat-marquee__card\" href=\"https:\/\/aiwox.md\/product-category\/gadgeturi\/\"  aria-label=\"Gadgeturi\" aria-hidden=\"true\" tabindex=\"-1\">\n                          <div class=\"aiwox-cat-marquee__img-box\">\n                                                        <img src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2026\/06\/CeasCateg.png\" loading=\"lazy\" decoding=\"async\" alt=\"\">\n                                                      <\/div>\n                          <h3 class=\"aiwox-cat-marquee__title\">Gadgeturi<\/h3>\n                        <\/a>\n                                                <a class=\"aiwox-cat-marquee__card\" href=\"https:\/\/aiwox.md\/product-category\/chioscuri-digitale\/\"  aria-label=\"Chio\u0219curi\" aria-hidden=\"true\" tabindex=\"-1\">\n                          <div class=\"aiwox-cat-marquee__img-box\">\n                                                        <img src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2026\/06\/ChiCateg.png\" loading=\"lazy\" decoding=\"async\" alt=\"\">\n                                                      <\/div>\n                          <h3 class=\"aiwox-cat-marquee__title\">Chio\u0219curi<\/h3>\n                        <\/a>\n                                                <a class=\"aiwox-cat-marquee__card\" href=\"https:\/\/aiwox.md\/product-category\/dispozitive-digitale\/\"  aria-label=\"Dispozitive Digitale\" aria-hidden=\"true\" tabindex=\"-1\">\n                          <div class=\"aiwox-cat-marquee__img-box\">\n                                                        <img src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2026\/06\/stilouCat-1.png\" loading=\"lazy\" decoding=\"async\" alt=\"\">\n                                                      <\/div>\n                          <h3 class=\"aiwox-cat-marquee__title\">Dispozitive Digitale<\/h3>\n                        <\/a>\n                                                <a class=\"aiwox-cat-marquee__card\" href=\"https:\/\/aiwox.md\/product-category\/traductoare\/\"  aria-label=\"Traductoare\" aria-hidden=\"true\" tabindex=\"-1\">\n                          <div class=\"aiwox-cat-marquee__img-box\">\n                                                        <img src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2026\/06\/tradCateg.png\" loading=\"lazy\" decoding=\"async\" alt=\"\">\n                                                      <\/div>\n                          <h3 class=\"aiwox-cat-marquee__title\">Traductoare<\/h3>\n                        <\/a>\n                                                <a class=\"aiwox-cat-marquee__card\" href=\"https:\/\/aiwox.md\/product-category\/dispozitive-ai\/\"  aria-label=\"Dispozitive AI\" aria-hidden=\"true\" tabindex=\"-1\">\n                          <div class=\"aiwox-cat-marquee__img-box\">\n                                                        <img src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2026\/06\/dispAI.png\" loading=\"lazy\" decoding=\"async\" alt=\"\">\n                                                      <\/div>\n                          <h3 class=\"aiwox-cat-marquee__title\">Dispozitive AI<\/h3>\n                        <\/a>\n                                                <\/div>\n\n                      <\/div>\n                    <\/div>\n                  <\/div>\n                <\/div>\n                \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-812fbd4 e-con-full e-flex glozin-responsive-column glozin-tablet-column--default glozin-responsive-column glozin-mobile-column--default e-con e-parent\" data-id=\"812fbd4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-144d0ad elementor-widget elementor-widget-aiwox_premium_benefits\" data-id=\"144d0ad\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"aiwox_premium_benefits.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t                <style>\n                .aiwox-ben-slider-wrapper.aiwox-ben-style-8 {\n                    width: 100%;\n                    margin: 50px auto;\n                    font-family: Inter, \"Instrument Sans\", Arial, sans-serif;\n                    position: relative;\n                    padding: 10px 0;\n                }\n\n                .aiwox-ben-slider-wrapper.aiwox-ben-style-8 .aiwox-ben-slider__viewport {\n                    width: 100%;\n                    overflow: hidden;\n                    position: relative;\n                    \/* O masca usoara ca sa nu taie brusc *\/\n                    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);\n                    mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);\n                    padding: 10px 0;\n                }\n\n                .aiwox-ben-slider-wrapper.aiwox-ben-style-8 .aiwox-ben-slider__track {\n                    display: flex;\n                    align-items: center;\n                    justify-content: center;\n                    flex-wrap: wrap;\n                    gap: 24px;\n                    padding: 0 16px;\n                }\n\n                .aiwox-ben-slider-wrapper.aiwox-ben-style-8 .aiwox-benefit {\n                    width: 300px;\n                    flex: 0 0 300px;\n                    scroll-snap-align: center;\n                    background: #ffffff;\n                    display: flex;\n                    align-items: center;\n                    gap: 16px;\n                    padding: 20px;\n                    border-radius: 20px;\n                    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03), 0 1px 3px rgba(0,0,0,0.02);\n                    border: 1px solid rgba(0,0,0,0.04);\n                    position: relative;\n                    transition: transform 0.4s ease, box-shadow 0.4s ease;\n                    cursor: default;\n                }\n\n                .aiwox-ben-slider-wrapper.aiwox-ben-style-8 .aiwox-benefit:hover {\n                    transform: translateY(-5px);\n                    box-shadow: 0 15px 30px rgba(0,0,0,0.08);\n                }\n\n                .aiwox-ben-slider-wrapper.aiwox-ben-style-8 .aiwox-benefit-icon {\n                    width: 48px;\n                    height: 48px;\n                    min-width: 48px;\n                    border-radius: 16px;\n                    display: grid;\n                    place-items: center;\n                    color: #fff;\n                    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);\n                }\n\n                .aiwox-ben-slider-wrapper.aiwox-ben-style-8 .aiwox-benefit:hover .aiwox-benefit-icon {\n                    transform: scale(1.1) rotate(-6deg);\n                }\n\n                .aiwox-ben-slider-wrapper.aiwox-ben-style-8 .aiwox-benefit-icon svg { width: 22px; height: 22px; stroke-width: 2.2; }\n                .aiwox-ben-slider-wrapper.aiwox-ben-style-8 .aiwox-benefit-icon.purple { background: linear-gradient(135deg, #7c3aed, #6d5dfc); box-shadow: 0 8px 16px rgba(109, 93, 252, 0.25); }\n                .aiwox-ben-slider-wrapper.aiwox-ben-style-8 .aiwox-benefit-icon.lime { background: linear-gradient(135deg, var(--aiwox-accent), var(--aiwox-accent)); color: #0f172a; box-shadow: 0 8px 16px rgba(var(--aiwox-accent-rgb), 0.3); }\n                .aiwox-ben-slider-wrapper.aiwox-ben-style-8 .aiwox-benefit-icon.gray { background: linear-gradient(135deg, #1e293b, #0f172a); box-shadow: 0 8px 16px rgba(15, 23, 42, 0.2); }\n                .aiwox-ben-slider-wrapper.aiwox-ben-style-8 .aiwox-benefit-icon.default { background: #000; color: #fff; }\n\n                .aiwox-ben-slider-wrapper.aiwox-ben-style-8 .aiwox-benefit-content { display: flex; flex-direction: column; }\n                .aiwox-ben-slider-wrapper.aiwox-ben-style-8 .aiwox-benefit-title { margin: 0 0 2px; font-size: 18px; line-height: 1.1; font-weight: 850; color: #0f172a; letter-spacing: -0.02em; transition: color 0.3s ease; }\n                .aiwox-ben-slider-wrapper.aiwox-ben-style-8 .aiwox-benefit:hover .aiwox-benefit-title { color: #6d5dfc; }\n                .aiwox-ben-slider-wrapper.aiwox-ben-style-8 .aiwox-benefit-text { margin: 0; font-size: 13px; line-height: 1.4; color: #64748b; font-weight: 500; }\n\n                @media (max-width: 768px) {\n                    .aiwox-ben-slider-wrapper.aiwox-ben-style-8 .aiwox-ben-slider__viewport {\n                        overflow: visible;\n                        -webkit-mask-image: none;\n                        mask-image: none;\n                    }\n                    .aiwox-ben-slider-wrapper.aiwox-ben-style-8 .aiwox-ben-slider__track {\n                        flex-direction: column;\n                        gap: 16px;\n                        padding: 0 20px;\n                    }\n                    .aiwox-ben-slider-wrapper.aiwox-ben-style-8 .aiwox-benefit {\n                        width: 100%;\n                        max-width: 360px;\n                        flex: none !important;\n                        height: auto !important;\n                        padding: 20px;\n                        position: relative;\n                        margin: 0 auto;\n                        box-shadow: 0 4px 15px rgba(0,0,0,0.03);\n                        border-radius: 20px;\n                    }\n\n                    .aiwox-ben-slider-wrapper.aiwox-ben-style-8 .aiwox-benefit-icon { \n                        width: 50px; \n                        height: 50px; \n                        min-width: 50px; \n                    }\n                    .aiwox-ben-slider-wrapper.aiwox-ben-style-8 .aiwox-benefit-title { \n                        font-size: 17px; \n                    }\n                    .aiwox-ben-slider-wrapper.aiwox-ben-style-8 .aiwox-benefit-text { \n                        font-size: 14px; \n                    }\n                }\n\n                \/* ========================================================\n                   --- 10 PREMIUM STYLES ---\n                   ======================================================== *\/\n                .aiwox-ben-style-2 .aiwox-benefit { background: #050505; border: 2px solid var(--aiwox-accent); border-radius: 0; box-shadow: none; }\n                .aiwox-ben-style-2 .aiwox-benefit-icon { border-radius: 0; box-shadow: none !important; }\n                .aiwox-ben-style-2 .aiwox-benefit-title { color: var(--aiwox-accent); font-family: monospace; text-transform: uppercase; }\n                .aiwox-ben-style-2 .aiwox-benefit-text { color: #fff; }\n\n                .aiwox-ben-style-3 .aiwox-benefit { background: #111; border: 1px solid #222; box-shadow: 0 10px 30px rgba(0,0,0,0.8); }\n                .aiwox-ben-style-3 .aiwox-benefit:hover { background: #1a1a1a; }\n                .aiwox-ben-style-3 .aiwox-benefit-title { color: #ffffff; }\n                .aiwox-ben-style-3 .aiwox-benefit:hover .aiwox-benefit-title { color: #ffffff; }\n                .aiwox-ben-style-3 .aiwox-benefit-text { color: #94a3b8; }\n\n                .aiwox-ben-style-4 .aiwox-benefit { background: #e0e5ec; border: none; box-shadow: 9px 9px 16px rgb(163,177,198,0.6), -9px -9px 16px rgba(255,255,255, 0.5); }\n                .aiwox-ben-style-4 .aiwox-benefit-icon { box-shadow: inset 3px 3px 6px rgba(0,0,0,0.1), inset -3px -3px 6px rgba(255,255,255,0.2) !important; }\n                .aiwox-ben-style-4 .aiwox-benefit-title { color: #4d5c6f; }\n                .aiwox-ben-style-4 .aiwox-benefit:hover .aiwox-benefit-title { color: #4d5c6f; }\n                .aiwox-ben-style-4 .aiwox-benefit-text { color: #8a9bb3; }\n\n                .aiwox-ben-style-5 .aiwox-benefit { background: #fff; border: 4px solid #000; box-shadow: 6px 6px 0 #000; border-radius: 0; }\n                .aiwox-ben-style-5 .aiwox-benefit:hover { box-shadow: 8px 8px 0 #000; transform: translate(-2px,-2px); }\n                .aiwox-ben-style-5 .aiwox-benefit-icon { border-radius: 0; border: 2px solid #000; box-shadow: 4px 4px 0 #000 !important; transform: translate(-2px, -2px); }\n                .aiwox-ben-style-5 .aiwox-benefit:hover .aiwox-benefit-icon { transform: translate(0, 0) scale(1); box-shadow: 0 0 0 #000 !important; }\n                .aiwox-ben-style-5 .aiwox-benefit-title { color: #000; text-transform: uppercase; letter-spacing: -0.5px; }\n                .aiwox-ben-style-5 .aiwox-benefit:hover .aiwox-benefit-title { color: #000; }\n                .aiwox-ben-style-5 .aiwox-benefit-text { color: #333; font-weight: 700; }\n\n                .aiwox-ben-style-6 .aiwox-benefit { background: #111; border: 1px solid #d4af37; border-radius: 0; }\n                .aiwox-ben-style-6 .aiwox-benefit:hover { background: #1a1a1a; box-shadow: 0 0 20px rgba(212,175,55,0.2); }\n                .aiwox-ben-style-6 .aiwox-benefit-icon { border-radius: 0; background: transparent !important; border: 1px solid #d4af37; color: #d4af37 !important; box-shadow: none !important; }\n                .aiwox-ben-style-6 .aiwox-benefit-title { color: #d4af37; font-family: \"Playfair Display\", serif; font-size: 20px; font-weight: normal; }\n                .aiwox-ben-style-6 .aiwox-benefit:hover .aiwox-benefit-title { color: #fff; }\n                .aiwox-ben-style-6 .aiwox-benefit-text { color: #999; }\n\n                .aiwox-ben-style-7 .aiwox-benefit { background: #fff; border: 1px solid #eaeaea; box-shadow: none; border-radius: 12px; }\n                .aiwox-ben-style-7 .aiwox-benefit-icon { background: #fafafa !important; border: 1px solid #eaeaea; color: #333 !important; box-shadow: none !important; }\n                .aiwox-ben-style-7 .aiwox-benefit-title { color: #111; }\n                .aiwox-ben-style-7 .aiwox-benefit-text { color: #666; }\n\n                .aiwox-ben-style-8 .aiwox-benefit { background: linear-gradient(135deg, #1e293b, #0f172a); border: none; box-shadow: 0 15px 30px rgba(0,0,0,0.3); }\n                .aiwox-ben-style-8 .aiwox-benefit-icon { border-radius: 50%; box-shadow: none !important; }\n                .aiwox-ben-style-8 .aiwox-benefit-title { color: #fff; }\n                .aiwox-ben-style-8 .aiwox-benefit:hover .aiwox-benefit-title { color: #fff; }\n                .aiwox-ben-style-8 .aiwox-benefit-text { color: #cbd5e1; }\n\n                .aiwox-ben-style-9 .aiwox-benefit { background: rgba(255,255,255,0.4); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.8); }\n                .aiwox-ben-style-9 .aiwox-benefit-icon { border-radius: 50%; }\n                .aiwox-ben-style-9 .aiwox-benefit-title { color: #1d1d1f; }\n                .aiwox-ben-style-9 .aiwox-benefit-text { color: #515154; }\n\n                .aiwox-ben-style-10 .aiwox-benefit { background: #fdfdfd; border-radius: 40px 10px 40px 10px; border: 1px solid rgba(0,0,0,0.02); }\n                .aiwox-ben-style-10 .aiwox-benefit:hover { border-radius: 10px 40px 10px 40px; }\n                .aiwox-ben-style-10 .aiwox-benefit-icon { border-radius: 12px 24px 10px 20px; box-shadow: none !important; }\n                <\/style>\n\n                <div class=\"aiwox-ben-slider-wrapper aiwox-ben-style-8\" aria-label=\"Beneficii AIWOX\">\n\n                  <div class=\"aiwox-ben-slider__viewport\">\n                    <div class=\"aiwox-ben-slider__track\" id=\"ben-track-144d0ad\">\n                      \n                                            <div class=\"aiwox-benefit\">\n                        <div class=\"aiwox-benefit-icon purple\">\n                          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><path d=\"M17 21v-2a4 4 0 0 0-4-4H7a4 4 0 0 0-4 4v2\"\/><circle cx=\"9\" cy=\"7\" r=\"4\"\/><path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"\/><path d=\"M16 3.13a4 4 0 0 1 0 7.75\"\/><\/svg>                        <\/div>\n                        <div class=\"aiwox-benefit-content\">\n                          <h3 class=\"aiwox-benefit-title\">1000+<\/h3>\n                          <p class=\"aiwox-benefit-text\">Clien\u021bi mul\u021bumi\u021bi<\/p>\n                        <\/div>\n                      <\/div>\n                                            <div class=\"aiwox-benefit\">\n                        <div class=\"aiwox-benefit-icon lime\">\n                          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\/><path d=\"m9 12 2 2 4-4\"\/><\/svg>                        <\/div>\n                        <div class=\"aiwox-benefit-content\">\n                          <h3 class=\"aiwox-benefit-title\">100%<\/h3>\n                          <p class=\"aiwox-benefit-text\">Produse originale<\/p>\n                        <\/div>\n                      <\/div>\n                                            <div class=\"aiwox-benefit\">\n                        <div class=\"aiwox-benefit-icon purple\">\n                          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><path d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"\/><path d=\"M3.3 7 12 12l8.7-5\"\/><path d=\"M12 22V12\"\/><\/svg>                        <\/div>\n                        <div class=\"aiwox-benefit-content\">\n                          <h3 class=\"aiwox-benefit-title\">14 zile<\/h3>\n                          <p class=\"aiwox-benefit-text\">Retur simplu<\/p>\n                        <\/div>\n                      <\/div>\n                                            <div class=\"aiwox-benefit\">\n                        <div class=\"aiwox-benefit-icon lime\">\n                          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><path d=\"M3 18v-6a9 9 0 0 1 18 0v6\"\/><path d=\"M21 19a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3z\"\/><path d=\"M3 19a2 2 0 0 0 2 2h1a2 2 0 0 0 2-2v-3a2 2 0 0 0-2-2H3z\"\/><\/svg>                        <\/div>\n                        <div class=\"aiwox-benefit-content\">\n                          <h3 class=\"aiwox-benefit-title\">Suport rapid<\/h3>\n                          <p class=\"aiwox-benefit-text\">R\u0103spundem \u00een c\u00e2teva minute<\/p>\n                        <\/div>\n                      <\/div>\n                                            <div class=\"aiwox-benefit\">\n                        <div class=\"aiwox-benefit-icon gray\">\n                          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><rect x=\"2\" y=\"5\" width=\"20\" height=\"14\" rx=\"2\"\/><path d=\"M2 10h20\"\/><path d=\"M6 15h5\"\/><\/svg>                        <\/div>\n                        <div class=\"aiwox-benefit-content\">\n                          <h3 class=\"aiwox-benefit-title\">Plat\u0103 sigur\u0103<\/h3>\n                          <p class=\"aiwox-benefit-text\">Online sau la livrare<\/p>\n                        <\/div>\n                      <\/div>\n                                            \n                    <\/div>\n                  <\/div>\n                <\/div>\n                \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a961c10 e-flex e-con-boxed glozin-responsive-column glozin-tablet-column--default glozin-responsive-column glozin-mobile-column--default e-con e-parent\" data-id=\"a961c10\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5c142de elementor-widget elementor-widget-aiwox_premium_product_loop\" data-id=\"5c142de\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"aiwox_premium_product_loop.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t                <style>\n                    .aiwox-loop-wrapper {\n                        width: 100%;\n                        font-family: Inter, \"Instrument Sans\", Arial, sans-serif;\n                    }\n                    .aiwox-loop-grid {\n                        display: grid;\n                        gap: 24px;\n                        width: 100%;\n                    }\n                    \n                    \/* Columns *\/\n                    .aiwox-loop-cols-2 { grid-template-columns: repeat(2, 1fr); }\n                    .aiwox-loop-cols-3 { grid-template-columns: repeat(3, 1fr); }\n                    .aiwox-loop-cols-4 { grid-template-columns: repeat(4, 1fr); }\n\n                    \/* Shared Card *\/\n                    .aiwox-loop-card {\n                        position: relative;\n                        display: flex;\n                        flex-direction: column;\n                        border-radius: 24px;\n                        overflow: hidden;\n                        text-decoration: none;\n                        transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);\n                        height: 100%;\n                    }\n                    .aiwox-loop-card:hover {\n                        transform: translateY(-5px);\n                    }\n                    .aiwox-loop-img-wrap {\n                        position: relative;\n                        width: 100%;\n                        padding-top: 100%; \/* 1:1 Aspect Ratio *\/\n                        overflow: hidden;\n                    }\n                    .aiwox-loop-img-wrap img {\n                        position: absolute;\n                        top: 0; left: 0;\n                        width: 100%; height: 100%;\n                        object-fit: cover;\n                        transition: transform 0.6s ease;\n                    }\n                    .aiwox-loop-card:hover .aiwox-loop-img-wrap img {\n                        transform: scale(1.05);\n                    }\n                    .aiwox-loop-info {\n                        padding: 24px;\n                        display: flex;\n                        flex-direction: column;\n                        flex-grow: 1;\n                        justify-content: space-between;\n                    }\n                    .aiwox-loop-title {\n                        font-size: 18px;\n                        font-weight: 800;\n                        margin: 0 0 12px;\n                        line-height: 1.3;\n                    }\n                    .aiwox-loop-price {\n                        font-size: 16px;\n                        font-weight: 700;\n                        margin-bottom: 20px;\n                    }\n                    .aiwox-loop-price del { font-weight: 400; font-size: 14px; opacity: 0.6; margin-right: 6px; }\n                    .aiwox-loop-price ins { text-decoration: none; }\n                    \n                    .aiwox-loop-btn {\n                        display: inline-flex;\n                        align-items: center;\n                        justify-content: center;\n                        padding: 12px 20px;\n                        border-radius: 99px;\n                        font-size: 14px;\n                        font-weight: 800;\n                        text-decoration: none;\n                        transition: all 0.3s ease;\n                        margin-top: auto;\n                        text-align: center;\n                    }\n\n                    \/* DARK THEME *\/\n                    .aiwox-loop-theme-dark .aiwox-loop-card {\n                        background: #0a0e17;\n                        border: 1px solid rgba(255,255,255,0.06);\n                        box-shadow: 0 10px 30px rgba(0,0,0,0.4);\n                    }\n                    .aiwox-loop-theme-dark .aiwox-loop-card:hover {\n                        box-shadow: 0 20px 40px rgba(0,0,0,0.6);\n                        border-color: rgba(255,255,255,0.1);\n                    }\n                    .aiwox-loop-theme-dark .aiwox-loop-title { color: #ffffff; }\n                    .aiwox-loop-theme-dark .aiwox-loop-price { color: var(--aiwox-accent); }\n                    .aiwox-loop-theme-dark .aiwox-loop-btn {\n                        background: rgba(255,255,255,0.1);\n                        color: #ffffff;\n                        border: 1px solid rgba(255,255,255,0.1);\n                    }\n                    .aiwox-loop-theme-dark .aiwox-loop-card:hover .aiwox-loop-btn {\n                        background: var(--aiwox-accent);\n                        color: #000000;\n                        border-color: var(--aiwox-accent);\n                    }\n\n                    \/* LIGHT THEME (Ultra Minimal) *\/\n                    .aiwox-loop-theme-light .aiwox-loop-card {\n                        background: transparent;\n                        border: none;\n                        box-shadow: none;\n                        border-radius: 0;\n                    }\n                    .aiwox-loop-theme-light .aiwox-loop-card:hover {\n                        transform: translateY(-8px);\n                    }\n                    .aiwox-loop-theme-light .aiwox-loop-img-wrap {\n                        border-radius: 20px;\n                        overflow: hidden;\n                        background: #f8fafc; \/* Fundal foarte fin pentru pozele transparente *\/\n                    }\n                    .aiwox-loop-theme-light .aiwox-loop-info {\n                        padding: 20px 0 0 0; \/* Textul nu mai e constrans, curge liber sub poza *\/\n                    }\n                    .aiwox-loop-theme-light .aiwox-loop-title { color: #0f172a; font-size: 17px; margin-bottom: 8px; }\n                    .aiwox-loop-theme-light .aiwox-loop-price { color: #64748b; font-size: 15px; }\n                    .aiwox-loop-theme-light .aiwox-loop-price ins { color: #0f172a; font-weight: 800; }\n                    .aiwox-loop-theme-light .aiwox-loop-btn {\n                        background: transparent;\n                        color: #0f172a;\n                        border: none;\n                        padding: 0;\n                        justify-content: flex-start;\n                        border-radius: 0;\n                        margin-top: 10px;\n                        font-weight: 700;\n                        text-decoration: underline;\n                        text-underline-offset: 4px;\n                        transition: opacity 0.3s ease;\n                    }\n                    .aiwox-loop-theme-light .aiwox-loop-card:hover .aiwox-loop-btn {\n                        background: transparent;\n                        color: #000000;\n                        opacity: 0.7;\n                    }\n\n                    \/* NEO-BRUTALIST THEME *\/\n                    .aiwox-loop-theme-brutalist .aiwox-loop-card {\n                        background: #ffffff;\n                        border: 3px solid #000000;\n                        box-shadow: 8px 8px 0px #000000;\n                        border-radius: 0;\n                        transition: all 0.2s ease;\n                    }\n                    .aiwox-loop-theme-brutalist .aiwox-loop-card:hover {\n                        transform: translate(-4px, -4px);\n                        box-shadow: 12px 12px 0px #000000;\n                    }\n                    .aiwox-loop-theme-brutalist .aiwox-loop-img-wrap {\n                        border-bottom: 3px solid #000000;\n                        background: #f4f4f5;\n                    }\n                    .aiwox-loop-theme-brutalist .aiwox-loop-info {\n                        padding: 24px;\n                    }\n                    .aiwox-loop-theme-brutalist .aiwox-loop-title {\n                        font-family: monospace, sans-serif;\n                        color: #000000;\n                        text-transform: uppercase;\n                        letter-spacing: -0.5px;\n                    }\n                    .aiwox-loop-theme-brutalist .aiwox-loop-price { color: #000000; font-size: 18px; }\n                    .aiwox-loop-theme-brutalist .aiwox-loop-btn {\n                        background: var(--aiwox-accent);\n                        color: #000000;\n                        border: 2px solid #000000;\n                        border-radius: 0;\n                        text-transform: uppercase;\n                        font-family: monospace, sans-serif;\n                    }\n                    .aiwox-loop-theme-brutalist .aiwox-loop-card:hover .aiwox-loop-btn {\n                        background: #000000;\n                        color: var(--aiwox-accent);\n                    }\n\n                    \/* FROSTED GLASS THEME *\/\n                    .aiwox-loop-theme-glass .aiwox-loop-card {\n                        background: rgba(255, 255, 255, 0.05);\n                        backdrop-filter: blur(16px);\n                        -webkit-backdrop-filter: blur(16px);\n                        border: 1px solid rgba(255, 255, 255, 0.1);\n                        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);\n                        border-radius: 30px;\n                    }\n                    .aiwox-loop-theme-glass .aiwox-loop-card:hover {\n                        background: rgba(255, 255, 255, 0.1);\n                        border-color: rgba(255, 255, 255, 0.2);\n                        transform: translateY(-5px);\n                    }\n                    .aiwox-loop-theme-glass .aiwox-loop-img-wrap {\n                        border-radius: 30px 30px 0 0;\n                        background: rgba(0,0,0,0.1);\n                    }\n                    .aiwox-loop-theme-glass .aiwox-loop-title, \n                    .aiwox-loop-theme-glass .aiwox-loop-price { color: #ffffff; }\n                    .aiwox-loop-theme-glass .aiwox-loop-btn {\n                        background: rgba(255,255,255,0.15);\n                        color: #ffffff;\n                        backdrop-filter: blur(4px);\n                    }\n                    .aiwox-loop-theme-glass .aiwox-loop-card:hover .aiwox-loop-btn {\n                        background: #ffffff;\n                        color: #000000;\n                    }\n\n                    \/* FLOATING 3D \/ MAGNETIC THEME *\/\n                    .aiwox-loop-theme-magnetic .aiwox-loop-card {\n                        background: transparent;\n                        border: none;\n                        box-shadow: none;\n                        perspective: 1000px;\n                    }\n                    .aiwox-loop-theme-magnetic .aiwox-loop-img-wrap {\n                        border-radius: 20px;\n                        background: #ffffff;\n                        box-shadow: 0 10px 40px rgba(0,0,0,0.08);\n                        transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.6s ease;\n                        overflow: visible;\n                    }\n                    .aiwox-loop-theme-magnetic .aiwox-loop-img-wrap img {\n                        border-radius: 20px;\n                    }\n                    .aiwox-loop-theme-magnetic .aiwox-loop-card:hover .aiwox-loop-img-wrap {\n                        transform: translateY(-15px) scale(1.02) rotateX(4deg);\n                        box-shadow: 0 30px 60px rgba(0,0,0,0.15);\n                    }\n                    .aiwox-loop-theme-magnetic .aiwox-loop-info {\n                        padding: 30px 10px 0 10px;\n                        text-align: center;\n                        transition: transform 0.4s ease;\n                    }\n                    .aiwox-loop-theme-magnetic .aiwox-loop-card:hover .aiwox-loop-info {\n                        transform: translateY(-5px);\n                    }\n                    .aiwox-loop-theme-magnetic .aiwox-loop-title { color: #1e293b; font-size: 20px; }\n                    .aiwox-loop-theme-magnetic .aiwox-loop-price { color: #64748b; }\n                    .aiwox-loop-theme-magnetic .aiwox-loop-btn {\n                        background: #1e293b;\n                        color: #ffffff;\n                        width: 100%;\n                    }\n                    .aiwox-loop-theme-magnetic .aiwox-loop-card:hover .aiwox-loop-btn {\n                        background: var(--aiwox-accent);\n                        color: #000000;\n                    }\n\n                    \/* BENTO GRID THEME (Rounded & Clean) *\/\n                    .aiwox-loop-theme-bento .aiwox-loop-grid { gap: 16px; }\n                    .aiwox-loop-theme-bento .aiwox-loop-card {\n                        background: #fdfdfd;\n                        border: 1px solid rgba(0,0,0,0.04);\n                        border-radius: 32px;\n                        padding: 16px;\n                        box-shadow: 0 10px 30px rgba(0,0,0,0.02);\n                    }\n                    .aiwox-loop-theme-bento .aiwox-loop-card:hover {\n                        background: #ffffff;\n                        box-shadow: 0 20px 40px rgba(0,0,0,0.06);\n                        transform: scale(1.01);\n                    }\n                    .aiwox-loop-theme-bento .aiwox-loop-img-wrap {\n                        border-radius: 20px;\n                        background: #f1f5f9;\n                    }\n                    .aiwox-loop-theme-bento .aiwox-loop-info {\n                        padding: 20px 8px 8px 8px;\n                    }\n                    .aiwox-loop-theme-bento .aiwox-loop-title { color: #0f172a; font-size: 16px; font-weight: 700; margin-bottom: 6px; }\n                    .aiwox-loop-theme-bento .aiwox-loop-price { color: #334155; font-size: 14px; font-weight: 600; }\n                    .aiwox-loop-theme-bento .aiwox-loop-btn {\n                        background: #0f172a;\n                        color: #ffffff;\n                        border-radius: 99px;\n                        font-size: 13px;\n                        padding: 10px 16px;\n                        width: 100%;\n                    }\n                    .aiwox-loop-theme-bento .aiwox-loop-card:hover .aiwox-loop-btn {\n                        background: var(--aiwox-accent);\n                        color: #000000;\n                    }\n\n                    \/* FASHION EDITORIAL THEME *\/\n                    .aiwox-loop-theme-editorial .aiwox-loop-grid { gap: 40px 20px; }\n                    .aiwox-loop-theme-editorial .aiwox-loop-card {\n                        background: transparent;\n                        border: none;\n                        box-shadow: none;\n                        border-radius: 0;\n                    }\n                    .aiwox-loop-theme-editorial .aiwox-loop-img-wrap {\n                        border-radius: 0;\n                        padding-top: 120%; \/* Portrait aspect ratio *\/\n                        background: #f8f8f8;\n                        transition: filter 0.5s ease;\n                        filter: grayscale(20%);\n                    }\n                    .aiwox-loop-theme-editorial .aiwox-loop-card:hover .aiwox-loop-img-wrap {\n                        filter: grayscale(0%);\n                    }\n                    .aiwox-loop-theme-editorial .aiwox-loop-card:hover .aiwox-loop-img-wrap img {\n                        transform: scale(1.03);\n                    }\n                    .aiwox-loop-theme-editorial .aiwox-loop-info {\n                        padding: 16px 0 0 0;\n                        text-align: center;\n                    }\n                    .aiwox-loop-theme-editorial .aiwox-loop-title {\n                        font-family: \"Times New Roman\", Times, serif;\n                        font-weight: 400;\n                        font-style: italic;\n                        font-size: 22px;\n                        color: #111;\n                        margin-bottom: 4px;\n                    }\n                    .aiwox-loop-theme-editorial .aiwox-loop-price { color: #555; font-size: 14px; font-weight: 400; letter-spacing: 1px; }\n                    .aiwox-loop-theme-editorial .aiwox-loop-btn { display: none; \/* Ascundem butonul pt look curat *\/ }\n\n                    \/* CYBERPUNK THEME *\/\n                    .aiwox-loop-theme-cyberpunk .aiwox-loop-card { background: #000; border: 1px solid var(--aiwox-accent); box-shadow: 0 0 10px rgba(var(--aiwox-accent-rgb),0.2); }\n                    .aiwox-loop-theme-cyberpunk .aiwox-loop-card:hover { box-shadow: 0 0 20px rgba(var(--aiwox-accent-rgb),0.5), inset 0 0 15px rgba(var(--aiwox-accent-rgb),0.2); transform: skewX(-2deg); }\n                    .aiwox-loop-theme-cyberpunk .aiwox-loop-title { color: var(--aiwox-accent); text-transform: uppercase; font-weight: 900; font-family: monospace, sans-serif; }\n                    .aiwox-loop-theme-cyberpunk .aiwox-loop-price { color: #fff; }\n                    .aiwox-loop-theme-cyberpunk .aiwox-loop-btn { background: var(--aiwox-accent); color: #000; border-radius: 0; text-transform: uppercase; font-weight: 900; }\n\n                    \/* NEUMORPHISM THEME *\/\n                    .aiwox-loop-theme-neumorphism .aiwox-loop-card { background: #e0e5ec; border: none; box-shadow: 9px 9px 16px rgb(163,177,198,0.6), -9px -9px 16px rgba(255,255,255, 0.5); border-radius: 30px; }\n                    .aiwox-loop-theme-neumorphism .aiwox-loop-card:hover { box-shadow: inset 6px 6px 10px 0 rgba(163,177,198,0.6), inset -6px -6px 10px 0 rgba(255,255,255,0.5); transform: none; }\n                    .aiwox-loop-theme-neumorphism .aiwox-loop-img-wrap { border-radius: 30px; padding: 20px; mix-blend-mode: multiply; }\n                    .aiwox-loop-theme-neumorphism .aiwox-loop-title { color: #4d5d78; }\n                    .aiwox-loop-theme-neumorphism .aiwox-loop-price { color: #8292a8; }\n                    .aiwox-loop-theme-neumorphism .aiwox-loop-btn { background: #e0e5ec; color: #4d5d78; box-shadow: 4px 4px 8px rgb(163,177,198,0.6), -4px -4px 8px rgba(255,255,255, 0.5); border: none; }\n                    .aiwox-loop-theme-neumorphism .aiwox-loop-card:hover .aiwox-loop-btn { box-shadow: inset 2px 2px 5px rgba(163,177,198,0.6), inset -3px -3px 7px rgba(255,255,255, 0.5); }\n\n                    \/* BAUHAUS THEME *\/\n                    .aiwox-loop-theme-bauhaus .aiwox-loop-card { background: #fff; border: 4px solid #000; border-radius: 0; box-shadow: 8px 8px 0px #e60000; }\n                    .aiwox-loop-theme-bauhaus .aiwox-loop-card:hover { box-shadow: 8px 8px 0px #0055ff; transform: translate(-4px, -4px); }\n                    .aiwox-loop-theme-bauhaus .aiwox-loop-img-wrap { border-bottom: 4px solid #000; background: #ffcc00; }\n                    .aiwox-loop-theme-bauhaus .aiwox-loop-title { font-weight: 900; text-transform: uppercase; color: #000; }\n                    .aiwox-loop-theme-bauhaus .aiwox-loop-price { color: #000; font-weight: 900; }\n                    .aiwox-loop-theme-bauhaus .aiwox-loop-btn { background: #000; color: #fff; border-radius: 0; text-transform: uppercase; font-weight: 900; }\n\n                    \/* ORGANIC THEME *\/\n                    .aiwox-loop-theme-organic .aiwox-loop-card { background: #fdfbf7; border: 1px solid #e8e2d2; border-radius: 60px 20px 40px 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.03); }\n                    .aiwox-loop-theme-organic .aiwox-loop-card:hover { border-radius: 20px 60px 20px 40px; transform: scale(1.02); }\n                    .aiwox-loop-theme-organic .aiwox-loop-img-wrap { border-radius: 60px 20px 0 0; background: #f2efe9; }\n                    .aiwox-loop-theme-organic .aiwox-loop-title { color: #4a443b; font-family: \"Georgia\", serif; font-size: 20px; }\n                    .aiwox-loop-theme-organic .aiwox-loop-price { color: #877f71; }\n                    .aiwox-loop-theme-organic .aiwox-loop-btn { background: var(--aiwox-accent); color: #000; border-radius: 40px 15px 30px 15px; }\n\n                    \/* MINIMAL DARK THEME *\/\n                    .aiwox-loop-theme-minimal_dark .aiwox-loop-card { background: #000; border: 1px solid #222; border-radius: 0; }\n                    .aiwox-loop-theme-minimal_dark .aiwox-loop-card:hover { border-color: #555; }\n                    .aiwox-loop-theme-minimal_dark .aiwox-loop-img-wrap { border-radius: 0; background: #0a0a0a; }\n                    .aiwox-loop-theme-minimal_dark .aiwox-loop-title { color: #fff; font-weight: 400; letter-spacing: 1px; }\n                    .aiwox-loop-theme-minimal_dark .aiwox-loop-price { color: #888; font-weight: 300; }\n                    .aiwox-loop-theme-minimal_dark .aiwox-loop-btn { background: transparent; color: #fff; border: 1px solid #fff; border-radius: 0; font-weight: 400; }\n                    .aiwox-loop-theme-minimal_dark .aiwox-loop-card:hover .aiwox-loop-btn { background: #fff; color: #000; }\n\n                    \/* GRADIENT GLOW THEME *\/\n                    .aiwox-loop-theme-gradient_glow .aiwox-loop-card { background: #111; border: none; border-radius: 24px; position: relative; z-index: 1; }\n                    .aiwox-loop-theme-gradient_glow .aiwox-loop-card::before { content: \"\"; position: absolute; inset: -2px; border-radius: 26px; background: linear-gradient(45deg, #ff007f, #7f00ff, #00ffff); z-index: -1; opacity: 0; transition: opacity 0.4s ease; }\n                    .aiwox-loop-theme-gradient_glow .aiwox-loop-card:hover::before { opacity: 1; }\n                    .aiwox-loop-theme-gradient_glow .aiwox-loop-img-wrap { border-radius: 24px 24px 0 0; background: #000; }\n                    .aiwox-loop-theme-gradient_glow .aiwox-loop-title { color: #fff; }\n                    .aiwox-loop-theme-gradient_glow .aiwox-loop-price { color: #00ffff; }\n                    .aiwox-loop-theme-gradient_glow .aiwox-loop-btn { background: #fff; color: #000; border: none; }\n\n                    \/* POLAROID THEME *\/\n                    .aiwox-loop-theme-polaroid .aiwox-loop-card { background: #fff; border: none; box-shadow: 0 4px 15px rgba(0,0,0,0.1); border-radius: 4px; padding: 12px 12px 30px 12px; }\n                    .aiwox-loop-theme-polaroid .aiwox-loop-card:hover { transform: rotate(2deg) scale(1.05); box-shadow: 0 15px 35px rgba(0,0,0,0.15); z-index: 10; }\n                    .aiwox-loop-theme-polaroid .aiwox-loop-img-wrap { border-radius: 2px; }\n                    .aiwox-loop-theme-polaroid .aiwox-loop-info { padding: 20px 0 0 0; text-align: center; }\n                    .aiwox-loop-theme-polaroid .aiwox-loop-title { font-family: \"Comic Sans MS\", \"Marker Felt\", cursive, sans-serif; color: #222; font-size: 20px; }\n                    .aiwox-loop-theme-polaroid .aiwox-loop-price { color: #666; font-family: \"Comic Sans MS\", cursive, sans-serif; }\n                    .aiwox-loop-theme-polaroid .aiwox-loop-btn { display: none; }\n\n                    \/* TERMINAL THEME *\/\n                    .aiwox-loop-theme-terminal .aiwox-loop-card { background: #000; border: 1px solid #0f0; border-radius: 0; }\n                    .aiwox-loop-theme-terminal .aiwox-loop-card:hover { box-shadow: 0 0 15px #0f0; }\n                    .aiwox-loop-theme-terminal .aiwox-loop-img-wrap { border-bottom: 1px dashed #0f0; filter: grayscale(100%) contrast(150%) sepia(100%) hue-rotate(80deg); }\n                    .aiwox-loop-theme-terminal .aiwox-loop-info { font-family: monospace, sans-serif; }\n                    .aiwox-loop-theme-terminal .aiwox-loop-title { color: #0f0; font-size: 16px; }\n                    .aiwox-loop-theme-terminal .aiwox-loop-price { color: #0a0; }\n                    .aiwox-loop-theme-terminal .aiwox-loop-btn { background: #000; color: #0f0; border: 1px solid #0f0; border-radius: 0; font-family: monospace, sans-serif; }\n                    .aiwox-loop-theme-terminal .aiwox-loop-card:hover .aiwox-loop-btn { background: #0f0; color: #000; }\n\n                    \/* LUXURY THEME *\/\n                    .aiwox-loop-theme-luxury .aiwox-loop-card { background: #1a1a1a; border: 1px solid #c5a059; border-radius: 0; }\n                    .aiwox-loop-theme-luxury .aiwox-loop-card:hover { box-shadow: 0 0 30px rgba(197,160,89,0.2); }\n                    .aiwox-loop-theme-luxury .aiwox-loop-img-wrap { border-radius: 0; }\n                    .aiwox-loop-theme-luxury .aiwox-loop-info { text-align: center; }\n                    .aiwox-loop-theme-luxury .aiwox-loop-title { color: #c5a059; font-family: \"Playfair Display\", \"Times New Roman\", serif; text-transform: uppercase; letter-spacing: 2px; font-size: 15px; }\n                    .aiwox-loop-theme-luxury .aiwox-loop-price { color: #fff; font-family: \"Playfair Display\", \"Times New Roman\", serif; }\n                    .aiwox-loop-theme-luxury .aiwox-loop-btn { background: transparent; color: #c5a059; border: 1px solid #c5a059; border-radius: 0; text-transform: uppercase; letter-spacing: 1px; font-size: 12px; }\n                    .aiwox-loop-theme-luxury .aiwox-loop-card:hover .aiwox-loop-btn { background: #c5a059; color: #000; }\n\n                    \/* OUTLINE ONLY THEME *\/\n                    .aiwox-loop-theme-outline .aiwox-loop-card { background: transparent; border: 2px solid #e2e8f0; border-radius: 12px; }\n                    .aiwox-loop-theme-outline .aiwox-loop-card:hover { border-color: #0f172a; transform: translateY(-4px); }\n                    .aiwox-loop-theme-outline .aiwox-loop-img-wrap { border-bottom: 2px solid #e2e8f0; border-radius: 10px 10px 0 0; }\n                    .aiwox-loop-theme-outline .aiwox-loop-card:hover .aiwox-loop-img-wrap { border-color: #0f172a; }\n                    .aiwox-loop-theme-outline .aiwox-loop-title { color: #0f172a; }\n                    .aiwox-loop-theme-outline .aiwox-loop-price { color: #64748b; }\n                    .aiwox-loop-theme-outline .aiwox-loop-btn { background: transparent; color: #0f172a; border: 2px solid #e2e8f0; }\n                    .aiwox-loop-theme-outline .aiwox-loop-card:hover .aiwox-loop-btn { border-color: #0f172a; background: #0f172a; color: #fff; }\n\n                    \/* APPLE SPATIAL THEME *\/\n                    .aiwox-loop-theme-apple_spatial .aiwox-loop-card { background: rgba(255,255,255,0.6); backdrop-filter: saturate(180%) blur(20px); -webkit-backdrop-filter: saturate(180%) blur(20px); border: 1px solid rgba(255,255,255,0.8); border-radius: 36px; box-shadow: 0 8px 32px rgba(0,0,0,0.04); }\n                    .aiwox-loop-theme-apple_spatial .aiwox-loop-card:hover { transform: scale(1.02); box-shadow: 0 16px 48px rgba(0,0,0,0.08); background: rgba(255,255,255,0.8); }\n                    .aiwox-loop-theme-apple_spatial .aiwox-loop-img-wrap { border-radius: 36px 36px 0 0; background: transparent; }\n                    .aiwox-loop-theme-apple_spatial .aiwox-loop-info { padding: 24px; text-align: center; }\n                    .aiwox-loop-theme-apple_spatial .aiwox-loop-title { color: #1d1d1f; font-weight: 600; font-size: 18px; }\n                    .aiwox-loop-theme-apple_spatial .aiwox-loop-price { color: #86868b; font-weight: 500; }\n                    .aiwox-loop-theme-apple_spatial .aiwox-loop-btn { background: rgba(0,0,0,0.05); color: #1d1d1f; border-radius: 40px; }\n                    .aiwox-loop-theme-apple_spatial .aiwox-loop-card:hover .aiwox-loop-btn { background: #0071e3; color: #fff; }\n\n                    \/* NOTHING TECH THEME *\/\n                    .aiwox-loop-theme-nothing_tech .aiwox-loop-card { background: #000; border: 1px dotted #444; border-radius: 12px; }\n                    .aiwox-loop-theme-nothing_tech .aiwox-loop-card:hover { border-color: #fff; }\n                    .aiwox-loop-theme-nothing_tech .aiwox-loop-img-wrap { border-bottom: 1px dotted #444; background: #0a0a0a; filter: contrast(1.2) grayscale(0.2); }\n                    .aiwox-loop-theme-nothing_tech .aiwox-loop-title { font-family: \"Courier New\", Courier, monospace; color: #fff; text-transform: uppercase; font-weight: 800; letter-spacing: -0.5px; }\n                    .aiwox-loop-theme-nothing_tech .aiwox-loop-price { color: #ff0000; font-weight: 800; font-family: \"Courier New\", Courier, monospace; }\n                    .aiwox-loop-theme-nothing_tech .aiwox-loop-btn { background: #fff; color: #000; border-radius: 50px; text-transform: lowercase; font-weight: 700; border: 2px solid #fff; }\n                    .aiwox-loop-theme-nothing_tech .aiwox-loop-card:hover .aiwox-loop-btn { background: #ff0000; border-color: #ff0000; color: #fff; }\n\n                    \/* TEENAGE ENGINEERING THEME *\/\n                    .aiwox-loop-theme-teenage_engineering .aiwox-loop-card { background: #e8e8e8; border: 2px solid #d0d0d0; border-radius: 4px; box-shadow: inset 0 0 10px rgba(0,0,0,0.05); }\n                    .aiwox-loop-theme-teenage_engineering .aiwox-loop-card:hover { border-color: #ff6600; box-shadow: 4px 4px 0 rgba(0,0,0,0.1); }\n                    .aiwox-loop-theme-teenage_engineering .aiwox-loop-img-wrap { background: #f4f4f4; border-bottom: 2px solid #d0d0d0; padding: 10px; }\n                    .aiwox-loop-theme-teenage_engineering .aiwox-loop-info { padding: 16px; display: grid; grid-template-columns: 1fr auto; align-items: end; }\n                    .aiwox-loop-theme-teenage_engineering .aiwox-loop-title { grid-column: 1 \/ 3; font-family: \"Helvetica Neue\", Helvetica, sans-serif; font-weight: 700; color: #333; font-size: 14px; text-transform: uppercase; }\n                    .aiwox-loop-theme-teenage_engineering .aiwox-loop-price { color: #666; font-family: monospace; font-size: 14px; }\n                    .aiwox-loop-theme-teenage_engineering .aiwox-loop-btn { background: #ff6600; color: #fff; border-radius: 50%; width: 36px; height: 36px; padding: 0; display: flex; justify-content: center; align-items: center; font-size: 0; }\n                    .aiwox-loop-theme-teenage_engineering .aiwox-loop-btn::after { content: \"+\"; font-size: 20px; font-weight: bold; }\n\n                    \/* TESLA MINIMAL THEME *\/\n                    .aiwox-loop-theme-tesla_minimal .aiwox-loop-card { background: #111; border: 1px solid #222; border-radius: 16px; box-shadow: 0 20px 40px rgba(0,0,0,0.4); }\n                    .aiwox-loop-theme-tesla_minimal .aiwox-loop-card:hover { border-color: #444; background: #151515; }\n                    .aiwox-loop-theme-tesla_minimal .aiwox-loop-img-wrap { background: linear-gradient(180deg, #1a1a1a 0%, #111 100%); border-radius: 16px 16px 0 0; }\n                    .aiwox-loop-theme-tesla_minimal .aiwox-loop-title { color: #f4f4f4; font-weight: 500; font-size: 17px; letter-spacing: 0.5px; }\n                    .aiwox-loop-theme-tesla_minimal .aiwox-loop-price { color: #888; }\n                    .aiwox-loop-theme-tesla_minimal .aiwox-loop-btn { background: transparent; color: #fff; border: 1px solid #555; border-radius: 6px; }\n                    .aiwox-loop-theme-tesla_minimal .aiwox-loop-card:hover .aiwox-loop-btn { border-color: #fff; }\n\n                    \/* Y2K CYBER CHROME THEME *\/\n                    .aiwox-loop-theme-y2k_cyber .aiwox-loop-card { background: linear-gradient(135deg, #e6e9f0 0%, #eef1f5 100%); border: 3px solid #d1d5db; border-radius: 20px; box-shadow: inset 0 0 10px #fff, 0 10px 20px rgba(156,163,175,0.4); }\n                    .aiwox-loop-theme-y2k_cyber .aiwox-loop-card:hover { border-color: #93c5fd; box-shadow: inset 0 0 20px #fff, 0 15px 30px rgba(147,197,253,0.6); }\n                    .aiwox-loop-theme-y2k_cyber .aiwox-loop-img-wrap { background: #fff; border-radius: 16px 16px 0 0; }\n                    .aiwox-loop-theme-y2k_cyber .aiwox-loop-title { color: #1e3a8a; font-weight: 900; font-style: italic; letter-spacing: -0.5px; }\n                    .aiwox-loop-theme-y2k_cyber .aiwox-loop-price { color: #3b82f6; font-weight: 800; }\n                    .aiwox-loop-theme-y2k_cyber .aiwox-loop-btn { background: linear-gradient(to right, #3b82f6, #8b5cf6); color: #fff; border-radius: 20px; border: none; font-style: italic; font-weight: 800; }\n\n                    \/* VELVET DARK THEME *\/\n                    .aiwox-loop-theme-velvet_dark .aiwox-loop-card { background: #05050A; border: 1px solid rgba(255,255,255,0.03); border-radius: 28px; box-shadow: inset 0 1px 1px rgba(255,255,255,0.05), 0 20px 40px rgba(0,0,0,0.8); }\n                    .aiwox-loop-theme-velvet_dark .aiwox-loop-card:hover { border-color: rgba(156, 255, 0, 0.3); box-shadow: 0 0 40px rgba(156, 255, 0, 0.1); }\n                    .aiwox-loop-theme-velvet_dark .aiwox-loop-img-wrap { background: radial-gradient(circle at top, rgba(255,255,255,0.05) 0%, transparent 70%); }\n                    .aiwox-loop-theme-velvet_dark .aiwox-loop-title { color: #fff; font-size: 19px; font-weight: 700; letter-spacing: -0.02em; }\n                    .aiwox-loop-theme-velvet_dark .aiwox-loop-price { color: rgba(255,255,255,0.5); }\n                    .aiwox-loop-theme-velvet_dark .aiwox-loop-btn { background: rgba(255,255,255,0.05); color: #fff; border-radius: 100px; border: 1px solid rgba(255,255,255,0.1); }\n                    .aiwox-loop-theme-velvet_dark .aiwox-loop-card:hover .aiwox-loop-btn { background: var(--aiwox-accent); color: #000; border-color: var(--aiwox-accent); box-shadow: 0 0 20px rgba(var(--aiwox-accent-rgb), 0.4); }\n\n                    \/* MACBOOK ALUMINUM THEME *\/\n                    .aiwox-loop-theme-macbook_alum .aiwox-loop-card { background: linear-gradient(180deg, #f5f5f7 0%, #e8e8ed 100%); border: 1px solid #d2d2d7; border-radius: 18px; box-shadow: 0 4px 6px rgba(0,0,0,0.04), inset 0 1px 0 #fff; }\n                    .aiwox-loop-theme-macbook_alum .aiwox-loop-card:hover { transform: translateY(-2px); box-shadow: 0 10px 20px rgba(0,0,0,0.08), inset 0 1px 0 #fff; }\n                    .aiwox-loop-theme-macbook_alum .aiwox-loop-img-wrap { border-radius: 18px 18px 0 0; background: #fff; }\n                    .aiwox-loop-theme-macbook_alum .aiwox-loop-title { color: #1d1d1f; font-weight: 600; font-size: 15px; }\n                    .aiwox-loop-theme-macbook_alum .aiwox-loop-price { color: #515154; font-size: 13px; }\n                    .aiwox-loop-theme-macbook_alum .aiwox-loop-btn { background: linear-gradient(180deg, #fff 0%, #f0f0f0 100%); border: 1px solid #d2d2d7; color: #1d1d1f; border-radius: 6px; box-shadow: 0 1px 2px rgba(0,0,0,0.05); }\n                    .aiwox-loop-theme-macbook_alum .aiwox-loop-card:hover .aiwox-loop-btn { background: #0071e3; color: #fff; border-color: #0071e3; }\n\n                    \/* SPOTIFY WRAPPED THEME *\/\n                    .aiwox-loop-theme-spotify_wrapped .aiwox-loop-card { background: linear-gradient(45deg, #ff416c, #ff4b2b); border: none; border-radius: 0; transition: filter 0.3s; }\n                    .aiwox-loop-theme-spotify_wrapped .aiwox-loop-card:hover { filter: hue-rotate(45deg); transform: scale(1.03); }\n                    .aiwox-loop-theme-spotify_wrapped .aiwox-loop-img-wrap { background: #000; padding: 20px; mix-blend-mode: hard-light; }\n                    .aiwox-loop-theme-spotify_wrapped .aiwox-loop-info { background: #000; color: #fff; margin: 10px; padding: 20px; }\n                    .aiwox-loop-theme-spotify_wrapped .aiwox-loop-title { color: #fff; font-weight: 900; font-size: 24px; text-transform: uppercase; line-height: 1; }\n                    .aiwox-loop-theme-spotify_wrapped .aiwox-loop-price { color: #ff4b2b; font-weight: 800; font-size: 20px; margin-top: 10px; }\n                    .aiwox-loop-theme-spotify_wrapped .aiwox-loop-btn { display: none; }\n\n                    \/* STRIPE PRESS THEME *\/\n                    .aiwox-loop-theme-stripe_press .aiwox-loop-card { background: #fefdfa; border: 1px solid #e1ded9; border-radius: 0; box-shadow: 15px 15px 0 #e1ded9; transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1); }\n                    .aiwox-loop-theme-stripe_press .aiwox-loop-card:hover { transform: translate(-5px, -5px); box-shadow: 20px 20px 0 #d1cece; }\n                    .aiwox-loop-theme-stripe_press .aiwox-loop-img-wrap { border-bottom: 1px solid #e1ded9; padding: 10px; background: #fff; }\n                    .aiwox-loop-theme-stripe_press .aiwox-loop-title { font-family: \"Palatino Linotype\", \"Book Antiqua\", Palatino, serif; color: #1a1f36; font-size: 20px; font-weight: bold; }\n                    .aiwox-loop-theme-stripe_press .aiwox-loop-price { color: #4f566b; font-family: \"Helvetica Neue\", sans-serif; }\n                    .aiwox-loop-theme-stripe_press .aiwox-loop-btn { background: #1a1f36; color: #fff; border-radius: 4px; font-family: \"Helvetica Neue\", sans-serif; font-weight: 500; }\n                    .aiwox-loop-theme-stripe_press .aiwox-loop-card:hover .aiwox-loop-btn { background: #635bff; }\n\n                    \/* SURPRISE THEMES CSS *\/\n                    \/* HAPTIC MESH THEME *\/\n                    .aiwox-loop-theme-haptic_mesh .aiwox-loop-card { background: radial-gradient(circle at top left, #2b2b36, #16161e); border: 1px solid #3c3c4a; border-radius: 20px; box-shadow: inset 2px 2px 5px rgba(255,255,255,0.05), 0 10px 20px rgba(0,0,0,0.3); position: relative; }\n                    .aiwox-loop-theme-haptic_mesh .aiwox-loop-card::before { content: \"\"; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,0.1) 1px, transparent 1px); background-size: 4px 4px; border-radius: 20px; pointer-events: none; opacity: 0.5; }\n                    .aiwox-loop-theme-haptic_mesh .aiwox-loop-card:hover { transform: translateY(-3px); box-shadow: inset 2px 2px 5px rgba(255,255,255,0.1), 0 15px 30px rgba(0,0,0,0.4); }\n                    .aiwox-loop-theme-haptic_mesh .aiwox-loop-img-wrap { border-radius: 20px 20px 0 0; }\n                    .aiwox-loop-theme-haptic_mesh .aiwox-loop-title { color: #f0f0f0; font-family: system-ui, -apple-system, sans-serif; font-weight: 500; }\n                    .aiwox-loop-theme-haptic_mesh .aiwox-loop-price { color: #a0a0b0; }\n                    .aiwox-loop-theme-haptic_mesh .aiwox-loop-btn { background: #3c3c4a; color: #fff; border-radius: 10px; border: 1px solid rgba(255,255,255,0.1); }\n                    .aiwox-loop-theme-haptic_mesh .aiwox-loop-card:hover .aiwox-loop-btn { background: #6b6b80; }\n\n                    \/* HYPER BRUTALISM THEME *\/\n                    .aiwox-loop-theme-hyper_brutalism .aiwox-loop-card { background: #fff200; border: 5px solid #000; border-radius: 0; box-shadow: 10px 10px 0 #000; }\n                    .aiwox-loop-theme-hyper_brutalism .aiwox-loop-card:hover { transform: translate(-5px, -5px); box-shadow: 15px 15px 0 #000; }\n                    .aiwox-loop-theme-hyper_brutalism .aiwox-loop-img-wrap { border-bottom: 5px solid #000; filter: contrast(1.2); }\n                    .aiwox-loop-theme-hyper_brutalism .aiwox-loop-title { color: #000; font-weight: 900; font-family: \"Impact\", sans-serif; text-transform: uppercase; font-size: 22px; }\n                    .aiwox-loop-theme-hyper_brutalism .aiwox-loop-price { color: #000; font-weight: 900; background: #fff; display: inline-block; padding: 2px 8px; border: 2px solid #000; }\n                    .aiwox-loop-theme-hyper_brutalism .aiwox-loop-btn { background: #000; color: #fff200; border-radius: 0; font-weight: 900; text-transform: uppercase; border: 3px solid #000; }\n                    .aiwox-loop-theme-hyper_brutalism .aiwox-loop-card:hover .aiwox-loop-btn { background: #fff; color: #000; }\n\n                    \/* LIQUID CHROME THEME *\/\n                    .aiwox-loop-theme-liquid_chrome .aiwox-loop-card { background: #111; border-radius: 30px; position: relative; z-index: 1; }\n                    .aiwox-loop-theme-liquid_chrome .aiwox-loop-card::before { content: \"\"; position: absolute; inset: -3px; border-radius: 32px; background: linear-gradient(135deg, #e0e0e0, #888, #fff, #555); z-index: -1; filter: blur(2px); transition: filter 0.3s ease; }\n                    .aiwox-loop-theme-liquid_chrome .aiwox-loop-card:hover::before { filter: blur(5px); }\n                    .aiwox-loop-theme-liquid_chrome .aiwox-loop-img-wrap { border-radius: 30px 30px 0 0; }\n                    .aiwox-loop-theme-liquid_chrome .aiwox-loop-title { color: #fff; font-family: sans-serif; font-weight: 300; letter-spacing: 1px; }\n                    .aiwox-loop-theme-liquid_chrome .aiwox-loop-price { color: #aaa; }\n                    .aiwox-loop-theme-liquid_chrome .aiwox-loop-btn { background: linear-gradient(135deg, #ddd, #fff); color: #000; border-radius: 20px; font-weight: 600; }\n\n                    \/* RETRO ARCADE THEME *\/\n                    .aiwox-loop-theme-retro_arcade .aiwox-loop-card { background: #000; border: 4px solid #ff00ff; border-radius: 0; image-rendering: pixelated; box-shadow: 0 0 10px #ff00ff; }\n                    .aiwox-loop-theme-retro_arcade .aiwox-loop-card:hover { border-color: #00ffff; box-shadow: 0 0 15px #00ffff; }\n                    .aiwox-loop-theme-retro_arcade .aiwox-loop-img-wrap { border-bottom: 4px solid #ff00ff; }\n                    .aiwox-loop-theme-retro_arcade .aiwox-loop-card:hover .aiwox-loop-img-wrap { border-color: #00ffff; }\n                    .aiwox-loop-theme-retro_arcade .aiwox-loop-title { color: #ff00ff; font-family: \"Courier New\", Courier, monospace; font-weight: bold; text-transform: uppercase; }\n                    .aiwox-loop-theme-retro_arcade .aiwox-loop-card:hover .aiwox-loop-title { color: #00ffff; }\n                    .aiwox-loop-theme-retro_arcade .aiwox-loop-price { color: #fff; font-family: \"Courier New\", Courier, monospace; }\n                    .aiwox-loop-theme-retro_arcade .aiwox-loop-btn { background: transparent; color: #ff00ff; border: 2px solid #ff00ff; font-family: \"Courier New\", Courier, monospace; font-weight: bold; }\n                    .aiwox-loop-theme-retro_arcade .aiwox-loop-card:hover .aiwox-loop-btn { color: #000; background: #00ffff; border-color: #00ffff; }\n\n                    \/* MONOCHROME CHIC THEME *\/\n                    .aiwox-loop-theme-monochrome_chic .aiwox-loop-card { background: #fff; border: none; border-radius: 0; transition: filter 0.4s; filter: grayscale(100%); }\n                    .aiwox-loop-theme-monochrome_chic .aiwox-loop-card:hover { filter: grayscale(0%); box-shadow: 0 20px 40px rgba(0,0,0,0.1); }\n                    .aiwox-loop-theme-monochrome_chic .aiwox-loop-img-wrap { border-radius: 0; }\n                    .aiwox-loop-theme-monochrome_chic .aiwox-loop-title { color: #000; font-family: \"Didot\", serif; font-size: 20px; font-weight: bold; text-transform: uppercase; letter-spacing: 2px; }\n                    .aiwox-loop-theme-monochrome_chic .aiwox-loop-price { color: #666; font-family: \"Helvetica\", sans-serif; font-size: 13px; }\n                    .aiwox-loop-theme-monochrome_chic .aiwox-loop-btn { background: #000; color: #fff; border-radius: 0; text-transform: uppercase; font-size: 11px; letter-spacing: 1px; padding: 10px 20px; }\n\n                    \/* HOLO DECK THEME *\/\n                    .aiwox-loop-theme-holo_deck .aiwox-loop-card { background: rgba(0,0,0,0.5); border: 1px dashed #0ff; border-radius: 10px; }\n                    .aiwox-loop-theme-holo_deck .aiwox-loop-card:hover { background: rgba(0,255,255,0.1); border-style: solid; box-shadow: 0 0 20px rgba(0,255,255,0.2); }\n                    .aiwox-loop-theme-holo_deck .aiwox-loop-img-wrap { opacity: 0.8; mix-blend-mode: screen; filter: hue-rotate(180deg); transition: all 0.3s; }\n                    .aiwox-loop-theme-holo_deck .aiwox-loop-card:hover .aiwox-loop-img-wrap { opacity: 1; mix-blend-mode: normal; filter: none; }\n                    .aiwox-loop-theme-holo_deck .aiwox-loop-title { color: #0ff; font-family: monospace; }\n                    .aiwox-loop-theme-holo_deck .aiwox-loop-price { color: #fff; }\n                    .aiwox-loop-theme-holo_deck .aiwox-loop-btn { background: transparent; color: #0ff; border: 1px solid #0ff; border-radius: 5px; }\n                    .aiwox-loop-theme-holo_deck .aiwox-loop-card:hover .aiwox-loop-btn { background: #0ff; color: #000; }\n\n                    \/* SYNTHWAVE THEME *\/\n                    .aiwox-loop-theme-synthwave .aiwox-loop-card { background: linear-gradient(180deg, #2b003a 0%, #000 100%); border: 2px solid #ff007f; border-radius: 15px; box-shadow: 0 0 15px rgba(255,0,127,0.5); }\n                    .aiwox-loop-theme-synthwave .aiwox-loop-card:hover { border-color: #00ffff; box-shadow: 0 0 25px rgba(0,255,255,0.6); }\n                    .aiwox-loop-theme-synthwave .aiwox-loop-img-wrap { border-radius: 13px 13px 0 0; }\n                    .aiwox-loop-theme-synthwave .aiwox-loop-title { color: #00ffff; text-shadow: 0 0 5px #00ffff; font-family: \"Trebuchet MS\", sans-serif; font-style: italic; font-weight: 900; }\n                    .aiwox-loop-theme-synthwave .aiwox-loop-price { color: #ff007f; text-shadow: 0 0 5px #ff007f; font-weight: bold; }\n                    .aiwox-loop-theme-synthwave .aiwox-loop-btn { background: linear-gradient(90deg, #ff007f, #00ffff); color: #fff; border: none; border-radius: 20px; font-weight: bold; }\n\n                    \/* MINIMAL CLAY THEME *\/\n                    .aiwox-loop-theme-minimal_clay .aiwox-loop-card { background: #f0f0f3; border: none; border-radius: 30px; box-shadow: inset -5px -5px 10px #ffffff, inset 5px 5px 10px #d1d1d4, 10px 10px 20px #d1d1d4, -10px -10px 20px #ffffff; }\n                    .aiwox-loop-theme-minimal_clay .aiwox-loop-card:hover { transform: scale(1.02); }\n                    .aiwox-loop-theme-minimal_clay .aiwox-loop-img-wrap { border-radius: 30px 30px 0 0; padding: 15px; }\n                    .aiwox-loop-theme-minimal_clay .aiwox-loop-title { color: #555; font-weight: 600; font-family: \"Nunito\", sans-serif; }\n                    .aiwox-loop-theme-minimal_clay .aiwox-loop-price { color: #888; }\n                    .aiwox-loop-theme-minimal_clay .aiwox-loop-btn { background: #f0f0f3; color: #555; border: none; border-radius: 20px; box-shadow: 3px 3px 6px #d1d1d4, -3px -3px 6px #ffffff; }\n                    .aiwox-loop-theme-minimal_clay .aiwox-loop-card:hover .aiwox-loop-btn { box-shadow: inset 3px 3px 6px #d1d1d4, inset -3px -3px 6px #ffffff; }\n\n                    \/* DARK GLASSMORPHISM THEME *\/\n                    .aiwox-loop-theme-glass_dark .aiwox-loop-card { background: rgba(25, 25, 30, 0.4); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border: 1px solid rgba(255,255,255,0.1); border-radius: 24px; box-shadow: 0 4px 30px rgba(0,0,0,0.5); }\n                    .aiwox-loop-theme-glass_dark .aiwox-loop-card:hover { background: rgba(40, 40, 45, 0.5); border-color: rgba(255,255,255,0.2); }\n                    .aiwox-loop-theme-glass_dark .aiwox-loop-img-wrap { border-radius: 24px 24px 0 0; background: transparent; }\n                    .aiwox-loop-theme-glass_dark .aiwox-loop-title { color: rgba(255,255,255,0.9); font-weight: 500; letter-spacing: 0.5px; }\n                    .aiwox-loop-theme-glass_dark .aiwox-loop-price { color: rgba(255,255,255,0.6); }\n                    .aiwox-loop-theme-glass_dark .aiwox-loop-btn { background: rgba(255,255,255,0.1); color: #fff; border: 1px solid rgba(255,255,255,0.2); border-radius: 12px; }\n                    .aiwox-loop-theme-glass_dark .aiwox-loop-card:hover .aiwox-loop-btn { background: rgba(255,255,255,0.2); }\n\n                    \/* AERO GLASS THEME *\/\n                    .aiwox-loop-theme-aero_glass .aiwox-loop-card { background: linear-gradient(180deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.1) 50%, rgba(255,255,255,0.3) 100%); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.5); border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.1), inset 0 1px 0 rgba(255,255,255,0.8); }\n                    .aiwox-loop-theme-aero_glass .aiwox-loop-card:hover { background: linear-gradient(180deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0.4) 100%); box-shadow: 0 8px 25px rgba(0,0,0,0.15), inset 0 1px 0 rgba(255,255,255,1); }\n                    .aiwox-loop-theme-aero_glass .aiwox-loop-img-wrap { border-radius: 12px 12px 0 0; }\n                    .aiwox-loop-theme-aero_glass .aiwox-loop-title { color: #222; font-family: \"Segoe UI\", Tahoma, Geneva, Verdana, sans-serif; }\n                    .aiwox-loop-theme-aero_glass .aiwox-loop-price { color: #555; font-family: \"Segoe UI\", Tahoma, Geneva, Verdana, sans-serif; }\n                    .aiwox-loop-theme-aero_glass .aiwox-loop-btn { background: linear-gradient(180deg, #f0f0f0, #ccc); border: 1px solid #aaa; color: #333; border-radius: 4px; box-shadow: inset 0 1px 0 #fff; }\n                    .aiwox-loop-theme-aero_glass .aiwox-loop-card:hover .aiwox-loop-btn { background: linear-gradient(180deg, #fff, #ddd); }\n\n                    \/* PAPER CRAFT THEME *\/\n                    .aiwox-loop-theme-paper_craft .aiwox-loop-card { background: #fdfdfd; border-radius: 0; position: relative; box-shadow: 0 5px 15px rgba(0,0,0,0.08), inset 0 0 0 1px rgba(0,0,0,0.05); overflow: hidden; }\n                    .aiwox-loop-theme-paper_craft .aiwox-loop-card::after { content: \"\"; position: absolute; inset: 0; box-shadow: inset 0 10px 20px rgba(0,0,0,0.05); pointer-events: none; }\n                    .aiwox-loop-theme-paper_craft .aiwox-loop-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0,0,0,0.12), inset 0 0 0 1px rgba(0,0,0,0.05); }\n                    .aiwox-loop-theme-paper_craft .aiwox-loop-img-wrap { padding: 20px; background: #fff; box-shadow: 0 5px 10px rgba(0,0,0,0.05); border-radius: 0 0 20px 20px; margin-bottom: 10px; }\n                    .aiwox-loop-theme-paper_craft .aiwox-loop-title { color: #333; font-weight: bold; font-family: \"Courier New\", monospace; letter-spacing: -0.5px; }\n                    .aiwox-loop-theme-paper_craft .aiwox-loop-price { color: #d32f2f; font-weight: bold; }\n                    .aiwox-loop-theme-paper_craft .aiwox-loop-btn { background: #333; color: #fff; border-radius: 0; border: 1px dashed #fff; font-family: \"Courier New\", monospace; text-transform: uppercase; }\n\n                    \/* MATRIX RAIN THEME *\/\n                    .aiwox-loop-theme-matrix_rain .aiwox-loop-card { background: #000; border: 1px solid #0f0; border-radius: 0; box-shadow: 0 0 10px rgba(0,255,0,0.2); position: relative; }\n                    .aiwox-loop-theme-matrix_rain .aiwox-loop-card::before { content: \"101010111000101\"; position: absolute; top: -10px; right: 10px; color: #0f0; font-family: monospace; font-size: 10px; opacity: 0.5; writing-mode: vertical-rl; overflow: hidden; height: 100%; white-space: nowrap; animation: matrixFade 2s infinite alternate; }\n                    @keyframes matrixFade { from { opacity: 0.1; } to { opacity: 0.8; } }\n                    .aiwox-loop-theme-matrix_rain .aiwox-loop-card:hover { box-shadow: 0 0 20px rgba(0,255,0,0.6); }\n                    .aiwox-loop-theme-matrix_rain .aiwox-loop-img-wrap { border-bottom: 1px solid #0f0; filter: contrast(1.5) sepia(1) hue-rotate(80deg) saturate(3); }\n                    .aiwox-loop-theme-matrix_rain .aiwox-loop-card:hover .aiwox-loop-img-wrap { filter: none; }\n                    .aiwox-loop-theme-matrix_rain .aiwox-loop-title { color: #0f0; font-family: \"Courier New\", monospace; text-shadow: 0 0 5px #0f0; }\n                    .aiwox-loop-theme-matrix_rain .aiwox-loop-price { color: #fff; font-family: \"Courier New\", monospace; }\n                    .aiwox-loop-theme-matrix_rain .aiwox-loop-btn { background: transparent; color: #0f0; border: 1px solid #0f0; font-family: monospace; border-radius: 0; }\n                    .aiwox-loop-theme-matrix_rain .aiwox-loop-card:hover .aiwox-loop-btn { background: #0f0; color: #000; }\n\n                    \/* GOLDEN RATIO THEME *\/\n                    .aiwox-loop-theme-golden_ratio .aiwox-loop-card { background: #fff; border: 1px solid #d4af37; border-radius: 0; padding: 1.618rem; position: relative; }\n                    .aiwox-loop-theme-golden_ratio .aiwox-loop-card::after { content: \"\"; position: absolute; top: 10px; left: 10px; right: 10px; bottom: 10px; border: 1px solid rgba(212,175,55,0.3); pointer-events: none; }\n                    .aiwox-loop-theme-golden_ratio .aiwox-loop-img-wrap { margin-bottom: 1.618rem; }\n                    .aiwox-loop-theme-golden_ratio .aiwox-loop-title { color: #111; font-family: \"Optima\", \"Didot\", serif; font-weight: 400; font-size: 18px; text-align: center; }\n                    .aiwox-loop-theme-golden_ratio .aiwox-loop-price { color: #d4af37; font-family: \"Optima\", serif; font-size: 14px; text-align: center; margin-top: 0.618rem; }\n                    .aiwox-loop-theme-golden_ratio .aiwox-loop-btn { display: none; } \/* Focus pur pe produs *\/\n                    .aiwox-loop-theme-golden_ratio .aiwox-loop-card:hover { border-color: #b5952f; box-shadow: 0 10px 30px rgba(212,175,55,0.15); }\n\n                    \/* POP ART THEME *\/\n                    .aiwox-loop-theme-pop_art .aiwox-loop-card { background: #fff; border: 4px solid #000; border-radius: 0; box-shadow: 6px 6px 0 #000; position: relative; overflow: hidden; }\n                    .aiwox-loop-theme-pop_art .aiwox-loop-card::before { content: \"\"; position: absolute; inset: 0; background-image: radial-gradient(#000 15%, transparent 16%), radial-gradient(#000 15%, transparent 16%); background-size: 8px 8px; background-position: 0 0, 4px 4px; opacity: 0.05; pointer-events: none; }\n                    .aiwox-loop-theme-pop_art .aiwox-loop-card:hover { transform: translate(-2px, -2px); box-shadow: 8px 8px 0 #e2001a; border-color: #0047bb; }\n                    .aiwox-loop-theme-pop_art .aiwox-loop-img-wrap { border-bottom: 4px solid #000; padding: 10px; background: #ffea00; }\n                    .aiwox-loop-theme-pop_art .aiwox-loop-title { color: #000; font-family: \"Comic Sans MS\", \"Impact\", sans-serif; font-weight: 900; text-transform: uppercase; font-size: 20px; text-shadow: 2px 2px 0 #fff; }\n                    .aiwox-loop-theme-pop_art .aiwox-loop-price { background: #000; color: #fff; display: inline-block; padding: 4px 10px; font-weight: bold; font-family: sans-serif; transform: rotate(-2deg); }\n                    .aiwox-loop-theme-pop_art .aiwox-loop-btn { background: #e2001a; color: #fff; border: 2px solid #000; border-radius: 50px; font-weight: 900; text-transform: uppercase; padding: 8px 16px; }\n\n                    \/* SKEUOMORPHIC LEATHER THEME *\/\n                    .aiwox-loop-theme-skeuomorphic_leather .aiwox-loop-card { background: #3b2f2f; border-radius: 8px; box-shadow: inset 0 0 20px rgba(0,0,0,0.8), 0 5px 15px rgba(0,0,0,0.5); border: 2px dashed #8b7355; padding: 2px; }\n                    .aiwox-loop-theme-skeuomorphic_leather .aiwox-loop-card:hover { border-color: #d2b48c; box-shadow: inset 0 0 10px rgba(0,0,0,0.6), 0 8px 20px rgba(0,0,0,0.6); }\n                    .aiwox-loop-theme-skeuomorphic_leather .aiwox-loop-img-wrap { border-radius: 6px 6px 0 0; border-bottom: 2px solid #221a1a; background: #fff; }\n                    .aiwox-loop-theme-skeuomorphic_leather .aiwox-loop-title { color: #e6d8ad; font-family: \"Georgia\", serif; font-style: italic; text-shadow: 1px 1px 1px #000; text-align: center; }\n                    .aiwox-loop-theme-skeuomorphic_leather .aiwox-loop-price { color: #d2b48c; text-align: center; font-weight: bold; }\n                    .aiwox-loop-theme-skeuomorphic_leather .aiwox-loop-btn { background: linear-gradient(#5a4634, #3a2d20); border: 1px solid #1a140e; color: #e6d8ad; border-radius: 4px; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 2px 4px rgba(0,0,0,0.5); text-transform: uppercase; font-size: 11px; letter-spacing: 1px; }\n                    .aiwox-loop-theme-skeuomorphic_leather .aiwox-loop-card:hover .aiwox-loop-btn { background: linear-gradient(#6e5540, #4b392a); }\n\n                    \/* GLOWING EDGES THEME *\/\n                    .aiwox-loop-theme-glowing_edges .aiwox-loop-card { background: #0a0a0a; border-radius: 12px; position: relative; overflow: hidden; }\n                    .aiwox-loop-theme-glowing_edges .aiwox-loop-card::before { content: \"\"; position: absolute; inset: -2px; border-radius: 14px; background: conic-gradient(from 0deg, transparent 0 340deg, #00f0ff 360deg); z-index: -1; animation: glowSpin 3s linear infinite; opacity: 0; transition: opacity 0.3s; }\n                    @keyframes glowSpin { 100% { transform: rotate(360deg); } }\n                    .aiwox-loop-theme-glowing_edges .aiwox-loop-card:hover::before { opacity: 1; }\n                    .aiwox-loop-theme-glowing_edges .aiwox-loop-img-wrap { border-radius: 12px 12px 0 0; background: #111; }\n                    .aiwox-loop-theme-glowing_edges .aiwox-loop-title { color: #fff; font-family: sans-serif; font-weight: 500; }\n                    .aiwox-loop-theme-glowing_edges .aiwox-loop-price { color: #aaa; }\n                    .aiwox-loop-theme-glowing_edges .aiwox-loop-btn { background: #1a1a1a; color: #fff; border: 1px solid #333; border-radius: 6px; }\n                    .aiwox-loop-theme-glowing_edges .aiwox-loop-card:hover .aiwox-loop-btn { border-color: #00f0ff; color: #00f0ff; }\n\n                    \/* AURORA BOREALIS THEME *\/\n                    .aiwox-loop-theme-aurora_borealis .aiwox-loop-card { background: #000; border-radius: 20px; position: relative; overflow: hidden; border: none; }\n                    .aiwox-loop-theme-aurora_borealis .aiwox-loop-card::before { content: \"\"; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle at 50% 50%, rgba(0, 255, 128, 0.2), transparent 60%), radial-gradient(circle at 80% 20%, rgba(0, 128, 255, 0.2), transparent 50%); z-index: 0; animation: auroraFlow 10s ease-in-out infinite alternate; pointer-events: none; }\n                    @keyframes auroraFlow { 0% { transform: translate(0, 0) scale(1); } 100% { transform: translate(-10%, 10%) scale(1.1); } }\n                    .aiwox-loop-theme-aurora_borealis .aiwox-loop-img-wrap { position: relative; z-index: 1; border-radius: 20px 20px 0 0; }\n                    .aiwox-loop-theme-aurora_borealis .aiwox-loop-info { position: relative; z-index: 1; }\n                    .aiwox-loop-theme-aurora_borealis .aiwox-loop-title { color: #fff; font-family: \"Inter\", sans-serif; font-weight: 300; }\n                    .aiwox-loop-theme-aurora_borealis .aiwox-loop-price { color: #00ff80; }\n                    .aiwox-loop-theme-aurora_borealis .aiwox-loop-btn { background: rgba(255,255,255,0.1); backdrop-filter: blur(5px); color: #fff; border: 1px solid rgba(255,255,255,0.2); border-radius: 20px; }\n                    .aiwox-loop-theme-aurora_borealis .aiwox-loop-card:hover .aiwox-loop-btn { background: rgba(0, 255, 128, 0.3); border-color: #00ff80; }\n\n                    \/* BLUEPRINT THEME *\/\n                    .aiwox-loop-theme-blueprint .aiwox-loop-card { background: #0b3d91; border: 1px solid #fff; border-radius: 0; box-shadow: none; position: relative; }\n                    .aiwox-loop-theme-blueprint .aiwox-loop-card::before { content: \"\"; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.2) 1px, transparent 1px); background-size: 20px 20px; pointer-events: none; }\n                    .aiwox-loop-theme-blueprint .aiwox-loop-img-wrap { filter: grayscale(100%) contrast(1.2) invert(1) sepia(1) hue-rotate(180deg) saturate(3); mix-blend-mode: screen; border-bottom: 1px solid #fff; }\n                    .aiwox-loop-theme-blueprint .aiwox-loop-card:hover .aiwox-loop-img-wrap { filter: none; mix-blend-mode: normal; }\n                    .aiwox-loop-theme-blueprint .aiwox-loop-title { color: #fff; font-family: \"Comic Sans MS\", \"Chalkboard\", sans-serif; font-weight: normal; text-transform: uppercase; font-size: 16px; }\n                    .aiwox-loop-theme-blueprint .aiwox-loop-price { color: #fff; font-family: monospace; }\n                    .aiwox-loop-theme-blueprint .aiwox-loop-btn { background: transparent; color: #fff; border: 1px dashed #fff; border-radius: 0; font-family: monospace; text-transform: uppercase; }\n                    .aiwox-loop-theme-blueprint .aiwox-loop-card:hover .aiwox-loop-btn { background: #fff; color: #0b3d91; }\n\n                    \/* VELOUR RED THEME *\/\n                    .aiwox-loop-theme-velour_red .aiwox-loop-card { background: #4a0404; border: 1px solid #2a0000; border-radius: 4px; box-shadow: inset 0 0 30px rgba(0,0,0,0.5), 0 10px 20px rgba(0,0,0,0.2); }\n                    .aiwox-loop-theme-velour_red .aiwox-loop-card:hover { background: #5c0505; box-shadow: inset 0 0 40px rgba(0,0,0,0.6), 0 15px 25px rgba(0,0,0,0.3); }\n                    .aiwox-loop-theme-velour_red .aiwox-loop-img-wrap { border-radius: 4px 4px 0 0; background: #fff; border-bottom: 2px solid #ffd700; }\n                    .aiwox-loop-theme-velour_red .aiwox-loop-title { color: #ffd700; font-family: \"Playfair Display\", serif; text-align: center; font-size: 20px; }\n                    .aiwox-loop-theme-velour_red .aiwox-loop-price { color: #e5b80b; text-align: center; font-family: sans-serif; letter-spacing: 1px; }\n                    .aiwox-loop-theme-velour_red .aiwox-loop-btn { background: #ffd700; color: #4a0404; border: none; border-radius: 0; font-family: serif; font-weight: bold; text-transform: uppercase; box-shadow: 0 4px 6px rgba(0,0,0,0.3); }\n                    .aiwox-loop-theme-velour_red .aiwox-loop-card:hover .aiwox-loop-btn { background: #fff; color: #4a0404; }\n\n                    \/* TRANSPARENT TECH THEME *\/\n                    .aiwox-loop-theme-transparent_tech .aiwox-loop-card { background: rgba(255,255,255,0.05); backdrop-filter: blur(4px); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; position: relative; overflow: hidden; }\n                    .aiwox-loop-theme-transparent_tech .aiwox-loop-card::before { content: \"\"; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,0.1) 1px, transparent 1px); background-size: 10px 10px; opacity: 0.3; z-index: -1; }\n                    .aiwox-loop-theme-transparent_tech .aiwox-loop-card:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.3); }\n                    .aiwox-loop-theme-transparent_tech .aiwox-loop-img-wrap { border-radius: 16px 16px 0 0; background: transparent; padding: 10px; }\n                    .aiwox-loop-theme-transparent_tech .aiwox-loop-title { color: #eaeaea; font-family: \"Inter\", sans-serif; font-weight: 500; font-size: 15px; }\n                    .aiwox-loop-theme-transparent_tech .aiwox-loop-price { color: #bbb; font-size: 13px; }\n                    .aiwox-loop-theme-transparent_tech .aiwox-loop-btn { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.2); border-radius: 8px; font-weight: 500; padding: 8px 15px; }\n                    .aiwox-loop-theme-transparent_tech .aiwox-loop-card:hover .aiwox-loop-btn { background: #fff; color: #000; }\n\n                    \/* NEW 10 THEMES *\/\n                    \/* CYBER SAMURAI THEME *\/\n                    .aiwox-loop-theme-cyber_samurai .aiwox-loop-card { background: #0b0b0b; border: 1px solid #333; border-radius: 0; position: relative; clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%); }\n                    .aiwox-loop-theme-cyber_samurai .aiwox-loop-card:hover { border-color: #ff003c; box-shadow: 0 0 15px rgba(255,0,60,0.4); }\n                    .aiwox-loop-theme-cyber_samurai .aiwox-loop-img-wrap { border-bottom: 2px solid #ff003c; filter: grayscale(50%) contrast(1.2); }\n                    .aiwox-loop-theme-cyber_samurai .aiwox-loop-card:hover .aiwox-loop-img-wrap { filter: grayscale(0%); }\n                    .aiwox-loop-theme-cyber_samurai .aiwox-loop-title { color: #fff; font-family: \"Impact\", sans-serif; text-transform: uppercase; letter-spacing: 2px; }\n                    .aiwox-loop-theme-cyber_samurai .aiwox-loop-price { color: #ff003c; font-family: monospace; font-weight: bold; }\n                    .aiwox-loop-theme-cyber_samurai .aiwox-loop-btn { background: transparent; color: #ff003c; border: 1px solid #ff003c; border-radius: 0; text-transform: uppercase; font-family: monospace; letter-spacing: 1px; clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%); }\n                    .aiwox-loop-theme-cyber_samurai .aiwox-loop-card:hover .aiwox-loop-btn { background: #ff003c; color: #000; }\n\n                    \/* FROSTED NEON THEME *\/\n                    .aiwox-loop-theme-frosted_neon .aiwox-loop-card { background: rgba(255,255,255,0.7); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.5); border-radius: 20px; position: relative; z-index: 1; }\n                    .aiwox-loop-theme-frosted_neon .aiwox-loop-card::before { content: \"\"; position: absolute; inset: -5px; background: linear-gradient(45deg, #ff00ff, #00ffff); z-index: -1; border-radius: 25px; filter: blur(15px); opacity: 0; transition: opacity 0.4s; }\n                    .aiwox-loop-theme-frosted_neon .aiwox-loop-card:hover::before { opacity: 0.6; }\n                    .aiwox-loop-theme-frosted_neon .aiwox-loop-img-wrap { border-radius: 20px 20px 0 0; }\n                    .aiwox-loop-theme-frosted_neon .aiwox-loop-title { color: #111; font-family: \"Inter\", sans-serif; font-weight: 800; }\n                    .aiwox-loop-theme-frosted_neon .aiwox-loop-price { color: #ff00ff; font-weight: bold; }\n                    .aiwox-loop-theme-frosted_neon .aiwox-loop-btn { background: linear-gradient(45deg, #ff00ff, #00ffff); color: #fff; border: none; border-radius: 20px; font-weight: bold; }\n\n                    \/* ECO CARDBOARD THEME *\/\n                    .aiwox-loop-theme-eco_cardboard .aiwox-loop-card { background: #d4c4a8; border: 2px solid #bba684; border-radius: 4px; box-shadow: 2px 2px 5px rgba(0,0,0,0.1); position: relative; }\n                    .aiwox-loop-theme-eco_cardboard .aiwox-loop-card::after { content: \"\"; position: absolute; inset: 0; background-image: repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(0,0,0,0.03) 2px, rgba(0,0,0,0.03) 4px); pointer-events: none; }\n                    .aiwox-loop-theme-eco_cardboard .aiwox-loop-img-wrap { border-bottom: 2px solid #bba684; filter: sepia(0.3); }\n                    .aiwox-loop-theme-eco_cardboard .aiwox-loop-card:hover .aiwox-loop-img-wrap { filter: none; }\n                    .aiwox-loop-theme-eco_cardboard .aiwox-loop-title { color: #4a3b2c; font-family: \"Courier New\", monospace; font-weight: bold; }\n                    .aiwox-loop-theme-eco_cardboard .aiwox-loop-price { color: #2e7d32; font-family: monospace; font-weight: bold; }\n                    .aiwox-loop-theme-eco_cardboard .aiwox-loop-btn { background: #4a3b2c; color: #d4c4a8; border: none; border-radius: 2px; font-family: monospace; text-transform: uppercase; }\n\n                    \/* VHS GLITCH THEME *\/\n                    .aiwox-loop-theme-vhs_glitch .aiwox-loop-card { background: #000; border: 1px solid #333; border-radius: 0; position: relative; overflow: hidden; }\n                    .aiwox-loop-theme-vhs_glitch .aiwox-loop-card:hover { border-color: #fff; }\n                    .aiwox-loop-theme-vhs_glitch .aiwox-loop-card::before { content: \"\"; position: absolute; inset: 0; background: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255,255,255,0.05) 2px, rgba(255,255,255,0.05) 4px); pointer-events: none; z-index: 5; }\n                    .aiwox-loop-theme-vhs_glitch .aiwox-loop-card:hover::after { content: \"\"; position: absolute; top: 50%; left: -100%; width: 200%; height: 10px; background: rgba(255,255,255,0.5); z-index: 6; animation: vhsScan 1s linear infinite; filter: blur(2px); mix-blend-mode: overlay; }\n                    @keyframes vhsScan { to { top: 100%; } }\n                    .aiwox-loop-theme-vhs_glitch .aiwox-loop-img-wrap { border-bottom: 1px solid #333; filter: saturate(1.5) contrast(1.2); }\n                    .aiwox-loop-theme-vhs_glitch .aiwox-loop-card:hover .aiwox-loop-img-wrap { filter: saturate(1.5) contrast(1.2) hue-rotate(90deg); }\n                    .aiwox-loop-theme-vhs_glitch .aiwox-loop-title { color: #fff; font-family: \"Arial\", sans-serif; font-weight: bold; text-transform: uppercase; letter-spacing: 2px; text-shadow: -2px 0 red, 2px 0 cyan; }\n                    .aiwox-loop-theme-vhs_glitch .aiwox-loop-price { color: #fff; font-family: monospace; }\n                    .aiwox-loop-theme-vhs_glitch .aiwox-loop-btn { background: #fff; color: #000; border: none; border-radius: 0; font-family: \"Arial\", sans-serif; font-weight: bold; text-transform: uppercase; }\n\n                    \/* MARBLE STATUE THEME *\/\n                    .aiwox-loop-theme-marble_statue .aiwox-loop-card { background: #fdfdfd; border-radius: 4px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); position: relative; }\n                    .aiwox-loop-theme-marble_statue .aiwox-loop-card::before { content: \"\"; position: absolute; inset: 0; opacity: 0.1; background-image: url(\"data:image\/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'\/%3E%3C\/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'\/%3E%3C\/svg%3E\"); pointer-events: none; mix-blend-mode: multiply; }\n                    .aiwox-loop-theme-marble_statue .aiwox-loop-img-wrap { border-radius: 4px 4px 0 0; padding: 15px; }\n                    .aiwox-loop-theme-marble_statue .aiwox-loop-title { color: #222; font-family: \"Cinzel\", \"Didot\", serif; text-align: center; font-size: 20px; }\n                    .aiwox-loop-theme-marble_statue .aiwox-loop-price { color: #777; text-align: center; font-family: serif; }\n                    .aiwox-loop-theme-marble_statue .aiwox-loop-btn { background: transparent; color: #222; border: 1px solid #222; border-radius: 0; font-family: serif; text-transform: uppercase; letter-spacing: 1px; margin: 0 auto; display: table; }\n                    .aiwox-loop-theme-marble_statue .aiwox-loop-card:hover .aiwox-loop-btn { background: #222; color: #fff; }\n\n                    \/* HOLOGRAPHIC FOIL THEME *\/\n                    .aiwox-loop-theme-holographic_foil .aiwox-loop-card { background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); border-radius: 12px; position: relative; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.1); }\n                    .aiwox-loop-theme-holographic_foil .aiwox-loop-card::before { content: \"\"; position: absolute; inset: 0; background: linear-gradient(125deg, rgba(255,0,0,0.3), rgba(255,255,0,0.3), rgba(0,255,0,0.3), rgba(0,255,255,0.3), rgba(0,0,255,0.3), rgba(255,0,255,0.3)); mix-blend-mode: color-burn; opacity: 0; transition: opacity 0.5s; z-index: 2; pointer-events: none; }\n                    .aiwox-loop-theme-holographic_foil .aiwox-loop-card:hover::before { opacity: 0.8; animation: holoFoil 3s ease infinite alternate; }\n                    @keyframes holoFoil { 0% { filter: hue-rotate(0deg); } 100% { filter: hue-rotate(360deg); } }\n                    .aiwox-loop-theme-holographic_foil .aiwox-loop-img-wrap { border-radius: 12px 12px 0 0; background: #fff; position: relative; z-index: 1; }\n                    .aiwox-loop-theme-holographic_foil .aiwox-loop-info { position: relative; z-index: 3; background: rgba(255,255,255,0.8); backdrop-filter: blur(5px); }\n                    .aiwox-loop-theme-holographic_foil .aiwox-loop-title { color: #333; font-weight: 800; font-family: sans-serif; }\n                    .aiwox-loop-theme-holographic_foil .aiwox-loop-price { color: #666; font-weight: bold; }\n                    .aiwox-loop-theme-holographic_foil .aiwox-loop-btn { background: #111; color: #fff; border: none; border-radius: 30px; }\n\n                    \/* MILITARY TACTICAL THEME *\/\n                    .aiwox-loop-theme-military_tactical .aiwox-loop-card { background: #4b5320; border: 3px solid #2a2e12; border-radius: 4px; box-shadow: inset 0 0 10px rgba(0,0,0,0.5); }\n                    .aiwox-loop-theme-military_tactical .aiwox-loop-card:hover { transform: translateY(-2px); box-shadow: 0 10px 20px rgba(0,0,0,0.4); }\n                    .aiwox-loop-theme-military_tactical .aiwox-loop-img-wrap { border-bottom: 3px solid #2a2e12; background: #fff; }\n                    .aiwox-loop-theme-military_tactical .aiwox-loop-title { color: #d4d8c5; font-family: \"Stencil\", \"Arial Black\", sans-serif; text-transform: uppercase; font-size: 22px; text-shadow: 1px 1px 0 #000; }\n                    .aiwox-loop-theme-military_tactical .aiwox-loop-price { color: #ffeb3b; font-family: monospace; font-weight: bold; }\n                    .aiwox-loop-theme-military_tactical .aiwox-loop-btn { background: #2a2e12; color: #d4d8c5; border: 1px solid #000; border-radius: 2px; font-family: \"Stencil\", sans-serif; text-transform: uppercase; }\n                    .aiwox-loop-theme-military_tactical .aiwox-loop-card:hover .aiwox-loop-btn { background: #d4d8c5; color: #2a2e12; }\n\n                    \/* VAPORWAVE MALL THEME *\/\n                    .aiwox-loop-theme-vaporwave_mall .aiwox-loop-card { background: #ff71ce; border: 2px solid #01cdfe; border-radius: 0; box-shadow: 5px 5px 0 #05ffa1; position: relative; overflow: hidden; }\n                    .aiwox-loop-theme-vaporwave_mall .aiwox-loop-card::after { content: \"\"; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(255,255,255,0.2) 50%); background-size: 100% 4px; pointer-events: none; mix-blend-mode: overlay; }\n                    .aiwox-loop-theme-vaporwave_mall .aiwox-loop-card:hover { transform: translate(-3px, -3px); box-shadow: 8px 8px 0 #05ffa1; border-color: #b967ff; }\n                    .aiwox-loop-theme-vaporwave_mall .aiwox-loop-img-wrap { border-bottom: 2px solid #01cdfe; background: #fff; }\n                    .aiwox-loop-theme-vaporwave_mall .aiwox-loop-title { color: #fff; font-family: \"Times New Roman\", serif; font-style: italic; font-weight: bold; text-shadow: 2px 2px #01cdfe; letter-spacing: 1px; }\n                    .aiwox-loop-theme-vaporwave_mall .aiwox-loop-price { color: #05ffa1; font-family: sans-serif; font-weight: 900; background: #000; display: inline-block; padding: 2px 8px; transform: skewX(-10deg); }\n                    .aiwox-loop-theme-vaporwave_mall .aiwox-loop-btn { background: #01cdfe; color: #fff; border: none; border-radius: 0; font-family: sans-serif; font-weight: bold; text-transform: uppercase; box-shadow: 3px 3px 0 #b967ff; }\n\n                    \/* XRAY VISION THEME *\/\n                    .aiwox-loop-theme-xray_vision .aiwox-loop-card { background: #001a33; border: 1px solid #004080; border-radius: 8px; box-shadow: 0 0 15px rgba(0,64,128,0.5); transition: all 0.5s; }\n                    .aiwox-loop-theme-xray_vision .aiwox-loop-card:hover { box-shadow: 0 0 25px rgba(0,191,255,0.8); border-color: #00bfff; }\n                    .aiwox-loop-theme-xray_vision .aiwox-loop-img-wrap { filter: invert(1) hue-rotate(180deg); border-radius: 8px 8px 0 0; background: #fff; transition: filter 0.5s; }\n                    .aiwox-loop-theme-xray_vision .aiwox-loop-card:hover .aiwox-loop-img-wrap { filter: invert(0.8) hue-rotate(180deg) contrast(1.5); }\n                    .aiwox-loop-theme-xray_vision .aiwox-loop-title { color: #00bfff; font-family: sans-serif; font-weight: 300; letter-spacing: 2px; }\n                    .aiwox-loop-theme-xray_vision .aiwox-loop-price { color: #fff; }\n                    .aiwox-loop-theme-xray_vision .aiwox-loop-btn { background: transparent; color: #00bfff; border: 1px solid #00bfff; border-radius: 20px; text-transform: uppercase; letter-spacing: 1px; }\n                    .aiwox-loop-theme-xray_vision .aiwox-loop-card:hover .aiwox-loop-btn { background: #00bfff; color: #001a33; box-shadow: 0 0 10px #00bfff; }\n\n                    \/* ROYAL BLUE VELVET THEME *\/\n                    .aiwox-loop-theme-velvet_blue .aiwox-loop-card { background: #001f54; border: 1px solid #000; border-radius: 6px; box-shadow: inset 0 0 40px rgba(0,0,0,0.6), 0 10px 20px rgba(0,0,0,0.3); }\n                    .aiwox-loop-theme-velvet_blue .aiwox-loop-card:hover { background: #002870; box-shadow: inset 0 0 50px rgba(0,0,0,0.7), 0 15px 30px rgba(0,0,0,0.4); }\n                    .aiwox-loop-theme-velvet_blue .aiwox-loop-img-wrap { border-radius: 6px 6px 0 0; background: #fff; border-bottom: 2px solid #ffd700; }\n                    .aiwox-loop-theme-velvet_blue .aiwox-loop-title { color: #ffd700; font-family: \"Didot\", serif; text-align: center; font-size: 22px; text-shadow: 1px 1px 2px #000; }\n                    .aiwox-loop-theme-velvet_blue .aiwox-loop-price { color: #e5b80b; text-align: center; font-family: sans-serif; letter-spacing: 1px; }\n                    .aiwox-loop-theme-velvet_blue .aiwox-loop-btn { background: #ffd700; color: #001f54; border: none; border-radius: 2px; font-family: serif; font-weight: bold; text-transform: uppercase; box-shadow: 0 4px 6px rgba(0,0,0,0.4); }\n                    .aiwox-loop-theme-velvet_blue .aiwox-loop-card:hover .aiwox-loop-btn { background: #fff; color: #001f54; }\n\n                    \/* NEW 10 MINIMALIST PREMIUM THEMES *\/\n                    \/* SWISS MINIMAL THEME *\/\n                    .aiwox-loop-theme-swiss_minimal .aiwox-loop-card { background: #fff; border: none; border-radius: 0; padding: 0; box-shadow: none; transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1); }\n                    .aiwox-loop-theme-swiss_minimal .aiwox-loop-card:hover { transform: translateY(-4px); }\n                    .aiwox-loop-theme-swiss_minimal .aiwox-loop-img-wrap { padding: 0; margin-bottom: 12px; }\n                    .aiwox-loop-theme-swiss_minimal .aiwox-loop-title { color: #000; font-family: \"Inter\", \"Helvetica Neue\", Helvetica, Arial, sans-serif; font-weight: 600; font-size: 16px; letter-spacing: -0.02em; margin-bottom: 4px; }\n                    .aiwox-loop-theme-swiss_minimal .aiwox-loop-price { color: #000; font-weight: 400; font-size: 14px; }\n                    .aiwox-loop-theme-swiss_minimal .aiwox-loop-btn { display: none; }\n                    .aiwox-loop-theme-swiss_minimal .aiwox-loop-actions-hover button { background: #000; color: #fff; border-radius: 0; }\n                    \n                    \/* SCANDINAVIAN LIGHT THEME *\/\n                    .aiwox-loop-theme-scandi_light .aiwox-loop-card { background: #faf9f6; border: none; border-radius: 8px; padding: 24px; box-shadow: none; transition: background 0.4s; }\n                    .aiwox-loop-theme-scandi_light .aiwox-loop-card:hover { background: #f0efe9; }\n                    .aiwox-loop-theme-scandi_light .aiwox-loop-img-wrap { background: transparent; margin-bottom: 20px; mix-blend-mode: multiply; }\n                    .aiwox-loop-theme-scandi_light .aiwox-loop-title { color: #4a4a4a; font-family: \"Outfit\", sans-serif; font-weight: 400; font-size: 17px; }\n                    .aiwox-loop-theme-scandi_light .aiwox-loop-price { color: #8a8a8a; font-weight: 300; }\n                    .aiwox-loop-theme-scandi_light .aiwox-loop-btn { display: none; }\n                    \n                    \/* JAPANESE ZEN THEME *\/\n                    .aiwox-loop-theme-jap_zen .aiwox-loop-card { background: #fff; border: 1px solid #f0f0f0; border-radius: 0; padding: 30px 15px; text-align: center; transition: border-color 0.4s; }\n                    .aiwox-loop-theme-jap_zen .aiwox-loop-card:hover { border-color: #000; }\n                    .aiwox-loop-theme-jap_zen .aiwox-loop-img-wrap { margin-bottom: 25px; filter: contrast(0.9) sepia(0.05); }\n                    .aiwox-loop-theme-jap_zen .aiwox-loop-card:hover .aiwox-loop-img-wrap { filter: none; }\n                    .aiwox-loop-theme-jap_zen .aiwox-loop-title { color: #333; font-family: \"Shippori Mincho\", \"Noto Serif\", serif; font-weight: 400; font-size: 15px; letter-spacing: 2px; text-transform: uppercase; }\n                    .aiwox-loop-theme-jap_zen .aiwox-loop-price { color: #999; font-size: 13px; margin-top: 10px; }\n                    .aiwox-loop-theme-jap_zen .aiwox-loop-btn { display: none; }\n                    \n                    \/* MUSEUM GALLERY THEME *\/\n                    .aiwox-loop-theme-museum_gallery .aiwox-loop-card { background: #fff; border: none; border-radius: 2px; padding: 0; box-shadow: 0 4px 15px rgba(0,0,0,0.03); }\n                    .aiwox-loop-theme-museum_gallery .aiwox-loop-card:hover { box-shadow: 0 10px 30px rgba(0,0,0,0.08); }\n                    .aiwox-loop-theme-museum_gallery .aiwox-loop-img-wrap { padding: 40px; background: #fff; border-bottom: 1px solid #f5f5f5; }\n                    .aiwox-loop-theme-museum_gallery .aiwox-loop-info { padding: 15px 20px; text-align: right; }\n                    .aiwox-loop-theme-museum_gallery .aiwox-loop-title { color: #111; font-family: \"Baskerville\", serif; font-weight: normal; font-size: 14px; font-style: italic; }\n                    .aiwox-loop-theme-museum_gallery .aiwox-loop-price { color: #555; font-family: sans-serif; font-size: 12px; margin-top: 5px; }\n                    .aiwox-loop-theme-museum_gallery .aiwox-loop-btn { display: none; }\n                    \n                    \/* INVISIBLE UI THEME *\/\n                    .aiwox-loop-theme-invisible_ui .aiwox-loop-card { background: transparent; border: none; box-shadow: none; position: relative; overflow: visible; }\n                    .aiwox-loop-theme-invisible_ui .aiwox-loop-img-wrap { transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1); }\n                    .aiwox-loop-theme-invisible_ui .aiwox-loop-card:hover .aiwox-loop-img-wrap { transform: scale(1.05); }\n                    .aiwox-loop-theme-invisible_ui .aiwox-loop-info { position: absolute; bottom: -10px; left: 0; right: 0; opacity: 0; transform: translateY(10px); transition: all 0.4s ease; text-align: center; pointer-events: none; }\n                    .aiwox-loop-theme-invisible_ui .aiwox-loop-card:hover .aiwox-loop-info { opacity: 1; transform: translateY(20px); }\n                    .aiwox-loop-theme-invisible_ui .aiwox-loop-title { color: #000; font-family: \"Inter\", sans-serif; font-weight: 500; font-size: 15px; }\n                    .aiwox-loop-theme-invisible_ui .aiwox-loop-price { color: #666; font-size: 13px; }\n                    .aiwox-loop-theme-invisible_ui .aiwox-loop-btn { display: none; }\n                    \n                    \/* LINE ART THEME *\/\n                    .aiwox-loop-theme-line_art .aiwox-loop-card { background: transparent; border: 1px solid #e0e0e0; border-radius: 0; box-shadow: none; transition: border-color 0.3s; }\n                    .aiwox-loop-theme-line_art .aiwox-loop-card:hover { border-color: #000; }\n                    .aiwox-loop-theme-line_art .aiwox-loop-img-wrap { border-bottom: 1px solid #e0e0e0; transition: border-color 0.3s; }\n                    .aiwox-loop-theme-line_art .aiwox-loop-card:hover .aiwox-loop-img-wrap { border-color: #000; }\n                    .aiwox-loop-theme-line_art .aiwox-loop-info { padding: 15px; display: flex; justify-content: space-between; align-items: center; }\n                    .aiwox-loop-theme-line_art .aiwox-loop-title { color: #333; font-weight: 400; font-size: 14px; margin: 0; }\n                    .aiwox-loop-theme-line_art .aiwox-loop-price { color: #000; font-weight: 600; font-size: 14px; }\n                    .aiwox-loop-theme-line_art .aiwox-loop-btn { display: none; }\n                    .aiwox-loop-theme-line_art .aiwox-loop-actions-hover button { border: 1px solid #000; background: #fff; color: #000; border-radius: 0; }\n                    .aiwox-loop-theme-line_art .aiwox-loop-actions-hover button:hover { background: #000; color: #fff; }\n\n                    \/* SOFT FOCUS THEME *\/\n                    .aiwox-loop-theme-soft_focus .aiwox-loop-card { background: #fff; border: none; border-radius: 12px; overflow: hidden; }\n                    .aiwox-loop-theme-soft_focus .aiwox-loop-img-wrap { filter: blur(3px) grayscale(20%); transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1); transform: scale(1.02); }\n                    .aiwox-loop-theme-soft_focus .aiwox-loop-card:hover .aiwox-loop-img-wrap { filter: blur(0px) grayscale(0%); transform: scale(1); }\n                    .aiwox-loop-theme-soft_focus .aiwox-loop-info { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; background: rgba(255,255,255,0.7); opacity: 1; transition: opacity 0.5s; backdrop-filter: blur(2px); }\n                    .aiwox-loop-theme-soft_focus .aiwox-loop-card:hover .aiwox-loop-info { opacity: 0; pointer-events: none; }\n                    .aiwox-loop-theme-soft_focus .aiwox-loop-title { color: #000; font-family: \"Playfair Display\", serif; font-size: 24px; text-align: center; }\n                    .aiwox-loop-theme-soft_focus .aiwox-loop-price { color: #333; font-family: sans-serif; letter-spacing: 2px; }\n                    .aiwox-loop-theme-soft_focus .aiwox-loop-btn { display: none; }\n                    .aiwox-loop-theme-soft_focus .aiwox-loop-actions-hover { bottom: 50%; right: 50%; transform: translate(50%, 50%) scale(0.9); opacity: 0; flex-direction: row; }\n                    .aiwox-loop-theme-soft_focus .aiwox-loop-card:hover .aiwox-loop-actions-hover { transform: translate(50%, 50%) scale(1); opacity: 1; }\n\n                    \/* BRAUN INDUSTRIAL THEME *\/\n                    .aiwox-loop-theme-braun_industrial .aiwox-loop-card { background: #f4f4f4; border: 1px solid #e4e4e4; border-radius: 8px; padding: 12px; box-shadow: inset 0 2px 5px #fff, 0 4px 10px rgba(0,0,0,0.05); }\n                    .aiwox-loop-theme-braun_industrial .aiwox-loop-img-wrap { background: #ebebeb; border-radius: 4px; border: 1px solid #dfdfdf; box-shadow: inset 0 2px 10px rgba(0,0,0,0.03); }\n                    .aiwox-loop-theme-braun_industrial .aiwox-loop-info { padding-top: 15px; }\n                    .aiwox-loop-theme-braun_industrial .aiwox-loop-title { color: #444; font-family: \"Helvetica Neue\", sans-serif; font-weight: 500; font-size: 15px; }\n                    .aiwox-loop-theme-braun_industrial .aiwox-loop-price { color: #222; font-family: \"Helvetica Neue\", sans-serif; font-weight: bold; }\n                    .aiwox-loop-theme-braun_industrial .aiwox-loop-btn { display: none; }\n                    .aiwox-loop-theme-braun_industrial .aiwox-loop-actions-hover button { background: #e8e8e8; border: 1px solid #d4d4d4; box-shadow: 0 2px 0 #cfcfcf; color: #444; }\n                    .aiwox-loop-theme-braun_industrial .aiwox-loop-actions-hover button:active { box-shadow: none; transform: translateY(2px); }\n                    .aiwox-loop-theme-braun_industrial .aiwox-loop-actions-hover button.aiwox-nma-add { background: #ff5722; border-color: #e64a19; box-shadow: 0 2px 0 #d84315; color: #fff; }\n\n                    \/* MONOLITH BLACK THEME *\/\n                    .aiwox-loop-theme-monolith_black .aiwox-loop-card { background: #000; border: none; border-radius: 0; box-shadow: none; }\n                    .aiwox-loop-theme-monolith_black .aiwox-loop-img-wrap { filter: grayscale(100%) contrast(1.1) brightness(0.8); transition: all 0.5s; opacity: 0.8; }\n                    .aiwox-loop-theme-monolith_black .aiwox-loop-card:hover .aiwox-loop-img-wrap { filter: none; opacity: 1; }\n                    .aiwox-loop-theme-monolith_black .aiwox-loop-title { color: #555; font-family: \"Inter\", sans-serif; font-weight: 400; font-size: 14px; transition: color 0.3s; }\n                    .aiwox-loop-theme-monolith_black .aiwox-loop-card:hover .aiwox-loop-title { color: #fff; }\n                    .aiwox-loop-theme-monolith_black .aiwox-loop-price { color: #333; transition: color 0.3s; }\n                    .aiwox-loop-theme-monolith_black .aiwox-loop-card:hover .aiwox-loop-price { color: #ccc; }\n                    .aiwox-loop-theme-monolith_black .aiwox-loop-btn { display: none; }\n                    .aiwox-loop-theme-monolith_black .aiwox-loop-actions-hover button { background: #111; border: 1px solid #333; color: #888; border-radius: 0; }\n                    .aiwox-loop-theme-monolith_black .aiwox-loop-actions-hover button:hover { background: #fff; color: #000; border-color: #fff; }\n\n                    \/* FROSTED MINIMAL THEME *\/\n                    .aiwox-loop-theme-frosted_minimal .aiwox-loop-card { background: rgba(255,255,255,0.4); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.6); border-radius: 16px; box-shadow: 0 8px 32px rgba(0,0,0,0.03); }\n                    .aiwox-loop-theme-frosted_minimal .aiwox-loop-card:hover { background: rgba(255,255,255,0.6); border-color: rgba(255,255,255,0.9); box-shadow: 0 8px 32px rgba(0,0,0,0.06); }\n                    .aiwox-loop-theme-frosted_minimal .aiwox-loop-img-wrap { border-radius: 16px 16px 0 0; mix-blend-mode: multiply; }\n                    .aiwox-loop-theme-frosted_minimal .aiwox-loop-title { color: #444; font-family: \"Outfit\", sans-serif; font-weight: 500; }\n                    .aiwox-loop-theme-frosted_minimal .aiwox-loop-price { color: #888; }\n                    .aiwox-loop-theme-frosted_minimal .aiwox-loop-btn { display: none; }\n\n                    \/* NEW 10 THEMES BATCH 4 *\/\n                    \/* HOLOGRAPHIC GLASS THEME *\/\n                    .aiwox-loop-theme-holographic_glass .aiwox-loop-card { background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.0)); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-radius: 20px; border: 1px solid rgba(255,255,255,0.18); box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37); position: relative; overflow: hidden; }\n                    .aiwox-loop-theme-holographic_glass .aiwox-loop-card::before { content: \"\"; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: conic-gradient(from 180deg at 50% 50%, #2a8af6 0deg, #a853ba 180deg, #e92a67 360deg); opacity: 0.15; z-index: -1; animation: spin 4s linear infinite; }\n                    @keyframes spin { 100% { transform: rotate(360deg); } }\n                    .aiwox-loop-theme-holographic_glass .aiwox-loop-img-wrap { border-radius: 20px 20px 0 0; }\n                    .aiwox-loop-theme-holographic_glass .aiwox-loop-title { color: #fff; font-family: sans-serif; font-weight: bold; text-shadow: 0 2px 4px rgba(0,0,0,0.5); }\n                    .aiwox-loop-theme-holographic_glass .aiwox-loop-price { color: #f0f0f0; }\n                    .aiwox-loop-theme-holographic_glass .aiwox-loop-btn { background: rgba(255,255,255,0.2); color: #fff; border-radius: 10px; border: 1px solid rgba(255,255,255,0.4); }\n\n                    \/* ORIGAMI FOLD THEME *\/\n                    .aiwox-loop-theme-origami_fold .aiwox-loop-card { background: #fff; border-radius: 0; box-shadow: 2px 2px 5px rgba(0,0,0,0.1); position: relative; }\n                    .aiwox-loop-theme-origami_fold .aiwox-loop-card::after { content: \"\"; position: absolute; top: 0; right: 0; border-width: 0 30px 30px 0; border-style: solid; border-color: #eee #fff; box-shadow: -2px 2px 4px rgba(0,0,0,0.1); transition: all 0.3s; }\n                    .aiwox-loop-theme-origami_fold .aiwox-loop-card:hover::after { border-width: 0 40px 40px 0; }\n                    .aiwox-loop-theme-origami_fold .aiwox-loop-img-wrap { padding: 15px; }\n                    .aiwox-loop-theme-origami_fold .aiwox-loop-title { color: #444; font-family: \"Georgia\", serif; font-style: italic; }\n                    .aiwox-loop-theme-origami_fold .aiwox-loop-price { color: #888; }\n                    .aiwox-loop-theme-origami_fold .aiwox-loop-btn { display: none; }\n\n                    \/* NEON WIREFRAME THEME *\/\n                    .aiwox-loop-theme-neon_wireframe .aiwox-loop-card { background: #050510; border: 1px solid #00f3ff; border-radius: 0; box-shadow: inset 0 0 10px rgba(0,243,255,0.2), 0 0 15px rgba(0,243,255,0.2); position: relative; overflow: hidden; }\n                    .aiwox-loop-theme-neon_wireframe .aiwox-loop-card::before { content: \"\"; position: absolute; inset: 0; background-image: linear-gradient(rgba(0,243,255,0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(0,243,255,0.1) 1px, transparent 1px); background-size: 20px 20px; transform: perspective(500px) rotateX(60deg); transform-origin: bottom; opacity: 0.5; pointer-events: none; }\n                    .aiwox-loop-theme-neon_wireframe .aiwox-loop-img-wrap { border-bottom: 1px solid #00f3ff; filter: hue-rotate(180deg) contrast(1.2); }\n                    .aiwox-loop-theme-neon_wireframe .aiwox-loop-title { color: #00f3ff; font-family: monospace; text-shadow: 0 0 5px #00f3ff; text-transform: uppercase; }\n                    .aiwox-loop-theme-neon_wireframe .aiwox-loop-price { color: #fff; }\n                    .aiwox-loop-theme-neon_wireframe .aiwox-loop-btn { background: transparent; border: 1px solid #00f3ff; color: #00f3ff; border-radius: 0; font-family: monospace; text-shadow: 0 0 5px #00f3ff; box-shadow: 0 0 5px rgba(0,243,255,0.5); }\n                    .aiwox-loop-theme-neon_wireframe .aiwox-loop-card:hover .aiwox-loop-btn { background: #00f3ff; color: #000; }\n\n                    \/* RETRO PIXEL ART THEME *\/\n                    .aiwox-loop-theme-retro_pixel_art .aiwox-loop-card { background: #e0f8cf; border: 4px solid #8bac0f; border-radius: 0; box-shadow: 6px 6px 0 #306230; image-rendering: pixelated; }\n                    .aiwox-loop-theme-retro_pixel_art .aiwox-loop-img-wrap { border-bottom: 4px solid #8bac0f; filter: contrast(1.5) grayscale(100%) sepia(100%) hue-rotate(60deg) saturate(3); }\n                    .aiwox-loop-theme-retro_pixel_art .aiwox-loop-title { color: #306230; font-family: \"Courier New\", monospace; font-weight: bold; text-transform: uppercase; }\n                    .aiwox-loop-theme-retro_pixel_art .aiwox-loop-price { color: #0f380f; font-weight: bold; }\n                    .aiwox-loop-theme-retro_pixel_art .aiwox-loop-btn { background: #8bac0f; color: #0f380f; border: 4px solid #306230; font-family: monospace; font-weight: bold; text-transform: uppercase; }\n\n                    \/* BOTANICAL GARDEN THEME *\/\n                    .aiwox-loop-theme-botanical_garden .aiwox-loop-card { background: #fdfaf6; border: 1px solid #e0e5d8; border-radius: 40px 40px 10px 10px; box-shadow: 0 10px 20px rgba(85,107,47,0.05); }\n                    .aiwox-loop-theme-botanical_garden .aiwox-loop-img-wrap { border-radius: 40px 40px 0 0; padding: 10px; }\n                    .aiwox-loop-theme-botanical_garden .aiwox-loop-title { color: #2e4a22; font-family: \"Cormorant Garamond\", serif; font-size: 22px; text-align: center; }\n                    .aiwox-loop-theme-botanical_garden .aiwox-loop-price { color: #6b8e23; text-align: center; font-style: italic; }\n                    .aiwox-loop-theme-botanical_garden .aiwox-loop-btn { background: #556b2f; color: #fff; border-radius: 20px; font-family: serif; letter-spacing: 1px; }\n\n                    \/* CHROME TYPE THEME *\/\n                    .aiwox-loop-theme-chrome_type .aiwox-loop-card { background: #111; border-radius: 12px; border: 1px solid #333; box-shadow: 0 10px 30px rgba(0,0,0,0.8); position: relative; overflow: hidden; }\n                    .aiwox-loop-theme-chrome_type .aiwox-loop-card::before { content: \"\"; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(255,255,255,0.4) 0%, transparent 50%, rgba(0,0,0,0.8) 100%); pointer-events: none; mix-blend-mode: overlay; }\n                    .aiwox-loop-theme-chrome_type .aiwox-loop-img-wrap { border-radius: 12px 12px 0 0; filter: contrast(1.2); }\n                    .aiwox-loop-theme-chrome_type .aiwox-loop-title { color: #fff; font-family: \"Arial Black\", sans-serif; font-size: 24px; text-transform: uppercase; background: linear-gradient(to bottom, #fff 0%, #aaa 50%, #555 51%, #111 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; filter: drop-shadow(0 2px 2px rgba(255,255,255,0.2)); }\n                    .aiwox-loop-theme-chrome_type .aiwox-loop-price { color: #aaa; font-weight: bold; }\n                    .aiwox-loop-theme-chrome_type .aiwox-loop-btn { background: linear-gradient(to bottom, #eee 0%, #ccc 50%, #999 51%, #fff 100%); color: #000; border: none; border-radius: 4px; font-weight: 900; }\n\n                    \/* TERRAZZO STONE THEME *\/\n                    .aiwox-loop-theme-terrazzo_stone .aiwox-loop-card { background: #f2efe9; border-radius: 0; box-shadow: 10px 10px 0 rgba(0,0,0,0.05); position: relative; }\n                    .aiwox-loop-theme-terrazzo_stone .aiwox-loop-card::before { content: \"\"; position: absolute; inset: 0; opacity: 0.15; background-image: radial-gradient(#d3a48e 10%, transparent 11%), radial-gradient(#6d8b74 10%, transparent 11%), radial-gradient(#4a4a4a 10%, transparent 11%); background-size: 20px 20px, 30px 30px, 15px 15px; background-position: 0 0, 15px 15px, 5px 25px; pointer-events: none; }\n                    .aiwox-loop-theme-terrazzo_stone .aiwox-loop-img-wrap { padding: 20px; background: #fff; border-bottom: 2px solid #ddd; }\n                    .aiwox-loop-theme-terrazzo_stone .aiwox-loop-title { color: #333; font-family: \"Montserrat\", sans-serif; font-weight: bold; letter-spacing: 1px; }\n                    .aiwox-loop-theme-terrazzo_stone .aiwox-loop-price { color: #d3a48e; font-weight: bold; }\n                    .aiwox-loop-theme-terrazzo_stone .aiwox-loop-btn { background: #6d8b74; color: #fff; border-radius: 0; font-family: \"Montserrat\", sans-serif; }\n\n                    \/* HOLOGRAM PROJECTOR THEME *\/\n                    .aiwox-loop-theme-hologram_projector .aiwox-loop-card { background: transparent; border: none; position: relative; overflow: hidden; padding-bottom: 20px; }\n                    .aiwox-loop-theme-hologram_projector .aiwox-loop-card::after { content: \"\"; position: absolute; bottom: 0; left: 10%; width: 80%; height: 10px; background: radial-gradient(ellipse at center, #00f3ff 0%, transparent 70%); filter: blur(2px); }\n                    .aiwox-loop-theme-hologram_projector .aiwox-loop-img-wrap { filter: sepia(1) hue-rotate(180deg) saturate(2) brightness(1.2); mix-blend-mode: screen; opacity: 0.8; border: none; mask-image: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); -webkit-mask-image: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); }\n                    .aiwox-loop-theme-hologram_projector .aiwox-loop-title { color: #00f3ff; text-align: center; text-shadow: 0 0 10px #00f3ff; font-family: monospace; margin-top: 10px; }\n                    .aiwox-loop-theme-hologram_projector .aiwox-loop-price { color: #fff; text-align: center; }\n                    .aiwox-loop-theme-hologram_projector .aiwox-loop-btn { display: none; }\n\n                    \/* VELVET WINE THEME *\/\n                    .aiwox-loop-theme-velvet_wine .aiwox-loop-card { background: #4a0e17; border: 4px solid #2a050a; border-radius: 8px; box-shadow: inset 0 0 50px rgba(0,0,0,0.8), 0 10px 20px rgba(0,0,0,0.3); }\n                    .aiwox-loop-theme-velvet_wine .aiwox-loop-card:hover { border-color: #d4af37; box-shadow: inset 0 0 30px rgba(0,0,0,0.6), 0 15px 30px rgba(212,175,55,0.2); }\n                    .aiwox-loop-theme-velvet_wine .aiwox-loop-img-wrap { border-radius: 4px 4px 0 0; background: #fff; padding: 5px; }\n                    .aiwox-loop-theme-velvet_wine .aiwox-loop-title { color: #d4af37; font-family: \"Playfair Display\", serif; font-size: 20px; font-style: italic; text-align: center; }\n                    .aiwox-loop-theme-velvet_wine .aiwox-loop-price { color: #fdf5e6; text-align: center; font-family: serif; }\n                    .aiwox-loop-theme-velvet_wine .aiwox-loop-btn { background: #d4af37; color: #2a050a; border: none; border-radius: 2px; font-family: serif; font-weight: bold; text-transform: uppercase; }\n\n                    \/* MINIMAL BAUHAUS THEME *\/\n                    .aiwox-loop-theme-minimal_bauhaus .aiwox-loop-card { background: #fff; border: 3px solid #000; border-radius: 0; position: relative; }\n                    .aiwox-loop-theme-minimal_bauhaus .aiwox-loop-card::before { content: \"\"; position: absolute; top: -3px; left: -3px; width: 10px; height: 100%; background: #e3000f; }\n                    .aiwox-loop-theme-minimal_bauhaus .aiwox-loop-img-wrap { padding: 0 0 0 10px; border-bottom: 3px solid #000; }\n                    .aiwox-loop-theme-minimal_bauhaus .aiwox-loop-info { padding: 15px 15px 15px 25px; }\n                    .aiwox-loop-theme-minimal_bauhaus .aiwox-loop-title { color: #000; font-family: \"Futura\", \"Helvetica\", sans-serif; font-weight: bold; text-transform: uppercase; letter-spacing: 2px; }\n                    .aiwox-loop-theme-minimal_bauhaus .aiwox-loop-price { color: #005a9c; font-family: \"Futura\", sans-serif; font-weight: bold; }\n                    .aiwox-loop-theme-minimal_bauhaus .aiwox-loop-btn { background: #ffd700; color: #000; border: 3px solid #000; border-radius: 50%; width: 40px; height: 40px; padding: 0; display: flex; justify-content: center; align-items: center; position: absolute; bottom: 15px; right: 15px; }\n\n                    \/* AWWWARDS \/ MAKEPILL PREMIUM THEMES *\/\n                    \/* MAKEPILL CORE *\/\n                    .aiwox-loop-theme-makepill_core .aiwox-loop-card { background: #0a0a0a; border: 1px solid rgba(255,255,255,0.05); border-radius: 20px; box-shadow: 0 20px 40px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.03); transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1); }\n                    .aiwox-loop-theme-makepill_core .aiwox-loop-card:hover { transform: translateY(-8px); border-color: rgba(255,255,255,0.1); box-shadow: 0 30px 60px rgba(0,0,0,0.6), inset 0 1px 0 rgba(255,255,255,0.05); }\n                    .aiwox-loop-theme-makepill_core .aiwox-loop-img-wrap { border-radius: 20px 20px 0 0; padding: 20px 20px 0 20px; background: transparent; }\n                    .aiwox-loop-theme-makepill_core .aiwox-loop-img-wrap img { border-radius: 12px; transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1); }\n                    .aiwox-loop-theme-makepill_core .aiwox-loop-card:hover .aiwox-loop-img-wrap img { transform: scale(1.03); }\n                    .aiwox-loop-theme-makepill_core .aiwox-loop-info { padding: 24px; display: flex; justify-content: space-between; align-items: flex-end; }\n                    .aiwox-loop-theme-makepill_core .aiwox-loop-title { color: #f5f5f5; font-family: \"Inter\", sans-serif; font-weight: 400; font-size: 17px; letter-spacing: -0.01em; margin: 0; }\n                    .aiwox-loop-theme-makepill_core .aiwox-loop-price { color: #888; font-family: \"Inter\", sans-serif; font-weight: 300; font-size: 14px; margin-top: 4px; }\n                    .aiwox-loop-theme-makepill_core .aiwox-loop-btn { display: none; }\n                    \n                    \/* AWWWARDS TYPOGRAPHY *\/\n                    .aiwox-loop-theme-awwwards_typo .aiwox-loop-card { background: #f4f4f0; border: none; border-radius: 0; box-shadow: none; transition: background 0.4s ease; padding-bottom: 20px; }\n                    .aiwox-loop-theme-awwwards_typo .aiwox-loop-card:hover { background: #eaeae5; }\n                    .aiwox-loop-theme-awwwards_typo .aiwox-loop-img-wrap { margin-bottom: 20px; }\n                    .aiwox-loop-theme-awwwards_typo .aiwox-loop-info { padding: 0 20px; text-align: left; }\n                    .aiwox-loop-theme-awwwards_typo .aiwox-loop-title { color: #111; font-family: \"Playfair Display\", \"Ogg\", serif; font-weight: 400; font-size: 28px; line-height: 1.1; letter-spacing: -0.02em; transition: transform 0.4s ease; }\n                    .aiwox-loop-theme-awwwards_typo .aiwox-loop-card:hover .aiwox-loop-title { transform: translateX(10px); }\n                    .aiwox-loop-theme-awwwards_typo .aiwox-loop-price { color: #666; font-family: \"Inter\", sans-serif; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; margin-top: 10px; }\n                    .aiwox-loop-theme-awwwards_typo .aiwox-loop-btn { display: none; }\n                    \n                    \/* CINEMATIC DARK *\/\n                    .aiwox-loop-theme-cinematic_dark .aiwox-loop-card { background: #000; border: none; border-radius: 0; overflow: hidden; position: relative; }\n                    .aiwox-loop-theme-cinematic_dark .aiwox-loop-img-wrap { filter: grayscale(80%) brightness(0.6); transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1); transform: scale(1.05); }\n                    .aiwox-loop-theme-cinematic_dark .aiwox-loop-card:hover .aiwox-loop-img-wrap { filter: grayscale(0%) brightness(1); transform: scale(1); }\n                    .aiwox-loop-theme-cinematic_dark .aiwox-loop-info { position: absolute; bottom: 0; left: 0; right: 0; padding: 40px 30px 30px 30px; background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%); }\n                    .aiwox-loop-theme-cinematic_dark .aiwox-loop-title { color: #fff; font-family: \"Helvetica Neue\", sans-serif; font-weight: 500; font-size: 16px; text-transform: uppercase; letter-spacing: 2px; }\n                    .aiwox-loop-theme-cinematic_dark .aiwox-loop-price { color: #aaa; margin-top: 8px; font-weight: 300; }\n                    .aiwox-loop-theme-cinematic_dark .aiwox-loop-btn { display: none; }\n                    \n                    \/* SUBTLE GLASS *\/\n                    .aiwox-loop-theme-subtle_glass .aiwox-loop-card { background: rgba(255,255,255,0.02); backdrop-filter: blur(40px); -webkit-backdrop-filter: blur(40px); border-radius: 24px; border: 1px solid rgba(255,255,255,0.05); border-top: 1px solid rgba(255,255,255,0.1); box-shadow: 0 30px 60px rgba(0,0,0,0.2); }\n                    .aiwox-loop-theme-subtle_glass .aiwox-loop-img-wrap { padding: 15px; border-radius: 24px 24px 0 0; }\n                    .aiwox-loop-theme-subtle_glass .aiwox-loop-img-wrap img { border-radius: 12px; }\n                    .aiwox-loop-theme-subtle_glass .aiwox-loop-info { padding: 20px; }\n                    .aiwox-loop-theme-subtle_glass .aiwox-loop-title { color: #fff; font-family: \"Inter\", sans-serif; font-weight: 300; font-size: 16px; }\n                    .aiwox-loop-theme-subtle_glass .aiwox-loop-price { color: rgba(255,255,255,0.5); font-weight: 300; font-size: 13px; }\n                    .aiwox-loop-theme-subtle_glass .aiwox-loop-btn { display: none; }\n                    \n                    \/* MIDNIGHT MATTE *\/\n                    .aiwox-loop-theme-midnight_matte .aiwox-loop-card { background: #18181b; border: none; border-radius: 24px; box-shadow: 0 20px 40px rgba(0,0,0,0.4); transition: transform 0.5s ease; }\n                    .aiwox-loop-theme-midnight_matte .aiwox-loop-card:hover { transform: translateY(-10px); }\n                    .aiwox-loop-theme-midnight_matte .aiwox-loop-img-wrap { border-radius: 24px 24px 0 0; }\n                    .aiwox-loop-theme-midnight_matte .aiwox-loop-info { padding: 25px; }\n                    .aiwox-loop-theme-midnight_matte .aiwox-loop-title { color: #f4f4f5; font-family: \"Inter\", sans-serif; font-weight: 500; font-size: 18px; letter-spacing: -0.02em; }\n                    .aiwox-loop-theme-midnight_matte .aiwox-loop-price { color: #a1a1aa; margin-top: 5px; }\n                    .aiwox-loop-theme-midnight_matte .aiwox-loop-btn { display: none; }\n                    \n                    \/* SILK SURFACE *\/\n                    .aiwox-loop-theme-silk_surface .aiwox-loop-card { background: linear-gradient(145deg, #222 0%, #0a0a0a 100%); border-radius: 16px; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 15px 35px rgba(0,0,0,0.5); position: relative; }\n                    .aiwox-loop-theme-silk_surface .aiwox-loop-card::after { content: \"\"; position: absolute; inset: 0; border-radius: 16px; box-shadow: inset 0 0 20px rgba(255,255,255,0.02); pointer-events: none; }\n                    .aiwox-loop-theme-silk_surface .aiwox-loop-img-wrap { border-radius: 16px 16px 0 0; padding: 20px 20px 0 20px; }\n                    .aiwox-loop-theme-silk_surface .aiwox-loop-img-wrap img { border-radius: 8px; box-shadow: 0 10px 20px rgba(0,0,0,0.5); }\n                    .aiwox-loop-theme-silk_surface .aiwox-loop-title { color: #eaeaea; font-family: \"Inter\", sans-serif; font-weight: 400; text-align: center; }\n                    .aiwox-loop-theme-silk_surface .aiwox-loop-price { color: #777; text-align: center; }\n                    .aiwox-loop-theme-silk_surface .aiwox-loop-btn { display: none; }\n                    \n                    \/* HIGH FASHION *\/\n                    .aiwox-loop-theme-high_fashion .aiwox-loop-card { background: #fff; border: 1px solid #000; border-radius: 0; position: relative; overflow: hidden; }\n                    .aiwox-loop-theme-high_fashion .aiwox-loop-img-wrap { border-bottom: 1px solid #000; transition: transform 0.6s ease; }\n                    .aiwox-loop-theme-high_fashion .aiwox-loop-card:hover .aiwox-loop-img-wrap { transform: scale(1.02); }\n                    .aiwox-loop-theme-high_fashion .aiwox-loop-info { padding: 20px; background: #fff; position: relative; z-index: 2; transition: transform 0.4s ease; }\n                    .aiwox-loop-theme-high_fashion .aiwox-loop-title { color: #000; font-family: \"Helvetica Neue\", sans-serif; font-weight: bold; text-transform: uppercase; font-size: 14px; letter-spacing: 1px; }\n                    .aiwox-loop-theme-high_fashion .aiwox-loop-price { color: #666; font-size: 13px; }\n                    .aiwox-loop-theme-high_fashion .aiwox-loop-btn { display: none; }\n                    \n                    \/* GALLERY CURATOR *\/\n                    .aiwox-loop-theme-gallery_curator .aiwox-loop-card { background: #fff; border: none; padding: 40px; box-shadow: 0 4px 20px rgba(0,0,0,0.04); transition: box-shadow 0.4s ease; }\n                    .aiwox-loop-theme-gallery_curator .aiwox-loop-card:hover { box-shadow: 0 20px 50px rgba(0,0,0,0.08); }\n                    .aiwox-loop-theme-gallery_curator .aiwox-loop-img-wrap { box-shadow: 0 10px 30px rgba(0,0,0,0.1); margin-bottom: 30px; }\n                    .aiwox-loop-theme-gallery_curator .aiwox-loop-info { text-align: center; }\n                    .aiwox-loop-theme-gallery_curator .aiwox-loop-title { color: #000; font-family: \"Times New Roman\", Times, serif; font-style: italic; font-size: 18px; }\n                    .aiwox-loop-theme-gallery_curator .aiwox-loop-price { color: #555; font-family: \"Inter\", sans-serif; font-size: 11px; text-transform: uppercase; letter-spacing: 2px; margin-top: 10px; }\n                    .aiwox-loop-theme-gallery_curator .aiwox-loop-btn { display: none; }\n                    \n                    \/* GHOST CARD *\/\n                    .aiwox-loop-theme-ghost_card .aiwox-loop-card { background: transparent; border: none; box-shadow: none; position: relative; overflow: hidden; border-radius: 12px; }\n                    .aiwox-loop-theme-ghost_card .aiwox-loop-img-wrap { border-radius: 12px; }\n                    .aiwox-loop-theme-ghost_card .aiwox-loop-info { position: absolute; inset: 0; background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); display: flex; flex-direction: column; justify-content: center; align-items: center; opacity: 0; transition: opacity 0.4s ease; border-radius: 12px; }\n                    .aiwox-loop-theme-ghost_card .aiwox-loop-card:hover .aiwox-loop-info { opacity: 1; }\n                    .aiwox-loop-theme-ghost_card .aiwox-loop-title { color: #fff; font-family: \"Inter\", sans-serif; font-weight: 500; font-size: 20px; transform: translateY(20px); transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); transition-delay: 0.1s; }\n                    .aiwox-loop-theme-ghost_card .aiwox-loop-card:hover .aiwox-loop-title { transform: translateY(0); }\n                    .aiwox-loop-theme-ghost_card .aiwox-loop-price { color: rgba(255,255,255,0.7); font-size: 15px; transform: translateY(20px); transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); transition-delay: 0.2s; }\n                    .aiwox-loop-theme-ghost_card .aiwox-loop-card:hover .aiwox-loop-price { transform: translateY(0); }\n                    .aiwox-loop-theme-ghost_card .aiwox-loop-btn { display: none; }\n                    \n                    \/* DEEP AMBIENT GLOW *\/\n                    .aiwox-loop-theme-liquid_gradient .aiwox-loop-card { background: #050505; border-radius: 20px; position: relative; z-index: 1; border: 1px solid rgba(255,255,255,0.03); }\n                    .aiwox-loop-theme-liquid_gradient .aiwox-loop-card::before { content: \"\"; position: absolute; inset: -20px; background: radial-gradient(circle at 50% 0%, rgba(60,20,120,0.3) 0%, transparent 60%); z-index: -1; opacity: 0; transition: opacity 1s ease; border-radius: 30px; pointer-events: none; }\n                    .aiwox-loop-theme-liquid_gradient .aiwox-loop-card:hover::before { opacity: 1; }\n                    .aiwox-loop-theme-liquid_gradient .aiwox-loop-img-wrap { border-radius: 20px 20px 0 0; }\n                    .aiwox-loop-theme-liquid_gradient .aiwox-loop-title { color: #eee; font-family: \"Inter\", sans-serif; font-weight: 300; letter-spacing: 0.5px; }\n                    .aiwox-loop-theme-liquid_gradient .aiwox-loop-price { color: #888; }\n                    .aiwox-loop-theme-liquid_gradient .aiwox-loop-btn { display: none; }\n\n                    \/* --- GLOBAL ACTION BUTTONS CSS --- *\/\n                    .aiwox-loop-actions-hover {\n                        position: absolute;\n                        bottom: 15px;\n                        right: 15px;\n                        display: flex;\n                        flex-direction: column;\n                        gap: 8px;\n                        opacity: 0;\n                        transform: translateY(10px);\n                        transition: all 0.3s ease;\n                        z-index: 10;\n                    }\n                    .aiwox-loop-card:hover .aiwox-loop-actions-hover {\n                        opacity: 1;\n                        transform: translateY(0);\n                    }\n                    .aiwox-loop-actions-hover button {\n                        width: 40px;\n                        height: 40px;\n                        border-radius: 50%;\n                        background: #fff;\n                        color: #111;\n                        border: none;\n                        display: flex;\n                        align-items: center;\n                        justify-content: center;\n                        cursor: pointer;\n                        box-shadow: 0 4px 10px rgba(0,0,0,0.15);\n                        transition: all 0.2s;\n                        padding: 0;\n                    }\n                    .aiwox-loop-actions-hover button:hover {\n                        background: #111;\n                        color: #fff;\n                        transform: scale(1.1);\n                    }\n                    \/* Adaptare actiuni in functie de temele dark *\/\n                    .aiwox-loop-theme-dark .aiwox-loop-actions-hover button,\n                    .aiwox-loop-theme-cyberpunk .aiwox-loop-actions-hover button,\n                    .aiwox-loop-theme-minimal_dark .aiwox-loop-actions-hover button,\n                    .aiwox-loop-theme-terminal .aiwox-loop-actions-hover button,\n                    .aiwox-loop-theme-velvet_dark .aiwox-loop-actions-hover button,\n                    .aiwox-loop-theme-glass_dark .aiwox-loop-actions-hover button {\n                        background: #222;\n                        color: #fff;\n                        border: 1px solid rgba(255,255,255,0.1);\n                    }\n                    .aiwox-loop-theme-dark .aiwox-loop-actions-hover button:hover,\n                    .aiwox-loop-theme-cyberpunk .aiwox-loop-actions-hover button:hover,\n                    .aiwox-loop-theme-velvet_dark .aiwox-loop-actions-hover button:hover {\n                        background: var(--aiwox-accent);\n                        color: #000;\n                        border-color: var(--aiwox-accent);\n                    }\n\n                    \/* PREMIUM QUICK VIEW MODAL WRAPPER STYLES (LIGHT) *\/\n                    .aiwox-qv-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.6); z-index: 9999999; display: none; align-items: center; justify-content: center; backdrop-filter: blur(10px); opacity: 0; transition: opacity 0.4s ease; }\n                    .aiwox-qv-overlay.active { display: flex; opacity: 1; }\n                    .aiwox-qv-modal { background: #fff; width: 95%; max-width: 1000px; border-radius: 24px; padding: 0; position: relative; transform: scale(0.95); transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); display: block; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,0.2); }\n                    .aiwox-qv-overlay.active .aiwox-qv-modal { transform: scale(1); }\n                    .aiwox-qv-close { position: absolute; top: 20px; right: 20px; background: rgba(0,0,0,0.05); border: none; color: #111; width: 40px; height: 40px; border-radius: 50%; cursor: pointer; font-size: 24px; display: flex; align-items: center; justify-content: center; z-index: 100; transition: all 0.3s; }\n                    .aiwox-qv-close:hover { background: rgba(0,0,0,0.1); transform: rotate(90deg); }\n                    @media(max-width: 768px){ \n                        .aiwox-qv-modal { max-height: 85vh; overflow-y: auto; border-radius: 16px; width: 92%; } \n                        .aiwox-qv-close { top: 10px; right: 10px; width: 34px; height: 34px; font-size: 22px; background: #f1f1f1; }\n                    }\n                    \n\n\n                    \/* Responsive *\/\n                    @media (max-width: 768px) {\n                        .aiwox-loop-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 12px; }\n                        .aiwox-loop-info { padding: 12px; }\n                        .aiwox-loop-title { font-size: 13px; margin-bottom: 8px; line-height: 1.2; }\n                        .aiwox-loop-price { font-size: 14px; margin-bottom: 12px; }\n                        .aiwox-loop-price del { font-size: 12px; }\n                        .aiwox-loop-btn { font-size: 12px; padding: 8px 12px; }\n                        .aiwox-loop-img-wrap { padding-top: 100%; }\n                        \n                        \/* Make quick view button slightly smaller *\/\n                        .aiwox-quick-view-btn { width: 32px; height: 32px; right: 8px; top: 8px; }\n                        .aiwox-quick-view-btn svg { width: 14px; height: 14px; }\n                    }\n                <\/style>\n\n            <div class=\"aiwox-qv-widget-instance\">\n                <div class=\"aiwox-loop-wrapper aiwox-loop-theme-light\">\n                                            <div class=\"aiwox-loop-header\" style=\"text-align: left; margin-bottom: 40px; font-family: 'Inter', sans-serif;\">\n                                                                                                                    <h2 style=\"font-size:36px; font-weight:700; margin:0; color:#111; letter-spacing:-0.03em;\">Ochelari inteligen\u021bi<\/h2>\n                                                    <\/div>\n                    \n                                            <div class=\"aiwox-loop-grid aiwox-loop-cols-4\">\n                                                        <div class=\"aiwox-loop-card\">\n                                <div class=\"aiwox-loop-img-wrap\">\n                                    <a href=\"https:\/\/aiwox.md\/en\/product\/ochelari-cu-camera-video-ax17\/\" style=\"display:block; width:100%; height:100%;\">\n                                        <img decoding=\"async\" src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2025\/12\/5-scaled-1-1024x1024.jpg\" alt=\"Ochelari cu camer\u0103 video AX17\">\n                                    <\/a>\n                                    <div class=\"aiwox-loop-actions-hover\">\n                                        <button type=\"button\" class=\"aiwox-nma-add\" data-product_id=\"1000881\" aria-label=\"Adaug\u0103 \u00een co\u0219\" title=\"Adaug\u0103 \u00een co\u0219\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"9\" cy=\"21\" r=\"1\"><\/circle><circle cx=\"20\" cy=\"21\" r=\"1\"><\/circle><path d=\"M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6\"><\/path><\/svg>\n                                        <\/button>\n                                        <button type=\"button\" class=\"aiwox-nma-wish\" data-aiwox-fav=\"1000881\" aria-label=\"Favorite\" title=\"Favorite\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"><\/path><\/svg>\n                                        <\/button>\n                                        <button type=\"button\" class=\"aiwox-quick-view-btn\" data-product_id=\"1000881\" aria-label=\"Vizualizare rapid\u0103\" title=\"Vizualizare rapid\u0103\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"><\/path><circle cx=\"12\" cy=\"12\" r=\"3\"><\/circle><\/svg>\n                                        <\/button>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"aiwox-loop-info\">\n                                    <h3 class=\"aiwox-loop-title\">Ochelari cu camer\u0103 video AX17<\/h3>\n                                    <div class=\"aiwox-loop-price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\">1.769,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">MDL<\/span><\/span><\/del> <span class=\"screen-reader-text\">Original price was: 1.769,00&nbsp;MDL.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\">1.599,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">MDL<\/span><\/span><\/ins><span class=\"screen-reader-text\">Current price is: 1.599,00&nbsp;MDL.<\/span><\/div>\n                                    <a href=\"https:\/\/aiwox.md\/en\/product\/ochelari-cu-camera-video-ax17\/\" class=\"aiwox-loop-btn\">\n                                        Vezi Detalii <i class=\"fa-solid fa-arrow-right\" style=\"margin-left:6px; font-size:12px;\"><\/i>\n                                    <\/a>\n                                <\/div>\n                            <\/div>\n                                                        <div class=\"aiwox-loop-card\">\n                                <div class=\"aiwox-loop-img-wrap\">\n                                    <a href=\"https:\/\/aiwox.md\/en\/product\/ochelari-inteligenti-ax13-cu-traducere-in-timp-real-si-lentile-interschimbabile\/\" style=\"display:block; width:100%; height:100%;\">\n                                        <img decoding=\"async\" src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2025\/12\/sm1-7.webp\" alt=\"Ochelari inteligen\u021bi AX13 cu traducere \u00een ...\">\n                                    <\/a>\n                                    <div class=\"aiwox-loop-actions-hover\">\n                                        <button type=\"button\" class=\"aiwox-nma-add\" data-product_id=\"1000847\" aria-label=\"Adaug\u0103 \u00een co\u0219\" title=\"Adaug\u0103 \u00een co\u0219\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"9\" cy=\"21\" r=\"1\"><\/circle><circle cx=\"20\" cy=\"21\" r=\"1\"><\/circle><path d=\"M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6\"><\/path><\/svg>\n                                        <\/button>\n                                        <button type=\"button\" class=\"aiwox-nma-wish\" data-aiwox-fav=\"1000847\" aria-label=\"Favorite\" title=\"Favorite\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"><\/path><\/svg>\n                                        <\/button>\n                                        <button type=\"button\" class=\"aiwox-quick-view-btn\" data-product_id=\"1000847\" aria-label=\"Vizualizare rapid\u0103\" title=\"Vizualizare rapid\u0103\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"><\/path><circle cx=\"12\" cy=\"12\" r=\"3\"><\/circle><\/svg>\n                                        <\/button>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"aiwox-loop-info\">\n                                    <h3 class=\"aiwox-loop-title\">Ochelari inteligen\u021bi AX13 cu traducere \u00een ...<\/h3>\n                                    <div class=\"aiwox-loop-price\"><span class=\"woocommerce-Price-amount amount\">1.500,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">MDL<\/span><\/span><\/div>\n                                    <a href=\"https:\/\/aiwox.md\/en\/product\/ochelari-inteligenti-ax13-cu-traducere-in-timp-real-si-lentile-interschimbabile\/\" class=\"aiwox-loop-btn\">\n                                        Vezi Detalii <i class=\"fa-solid fa-arrow-right\" style=\"margin-left:6px; font-size:12px;\"><\/i>\n                                    <\/a>\n                                <\/div>\n                            <\/div>\n                                                        <div class=\"aiwox-loop-card\">\n                                <div class=\"aiwox-loop-img-wrap\">\n                                    <a href=\"https:\/\/aiwox.md\/en\/product\/ochelari-inteligenti-ax14-cu-traducere-ai-si-lentile-anti-blue-light\/\" style=\"display:block; width:100%; height:100%;\">\n                                        <img decoding=\"async\" src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2025\/12\/sm1-8.webp\" alt=\"Ochelari inteligen\u021bi AX14 cu traducere AI ...\">\n                                    <\/a>\n                                    <div class=\"aiwox-loop-actions-hover\">\n                                        <button type=\"button\" class=\"aiwox-nma-add\" data-product_id=\"1000848\" aria-label=\"Adaug\u0103 \u00een co\u0219\" title=\"Adaug\u0103 \u00een co\u0219\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"9\" cy=\"21\" r=\"1\"><\/circle><circle cx=\"20\" cy=\"21\" r=\"1\"><\/circle><path d=\"M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6\"><\/path><\/svg>\n                                        <\/button>\n                                        <button type=\"button\" class=\"aiwox-nma-wish\" data-aiwox-fav=\"1000848\" aria-label=\"Favorite\" title=\"Favorite\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"><\/path><\/svg>\n                                        <\/button>\n                                        <button type=\"button\" class=\"aiwox-quick-view-btn\" data-product_id=\"1000848\" aria-label=\"Vizualizare rapid\u0103\" title=\"Vizualizare rapid\u0103\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"><\/path><circle cx=\"12\" cy=\"12\" r=\"3\"><\/circle><\/svg>\n                                        <\/button>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"aiwox-loop-info\">\n                                    <h3 class=\"aiwox-loop-title\">Ochelari inteligen\u021bi AX14 cu traducere AI ...<\/h3>\n                                    <div class=\"aiwox-loop-price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\">1.500,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">MDL<\/span><\/span><\/del> <span class=\"screen-reader-text\">Original price was: 1.500,00&nbsp;MDL.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\">1.200,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">MDL<\/span><\/span><\/ins><span class=\"screen-reader-text\">Current price is: 1.200,00&nbsp;MDL.<\/span><\/div>\n                                    <a href=\"https:\/\/aiwox.md\/en\/product\/ochelari-inteligenti-ax14-cu-traducere-ai-si-lentile-anti-blue-light\/\" class=\"aiwox-loop-btn\">\n                                        Vezi Detalii <i class=\"fa-solid fa-arrow-right\" style=\"margin-left:6px; font-size:12px;\"><\/i>\n                                    <\/a>\n                                <\/div>\n                            <\/div>\n                                                        <div class=\"aiwox-loop-card\">\n                                <div class=\"aiwox-loop-img-wrap\">\n                                    <a href=\"https:\/\/aiwox.md\/en\/product\/ochelari-inteligenti-ax15\/\" style=\"display:block; width:100%; height:100%;\">\n                                        <img decoding=\"async\" src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2025\/12\/sm1-9.webp\" alt=\"Ochelari inteligen\u021bi AX15\">\n                                    <\/a>\n                                    <div class=\"aiwox-loop-actions-hover\">\n                                        <button type=\"button\" class=\"aiwox-nma-add\" data-product_id=\"1000849\" aria-label=\"Adaug\u0103 \u00een co\u0219\" title=\"Adaug\u0103 \u00een co\u0219\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"9\" cy=\"21\" r=\"1\"><\/circle><circle cx=\"20\" cy=\"21\" r=\"1\"><\/circle><path d=\"M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6\"><\/path><\/svg>\n                                        <\/button>\n                                        <button type=\"button\" class=\"aiwox-nma-wish\" data-aiwox-fav=\"1000849\" aria-label=\"Favorite\" title=\"Favorite\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"><\/path><\/svg>\n                                        <\/button>\n                                        <button type=\"button\" class=\"aiwox-quick-view-btn\" data-product_id=\"1000849\" aria-label=\"Vizualizare rapid\u0103\" title=\"Vizualizare rapid\u0103\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"><\/path><circle cx=\"12\" cy=\"12\" r=\"3\"><\/circle><\/svg>\n                                        <\/button>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"aiwox-loop-info\">\n                                    <h3 class=\"aiwox-loop-title\">Ochelari inteligen\u021bi AX15<\/h3>\n                                    <div class=\"aiwox-loop-price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\">1.500,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">MDL<\/span><\/span><\/del> <span class=\"screen-reader-text\">Original price was: 1.500,00&nbsp;MDL.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\">1.200,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">MDL<\/span><\/span><\/ins><span class=\"screen-reader-text\">Current price is: 1.200,00&nbsp;MDL.<\/span><\/div>\n                                    <a href=\"https:\/\/aiwox.md\/en\/product\/ochelari-inteligenti-ax15\/\" class=\"aiwox-loop-btn\">\n                                        Vezi Detalii <i class=\"fa-solid fa-arrow-right\" style=\"margin-left:6px; font-size:12px;\"><\/i>\n                                    <\/a>\n                                <\/div>\n                            <\/div>\n                                                    <\/div>\n                                    <\/div>\n\n                <div class=\"aiwox-qv-overlay\">\n                    <div class=\"aiwox-qv-modal\">\n                        <button class=\"aiwox-qv-close\">&times;<\/button>\n                        <div class=\"aiwox-qv-content-wrap\" style=\"width:100%;\">\n                            <!-- Content loaded via AJAX -->\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <script>\n                    jQuery(document).ready(function($) {\n                        $('.aiwox-qv-widget-instance').each(function() {\n                            var $instance = $(this);\n                            if ($instance.data('qv-bound')) return;\n                            $instance.data('qv-bound', true);\n\n                            $instance.find('.aiwox-quick-view-btn').on('click', function(e) {\n                                e.preventDefault();\n                                var pid = $(this).data('product_id');\n                                var $overlay = $instance.find('.aiwox-qv-overlay');\n                                var $wrap = $instance.find('.aiwox-qv-content-wrap');\n                                \n                                $wrap.html('<div style=\"padding:40px; text-align:center;\">Se \u00eencarc\u0103...<\/div>');\n                                $overlay.addClass('active');\n                                $('body').css('overflow', 'hidden');\n                                \n                                $.ajax({\n                                    url: 'https:\/\/aiwox.md\/wp-admin\/admin-ajax.php',\n                                    type: 'POST',\n                                    data: {\n                                        action: 'aiwox_quick_view',\n                                        product_id: pid\n                                    },\n                                    success: function(res) {\n                                        if(res.success) {\n                                            $wrap.html(res.data.html);\n                                        } else {\n                                            $wrap.html('<div style=\"padding:40px; text-align:center;\">Eroare la \u00eenc\u0103rcare.<\/div>');\n                                        }\n                                    }\n                                });\n                            });\n                            \n                            $instance.find('.aiwox-qv-close').on('click', function() {\n                                $instance.find('.aiwox-qv-overlay').removeClass('active');\n                                $('body').css('overflow', '');\n                            });\n                            \n                            $instance.find('.aiwox-qv-overlay').on('click', function(e) {\n                                if(e.target === this) {\n                                    $(this).removeClass('active');\n                                    $('body').css('overflow', '');\n                                }\n                            });\n                        });\n                    });\n                <\/script>\n            <\/div>\n                \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9cb53dd elementor-widget elementor-widget-aiwox_premium_product_loop\" data-id=\"9cb53dd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"aiwox_premium_product_loop.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t                <style>\n                    .aiwox-loop-wrapper {\n                        width: 100%;\n                        font-family: Inter, \"Instrument Sans\", Arial, sans-serif;\n                    }\n                    .aiwox-loop-grid {\n                        display: grid;\n                        gap: 24px;\n                        width: 100%;\n                    }\n                    \n                    \/* Columns *\/\n                    .aiwox-loop-cols-2 { grid-template-columns: repeat(2, 1fr); }\n                    .aiwox-loop-cols-3 { grid-template-columns: repeat(3, 1fr); }\n                    .aiwox-loop-cols-4 { grid-template-columns: repeat(4, 1fr); }\n\n                    \/* Shared Card *\/\n                    .aiwox-loop-card {\n                        position: relative;\n                        display: flex;\n                        flex-direction: column;\n                        border-radius: 24px;\n                        overflow: hidden;\n                        text-decoration: none;\n                        transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);\n                        height: 100%;\n                    }\n                    .aiwox-loop-card:hover {\n                        transform: translateY(-5px);\n                    }\n                    .aiwox-loop-img-wrap {\n                        position: relative;\n                        width: 100%;\n                        padding-top: 100%; \/* 1:1 Aspect Ratio *\/\n                        overflow: hidden;\n                    }\n                    .aiwox-loop-img-wrap img {\n                        position: absolute;\n                        top: 0; left: 0;\n                        width: 100%; height: 100%;\n                        object-fit: cover;\n                        transition: transform 0.6s ease;\n                    }\n                    .aiwox-loop-card:hover .aiwox-loop-img-wrap img {\n                        transform: scale(1.05);\n                    }\n                    .aiwox-loop-info {\n                        padding: 24px;\n                        display: flex;\n                        flex-direction: column;\n                        flex-grow: 1;\n                        justify-content: space-between;\n                    }\n                    .aiwox-loop-title {\n                        font-size: 18px;\n                        font-weight: 800;\n                        margin: 0 0 12px;\n                        line-height: 1.3;\n                    }\n                    .aiwox-loop-price {\n                        font-size: 16px;\n                        font-weight: 700;\n                        margin-bottom: 20px;\n                    }\n                    .aiwox-loop-price del { font-weight: 400; font-size: 14px; opacity: 0.6; margin-right: 6px; }\n                    .aiwox-loop-price ins { text-decoration: none; }\n                    \n                    .aiwox-loop-btn {\n                        display: inline-flex;\n                        align-items: center;\n                        justify-content: center;\n                        padding: 12px 20px;\n                        border-radius: 99px;\n                        font-size: 14px;\n                        font-weight: 800;\n                        text-decoration: none;\n                        transition: all 0.3s ease;\n                        margin-top: auto;\n                        text-align: center;\n                    }\n\n                    \/* DARK THEME *\/\n                    .aiwox-loop-theme-dark .aiwox-loop-card {\n                        background: #0a0e17;\n                        border: 1px solid rgba(255,255,255,0.06);\n                        box-shadow: 0 10px 30px rgba(0,0,0,0.4);\n                    }\n                    .aiwox-loop-theme-dark .aiwox-loop-card:hover {\n                        box-shadow: 0 20px 40px rgba(0,0,0,0.6);\n                        border-color: rgba(255,255,255,0.1);\n                    }\n                    .aiwox-loop-theme-dark .aiwox-loop-title { color: #ffffff; }\n                    .aiwox-loop-theme-dark .aiwox-loop-price { color: var(--aiwox-accent); }\n                    .aiwox-loop-theme-dark .aiwox-loop-btn {\n                        background: rgba(255,255,255,0.1);\n                        color: #ffffff;\n                        border: 1px solid rgba(255,255,255,0.1);\n                    }\n                    .aiwox-loop-theme-dark .aiwox-loop-card:hover .aiwox-loop-btn {\n                        background: var(--aiwox-accent);\n                        color: #000000;\n                        border-color: var(--aiwox-accent);\n                    }\n\n                    \/* LIGHT THEME (Ultra Minimal) *\/\n                    .aiwox-loop-theme-light .aiwox-loop-card {\n                        background: transparent;\n                        border: none;\n                        box-shadow: none;\n                        border-radius: 0;\n                    }\n                    .aiwox-loop-theme-light .aiwox-loop-card:hover {\n                        transform: translateY(-8px);\n                    }\n                    .aiwox-loop-theme-light .aiwox-loop-img-wrap {\n                        border-radius: 20px;\n                        overflow: hidden;\n                        background: #f8fafc; \/* Fundal foarte fin pentru pozele transparente *\/\n                    }\n                    .aiwox-loop-theme-light .aiwox-loop-info {\n                        padding: 20px 0 0 0; \/* Textul nu mai e constrans, curge liber sub poza *\/\n                    }\n                    .aiwox-loop-theme-light .aiwox-loop-title { color: #0f172a; font-size: 17px; margin-bottom: 8px; }\n                    .aiwox-loop-theme-light .aiwox-loop-price { color: #64748b; font-size: 15px; }\n                    .aiwox-loop-theme-light .aiwox-loop-price ins { color: #0f172a; font-weight: 800; }\n                    .aiwox-loop-theme-light .aiwox-loop-btn {\n                        background: transparent;\n                        color: #0f172a;\n                        border: none;\n                        padding: 0;\n                        justify-content: flex-start;\n                        border-radius: 0;\n                        margin-top: 10px;\n                        font-weight: 700;\n                        text-decoration: underline;\n                        text-underline-offset: 4px;\n                        transition: opacity 0.3s ease;\n                    }\n                    .aiwox-loop-theme-light .aiwox-loop-card:hover .aiwox-loop-btn {\n                        background: transparent;\n                        color: #000000;\n                        opacity: 0.7;\n                    }\n\n                    \/* NEO-BRUTALIST THEME *\/\n                    .aiwox-loop-theme-brutalist .aiwox-loop-card {\n                        background: #ffffff;\n                        border: 3px solid #000000;\n                        box-shadow: 8px 8px 0px #000000;\n                        border-radius: 0;\n                        transition: all 0.2s ease;\n                    }\n                    .aiwox-loop-theme-brutalist .aiwox-loop-card:hover {\n                        transform: translate(-4px, -4px);\n                        box-shadow: 12px 12px 0px #000000;\n                    }\n                    .aiwox-loop-theme-brutalist .aiwox-loop-img-wrap {\n                        border-bottom: 3px solid #000000;\n                        background: #f4f4f5;\n                    }\n                    .aiwox-loop-theme-brutalist .aiwox-loop-info {\n                        padding: 24px;\n                    }\n                    .aiwox-loop-theme-brutalist .aiwox-loop-title {\n                        font-family: monospace, sans-serif;\n                        color: #000000;\n                        text-transform: uppercase;\n                        letter-spacing: -0.5px;\n                    }\n                    .aiwox-loop-theme-brutalist .aiwox-loop-price { color: #000000; font-size: 18px; }\n                    .aiwox-loop-theme-brutalist .aiwox-loop-btn {\n                        background: var(--aiwox-accent);\n                        color: #000000;\n                        border: 2px solid #000000;\n                        border-radius: 0;\n                        text-transform: uppercase;\n                        font-family: monospace, sans-serif;\n                    }\n                    .aiwox-loop-theme-brutalist .aiwox-loop-card:hover .aiwox-loop-btn {\n                        background: #000000;\n                        color: var(--aiwox-accent);\n                    }\n\n                    \/* FROSTED GLASS THEME *\/\n                    .aiwox-loop-theme-glass .aiwox-loop-card {\n                        background: rgba(255, 255, 255, 0.05);\n                        backdrop-filter: blur(16px);\n                        -webkit-backdrop-filter: blur(16px);\n                        border: 1px solid rgba(255, 255, 255, 0.1);\n                        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);\n                        border-radius: 30px;\n                    }\n                    .aiwox-loop-theme-glass .aiwox-loop-card:hover {\n                        background: rgba(255, 255, 255, 0.1);\n                        border-color: rgba(255, 255, 255, 0.2);\n                        transform: translateY(-5px);\n                    }\n                    .aiwox-loop-theme-glass .aiwox-loop-img-wrap {\n                        border-radius: 30px 30px 0 0;\n                        background: rgba(0,0,0,0.1);\n                    }\n                    .aiwox-loop-theme-glass .aiwox-loop-title, \n                    .aiwox-loop-theme-glass .aiwox-loop-price { color: #ffffff; }\n                    .aiwox-loop-theme-glass .aiwox-loop-btn {\n                        background: rgba(255,255,255,0.15);\n                        color: #ffffff;\n                        backdrop-filter: blur(4px);\n                    }\n                    .aiwox-loop-theme-glass .aiwox-loop-card:hover .aiwox-loop-btn {\n                        background: #ffffff;\n                        color: #000000;\n                    }\n\n                    \/* FLOATING 3D \/ MAGNETIC THEME *\/\n                    .aiwox-loop-theme-magnetic .aiwox-loop-card {\n                        background: transparent;\n                        border: none;\n                        box-shadow: none;\n                        perspective: 1000px;\n                    }\n                    .aiwox-loop-theme-magnetic .aiwox-loop-img-wrap {\n                        border-radius: 20px;\n                        background: #ffffff;\n                        box-shadow: 0 10px 40px rgba(0,0,0,0.08);\n                        transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.6s ease;\n                        overflow: visible;\n                    }\n                    .aiwox-loop-theme-magnetic .aiwox-loop-img-wrap img {\n                        border-radius: 20px;\n                    }\n                    .aiwox-loop-theme-magnetic .aiwox-loop-card:hover .aiwox-loop-img-wrap {\n                        transform: translateY(-15px) scale(1.02) rotateX(4deg);\n                        box-shadow: 0 30px 60px rgba(0,0,0,0.15);\n                    }\n                    .aiwox-loop-theme-magnetic .aiwox-loop-info {\n                        padding: 30px 10px 0 10px;\n                        text-align: center;\n                        transition: transform 0.4s ease;\n                    }\n                    .aiwox-loop-theme-magnetic .aiwox-loop-card:hover .aiwox-loop-info {\n                        transform: translateY(-5px);\n                    }\n                    .aiwox-loop-theme-magnetic .aiwox-loop-title { color: #1e293b; font-size: 20px; }\n                    .aiwox-loop-theme-magnetic .aiwox-loop-price { color: #64748b; }\n                    .aiwox-loop-theme-magnetic .aiwox-loop-btn {\n                        background: #1e293b;\n                        color: #ffffff;\n                        width: 100%;\n                    }\n                    .aiwox-loop-theme-magnetic .aiwox-loop-card:hover .aiwox-loop-btn {\n                        background: var(--aiwox-accent);\n                        color: #000000;\n                    }\n\n                    \/* BENTO GRID THEME (Rounded & Clean) *\/\n                    .aiwox-loop-theme-bento .aiwox-loop-grid { gap: 16px; }\n                    .aiwox-loop-theme-bento .aiwox-loop-card {\n                        background: #fdfdfd;\n                        border: 1px solid rgba(0,0,0,0.04);\n                        border-radius: 32px;\n                        padding: 16px;\n                        box-shadow: 0 10px 30px rgba(0,0,0,0.02);\n                    }\n                    .aiwox-loop-theme-bento .aiwox-loop-card:hover {\n                        background: #ffffff;\n                        box-shadow: 0 20px 40px rgba(0,0,0,0.06);\n                        transform: scale(1.01);\n                    }\n                    .aiwox-loop-theme-bento .aiwox-loop-img-wrap {\n                        border-radius: 20px;\n                        background: #f1f5f9;\n                    }\n                    .aiwox-loop-theme-bento .aiwox-loop-info {\n                        padding: 20px 8px 8px 8px;\n                    }\n                    .aiwox-loop-theme-bento .aiwox-loop-title { color: #0f172a; font-size: 16px; font-weight: 700; margin-bottom: 6px; }\n                    .aiwox-loop-theme-bento .aiwox-loop-price { color: #334155; font-size: 14px; font-weight: 600; }\n                    .aiwox-loop-theme-bento .aiwox-loop-btn {\n                        background: #0f172a;\n                        color: #ffffff;\n                        border-radius: 99px;\n                        font-size: 13px;\n                        padding: 10px 16px;\n                        width: 100%;\n                    }\n                    .aiwox-loop-theme-bento .aiwox-loop-card:hover .aiwox-loop-btn {\n                        background: var(--aiwox-accent);\n                        color: #000000;\n                    }\n\n                    \/* FASHION EDITORIAL THEME *\/\n                    .aiwox-loop-theme-editorial .aiwox-loop-grid { gap: 40px 20px; }\n                    .aiwox-loop-theme-editorial .aiwox-loop-card {\n                        background: transparent;\n                        border: none;\n                        box-shadow: none;\n                        border-radius: 0;\n                    }\n                    .aiwox-loop-theme-editorial .aiwox-loop-img-wrap {\n                        border-radius: 0;\n                        padding-top: 120%; \/* Portrait aspect ratio *\/\n                        background: #f8f8f8;\n                        transition: filter 0.5s ease;\n                        filter: grayscale(20%);\n                    }\n                    .aiwox-loop-theme-editorial .aiwox-loop-card:hover .aiwox-loop-img-wrap {\n                        filter: grayscale(0%);\n                    }\n                    .aiwox-loop-theme-editorial .aiwox-loop-card:hover .aiwox-loop-img-wrap img {\n                        transform: scale(1.03);\n                    }\n                    .aiwox-loop-theme-editorial .aiwox-loop-info {\n                        padding: 16px 0 0 0;\n                        text-align: center;\n                    }\n                    .aiwox-loop-theme-editorial .aiwox-loop-title {\n                        font-family: \"Times New Roman\", Times, serif;\n                        font-weight: 400;\n                        font-style: italic;\n                        font-size: 22px;\n                        color: #111;\n                        margin-bottom: 4px;\n                    }\n                    .aiwox-loop-theme-editorial .aiwox-loop-price { color: #555; font-size: 14px; font-weight: 400; letter-spacing: 1px; }\n                    .aiwox-loop-theme-editorial .aiwox-loop-btn { display: none; \/* Ascundem butonul pt look curat *\/ }\n\n                    \/* CYBERPUNK THEME *\/\n                    .aiwox-loop-theme-cyberpunk .aiwox-loop-card { background: #000; border: 1px solid var(--aiwox-accent); box-shadow: 0 0 10px rgba(var(--aiwox-accent-rgb),0.2); }\n                    .aiwox-loop-theme-cyberpunk .aiwox-loop-card:hover { box-shadow: 0 0 20px rgba(var(--aiwox-accent-rgb),0.5), inset 0 0 15px rgba(var(--aiwox-accent-rgb),0.2); transform: skewX(-2deg); }\n                    .aiwox-loop-theme-cyberpunk .aiwox-loop-title { color: var(--aiwox-accent); text-transform: uppercase; font-weight: 900; font-family: monospace, sans-serif; }\n                    .aiwox-loop-theme-cyberpunk .aiwox-loop-price { color: #fff; }\n                    .aiwox-loop-theme-cyberpunk .aiwox-loop-btn { background: var(--aiwox-accent); color: #000; border-radius: 0; text-transform: uppercase; font-weight: 900; }\n\n                    \/* NEUMORPHISM THEME *\/\n                    .aiwox-loop-theme-neumorphism .aiwox-loop-card { background: #e0e5ec; border: none; box-shadow: 9px 9px 16px rgb(163,177,198,0.6), -9px -9px 16px rgba(255,255,255, 0.5); border-radius: 30px; }\n                    .aiwox-loop-theme-neumorphism .aiwox-loop-card:hover { box-shadow: inset 6px 6px 10px 0 rgba(163,177,198,0.6), inset -6px -6px 10px 0 rgba(255,255,255,0.5); transform: none; }\n                    .aiwox-loop-theme-neumorphism .aiwox-loop-img-wrap { border-radius: 30px; padding: 20px; mix-blend-mode: multiply; }\n                    .aiwox-loop-theme-neumorphism .aiwox-loop-title { color: #4d5d78; }\n                    .aiwox-loop-theme-neumorphism .aiwox-loop-price { color: #8292a8; }\n                    .aiwox-loop-theme-neumorphism .aiwox-loop-btn { background: #e0e5ec; color: #4d5d78; box-shadow: 4px 4px 8px rgb(163,177,198,0.6), -4px -4px 8px rgba(255,255,255, 0.5); border: none; }\n                    .aiwox-loop-theme-neumorphism .aiwox-loop-card:hover .aiwox-loop-btn { box-shadow: inset 2px 2px 5px rgba(163,177,198,0.6), inset -3px -3px 7px rgba(255,255,255, 0.5); }\n\n                    \/* BAUHAUS THEME *\/\n                    .aiwox-loop-theme-bauhaus .aiwox-loop-card { background: #fff; border: 4px solid #000; border-radius: 0; box-shadow: 8px 8px 0px #e60000; }\n                    .aiwox-loop-theme-bauhaus .aiwox-loop-card:hover { box-shadow: 8px 8px 0px #0055ff; transform: translate(-4px, -4px); }\n                    .aiwox-loop-theme-bauhaus .aiwox-loop-img-wrap { border-bottom: 4px solid #000; background: #ffcc00; }\n                    .aiwox-loop-theme-bauhaus .aiwox-loop-title { font-weight: 900; text-transform: uppercase; color: #000; }\n                    .aiwox-loop-theme-bauhaus .aiwox-loop-price { color: #000; font-weight: 900; }\n                    .aiwox-loop-theme-bauhaus .aiwox-loop-btn { background: #000; color: #fff; border-radius: 0; text-transform: uppercase; font-weight: 900; }\n\n                    \/* ORGANIC THEME *\/\n                    .aiwox-loop-theme-organic .aiwox-loop-card { background: #fdfbf7; border: 1px solid #e8e2d2; border-radius: 60px 20px 40px 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.03); }\n                    .aiwox-loop-theme-organic .aiwox-loop-card:hover { border-radius: 20px 60px 20px 40px; transform: scale(1.02); }\n                    .aiwox-loop-theme-organic .aiwox-loop-img-wrap { border-radius: 60px 20px 0 0; background: #f2efe9; }\n                    .aiwox-loop-theme-organic .aiwox-loop-title { color: #4a443b; font-family: \"Georgia\", serif; font-size: 20px; }\n                    .aiwox-loop-theme-organic .aiwox-loop-price { color: #877f71; }\n                    .aiwox-loop-theme-organic .aiwox-loop-btn { background: var(--aiwox-accent); color: #000; border-radius: 40px 15px 30px 15px; }\n\n                    \/* MINIMAL DARK THEME *\/\n                    .aiwox-loop-theme-minimal_dark .aiwox-loop-card { background: #000; border: 1px solid #222; border-radius: 0; }\n                    .aiwox-loop-theme-minimal_dark .aiwox-loop-card:hover { border-color: #555; }\n                    .aiwox-loop-theme-minimal_dark .aiwox-loop-img-wrap { border-radius: 0; background: #0a0a0a; }\n                    .aiwox-loop-theme-minimal_dark .aiwox-loop-title { color: #fff; font-weight: 400; letter-spacing: 1px; }\n                    .aiwox-loop-theme-minimal_dark .aiwox-loop-price { color: #888; font-weight: 300; }\n                    .aiwox-loop-theme-minimal_dark .aiwox-loop-btn { background: transparent; color: #fff; border: 1px solid #fff; border-radius: 0; font-weight: 400; }\n                    .aiwox-loop-theme-minimal_dark .aiwox-loop-card:hover .aiwox-loop-btn { background: #fff; color: #000; }\n\n                    \/* GRADIENT GLOW THEME *\/\n                    .aiwox-loop-theme-gradient_glow .aiwox-loop-card { background: #111; border: none; border-radius: 24px; position: relative; z-index: 1; }\n                    .aiwox-loop-theme-gradient_glow .aiwox-loop-card::before { content: \"\"; position: absolute; inset: -2px; border-radius: 26px; background: linear-gradient(45deg, #ff007f, #7f00ff, #00ffff); z-index: -1; opacity: 0; transition: opacity 0.4s ease; }\n                    .aiwox-loop-theme-gradient_glow .aiwox-loop-card:hover::before { opacity: 1; }\n                    .aiwox-loop-theme-gradient_glow .aiwox-loop-img-wrap { border-radius: 24px 24px 0 0; background: #000; }\n                    .aiwox-loop-theme-gradient_glow .aiwox-loop-title { color: #fff; }\n                    .aiwox-loop-theme-gradient_glow .aiwox-loop-price { color: #00ffff; }\n                    .aiwox-loop-theme-gradient_glow .aiwox-loop-btn { background: #fff; color: #000; border: none; }\n\n                    \/* POLAROID THEME *\/\n                    .aiwox-loop-theme-polaroid .aiwox-loop-card { background: #fff; border: none; box-shadow: 0 4px 15px rgba(0,0,0,0.1); border-radius: 4px; padding: 12px 12px 30px 12px; }\n                    .aiwox-loop-theme-polaroid .aiwox-loop-card:hover { transform: rotate(2deg) scale(1.05); box-shadow: 0 15px 35px rgba(0,0,0,0.15); z-index: 10; }\n                    .aiwox-loop-theme-polaroid .aiwox-loop-img-wrap { border-radius: 2px; }\n                    .aiwox-loop-theme-polaroid .aiwox-loop-info { padding: 20px 0 0 0; text-align: center; }\n                    .aiwox-loop-theme-polaroid .aiwox-loop-title { font-family: \"Comic Sans MS\", \"Marker Felt\", cursive, sans-serif; color: #222; font-size: 20px; }\n                    .aiwox-loop-theme-polaroid .aiwox-loop-price { color: #666; font-family: \"Comic Sans MS\", cursive, sans-serif; }\n                    .aiwox-loop-theme-polaroid .aiwox-loop-btn { display: none; }\n\n                    \/* TERMINAL THEME *\/\n                    .aiwox-loop-theme-terminal .aiwox-loop-card { background: #000; border: 1px solid #0f0; border-radius: 0; }\n                    .aiwox-loop-theme-terminal .aiwox-loop-card:hover { box-shadow: 0 0 15px #0f0; }\n                    .aiwox-loop-theme-terminal .aiwox-loop-img-wrap { border-bottom: 1px dashed #0f0; filter: grayscale(100%) contrast(150%) sepia(100%) hue-rotate(80deg); }\n                    .aiwox-loop-theme-terminal .aiwox-loop-info { font-family: monospace, sans-serif; }\n                    .aiwox-loop-theme-terminal .aiwox-loop-title { color: #0f0; font-size: 16px; }\n                    .aiwox-loop-theme-terminal .aiwox-loop-price { color: #0a0; }\n                    .aiwox-loop-theme-terminal .aiwox-loop-btn { background: #000; color: #0f0; border: 1px solid #0f0; border-radius: 0; font-family: monospace, sans-serif; }\n                    .aiwox-loop-theme-terminal .aiwox-loop-card:hover .aiwox-loop-btn { background: #0f0; color: #000; }\n\n                    \/* LUXURY THEME *\/\n                    .aiwox-loop-theme-luxury .aiwox-loop-card { background: #1a1a1a; border: 1px solid #c5a059; border-radius: 0; }\n                    .aiwox-loop-theme-luxury .aiwox-loop-card:hover { box-shadow: 0 0 30px rgba(197,160,89,0.2); }\n                    .aiwox-loop-theme-luxury .aiwox-loop-img-wrap { border-radius: 0; }\n                    .aiwox-loop-theme-luxury .aiwox-loop-info { text-align: center; }\n                    .aiwox-loop-theme-luxury .aiwox-loop-title { color: #c5a059; font-family: \"Playfair Display\", \"Times New Roman\", serif; text-transform: uppercase; letter-spacing: 2px; font-size: 15px; }\n                    .aiwox-loop-theme-luxury .aiwox-loop-price { color: #fff; font-family: \"Playfair Display\", \"Times New Roman\", serif; }\n                    .aiwox-loop-theme-luxury .aiwox-loop-btn { background: transparent; color: #c5a059; border: 1px solid #c5a059; border-radius: 0; text-transform: uppercase; letter-spacing: 1px; font-size: 12px; }\n                    .aiwox-loop-theme-luxury .aiwox-loop-card:hover .aiwox-loop-btn { background: #c5a059; color: #000; }\n\n                    \/* OUTLINE ONLY THEME *\/\n                    .aiwox-loop-theme-outline .aiwox-loop-card { background: transparent; border: 2px solid #e2e8f0; border-radius: 12px; }\n                    .aiwox-loop-theme-outline .aiwox-loop-card:hover { border-color: #0f172a; transform: translateY(-4px); }\n                    .aiwox-loop-theme-outline .aiwox-loop-img-wrap { border-bottom: 2px solid #e2e8f0; border-radius: 10px 10px 0 0; }\n                    .aiwox-loop-theme-outline .aiwox-loop-card:hover .aiwox-loop-img-wrap { border-color: #0f172a; }\n                    .aiwox-loop-theme-outline .aiwox-loop-title { color: #0f172a; }\n                    .aiwox-loop-theme-outline .aiwox-loop-price { color: #64748b; }\n                    .aiwox-loop-theme-outline .aiwox-loop-btn { background: transparent; color: #0f172a; border: 2px solid #e2e8f0; }\n                    .aiwox-loop-theme-outline .aiwox-loop-card:hover .aiwox-loop-btn { border-color: #0f172a; background: #0f172a; color: #fff; }\n\n                    \/* APPLE SPATIAL THEME *\/\n                    .aiwox-loop-theme-apple_spatial .aiwox-loop-card { background: rgba(255,255,255,0.6); backdrop-filter: saturate(180%) blur(20px); -webkit-backdrop-filter: saturate(180%) blur(20px); border: 1px solid rgba(255,255,255,0.8); border-radius: 36px; box-shadow: 0 8px 32px rgba(0,0,0,0.04); }\n                    .aiwox-loop-theme-apple_spatial .aiwox-loop-card:hover { transform: scale(1.02); box-shadow: 0 16px 48px rgba(0,0,0,0.08); background: rgba(255,255,255,0.8); }\n                    .aiwox-loop-theme-apple_spatial .aiwox-loop-img-wrap { border-radius: 36px 36px 0 0; background: transparent; }\n                    .aiwox-loop-theme-apple_spatial .aiwox-loop-info { padding: 24px; text-align: center; }\n                    .aiwox-loop-theme-apple_spatial .aiwox-loop-title { color: #1d1d1f; font-weight: 600; font-size: 18px; }\n                    .aiwox-loop-theme-apple_spatial .aiwox-loop-price { color: #86868b; font-weight: 500; }\n                    .aiwox-loop-theme-apple_spatial .aiwox-loop-btn { background: rgba(0,0,0,0.05); color: #1d1d1f; border-radius: 40px; }\n                    .aiwox-loop-theme-apple_spatial .aiwox-loop-card:hover .aiwox-loop-btn { background: #0071e3; color: #fff; }\n\n                    \/* NOTHING TECH THEME *\/\n                    .aiwox-loop-theme-nothing_tech .aiwox-loop-card { background: #000; border: 1px dotted #444; border-radius: 12px; }\n                    .aiwox-loop-theme-nothing_tech .aiwox-loop-card:hover { border-color: #fff; }\n                    .aiwox-loop-theme-nothing_tech .aiwox-loop-img-wrap { border-bottom: 1px dotted #444; background: #0a0a0a; filter: contrast(1.2) grayscale(0.2); }\n                    .aiwox-loop-theme-nothing_tech .aiwox-loop-title { font-family: \"Courier New\", Courier, monospace; color: #fff; text-transform: uppercase; font-weight: 800; letter-spacing: -0.5px; }\n                    .aiwox-loop-theme-nothing_tech .aiwox-loop-price { color: #ff0000; font-weight: 800; font-family: \"Courier New\", Courier, monospace; }\n                    .aiwox-loop-theme-nothing_tech .aiwox-loop-btn { background: #fff; color: #000; border-radius: 50px; text-transform: lowercase; font-weight: 700; border: 2px solid #fff; }\n                    .aiwox-loop-theme-nothing_tech .aiwox-loop-card:hover .aiwox-loop-btn { background: #ff0000; border-color: #ff0000; color: #fff; }\n\n                    \/* TEENAGE ENGINEERING THEME *\/\n                    .aiwox-loop-theme-teenage_engineering .aiwox-loop-card { background: #e8e8e8; border: 2px solid #d0d0d0; border-radius: 4px; box-shadow: inset 0 0 10px rgba(0,0,0,0.05); }\n                    .aiwox-loop-theme-teenage_engineering .aiwox-loop-card:hover { border-color: #ff6600; box-shadow: 4px 4px 0 rgba(0,0,0,0.1); }\n                    .aiwox-loop-theme-teenage_engineering .aiwox-loop-img-wrap { background: #f4f4f4; border-bottom: 2px solid #d0d0d0; padding: 10px; }\n                    .aiwox-loop-theme-teenage_engineering .aiwox-loop-info { padding: 16px; display: grid; grid-template-columns: 1fr auto; align-items: end; }\n                    .aiwox-loop-theme-teenage_engineering .aiwox-loop-title { grid-column: 1 \/ 3; font-family: \"Helvetica Neue\", Helvetica, sans-serif; font-weight: 700; color: #333; font-size: 14px; text-transform: uppercase; }\n                    .aiwox-loop-theme-teenage_engineering .aiwox-loop-price { color: #666; font-family: monospace; font-size: 14px; }\n                    .aiwox-loop-theme-teenage_engineering .aiwox-loop-btn { background: #ff6600; color: #fff; border-radius: 50%; width: 36px; height: 36px; padding: 0; display: flex; justify-content: center; align-items: center; font-size: 0; }\n                    .aiwox-loop-theme-teenage_engineering .aiwox-loop-btn::after { content: \"+\"; font-size: 20px; font-weight: bold; }\n\n                    \/* TESLA MINIMAL THEME *\/\n                    .aiwox-loop-theme-tesla_minimal .aiwox-loop-card { background: #111; border: 1px solid #222; border-radius: 16px; box-shadow: 0 20px 40px rgba(0,0,0,0.4); }\n                    .aiwox-loop-theme-tesla_minimal .aiwox-loop-card:hover { border-color: #444; background: #151515; }\n                    .aiwox-loop-theme-tesla_minimal .aiwox-loop-img-wrap { background: linear-gradient(180deg, #1a1a1a 0%, #111 100%); border-radius: 16px 16px 0 0; }\n                    .aiwox-loop-theme-tesla_minimal .aiwox-loop-title { color: #f4f4f4; font-weight: 500; font-size: 17px; letter-spacing: 0.5px; }\n                    .aiwox-loop-theme-tesla_minimal .aiwox-loop-price { color: #888; }\n                    .aiwox-loop-theme-tesla_minimal .aiwox-loop-btn { background: transparent; color: #fff; border: 1px solid #555; border-radius: 6px; }\n                    .aiwox-loop-theme-tesla_minimal .aiwox-loop-card:hover .aiwox-loop-btn { border-color: #fff; }\n\n                    \/* Y2K CYBER CHROME THEME *\/\n                    .aiwox-loop-theme-y2k_cyber .aiwox-loop-card { background: linear-gradient(135deg, #e6e9f0 0%, #eef1f5 100%); border: 3px solid #d1d5db; border-radius: 20px; box-shadow: inset 0 0 10px #fff, 0 10px 20px rgba(156,163,175,0.4); }\n                    .aiwox-loop-theme-y2k_cyber .aiwox-loop-card:hover { border-color: #93c5fd; box-shadow: inset 0 0 20px #fff, 0 15px 30px rgba(147,197,253,0.6); }\n                    .aiwox-loop-theme-y2k_cyber .aiwox-loop-img-wrap { background: #fff; border-radius: 16px 16px 0 0; }\n                    .aiwox-loop-theme-y2k_cyber .aiwox-loop-title { color: #1e3a8a; font-weight: 900; font-style: italic; letter-spacing: -0.5px; }\n                    .aiwox-loop-theme-y2k_cyber .aiwox-loop-price { color: #3b82f6; font-weight: 800; }\n                    .aiwox-loop-theme-y2k_cyber .aiwox-loop-btn { background: linear-gradient(to right, #3b82f6, #8b5cf6); color: #fff; border-radius: 20px; border: none; font-style: italic; font-weight: 800; }\n\n                    \/* VELVET DARK THEME *\/\n                    .aiwox-loop-theme-velvet_dark .aiwox-loop-card { background: #05050A; border: 1px solid rgba(255,255,255,0.03); border-radius: 28px; box-shadow: inset 0 1px 1px rgba(255,255,255,0.05), 0 20px 40px rgba(0,0,0,0.8); }\n                    .aiwox-loop-theme-velvet_dark .aiwox-loop-card:hover { border-color: rgba(156, 255, 0, 0.3); box-shadow: 0 0 40px rgba(156, 255, 0, 0.1); }\n                    .aiwox-loop-theme-velvet_dark .aiwox-loop-img-wrap { background: radial-gradient(circle at top, rgba(255,255,255,0.05) 0%, transparent 70%); }\n                    .aiwox-loop-theme-velvet_dark .aiwox-loop-title { color: #fff; font-size: 19px; font-weight: 700; letter-spacing: -0.02em; }\n                    .aiwox-loop-theme-velvet_dark .aiwox-loop-price { color: rgba(255,255,255,0.5); }\n                    .aiwox-loop-theme-velvet_dark .aiwox-loop-btn { background: rgba(255,255,255,0.05); color: #fff; border-radius: 100px; border: 1px solid rgba(255,255,255,0.1); }\n                    .aiwox-loop-theme-velvet_dark .aiwox-loop-card:hover .aiwox-loop-btn { background: var(--aiwox-accent); color: #000; border-color: var(--aiwox-accent); box-shadow: 0 0 20px rgba(var(--aiwox-accent-rgb), 0.4); }\n\n                    \/* MACBOOK ALUMINUM THEME *\/\n                    .aiwox-loop-theme-macbook_alum .aiwox-loop-card { background: linear-gradient(180deg, #f5f5f7 0%, #e8e8ed 100%); border: 1px solid #d2d2d7; border-radius: 18px; box-shadow: 0 4px 6px rgba(0,0,0,0.04), inset 0 1px 0 #fff; }\n                    .aiwox-loop-theme-macbook_alum .aiwox-loop-card:hover { transform: translateY(-2px); box-shadow: 0 10px 20px rgba(0,0,0,0.08), inset 0 1px 0 #fff; }\n                    .aiwox-loop-theme-macbook_alum .aiwox-loop-img-wrap { border-radius: 18px 18px 0 0; background: #fff; }\n                    .aiwox-loop-theme-macbook_alum .aiwox-loop-title { color: #1d1d1f; font-weight: 600; font-size: 15px; }\n                    .aiwox-loop-theme-macbook_alum .aiwox-loop-price { color: #515154; font-size: 13px; }\n                    .aiwox-loop-theme-macbook_alum .aiwox-loop-btn { background: linear-gradient(180deg, #fff 0%, #f0f0f0 100%); border: 1px solid #d2d2d7; color: #1d1d1f; border-radius: 6px; box-shadow: 0 1px 2px rgba(0,0,0,0.05); }\n                    .aiwox-loop-theme-macbook_alum .aiwox-loop-card:hover .aiwox-loop-btn { background: #0071e3; color: #fff; border-color: #0071e3; }\n\n                    \/* SPOTIFY WRAPPED THEME *\/\n                    .aiwox-loop-theme-spotify_wrapped .aiwox-loop-card { background: linear-gradient(45deg, #ff416c, #ff4b2b); border: none; border-radius: 0; transition: filter 0.3s; }\n                    .aiwox-loop-theme-spotify_wrapped .aiwox-loop-card:hover { filter: hue-rotate(45deg); transform: scale(1.03); }\n                    .aiwox-loop-theme-spotify_wrapped .aiwox-loop-img-wrap { background: #000; padding: 20px; mix-blend-mode: hard-light; }\n                    .aiwox-loop-theme-spotify_wrapped .aiwox-loop-info { background: #000; color: #fff; margin: 10px; padding: 20px; }\n                    .aiwox-loop-theme-spotify_wrapped .aiwox-loop-title { color: #fff; font-weight: 900; font-size: 24px; text-transform: uppercase; line-height: 1; }\n                    .aiwox-loop-theme-spotify_wrapped .aiwox-loop-price { color: #ff4b2b; font-weight: 800; font-size: 20px; margin-top: 10px; }\n                    .aiwox-loop-theme-spotify_wrapped .aiwox-loop-btn { display: none; }\n\n                    \/* STRIPE PRESS THEME *\/\n                    .aiwox-loop-theme-stripe_press .aiwox-loop-card { background: #fefdfa; border: 1px solid #e1ded9; border-radius: 0; box-shadow: 15px 15px 0 #e1ded9; transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1); }\n                    .aiwox-loop-theme-stripe_press .aiwox-loop-card:hover { transform: translate(-5px, -5px); box-shadow: 20px 20px 0 #d1cece; }\n                    .aiwox-loop-theme-stripe_press .aiwox-loop-img-wrap { border-bottom: 1px solid #e1ded9; padding: 10px; background: #fff; }\n                    .aiwox-loop-theme-stripe_press .aiwox-loop-title { font-family: \"Palatino Linotype\", \"Book Antiqua\", Palatino, serif; color: #1a1f36; font-size: 20px; font-weight: bold; }\n                    .aiwox-loop-theme-stripe_press .aiwox-loop-price { color: #4f566b; font-family: \"Helvetica Neue\", sans-serif; }\n                    .aiwox-loop-theme-stripe_press .aiwox-loop-btn { background: #1a1f36; color: #fff; border-radius: 4px; font-family: \"Helvetica Neue\", sans-serif; font-weight: 500; }\n                    .aiwox-loop-theme-stripe_press .aiwox-loop-card:hover .aiwox-loop-btn { background: #635bff; }\n\n                    \/* SURPRISE THEMES CSS *\/\n                    \/* HAPTIC MESH THEME *\/\n                    .aiwox-loop-theme-haptic_mesh .aiwox-loop-card { background: radial-gradient(circle at top left, #2b2b36, #16161e); border: 1px solid #3c3c4a; border-radius: 20px; box-shadow: inset 2px 2px 5px rgba(255,255,255,0.05), 0 10px 20px rgba(0,0,0,0.3); position: relative; }\n                    .aiwox-loop-theme-haptic_mesh .aiwox-loop-card::before { content: \"\"; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,0.1) 1px, transparent 1px); background-size: 4px 4px; border-radius: 20px; pointer-events: none; opacity: 0.5; }\n                    .aiwox-loop-theme-haptic_mesh .aiwox-loop-card:hover { transform: translateY(-3px); box-shadow: inset 2px 2px 5px rgba(255,255,255,0.1), 0 15px 30px rgba(0,0,0,0.4); }\n                    .aiwox-loop-theme-haptic_mesh .aiwox-loop-img-wrap { border-radius: 20px 20px 0 0; }\n                    .aiwox-loop-theme-haptic_mesh .aiwox-loop-title { color: #f0f0f0; font-family: system-ui, -apple-system, sans-serif; font-weight: 500; }\n                    .aiwox-loop-theme-haptic_mesh .aiwox-loop-price { color: #a0a0b0; }\n                    .aiwox-loop-theme-haptic_mesh .aiwox-loop-btn { background: #3c3c4a; color: #fff; border-radius: 10px; border: 1px solid rgba(255,255,255,0.1); }\n                    .aiwox-loop-theme-haptic_mesh .aiwox-loop-card:hover .aiwox-loop-btn { background: #6b6b80; }\n\n                    \/* HYPER BRUTALISM THEME *\/\n                    .aiwox-loop-theme-hyper_brutalism .aiwox-loop-card { background: #fff200; border: 5px solid #000; border-radius: 0; box-shadow: 10px 10px 0 #000; }\n                    .aiwox-loop-theme-hyper_brutalism .aiwox-loop-card:hover { transform: translate(-5px, -5px); box-shadow: 15px 15px 0 #000; }\n                    .aiwox-loop-theme-hyper_brutalism .aiwox-loop-img-wrap { border-bottom: 5px solid #000; filter: contrast(1.2); }\n                    .aiwox-loop-theme-hyper_brutalism .aiwox-loop-title { color: #000; font-weight: 900; font-family: \"Impact\", sans-serif; text-transform: uppercase; font-size: 22px; }\n                    .aiwox-loop-theme-hyper_brutalism .aiwox-loop-price { color: #000; font-weight: 900; background: #fff; display: inline-block; padding: 2px 8px; border: 2px solid #000; }\n                    .aiwox-loop-theme-hyper_brutalism .aiwox-loop-btn { background: #000; color: #fff200; border-radius: 0; font-weight: 900; text-transform: uppercase; border: 3px solid #000; }\n                    .aiwox-loop-theme-hyper_brutalism .aiwox-loop-card:hover .aiwox-loop-btn { background: #fff; color: #000; }\n\n                    \/* LIQUID CHROME THEME *\/\n                    .aiwox-loop-theme-liquid_chrome .aiwox-loop-card { background: #111; border-radius: 30px; position: relative; z-index: 1; }\n                    .aiwox-loop-theme-liquid_chrome .aiwox-loop-card::before { content: \"\"; position: absolute; inset: -3px; border-radius: 32px; background: linear-gradient(135deg, #e0e0e0, #888, #fff, #555); z-index: -1; filter: blur(2px); transition: filter 0.3s ease; }\n                    .aiwox-loop-theme-liquid_chrome .aiwox-loop-card:hover::before { filter: blur(5px); }\n                    .aiwox-loop-theme-liquid_chrome .aiwox-loop-img-wrap { border-radius: 30px 30px 0 0; }\n                    .aiwox-loop-theme-liquid_chrome .aiwox-loop-title { color: #fff; font-family: sans-serif; font-weight: 300; letter-spacing: 1px; }\n                    .aiwox-loop-theme-liquid_chrome .aiwox-loop-price { color: #aaa; }\n                    .aiwox-loop-theme-liquid_chrome .aiwox-loop-btn { background: linear-gradient(135deg, #ddd, #fff); color: #000; border-radius: 20px; font-weight: 600; }\n\n                    \/* RETRO ARCADE THEME *\/\n                    .aiwox-loop-theme-retro_arcade .aiwox-loop-card { background: #000; border: 4px solid #ff00ff; border-radius: 0; image-rendering: pixelated; box-shadow: 0 0 10px #ff00ff; }\n                    .aiwox-loop-theme-retro_arcade .aiwox-loop-card:hover { border-color: #00ffff; box-shadow: 0 0 15px #00ffff; }\n                    .aiwox-loop-theme-retro_arcade .aiwox-loop-img-wrap { border-bottom: 4px solid #ff00ff; }\n                    .aiwox-loop-theme-retro_arcade .aiwox-loop-card:hover .aiwox-loop-img-wrap { border-color: #00ffff; }\n                    .aiwox-loop-theme-retro_arcade .aiwox-loop-title { color: #ff00ff; font-family: \"Courier New\", Courier, monospace; font-weight: bold; text-transform: uppercase; }\n                    .aiwox-loop-theme-retro_arcade .aiwox-loop-card:hover .aiwox-loop-title { color: #00ffff; }\n                    .aiwox-loop-theme-retro_arcade .aiwox-loop-price { color: #fff; font-family: \"Courier New\", Courier, monospace; }\n                    .aiwox-loop-theme-retro_arcade .aiwox-loop-btn { background: transparent; color: #ff00ff; border: 2px solid #ff00ff; font-family: \"Courier New\", Courier, monospace; font-weight: bold; }\n                    .aiwox-loop-theme-retro_arcade .aiwox-loop-card:hover .aiwox-loop-btn { color: #000; background: #00ffff; border-color: #00ffff; }\n\n                    \/* MONOCHROME CHIC THEME *\/\n                    .aiwox-loop-theme-monochrome_chic .aiwox-loop-card { background: #fff; border: none; border-radius: 0; transition: filter 0.4s; filter: grayscale(100%); }\n                    .aiwox-loop-theme-monochrome_chic .aiwox-loop-card:hover { filter: grayscale(0%); box-shadow: 0 20px 40px rgba(0,0,0,0.1); }\n                    .aiwox-loop-theme-monochrome_chic .aiwox-loop-img-wrap { border-radius: 0; }\n                    .aiwox-loop-theme-monochrome_chic .aiwox-loop-title { color: #000; font-family: \"Didot\", serif; font-size: 20px; font-weight: bold; text-transform: uppercase; letter-spacing: 2px; }\n                    .aiwox-loop-theme-monochrome_chic .aiwox-loop-price { color: #666; font-family: \"Helvetica\", sans-serif; font-size: 13px; }\n                    .aiwox-loop-theme-monochrome_chic .aiwox-loop-btn { background: #000; color: #fff; border-radius: 0; text-transform: uppercase; font-size: 11px; letter-spacing: 1px; padding: 10px 20px; }\n\n                    \/* HOLO DECK THEME *\/\n                    .aiwox-loop-theme-holo_deck .aiwox-loop-card { background: rgba(0,0,0,0.5); border: 1px dashed #0ff; border-radius: 10px; }\n                    .aiwox-loop-theme-holo_deck .aiwox-loop-card:hover { background: rgba(0,255,255,0.1); border-style: solid; box-shadow: 0 0 20px rgba(0,255,255,0.2); }\n                    .aiwox-loop-theme-holo_deck .aiwox-loop-img-wrap { opacity: 0.8; mix-blend-mode: screen; filter: hue-rotate(180deg); transition: all 0.3s; }\n                    .aiwox-loop-theme-holo_deck .aiwox-loop-card:hover .aiwox-loop-img-wrap { opacity: 1; mix-blend-mode: normal; filter: none; }\n                    .aiwox-loop-theme-holo_deck .aiwox-loop-title { color: #0ff; font-family: monospace; }\n                    .aiwox-loop-theme-holo_deck .aiwox-loop-price { color: #fff; }\n                    .aiwox-loop-theme-holo_deck .aiwox-loop-btn { background: transparent; color: #0ff; border: 1px solid #0ff; border-radius: 5px; }\n                    .aiwox-loop-theme-holo_deck .aiwox-loop-card:hover .aiwox-loop-btn { background: #0ff; color: #000; }\n\n                    \/* SYNTHWAVE THEME *\/\n                    .aiwox-loop-theme-synthwave .aiwox-loop-card { background: linear-gradient(180deg, #2b003a 0%, #000 100%); border: 2px solid #ff007f; border-radius: 15px; box-shadow: 0 0 15px rgba(255,0,127,0.5); }\n                    .aiwox-loop-theme-synthwave .aiwox-loop-card:hover { border-color: #00ffff; box-shadow: 0 0 25px rgba(0,255,255,0.6); }\n                    .aiwox-loop-theme-synthwave .aiwox-loop-img-wrap { border-radius: 13px 13px 0 0; }\n                    .aiwox-loop-theme-synthwave .aiwox-loop-title { color: #00ffff; text-shadow: 0 0 5px #00ffff; font-family: \"Trebuchet MS\", sans-serif; font-style: italic; font-weight: 900; }\n                    .aiwox-loop-theme-synthwave .aiwox-loop-price { color: #ff007f; text-shadow: 0 0 5px #ff007f; font-weight: bold; }\n                    .aiwox-loop-theme-synthwave .aiwox-loop-btn { background: linear-gradient(90deg, #ff007f, #00ffff); color: #fff; border: none; border-radius: 20px; font-weight: bold; }\n\n                    \/* MINIMAL CLAY THEME *\/\n                    .aiwox-loop-theme-minimal_clay .aiwox-loop-card { background: #f0f0f3; border: none; border-radius: 30px; box-shadow: inset -5px -5px 10px #ffffff, inset 5px 5px 10px #d1d1d4, 10px 10px 20px #d1d1d4, -10px -10px 20px #ffffff; }\n                    .aiwox-loop-theme-minimal_clay .aiwox-loop-card:hover { transform: scale(1.02); }\n                    .aiwox-loop-theme-minimal_clay .aiwox-loop-img-wrap { border-radius: 30px 30px 0 0; padding: 15px; }\n                    .aiwox-loop-theme-minimal_clay .aiwox-loop-title { color: #555; font-weight: 600; font-family: \"Nunito\", sans-serif; }\n                    .aiwox-loop-theme-minimal_clay .aiwox-loop-price { color: #888; }\n                    .aiwox-loop-theme-minimal_clay .aiwox-loop-btn { background: #f0f0f3; color: #555; border: none; border-radius: 20px; box-shadow: 3px 3px 6px #d1d1d4, -3px -3px 6px #ffffff; }\n                    .aiwox-loop-theme-minimal_clay .aiwox-loop-card:hover .aiwox-loop-btn { box-shadow: inset 3px 3px 6px #d1d1d4, inset -3px -3px 6px #ffffff; }\n\n                    \/* DARK GLASSMORPHISM THEME *\/\n                    .aiwox-loop-theme-glass_dark .aiwox-loop-card { background: rgba(25, 25, 30, 0.4); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border: 1px solid rgba(255,255,255,0.1); border-radius: 24px; box-shadow: 0 4px 30px rgba(0,0,0,0.5); }\n                    .aiwox-loop-theme-glass_dark .aiwox-loop-card:hover { background: rgba(40, 40, 45, 0.5); border-color: rgba(255,255,255,0.2); }\n                    .aiwox-loop-theme-glass_dark .aiwox-loop-img-wrap { border-radius: 24px 24px 0 0; background: transparent; }\n                    .aiwox-loop-theme-glass_dark .aiwox-loop-title { color: rgba(255,255,255,0.9); font-weight: 500; letter-spacing: 0.5px; }\n                    .aiwox-loop-theme-glass_dark .aiwox-loop-price { color: rgba(255,255,255,0.6); }\n                    .aiwox-loop-theme-glass_dark .aiwox-loop-btn { background: rgba(255,255,255,0.1); color: #fff; border: 1px solid rgba(255,255,255,0.2); border-radius: 12px; }\n                    .aiwox-loop-theme-glass_dark .aiwox-loop-card:hover .aiwox-loop-btn { background: rgba(255,255,255,0.2); }\n\n                    \/* AERO GLASS THEME *\/\n                    .aiwox-loop-theme-aero_glass .aiwox-loop-card { background: linear-gradient(180deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.1) 50%, rgba(255,255,255,0.3) 100%); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.5); border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.1), inset 0 1px 0 rgba(255,255,255,0.8); }\n                    .aiwox-loop-theme-aero_glass .aiwox-loop-card:hover { background: linear-gradient(180deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0.4) 100%); box-shadow: 0 8px 25px rgba(0,0,0,0.15), inset 0 1px 0 rgba(255,255,255,1); }\n                    .aiwox-loop-theme-aero_glass .aiwox-loop-img-wrap { border-radius: 12px 12px 0 0; }\n                    .aiwox-loop-theme-aero_glass .aiwox-loop-title { color: #222; font-family: \"Segoe UI\", Tahoma, Geneva, Verdana, sans-serif; }\n                    .aiwox-loop-theme-aero_glass .aiwox-loop-price { color: #555; font-family: \"Segoe UI\", Tahoma, Geneva, Verdana, sans-serif; }\n                    .aiwox-loop-theme-aero_glass .aiwox-loop-btn { background: linear-gradient(180deg, #f0f0f0, #ccc); border: 1px solid #aaa; color: #333; border-radius: 4px; box-shadow: inset 0 1px 0 #fff; }\n                    .aiwox-loop-theme-aero_glass .aiwox-loop-card:hover .aiwox-loop-btn { background: linear-gradient(180deg, #fff, #ddd); }\n\n                    \/* PAPER CRAFT THEME *\/\n                    .aiwox-loop-theme-paper_craft .aiwox-loop-card { background: #fdfdfd; border-radius: 0; position: relative; box-shadow: 0 5px 15px rgba(0,0,0,0.08), inset 0 0 0 1px rgba(0,0,0,0.05); overflow: hidden; }\n                    .aiwox-loop-theme-paper_craft .aiwox-loop-card::after { content: \"\"; position: absolute; inset: 0; box-shadow: inset 0 10px 20px rgba(0,0,0,0.05); pointer-events: none; }\n                    .aiwox-loop-theme-paper_craft .aiwox-loop-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0,0,0,0.12), inset 0 0 0 1px rgba(0,0,0,0.05); }\n                    .aiwox-loop-theme-paper_craft .aiwox-loop-img-wrap { padding: 20px; background: #fff; box-shadow: 0 5px 10px rgba(0,0,0,0.05); border-radius: 0 0 20px 20px; margin-bottom: 10px; }\n                    .aiwox-loop-theme-paper_craft .aiwox-loop-title { color: #333; font-weight: bold; font-family: \"Courier New\", monospace; letter-spacing: -0.5px; }\n                    .aiwox-loop-theme-paper_craft .aiwox-loop-price { color: #d32f2f; font-weight: bold; }\n                    .aiwox-loop-theme-paper_craft .aiwox-loop-btn { background: #333; color: #fff; border-radius: 0; border: 1px dashed #fff; font-family: \"Courier New\", monospace; text-transform: uppercase; }\n\n                    \/* MATRIX RAIN THEME *\/\n                    .aiwox-loop-theme-matrix_rain .aiwox-loop-card { background: #000; border: 1px solid #0f0; border-radius: 0; box-shadow: 0 0 10px rgba(0,255,0,0.2); position: relative; }\n                    .aiwox-loop-theme-matrix_rain .aiwox-loop-card::before { content: \"101010111000101\"; position: absolute; top: -10px; right: 10px; color: #0f0; font-family: monospace; font-size: 10px; opacity: 0.5; writing-mode: vertical-rl; overflow: hidden; height: 100%; white-space: nowrap; animation: matrixFade 2s infinite alternate; }\n                    @keyframes matrixFade { from { opacity: 0.1; } to { opacity: 0.8; } }\n                    .aiwox-loop-theme-matrix_rain .aiwox-loop-card:hover { box-shadow: 0 0 20px rgba(0,255,0,0.6); }\n                    .aiwox-loop-theme-matrix_rain .aiwox-loop-img-wrap { border-bottom: 1px solid #0f0; filter: contrast(1.5) sepia(1) hue-rotate(80deg) saturate(3); }\n                    .aiwox-loop-theme-matrix_rain .aiwox-loop-card:hover .aiwox-loop-img-wrap { filter: none; }\n                    .aiwox-loop-theme-matrix_rain .aiwox-loop-title { color: #0f0; font-family: \"Courier New\", monospace; text-shadow: 0 0 5px #0f0; }\n                    .aiwox-loop-theme-matrix_rain .aiwox-loop-price { color: #fff; font-family: \"Courier New\", monospace; }\n                    .aiwox-loop-theme-matrix_rain .aiwox-loop-btn { background: transparent; color: #0f0; border: 1px solid #0f0; font-family: monospace; border-radius: 0; }\n                    .aiwox-loop-theme-matrix_rain .aiwox-loop-card:hover .aiwox-loop-btn { background: #0f0; color: #000; }\n\n                    \/* GOLDEN RATIO THEME *\/\n                    .aiwox-loop-theme-golden_ratio .aiwox-loop-card { background: #fff; border: 1px solid #d4af37; border-radius: 0; padding: 1.618rem; position: relative; }\n                    .aiwox-loop-theme-golden_ratio .aiwox-loop-card::after { content: \"\"; position: absolute; top: 10px; left: 10px; right: 10px; bottom: 10px; border: 1px solid rgba(212,175,55,0.3); pointer-events: none; }\n                    .aiwox-loop-theme-golden_ratio .aiwox-loop-img-wrap { margin-bottom: 1.618rem; }\n                    .aiwox-loop-theme-golden_ratio .aiwox-loop-title { color: #111; font-family: \"Optima\", \"Didot\", serif; font-weight: 400; font-size: 18px; text-align: center; }\n                    .aiwox-loop-theme-golden_ratio .aiwox-loop-price { color: #d4af37; font-family: \"Optima\", serif; font-size: 14px; text-align: center; margin-top: 0.618rem; }\n                    .aiwox-loop-theme-golden_ratio .aiwox-loop-btn { display: none; } \/* Focus pur pe produs *\/\n                    .aiwox-loop-theme-golden_ratio .aiwox-loop-card:hover { border-color: #b5952f; box-shadow: 0 10px 30px rgba(212,175,55,0.15); }\n\n                    \/* POP ART THEME *\/\n                    .aiwox-loop-theme-pop_art .aiwox-loop-card { background: #fff; border: 4px solid #000; border-radius: 0; box-shadow: 6px 6px 0 #000; position: relative; overflow: hidden; }\n                    .aiwox-loop-theme-pop_art .aiwox-loop-card::before { content: \"\"; position: absolute; inset: 0; background-image: radial-gradient(#000 15%, transparent 16%), radial-gradient(#000 15%, transparent 16%); background-size: 8px 8px; background-position: 0 0, 4px 4px; opacity: 0.05; pointer-events: none; }\n                    .aiwox-loop-theme-pop_art .aiwox-loop-card:hover { transform: translate(-2px, -2px); box-shadow: 8px 8px 0 #e2001a; border-color: #0047bb; }\n                    .aiwox-loop-theme-pop_art .aiwox-loop-img-wrap { border-bottom: 4px solid #000; padding: 10px; background: #ffea00; }\n                    .aiwox-loop-theme-pop_art .aiwox-loop-title { color: #000; font-family: \"Comic Sans MS\", \"Impact\", sans-serif; font-weight: 900; text-transform: uppercase; font-size: 20px; text-shadow: 2px 2px 0 #fff; }\n                    .aiwox-loop-theme-pop_art .aiwox-loop-price { background: #000; color: #fff; display: inline-block; padding: 4px 10px; font-weight: bold; font-family: sans-serif; transform: rotate(-2deg); }\n                    .aiwox-loop-theme-pop_art .aiwox-loop-btn { background: #e2001a; color: #fff; border: 2px solid #000; border-radius: 50px; font-weight: 900; text-transform: uppercase; padding: 8px 16px; }\n\n                    \/* SKEUOMORPHIC LEATHER THEME *\/\n                    .aiwox-loop-theme-skeuomorphic_leather .aiwox-loop-card { background: #3b2f2f; border-radius: 8px; box-shadow: inset 0 0 20px rgba(0,0,0,0.8), 0 5px 15px rgba(0,0,0,0.5); border: 2px dashed #8b7355; padding: 2px; }\n                    .aiwox-loop-theme-skeuomorphic_leather .aiwox-loop-card:hover { border-color: #d2b48c; box-shadow: inset 0 0 10px rgba(0,0,0,0.6), 0 8px 20px rgba(0,0,0,0.6); }\n                    .aiwox-loop-theme-skeuomorphic_leather .aiwox-loop-img-wrap { border-radius: 6px 6px 0 0; border-bottom: 2px solid #221a1a; background: #fff; }\n                    .aiwox-loop-theme-skeuomorphic_leather .aiwox-loop-title { color: #e6d8ad; font-family: \"Georgia\", serif; font-style: italic; text-shadow: 1px 1px 1px #000; text-align: center; }\n                    .aiwox-loop-theme-skeuomorphic_leather .aiwox-loop-price { color: #d2b48c; text-align: center; font-weight: bold; }\n                    .aiwox-loop-theme-skeuomorphic_leather .aiwox-loop-btn { background: linear-gradient(#5a4634, #3a2d20); border: 1px solid #1a140e; color: #e6d8ad; border-radius: 4px; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 2px 4px rgba(0,0,0,0.5); text-transform: uppercase; font-size: 11px; letter-spacing: 1px; }\n                    .aiwox-loop-theme-skeuomorphic_leather .aiwox-loop-card:hover .aiwox-loop-btn { background: linear-gradient(#6e5540, #4b392a); }\n\n                    \/* GLOWING EDGES THEME *\/\n                    .aiwox-loop-theme-glowing_edges .aiwox-loop-card { background: #0a0a0a; border-radius: 12px; position: relative; overflow: hidden; }\n                    .aiwox-loop-theme-glowing_edges .aiwox-loop-card::before { content: \"\"; position: absolute; inset: -2px; border-radius: 14px; background: conic-gradient(from 0deg, transparent 0 340deg, #00f0ff 360deg); z-index: -1; animation: glowSpin 3s linear infinite; opacity: 0; transition: opacity 0.3s; }\n                    @keyframes glowSpin { 100% { transform: rotate(360deg); } }\n                    .aiwox-loop-theme-glowing_edges .aiwox-loop-card:hover::before { opacity: 1; }\n                    .aiwox-loop-theme-glowing_edges .aiwox-loop-img-wrap { border-radius: 12px 12px 0 0; background: #111; }\n                    .aiwox-loop-theme-glowing_edges .aiwox-loop-title { color: #fff; font-family: sans-serif; font-weight: 500; }\n                    .aiwox-loop-theme-glowing_edges .aiwox-loop-price { color: #aaa; }\n                    .aiwox-loop-theme-glowing_edges .aiwox-loop-btn { background: #1a1a1a; color: #fff; border: 1px solid #333; border-radius: 6px; }\n                    .aiwox-loop-theme-glowing_edges .aiwox-loop-card:hover .aiwox-loop-btn { border-color: #00f0ff; color: #00f0ff; }\n\n                    \/* AURORA BOREALIS THEME *\/\n                    .aiwox-loop-theme-aurora_borealis .aiwox-loop-card { background: #000; border-radius: 20px; position: relative; overflow: hidden; border: none; }\n                    .aiwox-loop-theme-aurora_borealis .aiwox-loop-card::before { content: \"\"; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle at 50% 50%, rgba(0, 255, 128, 0.2), transparent 60%), radial-gradient(circle at 80% 20%, rgba(0, 128, 255, 0.2), transparent 50%); z-index: 0; animation: auroraFlow 10s ease-in-out infinite alternate; pointer-events: none; }\n                    @keyframes auroraFlow { 0% { transform: translate(0, 0) scale(1); } 100% { transform: translate(-10%, 10%) scale(1.1); } }\n                    .aiwox-loop-theme-aurora_borealis .aiwox-loop-img-wrap { position: relative; z-index: 1; border-radius: 20px 20px 0 0; }\n                    .aiwox-loop-theme-aurora_borealis .aiwox-loop-info { position: relative; z-index: 1; }\n                    .aiwox-loop-theme-aurora_borealis .aiwox-loop-title { color: #fff; font-family: \"Inter\", sans-serif; font-weight: 300; }\n                    .aiwox-loop-theme-aurora_borealis .aiwox-loop-price { color: #00ff80; }\n                    .aiwox-loop-theme-aurora_borealis .aiwox-loop-btn { background: rgba(255,255,255,0.1); backdrop-filter: blur(5px); color: #fff; border: 1px solid rgba(255,255,255,0.2); border-radius: 20px; }\n                    .aiwox-loop-theme-aurora_borealis .aiwox-loop-card:hover .aiwox-loop-btn { background: rgba(0, 255, 128, 0.3); border-color: #00ff80; }\n\n                    \/* BLUEPRINT THEME *\/\n                    .aiwox-loop-theme-blueprint .aiwox-loop-card { background: #0b3d91; border: 1px solid #fff; border-radius: 0; box-shadow: none; position: relative; }\n                    .aiwox-loop-theme-blueprint .aiwox-loop-card::before { content: \"\"; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.2) 1px, transparent 1px); background-size: 20px 20px; pointer-events: none; }\n                    .aiwox-loop-theme-blueprint .aiwox-loop-img-wrap { filter: grayscale(100%) contrast(1.2) invert(1) sepia(1) hue-rotate(180deg) saturate(3); mix-blend-mode: screen; border-bottom: 1px solid #fff; }\n                    .aiwox-loop-theme-blueprint .aiwox-loop-card:hover .aiwox-loop-img-wrap { filter: none; mix-blend-mode: normal; }\n                    .aiwox-loop-theme-blueprint .aiwox-loop-title { color: #fff; font-family: \"Comic Sans MS\", \"Chalkboard\", sans-serif; font-weight: normal; text-transform: uppercase; font-size: 16px; }\n                    .aiwox-loop-theme-blueprint .aiwox-loop-price { color: #fff; font-family: monospace; }\n                    .aiwox-loop-theme-blueprint .aiwox-loop-btn { background: transparent; color: #fff; border: 1px dashed #fff; border-radius: 0; font-family: monospace; text-transform: uppercase; }\n                    .aiwox-loop-theme-blueprint .aiwox-loop-card:hover .aiwox-loop-btn { background: #fff; color: #0b3d91; }\n\n                    \/* VELOUR RED THEME *\/\n                    .aiwox-loop-theme-velour_red .aiwox-loop-card { background: #4a0404; border: 1px solid #2a0000; border-radius: 4px; box-shadow: inset 0 0 30px rgba(0,0,0,0.5), 0 10px 20px rgba(0,0,0,0.2); }\n                    .aiwox-loop-theme-velour_red .aiwox-loop-card:hover { background: #5c0505; box-shadow: inset 0 0 40px rgba(0,0,0,0.6), 0 15px 25px rgba(0,0,0,0.3); }\n                    .aiwox-loop-theme-velour_red .aiwox-loop-img-wrap { border-radius: 4px 4px 0 0; background: #fff; border-bottom: 2px solid #ffd700; }\n                    .aiwox-loop-theme-velour_red .aiwox-loop-title { color: #ffd700; font-family: \"Playfair Display\", serif; text-align: center; font-size: 20px; }\n                    .aiwox-loop-theme-velour_red .aiwox-loop-price { color: #e5b80b; text-align: center; font-family: sans-serif; letter-spacing: 1px; }\n                    .aiwox-loop-theme-velour_red .aiwox-loop-btn { background: #ffd700; color: #4a0404; border: none; border-radius: 0; font-family: serif; font-weight: bold; text-transform: uppercase; box-shadow: 0 4px 6px rgba(0,0,0,0.3); }\n                    .aiwox-loop-theme-velour_red .aiwox-loop-card:hover .aiwox-loop-btn { background: #fff; color: #4a0404; }\n\n                    \/* TRANSPARENT TECH THEME *\/\n                    .aiwox-loop-theme-transparent_tech .aiwox-loop-card { background: rgba(255,255,255,0.05); backdrop-filter: blur(4px); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; position: relative; overflow: hidden; }\n                    .aiwox-loop-theme-transparent_tech .aiwox-loop-card::before { content: \"\"; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,0.1) 1px, transparent 1px); background-size: 10px 10px; opacity: 0.3; z-index: -1; }\n                    .aiwox-loop-theme-transparent_tech .aiwox-loop-card:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.3); }\n                    .aiwox-loop-theme-transparent_tech .aiwox-loop-img-wrap { border-radius: 16px 16px 0 0; background: transparent; padding: 10px; }\n                    .aiwox-loop-theme-transparent_tech .aiwox-loop-title { color: #eaeaea; font-family: \"Inter\", sans-serif; font-weight: 500; font-size: 15px; }\n                    .aiwox-loop-theme-transparent_tech .aiwox-loop-price { color: #bbb; font-size: 13px; }\n                    .aiwox-loop-theme-transparent_tech .aiwox-loop-btn { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.2); border-radius: 8px; font-weight: 500; padding: 8px 15px; }\n                    .aiwox-loop-theme-transparent_tech .aiwox-loop-card:hover .aiwox-loop-btn { background: #fff; color: #000; }\n\n                    \/* NEW 10 THEMES *\/\n                    \/* CYBER SAMURAI THEME *\/\n                    .aiwox-loop-theme-cyber_samurai .aiwox-loop-card { background: #0b0b0b; border: 1px solid #333; border-radius: 0; position: relative; clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%); }\n                    .aiwox-loop-theme-cyber_samurai .aiwox-loop-card:hover { border-color: #ff003c; box-shadow: 0 0 15px rgba(255,0,60,0.4); }\n                    .aiwox-loop-theme-cyber_samurai .aiwox-loop-img-wrap { border-bottom: 2px solid #ff003c; filter: grayscale(50%) contrast(1.2); }\n                    .aiwox-loop-theme-cyber_samurai .aiwox-loop-card:hover .aiwox-loop-img-wrap { filter: grayscale(0%); }\n                    .aiwox-loop-theme-cyber_samurai .aiwox-loop-title { color: #fff; font-family: \"Impact\", sans-serif; text-transform: uppercase; letter-spacing: 2px; }\n                    .aiwox-loop-theme-cyber_samurai .aiwox-loop-price { color: #ff003c; font-family: monospace; font-weight: bold; }\n                    .aiwox-loop-theme-cyber_samurai .aiwox-loop-btn { background: transparent; color: #ff003c; border: 1px solid #ff003c; border-radius: 0; text-transform: uppercase; font-family: monospace; letter-spacing: 1px; clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%); }\n                    .aiwox-loop-theme-cyber_samurai .aiwox-loop-card:hover .aiwox-loop-btn { background: #ff003c; color: #000; }\n\n                    \/* FROSTED NEON THEME *\/\n                    .aiwox-loop-theme-frosted_neon .aiwox-loop-card { background: rgba(255,255,255,0.7); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.5); border-radius: 20px; position: relative; z-index: 1; }\n                    .aiwox-loop-theme-frosted_neon .aiwox-loop-card::before { content: \"\"; position: absolute; inset: -5px; background: linear-gradient(45deg, #ff00ff, #00ffff); z-index: -1; border-radius: 25px; filter: blur(15px); opacity: 0; transition: opacity 0.4s; }\n                    .aiwox-loop-theme-frosted_neon .aiwox-loop-card:hover::before { opacity: 0.6; }\n                    .aiwox-loop-theme-frosted_neon .aiwox-loop-img-wrap { border-radius: 20px 20px 0 0; }\n                    .aiwox-loop-theme-frosted_neon .aiwox-loop-title { color: #111; font-family: \"Inter\", sans-serif; font-weight: 800; }\n                    .aiwox-loop-theme-frosted_neon .aiwox-loop-price { color: #ff00ff; font-weight: bold; }\n                    .aiwox-loop-theme-frosted_neon .aiwox-loop-btn { background: linear-gradient(45deg, #ff00ff, #00ffff); color: #fff; border: none; border-radius: 20px; font-weight: bold; }\n\n                    \/* ECO CARDBOARD THEME *\/\n                    .aiwox-loop-theme-eco_cardboard .aiwox-loop-card { background: #d4c4a8; border: 2px solid #bba684; border-radius: 4px; box-shadow: 2px 2px 5px rgba(0,0,0,0.1); position: relative; }\n                    .aiwox-loop-theme-eco_cardboard .aiwox-loop-card::after { content: \"\"; position: absolute; inset: 0; background-image: repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(0,0,0,0.03) 2px, rgba(0,0,0,0.03) 4px); pointer-events: none; }\n                    .aiwox-loop-theme-eco_cardboard .aiwox-loop-img-wrap { border-bottom: 2px solid #bba684; filter: sepia(0.3); }\n                    .aiwox-loop-theme-eco_cardboard .aiwox-loop-card:hover .aiwox-loop-img-wrap { filter: none; }\n                    .aiwox-loop-theme-eco_cardboard .aiwox-loop-title { color: #4a3b2c; font-family: \"Courier New\", monospace; font-weight: bold; }\n                    .aiwox-loop-theme-eco_cardboard .aiwox-loop-price { color: #2e7d32; font-family: monospace; font-weight: bold; }\n                    .aiwox-loop-theme-eco_cardboard .aiwox-loop-btn { background: #4a3b2c; color: #d4c4a8; border: none; border-radius: 2px; font-family: monospace; text-transform: uppercase; }\n\n                    \/* VHS GLITCH THEME *\/\n                    .aiwox-loop-theme-vhs_glitch .aiwox-loop-card { background: #000; border: 1px solid #333; border-radius: 0; position: relative; overflow: hidden; }\n                    .aiwox-loop-theme-vhs_glitch .aiwox-loop-card:hover { border-color: #fff; }\n                    .aiwox-loop-theme-vhs_glitch .aiwox-loop-card::before { content: \"\"; position: absolute; inset: 0; background: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255,255,255,0.05) 2px, rgba(255,255,255,0.05) 4px); pointer-events: none; z-index: 5; }\n                    .aiwox-loop-theme-vhs_glitch .aiwox-loop-card:hover::after { content: \"\"; position: absolute; top: 50%; left: -100%; width: 200%; height: 10px; background: rgba(255,255,255,0.5); z-index: 6; animation: vhsScan 1s linear infinite; filter: blur(2px); mix-blend-mode: overlay; }\n                    @keyframes vhsScan { to { top: 100%; } }\n                    .aiwox-loop-theme-vhs_glitch .aiwox-loop-img-wrap { border-bottom: 1px solid #333; filter: saturate(1.5) contrast(1.2); }\n                    .aiwox-loop-theme-vhs_glitch .aiwox-loop-card:hover .aiwox-loop-img-wrap { filter: saturate(1.5) contrast(1.2) hue-rotate(90deg); }\n                    .aiwox-loop-theme-vhs_glitch .aiwox-loop-title { color: #fff; font-family: \"Arial\", sans-serif; font-weight: bold; text-transform: uppercase; letter-spacing: 2px; text-shadow: -2px 0 red, 2px 0 cyan; }\n                    .aiwox-loop-theme-vhs_glitch .aiwox-loop-price { color: #fff; font-family: monospace; }\n                    .aiwox-loop-theme-vhs_glitch .aiwox-loop-btn { background: #fff; color: #000; border: none; border-radius: 0; font-family: \"Arial\", sans-serif; font-weight: bold; text-transform: uppercase; }\n\n                    \/* MARBLE STATUE THEME *\/\n                    .aiwox-loop-theme-marble_statue .aiwox-loop-card { background: #fdfdfd; border-radius: 4px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); position: relative; }\n                    .aiwox-loop-theme-marble_statue .aiwox-loop-card::before { content: \"\"; position: absolute; inset: 0; opacity: 0.1; background-image: url(\"data:image\/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'\/%3E%3C\/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'\/%3E%3C\/svg%3E\"); pointer-events: none; mix-blend-mode: multiply; }\n                    .aiwox-loop-theme-marble_statue .aiwox-loop-img-wrap { border-radius: 4px 4px 0 0; padding: 15px; }\n                    .aiwox-loop-theme-marble_statue .aiwox-loop-title { color: #222; font-family: \"Cinzel\", \"Didot\", serif; text-align: center; font-size: 20px; }\n                    .aiwox-loop-theme-marble_statue .aiwox-loop-price { color: #777; text-align: center; font-family: serif; }\n                    .aiwox-loop-theme-marble_statue .aiwox-loop-btn { background: transparent; color: #222; border: 1px solid #222; border-radius: 0; font-family: serif; text-transform: uppercase; letter-spacing: 1px; margin: 0 auto; display: table; }\n                    .aiwox-loop-theme-marble_statue .aiwox-loop-card:hover .aiwox-loop-btn { background: #222; color: #fff; }\n\n                    \/* HOLOGRAPHIC FOIL THEME *\/\n                    .aiwox-loop-theme-holographic_foil .aiwox-loop-card { background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); border-radius: 12px; position: relative; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.1); }\n                    .aiwox-loop-theme-holographic_foil .aiwox-loop-card::before { content: \"\"; position: absolute; inset: 0; background: linear-gradient(125deg, rgba(255,0,0,0.3), rgba(255,255,0,0.3), rgba(0,255,0,0.3), rgba(0,255,255,0.3), rgba(0,0,255,0.3), rgba(255,0,255,0.3)); mix-blend-mode: color-burn; opacity: 0; transition: opacity 0.5s; z-index: 2; pointer-events: none; }\n                    .aiwox-loop-theme-holographic_foil .aiwox-loop-card:hover::before { opacity: 0.8; animation: holoFoil 3s ease infinite alternate; }\n                    @keyframes holoFoil { 0% { filter: hue-rotate(0deg); } 100% { filter: hue-rotate(360deg); } }\n                    .aiwox-loop-theme-holographic_foil .aiwox-loop-img-wrap { border-radius: 12px 12px 0 0; background: #fff; position: relative; z-index: 1; }\n                    .aiwox-loop-theme-holographic_foil .aiwox-loop-info { position: relative; z-index: 3; background: rgba(255,255,255,0.8); backdrop-filter: blur(5px); }\n                    .aiwox-loop-theme-holographic_foil .aiwox-loop-title { color: #333; font-weight: 800; font-family: sans-serif; }\n                    .aiwox-loop-theme-holographic_foil .aiwox-loop-price { color: #666; font-weight: bold; }\n                    .aiwox-loop-theme-holographic_foil .aiwox-loop-btn { background: #111; color: #fff; border: none; border-radius: 30px; }\n\n                    \/* MILITARY TACTICAL THEME *\/\n                    .aiwox-loop-theme-military_tactical .aiwox-loop-card { background: #4b5320; border: 3px solid #2a2e12; border-radius: 4px; box-shadow: inset 0 0 10px rgba(0,0,0,0.5); }\n                    .aiwox-loop-theme-military_tactical .aiwox-loop-card:hover { transform: translateY(-2px); box-shadow: 0 10px 20px rgba(0,0,0,0.4); }\n                    .aiwox-loop-theme-military_tactical .aiwox-loop-img-wrap { border-bottom: 3px solid #2a2e12; background: #fff; }\n                    .aiwox-loop-theme-military_tactical .aiwox-loop-title { color: #d4d8c5; font-family: \"Stencil\", \"Arial Black\", sans-serif; text-transform: uppercase; font-size: 22px; text-shadow: 1px 1px 0 #000; }\n                    .aiwox-loop-theme-military_tactical .aiwox-loop-price { color: #ffeb3b; font-family: monospace; font-weight: bold; }\n                    .aiwox-loop-theme-military_tactical .aiwox-loop-btn { background: #2a2e12; color: #d4d8c5; border: 1px solid #000; border-radius: 2px; font-family: \"Stencil\", sans-serif; text-transform: uppercase; }\n                    .aiwox-loop-theme-military_tactical .aiwox-loop-card:hover .aiwox-loop-btn { background: #d4d8c5; color: #2a2e12; }\n\n                    \/* VAPORWAVE MALL THEME *\/\n                    .aiwox-loop-theme-vaporwave_mall .aiwox-loop-card { background: #ff71ce; border: 2px solid #01cdfe; border-radius: 0; box-shadow: 5px 5px 0 #05ffa1; position: relative; overflow: hidden; }\n                    .aiwox-loop-theme-vaporwave_mall .aiwox-loop-card::after { content: \"\"; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(255,255,255,0.2) 50%); background-size: 100% 4px; pointer-events: none; mix-blend-mode: overlay; }\n                    .aiwox-loop-theme-vaporwave_mall .aiwox-loop-card:hover { transform: translate(-3px, -3px); box-shadow: 8px 8px 0 #05ffa1; border-color: #b967ff; }\n                    .aiwox-loop-theme-vaporwave_mall .aiwox-loop-img-wrap { border-bottom: 2px solid #01cdfe; background: #fff; }\n                    .aiwox-loop-theme-vaporwave_mall .aiwox-loop-title { color: #fff; font-family: \"Times New Roman\", serif; font-style: italic; font-weight: bold; text-shadow: 2px 2px #01cdfe; letter-spacing: 1px; }\n                    .aiwox-loop-theme-vaporwave_mall .aiwox-loop-price { color: #05ffa1; font-family: sans-serif; font-weight: 900; background: #000; display: inline-block; padding: 2px 8px; transform: skewX(-10deg); }\n                    .aiwox-loop-theme-vaporwave_mall .aiwox-loop-btn { background: #01cdfe; color: #fff; border: none; border-radius: 0; font-family: sans-serif; font-weight: bold; text-transform: uppercase; box-shadow: 3px 3px 0 #b967ff; }\n\n                    \/* XRAY VISION THEME *\/\n                    .aiwox-loop-theme-xray_vision .aiwox-loop-card { background: #001a33; border: 1px solid #004080; border-radius: 8px; box-shadow: 0 0 15px rgba(0,64,128,0.5); transition: all 0.5s; }\n                    .aiwox-loop-theme-xray_vision .aiwox-loop-card:hover { box-shadow: 0 0 25px rgba(0,191,255,0.8); border-color: #00bfff; }\n                    .aiwox-loop-theme-xray_vision .aiwox-loop-img-wrap { filter: invert(1) hue-rotate(180deg); border-radius: 8px 8px 0 0; background: #fff; transition: filter 0.5s; }\n                    .aiwox-loop-theme-xray_vision .aiwox-loop-card:hover .aiwox-loop-img-wrap { filter: invert(0.8) hue-rotate(180deg) contrast(1.5); }\n                    .aiwox-loop-theme-xray_vision .aiwox-loop-title { color: #00bfff; font-family: sans-serif; font-weight: 300; letter-spacing: 2px; }\n                    .aiwox-loop-theme-xray_vision .aiwox-loop-price { color: #fff; }\n                    .aiwox-loop-theme-xray_vision .aiwox-loop-btn { background: transparent; color: #00bfff; border: 1px solid #00bfff; border-radius: 20px; text-transform: uppercase; letter-spacing: 1px; }\n                    .aiwox-loop-theme-xray_vision .aiwox-loop-card:hover .aiwox-loop-btn { background: #00bfff; color: #001a33; box-shadow: 0 0 10px #00bfff; }\n\n                    \/* ROYAL BLUE VELVET THEME *\/\n                    .aiwox-loop-theme-velvet_blue .aiwox-loop-card { background: #001f54; border: 1px solid #000; border-radius: 6px; box-shadow: inset 0 0 40px rgba(0,0,0,0.6), 0 10px 20px rgba(0,0,0,0.3); }\n                    .aiwox-loop-theme-velvet_blue .aiwox-loop-card:hover { background: #002870; box-shadow: inset 0 0 50px rgba(0,0,0,0.7), 0 15px 30px rgba(0,0,0,0.4); }\n                    .aiwox-loop-theme-velvet_blue .aiwox-loop-img-wrap { border-radius: 6px 6px 0 0; background: #fff; border-bottom: 2px solid #ffd700; }\n                    .aiwox-loop-theme-velvet_blue .aiwox-loop-title { color: #ffd700; font-family: \"Didot\", serif; text-align: center; font-size: 22px; text-shadow: 1px 1px 2px #000; }\n                    .aiwox-loop-theme-velvet_blue .aiwox-loop-price { color: #e5b80b; text-align: center; font-family: sans-serif; letter-spacing: 1px; }\n                    .aiwox-loop-theme-velvet_blue .aiwox-loop-btn { background: #ffd700; color: #001f54; border: none; border-radius: 2px; font-family: serif; font-weight: bold; text-transform: uppercase; box-shadow: 0 4px 6px rgba(0,0,0,0.4); }\n                    .aiwox-loop-theme-velvet_blue .aiwox-loop-card:hover .aiwox-loop-btn { background: #fff; color: #001f54; }\n\n                    \/* NEW 10 MINIMALIST PREMIUM THEMES *\/\n                    \/* SWISS MINIMAL THEME *\/\n                    .aiwox-loop-theme-swiss_minimal .aiwox-loop-card { background: #fff; border: none; border-radius: 0; padding: 0; box-shadow: none; transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1); }\n                    .aiwox-loop-theme-swiss_minimal .aiwox-loop-card:hover { transform: translateY(-4px); }\n                    .aiwox-loop-theme-swiss_minimal .aiwox-loop-img-wrap { padding: 0; margin-bottom: 12px; }\n                    .aiwox-loop-theme-swiss_minimal .aiwox-loop-title { color: #000; font-family: \"Inter\", \"Helvetica Neue\", Helvetica, Arial, sans-serif; font-weight: 600; font-size: 16px; letter-spacing: -0.02em; margin-bottom: 4px; }\n                    .aiwox-loop-theme-swiss_minimal .aiwox-loop-price { color: #000; font-weight: 400; font-size: 14px; }\n                    .aiwox-loop-theme-swiss_minimal .aiwox-loop-btn { display: none; }\n                    .aiwox-loop-theme-swiss_minimal .aiwox-loop-actions-hover button { background: #000; color: #fff; border-radius: 0; }\n                    \n                    \/* SCANDINAVIAN LIGHT THEME *\/\n                    .aiwox-loop-theme-scandi_light .aiwox-loop-card { background: #faf9f6; border: none; border-radius: 8px; padding: 24px; box-shadow: none; transition: background 0.4s; }\n                    .aiwox-loop-theme-scandi_light .aiwox-loop-card:hover { background: #f0efe9; }\n                    .aiwox-loop-theme-scandi_light .aiwox-loop-img-wrap { background: transparent; margin-bottom: 20px; mix-blend-mode: multiply; }\n                    .aiwox-loop-theme-scandi_light .aiwox-loop-title { color: #4a4a4a; font-family: \"Outfit\", sans-serif; font-weight: 400; font-size: 17px; }\n                    .aiwox-loop-theme-scandi_light .aiwox-loop-price { color: #8a8a8a; font-weight: 300; }\n                    .aiwox-loop-theme-scandi_light .aiwox-loop-btn { display: none; }\n                    \n                    \/* JAPANESE ZEN THEME *\/\n                    .aiwox-loop-theme-jap_zen .aiwox-loop-card { background: #fff; border: 1px solid #f0f0f0; border-radius: 0; padding: 30px 15px; text-align: center; transition: border-color 0.4s; }\n                    .aiwox-loop-theme-jap_zen .aiwox-loop-card:hover { border-color: #000; }\n                    .aiwox-loop-theme-jap_zen .aiwox-loop-img-wrap { margin-bottom: 25px; filter: contrast(0.9) sepia(0.05); }\n                    .aiwox-loop-theme-jap_zen .aiwox-loop-card:hover .aiwox-loop-img-wrap { filter: none; }\n                    .aiwox-loop-theme-jap_zen .aiwox-loop-title { color: #333; font-family: \"Shippori Mincho\", \"Noto Serif\", serif; font-weight: 400; font-size: 15px; letter-spacing: 2px; text-transform: uppercase; }\n                    .aiwox-loop-theme-jap_zen .aiwox-loop-price { color: #999; font-size: 13px; margin-top: 10px; }\n                    .aiwox-loop-theme-jap_zen .aiwox-loop-btn { display: none; }\n                    \n                    \/* MUSEUM GALLERY THEME *\/\n                    .aiwox-loop-theme-museum_gallery .aiwox-loop-card { background: #fff; border: none; border-radius: 2px; padding: 0; box-shadow: 0 4px 15px rgba(0,0,0,0.03); }\n                    .aiwox-loop-theme-museum_gallery .aiwox-loop-card:hover { box-shadow: 0 10px 30px rgba(0,0,0,0.08); }\n                    .aiwox-loop-theme-museum_gallery .aiwox-loop-img-wrap { padding: 40px; background: #fff; border-bottom: 1px solid #f5f5f5; }\n                    .aiwox-loop-theme-museum_gallery .aiwox-loop-info { padding: 15px 20px; text-align: right; }\n                    .aiwox-loop-theme-museum_gallery .aiwox-loop-title { color: #111; font-family: \"Baskerville\", serif; font-weight: normal; font-size: 14px; font-style: italic; }\n                    .aiwox-loop-theme-museum_gallery .aiwox-loop-price { color: #555; font-family: sans-serif; font-size: 12px; margin-top: 5px; }\n                    .aiwox-loop-theme-museum_gallery .aiwox-loop-btn { display: none; }\n                    \n                    \/* INVISIBLE UI THEME *\/\n                    .aiwox-loop-theme-invisible_ui .aiwox-loop-card { background: transparent; border: none; box-shadow: none; position: relative; overflow: visible; }\n                    .aiwox-loop-theme-invisible_ui .aiwox-loop-img-wrap { transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1); }\n                    .aiwox-loop-theme-invisible_ui .aiwox-loop-card:hover .aiwox-loop-img-wrap { transform: scale(1.05); }\n                    .aiwox-loop-theme-invisible_ui .aiwox-loop-info { position: absolute; bottom: -10px; left: 0; right: 0; opacity: 0; transform: translateY(10px); transition: all 0.4s ease; text-align: center; pointer-events: none; }\n                    .aiwox-loop-theme-invisible_ui .aiwox-loop-card:hover .aiwox-loop-info { opacity: 1; transform: translateY(20px); }\n                    .aiwox-loop-theme-invisible_ui .aiwox-loop-title { color: #000; font-family: \"Inter\", sans-serif; font-weight: 500; font-size: 15px; }\n                    .aiwox-loop-theme-invisible_ui .aiwox-loop-price { color: #666; font-size: 13px; }\n                    .aiwox-loop-theme-invisible_ui .aiwox-loop-btn { display: none; }\n                    \n                    \/* LINE ART THEME *\/\n                    .aiwox-loop-theme-line_art .aiwox-loop-card { background: transparent; border: 1px solid #e0e0e0; border-radius: 0; box-shadow: none; transition: border-color 0.3s; }\n                    .aiwox-loop-theme-line_art .aiwox-loop-card:hover { border-color: #000; }\n                    .aiwox-loop-theme-line_art .aiwox-loop-img-wrap { border-bottom: 1px solid #e0e0e0; transition: border-color 0.3s; }\n                    .aiwox-loop-theme-line_art .aiwox-loop-card:hover .aiwox-loop-img-wrap { border-color: #000; }\n                    .aiwox-loop-theme-line_art .aiwox-loop-info { padding: 15px; display: flex; justify-content: space-between; align-items: center; }\n                    .aiwox-loop-theme-line_art .aiwox-loop-title { color: #333; font-weight: 400; font-size: 14px; margin: 0; }\n                    .aiwox-loop-theme-line_art .aiwox-loop-price { color: #000; font-weight: 600; font-size: 14px; }\n                    .aiwox-loop-theme-line_art .aiwox-loop-btn { display: none; }\n                    .aiwox-loop-theme-line_art .aiwox-loop-actions-hover button { border: 1px solid #000; background: #fff; color: #000; border-radius: 0; }\n                    .aiwox-loop-theme-line_art .aiwox-loop-actions-hover button:hover { background: #000; color: #fff; }\n\n                    \/* SOFT FOCUS THEME *\/\n                    .aiwox-loop-theme-soft_focus .aiwox-loop-card { background: #fff; border: none; border-radius: 12px; overflow: hidden; }\n                    .aiwox-loop-theme-soft_focus .aiwox-loop-img-wrap { filter: blur(3px) grayscale(20%); transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1); transform: scale(1.02); }\n                    .aiwox-loop-theme-soft_focus .aiwox-loop-card:hover .aiwox-loop-img-wrap { filter: blur(0px) grayscale(0%); transform: scale(1); }\n                    .aiwox-loop-theme-soft_focus .aiwox-loop-info { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; background: rgba(255,255,255,0.7); opacity: 1; transition: opacity 0.5s; backdrop-filter: blur(2px); }\n                    .aiwox-loop-theme-soft_focus .aiwox-loop-card:hover .aiwox-loop-info { opacity: 0; pointer-events: none; }\n                    .aiwox-loop-theme-soft_focus .aiwox-loop-title { color: #000; font-family: \"Playfair Display\", serif; font-size: 24px; text-align: center; }\n                    .aiwox-loop-theme-soft_focus .aiwox-loop-price { color: #333; font-family: sans-serif; letter-spacing: 2px; }\n                    .aiwox-loop-theme-soft_focus .aiwox-loop-btn { display: none; }\n                    .aiwox-loop-theme-soft_focus .aiwox-loop-actions-hover { bottom: 50%; right: 50%; transform: translate(50%, 50%) scale(0.9); opacity: 0; flex-direction: row; }\n                    .aiwox-loop-theme-soft_focus .aiwox-loop-card:hover .aiwox-loop-actions-hover { transform: translate(50%, 50%) scale(1); opacity: 1; }\n\n                    \/* BRAUN INDUSTRIAL THEME *\/\n                    .aiwox-loop-theme-braun_industrial .aiwox-loop-card { background: #f4f4f4; border: 1px solid #e4e4e4; border-radius: 8px; padding: 12px; box-shadow: inset 0 2px 5px #fff, 0 4px 10px rgba(0,0,0,0.05); }\n                    .aiwox-loop-theme-braun_industrial .aiwox-loop-img-wrap { background: #ebebeb; border-radius: 4px; border: 1px solid #dfdfdf; box-shadow: inset 0 2px 10px rgba(0,0,0,0.03); }\n                    .aiwox-loop-theme-braun_industrial .aiwox-loop-info { padding-top: 15px; }\n                    .aiwox-loop-theme-braun_industrial .aiwox-loop-title { color: #444; font-family: \"Helvetica Neue\", sans-serif; font-weight: 500; font-size: 15px; }\n                    .aiwox-loop-theme-braun_industrial .aiwox-loop-price { color: #222; font-family: \"Helvetica Neue\", sans-serif; font-weight: bold; }\n                    .aiwox-loop-theme-braun_industrial .aiwox-loop-btn { display: none; }\n                    .aiwox-loop-theme-braun_industrial .aiwox-loop-actions-hover button { background: #e8e8e8; border: 1px solid #d4d4d4; box-shadow: 0 2px 0 #cfcfcf; color: #444; }\n                    .aiwox-loop-theme-braun_industrial .aiwox-loop-actions-hover button:active { box-shadow: none; transform: translateY(2px); }\n                    .aiwox-loop-theme-braun_industrial .aiwox-loop-actions-hover button.aiwox-nma-add { background: #ff5722; border-color: #e64a19; box-shadow: 0 2px 0 #d84315; color: #fff; }\n\n                    \/* MONOLITH BLACK THEME *\/\n                    .aiwox-loop-theme-monolith_black .aiwox-loop-card { background: #000; border: none; border-radius: 0; box-shadow: none; }\n                    .aiwox-loop-theme-monolith_black .aiwox-loop-img-wrap { filter: grayscale(100%) contrast(1.1) brightness(0.8); transition: all 0.5s; opacity: 0.8; }\n                    .aiwox-loop-theme-monolith_black .aiwox-loop-card:hover .aiwox-loop-img-wrap { filter: none; opacity: 1; }\n                    .aiwox-loop-theme-monolith_black .aiwox-loop-title { color: #555; font-family: \"Inter\", sans-serif; font-weight: 400; font-size: 14px; transition: color 0.3s; }\n                    .aiwox-loop-theme-monolith_black .aiwox-loop-card:hover .aiwox-loop-title { color: #fff; }\n                    .aiwox-loop-theme-monolith_black .aiwox-loop-price { color: #333; transition: color 0.3s; }\n                    .aiwox-loop-theme-monolith_black .aiwox-loop-card:hover .aiwox-loop-price { color: #ccc; }\n                    .aiwox-loop-theme-monolith_black .aiwox-loop-btn { display: none; }\n                    .aiwox-loop-theme-monolith_black .aiwox-loop-actions-hover button { background: #111; border: 1px solid #333; color: #888; border-radius: 0; }\n                    .aiwox-loop-theme-monolith_black .aiwox-loop-actions-hover button:hover { background: #fff; color: #000; border-color: #fff; }\n\n                    \/* FROSTED MINIMAL THEME *\/\n                    .aiwox-loop-theme-frosted_minimal .aiwox-loop-card { background: rgba(255,255,255,0.4); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.6); border-radius: 16px; box-shadow: 0 8px 32px rgba(0,0,0,0.03); }\n                    .aiwox-loop-theme-frosted_minimal .aiwox-loop-card:hover { background: rgba(255,255,255,0.6); border-color: rgba(255,255,255,0.9); box-shadow: 0 8px 32px rgba(0,0,0,0.06); }\n                    .aiwox-loop-theme-frosted_minimal .aiwox-loop-img-wrap { border-radius: 16px 16px 0 0; mix-blend-mode: multiply; }\n                    .aiwox-loop-theme-frosted_minimal .aiwox-loop-title { color: #444; font-family: \"Outfit\", sans-serif; font-weight: 500; }\n                    .aiwox-loop-theme-frosted_minimal .aiwox-loop-price { color: #888; }\n                    .aiwox-loop-theme-frosted_minimal .aiwox-loop-btn { display: none; }\n\n                    \/* NEW 10 THEMES BATCH 4 *\/\n                    \/* HOLOGRAPHIC GLASS THEME *\/\n                    .aiwox-loop-theme-holographic_glass .aiwox-loop-card { background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.0)); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-radius: 20px; border: 1px solid rgba(255,255,255,0.18); box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37); position: relative; overflow: hidden; }\n                    .aiwox-loop-theme-holographic_glass .aiwox-loop-card::before { content: \"\"; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: conic-gradient(from 180deg at 50% 50%, #2a8af6 0deg, #a853ba 180deg, #e92a67 360deg); opacity: 0.15; z-index: -1; animation: spin 4s linear infinite; }\n                    @keyframes spin { 100% { transform: rotate(360deg); } }\n                    .aiwox-loop-theme-holographic_glass .aiwox-loop-img-wrap { border-radius: 20px 20px 0 0; }\n                    .aiwox-loop-theme-holographic_glass .aiwox-loop-title { color: #fff; font-family: sans-serif; font-weight: bold; text-shadow: 0 2px 4px rgba(0,0,0,0.5); }\n                    .aiwox-loop-theme-holographic_glass .aiwox-loop-price { color: #f0f0f0; }\n                    .aiwox-loop-theme-holographic_glass .aiwox-loop-btn { background: rgba(255,255,255,0.2); color: #fff; border-radius: 10px; border: 1px solid rgba(255,255,255,0.4); }\n\n                    \/* ORIGAMI FOLD THEME *\/\n                    .aiwox-loop-theme-origami_fold .aiwox-loop-card { background: #fff; border-radius: 0; box-shadow: 2px 2px 5px rgba(0,0,0,0.1); position: relative; }\n                    .aiwox-loop-theme-origami_fold .aiwox-loop-card::after { content: \"\"; position: absolute; top: 0; right: 0; border-width: 0 30px 30px 0; border-style: solid; border-color: #eee #fff; box-shadow: -2px 2px 4px rgba(0,0,0,0.1); transition: all 0.3s; }\n                    .aiwox-loop-theme-origami_fold .aiwox-loop-card:hover::after { border-width: 0 40px 40px 0; }\n                    .aiwox-loop-theme-origami_fold .aiwox-loop-img-wrap { padding: 15px; }\n                    .aiwox-loop-theme-origami_fold .aiwox-loop-title { color: #444; font-family: \"Georgia\", serif; font-style: italic; }\n                    .aiwox-loop-theme-origami_fold .aiwox-loop-price { color: #888; }\n                    .aiwox-loop-theme-origami_fold .aiwox-loop-btn { display: none; }\n\n                    \/* NEON WIREFRAME THEME *\/\n                    .aiwox-loop-theme-neon_wireframe .aiwox-loop-card { background: #050510; border: 1px solid #00f3ff; border-radius: 0; box-shadow: inset 0 0 10px rgba(0,243,255,0.2), 0 0 15px rgba(0,243,255,0.2); position: relative; overflow: hidden; }\n                    .aiwox-loop-theme-neon_wireframe .aiwox-loop-card::before { content: \"\"; position: absolute; inset: 0; background-image: linear-gradient(rgba(0,243,255,0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(0,243,255,0.1) 1px, transparent 1px); background-size: 20px 20px; transform: perspective(500px) rotateX(60deg); transform-origin: bottom; opacity: 0.5; pointer-events: none; }\n                    .aiwox-loop-theme-neon_wireframe .aiwox-loop-img-wrap { border-bottom: 1px solid #00f3ff; filter: hue-rotate(180deg) contrast(1.2); }\n                    .aiwox-loop-theme-neon_wireframe .aiwox-loop-title { color: #00f3ff; font-family: monospace; text-shadow: 0 0 5px #00f3ff; text-transform: uppercase; }\n                    .aiwox-loop-theme-neon_wireframe .aiwox-loop-price { color: #fff; }\n                    .aiwox-loop-theme-neon_wireframe .aiwox-loop-btn { background: transparent; border: 1px solid #00f3ff; color: #00f3ff; border-radius: 0; font-family: monospace; text-shadow: 0 0 5px #00f3ff; box-shadow: 0 0 5px rgba(0,243,255,0.5); }\n                    .aiwox-loop-theme-neon_wireframe .aiwox-loop-card:hover .aiwox-loop-btn { background: #00f3ff; color: #000; }\n\n                    \/* RETRO PIXEL ART THEME *\/\n                    .aiwox-loop-theme-retro_pixel_art .aiwox-loop-card { background: #e0f8cf; border: 4px solid #8bac0f; border-radius: 0; box-shadow: 6px 6px 0 #306230; image-rendering: pixelated; }\n                    .aiwox-loop-theme-retro_pixel_art .aiwox-loop-img-wrap { border-bottom: 4px solid #8bac0f; filter: contrast(1.5) grayscale(100%) sepia(100%) hue-rotate(60deg) saturate(3); }\n                    .aiwox-loop-theme-retro_pixel_art .aiwox-loop-title { color: #306230; font-family: \"Courier New\", monospace; font-weight: bold; text-transform: uppercase; }\n                    .aiwox-loop-theme-retro_pixel_art .aiwox-loop-price { color: #0f380f; font-weight: bold; }\n                    .aiwox-loop-theme-retro_pixel_art .aiwox-loop-btn { background: #8bac0f; color: #0f380f; border: 4px solid #306230; font-family: monospace; font-weight: bold; text-transform: uppercase; }\n\n                    \/* BOTANICAL GARDEN THEME *\/\n                    .aiwox-loop-theme-botanical_garden .aiwox-loop-card { background: #fdfaf6; border: 1px solid #e0e5d8; border-radius: 40px 40px 10px 10px; box-shadow: 0 10px 20px rgba(85,107,47,0.05); }\n                    .aiwox-loop-theme-botanical_garden .aiwox-loop-img-wrap { border-radius: 40px 40px 0 0; padding: 10px; }\n                    .aiwox-loop-theme-botanical_garden .aiwox-loop-title { color: #2e4a22; font-family: \"Cormorant Garamond\", serif; font-size: 22px; text-align: center; }\n                    .aiwox-loop-theme-botanical_garden .aiwox-loop-price { color: #6b8e23; text-align: center; font-style: italic; }\n                    .aiwox-loop-theme-botanical_garden .aiwox-loop-btn { background: #556b2f; color: #fff; border-radius: 20px; font-family: serif; letter-spacing: 1px; }\n\n                    \/* CHROME TYPE THEME *\/\n                    .aiwox-loop-theme-chrome_type .aiwox-loop-card { background: #111; border-radius: 12px; border: 1px solid #333; box-shadow: 0 10px 30px rgba(0,0,0,0.8); position: relative; overflow: hidden; }\n                    .aiwox-loop-theme-chrome_type .aiwox-loop-card::before { content: \"\"; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(255,255,255,0.4) 0%, transparent 50%, rgba(0,0,0,0.8) 100%); pointer-events: none; mix-blend-mode: overlay; }\n                    .aiwox-loop-theme-chrome_type .aiwox-loop-img-wrap { border-radius: 12px 12px 0 0; filter: contrast(1.2); }\n                    .aiwox-loop-theme-chrome_type .aiwox-loop-title { color: #fff; font-family: \"Arial Black\", sans-serif; font-size: 24px; text-transform: uppercase; background: linear-gradient(to bottom, #fff 0%, #aaa 50%, #555 51%, #111 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; filter: drop-shadow(0 2px 2px rgba(255,255,255,0.2)); }\n                    .aiwox-loop-theme-chrome_type .aiwox-loop-price { color: #aaa; font-weight: bold; }\n                    .aiwox-loop-theme-chrome_type .aiwox-loop-btn { background: linear-gradient(to bottom, #eee 0%, #ccc 50%, #999 51%, #fff 100%); color: #000; border: none; border-radius: 4px; font-weight: 900; }\n\n                    \/* TERRAZZO STONE THEME *\/\n                    .aiwox-loop-theme-terrazzo_stone .aiwox-loop-card { background: #f2efe9; border-radius: 0; box-shadow: 10px 10px 0 rgba(0,0,0,0.05); position: relative; }\n                    .aiwox-loop-theme-terrazzo_stone .aiwox-loop-card::before { content: \"\"; position: absolute; inset: 0; opacity: 0.15; background-image: radial-gradient(#d3a48e 10%, transparent 11%), radial-gradient(#6d8b74 10%, transparent 11%), radial-gradient(#4a4a4a 10%, transparent 11%); background-size: 20px 20px, 30px 30px, 15px 15px; background-position: 0 0, 15px 15px, 5px 25px; pointer-events: none; }\n                    .aiwox-loop-theme-terrazzo_stone .aiwox-loop-img-wrap { padding: 20px; background: #fff; border-bottom: 2px solid #ddd; }\n                    .aiwox-loop-theme-terrazzo_stone .aiwox-loop-title { color: #333; font-family: \"Montserrat\", sans-serif; font-weight: bold; letter-spacing: 1px; }\n                    .aiwox-loop-theme-terrazzo_stone .aiwox-loop-price { color: #d3a48e; font-weight: bold; }\n                    .aiwox-loop-theme-terrazzo_stone .aiwox-loop-btn { background: #6d8b74; color: #fff; border-radius: 0; font-family: \"Montserrat\", sans-serif; }\n\n                    \/* HOLOGRAM PROJECTOR THEME *\/\n                    .aiwox-loop-theme-hologram_projector .aiwox-loop-card { background: transparent; border: none; position: relative; overflow: hidden; padding-bottom: 20px; }\n                    .aiwox-loop-theme-hologram_projector .aiwox-loop-card::after { content: \"\"; position: absolute; bottom: 0; left: 10%; width: 80%; height: 10px; background: radial-gradient(ellipse at center, #00f3ff 0%, transparent 70%); filter: blur(2px); }\n                    .aiwox-loop-theme-hologram_projector .aiwox-loop-img-wrap { filter: sepia(1) hue-rotate(180deg) saturate(2) brightness(1.2); mix-blend-mode: screen; opacity: 0.8; border: none; mask-image: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); -webkit-mask-image: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); }\n                    .aiwox-loop-theme-hologram_projector .aiwox-loop-title { color: #00f3ff; text-align: center; text-shadow: 0 0 10px #00f3ff; font-family: monospace; margin-top: 10px; }\n                    .aiwox-loop-theme-hologram_projector .aiwox-loop-price { color: #fff; text-align: center; }\n                    .aiwox-loop-theme-hologram_projector .aiwox-loop-btn { display: none; }\n\n                    \/* VELVET WINE THEME *\/\n                    .aiwox-loop-theme-velvet_wine .aiwox-loop-card { background: #4a0e17; border: 4px solid #2a050a; border-radius: 8px; box-shadow: inset 0 0 50px rgba(0,0,0,0.8), 0 10px 20px rgba(0,0,0,0.3); }\n                    .aiwox-loop-theme-velvet_wine .aiwox-loop-card:hover { border-color: #d4af37; box-shadow: inset 0 0 30px rgba(0,0,0,0.6), 0 15px 30px rgba(212,175,55,0.2); }\n                    .aiwox-loop-theme-velvet_wine .aiwox-loop-img-wrap { border-radius: 4px 4px 0 0; background: #fff; padding: 5px; }\n                    .aiwox-loop-theme-velvet_wine .aiwox-loop-title { color: #d4af37; font-family: \"Playfair Display\", serif; font-size: 20px; font-style: italic; text-align: center; }\n                    .aiwox-loop-theme-velvet_wine .aiwox-loop-price { color: #fdf5e6; text-align: center; font-family: serif; }\n                    .aiwox-loop-theme-velvet_wine .aiwox-loop-btn { background: #d4af37; color: #2a050a; border: none; border-radius: 2px; font-family: serif; font-weight: bold; text-transform: uppercase; }\n\n                    \/* MINIMAL BAUHAUS THEME *\/\n                    .aiwox-loop-theme-minimal_bauhaus .aiwox-loop-card { background: #fff; border: 3px solid #000; border-radius: 0; position: relative; }\n                    .aiwox-loop-theme-minimal_bauhaus .aiwox-loop-card::before { content: \"\"; position: absolute; top: -3px; left: -3px; width: 10px; height: 100%; background: #e3000f; }\n                    .aiwox-loop-theme-minimal_bauhaus .aiwox-loop-img-wrap { padding: 0 0 0 10px; border-bottom: 3px solid #000; }\n                    .aiwox-loop-theme-minimal_bauhaus .aiwox-loop-info { padding: 15px 15px 15px 25px; }\n                    .aiwox-loop-theme-minimal_bauhaus .aiwox-loop-title { color: #000; font-family: \"Futura\", \"Helvetica\", sans-serif; font-weight: bold; text-transform: uppercase; letter-spacing: 2px; }\n                    .aiwox-loop-theme-minimal_bauhaus .aiwox-loop-price { color: #005a9c; font-family: \"Futura\", sans-serif; font-weight: bold; }\n                    .aiwox-loop-theme-minimal_bauhaus .aiwox-loop-btn { background: #ffd700; color: #000; border: 3px solid #000; border-radius: 50%; width: 40px; height: 40px; padding: 0; display: flex; justify-content: center; align-items: center; position: absolute; bottom: 15px; right: 15px; }\n\n                    \/* AWWWARDS \/ MAKEPILL PREMIUM THEMES *\/\n                    \/* MAKEPILL CORE *\/\n                    .aiwox-loop-theme-makepill_core .aiwox-loop-card { background: #0a0a0a; border: 1px solid rgba(255,255,255,0.05); border-radius: 20px; box-shadow: 0 20px 40px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.03); transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1); }\n                    .aiwox-loop-theme-makepill_core .aiwox-loop-card:hover { transform: translateY(-8px); border-color: rgba(255,255,255,0.1); box-shadow: 0 30px 60px rgba(0,0,0,0.6), inset 0 1px 0 rgba(255,255,255,0.05); }\n                    .aiwox-loop-theme-makepill_core .aiwox-loop-img-wrap { border-radius: 20px 20px 0 0; padding: 20px 20px 0 20px; background: transparent; }\n                    .aiwox-loop-theme-makepill_core .aiwox-loop-img-wrap img { border-radius: 12px; transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1); }\n                    .aiwox-loop-theme-makepill_core .aiwox-loop-card:hover .aiwox-loop-img-wrap img { transform: scale(1.03); }\n                    .aiwox-loop-theme-makepill_core .aiwox-loop-info { padding: 24px; display: flex; justify-content: space-between; align-items: flex-end; }\n                    .aiwox-loop-theme-makepill_core .aiwox-loop-title { color: #f5f5f5; font-family: \"Inter\", sans-serif; font-weight: 400; font-size: 17px; letter-spacing: -0.01em; margin: 0; }\n                    .aiwox-loop-theme-makepill_core .aiwox-loop-price { color: #888; font-family: \"Inter\", sans-serif; font-weight: 300; font-size: 14px; margin-top: 4px; }\n                    .aiwox-loop-theme-makepill_core .aiwox-loop-btn { display: none; }\n                    \n                    \/* AWWWARDS TYPOGRAPHY *\/\n                    .aiwox-loop-theme-awwwards_typo .aiwox-loop-card { background: #f4f4f0; border: none; border-radius: 0; box-shadow: none; transition: background 0.4s ease; padding-bottom: 20px; }\n                    .aiwox-loop-theme-awwwards_typo .aiwox-loop-card:hover { background: #eaeae5; }\n                    .aiwox-loop-theme-awwwards_typo .aiwox-loop-img-wrap { margin-bottom: 20px; }\n                    .aiwox-loop-theme-awwwards_typo .aiwox-loop-info { padding: 0 20px; text-align: left; }\n                    .aiwox-loop-theme-awwwards_typo .aiwox-loop-title { color: #111; font-family: \"Playfair Display\", \"Ogg\", serif; font-weight: 400; font-size: 28px; line-height: 1.1; letter-spacing: -0.02em; transition: transform 0.4s ease; }\n                    .aiwox-loop-theme-awwwards_typo .aiwox-loop-card:hover .aiwox-loop-title { transform: translateX(10px); }\n                    .aiwox-loop-theme-awwwards_typo .aiwox-loop-price { color: #666; font-family: \"Inter\", sans-serif; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; margin-top: 10px; }\n                    .aiwox-loop-theme-awwwards_typo .aiwox-loop-btn { display: none; }\n                    \n                    \/* CINEMATIC DARK *\/\n                    .aiwox-loop-theme-cinematic_dark .aiwox-loop-card { background: #000; border: none; border-radius: 0; overflow: hidden; position: relative; }\n                    .aiwox-loop-theme-cinematic_dark .aiwox-loop-img-wrap { filter: grayscale(80%) brightness(0.6); transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1); transform: scale(1.05); }\n                    .aiwox-loop-theme-cinematic_dark .aiwox-loop-card:hover .aiwox-loop-img-wrap { filter: grayscale(0%) brightness(1); transform: scale(1); }\n                    .aiwox-loop-theme-cinematic_dark .aiwox-loop-info { position: absolute; bottom: 0; left: 0; right: 0; padding: 40px 30px 30px 30px; background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%); }\n                    .aiwox-loop-theme-cinematic_dark .aiwox-loop-title { color: #fff; font-family: \"Helvetica Neue\", sans-serif; font-weight: 500; font-size: 16px; text-transform: uppercase; letter-spacing: 2px; }\n                    .aiwox-loop-theme-cinematic_dark .aiwox-loop-price { color: #aaa; margin-top: 8px; font-weight: 300; }\n                    .aiwox-loop-theme-cinematic_dark .aiwox-loop-btn { display: none; }\n                    \n                    \/* SUBTLE GLASS *\/\n                    .aiwox-loop-theme-subtle_glass .aiwox-loop-card { background: rgba(255,255,255,0.02); backdrop-filter: blur(40px); -webkit-backdrop-filter: blur(40px); border-radius: 24px; border: 1px solid rgba(255,255,255,0.05); border-top: 1px solid rgba(255,255,255,0.1); box-shadow: 0 30px 60px rgba(0,0,0,0.2); }\n                    .aiwox-loop-theme-subtle_glass .aiwox-loop-img-wrap { padding: 15px; border-radius: 24px 24px 0 0; }\n                    .aiwox-loop-theme-subtle_glass .aiwox-loop-img-wrap img { border-radius: 12px; }\n                    .aiwox-loop-theme-subtle_glass .aiwox-loop-info { padding: 20px; }\n                    .aiwox-loop-theme-subtle_glass .aiwox-loop-title { color: #fff; font-family: \"Inter\", sans-serif; font-weight: 300; font-size: 16px; }\n                    .aiwox-loop-theme-subtle_glass .aiwox-loop-price { color: rgba(255,255,255,0.5); font-weight: 300; font-size: 13px; }\n                    .aiwox-loop-theme-subtle_glass .aiwox-loop-btn { display: none; }\n                    \n                    \/* MIDNIGHT MATTE *\/\n                    .aiwox-loop-theme-midnight_matte .aiwox-loop-card { background: #18181b; border: none; border-radius: 24px; box-shadow: 0 20px 40px rgba(0,0,0,0.4); transition: transform 0.5s ease; }\n                    .aiwox-loop-theme-midnight_matte .aiwox-loop-card:hover { transform: translateY(-10px); }\n                    .aiwox-loop-theme-midnight_matte .aiwox-loop-img-wrap { border-radius: 24px 24px 0 0; }\n                    .aiwox-loop-theme-midnight_matte .aiwox-loop-info { padding: 25px; }\n                    .aiwox-loop-theme-midnight_matte .aiwox-loop-title { color: #f4f4f5; font-family: \"Inter\", sans-serif; font-weight: 500; font-size: 18px; letter-spacing: -0.02em; }\n                    .aiwox-loop-theme-midnight_matte .aiwox-loop-price { color: #a1a1aa; margin-top: 5px; }\n                    .aiwox-loop-theme-midnight_matte .aiwox-loop-btn { display: none; }\n                    \n                    \/* SILK SURFACE *\/\n                    .aiwox-loop-theme-silk_surface .aiwox-loop-card { background: linear-gradient(145deg, #222 0%, #0a0a0a 100%); border-radius: 16px; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 15px 35px rgba(0,0,0,0.5); position: relative; }\n                    .aiwox-loop-theme-silk_surface .aiwox-loop-card::after { content: \"\"; position: absolute; inset: 0; border-radius: 16px; box-shadow: inset 0 0 20px rgba(255,255,255,0.02); pointer-events: none; }\n                    .aiwox-loop-theme-silk_surface .aiwox-loop-img-wrap { border-radius: 16px 16px 0 0; padding: 20px 20px 0 20px; }\n                    .aiwox-loop-theme-silk_surface .aiwox-loop-img-wrap img { border-radius: 8px; box-shadow: 0 10px 20px rgba(0,0,0,0.5); }\n                    .aiwox-loop-theme-silk_surface .aiwox-loop-title { color: #eaeaea; font-family: \"Inter\", sans-serif; font-weight: 400; text-align: center; }\n                    .aiwox-loop-theme-silk_surface .aiwox-loop-price { color: #777; text-align: center; }\n                    .aiwox-loop-theme-silk_surface .aiwox-loop-btn { display: none; }\n                    \n                    \/* HIGH FASHION *\/\n                    .aiwox-loop-theme-high_fashion .aiwox-loop-card { background: #fff; border: 1px solid #000; border-radius: 0; position: relative; overflow: hidden; }\n                    .aiwox-loop-theme-high_fashion .aiwox-loop-img-wrap { border-bottom: 1px solid #000; transition: transform 0.6s ease; }\n                    .aiwox-loop-theme-high_fashion .aiwox-loop-card:hover .aiwox-loop-img-wrap { transform: scale(1.02); }\n                    .aiwox-loop-theme-high_fashion .aiwox-loop-info { padding: 20px; background: #fff; position: relative; z-index: 2; transition: transform 0.4s ease; }\n                    .aiwox-loop-theme-high_fashion .aiwox-loop-title { color: #000; font-family: \"Helvetica Neue\", sans-serif; font-weight: bold; text-transform: uppercase; font-size: 14px; letter-spacing: 1px; }\n                    .aiwox-loop-theme-high_fashion .aiwox-loop-price { color: #666; font-size: 13px; }\n                    .aiwox-loop-theme-high_fashion .aiwox-loop-btn { display: none; }\n                    \n                    \/* GALLERY CURATOR *\/\n                    .aiwox-loop-theme-gallery_curator .aiwox-loop-card { background: #fff; border: none; padding: 40px; box-shadow: 0 4px 20px rgba(0,0,0,0.04); transition: box-shadow 0.4s ease; }\n                    .aiwox-loop-theme-gallery_curator .aiwox-loop-card:hover { box-shadow: 0 20px 50px rgba(0,0,0,0.08); }\n                    .aiwox-loop-theme-gallery_curator .aiwox-loop-img-wrap { box-shadow: 0 10px 30px rgba(0,0,0,0.1); margin-bottom: 30px; }\n                    .aiwox-loop-theme-gallery_curator .aiwox-loop-info { text-align: center; }\n                    .aiwox-loop-theme-gallery_curator .aiwox-loop-title { color: #000; font-family: \"Times New Roman\", Times, serif; font-style: italic; font-size: 18px; }\n                    .aiwox-loop-theme-gallery_curator .aiwox-loop-price { color: #555; font-family: \"Inter\", sans-serif; font-size: 11px; text-transform: uppercase; letter-spacing: 2px; margin-top: 10px; }\n                    .aiwox-loop-theme-gallery_curator .aiwox-loop-btn { display: none; }\n                    \n                    \/* GHOST CARD *\/\n                    .aiwox-loop-theme-ghost_card .aiwox-loop-card { background: transparent; border: none; box-shadow: none; position: relative; overflow: hidden; border-radius: 12px; }\n                    .aiwox-loop-theme-ghost_card .aiwox-loop-img-wrap { border-radius: 12px; }\n                    .aiwox-loop-theme-ghost_card .aiwox-loop-info { position: absolute; inset: 0; background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); display: flex; flex-direction: column; justify-content: center; align-items: center; opacity: 0; transition: opacity 0.4s ease; border-radius: 12px; }\n                    .aiwox-loop-theme-ghost_card .aiwox-loop-card:hover .aiwox-loop-info { opacity: 1; }\n                    .aiwox-loop-theme-ghost_card .aiwox-loop-title { color: #fff; font-family: \"Inter\", sans-serif; font-weight: 500; font-size: 20px; transform: translateY(20px); transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); transition-delay: 0.1s; }\n                    .aiwox-loop-theme-ghost_card .aiwox-loop-card:hover .aiwox-loop-title { transform: translateY(0); }\n                    .aiwox-loop-theme-ghost_card .aiwox-loop-price { color: rgba(255,255,255,0.7); font-size: 15px; transform: translateY(20px); transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); transition-delay: 0.2s; }\n                    .aiwox-loop-theme-ghost_card .aiwox-loop-card:hover .aiwox-loop-price { transform: translateY(0); }\n                    .aiwox-loop-theme-ghost_card .aiwox-loop-btn { display: none; }\n                    \n                    \/* DEEP AMBIENT GLOW *\/\n                    .aiwox-loop-theme-liquid_gradient .aiwox-loop-card { background: #050505; border-radius: 20px; position: relative; z-index: 1; border: 1px solid rgba(255,255,255,0.03); }\n                    .aiwox-loop-theme-liquid_gradient .aiwox-loop-card::before { content: \"\"; position: absolute; inset: -20px; background: radial-gradient(circle at 50% 0%, rgba(60,20,120,0.3) 0%, transparent 60%); z-index: -1; opacity: 0; transition: opacity 1s ease; border-radius: 30px; pointer-events: none; }\n                    .aiwox-loop-theme-liquid_gradient .aiwox-loop-card:hover::before { opacity: 1; }\n                    .aiwox-loop-theme-liquid_gradient .aiwox-loop-img-wrap { border-radius: 20px 20px 0 0; }\n                    .aiwox-loop-theme-liquid_gradient .aiwox-loop-title { color: #eee; font-family: \"Inter\", sans-serif; font-weight: 300; letter-spacing: 0.5px; }\n                    .aiwox-loop-theme-liquid_gradient .aiwox-loop-price { color: #888; }\n                    .aiwox-loop-theme-liquid_gradient .aiwox-loop-btn { display: none; }\n\n                    \/* --- GLOBAL ACTION BUTTONS CSS --- *\/\n                    .aiwox-loop-actions-hover {\n                        position: absolute;\n                        bottom: 15px;\n                        right: 15px;\n                        display: flex;\n                        flex-direction: column;\n                        gap: 8px;\n                        opacity: 0;\n                        transform: translateY(10px);\n                        transition: all 0.3s ease;\n                        z-index: 10;\n                    }\n                    .aiwox-loop-card:hover .aiwox-loop-actions-hover {\n                        opacity: 1;\n                        transform: translateY(0);\n                    }\n                    .aiwox-loop-actions-hover button {\n                        width: 40px;\n                        height: 40px;\n                        border-radius: 50%;\n                        background: #fff;\n                        color: #111;\n                        border: none;\n                        display: flex;\n                        align-items: center;\n                        justify-content: center;\n                        cursor: pointer;\n                        box-shadow: 0 4px 10px rgba(0,0,0,0.15);\n                        transition: all 0.2s;\n                        padding: 0;\n                    }\n                    .aiwox-loop-actions-hover button:hover {\n                        background: #111;\n                        color: #fff;\n                        transform: scale(1.1);\n                    }\n                    \/* Adaptare actiuni in functie de temele dark *\/\n                    .aiwox-loop-theme-dark .aiwox-loop-actions-hover button,\n                    .aiwox-loop-theme-cyberpunk .aiwox-loop-actions-hover button,\n                    .aiwox-loop-theme-minimal_dark .aiwox-loop-actions-hover button,\n                    .aiwox-loop-theme-terminal .aiwox-loop-actions-hover button,\n                    .aiwox-loop-theme-velvet_dark .aiwox-loop-actions-hover button,\n                    .aiwox-loop-theme-glass_dark .aiwox-loop-actions-hover button {\n                        background: #222;\n                        color: #fff;\n                        border: 1px solid rgba(255,255,255,0.1);\n                    }\n                    .aiwox-loop-theme-dark .aiwox-loop-actions-hover button:hover,\n                    .aiwox-loop-theme-cyberpunk .aiwox-loop-actions-hover button:hover,\n                    .aiwox-loop-theme-velvet_dark .aiwox-loop-actions-hover button:hover {\n                        background: var(--aiwox-accent);\n                        color: #000;\n                        border-color: var(--aiwox-accent);\n                    }\n\n                    \/* PREMIUM QUICK VIEW MODAL WRAPPER STYLES (LIGHT) *\/\n                    .aiwox-qv-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.6); z-index: 9999999; display: none; align-items: center; justify-content: center; backdrop-filter: blur(10px); opacity: 0; transition: opacity 0.4s ease; }\n                    .aiwox-qv-overlay.active { display: flex; opacity: 1; }\n                    .aiwox-qv-modal { background: #fff; width: 95%; max-width: 1000px; border-radius: 24px; padding: 0; position: relative; transform: scale(0.95); transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); display: block; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,0.2); }\n                    .aiwox-qv-overlay.active .aiwox-qv-modal { transform: scale(1); }\n                    .aiwox-qv-close { position: absolute; top: 20px; right: 20px; background: rgba(0,0,0,0.05); border: none; color: #111; width: 40px; height: 40px; border-radius: 50%; cursor: pointer; font-size: 24px; display: flex; align-items: center; justify-content: center; z-index: 100; transition: all 0.3s; }\n                    .aiwox-qv-close:hover { background: rgba(0,0,0,0.1); transform: rotate(90deg); }\n                    @media(max-width: 768px){ \n                        .aiwox-qv-modal { max-height: 85vh; overflow-y: auto; border-radius: 16px; width: 92%; } \n                        .aiwox-qv-close { top: 10px; right: 10px; width: 34px; height: 34px; font-size: 22px; background: #f1f1f1; }\n                    }\n                    \n\n\n                    \/* Responsive *\/\n                    @media (max-width: 768px) {\n                        .aiwox-loop-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 12px; }\n                        .aiwox-loop-info { padding: 12px; }\n                        .aiwox-loop-title { font-size: 13px; margin-bottom: 8px; line-height: 1.2; }\n                        .aiwox-loop-price { font-size: 14px; margin-bottom: 12px; }\n                        .aiwox-loop-price del { font-size: 12px; }\n                        .aiwox-loop-btn { font-size: 12px; padding: 8px 12px; }\n                        .aiwox-loop-img-wrap { padding-top: 100%; }\n                        \n                        \/* Make quick view button slightly smaller *\/\n                        .aiwox-quick-view-btn { width: 32px; height: 32px; right: 8px; top: 8px; }\n                        .aiwox-quick-view-btn svg { width: 14px; height: 14px; }\n                    }\n                <\/style>\n\n            <div class=\"aiwox-qv-widget-instance\">\n                <div class=\"aiwox-loop-wrapper aiwox-loop-theme-light\">\n                                            <div class=\"aiwox-loop-header\" style=\"text-align: left; margin-bottom: 40px; font-family: 'Inter', sans-serif;\">\n                                                                                                                    <h2 style=\"font-size:36px; font-weight:700; margin:0; color:#111; letter-spacing:-0.03em;\">Ceasuri Smart<\/h2>\n                                                    <\/div>\n                    \n                                            <div class=\"aiwox-loop-grid aiwox-loop-cols-4\">\n                                                        <div class=\"aiwox-loop-card\">\n                                <div class=\"aiwox-loop-img-wrap\">\n                                    <a href=\"https:\/\/aiwox.md\/en\/product\/ceas-inteligent-pentru-sanatate-06\/\" style=\"display:block; width:100%; height:100%;\">\n                                        <img decoding=\"async\" src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2025\/12\/01-scaled-1-1024x1024.jpg\" alt=\"Ceas inteligent pentru s\u0103n\u0103tate 06 \u2013 Tensi...\">\n                                    <\/a>\n                                    <div class=\"aiwox-loop-actions-hover\">\n                                        <button type=\"button\" class=\"aiwox-nma-add\" data-product_id=\"1000861\" aria-label=\"Adaug\u0103 \u00een co\u0219\" title=\"Adaug\u0103 \u00een co\u0219\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"9\" cy=\"21\" r=\"1\"><\/circle><circle cx=\"20\" cy=\"21\" r=\"1\"><\/circle><path d=\"M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6\"><\/path><\/svg>\n                                        <\/button>\n                                        <button type=\"button\" class=\"aiwox-nma-wish\" data-aiwox-fav=\"1000861\" aria-label=\"Favorite\" title=\"Favorite\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"><\/path><\/svg>\n                                        <\/button>\n                                        <button type=\"button\" class=\"aiwox-quick-view-btn\" data-product_id=\"1000861\" aria-label=\"Vizualizare rapid\u0103\" title=\"Vizualizare rapid\u0103\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"><\/path><circle cx=\"12\" cy=\"12\" r=\"3\"><\/circle><\/svg>\n                                        <\/button>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"aiwox-loop-info\">\n                                    <h3 class=\"aiwox-loop-title\">Ceas inteligent pentru s\u0103n\u0103tate 06 \u2013 Tensi...<\/h3>\n                                    <div class=\"aiwox-loop-price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\">2.769,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">MDL<\/span><\/span><\/del> <span class=\"screen-reader-text\">Original price was: 2.769,00&nbsp;MDL.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\">2.499,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">MDL<\/span><\/span><\/ins><span class=\"screen-reader-text\">Current price is: 2.499,00&nbsp;MDL.<\/span><\/div>\n                                    <a href=\"https:\/\/aiwox.md\/en\/product\/ceas-inteligent-pentru-sanatate-06\/\" class=\"aiwox-loop-btn\">\n                                        Vezi Detalii <i class=\"fa-solid fa-arrow-right\" style=\"margin-left:6px; font-size:12px;\"><\/i>\n                                    <\/a>\n                                <\/div>\n                            <\/div>\n                                                        <div class=\"aiwox-loop-card\">\n                                <div class=\"aiwox-loop-img-wrap\">\n                                    <a href=\"https:\/\/aiwox.md\/en\/product\/ceas-inteligent-de-sanatate-03\/\" style=\"display:block; width:100%; height:100%;\">\n                                        <img decoding=\"async\" src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2025\/12\/1-8-scaled-1.jpg\" alt=\"Ceas inteligent de s\u0103n\u0103tate 03\">\n                                    <\/a>\n                                    <div class=\"aiwox-loop-actions-hover\">\n                                        <button type=\"button\" class=\"aiwox-nma-add\" data-product_id=\"1000860\" aria-label=\"Adaug\u0103 \u00een co\u0219\" title=\"Adaug\u0103 \u00een co\u0219\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"9\" cy=\"21\" r=\"1\"><\/circle><circle cx=\"20\" cy=\"21\" r=\"1\"><\/circle><path d=\"M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6\"><\/path><\/svg>\n                                        <\/button>\n                                        <button type=\"button\" class=\"aiwox-nma-wish\" data-aiwox-fav=\"1000860\" aria-label=\"Favorite\" title=\"Favorite\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"><\/path><\/svg>\n                                        <\/button>\n                                        <button type=\"button\" class=\"aiwox-quick-view-btn\" data-product_id=\"1000860\" aria-label=\"Vizualizare rapid\u0103\" title=\"Vizualizare rapid\u0103\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"><\/path><circle cx=\"12\" cy=\"12\" r=\"3\"><\/circle><\/svg>\n                                        <\/button>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"aiwox-loop-info\">\n                                    <h3 class=\"aiwox-loop-title\">Ceas inteligent de s\u0103n\u0103tate 03<\/h3>\n                                    <div class=\"aiwox-loop-price\"><span class=\"woocommerce-Price-amount amount\">1.226,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">MDL<\/span><\/span><\/div>\n                                    <a href=\"https:\/\/aiwox.md\/en\/product\/ceas-inteligent-de-sanatate-03\/\" class=\"aiwox-loop-btn\">\n                                        Vezi Detalii <i class=\"fa-solid fa-arrow-right\" style=\"margin-left:6px; font-size:12px;\"><\/i>\n                                    <\/a>\n                                <\/div>\n                            <\/div>\n                                                        <div class=\"aiwox-loop-card\">\n                                <div class=\"aiwox-loop-img-wrap\">\n                                    <a href=\"https:\/\/aiwox.md\/en\/product\/ceas-fitness-digital-08\/\" style=\"display:block; width:100%; height:100%;\">\n                                        <img decoding=\"async\" src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2025\/12\/03-2-scaled-1.jpg\" alt=\"Ceas fitness digital 08\">\n                                    <\/a>\n                                    <div class=\"aiwox-loop-actions-hover\">\n                                        <button type=\"button\" class=\"aiwox-nma-add\" data-product_id=\"1000862\" aria-label=\"Adaug\u0103 \u00een co\u0219\" title=\"Adaug\u0103 \u00een co\u0219\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"9\" cy=\"21\" r=\"1\"><\/circle><circle cx=\"20\" cy=\"21\" r=\"1\"><\/circle><path d=\"M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6\"><\/path><\/svg>\n                                        <\/button>\n                                        <button type=\"button\" class=\"aiwox-nma-wish\" data-aiwox-fav=\"1000862\" aria-label=\"Favorite\" title=\"Favorite\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"><\/path><\/svg>\n                                        <\/button>\n                                        <button type=\"button\" class=\"aiwox-quick-view-btn\" data-product_id=\"1000862\" aria-label=\"Vizualizare rapid\u0103\" title=\"Vizualizare rapid\u0103\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"><\/path><circle cx=\"12\" cy=\"12\" r=\"3\"><\/circle><\/svg>\n                                        <\/button>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"aiwox-loop-info\">\n                                    <h3 class=\"aiwox-loop-title\">Ceas fitness digital 08<\/h3>\n                                    <div class=\"aiwox-loop-price\"><span class=\"woocommerce-Price-amount amount\">360,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">MDL<\/span><\/span><\/div>\n                                    <a href=\"https:\/\/aiwox.md\/en\/product\/ceas-fitness-digital-08\/\" class=\"aiwox-loop-btn\">\n                                        Vezi Detalii <i class=\"fa-solid fa-arrow-right\" style=\"margin-left:6px; font-size:12px;\"><\/i>\n                                    <\/a>\n                                <\/div>\n                            <\/div>\n                                                        <div class=\"aiwox-loop-card\">\n                                <div class=\"aiwox-loop-img-wrap\">\n                                    <a href=\"https:\/\/aiwox.md\/en\/product\/ceas-fitness-09\/\" style=\"display:block; width:100%; height:100%;\">\n                                        <img decoding=\"async\" src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2025\/12\/\u94f6\u8272\u6b63\u9762-scaled-1.webp\" alt=\"Ceas fitness 09\">\n                                    <\/a>\n                                    <div class=\"aiwox-loop-actions-hover\">\n                                        <button type=\"button\" class=\"aiwox-nma-add\" data-product_id=\"1000872\" aria-label=\"Adaug\u0103 \u00een co\u0219\" title=\"Adaug\u0103 \u00een co\u0219\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"9\" cy=\"21\" r=\"1\"><\/circle><circle cx=\"20\" cy=\"21\" r=\"1\"><\/circle><path d=\"M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6\"><\/path><\/svg>\n                                        <\/button>\n                                        <button type=\"button\" class=\"aiwox-nma-wish\" data-aiwox-fav=\"1000872\" aria-label=\"Favorite\" title=\"Favorite\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"><\/path><\/svg>\n                                        <\/button>\n                                        <button type=\"button\" class=\"aiwox-quick-view-btn\" data-product_id=\"1000872\" aria-label=\"Vizualizare rapid\u0103\" title=\"Vizualizare rapid\u0103\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"><\/path><circle cx=\"12\" cy=\"12\" r=\"3\"><\/circle><\/svg>\n                                        <\/button>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"aiwox-loop-info\">\n                                    <h3 class=\"aiwox-loop-title\">Ceas fitness 09<\/h3>\n                                    <div class=\"aiwox-loop-price\"><span class=\"woocommerce-Price-amount amount\">399,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">MDL<\/span><\/span><\/div>\n                                    <a href=\"https:\/\/aiwox.md\/en\/product\/ceas-fitness-09\/\" class=\"aiwox-loop-btn\">\n                                        Vezi Detalii <i class=\"fa-solid fa-arrow-right\" style=\"margin-left:6px; font-size:12px;\"><\/i>\n                                    <\/a>\n                                <\/div>\n                            <\/div>\n                                                    <\/div>\n                                    <\/div>\n\n                <div class=\"aiwox-qv-overlay\">\n                    <div class=\"aiwox-qv-modal\">\n                        <button class=\"aiwox-qv-close\">&times;<\/button>\n                        <div class=\"aiwox-qv-content-wrap\" style=\"width:100%;\">\n                            <!-- Content loaded via AJAX -->\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <script>\n                    jQuery(document).ready(function($) {\n                        $('.aiwox-qv-widget-instance').each(function() {\n                            var $instance = $(this);\n                            if ($instance.data('qv-bound')) return;\n                            $instance.data('qv-bound', true);\n\n                            $instance.find('.aiwox-quick-view-btn').on('click', function(e) {\n                                e.preventDefault();\n                                var pid = $(this).data('product_id');\n                                var $overlay = $instance.find('.aiwox-qv-overlay');\n                                var $wrap = $instance.find('.aiwox-qv-content-wrap');\n                                \n                                $wrap.html('<div style=\"padding:40px; text-align:center;\">Se \u00eencarc\u0103...<\/div>');\n                                $overlay.addClass('active');\n                                $('body').css('overflow', 'hidden');\n                                \n                                $.ajax({\n                                    url: 'https:\/\/aiwox.md\/wp-admin\/admin-ajax.php',\n                                    type: 'POST',\n                                    data: {\n                                        action: 'aiwox_quick_view',\n                                        product_id: pid\n                                    },\n                                    success: function(res) {\n                                        if(res.success) {\n                                            $wrap.html(res.data.html);\n                                        } else {\n                                            $wrap.html('<div style=\"padding:40px; text-align:center;\">Eroare la \u00eenc\u0103rcare.<\/div>');\n                                        }\n                                    }\n                                });\n                            });\n                            \n                            $instance.find('.aiwox-qv-close').on('click', function() {\n                                $instance.find('.aiwox-qv-overlay').removeClass('active');\n                                $('body').css('overflow', '');\n                            });\n                            \n                            $instance.find('.aiwox-qv-overlay').on('click', function(e) {\n                                if(e.target === this) {\n                                    $(this).removeClass('active');\n                                    $('body').css('overflow', '');\n                                }\n                            });\n                        });\n                    });\n                <\/script>\n            <\/div>\n                \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-11a22eb elementor-widget elementor-widget-aiwox_premium_product_loop\" data-id=\"11a22eb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"aiwox_premium_product_loop.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t                <style>\n                    .aiwox-loop-wrapper {\n                        width: 100%;\n                        font-family: Inter, \"Instrument Sans\", Arial, sans-serif;\n                    }\n                    .aiwox-loop-grid {\n                        display: grid;\n                        gap: 24px;\n                        width: 100%;\n                    }\n                    \n                    \/* Columns *\/\n                    .aiwox-loop-cols-2 { grid-template-columns: repeat(2, 1fr); }\n                    .aiwox-loop-cols-3 { grid-template-columns: repeat(3, 1fr); }\n                    .aiwox-loop-cols-4 { grid-template-columns: repeat(4, 1fr); }\n\n                    \/* Shared Card *\/\n                    .aiwox-loop-card {\n                        position: relative;\n                        display: flex;\n                        flex-direction: column;\n                        border-radius: 24px;\n                        overflow: hidden;\n                        text-decoration: none;\n                        transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);\n                        height: 100%;\n                    }\n                    .aiwox-loop-card:hover {\n                        transform: translateY(-5px);\n                    }\n                    .aiwox-loop-img-wrap {\n                        position: relative;\n                        width: 100%;\n                        padding-top: 100%; \/* 1:1 Aspect Ratio *\/\n                        overflow: hidden;\n                    }\n                    .aiwox-loop-img-wrap img {\n                        position: absolute;\n                        top: 0; left: 0;\n                        width: 100%; height: 100%;\n                        object-fit: cover;\n                        transition: transform 0.6s ease;\n                    }\n                    .aiwox-loop-card:hover .aiwox-loop-img-wrap img {\n                        transform: scale(1.05);\n                    }\n                    .aiwox-loop-info {\n                        padding: 24px;\n                        display: flex;\n                        flex-direction: column;\n                        flex-grow: 1;\n                        justify-content: space-between;\n                    }\n                    .aiwox-loop-title {\n                        font-size: 18px;\n                        font-weight: 800;\n                        margin: 0 0 12px;\n                        line-height: 1.3;\n                    }\n                    .aiwox-loop-price {\n                        font-size: 16px;\n                        font-weight: 700;\n                        margin-bottom: 20px;\n                    }\n                    .aiwox-loop-price del { font-weight: 400; font-size: 14px; opacity: 0.6; margin-right: 6px; }\n                    .aiwox-loop-price ins { text-decoration: none; }\n                    \n                    .aiwox-loop-btn {\n                        display: inline-flex;\n                        align-items: center;\n                        justify-content: center;\n                        padding: 12px 20px;\n                        border-radius: 99px;\n                        font-size: 14px;\n                        font-weight: 800;\n                        text-decoration: none;\n                        transition: all 0.3s ease;\n                        margin-top: auto;\n                        text-align: center;\n                    }\n\n                    \/* DARK THEME *\/\n                    .aiwox-loop-theme-dark .aiwox-loop-card {\n                        background: #0a0e17;\n                        border: 1px solid rgba(255,255,255,0.06);\n                        box-shadow: 0 10px 30px rgba(0,0,0,0.4);\n                    }\n                    .aiwox-loop-theme-dark .aiwox-loop-card:hover {\n                        box-shadow: 0 20px 40px rgba(0,0,0,0.6);\n                        border-color: rgba(255,255,255,0.1);\n                    }\n                    .aiwox-loop-theme-dark .aiwox-loop-title { color: #ffffff; }\n                    .aiwox-loop-theme-dark .aiwox-loop-price { color: var(--aiwox-accent); }\n                    .aiwox-loop-theme-dark .aiwox-loop-btn {\n                        background: rgba(255,255,255,0.1);\n                        color: #ffffff;\n                        border: 1px solid rgba(255,255,255,0.1);\n                    }\n                    .aiwox-loop-theme-dark .aiwox-loop-card:hover .aiwox-loop-btn {\n                        background: var(--aiwox-accent);\n                        color: #000000;\n                        border-color: var(--aiwox-accent);\n                    }\n\n                    \/* LIGHT THEME (Ultra Minimal) *\/\n                    .aiwox-loop-theme-light .aiwox-loop-card {\n                        background: transparent;\n                        border: none;\n                        box-shadow: none;\n                        border-radius: 0;\n                    }\n                    .aiwox-loop-theme-light .aiwox-loop-card:hover {\n                        transform: translateY(-8px);\n                    }\n                    .aiwox-loop-theme-light .aiwox-loop-img-wrap {\n                        border-radius: 20px;\n                        overflow: hidden;\n                        background: #f8fafc; \/* Fundal foarte fin pentru pozele transparente *\/\n                    }\n                    .aiwox-loop-theme-light .aiwox-loop-info {\n                        padding: 20px 0 0 0; \/* Textul nu mai e constrans, curge liber sub poza *\/\n                    }\n                    .aiwox-loop-theme-light .aiwox-loop-title { color: #0f172a; font-size: 17px; margin-bottom: 8px; }\n                    .aiwox-loop-theme-light .aiwox-loop-price { color: #64748b; font-size: 15px; }\n                    .aiwox-loop-theme-light .aiwox-loop-price ins { color: #0f172a; font-weight: 800; }\n                    .aiwox-loop-theme-light .aiwox-loop-btn {\n                        background: transparent;\n                        color: #0f172a;\n                        border: none;\n                        padding: 0;\n                        justify-content: flex-start;\n                        border-radius: 0;\n                        margin-top: 10px;\n                        font-weight: 700;\n                        text-decoration: underline;\n                        text-underline-offset: 4px;\n                        transition: opacity 0.3s ease;\n                    }\n                    .aiwox-loop-theme-light .aiwox-loop-card:hover .aiwox-loop-btn {\n                        background: transparent;\n                        color: #000000;\n                        opacity: 0.7;\n                    }\n\n                    \/* NEO-BRUTALIST THEME *\/\n                    .aiwox-loop-theme-brutalist .aiwox-loop-card {\n                        background: #ffffff;\n                        border: 3px solid #000000;\n                        box-shadow: 8px 8px 0px #000000;\n                        border-radius: 0;\n                        transition: all 0.2s ease;\n                    }\n                    .aiwox-loop-theme-brutalist .aiwox-loop-card:hover {\n                        transform: translate(-4px, -4px);\n                        box-shadow: 12px 12px 0px #000000;\n                    }\n                    .aiwox-loop-theme-brutalist .aiwox-loop-img-wrap {\n                        border-bottom: 3px solid #000000;\n                        background: #f4f4f5;\n                    }\n                    .aiwox-loop-theme-brutalist .aiwox-loop-info {\n                        padding: 24px;\n                    }\n                    .aiwox-loop-theme-brutalist .aiwox-loop-title {\n                        font-family: monospace, sans-serif;\n                        color: #000000;\n                        text-transform: uppercase;\n                        letter-spacing: -0.5px;\n                    }\n                    .aiwox-loop-theme-brutalist .aiwox-loop-price { color: #000000; font-size: 18px; }\n                    .aiwox-loop-theme-brutalist .aiwox-loop-btn {\n                        background: var(--aiwox-accent);\n                        color: #000000;\n                        border: 2px solid #000000;\n                        border-radius: 0;\n                        text-transform: uppercase;\n                        font-family: monospace, sans-serif;\n                    }\n                    .aiwox-loop-theme-brutalist .aiwox-loop-card:hover .aiwox-loop-btn {\n                        background: #000000;\n                        color: var(--aiwox-accent);\n                    }\n\n                    \/* FROSTED GLASS THEME *\/\n                    .aiwox-loop-theme-glass .aiwox-loop-card {\n                        background: rgba(255, 255, 255, 0.05);\n                        backdrop-filter: blur(16px);\n                        -webkit-backdrop-filter: blur(16px);\n                        border: 1px solid rgba(255, 255, 255, 0.1);\n                        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);\n                        border-radius: 30px;\n                    }\n                    .aiwox-loop-theme-glass .aiwox-loop-card:hover {\n                        background: rgba(255, 255, 255, 0.1);\n                        border-color: rgba(255, 255, 255, 0.2);\n                        transform: translateY(-5px);\n                    }\n                    .aiwox-loop-theme-glass .aiwox-loop-img-wrap {\n                        border-radius: 30px 30px 0 0;\n                        background: rgba(0,0,0,0.1);\n                    }\n                    .aiwox-loop-theme-glass .aiwox-loop-title, \n                    .aiwox-loop-theme-glass .aiwox-loop-price { color: #ffffff; }\n                    .aiwox-loop-theme-glass .aiwox-loop-btn {\n                        background: rgba(255,255,255,0.15);\n                        color: #ffffff;\n                        backdrop-filter: blur(4px);\n                    }\n                    .aiwox-loop-theme-glass .aiwox-loop-card:hover .aiwox-loop-btn {\n                        background: #ffffff;\n                        color: #000000;\n                    }\n\n                    \/* FLOATING 3D \/ MAGNETIC THEME *\/\n                    .aiwox-loop-theme-magnetic .aiwox-loop-card {\n                        background: transparent;\n                        border: none;\n                        box-shadow: none;\n                        perspective: 1000px;\n                    }\n                    .aiwox-loop-theme-magnetic .aiwox-loop-img-wrap {\n                        border-radius: 20px;\n                        background: #ffffff;\n                        box-shadow: 0 10px 40px rgba(0,0,0,0.08);\n                        transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.6s ease;\n                        overflow: visible;\n                    }\n                    .aiwox-loop-theme-magnetic .aiwox-loop-img-wrap img {\n                        border-radius: 20px;\n                    }\n                    .aiwox-loop-theme-magnetic .aiwox-loop-card:hover .aiwox-loop-img-wrap {\n                        transform: translateY(-15px) scale(1.02) rotateX(4deg);\n                        box-shadow: 0 30px 60px rgba(0,0,0,0.15);\n                    }\n                    .aiwox-loop-theme-magnetic .aiwox-loop-info {\n                        padding: 30px 10px 0 10px;\n                        text-align: center;\n                        transition: transform 0.4s ease;\n                    }\n                    .aiwox-loop-theme-magnetic .aiwox-loop-card:hover .aiwox-loop-info {\n                        transform: translateY(-5px);\n                    }\n                    .aiwox-loop-theme-magnetic .aiwox-loop-title { color: #1e293b; font-size: 20px; }\n                    .aiwox-loop-theme-magnetic .aiwox-loop-price { color: #64748b; }\n                    .aiwox-loop-theme-magnetic .aiwox-loop-btn {\n                        background: #1e293b;\n                        color: #ffffff;\n                        width: 100%;\n                    }\n                    .aiwox-loop-theme-magnetic .aiwox-loop-card:hover .aiwox-loop-btn {\n                        background: var(--aiwox-accent);\n                        color: #000000;\n                    }\n\n                    \/* BENTO GRID THEME (Rounded & Clean) *\/\n                    .aiwox-loop-theme-bento .aiwox-loop-grid { gap: 16px; }\n                    .aiwox-loop-theme-bento .aiwox-loop-card {\n                        background: #fdfdfd;\n                        border: 1px solid rgba(0,0,0,0.04);\n                        border-radius: 32px;\n                        padding: 16px;\n                        box-shadow: 0 10px 30px rgba(0,0,0,0.02);\n                    }\n                    .aiwox-loop-theme-bento .aiwox-loop-card:hover {\n                        background: #ffffff;\n                        box-shadow: 0 20px 40px rgba(0,0,0,0.06);\n                        transform: scale(1.01);\n                    }\n                    .aiwox-loop-theme-bento .aiwox-loop-img-wrap {\n                        border-radius: 20px;\n                        background: #f1f5f9;\n                    }\n                    .aiwox-loop-theme-bento .aiwox-loop-info {\n                        padding: 20px 8px 8px 8px;\n                    }\n                    .aiwox-loop-theme-bento .aiwox-loop-title { color: #0f172a; font-size: 16px; font-weight: 700; margin-bottom: 6px; }\n                    .aiwox-loop-theme-bento .aiwox-loop-price { color: #334155; font-size: 14px; font-weight: 600; }\n                    .aiwox-loop-theme-bento .aiwox-loop-btn {\n                        background: #0f172a;\n                        color: #ffffff;\n                        border-radius: 99px;\n                        font-size: 13px;\n                        padding: 10px 16px;\n                        width: 100%;\n                    }\n                    .aiwox-loop-theme-bento .aiwox-loop-card:hover .aiwox-loop-btn {\n                        background: var(--aiwox-accent);\n                        color: #000000;\n                    }\n\n                    \/* FASHION EDITORIAL THEME *\/\n                    .aiwox-loop-theme-editorial .aiwox-loop-grid { gap: 40px 20px; }\n                    .aiwox-loop-theme-editorial .aiwox-loop-card {\n                        background: transparent;\n                        border: none;\n                        box-shadow: none;\n                        border-radius: 0;\n                    }\n                    .aiwox-loop-theme-editorial .aiwox-loop-img-wrap {\n                        border-radius: 0;\n                        padding-top: 120%; \/* Portrait aspect ratio *\/\n                        background: #f8f8f8;\n                        transition: filter 0.5s ease;\n                        filter: grayscale(20%);\n                    }\n                    .aiwox-loop-theme-editorial .aiwox-loop-card:hover .aiwox-loop-img-wrap {\n                        filter: grayscale(0%);\n                    }\n                    .aiwox-loop-theme-editorial .aiwox-loop-card:hover .aiwox-loop-img-wrap img {\n                        transform: scale(1.03);\n                    }\n                    .aiwox-loop-theme-editorial .aiwox-loop-info {\n                        padding: 16px 0 0 0;\n                        text-align: center;\n                    }\n                    .aiwox-loop-theme-editorial .aiwox-loop-title {\n                        font-family: \"Times New Roman\", Times, serif;\n                        font-weight: 400;\n                        font-style: italic;\n                        font-size: 22px;\n                        color: #111;\n                        margin-bottom: 4px;\n                    }\n                    .aiwox-loop-theme-editorial .aiwox-loop-price { color: #555; font-size: 14px; font-weight: 400; letter-spacing: 1px; }\n                    .aiwox-loop-theme-editorial .aiwox-loop-btn { display: none; \/* Ascundem butonul pt look curat *\/ }\n\n                    \/* CYBERPUNK THEME *\/\n                    .aiwox-loop-theme-cyberpunk .aiwox-loop-card { background: #000; border: 1px solid var(--aiwox-accent); box-shadow: 0 0 10px rgba(var(--aiwox-accent-rgb),0.2); }\n                    .aiwox-loop-theme-cyberpunk .aiwox-loop-card:hover { box-shadow: 0 0 20px rgba(var(--aiwox-accent-rgb),0.5), inset 0 0 15px rgba(var(--aiwox-accent-rgb),0.2); transform: skewX(-2deg); }\n                    .aiwox-loop-theme-cyberpunk .aiwox-loop-title { color: var(--aiwox-accent); text-transform: uppercase; font-weight: 900; font-family: monospace, sans-serif; }\n                    .aiwox-loop-theme-cyberpunk .aiwox-loop-price { color: #fff; }\n                    .aiwox-loop-theme-cyberpunk .aiwox-loop-btn { background: var(--aiwox-accent); color: #000; border-radius: 0; text-transform: uppercase; font-weight: 900; }\n\n                    \/* NEUMORPHISM THEME *\/\n                    .aiwox-loop-theme-neumorphism .aiwox-loop-card { background: #e0e5ec; border: none; box-shadow: 9px 9px 16px rgb(163,177,198,0.6), -9px -9px 16px rgba(255,255,255, 0.5); border-radius: 30px; }\n                    .aiwox-loop-theme-neumorphism .aiwox-loop-card:hover { box-shadow: inset 6px 6px 10px 0 rgba(163,177,198,0.6), inset -6px -6px 10px 0 rgba(255,255,255,0.5); transform: none; }\n                    .aiwox-loop-theme-neumorphism .aiwox-loop-img-wrap { border-radius: 30px; padding: 20px; mix-blend-mode: multiply; }\n                    .aiwox-loop-theme-neumorphism .aiwox-loop-title { color: #4d5d78; }\n                    .aiwox-loop-theme-neumorphism .aiwox-loop-price { color: #8292a8; }\n                    .aiwox-loop-theme-neumorphism .aiwox-loop-btn { background: #e0e5ec; color: #4d5d78; box-shadow: 4px 4px 8px rgb(163,177,198,0.6), -4px -4px 8px rgba(255,255,255, 0.5); border: none; }\n                    .aiwox-loop-theme-neumorphism .aiwox-loop-card:hover .aiwox-loop-btn { box-shadow: inset 2px 2px 5px rgba(163,177,198,0.6), inset -3px -3px 7px rgba(255,255,255, 0.5); }\n\n                    \/* BAUHAUS THEME *\/\n                    .aiwox-loop-theme-bauhaus .aiwox-loop-card { background: #fff; border: 4px solid #000; border-radius: 0; box-shadow: 8px 8px 0px #e60000; }\n                    .aiwox-loop-theme-bauhaus .aiwox-loop-card:hover { box-shadow: 8px 8px 0px #0055ff; transform: translate(-4px, -4px); }\n                    .aiwox-loop-theme-bauhaus .aiwox-loop-img-wrap { border-bottom: 4px solid #000; background: #ffcc00; }\n                    .aiwox-loop-theme-bauhaus .aiwox-loop-title { font-weight: 900; text-transform: uppercase; color: #000; }\n                    .aiwox-loop-theme-bauhaus .aiwox-loop-price { color: #000; font-weight: 900; }\n                    .aiwox-loop-theme-bauhaus .aiwox-loop-btn { background: #000; color: #fff; border-radius: 0; text-transform: uppercase; font-weight: 900; }\n\n                    \/* ORGANIC THEME *\/\n                    .aiwox-loop-theme-organic .aiwox-loop-card { background: #fdfbf7; border: 1px solid #e8e2d2; border-radius: 60px 20px 40px 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.03); }\n                    .aiwox-loop-theme-organic .aiwox-loop-card:hover { border-radius: 20px 60px 20px 40px; transform: scale(1.02); }\n                    .aiwox-loop-theme-organic .aiwox-loop-img-wrap { border-radius: 60px 20px 0 0; background: #f2efe9; }\n                    .aiwox-loop-theme-organic .aiwox-loop-title { color: #4a443b; font-family: \"Georgia\", serif; font-size: 20px; }\n                    .aiwox-loop-theme-organic .aiwox-loop-price { color: #877f71; }\n                    .aiwox-loop-theme-organic .aiwox-loop-btn { background: var(--aiwox-accent); color: #000; border-radius: 40px 15px 30px 15px; }\n\n                    \/* MINIMAL DARK THEME *\/\n                    .aiwox-loop-theme-minimal_dark .aiwox-loop-card { background: #000; border: 1px solid #222; border-radius: 0; }\n                    .aiwox-loop-theme-minimal_dark .aiwox-loop-card:hover { border-color: #555; }\n                    .aiwox-loop-theme-minimal_dark .aiwox-loop-img-wrap { border-radius: 0; background: #0a0a0a; }\n                    .aiwox-loop-theme-minimal_dark .aiwox-loop-title { color: #fff; font-weight: 400; letter-spacing: 1px; }\n                    .aiwox-loop-theme-minimal_dark .aiwox-loop-price { color: #888; font-weight: 300; }\n                    .aiwox-loop-theme-minimal_dark .aiwox-loop-btn { background: transparent; color: #fff; border: 1px solid #fff; border-radius: 0; font-weight: 400; }\n                    .aiwox-loop-theme-minimal_dark .aiwox-loop-card:hover .aiwox-loop-btn { background: #fff; color: #000; }\n\n                    \/* GRADIENT GLOW THEME *\/\n                    .aiwox-loop-theme-gradient_glow .aiwox-loop-card { background: #111; border: none; border-radius: 24px; position: relative; z-index: 1; }\n                    .aiwox-loop-theme-gradient_glow .aiwox-loop-card::before { content: \"\"; position: absolute; inset: -2px; border-radius: 26px; background: linear-gradient(45deg, #ff007f, #7f00ff, #00ffff); z-index: -1; opacity: 0; transition: opacity 0.4s ease; }\n                    .aiwox-loop-theme-gradient_glow .aiwox-loop-card:hover::before { opacity: 1; }\n                    .aiwox-loop-theme-gradient_glow .aiwox-loop-img-wrap { border-radius: 24px 24px 0 0; background: #000; }\n                    .aiwox-loop-theme-gradient_glow .aiwox-loop-title { color: #fff; }\n                    .aiwox-loop-theme-gradient_glow .aiwox-loop-price { color: #00ffff; }\n                    .aiwox-loop-theme-gradient_glow .aiwox-loop-btn { background: #fff; color: #000; border: none; }\n\n                    \/* POLAROID THEME *\/\n                    .aiwox-loop-theme-polaroid .aiwox-loop-card { background: #fff; border: none; box-shadow: 0 4px 15px rgba(0,0,0,0.1); border-radius: 4px; padding: 12px 12px 30px 12px; }\n                    .aiwox-loop-theme-polaroid .aiwox-loop-card:hover { transform: rotate(2deg) scale(1.05); box-shadow: 0 15px 35px rgba(0,0,0,0.15); z-index: 10; }\n                    .aiwox-loop-theme-polaroid .aiwox-loop-img-wrap { border-radius: 2px; }\n                    .aiwox-loop-theme-polaroid .aiwox-loop-info { padding: 20px 0 0 0; text-align: center; }\n                    .aiwox-loop-theme-polaroid .aiwox-loop-title { font-family: \"Comic Sans MS\", \"Marker Felt\", cursive, sans-serif; color: #222; font-size: 20px; }\n                    .aiwox-loop-theme-polaroid .aiwox-loop-price { color: #666; font-family: \"Comic Sans MS\", cursive, sans-serif; }\n                    .aiwox-loop-theme-polaroid .aiwox-loop-btn { display: none; }\n\n                    \/* TERMINAL THEME *\/\n                    .aiwox-loop-theme-terminal .aiwox-loop-card { background: #000; border: 1px solid #0f0; border-radius: 0; }\n                    .aiwox-loop-theme-terminal .aiwox-loop-card:hover { box-shadow: 0 0 15px #0f0; }\n                    .aiwox-loop-theme-terminal .aiwox-loop-img-wrap { border-bottom: 1px dashed #0f0; filter: grayscale(100%) contrast(150%) sepia(100%) hue-rotate(80deg); }\n                    .aiwox-loop-theme-terminal .aiwox-loop-info { font-family: monospace, sans-serif; }\n                    .aiwox-loop-theme-terminal .aiwox-loop-title { color: #0f0; font-size: 16px; }\n                    .aiwox-loop-theme-terminal .aiwox-loop-price { color: #0a0; }\n                    .aiwox-loop-theme-terminal .aiwox-loop-btn { background: #000; color: #0f0; border: 1px solid #0f0; border-radius: 0; font-family: monospace, sans-serif; }\n                    .aiwox-loop-theme-terminal .aiwox-loop-card:hover .aiwox-loop-btn { background: #0f0; color: #000; }\n\n                    \/* LUXURY THEME *\/\n                    .aiwox-loop-theme-luxury .aiwox-loop-card { background: #1a1a1a; border: 1px solid #c5a059; border-radius: 0; }\n                    .aiwox-loop-theme-luxury .aiwox-loop-card:hover { box-shadow: 0 0 30px rgba(197,160,89,0.2); }\n                    .aiwox-loop-theme-luxury .aiwox-loop-img-wrap { border-radius: 0; }\n                    .aiwox-loop-theme-luxury .aiwox-loop-info { text-align: center; }\n                    .aiwox-loop-theme-luxury .aiwox-loop-title { color: #c5a059; font-family: \"Playfair Display\", \"Times New Roman\", serif; text-transform: uppercase; letter-spacing: 2px; font-size: 15px; }\n                    .aiwox-loop-theme-luxury .aiwox-loop-price { color: #fff; font-family: \"Playfair Display\", \"Times New Roman\", serif; }\n                    .aiwox-loop-theme-luxury .aiwox-loop-btn { background: transparent; color: #c5a059; border: 1px solid #c5a059; border-radius: 0; text-transform: uppercase; letter-spacing: 1px; font-size: 12px; }\n                    .aiwox-loop-theme-luxury .aiwox-loop-card:hover .aiwox-loop-btn { background: #c5a059; color: #000; }\n\n                    \/* OUTLINE ONLY THEME *\/\n                    .aiwox-loop-theme-outline .aiwox-loop-card { background: transparent; border: 2px solid #e2e8f0; border-radius: 12px; }\n                    .aiwox-loop-theme-outline .aiwox-loop-card:hover { border-color: #0f172a; transform: translateY(-4px); }\n                    .aiwox-loop-theme-outline .aiwox-loop-img-wrap { border-bottom: 2px solid #e2e8f0; border-radius: 10px 10px 0 0; }\n                    .aiwox-loop-theme-outline .aiwox-loop-card:hover .aiwox-loop-img-wrap { border-color: #0f172a; }\n                    .aiwox-loop-theme-outline .aiwox-loop-title { color: #0f172a; }\n                    .aiwox-loop-theme-outline .aiwox-loop-price { color: #64748b; }\n                    .aiwox-loop-theme-outline .aiwox-loop-btn { background: transparent; color: #0f172a; border: 2px solid #e2e8f0; }\n                    .aiwox-loop-theme-outline .aiwox-loop-card:hover .aiwox-loop-btn { border-color: #0f172a; background: #0f172a; color: #fff; }\n\n                    \/* APPLE SPATIAL THEME *\/\n                    .aiwox-loop-theme-apple_spatial .aiwox-loop-card { background: rgba(255,255,255,0.6); backdrop-filter: saturate(180%) blur(20px); -webkit-backdrop-filter: saturate(180%) blur(20px); border: 1px solid rgba(255,255,255,0.8); border-radius: 36px; box-shadow: 0 8px 32px rgba(0,0,0,0.04); }\n                    .aiwox-loop-theme-apple_spatial .aiwox-loop-card:hover { transform: scale(1.02); box-shadow: 0 16px 48px rgba(0,0,0,0.08); background: rgba(255,255,255,0.8); }\n                    .aiwox-loop-theme-apple_spatial .aiwox-loop-img-wrap { border-radius: 36px 36px 0 0; background: transparent; }\n                    .aiwox-loop-theme-apple_spatial .aiwox-loop-info { padding: 24px; text-align: center; }\n                    .aiwox-loop-theme-apple_spatial .aiwox-loop-title { color: #1d1d1f; font-weight: 600; font-size: 18px; }\n                    .aiwox-loop-theme-apple_spatial .aiwox-loop-price { color: #86868b; font-weight: 500; }\n                    .aiwox-loop-theme-apple_spatial .aiwox-loop-btn { background: rgba(0,0,0,0.05); color: #1d1d1f; border-radius: 40px; }\n                    .aiwox-loop-theme-apple_spatial .aiwox-loop-card:hover .aiwox-loop-btn { background: #0071e3; color: #fff; }\n\n                    \/* NOTHING TECH THEME *\/\n                    .aiwox-loop-theme-nothing_tech .aiwox-loop-card { background: #000; border: 1px dotted #444; border-radius: 12px; }\n                    .aiwox-loop-theme-nothing_tech .aiwox-loop-card:hover { border-color: #fff; }\n                    .aiwox-loop-theme-nothing_tech .aiwox-loop-img-wrap { border-bottom: 1px dotted #444; background: #0a0a0a; filter: contrast(1.2) grayscale(0.2); }\n                    .aiwox-loop-theme-nothing_tech .aiwox-loop-title { font-family: \"Courier New\", Courier, monospace; color: #fff; text-transform: uppercase; font-weight: 800; letter-spacing: -0.5px; }\n                    .aiwox-loop-theme-nothing_tech .aiwox-loop-price { color: #ff0000; font-weight: 800; font-family: \"Courier New\", Courier, monospace; }\n                    .aiwox-loop-theme-nothing_tech .aiwox-loop-btn { background: #fff; color: #000; border-radius: 50px; text-transform: lowercase; font-weight: 700; border: 2px solid #fff; }\n                    .aiwox-loop-theme-nothing_tech .aiwox-loop-card:hover .aiwox-loop-btn { background: #ff0000; border-color: #ff0000; color: #fff; }\n\n                    \/* TEENAGE ENGINEERING THEME *\/\n                    .aiwox-loop-theme-teenage_engineering .aiwox-loop-card { background: #e8e8e8; border: 2px solid #d0d0d0; border-radius: 4px; box-shadow: inset 0 0 10px rgba(0,0,0,0.05); }\n                    .aiwox-loop-theme-teenage_engineering .aiwox-loop-card:hover { border-color: #ff6600; box-shadow: 4px 4px 0 rgba(0,0,0,0.1); }\n                    .aiwox-loop-theme-teenage_engineering .aiwox-loop-img-wrap { background: #f4f4f4; border-bottom: 2px solid #d0d0d0; padding: 10px; }\n                    .aiwox-loop-theme-teenage_engineering .aiwox-loop-info { padding: 16px; display: grid; grid-template-columns: 1fr auto; align-items: end; }\n                    .aiwox-loop-theme-teenage_engineering .aiwox-loop-title { grid-column: 1 \/ 3; font-family: \"Helvetica Neue\", Helvetica, sans-serif; font-weight: 700; color: #333; font-size: 14px; text-transform: uppercase; }\n                    .aiwox-loop-theme-teenage_engineering .aiwox-loop-price { color: #666; font-family: monospace; font-size: 14px; }\n                    .aiwox-loop-theme-teenage_engineering .aiwox-loop-btn { background: #ff6600; color: #fff; border-radius: 50%; width: 36px; height: 36px; padding: 0; display: flex; justify-content: center; align-items: center; font-size: 0; }\n                    .aiwox-loop-theme-teenage_engineering .aiwox-loop-btn::after { content: \"+\"; font-size: 20px; font-weight: bold; }\n\n                    \/* TESLA MINIMAL THEME *\/\n                    .aiwox-loop-theme-tesla_minimal .aiwox-loop-card { background: #111; border: 1px solid #222; border-radius: 16px; box-shadow: 0 20px 40px rgba(0,0,0,0.4); }\n                    .aiwox-loop-theme-tesla_minimal .aiwox-loop-card:hover { border-color: #444; background: #151515; }\n                    .aiwox-loop-theme-tesla_minimal .aiwox-loop-img-wrap { background: linear-gradient(180deg, #1a1a1a 0%, #111 100%); border-radius: 16px 16px 0 0; }\n                    .aiwox-loop-theme-tesla_minimal .aiwox-loop-title { color: #f4f4f4; font-weight: 500; font-size: 17px; letter-spacing: 0.5px; }\n                    .aiwox-loop-theme-tesla_minimal .aiwox-loop-price { color: #888; }\n                    .aiwox-loop-theme-tesla_minimal .aiwox-loop-btn { background: transparent; color: #fff; border: 1px solid #555; border-radius: 6px; }\n                    .aiwox-loop-theme-tesla_minimal .aiwox-loop-card:hover .aiwox-loop-btn { border-color: #fff; }\n\n                    \/* Y2K CYBER CHROME THEME *\/\n                    .aiwox-loop-theme-y2k_cyber .aiwox-loop-card { background: linear-gradient(135deg, #e6e9f0 0%, #eef1f5 100%); border: 3px solid #d1d5db; border-radius: 20px; box-shadow: inset 0 0 10px #fff, 0 10px 20px rgba(156,163,175,0.4); }\n                    .aiwox-loop-theme-y2k_cyber .aiwox-loop-card:hover { border-color: #93c5fd; box-shadow: inset 0 0 20px #fff, 0 15px 30px rgba(147,197,253,0.6); }\n                    .aiwox-loop-theme-y2k_cyber .aiwox-loop-img-wrap { background: #fff; border-radius: 16px 16px 0 0; }\n                    .aiwox-loop-theme-y2k_cyber .aiwox-loop-title { color: #1e3a8a; font-weight: 900; font-style: italic; letter-spacing: -0.5px; }\n                    .aiwox-loop-theme-y2k_cyber .aiwox-loop-price { color: #3b82f6; font-weight: 800; }\n                    .aiwox-loop-theme-y2k_cyber .aiwox-loop-btn { background: linear-gradient(to right, #3b82f6, #8b5cf6); color: #fff; border-radius: 20px; border: none; font-style: italic; font-weight: 800; }\n\n                    \/* VELVET DARK THEME *\/\n                    .aiwox-loop-theme-velvet_dark .aiwox-loop-card { background: #05050A; border: 1px solid rgba(255,255,255,0.03); border-radius: 28px; box-shadow: inset 0 1px 1px rgba(255,255,255,0.05), 0 20px 40px rgba(0,0,0,0.8); }\n                    .aiwox-loop-theme-velvet_dark .aiwox-loop-card:hover { border-color: rgba(156, 255, 0, 0.3); box-shadow: 0 0 40px rgba(156, 255, 0, 0.1); }\n                    .aiwox-loop-theme-velvet_dark .aiwox-loop-img-wrap { background: radial-gradient(circle at top, rgba(255,255,255,0.05) 0%, transparent 70%); }\n                    .aiwox-loop-theme-velvet_dark .aiwox-loop-title { color: #fff; font-size: 19px; font-weight: 700; letter-spacing: -0.02em; }\n                    .aiwox-loop-theme-velvet_dark .aiwox-loop-price { color: rgba(255,255,255,0.5); }\n                    .aiwox-loop-theme-velvet_dark .aiwox-loop-btn { background: rgba(255,255,255,0.05); color: #fff; border-radius: 100px; border: 1px solid rgba(255,255,255,0.1); }\n                    .aiwox-loop-theme-velvet_dark .aiwox-loop-card:hover .aiwox-loop-btn { background: var(--aiwox-accent); color: #000; border-color: var(--aiwox-accent); box-shadow: 0 0 20px rgba(var(--aiwox-accent-rgb), 0.4); }\n\n                    \/* MACBOOK ALUMINUM THEME *\/\n                    .aiwox-loop-theme-macbook_alum .aiwox-loop-card { background: linear-gradient(180deg, #f5f5f7 0%, #e8e8ed 100%); border: 1px solid #d2d2d7; border-radius: 18px; box-shadow: 0 4px 6px rgba(0,0,0,0.04), inset 0 1px 0 #fff; }\n                    .aiwox-loop-theme-macbook_alum .aiwox-loop-card:hover { transform: translateY(-2px); box-shadow: 0 10px 20px rgba(0,0,0,0.08), inset 0 1px 0 #fff; }\n                    .aiwox-loop-theme-macbook_alum .aiwox-loop-img-wrap { border-radius: 18px 18px 0 0; background: #fff; }\n                    .aiwox-loop-theme-macbook_alum .aiwox-loop-title { color: #1d1d1f; font-weight: 600; font-size: 15px; }\n                    .aiwox-loop-theme-macbook_alum .aiwox-loop-price { color: #515154; font-size: 13px; }\n                    .aiwox-loop-theme-macbook_alum .aiwox-loop-btn { background: linear-gradient(180deg, #fff 0%, #f0f0f0 100%); border: 1px solid #d2d2d7; color: #1d1d1f; border-radius: 6px; box-shadow: 0 1px 2px rgba(0,0,0,0.05); }\n                    .aiwox-loop-theme-macbook_alum .aiwox-loop-card:hover .aiwox-loop-btn { background: #0071e3; color: #fff; border-color: #0071e3; }\n\n                    \/* SPOTIFY WRAPPED THEME *\/\n                    .aiwox-loop-theme-spotify_wrapped .aiwox-loop-card { background: linear-gradient(45deg, #ff416c, #ff4b2b); border: none; border-radius: 0; transition: filter 0.3s; }\n                    .aiwox-loop-theme-spotify_wrapped .aiwox-loop-card:hover { filter: hue-rotate(45deg); transform: scale(1.03); }\n                    .aiwox-loop-theme-spotify_wrapped .aiwox-loop-img-wrap { background: #000; padding: 20px; mix-blend-mode: hard-light; }\n                    .aiwox-loop-theme-spotify_wrapped .aiwox-loop-info { background: #000; color: #fff; margin: 10px; padding: 20px; }\n                    .aiwox-loop-theme-spotify_wrapped .aiwox-loop-title { color: #fff; font-weight: 900; font-size: 24px; text-transform: uppercase; line-height: 1; }\n                    .aiwox-loop-theme-spotify_wrapped .aiwox-loop-price { color: #ff4b2b; font-weight: 800; font-size: 20px; margin-top: 10px; }\n                    .aiwox-loop-theme-spotify_wrapped .aiwox-loop-btn { display: none; }\n\n                    \/* STRIPE PRESS THEME *\/\n                    .aiwox-loop-theme-stripe_press .aiwox-loop-card { background: #fefdfa; border: 1px solid #e1ded9; border-radius: 0; box-shadow: 15px 15px 0 #e1ded9; transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1); }\n                    .aiwox-loop-theme-stripe_press .aiwox-loop-card:hover { transform: translate(-5px, -5px); box-shadow: 20px 20px 0 #d1cece; }\n                    .aiwox-loop-theme-stripe_press .aiwox-loop-img-wrap { border-bottom: 1px solid #e1ded9; padding: 10px; background: #fff; }\n                    .aiwox-loop-theme-stripe_press .aiwox-loop-title { font-family: \"Palatino Linotype\", \"Book Antiqua\", Palatino, serif; color: #1a1f36; font-size: 20px; font-weight: bold; }\n                    .aiwox-loop-theme-stripe_press .aiwox-loop-price { color: #4f566b; font-family: \"Helvetica Neue\", sans-serif; }\n                    .aiwox-loop-theme-stripe_press .aiwox-loop-btn { background: #1a1f36; color: #fff; border-radius: 4px; font-family: \"Helvetica Neue\", sans-serif; font-weight: 500; }\n                    .aiwox-loop-theme-stripe_press .aiwox-loop-card:hover .aiwox-loop-btn { background: #635bff; }\n\n                    \/* SURPRISE THEMES CSS *\/\n                    \/* HAPTIC MESH THEME *\/\n                    .aiwox-loop-theme-haptic_mesh .aiwox-loop-card { background: radial-gradient(circle at top left, #2b2b36, #16161e); border: 1px solid #3c3c4a; border-radius: 20px; box-shadow: inset 2px 2px 5px rgba(255,255,255,0.05), 0 10px 20px rgba(0,0,0,0.3); position: relative; }\n                    .aiwox-loop-theme-haptic_mesh .aiwox-loop-card::before { content: \"\"; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,0.1) 1px, transparent 1px); background-size: 4px 4px; border-radius: 20px; pointer-events: none; opacity: 0.5; }\n                    .aiwox-loop-theme-haptic_mesh .aiwox-loop-card:hover { transform: translateY(-3px); box-shadow: inset 2px 2px 5px rgba(255,255,255,0.1), 0 15px 30px rgba(0,0,0,0.4); }\n                    .aiwox-loop-theme-haptic_mesh .aiwox-loop-img-wrap { border-radius: 20px 20px 0 0; }\n                    .aiwox-loop-theme-haptic_mesh .aiwox-loop-title { color: #f0f0f0; font-family: system-ui, -apple-system, sans-serif; font-weight: 500; }\n                    .aiwox-loop-theme-haptic_mesh .aiwox-loop-price { color: #a0a0b0; }\n                    .aiwox-loop-theme-haptic_mesh .aiwox-loop-btn { background: #3c3c4a; color: #fff; border-radius: 10px; border: 1px solid rgba(255,255,255,0.1); }\n                    .aiwox-loop-theme-haptic_mesh .aiwox-loop-card:hover .aiwox-loop-btn { background: #6b6b80; }\n\n                    \/* HYPER BRUTALISM THEME *\/\n                    .aiwox-loop-theme-hyper_brutalism .aiwox-loop-card { background: #fff200; border: 5px solid #000; border-radius: 0; box-shadow: 10px 10px 0 #000; }\n                    .aiwox-loop-theme-hyper_brutalism .aiwox-loop-card:hover { transform: translate(-5px, -5px); box-shadow: 15px 15px 0 #000; }\n                    .aiwox-loop-theme-hyper_brutalism .aiwox-loop-img-wrap { border-bottom: 5px solid #000; filter: contrast(1.2); }\n                    .aiwox-loop-theme-hyper_brutalism .aiwox-loop-title { color: #000; font-weight: 900; font-family: \"Impact\", sans-serif; text-transform: uppercase; font-size: 22px; }\n                    .aiwox-loop-theme-hyper_brutalism .aiwox-loop-price { color: #000; font-weight: 900; background: #fff; display: inline-block; padding: 2px 8px; border: 2px solid #000; }\n                    .aiwox-loop-theme-hyper_brutalism .aiwox-loop-btn { background: #000; color: #fff200; border-radius: 0; font-weight: 900; text-transform: uppercase; border: 3px solid #000; }\n                    .aiwox-loop-theme-hyper_brutalism .aiwox-loop-card:hover .aiwox-loop-btn { background: #fff; color: #000; }\n\n                    \/* LIQUID CHROME THEME *\/\n                    .aiwox-loop-theme-liquid_chrome .aiwox-loop-card { background: #111; border-radius: 30px; position: relative; z-index: 1; }\n                    .aiwox-loop-theme-liquid_chrome .aiwox-loop-card::before { content: \"\"; position: absolute; inset: -3px; border-radius: 32px; background: linear-gradient(135deg, #e0e0e0, #888, #fff, #555); z-index: -1; filter: blur(2px); transition: filter 0.3s ease; }\n                    .aiwox-loop-theme-liquid_chrome .aiwox-loop-card:hover::before { filter: blur(5px); }\n                    .aiwox-loop-theme-liquid_chrome .aiwox-loop-img-wrap { border-radius: 30px 30px 0 0; }\n                    .aiwox-loop-theme-liquid_chrome .aiwox-loop-title { color: #fff; font-family: sans-serif; font-weight: 300; letter-spacing: 1px; }\n                    .aiwox-loop-theme-liquid_chrome .aiwox-loop-price { color: #aaa; }\n                    .aiwox-loop-theme-liquid_chrome .aiwox-loop-btn { background: linear-gradient(135deg, #ddd, #fff); color: #000; border-radius: 20px; font-weight: 600; }\n\n                    \/* RETRO ARCADE THEME *\/\n                    .aiwox-loop-theme-retro_arcade .aiwox-loop-card { background: #000; border: 4px solid #ff00ff; border-radius: 0; image-rendering: pixelated; box-shadow: 0 0 10px #ff00ff; }\n                    .aiwox-loop-theme-retro_arcade .aiwox-loop-card:hover { border-color: #00ffff; box-shadow: 0 0 15px #00ffff; }\n                    .aiwox-loop-theme-retro_arcade .aiwox-loop-img-wrap { border-bottom: 4px solid #ff00ff; }\n                    .aiwox-loop-theme-retro_arcade .aiwox-loop-card:hover .aiwox-loop-img-wrap { border-color: #00ffff; }\n                    .aiwox-loop-theme-retro_arcade .aiwox-loop-title { color: #ff00ff; font-family: \"Courier New\", Courier, monospace; font-weight: bold; text-transform: uppercase; }\n                    .aiwox-loop-theme-retro_arcade .aiwox-loop-card:hover .aiwox-loop-title { color: #00ffff; }\n                    .aiwox-loop-theme-retro_arcade .aiwox-loop-price { color: #fff; font-family: \"Courier New\", Courier, monospace; }\n                    .aiwox-loop-theme-retro_arcade .aiwox-loop-btn { background: transparent; color: #ff00ff; border: 2px solid #ff00ff; font-family: \"Courier New\", Courier, monospace; font-weight: bold; }\n                    .aiwox-loop-theme-retro_arcade .aiwox-loop-card:hover .aiwox-loop-btn { color: #000; background: #00ffff; border-color: #00ffff; }\n\n                    \/* MONOCHROME CHIC THEME *\/\n                    .aiwox-loop-theme-monochrome_chic .aiwox-loop-card { background: #fff; border: none; border-radius: 0; transition: filter 0.4s; filter: grayscale(100%); }\n                    .aiwox-loop-theme-monochrome_chic .aiwox-loop-card:hover { filter: grayscale(0%); box-shadow: 0 20px 40px rgba(0,0,0,0.1); }\n                    .aiwox-loop-theme-monochrome_chic .aiwox-loop-img-wrap { border-radius: 0; }\n                    .aiwox-loop-theme-monochrome_chic .aiwox-loop-title { color: #000; font-family: \"Didot\", serif; font-size: 20px; font-weight: bold; text-transform: uppercase; letter-spacing: 2px; }\n                    .aiwox-loop-theme-monochrome_chic .aiwox-loop-price { color: #666; font-family: \"Helvetica\", sans-serif; font-size: 13px; }\n                    .aiwox-loop-theme-monochrome_chic .aiwox-loop-btn { background: #000; color: #fff; border-radius: 0; text-transform: uppercase; font-size: 11px; letter-spacing: 1px; padding: 10px 20px; }\n\n                    \/* HOLO DECK THEME *\/\n                    .aiwox-loop-theme-holo_deck .aiwox-loop-card { background: rgba(0,0,0,0.5); border: 1px dashed #0ff; border-radius: 10px; }\n                    .aiwox-loop-theme-holo_deck .aiwox-loop-card:hover { background: rgba(0,255,255,0.1); border-style: solid; box-shadow: 0 0 20px rgba(0,255,255,0.2); }\n                    .aiwox-loop-theme-holo_deck .aiwox-loop-img-wrap { opacity: 0.8; mix-blend-mode: screen; filter: hue-rotate(180deg); transition: all 0.3s; }\n                    .aiwox-loop-theme-holo_deck .aiwox-loop-card:hover .aiwox-loop-img-wrap { opacity: 1; mix-blend-mode: normal; filter: none; }\n                    .aiwox-loop-theme-holo_deck .aiwox-loop-title { color: #0ff; font-family: monospace; }\n                    .aiwox-loop-theme-holo_deck .aiwox-loop-price { color: #fff; }\n                    .aiwox-loop-theme-holo_deck .aiwox-loop-btn { background: transparent; color: #0ff; border: 1px solid #0ff; border-radius: 5px; }\n                    .aiwox-loop-theme-holo_deck .aiwox-loop-card:hover .aiwox-loop-btn { background: #0ff; color: #000; }\n\n                    \/* SYNTHWAVE THEME *\/\n                    .aiwox-loop-theme-synthwave .aiwox-loop-card { background: linear-gradient(180deg, #2b003a 0%, #000 100%); border: 2px solid #ff007f; border-radius: 15px; box-shadow: 0 0 15px rgba(255,0,127,0.5); }\n                    .aiwox-loop-theme-synthwave .aiwox-loop-card:hover { border-color: #00ffff; box-shadow: 0 0 25px rgba(0,255,255,0.6); }\n                    .aiwox-loop-theme-synthwave .aiwox-loop-img-wrap { border-radius: 13px 13px 0 0; }\n                    .aiwox-loop-theme-synthwave .aiwox-loop-title { color: #00ffff; text-shadow: 0 0 5px #00ffff; font-family: \"Trebuchet MS\", sans-serif; font-style: italic; font-weight: 900; }\n                    .aiwox-loop-theme-synthwave .aiwox-loop-price { color: #ff007f; text-shadow: 0 0 5px #ff007f; font-weight: bold; }\n                    .aiwox-loop-theme-synthwave .aiwox-loop-btn { background: linear-gradient(90deg, #ff007f, #00ffff); color: #fff; border: none; border-radius: 20px; font-weight: bold; }\n\n                    \/* MINIMAL CLAY THEME *\/\n                    .aiwox-loop-theme-minimal_clay .aiwox-loop-card { background: #f0f0f3; border: none; border-radius: 30px; box-shadow: inset -5px -5px 10px #ffffff, inset 5px 5px 10px #d1d1d4, 10px 10px 20px #d1d1d4, -10px -10px 20px #ffffff; }\n                    .aiwox-loop-theme-minimal_clay .aiwox-loop-card:hover { transform: scale(1.02); }\n                    .aiwox-loop-theme-minimal_clay .aiwox-loop-img-wrap { border-radius: 30px 30px 0 0; padding: 15px; }\n                    .aiwox-loop-theme-minimal_clay .aiwox-loop-title { color: #555; font-weight: 600; font-family: \"Nunito\", sans-serif; }\n                    .aiwox-loop-theme-minimal_clay .aiwox-loop-price { color: #888; }\n                    .aiwox-loop-theme-minimal_clay .aiwox-loop-btn { background: #f0f0f3; color: #555; border: none; border-radius: 20px; box-shadow: 3px 3px 6px #d1d1d4, -3px -3px 6px #ffffff; }\n                    .aiwox-loop-theme-minimal_clay .aiwox-loop-card:hover .aiwox-loop-btn { box-shadow: inset 3px 3px 6px #d1d1d4, inset -3px -3px 6px #ffffff; }\n\n                    \/* DARK GLASSMORPHISM THEME *\/\n                    .aiwox-loop-theme-glass_dark .aiwox-loop-card { background: rgba(25, 25, 30, 0.4); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border: 1px solid rgba(255,255,255,0.1); border-radius: 24px; box-shadow: 0 4px 30px rgba(0,0,0,0.5); }\n                    .aiwox-loop-theme-glass_dark .aiwox-loop-card:hover { background: rgba(40, 40, 45, 0.5); border-color: rgba(255,255,255,0.2); }\n                    .aiwox-loop-theme-glass_dark .aiwox-loop-img-wrap { border-radius: 24px 24px 0 0; background: transparent; }\n                    .aiwox-loop-theme-glass_dark .aiwox-loop-title { color: rgba(255,255,255,0.9); font-weight: 500; letter-spacing: 0.5px; }\n                    .aiwox-loop-theme-glass_dark .aiwox-loop-price { color: rgba(255,255,255,0.6); }\n                    .aiwox-loop-theme-glass_dark .aiwox-loop-btn { background: rgba(255,255,255,0.1); color: #fff; border: 1px solid rgba(255,255,255,0.2); border-radius: 12px; }\n                    .aiwox-loop-theme-glass_dark .aiwox-loop-card:hover .aiwox-loop-btn { background: rgba(255,255,255,0.2); }\n\n                    \/* AERO GLASS THEME *\/\n                    .aiwox-loop-theme-aero_glass .aiwox-loop-card { background: linear-gradient(180deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.1) 50%, rgba(255,255,255,0.3) 100%); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.5); border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.1), inset 0 1px 0 rgba(255,255,255,0.8); }\n                    .aiwox-loop-theme-aero_glass .aiwox-loop-card:hover { background: linear-gradient(180deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0.4) 100%); box-shadow: 0 8px 25px rgba(0,0,0,0.15), inset 0 1px 0 rgba(255,255,255,1); }\n                    .aiwox-loop-theme-aero_glass .aiwox-loop-img-wrap { border-radius: 12px 12px 0 0; }\n                    .aiwox-loop-theme-aero_glass .aiwox-loop-title { color: #222; font-family: \"Segoe UI\", Tahoma, Geneva, Verdana, sans-serif; }\n                    .aiwox-loop-theme-aero_glass .aiwox-loop-price { color: #555; font-family: \"Segoe UI\", Tahoma, Geneva, Verdana, sans-serif; }\n                    .aiwox-loop-theme-aero_glass .aiwox-loop-btn { background: linear-gradient(180deg, #f0f0f0, #ccc); border: 1px solid #aaa; color: #333; border-radius: 4px; box-shadow: inset 0 1px 0 #fff; }\n                    .aiwox-loop-theme-aero_glass .aiwox-loop-card:hover .aiwox-loop-btn { background: linear-gradient(180deg, #fff, #ddd); }\n\n                    \/* PAPER CRAFT THEME *\/\n                    .aiwox-loop-theme-paper_craft .aiwox-loop-card { background: #fdfdfd; border-radius: 0; position: relative; box-shadow: 0 5px 15px rgba(0,0,0,0.08), inset 0 0 0 1px rgba(0,0,0,0.05); overflow: hidden; }\n                    .aiwox-loop-theme-paper_craft .aiwox-loop-card::after { content: \"\"; position: absolute; inset: 0; box-shadow: inset 0 10px 20px rgba(0,0,0,0.05); pointer-events: none; }\n                    .aiwox-loop-theme-paper_craft .aiwox-loop-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0,0,0,0.12), inset 0 0 0 1px rgba(0,0,0,0.05); }\n                    .aiwox-loop-theme-paper_craft .aiwox-loop-img-wrap { padding: 20px; background: #fff; box-shadow: 0 5px 10px rgba(0,0,0,0.05); border-radius: 0 0 20px 20px; margin-bottom: 10px; }\n                    .aiwox-loop-theme-paper_craft .aiwox-loop-title { color: #333; font-weight: bold; font-family: \"Courier New\", monospace; letter-spacing: -0.5px; }\n                    .aiwox-loop-theme-paper_craft .aiwox-loop-price { color: #d32f2f; font-weight: bold; }\n                    .aiwox-loop-theme-paper_craft .aiwox-loop-btn { background: #333; color: #fff; border-radius: 0; border: 1px dashed #fff; font-family: \"Courier New\", monospace; text-transform: uppercase; }\n\n                    \/* MATRIX RAIN THEME *\/\n                    .aiwox-loop-theme-matrix_rain .aiwox-loop-card { background: #000; border: 1px solid #0f0; border-radius: 0; box-shadow: 0 0 10px rgba(0,255,0,0.2); position: relative; }\n                    .aiwox-loop-theme-matrix_rain .aiwox-loop-card::before { content: \"101010111000101\"; position: absolute; top: -10px; right: 10px; color: #0f0; font-family: monospace; font-size: 10px; opacity: 0.5; writing-mode: vertical-rl; overflow: hidden; height: 100%; white-space: nowrap; animation: matrixFade 2s infinite alternate; }\n                    @keyframes matrixFade { from { opacity: 0.1; } to { opacity: 0.8; } }\n                    .aiwox-loop-theme-matrix_rain .aiwox-loop-card:hover { box-shadow: 0 0 20px rgba(0,255,0,0.6); }\n                    .aiwox-loop-theme-matrix_rain .aiwox-loop-img-wrap { border-bottom: 1px solid #0f0; filter: contrast(1.5) sepia(1) hue-rotate(80deg) saturate(3); }\n                    .aiwox-loop-theme-matrix_rain .aiwox-loop-card:hover .aiwox-loop-img-wrap { filter: none; }\n                    .aiwox-loop-theme-matrix_rain .aiwox-loop-title { color: #0f0; font-family: \"Courier New\", monospace; text-shadow: 0 0 5px #0f0; }\n                    .aiwox-loop-theme-matrix_rain .aiwox-loop-price { color: #fff; font-family: \"Courier New\", monospace; }\n                    .aiwox-loop-theme-matrix_rain .aiwox-loop-btn { background: transparent; color: #0f0; border: 1px solid #0f0; font-family: monospace; border-radius: 0; }\n                    .aiwox-loop-theme-matrix_rain .aiwox-loop-card:hover .aiwox-loop-btn { background: #0f0; color: #000; }\n\n                    \/* GOLDEN RATIO THEME *\/\n                    .aiwox-loop-theme-golden_ratio .aiwox-loop-card { background: #fff; border: 1px solid #d4af37; border-radius: 0; padding: 1.618rem; position: relative; }\n                    .aiwox-loop-theme-golden_ratio .aiwox-loop-card::after { content: \"\"; position: absolute; top: 10px; left: 10px; right: 10px; bottom: 10px; border: 1px solid rgba(212,175,55,0.3); pointer-events: none; }\n                    .aiwox-loop-theme-golden_ratio .aiwox-loop-img-wrap { margin-bottom: 1.618rem; }\n                    .aiwox-loop-theme-golden_ratio .aiwox-loop-title { color: #111; font-family: \"Optima\", \"Didot\", serif; font-weight: 400; font-size: 18px; text-align: center; }\n                    .aiwox-loop-theme-golden_ratio .aiwox-loop-price { color: #d4af37; font-family: \"Optima\", serif; font-size: 14px; text-align: center; margin-top: 0.618rem; }\n                    .aiwox-loop-theme-golden_ratio .aiwox-loop-btn { display: none; } \/* Focus pur pe produs *\/\n                    .aiwox-loop-theme-golden_ratio .aiwox-loop-card:hover { border-color: #b5952f; box-shadow: 0 10px 30px rgba(212,175,55,0.15); }\n\n                    \/* POP ART THEME *\/\n                    .aiwox-loop-theme-pop_art .aiwox-loop-card { background: #fff; border: 4px solid #000; border-radius: 0; box-shadow: 6px 6px 0 #000; position: relative; overflow: hidden; }\n                    .aiwox-loop-theme-pop_art .aiwox-loop-card::before { content: \"\"; position: absolute; inset: 0; background-image: radial-gradient(#000 15%, transparent 16%), radial-gradient(#000 15%, transparent 16%); background-size: 8px 8px; background-position: 0 0, 4px 4px; opacity: 0.05; pointer-events: none; }\n                    .aiwox-loop-theme-pop_art .aiwox-loop-card:hover { transform: translate(-2px, -2px); box-shadow: 8px 8px 0 #e2001a; border-color: #0047bb; }\n                    .aiwox-loop-theme-pop_art .aiwox-loop-img-wrap { border-bottom: 4px solid #000; padding: 10px; background: #ffea00; }\n                    .aiwox-loop-theme-pop_art .aiwox-loop-title { color: #000; font-family: \"Comic Sans MS\", \"Impact\", sans-serif; font-weight: 900; text-transform: uppercase; font-size: 20px; text-shadow: 2px 2px 0 #fff; }\n                    .aiwox-loop-theme-pop_art .aiwox-loop-price { background: #000; color: #fff; display: inline-block; padding: 4px 10px; font-weight: bold; font-family: sans-serif; transform: rotate(-2deg); }\n                    .aiwox-loop-theme-pop_art .aiwox-loop-btn { background: #e2001a; color: #fff; border: 2px solid #000; border-radius: 50px; font-weight: 900; text-transform: uppercase; padding: 8px 16px; }\n\n                    \/* SKEUOMORPHIC LEATHER THEME *\/\n                    .aiwox-loop-theme-skeuomorphic_leather .aiwox-loop-card { background: #3b2f2f; border-radius: 8px; box-shadow: inset 0 0 20px rgba(0,0,0,0.8), 0 5px 15px rgba(0,0,0,0.5); border: 2px dashed #8b7355; padding: 2px; }\n                    .aiwox-loop-theme-skeuomorphic_leather .aiwox-loop-card:hover { border-color: #d2b48c; box-shadow: inset 0 0 10px rgba(0,0,0,0.6), 0 8px 20px rgba(0,0,0,0.6); }\n                    .aiwox-loop-theme-skeuomorphic_leather .aiwox-loop-img-wrap { border-radius: 6px 6px 0 0; border-bottom: 2px solid #221a1a; background: #fff; }\n                    .aiwox-loop-theme-skeuomorphic_leather .aiwox-loop-title { color: #e6d8ad; font-family: \"Georgia\", serif; font-style: italic; text-shadow: 1px 1px 1px #000; text-align: center; }\n                    .aiwox-loop-theme-skeuomorphic_leather .aiwox-loop-price { color: #d2b48c; text-align: center; font-weight: bold; }\n                    .aiwox-loop-theme-skeuomorphic_leather .aiwox-loop-btn { background: linear-gradient(#5a4634, #3a2d20); border: 1px solid #1a140e; color: #e6d8ad; border-radius: 4px; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 2px 4px rgba(0,0,0,0.5); text-transform: uppercase; font-size: 11px; letter-spacing: 1px; }\n                    .aiwox-loop-theme-skeuomorphic_leather .aiwox-loop-card:hover .aiwox-loop-btn { background: linear-gradient(#6e5540, #4b392a); }\n\n                    \/* GLOWING EDGES THEME *\/\n                    .aiwox-loop-theme-glowing_edges .aiwox-loop-card { background: #0a0a0a; border-radius: 12px; position: relative; overflow: hidden; }\n                    .aiwox-loop-theme-glowing_edges .aiwox-loop-card::before { content: \"\"; position: absolute; inset: -2px; border-radius: 14px; background: conic-gradient(from 0deg, transparent 0 340deg, #00f0ff 360deg); z-index: -1; animation: glowSpin 3s linear infinite; opacity: 0; transition: opacity 0.3s; }\n                    @keyframes glowSpin { 100% { transform: rotate(360deg); } }\n                    .aiwox-loop-theme-glowing_edges .aiwox-loop-card:hover::before { opacity: 1; }\n                    .aiwox-loop-theme-glowing_edges .aiwox-loop-img-wrap { border-radius: 12px 12px 0 0; background: #111; }\n                    .aiwox-loop-theme-glowing_edges .aiwox-loop-title { color: #fff; font-family: sans-serif; font-weight: 500; }\n                    .aiwox-loop-theme-glowing_edges .aiwox-loop-price { color: #aaa; }\n                    .aiwox-loop-theme-glowing_edges .aiwox-loop-btn { background: #1a1a1a; color: #fff; border: 1px solid #333; border-radius: 6px; }\n                    .aiwox-loop-theme-glowing_edges .aiwox-loop-card:hover .aiwox-loop-btn { border-color: #00f0ff; color: #00f0ff; }\n\n                    \/* AURORA BOREALIS THEME *\/\n                    .aiwox-loop-theme-aurora_borealis .aiwox-loop-card { background: #000; border-radius: 20px; position: relative; overflow: hidden; border: none; }\n                    .aiwox-loop-theme-aurora_borealis .aiwox-loop-card::before { content: \"\"; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle at 50% 50%, rgba(0, 255, 128, 0.2), transparent 60%), radial-gradient(circle at 80% 20%, rgba(0, 128, 255, 0.2), transparent 50%); z-index: 0; animation: auroraFlow 10s ease-in-out infinite alternate; pointer-events: none; }\n                    @keyframes auroraFlow { 0% { transform: translate(0, 0) scale(1); } 100% { transform: translate(-10%, 10%) scale(1.1); } }\n                    .aiwox-loop-theme-aurora_borealis .aiwox-loop-img-wrap { position: relative; z-index: 1; border-radius: 20px 20px 0 0; }\n                    .aiwox-loop-theme-aurora_borealis .aiwox-loop-info { position: relative; z-index: 1; }\n                    .aiwox-loop-theme-aurora_borealis .aiwox-loop-title { color: #fff; font-family: \"Inter\", sans-serif; font-weight: 300; }\n                    .aiwox-loop-theme-aurora_borealis .aiwox-loop-price { color: #00ff80; }\n                    .aiwox-loop-theme-aurora_borealis .aiwox-loop-btn { background: rgba(255,255,255,0.1); backdrop-filter: blur(5px); color: #fff; border: 1px solid rgba(255,255,255,0.2); border-radius: 20px; }\n                    .aiwox-loop-theme-aurora_borealis .aiwox-loop-card:hover .aiwox-loop-btn { background: rgba(0, 255, 128, 0.3); border-color: #00ff80; }\n\n                    \/* BLUEPRINT THEME *\/\n                    .aiwox-loop-theme-blueprint .aiwox-loop-card { background: #0b3d91; border: 1px solid #fff; border-radius: 0; box-shadow: none; position: relative; }\n                    .aiwox-loop-theme-blueprint .aiwox-loop-card::before { content: \"\"; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.2) 1px, transparent 1px); background-size: 20px 20px; pointer-events: none; }\n                    .aiwox-loop-theme-blueprint .aiwox-loop-img-wrap { filter: grayscale(100%) contrast(1.2) invert(1) sepia(1) hue-rotate(180deg) saturate(3); mix-blend-mode: screen; border-bottom: 1px solid #fff; }\n                    .aiwox-loop-theme-blueprint .aiwox-loop-card:hover .aiwox-loop-img-wrap { filter: none; mix-blend-mode: normal; }\n                    .aiwox-loop-theme-blueprint .aiwox-loop-title { color: #fff; font-family: \"Comic Sans MS\", \"Chalkboard\", sans-serif; font-weight: normal; text-transform: uppercase; font-size: 16px; }\n                    .aiwox-loop-theme-blueprint .aiwox-loop-price { color: #fff; font-family: monospace; }\n                    .aiwox-loop-theme-blueprint .aiwox-loop-btn { background: transparent; color: #fff; border: 1px dashed #fff; border-radius: 0; font-family: monospace; text-transform: uppercase; }\n                    .aiwox-loop-theme-blueprint .aiwox-loop-card:hover .aiwox-loop-btn { background: #fff; color: #0b3d91; }\n\n                    \/* VELOUR RED THEME *\/\n                    .aiwox-loop-theme-velour_red .aiwox-loop-card { background: #4a0404; border: 1px solid #2a0000; border-radius: 4px; box-shadow: inset 0 0 30px rgba(0,0,0,0.5), 0 10px 20px rgba(0,0,0,0.2); }\n                    .aiwox-loop-theme-velour_red .aiwox-loop-card:hover { background: #5c0505; box-shadow: inset 0 0 40px rgba(0,0,0,0.6), 0 15px 25px rgba(0,0,0,0.3); }\n                    .aiwox-loop-theme-velour_red .aiwox-loop-img-wrap { border-radius: 4px 4px 0 0; background: #fff; border-bottom: 2px solid #ffd700; }\n                    .aiwox-loop-theme-velour_red .aiwox-loop-title { color: #ffd700; font-family: \"Playfair Display\", serif; text-align: center; font-size: 20px; }\n                    .aiwox-loop-theme-velour_red .aiwox-loop-price { color: #e5b80b; text-align: center; font-family: sans-serif; letter-spacing: 1px; }\n                    .aiwox-loop-theme-velour_red .aiwox-loop-btn { background: #ffd700; color: #4a0404; border: none; border-radius: 0; font-family: serif; font-weight: bold; text-transform: uppercase; box-shadow: 0 4px 6px rgba(0,0,0,0.3); }\n                    .aiwox-loop-theme-velour_red .aiwox-loop-card:hover .aiwox-loop-btn { background: #fff; color: #4a0404; }\n\n                    \/* TRANSPARENT TECH THEME *\/\n                    .aiwox-loop-theme-transparent_tech .aiwox-loop-card { background: rgba(255,255,255,0.05); backdrop-filter: blur(4px); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; position: relative; overflow: hidden; }\n                    .aiwox-loop-theme-transparent_tech .aiwox-loop-card::before { content: \"\"; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,0.1) 1px, transparent 1px); background-size: 10px 10px; opacity: 0.3; z-index: -1; }\n                    .aiwox-loop-theme-transparent_tech .aiwox-loop-card:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.3); }\n                    .aiwox-loop-theme-transparent_tech .aiwox-loop-img-wrap { border-radius: 16px 16px 0 0; background: transparent; padding: 10px; }\n                    .aiwox-loop-theme-transparent_tech .aiwox-loop-title { color: #eaeaea; font-family: \"Inter\", sans-serif; font-weight: 500; font-size: 15px; }\n                    .aiwox-loop-theme-transparent_tech .aiwox-loop-price { color: #bbb; font-size: 13px; }\n                    .aiwox-loop-theme-transparent_tech .aiwox-loop-btn { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.2); border-radius: 8px; font-weight: 500; padding: 8px 15px; }\n                    .aiwox-loop-theme-transparent_tech .aiwox-loop-card:hover .aiwox-loop-btn { background: #fff; color: #000; }\n\n                    \/* NEW 10 THEMES *\/\n                    \/* CYBER SAMURAI THEME *\/\n                    .aiwox-loop-theme-cyber_samurai .aiwox-loop-card { background: #0b0b0b; border: 1px solid #333; border-radius: 0; position: relative; clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%); }\n                    .aiwox-loop-theme-cyber_samurai .aiwox-loop-card:hover { border-color: #ff003c; box-shadow: 0 0 15px rgba(255,0,60,0.4); }\n                    .aiwox-loop-theme-cyber_samurai .aiwox-loop-img-wrap { border-bottom: 2px solid #ff003c; filter: grayscale(50%) contrast(1.2); }\n                    .aiwox-loop-theme-cyber_samurai .aiwox-loop-card:hover .aiwox-loop-img-wrap { filter: grayscale(0%); }\n                    .aiwox-loop-theme-cyber_samurai .aiwox-loop-title { color: #fff; font-family: \"Impact\", sans-serif; text-transform: uppercase; letter-spacing: 2px; }\n                    .aiwox-loop-theme-cyber_samurai .aiwox-loop-price { color: #ff003c; font-family: monospace; font-weight: bold; }\n                    .aiwox-loop-theme-cyber_samurai .aiwox-loop-btn { background: transparent; color: #ff003c; border: 1px solid #ff003c; border-radius: 0; text-transform: uppercase; font-family: monospace; letter-spacing: 1px; clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%); }\n                    .aiwox-loop-theme-cyber_samurai .aiwox-loop-card:hover .aiwox-loop-btn { background: #ff003c; color: #000; }\n\n                    \/* FROSTED NEON THEME *\/\n                    .aiwox-loop-theme-frosted_neon .aiwox-loop-card { background: rgba(255,255,255,0.7); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.5); border-radius: 20px; position: relative; z-index: 1; }\n                    .aiwox-loop-theme-frosted_neon .aiwox-loop-card::before { content: \"\"; position: absolute; inset: -5px; background: linear-gradient(45deg, #ff00ff, #00ffff); z-index: -1; border-radius: 25px; filter: blur(15px); opacity: 0; transition: opacity 0.4s; }\n                    .aiwox-loop-theme-frosted_neon .aiwox-loop-card:hover::before { opacity: 0.6; }\n                    .aiwox-loop-theme-frosted_neon .aiwox-loop-img-wrap { border-radius: 20px 20px 0 0; }\n                    .aiwox-loop-theme-frosted_neon .aiwox-loop-title { color: #111; font-family: \"Inter\", sans-serif; font-weight: 800; }\n                    .aiwox-loop-theme-frosted_neon .aiwox-loop-price { color: #ff00ff; font-weight: bold; }\n                    .aiwox-loop-theme-frosted_neon .aiwox-loop-btn { background: linear-gradient(45deg, #ff00ff, #00ffff); color: #fff; border: none; border-radius: 20px; font-weight: bold; }\n\n                    \/* ECO CARDBOARD THEME *\/\n                    .aiwox-loop-theme-eco_cardboard .aiwox-loop-card { background: #d4c4a8; border: 2px solid #bba684; border-radius: 4px; box-shadow: 2px 2px 5px rgba(0,0,0,0.1); position: relative; }\n                    .aiwox-loop-theme-eco_cardboard .aiwox-loop-card::after { content: \"\"; position: absolute; inset: 0; background-image: repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(0,0,0,0.03) 2px, rgba(0,0,0,0.03) 4px); pointer-events: none; }\n                    .aiwox-loop-theme-eco_cardboard .aiwox-loop-img-wrap { border-bottom: 2px solid #bba684; filter: sepia(0.3); }\n                    .aiwox-loop-theme-eco_cardboard .aiwox-loop-card:hover .aiwox-loop-img-wrap { filter: none; }\n                    .aiwox-loop-theme-eco_cardboard .aiwox-loop-title { color: #4a3b2c; font-family: \"Courier New\", monospace; font-weight: bold; }\n                    .aiwox-loop-theme-eco_cardboard .aiwox-loop-price { color: #2e7d32; font-family: monospace; font-weight: bold; }\n                    .aiwox-loop-theme-eco_cardboard .aiwox-loop-btn { background: #4a3b2c; color: #d4c4a8; border: none; border-radius: 2px; font-family: monospace; text-transform: uppercase; }\n\n                    \/* VHS GLITCH THEME *\/\n                    .aiwox-loop-theme-vhs_glitch .aiwox-loop-card { background: #000; border: 1px solid #333; border-radius: 0; position: relative; overflow: hidden; }\n                    .aiwox-loop-theme-vhs_glitch .aiwox-loop-card:hover { border-color: #fff; }\n                    .aiwox-loop-theme-vhs_glitch .aiwox-loop-card::before { content: \"\"; position: absolute; inset: 0; background: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255,255,255,0.05) 2px, rgba(255,255,255,0.05) 4px); pointer-events: none; z-index: 5; }\n                    .aiwox-loop-theme-vhs_glitch .aiwox-loop-card:hover::after { content: \"\"; position: absolute; top: 50%; left: -100%; width: 200%; height: 10px; background: rgba(255,255,255,0.5); z-index: 6; animation: vhsScan 1s linear infinite; filter: blur(2px); mix-blend-mode: overlay; }\n                    @keyframes vhsScan { to { top: 100%; } }\n                    .aiwox-loop-theme-vhs_glitch .aiwox-loop-img-wrap { border-bottom: 1px solid #333; filter: saturate(1.5) contrast(1.2); }\n                    .aiwox-loop-theme-vhs_glitch .aiwox-loop-card:hover .aiwox-loop-img-wrap { filter: saturate(1.5) contrast(1.2) hue-rotate(90deg); }\n                    .aiwox-loop-theme-vhs_glitch .aiwox-loop-title { color: #fff; font-family: \"Arial\", sans-serif; font-weight: bold; text-transform: uppercase; letter-spacing: 2px; text-shadow: -2px 0 red, 2px 0 cyan; }\n                    .aiwox-loop-theme-vhs_glitch .aiwox-loop-price { color: #fff; font-family: monospace; }\n                    .aiwox-loop-theme-vhs_glitch .aiwox-loop-btn { background: #fff; color: #000; border: none; border-radius: 0; font-family: \"Arial\", sans-serif; font-weight: bold; text-transform: uppercase; }\n\n                    \/* MARBLE STATUE THEME *\/\n                    .aiwox-loop-theme-marble_statue .aiwox-loop-card { background: #fdfdfd; border-radius: 4px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); position: relative; }\n                    .aiwox-loop-theme-marble_statue .aiwox-loop-card::before { content: \"\"; position: absolute; inset: 0; opacity: 0.1; background-image: url(\"data:image\/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'\/%3E%3C\/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'\/%3E%3C\/svg%3E\"); pointer-events: none; mix-blend-mode: multiply; }\n                    .aiwox-loop-theme-marble_statue .aiwox-loop-img-wrap { border-radius: 4px 4px 0 0; padding: 15px; }\n                    .aiwox-loop-theme-marble_statue .aiwox-loop-title { color: #222; font-family: \"Cinzel\", \"Didot\", serif; text-align: center; font-size: 20px; }\n                    .aiwox-loop-theme-marble_statue .aiwox-loop-price { color: #777; text-align: center; font-family: serif; }\n                    .aiwox-loop-theme-marble_statue .aiwox-loop-btn { background: transparent; color: #222; border: 1px solid #222; border-radius: 0; font-family: serif; text-transform: uppercase; letter-spacing: 1px; margin: 0 auto; display: table; }\n                    .aiwox-loop-theme-marble_statue .aiwox-loop-card:hover .aiwox-loop-btn { background: #222; color: #fff; }\n\n                    \/* HOLOGRAPHIC FOIL THEME *\/\n                    .aiwox-loop-theme-holographic_foil .aiwox-loop-card { background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); border-radius: 12px; position: relative; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.1); }\n                    .aiwox-loop-theme-holographic_foil .aiwox-loop-card::before { content: \"\"; position: absolute; inset: 0; background: linear-gradient(125deg, rgba(255,0,0,0.3), rgba(255,255,0,0.3), rgba(0,255,0,0.3), rgba(0,255,255,0.3), rgba(0,0,255,0.3), rgba(255,0,255,0.3)); mix-blend-mode: color-burn; opacity: 0; transition: opacity 0.5s; z-index: 2; pointer-events: none; }\n                    .aiwox-loop-theme-holographic_foil .aiwox-loop-card:hover::before { opacity: 0.8; animation: holoFoil 3s ease infinite alternate; }\n                    @keyframes holoFoil { 0% { filter: hue-rotate(0deg); } 100% { filter: hue-rotate(360deg); } }\n                    .aiwox-loop-theme-holographic_foil .aiwox-loop-img-wrap { border-radius: 12px 12px 0 0; background: #fff; position: relative; z-index: 1; }\n                    .aiwox-loop-theme-holographic_foil .aiwox-loop-info { position: relative; z-index: 3; background: rgba(255,255,255,0.8); backdrop-filter: blur(5px); }\n                    .aiwox-loop-theme-holographic_foil .aiwox-loop-title { color: #333; font-weight: 800; font-family: sans-serif; }\n                    .aiwox-loop-theme-holographic_foil .aiwox-loop-price { color: #666; font-weight: bold; }\n                    .aiwox-loop-theme-holographic_foil .aiwox-loop-btn { background: #111; color: #fff; border: none; border-radius: 30px; }\n\n                    \/* MILITARY TACTICAL THEME *\/\n                    .aiwox-loop-theme-military_tactical .aiwox-loop-card { background: #4b5320; border: 3px solid #2a2e12; border-radius: 4px; box-shadow: inset 0 0 10px rgba(0,0,0,0.5); }\n                    .aiwox-loop-theme-military_tactical .aiwox-loop-card:hover { transform: translateY(-2px); box-shadow: 0 10px 20px rgba(0,0,0,0.4); }\n                    .aiwox-loop-theme-military_tactical .aiwox-loop-img-wrap { border-bottom: 3px solid #2a2e12; background: #fff; }\n                    .aiwox-loop-theme-military_tactical .aiwox-loop-title { color: #d4d8c5; font-family: \"Stencil\", \"Arial Black\", sans-serif; text-transform: uppercase; font-size: 22px; text-shadow: 1px 1px 0 #000; }\n                    .aiwox-loop-theme-military_tactical .aiwox-loop-price { color: #ffeb3b; font-family: monospace; font-weight: bold; }\n                    .aiwox-loop-theme-military_tactical .aiwox-loop-btn { background: #2a2e12; color: #d4d8c5; border: 1px solid #000; border-radius: 2px; font-family: \"Stencil\", sans-serif; text-transform: uppercase; }\n                    .aiwox-loop-theme-military_tactical .aiwox-loop-card:hover .aiwox-loop-btn { background: #d4d8c5; color: #2a2e12; }\n\n                    \/* VAPORWAVE MALL THEME *\/\n                    .aiwox-loop-theme-vaporwave_mall .aiwox-loop-card { background: #ff71ce; border: 2px solid #01cdfe; border-radius: 0; box-shadow: 5px 5px 0 #05ffa1; position: relative; overflow: hidden; }\n                    .aiwox-loop-theme-vaporwave_mall .aiwox-loop-card::after { content: \"\"; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(255,255,255,0.2) 50%); background-size: 100% 4px; pointer-events: none; mix-blend-mode: overlay; }\n                    .aiwox-loop-theme-vaporwave_mall .aiwox-loop-card:hover { transform: translate(-3px, -3px); box-shadow: 8px 8px 0 #05ffa1; border-color: #b967ff; }\n                    .aiwox-loop-theme-vaporwave_mall .aiwox-loop-img-wrap { border-bottom: 2px solid #01cdfe; background: #fff; }\n                    .aiwox-loop-theme-vaporwave_mall .aiwox-loop-title { color: #fff; font-family: \"Times New Roman\", serif; font-style: italic; font-weight: bold; text-shadow: 2px 2px #01cdfe; letter-spacing: 1px; }\n                    .aiwox-loop-theme-vaporwave_mall .aiwox-loop-price { color: #05ffa1; font-family: sans-serif; font-weight: 900; background: #000; display: inline-block; padding: 2px 8px; transform: skewX(-10deg); }\n                    .aiwox-loop-theme-vaporwave_mall .aiwox-loop-btn { background: #01cdfe; color: #fff; border: none; border-radius: 0; font-family: sans-serif; font-weight: bold; text-transform: uppercase; box-shadow: 3px 3px 0 #b967ff; }\n\n                    \/* XRAY VISION THEME *\/\n                    .aiwox-loop-theme-xray_vision .aiwox-loop-card { background: #001a33; border: 1px solid #004080; border-radius: 8px; box-shadow: 0 0 15px rgba(0,64,128,0.5); transition: all 0.5s; }\n                    .aiwox-loop-theme-xray_vision .aiwox-loop-card:hover { box-shadow: 0 0 25px rgba(0,191,255,0.8); border-color: #00bfff; }\n                    .aiwox-loop-theme-xray_vision .aiwox-loop-img-wrap { filter: invert(1) hue-rotate(180deg); border-radius: 8px 8px 0 0; background: #fff; transition: filter 0.5s; }\n                    .aiwox-loop-theme-xray_vision .aiwox-loop-card:hover .aiwox-loop-img-wrap { filter: invert(0.8) hue-rotate(180deg) contrast(1.5); }\n                    .aiwox-loop-theme-xray_vision .aiwox-loop-title { color: #00bfff; font-family: sans-serif; font-weight: 300; letter-spacing: 2px; }\n                    .aiwox-loop-theme-xray_vision .aiwox-loop-price { color: #fff; }\n                    .aiwox-loop-theme-xray_vision .aiwox-loop-btn { background: transparent; color: #00bfff; border: 1px solid #00bfff; border-radius: 20px; text-transform: uppercase; letter-spacing: 1px; }\n                    .aiwox-loop-theme-xray_vision .aiwox-loop-card:hover .aiwox-loop-btn { background: #00bfff; color: #001a33; box-shadow: 0 0 10px #00bfff; }\n\n                    \/* ROYAL BLUE VELVET THEME *\/\n                    .aiwox-loop-theme-velvet_blue .aiwox-loop-card { background: #001f54; border: 1px solid #000; border-radius: 6px; box-shadow: inset 0 0 40px rgba(0,0,0,0.6), 0 10px 20px rgba(0,0,0,0.3); }\n                    .aiwox-loop-theme-velvet_blue .aiwox-loop-card:hover { background: #002870; box-shadow: inset 0 0 50px rgba(0,0,0,0.7), 0 15px 30px rgba(0,0,0,0.4); }\n                    .aiwox-loop-theme-velvet_blue .aiwox-loop-img-wrap { border-radius: 6px 6px 0 0; background: #fff; border-bottom: 2px solid #ffd700; }\n                    .aiwox-loop-theme-velvet_blue .aiwox-loop-title { color: #ffd700; font-family: \"Didot\", serif; text-align: center; font-size: 22px; text-shadow: 1px 1px 2px #000; }\n                    .aiwox-loop-theme-velvet_blue .aiwox-loop-price { color: #e5b80b; text-align: center; font-family: sans-serif; letter-spacing: 1px; }\n                    .aiwox-loop-theme-velvet_blue .aiwox-loop-btn { background: #ffd700; color: #001f54; border: none; border-radius: 2px; font-family: serif; font-weight: bold; text-transform: uppercase; box-shadow: 0 4px 6px rgba(0,0,0,0.4); }\n                    .aiwox-loop-theme-velvet_blue .aiwox-loop-card:hover .aiwox-loop-btn { background: #fff; color: #001f54; }\n\n                    \/* NEW 10 MINIMALIST PREMIUM THEMES *\/\n                    \/* SWISS MINIMAL THEME *\/\n                    .aiwox-loop-theme-swiss_minimal .aiwox-loop-card { background: #fff; border: none; border-radius: 0; padding: 0; box-shadow: none; transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1); }\n                    .aiwox-loop-theme-swiss_minimal .aiwox-loop-card:hover { transform: translateY(-4px); }\n                    .aiwox-loop-theme-swiss_minimal .aiwox-loop-img-wrap { padding: 0; margin-bottom: 12px; }\n                    .aiwox-loop-theme-swiss_minimal .aiwox-loop-title { color: #000; font-family: \"Inter\", \"Helvetica Neue\", Helvetica, Arial, sans-serif; font-weight: 600; font-size: 16px; letter-spacing: -0.02em; margin-bottom: 4px; }\n                    .aiwox-loop-theme-swiss_minimal .aiwox-loop-price { color: #000; font-weight: 400; font-size: 14px; }\n                    .aiwox-loop-theme-swiss_minimal .aiwox-loop-btn { display: none; }\n                    .aiwox-loop-theme-swiss_minimal .aiwox-loop-actions-hover button { background: #000; color: #fff; border-radius: 0; }\n                    \n                    \/* SCANDINAVIAN LIGHT THEME *\/\n                    .aiwox-loop-theme-scandi_light .aiwox-loop-card { background: #faf9f6; border: none; border-radius: 8px; padding: 24px; box-shadow: none; transition: background 0.4s; }\n                    .aiwox-loop-theme-scandi_light .aiwox-loop-card:hover { background: #f0efe9; }\n                    .aiwox-loop-theme-scandi_light .aiwox-loop-img-wrap { background: transparent; margin-bottom: 20px; mix-blend-mode: multiply; }\n                    .aiwox-loop-theme-scandi_light .aiwox-loop-title { color: #4a4a4a; font-family: \"Outfit\", sans-serif; font-weight: 400; font-size: 17px; }\n                    .aiwox-loop-theme-scandi_light .aiwox-loop-price { color: #8a8a8a; font-weight: 300; }\n                    .aiwox-loop-theme-scandi_light .aiwox-loop-btn { display: none; }\n                    \n                    \/* JAPANESE ZEN THEME *\/\n                    .aiwox-loop-theme-jap_zen .aiwox-loop-card { background: #fff; border: 1px solid #f0f0f0; border-radius: 0; padding: 30px 15px; text-align: center; transition: border-color 0.4s; }\n                    .aiwox-loop-theme-jap_zen .aiwox-loop-card:hover { border-color: #000; }\n                    .aiwox-loop-theme-jap_zen .aiwox-loop-img-wrap { margin-bottom: 25px; filter: contrast(0.9) sepia(0.05); }\n                    .aiwox-loop-theme-jap_zen .aiwox-loop-card:hover .aiwox-loop-img-wrap { filter: none; }\n                    .aiwox-loop-theme-jap_zen .aiwox-loop-title { color: #333; font-family: \"Shippori Mincho\", \"Noto Serif\", serif; font-weight: 400; font-size: 15px; letter-spacing: 2px; text-transform: uppercase; }\n                    .aiwox-loop-theme-jap_zen .aiwox-loop-price { color: #999; font-size: 13px; margin-top: 10px; }\n                    .aiwox-loop-theme-jap_zen .aiwox-loop-btn { display: none; }\n                    \n                    \/* MUSEUM GALLERY THEME *\/\n                    .aiwox-loop-theme-museum_gallery .aiwox-loop-card { background: #fff; border: none; border-radius: 2px; padding: 0; box-shadow: 0 4px 15px rgba(0,0,0,0.03); }\n                    .aiwox-loop-theme-museum_gallery .aiwox-loop-card:hover { box-shadow: 0 10px 30px rgba(0,0,0,0.08); }\n                    .aiwox-loop-theme-museum_gallery .aiwox-loop-img-wrap { padding: 40px; background: #fff; border-bottom: 1px solid #f5f5f5; }\n                    .aiwox-loop-theme-museum_gallery .aiwox-loop-info { padding: 15px 20px; text-align: right; }\n                    .aiwox-loop-theme-museum_gallery .aiwox-loop-title { color: #111; font-family: \"Baskerville\", serif; font-weight: normal; font-size: 14px; font-style: italic; }\n                    .aiwox-loop-theme-museum_gallery .aiwox-loop-price { color: #555; font-family: sans-serif; font-size: 12px; margin-top: 5px; }\n                    .aiwox-loop-theme-museum_gallery .aiwox-loop-btn { display: none; }\n                    \n                    \/* INVISIBLE UI THEME *\/\n                    .aiwox-loop-theme-invisible_ui .aiwox-loop-card { background: transparent; border: none; box-shadow: none; position: relative; overflow: visible; }\n                    .aiwox-loop-theme-invisible_ui .aiwox-loop-img-wrap { transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1); }\n                    .aiwox-loop-theme-invisible_ui .aiwox-loop-card:hover .aiwox-loop-img-wrap { transform: scale(1.05); }\n                    .aiwox-loop-theme-invisible_ui .aiwox-loop-info { position: absolute; bottom: -10px; left: 0; right: 0; opacity: 0; transform: translateY(10px); transition: all 0.4s ease; text-align: center; pointer-events: none; }\n                    .aiwox-loop-theme-invisible_ui .aiwox-loop-card:hover .aiwox-loop-info { opacity: 1; transform: translateY(20px); }\n                    .aiwox-loop-theme-invisible_ui .aiwox-loop-title { color: #000; font-family: \"Inter\", sans-serif; font-weight: 500; font-size: 15px; }\n                    .aiwox-loop-theme-invisible_ui .aiwox-loop-price { color: #666; font-size: 13px; }\n                    .aiwox-loop-theme-invisible_ui .aiwox-loop-btn { display: none; }\n                    \n                    \/* LINE ART THEME *\/\n                    .aiwox-loop-theme-line_art .aiwox-loop-card { background: transparent; border: 1px solid #e0e0e0; border-radius: 0; box-shadow: none; transition: border-color 0.3s; }\n                    .aiwox-loop-theme-line_art .aiwox-loop-card:hover { border-color: #000; }\n                    .aiwox-loop-theme-line_art .aiwox-loop-img-wrap { border-bottom: 1px solid #e0e0e0; transition: border-color 0.3s; }\n                    .aiwox-loop-theme-line_art .aiwox-loop-card:hover .aiwox-loop-img-wrap { border-color: #000; }\n                    .aiwox-loop-theme-line_art .aiwox-loop-info { padding: 15px; display: flex; justify-content: space-between; align-items: center; }\n                    .aiwox-loop-theme-line_art .aiwox-loop-title { color: #333; font-weight: 400; font-size: 14px; margin: 0; }\n                    .aiwox-loop-theme-line_art .aiwox-loop-price { color: #000; font-weight: 600; font-size: 14px; }\n                    .aiwox-loop-theme-line_art .aiwox-loop-btn { display: none; }\n                    .aiwox-loop-theme-line_art .aiwox-loop-actions-hover button { border: 1px solid #000; background: #fff; color: #000; border-radius: 0; }\n                    .aiwox-loop-theme-line_art .aiwox-loop-actions-hover button:hover { background: #000; color: #fff; }\n\n                    \/* SOFT FOCUS THEME *\/\n                    .aiwox-loop-theme-soft_focus .aiwox-loop-card { background: #fff; border: none; border-radius: 12px; overflow: hidden; }\n                    .aiwox-loop-theme-soft_focus .aiwox-loop-img-wrap { filter: blur(3px) grayscale(20%); transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1); transform: scale(1.02); }\n                    .aiwox-loop-theme-soft_focus .aiwox-loop-card:hover .aiwox-loop-img-wrap { filter: blur(0px) grayscale(0%); transform: scale(1); }\n                    .aiwox-loop-theme-soft_focus .aiwox-loop-info { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; background: rgba(255,255,255,0.7); opacity: 1; transition: opacity 0.5s; backdrop-filter: blur(2px); }\n                    .aiwox-loop-theme-soft_focus .aiwox-loop-card:hover .aiwox-loop-info { opacity: 0; pointer-events: none; }\n                    .aiwox-loop-theme-soft_focus .aiwox-loop-title { color: #000; font-family: \"Playfair Display\", serif; font-size: 24px; text-align: center; }\n                    .aiwox-loop-theme-soft_focus .aiwox-loop-price { color: #333; font-family: sans-serif; letter-spacing: 2px; }\n                    .aiwox-loop-theme-soft_focus .aiwox-loop-btn { display: none; }\n                    .aiwox-loop-theme-soft_focus .aiwox-loop-actions-hover { bottom: 50%; right: 50%; transform: translate(50%, 50%) scale(0.9); opacity: 0; flex-direction: row; }\n                    .aiwox-loop-theme-soft_focus .aiwox-loop-card:hover .aiwox-loop-actions-hover { transform: translate(50%, 50%) scale(1); opacity: 1; }\n\n                    \/* BRAUN INDUSTRIAL THEME *\/\n                    .aiwox-loop-theme-braun_industrial .aiwox-loop-card { background: #f4f4f4; border: 1px solid #e4e4e4; border-radius: 8px; padding: 12px; box-shadow: inset 0 2px 5px #fff, 0 4px 10px rgba(0,0,0,0.05); }\n                    .aiwox-loop-theme-braun_industrial .aiwox-loop-img-wrap { background: #ebebeb; border-radius: 4px; border: 1px solid #dfdfdf; box-shadow: inset 0 2px 10px rgba(0,0,0,0.03); }\n                    .aiwox-loop-theme-braun_industrial .aiwox-loop-info { padding-top: 15px; }\n                    .aiwox-loop-theme-braun_industrial .aiwox-loop-title { color: #444; font-family: \"Helvetica Neue\", sans-serif; font-weight: 500; font-size: 15px; }\n                    .aiwox-loop-theme-braun_industrial .aiwox-loop-price { color: #222; font-family: \"Helvetica Neue\", sans-serif; font-weight: bold; }\n                    .aiwox-loop-theme-braun_industrial .aiwox-loop-btn { display: none; }\n                    .aiwox-loop-theme-braun_industrial .aiwox-loop-actions-hover button { background: #e8e8e8; border: 1px solid #d4d4d4; box-shadow: 0 2px 0 #cfcfcf; color: #444; }\n                    .aiwox-loop-theme-braun_industrial .aiwox-loop-actions-hover button:active { box-shadow: none; transform: translateY(2px); }\n                    .aiwox-loop-theme-braun_industrial .aiwox-loop-actions-hover button.aiwox-nma-add { background: #ff5722; border-color: #e64a19; box-shadow: 0 2px 0 #d84315; color: #fff; }\n\n                    \/* MONOLITH BLACK THEME *\/\n                    .aiwox-loop-theme-monolith_black .aiwox-loop-card { background: #000; border: none; border-radius: 0; box-shadow: none; }\n                    .aiwox-loop-theme-monolith_black .aiwox-loop-img-wrap { filter: grayscale(100%) contrast(1.1) brightness(0.8); transition: all 0.5s; opacity: 0.8; }\n                    .aiwox-loop-theme-monolith_black .aiwox-loop-card:hover .aiwox-loop-img-wrap { filter: none; opacity: 1; }\n                    .aiwox-loop-theme-monolith_black .aiwox-loop-title { color: #555; font-family: \"Inter\", sans-serif; font-weight: 400; font-size: 14px; transition: color 0.3s; }\n                    .aiwox-loop-theme-monolith_black .aiwox-loop-card:hover .aiwox-loop-title { color: #fff; }\n                    .aiwox-loop-theme-monolith_black .aiwox-loop-price { color: #333; transition: color 0.3s; }\n                    .aiwox-loop-theme-monolith_black .aiwox-loop-card:hover .aiwox-loop-price { color: #ccc; }\n                    .aiwox-loop-theme-monolith_black .aiwox-loop-btn { display: none; }\n                    .aiwox-loop-theme-monolith_black .aiwox-loop-actions-hover button { background: #111; border: 1px solid #333; color: #888; border-radius: 0; }\n                    .aiwox-loop-theme-monolith_black .aiwox-loop-actions-hover button:hover { background: #fff; color: #000; border-color: #fff; }\n\n                    \/* FROSTED MINIMAL THEME *\/\n                    .aiwox-loop-theme-frosted_minimal .aiwox-loop-card { background: rgba(255,255,255,0.4); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.6); border-radius: 16px; box-shadow: 0 8px 32px rgba(0,0,0,0.03); }\n                    .aiwox-loop-theme-frosted_minimal .aiwox-loop-card:hover { background: rgba(255,255,255,0.6); border-color: rgba(255,255,255,0.9); box-shadow: 0 8px 32px rgba(0,0,0,0.06); }\n                    .aiwox-loop-theme-frosted_minimal .aiwox-loop-img-wrap { border-radius: 16px 16px 0 0; mix-blend-mode: multiply; }\n                    .aiwox-loop-theme-frosted_minimal .aiwox-loop-title { color: #444; font-family: \"Outfit\", sans-serif; font-weight: 500; }\n                    .aiwox-loop-theme-frosted_minimal .aiwox-loop-price { color: #888; }\n                    .aiwox-loop-theme-frosted_minimal .aiwox-loop-btn { display: none; }\n\n                    \/* NEW 10 THEMES BATCH 4 *\/\n                    \/* HOLOGRAPHIC GLASS THEME *\/\n                    .aiwox-loop-theme-holographic_glass .aiwox-loop-card { background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.0)); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-radius: 20px; border: 1px solid rgba(255,255,255,0.18); box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37); position: relative; overflow: hidden; }\n                    .aiwox-loop-theme-holographic_glass .aiwox-loop-card::before { content: \"\"; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: conic-gradient(from 180deg at 50% 50%, #2a8af6 0deg, #a853ba 180deg, #e92a67 360deg); opacity: 0.15; z-index: -1; animation: spin 4s linear infinite; }\n                    @keyframes spin { 100% { transform: rotate(360deg); } }\n                    .aiwox-loop-theme-holographic_glass .aiwox-loop-img-wrap { border-radius: 20px 20px 0 0; }\n                    .aiwox-loop-theme-holographic_glass .aiwox-loop-title { color: #fff; font-family: sans-serif; font-weight: bold; text-shadow: 0 2px 4px rgba(0,0,0,0.5); }\n                    .aiwox-loop-theme-holographic_glass .aiwox-loop-price { color: #f0f0f0; }\n                    .aiwox-loop-theme-holographic_glass .aiwox-loop-btn { background: rgba(255,255,255,0.2); color: #fff; border-radius: 10px; border: 1px solid rgba(255,255,255,0.4); }\n\n                    \/* ORIGAMI FOLD THEME *\/\n                    .aiwox-loop-theme-origami_fold .aiwox-loop-card { background: #fff; border-radius: 0; box-shadow: 2px 2px 5px rgba(0,0,0,0.1); position: relative; }\n                    .aiwox-loop-theme-origami_fold .aiwox-loop-card::after { content: \"\"; position: absolute; top: 0; right: 0; border-width: 0 30px 30px 0; border-style: solid; border-color: #eee #fff; box-shadow: -2px 2px 4px rgba(0,0,0,0.1); transition: all 0.3s; }\n                    .aiwox-loop-theme-origami_fold .aiwox-loop-card:hover::after { border-width: 0 40px 40px 0; }\n                    .aiwox-loop-theme-origami_fold .aiwox-loop-img-wrap { padding: 15px; }\n                    .aiwox-loop-theme-origami_fold .aiwox-loop-title { color: #444; font-family: \"Georgia\", serif; font-style: italic; }\n                    .aiwox-loop-theme-origami_fold .aiwox-loop-price { color: #888; }\n                    .aiwox-loop-theme-origami_fold .aiwox-loop-btn { display: none; }\n\n                    \/* NEON WIREFRAME THEME *\/\n                    .aiwox-loop-theme-neon_wireframe .aiwox-loop-card { background: #050510; border: 1px solid #00f3ff; border-radius: 0; box-shadow: inset 0 0 10px rgba(0,243,255,0.2), 0 0 15px rgba(0,243,255,0.2); position: relative; overflow: hidden; }\n                    .aiwox-loop-theme-neon_wireframe .aiwox-loop-card::before { content: \"\"; position: absolute; inset: 0; background-image: linear-gradient(rgba(0,243,255,0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(0,243,255,0.1) 1px, transparent 1px); background-size: 20px 20px; transform: perspective(500px) rotateX(60deg); transform-origin: bottom; opacity: 0.5; pointer-events: none; }\n                    .aiwox-loop-theme-neon_wireframe .aiwox-loop-img-wrap { border-bottom: 1px solid #00f3ff; filter: hue-rotate(180deg) contrast(1.2); }\n                    .aiwox-loop-theme-neon_wireframe .aiwox-loop-title { color: #00f3ff; font-family: monospace; text-shadow: 0 0 5px #00f3ff; text-transform: uppercase; }\n                    .aiwox-loop-theme-neon_wireframe .aiwox-loop-price { color: #fff; }\n                    .aiwox-loop-theme-neon_wireframe .aiwox-loop-btn { background: transparent; border: 1px solid #00f3ff; color: #00f3ff; border-radius: 0; font-family: monospace; text-shadow: 0 0 5px #00f3ff; box-shadow: 0 0 5px rgba(0,243,255,0.5); }\n                    .aiwox-loop-theme-neon_wireframe .aiwox-loop-card:hover .aiwox-loop-btn { background: #00f3ff; color: #000; }\n\n                    \/* RETRO PIXEL ART THEME *\/\n                    .aiwox-loop-theme-retro_pixel_art .aiwox-loop-card { background: #e0f8cf; border: 4px solid #8bac0f; border-radius: 0; box-shadow: 6px 6px 0 #306230; image-rendering: pixelated; }\n                    .aiwox-loop-theme-retro_pixel_art .aiwox-loop-img-wrap { border-bottom: 4px solid #8bac0f; filter: contrast(1.5) grayscale(100%) sepia(100%) hue-rotate(60deg) saturate(3); }\n                    .aiwox-loop-theme-retro_pixel_art .aiwox-loop-title { color: #306230; font-family: \"Courier New\", monospace; font-weight: bold; text-transform: uppercase; }\n                    .aiwox-loop-theme-retro_pixel_art .aiwox-loop-price { color: #0f380f; font-weight: bold; }\n                    .aiwox-loop-theme-retro_pixel_art .aiwox-loop-btn { background: #8bac0f; color: #0f380f; border: 4px solid #306230; font-family: monospace; font-weight: bold; text-transform: uppercase; }\n\n                    \/* BOTANICAL GARDEN THEME *\/\n                    .aiwox-loop-theme-botanical_garden .aiwox-loop-card { background: #fdfaf6; border: 1px solid #e0e5d8; border-radius: 40px 40px 10px 10px; box-shadow: 0 10px 20px rgba(85,107,47,0.05); }\n                    .aiwox-loop-theme-botanical_garden .aiwox-loop-img-wrap { border-radius: 40px 40px 0 0; padding: 10px; }\n                    .aiwox-loop-theme-botanical_garden .aiwox-loop-title { color: #2e4a22; font-family: \"Cormorant Garamond\", serif; font-size: 22px; text-align: center; }\n                    .aiwox-loop-theme-botanical_garden .aiwox-loop-price { color: #6b8e23; text-align: center; font-style: italic; }\n                    .aiwox-loop-theme-botanical_garden .aiwox-loop-btn { background: #556b2f; color: #fff; border-radius: 20px; font-family: serif; letter-spacing: 1px; }\n\n                    \/* CHROME TYPE THEME *\/\n                    .aiwox-loop-theme-chrome_type .aiwox-loop-card { background: #111; border-radius: 12px; border: 1px solid #333; box-shadow: 0 10px 30px rgba(0,0,0,0.8); position: relative; overflow: hidden; }\n                    .aiwox-loop-theme-chrome_type .aiwox-loop-card::before { content: \"\"; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(255,255,255,0.4) 0%, transparent 50%, rgba(0,0,0,0.8) 100%); pointer-events: none; mix-blend-mode: overlay; }\n                    .aiwox-loop-theme-chrome_type .aiwox-loop-img-wrap { border-radius: 12px 12px 0 0; filter: contrast(1.2); }\n                    .aiwox-loop-theme-chrome_type .aiwox-loop-title { color: #fff; font-family: \"Arial Black\", sans-serif; font-size: 24px; text-transform: uppercase; background: linear-gradient(to bottom, #fff 0%, #aaa 50%, #555 51%, #111 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; filter: drop-shadow(0 2px 2px rgba(255,255,255,0.2)); }\n                    .aiwox-loop-theme-chrome_type .aiwox-loop-price { color: #aaa; font-weight: bold; }\n                    .aiwox-loop-theme-chrome_type .aiwox-loop-btn { background: linear-gradient(to bottom, #eee 0%, #ccc 50%, #999 51%, #fff 100%); color: #000; border: none; border-radius: 4px; font-weight: 900; }\n\n                    \/* TERRAZZO STONE THEME *\/\n                    .aiwox-loop-theme-terrazzo_stone .aiwox-loop-card { background: #f2efe9; border-radius: 0; box-shadow: 10px 10px 0 rgba(0,0,0,0.05); position: relative; }\n                    .aiwox-loop-theme-terrazzo_stone .aiwox-loop-card::before { content: \"\"; position: absolute; inset: 0; opacity: 0.15; background-image: radial-gradient(#d3a48e 10%, transparent 11%), radial-gradient(#6d8b74 10%, transparent 11%), radial-gradient(#4a4a4a 10%, transparent 11%); background-size: 20px 20px, 30px 30px, 15px 15px; background-position: 0 0, 15px 15px, 5px 25px; pointer-events: none; }\n                    .aiwox-loop-theme-terrazzo_stone .aiwox-loop-img-wrap { padding: 20px; background: #fff; border-bottom: 2px solid #ddd; }\n                    .aiwox-loop-theme-terrazzo_stone .aiwox-loop-title { color: #333; font-family: \"Montserrat\", sans-serif; font-weight: bold; letter-spacing: 1px; }\n                    .aiwox-loop-theme-terrazzo_stone .aiwox-loop-price { color: #d3a48e; font-weight: bold; }\n                    .aiwox-loop-theme-terrazzo_stone .aiwox-loop-btn { background: #6d8b74; color: #fff; border-radius: 0; font-family: \"Montserrat\", sans-serif; }\n\n                    \/* HOLOGRAM PROJECTOR THEME *\/\n                    .aiwox-loop-theme-hologram_projector .aiwox-loop-card { background: transparent; border: none; position: relative; overflow: hidden; padding-bottom: 20px; }\n                    .aiwox-loop-theme-hologram_projector .aiwox-loop-card::after { content: \"\"; position: absolute; bottom: 0; left: 10%; width: 80%; height: 10px; background: radial-gradient(ellipse at center, #00f3ff 0%, transparent 70%); filter: blur(2px); }\n                    .aiwox-loop-theme-hologram_projector .aiwox-loop-img-wrap { filter: sepia(1) hue-rotate(180deg) saturate(2) brightness(1.2); mix-blend-mode: screen; opacity: 0.8; border: none; mask-image: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); -webkit-mask-image: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); }\n                    .aiwox-loop-theme-hologram_projector .aiwox-loop-title { color: #00f3ff; text-align: center; text-shadow: 0 0 10px #00f3ff; font-family: monospace; margin-top: 10px; }\n                    .aiwox-loop-theme-hologram_projector .aiwox-loop-price { color: #fff; text-align: center; }\n                    .aiwox-loop-theme-hologram_projector .aiwox-loop-btn { display: none; }\n\n                    \/* VELVET WINE THEME *\/\n                    .aiwox-loop-theme-velvet_wine .aiwox-loop-card { background: #4a0e17; border: 4px solid #2a050a; border-radius: 8px; box-shadow: inset 0 0 50px rgba(0,0,0,0.8), 0 10px 20px rgba(0,0,0,0.3); }\n                    .aiwox-loop-theme-velvet_wine .aiwox-loop-card:hover { border-color: #d4af37; box-shadow: inset 0 0 30px rgba(0,0,0,0.6), 0 15px 30px rgba(212,175,55,0.2); }\n                    .aiwox-loop-theme-velvet_wine .aiwox-loop-img-wrap { border-radius: 4px 4px 0 0; background: #fff; padding: 5px; }\n                    .aiwox-loop-theme-velvet_wine .aiwox-loop-title { color: #d4af37; font-family: \"Playfair Display\", serif; font-size: 20px; font-style: italic; text-align: center; }\n                    .aiwox-loop-theme-velvet_wine .aiwox-loop-price { color: #fdf5e6; text-align: center; font-family: serif; }\n                    .aiwox-loop-theme-velvet_wine .aiwox-loop-btn { background: #d4af37; color: #2a050a; border: none; border-radius: 2px; font-family: serif; font-weight: bold; text-transform: uppercase; }\n\n                    \/* MINIMAL BAUHAUS THEME *\/\n                    .aiwox-loop-theme-minimal_bauhaus .aiwox-loop-card { background: #fff; border: 3px solid #000; border-radius: 0; position: relative; }\n                    .aiwox-loop-theme-minimal_bauhaus .aiwox-loop-card::before { content: \"\"; position: absolute; top: -3px; left: -3px; width: 10px; height: 100%; background: #e3000f; }\n                    .aiwox-loop-theme-minimal_bauhaus .aiwox-loop-img-wrap { padding: 0 0 0 10px; border-bottom: 3px solid #000; }\n                    .aiwox-loop-theme-minimal_bauhaus .aiwox-loop-info { padding: 15px 15px 15px 25px; }\n                    .aiwox-loop-theme-minimal_bauhaus .aiwox-loop-title { color: #000; font-family: \"Futura\", \"Helvetica\", sans-serif; font-weight: bold; text-transform: uppercase; letter-spacing: 2px; }\n                    .aiwox-loop-theme-minimal_bauhaus .aiwox-loop-price { color: #005a9c; font-family: \"Futura\", sans-serif; font-weight: bold; }\n                    .aiwox-loop-theme-minimal_bauhaus .aiwox-loop-btn { background: #ffd700; color: #000; border: 3px solid #000; border-radius: 50%; width: 40px; height: 40px; padding: 0; display: flex; justify-content: center; align-items: center; position: absolute; bottom: 15px; right: 15px; }\n\n                    \/* AWWWARDS \/ MAKEPILL PREMIUM THEMES *\/\n                    \/* MAKEPILL CORE *\/\n                    .aiwox-loop-theme-makepill_core .aiwox-loop-card { background: #0a0a0a; border: 1px solid rgba(255,255,255,0.05); border-radius: 20px; box-shadow: 0 20px 40px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.03); transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1); }\n                    .aiwox-loop-theme-makepill_core .aiwox-loop-card:hover { transform: translateY(-8px); border-color: rgba(255,255,255,0.1); box-shadow: 0 30px 60px rgba(0,0,0,0.6), inset 0 1px 0 rgba(255,255,255,0.05); }\n                    .aiwox-loop-theme-makepill_core .aiwox-loop-img-wrap { border-radius: 20px 20px 0 0; padding: 20px 20px 0 20px; background: transparent; }\n                    .aiwox-loop-theme-makepill_core .aiwox-loop-img-wrap img { border-radius: 12px; transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1); }\n                    .aiwox-loop-theme-makepill_core .aiwox-loop-card:hover .aiwox-loop-img-wrap img { transform: scale(1.03); }\n                    .aiwox-loop-theme-makepill_core .aiwox-loop-info { padding: 24px; display: flex; justify-content: space-between; align-items: flex-end; }\n                    .aiwox-loop-theme-makepill_core .aiwox-loop-title { color: #f5f5f5; font-family: \"Inter\", sans-serif; font-weight: 400; font-size: 17px; letter-spacing: -0.01em; margin: 0; }\n                    .aiwox-loop-theme-makepill_core .aiwox-loop-price { color: #888; font-family: \"Inter\", sans-serif; font-weight: 300; font-size: 14px; margin-top: 4px; }\n                    .aiwox-loop-theme-makepill_core .aiwox-loop-btn { display: none; }\n                    \n                    \/* AWWWARDS TYPOGRAPHY *\/\n                    .aiwox-loop-theme-awwwards_typo .aiwox-loop-card { background: #f4f4f0; border: none; border-radius: 0; box-shadow: none; transition: background 0.4s ease; padding-bottom: 20px; }\n                    .aiwox-loop-theme-awwwards_typo .aiwox-loop-card:hover { background: #eaeae5; }\n                    .aiwox-loop-theme-awwwards_typo .aiwox-loop-img-wrap { margin-bottom: 20px; }\n                    .aiwox-loop-theme-awwwards_typo .aiwox-loop-info { padding: 0 20px; text-align: left; }\n                    .aiwox-loop-theme-awwwards_typo .aiwox-loop-title { color: #111; font-family: \"Playfair Display\", \"Ogg\", serif; font-weight: 400; font-size: 28px; line-height: 1.1; letter-spacing: -0.02em; transition: transform 0.4s ease; }\n                    .aiwox-loop-theme-awwwards_typo .aiwox-loop-card:hover .aiwox-loop-title { transform: translateX(10px); }\n                    .aiwox-loop-theme-awwwards_typo .aiwox-loop-price { color: #666; font-family: \"Inter\", sans-serif; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; margin-top: 10px; }\n                    .aiwox-loop-theme-awwwards_typo .aiwox-loop-btn { display: none; }\n                    \n                    \/* CINEMATIC DARK *\/\n                    .aiwox-loop-theme-cinematic_dark .aiwox-loop-card { background: #000; border: none; border-radius: 0; overflow: hidden; position: relative; }\n                    .aiwox-loop-theme-cinematic_dark .aiwox-loop-img-wrap { filter: grayscale(80%) brightness(0.6); transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1); transform: scale(1.05); }\n                    .aiwox-loop-theme-cinematic_dark .aiwox-loop-card:hover .aiwox-loop-img-wrap { filter: grayscale(0%) brightness(1); transform: scale(1); }\n                    .aiwox-loop-theme-cinematic_dark .aiwox-loop-info { position: absolute; bottom: 0; left: 0; right: 0; padding: 40px 30px 30px 30px; background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%); }\n                    .aiwox-loop-theme-cinematic_dark .aiwox-loop-title { color: #fff; font-family: \"Helvetica Neue\", sans-serif; font-weight: 500; font-size: 16px; text-transform: uppercase; letter-spacing: 2px; }\n                    .aiwox-loop-theme-cinematic_dark .aiwox-loop-price { color: #aaa; margin-top: 8px; font-weight: 300; }\n                    .aiwox-loop-theme-cinematic_dark .aiwox-loop-btn { display: none; }\n                    \n                    \/* SUBTLE GLASS *\/\n                    .aiwox-loop-theme-subtle_glass .aiwox-loop-card { background: rgba(255,255,255,0.02); backdrop-filter: blur(40px); -webkit-backdrop-filter: blur(40px); border-radius: 24px; border: 1px solid rgba(255,255,255,0.05); border-top: 1px solid rgba(255,255,255,0.1); box-shadow: 0 30px 60px rgba(0,0,0,0.2); }\n                    .aiwox-loop-theme-subtle_glass .aiwox-loop-img-wrap { padding: 15px; border-radius: 24px 24px 0 0; }\n                    .aiwox-loop-theme-subtle_glass .aiwox-loop-img-wrap img { border-radius: 12px; }\n                    .aiwox-loop-theme-subtle_glass .aiwox-loop-info { padding: 20px; }\n                    .aiwox-loop-theme-subtle_glass .aiwox-loop-title { color: #fff; font-family: \"Inter\", sans-serif; font-weight: 300; font-size: 16px; }\n                    .aiwox-loop-theme-subtle_glass .aiwox-loop-price { color: rgba(255,255,255,0.5); font-weight: 300; font-size: 13px; }\n                    .aiwox-loop-theme-subtle_glass .aiwox-loop-btn { display: none; }\n                    \n                    \/* MIDNIGHT MATTE *\/\n                    .aiwox-loop-theme-midnight_matte .aiwox-loop-card { background: #18181b; border: none; border-radius: 24px; box-shadow: 0 20px 40px rgba(0,0,0,0.4); transition: transform 0.5s ease; }\n                    .aiwox-loop-theme-midnight_matte .aiwox-loop-card:hover { transform: translateY(-10px); }\n                    .aiwox-loop-theme-midnight_matte .aiwox-loop-img-wrap { border-radius: 24px 24px 0 0; }\n                    .aiwox-loop-theme-midnight_matte .aiwox-loop-info { padding: 25px; }\n                    .aiwox-loop-theme-midnight_matte .aiwox-loop-title { color: #f4f4f5; font-family: \"Inter\", sans-serif; font-weight: 500; font-size: 18px; letter-spacing: -0.02em; }\n                    .aiwox-loop-theme-midnight_matte .aiwox-loop-price { color: #a1a1aa; margin-top: 5px; }\n                    .aiwox-loop-theme-midnight_matte .aiwox-loop-btn { display: none; }\n                    \n                    \/* SILK SURFACE *\/\n                    .aiwox-loop-theme-silk_surface .aiwox-loop-card { background: linear-gradient(145deg, #222 0%, #0a0a0a 100%); border-radius: 16px; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 15px 35px rgba(0,0,0,0.5); position: relative; }\n                    .aiwox-loop-theme-silk_surface .aiwox-loop-card::after { content: \"\"; position: absolute; inset: 0; border-radius: 16px; box-shadow: inset 0 0 20px rgba(255,255,255,0.02); pointer-events: none; }\n                    .aiwox-loop-theme-silk_surface .aiwox-loop-img-wrap { border-radius: 16px 16px 0 0; padding: 20px 20px 0 20px; }\n                    .aiwox-loop-theme-silk_surface .aiwox-loop-img-wrap img { border-radius: 8px; box-shadow: 0 10px 20px rgba(0,0,0,0.5); }\n                    .aiwox-loop-theme-silk_surface .aiwox-loop-title { color: #eaeaea; font-family: \"Inter\", sans-serif; font-weight: 400; text-align: center; }\n                    .aiwox-loop-theme-silk_surface .aiwox-loop-price { color: #777; text-align: center; }\n                    .aiwox-loop-theme-silk_surface .aiwox-loop-btn { display: none; }\n                    \n                    \/* HIGH FASHION *\/\n                    .aiwox-loop-theme-high_fashion .aiwox-loop-card { background: #fff; border: 1px solid #000; border-radius: 0; position: relative; overflow: hidden; }\n                    .aiwox-loop-theme-high_fashion .aiwox-loop-img-wrap { border-bottom: 1px solid #000; transition: transform 0.6s ease; }\n                    .aiwox-loop-theme-high_fashion .aiwox-loop-card:hover .aiwox-loop-img-wrap { transform: scale(1.02); }\n                    .aiwox-loop-theme-high_fashion .aiwox-loop-info { padding: 20px; background: #fff; position: relative; z-index: 2; transition: transform 0.4s ease; }\n                    .aiwox-loop-theme-high_fashion .aiwox-loop-title { color: #000; font-family: \"Helvetica Neue\", sans-serif; font-weight: bold; text-transform: uppercase; font-size: 14px; letter-spacing: 1px; }\n                    .aiwox-loop-theme-high_fashion .aiwox-loop-price { color: #666; font-size: 13px; }\n                    .aiwox-loop-theme-high_fashion .aiwox-loop-btn { display: none; }\n                    \n                    \/* GALLERY CURATOR *\/\n                    .aiwox-loop-theme-gallery_curator .aiwox-loop-card { background: #fff; border: none; padding: 40px; box-shadow: 0 4px 20px rgba(0,0,0,0.04); transition: box-shadow 0.4s ease; }\n                    .aiwox-loop-theme-gallery_curator .aiwox-loop-card:hover { box-shadow: 0 20px 50px rgba(0,0,0,0.08); }\n                    .aiwox-loop-theme-gallery_curator .aiwox-loop-img-wrap { box-shadow: 0 10px 30px rgba(0,0,0,0.1); margin-bottom: 30px; }\n                    .aiwox-loop-theme-gallery_curator .aiwox-loop-info { text-align: center; }\n                    .aiwox-loop-theme-gallery_curator .aiwox-loop-title { color: #000; font-family: \"Times New Roman\", Times, serif; font-style: italic; font-size: 18px; }\n                    .aiwox-loop-theme-gallery_curator .aiwox-loop-price { color: #555; font-family: \"Inter\", sans-serif; font-size: 11px; text-transform: uppercase; letter-spacing: 2px; margin-top: 10px; }\n                    .aiwox-loop-theme-gallery_curator .aiwox-loop-btn { display: none; }\n                    \n                    \/* GHOST CARD *\/\n                    .aiwox-loop-theme-ghost_card .aiwox-loop-card { background: transparent; border: none; box-shadow: none; position: relative; overflow: hidden; border-radius: 12px; }\n                    .aiwox-loop-theme-ghost_card .aiwox-loop-img-wrap { border-radius: 12px; }\n                    .aiwox-loop-theme-ghost_card .aiwox-loop-info { position: absolute; inset: 0; background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); display: flex; flex-direction: column; justify-content: center; align-items: center; opacity: 0; transition: opacity 0.4s ease; border-radius: 12px; }\n                    .aiwox-loop-theme-ghost_card .aiwox-loop-card:hover .aiwox-loop-info { opacity: 1; }\n                    .aiwox-loop-theme-ghost_card .aiwox-loop-title { color: #fff; font-family: \"Inter\", sans-serif; font-weight: 500; font-size: 20px; transform: translateY(20px); transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); transition-delay: 0.1s; }\n                    .aiwox-loop-theme-ghost_card .aiwox-loop-card:hover .aiwox-loop-title { transform: translateY(0); }\n                    .aiwox-loop-theme-ghost_card .aiwox-loop-price { color: rgba(255,255,255,0.7); font-size: 15px; transform: translateY(20px); transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); transition-delay: 0.2s; }\n                    .aiwox-loop-theme-ghost_card .aiwox-loop-card:hover .aiwox-loop-price { transform: translateY(0); }\n                    .aiwox-loop-theme-ghost_card .aiwox-loop-btn { display: none; }\n                    \n                    \/* DEEP AMBIENT GLOW *\/\n                    .aiwox-loop-theme-liquid_gradient .aiwox-loop-card { background: #050505; border-radius: 20px; position: relative; z-index: 1; border: 1px solid rgba(255,255,255,0.03); }\n                    .aiwox-loop-theme-liquid_gradient .aiwox-loop-card::before { content: \"\"; position: absolute; inset: -20px; background: radial-gradient(circle at 50% 0%, rgba(60,20,120,0.3) 0%, transparent 60%); z-index: -1; opacity: 0; transition: opacity 1s ease; border-radius: 30px; pointer-events: none; }\n                    .aiwox-loop-theme-liquid_gradient .aiwox-loop-card:hover::before { opacity: 1; }\n                    .aiwox-loop-theme-liquid_gradient .aiwox-loop-img-wrap { border-radius: 20px 20px 0 0; }\n                    .aiwox-loop-theme-liquid_gradient .aiwox-loop-title { color: #eee; font-family: \"Inter\", sans-serif; font-weight: 300; letter-spacing: 0.5px; }\n                    .aiwox-loop-theme-liquid_gradient .aiwox-loop-price { color: #888; }\n                    .aiwox-loop-theme-liquid_gradient .aiwox-loop-btn { display: none; }\n\n                    \/* --- GLOBAL ACTION BUTTONS CSS --- *\/\n                    .aiwox-loop-actions-hover {\n                        position: absolute;\n                        bottom: 15px;\n                        right: 15px;\n                        display: flex;\n                        flex-direction: column;\n                        gap: 8px;\n                        opacity: 0;\n                        transform: translateY(10px);\n                        transition: all 0.3s ease;\n                        z-index: 10;\n                    }\n                    .aiwox-loop-card:hover .aiwox-loop-actions-hover {\n                        opacity: 1;\n                        transform: translateY(0);\n                    }\n                    .aiwox-loop-actions-hover button {\n                        width: 40px;\n                        height: 40px;\n                        border-radius: 50%;\n                        background: #fff;\n                        color: #111;\n                        border: none;\n                        display: flex;\n                        align-items: center;\n                        justify-content: center;\n                        cursor: pointer;\n                        box-shadow: 0 4px 10px rgba(0,0,0,0.15);\n                        transition: all 0.2s;\n                        padding: 0;\n                    }\n                    .aiwox-loop-actions-hover button:hover {\n                        background: #111;\n                        color: #fff;\n                        transform: scale(1.1);\n                    }\n                    \/* Adaptare actiuni in functie de temele dark *\/\n                    .aiwox-loop-theme-dark .aiwox-loop-actions-hover button,\n                    .aiwox-loop-theme-cyberpunk .aiwox-loop-actions-hover button,\n                    .aiwox-loop-theme-minimal_dark .aiwox-loop-actions-hover button,\n                    .aiwox-loop-theme-terminal .aiwox-loop-actions-hover button,\n                    .aiwox-loop-theme-velvet_dark .aiwox-loop-actions-hover button,\n                    .aiwox-loop-theme-glass_dark .aiwox-loop-actions-hover button {\n                        background: #222;\n                        color: #fff;\n                        border: 1px solid rgba(255,255,255,0.1);\n                    }\n                    .aiwox-loop-theme-dark .aiwox-loop-actions-hover button:hover,\n                    .aiwox-loop-theme-cyberpunk .aiwox-loop-actions-hover button:hover,\n                    .aiwox-loop-theme-velvet_dark .aiwox-loop-actions-hover button:hover {\n                        background: var(--aiwox-accent);\n                        color: #000;\n                        border-color: var(--aiwox-accent);\n                    }\n\n                    \/* PREMIUM QUICK VIEW MODAL WRAPPER STYLES (LIGHT) *\/\n                    .aiwox-qv-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.6); z-index: 9999999; display: none; align-items: center; justify-content: center; backdrop-filter: blur(10px); opacity: 0; transition: opacity 0.4s ease; }\n                    .aiwox-qv-overlay.active { display: flex; opacity: 1; }\n                    .aiwox-qv-modal { background: #fff; width: 95%; max-width: 1000px; border-radius: 24px; padding: 0; position: relative; transform: scale(0.95); transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); display: block; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,0.2); }\n                    .aiwox-qv-overlay.active .aiwox-qv-modal { transform: scale(1); }\n                    .aiwox-qv-close { position: absolute; top: 20px; right: 20px; background: rgba(0,0,0,0.05); border: none; color: #111; width: 40px; height: 40px; border-radius: 50%; cursor: pointer; font-size: 24px; display: flex; align-items: center; justify-content: center; z-index: 100; transition: all 0.3s; }\n                    .aiwox-qv-close:hover { background: rgba(0,0,0,0.1); transform: rotate(90deg); }\n                    @media(max-width: 768px){ \n                        .aiwox-qv-modal { max-height: 85vh; overflow-y: auto; border-radius: 16px; width: 92%; } \n                        .aiwox-qv-close { top: 10px; right: 10px; width: 34px; height: 34px; font-size: 22px; background: #f1f1f1; }\n                    }\n                    \n\n\n                    \/* Responsive *\/\n                    @media (max-width: 768px) {\n                        .aiwox-loop-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 12px; }\n                        .aiwox-loop-info { padding: 12px; }\n                        .aiwox-loop-title { font-size: 13px; margin-bottom: 8px; line-height: 1.2; }\n                        .aiwox-loop-price { font-size: 14px; margin-bottom: 12px; }\n                        .aiwox-loop-price del { font-size: 12px; }\n                        .aiwox-loop-btn { font-size: 12px; padding: 8px 12px; }\n                        .aiwox-loop-img-wrap { padding-top: 100%; }\n                        \n                        \/* Make quick view button slightly smaller *\/\n                        .aiwox-quick-view-btn { width: 32px; height: 32px; right: 8px; top: 8px; }\n                        .aiwox-quick-view-btn svg { width: 14px; height: 14px; }\n                    }\n                <\/style>\n\n            <div class=\"aiwox-qv-widget-instance\">\n                <div class=\"aiwox-loop-wrapper aiwox-loop-theme-light\">\n                                            <div class=\"aiwox-loop-header\" style=\"text-align: left; margin-bottom: 40px; font-family: 'Inter', sans-serif;\">\n                                                                                                                    <h2 style=\"font-size:36px; font-weight:700; margin:0; color:#111; letter-spacing:-0.03em;\">Produse Noi<\/h2>\n                                                    <\/div>\n                    \n                                            <div class=\"aiwox-loop-grid aiwox-loop-cols-4\">\n                                                        <div class=\"aiwox-loop-card\">\n                                <div class=\"aiwox-loop-img-wrap\">\n                                    <a href=\"https:\/\/aiwox.md\/en\/product\/chiosc-digital-exterior-43-ecran-publicitar-mare-rezistent-la-ploaie-ip65-android-non-touch\/\" style=\"display:block; width:100%; height:100%;\">\n                                        <img decoding=\"async\" src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2026\/04\/5e03452d-91d5-4e95-bff6-ae76a11d03d7-1024x1024.png\" alt=\"Chio\u0219c Digital Exterior 43\u201d \u2013 Ecran Public...\">\n                                    <\/a>\n                                    <div class=\"aiwox-loop-actions-hover\">\n                                        <button type=\"button\" class=\"aiwox-nma-add\" data-product_id=\"1001980\" aria-label=\"Adaug\u0103 \u00een co\u0219\" title=\"Adaug\u0103 \u00een co\u0219\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"9\" cy=\"21\" r=\"1\"><\/circle><circle cx=\"20\" cy=\"21\" r=\"1\"><\/circle><path d=\"M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6\"><\/path><\/svg>\n                                        <\/button>\n                                        <button type=\"button\" class=\"aiwox-nma-wish\" data-aiwox-fav=\"1001980\" aria-label=\"Favorite\" title=\"Favorite\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"><\/path><\/svg>\n                                        <\/button>\n                                        <button type=\"button\" class=\"aiwox-quick-view-btn\" data-product_id=\"1001980\" aria-label=\"Vizualizare rapid\u0103\" title=\"Vizualizare rapid\u0103\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"><\/path><circle cx=\"12\" cy=\"12\" r=\"3\"><\/circle><\/svg>\n                                        <\/button>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"aiwox-loop-info\">\n                                    <h3 class=\"aiwox-loop-title\">Chio\u0219c Digital Exterior 43\u201d \u2013 Ecran Public...<\/h3>\n                                    <div class=\"aiwox-loop-price\"><span class=\"woocommerce-Price-amount amount\">22.099,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">MDL<\/span><\/span><\/div>\n                                    <a href=\"https:\/\/aiwox.md\/en\/product\/chiosc-digital-exterior-43-ecran-publicitar-mare-rezistent-la-ploaie-ip65-android-non-touch\/\" class=\"aiwox-loop-btn\">\n                                        Vezi Detalii <i class=\"fa-solid fa-arrow-right\" style=\"margin-left:6px; font-size:12px;\"><\/i>\n                                    <\/a>\n                                <\/div>\n                            <\/div>\n                                                        <div class=\"aiwox-loop-card\">\n                                <div class=\"aiwox-loop-img-wrap\">\n                                    <a href=\"https:\/\/aiwox.md\/en\/product\/chiosc-digital-interactiv-43-cu-touchscreen-pentru-publicitate-si-prezentari\/\" style=\"display:block; width:100%; height:100%;\">\n                                        <img decoding=\"async\" src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2026\/04\/kiosk2-1024x1024.png\" alt=\"Chio\u0219c digital interactiv 43\u201d cu touchscre...\">\n                                    <\/a>\n                                    <div class=\"aiwox-loop-actions-hover\">\n                                        <button type=\"button\" class=\"aiwox-nma-add\" data-product_id=\"1001977\" aria-label=\"Adaug\u0103 \u00een co\u0219\" title=\"Adaug\u0103 \u00een co\u0219\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"9\" cy=\"21\" r=\"1\"><\/circle><circle cx=\"20\" cy=\"21\" r=\"1\"><\/circle><path d=\"M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6\"><\/path><\/svg>\n                                        <\/button>\n                                        <button type=\"button\" class=\"aiwox-nma-wish\" data-aiwox-fav=\"1001977\" aria-label=\"Favorite\" title=\"Favorite\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"><\/path><\/svg>\n                                        <\/button>\n                                        <button type=\"button\" class=\"aiwox-quick-view-btn\" data-product_id=\"1001977\" aria-label=\"Vizualizare rapid\u0103\" title=\"Vizualizare rapid\u0103\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"><\/path><circle cx=\"12\" cy=\"12\" r=\"3\"><\/circle><\/svg>\n                                        <\/button>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"aiwox-loop-info\">\n                                    <h3 class=\"aiwox-loop-title\">Chio\u0219c digital interactiv 43\u201d cu touchscre...<\/h3>\n                                    <div class=\"aiwox-loop-price\"><span class=\"woocommerce-Price-amount amount\">14.199,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">MDL<\/span><\/span><\/div>\n                                    <a href=\"https:\/\/aiwox.md\/en\/product\/chiosc-digital-interactiv-43-cu-touchscreen-pentru-publicitate-si-prezentari\/\" class=\"aiwox-loop-btn\">\n                                        Vezi Detalii <i class=\"fa-solid fa-arrow-right\" style=\"margin-left:6px; font-size:12px;\"><\/i>\n                                    <\/a>\n                                <\/div>\n                            <\/div>\n                                                        <div class=\"aiwox-loop-card\">\n                                <div class=\"aiwox-loop-img-wrap\">\n                                    <a href=\"https:\/\/aiwox.md\/en\/product\/ecran-publicitar-digital-43-pentru-montare-pe-perete\/\" style=\"display:block; width:100%; height:100%;\">\n                                        <img decoding=\"async\" src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2026\/04\/945aff32-2863-4325-91f5-63e9d79f882e-1024x1024.png\" alt=\"Ecran publicitar digital 43\u201d pentru montar...\">\n                                    <\/a>\n                                    <div class=\"aiwox-loop-actions-hover\">\n                                        <button type=\"button\" class=\"aiwox-nma-add\" data-product_id=\"1001968\" aria-label=\"Adaug\u0103 \u00een co\u0219\" title=\"Adaug\u0103 \u00een co\u0219\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"9\" cy=\"21\" r=\"1\"><\/circle><circle cx=\"20\" cy=\"21\" r=\"1\"><\/circle><path d=\"M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6\"><\/path><\/svg>\n                                        <\/button>\n                                        <button type=\"button\" class=\"aiwox-nma-wish\" data-aiwox-fav=\"1001968\" aria-label=\"Favorite\" title=\"Favorite\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"><\/path><\/svg>\n                                        <\/button>\n                                        <button type=\"button\" class=\"aiwox-quick-view-btn\" data-product_id=\"1001968\" aria-label=\"Vizualizare rapid\u0103\" title=\"Vizualizare rapid\u0103\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"><\/path><circle cx=\"12\" cy=\"12\" r=\"3\"><\/circle><\/svg>\n                                        <\/button>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"aiwox-loop-info\">\n                                    <h3 class=\"aiwox-loop-title\">Ecran publicitar digital 43\u201d pentru montar...<\/h3>\n                                    <div class=\"aiwox-loop-price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\">12.999,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">MDL<\/span><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\">14.599,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">MDL<\/span><\/span><span class=\"screen-reader-text\">Price range: 12.999,00&nbsp;MDL through 14.599,00&nbsp;MDL<\/span><\/div>\n                                    <a href=\"https:\/\/aiwox.md\/en\/product\/ecran-publicitar-digital-43-pentru-montare-pe-perete\/\" class=\"aiwox-loop-btn\">\n                                        Vezi Detalii <i class=\"fa-solid fa-arrow-right\" style=\"margin-left:6px; font-size:12px;\"><\/i>\n                                    <\/a>\n                                <\/div>\n                            <\/div>\n                                                        <div class=\"aiwox-loop-card\">\n                                <div class=\"aiwox-loop-img-wrap\">\n                                    <a href=\"https:\/\/aiwox.md\/en\/product\/feelworld-28-4k-quad-view-broadcast-monitor-monitor-profesional-pentru-productii-video-2\/\" style=\"display:block; width:100%; height:100%;\">\n                                        <img decoding=\"async\" src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2026\/03\/touch1.jpg\" alt=\"FeelWorld 28&#8243; 4K Quad View Broadcast...\">\n                                    <\/a>\n                                    <div class=\"aiwox-loop-actions-hover\">\n                                        <button type=\"button\" class=\"aiwox-nma-add\" data-product_id=\"1001845\" aria-label=\"Adaug\u0103 \u00een co\u0219\" title=\"Adaug\u0103 \u00een co\u0219\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"9\" cy=\"21\" r=\"1\"><\/circle><circle cx=\"20\" cy=\"21\" r=\"1\"><\/circle><path d=\"M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6\"><\/path><\/svg>\n                                        <\/button>\n                                        <button type=\"button\" class=\"aiwox-nma-wish\" data-aiwox-fav=\"1001845\" aria-label=\"Favorite\" title=\"Favorite\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"><\/path><\/svg>\n                                        <\/button>\n                                        <button type=\"button\" class=\"aiwox-quick-view-btn\" data-product_id=\"1001845\" aria-label=\"Vizualizare rapid\u0103\" title=\"Vizualizare rapid\u0103\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"><\/path><circle cx=\"12\" cy=\"12\" r=\"3\"><\/circle><\/svg>\n                                        <\/button>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"aiwox-loop-info\">\n                                    <h3 class=\"aiwox-loop-title\">FeelWorld 28&#8243; 4K Quad View Broadcast...<\/h3>\n                                    <div class=\"aiwox-loop-price\"><span class=\"woocommerce-Price-amount amount\">24.256,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">MDL<\/span><\/span><\/div>\n                                    <a href=\"https:\/\/aiwox.md\/en\/product\/feelworld-28-4k-quad-view-broadcast-monitor-monitor-profesional-pentru-productii-video-2\/\" class=\"aiwox-loop-btn\">\n                                        Vezi Detalii <i class=\"fa-solid fa-arrow-right\" style=\"margin-left:6px; font-size:12px;\"><\/i>\n                                    <\/a>\n                                <\/div>\n                            <\/div>\n                                                        <div class=\"aiwox-loop-card\">\n                                <div class=\"aiwox-loop-img-wrap\">\n                                    <a href=\"https:\/\/aiwox.md\/en\/product\/teradek-bolt-6-lt-750\/\" style=\"display:block; width:100%; height:100%;\">\n                                        <img decoding=\"async\" src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2026\/03\/tr1.jpg\" alt=\"Teradek Bolt 6 LT 750 \u2013 Sistem wireless vi...\">\n                                    <\/a>\n                                    <div class=\"aiwox-loop-actions-hover\">\n                                        <button type=\"button\" class=\"aiwox-nma-add\" data-product_id=\"1001820\" aria-label=\"Adaug\u0103 \u00een co\u0219\" title=\"Adaug\u0103 \u00een co\u0219\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"9\" cy=\"21\" r=\"1\"><\/circle><circle cx=\"20\" cy=\"21\" r=\"1\"><\/circle><path d=\"M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6\"><\/path><\/svg>\n                                        <\/button>\n                                        <button type=\"button\" class=\"aiwox-nma-wish\" data-aiwox-fav=\"1001820\" aria-label=\"Favorite\" title=\"Favorite\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"><\/path><\/svg>\n                                        <\/button>\n                                        <button type=\"button\" class=\"aiwox-quick-view-btn\" data-product_id=\"1001820\" aria-label=\"Vizualizare rapid\u0103\" title=\"Vizualizare rapid\u0103\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"><\/path><circle cx=\"12\" cy=\"12\" r=\"3\"><\/circle><\/svg>\n                                        <\/button>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"aiwox-loop-info\">\n                                    <h3 class=\"aiwox-loop-title\">Teradek Bolt 6 LT 750 \u2013 Sistem wireless vi...<\/h3>\n                                    <div class=\"aiwox-loop-price\"><span class=\"woocommerce-Price-amount amount\">62.355,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">MDL<\/span><\/span><\/div>\n                                    <a href=\"https:\/\/aiwox.md\/en\/product\/teradek-bolt-6-lt-750\/\" class=\"aiwox-loop-btn\">\n                                        Vezi Detalii <i class=\"fa-solid fa-arrow-right\" style=\"margin-left:6px; font-size:12px;\"><\/i>\n                                    <\/a>\n                                <\/div>\n                            <\/div>\n                                                        <div class=\"aiwox-loop-card\">\n                                <div class=\"aiwox-loop-img-wrap\">\n                                    <a href=\"https:\/\/aiwox.md\/en\/product\/canon-ef-24-70mm-f-2-8l-ii-usm-obiectiv-profesional-standard-zoom\/\" style=\"display:block; width:100%; height:100%;\">\n                                        <img decoding=\"async\" src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2026\/03\/canlens2.webp\" alt=\"Canon EF 24-70mm f\/2.8L II USM \u2013 Obiectiv ...\">\n                                    <\/a>\n                                    <div class=\"aiwox-loop-actions-hover\">\n                                        <button type=\"button\" class=\"aiwox-nma-add\" data-product_id=\"1001813\" aria-label=\"Adaug\u0103 \u00een co\u0219\" title=\"Adaug\u0103 \u00een co\u0219\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"9\" cy=\"21\" r=\"1\"><\/circle><circle cx=\"20\" cy=\"21\" r=\"1\"><\/circle><path d=\"M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6\"><\/path><\/svg>\n                                        <\/button>\n                                        <button type=\"button\" class=\"aiwox-nma-wish\" data-aiwox-fav=\"1001813\" aria-label=\"Favorite\" title=\"Favorite\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"><\/path><\/svg>\n                                        <\/button>\n                                        <button type=\"button\" class=\"aiwox-quick-view-btn\" data-product_id=\"1001813\" aria-label=\"Vizualizare rapid\u0103\" title=\"Vizualizare rapid\u0103\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"><\/path><circle cx=\"12\" cy=\"12\" r=\"3\"><\/circle><\/svg>\n                                        <\/button>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"aiwox-loop-info\">\n                                    <h3 class=\"aiwox-loop-title\">Canon EF 24-70mm f\/2.8L II USM \u2013 Obiectiv ...<\/h3>\n                                    <div class=\"aiwox-loop-price\"><span class=\"woocommerce-Price-amount amount\">39.200,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">MDL<\/span><\/span><\/div>\n                                    <a href=\"https:\/\/aiwox.md\/en\/product\/canon-ef-24-70mm-f-2-8l-ii-usm-obiectiv-profesional-standard-zoom\/\" class=\"aiwox-loop-btn\">\n                                        Vezi Detalii <i class=\"fa-solid fa-arrow-right\" style=\"margin-left:6px; font-size:12px;\"><\/i>\n                                    <\/a>\n                                <\/div>\n                            <\/div>\n                                                        <div class=\"aiwox-loop-card\">\n                                <div class=\"aiwox-loop-img-wrap\">\n                                    <a href=\"https:\/\/aiwox.md\/en\/product\/canon-ef-70-200mm-f-2-8l-is-iii-usm\/\" style=\"display:block; width:100%; height:100%;\">\n                                        <img decoding=\"async\" src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2026\/03\/cancam1.jpg\" alt=\"Canon EF 70-200mm f\/2.8L IS III USM \u2013 Obie...\">\n                                    <\/a>\n                                    <div class=\"aiwox-loop-actions-hover\">\n                                        <button type=\"button\" class=\"aiwox-nma-add\" data-product_id=\"1001800\" aria-label=\"Adaug\u0103 \u00een co\u0219\" title=\"Adaug\u0103 \u00een co\u0219\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"9\" cy=\"21\" r=\"1\"><\/circle><circle cx=\"20\" cy=\"21\" r=\"1\"><\/circle><path d=\"M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6\"><\/path><\/svg>\n                                        <\/button>\n                                        <button type=\"button\" class=\"aiwox-nma-wish\" data-aiwox-fav=\"1001800\" aria-label=\"Favorite\" title=\"Favorite\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"><\/path><\/svg>\n                                        <\/button>\n                                        <button type=\"button\" class=\"aiwox-quick-view-btn\" data-product_id=\"1001800\" aria-label=\"Vizualizare rapid\u0103\" title=\"Vizualizare rapid\u0103\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"><\/path><circle cx=\"12\" cy=\"12\" r=\"3\"><\/circle><\/svg>\n                                        <\/button>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"aiwox-loop-info\">\n                                    <h3 class=\"aiwox-loop-title\">Canon EF 70-200mm f\/2.8L IS III USM \u2013 Obie...<\/h3>\n                                    <div class=\"aiwox-loop-price\"><span class=\"woocommerce-Price-amount amount\">42.535,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">MDL<\/span><\/span><\/div>\n                                    <a href=\"https:\/\/aiwox.md\/en\/product\/canon-ef-70-200mm-f-2-8l-is-iii-usm\/\" class=\"aiwox-loop-btn\">\n                                        Vezi Detalii <i class=\"fa-solid fa-arrow-right\" style=\"margin-left:6px; font-size:12px;\"><\/i>\n                                    <\/a>\n                                <\/div>\n                            <\/div>\n                                                        <div class=\"aiwox-loop-card\">\n                                <div class=\"aiwox-loop-img-wrap\">\n                                    <a href=\"https:\/\/aiwox.md\/en\/product\/sigma-18-35mm-f-1-8-dc-hsm-art-obiectiv-profesional-canon-ef-pentru-video-si-fotografie\/\" style=\"display:block; width:100%; height:100%;\">\n                                        <img decoding=\"async\" src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2026\/03\/can2.jpg\" alt=\"Sigma 18-35mm f\/1.8 DC HSM Art \u2013 Obiectiv ...\">\n                                    <\/a>\n                                    <div class=\"aiwox-loop-actions-hover\">\n                                        <button type=\"button\" class=\"aiwox-nma-add\" data-product_id=\"1001792\" aria-label=\"Adaug\u0103 \u00een co\u0219\" title=\"Adaug\u0103 \u00een co\u0219\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"9\" cy=\"21\" r=\"1\"><\/circle><circle cx=\"20\" cy=\"21\" r=\"1\"><\/circle><path d=\"M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6\"><\/path><\/svg>\n                                        <\/button>\n                                        <button type=\"button\" class=\"aiwox-nma-wish\" data-aiwox-fav=\"1001792\" aria-label=\"Favorite\" title=\"Favorite\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"><\/path><\/svg>\n                                        <\/button>\n                                        <button type=\"button\" class=\"aiwox-quick-view-btn\" data-product_id=\"1001792\" aria-label=\"Vizualizare rapid\u0103\" title=\"Vizualizare rapid\u0103\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"><\/path><circle cx=\"12\" cy=\"12\" r=\"3\"><\/circle><\/svg>\n                                        <\/button>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"aiwox-loop-info\">\n                                    <h3 class=\"aiwox-loop-title\">Sigma 18-35mm f\/1.8 DC HSM Art \u2013 Obiectiv ...<\/h3>\n                                    <div class=\"aiwox-loop-price\"><span class=\"woocommerce-Price-amount amount\">16.602,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">MDL<\/span><\/span><\/div>\n                                    <a href=\"https:\/\/aiwox.md\/en\/product\/sigma-18-35mm-f-1-8-dc-hsm-art-obiectiv-profesional-canon-ef-pentru-video-si-fotografie\/\" class=\"aiwox-loop-btn\">\n                                        Vezi Detalii <i class=\"fa-solid fa-arrow-right\" style=\"margin-left:6px; font-size:12px;\"><\/i>\n                                    <\/a>\n                                <\/div>\n                            <\/div>\n                                                    <\/div>\n                                    <\/div>\n\n                <div class=\"aiwox-qv-overlay\">\n                    <div class=\"aiwox-qv-modal\">\n                        <button class=\"aiwox-qv-close\">&times;<\/button>\n                        <div class=\"aiwox-qv-content-wrap\" style=\"width:100%;\">\n                            <!-- Content loaded via AJAX -->\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <script>\n                    jQuery(document).ready(function($) {\n                        $('.aiwox-qv-widget-instance').each(function() {\n                            var $instance = $(this);\n                            if ($instance.data('qv-bound')) return;\n                            $instance.data('qv-bound', true);\n\n                            $instance.find('.aiwox-quick-view-btn').on('click', function(e) {\n                                e.preventDefault();\n                                var pid = $(this).data('product_id');\n                                var $overlay = $instance.find('.aiwox-qv-overlay');\n                                var $wrap = $instance.find('.aiwox-qv-content-wrap');\n                                \n                                $wrap.html('<div style=\"padding:40px; text-align:center;\">Se \u00eencarc\u0103...<\/div>');\n                                $overlay.addClass('active');\n                                $('body').css('overflow', 'hidden');\n                                \n                                $.ajax({\n                                    url: 'https:\/\/aiwox.md\/wp-admin\/admin-ajax.php',\n                                    type: 'POST',\n                                    data: {\n                                        action: 'aiwox_quick_view',\n                                        product_id: pid\n                                    },\n                                    success: function(res) {\n                                        if(res.success) {\n                                            $wrap.html(res.data.html);\n                                        } else {\n                                            $wrap.html('<div style=\"padding:40px; text-align:center;\">Eroare la \u00eenc\u0103rcare.<\/div>');\n                                        }\n                                    }\n                                });\n                            });\n                            \n                            $instance.find('.aiwox-qv-close').on('click', function() {\n                                $instance.find('.aiwox-qv-overlay').removeClass('active');\n                                $('body').css('overflow', '');\n                            });\n                            \n                            $instance.find('.aiwox-qv-overlay').on('click', function(e) {\n                                if(e.target === this) {\n                                    $(this).removeClass('active');\n                                    $('body').css('overflow', '');\n                                }\n                            });\n                        });\n                    });\n                <\/script>\n            <\/div>\n                \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-594f203 e-flex e-con-boxed glozin-responsive-column glozin-tablet-column--default glozin-responsive-column glozin-mobile-column--default e-con e-parent\" data-id=\"594f203\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-1793a6b e-con-full e-flex glozin-responsive-column glozin-tablet-column--default glozin-responsive-column glozin-mobile-column--default e-con e-child\" data-id=\"1793a6b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-7b12606 e-con-full e-flex glozin-responsive-column glozin-tablet-column--default glozin-responsive-column glozin-mobile-column--default e-con e-child\" data-id=\"7b12606\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1ee070e e-con-full e-flex glozin-responsive-column glozin-tablet-column--default glozin-responsive-column glozin-mobile-column--default e-con e-child\" data-id=\"1ee070e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9d01f1f elementor-widget elementor-widget-glozin-heading\" data-id=\"9d01f1f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"glozin-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"glozin-heading-elementor\">\n\t\t\t\t<div class=\"glozin-heading d-flex align-items-center my-0 glozin-heading--default\">\n\t\t\t\t\tUpgrade \n<br \/>\nla pre\u021b mai mic!\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-585fddb e-con-full e-flex glozin-responsive-column glozin-tablet-column--default glozin-responsive-column glozin-mobile-column--default e-con e-child\" data-id=\"585fddb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ee6ac45 elementor-widget elementor-widget-glozin-heading\" data-id=\"ee6ac45\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"glozin-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"glozin-heading-elementor\">\n\t\t\t\t<div class=\"glozin-heading d-flex align-items-center my-0 glozin-heading--default\">\n\t\t\t\t\tAplic\u0103 promocode-ul \u0219i deblocheaz\u0103 oferta.<br \/>\nValabil pentru timp limitat!\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-78863d9 e-con-full e-flex glozin-responsive-column glozin-tablet-column--default glozin-responsive-column glozin-mobile-column--default e-con e-child\" data-id=\"78863d9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-8a22e83 e-con-full e-flex glozin-responsive-column glozin-tablet-column--default glozin-responsive-column glozin-mobile-column--default e-con e-child\" data-id=\"8a22e83\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7c6da11 elementor-widget elementor-widget-glozin-code-discount\" data-id=\"7c6da11\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"glozin-code-discount.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<button class=\"glozin-code-discount glozin-button gz-button gz-button-outline \">\n\t\t\t<span class=\"glozin-svg-icon glozin-svg-icon--copy position-relative top-2\" ><svg aria-hidden=\"true\" role=\"img\" focusable=\"false\" width=\"16\" height=\"14\" fill=\"none\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M14.286 4.667v7.583H4.57V4.667h9.715ZM16 4.375c0-.805-.64-1.458-1.429-1.458H4.286c-.79 0-1.429.653-1.429 1.458v8.167c0 .805.64 1.458 1.429 1.458H14.57c.79 0 1.429-.653 1.429-1.458V4.375Z\" clip-rule=\"evenodd\"><\/path><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M13.43.875A.866.866 0 0 0 12.573 0H1.43C1.05 0 .687.154.42.427A1.474 1.474 0 0 0 0 1.458V10.5c0 .484.384.875.857.875a.866.866 0 0 0 .857-.875V1.75h10.857a.866.866 0 0 0 .858-.874Z\" clip-rule=\"evenodd\"><\/path><\/svg><\/span>\t\t\t<span class=\"glozin-button-text position-relative\">\n\t\t\t\t<span class=\"glozin-button-text-code\">AIWOX2026<\/span>\n\t\t\t\t<span class=\"glozin-button-text-copied position-absolute top-50 start-50 translate-middle invisible\">Copied<\/span>\n\t\t\t<\/span>\n\t\t<\/button>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d1e7d64 e-con-full e-flex glozin-responsive-column glozin-tablet-column--default glozin-responsive-column glozin-mobile-column--default e-con e-child\" data-id=\"d1e7d64\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a0c15a1 elementor-align-right elementor-widget elementor-widget-glozin-button\" data-id=\"a0c15a1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"glozin-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/aiwox.md\/shop\/\" class=\"glozin-button-link glozin-button gz-button gz-button-light px-30 gz-button-hover-effect\" aria-label=\"Link for Vezi oferta\">\r\n\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t<span class=\"glozin-button-text\">Vezi oferta<\/span>\t\t<\/a>\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6962f21 e-flex e-con-boxed glozin-responsive-column glozin-tablet-column--default glozin-responsive-column glozin-mobile-column--default e-con e-parent\" data-id=\"6962f21\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c190c03 elementor-widget elementor-widget-aiwox_sticky_deck\" data-id=\"c190c03\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"aiwox_sticky_deck.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        \n        <style>\n        \/* CSS DE BAZ\u0102 *\/\n        .aiwox-stack-widget { max-width: 1200px; margin: 100px auto; padding: 0 24px; font-family: Inter, \"Instrument Sans\", Arial, sans-serif; }\n        .aiwox-stack-head { text-align: center; margin-bottom: 60px; }\n        .aiwox-stack-head h2 { font-size: 46px; font-weight: 900; letter-spacing: -0.04em; color: #0f172a; margin: 0 0 16px; transition: all 0.3s; }\n        .aiwox-stack-head a { font-size: 16px; font-weight: 800; color: #6d5dfc; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: transform 0.3s; }\n        .aiwox-stack-head a:hover { transform: translateX(5px); }\n        .aiwox-stack-container { position: relative; padding-bottom: 100px; }\n        .aiwox-stack-card { position: sticky; display: flex; border-radius: 40px; margin-bottom: 40px; min-height: 440px; box-shadow: 0 -15px 40px rgba(0,0,0,0.04); overflow: hidden; transition: transform 0.4s ease, border-radius 0.4s ease, box-shadow 0.4s ease; border: 1px solid rgba(0,0,0,0.05); }\n        .aiwox-stack-info { flex: 1.1; padding: 60px 80px; display: flex; flex-direction: column; justify-content: center; transition: all 0.4s ease; }\n        .aiwox-stack-badge { display: inline-block; padding: 8px 16px; border-radius: 99px; font-size: 13px; font-weight: 900; letter-spacing: 1px; margin-bottom: 24px; align-self: flex-start; transition: all 0.3s ease; }\n        .aiwox-stack-info h3 { font-size: 42px; line-height: 1.1; font-weight: 900; letter-spacing: -0.04em; margin: 0 0 16px; transition: color 0.3s ease; }\n        .aiwox-stack-info p { font-size: 17px; opacity: 0.85; margin: 0 0 32px; line-height: 1.5; max-width: 90%; transition: color 0.3s ease; }\n        .aiwox-stack-price { font-size: 32px; font-weight: 900; margin-bottom: 32px; display: flex; align-items: center; gap: 12px; transition: color 0.3s ease; }\n        .aiwox-stack-price del { font-size: 18px; opacity: 0.6; font-weight: 600; }\n        .aiwox-stack-btn { display: inline-flex; padding: 18px 40px; border-radius: 99px; font-size: 16px; font-weight: 850; text-decoration: none; align-self: flex-start; transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1); }\n        .aiwox-stack-btn:hover { transform: translateY(-4px); box-shadow: 0 15px 30px rgba(0,0,0,0.15); }\n        .aiwox-stack-img-wrap { flex: 0.9; background: #f1f5f9; padding: 40px; display: flex; align-items: center; justify-content: center; position: relative; transition: all 0.4s ease; }\n        .aiwox-stack-img-wrap img { width: 100%; max-width: 320px; object-fit: contain; mix-blend-mode: multiply; transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1); filter: drop-shadow(0 20px 30px rgba(0,0,0,0.06)); }\n        .aiwox-stack-card:hover .aiwox-stack-img-wrap img { transform: scale(1.1) rotate(-3deg); }\n\n        \/* Pozitionare dinamica pentru sticky (pana la 10 carduri suportate elegant) *\/\n        .aiwox-stack-card:nth-child(1) { top: 120px; z-index: 1; }\n        .aiwox-stack-card:nth-child(2) { top: 150px; z-index: 2; }\n        .aiwox-stack-card:nth-child(3) { top: 180px; z-index: 3; }\n        .aiwox-stack-card:nth-child(4) { top: 210px; z-index: 4; }\n        .aiwox-stack-card:nth-child(5) { top: 240px; z-index: 5; }\n        .aiwox-stack-card:nth-child(6) { top: 270px; z-index: 6; }\n        .aiwox-stack-card:nth-child(7) { top: 300px; z-index: 7; }\n        .aiwox-stack-card:nth-child(8) { top: 330px; z-index: 8; }\n        .aiwox-stack-card:nth-child(9) { top: 360px; z-index: 9; }\n        .aiwox-stack-card:nth-child(10) { top: 390px; z-index: 10; }\n\n        \/* RESPONSIVE *\/\n        @media (max-width: 768px) {\n          .aiwox-stack-widget { padding: 0 16px; margin: 40px auto; }\n          .aiwox-stack-head h2 { font-size: clamp(28px, 6vw, 36px); margin-bottom: 12px; }\n          .aiwox-stack-head { margin-bottom: 40px; }\n          .aiwox-stack-card { flex-direction: column-reverse; position: sticky !important; min-height: auto; border-radius: 28px; margin-bottom: 24px; box-shadow: 0 -10px 30px rgba(0,0,0,0.08); }\n          .aiwox-stack-card:nth-child(1) { top: 70px !important; }\n          .aiwox-stack-card:nth-child(2) { top: 85px !important; }\n          .aiwox-stack-card:nth-child(3) { top: 100px !important; }\n          .aiwox-stack-card:nth-child(4) { top: 115px !important; }\n          .aiwox-stack-card:nth-child(5) { top: 130px !important; }\n          .aiwox-stack-card:nth-child(6) { top: 145px !important; }\n          .aiwox-stack-card:nth-child(7) { top: 160px !important; }\n          .aiwox-stack-card:nth-child(8) { top: 175px !important; }\n          .aiwox-stack-card:nth-child(9) { top: 190px !important; }\n          .aiwox-stack-card:nth-child(10) { top: 205px !important; }\n          \n          .aiwox-stack-info { padding: 24px 20px; align-items: center; text-align: center; }\n          .aiwox-stack-info h3 { font-size: 26px; }\n          .aiwox-stack-info p { max-width: 100%; font-size: 14px; margin-bottom: 24px; }\n          .aiwox-stack-price { font-size: 24px; margin-bottom: 24px; flex-direction: column; gap: 4px; }\n          .aiwox-stack-img-wrap { padding: 30px; min-height: 240px; border-left: none !important; border-bottom: 1px solid rgba(0,0,0,0.03); border-radius: 28px 28px 0 0; }\n          .aiwox-stack-img-wrap img { max-width: 70%; }\n          .aiwox-stack-btn { width: 100%; justify-content: center; padding: 14px 20px; }\n        }\n\n        \/* ========================================================== *\/\n        \/* --- 10 PREMIUM STYLES ------------------------------------ *\/\n        \/* ========================================================== *\/\n\n        \/* STYLE 1: Default Premium (Muted Colors) *\/\n        .aiwox-stack--style-1 .aiwox-stack-card:nth-child(1) .aiwox-stack-info { background: #0f172a; color: #fff; }\n        .aiwox-stack--style-1 .aiwox-stack-card:nth-child(1) h3, .aiwox-stack--style-1 .aiwox-stack-card:nth-child(1) .aiwox-stack-price { color: #fff; }\n        .aiwox-stack--style-1 .aiwox-stack-card:nth-child(1) .aiwox-stack-badge { background: var(--aiwox-accent); color: #000; }\n        .aiwox-stack--style-1 .aiwox-stack-card:nth-child(1) .aiwox-stack-btn { background: #fff; color: #0f172a; }\n\n        .aiwox-stack--style-1 .aiwox-stack-card:nth-child(2) .aiwox-stack-info { background: #fff; color: #0f172a; }\n        .aiwox-stack--style-1 .aiwox-stack-card:nth-child(2) h3, .aiwox-stack--style-1 .aiwox-stack-card:nth-child(2) .aiwox-stack-price { color: #0f172a; }\n        .aiwox-stack--style-1 .aiwox-stack-card:nth-child(2) .aiwox-stack-badge { background: #6d5dfc; color: #fff; }\n        .aiwox-stack--style-1 .aiwox-stack-card:nth-child(2) .aiwox-stack-btn { background: #0f172a; color: #fff; }\n        .aiwox-stack--style-1 .aiwox-stack-card:nth-child(2) .aiwox-stack-img-wrap { background: #f8fafc; border-left: 1px solid rgba(0,0,0,0.03); }\n\n        .aiwox-stack--style-1 .aiwox-stack-card:nth-child(3) .aiwox-stack-info { background: #e2e8f0; color: #0f172a; }\n        .aiwox-stack--style-1 .aiwox-stack-card:nth-child(3) h3, .aiwox-stack--style-1 .aiwox-stack-card:nth-child(3) .aiwox-stack-price { color: #0f172a; }\n        .aiwox-stack--style-1 .aiwox-stack-card:nth-child(3) .aiwox-stack-badge { background: #0f172a; color: #fff; }\n        .aiwox-stack--style-1 .aiwox-stack-card:nth-child(3) .aiwox-stack-btn { background: #0f172a; color: #fff; }\n\n        .aiwox-stack--style-1 .aiwox-stack-card:nth-child(4) .aiwox-stack-info { background: #1e1b4b; color: #fff; }\n        .aiwox-stack--style-1 .aiwox-stack-card:nth-child(4) h3, .aiwox-stack--style-1 .aiwox-stack-card:nth-child(4) .aiwox-stack-price { color: #fff; }\n        .aiwox-stack--style-1 .aiwox-stack-card:nth-child(4) .aiwox-stack-badge { background: var(--aiwox-accent); color: #000; }\n        .aiwox-stack--style-1 .aiwox-stack-card:nth-child(4) .aiwox-stack-btn { background: #fff; color: #0f172a; }\n\n        .aiwox-stack--style-1 .aiwox-stack-card:nth-child(5) .aiwox-stack-info { background: #fdfbf7; color: #0f172a; }\n        .aiwox-stack--style-1 .aiwox-stack-card:nth-child(5) h3, .aiwox-stack--style-1 .aiwox-stack-card:nth-child(5) .aiwox-stack-price { color: #0f172a; }\n        .aiwox-stack--style-1 .aiwox-stack-card:nth-child(5) .aiwox-stack-badge { background: #ef4444; color: #fff; }\n        .aiwox-stack--style-1 .aiwox-stack-card:nth-child(5) .aiwox-stack-btn { background: #0f172a; color: #fff; }\n        .aiwox-stack--style-1 .aiwox-stack-card:nth-child(5) .aiwox-stack-img-wrap { background: #f8fafc; border-left: 1px solid rgba(0,0,0,0.03); }\n        \n        \/* Pentru cardurile > 5 se va repeta stilul 1 si 2 algoritmic (odd\/even fallback) *\/\n        .aiwox-stack--style-1 .aiwox-stack-card:nth-child(n+6):nth-child(odd) .aiwox-stack-info { background: #0f172a; color: #fff; }\n        .aiwox-stack--style-1 .aiwox-stack-card:nth-child(n+6):nth-child(odd) h3, .aiwox-stack--style-1 .aiwox-stack-card:nth-child(n+6):nth-child(odd) .aiwox-stack-price { color: #fff; }\n        .aiwox-stack--style-1 .aiwox-stack-card:nth-child(n+6):nth-child(odd) .aiwox-stack-badge { background: var(--aiwox-accent); color: #000; }\n        .aiwox-stack--style-1 .aiwox-stack-card:nth-child(n+6):nth-child(odd) .aiwox-stack-btn { background: #fff; color: #0f172a; }\n        \n        .aiwox-stack--style-1 .aiwox-stack-card:nth-child(n+6):nth-child(even) .aiwox-stack-info { background: #fff; color: #0f172a; }\n        .aiwox-stack--style-1 .aiwox-stack-card:nth-child(n+6):nth-child(even) h3, .aiwox-stack--style-1 .aiwox-stack-card:nth-child(n+6):nth-child(even) .aiwox-stack-price { color: #0f172a; }\n        .aiwox-stack--style-1 .aiwox-stack-card:nth-child(n+6):nth-child(even) .aiwox-stack-badge { background: #6d5dfc; color: #fff; }\n        .aiwox-stack--style-1 .aiwox-stack-card:nth-child(n+6):nth-child(even) .aiwox-stack-btn { background: #0f172a; color: #fff; }\n\n\n        \/* STYLE 2: Apple Glassmorphism *\/\n        .aiwox-stack--style-2 .aiwox-stack-card { background: rgba(255,255,255,0.6); backdrop-filter: blur(40px); -webkit-backdrop-filter: blur(40px); border: 1px solid rgba(255,255,255,0.8); }\n        .aiwox-stack--style-2 .aiwox-stack-info, .aiwox-stack--style-2 .aiwox-stack-img-wrap { background: transparent; }\n        .aiwox-stack--style-2 h3, .aiwox-stack--style-2 .aiwox-stack-price, .aiwox-stack--style-2 p { color: #1d1d1f; }\n        .aiwox-stack--style-2 .aiwox-stack-badge { background: rgba(0,0,0,0.05); color: #1d1d1f; }\n        .aiwox-stack--style-2 .aiwox-stack-btn { background: #0071e3; color: #fff; }\n        .aiwox-stack--style-2 .aiwox-stack-img-wrap img { mix-blend-mode: normal; filter: drop-shadow(0 30px 40px rgba(0,0,0,0.1)); }\n\n        \/* STYLE 3: Cyberpunk Neon *\/\n        .aiwox-stack--style-3 .aiwox-stack-widget { background: #050505; color: #fff; padding: 40px; }\n        .aiwox-stack--style-3 .aiwox-stack-head h2 { color: #fff; font-family: monospace; text-transform: uppercase; text-shadow: 2px 2px 0px var(--violet); }\n        .aiwox-stack--style-3 .aiwox-stack-card { border-radius: 0; border: 2px solid var(--lime); background: #000; box-shadow: 0 0 20px rgba(var(--aiwox-accent-rgb),0.2); }\n        .aiwox-stack--style-3 .aiwox-stack-info, .aiwox-stack--style-3 .aiwox-stack-img-wrap { background: transparent; }\n        .aiwox-stack--style-3 h3 { color: var(--lime); font-family: monospace; text-transform: uppercase; }\n        .aiwox-stack--style-3 p, .aiwox-stack--style-3 .aiwox-stack-price { color: #fff; }\n        .aiwox-stack--style-3 .aiwox-stack-badge { background: var(--violet); color: #fff; border-radius: 0; font-family: monospace; }\n        .aiwox-stack--style-3 .aiwox-stack-btn { background: transparent; border: 2px solid var(--lime); color: var(--lime); border-radius: 0; font-family: monospace; text-transform: uppercase; }\n        .aiwox-stack--style-3 .aiwox-stack-btn:hover { background: var(--lime); color: #000; box-shadow: 0 0 20px var(--lime); }\n        .aiwox-stack--style-3 .aiwox-stack-img-wrap img { filter: contrast(1.2) saturate(1.5) drop-shadow(0 0 20px var(--violet)); mix-blend-mode: normal; }\n\n        \/* STYLE 4: Brutalist Outline *\/\n        .aiwox-stack--style-4 .aiwox-stack-card { border-radius: 0; border: 4px solid #000; box-shadow: 10px 10px 0 #000; background: #fff; margin-bottom: 60px; }\n        .aiwox-stack--style-4 .aiwox-stack-info, .aiwox-stack--style-4 .aiwox-stack-img-wrap { background: transparent; border-left: 4px solid #000; }\n        .aiwox-stack--style-4 .aiwox-stack-info { border-left: none; }\n        .aiwox-stack--style-4 h3 { font-weight: 900; text-transform: uppercase; font-size: 50px; color: #000; }\n        .aiwox-stack--style-4 p, .aiwox-stack--style-4 .aiwox-stack-price { color: #000; font-weight: 700; }\n        .aiwox-stack--style-4 .aiwox-stack-badge { border-radius: 0; border: 2px solid #000; background: #fff; color: #000; box-shadow: 4px 4px 0 #000; }\n        .aiwox-stack--style-4 .aiwox-stack-btn { border-radius: 0; border: 4px solid #000; background: var(--lime); color: #000; box-shadow: 6px 6px 0 #000; }\n        .aiwox-stack--style-4 .aiwox-stack-btn:hover { transform: translate(4px, 4px); box-shadow: 2px 2px 0 #000; }\n        @media(max-width:768px) { .aiwox-stack--style-4 .aiwox-stack-img-wrap { border-left: none; border-bottom: 4px solid #000; } }\n\n        \/* STYLE 5: Dark Obsidian *\/\n        .aiwox-stack--style-5 .aiwox-stack-widget { background: #000; padding: 40px; }\n        .aiwox-stack--style-5 .aiwox-stack-head h2 { color: #fff; }\n        .aiwox-stack--style-5 .aiwox-stack-card { background: #050505; border: 1px solid #1a1a1a; box-shadow: 0 -20px 40px rgba(0,0,0,0.8); }\n        .aiwox-stack--style-5 .aiwox-stack-info, .aiwox-stack--style-5 .aiwox-stack-img-wrap { background: transparent; }\n        .aiwox-stack--style-5 .aiwox-stack-img-wrap { border-left: 1px solid #1a1a1a; }\n        .aiwox-stack--style-5 h3, .aiwox-stack--style-5 p, .aiwox-stack--style-5 .aiwox-stack-price { color: #fff; }\n        .aiwox-stack--style-5 .aiwox-stack-price del { color: #666; }\n        .aiwox-stack--style-5 .aiwox-stack-badge { background: #111; border: 1px solid #333; color: #ccc; }\n        .aiwox-stack--style-5 .aiwox-stack-btn { background: #fff; color: #000; }\n        .aiwox-stack--style-5 .aiwox-stack-img-wrap img { mix-blend-mode: normal; filter: drop-shadow(0 20px 40px rgba(255,255,255,0.05)); }\n\n        \/* STYLE 6: Monochrome High-Contrast *\/\n        .aiwox-stack--style-6 .aiwox-stack-card { border-radius: 0; border: none; }\n        .aiwox-stack--style-6 .aiwox-stack-card:nth-child(odd) .aiwox-stack-info { background: #000; color: #fff; }\n        .aiwox-stack--style-6 .aiwox-stack-card:nth-child(odd) h3, .aiwox-stack--style-6 .aiwox-stack-card:nth-child(odd) .aiwox-stack-price { color: #fff; }\n        .aiwox-stack--style-6 .aiwox-stack-card:nth-child(odd) .aiwox-stack-badge { background: #fff; color: #000; border-radius: 0; }\n        .aiwox-stack--style-6 .aiwox-stack-card:nth-child(odd) .aiwox-stack-btn { background: #fff; color: #000; border-radius: 0; }\n        .aiwox-stack--style-6 .aiwox-stack-card:nth-child(odd) .aiwox-stack-img-wrap { background: #111; }\n        .aiwox-stack--style-6 .aiwox-stack-card:nth-child(odd) .aiwox-stack-img-wrap img { mix-blend-mode: normal; }\n        \n        .aiwox-stack--style-6 .aiwox-stack-card:nth-child(even) .aiwox-stack-info { background: #fff; color: #000; }\n        .aiwox-stack--style-6 .aiwox-stack-card:nth-child(even) h3, .aiwox-stack--style-6 .aiwox-stack-card:nth-child(even) .aiwox-stack-price { color: #000; }\n        .aiwox-stack--style-6 .aiwox-stack-card:nth-child(even) .aiwox-stack-badge { background: #000; color: #fff; border-radius: 0; }\n        .aiwox-stack--style-6 .aiwox-stack-card:nth-child(even) .aiwox-stack-btn { background: #000; color: #fff; border-radius: 0; }\n        .aiwox-stack--style-6 .aiwox-stack-card:nth-child(even) .aiwox-stack-img-wrap { background: #f4f4f4; }\n\n        \/* STYLE 7: Soft Pastel *\/\n        .aiwox-stack--style-7 .aiwox-stack-card { border-radius: 60px; border: none; box-shadow: 0 -15px 50px rgba(0,0,0,0.02); }\n        .aiwox-stack--style-7 .aiwox-stack-card:nth-child(1) .aiwox-stack-info { background: #fee2e2; }\n        .aiwox-stack--style-7 .aiwox-stack-card:nth-child(2) .aiwox-stack-info { background: #e0e7ff; }\n        .aiwox-stack--style-7 .aiwox-stack-card:nth-child(3) .aiwox-stack-info { background: #dcfce7; }\n        .aiwox-stack--style-7 .aiwox-stack-card:nth-child(4) .aiwox-stack-info { background: #fef3c7; }\n        .aiwox-stack--style-7 .aiwox-stack-card:nth-child(5) .aiwox-stack-info { background: #fae8ff; }\n        .aiwox-stack--style-7 .aiwox-stack-card:nth-child(n+6) .aiwox-stack-info { background: #f3f4f6; }\n        .aiwox-stack--style-7 h3, .aiwox-stack--style-7 p, .aiwox-stack--style-7 .aiwox-stack-price { color: #1f2937; }\n        .aiwox-stack--style-7 .aiwox-stack-btn { background: #1f2937; color: #fff; border-radius: 20px; }\n        .aiwox-stack--style-7 .aiwox-stack-badge { background: rgba(255,255,255,0.6); color: #1f2937; backdrop-filter: blur(10px); }\n        .aiwox-stack--style-7 .aiwox-stack-img-wrap { background: #fff; }\n\n        \/* STYLE 8: Neumorphism (Soft UI) *\/\n        .aiwox-stack--style-8 .aiwox-stack-widget { background: #e0e5ec; padding: 40px; }\n        .aiwox-stack--style-8 .aiwox-stack-card { background: #e0e5ec; border: none; box-shadow: 9px 9px 16px rgb(163,177,198,0.6), -9px -9px 16px rgba(255,255,255, 0.5); }\n        .aiwox-stack--style-8 .aiwox-stack-info, .aiwox-stack--style-8 .aiwox-stack-img-wrap { background: transparent; }\n        .aiwox-stack--style-8 h3, .aiwox-stack--style-8 p, .aiwox-stack--style-8 .aiwox-stack-price { color: #4d5c6f; }\n        .aiwox-stack--style-8 .aiwox-stack-btn { background: #e0e5ec; color: #4d5c6f; box-shadow: 5px 5px 10px #a3b1c6, -5px -5px 10px #ffffff; }\n        .aiwox-stack--style-8 .aiwox-stack-btn:hover { box-shadow: inset 5px 5px 10px #a3b1c6, inset -5px -5px 10px #ffffff; transform: translateY(0); }\n        .aiwox-stack--style-8 .aiwox-stack-badge { background: transparent; color: #4d5c6f; box-shadow: inset 3px 3px 6px #a3b1c6, inset -3px -3px 6px #ffffff; }\n\n        \/* STYLE 9: Editorial Magazine *\/\n        .aiwox-stack--style-9 .aiwox-stack-card { background: #fff; border-radius: 0; border: 1px solid #ccc; box-shadow: none; margin-bottom: 80px; }\n        .aiwox-stack--style-9 .aiwox-stack-info, .aiwox-stack--style-9 .aiwox-stack-img-wrap { background: transparent; }\n        .aiwox-stack--style-9 .aiwox-stack-img-wrap { border-left: 1px solid #ccc; }\n        .aiwox-stack--style-9 h3 { font-family: \"Playfair Display\", \"Times New Roman\", serif; font-size: 56px; font-weight: normal; font-style: italic; color: #111; letter-spacing: 0; }\n        .aiwox-stack--style-9 p { font-family: \"Georgia\", serif; font-size: 16px; color: #444; }\n        .aiwox-stack--style-9 .aiwox-stack-price { font-family: \"Playfair Display\", serif; font-weight: normal; font-size: 38px; }\n        .aiwox-stack--style-9 .aiwox-stack-btn { background: transparent; color: #111; border: 1px solid #111; border-radius: 0; text-transform: uppercase; font-size: 14px; padding: 16px 32px; font-family: \"Inter\", sans-serif; letter-spacing: 2px; }\n        .aiwox-stack--style-9 .aiwox-stack-btn:hover { background: #111; color: #fff; }\n        .aiwox-stack--style-9 .aiwox-stack-badge { background: #111; color: #fff; border-radius: 0; text-transform: uppercase; letter-spacing: 2px; }\n        @media(max-width:768px) { .aiwox-stack--style-9 .aiwox-stack-img-wrap { border-left: none; border-bottom: 1px solid #ccc; } }\n\n        \/* STYLE 10: Cinematic Shadow *\/\n        .aiwox-stack--style-10 .aiwox-stack-widget { background: #111; padding: 40px; color: #fff; }\n        .aiwox-stack--style-10 .aiwox-stack-head h2 { color: #fff; }\n        .aiwox-stack--style-10 .aiwox-stack-card { background: #1a1a1a; border-radius: 24px; border: none; box-shadow: 0 40px 100px rgba(0,0,0,0.9); }\n        .aiwox-stack--style-10 .aiwox-stack-info, .aiwox-stack--style-10 .aiwox-stack-img-wrap { background: transparent; }\n        .aiwox-stack--style-10 h3, .aiwox-stack--style-10 p, .aiwox-stack--style-10 .aiwox-stack-price { color: #e5e5e5; }\n        .aiwox-stack--style-10 .aiwox-stack-btn { background: linear-gradient(135deg, var(--violet), #9333ea); color: #fff; border-radius: 12px; box-shadow: 0 10px 30px rgba(109,93,252,0.4); }\n        .aiwox-stack--style-10 .aiwox-stack-badge { background: rgba(255,255,255,0.05); color: #aaa; border-radius: 8px; border: 1px solid rgba(255,255,255,0.1); }\n        .aiwox-stack--style-10 .aiwox-stack-img-wrap img { mix-blend-mode: normal; filter: drop-shadow(0 40px 40px rgba(0,0,0,0.8)); }\n\n        <\/style>\n\n        <section class=\"aiwox-stack-widget aiwox-stack--style-1\">\n            <div class=\"aiwox-stack-head\">\n                <h2>Colec\u021bia Premium AIWOX<\/h2>\n                <a href=\"\/shop\/\">\n                    Vezi tot catalogul <i class=\"fa-solid fa-arrow-right\"><\/i>\n                <\/a>\n            <\/div>\n            \n            <div class=\"aiwox-stack-container\">\n                                <div class=\"aiwox-stack-card\">\n                    <div class=\"aiwox-stack-info\">\n                                                    <span class=\"aiwox-stack-badge\">CEL MAI C\u0102UTAT<\/span>\n                                                \n                        <h3>Traductor inteligent D6<\/h3>\n                        <p>Comunicare f\u0103r\u0103 limite. Traducere voce \u0219i text \u00een timp real, cu ecran tactil \u0219i Wi-Fi integrat.<\/p>\n                        \n                        <div class=\"aiwox-stack-price\">\n                            1.849 MDL                                                    <\/div>\n                        \n                        <a href=\"https:\/\/aiwox.md\/product\/traductor-inteligent-aiwox-d6\/\" class=\"aiwox-stack-btn\">\n                            Cump\u0103r\u0103 acum                        <\/a>\n                    <\/div>\n                    <div class=\"aiwox-stack-img-wrap\">\n                        <img decoding=\"async\" src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2026\/04\/hatGPT-Image-Mar-24-2026-11_39_25-PM-e1777470883608.png\" alt=\"Traductor inteligent D6\">\n                    <\/div>\n                <\/div>\n                                <div class=\"aiwox-stack-card\">\n                    <div class=\"aiwox-stack-info\">\n                                                    <span class=\"aiwox-stack-badge\">NOU IN STOC<\/span>\n                                                \n                        <h3>Ceas s\u0103n\u0103tate 06<\/h3>\n                        <p>Tehnologie portabil\u0103 pentru monitorizare complet\u0103. Tensiune, ECG \u0219i conectivitate Bluetooth instant\u0103.<\/p>\n                        \n                        <div class=\"aiwox-stack-price\">\n                            2.499 MDL                                                            <del>2.769 MDL<\/del>\n                                                    <\/div>\n                        \n                        <a href=\"https:\/\/aiwox.md\/product\/ceas-inteligent-pentru-sanatate-06\/\" class=\"aiwox-stack-btn\">\n                            Cump\u0103r\u0103 acum                        <\/a>\n                    <\/div>\n                    <div class=\"aiwox-stack-img-wrap\">\n                        <img decoding=\"async\" src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2025\/12\/01-scaled-1-400x400.jpg\" alt=\"Ceas s\u0103n\u0103tate 06\">\n                    <\/div>\n                <\/div>\n                                <div class=\"aiwox-stack-card\">\n                    <div class=\"aiwox-stack-info\">\n                                                    <span class=\"aiwox-stack-badge\">PRO LEVEL<\/span>\n                                                \n                        <h3>Sistem Tourguide Okayo<\/h3>\n                        <p>Solu\u021bie profesional\u0103 \u0219i complet configurabil\u0103 pentru comunicare clar\u0103 de grup.<\/p>\n                        \n                        <div class=\"aiwox-stack-price\">\n                            De la 2.830 MDL                                                    <\/div>\n                        \n                        <a href=\"https:\/\/aiwox.md\/product\/sistem-tourguide-audio-okayo-teamsgo-wave-teams-configurabil\/\" class=\"aiwox-stack-btn\">\n                            Configureaz\u0103                        <\/a>\n                    <\/div>\n                    <div class=\"aiwox-stack-img-wrap\">\n                        <img decoding=\"async\" src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2026\/01\/upscalemedia-transformed-1-400x400.webp\" alt=\"Sistem Tourguide Okayo\">\n                    <\/div>\n                <\/div>\n                                <div class=\"aiwox-stack-card\">\n                    <div class=\"aiwox-stack-info\">\n                                                    <span class=\"aiwox-stack-badge\">BEST DEAL<\/span>\n                                                \n                        <h3>Ochelari Video AX17<\/h3>\n                        <p>\u00cenregistreaz\u0103 fiecare moment. Design invizibil, lentile premium \u0219i camer\u0103 HD integrat\u0103.<\/p>\n                        \n                        <div class=\"aiwox-stack-price\">\n                            1.599 MDL                                                            <del>1.769 MDL<\/del>\n                                                    <\/div>\n                        \n                        <a href=\"https:\/\/aiwox.md\/product\/ochelari-cu-camera-video-ax17\/\" class=\"aiwox-stack-btn\">\n                            Cump\u0103r\u0103 acum                        <\/a>\n                    <\/div>\n                    <div class=\"aiwox-stack-img-wrap\">\n                        <img decoding=\"async\" src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2025\/12\/5-scaled-1-400x400.jpg\" alt=\"Ochelari Video AX17\">\n                    <\/div>\n                <\/div>\n                                <div class=\"aiwox-stack-card\">\n                    <div class=\"aiwox-stack-info\">\n                                                    <span class=\"aiwox-stack-badge\">PORTABIL<\/span>\n                                                \n                        <h3>Traductor Magnetic X9<\/h3>\n                        <p>Cel mai mic \u0219i inteligent traduc\u0103tor. Se fixeaz\u0103 magnetic direct pe spatele telefonului t\u0103u.<\/p>\n                        \n                        <div class=\"aiwox-stack-price\">\n                            1.999 MDL                                                    <\/div>\n                        \n                        <a href=\"https:\/\/aiwox.md\/product\/%d0%bc%d0%b0%d0%b3%d0%bd%d0%b8%d1%82%d0%bd%d1%8b%d0%b9-%d0%b8%d0%b8-%d0%bf%d0%b5%d1%80%d0%b5%d0%b2%d0%be%d0%b4%d1%87%d0%b8%d0%ba-x9-%d0%b4%d0%bb%d1%8f-%d1%82%d0%b5%d0%bb%d0%b5%d1%84%d0%be%d0%bd%d0%b0\/\" class=\"aiwox-stack-btn\">\n                            Cump\u0103r\u0103 acum                        <\/a>\n                    <\/div>\n                    <div class=\"aiwox-stack-img-wrap\">\n                        <img decoding=\"async\" src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2025\/12\/page1_img4.png.webp\" alt=\"Traductor Magnetic X9\">\n                    <\/div>\n                <\/div>\n                            <\/div>\n        <\/section>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-11f6a6a e-con-full e-flex glozin-responsive-column glozin-tablet-column--default glozin-responsive-column glozin-mobile-column--default e-con e-parent\" data-id=\"11f6a6a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e6232e3 elementor-widget elementor-widget-aiwox_accordion_hero\" data-id=\"e6232e3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"aiwox_accordion_hero.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n                <style>\n                \/* CSS DE BAZ\u0102 (PENTRU TOATE STILURILE) *\/\n                .aiwox-accordion-hero { width: 100%; padding: 40px 10px; background: #03050a; font-family: Inter, \"Instrument Sans\", Arial, sans-serif; overflow: hidden; transition: background 0.5s; }\n                .aiwox-accordion-hero * { box-sizing: border-box !important; }\n                \n                .aiwox-acc-header { text-align: center; margin-bottom: 40px; }\n                .aiwox-acc-header h2 { font-size: clamp(32px, 4vw, 46px); font-weight: 900; color: #fff; letter-spacing: -1.5px; margin: 0 0 10px; }\n                .aiwox-acc-header h2 span { color: var(--aiwox-accent); }\n                .aiwox-acc-header p { color: #8892b0; font-size: 16px; margin: 0; }\n                \n                .aiwox-acc-container { display: flex; gap: 12px; width: 100%; max-width: 1400px; height: 600px; margin: 0 auto; }\n                \n                .aiwox-acc-panel { position: relative; flex: 1 1 0% !important; border-radius: 28px; overflow: hidden; cursor: pointer; background: #0a0e17; border: 1px solid rgba(255,255,255,0.06); box-shadow: 0 20px 40px rgba(0,0,0,0.4); transition: flex 0.7s cubic-bezier(0.16, 1, 0.3, 1), border-radius 0.5s ease; text-decoration: none; }\n                \n                .aiwox-acc-bg { position: absolute !important; top: 0 !important; left: 0 !important; width: 100% !important; height: 100% !important; max-width: none !important; object-fit: cover !important; object-position: center !important; transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1), filter 0.8s ease; filter: brightness(0.4) grayscale(80%); }\n                \n                .aiwox-acc-vertical { position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); color: #fff; font-size: clamp(18px, 2vw, 22px); font-weight: 900; letter-spacing: 4px; text-transform: uppercase; writing-mode: vertical-rl; transform-origin: center; rotate: 180deg; white-space: nowrap; transition: opacity 0.4s ease, transform 0.6s ease; opacity: 1; }\n                \n                .aiwox-acc-content { position: absolute; bottom: 0; left: 0; width: 100%; padding: 40px 30px; display: flex; flex-direction: column; align-items: flex-start; z-index: 3; opacity: 0; transform: translateY(40px); transition: opacity 0.4s ease 0.1s, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.1s; pointer-events: none; }\n                \n                .aiwox-acc-panel::after { content: \"\"; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.2) 60%, transparent 100%); opacity: 0; transition: opacity 0.6s ease; pointer-events: none; }\n                \n                .aiwox-acc-container:hover .aiwox-acc-panel { flex: 1 1 0% !important; }\n                \n                .aiwox-acc-container:not(:hover):not(.has-active) .aiwox-acc-panel:first-child,\n                .aiwox-acc-panel:hover, .aiwox-acc-panel.is-active { flex: 7 1 0% !important; }\n                \n                .aiwox-acc-container:not(:hover):not(.has-active) .aiwox-acc-panel:first-child .aiwox-acc-bg,\n                .aiwox-acc-panel:hover .aiwox-acc-bg, .aiwox-acc-panel.is-active .aiwox-acc-bg { transform: scale(1.05); filter: brightness(1) grayscale(0%); }\n                \n                .aiwox-acc-container:not(:hover):not(.has-active) .aiwox-acc-panel:first-child::after,\n                .aiwox-acc-panel:hover::after, .aiwox-acc-panel.is-active::after { opacity: 1; }\n                \n                .aiwox-acc-container:not(:hover):not(.has-active) .aiwox-acc-panel:first-child .aiwox-acc-vertical,\n                .aiwox-acc-panel:hover .aiwox-acc-vertical, .aiwox-acc-panel.is-active .aiwox-acc-vertical { opacity: 0; transform: translateX(-50%) translateY(30px); }\n                \n                .aiwox-acc-container:not(:hover):not(.has-active) .aiwox-acc-panel:first-child .aiwox-acc-content,\n                .aiwox-acc-panel:hover .aiwox-acc-content, .aiwox-acc-panel.is-active .aiwox-acc-content { opacity: 1; transform: translateY(0); pointer-events: auto; }\n                \n                .aiwox-acc-badge { background: var(--aiwox-accent); color: #000; padding: 6px 14px; border-radius: 99px; font-size: 11px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 12px; box-shadow: 0 10px 20px rgba(var(--aiwox-accent-rgb), 0.2); }\n                .aiwox-acc-content h2 { font-size: clamp(26px, 3vw, 40px); font-weight: 900; margin: 0 0 12px; color: #fff; letter-spacing: -0.03em; line-height: 1.1; word-wrap: break-word; }\n                .aiwox-acc-content p { font-size: clamp(14px, 1.5vw, 16px); color: rgba(255,255,255,0.85); margin: 0 0 24px; line-height: 1.4; max-width: 100%; }\n                \n                .aiwox-acc-btn { background: #fff; color: #000; padding: 14px 28px; border-radius: 99px; font-weight: 900; text-decoration: none; font-size: 14px; transition: all 0.3s; display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }\n                .aiwox-acc-panel:hover .aiwox-acc-btn:hover { background: var(--aiwox-accent); transform: translateY(-4px); box-shadow: 0 15px 30px rgba(var(--aiwox-accent-rgb), 0.3); }\n                \n                .aiwox-benefits-dark { display: flex; justify-content: center; flex-wrap: wrap; gap: 40px; max-width: 1400px; margin: 40px auto 0; }\n                .aiwox-benefit-item { display: flex; align-items: center; gap: 10px; color: #8892b0; font-size: 14px; font-weight: 600; }\n                .aiwox-benefit-item i { color: var(--aiwox-accent); font-size: 18px; }\n                \n                \/* ========================================================\n                   RESPONSIVE MOBILE\n                   ======================================================== *\/\n                @media (max-width: 768px) {\n                  .aiwox-accordion-hero { padding: 30px 16px; }\n                  .aiwox-acc-header h2 { font-size: 32px; }\n                  .aiwox-acc-container { flex-direction: column; height: 75vh; min-height: 600px; gap: 8px; }\n                  .aiwox-acc-panel { flex: 1 1 0% !important; border-radius: 20px !important; }\n                  .aiwox-acc-vertical { writing-mode: horizontal-tb; rotate: 0deg; bottom: 50%; transform: translate(-50%, 50%); font-size: 20px; letter-spacing: 2px; }\n                  \n                  .aiwox-acc-container:not(:hover):not(.has-active) .aiwox-acc-panel:first-child .aiwox-acc-vertical,\n                  .aiwox-acc-panel:hover .aiwox-acc-vertical, .aiwox-acc-panel.is-active .aiwox-acc-vertical { transform: translate(-50%, 150%); }\n                  \n                  .aiwox-acc-content { padding: 30px 20px; }\n                  .aiwox-acc-content h2 { font-size: 26px; }\n                  .aiwox-acc-btn { width: 100%; justify-content: center; }\n                  .aiwox-benefits-dark { gap: 16px; flex-direction: column; align-items: flex-start; }\n                }\n\n                \/* ========================================================\n                   --- 10 PREMIUM STYLES ---\n                   ======================================================== *\/\n\n                \/* Style 2: Apple Vision (Light Glass) *\/\n                .aiwox-acc-style-2.aiwox-accordion-hero { background: #f5f5f7; }\n                .aiwox-acc-style-2 .aiwox-acc-header h2 { color: #1d1d1f; }\n                .aiwox-acc-style-2 .aiwox-acc-header h2 span { color: #0071e3; }\n                .aiwox-acc-style-2 .aiwox-acc-header p { color: #86868b; }\n                .aiwox-acc-style-2 .aiwox-acc-panel { background: #fff; border: 1px solid rgba(0,0,0,0.05); box-shadow: 0 10px 30px rgba(0,0,0,0.05); border-radius: 40px; }\n                .aiwox-acc-style-2 .aiwox-acc-bg { filter: brightness(1) grayscale(0%); opacity: 0.5; }\n                .aiwox-acc-style-2 .aiwox-acc-container:not(:hover) .aiwox-acc-panel:first-child .aiwox-acc-bg,\n                .aiwox-acc-style-2 .aiwox-acc-panel:hover .aiwox-acc-bg { opacity: 1; }\n                .aiwox-acc-style-2 .aiwox-acc-vertical { color: #1d1d1f; }\n                .aiwox-acc-style-2 .aiwox-acc-panel::after { background: linear-gradient(to top, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.3) 60%, transparent 100%); }\n                .aiwox-acc-style-2 .aiwox-acc-content h2 { color: #1d1d1f; }\n                .aiwox-acc-style-2 .aiwox-acc-content p { color: #515154; }\n                .aiwox-acc-style-2 .aiwox-acc-btn { background: #0071e3; color: #fff; }\n                .aiwox-acc-style-2 .aiwox-acc-panel:hover .aiwox-acc-btn:hover { background: #1d1d1f; box-shadow: 0 10px 20px rgba(0,0,0,0.1); }\n                .aiwox-acc-style-2 .aiwox-benefit-item { color: #515154; }\n                .aiwox-acc-style-2 .aiwox-benefit-item i { color: #0071e3; }\n\n                \/* Style 3: Cyberpunk Edgerunner *\/\n                .aiwox-acc-style-3.aiwox-accordion-hero { background: #050505; }\n                .aiwox-acc-style-3 .aiwox-acc-header h2 { font-family: monospace; text-transform: uppercase; color: var(--lime, var(--aiwox-accent)); text-shadow: 3px 3px 0 var(--violet, #6d5dfc); }\n                .aiwox-acc-style-3 .aiwox-acc-panel { border-radius: 0; border: 2px solid var(--violet, #6d5dfc); }\n                .aiwox-acc-style-3 .aiwox-acc-panel:hover { border-color: var(--lime, var(--aiwox-accent)); box-shadow: 0 0 30px rgba(var(--aiwox-accent-rgb),0.4); }\n                .aiwox-acc-style-3 .aiwox-acc-vertical { font-family: monospace; color: var(--violet, #6d5dfc); }\n                .aiwox-acc-style-3 .aiwox-acc-content h2 { font-family: monospace; text-transform: uppercase; color: var(--lime, var(--aiwox-accent)); }\n                .aiwox-acc-style-3 .aiwox-acc-btn { border-radius: 0; border: 2px solid var(--lime, var(--aiwox-accent)); background: transparent; color: var(--lime, var(--aiwox-accent)); }\n                .aiwox-acc-style-3 .aiwox-acc-panel:hover .aiwox-acc-btn:hover { background: var(--lime, var(--aiwox-accent)); color: #000; }\n                .aiwox-acc-style-3 .aiwox-acc-bg { filter: saturate(0) contrast(2); }\n                .aiwox-acc-style-3 .aiwox-acc-container:not(:hover) .aiwox-acc-panel:first-child .aiwox-acc-bg,\n                .aiwox-acc-style-3 .aiwox-acc-panel:hover .aiwox-acc-bg { filter: saturate(2) contrast(1.5) hue-rotate(90deg); }\n\n                \/* Style 4: Cinematic Letterbox *\/\n                .aiwox-acc-style-4 .aiwox-acc-panel { border-radius: 0; border-left: 1px solid #222; border-right: 1px solid #222; }\n                .aiwox-acc-style-4 .aiwox-acc-bg { filter: brightness(0.2) grayscale(100%); transition: transform 3s ease, filter 1s ease; }\n                .aiwox-acc-style-4 .aiwox-acc-container:not(:hover) .aiwox-acc-panel:first-child .aiwox-acc-bg,\n                .aiwox-acc-style-4 .aiwox-acc-panel:hover .aiwox-acc-bg { transform: scale(1.1); filter: brightness(0.8) grayscale(30%); }\n                .aiwox-acc-style-4 .aiwox-acc-panel::after { background: linear-gradient(to top, #000 0%, transparent 80%); }\n                .aiwox-acc-style-4 .aiwox-acc-content h2 { font-family: \"Georgia\", serif; letter-spacing: 1px; font-weight: normal; text-transform: uppercase; }\n\n                \/* Style 5: Holographic Glow *\/\n                .aiwox-acc-style-5 .aiwox-acc-panel { border-radius: 20px; border: 1px solid transparent; background-clip: padding-box; position: relative; }\n                .aiwox-acc-style-5 .aiwox-acc-panel::before { content: \"\"; position: absolute; inset: -2px; z-index: -1; background: linear-gradient(45deg, #ff007f, #7f00ff, #00ffff, #00ff7f); background-size: 400% 400%; border-radius: 22px; opacity: 0.3; transition: opacity 0.5s; animation: holoGlow 6s ease infinite; }\n                .aiwox-acc-style-5 .aiwox-acc-panel:hover::before { opacity: 1; }\n                @keyframes holoGlow { 0%{background-position:0% 50%} 50%{background-position:100% 50%} 100%{background-position:0% 50%} }\n\n                \/* Style 6: Liquid Morph (Organic) *\/\n                .aiwox-acc-style-6 .aiwox-acc-panel { border-radius: 40px 100px 30px 80px; }\n                .aiwox-acc-style-6 .aiwox-acc-panel:nth-child(even) { border-radius: 80px 30px 100px 40px; }\n                .aiwox-acc-style-6 .aiwox-acc-panel:hover { border-radius: 30px 40px 30px 40px; }\n                \n                \/* Style 7: Neumorphism Dark *\/\n                .aiwox-acc-style-7.aiwox-accordion-hero { background: #1a1b1e; }\n                .aiwox-acc-style-7 .aiwox-acc-panel { background: #1a1b1e; border: none; box-shadow: inset 8px 8px 16px #0b0b0c, inset -8px -8px 16px #292b30; border-radius: 30px; }\n                .aiwox-acc-style-7 .aiwox-acc-panel:hover { box-shadow: 12px 12px 24px #0b0b0c, -12px -12px 24px #292b30; }\n                .aiwox-acc-style-7 .aiwox-acc-bg { opacity: 0.1; }\n                .aiwox-acc-style-7 .aiwox-acc-panel:hover .aiwox-acc-bg { opacity: 0.6; }\n\n                \/* Style 8: Neon Wireframe (X-Ray) *\/\n                .aiwox-acc-style-8 .aiwox-acc-panel { background: #000; border: 1px solid #0ff; box-shadow: inset 0 0 10px rgba(0,255,255,0.2); border-radius: 0; }\n                .aiwox-acc-style-8 .aiwox-acc-bg { opacity: 0; transition: opacity 1s; }\n                .aiwox-acc-style-8 .aiwox-acc-panel:hover .aiwox-acc-bg { opacity: 1; filter: sepia(1) hue-rotate(140deg) saturate(3) brightness(1.2); }\n                .aiwox-acc-style-8 .aiwox-acc-vertical { color: #0ff; text-shadow: 0 0 10px #0ff; font-family: monospace; }\n\n                \/* Style 9: Luxury Gold & Velvet *\/\n                .aiwox-acc-style-9.aiwox-accordion-hero { background: #1e112a; }\n                .aiwox-acc-style-9 .aiwox-acc-header h2 { color: #d4af37; font-family: \"Playfair Display\", serif; }\n                .aiwox-acc-style-9 .aiwox-acc-header h2 span { color: #fff; }\n                .aiwox-acc-style-9 .aiwox-acc-panel { border: 1px solid #d4af37; border-radius: 0; transition: flex 1.2s cubic-bezier(0.25, 1, 0.5, 1); }\n                .aiwox-acc-style-9 .aiwox-acc-vertical { color: #d4af37; font-family: \"Playfair Display\", serif; letter-spacing: 8px; }\n                .aiwox-acc-style-9 .aiwox-acc-content h2 { color: #d4af37; font-family: \"Playfair Display\", serif; }\n                .aiwox-acc-style-9 .aiwox-acc-btn { background: #d4af37; color: #1e112a; border-radius: 0; }\n                .aiwox-acc-style-9 .aiwox-acc-panel:hover .aiwox-acc-btn:hover { background: #fff; box-shadow: 0 10px 20px rgba(212,175,55,0.4); }\n\n                \/* Style 10: Frosted Deep Sea *\/\n                .aiwox-acc-style-10.aiwox-accordion-hero { background: #011627; }\n                .aiwox-acc-style-10 .aiwox-acc-header h2 { color: #43a047; }\n                .aiwox-acc-style-10 .aiwox-acc-header h2 span { color: #00e5ff; }\n                .aiwox-acc-style-10 .aiwox-acc-panel { background: rgba(1, 22, 39, 0.5); backdrop-filter: blur(10px); border: 1px solid rgba(0, 229, 255, 0.2); }\n                .aiwox-acc-style-10 .aiwox-acc-bg { mix-blend-mode: overlay; filter: brightness(0.6) sepia(1) hue-rotate(180deg) saturate(2); }\n                .aiwox-acc-style-10 .aiwox-acc-panel:hover .aiwox-acc-bg { mix-blend-mode: normal; filter: brightness(1) sepia(0); }\n                .aiwox-acc-style-10 .aiwox-acc-btn { background: #00e5ff; color: #011627; }\n                \n                <\/style>\n\n                <section class=\"aiwox-accordion-hero aiwox-acc-style-1\">\n                  \n                  <div class=\"aiwox-acc-header\"><!-- TESTING AIWOX CACHE 12345 -->\n                    <h2>Descoper\u0103 <span>Ecosistemul<\/span><\/h2>\n                    <p>Alege un panou pentru a explora inova\u021bia.<\/p>\n                  <\/div>\n\n                  <div class=\"aiwox-acc-container\">\n                                        <a href=\"\/product-category\/ochelari-inteligenti\/\" class=\"aiwox-acc-panel\">\n                      <img decoding=\"async\" src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2026\/04\/c2e0d983-c43e-478b-9eea-a604ca3516aa.png\" alt=\"Ochelari inteligen\u021bi\" class=\"aiwox-acc-bg\">\n                      <div class=\"aiwox-acc-vertical\">Ochelari AX<\/div>\n                      <div class=\"aiwox-acc-content\">\n                                                    <span class=\"aiwox-acc-badge\">Vedeta Sezonului<\/span>\n                                                <h2>Ochelari inteligen\u021bi<\/h2>\n                        <p>Design invizibil, lentile premium \u0219i microfon ascuns. Traducere instant\u0103 \u00een peste 100 de limbi.<\/p>\n                        <span class=\"aiwox-acc-btn\">Descoper\u0103 Colec\u021bia <i class=\"fa fa-arrow-right\"><\/i><\/span>\n                      <\/div>\n                    <\/a>\n                                        <a href=\"https:\/\/aiwox.md\/product\/ceas-inteligent-de-sanatate-03\/\" class=\"aiwox-acc-panel\">\n                      <img decoding=\"async\" src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2026\/04\/e2484b06-9e4b-41b9-a0ff-608050f955b5.png\" alt=\"Ceas Inteligent 03\" class=\"aiwox-acc-bg\">\n                      <div class=\"aiwox-acc-vertical\">Ceas 03<\/div>\n                      <div class=\"aiwox-acc-content\">\n                                                    <span class=\"aiwox-acc-badge\">Wearables<\/span>\n                                                <h2>Ceas Inteligent 03<\/h2>\n                        <p>Tehnologie la \u00eencheietura ta. Monitorizare avansat\u0103 a ritmului cardiac \u0219i apeluri Bluetooth.<\/p>\n                        <span class=\"aiwox-acc-btn\">Cump\u0103r\u0103 acum - 1.226 MDL <i class=\"fa fa-arrow-right\"><\/i><\/span>\n                      <\/div>\n                    <\/a>\n                                        <a href=\"https:\/\/aiwox.md\/product\/asistent-ai-pentru-telefon\/\" class=\"aiwox-acc-panel\">\n                      <img decoding=\"async\" src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2026\/04\/63d7eb15-3c37-4574-942a-80d02ce77c47.png\" alt=\"Asistent AI Voice\" class=\"aiwox-acc-bg\">\n                      <div class=\"aiwox-acc-vertical\">Asistent AI<\/div>\n                      <div class=\"aiwox-acc-content\">\n                                                    <span class=\"aiwox-acc-badge\">Portabil<\/span>\n                                                <h2>Asistent AI Voice<\/h2>\n                        <p>Ajutorul t\u0103u inteligent zilnic. Controleaz\u0103-\u021bi gadgeturile doar cu puterea vocii.<\/p>\n                        <span class=\"aiwox-acc-btn\">Vezi Produsul <i class=\"fa fa-arrow-right\"><\/i><\/span>\n                      <\/div>\n                    <\/a>\n                                        <a href=\"\/product-category\/chioscuri-digitale\/\" class=\"aiwox-acc-panel\">\n                      <img decoding=\"async\" src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2026\/04\/50060835-abef-4b3f-b3f7-fef277c60beb.png\" alt=\"Chio\u0219curi Digitale\" class=\"aiwox-acc-bg\">\n                      <div class=\"aiwox-acc-vertical\">Chio\u0219curi<\/div>\n                      <div class=\"aiwox-acc-content\">\n                                                    <span class=\"aiwox-acc-badge\">Solu\u021bii B2B<\/span>\n                                                <h2>Chio\u0219curi Digitale<\/h2>\n                        <p>Afi\u0219eaz\u0103 \u0219i vinde mai mult cu sistemele noastre interactive pentru afaceri \u0219i expozi\u021bii.<\/p>\n                        <span class=\"aiwox-acc-btn\">Vezi Modelele <i class=\"fa fa-arrow-right\"><\/i><\/span>\n                      <\/div>\n                    <\/a>\n                                      <\/div>\n\n                  <div class=\"aiwox-benefits-dark\">\n                                            <div class=\"aiwox-benefit-item\"><i class=\"fa fa-truck-fast\"><\/i> Livrare Rapid\u0103<\/div>\n                                            <div class=\"aiwox-benefit-item\"><i class=\"fa fa-shield-halved\"><\/i> Garan\u021bie Oficial\u0103<\/div>\n                                            <div class=\"aiwox-benefit-item\"><i class=\"fa fa-arrow-rotate-left\"><\/i> Retur \u00een 14 Zile<\/div>\n                                            <div class=\"aiwox-benefit-item\"><i class=\"fa fa-headset\"><\/i> Suport Dedicat 24\/7<\/div>\n                                      <\/div>\n\n                <\/section>\n                \n                <script>\n                document.addEventListener(\"DOMContentLoaded\", function() {\n                    const containers = document.querySelectorAll('.aiwox-acc-container');\n                    containers.forEach(container => {\n                        const panels = container.querySelectorAll('.aiwox-acc-panel');\n                        \n                        panels.forEach(panel => {\n                            panel.addEventListener('click', function(e) {\n                                \/\/ If it's a touch device or small screen, handle 2-tap logic\n                                if (window.innerWidth <= 1024 || window.matchMedia(\"(pointer: coarse)\").matches) {\n                                    if (!this.classList.contains('is-active')) {\n                                        \/\/ First tap: Expand panel\n                                        e.preventDefault();\n                                        \/\/ Reset others\n                                        panels.forEach(p => p.classList.remove('is-active'));\n                                        container.classList.add('has-active');\n                                        \/\/ Set this active\n                                        this.classList.add('is-active');\n                                    }\n                                }\n                            });\n                        });\n\n                        \/\/ Scroll auto-expand logic (Intersection Observer) pentru mobile\n                        if (window.matchMedia(\"(max-width: 768px)\").matches) {\n                            const observerOptions = {\n                                root: null,\n                                rootMargin: '-40% 0px -40% 0px', \/\/ Trigger exactly when crossing the center of screen\n                                threshold: 0\n                            };\n\n                            const observer = new IntersectionObserver((entries) => {\n                                entries.forEach(entry => {\n                                    if (entry.isIntersecting) {\n                                        \/\/ Reset all panels\n                                        panels.forEach(p => p.classList.remove('is-active'));\n                                        container.classList.add('has-active');\n                                        \/\/ Activate the one in center\n                                        entry.target.classList.add('is-active');\n                                    }\n                                });\n                            }, observerOptions);\n\n                            panels.forEach(panel => {\n                                observer.observe(panel);\n                            });\n                        }\n                    });\n                });\n                <\/script>\n                \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ce74a4c elementor-widget elementor-widget-spacer\" data-id=\"ce74a4c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f151af4 e-flex e-con-boxed glozin-responsive-column glozin-tablet-column--default glozin-responsive-column glozin-mobile-column--default e-con e-parent\" data-id=\"f151af4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-faaa419 e-con-full e-flex glozin-responsive-column glozin-tablet-column--default glozin-responsive-column glozin-mobile-column--default e-con e-child\" data-id=\"faaa419\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cb5a898 elementor-widget elementor-widget-glozin-heading\" data-id=\"cb5a898\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"glozin-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"glozin-heading-elementor\">\n\t\t\t\t<h2 class=\"glozin-heading d-flex align-items-center my-0 glozin-heading--default\">\n\t\t\t\t\tCele mai cump\u0103rate\t\t\t\t<\/h2>\n\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-704fb08 e-con-full e-flex glozin-responsive-column glozin-tablet-column--default glozin-responsive-column glozin-mobile-column--default e-con e-child\" data-id=\"704fb08\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-edaf352 elementor-widget elementor-widget-glozin-button\" data-id=\"edaf352\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"glozin-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/aiwox.md\/shop\/\" class=\"glozin-button-link glozin-button gz-button gz-button-subtle\" aria-label=\"Link for Vezi toate produsele\">\r\n\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t<span class=\"glozin-button-text\">Vezi toate produsele<\/span>\t\t<\/a>\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b5bfa4d e-flex e-con-boxed glozin-responsive-column glozin-tablet-column--default glozin-responsive-column glozin-mobile-column--default e-con e-parent\" data-id=\"b5bfa4d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-742c5a0 elementor-widget elementor-widget-aiwox_premium_product_loop\" data-id=\"742c5a0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"aiwox_premium_product_loop.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t                <style>\n                    .aiwox-loop-wrapper {\n                        width: 100%;\n                        font-family: Inter, \"Instrument Sans\", Arial, sans-serif;\n                    }\n                    .aiwox-loop-grid {\n                        display: grid;\n                        gap: 24px;\n                        width: 100%;\n                    }\n                    \n                    \/* Columns *\/\n                    .aiwox-loop-cols-2 { grid-template-columns: repeat(2, 1fr); }\n                    .aiwox-loop-cols-3 { grid-template-columns: repeat(3, 1fr); }\n                    .aiwox-loop-cols-4 { grid-template-columns: repeat(4, 1fr); }\n\n                    \/* Shared Card *\/\n                    .aiwox-loop-card {\n                        position: relative;\n                        display: flex;\n                        flex-direction: column;\n                        border-radius: 24px;\n                        overflow: hidden;\n                        text-decoration: none;\n                        transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);\n                        height: 100%;\n                    }\n                    .aiwox-loop-card:hover {\n                        transform: translateY(-5px);\n                    }\n                    .aiwox-loop-img-wrap {\n                        position: relative;\n                        width: 100%;\n                        padding-top: 100%; \/* 1:1 Aspect Ratio *\/\n                        overflow: hidden;\n                    }\n                    .aiwox-loop-img-wrap img {\n                        position: absolute;\n                        top: 0; left: 0;\n                        width: 100%; height: 100%;\n                        object-fit: cover;\n                        transition: transform 0.6s ease;\n                    }\n                    .aiwox-loop-card:hover .aiwox-loop-img-wrap img {\n                        transform: scale(1.05);\n                    }\n                    .aiwox-loop-info {\n                        padding: 24px;\n                        display: flex;\n                        flex-direction: column;\n                        flex-grow: 1;\n                        justify-content: space-between;\n                    }\n                    .aiwox-loop-title {\n                        font-size: 18px;\n                        font-weight: 800;\n                        margin: 0 0 12px;\n                        line-height: 1.3;\n                    }\n                    .aiwox-loop-price {\n                        font-size: 16px;\n                        font-weight: 700;\n                        margin-bottom: 20px;\n                    }\n                    .aiwox-loop-price del { font-weight: 400; font-size: 14px; opacity: 0.6; margin-right: 6px; }\n                    .aiwox-loop-price ins { text-decoration: none; }\n                    \n                    .aiwox-loop-btn {\n                        display: inline-flex;\n                        align-items: center;\n                        justify-content: center;\n                        padding: 12px 20px;\n                        border-radius: 99px;\n                        font-size: 14px;\n                        font-weight: 800;\n                        text-decoration: none;\n                        transition: all 0.3s ease;\n                        margin-top: auto;\n                        text-align: center;\n                    }\n\n                    \/* DARK THEME *\/\n                    .aiwox-loop-theme-dark .aiwox-loop-card {\n                        background: #0a0e17;\n                        border: 1px solid rgba(255,255,255,0.06);\n                        box-shadow: 0 10px 30px rgba(0,0,0,0.4);\n                    }\n                    .aiwox-loop-theme-dark .aiwox-loop-card:hover {\n                        box-shadow: 0 20px 40px rgba(0,0,0,0.6);\n                        border-color: rgba(255,255,255,0.1);\n                    }\n                    .aiwox-loop-theme-dark .aiwox-loop-title { color: #ffffff; }\n                    .aiwox-loop-theme-dark .aiwox-loop-price { color: var(--aiwox-accent); }\n                    .aiwox-loop-theme-dark .aiwox-loop-btn {\n                        background: rgba(255,255,255,0.1);\n                        color: #ffffff;\n                        border: 1px solid rgba(255,255,255,0.1);\n                    }\n                    .aiwox-loop-theme-dark .aiwox-loop-card:hover .aiwox-loop-btn {\n                        background: var(--aiwox-accent);\n                        color: #000000;\n                        border-color: var(--aiwox-accent);\n                    }\n\n                    \/* LIGHT THEME (Ultra Minimal) *\/\n                    .aiwox-loop-theme-light .aiwox-loop-card {\n                        background: transparent;\n                        border: none;\n                        box-shadow: none;\n                        border-radius: 0;\n                    }\n                    .aiwox-loop-theme-light .aiwox-loop-card:hover {\n                        transform: translateY(-8px);\n                    }\n                    .aiwox-loop-theme-light .aiwox-loop-img-wrap {\n                        border-radius: 20px;\n                        overflow: hidden;\n                        background: #f8fafc; \/* Fundal foarte fin pentru pozele transparente *\/\n                    }\n                    .aiwox-loop-theme-light .aiwox-loop-info {\n                        padding: 20px 0 0 0; \/* Textul nu mai e constrans, curge liber sub poza *\/\n                    }\n                    .aiwox-loop-theme-light .aiwox-loop-title { color: #0f172a; font-size: 17px; margin-bottom: 8px; }\n                    .aiwox-loop-theme-light .aiwox-loop-price { color: #64748b; font-size: 15px; }\n                    .aiwox-loop-theme-light .aiwox-loop-price ins { color: #0f172a; font-weight: 800; }\n                    .aiwox-loop-theme-light .aiwox-loop-btn {\n                        background: transparent;\n                        color: #0f172a;\n                        border: none;\n                        padding: 0;\n                        justify-content: flex-start;\n                        border-radius: 0;\n                        margin-top: 10px;\n                        font-weight: 700;\n                        text-decoration: underline;\n                        text-underline-offset: 4px;\n                        transition: opacity 0.3s ease;\n                    }\n                    .aiwox-loop-theme-light .aiwox-loop-card:hover .aiwox-loop-btn {\n                        background: transparent;\n                        color: #000000;\n                        opacity: 0.7;\n                    }\n\n                    \/* NEO-BRUTALIST THEME *\/\n                    .aiwox-loop-theme-brutalist .aiwox-loop-card {\n                        background: #ffffff;\n                        border: 3px solid #000000;\n                        box-shadow: 8px 8px 0px #000000;\n                        border-radius: 0;\n                        transition: all 0.2s ease;\n                    }\n                    .aiwox-loop-theme-brutalist .aiwox-loop-card:hover {\n                        transform: translate(-4px, -4px);\n                        box-shadow: 12px 12px 0px #000000;\n                    }\n                    .aiwox-loop-theme-brutalist .aiwox-loop-img-wrap {\n                        border-bottom: 3px solid #000000;\n                        background: #f4f4f5;\n                    }\n                    .aiwox-loop-theme-brutalist .aiwox-loop-info {\n                        padding: 24px;\n                    }\n                    .aiwox-loop-theme-brutalist .aiwox-loop-title {\n                        font-family: monospace, sans-serif;\n                        color: #000000;\n                        text-transform: uppercase;\n                        letter-spacing: -0.5px;\n                    }\n                    .aiwox-loop-theme-brutalist .aiwox-loop-price { color: #000000; font-size: 18px; }\n                    .aiwox-loop-theme-brutalist .aiwox-loop-btn {\n                        background: var(--aiwox-accent);\n                        color: #000000;\n                        border: 2px solid #000000;\n                        border-radius: 0;\n                        text-transform: uppercase;\n                        font-family: monospace, sans-serif;\n                    }\n                    .aiwox-loop-theme-brutalist .aiwox-loop-card:hover .aiwox-loop-btn {\n                        background: #000000;\n                        color: var(--aiwox-accent);\n                    }\n\n                    \/* FROSTED GLASS THEME *\/\n                    .aiwox-loop-theme-glass .aiwox-loop-card {\n                        background: rgba(255, 255, 255, 0.05);\n                        backdrop-filter: blur(16px);\n                        -webkit-backdrop-filter: blur(16px);\n                        border: 1px solid rgba(255, 255, 255, 0.1);\n                        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);\n                        border-radius: 30px;\n                    }\n                    .aiwox-loop-theme-glass .aiwox-loop-card:hover {\n                        background: rgba(255, 255, 255, 0.1);\n                        border-color: rgba(255, 255, 255, 0.2);\n                        transform: translateY(-5px);\n                    }\n                    .aiwox-loop-theme-glass .aiwox-loop-img-wrap {\n                        border-radius: 30px 30px 0 0;\n                        background: rgba(0,0,0,0.1);\n                    }\n                    .aiwox-loop-theme-glass .aiwox-loop-title, \n                    .aiwox-loop-theme-glass .aiwox-loop-price { color: #ffffff; }\n                    .aiwox-loop-theme-glass .aiwox-loop-btn {\n                        background: rgba(255,255,255,0.15);\n                        color: #ffffff;\n                        backdrop-filter: blur(4px);\n                    }\n                    .aiwox-loop-theme-glass .aiwox-loop-card:hover .aiwox-loop-btn {\n                        background: #ffffff;\n                        color: #000000;\n                    }\n\n                    \/* FLOATING 3D \/ MAGNETIC THEME *\/\n                    .aiwox-loop-theme-magnetic .aiwox-loop-card {\n                        background: transparent;\n                        border: none;\n                        box-shadow: none;\n                        perspective: 1000px;\n                    }\n                    .aiwox-loop-theme-magnetic .aiwox-loop-img-wrap {\n                        border-radius: 20px;\n                        background: #ffffff;\n                        box-shadow: 0 10px 40px rgba(0,0,0,0.08);\n                        transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.6s ease;\n                        overflow: visible;\n                    }\n                    .aiwox-loop-theme-magnetic .aiwox-loop-img-wrap img {\n                        border-radius: 20px;\n                    }\n                    .aiwox-loop-theme-magnetic .aiwox-loop-card:hover .aiwox-loop-img-wrap {\n                        transform: translateY(-15px) scale(1.02) rotateX(4deg);\n                        box-shadow: 0 30px 60px rgba(0,0,0,0.15);\n                    }\n                    .aiwox-loop-theme-magnetic .aiwox-loop-info {\n                        padding: 30px 10px 0 10px;\n                        text-align: center;\n                        transition: transform 0.4s ease;\n                    }\n                    .aiwox-loop-theme-magnetic .aiwox-loop-card:hover .aiwox-loop-info {\n                        transform: translateY(-5px);\n                    }\n                    .aiwox-loop-theme-magnetic .aiwox-loop-title { color: #1e293b; font-size: 20px; }\n                    .aiwox-loop-theme-magnetic .aiwox-loop-price { color: #64748b; }\n                    .aiwox-loop-theme-magnetic .aiwox-loop-btn {\n                        background: #1e293b;\n                        color: #ffffff;\n                        width: 100%;\n                    }\n                    .aiwox-loop-theme-magnetic .aiwox-loop-card:hover .aiwox-loop-btn {\n                        background: var(--aiwox-accent);\n                        color: #000000;\n                    }\n\n                    \/* BENTO GRID THEME (Rounded & Clean) *\/\n                    .aiwox-loop-theme-bento .aiwox-loop-grid { gap: 16px; }\n                    .aiwox-loop-theme-bento .aiwox-loop-card {\n                        background: #fdfdfd;\n                        border: 1px solid rgba(0,0,0,0.04);\n                        border-radius: 32px;\n                        padding: 16px;\n                        box-shadow: 0 10px 30px rgba(0,0,0,0.02);\n                    }\n                    .aiwox-loop-theme-bento .aiwox-loop-card:hover {\n                        background: #ffffff;\n                        box-shadow: 0 20px 40px rgba(0,0,0,0.06);\n                        transform: scale(1.01);\n                    }\n                    .aiwox-loop-theme-bento .aiwox-loop-img-wrap {\n                        border-radius: 20px;\n                        background: #f1f5f9;\n                    }\n                    .aiwox-loop-theme-bento .aiwox-loop-info {\n                        padding: 20px 8px 8px 8px;\n                    }\n                    .aiwox-loop-theme-bento .aiwox-loop-title { color: #0f172a; font-size: 16px; font-weight: 700; margin-bottom: 6px; }\n                    .aiwox-loop-theme-bento .aiwox-loop-price { color: #334155; font-size: 14px; font-weight: 600; }\n                    .aiwox-loop-theme-bento .aiwox-loop-btn {\n                        background: #0f172a;\n                        color: #ffffff;\n                        border-radius: 99px;\n                        font-size: 13px;\n                        padding: 10px 16px;\n                        width: 100%;\n                    }\n                    .aiwox-loop-theme-bento .aiwox-loop-card:hover .aiwox-loop-btn {\n                        background: var(--aiwox-accent);\n                        color: #000000;\n                    }\n\n                    \/* FASHION EDITORIAL THEME *\/\n                    .aiwox-loop-theme-editorial .aiwox-loop-grid { gap: 40px 20px; }\n                    .aiwox-loop-theme-editorial .aiwox-loop-card {\n                        background: transparent;\n                        border: none;\n                        box-shadow: none;\n                        border-radius: 0;\n                    }\n                    .aiwox-loop-theme-editorial .aiwox-loop-img-wrap {\n                        border-radius: 0;\n                        padding-top: 120%; \/* Portrait aspect ratio *\/\n                        background: #f8f8f8;\n                        transition: filter 0.5s ease;\n                        filter: grayscale(20%);\n                    }\n                    .aiwox-loop-theme-editorial .aiwox-loop-card:hover .aiwox-loop-img-wrap {\n                        filter: grayscale(0%);\n                    }\n                    .aiwox-loop-theme-editorial .aiwox-loop-card:hover .aiwox-loop-img-wrap img {\n                        transform: scale(1.03);\n                    }\n                    .aiwox-loop-theme-editorial .aiwox-loop-info {\n                        padding: 16px 0 0 0;\n                        text-align: center;\n                    }\n                    .aiwox-loop-theme-editorial .aiwox-loop-title {\n                        font-family: \"Times New Roman\", Times, serif;\n                        font-weight: 400;\n                        font-style: italic;\n                        font-size: 22px;\n                        color: #111;\n                        margin-bottom: 4px;\n                    }\n                    .aiwox-loop-theme-editorial .aiwox-loop-price { color: #555; font-size: 14px; font-weight: 400; letter-spacing: 1px; }\n                    .aiwox-loop-theme-editorial .aiwox-loop-btn { display: none; \/* Ascundem butonul pt look curat *\/ }\n\n                    \/* CYBERPUNK THEME *\/\n                    .aiwox-loop-theme-cyberpunk .aiwox-loop-card { background: #000; border: 1px solid var(--aiwox-accent); box-shadow: 0 0 10px rgba(var(--aiwox-accent-rgb),0.2); }\n                    .aiwox-loop-theme-cyberpunk .aiwox-loop-card:hover { box-shadow: 0 0 20px rgba(var(--aiwox-accent-rgb),0.5), inset 0 0 15px rgba(var(--aiwox-accent-rgb),0.2); transform: skewX(-2deg); }\n                    .aiwox-loop-theme-cyberpunk .aiwox-loop-title { color: var(--aiwox-accent); text-transform: uppercase; font-weight: 900; font-family: monospace, sans-serif; }\n                    .aiwox-loop-theme-cyberpunk .aiwox-loop-price { color: #fff; }\n                    .aiwox-loop-theme-cyberpunk .aiwox-loop-btn { background: var(--aiwox-accent); color: #000; border-radius: 0; text-transform: uppercase; font-weight: 900; }\n\n                    \/* NEUMORPHISM THEME *\/\n                    .aiwox-loop-theme-neumorphism .aiwox-loop-card { background: #e0e5ec; border: none; box-shadow: 9px 9px 16px rgb(163,177,198,0.6), -9px -9px 16px rgba(255,255,255, 0.5); border-radius: 30px; }\n                    .aiwox-loop-theme-neumorphism .aiwox-loop-card:hover { box-shadow: inset 6px 6px 10px 0 rgba(163,177,198,0.6), inset -6px -6px 10px 0 rgba(255,255,255,0.5); transform: none; }\n                    .aiwox-loop-theme-neumorphism .aiwox-loop-img-wrap { border-radius: 30px; padding: 20px; mix-blend-mode: multiply; }\n                    .aiwox-loop-theme-neumorphism .aiwox-loop-title { color: #4d5d78; }\n                    .aiwox-loop-theme-neumorphism .aiwox-loop-price { color: #8292a8; }\n                    .aiwox-loop-theme-neumorphism .aiwox-loop-btn { background: #e0e5ec; color: #4d5d78; box-shadow: 4px 4px 8px rgb(163,177,198,0.6), -4px -4px 8px rgba(255,255,255, 0.5); border: none; }\n                    .aiwox-loop-theme-neumorphism .aiwox-loop-card:hover .aiwox-loop-btn { box-shadow: inset 2px 2px 5px rgba(163,177,198,0.6), inset -3px -3px 7px rgba(255,255,255, 0.5); }\n\n                    \/* BAUHAUS THEME *\/\n                    .aiwox-loop-theme-bauhaus .aiwox-loop-card { background: #fff; border: 4px solid #000; border-radius: 0; box-shadow: 8px 8px 0px #e60000; }\n                    .aiwox-loop-theme-bauhaus .aiwox-loop-card:hover { box-shadow: 8px 8px 0px #0055ff; transform: translate(-4px, -4px); }\n                    .aiwox-loop-theme-bauhaus .aiwox-loop-img-wrap { border-bottom: 4px solid #000; background: #ffcc00; }\n                    .aiwox-loop-theme-bauhaus .aiwox-loop-title { font-weight: 900; text-transform: uppercase; color: #000; }\n                    .aiwox-loop-theme-bauhaus .aiwox-loop-price { color: #000; font-weight: 900; }\n                    .aiwox-loop-theme-bauhaus .aiwox-loop-btn { background: #000; color: #fff; border-radius: 0; text-transform: uppercase; font-weight: 900; }\n\n                    \/* ORGANIC THEME *\/\n                    .aiwox-loop-theme-organic .aiwox-loop-card { background: #fdfbf7; border: 1px solid #e8e2d2; border-radius: 60px 20px 40px 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.03); }\n                    .aiwox-loop-theme-organic .aiwox-loop-card:hover { border-radius: 20px 60px 20px 40px; transform: scale(1.02); }\n                    .aiwox-loop-theme-organic .aiwox-loop-img-wrap { border-radius: 60px 20px 0 0; background: #f2efe9; }\n                    .aiwox-loop-theme-organic .aiwox-loop-title { color: #4a443b; font-family: \"Georgia\", serif; font-size: 20px; }\n                    .aiwox-loop-theme-organic .aiwox-loop-price { color: #877f71; }\n                    .aiwox-loop-theme-organic .aiwox-loop-btn { background: var(--aiwox-accent); color: #000; border-radius: 40px 15px 30px 15px; }\n\n                    \/* MINIMAL DARK THEME *\/\n                    .aiwox-loop-theme-minimal_dark .aiwox-loop-card { background: #000; border: 1px solid #222; border-radius: 0; }\n                    .aiwox-loop-theme-minimal_dark .aiwox-loop-card:hover { border-color: #555; }\n                    .aiwox-loop-theme-minimal_dark .aiwox-loop-img-wrap { border-radius: 0; background: #0a0a0a; }\n                    .aiwox-loop-theme-minimal_dark .aiwox-loop-title { color: #fff; font-weight: 400; letter-spacing: 1px; }\n                    .aiwox-loop-theme-minimal_dark .aiwox-loop-price { color: #888; font-weight: 300; }\n                    .aiwox-loop-theme-minimal_dark .aiwox-loop-btn { background: transparent; color: #fff; border: 1px solid #fff; border-radius: 0; font-weight: 400; }\n                    .aiwox-loop-theme-minimal_dark .aiwox-loop-card:hover .aiwox-loop-btn { background: #fff; color: #000; }\n\n                    \/* GRADIENT GLOW THEME *\/\n                    .aiwox-loop-theme-gradient_glow .aiwox-loop-card { background: #111; border: none; border-radius: 24px; position: relative; z-index: 1; }\n                    .aiwox-loop-theme-gradient_glow .aiwox-loop-card::before { content: \"\"; position: absolute; inset: -2px; border-radius: 26px; background: linear-gradient(45deg, #ff007f, #7f00ff, #00ffff); z-index: -1; opacity: 0; transition: opacity 0.4s ease; }\n                    .aiwox-loop-theme-gradient_glow .aiwox-loop-card:hover::before { opacity: 1; }\n                    .aiwox-loop-theme-gradient_glow .aiwox-loop-img-wrap { border-radius: 24px 24px 0 0; background: #000; }\n                    .aiwox-loop-theme-gradient_glow .aiwox-loop-title { color: #fff; }\n                    .aiwox-loop-theme-gradient_glow .aiwox-loop-price { color: #00ffff; }\n                    .aiwox-loop-theme-gradient_glow .aiwox-loop-btn { background: #fff; color: #000; border: none; }\n\n                    \/* POLAROID THEME *\/\n                    .aiwox-loop-theme-polaroid .aiwox-loop-card { background: #fff; border: none; box-shadow: 0 4px 15px rgba(0,0,0,0.1); border-radius: 4px; padding: 12px 12px 30px 12px; }\n                    .aiwox-loop-theme-polaroid .aiwox-loop-card:hover { transform: rotate(2deg) scale(1.05); box-shadow: 0 15px 35px rgba(0,0,0,0.15); z-index: 10; }\n                    .aiwox-loop-theme-polaroid .aiwox-loop-img-wrap { border-radius: 2px; }\n                    .aiwox-loop-theme-polaroid .aiwox-loop-info { padding: 20px 0 0 0; text-align: center; }\n                    .aiwox-loop-theme-polaroid .aiwox-loop-title { font-family: \"Comic Sans MS\", \"Marker Felt\", cursive, sans-serif; color: #222; font-size: 20px; }\n                    .aiwox-loop-theme-polaroid .aiwox-loop-price { color: #666; font-family: \"Comic Sans MS\", cursive, sans-serif; }\n                    .aiwox-loop-theme-polaroid .aiwox-loop-btn { display: none; }\n\n                    \/* TERMINAL THEME *\/\n                    .aiwox-loop-theme-terminal .aiwox-loop-card { background: #000; border: 1px solid #0f0; border-radius: 0; }\n                    .aiwox-loop-theme-terminal .aiwox-loop-card:hover { box-shadow: 0 0 15px #0f0; }\n                    .aiwox-loop-theme-terminal .aiwox-loop-img-wrap { border-bottom: 1px dashed #0f0; filter: grayscale(100%) contrast(150%) sepia(100%) hue-rotate(80deg); }\n                    .aiwox-loop-theme-terminal .aiwox-loop-info { font-family: monospace, sans-serif; }\n                    .aiwox-loop-theme-terminal .aiwox-loop-title { color: #0f0; font-size: 16px; }\n                    .aiwox-loop-theme-terminal .aiwox-loop-price { color: #0a0; }\n                    .aiwox-loop-theme-terminal .aiwox-loop-btn { background: #000; color: #0f0; border: 1px solid #0f0; border-radius: 0; font-family: monospace, sans-serif; }\n                    .aiwox-loop-theme-terminal .aiwox-loop-card:hover .aiwox-loop-btn { background: #0f0; color: #000; }\n\n                    \/* LUXURY THEME *\/\n                    .aiwox-loop-theme-luxury .aiwox-loop-card { background: #1a1a1a; border: 1px solid #c5a059; border-radius: 0; }\n                    .aiwox-loop-theme-luxury .aiwox-loop-card:hover { box-shadow: 0 0 30px rgba(197,160,89,0.2); }\n                    .aiwox-loop-theme-luxury .aiwox-loop-img-wrap { border-radius: 0; }\n                    .aiwox-loop-theme-luxury .aiwox-loop-info { text-align: center; }\n                    .aiwox-loop-theme-luxury .aiwox-loop-title { color: #c5a059; font-family: \"Playfair Display\", \"Times New Roman\", serif; text-transform: uppercase; letter-spacing: 2px; font-size: 15px; }\n                    .aiwox-loop-theme-luxury .aiwox-loop-price { color: #fff; font-family: \"Playfair Display\", \"Times New Roman\", serif; }\n                    .aiwox-loop-theme-luxury .aiwox-loop-btn { background: transparent; color: #c5a059; border: 1px solid #c5a059; border-radius: 0; text-transform: uppercase; letter-spacing: 1px; font-size: 12px; }\n                    .aiwox-loop-theme-luxury .aiwox-loop-card:hover .aiwox-loop-btn { background: #c5a059; color: #000; }\n\n                    \/* OUTLINE ONLY THEME *\/\n                    .aiwox-loop-theme-outline .aiwox-loop-card { background: transparent; border: 2px solid #e2e8f0; border-radius: 12px; }\n                    .aiwox-loop-theme-outline .aiwox-loop-card:hover { border-color: #0f172a; transform: translateY(-4px); }\n                    .aiwox-loop-theme-outline .aiwox-loop-img-wrap { border-bottom: 2px solid #e2e8f0; border-radius: 10px 10px 0 0; }\n                    .aiwox-loop-theme-outline .aiwox-loop-card:hover .aiwox-loop-img-wrap { border-color: #0f172a; }\n                    .aiwox-loop-theme-outline .aiwox-loop-title { color: #0f172a; }\n                    .aiwox-loop-theme-outline .aiwox-loop-price { color: #64748b; }\n                    .aiwox-loop-theme-outline .aiwox-loop-btn { background: transparent; color: #0f172a; border: 2px solid #e2e8f0; }\n                    .aiwox-loop-theme-outline .aiwox-loop-card:hover .aiwox-loop-btn { border-color: #0f172a; background: #0f172a; color: #fff; }\n\n                    \/* APPLE SPATIAL THEME *\/\n                    .aiwox-loop-theme-apple_spatial .aiwox-loop-card { background: rgba(255,255,255,0.6); backdrop-filter: saturate(180%) blur(20px); -webkit-backdrop-filter: saturate(180%) blur(20px); border: 1px solid rgba(255,255,255,0.8); border-radius: 36px; box-shadow: 0 8px 32px rgba(0,0,0,0.04); }\n                    .aiwox-loop-theme-apple_spatial .aiwox-loop-card:hover { transform: scale(1.02); box-shadow: 0 16px 48px rgba(0,0,0,0.08); background: rgba(255,255,255,0.8); }\n                    .aiwox-loop-theme-apple_spatial .aiwox-loop-img-wrap { border-radius: 36px 36px 0 0; background: transparent; }\n                    .aiwox-loop-theme-apple_spatial .aiwox-loop-info { padding: 24px; text-align: center; }\n                    .aiwox-loop-theme-apple_spatial .aiwox-loop-title { color: #1d1d1f; font-weight: 600; font-size: 18px; }\n                    .aiwox-loop-theme-apple_spatial .aiwox-loop-price { color: #86868b; font-weight: 500; }\n                    .aiwox-loop-theme-apple_spatial .aiwox-loop-btn { background: rgba(0,0,0,0.05); color: #1d1d1f; border-radius: 40px; }\n                    .aiwox-loop-theme-apple_spatial .aiwox-loop-card:hover .aiwox-loop-btn { background: #0071e3; color: #fff; }\n\n                    \/* NOTHING TECH THEME *\/\n                    .aiwox-loop-theme-nothing_tech .aiwox-loop-card { background: #000; border: 1px dotted #444; border-radius: 12px; }\n                    .aiwox-loop-theme-nothing_tech .aiwox-loop-card:hover { border-color: #fff; }\n                    .aiwox-loop-theme-nothing_tech .aiwox-loop-img-wrap { border-bottom: 1px dotted #444; background: #0a0a0a; filter: contrast(1.2) grayscale(0.2); }\n                    .aiwox-loop-theme-nothing_tech .aiwox-loop-title { font-family: \"Courier New\", Courier, monospace; color: #fff; text-transform: uppercase; font-weight: 800; letter-spacing: -0.5px; }\n                    .aiwox-loop-theme-nothing_tech .aiwox-loop-price { color: #ff0000; font-weight: 800; font-family: \"Courier New\", Courier, monospace; }\n                    .aiwox-loop-theme-nothing_tech .aiwox-loop-btn { background: #fff; color: #000; border-radius: 50px; text-transform: lowercase; font-weight: 700; border: 2px solid #fff; }\n                    .aiwox-loop-theme-nothing_tech .aiwox-loop-card:hover .aiwox-loop-btn { background: #ff0000; border-color: #ff0000; color: #fff; }\n\n                    \/* TEENAGE ENGINEERING THEME *\/\n                    .aiwox-loop-theme-teenage_engineering .aiwox-loop-card { background: #e8e8e8; border: 2px solid #d0d0d0; border-radius: 4px; box-shadow: inset 0 0 10px rgba(0,0,0,0.05); }\n                    .aiwox-loop-theme-teenage_engineering .aiwox-loop-card:hover { border-color: #ff6600; box-shadow: 4px 4px 0 rgba(0,0,0,0.1); }\n                    .aiwox-loop-theme-teenage_engineering .aiwox-loop-img-wrap { background: #f4f4f4; border-bottom: 2px solid #d0d0d0; padding: 10px; }\n                    .aiwox-loop-theme-teenage_engineering .aiwox-loop-info { padding: 16px; display: grid; grid-template-columns: 1fr auto; align-items: end; }\n                    .aiwox-loop-theme-teenage_engineering .aiwox-loop-title { grid-column: 1 \/ 3; font-family: \"Helvetica Neue\", Helvetica, sans-serif; font-weight: 700; color: #333; font-size: 14px; text-transform: uppercase; }\n                    .aiwox-loop-theme-teenage_engineering .aiwox-loop-price { color: #666; font-family: monospace; font-size: 14px; }\n                    .aiwox-loop-theme-teenage_engineering .aiwox-loop-btn { background: #ff6600; color: #fff; border-radius: 50%; width: 36px; height: 36px; padding: 0; display: flex; justify-content: center; align-items: center; font-size: 0; }\n                    .aiwox-loop-theme-teenage_engineering .aiwox-loop-btn::after { content: \"+\"; font-size: 20px; font-weight: bold; }\n\n                    \/* TESLA MINIMAL THEME *\/\n                    .aiwox-loop-theme-tesla_minimal .aiwox-loop-card { background: #111; border: 1px solid #222; border-radius: 16px; box-shadow: 0 20px 40px rgba(0,0,0,0.4); }\n                    .aiwox-loop-theme-tesla_minimal .aiwox-loop-card:hover { border-color: #444; background: #151515; }\n                    .aiwox-loop-theme-tesla_minimal .aiwox-loop-img-wrap { background: linear-gradient(180deg, #1a1a1a 0%, #111 100%); border-radius: 16px 16px 0 0; }\n                    .aiwox-loop-theme-tesla_minimal .aiwox-loop-title { color: #f4f4f4; font-weight: 500; font-size: 17px; letter-spacing: 0.5px; }\n                    .aiwox-loop-theme-tesla_minimal .aiwox-loop-price { color: #888; }\n                    .aiwox-loop-theme-tesla_minimal .aiwox-loop-btn { background: transparent; color: #fff; border: 1px solid #555; border-radius: 6px; }\n                    .aiwox-loop-theme-tesla_minimal .aiwox-loop-card:hover .aiwox-loop-btn { border-color: #fff; }\n\n                    \/* Y2K CYBER CHROME THEME *\/\n                    .aiwox-loop-theme-y2k_cyber .aiwox-loop-card { background: linear-gradient(135deg, #e6e9f0 0%, #eef1f5 100%); border: 3px solid #d1d5db; border-radius: 20px; box-shadow: inset 0 0 10px #fff, 0 10px 20px rgba(156,163,175,0.4); }\n                    .aiwox-loop-theme-y2k_cyber .aiwox-loop-card:hover { border-color: #93c5fd; box-shadow: inset 0 0 20px #fff, 0 15px 30px rgba(147,197,253,0.6); }\n                    .aiwox-loop-theme-y2k_cyber .aiwox-loop-img-wrap { background: #fff; border-radius: 16px 16px 0 0; }\n                    .aiwox-loop-theme-y2k_cyber .aiwox-loop-title { color: #1e3a8a; font-weight: 900; font-style: italic; letter-spacing: -0.5px; }\n                    .aiwox-loop-theme-y2k_cyber .aiwox-loop-price { color: #3b82f6; font-weight: 800; }\n                    .aiwox-loop-theme-y2k_cyber .aiwox-loop-btn { background: linear-gradient(to right, #3b82f6, #8b5cf6); color: #fff; border-radius: 20px; border: none; font-style: italic; font-weight: 800; }\n\n                    \/* VELVET DARK THEME *\/\n                    .aiwox-loop-theme-velvet_dark .aiwox-loop-card { background: #05050A; border: 1px solid rgba(255,255,255,0.03); border-radius: 28px; box-shadow: inset 0 1px 1px rgba(255,255,255,0.05), 0 20px 40px rgba(0,0,0,0.8); }\n                    .aiwox-loop-theme-velvet_dark .aiwox-loop-card:hover { border-color: rgba(156, 255, 0, 0.3); box-shadow: 0 0 40px rgba(156, 255, 0, 0.1); }\n                    .aiwox-loop-theme-velvet_dark .aiwox-loop-img-wrap { background: radial-gradient(circle at top, rgba(255,255,255,0.05) 0%, transparent 70%); }\n                    .aiwox-loop-theme-velvet_dark .aiwox-loop-title { color: #fff; font-size: 19px; font-weight: 700; letter-spacing: -0.02em; }\n                    .aiwox-loop-theme-velvet_dark .aiwox-loop-price { color: rgba(255,255,255,0.5); }\n                    .aiwox-loop-theme-velvet_dark .aiwox-loop-btn { background: rgba(255,255,255,0.05); color: #fff; border-radius: 100px; border: 1px solid rgba(255,255,255,0.1); }\n                    .aiwox-loop-theme-velvet_dark .aiwox-loop-card:hover .aiwox-loop-btn { background: var(--aiwox-accent); color: #000; border-color: var(--aiwox-accent); box-shadow: 0 0 20px rgba(var(--aiwox-accent-rgb), 0.4); }\n\n                    \/* MACBOOK ALUMINUM THEME *\/\n                    .aiwox-loop-theme-macbook_alum .aiwox-loop-card { background: linear-gradient(180deg, #f5f5f7 0%, #e8e8ed 100%); border: 1px solid #d2d2d7; border-radius: 18px; box-shadow: 0 4px 6px rgba(0,0,0,0.04), inset 0 1px 0 #fff; }\n                    .aiwox-loop-theme-macbook_alum .aiwox-loop-card:hover { transform: translateY(-2px); box-shadow: 0 10px 20px rgba(0,0,0,0.08), inset 0 1px 0 #fff; }\n                    .aiwox-loop-theme-macbook_alum .aiwox-loop-img-wrap { border-radius: 18px 18px 0 0; background: #fff; }\n                    .aiwox-loop-theme-macbook_alum .aiwox-loop-title { color: #1d1d1f; font-weight: 600; font-size: 15px; }\n                    .aiwox-loop-theme-macbook_alum .aiwox-loop-price { color: #515154; font-size: 13px; }\n                    .aiwox-loop-theme-macbook_alum .aiwox-loop-btn { background: linear-gradient(180deg, #fff 0%, #f0f0f0 100%); border: 1px solid #d2d2d7; color: #1d1d1f; border-radius: 6px; box-shadow: 0 1px 2px rgba(0,0,0,0.05); }\n                    .aiwox-loop-theme-macbook_alum .aiwox-loop-card:hover .aiwox-loop-btn { background: #0071e3; color: #fff; border-color: #0071e3; }\n\n                    \/* SPOTIFY WRAPPED THEME *\/\n                    .aiwox-loop-theme-spotify_wrapped .aiwox-loop-card { background: linear-gradient(45deg, #ff416c, #ff4b2b); border: none; border-radius: 0; transition: filter 0.3s; }\n                    .aiwox-loop-theme-spotify_wrapped .aiwox-loop-card:hover { filter: hue-rotate(45deg); transform: scale(1.03); }\n                    .aiwox-loop-theme-spotify_wrapped .aiwox-loop-img-wrap { background: #000; padding: 20px; mix-blend-mode: hard-light; }\n                    .aiwox-loop-theme-spotify_wrapped .aiwox-loop-info { background: #000; color: #fff; margin: 10px; padding: 20px; }\n                    .aiwox-loop-theme-spotify_wrapped .aiwox-loop-title { color: #fff; font-weight: 900; font-size: 24px; text-transform: uppercase; line-height: 1; }\n                    .aiwox-loop-theme-spotify_wrapped .aiwox-loop-price { color: #ff4b2b; font-weight: 800; font-size: 20px; margin-top: 10px; }\n                    .aiwox-loop-theme-spotify_wrapped .aiwox-loop-btn { display: none; }\n\n                    \/* STRIPE PRESS THEME *\/\n                    .aiwox-loop-theme-stripe_press .aiwox-loop-card { background: #fefdfa; border: 1px solid #e1ded9; border-radius: 0; box-shadow: 15px 15px 0 #e1ded9; transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1); }\n                    .aiwox-loop-theme-stripe_press .aiwox-loop-card:hover { transform: translate(-5px, -5px); box-shadow: 20px 20px 0 #d1cece; }\n                    .aiwox-loop-theme-stripe_press .aiwox-loop-img-wrap { border-bottom: 1px solid #e1ded9; padding: 10px; background: #fff; }\n                    .aiwox-loop-theme-stripe_press .aiwox-loop-title { font-family: \"Palatino Linotype\", \"Book Antiqua\", Palatino, serif; color: #1a1f36; font-size: 20px; font-weight: bold; }\n                    .aiwox-loop-theme-stripe_press .aiwox-loop-price { color: #4f566b; font-family: \"Helvetica Neue\", sans-serif; }\n                    .aiwox-loop-theme-stripe_press .aiwox-loop-btn { background: #1a1f36; color: #fff; border-radius: 4px; font-family: \"Helvetica Neue\", sans-serif; font-weight: 500; }\n                    .aiwox-loop-theme-stripe_press .aiwox-loop-card:hover .aiwox-loop-btn { background: #635bff; }\n\n                    \/* SURPRISE THEMES CSS *\/\n                    \/* HAPTIC MESH THEME *\/\n                    .aiwox-loop-theme-haptic_mesh .aiwox-loop-card { background: radial-gradient(circle at top left, #2b2b36, #16161e); border: 1px solid #3c3c4a; border-radius: 20px; box-shadow: inset 2px 2px 5px rgba(255,255,255,0.05), 0 10px 20px rgba(0,0,0,0.3); position: relative; }\n                    .aiwox-loop-theme-haptic_mesh .aiwox-loop-card::before { content: \"\"; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,0.1) 1px, transparent 1px); background-size: 4px 4px; border-radius: 20px; pointer-events: none; opacity: 0.5; }\n                    .aiwox-loop-theme-haptic_mesh .aiwox-loop-card:hover { transform: translateY(-3px); box-shadow: inset 2px 2px 5px rgba(255,255,255,0.1), 0 15px 30px rgba(0,0,0,0.4); }\n                    .aiwox-loop-theme-haptic_mesh .aiwox-loop-img-wrap { border-radius: 20px 20px 0 0; }\n                    .aiwox-loop-theme-haptic_mesh .aiwox-loop-title { color: #f0f0f0; font-family: system-ui, -apple-system, sans-serif; font-weight: 500; }\n                    .aiwox-loop-theme-haptic_mesh .aiwox-loop-price { color: #a0a0b0; }\n                    .aiwox-loop-theme-haptic_mesh .aiwox-loop-btn { background: #3c3c4a; color: #fff; border-radius: 10px; border: 1px solid rgba(255,255,255,0.1); }\n                    .aiwox-loop-theme-haptic_mesh .aiwox-loop-card:hover .aiwox-loop-btn { background: #6b6b80; }\n\n                    \/* HYPER BRUTALISM THEME *\/\n                    .aiwox-loop-theme-hyper_brutalism .aiwox-loop-card { background: #fff200; border: 5px solid #000; border-radius: 0; box-shadow: 10px 10px 0 #000; }\n                    .aiwox-loop-theme-hyper_brutalism .aiwox-loop-card:hover { transform: translate(-5px, -5px); box-shadow: 15px 15px 0 #000; }\n                    .aiwox-loop-theme-hyper_brutalism .aiwox-loop-img-wrap { border-bottom: 5px solid #000; filter: contrast(1.2); }\n                    .aiwox-loop-theme-hyper_brutalism .aiwox-loop-title { color: #000; font-weight: 900; font-family: \"Impact\", sans-serif; text-transform: uppercase; font-size: 22px; }\n                    .aiwox-loop-theme-hyper_brutalism .aiwox-loop-price { color: #000; font-weight: 900; background: #fff; display: inline-block; padding: 2px 8px; border: 2px solid #000; }\n                    .aiwox-loop-theme-hyper_brutalism .aiwox-loop-btn { background: #000; color: #fff200; border-radius: 0; font-weight: 900; text-transform: uppercase; border: 3px solid #000; }\n                    .aiwox-loop-theme-hyper_brutalism .aiwox-loop-card:hover .aiwox-loop-btn { background: #fff; color: #000; }\n\n                    \/* LIQUID CHROME THEME *\/\n                    .aiwox-loop-theme-liquid_chrome .aiwox-loop-card { background: #111; border-radius: 30px; position: relative; z-index: 1; }\n                    .aiwox-loop-theme-liquid_chrome .aiwox-loop-card::before { content: \"\"; position: absolute; inset: -3px; border-radius: 32px; background: linear-gradient(135deg, #e0e0e0, #888, #fff, #555); z-index: -1; filter: blur(2px); transition: filter 0.3s ease; }\n                    .aiwox-loop-theme-liquid_chrome .aiwox-loop-card:hover::before { filter: blur(5px); }\n                    .aiwox-loop-theme-liquid_chrome .aiwox-loop-img-wrap { border-radius: 30px 30px 0 0; }\n                    .aiwox-loop-theme-liquid_chrome .aiwox-loop-title { color: #fff; font-family: sans-serif; font-weight: 300; letter-spacing: 1px; }\n                    .aiwox-loop-theme-liquid_chrome .aiwox-loop-price { color: #aaa; }\n                    .aiwox-loop-theme-liquid_chrome .aiwox-loop-btn { background: linear-gradient(135deg, #ddd, #fff); color: #000; border-radius: 20px; font-weight: 600; }\n\n                    \/* RETRO ARCADE THEME *\/\n                    .aiwox-loop-theme-retro_arcade .aiwox-loop-card { background: #000; border: 4px solid #ff00ff; border-radius: 0; image-rendering: pixelated; box-shadow: 0 0 10px #ff00ff; }\n                    .aiwox-loop-theme-retro_arcade .aiwox-loop-card:hover { border-color: #00ffff; box-shadow: 0 0 15px #00ffff; }\n                    .aiwox-loop-theme-retro_arcade .aiwox-loop-img-wrap { border-bottom: 4px solid #ff00ff; }\n                    .aiwox-loop-theme-retro_arcade .aiwox-loop-card:hover .aiwox-loop-img-wrap { border-color: #00ffff; }\n                    .aiwox-loop-theme-retro_arcade .aiwox-loop-title { color: #ff00ff; font-family: \"Courier New\", Courier, monospace; font-weight: bold; text-transform: uppercase; }\n                    .aiwox-loop-theme-retro_arcade .aiwox-loop-card:hover .aiwox-loop-title { color: #00ffff; }\n                    .aiwox-loop-theme-retro_arcade .aiwox-loop-price { color: #fff; font-family: \"Courier New\", Courier, monospace; }\n                    .aiwox-loop-theme-retro_arcade .aiwox-loop-btn { background: transparent; color: #ff00ff; border: 2px solid #ff00ff; font-family: \"Courier New\", Courier, monospace; font-weight: bold; }\n                    .aiwox-loop-theme-retro_arcade .aiwox-loop-card:hover .aiwox-loop-btn { color: #000; background: #00ffff; border-color: #00ffff; }\n\n                    \/* MONOCHROME CHIC THEME *\/\n                    .aiwox-loop-theme-monochrome_chic .aiwox-loop-card { background: #fff; border: none; border-radius: 0; transition: filter 0.4s; filter: grayscale(100%); }\n                    .aiwox-loop-theme-monochrome_chic .aiwox-loop-card:hover { filter: grayscale(0%); box-shadow: 0 20px 40px rgba(0,0,0,0.1); }\n                    .aiwox-loop-theme-monochrome_chic .aiwox-loop-img-wrap { border-radius: 0; }\n                    .aiwox-loop-theme-monochrome_chic .aiwox-loop-title { color: #000; font-family: \"Didot\", serif; font-size: 20px; font-weight: bold; text-transform: uppercase; letter-spacing: 2px; }\n                    .aiwox-loop-theme-monochrome_chic .aiwox-loop-price { color: #666; font-family: \"Helvetica\", sans-serif; font-size: 13px; }\n                    .aiwox-loop-theme-monochrome_chic .aiwox-loop-btn { background: #000; color: #fff; border-radius: 0; text-transform: uppercase; font-size: 11px; letter-spacing: 1px; padding: 10px 20px; }\n\n                    \/* HOLO DECK THEME *\/\n                    .aiwox-loop-theme-holo_deck .aiwox-loop-card { background: rgba(0,0,0,0.5); border: 1px dashed #0ff; border-radius: 10px; }\n                    .aiwox-loop-theme-holo_deck .aiwox-loop-card:hover { background: rgba(0,255,255,0.1); border-style: solid; box-shadow: 0 0 20px rgba(0,255,255,0.2); }\n                    .aiwox-loop-theme-holo_deck .aiwox-loop-img-wrap { opacity: 0.8; mix-blend-mode: screen; filter: hue-rotate(180deg); transition: all 0.3s; }\n                    .aiwox-loop-theme-holo_deck .aiwox-loop-card:hover .aiwox-loop-img-wrap { opacity: 1; mix-blend-mode: normal; filter: none; }\n                    .aiwox-loop-theme-holo_deck .aiwox-loop-title { color: #0ff; font-family: monospace; }\n                    .aiwox-loop-theme-holo_deck .aiwox-loop-price { color: #fff; }\n                    .aiwox-loop-theme-holo_deck .aiwox-loop-btn { background: transparent; color: #0ff; border: 1px solid #0ff; border-radius: 5px; }\n                    .aiwox-loop-theme-holo_deck .aiwox-loop-card:hover .aiwox-loop-btn { background: #0ff; color: #000; }\n\n                    \/* SYNTHWAVE THEME *\/\n                    .aiwox-loop-theme-synthwave .aiwox-loop-card { background: linear-gradient(180deg, #2b003a 0%, #000 100%); border: 2px solid #ff007f; border-radius: 15px; box-shadow: 0 0 15px rgba(255,0,127,0.5); }\n                    .aiwox-loop-theme-synthwave .aiwox-loop-card:hover { border-color: #00ffff; box-shadow: 0 0 25px rgba(0,255,255,0.6); }\n                    .aiwox-loop-theme-synthwave .aiwox-loop-img-wrap { border-radius: 13px 13px 0 0; }\n                    .aiwox-loop-theme-synthwave .aiwox-loop-title { color: #00ffff; text-shadow: 0 0 5px #00ffff; font-family: \"Trebuchet MS\", sans-serif; font-style: italic; font-weight: 900; }\n                    .aiwox-loop-theme-synthwave .aiwox-loop-price { color: #ff007f; text-shadow: 0 0 5px #ff007f; font-weight: bold; }\n                    .aiwox-loop-theme-synthwave .aiwox-loop-btn { background: linear-gradient(90deg, #ff007f, #00ffff); color: #fff; border: none; border-radius: 20px; font-weight: bold; }\n\n                    \/* MINIMAL CLAY THEME *\/\n                    .aiwox-loop-theme-minimal_clay .aiwox-loop-card { background: #f0f0f3; border: none; border-radius: 30px; box-shadow: inset -5px -5px 10px #ffffff, inset 5px 5px 10px #d1d1d4, 10px 10px 20px #d1d1d4, -10px -10px 20px #ffffff; }\n                    .aiwox-loop-theme-minimal_clay .aiwox-loop-card:hover { transform: scale(1.02); }\n                    .aiwox-loop-theme-minimal_clay .aiwox-loop-img-wrap { border-radius: 30px 30px 0 0; padding: 15px; }\n                    .aiwox-loop-theme-minimal_clay .aiwox-loop-title { color: #555; font-weight: 600; font-family: \"Nunito\", sans-serif; }\n                    .aiwox-loop-theme-minimal_clay .aiwox-loop-price { color: #888; }\n                    .aiwox-loop-theme-minimal_clay .aiwox-loop-btn { background: #f0f0f3; color: #555; border: none; border-radius: 20px; box-shadow: 3px 3px 6px #d1d1d4, -3px -3px 6px #ffffff; }\n                    .aiwox-loop-theme-minimal_clay .aiwox-loop-card:hover .aiwox-loop-btn { box-shadow: inset 3px 3px 6px #d1d1d4, inset -3px -3px 6px #ffffff; }\n\n                    \/* DARK GLASSMORPHISM THEME *\/\n                    .aiwox-loop-theme-glass_dark .aiwox-loop-card { background: rgba(25, 25, 30, 0.4); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border: 1px solid rgba(255,255,255,0.1); border-radius: 24px; box-shadow: 0 4px 30px rgba(0,0,0,0.5); }\n                    .aiwox-loop-theme-glass_dark .aiwox-loop-card:hover { background: rgba(40, 40, 45, 0.5); border-color: rgba(255,255,255,0.2); }\n                    .aiwox-loop-theme-glass_dark .aiwox-loop-img-wrap { border-radius: 24px 24px 0 0; background: transparent; }\n                    .aiwox-loop-theme-glass_dark .aiwox-loop-title { color: rgba(255,255,255,0.9); font-weight: 500; letter-spacing: 0.5px; }\n                    .aiwox-loop-theme-glass_dark .aiwox-loop-price { color: rgba(255,255,255,0.6); }\n                    .aiwox-loop-theme-glass_dark .aiwox-loop-btn { background: rgba(255,255,255,0.1); color: #fff; border: 1px solid rgba(255,255,255,0.2); border-radius: 12px; }\n                    .aiwox-loop-theme-glass_dark .aiwox-loop-card:hover .aiwox-loop-btn { background: rgba(255,255,255,0.2); }\n\n                    \/* AERO GLASS THEME *\/\n                    .aiwox-loop-theme-aero_glass .aiwox-loop-card { background: linear-gradient(180deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.1) 50%, rgba(255,255,255,0.3) 100%); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.5); border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.1), inset 0 1px 0 rgba(255,255,255,0.8); }\n                    .aiwox-loop-theme-aero_glass .aiwox-loop-card:hover { background: linear-gradient(180deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0.4) 100%); box-shadow: 0 8px 25px rgba(0,0,0,0.15), inset 0 1px 0 rgba(255,255,255,1); }\n                    .aiwox-loop-theme-aero_glass .aiwox-loop-img-wrap { border-radius: 12px 12px 0 0; }\n                    .aiwox-loop-theme-aero_glass .aiwox-loop-title { color: #222; font-family: \"Segoe UI\", Tahoma, Geneva, Verdana, sans-serif; }\n                    .aiwox-loop-theme-aero_glass .aiwox-loop-price { color: #555; font-family: \"Segoe UI\", Tahoma, Geneva, Verdana, sans-serif; }\n                    .aiwox-loop-theme-aero_glass .aiwox-loop-btn { background: linear-gradient(180deg, #f0f0f0, #ccc); border: 1px solid #aaa; color: #333; border-radius: 4px; box-shadow: inset 0 1px 0 #fff; }\n                    .aiwox-loop-theme-aero_glass .aiwox-loop-card:hover .aiwox-loop-btn { background: linear-gradient(180deg, #fff, #ddd); }\n\n                    \/* PAPER CRAFT THEME *\/\n                    .aiwox-loop-theme-paper_craft .aiwox-loop-card { background: #fdfdfd; border-radius: 0; position: relative; box-shadow: 0 5px 15px rgba(0,0,0,0.08), inset 0 0 0 1px rgba(0,0,0,0.05); overflow: hidden; }\n                    .aiwox-loop-theme-paper_craft .aiwox-loop-card::after { content: \"\"; position: absolute; inset: 0; box-shadow: inset 0 10px 20px rgba(0,0,0,0.05); pointer-events: none; }\n                    .aiwox-loop-theme-paper_craft .aiwox-loop-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0,0,0,0.12), inset 0 0 0 1px rgba(0,0,0,0.05); }\n                    .aiwox-loop-theme-paper_craft .aiwox-loop-img-wrap { padding: 20px; background: #fff; box-shadow: 0 5px 10px rgba(0,0,0,0.05); border-radius: 0 0 20px 20px; margin-bottom: 10px; }\n                    .aiwox-loop-theme-paper_craft .aiwox-loop-title { color: #333; font-weight: bold; font-family: \"Courier New\", monospace; letter-spacing: -0.5px; }\n                    .aiwox-loop-theme-paper_craft .aiwox-loop-price { color: #d32f2f; font-weight: bold; }\n                    .aiwox-loop-theme-paper_craft .aiwox-loop-btn { background: #333; color: #fff; border-radius: 0; border: 1px dashed #fff; font-family: \"Courier New\", monospace; text-transform: uppercase; }\n\n                    \/* MATRIX RAIN THEME *\/\n                    .aiwox-loop-theme-matrix_rain .aiwox-loop-card { background: #000; border: 1px solid #0f0; border-radius: 0; box-shadow: 0 0 10px rgba(0,255,0,0.2); position: relative; }\n                    .aiwox-loop-theme-matrix_rain .aiwox-loop-card::before { content: \"101010111000101\"; position: absolute; top: -10px; right: 10px; color: #0f0; font-family: monospace; font-size: 10px; opacity: 0.5; writing-mode: vertical-rl; overflow: hidden; height: 100%; white-space: nowrap; animation: matrixFade 2s infinite alternate; }\n                    @keyframes matrixFade { from { opacity: 0.1; } to { opacity: 0.8; } }\n                    .aiwox-loop-theme-matrix_rain .aiwox-loop-card:hover { box-shadow: 0 0 20px rgba(0,255,0,0.6); }\n                    .aiwox-loop-theme-matrix_rain .aiwox-loop-img-wrap { border-bottom: 1px solid #0f0; filter: contrast(1.5) sepia(1) hue-rotate(80deg) saturate(3); }\n                    .aiwox-loop-theme-matrix_rain .aiwox-loop-card:hover .aiwox-loop-img-wrap { filter: none; }\n                    .aiwox-loop-theme-matrix_rain .aiwox-loop-title { color: #0f0; font-family: \"Courier New\", monospace; text-shadow: 0 0 5px #0f0; }\n                    .aiwox-loop-theme-matrix_rain .aiwox-loop-price { color: #fff; font-family: \"Courier New\", monospace; }\n                    .aiwox-loop-theme-matrix_rain .aiwox-loop-btn { background: transparent; color: #0f0; border: 1px solid #0f0; font-family: monospace; border-radius: 0; }\n                    .aiwox-loop-theme-matrix_rain .aiwox-loop-card:hover .aiwox-loop-btn { background: #0f0; color: #000; }\n\n                    \/* GOLDEN RATIO THEME *\/\n                    .aiwox-loop-theme-golden_ratio .aiwox-loop-card { background: #fff; border: 1px solid #d4af37; border-radius: 0; padding: 1.618rem; position: relative; }\n                    .aiwox-loop-theme-golden_ratio .aiwox-loop-card::after { content: \"\"; position: absolute; top: 10px; left: 10px; right: 10px; bottom: 10px; border: 1px solid rgba(212,175,55,0.3); pointer-events: none; }\n                    .aiwox-loop-theme-golden_ratio .aiwox-loop-img-wrap { margin-bottom: 1.618rem; }\n                    .aiwox-loop-theme-golden_ratio .aiwox-loop-title { color: #111; font-family: \"Optima\", \"Didot\", serif; font-weight: 400; font-size: 18px; text-align: center; }\n                    .aiwox-loop-theme-golden_ratio .aiwox-loop-price { color: #d4af37; font-family: \"Optima\", serif; font-size: 14px; text-align: center; margin-top: 0.618rem; }\n                    .aiwox-loop-theme-golden_ratio .aiwox-loop-btn { display: none; } \/* Focus pur pe produs *\/\n                    .aiwox-loop-theme-golden_ratio .aiwox-loop-card:hover { border-color: #b5952f; box-shadow: 0 10px 30px rgba(212,175,55,0.15); }\n\n                    \/* POP ART THEME *\/\n                    .aiwox-loop-theme-pop_art .aiwox-loop-card { background: #fff; border: 4px solid #000; border-radius: 0; box-shadow: 6px 6px 0 #000; position: relative; overflow: hidden; }\n                    .aiwox-loop-theme-pop_art .aiwox-loop-card::before { content: \"\"; position: absolute; inset: 0; background-image: radial-gradient(#000 15%, transparent 16%), radial-gradient(#000 15%, transparent 16%); background-size: 8px 8px; background-position: 0 0, 4px 4px; opacity: 0.05; pointer-events: none; }\n                    .aiwox-loop-theme-pop_art .aiwox-loop-card:hover { transform: translate(-2px, -2px); box-shadow: 8px 8px 0 #e2001a; border-color: #0047bb; }\n                    .aiwox-loop-theme-pop_art .aiwox-loop-img-wrap { border-bottom: 4px solid #000; padding: 10px; background: #ffea00; }\n                    .aiwox-loop-theme-pop_art .aiwox-loop-title { color: #000; font-family: \"Comic Sans MS\", \"Impact\", sans-serif; font-weight: 900; text-transform: uppercase; font-size: 20px; text-shadow: 2px 2px 0 #fff; }\n                    .aiwox-loop-theme-pop_art .aiwox-loop-price { background: #000; color: #fff; display: inline-block; padding: 4px 10px; font-weight: bold; font-family: sans-serif; transform: rotate(-2deg); }\n                    .aiwox-loop-theme-pop_art .aiwox-loop-btn { background: #e2001a; color: #fff; border: 2px solid #000; border-radius: 50px; font-weight: 900; text-transform: uppercase; padding: 8px 16px; }\n\n                    \/* SKEUOMORPHIC LEATHER THEME *\/\n                    .aiwox-loop-theme-skeuomorphic_leather .aiwox-loop-card { background: #3b2f2f; border-radius: 8px; box-shadow: inset 0 0 20px rgba(0,0,0,0.8), 0 5px 15px rgba(0,0,0,0.5); border: 2px dashed #8b7355; padding: 2px; }\n                    .aiwox-loop-theme-skeuomorphic_leather .aiwox-loop-card:hover { border-color: #d2b48c; box-shadow: inset 0 0 10px rgba(0,0,0,0.6), 0 8px 20px rgba(0,0,0,0.6); }\n                    .aiwox-loop-theme-skeuomorphic_leather .aiwox-loop-img-wrap { border-radius: 6px 6px 0 0; border-bottom: 2px solid #221a1a; background: #fff; }\n                    .aiwox-loop-theme-skeuomorphic_leather .aiwox-loop-title { color: #e6d8ad; font-family: \"Georgia\", serif; font-style: italic; text-shadow: 1px 1px 1px #000; text-align: center; }\n                    .aiwox-loop-theme-skeuomorphic_leather .aiwox-loop-price { color: #d2b48c; text-align: center; font-weight: bold; }\n                    .aiwox-loop-theme-skeuomorphic_leather .aiwox-loop-btn { background: linear-gradient(#5a4634, #3a2d20); border: 1px solid #1a140e; color: #e6d8ad; border-radius: 4px; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 2px 4px rgba(0,0,0,0.5); text-transform: uppercase; font-size: 11px; letter-spacing: 1px; }\n                    .aiwox-loop-theme-skeuomorphic_leather .aiwox-loop-card:hover .aiwox-loop-btn { background: linear-gradient(#6e5540, #4b392a); }\n\n                    \/* GLOWING EDGES THEME *\/\n                    .aiwox-loop-theme-glowing_edges .aiwox-loop-card { background: #0a0a0a; border-radius: 12px; position: relative; overflow: hidden; }\n                    .aiwox-loop-theme-glowing_edges .aiwox-loop-card::before { content: \"\"; position: absolute; inset: -2px; border-radius: 14px; background: conic-gradient(from 0deg, transparent 0 340deg, #00f0ff 360deg); z-index: -1; animation: glowSpin 3s linear infinite; opacity: 0; transition: opacity 0.3s; }\n                    @keyframes glowSpin { 100% { transform: rotate(360deg); } }\n                    .aiwox-loop-theme-glowing_edges .aiwox-loop-card:hover::before { opacity: 1; }\n                    .aiwox-loop-theme-glowing_edges .aiwox-loop-img-wrap { border-radius: 12px 12px 0 0; background: #111; }\n                    .aiwox-loop-theme-glowing_edges .aiwox-loop-title { color: #fff; font-family: sans-serif; font-weight: 500; }\n                    .aiwox-loop-theme-glowing_edges .aiwox-loop-price { color: #aaa; }\n                    .aiwox-loop-theme-glowing_edges .aiwox-loop-btn { background: #1a1a1a; color: #fff; border: 1px solid #333; border-radius: 6px; }\n                    .aiwox-loop-theme-glowing_edges .aiwox-loop-card:hover .aiwox-loop-btn { border-color: #00f0ff; color: #00f0ff; }\n\n                    \/* AURORA BOREALIS THEME *\/\n                    .aiwox-loop-theme-aurora_borealis .aiwox-loop-card { background: #000; border-radius: 20px; position: relative; overflow: hidden; border: none; }\n                    .aiwox-loop-theme-aurora_borealis .aiwox-loop-card::before { content: \"\"; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle at 50% 50%, rgba(0, 255, 128, 0.2), transparent 60%), radial-gradient(circle at 80% 20%, rgba(0, 128, 255, 0.2), transparent 50%); z-index: 0; animation: auroraFlow 10s ease-in-out infinite alternate; pointer-events: none; }\n                    @keyframes auroraFlow { 0% { transform: translate(0, 0) scale(1); } 100% { transform: translate(-10%, 10%) scale(1.1); } }\n                    .aiwox-loop-theme-aurora_borealis .aiwox-loop-img-wrap { position: relative; z-index: 1; border-radius: 20px 20px 0 0; }\n                    .aiwox-loop-theme-aurora_borealis .aiwox-loop-info { position: relative; z-index: 1; }\n                    .aiwox-loop-theme-aurora_borealis .aiwox-loop-title { color: #fff; font-family: \"Inter\", sans-serif; font-weight: 300; }\n                    .aiwox-loop-theme-aurora_borealis .aiwox-loop-price { color: #00ff80; }\n                    .aiwox-loop-theme-aurora_borealis .aiwox-loop-btn { background: rgba(255,255,255,0.1); backdrop-filter: blur(5px); color: #fff; border: 1px solid rgba(255,255,255,0.2); border-radius: 20px; }\n                    .aiwox-loop-theme-aurora_borealis .aiwox-loop-card:hover .aiwox-loop-btn { background: rgba(0, 255, 128, 0.3); border-color: #00ff80; }\n\n                    \/* BLUEPRINT THEME *\/\n                    .aiwox-loop-theme-blueprint .aiwox-loop-card { background: #0b3d91; border: 1px solid #fff; border-radius: 0; box-shadow: none; position: relative; }\n                    .aiwox-loop-theme-blueprint .aiwox-loop-card::before { content: \"\"; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.2) 1px, transparent 1px); background-size: 20px 20px; pointer-events: none; }\n                    .aiwox-loop-theme-blueprint .aiwox-loop-img-wrap { filter: grayscale(100%) contrast(1.2) invert(1) sepia(1) hue-rotate(180deg) saturate(3); mix-blend-mode: screen; border-bottom: 1px solid #fff; }\n                    .aiwox-loop-theme-blueprint .aiwox-loop-card:hover .aiwox-loop-img-wrap { filter: none; mix-blend-mode: normal; }\n                    .aiwox-loop-theme-blueprint .aiwox-loop-title { color: #fff; font-family: \"Comic Sans MS\", \"Chalkboard\", sans-serif; font-weight: normal; text-transform: uppercase; font-size: 16px; }\n                    .aiwox-loop-theme-blueprint .aiwox-loop-price { color: #fff; font-family: monospace; }\n                    .aiwox-loop-theme-blueprint .aiwox-loop-btn { background: transparent; color: #fff; border: 1px dashed #fff; border-radius: 0; font-family: monospace; text-transform: uppercase; }\n                    .aiwox-loop-theme-blueprint .aiwox-loop-card:hover .aiwox-loop-btn { background: #fff; color: #0b3d91; }\n\n                    \/* VELOUR RED THEME *\/\n                    .aiwox-loop-theme-velour_red .aiwox-loop-card { background: #4a0404; border: 1px solid #2a0000; border-radius: 4px; box-shadow: inset 0 0 30px rgba(0,0,0,0.5), 0 10px 20px rgba(0,0,0,0.2); }\n                    .aiwox-loop-theme-velour_red .aiwox-loop-card:hover { background: #5c0505; box-shadow: inset 0 0 40px rgba(0,0,0,0.6), 0 15px 25px rgba(0,0,0,0.3); }\n                    .aiwox-loop-theme-velour_red .aiwox-loop-img-wrap { border-radius: 4px 4px 0 0; background: #fff; border-bottom: 2px solid #ffd700; }\n                    .aiwox-loop-theme-velour_red .aiwox-loop-title { color: #ffd700; font-family: \"Playfair Display\", serif; text-align: center; font-size: 20px; }\n                    .aiwox-loop-theme-velour_red .aiwox-loop-price { color: #e5b80b; text-align: center; font-family: sans-serif; letter-spacing: 1px; }\n                    .aiwox-loop-theme-velour_red .aiwox-loop-btn { background: #ffd700; color: #4a0404; border: none; border-radius: 0; font-family: serif; font-weight: bold; text-transform: uppercase; box-shadow: 0 4px 6px rgba(0,0,0,0.3); }\n                    .aiwox-loop-theme-velour_red .aiwox-loop-card:hover .aiwox-loop-btn { background: #fff; color: #4a0404; }\n\n                    \/* TRANSPARENT TECH THEME *\/\n                    .aiwox-loop-theme-transparent_tech .aiwox-loop-card { background: rgba(255,255,255,0.05); backdrop-filter: blur(4px); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; position: relative; overflow: hidden; }\n                    .aiwox-loop-theme-transparent_tech .aiwox-loop-card::before { content: \"\"; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,0.1) 1px, transparent 1px); background-size: 10px 10px; opacity: 0.3; z-index: -1; }\n                    .aiwox-loop-theme-transparent_tech .aiwox-loop-card:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.3); }\n                    .aiwox-loop-theme-transparent_tech .aiwox-loop-img-wrap { border-radius: 16px 16px 0 0; background: transparent; padding: 10px; }\n                    .aiwox-loop-theme-transparent_tech .aiwox-loop-title { color: #eaeaea; font-family: \"Inter\", sans-serif; font-weight: 500; font-size: 15px; }\n                    .aiwox-loop-theme-transparent_tech .aiwox-loop-price { color: #bbb; font-size: 13px; }\n                    .aiwox-loop-theme-transparent_tech .aiwox-loop-btn { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.2); border-radius: 8px; font-weight: 500; padding: 8px 15px; }\n                    .aiwox-loop-theme-transparent_tech .aiwox-loop-card:hover .aiwox-loop-btn { background: #fff; color: #000; }\n\n                    \/* NEW 10 THEMES *\/\n                    \/* CYBER SAMURAI THEME *\/\n                    .aiwox-loop-theme-cyber_samurai .aiwox-loop-card { background: #0b0b0b; border: 1px solid #333; border-radius: 0; position: relative; clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%); }\n                    .aiwox-loop-theme-cyber_samurai .aiwox-loop-card:hover { border-color: #ff003c; box-shadow: 0 0 15px rgba(255,0,60,0.4); }\n                    .aiwox-loop-theme-cyber_samurai .aiwox-loop-img-wrap { border-bottom: 2px solid #ff003c; filter: grayscale(50%) contrast(1.2); }\n                    .aiwox-loop-theme-cyber_samurai .aiwox-loop-card:hover .aiwox-loop-img-wrap { filter: grayscale(0%); }\n                    .aiwox-loop-theme-cyber_samurai .aiwox-loop-title { color: #fff; font-family: \"Impact\", sans-serif; text-transform: uppercase; letter-spacing: 2px; }\n                    .aiwox-loop-theme-cyber_samurai .aiwox-loop-price { color: #ff003c; font-family: monospace; font-weight: bold; }\n                    .aiwox-loop-theme-cyber_samurai .aiwox-loop-btn { background: transparent; color: #ff003c; border: 1px solid #ff003c; border-radius: 0; text-transform: uppercase; font-family: monospace; letter-spacing: 1px; clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%); }\n                    .aiwox-loop-theme-cyber_samurai .aiwox-loop-card:hover .aiwox-loop-btn { background: #ff003c; color: #000; }\n\n                    \/* FROSTED NEON THEME *\/\n                    .aiwox-loop-theme-frosted_neon .aiwox-loop-card { background: rgba(255,255,255,0.7); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.5); border-radius: 20px; position: relative; z-index: 1; }\n                    .aiwox-loop-theme-frosted_neon .aiwox-loop-card::before { content: \"\"; position: absolute; inset: -5px; background: linear-gradient(45deg, #ff00ff, #00ffff); z-index: -1; border-radius: 25px; filter: blur(15px); opacity: 0; transition: opacity 0.4s; }\n                    .aiwox-loop-theme-frosted_neon .aiwox-loop-card:hover::before { opacity: 0.6; }\n                    .aiwox-loop-theme-frosted_neon .aiwox-loop-img-wrap { border-radius: 20px 20px 0 0; }\n                    .aiwox-loop-theme-frosted_neon .aiwox-loop-title { color: #111; font-family: \"Inter\", sans-serif; font-weight: 800; }\n                    .aiwox-loop-theme-frosted_neon .aiwox-loop-price { color: #ff00ff; font-weight: bold; }\n                    .aiwox-loop-theme-frosted_neon .aiwox-loop-btn { background: linear-gradient(45deg, #ff00ff, #00ffff); color: #fff; border: none; border-radius: 20px; font-weight: bold; }\n\n                    \/* ECO CARDBOARD THEME *\/\n                    .aiwox-loop-theme-eco_cardboard .aiwox-loop-card { background: #d4c4a8; border: 2px solid #bba684; border-radius: 4px; box-shadow: 2px 2px 5px rgba(0,0,0,0.1); position: relative; }\n                    .aiwox-loop-theme-eco_cardboard .aiwox-loop-card::after { content: \"\"; position: absolute; inset: 0; background-image: repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(0,0,0,0.03) 2px, rgba(0,0,0,0.03) 4px); pointer-events: none; }\n                    .aiwox-loop-theme-eco_cardboard .aiwox-loop-img-wrap { border-bottom: 2px solid #bba684; filter: sepia(0.3); }\n                    .aiwox-loop-theme-eco_cardboard .aiwox-loop-card:hover .aiwox-loop-img-wrap { filter: none; }\n                    .aiwox-loop-theme-eco_cardboard .aiwox-loop-title { color: #4a3b2c; font-family: \"Courier New\", monospace; font-weight: bold; }\n                    .aiwox-loop-theme-eco_cardboard .aiwox-loop-price { color: #2e7d32; font-family: monospace; font-weight: bold; }\n                    .aiwox-loop-theme-eco_cardboard .aiwox-loop-btn { background: #4a3b2c; color: #d4c4a8; border: none; border-radius: 2px; font-family: monospace; text-transform: uppercase; }\n\n                    \/* VHS GLITCH THEME *\/\n                    .aiwox-loop-theme-vhs_glitch .aiwox-loop-card { background: #000; border: 1px solid #333; border-radius: 0; position: relative; overflow: hidden; }\n                    .aiwox-loop-theme-vhs_glitch .aiwox-loop-card:hover { border-color: #fff; }\n                    .aiwox-loop-theme-vhs_glitch .aiwox-loop-card::before { content: \"\"; position: absolute; inset: 0; background: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255,255,255,0.05) 2px, rgba(255,255,255,0.05) 4px); pointer-events: none; z-index: 5; }\n                    .aiwox-loop-theme-vhs_glitch .aiwox-loop-card:hover::after { content: \"\"; position: absolute; top: 50%; left: -100%; width: 200%; height: 10px; background: rgba(255,255,255,0.5); z-index: 6; animation: vhsScan 1s linear infinite; filter: blur(2px); mix-blend-mode: overlay; }\n                    @keyframes vhsScan { to { top: 100%; } }\n                    .aiwox-loop-theme-vhs_glitch .aiwox-loop-img-wrap { border-bottom: 1px solid #333; filter: saturate(1.5) contrast(1.2); }\n                    .aiwox-loop-theme-vhs_glitch .aiwox-loop-card:hover .aiwox-loop-img-wrap { filter: saturate(1.5) contrast(1.2) hue-rotate(90deg); }\n                    .aiwox-loop-theme-vhs_glitch .aiwox-loop-title { color: #fff; font-family: \"Arial\", sans-serif; font-weight: bold; text-transform: uppercase; letter-spacing: 2px; text-shadow: -2px 0 red, 2px 0 cyan; }\n                    .aiwox-loop-theme-vhs_glitch .aiwox-loop-price { color: #fff; font-family: monospace; }\n                    .aiwox-loop-theme-vhs_glitch .aiwox-loop-btn { background: #fff; color: #000; border: none; border-radius: 0; font-family: \"Arial\", sans-serif; font-weight: bold; text-transform: uppercase; }\n\n                    \/* MARBLE STATUE THEME *\/\n                    .aiwox-loop-theme-marble_statue .aiwox-loop-card { background: #fdfdfd; border-radius: 4px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); position: relative; }\n                    .aiwox-loop-theme-marble_statue .aiwox-loop-card::before { content: \"\"; position: absolute; inset: 0; opacity: 0.1; background-image: url(\"data:image\/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'\/%3E%3C\/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'\/%3E%3C\/svg%3E\"); pointer-events: none; mix-blend-mode: multiply; }\n                    .aiwox-loop-theme-marble_statue .aiwox-loop-img-wrap { border-radius: 4px 4px 0 0; padding: 15px; }\n                    .aiwox-loop-theme-marble_statue .aiwox-loop-title { color: #222; font-family: \"Cinzel\", \"Didot\", serif; text-align: center; font-size: 20px; }\n                    .aiwox-loop-theme-marble_statue .aiwox-loop-price { color: #777; text-align: center; font-family: serif; }\n                    .aiwox-loop-theme-marble_statue .aiwox-loop-btn { background: transparent; color: #222; border: 1px solid #222; border-radius: 0; font-family: serif; text-transform: uppercase; letter-spacing: 1px; margin: 0 auto; display: table; }\n                    .aiwox-loop-theme-marble_statue .aiwox-loop-card:hover .aiwox-loop-btn { background: #222; color: #fff; }\n\n                    \/* HOLOGRAPHIC FOIL THEME *\/\n                    .aiwox-loop-theme-holographic_foil .aiwox-loop-card { background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); border-radius: 12px; position: relative; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.1); }\n                    .aiwox-loop-theme-holographic_foil .aiwox-loop-card::before { content: \"\"; position: absolute; inset: 0; background: linear-gradient(125deg, rgba(255,0,0,0.3), rgba(255,255,0,0.3), rgba(0,255,0,0.3), rgba(0,255,255,0.3), rgba(0,0,255,0.3), rgba(255,0,255,0.3)); mix-blend-mode: color-burn; opacity: 0; transition: opacity 0.5s; z-index: 2; pointer-events: none; }\n                    .aiwox-loop-theme-holographic_foil .aiwox-loop-card:hover::before { opacity: 0.8; animation: holoFoil 3s ease infinite alternate; }\n                    @keyframes holoFoil { 0% { filter: hue-rotate(0deg); } 100% { filter: hue-rotate(360deg); } }\n                    .aiwox-loop-theme-holographic_foil .aiwox-loop-img-wrap { border-radius: 12px 12px 0 0; background: #fff; position: relative; z-index: 1; }\n                    .aiwox-loop-theme-holographic_foil .aiwox-loop-info { position: relative; z-index: 3; background: rgba(255,255,255,0.8); backdrop-filter: blur(5px); }\n                    .aiwox-loop-theme-holographic_foil .aiwox-loop-title { color: #333; font-weight: 800; font-family: sans-serif; }\n                    .aiwox-loop-theme-holographic_foil .aiwox-loop-price { color: #666; font-weight: bold; }\n                    .aiwox-loop-theme-holographic_foil .aiwox-loop-btn { background: #111; color: #fff; border: none; border-radius: 30px; }\n\n                    \/* MILITARY TACTICAL THEME *\/\n                    .aiwox-loop-theme-military_tactical .aiwox-loop-card { background: #4b5320; border: 3px solid #2a2e12; border-radius: 4px; box-shadow: inset 0 0 10px rgba(0,0,0,0.5); }\n                    .aiwox-loop-theme-military_tactical .aiwox-loop-card:hover { transform: translateY(-2px); box-shadow: 0 10px 20px rgba(0,0,0,0.4); }\n                    .aiwox-loop-theme-military_tactical .aiwox-loop-img-wrap { border-bottom: 3px solid #2a2e12; background: #fff; }\n                    .aiwox-loop-theme-military_tactical .aiwox-loop-title { color: #d4d8c5; font-family: \"Stencil\", \"Arial Black\", sans-serif; text-transform: uppercase; font-size: 22px; text-shadow: 1px 1px 0 #000; }\n                    .aiwox-loop-theme-military_tactical .aiwox-loop-price { color: #ffeb3b; font-family: monospace; font-weight: bold; }\n                    .aiwox-loop-theme-military_tactical .aiwox-loop-btn { background: #2a2e12; color: #d4d8c5; border: 1px solid #000; border-radius: 2px; font-family: \"Stencil\", sans-serif; text-transform: uppercase; }\n                    .aiwox-loop-theme-military_tactical .aiwox-loop-card:hover .aiwox-loop-btn { background: #d4d8c5; color: #2a2e12; }\n\n                    \/* VAPORWAVE MALL THEME *\/\n                    .aiwox-loop-theme-vaporwave_mall .aiwox-loop-card { background: #ff71ce; border: 2px solid #01cdfe; border-radius: 0; box-shadow: 5px 5px 0 #05ffa1; position: relative; overflow: hidden; }\n                    .aiwox-loop-theme-vaporwave_mall .aiwox-loop-card::after { content: \"\"; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(255,255,255,0.2) 50%); background-size: 100% 4px; pointer-events: none; mix-blend-mode: overlay; }\n                    .aiwox-loop-theme-vaporwave_mall .aiwox-loop-card:hover { transform: translate(-3px, -3px); box-shadow: 8px 8px 0 #05ffa1; border-color: #b967ff; }\n                    .aiwox-loop-theme-vaporwave_mall .aiwox-loop-img-wrap { border-bottom: 2px solid #01cdfe; background: #fff; }\n                    .aiwox-loop-theme-vaporwave_mall .aiwox-loop-title { color: #fff; font-family: \"Times New Roman\", serif; font-style: italic; font-weight: bold; text-shadow: 2px 2px #01cdfe; letter-spacing: 1px; }\n                    .aiwox-loop-theme-vaporwave_mall .aiwox-loop-price { color: #05ffa1; font-family: sans-serif; font-weight: 900; background: #000; display: inline-block; padding: 2px 8px; transform: skewX(-10deg); }\n                    .aiwox-loop-theme-vaporwave_mall .aiwox-loop-btn { background: #01cdfe; color: #fff; border: none; border-radius: 0; font-family: sans-serif; font-weight: bold; text-transform: uppercase; box-shadow: 3px 3px 0 #b967ff; }\n\n                    \/* XRAY VISION THEME *\/\n                    .aiwox-loop-theme-xray_vision .aiwox-loop-card { background: #001a33; border: 1px solid #004080; border-radius: 8px; box-shadow: 0 0 15px rgba(0,64,128,0.5); transition: all 0.5s; }\n                    .aiwox-loop-theme-xray_vision .aiwox-loop-card:hover { box-shadow: 0 0 25px rgba(0,191,255,0.8); border-color: #00bfff; }\n                    .aiwox-loop-theme-xray_vision .aiwox-loop-img-wrap { filter: invert(1) hue-rotate(180deg); border-radius: 8px 8px 0 0; background: #fff; transition: filter 0.5s; }\n                    .aiwox-loop-theme-xray_vision .aiwox-loop-card:hover .aiwox-loop-img-wrap { filter: invert(0.8) hue-rotate(180deg) contrast(1.5); }\n                    .aiwox-loop-theme-xray_vision .aiwox-loop-title { color: #00bfff; font-family: sans-serif; font-weight: 300; letter-spacing: 2px; }\n                    .aiwox-loop-theme-xray_vision .aiwox-loop-price { color: #fff; }\n                    .aiwox-loop-theme-xray_vision .aiwox-loop-btn { background: transparent; color: #00bfff; border: 1px solid #00bfff; border-radius: 20px; text-transform: uppercase; letter-spacing: 1px; }\n                    .aiwox-loop-theme-xray_vision .aiwox-loop-card:hover .aiwox-loop-btn { background: #00bfff; color: #001a33; box-shadow: 0 0 10px #00bfff; }\n\n                    \/* ROYAL BLUE VELVET THEME *\/\n                    .aiwox-loop-theme-velvet_blue .aiwox-loop-card { background: #001f54; border: 1px solid #000; border-radius: 6px; box-shadow: inset 0 0 40px rgba(0,0,0,0.6), 0 10px 20px rgba(0,0,0,0.3); }\n                    .aiwox-loop-theme-velvet_blue .aiwox-loop-card:hover { background: #002870; box-shadow: inset 0 0 50px rgba(0,0,0,0.7), 0 15px 30px rgba(0,0,0,0.4); }\n                    .aiwox-loop-theme-velvet_blue .aiwox-loop-img-wrap { border-radius: 6px 6px 0 0; background: #fff; border-bottom: 2px solid #ffd700; }\n                    .aiwox-loop-theme-velvet_blue .aiwox-loop-title { color: #ffd700; font-family: \"Didot\", serif; text-align: center; font-size: 22px; text-shadow: 1px 1px 2px #000; }\n                    .aiwox-loop-theme-velvet_blue .aiwox-loop-price { color: #e5b80b; text-align: center; font-family: sans-serif; letter-spacing: 1px; }\n                    .aiwox-loop-theme-velvet_blue .aiwox-loop-btn { background: #ffd700; color: #001f54; border: none; border-radius: 2px; font-family: serif; font-weight: bold; text-transform: uppercase; box-shadow: 0 4px 6px rgba(0,0,0,0.4); }\n                    .aiwox-loop-theme-velvet_blue .aiwox-loop-card:hover .aiwox-loop-btn { background: #fff; color: #001f54; }\n\n                    \/* NEW 10 MINIMALIST PREMIUM THEMES *\/\n                    \/* SWISS MINIMAL THEME *\/\n                    .aiwox-loop-theme-swiss_minimal .aiwox-loop-card { background: #fff; border: none; border-radius: 0; padding: 0; box-shadow: none; transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1); }\n                    .aiwox-loop-theme-swiss_minimal .aiwox-loop-card:hover { transform: translateY(-4px); }\n                    .aiwox-loop-theme-swiss_minimal .aiwox-loop-img-wrap { padding: 0; margin-bottom: 12px; }\n                    .aiwox-loop-theme-swiss_minimal .aiwox-loop-title { color: #000; font-family: \"Inter\", \"Helvetica Neue\", Helvetica, Arial, sans-serif; font-weight: 600; font-size: 16px; letter-spacing: -0.02em; margin-bottom: 4px; }\n                    .aiwox-loop-theme-swiss_minimal .aiwox-loop-price { color: #000; font-weight: 400; font-size: 14px; }\n                    .aiwox-loop-theme-swiss_minimal .aiwox-loop-btn { display: none; }\n                    .aiwox-loop-theme-swiss_minimal .aiwox-loop-actions-hover button { background: #000; color: #fff; border-radius: 0; }\n                    \n                    \/* SCANDINAVIAN LIGHT THEME *\/\n                    .aiwox-loop-theme-scandi_light .aiwox-loop-card { background: #faf9f6; border: none; border-radius: 8px; padding: 24px; box-shadow: none; transition: background 0.4s; }\n                    .aiwox-loop-theme-scandi_light .aiwox-loop-card:hover { background: #f0efe9; }\n                    .aiwox-loop-theme-scandi_light .aiwox-loop-img-wrap { background: transparent; margin-bottom: 20px; mix-blend-mode: multiply; }\n                    .aiwox-loop-theme-scandi_light .aiwox-loop-title { color: #4a4a4a; font-family: \"Outfit\", sans-serif; font-weight: 400; font-size: 17px; }\n                    .aiwox-loop-theme-scandi_light .aiwox-loop-price { color: #8a8a8a; font-weight: 300; }\n                    .aiwox-loop-theme-scandi_light .aiwox-loop-btn { display: none; }\n                    \n                    \/* JAPANESE ZEN THEME *\/\n                    .aiwox-loop-theme-jap_zen .aiwox-loop-card { background: #fff; border: 1px solid #f0f0f0; border-radius: 0; padding: 30px 15px; text-align: center; transition: border-color 0.4s; }\n                    .aiwox-loop-theme-jap_zen .aiwox-loop-card:hover { border-color: #000; }\n                    .aiwox-loop-theme-jap_zen .aiwox-loop-img-wrap { margin-bottom: 25px; filter: contrast(0.9) sepia(0.05); }\n                    .aiwox-loop-theme-jap_zen .aiwox-loop-card:hover .aiwox-loop-img-wrap { filter: none; }\n                    .aiwox-loop-theme-jap_zen .aiwox-loop-title { color: #333; font-family: \"Shippori Mincho\", \"Noto Serif\", serif; font-weight: 400; font-size: 15px; letter-spacing: 2px; text-transform: uppercase; }\n                    .aiwox-loop-theme-jap_zen .aiwox-loop-price { color: #999; font-size: 13px; margin-top: 10px; }\n                    .aiwox-loop-theme-jap_zen .aiwox-loop-btn { display: none; }\n                    \n                    \/* MUSEUM GALLERY THEME *\/\n                    .aiwox-loop-theme-museum_gallery .aiwox-loop-card { background: #fff; border: none; border-radius: 2px; padding: 0; box-shadow: 0 4px 15px rgba(0,0,0,0.03); }\n                    .aiwox-loop-theme-museum_gallery .aiwox-loop-card:hover { box-shadow: 0 10px 30px rgba(0,0,0,0.08); }\n                    .aiwox-loop-theme-museum_gallery .aiwox-loop-img-wrap { padding: 40px; background: #fff; border-bottom: 1px solid #f5f5f5; }\n                    .aiwox-loop-theme-museum_gallery .aiwox-loop-info { padding: 15px 20px; text-align: right; }\n                    .aiwox-loop-theme-museum_gallery .aiwox-loop-title { color: #111; font-family: \"Baskerville\", serif; font-weight: normal; font-size: 14px; font-style: italic; }\n                    .aiwox-loop-theme-museum_gallery .aiwox-loop-price { color: #555; font-family: sans-serif; font-size: 12px; margin-top: 5px; }\n                    .aiwox-loop-theme-museum_gallery .aiwox-loop-btn { display: none; }\n                    \n                    \/* INVISIBLE UI THEME *\/\n                    .aiwox-loop-theme-invisible_ui .aiwox-loop-card { background: transparent; border: none; box-shadow: none; position: relative; overflow: visible; }\n                    .aiwox-loop-theme-invisible_ui .aiwox-loop-img-wrap { transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1); }\n                    .aiwox-loop-theme-invisible_ui .aiwox-loop-card:hover .aiwox-loop-img-wrap { transform: scale(1.05); }\n                    .aiwox-loop-theme-invisible_ui .aiwox-loop-info { position: absolute; bottom: -10px; left: 0; right: 0; opacity: 0; transform: translateY(10px); transition: all 0.4s ease; text-align: center; pointer-events: none; }\n                    .aiwox-loop-theme-invisible_ui .aiwox-loop-card:hover .aiwox-loop-info { opacity: 1; transform: translateY(20px); }\n                    .aiwox-loop-theme-invisible_ui .aiwox-loop-title { color: #000; font-family: \"Inter\", sans-serif; font-weight: 500; font-size: 15px; }\n                    .aiwox-loop-theme-invisible_ui .aiwox-loop-price { color: #666; font-size: 13px; }\n                    .aiwox-loop-theme-invisible_ui .aiwox-loop-btn { display: none; }\n                    \n                    \/* LINE ART THEME *\/\n                    .aiwox-loop-theme-line_art .aiwox-loop-card { background: transparent; border: 1px solid #e0e0e0; border-radius: 0; box-shadow: none; transition: border-color 0.3s; }\n                    .aiwox-loop-theme-line_art .aiwox-loop-card:hover { border-color: #000; }\n                    .aiwox-loop-theme-line_art .aiwox-loop-img-wrap { border-bottom: 1px solid #e0e0e0; transition: border-color 0.3s; }\n                    .aiwox-loop-theme-line_art .aiwox-loop-card:hover .aiwox-loop-img-wrap { border-color: #000; }\n                    .aiwox-loop-theme-line_art .aiwox-loop-info { padding: 15px; display: flex; justify-content: space-between; align-items: center; }\n                    .aiwox-loop-theme-line_art .aiwox-loop-title { color: #333; font-weight: 400; font-size: 14px; margin: 0; }\n                    .aiwox-loop-theme-line_art .aiwox-loop-price { color: #000; font-weight: 600; font-size: 14px; }\n                    .aiwox-loop-theme-line_art .aiwox-loop-btn { display: none; }\n                    .aiwox-loop-theme-line_art .aiwox-loop-actions-hover button { border: 1px solid #000; background: #fff; color: #000; border-radius: 0; }\n                    .aiwox-loop-theme-line_art .aiwox-loop-actions-hover button:hover { background: #000; color: #fff; }\n\n                    \/* SOFT FOCUS THEME *\/\n                    .aiwox-loop-theme-soft_focus .aiwox-loop-card { background: #fff; border: none; border-radius: 12px; overflow: hidden; }\n                    .aiwox-loop-theme-soft_focus .aiwox-loop-img-wrap { filter: blur(3px) grayscale(20%); transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1); transform: scale(1.02); }\n                    .aiwox-loop-theme-soft_focus .aiwox-loop-card:hover .aiwox-loop-img-wrap { filter: blur(0px) grayscale(0%); transform: scale(1); }\n                    .aiwox-loop-theme-soft_focus .aiwox-loop-info { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; background: rgba(255,255,255,0.7); opacity: 1; transition: opacity 0.5s; backdrop-filter: blur(2px); }\n                    .aiwox-loop-theme-soft_focus .aiwox-loop-card:hover .aiwox-loop-info { opacity: 0; pointer-events: none; }\n                    .aiwox-loop-theme-soft_focus .aiwox-loop-title { color: #000; font-family: \"Playfair Display\", serif; font-size: 24px; text-align: center; }\n                    .aiwox-loop-theme-soft_focus .aiwox-loop-price { color: #333; font-family: sans-serif; letter-spacing: 2px; }\n                    .aiwox-loop-theme-soft_focus .aiwox-loop-btn { display: none; }\n                    .aiwox-loop-theme-soft_focus .aiwox-loop-actions-hover { bottom: 50%; right: 50%; transform: translate(50%, 50%) scale(0.9); opacity: 0; flex-direction: row; }\n                    .aiwox-loop-theme-soft_focus .aiwox-loop-card:hover .aiwox-loop-actions-hover { transform: translate(50%, 50%) scale(1); opacity: 1; }\n\n                    \/* BRAUN INDUSTRIAL THEME *\/\n                    .aiwox-loop-theme-braun_industrial .aiwox-loop-card { background: #f4f4f4; border: 1px solid #e4e4e4; border-radius: 8px; padding: 12px; box-shadow: inset 0 2px 5px #fff, 0 4px 10px rgba(0,0,0,0.05); }\n                    .aiwox-loop-theme-braun_industrial .aiwox-loop-img-wrap { background: #ebebeb; border-radius: 4px; border: 1px solid #dfdfdf; box-shadow: inset 0 2px 10px rgba(0,0,0,0.03); }\n                    .aiwox-loop-theme-braun_industrial .aiwox-loop-info { padding-top: 15px; }\n                    .aiwox-loop-theme-braun_industrial .aiwox-loop-title { color: #444; font-family: \"Helvetica Neue\", sans-serif; font-weight: 500; font-size: 15px; }\n                    .aiwox-loop-theme-braun_industrial .aiwox-loop-price { color: #222; font-family: \"Helvetica Neue\", sans-serif; font-weight: bold; }\n                    .aiwox-loop-theme-braun_industrial .aiwox-loop-btn { display: none; }\n                    .aiwox-loop-theme-braun_industrial .aiwox-loop-actions-hover button { background: #e8e8e8; border: 1px solid #d4d4d4; box-shadow: 0 2px 0 #cfcfcf; color: #444; }\n                    .aiwox-loop-theme-braun_industrial .aiwox-loop-actions-hover button:active { box-shadow: none; transform: translateY(2px); }\n                    .aiwox-loop-theme-braun_industrial .aiwox-loop-actions-hover button.aiwox-nma-add { background: #ff5722; border-color: #e64a19; box-shadow: 0 2px 0 #d84315; color: #fff; }\n\n                    \/* MONOLITH BLACK THEME *\/\n                    .aiwox-loop-theme-monolith_black .aiwox-loop-card { background: #000; border: none; border-radius: 0; box-shadow: none; }\n                    .aiwox-loop-theme-monolith_black .aiwox-loop-img-wrap { filter: grayscale(100%) contrast(1.1) brightness(0.8); transition: all 0.5s; opacity: 0.8; }\n                    .aiwox-loop-theme-monolith_black .aiwox-loop-card:hover .aiwox-loop-img-wrap { filter: none; opacity: 1; }\n                    .aiwox-loop-theme-monolith_black .aiwox-loop-title { color: #555; font-family: \"Inter\", sans-serif; font-weight: 400; font-size: 14px; transition: color 0.3s; }\n                    .aiwox-loop-theme-monolith_black .aiwox-loop-card:hover .aiwox-loop-title { color: #fff; }\n                    .aiwox-loop-theme-monolith_black .aiwox-loop-price { color: #333; transition: color 0.3s; }\n                    .aiwox-loop-theme-monolith_black .aiwox-loop-card:hover .aiwox-loop-price { color: #ccc; }\n                    .aiwox-loop-theme-monolith_black .aiwox-loop-btn { display: none; }\n                    .aiwox-loop-theme-monolith_black .aiwox-loop-actions-hover button { background: #111; border: 1px solid #333; color: #888; border-radius: 0; }\n                    .aiwox-loop-theme-monolith_black .aiwox-loop-actions-hover button:hover { background: #fff; color: #000; border-color: #fff; }\n\n                    \/* FROSTED MINIMAL THEME *\/\n                    .aiwox-loop-theme-frosted_minimal .aiwox-loop-card { background: rgba(255,255,255,0.4); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.6); border-radius: 16px; box-shadow: 0 8px 32px rgba(0,0,0,0.03); }\n                    .aiwox-loop-theme-frosted_minimal .aiwox-loop-card:hover { background: rgba(255,255,255,0.6); border-color: rgba(255,255,255,0.9); box-shadow: 0 8px 32px rgba(0,0,0,0.06); }\n                    .aiwox-loop-theme-frosted_minimal .aiwox-loop-img-wrap { border-radius: 16px 16px 0 0; mix-blend-mode: multiply; }\n                    .aiwox-loop-theme-frosted_minimal .aiwox-loop-title { color: #444; font-family: \"Outfit\", sans-serif; font-weight: 500; }\n                    .aiwox-loop-theme-frosted_minimal .aiwox-loop-price { color: #888; }\n                    .aiwox-loop-theme-frosted_minimal .aiwox-loop-btn { display: none; }\n\n                    \/* NEW 10 THEMES BATCH 4 *\/\n                    \/* HOLOGRAPHIC GLASS THEME *\/\n                    .aiwox-loop-theme-holographic_glass .aiwox-loop-card { background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.0)); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-radius: 20px; border: 1px solid rgba(255,255,255,0.18); box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37); position: relative; overflow: hidden; }\n                    .aiwox-loop-theme-holographic_glass .aiwox-loop-card::before { content: \"\"; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: conic-gradient(from 180deg at 50% 50%, #2a8af6 0deg, #a853ba 180deg, #e92a67 360deg); opacity: 0.15; z-index: -1; animation: spin 4s linear infinite; }\n                    @keyframes spin { 100% { transform: rotate(360deg); } }\n                    .aiwox-loop-theme-holographic_glass .aiwox-loop-img-wrap { border-radius: 20px 20px 0 0; }\n                    .aiwox-loop-theme-holographic_glass .aiwox-loop-title { color: #fff; font-family: sans-serif; font-weight: bold; text-shadow: 0 2px 4px rgba(0,0,0,0.5); }\n                    .aiwox-loop-theme-holographic_glass .aiwox-loop-price { color: #f0f0f0; }\n                    .aiwox-loop-theme-holographic_glass .aiwox-loop-btn { background: rgba(255,255,255,0.2); color: #fff; border-radius: 10px; border: 1px solid rgba(255,255,255,0.4); }\n\n                    \/* ORIGAMI FOLD THEME *\/\n                    .aiwox-loop-theme-origami_fold .aiwox-loop-card { background: #fff; border-radius: 0; box-shadow: 2px 2px 5px rgba(0,0,0,0.1); position: relative; }\n                    .aiwox-loop-theme-origami_fold .aiwox-loop-card::after { content: \"\"; position: absolute; top: 0; right: 0; border-width: 0 30px 30px 0; border-style: solid; border-color: #eee #fff; box-shadow: -2px 2px 4px rgba(0,0,0,0.1); transition: all 0.3s; }\n                    .aiwox-loop-theme-origami_fold .aiwox-loop-card:hover::after { border-width: 0 40px 40px 0; }\n                    .aiwox-loop-theme-origami_fold .aiwox-loop-img-wrap { padding: 15px; }\n                    .aiwox-loop-theme-origami_fold .aiwox-loop-title { color: #444; font-family: \"Georgia\", serif; font-style: italic; }\n                    .aiwox-loop-theme-origami_fold .aiwox-loop-price { color: #888; }\n                    .aiwox-loop-theme-origami_fold .aiwox-loop-btn { display: none; }\n\n                    \/* NEON WIREFRAME THEME *\/\n                    .aiwox-loop-theme-neon_wireframe .aiwox-loop-card { background: #050510; border: 1px solid #00f3ff; border-radius: 0; box-shadow: inset 0 0 10px rgba(0,243,255,0.2), 0 0 15px rgba(0,243,255,0.2); position: relative; overflow: hidden; }\n                    .aiwox-loop-theme-neon_wireframe .aiwox-loop-card::before { content: \"\"; position: absolute; inset: 0; background-image: linear-gradient(rgba(0,243,255,0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(0,243,255,0.1) 1px, transparent 1px); background-size: 20px 20px; transform: perspective(500px) rotateX(60deg); transform-origin: bottom; opacity: 0.5; pointer-events: none; }\n                    .aiwox-loop-theme-neon_wireframe .aiwox-loop-img-wrap { border-bottom: 1px solid #00f3ff; filter: hue-rotate(180deg) contrast(1.2); }\n                    .aiwox-loop-theme-neon_wireframe .aiwox-loop-title { color: #00f3ff; font-family: monospace; text-shadow: 0 0 5px #00f3ff; text-transform: uppercase; }\n                    .aiwox-loop-theme-neon_wireframe .aiwox-loop-price { color: #fff; }\n                    .aiwox-loop-theme-neon_wireframe .aiwox-loop-btn { background: transparent; border: 1px solid #00f3ff; color: #00f3ff; border-radius: 0; font-family: monospace; text-shadow: 0 0 5px #00f3ff; box-shadow: 0 0 5px rgba(0,243,255,0.5); }\n                    .aiwox-loop-theme-neon_wireframe .aiwox-loop-card:hover .aiwox-loop-btn { background: #00f3ff; color: #000; }\n\n                    \/* RETRO PIXEL ART THEME *\/\n                    .aiwox-loop-theme-retro_pixel_art .aiwox-loop-card { background: #e0f8cf; border: 4px solid #8bac0f; border-radius: 0; box-shadow: 6px 6px 0 #306230; image-rendering: pixelated; }\n                    .aiwox-loop-theme-retro_pixel_art .aiwox-loop-img-wrap { border-bottom: 4px solid #8bac0f; filter: contrast(1.5) grayscale(100%) sepia(100%) hue-rotate(60deg) saturate(3); }\n                    .aiwox-loop-theme-retro_pixel_art .aiwox-loop-title { color: #306230; font-family: \"Courier New\", monospace; font-weight: bold; text-transform: uppercase; }\n                    .aiwox-loop-theme-retro_pixel_art .aiwox-loop-price { color: #0f380f; font-weight: bold; }\n                    .aiwox-loop-theme-retro_pixel_art .aiwox-loop-btn { background: #8bac0f; color: #0f380f; border: 4px solid #306230; font-family: monospace; font-weight: bold; text-transform: uppercase; }\n\n                    \/* BOTANICAL GARDEN THEME *\/\n                    .aiwox-loop-theme-botanical_garden .aiwox-loop-card { background: #fdfaf6; border: 1px solid #e0e5d8; border-radius: 40px 40px 10px 10px; box-shadow: 0 10px 20px rgba(85,107,47,0.05); }\n                    .aiwox-loop-theme-botanical_garden .aiwox-loop-img-wrap { border-radius: 40px 40px 0 0; padding: 10px; }\n                    .aiwox-loop-theme-botanical_garden .aiwox-loop-title { color: #2e4a22; font-family: \"Cormorant Garamond\", serif; font-size: 22px; text-align: center; }\n                    .aiwox-loop-theme-botanical_garden .aiwox-loop-price { color: #6b8e23; text-align: center; font-style: italic; }\n                    .aiwox-loop-theme-botanical_garden .aiwox-loop-btn { background: #556b2f; color: #fff; border-radius: 20px; font-family: serif; letter-spacing: 1px; }\n\n                    \/* CHROME TYPE THEME *\/\n                    .aiwox-loop-theme-chrome_type .aiwox-loop-card { background: #111; border-radius: 12px; border: 1px solid #333; box-shadow: 0 10px 30px rgba(0,0,0,0.8); position: relative; overflow: hidden; }\n                    .aiwox-loop-theme-chrome_type .aiwox-loop-card::before { content: \"\"; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(255,255,255,0.4) 0%, transparent 50%, rgba(0,0,0,0.8) 100%); pointer-events: none; mix-blend-mode: overlay; }\n                    .aiwox-loop-theme-chrome_type .aiwox-loop-img-wrap { border-radius: 12px 12px 0 0; filter: contrast(1.2); }\n                    .aiwox-loop-theme-chrome_type .aiwox-loop-title { color: #fff; font-family: \"Arial Black\", sans-serif; font-size: 24px; text-transform: uppercase; background: linear-gradient(to bottom, #fff 0%, #aaa 50%, #555 51%, #111 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; filter: drop-shadow(0 2px 2px rgba(255,255,255,0.2)); }\n                    .aiwox-loop-theme-chrome_type .aiwox-loop-price { color: #aaa; font-weight: bold; }\n                    .aiwox-loop-theme-chrome_type .aiwox-loop-btn { background: linear-gradient(to bottom, #eee 0%, #ccc 50%, #999 51%, #fff 100%); color: #000; border: none; border-radius: 4px; font-weight: 900; }\n\n                    \/* TERRAZZO STONE THEME *\/\n                    .aiwox-loop-theme-terrazzo_stone .aiwox-loop-card { background: #f2efe9; border-radius: 0; box-shadow: 10px 10px 0 rgba(0,0,0,0.05); position: relative; }\n                    .aiwox-loop-theme-terrazzo_stone .aiwox-loop-card::before { content: \"\"; position: absolute; inset: 0; opacity: 0.15; background-image: radial-gradient(#d3a48e 10%, transparent 11%), radial-gradient(#6d8b74 10%, transparent 11%), radial-gradient(#4a4a4a 10%, transparent 11%); background-size: 20px 20px, 30px 30px, 15px 15px; background-position: 0 0, 15px 15px, 5px 25px; pointer-events: none; }\n                    .aiwox-loop-theme-terrazzo_stone .aiwox-loop-img-wrap { padding: 20px; background: #fff; border-bottom: 2px solid #ddd; }\n                    .aiwox-loop-theme-terrazzo_stone .aiwox-loop-title { color: #333; font-family: \"Montserrat\", sans-serif; font-weight: bold; letter-spacing: 1px; }\n                    .aiwox-loop-theme-terrazzo_stone .aiwox-loop-price { color: #d3a48e; font-weight: bold; }\n                    .aiwox-loop-theme-terrazzo_stone .aiwox-loop-btn { background: #6d8b74; color: #fff; border-radius: 0; font-family: \"Montserrat\", sans-serif; }\n\n                    \/* HOLOGRAM PROJECTOR THEME *\/\n                    .aiwox-loop-theme-hologram_projector .aiwox-loop-card { background: transparent; border: none; position: relative; overflow: hidden; padding-bottom: 20px; }\n                    .aiwox-loop-theme-hologram_projector .aiwox-loop-card::after { content: \"\"; position: absolute; bottom: 0; left: 10%; width: 80%; height: 10px; background: radial-gradient(ellipse at center, #00f3ff 0%, transparent 70%); filter: blur(2px); }\n                    .aiwox-loop-theme-hologram_projector .aiwox-loop-img-wrap { filter: sepia(1) hue-rotate(180deg) saturate(2) brightness(1.2); mix-blend-mode: screen; opacity: 0.8; border: none; mask-image: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); -webkit-mask-image: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); }\n                    .aiwox-loop-theme-hologram_projector .aiwox-loop-title { color: #00f3ff; text-align: center; text-shadow: 0 0 10px #00f3ff; font-family: monospace; margin-top: 10px; }\n                    .aiwox-loop-theme-hologram_projector .aiwox-loop-price { color: #fff; text-align: center; }\n                    .aiwox-loop-theme-hologram_projector .aiwox-loop-btn { display: none; }\n\n                    \/* VELVET WINE THEME *\/\n                    .aiwox-loop-theme-velvet_wine .aiwox-loop-card { background: #4a0e17; border: 4px solid #2a050a; border-radius: 8px; box-shadow: inset 0 0 50px rgba(0,0,0,0.8), 0 10px 20px rgba(0,0,0,0.3); }\n                    .aiwox-loop-theme-velvet_wine .aiwox-loop-card:hover { border-color: #d4af37; box-shadow: inset 0 0 30px rgba(0,0,0,0.6), 0 15px 30px rgba(212,175,55,0.2); }\n                    .aiwox-loop-theme-velvet_wine .aiwox-loop-img-wrap { border-radius: 4px 4px 0 0; background: #fff; padding: 5px; }\n                    .aiwox-loop-theme-velvet_wine .aiwox-loop-title { color: #d4af37; font-family: \"Playfair Display\", serif; font-size: 20px; font-style: italic; text-align: center; }\n                    .aiwox-loop-theme-velvet_wine .aiwox-loop-price { color: #fdf5e6; text-align: center; font-family: serif; }\n                    .aiwox-loop-theme-velvet_wine .aiwox-loop-btn { background: #d4af37; color: #2a050a; border: none; border-radius: 2px; font-family: serif; font-weight: bold; text-transform: uppercase; }\n\n                    \/* MINIMAL BAUHAUS THEME *\/\n                    .aiwox-loop-theme-minimal_bauhaus .aiwox-loop-card { background: #fff; border: 3px solid #000; border-radius: 0; position: relative; }\n                    .aiwox-loop-theme-minimal_bauhaus .aiwox-loop-card::before { content: \"\"; position: absolute; top: -3px; left: -3px; width: 10px; height: 100%; background: #e3000f; }\n                    .aiwox-loop-theme-minimal_bauhaus .aiwox-loop-img-wrap { padding: 0 0 0 10px; border-bottom: 3px solid #000; }\n                    .aiwox-loop-theme-minimal_bauhaus .aiwox-loop-info { padding: 15px 15px 15px 25px; }\n                    .aiwox-loop-theme-minimal_bauhaus .aiwox-loop-title { color: #000; font-family: \"Futura\", \"Helvetica\", sans-serif; font-weight: bold; text-transform: uppercase; letter-spacing: 2px; }\n                    .aiwox-loop-theme-minimal_bauhaus .aiwox-loop-price { color: #005a9c; font-family: \"Futura\", sans-serif; font-weight: bold; }\n                    .aiwox-loop-theme-minimal_bauhaus .aiwox-loop-btn { background: #ffd700; color: #000; border: 3px solid #000; border-radius: 50%; width: 40px; height: 40px; padding: 0; display: flex; justify-content: center; align-items: center; position: absolute; bottom: 15px; right: 15px; }\n\n                    \/* AWWWARDS \/ MAKEPILL PREMIUM THEMES *\/\n                    \/* MAKEPILL CORE *\/\n                    .aiwox-loop-theme-makepill_core .aiwox-loop-card { background: #0a0a0a; border: 1px solid rgba(255,255,255,0.05); border-radius: 20px; box-shadow: 0 20px 40px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.03); transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1); }\n                    .aiwox-loop-theme-makepill_core .aiwox-loop-card:hover { transform: translateY(-8px); border-color: rgba(255,255,255,0.1); box-shadow: 0 30px 60px rgba(0,0,0,0.6), inset 0 1px 0 rgba(255,255,255,0.05); }\n                    .aiwox-loop-theme-makepill_core .aiwox-loop-img-wrap { border-radius: 20px 20px 0 0; padding: 20px 20px 0 20px; background: transparent; }\n                    .aiwox-loop-theme-makepill_core .aiwox-loop-img-wrap img { border-radius: 12px; transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1); }\n                    .aiwox-loop-theme-makepill_core .aiwox-loop-card:hover .aiwox-loop-img-wrap img { transform: scale(1.03); }\n                    .aiwox-loop-theme-makepill_core .aiwox-loop-info { padding: 24px; display: flex; justify-content: space-between; align-items: flex-end; }\n                    .aiwox-loop-theme-makepill_core .aiwox-loop-title { color: #f5f5f5; font-family: \"Inter\", sans-serif; font-weight: 400; font-size: 17px; letter-spacing: -0.01em; margin: 0; }\n                    .aiwox-loop-theme-makepill_core .aiwox-loop-price { color: #888; font-family: \"Inter\", sans-serif; font-weight: 300; font-size: 14px; margin-top: 4px; }\n                    .aiwox-loop-theme-makepill_core .aiwox-loop-btn { display: none; }\n                    \n                    \/* AWWWARDS TYPOGRAPHY *\/\n                    .aiwox-loop-theme-awwwards_typo .aiwox-loop-card { background: #f4f4f0; border: none; border-radius: 0; box-shadow: none; transition: background 0.4s ease; padding-bottom: 20px; }\n                    .aiwox-loop-theme-awwwards_typo .aiwox-loop-card:hover { background: #eaeae5; }\n                    .aiwox-loop-theme-awwwards_typo .aiwox-loop-img-wrap { margin-bottom: 20px; }\n                    .aiwox-loop-theme-awwwards_typo .aiwox-loop-info { padding: 0 20px; text-align: left; }\n                    .aiwox-loop-theme-awwwards_typo .aiwox-loop-title { color: #111; font-family: \"Playfair Display\", \"Ogg\", serif; font-weight: 400; font-size: 28px; line-height: 1.1; letter-spacing: -0.02em; transition: transform 0.4s ease; }\n                    .aiwox-loop-theme-awwwards_typo .aiwox-loop-card:hover .aiwox-loop-title { transform: translateX(10px); }\n                    .aiwox-loop-theme-awwwards_typo .aiwox-loop-price { color: #666; font-family: \"Inter\", sans-serif; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; margin-top: 10px; }\n                    .aiwox-loop-theme-awwwards_typo .aiwox-loop-btn { display: none; }\n                    \n                    \/* CINEMATIC DARK *\/\n                    .aiwox-loop-theme-cinematic_dark .aiwox-loop-card { background: #000; border: none; border-radius: 0; overflow: hidden; position: relative; }\n                    .aiwox-loop-theme-cinematic_dark .aiwox-loop-img-wrap { filter: grayscale(80%) brightness(0.6); transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1); transform: scale(1.05); }\n                    .aiwox-loop-theme-cinematic_dark .aiwox-loop-card:hover .aiwox-loop-img-wrap { filter: grayscale(0%) brightness(1); transform: scale(1); }\n                    .aiwox-loop-theme-cinematic_dark .aiwox-loop-info { position: absolute; bottom: 0; left: 0; right: 0; padding: 40px 30px 30px 30px; background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%); }\n                    .aiwox-loop-theme-cinematic_dark .aiwox-loop-title { color: #fff; font-family: \"Helvetica Neue\", sans-serif; font-weight: 500; font-size: 16px; text-transform: uppercase; letter-spacing: 2px; }\n                    .aiwox-loop-theme-cinematic_dark .aiwox-loop-price { color: #aaa; margin-top: 8px; font-weight: 300; }\n                    .aiwox-loop-theme-cinematic_dark .aiwox-loop-btn { display: none; }\n                    \n                    \/* SUBTLE GLASS *\/\n                    .aiwox-loop-theme-subtle_glass .aiwox-loop-card { background: rgba(255,255,255,0.02); backdrop-filter: blur(40px); -webkit-backdrop-filter: blur(40px); border-radius: 24px; border: 1px solid rgba(255,255,255,0.05); border-top: 1px solid rgba(255,255,255,0.1); box-shadow: 0 30px 60px rgba(0,0,0,0.2); }\n                    .aiwox-loop-theme-subtle_glass .aiwox-loop-img-wrap { padding: 15px; border-radius: 24px 24px 0 0; }\n                    .aiwox-loop-theme-subtle_glass .aiwox-loop-img-wrap img { border-radius: 12px; }\n                    .aiwox-loop-theme-subtle_glass .aiwox-loop-info { padding: 20px; }\n                    .aiwox-loop-theme-subtle_glass .aiwox-loop-title { color: #fff; font-family: \"Inter\", sans-serif; font-weight: 300; font-size: 16px; }\n                    .aiwox-loop-theme-subtle_glass .aiwox-loop-price { color: rgba(255,255,255,0.5); font-weight: 300; font-size: 13px; }\n                    .aiwox-loop-theme-subtle_glass .aiwox-loop-btn { display: none; }\n                    \n                    \/* MIDNIGHT MATTE *\/\n                    .aiwox-loop-theme-midnight_matte .aiwox-loop-card { background: #18181b; border: none; border-radius: 24px; box-shadow: 0 20px 40px rgba(0,0,0,0.4); transition: transform 0.5s ease; }\n                    .aiwox-loop-theme-midnight_matte .aiwox-loop-card:hover { transform: translateY(-10px); }\n                    .aiwox-loop-theme-midnight_matte .aiwox-loop-img-wrap { border-radius: 24px 24px 0 0; }\n                    .aiwox-loop-theme-midnight_matte .aiwox-loop-info { padding: 25px; }\n                    .aiwox-loop-theme-midnight_matte .aiwox-loop-title { color: #f4f4f5; font-family: \"Inter\", sans-serif; font-weight: 500; font-size: 18px; letter-spacing: -0.02em; }\n                    .aiwox-loop-theme-midnight_matte .aiwox-loop-price { color: #a1a1aa; margin-top: 5px; }\n                    .aiwox-loop-theme-midnight_matte .aiwox-loop-btn { display: none; }\n                    \n                    \/* SILK SURFACE *\/\n                    .aiwox-loop-theme-silk_surface .aiwox-loop-card { background: linear-gradient(145deg, #222 0%, #0a0a0a 100%); border-radius: 16px; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 15px 35px rgba(0,0,0,0.5); position: relative; }\n                    .aiwox-loop-theme-silk_surface .aiwox-loop-card::after { content: \"\"; position: absolute; inset: 0; border-radius: 16px; box-shadow: inset 0 0 20px rgba(255,255,255,0.02); pointer-events: none; }\n                    .aiwox-loop-theme-silk_surface .aiwox-loop-img-wrap { border-radius: 16px 16px 0 0; padding: 20px 20px 0 20px; }\n                    .aiwox-loop-theme-silk_surface .aiwox-loop-img-wrap img { border-radius: 8px; box-shadow: 0 10px 20px rgba(0,0,0,0.5); }\n                    .aiwox-loop-theme-silk_surface .aiwox-loop-title { color: #eaeaea; font-family: \"Inter\", sans-serif; font-weight: 400; text-align: center; }\n                    .aiwox-loop-theme-silk_surface .aiwox-loop-price { color: #777; text-align: center; }\n                    .aiwox-loop-theme-silk_surface .aiwox-loop-btn { display: none; }\n                    \n                    \/* HIGH FASHION *\/\n                    .aiwox-loop-theme-high_fashion .aiwox-loop-card { background: #fff; border: 1px solid #000; border-radius: 0; position: relative; overflow: hidden; }\n                    .aiwox-loop-theme-high_fashion .aiwox-loop-img-wrap { border-bottom: 1px solid #000; transition: transform 0.6s ease; }\n                    .aiwox-loop-theme-high_fashion .aiwox-loop-card:hover .aiwox-loop-img-wrap { transform: scale(1.02); }\n                    .aiwox-loop-theme-high_fashion .aiwox-loop-info { padding: 20px; background: #fff; position: relative; z-index: 2; transition: transform 0.4s ease; }\n                    .aiwox-loop-theme-high_fashion .aiwox-loop-title { color: #000; font-family: \"Helvetica Neue\", sans-serif; font-weight: bold; text-transform: uppercase; font-size: 14px; letter-spacing: 1px; }\n                    .aiwox-loop-theme-high_fashion .aiwox-loop-price { color: #666; font-size: 13px; }\n                    .aiwox-loop-theme-high_fashion .aiwox-loop-btn { display: none; }\n                    \n                    \/* GALLERY CURATOR *\/\n                    .aiwox-loop-theme-gallery_curator .aiwox-loop-card { background: #fff; border: none; padding: 40px; box-shadow: 0 4px 20px rgba(0,0,0,0.04); transition: box-shadow 0.4s ease; }\n                    .aiwox-loop-theme-gallery_curator .aiwox-loop-card:hover { box-shadow: 0 20px 50px rgba(0,0,0,0.08); }\n                    .aiwox-loop-theme-gallery_curator .aiwox-loop-img-wrap { box-shadow: 0 10px 30px rgba(0,0,0,0.1); margin-bottom: 30px; }\n                    .aiwox-loop-theme-gallery_curator .aiwox-loop-info { text-align: center; }\n                    .aiwox-loop-theme-gallery_curator .aiwox-loop-title { color: #000; font-family: \"Times New Roman\", Times, serif; font-style: italic; font-size: 18px; }\n                    .aiwox-loop-theme-gallery_curator .aiwox-loop-price { color: #555; font-family: \"Inter\", sans-serif; font-size: 11px; text-transform: uppercase; letter-spacing: 2px; margin-top: 10px; }\n                    .aiwox-loop-theme-gallery_curator .aiwox-loop-btn { display: none; }\n                    \n                    \/* GHOST CARD *\/\n                    .aiwox-loop-theme-ghost_card .aiwox-loop-card { background: transparent; border: none; box-shadow: none; position: relative; overflow: hidden; border-radius: 12px; }\n                    .aiwox-loop-theme-ghost_card .aiwox-loop-img-wrap { border-radius: 12px; }\n                    .aiwox-loop-theme-ghost_card .aiwox-loop-info { position: absolute; inset: 0; background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); display: flex; flex-direction: column; justify-content: center; align-items: center; opacity: 0; transition: opacity 0.4s ease; border-radius: 12px; }\n                    .aiwox-loop-theme-ghost_card .aiwox-loop-card:hover .aiwox-loop-info { opacity: 1; }\n                    .aiwox-loop-theme-ghost_card .aiwox-loop-title { color: #fff; font-family: \"Inter\", sans-serif; font-weight: 500; font-size: 20px; transform: translateY(20px); transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); transition-delay: 0.1s; }\n                    .aiwox-loop-theme-ghost_card .aiwox-loop-card:hover .aiwox-loop-title { transform: translateY(0); }\n                    .aiwox-loop-theme-ghost_card .aiwox-loop-price { color: rgba(255,255,255,0.7); font-size: 15px; transform: translateY(20px); transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); transition-delay: 0.2s; }\n                    .aiwox-loop-theme-ghost_card .aiwox-loop-card:hover .aiwox-loop-price { transform: translateY(0); }\n                    .aiwox-loop-theme-ghost_card .aiwox-loop-btn { display: none; }\n                    \n                    \/* DEEP AMBIENT GLOW *\/\n                    .aiwox-loop-theme-liquid_gradient .aiwox-loop-card { background: #050505; border-radius: 20px; position: relative; z-index: 1; border: 1px solid rgba(255,255,255,0.03); }\n                    .aiwox-loop-theme-liquid_gradient .aiwox-loop-card::before { content: \"\"; position: absolute; inset: -20px; background: radial-gradient(circle at 50% 0%, rgba(60,20,120,0.3) 0%, transparent 60%); z-index: -1; opacity: 0; transition: opacity 1s ease; border-radius: 30px; pointer-events: none; }\n                    .aiwox-loop-theme-liquid_gradient .aiwox-loop-card:hover::before { opacity: 1; }\n                    .aiwox-loop-theme-liquid_gradient .aiwox-loop-img-wrap { border-radius: 20px 20px 0 0; }\n                    .aiwox-loop-theme-liquid_gradient .aiwox-loop-title { color: #eee; font-family: \"Inter\", sans-serif; font-weight: 300; letter-spacing: 0.5px; }\n                    .aiwox-loop-theme-liquid_gradient .aiwox-loop-price { color: #888; }\n                    .aiwox-loop-theme-liquid_gradient .aiwox-loop-btn { display: none; }\n\n                    \/* --- GLOBAL ACTION BUTTONS CSS --- *\/\n                    .aiwox-loop-actions-hover {\n                        position: absolute;\n                        bottom: 15px;\n                        right: 15px;\n                        display: flex;\n                        flex-direction: column;\n                        gap: 8px;\n                        opacity: 0;\n                        transform: translateY(10px);\n                        transition: all 0.3s ease;\n                        z-index: 10;\n                    }\n                    .aiwox-loop-card:hover .aiwox-loop-actions-hover {\n                        opacity: 1;\n                        transform: translateY(0);\n                    }\n                    .aiwox-loop-actions-hover button {\n                        width: 40px;\n                        height: 40px;\n                        border-radius: 50%;\n                        background: #fff;\n                        color: #111;\n                        border: none;\n                        display: flex;\n                        align-items: center;\n                        justify-content: center;\n                        cursor: pointer;\n                        box-shadow: 0 4px 10px rgba(0,0,0,0.15);\n                        transition: all 0.2s;\n                        padding: 0;\n                    }\n                    .aiwox-loop-actions-hover button:hover {\n                        background: #111;\n                        color: #fff;\n                        transform: scale(1.1);\n                    }\n                    \/* Adaptare actiuni in functie de temele dark *\/\n                    .aiwox-loop-theme-dark .aiwox-loop-actions-hover button,\n                    .aiwox-loop-theme-cyberpunk .aiwox-loop-actions-hover button,\n                    .aiwox-loop-theme-minimal_dark .aiwox-loop-actions-hover button,\n                    .aiwox-loop-theme-terminal .aiwox-loop-actions-hover button,\n                    .aiwox-loop-theme-velvet_dark .aiwox-loop-actions-hover button,\n                    .aiwox-loop-theme-glass_dark .aiwox-loop-actions-hover button {\n                        background: #222;\n                        color: #fff;\n                        border: 1px solid rgba(255,255,255,0.1);\n                    }\n                    .aiwox-loop-theme-dark .aiwox-loop-actions-hover button:hover,\n                    .aiwox-loop-theme-cyberpunk .aiwox-loop-actions-hover button:hover,\n                    .aiwox-loop-theme-velvet_dark .aiwox-loop-actions-hover button:hover {\n                        background: var(--aiwox-accent);\n                        color: #000;\n                        border-color: var(--aiwox-accent);\n                    }\n\n                    \/* PREMIUM QUICK VIEW MODAL WRAPPER STYLES (LIGHT) *\/\n                    .aiwox-qv-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.6); z-index: 9999999; display: none; align-items: center; justify-content: center; backdrop-filter: blur(10px); opacity: 0; transition: opacity 0.4s ease; }\n                    .aiwox-qv-overlay.active { display: flex; opacity: 1; }\n                    .aiwox-qv-modal { background: #fff; width: 95%; max-width: 1000px; border-radius: 24px; padding: 0; position: relative; transform: scale(0.95); transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); display: block; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,0.2); }\n                    .aiwox-qv-overlay.active .aiwox-qv-modal { transform: scale(1); }\n                    .aiwox-qv-close { position: absolute; top: 20px; right: 20px; background: rgba(0,0,0,0.05); border: none; color: #111; width: 40px; height: 40px; border-radius: 50%; cursor: pointer; font-size: 24px; display: flex; align-items: center; justify-content: center; z-index: 100; transition: all 0.3s; }\n                    .aiwox-qv-close:hover { background: rgba(0,0,0,0.1); transform: rotate(90deg); }\n                    @media(max-width: 768px){ \n                        .aiwox-qv-modal { max-height: 85vh; overflow-y: auto; border-radius: 16px; width: 92%; } \n                        .aiwox-qv-close { top: 10px; right: 10px; width: 34px; height: 34px; font-size: 22px; background: #f1f1f1; }\n                    }\n                    \n\n\n                    \/* Responsive *\/\n                    @media (max-width: 768px) {\n                        .aiwox-loop-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 12px; }\n                        .aiwox-loop-info { padding: 12px; }\n                        .aiwox-loop-title { font-size: 13px; margin-bottom: 8px; line-height: 1.2; }\n                        .aiwox-loop-price { font-size: 14px; margin-bottom: 12px; }\n                        .aiwox-loop-price del { font-size: 12px; }\n                        .aiwox-loop-btn { font-size: 12px; padding: 8px 12px; }\n                        .aiwox-loop-img-wrap { padding-top: 100%; }\n                        \n                        \/* Make quick view button slightly smaller *\/\n                        .aiwox-quick-view-btn { width: 32px; height: 32px; right: 8px; top: 8px; }\n                        .aiwox-quick-view-btn svg { width: 14px; height: 14px; }\n                    }\n                <\/style>\n\n            <div class=\"aiwox-qv-widget-instance\">\n                <div class=\"aiwox-loop-wrapper aiwox-loop-theme-light\">\n                    \n                                            <div class=\"aiwox-loop-grid aiwox-loop-cols-4\">\n                                                        <div class=\"aiwox-loop-card\">\n                                <div class=\"aiwox-loop-img-wrap\">\n                                    <a href=\"https:\/\/aiwox.md\/en\/product\/ceas-inteligent-pentru-sanatate-06\/\" style=\"display:block; width:100%; height:100%;\">\n                                        <img decoding=\"async\" src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2025\/12\/01-scaled-1-1024x1024.jpg\" alt=\"Ceas inteligent pentru s\u0103n\u0103tate 06 \u2013 Tensiune, ECG &#038; Bluetooth\">\n                                    <\/a>\n                                    <div class=\"aiwox-loop-actions-hover\">\n                                        <button type=\"button\" class=\"aiwox-nma-add\" data-product_id=\"1000861\" aria-label=\"Adaug\u0103 \u00een co\u0219\" title=\"Adaug\u0103 \u00een co\u0219\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"9\" cy=\"21\" r=\"1\"><\/circle><circle cx=\"20\" cy=\"21\" r=\"1\"><\/circle><path d=\"M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6\"><\/path><\/svg>\n                                        <\/button>\n                                        <button type=\"button\" class=\"aiwox-nma-wish\" data-aiwox-fav=\"1000861\" aria-label=\"Favorite\" title=\"Favorite\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"><\/path><\/svg>\n                                        <\/button>\n                                        <button type=\"button\" class=\"aiwox-quick-view-btn\" data-product_id=\"1000861\" aria-label=\"Vizualizare rapid\u0103\" title=\"Vizualizare rapid\u0103\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"><\/path><circle cx=\"12\" cy=\"12\" r=\"3\"><\/circle><\/svg>\n                                        <\/button>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"aiwox-loop-info\">\n                                    <h3 class=\"aiwox-loop-title\">Ceas inteligent pentru s\u0103n\u0103tate 06 \u2013 Tensiune, ECG &#038; Bluetooth<\/h3>\n                                    <div class=\"aiwox-loop-price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\">2.769,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">MDL<\/span><\/span><\/del> <span class=\"screen-reader-text\">Original price was: 2.769,00&nbsp;MDL.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\">2.499,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">MDL<\/span><\/span><\/ins><span class=\"screen-reader-text\">Current price is: 2.499,00&nbsp;MDL.<\/span><\/div>\n                                    <a href=\"https:\/\/aiwox.md\/en\/product\/ceas-inteligent-pentru-sanatate-06\/\" class=\"aiwox-loop-btn\">\n                                        Vezi Detalii <i class=\"fa-solid fa-arrow-right\" style=\"margin-left:6px; font-size:12px;\"><\/i>\n                                    <\/a>\n                                <\/div>\n                            <\/div>\n                                                        <div class=\"aiwox-loop-card\">\n                                <div class=\"aiwox-loop-img-wrap\">\n                                    <a href=\"https:\/\/aiwox.md\/en\/product\/ochelari-cu-camera-video-ax17\/\" style=\"display:block; width:100%; height:100%;\">\n                                        <img decoding=\"async\" src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2025\/12\/5-scaled-1-1024x1024.jpg\" alt=\"Ochelari cu camer\u0103 video AX17\">\n                                    <\/a>\n                                    <div class=\"aiwox-loop-actions-hover\">\n                                        <button type=\"button\" class=\"aiwox-nma-add\" data-product_id=\"1000881\" aria-label=\"Adaug\u0103 \u00een co\u0219\" title=\"Adaug\u0103 \u00een co\u0219\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"9\" cy=\"21\" r=\"1\"><\/circle><circle cx=\"20\" cy=\"21\" r=\"1\"><\/circle><path d=\"M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6\"><\/path><\/svg>\n                                        <\/button>\n                                        <button type=\"button\" class=\"aiwox-nma-wish\" data-aiwox-fav=\"1000881\" aria-label=\"Favorite\" title=\"Favorite\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"><\/path><\/svg>\n                                        <\/button>\n                                        <button type=\"button\" class=\"aiwox-quick-view-btn\" data-product_id=\"1000881\" aria-label=\"Vizualizare rapid\u0103\" title=\"Vizualizare rapid\u0103\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"><\/path><circle cx=\"12\" cy=\"12\" r=\"3\"><\/circle><\/svg>\n                                        <\/button>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"aiwox-loop-info\">\n                                    <h3 class=\"aiwox-loop-title\">Ochelari cu camer\u0103 video AX17<\/h3>\n                                    <div class=\"aiwox-loop-price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\">1.769,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">MDL<\/span><\/span><\/del> <span class=\"screen-reader-text\">Original price was: 1.769,00&nbsp;MDL.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\">1.599,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">MDL<\/span><\/span><\/ins><span class=\"screen-reader-text\">Current price is: 1.599,00&nbsp;MDL.<\/span><\/div>\n                                    <a href=\"https:\/\/aiwox.md\/en\/product\/ochelari-cu-camera-video-ax17\/\" class=\"aiwox-loop-btn\">\n                                        Vezi Detalii <i class=\"fa-solid fa-arrow-right\" style=\"margin-left:6px; font-size:12px;\"><\/i>\n                                    <\/a>\n                                <\/div>\n                            <\/div>\n                                                        <div class=\"aiwox-loop-card\">\n                                <div class=\"aiwox-loop-img-wrap\">\n                                    <a href=\"https:\/\/aiwox.md\/en\/product\/traductor-inteligent-aiwox-d8\/\" style=\"display:block; width:100%; height:100%;\">\n                                        <img decoding=\"async\" src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2025\/12\/page1_img2.png\" alt=\"Traductor inteligent AIWOX &#8211; D8\">\n                                    <\/a>\n                                    <div class=\"aiwox-loop-actions-hover\">\n                                        <button type=\"button\" class=\"aiwox-nma-add\" data-product_id=\"1000852\" aria-label=\"Adaug\u0103 \u00een co\u0219\" title=\"Adaug\u0103 \u00een co\u0219\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"9\" cy=\"21\" r=\"1\"><\/circle><circle cx=\"20\" cy=\"21\" r=\"1\"><\/circle><path d=\"M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6\"><\/path><\/svg>\n                                        <\/button>\n                                        <button type=\"button\" class=\"aiwox-nma-wish\" data-aiwox-fav=\"1000852\" aria-label=\"Favorite\" title=\"Favorite\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"><\/path><\/svg>\n                                        <\/button>\n                                        <button type=\"button\" class=\"aiwox-quick-view-btn\" data-product_id=\"1000852\" aria-label=\"Vizualizare rapid\u0103\" title=\"Vizualizare rapid\u0103\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"><\/path><circle cx=\"12\" cy=\"12\" r=\"3\"><\/circle><\/svg>\n                                        <\/button>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"aiwox-loop-info\">\n                                    <h3 class=\"aiwox-loop-title\">Traductor inteligent AIWOX &#8211; D8<\/h3>\n                                    <div class=\"aiwox-loop-price\"><span class=\"woocommerce-Price-amount amount\">2.099,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">MDL<\/span><\/span><\/div>\n                                    <a href=\"https:\/\/aiwox.md\/en\/product\/traductor-inteligent-aiwox-d8\/\" class=\"aiwox-loop-btn\">\n                                        Vezi Detalii <i class=\"fa-solid fa-arrow-right\" style=\"margin-left:6px; font-size:12px;\"><\/i>\n                                    <\/a>\n                                <\/div>\n                            <\/div>\n                                                        <div class=\"aiwox-loop-card\">\n                                <div class=\"aiwox-loop-img-wrap\">\n                                    <a href=\"https:\/\/aiwox.md\/en\/product\/blackmagic-design-atem-constellation-hd-2-m-e-mixer-video-profesional-pentru-productii-live\/\" style=\"display:block; width:100%; height:100%;\">\n                                        <img decoding=\"async\" src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2026\/03\/atem2-1.jpg\" alt=\"Blackmagic Design ATEM Constellation HD 2 M\/E \u2013 Mixer video profesional pentru produc\u021bii live\">\n                                    <\/a>\n                                    <div class=\"aiwox-loop-actions-hover\">\n                                        <button type=\"button\" class=\"aiwox-nma-add\" data-product_id=\"1001774\" aria-label=\"Adaug\u0103 \u00een co\u0219\" title=\"Adaug\u0103 \u00een co\u0219\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"9\" cy=\"21\" r=\"1\"><\/circle><circle cx=\"20\" cy=\"21\" r=\"1\"><\/circle><path d=\"M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6\"><\/path><\/svg>\n                                        <\/button>\n                                        <button type=\"button\" class=\"aiwox-nma-wish\" data-aiwox-fav=\"1001774\" aria-label=\"Favorite\" title=\"Favorite\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"><\/path><\/svg>\n                                        <\/button>\n                                        <button type=\"button\" class=\"aiwox-quick-view-btn\" data-product_id=\"1001774\" aria-label=\"Vizualizare rapid\u0103\" title=\"Vizualizare rapid\u0103\">\n                                            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"><\/path><circle cx=\"12\" cy=\"12\" r=\"3\"><\/circle><\/svg>\n                                        <\/button>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"aiwox-loop-info\">\n                                    <h3 class=\"aiwox-loop-title\">Blackmagic Design ATEM Constellation HD 2 M\/E \u2013 Mixer video profesional pentru produc\u021bii live<\/h3>\n                                    <div class=\"aiwox-loop-price\"><span class=\"woocommerce-Price-amount amount\">51.362,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">MDL<\/span><\/span><\/div>\n                                    <a href=\"https:\/\/aiwox.md\/en\/product\/blackmagic-design-atem-constellation-hd-2-m-e-mixer-video-profesional-pentru-productii-live\/\" class=\"aiwox-loop-btn\">\n                                        Vezi Detalii <i class=\"fa-solid fa-arrow-right\" style=\"margin-left:6px; font-size:12px;\"><\/i>\n                                    <\/a>\n                                <\/div>\n                            <\/div>\n                                                    <\/div>\n                                    <\/div>\n\n                <div class=\"aiwox-qv-overlay\">\n                    <div class=\"aiwox-qv-modal\">\n                        <button class=\"aiwox-qv-close\">&times;<\/button>\n                        <div class=\"aiwox-qv-content-wrap\" style=\"width:100%;\">\n                            <!-- Content loaded via AJAX -->\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <script>\n                    jQuery(document).ready(function($) {\n                        $('.aiwox-qv-widget-instance').each(function() {\n                            var $instance = $(this);\n                            if ($instance.data('qv-bound')) return;\n                            $instance.data('qv-bound', true);\n\n                            $instance.find('.aiwox-quick-view-btn').on('click', function(e) {\n                                e.preventDefault();\n                                var pid = $(this).data('product_id');\n                                var $overlay = $instance.find('.aiwox-qv-overlay');\n                                var $wrap = $instance.find('.aiwox-qv-content-wrap');\n                                \n                                $wrap.html('<div style=\"padding:40px; text-align:center;\">Se \u00eencarc\u0103...<\/div>');\n                                $overlay.addClass('active');\n                                $('body').css('overflow', 'hidden');\n                                \n                                $.ajax({\n                                    url: 'https:\/\/aiwox.md\/wp-admin\/admin-ajax.php',\n                                    type: 'POST',\n                                    data: {\n                                        action: 'aiwox_quick_view',\n                                        product_id: pid\n                                    },\n                                    success: function(res) {\n                                        if(res.success) {\n                                            $wrap.html(res.data.html);\n                                        } else {\n                                            $wrap.html('<div style=\"padding:40px; text-align:center;\">Eroare la \u00eenc\u0103rcare.<\/div>');\n                                        }\n                                    }\n                                });\n                            });\n                            \n                            $instance.find('.aiwox-qv-close').on('click', function() {\n                                $instance.find('.aiwox-qv-overlay').removeClass('active');\n                                $('body').css('overflow', '');\n                            });\n                            \n                            $instance.find('.aiwox-qv-overlay').on('click', function(e) {\n                                if(e.target === this) {\n                                    $(this).removeClass('active');\n                                    $('body').css('overflow', '');\n                                }\n                            });\n                        });\n                    });\n                <\/script>\n            <\/div>\n                \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f361fe5 e-con-full elementor-hidden-mobile e-flex glozin-responsive-column glozin-tablet-column--default glozin-responsive-column glozin-mobile-column--default e-con e-child\" data-id=\"f361fe5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-02fd978 elementor-widget elementor-widget-html\" data-id=\"02fd978\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n\/* ========================================================\n   AIWOX ULTRA-MINIMAL BRANDS (LIGHT THEME)\n   ======================================================== *\/\n.aiwox-brands-minimal {\n  width: 100%;\n  padding: 60px 20px;\n  background: #ffffff; \/* Alb absolut *\/\n  font-family: Inter, \"Instrument Sans\", Arial, sans-serif;\n  overflow: hidden;\n  border-top: 1px solid rgba(0,0,0,0.04); \/* Linie abia vizibila sus *\/\n}\n\n.aiwox-brands-minimal-wrap {\n  max-width: 1200px;\n  margin: 0 auto;\n  text-align: center;\n}\n\n\/* Titlu extrem de fin \u0219i elegant *\/\n.aiwox-brands-minimal-title {\n  font-size: 13px;\n  font-weight: 700;\n  color: #94a3b8; \/* Un gri foarte fin (Slate 400) *\/\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  margin: 0 0 40px;\n}\n\n\/* Containerul glisant *\/\n.aiwox-minimal-slider {\n  position: relative;\n  width: 100%;\n  display: flex;\n  overflow: hidden;\n}\n\n\/* Fade fin pe margini ca logourile sa apara natural din alb *\/\n.aiwox-minimal-slider:before,\n.aiwox-minimal-slider:after {\n  content: \"\";\n  position: absolute;\n  top: 0;\n  bottom: 0;\n  width: 120px;\n  z-index: 2;\n  pointer-events: none;\n}\n.aiwox-minimal-slider:before { left: 0; background: linear-gradient(90deg, #ffffff 0%, transparent 100%); }\n.aiwox-minimal-slider:after { right: 0; background: linear-gradient(270deg, #ffffff 0%, transparent 100%); }\n\n.aiwox-minimal-track {\n  display: flex;\n  align-items: center;\n  width: max-content;\n  animation: aiwoxBrandsMinimalLoop 35s linear infinite;\n}\n\n.aiwox-minimal-slider:hover .aiwox-minimal-track {\n  animation-play-state: paused;\n}\n\n\/* Brandurile fara nicio cutie, doar spatiate elegant *\/\n.aiwox-minimal-brand {\n  width: 200px;\n  flex: 0 0 200px;\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  padding: 0 20px;\n  cursor: pointer;\n}\n\n.aiwox-minimal-brand img {\n  max-width: 130px;\n  max-height: 45px;\n  object-fit: contain;\n  \/* Logourile sunt gri si cuminti initial *\/\n  filter: grayscale(100%) opacity(0.35);\n  transition: all 0.4s ease;\n}\n\n\/* La hover isi arata culorile *\/\n.aiwox-minimal-brand:hover img {\n  filter: grayscale(0%) opacity(1);\n}\n\n@keyframes aiwoxBrandsMinimalLoop {\n  0% { transform: translateX(0); }\n  100% { transform: translateX(-50%); }\n}\n\n@media(max-width: 768px) {\n  .aiwox-brands-minimal { padding: 40px 16px; }\n  .aiwox-brands-minimal-title { font-size: 11px; margin-bottom: 30px; }\n  .aiwox-minimal-brand { width: 140px; flex-basis: 140px; }\n  .aiwox-minimal-brand img { max-width: 100px; }\n  .aiwox-minimal-slider:before, .aiwox-minimal-slider:after { width: 60px; }\n}\n<\/style>\n\n<section class=\"aiwox-brands-minimal\">\n  <div class=\"aiwox-brands-minimal-wrap\">\n    \n    <h3 class=\"aiwox-brands-minimal-title\">Branduri Partenere<\/h3>\n\n    <div class=\"aiwox-minimal-slider\">\n      <div class=\"aiwox-minimal-track\">\n        \n        <!-- SET 1 -->\n        <div class=\"aiwox-minimal-brand\"><img decoding=\"async\" src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2025\/12\/okayo.webp\" alt=\"Okayo\"><\/div>\n        <div class=\"aiwox-minimal-brand\"><img decoding=\"async\" src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2025\/12\/enersound.webp\" alt=\"Enersound\"><\/div>\n        <div class=\"aiwox-minimal-brand\"><img decoding=\"async\" src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2025\/12\/persona.webp\" alt=\"Persona\"><\/div>\n        <div class=\"aiwox-minimal-brand\"><img decoding=\"async\" src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2025\/12\/okayo.webp\" alt=\"Okayo\"><\/div>\n        <div class=\"aiwox-minimal-brand\"><img decoding=\"async\" src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2025\/12\/enersound.webp\" alt=\"Enersound\"><\/div>\n        <div class=\"aiwox-minimal-brand\"><img decoding=\"async\" src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2025\/12\/persona.webp\" alt=\"Persona\"><\/div>\n\n        <!-- SET 2 (Clon\u0103 pentru continuitate impecabil\u0103) -->\n        <div class=\"aiwox-minimal-brand\"><img decoding=\"async\" src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2025\/12\/okayo.webp\" alt=\"Okayo\"><\/div>\n        <div class=\"aiwox-minimal-brand\"><img decoding=\"async\" src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2025\/12\/enersound.webp\" alt=\"Enersound\"><\/div>\n        <div class=\"aiwox-minimal-brand\"><img decoding=\"async\" src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2025\/12\/persona.webp\" alt=\"Persona\"><\/div>\n        <div class=\"aiwox-minimal-brand\"><img decoding=\"async\" src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2025\/12\/okayo.webp\" alt=\"Okayo\"><\/div>\n        <div class=\"aiwox-minimal-brand\"><img decoding=\"async\" src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2025\/12\/enersound.webp\" alt=\"Enersound\"><\/div>\n        <div class=\"aiwox-minimal-brand\"><img decoding=\"async\" src=\"https:\/\/aiwox.md\/wp-content\/uploads\/2025\/12\/persona.webp\" alt=\"Persona\"><\/div>\n        \n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-046f112 e-flex e-con-boxed glozin-responsive-column glozin-tablet-column--default glozin-responsive-column glozin-mobile-column--default e-con e-parent\" data-id=\"046f112\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a03f1f4 navigation-class-none navigation-class--mobiledots navigation-class--tabletnone glozin-icon-box__icon-alignment--center glozin-icon-box__icon-position--top elementor-widget elementor-widget-glozin-icon-box-carousel\" data-id=\"a03f1f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show_mobile&quot;:1,&quot;slides_to_show_tablet&quot;:3,&quot;slides_to_show&quot;:3,&quot;slides_to_scroll&quot;:1,&quot;image_spacing_custom&quot;:30,&quot;navigation&quot;:&quot;both&quot;,&quot;speed&quot;:800}\" data-widget_type=\"glozin-icon-box-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"glozin-icon-box-carousel--elementor glozin-carousel--elementor swiper\" data-desktop=\"3\" data-tablet=\"3\" data-mobile=\"1\" style=\"--gz-swiper-items-space-mobile: 30px;\"><div class=\"glozin-icon-box-carousel__wrapper swiper-wrapper\"><div class=\"elementor-repeater-item-3e74bd4 glozin-icon-box icon-type-icon swiper-slide\"><div class=\"glozin-icon-box__icon\"><span class=\"glozin-svg-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\" style=\"fill: none;\"><path d=\"M18.4157 14.3433V10.3784L8.13489 4.44165\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><path d=\"M3.4342 8.06006L13 13.5959L22.5008 8.09252\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><path d=\"M13 23.4108V13.585\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><path d=\"M10.7575 2.68663L4.97255 5.90416C3.66171 6.62999 2.58923 8.44997 2.58923 9.94497V16.0658C2.58923 17.5608 3.66171 19.3808 4.97255 20.1066L10.7575 23.3242C11.9925 24.0067 14.0184 24.0067 15.2534 23.3242L21.0384 20.1066C22.3492 19.3808 23.4217 17.5608 23.4217 16.0658V9.94497C23.4217 8.44997 22.3492 6.62999 21.0384 5.90416L15.2534 2.68663C14.0075 1.99329 11.9925 1.99329 10.7575 2.68663Z\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg><\/span><\/div><div class=\"glozin-icon-box__wrapper\">\t\t\t\t\t\t\t\t<div class=\"glozin-icon-box__title h6\">\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\tLivrare gratuit\u0103\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"glozin-icon-box__content\">Pentru comenzi mai sus de 5000MDL<br class=\"d-none d-block-xl\" \/> Livrare \u00een aceea\u0219i zi \u00een Chi\u0219in\u0103u.<\/div><\/div><\/div><div class=\"elementor-repeater-item-50f8ad0 glozin-icon-box icon-type-icon swiper-slide\"><div class=\"glozin-icon-box__icon\"><span class=\"glozin-svg-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\" style=\"fill: none;\"><path d=\"M9.07837 13L11.6892 15.6216L16.9217 10.3783\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><path d=\"M11.6459 2.65418C12.3934 2.01501 13.6175 2.01501 14.3759 2.65418L16.0875 4.12751C16.4125 4.40918 17.0192 4.63668 17.4525 4.63668H19.2942C20.4425 4.63668 21.385 5.57918 21.385 6.72751V8.56918C21.385 8.99168 21.6125 9.60918 21.8942 9.93418L23.3675 11.6458C24.0067 12.3933 24.0067 13.6175 23.3675 14.3758L21.8942 16.0875C21.6125 16.4125 21.385 17.0192 21.385 17.4525V19.2942C21.385 20.4425 20.4425 21.385 19.2942 21.385H17.4525C17.03 21.385 16.4125 21.6125 16.0875 21.8942L14.3759 23.3675C13.6284 24.0067 12.4042 24.0067 11.6459 23.3675L9.9342 21.8942C9.6092 21.6125 9.00254 21.385 8.5692 21.385H6.69504C5.5467 21.385 4.6042 20.4425 4.6042 19.2942V17.4417C4.6042 17.0192 4.3767 16.4125 4.10587 16.0875L2.64337 14.365C2.01504 13.6175 2.01504 12.4042 2.64337 11.6567L4.10587 9.93418C4.3767 9.60918 4.6042 9.00251 4.6042 8.58001V6.71668C4.6042 5.56835 5.5467 4.62585 6.69504 4.62585H8.5692C8.9917 4.62585 9.6092 4.39835 9.9342 4.11668L11.6459 2.65418Z\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg><\/span><\/div><div class=\"glozin-icon-box__wrapper\">\t\t\t\t\t\t\t\t<div class=\"glozin-icon-box__title h6\">\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\tGaran\u021bie\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"glozin-icon-box__content\">Garan\u021bie<br class=\"d-none d-block-xl\" \/> de minim 1 an.<\/div><\/div><\/div><div class=\"elementor-repeater-item-e734671 glozin-icon-box icon-type-icon swiper-slide\"><div class=\"glozin-icon-box__icon\"><span class=\"glozin-svg-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\" style=\"fill: none;\"><path d=\"M19.4784 11.6892V16.0225C19.4784 16.3042 19.4676 16.575 19.4351 16.835C19.1859 19.76 17.4634 21.2117 14.2892 21.2117H13.8559C13.5851 21.2117 13.3251 21.3417 13.1626 21.5583L11.8626 23.2917C11.2884 24.0608 10.3567 24.0608 9.78258 23.2917L8.48257 21.5583C8.34173 21.3742 8.02758 21.2117 7.78925 21.2117H7.35592C3.90009 21.2117 2.16675 20.3558 2.16675 16.0225V11.6892C2.16675 8.51501 3.62926 6.79251 6.54342 6.54334C6.80342 6.51084 7.07426 6.5 7.35592 6.5H14.2892C17.7451 6.5 19.4784 8.23334 19.4784 11.6892Z\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><path d=\"M23.8118 7.3558V11.6891C23.8118 14.8741 22.3493 16.5858 19.4351 16.835C19.4676 16.575 19.4785 16.3041 19.4785 16.0225V11.6891C19.4785 8.2333 17.7451 6.49996 14.2893 6.49996H7.35596C7.07429 6.49996 6.80346 6.5108 6.54346 6.5433C6.79262 3.62914 8.51512 2.16663 11.6893 2.16663H18.6226C22.0784 2.16663 23.8118 3.89997 23.8118 7.3558Z\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><path d=\"M14.62 14.3542H14.6298\" stroke=\"currentColor\" stroke-width=\"2.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><path d=\"M10.8285 14.3542H10.8383\" stroke=\"currentColor\" stroke-width=\"2.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><path d=\"M7.03679 14.3542H7.04654\" stroke=\"currentColor\" stroke-width=\"2.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg><\/span><\/div><div class=\"glozin-icon-box__wrapper\">\t\t\t\t\t\t\t\t<div class=\"glozin-icon-box__title h6\">\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\tSuport online\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"glozin-icon-box__content\">Oferim suport clien\u021bilor 24\/7, trimite\u021bi-ne \u00eentreb\u0103rile<br class=\"d-none d-block-xl\" \/> \u0219i le vom rezolva imediat pentru dumneavoastr\u0103.<\/div><\/div><\/div><\/div><div class=\"swiper-arrows\"><span class=\"glozin-svg-icon glozin-svg-icon--left-mini elementor-swiper-button-prev swiper-button-prev swiper-button\" ><svg aria-hidden=\"true\" role=\"img\" focusable=\"false\" width=\"7\" height=\"11\" viewBox=\"0 0 7 11\" fill=\"currentColor\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M5.5 11L0 5.5L5.5 0L6.47625 0.97625L1.9525 5.5L6.47625 10.0238L5.5 11Z\" fill=\"currentColor\"\/><\/svg><\/span><span class=\"glozin-svg-icon glozin-svg-icon--right-mini elementor-swiper-button-next swiper-button-next swiper-button\" ><svg aria-hidden=\"true\" role=\"img\" focusable=\"false\" width=\"7\" height=\"11\" viewBox=\"0 0 7 11\" fill=\"currentColor\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M1.5 11L7 5.5L1.5 0L0.52375 0.97625L5.0475 5.5L0.52375 10.0238L1.5 11Z\" fill=\"currentColor\"\/><\/svg><\/span><\/div><div class=\"swiper-pagination \"><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-32e7d8d e-flex e-con-boxed glozin-responsive-column glozin-tablet-column--default glozin-responsive-column glozin-mobile-column--default e-con e-parent\" data-id=\"32e7d8d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-46e4ecc elementor-widget elementor-widget-glozin-heading\" data-id=\"46e4ecc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"glozin-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"glozin-heading-elementor\">\n\t\t\t\t<div class=\"glozin-heading d-flex align-items-center my-0 glozin-heading--default\">\n\t\t\t\t\tCENTRU DE AJUTOR\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-78bc2a1 elementor-widget elementor-widget-glozin-heading\" data-id=\"78bc2a1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"glozin-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"glozin-heading-elementor\">\n\t\t\t\t<h3 class=\"glozin-heading d-flex align-items-center my-0 glozin-heading--default\">\n\t\t\t\t\tSuport online 24\/7\t\t\t\t<\/h3>\n\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-01dcd87 navigation-class-none navigation-class--mobiledots navigation-class--tabletdots glozin-icon-box__icon-alignment--left glozin-icon-box__icon-position--left glozin-icon-box__vertical-align-middle elementor-widget__width-initial elementor-widget elementor-widget-glozin-icon-box-carousel\" data-id=\"01dcd87\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show_mobile&quot;:1,&quot;slides_to_show_tablet&quot;:2,&quot;image_spacing_custom&quot;:20,&quot;slides_to_show&quot;:2,&quot;slides_to_scroll&quot;:1,&quot;navigation&quot;:&quot;both&quot;,&quot;speed&quot;:800}\" data-widget_type=\"glozin-icon-box-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"glozin-icon-box-carousel--elementor glozin-carousel--elementor swiper\" data-desktop=\"2\" data-tablet=\"2\" data-mobile=\"1\" style=\"--gz-swiper-items-space: 20px;--gz-swiper-items-space-tablet: 20px;--gz-swiper-items-space-mobile: 20px;\"><div class=\"glozin-icon-box-carousel__wrapper swiper-wrapper\"><div class=\"elementor-repeater-item-3e74bd4 glozin-icon-box icon-type-icon swiper-slide\"><div class=\"glozin-icon-box__icon\"><span class=\"glozin-svg-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 28 28\" fill=\"none\" width=\"32\" height=\"30\" style=\"fill: none;\"><path d=\"M25.0039 20.963C25.0039 21.359 24.9158 21.766 24.7285 22.162C24.5412 22.558 24.2989 22.932 23.9794 23.284C23.4396 23.878 22.8447 24.307 22.1727 24.582C21.5117 24.857 20.7956 25 20.0244 25C18.9008 25 17.7 24.736 16.4331 24.197C15.1662 23.658 13.8993 22.932 12.6434 22.019C11.3765 21.095 10.1757 20.072 9.02995 18.939C7.89524 17.795 6.87071 16.596 5.95634 15.342C5.05298 14.088 4.32589 12.834 3.7971 11.591C3.2683 10.337 3.00391 9.138 3.00391 7.994C3.00391 7.246 3.1361 6.531 3.4005 5.871C3.6649 5.2 4.08353 4.584 4.6674 4.034C5.37246 3.341 6.14362 3 6.95884 3C7.2673 3 7.57577 3.066 7.85118 3.198C8.13761 3.33 8.39099 3.528 8.58929 3.814L11.1451 7.411C11.3434 7.686 11.4866 7.939 11.5858 8.181C11.6849 8.412 11.74 8.643 11.74 8.852C11.74 9.116 11.6629 9.38 11.5087 9.633C11.3655 9.886 11.1561 10.15 10.8917 10.414L10.0545 11.283C9.9333 11.404 9.87822 11.547 9.87822 11.723C9.87822 11.811 9.88924 11.888 9.91127 11.976C9.94432 12.064 9.97737 12.13 9.9994 12.196C10.1977 12.559 10.5392 13.032 11.0239 13.604C11.5197 14.176 12.0485 14.759 12.6213 15.342C13.2162 15.925 13.7891 16.464 14.373 16.959C14.9458 17.443 15.4195 17.773 15.7941 17.971C15.8492 17.993 15.9153 18.026 15.9924 18.059C16.0805 18.092 16.1687 18.103 16.2678 18.103C16.4551 18.103 16.5983 18.037 16.7195 17.916L17.5567 17.091C17.8322 16.816 18.0966 16.607 18.3499 16.475C18.6033 16.321 18.8567 16.244 19.1321 16.244C19.3414 16.244 19.5617 16.288 19.8041 16.387C20.0465 16.486 20.2999 16.629 20.5753 16.816L24.2217 19.401C24.5082 19.599 24.7065 19.83 24.8276 20.105C24.9378 20.38 25.0039 20.655 25.0039 20.963Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"><\/path><path d=\"M21.0039 11C21.0039 10.3143 20.4668 9.26286 19.6668 8.40571C18.9353 7.61714 17.9639 7 17.0039 7\" stroke=\"#D0473E\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><path d=\"M25.0039 11C25.0039 6.57714 21.4268 3 17.0039 3\" stroke=\"#D0473E\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg><\/span><\/div><div class=\"glozin-icon-box__wrapper\">\t\t\t\t\t\t\t\t<div class=\"glozin-icon-box__title h6\">\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\tApel\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"glozin-icon-box__content\">sun\u0103 acum +373 62 057 777<\/div><\/div><\/div><div class=\"elementor-repeater-item-e734671 glozin-icon-box icon-type-icon swiper-slide\"><div class=\"glozin-icon-box__icon\"><span class=\"glozin-svg-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"32\" height=\"30\" viewBox=\"0 0 28 28\" fill=\"none\" style=\"fill: none;\"><path d=\"M26.0039 12.2353V18.1176C26.0039 22.2353 23.6039 24 20.0039 24H8.00391C4.40391 24 2.00391 22.2353 2.00391 18.1176V9.88235C2.00391 5.76471 4.40391 4 8.00391 4H16.4039\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><path d=\"M8 10L11.8834 13.2103C13.1613 14.2632 15.2581 14.2632 16.536 13.2103L18 12.0032\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><path d=\"M23 9C24.6569 9 26 7.65685 26 6C26 4.34315 24.6569 3 23 3C21.3431 3 20 4.34315 20 6C20 7.65685 21.3431 9 23 9Z\" stroke=\"#D0473E\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg><\/span><\/div><div class=\"glozin-icon-box__wrapper\">\t\t\t\t\t\t\t\t<div class=\"glozin-icon-box__title h6\">\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\tEmail\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"glozin-icon-box__content\">sales@aiwox.md<\/div><\/div><\/div><\/div><div class=\"swiper-arrows\"><span class=\"glozin-svg-icon glozin-svg-icon--left-mini elementor-swiper-button-prev swiper-button-prev swiper-button\" ><svg aria-hidden=\"true\" role=\"img\" focusable=\"false\" width=\"7\" height=\"11\" viewBox=\"0 0 7 11\" fill=\"currentColor\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M5.5 11L0 5.5L5.5 0L6.47625 0.97625L1.9525 5.5L6.47625 10.0238L5.5 11Z\" fill=\"currentColor\"\/><\/svg><\/span><span class=\"glozin-svg-icon glozin-svg-icon--right-mini elementor-swiper-button-next swiper-button-next swiper-button\" ><svg aria-hidden=\"true\" role=\"img\" focusable=\"false\" width=\"7\" height=\"11\" viewBox=\"0 0 7 11\" fill=\"currentColor\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M1.5 11L7 5.5L1.5 0L0.52375 0.97625L5.0475 5.5L0.52375 10.0238L1.5 11Z\" fill=\"currentColor\"\/><\/svg><\/span><\/div><div class=\"swiper-pagination \"><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9a6545c elementor-widget elementor-widget-glozin-heading\" data-id=\"9a6545c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"glozin-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"glozin-heading-elementor\">\n\t\t\t\t<div class=\"glozin-heading d-flex align-items-center my-0 glozin-heading--default\">\n\t\t\t\t\tDescoper\u0103 la AIWOX o gam\u0103 variat\u0103 de produse inteligente, g\u00e2ndite s\u0103 \u00ee\u021bi ofere control, confort \u0219i performan\u021b\u0103 \u00eentr-o lume din ce \u00een ce mai conectat\u0103.\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Accesorii electronice C\u0103\u0219ti \u00cenc\u0103rc\u0103toare Chio\u0219curi digitale Dispozitive AI Asistent AI Traductoare Dispozitive digitale Echipamente traducere Emi\u021b\u0103toare Receptoare Tourguide Gadgeturi Ceasuri Inele Ochelari inteligen\u021bi Tehnic\u0103 audio-video Proiec\u021bie video Camere video Microfoane Mixere Pl\u0103ci sunet Microfoane MicrofonInteligent Claritate impecabil\u0103 a vocii cu noul Gonsin, creat pentru conferin\u021be \u0219i profesioni\u0219ti. Vezi detalii Ceasuri inteligente CeasS\u0103n\u0103tate Monitorizeaz\u0103-\u021bi antrenamentele \u0219i [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-3021","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.7 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Gadgeturi Inteligente AIWOX - Sisteme Tourguide si Ochelari AI<\/title>\n<meta name=\"description\" content=\"Descopera gama completa de gadgeturi inteligente la AIWOX. Oferim sisteme tourguide, ochelari cu inteligenta artificiala si ecrane digitale 4K pentru afaceri.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/aiwox.md\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Pagina principal\u0103\" \/>\n<meta property=\"og:description\" content=\"Descopera gama completa de gadgeturi inteligente la AIWOX. Oferim sisteme tourguide, ochelari cu inteligenta artificiala si ecrane digitale 4K pentru afaceri.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/aiwox.md\/\" \/>\n<meta property=\"og:site_name\" content=\"AiWOX\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/share\/1BoD4o3dnP\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-11T08:36:10+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/aiwox.md\/wp-content\/uploads\/2026\/05\/gonsinBannerMain.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"15 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/aiwox.md\\\/\",\"url\":\"https:\\\/\\\/aiwox.md\\\/\",\"name\":\"Gadgeturi Inteligente AIWOX - Sisteme Tourguide si Ochelari AI\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/aiwox.md\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/aiwox.md\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/aiwox.md\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/aiwox.md\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/gonsinBannerMain.png\",\"datePublished\":\"2025-05-22T11:02:34+00:00\",\"dateModified\":\"2026-06-11T08:36:10+00:00\",\"description\":\"Descopera gama completa de gadgeturi inteligente la AIWOX. Oferim sisteme tourguide, ochelari cu inteligenta artificiala si ecrane digitale 4K pentru afaceri.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/aiwox.md\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/aiwox.md\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/aiwox.md\\\/#primaryimage\",\"url\":\"https:\\\/\\\/aiwox.md\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/gonsinBannerMain.png\",\"contentUrl\":\"https:\\\/\\\/aiwox.md\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/gonsinBannerMain.png\",\"width\":1556,\"height\":1011},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/aiwox.md\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/aiwox.md\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Pagina principal\u0103\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/aiwox.md\\\/#website\",\"url\":\"https:\\\/\\\/aiwox.md\\\/\",\"name\":\"AIWOX\",\"description\":\"Tehnica inteligenta si gadgeturi de ultima generatie\",\"publisher\":{\"@id\":\"https:\\\/\\\/aiwox.md\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/aiwox.md\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/aiwox.md\\\/#organization\",\"name\":\"AIWOX\",\"url\":\"https:\\\/\\\/aiwox.md\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/aiwox.md\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/aiwox.md\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/logo4-copy.png\",\"contentUrl\":\"https:\\\/\\\/aiwox.md\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/logo4-copy.png\",\"width\":588,\"height\":145,\"caption\":\"AIWOX\"},\"image\":{\"@id\":\"https:\\\/\\\/aiwox.md\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/share\\\/1BoD4o3dnP\\\/\",\"https:\\\/\\\/www.instagram.com\\\/aiwox.md\",\"https:\\\/\\\/www.tiktok.com\\\/@aiwox.md\",\"https:\\\/\\\/www.youtube.com\\\/AiwoxMoldova\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Gadgeturi Inteligente AIWOX - Sisteme Tourguide si Ochelari AI","description":"Descopera gama completa de gadgeturi inteligente la AIWOX. Oferim sisteme tourguide, ochelari cu inteligenta artificiala si ecrane digitale 4K pentru afaceri.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/aiwox.md\/","og_locale":"en_US","og_type":"article","og_title":"Pagina principal\u0103","og_description":"Descopera gama completa de gadgeturi inteligente la AIWOX. Oferim sisteme tourguide, ochelari cu inteligenta artificiala si ecrane digitale 4K pentru afaceri.","og_url":"https:\/\/aiwox.md\/","og_site_name":"AiWOX","article_publisher":"https:\/\/www.facebook.com\/share\/1BoD4o3dnP\/","article_modified_time":"2026-06-11T08:36:10+00:00","og_image":[{"url":"https:\/\/aiwox.md\/wp-content\/uploads\/2026\/05\/gonsinBannerMain.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"15 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/aiwox.md\/","url":"https:\/\/aiwox.md\/","name":"Gadgeturi Inteligente AIWOX - Sisteme Tourguide si Ochelari AI","isPartOf":{"@id":"https:\/\/aiwox.md\/#website"},"primaryImageOfPage":{"@id":"https:\/\/aiwox.md\/#primaryimage"},"image":{"@id":"https:\/\/aiwox.md\/#primaryimage"},"thumbnailUrl":"https:\/\/aiwox.md\/wp-content\/uploads\/2026\/05\/gonsinBannerMain.png","datePublished":"2025-05-22T11:02:34+00:00","dateModified":"2026-06-11T08:36:10+00:00","description":"Descopera gama completa de gadgeturi inteligente la AIWOX. Oferim sisteme tourguide, ochelari cu inteligenta artificiala si ecrane digitale 4K pentru afaceri.","breadcrumb":{"@id":"https:\/\/aiwox.md\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/aiwox.md\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/aiwox.md\/#primaryimage","url":"https:\/\/aiwox.md\/wp-content\/uploads\/2026\/05\/gonsinBannerMain.png","contentUrl":"https:\/\/aiwox.md\/wp-content\/uploads\/2026\/05\/gonsinBannerMain.png","width":1556,"height":1011},{"@type":"BreadcrumbList","@id":"https:\/\/aiwox.md\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/aiwox.md\/"},{"@type":"ListItem","position":2,"name":"Pagina principal\u0103"}]},{"@type":"WebSite","@id":"https:\/\/aiwox.md\/#website","url":"https:\/\/aiwox.md\/","name":"AIWOX","description":"Tehnica inteligenta si gadgeturi de ultima generatie","publisher":{"@id":"https:\/\/aiwox.md\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/aiwox.md\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/aiwox.md\/#organization","name":"AIWOX","url":"https:\/\/aiwox.md\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/aiwox.md\/#\/schema\/logo\/image\/","url":"https:\/\/aiwox.md\/wp-content\/uploads\/2026\/01\/logo4-copy.png","contentUrl":"https:\/\/aiwox.md\/wp-content\/uploads\/2026\/01\/logo4-copy.png","width":588,"height":145,"caption":"AIWOX"},"image":{"@id":"https:\/\/aiwox.md\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/share\/1BoD4o3dnP\/","https:\/\/www.instagram.com\/aiwox.md","https:\/\/www.tiktok.com\/@aiwox.md","https:\/\/www.youtube.com\/AiwoxMoldova"]}]}},"_links":{"self":[{"href":"https:\/\/aiwox.md\/en\/wp-json\/wp\/v2\/pages\/3021","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aiwox.md\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/aiwox.md\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/aiwox.md\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/aiwox.md\/en\/wp-json\/wp\/v2\/comments?post=3021"}],"version-history":[{"count":0,"href":"https:\/\/aiwox.md\/en\/wp-json\/wp\/v2\/pages\/3021\/revisions"}],"wp:attachment":[{"href":"https:\/\/aiwox.md\/en\/wp-json\/wp\/v2\/media?parent=3021"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}