.menu-pill {
    background-color: #ffc107;
    height: 40px;
    border-radius: 15px;
    --tw-shadow-colored: 0 0 20px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);

    .option-pill {
        color: black;
        font-size: 15px;
        font-weight: bold;
        padding: 15px;
        position: relative;
        top: -8px;
        font-style: italic;
    }
}

.main-container {
    padding: 20px;
    background: #f5f5f5;
}

.sidebar {
    background: #ddd;
    min-height: 500px;
    border: 2px solid black;
}

.header {
    height: 60px;
    border: 2px solid black;
    background: #eee;
}

.footer {
    height: 60px;
    border: 2px solid black;
    background: #eee;
}

.card-item {
    height: 120px;
    border: 2px solid black;
    background: white;
}


.btn-primary {
    border-radius: 7px;
    height: 40px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0px;
    padding-left: 0px;
}

    .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.menu-izquierdo {
    padding-right: 1px;
    padding-left: 5px;
    padding-top: 5px;
}

.no-border-swal {
    border: none !important;
    box-shadow: none !important; 
}

.menu-derecho {
    padding-top: 5px;
    padding-left: 4px;
    padding-right: 4px;
}

.swiper.mySwiper.menu-items-style,
.product-offer.menu-items-style {
    border: 1px solid #f1e7c9;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 13px rgba(0, 0, 0, 0.2);
}

.card-novedades {
    border-radius: 5px;
    box-shadow: 0 5px 13px rgb(0 0 0 / 15%);
    border: 0.1px solid #ffd33300;
}

.swiper-scrollbar {
    background: rgba(0, 0, 0, 0.1);
    height: 6px;
    border-radius: 10px;
}

.noUi-connect {
    background: #ffc107;
}

.noUi-handle {
    border: 2px solid #ffc107;
    box-shadow: none;
}



.swiper-scrollbar-drag {
    background-color: #FFD333 !important;
    border-radius: 10px;
}

.shadow {
    border-radius: 5px;
}

.search-menu {
    width: 400px;
    padding-bottom: 5px;
    padding-top: 5px;
    border-radius: 5px;
}

.container {
    max-width: 1385px;
}

.search-container {
    position: relative;
    width: 100%;
}

.search-menu {
    width: 100%;
    padding: 10px 10px 10px 40px;
    border: none;
    border-radius: 25px;
    background: #f8f9fa;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.search-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: #ffc107;
    font-size: 16px;
}


.menu-pill {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center;
    gap: 10px;
}

.option-pill {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 20px;
    background: #ffc107;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap; 
    transition: all 0.2s ease;
}

    .option-pill i {
        font-size: 16px;
    }

    .option-pill:hover {
        background: #e0a800;
    }

@media (max-width: 768px) {
    .menu-pill {
        justify-content: flex-start; 
    }

    .option-pill {
        flex: 1 1 calc(50% - 10px); 
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .option-pill {
        flex: 1 1 100%; 
    }
}