@import"https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap";@import"https://fonts.googleapis.com/css2?family=Great+Vibes&family=Playwrite+PL:wght@100..400&display=swap";@import"https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&display=swap";@import"https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&family=Dosis:wght@200..800&display=swap";@import"https://fonts.googleapis.com/css2?family=Tenor+Sans&display=swap";@import"https://fonts.googleapis.com/css2?family=Playwrite+DE+Grund:wght@100..400&family=Playwrite+MX:wght@100..400&display=swap";.footer{margin-left:50px;margin-right:50px;margin-top:20px}.footer .top{display:flex;gap:50px}.footer .top .item{flex:1;display:flex;flex-direction:column;gap:10px;text-align:justify;font-size:14px}.footer .top .item h1{font-size:20px;font-weight:800;color:#555}.footer .top .item span{color:gray}.footer .bottom{display:flex;align-items:center;justify-content:space-between;margin-top:50px}.footer .bottom .left{display:flex;align-items:center}.footer .bottom .left .logo{color:#062d6c;font-weight:700;font-size:33px}.footer .bottom .left .copyright{margin-left:20px;font-size:12px;color:gray}.footer .bottom .right img{height:50px}@media (max-width: 1200px){.footer{margin-left:30px;margin-right:30px}.footer .top{gap:30px}.footer .top .item{font-size:13px}.footer .top .item h1{font-size:17px}.footer .bottom .left .logo{font-size:22px}}@media (max-width: 768px){.footer{margin-left:20px;margin-right:20px}.footer .top{gap:20px}.footer .top .item{text-align:left;font-size:12px}.footer .top .item h1{font-size:16px}.footer .bottom{flex-direction:column;align-items:flex-start}.footer .bottom .left{margin-bottom:20px}.footer .bottom .left .logo{font-size:20px}.footer .bottom .left .copyright{font-size:11px}.footer .bottom .right img{height:40px}}@media (max-width: 480px){.footer{margin-left:10px;margin-right:10px}.footer .top{flex-direction:row;flex-wrap:wrap;gap:10px}.footer .top .item{width:48%;font-size:11px}.footer .top .item h1{font-size:15px}.footer .top .item:nth-child(odd){order:1}.footer .top .item:nth-child(2n){order:2}.footer .bottom .left .logo{font-size:18px}.footer .bottom .right img{height:30px}}.contact{background-color:#0a3e90;color:#fff;padding:15px;margin-bottom:10px;display:flex;justify-content:center}.contact .wrapper{width:100%;max-width:1200px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.contact .wrapper span{flex:1 1 100%;text-align:center;margin-bottom:10px}.contact .wrapper .mail{flex:1 1 100%;display:flex;justify-content:center;margin-bottom:10px}.contact .wrapper .mail input{padding:10px;border:none;border-radius:5px 0 0 5px;width:70%;max-width:300px}.contact .wrapper .mail button{padding:10px;color:#fff;background:#333;border-radius:0 5px 5px 0;border:none}.contact .wrapper .icons{display:flex;justify-content:center;gap:10px;flex:1 1 100%}@media (min-width: 768px){.contact .wrapper{flex-direction:row}.contact .wrapper span,.contact .wrapper .mail,.contact .wrapper .icons{flex:unset}.contact .wrapper .mail input{width:auto}}@media (min-width: 1024px){.contact .wrapper span{flex:1}.contact .wrapper .mail{flex:1;justify-content:flex-start}.contact .wrapper .icons{flex:0}}.navbar{height:80px}.navbar .wrapper{padding:10px 30px;display:flex;align-items:center;justify-content:space-between}.navbar .wrapper .item{display:flex;align-items:center;font-size:18px}@media (max-width: 1100px){.navbar .wrapper .item{display:none}}.navbar .wrapper .left{display:flex;align-items:center;gap:25px}@media (max-width: 1100px){.navbar .wrapper .left{display:none}}.navbar .wrapper .center{font-size:30px;letter-spacing:2px}.navbar .wrapper .right{display:flex;align-items:center;gap:25px}@media (max-width: 1100px){.navbar .wrapper .right{display:none}}.navbar .wrapper .right .icons{display:flex;gap:15px;color:#777;cursor:pointer}.navbar .wrapper .right .icons .cartIcon{position:relative}.navbar .wrapper .right .icons .cartIcon span{font-size:12px;width:20px;height:20px;border-radius:50%;background-color:#2879fe;color:#fff;position:absolute;right:-10px;top:-10px;display:flex;align-items:center;justify-content:center}.navbar .hamburger{display:none}@media (max-width: 1100px){.navbar .hamburger{display:block}}.navbar .mobileMenu{display:none;flex-direction:column;align-items:center;background-color:#000000e6;position:sticky;top:80px;width:100%;z-index:998}.navbar .mobileMenu .item{padding:15px;border-bottom:1px solid #444}.navbar .mobileMenu .item a,.navbar .mobileMenu .item button{display:flex;align-items:center;color:#fff;text-decoration:none;font-size:18px}.navbar .mobileMenu .item a :is(svg),.navbar .mobileMenu .item button :is(svg){margin-right:10px}.navbar .mobileMenu .item button{background:none;border:none;cursor:pointer}@media (max-width: 1100px){.navbar .mobileMenu{display:flex}}.ProductDetails{background-color:#fff;width:100vw;max-width:100%;padding:2vmax;box-sizing:border-box;display:flex}.ProductDetails>div{width:100%;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;padding:2vmax;box-sizing:border-box;border:1px solid white}.ProductDetails>div:last-child{align-items:flex-start}.Ratings{display:flex;align-items:center;margin-top:13px;gap:5px;color:#1c1c1c;font-size:16px}.CarouselImage{width:23vmax}.detailsBlock-1>h2{color:#363636;font:600 1.6vmax Roboto;font-weight:700}.detailsBlock-1>p{color:#36363694;font:200 .6vmax cursive}.detailsBlock-2{display:flex;justify-content:flex-start;align-items:center;border-top:1px solid rgba(0,0,0,.205);border-bottom:1px solid rgba(0,0,0,.205);width:70%;padding:1vmax 0}.detailsBlock-2-span{font:200 .8vmax cursive;color:#000000b2}.detailsBlock-3{width:70%}.detailsBlock-3>h1{color:#111111cb;font:400 1.8vmax Franklin Gothic Medium;margin:1vmax 0;font-weight:700}.detailsBlock-3-1{display:flex;align-items:center}.product-sizes{margin-top:-20px}.product-sizes h1{margin-top:50px;color:#656565;font-size:20px;font-weight:600}.back-btn{background-color:#000;color:#fff;width:30px;height:30px;position:fixed;top:2rem;left:2rem;border-radius:100%;border:none;outline:none;cursor:pointer;@include baseShadow;svg {transition: all .3s;} &:hover svg {translate: -.25rem;}}.sizes{display:flex;margin:20px 0;gap:10px}.sizes div{padding:18px 12px;background:#fbfbfb;border:1px solid #ebebeb;cursor:pointer}.sizes div:hover{background:#fbfbfb;border:2px solid #000000;opacity:60%}.detailsBlock-3-1-1>button{border:none;background-color:#0000009d;padding:.5vmax;cursor:pointer;color:#fff;transition:all .5s}.detailsBlock-3-1-1>button:hover{background-color:#000000c4}.detailsBlock-3-1-1>input{border:none;padding:.5vmax;width:1vmax;text-align:center;outline:none;font:400 .8vmax Roboto;color:#8f1212bd}.detailsBlock-3-1>button:last-child{border:none;cursor:pointer;color:#fff;transition:all .5s;background-color:tomato;font:500 .9vmax Roboto;border-radius:20px;padding:.5vmax 2vmax;margin:1vmax;font-weight:600;outline:none}.product-category{margin-top:10px}.product-category span{font-weight:700;font-size:medium;color:#656565}.description{font-weight:500;font-size:small;color:#656565}.detailsBlock-3-1>button:last-child:hover{background-color:#d6543d}.detailsBlock-3>p{border-top:1px solid rgba(0,0,0,.205);border-bottom:1px solid rgba(0,0,0,.205);padding:1vmax 0;color:#000000a6;font:400 1vmax Roboto;margin:1vmax 0}.detailsBlock-4{color:#000000e5;font:500 1.2vmax sans-serif}.detailsBlock-4>p{color:#0008;font:300 .8vmax sans-serif}.submitReview{border:none;background-color:tomato;font:500 .7vmax Roboto;border-radius:20px;padding:.6vmax 2vmax;margin:1vmax 0;color:#fff;cursor:pointer;transition:all .5s;outline:none}.submitReview:hover{background-color:#c5442d;transform:scale(1.1)}.submitDialog{display:flex;flex-direction:column}.submitDialogTextArea{border:1px solid rgba(0,0,0,.082);margin:1vmax 0;outline:none;padding:1rem;font:300 1rem Roboto}.reviewsHeading{color:#000000be;font:500 1.4vmax Roboto;text-align:center;border-bottom:1px solid rgba(0,0,0,.226);padding:1vmax;width:20vmax;margin:auto;margin-bottom:4vmax}.reviews{display:flex;overflow:auto}.reviewCard{flex:none;box-shadow:0 0 5px #0000003a;border:1px solid rgba(56,56,56,.116);width:30vmax;display:flex;flex-direction:column;align-items:center;margin:1vmax;padding:3vmax}.reviewCard>img{width:5vmax}.reviewCard>p{color:#000000d5;font:600 .9vmax Roboto}.reviewCardComment{color:#00000071;font:300 .8vmax cursive}.noReviews{font:400 1.3vmax Gill Sans;text-align:center;color:#0000008c}@media screen and (max-width: 600px){.ProductDetails{flex-direction:column;height:unset}.ProductDetails>div:last-child{align-items:center}.detailsBlock-1>h2{font-size:2.8vmax;text-align:center}.detailsBlock-1>p{text-align:center;font-size:1vmax}.detailsBlock-2{justify-content:center}.detailsBlock-2>span{font-size:1.5vmax}.detailsBlock-3>h1{font:700 3vmax Franklin Gothic Medium;text-align:center}.detailsBlock-3-1{flex-direction:column}.detailsBlock-3-1-1{padding:2vmax 0}.detailsBlock-3-1-1>button{padding:1.2vmax;width:4vmax}.detailsBlock-3-1-1>input{padding:1.5vmax;width:3vmax;font:400 1.8vmax Roboto}.detailsBlock-3-1>button:last-child{font:500 1.7vmax Roboto;padding:1.5vmax;width:20vmax;margin:3vmax 0}.detailsBlock-3>p{padding:2.5vmax 0;text-align:center;font:400 2vmax Roboto}.detailsBlock-4{font:500 2.5vmax sans-serif}.detailsBlock-4>p{font:300 1.8vmax sans-serif}.submitReview{font:500 1.7vmax Roboto;padding:1.5vmax;width:20vmax;margin:3vmax 0}.reviewCard>p{font:600 3vw Roboto}.reviewCardComment{font:300 5vw cursive}}.descriptionBox{margin:2px 170px}@media (max-width: 1024px){.descriptionBox{margin:2px 100px}}@media (max-width: 768px){.descriptionBox{margin:2px 50px}}@media (max-width: 480px){.descriptionBox{margin:2px 20px}}.descriptionBox-navigator{display:flex;flex-wrap:wrap}.descriptionBox-nav-box{display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:600;width:171px;height:70px;border:1px solid #d0d0d0;background:#fbfbfb;color:#555}@media (max-width: 768px){.descriptionBox-nav-box{width:100%;height:60px}}@media (max-width: 480px){.descriptionBox-nav-box{width:100%;height:50px;font-size:14px}}.descriptionBox-nav-box:hover{opacity:50%}.descriptionBox-description{display:flex;flex-direction:column;gap:25px;border:1px solid #d0d0d0;padding:48px 48px 70px}@media (max-width: 768px){.descriptionBox-description{padding:24px 24px 35px}}@media (max-width: 480px){.descriptionBox-description{padding:12px 12px 20px}}.carousel-container{width:100%}.carousel-container .slick-slide img{width:100%;height:auto}@media (max-width: 1024px){.carousel-container .slick-slide img{height:auto;object-fit:contain}}@media (max-width: 768px){.carousel-container{height:100vh}.carousel-container .slick-slide img{height:auto;object-fit:contain}}@media (max-width: 480px){.carousel-container{height:26vh}.carousel-container .slick-slide img{height:auto;object-fit:contain}}.carousel{position:relative;width:100%;max-width:600px;margin:0 auto}.slide{display:flex;justify-content:center;align-items:center;height:300px}.slide img,video{max-width:100%;max-height:100%}.left-arrow,.right-arrow{position:absolute;top:50%;transform:translateY(-50%);color:#000;border:none;padding:10px;cursor:pointer}.left-arrow{left:5px}.right-arrow{right:5px}:root{font-family:Tenor Sans,sans-serif;line-height:1.5;font-weight:600}*{margin:0;padding:0;box-sizing:border-box}body{-webkit-user-select:none;user-select:none}a{text-decoration:none;color:#000}.red{color:red}.purple{color:#2f00ff}.green{color:#00c300}.home{padding:2rem 5%;display:flex;flex-direction:column;height:calc(100vh - rem);width:100%}.home>section{width:100%;height:auto;margin:auto;display:flex;justify-content:center;align-items:center}.home>section img{width:100%;height:auto;object-fit:contain}@media (max-width: 768px){.home>section img{width:100%;height:auto}}@media (max-width: 480px){.home>section img{width:100%;height:auto}}.home>h1{letter-spacing:1px;font-weight:300;text-transform:uppercase;margin-top:3rem;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem}.home .findmore{font-size:1rem}.home>main{width:100%;flex:1;display:flex;gap:1rem;overflow-x:auto}.home>main::-webkit-scrollbar{display:none}.home .slider>h1{letter-spacing:1px;font-weight:300;text-transform:uppercase;margin-top:3rem;text-align:center;align-content:center;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem}.product-card{width:18.75rem;height:25rem;padding:1rem;flex:none;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:4px;position:relative;background-color:#fff}.product-card:hover>div{opacity:1}.product-card img{width:15.75rem;height:15.75rem;object-fit:cover;margin:1rem}.product-card span{font-weight:700;font-size:1.1rem}.product-card>div{opacity:0;position:absolute;width:100%;height:100%;top:0;left:0;background-color:#0000006b;display:flex;align-items:center;justify-content:center}.product-card>div button{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:100%;border:none;background-color:#ff5733;cursor:pointer;color:#fff;font-size:1.1rem;transition:all .3s}.product-card>div button:hover{rotate:20deg}@media screen and (max-width: 1024px){.product-card{width:16rem;height:22rem;padding:.75rem}.product-card img{width:13.5rem;height:13.5rem;margin:.75rem}.product-card span{font-size:1rem}.product-card>div button{width:2.5rem;height:2.5rem;font-size:1rem}}@media screen and (max-width: 768px){.product-card{width:14rem;height:20rem;padding:.5rem}.product-card img{width:12rem;height:12rem;margin:.5rem}.product-card span{font-size:.9rem}.product-card>div button{width:2.25rem;height:2.25rem;font-size:.9rem}}@media screen and (max-width: 480px){.product-card{width:8.5rem;height:15rem;padding:.15rem;margin-right:2rem}.product-card img{width:10.5rem;height:10.5rem;margin:.25rem}.product-card span{font-size:.8rem}.product-card>div button{width:2rem;height:2rem;font-size:.8rem}}.cart{padding:2rem 4rem;display:flex;flex-direction:row;height:calc(100vh - 4rem);gap:4rem}.cart>main{width:80%;overflow-y:auto}.cart>main>h1{font-size:2rem;text-align:center}.cart>main::-webkit-scrollbar{display:none}.cart>aside{width:30%;padding:4rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.cart>aside>input{padding:1rem;border:1px solid rgba(0,0,0,.28);outline:none;border-radius:5px;margin-top:2rem}.cart>aside>p{font-size:1.1rem}.cart>aside>a{background-color:#006888;padding:1rem;text-decoration:none;color:#fff;display:flex;justify-content:center;align-items:center;text-transform:uppercase;letter-spacing:2px;border-radius:5px}.cart>aside>a:hover{opacity:.8}.cart>aside>span{margin-top:-1rem;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:5px}.cart>aside>span>code{font-weight:900;align-self:flex-end}.cart-item{padding:1rem;display:flex;flex-direction:row;align-items:center;gap:1rem}.cart-item>img{width:15rem;height:13rem;object-fit:contain}.cart-item>article{flex-grow:1;display:flex;flex-direction:column;gap:.25rem}.cart-item>article a{font-size:1.2rem;color:#333}.cart-item>article a:hover{color:#ff5733}.cart-item>article span{font-weight:700}.cart-item>div{display:flex;justify-content:center;align-items:center;gap:.5rem}.cart-item>div button{border:none;width:2rem;height:2rem;border-radius:5px;display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:1.2rem}.cart-item>div button:hover{background-color:#006888;color:#fff}.cart-item>div input{width:2rem;text-align:center;border:1px solid #333333;border-radius:5px;outline:none}.cart-item>button{border:none;background-color:transparent;display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:1.2rem}.cart-item>button:hover{color:red}@media screen and (max-width: 600px){.cart{padding:1rem;flex-direction:column;height:auto}.cart>main{width:100%}.cart>aside{width:100%;padding:2rem}.cart>aside>input{width:100%}.cart>aside>a{width:100%;justify-content:center}.cart-item{flex-direction:row;align-items:center;gap:1rem}.cart-item>img{width:5rem;height:5rem}.cart-item>article{flex-grow:1;align-items:flex-start}.cart-item>div{display:flex;align-items:center;gap:.5rem}.cart-item>div button{width:2rem;height:2rem}.cart-item>div input{width:2rem;text-align:center}.cart-item>button{align-self:flex-end}}.shipping{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem}.shipping .back-btn{height:2.5rem;width:2.5rem;background-color:#2e2e2e;color:#fff;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem;position:fixed;top:2rem;left:2rem;border-radius:100%;border:none;outline:none;cursor:pointer;box-shadow:0 0 10px #00000062}.shipping .back-btn svg{transition:all .3s}.shipping .back-btn:hover svg{translate:-.25rem}.shipping>form{max-width:450px;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:stretch;gap:2rem;padding:2rem}.shipping>form>h1{letter-spacing:2px;font-weight:300;text-transform:uppercase;margin:2rem;text-align:center}.shipping>form>input,.shipping>form>select{border:1px solid rgba(31,31,31,.351);padding:1rem;outline:none;font-size:1.05rem;border-radius:5px}.shipping>form>button{cursor:pointer;border:none;outline:none;padding:1rem;background-color:#006888;color:#fff;border-radius:5px;font-size:1.05rem;text-transform:uppercase;letter-spacing:2px}.shipping>form>button:hover{opacity:.8}.login{height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}.login>main{width:100%;height:100%;max-width:400px;padding:2rem;box-shadow:0 0 10px #00000062;display:flex;flex-direction:column;justify-content:center;align-items:stretch;gap:1rem}.login>main>div{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.2rem}.login>main>div>input,.login>main>div>select{padding:1rem;border:none;background-color:inherit;width:100%;outline:none;border:1px solid rgba(162,162,162,.53);border-radius:5px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.login>main>div>p{text-align:center;margin:2rem}.login>main>div button{width:70%;margin:auto;height:3rem;cursor:pointer;border:none;outline:none;padding:unset;background-color:#3e7df2;color:#fff;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem;border:1px solid rgb(62,125,242);border-radius:5px;font-size:1.05rem}.login>main>div button>svg{background-color:#fff;width:30%;height:100%}.login>main>div button>span{width:100%;text-align:center}.product-search-page{padding:2rem;display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;gap:2rem;min-height:93.5vh}.product-search-page>aside{min-width:20rem;box-shadow:2px 5px 10px #0000003f;padding:2rem;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.5rem}.product-search-page>aside>h2{letter-spacing:3px;font-weight:300;text-transform:uppercase}.product-search-page>aside>div>input,.product-search-page>aside>div>select{padding:1rem;border:1px solid rgba(154,154,154,.38);background-color:#fff;width:100%;outline:none;border-radius:10px;margin:.5rem}.product-search-page>main{width:100%;padding:0 2rem}.product-search-page>main>h1{letter-spacing:3px;font-weight:300;text-transform:uppercase}.product-search-page>main>input{padding:1rem;border:none;background-color:inherit;width:50%;outline:none;border-radius:5px;margin:1rem;font-size:1.2rem;display:block}.product-search-page>main .preOwnedQuote{font-family:Playwrite DE Grund,cursive;font-style:normal;font-size:larger}.product-search-page>main .search-product-list{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;height:calc(100% - 10rem);overflow-y:auto}.product-search-page>main .search-product-list .search-product-item{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}@media (min-width: 1200px){.product-search-page>main .search-product-list{grid-template-columns:repeat(3,1fr)}}@media (min-width: 992px) and (max-width: 1199px){.product-search-page>main .search-product-list{grid-template-columns:repeat(3,1fr)}}@media (min-width: 768px) and (max-width: 991px){.product-search-page>main .search-product-list{grid-template-columns:1fr}}@media (max-width: 767px){.product-search-page>main .search-product-list{grid-template-columns:1fr}}.product-search-page>main article{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem}.product-search-page>main article>button{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem;cursor:pointer;border:none;outline:none;padding:.5rem 1rem;background-color:#006888;color:#fff;border-radius:10px}.product-search-page>main article>button:disabled{cursor:not-allowed;opacity:.5;color:#2e2e2e}.dashboard{overflow-y:auto}.dashboard .bar{height:4rem;display:flex;flex-direction:row;justify-content:unset;align-items:center;gap:1rem;padding:0 1rem;border-bottom:1px solid rgba(0,0,0,.37)}.dashboard .bar>input{margin-right:auto;padding:1rem 0;border:none;background-color:inherit;width:100%;outline:none}.dashboard .bar>svg{font-size:1.2rem;opacity:.7}.dashboard .bar>img{height:2rem;width:2rem;border-radius:50%}.dashboard .widget-container{display:flex;flex-direction:row;justify-content:space-between;align-items:stretch;gap:2rem;padding:2rem 2rem 2rem 0}.dashboard .widget-container .widget{width:16rem;background-color:#fff;box-shadow:0 0 10px #0002;padding:2rem;border-radius:10px;display:flex;flex-direction:row;justify-content:space-between;align-items:stretch;gap:0}.dashboard .widget-container .widget .widget-info>p{opacity:.7;font-size:.8rem}.dashboard .widget-container .widget .widget-info>h4{font-size:1.5rem}.dashboard .widget-container .widget .widget-info>span{display:flex;flex-direction:row;justify-content:unset;align-items:center;gap:.2rem}.dashboard .widget-container .widget .widget-circle{position:relative;height:5rem;width:5rem;border-radius:50%;flex:none;display:grid;place-items:center;background-color:#7fffd4}.dashboard .widget-container .widget .widget-circle:before{content:"";position:absolute;height:4rem;width:4rem;background-color:#fff;border-radius:100%}.dashboard .widget-container .widget .widget-circle span{position:relative}.dashboard .graph-container{display:flex;flex-direction:row;justify-content:unset;align-items:unset;gap:2rem;padding:0 2rem 2rem 0}.dashboard .graph-container>div{background-color:#fff;border-radius:10px}.dashboard .graph-container .revenue-chart{width:100%;padding:1rem 3rem}.dashboard .graph-container .revenue-chart>h2{letter-spacing:3px;font-weight:300;text-transform:uppercase;margin:1rem 0 2rem .25rem;text-align:center}.dashboard .graph-container .dashboard-categories{width:100%;max-width:16rem;display:flex;flex-direction:column;justify-content:center;align-items:unset;gap:0;padding-bottom:2rem}.dashboard .graph-container .dashboard-categories>h2{letter-spacing:3px;font-weight:300;text-transform:uppercase;margin:1.5rem 0 2rem;text-align:center}.dashboard .graph-container .dashboard-categories>div{overflow-y:auto;height:40rem;padding-left:.5rem}.dashboard .graph-container .dashboard-categories>div::-webkit-scrollbar{display:none}.dashboard .graph-container .dashboard-categories .category-item{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;padding:1rem}.dashboard .graph-container .dashboard-categories .category-item>h5{letter-spacing:1px;font-weight:300}.dashboard .graph-container .dashboard-categories .category-item>div{margin-left:auto;width:6rem;background-color:#d9d9d9;border-radius:20px;height:.5rem;flex:none}.dashboard .graph-container .dashboard-categories .category-item>div>div{border-radius:20px;height:100%}.dashboard .graph-container .dashboard-categories .category-item>span{font-size:.8rem;font-weight:700}.dashboard .transaction-container{display:flex;gap:2rem;padding:0 2rem 2rem 0;height:30rem}.dashboard .transaction-container>div{background-color:#fff;box-shadow:0 10px 10px #0002;border-radius:10px}.dashboard .transaction-container .gender-chart{width:100%;max-width:20rem;padding:1rem;position:relative}.dashboard .transaction-container .gender-chart>h2{text-align:center;margin:1.5rem 0 2rem;letter-spacing:3px;font-weight:300;text-transform:uppercase}.dashboard .transaction-container .gender-chart>p{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:2rem;color:#000000a2}.dashboard .transaction-container .transaction-box{width:100%;padding:1rem;overflow-x:auto}.dashboard .transaction-container .transaction-box>h2{margin:1.5rem 0 0;letter-spacing:3px;font-weight:300;text-transform:uppercase}.dashboard-product-box{background-color:#fff;padding:2rem;overflow:auto;height:100%;width:100%}.create-product-btn{position:fixed;right:2rem;top:5rem;height:2.5rem;width:2.5rem;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:0;border-radius:50%;background-color:#c90909;color:#fff}.create-product-btn:hover{opacity:.8}.product-delete-btn{background-color:#383838;color:#fff;font-size:1.2rem;height:2.5rem;width:2.5rem;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem;border-radius:50%;cursor:pointer;border:none;position:absolute;top:-1.2rem;right:-1.2rem}.product-management{display:flex;flex-direction:row;justify-content:center;align-items:unset;gap:1rem;padding:4rem}.product-management>section{overflow-y:auto;width:100%;height:85vh;max-width:500px;box-shadow:0 5px 5px #00000037;background-color:#fff;padding:5rem;display:flex;flex-direction:column;justify-content:unset;align-items:unset;gap:1rem;position:relative;border-radius:5px}.product-management>section>h2{letter-spacing:2px;font-weight:300;text-transform:uppercase;text-align:center}.product-management>section>img{height:100%;width:100%;object-fit:contain}.product-management>section>strong{font-weight:300}.product-management>section>span{position:absolute;right:2rem;top:2rem}.product-management>section>p{text-align:center;letter-spacing:2px;text-transform:uppercase}.product-management>section>h3{text-align:center;font-size:2rem}.product-management>article{height:auto;padding:2rem;width:100%;max-width:400px;background-color:#fff;border-radius:5px;box-shadow:5px 5px 10px #00000037;position:relative}.product-management>article>form{display:flex;flex-direction:column;justify-content:unset;align-items:center;gap:2rem;max-height:100vh;overflow-y:auto}.product-management>article>form>h2{text-transform:uppercase;letter-spacing:2px}.product-management>article>form>img{height:5rem;width:5rem;object-fit:cover;border-radius:5px}.product-management>article>form>div{width:100%;position:relative}.product-management>article>form>div>label{position:absolute;left:0;top:-1.5rem}.product-management>article>form>div>input{padding:1rem;border:1px solid rgba(13,13,13,.196);background-color:unset;width:100%;outline:none;border-radius:5px}.product-management>article>form>button{margin-top:40px;padding:1rem;border:none;background-color:#056be0;color:#fff;width:100%;border-radius:5px;font-size:1.1rem;cursor:pointer}.product-management .sizeInput{padding:1rem;border:1px solid rgba(13,13,13,.196);background-color:unset;width:70%;outline:none;border-radius:5px;margin:10px 10px 0 0}.product-management .shipping-info-card>h1{text-align:center;letter-spacing:2px;font-weight:300;text-transform:uppercase}.product-management .shipping-info-card>h5{margin:2rem 0 0 .5rem;font-size:1.1rem;font-weight:700}.product-management .shipping-info-card>p{margin:.5rem}.product-management .shipping-info-card>.shipping-btn{margin:2rem 0;padding:1rem;border:none;background-color:#056be0;color:#fff;width:100%;border-radius:5px;font-size:1.1rem;cursor:pointer}.product-management .shipping-info-card>.shipping-btn:hover{opacity:.8}.category-buttons{margin-top:10px}.category-btn{margin-right:10px;padding:5px 10px;background-color:#007bff;color:#fff;border:none;border-radius:5px;cursor:pointer}.category-btn:hover{background-color:#0056b3}.transaction-product-card{display:flex;flex-direction:row;justify-content:unset;align-items:center;gap:1rem}.transaction-product-card>img{height:4rem;width:4rem;object-fit:cover;border-radius:5px}.transaction-product-card>span{margin-left:auto}.chart-container{background-color:#fff;padding:4rem;overflow-y:auto}.chart-container>h1{margin:0 0 5rem 2rem}.chart-container>section{width:80%;margin:4rem auto}.chart-container>section>div{max-width:25rem;margin:auto;margin-top:6rem;margin-bottom:-1rem}.chart-container>section>h2{margin:2rem 0;text-align:center;letter-spacing:2px;font-weight:300;text-transform:uppercase}.dashboard-app-container{background-color:#fff;padding:4rem}.dashboard-app-container>section{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem;height:100%}.dashboard-app-container>section .stopwatch>h2{font-size:2rem;font-weight:300;text-align:center}.dashboard-app-container>section .stopwatch>button{padding:1rem 2rem;border:none;cursor:pointer;color:#fff;margin:2rem;font-weight:700;border-radius:10px}.dashboard-app-container>section .stopwatch>button:first-of-type{background-color:#0062ff}.dashboard-app-container>section .stopwatch>button:last-of-type{background-color:red}.dashboard-app-container>section .tosscoin{margin:2rem;height:15rem;width:15rem;position:relative;cursor:pointer;transform-style:preserve-3d;transition:all .5s}.dashboard-app-container>section .tosscoin>div{border-radius:50%;height:100%;width:100%;position:absolute;display:grid;place-items:center;background-repeat:no-repeat;background-size:contain;backface-visibility:hidden;filter:drop-shadow(0px 10px 10px rgba(0,0,0,.521))}.dashboard-app-container>section .tosscoin>div:first-of-type{background-image:url(/assets/heads-33214751.png)}.dashboard-app-container>section .tosscoin>div:last-of-type{background-image:url(/assets/tails-91e4a6ee.png);transform:rotateY(-180deg)}.dashboard-app-container>section .coupon-form{display:grid;grid-template-columns:2fr 1fr;grid-template-rows:unset;gap:2rem;max-width:30rem;width:100%}.dashboard-app-container>section .coupon-form>input{padding:1rem;border:1px solid rgba(0,0,0,.359);outline:none;border-radius:5px}.dashboard-app-container>section .coupon-form>fieldset{padding:1rem;border:1px solid rgba(0,0,0,.359);border-radius:5px;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:0;flex-wrap:wrap;grid-column:1/3}.dashboard-app-container>section .coupon-form>fieldset span{font-size:.8rem;font-weight:300;margin-inline-start:.25rem;margin-inline-end:1rem}.dashboard-app-container>section .coupon-form>button{font-weight:700;font-size:1.1rem;width:100%;padding:1rem;border:none;color:#fff;cursor:pointer;margin:2rem 0;border-radius:10px;grid-column:1/3;background-color:#0062ff}.dashboard-app-container>section>code{position:relative;font-size:1.2rem;letter-spacing:2px;cursor:pointer}.dashboard-app-container>section>code:hover>span{opacity:1}.dashboard-app-container>section>code>span{opacity:0;height:100%;width:100%;top:0;left:0;position:absolute;border-radius:5px;background-color:#0f0f0f;color:#fff;font-size:.8rem;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem}@media screen and (width <= 1200px){.admin-container{overflow:auto}.dashboard .widget-container,.dashboard .graph-container,.dashboard .transaction-container{justify-content:center;flex-wrap:wrap}.dashboard .graph-container{padding:2rem}.dashboard .transaction-container{padding:2rem;height:unset}.product-management{padding:2rem}}@media screen and (width <= 1100px){.admin-container{grid-template-columns:1fr!important}}@media screen and (width <= 768px){.cart{display:block;padding:2rem}.cart>main{width:100%}.cart>aside{width:100%}.cartitem{width:100%}.cartitem>img{width:3rem;height:3rem}.cartitem>div{flex-direction:column;gap:0}.product-search-page{display:block;padding:0}.product-search-page>aside{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;box-shadow:none}.product-search-page>aside>h2{letter-spacing:3px;font-weight:300;text-transform:uppercase;font-size:1.2rem}.product-search-page>main>input{width:100%;border:1px solid rgba(212,212,212,.379)}}@media screen and (width <= 600px){.product-management{flex-direction:column;align-items:center;padding:0}.product-management>section{max-width:400px}.chart-container{padding:0}.chart-container>h1{margin:0;text-align:center}.chart-container>section{margin:8rem auto}.dashboard-app-container>section .coupon-form,.dashboard-app-container>section .stopwatch{display:flex;flex-direction:column}.dashboard-app-container>section .stopwatch{align-items:center}}.container{max-width:1367px;width:100%;margin:auto;overflow:auto}.container>h1{letter-spacing:3px;font-weight:300;text-transform:uppercase;margin:1rem 0;text-align:left}.heading{letter-spacing:3px;font-weight:300;text-transform:uppercase;margin:1rem 0;text-align:center}.header{display:flex;flex-direction:row;justify-content:flex-end;align-items:stretch;gap:1.2rem;padding:1rem}.header a{color:#2e2e2e;letter-spacing:2px;font-size:1.2rem}.header a:hover{color:#006888}.header button{border:none;font-size:1.2rem;cursor:pointer;background-color:transparent}.header button:hover{color:#006888}.header dialog{border:1px solid #ccc;border-radius:5px;padding:10px;width:100px;position:relative;top:8%}.header dialog>div{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:.25rem}.not-found{height:80vh;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}.not-found>svg{font-size:5rem}.checkout-container{max-width:400px;width:100%;margin:auto}.checkout-container>form{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:2rem}.checkout-container>form>button{cursor:pointer;border:none;outline:none;padding:1rem;background-color:#006888;color:#fff;width:100%;font-size:1.1rem}.admin-container{display:grid;grid-template-columns:1fr 4fr;grid-template-rows:unset;gap:2rem;height:auto;background-color:#f7f7f7}.admin-container>aside{width:100%;background-color:#fff;padding:1rem;z-index:10;overflow-y:auto}.admin-container>aside::-webkit-scrollbar{display:none}.admin-container>aside>div{margin:2rem 1rem}.admin-container>aside>div>h5{letter-spacing:2px;font-weight:300;text-transform:uppercase;opacity:.8;margin:1rem 0}.admin-container>aside>div>ul{display:flex;flex-direction:column;justify-content:unset;align-items:unset;gap:.5rem;list-style:none}.admin-container>aside>div>ul>li{padding:.5rem 1rem;border-radius:10px}.admin-container>aside>div>ul>li a{color:#000000d2;display:flex;flex-direction:row;justify-content:unset;align-items:center;gap:1rem}.table{border-collapse:collapse;width:100%}.table th,.table td{padding:8px;text-align:left;vertical-align:middle}.table th{font-weight:700;color:#0000009e;font-size:1.1rem;font-weight:400;padding:2rem 1rem}.table tbody tr{box-shadow:0 1px 1px #00000018}.table tbody td{padding:1rem}.table tbody td img{width:4rem;height:4rem;object-fit:contain;border-radius:10px}.table tbody td a{text-decoration:none;background-color:#2c68ff74;color:#2c68ff;padding:.25rem .5rem;border-radius:10px}.table tbody td button{width:2rem;height:2rem;font-size:1.1rem;border:none;outline:none;background-color:transparent;cursor:pointer;color:#ff2c2c}.table tbody td button:hover{opacity:.6}.table tbody td:first-child{border-left:none}.table tbody td:last-child{border-right:none}.table-pagination{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem;padding:2rem}.table-pagination>button{padding:.5rem 1rem;border:none;outline:none;border-radius:10px;cursor:pointer;background-color:#0073ff;color:#fff}.table-pagination>button:disabled{background-color:#0073ff1a;cursor:not-allowed}#hamburger{display:grid;place-items:center;height:3rem;width:3rem;border:none;outline:none;cursor:pointer;color:#2c68ff;position:fixed;top:1rem;left:1rem;font-size:2rem;background-color:#fff;border-radius:50%;z-index:9}#close-sidebar{width:80%;margin:1rem auto;display:block;padding:.75rem;border:none;outline:none;cursor:pointer;background-color:#a80202;color:#fff;border-radius:10px}.loader{width:100%;height:85vh;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem}.loader>div{height:10rem;width:10rem;border-radius:50%;border-top:1rem solid rgb(43,43,43);border-left:1rem solid rgb(43,43,43);border-right:1rem solid #fff;border-bottom:1rem solid #fff;animation:loading-animation .5s linear infinite}.skeleton-loader{display:flex;flex-direction:column}.skeleton-shape{height:30px;width:100%;background-color:#ddd;margin-bottom:10px;border-radius:4px;animation:skeleon-loading 1.5s infinite}@keyframes loading-animation{to{transform:rotate(360deg)}}@keyframes up-and-down{to{transform:translate(-50%,-20%)}}@keyframes skeleon-loading{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.logo{font-family:Great Vibes,cursive;font-size:2.7rem;font-weight:400;font-style:normal}
