@import"https://fonts.googleapis.com/css2?family=Antonio&display=swap";@import"https://fonts.googleapis.com/css2?family=Big+Shoulders+Text:wght@100;700&display=swap";@tailwind base;@tailwind components;@tailwind utilities;*{margin:0;padding:0;overflow-x:hidden}.antonIoFont{font-family:Antonio}#container{position:fixed;left:0;top:0;width:100vw;height:100vh;z-index:-1}#aboutContainer{width:100%;height:100%;cursor:grab;background-image:linear-gradient(0deg,hsl(0deg 0% 0%) 10%,hsl(248deg 100% 7%) 60%,hsl(251deg 100% 7%) 100%)}::-webkit-scrollbar{display:none}::-webkit-scrollbar-button{display:none}body{-ms-overflow-style:none}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-smooth iframe{pointer-events:none}.bgImage{background-image:url(./patternBg.png)}.divider{margin:22rem 0}@media (max-width: 600px){#container{display:none}.divider{margin:6rem 0}#aboutContainer{width:100%;height:50vh;cursor:grab}}nav{position:fixed;width:100%;display:flex;justify-content:space-between;align-items:center;padding:0rem 5rem;z-index:99}nav>div{flex:1}.logo{text-align:center;font-family:Courier New,Courier,monospace}.logo a{text-decoration:none;font-size:30px;color:#cdc6be}.toggle-btn{display:flex;justify-content:flex-end}.menu-burger{display:flex;justify-content:center;align-items:center;padding:1.75em 2em 1.5em;background:rgba(255,255,255,0);outline:none;border:none;width:25px;height:12px;transition:all .25s ease-out;cursor:pointer;z-index:99}.menu-burger:before,.menu-burger:after{content:"";width:3rem;height:.1rem;position:absolute;background-color:#000;transition:all .25s ease-out;will-change:transform}.menu-burger:before{transform:translateY(-3px)}.menu-burger:after{transform:translateY(3px)}.active.menu-burger:before{transform:translateY(0) rotate(45deg)}.active.menu-burger:after{transform:translateY(0) rotate(-45deg)}.overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;background-color:#fff;clip-path:polygon(0 0,100% 0,100% 0,0 0);will-change:transform;z-index:90}.overlay-menu{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;gap:1em;flex-direction:column;justify-content:center;align-items:center}.menu-item{display:flex;cursor:pointer;clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.menu-item p{position:relative;text-align:center;font-family:Antonio;font-size:7rem;line-height:120%;font-weight:600;will-change:transform;transition:letter-spacing .1s}.menu-item p:hover{transition:.3s}.sub-nav{position:absolute;bottom:5%;left:50%;transform:translate(-50%);display:flex;gap:.5em;opacity:0}.sub-nav p{font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif;font-size:20px;color:#cdc6be}@media (max-width:900px){.logo a{font-size:20px}.menu-burger:before,.menu-burger:after{content:"";width:2rem;height:.1rem}nav{padding:0 .5rem}.menu-item p{font-size:3rem;line-height:100%;font-weight:900}}.preloader{position:fixed;width:100vw;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#fff;z-index:100;transition:1s;opacity:1}.dot-wave{--uib-size: 50px;--uib-speed: .6s;--uib-color: #0d0909;display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between;width:var(--uib-size);height:calc(var(--uib-size) * .17);padding-top:calc(var(--uib-size) * .34)}.dot-wave__dot{flex-shrink:0;width:calc(var(--uib-size) * .17);height:calc(var(--uib-size) * .17);border-radius:50%;background-color:var(--uib-color);will-change:transform}.dot-wave__dot:nth-child(1){animation:jump824 var(--uib-speed) ease-in-out calc(var(--uib-speed) * -.45) infinite}.dot-wave__dot:nth-child(2){animation:jump824 var(--uib-speed) ease-in-out calc(var(--uib-speed) * -.3) infinite}.dot-wave__dot:nth-child(3){animation:jump824 var(--uib-speed) ease-in-out calc(var(--uib-speed) * -.15) infinite}.dot-wave__dot:nth-child(4){animation:jump824 var(--uib-speed) ease-in-out infinite}@keyframes jump824{0%,to{transform:translateY(0)}50%{transform:translateY(-200%)}}.infiniteText{position:fixed;top:0;left:0;color:transparent;font-size:30rem;display:flex;align-items:center;height:100vh;z-index:-2;font-family:Antonio;-webkit-text-stroke-width:.1rem;-webkit-text-stroke-color:rgba(0,0,0,.13);white-space:nowrap;overflow:hidden;font-stretch:ultra-condensed}.product_card{width:280px;height:400px;background:#fff;border-radius:20px;box-shadow:0 0 10px rgba(0,0,0,.1);overflow:hidden;margin:20px;transition:.3s;border:2px solid rgb(236,236,236);position:relative}.product_card img{width:100%;height:200px;object-fit:cover;border-radius:16px 16px 0 0}.product_card .product_info{padding:10px;font:14px Poppins,sans-serif}.colors{display:flex;gap:5px;margin:5px 0;align-items:center}.colors .color{width:15px;height:15px;border-radius:10px}.colors .color:nth-child(1){border:2px solid rgb(252,252,252);box-shadow:0 0 0 1px rgba(37,37,37,.506)}.bottom{display:flex;justify-content:space-between;align-items:center;margin-top:10px}.bottom .price{font-size:20px;font-weight:600}.bottom .add_to_cart{padding:8px 15px;border-radius:20px;border:none;background:#fff;color:#111;font-size:14px;cursor:pointer;border:3px solid rgba(0,0,0,.17);transition:.3s ease}.add_to_cart:hover{background:#111111b8;color:#fff}.add_to_wishlist{position:absolute;padding:5px;border-radius:20px;width:20px;height:20px;background:#ffffff9b;color:#111;border:none;right:5px;top:5px;display:flex;align-items:center;justify-content:center}.product_name{font-size:18px;font-weight:600;margin:0}.product_description{font-size:14px;color:#292828;margin-top:5px}
