@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap";:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}*{margin:0;padding:0;box-sizing:border-box}body{background-color:#fff}#app{scroll-snap-type:y mandatory}#app>.side,#app>#home{scroll-snap-align:start}#home[data-v-4f06672f]{width:100%;height:100vh;display:flex;scroll-snap-align:start}#home canvas[data-v-4f06672f]{width:100%;height:100%}#home .sides[data-v-4f06672f]{position:absolute;left:0;top:0;width:100%;height:100%;display:flex}#home .side[data-v-4f06672f]{width:50%;height:100%;display:flex;justify-content:center;align-items:center;color:#000;font-family:Poppins,Inter,Arial,Helvetica,sans-serif;font-size:44px;font-weight:700;text-transform:uppercase;overflow-x:hidden;transition:width 4s cubic-bezier(.07,.94,.32,1)}#home .side.closed[data-v-4f06672f]{width:0%}#home .side.open[data-v-4f06672f]{width:100%}#home .side.antagonist[data-v-4f06672f]{color:#fff}#home .text[data-v-4f06672f]{cursor:pointer;padding:20px}#home .at[data-v-4f06672f]{height:100px;background-color:green;transition:width 5s cubic-bezier(0,1.44,.8,.84)}div[data-v-ba99bf31]{position:absolute;z-index:100;top:0;left:0;width:100vw;height:100vh;background-color:#fff;display:flex;justify-content:center;align-items:center;transition:transform .5s ease-in}.hide[data-v-ba99bf31]{transform:translate(-100%);pointer-events:none}.remove[data-v-ba99bf31]{display:none}header[data-v-829845a1]{position:fixed;top:0;right:0;display:flex;justify-content:space-between;align-items:center;width:220px;height:50px;padding:0 20px;margin-top:5px;transition:opacity 1s ease-in-out}header .cart[data-v-829845a1]{position:relative}header .cart-qty[data-v-829845a1]{color:#000;position:absolute;top:0;right:5px}header .hide[data-v-829845a1]{opacity:0;pointer-events:none}header svg[data-v-829845a1]{fill:#000}header path[data-v-829845a1]{fill:#000}header g[data-v-829845a1]{fill:#000}header .cart svg[data-v-829845a1]{fill:#000}header .cart path[data-v-829845a1]{stroke:#000}header .dark svg[data-v-829845a1]{fill:#fff}header .dark path[data-v-829845a1]{fill:#fff}header .dark g[data-v-829845a1]{fill:#fff}header .dark .cart svg[data-v-829845a1]{fill:#fff}header .dark .cart path[data-v-829845a1]{stroke:#fff}.back-to-top[data-v-e2fa5a28]{position:fixed;right:15px;bottom:15px;width:50px;height:50px;border-radius:100px;background-color:#000;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:transform .3s ease-in-out,opacity 1s ease-in-out}.back-to-top .dark[data-v-e2fa5a28]{background-color:#fff}.back-to-top svg[data-v-e2fa5a28]{fill:#000;width:20px;height:20px;fill:#fff}.back-to-top.hide[data-v-e2fa5a28]{opacity:0;pointer-events:none}.back-to-top[data-v-e2fa5a28]:hover{transform:scale(1.1)}.items-wrapper[data-v-9278049c]{height:100%;width:100%;display:flex}.items-wrapper .line-wrapper[data-v-9278049c]{width:20px;height:100%;display:flex;align-items:center;justify-content:flex-end}.items-wrapper .line-wrapper .line[data-v-9278049c]{width:1px;height:95%;background-color:#000}.items-wrapper .items[data-v-9278049c]{display:flex;flex-direction:column;align-items:center;justify-content:space-around}.items-wrapper .items .item[data-v-9278049c]{font-size:18px;font-weight:400;width:100%;display:flex;align-items:center;justify-content:flex-start;cursor:pointer;transition:transform .5s ease-in-out}.items-wrapper .items .item .item-line[data-v-9278049c]{width:50px;height:1px;background-color:#000;transition:width .5s ease-in-out}.items-wrapper .items .item p[data-v-9278049c]{padding-left:10px;transition:opacity .2s ease-in-out}.items-wrapper .items .item.selected.above[data-v-9278049c]{transform:translateY(300%)}.items-wrapper .items .item.selected.below[data-v-9278049c]{transform:translateY(-300%)}.items-wrapper .items .item.selected .item-line[data-v-9278049c]{position:relative;width:200px}.items-wrapper .items .item.selected .item-line[data-v-9278049c]:after{content:"";width:5px;height:5px;border-radius:50%;border:2px solid black;position:absolute;top:50%;right:-7px;transform:translateY(-50%)}.items-wrapper .items .item.selected p[data-v-9278049c]{opacity:0}.side[data-v-b90c5cc1]{width:100%;height:100vh;background-color:#fff;color:#000;display:grid;grid-template-columns:5fr 510px 160px 10fr}.side>div[data-v-b90c5cc1]{height:100vh}.side.dark[data-v-b90c5cc1]{background-color:#000;color:#fff}.side .photo[data-v-b90c5cc1]{display:flex;align-items:end;justify-content:center}.side .photo img[data-v-b90c5cc1]{height:90%}.side .info[data-v-b90c5cc1]{display:flex;flex-direction:column;justify-content:space-between}.side .info .description-container .description[data-v-b90c5cc1]{height:400px;min-height:400px;width:100%;max-width:700px;margin-top:100px;font-family:Poppins,sans-serif}.side .info .description-container .description h1[data-v-b90c5cc1]{margin-bottom:5px;color:#000;font-size:40px;font-weight:700}.side .info .description-container .description p[data-v-b90c5cc1]{margin-bottom:10px;color:#585858;font-size:20px;font-weight:400}.side .info .description-container .description button[data-v-b90c5cc1]{border:none;background:none;margin:0;padding:0;color:#585858;text-decoration:underline;font-size:16px;cursor:pointer}.side .info .buy-container[data-v-b90c5cc1]{height:400px;min-height:400px;margin-right:20px;display:flex;justify-content:flex-end;align-items:center}.side .info .buy-container .buy[data-v-b90c5cc1]{width:100%;max-width:600px;height:201px;font-family:Poppins,sans-serif}.side .info .buy-container .buy div[data-v-b90c5cc1]{margin-top:5px}.side .info .buy-container .buy button[data-v-b90c5cc1]{border:none;background:none;text-align:left;margin:10px 0 0;padding:0;color:#bcbcbc;font-size:18px;cursor:pointer}.side .info .buy-container .buy button.selected[data-v-b90c5cc1]{color:#000}.side .info .buy-container .buy .gender-wrapper[data-v-b90c5cc1]{width:100%}.side .info .buy-container .buy .gender-wrapper .genders[data-v-b90c5cc1]{width:100%;margin:0 auto;display:flex;gap:20px}.side .info .buy-container .buy .gender-wrapper .genders button[data-v-b90c5cc1]{min-width:100px;max-width:100px;padding:2px 10px}.side .info .buy-container .buy .size-wrapper[data-v-b90c5cc1]{width:100%}.side .info .buy-container .buy .size-wrapper .sizes[data-v-b90c5cc1]{width:100%;margin:0 auto;display:flex;justify-content:space-between;gap:20px}.side .info .buy-container .buy .size-wrapper .sizes button[data-v-b90c5cc1]{padding:2px 10px}.side .info .buy-container .buy .price[data-v-b90c5cc1]{width:100%;text-align:right}.side .info .buy-container .buy .price h1[data-v-b90c5cc1]{margin:0 9px 0 0;padding:0;color:#000;font-size:25px;font-weight:400}.side .info .buy-container .buy .add-to-cart[data-v-b90c5cc1]{width:100%;height:50px;margin:10px 0 0;padding:0;display:flex;justify-content:center}.side .info .buy-container .buy .add-to-cart button[data-v-b90c5cc1]{width:97%;height:50px;padding:0 10px;margin:auto;background-color:#000;text-align:center;color:#fff;font-size:20px}
