@import"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:#f4d03f;border-radius:10px}::-webkit-scrollbar-thumb:hover{background-color:#f39c12}.navBar{width:100%;height:6rem;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:url(https://raw.githubusercontent.com/hector1489/kaimanProject/refs/heads/main/src/assets/img/textures/metal-texture-2.png) no-repeat center center;background-size:cover;background-blend-mode:multiply;background-color:#0000004d;box-shadow:0 2px 4px #0000001a}.logo a{display:flex;align-items:center}.logo-img{max-height:80px;width:auto;border-radius:10px;border:2px solid #000000}.nav-links{list-style:none;display:flex;align-items:center}.nav-links li{margin-left:1.5rem}.nav-links a,span{text-decoration:none;color:#f8f9f9;font-size:16px;font-weight:700;transition:color .3s ease;text-shadow:2px 2px 4px rgba(1,1,1,1.5)}.nav-links a:hover,.nav-links span:hover{color:#f39c12}.nav-toggle{display:none;cursor:pointer;color:#f8f9f9}.login-popup{position:absolute;border:1px solid #ccc;box-shadow:0 2px 4px #0003;z-index:1000}@media (max-width: 768px){.nav-links{display:none}.navBar{position:relative}.nav-toggle{display:block;position:absolute;top:1rem;right:1rem;font-size:1.5rem}.nav-links.show{display:flex;flex-direction:column;position:absolute;top:6rem;right:0;background-color:#fff;width:100%;box-shadow:0 2px 4px #0000001a;z-index:10}.nav-links.show li{margin:0;padding:1rem;text-align:center;border-bottom:1px solid #ecf0f1}.nav-links.show li:last-child{border-bottom:none}}.search-container{flex-grow:1;display:flex;justify-content:center;margin:0 1rem}.search-input{width:70%;padding:.5rem 1rem;border:1px solid #ddd;border-radius:5px;font-size:1rem;background-color:#f8f9f9;color:#333}.product-card{background-color:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 10px #0000001a;transition:transform .3s ease;flex-shrink:0;width:250px;scroll-snap-align:start}.product-card:hover{transform:translateY(-10px)}.product-image{width:100%;height:200px;object-fit:cover;border-bottom:2px solid #f0f0f0}.product-info{padding:15px}.product-name{font-size:18px;color:#333;font-weight:600;margin:0 0 10px}.product-description{font-size:14px;color:#666;margin-bottom:15px}.product-price{font-size:16px;color:#333;display:flex;flex-direction:column}.current-price{font-weight:600;color:#e74c3c}.previous-price{font-size:14px;color:#999;text-decoration:line-through}.add-to-cart-btn{background-color:#f8f9f9;color:#626567;border:none;padding:10px;width:100%;border-radius:5px;cursor:pointer;transition:background-color .3s ease;margin-top:2px}.add-to-cart-btn:hover{background-color:#626567;color:#fff;font-weight:700}.product-list{padding:20px}.product-list h3{text-align:center;font-size:25px;margin-bottom:20px;text-transform:uppercase;color:#f1c40f;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.product-list-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;padding:20px}.pagination{display:flex;justify-content:center;margin-top:20px}.pagination button{padding:8px 12px;margin:0 5px;border:1px solid #ddd;background-color:#fff;cursor:pointer}.pagination button.active{background-color:#f1c40f;color:#fff}.sort-controls{width:100%;display:flex;justify-content:center;margin-bottom:20px}.sort-controls select{padding:8px 12px;border:1px solid #ddd;background-color:#fff;cursor:pointer}.filter-controls{width:100%;display:flex;justify-content:center;margin-bottom:20px}.filter-controls input{padding:8px 12px;font-size:1em;width:100%;max-width:300px;margin:10px auto;border:1px solid #ddd;cursor:pointer}.filter-controls input::placeholder{color:#aaa}.product-list-controllers{display:flex}@media (max-width: 768px){.product-list-cards{grid-template-columns:1fr}}.cart{width:90%;max-width:800px;margin:20px auto;padding:20px;border:1px solid #ddd;border-radius:8px;box-shadow:0 2px 4px #0000001a;font-family:Arial,sans-serif}.cart h4{text-align:center;margin-bottom:20px;color:#333}.cart-items{display:flex;flex-direction:column;gap:15px}.cart-item{display:flex;border:1px solid #eee;border-radius:8px;padding:10px;align-items:center;background-color:#f9f9f9}.cart-item-image{width:100px;height:100px;object-fit:cover;border-radius:4px;margin-right:15px}.cart-item-details{flex-grow:1;display:flex;flex-direction:column}.cart-item-name{margin:0 0 5px;font-size:1.1em;color:#333}.cart-item-details-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px}.cart-item-price{margin:0;color:#007bff}.cart-item-quantity{display:flex;align-items:center;margin-bottom:10px}.cart-item-quantity button{padding:5px 10px;margin:0 5px;cursor:pointer;border:1px solid #ccc;border-radius:4px;background-color:#fff}.cart-item-quantity button:hover{background-color:#f0f0f0}.cart-item-quantity span{margin:0 10px}.cart-item-details button{padding:8px 15px;background-color:#dc3545;color:#fff;border:none;border-radius:4px;cursor:pointer}.cart-item-details button:hover{background-color:#c82333}.cart-total{display:flex;justify-content:center;align-items:center;text-align:right;margin-top:20px;gap:50px}.cart-total h5{color:#333;font-weight:700}.cart-total button{display:flex;justify-content:center;align-items:center;padding:8px 15px;background-color:#2e86c1;color:#fff;border:none;border-radius:4px;cursor:pointer;gap:2px}.banner{width:100%;max-width:1200px;margin:4px auto 0;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000001a;height:400px}.carousel-root{width:100%;overflow:hidden}.carousel .slide img{width:100%;height:400px;transition:transform .5s ease}.carousel .slide:hover img{transform:none}.carousel .control-dots{bottom:15px}.carousel .control-dots .dot{background-color:#fff9;transition:background-color .3s ease}.carousel .control-dots .dot.selected{background-color:#ff4747}.carousel .control-arrow{background-color:#ffffffb3;padding:10px;transition:background-color .3s ease}.carousel .control-arrow:hover{background-color:#ff4747}@media (max-width: 768px){.banner,.carousel .slide img{height:300px}}.carousel .control-arrow,.carousel.carousel-slider .control-arrow{-webkit-transition:all .25s ease-in;-moz-transition:all .25s ease-in;-ms-transition:all .25s ease-in;-o-transition:all .25s ease-in;transition:all .25s ease-in;opacity:.4;filter:alpha(opacity=40);position:absolute;z-index:2;top:20px;background:none;border:0;font-size:32px;cursor:pointer}.carousel .control-arrow:focus,.carousel .control-arrow:hover{opacity:1;filter:alpha(opacity=100)}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{margin:0 5px;display:inline-block;border-top:8px solid transparent;border-bottom:8px solid transparent;content:""}.carousel .control-disabled.control-arrow{opacity:0;filter:alpha(opacity=0);cursor:inherit;display:none}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel-root{outline:none}.carousel{position:relative;width:100%}.carousel *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.carousel img{width:100%;display:inline-block;pointer-events:none}.carousel .carousel{position:relative}.carousel .control-arrow{outline:0;border:0;background:none;top:50%;margin-top:-13px;font-size:18px}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{-webkit-transition:all .15s ease-in;-moz-transition:all .15s ease-in;-ms-transition:all .15s ease-in;-o-transition:all .15s ease-in;transition:all .15s ease-in;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0);position:relative;list-style:none;white-space:nowrap}.carousel .thumb{-webkit-transition:border .15s ease-in;-moz-transition:border .15s ease-in;-ms-transition:border .15s ease-in;-o-transition:border .15s ease-in;transition:border .15s ease-in;display:inline-block;margin-right:6px;white-space:nowrap;overflow:hidden;border:3px solid #fff;padding:2px}.carousel .thumb:focus{border:3px solid #ccc;outline:none}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{position:relative;margin:0;overflow:hidden}.carousel.carousel-slider .control-arrow{top:0;color:#fff;font-size:26px;bottom:0;margin-top:0;padding:5px}.carousel.carousel-slider .control-arrow:hover{background:#0003}.carousel .slider-wrapper{overflow:hidden;margin:auto;width:100%;-webkit-transition:height .15s ease-in;-moz-transition:height .15s ease-in;-ms-transition:height .15s ease-in;-o-transition:height .15s ease-in;transition:height .15s ease-in}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{flex-direction:column;flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{-webkit-flex-direction:column;flex-direction:column}.carousel .slider{margin:0;padding:0;position:relative;list-style:none;width:100%}.carousel .slider.animated{-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;-ms-transition:all .35s ease-in-out;-o-transition:all .35s ease-in-out;transition:all .35s ease-in-out}.carousel .slide{min-width:100%;margin:0;position:relative;text-align:center}.carousel .slide img{width:100%;vertical-align:top;border:0}.carousel .slide iframe{display:inline-block;width:calc(100% - 80px);margin:0 40px 40px;border:0}.carousel .slide .legend{-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;position:absolute;bottom:40px;left:50%;margin-left:-45%;width:90%;border-radius:10px;background:#000;color:#fff;padding:10px;font-size:12px;text-align:center;opacity:.25;-webkit-transition:opacity .35s ease-in-out;-moz-transition:opacity .35s ease-in-out;-ms-transition:opacity .35s ease-in-out;-o-transition:opacity .35s ease-in-out;transition:opacity .35s ease-in-out}.carousel .control-dots{position:absolute;bottom:0;margin:10px 0;padding:0;text-align:center;width:100%;z-index:1}@media (min-width: 960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{-webkit-transition:opacity .25s ease-in;-moz-transition:opacity .25s ease-in;-ms-transition:opacity .25s ease-in;-o-transition:opacity .25s ease-in;transition:opacity .25s ease-in;opacity:.3;filter:alpha(opacity=30);box-shadow:1px 1px 2px #000000e6;background:#fff;border-radius:50%;width:8px;height:8px;cursor:pointer;display:inline-block;margin:0 8px}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{opacity:1;filter:alpha(opacity=100)}.carousel .carousel-status{position:absolute;top:0;right:0;padding:5px;font-size:10px;text-shadow:1px 1px 1px rgba(0,0,0,.9);color:#fff}.carousel:hover .slide .legend{opacity:1}.headerOffer{width:100%;background:url(https://raw.githubusercontent.com/hector1489/kaimanProject/refs/heads/main/src/assets/img/textures/metal-texture-2.png) no-repeat center center;background-size:cover;background-blend-mode:multiply;background-color:#0009;margin-top:2px}.headerOffer ul{width:100%;height:50px;list-style:none;display:flex;justify-content:flex-start;align-items:center;padding:0;margin:0;white-space:nowrap;overflow:hidden}.headerOffer ul .headerOffer-list-content{display:flex;animation:marquee 50s linear infinite;gap:50px}.headerOffer li{display:flex;font-size:14px;color:#fff;font-weight:600;transition:color .3s ease;gap:10px;padding:0 10px}.headerOffer li:hover{color:#f1c40f;animation-play-state:paused}.separator{width:100%;height:2px;background-color:#fff}.main-offers{width:100%;height:130px;display:flex;justify-content:space-between;gap:5px;background-color:#fff}.main-offers-one,.main-offers-two{color:#fff;display:flex;justify-content:center;align-items:center;text-align:center;gap:1rem;box-shadow:0 10px 20px #0000001a}.main-offers-one{width:50%;background:url(https://raw.githubusercontent.com/hector1489/kaimanProject/refs/heads/main/src/assets/img/textures/madera-verde.jpg) no-repeat center center;background-size:cover;text-shadow:2px 2px 4px rgba(1,1,1,1.5)}.main-offers-two{width:50%;background:url(https://raw.githubusercontent.com/hector1489/kaimanProject/refs/heads/main/src/assets/img/textures/madera-roja-2.jpg) no-repeat center center;background-size:cover;text-shadow:2px 2px 4px rgba(1,1,1,1.5)}.main-offers-one,.main-offers-two h4{font-size:1.5rem}.main-offers-one div{margin-top:.5rem}.main-offers-two button{background-color:#fdfefe;color:red;border:none;padding:.75rem 1.25rem;cursor:pointer;margin-top:1rem;transition:background-color .3s ease,transform .3s ease}.main-offers-two button:hover{background-color:#f1c40f;color:#fff;transform:translateY(-3px)}@media (max-width: 768px){.headerOffer ul{flex-direction:column;align-items:flex-start}.headerOffer li{margin:.5rem 0;text-align:left;animation:none}.main-offers{flex-direction:column;align-items:center;gap:20px}.main-offers-one,.main-offers-two{width:90%;margin-bottom:1rem;border-radius:10px}}@keyframes marquee{0%{transform:translate(100%)}to{transform:translate(-100%)}}.footer{width:100%;background:url(https://raw.githubusercontent.com/hector1489/kaimanProject/refs/heads/main/src/assets/img/textures/metal-texture.png) no-repeat center center;background-size:cover;background-blend-mode:multiply;background-color:#0000004d;color:#eee;padding:40px 20px;font-family:Roboto,sans-serif;display:flex;flex-wrap:wrap;justify-content:space-around;align-items:flex-start;margin-top:4px;box-shadow:inset 20px 0 30px #00000080,inset -20px 0 30px #00000080}.footer div{margin-bottom:20px;text-align:left;width:20%;min-width:200px}.footer h5{color:#f1c40f;font-size:1.2em;margin-bottom:10px}.footer p{font-size:.9em;font-weight:300;line-height:1.6}.footer a{color:#eee;font-size:1.5em;margin:0 10px;transition:color .3s ease}.footer a:hover{color:#f1c40f}@media (max-width: 768px){.footer div{width:45%}}@media (max-width: 480px){.footer div{width:100%;text-align:center}.footer{text-align:center}}.contact{max-width:600px;margin:20px auto;padding:20px}.contact-header{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px}.contact-header img{width:100px;border-radius:8px;box-shadow:0 2px 10px #0000001a}.contact h3{text-align:center;margin-bottom:20px;color:#f1c40f;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.contact-form .form-group{margin-bottom:15px}.contact-form label{display:block;margin-bottom:5px;font-weight:700;color:#555}.contact-form input[type=text],.contact-form input[type=email],.contact-form textarea{width:100%;padding:10px;border:1px solid #ccc;border-radius:4px;box-sizing:border-box;font-size:16px}.contact-form textarea{resize:vertical;min-height:100px}.contact-form button{background-color:#20a7b6;color:#fff;padding:10px 20px;border:none;border-radius:4px;cursor:pointer;font-size:16px;transition:background-color .3s ease;width:100%}.contact-form button:hover{background-color:#17838e}@media (max-width: 480px){.contact{padding:10px}}.new-products-added{overflow-x:auto;padding:20px}.new-products-added h3{color:#f1c40f;font-size:28px;text-transform:uppercase;font-weight:700}.section-title{text-align:center;margin-bottom:20px;margin-top:20px;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.product-list-new-products{display:flex;flex-wrap:nowrap;gap:20px;padding:20px;margin:0;overflow-x:auto;scroll-snap-type:x mandatory}.filter-area{max-width:100%;display:flex;align-items:center;justify-content:center;padding:15px;background-color:#f1c40f;text-shadow:2px 2px 4px rgba(0,0,0,.5);flex-wrap:wrap}.filter{padding:2px 6px;cursor:pointer;color:#fff;font-weight:700;white-space:nowrap;margin:2px}.filter:hover{background-color:#f39c12}hr{margin:0 5px;border:.5px solid #e0e0e0;height:20px}.filter-area hr:last-child{display:none}@media (max-width: 768px){.filter-area{flex-direction:column;align-items:stretch;padding:10px}.filter{text-align:center;margin:5px 0;padding:8px 12px;display:block}hr{display:none}.filter-area hr:last-child{display:none}}.sidebar-filter{width:230px;padding:25px;border-right:1px solid #e0e0e0}.sidebar-filter h3{font-size:1.5rem;margin-bottom:20px;color:#333}.sidebar-filter h4{font-size:1.1rem;margin-bottom:10px;color:#555}.sidebar-filter select{width:100%;padding:10px 12px;margin-bottom:20px;border:1px solid #ccc;border-radius:4px;font-size:1rem;color:#333;background-color:#fff;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url('data:image/svg+xml;utf8,<svg fill="black" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');background-repeat:no-repeat;background-position-x:95%;background-position-y:50%}.sidebar-filter select:focus{outline:none;border-color:#007bff;box-shadow:0 0 5px #007bff80}.sidebar-filter select option{padding:8px 12px}.subscription-form{width:100%;display:flex;flex-direction:column;margin:0 auto}.subscription-form h3{text-align:center;padding:10px;font-weight:700;font-size:25px;color:#fff;background:linear-gradient(135deg,black 25%,transparent 25%,transparent 50%,black 50%,black 75%,transparent 75%,transparent),#f4d03f;background-size:40px 40px,auto;background-repeat:repeat,repeat;text-transform:uppercase;text-shadow:2px 2px 4px rgba(1,1,1,1.5);letter-spacing:2px}.subscription-form-body{display:flex;justify-content:center;margin-top:10px;gap:30px}.subscription-form label{margin-top:10px}.subscription-form-footer{display:flex;justify-content:space-evenly;margin-top:10px}.subscription-form-footer a{color:#17838e}.subscription-form input,.subscription-form button{padding:8px;margin-top:5px}.subscription-form button{background-color:#17838e;color:#fff;border:none;cursor:pointer}.subscription-form button:disabled{background-color:#ccc;cursor:not-allowed}.error-message{color:red;font-size:.8em}.success-message{color:green;font-size:.8em}.scroll-to-top-container{position:fixed;bottom:20px;right:20px;display:flex;flex-direction:column;gap:10px;z-index:1000}.scroll-to-top-button,.whatsapp-button{background-color:#2e86c1;color:#fff;border:none;border-radius:50%;width:40px;height:40px;font-size:20px;cursor:pointer;opacity:0;transition:opacity .3s ease}.scroll-to-top-button.visible,.whatsapp-button.visible{opacity:1}.whatsapp-button{background-color:#25d366}.login-container{display:flex;justify-content:center;align-items:center}.login-container i{display:flex;justify-content:center;color:red;margin-bottom:10px}.login-box{background:linear-gradient(.25turn,#17838e,#2ddcee,#17838e);padding:2rem;box-shadow:0 4px 8px #0003;width:300px}.login-box h3{text-align:center;margin-bottom:1.5rem;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,1.5)}.login-box input{width:100%;padding:.75rem;margin-bottom:1rem;border:1px solid #ccc;border-radius:4px;box-sizing:border-box}.login-box-buttons{display:flex;flex-direction:column;gap:10px}.login-box button{width:100%;padding:.75rem;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:700;border:1px solid #ccc}.login-box button:hover{background-color:#0056b3}.login-box{position:relative}.login-box a{margin-top:10px}.user-profile{font-family:Arial,sans-serif;max-width:1200px;margin:20px;padding:20px;background-color:#f9f9f9;border-radius:8px;box-shadow:0 2px 10px #0000001a;--primary-color: #007bff;--secondary-color: #dc3545;--text-color: #333;--light-bg: #fff;--border-color: #eee}.user-profile h3{color:#117a65;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.profile-header{text-align:center;margin-bottom:2rem;background-color:var(--light-bg);border-radius:8px;box-shadow:0 2px 10px #0000001a;padding:20px}.profile-header p{font-size:10px;color:#f39c12}.profile-picture{width:150px;height:150px;border-radius:50%;object-fit:cover;margin-bottom:1rem}.profile-details{display:flex;justify-content:space-between;gap:10px}.detail-section{width:48%}.detail-section h4{color:#f39c12;margin-bottom:1rem}.detail-section ul{list-style:none;padding:0}.detail-section li{margin-bottom:.5rem}.admin-profile-component{font-family:Arial,sans-serif;max-width:1200px;margin:20px;padding:20px;background-color:#f9f9f9;border-radius:8px;box-shadow:0 2px 4px #0000001a;--primary-color: #007bff;--secondary-color: #dc3545;--text-color: #333;--light-bg: #fff;--border-color: #eee}.profile-header-component{display:flex;flex-direction:column;gap:20px;padding:20px;background-color:var(--light-bg);border-radius:8px;box-shadow:0 2px 4px #0000001a}.profile-header-one{display:flex;flex-direction:column;justify-content:center;align-items:center;color:#f39c12;text-align:center}.profile-header-two{width:100%}.admin-profile-sections-buttons{flex:1 1 100%;display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:20px;gap:10px}.admin-profile-sections-buttons button{background-color:#f39c12;border:none;padding:2px 5px}.admin-profile-sections-buttons button:hover{background-color:#f7dc6f;transform:scale(1.02)}.admin-profile-sections{flex:1 1 100%;display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:20px;gap:10px}.admin-profile-section{flex:1 1 48%;padding:20px;background-color:var(--light-bg);border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-bottom:20px}.admin-profile-section h4{margin-bottom:15px;color:var(--text-color);font-weight:700}.admin-profile-section ul{list-style:none;padding:0;max-height:800px;overflow:auto;margin:0}.admin-profile-section li{padding:10px;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center}.admin-profile-section li:last-child{border-bottom:none}.admin-profile-section button{background-color:var(--primary-color);color:#fff;padding:8px 12px;border:none;border-radius:4px;cursor:pointer;margin-right:5px;margin-top:5px;transition:background-color .3s ease}.admin-profile-section button:last-child{background-color:var(--secondary-color)}.admin-profile-section button:hover{background-color:#007bffcc}.users-edit{display:flex;justify-content:space-between;align-items:center;gap:15px}.users-edit h4{font-weight:700}.users-edit-buttons{display:flex;gap:10px}@media (max-width: 768px){.profile-header-component{flex-direction:column;align-items:center}.admin-profile-sections,.admin-profile-section{flex:1 1 100%}.profile-header-two{text-align:center}.users-edit{flex-direction:column;align-items:flex-start}}.employe-profile{font-family:Arial,sans-serif;max-width:1200px;margin:20px;padding:20px;background-color:#f9f9f9;border-radius:8px;box-shadow:0 2px 10px #0000001a;--primary-color: #007bff;--secondary-color: #dc3545;--text-color: #333;--light-bg: #fff;--border-color: #eee}.employe-header-component{display:flex;flex-direction:column;gap:20px;padding:20px;background-color:var(--light-bg);border-radius:8px;box-shadow:0 2px 10px #0000001a}.profile-picture{width:120px;height:120px;border-radius:50%;object-fit:cover;margin-bottom:10px}.employe-header-one{display:flex;flex-direction:column;align-items:center;color:#f39c12;text-align:center}.employe-header-two{display:flex;flex-direction:column;gap:10px;padding-left:20px;width:100%}.employee-body{display:flex;margin-top:20px;gap:20px;flex-wrap:wrap}.detail-section{flex:1 1 300px;padding:20px;background-color:var(--light-bg);border-radius:8px;box-shadow:0 1px 5px #0000001a;margin-bottom:20px}.detail-section h4{margin-bottom:15px;color:var(--text-color);font-size:1.25rem}.detail-section p{margin-bottom:10px;color:#555;font-size:1rem}.detail-section ul{list-style:none;padding:0;max-height:800px;overflow:auto}.detail-section li{padding:10px;border-bottom:1px solid var(--border-color);font-size:1rem}.detail-section li:last-child{border-bottom:none}.detail-section button{margin-top:5px;background-color:#f39c12;padding:2px;color:#dc3545;font-weight:700}.detail-section button:hover{background-color:#f4d03f}@media (max-width: 768px){.employe-header-component{flex-direction:column;align-items:center}.employee-body{margin-top:15px;gap:15px}.detail-section{padding:15px}.employe-header-two{padding-left:0}.profile-picture{width:100px;height:100px}}.product-details{width:100%;padding:20px}.product-details-header{display:flex;justify-content:space-between;align-items:flex-start;padding:30px;gap:40px;margin:20px auto;max-width:1200px}.product-details-image{max-width:450px;width:100%;height:auto;border-radius:8px;box-shadow:0 4px 8px #0000001a;object-fit:cover}.product-details-body{width:100%;display:flex;flex-direction:column;justify-content:space-between;gap:20px}.product-details h5{font-size:1.5em;font-weight:600;color:#f1c40f;margin-bottom:10px;text-align:left}.product-details p{font-size:1em;line-height:1.6;color:#666;margin-bottom:15px;text-align:left}.product-details p:last-child{margin-bottom:0}.product-details p strong{font-weight:700}.product-details .price{font-size:1.4em;color:#007bff;font-weight:600;margin-bottom:10px}.product-details .previous-price{text-decoration:line-through;color:#aaa;font-size:1.1em}.product-details .product-description{font-size:1em;color:#666;margin-bottom:20px;text-align:left}.product-details-description-btns{display:flex;gap:20px}.product-details-description-btns button{background-color:#f1c40f;border:none;padding:10px 20px;font-size:1em;cursor:pointer;transition:background-color .3s ease;border-radius:5px}.product-details-description-btns button:hover{background-color:#f39c12}.product-details-description-btns button.active{background-color:#e67e22;color:#fff}.product-details-content{width:100%;min-height:200px;margin-top:20px}.product-details-content h5{font-size:1.2em;font-weight:600;color:#f1c40f}.RegisterComponent{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:500px;padding:40px;border-radius:10px;background-color:#fff;box-shadow:0 8px 24px #0000001a;transition:all .3s ease;margin:50px}.RegisterComponent:hover{transform:scale(1.02)}.RegisterComponent h3{font-size:1.5rem;color:#f39c12;margin-bottom:20px;font-weight:600;text-transform:uppercase;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.RegisterComponent input,.RegisterComponent select{width:100%;padding:12px 15px;margin:12px 0;border:2px solid #ddd;border-radius:8px;font-size:1rem;background-color:#f9f9f9;transition:border .3s ease,background-color .3s ease}.RegisterComponent input:focus,.RegisterComponent select:focus{border-color:#007bff;outline:none;background-color:#fff}.RegisterComponent button{width:100%;padding:12px;background-color:#007bff;color:#fff;font-size:1rem;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s ease,transform .3s ease}.RegisterComponent button:hover{background-color:#0056b3;transform:translateY(-2px)}.RegisterComponent button:active{transform:translateY(1px)}.RegisterComponent a{text-decoration:none;color:#007bff;font-size:1rem;text-align:center;margin-top:15px}.RegisterComponent a:hover{text-decoration:underline}.error-message{color:#e74c3c;font-size:.9rem;margin-top:10px;text-align:center}.add-product-form{max-width:500px;padding:20px;border:1px solid #ddd;border-radius:8px;background-color:#f9f9f9;margin:30px 0}.add-product-form h2{text-align:center}.add-product-form div{margin-bottom:15px}.add-product-form label{display:block;margin-bottom:5px}.add-product-form input,.add-product-form textarea{width:100%;padding:8px;margin-top:5px;font-size:14px;border:1px solid #ccc;border-radius:4px}.add-product-form button{width:100%;padding:10px;background-color:#4caf50;color:#fff;font-size:16px;border:none;border-radius:4px;cursor:pointer}.add-product-form button:hover{background-color:#45a049}.home{width:100%}.home-logos{width:100%;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;padding:30px;gap:20px}.home-logos img{max-width:150px;height:auto}.home-subscription{width:100%;padding:2rem 5%}.register-page{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.products-details-page{width:100%}.CartPage{width:100%;display:flex;flex-direction:column;justify-content:center;margin-top:20px}.content-area{display:flex}.product-list{flex:1;padding:20px;flex-direction:column;align-items:center}.product-list-order{display:flex;border:1px solid #e0e0e0;border-radius:8px;padding:5px 10px;gap:20px}.filterPage-cards{display:flex;flex-wrap:wrap;justify-content:center;margin-top:20px;gap:20px}.product-card{border:1px solid #e0e0e0;border-radius:8px;padding:15px;text-align:center}.product-card img{max-width:100%;height:auto;margin-bottom:10px}.contact-page{width:100%}.contac-page-subscription{width:100%;padding:2rem 5%;display:flex;justify-content:center;margin:2rem 0}.user-profile-page,.admin-page,.employee-page{width:100%}.maestro-page{font-family:Arial,sans-serif;display:flex;flex-direction:column;align-items:center;max-width:1200px;margin:20px;padding:20px;background-color:#f9f9f9;border-radius:10px;box-shadow:0 2px 10px #0000001a}.maestro-page h3,h5{color:#333;text-align:center;margin-bottom:20px}.maestro-page input{padding:10px;margin:10px;width:250px;border:1px solid #ccc;border-radius:5px;font-size:16px}.maestro-page input:focus{border-color:#007bff;outline:none}.maestro-page button{padding:10px 20px;margin:10px;background-color:#007bff;color:#fff;border:none;border-radius:5px;font-size:16px;cursor:pointer}.maestro-page button:hover{background-color:#0056b3}.maestro-page ul{list-style:none;padding:0;margin-top:20px}.maestro-page li{background-color:#fff;padding:10px;margin:10px 0;border-radius:5px;box-shadow:0 1px 3px #0000001a;display:flex;justify-content:space-between;align-items:center}.maestro-page li p{margin:0;font-size:18px;font-weight:700}.maestro-page li button{margin-left:10px}.maestro-page button:last-of-type{background-color:#28a745;margin-top:20px}.maestro-page button:last-of-type:hover{background-color:#218838}
