Actual Tools - Actual Window Minimizer 8 PC CD Key

Egyéb

Actual Tools - Actual Window Minimizer 8 PC CD Key

801 Ft 961 Ft
2.02 € 2.42 €

Actual Tools - Actual Window Rollup 8 PC CD Key

Egyéb

Actual Tools - Actual Window Rollup 8 PC CD Key

679 Ft 815 Ft
1.71 € 2.05 €

Ad Infinitum (Steam)

Egyéb

Ad Infinitum (Steam)

908 Ft 1,090 Ft
2.29 € 2.75 €

Ad Infinitum PS5 Account

Egyéb

Ad Infinitum PS5 Account

4,900 Ft 5,880 Ft
12.35 € 14.82 €

Ad Infinitum Supporter Edition ROW (Steam)

Egyéb

Ad Infinitum Supporter Edition ROW (Steam)

14,722 Ft 17,666 Ft
37.09 € 44.51 €

Adam and Eve: The Game - Chapter 1

Egyéb

Adam and Eve: The Game - Chapter 1

400 Ft 480 Ft
1.01 € 1.21 €

Adam Wolfe PS4 Account

Egyéb

Adam Wolfe PS4 Account

11,569 Ft 13,883 Ft
29.15 € 34.98 €

Adam

Egyéb

Adam's Venture: Origins (EU)

729 Ft 875 Ft
1.84 € 2.20 €

Adam\

Egyéb

Adam\'s Venture Chronicles

5,356 Ft 6,427 Ft
13.49 € 16.19 €

Adam\

Egyéb

Adam\'s Venture: Origins (Xbox One) (EU)

4,166 Ft 4,999 Ft
10.50 € 12.60 €

Adelantado 4 Aztec Skulls

Egyéb

Adelantado 4 Aztec Skulls

596 Ft 715 Ft
1.50 € 1.80 €

Adelantado Trilogy: Book one

Egyéb

Adelantado Trilogy: Book one

596 Ft 715 Ft
1.50 € 1.80 €

Adelantado Trilogy: Book Two

Egyéb

Adelantado Trilogy: Book Two

596 Ft 715 Ft
1.50 € 1.80 €

AdGuard Premium Family Key (1 Year / 9 Devices)

Egyéb

AdGuard Premium Family Key (1 Year / 9 Devices)

23,237 Ft 27,884 Ft
58.55 € 70.26 €

AdGuard Premium Family Key (Lifetime / 9 Devices)

Egyéb

AdGuard Premium Family Key (Lifetime / 9 Devices)

62,093 Ft 74,512 Ft
156.45 € 187.74 €

AdGuard Premium Personal Key (1 Year / 3 Devices)

Egyéb

AdGuard Premium Personal Key (1 Year / 3 Devices)

11,599 Ft 13,919 Ft
29.22 € 35.07 €

AdGuard Premium Personal Key (Lifetime / 3 Devices)

Egyéb

AdGuard Premium Personal Key (Lifetime / 3 Devices)

29,103 Ft 34,924 Ft
73.33 € 87.99 €

Adobe Acrobat Pro - 1 Month Subscription Key

Egyéb

Adobe Acrobat Pro - 1 Month Subscription Key

1,318 Ft 1,582 Ft
3.32 € 3.98 €

Adobe Acrobat Pro - 12 Months Subscription Key

Egyéb

Adobe Acrobat Pro - 12 Months Subscription Key

127,114 Ft 152,537 Ft
320.28 € 384.33 €

Adobe Acrobat Pro - 12 Months Subscription Key EU

Egyéb

Adobe Acrobat Pro - 12 Months Subscription Key EU

127,114 Ft 152,537 Ft
320.28 € 384.33 €

Adobe Acrobat Standard - 1 Month Subscription Key

Egyéb

Adobe Acrobat Standard - 1 Month Subscription Key

395 Ft 474 Ft
1.00 € 1.19 €

Adobe Acrobat Standard - 1 Month Subscription Key RoW

Egyéb

Adobe Acrobat Standard - 1 Month Subscription Key RoW

273 Ft 328 Ft
0.69 € 0.83 €

Adobe Acrobat Standard - 1 Month Subscription Key RoW v2

Egyéb

Adobe Acrobat Standard - 1 Month Subscription Key RoW v2

273 Ft 328 Ft
0.69 € 0.83 €

Adobe Acrobat Standard - 12 Months Subscription Key

Egyéb

Adobe Acrobat Standard - 12 Months Subscription Key

82,624 Ft 99,149 Ft
208.18 € 249.81 €

const mainCategoryItems = document.querySelectorAll('.main-category-item'); const subCategories = document.querySelectorAll('.sub-categories'); // Touch device detection const hasHover = window.matchMedia('(hover: hover)').matches; const isMobile = window.innerWidth <= 991; // Show first category by default if (mainCategoryItems.length > 0 && subCategories.length > 0) { mainCategoryItems[0].classList.add('active'); subCategories[0].classList.add('active'); } // Main category item hover handlers mainCategoryItems.forEach(function(item, index) { item.addEventListener('mouseenter', function() { // Remove active class from all items mainCategoryItems.forEach(function(otherItem) { otherItem.classList.remove('active'); }); // Hide all sub-categories subCategories.forEach(function(subCat) { subCat.classList.remove('active'); }); // Add active class to hovered item item.classList.add('active'); // Show corresponding sub-category if (subCategories[index]) { subCategories[index].classList.add('active'); } }); }); // Touch device support if (!hasHover || isMobile) { let touchStartY = 0; let touchEndY = 0; megaDropdownContent.addEventListener('touchstart', function(e) { touchStartY = e.changedTouches[0].screenY; }); megaDropdownContent.addEventListener('touchend', function(e) { touchEndY = e.changedTouches[0].screenY; handleSwipe(); }); function handleSwipe() { const swipeThreshold = 50; const swipeDistance = touchStartY - touchEndY; // Swipe up to close menu if (swipeDistance > swipeThreshold) { closeMobileMenu(); } } } function closeMobileMenu() { megaDropdownContent.style.display = 'none'; mainCategoryItems.forEach(function(item) { item.classList.remove('active'); }); subCategories.forEach(function(subCat) { subCat.classList.remove('active'); }); } // Mobil kategória menü JavaScript document.addEventListener('DOMContentLoaded', function() { const mobileCategoriesToggle = document.querySelector('.mobile-categories-toggle'); const mobileCategoriesMenu = document.querySelector('.mobile-categories-menu'); const mobileCategoryItems = document.querySelectorAll('.mobile-category-item'); // Mobil kategória menü fő toggle if (mobileCategoriesToggle) { mobileCategoriesToggle.addEventListener('click', function(e) { e.preventDefault(); mobileCategoriesMenu.classList.toggle('active'); }); } // Mobil alkategóriák toggle mobileCategoryItems.forEach(function(item) { const link = item.querySelector('a'); link.addEventListener('click', function(e) { e.preventDefault(); // Zárjuk be az összes másik kategóriát mobileCategoryItems.forEach(function(otherItem) { if (otherItem !== item) { otherItem.classList.remove('active'); } }); // Toggle az aktuális kategória const subcategories = item.querySelector('.mobile-subcategories'); const isActive = item.classList.contains('active'); if (!isActive) { // Ha megnyitjuk, először állítsuk be a display: block-ot subcategories.style.display = 'block'; // Kis késleltetés után adjuk hozzá az active osztályt az animációhoz setTimeout(() => { item.classList.add('active'); }, 10); } else { // Ha bezárjuk, távolítsuk el az active osztályt item.classList.remove('active'); // Várjuk meg az animáció végét, majd rejtsük el setTimeout(() => { if (!item.classList.contains('active')) { subcategories.style.display = 'none'; } }, 300); } }); }); // Kattintás a hamburger menü kívülre zárja a kategória menüt document.addEventListener('click', function(e) { if (!e.target.closest('.mobile-categories-menu') && !e.target.closest('.menu-toggle')) { mobileCategoriesMenu.classList.remove('active'); mobileCategoryItems.forEach(function(item) { item.classList.remove('active'); }); } }); });