#Store{padding:20px}#Store h2{text-align:left}.products{display:flex;justify-content:center;align-items:flex-start;flex-wrap:wrap;gap:15px;padding:0;margin:0;list-style:none}.product{position:relative;margin:0;box-shadow:0 0 2px rgba(0,0,0,.2);background:#e6e6e6;width:250px;transition:all .3s ease;border-radius:5px;overflow:hidden}.product:hover{box-shadow:0 0 5px rgba(0,0,0,.4);transform:translateY(-2px)}.product a{text-decoration:none;color:inherit;display:block}.product .soldout{background:rgba(40,40,40,.8);position:absolute;text-transform:uppercase;padding:5px 10px;top:10px;right:10px;text-align:center;align-items:center;border-radius:5px;color:lightgray;font-weight:700;font-size:12px;z-index:1}.product .soldout,.product-img{display:flex;justify-content:center}.product-img{width:100%;overflow:hidden;border-bottom:1px solid lightgray;background:#f5f5f5;aspect-ratio:1}.product-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-info{text-align:left;padding:10px}.product-info p{margin:2px 0;padding:0}.product-type{font-size:12px;color:#666;text-transform:capitalize}.product-name{font-weight:700;font-size:16px;color:#333;margin:4px 0!important}.product-price{font-weight:700;color:navy;font-size:18px;margin-top:4px!important}.empty-store{max-width:400px;margin:40px auto;text-align:center}.empty-store .text-container{margin-bottom:20px}.empty-store .text-container p{margin:10px 0;color:#666}.subscribe-link{display:inline-block;padding:12px 24px;background:#33495c;color:white;text-decoration:none;border-radius:5px;transition:all .3s ease;border:1px solid white}.subscribe-link:hover{background:#2c3e50;transform:translateY(-2px);box-shadow:0 2px 5px rgba(0,0,0,.2)}.product.loading-skeleton .product-img{background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0 50%,#e0e0e0 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:768px){.products{justify-content:center;gap:10px}.product{width:calc(50% - 5px);max-width:250px}}@media (max-width:480px){.product{width:100%;max-width:300px}}