in allen Kategorien
in Computer
in Telekommunikation
in Hifi | Audio
in TV | Video | Foto
in Haushalt
in Freizeit
in Mode & Accessoires
in Haus & Garten
in Beauty & Gesundheit
in Auto & Motorrad
Sina Hettrich
Kirchäckerstraße 53
73061 Ebersbach an der Fils

Hast Du bereits ein Produkt von diesem Shop gekauft? Dann teile uns Deine Erfahrung mit!

Jetzt bewerten

Hast Du bereits ein Produkt von diesem Shop gekauft? Dann teile uns Deine Erfahrung mit!

Jetzt bewerten

Beliebte Angebote


  • Firebat A6
    474,99
    Firebat A6
  • Firebat AM02 | H 255
  • Bosgame P3 Mix - 32 GB / 1 TB
  • Bosgame P3 Mix - 16 GB / 512 GB
  • Firebat F2
    464,99
    Firebat F2
  • Firebat R3
    324,99
    Firebat R3
  • Firebat F1
    499,99
    Firebat F1
  • Bosgame M6
    999,99
    Bosgame M6
  • Geekom A9 Max
    1.459,99
    Geekom A9 Max
  • Anzeige

    Angebote

    Beste Treffer
    Bosgame E2
    Bosgame E2
    .bpg-container { font-family: inherit; color: #1a1a1a; line-height: 1.6; max-width: 900px; margin: 0 auto; padding: 15px; } /* â"€â"€ HEADER GRID â"€â"€ */ .bpg-header-area { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 35px; } .bpg-tile { background: #fcfcfc; border: 1px solid #eee; border-radius: 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); text-align: center; } /* â"€â"€ CPU TILE â€" FLOWING GRADIENT BORDER â"€â"€ */ .bpg-tile-cpu { grid-column: span 2; padding: 22px 15px; font-size: 1.4rem; font-weight: 900; letter-spacing: -0.02em; background: #fff; border: none; position: relative; overflow: visible; z-index: 1; } .bpg-tile-cpu::before { content: ''; position: absolute; inset: -1px; border-radius: 11px; background: linear-gradient(90deg, #1C7E97, #2EACC7, #1C7E97); background-size: 300% 100%; background-position: 0% 50%; z-index: -2; transition: background-position 0.4s ease; } .bpg-tile-cpu::after { content: ''; position: absolute; inset: 1px; border-radius: 10px; background: #fff; z-index: -1; } @keyframes borderFlow { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } .bpg-tile-cpu:hover::before { background: linear-gradient(90deg, #155E72, #1C7E97, #5DC4D9, #2EACC7, #155E72, #1C7E97, #5DC4D9); background-size: 300% 100%; animation: borderFlow 3s ease infinite; filter: brightness(1.1); } .bpg-tile-cpu:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(28,126,151,0.12); } .bpg-usecase-tag { position: absolute; top: -10px; z-index: 2; left: 50%; transform: translateX(-50%); } .bpg-uc { position: absolute; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, #155E72, #1C7E97, #2EACC7); color: #fff; font-size: 0.65rem; font-weight: 800; text-transform: uppercase; padding: 3px 12px; border-radius: 20px; letter-spacing: 0.08em; white-space: nowrap; opacity: 0; } .bpg-uc:first-child { opacity: 1; } /* â"€â"€ RAM / SSD TILES â€" SHIMMER ON HOVER â"€â"€ */ .bpg-tile-mem { padding: 12px; font-size: 0.95rem; font-weight: 700; position: relative; overflow: hidden; } .bpg-tile-mem::after { content: ''; position: absolute; top: 0; left: -100%; width: 60%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent); transition: none; pointer-events: none; } .bpg-tile-mem:hover { border-color: #1C7E97; transform: translateY(-2px); box-shadow: 0 6px 16px rgba(28,126,151,0.10); } .bpg-tile-mem:hover::after { animation: shimmer 0.6s ease forwards; } @keyframes shimmer { to { left: 120%; } } /* â"€â"€ SPECIAL TILES â€" PULSE BORDER ON HOVER â"€â"€ */ .bpg-tile-special { padding: 10px; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: #555; background: #f9f9f9; position: relative; } .bpg-tile-special:hover { border-color: #1C7E97; color: #155E72; transform: translateY(-2px); box-shadow: 0 6px 14px rgba(28,126,151,0.08); animation: tilePulse 1.5s ease infinite; } @keyframes tilePulse { 0%, 100% { box-shadow: 0 6px 14px rgba(28,126,151,0.08); } 50% { box-shadow: 0 6px 20px rgba(28,126,151,0.16); } } /* â"€â"€ INTRO TEXT â€" ANIMATED BORDER LEFT â"€â"€ */ .bpg-intro-text { font-size: 1.1rem; font-weight: 400; margin-bottom: 40px; color: #333; border-left: 4px solid #1a1a1a; padding-left: 20px; background: linear-gradient(90deg, #fcfcfc 0%, transparent 100%); padding-top: 10px; padding-bottom: 10px; position: relative; transition: all 0.4s ease; } .bpg-intro-text:hover { border-left-color: #1C7E97; border-left-width: 6px; padding-left: 22px; background: linear-gradient(90deg, rgba(28,126,151,0.04) 0%, transparent 100%); } /* â"€â"€ SECTION LABELS â€" DRAW-IN LINE â"€â"€ */ .bpg-label { font-size: 0.85rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.15em; color: #888; margin: 50px 0 20px 0; display: block
    349,99
    Versand: frei!
    Bosgame E4 - 1 TB
    Bosgame E4 - 1 TB
    .bpg-container { font-family: inherit; color: #1a1a1a; line-height: 1.6; max-width: 900px; margin: 0 auto; padding: 15px; } /* â"€â"€ HEADER GRID â"€â"€ */ .bpg-header-area { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 35px; } .bpg-tile { background: #fcfcfc; border: 1px solid #eee; border-radius: 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); text-align: center; } /* â"€â"€ CPU TILE â€" FLOWING GRADIENT BORDER â"€â"€ */ .bpg-tile-cpu { grid-column: span 2; padding: 22px 15px; font-size: 1.4rem; font-weight: 900; letter-spacing: -0.02em; background: #fff; border: none; position: relative; overflow: visible; z-index: 1; } .bpg-tile-cpu::before { content: ''; position: absolute; inset: -1px; border-radius: 11px; background: linear-gradient(90deg, #1C7E97, #2EACC7, #1C7E97); background-size: 300% 100%; background-position: 0% 50%; z-index: -2; transition: background-position 0.4s ease; } .bpg-tile-cpu::after { content: ''; position: absolute; inset: 1px; border-radius: 10px; background: #fff; z-index: -1; } @keyframes borderFlow { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } .bpg-tile-cpu:hover::before { background: linear-gradient(90deg, #155E72, #1C7E97, #5DC4D9, #2EACC7, #155E72, #1C7E97, #5DC4D9); background-size: 300% 100%; animation: borderFlow 3s ease infinite; filter: brightness(1.1); } .bpg-tile-cpu:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(28,126,151,0.12); } .bpg-usecase-tag { position: absolute; top: -10px; z-index: 2; left: 50%; transform: translateX(-50%); } .bpg-uc { position: absolute; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, #155E72, #1C7E97, #2EACC7); color: #fff; font-size: 0.65rem; font-weight: 800; text-transform: uppercase; padding: 3px 12px; border-radius: 20px; letter-spacing: 0.08em; white-space: nowrap; opacity: 0; } .bpg-uc:first-child { opacity: 1; } /* â"€â"€ RAM / SSD TILES â€" SHIMMER ON HOVER â"€â"€ */ .bpg-tile-mem { padding: 12px; font-size: 0.95rem; font-weight: 700; position: relative; overflow: hidden; } .bpg-tile-mem::after { content: ''; position: absolute; top: 0; left: -100%; width: 60%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent); transition: none; pointer-events: none; } .bpg-tile-mem:hover { border-color: #1C7E97; transform: translateY(-2px); box-shadow: 0 6px 16px rgba(28,126,151,0.10); } .bpg-tile-mem:hover::after { animation: shimmer 0.6s ease forwards; } @keyframes shimmer { to { left: 120%; } } /* â"€â"€ SPECIAL TILES â€" PULSE BORDER ON HOVER â"€â"€ */ .bpg-tile-special { padding: 10px; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: #555; background: #f9f9f9; position: relative; } .bpg-tile-special:hover { border-color: #1C7E97; color: #155E72; transform: translateY(-2px); box-shadow: 0 6px 14px rgba(28,126,151,0.08); animation: tilePulse 1.5s ease infinite; } @keyframes tilePulse { 0%, 100% { box-shadow: 0 6px 14px rgba(28,126,151,0.08); } 50% { box-shadow: 0 6px 20px rgba(28,126,151,0.16); } } /* â"€â"€ INTRO TEXT â€" ANIMATED BORDER LEFT â"€â"€ */ .bpg-intro-text { font-size: 1.1rem; font-weight: 400; margin-bottom: 40px; color: #333; border-left: 4px solid #1a1a1a; padding-left: 20px; background: linear-gradient(90deg, #fcfcfc 0%, transparent 100%); padding-top: 10px; padding-bottom: 10px; position: relative; transition: all 0.4s ease; } .bpg-intro-text:hover { border-left-color: #1C7E97; border-left-width: 6px; padding-left: 22px; background: linear-gradient(90deg, rgba(28,126,151,0.04) 0%, transparent 100%); } /* â"€â"€ SECTION LABELS â€" DRAW-IN LINE â"€â"€ */ .bpg-label { font-size: 0.85rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.15em; color: #888; margin: 50px 0 20px 0; display: block
    399,99
    Versand: frei!
    Bosgame E4 - 512 GB
    Bosgame E4 - 512 GB
    .bpg-container { font-family: inherit; color: #1a1a1a; line-height: 1.6; max-width: 900px; margin: 0 auto; padding: 15px; } /* â"€â"€ HEADER GRID â"€â"€ */ .bpg-header-area { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 35px; } .bpg-tile { background: #fcfcfc; border: 1px solid #eee; border-radius: 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); text-align: center; } /* â"€â"€ CPU TILE â€" FLOWING GRADIENT BORDER â"€â"€ */ .bpg-tile-cpu { grid-column: span 2; padding: 22px 15px; font-size: 1.4rem; font-weight: 900; letter-spacing: -0.02em; background: #fff; border: none; position: relative; overflow: visible; z-index: 1; } .bpg-tile-cpu::before { content: ''; position: absolute; inset: -1px; border-radius: 11px; background: linear-gradient(90deg, #1C7E97, #2EACC7, #1C7E97); background-size: 300% 100%; background-position: 0% 50%; z-index: -2; transition: background-position 0.4s ease; } .bpg-tile-cpu::after { content: ''; position: absolute; inset: 1px; border-radius: 10px; background: #fff; z-index: -1; } @keyframes borderFlow { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } .bpg-tile-cpu:hover::before { background: linear-gradient(90deg, #155E72, #1C7E97, #5DC4D9, #2EACC7, #155E72, #1C7E97, #5DC4D9); background-size: 300% 100%; animation: borderFlow 3s ease infinite; filter: brightness(1.1); } .bpg-tile-cpu:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(28,126,151,0.12); } .bpg-usecase-tag { position: absolute; top: -10px; z-index: 2; left: 50%; transform: translateX(-50%); } .bpg-uc { position: absolute; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, #155E72, #1C7E97, #2EACC7); color: #fff; font-size: 0.65rem; font-weight: 800; text-transform: uppercase; padding: 3px 12px; border-radius: 20px; letter-spacing: 0.08em; white-space: nowrap; opacity: 0; } .bpg-uc:first-child { opacity: 1; } /* â"€â"€ RAM / SSD TILES â€" SHIMMER ON HOVER â"€â"€ */ .bpg-tile-mem { padding: 12px; font-size: 0.95rem; font-weight: 700; position: relative; overflow: hidden; } .bpg-tile-mem::after { content: ''; position: absolute; top: 0; left: -100%; width: 60%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent); transition: none; pointer-events: none; } .bpg-tile-mem:hover { border-color: #1C7E97; transform: translateY(-2px); box-shadow: 0 6px 16px rgba(28,126,151,0.10); } .bpg-tile-mem:hover::after { animation: shimmer 0.6s ease forwards; } @keyframes shimmer { to { left: 120%; } } /* â"€â"€ SPECIAL TILES â€" PULSE BORDER ON HOVER â"€â"€ */ .bpg-tile-special { padding: 10px; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: #555; background: #f9f9f9; position: relative; } .bpg-tile-special:hover { border-color: #1C7E97; color: #155E72; transform: translateY(-2px); box-shadow: 0 6px 14px rgba(28,126,151,0.08); animation: tilePulse 1.5s ease infinite; } @keyframes tilePulse { 0%, 100% { box-shadow: 0 6px 14px rgba(28,126,151,0.08); } 50% { box-shadow: 0 6px 20px rgba(28,126,151,0.16); } } /* â"€â"€ INTRO TEXT â€" ANIMATED BORDER LEFT â"€â"€ */ .bpg-intro-text { font-size: 1.1rem; font-weight: 400; margin-bottom: 40px; color: #333; border-left: 4px solid #1a1a1a; padding-left: 20px; background: linear-gradient(90deg, #fcfcfc 0%, transparent 100%); padding-top: 10px; padding-bottom: 10px; position: relative; transition: all 0.4s ease; } .bpg-intro-text:hover { border-left-color: #1C7E97; border-left-width: 6px; padding-left: 22px; background: linear-gradient(90deg, rgba(28,126,151,0.04) 0%, transparent 100%); } /* â"€â"€ SECTION LABELS â€" DRAW-IN LINE â"€â"€ */ .bpg-label { font-size: 0.85rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.15em; color: #888; margin: 50px 0 20px 0; display: block
    354,99
    Versand: frei!
    Bosgame E5
    Bosgame E5
    .bpg-container { font-family: inherit; color: #1a1a1a; line-height: 1.6; max-width: 900px; margin: 0 auto; padding: 15px; } /* â"€â"€ HEADER GRID â"€â"€ */ .bpg-header-area { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 35px; } .bpg-tile { background: #fcfcfc; border: 1px solid #eee; border-radius: 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); text-align: center; } /* â"€â"€ CPU TILE â€" FLOWING GRADIENT BORDER â"€â"€ */ .bpg-tile-cpu { grid-column: span 2; padding: 22px 15px; font-size: 1.4rem; font-weight: 900; letter-spacing: -0.02em; background: #fff; border: none; position: relative; overflow: visible; z-index: 1; } .bpg-tile-cpu::before { content: ''; position: absolute; inset: -1px; border-radius: 11px; background: linear-gradient(90deg, #1C7E97, #2EACC7, #1C7E97); background-size: 300% 100%; background-position: 0% 50%; z-index: -2; transition: background-position 0.4s ease; } .bpg-tile-cpu::after { content: ''; position: absolute; inset: 1px; border-radius: 10px; background: #fff; z-index: -1; } @keyframes borderFlow { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } .bpg-tile-cpu:hover::before { background: linear-gradient(90deg, #155E72, #1C7E97, #5DC4D9, #2EACC7, #155E72, #1C7E97, #5DC4D9); background-size: 300% 100%; animation: borderFlow 3s ease infinite; filter: brightness(1.1); } .bpg-tile-cpu:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(28,126,151,0.12); } .bpg-usecase-tag { position: absolute; top: -10px; z-index: 2; left: 50%; transform: translateX(-50%); } .bpg-uc { position: absolute; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, #155E72, #1C7E97, #2EACC7); color: #fff; font-size: 0.65rem; font-weight: 800; text-transform: uppercase; padding: 3px 12px; border-radius: 20px; letter-spacing: 0.08em; white-space: nowrap; opacity: 0; } .bpg-uc:first-child { opacity: 1; } /* â"€â"€ RAM / SSD TILES â€" SHIMMER ON HOVER â"€â"€ */ .bpg-tile-mem { padding: 12px; font-size: 0.95rem; font-weight: 700; position: relative; overflow: hidden; } .bpg-tile-mem::after { content: ''; position: absolute; top: 0; left: -100%; width: 60%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent); transition: none; pointer-events: none; } .bpg-tile-mem:hover { border-color: #1C7E97; transform: translateY(-2px); box-shadow: 0 6px 16px rgba(28,126,151,0.10); } .bpg-tile-mem:hover::after { animation: shimmer 0.6s ease forwards; } @keyframes shimmer { to { left: 120%; } } /* â"€â"€ SPECIAL TILES â€" PULSE BORDER ON HOVER â"€â"€ */ .bpg-tile-special { padding: 10px; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: #555; background: #f9f9f9; position: relative; } .bpg-tile-special:hover { border-color: #1C7E97; color: #155E72; transform: translateY(-2px); box-shadow: 0 6px 14px rgba(28,126,151,0.08); animation: tilePulse 1.5s ease infinite; } @keyframes tilePulse { 0%, 100% { box-shadow: 0 6px 14px rgba(28,126,151,0.08); } 50% { box-shadow: 0 6px 20px rgba(28,126,151,0.16); } } /* â"€â"€ INTRO TEXT â€" ANIMATED BORDER LEFT â"€â"€ */ .bpg-intro-text { font-size: 1.1rem; font-weight: 400; margin-bottom: 40px; color: #333; border-left: 4px solid #1a1a1a; padding-left: 20px; background: linear-gradient(90deg, #fcfcfc 0%, transparent 100%); padding-top: 10px; padding-bottom: 10px; position: relative; transition: all 0.4s ease; } .bpg-intro-text:hover { border-left-color: #1C7E97; border-left-width: 6px; padding-left: 22px; background: linear-gradient(90deg, rgba(28,126,151,0.04) 0%, transparent 100%); } /* â"€â"€ SECTION LABELS â€" DRAW-IN LINE â"€â"€ */ .bpg-label { font-size: 0.85rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.15em; color: #888; margin: 50px 0 20px 0; display: block
    414,99
    Versand: frei!
    Bosgame M4 Plus
    Bosgame M4 Plus
    .bpg-container { font-family: inherit; color: #1a1a1a; line-height: 1.6; max-width: 900px; margin: 0 auto; padding: 15px; } /* â"€â"€ HEADER GRID â"€â"€ */ .bpg-header-area { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 35px; } .bpg-tile { background: #fcfcfc; border: 1px solid #eee; border-radius: 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); text-align: center; } /* â"€â"€ CPU TILE â€" FLOWING GRADIENT BORDER â"€â"€ */ .bpg-tile-cpu { grid-column: span 2; padding: 22px 15px; font-size: 1.4rem; font-weight: 900; letter-spacing: -0.02em; background: #fff; border: none; position: relative; overflow: visible; z-index: 1; } .bpg-tile-cpu::before { content: ''; position: absolute; inset: -1px; border-radius: 11px; background: linear-gradient(90deg, #1C7E97, #2EACC7, #1C7E97); background-size: 300% 100%; background-position: 0% 50%; z-index: -2; transition: background-position 0.4s ease; } .bpg-tile-cpu::after { content: ''; position: absolute; inset: 1px; border-radius: 10px; background: #fff; z-index: -1; } @keyframes borderFlow { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } .bpg-tile-cpu:hover::before { background: linear-gradient(90deg, #155E72, #1C7E97, #5DC4D9, #2EACC7, #155E72, #1C7E97, #5DC4D9); background-size: 300% 100%; animation: borderFlow 3s ease infinite; filter: brightness(1.1); } .bpg-tile-cpu:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(28,126,151,0.12); } .bpg-usecase-tag { position: absolute; top: -10px; z-index: 2; left: 50%; transform: translateX(-50%); } .bpg-uc { position: absolute; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, #155E72, #1C7E97, #2EACC7); color: #fff; font-size: 0.65rem; font-weight: 800; text-transform: uppercase; padding: 3px 12px; border-radius: 20px; letter-spacing: 0.08em; white-space: nowrap; opacity: 0; } .bpg-uc:first-child { opacity: 1; } /* â"€â"€ RAM / SSD TILES â€" SHIMMER ON HOVER â"€â"€ */ .bpg-tile-mem { padding: 12px; font-size: 0.95rem; font-weight: 700; position: relative; overflow: hidden; } .bpg-tile-mem::after { content: ''; position: absolute; top: 0; left: -100%; width: 60%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent); transition: none; pointer-events: none; } .bpg-tile-mem:hover { border-color: #1C7E97; transform: translateY(-2px); box-shadow: 0 6px 16px rgba(28,126,151,0.10); } .bpg-tile-mem:hover::after { animation: shimmer 0.6s ease forwards; } @keyframes shimmer { to { left: 120%; } } /* â"€â"€ SPECIAL TILES â€" PULSE BORDER ON HOVER â"€â"€ */ .bpg-tile-special { padding: 10px; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: #555; background: #f9f9f9; position: relative; } .bpg-tile-special:hover { border-color: #1C7E97; color: #155E72; transform: translateY(-2px); box-shadow: 0 6px 14px rgba(28,126,151,0.08); animation: tilePulse 1.5s ease infinite; } @keyframes tilePulse { 0%, 100% { box-shadow: 0 6px 14px rgba(28,126,151,0.08); } 50% { box-shadow: 0 6px 20px rgba(28,126,151,0.16); } } /* â"€â"€ INTRO TEXT â€" ANIMATED BORDER LEFT â"€â"€ */ .bpg-intro-text { font-size: 1.1rem; font-weight: 400; margin-bottom: 40px; color: #333; border-left: 4px solid #1a1a1a; padding-left: 20px; background: linear-gradient(90deg, #fcfcfc 0%, transparent 100%); padding-top: 10px; padding-bottom: 10px; position: relative; transition: all 0.4s ease; } .bpg-intro-text:hover { border-left-color: #1C7E97; border-left-width: 6px; padding-left: 22px; background: linear-gradient(90deg, rgba(28,126,151,0.04) 0%, transparent 100%); } /* â"€â"€ SECTION LABELS â€" DRAW-IN LINE â"€â"€ */ .bpg-label { font-size: 0.85rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.15em; color: #888; margin: 50px 0 20px 0; display: block
    774,99
    Versand: frei!
    Bosgame M5 - 128 GB
    Bosgame M5 - 128 GB
    .bpg-container { font-family: inherit; color: #1a1a1a; line-height: 1.6; max-width: 900px; margin: 0 auto; padding: 15px; } /* â"€â"€ HEADER GRID â"€â"€ */ .bpg-header-area { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 35px; } .bpg-tile { background: #fcfcfc; border: 1px solid #eee; border-radius: 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); text-align: center; } /* â"€â"€ CPU TILE â€" FLOWING GRADIENT BORDER â"€â"€ */ .bpg-tile-cpu { grid-column: span 2; padding: 22px 15px; font-size: 1.4rem; font-weight: 900; letter-spacing: -0.02em; background: #fff; border: none; position: relative; overflow: visible; z-index: 1; } .bpg-tile-cpu::before { content: ''; position: absolute; inset: -1px; border-radius: 11px; background: linear-gradient(90deg, #1C7E97, #2EACC7, #1C7E97); background-size: 300% 100%; background-position: 0% 50%; z-index: -2; transition: background-position 0.4s ease; } .bpg-tile-cpu::after { content: ''; position: absolute; inset: 1px; border-radius: 10px; background: #fff; z-index: -1; } @keyframes borderFlow { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } .bpg-tile-cpu:hover::before { background: linear-gradient(90deg, #155E72, #1C7E97, #5DC4D9, #2EACC7, #155E72, #1C7E97, #5DC4D9); background-size: 300% 100%; animation: borderFlow 3s ease infinite; filter: brightness(1.1); } .bpg-tile-cpu:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(28,126,151,0.12); } .bpg-usecase-tag { position: absolute; top: -10px; z-index: 2; left: 50%; transform: translateX(-50%); } .bpg-uc { position: absolute; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, #155E72, #1C7E97, #2EACC7); color: #fff; font-size: 0.65rem; font-weight: 800; text-transform: uppercase; padding: 3px 12px; border-radius: 20px; letter-spacing: 0.08em; white-space: nowrap; opacity: 0; } .bpg-uc:first-child { opacity: 1; } /* â"€â"€ RAM / SSD TILES â€" SHIMMER ON HOVER â"€â"€ */ .bpg-tile-mem { padding: 12px; font-size: 0.95rem; font-weight: 700; position: relative; overflow: hidden; } .bpg-tile-mem::after { content: ''; position: absolute; top: 0; left: -100%; width: 60%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent); transition: none; pointer-events: none; } .bpg-tile-mem:hover { border-color: #1C7E97; transform: translateY(-2px); box-shadow: 0 6px 16px rgba(28,126,151,0.10); } .bpg-tile-mem:hover::after { animation: shimmer 0.6s ease forwards; } @keyframes shimmer { to { left: 120%; } } /* â"€â"€ SPECIAL TILES â€" PULSE BORDER ON HOVER â"€â"€ */ .bpg-tile-special { padding: 10px; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: #555; background: #f9f9f9; position: relative; } .bpg-tile-special:hover { border-color: #1C7E97; color: #155E72; transform: translateY(-2px); box-shadow: 0 6px 14px rgba(28,126,151,0.08); animation: tilePulse 1.5s ease infinite; } @keyframes tilePulse { 0%, 100% { box-shadow: 0 6px 14px rgba(28,126,151,0.08); } 50% { box-shadow: 0 6px 20px rgba(28,126,151,0.16); } } /* â"€â"€ INTRO TEXT â€" ANIMATED BORDER LEFT â"€â"€ */ .bpg-intro-text { font-size: 1.1rem; font-weight: 400; margin-bottom: 40px; color: #333; border-left: 4px solid #1a1a1a; padding-left: 20px; background: linear-gradient(90deg, #fcfcfc 0%, transparent 100%); padding-top: 10px; padding-bottom: 10px; position: relative; transition: all 0.4s ease; } .bpg-intro-text:hover { border-left-color: #1C7E97; border-left-width: 6px; padding-left: 22px; background: linear-gradient(90deg, rgba(28,126,151,0.04) 0%, transparent 100%); } /* â"€â"€ SECTION LABELS â€" DRAW-IN LINE â"€â"€ */ .bpg-label { font-size: 0.85rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.15em; color: #888; margin: 50px 0 20px 0; display: block
    3.354,99
    Versand: frei!
    Bosgame M6
    Bosgame M6
    .bpg-container { font-family: inherit; color: #1a1a1a; line-height: 1.6; max-width: 900px; margin: 0 auto; padding: 15px; } /* â"€â"€ HEADER GRID â"€â"€ */ .bpg-header-area { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 35px; } .bpg-tile { background: #fcfcfc; border: 1px solid #eee; border-radius: 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); text-align: center; } /* â"€â"€ CPU TILE â€" FLOWING GRADIENT BORDER â"€â"€ */ .bpg-tile-cpu { grid-column: span 2; padding: 22px 15px; font-size: 1.4rem; font-weight: 900; letter-spacing: -0.02em; background: #fff; border: none; position: relative; overflow: visible; z-index: 1; } .bpg-tile-cpu::before { content: ''; position: absolute; inset: -1px; border-radius: 11px; background: linear-gradient(90deg, #1C7E97, #2EACC7, #1C7E97); background-size: 300% 100%; background-position: 0% 50%; z-index: -2; transition: background-position 0.4s ease; } .bpg-tile-cpu::after { content: ''; position: absolute; inset: 1px; border-radius: 10px; background: #fff; z-index: -1; } @keyframes borderFlow { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } .bpg-tile-cpu:hover::before { background: linear-gradient(90deg, #155E72, #1C7E97, #5DC4D9, #2EACC7, #155E72, #1C7E97, #5DC4D9); background-size: 300% 100%; animation: borderFlow 3s ease infinite; filter: brightness(1.1); } .bpg-tile-cpu:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(28,126,151,0.12); } .bpg-usecase-tag { position: absolute; top: -10px; z-index: 2; left: 50%; transform: translateX(-50%); } .bpg-uc { position: absolute; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, #155E72, #1C7E97, #2EACC7); color: #fff; font-size: 0.65rem; font-weight: 800; text-transform: uppercase; padding: 3px 12px; border-radius: 20px; letter-spacing: 0.08em; white-space: nowrap; opacity: 0; } .bpg-uc:first-child { opacity: 1; } /* â"€â"€ RAM / SSD TILES â€" SHIMMER ON HOVER â"€â"€ */ .bpg-tile-mem { padding: 12px; font-size: 0.95rem; font-weight: 700; position: relative; overflow: hidden; } .bpg-tile-mem::after { content: ''; position: absolute; top: 0; left: -100%; width: 60%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent); transition: none; pointer-events: none; } .bpg-tile-mem:hover { border-color: #1C7E97; transform: translateY(-2px); box-shadow: 0 6px 16px rgba(28,126,151,0.10); } .bpg-tile-mem:hover::after { animation: shimmer 0.6s ease forwards; } @keyframes shimmer { to { left: 120%; } } /* â"€â"€ SPECIAL TILES â€" PULSE BORDER ON HOVER â"€â"€ */ .bpg-tile-special { padding: 10px; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: #555; background: #f9f9f9; position: relative; } .bpg-tile-special:hover { border-color: #1C7E97; color: #155E72; transform: translateY(-2px); box-shadow: 0 6px 14px rgba(28,126,151,0.08); animation: tilePulse 1.5s ease infinite; } @keyframes tilePulse { 0%, 100% { box-shadow: 0 6px 14px rgba(28,126,151,0.08); } 50% { box-shadow: 0 6px 20px rgba(28,126,151,0.16); } } /* â"€â"€ INTRO TEXT â€" ANIMATED BORDER LEFT â"€â"€ */ .bpg-intro-text { font-size: 1.1rem; font-weight: 400; margin-bottom: 40px; color: #333; border-left: 4px solid #1a1a1a; padding-left: 20px; background: linear-gradient(90deg, #fcfcfc 0%, transparent 100%); padding-top: 10px; padding-bottom: 10px; position: relative; transition: all 0.4s ease; } .bpg-intro-text:hover { border-left-color: #1C7E97; border-left-width: 6px; padding-left: 22px; background: linear-gradient(90deg, rgba(28,126,151,0.04) 0%, transparent 100%); } /* â"€â"€ SECTION LABELS â€" DRAW-IN LINE â"€â"€ */ .bpg-label { font-size: 0.85rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.15em; color: #888; margin: 50px 0 20px 0; display: block
    999,99
    Versand: frei!
    Bosgame P2 Lite
    Bosgame P2 Lite
    .bpg-container { font-family: inherit; color: #1a1a1a; line-height: 1.6; max-width: 900px; margin: 0 auto; padding: 15px; } /* â"€â"€ HEADER GRID â"€â"€ */ .bpg-header-area { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 35px; } .bpg-tile { background: #fcfcfc; border: 1px solid #eee; border-radius: 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); text-align: center; } /* â"€â"€ CPU TILE â€" FLOWING GRADIENT BORDER â"€â"€ */ .bpg-tile-cpu { grid-column: span 2; padding: 22px 15px; font-size: 1.4rem; font-weight: 900; letter-spacing: -0.02em; background: #fff; border: none; position: relative; overflow: visible; z-index: 1; } .bpg-tile-cpu::before { content: ''; position: absolute; inset: -1px; border-radius: 11px; background: linear-gradient(90deg, #1C7E97, #2EACC7, #1C7E97); background-size: 300% 100%; background-position: 0% 50%; z-index: -2; transition: background-position 0.4s ease; } .bpg-tile-cpu::after { content: ''; position: absolute; inset: 1px; border-radius: 10px; background: #fff; z-index: -1; } @keyframes borderFlow { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } .bpg-tile-cpu:hover::before { background: linear-gradient(90deg, #155E72, #1C7E97, #5DC4D9, #2EACC7, #155E72, #1C7E97, #5DC4D9); background-size: 300% 100%; animation: borderFlow 3s ease infinite; filter: brightness(1.1); } .bpg-tile-cpu:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(28,126,151,0.12); } .bpg-usecase-tag { position: absolute; top: -10px; z-index: 2; left: 50%; transform: translateX(-50%); } .bpg-uc { position: absolute; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, #155E72, #1C7E97, #2EACC7); color: #fff; font-size: 0.65rem; font-weight: 800; text-transform: uppercase; padding: 3px 12px; border-radius: 20px; letter-spacing: 0.08em; white-space: nowrap; opacity: 0; } .bpg-uc:first-child { opacity: 1; } /* â"€â"€ RAM / SSD TILES â€" SHIMMER ON HOVER â"€â"€ */ .bpg-tile-mem { padding: 12px; font-size: 0.95rem; font-weight: 700; position: relative; overflow: hidden; } .bpg-tile-mem::after { content: ''; position: absolute; top: 0; left: -100%; width: 60%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent); transition: none; pointer-events: none; } .bpg-tile-mem:hover { border-color: #1C7E97; transform: translateY(-2px); box-shadow: 0 6px 16px rgba(28,126,151,0.10); } .bpg-tile-mem:hover::after { animation: shimmer 0.6s ease forwards; } @keyframes shimmer { to { left: 120%; } } /* â"€â"€ SPECIAL TILES â€" PULSE BORDER ON HOVER â"€â"€ */ .bpg-tile-special { padding: 10px; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: #555; background: #f9f9f9; position: relative; } .bpg-tile-special:hover { border-color: #1C7E97; color: #155E72; transform: translateY(-2px); box-shadow: 0 6px 14px rgba(28,126,151,0.08); animation: tilePulse 1.5s ease infinite; } @keyframes tilePulse { 0%, 100% { box-shadow: 0 6px 14px rgba(28,126,151,0.08); } 50% { box-shadow: 0 6px 20px rgba(28,126,151,0.16); } } /* â"€â"€ INTRO TEXT â€" ANIMATED BORDER LEFT â"€â"€ */ .bpg-intro-text { font-size: 1.1rem; font-weight: 400; margin-bottom: 40px; color: #333; border-left: 4px solid #1a1a1a; padding-left: 20px; background: linear-gradient(90deg, #fcfcfc 0%, transparent 100%); padding-top: 10px; padding-bottom: 10px; position: relative; transition: all 0.4s ease; } .bpg-intro-text:hover { border-left-color: #1C7E97; border-left-width: 6px; padding-left: 22px; background: linear-gradient(90deg, rgba(28,126,151,0.04) 0%, transparent 100%); } /* â"€â"€ SECTION LABELS â€" DRAW-IN LINE â"€â"€ */ .bpg-label { font-size: 0.85rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.15em; color: #888; margin: 50px 0 20px 0; display: block
    489,99
    Versand: frei!
    Bosgame P2 Plus Mini-PC
    Bosgame P2 Plus Mini-PC
    .bpg-container { font-family: inherit; color: #1a1a1a; line-height: 1.6; max-width: 900px; margin: 0 auto; padding: 15px; } /* â"€â"€ HEADER GRID â"€â"€ */ .bpg-header-area { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 35px; } .bpg-tile { background: #fcfcfc; border: 1px solid #eee; border-radius: 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); text-align: center; } /* â"€â"€ CPU TILE â€" FLOWING GRADIENT BORDER â"€â"€ */ .bpg-tile-cpu { grid-column: span 2; padding: 22px 15px; font-size: 1.4rem; font-weight: 900; letter-spacing: -0.02em; background: #fff; border: none; position: relative; overflow: visible; z-index: 1; } .bpg-tile-cpu::before { content: ''; position: absolute; inset: -1px; border-radius: 11px; background: linear-gradient(90deg, #1C7E97, #2EACC7, #1C7E97); background-size: 300% 100%; background-position: 0% 50%; z-index: -2; transition: background-position 0.4s ease; } .bpg-tile-cpu::after { content: ''; position: absolute; inset: 1px; border-radius: 10px; background: #fff; z-index: -1; } @keyframes borderFlow { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } .bpg-tile-cpu:hover::before { background: linear-gradient(90deg, #155E72, #1C7E97, #5DC4D9, #2EACC7, #155E72, #1C7E97, #5DC4D9); background-size: 300% 100%; animation: borderFlow 3s ease infinite; filter: brightness(1.1); } .bpg-tile-cpu:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(28,126,151,0.12); } .bpg-usecase-tag { position: absolute; top: -10px; z-index: 2; left: 50%; transform: translateX(-50%); } .bpg-uc { position: absolute; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, #155E72, #1C7E97, #2EACC7); color: #fff; font-size: 0.65rem; font-weight: 800; text-transform: uppercase; padding: 3px 12px; border-radius: 20px; letter-spacing: 0.08em; white-space: nowrap; opacity: 0; } .bpg-uc:first-child { opacity: 1; } /* â"€â"€ RAM / SSD TILES â€" SHIMMER ON HOVER â"€â"€ */ .bpg-tile-mem { padding: 12px; font-size: 0.95rem; font-weight: 700; position: relative; overflow: hidden; } .bpg-tile-mem::after { content: ''; position: absolute; top: 0; left: -100%; width: 60%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent); transition: none; pointer-events: none; } .bpg-tile-mem:hover { border-color: #1C7E97; transform: translateY(-2px); box-shadow: 0 6px 16px rgba(28,126,151,0.10); } .bpg-tile-mem:hover::after { animation: shimmer 0.6s ease forwards; } @keyframes shimmer { to { left: 120%; } } /* â"€â"€ SPECIAL TILES â€" PULSE BORDER ON HOVER â"€â"€ */ .bpg-tile-special { padding: 10px; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: #555; background: #f9f9f9; position: relative; } .bpg-tile-special:hover { border-color: #1C7E97; color: #155E72; transform: translateY(-2px); box-shadow: 0 6px 14px rgba(28,126,151,0.08); animation: tilePulse 1.5s ease infinite; } @keyframes tilePulse { 0%, 100% { box-shadow: 0 6px 14px rgba(28,126,151,0.08); } 50% { box-shadow: 0 6px 20px rgba(28,126,151,0.16); } } /* â"€â"€ INTRO TEXT â€" ANIMATED BORDER LEFT â"€â"€ */ .bpg-intro-text { font-size: 1.1rem; font-weight: 400; margin-bottom: 40px; color: #333; border-left: 4px solid #1a1a1a; padding-left: 20px; background: linear-gradient(90deg, #fcfcfc 0%, transparent 100%); padding-top: 10px; padding-bottom: 10px; position: relative; transition: all 0.4s ease; } .bpg-intro-text:hover { border-left-color: #1C7E97; border-left-width: 6px; padding-left: 22px; background: linear-gradient(90deg, rgba(28,126,151,0.04) 0%, transparent 100%); } /* â"€â"€ SECTION LABELS â€" DRAW-IN LINE â"€â"€ */ .bpg-label { font-size: 0.85rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.15em; color: #888; margin: 50px 0 20px 0; display: block
    519,99
    Versand: frei!
    Bosgame P2 Pro
    Bosgame P2 Pro
    .bpg-container { font-family: inherit; color: #1a1a1a; line-height: 1.6; max-width: 900px; margin: 0 auto; padding: 15px; } /* â"€â"€ HEADER GRID â"€â"€ */ .bpg-header-area { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 35px; } .bpg-tile { background: #fcfcfc; border: 1px solid #eee; border-radius: 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); text-align: center; } /* â"€â"€ CPU TILE â€" FLOWING GRADIENT BORDER â"€â"€ */ .bpg-tile-cpu { grid-column: span 2; padding: 22px 15px; font-size: 1.4rem; font-weight: 900; letter-spacing: -0.02em; background: #fff; border: none; position: relative; overflow: visible; z-index: 1; } .bpg-tile-cpu::before { content: ''; position: absolute; inset: -1px; border-radius: 11px; background: linear-gradient(90deg, #1C7E97, #2EACC7, #1C7E97); background-size: 300% 100%; background-position: 0% 50%; z-index: -2; transition: background-position 0.4s ease; } .bpg-tile-cpu::after { content: ''; position: absolute; inset: 1px; border-radius: 10px; background: #fff; z-index: -1; } @keyframes borderFlow { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } .bpg-tile-cpu:hover::before { background: linear-gradient(90deg, #155E72, #1C7E97, #5DC4D9, #2EACC7, #155E72, #1C7E97, #5DC4D9); background-size: 300% 100%; animation: borderFlow 3s ease infinite; filter: brightness(1.1); } .bpg-tile-cpu:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(28,126,151,0.12); } .bpg-usecase-tag { position: absolute; top: -10px; z-index: 2; left: 50%; transform: translateX(-50%); } .bpg-uc { position: absolute; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, #155E72, #1C7E97, #2EACC7); color: #fff; font-size: 0.65rem; font-weight: 800; text-transform: uppercase; padding: 3px 12px; border-radius: 20px; letter-spacing: 0.08em; white-space: nowrap; opacity: 0; } .bpg-uc:first-child { opacity: 1; } /* â"€â"€ RAM / SSD TILES â€" SHIMMER ON HOVER â"€â"€ */ .bpg-tile-mem { padding: 12px; font-size: 0.95rem; font-weight: 700; position: relative; overflow: hidden; } .bpg-tile-mem::after { content: ''; position: absolute; top: 0; left: -100%; width: 60%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent); transition: none; pointer-events: none; } .bpg-tile-mem:hover { border-color: #1C7E97; transform: translateY(-2px); box-shadow: 0 6px 16px rgba(28,126,151,0.10); } .bpg-tile-mem:hover::after { animation: shimmer 0.6s ease forwards; } @keyframes shimmer { to { left: 120%; } } /* â"€â"€ SPECIAL TILES â€" PULSE BORDER ON HOVER â"€â"€ */ .bpg-tile-special { padding: 10px; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: #555; background: #f9f9f9; position: relative; } .bpg-tile-special:hover { border-color: #1C7E97; color: #155E72; transform: translateY(-2px); box-shadow: 0 6px 14px rgba(28,126,151,0.08); animation: tilePulse 1.5s ease infinite; } @keyframes tilePulse { 0%, 100% { box-shadow: 0 6px 14px rgba(28,126,151,0.08); } 50% { box-shadow: 0 6px 20px rgba(28,126,151,0.16); } } /* â"€â"€ INTRO TEXT â€" ANIMATED BORDER LEFT â"€â"€ */ .bpg-intro-text { font-size: 1.1rem; font-weight: 400; margin-bottom: 40px; color: #333; border-left: 4px solid #1a1a1a; padding-left: 20px; background: linear-gradient(90deg, #fcfcfc 0%, transparent 100%); padding-top: 10px; padding-bottom: 10px; position: relative; transition: all 0.4s ease; } .bpg-intro-text:hover { border-left-color: #1C7E97; border-left-width: 6px; padding-left: 22px; background: linear-gradient(90deg, rgba(28,126,151,0.04) 0%, transparent 100%); } /* â"€â"€ SECTION LABELS â€" DRAW-IN LINE â"€â"€ */ .bpg-label { font-size: 0.85rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.15em; color: #888; margin: 50px 0 20px 0; display: block
    604,99
    Versand: frei!
    Bosgame P3 Mix - 16 GB / 512 GB
    Bosgame P3 Mix - 16 GB / 512 GB
    .bpg-container { font-family: inherit; color: #1a1a1a; line-height: 1.6; max-width: 900px; margin: 0 auto; padding: 15px; } /* â"€â"€ HEADER GRID â"€â"€ */ .bpg-header-area { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 35px; } .bpg-tile { background: #fcfcfc; border: 1px solid #eee; border-radius: 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); text-align: center; } /* â"€â"€ CPU TILE â€" FLOWING GRADIENT BORDER â"€â"€ */ .bpg-tile-cpu { grid-column: span 2; padding: 22px 15px; font-size: 1.4rem; font-weight: 900; letter-spacing: -0.02em; background: #fff; border: none; position: relative; overflow: visible; z-index: 1; } .bpg-tile-cpu::before { content: ''; position: absolute; inset: -1px; border-radius: 11px; background: linear-gradient(90deg, #1C7E97, #2EACC7, #1C7E97); background-size: 300% 100%; background-position: 0% 50%; z-index: -2; transition: background-position 0.4s ease; } .bpg-tile-cpu::after { content: ''; position: absolute; inset: 1px; border-radius: 10px; background: #fff; z-index: -1; } @keyframes borderFlow { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } .bpg-tile-cpu:hover::before { background: linear-gradient(90deg, #155E72, #1C7E97, #5DC4D9, #2EACC7, #155E72, #1C7E97, #5DC4D9); background-size: 300% 100%; animation: borderFlow 3s ease infinite; filter: brightness(1.1); } .bpg-tile-cpu:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(28,126,151,0.12); } .bpg-usecase-tag { position: absolute; top: -10px; z-index: 2; left: 50%; transform: translateX(-50%); } .bpg-uc { position: absolute; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, #155E72, #1C7E97, #2EACC7); color: #fff; font-size: 0.65rem; font-weight: 800; text-transform: uppercase; padding: 3px 12px; border-radius: 20px; letter-spacing: 0.08em; white-space: nowrap; opacity: 0; } .bpg-uc:first-child { opacity: 1; } /* â"€â"€ RAM / SSD TILES â€" SHIMMER ON HOVER â"€â"€ */ .bpg-tile-mem { padding: 12px; font-size: 0.95rem; font-weight: 700; position: relative; overflow: hidden; } .bpg-tile-mem::after { content: ''; position: absolute; top: 0; left: -100%; width: 60%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent); transition: none; pointer-events: none; } .bpg-tile-mem:hover { border-color: #1C7E97; transform: translateY(-2px); box-shadow: 0 6px 16px rgba(28,126,151,0.10); } .bpg-tile-mem:hover::after { animation: shimmer 0.6s ease forwards; } @keyframes shimmer { to { left: 120%; } } /* â"€â"€ SPECIAL TILES â€" PULSE BORDER ON HOVER â"€â"€ */ .bpg-tile-special { padding: 10px; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: #555; background: #f9f9f9; position: relative; } .bpg-tile-special:hover { border-color: #1C7E97; color: #155E72; transform: translateY(-2px); box-shadow: 0 6px 14px rgba(28,126,151,0.08); animation: tilePulse 1.5s ease infinite; } @keyframes tilePulse { 0%, 100% { box-shadow: 0 6px 14px rgba(28,126,151,0.08); } 50% { box-shadow: 0 6px 20px rgba(28,126,151,0.16); } } /* â"€â"€ INTRO TEXT â€" ANIMATED BORDER LEFT â"€â"€ */ .bpg-intro-text { font-size: 1.1rem; font-weight: 400; margin-bottom: 40px; color: #333; border-left: 4px solid #1a1a1a; padding-left: 20px; background: linear-gradient(90deg, #fcfcfc 0%, transparent 100%); padding-top: 10px; padding-bottom: 10px; position: relative; transition: all 0.4s ease; } .bpg-intro-text:hover { border-left-color: #1C7E97; border-left-width: 6px; padding-left: 22px; background: linear-gradient(90deg, rgba(28,126,151,0.04) 0%, transparent 100%); } /* â"€â"€ SECTION LABELS â€" DRAW-IN LINE â"€â"€ */ .bpg-label { font-size: 0.85rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.15em; color: #888; margin: 50px 0 20px 0; display: block
    469,99
    Versand: frei!
    Bosgame P3 Mix - 32 GB / 1 TB
    Bosgame P3 Mix - 32 GB / 1 TB
    .bpg-container { font-family: inherit; color: #1a1a1a; line-height: 1.6; max-width: 900px; margin: 0 auto; padding: 15px; } /* â"€â"€ HEADER GRID â"€â"€ */ .bpg-header-area { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 35px; } .bpg-tile { background: #fcfcfc; border: 1px solid #eee; border-radius: 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); text-align: center; } /* â"€â"€ CPU TILE â€" FLOWING GRADIENT BORDER â"€â"€ */ .bpg-tile-cpu { grid-column: span 2; padding: 22px 15px; font-size: 1.4rem; font-weight: 900; letter-spacing: -0.02em; background: #fff; border: none; position: relative; overflow: visible; z-index: 1; } .bpg-tile-cpu::before { content: ''; position: absolute; inset: -1px; border-radius: 11px; background: linear-gradient(90deg, #1C7E97, #2EACC7, #1C7E97); background-size: 300% 100%; background-position: 0% 50%; z-index: -2; transition: background-position 0.4s ease; } .bpg-tile-cpu::after { content: ''; position: absolute; inset: 1px; border-radius: 10px; background: #fff; z-index: -1; } @keyframes borderFlow { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } .bpg-tile-cpu:hover::before { background: linear-gradient(90deg, #155E72, #1C7E97, #5DC4D9, #2EACC7, #155E72, #1C7E97, #5DC4D9); background-size: 300% 100%; animation: borderFlow 3s ease infinite; filter: brightness(1.1); } .bpg-tile-cpu:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(28,126,151,0.12); } .bpg-usecase-tag { position: absolute; top: -10px; z-index: 2; left: 50%; transform: translateX(-50%); } .bpg-uc { position: absolute; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, #155E72, #1C7E97, #2EACC7); color: #fff; font-size: 0.65rem; font-weight: 800; text-transform: uppercase; padding: 3px 12px; border-radius: 20px; letter-spacing: 0.08em; white-space: nowrap; opacity: 0; } .bpg-uc:first-child { opacity: 1; } /* â"€â"€ RAM / SSD TILES â€" SHIMMER ON HOVER â"€â"€ */ .bpg-tile-mem { padding: 12px; font-size: 0.95rem; font-weight: 700; position: relative; overflow: hidden; } .bpg-tile-mem::after { content: ''; position: absolute; top: 0; left: -100%; width: 60%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent); transition: none; pointer-events: none; } .bpg-tile-mem:hover { border-color: #1C7E97; transform: translateY(-2px); box-shadow: 0 6px 16px rgba(28,126,151,0.10); } .bpg-tile-mem:hover::after { animation: shimmer 0.6s ease forwards; } @keyframes shimmer { to { left: 120%; } } /* â"€â"€ SPECIAL TILES â€" PULSE BORDER ON HOVER â"€â"€ */ .bpg-tile-special { padding: 10px; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: #555; background: #f9f9f9; position: relative; } .bpg-tile-special:hover { border-color: #1C7E97; color: #155E72; transform: translateY(-2px); box-shadow: 0 6px 14px rgba(28,126,151,0.08); animation: tilePulse 1.5s ease infinite; } @keyframes tilePulse { 0%, 100% { box-shadow: 0 6px 14px rgba(28,126,151,0.08); } 50% { box-shadow: 0 6px 20px rgba(28,126,151,0.16); } } /* â"€â"€ INTRO TEXT â€" ANIMATED BORDER LEFT â"€â"€ */ .bpg-intro-text { font-size: 1.1rem; font-weight: 400; margin-bottom: 40px; color: #333; border-left: 4px solid #1a1a1a; padding-left: 20px; background: linear-gradient(90deg, #fcfcfc 0%, transparent 100%); padding-top: 10px; padding-bottom: 10px; position: relative; transition: all 0.4s ease; } .bpg-intro-text:hover { border-left-color: #1C7E97; border-left-width: 6px; padding-left: 22px; background: linear-gradient(90deg, rgba(28,126,151,0.04) 0%, transparent 100%); } /* â"€â"€ SECTION LABELS â€" DRAW-IN LINE â"€â"€ */ .bpg-label { font-size: 0.85rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.15em; color: #888; margin: 50px 0 20px 0; display: block
    644,99
    Versand: frei!
    Bosgame P4 Plus - 16 GB / 512 GB
    Bosgame P4 Plus - 16 GB / 512 GB
    .bpg-container { font-family: inherit; color: #1a1a1a; line-height: 1.6; max-width: 900px; margin: 0 auto; padding: 15px; } /* â"€â"€ HEADER GRID â"€â"€ */ .bpg-header-area { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 35px; } .bpg-tile { background: #fcfcfc; border: 1px solid #eee; border-radius: 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); text-align: center; } /* â"€â"€ CPU TILE â€" FLOWING GRADIENT BORDER â"€â"€ */ .bpg-tile-cpu { grid-column: span 2; padding: 22px 15px; font-size: 1.4rem; font-weight: 900; letter-spacing: -0.02em; background: #fff; border: none; position: relative; overflow: visible; z-index: 1; } .bpg-tile-cpu::before { content: ''; position: absolute; inset: -1px; border-radius: 11px; background: linear-gradient(90deg, #1C7E97, #2EACC7, #1C7E97); background-size: 300% 100%; background-position: 0% 50%; z-index: -2; transition: background-position 0.4s ease; } .bpg-tile-cpu::after { content: ''; position: absolute; inset: 1px; border-radius: 10px; background: #fff; z-index: -1; } @keyframes borderFlow { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } .bpg-tile-cpu:hover::before { background: linear-gradient(90deg, #155E72, #1C7E97, #5DC4D9, #2EACC7, #155E72, #1C7E97, #5DC4D9); background-size: 300% 100%; animation: borderFlow 3s ease infinite; filter: brightness(1.1); } .bpg-tile-cpu:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(28,126,151,0.12); } .bpg-usecase-tag { position: absolute; top: -10px; z-index: 2; left: 50%; transform: translateX(-50%); } .bpg-uc { position: absolute; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, #155E72, #1C7E97, #2EACC7); color: #fff; font-size: 0.65rem; font-weight: 800; text-transform: uppercase; padding: 3px 12px; border-radius: 20px; letter-spacing: 0.08em; white-space: nowrap; opacity: 0; } .bpg-uc:first-child { opacity: 1; } /* â"€â"€ RAM / SSD TILES â€" SHIMMER ON HOVER â"€â"€ */ .bpg-tile-mem { padding: 12px; font-size: 0.95rem; font-weight: 700; position: relative; overflow: hidden; } .bpg-tile-mem::after { content: ''; position: absolute; top: 0; left: -100%; width: 60%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent); transition: none; pointer-events: none; } .bpg-tile-mem:hover { border-color: #1C7E97; transform: translateY(-2px); box-shadow: 0 6px 16px rgba(28,126,151,0.10); } .bpg-tile-mem:hover::after { animation: shimmer 0.6s ease forwards; } @keyframes shimmer { to { left: 120%; } } /* â"€â"€ SPECIAL TILES â€" PULSE BORDER ON HOVER â"€â"€ */ .bpg-tile-special { padding: 10px; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: #555; background: #f9f9f9; position: relative; } .bpg-tile-special:hover { border-color: #1C7E97; color: #155E72; transform: translateY(-2px); box-shadow: 0 6px 14px rgba(28,126,151,0.08); animation: tilePulse 1.5s ease infinite; } @keyframes tilePulse { 0%, 100% { box-shadow: 0 6px 14px rgba(28,126,151,0.08); } 50% { box-shadow: 0 6px 20px rgba(28,126,151,0.16); } } /* â"€â"€ INTRO TEXT â€" ANIMATED BORDER LEFT â"€â"€ */ .bpg-intro-text { font-size: 1.1rem; font-weight: 400; margin-bottom: 40px; color: #333; border-left: 4px solid #1a1a1a; padding-left: 20px; background: linear-gradient(90deg, #fcfcfc 0%, transparent 100%); padding-top: 10px; padding-bottom: 10px; position: relative; transition: all 0.4s ease; } .bpg-intro-text:hover { border-left-color: #1C7E97; border-left-width: 6px; padding-left: 22px; background: linear-gradient(90deg, rgba(28,126,151,0.04) 0%, transparent 100%); } /* â"€â"€ SECTION LABELS â€" DRAW-IN LINE â"€â"€ */ .bpg-label { font-size: 0.85rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.15em; color: #888; margin: 50px 0 20px 0; display: block
    454,99
    Versand: frei!
    Firebat A6
    Firebat A6
    .bpg-container { font-family: inherit; color: #1a1a1a; line-height: 1.6; max-width: 900px; margin: 0 auto; padding: 15px; } /* â"€â"€ HEADER GRID â"€â"€ */ .bpg-header-area { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 35px; } .bpg-tile { background: #fcfcfc; border: 1px solid #eee; border-radius: 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); text-align: center; } /* â"€â"€ CPU TILE â€" FLOWING GRADIENT BORDER â"€â"€ */ .bpg-tile-cpu { grid-column: span 2; padding: 22px 15px; font-size: 1.4rem; font-weight: 900; letter-spacing: -0.02em; background: #fff; border: none; position: relative; overflow: visible; z-index: 1; } .bpg-tile-cpu::before { content: ''; position: absolute; inset: -1px; border-radius: 11px; background: linear-gradient(90deg, #1C7E97, #2EACC7, #1C7E97); background-size: 300% 100%; background-position: 0% 50%; z-index: -2; transition: background-position 0.4s ease; } .bpg-tile-cpu::after { content: ''; position: absolute; inset: 1px; border-radius: 10px; background: #fff; z-index: -1; } @keyframes borderFlow { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } .bpg-tile-cpu:hover::before { background: linear-gradient(90deg, #155E72, #1C7E97, #5DC4D9, #2EACC7, #155E72, #1C7E97, #5DC4D9); background-size: 300% 100%; animation: borderFlow 3s ease infinite; filter: brightness(1.1); } .bpg-tile-cpu:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(28,126,151,0.12); } .bpg-usecase-tag { position: absolute; top: -10px; z-index: 2; left: 50%; transform: translateX(-50%); } .bpg-uc { position: absolute; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, #155E72, #1C7E97, #2EACC7); color: #fff; font-size: 0.65rem; font-weight: 800; text-transform: uppercase; padding: 3px 12px; border-radius: 20px; letter-spacing: 0.08em; white-space: nowrap; opacity: 0; } .bpg-uc:first-child { opacity: 1; } /* â"€â"€ RAM / SSD TILES â€" SHIMMER ON HOVER â"€â"€ */ .bpg-tile-mem { padding: 12px; font-size: 0.95rem; font-weight: 700; position: relative; overflow: hidden; } .bpg-tile-mem::after { content: ''; position: absolute; top: 0; left: -100%; width: 60%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent); transition: none; pointer-events: none; } .bpg-tile-mem:hover { border-color: #1C7E97; transform: translateY(-2px); box-shadow: 0 6px 16px rgba(28,126,151,0.10); } .bpg-tile-mem:hover::after { animation: shimmer 0.6s ease forwards; } @keyframes shimmer { to { left: 120%; } } /* â"€â"€ SPECIAL TILES â€" PULSE BORDER ON HOVER â"€â"€ */ .bpg-tile-special { padding: 10px; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: #555; background: #f9f9f9; position: relative; } .bpg-tile-special:hover { border-color: #1C7E97; color: #155E72; transform: translateY(-2px); box-shadow: 0 6px 14px rgba(28,126,151,0.08); animation: tilePulse 1.5s ease infinite; } @keyframes tilePulse { 0%, 100% { box-shadow: 0 6px 14px rgba(28,126,151,0.08); } 50% { box-shadow: 0 6px 20px rgba(28,126,151,0.16); } } /* â"€â"€ INTRO TEXT â€" ANIMATED BORDER LEFT â"€â"€ */ .bpg-intro-text { font-size: 1.1rem; font-weight: 400; margin-bottom: 40px; color: #333; border-left: 4px solid #1a1a1a; padding-left: 20px; background: linear-gradient(90deg, #fcfcfc 0%, transparent 100%); padding-top: 10px; padding-bottom: 10px; position: relative; transition: all 0.4s ease; } .bpg-intro-text:hover { border-left-color: #1C7E97; border-left-width: 6px; padding-left: 22px; background: linear-gradient(90deg, rgba(28,126,151,0.04) 0%, transparent 100%); } /* â"€â"€ SECTION LABELS â€" DRAW-IN LINE â"€â"€ */ .bpg-label { font-size: 0.85rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.15em; color: #888; margin: 50px 0 20px 0; display: block
    474,99
    Versand: frei!
    Firebat AM02
    Firebat AM02
    .bpg-container { font-family: inherit; color: #1a1a1a; line-height: 1.6; max-width: 900px; margin: 0 auto; padding: 15px; } /* â"€â"€ HEADER GRID â"€â"€ */ .bpg-header-area { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 35px; } .bpg-tile { background: #fcfcfc; border: 1px solid #eee; border-radius: 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); text-align: center; } /* â"€â"€ CPU TILE â€" FLOWING GRADIENT BORDER â"€â"€ */ .bpg-tile-cpu { grid-column: span 2; padding: 22px 15px; font-size: 1.4rem; font-weight: 900; letter-spacing: -0.02em; background: #fff; border: none; position: relative; overflow: visible; z-index: 1; } .bpg-tile-cpu::before { content: ''; position: absolute; inset: -1px; border-radius: 11px; background: linear-gradient(90deg, #1C7E97, #2EACC7, #1C7E97); background-size: 300% 100%; background-position: 0% 50%; z-index: -2; transition: background-position 0.4s ease; } .bpg-tile-cpu::after { content: ''; position: absolute; inset: 1px; border-radius: 10px; background: #fff; z-index: -1; } @keyframes borderFlow { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } .bpg-tile-cpu:hover::before { background: linear-gradient(90deg, #155E72, #1C7E97, #5DC4D9, #2EACC7, #155E72, #1C7E97, #5DC4D9); background-size: 300% 100%; animation: borderFlow 3s ease infinite; filter: brightness(1.1); } .bpg-tile-cpu:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(28,126,151,0.12); } .bpg-usecase-tag { position: absolute; top: -10px; z-index: 2; left: 50%; transform: translateX(-50%); } .bpg-uc { position: absolute; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, #155E72, #1C7E97, #2EACC7); color: #fff; font-size: 0.65rem; font-weight: 800; text-transform: uppercase; padding: 3px 12px; border-radius: 20px; letter-spacing: 0.08em; white-space: nowrap; opacity: 0; } .bpg-uc:first-child { opacity: 1; } /* â"€â"€ RAM / SSD TILES â€" SHIMMER ON HOVER â"€â"€ */ .bpg-tile-mem { padding: 12px; font-size: 0.95rem; font-weight: 700; position: relative; overflow: hidden; } .bpg-tile-mem::after { content: ''; position: absolute; top: 0; left: -100%; width: 60%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent); transition: none; pointer-events: none; } .bpg-tile-mem:hover { border-color: #1C7E97; transform: translateY(-2px); box-shadow: 0 6px 16px rgba(28,126,151,0.10); } .bpg-tile-mem:hover::after { animation: shimmer 0.6s ease forwards; } @keyframes shimmer { to { left: 120%; } } /* â"€â"€ SPECIAL TILES â€" PULSE BORDER ON HOVER â"€â"€ */ .bpg-tile-special { padding: 10px; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: #555; background: #f9f9f9; position: relative; } .bpg-tile-special:hover { border-color: #1C7E97; color: #155E72; transform: translateY(-2px); box-shadow: 0 6px 14px rgba(28,126,151,0.08); animation: tilePulse 1.5s ease infinite; } @keyframes tilePulse { 0%, 100% { box-shadow: 0 6px 14px rgba(28,126,151,0.08); } 50% { box-shadow: 0 6px 20px rgba(28,126,151,0.16); } } /* â"€â"€ INTRO TEXT â€" ANIMATED BORDER LEFT â"€â"€ */ .bpg-intro-text { font-size: 1.1rem; font-weight: 400; margin-bottom: 40px; color: #333; border-left: 4px solid #1a1a1a; padding-left: 20px; background: linear-gradient(90deg, #fcfcfc 0%, transparent 100%); padding-top: 10px; padding-bottom: 10px; position: relative; transition: all 0.4s ease; } .bpg-intro-text:hover { border-left-color: #1C7E97; border-left-width: 6px; padding-left: 22px; background: linear-gradient(90deg, rgba(28,126,151,0.04) 0%, transparent 100%); } /* â"€â"€ SECTION LABELS â€" DRAW-IN LINE â"€â"€ */ .bpg-label { font-size: 0.85rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.15em; color: #888; margin: 50px 0 20px 0; display: block
    419,99
    Versand: frei!
    Firebat AM02 | H 255
    Firebat AM02 | H 255
    .bpg-container { font-family: inherit; color: #1a1a1a; line-height: 1.6; max-width: 900px; margin: 0 auto; padding: 15px; } /* â"€â"€ HEADER GRID â"€â"€ */ .bpg-header-area { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 35px; } .bpg-tile { background: #fcfcfc; border: 1px solid #eee; border-radius: 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); text-align: center; } /* â"€â"€ CPU TILE â€" FLOWING GRADIENT BORDER â"€â"€ */ .bpg-tile-cpu { grid-column: span 2; padding: 22px 15px; font-size: 1.4rem; font-weight: 900; letter-spacing: -0.02em; background: #fff; border: none; position: relative; overflow: visible; z-index: 1; } .bpg-tile-cpu::before { content: ''; position: absolute; inset: -1px; border-radius: 11px; background: linear-gradient(90deg, #1C7E97, #2EACC7, #1C7E97); background-size: 300% 100%; background-position: 0% 50%; z-index: -2; transition: background-position 0.4s ease; } .bpg-tile-cpu::after { content: ''; position: absolute; inset: 1px; border-radius: 10px; background: #fff; z-index: -1; } @keyframes borderFlow { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } .bpg-tile-cpu:hover::before { background: linear-gradient(90deg, #155E72, #1C7E97, #5DC4D9, #2EACC7, #155E72, #1C7E97, #5DC4D9); background-size: 300% 100%; animation: borderFlow 3s ease infinite; filter: brightness(1.1); } .bpg-tile-cpu:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(28,126,151,0.12); } .bpg-usecase-tag { position: absolute; top: -10px; z-index: 2; left: 50%; transform: translateX(-50%); } .bpg-uc { position: absolute; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, #155E72, #1C7E97, #2EACC7); color: #fff; font-size: 0.65rem; font-weight: 800; text-transform: uppercase; padding: 3px 12px; border-radius: 20px; letter-spacing: 0.08em; white-space: nowrap; opacity: 0; } .bpg-uc:first-child { opacity: 1; } /* â"€â"€ RAM / SSD TILES â€" SHIMMER ON HOVER â"€â"€ */ .bpg-tile-mem { padding: 12px; font-size: 0.95rem; font-weight: 700; position: relative; overflow: hidden; } .bpg-tile-mem::after { content: ''; position: absolute; top: 0; left: -100%; width: 60%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent); transition: none; pointer-events: none; } .bpg-tile-mem:hover { border-color: #1C7E97; transform: translateY(-2px); box-shadow: 0 6px 16px rgba(28,126,151,0.10); } .bpg-tile-mem:hover::after { animation: shimmer 0.6s ease forwards; } @keyframes shimmer { to { left: 120%; } } /* â"€â"€ SPECIAL TILES â€" PULSE BORDER ON HOVER â"€â"€ */ .bpg-tile-special { padding: 10px; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: #555; background: #f9f9f9; position: relative; } .bpg-tile-special:hover { border-color: #1C7E97; color: #155E72; transform: translateY(-2px); box-shadow: 0 6px 14px rgba(28,126,151,0.08); animation: tilePulse 1.5s ease infinite; } @keyframes tilePulse { 0%, 100% { box-shadow: 0 6px 14px rgba(28,126,151,0.08); } 50% { box-shadow: 0 6px 20px rgba(28,126,151,0.16); } } /* â"€â"€ INTRO TEXT â€" ANIMATED BORDER LEFT â"€â"€ */ .bpg-intro-text { font-size: 1.1rem; font-weight: 400; margin-bottom: 40px; color: #333; border-left: 4px solid #1a1a1a; padding-left: 20px; background: linear-gradient(90deg, #fcfcfc 0%, transparent 100%); padding-top: 10px; padding-bottom: 10px; position: relative; transition: all 0.4s ease; } .bpg-intro-text:hover { border-left-color: #1C7E97; border-left-width: 6px; padding-left: 22px; background: linear-gradient(90deg, rgba(28,126,151,0.04) 0%, transparent 100%); } /* â"€â"€ SECTION LABELS â€" DRAW-IN LINE â"€â"€ */ .bpg-label { font-size: 0.85rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.15em; color: #888; margin: 50px 0 20px 0; display: block
    629,99
    Versand: frei!
    Firebat F1
    Firebat F1
    .bpg-container { font-family: inherit; color: #1a1a1a; line-height: 1.6; max-width: 900px; margin: 0 auto; padding: 15px; } /* â"€â"€ HEADER GRID â"€â"€ */ .bpg-header-area { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 35px; } .bpg-tile { background: #fcfcfc; border: 1px solid #eee; border-radius: 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); text-align: center; } /* â"€â"€ CPU TILE â€" FLOWING GRADIENT BORDER â"€â"€ */ .bpg-tile-cpu { grid-column: span 2; padding: 22px 15px; font-size: 1.4rem; font-weight: 900; letter-spacing: -0.02em; background: #fff; border: none; position: relative; overflow: visible; z-index: 1; } .bpg-tile-cpu::before { content: ''; position: absolute; inset: -1px; border-radius: 11px; background: linear-gradient(90deg, #1C7E97, #2EACC7, #1C7E97); background-size: 300% 100%; background-position: 0% 50%; z-index: -2; transition: background-position 0.4s ease; } .bpg-tile-cpu::after { content: ''; position: absolute; inset: 1px; border-radius: 10px; background: #fff; z-index: -1; } @keyframes borderFlow { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } .bpg-tile-cpu:hover::before { background: linear-gradient(90deg, #155E72, #1C7E97, #5DC4D9, #2EACC7, #155E72, #1C7E97, #5DC4D9); background-size: 300% 100%; animation: borderFlow 3s ease infinite; filter: brightness(1.1); } .bpg-tile-cpu:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(28,126,151,0.12); } .bpg-usecase-tag { position: absolute; top: -10px; z-index: 2; left: 50%; transform: translateX(-50%); } .bpg-uc { position: absolute; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, #155E72, #1C7E97, #2EACC7); color: #fff; font-size: 0.65rem; font-weight: 800; text-transform: uppercase; padding: 3px 12px; border-radius: 20px; letter-spacing: 0.08em; white-space: nowrap; opacity: 0; } .bpg-uc:first-child { opacity: 1; } /* â"€â"€ RAM / SSD TILES â€" SHIMMER ON HOVER â"€â"€ */ .bpg-tile-mem { padding: 12px; font-size: 0.95rem; font-weight: 700; position: relative; overflow: hidden; } .bpg-tile-mem::after { content: ''; position: absolute; top: 0; left: -100%; width: 60%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent); transition: none; pointer-events: none; } .bpg-tile-mem:hover { border-color: #1C7E97; transform: translateY(-2px); box-shadow: 0 6px 16px rgba(28,126,151,0.10); } .bpg-tile-mem:hover::after { animation: shimmer 0.6s ease forwards; } @keyframes shimmer { to { left: 120%; } } /* â"€â"€ SPECIAL TILES â€" PULSE BORDER ON HOVER â"€â"€ */ .bpg-tile-special { padding: 10px; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: #555; background: #f9f9f9; position: relative; } .bpg-tile-special:hover { border-color: #1C7E97; color: #155E72; transform: translateY(-2px); box-shadow: 0 6px 14px rgba(28,126,151,0.08); animation: tilePulse 1.5s ease infinite; } @keyframes tilePulse { 0%, 100% { box-shadow: 0 6px 14px rgba(28,126,151,0.08); } 50% { box-shadow: 0 6px 20px rgba(28,126,151,0.16); } } /* â"€â"€ INTRO TEXT â€" ANIMATED BORDER LEFT â"€â"€ */ .bpg-intro-text { font-size: 1.1rem; font-weight: 400; margin-bottom: 40px; color: #333; border-left: 4px solid #1a1a1a; padding-left: 20px; background: linear-gradient(90deg, #fcfcfc 0%, transparent 100%); padding-top: 10px; padding-bottom: 10px; position: relative; transition: all 0.4s ease; } .bpg-intro-text:hover { border-left-color: #1C7E97; border-left-width: 6px; padding-left: 22px; background: linear-gradient(90deg, rgba(28,126,151,0.04) 0%, transparent 100%); } /* â"€â"€ SECTION LABELS â€" DRAW-IN LINE â"€â"€ */ .bpg-label { font-size: 0.85rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.15em; color: #888; margin: 50px 0 20px 0; display: block
    499,99
    Versand: frei!
    Firebat F2
    Firebat F2
    .bpg-container { font-family: inherit; color: #1a1a1a; line-height: 1.6; max-width: 900px; margin: 0 auto; padding: 15px; } /* â"€â"€ HEADER GRID â"€â"€ */ .bpg-header-area { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 35px; } .bpg-tile { background: #fcfcfc; border: 1px solid #eee; border-radius: 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); text-align: center; } /* â"€â"€ CPU TILE â€" FLOWING GRADIENT BORDER â"€â"€ */ .bpg-tile-cpu { grid-column: span 2; padding: 22px 15px; font-size: 1.4rem; font-weight: 900; letter-spacing: -0.02em; background: #fff; border: none; position: relative; overflow: visible; z-index: 1; } .bpg-tile-cpu::before { content: ''; position: absolute; inset: -1px; border-radius: 11px; background: linear-gradient(90deg, #1C7E97, #2EACC7, #1C7E97); background-size: 300% 100%; background-position: 0% 50%; z-index: -2; transition: background-position 0.4s ease; } .bpg-tile-cpu::after { content: ''; position: absolute; inset: 1px; border-radius: 10px; background: #fff; z-index: -1; } @keyframes borderFlow { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } .bpg-tile-cpu:hover::before { background: linear-gradient(90deg, #155E72, #1C7E97, #5DC4D9, #2EACC7, #155E72, #1C7E97, #5DC4D9); background-size: 300% 100%; animation: borderFlow 3s ease infinite; filter: brightness(1.1); } .bpg-tile-cpu:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(28,126,151,0.12); } .bpg-usecase-tag { position: absolute; top: -10px; z-index: 2; left: 50%; transform: translateX(-50%); } .bpg-uc { position: absolute; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, #155E72, #1C7E97, #2EACC7); color: #fff; font-size: 0.65rem; font-weight: 800; text-transform: uppercase; padding: 3px 12px; border-radius: 20px; letter-spacing: 0.08em; white-space: nowrap; opacity: 0; } .bpg-uc:first-child { opacity: 1; } /* â"€â"€ RAM / SSD TILES â€" SHIMMER ON HOVER â"€â"€ */ .bpg-tile-mem { padding: 12px; font-size: 0.95rem; font-weight: 700; position: relative; overflow: hidden; } .bpg-tile-mem::after { content: ''; position: absolute; top: 0; left: -100%; width: 60%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent); transition: none; pointer-events: none; } .bpg-tile-mem:hover { border-color: #1C7E97; transform: translateY(-2px); box-shadow: 0 6px 16px rgba(28,126,151,0.10); } .bpg-tile-mem:hover::after { animation: shimmer 0.6s ease forwards; } @keyframes shimmer { to { left: 120%; } } /* â"€â"€ SPECIAL TILES â€" PULSE BORDER ON HOVER â"€â"€ */ .bpg-tile-special { padding: 10px; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: #555; background: #f9f9f9; position: relative; } .bpg-tile-special:hover { border-color: #1C7E97; color: #155E72; transform: translateY(-2px); box-shadow: 0 6px 14px rgba(28,126,151,0.08); animation: tilePulse 1.5s ease infinite; } @keyframes tilePulse { 0%, 100% { box-shadow: 0 6px 14px rgba(28,126,151,0.08); } 50% { box-shadow: 0 6px 20px rgba(28,126,151,0.16); } } /* â"€â"€ INTRO TEXT â€" ANIMATED BORDER LEFT â"€â"€ */ .bpg-intro-text { font-size: 1.1rem; font-weight: 400; margin-bottom: 40px; color: #333; border-left: 4px solid #1a1a1a; padding-left: 20px; background: linear-gradient(90deg, #fcfcfc 0%, transparent 100%); padding-top: 10px; padding-bottom: 10px; position: relative; transition: all 0.4s ease; } .bpg-intro-text:hover { border-left-color: #1C7E97; border-left-width: 6px; padding-left: 22px; background: linear-gradient(90deg, rgba(28,126,151,0.04) 0%, transparent 100%); } /* â"€â"€ SECTION LABELS â€" DRAW-IN LINE â"€â"€ */ .bpg-label { font-size: 0.85rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.15em; color: #888; margin: 50px 0 20px 0; display: block
    464,99
    Versand: frei!
    Firebat R2
    Firebat R2
    .bpg-container { font-family: inherit; color: #1a1a1a; line-height: 1.6; max-width: 900px; margin: 0 auto; padding: 15px; } /* â"€â"€ HEADER GRID â"€â"€ */ .bpg-header-area { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 35px; } .bpg-tile { background: #fcfcfc; border: 1px solid #eee; border-radius: 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); text-align: center; } /* â"€â"€ CPU TILE â€" FLOWING GRADIENT BORDER â"€â"€ */ .bpg-tile-cpu { grid-column: span 2; padding: 22px 15px; font-size: 1.4rem; font-weight: 900; letter-spacing: -0.02em; background: #fff; border: none; position: relative; overflow: visible; z-index: 1; } .bpg-tile-cpu::before { content: ''; position: absolute; inset: -1px; border-radius: 11px; background: linear-gradient(90deg, #1C7E97, #2EACC7, #1C7E97); background-size: 300% 100%; background-position: 0% 50%; z-index: -2; transition: background-position 0.4s ease; } .bpg-tile-cpu::after { content: ''; position: absolute; inset: 1px; border-radius: 10px; background: #fff; z-index: -1; } @keyframes borderFlow { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } .bpg-tile-cpu:hover::before { background: linear-gradient(90deg, #155E72, #1C7E97, #5DC4D9, #2EACC7, #155E72, #1C7E97, #5DC4D9); background-size: 300% 100%; animation: borderFlow 3s ease infinite; filter: brightness(1.1); } .bpg-tile-cpu:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(28,126,151,0.12); } .bpg-usecase-tag { position: absolute; top: -10px; z-index: 2; left: 50%; transform: translateX(-50%); } .bpg-uc { position: absolute; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, #155E72, #1C7E97, #2EACC7); color: #fff; font-size: 0.65rem; font-weight: 800; text-transform: uppercase; padding: 3px 12px; border-radius: 20px; letter-spacing: 0.08em; white-space: nowrap; opacity: 0; } .bpg-uc:first-child { opacity: 1; } /* â"€â"€ RAM / SSD TILES â€" SHIMMER ON HOVER â"€â€ */ .bpg-tile-mem { padding: 12px; font-size: 0.95rem; font-weight: 700; position: relative; overflow: hidden; } .bpg-tile-mem::after { content: ''; position: absolute; top: 0; left: -100%; width: 60%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent); transition: none; pointer-events: none; } .bpg-tile-mem:hover { border-color: #1C7E97; transform: translateY(-2px); box-shadow: 0 6px 16px rgba(28,126,151,0.10); } .bpg-tile-mem:hover::after { animation: shimmer 0.6s ease forwards; } @keyframes shimmer { to { left: 120%; } } /* â"€â"€ SPECIAL TILES â€" PULSE BORDER ON HOVER â"€â"€ */ .bpg-tile-special { padding: 10px; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: #555; background: #f9f9f9; position: relative; } .bpg-tile-special:hover { border-color: #1C7E97; color: #155E72; transform: translateY(-2px); box-shadow: 0 6px 14px rgba(28,126,151,0.08); animation: tilePulse 1.5s ease infinite; } @keyframes tilePulse { 0%, 100% { box-shadow: 0 6px 14px rgba(28,126,151,0.08); } 50% { box-shadow: 0 6px 20px rgba(28,126,151,0.16); } } /* â"€â"€ INTRO TEXT â€" ANIMATED BORDER LEFT â"€â"€ */ .bpg-intro-text { font-size: 1.1rem; font-weight: 400; margin-bottom: 40px; color: #333; border-left: 4px solid #1a1a1a; padding-left: 20px; background: linear-gradient(90deg, #fcfcfc 0%, transparent 100%); padding-top: 10px; padding-bottom: 10px; position: relative; transition: all 0.4s ease; } .bpg-intro-text:hover { border-left-color: #1C7E97; border-left-width: 6px; padding-left: 22px; background: linear-gradient(90deg, rgba(28,126,151,0.04) 0%, transparent 100%); } /* â"€â"€ SECTION LABELS â€" DRAW-IN LINE â"€â"€ */ .bpg-label { font-size: 0.85rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.15em; color: #888; margin: 50px 0 20px 0; display: block;
    324,99
    Versand: frei!
    Firebat R3
    Firebat R3
    .bpg-container { font-family: inherit; color: #1a1a1a; line-height: 1.6; max-width: 900px; margin: 0 auto; padding: 15px; } /* â"€â"€ HEADER GRID â"€â"€ */ .bpg-header-area { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 35px; } .bpg-tile { background: #fcfcfc; border: 1px solid #eee; border-radius: 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); text-align: center; } /* â"€â"€ CPU TILE â€" FLOWING GRADIENT BORDER â"€â"€ */ .bpg-tile-cpu { grid-column: span 2; padding: 22px 15px; font-size: 1.4rem; font-weight: 900; letter-spacing: -0.02em; background: #fff; border: none; position: relative; overflow: visible; z-index: 1; } .bpg-tile-cpu::before { content: ''; position: absolute; inset: -1px; border-radius: 11px; background: linear-gradient(90deg, #1C7E97, #2EACC7, #1C7E97); background-size: 300% 100%; background-position: 0% 50%; z-index: -2; transition: background-position 0.4s ease; } .bpg-tile-cpu::after { content: ''; position: absolute; inset: 1px; border-radius: 10px; background: #fff; z-index: -1; } @keyframes borderFlow { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } .bpg-tile-cpu:hover::before { background: linear-gradient(90deg, #155E72, #1C7E97, #5DC4D9, #2EACC7, #155E72, #1C7E97, #5DC4D9); background-size: 300% 100%; animation: borderFlow 3s ease infinite; filter: brightness(1.1); } .bpg-tile-cpu:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(28,126,151,0.12); } .bpg-usecase-tag { position: absolute; top: -10px; z-index: 2; left: 50%; transform: translateX(-50%); } .bpg-uc { position: absolute; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, #155E72, #1C7E97, #2EACC7); color: #fff; font-size: 0.65rem; font-weight: 800; text-transform: uppercase; padding: 3px 12px; border-radius: 20px; letter-spacing: 0.08em; white-space: nowrap; opacity: 0; } .bpg-uc:first-child { opacity: 1; } /* â"€â"€ RAM / SSD TILES â€" SHIMMER ON HOVER â"€â"€ */ .bpg-tile-mem { padding: 12px; font-size: 0.95rem; font-weight: 700; position: relative; overflow: hidden; } .bpg-tile-mem::after { content: ''; position: absolute; top: 0; left: -100%; width: 60%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent); transition: none; pointer-events: none; } .bpg-tile-mem:hover { border-color: #1C7E97; transform: translateY(-2px); box-shadow: 0 6px 16px rgba(28,126,151,0.10); } .bpg-tile-mem:hover::after { animation: shimmer 0.6s ease forwards; } @keyframes shimmer { to { left: 120%; } } /* â"€â"€ SPECIAL TILES â€" PULSE BORDER ON HOVER â"€â"€ */ .bpg-tile-special { padding: 10px; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: #555; background: #f9f9f9; position: relative; } .bpg-tile-special:hover { border-color: #1C7E97; color: #155E72; transform: translateY(-2px); box-shadow: 0 6px 14px rgba(28,126,151,0.08); animation: tilePulse 1.5s ease infinite; } @keyframes tilePulse { 0%, 100% { box-shadow: 0 6px 14px rgba(28,126,151,0.08); } 50% { box-shadow: 0 6px 20px rgba(28,126,151,0.16); } } /* â"€â"€ INTRO TEXT â€" ANIMATED BORDER LEFT â"€â"€ */ .bpg-intro-text { font-size: 1.1rem; font-weight: 400; margin-bottom: 40px; color: #333; border-left: 4px solid #1a1a1a; padding-left: 20px; background: linear-gradient(90deg, #fcfcfc 0%, transparent 100%); padding-top: 10px; padding-bottom: 10px; position: relative; transition: all 0.4s ease; } .bpg-intro-text:hover { border-left-color: #1C7E97; border-left-width: 6px; padding-left: 22px; background: linear-gradient(90deg, rgba(28,126,151,0.04) 0%, transparent 100%); } /* â"€â"€ SECTION LABELS â€" DRAW-IN LINE â"€â"€ */ .bpg-label { font-size: 0.85rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.15em; color: #888; margin: 50px 0 20px 0; display: block
    324,99
    Versand: frei!

    Shop bewerten

    Hast Du bereits ein Produkt von diesem Shop gekauft? Dann teile uns Deine Erfahrung mit!
    zurücksetzen
    Wenn Du möchtest, bewerte auch:
    Bestellvorgang:
    Lieferung & Verpackung:
    Service:
    zurücksetzen
    Bitte gib Deine E-Mail-Adresse ein
    max. 150 Zeichen
    Zwischen min. 20 und max. 8.000 Zeichen
    Zukünftig exklusive Schnäppchen-Deals und spannende Neuigkeiten per E-Mail erhalten. Diese Einwilligung kann ich jederzeit widerrufen.
    Es gelten die Nutzungsbedingungen
    So funktioniert es:
    Bitte gib eine gültige E-Mail-Adresse an. Nachdem Du Deine Bewertung abgegeben hast, schicken wir an diese Adresse eine E-Mail mit einem Bestätigungslink. Erst wenn Du Deine E-Mail bestätigt hast, können wir Deine Bewertung bearbeiten. Deine E-Mail-Adresse ist für andere nicht sichtbar.
    Deine Meinung ist gefragt. Mit Produktbewertungen hilfst Du anderen Usern.
    tigerImage

    Händlerinformationen

    Titel

    Sina Hettrich
    Kirchäckerstraße 53
    73061 Ebersbach an der Fils
    Beliebte Angebote

    Angebotsdetails
    Gutschein

    Code kopiert

    Kopieren
    Zum Shop
    * Die Preise und Versandkosten können sich seit der letzten Aktualisierung beim jeweiligen Händler verändert haben. Alle Preise sind Angaben des jeweiligen Anbieters inklusive Umsatzsteuer, zzgl. Versand - alle Angaben ohne Gewähr. Unser Angebot umfasst nur Anbieter, die für Ihre Weiterleitung an den Shop eine Klick-Provision an uns zahlen.
    mozilla/5.0 applewebkit/537.36 (khtml, like gecko; compatible; claudebot/1.0; [email protected])
    x-pixel