.banner-share-overlay{position:fixed;inset:0;background:rgba(0,0,0,.75);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:1000;animation:banner-fade-in .2s ease}.banner-share-container{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:1001;padding:1.5rem}.banner-share-content{background:rgba(12,15,24,.97);border:1px solid hsla(0,0%,100%,.08);border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.6),0 0 40px rgba(3,198,247,.05);max-width:540px;width:100%;max-height:90vh;overflow-y:auto;padding:1.5rem;animation:banner-slide-up .3s cubic-bezier(.16,1,.3,1);position:relative;scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.12) transparent}.banner-share-content::-webkit-scrollbar{width:4px}.banner-share-content::-webkit-scrollbar-track{background:transparent}.banner-share-content::-webkit-scrollbar-thumb{background-color:hsla(0,0%,100%,.12);border-radius:10px}@keyframes banner-fade-in{0%{opacity:0}to{opacity:1}}@keyframes banner-slide-up{0%{opacity:0;transform:translateY(20px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.banner-share-close{position:absolute;top:12px;right:12px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:hsla(0,0%,100%,.5);transition:all .2s ease;z-index:10}.banner-share-close:hover{background:rgba(236,8,136,.15);border-color:rgba(236,8,136,.3);color:#ec0888}.banner-share-header{display:flex;align-items:center;gap:8px;margin-bottom:1.25rem;padding-right:2rem}.banner-share-header svg{color:var(--blue-luwolf,#03c6f7);flex-shrink:0}.banner-share-header h3{margin:0;font-size:1rem;font-weight:600;color:#fff;letter-spacing:-.01em}.banner-share-preview-wrapper{position:relative;border-radius:0;overflow:hidden;margin-bottom:1rem}.banner-share-preview-inner{position:relative;z-index:1;border-radius:0;overflow:hidden;background:#0a0e18}.banner-share-canvas{display:block;width:100%;height:auto;border-radius:0}.banner-share-actions{display:flex;gap:.6rem}.banner-share-btn{flex:1 1;display:flex;align-items:center;justify-content:center;gap:8px;padding:.7rem 1rem;border-radius:10px;border:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.04);color:#fff;font-size:.82rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit;position:relative;overflow:hidden}.banner-share-btn:before{content:"";position:absolute;inset:0;border-radius:10px;padding:1.5px;background:linear-gradient(135deg,#03c6f7,#ec0888);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .25s ease;pointer-events:none}.banner-share-btn:hover{background:hsla(0,0%,100%,.08);transform:translateY(-1px)}.banner-share-btn:hover:before{opacity:1}.banner-share-btn:active{transform:translateY(0)}.banner-share-btn svg{flex-shrink:0}.banner-share-btn.success{border-color:rgba(37,211,102,.4);background:rgba(37,211,102,.08);color:#25d366}.banner-share-btn.success:before{display:none}.banner-share-loading{display:flex;align-items:center;justify-content:center;height:300px;color:hsla(0,0%,100%,.4);font-size:.85rem;gap:10px}.banner-share-loading-spinner{width:20px;height:20px;border:2px solid hsla(0,0%,100%,.1);border-top:2px solid var(--blue-luwolf,#03c6f7);border-radius:50%;animation:banner-spin .8s linear infinite}@keyframes banner-spin{to{transform:rotate(1turn)}}@media (max-width:560px){.banner-share-content{padding:1rem;max-width:95vw}.banner-share-actions{flex-direction:column}.banner-share-btn{width:100%}}.shop-item-page-layout{width:100%;min-height:100vh;display:flex;flex-direction:column;background-color:#04040a;position:relative;overflow-x:hidden}.shop-item-page-layout:before{content:"";position:fixed;inset:0;background:radial-gradient(ellipse 60% 50% at 20% 40%,rgba(236,8,136,.12) 0,transparent 70%),radial-gradient(ellipse 50% 60% at 80% 30%,rgba(3,198,247,.1) 0,transparent 70%),radial-gradient(ellipse 40% 40% at 50% 90%,rgba(24,67,154,.08) 0,transparent 60%);z-index:0;pointer-events:none}.shop-item-page-layout .sf{margin-top:auto;position:relative;z-index:10}.shop-item-page{position:relative;z-index:10;flex:1 1;padding:1.5rem 2rem 2rem}.shop-item-page,.shop-item-view-container{max-width:1200px;margin:0 auto;width:100%}.shop-item-top-bar{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem}.shop-item-breadcrumb{font-size:.85rem;color:hsla(0,0%,100%,.45);display:flex;align-items:center;flex-wrap:wrap;gap:0;flex:1 1}.shop-item-breadcrumb a{color:var(--blue-luwolf,#03c6f7);text-decoration:none;transition:color .2s ease,-webkit-text-decoration .2s ease;transition:color .2s ease,text-decoration .2s ease;transition:color .2s ease,text-decoration .2s ease,-webkit-text-decoration .2s ease;font-weight:400}.shop-item-breadcrumb a:hover{color:#fff;text-decoration:underline}.shop-item-breadcrumb .separator{margin:0 .45rem;opacity:.35;font-size:.8rem}.shop-item-breadcrumb .current{color:hsla(0,0%,100%,.65);font-weight:400;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shop-item-view-card{background:rgba(12,15,24,.85);border-radius:16px;display:flex;flex-direction:row;box-shadow:0 1px 0 hsla(0,0%,100%,.04),0 8px 30px rgba(0,0,0,.5),0 20px 60px rgba(0,0,0,.3);border:1px solid hsla(0,0%,100%,.06);overflow:hidden;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.shop-item-left-column{flex:3 1;display:flex;flex-direction:column;min-width:0;gap:0;padding:1.75rem}.shop-item-right-column{flex:0 0 380px;max-width:400px;display:flex;flex-direction:column;background:linear-gradient(180deg,rgba(8,12,22,.95),rgba(10,14,26,.98));border-left:1px solid hsla(0,0%,100%,.06)}.shop-item-gallery{flex:1 1;display:flex;gap:1rem;min-width:0}.shop-item-thumbnails{display:flex;flex-direction:column;gap:.5rem;overflow-y:auto;max-height:500px;padding-right:.25rem;scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.15) transparent!important}.shop-item-thumbnails::-webkit-scrollbar{width:4px}.shop-item-thumbnails::-webkit-scrollbar-track{background:transparent}.shop-item-thumbnails::-webkit-scrollbar-thumb{background-color:hsla(0,0%,100%,.12);border-radius:10px}.shop-item-thumbnails::-webkit-scrollbar-thumb:hover{background-color:hsla(0,0%,100%,.25)}.shop-item-thumb{width:60px;height:60px;border-radius:6px;border:2px solid hsla(0,0%,100%,.06);padding:4px;cursor:pointer;background:hsla(0,0%,100%,.02);display:flex;align-items:center;justify-content:center;overflow:hidden;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease;flex-shrink:0}.shop-item-thumb img{max-width:100%;max-height:100%;object-fit:contain;border-radius:3px}.shop-item-thumb.active{border-color:var(--blue-luwolf,#03c6f7);background:rgba(3,198,247,.06);box-shadow:0 0 0 1px rgba(3,198,247,.15)}.shop-item-thumb:not(.active):hover{border-color:hsla(0,0%,100%,.2);background:hsla(0,0%,100%,.04)}.shop-item-main-image{flex:1 1;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.015);border-radius:12px;overflow:hidden;height:500px;padding:1.5rem;position:relative;border:1px solid hsla(0,0%,100%,.04)}.shop-item-main-image img{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px;transition:transform .35s cubic-bezier(.25,.46,.45,.94)}.shop-item-main-image:hover img{transform:scale(1.03)}.shop-item-details-box{display:flex;flex-direction:column;padding:1.75rem;border:none;border-radius:0;background:transparent;gap:0}.shop-item-header-info{margin-bottom:.25rem}.shop-item-share-top{display:flex;justify-content:flex-end}.shop-item-condition{font-size:.72rem;display:inline-flex;align-items:center;padding:.2rem .65rem;border-radius:100px;margin-bottom:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.shop-item-condition.new{background:linear-gradient(135deg,rgba(3,198,247,.12),rgba(3,198,247,.06));color:#5dd8ff;border:1px solid rgba(3,198,247,.15)}.shop-item-condition.used{background:hsla(0,0%,100%,.06);color:hsla(0,0%,100%,.6);border:1px solid hsla(0,0%,100%,.08)}.shop-item-share-wrapper{position:relative;z-index:10}.shop-item-share-toggle{display:flex;align-items:center;gap:6px;background:transparent;border:none;color:var(--blue-luwolf,#03c6f7);font-size:.8rem;font-weight:500;cursor:pointer;transition:color .2s,background .2s;padding:4px 8px;border-radius:6px}.shop-item-share-toggle:hover{background:rgba(3,198,247,.1)}.shop-item-share-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99}.shop-item-share-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#0e121e;border:1px solid hsla(0,0%,100%,.1);box-shadow:0 4px 20px rgba(0,0,0,.6);border-radius:8px;padding:8px;display:flex;gap:6px;z-index:100}.share-icon-btn{width:38px;height:38px;border-radius:50%;border:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.05);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.share-icon-btn:hover{background:hsla(0,0%,100%,.1);transform:translateY(-2px)}.share-icon-btn.facebook:hover{background:#1877f2;border-color:#1877f2}.share-icon-btn.twitter:hover{background:#fff;color:#000}.share-icon-btn.whatsapp:hover{background:#25d366;border-color:#25d366}.share-icon-btn.banner{position:relative}.share-icon-btn.banner:hover{background:linear-gradient(135deg,rgba(3,198,247,.2),rgba(236,8,136,.2));border-color:rgba(3,198,247,.4);color:#03c6f7}.shop-item-title{font-size:1.55rem;line-height:1.35;font-weight:600;margin:0;color:#fff;font-family:var(--font-karla);letter-spacing:-.01em}.shop-item-price-block{margin-top:1.25rem;margin-bottom:.4rem;display:flex;align-items:flex-start;gap:2px;padding-bottom:1.25rem;border-bottom:1px solid hsla(0,0%,100%,.06)}.shop-item-currency{font-size:1.6rem;font-weight:300;margin-top:.15rem;color:var(--pink-luwolf,#ec0888);line-height:1}.shop-item-price{font-size:2.8rem;font-weight:300;line-height:1;color:#fff;letter-spacing:-.02em}.shop-item-price-dec{font-size:1.1rem;font-weight:400;color:#fff;margin-top:.15rem;align-self:flex-start}.shop-item-price-block.ml-price-loading .shop-item-currency,.shop-item-price-block.ml-price-loading .shop-item-price,.shop-item-price-block.ml-price-loading .shop-item-price-dec{animation:ml-price-pulse 1.2s ease-in-out infinite}@keyframes ml-price-pulse{0%,to{opacity:1}50%{opacity:.4}}.shop-item-ml-live-badge{display:inline-flex;align-items:center;gap:3px;font-size:.65rem;font-weight:700;letter-spacing:.5px;color:#ffe600;background:rgba(255,230,0,.1);border:1px solid rgba(255,230,0,.2);padding:2px 6px;border-radius:4px;margin-left:8px;align-self:center;white-space:nowrap;animation:ml-badge-in .3s ease}@keyframes ml-badge-in{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.shop-item-ml-unavailable{display:flex;align-items:center;gap:8px;background:rgba(255,150,50,.08);border:1px solid rgba(255,150,50,.2);border-radius:8px;padding:.6rem .85rem;margin-top:.75rem;color:#ffa54f;font-size:.82rem;font-weight:500;animation:ml-badge-in .3s ease}.shop-item-ml-unavailable svg{flex-shrink:0;stroke:#ffa54f}.shop-item-buy-btn.shop-item-buy-btn-unavailable{background:hsla(0,0%,100%,.08);color:hsla(0,0%,100%,.5);box-shadow:none;border:1px solid hsla(0,0%,100%,.1)}.shop-item-buy-btn.shop-item-buy-btn-unavailable:hover{background:hsla(0,0%,100%,.12);transform:none;box-shadow:none}.shop-item-buy-btn.shop-item-buy-btn-unavailable:before{display:none}.shop-item-buy-section{background:transparent;border:none;border-radius:0;padding:0;margin-top:1.25rem;margin-bottom:0}.shop-item-platform-info{font-size:.88rem;color:hsla(0,0%,100%,.5);margin:0 0 .85rem;text-align:left}.shop-item-platform-info strong{color:hsla(0,0%,100%,.85);font-weight:600}.shop-item-buy-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;background:var(--blue-luwolf,#03c6f7);color:#fff;text-decoration:none;font-weight:600;font-size:1rem;padding:.9rem 1.5rem;border-radius:8px;transition:all .2s ease;width:100%;letter-spacing:.01em;box-shadow:0 2px 8px rgba(3,198,247,.3);position:relative;overflow:hidden}.shop-item-buy-btn:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,hsla(0,0%,100%,.08),transparent 50%);pointer-events:none;transition:opacity .2s ease}.shop-item-buy-btn:hover{background:#02a8d4;box-shadow:0 4px 16px rgba(3,198,247,.45);transform:translateY(-1px)}.shop-item-buy-btn:active{transform:translateY(0);box-shadow:0 1px 4px rgba(3,198,247,.3)}.shop-item-seller-badge{display:flex;align-items:center;gap:.6rem;background:linear-gradient(135deg,rgba(3,198,247,.05),rgba(236,8,136,.04));border:1px solid rgba(3,198,247,.12);padding:.75rem 1rem;border-radius:10px;margin-top:1rem;margin-bottom:0;color:hsla(0,0%,100%,.7);font-size:.85rem;transition:border-color .2s ease}.shop-item-seller-badge:hover{border-color:rgba(3,198,247,.25)}.shop-item-seller-badge strong{color:var(--blue-luwolf,#03c6f7);font-weight:600}.shop-item-seller-badge svg{flex-shrink:0}.desktop-desc{display:block}.mobile-desc{display:none}.shop-item-description-block{border-top:none;padding-top:2rem;margin-top:2rem;position:relative}.shop-item-description-block:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,rgba(3,198,247,.2),hsla(0,0%,100%,.06) 30%,hsla(0,0%,100%,.06) 70%,rgba(236,8,136,.2))}.shop-item-description-block h3{font-size:1.25rem;margin:0 0 .25rem;font-weight:600;color:#fff;letter-spacing:-.01em}.shop-item-desc-divider{border:none;border-top:1px solid hsla(0,0%,100%,.06);margin:.75rem 0 1.25rem}.shop-item-desc{color:hsla(0,0%,100%,.6);line-height:1.7;font-size:.92rem;white-space:pre-line}.shop-item-desc.fallback{color:hsla(0,0%,100%,.3);font-style:italic}.shop-item-not-found{text-align:center;padding:5rem 2rem;color:#fff;height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.shop-item-not-found h1{font-size:2rem;margin-bottom:1rem;color:var(--blue-luwolf,#03c6f7)}.shop-item-not-found p{color:hsla(0,0%,100%,.5);margin-bottom:2rem}.shop-item-back-link{display:inline-flex;align-items:center;gap:.5rem;background:rgba(3,198,247,.08);color:var(--blue-luwolf,#03c6f7);padding:.8rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:500;transition:all .2s;border:1px solid rgba(3,198,247,.2)}.shop-item-back-link:hover{background:var(--blue-luwolf,#03c6f7);color:#000;border-color:var(--blue-luwolf,#03c6f7)}@media (max-width:900px){.shop-item-page{padding:1rem}.shop-item-top-bar{flex-direction:column;align-items:flex-start;gap:.75rem}.shop-item-share-wrapper{align-self:flex-end}.shop-item-view-card{flex-direction:column;gap:0;border-radius:12px}.shop-item-left-column{gap:0;padding:1.25rem}.shop-item-right-column{flex:unset;min-width:0;max-width:100%;width:100%;border-left:none;border-top:1px solid hsla(0,0%,100%,.06)}.shop-item-details-box{padding:1.25rem}.shop-item-gallery{flex-direction:column-reverse}.shop-item-thumbnails{flex-direction:row;overflow-x:auto;overflow-y:hidden;max-height:unset;padding-right:0;padding-bottom:.4rem}.shop-item-thumb{width:52px;height:52px}.shop-item-main-image{height:320px;padding:1rem}.shop-item-title{font-size:1.15rem}.shop-item-price{font-size:2.2rem}.shop-item-currency{font-size:1.3rem}.desktop-desc{display:none}.mobile-desc{display:block;margin-top:0;padding:1.25rem;border-top:1px solid hsla(0,0%,100%,.06)}.mobile-desc .shop-item-description-block{margin-top:0;padding-top:0}.mobile-desc .shop-item-description-block:before{display:none}.shop-item-breadcrumb .current{max-width:180px}}@media (max-width:480px){.shop-item-main-image{height:260px}.shop-item-thumb{width:46px;height:46px}.shop-item-price{font-size:1.9rem}.shop-item-currency{font-size:1.1rem}.shop-item-title{font-size:1.05rem}}.shop-item-links-selector{margin-top:1.25rem;margin-bottom:.25rem}.shop-item-links-label{display:block;font-size:.78rem;color:hsla(0,0%,100%,.45);margin-bottom:.6rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.shop-item-links-pills{display:flex;flex-wrap:wrap;gap:.5rem}.shop-item-link-pill{display:flex;flex-direction:column;align-items:flex-start;gap:2px;padding:.55rem .85rem;border-radius:10px;border:1.5px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.03);cursor:pointer;transition:all .2s ease;min-width:100px;position:relative;overflow:hidden}.shop-item-link-pill:before{content:"";position:absolute;inset:0;border-radius:10px;padding:1.5px;background:linear-gradient(135deg,#03c6f7,#ec0888);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .25s ease;pointer-events:none}.shop-item-link-pill:hover{background:hsla(0,0%,100%,.06);border-color:hsla(0,0%,100%,.2)}.shop-item-link-pill.active{border-color:transparent;background:rgba(3,198,247,.06);box-shadow:0 0 0 1px rgba(3,198,247,.1),0 2px 8px rgba(3,198,247,.08)}.shop-item-link-pill.active:before{opacity:1}.shop-item-link-pill.loading .shop-item-link-pill-price{animation:ml-price-pulse 1.2s ease-in-out infinite}.shop-item-link-pill-label{font-size:.82rem;font-weight:600;color:#fff;line-height:1.3}.shop-item-link-pill-price{font-size:.75rem;color:hsla(0,0%,100%,.55);font-weight:400;display:flex;align-items:center;gap:4px}.shop-item-link-pill.active .shop-item-link-pill-price{color:hsla(0,0%,100%,.7)}.shop-item-link-pill-ml{display:inline-flex;align-items:center;color:#ffe600;animation:ml-badge-in .3s ease}@media (max-width:900px){.shop-item-links-pills{gap:.4rem}.shop-item-link-pill{min-width:85px;padding:.45rem .7rem}.shop-item-link-pill-label{font-size:.78rem}.shop-item-link-pill-price{font-size:.7rem}}