@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";:root{--primary-color: #ff0000}*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}.container,.products,.category-grid,.hero{max-width:1200px;padding-left:.5rem;padding-right:.5rem;margin-left:auto;margin-right:auto}@media (max-width: 1536px){.container,.products,.category-grid,.hero{max-width:1280px}}@media (max-width: 1280px){.container,.products,.category-grid,.hero{max-width:1024px}}@media (max-width: 1024px){.container,.products,.category-grid,.hero{max-width:768px}}@media (max-width: 768px){.container,.products,.category-grid,.hero{max-width:640px}}@media (max-width: 640px){.container,.products,.category-grid,.hero{max-width:475px}}@media (max-width: 475px){.container,.products,.category-grid,.hero{width:100%}}body{padding-top:100px}.fade-in-section{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out;will-change:opacity,transform}nav{padding:1rem 0;background-color:#fff;box-shadow:0 2px 4px #0000001a;position:fixed;top:0;width:100%;z-index:1000;padding-top:50px}nav .container{display:flex;justify-content:space-between;align-items:center}nav .container .logo{padding-top:7px;cursor:pointer}nav .container .logo img{height:49px;width:80px}nav .container .links{display:flex;gap:30px}nav .container .links a{text-decoration:none;color:#000;font-weight:500;transition:color .3s ease;padding:.5rem 1rem;border-radius:6px}nav .container .links a:hover{color:#666}nav .container .links a[href="/login"],nav .container .links a[href="/register"],nav .container .links a[href="/dashboard"],nav .container .links .auth-button{background-color:var(--primary-color);color:#fff;font-weight:600;transition:all .3s ease}nav .container .links a[href="/login"]:hover,nav .container .links a[href="/register"]:hover,nav .container .links a[href="/dashboard"]:hover,nav .container .links .auth-button:hover{background-color:var(--primary-color);color:#fff;transform:translateY(-2px);box-shadow:0 4px 6px #0000001a}.menu-toggle{display:none;cursor:pointer}.hamburger{width:30px;height:20px;position:relative;display:flex;flex-direction:column;justify-content:space-between}.hamburger span{display:block;width:100%;height:2px;background-color:#000;transition:all .3s ease}.hamburger.active span:nth-child(1){transform:translateY(9px) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}@media (max-width: 1024px){.menu-toggle{display:block}nav .container .links{position:fixed;top:53px;left:-100%;width:100%;height:calc(100vh - 70px);background-color:#fff;flex-direction:column;align-items:center;padding:145px 0 2rem;transition:left .3s ease;gap:2rem}nav .container .links.active{left:0;height:100%}}.top-bar{background-color:#1a1a1a;color:#fff;padding:.5rem 0;font-size:.9rem;z-index:9999;position:fixed;top:0;width:100%}.top-bar-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.top-bar-left{display:flex;gap:2rem}.contact-item{display:flex;align-items:center;gap:.5rem;cursor:pointer;position:relative}.contact-item i{color:var(--primary-color);font-size:1.1rem}.contact-detail{transition:all .3s ease}.top-bar-right{display:flex;align-items:center}.social-links{display:flex;gap:1rem}.social-link{color:#fff;text-decoration:none;transition:color .2s}.social-link:hover{color:var(--primary-color)}@media (max-width: 834px){.top-bar-left{gap:1.5rem}.contact-detail{position:absolute;top:100%;left:342%;transform:translate(-50%) translateY(10px);background-color:#1a1a1a;padding:.5rem 1rem;border-radius:4px;white-space:nowrap;opacity:0;visibility:hidden;transition:all .3s ease;box-shadow:0 2px 8px #0003}.contact-item.active .contact-detail{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.contact-item.active i{color:#fff}.top-bar-container{padding:0 1rem}}@media (max-width: 480px){.top-bar-left{gap:1rem}.contact-item i{font-size:1rem}.contact-detail{font-size:.8rem}}.hero{min-height:100vh;background:#fff;padding:6rem 0;position:relative}.hero-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-text{max-width:600px}.hero-text h1{font-size:3.5rem;font-weight:700;color:#2d3436;margin-bottom:1.5rem;line-height:1.2}.hero-text p{font-size:1.1rem;color:#636e72;margin-bottom:2rem;line-height:1.6}.hero-buttons{display:flex;gap:1rem}.primary-btn,.secondary-btn{display:flex;align-items:center;gap:.75rem;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease}.primary-btn{background:var(--primary-color);color:#fff}.primary-btn:hover{transform:translateY(-2px)}.secondary-btn{background:#fff;color:var(--primary-color);border:1px solid var(--primary-color)}.secondary-btn:hover{background-color:var(--primary-color);color:#fff;transform:translateY(-2px)}.hero-image{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 20px 40px #0000001a}.hero-image img{width:100%;height:auto;display:block;transition:transform .5s ease}.hero-image:hover img{transform:scale(1.05)}.image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#2196f333,#1976d21a,#0000000d);pointer-events:none}.hero-features{max-width:1200px;margin:4rem auto 0;padding:0 2rem;display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.feature{text-align:center;padding:1.5rem;background:#f8f9fa;border-radius:12px;transition:all .3s ease}.feature:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000000d}.feature i{font-size:2rem;color:var(--primary-color);margin-bottom:1rem}.feature h3{font-size:1.2rem;font-weight:600;color:#2d3436;margin-bottom:.5rem}.feature p{font-size:.9rem;color:#636e72;margin:0}@media (max-width: 1280px){.secondary-btn{font-size:14px}}@media (max-width: 1024px){.hero-content{grid-template-columns:1fr;gap:3rem}.hero-text{text-align:center;margin:0 auto}.hero-buttons{justify-content:center}.hero-image{max-width:600px;margin:0 auto}.secondary-btn{font-size:16px}.hero-features{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 768px){.hero{padding:4rem 0}.hero-text h1{font-size:2.5rem}.hero-buttons{flex-direction:column}.hero-features{grid-template-columns:1fr;gap:1rem}.feature{padding:1.5rem}}@media (max-width: 354px){.hero{padding:2rem 0}.hero-content{padding:0 1rem}.hero-text h1{font-size:2rem}.hero-image{margin:0 -1rem;border-radius:0}.hero-image img{width:100vw;max-width:none}}.slider-image{width:100%;height:auto;object-fit:cover;max-height:600px}.slick-slider{margin-bottom:3rem;width:100%;overflow:hidden}.slick-slide{height:auto}.slick-list{overflow:hidden}.slick-track{display:flex;align-items:center}@media (max-width: 1024px){.slider-image{max-height:500px}}@media (max-width: 768px){.slider-image{max-height:400px}}@media (max-width: 480px){.slider-image{max-height:300px}}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-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)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/assets/ajax-loader-BcnMEykj.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(data:application/vnd.ms-fontobject;base64,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);src:url(data:application/vnd.ms-fontobject;base64,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) format("embedded-opentype"),url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"),url(data:font/ttf;base64,AAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("truetype"),url(/assets/slick-BlzDm7g2.svg#slick) format("svg")}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translateY(-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.statistics-section{background-color:#f8f8f8;padding:80px 0}.statistics-section .container{display:flex;gap:40px;align-items:center}.statistics-content{flex:1;max-width:500px}.section-subtitle{font-size:.9em;color:#666;margin-bottom:10px;text-transform:uppercase;letter-spacing:1px}.statistics-content h2{font-size:2.5em;font-weight:700;margin-bottom:20px;color:#000;line-height:1.2}.statistics-content p{font-size:1em;margin-bottom:30px;color:#555;line-height:1.6}.learn-more-btn{display:inline-block;background-color:var(--primary-color);color:#fff;padding:12px 25px;text-decoration:none;border-radius:5px;font-size:1.1em;transition:background-color .3s ease;border:none;cursor:pointer}.statistics-numbers{flex:1;display:flex;justify-content:center;align-items:center}.statistics-numbers img{width:100%;max-width:600px;height:auto;border-radius:12px;object-fit:cover}@media (max-width: 992px){.statistics-section .container{flex-direction:column;text-align:center}.statistics-content{max-width:100%;margin-bottom:40px}.statistics-numbers img{max-width:100%}}@media (max-width: 768px){.statistics-section{padding:60px 0}.statistics-content h2{font-size:2em}}.popular-products{background-image:url(/assets/backimg-C91IsPRw.png);background-position:right;background-repeat:no-repeat;background-size:contain;padding:40px 0;background-color:#eaeaea33}.popular-products .container{max-width:1200px;margin:0 auto;padding:0 20px}.popular-products .container h1,.popular-products .container h2{text-align:center;margin-bottom:50px;font-size:2.5em;color:#333;position:relative}.popular-products .container h1:after,.popular-products .container h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:3px;background:var(--primary-color);border-radius:2px}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin:0 auto}.product{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:all .3s ease;position:relative;display:flex;flex-direction:column;text-decoration:none;color:inherit;cursor:pointer}.product:hover{transform:translateY(-5px);box-shadow:0 5px 15px #0000001a}.product .img{width:100%;height:220px;position:relative;overflow:hidden;background-color:#f8f8f8;display:flex;justify-content:center;align-items:center}.product .img img{width:100%;height:100%;transition:transform .3s ease;overflow:hidden}.product .discount-badge{position:absolute;top:15px;left:15px;background-color:#0af;color:#fff;padding:5px 10px;border-radius:50%;font-size:.9em;font-weight:600;z-index:1;width:50px;height:50px;display:flex;justify-content:center;align-items:center;box-shadow:0 2px 5px #0003}.product .infos{padding:15px;background:#fff;position:relative;z-index:2;display:flex;flex-direction:column;gap:5px}.product .infos h2{font-size:1.2em;font-weight:600;color:#333;margin:0;line-height:1.4;text-align:left}.product .infos p{color:#666;font-size:.9em;line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.product .infos .price{color:#0af;font-size:1.1em;font-weight:700;margin-top:10px}.product .infos h2:after,.product:hover .infos h2:after,.product .infos p:before,.product:hover .infos p:before,.product .infos h2:last-child,.product:hover .infos h2:last-child,.product .infos h2:last-child:after,.product:hover .infos h2:last-child:after,.product .infos:before,.product:hover .infos:before,.product:before,.product:hover:before{content:unset!important;width:unset!important;height:unset!important;background:unset!important;color:unset!important;padding:unset!important;border-radius:unset!important;font-size:unset!important;font-weight:unset!important;z-index:unset!important;opacity:unset!important;transform:unset!important;transition:unset!important;position:unset!important;display:unset!important;justify-content:unset!important;align-items:unset!important;box-shadow:unset!important;margin-top:unset!important;line-height:unset!important}@media (max-width: 1200px){.products{grid-template-columns:repeat(3,1fr);gap:25px}}@media (max-width: 992px){.products{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width: 600px){.products{grid-template-columns:repeat(2,1fr);gap:15px}.product .img{height:130px}.product .infos{padding:8px}.product .infos h2{font-size:.9em}.product .infos p{font-size:.75em}.product .infos .price{font-size:.8em}.product .discount-badge{width:30px;height:30px;font-size:.6em;top:5px;left:5px}}.explore-button-container{margin-top:40px;text-align:center}.explore-all-items-btn{display:inline-block;background-color:var(--primary-color);color:#fff;padding:12px 30px;text-decoration:none;border-radius:8px;font-size:1.1em;font-weight:500;transition:background-color .3s ease;border:none}.explore-all-items-btn:hover{background-color:#c00}.no-products{text-align:center;padding:60px 20px;margin:20px 0}.no-products i{font-size:4rem;color:#ccc;margin-bottom:20px}.no-products h3{font-size:1.8rem;color:#333;margin-bottom:10px}.no-products p{color:#666;font-size:1.1rem}@media (max-width: 768px){.products{grid-template-columns:repeat(2,1fr);gap:20px}.no-products{padding:40px 20px}.no-products i{font-size:3rem}.no-products h3{font-size:1.5rem}.no-products p{font-size:1rem}}@media (max-width: 480px){.no-products{padding:30px 15px}.no-products i{font-size:2.5rem}.no-products h3{font-size:1.3rem}}.pagination{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:40px;flex-wrap:wrap}.page-number,.page-nav{padding:8px 16px;border:1px solid #ddd;background:#fff;color:#333;cursor:pointer;border-radius:4px;transition:all .3s ease;font-size:1rem}.page-number:hover,.page-nav:hover{background:#f5f5f5;border-color:#ccc}.page-number.active{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.page-nav:disabled{background:#f5f5f5;color:#999;cursor:not-allowed;border-color:#ddd}@media (max-width: 480px){.pagination{gap:5px}.page-number,.page-nav{padding:6px 12px;font-size:.9rem}}.benefits-section{padding:80px 0;background-color:#fffbf8;text-align:center;margin-top:101px}.benefits-section h2{font-size:2.5em;font-weight:700;margin-bottom:50px;color:#000}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-top:30px}.benefit-item{text-align:center}.benefit-icon{width:60px;height:60px;margin:0 auto 20px;background-color:#f0f0f0;border-radius:10px;display:flex;justify-content:center;align-items:center}.benefit-icon svg,.benefit-icon img{width:40px;height:40px;color:var(--primary-color)}.benefit-item h3{font-size:1.5em;font-weight:700;margin-bottom:10px;color:#000}.benefit-item p{font-size:1em;color:#555;line-height:1.6}@media (max-width: 768px){.benefits-section h2{font-size:2em;margin-bottom:30px}.benefits-grid{grid-template-columns:1fr}}.categories-section{margin-top:101px;padding:40px 0}.categories-section .container{max-width:1200px;margin:0 auto;padding:0 20px}.categories-section h2{font-size:2.5em;font-weight:700;text-align:center;margin-bottom:50px;color:#000;position:relative}.categories-section h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:3px;background:var(--primary-color);border-radius:2px}.categories-content{display:flex;gap:40px;justify-content:center}.category-grid{flex-grow:1;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;justify-items:center;padding-bottom:40px}.category-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 6px 20px #00000014;transition:all .4s ease;position:relative;display:flex;flex-direction:column;text-decoration:none;color:inherit;width:100%;max-width:320px;cursor:pointer;border:1px solid rgba(0,0,0,.05)}.category-card:hover{transform:translateY(-8px);box-shadow:0 12px 25px #0000001a}.category-card .card-image{width:100%;height:180px;position:relative;overflow:hidden;display:flex;justify-content:center;align-items:center;background-color:#f0f0f0;border-bottom:1px solid rgba(0,0,0,.05)}.category-card .card-image img{width:100%;height:100%;transition:transform .4s ease}.category-card:hover .card-image img{transform:scale(1.08)}.category-card .card-info{padding:20px;text-align:center;background-color:#fff;flex-grow:1;display:flex;flex-direction:column;justify-content:center}.category-card .card-info h3{font-size:1.2em;font-weight:700;color:#333;margin:0;position:relative}.category-card .card-info p{display:none}@media (max-width: 1200px){.category-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px}}@media (max-width: 768px){.categories-content{flex-direction:column;gap:30px}.category-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.category-card .card-image{height:140px}.category-card .card-info{padding:15px}.category-card .card-info h3{font-size:1.1em}}@media (max-width: 480px){.category-grid{grid-template-columns:1fr;gap:15px;padding-bottom:30px;max-width:74%}.category-card{max-width:none}.category-card .card-image{height:100px}.category-card .card-info h3{font-size:1em}}.creations-section{margin-top:101px;background-color:#fff}.creations-content{display:flex;gap:30px;align-items:center}.featured-card{width:300px;flex-shrink:0;background-color:var(--primary-color);color:#fff;padding:40px;border-radius:10px;display:flex;flex-direction:column;justify-content:space-between;height:450px}.featured-card h2{font-size:2.5em;font-weight:700;margin-bottom:10px;line-height:1.2}.featured-card .subtitle{font-size:1.1em;margin-bottom:30px;line-height:1.4}.more-link{display:flex;align-items:center;gap:10px}.more-link span{font-size:1em}.progress-bar{flex-grow:1;height:2px;background-color:#ffffff80;border-radius:1px}.arrow-button{background-color:#fff;color:var(--primary-color);border:none;border-radius:50%;width:30px;height:30px;display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:1.2em;transition:background-color .3s ease}.arrow-button:hover{background-color:#eee}.creations-grid{flex-grow:1;display:flex;flex-wrap:nowrap;gap:20px;padding-bottom:20px;margin-top:29px;position:relative;overflow:hidden}.creations-grid-inner{display:flex;gap:20px;animation:scroll 20s linear infinite}.creations-grid-inner:hover,.creation-card:hover{animation-play-state:paused}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-3200px)}}.creation-card{background-color:#ccc;border-radius:10px;overflow:hidden;min-width:300px;height:450px;flex-shrink:0;position:relative;display:flex;justify-content:center;align-items:center;transition:all .6s ease;background-size:cover;background-position:center;background-repeat:no-repeat}.creation-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.creation-card:hover .creation-image{transform:scale(1.05)}.creation-card:nth-child(1){background-image:url(/assets/img1-BFAyEINQ.png)}.creation-card:nth-child(2){background-image:url(/assets/img2-25A0XTFN.png)}.creation-card:nth-child(3){background-image:url(/assets/img3-Dtl9eS2B.png)}.creation-card:nth-child(4){background-image:url(/assets/img4-D7YM8irY.png)}.creation-card:nth-child(5){background-image:url(/assets/img5-CzIO-rGU.png)}.creation-card:nth-child(6){background-image:url(/assets/img6-Dn3onXMz.png)}.creation-card:nth-child(7){background-image:url(/assets/img7-CGWRVn7D.png)}.creation-card:nth-child(8){background-image:url(/assets/img8-DaIl7LET.png)}.creation-card:nth-child(9){background-image:url(/assets/img9-CQCMVqLK.png)}.creation-card:nth-child(10){background-image:url(/assets/img10-D7H4YPhJ.png)}.creation-card:nth-child(11){background-image:url(/assets/img1-BFAyEINQ.png)}.creation-card:nth-child(12){background-image:url(/assets/img2-25A0XTFN.png)}.creation-card:nth-child(13){background-image:url(/assets/img3-Dtl9eS2B.png)}.creation-card:nth-child(14){background-image:url(/assets/img4-D7YM8irY.png)}.creation-card:nth-child(15){background-image:url(/assets/img5-CzIO-rGU.png)}.creation-card:nth-child(16){background-image:url(/assets/img6-Dn3onXMz.png)}.creation-card:nth-child(17){background-image:url(/assets/img7-CGWRVn7D.png)}.creation-card:nth-child(18){background-image:url(/assets/img8-DaIl7LET.png)}.creation-card:nth-child(19){background-image:url(/assets/img9-CQCMVqLK.png)}.creation-card:nth-child(20){background-image:url(/assets/img10-D7H4YPhJ.png)}.explore-button{background-color:#fff;color:#000;padding:10px 20px;border:none;border-radius:5px;font-size:1em;cursor:pointer;transition:background-color .3s ease;position:absolute;bottom:20px;left:50%;transform:translate(-50%);z-index:1}.explore-button:hover{background-color:#eee}@media (max-width: 992px){.creations-content{flex-direction:column;align-items:stretch}.featured-card{width:100%;height:auto;margin-bottom:30px}.creations-grid{grid-template-columns:unset;display:flex;flex-wrap:nowrap;overflow-x:auto;gap:20px;padding-bottom:20px}}.footer-section{background-color:#1a1a1a;color:#fff;padding:40px 0}.footer-content{display:flex;justify-content:space-between;gap:40px;flex-wrap:wrap}.footer-logo img{cursor:pointer;height:149px}.footer-links h3,.footer-description h3{font-size:1.2em;margin-bottom:15px;color:#fff}.footer-links ul{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:10px}.footer-links a{text-decoration:none;color:#ccc;transition:color .3s ease}.footer-links a:hover{color:#fff}.footer-description{max-width:300px}.footer-description p{font-size:.9em;color:#ccc;line-height:1.6}@media (max-width: 768px){.footer-content{flex-direction:column;text-align:center;gap:30px}.footer-logo,.footer-links,.footer-description{width:100%;max-width:none}.footer-links ul{margin-bottom:20px}}.testimonials-section{padding:80px 0;background-color:#f8f8f8;text-align:center;margin-top:101px}.testimonials-section h2{font-size:2.5em;font-weight:700;margin-bottom:50px;color:#000}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.testimonial-item{background-color:#fff;padding:30px;border-radius:10px;box-shadow:0 2px 4px #0000001a;text-align:left}.testimonial-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;flex-wrap:wrap;gap:10px}.user-info{display:flex;align-items:center;gap:15px}.avatar{width:40px;height:40px;border-radius:50%;background-color:var(--primary-color);color:#fff;display:flex;justify-content:center;align-items:center;font-size:1.2em;font-weight:700}.name-date{display:flex;flex-direction:column}.testimonial-item .author{font-size:1.1em;font-weight:700;color:#000;margin:0}.name-date .date{font-size:.9em;color:#777}.source-icon{height:20px}.testimonial-rating{color:#ffc107;margin-bottom:10px;font-size:1.2em}.testimonial-item .quote{font-size:1em;line-height:1.6;margin-bottom:0;color:#555;font-style:italic}@media (max-width: 768px){.testimonials-section h2{font-size:2em}.testimonials-grid{grid-template-columns:1fr}.testimonial-meta{flex-direction:column;align-items:flex-start;gap:10px}.user-info{gap:10px}}.contact-section{padding:80px 0;background-color:#fff;margin-bottom:101px}.contact-section h2{text-align:center;font-size:2.5em;font-weight:700;margin-bottom:50px;color:#000}.contact-content{display:flex;gap:40px;flex-wrap:wrap;justify-content:center}.contact-info,.contact-form,.contact-map{flex:1;min-width:300px}.contact-info p{font-size:1.1em;line-height:1.6;color:#555;margin-bottom:20px}.contact-info ul{list-style:none;padding:0;margin:0}.contact-info li{margin-bottom:10px;color:#555}.contact-info li strong{color:#000}.contact-form form{display:flex;flex-direction:column;gap:20px}.contact-form input,.contact-form textarea{padding:15px;border:1px solid #ccc;border-radius:5px;font-size:1em;width:100%;box-sizing:border-box}.contact-form textarea{min-height:150px;resize:vertical}.submit-btn{background-color:var(--primary-color);color:#fff;padding:15px 25px;border:none;border-radius:5px;font-size:1.1em;cursor:pointer;transition:background-color .3s ease;width:auto;align-self:flex-start}.submit-btn:hover{background-color:#c00}.contact-map iframe{width:100%;height:100%;display:block}@media (max-width: 768px){.contact-section h2{font-size:2em;margin-bottom:30px}.contact-content{flex-direction:column;gap:30px}.contact-info,.contact-form{min-width:unset;width:100%}.contact-form form{gap:15px}}@media (max-width: 576px){.contact-section{padding:40px 0}.contact-section h2{font-size:1.8em;margin-bottom:20px}.contact-content{gap:30px}.contact-info p,.contact-info li{font-size:.9em}.contact-form input,.contact-form textarea,.submit-btn{font-size:.9em;padding:12px}.contact-form textarea{min-height:120px}.submit-btn{padding:12px 20px}}.all-products{padding:2rem 0;margin-top:50px}.products-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.products-header h2{font-size:2rem;color:#333;margin:0;position:relative}.products-header h2:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:3px;background:var(--primary-color);border-radius:2px}.products-stats{display:flex;align-items:center;gap:1rem;color:#666}.category-badge{background-color:#fff;padding:.5rem 1rem;border-radius:25px;font-size:.9rem;border:2px solid var(--primary-color);color:var(--primary-color)}.search-badge{background-color:#fff;padding:.5rem 1rem;border-radius:25px;font-size:.9rem;border:2px solid #4a90e2;color:#4a90e2;display:flex;align-items:center;gap:.5rem}.search-badge:before{content:"🔍";font-size:.9rem}.products-controls{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.search-bar{flex:1;min-width:250px;position:relative}.search-bar input{width:100%;padding:.8rem 2.5rem .8rem 1rem;border:2px solid #ddd;border-radius:25px;font-size:1rem;transition:border-color .3s ease}.search-bar input:focus{outline:none;border-color:var(--primary-color)}.search-bar i,.search-bar .clear-search{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:var(--primary-color);background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;width:20px;height:20px;transition:color .3s ease}.search-bar .clear-search:hover{color:#c00}.sort-dropdown select{padding:.8rem 1rem;border:2px solid #ddd;border-radius:25px;font-size:1rem;background-color:#fff;cursor:pointer;transition:border-color .3s ease}.sort-dropdown select:focus{outline:none;border-color:var(--primary-color)}.view-toggle{display:flex;gap:.5rem}.view-btn{padding:.8rem;border:2px solid #ddd;background:#fff;border-radius:25px;cursor:pointer;transition:all .3s ease}.view-btn:hover{border-color:var(--primary-color);color:var(--primary-color)}.view-btn.active{background-color:var(--primary-color);color:#fff;border-color:var(--primary-color)}.category-filter{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.category-btn{padding:.8rem 1.5rem;border:2px solid var(--primary-color);background:transparent;color:#333;border-radius:25px;cursor:pointer;transition:all .3s ease}.category-btn:hover{background:#ff00001a}.category-btn.active{background:var(--primary-color);color:#fff}.products{display:grid;gap:2rem;margin-bottom:2rem}.products.grid{grid-template-columns:repeat(3,1fr);gap:2rem}.products.list{grid-template-columns:1fr}.product{display:flex;flex-direction:column;text-decoration:none;color:inherit;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease;height:100%}.product:hover{transform:translateY(-5px);box-shadow:0 4px 12px #00000026}.products.list .product{flex-direction:column;height:auto}.products.list .img{flex:0 0 auto;padding-top:75%;height:auto}.products.list .img img{position:absolute}.img{position:relative;padding-top:75%;overflow:hidden}.img img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product:hover .img img{transform:scale(1.05)}.discount-badge{position:absolute;top:1rem;right:1rem;background-color:var(--primary-color);color:#fff;padding:.5rem .8rem;border-radius:25px;font-weight:700}.infos{padding:1.5rem;display:flex;flex-direction:column;flex:1}.infos h2{margin:0 0 .5rem;font-size:1.2rem;color:#333}.description{color:#666;margin-bottom:1rem;line-height:1.5;flex:1}.product-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.price{font-size:1.2rem;font-weight:700;color:var(--primary-color)}.rating{display:flex;align-items:center;gap:.5rem;color:#ffc107}.view-details{width:100%;padding:.8rem;background-color:var(--primary-color);color:#fff;border:none;border-radius:25px;cursor:pointer;transition:background-color .3s ease;margin-top:auto}.view-details:hover{background-color:#c00}.pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:2rem}.page-number,.page-nav{padding:.5rem 1rem;border:2px solid #ddd;background:#fff;border-radius:25px;cursor:pointer;transition:all .3s ease}.page-number:hover,.page-nav:hover{border-color:var(--primary-color);color:var(--primary-color)}.page-number.active{background-color:var(--primary-color);color:#fff;border-color:var(--primary-color)}.page-nav:disabled{opacity:.5;cursor:not-allowed;border-color:#ddd}.no-products{text-align:center;padding:3rem;background:#f8f8f8;border-radius:8px}.no-products i{font-size:3rem;color:var(--primary-color);margin-bottom:1rem}.no-products h3{margin:0 0 .5rem;color:#333}.no-products p{color:#666;margin:0}.loading-state{text-align:center;padding:3rem;background:#f8f8f8;border-radius:8px;margin:2rem 0}.loading-state i{font-size:2rem;color:var(--primary-color);margin-bottom:1rem}.loading-state p{color:#666;margin:0}.error-state{text-align:center;padding:3rem;background:#fff5f5;border-radius:8px;margin:2rem 0;border:1px solid #feb2b2}.error-state i{font-size:2rem;color:#e53e3e;margin-bottom:1rem}.error-state p{color:#4a5568;margin:0 0 1rem}.error-state button{background:#e53e3e;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;transition:background-color .2s}.error-state button:hover{background:#c53030}.clear-filters{background:var(--primary-color);color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;margin-top:1rem;transition:background-color .2s}.clear-filters:hover{background:#c53030}button:disabled,select:disabled,input:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.products-header{flex-direction:column;align-items:flex-start;gap:1rem}.products-controls{flex-direction:column}.search-bar,.sort-dropdown,.view-toggle{width:100%}.products.list .product{flex-direction:column}.products.list .img{flex:0 0 auto;padding-top:75%;height:auto}.products.list .img img{position:absolute}.loading-state,.error-state{padding:2rem}.loading-state i,.error-state i{font-size:1.5rem}}@media (max-width: 1200px){.products.grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (max-width: 992px){.products.grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 600px){.products.grid{grid-template-columns:repeat(1,1fr);gap:1rem}}.fade-in-section{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.fade-in-section.is-visible{opacity:1;transform:translateY(0)}.contact-page{padding-top:40px;padding-bottom:40px}.login-page-container{min-height:calc(100vh - 70px);display:flex;align-items:center;justify-content:center;padding:2rem;background-color:#f8f9fa;width:100%;position:relative;z-index:1}.login-page-box{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 6px #0000001a;width:100%;max-width:400px;margin:0 auto}.login-page-box h1{font-size:1.875rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.login-page-subtitle{color:#666;margin-bottom:2rem}.login-page-form{display:flex;flex-direction:column;gap:1.5rem}.login-page-form-group{display:flex;flex-direction:column;gap:.5rem}.login-page-form-group label{font-size:.875rem;font-weight:500;color:#374151}.login-page-form-group input{padding:.75rem;border:1px solid #e5e7eb;border-radius:6px;font-size:.875rem;transition:border-color .2s ease}.login-page-form-group input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px #2563eb1a}.login-page-form-options{display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.login-page-remember-me{display:flex;align-items:center;gap:.5rem}.login-page-remember-me input[type=checkbox]{width:1rem;height:1rem}.login-page-forgot-password{color:var(--primary-color);text-decoration:none}.login-page-forgot-password:hover{text-decoration:underline}.login-page-button{background-color:var(--primary-color);color:#fff;padding:.75rem;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.login-page-button:hover{background-color:var(--primary-color)}.login-page-signup-link{text-align:center;font-size:.875rem;color:#666}.login-page-signup-link a{color:var(--primary-color);text-decoration:none;font-weight:500}.login-page-signup-link a:hover{text-decoration:underline}@media (max-width: 640px){.login-page-box{padding:1.5rem}.login-page-box h1{font-size:1.5rem}}.register-page-container{min-height:calc(100vh - 70px);display:flex;align-items:center;justify-content:center;padding:2rem;background-color:#f8f9fa;width:100%;position:relative;z-index:1}.register-page-box{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 6px #0000001a;width:100%;max-width:500px;margin:0 auto}.register-page-box h1{font-size:1.875rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.register-page-subtitle{color:#666;margin-bottom:2rem}.register-page-form{display:flex;flex-direction:column;gap:1.5rem}.register-page-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.register-page-form-group{display:flex;flex-direction:column;gap:.5rem}.register-page-form-group label{font-size:.875rem;font-weight:500;color:#374151}.register-page-form-group input{padding:.75rem;border:1px solid #e5e7eb;border-radius:6px;font-size:.875rem;transition:border-color .2s ease}.register-page-form-group input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px #2563eb1a}.register-page-terms{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;color:#666}.register-page-terms input[type=checkbox]{width:1rem;height:1rem;margin-top:.25rem}.register-page-terms a{color:var(--primary-color);text-decoration:none}.register-page-terms a:hover{text-decoration:underline}.register-page-button{background-color:var(--primary-color);color:#fff;padding:.75rem;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.register-page-button:hover{background-color:var(--primary-color)}.register-page-login-link{text-align:center;font-size:.875rem;color:#666}.register-page-login-link a{color:var(--primary-color);text-decoration:none;font-weight:500}.register-page-login-link a:hover{text-decoration:underline}@media (max-width: 640px){.register-page-box{padding:1.5rem}.register-page-box h1{font-size:1.5rem}.register-page-form-row{grid-template-columns:1fr}}.dashboard-container{min-height:calc(100vh - 70px);padding:2rem;background-color:#f8f9fa;width:100%;padding-top:50px}.dashboard-header{max-width:1200px;margin:0 auto 2rem}.dashboard-header h1{font-size:2rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.dashboard-subtitle{color:#666;font-size:1rem}.dashboard-tabs{max-width:1200px;margin:0 auto 2rem;display:flex;gap:1rem;border-bottom:1px solid #e5e7eb;padding-bottom:1rem}.tab-button{padding:.75rem 1.5rem;border:none;background:none;font-size:1rem;font-weight:500;color:#666;cursor:pointer;transition:all .2s ease;border-radius:6px}.tab-button:hover{background-color:#f3f4f6;color:var(--primary-color)}.tab-button.active{background-color:var(--primary-color);color:#fff}.dashboard-content{max-width:1200px;margin:0 auto;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000001a}.product-form{display:flex;flex-direction:column;gap:2rem}.form-grid{display:grid;grid-template-columns:2fr 1fr;gap:2rem}.form-main{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.875rem;font-weight:500;color:#374151}.form-group input,.form-group textarea,.form-group select{padding:.75rem;border:1px solid #e5e7eb;border-radius:6px;font-size:.875rem;transition:border-color .2s ease;width:100%}.form-group textarea{resize:vertical;min-height:100px}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px #2563eb1a}.form-photo{display:flex;flex-direction:column;gap:1rem}.photo-upload{display:flex;flex-direction:column;gap:.5rem}.photo-preview{width:100%;aspect-ratio:1;border:2px dashed #e5e7eb;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center;height:300px}.photo-preview img{width:100%;height:100%;object-fit:cover}.photo-placeholder{display:flex;align-items:center;justify-content:center;height:100%;color:#666;font-size:.875rem}.photo-upload input[type=file]{padding:.5rem;border:1px solid #e5e7eb;border-radius:6px;font-size:.875rem}.form-actions{display:flex;justify-content:flex-end;padding-top:1rem;border-top:1px solid #e5e7eb}.submit-button{background-color:var(--primary-color);color:#fff;padding:.75rem 1.5rem;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.submit-button:hover{background-color:var(--primary-color)}.products-list{width:100%;overflow-x:auto}.products-table{width:100%;border-collapse:collapse;text-align:left}.products-table th,.products-table td{padding:1rem;border-bottom:1px solid #e5e7eb}.products-table th{font-weight:600;color:#374151;background-color:#f9fafb}.product-thumbnail{width:60px;height:60px;border-radius:6px;overflow:hidden}.product-thumbnail img{width:100%;height:100%;object-fit:cover}.action-buttons{display:flex;gap:.5rem}.edit-button,.delete-button{padding:.5rem 1rem;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s ease}.edit-button{background-color:#1d4ed8;color:#fff}.edit-button:hover{background-color:var(--primary-color)}.delete-button{background-color:#ef4444;color:#fff}.delete-button:hover{background-color:#dc2626}@media (max-width: 1024px){.form-grid{grid-template-columns:1fr}.form-photo{max-width:400px}}@media (max-width: 640px){.dashboard-container{padding:1rem;padding-top:74px}.dashboard-content{padding:1.5rem}.form-row{grid-template-columns:1fr}.dashboard-header h1{font-size:1.5rem}.dashboard-tabs{flex-direction:column;gap:.5rem}.tab-button{width:100%}.products-table{font-size:.875rem}.action-buttons{flex-direction:column}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background-color:#fff;padding:2rem;border-radius:8px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;position:relative}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.modal-header h2{margin:0;color:#333}.close-button{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;padding:.5rem}.close-button:hover{color:#333}.modal-content .product-form{display:flex;flex-direction:column;gap:1rem}.modal-content .form-actions{display:flex;gap:1rem;margin-top:1.5rem}.modal-content .submit-button,.modal-content .cancel-button{padding:.75rem 1.5rem;border-radius:4px;font-weight:500;cursor:pointer;transition:all .2s ease}.modal-content .submit-button{background-color:#4caf50;color:#fff;border:none}.modal-content .submit-button:hover{background-color:#45a049}.modal-content .cancel-button{background-color:#f5f5f5;color:#333;border:1px solid #ddd}.modal-content .cancel-button:hover{background-color:#e5e5e5}.variant-group{background:#f8f9fa;padding:1rem;border-radius:8px;margin-bottom:1rem}.variant-header{display:flex;gap:1rem;margin-bottom:1rem;align-items:center}.variant-header input{flex:1}.remove-variant{padding:.5rem 1rem;background-color:#dc3545;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s}.remove-variant:hover{background-color:#c82333}.options-list{display:flex;flex-direction:column;gap:.5rem}.option-item{display:flex;gap:.5rem;align-items:center}.option-item input{flex:1}.remove-option{padding:.25rem .5rem;background-color:#dc3545;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s}.remove-option:hover{background-color:#c82333}.add-option{padding:.5rem;background-color:#28a745;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s;margin-top:.5rem}.add-option:hover{background-color:#218838}.add-variant{padding:.75rem 1.5rem;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s;margin-top:1rem;width:100%}.add-variant:hover{background-color:#0056b3}.variants-list{max-width:200px;font-size:.9rem}.variant-item{margin-bottom:.25rem;line-height:1.4}.variant-item:last-child{margin-bottom:0}.variant-item strong{color:#666;margin-right:.5rem}.variant-item span{color:#333}.product-details-container{max-width:1200px;margin:2rem auto;padding:0 1rem;display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:101px}.product-gallery{position:relative}.main-image{width:100%;height:500px;border-radius:8px;overflow:hidden}.main-image img{width:100%;height:100%;object-fit:cover}.thumbnail-images{display:flex;gap:1rem}.thumbnail-images img{width:80px;height:80px;object-fit:cover;border-radius:8px;cursor:pointer;transition:transform .2s}.thumbnail-images img:hover{transform:scale(1.05)}.thumbnail-images img.active{border:2px solid var(--primary-color)}.product-info{padding:1rem}.product-name{font-size:2rem;font-weight:600;color:#333;margin-bottom:1rem}.product-category{font-size:1rem;color:#666;margin-bottom:1rem}.product-category span{font-weight:500;color:#333}.product-price{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:1.5rem}.product-description{margin-bottom:2rem}.product-description h3{font-size:1.2rem;font-weight:500;color:#333;margin-bottom:.5rem}.product-description p{color:#666;line-height:1.6}.product-variants{margin-bottom:2rem}.product-variants h3{font-size:1.2rem;font-weight:500;color:#333;margin-bottom:1rem}.variant-group{margin-bottom:1rem}.variant-label{display:block;font-weight:500;color:#333;margin-bottom:.5rem}.variant-options{display:flex;flex-wrap:wrap;gap:.5rem}.variant-option{padding:.5rem 1rem;border:1px solid #ddd;border-radius:4px;background:#fff;cursor:pointer;transition:all .2s ease}.variant-option:hover{border-color:var(--primary-color)}.variant-option.selected{background-color:var(--primary-color);color:#fff;border-color:var(--primary-color)}.product-quantity{margin-bottom:2rem}.product-quantity label{display:block;font-weight:500;color:#333;margin-bottom:.5rem}.quantity-controls{display:flex;align-items:center;gap:.5rem}.quantity-btn{width:36px;height:36px;border:1px solid #ddd;background:#fff;border-radius:4px;font-size:1.2rem;cursor:pointer;transition:all .2s ease}.quantity-btn:hover{border-color:var(--primary-color);color:var(--primary-color)}.quantity-controls input{width:60px;height:36px;text-align:center;border:1px solid #ddd;border-radius:4px;font-size:1rem}.quantity-controls input:focus{outline:none;border-color:var(--primary-color)}.product-actions{margin-top:2rem}.add-to-cart-btn{width:100%;padding:1rem;background-color:var(--primary-color);color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.add-to-cart-btn:hover{background-color:var(--primary-color);opacity:.9}.confirmation-note{text-align:center;margin-top:1rem;color:#666;font-size:.9rem;font-style:italic}.brand{color:#666;font-size:1.1rem;margin-bottom:1rem}.price-section{margin:1.5rem 0;display:flex;align-items:center;gap:1rem}.current-price{font-size:2rem;font-weight:700;color:var(--primary-color)}.original-price{font-size:1.2rem;color:#999;text-decoration:line-through}.discount-badge{background-color:#f44;color:#fff;padding:.3rem .6rem;border-radius:4px;font-size:.9rem}.rating-section{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.stars{color:gold;font-size:1.2rem}.rating-number{font-weight:700;color:#333}.reviews-count{color:#666}.availability{margin-bottom:1.5rem}.status{padding:.5rem 1rem;border-radius:4px;font-weight:500}.in-stock{background-color:#e8f5e9;color:#2e7d32}.out-of-stock{background-color:#ffebee;color:#c62828}.color-options{margin-bottom:1.5rem}.color-buttons{display:flex;gap:1rem;margin-top:.5rem}.color-button{padding:.5rem 1rem;border:1px solid #ddd;border-radius:4px;background:#fff;cursor:pointer;transition:all .2s}.color-button:hover{background:#f5f5f5}.features{margin-bottom:1.5rem}.features ul{list-style:none;padding:0}.features li{color:#666;position:relative;padding:.5rem 0 .5rem 1.5rem}.features li:before{content:"✓";color:var(--primary-color);position:absolute;left:0}.description{margin-bottom:2rem}.description p{color:#666;line-height:1.6}.reviews-section{grid-column:1 / -1;margin-top:3rem}.reviews-section h2{margin-bottom:1.5rem}.reviews-list{display:grid;gap:1.5rem}.review-card{background:#f8f9fa;padding:1.5rem;border-radius:8px}.review-header{display:flex;justify-content:space-between;margin-bottom:.5rem}.reviewer-name{font-weight:700;color:#333}.review-date{color:#666}.review-rating{color:gold;margin-bottom:.5rem}.review-comment{color:#666;line-height:1.6}.related-products{grid-column:1 / -1;margin-top:3rem}.related-products h2{margin-bottom:1.5rem}.related-products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.related-product-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .2s}.related-product-card:hover{transform:translateY(-5px)}.related-product-card img{width:100%;height:200px;object-fit:cover}.related-product-card h3{padding:1rem;margin:0;font-size:1.1rem}.related-product-card .price{padding:0 1rem 1rem;color:var(--primary-color);font-weight:700;margin:0}.phone-input-group{margin-bottom:2rem}.phone-input-group label{display:block;font-weight:500;color:#333;margin-bottom:.5rem}.phone-input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;transition:border-color .2s ease}.phone-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px #2563eb1a}.phone-input::placeholder{color:#999}@media (max-width: 768px){.product-details-container{grid-template-columns:1fr}.main-image{height:300px}.thumbnail-images img{width:60px;height:60px}}.statistics-numbers-section{background:#1a1a1a;padding:80px 0;color:#fff;font-family:Poppins,sans-serif;position:relative;overflow:hidden}.statistics-numbers-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.1) 0%,transparent 50%);pointer-events:none}.statistics-numbers-grid{display:flex;justify-content:space-around;align-items:center;gap:40px}.statistic-item{text-align:center;padding:30px 40px;background:#ffffff1a;border-radius:15px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:all .3s ease;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.2)}.statistic-item:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.2),transparent);transform:translate(-100%);transition:transform .6s ease}.statistic-item:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0003;background:#ffffff26}.statistic-item:hover:before{transform:translate(100%)}.statistic-item h3{font-size:3.5em;font-weight:800;margin-bottom:10px;color:#fff;letter-spacing:2px;text-shadow:0 2px 4px rgba(0,0,0,.2);animation:fadeInUp .8s ease-out}.statistic-item p{font-size:1.1em;color:#ffffffe6;margin:0;text-transform:uppercase;letter-spacing:2px;font-weight:500;animation:fadeInUp .8s ease-out .2s backwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1280px){.statistic-item{padding:30px 35px}}@media (max-width:1024px){.statistic-item{padding:30px 3px}}@media (max-width: 992px){.statistics-numbers-grid{flex-wrap:wrap;gap:30px}.statistic-item{flex:1 1 calc(50% - 30px);min-width:200px}}@media (max-width: 768px){.statistics-numbers-section{padding:60px 0}.statistics-numbers-grid{flex-direction:column;gap:25px}.statistic-item{width:100%;max-width:300px;padding:20px 30px}.statistic-item h3{font-size:2.8em}.statistic-item p{font-size:1em}}@media (max-width: 480px){.statistic-item h3{font-size:2.5em}.statistic-item p{font-size:.9em}}
