.current-menu-item > a::after:hover { content: ''; width: 4px; height: 4px; border-radius: 100px; background-color: #5A0D23; transform: translate(0, 28px); position: absolute; left: 50%; } .current-menu-item > a::after { content: ''; width: 4px; height: 4px; border-radius: 100px; background-color: #5A0D23; transform: translate(0, 28px); position: absolute; left: 50%; } .hero-slider-slide { outline: 0.1rem solid rgba(255, 255, 255, 0.4); outline-offset: -20px; } .hero-slider-slide:after { content: ""; inset: 0; width: 100%; height: 100%; position: absolute; background: linear-gradient(90deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.0)); border-radius: var(--ttv-radius-m); z-index: -1; } .featured-cards:after { content: ""; inset: 0; width: 100%; height: 100%; background: linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1)); border-radius: var(--ttv-radius-m); z-index: -1; }