@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,700;1,400&display=swap";.App{width:100vw;height:100vh;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.configurator{bottom:25vh;width:360px;display:flex;flex-direction:column;gap:16px}.configurator__section__title{text-transform:uppercase;font-weight:700;font-family:Poppins,sans-serif;color:#fff}.configurator__section__values{display:flex;flex-direction:row;gap:32px;align-items:center;flex-wrap:wrap;padding:16px 0}.item{display:flex;flex-direction:column;align-items:center;transition:all .4s}.item:hover{cursor:pointer;opacity:.9}.item__dot{width:22px;height:22px;border-radius:100%;border:solid 2px #999999}.item.item--active .item__dot{border:solid 2px white}.item__label{text-align:center;font-weight:700;font-size:12px;color:#aaa;text-transform:capitalize}.item.item--active .item__label{color:#fff}.SignupMain{height:100vh;width:100vw;display:grid;grid-template-columns:1fr 1.5fr;grid-template-rows:1fr}.division{display:flex;justify-content:center;align-items:center;text-align:center}input{border-radius:5px;margin-bottom:20px;height:45px;width:350px}._navbar_deic_1{background-color:#282c34;color:#fafafa;width:100%;box-shadow:0 2px 8px #0003;position:fixed;top:0;z-index:1000}._navContainer_deic_21{max-width:1200px;margin:0 auto;padding:0 1rem;height:70px;display:flex;align-items:center;justify-content:space-between}._logo_deic_41{font-weight:700;font-size:1.5rem;letter-spacing:2px;color:inherit}._desktopMenu_deic_55 ul{display:flex;gap:2rem;list-style:none}._desktopMenu_deic_55 li{position:relative;cursor:pointer}._desktopMenu_deic_55 a{text-decoration:none;color:inherit;font-weight:500;transition:color .3s ease}._desktopMenu_deic_55 a:hover,._activeLink_deic_99{color:hsl(var(--accent-foreground))}._dropdownMenu_deic_107{position:absolute;top:6vh;left:0;background-color:#282c34;min-width:180px;border-radius:.75rem;padding:.5rem 0;box-shadow:0 4px 12px #0003;display:flex;flex-direction:column;transition:all .3s ease;opacity:0;visibility:hidden}._dropdown_deic_107:hover ._dropdownMenu_deic_107,._dropdownMenu_deic_107:hover{opacity:1;visibility:visible}._dropdownMenu_deic_107 li{padding:.5rem 1rem}._dropdownMenu_deic_107 li a{color:inherit}._arrow_deic_167{vertical-align:middle;transition:transform .3s ease}._icons_deic_179{display:flex;gap:1rem}._iconLink_deic_189{color:inherit}._mobileToggle_deic_199{display:none;cursor:pointer}._mobileMenu_deic_209{display:none;background-color:#282c34;color:#fafafa;position:absolute;top:70px;left:0;width:100%;transition:max-height .3s ease;overflow:hidden}._mobileMenu_deic_209._open_deic_233{display:block}._mobileMenu_deic_209 ul{list-style:none;padding:1rem;display:flex;flex-direction:column;gap:1rem}._mobileMenu_deic_209 li{cursor:pointer}._mobileDropdown_deic_265{padding-left:1rem;display:flex;flex-direction:column;gap:.5rem;background-color:#282c34}@media screen and (max-width: 768px){._desktopMenu_deic_55{display:none}._mobileToggle_deic_199{display:block}}._PoloModel_vxnyg_3{display:flex;flex-direction:column;height:100vh;background-color:#fff;position:relative}._LandingHeading_vxnyg_19 p{padding:0;margin:0}._LandingHeading_vxnyg_19{top:12%;flex-shrink:0;width:100%;text-align:center;font-size:200px;display:flex;justify-content:center;align-items:center;color:#282c34;padding:20px 0;z-index:1;position:absolute}._canvasContainer_vxnyg_61{flex:1;position:relative;min-height:0}._threeCanvas_vxnyg_73{width:100%;height:100%}@media screen and (max-width: 768px){._LandingHeading_vxnyg_19{font-size:75px;padding:10px 0}._PoloModel_vxnyg_3{height:100vh}}._NewText_1uat1_1{font-family:Montserrat,sans-serif;margin-left:40px;font-weight:600;font-size:50px;padding-top:50px;padding-bottom:50px}._NewInMain_1uat1_19{color:#0c1d42;height:100%;width:100%;overflow-x:hidden;background-color:#fff}._NewMain_1uat1_39{display:flex;flex-wrap:wrap;grid-gap:3rem 5rem;justify-content:center;align-items:center}._NewMain1_1uat1_63{display:none}._listContainer_1uat1_95{height:400px;width:300px;text-align:center}._Image_1uat1_111{height:300px;width:300px;background-color:#aaa}@media screen and (max-width: 768px){._NewText_1uat1_1{display:flex;align-items:center;justify-content:center;font-size:30px;width:100%;margin:0}}._base_9vtao_1{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;border-radius:10px;font-size:.875rem;font-weight:500;transition:background-color .2s,color .2s;cursor:pointer;outline:none}._base_9vtao_1:disabled{pointer-events:none;opacity:.5}._base_9vtao_1 svg{pointer-events:none;width:1rem;height:1rem;flex-shrink:0}._default_9vtao_28{background-color:var(--primary);color:var(--primary-foreground)}._default_9vtao_28:hover{background-color:hsl(0 0% 15%,.9)}._destructive_9vtao_38{background-color:var(--destructive);color:var(--destructive-foreground)}._destructive_9vtao_38:hover{background-color:#dc2626e6}._outline_9vtao_47{border:1px solid var(--input);background-color:var(--background)}._outline_9vtao_47:hover{background-color:var(--accent);color:var(--accent-foreground)}._secondary_9vtao_57{background-color:var(--secondary);color:var(--secondary-foreground)}._secondary_9vtao_57:hover{background-color:#6c7a89cc}._ghost_9vtao_66:hover{background-color:var(--accent);color:var(--accent-foreground)}._link_9vtao_71{color:var(--primary);text-decoration:underline}._link_9vtao_71:hover{text-decoration:underline}._default_9vtao_28{height:2.5rem;padding:0 1rem}._sm_9vtao_86{height:2.25rem;padding:0 .75rem;border-radius:.375rem}._lg_9vtao_92{height:2.75rem;padding:0 2rem;border-radius:.375rem}._icon_9vtao_98{width:2.5rem;height:2.5rem}._ProdMain_562kq_1{background-color:#000;color:#fff;height:100%;display:grid;grid-template-columns:35rem 35rem;grid-gap:13rem;align-items:center;justify-content:center}@media screen and (max-width: 768px){._ProdMain_562kq_1{display:flex;flex-wrap:wrap;justify-content:center}._landingModel_562kq_35{height:100px;width:100px}}._Detp_562kq_55{font-family:Montserrat,sans-serif;font-weight:600;font-size:30px}._landingModel_562kq_35{height:500px;width:500px}._Size1_562kq_75{display:flex;align-items:center}._small_562kq_87,._medium_562kq_107,._Large_562kq_129,._XL_562kq_151{display:flex;align-items:center;justify-content:center;height:32px;width:32px;border:2px solid white;border-radius:5px;margin-right:10px}._cartButton_562kq_173 Button{margin-top:30px;width:400px}._imageUpload_562kq_183{margin:20px 0}._uploadArea_562kq_191{border:2px dashed #ccc;border-radius:8px;padding:20px;text-align:center;cursor:pointer;transition:border-color .3s ease;margin:10px 0}._uploadArea_562kq_191:hover{border-color:#007bff}._uploadPlaceholder_562kq_219{color:#666}._uploadPlaceholder_562kq_219 span{font-size:2rem;display:block;margin-bottom:10px}._preview_562kq_239{position:relative}._preview_562kq_239 img{max-width:100%;max-height:150px;border-radius:4px}._preview_562kq_239 p{margin-top:10px;color:#666;font-size:.9rem}._supportedFormats_562kq_271{font-size:.8rem!important;color:#999!important;margin-top:5px!important}._container_h2b7y_1{display:flex;min-height:100vh}._leftImage_h2b7y_6{display:none;position:relative;overflow:hidden}@media (min-width: 1024px){._leftImage_h2b7y_6{display:flex;width:50%}}._image_h2b7y_19{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}._gradient_h2b7y_27{position:absolute;inset:0;background:linear-gradient(to right,rgba(79,70,229,.2),transparent)}._rightForm_h2b7y_33{flex:1;display:flex;align-items:center;justify-content:center;background-color:var(--background)}._formWrapper_h2b7y_42{width:100%;max-width:28rem;display:flex;flex-direction:column;gap:2rem}._header_h2b7y_50{text-align:center;display:flex;flex-direction:column;gap:.5rem}._title_h2b7y_57{font-size:1.875rem;font-weight:700;color:var(--foreground)}._subtitle_h2b7y_63{color:var(--muted-foreground)}._form_h2b7y_42{display:flex;flex-direction:column;gap:1.5rem}._inputGroup_h2b7y_73{display:flex;flex-direction:column;gap:.5rem}._label_h2b7y_79{color:var(--foreground)}._input_h2b7y_73{height:3rem;padding:0 .75rem;border:1px solid var(--border);background-color:var(--card);transition:border-color .3s}._input_h2b7y_73:focus{border-color:var(--primary);outline:none}._passwordWrapper_h2b7y_96{position:relative}._eyeButton_h2b7y_104{position:absolute;right:.75rem;top:25%;transform:translateY(-25%);color:var(--muted-foreground);background:none;border:none;cursor:pointer}._eyeButton_h2b7y_104:hover{color:var(--foreground)}._eyeIcon_h2b7y_119{width:1.25rem;height:1.25rem}._forgotPassword_h2b7y_124{display:flex;justify-content:flex-end}._forgotButton_h2b7y_129{font-size:.875rem;color:var(--muted-foreground);background:none;border:none;cursor:pointer}._forgotButton_h2b7y_129:hover{color:var(--foreground)}._submitButton_h2b7y_141{width:100%;height:3rem;background-color:var(--primary);color:var(--primary-foreground);transition:opacity .3s}._submitButton_h2b7y_141:hover{opacity:.9}._toggle_h2b7y_153{text-align:center}._toggleButton_h2b7y_157{font-size:.875rem;color:var(--muted-foreground);background:none;border:none;cursor:pointer}._toggleButton_h2b7y_157:hover{color:var(--foreground)}._toggleButton_h2b7y_157 span{font-weight:500;color:var(--foreground)}._googleWrapper_h2b7y_174{display:flex;flex-direction:column;align-items:center}._orText_h2b7y_181{margin:1rem 0;color:#888;font-size:.9rem;text-transform:uppercase}._googleButton_h2b7y_188{display:flex;align-items:center;justify-content:center;gap:.6rem;background-color:#fff;border:1px solid #ddd;color:#444;width:100%;max-width:360px;font-weight:500;transition:background-color .3s ease}._googleButton_h2b7y_188:hover{background-color:#f3f3f3}._googleIcon_h2b7y_206{width:20px;height:20px}._passwordWrapper_h2b7y_96{position:relative;display:flex;align-items:center}._inputWithIcon_h2b7y_100{padding-right:2.5rem}._eyeButton_h2b7y_104{position:absolute;right:.75rem;background:transparent;border:none;cursor:pointer;color:#666}._eyeIcon_h2b7y_119{width:18px;height:18px}._base_1ued5_1{display:flex;width:100%;height:2.5rem;border-radius:.375rem;border:1px solid var(--input);background-color:var(--background);padding:.5rem .75rem;font-size:1rem;color:var(--foreground);outline:none;transition:border-color .2s,box-shadow .2s}._base_1ued5_1::placeholder{color:var(--muted-foreground)}._base_1ued5_1:focus-visible{outline:none;ring-offset-width:2px;box-shadow:0 0 0 2px var(--ring)}._base_1ued5_1:disabled{cursor:not-allowed;opacity:.5}._base_1ued5_1[type=file]{border:0;background:transparent;font-size:.875rem;font-weight:500;color:var(--foreground)}._base_1ued5_1[type=file]::-webkit-file-upload-button{border:none;background:transparent;font-weight:500;font-size:.875rem;color:var(--foreground);cursor:pointer}._base_v8uab_1{font-size:.875rem;font-weight:500;line-height:1}._base_v8uab_1:disabled,._base_v8uab_1[disabled]{cursor:not-allowed;opacity:.7}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}:root{--background: hsl(30 20% 98%);--foreground: hsl(0 0% 10%);--card: hsl(0 0% 100%);--card-foreground: hsl(0 0% 10%);--popover: hsl(0 0% 100%);--popover-foreground: hsl(0 0% 10%);--primary: hsl(0 0% 15%);--primary-foreground: hsl(30 20% 98%);--secondary: hsl(30 25% 92%);--secondary-foreground: hsl(0 0% 15%);--muted: hsl(30 15% 95%);--muted-foreground: hsl(0 0% 45%);--accent: hsl(35 60% 85%);--accent-foreground: hsl(0 0% 15%);--destructive: hsl(0 84.2% 60.2%);--destructive-foreground: hsl(30 20% 98%);--border: hsl(30 15% 88%);--input: hsl(30 15% 90%);--ring: hsl(0 0% 15%);--radius: .75rem;--gradient-elegant: linear-gradient(135deg, hsl(0 0% 15%), hsl(0 0% 25%));--shadow-soft: 0 4px 20px rgba(0, 0, 0, .08);--transition-smooth: all .3s cubic-bezier(.4, 0, .2, 1);--sidebar-background: hsl(0 0% 98%);--sidebar-foreground: hsl(240 5.3% 26.1%);--sidebar-primary: hsl(240 5.9% 10%);--sidebar-primary-foreground: hsl(0 0% 98%);--sidebar-accent: hsl(240 4.8% 95.9%);--sidebar-accent-foreground: hsl(240 5.9% 10%);--sidebar-border: hsl(220 13% 91%);--sidebar-ring: hsl(217.2 91.2% 59.8%)}.dark{--background: hsl(0 0% 10%);--foreground: hsl(30 20% 98%);--card: hsl(0 0% 12%);--card-foreground: hsl(30 20% 98%);--popover: hsl(0 0% 12%);--popover-foreground: hsl(30 20% 98%);--primary: hsl(30 20% 98%);--primary-foreground: hsl(0 0% 15%);--secondary: hsl(0 0% 18%);--secondary-foreground: hsl(30 20% 98%);--muted: hsl(0 0% 18%);--muted-foreground: hsl(0 0% 65%);--accent: hsl(35 30% 25%);--accent-foreground: hsl(30 20% 98%);--destructive: hsl(0 62.8% 30.6%);--destructive-foreground: hsl(30 20% 98%);--border: hsl(0 0% 20%);--input: hsl(0 0% 20%);--ring: hsl(30 20% 80%);--gradient-elegant: linear-gradient(135deg, hsl(0 0% 8%), hsl(0 0% 18%));--shadow-soft: 0 4px 20px rgba(0, 0, 0, .4);--sidebar-background: hsl(240 5.9% 10%);--sidebar-foreground: hsl(240 4.8% 95.9%);--sidebar-primary: hsl(224.3 76.3% 48%);--sidebar-primary-foreground: hsl(0 0% 100%);--sidebar-accent: hsl(240 3.7% 15.9%);--sidebar-accent-foreground: hsl(240 4.8% 95.9%);--sidebar-border: hsl(240 3.7% 15.9%);--sidebar-ring: hsl(217.2 91.2% 59.8%)}*{box-sizing:border-box;border-color:hsl(var(--border))}body{background-color:hsl(var(--background));color:hsl(var(--foreground));font-family:system-ui,sans-serif;margin:0;padding:0}
