.hero-banner{background:linear-gradient(135deg,#e2c9d6,#f5e8ef);border-radius:16px;padding:3rem 4rem;margin-bottom:2rem;display:flex;justify-content:space-between;align-items:center;min-height:300px;overflow:hidden;position:relative}.hero-content{flex:1 1;z-index:2}.hero-title{font-size:2.5rem;font-weight:700;color:#101828;margin-bottom:2rem;line-height:1.2}.hero-btn{background-color:var(--text-primary)!important;color:var(--white)!important;padding:12px 32px!important;border-radius:8px!important;text-transform:none!important;font-size:1rem!important;font-weight:600!important;box-shadow:0 4px 12px rgba(123,80,111,.3)!important;transition:all .3s ease!important}.hero-btn:hover{background-color:#6a4460!important;transform:translateY(-2px);box-shadow:0 6px 20px rgba(123,80,111,.4)!important}.hero-image{flex:0 0 350px;display:flex;align-items:center;justify-content:center;height:260px;overflow:hidden}.hero-image img{height:100%;width:auto;max-width:100%;object-fit:contain}.filter-bar{background-color:#fff;padding:1rem 0;margin-bottom:2rem;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.05)}.filter-bar-inner{display:flex;justify-content:space-between;align-items:center;padding:0 2rem}.filter-options{display:flex;gap:1rem;flex-wrap:wrap}.filter-dropdown-btn{text-transform:none!important;color:#667085!important;font-size:.95rem!important;padding:8px 16px!important;border:1px solid #e0e0e0!important;border-radius:8px!important;background-color:#fff!important;transition:all .2s ease!important}.filter-dropdown-btn:hover{border-color:var(--text-primary)!important;background-color:#f9f5f8!important}.filter-all-btn{text-transform:none!important;color:#667085!important;font-size:.95rem!important;padding:8px 16px!important;border:1px solid #e0e0e0!important;border-radius:8px!important;background-color:#fff!important}.sort-option{display:flex}.products-main-container{max-width:1400px;margin:0 auto}.products-section-title{font-size:1.8rem;font-weight:700;color:#101828;margin-bottom:2rem}.product-card-new{cursor:pointer;border-radius:12px!important;overflow:hidden;transition:all .3s ease!important;border:1px solid #e0e0e0!important;background-color:#fff!important;height:100%;display:flex;flex-direction:column;width:100%}.product-card-new:hover{box-shadow:0 8px 24px rgba(0,0,0,.12)!important;transform:translateY(-4px)}.product-image-wrapper{position:relative;width:100%;height:220px;overflow:hidden}.wishlist-btn{position:absolute!important;top:12px;right:12px;background-color:#fff!important;box-shadow:0 2px 8px rgba(0,0,0,.1)!important;z-index:10;width:36px!important;height:36px!important;transition:all .2s ease!important}.wishlist-btn:hover{background-color:#f9f5f8!important;transform:scale(1.1)}.product-card-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card-new:hover .product-card-image{transform:scale(1.05)}.product-card-content{padding:16px;flex:1 1;display:flex;flex-direction:column}.product-card-content .product-name{font-size:1rem!important;color:#101828!important;cursor:pointer;transition:color .2s ease;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card-content .product-name:hover{color:var(--text-primary)!important}.product-description{font-size:.85rem!important;color:#667085!important;margin:0!important}.product-rating{display:flex;align-items:center;gap:4px;margin:4px 0}.product-footer{justify-content:space-between;margin-top:auto;padding-top:7px}.price-section,.product-footer{display:flex;align-items:center}.price-section{gap:8px}.current-price{font-size:1rem!important;font-weight:700!important;color:var(--text-primary)!important}.current-price,.original-price{display:flex;align-items:center}.original-price{font-size:.95rem!important;color:#999!important;text-decoration:line-through}.add-to-cart-btn{border:2px solid var(--text-primary)!important;color:#fff!important;text-transform:none!important;font-weight:600!important;border-radius:8px!important;transition:all .2s ease!important;font-size:.85rem!important}.add-to-cart-btn:hover{background-color:var(--text-primary)!important;color:var(--white)!important}.product-container-inner{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem}.product-section{width:100%}.filter-section{width:600px;position:relative}.filter-button{display:none}.filter-title{display:flex;gap:1rem;align-items:center;flex-wrap:wrap;p{font-size:1.1rem}}.main-wrapper-body{padding:1rem 1rem 2rem;background:transparent;position:relative}.wrapper-container{display:flex;gap:2rem}.product-card-inner{cursor:pointer;width:200px;border-radius:2;.product-card-title{font-size:16px;transition:all .3s ease-in-out}}.product-card-inner:hover .product-card-title{color:var(--text-primary)}.price-container{display:flex;align-items:end;gap:1rem}.price-container .price{display:flex;justify-content:center;align-items:center;color:var(--text-primary);font-size:1.3rem;font-weight:600}.price-container .price-discount{display:flex;justify-content:center;align-items:center;font-size:1rem;color:gray;font-weight:500;position:relative}.price-container .price-discount:before{content:"";position:absolute;top:10px;left:0;width:100%;height:2px;background-color:red;right:0}@media screen and (max-width:1280px){.product-container-inner{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.2rem;gap:1.2rem;padding:0}.hero-banner{padding:2rem 3rem}.hero-title{font-size:2rem!important}.product-card-inner{width:100%}}@media screen and (max-width:992px){.filter-section{display:none}.filter-button{display:block}.product-container-inner{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem;padding:0}.hero-banner{flex-direction:column;text-align:center;padding:2rem}.hero-image{flex:0 0 250px;margin-top:1rem;height:240px}.filter-bar-inner{flex-direction:column;gap:1rem;align-items:stretch}.filter-options{justify-content:center}.product-card-inner{width:100%}}@media screen and (max-width:576px){.filter-section{display:none}.filter-button{display:block}.main-wrapper-body{padding:.5rem}.product-container-inner{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.75rem;gap:.75rem;grid-row-gap:1rem;row-gap:1rem;padding:0}.product-card-new{min-height:auto!important;height:auto!important;width:100%!important}.hero-banner{padding:1.5rem;min-height:250px;margin-bottom:1rem}.hero-title{font-size:1.5rem!important}.hero-image{flex:0 0 200px;height:200px}.filter-bar{margin-bottom:1rem}.filter-bar-inner{padding:0 .5rem}.filter-options{gap:.5rem}.filter-all-btn,.filter-dropdown-btn{font-size:.8rem!important;padding:6px 10px!important}.products-main-container{padding:0}.products-section-title{font-size:1.3rem!important;margin-bottom:1rem!important}.product-image-wrapper{height:160px}.product-card-content{padding:10px}.product-name{font-size:.85rem!important;line-height:1.3!important;-webkit-line-clamp:2;min-height:2.2rem}.product-description{font-size:.7rem!important;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.product-rating{margin:2px 0}.product-rating svg{font-size:12px!important}.product-rating .MuiTypography-caption{font-size:.7rem!important}.product-footer{flex-direction:column;align-items:flex-start;gap:8px;padding-top:8px}.price-section{gap:6px;width:100%}.current-price{font-size:1rem!important}.original-price{font-size:.8rem!important}.add-to-cart-btn{width:100%;font-size:.75rem!important}.wishlist-btn{width:32px!important;height:32px!important;top:8px!important;right:8px!important}.wishlist-btn svg{font-size:18px}.product-card-inner{width:100%}}@media screen and (max-width:425px){.main-wrapper-body{padding:.5rem}.hero-banner{padding:1rem;min-height:200px}.hero-title{font-size:1.2rem!important}.product-container-inner{gap:.6rem;row-gap:1rem}.product-image-wrapper{height:140px}.product-name{font-size:.8rem!important;min-height:2rem}.product-description{font-size:.65rem!important}.current-price{font-size:.95rem!important}.products-section-title{font-size:1.1rem!important}}
/*# sourceMappingURL=607d5f438ad53c1a.css.map*/