.my-home-selected{margin:10px 0 20px;font-weight:700;color:#333;font-size:15px}.my-home-row::-webkit-scrollbar{display:none}.my-home-row.active{cursor:grabbing;cursor:-webkit-grabbing}.my-home-products{display:grid;gap:15px}@media (max-width:600px){.my-home-products{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;margin:0 auto;padding:0}}@media (min-width:601px) and (max-width:1024px){.my-home-products{grid-template-columns:repeat(3,1fr)}}@media (min-width:1025px){.my-home-products{grid-template-columns:repeat(5,1fr)}}.product-item{border:1px solid #eee;border-radius:10px;padding:10px;text-align:center;background:#fff;transition:transform 0.3s}.product-item:hover{transform:translateY(-5px);box-shadow:0 2px 8px rgb(0 0 0 / .1)}.product-item h3{font-size:15px;margin:10px 0 5px;color:#333}.product-item .price{color:#c00;font-weight:700;display:block;margin-top:5px}.my-home-pagination{text-align:center;margin:30px 0}.my-home-pagination .page-numbers{display:inline-block;margin:0 5px;padding:8px 12px;border:1px solid #ddd;border-radius:6px;color:#333;text-decoration:none}.my-home-pagination .page-numbers:hover{background:#f5f5f5}.my-home-pagination .current{background:#333;color:#fff;border-color:#333}.my-home-divider{text-align:center;margin:60px 0 30px;position:relative;overflow:hidden}.load-more-btn{background:linear-gradient(180deg,#f6f6f6 0%,#d9d9d9 100%);color:#222;border:1px solid #ccc;border-radius:25px;padding:10px 25px;font-size:15px;font-weight:600;cursor:pointer;transition:all 0.3s ease}.load-more-btn:hover{background:linear-gradient(180deg,#4a4a4a 0%,#353535 100%);transform:translateY(-2px);box-shadow:0 5px 12px rgb(0 0 0 / .4)}.my-home-divider h2{display:inline-block;font-size:28px;font-weight:700;color:#07f;text-transform:uppercase;position:relative;animation:pulseText 2.5s ease-in-out infinite}.my-home-divider .underline{display:block;width:120px;height:3px;background:linear-gradient(90deg,#777,#aaa,#777);margin:10px auto 0;border-radius:3px;animation:waveLine 3s ease-in-out infinite}@keyframes pulseText{0%,100%{transform:scale(1);color:#444;text-shadow:0 0 10px rgb(100 100 100 / .4)}50%{transform:scale(1.08);color:#aaa;text-shadow:0 0 20px rgb(160 160 160 / .6)}}@keyframes waveLine{0%{background-position:0% 50%;box-shadow:0 0 8px rgb(0 119 255 / .4)}50%{background-position:100% 50%;box-shadow:0 0 15px rgb(0 191 255 / .7)}100%{background-position:0% 50%;box-shadow:0 0 8px rgb(0 119 255 / .4)}}.product-item.highlight{box-shadow:0 0 15px rgb(0 150 255 / .5);border-color:#09f;transform:scale(1.03);transition:all 0.5s ease}.loading-msg{text-align:center;background:#f0f8ff;border:1px solid #cce;border-radius:8px;padding:10px;margin-bottom:15px;font-size:14px;color:#07f}.product-item.highlight{box-shadow:0 0 15px rgb(0 150 255 / .4);border-color:#09f;transform:scale(1.02);transition:all 0.5s ease}.my-home-cats-wrapper{display:flex;overflow-x:auto;overflow-y:hidden;gap:15px;padding:10px 0;scrollbar-width:none;-ms-overflow-style:none}.my-home-cats-wrapper::-webkit-scrollbar{display:none}.filter-reset-wrap{text-align:center;margin-bottom:20px}.filter-reset-btn{background:linear-gradient(180deg,#f6f6f6 0%,#d9d9d9 100%);color:#222;border:1px solid #ccc;border-radius:25px;padding:10px 25px;font-size:15px;font-weight:600;cursor:pointer;transition:all 0.3s ease}.filter-reset-btn:hover{background:linear-gradient(180deg,#4a4a4a 0%,#353535 100%);transform:translateY(-2px);box-shadow:0 5px 12px rgb(0 0 0 / .4)}.cat-item{flex:0 0 auto;width:100px;text-align:center;border:none;background:#fff0;cursor:pointer;transition:transform 0.3s,box-shadow 0.3s}.cat-item:hover{transform:scale(1.07)}.cat-item img{width:100px;height:100px;object-fit:cover;border-radius:100%;border:2px solid #eee;transition:box-shadow 0.3s}.cat-item:hover img{box-shadow:0 4px 10px rgb(0 0 0 / .2);border-color:#666}.cat-item h4{margin-top:8px;font-size:13px;color:#333;font-weight:500;white-space:normal;line-height:1.2}.my-home-row{display:flex;gap:-10px;margin-bottom:-10px;overflow-x:auto;overflow-y:hidden;white-space:nowrap;scrollbar-width:none;-ms-overflow-style:none}.my-home-products .product-item img{width:100%;aspect-ratio:1 / 1;height:auto;object-fit:cover;border-radius:8px;display:block}.my-home-pagination{display:flex;flex-wrap:nowrap;justify-content:center;align-items:center;gap:6px;overflow-x:auto;-webkit-overflow-scrolling:touch;padding:10px 0}.my-home-pagination::-webkit-scrollbar{display:none}.my-home-pagination .page-numbers{flex:0 0 auto;white-space:nowrap;font-size:13px;padding:8px 12px;border-radius:20px;border:1px solid #ccc;background-color:#f8f8f8;color:#333;transition:all 0.3s ease}.my-home-pagination .page-numbers:hover{background-color:#0073aa;color:#fff;border-color:#0073aa}.my-home-pagination .current{background-color:#0073aa;color:#fff;border-color:#0073aa;font-weight:700}.my-home-loadmore-wrap{text-align:center;margin:25px 0 35px}.my-home-loadmore-btn{background:linear-gradient(180deg,#f6f6f6 0%,#d9d9d9 100%);color:#222;border:1px solid #ccc;border-radius:25px;padding:10px 25px;font-size:15px;font-weight:600;cursor:pointer;transition:all 0.3s ease}.my-home-loadmore-btn:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgb(0 119 255 / .35)}.my-home-loadmore-btn:active{transform:translateY(0);box-shadow:0 8px 18px rgb(0 119 255 / .25)}.my-home-loadmore-btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.my-home-loadmore-sentinel,#load-more-products.my-home-filter-sentinel{width:100%;height:1px;display:block;opacity:0;pointer-events:none}.my-home-products .load-more-wrap{grid-column:1 / -1;height:1px;margin:0;padding:0;opacity:0;overflow:hidden;pointer-events:none}.my-home-infinite-loader,.my-home-filter-loader{grid-column:1 / -1;text-align:center;padding:10px 0;font-size:13px;color:#777}