@charset "UTF-8";

/*
    Grupo Austromex
    By: rmunoz@austromex.com.mx
*/

@font-face {
    font-family: Industry;
    src: url('../fonts/IndustryTest-Black.otf');
}
@font-face {
    font-family: IndustryBold;
    src: url('../fonts/IndustryTest-Bold.otf');
}
@font-face {
    font-family: Swis;
    src: url('../fonts/Swis721BT-Condensed2.otf');
}
@font-face {
    font-family: SwisBold;
    src: url('../fonts/Swiss721BT-BoldCondensed.otf');
}

* {
    /* font-family: Swis; */
    /* --menu-1: : #b11f16;
    --menu-2: #5b9927;
    --menu-3: #64381c;
    --menu-4: #7b7b7b;
    --menu-5: #000000;
    --menu-6: #264f96;
    --menu-7: #0000ff;
    --menu-8: #4e7a90;
    --menu-9: #a3bd31;
    --menu-10: #356154;
    --menu-11: #463c70;
    --menu-12: #b96923;
    --menu-13: #788494; */
}

:root {
    --austromex-red: #E30613;
    --austromex-dark-red: #c00510;

    --menu-1: 177, 31, 22;
    /* #b11f16; */
    --menu-2: 91, 153, 39;
    /* #5b9927; */
    --menu-3: 100, 56, 28;
    /* #64381c; */
    --menu-4: 123, 123, 123;
    /* #7b7b7b; */
    --menu-5: 0, 0, 0;
    /* #000000; */
    --menu-6: 38, 79, 150;
    /* #264f96; */
    --menu-7: 0, 0, 255;
    /* #0000ff; */
    --menu-8: 78, 122, 144;
    /* #4e7a90; */
    --menu-9: 163, 189, 49;
    /* #a3bd31; */
    --menu-10: 53, 97, 84;
    /* #356154; */
    --menu-11: 70, 60, 112;
    /* #463c70; */
    --menu-12: 185, 105, 35;
    /* #b96923; */
    --menu-13: 120, 132, 148;
    /* #788494; */
}

.bg-austromex {
    background-color: var(--austromex-red) !important;
}

.text-austromex {
    color: var(--austromex-red) !important;
}

.btn-austromex {
    background-color: var(--austromex-red);
    border-color: var(--austromex-red);
    color: white;
}

.btn-austromex:hover {
    background-color: var(--austromex-dark-red);
    border-color: var(--austromex-dark-red);
    color: white;
}

.btn-outline-austromex {
    background-color: transparent;
    color: var(--austromex-red);
    border-color: var(--austromex-red);
}

.btn-outline-austromex:hover {
    background-color: var(--austromex-red);
    border-color: var(--austromex-red);
    color: white;
}

.top-bar {
    background-color: var(--austromex-red);
    font-size: 0.875rem;
}

.carousel-item {
    transition: transform 0.8s ease-in-out;
}

.carousel-indicators {
    bottom: 10px;
}

.carousel-indicators [data-bs-target] {
    background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators .active {
    background-color: var(--austromex-red);
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
    opacity: 0.8;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 30px;
    height: 30px;
    background-size: 100%;
}

.hero-slide {
    position: relative;
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {

    .carousel-control-prev,
    .carousel-control-next {
        width: 10%;
    }

    .hero-slide h1 {
        font-size: 2rem;
    }

    .hero-slide p {
        font-size: 1rem;
    }

    .hero-slide .btn {
        font-size: 0.9rem;
        padding: 0.5rem 1rem;
    }
}

.product-card {
    transition: all 0.3s ease;
}

.product-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.product-card .card-img-top {
    transition: transform 0.3s ease;
}

.product-card:hover .card-img-top {
    transform: scale(1.05);
}

.product-card .card-top {
    cursor: pointer;
    position: relative;
}

.news-card img {
    transition: transform 0.3s ease;
}

.news-card:hover img {
    transform: scale(1.05);
}

.brand-logo {
    transform: scale(100%);
    transition: transform 0.3s ease;
    cursor: pointer;
}

.brand-logo:hover {
    transform: scale(105%);
}

.search-input {
    border-radius: 25px;
}

.cart-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: var(--austromex-red);
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-badge-cert {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: transparent;
    padding: 0;
    z-index: 10;
    width: 20%;
}

.social-links a {
    color: inherit;
    text-decoration: none;
    margin: 0 5px;
}

.social-links a:hover {
    color: #ccc;
}

footer {
    background-color: #1a1a1a;
}

.footer-links a {
    color: #999;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: white;
}

/* categorias-menu */
.menu-abrasivos-solidos:hover,
.menu-1:hover,
.bg-menu-1 {
    background-color: rgba(var(--menu-1), var(--bs-bg-opacity)) !important;
}

.menu-productos-lija:hover,
.menu-2:hover,
.bg-menu-2 {
    background-color: rgba(var(--menu-2), var(--bs-bg-opacity)) !important;
}

.menu-fibras-felpas:hover,
.menu-3:hover,
.bg-menu-3 {
    background-color: rgba(var(--menu-3), var(--bs-bg-opacity)) !important;
}

.menu-pulido-limpieza:hover,
.menu-4:hover,
.bg-menu-4 {
    background-color: rgba(var(--menu-4), var(--bs-bg-opacity)) !important;
}

.menu-estetica-automotriz:hover,
.menu-5:hover,
.bg-menu-5 {
    background-color: rgba(var(--menu-5), var(--bs-bg-opacity)) !important;
}

.menu-diamante-construccion:hover,
.menu-6:hover,
.bg-menu-6 {
    background-color: rgba(var(--menu-6), var(--bs-bg-opacity)) !important;
}

.menu-superabrasivos:hover,
.menu-7:hover,
.bg-menu-7 {
    background-color: rgba(var(--menu-7), var(--bs-bg-opacity)) !important;
}

.menu-rectificado-automotriz:hover,
.menu-8:hover,
.bg-menu-8 {
    background-color: rgba(var(--menu-8), var(--bs-bg-opacity)) !important;
}

.menu-cepillos-alambre:hover,
.menu-9:hover,
.bg-menu-9 {
    background-color: rgba(var(--menu-9), var(--bs-bg-opacity)) !important;
}

.menu-herramientas-metal-duro:hover,
.menu-10:hover,
.bg-menu-10 {
    background-color: rgba(var(--menu-10), var(--bs-bg-opacity)) !important;
}

.menu-maquinas:hover,
.menu-11:hover,
.bg-menu-11 {
    background-color: rgba(var(--menu-11), var(--bs-bg-opacity)) !important;
}

.menu-accesorios:hover,
.menu-12:hover,
.bg-menu-12 {
    background-color: rgba(var(--menu-12), var(--bs-bg-opacity)) !important;
}

.menu-scholl:hover,
.menu-13:hover,
.bg-menu-13 {
    background-color: rgba(var(--menu-13), var(--bs-bg-opacity)) !important;
}

/* New styles */
.category-slide-card {
    transition: all 0.3s ease;
    cursor: pointer;
}

.category-slide-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.category-slide-card img {
    transition: transform 0.3s ease;
}

.category-slide-card:hover img {
    transform: scale(1.05);
}

#categoriesCarousel .carousel-control-prev,
#categoriesCarousel .carousel-control-next {
    opacity: 0.8;
}

#categoriesCarousel .carousel-control-prev:hover,
#categoriesCarousel .carousel-control-next:hover {
    opacity: 1;
}

@media (max-width: 768px) {

    #categoriesCarousel .carousel-control-prev,
    #categoriesCarousel .carousel-control-next {
        display: none;
    }
}

.product-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: var(--austromex-red);
    color: white;
    padding: 0.5rem 1rem;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 4px;
    z-index: 10;
}

.product-outlet-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgb(var(--menu-5));
    color: white;
    padding: 0.5rem 1rem;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 4px;
    z-index: 10;
}

#cartBtn .badge {
    display: none;
}

#cartBtn[data-count]:not([data-count="0"]) .badge {
    display: inline-block;
}

#cartBtn[data-count="0"] {
    display: none;
}

.hero-banner {
    color: white;
    padding: 2rem 0;
    position: relative;
    overflow: hidden;
}

.hero-banner h1 {
    font-size: 3rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 2;
}

.breadcrumb {
    background: none;
    padding: 0;
    margin: 1rem 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    color: #333;
}

.breadcrumb-item a {
    color: #333;
    text-decoration: none;
}

.breadcrumb-item a:hover {
    color: var(--austromex-red);
}

.breadcrumb-item.active {
    color: #333;
    font-weight: 500;
}

.product-main-image {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    background: white;
    padding: 1rem;
}

.product-thumbnail {
    border: 2px solid #e9ecef;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0.5rem;
    background: white;
    margin-right: 0.5rem;
}

.product-thumbnail:hover,
.product-thumbnail.active {
    border-color: var(--austromex-red);
}

.product-main-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.btn-qty {
    background: white;
    border: 1px solid #ddd;
    color: #666;
    transition: all 0.3s ease;
}

.btn-qty:hover {
    color: white;
    border-color: var(--austromex-red);
    background: var(--austromex-red);
}

.img-flag {
    width: 30px;
    height: 20px;
    margin-right: 0.5rem;
}

.application-icons img,
.safety-icons img,
.machine-icons img {
    width: auto;
    height: 45px;
    margin-right: 0.5rem;
}

.product-details-tabs .nav-tabs {
    border-bottom: 2px solid #ddd;
}

.product-details-tabs .nav-link {
    color: #666;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    border-bottom: 3px solid transparent;
    border-radius: 0;
}

.product-details-tabs .nav-link.active {
    color: var(--austromex-red);
    border-bottom-color: var(--austromex-red);
    background: none;
}

.specifications-table th {
    background-color: #f8f9fa;
    font-weight: bold;
    color: #333;
    border-right: 1px solid #ddd;
    width: 30%;
}

.specifications-table td {
    border-right: 1px solid #ddd;
}

.related-products .product-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}

.related-products .product-card:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.result-products .product-badge,
.related-products .product-badge {
    top: 5px;
    right: 5px;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
}
.result-products .product-outlet-badge,
.related-products .product-outlet-badge {
    top: 5px;
    left: 5px;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
}

.product-price {
    font-size: 1.5rem;
    margin-bottom: 0;
}

.wishlist-btn {
    background: white;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #666;
    transition: all 0.3s ease;
    line-height: 40px;
    text-align: center;
}

.wishlist-btn:hover {
    color: white;
    border-color: var(--austromex-red);
    background: var(--austromex-red);
}

@media (max-width: 768px) {
    .hero-banner h1 {
        font-size: 2rem;
    }

    .product-price {
        font-size: 1.25rem;
    }
}

.pagination .page-item.active .page-link:hover {
    background-color: var(--austromex-dark-red);
}
.pagination .page-item.active .page-link {
    color: white !important;
}

.highlight {
    background-color: yellow;
}

/* Auth Styles */
.auth-form .form-control {
    border-radius: 8px;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
}

.auth-form .form-label {
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
}

.auth-form .btn-auth {
    /* border: none; */
    font-weight: 600;
    padding: 0.75rem 2rem;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.auth-form .btn-auth:hover {
    box-shadow: 0 4px 15px rgba(227, 6, 19, 0.3);
    color: white;
}

.auth-form .btn-auth:disabled {
    opacity: 0.6;
    transform: none;
    box-shadow: none;
}

.password-toggle {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
    color: #999;
    cursor: pointer;
    padding: 0;
    z-index: 10;
}

.password-toggle:hover {
    color: var(--austromex-red);
}

.form-check-input:checked {
    background-color: var(--austromex-red);
    border-color: var(--austromex-red);
}

.auth-footer {
    text-align: center;
    padding-top: 1rem;
    border-top: 1px solid #e9ecef;
    margin-top: 1.5rem;
}

.auth-footer a {
    color: var(--austromex-red);
    text-decoration: none;
    font-weight: 600;
}

.auth-footer a:hover {
    text-decoration: underline;
}

.loading-spinner {
    width: 20px;
    height: 20px;
    border: 2px solid #ffffff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Category Cards Styles */
.category-card {
    border: 1px solid #e9ecef;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    background: white;
    position: relative;
}

.category-card:hover {
    transform: translateY(-8px);
    /* box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15); */
}

.category-image-container {
    position: relative;
    overflow: hidden;
    height: 200px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.category-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.category-card:hover .category-image {
    transform: scale(1.1);
}

.category-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(227, 6, 19, 0.8) 0%, rgba(139, 0, 0, 0.6) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-card:hover .category-overlay {
    opacity: 1;
}

.category-overlay-text {
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.category-info {
    padding: 1.5rem;
}

.category-title {
    font-size: 1.25rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.category-description {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 1rem;
    line-height: 1.5;
}

.category-stats {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding: 0.75rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.category-count {
    font-weight: bold;
    color: var(--austromex-red);
}

.category-badge {
    background: var(--austromex-red);
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: bold;
    text-transform: uppercase;
}

.category-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-features li {
    padding: 0.25rem 0;
    color: #666;
    font-size: 0.875rem;
}

.category-features li:before {
    content: "✓";
    color: var(--austromex-red);
    font-weight: bold;
    margin-right: 0.5rem;
}


/* Shopping Cart Aside Styles */
.cart-aside {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background: white;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    z-index: 1050;
    transition: right 0.3s ease;
    overflow-y: auto;
}

.cart-aside.show {
    right: 0;
}

.cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.cart-overlay.show {
    opacity: 1;
    visibility: visible;
}

.cart-header {
    background: linear-gradient(135deg, var(--austromex-red) 0%, var(--austromex-dark-red) 100%);
    color: white;
    padding: 1rem;
    position: sticky;
    top: 0;
    z-index: 10;
}

.cart-close {
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.cart-close:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.cart-body {
    padding: 1rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.cart-empty {
    text-align: center;
    padding: 3rem 1rem;
    color: #666;
}

.cart-empty i {
    font-size: 4rem;
    color: #ddd;
    margin-bottom: 1rem;
}

.cart-items {
    max-height: 60vh;
    overflow-y: auto;
}

.cart-item {
    display: flex;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid #f0f0f0;
    gap: 1rem;
}

.cart-item:last-child {
    border-bottom: none;
}

.cart-item-image {
    width: 60px;
    height: 60px;
    object-fit: contain;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    padding: 0.25rem;
}

.cart-item-details {
    flex: 1;
}

.cart-item-title {
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
    line-height: 1.3;
    color: var(--austromex-red);
}

.cart-item-text {
    font-size: 0.75rem;
    color: #666;
    margin-bottom: 0.25rem;
}

.cart-item-price {
    font-size: 0.875rem;
    font-weight: bold;
}

.cart-item-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.quantity-controls {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}

.quantity-btn {
    background: #f8f9fa;
    border: none;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.quantity-btn:hover {
    background: #e9ecef;
}

.quantity-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.quantity-input {
    border: none;
    width: 40px;
    height: 30px;
    text-align: center;
    font-size: 0.875rem;
    background: white;
}

.remove-item {
    background: none;
    border: none;
    color: #dc3545;
    cursor: pointer;
    padding: 0.25rem;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.remove-item:hover {
    background: rgba(220, 53, 69, 0.1);
}

.detail-item {
    background: none;
    border: none;
    color: #dc3545;
    cursor: pointer;
    padding: 0.25rem;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.detail-item:hover {
    background: rgba(220, 53, 69, 0.1);
}

.cart-summary {
    border-top: 2px solid #f0f0f0;
    padding: 1rem 0;
    margin-top: auto;
}

.cart-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 1.125rem;
    font-weight: bold;
}
.table-quantity-input {
    border: none;
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 0.875rem;
    background: white;
}
.cart-total-price {
    color: var(--austromex-red);
    font-size: 1.25rem;
}

.cart-actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.btn-action-primary {
    /* border: none; */
    font-weight: 600;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}
.btn-action-primary:hover {
    box-shadow: 0 4px 15px rgba(227, 6, 19, 0.3);
}
.btn-action-primary:disabled {
    opacity: 0.6;
    transform: none;
    box-shadow: none;
}

.btn-action-secondary {
    border: 2px solid var(--austromex-red);
    font-weight: 600;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}
.btn-action-secondary:hover {
    background: var(--austromex-red);
    color: white;
}

.btn-action-secondary:disabled {
    opacity: 0.6;
    transform: none;
    box-shadow: none;
}

.continue-shopping {
    text-align: center;
    margin-top: 1rem;
}

.continue-shopping a {
    color: #666;
    text-decoration: none;
    font-size: 0.875rem;
}

.continue-shopping a:hover {
    color: var(--austromex-red);
    text-decoration: underline;
}

@media (max-width: 480px) {
    .cart-aside {
        width: 100%;
        right: -100%;
    }
}

input[type='radio'] {
    accent-color: var(--austromex-red);
}

/* filters */
.filter-sidebar {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 1.5rem;
    height: fit-content;
    position: sticky;
    top: 20px;
}

.filter-section {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.filter-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.filter-title {
    color: var(--austromex-red);
    font-weight: 600;
    margin-bottom: 0.75rem;
    font-size: 1rem;
}

.sort-dropdown {
    min-width: 200px;
}

.results-info {
    color: #6c757d;
    font-size: 0.9rem;
}

/* pagination */
.pagination .page-link {
    color: var(--austromex-red);
    border-color: #dee2e6;
}

.pagination .page-item.active .page-link {
    background-color: var(--austromex-red);
    border-color: var(--austromex-red);
}

.pagination .page-link:hover {
    color: var(--austromex-dark-red);
    background-color: #f8f9fa;
}

.view-toggle .btn {
    border-color: #dee2e6;
    color: #6c757d;
}

.view-toggle .btn.active {
    background-color: var(--austromex-red);
    border-color: var(--austromex-red);
    color: white;
}

.product-card {
    flex-direction: column;
}

.list-view .product-card {
    flex-direction: row;
}

.list-view .product-image {
    width: 150px;
    height: 150px;
}

.list-view .product-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.list-view .product-description {
    display: block !important;
}

.price-range-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background: #ddd;
    outline: none;
}

.price-range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--austromex-red);
    cursor: pointer;
}

.price-range-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--austromex-red);
    cursor: pointer;
    border: none;
}

.material-tab {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    color: white;
    font-size: 0.75rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 0.25rem;
}

.material-tab.metal {
    background-color: var(--austromex-red);
}

.material-tab.inoxidable {
    background-color: #17a2b8;
}

.product-code {
    font-size: 0.875rem;
    color: #666;
    margin-bottom: 0.25rem;
}

.product-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    height: 2.5rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-description {
    font-size: 0.875rem;
    color: #666;
    margin-bottom: 1rem;
    display: none;
}

.product-specs {
    font-size: 0.75rem;
    color: #666;
    margin-bottom: 0.5rem;
}

.product-specs span {
    display: inline-block;
    margin-right: 0.5rem;
}

.product-actions {
    display: flex;
    gap: 0.5rem;
}

.product-actions .btn {
    flex: 1;
}

.quick-view-btn {
    width: 40px;
    padding: 0.375rem;
}

.filter-collapse-btn {
    display: none;
}

@media (max-width: 991.98px) {
    .filter-sidebar {
        position: static;
        margin-bottom: 2rem;
    }

    .filter-collapse-btn {
        display: block;
        margin-bottom: 1rem;
    }
}

@media (max-width: 767.98px) {
    .list-view .product-card {
        flex-direction: column;
    }

    .list-view .product-image {
        height: 200px;
    }
}

/* dropdown */
.dropdown-menu {
    border-radius: 0;
}
.dropdown-menu a.dropdown-item:hover,
.dropdown-menu a.dropdown-item:active {
    color: white;
    background-color: var(--austromex-red);
}

/* Account Sidebar Styles */
.account-sidebar {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.account-sidebar-header {
    background-color: var(--austromex-red);
    color: white;
    padding: 1rem;
    font-weight: bold;
    font-size: 1.1rem;
}

.account-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.account-menu-item {
    border-bottom: 1px solid #f0f0f0;
}

.account-menu-item:last-child {
    border-bottom: none;
}

.account-menu-link {
    display: flex;
    align-items: center;
    padding: 0.875rem 1rem;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.account-menu-link:hover {
    background-color: #f8f9fa;
    color: var(--austromex-red);
    text-decoration: none;
}

.account-menu-link.active {
    background-color: var(--austromex-red);
    color: white;
}

.account-menu-link i {
    margin-right: 0.75rem;
    width: 16px;
    text-align: center;
}

/* Main Content Styles */
.account-content {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 2rem;
}

.section-title {
    color: #666;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #f0f0f0;
}

.info-card {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.info-card h6 {
    color: #333;
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1rem;
}

.info-item {
    margin-bottom: 0.75rem;
}

.info-label {
    font-size: 0.875rem;
    color: #666;
    margin-bottom: 0.25rem;
}

.info-value {
    font-weight: 500;
    color: #333;
}

.edit-links {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e9ecef;
}

.edit-link {
    color: var(--austromex-red);
    text-decoration: none;
    font-size: 0.875rem;
    margin-right: 1rem;
}

.edit-link:hover {
    color: var(--austromex-dark-red);
    text-decoration: underline;
}

.newsletter-card {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 1.5rem;
}

.newsletter-card h6 {
    color: #333;
    font-weight: 600;
    margin-bottom: 1rem;
}

.newsletter-status {
    color: #666;
    margin-bottom: 1rem;
}

.addresses-section {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 1.5rem;
    margin-top: 1.5rem;
}

.addresses-header {
    display: flex;
    justify-content: between;
    align-items: center;
    margin-bottom: 1rem;
}

.addresses-title {
    color: #666;
    font-weight: 600;
    margin: 0;
    flex: 1;
}

.manage-addresses-link {
    color: var(--austromex-red);
    text-decoration: none;
    font-size: 0.875rem;
}

.manage-addresses-link:hover {
    color: var(--austromex-dark-red);
    text-decoration: underline;
}

.empty-state {
    text-align: center;
    padding: 2rem;
    color: #666;
}

.empty-state i {
    font-size: 3rem;
    color: #ddd;
    margin-bottom: 1rem;
}


@media (max-width: 991.98px) {
    .account-sidebar {
        margin-bottom: 2rem;
    }

    .account-content {
        padding: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .info-card {
        padding: 1rem;
    }

    .section-title {
        font-size: 1.25rem;
    }
}