                                    @media (max-width: 1400px) {
                                        .col-lg-2-4 {
                                            flex: 0 0 25%;
                                            max-width: 25%;
                                        }
                                    }

                                    @media (max-width: 1200px) {

                                        .col-lg-2-4,
                                        .col-md-4 {
                                            flex: 0 0 33.3333%;
                                            max-width: 33.3333%;
                                        }
                                    }

                                    @media (max-width: 992px) {

                                        .col-lg-2-4,
                                        .col-md-4,
                                        .col-sm-6 {
                                            flex: 0 0 50%;
                                            max-width: 50%;
                                        }
                                    }

                                    @media (max-width: 768px) {

                                        .col-lg-2-4,
                                        .col-md-4,
                                        .col-sm-6 {
                                            flex: 0 0 100%;
                                            max-width: 100%;
                                        }
                                    }


                                    /* Regla global para envío gratis - aplicar a todos los tamaños */
                                    .mobile-shipping-text {
                                        color: #FF5207 !important;
                                        font-weight: bold !important;
                                        font-style: italic !important;
                                    }

                                    /* Regla global para badges sin redondeo */
                                    .mobile-badge {
                                        border-radius: 0 !important;
                                        /* Bordes rectos para todos los tamaños */
                                    }

                                    /* Espaciado general mejorado */
                                    .mobile-product-col {
                                        padding: 2px;
                                        margin-bottom: 5px;
                                        /* Aumentado de 15px a 25px */
                                    }

                                    /* Estilos para móvil */
                                    @media (max-width: 767.98px) {
                                        .mobile-badge {
                                            font-size: 12px;
                                            padding: 2px 6px;
                                        }

                                        .mobile-product-col {
                                            padding: 2px;
                                            margin-bottom: 5px;
                                        }

                                        .mobile-product-card {
                                            min-height: 240px;
                                            border: 1px solid #e0e0e0;
                                            margin: 0 2px;
                                        }

                                        .mobile-product-image {
                                            height: 160px;
                                            object-fit: contain;
                                            padding: 10px;
                                        }

                                        .mobile-card-body {
                                            padding: 6px 10px 10px 10px;
                                            display: flex;
                                            flex-direction: column;
                                            justify-content: space-between;
                                            flex-grow: 1;
                                        }

                                        .mobile-badge-container {
                                            margin-bottom: 4px;
                                        }

                                        .mobile-price-container {
                                            flex-wrap: wrap;
                                            margin-bottom: 5px;
                                        }

                                        .mobile-main-price {
                                            font-size: 20px !important;
                                            font-weight: bold;
                                        }

                                        .mobile-discount {
                                            font-size: 16px !important;
                                            font-weight: normal;
                                        }

                                        .mobile-discount-amount span {
                                            font-size: 16px !important;
                                        }

                                        .mobile-spacer {
                                            height: 10px;
                                        }

                                        .mobile-shipping {
                                            margin-top: 2px;
                                        }

                                        .mobile-shipping-text {
                                            font-size: 14px !important;
                                        }

                                        /* Ocultar filtros en móvil */
                                        .filters {
                                            display: none;
                                        }

                                        /* Ajustar header en móvil */
                                        .container {
                                            padding-left: 10px;
                                            padding-right: 10px;
                                        }
                                    }

                                    /* Estilos para tablet */
                                    @media (min-width: 768px) and (max-width: 991.98px) {
                                        .mobile-badge {
                                            font-size: 12px;
                                            padding: 3px 8px;
                                        }

                                        .mobile-product-col {
                                            padding: 2px;
                                            margin-bottom: 5px;
                                        }

                                        .mobile-product-card {
                                            min-height: 300px;
                                            /* Reducido de 350px */
                                        }

                                        .mobile-product-image {
                                            height: 200px;
                                            /* Reducido de 200px */
                                        }

                                        .mobile-shipping-text {
                                            font-size: 14px !important;
                                        }
                                    }

                                    /* Estilos desktop */
                                    @media (min-width: 992px) {
                                        .mobile-badge {
                                            font-size: 14px;
                                            padding: 4px 10px;
                                        }

                                        .mobile-product-col {
                                            padding: 2px;
                                            /* Incrementado de 2px a 3px para más espacio lateral */
                                            margin-bottom: 5px;
                                            /* Incrementado de 25px a 35px para más espacio abajo */
                                        }

                                        .mobile-product-card {
                                            min-height: 320px;
                                            border: 1px solid #e0e0e0;
                                            margin: 0 2px;
                                        }

                                        .mobile-product-image {
                                            height: 300px;
                                            object-fit: contain;
                                        }

                                        .mobile-main-price {
                                            font-size: 25px !important;
                                        }

                                        .mobile-discount {
                                            font-size: 18px !important;
                                        }

                                        .mobile-discount-amount span {
                                            font-size: 18px !important;
                                        }

                                        .mobile-shipping-text {
                                            font-size: 1rem !important;
                                        }
                                    }


                                    /* Estilos para móvil */
                                    @media (max-width: 767.98px) {

                                        /* Estilos de filtros móviles */
                                        .mobile-filters-container {
                                            margin: 0 10px;
                                        }

                                        .mobile-filters-panel {
                                            border: 1px solid #dee2e6;
                                            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
                                            background: white;
                                            border-radius: 8px;
                                            padding: 16px;
                                        }

                                        .mobile-categories-grid {
                                            display: flex;
                                            flex-wrap: wrap;
                                            gap: 6px;
                                        }

                                        .mobile-price-form .form-control-sm {
                                            font-size: 13px;
                                            border: 1px solid #dee2e6;
                                            border-radius: 4px;
                                        }

                                        /* Botón de filtros */
                                        .btn-outline-dark:hover {
                                            background-color: #f8f9fa;
                                            border-color: #dee2e6;
                                        }

                                        /* Espaciado de filtros */
                                        .form-check-label {
                                            color: #555;
                                        }

                                        .btn-outline-secondary {
                                            border-color: #dee2e6;
                                            color: #555;
                                            border-radius: 4px;
                                        }

                                        .btn-outline-secondary:hover {
                                            background-color: #e9ecef;
                                            border-color: #dee2e6;
                                            color: #333;
                                        }
                                    }

                                    @media (max-width: 768px) {

                                        .banner-class,
                                        #wrap,
                                        .oe_structure {
                                            padding-top: 0 !important;
                                            margin-top: 0 !important;
                                            min-height: 0 !important;
                                        }

                                        .banner-class img {
                                            width: 100vw !important;
                                            height: auto !important;
                                            display: block;
                                        }
                                    }