.product-card{overflow:visible;width:320px;height:180px;aspect-ratio:16 / 9;perspective:1000px;-webkit-perspective:1000px;-moz-perspective:1000px;margin:auto}.product-card-content{width:100%;height:100%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transition:transform .3s;-webkit-transition:-webkit-transform .3s;-moz-transition:-moz-transform .3s;box-shadow:0 0 10px 1px #000e;border-radius:5px;position:relative}.product-card:hover .product-card-content{transform:rotateY(180deg);-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg)}.product-card-front,.product-card-back{background-color:#151515;position:absolute;width:100%;height:100%;backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;border-radius:5px;overflow:hidden;color:#fff;-moz-transform-style:preserve-3d}.product-card-front{z-index:2;transform:rotateY(0);-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg)}.product-card-back{display:flex;justify-content:center;align-items:center;z-index:1;transform:rotateY(180deg);-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg)}.product-card-back:before{position:absolute;content:" ";display:block;width:160px;height:160%;background:linear-gradient(90deg,transparent,#ff9966,#ff9966,#ff9966,#ff9966,transparent);animation:product-rotation 5s infinite linear;-webkit-animation:product-rotation 5s infinite linear;-moz-animation:product-rotation 5s infinite linear}@keyframes product-rotation{0%{transform:rotate(0);-webkit-transform:rotateZ(0deg);-moz-transform:rotateZ(0deg)}to{transform:rotate(360deg);-webkit-transform:rotateZ(360deg);-moz-transform:rotateZ(360deg)}}.product-card-back-content{position:absolute;width:100%;height:100%;left:0;top:0;background:#181818;color:#fff;z-index:3;border-radius:14px;padding:16px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;gap:8px;box-sizing:border-box;overflow:hidden}.product-card-title-centered{font-size:1.12rem;font-weight:600;color:#fff;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;flex-shrink:0}.product-card-description-centered{font-size:.98rem;color:#e4e4e4;margin-bottom:8px;text-align:center;min-height:36px;display:flex;align-items:center;justify-content:center;white-space:pre-line;line-height:1.4}.product-card-description-list{list-style:none;padding:0;margin:0;text-align:left;width:100%;flex:1;overflow:hidden}.product-card-description-list li{font-size:.88rem;color:#e4e4e4;line-height:1.4;padding:2px 0;display:flex;align-items:flex-start}.product-card-description-list li:before{content:"●";color:#f96;font-size:.45rem;margin-right:8px;margin-top:5px;flex-shrink:0}.product-card-footer-centered{display:flex;justify-content:center;gap:6px;flex-wrap:wrap;margin-top:5px}.continent-tag-centered{background:#fff;color:#222;font-size:.82rem;padding:2px 10px;border-radius:6px;border:1px solid #e5e7eb;margin:0 2px;display:inline-block}.product-card-img-wrapper{position:absolute;width:100%;height:100%;z-index:1;background:linear-gradient(135deg,#1a1a2e,#16213e);overflow:hidden}.product-card-img-blur-bg{position:absolute;width:100%;height:100%;background-size:cover;background-position:center;filter:blur(20px) brightness(.5);transform:scale(1.2);z-index:0}.product-card-img{position:absolute;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;z-index:1;transition:opacity .3s ease-in-out,filter .3s ease-in-out}.product-card-img.low-res{filter:blur(2px);opacity:.9}.product-card-img.high-res{filter:blur(0);opacity:1}.product-card-img.loading{opacity:.8}.product-card-img.loaded{opacity:1}.product-card-img-placeholder{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a2e,#16213e);z-index:1}.product-card-img-placeholder span{font-size:3rem;opacity:.5}.product-card-loading-indicator{position:absolute;top:8px;right:8px;z-index:10}.loading-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.2);border-top-color:#fffc;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.product-card-front-content{position:absolute;left:0;bottom:0;width:100%;height:38px;background:#000000c7;display:flex;align-items:center;justify-content:center;z-index:2;padding:0}.product-card-title-singleline{color:#fff;font-weight:600;font-size:1.08rem;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:92%;letter-spacing:.5px}.product-card-badge{background-color:#0005;padding:2px 10px;border-radius:10px;backdrop-filter:blur(2px);width:-moz-fit-content;width:fit-content;font-size:12px}.product-card-description{box-shadow:0 0 10px 5px #0008;width:100%;padding:10px;background-color:#0009;backdrop-filter:blur(5px);border-radius:5px;font-size:13px}@keyframes floating{0%{transform:translateY(0)}50%{transform:translateY(10px)}to{transform:translateY(0)}}@media(max-width:640px){.product-card-content{transition:none!important}.product-card:hover .product-card-content{transform:none!important}}
