.icon-bg{width:80px;height:80px;background:linear-gradient(135deg,var(--pns-sec-color-400) 0%,var(--pns-sec-color-900) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}.icon-bg svg{width:40px;height:40px;stroke:var(--tp-common-white);stroke-width:2}.search-suggestions-box{background:var(--tp-common-white);padding:.9375rem;border-radius:.375rem;box-shadow:none;margin:30px auto;max-width:67.5rem;margin-bottom:0}.suggestions-title{font-size:.875rem;font-weight:600;margin-bottom:.9375rem;color:var(--tp-text-body)}.suggestions-tags{display:flex;flex-wrap:wrap;gap:.9375rem}.suggestion-tag{background:var(--bs-gray-200);padding:.625rem .9375rem;border-radius:.375rem;font-size:.875rem;color:var(--tp-text-body);text-decoration:none;transition:all 0.3s ease;border:none;display:inline-block;font-weight:500}.suggestion-tag:hover{background:var(--pns-sec-color-600);transform:translateY(-2px);text-decoration:none}.categories-section{margin:40px auto;max-width:1200px}.section-heading{font-size:24px;font-weight:700;margin-bottom:25px;color:#2c3e50;text-align:center}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:40px}.category-card{background:var(--tp-common-white);border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgb(0 0 0 / .08);transition:all 0.3s ease;text-decoration:none;color:inherit}.category-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgb(0 0 0 / .12);text-decoration:none}.category-icon-wrapper{height:120px;display:flex;align-items:center;justify-content:center;font-size:48px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.category-card:nth-child(1) .category-icon-wrapper{background:linear-gradient(135deg,#f093fb 0%,#f5576c 100%)}.category-card:nth-child(2) .category-icon-wrapper{background:linear-gradient(135deg,#4facfe 0%,#00f2fe 100%)}.category-card:nth-child(3) .category-icon-wrapper{background:linear-gradient(135deg,#43e97b 0%,#38f9d7 100%)}.category-card:nth-child(4) .category-icon-wrapper{background:linear-gradient(135deg,#fa709a 0%,#fee140 100%)}.category-info{padding:20px}.category-name{font-size:18px;font-weight:600;margin-bottom:8px;color:#2c3e50}.category-desc{font-size:14px;color:#6c757d;line-height:1.5}.trending-badge{background:#ff6b35;color:var(--tp-common-white);font-size:11px;padding:3px 8px;border-radius:10px;font-weight:600;margin-left:6px}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:20px;margin-bottom:40px}.product-card{background:var(--tp-common-white);border-radius:12px;padding:20px;box-shadow:0 2px 8px rgb(0 0 0 / .08);transition:all 0.3s ease;text-align:center;text-decoration:none;color:inherit}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgb(0 0 0 / .12);text-decoration:none}.product-image-placeholder{width:100%;height:140px;background:#f8f9fa;border-radius:8px;margin-bottom:15px;display:flex;align-items:center;justify-content:center;font-size:50px}.product-name{font-size:15px;font-weight:600;margin-bottom:8px;color:#2c3e50}.product-price{font-size:18px;font-weight:700;color:#ff6b35}.help-section{background:var(--tp-common-white);padding:.9375rem;border-radius:.375rem;text-align:center;color:var(--tp-text-body);max-width:67.5rem;margin:0 auto}@media (max-width:768px){.categories-grid,.products-grid{grid-template-columns:1fr}.help-section,.search-suggestions-box{padding:.625rem}}
