.carousel-container{width:100%;margin-bottom:3rem;position:relative}.carousel-wrapper{background-color:#000;border-radius:.5rem;width:100%;padding-bottom:33.85%;position:relative;overflow:hidden}.carousel-slide{opacity:0;background-position:50%;background-size:cover;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .8s ease-in-out;display:flex;position:absolute;top:0;left:0}.carousel-slide.active{opacity:1}.carousel-overlay{background:linear-gradient(135deg,#1a1d2099 0%,#1a1d204d 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.carousel-content{text-align:center;color:#fff;animation:.6s ease-out slideInUp}.carousel-title{text-shadow:0 2px 8px #00000080;margin-bottom:1rem;font-size:3rem;font-weight:700}.carousel-subtitle{text-shadow:0 1px 4px #00000080;margin-bottom:0;font-size:1.5rem}.carousel-btn{color:#fff;cursor:pointer;z-index:10;background-color:#ffffff4d;border:none;border-radius:.25rem;padding:.5rem .85rem;font-size:1.25rem;transition:all .3s;position:absolute;top:50%;transform:translateY(-50%)}.carousel-btn:hover{background-color:var(--nf-orange)}.carousel-btn-prev{left:1rem}.carousel-btn-next{right:1rem}.carousel-indicators{z-index:5;justify-content:center;align-items:center;gap:.75rem;padding:0;display:flex;position:absolute;bottom:-2.5rem;left:50%;transform:translate(-50%)}.indicator{cursor:pointer;background-color:#1a1d204d;border:none;border-radius:50%;flex-shrink:0;width:.75rem;min-width:.75rem;height:.75rem;min-height:.75rem;padding:0;transition:all .3s}.indicator.active{background-color:var(--nf-orange);border-radius:.5rem;width:1.75rem;min-width:1.75rem}.indicator:hover{background-color:#1a1d2080}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.carousel-container{margin-bottom:2.5rem}.carousel-title{font-size:1.8rem}.carousel-subtitle{font-size:1rem}.carousel-btn{padding:.4rem .7rem;font-size:1rem}.carousel-btn-prev{left:.5rem}.carousel-btn-next{right:.5rem}.carousel-indicators{gap:.6rem;bottom:-2rem}.indicator{width:.65rem;min-width:.65rem;height:.65rem;min-height:.65rem}.indicator.active{width:1.5rem;min-width:1.5rem}}
.loading{text-align:center;color:var(--industrial-gray);padding:4rem 2rem;font-size:1.2rem}.feature-card{text-align:center;background-color:#f8f9fa;border-radius:.5rem;flex-direction:column;align-items:center;margin-bottom:1rem;padding:2rem 1rem;transition:all .3s;display:flex}.feature-card:hover{background-color:#1f6b570d;transform:translateY(-5px);box-shadow:0 8px 24px #1f6b5726}.feature-icon{margin-bottom:1rem;font-size:3rem}.feature-card h3{color:var(--industrial-black);margin-bottom:.5rem;font-weight:700}.feature-card p{color:var(--steel);margin:0;font-size:.95rem}.home-featured{border-top:1px solid var(--concrete);border-bottom:1px solid var(--concrete);margin-bottom:3rem;padding:3rem 0}.section-title{color:var(--industrial-black);margin-bottom:.5rem;font-size:2rem;font-weight:700}.section-subtitle{color:var(--steel);margin-bottom:0;font-size:1rem}.brand-section{margin:2.5rem 0 3rem}.brand-header{justify-content:flex-start;margin-bottom:1rem;display:flex}.brand-title{color:var(--industrial-black);margin:0;font-size:1.7rem;font-weight:700}.brand-strip{margin:0;padding:1rem 0;position:relative;overflow:hidden}.brand-strip:before,.brand-strip:after{content:"";z-index:2;pointer-events:none;width:120px;height:100%;position:absolute;top:0}.brand-strip:before{background:linear-gradient(90deg,#fff 0%,#fff0 100%);left:0}.brand-strip:after{background:linear-gradient(270deg,#fff 0%,#fff0 100%);right:0}.brand-track{width:max-content;animation:28s linear infinite brand-scroll;display:flex}.brand-row{align-items:center;gap:2.5rem;padding-right:2.5rem;display:flex}.brand-strip .brand-logo{object-fit:contain;filter:grayscale()contrast(.85)opacity(.45);width:220px;height:110px}@keyframes brand-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.home-products{padding:2.5rem 0 3.5rem}.home-search{margin:2rem 0 2.5rem}.search-wrapper{background:linear-gradient(135deg,#1f6b570f 0%,#e95a2f0a 100%);border:1px solid #1a1d2014;border-radius:1rem;padding:2rem 2.5rem;box-shadow:0 10px 24px #1a1d2014}.search-title{color:var(--industrial-black);margin-bottom:1.25rem;font-size:2rem}.search-box{background:#fff;border:1px solid #1a1d201a;border-radius:999px;align-items:center;gap:1rem;padding:.45rem .75rem .45rem 1.25rem;display:flex}.search-input{color:var(--industrial-black);background:0 0;border:none;outline:none;flex:1;font-size:1.1rem}.search-input::placeholder{color:var(--industrial-gray)}.search-status{color:#fff;background:var(--nf-orange);white-space:nowrap;border-radius:999px;padding:.5rem 1.25rem;font-weight:600}.search-results{background:#fff;border:1px solid #1a1d2014;border-radius:.85rem;margin-top:1rem;overflow:hidden;box-shadow:0 12px 24px #1a1d2014}.search-result{color:var(--industrial-black);border-bottom:1px solid #1a1d200f;justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 1.2rem;text-decoration:none;display:flex}.search-result-main{align-items:center;gap:.85rem;display:flex}.search-thumb{background-color:#f1f3f5;background-position:50%;background-size:cover;border-radius:.6rem;flex-shrink:0;width:52px;height:52px}.search-result:last-child{border-bottom:none}.search-result strong{font-size:1rem;display:block}.search-result span{color:var(--steel);font-size:.9rem}.search-result:hover{background:#1f6b570d}.search-price{color:var(--industrial-black);white-space:nowrap;font-weight:700}.products-loading{flex-direction:column;gap:1.5rem;display:flex}.loading-header{align-items:center;gap:1rem;display:flex}.loading-pill{background:#eef1f3;border-radius:999px;width:120px;height:18px;position:relative;overflow:hidden}.loading-line{background:#eef1f3;border-radius:999px;flex:1;max-width:320px;height:14px;position:relative;overflow:hidden}.skeleton-card{position:relative;overflow:hidden}.skeleton-card:after,.loading-pill:after,.loading-line:after{content:"";background:linear-gradient(110deg,#0000 0%,#ffffffb3 45%,#0000 75%);animation:1.6s ease-in-out infinite shimmer;position:absolute;inset:0;transform:translate(-100%)}.skeleton-image{background:#eef1f3;width:100%;padding-top:72%}.skeleton-title{background:#eef1f3;border-radius:8px;width:70%;height:18px}.skeleton-tag{background:#eef1f3;border-radius:999px;width:40%;height:12px}.skeleton-text{background:#eef1f3;border-radius:8px;width:100%;height:12px}.skeleton-text.short{width:80%}.skeleton-meta{justify-content:space-between;align-items:center;gap:1rem;display:flex}.skeleton-line{background:#eef1f3;border-radius:8px;width:55%;height:12px}.skeleton-price{background:#eef1f3;border-radius:8px;width:28%;height:16px}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.product-filters{flex-wrap:wrap;gap:.75rem;margin-bottom:2rem;display:flex}.filter-btn{border:1px solid var(--concrete);color:var(--industrial-dark);cursor:pointer;background-color:#fff;border-radius:999px;padding:.45rem 1.1rem;font-size:.95rem;font-weight:600;transition:all .2s}.filter-btn:hover{border-color:var(--nf-orange);color:var(--nf-orange)}.filter-btn.active{background-color:var(--nf-orange);border-color:var(--nf-orange);color:#fff}.products-grid{row-gap:1.5rem}.product-link{height:100%;color:inherit;text-decoration:none;display:block}.product-card{background-color:#fff;border:1px solid #1a1d2014;border-radius:.75rem;height:100%;transition:transform .25s,box-shadow .25s;overflow:hidden;box-shadow:0 6px 18px #1a1d2014}.product-card:hover{transform:translateY(-4px);box-shadow:0 10px 24px #1a1d201f}.product-image{background-color:#f2f2f2;background-position:50%;background-size:cover;width:100%;padding-top:72%}.product-body{flex-direction:column;gap:.6rem;padding:1.25rem 1.35rem 1.5rem;display:flex}.product-category{color:var(--nf-orange);text-transform:uppercase;letter-spacing:.04em;font-size:.85rem;font-weight:600}.product-name{color:var(--industrial-black);margin:0;font-size:1.2rem;font-weight:700}.product-description{color:var(--industrial-dark);margin:0;font-size:.95rem;line-height:1.6}.product-meta-row{justify-content:space-between;align-items:flex-end;gap:1rem;display:flex}.product-meta-left{flex-direction:column;gap:.25rem;display:flex}.product-meta{color:var(--steel);font-size:.9rem}.product-sku{color:var(--industrial-dark);font-size:.85rem}.product-price{color:var(--industrial-black);white-space:nowrap;font-size:1.15rem;font-weight:700}.empty-products{text-align:center;color:var(--steel);margin:2rem 0 0}@media (max-width:768px){.feature-card{padding:1.5rem 1rem}.section-title{font-size:1.5rem}.search-wrapper{padding:1.1rem 1.15rem}.search-title{margin-bottom:.9rem;font-size:1.3rem}.search-box{border-radius:.85rem;flex-direction:column;align-items:stretch;gap:.6rem;padding:.6rem .75rem}.search-status{text-align:center;padding:.45rem 1rem}.search-input{font-size:1rem}.search-results{margin-top:.75rem}.search-result{padding:.75rem .9rem}.search-thumb{width:44px;height:44px}.brand-section{margin:2rem 0 2.5rem}.brand-title{font-size:1.2rem}.brand-strip .brand-logo{width:170px;height:85px}.brand-logo{width:110px;height:56px}.filter-btn{padding:.4rem .9rem;font-size:.85rem}.product-body{padding:1.1rem 1.15rem 1.3rem}.product-name{font-size:1.1rem}}
