Checkmate
Apocalypse AP-M101SE PRO | 10" Mid-Range Speakers (Pair)
Apocalypse AP-M101SE PRO | 10" Mid-Range Speakers (Pair)Apocalypse AP-M101SE PRO | 10" Mid-Range Speakers (Pair)Apocalypse AP-M101SE PRO | 10" Mid-Range Speakers (Pair)

Deaf Bonce

$199.90

Apocalypse AP-M101SE PRO | 10" Mid-Range Speakers (Pair)

coupon

3 discount codes

@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;600;700;900&family=Orbitron:wght@400;700;900&display=swap'); .hud-speaker-section { font-family: 'Rajdhani', sans-serif; background: #ffffff; color: #1a1a1a; padding: 0px 20px; position: relative; overflow: hidden; min-height: auto; } /* First section needs top padding for title */ .section-1 { padding-top: 80px; padding-bottom: 0px; min-height: 100vh; } /* Second section with NEGATIVE margin to overlap */ .section-2 { padding-top: 0px; padding-bottom: 0px; margin-top: -100px; } /* Clean background - no grid */ .hud-speaker-section::before { display: none; } /* Floating Title */ .hud-title { text-align: center; margin-bottom: 60px; position: relative; z-index: 10; animation: float 4s ease-in-out infinite; } @keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-10px); } } .hud-series { font-size: 20px; color: #84BD00; letter-spacing: 6px; text-transform: uppercase; font-weight: 700; margin-bottom: 20px; text-shadow: 0 0 10px rgba(132, 189, 0, 0.5); } .hud-model { font-size: 64px; font-weight: 900; font-family: 'Orbitron', sans-serif; letter-spacing: 4px; margin-bottom: 20px; } .hud-model-main { background: linear-gradient(180deg, #c0c0c0 0%, #808080 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .hud-model-pro { color: #84BD00; text-shadow: 0 0 30px rgba(132, 189, 0, 0.8); } .hud-subtitle { font-size: 12px; color: #666666; letter-spacing: 3px; text-transform: uppercase; } /* Speaker Display */ .hud-display { position: relative; max-width: 800px; margin: 0 auto; padding: 20px 20px 0px 20px; } /* Second section - zero top padding */ .section-2 .hud-display { padding: 0px 20px 0px 20px; } .hud-speaker-container { position: relative; width: 100%; max-width: 500px; margin: 0 auto; z-index: 5; } .hud-speaker-img { width: 100%; height: auto; display: block; filter: drop-shadow(0 0 30px rgba(132, 189, 0, 0.3)); position: relative; z-index: 5; } /* Section 1 - Clockwise rotation */ .section-1 .hud-speaker-img { animation: rotate-speaker-clockwise 120s linear infinite; } @keyframes rotate-speaker-clockwise { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } /* Section 2 - Counter-clockwise rotation */ .section-2 .hud-speaker-img { animation: rotate-speaker-counter 120s linear infinite; } @keyframes rotate-speaker-counter { from { transform: rotate(0deg); } to { transform: rotate(-360deg); } } /* HUD Data Points */ .hud-datapoint { position: absolute; opacity: 0; transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1); z-index: 10; } /* Show datapoints when speaker is in view */ .hud-speaker-container.in-view .hud-datapoint { opacity: 1; transform: translate(0, 0); } /* Faster staggered appearance */ .hud-speaker-container.in-view .hud-datapoint-1 { transition-delay: 0.2s; } .hud-speaker-container.in-view .hud-datapoint-2 { transition-delay: 0.4s; } .hud-speaker-container.in-view .hud-datapoint-3 { transition-delay: 0.6s; } .hud-speaker-container.in-view .hud-datapoint-4 { transition-delay: 0.8s; } /* HUD Box Styling */ .hud-box { background: rgba(255, 255, 255, 0.98); border: 2px solid #84BD00; padding: 4px 8px; position: relative; clip-path: polygon( 0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 8px 100%, 0 calc(100% - 8px) ); box-shadow: 0 0 15px rgba(132, 189, 0, 0.3), 0 2px 8px rgba(0, 0, 0, 0.1); min-width: 80px; z-index: 10; } .hud-box::before { content: ''; position: absolute; top: -2px; right: -2px; width: 8px; height: 3px; border-top: 2px solid #84BD00; border-right: 2px solid #84BD00; } .hud-box::after { content: ''; position: absolute; bottom: -2px; left: -2px; width: 8px; height: 3px; border-bottom: 2px solid #84BD00; border-left: 2px solid #84BD00; } .hud-label { font-size: 11px; color: #84BD00; text-transform: uppercase; letter-spacing: 0.5px; font-weight: 700; margin-bottom: 1px; text-shadow: 0 0 5px rgba(132, 189, 0, 0.5); } .hud-value { font-size: 13px; color: #1a1a1a; font-weight: 900; font-family: 'Orbitron', sans-serif; } /* Connecting Lines */ .hud-line { position: absolute; height: 2px; background: linear-gradient(90deg, #84BD00, transparent); box-shadow: 0 0 5px #84BD00; z-index: 1; } /* SECTION 1 - Alternating left/right */ .section-1 .hud-datapoint-1 { top: 30%; left: 15px; transform: translateX(-100px); } .section-1 .hud-datapoint-1 .hud-line { width: 15px; left: 100%; top: 50%; background: linear-gradient(270deg, #84BD00, transparent); } .section-1 .hud-datapoint-2 { top: 45%; right: 15px; transform: translateX(100px); } .section-1 .hud-datapoint-2 .hud-line { width: 15px; right: 100%; top: 50%; } .section-1 .hud-datapoint-3 { top: 60%; left: 15px; transform: translateX(-100px); } .section-1 .hud-datapoint-3 .hud-line { width: 15px; left: 100%; top: 50%; background: linear-gradient(270deg, #84BD00, transparent); } .section-1 .hud-datapoint-4 { top: 60%; right: 15px; transform: translateX(100px); } .section-1 .hud-datapoint-4 .hud-line { width: 15px; right: 100%; top: 50%; } /* SECTION 2 - Alternating left/right */ .section-2 .hud-datapoint-1 { top: 35%; left: 15px; transform: translateX(-100px); } .section-2 .hud-datapoint-1 .hud-line { width: 15px; left: 100%; top: 50%; background: linear-gradient(270deg, #84BD00, transparent); } .section-2 .hud-datapoint-2 { top: 45%; right: 15px; transform: translateX(100px); } .section-2 .hud-datapoint-2 .hud-line { width: 15px; right: 100%; top: 50%; background: linear-gradient(90deg, #84BD00, transparent); } .section-2 .hud-datapoint-3 { top: 55%; left: 15px; transform: translateX(-100px); } .section-2 .hud-datapoint-3 .hud-line { width: 15px; left: 100%; top: 50%; background: linear-gradient(270deg, #84BD00, transparent); } .section-2 .hud-datapoint-4 { top: 65%; right: 15px; transform: translateX(100px); } .section-2 .hud-datapoint-4 .hud-line { width: 15px; right: 100%; top: 50%; background: linear-gradient(90deg, #84BD00, transparent); } /* Mobile Responsive */ @media (max-width: 768px) { .hud-model { font-size: 42px; } .hud-display { padding: 10px 10px; } .hud-speaker-container { max-width: 300px; margin: 0 auto; } /* Section 1 mobile */ .section-1 .hud-datapoint-1 { left: 20px; } .section-1 .hud-datapoint-2 { right: 20px; } .section-1 .hud-datapoint-3 { left: 20px; } .section-1 .hud-datapoint-4 { right: 20px; } /* Section 2 mobile */ .section-2 .hud-datapoint-1 { left: 20px; } .section-2 .hud-datapoint-2 { right: 20px; } .section-2 .hud-datapoint-3 { left: 20px; } .section-2 .hud-datapoint-4 { right: 20px; } .hud-line { width: 8px; } .hud-box { min-width: 60px; padding: 3px 5px; } .hud-label { font-size: 5px; } .hud-value { font-size: 6px; } /* Уменьшить динамики на мобилке */ .hud-speaker-img { max-width: 80%; } .hud-datapoint { transform: scale(0.7); } /* Убрать зеленый фон на мобилке */ .section-1, .section-2 { background: transparent; } .hud-display { background: transparent; } /* Центрировать и не обрезать динамик */ .hud-speaker-img { max-width: 90%; margin: 0 auto; display: block; } } /* Size Selector - COMPACT */ .size-selector { margin-bottom: 20px; text-align: center; padding: 0px 0px; background: transparent; border-radius: 0; box-shadow: none; } .size-selector-title { font-family: 'Orbitron', sans-serif; font-size: 11px; font-weight: 700; color: #84BD00; letter-spacing: 1px; margin-bottom: 10px; text-transform: uppercase; text-align: center; } .size-buttons { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; } .size-btn { background: white; border: 2px solid #e0e0e0; border-radius: 4px; padding: 15px 18px; cursor: pointer; transition: all 0.3s ease; text-decoration: none; min-width: 90px; } .size-btn:hover { border-color: #84BD00; transform: translateY(-1px); box-shadow: 0 2px 8px rgba(132, 189, 0, 0.2); } .size-active { border-color: #84BD00; background: #f8fff0; cursor: default; box-shadow: 0 2px 8px rgba(132, 189, 0, 0.15); } .size-active:hover { transform: none; } .size-number { font-family: 'Orbitron', sans-serif; font-size: 24px; font-weight: 900; color: #1a1a1a; margin-bottom: 2px; } .size-active .size-number { color: #84BD00; } .size-label { font-family: 'Rajdhani', sans-serif; font-size: 11px; color: #666; font-weight: 600; letter-spacing: 0.5px; } .size-active .size-label { color: #84BD00; } SELECT SPEAKER SIZE 6.5" M61SE PRO 8" M81SE PRO 10" M101SE PRO .specs-accordion { max-width: 1400px; margin: 60px auto 20px auto; padding: 0 20px; } .accordion-item { margin-bottom: 20px; border: 2px solid rgba(132, 189, 0, 0.3); background: #ffffff; overflow: hidden; transition: all 0.3s ease; } .accordion-item:hover { border-color: #84BD00; box-shadow: 0 0 20px rgba(132, 189, 0, 0.2); } .accordion-header { padding: 20px 30px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; background: linear-gradient(90deg, rgba(132, 189, 0, 0.05) 0%, transparent 100%); transition: all 0.3s ease; user-select: none; } .accordion-header:hover { background: linear-gradient(90deg, rgba(132, 189, 0, 0.1) 0%, transparent 100%); } .accordion-title { font-family: 'Orbitron', sans-serif; font-size: 20px; font-weight: 700; color: #1a1a1a; text-transform: uppercase; letter-spacing: 2px; } .accordion-icon { font-size: 24px; color: #84BD00; transition: transform 0.3s ease; } .accordion-item.active .accordion-icon { transform: rotate(180deg); } .accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; } .accordion-inner { padding: 30px; border-top: 1px solid rgba(132, 189, 0, 0.2); } /* Description content */ .description-text { font-family: 'Rajdhani', sans-serif; font-size: 16px; line-height: 1.8; color: #333; } /* Dimensions image */ .dimensions-image { width: 100%; margin: 0 auto; display: block; } /* Specifications Table */ .specs-table { width: 100%; border-collapse: collapse; font-family: 'Rajdhani', sans-serif; } .specs-table tr { border-bottom: 1px solid #e0e0e0; opacity: 0; transform: translateY(20px); animation: fadeInUp 0.5s ease-out forwards; } /* Staggered animation for each row */ .specs-table tr:nth-child(1) { animation-delay: 0.05s; } .specs-table tr:nth-child(2) { animation-delay: 0.10s; } .specs-table tr:nth-child(3) { animation-delay: 0.15s; } .specs-table tr:nth-child(4) { animation-delay: 0.20s; } .specs-table tr:nth-child(5) { animation-delay: 0.25s; } .specs-table tr:nth-child(6) { animation-delay: 0.30s; } .specs-table tr:nth-child(7) { animation-delay: 0.35s; } .specs-table tr:nth-child(8) { animation-delay: 0.40s; } .specs-table tr:nth-child(9) { animation-delay: 0.45s; } .specs-table tr:nth-child(10) { animation-delay: 0.50s; } .specs-table tr:nth-child(11) { animation-delay: 0.55s; } .specs-table tr:nth-child(12) { animation-delay: 0.60s; } .specs-table tr:nth-child(13) { animation-delay: 0.65s; } .specs-table tr:nth-child(14) { animation-delay: 0.70s; } .specs-table tr:nth-child(15) { animation-delay: 0.75s; } .specs-table tr:nth-child(16) { animation-delay: 0.80s; } .specs-table tr:nth-child(17) { animation-delay: 0.85s; } .specs-table tr:nth-child(18) { animation-delay: 0.90s; } .specs-table tr:nth-child(19) { animation-delay: 0.95s; } .specs-table tr:nth-child(20) { animation-delay: 1.00s; } .specs-table tr:nth-child(21) { animation-delay: 1.05s; } @keyframes fadeInUp { to { opacity: 1; transform: translateY(0); } } .specs-table tr:last-child { border-bottom: none; } .spec-label { padding: 15px 10px; font-size: 16px; color: #666; font-weight: 600; width: 50%; } .spec-value { padding: 15px 10px; font-size: 16px; color: #1a1a1a; font-weight: 700; text-align: right; } @media (max-width: 768px) { .spec-label { font-size: 12px; padding: 12px 8px; } .spec-value { font-size: 12px; padding: 12px 8px; } } /* Coming Soon styling */ .coming-soon { text-align: center; padding: 60px 20px; } .coming-soon-icon { font-size: 64px; margin-bottom: 20px; opacity: 0.5; } .coming-soon-text { font-family: 'Orbitron', sans-serif; font-size: 32px; font-weight: 700; color: #84BD00; letter-spacing: 4px; margin-bottom: 20px; } .coming-soon-desc { font-family: 'Rajdhani', sans-serif; font-size: 16px; color: #666; } /* Equipment recommendations */ .equipment-category { margin-bottom: 30px; } .category-title { font-family: 'Orbitron', sans-serif; font-size: 18px; font-weight: 700; color: #84BD00; text-transform: uppercase; margin-bottom: 20px; letter-spacing: 2px; } .product-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; } .product-card { border: 1px solid rgba(132, 189, 0, 0.3); padding: 20px; background: #fafafa; transition: all 0.3s ease; position: relative; } .product-card:hover { border-color: #84BD00; box-shadow: 0 5px 15px rgba(132, 189, 0, 0.2); transform: translateY(-3px); } .product-name { font-family: 'Rajdhani', sans-serif; font-size: 18px; font-weight: 700; color: #1a1a1a; margin-bottom: 10px; } .product-desc { font-family: 'Rajdhani', sans-serif; font-size: 14px; color: #666; margin-bottom: 20px; } .add-to-cart-btn { width: 100%; padding: 12px 20px; background: #84BD00; color: #ffffff; border: none; font-family: 'Orbitron', sans-serif; font-size: 14px; font-weight: 700; text-transform: uppercase; cursor: pointer; transition: all 0.3s ease; letter-spacing: 1px; } .add-to-cart-btn:hover { background: #6fa000; box-shadow: 0 5px 15px rgba(132, 189, 0, 0.4); transform: translateY(-2px); } .add-to-cart-btn:active { transform: translateY(0); } /* System Configurator Styles */ .configurator-step { margin-bottom: 40px; } .step-title { font-family: 'Orbitron', sans-serif; font-size: 14px; font-weight: 700; color: #84BD00; text-transform: uppercase; margin-bottom: 20px; letter-spacing: 2px; } .quantity-selector { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 15px; } .quantity-btn { padding: 15px 20px; background: #ffffff; border: 2px solid rgba(132, 189, 0, 0.3); font-family: 'Rajdhani', sans-serif; font-size: 16px; font-weight: 700; color: #1a1a1a; cursor: pointer; transition: all 0.3s ease; text-transform: uppercase; } .quantity-btn:hover { border-color: #84BD00; background: rgba(132, 189, 0, 0.1); transform: translateY(-3px); box-shadow: 0 5px 15px rgba(132, 189, 0, 0.2); } .quantity-btn.selected { background: #84BD00; color: #ffffff; border-color: #84BD00; } .recommendation-box { background: #fafafa; border: 2px solid #84BD00; padding: 25px; margin-bottom: 20px; } .recommendation-header { display: flex; align-items: center; gap: 15px; margin-bottom: 20px; } .rec-icon { font-size: 32px; } .rec-title { font-family: 'Orbitron', sans-serif; font-size: 22px; font-weight: 700; color: #1a1a1a; } .rec-details { font-family: 'Rajdhani', sans-serif; font-size: 16px; color: #666; margin-bottom: 20px; line-height: 1.6; } .diagram-container { background: #fafafa; padding: 20px; border: 2px solid rgba(132, 189, 0, 0.3); text-align: center; } .wiring-image { width: 100%; max-width: 800px; margin: 0 auto 15px; display: block; } .diagram-caption { font-family: 'Rajdhani', sans-serif; font-size: 14px; color: #666; font-style: italic; } .complete-system-btn { width: 100%; padding: 18px 30px; background: linear-gradient(135deg, #84BD00 0%, #6fa000 100%); color: #ffffff; border: none; font-family: 'Orbitron', sans-serif; font-size: 16px; font-weight: 700; text-transform: uppercase; cursor: pointer; transition: all 0.3s ease; letter-spacing: 2px; box-shadow: 0 5px 20px rgba(132, 189, 0, 0.3); } .complete-system-btn:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(132, 189, 0, 0.5); } .system-summary { margin-top: 20px; padding: 20px; background: #f0f0f0; border-left: 4px solid #84BD00; font-family: 'Rajdhani', sans-serif; font-size: 14px; line-height: 1.8; } /* Tier Selection - Single Card */ .tier-grid-single { max-width: 400px; margin: 20px auto; } .tier-card-single { background: #ffffff; border: 3px solid #84BD00; padding: 30px; text-align: center; box-shadow: 0 5px 20px rgba(132, 189, 0, 0.15); } .tier-amp-image { margin-bottom: 20px; } .amp-product-image { width: 100%; max-width: 300px; height: auto; margin: 0 auto; display: block; } .tier-select-btn-single { width: 100%; padding: 15px; background: #84BD00; color: white; border: none; font-family: 'Rajdhani', sans-serif; font-size: 16px; font-weight: 700; cursor: pointer; transition: all 0.3s ease; text-transform: uppercase; } .tier-select-btn-single:hover { background: #6fa000; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(132, 189, 0, 0.3); } .tier-card-single a { text-decoration: none; } /* Tier Selection Cards */ .tier-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 20px; } /* Special 2-card layout for 3 pairs */ .tier-grid.two-cards { grid-template-columns: repeat(2, 1fr); max-width: 700px; margin-left: auto; margin-right: auto; } .tier-card { background: #ffffff; border: 3px solid #e0e0e0; padding: 30px 20px; text-align: center; cursor: pointer; transition: all 0.3s ease; position: relative; } .tier-card:hover { border-color: #84BD00; transform: translateY(-5px); box-shadow: 0 10px 25px rgba(132, 189, 0, 0.2); } .tier-featured { border-color: #84BD00; box-shadow: 0 5px 20px rgba(132, 189, 0, 0.15); } .tier-ribbon { position: absolute; top: 15px; right: -5px; background: #84BD00; color: white; padding: 5px 15px; font-family: 'Orbitron', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 1px; } .tier-badge { font-family: 'Orbitron', sans-serif; font-size: 16px; font-weight: 700; padding: 8px 20px; margin-bottom: 20px; display: inline-block; letter-spacing: 2px; } .tier-good { background: #95a5a6; color: white; } .tier-better { background: #3498db; color: white; } .tier-best { background: #f39c12; color: white; } .tier-amp-name { font-family: 'Orbitron', sans-serif; font-size: 22px; font-weight: 700; color: #1a1a1a; margin-bottom: 20px; } .tier-amp-specs { font-family: 'Rajdhani', sans-serif; font-size: 14px; color: #666; margin-bottom: 20px; } .tier-price { font-family: 'Rajdhani', sans-serif; font-size: 16px; color: #84BD00; font-weight: 700; margin-bottom: 20px; } .tier-select-btn { width: 100%; padding: 12px 20px; background: transparent; border: 2px solid #84BD00; color: #84BD00; font-family: 'Rajdhani', sans-serif; font-size: 14px; font-weight: 700; cursor: pointer; transition: all 0.3s ease; text-transform: uppercase; } .tier-select-btn:hover { background: #84BD00; color: white; } .tier-select-featured { background: #84BD00; color: white; } .tier-select-featured:hover { background: #6fa000; } .view-product-btn { width: 100%; padding: 18px 30px; background: linear-gradient(135deg, #84BD00 0%, #6fa000 100%); color: #ffffff; border: none; font-family: 'Orbitron', sans-serif; font-size: 16px; font-weight: 700; text-transform: uppercase; cursor: pointer; transition: all 0.3s ease; letter-spacing: 2px; box-shadow: 0 5px 20px rgba(132, 189, 0, 0.3); text-decoration: none; display: block; } .view-product-btn:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(132, 189, 0, 0.5); } /* Large Blinking Amplifier Button */ .view-amplifier-btn { width: 100%; padding: 25px 30px; background: linear-gradient(135deg, #84BD00 0%, #6fa000 100%); color: #ffffff; border: none; font-family: 'Orbitron', sans-serif; font-size: 18px; font-weight: 700; text-transform: uppercase; cursor: pointer; letter-spacing: 2px; box-shadow: 0 8px 30px rgba(132, 189, 0, 0.4); animation: blink 1.5s ease-in-out infinite; transition: all 0.3s ease; } .view-amplifier-btn:hover { transform: translateY(-5px); box-shadow: 0 12px 40px rgba(132, 189, 0, 0.6); animation: none; } @keyframes blink { 0%, 100% { opacity: 1; box-shadow: 0 8px 30px rgba(132, 189, 0, 0.4); } 50% { opacity: 0.7; box-shadow: 0 8px 50px rgba(132, 189, 0, 0.8); } } /* Amplifier Explanation Box */ .amp-explanation { background: linear-gradient(135deg, #f8f8f8 0%, #ffffff 100%); border-left: 4px solid #84BD00; padding: 20px 25px; margin-bottom: 20px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); } .explanation-icon { font-size: 28px; margin-bottom: 20px; } .explanation-title { font-family: 'Orbitron', sans-serif; font-size: 20px; font-weight: 700; color: #84BD00; letter-spacing: 2px; margin-bottom: 20px; } .explanation-text { font-family: 'Rajdhani', sans-serif; font-size: 16px; line-height: 1.6; color: #333; } /* Tweeters Showcase */ .tweeters-showcase { position: relative; width: 100%; margin: 0 auto; background: #ffffff; } .tweeters-image { width: 100%; height: auto; display: block; } .tweeter-hotspot { position: absolute; width: 60px; height: 60px; transform: translate(-50%, -50%); cursor: pointer; text-decoration: none; } .hotspot-dot { position: absolute; top: 50%; left: 50%; width: 20px; height: 20px; background: #84BD00; border-radius: 50%; transform: translate(-50%, -50%); box-shadow: 0 0 20px rgba(132, 189, 0, 0.8); z-index: 2; } .hotspot-pulse { position: absolute; top: 50%; left: 50%; width: 60px; height: 60px; border: 3px solid #84BD00; border-radius: 50%; transform: translate(-50%, -50%); animation: pulse-ring 2s ease-out infinite; z-index: 1; } @keyframes pulse-ring { 0% { transform: translate(-50%, -50%) scale(0.5); opacity: 1; } 100% { transform: translate(-50%, -50%) scale(1.5); opacity: 0; } } .tweeter-hotspot:hover .hotspot-dot { background: #6fa000; box-shadow: 0 0 30px rgba(132, 189, 0, 1); } @media (max-width: 768px) { .accordion-header { padding: 15px 20px; } .accordion-title { font-size: 14px; } .accordion-inner { padding: 20px; } .product-grid { grid-template-columns: 1fr; } } Description ▼ The M101SE PRO represents Deaf Bonce's latest 2026 innovation, engineered in direct response to countless customer requests. This speaker is designed to be not only the loudest on the market, but perfectly balanced in quality, sound, and price. The SE line is more than just a speaker — it's an established legend in the world of SQL and SPL systems, delivering uncompromising performance for those who demand the absolute best. Dimensions ▼ Specifications ▼ Full Name Apocalypse M101SE PRO Short Name M101SE PRO Series Apocalypse Size (inch/mm) 10/259.5 Surround Material Cloth Cone Material Pressed Paper Frame Material Stamped Steel Magnet Type Ferrite Power RMS (Watt) 300 Power MAX (Watt) 600 Voice Coil Size (inch/mm) 1.75/44.50 Voice Coil Wire CCAW Frequency Response (Hz-Hz) 90-10,000 Impedance (Ohm) 4 SPL (dB) 97.7 Fs (Hz) 91.3 Vas (L) 27.77 Qts 0.49 BL 8.73 Quantity in Individual Package (pcs) 2 Quantity in Group Package (pcs) 2 Manual ▼ 📖 COMING SOON Installation and user manual will be available shortly. System Configurator ▼ STEP 1: How many speakers do you need? 1 Pair (2 pcs) 2 Pairs (4 pcs) 3 Pairs (6 pcs) 4 Pairs (8 pcs) STEP 2: CHOOSE YOUR AMPLIFIER GOOD Atom 500.2 Pro 500W, 2-channel Budget-friendly option VIEW PRODUCT POPULAR BETTER MFA 2.420 420W, 2-channel Best value - recommended VIEW PRODUCT BEST ASA 550.4 550W, 4-channel Maximum power & flexibility VIEW PRODUCT STEP 3: Wiring Diagram Looking for Best Tweeters to Match? ▼ APOCALYPSE SERIES M101SE PRO DEAF BONCE // 10" MID-RANGE SPEAKER RMS POWER 300 W VOICE COIL 1.75" FREQUENCY 90-10K Hz SPL 97.7 dB MAGNET TYPE Ferrite IMPEDANCE 4 Ω FRAME MATERIAL Stamped Steel CONE MATERIAL Pressed Paper

Save on Apocalypse AP-M101SE PRO | 10" Mid-Range Speakers (Pair) with a Deaf Bonce discount code

Checkmate is a savings app with over one million users that have saved $$$ on brands like Deaf Bonce.

The Checkmate extension automatically applies Deaf Bonce discount codes, Deaf Bonce coupons and more to give you discounts on products like Apocalypse AP-M101SE PRO | 10" Mid-Range Speakers (Pair).

Top Deaf Bonce discount codes

See all codes

chevron