#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}}.skeleton-image,.skeleton-text,.skeleton-title{background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0 50%,#e0e0e0 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite;border-radius:4px}.skeleton-title{height:20px;width:60%;margin-bottom:8px}.skeleton-text{height:14px;width:80%}.skeleton-text.short{width:40%}.store-controls{display:flex;justify-content:flex-end;gap:15px;margin-bottom:15px;flex-wrap:wrap}.store-controls label{display:flex;align-items:center;gap:6px;font-size:14px;color:#444}.store-controls select{padding:6px 10px;border:1px solid lightgray;border-radius:5px;background:white;font-size:14px}#product-container{padding:20px;max-width:900px;margin:0 auto}#product-container #breadcrumbs{font-size:13px;margin-bottom:20px;color:#666}#product-container #breadcrumbs a{color:#33495c;text-decoration:none}#product-container #breadcrumbs a:hover{text-decoration:underline}#product{display:flex;gap:30px;flex-wrap:wrap;align-items:flex-start}#product .product-img{width:350px;max-width:100%;border:1px solid lightgray;border-radius:5px}#product .info{flex:1;min-width:260px;text-align:left}#product .info h3{margin:0 0 6px;text-transform:capitalize}#product .info .price{font-size:20px;color:navy;margin:0 0 16px}#product-form{display:flex;gap:10px;align-items:center;margin-bottom:16px}#variation-input{padding:8px 12px;border:1px solid lightgray;border-radius:5px;background:white}#addtocart{padding:10px 24px;background:#33495c;color:white;border:none;border-radius:5px;cursor:pointer;font-weight:700;transition:all .3s ease}#addtocart:hover:not(:disabled){background:#2c3e50;transform:translateY(-2px);box-shadow:0 2px 5px rgba(0,0,0,.2)}#addtocart.soldout,#addtocart:disabled{background:gray;cursor:not-allowed}.cart-confirmation{color:#2e7d32;margin:0 0 12px}#product .description{margin:0 0 16px;color:#444;line-height:1.5}#product_demo_container{margin-top:40px}.product-demo{position:relative;width:100%;aspect-ratio:16/9}.product-demo .yt{width:100%;height:100%;border:0}@media (max-width:768px){.products{justify-content:center;gap:10px}.product{width:calc(50% - 5px);max-width:250px}#product{flex-direction:column;align-items:center}.store-controls{justify-content:center}}@media (max-width:480px){.product{width:100%;max-width:300px}}