*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;background-color:rgb(249 250 251 / .5);min-height:100vh}.container{max-width:1400px;margin:0 auto;padding:0 1rem}.header{background-color:#fff;padding:1.5rem 0;text-align:center;box-shadow:0 1px 2px rgb(0 0 0 / .05);margin-bottom:1.5rem}.header h1{font-size:1.5rem;font-weight:700;color:#111827}.header p{font-size:.875rem;color:#6B7280;margin-top:.25rem}.categories-container{display:flex;justify-content:center;margin-bottom:2rem;background:#fff;padding:0;border-radius:12px;box-shadow:0 4px 6px -1px rgb(0 0 0 / .05);width:100%;position:relative;overflow:hidden}.categories{display:flex;width:100%;gap:0;overflow-x:auto;padding:0 40px;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;cursor:grab;scrollbar-width:none;-ms-overflow-style:none;user-select:none}.categories.grabbing{cursor:grabbing}.categories::-webkit-scrollbar{display:none}.category-tab{flex:0 0 auto;display:flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;background:#fff0;cursor:pointer;transition:all 0.2s ease;border:none;position:relative;color:#64748b}.category-tab:hover{color:#3B82F6}.category-tab.active{color:#3B82F6;font-weight:600}.category-tab.active::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:2px;background:#3B82F6;border-radius:2px}.category-icon{font-size:1.5rem}.category-text{font-size:.8rem;font-weight:500;white-space:nowrap;letter-spacing:.2px;text-transform:uppercase}.category-tab.active .category-text{background:linear-gradient(90deg,#3B82F6,#2563EB);-webkit-background-clip:text;-webkit-text-fill-color:#fff0}.slider-container{position:relative;margin:0 auto}.slider{overflow:hidden;position:relative;padding:.5rem}.slider-track{display:flex;gap:1rem;transition:transform 0.3s ease-out}.product-card{flex:0 0 280px;min-width:280px;max-width:280px;background:#fff;border-radius:12px;overflow:hidden;position:relative;border:1px solid rgb(0 0 0 / .08);box-shadow:0 2px 8px rgb(0 0 0 / .06);transition:transform 0.2s ease,box-shadow 0.2s ease;will-change:transform,box-shadow;display:flex;flex-direction:column;height:360px;cursor:pointer}.product-card:hover{box-shadow:0 4px 12px rgb(0 0 0 / .1);transform:translateY(-2px)}.product-image-container{position:relative;width:100%;height:280px;background-color:#f8f8f8;overflow:hidden;display:flex;align-items:center;justify-content:center}.product-image-wrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.product-image{width:100%!important;height:100%!important;object-fit:contain!important;transition:transform 0.5s ease;padding:0;background-color:#fff}.product-card:hover .product-image{transform:scale(1.05)}.product-overlay{position:absolute;inset:0;background-color:#fff0;transition:background-color 0.3s ease;pointer-events:none}.product-card:hover .product-overlay{background-color:rgb(59 130 246 / .05)}.cart-btn{position:absolute;z-index:2;bottom:.75rem;right:.75rem;background-color:white!important;padding:0.5rem!important;border-radius:0.5rem!important;border:none!important;cursor:pointer;transition:background-color 0.3s ease,color 0.3s ease,box-shadow 0.3s ease!important;color:#3B82F6!important;width:35px!important;height:35px!important;display:flex!important;align-items:center!important;justify-content:center!important;box-shadow:0 2px 4px rgb(0 0 0 / .1)!important;margin:0!important;line-height:1!important;font-size:16px!important}.cart-btn.loading,.cart-btn.added{width:35px!important;height:35px!important;padding:0.5rem!important;margin:0!important;transform:none!important;position:absolute!important;bottom:0.75rem!important;right:0.75rem!important}.cart-btn.loading{pointer-events:none;opacity:.7}.cart-btn.added{background-color:#10B981!important;color:white!important}@media (min-width:1024px){.cart-btn{opacity:1;transform:none}.product-card:hover .cart-btn{opacity:1;transform:none}}@media (max-width:1023px){.cart-btn{opacity:1;transform:none;background-color:rgb(255 255 255 / .9)!important}}.cart-btn:hover{background-color:#3B82F6!important;color:white!important;box-shadow:0 4px 6px -1px rgb(59 130 246 / .5)!important}@media (hover:none){.cart-btn:active{background-color:#3B82F6!important;color:white!important;opacity:.9}}.product-info{padding:1rem;height:80px;display:flex;flex-direction:column;justify-content:space-between;background:#fff}.product-name{font-size:.875rem;font-weight:500;color:#111827;margin-bottom:.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-price{font-size:1rem;font-weight:600;color:#3B82F6;margin:0;line-height:1.5}.nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:#fff;border:1px solid #E5E7EB;cursor:pointer;z-index:10;display:none;align-items:center;justify-content:center;transition:all 0.3s ease;box-shadow:0 1px 3px rgb(0 0 0 / .1);padding:0;color:#3B82F6}.nav-btn svg{width:20px;height:20px;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;fill:none}.nav-btn:hover{background-color:#3B82F6;color:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 4px 6px -1px rgb(59 130 246 / .5)}.prev-btn{left:-20px}.next-btn{right:-20px}.slider-container.has-overflow .nav-btn{display:flex}@media (max-width:768px){.product-card{height:340px;flex:0 0 280px!important;min-width:280px!important;max-width:280px!important}.product-image-container{height:260px!important;display:flex;align-items:center;justify-content:center;background-color:#fff}.product-image{max-height:260px!important;width:auto!important;height:auto!important;max-width:100%!important}}@media (max-width:480px){.product-card{flex:0 0 280px!important;min-width:280px!important;max-width:280px!important}.product-image-container{height:260px!important}.product-image-wrapper{padding:0!important}.product-image,.product-card img.attachment-woocommerce_thumbnail,.product-card img.wp-post-image,.product-card img.size-woocommerce_thumbnail{width:100%!important;height:100%!important;object-fit:cover!important;padding:0!important}}.product-image-container img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;margin:0!important;padding:0!important}.product-card img.attachment-woocommerce_thumbnail,.product-card img.wp-post-image,.product-card img.size-woocommerce_thumbnail{width:100%!important;height:100%!important;object-fit:cover!important;margin:0!important;padding:0!important}@media (prefers-reduced-motion:reduce){.product-card{transition:none}}.product-card-link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;text-decoration:none;color:inherit}.category-nav-btn{display:none!important}@media (max-width:768px){.categories{padding:0 1rem}}.categories-container::before,.categories-container::after{content:'';position:absolute;top:0;bottom:0;width:40px;z-index:2;pointer-events:none;opacity:0;transition:opacity 0.3s ease}.categories-container::before{left:0;background:linear-gradient(to right,rgb(255 255 255),#fff0)}.categories-container::after{right:0;background:linear-gradient(to left,rgb(255 255 255),#fff0)}.categories-container.has-scroll::before{opacity:1}.categories-container.has-scroll::after{opacity:1}.categories-container.scroll-start::before{opacity:0}.categories-container.scroll-end::after{opacity:0}@media (max-width:768px){.categories-container::before,.categories-container::after{width:20px}}.otoled-product-sliders{margin:4rem 0;padding:0 1rem}.otoled-product-sliders h2{font-size:1.5rem;margin-bottom:1.5rem;color:#333}.related-products-slider,.recently-viewed-slider{margin-bottom:3rem}.recently-viewed-slider:last-child{margin-bottom:0}@media (max-width:768px){.otoled-product-sliders{margin:2rem 0}}