Wrangler JL Removable Trail Armor
/* Accordion Styles */ .mek-accordion { background-color: #f9f9f9; color: #000; cursor: pointer; padding: 14px 18px; width: 100%; border: none; text-align: left; font-size: 17px; font-weight: bold; border-radius: 6px; margin-top: 12px; transition: 0.3s; box-shadow: 0 2px 4px rgba(0,0,0,0.05); display: flex; justify-content: space-between; align-items: center; } .mek-accordion:hover { background-color: #ececec; } .mek-accordion .arrow { transition: transform 0.3s ease; font-size: 18px; } .mek-accordion.active .arrow { transform: rotate(180deg); } .mek-panel { padding: 0 16px; display: none; overflow: hidden; background-color: #fff; border-left: 3px solid #ccc; border-radius: 0 0 6px 6px; margin-bottom: 10px; } .mek-panel ul { margin: 12px 0; padding-left: 20px; } .mek-panel li { margin-bottom: 8px; } /* Centered Text + Heading Styles */ .centered-text { text-align: center; margin: 20px 0; } .centered-text h2 { fo