.main-menu ul li a::after {
    content: none;
}

.logo {
    width: 200px;
}

.menu-area::before {
    content: none;
}

.breadcrumb-area {
    min-height: fit-content;
    padding: 1em;
}

.pro-cat a {
    text-transform: none;
    font-weight: bold;
    letter-spacing: normal;
}

.hero-section {
    padding: 7em 0em;
    background: radial-gradient(circle at right,
            #ec3237 0%,
            #0b0e2d 40%,
            #010821 100%);
    overflow: hidden;
}

.hero-section .slick-dots {
    display: flex;
    justify-content: center;
    gap: 0.5em;
    margin-top: 1em;
}

.hero-section .slick-dots li.slick-active button {
    background-color: #ff000085;
}

.hero-section .slick-dots li button {
    color: transparent;
    height: 1em;
    width: 1em;
    border: none;
    background-color: #ffffff56;
    border-radius: 2em;
}

.hero-title {
    line-height: 1;
    letter-spacing: -4px;
}

.hero-slider {
    max-width: 420px;
    margin: auto;
}

.slider-item {
    background: rgba(255, 255, 255, 0.05);
    padding: 16px;
    border-radius: 16px;
    filter: drop-shadow(0 20px 40px rgba(13, 110, 253, 0.35));
}

.slider-item img {
    border-radius: 12px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

/* Slick dots customization */
.slick-dots li button:before {
    color: #ffffff;
    opacity: 0.4;
}

.slick-dots li.slick-active button:before {
    color: #0d6efd;
    opacity: 1;
}

/* Social Icons */
.social-icon {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background: #0d6efd;
    border-color: #0d6efd;
}

.product-cat a {
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0px;
    border: 1px solid #3e4096;
    margin-left: 0.4em;
    padding: 2px 9px;
    border-radius: 1em;
}
.product-cat a:hover{
    background-color: #3e4096;
    color: #fff;
}

