.emarket-featured-products{padding:48px 0}.emarket-section-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.emarket-tabs{gap:30px;display:flex}.emarket-tab{color:#888;cursor:pointer;background:0 0;border:none;padding:0;font-size:1rem;font-weight:500;transition:color .3s}.emarket-tab.active,.emarket-tab:hover{color:var(--accent)}.emarket-section-nav{gap:8px;display:flex}.emarket-carousel-nav{cursor:pointer;color:#222;background-color:#f5f5f5;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .3s;display:flex}.emarket-carousel-nav:hover{background-color:var(--accent);color:#fff}.emarket-product-grid{grid-template-columns:repeat(6,1fr);gap:16px;display:grid}@media (max-width:1200px){.emarket-product-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:768px){.emarket-featured-products{padding:30px 15px}.emarket-section-header{flex-direction:column;align-items:flex-start;gap:15px}.emarket-tabs{flex-wrap:wrap;gap:15px}.emarket-product-grid{grid-template-columns:repeat(2,1fr);gap:10px}}@media (max-width:480px){.emarket-product-grid{grid-template-columns:repeat(1,1fr)}}.view-all{text-align:center;justify-content:center;margin-top:40px;display:flex}.btn-view-all{cursor:pointer;justify-content:center;align-items:center;gap:8px;position:relative;overflow:hidden;background:var(--primary,#b8281b)!important;color:#fff!important;border:none!important;border-radius:50px!important;outline:none!important;padding:14px 32px!important;font-size:1rem!important;font-weight:700!important;text-decoration:none!important;transition:all .3s!important;display:inline-flex!important;box-shadow:0 4px 14px #b8281b40!important}.btn-view-all svg{width:20px;height:20px;transition:transform .3s}.btn-view-all:hover{color:#fff!important;background:#1e1615!important;box-shadow:0 6px 20px #0003!important}.btn-view-all:hover svg{transform:translate(4px)}.chip-container{align-items:center;gap:10px;margin-top:24px;margin-bottom:32px;padding-bottom:12px;display:flex;overflow-x:auto}.chip-container::-webkit-scrollbar{display:none}.category-chip{color:#334155;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:8px 16px;font-size:12px;font-weight:700;transition:all .2s}.category-chip:hover{border-color:var(--primary,#b8281b);color:var(--primary,#b8281b);background:#fff5f5}.category-chip.active{box-shadow:0 4px 10px #b8281b40;background:var(--primary,#b8281b)!important;border-color:var(--primary,#b8281b)!important;color:#fff!important}
