.search-results-banner{background:var(--white);border-radius:var(--radius,10px);border-left:4px solid var(--primary-red,#e30613);margin:0 0 1.5rem;padding:1.25rem 1.5rem;box-shadow:0 2px 8px #0000000f}.search-results-banner-inner{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.search-results-title{color:var(--dark);flex:1;min-width:200px;margin:0;font-size:1.15rem;font-weight:700}.search-results-query{color:var(--primary-red,#e30613)}.search-results-count{color:var(--gray-500);white-space:nowrap;margin:0;font-size:.88rem}.search-results-clear{color:var(--gray-600);background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-sm,6px);white-space:nowrap;align-items:center;gap:.3rem;padding:.4rem .9rem;font-size:.82rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.search-results-clear:hover{background:var(--gray-100);color:var(--dark);border-color:var(--gray-300)}@media (max-width:768px){.search-results-banner{margin:0 0 1rem;padding:1rem}.search-results-banner-inner{flex-direction:column;align-items:flex-start;gap:.5rem}.search-results-title{font-size:1rem}}.universelle-page{background:var(--gray-50);min-height:80vh;padding:1rem 0 4rem;overflow-x:hidden}.universelle-hero{text-align:center;padding:2.5rem 0 2rem}.universelle-hero-badge{border-radius:var(--radius-full,50px);color:#16a34a;background:#22c55e1a;border:1px solid #22c55e4d;align-items:center;gap:.4rem;margin-bottom:1rem;padding:.4rem 1rem;font-size:.82rem;font-weight:700;display:inline-flex}.universelle-hero h1{color:var(--dark);margin-bottom:.75rem;font-size:2.2rem;font-weight:800}.universelle-hero p{color:var(--gray-600);max-width:660px;margin:0 auto;font-size:1.05rem;line-height:1.6}.universelle-section-title{color:var(--dark);align-items:center;gap:.6rem;margin-bottom:1.5rem;font-size:1.4rem;font-weight:800;display:flex}.universelle-section-count{color:#e30613;border-radius:var(--radius-full,50px);background:#e3061314;justify-content:center;align-items:center;min-width:28px;height:28px;padding:0 .5rem;font-size:.82rem;font-weight:800;display:inline-flex}.universelle-subcategories{margin-bottom:2.5rem}.universelle-subcat-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.universelle-subcat-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg,12px);text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 1rem;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex}.universelle-subcat-card:hover{border-color:#e30613;transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.universelle-subcat-icon{color:#fff;background:linear-gradient(135deg,#e30613,#f44);border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.universelle-subcat-title{color:var(--dark);font-size:.88rem;font-weight:700;line-height:1.3}.universelle-brands-section{margin-bottom:2.5rem}.universelle-brands-carousel{position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000);mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000)}.universelle-brands-track{gap:1rem;width:max-content;animation:30s linear infinite universelle-scroll;display:flex}.universelle-brands-track:hover{animation-play-state:paused}@keyframes universelle-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.universelle-brand-card{flex-shrink:0;width:140px}.universelle-brand-logo{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius,8px);justify-content:center;align-items:center;height:56px;padding:1rem .75rem;transition:border-color .2s,box-shadow .2s;display:flex}.universelle-brand-logo:hover{border-color:#e30613;box-shadow:0 2px 8px #e306131a}.universelle-brand-logo span{color:var(--dark);white-space:nowrap;font-size:.88rem;font-weight:700}.brand-logo-img{object-fit:contain;filter:grayscale();opacity:.7;width:auto;max-width:100px;height:28px;transition:filter .3s,opacity .3s}.universelle-brand-logo:hover .brand-logo-img{filter:grayscale(0%);opacity:1}.universelle-products-section{margin-bottom:3rem}.universal-product-wrap{position:relative}.universal-badge{color:#fff;border-radius:var(--radius-full,50px);z-index:5;pointer-events:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);letter-spacing:.2px;background:#22c55ee6;align-items:center;gap:.3rem;padding:.25rem .6rem;font-size:.68rem;font-weight:700;display:inline-flex;position:absolute;top:8px;left:8px}.universelle-catalogs{text-align:center;margin-bottom:3rem}.universelle-catalogs .universelle-section-title{justify-content:center}.universelle-catalogs-desc{color:var(--gray-600);margin-bottom:1.5rem}.universelle-catalogs-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.universelle-catalog-link{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius,8px);flex-direction:column;align-items:center;gap:.25rem;padding:1.25rem 1rem;text-decoration:none;transition:border-color .2s,transform .2s;display:flex}.universelle-catalog-link:hover{border-color:#e30613;transform:translateY(-2px)}.universelle-catalog-link strong{color:var(--dark);font-size:1.1rem}.universelle-catalog-link span{color:var(--gray-500);font-size:.8rem}.universelle-cta{text-align:center;border-radius:var(--radius-lg,12px);color:#fff;background:linear-gradient(135deg,#e30613,#f44);padding:3rem 2rem}.universelle-cta h2{margin-bottom:.75rem;font-size:1.6rem;font-weight:800}.universelle-cta p{opacity:.9;max-width:500px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;font-size:1.05rem}.universelle-cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.universelle-cta .btn-primary{color:#e30613;border-radius:var(--radius,8px);cursor:pointer;background:#fff;border:none;padding:.75rem 2rem;font-size:.95rem;font-weight:700;text-decoration:none}.universelle-cta .btn-primary:hover{background:#f0f0f0}.universelle-cta .btn-outline{color:#fff;border-radius:var(--radius,8px);cursor:pointer;background:0 0;border:2px solid #fff;padding:.75rem 2rem;font-size:.95rem;font-weight:700;text-decoration:none}.universelle-cta .btn-outline:hover{background:#ffffff26}.universelle-products-section .catalog-layout{grid-template-columns:280px 1fr;align-items:start;gap:2rem;display:grid}.universelle-products-section .catalog-sidebar{scrollbar-width:thin;scrollbar-color:var(--gray-300)transparent;max-height:calc(100vh - 120px);position:sticky;top:100px;overflow-y:auto}.universelle-products-section .catalog-sidebar::-webkit-scrollbar{width:4px}.universelle-products-section .catalog-sidebar::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:4px}.universelle-products-section .filter-section{background:var(--white);border-radius:var(--radius-md,10px);border:1px solid var(--gray-100);padding:1.25rem}.universelle-products-section .filter-title{color:var(--dark);border-bottom:2px solid #e30613;align-items:center;gap:.5rem;margin-bottom:1rem;padding-bottom:.65rem;font-size:.92rem;font-weight:700;display:flex}.universelle-products-section .catalog-sidebar .filter-section+.filter-section,.universelle-products-section .catalog-filters-inner .filter-section+.filter-section{margin-top:.75rem}.universelle-products-section .catalog-products-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.universelle-products-section .catalog-products-list{flex-direction:column;gap:.75rem;display:flex}.universelle-products-section .catalog-products-list .product-card{flex-direction:row;align-items:center}.universelle-products-section .catalog-products-list .product-image{aspect-ratio:1;width:140px;min-width:140px}.universelle-products-section .catalog-products-list .product-info{flex-direction:row;flex:1;align-items:center;gap:1.5rem;padding:1rem 1.25rem;display:flex}.universelle-products-section .catalog-filter-toolbar{border-bottom:1px solid var(--gray-200);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.25rem;padding-bottom:1rem;display:flex}.universelle-products-section .catalog-filter-toolbar-left{flex-wrap:wrap;flex:1;align-items:center;gap:1rem;min-width:0;display:flex}.universelle-products-section .catalog-filter-toolbar-right{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.universelle-products-section .catalog-product-count{color:var(--gray-600);white-space:nowrap;font-size:.88rem}.universelle-products-section .catalog-product-count strong{color:var(--dark);font-weight:800}.universelle-products-section .catalog-active-filters{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.universelle-products-section .catalog-filter-chip{border-radius:var(--radius-full,50px);color:#e30613;white-space:nowrap;background:#e306130f;border:1px solid #e3061333;align-items:center;gap:.4rem;padding:.3rem .5rem .3rem .7rem;font-size:.78rem;font-weight:600;display:inline-flex}.universelle-products-section .catalog-filter-chip-remove{color:#e30613;cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:.15rem;transition:background .2s;display:flex}.universelle-products-section .catalog-filter-chip-remove:hover{background:#e3061326}.universelle-products-section .catalog-view-toggle{border:1px solid var(--gray-200);border-radius:var(--radius-sm,6px);display:flex;overflow:hidden}.universelle-products-section .catalog-view-btn{background:var(--white);color:var(--gray-400);cursor:pointer;border:none;justify-content:center;align-items:center;padding:.45rem .6rem;transition:color .2s,background .2s;display:flex}.universelle-products-section .catalog-view-btn+.catalog-view-btn{border-left:1px solid var(--gray-200)}.universelle-products-section .catalog-view-btn:hover{color:#e30613;background:#e3061308}.universelle-products-section .catalog-view-btn--active{color:#e30613;background:#e306130f}.universelle-products-section .catalog-empty{text-align:center;background:var(--white);border-radius:var(--radius-md,10px);border:1px solid var(--gray-100);flex-direction:column;justify-content:center;align-items:center;padding:5rem 2rem;display:flex}.universelle-products-section .catalog-empty h3{color:var(--dark);margin-top:1.5rem;font-size:1.2rem}.universelle-products-section .catalog-empty p{color:var(--gray-500);margin-top:.5rem;font-size:.9rem}.universelle-products-section .catalog-pagination{border-top:1px solid var(--gray-200);justify-content:center;align-items:center;gap:.4rem;margin-top:2.5rem;padding-top:1.5rem;display:flex}.universelle-products-section .filter-sort-select{border:1px solid var(--gray-200);border-radius:var(--radius-sm,6px);width:100%;color:var(--gray-700);background:var(--white);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23888' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;padding:.55rem 2rem .55rem .75rem;font-size:.85rem}.universelle-products-section .filter-sort-select:focus{border-color:#e30613;outline:none;box-shadow:0 0 0 2px #e306131a}.universelle-products-section .filter-brand-search{margin-bottom:.75rem;position:relative}.universelle-products-section .filter-brand-search-icon{color:var(--gray-400);pointer-events:none;position:absolute;top:50%;left:.6rem;transform:translateY(-50%)}.universelle-products-section .filter-brand-search-input{border:1px solid var(--gray-200);border-radius:var(--radius-sm,6px);width:100%;color:var(--gray-700);background:var(--white);box-sizing:border-box;padding:.45rem 2rem;font-size:.82rem}.universelle-products-section .filter-brand-search-input:focus{border-color:#e30613;outline:none;box-shadow:0 0 0 2px #e306131a}.universelle-products-section .filter-brand-search-clear{color:var(--gray-400);cursor:pointer;background:0 0;border:none;border-radius:50%;padding:.2rem;display:flex;position:absolute;top:50%;right:.4rem;transform:translateY(-50%)}.universelle-products-section .filter-brand-search-clear:hover{color:#e30613}.universelle-products-section .filter-no-results{color:var(--gray-500);text-align:center;padding:.75rem;font-size:.82rem;font-style:italic}.universelle-products-section .filter-checkbox-list{scrollbar-width:thin;scrollbar-color:var(--gray-300)transparent;flex-direction:column;gap:.2rem;max-height:220px;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.universelle-products-section .filter-checkbox-list::-webkit-scrollbar{width:4px}.universelle-products-section .filter-checkbox-list::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:4px}.universelle-products-section .filter-checkbox-item{display:block}.universelle-products-section .filter-checkbox-label{color:var(--gray-700);cursor:pointer;border-radius:var(--radius-sm,6px);align-items:center;gap:.5rem;padding:.4rem .5rem;font-size:.84rem;display:flex}.universelle-products-section .filter-checkbox-label:hover{background:var(--gray-50)}.universelle-products-section .filter-checkbox{accent-color:#e30613;cursor:pointer;flex-shrink:0;width:16px;height:16px}.universelle-products-section .filter-checkbox-text{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.universelle-products-section .filter-checkbox-count{background:var(--gray-100);color:var(--gray-500);border-radius:var(--radius-full,50px);flex-shrink:0;padding:.1rem .4rem;font-size:.7rem;font-weight:700}.universelle-products-section .filter-price-range-info{color:var(--gray-500);margin-bottom:.5rem;font-size:.78rem}.universelle-products-section .filter-price-slider-wrap{height:24px;margin-bottom:.75rem;position:relative}.universelle-products-section .filter-price-slider{appearance:none;pointer-events:none;background:0 0;width:100%;height:24px;margin:0;position:absolute;top:0;left:0}.universelle-products-section .filter-price-slider::-webkit-slider-thumb{-webkit-appearance:none;border:2px solid var(--white);cursor:pointer;pointer-events:all;background:#e30613;border-radius:50%;width:18px;height:18px;margin-top:-7px;box-shadow:0 1px 4px #0003}.universelle-products-section .filter-price-slider::-moz-range-thumb{border:2px solid var(--white);cursor:pointer;pointer-events:all;background:#e30613;border-radius:50%;width:18px;height:18px;box-shadow:0 1px 4px #0003}.universelle-products-section .filter-price-inputs{align-items:flex-end;gap:.5rem;margin-bottom:.75rem;display:flex}.universelle-products-section .filter-price-field{flex:1}.universelle-products-section .filter-price-label{color:var(--gray-500);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.2rem;font-size:.7rem;font-weight:600;display:block}.universelle-products-section .filter-price-input-wrap{position:relative}.universelle-products-section .filter-price-input{border:1px solid var(--gray-200);border-radius:var(--radius-sm,6px);background:var(--white);box-sizing:border-box;width:100%;padding:.45rem 1.8rem .45rem .5rem;font-size:.84rem}.universelle-products-section .filter-price-input:focus{border-color:#e30613;outline:none;box-shadow:0 0 0 2px #e306131a}.universelle-products-section .filter-price-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.universelle-products-section .filter-price-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.universelle-products-section .filter-price-input[type=number]{-moz-appearance:textfield}.universelle-products-section .filter-price-currency{color:var(--gray-400);pointer-events:none;font-size:.75rem;position:absolute;top:50%;right:.5rem;transform:translateY(-50%)}.universelle-products-section .filter-price-separator{color:var(--gray-400);padding-bottom:.45rem}.universelle-products-section .filter-price-apply{width:100%;color:var(--white);border-radius:var(--radius-sm,6px);cursor:pointer;background:#e30613;border:none;padding:.5rem;font-size:.82rem;font-weight:700;transition:background .2s}.universelle-products-section .filter-price-apply:hover{background:#c00511}.universelle-products-section .filter-toggle-label{cursor:pointer;align-items:center;gap:.75rem;padding:.25rem 0;display:flex}.universelle-products-section .filter-toggle-switch{flex-shrink:0;width:40px;height:22px;display:inline-block;position:relative}.universelle-products-section .filter-toggle-input{opacity:0;width:0;height:0;position:absolute}.universelle-products-section .filter-toggle-slider{background:var(--gray-300);border-radius:22px;transition:background .2s;position:absolute;inset:0}.universelle-products-section .filter-toggle-slider:before{content:"";background:var(--white);border-radius:50%;width:16px;height:16px;transition:transform .2s;position:absolute;bottom:3px;left:3px}.universelle-products-section .filter-toggle-switch--active .filter-toggle-slider{background:#e30613}.universelle-products-section .filter-toggle-switch--active .filter-toggle-slider:before{transform:translate(18px)}.universelle-products-section .filter-toggle-text{color:var(--gray-700);font-size:.84rem}.universelle-products-section .filter-clear-section{background:0 0;border:none;padding:0}.universelle-products-section .filter-clear-btn{background:var(--white);border:1px dashed var(--gray-300);border-radius:var(--radius-sm,6px);width:100%;color:var(--gray-600);cursor:pointer;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.82rem;transition:border-color .2s,color .2s;display:flex}.universelle-products-section .filter-clear-btn:hover{color:#e30613;border-color:#e30613}.universelle-products-section .catalog-filter-mobile-toggle{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-sm,6px);color:var(--gray-700);cursor:pointer;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-bottom:1rem;padding:.65rem 1.25rem;font-size:.88rem;font-weight:600;display:none}.universelle-products-section .catalog-filter-mobile-toggle:hover{color:#e30613;border-color:#e30613}.universelle-products-section .filter-badge{width:20px;height:20px;color:var(--white);background:#e30613;border-radius:50%;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:inline-flex}.universelle-products-section .catalog-drawer-overlay,.universelle-products-section .catalog-drawer{display:none}.pagination-btn{border:1px solid var(--gray-200);border-radius:var(--radius-sm,6px);min-width:38px;height:38px;color:var(--gray-600);background:var(--white);justify-content:center;align-items:center;padding:.4rem .75rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:border-color .2s,color .2s;display:inline-flex}.pagination-btn:hover{color:#e30613;border-color:#e30613}.pagination-active{color:var(--white);background:#e30613;border-color:#e30613}.pagination-active:hover{color:var(--white);background:#c00511;border-color:#c00511}.pagination-ellipsis{color:var(--gray-400);padding:0 .25rem;font-size:.85rem}@media (max-width:1200px){.universelle-subcat-grid{grid-template-columns:repeat(3,1fr)}.universelle-products-section .catalog-products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:1024px){.universelle-products-section .catalog-layout{grid-template-columns:260px 1fr}.universelle-products-section .catalog-products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.universelle-hero h1{font-size:1.6rem}.universelle-subcat-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.universelle-subcat-card{padding:1rem .75rem}.universelle-subcat-icon{width:48px;height:48px}.universelle-catalogs-grid{grid-template-columns:repeat(2,1fr)}.universelle-products-section .catalog-layout{grid-template-columns:1fr}.universelle-products-section .catalog-sidebar{display:none}.universelle-products-section .catalog-filter-mobile-toggle{display:flex}.universelle-products-section .catalog-drawer-overlay{z-index:999;background:#00000080;animation:.2s uniDrawerFadeIn;display:block;position:fixed;inset:0}.universelle-products-section .catalog-drawer{background:var(--gray-50);z-index:1000;width:320px;max-width:85vw;transition:transform .3s cubic-bezier(.25,.46,.45,.94);display:block;position:fixed;top:0;bottom:0;left:0;overflow-y:auto;transform:translate(-100%);box-shadow:4px 0 24px #00000026}.universelle-products-section .catalog-drawer--open{transform:translate(0)}.universelle-products-section .catalog-drawer-header{background:var(--white);z-index:1;border-bottom:2px solid #e30613;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex;position:sticky;top:0}.universelle-products-section .catalog-drawer-title{color:var(--dark);align-items:center;gap:.5rem;margin:0;font-size:1.1rem;font-weight:800;display:flex}.universelle-products-section .catalog-drawer-close{color:var(--gray-500);cursor:pointer;border-radius:var(--radius-sm,6px);background:0 0;border:none;justify-content:center;align-items:center;padding:.35rem;display:flex}.universelle-products-section .catalog-drawer-close:hover{color:#e30613}.universelle-products-section .catalog-drawer .catalog-filters-inner{padding:1rem}.universelle-products-section .catalog-products-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.universelle-products-section .catalog-filter-toolbar{flex-direction:column;align-items:flex-start}.universelle-products-section .catalog-filter-toolbar-right{justify-content:flex-end;width:100%}.universelle-products-section .catalog-products-list .product-image{width:100px;min-width:100px}.universelle-products-section .catalog-products-list .product-info{flex-direction:column;align-items:flex-start;gap:.5rem;padding:.75rem}.universal-badge{padding:.2rem .5rem;font-size:.6rem}}@media (max-width:480px){.universelle-hero h1{font-size:1.3rem}.universelle-hero p{font-size:.9rem}.universelle-cta{padding:2rem 1rem}.universelle-cta h2{font-size:1.25rem}.universelle-subcat-grid{grid-template-columns:repeat(2,1fr)}.universelle-products-section .catalog-products-grid{grid-template-columns:1fr}.universelle-products-section .catalog-active-filters{gap:.35rem}.universelle-products-section .catalog-filter-chip{padding:.25rem .4rem .25rem .6rem;font-size:.72rem}.universelle-products-section .catalog-products-list .product-card{flex-direction:column}.universelle-products-section .catalog-products-list .product-image{width:100%;min-width:auto}.universelle-catalogs-grid{grid-template-columns:1fr}}@keyframes uniDrawerFadeIn{0%{opacity:0}to{opacity:1}}
