.products-section{background:#fff;min-height:100vh;font-family:Inter;position:relative}.product-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;height:100%;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;box-shadow:0 8px 32px #0000001a,inset 0 1px #fff3}.product-card:before{content:"";opacity:0;background:linear-gradient(135deg,#ffffff1a 0%,#fff0 100%);transition:opacity .3s;position:absolute;inset:0}.product-card:hover{transform:translateY(-8px)scale(1.02);box-shadow:0 20px 60px #00000026,0 0 0 1px #fff3,inset 0 1px #ffffff4d}.product-card:hover:before{opacity:1}.product-image-container{height:220px;position:relative;overflow:hidden}.product-image{object-fit:cover;filter:brightness(1.1)contrast(1.1);width:100%;height:100%;transition:all .5s cubic-bezier(.23,1,.32,1)}.product-card:hover .product-image{filter:brightness(1.2)contrast(1.2)saturate(1.1);transform:scale(1.1)rotate(1deg)}.product-image-overlay{opacity:0;background:linear-gradient(135deg,#0000 0%,#0000001a 100%);transition:opacity .3s;position:absolute;inset:0}.product-card:hover .product-image-overlay{opacity:1}.product-content{z-index:2;padding:24px;position:relative}.product-title{color:#1f2937;margin-bottom:12px;font-size:1.25rem;font-weight:700;line-height:1.3;transition:color .3s}.product-card:hover .product-title{color:#2563eb}.product-description{color:#6b7280;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:20px;font-size:.95rem;line-height:1.6;transition:color .3s;display:-webkit-box;overflow:hidden}.product-card:hover .product-description{color:#374151}.product-meta{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.product-category{color:#3730a3;letter-spacing:.05em;background:linear-gradient(135deg,#e0e7ff 0%,#c7d2fe 100%);border:1px solid #a5b4fc;border-radius:25px;padding:6px 16px;font-size:.8rem;font-weight:600;transition:all .3s}.product-card:hover .product-category{background:linear-gradient(135deg,#c7d2fe 0%,#a5b4fc 100%);transform:scale(1.05)}.product-price{color:#059669;font-size:1.5rem;font-weight:800;transition:all .3s}.product-card:hover .product-price{color:#047857;transform:scale(1.1)}.btn-view-product{color:#fff;text-align:center;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);border:none;border-radius:12px;width:100%;padding:12px 24px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-block;position:relative;overflow:hidden;box-shadow:0 2px 8px #3b82f64d}.btn-view-product:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.btn-view-product:hover:before{left:100%}.search-filter-bar{background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;margin-bottom:40px;padding:32px;position:relative;box-shadow:0 4px 6px -1px #0000001a}.search-input{color:#374151;background:#fff;border:1px solid #d1d5db;border-radius:12px;padding:16px 20px;font-size:1rem;transition:all .3s;position:relative}.search-input::placeholder{color:#9ca3af}.search-input:focus{color:#111827;background:#fff;border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.filter-select{color:#374151;background:#fff;border:1px solid #d1d5db;border-radius:12px;min-width:180px;padding:16px 20px;font-size:1rem;transition:all .3s}.filter-select:focus{background:#fff;border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.filter-select option{color:#374151;background:#fff}.loading-container{flex-direction:column;justify-content:center;align-items:center;min-height:400px;display:flex}.loading-spinner{border:4px solid #fff3;border-top-color:#fff;border-radius:50%;width:60px;height:60px;margin-bottom:24px;animation:1.2s cubic-bezier(.4,0,.2,1) infinite spin;box-shadow:0 0 20px #ffffff1a}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-text{color:#fffc;text-align:center;font-size:1.1rem;font-weight:500;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}.empty-state{text-align:center;color:#6b7280;background:#f9fafb;border:1px solid #e5e7eb;border-radius:16px;padding:80px 40px;box-shadow:0 4px 6px -1px #0000001a}.empty-state i{color:#d1d5db;margin-bottom:24px;font-size:5rem;animation:3s ease-in-out infinite float}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.empty-state h3{color:#111827;margin-bottom:12px;font-size:1.5rem;font-weight:600}.empty-state p{margin-bottom:24px;font-size:1.1rem}.products-sidebar{height:fit-content;max-height:calc(100vh - 140px);transition:transform .3s;position:sticky;top:120px;overflow-y:auto}.products-sidebar::-webkit-scrollbar{width:6px}.products-sidebar::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.products-sidebar::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.products-sidebar::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.sidebar-widget{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:24px;padding:24px;transition:all .3s;box-shadow:0 2px 4px #0000000d}.sidebar-widget:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.sidebar-title{color:#111827;border-bottom:2px solid #e5e7eb;align-items:center;margin-bottom:16px;padding-bottom:12px;font-size:1.1rem;font-weight:700;display:flex}.sidebar-title i{color:#3b82f6;margin-right:8px}.search-input-wrapper{position:relative}.search-input-wrapper .search-input{width:100%;margin-bottom:0}.sidebar-info{font-size:.95rem;line-height:1.6}.sidebar-info p{border-bottom:1px solid #f3f4f6;margin-bottom:12px;padding:8px 0}.sidebar-info p:last-child{border-bottom:none;margin-bottom:0}.sidebar-info strong{color:#374151;font-weight:600}@media (max-width:991.98px){.products-sidebar{margin-top:40px;position:static}.sidebar-widget{margin-bottom:20px}}.product-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:32px;margin-bottom:60px;display:grid}.stats-bar{color:#0c4a6e;text-align:center;background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);border:1px solid #bae6fd;border-radius:16px;margin-bottom:40px;padding:32px;position:relative;box-shadow:0 4px 6px -1px #0000001a}.stats-number{background:linear-gradient(135deg,#0369a1 0%,#0284c7 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:8px;font-size:3rem;font-weight:800}.stats-label{opacity:.9;letter-spacing:.05em;font-size:1.1rem;font-weight:500}.form-label{color:#374151;letter-spacing:.025em;margin-bottom:8px;font-size:.9rem;font-weight:600}.btn-outline-secondary{color:#374151;background:#fff;border:1px solid #d1d5db;border-radius:12px;padding:12px 24px;font-weight:500;transition:all .3s;box-shadow:0 1px 3px #0000001a}.btn-outline-secondary:hover{color:#111827;background:#f9fafb;border-color:#9ca3af;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.btn-primary{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;border-radius:12px;padding:12px 24px;font-weight:600;transition:all .3s;box-shadow:0 2px 8px #10b9814d}.btn-primary:hover{color:#fff;background:linear-gradient(135deg,#059669 0%,#047857 100%);transform:translateY(-2px);box-shadow:0 8px 25px #10b98166}@media (max-width:768px){.product-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))!important;gap:24px!important}.search-filter-bar{margin-bottom:32px;padding:24px 20px}.search-filter-bar .row>div{margin-bottom:16px}.stats-bar{margin-bottom:32px;padding:24px 20px}.stats-number{font-size:2.5rem}.product-content{padding:20px}.product-title{font-size:1.1rem}.product-price{font-size:1.3rem}}@media (max-width:480px){.product-grid{grid-template-columns:1fr!important;gap:20px!important}.search-filter-bar,.stats-bar{padding:20px 16px}.stats-number{font-size:2rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.product-card{animation:.6s ease-out forwards fadeInUp}.product-card:nth-child(odd){animation-delay:.1s}.product-card:nth-child(2n){animation-delay:.2s}.tj-feature-section{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);padding:80px 0}.feature-item{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:40px 30px;transition:all .3s;box-shadow:0 4px 6px -1px #0000001a}.feature-item:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000001a}.feature-icon{margin-bottom:24px}.feature-title{color:#111827;margin-bottom:16px;font-size:1.25rem;font-weight:700}.feature-description{font-size:1rem;line-height:1.6}.tj-cta-section{padding:80px 0;position:relative;overflow:hidden;background:linear-gradient(135deg,#ff6b35 0%,#f7931e 100%)!important;border:5px solid orange!important}.tj-cta-section:before{content:"";opacity:.3;background:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 100 100\"><circle cx=\"20\" cy=\"20\" r=\"2\" fill=\"rgba(255,255,255,0.1)\"/><circle cx=\"80\" cy=\"40\" r=\"1\" fill=\"rgba(255,255,255,0.1)\"/><circle cx=\"60\" cy=\"80\" r=\"1.5\" fill=\"rgba(255,255,255,0.1)\"/></svg>");position:absolute;inset:0}.cta-title{color:#fff!important;text-shadow:0 2px 4px #0000001a!important;background:#ff00004d!important;margin-bottom:24px!important;padding:10px!important;font-size:2.5rem!important;font-weight:800!important;line-height:1.2!important}.cta-text{opacity:.95!important;color:#fff!important;background:#00ff004d!important;margin-bottom:32px!important;padding:10px!important;font-size:1.25rem!important;line-height:1.6!important}.cta-buttons{flex-wrap:wrap!important;justify-content:center!important;gap:16px!important;display:flex!important}.cta-buttons .btn{text-transform:uppercase!important;letter-spacing:.5px!important;background:#0000ff80!important;border:2px solid #ffffff4d!important;font-weight:600!important;transition:all .3s!important}.cta-buttons .btn:hover{border-color:#fff!important;transform:translateY(-2px)!important;box-shadow:0 8px 25px #0003!important}.btn-view-product{color:#fff!important;background:linear-gradient(135deg,#ff6b35 0%,#f7931e 100%)!important;border:none!important;font-weight:600!important}.btn-view-product:hover{color:#fff!important;background:linear-gradient(135deg,#e55a2b 0%,#e8851a 100%)!important;transform:translateY(-2px)!important;box-shadow:0 8px 25px #ff6b3566!important}.product-category{color:#92400e!important;background:linear-gradient(135deg,#fff3cd 0%,#ffeaa7 100%)!important;border:1px solid #f59e0b!important;font-weight:600!important}.product-card:hover .product-category{color:#92400e!important;background:linear-gradient(135deg,#fde68a 0%,#fcd34d 100%)!important}.tj-hero-section .hero-title{display:inline-block;position:relative}.tj-hero-section .hero-title:after{content:"";background:linear-gradient(135deg,#ff6b35 0%,#f7931e 100%);border-radius:2px;width:80px;height:4px;position:absolute;bottom:-10px;left:0}.tj-hero-section .hero-text{color:#374151;max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.7}.tj-hero-section{position:relative;overflow:hidden}.tj-hero-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#f7931e1a 0%,#0000 70%);border-radius:50%;width:300px;height:300px;position:absolute;top:0;right:0}.tj-hero-section:after{content:"";pointer-events:none;background:radial-gradient(circle,#ff6b3514 0%,#0000 70%);border-radius:50%;width:250px;height:250px;position:absolute;bottom:0;left:0}.search-input:focus,.filter-select:focus{border-color:#f7931e!important;box-shadow:0 0 0 3px #f7931e1a!important}.btn-outline-secondary:hover{color:#f7931e!important;border-color:#f7931e!important}@media (max-width:768px){.tj-feature-section{padding:60px 0}.feature-item{padding:30px 20px}.cta-title{font-size:2rem}.cta-text{font-size:1.1rem}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons .btn{width:100%;max-width:300px}}.categories a:hover{border-color:var(--tj-color-theme-primary);color:var(--tj-color-common-white);background-color:#0000!important}.categories a{padding:4px 10px}
