.products-section{--gradient-purple-indigo:linear-gradient(135deg,#667eea,#764ba2);--gradient-blue-cyan:linear-gradient(135deg,#4facfe,#00f2fe);--gradient-pink-red:linear-gradient(135deg,#f093fb,#f5576c);--gradient-pink-yellow:linear-gradient(135deg,#fa709a,#fee140);--gradient-green-teal:linear-gradient(135deg,#43e97b,#38f9d7)}.home-products-section{padding:7rem 2rem;background:var(--bg-off-white);border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light)}.products-container{width:100%;max-width:1100px;margin:0 auto}.products-header{margin-bottom:3rem}.products-tag{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;padding:.45rem 1rem;margin-bottom:1.25rem;color:#5f56fe;background:var(--brand-primary-light);border:1px solid var(--border-medium);border-radius:50px;text-transform:uppercase;letter-spacing:.05em}.products-title{font-size:clamp(2rem,4vw,2.8rem);font-weight:800;color:var(--text-dark);letter-spacing:-.02em}.products-subtitle{font-size:1.1rem;color:var(--text-light);max-width:500px;margin:0 auto}.category-tabs-wrapper{position:relative;gap:.5rem;margin-bottom:1.5rem}.category-scroll-btn,.category-tabs-wrapper{display:flex;align-items:center;justify-content:center}.category-scroll-btn{width:36px;height:36px;border-radius:10px;border:1px solid var(--border-light);background:#fff;cursor:pointer;color:var(--text-light);flex-shrink:0;transition:all .2s ease}.category-scroll-btn:hover{background:var(--bg-off-white);border-color:var(--brand-primary);color:var(--brand-primary)}.category-scroll-btn svg{width:18px;height:18px}.category-tabs-container{display:flex;gap:.5rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding:4px 0}.category-tabs-container::-webkit-scrollbar{display:none}.category-tab{height:48px;padding:10px 24px;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .25s ease;background:#fff;color:var(--text-light);border:1px solid var(--border-light);display:flex;align-items:center;gap:.5rem;flex-shrink:0}.category-tab:hover{border-color:var(--brand-primary);color:var(--brand-primary)}.category-tab.active{background:var(--brand-primary);color:#fff;border-color:var(--brand-primary)}.category-tab .tab-icon{font-size:1rem;width:20px;height:20px}.category-tab .tab-icon img,.category-tab .tab-icon svg{display:block}.tab-icon.fill-active svg circle,.tab-icon.fill-active svg path,.tab-icon.fill-active svg polygon,.tab-icon.fill-active svg rect{fill:#fff!important}.tab-icon.fill-active svg{stroke:#fff!important}.mobile-subcategory-pills{display:none}.mobile-subcategory-pill{padding:.5rem 1rem;border:1px solid var(--border-light);border-radius:20px;font-size:.8rem;font-weight:500;cursor:pointer;background:#fff;color:var(--text-light);transition:all .2s ease;white-space:nowrap;flex-shrink:0}.mobile-subcategory-pill.active,.mobile-subcategory-pill:hover{border-color:var(--brand-primary);color:var(--brand-primary)}.mobile-subcategory-pill.active{background:var(--brand-primary-light);font-weight:600}.products-layout{display:flex;gap:1.5rem;height:735px;align-items:stretch}.products-sidebar{width:220px;flex-shrink:0;background:#fff;border-radius:16px;border:1px solid var(--border-light);padding:1.5rem 0;display:flex;flex-direction:column}.sidebar-title{font-size:14px;font-weight:600;color:var(--text-light);text-transform:uppercase;letter-spacing:.08em;padding:0 1.25rem}.sidebar-list{display:flex;flex-direction:column;gap:.25rem;padding:0 .75rem;flex:1 1;overflow-y:auto}.sidebar-item{padding:.7rem 1rem;font-size:.875rem;font-weight:500;text-align:left;color:var(--text-light);background:transparent;border:1px solid transparent;border-radius:10px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:all .2s ease}.sidebar-item.active,.sidebar-item:hover{color:var(--text-dark);background:var(--bs-light)}.sidebar-item.active{border:1px solid var(--skyBorderColor)}.sidebar-item .item-count{font-size:.7rem;color:var(--text-light);background:var(--bs-light);padding:.15rem .5rem;border-radius:6px;font-weight:600}.sidebar-item.active .item-count{background:var(--brand-primary-light);color:var(--brand-primary)}.products-main{flex:1 1;background:#fff;border-radius:16px;border:1px solid var(--border-light);overflow:hidden;display:flex;flex-direction:column}.products-main-header{padding:1.2rem 1.5rem;border-bottom:1px solid var(--border-light)}.products-main-title{font-size:24px;font-weight:700;color:var(--text-dark)}.products-main-count{font-size:15px;color:var(--text-light);margin:0}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.75rem;gap:.75rem;padding:1.25rem;overflow-y:auto;flex:1 1;align-content:start;overflow-x:hidden}.product-card{background:#fff;border-radius:12px;padding:1rem;border:1px solid var(--border-light);cursor:pointer;transition:all .25s ease;display:flex;align-items:center;gap:.85rem;text-decoration:none;min-width:0}.product-card:hover{transform:translateX(3px);border-color:var(--brand-primary);box-shadow:0 4px 12px rgba(95,86,254,.1)}.product-logo{width:44px;height:44px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.75rem;font-weight:700;color:#fff}.product-card-title{font-size:14px;font-weight:600;color:var(--text-dark);flex:1 1;min-width:0}.product-card-arrow{color:var(--text-light);opacity:.3;transition:all .2s ease;transform:translateX(-4px)}.product-card:hover .product-card-arrow{opacity:1;transform:translateX(0);color:var(--brand-primary)}.product-card-arrow svg{width:18px;height:18px}.products-grid::-webkit-scrollbar,.sidebar-list::-webkit-scrollbar{width:6px}@media (max-width:1199px){.products-layout{gap:1.2rem}.products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:1023px){.products-grid{grid-template-columns:1fr 1fr}}@media (max-width:767px){.home-products-section{padding:4rem 1.5rem}.products-sidebar{display:none}.products-layout{min-height:auto}.category-tabs-wrapper{margin-bottom:1rem}.category-scroll-btn{width:32px;height:32px;min-width:32px}.category-tab{padding:8px 16px;font-size:14px}.category-tab .tab-icon{font-size:15px}.mobile-subcategory-pills{display:flex!important;flex-wrap:nowrap;gap:.5rem;margin-bottom:1rem;padding:.25rem 0;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;mask-image:linear-gradient(90deg,transparent,#000 8px,#000 calc(100% - 8px),transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 8px,#000 calc(100% - 8px),transparent)}.mobile-subcategory-pills::-webkit-scrollbar{display:none}.mobile-subcategory-pills:after,.mobile-subcategory-pills:before{content:"";flex-shrink:0;width:4px}}@media (max-width:575px){.products-grid{grid-template-columns:1fr}}@media (max-width:480px){.category-tabs-wrapper{gap:.35rem}.category-scroll-btn{width:28px;height:28px;min-width:28px}.category-scroll-btn svg{width:14px;height:14px}.category-tab{padding:.45rem .7rem;font-size:.75rem;border-radius:8px}.category-tab .tab-icon{font-size:.85rem}.mobile-subcategory-pill{padding:.4rem .8rem;font-size:.75rem}}.products-search-box,.products-search-wrapper{display:flex;align-items:center}.products-search-box{gap:8px;background:var(--bg-off-white);border:1px solid var(--border-light);border-radius:10px;padding:7px 12px;transition:border-color .2s,background .2s;width:220px}.products-search-box:focus-within{border-color:var(--brand-primary);background:#fff;box-shadow:0 0 0 3px var(--border-light)}.search-icon{width:15px;height:15px;color:#aab;flex-shrink:0}.products-search-input{border:none;outline:none;background:transparent;font-size:14px;color:var(--text-dark);width:100%;min-width:0}.products-search-input::placeholder{color:#aab}.search-clear-btn{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;color:#aab;flex-shrink:0;transition:color .2s}.search-clear-btn svg{width:14px;height:14px}.search-clear-btn:hover{color:var(--brand-primary)}.products-no-results{grid-column:1/-1;text-align:center;padding:60px 20px;color:var(--text-light);font-size:14px}.products-no-results p{margin:0}@media (max-width:1399px){.products-search-box{width:190px}}@media (max-width:1199px){.products-search-box{width:170px}}@media (max-width:767px){.products-main-header{flex-direction:column!important;align-items:flex-start!important;gap:.75rem}.products-search-box,.products-search-wrapper{width:100%}.products-search-input{font-size:16px}}@media (max-width:480px){.products-search-box{padding:8px 12px}.products-search-input{font-size:16px}}