*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#fff;background:#000;width:100%;overflow-x:hidden}.hero-banner{height:100vh;max-height:900px;min-height:600px;background:#000;position:relative;width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-desktop-split{display:flex;position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:1}.hero-split-column{flex:1;position:relative;overflow:hidden;cursor:pointer;transition:flex .6s cubic-bezier(.4,0,.2,1)}.hero-split-column:hover{flex:1.5}.hero-split-column:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,#0000,#0003,#000c);z-index:2;opacity:0;transition:opacity .6s ease}.hero-split-column:hover:before{opacity:1}.split-image-wrapper{position:absolute;top:0;left:-10%;width:120%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1)}.split-image{width:100%;height:100%;object-fit:cover;object-position:center;filter:grayscale(100%) brightness(.7);transition:all .6s cubic-bezier(.4,0,.2,1);transform:scale(1.1)}.hero-split-column:hover .split-image{filter:grayscale(0%) brightness(1);transform:scale(1)}.hero-split-column[data-column="1"] .split-image{object-position:left center}.hero-split-column[data-column="2"] .split-image{object-position:center center}.hero-split-column[data-column="3"] .split-image{object-position:right center}.split-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,#0000004d,#00000080,#000000e6);z-index:2;transition:opacity .6s ease}.hero-split-column:hover .split-overlay{opacity:.7}.split-content{position:absolute;bottom:40px;left:50%;transform:translate(-50%);text-align:center;z-index:3;opacity:0;transition:all .6s cubic-bezier(.4,0,.2,1)}.hero-split-column:hover .split-content{opacity:1;bottom:60px}.split-label{display:inline-block;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);padding:4px 12px;font-size:9px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#fff;margin-bottom:8px;border-radius:20px}.split-content h3{font-size:18px;font-weight:300;color:#fff;letter-spacing:1px;text-transform:uppercase;margin:0}.split-divider{position:absolute;top:0;bottom:0;width:1px;background:linear-gradient(180deg,transparent 0%,rgba(255,255,255,.1) 20%,rgba(255,255,255,.1) 80%,transparent 100%);z-index:4;pointer-events:none}.split-divider.left{left:33.333%}.split-divider.right{left:66.666%}.hero-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;text-align:center;padding:0 20px;width:100%;max-width:900px;pointer-events:none}.hero-content-wrapper{background:#0006;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:60px 50px;box-shadow:0 20px 60px #00000080;pointer-events:auto;transition:all .4s cubic-bezier(.4,0,.2,1);margin:0 auto;width:100%;max-width:100%}.hero-content-wrapper:hover{background:#0009;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);transform:translateY(-5px);box-shadow:0 30px 80px #000000b3}.hero-tagline{display:inline-block;background:linear-gradient(90deg,#666,#999);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:11px;font-weight:700;letter-spacing:3px;text-transform:uppercase;margin-bottom:20px;opacity:.9}.hero-content h1{font-size:5rem;font-weight:700;margin-bottom:20px;letter-spacing:-3px;color:#fff;line-height:1;text-transform:uppercase;background:linear-gradient(180deg,#fff,#ccc);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-content p{font-size:1.2rem;margin-bottom:40px;color:#fffc;font-weight:300;line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:16px;justify-content:center;align-items:center;margin-bottom:40px}.cta-button{padding:16px 32px;text-decoration:none;font-weight:600;transition:all .3s ease;border-radius:4px;display:inline-block;font-size:14px;border:none;cursor:pointer;text-transform:uppercase;letter-spacing:1px;position:relative;overflow:hidden}.cta-button.primary{background:#fff;color:#000}.cta-button.primary:hover{background:#f0f0f0;transform:translateY(-2px);box-shadow:0 8px 20px #fff3}.cta-button.secondary{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cta-button.secondary:hover{background:#ffffff1a;border-color:#ffffff80;transform:translateY(-2px)}.hero-nav-dots{display:flex;gap:12px;justify-content:center;align-items:center}.nav-dot{width:8px;height:8px;border-radius:50%;background:#ffffff4d;border:1px solid rgba(255,255,255,.5);cursor:pointer;transition:all .3s ease}.nav-dot.active{background:#ffffffe6;width:24px;border-radius:4px}.nav-dot:hover{background:#fff9;transform:scale(1.2)}.hero-mobile-bg{display:none;position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.hero-slideshow{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;overflow:hidden;display:none}.hero-bg-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:0;transition:opacity 1.5s ease-in-out,transform 8s ease-out;transform:scale(1.1)}.hero-bg-image.active{opacity:.85;transform:scale(1);animation:kenBurns 8s ease-out}@keyframes kenBurns{0%{transform:scale(1) translateY(0)}to{transform:scale(1.05) translateY(-2%)}}.slide-indicators{position:absolute;bottom:30px;left:50%;transform:translate(-50%);display:none;gap:12px;z-index:5}.slide-indicators .indicator{width:10px;height:10px;border-radius:50%;background:#ffffff4d;border:1px solid rgba(255,255,255,.5);cursor:pointer;transition:all .3s ease;position:relative}.slide-indicators .indicator.active{background:#ffffffe6;width:30px;border-radius:5px}.slide-indicators .indicator.active:after{content:"";position:absolute;top:-3px;left:-3px;right:-3px;bottom:-3px;border:1px solid rgba(255,255,255,.3);border-radius:7px;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:0;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,#0000004d,#0009,#000000e6);z-index:2}@keyframes floatAnimation{0%,to{transform:translate(-50%,-50%) translateY(0)}50%{transform:translate(-50%,-50%) translateY(-8px)}}@media (min-width: 901px){.hero-content{animation:floatAnimation 8s ease-in-out infinite}}@media (max-width: 900px){.hero-content{animation:none}}.main-container{width:100%;margin:0;padding:60px 0;background:#000}.section-title{text-align:center;font-size:2.5rem;font-weight:600;margin-bottom:16px;color:#fff;letter-spacing:-1px;padding:0 20px}.section-subtitle{text-align:center;font-size:1rem;color:#ccc;margin-bottom:60px;font-weight:400;padding:0 20px}.filters-section{display:flex;justify-content:center;padding:30px 20px;margin-bottom:40px;width:100%}.filters-wrapper{max-width:700px;width:100%;background:#111;border:1px solid #222222;border-radius:8px;padding:25px}.filters-title{font-size:14px;font-weight:600;margin-bottom:20px;color:#fff;text-align:center;text-transform:uppercase;letter-spacing:1px}.filters-container{display:flex;align-items:center;justify-content:center;gap:30px;flex-wrap:wrap}.filter-group{display:flex;align-items:center;gap:12px}.filter-label{font-size:11px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px}.filter-options{display:flex;gap:6px}.filter-btn{padding:8px 14px;border:1px solid #333333;background:#000;color:#888;cursor:pointer;transition:all .3s ease;font-weight:500;font-size:11px;text-transform:uppercase;letter-spacing:.3px;border-radius:4px}.filter-btn:hover{border-color:#555;background:#1a1a1a;color:#fff}.filter-btn.active{background:#fff;color:#000;border-color:#fff}.clear-filters{background:transparent;color:#666;border:1px solid #333333;padding:8px 16px;cursor:pointer;font-weight:500;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;font-size:10px;border-radius:4px}.clear-filters:hover{border-color:#f44;color:#f44;background:#ff44440d}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:80px;padding:0 30px;width:100%}.product-card{background:#111;position:relative;cursor:pointer;transition:all .3s ease;border-radius:8px;overflow:hidden;border:1px solid #222222}.product-card:hover{transform:translateY(-4px);border-color:#444;box-shadow:0 8px 25px #ffffff1a}.product-badge{position:absolute;top:12px;left:12px;background:#fff;color:#000;padding:4px 8px;font-size:10px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;z-index:10;border-radius:12px}.stock-indicator{position:absolute;bottom:8px;left:8px;display:flex;align-items:center;gap:4px;padding:3px 6px;border-radius:3px;font-size:7px;font-weight:600;text-transform:uppercase;letter-spacing:.3px;z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all .3s ease}.stock-indicator.in-stock{background:#4caf50e6;color:#fff}.stock-indicator.low-stock{background:#ff9800e6;color:#fff;animation:pulse-orange 2s infinite}.stock-indicator.out-of-stock{background:#f44336e6;color:#fff}.stock-dot{width:6px;height:6px;border-radius:50%;background:currentColor;animation:pulse-dot 2s infinite}.stock-text{font-size:6px;font-weight:700}@keyframes pulse-orange{0%,to{opacity:.9;transform:scale(1)}50%{opacity:1;transform:scale(1.02)}}@keyframes pulse-dot{0%,to{opacity:.7}50%{opacity:1}}.product-image{width:100%;height:580px;background:#1a1a1a;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;margin-bottom:12px}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image img{transform:scale(1.03)}.rim-visual{width:180px;height:180px;border:8px solid #ffffff;border-radius:50%;background:radial-gradient(circle,#888 20%,#555,#222 80%);position:relative;transition:transform .4s ease}.product-card:hover .rim-visual{transform:rotate(90deg)}.rim-visual:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;background:#ccc;border-radius:50%;border:3px solid #fff}.rim-spokes{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:140px;height:140px}.spoke{position:absolute;top:50%;left:50%;width:6px;height:60px;background:linear-gradient(to bottom,#aaa,#777);transform-origin:center bottom;border-radius:2px}.spoke:nth-child(1){transform:translate(-50%,-100%) rotate(0)}.spoke:nth-child(2){transform:translate(-50%,-100%) rotate(45deg)}.spoke:nth-child(3){transform:translate(-50%,-100%) rotate(90deg)}.spoke:nth-child(4){transform:translate(-50%,-100%) rotate(135deg)}.spoke:nth-child(5){transform:translate(-50%,-100%) rotate(180deg)}.spoke:nth-child(6){transform:translate(-50%,-100%) rotate(225deg)}.spoke:nth-child(7){transform:translate(-50%,-100%) rotate(270deg)}.spoke:nth-child(8){transform:translate(-50%,-100%) rotate(315deg)}.product-info{padding:0 16px 16px;text-align:left}.product-info h3{font-size:13px;margin-bottom:8px;color:#fff;font-weight:400;letter-spacing:.3px;text-transform:uppercase;line-height:1.3;min-height:32px}.product-specs{display:flex;gap:6px;margin-bottom:8px;flex-wrap:wrap}.spec-item{background:#222;color:#ccc;padding:2px 6px;font-size:9px;font-weight:500;letter-spacing:.3px;text-transform:uppercase;border-radius:2px}.demand-indicator{display:flex;align-items:center;gap:4px;margin-bottom:8px;padding:3px 0;animation:fadeInDemand .5s ease-out}.demand-icon{font-size:10px;animation:blink 3s infinite}.demand-text{font-size:9px;color:#888;font-weight:500}.viewer-count{color:#fff;font-weight:600;transition:all .3s ease}@keyframes blink{0%,80%,to{opacity:1}40%{opacity:.3}}@keyframes fadeInDemand{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.product-price{font-size:14px;font-weight:600;color:#fff;margin-bottom:8px;letter-spacing:.3px}.price-sale{color:#fff;font-weight:600}.price-compare{text-decoration:line-through;color:#888;font-size:12px;font-weight:400;margin-left:8px}.urgency-message{display:flex;align-items:center;gap:4px;background:#ff980026;border:1px solid rgba(255,152,0,.5);padding:4px 6px;border-radius:3px;margin-top:6px;animation:urgent-pulse-orange 2s infinite;box-shadow:0 2px 8px #ff980033}.urgency-icon{font-size:8px;color:#ff9800;filter:drop-shadow(0 0 2px #ff9800)}.urgency-text{font-size:8px;color:#ff9800;font-weight:600;text-transform:uppercase;letter-spacing:.3px}@keyframes urgent-pulse-orange{0%,to{background:#ff980026;border-color:#ff980080;box-shadow:0 2px 8px #ff980033}50%{background:#ff980040;border-color:#ff9800b3;box-shadow:0 4px 12px #ff980066}}.reviews-section{padding:80px 30px;width:100%;background:#000}.reviews-horizontal{display:flex;gap:20px;overflow-x:auto;scroll-behavior:smooth;padding:20px 0;margin-bottom:40px;scroll-snap-type:x mandatory}.review-card{flex:0 0 380px;background:#111;border-radius:12px;overflow:hidden;border:1px solid #222222;transition:all .3s ease;scroll-snap-align:start}.review-card:hover{transform:translateY(-5px);border-color:#333;box-shadow:0 10px 30px #ffffff1a}.review-media{position:relative;width:100%;height:250px;overflow:hidden;background:#1a1a1a}.review-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a1a,#222);border-bottom:1px solid #333333}.placeholder-icon{font-size:48px;margin-bottom:12px;opacity:.5;filter:grayscale(100%)}.placeholder-text{font-size:14px;color:#666;text-transform:uppercase;letter-spacing:1px;font-weight:500}.review-photo{width:100%;height:100%;position:relative;cursor:pointer}.review-photo img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.review-card:hover .review-photo img{transform:scale(1.05)}.photo-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0000004d;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.review-photo:hover .photo-overlay{opacity:1}.zoom-icon{font-size:24px;filter:drop-shadow(0 2px 8px rgba(0,0,0,.5))}.photo-count{position:absolute;top:10px;right:10px;background:#000c;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600}.ba-label{position:absolute;bottom:10px;left:10px;background:#ffffffe6;color:#000;padding:4px 8px;border-radius:4px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.review-video{position:relative;width:100%;height:100%;cursor:pointer}.review-video video{width:100%;height:100%;object-fit:cover}.play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;background:#ffffffe6;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;color:#000;transition:all .3s ease;box-shadow:0 4px 15px #0000004d}.review-card:hover .play-button{background:#fff;transform:translate(-50%,-50%) scale(1.1)}.video-duration{position:absolute;bottom:10px;right:10px;background:#000c;color:#fff;padding:2px 6px;border-radius:3px;font-size:11px;font-weight:500}.purchase-badge{position:absolute;top:10px;left:10px;display:flex;align-items:center;gap:4px;padding:5px 10px;border-radius:20px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2;transition:all .3s ease}.purchase-badge.online{background:#ffffffe6;color:#000;border:1px solid rgba(255,255,255,.95);box-shadow:0 2px 8px #ffffff26}.purchase-badge.online:hover{background:#fff;box-shadow:0 4px 12px #ffffff40;transform:scale(1.05)}.purchase-badge.pickup{background:#111111e6;color:#fff;border:1px solid rgba(255,255,255,.2);box-shadow:0 2px 8px #0006}.purchase-badge.pickup:hover{background:#222222f2;border-color:#fff6;box-shadow:0 4px 12px #ffffff26;transform:scale(1.05)}.badge-icon{font-size:12px}.review-card:hover .purchase-badge{transform:translateY(-2px) scale(1.02)}.review-content{padding:20px}.reviewer-info{display:flex;align-items:center;gap:12px;margin-bottom:12px}.reviewer-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#333,#666);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;border:2px solid #222222}.reviewer-details{flex:1}.reviewer-details h4{font-size:14px;font-weight:600;color:#fff;margin:0}.review-date{font-size:11px;color:#666}.verified-badge{background:#4caf501a;border:1px solid rgba(76,175,80,.3);padding:3px 8px;border-radius:12px;font-size:10px;color:#4caf50;font-weight:600}.review-stars{display:flex;align-items:center;gap:8px;margin-bottom:12px}.stars{color:#ffc107;font-size:14px;letter-spacing:2px}.rating-text{font-size:12px;color:#888;font-weight:500}.review-text{font-size:13px;line-height:1.6;color:#ccc;margin-bottom:12px}.review-product{display:flex;gap:8px;margin-bottom:12px;flex-wrap:wrap}.product-tag,.car-tag{background:#1a1a1a;padding:4px 8px;border-radius:4px;font-size:10px;color:#888;border:1px solid #2a2a2a}.product-tag{color:#fff;border-color:#333}.helpful-section{padding-top:12px;border-top:1px solid #222222}.helpful-btn{background:transparent;border:1px solid #333333;color:#888;padding:6px 12px;border-radius:4px;font-size:11px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:4px}.helpful-btn:hover{border-color:#555;color:#fff;background:#ffffff0d}.helpful-btn.active{border-color:#4caf50;color:#4caf50}.review-stats-bar{background:#111;border:1px solid #222222;border-radius:8px;padding:25px;margin:40px auto 60px;max-width:1000px;display:flex;align-items:center;justify-content:space-between;gap:30px}.stats-container{display:flex;align-items:center;gap:30px;flex:1}.stat-item{text-align:center}.stat-number{display:block;font-size:24px;font-weight:700;color:#fff;margin-bottom:4px}.stat-label{display:block;font-size:11px;color:#666;text-transform:uppercase;letter-spacing:.5px}.stat-separator{width:1px;height:30px;background:#333}.see-all-reviews{background:#fff;color:#000;border:none;padding:12px 24px;border-radius:4px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:all .3s ease;white-space:nowrap}.see-all-reviews:hover{background:#f0f0f0;transform:translateY(-2px);box-shadow:0 8px 20px #fff3}.reviews-horizontal::-webkit-scrollbar{height:8px}.reviews-horizontal::-webkit-scrollbar-track{background:#111;border-radius:4px}.reviews-horizontal::-webkit-scrollbar-thumb{background:#333;border-radius:4px}.reviews-horizontal::-webkit-scrollbar-thumb:hover{background:#444}.ebay-compact-section{background:#111;padding:30px;margin:60px auto;max-width:1200px;border-radius:8px;border:1px solid #333333;position:relative}.ebay-header-row{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-bottom:20px}.ebay-branding{display:flex;align-items:center;gap:12px}.ebay-logo-img{width:60px;height:auto}.ebay-badge-compact{background:#fff;color:#000;padding:6px 14px;border-radius:20px;font-weight:700;font-size:11px;letter-spacing:.5px;display:flex;align-items:center;gap:6px;white-space:nowrap}.ebay-badge-compact .star{color:#f5af02;font-size:14px}.ebay-metrics-compact{display:flex;align-items:center;gap:20px;flex:1;justify-content:center}.metric-item{text-align:center}.metric-num{display:block;font-size:1.5rem;font-weight:700;color:#fff;line-height:1}.metric-num .star{color:#f5af02}.metric-txt{display:block;font-size:10px;color:#666;text-transform:uppercase;letter-spacing:.5px;margin-top:4px}.metric-sep{width:1px;height:30px;background:#333}.ebay-actions{display:flex;gap:12px}.btn-ebay-primary{background:#fff;color:#000;padding:10px 20px;border-radius:4px;text-decoration:none;font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.5px;transition:all .3s ease;white-space:nowrap}.btn-ebay-primary:hover{background:#f0f0f0;transform:translateY(-1px);box-shadow:0 4px 12px #ffffff26}.btn-ebay-secondary{color:#888;padding:10px 20px;border:1px solid #333333;border-radius:4px;text-decoration:none;font-size:12px;font-weight:500;transition:all .3s ease;white-space:nowrap}.btn-ebay-secondary:hover{color:#fff;border-color:#555;background:#ffffff05}.ebay-trust-bar{display:flex;align-items:center;justify-content:center;gap:30px;padding-top:20px;border-top:1px solid #222222}.trust-item-compact{display:flex;align-items:center;gap:6px;font-size:12px;color:#888}.check-icon{color:#4caf50;font-weight:700;font-size:14px}.ebay-compact-section:hover{border-color:#444;transition:border-color .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.metric-num{animation:fadeIn .5s ease-out}.security-section{background:#000;padding:80px 30px;margin:60px 0;width:100%;border-top:1px solid #222222;border-bottom:1px solid #222222}.security-title{text-align:center;font-size:2rem;font-weight:600;color:#fff;margin-bottom:50px;letter-spacing:-.5px}.security-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.security-block{background:#111;padding:30px 20px;border-radius:8px;border:1px solid #222222;text-align:center;transition:all .3s ease;position:relative;overflow:hidden}.security-block:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#4CAF50,transparent);opacity:0;transition:opacity .3s ease}.security-block:hover:before{opacity:1}.security-block:hover{transform:translateY(-5px);border-color:#333;background:#151515}.security-header{display:flex;flex-direction:column;align-items:center;gap:12px;margin-bottom:20px}.lock-icon,.shipping-icon,.return-icon,.auth-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border-radius:50%;padding:8px}.security-header h3{font-size:16px;font-weight:600;color:#fff;margin:0;text-transform:uppercase;letter-spacing:.5px}.payment-methods{display:flex;justify-content:center;gap:20px;margin-bottom:15px;padding:15px;background:#000;border-radius:6px;align-items:center}.payment-logo,.security-img{height:32px;width:auto;opacity:.8;transition:all .3s ease;filter:brightness(.9)}.payment-logo:hover,.security-img:hover{opacity:1;filter:brightness(1);transform:scale(1.1)}.icon-img{width:100%;height:100%;object-fit:contain;filter:brightness(.9);transition:all .3s ease}.security-block:hover .icon-img{filter:brightness(1.1);transform:scale(1.1)}.shipping-features{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;margin-bottom:15px}.feature-item{display:flex;flex-direction:column;gap:4px}.feature-number{font-size:24px;font-weight:700;color:#fff}.feature-text{font-size:10px;color:#666;text-transform:uppercase;letter-spacing:.5px}.return-process{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:15px;padding:15px;background:#000;border-radius:6px}.process-step{display:flex;flex-direction:column;align-items:center;gap:4px}.step-number{width:28px;height:28px;border:2px solid #333333;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;color:#fff;font-size:14px}.step-text{font-size:10px;color:#666;text-transform:uppercase}.process-arrow{color:#333;font-size:16px}.auth-badges{display:flex;flex-direction:column;gap:8px;margin-bottom:15px;padding:15px;background:#000;border-radius:6px}.auth-badge{display:flex;align-items:center;justify-content:center;gap:8px;font-size:12px;color:#888}.badge-check{color:#4caf50;font-weight:700}.security-text{font-size:12px;color:#666;margin:0;font-style:italic}.trust-message{text-align:center;margin-top:40px;padding:20px;background:#111;border-radius:8px;max-width:600px;margin-left:auto;margin-right:auto}.trust-message p{font-size:16px;color:#888;margin:0}.trust-message strong{color:#fff;font-size:20px}.empty-collection{grid-column:1 / -1;text-align:center;padding:60px 20px;color:#ccc}.hidden{display:none!important}.product-card:focus-within{outline:2px solid #ffffff;outline-offset:2px}.filter-btn:focus,.cta-button:focus,.clear-filters:focus{outline:2px solid #ffffff;outline-offset:2px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.button-ripple{position:absolute;border-radius:50%;background:#ffffff80;transform:scale(0);animation:ripple .6s ease-out;pointer-events:none}@keyframes ripple{to{transform:scale(4);opacity:0}}.indicator,.guarantee-card,.stat-card{animation:fadeInUp .6s ease-out forwards;opacity:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1200px){.ebay-container{grid-template-columns:1fr;gap:40px}.ebay-trust-badges,.ebay-guarantees{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px}.ebay-stats-grid{grid-template-columns:repeat(2,1fr)}.hero-content h1{font-size:4rem}.hero-content p{font-size:1.1rem}.hero-content-wrapper{padding:50px 40px}.review-card{flex:0 0 320px}}@media (max-width: 1199px) and (min-width: 901px){.product-grid{padding:0 25px;gap:12px}.product-image{height:550px}.filters-wrapper{padding:40px}.hero-content h1{font-size:3.5rem}.hero-content-wrapper{padding:45px 35px}}@media (max-width: 900px){.product-grid{grid-template-columns:repeat(3,1fr);gap:10px;padding:0 20px}.product-image{height:400px}.hero-desktop-split{display:none}.hero-mobile-bg,.hero-slideshow{display:block}.slide-indicators{display:flex}.hero-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;max-width:100%;padding:0 20px;animation:none;display:flex;align-items:center;justify-content:center;min-height:50vh}.hero-content-wrapper{background:#000000b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:40px 30px;border-radius:15px;border:1px solid rgba(255,255,255,.1);width:100%;max-width:500px;margin:0 auto;text-align:center;position:relative;transform:none}.hero-content-wrapper:hover{transform:none;background:#000c}.hero-content h1{font-size:3rem;text-shadow:2px 2px 8px rgba(0,0,0,.8);line-height:1.1;margin-bottom:15px}.hero-content p{font-size:1rem;line-height:1.5;margin-bottom:30px;text-shadow:1px 1px 4px rgba(0,0,0,.8)}.hero-tagline{font-size:10px;letter-spacing:2px;margin-bottom:15px}.hero-nav-dots{display:none}.hero-buttons{flex-direction:row;gap:12px;justify-content:center;margin-bottom:0}.cta-button{padding:12px 20px;font-size:12px;width:auto;text-align:center}.cta-button.secondary{display:none}.hero-bg-image{object-position:center center;filter:brightness(.6)}.hero-overlay{background:linear-gradient(180deg,#0003,#0006 30%,#000000b3 70%,#000000e6)}.main-container{padding:40px 0}.section-title{font-size:2rem;padding:0 20px}.section-subtitle{padding:0 20px}.filters-section{padding:25px 20px}.filters-wrapper{max-width:600px;padding:25px 20px}.filters-container{gap:20px}.review-card{flex:0 0 280px}.review-stats-bar{flex-direction:column;gap:20px}.stats-container{width:100%;justify-content:space-around}.ebay-compact-section{padding:25px;margin:40px 20px}.ebay-header-row{gap:20px}.ebay-metrics-compact{gap:15px}.metric-num{font-size:1.3rem}.security-container{grid-template-columns:repeat(2,1fr);gap:20px}.security-title{font-size:1.6rem}}@media (max-width: 768px){.product-grid{grid-template-columns:repeat(2,1fr);gap:8px;padding:0 15px}.product-card{aspect-ratio:auto}.product-image{width:100%;height:0;padding-bottom:100%;position:relative;margin-bottom:12px}.product-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.rim-visual{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:140px;height:140px}.hero-banner{height:80vh;min-height:500px;position:relative;display:flex;align-items:center;justify-content:center}.hero-mobile-bg{display:block;animation:fadeIn .8s ease-out}.hero-slideshow{display:block}.hero-bg-image{width:100%;height:100%;object-fit:cover;object-position:center center;filter:brightness(.7)}.hero-bg-image.active{opacity:.9;animation:kenBurns 8s ease-out}.slide-indicators{display:flex;opacity:.9;bottom:25px}.hero-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;max-width:100%;padding:0 15px;animation:none;z-index:15;display:flex;align-items:center;justify-content:center;min-height:auto}.hero-content-wrapper{background:#000000d9;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:30px 20px;width:100%;max-width:400px;margin:0 auto;text-align:center;position:relative;transform:none;box-shadow:0 10px 30px #000c}.hero-content-wrapper:hover{transform:none;background:#000000e6;box-shadow:0 15px 40px #000000e6}.hero-tagline{font-size:9px;letter-spacing:1.5px;margin-bottom:12px;opacity:.8}.hero-content h1{font-size:2.5rem;font-weight:800;text-shadow:3px 3px 10px rgba(0,0,0,.9);margin-bottom:15px;line-height:1;letter-spacing:-1px}.hero-content p{font-size:.95rem;text-shadow:2px 2px 6px rgba(0,0,0,.9);margin-bottom:25px;line-height:1.4;font-weight:500;opacity:.95}.hero-buttons{flex-direction:row;gap:10px;justify-content:center;margin-bottom:0}.cta-button{padding:14px 24px;font-size:12px;font-weight:700;border-radius:6px;min-width:120px}.cta-button.primary{background:#fff;color:#000;box-shadow:0 4px 15px #ffffff4d}.cta-button.secondary,.hero-nav-dots{display:none}.filters-section{padding:20px 15px}.filters-wrapper{max-width:500px;padding:20px 15px}.filters-title{font-size:12px;margin-bottom:15px}.filters-container{flex-direction:column;gap:15px}.filter-group{width:100%;flex-direction:column;gap:8px}.filter-label{font-size:10px}.filter-options{width:100%;justify-content:center;gap:5px}.filter-btn{padding:6px 12px;font-size:10px}.clear-filters{width:100%;padding:8px;font-size:10px}.reviews-horizontal{padding:15px 0}.review-card{flex:0 0 260px}.review-media{height:200px}.review-content{padding:15px}.review-stats-bar{padding:20px 15px}.stats-container{flex-wrap:wrap;gap:15px}.stat-item{flex:1 1 40%}.stat-separator{display:none}.see-all-reviews{width:100%;margin-top:15px}.ebay-compact-section{padding:20px 15px;margin:30px 10px}.ebay-header-row{flex-direction:column;gap:20px;margin-bottom:20px}.ebay-branding{width:100%;justify-content:center}.ebay-logo-img{width:50px}.ebay-badge-compact{font-size:10px;padding:5px 12px}.ebay-metrics-compact{width:100%;justify-content:space-between;gap:0}.metric-item{flex:1}.metric-num{font-size:1.2rem}.metric-txt{font-size:9px}.metric-sep{height:25px}.ebay-actions{width:100%;flex-direction:column;gap:10px}.btn-ebay-primary,.btn-ebay-secondary{width:100%;text-align:center;padding:12px;font-size:11px}.ebay-trust-bar{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding-top:15px}.trust-item-compact{font-size:11px}.security-section{padding:50px 20px}.security-container{grid-template-columns:repeat(2,1fr);gap:15px;max-width:100%}.security-title{font-size:1.4rem;margin-bottom:30px}.security-block{padding:20px 15px}.lock-icon,.shipping-icon,.return-icon,.auth-icon{width:40px;height:40px;padding:6px}.security-header h3{font-size:13px}.payment-methods{padding:10px;gap:10px;flex-direction:column}.security-img{height:24px}.shipping-features{gap:10px}.feature-number{font-size:18px}.feature-text{font-size:9px}.return-process{padding:10px 5px;gap:5px}.step-number{width:22px;height:22px;font-size:11px}.step-text{font-size:9px}.process-arrow{font-size:12px}.auth-badges{padding:10px;gap:6px}.auth-badge,.security-text{font-size:11px}.trust-message{padding:15px;margin-top:30px}.trust-message p{font-size:13px}.trust-message strong{font-size:16px}}@media (max-width: 480px){.product-grid{padding:0 12px;gap:6px}.product-image{padding-bottom:100%}.rim-visual{width:120px;height:120px}.hero-banner{height:75vh;min-height:450px}.hero-content{padding:0 12px}.hero-content-wrapper{padding:25px 18px;max-width:350px;border-radius:10px}.hero-content h1{font-size:2rem;font-weight:900;text-shadow:3px 3px 12px rgba(0,0,0,1);letter-spacing:-.5px;margin-bottom:12px}.hero-content p{font-size:.9rem;text-shadow:2px 2px 8px rgba(0,0,0,1);font-weight:500;margin-bottom:20px;line-height:1.3}.hero-tagline{font-size:8px;letter-spacing:1px;margin-bottom:10px}.cta-button{padding:12px 20px;font-size:11px;font-weight:700;min-width:110px}.section-title{font-size:1.6rem;padding:0 12px}.section-subtitle{padding:0 12px}.product-info h3{font-size:11px}.product-price{font-size:12px}.review-card{flex:0 0 240px}.review-media{height:180px}}@media (max-width: 360px){.hero-banner{height:70vh;min-height:400px}.hero-content-wrapper{padding:20px 15px;max-width:320px}.hero-content h1{font-size:1.8rem;font-weight:900;text-shadow:4px 4px 15px rgba(0,0,0,1);margin-bottom:10px;line-height:.9}.hero-content p{font-size:.85rem;text-shadow:2px 2px 10px rgba(0,0,0,1);font-weight:500;margin-bottom:18px;line-height:1.25}.hero-tagline{font-size:7px;letter-spacing:.8px;margin-bottom:8px}.cta-button{padding:11px 18px;font-size:10px;font-weight:800;min-width:100px;box-shadow:0 6px 20px #000000b3}.review-card{flex:0 0 220px}.review-media{height:160px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/theme.css.map */
