@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400&display=swap);.cart-page{background-color:#f7f7f7;min-height:100vh;padding:2rem}.cart-page h1{color:#a75a99;margin-bottom:2rem;text-align:center}.cart-page .empty{color:#555;font-size:1.2rem;text-align:center}.cart-page .cart-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.cart-page .cart-item{align-items:center;background:#fff;border-radius:15px;box-shadow:0 0 15px #0000001a;display:flex;flex-direction:column;padding:1rem;transition:transform .2s}.cart-page .cart-item img{height:140px;margin-bottom:1rem;object-fit:contain;width:140px}.cart-page .cart-item .info{text-align:center}.cart-page .cart-item .info h4{font-size:1rem;margin-bottom:.5rem}.cart-page .cart-item .info .price{color:#a75a99;font-size:1.1rem;font-weight:700}.cart-page .cart-item .remove{background:#a75a99;border:none;border-radius:10px;color:#fff;cursor:pointer;margin-top:1rem;padding:.5rem 1rem;transition:background .3s}.cart-page .cart-item .remove:hover{background:#8b3d7e}.cart-page .cart-item:hover{transform:translateY(-4px)}.navbar{align-items:center;background:#161616;box-shadow:0 4px 10px #0000004d;display:flex;height:80px;justify-content:space-between;padding:0 50px;position:sticky;top:0;width:100%;z-index:1000}.navbar .logo{color:#f0c040;cursor:pointer;font-size:26px;font-weight:700;letter-spacing:1px;text-transform:uppercase;transition:.3s ease}.navbar .logo:hover{transform:scale(1.05)}.navbar .nav-links{align-items:center;display:flex;gap:35px;list-style:none}.navbar .nav-links li a{border-radius:8px;color:#fff;font-size:18px;font-weight:500;padding:6px 10px;text-decoration:none;transition:.3s ease}.navbar .nav-links li a:hover{color:#f0c040;transform:translateY(-2px)}.navbar .nav-links li .active{color:#f0c040;font-weight:700}@media(max-width:820px){.navbar{padding:0 25px}.navbar .nav-links{gap:18px}.navbar .nav-links a{font-size:15px}}@media(max-width:600px){.navbar .nav-links{display:none}.navbar .logo{font-size:22px}}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f7f7f7;color:#282c34;font-family:Poppins,sans-serif;margin:.4rem auto;max-width:1296px}li{list-style-type:none}a{cursor:pointer;text-decoration:none}a,a:visited{color:#282c34}h1{text-align:center}.all-products{background-color:#a75a99;min-height:100vh;padding:3rem 2rem;width:100%}.all-products h1{color:#fff;font-size:2rem;font-weight:700;margin-bottom:2.5rem;text-align:center}.all-products .sort-section{display:flex;justify-content:center;margin-bottom:1.2rem}.all-products .sort-section select{border:none;border-radius:8px;font-size:1rem;padding:.6rem .9rem}.all-products .products-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));padding:1rem}.all-products .product-card{background:#fff;border-radius:18px;box-shadow:0 10px 25px #0000001a;display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:1.3rem;text-align:center;transition:transform .25s ease,box-shadow .25s ease}.all-products .product-card img{height:170px;margin-bottom:1rem;object-fit:contain;width:100%}.all-products .product-card h3{color:#333;font-size:1.05rem;margin-bottom:.5rem;min-height:44px}.all-products .product-card p.price{color:#a75a99;font-size:1.05rem;font-weight:700;margin-bottom:.8rem}.all-products .product-card .card-actions{align-items:center;display:flex;gap:.6rem;justify-content:center;margin-top:.6rem}.all-products .product-card .details-link{background:#a75a99;border-radius:10px;color:#fff;display:inline-block;font-size:.9rem;padding:.45rem 1rem;text-decoration:none;transition:background .25s ease}.all-products .product-card .details-link:hover{background:#8b3d7e}.all-products .product-card .add{background:#f5f5f5;border:1px solid #ddd;border-radius:10px;cursor:pointer;padding:.45rem 1rem}.all-products .product-card .add:hover{background:#f0f0f0}.all-products .product-card .add:disabled{cursor:default;opacity:.6}.all-products .product-card:hover{box-shadow:0 14px 32px #00000026;transform:translateY(-6px)}@media(max-width:600px){.all-products{padding:1.5rem}.all-products .product-card img{height:150px}}.product-detail{background:#f7f7f7;display:flex;justify-content:center;min-height:100vh;padding:4rem 2rem;width:100%}.product-detail h1{color:#a75a99;font-size:clamp(1.8rem,3vw,2.4rem);font-weight:700;margin-bottom:3rem;text-align:center}.product-detail .detail-card{align-items:center;background:#fff;border-radius:20px;box-shadow:0 10px 30px #00000014;display:flex;gap:3rem;max-width:1100px;padding:3rem;width:100%}@media(max-width:900px){.product-detail .detail-card{flex-direction:column;padding:2rem;text-align:center}}.product-detail .detail-card img{border-radius:15px;box-shadow:0 8px 25px #0000001a;height:auto;object-fit:contain;width:350px}@media(max-width:900px){.product-detail .detail-card img{width:250px}}.product-detail .detail-card .info{flex:1 1}.product-detail .detail-card .info h2{font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700;margin-bottom:1rem}.product-detail .detail-card .info .price{color:#a75a99;font-size:1.6rem;font-weight:800;margin-bottom:1.5rem}.product-detail .detail-card .info .description{color:#444;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.product-detail .detail-card .info .category{color:#777;font-size:.95rem;font-style:italic;margin-bottom:2rem}.product-detail .detail-card .info button{background:#a75a99;border:none;border-radius:12px;box-shadow:0 5px 20px #a75a994d;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:14px 28px;transition:.3s ease}.product-detail .detail-card .info button:hover{background:#904d84;box-shadow:0 8px 25px #a75a9966;transform:translateY(-3px)}.product-detail .detail-card .info button:active{transform:scale(.97)}.login-container{align-items:center;animation:fadeIn .6s ease-in-out;background:linear-gradient(135deg,#a75a99,#8b3d7e);display:flex;height:100vh;justify-content:center;padding:20px;width:100%}.login-box{animation:slideUp .5s ease;background:#fff;border-radius:22px;box-shadow:0 10px 35px #00000040;max-width:420px;padding:3rem 2.5rem;text-align:center;width:100%}.login-box h2{color:#a75a99;font-size:1.8rem;font-weight:700;margin-bottom:1.5rem}.login-box input{background:#fafafa;border:1px solid #d3d3d3;border-radius:12px;font-size:1rem;margin:.7rem 0;padding:.9rem;transition:.25s ease;width:100%}.login-box input:focus{border-color:#a75a99;box-shadow:0 0 0 3px #a75a9933;outline:none}.login-box button{background:#a75a99;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-top:1.5rem;padding:.9rem;transition:.25s ease;width:100%}.login-box button:hover{background:#8b3d7e;box-shadow:0 6px 15px #0003;transform:translateY(-2px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media(max-width:480px){.login-box{padding:2.2rem 1.7rem}.login-box h2{font-size:1.5rem}.login-box input{padding:.8rem}.login-box button{font-size:1rem;padding:.8rem}}.categories-page{background:#f7f7f7;min-height:100vh;width:100%}.categories-page h1{color:#a75a99;font-size:2rem;font-weight:700;margin-bottom:2rem;margin-top:2rem;text-align:center}.categories-page .boutons{background:#fff;border-radius:14px;box-shadow:0 8px 20px #00000014;margin-bottom:2rem;padding:2rem 1.5rem}.categories-page .boutons ul{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between}.categories-page .boutons ul li{align-items:center;cursor:pointer;display:flex;font-size:1rem;gap:8px}.categories-page .boutons ul li input[type=radio]{accent-color:#a75a99;height:18px;width:18px}.categories-page .boutons ul li label{color:#a75a99;cursor:pointer;font-weight:600;text-transform:capitalize}.categories-page .products-list{grid-gap:8rem;display:grid;gap:8rem;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));margin-top:2rem;padding-bottom:2rem}.categories-page .products-list .product-card{background:#fff;border-radius:14px;box-shadow:0 8px 20px #00000014;cursor:pointer;padding:3rem;text-align:center;transition:.3s ease}.categories-page .products-list .product-card:hover{box-shadow:0 12px 26px #0000001f;transform:translateY(-5px)}.categories-page .products-list .product-card img{height:140px;margin-bottom:2rem;object-fit:contain}.categories-page .products-list .product-card h3{color:#333;font-size:1rem;height:80px;overflow:hidden}.categories-page .products-list .product-card p{color:#a75a99;font-weight:700;margin-bottom:.5rem}.categories-page .products-list .product-card .details-link{background:#a75a99;border-radius:8px;color:#fff;display:inline-block;font-size:.9rem;margin-top:.5rem;padding:.4rem .8rem;transition:.25s ease}.categories-page .products-list .product-card .details-link:hover{background:#8b3d7e}@media(max-width:600px){.categories-page .boutons ul{justify-content:center;text-align:center}}
/*# sourceMappingURL=main.425aec4e.css.map*/