@import url(https://fonts.googleapis.com/css2?family=Blinker:wght@200;400;600;700&display=swap);*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}body{font-family:Blinker,sans-serif;position:relative}html{font-size:62.5%}.container{margin:0 auto;max-width:1200px;padding:0 19px}.navbar{background-color:#fff;box-shadow:0 4px 5px -5px rgba(0,0,0,.23);position:fixed;top:0;width:100%;z-index:100}.nav-container{align-items:center;display:flex;height:12rem;justify-content:space-between;transition:height .1s linear}.nav-container.cont-sticky{height:8rem!important}.navbar-fixed{align-items:center;display:flex;height:12rem;justify-content:space-between}.logo-img{cursor:pointer;height:auto;width:8.5rem}.nav-links{display:flex;font-size:1.8rem;gap:2.5rem;text-transform:uppercase}.nav-links a{color:#000;text-decoration:none}.nav-links a:hover{text-decoration:underline}.nav-links i{cursor:pointer}.hamburger-menu{display:none;gap:3rem}.hamburger-cart,.hamburger-hamb{cursor:pointer;display:none;font-size:2.3rem}.mobile-nav-full{background-color:#f3f3f3;height:100%;left:0;position:fixed;top:0;width:100%;z-index:200}.open-flex{display:flex!important}.closed-flex{display:none!important}.mobile-nav-full i{cursor:pointer;font-size:2.3rem;position:absolute;right:25px;top:49px}.mobile-links{align-items:center;display:flex;flex-direction:column;font-size:3rem;gap:2rem;justify-content:center;left:50%;position:absolute;text-transform:uppercase;top:44%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.mobile-links a{color:#000;text-decoration:none}.mobile-links a:hover{text-decoration:underline}.cart-div{background-color:#fff;display:flex;flex-direction:column;height:100vh;padding:3rem 2.5rem 1.5rem;position:fixed;right:0;top:0;transition:all .4s ease;width:50rem;z-index:999}.page-overlay{background-color:#00000075;height:100%;left:0;position:absolute;top:0;transition:all .3s ease-in;width:100%;z-index:888}.cart-title-btn{align-items:center;display:flex;font-size:1.7rem;justify-content:space-between}.cart-full-h2{font-size:2.1rem!important}.cart-title-btn i{cursor:pointer;font-size:2.5rem}.cart-body{height:100vh;padding:.5rem}.empty-cart{display:flex;flex-direction:column;margin:15rem auto;text-align:center;width:16rem}.empty-cart p{font-size:2rem;font-weight:600;margin-top:1rem}.empty-cart button{cursor:pointer;font-size:1.7rem;height:4.4rem;margin-top:3rem;width:100%}.closed-cart{right:-100%}.open-cart{right:0}.full-cart{display:flex;flex-direction:column;gap:2rem;height:100%;width:100%}.full-cart-div{height:70%;margin-right:-.5rem;margin-top:2rem;overflow-y:scroll;padding:5px}.cart-item{background-color:#f2f2f2;border:1px solid #717171;border-radius:3px;display:grid;grid-template-columns:30fr 50fr 20fr;height:15rem;width:100%}.cart-img{background-color:#fff;height:100%;width:100%}.cart-img img{border-radius:3px;height:100%;object-fit:cover;width:100%}.cart-middle{display:flex;flex-direction:column;justify-content:space-between;padding:1.5rem}.cart-btns{display:flex}.cart-btns button{background-color:#000;color:#fff;cursor:pointer;font-size:2rem;height:3rem;width:3rem}.cart-btns p{font-size:2rem;outline:2px solid #000;outline-offset:-2px;padding-top:3.5px;text-align:center;width:3rem}.cart-name,.cart-right{font-size:2.4rem}.cart-right{display:flex;flex-direction:column;font-weight:600;justify-content:space-between;padding:1.5rem;text-align:right}.cart-right i{cursor:pointer}.cart-icon{position:relative}.cart-icon:after{content:"";display:none}.cart-icon.with-items:after,.cart-icon:after{background-color:#b6002c;border-radius:50%;color:#fff;font-size:11px;height:10px;left:12px;padding:5px;position:absolute;text-align:center;top:-18px;width:10px}.cart-icon.with-items:after{content:attr(data-array-length);display:block}.subtotal-div{border-top:2px dashed #000;display:flex;height:12rem;justify-content:space-between;margin-top:1.5rem;padding:1rem 0;width:100%}.sub-right{display:flex;flex-direction:column;font-size:2.5rem;font-weight:600;gap:1rem}.sub-left a{background-color:initial;border:2px solid #000;color:#000;font-size:2rem;padding:1rem 3.5rem;text-decoration:none;transition:all .2s}.sub-left a:hover{background-color:#000;color:#fff}.sub-left{padding-top:4rem}@media (max-width:600px){.nav-links{display:none}.hamburger-cart,.hamburger-hamb,.hamburger-menu{display:flex}.cart-div{width:100%}}@media (max-width:420px){.cart-item{grid-template-columns:1fr;height:100%;width:90%}.cart-middle,.full-cart{align-items:center}.cart-middle{gap:2rem}.cart-right{flex-direction:row;text-align:center}.subtotal-div{align-items:center;flex-direction:column}}.product-page-div{padding-top:14rem}.product-div{display:flex;margin-bottom:10rem;position:relative;width:100%}.product-big-name{font-size:3.5rem;left:50%;position:absolute;top:8px;-webkit-transform:translate(-50%);transform:translate(-50%)}.product-left{height:100%;padding-top:5rem;width:50%}.big-img{display:flex;height:70%;justify-content:center;margin-left:1rem;width:100%}.big-img img{height:100%;object-fit:cover;width:75%}.small-imgs{align-items:center;display:flex;gap:1.2rem;justify-content:center;padding:3rem 2rem;width:100%}.small-imgs img{cursor:pointer;height:20%;object-fit:cover;width:22%}.small-imgs img:hover{box-shadow:0 0 13px 0 rgba(0,0,0,.18);outline:1px solid rgba(0,0,0,.3)}.product-right{background-color:#e5e5e5;height:100%;padding:16rem 5rem 8rem;width:50%}.product-spec{font-size:2rem;line-height:1.5;margin-bottom:5rem}.product-quant{align-items:center;display:flex;font-size:2.5rem;font-weight:600;justify-content:space-between;margin-bottom:5rem}.product-btns{border:1px solid #000;display:flex}.product-btns button{background-color:#fff;border:none;color:#000;cursor:pointer;font-size:3rem;height:5.5rem;transition:all .2s;width:5.5rem}.product-btns button:first-child{border-right:1px solid #000}.product-btns button:last-child{border-left:1px solid #000}.product-btns button:hover{background-color:initial}.product-btns p{height:5rem;outline-offset:-2px;padding-top:10px;text-align:center;width:6rem}.atc-buy{display:flex;gap:2rem}.atc-buy button{border:none;cursor:pointer;font-size:1.6rem;font-weight:700;height:5.5rem;text-transform:uppercase;transition:all .2s;width:50%}.atc-btn{background-color:initial;border:2px solid #000!important}.atc-btn:hover{background-color:#000;color:#fff}.buy-btn{background-color:#b6002c;border:2px solid #b6002c!important;color:#fff}.buy-btn:hover{background-color:initial;color:#b6002c}.specifications{gap:3rem;height:10rem;margin-bottom:10rem}.spec,.specifications{display:flex;justify-content:space-between;width:100%}.spec{background-color:#e5e5e5;flex-direction:column;padding:2rem}.spec-title{font-size:2.2rem;font-weight:600}.title-desc{font-size:1.65rem}.notify{background-color:#373737;color:#fff;font-size:2rem;left:50%;padding:1.2rem 2.2rem;position:absolute;top:-100%;-webkit-transform:translate(-50%);transform:translate(-50%);z-index:999999999}.notify.slide-in{-webkit-animation-delay:-1s;animation-delay:-1s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:4s;animation-duration:4s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:slidein;animation-name:slidein}@-webkit-keyframes slidein{0%{top:-100%}40%{top:90px}60%{top:90px}to{top:-100%}}@keyframes slidein{0%{top:-100%}40%{top:90px}60%{top:90px}to{top:-100%}}@media (max-width:900px){.product-right{padding:16rem 2rem 8rem}}@media (max-width:850px){.product-div{align-items:center;flex-direction:column;gap:3rem;margin-bottom:6rem}.product-right{padding:3rem 2rem 4rem;width:100%}.product-left{width:100%}.product-big-name{text-align:center;width:31rem}}@media (max-width:570px){.specifications{flex-direction:column;gap:2rem;margin-bottom:28rem}}@media (max-width:450px){.product-quant{flex-direction:column;gap:2rem}.product-spec{margin-bottom:2rem}.atc-buy{flex-direction:column;gap:2rem}.atc-buy,.atc-buy button{width:100%}}.row-item{cursor:pointer;outline:2px solid rgba(0,0,0,.205);transition:all .15s ease-in}.row-item:hover{outline:2px solid rgba(0,0,0,.6)}.trending{padding-bottom:10rem}.item-header img{width:21rem}.item-description{font-size:1.7rem;padding:1rem}.trending h3{font-size:2.6rem;font-weight:600;margin-bottom:4.2rem!important}.row-container{display:flex;gap:2.2rem;overflow-x:scroll;overflow-y:hidden;padding:1rem .6rem;position:relative;scroll-behavior:smooth;white-space:nowrap}.row-container::-webkit-scrollbar{-ms-overflow-style:none;display:none;scrollbar-width:none}.title-btns{display:flex;justify-content:space-between}.btns button{background-color:#373737;border:none;color:#fff;cursor:pointer;font-size:1.5rem;height:4rem;padding:1rem;transition:all .1s ease-in;width:4rem}.btns{display:flex;gap:.4rem}.btns button:hover{background-color:#000}.news{align-items:center;background-color:#191919;display:flex;flex-direction:column;height:28rem;justify-content:center}.news h2{color:#fff;font-size:3.5rem;margin-bottom:2rem}.news-text{text-align:center}.news input{margin-right:.7rem;outline:none}.news button,.news input{border:none;font-size:1.7rem;padding:.7rem}.news button{cursor:pointer}@media (max-width:400px){form{display:flex;flex-direction:column;gap:.5rem}.news input{margin-right:0;text-align:center}}footer{background-color:#000;flex-direction:column;height:17rem}.footer-links,footer{display:flex;justify-content:center;text-align:center}.footer-links{flex-wrap:wrap;gap:3rem}.footer-links a{color:#fff;font-size:1.8rem;text-decoration:none}.footer-links a:hover{text-decoration:underline}.love{color:#fff;font-size:1.7rem;margin-top:3rem}.banner-container,.banner-container-reverse{display:flex;height:40rem;justify-content:space-between;overflow:hidden}.banner-container-reverse{flex-direction:row-reverse}.banner{padding-bottom:10rem}.text-side{align-items:center;background-color:#e9e9e9;display:flex;flex-direction:column;justify-content:center;padding:0 11rem;text-align:start;width:50%}.text-side h2{font-size:3.2rem;font-weight:600;margin-bottom:1.5rem}.text-side p{font-size:1.8rem}.img-side{background-color:#e9e9e9;text-align:end;width:50%}.img-side img{height:100%;object-fit:cover;width:100%}.text button{background-color:#000;border:2px solid #000;color:#fff;cursor:pointer;font-size:1.7rem;font-weight:700;margin-top:2rem;padding:1rem;text-transform:uppercase;transition:all .15s}.text button:hover{background-color:initial;color:#000}@media (max-width:750px){.text-side{padding:0 4rem}}@media (max-width:600px){.text-side{width:100%}.img-side{display:none}}.grid-container{grid-gap:1.3rem;display:grid;gap:1.3rem;grid-template-areas:"one two four" "one two four-low";grid-template-columns:2fr 1fr 1fr;grid-template-rows:1fr 1fr;height:50rem;margin-top:1.3rem}.home-container{padding-top:12rem}.featured{cursor:pointer;overflow:hidden;position:relative}.main-description{bottom:2rem;color:#fff;font-size:3.8rem;font-weight:600;left:2rem;position:absolute}.featured img{height:100%;object-fit:cover;object-position:50% 50%;width:100%}.grid-one{grid-area:one}.grid-two{grid-area:two}.grid-four{grid-area:four}.grid-four-low{grid-area:four-low}.lil-overlay{background-color:rgba(0,0,0,.3);height:100%;left:0;position:absolute;top:0;transition:all .3s ease-in;width:100%}#img1:hover,#img2:hover,#img3:hover,#img4:hover{background-color:rgba(0,0,0,.5)!important}@media (max-width:750px){.grid-container{grid-gap:13px;display:grid;gap:13px;grid-template-areas:"one two" "four four-low";grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);height:500px}}@media (max-width:450px){.main-description{bottom:1rem;font-size:3rem;left:1rem}}@media (max-width:400px){.main-description{bottom:1rem;font-size:2.5rem;left:.5rem}}a{color:#000;text-decoration:none}.proud-container{padding:11rem 0}.proud-h2{font-size:2.6rem;font-weight:600;margin-bottom:4.2rem!important}.product{cursor:pointer;outline:2px solid rgba(0,0,0,.205);outline-offset:-2px;transition:all .15s ease-in}.product:hover{outline:2px solid rgba(0,0,0,.7)}.product-header img{width:100%}.product-details{font-size:1.7rem;padding:1rem}.item-price{font-size:2.2rem;font-weight:600;margin-top:1.4rem}.products-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr 1fr 1fr}.catego-header{align-items:center;display:flex;flex-direction:column;margin-bottom:-4rem;padding-top:17rem}.catego-header a{color:#000;font-size:1.6rem;text-decoration:none}.filter-btns{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;width:100%}.filter-btns button{background-color:initial;border:2px solid rgba(0,0,0,.3);cursor:pointer;padding:.6rem 1.6rem;transition:all .2s}.filter-btns button:hover{border:2px solid rgba(0,0,0,.5)}.title-home{align-items:center;display:flex;margin-bottom:6rem;width:100%}.title-home h3{font-size:2.7rem;margin:0 auto;text-align:center;text-transform:uppercase}.title-home a{color:#000;font-size:1.6rem;text-align:left;text-decoration:none}@media (max-width:750px){.products-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr 1fr}}@media (max-width:600px){.products-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}}@media (max-width:430px){.products-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=main.327bca60.css.map*/