:root{--color-primary: #FBBF24;--color-secondary: #111827;--color-bg: #FAFAFA;--color-text-muted: #6B7280;--color-accent-1: #14B8A6;--color-accent-2: #FB923C;--color-shadow: rgba(31, 41, 55, .1)}.bg-dark{background:#111827!important}.color-crafterss-yellow{color:var(--color-primary)}.bg-crafterss-yellow{background:var(--color-primary)}.bg-crafterss-blue{background:#4B67FE}.bg-crafterss-violet{background:#FE4BC0}.bg-crafterss-red{background:#fe4b83}.bg-crafterss-green{background:#4BFE89}.bg-crafterss-gray{background:var(--color-secondary)}.bg-crafterss-light{background:var(--color-bg)}.button-yellow{background:#FBBF24;padding:10px 25px;border-radius:5px;transition:all ease .2s .1s;color:#fff}.button-yellow:hover{background:#feeb8b;color:#000}.button-blue{background:#4B67FE;padding:10px 25px;border-radius:5px;transition:all ease .2s .1s;color:#fff}.button-blue:hover{background:#768BFE;color:#000}.button-violet{background:#c54bfe;padding:10px 25px;border-radius:5px;transition:all ease .2s .1s;color:#fff}.button-violet:hover{background:#de82ff;color:#000}.button-red{background:#fe4b83;padding:10px 25px;border-radius:5px;transition:all ease .2s .1s;color:#fff}.button-red:hover{background:#ff8aa9;color:#000}.button-green{background:#83fe4b;padding:10px 25px;border-radius:5px;transition:all ease .2s .1s;color:#fff}.button-green:hover{background:#a3ff82;color:#000}.button-white{background:white;border:1px solid lightgrey;padding:10px 25px;border-radius:5px;transition:all ease .2s .1s;color:#000}.button-white:hover{background:black;color:#fff}.button-secondary{background:var(--color-secondary);border:1px solid var(--color-secondary);padding:10px 25px;border-radius:5px;transition:all ease .2s .1s;color:var(--color-bg)}.button-white:hover{background:var(--color-bg);color:var(--color-secondary)}.card{height:100%}.main-photo-container{max-width:800px!important;height:auto!important;max-height:600px!important;width:100%!important;overflow:hidden}.banner-image{height:400px;background-size:cover;background-position:center}.profile-image{width:150px;height:150px;-o-object-fit:cover;object-fit:cover;border-radius:50%}.hero-body{background-image:url(/images/noise_gray.png);background-repeat:repeat}footer a:hover{color:var(--color-primary)}.product-card{background:white;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px var(--color-shadow);transition:all .3s ease;display:flex;flex-direction:column;height:100%}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #1f293726}.product-card-skeleton{pointer-events:none;min-height:420px}.product-skeleton-shimmer{position:relative;overflow:hidden;background:#e5e7eb}.product-skeleton-shimmer:after{content:"";position:absolute;inset:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.65),transparent);animation:product-skeleton-shimmer 1.25s ease-in-out infinite}.product-skeleton-media{aspect-ratio:4 / 3;border-radius:12px 12px 0 0}.product-skeleton-body{display:flex;flex:1;flex-direction:column;gap:10px;padding:16px}.product-skeleton-row{height:12px;border-radius:999px}.product-skeleton-row-store{width:46%}.product-skeleton-row-title{width:88%;height:16px}.product-skeleton-row-short{width:62%}.product-skeleton-tags{display:flex;gap:6px;margin-top:auto}.product-skeleton-pill{width:70px;height:22px;border-radius:6px}.product-skeleton-actions{display:flex;gap:1px;border-top:1px solid #f3f4f6}.product-skeleton-action{flex:1;height:44px}.products-grid.is-loading,.search-pagination.is-loading{opacity:.45;pointer-events:none}.products-grid-skeleton[hidden]{display:none!important}@keyframes product-skeleton-shimmer{to{transform:translate(100%)}}.product-card-image{position:relative;overflow:hidden}.product-card-image figure{margin:0}.product-card-image picture,.product-card-image figure picture{display:block;width:100%;height:100%}.product-card-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-card-image img{transform:scale(1.05)}.placeholder-image{width:100%;height:100%;background:linear-gradient(135deg,#f3f4f6 0%,#e5e7eb 100%);display:flex;align-items:center;justify-content:center;color:#9ca3af;position:absolute;top:0;left:0}.product-badge{position:absolute;top:12px;left:12px;padding:4px 10px;border-radius:4px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;z-index:2}.product-badge-new{background:var(--color-accent-1);color:#fff}.product-badge-free{background:#10b981;color:#fff}.product-badge-sale{background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);color:#fff;font-weight:700}.product-badge-promo{background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);color:#fff;font-weight:700}.product-badge-inactive{background:#6b7280;color:#fff}.product-badge-owned{background:linear-gradient(135deg,#4B67FE 0%,#6366f1 100%);color:#fff;display:flex;align-items:center;gap:4px}.product-stats-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,transparent 100%);padding:30px 12px 8px;display:flex;gap:12px;opacity:0;transition:opacity .3s ease}.product-card:hover .product-stats-overlay{opacity:1}.product-stats-overlay span{color:#fff;font-size:12px;display:flex;align-items:center;gap:4px}.product-stats-overlay i{font-size:10px}.product-favorite{position:absolute;top:12px;right:12px;z-index:3}.product-hover-actions{position:absolute;bottom:0;left:0;right:0;background:rgba(0,0,0,.6);padding:12px;display:flex;justify-content:center;opacity:0;transform:translateY(100%);transition:all .3s ease}.product-card:hover .product-hover-actions{opacity:1;transform:translateY(0)}.hover-action-btn{color:#fff;font-size:13px;padding:6px 12px;border-radius:4px;background:rgba(255,255,255,.15);transition:background .2s ease}.hover-action-btn:hover{background:rgba(255,255,255,.25);color:#fff}.product-card-content{padding:16px;flex:1;display:flex;flex-direction:column;gap:8px}.product-store{display:flex;align-items:center;gap:8px;color:var(--color-text-muted);font-size:12px;transition:color .2s ease}.product-store:hover{color:var(--color-secondary)}.store-avatar{width:24px;height:24px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.store-avatar-placeholder{background:#e5e7eb;display:flex;align-items:center;justify-content:center;font-size:10px;color:#9ca3af}.store-name{font-weight:500}.product-title{font-size:15px;font-weight:600;line-height:1.4;margin:0;color:var(--color-secondary)}.product-title a{color:inherit;transition:color .2s ease}.product-title a:hover{color:var(--color-primary)}.product-meta{font-size:12px;color:var(--color-text-muted)}.product-category{display:flex;align-items:center;gap:4px}.product-category i{font-size:10px}.product-category-link{font-size:12px}.product-category-link a{color:var(--color-text-muted);transition:color .2s ease}.product-category-link a:hover{color:var(--color-primary)}.product-category-link .separator{color:#d1d5db;margin:0 4px}.product-price{margin-top:auto;padding-top:8px}.price-amount{font-size:22px;font-weight:700;color:#7c3aed}.price-currency{font-size:14px;color:var(--color-text-muted);margin-left:2px}.price-original{font-size:14px;font-weight:500;color:var(--color-text-muted);text-decoration:line-through;margin-right:6px}.price-sale{color:#ef4444}.price-promo{color:#d97706}.price-free{font-size:18px;font-weight:700;color:#10b981}.product-tags{display:flex;flex-wrap:wrap;gap:6px}.tags-group{display:flex;flex-wrap:wrap;gap:4px}.tag-machine,.tag-format{padding:2px 8px;border-radius:4px;font-size:10px;font-weight:500}.tag-machine{background:#dbeafe;color:#1d4ed8}.tag-format{background:var(--color-secondary);color:#fff}.tag-more{background:#e5e7eb;color:var(--color-text-muted)}.product-formats{display:flex;flex-wrap:wrap;gap:4px}.format-tag{padding:2px 8px;border-radius:4px;font-size:10px;font-weight:500;background:var(--color-secondary);color:#fff}.format-more{background:#e5e7eb;color:var(--color-text-muted)}.product-date{font-size:11px;color:var(--color-text-muted);display:flex;align-items:center;gap:4px}.product-rating{display:flex;align-items:center;gap:2px;font-size:12px}.star-filled{color:#fbbf24}.star-empty{color:#d1d5db}.rating-count{color:var(--color-text-muted);margin-left:4px}.product-card-actions{display:flex;border-top:1px solid #f3f4f6;position:relative}.action-btn{flex:1;padding:12px;text-align:center;font-size:13px;font-weight:500;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .2s ease;color:var(--color-secondary);background:white;border:none;cursor:pointer}.action-btn:hover{background:#f9fafb}.action-btn i{font-size:12px}.action-edit{color:#4b67fe}.action-edit:hover{background:#eef2ff;color:#4b67fe}.action-view{color:var(--color-text-muted)}.action-view:hover{background:#f3f4f6}.action-more{flex:0;padding:12px 16px;color:var(--color-text-muted)}.action-cart{color:var(--color-secondary);border-right:1px solid #f3f4f6}.action-cart:hover{background:#f3f4f6}.action-buy{background:var(--color-primary);color:var(--color-secondary);font-weight:600}.action-buy:hover{background:#f59e0b;color:#fff}.action-in-cart{background:#10b981;color:#fff}.action-in-cart:hover{background:#059669;color:#fff}.action-remove{flex:0;padding:12px 16px;background:#fee2e2;color:#dc2626}.action-remove:hover{background:#fecaca}.action-edit-own{background:#f3f4f6;color:var(--color-secondary)}.action-edit-own:hover{background:#e5e7eb}.product-dropdown{position:absolute;bottom:100%;right:0;background:white;border-radius:8px;box-shadow:0 10px 40px #00000026;min-width:160px;padding:8px 0;display:none;z-index:100}.product-dropdown.is-active{display:block}.dropdown-item{display:flex;align-items:center;gap:10px;padding:10px 16px;font-size:13px;color:var(--color-secondary);transition:background .2s ease}.dropdown-item:hover{background:#f3f4f6}.dropdown-item i{width:16px;text-align:center;color:var(--color-text-muted)}.dropdown-item-danger,.dropdown-item-danger i{color:#dc2626}.dropdown-divider{margin:8px 0;border:none;border-top:1px solid #f3f4f6}@media (max-width: 768px){.product-title{font-size:14px}.price-amount{font-size:18px}.action-btn span{display:none}.action-btn i{font-size:14px}.product-stats-overlay{opacity:1}}
