        .modal-dialog { max-width: 100%;}
        .hide {display: none !important;}
        .table_selected {opacity: 0.5;}
        .modal-body { background-color: #fff;}
        .modal-header {color: #fff !important;border-radius: 0;background: var(--vm-bg-theme) !important;min-height:45px !important;}
        .triangle-background::before {background: var(--vm-sidebar-color) !important;}
        .error {border: 1px red solid !important; border-color:#ff0000 !important;}
        .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
            color: #fff !important;
            background: var(--vm-sidebar-color) !important;
        }
        .sidebar-left {
            background: linear-gradient(135deg, var(--vm-bg-theme), #000000) !important;
            box-shadow: 0 4px 15px rgba(0,0,0,0.2) !important;
        }
        .nav-link {padding: .5rem 0.2rem !important;}

        .clockdiv div > span{
            background: var(--vm-sidebar-color) !important;
            color: #fff !important;
        }

        .nav-mobile {
            position: relative;
            z-index: 1;
        }

        .nav-mobile .searchcontrol.mobile-search {
            width: 100%;
            opacity: 0;
            overflow: hidden;
            pointer-events: none;
            transform: translateY(-110%);
            transition: transform 0.22s ease, opacity 0.22s ease;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1015;
            background: var(--vm-bg-theme);
            padding: 8px;
            box-shadow: 0 6px 14px rgba(0, 0, 0, 0.22);
        }

        .nav-mobile .searchcontrol.mobile-search.active {
            opacity: 1;
            transform: translateY(0);
            pointer-events: auto;
        }

        .nav-mobile .mobile-searchbar {
            display: flex;
            align-items: center;
            width: 100%;
            min-height: 44px;
            border-radius: 999px;
            border: 1px solid rgba(255, 255, 255, 0.22);
            background: rgba(255, 255, 255, 0.14);
            overflow: hidden;
        }

        .nav-mobile .mobile-search-submit,
        .nav-mobile .mobile-search-close {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 42px;
            height: 42px;
            border: 0;
            background: transparent;
            color: #ffffff;
            opacity: 0.9;
            cursor: pointer;
            padding: 0;
        }

        .nav-mobile .mobile-search-submit .material-icons,
        .nav-mobile .mobile-search-close .material-icons {
            font-size: 20px;
        }

        .nav-mobile .mobile-search-input {
            flex: 1;
            min-width: 0;
            height: 42px;
            border: 0;
            background: transparent;
            color: #ffffff;
            font-size: 15px;
            line-height: 1.2;
            padding: 0 6px;
            outline: none;
        }

        .nav-mobile .mobile-search-input::placeholder {
            color: rgba(255, 255, 255, 0.72);
        }

        .nav-mobile .mobile-header {
            min-height: 56px;
        }

        .nav-mobile .mobile-header-bar {
            display: flex;
            align-items: center;
            gap: 6px;
            min-height: 56px;
            padding: 0 8px;
        }

        .nav-mobile .mobile-header-left,
        .nav-mobile .mobile-header-actions {
            display: flex;
            align-items: center;
            gap: 2px;
        }

        .nav-mobile .mobile-header-center {
            flex: 1;
            min-width: 0;
            display: flex;
            align-items: center;
            justify-content: flex-start;
        }

        .nav-mobile .mobile-header-action {
            width: 40px;
            height: 40px;
            border: 0;
            background: transparent;
            border-radius: 8px;
            padding: 0;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            cursor: pointer;
        }

        .nav-mobile .mobile-header-action .material-icons {
            font-size: 23px;
            line-height: 1;
        }

        .nav-mobile .mobile-header .logo {
            display: inline-flex;
            align-items: center;
            min-width: 0;
            gap: 8px;
            text-decoration: none;
        }

        .nav-mobile .mobile-header .logo figure {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            overflow: hidden;
            margin: 0;
            flex: 0 0 auto;
        }

        #image_company_logo_mobile {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        #company_name_mobile {
            display: inline-block;
            max-width: calc(100vw - 210px);
            font-size: 16px;
            font-weight: 700;
            line-height: 1.2;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .go-whatsapp:hover {
            transform: scale(1.1);
        }

        #main_content_background {background-position: top;opacity: 0.6;background-size: inherit;}
        .dropdown-menu-left {position: initial !important;left: 0 !important;margin-top: -90px !important;top: 0 !important;padding: 0 !important;z-index: 1000;}
        .cursor-pointer {cursor: pointer;}
        .meter {height: 5px;position: relative;background: #f3efe6;overflow: hidden;}
        .meter span {display: block;height: 100%;}
        .progress {background-color: #e4c465;animation: progressBar 3s ease-in-out;animation-fill-mode:both;}
        
        @keyframes progressBar {
            0% { width: 0; }
            100% { width: 100%; }
        }

        .main-content-responsive {
            width: 100% !important;
        }
        

        .card-brands-content {
            margin-bottom: 20px;
            background: #ffffff;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            overflow: hidden;
        }

        .card-brands-title {
            margin: 0;
            padding: 12px 16px;
            background-color:#ffff;
            color: #333;
            font-size: 1rem;
            font-weight: 600;
            border-radius: var(--bord-rad-10) var(--bord-rad-10) 0 0 !important;
        }


        .h5-color {
            color: #333;
        }
        .padding-left-responsive {
            padding-left: 0px;
        }
        @media screen and (min-width: 769px) {
            .padding-left-responsive {
                padding-left: 70px;
            }
        }
        @media screen and (max-width: 1024px) {
            .company-category-none {
                display: none;
            }
        }

        :root {
            --vm-mobile-footer-height: 66px;
            --vm-mobile-footer-safe-height: calc(var(--vm-mobile-footer-height) + env(safe-area-inset-bottom));
        }

        .whatsapp-fixed-btn {
            position: fixed;
            right: 24px;
            bottom: 24px;
            z-index: 1040;
            transition: opacity 0.2s ease, transform 0.2s ease;
        }

        .whatsapp-fixed-btn .go-whatsapp {
            width: 58px;
            height: 58px;
        }

        .go-up {
            padding: 12px;
            background: rgba(5, 42, 79, 0.85);
            color: #fff;
            cursor: pointer;
            position: fixed;
            bottom: 24px;
            left: 24px;
            z-index: 1040;
            border-radius: 50%;
            width: 45px;
            height: 45px;
            text-align: center;
            box-shadow: 0 2px 5px rgba(0,0,0,0.3);
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            visibility: hidden;
        }

        .go-up:hover {
            background: rgba(5, 42, 79, 1);
            transform: translateY(-3px);
            box-shadow: 0 4px 8px rgba(0,0,0,0.5);
        }

        .go-up .material-icons {
            font-size: 24px;
        }

        @media (max-width: 1000px) {
            .whatsapp-fixed-btn {
                right: 10px !important;
                bottom: calc(var(--vm-mobile-footer-safe-height) + 10px) !important;
            }

            .whatsapp-fixed-btn .go-whatsapp {
                width: 56px;
                height: 56px;
            }

            .go-up {
                width: 40px;
                height: 40px;
                padding: 8px;
                left: 10px;
                bottom: calc(var(--vm-mobile-footer-safe-height) + 18px);
            }
        }
        .content_price_full {
            width: auto;
            height: auto;
            border-left:4px solid #fff;
            border-top:4px solid #fff;
            border-bottom: 4px solid #fff;
            padding: 3px 10px 3px 20px;
            background: #64952b;
            margin-top: 10px;
            -webkit-border-top-left-radius: 98px;
            -webkit-border-bottom-left-radius: 98px;
            -moz-border-radius-topleft: 98px;
            -moz-border-radius-bottomleft: 98px;
            border-top-left-radius: 98px;
            border-bottom-left-radius: 98px;
            color: #fff;
            font-size: 25px;
            text-align: right;
        }
        .content_price_saving_full {
            text-decoration:line-through;
            font-size:15px;
            font-weight: bold;
            padding: 0;
            line-height: 5px;
            margin: 0;
            margin-bottom:10px;
        }
        .btn_add_product_full {
            border: 1px #51cd93 solid;
            background:linear-gradient(to bottom, #fff 5%, #fff 100%);
            background-color:#f0f0f0;
            border-radius:8px;
            display:inline-block;
            cursor:pointer;
            color:#51cd93;
            padding:3px 7px;
            text-decoration:none;
            font-weight: bold;
        }
        .btn_add_product_full:hover {
            background-color:#ffffff;
        }
        .btn_add_product_full:before{
            vertical-align: top;
            padding: 8px 13px 6px;
        }

        .color-not-favorite_full{
            color:#ffaeae !important;
        }

        .custom_card_popular{
            float: left;
            margin-right: 20px;
            font-size: 24px;
            color: #333;
            line-height: 62px;
            font-weight: 700;
            padding-left: 0;
            text-transform: Uppercase;
        }

        .home-category-info-header-line {
            display: block;
            margin-top: 25px;
            font-size: 100%;
            border: 3px solid #DCDEE3;
            border-radius: 3px;
            overflow: hidden;
        }
         .margin-left-16 {
            margin-left: 0px !important;
        }

        .padding-left-15 {
            padding-left: 0px !important;
        }

        @media screen and (min-width: 992px) {
            .margin-left-16 {
                margin-left: 16px !important;
                margin-right: 16px !important;
            }
            
            .padding-left-15 {
                padding-left: 15px !important;
                padding-right: 15px !important;
            }
        }
        .redes-flotantes {
            position: fixed;
            right: 8px;
            bottom: 10px;
            z-index: 2000;
        }
        .redes-flotantes img {
            float: right; clear: right;
             margin: 5px;
            -moz-transform: scale(.8) ;
            -webkit-transform: scale(.8) ;
            -o-transform: scale(.8) ;
            -ms-transform: scale(.8) ;
            transform: scale(.8) ;
            -webkit-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
        }
        .redes-flotantes img:hover {
            transform: scale(1.1) rotate(6deg);
            -webkit-transform: scale(1.1) rotate(6deg);
            -o-transform: scale(1.1) rotate(6deg);
            -ms-transform: scale(1.1) rotate(6deg);
            transform: scale(1.1) rotate(6deg);
        }
        .text-truncate-2 {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            -webkit-box-orient: vertical !important;
            -webkit-line-clamp: 2 !important;
            overflow: hidden !important;
            text-overflow: ellipsis !important;
            max-height: 2.8em !important; 
            line-height: 1.4em !important;
            margin-bottom: 5px !important;
            word-wrap: break-word !important;
            word-break: break-word !important;
            height: auto !important;
            white-space: normal !important;
        }
        
        .product-info .product-title {
            display: -webkit-box !important;
            grid-row: unset !important;
            grid-column: unset !important;
        }
        
        .product-card-info {
            display: flex !important;
            flex-direction: column !important;
        }
        
        .product-card-info .product-title,
        .product-card-info .product-category,
        .product-card-info .product-price {
            width: 100% !important;
        }

        .sidebar-content {
            display: flex;
            flex-direction: column;
            height: 100%;
            min-height: 0;
        }

        .custom-mobile-tabs {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 8px;
            padding: 10px 8px;
            flex-shrink: 0;
            position: sticky;
            top: 0;
            z-index: 1000;
            background: var(--vm-bg-theme);
            border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        }

        .sidebar-content .tab-content {
            display: flex;
            flex-direction: column;
            flex-grow: 1;
            overflow: hidden;
            position: relative;
            min-height: 0;
        }

        .custom-tab-button {
            width: 100%;
            min-height: 40px;
            padding: 8px 10px;
            border: 1px solid transparent;
            border-radius: 10px;
            background: rgba(255, 255, 255, 0.06);
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            transition: background-color 0.2s ease, border-color 0.2s ease;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
        }

        .custom-tab-button.active {
            font-weight: bold;
            background: rgba(255, 255, 255, 0.15);
            border-color: rgba(255, 255, 255, 0.2);
        }

        .custom-tab-button span {
            display: inline-block;
            line-height: 1;
        }

        .sidebar-content .custom-tab-pane {
            display: none;
            padding: 0 8px 10px;
            overflow-y: auto;
            min-height: 0;
            -webkit-overflow-scrolling: touch;
        }

        .sidebar-content .custom-tab-pane.active {
            display: block;
            height: 100%;
        }

        /* Barra de búsqueda */
        .custom-category-search {
            padding: 15px 10px;
            position: sticky;
            top: 0;
            z-index: 10;
            background: linear-gradient(180deg, rgba(47, 51, 58, 0.98) 0%, rgba(47, 51, 58, 0.92) 100%);
        }

        .custom-search-container {
            position: relative;
            display: flex;
            align-items: center;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50px;
            /* padding: 0 10px; */
        }

        .custom-search-icon {
            color: var(--vm-font-color);
            opacity: 0.7;
        }

        #categorySearch {
            width: 100%;
            padding: 10px;
            background: transparent;
            border: none;
            color: var(--vm-font-color);
            outline: none;
        }

        #categorySearch::placeholder {
            color: var(--vm-font-color);
            opacity: 0.7;
        }

        /* Estilos para categorías */
        .custom-mobile-categories {
            padding: 0;
        }

        .custom-j-menu {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .custom-menu-item {
            margin-bottom: 4px;
            border-radius: 8px;
            overflow: hidden;
            transition: background-color 0.3s ease;
        }

        .custom-menu-item:hover {
            background-color: rgba(255, 255, 255, 0.1);
        }

        .dropdown-subcategory-company {
            display: flex;
            align-items: center;
            padding: 10px;
            text-decoration: none;
            color: #333;
        }

        .img-subcategory {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            transition: transform 0.3s ease;
        }

        .dropdown-subcategory-company:hover .img-subcategory {
            transform: scale(1.1);
        }

        .links-text-sub {
            font-size: 14px;
            color: #333;
        }

        .custom-category-title {
            font-size: 16px;
            font-weight: bold;
            color:#fff;
            white-space: nowrap; 
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .custom-subcategories-container {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
            background: rgba(0, 0, 0, 0.2);
        }

        .custom-subcategory-open {
            max-height: 1000px;
        }

        .custom-subcategory-link {
            display: flex;
            align-items: center;
            padding: 10px 10px 10px 0px;
            text-decoration: none;
            color: var(--vm-font-color);
            transition: background 0.2s ease;
            border-left: 3px solid transparent;
            border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        }

        .custom-subcategory-link:hover, .custom-subcategory-link.active {
            border-left-color: #fff;
        }

        .custom-subcategory-image {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            overflow: hidden;
            background: rgba(255, 255, 255, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 12px;
        }

        .custom-subcategory-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.2s ease;
        }

        .custom-subcategory-link:hover .custom-subcategory-image img {
            transform: scale(1.1);
        }

        .custom-subcategory-name {
            font-size: 16px;
            color: var(--vm-font-color);
            opacity: 0.9;
        }

        .custom-category-header, .custom-all-categories a {
            display: flex;
            align-items: center;
            /* padding: 15px 12px; */
            padding: 3px 0px 5px 2px;
            text-decoration: none;
            color: var(--vm-font-color);
            transition: all 0.3s ease;
            border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        }

        .custom-category-header:hover, .custom-subcategory-link:hover {
            background-color: rgba(255, 255, 255, 0.08);
        }

        .custom-category-icon {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 56px;
            height: 56px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            margin-right: 12px;
        }

        .custom-category-icon i {
            color: var(--vm-font-color);
            font-size: 20px;
        }

        .custom-category-content {
            flex: 1;
            overflow: hidden;
            min-width: 0;
            padding-right: 8px;
        }

        .custom-category-counter {
            font-size: 14px;
            color: var(--vm-font-color);
            opacity: 0.7;
            display: block;
            margin-top: 2px;
        }

        .custom-toggle-icon {
            transition: transform 0.3s ease;
            opacity: 0.7;
        }

        .custom-rotate-icon {
            transform: rotate(180deg);
        }
        .custom-all-categories {
            margin-bottom: 10px;
            background:rgba(255,255,255,0.05);
            border-left: 3px solid #fff;
        }

        .custom-subcategory-item {
            list-style-type: none;
            padding-left: 0;
        }
        .custom-tab-button:focus {
            outline: none;
        }

        .auth-section {
            padding: 15px;
            margin: 0px 15px 0px;
            border-radius: 8px;
            background-color: rgba(255,255,255,0.1);
        }

        .btn-auth {
            display: inline-block;
            padding: 10px 0px;
            color: white;
            border-radius: 30px;
            text-decoration: none;
            font-weight: bold;
            box-shadow: 0 2px 5px rgba(0,0,0,0.3);
            transition: all 0.3s ease;
            width: 80%;
        }

        .btn-auth:hover {
            box-shadow: 0 4px 10px rgba(0,0,0,0.4);
            transform: translateY(-2px);
            text-decoration: none;
            color: white;
        }

        .btn-auth i {
            margin-right: 8px;
        }

        .btn-login {
            background: linear-gradient(45deg, #2196F3, #3F51B5);
        }

        .btn-logout {
            background: linear-gradient(45deg, #f44336, #d32f2f);
        }

        @media (max-width: 576px) {
            .btn-auth {
                width: 100%;
            }
        }

        #flyout-menu-5e7e2aaa26401 {
            position: fixed;
            top: 0;
            left: 0;
            bottom: 0;
            width: 70px;                
            background: #fff;
            transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
            box-shadow: 0 0 10px rgba(0,0,0,0.05);  
            z-index: 800; 
            overflow-y: scroll; 
            overflow-x: visible !important; 
            height: 100%;
            scrollbar-width: none;
        }

        #flyout-menu-5e7e2aaa26401::-webkit-scrollbar {
            width: 0px;  
        }

        #flyout-menu-5e7e2aaa26401::-webkit-scrollbar-track {
            background: transparent; 
        }

        #flyout-menu-5e7e2aaa26401::-webkit-scrollbar-thumb {
            background: transparent;  
        }

        #flyout-menu-5e7e2aaa26401:hover {
            width: 250px;             
            box-shadow: 5px 0 20px rgba(0,0,0,0.1);  
        }

        .menu-overlay {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(0, 0, 0, 0.5);
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.5s ease;
            z-index: 799; 
        }

        #flyout-menu-5e7e2aaa26401:hover ~ .menu-overlay {
            opacity: 1;
            visibility: visible;
        }

        #flyout-menu-5e7e2aaa26401 .j-menu,
        #flyout-menu-5e7e2aaa26401 .subcategories_of_category_selected .j-menu {
            margin: 0;
            padding: 0;
            list-style: none;
            position: relative; 
        }

        @keyframes borderWave {
            0% {
                left: 50%;
                width: 0;
            }
            50% {
                left: 0;
                width: 100%;
            }
            100% {
                left: 50%;
                width: 0;
            }
        }

        #flyout-menu-5e7e2aaa26401 .menu-item {
            position: relative;
            z-index: 1;
            border-bottom: 1px solid #e0e0e0;
            transition: border-color 0.3s ease;
        }

        #flyout-menu-5e7e2aaa26401 .menu-item::after {
            content: '';
            position: absolute;
            bottom: -1px;
            left: 50%;
            width: 0;
            height: 2px; 
            background: linear-gradient(90deg, transparent, #d33, transparent);
            z-index: 2;
        }

        #flyout-menu-5e7e2aaa26401 .menu-item:hover::after {
            animation: borderWave 2s ease-in-out infinite;
        }

        #flyout-menu-5e7e2aaa26401 .all-categories-container::after {
            display: none;
        }

        #flyout-menu-5e7e2aaa26401 .dropdown-subcategory-company {
            position: relative;
            border-bottom: 1px solid #e0e0e0;
        }

        #flyout-menu-5e7e2aaa26401 .menu-item:not(:hover)::after,
        #flyout-menu-5e7e2aaa26401 .dropdown-subcategory-company:not(:hover)::after {
            animation-play-state: paused;
        }

        #flyout-menu-5e7e2aaa26401 .menu-item > a {
            display: flex;
            align-items: center;
            padding: 5px 15px;
            text-decoration: none;
            color: #333;
            position: relative;
            overflow: hidden;
        }

        #flyout-menu-5e7e2aaa26401 .menu-item > a:hover {
            background-color: #dfdfdf;
            border-radius: 15px;
        }

        #flyout-menu-5e7e2aaa26401 .all-categories-container > a:hover {
            background-color: transparent !important;
        }


        #flyout-menu-5e7e2aaa26401 .img-category- {
            min-width: 30px;
            min-height: 30px;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            border-radius: 50%;
            margin-right: 15px;
            flex-shrink: 0;
            transition: transform 0.3s ease;
        }

        #flyout-menu-5e7e2aaa26401 .menu-item > a:hover .img-category- {
            transform: scale(1.1);
        }

        #flyout-menu-5e7e2aaa26401 .links-text {
            white-space: nowrap;
            overflow: hidden;
            opacity: 0;
            visibility: hidden;
            transform: translateX(-20px);  
            transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1),
                        visibility 0.5s ease,
                        transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
            flex-grow: 1;
        }
        #flyout-menu-5e7e2aaa26401:hover .links-text {
            opacity: 1;
            visibility: visible;
            transform: translateX(0);
        }

        #flyout-menu-5e7e2aaa26401 .category-title {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin: 0;
            width: 100%;
        }
        #flyout-menu-5e7e2aaa26401 .category-title span {
            display: inline-block;
            max-width: calc(100% - 25px);
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 12px; 
        }

        #flyout-menu-5e7e2aaa26401 .category-title .fa-chevron-down {
            margin-left: 5px; 
            font-size: 10px; 
            color: #999;
            flex-shrink: 0;
        }

        #flyout-menu-5e7e2aaa26401 .menu-item:hover .fa-chevron-down {
            color: #d33;
            transform: translateX(3px);
        }

        #flyout-menu-5e7e2aaa26401 .category-title .fa-chevron-down:before {
            content: "\f054";
        }

        #flyout-menu-5e7e2aaa26401 .dropdown-subcategory-company {
            display: flex;
            align-items: center;
            padding: 10px 15px;
            color: #333;
            text-decoration: none;
            position: relative;
            overflow: hidden;
        }

        #flyout-menu-5e7e2aaa26401 .dropdown-subcategory-company:hover::after {
            width: 100%;
            left: 0;
        }

        #flyout-menu-5e7e2aaa26401 .img-subcategory {
            width: 26px;
            height: 26px;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            border-radius: 50%;
            margin-right: 10px;
            flex-shrink: 0;
            transition: transform 0.3s ease;
        }

        #flyout-menu-5e7e2aaa26401 .dropdown-subcategory-company:hover .img-subcategory {
            transform: scale(1.1);  
        }

        #flyout-menu-5e7e2aaa26401 .links-text-sub {
            white-space: nowrap;
            font-size: 12px; 
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 170px;
            display: inline-block;
        }

        .main-content {
            margin-left: 70px;  
            padding: 20px;
            overflow: visible !important;
            transition: margin-left 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        }

        #flyout-menu-5e7e2aaa26401:hover ~ .main-content {
            margin-left: 250px;
        }


        #flyout-menu-5e7e2aaa26401 .links-text h6 {
            font-size: 12px;
            margin: 0;
        }

        #flyout-menu-5e7e2aaa26401 .subcategories_of_category_selected {
            position: fixed;  
            left: 250px;   
            min-width: 220px;
            background: #fff;
            display: block;                
            z-index: 10000;                 
            padding: 5px 0;
            box-shadow: 3px 3px 15px rgba(0,0,0,0.1);
            border-radius: 0 8px 8px 0;
            overflow: visible; 
            opacity: 0;
            visibility: hidden;
            transform-origin: left top;
            transform: scale(0.8) translateX(-8px);
            transition: opacity 0.3s cubic-bezier(0.375, 0.105, 0.255, 1.270),
                        visibility 0.3s ease,
                        transform 0.3s cubic-bezier(0.375, 0.105, 0.255, 1.270);
        }

        #flyout-menu-5e7e2aaa26401 .subcategories_of_category_selected .j-menu {
            max-height: 60vh; 
            overflow-y: auto; 
            overflow-x: hidden;
            scrollbar-width: none; 
        }

        #flyout-menu-5e7e2aaa26401 .subcategories_of_category_selected .j-menu::-webkit-scrollbar {
            width: 0px;
            display: none;
        }

        #flyout-menu-5e7e2aaa26401 .menu-item:hover .subcategories_of_category_selected {
            opacity: 1;
            visibility: visible;
            top: 0;
            transform: translateY(0);
        }

        #flyout-menu-5e7e2aaa26401 .all-categories-container {
            background-color: #d33;
            border-radius: 50%;
            display: flex;
            align-items: center;
            margin: 8px;
            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1), border-radius 0.5s cubic-bezier(0.4, 0, 0.2, 1);
            overflow: hidden;
            border-bottom: none;
            width: calc(100% - 16px);
            max-width: 46px;
        }

        #flyout-menu-5e7e2aaa26401:hover .all-categories-container {
            width: calc(100% - 16px);
            max-width: 100%;
            border-radius: 40px; 
        }

        /* Enlace dentro del contenedor */
        #flyout-menu-5e7e2aaa26401 .all-categories-container a {
            display: flex;
            align-items: center;
            color: white;
            width: 100%;
            padding: 8px;
        }

        #flyout-menu-5e7e2aaa26401 .all-categories-container .links-text h6 span {
            color: white !important;
            font-weight: 700;
        }

        #flyout-menu-5e7e2aaa26401 .all-categories-container:hover .links-text span {
            color: white !important;
        }
        #flyout-menu-5e7e2aaa26401 .all-categories-container a:hover .links-text span {
            color: white !important;
        }

        #flyout-menu-5e7e2aaa26401 .dropdown-subcategory-company:hover {
            background-color: #dfdfdf;
            border-radius: 15px;
        }

        #flyout-menu-5e7e2aaa26401 .dropdown-subcategory-company::after {
            content: '';
            position: absolute;
            bottom: -1px;
            left: 50%;
            width: 0;
            height: 2px; 
            background: linear-gradient(90deg, transparent, #d33, transparent);
            transition: width 0.5s ease, left 0.5s ease;
            z-index: 2;
        }

        #flyout-menu-5e7e2aaa26401 .dropdown-subcategory-company:hover::after {
            animation: borderWave 2s ease-in-out infinite;
        }


        #flyout-menu-5e7e2aaa26401 .dropdown-subcategory-company:last-child {
            border-bottom: none;
        }
        #flyout-menu-5e7e2aaa26401 .dropdown-subcategory-company:last-child::after {
            display: none;
        }
        #font_col,
        #font_col_new {
            display: none;
        }

        body.filter_modal_right_open {
            overflow: hidden;
            touch-action: none;
        }

        #filter_modal_right.sidebar {
            width: min(92vw, 360px);
            right: calc(-1 * min(92vw, 360px) - 26px);
            z-index: 1100;
            background: var(--vm-filter-bg-color, var(--vm-sidebar-color)) !important;
            color: var(--vm-filter-font-color, var(--vm-font-color)) !important;
            padding: 58px 12px 18px;
            overflow-y: auto;
            overflow-x: hidden;
            overscroll-behavior: contain;
            -webkit-overflow-scrolling: touch;
        }

        .filter_modal_right_open #filter_modal_right.sidebar {
            right: 0;
        }

        .filter_modal_right_open .backdrop {
            position: fixed !important;
            inset: 0;
            z-index: 1090 !important;
            background: rgba(17, 24, 39, 0.42) !important;
        }

        #filter_modal_right .vm-filter-sidebar__close {
            position: absolute;
            top: 10px;
            right: 10px;
            width: 36px;
            height: 36px;
            border: 0;
            border-radius: 10px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            background: rgba(255, 255, 255, 0.14);
            color: var(--vm-filter-font-color, var(--vm-font-color));
            transition: background-color 0.2s ease, transform 0.2s ease;
        }

        #filter_modal_right .vm-filter-sidebar__close .material-icons {
            font-size: 20px;
            line-height: 1;
        }

        #filter_modal_right .vm-filter-sidebar__close:hover {
            background: rgba(255, 255, 255, 0.2);
            transform: scale(1.03);
        }

        #filter_modal_right .vm-filter-sidebar__section {
            margin-top: 12px;
        }

        #filter_modal_right .vm-filter-sidebar__section--first {
            margin-top: 0;
        }

        #filter_modal_right .filter_option {
            border-radius: 10px;
            background: rgba(255, 255, 255, 0.1) !important;
            transition: background-color 0.2s ease;
        }

        #filter_modal_right .filter_option:hover {
            background: rgba(255, 255, 255, 0.14) !important;
        }

        #filter_modal_right .vm-filter-action {
            width: 100%;
            border: 0;
            padding: 11px 12px;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 10px;
            color: var(--vm-filter-font-color, var(--vm-font-color));
            background: transparent;
            text-align: left;
        }

        #filter_modal_right .vm-filter-action__icon {
            font-size: 20px;
            line-height: 1;
        }

        #filter_modal_right .vm-filter-action__text {
            min-width: 0;
            flex: 1 1 auto;
        }

        #filter_modal_right .filter-modal-title {
            font-size: 15px;
            font-weight: 700;
            color: var(--vm-filter-font-color, var(--vm-font-color));
        }

        #filter_modal_right .vm-filter-panel {
            margin-top: 12px;
            padding: 10px;
        }

        #filter_modal_right .filter-modal-section-title {
            padding: 0;
            margin-bottom: 8px;
            color: var(--vm-filter-font-color, var(--vm-font-color));
        }

        #filter_modal_right .border_bottom {
            border-bottom: 1px dotted rgba(255, 255, 255, 0.55);
            margin-bottom: 10px;
            padding-bottom: 7px;
        }

        #filter_modal_right .vm-filter-panel__body {
            padding: 0;
        }

        #filter_modal_right .card-brands-body {
            border: 0 !important;
            color: var(--vm-filter-font-color, var(--vm-font-color)) !important;
            padding: 4px 0 0 !important;
        }

        #filter_modal_right .vm-filter-range-text {
            color: var(--vm-filter-font-color, var(--vm-font-color));
            font-size: 13px;
            font-weight: 600;
            line-height: 1.35;
        }

        #filter_modal_right .vm-filter-slider-wrap {
            padding: 0 8px 8px;
            display: flex;
            justify-content: center;
        }

        #filter_modal_right #flat-slider-price_mobile {
            width: 100%;
        }

        #filter_modal_right .vm-filter-divider-short {
            border-bottom: 1px solid rgba(255, 255, 255, 0.55);
            width: 55%;
        }

        #navbarSupportedContent_filters_brands,
        #navbarSupportedContent_filters_brands_mobile {
            --vm-brand-item-bg: #f4f6f9;
            --vm-brand-item-bg-hover: #eef2f7;
            --vm-brand-item-border: #d8e0ea;
            --vm-brand-text: #1f2937;
            --vm-brand-count: #1b467b;
            --vm-brand-check-border: #1b467b;
            --vm-brand-check-bg: #1b467b;
            --vm-brand-separator: #ced5db;
        }

        #navbarSupportedContent_filters_brands_mobile {
            --vm-brand-item-bg: rgba(255, 255, 255, 0.08);
            --vm-brand-item-bg-hover: rgba(255, 255, 255, 0.14);
            --vm-brand-item-border: rgba(255, 255, 255, 0.2);
            --vm-brand-text: var(--vm-filter-font-color, var(--vm-font-color));
            --vm-brand-count: rgba(255, 255, 255, 0.75);
            --vm-brand-check-border: var(--vm-filter-font-color, var(--vm-font-color));
            --vm-brand-check-bg: var(--vm-filter-font-color, var(--vm-font-color));
            --vm-brand-separator: rgba(255, 255, 255, 0.45);
        }

        #navbarSupportedContent_filters_brands .vm-brand-filter-list,
        #navbarSupportedContent_filters_brands_mobile .vm-brand-filter-list {
            padding: 4px 0;
            display: flex;
            flex-direction: column;
            gap: 6px;
        }

        #navbarSupportedContent_filters_brands .brand-filter-item,
        #navbarSupportedContent_filters_brands_mobile .brand-filter-item {
            border-radius: 8px;
            padding: 8px 10px;
            background: var(--vm-brand-item-bg);
            border: 1px solid var(--vm-brand-item-border);
            transition: background-color 0.2s ease;
        }

        #navbarSupportedContent_filters_brands .brand-filter-item:hover,
        #navbarSupportedContent_filters_brands_mobile .brand-filter-item:hover {
            background: var(--vm-brand-item-bg-hover);
        }

        #navbarSupportedContent_filters_brands .brand-filter-item.all-brands,
        #navbarSupportedContent_filters_brands_mobile .brand-filter-item.all-brands {
            border-bottom: 1px solid var(--vm-brand-separator);
            margin-bottom: 6px;
            padding-bottom: 12px;
        }

        #navbarSupportedContent_filters_brands .custom-checkbox,
        #navbarSupportedContent_filters_brands_mobile .custom-checkbox {
            display: flex;
            align-items: center;
            position: relative;
            width: 100%;
            margin: 0;
            cursor: pointer;
            padding-left: 30px;
        }

        #navbarSupportedContent_filters_brands .custom-checkbox input,
        #navbarSupportedContent_filters_brands_mobile .custom-checkbox input {
            position: absolute;
            opacity: 0;
            height: 0;
            width: 0;
        }

        #navbarSupportedContent_filters_brands .checkmark,
        #navbarSupportedContent_filters_brands_mobile .checkmark {
            position: absolute;
            left: 0;
            width: 18px;
            height: 18px;
            border-radius: 4px;
            border: 2px solid var(--vm-brand-check-border);
            background: transparent;
            transition: background-color 0.2s ease;
        }

        #navbarSupportedContent_filters_brands .checkmark:after,
        #navbarSupportedContent_filters_brands_mobile .checkmark:after {
            content: "";
            position: absolute;
            display: none;
            left: 5px;
            top: 1px;
            width: 4px;
            height: 9px;
            border: solid #fff;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }

        #navbarSupportedContent_filters_brands .custom-checkbox input:checked ~ .checkmark,
        #navbarSupportedContent_filters_brands_mobile .custom-checkbox input:checked ~ .checkmark {
            background: var(--vm-brand-check-bg);
        }

        #navbarSupportedContent_filters_brands .custom-checkbox input:checked ~ .checkmark:after,
        #navbarSupportedContent_filters_brands_mobile .custom-checkbox input:checked ~ .checkmark:after {
            display: block;
        }

        #navbarSupportedContent_filters_brands .brand-name,
        #navbarSupportedContent_filters_brands_mobile .brand-name {
            color: var(--vm-brand-text);
            font-size: 14px;
            line-height: 1.3;
        }

        #navbarSupportedContent_filters_brands .brand-count,
        #navbarSupportedContent_filters_brands_mobile .brand-count {
            color: var(--vm-brand-count);
            font-size: 12px;
            margin-left: 3px;
        }

        #navbarSupportedContent .vm-variant-filters .filter_container,
        #filter_modal_right .vm-variant-filters .filter_container {
            margin-bottom: 12px;
            border-radius: 10px;
            overflow: hidden;
        }

        #navbarSupportedContent .vm-variant-filters .filter_container {
            background: #fff;
            border: 1px solid #dfe4ea;
        }

        #filter_modal_right .vm-variant-filters .filter_container {
            background: rgba(255, 255, 255, 0.08);
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        #navbarSupportedContent .vm-variant-filters .filter_title,
        #filter_modal_right .vm-variant-filters .filter_title {
            padding: 10px 12px;
            font-size: 14px;
            font-weight: 700;
            margin: 0;
        }

        #navbarSupportedContent .vm-variant-filters .filter_title {
            color: #1f2937;
        }

        #filter_modal_right .vm-variant-filters .filter_title {
            color: var(--vm-filter-font-color, var(--vm-font-color));
        }

        #navbarSupportedContent .vm-variant-filters .filter_content,
        #filter_modal_right .vm-variant-filters .filter_content {
            max-height: 178px;
            overflow-y: auto;
            padding: 0 10px 10px;
            scrollbar-width: thin;
        }

        #navbarSupportedContent .vm-variant-filters .filter_content {
            scrollbar-color: #c9d4e2 transparent;
        }

        #filter_modal_right .vm-variant-filters .filter_content {
            scrollbar-color: rgba(255, 255, 255, 0.35) transparent;
        }

        #navbarSupportedContent .vm-variant-filters .variant-list-container,
        #filter_modal_right .vm-variant-filters .variant-list-container {
            display: flex;
            flex-direction: column;
            gap: 6px;
        }

        #navbarSupportedContent .vm-variant-filters .variant-item,
        #filter_modal_right .vm-variant-filters .variant-item {
            border-radius: 8px;
            padding: 8px 10px;
            border: 1px solid transparent;
            cursor: pointer;
            transition: all 0.2s ease;
            display: flex;
            align-items: center;
            justify-content: space-between;
            line-height: 1.25;
        }

        #navbarSupportedContent .vm-variant-filters .variant-item {
            background: #f5f7fa;
            color: #1f2937;
            border-color: #e1e7ef;
        }

        #filter_modal_right .vm-variant-filters .variant-item {
            background: rgba(255, 255, 255, 0.1);
            color: var(--vm-filter-font-color, var(--vm-font-color));
            border-color: rgba(255, 255, 255, 0.2);
        }

        #navbarSupportedContent .vm-variant-filters .variant-item:hover {
            background: #ecf2f9;
            border-color: #bcd0ea;
        }

        #filter_modal_right .vm-variant-filters .variant-item:hover {
            background: rgba(255, 255, 255, 0.16);
            border-color: rgba(255, 255, 255, 0.35);
        }

        #navbarSupportedContent .vm-variant-filters .variant-item.active {
            background: #1b467b;
            color: #fff;
            border-color: #1b467b;
        }

        #filter_modal_right .vm-variant-filters .variant-item.active {
            background: rgba(255, 255, 255, 0.22);
            color: var(--vm-filter-font-color, var(--vm-font-color));
            border-color: var(--vm-filter-font-color, var(--vm-font-color));
        }

        #navbarSupportedContent .vm-variant-filters .item-count,
        #filter_modal_right .vm-variant-filters .item-count {
            font-size: 12px;
            opacity: 0.8;
            margin-left: 6px;
        }
    .modal-content {
        box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        border: none;
    }

    .modal-header {
        background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
        border-bottom: none;
        padding: 20px;
    }

    .modal-header h4 {
        font-size: 1.25rem;
        font-weight: 600;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .modal-body {
        padding: 25px;
        background: #fff;
    }

    .email-input-group {
        display: flex;
        gap: 10px;
        margin-bottom: 15px;
    }

    .email-input-group input {
        border: 1px solid #dee2e6;
        padding: 12px;
        border-radius: 6px;
        font-size: 14px;
        transition: all 0.3s ease;
        box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    }

    .email-input-group input:focus {
        border-color: #80bdff;
        box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
    }

    .btn-add-email {
        font-weight: 500;
        display: flex;
        align-items: center;
        gap: 8px;
        transition: all 0.3s ease;
        background: #007bff;
        border: none;
    }

    .btn-add-email:hover {
        background: #0056b3;
        transform: translateY(-1px);
    }

    .email-tag {
        background: #f8f9fa;
        border: 1px solid #e9ecef;
        border-radius: 20px;
        padding: 6px 12px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        margin: 4px;
        transition: all 0.2s ease;
    }

    .email-tag button {
        padding: 0;
        background: none;
        border: none;
        color: #dc3545;
        opacity: 0.7;
        transition: all 0.2s ease;
    }

    .email-tag button:hover {
        opacity: 1;
    }

    .modal-footer { 
        border-top: 1px solid #e9ecef;
        padding: 20px;
    }

    .btn-send-proforma {
        background: linear-gradient(135deg, #28a745 0%, #218838 100%);
        border: none;
        padding: 12px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        transition: all 0.3s ease;
    }

    .btn-send-proforma:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

    @media (max-width: 768px) { 
        .email-input-group {
            flex-direction: column;
        }
        
        .btn-add-email {
            height: 45px;
            justify-content: center;
        }

        #modal_emails_send_emails .modal-content {
            margin: 10px;
            max-height: calc(100vh - 20px) !important;
        }
    }
    .btn_option_unit {
        border-radius: 50px;
        border: 1px solid #e9e9e9;
        margin: 9px;
        padding: 8px;
        background-color: #f8f8f8;
        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    }

    #amount_by_product, #product_price_footer {
        background: #fff;
        color: #16b709;
        padding: 5px 10px;
        border-radius: 30px;
        font-weight: bold;
        margin-left: 10px;
        display: inline-block;
    }

    #footer_car_product_detail {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 8px 0 0;
        border-top: 1px solid #eee;
        z-index: 99;
        background: #fff;
        box-shadow: 0 -1px 8px 0 rgba(0, 0, 0, 0.11);
    }

    #image_product_car_detail_content {
        position: relative;
        padding: 0;
        overflow-y: auto;
        overflow-x: hidden;
        margin-bottom: 50px;
    }

    .carousel-item {
        background-size: contain;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center center;
        border-radius: 0px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    }

    .share_icons {
        color: #777; 
        font-size: 22px;
        margin-right: 8px;
        transition: all 0.3s ease;
    }

    .share_icons:hover {
        color: #16b709;
        transform: scale(1.2);
    }

    #modal_recomended_productlist_content > .row-underline {
        background-color: #ffffff;
    }

    #modal_recomended_productlist_content > .row-underline > .deal-text {
        background-color: #f5f5f5;
        padding: 8px 30px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    #modal_recomended_productlist_content {
        background-color: #f5f5f5;
    }
    
    #product_content_modifiers > ul > li {
        cursor: pointer; 
    }

    #product_content_modifiers > ul > li:hover {
        background-color: #fbfbfb;
    }

    #product_content_modifiers > h5 {
        border: 1px solid #f2f2f2;
        background-color: #f5f5f5;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    #product_selected_quantity {
        width: 100%;
        text-align: center;
        border: none;
        font-weight: bold;
        background: transparent;
    }
    #product_selected_quantity_details {
        width: 100%;
        text-align: center;
        border: none;
        font-weight: bold;
        background: transparent;
    }

    .product-details-container {
        background-color: #f8f8f8;
        border-radius: 15px;
        padding: 15px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
        margin-bottom: 15px;
    }

    .product-details-container .product_info {
        display: block;
        margin-bottom: 10px;
        color: #555;
    }

    .observations-container {
        background-color: #f8f8f8; 
        border-radius: 15px;
        padding: 16px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
        margin-top: 1rem;
    }

    .observations-container label {
        font-weight: bold;
        color: #333;
        margin-bottom: 8px;
        display: block;
    }

    .observations-container textarea {
        border: 1px solid #e0e0e0;
        border-radius: 10px;
        padding: 12px;
        width: 100%;
        min-height: 80px;
        resize: vertical;
        font-size: 14px;
    }

    .product-name {
        font-size: 24px;
        font-weight: bold;
        color: #333;
        line-height: 1.2;
        margin-bottom: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .modal-header-custom {
        background-color: #16B709; 
        padding: 1rem;
        position: relative;
        text-align: center;
    }

    .modal-header-custom h4 {
        color: #fff;            
        margin: 0;
        font-size: 1.3rem;
        font-weight: bold;
    }

    .close-btn {
        position: absolute;
        top: 50%;
        right: 1rem;
        transform: translateY(-50%);
        background-color: #fff;  
        border: none;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        box-shadow: 0 2px 5px rgba(0,0,0,0.2);
        color: #000;
    }

    .close-btn span {
        font-size: 1.2rem;
        color: #333;
    }

    .price-container {
        align-items: center;
        margin-bottom: 15px;
    }

    .current-price {
        font-size: 28px;
        font-weight: bold;
        color: #16b709;
    }

    .old-price {
        font-size: 18px;
        color: #999;
        text-decoration: line-through;
        margin-right: 10px;
    }

    .quantity-control {
        display: flex;
        align-items: center;
        background-color: #f0f0f0;
        border-radius: 50px;
        width: 100%;
        justify-content: space-between;
        padding: 5px;
        height: 44px;
    }

    .quantity-btn {
        width: 36px;
        height: 36px;
        background-color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        color: #16b709;
        font-weight: bold;
        font-size: 18px;
        border: none;
    }

    .quantity-input {
        text-align: center;
        border: none;
        background: transparent;
        font-weight: bold;
        font-size: 18px;
        width: 40px;
    }

    .add-to-cart-btn {
        background-color: #16b709;
        color: white;
        border: none;
        border-radius: 50px;
        padding: 15px 7px;
        font-size: 16px;
        font-weight: bold;
        width: 100%;
        height: 44px;
        cursor: pointer;
        box-shadow: 0 4px 8px rgba(22, 183, 9, 0.2);
        transition: all 0.3s ease;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .add-to-cart-btn:hover {
        background-color: #139e07;
        box-shadow: 0 6px 12px rgba(22, 183, 9, 0.3);
    }

    /* Carrusel de métodos de pago */
    .payment-methods-container {
        margin-top: 20px;
        padding: 15px 0;
        background-color: #f8f8f8;
        border-radius: 15px;
    }

    .payment-methods-wrapper {
        overflow: hidden;
        position: relative;
    }

    .payment-methods-carousel {
        display: flex;
        animation: scroll 20s linear infinite;
        width: max-content;
    }

    .payment-method-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 15px;
        min-width: 80px;
    }

    .payment-method-icon {
        width: 40px;
        height: 40px;
        background-color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        margin-bottom: 5px;
    }

    .payment-method-icon i {
        font-size: 20px;
        color: #333;
    }

    .payment-method-name {
        font-size: 12px;
        color: #666;
        text-align: center;
    }

    @keyframes scroll {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-50%);
        }
    }

    @media (max-width: 768px) {
        .product-name {
            font-size: 20px;
        }

        .current-price {
            font-size: 24px;
        }

        .product-details-container,
        .observations-container {
            padding: 12px;
        }
    }

    .modal-content {
        border-radius: 15px;
        overflow: hidden;
    }
    #btn_add_product_confirmed_order_item {
        text-align: left;
    }
    .variant-container {
        background-color: #f8f8f8;
    }
    .color-screen-content .color-filters, .color-screen-content .short-filters, .color-screen-content .labels-filters, .color-screen-content .dropdown-filters {
        background-color: #f8f8f8;
    }
    .popup-fullmenu .modal-content {
        border-radius: 15px;
        max-height: 90%;
    }
    .order-not-paid {
        background-color: #d9d9d9;
        border-radius: 15px;
    }

    .modal-dialog {
        min-height: calc(100vh - 60px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        overflow: auto;
    }
    @media(max-width: 768px) {
        .modal-dialog {
            min-height: calc(100vh - 20px);
        }
    }

    /* Product detail modal refresh */
    #modal_add_items_to_order.storefront-product-modal {
        padding-right: 0 !important;
    }

    #modal_add_items_to_order .storefront-product-modal__dialog {
        width: min(1120px, calc(100vw - 36px));
        max-width: min(1120px, calc(100vw - 36px));
        height: calc(100vh - 36px);
        margin: 18px auto;
        align-items: stretch;
        overflow: hidden;
    }

    #modal_add_items_to_order .storefront-product-modal__content {
        width: 100%;
        height: 100%;
        max-height: 100% !important;
        border: 1px solid #d9e3f2;
        border-radius: 18px;
        overflow: hidden;
        background: #f4f7fb;
        box-shadow: 0 24px 48px rgba(15, 34, 58, 0.2);
    }

    #modal_add_items_to_order .modal-header.modal-header-custom {
        background: linear-gradient(135deg, var(--vm-bg-theme, #0f4ea5), #153b73);
        border-bottom: 1px solid rgba(255, 255, 255, 0.18);
        padding: 14px 56px 14px 20px;
        text-align: left;
    }

    #modal_add_items_to_order .modal-header-custom h4 {
        color: #ffffff;
        font-size: 1.05rem;
        font-weight: 700;
        line-height: 1.35;
    }

    #modal_add_items_to_order .close-btn {
        right: 14px;
        width: 34px;
        height: 34px;
        border: 1px solid rgba(255, 255, 255, 0.45);
        background: rgba(255, 255, 255, 0.9);
        color: #12345f;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    #modal_add_items_to_order .close-btn:hover {
        transform: translateY(-50%) scale(1.03);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.26);
    }

    #modal_add_items_to_order #image_product_car_detail_content.modal-product-body {
        margin-bottom: 0;
        padding-bottom: 24px !important;
        overflow-y: auto;
        overflow-x: hidden;
        background: linear-gradient(180deg, #f4f7fb 0%, #f7f9fc 35%, #f4f7fb 100%);
    }

    #modal_add_items_to_order .modal-product-close-floating {
        position: absolute;
        top: 12px;
        right: 12px;
        width: 38px;
        height: 38px;
        border-radius: 999px;
        border: 1px solid rgba(255, 255, 255, 0.55);
        background: rgba(255, 255, 255, 0.92);
        color: #12345f;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 6px 16px rgba(16, 27, 44, 0.28);
        z-index: 12;
        cursor: pointer;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    #modal_add_items_to_order .modal-product-close-floating:hover {
        transform: scale(1.04);
        box-shadow: 0 9px 18px rgba(16, 27, 44, 0.33);
    }

    #modal_add_items_to_order .modal-product-close-floating .material-icons {
        font-size: 20px;
        line-height: 1;
    }

    #modal_add_items_to_order #image_product_car_detail.modal-product-gallery {
        height: clamp(240px, 37vh, 360px);
        background: #eaf0f8;
        border-bottom: 1px solid #dbe5f3;
    }

    #modal_add_items_to_order .carousel-item.modal-product-carousel-item {
        height: clamp(240px, 37vh, 360px);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        background-color: #ffffff;
        box-shadow: none;
    }

    #modal_add_items_to_order .modal-product-carousel-control-icon {
        width: 42px;
        height: 42px;
        border-radius: 999px;
        background-color: rgba(17, 37, 64, 0.55);
        background-size: 58%;
        border: 1px solid rgba(255, 255, 255, 0.3);
        box-shadow: 0 6px 16px rgba(7, 13, 24, 0.25);
    }

    #modal_add_items_to_order .carousel-control-prev,
    #modal_add_items_to_order .carousel-control-next {
        width: 62px;
        opacity: 1;
    }

    #modal_add_items_to_order .carousel-indicators li {
        width: 10px;
        height: 10px;
        border-radius: 999px;
        border: 0;
        margin: 0 4px;
        background-color: rgba(28, 43, 63, 0.28);
    }

    #modal_add_items_to_order .carousel-indicators .active {
        background-color: #0f4ea5;
    }

    #modal_add_items_to_order .modal-product-content {
        padding: 18px 18px 20px;
    }

    #modal_add_items_to_order .modal-product-title {
        margin: 0;
        font-size: clamp(1.35rem, 2.1vw, 1.75rem);
        line-height: 1.25;
        font-weight: 700;
        color: #1d2b3f;
        letter-spacing: -0.01em;
    }

    #modal_add_items_to_order .modal-product-code-row {
        margin-top: 6px;
        color: #5b6575;
        font-size: 0.92rem;
    }

    #modal_add_items_to_order .price-container {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        gap: 8px 12px;
        margin-top: 12px;
        margin-bottom: 0;
    }

    #modal_add_items_to_order .old-price {
        margin-right: 0;
        font-size: 1rem;
        color: #8e97a7;
    }

    #modal_add_items_to_order .current-price {
        font-size: clamp(1.4rem, 2.8vw, 1.95rem);
        color: #0f8f3f;
    }

    #modal_add_items_to_order .modal-purchase-actions {
        margin-top: 14px !important;
        margin-bottom: 14px !important;
        padding: 12px;
        border-radius: 14px;
        background: #f8fbff;
        border: 1px solid #dbe7f5;
    }

    #modal_add_items_to_order .quantity-control {
        height: 48px;
        border-radius: 12px;
        background: #ffffff;
        border: 1px solid #d3dfef;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
        padding: 4px;
    }

    #modal_add_items_to_order .quantity-btn {
        width: 38px;
        height: 38px;
        border-radius: 10px;
        border: 1px solid #d1dded;
        background: #f8fbff;
        color: #0f4ea5;
        font-size: 1.15rem;
        box-shadow: none;
        transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
    }

    #modal_add_items_to_order .quantity-btn:hover {
        background: #ecf3ff;
        border-color: #b8cdf0;
        transform: translateY(-1px);
    }

    #modal_add_items_to_order .quantity-input {
        width: 64px;
        font-size: 1.05rem;
        color: #1d2b3f;
    }

    #modal_add_items_to_order #btn_add_product_confirmed_order_item.add-to-cart-btn {
        height: 48px;
        border-radius: 12px;
        padding: 10px 12px;
        background: linear-gradient(135deg, #16b709, #119f08);
        box-shadow: 0 10px 18px rgba(22, 183, 9, 0.24);
        text-align: left;
    }

    #modal_add_items_to_order #btn_add_product_confirmed_order_item.add-to-cart-btn:hover {
        background: linear-gradient(135deg, #13a809, #0f8f08);
        box-shadow: 0 12px 24px rgba(22, 183, 9, 0.3);
    }

    #modal_add_items_to_order #btn_add_product_confirmed_order_item .btn-text {
        font-size: 0.96rem;
        font-weight: 700;
    }

    #modal_add_items_to_order #amount_by_product {
        margin-left: 12px;
        padding: 5px 10px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.94);
        color: #0f7f3a;
        font-size: 0.88rem;
        font-weight: 700;
        line-height: 1.1;
        box-shadow: none;
    }

    #modal_add_items_to_order .mdl-variant-list {
        margin-top: 8px;
        margin-bottom: 10px;
    }

    #modal_add_items_to_order .product-details-container,
    #modal_add_items_to_order .observations-container,
    #modal_add_items_to_order .payment-methods-container,
    #modal_add_items_to_order #product_content_modifiers.modal-modifiers-content,
    #modal_add_items_to_order #modal_product_description_content,
    #modal_add_items_to_order #modal_recomended_productlist_content {
        background: #ffffff;
        border: 1px solid #e0e8f3;
        border-radius: 14px;
        box-shadow: 0 6px 18px rgba(18, 31, 53, 0.05);
    }

    #modal_add_items_to_order .product-details-container {
        padding: 15px;
        margin-bottom: 0;
    }

    #modal_add_items_to_order .product-details-container .row {
        row-gap: 10px;
    }

    #modal_add_items_to_order .product-details-container .product_info {
        margin-bottom: 8px;
        color: #5e687a;
        line-height: 1.42;
    }

    #modal_add_items_to_order .product-details-container .product_info strong {
        color: #1d2b3f;
        font-weight: 600;
    }

    #modal_add_items_to_order .modal-share-icons {
        gap: 8px;
    }

    #modal_add_items_to_order .share_icons {
        width: 36px;
        height: 36px;
        margin-right: 0;
        padding: 0;
        border-radius: 999px;
        border: 1px solid #d9e2ef;
        background: #f6f9fd;
        color: #355070;
        font-size: 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
    }

    #modal_add_items_to_order .share_icons:hover {
        transform: translateY(-1px);
        color: #0f4ea5;
        border-color: #b8cdf1;
        background: #ebf2ff;
    }

    #modal_add_items_to_order .modal-ratings-container {
        width: 100%;
    }

    #modal_add_items_to_order .pm-reviews-content .opinion-notice {
        display: flex;
        align-items: center;
        gap: 8px;
        margin: 0 0 10px;
        padding: 10px 12px;
        border: 1px solid #e2e8f2;
        border-radius: 10px;
        background: #f8fbff;
        color: #5b6778;
        font-size: 13px;
        font-weight: 500;
    }

    #modal_add_items_to_order .pm-reviews-content .opinion-notice i {
        margin-right: 0;
        color: #8ca0ba;
        font-size: 13px;
    }

    #modal_add_items_to_order .pm-review-feed {
        margin-top: 10px !important;
    }

    #modal_add_items_to_order .pm-review-empty-state {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        padding: 14px;
        border: 1px solid #dfe8f5;
        border-radius: 12px;
        background: linear-gradient(180deg, #f7faff 0%, #f2f6fd 100%);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
    }

    #modal_add_items_to_order .pm-review-empty-state.is-ready {
        border-color: #cfe7d7;
        background: linear-gradient(180deg, #f3fbf5 0%, #ecf8f0 100%);
    }

    #modal_add_items_to_order .pm-review-empty-state__icon {
        width: 34px;
        height: 34px;
        border-radius: 999px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 34px;
        background: #edf2fb;
        color: #5978a7;
        font-size: 15px;
    }

    #modal_add_items_to_order .pm-review-empty-state.is-ready .pm-review-empty-state__icon {
        background: #d9f3df;
        color: #239152;
    }

    #modal_add_items_to_order .pm-review-empty-state__content {
        min-width: 0;
    }

    #modal_add_items_to_order .pm-review-empty-state__title {
        margin: 0 0 4px;
        font-size: 16px;
        font-weight: 700;
        color: #1f2d44;
        line-height: 1.3;
    }

    #modal_add_items_to_order .pm-review-empty-state__text {
        margin: 0;
        font-size: 13px;
        color: #5e6d82;
        line-height: 1.45;
    }

    #modal_add_items_to_order .observations-container {
        margin-top: 14px;
        padding: 14px;
    }

    #modal_add_items_to_order .observations-container label {
        margin-bottom: 8px;
        color: #1d2b3f;
        font-weight: 600;
    }

    #modal_add_items_to_order .observations-container textarea {
        border-radius: 10px;
        border-color: #d6e0ee;
        min-height: 86px;
    }

    #modal_add_items_to_order .observations-container textarea:focus {
        border-color: #b8cdf1;
        box-shadow: 0 0 0 3px rgba(15, 78, 165, 0.12);
        outline: 0;
    }

    #modal_add_items_to_order #product_content_modifiers.modal-modifiers-content {
        min-height: 20px;
        margin-top: 14px !important;
        padding: 8px;
    }

    #modal_add_items_to_order .payment-methods-container {
        margin-top: 14px !important;
        padding: 14px 10px;
    }

    #modal_add_items_to_order .payment-methods-title {
        margin-bottom: 10px !important;
        font-size: 0.95rem;
        color: #4b5565;
        font-weight: 700;
        letter-spacing: 0.01em;
    }

    #modal_add_items_to_order .payment-methods-carousel {
        animation: modalPaymentScroll 26s linear infinite;
    }

    #modal_add_items_to_order .payment-method-item {
        min-width: 86px;
        margin: 0 10px;
    }

    #modal_add_items_to_order .payment-method-icon {
        width: 42px;
        height: 42px;
        border: 1px solid #dce5f1;
        box-shadow: none;
        background: #f8fbff;
    }

    #modal_add_items_to_order .payment-method-icon i {
        color: #2c405b;
        font-size: 18px;
    }

    #modal_add_items_to_order .payment-method-name {
        color: #607084;
        font-size: 0.72rem;
        line-height: 1.2;
    }

    @keyframes modalPaymentScroll {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-50%);
        }
    }

    #modal_add_items_to_order #modal_product_description_content.modal-product-description {
        margin-top: 14px !important;
        padding: 14px;
    }

    #modal_add_items_to_order .modal-product-description__title {
        margin: 0;
        font-size: 1rem;
        font-weight: 700;
        color: #1d2b3f;
    }

    #modal_add_items_to_order .modal-product-description__divider {
        margin: 10px 0 12px;
        border-color: #e6edf7;
    }

    #modal_add_items_to_order .modal-recommended-wrapper {
        margin-top: 14px !important;
    }

    #modal_add_items_to_order #modal_recomended_productlist_content > .row-underline {
        margin-top: 0;
        margin-bottom: 12px;
        border-bottom: 1px solid #e4ebf6;
        background: transparent;
    }

    #modal_add_items_to_order #modal_recomended_productlist_content .deal-text,
    #modal_add_items_to_order #modal_recomended_productlist_content .deal-text-active {
        margin-left: 0;
        margin-bottom: 0;
        padding: 8px 14px;
        font-size: 1rem;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    #modal_add_items_to_order #modal_recomended_productlist_content .deal-text {
        color: #50627b;
        background: #edf2f9;
    }

    #modal_add_items_to_order #modal_recomended_productlist_content .deal-text-active {
        border-bottom-width: 3px;
    }

    #modal_add_items_to_order #modal_recomended_productlist_content .mdl_recomendation_content {
        padding: 12px 8px 6px !important;
    }

    #modal_add_items_to_order #modal_recomended_productlist_content .product-card {
        border: 1px solid #e0e8f3;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(16, 27, 44, 0.08);
    }

    #modal_add_items_to_order #modal_recomended_productlist_content .product-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 22px rgba(16, 27, 44, 0.14);
    }

    #modal_add_items_to_order #modal_recomended_productlist_content .product-info {
        padding: 10px;
    }

    #modal_add_items_to_order #modal_recomended_productlist_content .price-current {
        color: #0f4ea5;
        font-size: 1rem;
    }

    #modal_add_items_to_order #image_product_car_detail_content::-webkit-scrollbar {
        width: 8px;
    }

    #modal_add_items_to_order #image_product_car_detail_content::-webkit-scrollbar-thumb {
        border-radius: 999px;
        background: rgba(69, 87, 112, 0.35);
    }

    @media (max-width: 992px) {
        #modal_add_items_to_order .storefront-product-modal__dialog {
            width: calc(100vw - 20px);
            max-width: calc(100vw - 20px);
            height: calc(100vh - 20px);
            margin: 10px auto;
        }

        #modal_add_items_to_order .modal-product-content {
            padding: 16px;
        }

        #modal_add_items_to_order .modal-purchase-actions {
            padding: 10px;
        }
    }

    @media (max-width: 768px) {
        #modal_add_items_to_order .storefront-product-modal__dialog {
            width: 100vw;
            max-width: 100vw;
            height: 100vh;
            margin: 0;
        }

        #modal_add_items_to_order .storefront-product-modal__content {
            border-radius: 0;
            border: 0;
        }

        #modal_add_items_to_order .modal-header.modal-header-custom {
            border-radius: 0;
            padding: 14px 52px 14px 14px;
        }

        #modal_add_items_to_order .modal-product-close-floating {
            top: 10px;
            right: 10px;
            width: 36px;
            height: 36px;
        }

        #modal_add_items_to_order #image_product_car_detail.modal-product-gallery,
        #modal_add_items_to_order .carousel-item.modal-product-carousel-item {
            height: 230px;
        }

        #modal_add_items_to_order .modal-product-title {
            font-size: 1.25rem;
        }

        #modal_add_items_to_order .current-price {
            font-size: 1.55rem;
        }

        #modal_add_items_to_order .quantity-control,
        #modal_add_items_to_order #btn_add_product_confirmed_order_item.add-to-cart-btn {
            height: 46px;
        }

        #modal_add_items_to_order #btn_add_product_confirmed_order_item .btn-text {
            font-size: 0.9rem;
        }

        #modal_add_items_to_order #amount_by_product {
            font-size: 0.82rem;
            padding: 5px 8px;
        }

        #modal_add_items_to_order .product-details-container,
        #modal_add_items_to_order .observations-container,
        #modal_add_items_to_order .payment-methods-container,
        #modal_add_items_to_order #modal_product_description_content,
        #modal_add_items_to_order #modal_recomended_productlist_content,
        #modal_add_items_to_order #product_content_modifiers.modal-modifiers-content {
            border-radius: 12px;
        }
    }

    @media (max-width: 576px) {
        #modal_add_items_to_order .modal-product-content {
            padding: 14px;
        }

        #modal_add_items_to_order .modal-header-custom h4 {
            font-size: 0.95rem;
        }

        #modal_add_items_to_order .quantity-btn {
            width: 34px;
            height: 34px;
        }

        #modal_add_items_to_order .quantity-input {
            width: 54px;
            font-size: 1rem;
        }

        #modal_add_items_to_order .modal-share-icons {
            gap: 6px;
        }

        #modal_add_items_to_order .share_icons {
            width: 34px;
            height: 34px;
            font-size: 16px;
        }
    }

    @media (prefers-reduced-motion: reduce) {
        #modal_add_items_to_order .payment-methods-carousel {
            animation: none;
        }

        #modal_add_items_to_order .share_icons,
        #modal_add_items_to_order .quantity-btn,
        #modal_add_items_to_order .close-btn,
        #modal_add_items_to_order #modal_recomended_productlist_content .product-card {
            transition: none;
        }
    }

    /* Mini cards sidebar (recent/top products) */
    #nav-find .sidebar-section {
        margin-bottom: 20px;
        background: #ffffff;
        border-radius: 8px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        overflow: hidden;
    }

    #nav-find .sidebar-title {
        margin: 0;
        padding: 12px 16px;
        color: #000;
        font-size: 1rem;
        font-weight: 600;
    }

    #nav-find .sidebar-content {
        padding: 12px;
    }

    #nav-find .product-card-mini {
        display: flex;
        align-items: center;
        margin-bottom: 4px;
        border-radius: 10px;
        background: #f0f0f0;
        transition: all 0.3s ease;
        padding: 8px;
    }

    #nav-find .product-card-mini:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        border-color: #e43c4f20;
        background-color: rgba(19, 72, 147, 0.1) !important;
    }

    #nav-find .product-image-mini {
        width: 55px;
        height: 55px;
        flex-shrink: 0;
        border-radius: 8px;
        overflow: hidden;
        margin-right: 12px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border: 1px solid #f0f0f0;
    }

    #nav-find .product-info-mini {
        flex: 1;
        min-width: 0;
        width: calc(100% - 67px);
    }

    #nav-find .product-name-mini {
        color: #303840;
        font-weight: 600;
        font-size: 0.9rem;
        line-height: 1.2;
        margin-bottom: 4px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        max-width: 100%;
    }

    #nav-find .product-price-mini {
        color: #1b467b;
        font-weight: 500;
        font-size: 0.95rem;
        display: block;
    }

    #nav-find .card-animation {
        transition: all 0.3s ease;
    }

    #nav-find .card-animation:hover {
        cursor: pointer;
    }

    #content_login_client{
        margin-top:12px !important;
        max-width:none !important;
    }
    .card-body mx-auto{
        max-width:none !important;
    }
    .btn-login{
        font-size: 15px;
        font-weight: bold;
    }
    .type_method_payment_item:hover {
        transform: scale(1.02);
        background: #f3f3f3;
    }
    .type_method_payment_item.method_payment_active:hover {
        background: #e9ffeb;
    }

    .o-container {
        width: 100%;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        padding: 20px;
    }

    .c-header {
        position: relative;
        display: block;
        padding: 20px 0;  
        text-align: center;
    }

    .c-header:after {
        content: "";
        display: block;
        height: 1px;
        background: #eee;
        position: absolute; 
        left: 40%; 
        right: 40%;
    }

    .c-header__title {
        font-size: 42px;
        font-weight: 300;
        margin-bottom: 24px;
    }

    .c-box {
        margin: 50px 0;
        padding: 10px 10px;
        border: 1px solid #eee;
        background: #f9f9f9;
    }

    .c-box__body {
        vertical-align: top;
        display: inline-block;
        color: #888;
    }

    .c-rating-star {
        list-style-type: none;
        padding: 0;

        -moz-user-select:none;
        -webkit-user-select:none;
    }

    .c-rating-star__item {
        display: inline-block;
    }

    .c-rating-star__icon {
        font-size: 6.5vw; 
        color: #ccc; 
    }

    .c-rating-star__item.is-hover > .c-rating-star__icon{
        color: #ffcc36;
    }

    .c-rating-star__item.is-selected > .c-rating-star__icon {
        color: #ff912c;
    }

    .u-text-center {
        text-align: center;
    }
    .list-group-item-category:hover{
        color: #FF751A;
        cursor: pointer;
    }

    .list-group-item-category {
        display: block;
        padding: 10px 20px;
        line-height: 20px;
        font-size: 14px;
        color: #666;
    }

    .list-all-category{
        position: fixed;
        margin-top: 55px;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 1050;
        display: none;
        overflow: hidden;
        outline: 0;
    }
    .carousel_item2 {
        height: calc(30vw * 1);
    }

    @media only screen and (max-width: 1000px) and (min-width: 300px) {
    
        .carousel_item2 {
            height: calc(33vw * 1);
        }
    }

    @media only screen and (max-width: 4000px) and (min-width: 101px) {
    
        .carousel_item2 {
            max-height: 370px;
        }
    }

    .carousel_item3 {
        height: 320px;
    }

    .carousel-indicators{
        bottom: 20px;
    }
    .carousel-indicators li {
        width: 10px;
        height: 10px;
        border-radius: 100%;
    }
    .carousel-indicators li {
        background-color: #d6d5d2;
    }    
    .carousel-indicators .active {
        background-color: #8a8a8a;
    }
    .info-carrusel-combo{
        background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
        color: #fff;
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 40px 0px 0px 7px;
    }
    .btn_add_product{
        z-index: 10;
    }
    .btn-add-combo{
        border-radius:10px;
        position: absolute;
        bottom: 0;
        right: 0;
        line-height: 20px !important;
        margin-bottom: 6px;
        margin-right: 6px;
    }

    .img-carrusel{
        height: 350px;
        width: 100%
    }
 
    .carousel-caption {
        right: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        text-align: center;
    }
    .pre-title {
        text-align: center;
    }
    .border {
        width: 4.706vw;
        border-bottom: 1px solid #fff;
        display: inline-block;
        margin: .059em;
    }    
    .lable {
        font-size: 1.153ch;
        line-height: 2em;
        font-weight: 700;
        min-width: 66px;
        border-radius: 2.5em;
        background-color: #ffae00;
        display: inline-block;
        padding: 2px;
        text-shadow: 0px 0px 20px #ffae00;
    }
    .pre-title-value {

        font-size: 1.76vw;
        line-height: 1em;
        font-weight: 400;
        font-family: "Open Sans";
        display: inline-block;
        text-shadow: 0px 0px 20px #000000;

    }
    .title {

        font-size: 4.824ch;
        line-height: 1em;
        font-weight: 700;
        text-align: center;
        padding-bottom: .059em;
        text-shadow: 0px 0px 20px #000000;

    }
    .sub-title {

        font-size: 3.482ch;
        line-height: 1;
        font-weight: 300;
        text-align: center;
        padding-bottom: .6em;
        text-shadow: 0px 0px 20px #000000;

    }
    .bottom-caption {

        font-size: 1.24ch;
        line-height: 1em;
        font-weight: 400;
        position: relative;
        text-align: center;
        text-shadow: 0px 0px 20px #000000;

    }
    .footer-title-primary {
        color:#fff;
        font-weight: bold;
    }
    .section-cover.small-pd {
        padding: 30px 0;
    }
    .page li{
        list-style: none !important;
    }
    .page-width {
        max-width: 1200px;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .black {
        color: rgba(0,0,0,1);
        color: #000;
    }
    .text-cta {
        font-size: 26px;
        font-weight: 600;
        line-height: 1.46;
        margin: 0;
    }

    .section-heading {
        font-size: 30px;
        line-height: 30px;
        margin: 0;
    }
    .display-table {
        display: table;
        table-layout: fixed;
        width: 100%;
        margin: 0 !important;
    }
    .store-info.style2 li {
        text-align: left;
    }
    .store-info li {
        padding: 0 20px;
        list-style: none;
    }
    .display-table-cell {
        float: none;
        display: table-cell;
        vertical-align: middle;
    }
    .store-info.style2 .ad {
        float: left;
        margin: 0 15px 0 0;
    }
    .store-info .ad {
        font-size: 40px;
        vertical-align: middle;
        display: block;
        margin-bottom: 20px;
    }

    .follow_text {
        font-family: "Comic Sans MS", cursive, sans-serif;
        color: #e8e8e8 !important;
        font-size: 20px !important;
    }
    .social_networks a i{
        color: #fff !important;
    }
    .newsletter-card {
        margin-top: -50px;
    }
    .payment-icon {
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: transform 0.2s;
    }
    .payment-icon:hover {
        transform: translateY(-3px);
    }
    .payment-icon img {
        max-height: 30px;
        width: auto;
    }
    .schedule-container {
        max-height: 200px;
        overflow-y: auto;
    }
    .schedule-container::-webkit-scrollbar {
        width: 5px;
    }
    .schedule-container::-webkit-scrollbar-track {
        background: rgba(255,255,255,0.1);
    }
    .schedule-container::-webkit-scrollbar-thumb {
        background: rgba(255,255,255,0.3);
        border-radius: 3px;
    }
    footer a:hover {
        opacity: 0.8;
        text-decoration: none;
    }

    @media (min-width: 1200px) {
        .footer-web .container {
            max-width: 90%;
        }
    }
    .footer-web {
        position: relative;
        z-index: 1;
        overflow: visible;
    }

    .footer-web .header-footer-bg {
        overflow: visible;
    }

    .footer-web .row {
        align-items: flex-start;
        row-gap: 12px;
    }

    .footer-web .storefront-footer__schedule {
        max-height: 250px;
        overflow-y: auto;
        padding-right: 4px;
    }

    .footer-web .storefront-footer__subscribe .form-control {
        min-height: 42px;
    }

    .footer-web .storefront-footer__subscribe .btn {
        min-height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
    }

    .footer-links a {
        transition: all 0.3s ease;
        display: inline-block;
        text-decoration: none;
    }

    .footer-links a:hover {
        transform: translateX(5px);
        opacity: 0.8;
    }

    .payment-icon {
        margin: 8px;
        transition: transform 0.3s ease;
        cursor: pointer;
    }

    .payment-icon:hover {
        transform: translateY(-3px);
    }

    .newsletter-form input {
        background: rgba(255,255,255,0.1);
        border: 1px solid rgba(255,255,255,0.2);
        color: var(--vm-font-color);
    }

    .newsletter-form input::placeholder {
        color: rgba(255,255,255,0.6);
    }

    .newsletter-form button {
        transition: all 0.3s ease;
    }

    .newsletter-form button:hover {
        opacity: 0.9;
        transform: translateY(-1px);
    }

    .schedule-container {
        max-height: 250px;
        overflow-y: auto;
    }

    .schedule-container::-webkit-scrollbar {
        width: 5px;
    }

    .schedule-container::-webkit-scrollbar-track {
        background: rgba(255,255,255,0.1);
    }

    .schedule-container::-webkit-scrollbar-thumb {
        background: rgba(255,255,255,0.3);
        border-radius: 3px;
    }

    .gap-3 {
        gap: 1rem;
    }

    @media (max-width: 768px) {
        .text-md-right {
            text-align: center !important;
        }
        
        .col-md-6 {
            text-align: center;
        }
        
        .payment-methods .d-flex {
            justify-content: center;
        }
    }
    .nav-item{
        margin: 5px 0px !important;
    }

    .tabber-bottom .nav-tabs .nav-link.active {
        color: #ffffff !important;
        background: transparent !important;
        border: none !important;
        font-weight: bold;
        position: relative;
    }

    .tabber-bottom .nav-tabs .nav-link.active::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 40px;
        height: 4px;
        background-color: #ffffff;
        border-radius: 3px 3px 0 0;
        transition: all 0.3s ease;
        display: block !important;
        opacity: 1 !important;
        z-index: 10;
    }
     .breadcrumb-content{display: inline-block;}
    .breadcrumb-content a{color: #666666;font-size: 18px;}
    .breadcrumb-content > i{margin: 0px 12px;color: #666666;font-size: 14px;}
    .breadcrumb-content a.bc-selected{background-color: #f5f5f5;padding: 6px 12px;border-radius: 5px;}
    .nav-web-links-search{display: none !important;}
    .more_options_modal {
        background: #fbfbfb;
        border-bottom-left-radius: 8px;
        padding: 4px 16px;
        margin-left: 3px;
        margin-top: 3px;
        margin-bottom: 3px;
        margin-right: 0px;
        color: #28a745 !important;
        border-top-left-radius: 8px;
        border: #28a745 1px solid;
    }
    .more-options-purchase {
        padding: 0;
        position: absolute;
        left: 0px;
        z-index: 30;
        bottom: 8px;
        left: -3px;

    }

    .item-more-options {
        vertical-align: middle;
        background: #b92525;
        padding: 2px;
        border-radius: 200px;
        color: #fff;
        margin-right: 6px;
    }
    #set_purschese_item_header{
        max-height: 600px;background-color: #f4f6f7; border-top-left-radius: 15px; border-top-right-radius: 15px; border-bottom: none;
    }
    #set_purschese_item_header h6{color: #555555;font-weight: bold;}
    /*#set_purschese_item{margin-bottom: 135px; border-bottom-left-radius: 15px;border-bottom-right-radius: 15px;border: 1px solid #e9e9e9;}*/
    #set_purschese_item{margin-bottom: 0px; border-bottom-left-radius: 15px;border-bottom-right-radius: 15px;}
    #alSiteAlert-holder{z-index: 1000;}

    .div_container{
        border-radius: 15px; background:#fff; box-shadow: 2px 2px 6px 1px #9c9d9d;
    }/*ByYS*/
    
    /* Estilo mejorado para las tarjetas de productos */
    .cart-item {
        background: #ffffff;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.05);
        padding: 20px;
        transition: all 0.3s ease;
        margin-bottom: 14px;
        border: none;
        position: relative;
        /* border-left: 4px solid #5a8af4; */
        animation: fadeIn 0.5s ease-out;
        overflow: hidden;
    }

    .cart-item:hover {
        box-shadow: 0 10px 20px rgba(90, 138, 244, 0.15);
        transform: translateY(-4px);
    }
    
    /* Efecto de brillo al pasar el ratón */
    .cart-item::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: linear-gradient(
            to bottom right,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.1) 50%,
            rgba(255, 255, 255, 0) 100%
        );
        transform: rotate(45deg);
        opacity: 0;
        transition: opacity 0.6s ease;
        pointer-events: none;
        z-index: 2;
    }
    
    .cart-item:hover::before {
        opacity: 1;
        animation: shine 1.5s ease-out;
    }
    
    @keyframes shine {
        0% {
            left: -100%;
            opacity: 0;
        }
        20% {
            opacity: 0.2;
        }
        100% {
            left: 100%;
            opacity: 0;
        }
    }
    
    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    /* Efecto de pulsación para los botones de cantidad */
    .quantity-btn {
        animation: pulse 1.5s infinite ease-in-out;
        animation-play-state: paused;
    }
    
    .quantity-btn:hover {
        animation-play-state: running;
    }
    
    @keyframes pulse {
        0% {
            transform: scale(1);
            box-shadow: 0 1px 2px rgba(0,0,0,0.1);
        }
        50% {
            transform: scale(1.05);
            box-shadow: 0 4px 8px rgba(0,184,148,0.3);
        }
        100% {
            transform: scale(1);
            box-shadow: 0 1px 2px rgba(0,0,0,0.1);
        }
    }

    .cart-content {
        display: flex;
        gap: 20px;
    }

    .product-image {
        flex: 0 0 120px;
    }

    .image-wrapper {
        position: relative;
        width: 120px;
        height: 120px;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 3px 10px rgba(0,0,0,0.1);
        border: none;
    }

    .image-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .product-details {
        flex: 1;
        min-width: 0;
    }
    
    /* Nuevo layout con información de producto y precios en formato de columnas */
    .product-info-container {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    
    .product-main-info {
        flex: 1;
        padding-right: 15px;
        min-width: 0;
    }
    
    .product-price-column {
        width: 220px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
        border-left: 1px solid #f1f1f1;
        padding-left: 15px;
    }

    .product-name {
        font-size: 18px;
        font-weight: 700;
        color: #2d3436;
        margin: 0 0 12px 0;
        /* text-transform: uppercase; */
        letter-spacing: 0.5px;
        display: flex;
        align-items: center;
    }
    
    .product-description {
        margin-bottom: 15px;
    }

    .price-container {
        width: 100%;
    }

    .price-row, .total-row {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: flex-end;
    }

    .price, .total {
        font-weight: 600;
        color: #2d3436;
        white-space: nowrap;
    }

    .total {
        color: #00b894;
        font-size: 18px;
    }

    .variants {
        margin-bottom: 16px;
    }

    .variant-details {
        color: #2d3436;
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .variant-details p {
        background-color: #f8f9fa;
        padding: 6px 10px;
        border-radius: 6px;
        margin: 0;
        font-weight: 500;
        box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    }

    /* Estilos para el botón de eliminar producto */
    .delete-product-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        background: #f1f1f1;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.2s ease;
        border: none;
        cursor: pointer;
    }

    .delete-product-btn:hover {
        background: #ff6b6b;
    }

    .delete-product-btn:hover i {
        color: white !important;
    }

    /* Estilos para los controles de cantidad */
    .quantity-controls {
        display: flex;
        align-items: center;
        background: #f8f9fa;
        border-radius: 23px;
        padding: 6px 10px;
        width: fit-content;
        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    }

    .quantity-btn {
        background: white;
        border: none;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.2s ease;
        color: #00b894;
        box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    }

    .quantity-btn:hover {
        background: #00b894;
        color: white;
    }

    .quantity-value {
        font-weight: 600;
        min-width: 40px;
        text-align: center;
        margin: 0 8px;
    }

    @media (max-width: 768px) {
        .cart-content {
            flex-direction: column;
            align-items: center;
        }

        .product-image {
            flex: 0 0 auto;
            margin-bottom: 16px;
        }
        
        .product-info-container {
            flex-direction: column;
        }
        
        .product-price-column {
            width: 100%;
            border-left: none;
            padding-left: 0;
            border-top: 1px solid #f1f1f1;
            padding-top: 15px;
            margin-top: 15px;
            align-items: flex-start;
        }
        
        .price-row {
            width: 100%;
            justify-content: space-between !important;
        }
        
        .delete-product-btn {
            top: 10px;
            right: 10px;
        }
    }

    @media (max-width: 480px) {
        .cart-item {
            padding: 15px;
        }

        .image-wrapper {
            width: 100px;
            height: 100px;
        }

        .product-name {
            font-size: 16px;
        }
    }

    /* Contenedor principal del carrito */
    .cart-container {
        position: relative;
        background: #f9f9f9;
        border-radius: 12px;
        padding: 20px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.05);
        animation: gradientBackground 15s ease infinite;
        background-size: 200% 200%;
        background-image: linear-gradient(45deg, 
            #f9f9f9 0%, 
            #ffffff 25%, 
            #f5f7ff 50%, 
            #f8f9fa 75%, 
            #f9f9f9 100%);
    }

    @keyframes gradientBackground {
        0% {
            background-position: 0% 50%;
        }
        50% {
            background-position: 100% 50%;
        }
        100% {
            background-position: 0% 50%;
        }
    }
    
    /* Efecto al cambiar cantidades */
    .quantity-value {
        transition: all 0.2s ease;
        position: relative;
    }
    
    .quantity-value.changing {
        color: #5a8af4;
        transform: scale(1.2);
    }
    
    @keyframes numberChange {
        0% {
            transform: translateY(0) scale(1);
            opacity: 1;
        }
        50% {
            transform: translateY(-5px) scale(1.2);
            opacity: 0.8;
        }
        100% {
            transform: translateY(0) scale(1);
            opacity: 1;
        }
    }

    /* Encabezado del carrito */
    .cart-header {
        background: linear-gradient(135deg, #ffffff, #f8f9fa);
        border-radius: 12px;
        margin-bottom: 20px;
        box-shadow: 0 3px 10px rgba(0,0,0,0.08);
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 20px;
        overflow: hidden;
        border-left: 4px solid #5a8af4;
        animation: glow 3s infinite alternate;
        position: relative;
    }

    @keyframes glow {
        0% {
            box-shadow: 0 3px 10px rgba(0,0,0,0.08);
        }
        100% {
            box-shadow: 0 5px 15px rgba(90, 138, 244, 0.25);
        }
    }
    
    .cart-header-content {
        display: flex;
        align-items: center;
        padding: 15px 0;
    }

    .cart-header-icon {
        background: #5a8af4;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 15px;
        box-shadow: 0 3px 8px rgba(90, 138, 244, 0.3);
    }

    .cart-header-icon i {
        color: white;
        font-size: 18px;
    }

    .cart-header h6 {
        font-weight: 700;
        color: #2c3e50;
        font-size: 18px;
        margin: 0;
    }

    .cart-header-badge {
        background-color: #f8f9fa;
        border: 1px solid #e9ecef;
        color: #5a8af4;
        font-weight: 600;
        padding: 6px 14px;
        border-radius: 20px;
        font-size: 14px;
        align-items: center;
        transition: all 0.3s ease;
    }

    .cart-header-badge i {
        font-size: 16px;
        margin-right: 5px;
    }

    .cart-header-badge:hover {
        transform: scale(1.05);
        background-color: #5a8af4;
        color: white !important;
    }
    
    .cart-header-badge:hover i {
        animation: bounce 0.6s ease-in-out;
    }
    
    @keyframes bounce {
        0%, 100% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-5px);
        }
    }

    /* Contenedor de dos columnas para escritorio */
    .cart-two-column-container {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    @media (min-width: 992px) {
        .cart-two-column-container {
            flex-direction: row;
        }
        
        .cart-items-column {
            width: 65%;
        }
        
        .cart-summary-column {
            width: 35%;
        }
    }

    /* Columna de resumen y métodos de pago con sticky mejorado */
    .cart-summary-column {
        position: relative;
    }
    
    /* Contenedor sticky que mantendrá ambos elementos juntos */
    .sticky-container {
        position: sticky;
        top: 20px;
        max-height: calc(100vh - 40px);
        overflow-y: auto;
        /* Para ocultar la barra de desplazamiento pero mantener la funcionalidad */
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE y Edge */
    }
    
    /* Ocultar scrollbar en Chrome/Safari */
    .sticky-container::-webkit-scrollbar {
        display: none;
    }
    
    /* Nuevo estilo para el resumen del pedido */
    .order-summary {
        background-color: #fff;
        border-radius: 12px;
        padding: 24px;
        margin-bottom: 20px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.08);
        animation: slideIn 0.6s ease-out;
        transition: all 0.3s ease;
        /* z-index: 10; */
        position: relative;
    }
    
    .order-summary:hover {
        box-shadow: 0 8px 16px rgba(90, 138, 244, 0.12);
        transform: translateY(-2px);
    }
    
    @keyframes slideIn {
        from {
            opacity: 0;
            transform: translateX(20px);
        }
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }
    
    /* Animación para el valor total */
    .summary-value.total {
        position: relative;
        overflow: hidden;
        display: inline-block;
    }
    
    .summary-value.total::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: #28a745;
        transform: scaleX(0);
        transform-origin: right;
        transition: transform 0.3s ease;
    }
    
    .summary-row.total:hover .summary-value.total::after {
        transform: scaleX(1);
        transform-origin: left;
    }

    .order-summary h5 {
        font-weight: 700;
        color: #2c3e50;
        font-size: 18px;
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid #eaeaea;
    }

    .summary-row {
        display: flex;
        justify-content: space-between;
        padding: 10px 0;
        color: #636e72;
    }

    .summary-row.total {
        border-top: 1px solid #eaeaea;
        margin-top: 10px;
        padding-top: 20px;
        font-weight: 700;
        color: #2c3e50;
        font-size: 18px;
    }

    .summary-label {
        font-weight: 500;
    }

    .summary-value {
        font-weight: 600;
    }

    .summary-value.total {
        color: #28a745;
        font-size: 20px;
    }

    /* Estilos para los botones del resumen */
    .summary-actions {
        margin-top: 24px;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .btn-process, .btn-proforma, .btn-continue {
        transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        position: relative;
        overflow: hidden;
    }
    
    .btn-process {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 14px;
        border-radius: 8px;
        background: linear-gradient(135deg, #5a8af4, #071f7b);
        color: white;
        border: none;
        font-weight: 600;
        text-decoration: none;
        gap: 10px;
        width: 100%;
        transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        position: relative;
        overflow: hidden;
    }
    
    .btn-proforma {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 12px;
        border-radius: 8px;
        background: #f8f9fa;
        color: #2c3e50;
        border: 1px solid #dee2e6;
        font-weight: 600;
        text-decoration: none;
        gap: 10px;
        width: 100%;
        transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        position: relative;
        overflow: hidden;
    }
    
    .btn-continue {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 12px;
        border-radius: 8px;
        background: #fff;
        color: #2c3e50;
        border: 1px solid #dee2e6;
        font-weight: 600;
        text-decoration: none;
        gap: 10px;
        width: 100%;
        transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        position: relative;
        overflow: hidden;
    }
    
    .btn-process::after, .btn-proforma::after, .btn-continue::after {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(
            90deg, 
            rgba(255, 255, 255, 0) 0%, 
            rgba(255, 255, 255, 0.2) 50%, 
            rgba(255, 255, 255, 0) 100%
        );
        transition: all 0.5s ease;
    }
    
    .btn-process:hover {
        background: linear-gradient(135deg, #4a7ae4, #061c71);
        transform: translateY(-3px) scale(1.01);
        box-shadow: 0 8px 20px rgba(90, 138, 244, 0.3);
    }
    
    .btn-proforma:hover {
        background: #e9ecef;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    }
    
    .btn-continue:hover {
        background: #f8f9fa;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    }
    
    .btn-process:hover::after, .btn-proforma:hover::after, .btn-continue:hover::after {
        left: 100%;
    }

    .process-amount {
        font-size: 1.1rem;
        font-weight: 700;
    }

    .hide {
        display: none;
    }
    
    .responsive-width {
        width: 100%; /* Para móviles */
    }

    @media (min-width: 768px) { /* A partir de tablets y pantallas más grandes */
        .responsive-width {
            max-width: 90%;
        }
    }

    .nav-item{margin: 5px 0px !important;} /* 3 de marzo del 2025 ByYU */
    
    /* Estilos para la sección de métodos de pago */
    .payment-methods-section {
        background: white;
        border-radius: 12px;
        padding: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.05);
        transition: all 0.3s ease;
        position: relative;
    }
    
    .payment-methods-section:hover {
        box-shadow: 0 8px 16px rgba(90, 138, 244, 0.1);
        transform: translateY(-2px);
    }
    
    .payment-methods-title {
        font-weight: 600;
        color: #2c3e50;
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid #f1f1f1;
        display: flex;
        align-items: center;
    }
    
    .payment-methods-title i {
        color: #5a8af4;
        margin-right: 8px;
    }
    
    .payment-methods-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
        gap: 12px;
        margin-bottom: 15px;
    }
    
    .payment-method-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 12px 8px;
        border-radius: 8px;
        background: #f8f9fa;
        transition: all 0.2s ease;
        cursor: pointer;
    }
    
    .payment-method-card:hover {
        background: #edf2ff;
        transform: translateY(-3px);
    }
    
    .payment-method-icon {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: white;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 8px;
        box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    }
    
    .payment-method-icon i {
        font-size: 18px;
        color: #5a8af4;
    }
    
    .payment-method-name {
        font-size: 12px;
        font-weight: 500;
        color: #555;
    }
    
    .payment-security-badges {
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px dashed #eaeaea;
    }
    
    .security-badge {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 13px;
        color: #666;
    }
    
    .security-badge i {
        color: #27ae60;
    }
    
    @media (max-width: 768px) {
        .payment-methods-grid {
            grid-template-columns: repeat(3, 1fr);
        }
        
        /* Ajustes para móvil */
        .sticky-container {
            position: relative;
            max-height: none;
            overflow-y: visible;
        }
        
        .order-summary,
        .payment-methods-section {
            position: relative;
            top: 0;
        }
    }
    @media (max-width: 767px) {
        .content-to-render-product-item {
            width: 100% !important;
        }
    }
    .combo-card {
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        margin: 4px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        position: relative;
        background-color: #fff;
        width: 250px;
        height: 371px;
        display: flex;
        flex-direction: column;
    }
    
    .combo-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    }
    
    .combo-image {
        height: 180px;
        background-size: cover;
        background-position: center;
        position: relative;
    }
    
    .combo-price {
        position: absolute;
        top: 10px;
        right: 10px;
        background-color: #E53935;
        color: white;
        padding: 6px 12px;
        border-radius: 21px 0px 16px 0px;
        font-weight: bold;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
        text-align: right;
    }
    
    .combo-price-regular {
        font-size: 17px;
        margin: 0;
        line-height: 1.2;
    }
    
    .combo-price-saving {
        font-size: 13px;
        margin: 0;
        text-decoration: line-through;
        opacity: 0.85;
        line-height: 1.2;
    }
    
    .combo-content {
        padding: 12px;
        height: calc(100% - 180px);
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }
    
    .combo-title {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 4px;
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    
    .combo-description {
        font-size: 13px;
        color: #666;
        margin-bottom: 8px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    
    .combo-products {
        display: flex;
        flex-wrap: wrap;
        gap: 4px;
        max-height: 86px;
        overflow-y: auto;
    }
    
    .combo-product-tag {
        font-size: 11px;
        padding: 3px 6px;
        border-radius: 4px;
        background-color: #f1f1f1;
        color: #333;
        display: inline-block;
        margin-bottom: 3px;
    }
    
    .combo-add-btn {
        position: absolute;
        bottom: 12px;
        right: 12px;
        background-color: #1a73e8;
        color: white;
        border: none;
        border-radius: 20px;
        padding: 6px 12px;
        font-weight: 500;
        display: flex;
        align-items: center;
        gap: 4px;
        transition: background-color 0.3s ease;
        cursor: pointer;
    }
    
    .combo-add-btn:hover {
        background-color: #0d5ccc;
    }
    
    .chronometer-container {
        margin-top: 6px;
        font-size: 13px;
        color: #c60000;
        font-weight: 500;
    }
    
    @media (max-width: 768px) {
        .combo-card {
            width: 46vw;
            max-width: none;
            height: 348px;
        }
        
        .combo-image {
            height: 160px;
        }
        
        .combo-content {
            height: calc(100% - 160px);
        }
    }
    .content_price {
        width: auto; 
        height: auto; 
        border-left:4px solid #fff; 
        border-top:4px solid #fff; 
        border-bottom: 4px solid #fff;
        padding: 3px 10px 3px 20px;

        background: #64952b;
        margin-top: 10px;
        -webkit-border-top-left-radius: 98px;
        -webkit-border-bottom-left-radius: 98px;
        -moz-border-radius-topleft: 98px;
        -moz-border-radius-bottomleft: 98px;
        border-top-left-radius: 98px;
        border-bottom-left-radius: 98px;

        color: #fff;
        font-size: 25px;
        text-align: right;
    }
    .content_price_saving {
        text-decoration:line-through;
        font-size:15px;
        font-weight: bold;
        padding: 0;
        line-height: 5px;
        margin: 0;
        margin-bottom:10px;
    }
    .card-combo-item:last-child {
        /*margin-bottom: 60px;*/
    }
    
    .btn_add_product {
        /*box-shadow: 0px 3px 4px -1px #a8a8a8;*/
        border: 1px #51cd93 solid;
        background:linear-gradient(to bottom, #fff 5%, #fff 100%);
        background-color:#f0f0f0;
        border-radius:8px;
        display:inline-block;
        cursor:pointer;
        color:#51cd93;
        padding:3px 7px;
        /*padding:5px 27px;*/
        text-decoration:none;
        font-weight: bold;
    }
    .btn_add_product:hover {
        /*background:linear-gradient(to bottom, #ffffff 5%, #f0f0f0 100%);*/
        background-color:#ffffff;
    }
    .btn_add_product:before{
        vertical-align: top;
        padding: 8px 13px 6px;
    }
    .social_networks a i {
        font-size: 26px;
        margin: 5px;
        color: #6c6c6c;
    }
    .fa-facebook-square-color{
        color: #4064AD !important;
    }
    .fa-twitter-square-color{
        color: #1C9CEB !important;
    }
    .fa-instagram-color{
        color:  #DB6757 !important;
    }

    .fa-linkedin-square-color{
        color: #02639F !important;
    }

    .fa-tumblr-square-color{
        color: #304155  !important;
    }
    .fa-pinterest-square-color{
        color: #C51F26 !important;
    }

    .fa-google-plus-square-color{
        color: #D64633 !important;
    }
      
    .dropdown:hover>.dropdown-menu {display: block;}
    .separator {display: flex;align-items: center;text-align: center;}
    .separator strong, .separator span{font-size: 18px;}
    .separator::before, .separator::after {content: '';flex: 1;border-bottom: 1px solid #e4e4e4;}
    .separator::before {margin-right: .50em;}
    .separator::after {margin-left: .50em;}

    .icons-dropdowm-profile{
        border-radius: 100px;
        padding: 9px;

    }
    .icons-options {position: absolute;right: 0;margin: 14px;}
    .nav-link-item{color: #4d4d4d !important;margin: 0;}

    .a-logout {
        color: #666 !important;
        text-decoration: none;
    }
    .triangle_up {
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 15px solid #fff;
        position: absolute;
        right: 0;
        top: -15px;
        margin-right: 14px;
    }
    
    .header_phone i{
        float: left;
        margin-top: 0px;
        margin-right: 5px;
        font-size: 18px;
    }
    .header_phone span {
        color:rgb(15, 36, 103);
        display: block;
        font-size: 18px;
        font-weight: 515;
    }
    .header_phone {
        display: inline-block;
/*        float: left;*/
        font-size: 13px;
        height: 30px;
        text-align: left;
    }
    
    .topnav {
      overflow: hidden;
      /* background-color: #2f333a; */
    }

    .topnav a {
      float: left;
      display: block;
      /* color: #f2f2f2; */
      color: #000;
      text-align: center;
      padding: 8px 16px;
      text-decoration: none;
      font-size: 17px;
    }

    .topnav a:hover {
      /* background-color: #ddd; */
      /* color: black; */
      color: rgb(28, 79, 247);
    }
    .topnav .icon {
      display: none;
    }

    @media screen and (max-width: 600px) {
      .topnav a:not(:first-child) {display: none;}
      .topnav a.icon {
        float: right;
        display: block;
      }
    }

    @media screen and (max-width: 600px) {
      .topnav.responsive {position: relative;}
      .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
      }
      .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
      }
    }

    /* Storefront web header (minimal + moderno) */
    .storefront-header {
        background: var(--sf-theme) !important;
        /* border-bottom: 1px solid rgba(255,255,255,0.08); */
        box-shadow: 0 8px 20px rgba(16,24,40,0.2);
        font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
    }

    .storefront-header__promo {
        height: 88px;
        overflow: hidden;
    }

    .storefront-header__promo-link {
        background: var(--sf-theme) !important;
    }

    .storefront-header__promo-image {
        max-height: 88px;
        max-width: 100%;
        width: auto;
        object-fit: contain;
    }

    .storefront-header__main {
        border-bottom: 1px solid rgba(255,255,255,0.16);
    }

    .storefront-header__top-row {
        min-height: 72px;
    }

    .storefront-header__brand {
        display: flex;
        align-items: center;
        color: var(--sf-text) !important;
        max-width: 100%;
        min-width: 0;
    }

    .storefront-header__brand-logo-link {
        padding: 0 !important;
        margin: 0 !important;
        text-decoration: none !important;
    }

    .storefront-header__brand-logo-link:hover,
    .storefront-header__brand-logo-link:focus {
        text-decoration: none !important;
    }

    .storefront-header__brand-meta {
        display: flex;
        flex-direction: column;
        min-width: 0;
        margin-left: 10px;
    }

    .storefront-header__brand-name-link {
        text-decoration: none !important;
        color: var(--sf-text) !important;
    }

    .storefront-header__brand-name-link:hover,
    .storefront-header__brand-name-link:focus {
        text-decoration: none !important;
        color: var(--sf-text) !important;
    }

    .storefront-header__logo {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        object-fit: cover;
        border: 2px solid rgba(255,255,255,0.28);
    }

    .storefront-header__name {
        display: block;
        color: var(--sf-text) !important;
        max-width: 186px;
        font-size: 1.05rem;
        font-weight: 700;
        letter-spacing: 0.2px;
        line-height: 1.1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .storefront-header__brand-phone-link {
        display: inline-flex;
        align-items: center;
        margin-top: 4px;
        font-size: 13px;
        font-weight: 600;
        color: var(--sf-text) !important;
        opacity: 0.86;
        text-decoration: none !important;
    }

    .storefront-header__brand-phone-link i {
        margin-right: 6px;
        font-size: 12px;
    }

    .storefront-header__brand-phone-link:hover,
    .storefront-header__brand-phone-link:focus {
        color: var(--sf-text) !important;
        opacity: 1;
        text-decoration: none !important;
    }

    .storefront-header__search-form {
        margin: 0;
        width: 100%;
    }

    .storefront-header__search-shell {
        border: 1px solid #cdd5df;
        border-radius: 26px !important;
        overflow: hidden;
        background: #f1f3f6;
        box-shadow: inset 0 1px 1px rgba(15,23,42,0.06);
        min-height: 46px;
        display: flex;
        flex-wrap: nowrap !important;
        align-items: center;
        padding: 0 4px 0 0;
        width: 100%;
    }

    .storefront-header__search-shell:focus-within {
        border-color: #c0cad7;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.12), inset 0 1px 1px rgba(15,23,42,0.06);
    }

    .storefront-header__search-icon-box {
        border: 0;
        background: rgba(15,23,42,0.04);
        width: 56px;
        min-width: 56px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .storefront-header__search-icon {
        color: #f04d67;
        font-size: 24px;
    }

    .storefront-header__search-input {
        border: 0;
        height: 44px;
        min-height: 44px;
        font-size: 17px;
        background: transparent;
        padding: 0 0.65rem;
        font-weight: 600;
        color: #0f172a;
    }

    .storefront-header__search-input::placeholder {
        color: #8b95a7;
        font-size: 16px;
        font-weight: 500;
    }

    .storefront-header__search-input:focus {
        box-shadow: none;
    }

    .storefront-header__search-btn {
        border: 0;
        border-radius: 999px;
        background: #e9edf3;
        color: #111827;
        font-weight: 700;
        min-height: 38px;
        min-width: 124px;
        margin: 0 0 0 8px;
        padding: 0 18px;
        white-space: nowrap;
    }

    .storefront-header__search-btn:hover,
    .storefront-header__search-btn:focus {
        background: #dde4ee;
        color: #0f172a;
        box-shadow: none;
    }

    .storefront-header__search-btn-icon {
        font-size: 15px;
        margin-right: 6px;
    }

    /*
     * Aisla el buscador del header moderno frente a reglas globales legacy
     * definidas en web_style.css (#product_search, .search-input, #btn_search_product_home)
     */
    .storefront-header .storefront-header__search-form {
        margin: 0 !important;
        padding: 0 !important;
        width: 100%;
    }

    .storefront-header #product_search.storefront-header__search-input {
        width: 1% !important;
        flex: 1 1 auto !important;
        min-width: 0 !important;
        margin: 0 !important;
        height: 44px !important;
        min-height: 44px !important;
        border: 0 !important;
        border-radius: 0 !important;
        border-right: 0 !important;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        box-shadow: none !important;
        padding: 0 0.65rem !important;
        font-size: 16px !important;
        background: transparent !important;
        line-height: 44px !important;
    }

    .storefront-header #product_search.storefront-header__search-input:hover,
    .storefront-header #product_search.storefront-header__search-input:focus {
        border: 0 !important;
        box-shadow: none !important;
        outline: none !important;
    }

    .storefront-header #btn_search_product_home.storefront-header__search-btn {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex: 0 0 auto !important;
        min-width: 124px !important;
        height: 38px !important;
        min-height: 38px !important;
        padding: 0 18px !important;
        font-size: 15px !important;
        border-radius: 999px !important;
    }

    .storefront-header .icons-options {
        position: static;
        margin: 0;
        gap: 12px;
    }

    .storefront-header__actions {
        min-height: 46px;
        padding-right: 4px !important;
        flex-wrap: nowrap;
    }

    .storefront-header__cart-trigger {
        cursor: pointer;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 64px;
        min-width: 64px;
        height: 46px;
        padding: 2px 4px;
        border-radius: 12px;
        margin-right: 0 !important;
        transition: background-color 0.2s ease;
    }

    .storefront-header__cart-trigger:hover {
        background: rgba(255,255,255,0.12);
    }

    .storefront-header__cart-icon,
    .storefront-header__user-icon {
        color: var(--sf-text) !important;
    }

    .storefront-header__cart-icon {
        font-size: 24px;
        line-height: 1;
    }

    .storefront-header__cart-count {
        position: absolute;
        top: -3px;
        right: 10px;
        min-width: 18px;
        height: 18px;
        line-height: 18px;
        padding: 0 4px;
        border-radius: 999px;
        color: #fff;
        font-size: 11px;
        font-weight: 700;
        background: #ef4444;
    }

    .storefront-header__cart-label {
        margin-top: 1px;
        font-size: 11px;
        font-weight: 700;
        color: var(--sf-text) !important;
        line-height: 1;
    }

    .storefront-header__user-btn {
        color: var(--sf-text) !important;
        background: transparent;
        border: 0;
        box-shadow: none !important;
        width: 40px;
        min-width: 40px;
        height: 40px;
        padding: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .storefront-header__user-btn--logged {
        width: auto;
        min-width: 40px;
        padding: 0 8px;
        gap: 6px;
        border-radius: 10px;
    }

    .storefront-header__user-avatar-wrap {
        width: 26px;
        height: 26px;
        border-radius: 999px;
        overflow: hidden;
        border: 1px solid rgba(255,255,255,0.45);
        background: rgba(255,255,255,0.22);
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .storefront-header__user-avatar {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .storefront-header__user-btn:hover,
    .storefront-header__user-btn:focus {
        color: var(--sf-text) !important;
        background: rgba(255,255,255,0.12);
        border-radius: 10px;
    }

    .storefront-header__user-icon {
        font-size: 24px;
    }

    .storefront-header__user-text {
        color: var(--sf-text) !important;
        font-size: 12px;
        font-weight: 700;
        line-height: 1;
        max-width: 82px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .storefront-header__menu {
        border: 1px solid #dbe3ef;
        border-radius: 12px;
        box-shadow: 0 16px 34px rgba(15,23,42,0.18);
        margin-top: 10px;
        padding: 10px 0;
        min-width: 264px;
        max-width: 304px;
        background: #fff;
        overflow: visible;
        z-index: 1052;
    }

    .storefront-user-menu {
        max-height: min(72vh, 520px);
        overscroll-behavior: contain;
    }

    .storefront-header__user-dropdown .dropdown-toggle::after {
        margin-left: 3px;
        vertical-align: 2px;
        border-top-width: 5px;
        border-right-width: 4px;
        border-left-width: 4px;
        opacity: 0.9;
    }

    .storefront-header__menu .dropdown-item {
        font-size: 14px;
        padding: 8px 14px;
    }

    .storefront-header__menu-arrow {
        position: absolute;
        top: -8px;
        right: 16px;
        width: 16px;
        height: 16px;
        background: #fff;
        transform: rotate(45deg);
        border-radius: 2px;
        box-shadow: -3px -3px 8px rgba(15,23,42,0.04);
    }

    .storefront-user-menu .dropdown-divider {
        margin: 8px 0;
        border-top-color: #e6eaf0;
    }

    .storefront-user-menu__cta {
        padding: 2px 14px 8px;
    }

    .storefront-user-menu__btn {
        display: block;
        width: 100%;
        text-align: center;
        border-radius: 10px;
        padding: 9px 12px;
        font-weight: 700;
        font-size: 14px;
        line-height: 1.25;
        text-decoration: none;
    }

    .storefront-user-menu__btn:hover {
        text-decoration: none;
    }

    .storefront-user-menu__btn--primary {
        background: #194d98;
        border: 1px solid #194d98;
        color: #fff;
    }

    .storefront-user-menu__btn--primary:hover {
        background: #164180;
        border-color: #164180;
        color: #fff;
    }

    .storefront-user-menu__btn--outline {
        background: #fff;
        border: 1px solid #194d98;
        color: #194d98;
    }

    .storefront-user-menu__btn--outline:hover {
        background: #eef4ff;
        color: #123e7d;
        border-color: #123e7d;
    }

    .storefront-user-menu__separator {
        text-align: center;
        color: #64748b;
        font-weight: 700;
        position: relative;
        margin: 7px 0;
        line-height: 1;
    }

    .storefront-user-menu__separator::before,
    .storefront-user-menu__separator::after {
        content: '';
        position: absolute;
        top: 50%;
        width: 42%;
        border-top: 1px solid #cfd6e1;
    }

    .storefront-user-menu__separator::before {
        left: 0;
    }

    .storefront-user-menu__separator::after {
        right: 0;
    }

    .storefront-user-menu__separator span {
        display: inline-block;
        background: #fff;
        padding: 0 7px;
        position: relative;
        z-index: 1;
        font-size: 11px;
        letter-spacing: 0.06em;
        text-transform: uppercase;
    }

    .storefront-user-menu__item {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #1f2937;
        white-space: normal;
        border-radius: 8px;
        margin: 0 8px;
        padding: 9px 11px !important;
        font-size: 14px !important;
        font-weight: 600;
        line-height: 1.28;
    }

    .storefront-user-menu__item:hover,
    .storefront-user-menu__item:focus {
        background: #f4f7fc;
        color: #0f2f66;
    }

    .storefront-user-menu__item-icon {
        width: 16px;
        min-width: 16px;
        text-align: center;
        font-size: 14px !important;
        color: #64748b;
    }

    .storefront-user-menu__item:hover .storefront-user-menu__item-icon,
    .storefront-user-menu__item:focus .storefront-user-menu__item-icon {
        color: #0f2f66;
    }

    .storefront-user-menu--auth {
        padding-top: 8px;
    }

    .storefront-user-menu--auth .storefront-user-menu__item {
        font-size: 15px !important;
    }

    .storefront-user-menu__session-pill {
        margin: 0 12px 8px;
        border-radius: 8px;
        padding: 7px 10px;
        font-size: 11px;
        font-weight: 700;
        color: #334155;
        background: #f1f5f9;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .storefront-user-menu__session-avatar {
        width: 24px;
        height: 24px;
        border-radius: 999px;
        object-fit: cover;
        border: 1px solid #d6deea;
        flex-shrink: 0;
    }

    .storefront-header__nav-row {
        margin-top: 8px !important;
        border-top: 1px solid rgba(255,255,255,0.14);
        padding-top: 8px;
    }

    .storefront-header .topnav {
        overflow: visible;
        gap: 6px;
        flex-wrap: wrap;
        padding: 0;
    }

    .storefront-header .topnav a {
        float: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: var(--sf-text) !important;
        opacity: 0.9;
        padding: 8px 14px;
        text-decoration: none;
        font-size: 15px;
        font-weight: 600;
        border-radius: 999px;
        line-height: 1;
        transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
    }

    .storefront-header .topnav a i {
        margin-right: 6px;
        font-size: 13px;
    }

    .storefront-header .topnav a:hover,
    .storefront-header .topnav a.active {
        color: var(--sf-text) !important;
        opacity: 1;
        background: rgba(255,255,255,0.14);
    }

    .storefront-header .topnav .icon {
        display: none;
    }

    .storefront-header__progress-wrap {
        height: 6px;
        background: #eef2f7;
    }

    /* Cart popup alignment in web header */
    .storefront-header #content_car .container-shopping-cart {
        width: auto;
        margin: 0;
        display: block;
    }

    .storefront-header #content_car .shopping-cart {
        top: calc(100% + 12px);
        right: -12px;
        left: auto;
        margin: 0;
        float: none;
        width: 360px;
        max-width: calc(100vw - 18px);
        border-radius: 14px;
        box-shadow: 0 12px 30px rgba(15,23,42,0.2);
        padding: 14px;
    }

    .storefront-header #content_car .shopping-cart::after {
        left: auto;
        right: 26px;
        margin-left: 0;
    }

    @media (max-width: 991.98px) {
        .storefront-header__brand-col,
        .storefront-header__search-col {
            margin-bottom: 8px;
        }

        .storefront-header__nav-row {
            margin-top: 4px !important;
            padding-top: 6px;
        }

        .storefront-header__search-btn-text {
            display: none;
        }

        .storefront-header__search-btn {
            min-width: 48px;
            padding: 0 12px;
        }

        .storefront-header__search-btn-icon {
            margin-right: 0;
        }

        .storefront-header #btn_search_product_home.storefront-header__search-btn {
            min-width: 48px !important;
            padding: 0 12px !important;
        }

        .storefront-header__search-shell {
            min-height: 50px;
        }

        .storefront-header__actions {
            justify-content: flex-end !important;
        }
    }

    @media screen and (max-width: 600px) {
        .storefront-header .topnav {
            position: relative;
            display: block !important;
        }

        .storefront-header .topnav a:not(:first-child) {
            display: none;
        }

        .storefront-header .topnav a.icon {
            position: absolute;
            right: 0;
            top: 0;
            width: 40px;
            height: 40px;
            margin: 0;
            padding: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .storefront-header .topnav.responsive a {
            float: none;
            display: flex;
            width: 100%;
            text-align: left;
            margin-bottom: 4px;
            border-radius: 10px;
        }

        .storefront-header .topnav.responsive a.icon {
            width: 40px;
        }
    }

    @media (max-width: 767.98px) {
        .storefront-header__main {
            padding-top: 10px !important;
            padding-bottom: 10px !important;
        }

        .storefront-header__logo {
            width: 40px;
            height: 40px;
        }

        .storefront-header__name {
            font-size: 0.95rem;
            max-width: 120px;
        }

        .storefront-header__brand-phone-link {
            font-size: 12px;
        }

        .storefront-header__search-input {
            min-height: 40px;
            font-size: 16px;
        }

        .storefront-header #product_search.storefront-header__search-input {
            height: 40px !important;
            min-height: 40px !important;
            font-size: 15px !important;
        }

        .storefront-header__search-input::placeholder {
            font-size: 16px;
        }

        .storefront-header #product_search.storefront-header__search-input::placeholder {
            font-size: 15px !important;
        }

        .storefront-header__search-btn {
            min-height: 40px;
            min-width: 48px;
        }

        .storefront-header__search-shell {
            min-height: 48px;
            padding: 3px;
        }

        .storefront-header .icons-options {
            gap: 6px;
        }

        .storefront-header__user-icon {
            font-size: 23px;
        }

        .storefront-header__user-btn--logged {
            width: auto;
            min-width: 40px;
            padding: 0 6px;
            gap: 5px;
        }

        .storefront-header__user-text {
            display: inline-block;
            max-width: 62px;
            font-size: 11px;
        }

        .storefront-header__user-avatar-wrap {
            width: 24px;
            height: 24px;
        }

        .storefront-header #content_car .shopping-cart {
            right: -6px;
            width: 320px;
        }

        .storefront-header__menu {
            min-width: 248px;
            max-width: 280px;
        }

        .storefront-header__menu-arrow {
            right: 14px;
        }

        .storefront-user-menu__item {
            padding: 10px 12px !important;
            font-size: 15px !important;
        }

        .storefront-user-menu__item-icon {
            display: none;
        }
    }

    @media (min-width: 768px) { /* ByYU 19 de febrero del 2025 */
        .col_new {
            flex: 0 0 54% !important;
        }
    }
    
    
    
    .lighter-text {
        color: rgb(171, 176, 190);
    }
    .main-color-text {
        color: rgb(99, 148, 248);
    }
    .container-shopping-cart {
        margin: auto;
        width: 80%;
    }
    .badge-shopping-cart {
        background-color: rgb(99, 148, 248);
        border-radius: 15px;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
        color: rgb(255, 255, 255);
        display: inline-block;
        font-size: 12px;
        height: 25px;
        line-height: 1;
        padding: 6px 7px;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
        width: 25px;
        float: left;
    }
    .shopping-cart {
        background: rgb(255, 255, 255) none repeat scroll 0 0;
        border-radius: 3px;
        float: right;
        margin: 4px 0;
        padding: 20px;
        position: absolute;
        width: 320px;
        z-index: 100;
        right: 0;
        cursor: default !important;
        -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
    }
    .shopping-cart ul{
        text-decoration: none;
        list-style: none;
        overflow-y: auto;
        max-height: 240px;
    }
    .shopping-cart ul li{
        text-align: left;
    }
    .shopping-cart .shopping-cart-header {
        border-bottom: 1px solid rgb(232, 232, 232);
        padding-bottom: 15px;
    }
    .shopping-cart-header{min-height: 29px;}
    .shopping-cart .shopping-cart-header .shopping-cart-total {
        float: right;
    }
    .shopping-cart .shopping-cart-items {
        padding-top: 14px;
    }
    .shopping-cart .shopping-cart-items li {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .shopping-cart .shopping-cart-items .item-name {
        display: block;
        font-size: 16px;
        padding-top: 0px;
        line-height: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        /* display: -webkit-box; */
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .shopping-cart .shopping-cart-items .item-price {
        color: rgb(99, 148, 248);
        font-size: 12px;
        margin-right: 8px;
    }
    .shopping-cart .shopping-cart-items .item-quantity {
        color: rgb(171, 176, 190);
        font-size: 13px;
    }
    .shopping-cart::after {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgb(255, 255, 255);
        border-image: none;
        border-style: solid;
        border-width: 8px;
        bottom: 100%;
        content: " ";
        height: 0;
        left: 89%;
        margin-left: -8px;
        pointer-events: none;
        position: absolute;
        width: 0;
    }
    .cart-icon {
        color: rgb(81, 87, 131);
        float: left;
        font-size: 24px;
        margin-right: 7px;
    }
    .button-shopping-cart {
        background: rgb(99, 148, 248) none repeat scroll 0 0;
        border-radius: 30px;
        box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.15);
        color: rgb(255, 255, 255);
        display: block;
        font-size: 16px;
        margin: 25px 0 15px;
        padding: 12px;
        text-align: center;
        text-decoration: none;
    }
    .button-shopping-cart:hover {
        background: rgb(114, 158, 249) none repeat scroll 0 0;
        color: #fff0ff !important;
    }
    .clearfix::after {
        clear: both;
        content: "";
        display: table;
    }
    .shopping-cart-item:hover{
        background: rgb(232, 232, 232) none repeat scroll 0 0;
        border-radius: 15px; /* ByYU 7 de febrero del 2025 */
    }
    .shopping-cart-item-remove{
        float: right;
        margin-right: 4px;
        font-size: 24px;
        cursor: pointer;
        color: #626262;
    }
    .reg_hover:hover{
        background:#f8f8f8;
        border: 1px solid #112d5a;
        color: #112d5a;
    }
    .reg_hover_sess:hover{
        background: #112d5a !important;
    }

    /*JB 29-07-2024*/
    .dropdown_categories{
        border-radius: 25px !important;
        padding: 8px 20px !important; /* ByYU 13 de febrero del 2025 */
        margin-top: 10px; /* ByYU 13 de febrero del 2025 */
        background: none;
        border: none;
        display: flex; /* ByYU 12 de febrero del 2025 */
        align-items: center; /* ByYU 12 de febrero del 2025 */
        gap: 8px; /* ByYU 12 de febrero del 2025 */
        transition: background 0.3s ease; /* ByYU 12 de febrero del 2025 */
    }
    .dropdown_categories:hover{
        background: rgba(19, 72, 147, 0.1); /* ByYU 12 de febrero del 2025 */
    }
    .menu_categories{ /* ByYU 12 de febrero del 2025 */
        width: 320px !important;
        max-height: 400px !important;
        overflow-y: auto;
        background: var(--vm-font-color); /* ByYU 12 de febrero del 2025 */
        padding: 8px 0; /* ByYU 12 de febrero del 2025 */
        border-radius: 8px; /* ByYU 12 de febrero del 2025 */
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* ByYU 12 de febrero del 2025 */
    }
    .img_categories_modal{
        max-height: 50px; 
        border-radius:50px;
        padding-right: 15px !important;
    }
    .scrolable{ /*Para reutilizar*/
        overflow-y: auto;
    }
    .pointer{/*Para reutilizar*/
        cursor:pointer;
    }
    .categorie-dropdown-container{ /* ByYU 12 de febrero del 2025 */
        padding: 0px 8px;
        display: flex;
        align-items: center;
        transition: background 0.2s ease;
    }
    .categorie-dropdown-container:hover{
        background: rgba(0, 0, 0, 0.05);
    }
    .category_img{ /* ByYU 12 de febrero del 2025 */
        width: 48px !important;
        height: 48px !important;
        border-radius: 8px;
        object-fit: cover;
        margin-top: 3px; /* ByYU 19 de febrero del 2025 */
        margin-bottom: 3px; /* ByYU 19 de febrero del 2025 */
    }
    .categorie-dropdown-container span{ /* ByYU 12 de febrero del 2025 */
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 200px;
        display: block;
    }
    .dropdown-divider{ /* ByYU 12 de febrero del 2025 */
        opacity: 0.1;
    }
    /* Estilizar scrollbar */
    .menu_categories::-webkit-scrollbar {
        width: 6px; /* ByYU 12 de febrero del 2025 */
    }
    .menu_categories::-webkit-scrollbar-track {
        background: transparent; /* ByYU 12 de febrero del 2025 */
    }
    .menu_categories::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.2); /* ByYU 12 de febrero del 2025 */
        border-radius: 3px;
    }
    .menu_categories::-webkit-scrollbar-thumb:hover { /* ByYU 12 de febrero del 2025 */
        background: rgba(0, 0, 0, 0.3);
    }
    .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #134893;
        border-color: transparent !important;
    }
    /*1001 1500 nada 1501 2050 16em  */
    @media (min-width: 1001px) and (max-width: 1500px) {
        .nav-web-links-search-control{padding-left:0 !important}
    }
    @media (min-width: 1501px) and (max-width: 2050px) {
        .nav-web-links-search-control{padding-left:13rem !important} /* ByYU 19 de febrero del 2025 */
    }
    /*JB 29-07-2024*/
    /* Estilos para el panel de subcategorías ByYU 19 de febrero del 2025 */
    .subcategories-collapse {
        position: absolute;
        top: calc(100% + 4px);
        right: 0; /* Cambiado de left a right para mejor alineación */
        width: 280px;
        background: var(--vm-font-color);
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        z-index: 1050;
        display: none;
        border: 1px solid rgba(0, 0, 0, 0.1);
    }
    .subcategories-body {
        max-height: 320px;
        overflow-y: auto;
        padding: 8px;
    }
    .subcategory-item {
        padding: 8px 12px;
        display: flex;
        align-items: center;
        cursor: pointer;
        transition: all 0.2s ease;
        border-radius: 8px;
        margin-bottom: 4px;
    }
    .subcategory-item:last-child {
        margin-bottom: 0;
    }
    .subcategory-item:hover {
        background: rgba(0, 0, 0, 0.05);
        transform: translateX(4px);
    }
    .subcategory-item i {
        margin-right: 8px;
        color: var(--vm-bg-theme);
        font-size: 12px;
        opacity: 0.7;
    }
    .subcategory-item img {
        width: 32px;
        height: 32px;
        border-radius: 8px;
        margin-right: 10px;
        object-fit: cover;
    }
    .subcategory-item span {
        font-size: 13px;
        color: var(--vm-bg-theme);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 160px;
        display: block;
    }
    .has-subcategories {
        position: relative;
        padding-right: 40px !important;
    }
    .subcategories-toggle {
        position: absolute;
        right: 8px;
        top: 50%;
        transform: translateY(-50%);
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        cursor: pointer;
        transition: all 0.2s ease;
        color: var(--vm-bg-theme);
        background: var(--vm-font-color); /*ByYU 3 de marzo del 2025*/
    }
    .subcategories-toggle:hover {
        background: var(--vm-font-color); /*ByYU 3 de marzo del 2025*/
    }
    .subcategories-toggle i {
        font-size: 16px;
        transition: transform 0.3s ease;
    }
    .has-subcategories.active .subcategories-toggle i {
        transform: rotate(180deg);
    }
    /* Estilizar scrollbar para subcategorías */
    .subcategories-body::-webkit-scrollbar {
        width: 4px;
    }
    .subcategories-body::-webkit-scrollbar-track {
        background: transparent;
    }
    .subcategories-body::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.2);
        border-radius: 2px;
    }
    .subcategories-body::-webkit-scrollbar-thumb:hover {
        background: rgba(0, 0, 0, 0.3);
    }
    /* Contenedor principal */
    .container-shopping-cart {
        /* position: relative; */
        display: inline-block;
    }

    /* Carrito flotante */
    .shopping-cart {
        width: 320px;
        background: #fff;
        position: absolute;
        top: 50px;
        right: 0;
        border-radius: 10px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
        padding: 15px;
        display: none;
        z-index: 1000;
    }

    /* Header del carrito */
    .shopping-cart-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 2px solid #eee;
        padding-bottom: 10px;
    }

    /* Ícono del carrito */
    .cart-icon {
        font-size: 24px;
        color: #333;
        margin-right: 8px;
    }

    /* Badge del contador */
    .badge-shopping-cart {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        min-width: 24px;
        height: 24px;
        background: #ff6b6b;
        color: white;
        font-size: 14px;
        font-weight: bold;
        border-radius: 50%;
        text-align: center;
        padding: 4px;
        margin-right: auto;
    }

    .shopping-cart-items {
        max-height: 250px;
        overflow-y: auto;
        list-style: none;
        padding: 0;
        margin: 10px 0;
    }

    .shopping-cart-item {
        display: flex;
        align-items: center;
        padding: 10px 0;
        border-bottom: 1px solid #eee;
        position: relative;
    }

    .shopping-cart-item img {
        width: 60px;
        height: 60px;
        object-fit: cover;
        border-radius: 8px;
        background: #f5f5f5;
    }

    .shopping-cart-item-details {
        flex: 1;
        padding-left: 10px;
        display: flex;
        flex-direction: column;
    }

    .item-name {
        font-weight: bold;
        font-size: 14px;
        color: #333;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 180px;
        cursor: pointer;
    }

    /* Precio y cantidad */
    .item-price {
        color: #28a745;
        font-weight: bold;
        font-size: 14px;
    }

    .item-quantity {
        font-size: 12px;
        color: #777;
    }

    .shopping-cart-item-remove {
        color: #626262;
        font-size: 18px;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .button-shopping-cart {
        display: block;
        text-align: center;
        background: linear-gradient(135deg, rgb(99, 148, 248), rgb(20, 60, 160));
        color: white;
        padding: 10px;
        border-radius: 5px;
        font-weight: bold;
        text-decoration: none;
        transition: background 0.3s ease;
    }

    .button-shopping-cart:hover {
        background: linear-gradient(135deg, rgb(40, 100, 220), rgb(20, 60, 160));
    }
    * {
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
    }

    *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .clearfix {
        clear:both;
    }

    .text-center {text-align:center;}

    a {
        /* color: tomato; */
        text-decoration: none;
    }

    a:hover {
        color: #2148f3;
    }

    pre {
        display: block;
        padding: 9.5px;
        margin: 0 0 10px;
        font-size: 13px;
        line-height: 1.42857143;
        color: #333;
        word-break: break-all;
        word-wrap: break-word;
        background-color: #F5F5F5;
        border: 1px solid #CCC;
        border-radius: 4px;
    }

    .header {
        padding:20px 0;
        position:relative;
        margin-bottom:10px;

    }

    .header:after {
        content:"";
        display:block;
        height:1px;
        background:#eee;
        position:absolute; 
        left:30%; right:30%;
    }

    .header h2 {
        font-size:3em;
        font-weight:300;
        margin-bottom:0.2em;
    }

    .header p {
        font-size:14px;
    }

    .success-box {
        margin:20px 0;
        padding:10px 10px;
        border:1px solid #eee;
        background:#f9f9f9;
    }

    .success-box img {
        margin-right:10px;
        display:inline-block;
        vertical-align:top;
    }

    .success-box > div {
        vertical-align:top;
        display:inline-block;
        color:#888;
    }

    /* Rating Star Widgets Style */
    .rating-stars ul {
        list-style-type:none;
        padding:0;
        margin: 0;
        -moz-user-select:none;
        -webkit-user-select:none;
    }
    
    .rating-stars ul > li.i {
        display:inline-block;
    }

    /* Idle State of the stars */
    .rating-stars ul > li.i {
        font-size:1.8em; /* Reduced size of the stars */
        color:#ccc;
    }

    /* Hover state of the stars */
    .rating-stars ul > li.hover i{
        color:#d58d1c;
    }
    
    #stars{
        width: auto;
        margin: 0px;
        display: inline-flex;
    }
    
    /* Selected state of the stars */
    .rating-stars ul > li.selected i{
        color: #198D19 !important
    }

    /* Compact opinion section */
    .rating-container {
        background: white;
        border-radius: 8px;
        padding: 10px !important;
        box-shadow: 0 1px 3px rgba(0,0,0,0.05);
        margin-bottom: 10px;
    }

    .rating-stars .star {
        cursor: pointer;
        transition: all 0.2s ease;
        margin: 0 2px; /* Reduced margins */
    }

    .rating-stars .star:hover {
        transform: scale(1.1);
    }

    .rating-stars .star.selected i {
        color: #2ECC92 !important;
    }

    #save_review_product,
    #edit_review_product {
        padding: 2px 10px !important;
        font-size: 12px !important;
    }

    #save_review_product:hover,
    #edit_review_product:hover {
        background-color: #28B982 !important;
        transform: translateY(-1px);
    }

    #review_product {
        min-height: 60px; /* Reduced height */
        font-size: 13px !important;
    }

    #review_product:focus {
        border-color: #2ECC92;
        box-shadow: 0 0 0 0.2rem rgba(46,204,146,0.25);
        outline: none;
    }
    
    /* Mensaje compacto para usuarios no autenticados o que no han comprado */
    .opinion-notice {
        display: flex;
        align-items: center;
        font-size: 13px;
        color: #666;
        margin: 5px 0;
        padding: 5px 10px;
        background: #f9f9f9;
        border-radius: 6px;
    }
    
    .opinion-notice i {
        margin-right: 5px;
        color: #999;
    }
    
    /* Container compacto */
    .compact-opinion-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    
    .compact-stars-container {
        display: inline-flex;
        align-items: center;
    }
    
    .opinion-label {
        font-size: 14px;
        font-weight: 500;
        margin-right: 8px;
        color: #555;
    }

    #elemento-destino{
        font-size:2em;
        padding-top:5px;
    }

    .emoji{
        display:inline-block;
        vertical-align:middle;
        width: 60px;
        height: 60px;
        background: url(https://s-media-cache-ak0.pinimg.com/236x/e9/b3/13/e9b313c5bad0465c6ee1cb51b06e9e2d.jpg);
    }

    .emoji.lengua{
        background-position: 0px 0px;
    }

    .emoji.XD{

        background-position: 0px 180px;
    }

    .emoji.smile{
        background-position: 60px 0px;
    }
    .icon-delivery-method {
        font-size: 50px;
        color: #fff;
        background: black;
        border-radius: 40px;
        padding: 12px;
    }
    
    .degrade-trans{
        background: rgb(0,0,0);
        background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    .breadcrumb-content{display: inline-block;}
    .breadcrumb-content a{color: #666666;font-size: 16px;transition: all 0.3s ease;}
    .breadcrumb-content a:hover{color: var(--vm-theme-color);text-decoration: none;}
    .breadcrumb-content > i{margin: 0px 12px;color: #666666;font-size: 14px;}
    .breadcrumb-content a.bc-selected{background-color: #f5f5f5;padding: 6px 12px;border-radius: 5px;}
    :root {
        --main-color: var(--vm-theme-color);
        --light-color: var(--vm-theme-color-22);
        --medium-color: var(--vm-theme-color-88);
        --dark-color: var(--vm-theme-color-dd);
        --gradient-primary: linear-gradient(135deg, var(--main-color), var(--dark-color));
        --gradient-secondary: linear-gradient(135deg, var(--light-color), var(--medium-color));
    }
    
    .nav-web-links-search{display: none !important;}
    
    /* Estilos generales mejorados */
    .contact-section {
        padding: 60px 56px;
        position: relative;
        background-image: radial-gradient(circle at 10% 20%, var(--light-color) 0%, transparent 20%),
                          radial-gradient(circle at 90% 80%, var(--light-color) 0%, transparent 20%);
        background-attachment: fixed;
        border-radius: 15px;
    }
    
    .title-container {
        position: relative;
        padding-bottom: 20px;
        margin-bottom: 25px;
    }
    
    .section-heading {
        margin-bottom: 0;
        position: relative;
        color: var(--main-color);
        font-weight: 700;
        letter-spacing: -0.5px;
        display: inline-block;
        background: var(--gradient-primary);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        text-shadow: 1px 1px 2px rgba(255,255,255,0.1);
    }
    
    .title-container:after {
        content: '';
        width: 100px;
        height: 4px;
        background: var(--gradient-primary);
        position: absolute;
        bottom: 0;
        left: 0;
        border-radius: 4px;
    }
    
    /* Formulario de contacto mejorado */
    .contact-form {
        background: #ffffff;
        padding: 40px;
        border-radius: 15px;
        box-shadow: 0 8px 30px rgba(0,0,0,0.1);
        transition: all 0.5s ease;
        transform: translateY(0);
        position: relative;
        z-index: 1;
        overflow: hidden;
    }
    
    .contact-form:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 200px;
        height: 200px;
        background: var(--gradient-secondary);
        border-radius: 50%;
        opacity: 0.3;
        transform: translate(50%, -50%);
        z-index: -1;
    }
    
    .contact-form:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 150px;
        height: 150px;
        background: var(--gradient-secondary);
        border-radius: 50%;
        opacity: 0.2;
        transform: translate(-30%, 30%);
        z-index: -1;
    }
    
    .contact-form:hover {
        box-shadow: 0 15px 50px rgba(0,0,0,0.15);
        transform: translateY(-5px);
    }
    
    .form-group {
        margin-bottom: 25px;
        position: relative;
    }
    
    .input-group-text {
        background-color: var(--light-color);
        border-color: transparent;
        color: var(--main-color);
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
        padding: 0.8rem 1.2rem;
        font-size: 18px;
        transition: all 0.3s ease;
    }
    
    .form-control {
        border: 1px solid #e9ecef;
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px;
        padding: 15px 20px;
        font-size: 15px;
        transition: all 0.3s ease;
        box-shadow: none;
    }
    
    .form-control:focus {
        border-color: var(--main-color);
        box-shadow: 0 0 0 0.2rem var(--light-color);
    }
    
    .form-control::placeholder {
        color: #adb5bd;
        opacity: 0.7;
    }
    
    /* Botón de enviar */
    .btn-submit {
        background: var(--gradient-primary);
        color: #ffffff;
        border: none;
        border-radius: 12px;
        padding: 15px 30px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        transition: all 0.4s ease;
        width: 100%;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }
    
    .btn-submit:before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,0.2);
        transition: all 0.4s ease;
        z-index: -1;
    }
    
    .btn-submit:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 25px var(--light-color);
    }
    
    .btn-submit:hover:before {
        left: 100%;
    }
    
    .btn-submit i {
        margin-right: 8px;
        animation: pulse 2s infinite;
    }
    
    @keyframes pulse {
        0% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.1);
        }
        100% {
            transform: scale(1);
        }
    }
    
    /* Tarjetas de información de contacto */
    .contact-info-card {
        background-color: #ffffff;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 8px 30px rgba(0,0,0,0.1);
        margin-bottom: 20px;
        transition: all 0.5s ease;
        transform: translateY(0);
    }
    
    .contact-info-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 50px rgba(0,0,0,0.15);
    }
    
    .contact-header {
        background: var(--gradient-primary);
        padding: 25px;
        display: flex;
        align-items: center;
        color: #ffffff;
    }
    
    .contact-header-icon {
        font-size: 32px;
        color: #ffffff;
        margin-right: 20px;
        padding: 15px;
        border: 2px solid rgba(255,255,255,0.3);
        border-radius: 50%;
        height: 80px;
        width: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255,255,255,0.1);
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        animation: float 3s ease-in-out infinite;
    }
    
    @keyframes float {
        0% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-10px);
        }
        100% {
            transform: translateY(0);
        }
    }
    
    .contact-header-text h6 {
        color: #ffffff;
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 5px;
        text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }
    
    .contact-header-text p {
        color: rgba(255,255,255,0.9);
        margin: 0;
        font-size: 16px;
    }
    
    .contact-info-item {
        padding: 20px 25px;
        transition: all 0.3s ease;
        border-bottom: 1px solid #f1f1f1;
        display: flex;
        align-items: center;
    }
    
    .contact-info-item:last-child {
        border-bottom: none;
    }
    
    .contact-info-item:hover {
        background: var(--light-color);
        transform: translateX(8px);
    }
    
    .contact-info-icon {
        font-size: 28px;
        color: var(--main-color);
        margin-right: 20px;
        min-width: 50px;
        text-align: center;
        transition: all 0.3s ease;
    }
    
    .contact-info-item:hover .contact-info-icon {
        transform: scale(1.2);
    }
    
    .contact-info-text h6 {
        font-size: 18px;
        font-weight: 600;
        color: var(--main-color);
        margin-bottom: 5px;
    }
    
    .contact-info-text p {
        margin: 0;
        color: #6c757d;
        font-size: 15px;
        word-break: break-word;
    }
    
    .contact-info-link {
        display: block;
        color: inherit;
        text-decoration: none;
    }
    
    .contact-info-link:hover {
        text-decoration: none;
    }
    
    /* Mapa */
    .contact-map {
        position: relative;
        overflow: hidden;
        border-radius: 15px;
        margin: 25px 5px;
    }
    
    .map-container {
        position: relative;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }
    
    #googleMap {
        width: 100%;
        height: 250px;
        border-radius: 15px;
        transition: all 0.3s ease;
    }
    
    .map-overlay {
        position: absolute;
        top: 10px;
        right: 10px;
        background: var(--main-color);
        color: white;
        padding: 6px 12px;
        border-radius: 30px;
        font-size: 12px;
        font-weight: 600;
        box-shadow: 0 3px 10px rgba(0,0,0,0.2);
        z-index: 1;
    }
    
    .map-overlay i {
        margin-right: 5px;
    }
    
    /* Responsividad mejorada */
    @media (max-width: 991px) {
        .contact-form {
            margin-bottom: 40px;
            padding: 30px;
        }
        
        .section-heading {
            text-align: center;
        }
        
        .section-heading:after {
            left: 50%;
            transform: translateX(-50%);
        }
    }
    
    @media (max-width: 767px) {
        .contact-section {
            padding: 40px 0;
        }
        
        .contact-header-icon {
            height: 60px;
            width: 60px;
            font-size: 24px;
        }
        
        .contact-header-text h6 {
            font-size: 22px;
        }
    }
    
    @media (max-width: 576px) {
        .contact-form, .contact-info-card {
            border-radius: 10px;
        }
        
        .contact-form {
            padding: 25px 20px;
        }
        
        .contact-header {
            flex-direction: column;
            text-align: center;
            padding: 20px 15px;
        }
        
        .contact-header-icon {
            margin-right: 0;
            margin-bottom: 15px;
        }
        
        .input-group-text {
            padding: 0.7rem 1rem;
        }
        
        .form-control {
            padding: 12px 15px;
        }
    }
    
    /* Animaciones */
    .animate__animated {
        animation-duration: 1s;
    }
    
    .delay-1 {
        animation-delay: 0.2s;
    }
    
    .delay-2 {
        animation-delay: 0.4s;
    }
    
    .delay-3 {
        animation-delay: 0.6s;
    }
    /* Estilos para los métodos de pago */
    .payment-methods-section {
        background: #fff;
        border-radius: 12px;
        padding: 15px;
        margin-top: 20px;
        box-shadow: 0 3px 10px rgba(0,0,0,0.05);
        transition: all 0.3s ease;
    }
    
    .payment-methods-section:hover {
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }
    
    .payment-methods-title {
        color: #333;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid #f1f1f1;
    }
    
    .payment-methods-title i {
        margin-right: 5px;
    }
    
    .payment-methods-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 15px;
        justify-content: center;
    }
    
    .payment-method-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px;
        border-radius: 8px;
        background: #f8f9fa;
        min-width: 80px;
        transition: all 0.3s ease;
    }
    
    .payment-method-card:hover {
        background: #f1f1f1;
        transform: translateY(-2px);
    }
    
    .payment-method-icon {
        font-size: 20px;
        color: var(--vm-bg-theme);
        margin-bottom: 5px;
    }
    
    .payment-method-name {
        font-size: 12px;
        color: #666;
        text-align: center;
    }
    
    .payment-security-badges {
        display: flex;
        justify-content: space-around;
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px dashed #eee;
    }
    
    .security-badge {
        display: flex;
        align-items: center;
        font-size: 13px;
        color: #000000;
    }
    
    .security-badge i {
        margin-right: 5px;
    }
    
    /* Estilos responsivos */
    @media (max-width: 576px) {
        .payment-methods-grid {
            justify-content: center;
        }
        
        .payment-method-card {
            min-width: 70px;
            padding: 8px;
        }
        
        .payment-security-badges {
            flex-direction: column;
            align-items: center;
            gap: 10px;
        }
    }
    @media (min-width: 992px) {
        .col-lg-9 {
            flex: 0 0 82%;
            max-width: 82%;
        }
    }
    .custom_card_favorite {
        float: left;
        margin-right: 20px;
        font-size: 24px;
        color: #333;
        line-height: 62px;
        font-weight: 700;
        padding-left: 0;
        text-transform: Uppercase;
    }
    .content_price_full {
        width: auto; 
        height: auto; 
        border-left:4px solid #fff; 
        border-top:4px solid #fff; 
        border-bottom: 4px solid #fff;
        padding: 3px 10px 3px 20px;

        background: #64952b;
        margin-top: 10px;
        -webkit-border-top-left-radius: 98px;
        -webkit-border-bottom-left-radius: 98px;
        -moz-border-radius-topleft: 98px;
        -moz-border-radius-bottomleft: 98px;
        border-top-left-radius: 98px;
        border-bottom-left-radius: 98px;

        color: #fff;
        font-size: 25px;
        text-align: right;
    }
    .content_price_saving_full {
        text-decoration:line-through;
        font-size:15px;
        font-weight: bold;
        padding: 0;
        line-height: 5px;
        margin: 0;
        margin-bottom:10px;
    }
    .btn_add_product_full {
        border: 1px #51cd93 solid;
        background:linear-gradient(to bottom, #fff 5%, #fff 100%);
        background-color:#f0f0f0;
        border-radius:8px;
        display:inline-block;
        cursor:pointer;
        color:#51cd93;
        padding:3px 7px;
        text-decoration:none;
        font-weight: bold;
    }
    .btn_add_product_full:hover {
        background-color:#ffffff;
    }
    .btn_add_product_full:before{
        vertical-align: top;
        padding: 8px 13px 6px;
    }

    .color-not-favorite_full{
        color:#ffaeae !important;
    }

    .custom_card_popular{
        float: left;
        margin-right: 20px;
        font-size: 24px;
        color: #333;
        line-height: 62px;
        font-weight: 700;
        padding-left: 0;
        text-transform: Uppercase;
    }

    .home-category-info-header-line {
        display: block;
        margin-top: 25px;
        font-size: 100%;
        border: 3px solid #DCDEE3;
        border-radius: 3px;
        overflow: hidden;
    }
    .no-offers-container {
        background-color: #f8f9fa;
        border-radius: 15px;
        border: 2px dashed #dee2e6;
        max-width: 500px;
        margin: 0 auto;
        transition: all 0.3s ease;
    }

    .no-offers-container:hover {
        border-color: #007bff;
        background-color: #f0f8ff;
    }

    .no-offers-container i {
        transition: color 0.3s ease;
    }

    .no-offers-container:hover i {
        color: #007bff !important;
    }

    .no-offers-modern {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: white;
        border-radius: 20px;
        padding: 50px 30px;
    }

    .no-offers-modern h4 {
        color: white !important;
    }

    .no-offers-modern p {
        color: rgba(255,255,255,0.9) !important;
    }

    .storefront-empty-state {
        background: #ffffff;
        border: 1px solid #d9dee7;
        border-radius: 16px;
        padding: 28px 22px;
        margin: 8px auto 20px;
        max-width: 860px;
        text-align: center;
        box-shadow: 0 8px 24px rgba(16, 24, 40, 0.06);
    }

    .storefront-empty-state__icon {
        width: 56px;
        height: 56px;
        margin: 0 auto 14px;
        border-radius: 50%;
        background: rgba(63, 0, 172, 0.08);
        color: #3f00ac;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
    }

    .storefront-empty-state__title {
        margin: 0 0 8px;
        color: #1f2937;
        font-size: 22px;
        font-weight: 700;
        line-height: 1.35;
    }

    .storefront-empty-state__text {
        margin: 0 auto;
        color: #4b5563;
        font-size: 15px;
        line-height: 1.65;
        max-width: 660px;
    }

    .storefront-empty-state__actions {
        margin-top: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .storefront-empty-state__btn {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        text-decoration: none !important;
        border-radius: 999px;
        padding: 9px 16px;
        font-size: 14px;
        font-weight: 700;
        border: 1px solid transparent;
        transition: all 0.2s ease;
    }

    .storefront-empty-state__btn--primary {
        background: #3f00ac;
        color: #fff !important;
        border-color: #3f00ac;
    }

    .storefront-empty-state__btn--primary:hover,
    .storefront-empty-state__btn--primary:focus {
        background: #300081;
        border-color: #300081;
        color: #fff !important;
    }

    .storefront-empty-state__btn--secondary {
        background: #fff;
        color: #374151 !important;
        border-color: #d1d5db;
    }

    .storefront-empty-state__btn--secondary:hover,
    .storefront-empty-state__btn--secondary:focus {
        color: #111827 !important;
        border-color: #9ca3af;
        background: #f9fafb;
    }

    @media (max-width: 768px) {
        .storefront-empty-state {
            padding: 20px 16px;
            margin: 6px 8px 16px;
            border-radius: 14px;
        }

        .storefront-empty-state__title {
            font-size: 19px;
        }

        .storefront-empty-state__text {
            font-size: 14px;
            line-height: 1.55;
        }

        .storefront-empty-state__actions {
            flex-direction: column;
            gap: 8px;
        }

        .storefront-empty-state__btn {
            justify-content: center;
            width: 100%;
            max-width: 260px;
        }
    }

    .storefront-favorite-empty-wrapper {
        min-height: 50vh;
    }

    .storefront-favorite-empty-column {
        padding-top: 20px !important;
    }

    .storefront-empty-state--favorite {
        border-color: #d5deec;
        box-shadow: 0 14px 32px rgba(30, 41, 59, 0.08);
        background:
            radial-gradient(circle at top right, rgba(59, 130, 246, 0.08), transparent 42%),
            radial-gradient(circle at top left, rgba(244, 63, 94, 0.07), transparent 36%),
            #ffffff;
    }

    .storefront-empty-state--recommended {
        border-color: #d6deeb;
        box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
        background:
            radial-gradient(circle at top right, rgba(59, 130, 246, 0.08), transparent 40%),
            radial-gradient(circle at top left, rgba(14, 165, 233, 0.08), transparent 34%),
            #ffffff;
    }

    .storefront-empty-state--offers {
        border-color: #f4dcb3;
        box-shadow: 0 14px 34px rgba(146, 64, 14, 0.10);
        background:
            radial-gradient(circle at top right, rgba(251, 191, 36, 0.16), transparent 40%),
            radial-gradient(circle at top left, rgba(249, 115, 22, 0.11), transparent 34%),
            #ffffff;
    }

    .storefront-empty-state__eyebrow {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 12px;
        padding: 5px 12px;
        border-radius: 999px;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #334155;
        background: #edf2f8;
        border: 1px solid #dbe4f0;
    }

    .storefront-empty-state--favorite .storefront-empty-state__icon {
        width: 62px;
        height: 62px;
        margin-bottom: 16px;
        font-size: 27px;
        color: #dc2626;
        background: linear-gradient(135deg, rgba(254, 226, 226, 0.9), rgba(255, 255, 255, 0.95));
        border: 1px solid #fecaca;
    }

    .storefront-empty-state--recommended .storefront-empty-state__icon {
        width: 62px;
        height: 62px;
        margin-bottom: 16px;
        font-size: 26px;
        color: #1d4ed8;
        background: linear-gradient(135deg, rgba(219, 234, 254, 0.95), rgba(255, 255, 255, 0.96));
        border: 1px solid #bfdbfe;
    }

    .storefront-empty-state--offers .storefront-empty-state__icon {
        width: 62px;
        height: 62px;
        margin-bottom: 16px;
        font-size: 26px;
        color: #b45309;
        background: linear-gradient(135deg, rgba(254, 243, 199, 0.95), rgba(255, 255, 255, 0.96));
        border: 1px solid #fcd34d;
    }

    .storefront-empty-state__tips {
        margin-top: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 8px;
    }

    .storefront-empty-state__tip {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        font-size: 12px;
        font-weight: 600;
        color: #475569;
        background: #f8fafc;
        border: 1px solid #dbe4f0;
        border-radius: 999px;
        padding: 6px 10px;
    }

    .storefront-empty-state__tip .fa {
        font-size: 11px;
        color: #64748b;
    }

    .storefront-empty-state--favorite.is-auth .storefront-empty-state__tips {
        display: none;
    }

    @media (max-width: 768px) {
        .storefront-favorite-empty-wrapper {
            min-height: 42vh;
        }

        .storefront-favorite-empty-column {
            padding-top: 12px !important;
        }

        .storefront-empty-state__eyebrow {
            margin-bottom: 10px;
            font-size: 10px;
        }

        .storefront-empty-state--favorite .storefront-empty-state__icon {
            width: 54px;
            height: 54px;
            font-size: 23px;
        }

        .storefront-empty-state--recommended .storefront-empty-state__icon {
            width: 54px;
            height: 54px;
            font-size: 22px;
        }

        .storefront-empty-state--offers .storefront-empty-state__icon {
            width: 54px;
            height: 54px;
            font-size: 22px;
        }

        .storefront-empty-state__tips {
            flex-direction: column;
            gap: 6px;
        }

        .storefront-empty-state__tip {
            width: 100%;
            justify-content: center;
            border-radius: 10px;
        }
    }

    .combo-image { position: relative; }
    .combo-qty-badge{
        position:absolute; bottom:10px; left:10px;
        display:flex; align-items:center; gap:6px;
        padding:6px 10px; border-radius:999px;
        background: rgba(0,0,0,.45);
        color:#fff; font-weight:700; font-size:14px; line-height:1;
        backdrop-filter: blur(2px) saturate(120%);
        box-shadow: 0 2px 8px rgba(0,0,0,.15);
    }
    .combo-qty-badge i.material-icons{ font-size:16px; line-height:1; }

    /* OFERTAS: combos visualmente alineados con cards de producto */
    #nav-find .storefront-combo-card-wrapper {
        width: 100%;
        max-width: 272px;
        min-height: 0;
        height: auto;
        padding: 8px;
        margin-bottom: 12px;
    }

    #nav-find .storefront-combo-data {
        display: none;
    }

    #nav-find .storefront-combo-card {
        height: 100%;
        border: 1px solid #dde3ec !important;
        border-radius: 12px !important;
        box-shadow: 0 4px 12px rgba(16, 24, 40, 0.06);
        overflow: hidden;
        background: #ffffff;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        display: flex;
        flex-direction: column;
    }

    #nav-find .storefront-combo-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 22px rgba(16, 24, 40, 0.12);
    }

    #nav-find .storefront-combo-card.vm-product-in-cart {
        border-color: rgba(46, 204, 113, 0.85) !important;
        box-shadow:
            inset 0 0 0 2px rgba(46, 204, 113, 0.55),
            0 6px 16px rgba(16, 24, 40, 0.08) !important;
    }

    #nav-find .storefront-combo-card--disabled {
        opacity: 0.92;
    }

    #nav-find .storefront-combo-card__media {
        height: 182px;
        background: #f8fafc;
        border-bottom: 1px solid #e8edf4;
        position: relative;
        overflow: hidden;
    }

    #nav-find .storefront-combo-card__image {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
        padding: 12px;
    }

    #nav-find .storefront-combo-card__content {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 8px;
        padding: 12px 12px 10px;
    }

    #nav-find .storefront-combo-card__title {
        margin: 0;
        font-size: 15px;
        line-height: 1.35;
        font-weight: 600;
        color: #1f2937;
        min-height: 2.7em;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    #nav-find .storefront-combo-card__description {
        margin: 0;
        font-size: 12px;
        line-height: 1.35;
        color: #667085;
        min-height: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #nav-find .storefront-combo-card__products-summary {
        margin-top: 2px;
        min-height: 18px;
        display: inline-flex;
        align-items: center;
        gap: 6px;
        color: #667085;
        font-size: 12px;
        line-height: 1.2;
        font-weight: 500;
    }

    #nav-find .storefront-combo-card__products-summary .fa {
        font-size: 11px;
        color: #64748b;
    }

    #nav-find .storefront-combo-card__meta {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 8px;
    }

    #nav-find .storefront-combo-card__availability {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        border-radius: 999px;
        border: 1px solid #dbe5f1;
        background: #f8fafc;
        color: #334155;
        padding: 3px 9px;
        font-size: 11px;
        font-weight: 600;
        line-height: 1;
        white-space: nowrap;
    }

    #nav-find .storefront-combo-card__availability .fa {
        font-size: 11px;
        line-height: 1;
    }

    #nav-find .storefront-combo-card__stock span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        max-width: 100%;
    }

    #nav-find .storefront-combo-card__availability--disabled {
        color: #b54708;
        border-color: #fde6c7;
        background: #fff8eb;
    }

    #nav-find .storefront-combo-card__price-block {
        text-align: right;
        min-width: 106px;
    }

    #nav-find .storefront-combo-card__price-label {
        display: block;
        margin: 0;
        font-size: 10px;
        line-height: 1.1;
        font-weight: 700;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        color: #667085;
    }

    #nav-find .storefront-combo-card__price-amount {
        display: block;
        margin: 2px 0 0;
        font-size: 18px;
        line-height: 1.2;
        font-weight: 700;
        color: #0f172a;
    }

    #nav-find .storefront-combo-card__price-reference {
        display: block;
        margin: 2px 0 0;
        font-size: 11px;
        line-height: 1.15;
        color: #98a2b3;
        text-decoration: line-through;
    }

    #nav-find .storefront-combo-card__timer {
        margin-top: 0;
        font-size: 12px;
        font-weight: 600;
        color: #b42318;
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }

    #nav-find .storefront-combo-card__products {
        margin-top: 2px;
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        min-height: 24px;
        overflow: hidden;
    }

    #nav-find .storefront-combo-card__product-tag {
        border: 1px solid #e3e8ef;
        background: #f8fafc;
        color: #334155;
        border-radius: 999px;
        padding: 3px 9px;
        font-size: 11px;
        font-weight: 500;
        line-height: 1.2;
        margin: 0;
    }

    #nav-find .storefront-combo-card__product-tag--muted {
        background: #eef2f7;
        color: #64748b;
        border-color: #d8e0eb;
    }

    #nav-find .storefront-combo-card__button {
        margin-top: auto;
        width: 100%;
        min-height: 36px;
        border-radius: 9px;
        border: 1px solid var(--vm-theme-color, #1f4d88);
        background: var(--vm-theme-color, #1f4d88);
        color: #ffffff;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        transition: all 0.2s ease;
    }

    #nav-find .storefront-combo-card__button:hover,
    #nav-find .storefront-combo-card__button:focus {
        filter: brightness(0.95);
        color: #ffffff;
    }

    #nav-find .storefront-combo-card__button--disabled,
    #nav-find .storefront-combo-card__button--disabled:hover,
    #nav-find .storefront-combo-card__button--disabled:focus {
        border-color: #c8d2df;
        background: #eef2f6;
        color: #7b8794;
        cursor: not-allowed;
        filter: none;
    }

    @media (max-width: 767px) {
        #nav-find .storefront-combo-card-wrapper {
            max-width: 100%;
            min-height: 0;
            padding: 4px;
        }

        #nav-find .storefront-combo-card__media {
            height: 162px;
        }

        #nav-find .storefront-combo-card__title {
            font-size: 14px;
            min-height: 2.6em;
        }

        #nav-find .storefront-combo-card__price-amount {
            font-size: 16px;
        }
    }

    /* FIX: Barra de búsqueda del sidebar móvil */
    @media (max-width: 768px) {
        .custom-category-search {
            position: sticky !important;
            top: 0 !important;
            z-index: 10 !important;
            background: linear-gradient(180deg, rgba(47, 51, 58, 0.98) 0%, rgba(47, 51, 58, 0.92) 100%) !important;
            margin-bottom: 15px !important;
            padding: 15px !important;
            border-radius: 0 0 15px 15px !important;
        }
        
        .custom-search-container {
            position: relative !important;
            background: rgba(255,255,255,0.15) !important;
            border-radius: 25px !important;
            border: 1px solid rgba(255,255,255,0.2) !important;
            overflow: hidden !important;
        }
        
        .custom-search-icon {
            position: absolute !important;
            left: 15px !important;
            top: 50% !important;
            transform: translateY(-50%) !important;
            color: rgba(255,255,255,0.8) !important;
            z-index: 2 !important;
        }
        
        #categorySearch {
            width: 100% !important;
            padding: 12px 15px 12px 50px !important;
            background: transparent !important;
            border: none !important;
            border-radius: 25px !important;
            color: #fff !important;
            outline: none !important;
        }
        
        #categorySearch::placeholder {
            color: rgba(255,255,255,0.7) !important;
        }
        
        #categorySearch:focus {
            background: rgba(255,255,255,0.2) !important;
            box-shadow: none !important;
        }
        
        .custom-mobile-categories {
            position: relative !important;
            z-index: 1 !important;
            content-visibility: auto;
            contain-intrinsic-size: 1px 900px;
        }

        .custom-menu-item,
        .custom-category-header,
        .custom-subcategory-link,
        .img-subcategory,
        .custom-toggle-icon {
            transition: none !important;
        }
    }

    /* FOOTER MÓVIL STYLES */
    @media (max-width: 1000px) {
        .footer-mobile {
            position: fixed !important;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            z-index: 1200;
            overflow: visible !important;
            padding-top: 0 !important;
            padding-bottom: env(safe-area-inset-bottom);
            isolation: isolate;
        }

        .footer-mobile::after {
            display: none !important;
        }

        .footer-mobile #nav-tab {
            display: grid;
            grid-template-columns: repeat(5, minmax(0, 1fr));
            align-items: stretch;
            width: 100%;
            margin: 0;
            border: 0;
            min-height: var(--vm-mobile-footer-height);
            background: linear-gradient(180deg, rgba(52, 62, 76, 0.98), rgba(63, 74, 90, 0.98)) !important;
            border-top: 1px solid rgba(255, 255, 255, 0.12);
            box-shadow: 0 -8px 20px rgba(14, 24, 36, 0.28);
            backdrop-filter: blur(8px);
        }

        .footer-mobile #nav-tab .nav-item.nav-link {
            margin: 0 !important;
            border: 0 !important;
            border-radius: 0 !important;
            min-height: var(--vm-mobile-footer-height);
            padding: 6px 3px 8px !important;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 3px;
            color: rgba(255, 255, 255, 0.78) !important;
            background: transparent !important;
            position: relative;
            overflow: visible !important;
        }

        .footer-mobile #nav-tab .nav-item.nav-link::after {
            display: none !important;
        }

        .footer-mobile #nav-tab .nav-item.nav-link .icon {
            margin: 0 !important;
            height: auto !important;
            line-height: 1;
            font-size: 22px;
            color: inherit !important;
        }

        .footer-mobile #nav-tab .nav-item.nav-link .tabbar-label {
            color: inherit !important;
            font-size: 11px;
            line-height: 1.1;
            font-weight: 600;
            text-align: center;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 100%;
        }

        .footer-mobile #nav-tab .nav-item.nav-link.active {
            color: #ffffff !important;
        }

        .footer-mobile #nav-tab .nav-item.nav-link.active::before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 16%;
            right: 16%;
            height: 3px;
            border-radius: 2px 2px 0 0;
            background: rgba(255, 255, 255, 0.95);
        }

        .footer-mobile .footer-mobile__icon-wrap {
            position: relative;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

        .footer-mobile .footer-mobile__icon-wrap .badge#count_item_purchase {
            position: absolute;
            top: -8px;
            right: -11px;
            min-width: 17px;
            height: 17px;
            padding: 0 4px;
            border-radius: 999px;
            font-size: 10px;
            line-height: 17px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.32);
        }

        #nav-find .content-sticky-footer,
        .content-sticky-footer {
            padding-bottom: calc(var(--vm-mobile-footer-safe-height) + 12px);
        }

        body.menu-left-open .whatsapp-fixed-btn,
        body.menu-left-open .go-up {
            opacity: 0;
            pointer-events: none;
            transform: translateY(8px);
        }
    }

    @media (max-width: 380px) {
        .footer-mobile #nav-tab .nav-item.nav-link .icon {
            font-size: 21px;
        }

        .footer-mobile #nav-tab .nav-item.nav-link .tabbar-label {
            font-size: 10px;
        }
    }

    /* FIX: Nombre de empresa en header móvil */
    @media (max-width: 768px) {
        #company_name_mobile {
            background: none !important;
            background-color: transparent !important;
            box-shadow: none !important;
            border: none !important;
            padding: 0 !important;
            margin: 0 !important;
            text-shadow: none !important;
            backdrop-filter: none !important;
            max-width: calc(100vw - 206px);
        }
        
        .nav-mobile .mobile-header .logo strong {
            background: none !important;
            background-color: transparent !important;
            box-shadow: none !important;
            border: none !important;
            padding: 0 !important;
            margin: 0 !important;
            text-shadow: none !important;
            backdrop-filter: none !important;
        }
        
        .nav-mobile .mobile-header .logo {
            background: none !important;
            background-color: transparent !important;
            box-shadow: none !important;
            border: none !important;
        }
        
        .nav-mobile .mobile-header-center {
            background: none !important;
            background-color: transparent !important;
            box-shadow: none !important;
            border: none !important;
        }

        .nav-mobile .mobile-header-actions {
            gap: 0;
        }
    }

    @media (max-width: 420px) {
        #company_name_mobile {
            max-width: calc(100vw - 192px);
            font-size: 14px;
        }

        .nav-mobile .mobile-header-action {
            width: 36px;
            height: 36px;
        }
    }

    .fytoe-year-select:focus {
        outline: none;
        border-color: var(--vm-bg-theme);
        background: #fff;
    }
    .fytoe-search-input:focus {
        outline: none;
        border-color: var(--vm-bg-theme);
        background: #fff;
        box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
    }

    /* Storefront section headings */
    #nav-find .storefront-section-heading {
        display: flex;
        align-items: center;
        gap: 14px;
        width: 100%;
        margin: 2px 0 14px;
    }

    #nav-find .storefront-section-title,
    #nav-find .custom_card_popular,
    #nav-find .custom_card_favorite {
        float: none;
        margin: 0;
        padding: 0;
        line-height: 1.2;
        font-size: 24px !important;
        font-weight: 300;
        letter-spacing: -0.015em;
        text-transform: none;
        color: #273244;
        font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
    }

    #nav-find .storefront-section-title {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        min-width: 0;
        flex: 0 1 auto;
    }

    #nav-find .storefront-section-title span {
        display: block;
        overflow-wrap: break-word;
        word-break: break-word;
    }

    #nav-find .storefront-section-title__icon {
        color: var(--vm-theme-color);
        font-size: 0.78em;
        flex-shrink: 0;
    }

    #nav-find .storefront-section-heading .home-category-info-header-line,
    #nav-find .home-category-info-header-line {
        flex: 1 1 auto;
        display: block;
        margin: 0;
        min-height: 2px;
        border: 0;
        border-radius: 999px;
        background: linear-gradient(90deg, rgba(73, 88, 114, 0.35), rgba(73, 88, 114, 0.08));
    }

    @media (max-width: 991px) {
        #nav-find .storefront-section-heading {
            gap: 10px;
            margin-bottom: 10px;
        }

        #nav-find .storefront-section-title,
        #nav-find .custom_card_popular,
        #nav-find .custom_card_favorite {
            font-size: clamp(1.08rem, 4.3vw, 1.4rem) !important;
            line-height: 1.25;
        }
    }

    @media (max-width: 576px) {
        #nav-find .storefront-section-title,
        #nav-find .custom_card_popular,
        #nav-find .custom_card_favorite {
            font-size: clamp(1rem, 4.8vw, 1.2rem) !important;
            line-height: 1.25;
        }
    }

    /* Storefront section containers */
    #nav-find {
        background: #f5f7fb;
    }

    #nav-find.storefront-is-loading .content-sticky-footer {
        min-height: clamp(460px, 60vh, 860px);
    }

    #nav-find .storefront-section-block {
        background: transparent;
        border: 0;
        border-radius: 0;
        margin-top: 20px !important;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    #nav-find .storefront-section-block--panel {
        background: #ffffff;
        border: 1px solid #e7edf5;
        border-radius: 12px;
        padding: 7px 0px 7px 0px;
    }

    #nav-find .storefront-section-block--hidden {
        display: none;
    }

    #nav-find #content_dinamic.storefront-section-block {
        display: block;
    }

    #nav-find .storefront-section-block--loading {
        min-height: clamp(320px, 46vh, 720px);
    }

    #nav-find #content_dinamic.storefront-section-block.storefront-section-block--loading {
        min-height: clamp(420px, 56vh, 820px);
    }

    #nav-find #content_dinamic.storefront-section-block:empty {
        min-height: clamp(420px, 56vh, 820px);
    }

    #nav-find #view_recomendations_products.storefront-section-block:empty,
    #nav-find #view_popular_products.storefront-section-block:empty {
        min-height: clamp(280px, 40vh, 620px);
    }

    #nav-find .storefront-loading-shell {
        width: 100%;
    }

    #nav-find .storefront-loading-shell__title {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: 0.94rem;
        color: #5a6780;
        font-weight: 700;
        letter-spacing: 0.02em;
        margin: 2px 0 12px;
    }

    #nav-find .storefront-loading-shell__title::before {
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 999px;
        background: #3d78dc;
        box-shadow: 0 0 0 4px rgba(61, 120, 220, 0.16);
        animation: storefront-loading-pulse 1.2s ease-in-out infinite;
    }

    #nav-find .storefront-loading-shell__grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(188px, 1fr));
        gap: 12px;
    }

    #nav-find .storefront-loading-shell__card {
        border: 1px solid #dce6f2;
        border-radius: 12px;
        background: #fff;
        overflow: hidden;
        min-height: 308px;
    }

    #nav-find .storefront-loading-shell__media {
        height: 152px;
        background: linear-gradient(100deg, #edf2f9 0%, #f8fbff 45%, #edf2f9 100%);
        background-size: 220% 100%;
        animation: storefront-loading-shimmer 1.1s linear infinite;
    }

    #nav-find .storefront-loading-shell__content {
        padding: 12px;
    }

    #nav-find .storefront-loading-shell__line {
        height: 10px;
        border-radius: 999px;
        margin-bottom: 10px;
        background: linear-gradient(100deg, #edf2f9 0%, #f8fbff 45%, #edf2f9 100%);
        background-size: 220% 100%;
        animation: storefront-loading-shimmer 1.1s linear infinite;
    }

    #nav-find .storefront-loading-shell__line--lg {
        width: 88%;
        height: 12px;
    }

    #nav-find .storefront-loading-shell__line--md {
        width: 62%;
    }

    #nav-find .storefront-loading-shell__line--sm {
        width: 45%;
    }

    #nav-find .storefront-loading-shell__actions {
        margin-top: 18px;
        display: flex;
        gap: 8px;
        align-items: center;
    }

    #nav-find .storefront-loading-shell__button {
        display: inline-block;
        height: 34px;
        border-radius: 10px;
        background: linear-gradient(100deg, #edf2f9 0%, #f8fbff 45%, #edf2f9 100%);
        background-size: 220% 100%;
        animation: storefront-loading-shimmer 1.1s linear infinite;
    }

    #nav-find .storefront-loading-shell__button--square {
        width: 34px;
    }

    #nav-find .storefront-loading-shell__button--wide {
        flex: 1;
    }

    @keyframes storefront-loading-shimmer {
        from { background-position: 100% 0; }
        to { background-position: -100% 0; }
    }

    @keyframes storefront-loading-pulse {
        0%, 100% { transform: scale(1); opacity: 1; }
        50% { transform: scale(0.88); opacity: 0.72; }
    }

    @media (max-width: 767.98px) {
        #nav-find.storefront-is-loading .content-sticky-footer {
            min-height: clamp(360px, 52vh, 620px);
        }

        #nav-find .storefront-loading-shell__grid {
            grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
            gap: 10px;
        }

        #nav-find .storefront-loading-shell__card {
            min-height: 250px;
        }

        #nav-find .storefront-loading-shell__media {
            height: 118px;
        }
    }

    #nav-find #content_dinamic_product_list.storefront-products-grid {
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        border-radius: 0 !important;
    }

    #nav-find #content_dinamic_product_list.storefront-products-grid {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #nav-find #content_dinamic_product_list.storefront-products-grid .card-container-sty {
        flex: 0 1 272px;
        max-width: 272px;
        width: 100%;
        min-width: 0;
        padding: 8px;
    }

    #nav-find .storefront-applied-filters {
        display: none;
        margin: 15px 0;
        padding: 8px;
        background: #eef2f7;
        border: 1px solid #dde5ef;
        border-radius: 10px;
    }

    #nav-find .storefront-applied-filters__row {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 8px;
    }

    #nav-find .storefront-applied-filters__label {
        font-weight: 600;
        color: #5f6b7e;
        margin-right: 5px;
    }

    #nav-find .storefront-applied-filters__tags {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    #nav-find .storefront-applied-filters__clear-btn {
        margin-left: auto;
        padding: 5px 12px;
        background: #0d47a1;
        color: #fff;
        border: 0;
        border-radius: 15px;
        cursor: pointer;
        font-size: 13px;
        line-height: 1.2;
    }

    #nav-find .storefront-applied-filters__clear-btn:hover {
        background: #0b3d8a;
    }

    /* Storefront product cards */
    #nav-find .card-container-sty {
        width: 100%;
        max-width: 272px;
        min-height: 390px;
        height: auto;
        padding: 8px;
        margin-bottom: 12px;
    }

    .vm-product-card-track {
        position: relative;
    }

    .vm-product-in-cart {
        outline: none !important;
    }

    .storefront-product-card.vm-product-in-cart {
        border-color: rgba(46, 204, 113, 0.85) !important;
        box-shadow:
            inset 0 0 0 2px rgba(46, 204, 113, 0.55),
            0 6px 16px rgba(16, 24, 40, 0.08) !important;
    }

    .vm-cart-qty-badge {
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 9;
        display: inline-flex;
        align-items: center;
        gap: 4px;
        padding: 4px 10px;
        border-radius: 999px;
        background: rgba(22, 163, 74, 0.95);
        color: #fff;
        font-size: 11px;
        font-weight: 700;
        line-height: 1.1;
        letter-spacing: 0.2px;
        box-shadow: 0 4px 10px rgba(16, 24, 40, 0.2);
        pointer-events: none;
        white-space: nowrap;
    }

    .vm-cart-badge-offset .vm-cart-qty-badge {
        top: 42px;
    }

    #nav-find .storefront-product-card {
        border: 1px solid #dde3ec !important;
        border-radius: 12px !important;
        box-shadow: 0 4px 12px rgba(16, 24, 40, 0.06);
        overflow: hidden;
        background: #ffffff;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    #nav-find .storefront-product-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 22px rgba(16, 24, 40, 0.12);
    }

    #nav-find .storefront-product-card.vm-product-in-cart {
        border-color: rgba(46, 204, 113, 0.85) !important;
        box-shadow:
            inset 0 0 0 2px rgba(46, 204, 113, 0.55),
            0 6px 16px rgba(16, 24, 40, 0.08) !important;
    }

    #nav-find .storefront-product-card__media {
        height: 182px;
        background: #f8fafc;
        border-radius: 0 !important;
        border-bottom: 1px solid #e8edf4;
        position: relative;
        overflow: hidden;
    }

    #nav-find .storefront-product-card__image {
        width: 100%;
        height: 100%;
        object-fit: contain;
        max-width: 100%;
        border-radius: 0 !important;
        padding: 12px;
    }

    #nav-find .storefront-product-card .discount-badge {
        top: 10px;
        left: 10px;
        border-radius: 999px;
        padding: 3px 9px;
        font-size: 12px;
        font-weight: 700;
        box-shadow: none;
    }

    #nav-find .storefront-product-card .div-like-share {
        top: 10px;
        right: 10px;
        display: flex;
        flex-direction: column;
        gap: 6px;
        z-index: 1;
    }

    #nav-find .storefront-product-card .like-heart,
    #nav-find .storefront-product-card .share-prod {
        width: 30px;
        height: 30px;
        position: static;
        top: auto;
        right: auto;
        margin-top: 0;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.96);
        border: 1px solid #d7dee8;
        box-shadow: none;
    }

    #nav-find .storefront-product-card .share-prod {
        position: static;
        margin-top: 0;
        right: auto;
        top: auto;
        line-height: normal;
    }

    #nav-find .storefront-product-card .like-heart .material-icons,
    #nav-find .storefront-product-card .share-prod .material-icons,
    #nav-find .storefront-product-card .like-heart .fa,
    #nav-find .storefront-product-card .share-prod .fa {
        font-size: 17px;
        line-height: 1;
        color: #344054;
    }

    #nav-find .storefront-product-card .color-not-favorite {
        color: #98a2b3 !important;
    }

    #nav-find .storefront-product-card__body {
        padding: 12px 12px 10px;
        gap: 8px;
    }

    #nav-find .storefront-product-card__title {
        font-size: 15px !important;
        line-height: 1.35;
        font-weight: 600 !important;
        color: #1f2937;
        min-height: 2.7em;
    }

    #nav-find .storefront-product-card__title-icon {
        font-size: 0.9rem !important;
        color: #6b7280;
        margin-left: 4px;
        vertical-align: middle;
    }

    #nav-find .storefront-product-card__code {
        display: block;
        margin-top: 4px;
        font-size: 12px;
        color: #667085;
    }

    #nav-find .storefront-product-card__separator {
        border-top: 1px solid #eceff3 !important;
        margin-top: 8px !important;
        margin-bottom: 8px !important;
    }

    #nav-find .storefront-product-card__price {
        display: flex;
        align-items: baseline;
        gap: 7px;
        margin-bottom: 4px !important;
    }

    #nav-find .storefront-product-card__old-price {
        color: #98a2b3;
        font-size: 12px;
    }

    #nav-find .storefront-product-card__final-price {
        font-size: 18px;
        font-weight: 700;
        color: #0f172a;
    }

    #nav-find .storefront-product-card__rating {
        display: flex;
        align-items: center;
        gap: 4px;
        margin-bottom: 7px !important;
        color: #475467;
    }

    #nav-find .storefront-product-card__rating .material-icons {
        font-size: 15px !important;
    }

    #nav-find .storefront-product-card__rating-count {
        color: #98a2b3 !important;
    }

    #nav-find .storefront-product-card__time {
        border-radius: 6px !important;
        background-color: #f2f4f7 !important;
        display: inline-flex !important;
        align-items: center !important;
        gap: 4px !important;
        padding: 3px 7px !important;
    }

    #nav-find .storefront-product-card__time .material-icons {
        font-size: 15px !important;
        color: #667085 !important;
    }

    #nav-find .storefront-product-card__time span {
        font-size: 12px !important;
        color: #475467 !important;
    }

    #nav-find .storefront-product-card__actions {
        margin-top: auto;
        display: flex;
        align-items: center;
        gap: 6px;
    }

    #nav-find .storefront-product-card__add-btn {
        width: 36px;
        min-width: 36px;
        height: 36px;
        border-radius: 9px !important;
        border: 1px solid var(--vm-theme-color) !important;
        background: var(--vm-theme-color) !important;
        color: #ffffff !important;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        padding: 0 !important;
    }

    #nav-find .storefront-product-card__add-btn:hover,
    #nav-find .storefront-product-card__add-btn:focus {
        filter: brightness(0.95);
        color: #ffffff !important;
    }

    #nav-find .storefront-product-card__add-btn .fa {
        font-size: 13px;
        line-height: 1;
    }

    #nav-find .storefront-product-card__view-btn {
        flex: 1 1 auto;
        min-height: 40px;
        border-radius: 9px !important;
        border: 1px solid var(--vm-theme-color) !important;
        background: var(--vm-theme-color) !important;
        color: #ffffff !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        letter-spacing: 0;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        gap: 7px;
    }

    #nav-find .storefront-product-card__view-btn:hover,
    #nav-find .storefront-product-card__view-btn:focus {
        filter: brightness(0.95);
        color: #ffffff !important;
    }

    #nav-find .storefront-product-card__quick-view-btn {
        width: 36px;
        min-width: 36px;
        height: 36px;
        border-radius: 9px !important;
        border: 1px solid #c8d2df !important;
        background: #ffffff !important;
        color: #334155 !important;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        padding: 0 !important;
    }

    #nav-find .storefront-product-card__quick-view-btn:hover,
    #nav-find .storefront-product-card__quick-view-btn:focus {
        border-color: var(--vm-theme-color) !important;
        color: var(--vm-theme-color) !important;
        background: #f8fbff !important;
    }

    #nav-find .storefront-product-card__quick-view-btn .fa {
        font-size: 14px;
        line-height: 1;
    }

    #nav-find .storefront-product-meta {
        display: none !important;
    }

    @media (max-width: 767px) {
        #nav-find #content_dinamic_product_list.storefront-products-grid {
            display: grid !important;
            grid-template-columns: repeat(2, 1fr);
            justify-content: center;
            align-items: stretch;
            gap: 8px;
            padding-left: 4px;
            padding-right: 4px;
        }

        #nav-find #content_dinamic_product_list.storefront-products-grid > .row.col-lg-12 {
            grid-column: 1 / -1;
            width: 100%;
            max-width: 100%;
            margin: 0;
            padding-left: 0;
            padding-right: 0;
        }

        #nav-find #content_dinamic_product_list.storefront-products-grid .card-container-sty {
            flex: none !important;
            max-width: 100%;
            width: 100%;
            min-width: 0;
            padding: 0;
            margin-bottom: 0;
        }

        /* Centrar el último card cuando es impar (huérfano en grilla de 2 columnas) */
        #nav-find #content_dinamic_product_list.storefront-products-grid > .card-container-sty:last-child:nth-child(odd) {
            grid-column: 1 / -1;
            max-width: calc(50% - 4px);
            justify-self: center;
        }

        #nav-find .card-container-sty {
            max-width: 100%;
            min-height: 300px;
            padding: 0;
        }

        #nav-find .storefront-product-card__media {
            height: 162px;
        }

        #nav-find .storefront-product-card__title {
            font-size: 14px !important;
            min-height: 2.6em;
        }

        #nav-find .storefront-product-card__final-price {
            font-size: 16px;
        }

        #nav-find .storefront-product-card__actions {
            display: grid;
            grid-template-columns: 32px minmax(0, 1fr) 32px;
            align-items: center;
            gap: 4px;
        }

        #nav-find .storefront-product-card__add-btn {
            width: 32px;
            min-width: 32px;
            height: 32px;
        }

        #nav-find .storefront-product-card__view-btn {
            min-width: 0;
            min-height: 38px;
            padding: 0 6px !important;
            font-size: 13px !important;
            gap: 4px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        #nav-find .storefront-product-card__view-btn .notranslate {
            min-width: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        #nav-find .storefront-product-card__quick-view-btn {
            width: 32px;
            min-width: 32px;
            height: 32px;
        }

        /* Reducir padding horizontal en paneles para dar más ancho a las cards */
        #nav-find .storefront-section-block--panel {
            padding-left: 4px !important;
            padding-right: 4px !important;
        }

        /* Corregir márgenes negativos de Bootstrap .row dentro de paneles */
        #nav-find .storefront-section-block .row.col-lg-12 {
            margin-left: 0 !important;
            margin-right: 0 !important;
        }
    }

    @media (max-width: 420px) {
        #nav-find #content_dinamic_product_list.storefront-products-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 6px;
            padding-left: 2px;
            padding-right: 2px;
        }

        #nav-find .storefront-product-card__actions {
            grid-template-columns: 30px minmax(0, 1fr) 30px;
            gap: 3px;
        }

        #nav-find .storefront-product-card__add-btn,
        #nav-find .storefront-product-card__quick-view-btn {
            width: 30px;
            min-width: 30px;
            height: 30px;
            border-radius: 8px !important;
        }

        #nav-find .storefront-product-card__view-btn {
            min-height: 34px;
            font-size: 12px !important;
            padding: 0 4px !important;
            gap: 3px;
        }

        #nav-find .storefront-product-card__view-btn .fa {
            font-size: 11px;
        }
    }

    /* Compact quick-view modal */
    #modal_add_items_to_order {
        padding-right: 0 !important;
    }

    #modal_add_items_to_order.show {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    #modal_add_items_to_order .pm-modal-dialog {
        width: min(860px, calc(100% - 28px));
        max-width: min(860px, calc(100% - 28px));
        margin: 14px auto;
        margin-left: auto !important;
        margin-right: auto !important;
        min-height: auto;
        height: auto;
        max-height: calc(100vh - 28px);
    }

    #modal_add_items_to_order .pm-modal-content {
        border-radius: 16px;
        border: 1px solid #dbe4f0;
        box-shadow: 0 16px 36px rgba(14, 26, 44, 0.25);
        overflow: hidden;
        background: #ffffff;
        height: auto;
        max-height: calc(100vh - 28px);
    }

    #modal_add_items_to_order #image_product_car_detail_content.modal-product-body {
        overflow-y: auto;
        overflow-x: hidden;
        background: #f8fafd;
        border-radius: inherit;
        padding-bottom: 0 !important;
        margin-bottom: 0;
    }

    #modal_add_items_to_order .pm-modal-shell {
        display: flex;
        flex-direction: column;
        min-height: 100%;
        position: relative;
        border-radius: inherit;
    }

    #modal_add_items_to_order .pm-modal-close-global {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 40;
        width: 40px;
        height: 40px;
        border-radius: 8px;
        border: 3px solid #edeef0;
        background: rgba(255, 255, 255, 0.98);
        color: #a39a9a;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: transform .2s ease, box-shadow .2s ease;
    }

    #modal_add_items_to_order .pm-modal-close-global:hover {
        transform: translateY(-1px);
    }

    #modal_add_items_to_order .pm-modal-close-global .material-icons {
        font-size: 30px;
        line-height: 1;
    }

    #modal_add_items_to_order .pm-modal-main {
        display: grid;
        grid-template-columns: 270px 1fr;
        gap: 0;
    }

    #modal_add_items_to_order .pm-modal-media {
        position: relative;
        background: #eef3f9;
        border-right: 1px solid #dce5f1;
    }

    #modal_add_items_to_order .pm-stock-badge {
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 15;
        border-radius: 999px;
        background: #16a34a;
        color: #ffffff;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: .2px;
        padding: 3px 10px;
        line-height: 1.4;
    }

    #modal_add_items_to_order .pm-stock-badge.pm-stock-badge--out {
        background: #dc2626;
    }

    #modal_add_items_to_order .pm-modal-close {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 15;
        width: 30px;
        height: 30px;
        border-radius: 999px;
        border: 1px solid #d7e1ee;
        background: rgba(255, 255, 255, 0.95);
        color: #64748b;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: background-color .2s ease, color .2s ease;
    }

    #modal_add_items_to_order .pm-modal-close:hover {
        background: #ffffff;
        color: #1e293b;
    }

    #modal_add_items_to_order .pm-modal-close .material-icons {
        font-size: 18px;
    }

    #modal_add_items_to_order .pm-modal-gallery {
        min-height: 270px;
    }

    #modal_add_items_to_order .pm-modal-gallery .carousel-item.modal-product-carousel-item {
        height: 270px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-color: #e2e8f0;
    }

    #modal_add_items_to_order .pm-modal-gallery .carousel-control-prev,
    #modal_add_items_to_order .pm-modal-gallery .carousel-control-next {
        width: 48px;
        opacity: 1;
    }

    #modal_add_items_to_order .pm-modal-gallery .carousel-control-prev-icon.modal-product-carousel-control-icon,
    #modal_add_items_to_order .pm-modal-gallery .carousel-control-next-icon.modal-product-carousel-control-icon {
        width: 34px;
        height: 34px;
        border-radius: 999px;
        background-color: rgba(71, 85, 105, 0.58);
        border: 1px solid rgba(255, 255, 255, 0.55);
        background-size: 55%;
    }

    #modal_add_items_to_order .pm-modal-gallery .carousel-indicators {
        margin-bottom: 8px;
    }

    #modal_add_items_to_order .pm-modal-gallery .carousel-indicators li {
        width: 8px;
        height: 8px;
        border-radius: 999px;
        margin: 0 4px;
        border: 0;
        background: #cbd5e1;
    }

    #modal_add_items_to_order .pm-modal-gallery .carousel-indicators .active {
        width: 18px;
        border-radius: 5px;
        background: #2563eb;
    }

    #modal_add_items_to_order .pm-modal-info {
        padding: 14px 16px 12px;
        background: #ffffff;
    }

    #modal_add_items_to_order .pm-product-category {
        margin: 0 0 2px;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: .08em;
        text-transform: uppercase;
        color: #2563eb;
    }

    #modal_add_items_to_order .pm-product-title {
        margin: 0;
        font-size: 28px;
        font-weight: 700;
        line-height: 1.2;
        color: #0f172a;
    }

    #modal_add_items_to_order .pm-product-code-row {
        margin-top: 2px;
        font-size: 15px;
        color: #94a3b8;
        font-weight: 500;
    }

    #modal_add_items_to_order .pm-separator-dot {
        margin: 0 4px;
    }

    #modal_add_items_to_order #pm_unit_abbr {
        color: #94a3b8;
        font-weight: 500;
    }

    #modal_add_items_to_order .pm-stars-row {
        margin-top: 8px;
        display: flex;
        align-items: center;
        gap: 3px;
    }

    #modal_add_items_to_order .pm-stars-row i {
        font-size: 13px;
        color: #f7b500;
    }

    #modal_add_items_to_order .pm-stars-row i.fa-star-o {
        color: #d2d9e4;
    }

    #modal_add_items_to_order #pm_rating_text {
        margin-left: 4px;
        font-size: 11px;
        color: #94a3b8;
        font-weight: 600;
    }

    #modal_add_items_to_order .pm-price-row {
        margin-top: 8px;
        display: flex;
        align-items: baseline;
        gap: 8px;
        flex-wrap: wrap;
    }

    #modal_add_items_to_order .pm-current-price {
        font-size: 34px;
        line-height: 1.15;
        font-weight: 800;
        color: #0f9f53;
        letter-spacing: -0.02em;
    }

    #modal_add_items_to_order .pm-old-price {
        font-size: 16px;
        color: #94a3b8;
        text-decoration: line-through;
    }

    #modal_add_items_to_order .pm-discount-badge {
        font-size: 11px;
        font-weight: 700;
        color: #15803d;
        background: #dcfce7;
        border-radius: 999px;
        padding: 2px 8px;
        line-height: 1.4;
    }

    #modal_add_items_to_order .pm-meta-grid {
        margin-top: 10px;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px 12px;
        border: 1px solid #edf2f8;
        border-radius: 10px;
        background: #f8fafc;
        padding: 9px 10px;
    }

    #modal_add_items_to_order .pm-meta-label {
        display: block;
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .05em;
        color: #94a3b8;
        line-height: 1.2;
    }

    #modal_add_items_to_order .pm-meta-value {
        display: block;
        margin-top: 1px;
        font-size: 13px;
        font-weight: 700;
        color: #1e293b;
        line-height: 1.25;
    }

    #modal_add_items_to_order .pm-meta-value--stock {
        color: #059669;
    }

    #modal_add_items_to_order .pm-qty-row {
        margin-top: 12px;
        display: flex;
        gap: 8px;
        align-items: center;
    }

    #modal_add_items_to_order .pm-qty-control {
        display: inline-flex;
        align-items: center;
        border: 1px solid #dbe4ef;
        border-radius: 8px;
        overflow: hidden;
        height: 36px;
        background: #ffffff;
    }

    #modal_add_items_to_order .pm-qty-btn {
        width: 34px;
        height: 36px;
        border: 0;
        background: #f8fafc;
        color: #334155;
        font-size: 18px;
        font-weight: 700;
        line-height: 1;
        cursor: pointer;
    }

    #modal_add_items_to_order .pm-qty-btn:hover {
        background: #eef2f7;
    }

    #modal_add_items_to_order .pm-qty-input {
        width: 44px;
        border: 0;
        border-left: 1px solid #dbe4ef;
        border-right: 1px solid #dbe4ef;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        color: #0f172a;
        background: #ffffff;
        padding: 0;
    }

    #modal_add_items_to_order .pm-add-btn {
        flex: 1;
        min-height: 36px;
        border: 0;
        border-radius: 8px;
        background: #2563eb;
        color: #ffffff;
        font-size: 14px;
        font-weight: 700;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        cursor: pointer;
        transition: background-color .2s ease;
    }

    #modal_add_items_to_order .pm-add-btn:hover {
        background: #1d4ed8;
    }

    #modal_add_items_to_order .pm-add-btn__amount {
        margin-left: 0;
        padding: 2px 8px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.92);
        color: #1e40af;
        font-size: 12px;
        font-weight: 700;
        line-height: 1.35;
    }

    #modal_add_items_to_order .pm-variant-container {
        margin-top: 10px;
    }

    #modal_add_items_to_order .pm-share-row {
        margin-top: 10px;
        display: flex;
        align-items: center;
        gap: 7px;
        flex-wrap: wrap;
    }

    #modal_add_items_to_order .pm-share-label {
        font-size: 10px;
        font-weight: 700;
        color: #64748b;
        letter-spacing: .05em;
        text-transform: uppercase;
    }

    #modal_add_items_to_order .pm-share-icon {
        width: 26px;
        height: 26px;
        border-radius: 999px;
        border: 1px solid #dbe4ef;
        background: #f8fafc;
        color: #334155;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none !important;
        font-size: 13px;
    }

    #modal_add_items_to_order .pm-share-icon:hover {
        background: #eef2f7;
    }

    #modal_add_items_to_order .modal-modifiers-content,
    #modal_add_items_to_order .observations-container,
    #modal_add_items_to_order .pm-payment-section {
        border: 1px solid #edf2f8;
        border-radius: 10px;
        background: #f8fafc;
        padding: 10px;
    }

    #modal_add_items_to_order .observations-container textarea {
        min-height: 70px;
        border: 1px solid #dbe4ef;
        border-radius: 8px;
    }

    #modal_add_items_to_order .observations-container label {
        font-size: 12px;
        font-weight: 600;
        color: #334155;
    }

    #modal_add_items_to_order .pm-payment-title {
        margin: 0 0 8px;
        text-align: center;
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: .08em;
        font-weight: 700;
        color: #64748b;
    }

    #modal_add_items_to_order .pm-payment-list {
        display: grid;
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 6px;
    }

    #modal_add_items_to_order .pm-payment-item {
        min-height: 56px;
        border-radius: 8px;
        border: 1px solid #e5edf7;
        background: #ffffff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2px;
        text-align: center;
        color: #475569;
        font-size: 10px;
        font-weight: 600;
    }

    #modal_add_items_to_order .pm-payment-item i {
        font-size: 13px;
    }

    #modal_add_items_to_order .pm-tabs-wrapper {
        margin-top: 10px;
        border-top: 1px solid #dce5f1;
        background: #ffffff;
    }

    #modal_add_items_to_order .pm-tabs-nav {
        display: flex;
        border-bottom: 1px solid #e6edf7;
    }

    #modal_add_items_to_order .pm-tab-btn {
        flex: 1;
        border: 0;
        background: #ffffff;
        color: #64748b;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: .06em;
        text-transform: uppercase;
        padding: 11px 10px;
        border-bottom: 2px solid transparent;
        cursor: pointer;
    }

    #modal_add_items_to_order .pm-tab-btn.active {
        color: #2563eb;
        border-bottom-color: #2563eb;
    }

    #modal_add_items_to_order .pm-tab-panel {
        display: none;
        padding: 10px 10px 12px;
        background: #f8fafd;
    }

    #modal_add_items_to_order .pm-tab-panel.is-active {
        display: block;
    }

    #modal_add_items_to_order .pm-reviews-content,
    #modal_add_items_to_order .modal-product-description,
    #modal_add_items_to_order #modal_recomended_productlist_content {
        background: #ffffff;
        border: 1px solid #e5edf7;
        border-radius: 10px;
    }

    #modal_add_items_to_order .pm-reviews-content {
        padding: 12px;
    }

    #modal_add_items_to_order .modal-product-description {
        padding: 12px;
    }

    #modal_add_items_to_order .modal-product-description__title {
        margin: 0;
        font-size: 15px;
        font-weight: 700;
        color: #1e293b;
    }

    #modal_add_items_to_order .modal-product-description__divider {
        margin: 8px 0 10px;
        border-color: #e6edf7;
    }

    #modal_add_items_to_order #modal_recomended_productlist_content {
        min-height: 132px;
        padding: 10px 8px 4px;
    }

    #modal_add_items_to_order #modal_recomended_productlist_content .row-underline,
    #modal_add_items_to_order #modal_recomended_productlist_content #content_review_client_product,
    #modal_add_items_to_order #modal_recomended_productlist_content .deal-text,
    #modal_add_items_to_order #modal_recomended_productlist_content .deal-text-active,
    #modal_add_items_to_order #modal_recomended_productlist_content .vertical-line,
    #modal_add_items_to_order #modal_recomended_productlist_content .hide.col-sm-1 {
        display: none !important;
    }

    #modal_add_items_to_order #modal_recomended_productlist_content #product_recomendation_content {
        margin: 0 !important;
        padding: 0 !important;
    }

    #modal_add_items_to_order #modal_recomended_productlist_content #product_recomendation_content > [class*="col-"] {
        padding: 4px !important;
        padding-bottom: 0 !important;
        margin-top: 8px;
    }

    #modal_add_items_to_order #modal_recomended_productlist_content .pm-recommendation-carousel {
        position: relative;
    }

    #modal_add_items_to_order #modal_recomended_productlist_content .pm-recommendation-track {
        display: flex;
        flex-wrap: nowrap;
        align-items: stretch;
        gap: 2px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-behavior: smooth;
        scrollbar-width: thin;
        scrollbar-color: rgba(100, 116, 139, 0.45) transparent;
        padding: 2px 2px 10px;
    }

    #modal_add_items_to_order #modal_recomended_productlist_content .pm-recommendation-track::-webkit-scrollbar {
        height: 8px;
    }

    #modal_add_items_to_order #modal_recomended_productlist_content .pm-recommendation-track::-webkit-scrollbar-thumb {
        background: rgba(100, 116, 139, 0.4);
        border-radius: 999px;
    }

    #modal_add_items_to_order #modal_recomended_productlist_content .pm-recommendation-track > .col-6.col-md-4,
    #modal_add_items_to_order #modal_recomended_productlist_content .pm-recommendation-grid > .col-6.col-md-4 {
        flex: 0 0 190px;
        max-width: 190px;
        width: 190px;
        scroll-snap-align: start;
    }

    #modal_add_items_to_order #modal_recomended_productlist_content .pm-rec-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 1px solid #d7e2f0;
        background: rgba(255, 255, 255, 0.95);
        color: #334155;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 6px 16px rgba(15, 23, 42, 0.12);
        z-index: 4;
        cursor: pointer;
        transition: all 0.15s ease;
    }

    #modal_add_items_to_order #modal_recomended_productlist_content .pm-rec-nav:hover {
        background: #ffffff;
        border-color: #c8d8ef;
    }

    #modal_add_items_to_order #modal_recomended_productlist_content .pm-rec-nav[disabled] {
        opacity: 0.35;
        cursor: not-allowed;
    }

    #modal_add_items_to_order #modal_recomended_productlist_content .pm-rec-nav--prev {
        left: -4px;
    }

    #modal_add_items_to_order #modal_recomended_productlist_content .pm-rec-nav--next {
        right: -4px;
    }

    #modal_add_items_to_order #modal_recomended_productlist_content .product-card {
        border: 1px solid #dce5f1;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: none;
        margin-bottom: 0;
    }

    #modal_add_items_to_order #modal_recomended_productlist_content .product-image-container {
        min-height: 72px;
    }

    #modal_add_items_to_order #modal_recomended_productlist_content .product-image-container > div {
        height: 72px !important;
    }

    #modal_add_items_to_order #modal_recomended_productlist_content .product-rating {
        display: none;
    }

    #modal_add_items_to_order #modal_recomended_productlist_content .product-info {
        padding: 6px 8px 8px;
    }

    #modal_add_items_to_order #modal_recomended_productlist_content .product-name {
        height: 30px !important;
        font-size: 11px;
        margin-bottom: 4px;
    }

    #modal_add_items_to_order #modal_recomended_productlist_content .price-current,
    #modal_add_items_to_order #modal_recomended_productlist_content .price-old {
        font-size: 12px;
    }

    #modal_add_items_to_order #modal_recomended_productlist_content .price-discount {
        font-size: 10px;
        padding: 1px 5px;
    }

    #modal_add_items_to_order #modal_recomended_productlist_content .card-footer.modifiers_items_list {
        display: none !important;
    }

    #modal_add_items_to_order #image_product_car_detail_content::-webkit-scrollbar {
        width: 8px;
    }

    #modal_add_items_to_order #image_product_car_detail_content::-webkit-scrollbar-thumb {
        border-radius: 999px;
        background: rgba(100, 116, 139, 0.4);
    }

    @media (max-width: 991px) {
        #modal_add_items_to_order .pm-modal-dialog {
            width: calc(100% - 16px);
            max-width: calc(100% - 16px);
            margin: 8px auto;
            height: auto;
            max-height: calc(100vh - 16px);
        }

        #modal_add_items_to_order .pm-modal-content {
            border-radius: 14px;
        }

        #modal_add_items_to_order .pm-modal-main {
            grid-template-columns: 1fr;
        }

        #modal_add_items_to_order .pm-modal-close-global {
            width: 46px;
            height: 46px;
            border-width: 5px;
            top: 8px;
            right: 8px;
        }

        #modal_add_items_to_order .pm-modal-close-global .material-icons {
            font-size: 25px;
        }

        #modal_add_items_to_order .pm-modal-media {
            border-right: 0;
            border-bottom: 1px solid #dce5f1;
        }

        #modal_add_items_to_order .pm-modal-gallery,
        #modal_add_items_to_order .pm-modal-gallery .carousel-item.modal-product-carousel-item {
            min-height: 220px;
            height: 220px;
        }

        #modal_add_items_to_order .pm-product-title {
            font-size: 24px;
        }

        #modal_add_items_to_order .pm-current-price {
            font-size: 30px;
        }

        #modal_add_items_to_order .pm-payment-list {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }

        #modal_add_items_to_order #modal_recomended_productlist_content .pm-recommendation-track > .col-6.col-md-4,
        #modal_add_items_to_order #modal_recomended_productlist_content .pm-recommendation-grid > .col-6.col-md-4 {
            flex: 0 0 168px;
            max-width: 168px;
            width: 168px;
        }
    }

    @media (max-width: 768px) {
        #modal_add_items_to_order {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

        #modal_add_items_to_order .pm-modal-dialog,
        #modal_add_items_to_order .storefront-product-modal__dialog {
            width: calc(100% - 16px) !important;
            max-width: calc(100% - 16px) !important;
            margin: 8px auto !important;
            margin-left: auto !important;
            margin-right: auto !important;
            height: auto !important;
        }

        #modal_add_items_to_order .pm-modal-content,
        #modal_add_items_to_order .storefront-product-modal__content {
            margin: 0 !important;
            max-height: calc(100vh - 16px) !important;
            border-radius: 14px !important;
            overflow: hidden !important;
        }
    }

    @media (max-width: 576px) {
        #modal_add_items_to_order {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

        #modal_add_items_to_order .pm-modal-dialog {
            width: calc(100% - 16px);
            max-width: calc(100% - 16px);
            margin: 8px auto;
            min-height: 0;
            height: auto;
            max-height: calc(100vh - 16px);
        }

        #modal_add_items_to_order .pm-modal-content {
            border-radius: 14px;
            border: 1px solid #dbe4f0;
            box-shadow: 0 16px 36px rgba(14, 26, 44, 0.25);
        }

        #modal_add_items_to_order .pm-modal-close-global {
            width: 40px;
            height: 40px;
            border-width: 4px;
            top: 8px;
            right: 8px;
        }

        #modal_add_items_to_order .pm-modal-close-global .material-icons {
            font-size: 22px;
        }

        #modal_add_items_to_order .pm-modal-info {
            padding: 12px;
        }

        #modal_add_items_to_order .pm-modal-gallery,
        #modal_add_items_to_order .pm-modal-gallery .carousel-item.modal-product-carousel-item {
            min-height: 190px;
            height: 190px;
        }

        #modal_add_items_to_order .pm-product-title {
            font-size: 21px;
        }

        #modal_add_items_to_order .pm-product-code-row {
            font-size: 13px;
        }

        #modal_add_items_to_order .pm-current-price {
            font-size: 27px;
        }

        #modal_add_items_to_order .pm-qty-row {
            flex-direction: column;
            align-items: stretch;
        }

        #modal_add_items_to_order .pm-qty-control {
            width: 100%;
            justify-content: space-between;
        }

        #modal_add_items_to_order .pm-qty-input {
            flex: 1;
            width: auto;
        }

        #modal_add_items_to_order #modal_recomended_productlist_content .pm-recommendation-track > .col-6.col-md-4,
        #modal_add_items_to_order #modal_recomended_productlist_content .pm-recommendation-grid > .col-6.col-md-4 {
            flex: 0 0 146px;
            max-width: 146px;
            width: 146px;
        }

        #modal_add_items_to_order #modal_recomended_productlist_content .pm-rec-nav {
            width: 26px;
            height: 26px;
        }
    }

    /* Combo quick-view modal */
    #modal_add_combo_items_to_order {
        padding-right: 0 !important;
    }

    #modal_add_combo_items_to_order .cm-modal-dialog {
        width: min(860px, calc(100vw - 28px));
        max-width: min(860px, calc(100vw - 28px));
        margin: 14px auto;
        min-height: auto;
        height: auto;
        max-height: calc(100vh - 28px);
    }

    #modal_add_combo_items_to_order .cm-modal-content {
        border-radius: 16px;
        border: 1px solid #dbe4f0;
        box-shadow: 0 16px 36px rgba(14, 26, 44, 0.25);
        overflow: hidden;
        background: #ffffff;
        height: auto;
        max-height: calc(100vh - 28px);
    }

    #modal_add_combo_items_to_order .cm-modal-body {
        padding: 0 !important;
        overflow-y: auto;
        background: #f8fafd;
    }

    #modal_add_combo_items_to_order .cm-modal-shell {
        position: relative;
        display: flex;
        flex-direction: column;
        min-height: 100%;
    }

    #modal_add_combo_items_to_order .cm-modal-close-global {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 40;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        border: 2px solid #dce6f4;
        background: rgba(255, 255, 255, 0.95);
        color: #64748b;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.2s ease;
    }

    #modal_add_combo_items_to_order .cm-modal-close-global:hover {
        border-color: #c2d3ec;
        color: #334155;
        transform: translateY(-1px);
    }

    #modal_add_combo_items_to_order .cm-modal-close-global .material-icons {
        font-size: 20px;
        line-height: 1;
    }

    #modal_add_combo_items_to_order .cm-modal-main {
        display: grid;
        grid-template-columns: 270px 1fr;
        gap: 0;
    }

    #modal_add_combo_items_to_order .cm-modal-media {
        position: relative;
        background: #eef3f9;
        border-right: 1px solid #dce5f1;
        min-height: 270px;
    }

    #modal_add_combo_items_to_order .cm-modal-image {
        width: 100%;
        height: 100%;
        min-height: 270px;
        object-fit: cover;
        display: block;
        background: #e2e8f0;
    }

    #modal_add_combo_items_to_order .cm-stock-badge {
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 9;
        border-radius: 999px;
        background: #16a34a;
        color: #ffffff;
        font-size: 11px;
        font-weight: 700;
        padding: 3px 10px;
        line-height: 1.4;
    }

    #modal_add_combo_items_to_order .cm-stock-badge.cm-stock-badge--out {
        background: #dc2626;
    }

    #modal_add_combo_items_to_order .cm-modal-info {
        padding: 14px 16px 12px;
        background: #ffffff;
    }

    #modal_add_combo_items_to_order .cm-product-category {
        margin: 0 0 2px;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #2563eb;
    }

    #modal_add_combo_items_to_order .cm-product-title {
        margin: 0;
        font-size: 32px;
        line-height: 1.15;
        font-weight: 700;
        color: #0f172a;
    }

    #modal_add_combo_items_to_order .cm-product-code-row {
        margin-top: 2px;
        font-size: 14px;
        color: #94a3b8;
        font-weight: 600;
    }

    #modal_add_combo_items_to_order .cm-separator-dot {
        margin: 0 5px;
    }

    #modal_add_combo_items_to_order .cm-price-row {
        margin-top: 8px;
        display: flex;
        align-items: baseline;
        gap: 8px;
        flex-wrap: wrap;
    }

    #modal_add_combo_items_to_order .cm-current-price {
        font-size: 34px;
        font-weight: 800;
        line-height: 1.1;
        color: #0f9f53;
        letter-spacing: -0.02em;
    }

    #modal_add_combo_items_to_order .cm-old-price {
        font-size: 15px;
        color: #94a3b8;
        text-decoration: line-through;
    }

    #modal_add_combo_items_to_order .cm-discount-badge {
        font-size: 11px;
        font-weight: 700;
        color: #15803d;
        background: #dcfce7;
        border-radius: 999px;
        padding: 2px 8px;
    }

    #modal_add_combo_items_to_order .cm-meta-grid {
        margin-top: 10px;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px 12px;
        border: 1px solid #edf2f8;
        border-radius: 10px;
        background: #f8fafc;
        padding: 9px 10px;
    }

    #modal_add_combo_items_to_order .cm-meta-label {
        display: block;
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        color: #94a3b8;
        line-height: 1.2;
    }

    #modal_add_combo_items_to_order .cm-meta-value {
        display: block;
        margin-top: 1px;
        font-size: 13px;
        font-weight: 700;
        color: #1e293b;
        line-height: 1.25;
    }

    #modal_add_combo_items_to_order .cm-meta-value--stock {
        color: #059669;
    }

    #modal_add_combo_items_to_order .cm-qty-row {
        margin-top: 12px;
        display: flex;
        gap: 8px;
        align-items: center;
    }

    #modal_add_combo_items_to_order .cm-qty-control {
        display: inline-flex;
        align-items: center;
        border: 1px solid #dbe4ef;
        border-radius: 8px;
        overflow: hidden;
        height: 36px;
        background: #ffffff;
    }

    #modal_add_combo_items_to_order .cm-qty-btn {
        width: 34px;
        height: 36px;
        border: 0;
        background: #f8fafc;
        color: #334155;
        font-size: 18px;
        font-weight: 700;
        line-height: 1;
        cursor: pointer;
    }

    #modal_add_combo_items_to_order .cm-qty-btn:hover {
        background: #eef2f7;
    }

    #modal_add_combo_items_to_order .cm-qty-btn[disabled] {
        opacity: 0.45;
        cursor: not-allowed;
    }

    #modal_add_combo_items_to_order .cm-qty-input {
        width: 44px;
        border: 0;
        border-left: 1px solid #dbe4ef;
        border-right: 1px solid #dbe4ef;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        color: #0f172a;
        background: #ffffff;
        padding: 0;
    }

    #modal_add_combo_items_to_order .cm-add-btn {
        flex: 1;
        min-height: 36px;
        border: 0;
        border-radius: 8px;
        background: #2563eb;
        color: #ffffff;
        font-size: 14px;
        font-weight: 700;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        cursor: pointer;
        transition: background-color 0.2s ease;
    }

    #modal_add_combo_items_to_order .cm-add-btn:hover {
        background: #1d4ed8;
    }

    #modal_add_combo_items_to_order .cm-add-btn__amount {
        margin-left: 0;
        padding: 2px 8px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.92);
        color: #1e40af;
        font-size: 12px;
        font-weight: 700;
        line-height: 1.35;
    }

    #modal_add_combo_items_to_order .cm-add-btn.cm-add-btn--disabled,
    #modal_add_combo_items_to_order .cm-add-btn[disabled] {
        background: #cbd5e1;
        color: #64748b;
        cursor: not-allowed;
    }

    #modal_add_combo_items_to_order .cm-share-row {
        margin-top: 10px;
        display: flex;
        align-items: center;
        gap: 7px;
        flex-wrap: wrap;
    }

    #modal_add_combo_items_to_order .cm-share-label {
        font-size: 10px;
        font-weight: 700;
        color: #64748b;
        letter-spacing: 0.05em;
        text-transform: uppercase;
    }

    #modal_add_combo_items_to_order .cm-share-icon {
        width: 26px;
        height: 26px;
        border-radius: 999px;
        border: 1px solid #dbe4ef;
        background: #f8fafc;
        color: #334155;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none !important;
        font-size: 13px;
    }

    #modal_add_combo_items_to_order .cm-share-icon:hover {
        background: #eef2f7;
    }

    #modal_add_combo_items_to_order .cm-tabs-wrapper {
        margin-top: 10px;
        border-top: 1px solid #dce5f1;
        background: #ffffff;
    }

    #modal_add_combo_items_to_order .cm-tabs-nav {
        display: flex;
        border-bottom: 1px solid #e6edf7;
    }

    #modal_add_combo_items_to_order .cm-tab-btn {
        flex: 1;
        border: 0;
        background: #ffffff;
        color: #64748b;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        padding: 11px 10px;
        border-bottom: 2px solid transparent;
        cursor: pointer;
    }

    #modal_add_combo_items_to_order .cm-tab-btn.active {
        color: #2563eb;
        border-bottom-color: #2563eb;
    }

    #modal_add_combo_items_to_order .cm-tab-panel {
        display: none;
        padding: 10px 10px 12px;
        background: #f8fafd;
    }

    #modal_add_combo_items_to_order .cm-tab-panel.is-active {
        display: block;
    }

    #modal_add_combo_items_to_order .cm-products-list {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    #modal_add_combo_items_to_order .cm-product-item {
        border: 1px solid #dce5f1;
        border-radius: 10px;
        background: #ffffff;
        display: grid;
        grid-template-columns: 62px 1fr;
        gap: 10px;
        padding: 8px;
    }

    #modal_add_combo_items_to_order .cm-product-item__media {
        width: 62px;
        height: 62px;
        border-radius: 8px;
        overflow: hidden;
        background: #eef2f7;
    }

    #modal_add_combo_items_to_order .cm-product-item__media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    #modal_add_combo_items_to_order .cm-product-item__body {
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 2px;
    }

    #modal_add_combo_items_to_order .cm-product-item__top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
    }

    #modal_add_combo_items_to_order .cm-product-item__name {
        margin: 0;
        font-size: 13px;
        font-weight: 700;
        color: #0f172a;
        line-height: 1.3;
    }

    #modal_add_combo_items_to_order .cm-product-item__type {
        display: inline-flex;
        align-items: center;
        border-radius: 999px;
        border: 1px solid #dce5f1;
        background: #f8fafc;
        padding: 1px 7px;
        font-size: 10px;
        font-weight: 700;
        color: #64748b;
        white-space: nowrap;
    }

    #modal_add_combo_items_to_order .cm-product-item__code {
        margin: 0;
        font-size: 11px;
        color: #64748b;
    }

    #modal_add_combo_items_to_order .cm-product-item__meta {
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 5px 12px;
        font-size: 11px;
        color: #334155;
        font-weight: 600;
    }

    #modal_add_combo_items_to_order .cm-description-content,
    #modal_add_combo_items_to_order .cm-detail-content {
        border: 1px solid #dce5f1;
        border-radius: 10px;
        background: #ffffff;
        padding: 10px;
        font-size: 13px;
        color: #334155;
    }

    #modal_add_combo_items_to_order .cm-detail-list {
        margin: 0;
        padding-left: 16px;
        display: grid;
        gap: 4px;
    }

    #modal_add_combo_items_to_order .cm-empty-message {
        border: 1px dashed #cbd5e1;
        border-radius: 10px;
        background: #ffffff;
        padding: 18px 10px;
        text-align: center;
        font-size: 13px;
        color: #64748b;
    }

    @media (max-width: 991px) {
        #modal_add_combo_items_to_order .cm-modal-dialog {
            width: calc(100vw - 16px);
            max-width: calc(100vw - 16px);
            margin: 8px auto;
            max-height: calc(100vh - 16px);
        }

        #modal_add_combo_items_to_order .cm-modal-main {
            grid-template-columns: 1fr;
        }

        #modal_add_combo_items_to_order .cm-modal-media {
            border-right: 0;
            border-bottom: 1px solid #dce5f1;
        }

        #modal_add_combo_items_to_order .cm-modal-image {
            min-height: 220px;
            height: 220px;
        }

        #modal_add_combo_items_to_order .cm-product-title {
            font-size: 26px;
        }

        #modal_add_combo_items_to_order .cm-current-price {
            font-size: 29px;
        }
    }

    @media (max-width: 576px) {
        #modal_add_combo_items_to_order {
            padding-left: 12px !important;
            padding-right: 12px !important;
        }

        #modal_add_combo_items_to_order .cm-modal-dialog {
            width: calc(100vw - 24px);
            max-width: calc(100vw - 24px);
            margin: 12px auto;
            min-height: 0;
            max-height: calc(100vh - 24px);
        }

        #modal_add_combo_items_to_order .cm-modal-content {
            border-radius: 14px;
            border: 1px solid #dbe4f0;
            box-shadow: 0 16px 36px rgba(14, 26, 44, 0.25);
        }

        #modal_add_combo_items_to_order .cm-modal-close-global {
            top: 8px;
            right: 8px;
            width: 34px;
            height: 34px;
        }

        #modal_add_combo_items_to_order .cm-modal-image {
            min-height: 180px;
            height: 180px;
        }

        #modal_add_combo_items_to_order .cm-product-title {
            font-size: 22px;
        }

        #modal_add_combo_items_to_order .cm-current-price {
            font-size: 25px;
        }

        #modal_add_combo_items_to_order .cm-qty-row {
            flex-direction: column;
            align-items: stretch;
        }

        #modal_add_combo_items_to_order .cm-qty-control {
            width: 100%;
            justify-content: space-between;
        }

        #modal_add_combo_items_to_order .cm-qty-input {
            flex: 1;
            width: auto;
        }
    }
