*{margin:0;padding:0;box-sizing:border-box}:root{--bg: #FFFDF6;--text: #000000;--textLite: #5b5e59;--nav-bg: #fdfff5b7;--toggle: #000}.dark{--bg: #010B13;--nav-bg: #100c08a9;--text: #FFFDF6;--textLite: #5b5e59;--toggle: #fff}html{font-size:62.5%;width:100vw;height:100vh}body{font-size:1.6rem;overflow-x:hidden;scroll-behavior:smooth}body::-webkit-scrollbar{display:none}.theme-fade{transition:none!important}.img--invert-dark{filter:none}.dark .img--invert-dark{filter:brightness(.95) contrast(1.05)}.theme-toggle{background:transparent;border:1px solid rgba(255,255,255,.06);padding:8px;border-radius:8px;cursor:pointer;color:var(--text)}.slider{height:calc(100vh - 8rem);width:100vw;margin:auto;position:relative;overflow:hidden}@media (max-width: 691px){.slider{height:50vh}}@media (max-width: 480px){.slider{height:35vh}}.slider .container{height:100%;width:100%;display:flex;transition:all 1s ease}@media (max-width: 691px){.slider .container{height:auto}}.slider .container img{width:100%;flex-shrink:0;height:100%;object-fit:cover;object-position:top}@media (max-width: 691px){.slider .container img{height:auto;object-position:center}}.slider .icons{display:flex;position:absolute;width:fit-content;right:0;left:0;margin:auto;bottom:10rem;gap:2rem}@media (max-width: 480px){.slider .icons{bottom:2rem}}.slider .icons .icon{height:5rem;width:5rem;border:1px solid var(--textLite);display:flex;align-items:center;justify-content:center;cursor:pointer;background-color:#fff3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:all .3s}.slider .icons .icon:hover{background-color:#fff6}@media (max-width: 480px){.slider .icons .icon{height:3rem;width:3rem}}.card{margin-top:10rem;width:30rem;display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}@media (max-width: 1025px){.card{width:20rem;height:auto;gap:.5rem;margin-bottom:2rem}}@media (max-width: 480px){.card{width:12rem;height:20rem}}.card .images{width:100%;height:40rem;overflow:hidden;position:relative}.card .images:hover .mainImg{z-index:2}.card .images img{height:100%;width:100%;object-fit:cover;object-position:top;position:absolute}.card .images .secondImg{z-index:1}.card .images span{position:absolute;color:teal;background-color:var(--bg);top:.5rem;left:.5rem;padding:.3rem .5rem;z-index:4;border-bottom-left-radius:20%;border-top-right-radius:20%;font-weight:500;font-size:1.2rem}@media (max-width: 1025px){.card .images span{font-size:1.6rem}}@media (max-width: 480px){.card .images span{font-size:1rem}}.card h2{font-weight:400;font-size:1.6rem}@media (max-width: 480px){.card h2{font-size:1rem}}.prices{display:flex;gap:2rem}.prices h3{font-size:1.8rem;font-weight:500}.prices h3:first-child{text-decoration:line-through;color:var(--textLite)}.featureProducts{margin:10rem;overflow:hidden}@media (max-width: 1025px){.featureProducts{margin:5rem 2rem}}@media (max-width: 691px){.featureProducts{margin:5rem 1rem}}.featureProducts .top{display:flex;align-items:center;justify-content:space-between;margin-bottom:5rem}.featureProducts .top h1{flex:2;text-transform:capitalize}@media (max-width: 691px){.featureProducts .top h1{flex:1;font-size:1.9rem;font-weight:500}}.featureProducts .top p{flex:3;color:gray}@media (max-width: 691px){.featureProducts .top p{flex:2;font-size:1.5rem}}.featureProducts .bottom{display:flex;flex-wrap:wrap;justify-content:center;gap:5rem;row-gap:5rem}@media (max-width: 1025px){.featureProducts .bottom{gap:4rem;row-gap:4rem}}@media (max-width: 691px){.featureProducts .bottom{gap:2rem;row-gap:3rem;justify-content:center}}.categories{display:flex;height:80vh;gap:1rem;margin:1rem}@media (max-width: 1025px){.categories{width:98vw;height:auto}}@media (max-width: 480px){.categories{width:96vw;height:auto}}.categories .cols{display:flex;flex:1;flex-direction:column;gap:1rem}.categories .cols-large{flex:2}.categories .row{flex:1;display:flex;gap:1rem;position:relative;overflow:hidden}.categories .row button{position:absolute;min-width:10rem;width:fit-content;height:5rem;padding:1rem;inset:0;margin:auto;border:1px solid red;background-color:#fff;cursor:pointer;font-weight:500;text-transform:uppercase;border-bottom-left-radius:40%;border-top-right-radius:40%}@media (max-width: 480px){.categories .row button{height:5rem;font-size:1rem;background-color:transparent;border:1px dashed gray}}.categories .row img{width:100%;height:100%;object-fit:cover;object-position:top}.contact{background-color:#0d50a9;color:#fff;padding:1.5rem;display:flex;justify-content:center}.contact .wrapper{width:50%;display:flex;align-items:center;justify-content:space-between}@media (max-width: 1025px){.contact .wrapper{min-width:90%}}@media (max-width: 480px){.contact .wrapper{flex-direction:column;gap:2rem}}.contact .wrapper input{padding:1rem;border:none;border-radius:1rem 0px 0px 1rem}.contact .wrapper button{padding:1rem;border:none;border-radius:0px 1rem 1rem 0px;background-color:#000;color:#fff}.contact .wrapper .icons{display:flex;gap:1rem;cursor:pointer}.products{padding:3rem 5rem;display:flex;position:relative}@media (max-width: 480px){.products{padding:3rem 2rem}}.products .filter-toggle{display:none}@media (max-width: 480px){.products .filter-toggle{display:flex;gap:.5rem;align-items:center;position:fixed;bottom:2rem;right:2rem;background-color:var(--bg);color:var(--text);border:none;padding:1rem 2rem;border-radius:5rem;cursor:pointer;box-shadow:0 4px 12px #373636;z-index:999;font-size:1rem;font-weight:500}.products .filter-toggle:active{transform:scale(.95)}}@media (max-width: 480px){.products .overlay{position:fixed;inset:0;background-color:var(--nav-bg);z-index:998}}.products .left{flex:1;position:sticky;height:100%;top:12rem}@media (max-width: 480px){.products .left{position:fixed;top:0;left:-100%;width:85%;max-width:35rem;height:100vh;background:var(--bg);z-index:999;padding:6rem 2rem 2rem;overflow-y:auto;transition:left .3s ease-in-out}.products .left.open{left:0}}.products .left .closeFilter{display:none}@media (max-width: 480px){.products .left .closeFilter{display:flex;align-items:center;justify-content:center;position:absolute;top:1.5rem;right:1.5rem;background-color:var(--toggle);border:none;width:4rem;height:4rem;border-radius:50%;cursor:pointer;z-index:1000;color:#f34a0d}.products .left .closeFilter:hover{background:#ffb6c1}.products .left .closeFilter:active{transform:scale(.95)}}.products .left .filterItem{margin-bottom:3rem}@media (max-width: 480px){.products .left .filterItem{border-bottom:1px solid var(--textLite);padding-bottom:2rem}}.products .left .filterItem h2{font-weight:400;margin-bottom:2rem}.products .left .filterItem .inputItem{margin-bottom:1rem}.products .left .filterItem .inputItem span{display:flex;align-items:center;color:#00f}.products .left .filterItem .inputItem label{margin-left:1rem}.products .right{flex:3}@media (max-width: 480px){.products .right{flex:1}}.products .right .catImg{width:100%;height:30rem;object-fit:cover;object-position:center;margin-bottom:5rem}@media (max-width: 480px){.products .right .catImg{height:10rem}}.list{display:flex;justify-content:space-between;flex-wrap:wrap}.product{padding:2rem 5rem;display:flex;gap:5rem}@media (max-width: 480px){.product{flex-direction:column}}.product .left{flex:1;display:flex;gap:2rem}.product .left .images{flex:1}.product .left .images img{width:100%;height:15rem;object-fit:cover;cursor:pointer;margin-bottom:1rem;object-position:top}@media (max-width: 1025px){.product .left .images img{height:auto}}.product .left .mainImage{flex:5}.product .left .mainImage img{width:100%;max-height:80rem;object-fit:cover;object-position:top}.product .right{flex:1;display:flex;flex-direction:column;gap:3rem}.product .right .price{font-size:2rem;font-weight:bolder}.product .right p{font-size:1.8rem;font-weight:300;text-align:justify}.product .right .quantity{display:flex;align-items:center;gap:1rem}.product .right .quantity button{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;font-size:2rem}.product .right .add{width:25rem;padding:1rem;background-color:#1b58db;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:2rem;border:none}.product .right .links{display:flex;gap:4rem}.product .right .links .items{display:flex;gap:1rem;align-items:center;color:#1b58db;font-size:1.4rem;cursor:pointer;transition:all .5s ease-in}.product .right .links .items:hover{transition:all .5s ease-out;color:red}.product .right hr{border:1px solid rgb(223,217,217)}.product .right .info{display:flex;flex-direction:column;gap:1rem;color:gray;margin-top:3rem}.product .right .info hr{width:20rem;border:1px solid rgb(223,217,217)}.navbar{height:7rem;background-color:var(--nav-bg);position:sticky;margin-bottom:1rem;top:0;left:0;width:100vw;z-index:999;color:var(--text)}@media (max-width: 480px){.navbar{height:5rem}}.navbar .wrapper{padding:1rem 3rem;display:flex;justify-content:space-between;align-items:center;position:relative}@media (max-width: 480px){.navbar .wrapper{padding:1rem 2rem}}.navbar .wrapper .hamburger{display:none;cursor:pointer;z-index:1002;color:var(--text)}@media (max-width: 691px){.navbar .wrapper .hamburger{display:flex;align-items:center}}.navbar .wrapper .item{display:flex;align-items:center;font-size:1.8rem}.navbar .wrapper .item .theme-icon{transition:transform .5s ease-in-out,opacity .5s ease-in-out;display:flex;align-items:center;font-size:1.8rem;cursor:pointer}.navbar .wrapper .item .theme-icon-switch{transform:rotate(180deg);opacity:.7}.navbar .wrapper a{text-decoration:none}.navbar .wrapper .left{display:flex;gap:2.5rem;align-items:center}@media (max-width: 1025px){.navbar .wrapper .left{display:none}}.navbar .wrapper .left img{height:3rem;width:3rem}.navbar .wrapper .center{display:flex;align-items:center;font-size:3rem}@media (max-width: 480px){.navbar .wrapper .center{font-size:1.5rem}}.navbar .wrapper .center img{width:auto;height:5rem;object-fit:cover}@media (max-width: 480px){.navbar .wrapper .center img{height:4rem}}.navbar .wrapper .right{display:flex;gap:2.5rem;align-items:center}@media (max-width: 691px){.navbar .wrapper .right{display:none}}.navbar .wrapper .right li{position:relative}.navbar .wrapper .right li:after{content:"";position:absolute;left:0;bottom:0;height:2px;width:0;background-color:red;transition:all .3s ease-in}.navbar .wrapper .right li:hover:after{transition:all .3s ease-out;width:100%}.navbar .wrapper .right .icons{display:flex;gap:1.5rem;color:var(--textLite);cursor:pointer}.navbar .wrapper .right .cartIcon{position:relative}.navbar .wrapper .right .cartIcon span{font-size:1rem;border-radius:50%;background-color:red;height:1.7rem;width:1.7rem;position:absolute;right:-1rem;top:-1.1rem;display:flex;align-items:center;justify-content:center}.navbar .wrapper .mobile-cart-icon{display:none;cursor:pointer;position:relative;color:var(--text)}@media (max-width: 691px){.navbar .wrapper .mobile-cart-icon{display:block}}.navbar .wrapper .mobile-cart-icon span{font-size:1rem;border-radius:50%;background-color:red;height:1.7rem;width:1.7rem;position:absolute;right:-1rem;top:-1.1rem;display:flex;align-items:center;justify-content:center}.navbar .overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000000c8;z-index:995;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.navbar .mobile-menu{position:fixed;top:0;left:-100%;width:80%;max-width:35rem;height:100vh;background-color:var(--nav-bg);z-index:1000;transition:left .3s ease-in-out;overflow-y:auto;box-shadow:2px 0 10px #0000001a}@media (max-width: 480px){.navbar .mobile-menu{width:85%}}.navbar .mobile-menu.active{left:0}.navbar .mobile-menu .mobile-menu-content{display:flex;flex-direction:column;gap:3rem;padding:8rem 2rem 2rem}.navbar .mobile-menu .mobile-menu-content .mobile-nav-links{display:flex;flex-direction:column;gap:2rem;padding-bottom:2rem;border-bottom:1px solid var(--textLite)}.navbar .mobile-menu .mobile-menu-content .mobile-nav-links a{font-size:2rem;font-weight:500;padding:1rem 0;transition:color .3s ease,transform .2s ease;color:var(--text)}.navbar .mobile-menu .mobile-menu-content .mobile-categories{display:flex;flex-direction:column;gap:1.5rem;padding-bottom:2rem;border-bottom:1px solid var(--textLite)}.navbar .mobile-menu .mobile-menu-content .mobile-categories h3{color:#ff4400d6;letter-spacing:1px}.navbar .mobile-menu .mobile-menu-content .mobile-categories a{font-size:1.8rem;color:var(--text);padding:.8rem 0;transition:color .3s ease,transform .2s ease}.navbar .mobile-menu .mobile-menu-content .mobile-icons{display:flex;flex-direction:column;gap:2rem;padding-bottom:2rem;border-bottom:1px solid var(--textLite)}.navbar .mobile-menu .mobile-menu-content .mobile-icons .mobile-icon-item{display:flex;align-items:center;gap:1.5rem;cursor:pointer;padding:1rem 0}.navbar .mobile-menu .mobile-menu-content .mobile-icons span{font-size:1.8rem;font-weight:500}.navbar .mobile-menu .mobile-menu-content .mobile-settings{display:flex;flex-direction:column;gap:2rem}.navbar .mobile-menu .mobile-menu-content .mobile-settings .mobile-setting-item{display:flex;align-items:center;gap:2rem;cursor:pointer;padding:1rem 0}.navbar .mobile-menu .mobile-menu-content .mobile-settings .mobile-setting-item img{height:2.5rem;width:2.5rem}.navbar .mobile-menu .mobile-menu-content .mobile-settings .mobile-setting-item span{font-size:1.8rem}.cart{position:absolute;right:2rem;top:10rem;z-index:999;background-color:var(--bg);padding:2rem;-webkit-box-shadow:0px 0px 7px -5px rgba(0,0,0,.768);box-shadow:0 0 7px -5px #000000c4;max-width:45rem;max-height:80vh;display:flex;flex-direction:column}.cart h1{margin-bottom:2rem;color:var(--textLite);font-size:2rem;font-weight:300;flex-shrink:0}.cart .cartItems{overflow-y:auto;max-height:45vh;margin-bottom:2rem;padding-right:1rem}.cart .cartItems::-webkit-scrollbar{width:.6rem}.cart .cartItems::-webkit-scrollbar-track{background:#f1f1f1}.cart .cartItems::-webkit-scrollbar-thumb{background:#888;border-radius:1rem}.cart .cartItems::-webkit-scrollbar-thumb:hover{background:#555}.cart .item{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:2rem;position:relative;padding-right:3rem}.cart .item img{width:7rem;height:8rem;object-fit:cover;object-position:top;flex-shrink:0}.cart .item .details{flex:1;min-width:0}.cart .item .details h1{font-size:1.6rem;font-weight:500;margin-bottom:.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart .item .details p{color:var(--textLite);margin-bottom:.8rem;font-size:1.3rem;line-height:1.4}.cart .item .details .price{font-size:1.4rem;font-weight:500}.cart .item .delete{position:absolute;top:0;right:0;font-size:2.5rem;color:red;cursor:pointer;transition:transform .2s}.cart .item .delete:hover{transform:scale(1.1)}.cart .cartFooter{flex-shrink:0;border-top:1px solid #eee;padding-top:1.5rem}.cart .total{display:flex;justify-content:space-between;font-size:1.8rem;font-weight:500;margin-bottom:1.5rem}.cart button{width:100%;padding:1.2rem;background-color:#1b58db;color:var(--text);cursor:pointer;border:none;margin-bottom:1rem;font-size:1.5rem;transition:background-color .3s}.cart button:hover{background-color:#0f3d9e}.cart .reset{display:block;text-align:center;color:red;font-size:1.4rem;cursor:pointer}.cart .reset:hover{text-decoration:underline}.footer{margin:10rem 20rem 2rem}@media (max-width: 1025px){.footer{margin:4rem 2rem 3rem}}.footer .top{display:flex;gap:5rem}@media (max-width: 480px){.footer .top{gap:2rem}}.footer .top .item{display:flex;flex:1;flex-direction:column;gap:1rem;text-align:justify;font-size:1.4rem}.footer .top .item h1{font-size:1.8rem;color:#555;font-weight:500}@media (max-width: 480px){.footer .top .item h1{font-size:1.5rem}}.footer .top .item span{color:#555}@media (max-width: 480px){.footer .top .item span{font-size:1rem}}.footer .bottom{display:flex;align-items:center;justify-content:space-between;margin-top:5rem}@media (max-width: 691px){.footer .bottom{flex-direction:column}}.footer .bottom .left,.footer .bottom .left .brand{display:flex;align-items:center}.footer .bottom .left .brand img{width:5rem;height:5rem;object-fit:contain}@media (max-width: 480px){.footer .bottom .left .brand img{width:3rem}}.footer .bottom .left .logo{color:#d33564;font-weight:700;font-size:2.4rem}@media (max-width: 480px){.footer .bottom .left .logo{font-size:1.8rem}}.footer .bottom .left .copyright{margin-left:2rem;color:#555;font-size:1.2rem}.footer .bottom .right img{height:6rem}@media (max-width: 1025px){.footer .bottom .right img{height:5rem}}@media (max-width: 480px){.footer .bottom .right img{height:4rem}}.app{background-color:var(--bg);color:var(--text);transition:background-color .6s ease-in-out,color .6s ease-in}.app a{text-decoration:none;color:inherit}.app li{list-style:none}
