@import"https://fonts.googleapis.com/css2?family=Pacifico&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body,h1,h2,h3,h4,h5,h6,p{margin:0}.loding-text{width:100%;text-align:center;font-size:2rem;line-height:1;font-weight:500;color:#000}button:disabled{cursor:not-allowed}.main-page{width:100vw;min-height:calc(100vh - 64px);display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#fff}.header{position:relative;height:64px;display:flex;justify-content:space-between;align-items:center;background:#fafafa;padding:.5rem 6rem;border-bottom:1px solid #eee;position:sticky;top:0;z-index:1000}.logo{position:relative;font-family:Pacifico,cursive;font-size:1.8rem;font-weight:700;color:#000}.nav{display:flex;gap:4rem}.link,.active-link{text-decoration:none;font-size:1rem;font-weight:500;color:#111;transition:color .2s ease}.link:hover,.active-link{color:teal}.user-section{position:relative;display:flex;flex-direction:row;align-items:center;gap:.5rem}.user-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(to right,#06b6d4,#3b82f6)}.username{color:#000;font-weight:500}.menu-toggle{display:none;font-size:1.8rem;cursor:pointer;color:#000}@media (max-width: 1024px){.header{padding:.5rem 2rem}.menu-toggle{display:block;font-size:1.5rem;font-weight:500}.nav{position:absolute;top:64px;left:0;width:100%;background:#fafafa;flex-direction:column;gap:1.5rem;padding:1.5rem 2rem;transform:translateY(-200%);opacity:0;transition:all .3s ease-in-out;z-index:-99}.nav-open{transform:translateY(0);opacity:1}}@media (max-width: 480px){.logo{font-size:1.4rem}}.footer{width:100vw;background:#111;color:#ccc;padding:3rem 2rem 1rem;font-size:.95rem}.footer-container{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-start;gap:2rem;margin-bottom:2rem}.footer-brand{max-width:260px}.footer-brand .logo{font-family:Pacifico,cursive;font-size:1.8rem;color:#fff;margin-bottom:1rem}.footer-brand p{color:#aaa;margin-bottom:1.2rem;line-height:1.5}.social-icons{display:flex;gap:1rem}.social-icons a{background:#222;width:28px;height:28px;color:#fff;border-radius:50%;font-size:1.25rem;display:flex;justify-content:center;align-items:center;transition:background .2s ease}.social-icons a:hover{background:teal}.footer-column h4,.footer-subscribe h4{color:#fff;margin-bottom:1rem;font-size:1.1rem}.footer-column a{display:block;color:#aaa;text-decoration:none;margin-bottom:.6rem;transition:color .2s ease}.footer-column a:hover{color:#fff}.footer-subscribe p{color:#aaa;font-size:.9rem;margin-bottom:1rem}.subscribe-form{display:flex;flex-direction:column;gap:.8rem}.subscribe-form input{padding:.7rem;border:1px solid #444;border-radius:6px;background:#222;color:#fff;font-size:.95rem}.subscribe-form input:focus{outline-color:#fff}.subscribe-form input::placeholder{color:#888}.subscribe-form button{background:#fff;color:#111;border:none;padding:.8rem;font-weight:700;border-radius:6px;cursor:pointer;transition:background .2s ease}.subscribe-form button:hover{background:#f5f5f5}.footer-bottom{border-top:1px solid #222;text-align:center;padding-top:1rem;color:#888;font-size:.85rem}@media (max-width: 1024px){.footer-container{flex-wrap:wrap;justify-content:space-between;gap:1.5rem}.footer-brand{flex:1 1 100%;max-width:100%}.footer-column,.footer-subscribe{flex:1 1 45%}}@media (max-width: 768px){.footer-container{flex-direction:column;align-items:center;text-align:center}.footer-brand,.footer-column,.footer-subscribe{flex:1 1 100%;max-width:100%}.social-icons{justify-content:center}.subscribe-form,.subscribe-form input,.subscribe-form button{width:100%}}@media (max-width: 480px){.footer{padding:2rem 1rem 1rem}.footer-brand .logo{font-size:1.5rem}.footer-subscribe h4,.footer-column h4{font-size:1rem}.subscribe-form input,.subscribe-form button{font-size:.85rem;padding:.6rem}}.hero{background:url(/images/hombg.jpg) center/cover no-repeat;height:calc(100vh - 64px);width:100%;display:flex;align-items:center;justify-content:center;position:relative;color:#fff;font-family:Arial,sans-serif}.overlay{width:100%;height:100%;background:#14141480;display:flex;align-items:center;justify-content:center}.hero-content{position:relative;text-align:center;width:100%;height:calc(100% - 5rem);display:flex;flex-direction:column;justify-content:space-between;align-items:center}.tag{width:auto;height:auto;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.75rem;color:#fff;padding:.4rem 1.5rem;font-size:1.1rem;background:#fff3;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border-radius:20px;border:1px solid rgba(255,255,255,.3)}.dot{width:.5rem;height:.5rem;border-radius:50%;background-color:#ef4444;opacity:1;animation:fadeIn 1.5s ease-in-out infinite alternate}.hero-title{font-size:6rem;font-weight:800;line-height:6rem;margin-bottom:1rem}.hero-text-subtitle{font-size:1.25rem;margin-bottom:.5rem;font-weight:400;color:#fff}.hero-text-description{font-size:1.1rem;color:#fff;margin-bottom:1.25rem}.hero-buttons{display:flex;justify-content:center;gap:1rem}.hero-btn{padding:.9rem 1.8rem;font-size:1rem;font-weight:700;border-radius:50px;cursor:pointer;transition:all .3s ease}.hero-btn.hero-primary{background:#fff;color:#000;border:none}.hero-btn.hero-primary:hover{background:#f5f5f5}.hero-btn.hero-secondary{background:transparent;color:#fff;border:2px solid #fff}.hero-btn.hero-secondary:hover{background:#ffffff1a}.stats{display:flex;justify-content:center;gap:2rem;margin-top:2rem}.stat{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:1rem;background:#fff3;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border-radius:20px;border:1px solid rgba(255,255,255,.3)}.stat h3{font-size:1.8rem;font-weight:700}.stat p{font-size:.9rem;color:#ccc}@keyframes fadeIn{0%{opacity:1}to{opacity:.4}}.featured-section{width:100%;height:auto;padding:4rem 1rem 2rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.featured-section .title{font-size:2rem;font-weight:700;color:#000;font-size:3rem;font-weight:800}.subtitle{color:#666;font-size:1.25rem}.product-grid{width:100%;padding:3rem 4rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}.product-card:hover{cursor:pointer}.img-container{position:relative;height:24rem;background-color:#f9fafb;overflow:hidden;border-radius:1rem}.product-detiles{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:0px;width:100%;height:auto;padding-top:16px;padding-bottom:16px}.product-detiles h3{font-size:1.125rem;font-weight:600;color:#000}.product-detiles .price{font-size:1.5rem;font-weight:700;color:#000}.btn-view{cursor:pointer;background:#000;color:#fff;padding:1rem 2rem;border:none;outline:none;border-radius:48px;text-decoration:none;transition:.2s;font-size:16px;font-weight:600}@media (max-width: 1024px){.hero-title{font-size:4rem;line-height:4.5rem}.hero-text-subtitle{font-size:1.1rem}.hero-text-description{font-size:1rem}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));padding:2rem;gap:1.5rem}.img-container,.product-card img{height:20rem}}@media (max-width: 768px){.hero{text-align:center}.hero-title{font-size:3rem;line-height:3.5rem}.hero-buttons{flex-direction:row;gap:.75rem}.stats{flex-direction:row;gap:1rem}.product-grid{grid-template-columns:repeat(1,minmax(0,1fr));padding:1rem;gap:1rem}.img-container,.product-card img{height:18rem}.btn-view{width:100%;text-align:center}}@media (max-width: 480px){.hero-title{font-size:2.25rem;line-height:2.5rem}.hero-content{padding:1rem .5rem}.hero-text-subtitle{font-size:.9rem}.hero-text-description{font-size:.75rem}.tag{font-size:.85rem;padding:.3rem 1rem}.hero-btn{padding:8px 16px;font-size:.75rem;line-height:1}.featured-section .title{font-size:2.5rem;line-height:4rem;text-align:left}.stat{gap:4px}.stat h3{font-size:1.3rem}.stat p{font-size:.8rem}.product-detiles h3{font-size:1rem}.product-detiles .price{font-size:1.2rem}.featured-section .title{font-size:1.75rem;line-height:2rem;text-align:left;margin-bottom:4px}.product-grid{padding:0}.img-container,.product-card img{height:15rem}.btn-view{font-size:14px;padding:.8rem 1.5rem;margin-top:1.5rem}}.home-loding-text{grid-column:span 3 / span 3;text-align:center;font-size:2rem;line-height:1;font-weight:500;color:#000}.products-page{width:100%;min-height:calc(100vh - 64px)}.products-page .title-section{width:100%;height:auto;padding-top:2rem;padding-bottom:1.5rem;margin-bottom:0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}.page-title{text-align:center;font-size:3rem;line-height:1;font-weight:700;color:#000}.subtitle{text-align:center;color:#666;margin-bottom:1rem}.main-section{width:100%;background-color:#f9fafb;border-top:1px solid #e5e7eb;padding:3rem 6rem;display:flex;flex-direction:column}.toolbar{z-index:200;position:sticky;top:0;left:0;right:0;display:flex;justify-content:space-between;margin-bottom:1rem;padding:4px 4px 16px;background-color:#f9fafb}.toolbar .input-container{width:50%;position:relative;display:flex;flex-direction:row;justify-content:end;align-items:center}.toolbar .input-container input{padding:.75rem 1rem;width:100%;border:2px solid #E5E6EA;font-size:1.25rem;font-weight:500;color:#000;border-radius:24px;background-color:#fff}.toolbar .input-container .serch-btn{position:absolute;right:6px;width:42px;height:42px;padding:4px;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:transparent;border:none;color:#e5e6ea;font-size:24px;line-height:1;cursor:pointer;border-radius:50%}.toolbar .input-container .serch-btn:hover{background-color:#000;color:#fff}.toolbar .input-container:has(input:focus) .serch-btn{background-color:#000;color:#fff}.toolbar .input-container input:focus{outline:none;border-width:2px;border-color:#000}.toolbar select{min-width:220px;padding:12px;background-color:transparent;border:2px solid #E4E5E9;border-radius:12px;font-size:16px;font-weight:500;line-height:1;color:#000}.toolbar select:focus{border-color:#000;outline:none}.content{height:840px;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:1rem}.sidebar{grid-column:span 3 / span 3;display:flex;flex-direction:column;justify-content:start;align-items:start;gap:.5rem;background:#fff;padding:24px;border-radius:8px;border-radius:1rem}.sidebar h3{font-size:1.25rem;font-weight:700;color:#000}.sidebar h2{font-size:1rem;font-weight:600;margin-top:1rem;color:#000}.sidebar ul{width:100%;list-style:none;padding:0}.sidebar li{width:100%;margin:.5rem 0;color:#000;padding:10px 14px;border-radius:8px;cursor:pointer}.sidebar li:hover{background-color:#f3f4f6}.sidebar li.active{background-color:#000;color:#fff}.products-main-content{display:flex;flex-direction:column;position:relative;grid-column:span 9 / span 9;overflow-y:scroll}.product-grid-container-wrapper{flex-grow:1}.product-grid-container{padding:.5rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.product-loding-text{grid-column:span 3 / span 3;text-align:center;font-size:2rem;line-height:1;font-weight:500;color:#000}.pagination{position:sticky;bottom:0;right:4px;z-index:100;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;text-align:center;padding:8px;background-color:#f9fafb}.pagination .pre-page-btn,.nxt-page-btn{width:36px;height:36px;display:flex;justify-content:center;align-items:center;font-size:20px;font-weight:500;color:#fff;background-color:#000;border:none;border-radius:50%;cursor:pointer}.pagination .pre-page-btn:disabled,.nxt-page-btn:disabled{opacity:.4;cursor:not-allowed}.pagination .page-text{font-size:20px;font-weight:400;color:#000}.filter-toggle,.sidebar-overlay{display:none}@media (max-width: 1024px){.main-section{padding:2rem}.content{height:840px;flex-direction:column;gap:1.5rem}.sidebar{flex-direction:column;align-items:center;justify-content:flex-start;gap:.75rem;width:100%;padding:1rem;border-radius:12px;overflow-x:auto}.sidebar h3,.sidebar h2{width:100%;display:flex;flex-direction:row;justify-content:start;align-items:center}.sidebar ul{display:flex;flex-direction:column;gap:.75rem}.sidebar li{white-space:nowrap;padding:8px 14px;margin:0;font-size:.9rem}.product-grid-container{grid-template-columns:repeat(2,minmax(0,1fr))}.product-loding-text{grid-column:span 2 / span 2;text-align:center;font-size:2rem;line-height:1;font-weight:500;color:#000}}@media (max-width: 768px){.products-page .title-section{padding-top:2rem;padding-bottom:2rem;margin-bottom:0rem;gap:0px}.products-page .title-section .page-title{font-size:2rem;font-weight:700;line-height:2.5rem}.products-page .title-section .subtitle{font-size:16px;font-weight:500;line-height:20px;margin-bottom:0}.main-section{padding:1rem}.products-main-content{grid-column:span 12 / span 12}.toolbar{width:100%;flex-direction:row;gap:1rem}.toolbar .input-container{width:75%}.toolbar select{width:25%}.filter-toggle{display:inline-block;margin-bottom:1rem;padding:.6rem 1rem;background:#000;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer}.sidebar{position:fixed;top:0;left:-100%;height:100%;width:240px;flex-direction:column;padding:1.5rem;background:#fff;border-right:1px solid #ddd;border-radius:0;z-index:1000;transition:left .3s ease}.sidebar.open{left:0}.sidebar-overlay.active{display:block;position:fixed;inset:0;background:#0006;z-index:900}.product-grid-container{grid-template-columns:repeat(2,minmax(0,1fr))}.product-loding-text{grid-column:span 2 / span 2;text-align:center;font-size:2rem;line-height:1;font-weight:500;color:#000}}@media (max-width: 480px){.products-page .title-section{padding-top:2rem;padding-bottom:2rem;margin-bottom:0rem;gap:0px}.products-page .title-section .page-title{font-size:2rem;font-weight:700;line-height:2.5rem}.products-page .title-section .subtitle{font-size:14px;font-weight:500;line-height:18px;margin-bottom:0}.content{height:auto}.toolbar{width:100%;flex-direction:column;gap:1rem}.toolbar .input-container,.toolbar select{width:100%}.product-grid-container{grid-template-columns:repeat(1,minmax(0,1fr))}.product-loding-text{grid-column:span 1 / span 1;text-align:center;font-size:2rem;line-height:1;font-weight:500;color:#000}}.product-card:hover{cursor:pointer;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.product-card{display:flex;flex-direction:column;background-color:#fff;border-radius:1rem;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;transition:box-shadow}.img-container{position:relative;width:100%;height:24rem;background-color:#f9fafb;overflow:hidden;border-radius:1rem}.product-card img{width:100%;height:24rem;object-fit:cover;object-position:top;z-index:50;transition:transform .3s cubic-bezier(.4,0,.2,1)}.category{position:absolute;top:16px;left:16px;background-color:#000c;font-weight:500;color:#fff;border-radius:24px;padding:4px 12px;z-index:100}.product-card .price{font-weight:700;margin-top:.5rem}.product-detiles{flex-grow:1;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:0px;width:100%;height:auto;padding:16px 8px}.product-detiles h3{width:100%;text-align:left;font-size:1.125rem;font-weight:600;color:#000}.product-detiles .price-btn-container{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:8px 4px 0}.product-detiles .price-btn-container .price{font-size:1.5rem;font-weight:700;margin-top:0;color:#000}.product-detiles .price-btn-container .addcart-btn{padding:10px 16px;border:none;border-radius:36px;font-size:14px;line-height:1;font-weight:500;color:#fff;background-color:#000;cursor:pointer}.product-detiles .product-decription{width:100%;font-size:14px;line-height:18px;font-weight:500;color:#525d6a;padding:4px;text-align:left;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.img-overly{position:absolute;z-index:90;inset:0;background-color:#0003;opacity:0;transition:opacity .3s cubic-bezier(.4,0,.2,1)}.delete-btn{position:absolute;width:40px;height:40px;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:100;top:16px;right:16px;font-size:18px;line-height:18px;color:#fff;border-radius:50%;background-color:#ef4444}.product-card:hover img{transform:scale(1.05)}.product-card:hover .img-container .img-overly{opacity:1}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:999}.modal{background:#fff;padding:2rem;border-radius:10px;max-width:400px;width:100%;text-align:center;box-shadow:0 4px 10px #0003;animation:fadeIn .3s ease}.modal h2{color:#000;margin-bottom:1rem}.modal p{color:#4b5462;margin-bottom:1.5rem}.modal-actions{display:flex;justify-content:space-between;gap:1rem}.model-btn{padding:.6rem 1.2rem;border:none;border-radius:6px;cursor:pointer;font-weight:500;transition:.2s}.model-btn.model-cancel{background:#242424;color:#fff}.model-btn.model-cancel:hover{background:#1a1a1a}.model-btn.model-delete{background:#e74c3c;color:#fff}.model-btn.model-delete:hover{background:#d03b2a}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.add-product-page-section{width:100%;height:auto}.add-product-page-section .title-section{width:100%;height:auto;padding-top:2rem;padding-bottom:1.5rem;margin-bottom:0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}.add-product-page-section .title-section .page-title{font-size:3rem;line-height:1;font-weight:700;color:#000}.add-product-page-section .title-section .subtitle{font-size:1.25rem;font-weight:500;text-align:center;color:#666;color:#555}.form-section{width:100%;border-top:1px solid #E5E6EA;background-color:#f9fafb;display:flex;justify-content:center;padding:48px 24px}.product-section-container{width:60%;padding:2rem 2.5rem;background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000000d}.product-section{width:100%;display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:500;margin-bottom:.5rem;font-size:16px;color:#000}.form-group input,.form-group textarea{padding:.7rem 1rem;border:2px solid #E5E6EA;border-radius:8px;background:transparent;font-size:.95rem;transition:.2s;color:#000}.form-group input:focus,.form-group textarea:focus{border:2px solid rgb(95,95,227);outline:none}textarea{resize:vertical;min-height:100px}.btn-submit{width:100%;background:#000;color:#fff;padding:.9rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:.2s}.btn-submit:hover{background:#333}.error{color:#e74c3c;font-size:.85rem;margin-top:4px}.category-buttons{width:100%;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:1rem}.category-btn{grid-column:span 3 / span 3;padding:12px 8px;border-radius:8px;border:1px solid #E5E6EA;background-color:transparent;font-size:14px;font-weight:500;color:#000;cursor:pointer;transition:.2s}.category-btn:hover{border-color:#000}.category-btn-active{background-color:#000;border:none;color:#fff}@media (max-width: 1024px){.product-section-container{width:80%;padding:1.5rem 2rem}.add-product-page-section .title-section .page-title{font-size:2rem}.category-buttons{grid-template-columns:repeat(6,minmax(0,1fr))}.category-btn{grid-column:span 2 / span 2;font-size:13px;padding:10px 6px}}@media (max-width: 768px){.form-section{padding:24px 16px}.product-section-container{width:100%;padding:1.5rem;border-radius:12px}.add-product-page-section .title-section .page-title{font-size:2rem}.add-product-page-section .title-section .subtitle{font-size:1rem}.category-buttons{grid-template-columns:repeat(2,1fr);gap:.75rem}.category-btn{grid-column:span 1 / span 1;font-size:13px;padding:10px}.btn-submit{font-size:.95rem}}@media (max-width: 480px){.product-section-container{padding:1rem}.add-product-page-section .title-section .page-title{font-size:1.75rem}.add-product-page-section .title-section .subtitle{font-size:.9rem}.form-group label{font-size:14px}.form-group input,.form-group textarea{font-size:.85rem;padding:.6rem}.category-buttons{grid-template-columns:repeat(2,1fr);gap:.75rem}.category-btn{grid-column:span 1 / span 1;font-size:13px;padding:10px}.btn-submit{font-size:.9rem;padding:.8rem}}
