*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--color-background);color:var(--color-text-primary);line-height:1.5}.hero{position:relative;overflow:hidden;height:450px;width:100vw;margin-left:calc(-50vw + 50%);margin-top:0}.hero-slider{position:relative;width:100%;height:100%}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .8s ease-in-out;background-size:cover;background-position:center}.hero-slide.active{opacity:1}.hero-slide:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#0006,#e6005c4d)}.hero-content{position:relative;z-index:2;max-width:1400px;margin:0 auto;padding:0 24px;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.hero h1{font-family:"Source Sans 3",sans-serif;font-size:52px;font-weight:800;color:var(--bg-surface);margin-bottom:16px;text-shadow:0 2px 10px rgba(0,0,0,.3)}.hero p{font-size:20px;color:var(--bg-surface);margin-bottom:32px;text-shadow:0 2px 6px rgba(0,0,0,.3)}.hero-stats{display:flex;justify-content:center;gap:48px;margin-top:32px}.hero-stat{text-align:center}.hero-stat-value{font-size:36px;font-weight:800;color:var(--bg-surface);display:block;text-shadow:0 2px 8px rgba(0,0,0,.3)}.hero-stat-label{font-size:14px;color:#fffffff2;font-weight:500;text-shadow:0 1px 4px rgba(0,0,0,.3)}.hero-dots{position:absolute;bottom:30px;left:50%;transform:translate(-50%);display:flex;gap:10px;z-index:3}.hero-dot{width:10px;height:10px;border-radius:50%;background:#ffffff80;cursor:pointer;transition:all .3s}.hero-dot.active{background:var(--bg-surface);width:30px;border-radius:5px}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff4d;backdrop-filter:blur(10px);border:none;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s;z-index:3}.hero-arrow:hover{background:#ffffff80}.hero-arrow.prev{left:30px}.hero-arrow.next{right:30px}.hero-arrow svg{width:24px;height:24px;color:var(--bg-surface)}.main-content{max-width:1400px;margin:0 auto;padding:0 24px 32px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.section-title{font-family:"Source Sans 3",sans-serif;font-size:24px;font-weight:700;color:var(--color-text-primary)}.view-all{color:var(--primary);text-decoration:none;font-weight:600;font-size:14px;display:flex;align-items:center;gap:4px}.view-all:hover{text-decoration:underline}.view-all svg{width:16px;height:16px}.filters{display:flex;gap:12px;margin-bottom:24px;margin-top:32px;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:4px}.filter-chip{padding:8px 16px;background:var(--bg-surface);border:2px solid #e5e7eb;border-radius:20px;font-size:14px;font-weight:500;color:var(--color-text-primary);cursor:pointer;white-space:nowrap;transition:all .2s;text-decoration:none;display:inline-block}.filter-chip:hover{border-color:var(--primary);color:var(--primary)}.filter-chip.active{background:var(--primary);border-color:var(--primary);color:var(--bg-surface)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px;margin-bottom:48px}.product-card{background:var(--bg-surface);border-radius:12px;overflow:hidden;cursor:pointer;transition:all .3s;border:1px solid #f3f4f6;text-decoration:none;color:inherit;display:block}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a;border-color:var(--color-border-light)}.product-image{width:100%;aspect-ratio:1;background:var(--gray-50);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.product-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-badges{position:absolute;top:12px;left:12px;display:flex;flex-direction:column;gap:6px;z-index:2}.product-badge{padding:5px 12px;border-radius:6px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;backdrop-filter:blur(8px);width:-moz-fit-content;width:fit-content}.product-badge.new{background:#6366f1e6;color:var(--bg-surface)}.product-badge.promoted{background:#ec4899e6;color:var(--bg-surface)}.product-badge.top{background:#fbbf24e6;color:var(--bg-surface)}.product-badge.popular{background:#fbbf24e6;color:#fff}.product-badge.sale{background:#ef4444e6;color:var(--bg-surface)}.product-favorite{position:absolute;top:12px;right:12px;width:36px;height:36px;background:var(--bg-surface);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #0000001a}.product-favorite:hover{transform:scale(1.1)}.product-favorite svg{width:18px;height:18px;color:var(--primary);stroke:var(--primary);fill:transparent;stroke-width:2;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.product-favorite.active svg{fill:var(--primary);animation:heartPop .5s cubic-bezier(.175,.885,.32,1.275)}@keyframes heartPop{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}.favorite-count{position:absolute;bottom:-2px;right:-2px;background:var(--primary);color:var(--bg-surface);font-size:9px;font-weight:700;padding:2px 5px;border-radius:8px;min-width:18px;text-align:center;border:2px solid white;box-shadow:0 2px 4px #e6005c4d;line-height:1}.product-info{padding:16px}.product-title{font-size:14px;font-weight:600;color:var(--color-text-primary);margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-seller{font-size:12px;color:var(--color-text-secondary);margin-bottom:8px}.product-price{font-size:16px;font-weight:700;color:var(--primary)}.product-price-wrapper{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.product-price-original{font-size:14px;color:var(--gray-500);text-decoration:line-through}.product-price.discounted{color:var(--red-600, #dc2626)}.product-badge.discount{background:var(--red-600, #dc2626)!important;color:#fff!important}.product-price.price-drop{color:var(--green-600, #16a34a)}.product-badge.price-drop{background:var(--green-600, #16a34a)!important;color:#fff!important}.recently-discount-badge{position:absolute;top:8px;left:8px;background:var(--red-600, #dc2626);color:#fff;font-size:11px;font-weight:600;padding:3px 8px;border-radius:4px;z-index:5}.recently-image{position:relative}.recently-price-wrapper{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.recently-price-original{font-size:12px;color:var(--gray-500);text-decoration:line-through}.recently-price.discounted{color:var(--red-600, #dc2626);font-weight:700}.recently-price-drop-badge{position:absolute;top:8px;left:8px;background:var(--green-600, #16a34a);color:#fff;font-size:11px;font-weight:600;padding:3px 8px;border-radius:4px;z-index:5}.recently-price.price-drop{color:var(--green-600, #16a34a);font-weight:700}.product-meta{display:flex;justify-content:space-between;align-items:center;margin-top:8px;padding-top:8px;border-top:1px solid #f3f4f6}.product-condition{font-size:11px;color:var(--color-text-secondary);background:var(--gray-50);padding:3px 8px;border-radius:4px}.product-location{font-size:11px;color:var(--gray-600);display:flex;align-items:center;gap:4px}.product-location svg{width:12px;height:12px}.product-date{font-size:11px;color:var(--gray-500);margin-top:4px}.no-filter-results{text-align:center;padding:48px 24px;color:var(--color-text-secondary);font-size:15px}.see-more-btn{background:var(--bg-surface);color:var(--color-text-primary);border:2px solid #e5e7eb;padding:14px 48px;font-size:15px;font-weight:600;border-radius:10px;display:inline-flex;align-items:center;gap:8px;cursor:pointer;transition:all .3s}.see-more-btn:hover{background:var(--gray-50);border-color:var(--primary);color:var(--primary);transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.see-more-btn svg{width:18px;height:18px;transition:transform .3s}.see-more-btn:hover svg{transform:translateY(2px)}.recently-viewed{background:var(--bg-surface);border-radius:12px;border:1px solid #e5e7eb;padding:32px;margin-bottom:48px}.recently-viewed-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.recently-viewed-title{font-family:"Source Sans 3",sans-serif;font-size:22px;font-weight:700;color:var(--color-text-primary)}.recently-carousel{position:relative;overflow:hidden}.recently-track{display:flex;gap:16px;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.recently-track::-webkit-scrollbar{display:none}.recently-card{flex:0 0 auto;width:180px;cursor:pointer;transition:all .2s;position:relative}.recently-card:hover{transform:translateY(-4px)}.recently-image{width:100%;aspect-ratio:1;background:var(--gray-50);border-radius:8px;overflow:hidden;margin-bottom:12px;border:1px solid #e5e7eb;position:relative}.recently-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.recently-name{font-size:13px;font-weight:500;color:var(--color-text-primary);margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4}.recently-footer{display:flex;align-items:center;justify-content:space-between;gap:8px}.recently-price{font-size:15px;font-weight:700;color:var(--primary)}.recently-cart-btn{background:var(--primary);color:var(--bg-surface);border:none;border-radius:6px;padding:6px 10px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;font-size:11px;font-weight:600;white-space:nowrap}.recently-cart-btn:hover{background:var(--primary-dark);transform:translateY(-1px)}.recently-cart-btn svg{width:14px;height:14px}.carousel-nav{display:flex;gap:8px}.carousel-btn{width:36px;height:36px;border-radius:50%;border:1px solid #e5e7eb;background:var(--bg-surface);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.carousel-btn:hover{background:var(--gray-50);border-color:var(--primary)}.carousel-btn svg{width:18px;height:18px;color:var(--color-text-secondary)}.carousel-btn:hover svg{color:var(--primary)}.how-it-works{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;margin-bottom:48px}.how-step{background:var(--bg-surface);border-radius:12px;padding:32px 24px;text-align:center;border:2px solid #f3f4f6;transition:all .3s}.how-step:hover{border-color:var(--primary);transform:translateY(-4px);box-shadow:0 8px 24px #e6005c14}.step-number{width:56px;height:56px;background:linear-gradient(135deg,#e6005c,#c00050);color:var(--bg-surface);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:800;margin:0 auto 20px;box-shadow:0 4px 12px #e6005c33}.how-step h3{font-size:18px;font-weight:700;color:var(--color-text-primary);margin-bottom:12px}.how-step p{font-size:14px;color:var(--color-text-secondary);line-height:1.6}.container{max-width:1400px;margin:0 auto;padding:0 24px}@media (max-width: 768px){.hero{height:350px;margin-left:calc(-50vw + 50%)}.hero-content{padding:0 16px}.hero h1{font-size:32px;margin-bottom:12px}.hero p{font-size:16px;margin-bottom:24px}.hero-stats{flex-direction:row;flex-wrap:wrap;gap:24px}.hero-stat-value{font-size:24px}.hero-stat-label{font-size:12px}.hero-arrow{width:40px;height:40px}.hero-arrow.prev{left:12px}.hero-arrow.next{right:12px}.hero-arrow svg{width:18px;height:18px}.hero-dots{gap:6px;bottom:16px}.hero-dot{width:6px;height:6px}.section{padding:32px 16px}.section-header{margin-bottom:20px}.section-title{font-size:22px}.section-subtitle{font-size:13px}.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-card{padding:12px}.product-image{height:160px;margin-bottom:10px}.product-name{font-size:13px;margin-bottom:6px}.product-seller{font-size:11px;margin-bottom:6px}.product-price{font-size:15px}.product-condition,.product-location{font-size:10px}.see-more-btn{padding:12px 32px;font-size:14px}.recently-viewed{padding:24px 16px;margin-bottom:32px}.recently-viewed-title{font-size:20px}.recently-card{width:140px}.recently-name{font-size:12px}.recently-price{font-size:14px}.carousel-nav{gap:6px}.carousel-btn{width:28px;height:28px;font-size:14px}}@media (max-width: 480px){.hero{height:300px}.hero-content{padding:0 12px}.hero h1{font-size:24px;margin-bottom:8px}.hero p{font-size:14px;margin-bottom:16px}.hero-stats{gap:16px}.hero-stat-value{font-size:20px}.hero-stat-label{font-size:11px}.hero-arrow{width:32px;height:32px}.hero-arrow.prev{left:8px}.hero-arrow.next{right:8px}.hero-arrow svg{width:14px;height:14px}.section{padding:24px 12px}.section-title{font-size:18px}.section-subtitle{font-size:12px}.product-grid{grid-template-columns:repeat(2,1fr);gap:8px}.product-card{padding:10px}.product-image{height:140px;margin-bottom:8px}.product-name{font-size:12px;-webkit-line-clamp:2}.product-seller{font-size:10px}.product-price{font-size:14px}.product-meta{flex-direction:column;align-items:flex-start;gap:4px}.see-more-btn{padding:10px 24px;font-size:13px}.recently-viewed{padding:20px 12px}.recently-viewed-title{font-size:18px}.recently-card{width:120px}.recently-image{margin-bottom:8px}.recently-name{font-size:11px;margin-bottom:6px}.recently-price{font-size:13px}.recently-cart-btn{padding:5px 8px;font-size:10px}.carousel-nav{gap:4px}.carousel-btn{width:24px;height:24px;font-size:12px}}.product-card.product-hidden{display:none}.product-grid[data-view=list]{grid-template-columns:1fr;gap:8px}.product-grid[data-view=list] .product-card{display:flex;flex-direction:row;align-items:stretch}.product-grid[data-view=list] .product-image{width:140px;min-width:140px;height:100px;aspect-ratio:auto}.product-grid[data-view=list] .product-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:8px 0 0 8px}.product-grid[data-view=list] .product-image .product-badges{top:8px;left:8px;gap:4px}.product-grid[data-view=list] .product-image .product-badge{font-size:10px;padding:2px 6px}.product-grid[data-view=list] .product-image .product-favorite{width:28px;height:28px;top:4px;right:4px}.product-grid[data-view=list] .product-info{flex:1;display:flex;flex-direction:column;justify-content:center;padding:8px 12px;gap:2px}.product-grid[data-view=list] .product-title{font-size:.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-grid[data-view=list] .product-seller{font-size:.75rem}.product-grid[data-view=list] .product-price,.product-grid[data-view=list] .product-price-wrapper{font-size:.875rem}.product-grid[data-view=list] .product-meta{font-size:.7rem;margin-top:0}@media (max-width: 640px){.product-grid[data-view=list] .product-card{flex-direction:column}.product-grid[data-view=list] .product-image{width:100%;min-width:unset;height:140px}.product-grid[data-view=list] .product-image img{border-radius:8px 8px 0 0}}.product-card[data-astro-cid-ct3bgug4].product-hidden{display:none}#filterableContent[data-astro-cid-ct3bgug4]{transition:opacity .15s ease}
