@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap);body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}:root{--color-background:#fff;--color-surface:#f8f9fa;--color-surface-elevated:#fff;--color-border:#e5e7eb;--color-border-light:#f3f4f6;--color-text-primary:#1d1d1c;--color-text-secondary:#6b7280;--color-text-tertiary:#9ca3af;--color-primary:#1d1d1c;--color-primary-hover:#000;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--shadow-xl:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;--color-overlay:#00000080;--color-success:#10b981;--color-error:#ef4444;--color-warning:#f59e0b;--color-info:#3b82f6}@media (prefers-color-scheme:dark){:root{--color-background:#0f0f0f;--color-surface:#1a1a1a;--color-surface-elevated:#252525;--color-border:#2d2d2d;--color-border-light:#252525;--color-text-secondary:#d1d5db;--color-text-tertiary:#9ca3af;--color-primary:#fff;--color-primary-hover:#e5e7eb;--shadow-sm:0 1px 2px 0 #0000004d;--shadow-md:0 4px 6px -1px #0006,0 2px 4px -1px #0000004d;--shadow-lg:0 10px 15px -3px #00000080,0 4px 6px -2px #0006;--shadow-xl:0 20px 25px -5px #0009,0 10px 10px -5px #00000080;--color-overlay:#000000bf;--color-success:#34d399;--color-error:#f87171;--color-warning:#fbbf24;--color-info:#60a5fa}}*{box-sizing:border-box;margin:0;padding:0}html{transition:background-color .3s ease,color .3s ease}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Satoshi,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;overflow-x:hidden;padding:0}.App,body{background-color:#fff;background-color:var(--color-background);color:#1d1d1c;color:var(--color-text-primary);transition:background-color .3s ease,color .3s ease}.App{min-height:100vh}code{border-radius:4px;font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace;font-size:.9em;padding:.2rem .4rem}code,pre{background-color:#f8f9fa;background-color:var(--color-surface)}pre{border:1px solid #e5e7eb;border:1px solid var(--color-border);border-radius:8px;overflow-x:auto;padding:1rem}a{color:#1d1d1c;color:var(--color-primary);text-decoration:none;transition:color .2s ease}a:hover{color:#000;color:var(--color-primary-hover)}input,select,textarea{border:1px solid #e5e7eb;border:1px solid var(--color-border);color:#1d1d1c;color:var(--color-text-primary);transition:background-color .3s ease,border-color .3s ease,color .3s ease}input:focus,select:focus,textarea:focus{border-color:#1d1d1c;border-color:var(--color-primary);outline:none}input::placeholder,textarea::placeholder{color:#9ca3af;color:var(--color-text-tertiary)}button{border:none;color:#fff;color:var(--color-background);transition:background-color .2s ease,transform .2s ease}button:hover:not(:disabled){background-color:#000;background-color:var(--color-primary-hover)}button:disabled{cursor:not-allowed;opacity:.6}img{display:block;height:auto;max-width:100%}::-webkit-scrollbar{height:10px;width:10px}::-webkit-scrollbar-track{background:#f8f9fa;background:var(--color-surface)}::-webkit-scrollbar-thumb{background:#e5e7eb;background:var(--color-border);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#9ca3af;background:var(--color-text-tertiary)}::selection{background-color:#1d1d1c;background-color:var(--color-primary);color:#fff;color:var(--color-background)}::-moz-selection{background-color:#1d1d1c;background-color:var(--color-primary);color:#fff;color:var(--color-background)}*,:after,:before{transition-duration:.3s;transition-property:background-color,border-color,color,fill,stroke;transition-timing-function:ease}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}:focus-visible{outline:2px solid #1d1d1c;outline:2px solid var(--color-primary);outline-offset:2px}.sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.loading-skeleton{animation:loading 1.5s ease-in-out infinite;background:linear-gradient(90deg,#f8f9fa,#f3f4f6 50%,#f8f9fa);background:linear-gradient(90deg,var(--color-surface) 0,var(--color-border-light) 50%,var(--color-surface) 100%);background-size:200% 100%}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.text-primary{color:#1d1d1c;color:var(--color-text-primary)}.text-secondary{color:#6b7280;color:var(--color-text-secondary)}.text-tertiary{color:#9ca3af;color:var(--color-text-tertiary)}.bg-surface{background-color:#f8f9fa;background-color:var(--color-surface)}.bg-elevated{background-color:#fff;background-color:var(--color-surface-elevated)}.border-default{border-color:#e5e7eb;border-color:var(--color-border)}.shadow-sm{box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm)}.shadow-md{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow-md)}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg)}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;box-shadow:var(--shadow-xl)}.webgl_container__Ugsbo{align-items:center;display:flex;flex-direction:column;height:100svh;justify-content:center;text-align:center;width:100%}.webgl_cart-overlay__SvlxW{background-color:#ffffffe6;bottom:0;left:0;position:absolute;right:0;top:0;z-index:10}.webgl_loading__junKa{padding:20px;text-align:center}.webgl_progressBar__vCQ0B{background-color:#f0f0f0;border-radius:10px;height:20px;margin:10px auto;max-width:400px;overflow:hidden;width:100%}.webgl_progressFill__mHL0w{background-color:#4caf50;height:100%;transition:width .3s ease}.webgl_permissionButton__nJKVc{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;margin:20px;padding:10px 20px;transition:background-color .3s ease}.webgl_permissionButton__nJKVc:hover{background-color:#0056b3}.style_icon__tk9u0{cursor:pointer;height:24px;width:24px}@media (max-width:1024px){.style_icon__tk9u0{display:none}}.style_dropdownButton__DcDYr{align-items:center;display:none;height:35px;justify-content:center;width:35px}@media (max-width:1024px){.style_dropdownButton__DcDYr{display:block}}.style_dropdownMenu__XOM6r{background-color:#fff;border:2px solid #ddd;border-radius:16px;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;padding:10px;position:fixed;right:0;top:12%;width:150px;z-index:1000}.style_container__s7H8f{align-items:center;border-top-left-radius:16px;border-top-right-radius:16px;cursor:pointer;display:flex;flex-direction:row;height:24px;margin:0;padding-bottom:15px;padding-left:21px;padding-top:24px}.style_icon__4MDz6{height:24px;margin-right:18px;width:24px}.style_container__pRbKL{align-items:center;border-top-left-radius:16px;border-top-right-radius:16px;cursor:pointer;display:flex;flex-direction:row;height:24px;margin:0;padding-bottom:15px;padding-left:21px;padding-top:24px}.style_icon__ysAhW{height:24px;margin-right:18px;width:24px}.style_container__1iurG{align-items:center;border-top-left-radius:16px;border-top-right-radius:16px;cursor:pointer;display:flex;flex-direction:row;height:24px;margin:0;padding-bottom:15px;padding-left:21px;padding-top:24px}.style_icon__5RjLx{height:24px;margin-right:18px;width:24px}.style_container__tuxPw{align-items:center;border-top-left-radius:16px;border-top-right-radius:16px;cursor:pointer;display:flex;flex-direction:row;height:24px;margin:0;padding-bottom:15px;padding-left:21px;padding-top:24px}.style_icon__4dvHG{height:24px;margin-right:18px;width:24px}.style_container__pDjvF{align-items:center;border-top-left-radius:16px;border-top-right-radius:16px;cursor:pointer;display:flex;flex-direction:row;height:24px;margin:0;padding-bottom:15px;padding-left:21px;padding-top:24px}.style_icon__YWpZ2{height:24px;margin-right:18px;width:24px}.style_icon__nJBhA{height:18px;width:22px}.style_container__lh2K\+{align-items:center;cursor:pointer;display:flex;flex-direction:row;justify-content:center}.style_textSpan__83sWz{white-space:nowrap}@media (max-width:1024px){.style_icon__nJBhA{display:none}}.style_icon__CKOME{cursor:pointer;height:18px;width:22px}@media (max-width:1024px){.style_icon__CKOME{display:none}}.style_container__BTQIh{align-content:center;align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-right:62px;width:200px}@media (max-width:1024px){.style_container__BTQIh{justify-content:center;width:50px}}@media (max-width:700px){.style_container__BTQIh{margin-right:5px}}.style_container__mZRie{display:flex;justify-content:center;width:100%}.style_input__uI20i{border:2px solid #ddd;border-radius:24px;height:48px;outline:none;padding-left:50px;width:100%}.style_input__uI20i:focus{border-color:#ddd;box-shadow:none}.style_inputWrapper__qOO0W{display:flex;position:relative;width:50%}.style_icon__dg-rB{left:15px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);z-index:10}@media (max-width:700px){.style_inputWrapper__qOO0W{display:flex;position:relative;width:100%}}@media (max-width:560px){.style_container__mZRie{justify-content:center;width:50%}.style_inputWrapper__qOO0W{display:flex;position:relative;width:100%}}.style_nav__bcii9{align-items:center;background:#fff;display:flex;flex-direction:row;height:100px;margin-top:9px;width:100%}.style_icon__w299j{cursor:pointer;font-weight:700;margin-left:50px;width:50px}@media (max-width:700px){.style_nav__bcii9{display:flex;gap:20px;justify-content:center}.style_icon__w299j{margin-left:15px}}@media (max-width:560px){.style_icon__w299j{width:20%}}.style_container__-RuNd{align-items:center;border-top:2px solid #ddd;bottom:0;box-sizing:border-box;display:flex;flex-direction:row;height:24px;margin:0;padding-bottom:22px;padding-left:21px;padding-top:30px;position:absolute;width:100%}.style_icon__p-ToO{height:24px;margin-right:18px;width:24px}.style_container__3c43D{align-items:center;border-bottom:2px solid #eee;border-top-left-radius:16px;border-top-right-radius:16px;display:flex;flex-direction:row;height:24px;margin:0;padding-bottom:15px;padding-left:21px;padding-top:15px}.style_icon__8Afum{height:24px;margin-right:18px;width:24px}.style_container__thoxS{height:50%;margin-top:0;width:100%}.style_container__thoxS,.style_container__wTbzl{border-radius:16px;display:flex;flex-direction:column}.style_container__wTbzl{background-color:#fff;font-family:montserratReg;font-size:16px;font-weight:400;height:85%;margin-left:52px;margin-top:19px;position:relative;width:17.36%}@media (max-width:1024px){.style_container__wTbzl{display:none}}.style_container__CfUYo{align-items:center;border-bottom:2px solid #eee;border-top-left-radius:16px;border-top-right-radius:16px;display:flex;flex-direction:row;height:24px;margin:0;padding-bottom:15px;padding-left:21px;padding-top:15px}.style_txtCont__bmyiD{cursor:pointer}.style_icon__40WBl{margin-right:10px}.style_container__7UOO5{border-radius:8px;display:flex;flex-direction:column;height:139px;justify-content:space-between;margin-top:37px;text-align:left;width:500px}.style_head__2aoGe{font-weight:700}.style_label__2C9bV{color:#6a6a6a}@media (max-width:600px){.style_container__7UOO5{margin-bottom:25px;margin-left:25px;margin-top:0;.style_container__7UOO5{border-radius:8px;display:flex;flex-direction:column;height:139px;justify-content:space-between;margin-top:37px;text-align:left;width:500px}.style_container__7UOO5,.style_head__2aoGe{word-wrap:break-word;overflow-wrap:break-word}.style_head__2aoGe{font-weight:700}.style_label__2C9bV{color:#6a6a6a}@media (max-width:600px){.style_container__7UOO5{margin-bottom:25px;margin-left:25px;margin-top:0}}}}.style_container__HZ1Zd{align-items:center;border-radius:8px;display:flex;height:175px;justify-content:center;width:175px}.style_item__O3L9u{align-items:center;height:85%}.style_container__agc4F{box-sizing:border-box;height:136px;margin-right:60.25px;margin-top:23px;position:absolute;right:0;top:0;width:80.75px}.style_text__yTbfc{bottom:34px;color:#6a6a6a;font-size:14px;position:absolute;right:0}.style_circle__Uh4RG{align-content:center;border:1px solid #ccc;border-radius:50%;height:36px;position:absolute;right:0;top:0;width:36px}.style_rectangle__M1EAx{border:1px solid #ccc;border-radius:4px;bottom:0;display:flex;height:20.48px;left:0;position:absolute;width:80px}.style_part__uw\+E1{align-items:center;border-right:1px solid #ccc;display:flex;flex:1 1;justify-content:center}.style_part__uw\+E1:last-child{align-content:center;border-right:none}@media (max-width:1130px){.style_container__agc4F{margin-right:10px}}@media (max-width:1056px){.style_container__agc4F{margin-right:0}}@media (max-width:1024px){.style_container__agc4F{height:136px;margin-right:5px;margin-top:23px;width:80.75px}}@media (max-width:862px){.style_container__agc4F{margin-right:25px}}@media (max-width:643px){.style_container__agc4F{margin-right:0}}@media (max-width:600px){.style_container__agc4F{margin-bottom:25px;margin-left:25px;margin-top:0;position:relative}}.style_container__uoRMG{border-bottom:2px solid #eee;display:flex;flex-direction:row;height:224px;position:relative;width:100%}.style_itemImageContainer__6cqJ-{align-items:center;border:2px solid #eee;border-radius:8px;display:flex;flex-direction:column;justify-content:center;margin:23px 21px 26.59px 25px}@media (max-width:600px){.style_container__uoRMG{display:flex;flex-direction:column;height:500px}.style_itemImageContainer__6cqJ-{margin-bottom:25px}.style_itemImageContainer__6cqJ- img{height:80%;object-fit:contain;width:80%}}:root{--dynamic-width:52.77%}.style_container__QyNP-{-ms-overflow-style:none;background-color:#fff;border-radius:16px;display:flex;flex-direction:column;font-family:montserratReg;font-size:16px;font-weight:400;height:85%;margin-top:19px;overflow-y:scroll;scrollbar-width:none;width:52.77%;width:var(--dynamic-width)}.style_checkoutForm__87hif{display:flex;flex-direction:column;margin-left:25px;margin-right:47px;margin-top:25px;text-align:left}.style_namesContainer__e7y5B{display:flex;flex-direction:row}.style_formEntry__sfgdv{display:flex;flex-direction:column;margin-top:30px}.style_formEntry__sfgdv:last-child{margin-bottom:18px}input{height:35px}input,select{border:1px solid #000;border-radius:10px;padding-left:17px}select{height:40px}.style_fName__zlE0Y{display:flex;flex-direction:column;margin-right:20px;text-align:left;width:50%}.style_fName__zlE0Y input{width:93%}.style_lName__dWmT\+{display:flex;flex-direction:column;text-align:left;width:50%}.style_lName__dWmT\+ input{width:93%}@media (max-width:925px){.style_container__QyNP-{display:block;margin-left:5%;width:80vw}}@media (max-width:862px){.style_container__QyNP-{flex-shrink:0}}@media (max-width:620px){.style_container__QyNP-{flex-shrink:0;overflow-x:hidden}}@media (max-width:500px){.style_container__QyNP-{margin-right:15px}}@font-face{font-family:montserratReg;src:url(/static/media/montserrat.regular.e20d5327f1a05620c084.ttf)}:root{--summary-width:18.68%}button{cursor:pointer}.style_container__g3wA-{background-color:#fff;border-radius:16px;font-family:montserratReg;font-size:16px;font-weight:400;height:85%;margin-right:55px;margin-top:19px;width:18.68%;width:var(--summary-width)}.style_bagContainer__XZSFZ{align-content:center;border-bottom:1px solid #ddd;height:180px;width:100%}.style_orderBreakdownContainer__-YNv1{display:flex;flex-direction:row;height:227.46px;width:100%}.style_orderBreakdown__V3X51{font-size:12px;font-weight:100;margin-left:25px}.style_orderBreakdown__V3X51,.style_orderPrices__94NMA{align-content:center;color:#111;display:flex;flex-direction:column;height:161.73px;justify-content:space-between;margin-top:12.64px;text-align:left;width:91px}.style_orderPrices__94NMA{font-size:14px;font-weight:700;margin-left:41.87px}.style_voucherEntryContainer__EWrdm{border-bottom:1px solid #ddd;display:flex;flex-direction:row;height:50px;justify-content:center;padding-bottom:22.28px;width:100%}.style_voucherEntry__ZyiHO{display:flex;flex-direction:column;text-align:left;width:200px}.style_voucherInput__iePMg{border:2px solid #ddd;border-radius:8px;height:36px;outline:none;padding:0}.style_applyButton__oZRK-{background-color:#f5f5f5;border:1px solid #555;border-radius:8px;height:36px;margin-top:12.64px;outline:none}.style_totalDisplay__6Ns6G{display:flex;flex-direction:row}.style_total__j1S4P{margin-left:25px}.style_figure__oML-\+,.style_total__j1S4P{font-size:16px;font-weight:700;margin-top:12.26px}.style_figure__oML-\+{margin-left:90.87px}.style_payOption__nmweZ{display:flex;padding-left:57px;padding-right:57px;padding-top:20px;position:relative}.style_payDtsCnt__r30uF{align-items:flex-start;display:flex;flex-direction:column;gap:17px;justify-content:flex-start;padding-top:3px;position:relative}@font-face{font-family:inter;src:url(/static/media/Inter_18pt-Regular.86c330c66f7333ff6202.ttf)}.style_intTxt__EKop-{font-family:inter;font-size:12;font-weight:lighter;text-align:left}.style_optionButton__ivb4F{align-items:center;background-color:#fff;border:2px solid #22c55e;border-radius:50%;cursor:pointer;display:flex;height:19.5px;justify-content:center;left:26px;position:absolute;top:22px;transition:all .2s ease;width:19.5px}.style_optionButton__ivb4F:hover{box-shadow:0 2px 8px #22c55e4d;transform:scale(1.05)}.style_innerCircle__L\+jb2{background-color:#22c55e;border-radius:50%;height:12px;opacity:0;transform:scale(0);transition:all .2s ease;width:12px}.style_optionButton__ivb4F.style_selected__pTuSB .style_innerCircle__L\+jb2{opacity:1;transform:scale(1)}.style_checkoutButton__GMsGA{background-color:#deb577;border:none;border-radius:8px;box-shadow:none;color:#fff;font-size:14px;font-weight:700;height:48px;margin-top:35.77px;outline:none;width:200px}.style_subTtlCont__ZUFgS{align-content:center;border-bottom:1px solid #ddd;display:flex;height:54px;justify-content:center;padding-left:57px;position:relative;text-align:right}.style_checkoutSubtotal__MUgYi{left:57px;position:absolute;top:50%;transform:translateY(-50%)}.style_checkoutTotal__8WxOq{position:absolute;right:57px;top:50%;transform:translateY(-50%)}.style_ttlCont__NbRu4{border-bottom:1px solid #ddd;display:flex;height:54px;justify-content:flex-start;padding-left:57px;position:relative;text-align:right}@media (max-width:1280px){.style_container__g3wA-{display:block;width:250px}}@media (max-width:1024px){.style_container__g3wA-{display:block;width:250px}}@media (max-width:780px){.style_checkoutButton__GMsGA{margin-bottom:35px}}.style_container__6ghbI{display:flex;flex-direction:row;position:relative}.style_text__I4nOU{bottom:34px;color:#6a6a6a;font-size:14px;position:absolute;right:0}.style_rectangle__BSnt7{border:1px solid #ccc;border-radius:4px;bottom:0;display:flex;height:20.48px;left:0;position:absolute;width:80px}.style_part__9woeL{align-items:center;border-right:1px solid #ccc;display:flex;flex:1 1;justify-content:center}.style_part__9woeL:last-child{align-content:center;border-right:none}.style_container__q\+ALX{align-items:center;border:1px solid #ddd;display:flex;height:96px;position:relative;width:100%}.style_imageContainer__pcvAW{align-items:center;background-color:#fff;border:1px solid #ddd;border-radius:8px;display:flex;height:65.37px;justify-content:center;margin-left:57px;width:64.68px}.style_image__Afw6B{height:85%;width:auto}.style_qtyModifCont__UkjgX{display:flex;gap:15px}@font-face{font-family:montserReg;src:url(/static/media/montserrat.regular.e20d5327f1a05620c084.ttf)}@font-face{font-family:montserMed;src:url(/static/media/Montserrat-Medium.d3f3d769c2fc1af5c0b4.ttf)}.style_dtsCont__xTMs-{align-items:flex-start;display:flex;flex-direction:column;font-family:montserReg;gap:8px;justify-content:center;margin-left:10.62px;width:100%}.style_pricetxt__GxwOv{color:#000;font-family:montserMed;position:absolute;right:57px;text-align:right;top:50%;transform:translateY(-50%)}.style_text__D0zcN{color:#6a6a6a}.style_container__wm0pE{background-color:#fff;border-radius:16px;display:flex;flex-direction:row;height:100vh;margin-inline:20px;max-height:540px;max-width:964px;position:relative;width:100%}.style_overlay__iZTM7{background-color:#00000040;bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:10}.style_imageContainer__ecUgl,.style_overlay__iZTM7{align-items:center;display:flex;justify-content:center}.style_imageContainer__ecUgl{background:radial-gradient(ellipse at center,#c8af8d33 0,#8b663733 100%);border-bottom-left-radius:16px;border-top-left-radius:16px;overflow:hidden;width:50%}.style_artImage__djb5n{aspect-ratio:1/1.35;display:flex;height:auto;object-fit:contain;width:70%}.style_detailsContainer__QUjeQ{background-color:#fff;border-bottom-right-radius:16px;border-top-right-radius:16px;display:flex;flex-direction:column;position:relative;width:50%}.style_detailsCtnBtns__ICrhw{background-color:#c9af8e;border-radius:6px;color:#fff;font-size:14px;height:36px;margin:auto 31.61px 32.25px auto;width:125px}.style_closeBtn__QmqSw,.style_detailsCtnBtns__ICrhw{align-items:center;cursor:pointer;display:flex;justify-content:center}.style_closeBtnImage__wc8Dj,.style_closeBtn__QmqSw{background-color:#eee;border-bottom-left-radius:16px;border-top-right-radius:16px;height:50px;position:absolute;right:0;top:0;width:50px}.style_closeBtnImage__wc8Dj{align-items:center;display:none;justify-content:center}.style_detailsTextsCtn__vdkD-{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;margin-left:45.49px;margin-top:50px}@font-face{font-family:poppinsSemiBold;src:url(/static/media/Poppins-SemiBold.ac8d04b620e54be9b0f0.ttf)}@font-face{font-family:montserratMedium;src:url(/static/media/Montserrat-Medium.d3f3d769c2fc1af5c0b4.ttf)}.style_artName__ddg8E{display:flex;font-family:poppinsSemiBold;font-size:24px;height:36px;margin-bottom:10px}.style_artistName__k\+xx-{margin-top:10px}.style_artMedium__\+pryk,.style_artistName__k\+xx-{align-items:center;display:flex;font-family:montserratMedium;font-size:12px;height:36px;margin-bottom:15px}.style_artMedium__\+pryk{margin-top:15px}.style_artPrice__zrwDu{font-family:montserratBold;font-size:24px}.style_artPrice__zrwDu,.style_artSize__hZ7vg{align-items:center;display:flex;height:36px;margin-bottom:15px;margin-top:15px}.style_artSize__hZ7vg{font-family:montserratMedium;font-size:12px}.style_artAvailable__JBsN8{font-family:montserratBold;font-size:24px}.style_artAvailable__JBsN8,.style_artCreationDate__6qjEW{align-items:center;display:flex;height:36px;margin-top:15px}.style_artCreationDate__6qjEW{font-family:montserratMedium;font-size:12px;margin-bottom:15px}@media (max-width:700px){.style_container__wm0pE{flex-direction:column;height:100vh;max-height:90vh;max-width:70%;width:100%}.style_imageContainer__ecUgl{align-items:center;border-bottom-left-radius:0;border-top-left-radius:16px;border-top-right-radius:16px;display:flex;flex-shrink:0;height:40%;justify-content:center;width:100%}.style_closeBtnImage__wc8Dj{display:flex}.style_artImage__djb5n{height:90%;width:auto}.style_detailsContainer__QUjeQ{border-bottom-left-radius:16px;border-bottom-right-radius:16px;border-top-right-radius:0;display:flex;flex-direction:column;height:100%;position:relative;width:100%}.style_detailsTextsCtn__vdkD-{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;margin-left:15px;margin-top:20px}.style_closeBtn__QmqSw{display:none}.style_artName__ddg8E{margin-bottom:0}.style_artCreationDate__6qjEW,.style_artMedium__\+pryk,.style_artPrice__zrwDu,.style_artSize__hZ7vg,.style_artistName__k\+xx-{margin-bottom:0;margin-top:0}.style_artAvailable__JBsN8{margin-top:0}}.style_blurBGEnabled__kF6CG{background-color:#00000080;height:100svh;position:absolute;width:100%;z-index:11}.style_container__JCndX{background-color:#fff;border-radius:16px;bottom:50px;display:none;gap:100px;height:175px;justify-content:center;left:50%;opacity:0;position:absolute;transform:translateX(-50%) translateY(100vh);width:90%;z-index:13}.style_container__JCndX.style_enabled__osjzw{animation:style_bounceUp__ZnYXA .8s cubic-bezier(.68,-.55,.265,1.55) forwards;display:flex}@keyframes style_bounceUp__ZnYXA{0%{opacity:0;transform:translateX(-50%) translateY(100vh)}60%{opacity:1;transform:translateX(-50%) translateY(-30px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.style_escCont__DSMBx{align-items:center;background-color:#adff2f;display:none;flex-direction:column;height:105.54px;justify-content:center;padding-top:46.96px;width:150px}.style_mobCont__2OrVv{display:none;height:401.83px;left:50%;position:absolute;top:50px;transform:translateX(-50%);width:318.58px;z-index:13}.style_mobCont__2OrVv.style_enabled__osjzw{display:block}@font-face{font-family:montserratBold;src:url(/static/media/montserrat.bold.733964aa5261b1af4852.ttf)}@font-face{font-family:montserratSemi;src:url(/static/media/Montserrat-SemiBold.38e62f01be69b2e02e29.ttf)}.style_mobTutTxt__4VdLT{align-items:center;background-color:#fff;border-radius:24px;display:flex;flex-direction:column;height:162.05px;justify-content:start;position:relative;width:318.58px}.style_mobTutTxtBold__fPUem{color:#ceac6a;font-family:montserratBold;font-size:10px;height:19.45px;margin-bottom:11.52px;margin-top:31.32px;width:54px}.style_mobTutTxtSemi__OCvpN{align-items:center;display:flex;font-family:montserratSemi;font-size:14px;height:68.06px;justify-content:center;width:210px}.style_flipped__FCkAh{transform:scaleX(-1)}.style_arrwCont__RSlJO{display:flex;gap:50%;justify-content:center;margin-top:20px}.style_handAnim__4Vw\+2{animation:style_moveHand__YNL4G 1.2s linear infinite;margin-top:-10px}@keyframes style_moveHand__YNL4G{0%{transform:translateX(0)}33.33%{transform:translateX(-30px)}66.66%{transform:translateX(35px)}to{transform:translateX(0)}}.style_escTxt__VCxsj{background-color:gray;margin-top:27.99px;width:150px}.style_lClickCont__D2OkF{align-items:center;display:flex;flex-direction:column;height:109.09px;justify-content:center;padding-top:43.41px;width:130px}.style_lClickTxt__DBn\+0{margin-top:18.15px;width:130px}.style_txt__XZhtu{background-color:#1e00ff;display:flex;width:178px}.style_jystCont__J-0BQ{align-items:center;background-color:green;display:flex;display:none;flex-direction:column;height:129px;justify-content:center;padding-top:23.5px;width:178.75px}.style_jyst__NNwCj{background-color:aqua;border:3px solid #000;border-radius:100px;height:100px;width:100px}.style_innerJyst__EFF44,.style_jyst__NNwCj{align-items:center;display:flex;justify-content:center}.style_innerJyst__EFF44{border:3px solid #000;border-radius:50px;height:50px;width:50px}.style_wasdCont__Ye5hL{align-items:center;display:flex;flex-direction:column;height:129px;justify-content:center;padding-top:32.08px;width:178.75px}.style_wasdTxt__z5XC8{margin-top:13.16px;width:200px}.style_arrowsCont__rGiWA{align-items:center;display:flex;flex-direction:column;height:129px;justify-content:center;padding-top:31px;width:178.75px}.style_arrowsTxt__9Uusv{margin-top:13.16px;width:200px}.style_closeBtn__fSiPS{background-color:#eee;border-bottom-left-radius:16px;border-top-right-radius:16px;right:0;top:0}@font-face{font-family:interRegular;src:url(/static/media/Inter_18pt-Regular.86c330c66f7333ff6202.ttf)}.style_closeBtn__fSiPS,.style_container__R8Uqf{align-items:center;cursor:pointer;display:flex;height:50px;justify-content:center;position:absolute;width:50px}.style_container__R8Uqf{background-color:#fff;border-radius:50px;bottom:50px;color:#111;font-family:interRegular;font-size:24px;right:5%;z-index:9}.style_container__a2V9E{background-color:#eee;display:flex;flex-direction:row;height:100svh;justify-content:space-between;width:100%}.style_overlay__afzBH{background-color:#ffffffe6;bottom:0;left:0;position:absolute;right:0;top:0;z-index:10}@media (max-width:1290px){.style_container__a2V9E{display:flex;flex-direction:row;gap:20px;justify-content:space-evenly}}@media (max-width:1024px){.style_container__a2V9E{display:flex;flex-direction:row;justify-content:space-evenly}}@media (max-width:925px){.style_container__a2V9E{display:flex;justify-content:space-evenly}}@media (max-width:862px){.style_container__a2V9E{align-items:center;flex-direction:column;overflow-y:scroll}}.style_container__Edw1z{align-items:center;display:flex;justify-content:center;margin:0 auto;max-width:1512px;width:100%}.style_bannerWrapper__iDmLR{align-items:center;background:linear-gradient(90deg,#666,#000);border-radius:20px;display:flex;flex-direction:row;height:194px;justify-content:flex-start;margin:50px auto;position:relative;width:80%}.style_mann__6OCU8{align-items:center;bottom:0x;display:flex;height:194px;justify-content:center;overflow:hidden;position:absolute;right:0;width:296px}.style_bannerText__JJL4u{color:#fff;font-family:Playfair Display;font-size:40px;font-weight:700;height:112px;margin-left:74px;width:726px}.style_ellipseL__LSS-m{left:0}.style_ellipseL__LSS-m,.style_ellipseR__7ywkC{border:1px solid #a1a28a;border-radius:50%;height:237px;position:absolute;width:226px}.style_ellipseR__7ywkC{right:-65px}.style_img__t2qYj{bottom:0;position:absolute;right:31px;z-index:1}@media (max-width:1200px){.style_bannerWrapper__iDmLR{width:95%}.style_bannerText__JJL4u{font-size:32px;margin-left:40px;width:60vw}.style_mann__6OCU8{height:150px;width:220px}.style_ellipseL__LSS-m,.style_ellipseR__7ywkC{height:160px;width:160px}}@media (max-width:800px){.style_bannerWrapper__iDmLR{align-items:center;height:auto;justify-content:center;padding:24px 0}.style_bannerText__JJL4u{font-size:24px;height:auto;margin-bottom:16px;margin-left:20px;width:90vw}.style_img__t2qYj,.style_mann__6OCU8{display:none}}@media (max-width:500px){.style_bannerWrapper__iDmLR{border-radius:0;margin:20px 0;padding:12px 0;width:100%}.style_bannerText__JJL4u{font-size:16px;margin-bottom:10px;margin-left:10px}}.style_container__4j259{border-bottom:1px solid #dbdade;margin:0 auto;max-width:1512px;width:100%}.style_subContainer__524Cx{align-items:center;display:flex;height:71px;margin:0 auto;max-width:1400px;width:100%}.style_catgCont__8yeuY{position:relative}.style_catgBtn__tCjN3{cursor:pointer}.style_productSelector__oM-Tp{background-color:#fff;height:385px;left:40px;max-width:158px;overflow-y:auto;position:absolute;scrollbar-width:none;top:50px;width:100%;z-index:10}.style_productItemsCont__kogUK{align-items:center;cursor:pointer;display:flex;padding:32px 10px;width:100%}.style_productItems__-nSf4{font-size:16px!important}.style_productItemsCont__kogUK:hover{background-color:#e1e1e180;padding-left:25px}.style_amount__wHhUO{color:#d9d9d9;font-size:12px}.style_catgList__\+lx6H{align-items:center;display:flex;gap:25px;height:100%;justify-content:flex-start;overflow-x:auto;padding-left:30px;scrollbar-width:none;width:90%}.style_catgBtn__tCjN3{align-items:center;border-right:1px solid #dbdade;color:#000;display:flex;gap:8px;justify-content:flex-end;padding:15px 22px}.style_caretIcon__SUj49{transform:rotate(0deg);transition:transform .2s ease}.style_caretIconUp__X7Xsl{transform:rotate(180deg);transition:transform .2s ease}@font-face{font-display:swap;font-family:Helvetica;font-weight:400;src:url(/static/media/Helvetica.06113bf748ae7dc33e05.ttf) format("truetype")}@font-face{font-display:swap;font-family:Inter;font-weight:400;src:url(/static/media/Inter_18pt-Regular.86c330c66f7333ff6202.ttf) format("truetype")}@font-face{font-display:swap;font-family:Montserrat;font-weight:500;src:url(/static/media/Montserrat-Medium.d3f3d769c2fc1af5c0b4.ttf) format("truetype")}@font-face{font-display:swap;font-family:Montserrat;font-weight:600;src:url(/static/media/Montserrat-SemiBold.38e62f01be69b2e02e29.ttf) format("truetype")}@font-face{font-display:swap;font-family:Montserrat;font-weight:700;src:url(/static/media/montserrat.bold.733964aa5261b1af4852.ttf) format("truetype")}@font-face{font-display:swap;font-family:Montserrat;font-weight:400;src:url(/static/media/montserrat.regular.e20d5327f1a05620c084.ttf) format("truetype")}@font-face{font-display:swap;font-family:Poppins;font-weight:600;src:url(/static/media/Poppins-SemiBold.ac8d04b620e54be9b0f0.ttf) format("truetype")}@font-face{font-display:swap;font-family:Satoshi;font-weight:100 900;src:url(/static/media/Satoshi-Variable.536fda9b164542087fc7.ttf) format("truetype")}.style_text__yFWCo{margin:0;padding:0}.style_helvetica__rOTjb{font-family:Helvetica,Arial,sans-serif}.style_inter__VC9xJ{font-family:Inter,system-ui,-apple-system,sans-serif}.style_montserrat__HZhdC{font-family:Montserrat,system-ui,-apple-system,sans-serif}.style_poppins__B1GnR{font-family:Poppins,system-ui,-apple-system,sans-serif}.style_satoshi__NFaQN{font-family:Satoshi,system-ui,-apple-system,sans-serif}.style_thin__xaeNH{font-weight:100}.style_extraLight__4iEt8{font-weight:200}.style_light__02aUo{font-weight:300}.style_regular__\+6NLA{font-weight:400}.style_medium__cfYBF{font-weight:500}.style_semiBold__UFR1F{font-weight:600}.style_bold__1yPOW{font-weight:700}.style_extraBold__BgGUg{font-weight:800}.style_black__QV4Nr{font-weight:900}.style_xs__iTHIV{font-size:.75rem;line-height:1rem}.style_sm__Djc7k{font-size:.875rem;line-height:1.25rem}.style_base__c5yNb{font-size:1rem;line-height:1.5rem}.style_lg__TS0BS{font-size:1.125rem;line-height:1.75rem}.style_xl__slA-w{font-size:1.25rem;line-height:1.75rem}.style_xl2__cqykf{font-size:1.5rem;line-height:2rem}.style_xl3__gOifn{font-size:1.875rem;line-height:2.25rem}.style_xl4__v5oMN{font-size:2.25rem;line-height:2.5rem}.style_xl5__yQUkZ{font-size:3rem;line-height:1}.style_xl6__TMVIu{font-size:3.75rem;line-height:1}.style_xl7__Shnpf{font-size:4.5rem;line-height:1}.style_leadingTight__CJtyH{line-height:1.25}.style_leadingSnug__dtP-B{line-height:1.375}.style_leadingNormal__DqyIb{line-height:1.5}.style_leadingRelaxed__jUeMU{line-height:1.625}.style_leadingLoose__7XMy\+{line-height:2}.style_trackingTighter__40Mso{letter-spacing:-.05em}.style_trackingTight__KYDLH{letter-spacing:-.025em}.style_trackingNormal__T6OPX{letter-spacing:0}.style_trackingWide__03fSS{letter-spacing:.025em}.style_trackingWider__4YD9N{letter-spacing:.05em}.style_trackingWidest__muvNR{letter-spacing:.1em}.style_textLeft__wqoTL{text-align:left}.style_textCenter__0fTtA{text-align:center}.style_textRight__pRDy-{text-align:right}.style_textJustify__zs-Lx{text-align:justify}.style_heading1__Op1qn{font-size:3rem;font-weight:700;line-height:1.2}.style_heading1__Op1qn,.style_heading2__OE3sR{font-family:Satoshi,system-ui,-apple-system,sans-serif;letter-spacing:-.025em}.style_heading2__OE3sR{font-size:2.25rem;font-weight:600;line-height:1.3}.style_heading3__ZylW8{font-size:1.875rem;font-weight:600}.style_heading3__ZylW8,.style_heading4__SjO1R{font-family:Satoshi,system-ui,-apple-system,sans-serif;line-height:1.4}.style_heading4__SjO1R{font-size:1.5rem;font-weight:500}.style_heading5__e2xMJ{font-size:1.25rem}.style_heading5__e2xMJ,.style_heading6__V3C\+w{font-family:Satoshi,system-ui,-apple-system,sans-serif;font-weight:500;line-height:1.5}.style_heading6__V3C\+w{font-size:1.125rem}.style_bodyLarge__CiNDN{font-size:1.125rem;line-height:1.6}.style_bodyLarge__CiNDN,.style_bodyRegular__-M1SD{font-family:Satoshi,system-ui,-apple-system,sans-serif;font-weight:400}.style_bodyRegular__-M1SD{font-size:1rem;line-height:1.5}.style_bodySmall__VmaXu{font-size:.875rem;line-height:1.5}.style_bodySmall__VmaXu,.style_caption__6v5w5{font-family:Satoshi,system-ui,-apple-system,sans-serif;font-weight:400}.style_caption__6v5w5{font-size:.75rem;line-height:1.4}.style_buttonText__RTgz1{font-family:Satoshi,system-ui,-apple-system,sans-serif;font-size:.875rem;font-weight:500;letter-spacing:.025em;line-height:1.2}.style_container__l2juW{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:59px;margin-left:50px;margin-right:50px;position:relative}.style_header__OMglD{font-size:25px;font-weight:700;height:35px;margin-bottom:15px}.style_contentContainer__1YD8d{display:flex;gap:35px;height:100%;overflow-x:auto;scrollbar-width:none;width:100%}.style_container__T8whk{align-items:flex-start;background-color:#fff;border:1px solid #d9d9d9;border-radius:20px;display:flex;flex:0 0 auto;flex-direction:column;gap:20px;height:318px;justify-content:flex-start;max-width:234px;padding:10px 12px 0;width:100%}.style_storeImage__FkYbS{height:121px;width:100%}.style_image__g2RdX{border-radius:17px;box-shadow:0 2px 10px #0000001a;height:100%;object-fit:contain;width:100%}.style_topDetails__jK85\+{align-items:flex-start;display:flex;flex-direction:column;gap:6px;height:46px;justify-content:flex-start;width:100%}.style_storeNameText__KZO0I{font-size:16px;font-weight:700}.style_ratings__G1T\+K{align-items:center;display:flex;gap:4px;height:24px;width:100%}.style_priceText__TakZF,.style_ratingValue__0cwec{font-size:14px;font-weight:500}.style_midDetails__7vNNX{align-items:flex-start;display:flex;flex-direction:column;gap:6px;height:48px;justify-content:flex-start;width:100%}.style_itemCountText__GF1WS{font-size:16px;font-weight:700}.style_bottomDetails__N\+Kd8{display:flex;gap:10px;height:24px;justify-content:flex-start}.style_greyCont__QfhEB{align-items:center;background-color:#d9d9d9;border-radius:10px;color:#000;display:flex;font-family:Satoshi,sans-serif;font-size:10px;height:24px;justify-content:center;padding:2px 8px}@media (max-width:950px){.style_container__T8whk{max-width:200px}}.styles_container__n-x-I{margin:0 auto;max-width:1512px;width:100%}.style_container__Are\+s{align-items:center;background-color:#fff;box-sizing:border-box;display:flex;height:100svh;justify-content:center;overflow-x:hidden;position:fixed;width:100%}.style_bgImg__Zq0KQ{display:flex;height:100svh;object-fit:cover;width:50%}.style_entryContainer__nAuch{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-start;min-height:100svh;overflow-y:auto;padding-top:83px;position:relative;width:50%}.style_icon__hZm7Z{height:174px;margin-bottom:36px;width:174px}.style_headerTxt__-kHf9{font-family:Lato,sans-serif;font-size:25px;font-style:normal;font-weight:700;margin-bottom:32px;margin-top:36px;text-align:center}.style_btnCont__ESiGV{flex-wrap:wrap;gap:39px;margin-bottom:15px}.style_btnCont__ESiGV,.style_signInBtn__bOKoM{align-items:center;display:flex;justify-content:center}.style_signInBtn__bOKoM{border:2px solid #000;border-radius:12px;cursor:pointer;font-family:helveticaReg;font-size:16px;gap:24px;height:61px;width:185px}.style_form__i\+INC{align-items:center;gap:20px;justify-content:center;margin:0;max-width:450px;padding:0}.style_field__j6hgz,.style_form__i\+INC{box-sizing:border-box;display:flex;flex-direction:column;width:100%}.style_label__-B5ut{color:#333;font-family:satoshi;font-size:14px;font-weight:500;margin-bottom:6px;text-align:left}.style_input__AYuad{background-color:#fff;border:1px solid #ccc;border-radius:6px;box-sizing:border-box;color:#111;font-size:14px;min-height:50px;outline:none;padding:10px 12px;transition:border-color .2s;width:100%}.style_input__AYuad::placeholder{color:#bebebe}.style_input__AYuad:focus{border:1px solid #1d1d1c}.style_inputContainer__Df-fB{position:relative;width:100%}.style_input__AYuad{padding-right:40px}.style_passwordToggle__eL0B9{cursor:pointer;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.style_orTxt__9MW5B{font-family:helveticaReg;font-size:20px;height:50px;width:31px}.style_errMsg__y1vtd{color:#9e0808;font-family:satoshi;font-size:14px;padding-left:10px;text-align:left;white-space:pre-wrap;width:100%}.style_terms__Ahg7R{align-items:center;box-sizing:border-box;display:flex;gap:22px;justify-content:center;margin-top:8px;max-width:450px}.style_checkboxInput__AckDU{appearance:none;-webkit-appearance:none;background-color:#fff;border:1px solid #000;border-radius:3px;cursor:pointer;display:inline-block;height:20px;position:relative;vertical-align:middle;width:20px}.style_checkboxInput__AckDU:checked{background-color:#000;border-color:#000}.style_text__zdocv{color:#333;font-family:satoshi;font-size:14px;line-height:1.5;margin-bottom:0;margin-top:0;text-align:left}.style_link__5hRgP{color:#000;font-size:16px;font-weight:700;text-decoration:none}.style_link__5hRgP:hover{text-decoration:underline}.style_signInCont__KWA9c{align-items:center;display:flex;gap:8px;justify-content:center;margin-top:18px}.style_signIn__iC0sI{color:#000;font-family:satoshiBold}.style_entryContainer__nAuch .style_btn__mN9yb,.style_entryContainer__nAuch button,.style_entryContainer__nAuch input[type=submit]{box-sizing:border-box;max-width:450px;width:100%!important}@media (max-width:1024px){.style_bgImg__Zq0KQ{display:none}.style_entryContainer__nAuch{align-items:center;height:auto;margin-top:50px;min-height:100svh;padding:40px 24px;width:100%}.style_icon__hZm7Z{height:60px;margin-bottom:28px;width:60px}.style_headerTxt__-kHf9{font-size:22px;margin-bottom:20px}.style_btnCont__ESiGV{gap:18px}.style_signInBtn__bOKoM{font-size:14px;gap:12px;height:52px;width:150px}.style_form__i\+INC{max-width:640px;padding:0 8px}.style_input__AYuad{font-size:14px}.style_errMsg__y1vtd{font-size:13px;padding-left:6px}.style_text__zdocv{font-size:13px}}@media (max-width:600px){.style_entryContainer__nAuch{margin-bottom:0;margin-top:25px;padding-left:12px;padding-right:12px}.style_headerTxt__-kHf9{font-size:20px;margin-bottom:18px}.style_btnCont__ESiGV{gap:12px;justify-content:center;width:100%}.style_signInBtn__bOKoM{font-size:14px;height:48px;max-width:137px}.style_form__i\+INC{gap:14px}.style_input__AYuad{font-size:13px;padding:10px 12px}.style_passwordToggle__eL0B9{right:8px}.style_errMsg__y1vtd{font-size:12px;padding-left:6px}.style_terms__Ahg7R{align-items:flex-start;gap:10px;margin-top:12px;width:100%}.style_checkboxInput__AckDU{height:18px;width:18px}.style_text__zdocv{font-size:13px}.style_link__5hRgP{font-size:15px}.style_signInCont__KWA9c{flex-wrap:wrap;gap:6px;margin-top:14px;text-align:center}}@media (max-width:380px){.style_headerTxt__-kHf9{font-size:18px;margin-top:15px}.style_btnCont__ESiGV{gap:12px;justify-content:center;width:100%}.style_entryContainer__nAuch{margin-bottom:0;margin-top:25px;padding-left:12px;padding-right:12px}.style_signInBtn__bOKoM{font-size:14px;height:48px;max-width:137px}.style_input__AYuad{font-size:13px;padding:8px 10px}.style_link__5hRgP{font-size:14px}}@font-face{font-family:satoshi;src:url(/static/media/Satoshi-Variable.536fda9b164542087fc7.ttf)}.style_container__MrpUG{background-color:#000;border-radius:12px;color:#fff;cursor:pointer;font-family:satoshiBold;font-size:16px;height:46px;width:99px}.style_container__MrpUG,.style_heroContainer__NerKm{align-items:center;display:flex;justify-content:center}.style_heroContainer__NerKm{background:linear-gradient(180deg,#fff 6.73%,#ce9bce80);margin:0 auto;max-width:1512px;width:100%}.style_heroContent__-HtCE{display:flex;justify-content:space-between;margin:0 auto;max-width:1277px;min-height:878px;width:100%}.style_heroGrid__wWnzH{display:flex;margin-top:92px;position:relative;width:100%}.style_textContent__24TsM{flex-shrink:1;max-width:620px}.style_textContent__24TsM,.style_textWrapper__5eLDr{display:flex;flex-direction:column;width:100%}.style_heroTitleWrapper__zftxm{width:100%}.style_heroTitle__wamMa{color:#1d1d1c;font-size:44px!important;font-weight:700;line-height:140%}.style_heroSubtitleWrapper__3UY8N{margin-top:38px;max-width:498px;width:100%}.style_heroSubtitle__dISAy{color:#1d1d1c;font-size:28px!important;font-weight:400;line-height:140%}.style_buttonGroup__JhPVF{display:flex;gap:24px;margin-top:33px;max-width:300px;width:100%}.style_createShopButton__ALTTY{border:2px solid #1d1d1c;border-radius:12px;height:46px;width:141px}.style_createShopText__hDHT1{color:#faf2ec;font-weight:700!important;line-height:140%}.style_viewShopButton__uDr8p{border:2px solid #1d1d1c!important;border-radius:12px;height:46px;width:135px}.style_viewShopText__8qbdE{color:#1d1d1c;font-weight:700!important;line-height:140%}.style_imageGrid__e0UXG{flex-shrink:1;height:638px;max-width:727px;position:absolute;right:0;width:100%}.style_cardGrid__zObPx{height:100%;position:relative;width:100%}.style_card__dJxto{border-radius:16px;overflow:hidden;position:absolute}.style_clothingCard__H\+jh6{max-height:388px;max-width:561px;right:0;top:0}.style_dressImage__hlbzD{height:100%;object-fit:contain;width:100%}.style_vrCard__Zww7r{bottom:0;left:0;max-height:307px;max-width:350px}.style_vrImage__TElZh{height:100%;object-fit:contain;width:100%}.style_vrIconContainer__vOA\+o{align-items:center;background-color:#fff;border-radius:24px;bottom:0;display:flex;height:43px;justify-content:center;position:absolute;right:0;width:42px;z-index:2}.style_vrIcon__Dp5CO{height:16px;object-fit:contain;width:22px}.style_galleryCard__5RSNw{bottom:0;max-height:225px;max-width:368px;right:0}.style_galleryImage__f1YRQ{height:100%;object-fit:cover;width:100%}@media (max-width:1330px){.style_heroContent__-HtCE{margin:0 20px;max-width:calc(100% - 40px)}}@media (max-width:1240px){.style_textContent__24TsM{max-width:530px}}@media (max-width:1160px){.style_heroContent__-HtCE{min-height:750px}.style_heroTitle__wamMa{font-size:40px!important}.style_heroSubtitleWrapper__3UY8N{margin-top:32px}.style_buttonGroup__JhPVF{margin-top:28px}.style_imageGrid__e0UXG{height:540px;max-width:550px}.style_clothingCard__H\+jh6{width:90%}.style_vrCard__Zww7r{height:50%;left:-40px;width:45%}.style_vrIconContainer__vOA\+o{bottom:25px;height:31px;width:30px}.style_vrIcon__Dp5CO{height:13px;width:20px}.style_galleryCard__5RSNw{border-radius:16px;bottom:25px;height:30%;width:59%}}@media (max-width:1100px){.style_textContent__24TsM{max-width:450px}}@media (max-width:1024px){.style_heroGrid__wWnzH{flex-direction:column;gap:0;margin-top:60px}.style_textContent__24TsM{max-width:100%;position:relative;z-index:2}.style_heroTitle__wamMa{font-size:42px!important;position:relative;z-index:3}.style_heroSubtitle__dISAy{font-size:26px!important}.style_heroSubtitleWrapper__3UY8N{margin-top:24px}.style_buttonGroup__JhPVF{margin-top:32px}.style_imageGrid__e0UXG{top:15%}}@media (max-width:768px){.style_heroContainer__NerKm{margin-top:-24px}.style_heroContent__-HtCE{margin:0 20px;max-width:calc(100% - 40px)}.style_heroGrid__wWnzH{margin-top:40px}.style_textContent__24TsM{margin-bottom:50px;order:2}.style_heroTitle__wamMa{font-size:32px!important;line-height:130%;width:85%;z-index:3}.style_heroSubtitleWrapper__3UY8N{margin-top:80%;max-width:60%}.style_heroSubtitle__dISAy{font-size:20px!important;line-height:140%}.style_buttonGroup__JhPVF{margin:30px auto 0}}@media (max-width:720px){.style_heroSubtitleWrapper__3UY8N{margin-top:88%}.style_imageGrid__e0UXG{top:17%}}@media (max-width:690px){.style_heroSubtitleWrapper__3UY8N{margin-top:93%}}@media (max-width:650px){.style_imageGrid__e0UXG{height:490px;max-width:500px}.style_clothingCard__H\+jh6{width:90%}.style_vrCard__Zww7r{height:50%;left:-40px;width:45%}.style_vrIconContainer__vOA\+o{bottom:20px;height:31px;width:30px}.style_vrIcon__Dp5CO{height:13px;width:20px}.style_galleryCard__5RSNw{border-radius:16px;bottom:25px;height:30%;width:59%}}@media (max-width:600px){.style_imageGrid__e0UXG{height:450px;max-width:450px;top:20%}.style_vrIconContainer__vOA\+o{height:26px;width:25px}.style_vrIcon__Dp5CO{height:10px;width:15px}}@media (max-width:550px){.style_imageGrid__e0UXG{max-height:410px;max-width:410px;top:23%}.style_vrCard__Zww7r{height:54%;left:-25px}.style_vrIconContainer__vOA\+o{bottom:27px}}@media (max-width:500px){.style_imageGrid__e0UXG{max-height:380px;max-width:380px}}@media (max-width:480px){.style_heroContent__-HtCE{margin:0 16px;max-width:calc(100% - 32px)}.style_heroTitle__wamMa{font-size:28px!important}.style_heroSubtitleWrapper__3UY8N{margin-top:96%}.style_heroSubtitle__dISAy{font-size:18px!important}}@media (max-width:460px){.style_imageGrid__e0UXG{max-height:330px;max-width:330px}.style_vrIconContainer__vOA\+o{bottom:20px;height:21px;width:20px}.style_vrIcon__Dp5CO{height:8px;width:12px}.style_galleryCard__5RSNw{bottom:20px}}@media (max-width:410px){.style_imageGrid__e0UXG{max-height:300px;max-width:300px}.style_vrCard__Zww7r{left:-20px}}@media (max-width:375px){.style_heroContainer__NerKm{margin-top:0}.style_heroContent__-HtCE{margin:0 12px;max-width:calc(100% - 24px)}.style_heroTitle__wamMa{font-size:24px!important}.style_heroSubtitleWrapper__3UY8N{margin-top:110%}.style_heroSubtitle__dISAy{font-size:16px!important}}@media (max-width:365px){.style_heroTitle__wamMa{width:100%}.style_heroSubtitleWrapper__3UY8N{margin-top:94%}.style_imageGrid__e0UXG{max-height:260px;max-width:260px;top:20%}.style_vrIconContainer__vOA\+o{bottom:17px;height:16px;width:15px}.style_vrIcon__Dp5CO{height:6px;width:10px}.style_vrCard__Zww7r{left:-17px}.style_galleryCard__5RSNw{bottom:15px}}.style_animatedButton__BhJbH{border:none;cursor:pointer;isolation:isolate;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.style_animatedButton__BhJbH:hover{box-shadow:0 8px 16px #1d1d1c26;transform:translateY(-2px)}.style_animatedButton__BhJbH:active{box-shadow:0 4px 8px #1d1d1c1a;transform:translateY(0)}.style_animatedButton__BhJbH.style_disabled__DGQT8{cursor:not-allowed;opacity:.6;pointer-events:none}.style_buttonContent__pN9-q{align-items:center;display:flex;justify-content:center;position:relative;transition:transform .2s ease;z-index:2}.style_animatedButton__BhJbH:hover .style_buttonContent__pN9-q{transform:scale(1.02)}.style_shine__KVGdP{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%;z-index:1}.style_animatedButton__BhJbH:hover .style_shine__KVGdP{left:100%}.style_ripple__gL8Hl{animation:style_rippleEffect__h5t1p .6s ease-out;background:#fff9;border-radius:50%;height:20px;pointer-events:none;position:absolute;transform:translate(-50%,-50%);width:20px;z-index:1}@keyframes style_rippleEffect__h5t1p{0%{height:0;opacity:1;width:0}to{height:200px;opacity:0;width:200px}}.style_primary__xj6Cr{background-color:#1d1d1c;color:#faf2ec}.style_primary__xj6Cr:hover{background-color:#2d2d2c}.style_secondary__fxKBn{background-color:initial;color:#1d1d1c}.style_secondary__fxKBn:hover{background-color:#1d1d1c0d}.style_secondary__fxKBn .style_shine__KVGdP{background:linear-gradient(90deg,#0000,#1d1d1c1a,#0000)}.style_animatedCard__3QPkv{opacity:0;transform:translateY(30px) scale(.95);transition:all .6s cubic-bezier(.4,0,.2,1)}.style_animatedCard__3QPkv.style_visible__O57Q8{opacity:1;transform:translateY(0) scale(1)}.style_animatedCard__3QPkv.style_hoverEffect__VGMGb{cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.style_animatedCard__3QPkv.style_hoverEffect__VGMGb:hover{transform:translateY(-12px) scale(1.02);z-index:10}.style_animatedCard__3QPkv.style_hoverEffect__VGMGb:hover:before{opacity:1}.style_animatedCard__3QPkv.style_hoverEffect__VGMGb:before{border-radius:inherit;content:"";inset:0;opacity:0;pointer-events:none;position:absolute;transition:opacity .3s ease;z-index:1}.style_animatedCard__3QPkv.style_floatAnimation__NjD9r.style_visible__O57Q8{animation:style_float__y2X\+5 6s ease-in-out infinite}@keyframes style_float__y2X\+5{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.style_animatedCard__3QPkv.style_floatAnimation__NjD9r.style_hoverEffect__VGMGb:hover{animation-play-state:paused}.style_animatedCard__3QPkv img{transition:transform .4s cubic-bezier(.4,0,.2,1)}.style_animatedCard__3QPkv.style_hoverEffect__VGMGb:hover img{transform:scale(1.05)}.style_featuredContainer__FTO09{background:linear-gradient(180deg,#ce9bce80,#fff 31.25%);margin:2px auto 0;max-width:1512px;padding-bottom:40px}.style_featuredContainer__FTO09,.style_featuredSection__ormTR{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.style_featuredSection__ormTR{margin:0 auto;max-width:1277px}.style_featuredHeader__GMgaV{align-items:center;display:flex;flex-direction:column;margin-top:36px;max-width:409px;width:100%}.style_title__45oIl{color:#1d1d1c;font-size:40px!important;font-weight:700;line-height:140%;text-align:center}.style_featuredSubtitle__aV1nG{align-items:center;display:flex;flex-direction:column;margin-top:29px;max-width:498px;width:100%}.style_subtitle__AmdwU{color:#1d1d1c;font-size:20px!important;font-weight:400;line-height:140%;text-align:center}.style_carouselWrapper__dCI90{margin-top:29px;max-width:1279.87px;position:relative;width:100%}.style_carouselContainer__L9a4j{align-items:center;display:flex;gap:32.12px;justify-content:center;position:relative}.style_sideImageWrapper__gdOjd{flex-shrink:1;height:156px;position:relative;width:273px}.style_sideImage__osz6p{border-radius:25px;cursor:pointer;height:100%;object-fit:cover;transition:all .5s ease;width:100%}.style_sideImage__osz6p:hover{opacity:.8}.style_placeholderImage__iC62S{background-color:#1d1d1c;border-radius:25px;height:100%;opacity:.9;width:100%}.style_mainImageContainer__vNJQf{align-items:center;display:flex;flex-shrink:1;justify-content:center;position:relative}.style_navButton__PqAIO{align-items:center;background-color:#fff;border:none;border-radius:50%;box-shadow:0 4px 6px #0000001a;cursor:pointer;display:flex;height:50px;justify-content:center;padding:.75rem;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:50px;z-index:10}.style_navButton__PqAIO:hover{transform:translateY(-50%) scale(1.1)}.style_navButtonLeft__ucJOJ{left:-24px}.style_navButtonRight__\+kbl2{right:-24px}.style_navButton__PqAIO:hover{background-color:#f9fafb;box-shadow:0 8px 15px #00000026}.style_navIcon__h5RaB{height:40px;width:20px}.style_currentImageWrapper__dytV6{margin-top:29px;max-width:100%;position:relative}.style_currentImage__mpqij{border-radius:25px;box-shadow:0 25px 50px -12px #00000040;height:401px;max-width:100%;object-fit:cover;transition:all .5s ease;width:701.75px}.style_overlay__CVcGW{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#1d1d1c;border:1px solid #1d1d1c;border-radius:10px;bottom:-15%;color:#fff;display:flex;flex-direction:column;gap:10px;height:153px;justify-content:center;left:50%;padding:10px;position:absolute;transform:translateX(-50%);width:277px}.style_overlayContent__ZDVas{text-align:center}.style_overlayText__RdRjU{color:#fcf8f1;line-height:100%;margin-bottom:10px;text-align:center}.style_overlayText__RdRjU:last-child{margin-bottom:0}.style_dotsContainer__B31sr{align-items:center;display:flex;gap:23px;height:30px;justify-content:center;margin:112px auto 0;max-width:202px;position:relative;width:100%;z-index:1}.style_dot__BT8c-{background-color:gray;border:none;border-radius:50%;cursor:pointer;height:20px;transition:all .3s ease;width:20px}.style_dot__BT8c-:hover{background-color:#6b7280}.style_dotActive__zXyAl{background-color:#1d1d1c;height:30px;width:30px}@media (max-width:1330px){.style_featuredSection__ormTR{margin:0 20px;max-width:calc(100% - 40px)}}@media (max-width:1200px){.style_title__45oIl{font-size:36px!important}.style_subtitle__AmdwU{font-size:18px!important}.style_carouselContainer__L9a4j{gap:24px}.style_sideImageWrapper__gdOjd{height:137px;width:240px}.style_currentImage__mpqij{height:354px;width:620px}.style_overlay__CVcGW{height:140px;width:250px}.style_overlayText__RdRjU{font-size:14px!important}}@media (max-width:1100px){.style_title__45oIl{font-size:34px!important}.style_carouselContainer__L9a4j{gap:20px}.style_sideImageWrapper__gdOjd{height:120px;width:210px}.style_currentImage__mpqij{height:314px;width:550px}.style_navButtonLeft__ucJOJ{left:-20px}.style_navButtonRight__\+kbl2{right:-20px}.style_overlay__CVcGW{height:130px;width:230px}}@media (max-width:1024px){.style_title__45oIl{font-size:32px!important}.style_subtitle__AmdwU{font-size:16px!important}.style_carouselContainer__L9a4j{gap:0}.style_sideImageWrapper__gdOjd{display:none}.style_mainImageContainer__vNJQf{margin:0 auto;max-width:700px;width:100%}.style_currentImage__mpqij{height:380px;max-width:100%;width:801.75px}.style_navButton__PqAIO{height:45px;width:45px}.style_navButtonLeft__ucJOJ{left:-20px}.style_navButtonRight__\+kbl2{right:-20px}.style_overlay__CVcGW{height:135px;width:240px}.style_dotsContainer__B31sr{margin-top:90px}}@media (max-width:768px){.style_featuredSection__ormTR{margin:0 20px;max-width:calc(100% - 40px)}.style_featuredHeader__GMgaV{margin-top:24px}.style_title__45oIl{font-size:28px!important}.style_featuredSubtitle__aV1nG{margin-top:20px}.style_subtitle__AmdwU{font-size:16px!important}.style_carouselWrapper__dCI90{margin-top:32px}.style_mainImageContainer__vNJQf{max-width:80%}.style_currentImageWrapper__dytV6{margin-top:0}.style_currentImage__mpqij{border-radius:20px;height:320px;max-width:100%}.style_navButton__PqAIO{height:40px;padding:.5rem;width:40px}.style_navButtonLeft__ucJOJ{left:-20px}.style_navButtonRight__\+kbl2{right:-20px}.style_navIcon__h5RaB{height:32px;width:16px}.style_overlay__CVcGW{border-radius:8px;bottom:-12%;height:125px;padding:8px;width:220px}.style_overlayText__RdRjU{font-size:13px!important;margin-bottom:8px}.style_dotsContainer__B31sr{gap:18px;margin-top:70px}.style_dot__BT8c-{height:16px;width:16px}.style_dotActive__zXyAl{height:24px;width:24px}}@media (max-width:600px){.style_mainImageContainer__vNJQf{max-width:100%}.style_navButtonLeft__ucJOJ{left:0}.style_navButtonRight__\+kbl2{right:0}}@media (max-width:480px){.style_featuredSection__ormTR{margin:0 16px;max-width:calc(100% - 32px)}.style_title__45oIl{font-size:24px!important}.style_subtitle__AmdwU{font-size:14px!important}.style_currentImage__mpqij{border-radius:16px;height:280px}.style_navButton__PqAIO{height:36px;width:36px}.style_navIcon__h5RaB{height:28px;width:14px}.style_overlay__CVcGW{bottom:-10%;height:115px;width:200px}.style_overlayText__RdRjU{font-size:12px!important;margin-bottom:6px}.style_dotsContainer__B31sr{gap:15px;margin-top:60px}.style_dot__BT8c-{height:14px;width:14px}.style_dotActive__zXyAl{height:20px;width:20px}}@media (max-width:375px){.style_featuredContainer__FTO09{margin-top:-50px}.style_featuredSection__ormTR{margin:0 12px;max-width:calc(100% - 24px)}.style_title__45oIl{font-size:22px!important}.style_subtitle__AmdwU{font-size:13px!important}.style_currentImage__mpqij{height:250px}.style_overlay__CVcGW{height:105px;width:180px}.style_overlayText__RdRjU{font-size:11px!important}}@media (max-width:340px){.style_featuredContainer__FTO09{margin-top:-100px}}.style_discoverContainer__\+JdIj{background-color:#fff;justify-content:center;max-width:1512px;padding-top:54px;transition:background-color .3s ease}.style_discoverContainer__\+JdIj,.style_discoverSection__JcRtY{align-items:center;display:flex;flex-direction:column;margin:0 auto}.style_discoverSection__JcRtY{max-width:1277px;text-align:center;width:100%}.style_discoverHeader__lvz\+x{align-items:center;display:flex;flex-direction:column;margin-top:43px;max-width:445px;width:100%}.style_title__aTY7p{color:#1d1d1c;color:var(--color-text-primary,#1d1d1c);font-size:40px!important;font-weight:700;line-height:140%;text-align:center;transition:color .3s ease}.style_discoverSubtitle__3JH9M{align-items:center;display:flex;flex-direction:column;margin-top:22px;max-width:551px;width:100%}.style_subtitle__-fYSL{color:#1d1d1c;color:var(--color-text-primary,#1d1d1c);font-size:20px!important;font-weight:400;line-height:140%;text-align:center;transition:color .3s ease}.style_imageWrapper__Ms3Ue{margin-top:51px;max-width:942px;position:relative;width:100%}.style_mainImage__XNRo8{border-radius:10px;box-shadow:0 25px 50px -12px #00000040;height:390px;object-fit:cover;transition:all .5s ease;width:100%}.style_featureOverlayContainer__oi715{align-items:flex-end;bottom:-15px;display:flex;flex-wrap:wrap;gap:10px;height:130px;justify-content:space-between;left:50%;max-width:927px;padding:0 7px;position:absolute;transform:translateX(-50%);width:100%}.style_featureBox__5v3hc{align-items:center;background-color:#1d1d1c;border-radius:10px;box-shadow:0 6px 20px #00000026;color:#fcf8f1;display:flex;flex:1 1;flex-direction:column;justify-content:center;max-width:300px;min-height:100%;min-width:257px;padding:20px 10px;text-align:center}.style_featureBox__5v3hc:hover{box-shadow:0 10px 25px #00000040;transform:translateY(-5px);transition:all .3s ease}.style_featureTitle__vv3Zx{font-weight:700;line-height:140%;margin-bottom:10px;text-align:center}.style_featureDescription__6xN1g{color:#fcf8f1;font-size:13px!important;line-height:140%;margin:0 auto;max-width:187px;text-align:center;width:100%}.style_discoverFooter__UmYob{align-items:center;display:flex;flex-direction:column;margin-top:91px;max-width:683px;width:100%}.style_footerText__MZPov{color:#1d1d1c;color:var(--color-text-primary,#1d1d1c);font-size:20px!important;font-weight:400;line-height:140%;text-align:center;transition:color .3s ease}@media (max-width:1330px){.style_discoverSection__JcRtY{margin:0 20px;max-width:calc(100% - 40px)}}@media (max-width:1200px){.style_title__aTY7p{font-size:36px!important}.style_subtitle__-fYSL{font-size:18px!important}.style_mainImage__XNRo8{height:350px}.style_featureBox__5v3hc{height:95px;min-width:230px;padding:18px 10px}.style_featureDescription__6xN1g{font-size:12px!important}.style_footerText__MZPov{font-size:18px!important}}@media (max-width:1100px){.style_title__aTY7p{font-size:34px!important}.style_mainImage__XNRo8{height:320px}.style_featureBox__5v3hc{height:90px;min-width:210px}}@media (max-width:768px){.style_discoverSection__JcRtY{margin:0 20px;max-width:calc(100% - 40px);padding:0}.style_discoverHeader__lvz\+x{margin-top:32px}.style_title__aTY7p{font-size:28px!important}.style_discoverSubtitle__3JH9M{margin-top:20px}.style_subtitle__-fYSL{font-size:16px!important}.style_imageWrapper__Ms3Ue{margin-top:40px}.style_mainImage__XNRo8{border-radius:16px;height:280px}.style_featureOverlayContainer__oi715{align-items:center;flex-direction:column;gap:16px;height:auto;margin-top:-120px;max-width:100%;padding:0;position:static;transform:none;width:100%;z-index:100}.style_featureBox__5v3hc{flex:none;height:auto;max-width:400px;min-height:auto;min-width:auto;padding:24px 20px;width:100%}.style_featureBox__5v3hc:hover{transform:translateY(-3px)}.style_featureTitle__vv3Zx{font-size:16px!important;margin-bottom:12px}.style_featureDescription__6xN1g{font-size:14px!important;max-width:100%}.style_discoverFooter__UmYob{margin-top:40px}.style_footerText__MZPov{font-size:16px!important}}@media (max-width:480px){.style_discoverContainer__\+JdIj{padding-top:48px}.style_discoverSection__JcRtY{margin:0 16px;max-width:calc(100% - 32px)}.style_discoverHeader__lvz\+x{margin-top:24px}.style_title__aTY7p{font-size:24px!important}.style_subtitle__-fYSL{font-size:14px!important}.style_imageWrapper__Ms3Ue{margin-top:32px}.style_mainImage__XNRo8{height:240px}.style_featureOverlayContainer__oi715{gap:12px;margin-top:-100px}.style_featureBox__5v3hc{border-radius:8px;max-width:100%;padding:20px 16px}.style_featureTitle__vv3Zx{font-size:15px!important}.style_featureDescription__6xN1g{font-size:13px!important}.style_discoverFooter__UmYob{margin-top:32px}.style_footerText__MZPov{font-size:14px!important}}@media (max-width:375px){.style_discoverSection__JcRtY{margin:0 12px;max-width:calc(100% - 24px)}.style_title__aTY7p{font-size:22px!important}.style_subtitle__-fYSL{font-size:13px!important}.style_mainImage__XNRo8{height:220px}.style_featureOverlayContainer__oi715{margin-top:-90px}.style_featureBox__5v3hc{padding:18px 14px}.style_featureTitle__vv3Zx{font-size:14px!important}.style_featureDescription__6xN1g{font-size:12px!important}.style_footerText__MZPov{font-size:13px!important}}.style_showcaseContainer__j\+R6p{align-items:center;background-color:#fff;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:1512px;padding-top:80px;width:100%}.style_showcaseSection__9eJVY{align-items:center;display:flex;gap:39px;justify-content:space-between;margin:0 auto;max-width:1277px;padding-bottom:46px;width:100%}.style_textContent__uL9YI{align-self:flex-start;display:flex;flex-direction:column;flex-shrink:1;max-width:604px;width:100%}.style_showcaseHeader__BBgDv{margin-top:88px;width:100%}.style_title__rqLKW{color:#1d1d1c;font-size:40px!important;font-weight:700;line-height:140%}.style_showcaseSubtitle__jmfUF{margin-top:32px;max-width:551px;width:100%}.style_subtitle__F-UNM{color:#1d1d1c;font-size:20px!important;line-height:140%}.style_ctaButtonContainer__Orh1-{margin-top:32px}.style_ctaButton__kBPlm{align-items:center;background-color:#1d1d1c;border:2px solid #1d1d1c;border-radius:12px;cursor:pointer;display:flex;height:46px;justify-content:center;transition:all .2s ease;width:142px}.style_createStoreText__U\+3IG{color:#faf2ec;font-weight:700!important;line-height:140%}.style_imageStack__y6z-o{flex-shrink:1;height:662px;max-width:666px;position:relative;width:100%}.style_image__R7THq{object-fit:cover;position:absolute;transition:transform .3s ease}.style_imageTop__lKqwn{height:62%;max-height:412px;max-width:412px;right:0;top:0;width:62%;z-index:2}.style_imageMiddle__ZNKkq{height:74%;left:0;max-height:492px;max-width:382px;top:6%;width:57%;z-index:3}.style_imageBottom__a0Mq2{bottom:0;height:49%;max-height:322px;max-width:565px;right:0;width:85%;z-index:1}@media (max-width:1330px){.style_showcaseSection__9eJVY{margin:0 20px;max-width:calc(100% - 40px)}}@media (max-width:1200px){.style_title__rqLKW{font-size:38px!important}.style_subtitle__F-UNM{font-size:19px!important}.style_showcaseSection__9eJVY{gap:32px}.style_imageStack__y6z-o{height:596px;max-width:600px}}@media (max-width:1160px){.style_title__rqLKW{font-size:36px!important}.style_subtitle__F-UNM{font-size:18px!important}.style_showcaseHeader__BBgDv{margin-top:70px}.style_imageStack__y6z-o{height:545px;max-width:550px}}@media (max-width:1100px){.style_title__rqLKW{font-size:34px!important}.style_textContent__uL9YI{max-width:520px}.style_imageStack__y6z-o{height:496px;max-width:500px}}@media (max-width:1024px){.style_showcaseContainer__j\+R6p{padding-top:60px}.style_showcaseSection__9eJVY{align-items:center;flex-direction:column;gap:48px}.style_textContent__uL9YI{align-self:center;max-width:100%;order:1;text-align:center}.style_showcaseHeader__BBgDv{margin-top:0}.style_title__rqLKW{font-size:32px!important;text-align:center}.style_showcaseSubtitle__jmfUF{margin:24px auto 0;max-width:90%}.style_subtitle__F-UNM{font-size:18px!important;text-align:center}.style_ctaButtonContainer__Orh1-{display:flex;justify-content:center;margin-top:32px;order:4}.style_imageStack__y6z-o{height:595px;max-width:600px;order:3}}@media (max-width:768px){.style_showcaseContainer__j\+R6p{padding-top:48px}.style_showcaseSection__9eJVY{gap:40px;margin:0 20px;max-width:calc(100% - 40px)}.style_title__rqLKW{font-size:28px!important}.style_showcaseSubtitle__jmfUF{margin-top:20px}.style_subtitle__F-UNM{font-size:16px!important}.style_ctaButtonContainer__Orh1-{margin-top:28px}.style_ctaButton__kBPlm{height:44px;width:135px}.style_imageStack__y6z-o{height:450px;max-width:100%;order:3;width:100%}.style_imageTop__lKqwn{height:60%;width:65%}.style_imageMiddle__ZNKkq{height:70%;top:8%;width:60%}.style_imageBottom__a0Mq2{height:45%;width:88%}}@media (max-width:480px){.style_showcaseContainer__j\+R6p{padding-top:40px}.style_showcaseSection__9eJVY{gap:32px;margin:0 16px;max-width:calc(100% - 32px)}.style_title__rqLKW{font-size:24px!important}.style_subtitle__F-UNM{font-size:14px!important}.style_ctaButton__kBPlm{height:44px;width:130px}.style_createStoreText__U\+3IG{font-size:14px!important}.style_imageStack__y6z-o{height:400px}}@media (max-width:375px){.style_showcaseSection__9eJVY{margin:0 12px;max-width:calc(100% - 24px)}.style_title__rqLKW{font-size:22px!important}.style_subtitle__F-UNM{font-size:13px!important}.style_ctaButton__kBPlm{height:42px;width:120px}.style_imageStack__y6z-o{height:360px}}.style_newsletterContainer__fymRO{background-color:#fff;justify-content:center;max-width:1512px}.style_newsletterContainer__fymRO,.style_newsletterSection__DFvVe{align-items:center;display:flex;flex-direction:column;margin:0 auto;width:100%}.style_newsletterSection__DFvVe{max-width:807px}.style_headerSection__V8qAJ{align-items:center;display:flex;flex-direction:column;margin-top:36px;max-width:653px;width:100%}.style_title__xjkg1{color:#1d1d1c;font-size:40px!important;font-weight:700;line-height:140%;text-align:center}.style_subtitleSection__UIi4R{align-items:center;display:flex;flex-direction:column;margin-top:34px;max-width:807px;width:100%}.style_subtitle__6T5r1{color:#1d1d1c;font-size:16px!important;font-weight:400;line-height:140%;text-align:center}.style_subscriptionForm__h5yr1{margin-top:39px;max-width:450px;position:relative;width:100%}.style_inputContainer__yvDFv{position:relative;width:100%}.style_emailInput__Jw3ri{background-color:#fff;border:1px solid #1d1d1c;border-radius:8px;box-sizing:border-box;color:#1d1d1c;font-family:Satoshi,sans-serif;font-size:16px;font-weight:400;height:50px;outline:none;padding:16px 60px 16px 20px;transition:all .3s ease;width:100%}.style_emailInput__Jw3ri::placeholder{color:#bebebe;font-weight:400}.style_emailInput__Jw3ri:focus{border:1px solid #1d1d1c}.style_subscribeButton__-qDd0{align-items:center;background-color:#1d1d1c;border:none;border-radius:20px;color:#fff;cursor:pointer;display:flex;height:36.441832554385996px;justify-content:center;position:absolute;right:20px;top:50%;transform:translateY(-50%);transition:all .3s ease;width:36.441832554385996px}.style_subscribeButton__-qDd0:hover{background-color:#000;transform:translateY(-50%) scale(1.05)}.style_arrowIcon__6U\+Ph{height:20px;width:16.970001914676164px}.style_socialSection__flTZR{height:243px;margin-bottom:53px;margin-top:35px;max-width:479px;position:relative;width:100%}.style_socialImage__UbRSy{border-radius:20px;box-shadow:0 8px 32px #0000001a;height:100%;width:100%}.style_socialOverlay__ntGUo{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#1d1d1c;border-radius:20px;display:flex;flex-direction:column;gap:42px;height:159px;left:50%;opacity:.85;position:absolute;top:30px;transform:translateX(-50%);width:414px}.style_socialText__I7QZe{color:#fff;font-weight:400;line-height:140%;margin-top:34px;text-align:center}.style_socialLinks__4lbAx{align-items:center;display:flex;gap:20px;height:24px;justify-content:space-between;max-width:200px;width:100%}.style_socialLink__nRMoE{align-items:center;color:#fff;display:inline-flex;height:20px;justify-content:center;opacity:.8;text-decoration:none;transition:color .2s ease,opacity .2s ease;width:20px}.style_socialLink__nRMoE:hover{opacity:1;transform:scale(1.1)}@media (max-width:1330px){.style_newsletterSection__DFvVe{margin:0 20px;max-width:calc(100% - 40px)}}@media (max-width:1200px){.style_title__xjkg1{font-size:36px!important}}@media (max-width:1100px){.style_title__xjkg1{font-size:34px!important}}@media (max-width:768px){.style_newsletterSection__DFvVe{margin:0 20px;max-width:calc(100% - 40px);padding:0}.style_headerSection__V8qAJ{margin-top:24px}.style_title__xjkg1{font-size:28px!important}.style_subtitleSection__UIi4R{margin-top:20px}.style_subtitle__6T5r1{font-size:14px!important}}@media (max-width:480px){.style_newsletterSection__DFvVe{margin:0 16px;max-width:calc(100% - 32px)}.style_title__xjkg1{font-size:24px!important;line-height:130%}.style_emailInput__Jw3ri{font-size:15px;height:52px}.style_subscribeButton__-qDd0{height:44px;width:44px}.style_socialOverlay__ntGUo{width:320px}}@media (max-width:375px){.style_newsletterSection__DFvVe{margin:0 12px;max-width:calc(100% - 24px)}.style_socialOverlay__ntGUo{width:280px}.style_socialText__I7QZe{font-size:12px!important}.style_socialLinks__4lbAx{gap:16px;max-width:160px}}@media (max-width:325px){.style_socialOverlay__ntGUo{width:240px}.style_socialLinks__4lbAx{gap:12px;max-width:140px}}.style_desktopAuth__L9S7j{align-items:center;display:flex;gap:40px;height:100%;justify-content:flex-end;margin:0 auto;max-width:699px;width:100%}.style_loginBtn__5FH0H{align-items:center;background-color:initial;border:none;border-radius:12px;cursor:pointer;display:flex;height:46px;justify-content:center;max-width:90px;padding:24px 12px;transition:all .2s ease;width:100%}.style_loginText__4N024{color:#000;font-size:1rem;line-height:140%}.style_signupBtn__PaG6C{align-items:center;background-color:#000;border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;height:46px;justify-content:center;max-width:105px;padding:24px 12px;transition:all .2s ease;width:100%}.style_signupText__63Dc7{color:#fff;font-size:1rem;line-height:140%}.style_mobileAuth__Xj-CB{border-top:1px solid #f3f4f6;margin-top:1rem;padding-bottom:.5rem;padding-top:1rem}.style_mobileLoginBtn__iNcbY{background-color:initial;border:none;border-radius:.375rem;color:#374151;cursor:pointer;font-size:1rem;font-weight:500;margin-bottom:.5rem;padding:.75rem;text-align:left;transition:all .2s ease;width:100%}.style_mobileLoginBtn__iNcbY:hover{background-color:#f9fafb;color:#000}.style_mobileSignupBtn__sGyQV{background-color:#000;border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem;transition:all .2s ease;width:100%}.style_mobileSignupBtn__sGyQV:hover{background-color:#1f2937}.style_navbar__d0Bdm{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#fff;box-shadow:0 2px 4px #0000000d;display:flex;justify-content:center;left:0;margin:0 auto;max-width:1512px;position:fixed;right:0;top:0;z-index:1000}.style_navbarSpacer__wa-Rh,.style_navbar__d0Bdm{height:104px;width:100%}.style_navContainer__H2t7s{align-items:center;display:flex;height:100%;justify-content:space-between;margin:0 auto;max-width:1277px;padding:0 1rem;position:relative;width:100%}.style_logoSection__vA5kw{flex-shrink:0}.style_logoContainer__kVkvR{align-items:center;cursor:pointer;display:flex}.style_logo__u3TFE{display:block;height:56.5px;transition:transform .2s ease;width:56.5px}.style_logo__u3TFE:hover{transform:scale(1.05)}.style_desktopNav__5g4Mp{display:flex;margin-right:42px}.style_navLinks__OqdJq{align-items:center;display:flex;gap:42px;position:relative}.style_navLink__9pmQo{color:#000;font-size:16px;line-height:140%;padding:8px 0;position:relative;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.style_navLink__9pmQo:before{background-color:#000;border-radius:1px;bottom:-2px;content:"";height:2px;left:0;position:absolute;right:0;transform:scaleX(0);transform-origin:center;transition:transform .3s cubic-bezier(.4,0,.2,1)}.style_navLink__9pmQo:hover{background-color:initial;color:#374151;transform:translateY(-2px)}.style_navLink__9pmQo:hover:before{transform:scaleX(1)}.style_activeNavLink__d3j8R{color:#000;font-weight:600}.style_activeNavLink__d3j8R:before{transform:scaleX(1)}.style_desktopAuth__yAfrD{align-items:center;display:flex;gap:1rem;justify-content:flex-end;width:40%}.style_profileContainer__BLnZu{position:relative}.style_profileButton__6\+EFp{align-items:center;background:#0000;border:none;border-radius:50%;cursor:pointer;display:flex;justify-content:center;padding:8px;transition:all .3s ease}.style_profileButton__6\+EFp:hover{transform:scale(1.05)}.style_profileIcon__v9w7k{align-items:center;color:#000;display:flex;height:45px;justify-content:center;transition:color .3s ease;width:45px}.style_profileButton__6\+EFp:hover .style_profileIcon__v9w7k{color:#374151}.style_profileImage__nOEjT{border-radius:50%;height:100%;object-fit:cover;width:100%}.style_profileDropdown__wdIuC{animation:style_fadeInDown__xDfej .2s ease;background-color:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;min-width:160px;overflow:hidden;position:absolute;right:0;top:calc(100% + 8px);z-index:1001}@keyframes style_fadeInDown__xDfej{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.style_dropdownItem__9HkL8{background:#0000;border:none;color:#374151;cursor:pointer;display:block;font-size:14px;font-weight:500;padding:12px 16px;text-align:left;transition:all .2s ease;width:100%}.style_dropdownItem__9HkL8:hover{background-color:#f9fafb;color:#000}.style_dropdownItem__9HkL8:not(:last-child){border-bottom:1px solid #f3f4f6}.style_desktopLoginBtn__8xMsp{align-items:center;background-color:initial;border:none;border-radius:12px;cursor:pointer;display:flex;height:46px;justify-content:center;max-width:90px;overflow:hidden;padding:24px 12px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.style_desktopLoginBtn__8xMsp:before{background-color:#00000008;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s ease,height .6s ease;width:0}.style_desktopLoginBtn__8xMsp:hover:before{height:300px;width:300px}.style_desktopLoginBtn__8xMsp:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.style_desktopLoginBtn__8xMsp:active{box-shadow:0 2px 6px #0000001a;transform:translateY(0)}.style_desktopLoginText__U0SGw{color:#000;font-size:1rem;line-height:140%;position:relative;transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:1}.style_desktopLoginBtn__8xMsp:hover .style_desktopLoginText__U0SGw{transform:scale(1.05)}.style_desktopSignupBtn__SfY3P{align-items:center;background-color:#000;border:none;border-radius:12px;box-shadow:0 2px 8px #00000026;color:#fff;cursor:pointer;display:flex;height:46px;justify-content:center;max-width:105px;overflow:hidden;padding:24px 12px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.style_desktopSignupBtn__SfY3P:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.style_desktopSignupBtn__SfY3P:hover:before{left:100%}.style_desktopSignupBtn__SfY3P:hover{background-color:#1a1a1a;box-shadow:0 6px 16px #00000040;transform:translateY(-2px)}.style_desktopSignupBtn__SfY3P:active{box-shadow:0 3px 10px #0003;transform:translateY(0)}.style_desktopSignupText__La-9V{color:#fff;font-size:1rem;line-height:140%;position:relative;transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:1}.style_desktopSignupBtn__SfY3P:hover .style_desktopSignupText__La-9V{transform:scale(1.05)}.style_mobileMenuBtn__eeutt{display:none;margin-left:auto}.style_hamburgerBtn__d21wl{align-items:center;background-color:initial;border:none;border-radius:.375rem;color:#374151;cursor:pointer;display:inline-flex;justify-content:center;padding:.5rem;transition:all .2s ease}.style_hamburgerBtn__d21wl:hover{background-color:#f3f4f6;color:#000}.style_hamburgerBtn__d21wl:focus{box-shadow:0 0 0 2px #0000001a;outline:none}.style_hamburgerIcon__ghG0-{align-items:center;display:flex;flex-direction:column;height:1.5rem;justify-content:center;position:relative;width:1.5rem}.style_hamburgerLine__C1pPx{background-color:currentColor;border-radius:2px;display:block;height:2px;transform-origin:center;transition:all .3s ease-out;width:1.5rem}.style_hamburgerLine__C1pPx:not(:last-child){margin-bottom:4px}.style_hamburgerLineTop__K3S9f{transform:rotate(45deg) translate(4px,4px)}.style_hamburgerLineMiddle__upuKc{opacity:0}.style_hamburgerLineBottom__X1JPJ{transform:rotate(-45deg) translate(4px,-4px)}.style_srOnly__AeCEg{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.style_mobileMenu__mCR68{background-color:#fff;box-shadow:0 5px 15px #0000001a;display:block;height:0;opacity:0;overflow:hidden;position:fixed;right:0;top:104px;transform:translateX(100%);transition:all .3s ease-in-out;width:100%;z-index:999}.style_mobileMenuOpen__kiI-v{height:auto;max-height:calc(100vh - 104px);opacity:1;overflow-y:auto;transform:translateX(0)}.style_mobileMenuContent__BVGcq{background-color:#fff;display:flex;flex-direction:column;height:100%;padding:0 1rem 1.5rem}.style_mobileNavLink__tTCeC{border-radius:8px;color:#374151;display:block;font-size:1.125rem;font-weight:500;padding:1rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.style_mobileNavLink__tTCeC:hover{background-color:#f9fafb;color:#000;transform:translateX(4px)}.style_activeMobileNavLink__2AfsM{background-color:#f9fafb;color:#000;font-weight:600;position:relative}.style_mobileAuth__9ge2e{display:flex;flex-direction:column;gap:1rem;margin-top:2rem;padding:0 1rem}.style_mobileLoginBtn__sgQw5,.style_mobileProfileBtn__CqI1E{align-items:center;background-color:initial;border:1px solid #1d1d1c;border-radius:12px;cursor:pointer;display:flex;height:46px;justify-content:center;margin:0 auto;max-width:90px;overflow:hidden;padding:24px 12px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.style_mobileLoginBtn__sgQw5:before,.style_mobileProfileBtn__CqI1E:before{background-color:#0000000d;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s ease,height .6s ease;width:0}.style_mobileLoginBtn__sgQw5:hover,.style_mobileProfileBtn__CqI1E:hover{background-color:#f9fafb;border-color:#1d1d1c;box-shadow:0 4px 12px #0000001a;color:#000;transform:translateY(-2px)}.style_mobileLoginBtn__sgQw5:hover:before,.style_mobileProfileBtn__CqI1E:hover:before{height:300px;width:300px}.style_mobileLoginBtn__sgQw5:active,.style_mobileProfileBtn__CqI1E:active{box-shadow:0 2px 6px #0000001a;transform:translateY(0)}.style_mobileLogoutBtn__uGW9t,.style_mobileSignupBtn__i3aSX{align-items:center;background-color:#000;border:none;border-radius:12px;box-shadow:0 2px 8px #00000026;color:#fff;cursor:pointer;display:flex;height:46px;justify-content:center;margin:0 auto;max-width:105px;overflow:hidden;padding:24px 12px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.style_mobileLogoutBtn__uGW9t:before,.style_mobileSignupBtn__i3aSX:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.style_mobileLogoutBtn__uGW9t:hover,.style_mobileSignupBtn__i3aSX:hover{background-color:#1d1d1c;border-color:#000;box-shadow:0 6px 16px #00000040;transform:translateY(-2px)}.style_mobileLogoutBtn__uGW9t:hover:before,.style_mobileSignupBtn__i3aSX:hover:before{left:100%}.style_mobileLogoutBtn__uGW9t:active,.style_mobileSignupBtn__i3aSX:active{box-shadow:0 3px 10px #0003;transform:translateY(0)}.style_overlay__i8itx{background-color:#00000080;bottom:0;left:0;opacity:0;position:fixed;right:0;top:0;transition:all .3s ease-in-out;visibility:hidden;z-index:998}.style_overlay__i8itx.style_active__Df9bO{opacity:1;visibility:visible}@media (max-width:1380px){.style_desktopAuth__yAfrD,.style_desktopNav__5g4Mp{display:flex}.style_mobileMenuBtn__eeutt{display:none}}@media (max-width:1140px){.style_profileIcon__v9w7k,.style_profileImage__nOEjT{height:40px;width:40px}}@media (max-width:1024px){.style_navLinks__OqdJq{gap:32px}.style_desktopAuth__yAfrD{width:25%}}@media (max-width:768px){.style_desktopAuth__yAfrD,.style_desktopNav__5g4Mp{display:none}.style_logo__u3TFE{height:49px;width:49px}.style_mobileMenuBtn__eeutt{display:block}.style_navbar__d0Bdm{height:80px}.style_mobileMenu__mCR68{top:80px}.style_mobileMenuOpen__kiI-v{max-height:calc(100vh - 80px)}}@media (max-width:480px){.style_navContainer__H2t7s{padding:0 .75rem}.style_logo__u3TFE{height:45px;width:45px}.style_mobileMenuContent__BVGcq{padding:1rem .75rem}.style_mobileNavLink__tTCeC{font-size:1rem;padding:.875rem}}@media (max-width:375px){.style_navbarSpacer__wa-Rh,.style_navbar__d0Bdm{height:70px}.style_navContainer__H2t7s{padding:0 .5rem}.style_logo__u3TFE{height:40px;width:40px}.style_mobileMenu__mCR68{top:70px}.style_mobileMenuOpen__kiI-v{max-height:calc(100vh - 70px)}.style_mobileMenuContent__BVGcq{padding:.75rem .5rem}.style_mobileNavLink__tTCeC{font-size:.95rem;padding:.75rem}.style_mobileAuth__9ge2e{padding:0 .5rem}.style_mobileLoginBtn__sgQw5,.style_mobileLogoutBtn__uGW9t,.style_mobileProfileBtn__CqI1E,.style_mobileSignupBtn__i3aSX{font-size:.95rem;padding:.625rem 1.25rem}}.style_footer__vxcNY{background-color:#fff;margin:0 auto;max-width:1512px;padding-bottom:34px;padding-top:45px;width:100%}.style_footerContainer__x8K1c{background-color:#1d1d1c;border-radius:10px;display:flex;gap:64px;margin:0 auto;max-width:1277px;padding:64px 0;width:100%}.style_brandSection__eVYps{display:flex;flex-direction:column;flex-shrink:0;max-width:374px;padding-left:4rem}.style_logoContainer__5Kml5{align-items:center;display:flex;margin-bottom:24px}.style_logoWrapper__rhn08{cursor:pointer;display:block;transition:transform .2s ease}.style_logoWrapper__rhn08:hover{transform:scale(1.05)}.style_logoImage__\+KNPY{display:block;height:64px;width:64px}.style_description__oUenC{color:#fcf8f1;line-height:140%;margin-bottom:40px;max-width:362px}.style_socialLinks__wlTNH{align-items:center;display:flex;gap:20px;margin-bottom:80px}.style_socialLink__mIRpN{align-items:center;display:inline-flex;height:20px;justify-content:center;opacity:.8;text-decoration:none;transition:transform .2s ease,opacity .2s ease;width:20px}.style_socialLink__mIRpN:hover{opacity:1;transform:scale(1.1)}.style_socialLink__mIRpN img{height:100%;object-fit:contain;width:100%}.style_copyright__Mg\+Am{color:#fcf8f1;line-height:140%;opacity:.7}.style_navigationSections__Fw8Gy{display:flex;flex:1 1;flex-wrap:wrap;gap:60px;justify-content:space-between;padding-right:4rem}.style_section__0dI5D{display:flex;flex-direction:column;min-width:120px}.style_sectionTitle__XwLX6{color:#fcf8f1;font-weight:700;margin-bottom:24px}.style_linkList__-1S6U{align-items:flex-start;display:flex;flex-direction:column;gap:16px;list-style:none;margin:0;padding:0}.style_link__CQCVK{display:inline-block;text-decoration:none;transition:color .2s ease}.style_linkText__mtBWf{color:#fcf8f1;line-height:140%;transition:color .2s ease}.style_link__CQCVK:hover .style_linkText__mtBWf{color:#fff}@media (max-width:1330px){.style_footerContainer__x8K1c{margin:0 20px;max-width:calc(100% - 40px)}}@media (max-width:1024px){.style_footerContainer__x8K1c{gap:40px;padding:56px 0}.style_brandSection__eVYps{max-width:320px;padding-left:3rem}.style_navigationSections__Fw8Gy{gap:40px;padding-right:3rem}}@media (max-width:768px){.style_footer__vxcNY{margin-bottom:24px;margin-top:32px;width:100%}.style_footerContainer__x8K1c{flex-direction:column;gap:0;margin:0 20px;max-width:calc(100% - 40px);padding:40px 0;position:relative}.style_brandSection__eVYps{align-items:center;flex-direction:row;justify-content:space-between;margin-bottom:48px;max-width:none;padding-left:2rem;padding-right:2rem}.style_logoContainer__5Kml5{margin-bottom:0}.style_logoImage__\+KNPY{height:48px;width:48px}.style_description__oUenC{display:none}.style_socialLinks__wlTNH{gap:16px;margin-bottom:0;order:2}.style_socialLink__mIRpN{height:20px;width:20px}.style_navigationSections__Fw8Gy{flex-direction:column;gap:32px;margin-bottom:48px;padding-left:2rem;padding-right:0}.style_section__0dI5D{min-width:auto}.style_sectionTitle__XwLX6{font-size:18px;margin-bottom:20px}.style_linkList__-1S6U{gap:12px}.style_linkText__mtBWf{font-size:16px}.style_copyright__Mg\+Am{bottom:15px;left:0;margin:auto;position:absolute;right:0;text-align:center}}@media (max-width:480px){.style_footerContainer__x8K1c{margin:0 16px;max-width:calc(100% - 32px)}.style_brandSection__eVYps{margin-bottom:40px}.style_logoImage__\+KNPY{height:40px;width:40px}.style_socialLinks__wlTNH{gap:12px}.style_socialLink__mIRpN{height:18px;width:18px}.style_navigationSections__Fw8Gy{gap:28px;margin-bottom:40px}.style_sectionTitle__XwLX6{font-size:16px;margin-bottom:16px}.style_linkText__mtBWf{font-size:14px}.style_copyright__Mg\+Am{font-size:12px}}@media (max-width:375px){.style_footerContainer__x8K1c{margin:0 12px;max-width:calc(100% - 24px)}.style_brandSection__eVYps{margin-bottom:32px}.style_logoImage__\+KNPY{height:36px;width:36px}}.style_aboutHero__sWB9F{background-color:#fff;justify-content:center;max-width:1512px;padding-top:103px}.style_aboutHeroContainer__\+J6H\+,.style_aboutHero__sWB9F{align-items:center;display:flex;flex-direction:column;margin:0 auto;width:100%}.style_aboutHeroContainer__\+J6H\+{max-width:1277px;position:relative}.style_galleryImage__lTXh3{border-radius:16px;height:auto;max-height:541px;object-fit:cover;width:100%}.style_aboutHeader__qmvkM{align-items:flex-start;display:flex;flex-direction:column;left:0;max-width:450px;position:absolute;top:11px;width:100%}.style_title__DUeuJ{color:#1d1d1c;font-size:40px!important;font-weight:700;line-height:140%}.style_scrollIconWrapper__gxE7p{align-items:center;bottom:0;color:#1d1d1c;cursor:pointer;display:flex;flex-direction:column;position:absolute;right:16px;transition:transform .3s ease;width:85px}.style_scrollIconWrapper__gxE7p:hover{transform:translateY(3px)}.style_chevronDownContainer__3i1rv{align-items:center;background-color:#1d1d1c;border-radius:50%;display:flex;height:70px;justify-content:center;transition:background-color .3s ease;width:70px}.style_scrollIconWrapper__gxE7p:hover .style_chevronDownContainer__3i1rv{background-color:#2d2d2c}.style_scrollText__1Fywf{color:#1d1d1c;font-size:14px!important;line-height:140%}.style_scrollIcon__fQSvc{animation:style_bounce__Q95rC 1.5s infinite;height:28px;width:23px}@keyframes style_bounce__Q95rC{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}@media (max-width:1330px){.style_aboutHeroContainer__\+J6H\+{margin:0 20px;max-width:calc(100% - 40px);padding:0}}@media (max-width:1200px){.style_title__DUeuJ{font-size:38px!important}.style_galleryImage__lTXh3{max-height:490px}.style_scrollIconWrapper__gxE7p{bottom:0;right:0;width:80px}.style_chevronDownContainer__3i1rv{height:60px;width:60px}.style_scrollText__1Fywf{font-size:13px!important}.style_scrollIcon__fQSvc{height:23px;width:18px}}@media (max-width:1150px){.style_galleryImage__lTXh3{max-height:470px}}@media (max-width:1100px){.style_aboutHero__sWB9F{padding-top:90px}.style_title__DUeuJ{font-size:34px!important}.style_galleryImage__lTXh3{max-height:450px}.style_aboutHeader__qmvkM{max-width:400px}.style_scrollIconWrapper__gxE7p{bottom:0;right:0;width:80px}.style_chevronDownContainer__3i1rv{height:50px;width:50px}.style_scrollText__1Fywf{font-size:13px!important}.style_scrollIcon__fQSvc{height:20px;width:15px}}@media (max-width:1024px){.style_aboutHero__sWB9F{padding-top:80px}.style_title__DUeuJ{font-size:32px!important}.style_galleryImage__lTXh3{border-radius:20px;max-height:420px}}@media (max-width:968px){.style_title__DUeuJ{font-size:30px!important}.style_galleryImage__lTXh3{max-height:400px}.style_scrollIconWrapper__gxE7p{width:70px}.style_chevronDownContainer__3i1rv{height:40px;width:40px}.style_scrollText__1Fywf{font-size:11px!important}.style_scrollIcon__fQSvc{height:17px;width:12px}}@media (max-width:900px){.style_title__DUeuJ{font-size:28px!important}.style_galleryImage__lTXh3{max-height:350px}}@media (max-width:850px){.style_title__DUeuJ{font-size:26px!important}.style_galleryImage__lTXh3{max-height:320px}}@media (max-width:768px){.style_aboutHero__sWB9F{margin-top:-24px;padding-top:60px}.style_aboutHeroContainer__\+J6H\+{margin:0 20px;max-width:calc(100% - 40px)}.style_galleryImage__lTXh3{border-radius:16px;max-height:350px}.style_aboutHeader__qmvkM{left:0;max-width:55%;top:10px}.style_title__DUeuJ{font-size:24px!important;line-height:130%}.style_scrollIconWrapper__gxE7p{bottom:0;right:0;width:65px}.style_chevronDownContainer__3i1rv{height:35px;width:35px}.style_scrollIcon__fQSvc{height:22px;width:17px}.style_scrollText__1Fywf{font-size:12px!important}}@media (max-width:720px){.style_galleryImage__lTXh3{max-height:320px}.style_title__DUeuJ{font-size:22px!important}.style_aboutHeader__qmvkM{left:0;max-width:40%;top:10px}.style_scrollIconWrapper__gxE7p{bottom:0;right:0;width:60px}.style_chevronDownContainer__3i1rv{height:30px;width:30px}.style_scrollIcon__fQSvc{height:19px;width:14px}.style_scrollText__1Fywf{font-size:10px!important}}@media (max-width:665px){.style_galleryImage__lTXh3{max-height:300px}.style_title__DUeuJ{font-size:20px!important}.style_aboutHeader__qmvkM{left:0;max-width:45%;top:10px}.style_scrollIconWrapper__gxE7p{bottom:0;right:0;width:55px}.style_chevronDownContainer__3i1rv{height:25px;width:25px}.style_scrollIcon__fQSvc{height:15px;width:10px}.style_scrollText__1Fywf{font-size:8px!important}}@media (max-width:600px){.style_aboutHero__sWB9F{padding-top:50px}.style_aboutHeroContainer__\+J6H\+{margin:0 16px;max-width:calc(100% - 32px)}.style_galleryImage__lTXh3{max-height:300px}.style_aboutHeader__qmvkM{left:0;max-width:50%;top:10px}.style_title__DUeuJ{font-size:18px!important}.style_scrollIconWrapper__gxE7p{bottom:0;right:0;width:50px}.style_chevronDownContainer__3i1rv{height:22px;width:22px}.style_scrollIcon__fQSvc{height:14px;width:9px}.style_scrollText__1Fywf{font-size:7px!important}}@media (max-width:540px){.style_galleryImage__lTXh3{max-height:300px}.style_title__DUeuJ{font-size:16px!important}.style_aboutHeader__qmvkM{left:0;max-width:48%;top:10px}.style_scrollIconWrapper__gxE7p{bottom:0;right:0;width:45px}.style_chevronDownContainer__3i1rv{height:22px;width:22px}.style_scrollIcon__fQSvc{height:14px;width:9px}.style_scrollText__1Fywf{font-size:6px!important}}@media (max-width:480px){.style_aboutHero__sWB9F{padding-top:48px}.style_aboutHeroContainer__\+J6H\+{margin:0 16px;max-width:calc(100% - 32px)}.style_galleryImage__lTXh3{max-height:300px}.style_aboutHeader__qmvkM{left:0;top:10px}.style_title__DUeuJ{font-size:14px!important}.style_scrollIconWrapper__gxE7p{bottom:0;right:0;width:40px}.style_chevronDownContainer__3i1rv{height:20px;width:20px}.style_scrollIcon__fQSvc{height:13px;width:8px}.style_scrollText__1Fywf{font-size:6px!important}}@media (max-width:454px){.style_aboutHeader__qmvkM{max-width:42%}.style_title__DUeuJ{font-size:12px!important}}@media (max-width:400px){.style_scrollIconWrapper__gxE7p{bottom:0;right:0;width:35px}.style_chevronDownContainer__3i1rv{height:18px;width:18px}.style_scrollIcon__fQSvc{height:10px;width:7px}.style_scrollText__1Fywf{font-size:5px!important}}@media (max-width:375px){.style_aboutHero__sWB9F{margin-top:0}.style_aboutHeroContainer__\+J6H\+{margin:0 12px;max-width:calc(100% - 24px)}.style_galleryImage__lTXh3{max-height:260px}.style_aboutHeader__qmvkM{left:0;max-width:47%;top:5px}.style_title__DUeuJ{font-size:10px!important}.style_scrollIconWrapper__gxE7p{bottom:0;right:0;width:30px}.style_chevronDownContainer__3i1rv{height:16px;width:16px}.style_scrollIcon__fQSvc{height:9px;width:6px}.style_scrollText__1Fywf{font-size:4px!important}}@media (max-width:320px){.style_galleryImage__lTXh3{max-height:220px}.style_aboutHeader__qmvkM{max-width:45%}.style_title__DUeuJ{font-size:8px!important}}.style_whoWeAreContainer__hZKTU{align-items:center;background-color:#fff;display:flex;flex-direction:column;margin:0 auto;max-width:1512px;padding-top:79px;width:100%}.style_whoWeAreSection__iyNii{display:flex;gap:55px;margin:0 auto;max-width:1277px;padding-bottom:60px;width:100%}.style_leftColumn__6o-Gi{align-items:flex-start;display:flex;flex-direction:column;flex-shrink:1;max-width:654px;width:100%}.style_heading__CKTjr{color:#1d1d1c;font-size:40px!important;font-weight:700;line-height:140%;max-width:295px;width:100%}.style_description__bLaDK{color:#1d1d1c;font-size:20px!important;font-weight:400;line-height:140%;margin-top:39px;max-width:486px;width:100%}.style_ctaButton__sHrks{align-items:center;background-color:#1d1d1c;border:none;border-radius:12px;cursor:pointer;display:flex;height:46px;justify-content:center;margin-top:52px;padding:12px 24px;transition:all .2s ease;width:142px}.style_ctaText__99n7G{color:#faf2ec;font-weight:700!important;line-height:140%}.style_bottomImage__9i0t3{border-radius:16px;height:auto;margin-top:37px;max-width:654px;object-fit:cover;width:100%}.style_rightColumn__wHrvv{align-items:center;background-color:#1d1d1c;border-radius:16px;color:#fff;display:flex;flex-shrink:1;justify-content:center;max-width:594px;padding:32px;width:100%}.style_darkBoxText__ialy9{color:#faf2ec;font-size:20px!important;line-height:140%;max-width:452px;width:100%}@media (max-width:1330px){.style_whoWeAreSection__iyNii{margin:0 20px;max-width:calc(100% - 40px)}}@media (max-width:1200px){.style_whoWeAreSection__iyNii{gap:48px}.style_heading__CKTjr{font-size:38px!important}.style_description__bLaDK{font-size:19px!important;margin-top:36px}.style_darkBoxText__ialy9{font-size:19px!important}.style_ctaButton__sHrks{margin-top:46px}.style_bottomImage__9i0t3{margin-top:34px}}@media (max-width:1100px){.style_whoWeAreSection__iyNii{gap:40px}.style_heading__CKTjr{font-size:36px!important}.style_description__bLaDK{font-size:18px!important;margin-top:32px}.style_darkBoxText__ialy9{font-size:18px!important}.style_leftColumn__6o-Gi{max-width:580px}.style_rightColumn__wHrvv{max-width:520px}}@media (max-width:1024px){.style_whoWeAreContainer__hZKTU{padding-top:60px}.style_whoWeAreSection__iyNii{flex-direction:column;gap:48px}.style_leftColumn__6o-Gi{max-width:100%}.style_heading__CKTjr{font-size:34px!important;max-width:100%}.style_description__bLaDK{font-size:18px!important;margin-top:28px;max-width:100%}.style_ctaButton__sHrks{margin-top:40px}.style_bottomImage__9i0t3{margin-top:40px;max-width:100%}.style_rightColumn__wHrvv{max-width:-webkit-fit-content;max-width:fit-content;padding:40px 32px}.style_darkBoxText__ialy9{max-width:100%}}@media (max-width:768px){.style_whoWeAreContainer__hZKTU{padding-top:48px}.style_whoWeAreSection__iyNii{gap:40px;margin:0 20px;max-width:calc(100% - 40px);padding:0 0 40px}.style_heading__CKTjr{font-size:28px!important}.style_description__bLaDK{font-size:16px!important;margin-top:24px}.style_ctaButton__sHrks{height:44px;margin-top:32px;width:135px}.style_ctaText__99n7G{font-size:14px!important}.style_bottomImage__9i0t3{border-radius:12px;margin-top:32px}.style_rightColumn__wHrvv{border-radius:12px;padding:32px 24px}.style_darkBoxText__ialy9{font-size:16px!important}}@media (max-width:480px){.style_whoWeAreContainer__hZKTU{padding-top:40px}.style_whoWeAreSection__iyNii{gap:32px;margin:0 16px;max-width:calc(100% - 32px);padding-bottom:32px}.style_heading__CKTjr{font-size:24px!important}.style_description__bLaDK{font-size:14px!important;margin-top:20px}.style_ctaButton__sHrks{height:44px;margin-top:28px}.style_bottomImage__9i0t3{margin-top:28px}.style_rightColumn__wHrvv{padding:28px 20px}.style_darkBoxText__ialy9{font-size:14px!important}}@media (max-width:375px){.style_whoWeAreSection__iyNii{margin:0 12px;max-width:calc(100% - 24px)}.style_heading__CKTjr{font-size:22px!important}.style_description__bLaDK{font-size:13px!important}.style_ctaButton__sHrks{height:42px;width:135px}.style_rightColumn__wHrvv{padding:24px 16px}.style_darkBoxText__ialy9{font-size:13px!important}}.style_container__eCSOZ{align-items:center;background-color:#fff;display:flex;height:100svh;justify-content:center;position:fixed;width:100%}.style_bgImg__idvcy{display:flex;height:100svh;margin-top:0;object-fit:cover;width:50%}.style_entryContainer__d0aFG{align-items:center;display:flex;flex-direction:column;height:100svh;justify-content:flex-start;padding-top:83px;width:50%}.style_icon__EGHVe{height:74px;margin-bottom:92px;margin-top:0;width:74px}.style_headerTxt__pGA3D{font-family:Lato,sans-serif;font-size:25px;font-style:normal;font-weight:700;margin-bottom:32px;margin-top:92px}.style_btnCont__xKrZY{gap:39px;margin-bottom:15px}.style_btnCont__xKrZY,.style_signInBtn__qFbji{align-items:center;display:flex;justify-content:center}.style_signInBtn__qFbji{border:2px solid #000;border-radius:12px;cursor:pointer;font-family:helveticaReg;font-size:16px;gap:24px;height:61px;max-height:61px;width:185px}.style_orTxt__Xr2gS{font-family:helveticaReg;font-size:20px;height:50px;width:31px}.style_form__WBQ2q{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;max-width:450px;position:relative;width:100%}.style_errorText__s\+QAG{color:#d9534f;font-size:14px;margin-top:15px;text-align:center}.style_field__SP8h4{display:flex;flex-direction:column;max-width:450px;padding:0;position:relative;width:100%}.style_label__TN1lE{color:#333;font-family:satoshiReg;font-size:16px;margin-bottom:6px;text-align:left}.style_input__KKdzy{border:1px solid #ccc;border-radius:6px;box-sizing:border-box;color:#bebebe;display:flex;font-size:14px;height:50px;max-height:50px;outline:none;transition:border-color .2s;width:100%}.style_input__KKdzy::placeholder{color:#bebebe}.style_input__KKdzy:focus{border-color:#985a32}.style_inputContainer__t0ttk{height:50px;max-width:450px;position:relative;width:100%}.style_passwordToggle__843IJ{cursor:pointer;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.style_fPword__0uZLd{cursor:pointer;font-family:satoshiReg;font-size:13px;height:18px;margin-top:21px;text-align:right;width:100%}.style_signInCont__jJGzj{align-items:center;display:flex;gap:8px;justify-content:center}.style_signIn__ABohy{color:#000;font-family:satoshiBold}@media (max-width:1024px){.style_bgImg__idvcy{display:none}.style_entryContainer__d0aFG{width:90%}.style_form__WBQ2q{display:flex;max-width:1000px}.style_field__SP8h4,.style_inputContainer__t0ttk{max-width:1000px}}@media (max-width:834px){.style_entryContainer__d0aFG{max-width:100%;padding-left:5%;padding-right:5%;width:100%}}@media (max-width:605px){.style_entryContainer__d0aFG{width:90%}.style_btnCont__xKrZY{width:80%}.style_signInBtn__qFbji{padding-left:15px;padding-right:15px}.style_headerTxt__pGA3D{margin-top:22px}}@media (max-width:280px){.style_btnCont__xKrZY{width:100%}}.style_container__exkrb{align-items:center;background-color:#fff;display:flex;height:100svh;justify-content:center;position:fixed;width:100%}.style_bgImg__N3Svg{height:100svh;object-fit:cover;width:50%}.style_entryContainer__yOhq-{align-items:center;display:flex;flex-direction:column;height:100svh;justify-content:flex-start;padding-top:83px;width:50%}.style_icon__vG6Mh{height:74px;margin-bottom:139.11px;width:74px}.style_headerTxt__TJkiy{font-family:Lato,sans-serif;font-size:25px;font-style:normal;font-weight:700;margin-bottom:32px}.style_instr__Jqliy{font-family:satoshi;font-size:16px;margin-bottom:22px;width:454px}.style_field__wRqcn{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;width:450px}.style_label__CogZW{color:#333;font-family:satoshi;font-size:15px;font-weight:500;margin-bottom:6px;text-align:left}.style_input__6zKqV{border:1px solid #bebebe;box-sizing:border-box;height:50px;overflow:hidden;width:100%}.style_input__6zKqV::placeholder{color:#bebebe}.style_form__0MTbE{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;max-width:500px;width:100%}.style_errMsg__AhHci{color:#9e0808;font-family:satoshi;font-size:14px;padding-left:10px;text-align:left;white-space:pre-wrap;width:100%}@media (max-width:1024px){.style_bgImg__N3Svg{display:none}.style_entryContainer__yOhq-,.style_field__wRqcn,.style_instr__Jqliy{width:90%}.style_input__6zKqV{width:100%}}@media (max-width:605px){.style_icon__vG6Mh{margin-bottom:20px}}.style_container__1ch6o{align-items:center;background-color:#fff;display:flex;height:100svh;justify-content:center;position:fixed;width:100%}.style_bgImg__MXSuP{height:100svh;object-fit:cover;width:50%}.style_entryContainer__5bfj\+{align-items:center;display:flex;flex-direction:column;height:100svh;justify-content:flex-start;padding-top:83px;width:50%}.style_icon__NLJWT{height:74px;margin-bottom:139.11px;width:74px}.style_headerTxt__QUI-x{font-family:Lato,sans-serif;font-size:25px;font-style:normal;font-weight:700;margin-bottom:32px}.style_alignDiv__l\+RV9{align-items:center;display:flex;flex-direction:column;position:relative}.style_instr__UI5Ds{align-items:center;display:flex;font-family:satoshi;font-size:16px;justify-content:center;margin-bottom:70px;width:454px}.style_otpCont__8DvQ5{display:flex;gap:30px;height:50px;justify-content:center;margin-bottom:21px;margin-top:16px;width:450px}.style_otpInput__Lk8MJ{border:1px solid #8b909a;border-radius:8px;font-size:24px;height:50px;margin:0;outline:none;padding:0;text-align:center;width:50px}.style_errMsg__KjdRH{align-items:center;color:#9e0808;display:flex;font-family:satoshi;font-size:14px;justify-content:center;padding-left:10px;text-align:left;white-space:pre-wrap;width:100%}.style_resend__Jl4uU{color:#000;cursor:pointer;font-family:satoshiBold;font-size:16px}.style_resendCont__69DZr{align-items:center;display:flex;font-family:satoshi;font-size:16px;gap:8px;justify-content:center}@media (max-width:1024px){.style_bgImg__MXSuP{display:none}.style_entryContainer__5bfj\+,.style_instr__UI5Ds{width:90%}.style_alignDiv__l\+RV9{width:100%}.style_otpCont__8DvQ5{gap:10%;width:90%}}@media (max-width:665px){.style_otpCont__8DvQ5{display:flex;gap:5%;height:50px;justify-content:center;margin-bottom:21px;margin-top:16px;width:90%}.style_otpInput__Lk8MJ{font-size:14px;height:40px;justify-content:center;margin-bottom:21px;width:40px}.style_icon__NLJWT{margin-bottom:20px}}@media (max-width:376px){.style_otpInput__Lk8MJ{border-radius:3px;font-size:14px;height:20px;justify-content:center;margin-bottom:21px;margin-top:16px;width:20px}}@font-face{font-family:satoshiReg;src:url(/static/media/Satoshi-Regular.0e8a348647aad1a457de.woff)}.style_container__llMfF{align-items:center;background-color:#fff;display:flex;height:100svh;justify-content:center;position:fixed;width:100%}.style_bgImg__h1hBI{height:100svh;object-fit:cover;width:50%}.style_entryContainer__KFuiW{align-items:center;display:flex;flex-direction:column;height:100svh;justify-content:flex-start;padding-top:83px;width:50%}.style_icon__nAv0A{height:74px;margin-bottom:139px;margin-top:0;width:74px}.style_headerTxt__mpZpb{font-family:helveticaReg;font-size:20px;font-style:normal;font-weight:700;margin-bottom:32px}.style_btnCont__72uQZ{gap:39px;margin-bottom:15px}.style_btnCont__72uQZ,.style_signInBtn__Y\+TBD{align-items:center;display:flex;justify-content:center}.style_signInBtn__Y\+TBD{border:2px solid #000;border-radius:12px;cursor:pointer;font-family:helveticaReg;font-size:16px;gap:24px;height:61px;width:185px}.style_orTxt__-iXdE{font-family:satoshiReg;font-size:16px;height:50px;width:454px}.style_form__971fA{align-items:center;gap:20px;justify-content:center;max-width:450px;position:relative;width:100%}.style_field__ayu9p,.style_form__971fA{display:flex;flex-direction:column}.style_label__094Zx{color:#333;font-family:satoshiReg;font-size:16px;margin-bottom:6px;text-align:left}.style_input__t2zTY{border:1px solid #ccc;border-radius:6px;box-sizing:border-box;color:#bebebe;font-size:14px;height:50px;outline:none;transition:border-color .2s;width:450px}.style_input__t2zTY::placeholder{color:#bebebe}.style_input__t2zTY:focus{border:1px solid #1d1d1c}.style_inputContainer__68v7y{position:relative}.style_input__t2zTY{padding-right:30px}.style_passwordConfToggle__XLK8Q,.style_passwordToggle__MQyTG{cursor:pointer;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.style_fPword__t6rmn{font-family:satoshiReg;font-size:13px;height:18px;margin-top:21px;text-align:right;width:100%}.style_signInCont__MwDz-{align-items:center;display:flex;gap:8px;justify-content:center}.style_signIn__1YLTu{color:#000;font-family:satoshiBold}.style_errMsg__DzGpa{color:#9e0808;font-family:satoshi;font-size:14px;padding-left:10px;text-align:left;white-space:pre-wrap;width:100%}@media (max-width:1024px){.style_bgImg__h1hBI{display:none}.style_entryContainer__KFuiW{width:90%}.style_input__t2zTY{width:100%}.style_inputContainer__68v7y{max-width:1000px}.style_field__ayu9p{width:100%}.style_form__971fA{max-width:1000px;width:100%}.style_orTxt__-iXdE{width:90%}}@media (max-width:665px){.style_icon__nAv0A{margin-bottom:20px}.style_orTxt__-iXdE{margin-bottom:40px}}.style_container__ciRUa{align-items:center;background-color:#fff;box-shadow:0 2px 4px #0000001a;display:flex;height:80px;justify-content:space-around;margin:0 auto;max-width:1512px;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:1000}.style_logo__C3jAP{height:49px;width:49px}.style_search__RyqjE{align-items:center;background-color:#fff;border:1px solid #dcdcdc;border-radius:12px;display:flex;justify-content:space-between;max-width:680px;padding-right:17px;width:100%}.style_searchbtn__Sdt8Y{cursor:pointer;display:flex}.style_searchInput__vJ9lc{border:none;flex:1 1;font-size:14px;outline:none;padding:0 12px}.style_location__f2Fk6{align-items:center;background-color:#1d1d1c;border-bottom-left-radius:12px;border-top-left-radius:12px;color:#fff;display:flex;height:38px;padding:0 10px;width:auto}.style_btnCont__cR3tJ{gap:26px;justify-content:center}.style_btnCont__cR3tJ,.style_buttonGroup__1hVGy{align-items:center;display:flex}.style_primaryButton__4hnlF{background-color:#1d1d1c;border:none;border-radius:12px;cursor:pointer;padding:16px 8px;transition:background-color .2s ease}.style_primaryButtonText__xT6Gh{color:#faf2ec;font-size:16px;line-height:140%}.style_burgerIcon__cWaXd{display:none}.style_burgerContainer__OKu7i{border:2px solid red;position:absolute;top:75px;width:100%}@media (max-width:750px){.style_container__ciRUa{display:flex;gap:12px;height:70px;justify-content:space-between}.style_search__RyqjE{border:1px solid #fff;justify-content:flex-end}.style_btnCont__cR3tJ,.style_location__f2Fk6,.style_search__RyqjE{display:none}.style_burgerIcon__cWaXd{cursor:pointer;display:block!important}}.style_overlay__UKQUs{background:#0000001a;bottom:90px;display:flex;justify-content:end;left:0;position:fixed;right:0;top:70px;z-index:999}.style_sidebar__Zveqm{background:#fff;border:1px solid #ddd;border-radius:10px;display:flex;flex-direction:column;gap:10px;height:-webkit-max-content;height:max-content;max-width:300px;overflow-y:auto;padding:12px;transition:width .16s ease;width:100%}.style_sidebarNav__E089z{display:flex;flex-direction:column;gap:30px}.style_sidebarLink__xXAPe{align-items:center;border-radius:8px;display:flex;gap:18px;padding:10px;text-decoration:none}.style_sidebarLink__xXAPe:hover{background:#f5f5f5}.style_sidebarText__ecuFd{color:#000}.style_sidebarTextActive__DJH0E{font-weight:700}.style_line__HrF0C{border:1px solid #d9d9d9;width:100%}.style_logoutCont__0IB-3{align-items:center;color:#8f0303;display:flex}.style_sidebar__Oi7U0{background:#fff;border:1px solid #ddd;border-bottom-right-radius:10px;border-top-right-radius:10px;bottom:0;display:flex;flex-direction:column;gap:10px;height:calc(100vh - 174px);left:0;overflow-y:auto;padding:12px;position:-webkit-sticky;position:sticky;top:110px;transition:width .16s ease;width:220px}.style_sidebarNav__BZ0F4{display:flex;flex-direction:column;gap:30px}.style_sidebarLink__5RuUz{align-items:center;border-radius:8px;display:flex;gap:18px;padding:10px;text-decoration:none}.style_sidebarLink__5RuUz:hover{background:#f5f5f5}.style_sidebarText__GihcZ{color:#000}.style_sidebarTextActive__YHPx2{font-weight:700}@media (max-width:900px){.style_sidebar__Oi7U0{width:40px}.style_sidebar__Oi7U0 .style_sidebarText__GihcZ{display:none}}@media(max-width:720px){.style_sidebar__Oi7U0{display:none}}.style_storeNavbar__jRyrW{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#fff;box-shadow:0 2px 4px #0000000d;display:flex;height:100px;justify-content:center;left:0;margin:0 auto;max-width:1512px;position:fixed;right:0;top:0;width:100%;z-index:800}.style_storeNavbarContainer__kNTrh{align-items:center;display:flex;flex:1 1;height:49px;justify-content:space-between;margin:0 auto;max-width:1358px;width:100%}.style_brandLink__Owck9,.style_brand__P28Qz{align-items:center;display:flex}.style_brandLink__Owck9{text-decoration:none}.style_logo__mB5Bq{display:block;height:49px;transition:transform .2s ease;width:49px}.style_logo__mB5Bq:hover{transform:scale(1.05)}.style_logoSection__6Fxu6{flex-shrink:0}.style_rightSection__hK4cY{align-items:center;display:flex;gap:35px;justify-content:space-between;max-width:99px;width:100%}.style_helpButton__gqSZ9{align-items:center;background:none;border:none;cursor:pointer;display:flex;height:24px;justify-content:center;transition:all .2s ease;width:24px}.style_helpButton__gqSZ9:hover{transform:scale(1.05)}.style_helpButtonIcon__LAGPQ{height:24px;object-fit:cover;width:24px}.style_helpButtonIcon__LAGPQ,.style_userAvatarIcon__rtRpf,.style_userAvatar__tzcYd{background:none;border:none}.style_userAvatar__tzcYd{align-items:center;cursor:pointer;display:flex;height:40px;justify-content:center;transition:all .2s ease;width:40px}.style_userAvatar__tzcYd:hover{transform:scale(1.05)}.style_userAvatarIcon__rtRpf{height:40px;object-fit:cover;width:40px}@media (max-width:1380px){.style_storeNavbarContainer__kNTrh{margin:0 77px}}@media (max-width:768px){.style_storeNavbarContainer__kNTrh{margin:0 32px}.style_storeNavbar__jRyrW{height:80px}.style_helpButtonIcon__LAGPQ{height:18px;width:18px}.style_userAvatarIcon__rtRpf{height:36px;width:36px}}@media (max-width:480px){.style_storeNavbar__jRyrW{max-width:480px}.style_storeNavbarContainer__kNTrh{margin:0 16px}.style_logo__mB5Bq{height:47px;width:47px}.style_rightSection__hK4cY{gap:8px!important}.style_helpButtonIcon__LAGPQ{display:none;height:14px;width:14px}.style_userAvatarIcon__rtRpf{height:32px;width:32px}}@media (max-width:375px){.style_storeNavbar__jRyrW{max-width:375px}.style_storeNavbarContainer__kNTrh{margin:0 8px}.style_logo__mB5Bq{height:45px;width:45px}.style_rightSection__hK4cY{gap:4px!important;max-width:80px}}.style_customStore__usT7N{background-color:#fff;display:flex;justify-content:center;margin:100px auto 0;max-width:1512px;position:relative;width:100%}.style_contentWrapper__1mOT4{margin:0 auto;max-width:1358px;padding-top:80px;position:relative;width:100%}.style_header__uYsye{margin-bottom:64px;width:100%}.style_headerContent__ORqEx{align-items:flex-start;display:flex;gap:80px;justify-content:space-between;margin:0 auto;max-width:1134px;width:100%}.style_title__aSQU1{flex-shrink:0;font-size:37px!important;font-weight:700;max-width:545px}.style_description__PUNCV,.style_title__aSQU1{color:#000;line-height:140%;margin:0;width:100%}.style_description__PUNCV{font-size:16px!important;font-weight:400;max-width:477px}.style_formContent__mMVjn{display:flex;flex-direction:column;gap:32px;margin:0 auto;max-width:1134px;width:100%}.style_gridContainer__w0h6Q{grid-gap:32px;display:grid;gap:32px;grid-template-columns:1fr;width:100%}.style_inputGroup__neq7K,.style_textareaGroup__NJ6SE{display:flex;flex-direction:column;gap:12px;width:100%}.style_label__1ERLc{display:block;margin:0}.style_labelText__tMt4G{color:#000;font-size:16px!important;font-weight:400;line-height:140%;margin:0}.style_input__kKJes{background-color:#fff;border:1px solid #bebebe;border-radius:8px;box-sizing:border-box;color:#111827;font-family:satoshi;font-size:16px;font-weight:400!important;height:50px;padding:0 16px;transition:all .15s ease-in-out;width:100%}.style_input__kKJes:focus{border:1px solid #bebebe;outline:none}.style_input__kKJes::placeholder{color:#bebebe}.style_textarea__tgQjc{background-color:#fff;border:1px solid #bebebe;border-radius:8px;box-sizing:border-box;color:#000;font-family:satoshi;font-size:16px;font-weight:400!important;line-height:140%;min-height:140px;padding:16px;resize:vertical;transition:all .15s ease-in-out;width:100%}.style_textarea__tgQjc:focus{border-color:none;outline:none}.style_textarea__tgQjc::placeholder{color:#bebebe}.style_submitSection__Bkm1x{display:flex;justify-content:center;margin-bottom:80px;margin-top:24px}.style_submitButton__su0MD{align-items:center;background-color:#1d1d1c;border:none;border-radius:12px;cursor:pointer;display:flex;justify-content:center;padding:14px 32px;transition:background-color .2s ease}.style_submitButtonText__IwdBh{color:#faf2ec;font-size:16px;line-height:140%;margin:0}.style_successMessage__op0eJ{background-color:#f8f9fa;border:1px solid #e5e7eb;border-radius:16px;margin:120px auto;max-width:600px;padding:48px 32px;text-align:center;width:100%}.style_successText__bk7QT{color:#1f2937;font-size:18px!important;line-height:140%;margin:0}@media (min-width:1024px){.style_gridContainer__w0h6Q{grid-gap:40px 80px;align-items:start;display:grid;gap:40px 80px;grid-template-columns:repeat(2,1fr)}.style_inputGroup__neq7K{max-width:450px}.style_inputGroup__neq7K:nth-child(odd){justify-self:start}.style_inputGroup__neq7K:nth-child(2n){justify-self:end}}@media (max-width:1380px){.style_contentWrapper__1mOT4{margin:0 77px}.style_headerContent__ORqEx{gap:60px}.style_title__aSQU1{font-size:34px!important}}@media (max-width:1024px){.style_contentWrapper__1mOT4{padding-top:60px}.style_headerContent__ORqEx{flex-direction:column;gap:24px;text-align:left}.style_title__aSQU1{font-size:32px!important;max-width:none}.style_description__PUNCV{max-width:none}.style_gridContainer__w0h6Q{gap:24px;grid-template-columns:1fr}.style_inputGroup__neq7K{max-width:none}.style_inputGroup__neq7K:nth-child(2n),.style_inputGroup__neq7K:nth-child(odd){justify-self:stretch}}@media (max-width:768px){.style_customStore__usT7N{margin-top:80px}.style_contentWrapper__1mOT4{margin:0 32px;padding-top:40px}.style_header__uYsye{margin-bottom:40px}.style_title__aSQU1{font-size:28px!important}.style_description__PUNCV{font-size:15px!important}.style_formContent__mMVjn{gap:24px}.style_gridContainer__w0h6Q{gap:20px}.style_submitSection__Bkm1x{margin-bottom:60px}.style_successMessage__op0eJ{margin:80px auto;padding:32px 24px}.style_successText__bk7QT{font-size:16px!important}}@media (max-width:480px){.style_contentWrapper__1mOT4{margin:0 16px;padding-top:32px}.style_header__uYsye{margin-bottom:32px}.style_title__aSQU1{font-size:24px!important}.style_description__PUNCV,.style_labelText__tMt4G{font-size:14px!important}.style_input__kKJes{font-size:14px;height:46px}.style_textarea__tgQjc{font-size:14px;padding:12px}.style_submitButton__su0MD{padding:16px 24px;width:100%}.style_submitButtonText__IwdBh{font-size:15px}.style_submitSection__Bkm1x{margin-bottom:40px}.style_successMessage__op0eJ{margin:60px auto;padding:24px 16px}.style_successText__bk7QT{font-size:15px!important}}@media (max-width:375px){.style_contentWrapper__1mOT4{margin:0 8px}.style_title__aSQU1{font-size:22px!important}.style_description__PUNCV,.style_labelText__tMt4G{font-size:13px!important}.style_input__kKJes,.style_textarea__tgQjc{font-size:13px}.style_submitButtonText__IwdBh{font-size:14px}}.style_templateContainer__f2Zm2{background-color:#fff;display:flex;justify-content:center;margin:100px auto 0;max-width:1512px;position:relative;width:100%}.style_contentWrapper__PvrgJ{margin:0 auto;max-width:1358px;position:relative;width:100%}.style_header__bhMKI{align-items:center;display:flex;gap:20px;justify-content:space-between;margin-bottom:49px;margin-top:32px;width:100%}.style_title__crBqE{color:#000;flex-shrink:0;font-size:25px!important;font-weight:700;line-height:140%;margin:0}.style_headerActions__RypeT{align-items:center;display:flex;flex:1 1;gap:24px;justify-content:flex-end}.style_searchContainer__b49q1{align-items:center;display:flex;flex-shrink:0;position:relative}.style_searchInput__mg1lb{border:1px solid #8b909a;border-radius:12px;font-size:13px!important;font-weight:400;height:40px;outline:none;padding:0 40px 0 16px;transition:all .2s ease;width:273px}.style_searchInput__mg1lb:focus{border:1px solid #1d1d1c}.style_searchInput__mg1lb::placeholder{color:#8b909a}.style_searchIcon__3emA7{cursor:pointer;height:17px;position:absolute;right:16px;top:50%;transform:translateY(-50%);width:17px;z-index:1}.style_searchIcon__3emA7:hover{padding:1px}.style_customButton__RexHp{align-items:center;background-color:#1d1d1c;border:none;border-radius:12px;cursor:pointer;display:flex;flex-shrink:0;justify-content:center;padding:12px 24px;transition:background-color .2s ease;white-space:nowrap}.style_customButtonText__4Quv6{color:#faf2ec;font-size:16px;line-height:140%}.style_errorContainer__iAR29,.style_loadingContainer__fPr\+h,.style_noResultsContainer__8keFV{align-items:center;display:flex;justify-content:center;margin-bottom:40px;min-height:300px;width:100%}.style_loadingText__EiHK9{color:#6b7280;font-size:16px!important}.style_errorText__9wZMA{color:#dc2626;font-size:16px!important;text-align:center}.style_noResultsText__Wgsq-{color:#6b7280;font-size:16px!important;text-align:center}.style_templateGrid__aktq1{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));margin-bottom:40px}.style_templateCard__dCao5{background:#fff;border:2px solid #0000;border-radius:20px;box-shadow:0 4px 16px 0 #00000026;cursor:pointer;overflow:hidden;transition:all .3s ease;width:100%}.style_templateCard__dCao5:hover{box-shadow:0 8px 24px 0 #00000040;transform:translateY(-2px)}.style_templateImageContainer__vXY--{background-color:#f8f8f8;height:240px;overflow:hidden;position:relative;width:100%}.style_badgeContainer__pW68U{position:absolute;right:16px;top:16px;z-index:2}.style_badge__QOgaI{border-radius:8px;color:#000;font-size:14px!important;font-weight:500;line-height:140%;padding:6px 16px}.style_badgePremium__DraIg{background-color:#d7ffe9;color:#059669}.style_badgeFree__4lkF3{background-color:#e5e7eb;color:#374151}.style_imageWrapper__Ie1M\+{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}.style_templateImage__f-K0W{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.style_templateCard__dCao5:hover .style_templateImage__f-K0W{transform:scale(1.02)}.style_fallbackIcon__chfgs{align-items:center;display:none;font-size:64px;justify-content:center;left:50%;opacity:.3;position:absolute;top:50%;transform:translate(-50%,-50%)}.style_templateInfo__uhSnP{padding:20px 24px 24px}.style_templateName__JCWJv{color:#000;font-size:18px!important;font-weight:700;line-height:140%;margin:0 0 8px}.style_templateDescription__7o9TI{color:#6b7280;font-size:14px!important;line-height:140%;margin:0}.style_templatePrice__JzevG{color:#000;font-size:16px!important;line-height:140%;margin-top:8px}.style_progressSection__ClxmG{justify-content:center;margin:0 auto 60px;max-width:100%}.style_progressContainer__kxmIb,.style_progressSection__ClxmG{align-items:center;display:flex;flex-direction:column;width:100%}.style_progressContainer__kxmIb{gap:16px}.style_stepText__\+ufJ6{color:#000;font-size:16px!important;font-weight:700;line-height:140%;margin:0 0 0 auto}.style_progressBar__Ne5WZ{background-color:#e5e7eb;border-radius:8px;height:8px;overflow:hidden;width:100%}.style_progressFilled__52deX{background-color:#000;border-radius:8px;height:100%;transition:width .3s ease;width:25%}@media (max-width:1380px){.style_contentWrapper__PvrgJ{margin:0 77px}}@media (max-width:1100px){.style_searchContainer__b49q1{display:none}}@media (max-width:768px){.style_templateContainer__f2Zm2{margin-top:80px}.style_contentWrapper__PvrgJ{margin:0 32px}.style_header__bhMKI{align-items:flex-start;flex-direction:column-reverse;gap:20px;margin-bottom:32px}.style_title__crBqE{font-size:24px!important;text-align:center}.style_headerActions__RypeT{margin-left:auto}.style_customButton__RexHp{padding:14px 24px;width:100%}.style_templateGrid__aktq1{gap:24px;grid-template-columns:1fr;margin-bottom:40px}.style_templateCard__dCao5{max-width:100%}.style_templateImageContainer__vXY--{height:200px}.style_progressSection__ClxmG{margin-bottom:40px}.style_errorContainer__iAR29,.style_loadingContainer__fPr\+h,.style_noResultsContainer__8keFV{min-height:200px}}@media (max-width:480px){.style_contentWrapper__PvrgJ{margin:0 16px;padding-top:20px}.style_header__bhMKI{margin-bottom:24px;margin-top:24px}.style_title__crBqE{font-size:20px!important}.style_searchInput__mg1lb{font-size:14px!important;height:44px}.style_customButtonText__4Quv6{font-size:14px}.style_templateGrid__aktq1{gap:20px;margin-bottom:32px}.style_templateImageContainer__vXY--{height:180px}.style_templateInfo__uhSnP{padding:16px 20px 20px}.style_templateName__JCWJv{font-size:16px!important;margin-bottom:6px}.style_templateDescription__7o9TI{font-size:13px!important}.style_badge__QOgaI{font-size:12px!important;padding:4px 12px}.style_stepText__\+ufJ6{font-size:14px!important}.style_progressSection__ClxmG{margin-bottom:32px}.style_errorText__9wZMA,.style_loadingText__EiHK9,.style_noResultsText__Wgsq-{font-size:14px!important}}@media (max-width:375px){.style_contentWrapper__PvrgJ{margin:0 8px}.style_templateInfo__uhSnP{padding:14px 16px 16px}.style_templateName__JCWJv{font-size:15px!important}.style_templateDescription__7o9TI{font-size:12px!important}.style_customButtonText__4Quv6{font-size:13px}}.style_assistanceWrapper__mf1VT{bottom:100px;position:fixed;right:50px;z-index:1000}.style_assistanceContainer__AcdxS{align-items:center;background-color:#d9d9d9;border:none;border-radius:50%;box-shadow:2px 2px 50px 8px #00000026;cursor:pointer;display:flex;height:70px;justify-content:center;transition:all .2s ease;width:70px}.style_assistanceContainer__AcdxS:hover{background-color:#e5e7eb;transform:scale(1.05)}.style_assistanceContainer__AcdxS:active{transform:scale(.95)}.style_assistanceContainerIcon__VRi2F{height:35px;object-fit:contain;width:35px}@media (max-width:768px){.style_assistanceContainer__AcdxS{bottom:80px;height:60px;right:30px;width:60px}.style_assistanceContainerIcon__VRi2F{height:30px;width:30px}}@media (max-width:520px){.style_assistanceContainer__AcdxS{bottom:70px;box-shadow:2px 2px 30px 4px #00000026;height:50px;right:20px;width:50px}.style_assistanceContainerIcon__VRi2F{height:25px;width:25px}}@media (max-width:360px){.style_assistanceContainer__AcdxS{bottom:60px;height:45px;right:15px;width:45px}.style_assistanceContainerIcon__VRi2F{height:22.5px;width:22.5px}}.style_overlay__2N\+Tl{background-color:initial;bottom:0;display:block;left:0;pointer-events:none;position:fixed;right:0;top:0;z-index:1000}.style_modal__xQVk6{background:#fff;border-radius:20px;bottom:180px;box-shadow:0 8px 24px #00000026;display:flex;flex-direction:column;max-height:600px;overflow:hidden;pointer-events:auto;position:fixed;right:100px;width:380px;z-index:1001}.style_header__Vpzfi{align-items:center;background:#1d1d1c;display:flex;flex-shrink:0;height:58px;justify-content:space-between;padding:0 24px}.style_headerTitle__plUiq{color:#fff!important;font-size:20px!important;line-height:140%}.style_closeButton__S2xKg{align-items:center;background:none;border:none;color:#fff;cursor:pointer;display:flex;font-size:24px;height:24px;justify-content:center;padding:0;transition:opacity .2s ease;width:24px}.style_closeButton__S2xKg:hover{opacity:.7}.style_content__Ha8R5{display:flex;flex:1 1;flex-direction:column;overflow-y:auto;padding:28px 24px 100px;position:relative}.style_tipSection__aq-AT{align-items:center;background:#f3f3f3;border-radius:20px 20px 20px 4px;display:flex;justify-content:center;margin-bottom:16px;margin-left:50px;max-width:calc(100% - 50px);min-height:122px;position:relative;width:332px}.style_tipSection__aq-AT:after{border-bottom-right-radius:4px;border-color:#0000 #f3f3f3 #f3f3f3 #0000;border-style:solid;border-width:12px;bottom:0;content:"";height:0;left:-8px;position:absolute;width:0}.style_tipContent__-D1ax{width:100%}.style_tipText__NcxUf{color:#000!important;font-size:16px!important;line-height:140%;margin:0 auto;width:93%}.style_tipIcon__5Uy2b{align-items:center;background:#d9d9d9;border-radius:40px;display:flex;flex-shrink:0;height:50px;justify-content:center;left:3.1%;position:absolute;top:115px;width:50px;z-index:10}.style_tipBotIcon__pVpy\+{height:24px;object-fit:cover;width:24px}.style_quickActionSection__0xb3Y{align-items:center;background:#dbdade;border-radius:20px 20px 4px 20px;display:flex;justify-content:center;margin-left:50px;margin-top:20px;max-width:calc(100% - 50px);min-height:78px;position:relative;width:334px}.style_quickActionSection__0xb3Y:after{border-bottom-left-radius:4px;border-color:#0000 #0000 #dbdade #dbdade;border-style:solid;border-width:12px;bottom:0;content:"";height:0;position:absolute;right:-8px;width:0}.style_quickActionButton__D4PfA{align-items:center;background:#dbdade;border:none;border-radius:20px 20px 4px 20px;cursor:pointer;display:flex;height:100%;justify-content:center;min-height:78px;padding:16px;text-align:center;transition:background-color .2s ease;width:100%}.style_quickActionText__BaCFX{color:#000!important;font-size:16px!important;line-height:140%;width:100%}.style_inputSection__B\+zNq{background:#fff;border-top:1px solid #d9d9d9;bottom:0;left:0;padding:15px 24px 31px;position:absolute;right:0}.style_inputForm__NM5Wh{width:100%}.style_textInput__CATww{background:#faf9f9;border:1px solid #000;border-radius:15px;color:#000;font-family:Satoshi,sans-serif;font-size:14px;font-weight:400;height:48px;max-width:300px;outline:none;padding:0 16px;transition:border-color .2s ease;width:100%}.style_textInput__CATww::placeholder{color:#9ca3af}.style_textInput__CATww:focus{border:1px solid #1d1d1c;outline:none}@media (max-width:768px){.style_modal__xQVk6{bottom:170px;right:90px}.style_quickActionSection__0xb3Y,.style_tipSection__aq-AT{width:calc(100% - 60px)}.style_tipIcon__5Uy2b{height:45px;left:4%;width:45px}.style_tipBotIcon__pVpy\+{height:22px;width:22px}.style_textInput__CATww{max-width:90%}}@media (max-width:520px){.style_overlay__2N\+Tl{background-color:#00000080;padding:10px;pointer-events:auto}.style_modal__xQVk6{border-radius:16px;bottom:auto;height:90vh;left:50%;max-height:600px;max-width:380px;position:fixed;right:auto;top:50%;transform:translate(-50%,-50%);width:90%}.style_header__Vpzfi{height:52px;padding:0 16px}.style_headerTitle__plUiq{font-size:18px!important}.style_content__Ha8R5{padding:20px 16px 100px}.style_quickActionSection__0xb3Y,.style_tipSection__aq-AT{margin-left:40px;width:calc(100% - 50px)}.style_tipSection__aq-AT{min-height:100px}.style_quickActionText__BaCFX,.style_tipText__NcxUf{font-size:14px!important}.style_tipIcon__5Uy2b{height:40px;left:2%;top:90px;width:40px}.style_tipBotIcon__pVpy\+{height:20px;width:20px}.style_quickActionButton__D4PfA{min-height:70px;padding:12px}.style_inputSection__B\+zNq{padding:12px 16px 24px}.style_textInput__CATww{font-size:13px;height:44px}}@media (max-width:420px){.style_textInput__CATww{max-width:90%}}@media (max-width:360px){.style_quickActionSection__0xb3Y,.style_tipSection__aq-AT{width:calc(100% - 45px)}.style_tipIcon__5Uy2b{height:35px;left:12px;width:35px}.style_tipBotIcon__pVpy\+{height:18px;width:18px}}@media (max-width:354px){.style_tipSection__aq-AT:after{z-index:-100}}.style_contactContainer__2YxEt{align-items:center;background-color:#fff;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:1512px;padding-bottom:27px;padding-top:103px;width:100%}.style_contactContent__Jt0YS{align-items:flex-start;display:flex;gap:32px;justify-content:space-between;margin:0 auto;max-width:1277px;width:100%}.style_leftSection__cd3PS{display:flex;flex:1 1;flex-direction:column;flex-shrink:1;max-width:545px;width:100%}.style_rightSection__qzM0N{flex:1 1;flex-shrink:1;max-width:700px;width:100%}.style_headerSection__Oqo-c{margin-bottom:57px;max-width:545px;width:100%}.style_contactTitle__xXMkP{color:#1d1d1c;font-size:48px!important;font-weight:700;line-height:140%}.style_contactForm__tHp3o{max-width:452px;width:100%}.style_formGroup__9lYdQ{margin-bottom:35px}.style_formLabel__mjtfr{display:block;margin-bottom:8px}.style_formLabelText__zjiLP,.style_inputText__MUGAE{color:#1d1d1c;font-size:16px!important;line-height:140%}.style_formInput__A16fC{background-color:#fff;border:1px solid #bebebe;border-radius:8px;box-sizing:border-box;color:#1d1d1c;font-family:inherit;font-size:16px;font-weight:400;height:50px;line-height:140%;padding:12px 16px;transition:all .2s ease;width:100%}.style_formInput__A16fC:focus{border:1px solid #1d1d1c;outline:none}.style_formInput__A16fC::placeholder{color:#bebebe}.style_formTextarea__9HjUo{background-color:#fff;border:1px solid #bebebe;border-radius:8px;box-sizing:border-box;color:#1d1d1c;font-family:inherit;font-size:16px;font-weight:400;min-height:120px;padding:12px 16px;resize:vertical;transition:all .2s ease;width:100%}.style_formTextarea__9HjUo:focus{border:1px solid #1d1d1c;outline:none}.style_formTextarea__9HjUo::placeholder{color:#bebebe}.style_submitButton__TLPwN{align-items:center;background-color:#1d1d1c;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;justify-content:center;margin-top:8px;padding:12px 24px;transition:all .2s ease}.style_submitButton__TLPwN:hover{transform:translateY(-1px)}.style_submitButtonText__hUBFI{color:#fff;font-weight:700!important;line-height:140%}.style_infoSection__0EVkO{margin-bottom:45px;max-width:630px;width:100%}.style_infoText__8Mpm2{color:#1d1d1c;font-size:21px!important;font-weight:400;line-height:140%}.style_contactInfo__zAITf{margin-top:81px}.style_contactDetail1__3w86I,.style_contactDetail2__Z8q9O{align-items:center;display:flex;justify-content:space-between;margin-bottom:86px}.style_contactDetail2__Z8q9O{margin-bottom:0}.style_contactPhone__Px8mw{max-width:172.58px;width:100%}.style_contactPhoneText__E8uMJ{color:#1d1d1c;font-size:16px!important;line-height:140%}.style_addressInfo__XymkO{max-width:354.5px;width:100%}.style_addressText__nKErc{color:#1d1d1c;font-size:16px!important;line-height:140%}.style_emailInfo__Ujcmm{max-width:240px;width:100%}.style_emailInfoText__fsvky{color:#1d1d1c;font-size:16px!important;line-height:140%}.style_socialLinks__B771b{align-items:center;display:flex;gap:30px;justify-content:space-between;max-width:240px;width:100%}.style_socialLink__59BGN{align-items:center;display:inline-flex;height:20px;justify-content:center;opacity:.8;text-decoration:none;transition:transform .2s ease,opacity .2s ease;width:20px}.style_socialLink__59BGN:hover{opacity:1;transform:scale(1.1)}.style_socialLink__59BGN img{height:100%;object-fit:contain;width:100%}.style_gallerySection__fKex6{border-radius:20px;height:331px;max-width:700px;width:100%}.style_gallerySectionPhoto__L6Kf2{border-radius:20px;height:100%;object-fit:cover;width:100%}.style_errMsg__NQhTl{color:#9e0808;font-family:satoshi;font-size:14px;padding-left:10px;text-align:left;white-space:pre-wrap;width:100%}@media (max-width:1330px){.style_contactContent__Jt0YS{margin:0 20px;max-width:calc(100% - 40px);padding:0}}@media (max-width:1200px){.style_contactTitle__xXMkP{font-size:44px!important}.style_infoText__8Mpm2{font-size:20px!important}.style_gallerySection__fKex6{height:300px}}@media (max-width:1100px){.style_contactContainer__2YxEt{padding-top:90px}.style_contactTitle__xXMkP{font-size:42px!important}.style_headerSection__Oqo-c{margin-bottom:48px}.style_infoText__8Mpm2{font-size:19px!important}.style_contactInfo__zAITf{margin-top:72px}.style_contactDetail1__3w86I,.style_contactDetail2__Z8q9O{margin-bottom:76px}.style_gallerySection__fKex6{height:280px}}@media (max-width:1024px){.style_contactContainer__2YxEt{padding-top:80px}.style_contactContent__Jt0YS{justify-content:center}.style_leftSection__cd3PS{align-items:center;max-width:600px}.style_headerSection__Oqo-c{margin-bottom:40px;max-width:100%;text-align:center}.style_contactTitle__xXMkP{font-size:40px!important;text-align:center}.style_contactForm__tHp3o{max-width:100%;width:100%}.style_formInput__A16fC,.style_formTextarea__9HjUo{max-width:100%}.style_rightSection__qzM0N{display:none}}@media (max-width:768px){.style_contactContainer__2YxEt{margin-top:-24px;padding-bottom:48px;padding-top:60px}.style_contactContent__Jt0YS{margin:0 20px;max-width:calc(100% - 40px);padding:0}.style_leftSection__cd3PS{max-width:100%}.style_headerSection__Oqo-c{margin-bottom:32px}.style_contactTitle__xXMkP{font-size:32px!important}.style_formGroup__9lYdQ{margin-bottom:28px}.style_formLabelText__zjiLP,.style_inputText__MUGAE{font-size:15px!important}.style_formInput__A16fC{font-size:15px;height:48px}.style_formTextarea__9HjUo{font-size:15px;min-height:140px}.style_submitButton__TLPwN{margin:8px auto 0;max-width:200px;width:100%}}@media (max-width:480px){.style_contactContainer__2YxEt{padding-bottom:40px;padding-top:48px}.style_contactContent__Jt0YS{margin:0 16px;max-width:calc(100% - 32px)}.style_contactTitle__xXMkP{font-size:28px!important}.style_formGroup__9lYdQ{margin-bottom:24px}.style_formLabelText__zjiLP,.style_inputText__MUGAE{font-size:14px!important}.style_formInput__A16fC{height:46px}.style_formInput__A16fC,.style_formTextarea__9HjUo{font-size:14px;padding:10px 14px}.style_submitButton__TLPwN{padding:11px 22px}.style_submitButtonText__hUBFI{font-size:14px!important}}@media (max-width:375px){.style_contactContainer__2YxEt{margin-top:0}.style_contactContent__Jt0YS{margin:0 12px;max-width:calc(100% - 24px)}.style_contactTitle__xXMkP{font-size:24px!important}.style_formLabelText__zjiLP,.style_inputText__MUGAE{font-size:13px!important}.style_formInput__A16fC,.style_formTextarea__9HjUo{font-size:13px}}.style_faqContainer__E2\+7n{background-color:#fff;justify-content:center;max-width:1512px;padding-top:103px}.style_faqContainer__E2\+7n,.style_faqContent__BU62x{align-items:center;display:flex;flex-direction:column;margin:0 auto;width:100%}.style_faqContent__BU62x{max-width:1277px}.style_headerSection__4KHsT{align-items:flex-start;display:flex;gap:14px;justify-content:space-between;margin-bottom:60px;width:100%}.style_textSection__OHOid{flex:1 1;flex-shrink:1;max-width:531.5px;width:100%}.style_faqTitle__JX-st{color:#1d1d1c;font-size:48px!important;font-weight:700;line-height:140%}.style_heroImageSection__d-8mu{flex:1 1;flex-shrink:1;max-width:731.5px;width:100%}.style_heroImage__0bEv6{height:175px;width:100%}.style_heroImg__QsXv4{border-radius:16px;height:100%;object-fit:cover;width:100%}.style_faqList__0jaXW{background-color:#fff;border:1px solid #d9d9d9;border-radius:16px;margin-bottom:42px;margin-top:72px;max-width:1097px;overflow:hidden;padding:46px 0;width:100%}.style_faqItem__mVSMV{border-bottom:1px solid #dbdade;margin:0 auto;max-width:956px;width:100%}.style_faqItem__mVSMV:last-child{border-bottom:none}.style_faqQuestion__R272u{align-items:center;background:none;border:none;cursor:pointer;display:flex;font-family:inherit;justify-content:space-between;padding:24px 0;text-align:left;transition:background-color .2s ease;width:100%}.style_faqQuestion__R272u:hover{background-color:#f9fafb}.style_questionText__\+gqKP{color:#1d1d1c;font-size:20px!important;font-weight:700;line-height:140%}.style_expandIcon__GQLjT{align-items:center;color:#1d1d1c;display:flex;flex-shrink:0;justify-content:center;margin-left:16px;transition:transform .3s ease}.style_expandIcon__GQLjT.style_expanded__WcTNW{transform:rotate(180deg)}.style_faqAnswer__zkJRb{max-height:0;overflow:hidden;transition:max-height .3s ease-in-out;width:100%}.style_faqAnswer__zkJRb.style_showAnswer__sOzlG{max-height:200px}.style_answerContent__DdFVe{padding:0 0 12px}.style_answerText__zA4mb{color:#1d1d1c;font-size:16px!important;line-height:140%}.style_contactSection__zk\+DS{align-items:center;display:flex;gap:32px;justify-content:space-between;margin-bottom:20px;margin-top:42px;max-width:310px;width:100%}.style_contactText__GxCuG{color:#1d1d1c;font-size:20px!important;line-height:140%}.style_contactButton__8w115{align-items:center;background-color:#1d1d1c;border:none;border-radius:12px;color:#faf2ec;cursor:pointer;display:flex;justify-content:center;padding:12px 24px;transition:all .2s ease}.style_contatctButtonText__pCq6Z{color:#faf2ec;font-weight:700!important;line-height:140%}.style_contactButton__8w115:hover{background-color:#2d2d2c;transform:translateY(-1px)}@media (max-width:1330px){.style_faqContent__BU62x{margin:0 20px;max-width:calc(100% - 40px);padding:0}}@media (max-width:1200px){.style_faqTitle__JX-st{font-size:44px!important}.style_heroImage__0bEv6{height:160px}.style_questionText__\+gqKP{font-size:19px!important}.style_answerText__zA4mb{font-size:15px!important}.style_contactText__GxCuG{font-size:19px!important}}@media (max-width:1100px){.style_faqContainer__E2\+7n{padding-top:90px}.style_faqTitle__JX-st{font-size:42px!important}.style_headerSection__4KHsT{gap:12px}.style_heroImage__0bEv6{height:150px}.style_faqList__0jaXW{margin-top:64px;padding:40px 0}}@media (max-width:1024px){.style_faqContainer__E2\+7n{padding-top:80px}.style_faqItem__mVSMV{margin:0 24px;max-width:calc(100% - 48px)}.style_faqTitle__JX-st{font-size:40px!important}.style_questionText__\+gqKP{font-size:18px!important}.style_heroImage__0bEv6{height:140px}}@media (max-width:768px){.style_faqContainer__E2\+7n{margin-top:-24px;padding-top:60px}.style_faqContent__BU62x{margin:0 20px;max-width:calc(100% - 40px)}.style_headerSection__4KHsT{flex-direction:column;gap:32px;margin-bottom:48px}.style_textSection__OHOid{max-width:100%}.style_faqTitle__JX-st{font-size:32px!important}.style_heroImageSection__d-8mu{max-width:100%}.style_heroImage__0bEv6{height:180px}.style_heroImg__QsXv4{border-radius:12px}.style_faqList__0jaXW{border-radius:12px;margin-bottom:32px;margin-top:48px;max-width:100%;padding:32px 0}.style_faqItem__mVSMV{margin:0 24px;max-width:calc(100% - 48px)}.style_faqQuestion__R272u{padding:20px 0}.style_questionText__\+gqKP{font-size:16px!important}.style_answerContent__DdFVe{padding:0 0 16px}.style_answerText__zA4mb{font-size:14px!important}.style_contactSection__zk\+DS{flex-direction:column;gap:16px;margin-top:32px}.style_contactText__GxCuG{font-size:18px!important}.style_contactButton__8w115{padding:12px 28px}}@media (max-width:480px){.style_faqContainer__E2\+7n{padding-top:48px}.style_faqContent__BU62x{margin:0 16px;max-width:calc(100% - 32px)}.style_faqTitle__JX-st{font-size:28px!important}.style_heroImage__0bEv6{height:160px}.style_faqList__0jaXW{margin-top:40px;padding:28px 0}.style_faqItem__mVSMV{margin:0 16px;max-width:calc(100% - 32px)}.style_faqQuestion__R272u{padding:18px 0}.style_questionText__\+gqKP{font-size:15px!important}.style_answerContent__DdFVe{padding:0 0 14px}.style_answerText__zA4mb{font-size:13px!important}.style_contactText__GxCuG{font-size:16px!important}.style_contactButton__8w115{padding:10px 24px}}@media (max-width:375px){.style_faqContainer__E2\+7n{margin-top:0}.style_faqContent__BU62x{margin:0 12px;max-width:calc(100% - 24px)}.style_faqTitle__JX-st{font-size:24px!important}.style_heroImage__0bEv6{height:140px}.style_faqList__0jaXW{padding:24px 0}.style_faqItem__mVSMV{margin:0 12px;max-width:calc(100% - 24px)}.style_questionText__\+gqKP{font-size:14px!important}.style_answerText__zA4mb{font-size:12px!important}.style_contactText__GxCuG{font-size:15px!important}}.style_welcomeContainer__eZNZv{background-color:#fff;display:flex;justify-content:center;margin:100px auto 0;max-width:1512px;width:100%}.style_leftPanel__CODvb{flex:1 1;height:auto;max-width:820px;position:relative;width:100%}.style_storeImage__NCiCn{display:block;height:100%;object-fit:cover;width:100%}.style_imageOverlay__w3xob{background:linear-gradient(352.06deg,#000 4.51%,hsla(0,0%,45%,.553) 43.82%,#fff0 92.43%);bottom:0;left:0;position:absolute;right:0;top:50%}.style_bottomTextOverlay__OTQHB{bottom:56px;color:#fff;left:72px;max-width:631px;position:absolute;width:100%;z-index:10}.style_overlayTitle__GVEDA{color:#fff;font-size:25px!important;line-height:140%;margin-bottom:6px}.style_overlaySubtitle__3WtD3{color:#fff;font-size:20px!important;line-height:140%}.style_rightPanel__d\+icH{background-color:#fff;display:flex;flex:1 1;flex-direction:column;justify-content:center;max-width:689px;width:100%}.style_contentWrapper__qc9Xi{margin:0 auto;max-width:587px;width:100%}.style_mainTitle__O1MPK{color:#000;font-size:48px!important;line-height:140%;margin-bottom:26px;margin-top:37px;max-width:554px;width:100%}.style_description__0FRXz{color:#000;font-size:21px!important;line-height:140%;margin-bottom:63px;width:100%}.style_featuresSection__awoek{margin-bottom:64px;max-width:353px;width:100%}.style_featuresTitle__-\+uKi{color:#000;font-size:25px!important;font-weight:400;line-height:140%;margin-bottom:34px}.style_featuresList__TOH6d{display:flex;flex-direction:column;gap:20px;max-width:353px;width:100%}.style_featureItem__UjxjZ{align-items:flex-start;display:flex;gap:10px}.style_featureIcon__NMhAT{align-items:center;background-color:#dcdcdc;border-radius:22px;display:flex;flex-shrink:0;height:44px;justify-content:center;width:44px}.style_featureIcon__NMhAT:hover{transform:scale(1.1)}.style_icon__LGPuw{height:24px;object-fit:contain;width:24px}.style_featureText__yPOZE{color:#000;flex:1 1;font-size:21px!important;font-weight:400;margin:0}.style_buttonGroup__00a3i{align-items:center;display:flex;justify-content:space-between;margin-bottom:120px}.style_primaryButton__MeZwu{background-color:#1d1d1c;border:none;border-radius:12px;cursor:pointer;padding:12px 24px;transition:background-color .2s ease}.style_primaryButtonText__J45Q6{color:#faf2ec;font-size:16px;line-height:140%}@media (max-width:1380px){.style_bottomTextOverlay__OTQHB{max-width:505px;width:100%}.style_mainTitle__O1MPK{font-size:44px!important;max-width:520px}}@media (max-width:1240px){.style_contentWrapper__qc9Xi{max-width:537px}}@media (max-width:1140px){.style_contentWrapper__qc9Xi{max-width:487px}}@media (max-width:1024px){.style_welcomeContainer__eZNZv{flex-direction:column;margin-top:100px;max-width:1024px;width:100%}.style_leftPanel__CODvb{display:none}.style_rightPanel__d\+icH{width:100%}.style_contentWrapper__qc9Xi{margin:0 77px;max-width:100%}.style_mainTitle__O1MPK{font-size:42px!important;max-width:75%}.style_description__0FRXz{max-width:90%}}@media (max-width:785px){.style_contentWrapper__qc9Xi{max-width:95%}.style_description__0FRXz{max-width:87%}}@media (max-width:768px){.style_welcomeContainer__eZNZv{margin-top:80px;max-width:768px;padding-top:30px;width:100%}.style_contentWrapper__qc9Xi{margin:0 32px;max-width:704px}.style_mainTitle__O1MPK{font-size:36px!important;margin-bottom:20px;margin-top:0}.style_description__0FRXz{font-size:18px!important;margin-bottom:48px;max-width:80%}.style_featuresSection__awoek{margin-bottom:48px}.style_featuresTitle__-\+uKi{font-size:22px!important;margin-bottom:24px}.style_featureText__yPOZE{font-size:18px!important}.style_buttonGroup__00a3i{margin-bottom:80px}.style_featureIcon__NMhAT{border-radius:20px;height:40px;width:40px}.style_icon__LGPuw{height:20px;width:20px}}@media (max-width:720px){.style_contentWrapper__qc9Xi{max-width:95%}}@media (max-width:630px){.style_contentWrapper__qc9Xi{max-width:90%}}@media (max-width:480px){.style_contentWrapper__qc9Xi{margin:0 16px}.style_mainTitle__O1MPK{font-size:28px!important;margin-bottom:16px;max-width:400px}.style_description__0FRXz{font-size:16px!important;margin-bottom:40px;max-width:375px}.style_featuresSection__awoek{margin-bottom:40px}.style_featuresTitle__-\+uKi{font-size:20px!important;margin-bottom:20px}.style_featureText__yPOZE{font-size:16px!important}.style_featuresList__TOH6d{gap:16px}.style_featureIcon__NMhAT{border-radius:18px;height:36px;width:36px}.style_icon__LGPuw{height:18px;width:18px}.style_buttonGroup__00a3i{margin-bottom:60px}}@media (max-width:375px){.style_contentWrapper__qc9Xi{margin:0 8px}.style_mainTitle__O1MPK{font-size:24px!important}.style_description__0FRXz{font-size:15px!important}.style_featuresTitle__-\+uKi{font-size:18px!important}.style_featureText__yPOZE{font-size:15px!important}.style_primaryButton__MeZwu{padding:14px 20px}.style_primaryButtonText__J45Q6{font-size:15px}.style_featureIcon__NMhAT{border-radius:16px;height:32px;width:32px}.style_icon__LGPuw{height:16px;width:16px}}.style_boutiqueContainer__yZ236{background-color:#fff;display:flex;justify-content:center;margin:100px auto 0;max-width:1512px;position:relative;width:100%}.style_contentWrapper__WpzIT{margin:0 auto;max-width:1358px;position:relative;width:100%}.style_errorContainer__mFbhR,.style_loadingContainer__mmIT9{align-items:center;display:flex;justify-content:center;margin:40px 0;min-height:400px;width:100%}.style_loadingText__xvAFu{color:#6b7280;font-size:16px!important}.style_errorText__WpuiO{color:#dc2626;font-size:16px!important;text-align:center}.style_breadcrumbSection__wY8Jr{display:flex;margin-bottom:32px;margin-top:20px;width:100%}.style_breadcrumb__fedGC{color:#939393;font-size:13px!important;line-height:140%;margin:0}.style_breadcrumbContainer__PJsZg{align-items:center;display:flex;gap:5px}.style_templatesLink__vU8jm{color:#939393;cursor:pointer;text-decoration:none;transition:color .2s ease}.style_templatesLink__vU8jm:hover{color:#000}.style_rightIcon__FqWZZ{flex-shrink:0;height:16px;object-fit:cover;width:16px}.style_currentPage__qSk8N{color:#939393}.style_header__qmJvG{align-items:center;display:flex;gap:20px;justify-content:space-between;margin-bottom:40px;width:100%}.style_title__91l0n{color:#000;flex-shrink:0;font-size:25px!important;font-weight:regular;line-height:140%;margin:0}.style_headerActions__1n697{align-items:center;display:flex;flex:1 1;gap:24px;justify-content:flex-end}.style_previewStoreBtn__hLSRy{align-items:center;background:none;border:1px solid #d9d9d9;border-radius:8px;cursor:pointer;display:flex;flex-shrink:0;gap:8px;padding:8px 16px;transition:all .2s ease;white-space:nowrap}.style_previewStoreBtn__hLSRy:hover{background-color:#f8f8f8;border-color:#000}.style_previewStoreBtnText__eccya{color:#000;font-size:14px!important;line-height:140%}.style_mainContent__O1d6E{display:flex;flex-direction:column;gap:24px;margin-bottom:60px;width:100%}.style_contentGrid__znlfk{display:flex;gap:45px;justify-content:space-between;width:100%}.style_leftPanel__VcekB{background-color:#fff;border:1px solid #d9d9d9;border-radius:20px;height:653px;max-width:468.5px;overflow-y:hidden;padding-bottom:24px;width:100%}.style_leftPanel__VcekB:hover{overflow-y:auto}.style_section__wHqAQ{margin:0 34px 24px;width:calc(100% - 68px)}.style_section__wHqAQ:first-child{margin-top:43px}.style_sectionTitle__ffKJf{color:#000;font-size:20px!important;font-weight:700;line-height:140%;margin:0 0 12px}.style_detailsList__4-qv-{margin:0;padding:0}.style_detailsList__4-qv- ul{list-style:none;margin:0;padding:0}.style_detailsList__4-qv- li{color:#000;font-size:16px!important;line-height:140%;margin-bottom:8px;position:relative}.style_mobileButtons__JpotX{display:none;margin:0 34px 24px;width:calc(100% - 68px)}.style_previewDemoBtn__0K2n2{align-items:center;background:none;border:1px solid #d9d9d9;border-radius:12px;cursor:pointer;display:flex;height:46px;justify-content:center;transition:all .2s ease;width:100%}.style_previewDemoBtn__0K2n2:hover{background-color:#f8f8f8;border-color:#000}.style_previewDemoBtnText__iHAGk{color:#000;font-size:16px!important;line-height:140%}.style_rightPanel__RpbRR{flex-shrink:1;height:675px;max-width:844.5px;width:100%}.style_storeContainer__fJB0L{background-color:#fff;border-radius:20px;box-shadow:0 4px 12px #0000001a;height:100%;overflow:hidden;position:relative}.style_topNav__qzrNh{align-items:center;display:flex;height:50px;justify-content:space-between;left:50%;margin:0 auto;position:absolute;top:66px;transform:translateX(-50%);width:77.75%;z-index:20}.style_storeName__Otgqz{align-items:center;background-color:#fff;border:none;border-radius:30px;box-shadow:0 10px 25px 0 #00000040;color:#000;display:flex;flex-shrink:0;gap:20px;height:50px;justify-content:center;min-width:162px;padding:0 20px}.style_storeNameText__yPtcu{color:#000;font-size:16px!important;line-height:140%}.style_icon__faw8I{height:24px;object-fit:cover;width:24px}.style_navIcons__odLJR{align-items:center;background-color:#fff;border:none;border-radius:30px;box-shadow:0 10px 25px 0 #00000040;color:#000;display:flex;flex-shrink:0;gap:40px;height:50px;justify-content:center;min-width:148px;padding:0 24px}.style_storeLayout__lA1UW{height:100%;overflow:hidden;position:relative}.style_backgroundImage__Y4ft3{height:100%;object-fit:cover;width:100%}.style_overlay__wpskL{bottom:61px;height:476px;left:0;max-width:799px;pointer-events:none;position:absolute;right:11px;top:116px;width:100%}.style_overlayImage__LCP6R{height:100%;object-fit:contain;opacity:1;width:100%}.style_entryPoint__pfy2k{align-items:center;background-color:#fff;border:none;border-radius:20px 20px 0 0;bottom:0;color:#000;display:flex;height:57px;justify-content:center;left:44px;position:absolute;width:206px;z-index:10}.style_actionSection__rH-rf{display:flex;justify-content:flex-end;width:100%}.style_useLayoutBtn__pF\+kf{align-items:center;background-color:#000;border:none;border-radius:12px;box-shadow:0 10px 25px 0 #00000040;color:#fff;cursor:pointer;display:flex;flex-shrink:0;gap:10px;height:46px;justify-content:center;transition:all .2s ease;width:165px}.style_useLayoutBtn__pF\+kf:hover{background-color:#333;transform:translateY(-2px)}.style_useLayoutBtnText__w1ikt{color:#fff;font-size:16px!important;line-height:140%}@media (max-width:1380px){.style_contentWrapper__WpzIT{margin:0 77px}.style_topNav__qzrNh{width:95%}}@media (max-width:1024px){.style_boutiqueContainer__yZ236{margin-top:100px}.style_contentWrapper__WpzIT{margin:0 77px}.style_breadcrumbSection__wY8Jr{margin-bottom:24px}.style_header__qmJvG{align-items:center;flex-direction:row;gap:16px;justify-content:space-between;margin-bottom:32px}.style_title__91l0n{flex:1 1;font-size:22px!important}.style_headerActions__1n697{flex:none}.style_previewStoreBtn__hLSRy{display:flex}.style_contentGrid__znlfk{flex-direction:column;gap:0}.style_leftPanel__VcekB{border-radius:16px;max-width:100%;min-height:400px}.style_section__wHqAQ{margin-left:32px;margin-right:32px;width:calc(100% - 64px)}.style_section__wHqAQ:first-child{margin-top:32px}.style_mobileButtons__JpotX{display:block;margin-left:32px;margin-right:32px;width:calc(100% - 64px)}.style_rightPanel__RpbRR{display:none}.style_useLayoutBtn__pF\+kf{max-width:200px;width:100%}.style_errorContainer__mFbhR,.style_loadingContainer__mmIT9{min-height:300px}}@media (max-width:768px){.style_boutiqueContainer__yZ236{margin-top:80px;padding-top:20px}.style_contentWrapper__WpzIT{margin:0 32px}.style_breadcrumbSection__wY8Jr{margin-top:10px}.style_breadcrumb__fedGC{font-size:12px!important}.style_rightIcon__FqWZZ{height:14px;width:14px}.style_header__qmJvG{align-items:flex-start;flex-direction:column;gap:16px;margin-bottom:24px}.style_title__91l0n{font-size:22px!important;text-align:left;width:100%}.style_headerActions__1n697{justify-content:flex-end;width:100%}.style_previewStoreBtn__hLSRy{padding:10px 16px}.style_previewStoreBtnText__eccya{font-size:13px!important}.style_leftPanel__VcekB{border-radius:16px;min-height:500px}.style_section__wHqAQ{margin-bottom:20px}.style_sectionTitle__ffKJf{font-size:18px!important;margin-bottom:10px}.style_detailsList__4-qv- li{font-size:15px!important;margin-bottom:7px}.style_previewDemoBtn__0K2n2{border-radius:10px;height:48px}.style_previewDemoBtnText__iHAGk{font-size:15px!important}.style_useLayoutBtn__pF\+kf{border-radius:10px;height:48px;width:180px}.style_useLayoutBtnText__w1ikt{font-size:15px!important}.style_mainContent__O1d6E{margin-bottom:40px}.style_errorText__WpuiO,.style_loadingText__xvAFu{font-size:14px!important}}@media (max-width:480px){.style_contentWrapper__WpzIT{margin:0 16px}.style_breadcrumb__fedGC{font-size:11px!important}.style_breadcrumbSection__wY8Jr{margin-bottom:20px}.style_header__qmJvG{gap:12px;margin-bottom:20px}.style_title__91l0n{font-size:18px!important;line-height:130%}.style_previewStoreBtn__hLSRy{border-radius:6px;padding:8px 12px}.style_previewStoreBtnText__eccya{font-size:12px!important}.style_leftPanel__VcekB{border-radius:12px;min-height:420px}.style_section__wHqAQ{margin-bottom:16px;margin-left:16px;margin-right:16px;width:calc(100% - 32px)}.style_section__wHqAQ:first-child{margin-top:24px}.style_sectionTitle__ffKJf{font-size:16px!important;margin-bottom:8px}.style_detailsList__4-qv- li{font-size:14px!important;margin-bottom:6px}.style_mobileButtons__JpotX{margin-bottom:16px;margin-left:16px;margin-right:16px;width:calc(100% - 32px)}.style_previewDemoBtn__0K2n2{border-radius:8px;height:44px}.style_previewDemoBtnText__iHAGk{font-size:14px!important}.style_useLayoutBtn__pF\+kf{border-radius:8px;height:44px;width:150px}.style_useLayoutBtnText__w1ikt{font-size:14px!important}.style_mainContent__O1d6E{margin-bottom:32px}.style_errorContainer__mFbhR,.style_loadingContainer__mmIT9{min-height:250px}}@media (max-width:375px){.style_contentWrapper__WpzIT{margin:0 8px}.style_header__qmJvG{gap:10px}.style_title__91l0n{font-size:16px!important}.style_leftPanel__VcekB{border-radius:10px;min-height:380px}.style_section__wHqAQ{margin-bottom:14px;margin-left:14px;margin-right:14px;width:calc(100% - 28px)}.style_section__wHqAQ:first-child{margin-top:20px}.style_sectionTitle__ffKJf{font-size:15px!important;margin-bottom:6px}.style_detailsList__4-qv- li{font-size:13px!important;margin-bottom:5px}.style_mobileButtons__JpotX{margin-bottom:14px;margin-left:14px;margin-right:14px;width:calc(100% - 28px)}.style_previewDemoBtn__0K2n2{height:42px}.style_previewDemoBtnText__iHAGk{font-size:13px!important}.style_useLayoutBtn__pF\+kf{height:42px;width:140px}.style_useLayoutBtnText__w1ikt{font-size:13px!important}.style_mainContent__O1d6E{margin-bottom:20px}.style_errorText__WpuiO,.style_loadingText__xvAFu{font-size:13px!important}}.style_modalOverlay__k50z\+{align-items:center;animation:style_fadeIn__qJZpD .2s ease-out;background-color:#0009;bottom:0;display:flex;justify-content:center;left:0;padding:0;position:fixed;right:0;top:0;z-index:9999}@keyframes style_fadeIn__qJZpD{0%{opacity:0}to{opacity:1}}.style_modalContent__N-jnJ{animation:style_slideUp__SM6sJ .3s ease-out;background-color:#fff;border-radius:20px;box-shadow:0 24px 48px #00000040;display:flex;flex-direction:column;height:calc(100vh - 32px);max-height:844px;max-width:90vw;overflow:hidden;position:relative;width:100%}@keyframes style_slideUp__SM6sJ{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.style_modalHeader__E5GJH{align-items:center;display:flex;left:0;position:absolute;top:0;z-index:100}.style_closeButton__ZhZ7e{align-items:center;background-color:#fffffff2;border:none;border-radius:0 2px 8px 2px;box-shadow:0 2px 8px #0000001a;cursor:pointer;display:flex;height:32px;justify-content:center;padding:0;transition:all .2s ease;width:32px}.style_closeButton__ZhZ7e:hover{background-color:#fff;box-shadow:0 4px 12px #00000026}.style_closeButton__ZhZ7e:active{transform:scale(.95)}.style_closeButton__ZhZ7e img{height:100%;object-fit:cover;padding-right:4px;padding-top:6px;width:100%}.style_storeContainer__gqYpH{background-color:#fff;display:flex;flex:1 1;flex-direction:column;overflow:hidden;position:relative}.style_topNav__hxQHj{align-items:center;display:flex;gap:12px;justify-content:space-between;left:24px;position:absolute;right:24px;top:68px;z-index:50}.style_storeLogo__8K7yM{border-radius:4px;flex-shrink:0;height:30px;object-fit:cover;width:30px}.style_storeName__7UJdZ{align-items:center;background-color:#fff;border:none;border-radius:24px;box-shadow:0 4px 12px #0000001f;display:flex;flex-shrink:0;gap:10px;height:44px;justify-content:center;padding:0 20px;transition:all .2s ease}.style_storeName__7UJdZ:active{transform:scale(.98)}.style_storeNameText__UkN4\+{color:#000;font-size:14px!important;font-weight:500;line-height:140%;white-space:nowrap}.style_icon__gDvtk{flex-shrink:0;height:20px;object-fit:contain;width:20px}.style_navIcons__6SKwL{align-items:center;background-color:#fff;border:none;border-radius:24px;box-shadow:0 4px 12px #0000001f;display:flex;flex-shrink:0;gap:20px;height:44px;justify-content:center;padding:0 16px;transition:all .2s ease}.style_navIcons__6SKwL:active{transform:scale(.98)}.style_storeLayout__QyZ6g{-webkit-overflow-scrolling:touch;height:100%;overflow:hidden;position:relative;scroll-behavior:smooth;width:100%}.style_storeLayout__QyZ6g:hover{overflow-y:auto}.style_storeLayout__QyZ6g::-webkit-scrollbar{width:6px}.style_storeLayout__QyZ6g::-webkit-scrollbar-track{background:#0000;margin:8px 0}.style_storeLayout__QyZ6g::-webkit-scrollbar-thumb{background:#0003;border-radius:10px;-webkit-transition:background .2s ease;transition:background .2s ease}.style_storeLayout__QyZ6g::-webkit-scrollbar-thumb:hover{background:#0000004d}.style_storeLayout__QyZ6g::-webkit-scrollbar-thumb:active{background:#0006}.style_storeLayout__QyZ6g{scrollbar-color:#0003 #0000;scrollbar-width:thin}.style_backgroundImage__b2AR3{display:block;height:100%;object-fit:cover;position:relative;width:100%;z-index:1}.style_overlay__YEYQp{bottom:60px;left:8px;pointer-events:none;position:absolute;right:8px;top:120px;z-index:10}.style_overlayImage__lLpD-{height:100%;object-fit:contain;opacity:1;width:100%}.style_storeProduct__K8ewd{align-items:center;background:#fffffff2;border-radius:8px;box-shadow:0 2px 8px #00000026;display:flex;flex-direction:column;height:auto;justify-content:center;margin-top:5%;padding:6px;position:absolute;transition:all .2s ease;width:70px;z-index:5}.style_storeProductImage__yxvYK{background-color:#f3f4f6;border-radius:6px;height:58px;margin-bottom:4px;object-fit:cover;width:58px}.style_storeProductName__\+10jn{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#000;display:-webkit-box;font-size:8px!important;font-weight:600;line-height:110%;overflow:hidden;text-align:center;width:100%;word-break:break-word}.style_productsContainer__RYThE{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.style_droppedProduct__6LsVD{align-items:center;display:flex;justify-content:center;pointer-events:none;position:absolute;transition:transform .2s ease;z-index:15}.style_droppedProduct__6LsVD:hover{transform:scale(1.05)}.style_droppedProductImage__1P-LA{border:2px solid #ffffffe6;border-radius:8px;box-shadow:0 4px 12px #00000026;height:60px;object-fit:cover;width:60px}@media (max-width:768px){.style_modalContent__N-jnJ{border-radius:20px}.style_closeButton__ZhZ7e{height:30px;width:30px}.style_topNav__hxQHj{left:20px;right:20px;top:64px}.style_storeName__7UJdZ{gap:8px;height:42px;padding:0 18px}.style_navIcons__6SKwL{gap:18px;height:42px;padding:0 14px}.style_storeNameText__UkN4\+{font-size:13px!important}.style_icon__gDvtk{height:18px;width:18px}.style_overlay__YEYQp{bottom:50px;left:6px;right:6px;top:110px}.style_storeProduct__K8ewd{margin-top:7%;padding:5px!important;width:60px!important}.style_storeProductImage__yxvYK{height:50px!important;width:50px!important}.style_storeProductName__\+10jn{-webkit-line-clamp:2;font-size:7px!important}.style_droppedProductImage__1P-LA{border-radius:7px;height:56px;width:56px}}@media (max-width:480px){.style_modalOverlay__k50z\+{align-items:flex-end;padding:0}.style_modalContent__N-jnJ{animation:style_slideUpMobile__kuqRc .3s ease-out;border-radius:24px 24px 0 0;height:calc(100vh - 16px);max-height:none;max-width:100%}@keyframes style_slideUpMobile__kuqRc{0%{transform:translateY(100%)}to{transform:translateY(0)}}.style_closeButton__ZhZ7e{border-radius:0 2px 8px 2px;height:33px;width:33px}.style_closeButton__ZhZ7e img{height:100%;width:100%}.style_topNav__hxQHj{gap:12px;left:16px;right:16px;top:60px}.style_storeName__7UJdZ{border-radius:22px;gap:8px;height:40px;padding:0 16px}.style_navIcons__6SKwL{border-radius:22px;gap:16px;height:40px;padding:0 12px}.style_storeNameText__UkN4\+{font-size:13px!important}.style_icon__gDvtk{height:18px;width:18px}.style_storeLayout__QyZ6g::-webkit-scrollbar{width:4px}.style_overlay__YEYQp{bottom:45px;left:4px;right:4px;top:105px}.style_storeProduct__K8ewd{height:60px!important;margin-top:9%;padding:4px!important;width:45px!important}.style_storeProductImage__yxvYK{height:37px!important;width:37px!important}.style_storeProductName__\+10jn{-webkit-line-clamp:1;line-clamp:1;font-size:6px!important}.style_droppedProductImage__1P-LA{border-radius:6px;box-shadow:0 3px 10px #0000001f;height:52px!important;width:52px!important}}@media (max-width:375px){.style_modalContent__N-jnJ{border-radius:20px 20px 0 0}.style_topNav__hxQHj{left:14px;right:14px;top:75px}.style_storeName__7UJdZ{gap:6px;height:38px;padding:0 14px}.style_navIcons__6SKwL{gap:14px;height:38px;padding:0 10px}.style_storeNameText__UkN4\+{font-size:12px!important}.style_icon__gDvtk{height:16px;width:16px}.style_overlay__YEYQp{bottom:40px;top:100px}.style_droppedProductImage__1P-LA{border-radius:5px;height:48px!important;width:48px!important}.style_storeProduct__K8ewd{height:55px!important;margin-top:17%;padding:3px!important;width:40px!important}.style_storeProductImage__yxvYK{height:34px!important;width:34px!important}.style_storeProductName__\+10jn{font-size:5px!important}}.style_boutiqueContainer__1CAle{background-color:#fff;display:flex;justify-content:center;margin:100px auto 0;max-width:1512px;position:relative;width:100%}.style_contentWrapper__yULki{margin:0 auto;max-width:1358px;position:relative;width:100%}.style_header__VE\+hM{align-items:center;display:flex;gap:20px;justify-content:space-between;margin-bottom:40px;margin-top:32px;width:100%}.style_title__GJmjI{color:#000;flex-shrink:0;font-size:25px!important;font-weight:700;line-height:140%;margin:0}.style_headerActions__DTgaT{align-items:center;display:flex;flex:1 1;gap:24px;justify-content:flex-end}.style_previewStoreBtn__Uij60{align-items:center;background:none;border:1px solid #d9d9d9;border-radius:8px;cursor:pointer;display:flex;flex-shrink:0;gap:8px;padding:8px 16px;transition:all .2s ease;white-space:nowrap}.style_previewStoreBtn__Uij60:hover{background-color:#f8f8f8;border-color:#000}.style_previewStoreBtnText__4fOvG{color:#000;font-size:14px!important;line-height:140%}.style_mainContent__0ZCcT{display:flex;flex-direction:column;gap:24px;margin-bottom:60px;width:100%}.style_contentGrid__WkEdC{display:flex;gap:45px;justify-content:space-between;width:100%}.style_leftPanel__jmn-u{background-color:#fff;border:1px solid #d9d9d9;border-radius:20px;height:653px;max-width:468.5px;overflow-y:hidden;padding-bottom:24px;width:100%}.style_leftPanel__jmn-u:hover{overflow-y:auto}.style_section__oIKCt{margin:0 34px 24px;width:calc(100% - 68px)}.style_section__oIKCt:first-child{margin-top:43px}.style_sectionTitle__qtlOT{color:#000;font-size:20px!important;font-weight:700;line-height:140%;margin:0 0 24px}.style_generalError__bZ-fE{background-color:#fee2e2;border:1px solid #0000;border-radius:8px;box-sizing:border-box;margin-bottom:20px;padding:12px 16px;width:100%}.style_generalErrorText__o2l3h{color:#dc2626!important;font-size:14px!important;line-height:140%}.style_formGroup__27YMz{margin-bottom:24px}.style_formLabel__po2c9{display:block;margin-bottom:10px}.style_labelText__SmS\+o{color:#000!important}.style_formInput__8\+7A5,.style_labelText__SmS\+o{font-family:satoshi,sans-serif!important;font-size:16px!important;font-weight:400!important;line-height:140%}.style_formInput__8\+7A5{background-color:#fff;border:1px solid #bebebe;border-radius:8px;box-sizing:border-box;color:#000;height:44px;padding:12px 16px;transition:all .15s ease-in-out;width:100%}.style_formInput__8\+7A5:focus{border:1px solid #000;outline:none}.style_formInput__8\+7A5::placeholder{color:#bebebe}.style_formInputError__oMV0L{border-color:#dc2626!important}.style_uploadArea__\+qQQk{align-items:center;background-color:#fff;border:1px solid #bebebe;border-radius:12px;cursor:pointer;display:flex;height:192px;justify-content:center;overflow:hidden;position:relative;transition:all .2s ease;width:100%}.style_uploadArea__\+qQQk:hover{border-color:#999}.style_fileInput__Lwb-T{cursor:pointer;height:100%;opacity:0;position:absolute;width:100%;z-index:2}.style_uploadLabel__IBFFF{align-items:center;cursor:pointer;display:flex;flex-direction:column;gap:8px;height:100%;justify-content:center;width:100%;z-index:1}.style_uploadIcon__NWxN6{height:48px;width:48px}.style_uploadIcon__NWxN6 img{height:100%;object-fit:cover;width:100%}.style_uploadText__HXbxd{color:#bebebe;font-family:satoshi,sans-serif;font-size:16px!important;line-height:140%}.style_imagePreview__BKxBA{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}.style_previewImage__kDg1I{border-radius:8px;max-height:162px;max-width:162px;object-fit:cover}.style_formTextarea__ZRqMn{background-color:#fff;border:1px solid #bebebe;border-radius:8px;box-sizing:border-box;color:#000;font-family:satoshi,sans-serif;font-size:16px!important;line-height:140%;min-height:120px;padding:12px 16px;resize:vertical;width:100%}.style_formTextarea__ZRqMn:focus{border:1px solid #000;outline:none}.style_formTextarea__ZRqMn::placeholder{color:#bebebe;font-family:satoshi,sans-serif;font-size:16px!important}.style_formSelect__fDOs0{-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%23666' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;border:1px solid #bebebe;border-radius:8px;box-sizing:border-box;color:#000;cursor:pointer;font-family:satoshi,sans-serif;font-size:16px!important;height:44px;line-height:140%;padding:12px 16px;width:100%}.style_formSelect__fDOs0:focus{border:1px solid #000;outline:none}.style_formSelect__fDOs0 option{background-color:#fff;color:#000;font-family:satoshi,sans-serif}.style_formSelect__fDOs0 option[value=""]{color:#bebebe}.style_mobileButtons__qts38{display:none;width:100%}.style_previewDemoBtn__Wpn8P{align-items:center;background:none;border:1px solid #d9d9d9;border-radius:12px;box-sizing:border-box;cursor:pointer;display:flex;height:46px;justify-content:center;padding:12px 16px;transition:all .2s ease;width:100%}.style_previewDemoBtn__Wpn8P:hover{background-color:#f8f8f8;border-color:#000}.style_previewDemoBtnText__N6WOm{color:#000;font-size:16px!important;line-height:140%}.style_rightPanel__Xe2Sd{flex-shrink:1;height:675px;max-width:844.5px;width:100%}.style_storeContainer__BHrjL{background-color:#fff;border-radius:20px;box-shadow:0 4px 12px #0000001a;height:100%;overflow:hidden;position:relative}.style_topNav__iQn\+a{align-items:center;display:flex;height:50px;justify-content:space-between;left:50%;margin:0 auto;position:absolute;top:66px;transform:translateX(-50%);width:77.75%;z-index:20}.style_storeName__EVr8U{align-items:center;background-color:#fff;border:none;border-radius:30px;box-shadow:0 10px 25px 0 #00000040;color:#000;display:flex;flex-shrink:0;gap:20px;height:50px;justify-content:center;min-width:162px;padding:0 20px}.style_storeNameText__hACSe{color:#000;font-size:16px!important;line-height:140%}.style_icon__hjq0f{height:24px;object-fit:cover;width:24px}.style_navIcons__ebvMN{align-items:center;background-color:#fff;border:none;border-radius:30px;box-shadow:0 10px 25px 0 #00000040;color:#000;display:flex;flex-shrink:0;gap:40px;height:50px;justify-content:center;min-width:148px;padding:0 24px}.style_storeLayout__5kamP{height:100%;overflow:hidden;position:relative}.style_backgroundImage__L\+QMB{height:100%;object-fit:cover;position:relative;width:100%;z-index:1}.style_overlay__uuylk{bottom:61px;height:476px;left:0;max-width:799px;pointer-events:none;position:absolute;right:11px;top:116px;width:100%;z-index:10}.style_overlayImage__TYvif{height:100%;object-fit:contain;opacity:1;width:100%}.style_actionSection__0nalc{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.style_navigationContainer__Ayj2g{align-items:center;display:flex;gap:24px;justify-content:space-between;max-width:100%;width:100%}.style_nextBtn__jkko1,.style_previousBtn__EXEHp{align-items:center;background-color:#000;border:none;border-radius:12px;box-shadow:0 10px 25px 0 #00000040;color:#fff;cursor:pointer;display:flex;flex-shrink:0;height:46px;justify-content:center;transition:all .2s ease;width:112px}.style_nextBtn__jkko1{width:120px}.style_nextBtn__jkko1:hover:not(:disabled),.style_previousBtn__EXEHp:hover:not(:disabled){background-color:#333;transform:translateY(-2px)}.style_nextBtn__jkko1:disabled,.style_previousBtn__EXEHp:disabled{background-color:#6b7280;box-shadow:none;cursor:not-allowed}.style_nextBtnText__nT2Ek,.style_previousBtnText__OkX5P{color:#fff;font-size:16px!important;line-height:140%}.style_progressSection__RMCMd{margin:20px auto 0;max-width:100%;width:100%}.style_progressContainer__CvzCY{align-items:center;display:flex;flex-direction:column;gap:8px;width:100%}.style_stepText__ysgLh{color:#000;font-size:16px!important;font-weight:700;line-height:140%;margin:0 0 0 auto}.style_progressBar__Fea3O{background-color:#e5e7eb;border-radius:8px;height:8px;overflow:hidden;width:100%}.style_progressFilled__\+Xc1K{background-color:#000;border-radius:8px;height:100%;transition:width .3s ease;width:50%}@media (max-width:1380px){.style_contentWrapper__yULki{margin:0 77px}.style_topNav__iQn\+a{width:95%}}@media (max-width:1024px){.style_boutiqueContainer__1CAle{margin-top:100px}.style_contentWrapper__yULki{margin:0 77px}.style_header__VE\+hM{align-items:center;flex-direction:row;justify-content:space-between;margin-bottom:32px}.style_title__GJmjI{flex:1 1;font-size:22px!important}.style_headerActions__DTgaT{flex:none}.style_previewStoreBtn__Uij60{display:flex}.style_contentGrid__WkEdC{flex-direction:column;gap:0}.style_leftPanel__jmn-u{border-radius:16px;max-width:100%;min-height:400px}.style_section__oIKCt{margin-left:32px;margin-right:32px;width:calc(100% - 64px)}.style_section__oIKCt:first-child{margin-top:32px}.style_mobileButtons__qts38{display:block;width:100%}.style_rightPanel__Xe2Sd{display:none}.style_navigationContainer__Ayj2g{justify-content:space-between;max-width:100%}}@media (max-width:768px){.style_boutiqueContainer__1CAle{margin-top:80px;padding-top:20px}.style_contentWrapper__yULki{margin:0 32px}.style_header__VE\+hM{align-items:flex-start;flex-direction:column;gap:16px;margin-bottom:24px}.style_title__GJmjI{font-size:22px!important;text-align:left;width:100%}.style_headerActions__DTgaT{justify-content:flex-end;width:100%}.style_previewStoreBtn__Uij60{padding:10px 16px}.style_previewStoreBtnText__4fOvG{font-size:13px!important}.style_leftPanel__jmn-u{border-radius:16px;min-height:500px}.style_section__oIKCt{margin-bottom:20px}.style_sectionTitle__qtlOT{font-size:18px!important;margin-bottom:20px}.style_formGroup__27YMz{margin-bottom:20px}.style_labelText__SmS\+o{font-size:15px!important}.style_formInput__8\+7A5,.style_formSelect__fDOs0,.style_formTextarea__ZRqMn{font-size:15px!important;height:48px}.style_formTextarea__ZRqMn{min-height:110px}.style_uploadArea__\+qQQk{height:120px}.style_uploadIcon__NWxN6{height:32px;width:32px}.style_uploadText__HXbxd{font-size:14px!important}.style_previewImage__kDg1I{max-height:80px;max-width:80px}.style_previewDemoBtn__Wpn8P{border-radius:10px;height:48px}.style_previewDemoBtnText__N6WOm{font-size:15px!important}.style_nextBtn__jkko1,.style_previousBtn__EXEHp{border-radius:10px;height:48px}.style_nextBtnText__nT2Ek,.style_previousBtnText__OkX5P{font-size:15px!important}.style_mainContent__0ZCcT{margin-bottom:40px}.style_generalErrorText__o2l3h{font-size:13px!important}}@media (max-width:480px){.style_contentWrapper__yULki{margin:0 16px}.style_header__VE\+hM{gap:12px;margin-bottom:20px;margin-top:24px}.style_title__GJmjI{font-size:18px!important;line-height:130%}.style_previewStoreBtn__Uij60{border-radius:6px;padding:8px 12px}.style_previewStoreBtnText__4fOvG{font-size:12px!important}.style_leftPanel__jmn-u{border-radius:12px;min-height:420px}.style_section__oIKCt{margin-left:16px;margin-right:16px;margin-top:24px;width:calc(100% - 32px)}.style_sectionTitle__qtlOT{font-size:16px!important;margin-bottom:16px}.style_formGroup__27YMz{margin-bottom:16px}.style_labelText__SmS\+o{font-size:14px!important}.style_formInput__8\+7A5,.style_formSelect__fDOs0,.style_formTextarea__ZRqMn{font-size:14px!important;height:44px}.style_formTextarea__ZRqMn{min-height:100px}.style_uploadArea__\+qQQk{height:100px}.style_uploadIcon__NWxN6{height:28px;width:28px}.style_uploadText__HXbxd{font-size:13px!important}.style_previewImage__kDg1I{max-height:60px;max-width:60px}.style_previewDemoBtn__Wpn8P{border-radius:8px;height:44px}.style_previewDemoBtnText__N6WOm{font-size:14px!important}.style_navigationContainer__Ayj2g{gap:12px}.style_nextBtn__jkko1,.style_previousBtn__EXEHp{border-radius:8px;height:44px;width:100px}.style_nextBtn__jkko1{width:120px}.style_nextBtnText__nT2Ek,.style_previousBtnText__OkX5P{font-size:14px!important}.style_mainContent__0ZCcT,.style_progressSection__RMCMd{margin-bottom:32px}.style_stepText__ysgLh{font-size:14px!important}.style_generalErrorText__o2l3h{font-size:12px!important}}@media (max-width:375px){.style_contentWrapper__yULki{margin:0 8px}.style_header__VE\+hM{gap:10px;margin-bottom:16px;margin-top:20px}.style_title__GJmjI{font-size:16px!important}.style_leftPanel__jmn-u{border-radius:10px;min-height:380px}.style_section__oIKCt{margin-left:14px;margin-right:14px;margin-top:20px;width:calc(100% - 28px)}.style_sectionTitle__qtlOT{font-size:15px!important;margin-bottom:14px}.style_formGroup__27YMz{margin-bottom:14px}.style_labelText__SmS\+o{font-size:13px!important}.style_formInput__8\+7A5,.style_formSelect__fDOs0,.style_formTextarea__ZRqMn{font-size:13px!important;height:42px}.style_formTextarea__ZRqMn{min-height:90px}.style_uploadArea__\+qQQk{height:90px}.style_uploadIcon__NWxN6{height:24px;width:24px}.style_uploadText__HXbxd{font-size:12px!important}.style_previewImage__kDg1I{max-height:50px;max-width:50px}.style_previewDemoBtn__Wpn8P{height:42px}.style_previewDemoBtnText__N6WOm{font-size:13px!important}.style_nextBtn__jkko1,.style_previousBtn__EXEHp{height:42px;width:90px}.style_nextBtn__jkko1{width:110px}.style_nextBtnText__nT2Ek,.style_previousBtnText__OkX5P{font-size:13px!important}.style_mainContent__0ZCcT,.style_progressSection__RMCMd{margin-bottom:20px}.style_generalErrorText__o2l3h{font-size:11px!important}}.style_boutiqueContainer__9u199{background-color:#fff;display:flex;justify-content:center;margin:100px auto 0;max-width:1512px;position:relative;width:100%}.style_contentWrapper__kXqeI{margin:0 auto;max-width:1358px;position:relative;width:100%}.style_header__KiKhb{align-items:center;display:flex;gap:20px;justify-content:space-between;margin-bottom:40px;margin-top:32px;width:100%}.style_title__yp0gj{color:#000;flex-shrink:0;font-size:25px!important;font-weight:700;line-height:140%;margin:0}.style_headerActions__ZfK-o{align-items:center;display:flex;flex:1 1;gap:24px;justify-content:flex-end}.style_previewStoreBtn__hZFWa{align-items:center;background:none;border:1px solid #d9d9d9;border-radius:8px;cursor:pointer;display:flex;flex-shrink:0;gap:8px;padding:8px 16px;transition:all .2s ease;white-space:nowrap}.style_previewStoreBtn__hZFWa:hover{background-color:#f8f8f8;border-color:#000}.style_previewStoreBtnText__alhN5{color:#000;font-size:14px!important;line-height:140%}.style_mainContent__6ehM9{display:flex;flex-direction:column;gap:24px;margin-bottom:60px;width:100%}.style_contentGrid__0HXtV{display:flex;gap:45px;justify-content:space-between;width:100%}.style_leftPanel__YNY60{background-color:#fff;border:1px solid #d9d9d9;border-radius:20px;height:653px;max-width:468.5px;overflow-y:hidden;padding-bottom:24px;width:100%}.style_leftPanel__YNY60:hover{overflow-y:auto}.style_section__wgFzm{margin:0 34px;width:calc(100% - 68px)}.style_section__wgFzm:first-child{margin-top:43px}.style_sectionTitle__VU2Sx{color:#000;font-size:20px!important;font-weight:700;line-height:140%;margin:0 0 24px}.style_formGroup__F2wQN{margin-bottom:24px}.style_formLabel__qg\+sk{display:block;margin-bottom:16px}.style_labelText__hVFTn{color:#000!important;font-family:satoshi,sans-serif!important;font-size:16px!important;font-weight:400!important;line-height:140%}.style_productGrid__lZ6Mf{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr;margin-bottom:24px;margin-top:24px;max-height:440px;overflow-y:auto;padding-right:8px}.style_productGrid__lZ6Mf::-webkit-scrollbar{width:4px}.style_productGrid__lZ6Mf::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.style_productGrid__lZ6Mf::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:4px}.style_productGrid__lZ6Mf::-webkit-scrollbar-thumb:hover{background:#bebebe}.style_productCard__n1huM{align-items:center;background-color:#fbf8ff;border:1px solid #fbf8ff;border-radius:10px;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;height:220px;justify-content:center;overflow:hidden;transition:all .2s ease;width:100%}.style_productCard__n1huM:hover{box-shadow:0 4px 12px #0000001f;transform:translateY(-1px)}.style_productImageContainer__pwim\+{align-items:center;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;display:flex;height:80px;justify-content:center;overflow:hidden;width:80px}.style_productImage__cruD-{height:100%;object-fit:cover;width:100%}.style_productInfo__5mYAB{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:12px;text-align:center}.style_productName__Rzan5{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#000;display:-webkit-box;font-size:14px!important;font-weight:700;line-height:140%;margin-bottom:8px;overflow:hidden;word-break:break-word}.style_productQuantity__WIJ0X{color:#6b7280;font-size:12px!important;font-weight:400;line-height:140%;margin:0}.style_emptyProductContainer__8WXjW{align-items:center;border-radius:12px;display:flex;height:300px;justify-content:center;margin-bottom:24px;margin-top:24px}.style_emptyText__JiJ9H{color:#8b909a!important;font-size:16px!important;font-style:italic;line-height:140%}.style_addProductContainer__vMwUj{align-items:center;display:flex;justify-content:center;margin-top:24px;width:100%}.style_addProductBtn__vT7b4{align-items:center;background-color:#fff;border:2px solid #1d1d1c;border-radius:12px;box-shadow:0 10px 25px 0 #00000040;color:#1d1d1c;cursor:pointer;display:flex;flex-shrink:0;height:46px;justify-content:center;transition:all .2s ease;width:142px}.style_addProductBtn__vT7b4:hover .style_addProductBtnText__CbEka{color:#000}.style_addProductBtnText__CbEka{color:#1d1d1c;font-size:16px!important;line-height:140%;transition:color .2s ease}.style_mobileButtons__mjTmq{display:none;margin:0 34px 24px;width:calc(100% - 68px)}.style_previewDemoBtn__vmWfq{align-items:center;background:none;border:1px solid #d9d9d9;border-radius:12px;cursor:pointer;display:flex;height:46px;justify-content:center;transition:all .2s ease;width:100%}.style_previewDemoBtn__vmWfq:hover{background-color:#f8f8f8;border-color:#000}.style_previewDemoBtnText__Y5n6w{color:#000;font-size:16px!important;line-height:140%}.style_rightPanel__tRwvC{flex-shrink:1;height:675px;max-width:844.5px;width:100%}.style_storeContainer__BjXtw{background-color:#fff;border-radius:20px;box-shadow:0 4px 12px #0000001a;height:100%;overflow:hidden;position:relative}.style_topNav__6qoIq{align-items:center;display:flex;height:50px;justify-content:space-between;left:50%;margin:0 auto;position:absolute;top:66px;transform:translateX(-50%);width:77.75%;z-index:20}.style_storeLogo__ydTRf{border-radius:4px;flex-shrink:0;height:30px;object-fit:cover;width:30px}.style_storeName__YoiV2{align-items:center;background-color:#fff;border:none;border-radius:30px;box-shadow:0 10px 25px 0 #00000040;color:#000;display:flex;flex-shrink:0;gap:20px;height:50px;justify-content:center;min-width:162px;padding:0 20px}.style_storeNameText__TzDk3{color:#000;font-size:16px!important;line-height:140%}.style_icon__vthUD{flex-shrink:0;height:24px;object-fit:cover;width:24px}.style_navIcons__aP2VL{align-items:center;background-color:#fff;border:none;border-radius:30px;box-shadow:0 10px 25px 0 #00000040;color:#000;display:flex;flex-shrink:0;gap:40px;height:50px;justify-content:center;min-width:148px;padding:0 24px}.style_storeLayout__wt9Lb{-webkit-overflow-scrolling:touch;height:100%;overflow:hidden;position:relative;scroll-behavior:smooth}.style_backgroundImage__xAUFg{height:100%;object-fit:cover;position:relative;width:100%;z-index:1}.style_overlay__HONG0{bottom:61px;height:476px;left:0;max-width:799px;pointer-events:none;position:absolute;right:11px;top:116px;width:100%;z-index:10}.style_overlayImage__30\+l5{height:100%;object-fit:contain;opacity:1;width:100%}.style_storeProduct__VbCYE{align-items:center;background:#fffffff2;border-radius:8px;box-shadow:0 2px 8px #00000026;display:flex;flex-direction:column;height:auto;justify-content:center;margin-top:10%;padding:6px;position:absolute;transition:transform .2s ease;width:70px;z-index:15}.style_storeProductImage__R75Z4{background-color:#f3f4f6;border-radius:6px;height:58px;margin-bottom:4px;object-fit:cover;width:58px}.style_storeProductName__SrHRF{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#000;display:-webkit-box;font-size:8px!important;font-weight:600;line-height:110%;overflow:hidden;text-align:center;width:100%;word-break:break-word}.style_actionSection__Q8\+Yu{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.style_navigationContainer__Mb9Wv{align-items:center;display:flex;gap:24px;justify-content:space-between;max-width:100%;width:100%}.style_nextBtn__Y8K\+A,.style_previousBtn__tyTJ4{align-items:center;background-color:#000;border:none;border-radius:12px;box-shadow:0 10px 25px 0 #00000040;color:#fff;cursor:pointer;display:flex;flex-shrink:0;height:46px;justify-content:center;transition:all .2s ease;width:112px}.style_nextBtn__Y8K\+A{width:120px}.style_nextBtn__Y8K\+A:hover,.style_previousBtn__tyTJ4:hover{background-color:#333;transform:translateY(-2px)}.style_nextBtnText__rUgCm,.style_previousBtnText__Hpm7p{color:#fff;font-size:16px!important;line-height:140%}.style_progressSection__WsRl-{margin:20px auto 0;max-width:100%;width:100%}.style_progressContainer__RpFal{align-items:center;display:flex;flex-direction:column;gap:8px;width:100%}.style_stepText__br1wJ{color:#000;font-size:16px!important;font-weight:700;line-height:140%;margin:0 0 0 auto}.style_progressBar__MlEcR{background-color:#e5e7eb;border-radius:8px;height:8px;overflow:hidden;width:100%}.style_progressFilled__ePNeU{background-color:#000;border-radius:8px;height:100%;transition:width .3s ease;width:75%}.style_productSection__jo7od{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:15}.style_productPreview__H4l6A{align-items:center;background:#fffffff2;border-radius:8px;box-shadow:0 2px 8px #00000026;display:flex;flex-direction:column;height:90px;padding:8px;position:absolute;width:70px}@media (max-width:1380px){.style_contentWrapper__kXqeI{margin:0 77px}.style_topNav__6qoIq{width:95%}}@media (max-width:1024px){.style_boutiqueContainer__9u199{margin-top:100px}.style_contentWrapper__kXqeI{margin:0 77px}.style_header__KiKhb{align-items:center;flex-direction:row;gap:16px;justify-content:space-between;margin-bottom:32px}.style_title__yp0gj{flex:1 1;font-size:22px!important}.style_headerActions__ZfK-o{flex:none}.style_previewStoreBtn__hZFWa{display:flex}.style_contentGrid__0HXtV{flex-direction:column;gap:0}.style_leftPanel__YNY60{border-radius:16px;max-width:100%;min-height:400px}.style_section__wgFzm{margin-left:32px;margin-right:32px;width:calc(100% - 64px)}.style_section__wgFzm:first-child{margin-top:32px}.style_mobileButtons__mjTmq{display:none;margin-left:32px;margin-right:32px;width:calc(100% - 64px)}.style_productGrid__lZ6Mf{gap:12px;grid-template-columns:1fr 1fr 1fr}.style_productCard__n1huM{height:160px}.style_rightPanel__tRwvC{display:none}.style_navigationContainer__Mb9Wv{justify-content:space-between;max-width:100%}}@media (max-width:768px){.style_boutiqueContainer__9u199{margin-top:80px;padding-top:20px}.style_contentWrapper__kXqeI{margin:0 32px}.style_header__KiKhb{align-items:flex-start;flex-direction:column;gap:16px;margin-bottom:24px}.style_title__yp0gj{font-size:22px!important;text-align:left;width:100%}.style_headerActions__ZfK-o{justify-content:flex-end;width:100%}.style_previewStoreBtn__hZFWa{padding:10px 16px}.style_previewStoreBtnText__alhN5{font-size:13px!important}.style_leftPanel__YNY60{border-radius:16px;min-height:500px}.style_section__wgFzm{margin-top:32px}.style_sectionTitle__VU2Sx{font-size:18px!important;margin-bottom:20px}.style_labelText__hVFTn{font-size:15px!important}.style_productGrid__lZ6Mf{gap:12px;grid-template-columns:1fr 1fr}.style_addProductBtn__vT7b4{border-radius:10px;height:48px;width:130px}.style_addProductBtnText__CbEka{font-size:15px!important}.style_previewDemoBtn__vmWfq{border-radius:10px;height:48px}.style_previewDemoBtnText__Y5n6w{font-size:15px!important}.style_nextBtn__Y8K\+A,.style_previousBtn__tyTJ4{border-radius:10px;height:48px}.style_nextBtnText__rUgCm,.style_previousBtnText__Hpm7p{font-size:15px!important}.style_mainContent__6ehM9{margin-bottom:40px}.style_progressSection__WsRl-{margin-bottom:32px}.style_storeProduct__VbCYE{height:80px;padding:5px;width:60px}.style_storeProductImage__R75Z4{height:50px;width:50px}.style_storeProductName__SrHRF{font-size:7px!important}}@media (max-width:480px){.style_contentWrapper__kXqeI{margin:0 16px}.style_header__KiKhb{gap:12px;margin-bottom:20px;margin-top:24px}.style_title__yp0gj{font-size:18px!important;line-height:130%}.style_previewStoreBtn__hZFWa{border-radius:6px;padding:8px 12px}.style_previewStoreBtnText__alhN5{font-size:12px!important}.style_leftPanel__YNY60{border-radius:12px;min-height:420px}.style_section__wgFzm{margin-left:16px;margin-right:16px;margin-top:24px;width:calc(100% - 32px)}.style_sectionTitle__VU2Sx{font-size:16px!important;margin-bottom:16px}.style_labelText__hVFTn{font-size:14px!important}.style_addProductBtn__vT7b4{border-radius:8px;height:44px;width:120px}.style_addProductBtnText__CbEka{font-size:14px!important}.style_mobileButtons__mjTmq{margin-bottom:16px;margin-left:16px;margin-right:16px;width:calc(100% - 32px)}.style_previewDemoBtn__vmWfq{border-radius:8px;height:44px}.style_previewDemoBtnText__Y5n6w{font-size:14px!important}.style_nextBtn__Y8K\+A,.style_previousBtn__tyTJ4{border-radius:8px;height:44px;width:100px}.style_nextBtn__Y8K\+A{width:120px}.style_nextBtnText__rUgCm,.style_previousBtnText__Hpm7p{font-size:14px!important}.style_mainContent__6ehM9,.style_progressSection__WsRl-{margin-bottom:32px}.style_stepText__br1wJ{font-size:14px!important}.style_storeProduct__VbCYE{height:60px!important;padding:4px!important;width:45px!important}.style_storeProductImage__R75Z4{height:37px!important;width:37px!important}.style_storeProductName__SrHRF{-webkit-line-clamp:1;font-size:6px!important}}@media (max-width:375px){.style_contentWrapper__kXqeI{margin:0 8px}.style_header__KiKhb{gap:10px;margin-bottom:16px;margin-top:20px}.style_title__yp0gj{font-size:16px!important}.style_leftPanel__YNY60{border-radius:10px;min-height:380px}.style_section__wgFzm{margin-left:14px;margin-right:14px;margin-top:20px;width:calc(100% - 28px)}.style_sectionTitle__VU2Sx{font-size:15px!important;margin-bottom:14px}.style_labelText__hVFTn{font-size:13px!important}.style_addProductBtn__vT7b4{height:42px;width:110px}.style_addProductBtnText__CbEka{font-size:13px!important}.style_mobileButtons__mjTmq{margin-bottom:14px;margin-left:14px;margin-right:14px;width:calc(100% - 28px)}.style_previewDemoBtn__vmWfq{height:42px}.style_previewDemoBtnText__Y5n6w{font-size:13px!important}.style_nextBtn__Y8K\+A,.style_previousBtn__tyTJ4{height:42px;width:90px}.style_nextBtn__Y8K\+A{width:110px}.style_nextBtnText__rUgCm,.style_previousBtnText__Hpm7p{font-size:13px!important}.style_mainContent__6ehM9,.style_progressSection__WsRl-{margin-bottom:20px}.style_storeProduct__VbCYE{height:55px!important;width:40px!important}.style_storeProductImage__R75Z4{height:34px!important;width:34px!important}.style_storeProductName__SrHRF{font-size:5px!important}}.style_modalOverlay__3X2Kb{align-items:center;animation:style_fadeIn__XnQZs .2s ease-out;background-color:#0009;bottom:0;box-sizing:border-box;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}@keyframes style_fadeIn__XnQZs{0%{opacity:0}to{opacity:1}}.style_modalContent__sL6Al{animation:style_slideUp__AS4nr .3s ease-out;background:#fff;border-radius:28px;box-shadow:0 24px 48px #00000040;box-sizing:border-box;max-height:90vh;max-width:1320px;overflow-x:hidden;overflow-y:auto;position:relative;width:100%}@keyframes style_slideUp__AS4nr{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.style_modalContent__sL6Al::-webkit-scrollbar{width:8px}.style_modalContent__sL6Al::-webkit-scrollbar-track{background:#0000;margin:16px 0}.style_modalContent__sL6Al::-webkit-scrollbar-thumb{background:#0003;border-radius:10px;-webkit-transition:background .2s ease;transition:background .2s ease}.style_modalContent__sL6Al::-webkit-scrollbar-thumb:hover{background:#0000004d}.style_modalContent__sL6Al::-webkit-scrollbar-thumb:active{background:#0006}.style_modalContent__sL6Al{scrollbar-color:#0003 #0000;scrollbar-width:thin}.style_modalHeader__VXgLp{align-items:center;background:#fff;box-shadow:.375px .375px .375px .375px #d7d9df;display:flex;justify-content:space-between;padding:1.375rem 1.375rem .375rem 3.5rem;position:-webkit-sticky;position:sticky;top:0;z-index:10}.style_modalTitle__U\+qbk{color:#000;font-size:1.563rem!important;font-weight:700;line-height:140%;margin:0}.style_closeButton__MqA8R{-webkit-appearance:none;appearance:none;background:none;border:none;box-sizing:border-box;cursor:pointer;transition:transform .2s ease}.style_closeButton__MqA8R:hover{transform:scale(1.1)}.style_closeButton__MqA8R:active{transform:scale(.95)}.style_modalBody__I01q-{padding:0 3.5rem}.style_errorContainer__SAWO\+{animation:style_shake__hNy50 .3s ease;background-color:#fee2e2;border:1px solid #0000;border-radius:8px;box-sizing:border-box;margin:1rem auto;max-width:1148px;padding:12px 16px;width:100%}@keyframes style_shake__hNy50{0%,to{transform:translateX(0)}25%{transform:translateX(-4px)}75%{transform:translateX(4px)}}.style_errorText__i-yuo{color:#dc2626!important;font-size:14px!important;line-height:140%}.style_imageSection__p1Yas{border:1px solid #eae8e8;border-radius:20px;box-sizing:border-box;margin:3.125rem auto 2.625rem;max-width:1148px;transition:border-color .2s ease;width:100%}.style_imageSection__p1Yas:hover{border-color:#d9d9d9}.style_sectionLabel__EDsJ9{color:#000;display:block;font-size:1rem;font-weight:700;padding:1.875rem 0 0 1.438rem}.style_sectionLabelText__Cx48i{font-size:1rem;font-weight:700;line-height:140%}.style_uploadArea__UFqx0{background-color:#f9fafb;border:2px dashed #d9d9d9;border-radius:12px;margin:2.75rem auto 0;max-width:660px;position:relative;text-align:center;transition:all .3s ease;width:calc(100% - 3rem)}.style_uploadArea__UFqx0:hover{background-color:#f3f4f6;border-color:#bebebe;box-shadow:0 4px 12px #0000000d;transform:translateY(-2px)}.style_fileInput__5no6P{cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:2}.style_uploadLabel__BEZh1{align-items:center;cursor:pointer;display:flex;flex-direction:column;gap:.625rem;padding:2rem 1rem}.style_uploadIcon__ojEIn{height:3rem;margin-bottom:.5rem;object-fit:contain;transition:transform .2s ease;width:3rem}.style_uploadArea__UFqx0:hover .style_uploadIcon__ojEIn{transform:scale(1.1)}.style_uploadText__L8ExA{color:#000;font-size:.875rem;font-weight:400}.style_uploadSubtext__a2viW{color:#000;font-size:.75rem}.style_browseButton__K2sMq{align-items:center;background-color:#000;border:none;border-radius:12px;box-shadow:0 10px 25px 0 #00000040;color:#fff;cursor:pointer;display:flex;height:2.875rem;justify-content:center;margin:.5rem 0;transition:all .2s ease;width:6.438rem}.style_browseButton__K2sMq:hover{background-color:#333;transform:translateY(-2px)}.style_browseButtonText__8C4Ra{color:#faf2ec;font-size:1rem;line-height:140%}.style_supportedFormats__XZ8Yg{color:#6b7280;font-size:.75rem!important;margin-top:1rem}.style_imagePreview__bA990{align-items:center;animation:style_fadeIn__XnQZs .3s ease;background-color:#f8fbff;border:1px solid #f8fbff;border-radius:12px;display:flex;flex-direction:column;justify-content:center;margin:2.75rem auto 0;max-width:660px;min-height:275px;overflow:hidden;position:relative;width:calc(100% - 3rem)}.style_previewImage__b4hWF{border-radius:12px;max-height:275px;max-width:100%;object-fit:contain}.style_removeImageBtn__fMytT{background-color:#fff;border:1px solid #d9d9d9;border-radius:8px;color:#000;cursor:pointer;font-family:satoshi;font-size:.875rem;margin-top:1rem;padding:.5rem 1.5rem;transition:all .2s ease}.style_removeImageBtn__fMytT:hover{background-color:#f3f4f6;border-color:#bebebe}.style_convertText__b\+OUJ{color:#000;font-size:1rem;font-weight:400;margin:1.313rem 0 1.25rem;padding:0 1rem;text-align:center}.style_convertLink__CM2rL{color:#000;cursor:pointer;font-weight:700;transition:color .2s ease}.style_convertLink__CM2rL:hover{color:#333;text-decoration:underline}.style_formSection__qDKFR{display:flex;flex-direction:column;margin:0 auto;max-width:1148px;width:100%}.style_formRow__sx77u{grid-gap:1.438rem;display:grid;gap:1.438rem;grid-template-columns:1fr 1fr;margin-bottom:1.875rem}.style_formGroup1__J6fs4,.style_formGroup2__Cvcue{border:1px solid #eae8e8;border-radius:20px;box-sizing:border-box;transition:border-color .2s ease}.style_formGroup1__J6fs4:hover,.style_formGroup2__Cvcue:hover{border-color:#d9d9d9}.style_formLabel2__fRxbx,.style_formLabel__ysUkw{color:#000;display:block;font-size:1rem;font-weight:700;margin:1.875rem auto;padding:0 1.438rem}.style_categoryHelp__qTaR6{color:#8b909a;font-size:.875rem;font-weight:400;margin:0 auto 1.375rem;padding:0 1.438rem}.style_inputGroup2__O32uS,.style_inputGroup__uPRM9{margin-bottom:1.375rem;padding:0 1.438rem}.style_inputLabel__j-vzf{color:#374151;display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.style_formInput__eC-u2{background-color:#fff;border:1px solid #bebebe;border-radius:8px;box-sizing:border-box;color:#111827;font-family:satoshi!important;font-size:1rem;font-weight:400!important;height:2.75rem;padding:.75rem 1rem;transition:all .15s ease-in-out;width:100%}.style_formInput__eC-u2:focus{border:1px solid #000;box-shadow:0 0 0 3px #0000000d;outline:none}.style_formInput__eC-u2::placeholder{color:#bebebe}.style_formInputError__ndwwn{border-color:#dc2626!important}.style_formInputError__ndwwn:focus{box-shadow:0 0 0 3px #dc26261a}.style_formTextarea__zd1HA{background-color:#fff;border:1px solid #bebebe;border-radius:8px;box-sizing:border-box;color:#000;font-family:satoshi;font-size:1rem;min-height:7.5rem;padding:.75rem 1rem;resize:vertical;transition:all .15s ease-in-out;width:100%}.style_formTextarea__zd1HA:focus{border:1px solid #000;box-shadow:0 0 0 3px #0000000d;outline:none}.style_formTextarea__zd1HA::placeholder{color:#bebebe}.style_formSelect__AHleM{-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%23666' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;border:1px solid #bebebe;border-radius:8px;box-sizing:border-box;color:#000;cursor:pointer;font-family:satoshi;font-size:16px;height:44px;padding:0 2.5rem 0 1rem;transition:all .15s ease-in-out;width:100%}.style_formSelect__AHleM:focus{border:1px solid #000;box-shadow:0 0 0 3px #0000000d;outline:none}.style_formSelect__AHleM option{background-color:#fff;color:#000}.style_categoryDetailsSection__8Iiez{margin:0 auto 1.375rem;padding:0 1.438rem}.style_categoryDetailsLabel__jjYS6{color:#000;display:block;font-size:.875rem;font-weight:600;margin-bottom:1.25rem}.style_genderSection__Si6Qg,.style_sizeSection__yuCWv{margin-bottom:1.5rem}.style_attributeLabel__OhUkQ{color:#000;display:block;font-size:.875rem;font-weight:500;margin-bottom:.25rem}.style_attributeSubtext__NiW2F{color:#9ca3af;display:block;font-size:.75rem;font-weight:400;margin-bottom:.75rem}.style_sizeOptions__gPkhg{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.style_sizeButton__a1S\+A{align-items:center;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;font-family:satoshi;font-size:.875rem;font-weight:500;height:2.5rem;justify-content:center;transition:all .2s ease;width:2.5rem}.style_sizeButton__a1S\+A:hover{border-color:#d1d5db;box-shadow:0 2px 4px #0000000d;transform:translateY(-2px)}.style_sizeButtonActive__DxFTV{background-color:#000;border-color:#000;color:#fff;transform:scale(1.05)}.style_genderOptions__KRDTO{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem}.style_genderOption__5ZQX4{align-items:center;cursor:pointer;display:flex;gap:.5rem;transition:transform .2s ease}.style_genderOption__5ZQX4:hover{transform:translateX(2px)}.style_genderRadio__xihnf{accent-color:#000;cursor:pointer;height:1rem;width:1rem}.style_genderLabel__BCWSy{color:#374151;cursor:pointer;font-family:satoshi;font-size:.875rem;font-weight:400}.style_pricingSection__her7q{border:1px solid #eae8e8;border-radius:20px;box-sizing:border-box;margin:1.875rem auto 0;max-width:1148px;transition:border-color .2s ease;width:100%}.style_pricingSection__her7q:hover{border-color:#d9d9d9}.style_pricingHeader__Ui5oV{padding:1.875rem 0 0 1.438rem}.style_pricingRow__E\+ZgM{grid-gap:1.438rem;display:grid;gap:1.438rem;grid-template-columns:repeat(4,1fr);padding:1.25rem 1.438rem 1.875rem}.style_modalFooter__K-93k{background:#fff;bottom:0;display:flex;flex-direction:column;margin:1.25rem auto 2rem;max-width:100%;padding:.8rem 0;position:-webkit-sticky;position:sticky;width:100%}.style_footerNote__zOWGJ{display:flex;justify-content:flex-end;max-width:100%}.style_addButton__STdwf{align-items:center;background-color:#000;border:none;border-radius:12px;box-shadow:0 10px 25px 0 #00000040;color:#f8fbff;cursor:pointer;display:flex;gap:1.25rem;height:3.125rem;justify-content:center;min-width:auto;padding:12px 16px;transition:all .2s ease}.style_addButton__STdwf:hover:not(:disabled){background-color:#333;transform:translateY(-2px)}.style_addButton__STdwf:disabled{background-color:#6b7280;box-shadow:none;cursor:not-allowed}.style_storeNameText__kWfwo{color:#faf2ec;font-size:1rem;line-height:140%;white-space:nowrap}@media (max-width:1024px){.style_pricingRow__E\+ZgM{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.style_modalOverlay__3X2Kb{align-items:flex-end;padding:.5rem}.style_modalContent__sL6Al{animation:style_slideUpMobile__m5lDE .3s ease-out;border-radius:24px 24px 0 0;max-height:95vh}@keyframes style_slideUpMobile__m5lDE{0%{transform:translateY(100%)}to{transform:translateY(0)}}.style_modalHeader__VXgLp{padding:1rem 1rem .25rem}.style_modalTitle__U\+qbk{font-size:1.25rem!important}.style_modalBody__I01q-{padding:0 1rem}.style_formRow__sx77u{gap:1.25rem;grid-template-columns:1fr}.style_pricingRow__E\+ZgM{gap:1rem;grid-template-columns:1fr;padding:1rem}.style_imageSection__p1Yas,.style_pricingSection__her7q{margin-left:0;margin-right:0}.style_formLabel2__fRxbx,.style_formLabel__ysUkw{margin:1.25rem auto;padding:0 1rem}.style_categoryDetailsSection__8Iiez,.style_categoryHelp__qTaR6,.style_inputGroup2__O32uS,.style_inputGroup__uPRM9{margin-bottom:1rem;padding:0 1rem}.style_pricingHeader__Ui5oV,.style_sectionLabel__EDsJ9{padding:1.25rem 0 0 1rem}.style_addButton__STdwf{width:100%}.style_sizeOptions__gPkhg{gap:.5rem}.style_sizeButton__a1S\+A{font-size:.75rem;height:2.25rem;width:2.25rem}.style_genderOptions__KRDTO{gap:1rem}}@media (max-width:480px){.style_modalTitle__U\+qbk{font-size:1.125rem!important}.style_uploadLabel__BEZh1{padding:1.5rem .75rem}.style_uploadIcon__ojEIn{height:2.5rem;width:2.5rem}.style_browseButton__K2sMq{height:2.5rem;width:5rem}.style_browseButtonText__8C4Ra{font-size:.875rem}.style_convertText__b\+OUJ{font-size:.875rem;padding:0 .75rem}.style_pricingRow__E\+ZgM{padding:.75rem}.style_sizeOptions__gPkhg{justify-content:center}.style_genderOptions__KRDTO{align-items:flex-start;flex-direction:column;gap:.75rem;justify-content:center}.style_storeNameText__kWfwo{font-size:.875rem}}.style_container__CkdPR{background:#fff;border-radius:8px;box-shadow:4px 4px 4px #00000040,-4px -4px 4px #00000040;display:flex;flex-direction:column;margin-bottom:77px;max-width:1109px;padding:100px 200px;width:100%}.style_congratsContainer__lJSG7{width:100%}.style_congratsBody__bemEx,.style_congrats__ijjdM{line-height:140%;text-align:center}.style_congratsBody__bemEx{margin-bottom:51px;margin-top:54px}.style_copyLink__pLCgS{border:1px solid #000;border-radius:10px;display:flex;justify-content:space-between;max-width:508px;padding:8px 13px;width:100%}.style_copyContainer__uCBJe{display:flex;justify-content:center;margin-bottom:35px;width:100%}.style_socialContainer__yF3Sk{display:flex;justify-content:center;margin-bottom:97px;width:100%}.style_socialLinks__Wm0kX{align-items:center;display:flex;gap:30px;height:24px;justify-content:space-between;max-width:200px;width:100%}.style_socialLink__Dmh46{align-items:center;display:inline-flex;height:20px;justify-content:center;text-decoration:none;transition:color .2s ease;width:20px}.style_socialLink__Dmh46:hover{transform:scale(1.08)}.style_buttonContainer__AJjiT{display:flex;justify-content:center;margin-bottom:59px;width:100%}.style_buttonGroup__umnNe{align-items:center;display:flex;justify-content:space-between}.style_primaryButton__bp5hL{background-color:#1d1d1c;border:none;border-radius:12px;cursor:pointer;padding:14px 12px;transition:background-color .2s ease}.style_primaryButtonText__AGfHp{color:#faf2ec;font-size:16px;line-height:140%}.style_line__N7Cv4{background-image:linear-gradient(110deg,#737373,#d9d9d900);border-radius:5px;min-height:15px;width:100%}@media (max-width:1190px){.style_container__CkdPR{margin:0 20px 77px;padding:100px}}@media (max-width:900px){.style_container__CkdPR{padding:100px 50px}}@media (max-width:700px){.style_container__CkdPR{padding:100px 20px}}.style_body__NfiA0{background-color:#faf9f9;height:100%;width:100%}.style_container__t9yy0{align-items:center;display:flex;height:100%;justify-content:center;margin:100px auto 0;max-width:1152px;padding-top:100px;width:100%}@media (max-width:768px){.style_container__t9yy0{margin-top:80px}}.style_buyerProfile__LwDwO{align-items:center;background-color:#fff;color:#212529;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;min-height:100vh;padding:50px 20px}.style_profileHeader__gI4BM{align-items:center;display:flex;flex-direction:column;margin-bottom:40px;text-align:center}.style_profileImage__ZiJXn{border-radius:50%;height:90px;margin-bottom:15px;object-fit:cover;width:90px}.style_profileName__6TCBE{font-size:22px;font-weight:600;margin:0 0 5px}.style_profileEmail__pU5Q8{color:#6c757d;font-size:14px;margin:0}.style_infoContainer__UrIJY{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1fr 1fr;margin-bottom:40px;max-width:960px;width:100%}.style_leftColumn__zEMTN{display:flex;flex-direction:column;gap:30px}.style_infoCard__dm3dZ{background-color:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 4px 12px #0000000a;padding:30px}.style_cardHeader__fMIxf{align-items:center;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;margin-bottom:25px;padding-bottom:15px}.style_cardTitle__ccuKg{font-size:16px;font-weight:600;margin:0}.style_editLink__pcnpx{align-items:center;color:#495057;display:flex;font-size:14px;font-weight:500;gap:6px;text-decoration:none;transition:color .2s}.style_editLink__pcnpx:hover{color:#000}.style_formGroup__FOM-w{margin-bottom:20px}.style_formGroup__FOM-w:last-child{margin-bottom:0}.style_formGroup__FOM-w label{color:#495057;display:block;font-size:14px;font-weight:500;margin-bottom:8px;text-align:left}.style_formGroup__FOM-w input{background-color:#f8f9fa;border:1px solid #ced4da;border-radius:8px;box-sizing:border-box;color:#495057;font-size:15px;padding:12px 16px;width:100%}.style_formGroup__FOM-w input::placeholder{color:#adb5bd}.style_saveButton__pJmdA{background-color:#212529;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:500;padding:14px 48px;transition:background-color .2s ease-in-out}.style_saveButton__pJmdA:hover{background-color:#343a40}@media (max-width:900px){.style_infoContainer__UrIJY{gap:20px;grid-template-columns:1fr}.style_leftColumn__zEMTN{gap:20px}.style_buyerProfile__LwDwO{padding:30px 15px}}.style_buyerNotification__IbW8W{background-color:#fff;border-radius:8px;box-shadow:0 4px 20px #0000000d;margin:20px auto;max-width:800px;padding:40px}.style_notificationGroup__FC\+c4{margin-bottom:30px}.style_notificationGroup__FC\+c4:last-child{margin-bottom:0}.style_dateHeader__ntWXg{color:#212529;font-size:18px;font-weight:600;margin:0 0 10px;text-align:left}.style_notificationList__YVMHs{display:flex;flex-direction:column}.style_notificationItem__bS4Oa{align-items:flex-start;border-bottom:1px solid #e9ecef;display:flex;gap:20px;padding:20px 0}.style_notificationList__YVMHs div:last-child.style_notificationItem__bS4Oa{border-bottom:none;padding-bottom:0}.style_iconWrapper__mex1P{align-items:center;border-radius:50%;color:#fff;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.style_iconWrapper__mex1P.style_confirmation__r4lbL{background-color:#28a745}.style_iconWrapper__mex1P.style_discount__wXkDj{background-color:#fd7e14}.style_iconWrapper__mex1P.style_canceled__9LC8m{background-color:#6c757d}.style_content__93GZ0{flex-grow:1}.style_title__jLzlc{color:#212529;font-size:16px;font-weight:600;margin:0 0 4px;text-align:left}.style_description__7lSFH{color:#6c757d;font-size:14px;line-height:1.5;margin:0;text-align:left}@media (max-width:600px){.style_buyerNotification__IbW8W{padding:20px}.style_notificationItem__bS4Oa{gap:15px}.style_iconWrapper__mex1P{height:40px;width:40px}}.style_container__N-rOp{display:flex;gap:26px;margin:0 auto;max-width:1215px;padding:25px 0}.style_cartContainer__APkPg{border:1px solid #d9d9d9;border-radius:10px;max-width:758px;width:100%}.style_cart__VyhxX{border-bottom:1px solid #d9d9d9;padding:23px;text-align:left}.style_cartText__d9qt8{font-size:16px;font-weight:700}.style_cartItemContainer__Tfm2S{height:500px;overflow-y:auto;scrollbar-width:none;width:100%}.style_itemContainer__lKzmh{margin:20px 0;width:100%}.style_updateContainer__pyooA{margin-bottom:90px;margin-top:40px}.style_primaryButton__Qc33R{background-color:initial;border:1px solid #1d1d1c;border-radius:12px;color:#1d1d1c;cursor:pointer;padding:16px 8px;transition:background-color .2s ease}.style_primaryButton__Qc33R:hover{background-color:#1d1d1c;color:#faf2ec!important}.style_primaryButtonText__Wf6to{font-size:16px;line-height:140%}.style_summaryContainer__c\+Pw4{border:1px solid #d9d9d9;border-radius:10px;max-width:431px;width:100%}.style_summary__jMave{border-bottom:1px solid #d9d9d9;padding:23px;text-align:left}.style_summaryContent__tfprO{display:flex;flex-direction:column;gap:79px;margin:23px}.style_summaryText__\+PaOd{font-size:16px;font-weight:700}.style_discountField__dr72g{display:flex;gap:26px;width:100%}.style_inputContainer__QyJmG{max-width:217px;width:100%}.style_applyBtnContainer__cg7FC{align-items:end;display:flex}.style_applyButton__o2kgv{background-color:#1d1d1c;border-radius:12px;cursor:pointer;padding:7px 24px;transition:background-color .2s ease}.style_applyButtonText__x3HDP{color:#faf2ec;font-size:16px;line-height:140%}.style_detailedSummaryItem__H4IA5{display:flex;justify-content:space-between;max-width:376.2px;width:100%}.style_sub__1hfCw{padding:8px}.style_subAmount__oMF6s{padding:8px 20px}.style_discountAmount__BJCNO{color:#ea5455;padding:8px 20px}.style_proceedBtnContainer__gTnh1{align-items:center;display:flex;justify-content:center}@media(max-width:1320px){.style_container__N-rOp{display:flex;flex-direction:column}.style_summaryContainer__c\+Pw4{max-width:758px}.style_discountField__dr72g{display:flex;justify-content:space-between}.style_detailedSummary__kAz90{display:flex;flex-direction:column;justify-content:center}.style_inputContainer__QyJmG{max-width:1000px}.style_detailedSummaryItem__H4IA5{max-width:100%}}@media (max-width:720px){.style_container__N-rOp{padding:28px}}@media (max-width:490px){.style_container__N-rOp{padding:18px}}@media (max-width:450px){.style_container__N-rOp{padding:8px;padding:5px}}@media (max-width:420px){.style_container__N-rOp{padding:0}}.style_container__zxPx6{align-items:center;display:flex;justify-content:space-around;margin:20px 0;width:100%}.style_itemWrapper__FkVXb{align-items:center;display:flex;gap:22px}.style_itemQuantity__zMHtz{align-items:center;display:flex;justify-content:space-around}.style_imgContainer__hkB-V{max-width:100px}.style_img__GkEyS{width:100%}.style_detailContainer__lQGoG{display:flex;flex-direction:column;gap:6px;width:200px}.style_detailCategory__lUhCF{color:#23272e;font-size:12px}.style_detailNameText__GdZXi,.style_priceText__KJfCl{font-size:16px}.style_detailColourStock__VRvcA{display:flex;gap:24px}.style_detailStock__NSx2H{max-width:36px}.style_detailColour__dp2Nk{max-width:-webkit-max-content;max-width:max-content}.style_detailColour__dp2Nk,.style_detailStock__NSx2H{align-items:center;background-color:#dcdcdc;border-radius:5px;display:flex;justify-content:center;padding:2px 5px;width:100%}.style_quantityContainer__SMZaj{border:1px solid #dcdcdc;border-radius:10px;display:flex;gap:20px}.style_quantityBtn__OO70U{background-color:initial;border:none;padding:6px 16px}.style_quantityNumber__OwBMy{background-color:initial;border:none;padding:6px 0}.style_quantityBtn__OO70U:hover{background-color:#dcdcdc}.style_priceDelete__9tDRG{align-items:center;display:flex;flex:1 1;justify-content:space-around}.style_deleteBtn__raoe0{background-color:initial;border:none}@media(max-width:1430px){.style_itemQuantity__zMHtz{display:flex;flex-direction:column;gap:20px}.style_quantityBtn__OO70U{padding:4px 10px}.style_priceDelete__9tDRG{display:flex;flex-direction:column-reverse;gap:24px}}@media(max-width:1320px){.style_itemQuantity__zMHtz{align-items:center;display:flex;flex-direction:row;justify-content:space-around}.style_quantityBtn__OO70U{padding:6px 16px}.style_priceDelete__9tDRG{align-items:center;display:flex;flex:1 1;flex-direction:row;justify-content:space-around}}@media(max-width:750px){.style_itemQuantity__zMHtz{display:flex;flex-direction:column;gap:20px}.style_quantityBtn__OO70U{padding:4px 10px}.style_priceDelete__9tDRG{display:flex;flex-direction:column-reverse;gap:24px}}@media(max-width:487px){.style_imgContainer__hkB-V{max-width:50px}.style_detailNameText__GdZXi,.style_priceText__KJfCl{font-size:16px}.style_detailContainer__lQGoG{width:100px}}.style_container__gRDwR{display:flex;flex-direction:column;justify-content:start;width:100%}.style_input__Jb69T{border:1px solid #d9d9d9;resize:none}.style_textArea__vuDQb{border-radius:20px;padding:10px}.style_input__Jb69T:focus{border:1px solid #d9d9d9;outline:none}.style_container__CVViJ{border:1px solid #d9d9d9;border-radius:10px;display:flex;flex-direction:column;gap:16px;max-width:290px;padding:5px;width:100%}.style_imgContainer__zmXJS{width:100%}.style_img__9sWoW{background-color:#d9d9d9;border-radius:10px;height:100%;width:100%}.style_priceRate__8m7Cu{display:flex;gap:10px;justify-content:center}.style_starContainer__UucKV{align-items:start;display:flex}.style_thickText__F04vL{font-size:16px;font-weight:700}.style_name__dmW3J{display:flex;justify-content:center}.style_priceRow__\+dQtk,.style_rateRow__4F62B{display:flex}.style_priceRow__\+dQtk{gap:6px}.style_detail__zJ9DV{font-size:14px;font-weight:400;padding:0 13.5px;text-align:center}.style_primaryButton__ehRxn{background-color:#1d1d1c;border:none;border-radius:12px;cursor:pointer;padding:6px 24px;transition:background-color .2s ease}.style_primaryButtonText__blcUt{color:#faf2ec;font-size:16px;line-height:140%}.style_container__APGUW{padding:25px 0}.style_subContainer__MzMih{border:1px solid #d9d9d9;border-radius:10px;max-width:1215px;width:100%}.style_fav__E9O6p{border-bottom:1px solid #d9d9d9;padding:23px;text-align:left}.style_favText__5Z5AS{font-size:16px;font-weight:700}.style_productsContainer__40bBh{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));padding:20px}.style_container__ceI64{margin:0 auto;max-width:1215px;padding:25px 0;width:100%}.style_categoryDateContainer__DcRNR{display:flex;justify-content:space-between}.style_categoryContainer__4ITEs{margin-bottom:10px}.style_tableContainer__rQ22n{width:100%}.style_moblieView__W7NLY,.style_rangeMobile__XzRr5{display:none}@media (max-width:1146px){.style_tableContainer__rQ22n{display:none}.style_moblieView__W7NLY{display:block;height:700px;overflow-y:auto;scrollbar-width:none}}@media (max-width:450px){.style_rangeMobile__XzRr5{display:flex;justify-content:end}.style_rangeDesktop__8fI6W{display:none}}.style_tableContainer__BSmRd{border:1px solid #dbdade;border-radius:10px;overflow:hidden;width:100%}.style_table__FpqQJ{border-collapse:collapse;width:100%}.style_tableWrapper__pPy1a{overflow-x:auto;overflow-y:auto;width:100%}.style_headerText__yZ6i8{color:#8b909a}.style_bodyText__S8xFH,.style_headerText__yZ6i8{font-size:16px;font-weight:700;padding:16px 20px}.style_bodyText__S8xFH{color:#23272e}.style_navRow__4uOhm{cursor:pointer}@media (max-width:1360px){.style_bodyText__S8xFH,.style_headerText__yZ6i8,.style_td__43eUj,.style_th__ofEkp{padding:16px 0}}.style_statContainerGreen__I7Sw-{background-color:#ddffed;border-radius:12px;display:flex;justify-content:center;padding:5px;width:100px}.style_statGreen__QEwAx{color:#1eb564}.style_statContainerOrange__KCeyu{background-color:#ffeaa2;border-radius:12px;display:flex;justify-content:center;padding:5px;width:100px}.style_statOrange__SOblJ{color:#cb8502}.style_container__lM9Sx{display:flex;gap:8px}.style_categoryButton__VUxUx{background:#0000;border:none;color:#8b909a;cursor:pointer;font-size:15px;font-weight:800;line-height:22px;transition:all .2s ease-in-out}.style_categoryButton__VUxUx:hover{background:#f4f4f4}.style_active__Hvy2\+{border-bottom:5px solid #000;color:#000}.style_container__V33pd{align-items:center;border:1px solid #d9d9d9;border-radius:8px;cursor:pointer;display:flex;justify-content:space-between;margin:5px 0;padding:5px 10px}.style_address__ZRfUq{color:#77787b}.style_rightHandSide__s1az7{text-align:center}.style_price__He2Xo{display:flex;justify-content:center}.style_settingsContainer__7MMzn{background-color:#fff;border:1px solid #e9ecef;border-radius:8px;color:#212529;display:flex;flex-direction:column;gap:30px;max-width:900px;text-align:left}.style_header__RY8TI{border-bottom:1px solid #e9ecef;padding:24px 32px}.style_header__RY8TI h1{font-size:20px;font-weight:600;margin:0}.style_content__KaBiO{display:flex;flex-direction:column;gap:30px;padding:8px 32px 32px}.style_settingsSection__VG\+BX{padding:24px 0}.style_settingsSection__VG\+BX:not(:last-child){border-bottom:1px solid #e9ecef}.style_sectionHeader__y7nMF{margin-bottom:24px}.style_sectionHeader__y7nMF h2{font-size:18px;font-weight:600;margin:0 0 4px}.style_sectionHeader__y7nMF p{color:#6c757d;font-size:14px;line-height:1.5;margin:0}.style_formGroup__zYldO{margin-bottom:20px}.style_formGroup__zYldO:last-child{margin-bottom:0}.style_formGroup__zYldO label{color:#495057;display:block;font-size:14px;font-weight:500;margin-bottom:8px}.style_formInput__86juj{border:1px solid #ced4da;border-radius:6px;box-sizing:border-box;font-size:16px;padding:10px 12px}.style_formInput__86juj:focus{border-color:#80bdff;box-shadow:0 0 0 .2rem #007bff40;outline:none}.style_newPasswordWrapper__U4JS3{align-items:center;display:flex;gap:16px}.style_gearIcon__W3v4D{color:#6c757d;flex-shrink:0}.style_twoFactorSection__BOJDk{align-items:center;display:flex;justify-content:space-between}.style_twoFactorSection__BOJDk .style_sectionHeader__y7nMF{margin-bottom:0}.style_toggleSwitch__Dh8k2{display:inline-block;flex-shrink:0;height:30px;position:relative;width:52px}.style_toggleInput__DcEIg{height:0;opacity:0;width:0}.style_slider__gCjoz{background-color:#fff;border:2px solid #000;border-radius:34px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.4s}.style_slider__gCjoz:before{background-color:#000;border-radius:50%;bottom:3px;content:"";height:20px;left:3px;position:absolute;transition:.4s;width:20px}.style_toggleInput__DcEIg:checked+.style_slider__gCjoz{background-color:#000}.style_toggleInput__DcEIg:checked+.style_slider__gCjoz:before{background-color:#fff;transform:translateX(22px)}.style_logOutLink__dX3Cc{color:#e53e3e;display:block;font-size:16px;font-weight:600;margin-bottom:4px;text-decoration:none}.style_logOutLink__dX3Cc:hover{text-decoration:underline}.style_logOutDescription__\+2hJU{color:#6c757d;font-size:14px;margin:0}.style_sideBar__80EFf{display:flex;gap:30px;margin:0 auto;max-width:1512px;padding-top:40px;width:100%}.style_content__jB0XW{flex:1 1}.style_container__kb8RJ{display:flex;gap:26px;margin:0 auto;max-width:1215px;padding:25px 0}.style_cartContainer__S1e\+m{border:1px solid #d9d9d9;border-radius:10px;max-width:758px;width:100%}.style_cart__hwu-D{border-bottom:1px solid #d9d9d9;display:flex;justify-content:space-between;padding:23px;text-align:left}.style_change__kENBq{cursor:pointer}.style_addressContent__o82BP{display:flex;flex-direction:column;gap:24px;padding:19px 48px 210px}.style_cartText__9im6J{font-size:16px;font-weight:700}.style_itemContainer__StFuN{margin:20px 0;width:100%}.style_updateContainer__6gFmJ{margin-bottom:90px;margin-top:40px}.style_primaryButton__w8jiZ{background-color:initial;border:1px solid #1d1d1c;border-radius:12px;cursor:pointer;padding:16px 8px;transition:background-color .2s ease}.style_primaryButton__w8jiZ:hover{background-color:#1d1d1c;color:#faf2ec}.style_primaryButtonText__q-85S{color:#1d1d1c;font-size:16px;line-height:140%}.style_primaryButtonText__q-85S:hover{color:#faf2ec}.style_summaryContainer__c8ovM{border:1px solid #d9d9d9;border-radius:10px;max-width:480px;width:100%}.style_summary__xTnbj{border-bottom:1px solid #d9d9d9;padding:23px;text-align:left}.style_summaryContent__biv11{display:flex;flex-direction:column;gap:79px}.style_summaryText__4ew9k{font-size:16px;font-weight:700}.style_discountField__66yp2{display:flex;gap:26px;width:100%}.style_inputContainer__zvmW3{max-width:217px}.style_applyBtnContainer__JBgkS{align-items:end;display:flex}.style_applyButton__7E-38{background-color:#1d1d1c;border-radius:12px;cursor:pointer;padding:7px 24px;transition:background-color .2s ease}.style_applyButtonText__RexwB{color:#faf2ec;font-size:16px;line-height:140%}.style_detailedSummary__1sbtN{display:flex;flex-direction:column;gap:25px}.style_detailedSummaryItem__G8M9d{display:flex;justify-content:space-between;max-width:376.2px;width:100%}.style_sub__RzE5G{padding:8px}.style_subAmount__zIUmF{padding:8px 20px}.style_discountAmount__aHIFO{color:#ea5455;padding:8px 20px}.style_cartItemContainer__IWf2H{padding:0 13px;width:95%}.style_horizontal__iPhJ8{width:100%}.style_pay__9oX3N{display:flex;flex-direction:column;gap:60px;padding:0 23px}.style_payTranzakt__mKYxi{align-items:center;display:flex;gap:7px}.style_payTagBorderActive__VSC\+5,.style_payTagBorder__0sjjA{align-items:center;border-radius:50%;cursor:pointer;display:flex;height:19.5px;justify-content:center;max-width:19.5px;width:100%}.style_payTagActive__i-xlS,.style_payTag__JmFew{border-radius:50%;height:50%;width:50%}.style_payTagBorder__0sjjA{border:1px solid #d9d9d9}.style_payTag__JmFew{background-color:#d9d9d9}.style_payTagBorderActive__VSC\+5{border:1px solid #059d0a}.style_payTagActive__i-xlS{background-color:#059d0a}.style_proceedBtnContainer__eX02H{align-items:center;display:flex;justify-content:center;margin-bottom:50px}@media(max-width:1188px){.style_container__kb8RJ{display:flex;flex-direction:column}.style_summaryContainer__c8ovM{max-width:758px}.style_discountField__66yp2{display:flex;justify-content:space-between}.style_detailedSummary__1sbtN{display:flex;flex-direction:column;justify-content:center}.style_inputContainer__zvmW3{max-width:1000px}.style_detailedSummaryItem__G8M9d{max-width:100%}}.style_container__XL\+bD{align-items:center;display:flex;margin:20px 0;width:100%}.style_itemWrapper__a9ysN{align-items:center;display:flex;flex-basis:100px;flex-grow:1;gap:22px;max-width:227px}.style_imgContainer__gi-QS{width:100px}.style_img__5nbkb{width:100%}.style_detailContainer__tnjS2{display:flex;flex-direction:column;gap:6px}.style_detailCategory__iET8q{color:#23272e;font-size:12px}.style_detailColourStock__yDuYA{display:flex;gap:24px}.style_detailStock__\+O5cR{max-width:36px}.style_detailColour__2fyRH{max-width:-webkit-max-content;max-width:max-content}.style_detailNameText__m6-Rv{font-size:14px;font-weight:400}.style_detailColour__2fyRH,.style_detailStock__\+O5cR{align-items:center;background-color:#dcdcdc;border-radius:5px;display:flex;justify-content:center;padding:2px 5px;width:100%}.style_quantityContainer__akDAZ{display:flex;flex-grow:1;justify-content:center}.style_quantityNumber__aph8R{background-color:initial;border:1px solid #dcdcdc;border-radius:10px;padding:6px 16px}.style_priceContainer__Vdcgi{display:flex;justify-content:end}@media (max-width:420px){.style_quantityContainer__akDAZ{display:none}}.style_container__W1XqM{display:flex;gap:26px;margin:0 auto;max-width:1215px;padding:25px 0}.style_cartContainer__Hbizg{border:1px solid #d9d9d9;border-radius:10px;max-width:758px;width:100%}.style_cart__cVZvH{border-bottom:1px solid #d9d9d9;padding:23px;text-align:left}.style_cartText__egOib{font-size:16px;font-weight:700}.style_itemContainer__Rc57-{margin:20px 0;width:100%}.style_updateContainer__Sr\+BE{margin-bottom:90px;margin-top:40px}.style_primaryButton__uS9fP{background-color:initial;border:1px solid #1d1d1c;border-radius:12px;cursor:pointer;padding:16px 8px;transition:background-color .2s ease}.style_primaryButton__uS9fP:hover{background-color:#1d1d1c;color:#faf2ec}.style_primaryButtonText__8UsPO{color:#1d1d1c;font-size:16px;line-height:140%}.style_primaryButtonText__8UsPO:hover{color:#faf2ec}.style_summaryContainer__SyMHG{border:1px solid #d9d9d9;border-radius:10px;max-width:431px;width:100%}.style_summary__OeDGq{border-bottom:1px solid #d9d9d9;padding:23px;text-align:left}.style_summaryContent__NOKGe{display:flex;flex-direction:column;gap:79px;margin:23px}.style_summaryText__Cf9zd{font-size:16px;font-weight:700}.style_discountField__2bP57{display:flex;gap:26px;width:100%}.style_inputContainer__Pt612{max-width:217px;width:100%}.style_applyBtnContainer__C43WO{align-items:end;display:flex}.style_applyButton__Pbjej{background-color:#1d1d1c;border-radius:12px;cursor:pointer;padding:7px 24px;transition:background-color .2s ease}.style_applyButtonText__eHmLX{color:#faf2ec;font-size:16px;line-height:140%}.style_detailedSummaryItem__u6zqk{display:flex;width:100%}.style_detailedSummary__p03qo{display:flex;flex-direction:column;justify-content:center;padding:0 67px 20px 114px}.style_sub__j1iCe{flex-grow:0.5;padding:8px}.style_discountAmount__RxF14,.style_subAmount__qANtV{flex-grow:0.5;padding:8px 20px;text-align:right}.style_discountAmount__RxF14{color:#ea5455}.style_proceedBtnContainer__bOZcN{align-items:center;display:flex;justify-content:center}.style_horizontal__t3YSY{margin:31px 0;width:100%}.style_progressContainer__Oc5e3{align-items:center;display:flex;justify-content:space-around}.style_progressIcon__Y18Pz{display:flex;flex-direction:column;justify-content:center}.style_progressIconText__30QLJ{font-weight:700;margin:20px 0;text-align:center}.style_statusPic__oljXn{align-items:center;border-radius:50%;height:80px;width:80px}.style_lineContainer__bpcWT,.style_statusPic__oljXn{display:flex;justify-content:center}.style_line__WSVOL{height:50px;width:2px}.style_confirmContainer__KAEjg{align-items:center;display:flex;height:190px}.style_statusText__dnWTl{color:#a1a28a;font-size:16px;font-weight:700;text-align:center}.style_statusDate__MCvsB{color:#222;font-size:16px;font-weight:700;text-align:center}.style_activeLine__PoLnF{background:#000}.style_pendingLine__IykWI{background:#0006}.style_activeText__3h3sO{color:#000}.style_pendingText__v3cae{color:#999}.style_activePic__7Yua\+{border:3px solid #000;box-shadow:0 4px 8px #0006}.style_pendingPic__KhmZo{border:1px solid #999}.style_moblieProgressView__mSVyJ{display:none}@media(max-width:1277px){.style_detailedSummary__p03qo{padding:0 17px 20px 10px}}@media(max-width:1160px){.style_container__W1XqM{display:flex;flex-direction:column}.style_summaryContainer__SyMHG{max-width:758px}.style_discountField__2bP57{display:flex;justify-content:space-between}.style_detailedSummary__p03qo{display:flex;flex-direction:column;justify-content:center}.style_inputContainer__Pt612{max-width:1000px}.style_detailedSummaryItem__u6zqk{max-width:100%}.style_moblieProgressView__mSVyJ{display:flex;justify-content:space-between}.style_cart__cVZvH,.style_confirmContainer__KAEjg,.style_lineContainer__bpcWT,.style_summaryContainer__SyMHG{display:none}.style_cartContainer__Hbizg{border:none}}.style_boutiqueContainer__jxpzr{background-color:#fff;display:flex;justify-content:center;margin:100px auto 0;max-width:1512px;position:relative;width:100%}.style_contentWrapper__pCaBd{margin:0 auto;max-width:1358px;position:relative;width:100%}.style_header__Nv1NF{align-items:center;display:flex;margin-bottom:40px;margin-top:32px;width:100%}.style_title__36Dgf{color:#000;flex-shrink:0;font-size:25px!important;font-weight:700;line-height:140%;margin:0}.style_headerActions__wGAcx{align-items:center;display:flex;flex:1 1;gap:24px;justify-content:flex-end}.style_previewStoreBtn__0qBIB{align-items:center;background:none;border:1px solid #d9d9d9;border-radius:8px;cursor:pointer;display:flex;flex-shrink:0;gap:8px;padding:8px 16px;transition:all .2s ease;white-space:nowrap}.style_previewStoreBtn__0qBIB:hover{background-color:#f8f8f8;border-color:#000}.style_previewStoreBtnText__d1KYS{color:#000;font-size:14px!important;line-height:140%}.style_mainContent__DBOJC{display:flex;flex-direction:column;gap:24px;margin-bottom:60px;width:100%}.style_contentGrid__fuN3c{display:flex;gap:45px;justify-content:space-between;width:100%}.style_leftPanel__bKDlX{background-color:#fff;border:1px solid #d9d9d9;border-radius:20px;height:653px;max-width:468.5px;overflow-y:hidden;padding-bottom:24px;width:100%}.style_leftPanel__bKDlX:hover{overflow-y:auto}.style_section__WwpJC{margin:43px 34px 0;width:calc(100% - 68px)}.style_sectionTitle__jjK2u{color:#000;font-size:20px!important;font-weight:700;line-height:140%;margin:0 0 24px}.style_formGroup__pra49{margin-bottom:24px}.style_formLabel__HwN9G{display:block;margin-bottom:16px}.style_labelText__OPbFQ{color:#000!important;font-family:satoshi,sans-serif!important;font-size:16px!important;font-weight:400!important;line-height:140%}.style_tabContainer__LSvCI{margin-bottom:33px;margin-top:44px}.style_tabButtons__sYA8f{display:flex;height:40px;justify-content:space-between;margin-bottom:21px;width:100%}.style_tabButton__xzjt4{background:none;border:none;border-bottom:2px solid #0000;color:#8b909a;cursor:pointer;font-family:satoshi,sans-serif;font-size:14px;font-weight:700;line-height:140%;padding:8px 16px;transition:all .2s ease}.style_tabButton__xzjt4.style_active__Jwn1M{border-bottom-color:#000;color:#000;font-weight:700}.style_searchContainer__n3W71{position:relative;width:100%}.style_searchInput__YbWHM{border:1px solid #8b909a;border-radius:12px;box-sizing:border-box;font-family:satoshi,sans-serif;font-size:13px!important;font-weight:400;height:40px;outline:none;padding:8px 16px;transition:all .2s ease;width:100%}.style_searchInput__YbWHM:focus{border:1px solid #8b909a;outline:none}.style_searchIcon__TJk-C{color:#8b909a;cursor:pointer;height:17.49px;position:absolute;right:12px;top:50%;transform:translateY(-50%);width:17.49px}.style_productGrid__-fRi0{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr;margin-bottom:24px;margin-top:24px;max-height:440px;overflow-y:auto;padding-right:8px}.style_productGrid__-fRi0::-webkit-scrollbar{width:4px}.style_productGrid__-fRi0::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.style_productGrid__-fRi0::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:4px}.style_productGrid__-fRi0::-webkit-scrollbar-thumb:hover{background:#bebebe}.style_productCard__U2RdX{align-items:center;background-color:#fbf8ff;border:1px solid #fbf8ff;border-radius:10px;box-shadow:0 2px 8px #00000014;cursor:grab;display:flex;flex-direction:column;height:220px;justify-content:center;overflow:hidden;position:relative;transition:all .2s ease;-webkit-user-select:none;user-select:none;width:100%}.style_productCard__U2RdX:hover{box-shadow:0 4px 12px #0000001f;transform:translateY(-1px)}.style_productCard__U2RdX:active{cursor:grabbing}.style_productCard__U2RdX[draggable=true]{opacity:1}.style_productCard__U2RdX:hover:before{background:#000;border-radius:4px;color:#fff;content:"Drag me to store";font-size:10px;left:50%;opacity:.9;padding:4px 8px;position:absolute;top:-30px;transform:translateX(-50%);white-space:nowrap;z-index:1000}.style_productImageContainer__0HjaI{align-items:center;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;display:flex;height:80px;justify-content:center;overflow:hidden;width:80px}.style_productImage__jc4cU{height:100%;object-fit:cover;pointer-events:none;width:100%}.style_productInfo__pI8kB{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:12px;pointer-events:none;text-align:center}.style_productName__cGQ8b{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#000;display:-webkit-box;font-size:14px!important;font-weight:700;line-height:140%;margin-bottom:8px;overflow:hidden;word-break:break-word}.style_productPrice__uNrN7{color:#6b7280;font-size:12px!important;font-weight:400;line-height:140%;margin:0}.style_addToStoreBtn__jnWVr{align-items:center;background-color:#000;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;flex-shrink:0;height:32px;justify-content:center;margin-top:8px;transition:all .2s ease;width:100px}.style_addToStoreBtn__jnWVr:hover{background-color:#333;transform:translateY(-1px)}.style_addToStoreBtnText__5LgEw{color:#fff;font-size:12px!important;line-height:140%}.style_emptyProductContainer__bLll8{align-items:center;border-radius:12px;display:flex;height:300px;justify-content:center;margin-bottom:24px;margin-top:24px}.style_emptyText__z-xIB{color:#8b909a!important;font-size:16px!important;font-style:italic;line-height:140%}.style_rightPanel__JaQ51{flex-shrink:1;height:675px;max-width:844.5px;width:100%}.style_storeContainer__JUlmn{background-color:#fff;border-radius:20px;box-shadow:0 4px 12px #0000001a;height:100%;overflow:hidden;position:relative}.style_topNav__zrT8s{align-items:center;display:flex;height:50px;justify-content:space-between;left:50%;margin:0 auto;position:absolute;top:66px;transform:translateX(-50%);width:77.75%;z-index:20}.style_storeLogo__dirJl{border-radius:4px;flex-shrink:0;height:30px;object-fit:cover;width:30px}.style_storeName__xaAMz{align-items:center;background-color:#fff;border:none;border-radius:30px;box-shadow:0 10px 25px 0 #00000040;color:#000;display:flex;flex-shrink:0;gap:20px;height:50px;justify-content:center;min-width:162px;padding:0 20px}.style_storeNameText__O-LZk{color:#000;font-size:16px!important;line-height:140%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.style_icon__rN5vJ{flex-shrink:0;height:24px;object-fit:cover;width:24px}.style_navIcons__SM5Ou{align-items:center;background-color:#fff;border:none;border-radius:30px;box-shadow:0 10px 25px 0 #00000040;color:#000;display:flex;flex-shrink:0;gap:40px;height:50px;justify-content:center;min-width:148px;padding:0 24px}.style_storeLayout__JhKxv{height:100%;overflow:hidden;position:relative;transition:background-color .2s ease}.style_storeLayout__JhKxv.style_dragOver__W6stp{background-color:#4285f40d}.style_backgroundImage__dc98t{height:100%;object-fit:cover;pointer-events:none;position:relative;width:100%;z-index:1}.style_overlay__1uCGe{bottom:61px;height:476px;left:0;max-width:799px;pointer-events:none;position:absolute;right:11px;top:116px;width:100%;z-index:10}.style_overlayImage__ZYULQ{height:100%;object-fit:contain;opacity:1;width:100%}.style_storeProduct__s79sb{align-items:center;background:#fffffff2;border-radius:8px;box-shadow:0 2px 8px #00000026;display:flex;flex-direction:column;height:auto;justify-content:center;margin-top:10%;padding:6px;position:absolute;transition:transform .2s ease;width:70px;z-index:11}.style_storeProductImage__geXX0{background-color:#f3f4f6;border-radius:6px;height:58px;margin-bottom:4px;object-fit:cover;width:58px}.style_storeProductName__lZ4e3{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#000;display:-webkit-box;font-size:8px!important;font-weight:600;line-height:110%;overflow:hidden;text-align:center;width:100%;word-break:break-word}.style_droppedProduct__PmZs9{align-items:center;cursor:pointer;display:flex;height:60px;justify-content:center;position:absolute;transition:all .2s ease;width:60px;z-index:5}.style_droppedProduct__PmZs9:hover{transform:scale(1.05)}.style_droppedProductImage__\+RQ4H{border-radius:4px;height:100px;object-fit:cover;pointer-events:none;width:100px}.style_removeButton__2SI\+l{align-items:center;background:#000;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:12px;font-weight:700;height:20px;justify-content:center;opacity:0;position:absolute;right:-8px;top:-8px;transition:opacity .2s ease;width:20px}.style_droppedProduct__PmZs9:hover .style_removeButton__2SI\+l{opacity:1}.style_dropZoneIndicator__CpE5Y{animation:style_pulse__L58Eq 1.5s infinite;background:#8b909a;border-radius:12px;color:#fff;font-family:satoshi,sans-serif;font-size:16px;font-weight:600;left:50%;padding:20px 40px;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1000}@keyframes style_pulse__L58Eq{0%{opacity:.7}50%{opacity:1}to{opacity:.7}}.style_actionSection__uMJbb{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.style_navigationContainer__j\+kA5{align-items:center;display:flex;gap:24px;justify-content:space-between;max-width:100%;width:100%}.style_nextBtn__yU\+rf,.style_previousBtn__NOQae{align-items:center;background-color:#000;border:none;border-radius:12px;box-shadow:0 10px 25px 0 #00000040;color:#fff;cursor:pointer;display:flex;flex-shrink:0;height:46px;justify-content:center;transition:all .2s ease;width:112px}.style_nextBtn__yU\+rf{width:120px}.style_nextBtn__yU\+rf:hover,.style_previousBtn__NOQae:hover{background-color:#333;transform:translateY(-2px)}.style_nextBtnText__pVqWu,.style_previousBtnText__ItG0K{color:#fff;font-size:16px!important;line-height:140%}.style_progressSection__V5uA6{margin:20px auto 0;max-width:100%;width:100%}.style_progressContainer__31CKu{align-items:center;display:flex;flex-direction:column;gap:8px;width:100%}.style_stepText__z\+cJo{color:#000;font-size:16px!important;font-weight:700;line-height:140%;margin:0 0 0 auto}.style_progressBar__Swin9{background-color:#e5e7eb;border-radius:8px;height:8px;overflow:hidden;width:100%}.style_progressFilled__lxmeB{background-color:#000;border-radius:8px;height:100%;transition:width .3s ease;width:100%}@media (max-width:1380px){.style_contentWrapper__pCaBd{margin:0 77px}.style_topNav__zrT8s{width:95%}}@media (max-width:1024px){.style_boutiqueContainer__jxpzr{margin-top:100px}.style_contentWrapper__pCaBd{margin:0 77px}.style_header__Nv1NF{align-items:center;flex-direction:row;gap:16px;justify-content:space-between;margin-bottom:32px}.style_title__36Dgf{flex:1 1;font-size:22px!important}.style_previewStoreBtn__0qBIB{display:flex}.style_contentGrid__fuN3c{flex-direction:column;gap:0}.style_leftPanel__bKDlX{border-radius:16px;max-width:100%;min-height:400px}.style_section__WwpJC{margin-left:32px;margin-right:32px;width:calc(100% - 64px)}.style_productGrid__-fRi0{gap:12px;grid-template-columns:1fr 1fr}.style_productCard__U2RdX{cursor:default;height:160px}.style_productCard__U2RdX:hover:before,.style_rightPanel__JaQ51{display:none}.style_navigationContainer__j\+kA5{justify-content:space-between;max-width:100%}}@media (max-width:768px){.style_boutiqueContainer__jxpzr{margin-top:80px;padding-top:20px}.style_contentWrapper__pCaBd{margin:0 32px}.style_header__Nv1NF{margin-bottom:24px}.style_title__36Dgf{flex:1 1;font-size:22px!important}.style_leftPanel__bKDlX{border-radius:16px;min-height:500px}.style_section__WwpJC{margin-top:32px}.style_sectionTitle__jjK2u{font-size:18px!important;margin-bottom:20px}.style_labelText__OPbFQ{font-size:15px!important}.style_tabButtons__sYA8f{margin-bottom:16px}.style_tabButton__xzjt4{font-size:13px;padding:6px 12px}.style_searchInput__YbWHM{font-size:12px!important;height:38px}.style_productGrid__-fRi0{gap:12px;grid-template-columns:1fr 1fr}.style_productCard__U2RdX{height:220px}.style_addToStoreBtn__jnWVr{height:30px;width:90px}.style_addToStoreBtnText__5LgEw{font-size:11px!important}.style_navigationContainer__j\+kA5{align-items:center;gap:16px}.style_nextBtnText__pVqWu,.style_previousBtnText__ItG0K{font-size:15px!important}.style_mainContent__DBOJC{margin-bottom:40px}.style_storeProduct__s79sb{height:80px;padding:5px;width:60px}.style_storeProductImage__geXX0{height:50px;width:50px}.style_storeProductName__lZ4e3{font-size:7px!important}}@media (max-width:480px){.style_contentWrapper__pCaBd{margin:0 16px}.style_header__Nv1NF{margin-bottom:20px;margin-top:24px}.style_title__36Dgf{font-size:18px!important;line-height:130%}.style_previewStoreBtn__0qBIB{border-radius:6px;padding:8px 12px}.style_previewStoreBtnText__d1KYS{font-size:12px!important}.style_leftPanel__bKDlX{border-radius:12px;min-height:420px}.style_section__WwpJC{margin-left:16px;margin-right:16px;margin-top:24px;width:calc(100% - 32px)}.style_sectionTitle__jjK2u{font-size:16px!important;margin-bottom:16px}.style_labelText__OPbFQ{font-size:14px!important}.style_tabContainer__LSvCI{margin-bottom:24px;margin-top:32px}.style_tabButtons__sYA8f{margin-bottom:14px}.style_tabButton__xzjt4{font-size:12px;padding:4px 8px}.style_searchInput__YbWHM{font-size:11px!important;height:36px;padding:6px 12px}.style_productGrid__-fRi0{gap:10px;max-height:280px}.style_productCard__U2RdX{height:200px}.style_productImageContainer__0HjaI{height:60px;width:60px}.style_productName__cGQ8b{font-size:12px!important;margin-bottom:6px}.style_productPrice__uNrN7{font-size:11px!important}.style_addToStoreBtn__jnWVr{height:28px;margin-top:6px;width:80px}.style_addToStoreBtnText__5LgEw{font-size:10px!important}.style_navigationContainer__j\+kA5{gap:12px}.style_nextBtn__yU\+rf,.style_previousBtn__NOQae{border-radius:8px;height:44px;width:100px}.style_nextBtn__yU\+rf{width:100px}.style_nextBtnText__pVqWu,.style_previousBtnText__ItG0K{font-size:14px!important}.style_mainContent__DBOJC,.style_progressSection__V5uA6{margin-bottom:32px}.style_stepText__z\+cJo{font-size:14px!important}.style_storeProduct__s79sb{height:60px!important;padding:4px!important;width:45px!important}.style_storeProductImage__geXX0{height:37px!important;width:37px!important}.style_storeProductName__lZ4e3{-webkit-line-clamp:1;font-size:6px!important}}@media (max-width:375px){.style_contentWrapper__pCaBd{margin:0 8px}.style_header__Nv1NF{margin-bottom:16px;margin-top:20px}.style_title__36Dgf{font-size:16px!important}.style_leftPanel__bKDlX{border-radius:10px;min-height:380px}.style_section__WwpJC{margin-left:14px;margin-right:14px;margin-top:20px;width:calc(100% - 28px)}.style_sectionTitle__jjK2u{font-size:15px!important;margin-bottom:14px}.style_labelText__OPbFQ{font-size:13px!important}.style_tabContainer__LSvCI{margin-bottom:20px;margin-top:28px}.style_productGrid__-fRi0{max-height:250px}.style_productCard__U2RdX{height:180px}.style_productImageContainer__0HjaI{height:50px;width:50px}.style_productName__cGQ8b{font-size:11px!important}.style_productPrice__uNrN7{font-size:10px!important}.style_addToStoreBtn__jnWVr{height:26px;width:70px}.style_addToStoreBtnText__5LgEw{font-size:9px!important}.style_nextBtnText__pVqWu,.style_previousBtnText__ItG0K{font-size:13px!important}.style_mainContent__DBOJC,.style_progressSection__V5uA6{margin-bottom:20px}.style_storeProduct__s79sb{height:55px!important;width:40px!important}.style_storeProductImage__geXX0{height:34px!important;width:34px!important}.style_storeProductName__lZ4e3{font-size:5px!important}}.style_boutiqueContainer__QZRHy{background-color:#fff;display:flex;justify-content:center;margin:100px auto 0;max-width:1512px;position:relative;width:100%}.style_contentWrapper__ZPXo3{margin:0 auto;max-width:1358px;position:relative;width:100%}.style_header__FFXHs{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:49px;margin-top:32px;width:100%}.style_headerLeft__Ry9JY{display:flex;flex-direction:column;gap:8px}.style_title__AAqXP{color:#000;font-size:25px!important;font-weight:700;line-height:140%;margin:0}.style_headerSubtext__ptymg{color:#000;font-size:16px!important;line-height:140%;margin-top:26px}.style_editBtn__Ol6tM{align-items:center;background-color:initial;border:1px solid #d9d9d9;border-radius:12px;color:#000;cursor:pointer;display:flex;flex-shrink:0;height:46px;justify-content:center;margin-top:52px;transition:all .2s ease;width:112px}.style_editBtn__Ol6tM:hover{background-color:#f9fafb}.style_editBtnText__wG3V6{color:#000;font-size:16px!important;line-height:140%}.style_storePreviewSection__OMIQG{display:flex;flex-direction:column;gap:24px;margin-bottom:34px;width:100%}.style_storeContainer__\+L\+4W{background-color:#fff;border-radius:20px;box-shadow:0 4px 12px #0000001a;height:100%;overflow:hidden;position:relative}.style_topNav__Nyzqt{align-items:center;display:flex;height:50px;justify-content:space-between;left:0;margin:0 auto;position:absolute;right:0;top:66px;width:87.75%;z-index:10}.style_storeLogo__4rDv5{border-radius:4px;flex-shrink:0;height:30px;object-fit:cover;width:30px}.style_overlay__iHykY{bottom:61px;height:675px;left:0;max-width:799px;pointer-events:none;position:absolute;right:11px;top:116px;width:100%;z-index:10}.style_overlayImage__lvJPx{height:100%;object-fit:contain;opacity:1;width:100%}.style_storeName__KsPd-{align-items:center;background-color:#fff;border:none;border-radius:30px;box-shadow:0 10px 25px 0 #00000040;color:#000;display:flex;gap:20px;height:50px;justify-content:center;max-width:248px;min-width:162px;padding:0 16px}.style_storeNameText__mQY3o{color:#000;font-size:16px!important;line-height:140%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.style_icon__Litii{flex-shrink:0;height:24px;object-fit:cover;width:24px}.style_navIcons__MfrZn{align-items:center;background-color:#fff;border:none;border-radius:30px;box-shadow:0 10px 25px 0 #00000040;color:#000;display:flex;gap:40px;height:50px;justify-content:center;width:148px}.style_storeLayout__bD2rx{height:675px;min-height:400px;overflow:hidden;position:relative;transition:background-color .2s ease}.style_backgroundImage__wYrln{height:100%;object-fit:cover;pointer-events:none;width:100%}.style_storeProduct__-vGhe{align-items:center;background:#fffffff2;border-radius:8px;box-shadow:0 2px 8px #00000026;display:flex;flex-direction:column;height:auto;justify-content:center;margin-top:10%;padding:6px;position:absolute;transition:all .2s ease;width:70px;z-index:15}.style_storeProductImage__GtGU2{background-color:#f3f4f6;border-radius:6px;height:58px;margin-bottom:4px;object-fit:cover;width:58px}.style_storeProductName__SrE8P{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#000;display:-webkit-box;font-size:8px!important;font-weight:600;line-height:110%;overflow:hidden;text-align:center;width:100%;word-break:break-word}.style_privacySection__e8Sgp{margin-bottom:40px;width:100%}.style_privacyOption__pl632{margin-bottom:32px;max-width:576px;width:100%}.style_radioLabel__gbCx4{align-items:flex-start;cursor:pointer;display:flex;gap:12px}.style_radioInput__me6dx{display:none}.style_radioCustom__9fmgT{align-items:center;border:2px solid #d1d5db;border-radius:50%;display:flex;flex-shrink:0;height:20px;justify-content:center;margin-top:2px;transition:all .2s ease;width:20px}.style_radioInput__me6dx:checked+.style_radioCustom__9fmgT{background-color:#000;border-color:#000}.style_radioInput__me6dx:checked+.style_radioCustom__9fmgT:after{background-color:#fff;border-radius:50%;content:"";height:6px;width:6px}.style_radioContent__eSntE{flex:1 1}.style_privacyTitle__Jyylc{color:#000;font-size:16px!important;font-weight:700;line-height:140%;margin-bottom:8px}.style_privacyDescription__n7KB2{color:#000;font-size:14px!important;line-height:140%;margin-bottom:8px}.style_continueEditingSection__RO1hI{margin-bottom:24px;width:100%}.style_notDoneBtn__ZJz8c{background:none;border:none;box-shadow:none;cursor:pointer;outline:none;padding:0;text-decoration:none}.style_continueEditing__j2OSL{color:#000;font-size:14px!important;font-weight:700;line-height:140%;margin:0 auto;max-width:275px;width:100%}.style_errorMessage__60jVB{background-color:#fef2f2;border:1px solid #0000;border-radius:8px;box-sizing:border-box;margin-bottom:24px;max-width:1358px;padding:12px 16px;width:100%}.style_errorText__PObXG{color:#dc2626!important;font-size:14px!important;line-height:140%;margin:0}.style_publishContainer__SshCA{display:flex;justify-content:flex-start;margin-bottom:50px}.style_publishBtn__1SQvg{align-items:center;background-color:#000;border:none;border-radius:12px;box-shadow:0 10px 25px 0 #00000040;color:#fff;cursor:pointer;display:flex;height:46px;justify-content:center;transition:all .2s ease;width:151px}.style_publishBtn__1SQvg:hover:not(:disabled){background-color:#1f2937}.style_publishBtn__1SQvg:disabled{background-color:#9ca3af;cursor:not-allowed}.style_publishBtnText__NVy9G{color:#fff;font-size:16px!important;line-height:140%}@media (max-width:1380px){.style_contentWrapper__ZPXo3{margin:0 77px}.style_topNav__Nyzqt{width:95%}}@media (max-width:1024px){.style_headerSubtext__ptymg{width:90%}}@media (max-width:768px){.style_boutiqueContainer__QZRHy{margin-top:80px;padding-top:20px}.style_contentWrapper__ZPXo3{margin:0 32px}.style_header__FFXHs{flex-direction:column}.style_headerSubtext__ptymg{margin-top:10px}.style_editBtn__Ol6tM{margin-top:20px}.style_storeProduct__-vGhe{padding:5px!important;width:60px!important}.style_storeProductImage__GtGU2{height:50px;width:50px}.style_storeProductName__SrE8P{font-size:7px!important}}@media (max-width:480px){.style_contentWrapper__ZPXo3{margin:0 16px}.style_header__FFXHs{margin-bottom:20px;margin-top:24px}.style_title__AAqXP{font-size:20px!important;line-height:130%}.style_headerSubtext__ptymg{font-size:14px!important;margin-top:8px}.style_editBtn__Ol6tM{border-radius:8px;height:42px;width:90px}.style_editBtnText__wG3V6{font-size:14px!important}.style_storeName__KsPd-{max-width:180px;padding:0 12px}.style_storeNameText__mQY3o{font-size:14px!important}.style_navIcons__MfrZn{gap:20px;width:100px}.style_icon__Litii{height:20px;width:20px}.style_privacySection__e8Sgp{margin-bottom:24px}.style_privacyOption__pl632{margin-bottom:20px}.style_radioLabel__gbCx4{gap:8px;padding:8px 0}.style_radioCustom__9fmgT{height:18px;width:18px}.style_radioInput__me6dx:checked+.style_radioCustom__9fmgT:after{height:5px;width:5px}.style_privacyTitle__Jyylc{font-size:14px!important;margin-bottom:6px}.style_privacyDescription__n7KB2{font-size:12px!important}.style_continueEditingSection__RO1hI{margin-bottom:20px}.style_continueEditing__j2OSL{font-size:12px!important}.style_errorMessage__60jVB{border-radius:6px;margin-bottom:20px;padding:10px 14px}.style_errorText__PObXG{font-size:12px!important}.style_publishContainer__SshCA{margin-bottom:32px}.style_publishBtn__1SQvg{border-radius:8px;height:42px;width:130px}.style_publishBtnText__NVy9G{font-size:14px!important}.style_storeProduct__-vGhe{padding:4px!important;width:45px!important}.style_storeProductImage__GtGU2{height:37px!important;width:37px!important}.style_storeProductName__SrE8P{-webkit-line-clamp:1;line-clamp:1;font-size:6px!important}}@media (max-width:375px){.style_contentWrapper__ZPXo3{margin:0 8px}.style_header__FFXHs{margin-bottom:16px;margin-top:20px}.style_title__AAqXP{font-size:18px!important}.style_headerSubtext__ptymg{font-size:13px!important}.style_editBtn__Ol6tM{height:40px;padding:6px 10px;width:80px}.style_editBtnText__wG3V6{font-size:13px!important}.style_storeName__KsPd-{min-width:50px!important;padding:0 10px}.style_storeNameText__mQY3o{font-size:13px!important}.style_navIcons__MfrZn{gap:16px;width:90px}.style_icon__Litii{height:18px;width:18px}.style_privacySection__e8Sgp{margin-bottom:20px}.style_privacyOption__pl632{margin-bottom:16px}.style_radioLabel__gbCx4{gap:6px;padding:6px 0}.style_radioCustom__9fmgT{height:16px;width:16px}.style_radioInput__me6dx:checked+.style_radioCustom__9fmgT:after{height:4px;width:4px}.style_privacyTitle__Jyylc{font-size:13px!important;margin-bottom:5px}.style_privacyDescription__n7KB2{font-size:11px!important;line-height:130%}.style_continueEditingSection__RO1hI{margin-bottom:16px}.style_continueEditing__j2OSL{font-size:11px!important}.style_errorMessage__60jVB{border-radius:5px;margin-bottom:16px;padding:8px 12px}.style_errorText__PObXG{font-size:11px!important}.style_publishContainer__SshCA{margin-bottom:24px}.style_publishBtn__1SQvg{border-radius:6px;height:40px;width:120px}.style_publishBtnText__NVy9G{font-size:13px!important}.style_storeProduct__-vGhe{padding:3px!important;width:40px!important}.style_storeProductImage__GtGU2{height:34px!important;width:34px!important}.style_storeProductName__SrE8P{font-size:5px!important}}.style_modalContainer__T7zbL{background-color:#fff;display:flex;justify-content:center;margin:100px auto 0;max-width:1512px;position:relative;width:100%}.style_modalContent__7HF40{background:#fff;border-radius:28px;box-sizing:border-box;margin:0 auto;max-width:1358px;position:relative;width:100%}.style_modalHeader__CtoRT{align-items:center;display:flex;gap:20px;justify-content:space-between;margin-bottom:17px;margin-top:32px;padding-left:3.5rem}.style_modalTitle__5Ynhb{color:#000;flex-shrink:0;font-size:1.563rem!important;font-weight:700;line-height:140%;margin:0}.style_modalBody__S9QQT{padding:0 3.5rem}.style_contentArea__4VkAR{grid-gap:1.875rem;display:grid;gap:1.875rem;grid-template-columns:1fr 1fr;margin-bottom:2rem}.style_leftSection__G4-gi{display:flex;flex-direction:column;gap:1.875rem}.style_imageSection__nPdY6{border:1px solid #eae8e8;border-radius:20px;box-sizing:border-box;min-height:400px;width:100%}.style_imageSection__nPdY6,.style_uploadArea__obqwE{align-items:center;display:flex;justify-content:center;position:relative}.style_uploadArea__obqwE{background-color:#f9fafb;border:1px dashed #d9d9d9;border-radius:12px;margin:0 auto;max-width:500px;min-height:300px;text-align:center;transition:all .2s ease;width:calc(100% - 3rem)}.style_uploadArea__obqwE.style_dragOver__wrxwJ{background-color:#f0f4ff;border-color:#000}.style_fileInput__Bo3TA{cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.style_uploadLabel__Ns-Aw{align-items:center;cursor:pointer;display:flex;flex-direction:column;gap:.625rem;padding:2rem 1rem;width:100%}.style_uploadIcon__mB4lD{height:3rem;margin-bottom:.5rem;object-fit:contain;width:3rem}.style_uploadText__rSY2b{color:#000;font-size:.875rem;font-weight:400}.style_uploadSubtext__4cuPc{color:#000;font-size:.75rem}.style_browseButton__unw9r{align-items:center;background-color:#000;border:none;border-radius:12px;box-shadow:0 10px 25px 0 #00000040;color:#fff;cursor:pointer;display:flex;height:2.875rem;justify-content:center;margin:.5rem 0;transition:background-color .2s ease;width:6.438rem}.style_browseButton__unw9r:hover{background-color:#1a1a1a}.style_browseButtonText__fPrYO{color:#faf2ec;font-size:1rem;line-height:140%}.style_supportedFormats__YBipI{color:#000;font-size:.75rem!important;margin-top:1rem}.style_imagePreview__Vp2GI{align-items:center;background-color:#f8fbff;border:1px solid #f8fbff;border-radius:12px;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:500px;min-height:300px;overflow:hidden;position:relative;width:calc(100% - 3rem)}.style_previewImage__1HyJs{border-radius:12px;max-height:250px;max-width:90%;object-fit:contain}.style_imageInfo__rayTs{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffe6;border-radius:8px;bottom:1rem;display:flex;justify-content:space-between;left:1rem;padding:.5rem 1.45rem;position:absolute;right:1rem}.style_fileName__ozicM{color:#000;font-size:.75rem;margin:0}.style_refreshBtn__5lQ90{align-items:center;background:#f3f4f6;border:none;border-radius:50%;cursor:pointer;display:flex;flex-shrink:0;height:1.5rem;justify-content:center;transition:background-color .2s ease;width:1.5rem}.style_refreshBtn__5lQ90:hover{background:#e5e7eb}.style_refreshIcon__vM-CA{height:.875rem;width:.875rem}.style_buttonSection__nm5Qz,.style_generateButton__x\+xGG{display:flex;justify-content:center}.style_generateButton__x\+xGG{align-items:center;background-color:#000;border:none;border-radius:12px;box-shadow:0 10px 25px 0 #00000040;color:#fff;cursor:pointer;height:3.125rem;min-width:240px;padding:0 1.5rem;transition:background-color .2s ease}.style_generateButton__x\+xGG:hover:not(:disabled){background-color:#1a1a1a}.style_generateButton__x\+xGG:disabled{background-color:#d9d9d9;box-shadow:none;cursor:not-allowed}.style_generateButtonText__E-aa8{color:#faf2ec;font-size:1rem;font-weight:500}.style_generateButton__x\+xGG:disabled .style_generateButtonText__E-aa8{color:#9ca3af}.style_generationSection__cCIdo,.style_rightSection__4hNZG{display:flex;flex-direction:column}.style_generationSection__cCIdo{border:1px solid #eae8e8;border-radius:20px;box-sizing:border-box;height:-webkit-fit-content;height:fit-content;min-height:500px;padding:1.875rem;width:100%}.style_generationText__uuOgc{color:#000;font-size:1rem;font-weight:500;margin-bottom:1.5rem;text-align:center}.style_progressBar__ky5gS{background:#e5e7eb;border-radius:2px;height:.25rem;margin-bottom:2rem;overflow:hidden;width:100%}.style_progressFill__sf78d{background:#000;border-radius:2px;height:100%;transition:width .5s ease}.style_modelPreviewArea__oyk2F{align-items:center;background:#f9fafb;border-radius:16px;display:flex;flex:1 1;justify-content:center;margin-bottom:1.5rem;min-height:300px;position:relative}.style_loadingContainer__5m2cv{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.style_loadingSpinner__uG2o6{animation:style_spin__W6jM8 1s linear infinite;border:.25rem solid #e5e7eb;border-radius:50%;border-top-color:#000;height:2.5rem;width:2.5rem}@keyframes style_spin__W6jM8{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.style_completedContainer__nVzUy{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;position:relative;width:100%}.style_modelImage__aE3ZL{border-radius:8px;filter:drop-shadow(0 10px 20px rgba(0,0,0,.1));max-height:80%;max-width:80%;object-fit:contain}.style_interactionText__FcmPO{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffe6;border-radius:6px;color:#6b7280;font-size:.75rem;padding:.5rem .75rem;position:absolute;right:1rem;top:1rem}.style_actionSection__jZOzP,.style_useModelButton__fZ4lK{display:flex;justify-content:center}.style_useModelButton__fZ4lK{align-items:center;background-color:#000;border:none;border-radius:12px;box-shadow:0 10px 25px 0 #00000040;color:#fff;cursor:pointer;height:3.125rem;transition:background-color .2s ease;width:100%}.style_useModelButton__fZ4lK:hover{background-color:#1a1a1a}.style_useModelButtonText__hfivr{color:#faf2ec;font-size:1rem;font-weight:500;text-align:center}@media (max-width:1380px){.style_modalContent__7HF40{margin:0 77px}}@media (max-width:1024px){.style_modalContent__7HF40{margin:0 77px}.style_modalBody__S9QQT{padding:0 2rem}.style_modalHeader__CtoRT{padding:1.5rem 2rem .375rem}.style_contentArea__4VkAR{gap:1.5rem}}@media (max-width:768px){.style_modalContent__7HF40{border-radius:16px;margin:0 32px}.style_modalHeader__CtoRT{padding:1rem 1rem .25rem}.style_modalTitle__5Ynhb{font-size:1.25rem!important}.style_modalBody__S9QQT{padding:0 1rem}.style_contentArea__4VkAR{gap:1.25rem;grid-template-columns:1fr;margin-bottom:1.5rem}.style_imageSection__nPdY6{min-height:350px}.style_imagePreview__Vp2GI,.style_uploadArea__obqwE{min-height:250px;width:calc(100% - 2rem)}.style_generationSection__cCIdo{min-height:400px;padding:1.25rem}.style_modelPreviewArea__oyk2F{min-height:250px}.style_generateButton__x\+xGG,.style_useModelButton__fZ4lK{min-width:auto;width:100%}}@media (max-width:480px){.style_modalContent__7HF40{margin:0 16px}.style_modalTitle__5Ynhb{font-size:1.125rem!important}.style_uploadLabel__Ns-Aw{padding:1.5rem .75rem}.style_uploadIcon__mB4lD{height:2.5rem;width:2.5rem}.style_browseButton__unw9r{height:2.5rem;width:5rem}.style_browseButtonText__fPrYO{font-size:.875rem}.style_imageSection__nPdY6{min-height:300px}.style_imagePreview__Vp2GI,.style_uploadArea__obqwE{min-height:200px}.style_generationSection__cCIdo{min-height:350px;padding:1rem}.style_modelPreviewArea__oyk2F{min-height:200px}.style_generationText__uuOgc,.style_useModelButtonText__hfivr{font-size:.875rem}.style_loadingSpinner__uG2o6{height:2rem;width:2rem}}@media (max-width:375px){.style_modalContent__7HF40{margin:0 8px}.style_modalTitle__5Ynhb{flex-shrink:1}}.style_browseButton__unw9r:focus-visible,.style_closeButton__79mW9:focus-visible,.style_generateButton__x\+xGG:focus-visible,.style_refreshBtn__5lQ90:focus-visible,.style_useModelButton__fZ4lK:focus-visible{outline:2px solid #000;outline-offset:2px}.style_fileInput__Bo3TA:focus-visible{outline:2px solid #000;outline-offset:2px}.style_modalContent__7HF40{animation:style_modalSlideIn__RRE0I .3s ease-out}@keyframes style_modalSlideIn__RRE0I{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.style_leftSection__G4-gi,.style_rightSection__4hNZG{animation:style_fadeInUp__G8yXN .4s ease-out}@keyframes style_fadeInUp__G8yXN{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.style_uploadArea__obqwE:hover:not(.style_dragOver__wrxwJ){background-color:#f3f4f6;border-color:#9ca3af}.style_refreshBtn__5lQ90:focus{outline:2px solid #000;outline-offset:1px}.style_generationText__uuOgc{line-height:1.5}.style_fileName__ozicM{font-weight:500}.style_useModelButtonText__hfivr{line-height:1.4}.style_dashboardContainer__LA3BH{margin:0 auto;max-width:1400px;width:100%}.style_dashboardContent__4JskR{width:100%}.style_statsGrid__0fszf{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(1,1fr);margin-bottom:20px}.style_periodSwitcher__gnKaw{display:flex;gap:8px;margin-bottom:20px}.style_periodButton__QD9Mt{background:#f5f5f5;border:none;border-radius:6px;color:#555;cursor:pointer;font-size:14px;font-weight:600;padding:8px 16px;transition:all .2s ease}.style_periodButton__QD9Mt:hover:not(:disabled){background:#e6e6e6}.style_periodButton__QD9Mt:disabled{cursor:not-allowed;opacity:.6}.style_periodButton__QD9Mt.style_active__XaLMR{background:#000;color:#fff}.style_periodButton__QD9Mt.style_active__XaLMR:hover{background-color:#000;color:#fff}@media (min-width:1024px){.style_statsGrid__0fszf{grid-template-columns:repeat(3,1fr)}}.style_statCard__GHhu8{background:#fff;border:.5px solid #dbdade;border-radius:10px;box-shadow:0 1px 3px 0 #0000001a;padding:20px}.style_statCardTitle__2OftP{color:#1d1d1c;font-size:16px;font-weight:700;line-height:140%;margin:0 0 13px}.style_statItems__-mQXC{display:flex;flex-direction:column;gap:13px}.style_statItem__kMAV6{align-items:center;border-radius:10px;display:flex;height:40px;justify-content:space-between;padding:0 16px 0 8px}.style_statItem__kMAV6.style_completed__Rwplo,.style_statItem__kMAV6.style_highStock__rWN9F,.style_statItem__kMAV6.style_totalOrder__Hz57J{background:#ebfff0}.style_statItem__kMAV6.style_lowStock__Szlxk,.style_statItem__kMAV6.style_pending__8iK6e,.style_statItem__kMAV6.style_rating__wgljj{background:#ffeeb4}.style_statItem__kMAV6.style_cancelled__QSO3r,.style_statItem__kMAV6.style_outStock__kuSCg{background:#ffe0e8}.style_statItem__kMAV6.style_followers__hjdHr{background:#cae1ff}.style_statItemLeft__8up3W{align-items:center;display:flex;gap:12px}.style_statIndicator__aBXP1{border-radius:50%;flex-shrink:0;height:8px;width:8px}.style_statIndicator__aBXP1.style_green__DrI2O{background:#10b981}.style_statIndicator__aBXP1.style_amber__H2cA\+{background:#f59e0b}.style_statIndicator__aBXP1.style_red__VyR1E{background:#ef4444}.style_statIndicator__aBXP1.style_blue__KyEs5{background:#3b82f6}.style_statIndicatorIcon__Pj\+lT{align-items:center;display:flex;flex-shrink:0;height:16px;justify-content:center;width:16px}.style_indicatorImage__5-Nfp{height:100%;object-fit:contain;object-position:center;width:100%}.style_statLabel__65Scv{font-weight:400}.style_statLabel__65Scv,.style_statValue__KaPX-{color:#1d1d1c!important;font-size:14px;line-height:140%;margin:0}.style_statValue__KaPX-{font-weight:700}@keyframes style_shimmer__mgQfE{0%{background-position:-468px 0}to{background-position:468px 0}}.style_skeletonTitle__oMAMY{animation:style_shimmer__mgQfE 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 0,#e0e0e0 50%,#f0f0f0);background-size:800px 100px;border-radius:4px;height:20px;margin-bottom:13px;width:60%}.style_skeletonItem__t9yC6{align-items:center;background:#f9f9f9;border-radius:10px;display:flex;height:40px;justify-content:space-between;padding:0 16px 0 8px}.style_skeletonLeft__jKsH-{align-items:center;display:flex;flex:1 1;gap:12px}.style_skeletonIcon__j04jy{animation:style_shimmer__mgQfE 1.5s infinite;background:linear-gradient(90deg,#e0e0e0 0,#d0d0d0 50%,#e0e0e0);background-size:800px 100px;border-radius:50%;height:16px;width:16px}.style_skeletonLabel__eJtxs{height:14px;width:120px}.style_skeletonLabel__eJtxs,.style_skeletonValue__8H6PV{animation:style_shimmer__mgQfE 1.5s infinite;background:linear-gradient(90deg,#e0e0e0 0,#d0d0d0 50%,#e0e0e0);background-size:800px 100px;border-radius:4px}.style_skeletonValue__8H6PV{height:16px;width:50px}.style_errorContainer__DN1lg{align-items:center;background:#fff;border:.5px solid #dbdade;border-radius:10px;display:flex;flex-direction:column;justify-content:center;margin-top:20px;padding:60px 20px;text-align:center}.style_errorIcon__ebjJz{font-size:48px;margin-bottom:16px}.style_errorContainer__DN1lg h3{color:#1d1d1c;margin:8px 0}.style_errorContainer__DN1lg p{color:#6b7280;margin:8px 0 24px}.style_retryButton__tw8xi{background:#000;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 24px;transition:all .2s ease}.style_retryButton__tw8xi:hover{background:#333}@media (max-width:480px){.style_statIndicatorIcon__Pj\+lT{height:14px;width:14px}.style_periodButton__QD9Mt{font-size:13px;padding:6px 12px}}.style_analyticsContainer__jo3b6{margin-bottom:20px;padding:0;width:100%}.style_chartsGrid__Wh8mx{grid-gap:21px;display:grid;gap:21px;grid-template-columns:1fr}@media (min-width:1280px){.style_chartsGrid__Wh8mx{grid-template-columns:1fr 1fr}}.style_chartCard__lFw7a{background:#fff;border:.5px solid #d9d9d9;border-radius:10px;box-shadow:0 1px 3px 0 #0000001a;height:auto;padding:20px}.style_chartHeader__1j4Tr{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:14px}.style_chartTitleSection__22KkO{flex:1 1;min-width:0}.style_chartTitle__K4BkT{color:#1d1d1c!important;font-size:16px!important;font-weight:700!important;line-height:140%!important;margin:0 0 7px!important}.style_chartSubtitle__src9l{color:#1d1d1c!important;font-size:14px!important;font-weight:400!important;line-height:140%!important;margin:0!important}.style_dropdownContainer__IfBq-{flex-shrink:0;position:relative}.style_dropdown__0cEkb{-webkit-appearance:none;appearance:none;background:#fff;border:1px solid #d9d9d9;border-radius:5px;color:#1d1d1c;cursor:pointer;font-size:14px;font-weight:400;min-width:83px;outline:none;padding:8px 32px 8px 10px;transition:border-color .2s ease;width:83px}.style_srOnly__qLEnL{font-size:14px!important;font-weight:400!important;line-height:140%!important}.style_dropdown__0cEkb option{background:#fff;color:#1d1d1c}.style_dropdownArrow__wX8Xv{align-items:center;color:#1d1d1c;display:flex;height:24px;justify-content:center;pointer-events:none;position:absolute;right:8px;top:50%;transform:translateY(-50%);width:24px}.style_chartContainer__wYRF\+{height:220px;width:100%}.style_salesMetrics__3\+jYL{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px;padding-right:35px}.style_salesPercentage__Cx-Xb{color:#1d1d1c!important;font-size:16px!important;font-weight:700!important;line-height:140%!important;margin:0!important}.style_salesAmount__Trdmd{align-items:center;display:flex;gap:4px}.style_amountText__2nCFZ,.style_currencySymbol__EE0Mb{color:#58595b!important;font-size:12px!important;font-weight:700!important;margin:0!important}@media (max-width:1279px){.style_chartsGrid__Wh8mx{gap:20px}.style_chartCard__lFw7a{padding:20px}}@keyframes style_shimmer__td42x{0%{background-position:-468px 0}to{background-position:468px 0}}.style_skeletonTitle__hZXQt{height:20px;margin-bottom:8px;width:60%}.style_skeletonSubtitle__RC4xj,.style_skeletonTitle__hZXQt{animation:style_shimmer__td42x 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 0,#e0e0e0 50%,#f0f0f0);background-size:800px 100px;border-radius:4px}.style_skeletonSubtitle__RC4xj{height:16px;width:80%}.style_skeletonDropdown__3dD\+X{animation:style_shimmer__td42x 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 0,#e0e0e0 50%,#f0f0f0);background-size:800px 100px;border-radius:5px;height:36px;width:83px}.style_skeletonChart__86dOI{animation:style_shimmer__td42x 1.5s infinite;background:linear-gradient(90deg,#f9f9f9 0,#f0f0f0 50%,#f9f9f9);background-size:800px 100px;border-radius:8px;height:220px;margin-top:20px;width:100%}.style_errorContainer__30CsE{align-items:center;background:#fff;border:.5px solid #d9d9d9;border-radius:10px;box-shadow:0 1px 3px 0 #0000001a;display:flex;flex-direction:column;justify-content:center;padding:60px 20px;text-align:center}.style_errorIcon__DDc8g{font-size:48px;margin-bottom:16px}.style_errorContainer__30CsE h3{color:#1d1d1c;margin:8px 0}.style_errorContainer__30CsE p{color:#6b7280;margin:8px 0 24px}.style_retryButton__3HAMl{background:#000;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 24px;transition:all .2s ease}.style_retryButton__3HAMl:hover{background:#333}@media (max-width:768px){.style_chartHeader__1j4Tr{align-items:flex-start;flex-direction:column;gap:12px}.style_chartCard__lFw7a{padding:16px}.style_chartContainer__wYRF\+{height:200px}.style_chartTitle__K4BkT{font-size:16px!important}.style_chartSubtitle__src9l{font-size:13px!important}.style_salesPercentage__Cx-Xb{font-size:28px!important}.style_errorContainer__30CsE{padding:40px 16px}.style_errorIcon__DDc8g{font-size:36px}.style_skeletonChart__86dOI{height:200px}}@media (max-width:480px){.style_analyticsContainer__jo3b6{padding:0}.style_chartsGrid__Wh8mx{gap:16px}.style_chartCard__lFw7a{padding:12px}.style_chartContainer__wYRF\+{height:180px}.style_salesMetrics__3\+jYL{align-items:flex-start;flex-direction:column;gap:8px}.style_chartHeader__1j4Tr{gap:8px}.style_dropdown__0cEkb{font-size:13px;min-width:70px;padding:6px 28px 6px 10px}.style_skeletonChart__86dOI{height:180px}}.style_analyticsContainer__jo3b6 .style_recharts-wrapper__1MvZ6{font-family:Satoshi,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.style_analyticsContainer__jo3b6 .style_recharts-cartesian-axis-tick-value__2sQd3{fill:#8b909a;font-size:12px}.style_analyticsContainer__jo3b6 .style_recharts-bar__zHqxK{transition:opacity .2s ease}.style_dashboardContainer__kO\+uU{margin-bottom:60px;padding:0}.style_mainContentGrid__lMid6{grid-gap:21px;display:grid;gap:21px;grid-template-columns:2fr 1fr}.style_ordersCard__K24oN{background-color:#fff;border:.5px solid #d9d9d9;border-radius:10px;box-shadow:0 1px 3px 0 #0000001a;display:flex;flex-direction:column;height:320px}.style_cardHeader__XS2V9{align-items:flex-start;display:flex;flex-shrink:0;justify-content:space-between;padding:12px 20px}.style_cardTitle__9dkAr{color:#1d1d1c!important;font-size:16px!important;font-weight:700!important;line-height:140%!important;margin:0 0 7px!important}.style_filterButton__UU6XO{align-items:center;background:none;border:1px solid #dbdade;border-radius:6px;cursor:pointer;display:flex;gap:10px;height:40.460243225097656px;justify-content:center;margin-right:25px;min-width:39.5856819152832px;transition:all .2s ease}.style_filterIcon__9kSQF{height:18.460243225097656px;object-fit:contain;width:15.58568286895752px}.style_filterMenu__e7ST8{background:#fff;border:1px solid #dbdade;border-radius:6px;box-shadow:0 4px 12px #0000001a;margin-top:8px;min-width:140px;overflow:hidden;position:absolute;right:0;top:100%;z-index:10}.style_filterOption__K4rkO{border-bottom:1px solid #f5f5f5;cursor:pointer;padding:12px 16px;transition:background-color .2s ease}.style_filterOption__K4rkO:last-child{border-bottom:none}.style_filterOption__K4rkO:hover{background-color:#f9fafb}.style_filterOptionActive__sc2h-{background-color:#e0eeff}.style_filterOption__K4rkO Typography{color:#1d1d1c!important;font-size:14px!important}.style_tableContainer__7YCo7{display:flex;flex:1 1;flex-direction:column;overflow:hidden;position:relative}.style_tableHeader__CFjUc{background-color:#fff;border-bottom:1px solid #d9d9d9;border-top:1px solid #d9d9d9;display:grid;flex-shrink:0;grid-template-columns:1fr 1fr 1.5fr 1fr .8fr 1fr;margin:0 25px 0 5px;padding:16px 20px}.style_headerCell__yQQob{align-items:center;color:#949597!important;display:flex;font-size:14px!important;font-weight:700!important;justify-content:center;letter-spacing:.5px;text-align:center;text-transform:uppercase}.style_tableBody__izMJJ{flex:1 1;overflow-y:auto}.style_tableBody__izMJJ::-webkit-scrollbar{width:6px}.style_tableBody__izMJJ::-webkit-scrollbar-track{background:#fff}.style_tableBody__izMJJ::-webkit-scrollbar-thumb{background-color:#d9d9d9;border-radius:3px}.style_tableBody__izMJJ::-webkit-scrollbar-thumb:hover{background-color:#bdbdbd}.style_tableRow__FXGs8{align-items:center;border-bottom:1px solid #d9d9d9;display:grid;grid-template-columns:1fr 1fr 1.5fr 1fr .8fr 1fr;margin:0 25px 0 5px;padding:16px 20px;transition:background-color .2s ease}.style_tableRow__FXGs8:last-child{border-bottom:none}.style_tableRow__FXGs8:hover{background-color:#fafafa}.style_orderIdCell__ouxJF{font-weight:700!important}.style_orderIdCell__ouxJF,.style_statusCell__TcHEp,.style_storeCell__3PTjH{align-items:center;color:#1d1d1c!important;display:flex;font-size:14px!important;justify-content:center;line-height:140%!important;text-align:center}.style_statusCell__TcHEp,.style_storeCell__3PTjH{font-weight:400!important}.style_customerCell__NLl35,.style_itemsCell__bE7UM,.style_totalCell__TVeDv{align-items:center;color:#1d1d1c!important;display:flex;font-size:15px!important;font-weight:400!important;justify-content:center;line-height:140%!important;text-align:center}.style_storesCard__PBdId{background-color:#fff;border:.5px solid #d9d9d9;border-radius:10px;box-shadow:0 1px 3px 0 #0000001a;height:280px;overflow:hidden;padding:20px}.style_storesCard__PBdId:hover{overflow-y:scroll}.style_storesList__N\+McX{display:flex;flex-direction:column;gap:6px}.style_storeItem__pqH\+k{align-items:center;border:1px solid #dbdade;border-radius:10px;cursor:pointer;display:flex;padding:16px 13px;transition:all .2s ease}.style_storeItem__pqH\+k:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.style_storeIcon__-HzdO{align-items:center;background-color:#d2e5ff;border:none;border-radius:6px;display:flex;flex-shrink:0;height:46px;justify-content:center;overflow:hidden;width:49px}.style_storeIconImage__Hl\+jU{height:24px;object-fit:cover;width:24px}.style_storeInfo__BYIRv{flex:1 1;margin-left:7px;min-width:0}.style_storeName__uNh2Z{font-size:16px!important;font-weight:700!important;margin:0 0 1px!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.style_storeItems__SxG2h,.style_storeName__uNh2Z{color:#1d1d1c!important;line-height:140%!important}.style_storeItems__SxG2h{font-size:14px!important;font-weight:400!important;margin:0!important}.style_storeArrow__IhVmP{align-items:center;background:linear-gradient(75.02deg,#e0eeff 2.99%,#acd0ff 81.05%,#63a7ff 100.57%);border-radius:40px;display:flex;flex-shrink:0;height:30px;justify-content:center;width:30px}.style_arrowIcon__3Tm\+l{filter:invert(1);height:16px;object-fit:contain;width:16px}@media (max-width:1200px){.style_mainContentGrid__lMid6{gap:20px;grid-template-columns:1fr}}@media (max-width:768px){.style_dashboardContainer__kO\+uU{margin-bottom:24px}.style_mainContentGrid__lMid6{gap:16px}.style_ordersCard__K24oN,.style_storesCard__PBdId{border-radius:8px}}@media (max-width:560px){.style_mainContentGrid__lMid6{display:flex;flex-direction:column;gap:16px}.style_ordersCard__K24oN{height:auto;min-height:320px;overflow:hidden}.style_tableContainer__7YCo7{-webkit-overflow-scrolling:touch;box-sizing:border-box;display:block;max-width:100%;overflow-x:auto;overflow-y:hidden;scrollbar-color:#0000 #0000;scrollbar-width:thin}.style_tableContainer__7YCo7::-webkit-scrollbar{background-color:initial;height:6px}.style_tableContainer__7YCo7:hover::-webkit-scrollbar-thumb{background-color:#d9d9d9;border-radius:3px}.style_tableContainer__7YCo7:hover::-webkit-scrollbar-track{background:#f5f5f5}.style_tableHeader__CFjUc,.style_tableRow__FXGs8{box-sizing:border-box;display:grid;grid-template-columns:80px 80px 140px 80px 60px 90px;margin:0;min-width:547.5px;padding:12px 16px}.style_tableHeader__CFjUc{background-color:#fff;border-bottom:1px solid #d9d9d9;border-top:1px solid #d9d9d9}.style_tableBody__izMJJ{box-sizing:border-box;max-height:200px;min-width:547.5px;overflow-x:hidden;overflow-y:auto}.style_tableBody__izMJJ::-webkit-scrollbar{background-color:initial;width:6px}.style_tableBody__izMJJ:hover::-webkit-scrollbar-thumb{background-color:#d9d9d9;border-radius:3px}.style_customerCell__NLl35,.style_headerCell__yQQob,.style_itemsCell__bE7UM,.style_orderIdCell__ouxJF,.style_statusCell__TcHEp,.style_storeCell__3PTjH,.style_totalCell__TVeDv{font-size:13px!important;justify-content:flex-start;padding:0 4px}}@media (max-width:417px){.style_dashboardContainer__kO\+uU{margin-bottom:20px}.style_mainContentGrid__lMid6{gap:12px}.style_ordersCard__K24oN{min-height:300px}.style_cardHeader__XS2V9{padding:12px}.style_cardTitle__9dkAr{font-size:14px!important}.style_filterButton__UU6XO{height:32px;min-width:32px}.style_filterIcon__9kSQF{height:14px;width:12px}.style_headerCell__yQQob{font-size:11px!important}.style_customerCell__NLl35,.style_itemsCell__bE7UM,.style_orderIdCell__ouxJF,.style_statusCell__TcHEp,.style_storeCell__3PTjH,.style_totalCell__TVeDv{font-size:12px!important}.style_storesCard__PBdId{padding:12px}.style_cardTitle__9dkAr{margin-bottom:8px!important}.style_storesList__N\+McX{gap:8px}.style_storeItem__pqH\+k{padding:10px 8px}.style_storeIcon__-HzdO{height:36px;width:40px}.style_storeIconImage__Hl\+jU{height:18px;width:18px}.style_storeInfo__BYIRv{margin-left:8px}.style_storeName__uNh2Z{font-size:13px!important}.style_storeItems__SxG2h{font-size:11px!important}.style_storeArrow__IhVmP{height:26px;width:26px}.style_arrowIcon__3Tm\+l{height:12px;width:12px}}@media (max-width:360px){.style_cardHeader__XS2V9{padding:10px}.style_cardTitle__9dkAr{font-size:13px!important}.style_filterButton__UU6XO{height:30px;min-width:30px}.style_storesCard__PBdId{padding:10px}.style_storeItem__pqH\+k{padding:8px 6px}.style_storeIcon__-HzdO{height:32px;width:36px}.style_storeInfo__BYIRv{margin-left:6px}.style_storeName__uNh2Z{font-size:12px!important}.style_storeItems__SxG2h{font-size:10px!important}.style_storeArrow__IhVmP{height:24px;width:24px}}.style_horizontalNavBar__xVboH{background:#fff;display:flex;flex-shrink:0;padding-bottom:28px;padding-right:12.5px;padding-top:35px;transition:max-width .3s ease,top .3s ease}.style_horizontalNavBar__xVboH.style_expandedNavbar__q4N7-{max-width:1301px}.style_navContent__zvER2{align-items:center;display:flex;gap:18px;height:auto;width:100%}.style_leftSection__1Um8X{align-items:center;background:#fff;border:.5px solid #dbdade;border-radius:10px;display:flex;flex:1 1;height:100%;min-width:150px;transition:all .3s cubic-bezier(.4,0,.2,1)}.style_leftSection__1Um8X:hover{border-color:#b8bcc8;box-shadow:0 2px 8px #0000000d}.style_currentPageTitle__kNA12{align-items:center;display:flex;margin-left:17px}.style_pageTitle__ebp8h{color:#1d1d1c;font-size:25px!important;font-weight:700;margin:0;overflow:hidden;text-overflow:ellipsis}.style_rightSection__4-L5A{align-items:center;display:flex;flex-shrink:1;gap:18px}.style_storeSelector__oSEal{align-items:center;background:#fff;border:.5px solid #dbdade;border-radius:10px;display:flex;flex-shrink:1;height:66px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:151px}.style_storeSelector__oSEal:hover{border-color:#b8bcc8;box-shadow:0 4px 12px #00000014}.style_storeDropdownContainer__W-vmW{align-items:center;border-radius:10px;cursor:pointer;display:flex;height:100%;position:relative;transition:background-color .2s ease;width:100%}.style_storeDropdownContainer__W-vmW:hover{background-color:#00000005}.style_storeDropdownContainer__W-vmW.style_dropdownOpen__1wLe3{background-color:#00000008}.style_selectedStoreText__lyTpI{left:12px;pointer-events:none;position:absolute;right:40px;top:50%;transform:translateY(-50%);z-index:1}.style_storeDropdownText__aZJBc{color:#000!important;font-size:16px!important;font-weight:600;line-height:140%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.style_dropdownArrow__RsST8{color:#000;pointer-events:none;position:absolute;right:12px;top:50%;transform:translateY(-50%);transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:1}.style_dropdownArrow__RsST8.style_arrowRotated__v377-{transform:translateY(-50%) rotate(180deg)}.style_customDropdownMenu__KyBd0{animation:style_dropdownSlideIn__VIfXA .2s cubic-bezier(.4,0,.2,1);background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 40px #0000001f,0 4px 12px #00000014;left:0;max-height:320px;min-width:200px;overflow:hidden;overflow-y:auto;position:absolute;right:0;top:calc(100% + 8px);z-index:1000}@keyframes style_dropdownSlideIn__VIfXA{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.style_dropdownItem__tDqxD{align-items:center;border-bottom:1px solid #f3f4f6;cursor:pointer;display:flex;justify-content:space-between;padding:12px 16px;position:relative;transition:all .2s ease}.style_dropdownItem__tDqxD:last-child{border-bottom:none}.style_dropdownItem__tDqxD:hover{background-color:#f9fafb}.style_dropdownItem__tDqxD.style_selected__w-Tmf{background-color:#ebebf3;color:#1d1d1c}.style_dropdownItem__tDqxD.style_selected__w-Tmf:before{background:#1d1d1c;bottom:0;content:"";left:0;position:absolute;top:0;width:3px}.style_dropdownItem__tDqxD.style_empty__ox5eN,.style_dropdownItem__tDqxD.style_error__fsTAZ,.style_dropdownItem__tDqxD.style_loading__PIskH{color:#6b7280;cursor:default;justify-content:center}.style_storeInfo__6P\+Ku{align-items:center;display:flex;flex:1 1;gap:10px}.style_storeLogo__O\+Zzp{border-radius:4px;height:24px;object-fit:cover;width:24px}.style_storeName__7M-1a{font-size:14px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.style_checkmark__JkV3F{color:#1d1d1c;flex-shrink:0;font-size:16px;font-weight:700}.style_loadingSpinner__NiePM{animation:style_spin__6naWl .6s linear infinite;border:2px solid #e5e7eb;border-radius:50%;border-top-color:#1d1d1c;display:inline-block;height:14px;margin-right:8px;width:14px}@keyframes style_spin__6naWl{to{transform:rotate(1turn)}}.style_searchForm__fnNrt{align-items:center;background:#fff;border:.5px solid #dbdade;border-radius:10px;display:flex;flex-shrink:1;height:66px;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);width:243px}.style_searchForm__fnNrt:hover{border-color:#b8bcc8;box-shadow:0 2px 8px #0000000d}.style_searchContainer__9wk7M{align-items:center;border-radius:10px;display:flex;flex-shrink:1;gap:8px;height:100%;justify-content:center;padding:0 12px;position:relative;transition:all .3s ease;width:100%}.style_searchContainer__9wk7M.style_searchFocused__VZznM{background-color:#4f46e505}.style_searchContainer__9wk7M.style_searchSubmitted__FXkG2{animation:style_searchPulse__Ydn4P .3s ease}@keyframes style_searchPulse__Ydn4P{0%,to{transform:scale(1)}50%{transform:scale(.98)}}.style_searchInput__J2UDy{background:#0000;border:none;color:#1d1d1c;font-family:Satoshi,sans-serif;font-size:16px;font-weight:400;outline:none;padding:auto 0;transition:color .2s ease;width:100%}.style_searchInput__J2UDy:focus{border:none;outline:none}.style_searchInput__J2UDy::placeholder{color:#8b909a;transition:color .2s ease}.style_searchContainer__9wk7M.style_searchFocused__VZznM .style_searchInput__J2UDy::placeholder{color:#6b7280}.style_searchButton__stFLQ{align-items:center;background:none;border:none;border-radius:6px;cursor:pointer;display:flex;justify-content:center;padding:6px;transition:all .2s ease}.style_searchButton__stFLQ:hover{background-color:#ebebf3;transform:scale(1.05)}.style_searchButton__stFLQ:active{transform:scale(.95)}.style_searchButton__stFLQ img{transition:filter .2s ease}.style_searchButton__stFLQ:hover img{filter:brightness(0) saturate(100%) invert(32%) sepia(0) saturate(2183%) hue-rotate(136deg) brightness(95%) contrast(0)}.style_userProfileContainer__vPK5s{align-items:center;background:#fff;border:.5px solid #dbdade;border-radius:10px;display:flex;flex-shrink:1;gap:27px;height:66px;justify-content:center;transition:all .3s ease;width:212px}.style_userProfileContainer__vPK5s:hover{border-color:#b8bcc8;box-shadow:0 2px 8px #0000000d}.style_helpButton__RL8vu,.style_notificationButton__KENMe{align-items:center;background:none;border:none;border-radius:6px;cursor:pointer;display:flex;justify-content:center;padding:8px;transition:all .2s ease}.style_helpButton__RL8vu:hover,.style_notificationButton__KENMe:hover{background-color:#ebebf3;transform:scale(1.05)}.style_helpButton__RL8vu:active,.style_notificationButton__KENMe:active{transform:scale(.95)}.style_helpButton__RL8vu img:hover,.style_notificationButton__KENMe img:hover{filter:brightness(0) saturate(100%) invert(32%) sepia(0) saturate(2183%) hue-rotate(136deg) brightness(95%) contrast(0)}.style_notificationButton__KENMe{position:relative}.style_notificationBadge__NKbk9{align-items:center;background:#cc0707;border:2px solid #fff;border-radius:50%;box-shadow:0 2px 4px #0000001a;color:#fff;display:flex;font-size:10px;font-weight:700;height:16px;justify-content:center;min-width:16px;position:absolute;right:2px;top:2px;width:16px}.style_notificationBadge__NKbk9.style_badgePulse__fU4Nd{animation:style_badgePulse__fU4Nd 2s ease-in-out infinite}@keyframes style_badgePulse__fU4Nd{0%,to{transform:scale(1)}50%{box-shadow:0 0 0 4px #cc070733;transform:scale(1.1)}}.style_userAvatar__lMVa6{background:#fff;border:2px solid #0000;border-radius:50%;cursor:pointer;height:50px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);width:50px}.style_userAvatar__lMVa6:hover{border-color:#ebebf3;box-shadow:0 4px 12px #4f46e533;transform:scale(1.05)}.style_userAvatar__lMVa6:active{transform:scale(.98)}.style_avatarImage__6wcNQ{border-radius:50%;height:100%;object-fit:cover;width:100%}@media (max-width:1200px){.style_pageTitle__ebp8h{font-size:20px!important}.style_storeSelector__oSEal{width:140px}.style_userProfileContainer__vPK5s{gap:24px;width:200px}}@media (max-width:1140px){.style_searchForm__fnNrt{width:200px}.style_userProfileContainer__vPK5s{gap:22px;width:180px}.style_userAvatar__lMVa6{height:40px;width:40px}}@media (max-width:1070px){.style_searchForm__fnNrt{width:150px}.style_userProfileContainer__vPK5s{width:170px}.style_userAvatar__lMVa6{height:35px;width:35px}}@media (max-width:860px){.style_searchForm__fnNrt{display:none}}@media (max-width:768px){.style_navContent__zvER2{gap:12px}.style_pageTitle__ebp8h{font-size:18px!important}.style_storeDropdownText__aZJBc{font-size:14px!important}}@media (max-width:685px){.style_storeSelector__oSEal{width:100px}.style_storeDropdownContainer__W-vmW{width:100%}.style_userProfileContainer__vPK5s{gap:16px;width:140px}.style_userAvatar__lMVa6{height:30px;width:30px}}@media (max-width:620px){.style_storeSelector__oSEal{width:70px}}@media (max-width:600px){.style_horizontalNavBar__xVboH{margin-bottom:20px;max-width:100%;padding-top:26px;position:relative;top:0}.style_navContent__zvER2{gap:10px}.style_leftSection__1Um8X{border:none;border-radius:8px;flex:1 1;min-width:100px}.style_pageTitle__ebp8h{font-size:18px!important;margin-left:50px}.style_rightSection__4-L5A{gap:10px}.style_storeSelector__oSEal{display:none}.style_userProfileContainer__vPK5s{border:none;border-radius:8px;gap:15px!important;height:52px;padding:0 12px;width:auto}.style_helpButton__RL8vu{padding:0}.style_notificationBadge__NKbk9{font-size:9px;height:14px;right:0;top:0;width:14px}}@media (max-width:480px){.style_pageTitle__ebp8h{font-size:16px!important}.style_userProfileContainer__vPK5s{gap:20px}}@media (max-width:375px){.style_pageTitle__ebp8h{font-size:15px!important}.style_helpButton__RL8vu{display:none;padding:0}}.style_overlay__dBHOv{align-items:flex-start;background-color:#ffffff1a;bottom:0;display:flex;justify-content:flex-end;left:0;padding-right:12px;padding-top:110px;position:absolute;right:0;top:0;z-index:1000}.style_modal__A45LI{background:#fff;border:.5px solid #d9d9d9;border-radius:10px;box-shadow:0 10px 30px #0000001a;display:flex;flex-direction:column;height:90%;opacity:1;overflow:hidden;width:575px}.style_header__KoppF{align-items:center;background:#fff;box-sizing:border-box;display:flex;height:58px;justify-content:space-between;margin:0 auto;max-width:485px;width:100%}.style_headerTitle__4x9RX{color:#1d1d1c;font-size:16px;font-weight:700;letter-spacing:0;line-height:140%}.style_markAllButton__Zr-lA{background:none;border:none;cursor:pointer;padding:0;text-decoration:underline}.style_markAllText__1yfoH{color:#1d1d1c;font-size:14px;font-weight:700;letter-spacing:0;line-height:140%;text-decoration:underline}.style_content__8-Nd3{flex:1 1;overflow-y:hidden;padding:0}.style_notificationItem__huwWz{align-items:center;border-bottom:.5px solid #d9d9d9;box-sizing:border-box;cursor:pointer;display:flex;height:80px;padding:12px 20px;transition:background-color .2s ease;width:100%}.style_notificationItem__huwWz:first-child{border-top:.5px solid #d9d9d9}.style_notificationItem__huwWz:hover{background-color:#f8f9fa}.style_unread__NFcNX{background:#ffe0e847;border-bottom:.5px solid #dbdade}.style_unread__NFcNX:hover{background:#ffe0e866}.style_read__32t9-{background:#fff;border-bottom:.5px solid #d9d9d9}.style_notificationContent__Y5eXb{display:flex;flex:1 1;flex-direction:column;gap:4px}.style_titleRow__4tntw{align-items:center;display:flex;gap:8px;justify-content:space-between}.style_notificationTitle__vqZva{color:#1d1d1c;font-size:14px;font-weight:700;gap:6px;letter-spacing:0;line-height:140%}.style_emoji__QsA\+N{font-size:14px}.style_notificationMessage__9nSpa{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#1d1d1c;display:-webkit-box;font-size:14px;font-weight:400;line-height:140%;margin:0;overflow:hidden;text-overflow:ellipsis}.style_notificationTime__Eu1Im{color:#8b909a;font-size:12px;font-weight:700;line-height:140%;margin:2px 0 0}.style_unreadDot__-Wj9l{background-color:#ff4757;border-radius:50%;flex-shrink:0;height:8px;margin-left:8px;width:8px}@media (max-width:1024px){.style_overlay__dBHOv{padding-top:95px}}@media (max-width:620px){.style_overlay__dBHOv{justify-content:center;padding-top:80px}.style_modal__A45LI{width:530px}}@media (max-width:570px){.style_overlay__dBHOv{padding-left:15px}}@media (max-width:480px){.style_overlay__dBHOv{padding-left:10px}.style_header__KoppF{padding:0 16px}.style_notificationItem__huwWz{height:auto;min-height:80px;padding:12px 16px}.style_notificationMessage__9nSpa{-webkit-line-clamp:3;line-clamp:3}.style_content__8-Nd3:hover{overflow-y:auto}}.style_sidebar__YtM1r{background:#fff;border:.5px solid #d9d9d9;border-bottom-right-radius:10px;border-top-right-radius:10px;height:985px;opacity:1;overflow:hidden;padding-bottom:10px;transition:width .3s ease,left .3s ease;width:260px;z-index:100}.style_sidebar__YtM1r.style_collapsed__kgxuX{width:125px}.style_sidebarContent__LiM5l{display:flex;flex-direction:column;height:100%;padding:0}.style_logoSection__t\+SAy{align-items:center;display:flex;flex-shrink:0;height:89px;justify-content:space-between;opacity:1}.style_logo__lxtu4{align-items:center;cursor:pointer;display:flex;margin-left:18px;transition:margin-left .3s ease}.style_logoImage__z96M7{height:49px;object-fit:cover;width:49px}.style_collapseButton__zUmML{align-items:center;background:#fff;border:none;cursor:pointer;display:flex;height:24px;justify-content:center;margin-right:8px;transition:all .2s ease;width:24px}.style_collapseButton__zUmML:hover{background:#f5f5f5;transform:scale(1.1)}.style_collapseIcon__PGvDc{transition:transform .3s ease}.style_collapseIcon__PGvDc.style_rotated__xWVEx{transform:rotate(-180deg)}.style_sidebarStoreSelector__JE0Vd{border-bottom:1px solid #dbdade;display:none;flex-shrink:0;margin-bottom:16px;padding:16px}.style_storeSelectorHeader__EZ1Av{align-items:center;display:flex;gap:8px;margin-bottom:12px}.style_storeLogoIcon__94PvQ{height:24px;width:24px}.style_storeSelectorLabel__mX9Ha{color:#8b909a!important;font-size:11px!important;font-weight:400!important;text-transform:uppercase}.style_storeDropdownWrapper__bVKEG{position:relative;width:99.4%}.style_storeDropdownDisplay__BV2ys{align-items:center;background:#fff;border:1px solid #dbdade;border-radius:8px;cursor:pointer;display:flex;height:48px;justify-content:space-between;position:relative;transition:all .2s ease;width:99.4%}.style_storeDropdownDisplay__BV2ys:hover{border-color:#b8bcc8;box-shadow:0 2px 8px #0000000d}.style_storeDropdownDisplay__BV2ys.style_dropdownOpen__gcDHK{border-color:#1d1d1c}.style_selectedStoreDisplay__THgMw{flex:1 1;overflow:hidden}.style_storeDropdownText__oHx1r{color:#000!important;font-size:14px!important;font-weight:600;line-height:140%;overflow:hidden;padding-left:12px;text-overflow:ellipsis;white-space:nowrap}.style_storeDropdownArrow__DaG1z{flex-shrink:0;margin-right:12px;transition:transform .3s cubic-bezier(.4,0,.2,1)}.style_storeDropdownArrow__DaG1z.style_arrowRotated__rHp7Z{transform:rotate(180deg)}.style_customDropdownMenu__Xr067{animation:style_dropdownSlideIn__0-c0g .2s cubic-bezier(.4,0,.2,1);background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 40px #0000001f,0 4px 12px #00000014;left:0;max-height:320px;overflow:hidden;overflow-y:auto;position:absolute;right:0;top:calc(100% + 8px);z-index:1000}@keyframes style_dropdownSlideIn__0-c0g{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.style_dropdownItem__nd0zr{align-items:center;border-bottom:1px solid #f3f4f6;cursor:pointer;display:flex;justify-content:space-between;padding:12px 16px;position:relative;transition:all .2s ease}.style_dropdownItem__nd0zr:last-child{border-bottom:none}.style_dropdownItem__nd0zr:hover{background-color:#f9fafb}.style_dropdownItem__nd0zr.style_selected__fagvI{background-color:#ebebf3;color:#1d1d1c}.style_dropdownItem__nd0zr.style_selected__fagvI:before{background:#1d1d1c;bottom:0;content:"";left:0;position:absolute;top:0;width:3px}.style_dropdownItem__nd0zr.style_empty__KCTFe,.style_dropdownItem__nd0zr.style_error__yQMHf,.style_dropdownItem__nd0zr.style_loading__NR8mL{color:#6b7280;cursor:default;justify-content:center}.style_storeInfo__wzWt0{align-items:center;display:flex;flex:1 1;gap:10px}.style_storeLogo__c4jqI{border-radius:4px;height:24px;object-fit:cover;width:24px}.style_storeName__jpYd5{font-size:14px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.style_checkmark__uD9SQ{color:#1d1d1c;flex-shrink:0;font-size:16px;font-weight:700}.style_loadingSpinner__mhBiv{animation:style_spin__hnSuQ .6s linear infinite;border:2px solid #e5e7eb;border-radius:50%;border-top-color:#1d1d1c;display:inline-block;height:14px;margin-right:8px;width:14px}@keyframes style_spin__hnSuQ{to{transform:rotate(1turn)}}.style_navigation__apci9{flex:1 1;overflow-y:auto;padding-bottom:20px}.style_navigation__apci9::-webkit-scrollbar{width:6px}.style_navigation__apci9::-webkit-scrollbar-track{background:#f1f1f1}.style_navigation__apci9::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.style_categorySection__teqXm{margin-bottom:8px}.style_categoryLabel__EsxTC{align-items:center;display:flex;gap:8px;height:44px;opacity:1;transition:opacity .3s ease,height .3s ease}.style_categoryLabel__EsxTC.style_collapsedCategory__QYWSw{height:20px;opacity:0}.style_categoryText__LgoO-{color:#8b909a!important;font-size:11px!important;font-weight:400!important;letter-spacing:0;line-height:14px;margin:0 0 0 18px;text-transform:uppercase;vertical-align:middle}.style_menuList__lzzwT{list-style:none;margin:0;padding:0}.style_menuItem__j9h5i{margin-bottom:8px}.style_menuLink__G9xMG{align-items:center;background:none;border:none;color:#77787b;cursor:pointer;display:flex;gap:8px;height:42px;padding-left:18px;position:relative;text-align:left;transition:all .2s ease;width:100%}.style_menuLink__G9xMG:hover{background:#0000000d}.style_menuLink__G9xMG.style_active__4Tfp4{color:#1d1d1c;font-weight:600}.style_menuLink__G9xMG.style_active__4Tfp4:before{background:#1d1d1c;border-bottom-right-radius:5px;border-top-right-radius:5px;content:"";height:24px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:8px}.style_sidebar__YtM1r.style_collapsed__kgxuX .style_menuLink__G9xMG.style_active__4Tfp4:before{left:0;transform:translateX(-50%) translateY(-50%)}.style_menuIcon__M9-nH{align-items:center;display:flex;flex-shrink:0;height:22px;justify-content:center;width:22px}.style_verticalNavIcons__9JzP5{height:22px;object-fit:contain;transition:filter .2s ease;width:22px}.style_verticalNavIcons__9JzP5.style_activeIcon__pBjlM{filter:brightness(0)}.style_menuText__6mVA3{color:#77787b;font-size:15px!important;font-weight:600;letter-spacing:0;line-height:22px;margin:0;transition:opacity .3s ease;vertical-align:middle;white-space:nowrap}.style_menuText__6mVA3.style_activeText__7ugTu{color:#1d1d1c}.style_sidebar__YtM1r.style_collapsed__kgxuX .style_menuText__6mVA3{display:none}.style_sidebar__YtM1r.style_collapsed__kgxuX .style_menuLink__G9xMG{justify-content:center;padding:0;position:relative}.style_sidebar__YtM1r.style_collapsed__kgxuX .style_menuLink__G9xMG:hover{border-radius:0;margin:0;width:100%}@media (max-width:1024px){.style_sidebar__YtM1r,.style_sidebar__YtM1r.style_collapsed__kgxuX{width:125px}.style_menuText__6mVA3{display:none}.style_categoryLabel__EsxTC{height:20px;opacity:0}.style_menuLink__G9xMG{justify-content:center;padding:0}.style_menuLink__G9xMG:hover{border-radius:0;margin:0;width:100%}.style_logoSection__t\+SAy{height:80px}}@media (max-width:600px){.style_sidebar__YtM1r{border:none;border-radius:0;border-right:.5px solid #d9d9d9;height:100vh;left:-100%;position:fixed;top:0;transition:left .3s ease;width:280px;z-index:1000}.style_sidebar__YtM1r.style_mobileOpen__kj\+pM{display:block!important;left:0}.style_sidebarStoreSelector__JE0Vd{display:block!important}.style_storeSelectorHeader__EZ1Av{display:none}.style_sidebar__YtM1r .style_menuText__6mVA3{display:block!important}.style_sidebar__YtM1r .style_categoryLabel__EsxTC{height:44px!important;opacity:1!important}.style_sidebar__YtM1r .style_menuLink__G9xMG{justify-content:flex-start!important;padding-left:18px!important}.style_sidebar__YtM1r .style_menuLink__G9xMG:hover{border-radius:8px!important;margin:0 8px!important;width:calc(100% - 16px)!important}.style_logoSection__t\+SAy{height:80px}.style_logo__lxtu4{margin-left:16px}.style_collapseButton__zUmML{margin-right:16px}}@media (max-width:480px){.style_sidebar__YtM1r{width:260px}}@media (max-width:375px){.style_sidebar__YtM1r{width:240px}}.style_dashboardContainer__m-jZ8{background-color:#fff;display:flex;height:100vh;justify-content:space-between;left:0;margin:0 auto;max-width:1512px;overflow:hidden;position:fixed;right:0;top:0;width:100%}.style_dashboardContainer__m-jZ8.style_sidebarCollapsed__6zd6c{overflow:hidden}.style_mainContent__d6dX4{display:flex;flex:1 1;flex-direction:column;height:100vh;overflow:hidden;padding-left:30px}.style_mainContent__d6dX4,.style_sidebarCollapsed__6zd6c .style_mainContent__d6dX4{transition:margin-left .3s ease}.style_pageContent__qmswo{background:#fff;flex:1 1;overflow-x:hidden;overflow-y:auto;padding-right:5px}.style_pageContent__qmswo::-webkit-scrollbar{width:8px}.style_pageContent__qmswo::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.style_pageContent__qmswo::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.style_pageContent__qmswo::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@media (max-width:600px){.style_dashboardContainer__m-jZ8{flex-direction:column;gap:0;margin:0;max-width:100%;position:relative}.style_mobileMenuToggle__r2sSA{align-items:center;background:#fff;border:none;border-radius:8px;box-shadow:0 2px 4px #0000001a;cursor:pointer;display:flex;height:30px;justify-content:center;left:16px;position:fixed;top:35px;transition:all .2s ease;width:30px;z-index:1001}.style_mobileMenuToggle__r2sSA:hover{background:#f5f5f5}.style_mobileMenuToggle__r2sSA:active{transform:scale(.95)}.style_collapseIcon__oEB7-{height:18px;transition:transform .3s ease;width:18px}.style_collapseIcon__oEB7-.style_rotated__V5KtS{transform:rotate(180deg)}.style_mobileOverlay__MiefC{animation:style_fadeIn__GG1Ll .3s ease;background:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:999}@keyframes style_fadeIn__GG1Ll{0%{opacity:0}to{opacity:1}}.style_mainContent__d6dX4{height:100vh;padding-left:0;width:100%}.style_pageContent__qmswo{margin-top:-22px;padding:16px}}@media (max-width:480px){.style_pageContent__qmswo{padding:12px}}@media (max-width:375px){.style_pageContent__qmswo{padding:8px}}.style_tableContainer__tocvZ{border:1px solid #dbdade;border-radius:10px;overflow:hidden;width:100%}.style_table__j3pqR{border-collapse:collapse;width:100%}.style_tableWrapper__7vL4z{overflow-x:auto;overflow-y:auto;width:100%}th{border-bottom:1px solid #dbdade}td,th{padding:0 25px}.style_headerText__M\+7wN{color:#8b909a;font-family:Satoshi,sans-serif;font-size:16px;font-weight:500;padding:8px 12px}.style_bodyText__PCJcc{color:#1d1d1c;font-family:Satoshi,sans-serif;font-size:14px;font-weight:400;padding:12px 16px}.style_navRow__AmlRq{cursor:pointer}input{border:none;font-size:14px;font-weight:700}input:focus{border:none;outline:none}.style_searchContainer__cz24r{align-items:center;background:#fff;border:1px solid #d9d9d9;border-radius:8px;display:flex;max-width:278px;padding:0 12px;width:100%}.style_searchContainer__cz24r input{border:none;color:#1d1d1c;font-family:Satoshi,sans-serif;font-size:14px;font-weight:400;outline:none;padding:2.2px 8px;width:100%}.style_searchContainer__cz24r input::placeholder{color:#9e9e9e}.style_tableTop__Wjmkl{align-items:center;border-bottom:1px solid #dbdade;display:flex;gap:12px;justify-content:flex-end;padding:15px 24px}.style_btnIcon__dqOn8{align-items:center;background-color:#fff;border:1px solid #d9d9d9;border-radius:8px;cursor:pointer;display:flex;justify-content:center;min-height:40px;min-width:40px;padding:10px;transition:all .2s}.style_btnIcon__dqOn8 img{height:20px;width:20px}.style_addBtn__QPfw2{align-items:center;background-color:#1d1d1c;border:1px solid #d9d9d9;border-radius:12px;display:flex;justify-content:space-around;max-width:176px;padding:11px;width:100%}.style_addText__OkHI7{color:#fff}.style_filterContainer__beqpJ{position:relative}.style_filterDropdown__PpGoM{position:absolute}.style_paginationContainer__fQ41Q{align-items:center;border-top:1px solid #d9d9d9;display:flex;justify-content:space-between;padding:12px 35px}.style_resultText__yXJMW{color:#555;font-size:14px}.style_paginationButtons__gxf2j{display:flex;gap:6px}.style_pageBtn__am3Av{background:#f5f5f5;border:none;border-radius:50%;cursor:pointer;font-size:14px;padding:6px 10px}.style_pageBtn__am3Av:disabled{cursor:not-allowed;opacity:.5}.style_activePage__wk72h{background:#000;color:#fff}@media (max-width:1350px){.style_bodyText__PCJcc,.style_headerText__M\+7wN{padding:16px 0}}.style_dropdown__Sef-c{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:12px;position:relative;right:85%;top:0;width:260px;z-index:999}.style_category__8438n{margin-bottom:8px}.style_categoryHeader__W2wcf{align-items:center;background:#0000;border:none;color:#374151;cursor:pointer;display:flex;font-size:14px;font-weight:500;justify-content:space-between;padding:8px 4px;width:100%}.style_categoryHeader__W2wcf:hover{color:#1d1d1c}.style_arrow__VEAvH{border-bottom:2px solid #6b7280;border-right:2px solid #6b7280;display:inline-block;height:6px;transform:rotate(45deg);transition:transform .2s ease;width:6px}.style_arrowDown__s5rwR{transform:rotate(225deg)}.style_options__hFDTS{display:flex;flex-direction:column;gap:6px;margin-top:4px;padding-left:8px}.style_optionLabel__jmHwc{align-items:center;color:#4b5563;cursor:pointer;display:flex;font-size:13px;gap:6px}.style_checkbox__I-a4y{accent-color:#1d1d1c;cursor:pointer;height:14px;width:14px}@supports not (accent-color:#1D1D1C){.style_checkbox__I-a4y{-webkit-appearance:none;appearance:none;background:#fff;border:1px solid #9ca3af;border-radius:3px;cursor:pointer;display:inline-block;height:14px;position:relative;width:14px}.style_checkbox__I-a4y:checked{background:#1d1d1c;border-color:#2563eb}.style_checkbox__I-a4y:after{border:solid #fff;border-width:0 2px 2px 0;content:"";height:8px;left:4px;opacity:0;position:absolute;top:2px;transform:rotate(45deg);width:4px}.style_checkbox__I-a4y:checked:after{opacity:1}.style_checkbox__I-a4y:focus{outline:2px solid #2563eb4d;outline-offset:2px}}.style_statContainerGray__tY6g-,.style_statContainerGreen__oLWvv,.style_statContainerRed__Yq-im{border-radius:12px;display:flex;justify-content:center;padding:5px;width:100px}.style_statContainerGreen__oLWvv{background-color:#d0ffcc}.style_statContainerRed__Yq-im{background-color:#ffcfcf}.style_statContainerGray__tY6g-{background-color:#d8d6d6}.style_statRed__s3bAr{color:#e33629}.style_statGreen__UPDNk{color:#0a6503}.style_statGray__Ts0uO{color:#555353}.style_container__OeTk8{margin-bottom:60px;max-width:100%;position:relative;width:100%}.style_categoryContainer__8Mlig,.style_tableContainer__RjC1l{width:99.8%}.style_categoryContainer__8Mlig{border-bottom:1px solid #e5e5e5;margin:0 auto 12px}.style_deleteBtn__AOiw7{color:#9e0808}.style_moblieView__I35Za{display:none}.style_searchContainer__1oIyi{align-items:center;background:#fff;border:1px solid #d9d9d9;border-radius:8px;display:flex;max-width:278px;padding:0 12px;width:100%}.style_searchContainer__1oIyi input{border:none;color:#1d1d1c;font-family:Satoshi,sans-serif;font-size:14px;font-weight:400;outline:none;padding:2.2px 8px;width:100%}.style_searchContainer__1oIyi input::placeholder{color:#9e9e9e}.style_tableTop__sgcSR{align-items:center;display:none;gap:12px;justify-content:flex-end;padding:0}.style_btnIcon__HNDkz{align-items:center;background-color:#fff;border:1px solid #d9d9d9;border-radius:8px;cursor:pointer;display:flex;justify-content:center;min-height:40px;min-width:40px;padding:10px;transition:all .2s}.style_btnIcon__HNDkz:hover{background-color:#f5f5f5;border-color:#bfbfbf}.style_btnIcon__HNDkz img{height:20px;width:20px}.style_addBtn__C-0v6{align-items:center;background-color:#1d1d1c;border:1px solid #d9d9d9;border-radius:12px;display:flex;justify-content:space-around;max-width:176px;padding:11px;width:100%}.style_addText__KgMDk{color:#fff}.style_filterContainer__fz8fa{position:relative}.style_filterDropdown__23Q4Z{border:1px solid #e5e5e5;border-radius:12px;box-shadow:0 4px 24px #00000014;min-width:160px;position:absolute;right:0;top:calc(100% + 8px);z-index:1000}.style_dropdownMenu__XnosT{font-family:Satoshi;font-size:14px!important;font-weight:400!important;right:0!important;width:160px}.style_addBtnContainer__voDpX{display:none}@media (max-width:1146px){.style_container__OeTk8{margin-bottom:40px}.style_tableContainer__RjC1l{display:none}.style_moblieView__I35Za{display:block;max-height:720px;overflow-y:auto;scrollbar-color:#d9d9d9 #0000;scrollbar-width:thin}.style_moblieView__I35Za::-webkit-scrollbar{width:6px}.style_moblieView__I35Za::-webkit-scrollbar-track{background:#0000}.style_moblieView__I35Za::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:3px}.style_tableTop__sgcSR{display:flex;margin-bottom:12px}.style_categoryContainer__8Mlig{margin:0 0 12px}.style_addBtnContainer__voDpX{align-items:center;background-color:#1d1d1c;border:none;border-radius:50%;bottom:40px;box-shadow:0 4px 12px #00000026;cursor:pointer;display:flex;height:56px;justify-content:center;position:fixed;right:20px;transition:all .2s;width:56px;z-index:100}.style_addBtnContainer__voDpX:hover{box-shadow:0 6px 16px #0003;transform:scale(1.05)}.style_addBtnContainer__voDpX:active{transform:scale(.95)}.style_addBtnContainer__voDpX img{height:24px;width:24px}}@media (max-width:768px){.style_container__OeTk8{margin-bottom:30px}.style_searchContainer__1oIyi{flex:1 1;max-width:100%;min-width:200px}.style_tableTop__sgcSR{gap:8px;padding:0 0 8px}.style_moblieView__I35Za{max-height:600px}.style_addBtnContainer__voDpX{bottom:30px;height:52px;right:16px;width:52px}.style_addBtnContainer__voDpX img{height:22px;width:22px}}@media (max-width:480px){.style_container__OeTk8{margin-bottom:20px}.style_searchContainer__1oIyi{min-width:150px}.style_searchContainer__1oIyi input{font-size:12px;padding:0 8px}.style_tableTop__sgcSR{gap:6px;padding:0 0 6px}.style_btnIcon__HNDkz{min-height:36px;min-width:36px;padding:8px}.style_btnIcon__HNDkz img{height:18px;width:18px}.style_categoryContainer__8Mlig{margin:0 0 10px}.style_moblieView__I35Za{max-height:500px}.style_addBtnContainer__voDpX{bottom:24px;height:48px;right:12px;width:48px}.style_addBtnContainer__voDpX img{height:20px;width:20px}}@media (max-width:360px){.style_moblieView__I35Za{max-height:450px}}.style_container__dE3An{position:relative;width:100%}.style_trigger__Eqpin{align-items:center;background:#fff;border:none;display:flex;height:24px;padding:0;width:24px}.style_dotContainer__daTxj{align-items:center;display:flex;justify-content:space-between;width:100%}.style_dot__hqZXu{background-color:#1d1d1c;border-radius:50%;height:4px;width:4px}.style_menu__XRhSP{background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 2px 8px #0000001a;list-style:none;margin:0;padding:0;position:absolute;right:120%;top:110%;width:200%;z-index:10}.style_option__f29ai{cursor:pointer;padding:10px}.style_option__f29ai:hover{background:#f5f5f5}.style_selected__2fsin{background:#eef2ff;font-weight:600}.styles_overLay__GMKcQ{align-items:center;background-color:#0000001a;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:999}.styles_container__1YIIl{background-color:#fff;border-radius:10px;max-width:672px;width:100%}.styles_content__hasT6{display:flex;flex-direction:column;gap:32px;margin:45px 85px}.styles_questionContainer__Oihu0,.styles_titleContainer__oBu-v,.styles_warningContainer__b26kW{display:flex;justify-content:center}.styles_questionContainer__Oihu0{display:flex;gap:5px}.styles_warningContainer__b26kW{background-color:#ffcfcf;border-left:solid #9e0808;border-radius:10px;display:flex;flex-direction:column;gap:19px;padding:17px 35px 56px 17px}.styles_warningTitle__zfDvS{display:flex}.styles_warningMessage__15iBe{color:#ad2323}.styles_btnContainer__l4rCU{display:flex;justify-content:space-between;margin:0 31px}.styles_noBtn__UfaGk,.styles_yesBtn__4wbwe{border-radius:12px;padding:12px 24px}.styles_noBtn__UfaGk{background-color:#1d1d1c;color:#fff}.styles_yesBtn__4wbwe{background-color:#fff;border:2px solid #1d1d1c}.styles_bold__ghROP{font-style:bold;font-weight:700!important}.style_container__SFaUJ{align-items:center;border:1px solid #d9d9d9;border-radius:8px;cursor:pointer;display:flex;justify-content:space-between;margin:5px 0;padding:5px 10px}.style_address__8XQdi{color:#77787b}.style_leftHandSide__n2wTk{align-items:center;display:flex}.style_imgContainer__BcFnM{max-width:52px}.style_img__xOzAU{width:100%}.style_rightHandSide__Jxjn0{text-align:center}@font-face{font-family:helveticaReg;src:url(/static/media/Helvetica.06113bf748ae7dc33e05.ttf)}@font-face{font-family:satoshi;src:url(/static/media/Satoshi-Variable.536fda9b164542087fc7.ttf)}@font-face{font-family:satoshiBold;src:url(/static/media/Satoshi-Bold.f9072dbfed23ea363ac7.woff)}.style_container__Vk\+-U,.style_price__yocl5{display:flex;justify-content:center}.style_container__Vk\+-U{align-items:center;background-color:#fff;height:100svh;position:fixed;width:100%}.style_bgImg__pp-LZ{height:100svh;width:50%}.style_entryContainer__V9NQ2{align-items:center;display:flex;flex-direction:column;height:100svh;justify-content:flex-start;padding-top:83px;width:50%}.style_icon__P1jHz{height:74px;margin-bottom:139.11px;width:74px}.style_headerTxt__uReyL{font-family:Lato,sans-serif;font-size:25px;font-style:normal;font-weight:700;margin-bottom:32px}.style_alignDiv__1dh87{align-items:center;display:flex;flex-direction:column;position:relative}.style_instr__\+lPrs{align-items:center;display:flex;font-family:satoshi;font-size:16px;justify-content:center;margin-bottom:48px;width:454px}.style_otpCont__o35jU{display:flex;gap:30px;height:50px;justify-content:center;margin-bottom:21px;margin-top:16px;width:450px}.style_otpInput__A8dXL{border:1px solid #8b909a;border-radius:8px;font-size:24px;height:50px;margin:0;outline:none;padding:0;text-align:center;width:50px}.style_errMsg__s\+WeF{align-items:center;color:#9e0808;display:flex;font-family:satoshi;font-size:14px;justify-content:center;padding-left:10px;text-align:left;white-space:pre-wrap;width:100%}.style_resend__qrs3i{color:#000;cursor:pointer;font-family:satoshiBold;font-size:16px}.style_resendCont__RyJrF{align-items:center;display:flex;font-family:satoshi;font-size:16px;gap:8px;justify-content:center}@media (max-width:1024px){.style_bgImg__pp-LZ{display:none}.style_entryContainer__V9NQ2,.style_instr__\+lPrs{width:90%}.style_alignDiv__1dh87{width:100%}.style_otpCont__o35jU{gap:10%;width:90%}}@media (max-width:665px){.style_otpCont__o35jU{display:flex;gap:5%;height:50px;justify-content:center;margin-bottom:21px;margin-top:16px;width:90%}.style_otpInput__A8dXL{font-size:14px;height:40px;justify-content:center;margin-bottom:21px;width:40px}.style_icon__P1jHz{margin-bottom:20px}}@media (max-width:376px){.style_otpInput__A8dXL{border-radius:3px;font-size:14px;height:20px;justify-content:center;margin-bottom:21px;margin-top:16px;width:20px}}.style_dashboardContainer__k45go{font-family:Satoshi,sans-serif;margin-bottom:60px}.style_header__U42C\+{display:flex;justify-content:flex-end;margin-bottom:24px}.style_timeSelect__-Z74l{background-color:#fff;border:1px solid #1d1d1c;border-radius:6px;padding:8px 12px}.style_timeSelect__-Z74l:focus{border:1px solid #1d1d1c;outline:none}.style_mainGrid__mQEQj{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(12,1fr)}.style_card__pOMb9{background-color:#fff;border:1px solid #dfe0eb;border-radius:8px;padding:24px;text-align:left}.style_card__pOMb9 h3{color:#252733;font-size:18px;font-weight:600;margin:0 0 8px}.style_cardSubtitle__Tstfi{color:#9fa2b4;font-size:12px;margin:0 0 16px}.style_statCard__V-Du4{color:#000;display:flex;grid-column:span 3;justify-content:space-between;text-align:left}.style_statTitle__n6\+-5{font-size:16px;margin:0;opacity:.8}.style_statSubtitle__\+36Lo{font-size:12px;margin:4px 0 12px;opacity:.6}.style_statValue__gEHxc{font-size:32px;font-weight:700;margin:0}.style_statPercentage__zHo-q{align-items:right;display:flex;font-size:12px;gap:4px;margin-top:12px;text-align:right}.style_statIconWrapper__VWpwP{align-items:center;background-color:#fff3;border-radius:50%;display:flex;height:60px;justify-content:center;width:60px}.style_green__3Zt78{background-color:#ebfff0}.style_yellow__j9doT{background-color:#fff5d5}.style_red__Hy0mA{background-color:#fbe6ea}.style_blue__6STvG{background-color:#e8f2ff}.style_greenText__cjcuU{color:#28a745}.style_salesPerformance__4mFHR{grid-column:span 8}.style_sideCards__iuq23{display:flex;flex-direction:column;gap:24px;grid-column:span 4}.style_insightHeader__QD3IO{align-items:center;display:flex;justify-content:space-between}.style_legend__rJNAH{color:#6c757d;display:flex;flex-direction:column;font-size:12px;gap:8px}.style_legend__rJNAH span{align-items:center;display:flex;gap:6px}.style_legend__rJNAH i{border-radius:50%;display:inline-block;height:8px;width:8px}.style_orderValue__UGmfR{color:#252733;font-size:36px;font-weight:700;margin:16px 0 4px}.style_orderSubtitle__ZUbyr{color:#9fa2b4;font-size:14px;margin:0 0 16px}.style_bestSellers__zoE8f{grid-column:span 8}.style_productTable__Fku5D{border-collapse:collapse;font-size:14px;width:100%}.style_productTable__Fku5D td,.style_productTable__Fku5D th{border-bottom:1px solid #dfe0eb;padding:16px 8px;text-align:left}.style_productTable__Fku5D th{color:#9fa2b4;font-size:12px;font-weight:500;text-transform:uppercase}.style_productNameCell__pF\+Pk{align-items:center;display:flex;gap:16px}.style_productNameCell__pF\+Pk img{border-radius:4px;height:32px;object-fit:cover;width:32px}.style_salesPeak__NnVut{grid-column:span 4}.style_demographics__gRu0d{grid-column:span 8}.style_demographicsContent__G1Xfg{align-items:center;display:flex;gap:24px}.style_worldMap__Jhz4Z{flex:1 1;max-width:50%;object-fit:contain}.style_countryList__K0Dcj{display:flex;flex:1 1;flex-direction:column;gap:12px}.style_countryItem__RB0Kc{align-items:center;display:flex;font-size:14px;gap:12px}.style_countryFlag__VBj0d{font-size:20px}.style_countryName__f\+Bj1{width:100px}.style_progressBar__AKO--{background-color:#f1f3f5;border-radius:4px;flex-grow:1;height:8px;overflow:hidden}.style_progressBar__AKO-- div{background-color:#007bff;border-radius:4px;height:100%}.style_storeRating__OyS5l{grid-column:span 4}.style_ratingSummary__ERKLq{align-items:center;border-bottom:1px solid #dfe0eb;display:flex;gap:16px;margin-bottom:24px;padding-bottom:16px}.style_ratingValue__5AbTt{align-items:center;display:flex;font-size:24px;font-weight:700;gap:8px}.style_reviewList__kXV\+\+{display:flex;flex-direction:column;gap:20px}.style_reviewItem__8dwQq{display:flex;gap:16px}.style_reviewItem__8dwQq img{border-radius:50%;height:40px;width:40px}.style_reviewContent__x\+BAn h4{font-size:14px;margin:0 0 4px}.style_reviewContent__x\+BAn .style_stars__HujPy{display:flex;gap:2px;margin-bottom:8px}.style_reviewContent__x\+BAn p{color:#6c757d;font-size:12px;line-height:1.5;margin:0}@media (max-width:1400px){.style_statCard__V-Du4{grid-column:span 6}.style_bestSellers__zoE8f,.style_demographics__gRu0d,.style_salesPerformance__4mFHR{grid-column:span 12}.style_salesPeak__NnVut,.style_sideCards__iuq23,.style_storeRating__OyS5l{grid-column:span 6}}@media (max-width:868px){.style_salesPeak__NnVut,.style_sideCards__iuq23,.style_statCard__V-Du4,.style_storeRating__OyS5l{grid-column:span 12}.style_demographicsContent__G1Xfg{flex-direction:column}.style_worldMap__Jhz4Z{margin-bottom:24px;max-width:100%}}.style_sellerProfilePage__P6h7N{font-family:Satoshi,sans-serif;margin-bottom:60px}.style_errorMessage__98-nb{color:#dc3545;margin-bottom:12px}.style_profileSection__GvpH-{background-color:#fff;border-radius:16px;box-shadow:0 4px 20px #0000000d;margin:0 auto;padding:20px 40px 30px;position:relative;text-align:center}.style_editButton__e7Jnh{align-items:center;background:none;border:none;border-radius:8px;color:#1d1d1c;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:6px;padding:8px 12px;position:absolute;right:20px;top:20px}.style_editButton__e7Jnh:hover{background-color:#f8f9fa}.style_avatar__q4DQg{border:4px solid #fff;border-radius:50%;box-shadow:0 2px 10px #0000001a;height:120px;margin:0 auto 16px;object-fit:cover;width:120px}.style_profileName__uCQVT{color:#1d1d1c;font-size:28px;font-weight:600;margin:0 0 4px;text-align:center}.style_storeName__8yHjA{color:#6c757d;font-size:16px;font-weight:500;margin:0 0 16px;text-align:center}.style_bio__\+4X0S{color:#495057;font-size:16px;font-weight:400;line-height:140%;margin:0 auto 20px;max-width:700px;text-align:center}.style_profileMeta__ix5Cc{align-items:center;color:#1d1d1c;display:flex;flex-wrap:wrap;font-size:14px;font-weight:400;gap:12px;justify-content:center;line-height:140%}.style_dotSeparator__8s3xD{color:#1d1d1c}.style_storesSection__a-1dq{background-color:#fff;border-radius:16px;box-shadow:0 4px 20px #0000000d;margin:40px auto 20px;padding-bottom:40px;padding-top:20px}.style_storesContainer__sE8CR{height:auto}.style_sectionTitle__mEHjC{color:#212529;font-size:28px;font-weight:600;margin-bottom:24px;text-align:center}.style_storesGrid__1EkZ\+{display:flex;flex-wrap:wrap;gap:18px;justify-content:flex-start;transition:transform .2s ease-in-out}.style_noStoresMessage__j7b3x{color:#6c757d;font-size:16px;margin-bottom:16px;text-align:center}@media (max-width:768px){.style_sellerProfilePage__P6h7N{margin-bottom:40px}.style_profileSection__GvpH-{border-radius:12px;padding:20px 40px 30px}.style_editButton__e7Jnh{font-size:13px;padding:6px 10px;right:16px;top:16px}.style_avatar__q4DQg{height:100px;width:100px}.style_profileName__uCQVT{font-size:24px}.style_storeName__8yHjA{font-size:15px}.style_bio__\+4X0S{font-size:15px;max-width:600px}.style_profileMeta__ix5Cc{font-size:13px;gap:10px}.style_sectionTitle__mEHjC{font-size:24px;margin-bottom:20px}}@media (max-width:480px){.style_sellerProfilePage__P6h7N{margin-bottom:30px}.style_profileSection__GvpH-{border-radius:12px;padding:24px 16px}.style_editButton__e7Jnh{font-size:12px;gap:4px;padding:6px 8px;right:12px;top:12px}.style_avatar__q4DQg{height:90px;margin-bottom:12px;width:90px}.style_profileName__uCQVT{font-size:20px}.style_storeName__8yHjA{font-size:14px;margin:0 0 12px}.style_bio__\+4X0S{font-size:14px;line-height:150%;margin:0 auto 16px}.style_profileMeta__ix5Cc{font-size:12px;gap:8px}.style_storesSection__a-1dq{border-radius:12px;margin:24px auto 20px;padding-bottom:20px}.style_storesContainer__sE8CR{overflow:hidden}.style_sectionTitle__mEHjC{font-size:20px;margin-bottom:16px}.style_storesGrid__1EkZ\+{-webkit-overflow-scrolling:touch;display:flex;flex-wrap:nowrap;gap:12px;justify-content:flex-start;overflow-x:auto;overflow-y:hidden;padding:0 16px 16px;scroll-snap-type:x mandatory;scrollbar-width:none}.style_storesGrid__1EkZ\+::-webkit-scrollbar{display:none}.style_storesGrid__1EkZ\+>*{flex:0 0 auto;height:auto;max-width:85vw;padding-bottom:20px;scroll-snap-align:start;width:280px}}@media (max-width:360px){.style_profileSection__GvpH-{padding:20px 12px}.style_avatar__q4DQg{height:80px;width:80px}.style_profileName__uCQVT{font-size:18px}.style_bio__\+4X0S{font-size:13px}.style_sectionTitle__mEHjC{font-size:18px}.style_storesGrid__1EkZ\+>*{width:260px}}.style_pageContainer__gA57e{font-family:Satoshi,sans-serif;margin-bottom:60px}.style_loadingMessage__7RpGD{text-align:center}.style_errorMessage__CGWao{color:#dc3545;text-align:center}.style_editProfileContainer__unsY4{background-color:#fff;border-radius:16px;margin:0 auto;max-width:800px;padding:48px}.style_avatarContainer__vnXwU{border:1px solid #e5e7eb;border-radius:50%;cursor:pointer;height:100px;margin:0 auto 40px;overflow:hidden;position:relative;width:100px}.style_avatar__VRDjW{border-radius:50%;display:block;height:100px;object-fit:cover;transition:opacity .3s ease;width:100px}.style_avatarContainer__vnXwU:hover .style_avatar__VRDjW{opacity:.7}.style_avatarOverlay__hUGV6{align-items:center;background-color:#00000080;border:none;border-radius:50%;cursor:pointer;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%}.style_avatarContainer__vnXwU:hover .style_avatarOverlay__hUGV6{opacity:1}.style_hiddenInput__yn2E-{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;white-space:nowrap;width:1px}.style_profileForm__X-1em{display:flex;flex-direction:column}.style_formGrid__Y868U{grid-gap:24px 32px;display:grid;gap:24px 32px;grid-template-columns:1fr 1fr;margin-bottom:24px}.style_formGroup__8ZytJ{display:flex;flex-direction:column}.style_formLabel__DAgK8{margin-bottom:8px;text-align:left}.style_formLabelText__ognjL{color:#1d1d1c;font-size:14px;font-weight:500}.style_formInput__\+ICPv{background-color:#fff;border:1px solid #d1d5db;border-radius:8px;box-sizing:border-box;font-family:Satoshi,sans-serif;font-size:16px;font-weight:400;padding:12px 16px;transition:border-color .2s,box-shadow .2s;width:100%}.style_formInput__\+ICPv::placeholder{color:#9ca3af;font-size:16px}.style_formInput__\+ICPv:focus{border:1px solid #1d1d1c;outline:none}.style_formInput__\+ICPv:disabled{background-color:#f3f4f6;color:#6b7280;cursor:not-allowed}.style_bioTextarea__L1VI4{font-family:Satoshi,sans-serif;min-height:140px;resize:vertical}.style_submitButton__n3zFa{background-color:#1d1d1c;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Satoshi,sans-serif;font-size:14px;font-weight:500;margin:24px auto 0;min-width:150px;padding:14px 16px;transition:background-color .2s,transform .1s}.style_submitButton__n3zFa:hover:not(:disabled){background-color:#000;transform:translateY(-1px)}.style_submitButton__n3zFa:disabled{background-color:#9ca3af;cursor:not-allowed;transform:none}@media (max-width:768px){.style_editProfileContainer__unsY4{border-radius:12px;padding:32px 24px}.style_avatarContainer__vnXwU{height:90px;margin-bottom:32px;width:90px}.style_avatar__VRDjW{height:90px;width:90px}.style_formGrid__Y868U{gap:20px;grid-template-columns:1fr;margin-bottom:20px}.style_formLabel__DAgK8{font-size:13px}.style_formInput__\+ICPv{font-size:13px;padding:11px 14px}.style_bioTextarea__L1VI4{min-height:120px}.style_submitButton__n3zFa{font-size:13px;padding:12px 20px}}@media (max-width:480px){.style_pageContainer__gA57e{margin-bottom:40px}.style_editProfileContainer__unsY4{border-radius:12px;padding:24px 16px}.style_avatarContainer__vnXwU{height:80px;margin-bottom:28px;width:80px}.style_avatar__VRDjW{height:80px;width:80px}.style_formGrid__Y868U{gap:16px;margin-bottom:16px}.style_formLabel__DAgK8{font-size:12px;margin-bottom:6px}.style_formInput__\+ICPv{border-radius:6px;font-size:12px;padding:10px 12px}.style_formInput__\+ICPv::placeholder{font-size:12px}.style_bioTextarea__L1VI4{min-height:100px}.style_submitButton__n3zFa{border-radius:6px;font-size:13px;margin-top:20px;padding:12px 20px;width:100%}}@media (max-width:360px){.style_editProfileContainer__unsY4{padding:20px 12px}.style_avatarContainer__vnXwU,.style_avatar__VRDjW{height:70px;width:70px}.style_formInput__\+ICPv,.style_formLabel__DAgK8{font-size:11px}.style_bioTextarea__L1VI4{min-height:90px}}.style_pageContainer__4pejZ{font-family:Satoshi,sans-serif;margin-bottom:60px;text-align:left}.style_tabContainer__W1jf8{display:flex;gap:4px;margin:0 auto}.style_tabButton__zvxbc{background-color:#fff;border:1px solid #e9ecef;border-radius:8px 8px 0 0;cursor:pointer;padding:10px 24px;transition:background-color .2s,color .2s}.style_inactiveTabText__vGvm4,.style_tabButton__zvxbc{color:#495057;font-size:14px;font-weight:500}.style_activeTabText__aH6SK{color:#fff;font-size:14px;font-weight:500}.style_activeTab__02da8{background-color:#212529;border-color:#212529;border-bottom:1px solid #212529;color:#fff}.style_settingsBox__nDnyZ{background-color:#fff;border:1px solid #e9ecef;border-radius:0 12px 12px 12px;box-shadow:0 4px 20px #00000008;margin:0 auto;padding:48px}.style_sectionTitle__I7qIR{color:#1d1d1c;font-weight:600;margin-bottom:32px;margin-top:0}.style_labelText__HVsxA{color:#495057;display:block;font-size:14px;margin-bottom:8px}.style_formSection__WLGN4{border-bottom:1px solid #f1f3f5;margin-bottom:24px;padding-bottom:24px}.style_formGroup__Z0X4B{margin-bottom:24px;max-width:400px}.style_formGroup__Z0X4B label{color:#495057;display:block;font-size:14px;margin-bottom:8px}.style_formInput__h4yGE{border:1px solid #ced4da;border-radius:8px;box-sizing:border-box;font-family:Satoshi,sans-serif;font-size:16px;font-weight:400;padding:12px;transition:border-color .2s;width:100%}.style_formInput__h4yGE:focus{border:1px solid #1d1d1c;outline:none}.style_formInput__h4yGE::placeholder{color:#adb5bd}.style_inputError__DTRNt,.style_inputError__DTRNt:focus{border-color:#dc3545!important}.style_errorText__RAFUZ{color:#dc3545;display:block;font-size:12px;margin-top:4px}.style_inputText__kJdBJ{color:#212529;font-size:14px;font-weight:400}.style_toggleSection__Y0uCb{align-items:center;border-bottom:1px solid #f1f3f5;display:flex;flex-wrap:wrap;gap:7px;justify-content:space-between;margin-bottom:24px;padding-bottom:24px}.style_lastSection__GAFPN{border-bottom:none;margin-bottom:0;padding-bottom:0}.style_toggleTitle__lVfJV{color:#1d1d1c;font-weight:600;margin:0 0 4px}.style_toggleDescription__MomOl{color:#495057;display:block;font-size:14px;margin:0}.style_saveButtonContainer__sQskd{display:flex;justify-content:center;margin-top:48px}.style_saveButton__0Wm-I{background-color:#1d1d1c;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:500;padding:12px 32px;transition:background-color .2s,opacity .2s}.style_saveButton__0Wm-I:hover:not(:disabled){background-color:#343a40}.style_saveButton__0Wm-I:disabled{cursor:not-allowed;opacity:.6}.style_saveButtonText__hD4sT{color:#fff}.style_toggleSwitch__ZtVGg{display:inline-block;flex-shrink:0;height:28px;position:relative;width:52px}.style_toggleInput__NqPqh{height:0;opacity:0;width:0}.style_slider__Od8Fe{background-color:#fff;border:2px solid #000;border-radius:34px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.4s}.style_slider__Od8Fe:before{background-color:#000;border-radius:50%;bottom:3px;content:"";height:20px;left:3px;position:absolute;transition:.4s;width:20px}.style_toggleInput__NqPqh:checked+.style_slider__Od8Fe{background-color:#000}.style_toggleInput__NqPqh:checked+.style_slider__Od8Fe:before{background-color:#fff;transform:translateX(22px)}@media (max-width:600px){.style_toggleSwitch__ZtVGg{height:24px;width:48px}.style_slider__Od8Fe:before{bottom:3px;height:15px;left:3px;width:15px}.style_toggleInput__NqPqh:checked+.style_slider__Od8Fe:before{transform:translateX(24px)}}.style_modalOverlay__EVkjX{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:999}.style_modalContent__Bge-h{background:#fff;border-radius:28px;max-height:90vh;max-width:1320px;position:relative;width:100%}.style_modalHeader__BymJs{align-items:center;display:flex;justify-content:space-between;padding:34px 0 6px 56px}.style_modalTitle__iGfnC{color:#000;font-size:25px!important;font-weight:700;line-height:140%;margin:0}.style_closeButton__iZ2m\+{align-items:center;background:none;border:none;color:#000;cursor:pointer;display:flex;justify-content:center;padding:0}.style_imageSection__1lpBc{border:1px solid #eae8e8;border-radius:20px;margin:50px auto 42px;max-width:1148px;width:100%}.style_sectionLabel__ccsR6{color:#000;display:block;font-size:16px;font-weight:700;padding:30px 0 0 23px}.style_sectionLabelText__hm14P{font-size:16px;font-weight:700;line-height:140%}.style_uploadArea__r6eDy{background-color:#f9fafb;border:1px dashed #d9d9d9;border-radius:12px;gap:10px;margin:44px auto 0;max-width:660px;position:relative;text-align:center;transition:all .2s ease;width:100%}.style_fileInput__mn9hF{cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.style_uploadLabel__SnS-U{align-items:center;cursor:pointer;display:flex;flex-direction:column;gap:10px}.style_uploadIcon__HscpH{height:48px;margin-top:35px;object-fit:cover;width:48px}.style_uploadText__7DYbt{color:#000;font-size:14px;font-weight:400}.style_uploadSubtext__ZBVBO{color:#000;font-size:12px;margin-top:8px}.style_browseButton__CFMSs{align-items:center;background-color:#000;border:none;border-radius:12px;box-shadow:0 10px 25px 0 #00000040;color:#fff;cursor:pointer;display:flex;gap:10px;height:46px;justify-content:center;transition:background-color .2s ease;width:103px}.style_browseButtonText__OnaFb{color:#faf2ec;font-size:16px;line-height:140%}.style_supportedFormats__oxypC{color:#000;font-size:12px!important;margin-bottom:26px;margin-top:22px}.style_imagePreview__ET3j\+{align-items:center;background-color:#f8fbff;border:1px solid #f8fbff;border-radius:12px;display:flex;justify-content:center;margin:44px auto 0;max-width:660px;min-height:275px;width:100%}.style_previewImage__zJ40d{border-radius:12px;max-height:275px;max-width:100%;object-fit:contain}.style_convertText__yAhLK{color:#000;font-size:16px;font-weight:400;margin-bottom:20px;margin-top:21px;text-align:center}.style_convertLink__4Sr1r{color:#000;cursor:pointer;font-weight:700}.style_formSection__Gv0kW{display:flex;flex-direction:column;justify-content:space-between;margin:0 auto;max-width:1148px;width:100%}.style_formRow__TdrGW{display:flex;gap:23px;justify-content:space-between}.style_formGroup1__5Zf5B,.style_formGroup2__C1Djg{border:1px solid #eae8e8;border-radius:20px;display:flex;flex-direction:column;max-width:668px;width:100%}.style_formGroup2__C1Djg{max-width:457px}.style_formLabel2__B-Rhp,.style_formLabel__V2rw5{color:#000;display:block;font-size:16px;font-weight:700;margin:30px auto;max-width:616px;width:100%}.style_formLabel2__B-Rhp{max-width:415px}.style_categoryHelp__nAOYW{color:#8b909a;font-size:14px;font-weight:400;margin:0 auto 22px;max-width:415px;width:100%}.style_inputGroup__bXC6h{margin:0 auto 22px;max-width:616px;width:100%}.style_inputGroup2__KqcDh{margin:0 auto 22px;max-width:415px;width:100%}.style_inputLabel__-BGoL{color:#374151;display:block;font-size:14px;font-weight:500;margin-bottom:8px}.style_formInput__xjEzV{background-color:#fff;border:1px solid #bebebe;border-radius:8px;box-sizing:border-box;color:#111827;font-family:satoshi;font-size:16px;height:44px;padding:12px 16px;transition:all .15s ease-in-out;width:100%}.style_formInput__xjEzV:focus{outline:none}.style_formInput__xjEzV::placeholder{color:#bebebe}.style_formTextarea__uuomS{background-color:#fff;border:1px solid #bebebe;border-radius:8px;box-sizing:border-box;color:#000;font-family:satoshi;font-size:16px;min-height:120px;padding:12px 16px;resize:vertical;width:100%}.style_formTextarea__uuomS:focus{outline:none}.style_formTextarea__uuomS::placeholder{color:#bebebe}.style_formSelect__AxqZq{-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%23666' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;border:1px solid #bebebe;border-radius:8px;box-sizing:border-box;color:#000;cursor:pointer;font-family:satoshi;font-size:16px;height:44px;width:100%}.style_formSelect__AxqZq:focus{outline:none}.style_formSelect__AxqZq option{background-color:#fff;color:#bebebe}.style_modalFooter__q1\+0E{align-items:center;display:flex;justify-content:flex-end;margin:20px auto 32px;max-width:1148px;width:100%}.style_buttonGroup__baCLg{display:flex;gap:12px}.style_addButton__I034o{align-items:center;background-color:#000;border:none;border-radius:12px;box-shadow:0 10px 25px 0 #00000040;color:#f8fbff;display:flex;gap:20px;height:50px;justify-content:center;width:152px}.style_storeNameText__KIvS9{font-size:16px;line-height:140%}.style_addButton__I034o:disabled{background-color:#1f2937;color:#f8fbff;cursor:not-allowed}.style_navContainer__RBsTj{align-items:center;display:flex;gap:10px;margin-left:20px}.style_navBtn__0YuTV{color:#1d1d1c;text-decoration:none}.style_arrowContainer__LgC6-{align-items:center;display:flex;height:16px;width:16px}.style_arrowRight__TTrAX{border-right:2px solid #1d1d1c;border-top:2px solid #1d1d1c;height:50%;rotate:45deg;width:50%}@media (max-width:768px){.style_modalContent__Bge-h{margin:16px;width:95vw}.style_formRow__TdrGW{gap:24px;grid-template-columns:1fr}.style_modalBody__PBTwG{padding:24px}.style_modalFooter__q1\+0E,.style_modalHeader__BymJs{padding:16px 24px}}.style_modalOverlay__8Qvol{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:999}.style_modalContent__uPPvA{background:#fff;border-radius:28px;max-height:90vh;max-width:1320px;position:relative;width:100%}.style_modalHeader__AM\+b\+{align-items:center;display:flex;justify-content:space-between;padding:34px 0 6px 56px}.style_modalTitle__KcLBf{color:#000;font-size:25px!important;font-weight:700;line-height:140%;margin:0}.style_closeButton__qEGIO{align-items:center;background:none;border:none;color:#000;cursor:pointer;display:flex;justify-content:center;padding:0}.style_imageSection__44cFe{border:1px solid #eae8e8;border-radius:20px;margin:50px auto 42px;max-width:1148px;width:100%}.style_sectionLabel__BCTx8{color:#000;display:block;font-size:16px;font-weight:700;padding:30px 0 0 23px}.style_sectionLabelText__BQ35t{font-size:16px;font-weight:700;line-height:140%}.style_uploadArea__F9725{background-color:#f9fafb;border:1px dashed #d9d9d9;border-radius:12px;gap:10px;margin:44px auto 0;max-width:660px;position:relative;text-align:center;transition:all .2s ease;width:100%}.style_fileInput__YnkiP{cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.style_uploadLabel__J3ln7{align-items:center;cursor:pointer;display:flex;flex-direction:column;gap:10px}.style_uploadIcon__CrQOb{height:48px;margin-top:35px;object-fit:cover;width:48px}.style_uploadText__fX8CN{color:#000;font-size:14px;font-weight:400}.style_uploadSubtext__4br9g{color:#000;font-size:12px;margin-top:8px}.style_browseButton__hbQ8R{align-items:center;background-color:#000;border:none;border-radius:12px;box-shadow:0 10px 25px 0 #00000040;color:#fff;cursor:pointer;display:flex;gap:10px;height:46px;justify-content:center;transition:background-color .2s ease;width:103px}.style_browseButtonText__GIJTq{color:#faf2ec;font-size:16px;line-height:140%}.style_supportedFormats__mF1WO{color:#000;font-size:12px!important;margin-bottom:26px;margin-top:22px}.style_imagePreview__nHblA{align-items:center;background-color:#f8fbff;border:1px solid #f8fbff;border-radius:12px;display:flex;justify-content:center;margin:44px auto 0;max-width:660px;min-height:275px;width:100%}.style_previewImage__\+fI3n{border-radius:12px;max-height:275px;max-width:100%;object-fit:contain}.style_convertText__pg03w{color:#000;font-size:16px;font-weight:400;margin-bottom:20px;margin-top:21px;text-align:center}.style_convertLink__66XbT{color:#000;cursor:pointer;font-weight:700}.style_formSection__o6-hn{display:flex;flex-direction:column;justify-content:space-between;margin:0 auto;max-width:1148px;width:100%}.style_formRow__oo-Wf{display:flex;gap:23px;justify-content:space-between}.style_formGroup1__38VYB,.style_formGroup2__xTvsx{border:1px solid #eae8e8;border-radius:20px;display:flex;flex-direction:column;max-width:668px;width:100%}.style_formGroup2__xTvsx{max-width:457px}.style_formLabel2__Is\+me,.style_formLabel__NDlZS{color:#000;display:block;font-size:16px;font-weight:700;margin:30px auto;max-width:616px;width:100%}.style_formLabel2__Is\+me{max-width:415px}.style_categoryHelp__cIKav{color:#8b909a;font-size:14px;font-weight:400;margin:0 auto 22px;max-width:415px;width:100%}.style_inputGroup__cEHkL{margin:0 auto 22px;max-width:616px;width:100%}.style_inputGroup2__C7FpL{margin:0 auto 22px;max-width:415px;width:100%}.style_inputLabel__RuLHd{color:#374151;display:block;font-size:14px;font-weight:500;margin-bottom:8px}.style_formInput__zRsua{background-color:#fff;border:1px solid #bebebe;border-radius:8px;box-sizing:border-box;color:#111827;font-family:satoshi;font-size:16px;height:44px;padding:12px 16px;transition:all .15s ease-in-out;width:100%}.style_formInput__zRsua:focus{outline:none}.style_formInput__zRsua::placeholder{color:#bebebe}.style_formTextarea__ZUL8d{background-color:#fff;border:1px solid #bebebe;border-radius:8px;box-sizing:border-box;color:#000;font-family:satoshi;font-size:16px;min-height:120px;padding:12px 16px;resize:vertical;width:100%}.style_formTextarea__ZUL8d:focus{outline:none}.style_formTextarea__ZUL8d::placeholder{color:#bebebe}.style_formSelect__N03rx{-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%23666' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;border:1px solid #bebebe;border-radius:8px;box-sizing:border-box;color:#000;cursor:pointer;font-family:satoshi;font-size:16px;height:44px;width:100%}.style_formSelect__N03rx:focus{outline:none}.style_formSelect__N03rx option{background-color:#fff;color:#bebebe}.style_modalFooter__ihm\+Y{align-items:center;display:flex;justify-content:flex-end;margin:20px auto 32px;max-width:1148px;width:100%}.style_buttonGroup__67FPm{display:flex;gap:12px}.style_addButton__aIBaO{align-items:center;background-color:#000;border:none;border-radius:12px;box-shadow:0 10px 25px 0 #00000040;color:#f8fbff;display:flex;gap:20px;height:50px;justify-content:center;width:152px}.style_storeNameText__OOjxg{font-size:16px;line-height:140%}.style_addButton__aIBaO:disabled{background-color:#1f2937;color:#f8fbff;cursor:not-allowed}.style_navContainer__2J30R{align-items:center;display:flex;gap:10px;margin-left:20px}.style_navBtn__ySre8{color:#1d1d1c;text-decoration:none}.style_arrowContainer__v6-ek{align-items:center;display:flex;height:16px;width:16px}.style_arrowRight__hs4ZI{border-right:2px solid #1d1d1c;border-top:2px solid #1d1d1c;height:50%;rotate:45deg;width:50%}@media (max-width:768px){.style_modalContent__uPPvA{margin:16px;width:95vw}.style_formRow__oo-Wf{gap:24px;grid-template-columns:1fr}.style_modalBody__F0gk4{padding:24px}.style_modalFooter__ihm\+Y,.style_modalHeader__AM\+b\+{padding:16px 24px}}.style_container__a8x\+S{margin-bottom:60px;max-width:99.8%;position:relative;width:100%}.style_categoryContainer__dgqJh,.style_tableContainer__CDZwF{width:99.8%}.style_categoryContainer__dgqJh{border-bottom:1px solid #e5e5e5;margin:0 auto 12px}.style_deleteBtn__aN-zt{color:#9e0808}.style_moblieView__qCSQB{display:none}.style_searchContainer__tNRUy{align-items:center;background:#fff;border:1px solid #d9d9d9;border-radius:8px;display:flex;max-width:278px;padding:0 12px;width:100%}.style_searchContainer__tNRUy input{border:none;color:#1d1d1c;font-family:Satoshi,sans-serif;font-size:14px;font-weight:400;outline:none;padding:2.2px 8px;width:100%}.style_searchContainer__tNRUy input::placeholder{color:#9e9e9e}.style_tableTop__Xij7C{align-items:center;display:none;gap:12px;justify-content:flex-end;padding:0}.style_btnIcon__frWwM{align-items:center;background-color:#fff;border:1px solid #d9d9d9;border-radius:8px;cursor:pointer;display:flex;justify-content:center;min-height:40px;min-width:40px;padding:10px;transition:all .2s}.style_btnIcon__frWwM:hover{background-color:#f5f5f5;border-color:#bfbfbf}.style_btnIcon__frWwM img{height:20px;width:20px}.style_filterContainer__o2ZYy{position:relative}.style_filterDropdown__8xzZx{border:1px solid #e5e5e5;border-radius:12px;box-shadow:0 4px 24px #00000014;min-width:160px;position:absolute;right:0;top:calc(100% + 8px);z-index:1000}.style_dropdownMenu__5KIm0{font-family:Satoshi;font-size:14px!important;font-weight:400;right:0!important;width:160px}.style_emptyState__lZlrr,.style_errorContainer__6dKyZ,.style_loadingContainer__Fvh3R{align-items:center;display:flex;justify-content:center;min-height:400px;padding:40px 20px}.style_loadingText__0Tawn{color:#666;font-size:16px}.style_errorText__dNpc0{color:#d32f2f;font-size:16px}.style_emptyText__o1Ios{color:#9e9e9e;font-size:16px}.style_errorMessage__SfQ7h{color:#dc3545;margin-bottom:12px}@media (max-width:1146px){.style_container__a8x\+S{margin-bottom:40px}.style_tableContainer__CDZwF{display:none}.style_moblieView__qCSQB{display:block;max-height:720px;overflow-y:auto;scrollbar-color:#d9d9d9 #0000;scrollbar-width:thin}.style_moblieView__qCSQB::-webkit-scrollbar{width:6px}.style_moblieView__qCSQB::-webkit-scrollbar-track{background:#0000}.style_moblieView__qCSQB::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:3px}.style_tableTop__Xij7C{display:flex;margin-bottom:12px}.style_categoryContainer__dgqJh{margin:0 0 12px}}@media (max-width:768px){.style_container__a8x\+S{margin-bottom:30px}.style_searchContainer__tNRUy{flex:1 1;max-width:100%;min-width:200px}.style_tableTop__Xij7C{gap:8px;padding:0 0 8px}.style_moblieView__qCSQB{max-height:600px}}@media (max-width:480px){.style_container__a8x\+S{margin-bottom:20px}.style_searchContainer__tNRUy{min-width:150px}.style_searchContainer__tNRUy input{font-size:12px;padding:0 8px}.style_tableTop__Xij7C{gap:6px;padding:0 0 6px}.style_btnIcon__frWwM{min-height:36px;min-width:36px;padding:8px}.style_btnIcon__frWwM img{height:18px;width:18px}.style_categoryContainer__dgqJh{margin:0 0 10px}.style_moblieView__qCSQB{max-height:500px}}@media (max-width:360px){.style_moblieView__qCSQB{max-height:450px}}.style_modalOverlay__pClMq{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:999}.style_modalContent__DQS38{background:#fff;border-radius:28px;max-height:90vh;max-width:1320px;overflow-y:auto;position:relative;width:90vw}.style_modalHeader__Haqyf{align-items:center;display:flex;justify-content:space-between;padding:34px 0 6px 56px}.style_modalTitle__3nrtS{color:#000;font-size:25px!important;font-weight:700;line-height:140%;margin:0}.style_closeButton__CHnEh{align-items:center;background:none;border:none;color:#000;cursor:pointer;display:flex;justify-content:center;padding:0}.style_imageSection__5rb1a{border:1px solid #eae8e8;border-radius:20px;margin:50px auto 42px;max-width:1148px;width:100%}.style_sectionLabel__8qNVn{color:#000;display:block;font-size:16px;font-weight:700;padding:30px 0 0 23px}.style_sectionLabelText__QDr-c{font-size:16px;font-weight:700;line-height:140%}.style_uploadArea__1OUdo{background-color:#f9fafb;border:1px dashed #d9d9d9;border-radius:12px;gap:10px;margin:44px auto 0;max-width:660px;position:relative;text-align:center;transition:all .2s ease;width:100%}.style_fileInput__\+szPH{cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.style_uploadLabel__qhBqU{align-items:center;cursor:pointer;display:flex;flex-direction:column;gap:10px}.style_uploadIcon__K2GLZ{height:48px;margin-top:35px;object-fit:cover;width:48px}.style_uploadText__0trf8{color:#000;font-size:14px;font-weight:400}.style_uploadSubtext__GYjLs{color:#000;font-size:12px;margin-top:8px}.style_browseButton__2PaRW{align-items:center;background-color:#000;border:none;border-radius:12px;box-shadow:0 10px 25px 0 #00000040;color:#fff;cursor:pointer;display:flex;gap:10px;height:46px;justify-content:center;transition:background-color .2s ease;width:103px}.style_browseButtonText__Kb9Ok{color:#faf2ec;font-size:16px;line-height:140%}.style_supportedFormats__\+ZYuz{color:#000;font-size:12px!important;margin-bottom:26px;margin-top:22px}.style_imagePreview__YsDy-{align-items:center;background-color:#f8fbff;border:1px solid #f8fbff;border-radius:12px;display:flex;justify-content:center;margin:44px auto 0;max-width:660px;min-height:275px;width:100%}.style_previewImage__GF6Pd{border-radius:12px;max-height:275px;max-width:100%;object-fit:contain}.style_convertText__4c7nw{color:#000;font-size:16px;font-weight:400;margin-bottom:20px;margin-top:21px;text-align:center}.style_convertLink__k8Gdn{color:#000;cursor:pointer;font-weight:700}.style_formSection__tDQJA{display:flex;flex-direction:column;justify-content:space-between;margin:0 auto;max-width:1148px;width:100%}.style_formRow__1uxu7{display:flex;gap:23px;justify-content:space-between}.style_formGroup1__98ov9,.style_formGroup2__Lw1Dv{border:1px solid #eae8e8;border-radius:20px;display:flex;flex-direction:column;max-width:668px;width:100%}.style_formGroup2__Lw1Dv{max-width:457px}.style_formLabel2__w7heK,.style_formLabel__kYjVV{color:#000;display:block;font-size:16px;font-weight:700;margin:30px auto;max-width:616px;width:100%}.style_formLabel2__w7heK{max-width:415px}.style_categoryHelp__zT3ke{color:#8b909a;font-size:14px;font-weight:400;margin:0 auto 22px;max-width:415px;width:100%}.style_inputGroup__eXiDA{margin:0 auto 22px;max-width:616px;width:100%}.style_inputGroup2__xYwex{margin:0 auto 22px;max-width:415px;width:100%}.style_inputLabel__W\+p-B{color:#374151;display:block;font-size:14px;font-weight:500;margin-bottom:8px}.style_formInput__WNJpT{background-color:#fff;border:1px solid #bebebe;border-radius:8px;box-sizing:border-box;color:#111827;font-family:satoshi;font-size:16px;height:44px;padding:12px 16px;transition:all .15s ease-in-out;width:100%}.style_formInput__WNJpT:focus{outline:none}.style_formInput__WNJpT::placeholder{color:#bebebe}.style_formTextarea__-7W4i{background-color:#fff;border:1px solid #bebebe;border-radius:8px;box-sizing:border-box;color:#000;font-family:satoshi;font-size:16px;min-height:120px;padding:12px 16px;resize:vertical;width:100%}.style_formTextarea__-7W4i:focus{outline:none}.style_formTextarea__-7W4i::placeholder{color:#bebebe}.style_formSelect__DFYmk{-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%23666' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;border:1px solid #bebebe;border-radius:8px;box-sizing:border-box;color:#000;cursor:pointer;font-family:satoshi;font-size:16px;height:44px;width:100%}.style_formSelect__DFYmk:focus{outline:none}.style_formSelect__DFYmk option{background-color:#fff;color:#bebebe}.style_modalFooter__7JM80{align-items:center;display:flex;justify-content:flex-end;margin:20px auto 32px;max-width:1148px;width:100%}.style_buttonGroup__UiXXD{display:flex;gap:12px}.style_addButton__Fsl5M{align-items:center;background-color:#000;border:none;border-radius:12px;box-shadow:0 10px 25px 0 #00000040;color:#f8fbff;display:flex;gap:20px;height:50px;justify-content:center;width:152px}.style_storeNameText__o0SHl{font-size:16px;line-height:140%}.style_addButton__Fsl5M:disabled{background-color:#1f2937;color:#f8fbff;cursor:not-allowed}@media (max-width:768px){.style_modalContent__DQS38{margin:16px;width:95vw}.style_formRow__1uxu7{gap:24px;grid-template-columns:1fr}.style_modalBody__D6PlH{padding:24px}.style_modalFooter__7JM80,.style_modalHeader__Haqyf{padding:16px 24px}}.style_container__Endq8{display:inline-block;position:relative}.style_statContainerBlue__dlmg3,.style_statContainerGreen__07tbr,.style_statContainerOrange__tkmQa{align-items:center;border:none;border-radius:12px;cursor:pointer;display:flex;justify-content:space-between;padding:6px 12px;position:relative;width:120px}.style_statContainerGreen__07tbr{background-color:#ddffed}.style_statContainerBlue__dlmg3{background-color:#dfefff}.style_statContainerOrange__tkmQa{background-color:#ffeaa2}.style_statGreen__Mm5TI{color:#1eb564}.style_statOrange__wM\+wc{color:#cb8502}.style_statBlue__w5abH{color:#4b91ec}.style_menu__DjorO{background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 2px 8px #0000001a;left:0;list-style:none;margin:4px 0 0;padding:0;position:absolute;top:110%;width:100%;z-index:10}.style_menuContainerBlue__PeOHl,.style_menuContainerGreen__ko17U,.style_menuContainerOrange__iEbsf{align-items:center;border:none;border-radius:12px;cursor:pointer;display:flex;justify-content:space-between;padding:6px 12px}.style_menuContainerGreen__ko17U{background-color:#ddffed}.style_menuContainerBlue__PeOHl{background-color:#dfefff}.style_menuContainerOrange__iEbsf{background-color:#ffeaa2}.style_option__Xw6sH{cursor:pointer;padding:8px 12px}.style_option__Xw6sH:hover{background:#f5f5f5}.style_selected__jjSbm{background:#eef2ff;font-weight:600}.style_arrow__LG1SE{height:8px;margin-left:6px;transform:rotate(135deg);transition:transform .2s ease;width:8px}.style_arrowGreen__PejMq{border-right:2px solid #1eb564;border-top:2px solid #1eb564}.style_arrowOrange__J4hnx{border-right:2px solid #cb8502;border-top:2px solid #cb8502}.style_arrowBlue__UT9M6{border-right:2px solid #4b91ec;border-top:2px solid #4b91ec}.style_arrowOpen__lsD3k{transform:rotate(-45deg)}.style_modalOverlay__qngSL{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:2000}.style_modalContent__ouwqb{background:#fff;border-radius:16px;box-shadow:0 8px 32px #0000001f;display:flex;flex-direction:column;max-height:90vh;max-width:800px;width:100%}.style_modalHeader__laEBF{align-items:center;border-bottom:1px solid #e5e5e5;display:flex;justify-content:space-between;padding:24px 32px}.style_modalTitle__y1i9m{color:#1d1d1c;font-size:20px;font-weight:600;margin:0}.style_closeButton__726QN{align-items:center;background:none;border:none;border-radius:8px;color:#666;cursor:pointer;display:flex;justify-content:center;padding:8px;transition:color .2s}.style_closeButton__726QN:hover{background:#f5f5f5;color:#1d1d1c}.style_modalBody__E477O{flex:1 1;overflow-y:auto;padding:32px}.style_modalBody__E477O::-webkit-scrollbar{width:6px}.style_modalBody__E477O::-webkit-scrollbar-track{background:#f5f5f5;border-radius:3px}.style_modalBody__E477O::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:3px}.style_orderInfo__vstMi{margin-bottom:32px}.style_infoGrid__b00M7{grid-gap:20px 40px;display:grid;gap:20px 40px;grid-template-columns:repeat(2,1fr)}.style_infoItem__NZccA{display:flex;flex-direction:column;gap:4px}.style_infoLabel__K3wCh{color:#666;font-size:13px;font-weight:500}.style_infoValue__Y19XO{color:#1d1d1c;font-size:14px;font-weight:400}.style_itemsList__-CjPJ{margin-bottom:32px}.style_orderItem__KYbHX{grid-gap:16px;align-items:center;border-bottom:1px solid #f5f5f5;display:grid;gap:16px;grid-template-columns:80px 1fr 80px 100px 140px;padding:16px 0}.style_orderItem__KYbHX:last-child{border-bottom:none}.style_itemImageContainer__1HFeQ{background:#f5f5f5;border-radius:8px;height:80px;overflow:hidden;width:80px}.style_itemImage__gUuDH{height:100%;object-fit:cover;width:100%}.style_itemDetails__xWlOk{display:flex;flex-direction:column;gap:4px}.style_itemName__0uu7h{color:#1d1d1c;font-size:15px;font-weight:500}.style_itemCategory__iPAwH{color:#666;font-size:13px}.style_itemAttributes__1jR84{display:flex;gap:8px;margin-top:4px}.style_attributeBadge__BWhYL{background:#f5f5f5;border-radius:6px;color:#666;font-size:12px;font-weight:500;padding:4px 12px}.style_itemQuantity__TSDmI{text-align:center}.style_quantityText__zjqXF{color:#1d1d1c;font-size:14px;font-weight:500}.style_itemPrice__yH-y8{text-align:right}.style_priceText__sZ9g1{color:#1d1d1c;font-size:15px;font-weight:600}.style_itemStatus__n08-c{display:flex;justify-content:flex-end}.style_emptyItems__bwMxg{padding:40px 0;text-align:center}.style_emptyText__0QoGq{color:#9e9e9e;font-size:14px}.style_orderSummary__lyawm{background:#fafafa;border-radius:12px;padding:24px}.style_summaryRow__OYKNM{align-items:center;display:flex;justify-content:space-between;padding:8px 0}.style_summaryLabel__hnY93{color:#666;font-size:14px;font-weight:400}.style_summaryValue__LK7DI{color:#1d1d1c;font-size:14px;font-weight:500}.style_discountValue__5JX\+I{color:#d32f2f;font-size:14px;font-weight:500}.style_summaryDivider__Kdd6-{background:#e5e5e5;height:1px;margin:12px 0}.style_totalLabel__rFSRF{color:#1d1d1c;font-size:16px;font-weight:600}.style_totalValue__7xZjZ{color:#1d1d1c;font-size:18px;font-weight:700}@media (max-width:768px){.style_modalContent__ouwqb{border-radius:12px;max-height:95vh;max-width:100%}.style_modalHeader__laEBF{padding:20px 24px}.style_modalTitle__y1i9m{font-size:18px}.style_modalBody__E477O{padding:24px}.style_infoGrid__b00M7{gap:16px;grid-template-columns:1fr}.style_orderItem__KYbHX{gap:12px;grid-template-columns:60px 1fr;padding:12px 0}.style_itemImageContainer__1HFeQ{height:60px;width:60px}.style_itemPrice__yH-y8,.style_itemQuantity__TSDmI,.style_itemStatus__n08-c{grid-column:2;justify-content:flex-start;margin-top:8px;text-align:left}.style_itemDetails__xWlOk{grid-column:2}.style_orderSummary__lyawm{padding:20px}}@media (max-width:480px){.style_modalOverlay__qngSL{padding:0}.style_modalContent__ouwqb{border-radius:0;max-height:100vh}.style_modalHeader__laEBF{padding:16px 20px}.style_modalBody__E477O{padding:20px}.style_orderSummary__lyawm{padding:16px}}.style_container__ATbw9{display:flex;flex-wrap:wrap;gap:18px;justify-content:flex-start;margin-bottom:60px}.style_errorTitle__-Xear{color:#dc3545;margin-bottom:12px}.style_addStoreContainer__k-n4y{align-items:center;border:1px solid #d9d9d9;border-radius:20px;display:flex;flex:0 0 auto;height:318px;justify-content:center;max-width:234px;padding:10px 12px 0;width:100%}.style_storeBtn__5DCvT{background-color:#1d1d1c;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:10px;padding:12px 16px}@media (max-width:950px){.style_addStoreContainer__k-n4y{max-width:200px}}@media (max-width:480px){.style_container__ATbw9{-webkit-overflow-scrolling:touch;display:flex;flex-wrap:nowrap;gap:12px;justify-content:flex-start;overflow-x:auto;overflow-y:hidden;padding:0 16px 16px;scroll-snap-type:x mandatory;scrollbar-width:none}.style_container__ATbw9::-webkit-scrollbar{display:none}.style_container__ATbw9>*{flex:0 0 auto;height:auto;max-width:85vw;padding-bottom:20px;scroll-snap-align:start;width:280px}}@media (max-width:360px){.style_container__ATbw9>*{width:260px}}.style_container__Ixlto{align-items:center;border:1px solid #d9d9d9;display:flex;justify-content:space-between;padding:10px 31px}.style_wrap__5svrt{align-items:center;display:flex;gap:10px}.style_image__x2LdJ{max-width:70px}.style_img__S2t3x{width:100%}.style_detailedContainer__1jxSe{width:290px}.style_link__WtDfZ{color:#000;text-decoration:none}.style_mobileLink__AxT1l{background-color:#1d1d1c;border-radius:8px;display:none;padding:8px 12px;width:-webkit-max-content;width:max-content}@media (max-width:960px){.style_container__Ixlto{align-items:center;border:1px solid #d9d9d9;display:flex;justify-content:center}.style_image__x2LdJ{max-width:100px}.style_mobileLink__AxT1l{display:block}.style_mobileViewLink__AHg1Y{color:#faf2ec;display:block;text-decoration:none}.style_link__WtDfZ{display:none}}@media (max-width:406px){.style_container__Ixlto{padding:0}}.style_container__fZIJP{padding:25px 0}.style_subContainer__Y30Ye{border:1px solid #dbdade;border-radius:10px;margin:0 auto;max-width:1215px;width:100%}.style_reviewTitle__y6\+qQ{border-bottom:1px solid #d9d9d9;padding:34px 23px}.style_innerContainer__dmLmw{padding:30px}.style_rateContainer__PthzM{display:flex;justify-content:space-between}.style_rateProduct__wzHmb{background-color:initial;border:none;padding:10px}.style_activeBtn__Ro-Qb{border-bottom:2px solid #000}.style_products__Up6gC{display:flex;flex-direction:column;gap:24px;height:700px;margin:33px auto;overflow-y:auto;scrollbar-width:none}@media (max-width:406px){.style_reviewTitle__y6\+qQ{padding:14px 13px}.style_innerContainer__dmLmw{padding:10px}}.style_container__hRdui{padding:25px 0}.style_subContainer__3Jc2d{border:1px solid #dbdade;border-radius:10px;max-width:1215px}.style_headerLink__gPvoN{color:#000;text-decoration:none}.style_headerContainer__GZ6nX{align-items:center;border-bottom:1px solid #d9d9d9;display:flex;gap:10px;padding:23px}.style_heavyText__I\+AMm{font-size:16px;font-weight:700}.style_arrowContainer__LlWXL{align-items:center;cursor:pointer;display:flex;height:24px;justify-content:center;width:24px}.style_arrow__6IVqe{border-left:2px solid #000;border-top:2px solid #000;height:10px;transform:rotate(-45deg);width:10px}.style_instructionContainer__AJz2m{border-bottom:1px solid #d9d9d9;padding:43px 63px}.style_imgContainer__O6rZt{width:152px}.style_img__ZzbP0{width:100%}.style_reviewWrap__-Sdp-{align-items:center;border-bottom:1px solid #d9d9d9;display:flex;padding:64px}.style_starContainer__eeFJM{align-items:center;display:flex;gap:24px}.style_leaveReviewContainer__6lHDr{display:flex;flex-direction:column;gap:30px;padding:32px 64px}.style_reviewContainer__aqLSY{display:flex;justify-content:space-between}.style_reviewField__-vbCV{max-width:537px;width:100%}.style_submitBtnContainer__ipie7{margin:32px 0}.style_submitBtn__IURjU{background-color:#1d1d1c;border:none;border-radius:12px;color:#fff;padding:12px 24px}.style_reviewContent__ybyEO{padding:20px}.style_reviewText__B0zX4{display:flex;justify-content:center}@media (max-width:970px){.style_starContainer__eeFJM{display:flex;flex-direction:column}.style_pickStar__VXqRH{width:100%}.style_reviewContainer__aqLSY{display:flex;flex-direction:column;gap:20px}.style_leaveReviewContainer__6lHDr{padding:32px 54px}.style_reviewField__-vbCV{max-width:100%}}@media (max-width:570px){.style_leaveReviewContainer__6lHDr{padding:32px 24px}.style_instructionContainer__AJz2m{padding:43px 24px}.style_reviewWrap__-Sdp-{padding:64px 24px}}@media (max-width:500px){.style_leaveReviewContainer__6lHDr{padding:32px 14px}.style_instructionContainer__AJz2m{padding:43px 14px}.style_reviewWrap__-Sdp-{padding:64px 14px}.style_headerContainer__GZ6nX{padding:13px}}@media (max-width:473px){.style_imgContainer__O6rZt{width:120px}.style_leaveReviewContainer__6lHDr{padding:32px 3px}.style_instructionContainer__AJz2m{padding:43px 3px}.style_reviewWrap__-Sdp-{padding:64px 3px}.style_reviewContainer__aqLSY{padding:0}.style_headerContainer__GZ6nX{padding:13px 3px}.style_subContainer__3Jc2d{margin:0 auto;max-width:400px}.style_imgContainer__O6rZt{width:100px}.style_headerContainer__GZ6nX{padding:13px 0}}@media (max-width:400px){.style_subContainer__3Jc2d{max-width:370px}}@media (max-width:380px){.style_subContainer__3Jc2d{max-width:350px}}@media (max-width:352px){.style_subContainer__3Jc2d{max-width:340px}}.style_container__XHqpI{cursor:pointer;display:flex;gap:6px}.style_readOnly__Lvr\+q{cursor:default}.style_star__YHcJc{height:50px;transition:transform .2s ease;width:50px}.style_star__YHcJc:hover{transform:scale(1.1)}@media (max-width:720px){.style_star__YHcJc{height:35px;width:35px}}.style_overLay__jP\+Jr{display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.style_container__SK0ON{background-color:#fff;border-radius:10px;height:-webkit-max-content;height:max-content;max-width:450px;position:relative;width:100%}.style_close__gGMmz{background-color:initial;border:none;max-width:-webkit-max-content;max-width:max-content;position:absolute;right:0;top:0}.style_closeModal__rgNGe,.style_close__gGMmz{align-items:center;display:flex;justify-content:center}.style_closeModal__rgNGe{width:100%}.style_tabBar__mV3hn{background:#000;border:1px solid #ddd;border-radius:10px;bottom:0;display:flex;display:none;flex-direction:column;gap:10px;left:0;padding:12px;position:fixed;transition:width .16s ease;width:100%}.style_tabBarNav__3mbT8{display:flex;gap:30px;justify-content:space-around}.style_tabBarLink__hKvpM{align-items:center;border-radius:8px;display:flex;gap:18px;padding:10px;text-decoration:none}.style_TabBarLink__D-ykz:hover{background:#1d1d1c}@media (max-width:720px){.style_tabBar__mV3hn{display:flex;justify-content:center}}.style_container__2ln7W{margin:0 auto;max-width:1512px;width:100%}.style_subContainer__5X\+QJ{display:flex;gap:50px;margin-top:60px;width:100%}.style_filterContainer__aGsTW{flex:1 1;height:960px;max-width:300px;overflow-y:auto;padding:0 40px 0 0;scrollbar-width:none;width:100%}.style_cardContainer__x8zGT{flex:3 1}.style_filterBtn__c-TjV{display:flex;justify-content:start;margin:10px 0}.style_primaryButton__MwHTI{background-color:initial;border:1px solid #d9d9d9;border-radius:12px;color:#1d1d1c;cursor:pointer;display:flex;gap:10px;padding:8px}.style_primaryButtonText__BBONS{font-size:16px;line-height:140%}.style_mobileViewFilterContainer__0MzsW{display:none;position:relative}.style_filterContainerMobile__Rps2J{flex:1 1;height:960px;max-width:200px;overflow-y:auto;padding:0 40px 0 0;position:absolute;scrollbar-width:none;width:100%;z-index:99}.style_hideFilter__cyW\+w{display:none}@media (max-width:960px){.style_container__2ln7W,.style_subContainer__5X\+QJ{margin:0}.style_cardContainer__x8zGT{margin:0 10px}.style_filterBtn__c-TjV{display:flex;justify-content:start;margin:10px 0}.style_mobileViewFilterContainer__0MzsW{display:block}.style_hide__mbIka{display:none}}.style_container__Ssyu0{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;position:relative}.style_header__bY18n{font-size:20px;font-weight:700;height:35px;margin-bottom:15px}.style_contentContainer__PMc4K{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));height:960px;overflow-y:auto;scrollbar-width:none;width:100%}@media(max-width:950px){.style_contentContainer__PMc4K{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}.style_container__0SrzR{border-bottom:1px solid #dbdade;margin:0 auto;max-width:1512px;padding:38px 0 22px;width:100%}.style_subContainer__EQv6D{display:flex;flex-direction:column;gap:16px;margin:0 auto;max-width:1440px;width:100%}.style_marketPlace__IUFXT{color:#939393;display:flex}.style_market__\+6Qn0{cursor:pointer}.style_items__EP9WM{color:#272727;cursor:default}.style_arrowContainer__pxVG5{align-items:center;cursor:pointer;display:flex;height:24px;justify-content:center;width:24px}.style_arrow__ahYVb{border-left:2px solid #939393;border-top:2px solid #939393;height:8px;transform:rotate(135deg);width:8px}.style_exploreText__XPP30{color:#272727;font-size:32px;font-weight:700}@media (max-width:900px){.style_container__0SrzR{margin:0 10px}}@media (max-width:720px){.style_marketPlace__IUFXT{display:none}.style_exploreText__XPP30{font-size:20px}}.style_sidebar__WYtzE{background:#fff;border:1px solid #e5e7eb;border-radius:12px;font-family:system-ui,sans-serif;padding:1rem;width:100%}.style_section__jpDyD{border-bottom:1px solid #e5e7eb;padding:.5rem 0}.style_section__jpDyD:last-child{border-bottom:none}.style_header__oXzgb{align-items:center;background:none;border:none;cursor:pointer;display:flex;font-size:.95rem;font-weight:500;justify-content:space-between;padding:.5rem 0;width:100%}.style_arrow__susOT{border-bottom:2px solid #111;border-right:2px solid #111;display:inline-block;height:.5rem;transform:rotate(45deg);transition:transform .2s ease;width:.5rem}.style_open__Cym-c{transform:rotate(225deg)}.style_colorRow__OA2ML{display:flex;gap:.75rem;margin-top:.5rem}.style_colorDot__Cg3YD{border:1px solid #d1d5db;border-radius:50%;cursor:pointer;height:22px;transition:transform .2s ease;width:22px}.style_colorDot__Cg3YD:hover{transform:scale(1.1)}.style_activeDot__bzVRd{outline:2px solid #111827;outline-offset:2px}.style_pricePanel__1Tik5{display:flex;flex-direction:column;gap:.6rem;margin-top:.5rem}.style_priceInputs__nOTO0{align-items:center;display:flex;gap:.5rem}.style_priceInputs__nOTO0 input{border:1px solid #d1d5db;border-radius:6px;font-size:.85rem;padding:.25rem .5rem;width:80px}.style_slider__TsmSN{-webkit-appearance:none;appearance:none;background:#000;border-radius:4px;cursor:pointer;height:4px;width:100%}.style_optionList__xamP9{display:flex;flex-direction:column;gap:.4rem;margin-top:.5rem}.style_option__b4KzL{align-items:center;color:#111827;display:flex;font-size:.9rem;gap:.5rem}.style_option__b4KzL input{accent-color:#111827}@media (max-width:960px){.style_priceInputs__nOTO0 input{width:50px}}.style_container__YTf3K{align-items:center;display:flex;height:100vh;justify-content:center;margin:100px auto 0;max-width:1152px;width:100%}.style_congratsContainer__bPVMb{height:100%;padding-top:250px;width:100%}.style_congrats__4UYDE{line-height:140%;margin-bottom:30px;text-align:center}.style_congratsBody__A4BPy{line-height:140%;margin-top:15px;text-align:center;width:100%}.style_buttonContainer__4T-Ti{display:flex;justify-content:center;margin-bottom:40px;margin-top:40px;width:100%}.style_buttonGroup__w4AGU{align-items:center;display:flex;justify-content:space-between}.style_primaryButton__hFauQ{background-color:#1d1d1c;border:none;border-radius:12px;cursor:pointer;padding:12px 10px;transition:background-color .2s ease}.style_primaryButtonText__A3w5d{color:#faf2ec;font-size:16px;line-height:140%}@media (max-width:768px){.style_container__YTf3K{margin-top:80px}}
/*# sourceMappingURL=main.02d39eb3.css.map*/