:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64);--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2);--radial-gradient-background: 255, 255, 255;--solid-color-background: 15, 15, 15;--overlay-color: 255, 255, 255}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400;text-transform:capitalize}#veinticinco,*:-moz-any-link,*:default{scrollbar-width:thin}.radial-gradient{background:radial-gradient(circle at 50% 0%,rgba(var(--radial-gradient-background),.05) 0%,transparent 60%) #fff0}body{overflow-x:hidden;overflow-y:hidden;min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background-color:#0000}::-webkit-scrollbar-thumb{background-color:#696969}::-webkit-scrollbar-thumb:hover{background-color:#424242}#app{margin:0 auto;font-weight:400;overflow-x:hidden;position:relative;overflow-y:hidden;height:100%}a,.green{text-decoration:none;color:#00bdd6;transition:.4s;padding:3px}@media (hover: hover){a:hover{background-color:#008da0}}.loader[data-v-8c1ae029]{position:fixed;display:flex;justify-content:center;z-index:3000;width:100vw;height:100vh;background-color:#fff;color:#000;clip-path:circle(100% at 50% 50%)}.loader h1[data-v-8c1ae029]{margin-top:160px;font-size:max(50px,12vw);color:#000;font-weight:600;clip-path:inset(0 0% 0 0)}.sidebar[data-v-8c1ae029]{width:0px;height:calc(100vh - 60px);position:fixed;top:60px;right:0;z-index:4;background-color:#363636;outline:1px transparent solid;transition:1s;display:flex;justify-content:space-between;align-items:center;flex-direction:column;padding:0;overflow-x:hidden}.sidebar .prod-con[data-v-8c1ae029]{width:100%;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;gap:10px;overflow:auto}.sidebar .prod[data-v-8c1ae029]{background-color:#0000004b;border-radius:8px;width:100%;min-height:70px;display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr}.sidebar .prod .name[data-v-8c1ae029]{font-size:25px}.sidebar .prod .price[data-v-8c1ae029]{font-weight:700}.sidebar .prod img[data-v-8c1ae029]{grid-area:1/1/3/2;height:100%;max-height:70px;max-width:100%}nav[data-v-8c1ae029]{overflow:hidden;width:100vw;height:60px;display:flex;justify-content:space-between;align-items:center;padding:20px;gap:30px;background-color:transparent}nav .logo[data-v-8c1ae029]{min-width:300px}nav .logo div[data-v-8c1ae029]{display:flex;justify-content:center;align-items:center}nav .logo div input[data-v-8c1ae029]{border:1px solid white;border-width:1px;border-right:none;height:40px;border-top-left-radius:4px;border-bottom-left-radius:4px;width:100%;background-color:#202020;padding:20px;color:#f3f3f3;font-size:14px}nav .logo div input[data-v-8c1ae029]:focus-visible{border-color:#fff!important;color:#fff;outline:none!important;box-shadow:none!important}nav .logo div svg[data-v-8c1ae029]{width:40px;height:42px;padding:0 5px;fill:#fff;background-color:#202020;border:1px solid white;border-top-right-radius:4px;border-bottom-right-radius:4px}nav .logo h1[data-v-8c1ae029]{font-size:clamp(10px,5vw,32.36px)}nav .links[data-v-8c1ae029]{width:350px;gap:40px;display:flex;justify-content:center;align-items:center}nav .social[data-v-8c1ae029]{width:350px;display:flex;justify-content:center;gap:30px;align-items:center}nav .buttons[data-v-8c1ae029]{width:350px;display:flex;justify-content:flex-end;gap:30px;align-items:center}nav .buttons .fav[data-v-8c1ae029]{width:70px;height:50px;display:flex;justify-content:center;align-items:center;background-color:transparent;border:rgb(255,255,255) 1px solid;border-radius:6px;color:#fff;transition:1s;fill:#fff}nav .buttons .fav[data-v-8c1ae029]:hover{border:1px white solid;background-color:#fff;color:#000;fill:#000}nav .buttons .fav svg[data-v-8c1ae029]{width:30px;height:30px;margin-left:-1px}@media (max-width: 730px){.social[data-v-8c1ae029]{display:none!important}.buttons[data-v-8c1ae029]{width:70px!important}.logo[data-v-8c1ae029]{min-width:100px!important;font-size:20px!important}.links[data-v-8c1ae029]{gap:20px!important;justify-content:center!important}}.loader[data-v-5d72cce0]{width:100vw;height:100vh;display:flex;justify-content:center;align-items:center}.loader img[data-v-5d72cce0]{width:100px}.products[data-v-5d72cce0]{display:grid;gap:30px;margin:100px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-auto-rows:400px}.products .product[data-v-5d72cce0]{background-color:#363636;color:#fff;display:flex;justify-content:center;align-items:center;flex-direction:column;border-radius:12px}.products .product img[data-v-5d72cce0]{object-fit:cover;width:100%;height:100%;max-height:280px;aspect-ratio:1/1;display:flex;justify-content:flex-start;transition:1s}.products .product .bottom[data-v-5d72cce0]{width:100%;min-height:120px;display:flex;justify-content:space-between;align-items:center;flex-direction:column;padding:5px}.products .product .bottom .price[data-v-5d72cce0],.products .product .bottom .quantity[data-v-5d72cce0]{font-size:15px;font-weight:500;text-align:center}.products .product .bottom .name[data-v-5d72cce0]{font-size:20px;text-align:center;text-overflow:clip;overflow:hidden;max-height:40px}.products .product .bottom .btn-con[data-v-5d72cce0]{width:100%;display:flex}.products .product .bottom .cart[data-v-5d72cce0]{width:100%;display:flex;justify-content:center;align-items:center;height:50px;border-radius:6px;border:1px white solid;background-color:#fff0;color:#fff;transition:1s}.products .product .bottom .cart[data-v-5d72cce0]:hover{border:1px white solid;background-color:#fff;color:#000}.products .product .bottom .cart:hover svg[data-v-5d72cce0]{fill:#000}.products .product .bottom .cart svg[data-v-5d72cce0]{fill:#fff;width:20px;height:10px}@media (max-width: 750px){.products[data-v-5d72cce0]{display:grid;gap:30px;margin:0 25px;grid-template-columns:repeat(2,minmax(220px,1fr));grid-auto-rows:400px}}@media (max-width: 550px){.products[data-v-5d72cce0]{gap:30px;grid-template-columns:repeat(2,minmax(150px,1fr));grid-auto-rows:300px}.products .product[data-v-5d72cce0]{background-color:#363636;color:#fff;display:flex;justify-content:center;align-items:center;flex-direction:column;border-radius:12px}.products .product img[data-v-5d72cce0]{object-fit:cover;width:100%;height:100%;max-height:280px;aspect-ratio:1/1}}@media (max-width: 370px){.products[data-v-5d72cce0]{gap:20px;grid-template-columns:repeat(2,minmax(100px,1fr));grid-auto-rows:250px}.products .product[data-v-5d72cce0]{background-color:#363636;color:#fff;display:flex;justify-content:center;align-items:center;flex-direction:column;border-radius:12px}.products .product img[data-v-5d72cce0]{object-fit:cover;width:100%;height:100%;max-height:280px;aspect-ratio:1/1}.products .product .cart[data-v-5d72cce0]{height:40px!important}}@media (max-width: 300px){.products[data-v-5d72cce0]{gap:30px;grid-template-columns:repeat(1,minmax(100px,1fr));grid-auto-rows:250px}.products .product[data-v-5d72cce0]{background-color:#363636;color:#fff;display:flex;justify-content:center;align-items:center;flex-direction:column;border-radius:12px}.products .product img[data-v-5d72cce0]{object-fit:cover;width:100%;height:100%;max-height:120px;aspect-ratio:1/1}.products .product .cart[data-v-5d72cce0]{height:40px!important}}.grid[data-v-8f2d3957]{margin-top:150px;min-height:300px;padding:0 10px;gap:20px;background-color:#363636;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-template-rows:repeat(auto-fit,minmax(100px,1fr))}.grid h1[data-v-8f2d3957]{font-size:clamp(18px,3vw,40px);margin-bottom:10px}.grid a[data-v-8f2d3957]{color:#00bdd6!important}.grid a[data-v-8f2d3957]:hover{background-color:#00bdd6a9}.bottom[data-v-8f2d3957]{width:100vw;background-color:#007584;color:#fff;display:flex;justify-content:center;align-items:center;height:30px}main[data-v-44fd504a]{width:100vw;height:100vh;display:flex;justify-content:flex-start;align-items:center;flex-direction:column}main h1[data-v-44fd504a]{margin-top:100px;font-size:max(50px,12vw);color:#fff;font-weight:600;text-align:center}main p[data-v-44fd504a]{font-size:max(14px,1.5vw)}main .effect[data-v-44fd504a]{position:absolute;top:0;z-index:-1;width:100vw;height:100vh;display:flex;justify-content:center;align-items:flex-end;overflow:hidden}main .effect[data-v-44fd504a]:after{content:"";position:absolute;left:50%;transform:translate(-50%);height:5%;width:125vh;bottom:-5px;background:linear-gradient(180deg,#8ba72000,#00c3ff);pointer-events:none}main .effect .col[data-v-44fd504a]:nth-child(1){position:absolute;bottom:-12.5vh;color:#00c3ff;background-color:#00c3ff80;height:25vh;aspect-ratio:1/1;border-top-left-radius:50%;border-top-right-radius:50%}main .effect .col[data-v-44fd504a]:nth-child(2){position:absolute;bottom:-25vh;color:#00c3ff;background-color:#00c3ff66;height:50vh;aspect-ratio:1/1;border-top-left-radius:50%;border-top-right-radius:50%}main .effect .col[data-v-44fd504a]:nth-child(3){position:absolute;bottom:-37.5vh;color:#00c3ff;background-color:#00c3ff4d;height:75vh;aspect-ratio:1/1;border-top-left-radius:50%;border-top-right-radius:50%}main .effect .col[data-v-44fd504a]:nth-child(4){position:absolute;bottom:-50vh;color:#00c3ff;background-color:#00c3ff33;height:100vh;aspect-ratio:1/1;border-top-left-radius:50%;border-top-right-radius:50%}main .effect .col[data-v-44fd504a]:nth-child(5){position:absolute;bottom:-62.5vh;color:#00c3ff;background-color:#00c3ff1a;height:125vh;aspect-ratio:1/1;border-top-left-radius:50%;border-top-right-radius:50%}main .effect .col[data-v-44fd504a]:nth-child(6){position:absolute;bottom:-75vh;color:#00c3ff;background-color:#00c3ff00;height:150vh;aspect-ratio:1/1;border-top-left-radius:50%;border-top-right-radius:50%}.paralax[data-v-44fd504a]{height:100vh;width:300vw;display:flex;align-items:center;overflow:hidden}.paralax .section[data-v-44fd504a]{width:100vw;height:80vh;display:flex;align-items:center;justify-content:center}.paralax .section .sq[data-v-44fd504a]{width:50vw;height:80vh;display:flex;align-items:center;justify-content:center}.paralax .section .sq img[data-v-44fd504a]{max-width:80vw;object-fit:contain;height:100%}@media (max-width: 750px){.sq[data-v-44fd504a]{width:96vw!important}}
