/* Category Product Plans Styles */
.category-slider-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 10; border-radius: 8px; transition: all 0.3s ease; background: linear-gradient(135deg, #ffffff 0%, #f5f5f5 100%); box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); }



