@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Manrope:wght@300;400;500;600;700;800&display=swap";.Toastify__toast-container{z-index:9999;position:fixed;padding:4px;width:320px;box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;margin-left:-160px}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;margin-left:-160px}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:1px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:800px;overflow:hidden;font-family:sans-serif;cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{margin:auto 0;-ms-flex:1;flex:1}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0}}.Toastify__close-button{color:#fff;font-weight:700;font-size:14px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--default{color:#000;opacity:.3}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:9999;opacity:.7;background-color:#ffffffb3;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__progress-bar--default{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}._background_mn958_1{background-image:url(/assets/landingPageImage-prxNKbQG.jpg);background-position:center;background-repeat:no-repeat;background-size:cover;height:100%}._contentContainer_mn958_9{background:#fff;width:34rem;position:absolute;left:0;top:0;bottom:0;margin:auto}._content_mn958_9{background:#fff;padding-top:4rem;width:380px;margin:auto;right:0;left:0;position:absolute;top:0;bottom:0}._skipliLogo_mn958_31{cursor:pointer;height:inherit;margin-bottom:2rem;width:8rem}._skipliLogo_mn958_31>svg{height:inherit;width:inherit}._shopName_mn958_42{margin-bottom:3rem}._shopName_mn958_42>strong{color:#525f7f}._shopName_mn958_42>h1{line-height:1.4;margin:.6rem 0 0rem}._message_mn958_53{margin:0rem 0 1rem}._pinInputForm_mn958_57{margin:0 auto}._submitBtn_mn958_61{padding:.8rem 0rem!important;margin-top:1.4rem!important;width:100%}._haveNoAccount_mn958_67{display:flex;margin-top:2rem}._signUpLink_mn958_72{border-bottom:1px solid #006AFF;color:#006aff;font-weight:700;margin-left:.4rem;padding-bottom:.1rem}._support_mn958_80{border-top:1px solid #d4dae0;margin-top:3rem;padding-top:.6rem}._needHelp_mn958_86{display:flex;align-items:center;color:#525f7f;margin:.6rem 0rem 0 0;text-decoration:none}@media only screen and (max-width:800px){._background_mn958_1{background-image:none}._contentContainer_mn958_9{right:0;width:100vw}._content_mn958_9{background:transparent;padding-top:4rem;width:82vw}}._accordion_nb6q6_2{overflow:hidden}._accordionItem_nb6q6_6{border-bottom:1px solid #a6a6a6}._accordionItem_nb6q6_6:last-child{border-bottom:none}._accordionHeader_nb6q6_14{border-radius:0;width:100%;padding:24px 0;border:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;text-align:left;transition:.2s ease;font-size:16px;font-weight:500;color:inherit}._accordionHeader_nb6q6_14._open_nb6q6_30{border-bottom:1px solid #e5e7eb}._accordionTitle_nb6q6_34{flex:1;margin-right:12px}._accordionIcon_nb6q6_39{transition:transform .3s ease;display:flex;align-items:center;justify-content:center;width:20px;height:20px;color:inherit}._accordionIcon_nb6q6_39._open_nb6q6_30{transform:rotate(180deg)}._chevronIcon_nb6q6_53{width:16px;height:16px}._accordionContent_nb6q6_58{overflow:hidden;max-height:0;transition:max-height .3s ease,padding .3s ease;padding:0 20px}._accordionContent_nb6q6_58._open_nb6q6_30{max-height:500px;padding:20px}._accordionBody_nb6q6_70{padding-top:4px;color:inherit;line-height:1.6;font-size:14px}._accordionBody_nb6q6_70 p{margin:0}._accordionBody_nb6q6_70 p+p{margin-top:12px}._container_fgz0z_1{background:#fff;border-radius:8px;border:1px solid #ebeef1;margin-bottom:2rem}._header_container_fgz0z_8{border-bottom:1px solid #ebeef1;padding:20px 30px}._header_fgz0z_8{font-size:20px;margin:0}._description_fgz0z_18{font-weight:400;line-height:1.4;margin-bottom:0;opacity:.8}._content_container_fgz0z_25{padding:30px}@media only screen and (max-width:900px){._header_container_fgz0z_8,._content_container_fgz0z_25{padding:20px}}._container_krdwm_1{background:#006aff;border-radius:6px;color:#fff;font-size:12px;padding:6px 12px}._button_qy0dg_1{align-items:center;border-radius:8px;border:1px solid #d4dae0;color:#000;display:flex;justify-content:center;padding:10px 20px;text-transform:capitalize;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}._button_qy0dg_1:hover{filter:brightness(95%)}._hasShadow_qy0dg_16{box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f}._danger_qy0dg_20,._dark_qy0dg_21,._info_qy0dg_22,._primary_qy0dg_23{color:#fff!important}._danger_qy0dg_20{background-color:#fd5458;border:none}._dark_qy0dg_21{background-color:#525f7f;border:none}._info_qy0dg_22{background-color:#006aff!important;border:none}._primary_qy0dg_23{background-color:#006aff;border:none}._warning_qy0dg_47{background-color:#fc8c32;border:none;color:#000}._inactive_qy0dg_53{opacity:.7;pointer-events:none}._carousel_8kxka_1{position:relative}._carouselContent_8kxka_5{overflow:hidden}._carouselInner_8kxka_9{display:flex;gap:1rem}._carouselInner_8kxka_9._vertical_8kxka_13{flex-direction:column}._carouselItem_8kxka_17{width:var(--carousel-item-width, calc(25% - .75rem) );flex-shrink:0;flex-grow:0;flex-basis:auto}._carouselItem_8kxka_17._vertical_8kxka_13{padding-top:1rem}@media(max-width:1200px){._carouselItem_8kxka_17:not([style*=width]){width:var(--carousel-item-width, calc(33.333% - .67rem) );min-width:var(--carousel-item-min-width, 260px)}}@media(max-width:900px){._carouselItem_8kxka_17:not([style*=width]){width:var(--carousel-item-width, calc(50% - .5rem) );min-width:var(--carousel-item-min-width, 240px)}}@media(max-width:600px){._carouselItem_8kxka_17:not([style*=width]){width:var(--carousel-item-width, 100%);min-width:var(--carousel-item-min-width, 220px)}}._navButton_8kxka_45{position:absolute;width:2rem;height:2rem;border-radius:50%;background:#fff;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10}._navButton_8kxka_45:hover{background:#f9fafb;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}._navButton_8kxka_45:disabled{opacity:.5;cursor:not-allowed}._navButton_8kxka_45:disabled:hover{background:#fff;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}._navButton_8kxka_45 svg{width:1rem;height:1rem}._prevButton_8kxka_77._horizontal_8kxka_77{top:50%;left:-3rem;transform:translateY(-50%)}._prevButton_8kxka_77._vertical_8kxka_13{top:-3rem;left:50%;transform:translate(-50%) rotate(90deg)}._nextButton_8kxka_88._horizontal_8kxka_77{top:50%;right:-3rem;transform:translateY(-50%)}._nextButton_8kxka_88._vertical_8kxka_13{bottom:-3rem;left:50%;transform:translate(-50%) rotate(90deg)}._srOnly_8kxka_99{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}._container_j0wcr_1{display:flex;align-items:center;padding-right:5px;transition:transform .2s}._alignStart_j0wcr_8{align-items:flex-start}._label_j0wcr_12{line-height:1.2rem;text-align:left}._description_j0wcr_17{margin:6px 0 0;text-align:left;font-weight:400;font-size:14px;opacity:.6}._common_j0wcr_25,._radioButton_j0wcr_25,._checkbox_j0wcr_25{background-color:#fff;border:2px solid #d4dae0;display:flex;align-items:center;justify-content:center;height:18px!important;margin:0 8px 0 0;width:18px!important;min-width:18px}._common_j0wcr_25._checked_j0wcr_36,._checked_j0wcr_36._radioButton_j0wcr_25,._checked_j0wcr_36._checkbox_j0wcr_25{background-color:#006aff;border-color:#006aff}._common_j0wcr_25._checked_j0wcr_36 ._checkIcon_j0wcr_40,._checked_j0wcr_36._radioButton_j0wcr_25 ._checkIcon_j0wcr_40,._checked_j0wcr_36._checkbox_j0wcr_25 ._checkIcon_j0wcr_40,._common_j0wcr_25._checked_j0wcr_36 ._circle_j0wcr_40,._checked_j0wcr_36._radioButton_j0wcr_25 ._circle_j0wcr_40,._checked_j0wcr_36._checkbox_j0wcr_25 ._circle_j0wcr_40{visibility:visible}._checkbox_j0wcr_25{border-radius:4px}._checkIcon_j0wcr_40{fill:#fff;height:12px;width:12px;visibility:hidden}._radioButton_j0wcr_25{border-radius:100px}._circle_j0wcr_40{background:#fff;border-radius:100px;height:10px;width:10px!important;max-width:10px;min-width:10px;visibility:hidden}._readOnly_j0wcr_69{opacity:.6}._chip_1jaue_1{background:#fff;border-radius:10px;border:1px solid #d4dae0;display:flex;align-items:center;height:60px;position:relative;max-width:90vw}._avatar_1jaue_12{border-radius:10px 0 0 10px;height:60px;width:60px}._avatar_1jaue_12>*{border-radius:inherit;height:inherit;width:inherit}._label_1jaue_23{padding:0 15px 0 10px;height:100%;text-align:left}._fullWidth_1jaue_29{width:100%}._withAvatarOnly_1jaue_33{border-top-left-radius:0;border-bottom-left-radius:0;width:calc(100% - 60px)}._withHelperButtonOnly_1jaue_39{border-top-right-radius:0;border-bottom-right-radius:0;width:calc(100% - 60px)}._partialWidth_1jaue_45{border-radius:0;width:calc(100% - 120px)}._helperButton_1jaue_50{background-color:#fff;border-top-left-radius:0;border-bottom-left-radius:0;border-left:1px solid #d4dae0;height:100%;max-width:60px;min-width:60px;display:flex;align-items:center;justify-content:center;position:absolute;right:0}@media only screen and (max-width:1010px){._chip_1jaue_1{max-width:60vw}}@media only screen and (max-width:700px){._chip_1jaue_1{max-width:90vw}}._headingContainer_38l50_1{align-items:center;display:flex;flex-wrap:wrap}._heading_38l50_1{line-height:140%;margin-right:20px;margin-bottom:10px}._changeColorBtn_38l50_13{margin-bottom:10px;padding:0}._modal_38l50_18{border-radius:0!important;height:100vh!important;max-height:100vh!important;margin-right:0!important;width:550px!important}._color_block_38l50_26,._preset_color_block_38l50_26,._current_color_block_38l50_26{border-radius:7px 0 0 7px;cursor:pointer;transition:transform .2s}._current_color_block_38l50_26{border-right:1px solid #d4dae0;height:34px;margin:0;width:34px}._current_hex_color_38l50_39{color:#000;padding:0 10px;text-transform:uppercase;min-width:64px}._selectNewColor_38l50_46{margin:0 0 30px}._presetColors_38l50_50{display:flex;flex-wrap:wrap}._preset_color_block_38l50_26{border-radius:8px;height:40px;margin:0 16px 16px 0;width:40px}._preset_color_block_38l50_26:hover,._preset_color_block_38l50_26._selected_38l50_64{transform:scale(1.2)}._highlight_white_block_38l50_68{box-shadow:inset 0 0 2px #d4dae0}._hexInput_38l50_72{display:flex;align-items:center}._hexSymbol_38l50_77{font-size:1.2rem;margin-right:.6rem}._comingSoonButton_uh4af_1{background:#d4dae0;color:#000;font-weight:700;height:40px;padding:0 15px;pointer-events:none;text-transform:uppercase}.DatePicker{position:relative;display:inline-block;z-index:100}.DatePicker__input{background:#fff;border:1px solid #ddd;padding:.4em .8em;font-family:inherit;text-align:center;font-size:12px}.DatePicker__input.-rtl{direction:rtl}.DatePicker__input::placeholder{color:#979797}.DatePicker__calendarContainer.-top+.DatePicker__calendarArrow{top:auto;bottom:calc(100% + 10px);transform:translateY(-2.5rem) rotate(180deg);animation:fadeArrowFlipped .3s forwards}.DatePicker__calendarContainer{position:absolute;top:calc(100% + 20px);left:50%;transform:translate(-50%)}.DatePicker__calendarContainer.-top{top:auto;bottom:calc(100% + 20px)}.Calendar,.Calendar *{margin:0;padding:0;box-sizing:border-box;direction:ltr}.Calendar,.Calendar.-rtl *{direction:rtl}.DatePicker__calendarArrow{position:absolute;width:0;height:0;top:calc(100% + 10px);left:0;right:0;margin:0 auto;border-style:solid;z-index:10;border-width:0 10px 10px 10px;border-color:transparent transparent #fff transparent}.Calendar{--cl-color-black: #444444;--cl-color-disabled: #d4d4d4;--cl-color-error: #ff2929;font-size:10px;background:#fff;box-shadow:0 1em 4em #00000012;border-radius:1em;position:relative;-webkit-user-select:none;user-select:none;padding-top:1.2em;display:flex;flex-direction:column;width:33em;z-index:10;max-width:90vw;min-height:36.7em}.DatePicker .Calendar,.DatePicker__calendarArrow{transform:translateY(2.5em);opacity:0;animation:fadeCalendar .3s forwards}.DatePicker__calendarContainer.-top .Calendar{transform:translateY(-2.5em)}.Calendar.-noFocusOutline *:focus{outline:none!important}.Calendar>:not(.Calendar__footer) button{font-family:inherit;background:transparent;cursor:pointer;-webkit-tap-highlight-color:transparent;outline:none}.Calendar__header{display:flex;color:var(--cl-color-black);padding:2em 2.9em;align-items:center;overflow:hidden}.Calendar__monthArrowWrapper{line-height:0;font-size:1em;padding:3px;position:relative;border:none;z-index:1;opacity:1;transition:.2s}.Calendar__monthArrowWrapper:focus{outline:1px dashed rgba(0,0,0,.4);outline-offset:2px}.Calendar__monthArrowWrapper:disabled,.Calendar__monthArrowWrapper.-hidden{opacity:0;pointer-events:none}.Calendar__monthArrowWrapper.-left{transform:rotate(90deg)}.Calendar.-rtl .Calendar__monthArrowWrapper.-left,.Calendar__monthArrowWrapper.-right{transform:rotate(-90deg)}.Calendar.-rtl .Calendar__monthArrowWrapper.-right{transform:rotate(90deg)}.Calendar__monthArrowWrapper:active .Calendar__monthArrow{transform:scale(.7)}.Calendar__monthArrow{border-radius:50%;transition:var(--animation-duration) transform;pointer-events:none;background-repeat:no-repeat;display:block;width:1.7em;height:1.7em;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg class='nc-icon-wrapper' fill='%23000000'%3E%3Cdefs stroke='none'%3E%3C/defs%3E%3Cpath class='cls-1' d='M12 23.25V.75' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5px'%3E%3C/path%3E%3Cpath class='cls-2' d='M22.5 11.25L12 .75 1.5 11.25' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5px' fill-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");background-size:100% 100%}.Calendar__monthYearContainer{flex:1;position:relative}.Calendar__monthYear{font-size:1.6em;font-weight:500;display:flex;align-items:center;position:absolute;top:0;bottom:0;left:50%;will-change:transform,opacity;backface-visibility:hidden;transform:translateZ(0);transition:var(--animation-duration);line-height:1}.Calendar__monthYear.-hiddenNext{opacity:0;transform:translate(50%)}.Calendar.-rtl .Calendar__monthYear.-hiddenNext{transform:translate(-150%)}.Calendar__monthYear.-hiddenPrevious{opacity:0;transform:translate(-150%)}.Calendar.-rtl .Calendar__monthYear.-hiddenPrevious{transform:translate(50%)}.Calendar__monthYear.-shown{opacity:1;margin-top:auto;margin-bottom:auto;transform:translate(-50%)}.Calendar__monthYear.-shownAnimated{animation:var(--animation-duration) fadeTextToCenter forwards}.Calendar__monthYear>*{padding:.2em .5em;border:1px solid transparent;transition:var(--animation-duration);font-size:1.05em;display:flex;justify-content:center;align-items:center;transform:translate(0) scale(.95);will-change:transform;border-radius:5px}.Calendar__monthYear:not(.-shown)>*,.Calendar__monthYear>*.-hidden{cursor:default;pointer-events:none}.Calendar__monthText{margin-left:-.3em}.Calendar__yearText:last-child{margin-right:-.3em}.Calendar__monthYear.-shown>*:hover,.Calendar:not(.-noFocusOutline) .Calendar__monthYear.-shown>*:focus,.Calendar__monthYear>*.-activeBackground{background:#f5f5f5}.Calendar__monthText:hover{transform:translate(-.2em) scale(.95)}.Calendar.-rtl .Calendar__monthText:hover,.Calendar__yearText:hover{transform:translate(.2em) scale(.95)}.Calendar.-rtl .Calendar__yearText:hover{transform:translate(-.2em) scale(.95)}.Calendar__monthYear .Calendar__yearText.-hidden{transform:translate(50%);opacity:0}.Calendar.-rtl .Calendar__monthYear .Calendar__yearText.-hidden{transform:translate(-50%)}.Calendar__monthYear .Calendar__monthText.-hidden{transform:translate(-50%);opacity:0}.Calendar.-rtl .Calendar__monthYear .Calendar__monthText.-hidden{transform:translate(50%)}.Calendar__monthYear:not(.-shown)>*{pointer-events:none}.Calendar__monthSelectorAnimationWrapper,.Calendar__yearSelectorAnimationWrapper{position:absolute;width:100%;height:80%;bottom:0;display:flex;justify-content:center;align-items:center;overflow:hidden}.Calendar__monthSelectorWrapper{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.Calendar__monthSelector{padding:0 2.5em 2em;align-content:center}.Calendar__monthSelector,.Calendar__yearSelector{display:flex;flex-wrap:wrap;position:relative;z-index:2;background-color:#fff;transform:translateY(-150%);will-change:transform;transition:.6s;height:100%}.Calendar__yearSelectorWrapper{width:100%;height:100%}.Calendar__yearSelectorWrapper:after,.Calendar__yearSelectorWrapper:before{content:"";width:100%;height:5em;position:absolute;left:0;opacity:0;transition:.4s;transition-delay:.2s}.Calendar__yearSelectorWrapper:after{background-image:linear-gradient(to bottom,#fff,#fff 10%,#f5f5f500);top:-.1em}.Calendar__yearSelectorWrapper:before{background-image:linear-gradient(to top,#fff,#fff 10%,#f5f5f500);bottom:0}.Calendar__yearSelectorWrapper.-faded:after,.Calendar__yearSelectorWrapper.-faded:before{opacity:1;z-index:3}.Calendar__yearSelector{align-content:flex-start;scrollbar-width:0;overflow:scroll;position:relative;width:100%;padding:5em 2em;-ms-overflow-style:none}.Calendar__yearSelector::-webkit-scrollbar{display:none}.Calendar__yearSelectorItem{width:25%;display:flex;justify-content:center}.Calendar__yearSelectorItem:not(:nth-child(-n+4)){margin-top:1.5em}.Calendar__yearSelectorText{border:none;font-size:1.4em;min-width:85%;padding:.2em .5em;border-radius:8.5px}.Calendar__monthSelector.-open,.Calendar__yearSelector.-open{transform:translateY(0)}.Calendar__yearSelectorText:focus,.Calendar__monthSelectorItemText:focus{outline:1px dashed rgba(0,0,0,.4);outline-offset:2px}.Calendar__monthSelectorItem{width:calc(100% / 3);display:flex;justify-content:center}.Calendar__monthSelectorItem:not(:nth-child(-n+3)){margin-top:2em}.Calendar__monthSelectorItemText{border:none;padding:.4em;border-radius:8.5px;font-size:1.3em;min-width:70%;transition:.3s}.Calendar__monthSelectorItem:not(.-active) .Calendar__monthSelectorItemText:not(:disabled):hover,.Calendar__yearSelectorItem:not(.-active) .Calendar__yearSelectorText:not(:disabled):hover{background:#f5f5f5}.Calendar__monthSelectorItemText:disabled,.Calendar__yearSelectorText:disabled{opacity:.5;cursor:default}.Calendar__monthSelectorItem.-active .Calendar__monthSelectorItemText,.Calendar__yearSelectorItem.-active .Calendar__yearSelectorText{background-color:var(--cl-color-primary);color:#fff}.Calendar__weekDays{display:flex;justify-content:space-between;color:var(--cl-color-disabled);font-size:1.2em;margin-bottom:.7em;padding:0 2.6em;position:relative}.Calendar__weekDay{display:block;width:calc(100% / 7);text-align:center;text-decoration:none}.Calendar__sectionWrapper{position:relative;min-height:25.8em;overflow:hidden}.Calendar__section{display:flex;flex-direction:column;padding:.5em 3.2em 0;position:absolute;color:var(--cl-color-black);top:0;left:0;width:100%;will-change:transform,opacity;transform:translateZ(0);backface-visibility:hidden;transition:var(--animation-duration)}.Calendar__section.-hiddenPrevious{opacity:.5;transform:translate(-90%)}.Calendar.-rtl .Calendar__section.-hiddenPrevious{transform:translate(90%)}.Calendar__section.-hiddenNext{opacity:.5;transform:translate(90%)}.Calendar.-rtl .Calendar__section.-hiddenNext{transform:translate(-90%)}.Calendar__section.-shown{opacity:1;transform:translate(0)}.Calendar__section.-shownAnimated{animation:var(--animation-duration) FadeContentToCenter forwards}.Calendar__weekRow{display:flex;width:100%}.Calendar__day{display:block;width:calc(100% / 7);text-align:center;padding:calc(.25em - 1px) 0;font-size:1.6em;border-radius:50%;transition:.2s;border:1px solid transparent;margin-bottom:.3em;color:#000c;display:flex;justify-content:center;align-items:center;cursor:pointer}.Calendar__day:focus{outline:1px dashed rgba(0,0,0,.4);outline-offset:2px}.Calendar__day.-ltr{min-height:2.6em;font-size:1.45em}.Calendar__day.-rtl{font-size:1.55em;height:2.45em}.Calendar__day:not(.-blank):not(.-selectedStart):not(.-selectedEnd):not(.-selectedBetween):not(.-selected):hover{background:#eaeaea;border-radius:50%;color:var(--cl-color-black);border-color:transparent}.Calendar__day.-selected,.Calendar__day.-selectedStart,.Calendar__day.-selectedEnd{background:var(--cl-color-primary);color:#fff}.Calendar__day.-ltr.-selectedStart{border-radius:100em 0 0 100em}.Calendar__day.-rtl.-selectedStart{border-radius:0 100em 100em 0}.Calendar__day.-selectedBetween{background:var(--cl-color-primary-light);color:var(--cl-color-primary);border-radius:0}.Calendar__day.-ltr.-selectedEnd{border-top-right-radius:100em;border-bottom-right-radius:100em}.Calendar__day.-rtl.-selectedEnd{border-top-left-radius:100em;border-bottom-left-radius:100em}.Calendar__day.-weekend:not(.-selected):not(.-blank):not(.-selectedStart):not(.-selectedEnd):not(.-selectedBetween){color:var(--cl-color-error)}.Calendar__day.-weekend.-today:not(.-selectedStart):not(.-selectedEnd):not(.-selectedBetween):after{background:var(--cl-color-error)}.Calendar__day.-disabled{color:var(--cl-color-disabled)!important;background:transparent!important;cursor:default!important}.Calendar__day.-selected{border-radius:50%}.Calendar__day.-today:not(.-selectedStart):not(.-selectedEnd):not(.-selectedBetween){font-weight:600;color:var(--cl-color-black);color:#000;position:relative}.Calendar__day.-today:not(.-selectedStart):not(.-selectedEnd):not(.-selectedBetween):after{content:"";position:absolute;bottom:.2em;display:block;width:.6em;height:1px;background:#000;left:50%;opacity:.5;transform:translate(-50%);transition:.2s}.Calendar__day.-today:hover:not(.-selectedStart):not(.-selectedEnd):not(.-selectedBetween):after{opacity:0}.Calendar__day.-blank{color:transparent;cursor:default;pointer-events:none}.Calendar__footer{position:relative;z-index:1}@keyframes fadeCalendar{0%{opacity:0}to{opacity:1;transform:translateY(0)}}@keyframes fadeArrowFlipped{0%{opacity:0}to{opacity:1;transform:translateY(0) rotate(180deg)}}@keyframes fadeTextToCenter{to{opacity:1;transform:translate(-50%)}}@keyframes FadeContentToCenter{to{opacity:1;transform:translate(0)}}._container_1mq95_1{display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #d4dae0;border-radius:8px;padding:0 .8rem}._calendarIcon_1mq95_11{height:.9rem;margin-right:.6rem;width:.9rem}._calendarIcon_1mq95_11>svg{fill:#006aff;height:inherit;width:inherit}._input_1mq95_22{color:#006aff;font-weight:500;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,"sans-serif";height:30px;padding:0;width:4rem}._input_1mq95_22::placeholder{color:#000}._fullWidth_1mq95_34{width:162px}._calendar_1mq95_11{z-index:999!important}._placeholder_container_ptiu0_1{align-items:center;display:flex;cursor:pointer}._placeholder_ptiu0_1{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._arrow_icon_ptiu0_13{height:14px;margin-left:10px;transform:rotate(90deg);width:14px}._arrow_icon_ptiu0_13>svg{height:inherit;width:inherit}._option_container_ptiu0_24{cursor:pointer;border-bottom:1px solid #d4dae0;line-height:1.4rem;padding:14px 0}._overlay_1tvso_1{position:fixed;top:45px;left:0;right:0;bottom:0;background-color:#0003;z-index:9999}._modal_1tvso_11,._centerPageModal_1tvso_11,._fullPageModal_1tvso_11{position:absolute;top:0;left:0;right:0;border:none;overflow:auto;outline:none;padding:0;z-index:9999}._contentContainer_1tvso_23{background:#fff;height:auto;min-height:100%;position:relative}._closeModalButton_1tvso_30{height:50px;top:20px;min-width:50px;text-align:left}._closeIcon_1tvso_37{height:20px;width:20px}._fullPageModal_1tvso_11{border-radius:0}._headerContainer_1tvso_46{padding:15px 25px;border-bottom:1px solid #b2bec3;display:flex;align-items:center;justify-content:space-between;height:3vh;max-height:3vh}._bodyContainer_1tvso_56{padding:0 25px 130px}._footerContainer_1tvso_60{border-top:1px solid rgba(217,219,224,.5);background:#fff;z-index:50;height:70px;position:fixed;position:-webkit-sticky;width:100%;bottom:0}._footerContentContainer_1tvso_71{height:100%;padding:0 50px}._centerPageModal_1tvso_11{border-radius:8px;bottom:0;margin:auto}._moduleContainer_1dthm_1{margin-bottom:20px}._moduleContainer_1dthm_1>button{margin-bottom:20px}._moduleTitleContainer_1dthm_8{display:flex;text-align:left}._moduleTitle_1dthm_8{font-size:1.2rem;margin:0 25px 5px 0}._moduleDescription_1dthm_18{color:#494949;font-weight:400;line-height:22px;margin:8px 0 0;text-align:left}._titleUnderline_1dthm_26{border-top:2px solid #000;border-radius:0;display:block;width:40px}._arrowIcon_1dthm_33{margin-top:5px;height:20px;width:20px;transform:rotate(90deg);transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}._arrowIcon_1dthm_33._flip_1dthm_40{transform:rotate(-90deg)}._unclickable_1dthm_44{pointer-events:none}._container_n9q8h_1{position:fixed;bottom:10vh;right:8vw}._floatingButton_n9q8h_7{background:#006aff;border-radius:100%;color:#fff;font-size:2.4rem;height:70px;width:70px;-webkit-box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);box-shadow:0 4px 6px #32325d1c,0 1px 3px #00000014}@media only screen and (max-width:900px){._floatingButton_n9q8h_7{height:60px;width:60px;font-size:1.2rem}}._agreeButton_evy4p_1{display:flex;align-items:center;font-weight:700}._disclaimer_evy4p_7{color:#525f7f;line-height:22px;margin-top:40px}._checkbox_evy4p_13{background:#fff;height:25px;width:25px;border:1px solid #e0e0e0;border-radius:inherit;margin-right:15px}._checkbox_evy4p_13._checked_evy4p_21{background:#000;border-color:#000;display:flex;align-items:center;justify-content:center}._checkIcon_evy4p_29{height:16px;width:16px;fill:#fff}._image_f8aiq_1{object-fit:cover}._checkbox_1ln3l_1{display:flex;align-items:center;position:relative}._checkbox_1ln3l_1>*{cursor:pointer;transition:all .1s ease-in-out 0s}._checkbox_1ln3l_1>input[type=checkbox]{background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;height:30px;margin:0;width:30px}._checkbox_1ln3l_1>input[type=checkbox]:checked{background-color:#000;border-color:#000}._label_1ln3l_23{margin-left:10px}._label_1ln3l_23._checked_1ln3l_26{font-weight:700}._checkIcon_1ln3l_30{position:absolute;fill:#fff;height:18px;width:18px;left:6px}._container_8i34p_1{margin-bottom:30px}._label_container_8i34p_5{align-items:baseline;display:flex;justify-content:space-between;line-height:140%;max-width:inherit;margin-bottom:10px}._label_8i34p_5{font-weight:500;margin-right:10px;white-space:pre-wrap}._character_count_8i34p_20{color:#525f7f;font-size:12px;font-weight:400}._character_count_8i34p_20._max_character_count_warning_8i34p_25{color:#fd5458!important;font-weight:500}._field_8i34p_30{border:1px solid #d4dae0;background:#fff;border-radius:8px;min-height:28px;padding:8px 16px;width:inherit}._field_8i34p_30>input,._field_8i34p_30 textarea{font-weight:500;padding:0}._field_8i34p_30>input{line-height:30px}._field_8i34p_30>textarea{line-height:24px}._field_8i34p_30._focused_8i34p_49{border-color:transparent;box-shadow:0 0 0 2px #000;-webkit-box-shadow:0 0 0 2px #000}._field_8i34p_30._invalid_8i34p_54{border-color:transparent;box-shadow:0 0 0 2px #fc8c32;-webkit-box-shadow:0 0 0 2px #fc8c32}._field_8i34p_30._readOnly_8i34p_59{background:#f5f7fa;border-color:#eef1f6}._input_8i34p_64{background:inherit;color:#000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,"sans-serif";font-size:inherit;padding-top:0;width:100%}._input_8i34p_64::placeholder{color:#4f4f4f;opacity:.4}._footer_8i34p_77{align-items:baseline;display:flex;justify-content:space-between;line-height:1.4;margin-top:10px;font-size:12px}._description_8i34p_86{color:#525f7f;font-weight:400;margin:0 10px 0 0}._error_text_8i34p_92{color:#fc8c32;text-align:right}._label_13k1s_1{font-weight:600;font-size:.85rem;margin-top:0}._optionsContainer_h0iod_1{display:flex;flex-wrap:wrap;margin-top:10px}._field_h0iod_7{margin-bottom:20px;max-width:30%;width:30%}._loadingSpinnerContainer_1wubk_1{display:flex;align-items:center;justify-content:center}._loadingSpinnerContainer_1wubk_1._top_1wubk_6{flex-direction:column}._loadingSpinnerContainer_1wubk_1._right_1wubk_9{flex-direction:row-reverse}._loadingSpinnerContainer_1wubk_1._bottom_1wubk_12{flex-direction:column-reverse}._loadingSpinnerContainer_1wubk_1._left_1wubk_15{flex-direction:row}._message_1wubk_19{font-size:1.2rem;line-height:25px;text-align:center}@keyframes _logoAnimationZoom_1wubk_1{0%{height:60px}25%{height:70px}50%{height:60px}75%{height:50px}to{height:60px}}@keyframes _logoAnimationSpin_1wubk_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _logoAnimationSlide_1wubk_1{0%{justify-content:center}25%{justify-content:flex-start}50%{justify-content:center}75%{justify-content:flex-end}to{justify-content:center}}._svgContainerWrapper_1wubk_67{width:100px;display:flex;justify-content:center}._svgContainer_1wubk_67{width:100px;height:100px;display:flex;justify-content:center;align-items:center;animation-iteration-count:infinite;animation-timing-function:linear}._svgContainer_1wubk_67._spin_1wubk_82{animation-duration:2s;animation-name:_logoAnimationSpin_1wubk_1}._svgContainer_1wubk_67._slide_1wubk_86{animation-duration:1s;animation-name:_logoAnimationSlide_1wubk_1}._svgIcon_1wubk_91{height:60px}._svgIcon_1wubk_91._zoom_1wubk_94{animation-iteration-count:infinite;animation-timing-function:linear;animation-duration:1s;animation-name:_logoAnimationZoom_1wubk_1}._backButton_1h8hz_1{display:flex;align-items:center;color:#000;font-size:1rem;padding:.4rem 1rem .4rem 0}._backButton_1h8hz_1>svg{fill:#000;height:18px;margin-right:.6rem;width:18px;transform:rotate(180deg)}._overlay_1g3jh_1{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0006;z-index:9000}._modal_1g3jh_11{background:#fff;border:none;border-radius:8px;padding:0;outline:none;overflow:hidden;display:flex;flex-direction:column;height:fit-content;max-height:70vh;width:fit-content;min-width:30rem;position:fixed;top:0;left:0;right:0;bottom:0;margin:auto;z-index:9999}._contentContainer_1g3jh_33{flex-grow:1;overflow:auto;padding:30px 24px;padding-bottom:4rem}._disableContent_1g3jh_40{background:#e4e6eb;pointer-events:none}@media only screen and (max-width:600px){._modal_1g3jh_11{border-radius:0!important;height:100%!important;max-height:100%!important;width:100%!important;min-width:100%!important}}._contentDescriptionContainer_1g3jh_54{background:#f9fbfd;border-bottom:1px solid #ebeef1;line-height:1.4;padding:1rem 24px}._title_1g3jh_61{font-size:14px;margin:0 0 .2rem}._contentDescription_1g3jh_54{font-size:14px;font-weight:500;margin:0}._overlay_1ucr6_1{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0006;z-index:9000}._modal_1ucr6_11{background:#fff;border:none;border-radius:8px;padding:0;outline:none;overflow:hidden;display:flex;flex-direction:column;height:fit-content;max-height:70vh;width:fit-content;min-width:30rem;position:fixed;top:0;left:0;right:0;bottom:0;margin:auto;z-index:9999}._contentContainer_1ucr6_33{flex-grow:1;overflow:auto;padding:30px 24px;padding-bottom:4rem}._disableContent_1ucr6_40{background:#e4e6eb;pointer-events:none}@media only screen and (max-width:600px){._modal_1ucr6_11{border-radius:0!important;height:100%!important;max-height:100%!important;width:100%!important;min-width:100%!important}}._footer_container_1ucr6_54{background:#fff;border-top:1px solid #f0f2f6;display:flex;align-items:center;justify-content:flex-end;padding:12px 24px}._cancelButton_1ucr6_63,._submitButton_1ucr6_64{margin:0;min-width:90px;padding:10px 26px}._cancelButton_1ucr6_63{background:#fff!important;color:#000!important;margin-right:16px}._submitButton_1ucr6_64{font-weight:500}._overlay_1jmfx_1{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0006;z-index:9000}._modal_1jmfx_11{background:#fff;border:none;border-radius:8px;padding:0;outline:none;overflow:hidden;display:flex;flex-direction:column;height:fit-content;max-height:70vh;width:fit-content;min-width:30rem;position:fixed;top:0;left:0;right:0;bottom:0;margin:auto;z-index:9999}._contentContainer_1jmfx_33{flex-grow:1;overflow:auto;padding:30px 24px;padding-bottom:4rem}._disableContent_1jmfx_40{background:#e4e6eb;pointer-events:none}@media only screen and (max-width:600px){._modal_1jmfx_11{border-radius:0!important;height:100%!important;max-height:100%!important;width:100%!important;min-width:100%!important}}._headerContainer_1jmfx_54{background:#fff;border-bottom:1px solid #f0f2f6;padding:12px 24px;position:sticky;position:-webkit-sticky;top:0;z-index:50}._header_content_1jmfx_64{justify-content:space-between;align-items:center;display:flex}._button_1jmfx_70,._close_button_1jmfx_70,._back_button_1jmfx_70{border:1px solid #ebeef1!important;box-shadow:none;min-height:34px;height:34px;margin:0;padding:0;min-width:34px;width:34px}._button_1jmfx_70:hover,._close_button_1jmfx_70:hover,._back_button_1jmfx_70:hover{filter:brightness(95%)}._back_button_1jmfx_70{margin-right:20px}._close_button_1jmfx_70{margin-left:20px}._close_button_1jmfx_70._invisible_1jmfx_91{visibility:hidden}._close_button_1jmfx_70._no_margin_left_1jmfx_94{margin-left:0}._cross_icon_1jmfx_98{fill:#000;height:12px;width:12px}._arrow_icon_1jmfx_104{fill:#000;height:14px;width:14px;transform:rotate(180deg)}._header_1jmfx_54{font-size:20px;font-weight:600;line-height:140%;margin:0;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:normal;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;text-align:center}@media only screen and (max-width:500px){._header_1jmfx_54{font-size:18px}}._overlay_sfu6y_1{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0006;z-index:9000}._modal_sfu6y_11{background:#fff;border:none;border-radius:8px;padding:0;outline:none;overflow:hidden;display:flex;flex-direction:column;height:fit-content;max-height:70vh;width:fit-content;min-width:30rem;position:fixed;top:0;left:0;right:0;bottom:0;margin:auto;z-index:9999}._contentContainer_sfu6y_33{flex-grow:1;overflow:auto;padding:30px 24px;padding-bottom:4rem}._disableContent_sfu6y_40{background:#e4e6eb;pointer-events:none}@media only screen and (max-width:600px){._modal_sfu6y_11{border-radius:0!important;height:100%!important;max-height:100%!important;width:100%!important;min-width:100%!important}}._mobileNavbarIcon_1q70h_1{height:30px;width:30px}._adminContentContainer_uxh9s_1{height:fit-content;position:relative;padding:70px 50px 50px 300px;width:100%}._customerDesktop_uxh9s_8{padding:50px 20px 30px}._customerMobile_uxh9s_12{padding:0 20px 30px}._shopLogoAndName_uxh9s_16{display:flex;align-items:center}._shopLogoAndName_uxh9s_16>img{height:40px;margin-right:15px}._shopLogoAndName_uxh9s_16>h2{font-size:2rem;margin:0}._shopAddress_uxh9s_29{margin-bottom:5px}._shopAddress_uxh9s_29>a{text-decoration:none;color:#6fb9c1}._shopAddress_uxh9s_29>a:hover{text-decoration:underline}._hoursContainer_uxh9s_40{display:flex}._hoursText_uxh9s_44{margin-right:30px}@media only screen and (max-width:930px){._adminContentContainer_uxh9s_1{padding-left:20px;padding-right:20px}}._navbarContainer_1dadg_1{height:100%}._navbarItemContainer_1dadg_5{background:none;border:none;border-radius:0;margin-bottom:.4rem;padding:.6rem 0;position:relative;justify-content:flex-start;width:100%}._navbarItemContainer_1dadg_5:hover{box-shadow:none}._navbarItemContainer_1dadg_5:hover ._navbarItemLabel_1dadg_18{color:#006aff}._navbarItemContainer_1dadg_5:hover ._iconContainer_1dadg_21>svg{fill:#006aff}._navbarItemContainer_1dadg_5._active_1dadg_24{border-right:3px solid #006AFF;color:#006aff}._navbarItemContainer_1dadg_5._active_1dadg_24>._navbarItemLabel_1dadg_18{color:#006aff}._navbarItemContainer_1dadg_5._active_1dadg_24>._iconContainer_1dadg_21>svg{fill:#006aff}._iconContainer_1dadg_21{height:16px;margin-right:12px;width:16px}._iconContainer_1dadg_21>svg{fill:#525f7f;height:inherit;width:inherit}._navbarItemLabel_1dadg_18{color:#525f7f;font-size:14px;text-transform:capitalize;white-space:nowrap}@media only screen and (max-width:700px){._iconContainer_1dadg_21{height:18px;width:18px}._navbarItemLabel_1dadg_18{font-size:16px}}._container_k8am9_1{height:100%;padding:15px 0 30px;overflow:auto}._navigationOptionsContainer_k8am9_7{padding:0 0 0 1.2rem}._sectionsContainer_k8am9_11{padding-bottom:160px;overflow-y:auto}._section_k8am9_11{margin-bottom:15px;padding-bottom:5px}._generalSection_k8am9_21{display:none}._heading_k8am9_25{font-size:1rem;font-weight:600;margin:0 0 1rem;text-transform:capitalize}._link_k8am9_32{display:flex;text-decoration:none}._poweredBy_k8am9_37{background:#006aff;border-top:1px solid #d4dae0;padding:14px 0 10px;position:absolute;bottom:0;right:0;left:0}._support_k8am9_47{font-size:12px;padding:0 30px}._helpLinks_k8am9_52{align-items:center}._needHelp_k8am9_56{align-items:center;color:#fff;display:flex;margin:0 0 8px;text-decoration:none}._phoneIcon_k8am9_64{height:14px;margin-right:15px;width:14px;fill:#fff!important}._phoneIcon_k8am9_64 path{fill:#fff!important}._skipliContact_k8am9_75{font-size:.75rem;font-weight:700;margin:10px 0 0;display:flex;align-items:center;justify-content:center}._skipliContact_k8am9_75>svg{height:16px;width:16px;margin-right:8px}@media only screen and (max-width:930px){._generalSection_k8am9_21{display:block}._heading_k8am9_25{font-size:18px}}._adminHeaderContainer_lrp0p_1{background:#24292e;width:100%;height:45px;position:fixed;right:0;z-index:200;left:0;top:0}._adminHeaderContent_lrp0p_12{color:#fff;display:flex;align-items:center;justify-content:space-between;height:inherit;padding:0 30px}._showMenu_lrp0p_21{display:block!important}._firstCol_lrp0p_25{width:30%}._skipliLogo_lrp0p_29{height:1.4rem;margin-top:2px}._skipliLogo_lrp0p_29>svg{height:inherit;width:inherit}._menuIconContainer_lrp0p_38{border-radius:0;height:45px;display:none;align-items:center;text-transform:capitalize;font-weight:700;white-space:nowrap}._menuIconContainer_lrp0p_38>svg{height:16px;width:16px;fill:#fff;margin-right:8px}._secondCol_lrp0p_54{width:65%}._secondColContent_lrp0p_58{display:flex;align-items:center;justify-content:flex-end}._secondColButton_lrp0p_64,._getUpdatesButton_lrp0p_64,._visitOnlineMenuButton_lrp0p_65,._shopInfoButton_lrp0p_66{background:transparent;border:none!important;display:flex;text-decoration:none;color:#fff;border-radius:6px;margin:auto 0;padding:6px 14px;text-transform:uppercase;white-space:nowrap}._secondColButton_lrp0p_64:hover,._getUpdatesButton_lrp0p_64:hover,._visitOnlineMenuButton_lrp0p_65:hover,._shopInfoButton_lrp0p_66:hover{background:#fff;color:#006aff}._secondColButton_lrp0p_64:hover ._secondColIcon_lrp0p_84>svg,._getUpdatesButton_lrp0p_64:hover ._secondColIcon_lrp0p_84>svg,._visitOnlineMenuButton_lrp0p_65:hover ._secondColIcon_lrp0p_84>svg,._shopInfoButton_lrp0p_66:hover ._secondColIcon_lrp0p_84>svg{fill:#006aff}._visitOnlineMenuButton_lrp0p_65{display:flex;align-items:center}._secondColIcon_lrp0p_84{height:16px;margin-right:8px;width:16px}._secondColIcon_lrp0p_84>svg{fill:#fff;height:inherit;width:inherit}._shopName_lrp0p_106{max-width:140px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._menuContainer_lrp0p_113{background-color:#f9fbfd;position:fixed;bottom:0;top:45px;width:250px;z-index:180}@media only screen and (max-width:930px){._adminHeaderContent_lrp0p_12{padding:0 10px}._firstCol_lrp0p_25{width:40%}._menuIconContainer_lrp0p_38{display:flex}._menuContainer_lrp0p_113{display:none;z-index:300;width:100%}._skipliLogo_lrp0p_29,._getUpdatesButton_lrp0p_64,._visitOnlineMenuButton_lrp0p_65{display:none}}._container_wf9i5_1{border-bottom:1px solid #dddddd;padding:20px 0}._itemCount_wf9i5_6{background:#000;border-radius:100px;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.8rem!important;margin-bottom:12px;height:30px;width:30px}._itemCount_wf9i5_6>svg{fill:#fff;height:10px;margin-left:2px;margin-top:2px;transform:rotate(45deg);width:10px}._itemInCart_wf9i5_28{display:flex;align-items:flex-start;justify-content:space-between}._itemInCart_wf9i5_28._magnified_wf9i5_33 *{font-size:1.2rem;text-transform:lowercase}._itemInCart_wf9i5_28._magnified_wf9i5_33 *>._itemName_wf9i5_37{font-weight:700}._itemInCart_wf9i5_28._magnified_wf9i5_33 *>._itemExtraInfo_wf9i5_40{line-height:25px}._itemInfoColumn_wf9i5_44{width:80%;max-width:80%;text-align:left}._quantity_wf9i5_50{width:20px;background:#0b2135;color:#fff;margin:0;border-radius:2px;height:20px;text-align:center;font-weight:700}._itemDetailsColumn_wf9i5_61{line-height:1rem;padding-right:10px;text-align:left}._itemName_wf9i5_37{font-weight:700;line-height:22px}._itemExtraInfo_wf9i5_40{margin-top:.8rem;word-wrap:break-word}._customerInstruction_wf9i5_77{margin-top:10px}._itemAddition_wf9i5_81{color:#525f7f;font-weight:400;margin-right:.4rem}._ifSoldOut_wf9i5_87{font-size:.75rem;color:#828282;font-weight:700;margin:5px 0 0}._priceCol_wf9i5_94{max-width:20%;width:20%;text-align:right}._discount_amount_wf9i5_100{color:#009459;font-size:13px;margin-top:4px}@media only screen and (max-width:700px){._itemInCart_wf9i5_28{flex-direction:column}._itemInfoColumn_wf9i5_44{max-width:100%;width:100%}._priceCol_wf9i5_94{margin-top:12px;max-width:100%;width:100%;text-align:left}}._heading_1qvwe_1{align-items:center;display:flex;flex-wrap:wrap}._headingText_1qvwe_7{font-weight:600;line-height:1.4rem;margin-right:16px;margin-bottom:.6rem}._sign_1qvwe_14,._optionalSign_1qvwe_14,._requiredSign_1qvwe_14{border-radius:100px;font-size:.7rem;margin-bottom:.6rem;padding:4px 8px;text-transform:uppercase}._requiredSign_1qvwe_14{background:#006aff;color:#fff}._optionalSign_1qvwe_14{background:#e4e6eb}._optionsContainer_1qvwe_31{display:flex;align-items:flex-start;flex-wrap:wrap;margin-top:.6rem}._option_1qvwe_14{cursor:pointer;margin:0 20px 20px 0}._option_1qvwe_14._has_border_1qvwe_42{border:2px solid #d4dae0;border-radius:10px;padding:10px;align-content:stretch}._option_1qvwe_14._has_border_1qvwe_42._selected_1qvwe_48{border-color:#006aff}._confirmButton_1ppgg_1{margin-left:0}._heroImageContainer_n3000_1{background:#ffe3e3;margin:-25px -30px 0;padding:2.2rem 1.6rem}._heroImageContent_n3000_7{display:flex;justify-content:space-between;max-width:1200px;margin:auto}._heroImageText_n3000_14{width:46%}._heroImageText_n3000_14>h1{font-size:2.2rem}._heroImageText_n3000_14>p{font-size:1.1rem;line-height:1.6rem}._heroImg_n3000_25{height:18rem}._getStartedButton_n3000_29{background:#ef5155;color:#fff;margin:2rem auto auto 0}._howItWorksContainer_n3000_35{max-width:36rem;margin:auto;padding:2.4rem 1.6rem;text-align:center}._howItWorksContainer_n3000_35>h2{font-size:1.6rem}._howItWorksContainer_n3000_35>p{font-size:1rem;line-height:1.4rem;margin-bottom:3rem}._howItWorksItem_n3000_50{border-bottom:1px solid #d6d6d6;align-items:center;display:flex;margin-bottom:1.8rem;padding-bottom:1.8rem}._howItWorksItem_n3000_50>img{margin-right:1rem;width:4.4rem}._howItWorksItem_n3000_50:last-child{border-bottom:none}._fieldsContainer_ajrkx_1{display:flex;flex-wrap:wrap}._field_ajrkx_1{margin:0 15px 15px 0;width:46%}._image_ajrkx_11{border-radius:4px;height:100px;object-fit:contain;width:100px}._createCouponButton_ajrkx_18{background:#006aff;color:#fff;font-size:1.2rem;display:flex;align-items:center;justify-content:center;border-radius:18px;height:45px;width:260px;padding:0 20px;margin:auto auto 20px}._coupon_ajrkx_32,._activeCoupon_ajrkx_32{display:flex;justify-content:space-between;padding:10px;border-radius:6px;color:#fff;margin-bottom:10px}._couponDescription_ajrkx_41{font-size:.9rem;margin:0}._activeCoupon_ajrkx_32{background:#006aff}._editIcon_ajrkx_50{fill:#fff;height:16px;width:16px}@media only screen and (max-width:600px){._field_ajrkx_1{width:100%}}._removeButton_5fmj7_1{color:#000c;height:16px;width:16px}._fieldsContainer_5fmj7_7{display:flex;flex-wrap:wrap}._field_5fmj7_7{margin:0 15px 15px 0;width:46%}._radioBtnContainer_5fmj7_17{display:flex;flex-direction:column;margin-right:20px}._placeholder_container_1ra1u_1{padding:5px 10px;border:1px solid #d4dae0;border-radius:8px}._label_container_1ra1u_7{align-items:baseline;display:flex;justify-content:space-between;line-height:140%;max-width:inherit;margin-top:6px;margin-right:6px}._select_time_container_1ra1u_17{display:flex}._modal_1ra1u_21{min-width:10rem}._box_s8t0w_1{margin-bottom:50px}._input_container_s8t0w_5{display:flex;align-items:center;flex-wrap:wrap}._review_link_s8t0w_11{margin:0 30px 20px 0}._text_field_s8t0w_15{width:450px}._buttons_s8t0w_19{display:flex;margin-bottom:20px}._button_s8t0w_19{color:#006aff;margin-right:16px;padding:.8rem}._button_s8t0w_19>svg{fill:#006aff;height:16px;margin-right:10px;width:16px}@media only screen and (max-width:800px){._review_link_s8t0w_11{margin-right:0}._text_field_s8t0w_15{width:72vw}._button_s8t0w_19{border-radius:10px;font-size:.9rem;padding:8px 16px}}._container_filter_23975_1{align-items:center;display:flex;flex-wrap:wrap;font-size:15px}._table_23975_8{border:none!important;box-shadow:none!important}._option_23975_13{padding:8px 12px;cursor:pointer}._option_23975_13:hover{background-color:#f0f0f0}._selectedOption_23975_22{margin-top:10px;color:#333}._elementContainer_23975_27{margin:0 20px 20px}._button_select_23975_31{right:0}._button_select_change_23975_35{position:fixed;top:50px;z-index:100;right:0}._containerButton_23975_42{display:flex;justify-content:space-between}._button_23975_31{background:#fff!important;border:1px solid #ccc!important;height:34px!important;padding:0 14px}._expandOrdersButton_23975_54{background:#ff0029!important;border:1px solid #ccc!important;height:34px!important;padding:0 14px;border-radius:6px;box-shadow:none;color:#fff;font-weight:600}._expandOrdersButton_23975_54:hover{box-shadow:none}._expandOrdersButton_23975_54>svg{fill:#fff}._no_reviews_found_container_23975_71{text-align:center}._no_reviews_found_container_23975_71>p{line-height:22px;margin-bottom:4rem}._no_reviews_found_img_23975_79{width:400px}._rating_column_23975_83{padding-left:1rem;width:14%!important}._comment_column_23975_88{padding-right:40px;width:46%!important}._uuid_column_23975_93{width:26%!important}._created_at_column_23975_97{width:14%!important}._rating_img_23975_101{height:2rem;width:2rem}@media only screen and (max-width:900px){._no_reviews_found_img_23975_79{width:240px}}._modal_1oshf_1{height:500px;width:800px}._modal_content_container_1oshf_6{padding:40px}._infoRow_1oshf_10{display:flex;align-items:flex-start;line-height:1.4;margin-bottom:20px;text-align:justify}._label_1oshf_18{color:#697386;min-width:12rem}._review_id_1oshf_23{color:#006aff;font-weight:600}._container_1yqd1_1{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:50px;max-width:1400px;margin:auto}._review_card_1yqd1_9{border:1px solid #ebeef1;border-radius:8px;cursor:pointer}._review_card_1yqd1_9:hover{border-color:#000}._header_1yqd1_18{background:#f9fbfd;border-radius:8px 8px 0 0;padding:14px 20px}._content_container_1yqd1_24{border-bottom:1px solid #ebeef1;line-height:1.4;padding:20px}._comment_1yqd1_30,._reviewer_name_1yqd1_31{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;white-space:normal}._comment_1yqd1_30{-webkit-line-clamp:4}._footer_1yqd1_43{font-size:13px;display:flex;justify-content:space-between;line-height:1.4;opacity:.5;padding:20px}._reviewer_name_1yqd1_31{max-width:50%;-webkit-line-clamp:2}._read_more_button_1yqd1_57{color:#006aff;margin-top:10px}@media only screen and (max-width:1400px){._container_1yqd1_1{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:1000px){._container_1yqd1_1{grid-template-columns:repeat(1,1fr)}}._container_19q89_1{display:flex;flex-wrap:wrap;justify-content:space-between}._rating_statistics_box_19q89_7{margin-bottom:50px;width:620px}._box_header_container_19q89_12{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}._title_header_19q89_19{font-size:20px;font-weight:500;margin:0}._reviews_count_19q89_25{font-size:15px;opacity:.6}._rating_statistics_inner_box_19q89_30{border:none}._rating_statistics_inner_box_19q89_30:first-child{background-color:#ffe2e5}._rating_statistics_inner_box_19q89_30:nth-child(2){background-color:#fff4de;margin-left:20px}._rating_statistics_inner_box_19q89_30:nth-child(3){background-color:#dcfce7;margin-left:20px}._rating_19q89_7{padding:0;margin:5px 0}._count_review_box_19q89_50{font-size:14px;margin:5px 0}._icon_19q89_55{align-items:center;background:#fa5a7d;border-radius:100px;display:flex;justify-content:center;height:35px;margin-bottom:10px;width:35px}._count_review_percent_19q89_66{font-size:11px;opacity:.8}._chart_box_19q89_71{margin-bottom:50px;width:620px}@media only screen and (max-width:1400px){._rating_statistics_box_19q89_7,._chart_box_19q89_71{width:100%}}._container_1kwb6_1{font-size:.86rem;margin-bottom:1.6rem}._notice_1kwb6_6{background:#e4e6eb;border-radius:10px;color:#000;cursor:pointer;padding:.6rem 1rem;align-items:center;display:flex;justify-content:space-between}._notice_1kwb6_6._expanded_1kwb6_16{border-radius:10px 10px 0 0}._title_1kwb6_20{align-items:center;display:flex}._title_1kwb6_20>svg{fill:#000;height:1rem;margin-right:.6rem;width:1rem}._learnMore_1kwb6_31{border-bottom:1px solid #000000}._content_1kwb6_35{border:2px solid #e4e6eb;border-top:none;border-radius:0 0 10px 10px;font-weight:400;line-height:1.2rem;padding:1rem}._example_1kwb6_44{font-weight:500;margin-top:1rem}._searchText_1kwb6_49{background:#d4dae0;border-radius:6px;margin:.4rem 0 1rem;padding:.2rem .6rem;width:fit-content}._backButton_1oulg_1{background:none;border:none;margin-bottom:20px;padding:.6rem .6rem .6rem 0}._backButton_1oulg_1:hover{box-shadow:none}._backButton_1oulg_1>svg{height:18px;margin-right:10px;width:18px;transform:rotate(180deg)}._choice_type_1oulg_17{display:flex}._marginRadioGroup_1oulg_21{margin-bottom:2px}._choice_type_title_1oulg_25{margin-right:20px;margin-top:10px}._headingClassname_1oulg_30{display:none}._searchInput_1oulg_34{display:flex}._inputField_1oulg_38{width:calc(100% - 48px)}._glassIcon_1oulg_42{background:#eb1700;height:48px;margin-left:1rem;padding:0;width:48px;min-width:48px}._glassIcon_1oulg_42>svg{fill:#fff;height:1rem;width:1rem}._loading_1oulg_56,._tooManyResults_1oulg_56{background:#f9fbfd;border:1px solid #d4dae0;border-radius:10px;font-weight:400;line-height:1.4rem;margin-top:2rem;padding:1rem;text-align:center}._tooManyResults_1oulg_56{text-align:left}._matchedShops_1oulg_71{margin-top:2rem}._shop_1oulg_75{border:2px solid #d4dae0;color:#000;justify-content:space-between;margin-top:1.2rem;padding:.8rem 1.4rem;width:100%}._shop_1oulg_75:hover{border-color:#006aff;box-shadow:none}._shopInfo_1oulg_88{line-height:1.2rem;padding-right:1.4rem;text-align:left}._shopAddress_1oulg_94{font-size:.8rem;font-weight:400;margin-top:.4rem}._select_1oulg_100{align-items:center;display:flex}._select_1oulg_100>svg{height:1.2em;margin-left:.6rem;width:1.2rem}._needHelp_1oulg_110{margin-top:2rem}._needHelp_1oulg_110>p{color:#525f7f}._skipliContact_1oulg_117{align-items:center;display:flex;flex-wrap:wrap}._callButton_1oulg_123{display:flex;align-items:center;color:#000;font-size:.8rem;margin-right:1rem;text-decoration:none}._callButton_1oulg_123>svg{fill:#000;height:.8rem;margin-right:.4rem;width:.8rem}@media only screen and (max-width:500px){._shop_1oulg_75{align-items:flex-start;flex-direction:column}._shopInfo_1oulg_88{padding-right:0}._select_1oulg_100{margin-top:.6rem}}._buttons_8b26p_1{display:flex;justify-content:center;margin-top:30px}._button_8b26p_1,._remove_photo_button_8b26p_7,._updatePictureBtn_8b26p_7{height:42px;margin:0;width:46%}._updatePictureBtn_8b26p_7{background:#006aff;color:#fff;font-weight:700}._remove_photo_button_8b26p_7{background:#e4e6eb;color:#eb1700;margin-left:10px}._icon_8b26p_25,._close_icon_8b26p_25,._add_photo_icon_8b26p_25{height:20px;margin-right:10px;width:20px}._icon_8b26p_25>svg,._close_icon_8b26p_25>svg,._add_photo_icon_8b26p_25>svg{height:inherit;width:inherit}._add_photo_icon_8b26p_25{height:16px;fill:#fff;transform:rotate(-90deg);width:16px}._close_icon_8b26p_25{height:14px;fill:#eb1700;width:14px}._selectPhotoContainer_8b26p_48{background:#006aff1a;border-radius:10px;border:2px solid #006AFF;border-style:dashed;margin:20px 0;padding:20px 10px 0 20px}._selectPhotoInput_8b26p_57{display:flex;align-items:center;justify-content:center}._fileInput_8b26p_63{cursor:pointer;display:flex;flex-direction:column;align-items:center;width:100%}._fileInput_8b26p_63>input{visibility:hidden}._selectFileBtnContainer_8b26p_74{display:flex;align-items:center;width:100%}._selectFileBtn_8b26p_74{background:#006aff;border-radius:6px;color:#fff;font-size:1rem;margin-right:15px;padding:8px 0;width:90px;text-align:center}._fileName_8b26p_91{width:160px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._cancelSelectFile_8b26p_98{background:#fff;color:#000;margin:10px 0 30px}._cancelSelectFile_8b26p_98>svg{height:16px;width:16px;transform:rotate(180deg);margin-right:10px}._confirm_remove_button_8b26p_110,._cancel_remove_button_8b26p_111{width:240px}._confirm_remove_button_8b26p_110{background:#eb1700;color:#fff;font-weight:700;margin:20px auto}._cancel_remove_button_8b26p_111{background:#e4e6eb;color:#000;margin:auto}._buttons_1idd0_2{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:.75rem;margin:.5rem 0}._updateVideoBtn_1idd0_11{background:#007bff;border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;transition:background-color .2s ease}._updateVideoBtn_1idd0_11:hover{background:#0056b3}._remove_video_button_1idd0_29{background:#dc3545;border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;transition:background-color .2s ease}._remove_video_button_1idd0_29:hover{background:#c82333}._add_video_icon_1idd0_47,._close_icon_1idd0_48{display:flex;align-items:center;justify-content:center;width:1rem;height:1rem}._add_video_icon_1idd0_47 svg,._close_icon_1idd0_48 svg{width:100%;height:100%;fill:currentColor}._selectVideoContainer_1idd0_62{display:flex;flex-direction:column;gap:1rem;padding:1rem;border:2px dashed #ccc;border-radius:.5rem;background:#f8f9fa}._selectVideoInput_1idd0_72{width:100%}._fileInput_1idd0_76{display:block;cursor:pointer;width:100%}._fileInput_1idd0_76 input[type=file]{position:absolute;left:-9999px;opacity:0;pointer-events:none}._selectFileBtnContainer_1idd0_88{display:flex;align-items:center;border:1px solid #ddd;border-radius:.25rem;background:#fff;overflow:hidden}._selectFileBtn_1idd0_88{background:#007bff;color:#fff;padding:.75rem 1rem;font-weight:500;border-right:1px solid #ddd}._fileName_1idd0_105{flex:1;padding:.75rem 1rem;color:#666;font-size:.875rem}._cancelSelectFile_1idd0_112{background:#fff;color:#000;margin:10px 0 30px}._cancelSelectFile_1idd0_112>svg{height:16px;width:16px;transform:rotate(180deg);margin-right:10px}._confirm_remove_button_1idd0_124{background:#dc3545;border:none;border-radius:.25rem;color:#fff;cursor:pointer;padding:.75rem 2rem;font-weight:500;margin-right:.5rem;transition:background-color .2s ease}._confirm_remove_button_1idd0_124:hover{background:#c82333}._cancel_remove_button_1idd0_139{background:#6c757d;border:none;border-radius:.25rem;color:#fff;cursor:pointer;padding:.75rem 2rem;font-weight:500;transition:background-color .2s ease}._cancel_remove_button_1idd0_139:hover{background:#545b62}._listContainer_1pcpj_1{flex-wrap:wrap;display:flex;justify-content:space-between;margin:20px 0}._elementContainer_1pcpj_8{margin:0 0 30px;width:48%}._menus_icon_1pcpj_13{border:2px solid #000;border-radius:100px;height:40px;margin:auto auto 20px;width:40px;padding:24px}._menus_icon_1pcpj_13>svg{fill:#000;height:inherit;width:inherit}@media only screen and (max-width:1100px){._elementContainer_1pcpj_8{margin-right:0;width:100%}}._chip_18jrw_1{height:60px}._chipHelperButton_18jrw_5{height:60px;max-width:60px;min-width:60px}._chipName_18jrw_11{font-weight:500;margin-bottom:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:inherit}._pencilIcon_18jrw_20{fill:#000000b3;height:20px;width:20px}._chipContainer_18jrw_26{position:relative}._badge_18jrw_30,._elementsCounter_18jrw_30,._price_18jrw_30{background:#f0f2f6;border-radius:8px;font-size:12px;font-weight:500;padding:4px 8px;text-transform:lowercase;width:fit-content}._signsContainer_18jrw_40{display:flex;align-items:center;font-size:.9rem;font-weight:700;margin:auto;position:absolute;right:0;left:0;width:fit-content;text-align:center}._sign_18jrw_40,._archivedSign_18jrw_53,._onSaleSign_18jrw_53,._soldOutSign_18jrw_53{border-radius:0 0 6px 6px;font-size:.7rem;font-weight:600;margin:0 5px;padding:0 10px;text-transform:uppercase}._soldOutSign_18jrw_53{background:#fd5458;color:#fff}._onSaleSign_18jrw_53{background:#fc8c32;color:#fff}._archivedSign_18jrw_53{background:#0b2135;color:#fff}._chipDescription_1fy97_1{display:flex;align-items:center;text-transform:capitalize}._chipDescription_1fy97_1>div{margin-right:10px}._addPhotoIcon_1fy97_10{height:30px;width:inherit}._chipDescription_ftgn6_1{display:flex;align-items:center;text-transform:capitalize}._chipDescription_ftgn6_1>div{margin-right:10px}._chipLabel_ftgn6_10{padding-left:20px}._chipDescription_11zrx_1{display:flex;align-items:center;text-transform:capitalize}._chipDescription_11zrx_1>div{margin-right:10px}._chipDescription_ewppj_1{display:flex;align-items:center;text-transform:capitalize}._chipDescription_ewppj_1>div{margin-right:10px}._addPhotoIcon_ewppj_10{height:30px;width:inherit}._groupImage_ewppj_15{border-top-left-radius:4px;border-bottom-left-radius:4px;height:54px;width:54px}._moduleContainer_1dibl_1{border-top:1px solid #d4dae0;margin-bottom:25px;padding-top:20px}._moduleTitleContainer_1dibl_7{display:flex;align-items:center}._moduleTitle_1dibl_7{font-size:1.3rem;margin:0 20px 0 0}._moduleDescription_1dibl_17{margin-bottom:30px;text-align:left}._addButton_1dibl_22{margin-bottom:40px;display:flex;justify-content:space-between;cursor:pointer}._addButton_1dibl_22>svg{fill:#fff;height:12px;margin-right:10px;width:12px}._arrowIcon_1dibl_35{height:20px;width:20px;transform:rotate(90deg);transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}._arrowIcon_1dibl_35._flip_1dibl_41{transform:rotate(-90deg)}._removeButtonContainer_1dibl_45{display:flex;justify-content:center;align-items:center;height:100%;width:100%}._removeButton_1dibl_45{fill:#fd5458;height:16px;width:16px}._marginRadioGroup_1l65f_1{margin-bottom:50px}._editIcon_1l65f_5>svg{fill:#fff!important;height:14px;margin-right:8px;width:14px}._editIcon_1l65f_5>path{fill:#fff!important}._marginRadioGroup_1otdv_1{margin-bottom:50px}._editIcon_1otdv_5>svg{fill:#000!important;margin-left:8px;width:14px!important;height:14px!important}._editIcon_1otdv_5>path{fill:#000!important}._icon_container_1otdv_15{margin-bottom:90px;display:flex;justify-content:space-between}._icon_container_1otdv_15>svg{fill:#fff;height:15px;margin-right:10px;width:15px}._buttonWrapper_1otdv_27{display:flex;flex-direction:column;gap:4px}._buttonTitle_1otdv_33{font-size:15px;font-weight:600;margin-bottom:30px;color:#000}._special_hour_date_1otdv_40{width:105px}._special_hour_container_1otdv_44{display:flex;align-items:center;margin-bottom:5px;opacity:.7}._date_pickers_group_heading_1otdv_51{align-items:center;margin-bottom:20px;flex-wrap:wrap}._time_pickers_group_1otdv_57{align-items:center;display:flex;margin-right:14px}._radioRow_1otdv_63{display:flex;align-items:center;gap:8px}._time_picker_1otdv_57{background:#fff;border:1px solid #d4dae0;border-radius:8px;padding:0 10px;height:40px}._time_picker_1otdv_57>div{border:none!important}._largeCenterModalBox_m5z0m_1{border-radius:0;height:100vh;margin-right:0;max-height:100vh;width:70vw}._heading_m5z0m_9{align-items:center;flex-wrap:wrap}._headingText_m5z0m_14{font-weight:600;line-height:1.4rem;margin-right:16px;margin-bottom:.8rem}._arrow_icon_time_m5z0m_21{height:14px;margin:0 10px;opacity:.6;width:14px}._arrow_icon_time_m5z0m_21>svg{height:inherit;width:inherit}._has_border_style_m5z0m_32{width:130px;font-size:14px}._time_pickers_group_m5z0m_37{align-items:center;display:flex;margin-right:14px}._time_picker_m5z0m_37{background:#fff;border:1px solid #d4dae0;border-radius:8px;padding:0 10px;height:40px}._time_picker_m5z0m_37>div{border:none!important}._largeCenterModalContainer_m5z0m_54{background:#fff;padding:30px 30px 100px}._confirmArchiveModalBox_m5z0m_59{height:360px;width:400px}._confirmArchiveModalContainer_m5z0m_64{padding:10px 20px}._moduleTitle_m5z0m_68{font-size:1.3rem}._moduleDescription_m5z0m_72{margin-bottom:30px}._formField_m5z0m_76{margin-bottom:25px}._radioForm_m5z0m_80{margin-bottom:15px}._confirmArchiveTitle_m5z0m_84{font-size:16px;line-height:30px;margin:0 0 20px}._button_m5z0m_90,._archiveButton_m5z0m_90,._saveButton_m5z0m_90{color:#fff;font-size:.9rem;font-weight:600;margin-top:60px;height:40px;width:120px}._saveButton_m5z0m_90{font-weight:700;margin-left:0;width:150px}._archiveButton_m5z0m_90{background:#fc8c32;left:180px;bottom:100px;padding:0 30px;position:relative;width:auto}._archiveButton_m5z0m_90._unarchive_m5z0m_113{background:#0b2135}._addComponentsButton_m5z0m_117{background:#f7f7f7;padding:6px 12px;margin-bottom:20px}._addComponentsButton_m5z0m_117:hover{background:#e5e5e5}._confirmArchiveButton_m5z0m_126{background:#fd5458}._smallButton_m5z0m_130,._removeButton_m5z0m_130,._selectButton_m5z0m_130{color:#fff;margin-bottom:35px;height:30px;width:85px}._selectButton_m5z0m_130{background:#006aff}._removeButton_m5z0m_130{background:#f7f7f7;color:#000}._removeButton_m5z0m_130:hover{background:#e5e5e5}@media only screen and (max-width:600px){._largeCenterModalContainer_m5z0m_54{padding:30px 20px 100px}}._overlay_1002r_1{z-index:2000}._modalBox_1002r_5{height:28rem;width:36rem;border-radius:8px}._headingContainer_1002r_11{background:#006aff;color:#fff;padding:1rem 2rem}._headingContainer_1002r_11._error_1002r_16{background:#fd5458}._headingContainer_1002r_11._info_1002r_19,._headingContainer_1002r_11._success_1002r_22{background:#006aff}._headingContainer_1002r_11._warning_1002r_25{background:#fc8c32}._closeModalBtn_1002r_29{background:#fff;height:1.6rem;width:1.6rem;margin-right:0;margin-bottom:.2rem;min-width:1.6rem;min-height:1.6rem;padding:0}._closeModalBtn_1002r_29>svg{fill:inherit;height:.6rem;width:.6rem}._heading_1002r_11{font-size:1.4rem;margin:0}._description_1002r_50{margin-top:.4rem;line-height:1.4rem}._content_1002r_55{padding:2rem}@media only screen and (max-width:700px){._modalBox_1002r_5{height:60vh!important;width:90vw}._headingContainer_1002r_11{padding:.6rem 1.4rem}._content_1002r_55{padding:2rem 1.4rem}}._option_14o05_1{margin-right:0;margin-bottom:12px;width:50%}._input_14o05_7{margin:.6rem 0 2rem}._container_1h7ot_1{background:#f9fbfd;border-top:1px solid #d4dae0;border-bottom:1px solid #d4dae0;margin:.6rem -1.6rem 1.8rem;padding:1rem 1.6rem}._notice_1h7ot_9{line-height:1.2rem}._checkboxOption_d7x7a_1{margin-right:0;margin-bottom:20px;width:100%}._checkboxOptionLabel_d7x7a_7{display:flex;justify-content:space-between;width:30rem}._itemName_d7x7a_13{line-height:140%;margin-right:1rem}._checkboxDescription_d7x7a_18{color:#000}._buttons_d7x7a_22{align-items:center;display:flex;flex-wrap:wrap;margin-top:1rem}._cancelButton_d7x7a_29,._submitButton_d7x7a_30{padding:.6rem 3rem}._cancelButton_d7x7a_29{margin:0 .6rem 0 auto}._submitButton_d7x7a_30{margin:0 auto 0 .6rem}._confirmCheckbox_d7x7a_42{height:20px!important;min-width:20px!important}@media only screen and (max-width:600px){._checkboxOptionLabel_d7x7a_7{width:80vw}._buttons_d7x7a_22{flex-direction:column-reverse}._cancelButton_d7x7a_29,._submitButton_d7x7a_30{margin:auto;width:16rem}._submitButton_d7x7a_30{margin-bottom:1rem}}._refundRequest_f0pj3_1{background:#f9fbfd;border-bottom:1px solid #d4dae0;margin:0 -1.6rem;padding:1rem 1.6rem}._requestId_f0pj3_8{font-weight:700;margin-bottom:.8rem}._infoRow_f0pj3_13{display:flex;align-items:center;font-size:.86rem;margin-top:.4rem}._label_f0pj3_20{color:#697386;text-transform:capitalize;width:5rem}._buttons_f0pj3_26{align-items:center;display:flex;flex-wrap:wrap;margin-top:2rem}._cancelButton_f0pj3_33,._submitButton_f0pj3_34{padding:.6rem 3rem}._cancelButton_f0pj3_33{margin:0 .6rem 0 auto}._submitButton_f0pj3_34{margin:0 auto 0 .6rem}@media only screen and (max-width:500px){._buttons_f0pj3_26{flex-direction:column-reverse}._cancelButton_f0pj3_33,._submitButton_f0pj3_34{margin:auto;width:16rem}._submitButton_f0pj3_34{margin-bottom:1rem}}._modal_1wsyu_1{border-radius:0;height:100vh;max-height:100vh;margin-right:0;width:36rem}._orderInfo_1wsyu_9{display:flex;flex-wrap:wrap;margin-top:.2rem}._orderInfo_1wsyu_9>div{line-height:1.6rem;margin-right:1.2rem}._modalBox_1qddh_1{height:85vh;width:800px}._modalContainer_1qddh_6{padding:20px 40px 100px}._modalTitle_1qddh_10{font-size:1.3rem;margin:20px 0 0}._businessNameWarning_1qddh_15{background:#fc8c32;border-radius:4px;font-weight:700;margin-bottom:30px;padding:10px 20px}._sectionTitle_1qddh_23{font-size:1rem}._fields_1qddh_27{display:flex;flex-wrap:wrap;margin-top:20px}._input_1qddh_33{margin:0 20px 15px 0;width:46%}._submitBtn_1qddh_38{background:#006aff;color:#fff;font-weight:700;margin-right:40px;padding:10px;width:150px}@media only screen and (max-width:800px){._modalBox_1qddh_1{width:90vw}._input_1qddh_33{margin-right:0;width:100%}}@media only screen and (max-width:700px){._modalBox_1qddh_1{border-radius:0;height:95vh;width:100vw}._modalContainer_1qddh_6{padding:20px 25px 100px}._modalTitle_1qddh_10{text-align:left}}._modalOverlay_qv03z_1{background:#00000080}._modalBoxClassname_qv03z_5{width:46rem}._modalContentContainer_qv03z_9{text-align:center}._phoneNumberConfirmation_qv03z_13{margin-bottom:2rem}._phoneNumberConfirmation_qv03z_13>h3{color:#535556;font-size:1.2rem;margin:0}._phoneNumberConfirmation_qv03z_13>p{color:#535556;margin:10px 0 0}._storeMsg_qv03z_26{background:#dfdfdf;border-radius:20px;padding:20px 40px;min-height:100px;font-size:1.6rem;font-weight:700;line-height:40px;margin-bottom:2rem;display:flex;align-items:center;justify-content:center}._resendTextMsg_qv03z_40{margin-top:15px}._resendTextMsg_qv03z_40>p>strong{cursor:pointer;text-decoration:underline}._resendTextMsg_qv03z_40>button{background:#006aff;color:#fff;font-weight:700;padding:8px 20px}._skipli_logo_1kjzi_1{height:32px;margin-bottom:5vh;text-align:center;width:auto}._skipli_logo_1kjzi_1>svg{height:inherit;width:inherit}._phoneNumberForm_1kjzi_12{text-align:center;width:inherit}._phoneNumberForm_1kjzi_12>p>span{font-weight:700}._phoneNumberField_1kjzi_20{margin-bottom:2rem}._field_1kjzi_24{background:#fff3!important;border:none}._input_1kjzi_29{background:transparent;font-size:1.5rem;font-weight:700;text-align:center;color:#fff;margin:5px 0}._input_1kjzi_29::placeholder{color:#fff;font-size:1.3rem;font-weight:500;opacity:.8}._label_1kjzi_44{font-size:1.2rem;font-weight:700}._submitBtn_1kjzi_49{background:#fff;color:#000;font-size:20px;margin-top:50px;padding:18px 0;width:100%}._shopLogo_1kjzi_58{height:50px}._disclaimer_1kjzi_62{color:#fff;font-size:12px;line-height:140%;margin-top:5vh;text-align:center}._deactivateCodeInput_ccfry_1{margin:auto}._modal_1ifhm_1{background:#fff;border-radius:0;height:100vh;max-height:100vh;width:100%;max-width:100%}._contentContainer_1ifhm_10{display:flex;justify-content:space-between;padding:0}._close_guest_checkin_button_1ifhm_16{position:absolute;background:#fff;height:30px;width:30px!important;min-width:30px;display:flex;align-items:center;justify-content:center;left:14px;top:14px;z-index:9999}._close_guest_checkin_button_1ifhm_16>svg{height:14px;width:14px}._adContainer_1ifhm_34{height:inherit;text-align:center;width:60%}._shop_name_1ifhm_40{border-bottom:1px solid #d4dae0;font-size:18px;font-weight:400;opacity:.6;margin:18px 30px;padding-bottom:20px;text-align:center}._title_1ifhm_50,._reward_message_1ifhm_51{padding:0 30px}._title_1ifhm_50{font-size:8vw;font-weight:600;line-height:100%;margin-bottom:0;text-align:center}._reward_message_1ifhm_51{font-size:3vw;font-weight:400;margin-top:30px;margin-bottom:5vh;opacity:.6;text-align:center}._illustration_image_1ifhm_72{width:86%}._checkInContainer_1ifhm_76{background:#006aff;height:inherit;padding:30px;width:40%}._foodGridImage_1ifhm_83{background-color:#f1f3f7;height:inherit}._foodGridImage_1ifhm_83>svg{height:inherit;width:inherit}._modalBox_12ydq_1{width:500px}._heading_12ydq_5{text-align:center;margin:0rem}._paragraph_12ydq_10{font-weight:400;line-height:1.4rem;margin:1rem 0;text-align:justify}._centerWrapper_12ydq_17{display:flex;justify-content:center;margin-top:2rem}._benefitContainer_12ydq_23{display:flex;align-items:center;font-size:1rem;margin-bottom:1.2rem}._benefitIcon_12ydq_30{height:5rem;margin-right:1.2rem;width:5rem}._benefitIcon_12ydq_30>svg{height:inherit;width:inherit}._checkbox_1qvrz_1,._checkbox_cbpl5_1{margin-bottom:21px}._check_box_container_cbpl5_5{display:flex;justify-content:space-between}._label_see_message_cbpl5_10{cursor:pointer;color:#006aff;display:flex;margin-top:10px}._icon_cbpl5_17,._eyeIcon_cbpl5_17{fill:#006aff;height:15px;margin-right:8px;width:15px}._eyeIcon_cbpl5_17{height:20px;width:20px}@media only screen and (max-width:700px){._modalBox_cbpl5_30{height:70vh!important}._check_box_container_cbpl5_5{display:block}._label_see_message_cbpl5_10{margin-top:.8rem}._submitButton_cbpl5_39{margin-top:.8rem;width:100%}}._modalBoxClassname_7t90p_1{border-radius:0;height:100vh;max-height:100vh;margin:0 0 0 auto;width:400px}._imageContainer_7t90p_9{margin:20px 0;text-align:center}._image_7t90p_9{border-radius:8px;height:300px;max-width:100%}._saveButton_7t90p_20{background:#006aff;color:#fff;font-size:1rem;margin:30px 0 0;width:100%}@media only screen and (max-width:700px){._modalBoxClassname_7t90p_1{width:100vw}}._modalBoxClassname_jtrcz_2{border-radius:0;height:100vh;max-height:100vh;margin:0 0 0 auto;width:400px}._videoContainer_jtrcz_10{margin:20px 0;text-align:center}._video_jtrcz_10{max-width:100%;max-height:300px}._videoPreview_jtrcz_20{margin-bottom:1.5rem;border-radius:.5rem;overflow:hidden;background:#000}._errorMessage_jtrcz_27{color:#dc3545;margin:10px 0;padding:10px;background:#f8d7da;border-radius:4px}._saveButton_jtrcz_35{margin-top:20px}._previewVideo_jtrcz_39{width:100%;max-height:300px;object-fit:contain}._uploadProgress_jtrcz_45{margin:1rem 0;text-align:center}._progressBar_jtrcz_50{width:100%;height:8px;background:#f0f0f0;border-radius:4px;overflow:hidden;margin-bottom:.5rem}._progressFill_jtrcz_59{height:100%;background:#007bff;transition:width .3s ease}._errorMessage_jtrcz_27{color:#dc3545;background:#f8d7da;border:1px solid #f5c6cb;border-radius:.25rem;padding:.75rem;margin:1rem 0;font-size:.875rem}._actionButtons_jtrcz_75{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem;padding-top:1rem;border-top:1px solid #dee2e6}._actionButtons_jtrcz_75 button{padding:.75rem 1.5rem;border:none;border-radius:.25rem;font-weight:500;cursor:pointer;transition:all .2s ease}._actionButtons_jtrcz_75 button:first-child{background:#6c757d;color:#fff}._actionButtons_jtrcz_75 button:first-child:hover:not(:disabled){background:#545b62}._actionButtons_jtrcz_75 button:last-child{background:#007bff;color:#fff}._actionButtons_jtrcz_75 button:last-child:hover:not(:disabled){background:#0056b3}._actionButtons_jtrcz_75 button:disabled{opacity:.6;cursor:not-allowed}._overlay_19xb2_1{z-index:10000000}._modalBox_19xb2_5{border-radius:20px;height:250px;width:250px}._contentContainer_19xb2_11{display:flex;justify-content:center}._message_19xb2_16{font-size:1.5rem}._modalBoxClassname_1j7fz_1{border-radius:0;height:100vh;max-height:100vh;margin:0 0 0 auto;width:700px}._imageContainer_1j7fz_9{margin:20px 0;text-align:center}._image_1j7fz_9{border-radius:8px;max-height:calc(100vh - 160px);max-width:100%;object-fit:contain}@media only screen and (max-width:700px){._modalBoxClassname_1j7fz_1{width:100vw}}._inputField_j6jdy_1{margin-bottom:1rem}._woflowPortalLink_j6jdy_5{color:#006aff;font-size:14px;text-decoration:none}._findMenuButton_j6jdy_11{margin-top:2rem;padding:.8rem;width:100%}._overlay_1llvr_1{top:0;z-index:999}._modalClassname_1llvr_6{border-radius:0;height:100vh;max-height:100vh;width:100vw}._header_1llvr_13{align-items:center;background:#fff;border-bottom:1px solid #d4dae0;display:flex;justify-content:space-between;margin-bottom:3rem;padding:1rem 2rem;position:sticky;top:0;z-index:1000}._stepContent_1llvr_26{margin:auto;padding-bottom:6rem}._stepContent_1llvr_26._step1_1llvr_30{max-width:30rem}._stepContent_1llvr_26._step2_1llvr_33{max-width:80%}._stepContent_1llvr_26._step3_1llvr_36{max-width:30rem}._footer_1llvr_40{background:#fff;border-top:1px solid #d4dae0;bottom:0;left:0;padding:1rem 0;position:fixed;right:0;z-index:1000}._footerContent_1llvr_51{display:flex;justify-content:space-between;margin:auto;max-width:40rem}._backButton_1llvr_58{background:#fff;color:#000;margin-right:0;padding:1rem 1.4rem}._backButton_1llvr_58>svg{height:1rem;margin-right:.6rem;transform:rotateY(180deg);width:1rem}._backButton_1llvr_58:hover{box-shadow:none}._nextButton_1llvr_74{margin-left:2rem;padding:1rem 2rem}._nextButton_1llvr_74>svg{fill:#fff;height:1rem;margin-left:.6rem;width:1rem}._inputField_ph2wf_1{margin-bottom:2rem}._modal_promotion_okxd8_1{height:500vh;width:950px;border-radius:10px;max-height:90vh}._modal_okxd8_1{border-radius:0;height:100vh;margin-right:0;max-height:100vh;width:850px}._moduleContainer_okxd8_17{border-top:1px solid #d4dae0;margin-bottom:25px}._addButton_okxd8_22{color:#006aff;font-size:34px;font-weight:400;width:100%;height:100%;display:flex;align-items:center;justify-content:center}@media only screen and (max-width:850px){._modal_okxd8_1{width:100%}}.react-clock{display:block;position:relative}.react-clock,.react-clock *,.react-clock *:before,.react-clock *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.react-clock__face{position:absolute;top:0;bottom:0;left:0;right:0;border:1px solid black;border-radius:50%}.react-clock__hand{position:absolute;top:0;bottom:0;left:50%;right:50%}.react-clock__hand__body{position:absolute;background-color:#000;transform:translate(-50%)}.react-clock__mark{position:absolute;top:0;bottom:0;left:50%;right:50%}.react-clock__mark__body{position:absolute;background-color:#000;transform:translate(-50%)}.react-clock__mark__number{position:absolute;left:-40px;width:80px;text-align:center}.react-clock__second-hand__body{background-color:red}.react-time-picker{display:inline-flex;position:relative}.react-time-picker,.react-time-picker *,.react-time-picker *:before,.react-time-picker *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.react-time-picker--disabled{background-color:#f0f0f0;color:#6d6d6d}.react-time-picker__wrapper{display:flex;flex-grow:1;flex-shrink:0;border:thin solid gray}.react-time-picker__inputGroup{min-width:calc((4px * 3) + .54em * 6 + .217em * 2);flex-grow:1;padding:0 2px;box-sizing:content-box}.react-time-picker__inputGroup__divider{padding:1px 0;white-space:pre}.react-time-picker__inputGroup__divider,.react-time-picker__inputGroup__leadingZero{display:inline-block}.react-time-picker__inputGroup__input{min-width:.54em;height:100%;position:relative;padding:0 1px;border:0;background:none;font:inherit;box-sizing:content-box;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.react-time-picker__inputGroup__input::-webkit-outer-spin-button,.react-time-picker__inputGroup__input::-webkit-inner-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.react-time-picker__inputGroup__input:invalid{background:#ff00001a}.react-time-picker__inputGroup__input--hasLeadingZero{margin-left:-.54em;padding-left:calc(1px + .54em)}.react-time-picker__inputGroup__amPm{font:inherit;-webkit-appearance:menulist;-moz-appearance:menulist;appearance:menulist}.react-time-picker__button{border:0;background:transparent;padding:4px 6px}.react-time-picker__button:enabled{cursor:pointer}.react-time-picker__button:enabled:hover .react-time-picker__button__icon,.react-time-picker__button:enabled:focus .react-time-picker__button__icon{stroke:#0078d7}.react-time-picker__button:disabled .react-time-picker__button__icon{stroke:#6d6d6d}.react-time-picker__button svg{display:inherit}.react-time-picker__clock{width:200px;height:200px;max-width:100vw;padding:25px;background-color:#fff;border:thin solid #a0a096;z-index:1}.react-time-picker__clock--closed{display:none}._fixed_position_18m4w_1{position:fixed;right:0;top:51px;z-index:100}._radioRow_18m4w_8{display:flex;align-items:center;gap:8px}._icon_container_18m4w_14{margin-bottom:90px;display:flex;justify-content:space-between}._icon_container_18m4w_14>svg{fill:#fff;height:15px;margin-right:10px;width:15px}._editIcon_18m4w_26>svg{fill:#000!important;margin-left:8px;width:14px!important;height:14px!important}._editIcon_18m4w_26>path{fill:#000!important}._addButton_18m4w_36{margin-bottom:40px}._addButton_18m4w_36>svg{fill:#fff;height:12px;margin-right:10px;width:12px}._calendar_18m4w_50{border:2px solid #000;box-shadow:none;border-radius:10px;margin-bottom:20px}._content_18m4w_57{align-items:center;display:flex;flex-wrap:wrap}._element_container_18m4w_63{margin:0 20px 0 0}._sort_button_18m4w_67{height:34px!important;padding:0 14px}._sort_button_18m4w_67>svg{fill:#006aff;height:16px;margin-right:10px;width:16px}._date_range_picker_18m4w_46{height:34px!important}._special_hour_date_18m4w_82{width:105px}._overview_container_18m4w_86{margin-top:20px}._selected_date_input_18m4w_90{display:flex}._special_hour_container_18m4w_94{display:flex;align-items:center;margin-bottom:5px;opacity:.7}._date_pickers_group_heading_18m4w_101{align-items:center;margin-bottom:20px;flex-wrap:wrap}._time_pickers_group_18m4w_107{align-items:center;display:flex;margin-right:14px}._time_picker_18m4w_107{background:#fff;border:1px solid #d4dae0;border-radius:8px;padding:0 10px;height:40px}._time_picker_18m4w_107>div{border:none!important}._modal_18m4w_124{border-radius:0;height:100vh;margin-right:0;max-height:100vh;width:550px}._moduleContainer_18m4w_132{border-top:1px solid #d4dae0;margin-bottom:25px}._addButton_18m4w_36{color:#006aff;font-size:34px;font-weight:400;margin-bottom:5px}@media only screen and (max-width:550px){._modal_18m4w_124{width:100%}}._heading_18m4w_149{align-items:center;flex-wrap:wrap}._headingText_18m4w_154{font-weight:600;line-height:1.4rem;margin-right:16px;margin-bottom:.8rem}._arrow_icon_time_18m4w_161{height:14px;margin:0 10px;opacity:.6;width:14px}._arrow_icon_time_18m4w_161>svg{height:inherit;width:inherit}._selected_date_text_18m4w_172{border-bottom:1px solid #000;margin-left:14px;text-align:center;width:100px}._tab_18m4w_179{align-items:center;border-radius:0;display:flex;justify-content:center;height:34px!important;margin:0 0 40px!important}._tab_18m4w_179:first-of-type{border-radius:8px 0 0 8px}._tab_18m4w_179:last-of-type{border-radius:0 8px 8px 0}._tab_18m4w_179>svg{height:15px;width:15px}._tab_18m4w_179._selected_18m4w_90{border-color:#006aff}._Input_18m4w_202{margin-bottom:30px}._selected_18m4w_90>svg{fill:#fff}._modal_18m4w_124{border-radius:0;height:100vh;left:auto;max-height:100vh;right:0}._label_for_tabs_18m4w_218{margin-bottom:14px}._addButton_18m4w_36{margin-top:20px}._sort_date_tabs_18m4w_226{margin-bottom:26px}._button_1byky_1{align-items:center;background:#f9fbfd;border:1px solid #ebeef1;border-radius:8px;display:flex;height:36px;margin-right:16px;padding:0 16px}._select_menu_1byky_12{padding:25px;border:1px solid #e4e6eb;margin-top:10px;border-radius:10px;cursor:pointer;text-align:center}._select_menu_1byky_12._active_1byky_20{border:1px solid #0582ff;color:#0582ff}._button_icon_1byky_25{height:15px;margin-right:10px;width:15px}._button_icon_1byky_25>svg{fill:#006aff;height:inherit;width:inherit}._button_label_1byky_36{text-transform:capitalize}._footer_container_1byky_40{background:#fff;display:flex;align-items:center;justify-content:space-between}._cancelButton_1byky_47,._submitButton_1byky_48{margin:0;min-width:90px;padding:12px}._cancelButton_1byky_47{background:#fff!important;box-shadow:0 0 0 2px #000 inset!important;color:#000!important;margin-right:16px}._message_1byky_61{font-size:1.2rem;line-height:25px;text-align:center;margin-top:20px}._contentContainer_1byky_68{display:flex;border-radius:20px;justify-content:center;align-items:center}._loader_1byky_75{display:block;position:relative;height:32px;width:400px;background:#fff;border-radius:10px;border:2px solid #0582ff;color:#0582ff;overflow:hidden}._loader_1byky_75:before{content:"";background:#0582ff;position:absolute;left:0;top:0;width:0;height:100%;animation:_loading_302_1byky_1 20s linear infinite}._loader_1byky_75:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;text-align:center;font-size:18px;line-height:32px;color:#0ff;animation:_percentage_302_1byky_1 20s linear infinite}@keyframes _loading_302_1byky_1{0%{width:0}to{width:100%}}@keyframes _percentage_302_1byky_1{0%{content:"0%"}5%{content:"5%"}10%{content:"10%"}20%{content:"20%"}30%{content:"30%"}40%{content:"40%"}50%{content:"50%"}60%{content:"60%"}70%{content:"70%"}80%{content:"80%"}90%{content:"90%"}95%{content:"95%"}96%{content:"96%"}97%{content:"97%"}98%{content:"98%"}99%{content:"99%"}to{content:"100%"}}._day_container_mj8wq_1{align-items:flex-start;display:flex;margin-bottom:10px}._day_container_mj8wq_1:first-child{margin-top:30px}._edit_special_hours_button_mj8wq_10{border-radius:100px;color:#006aff;font-size:14px;margin-left:0;margin-top:30px;padding:10px 20px}._edit_special_hours_button_mj8wq_10>svg{fill:#006aff;height:14px;margin-right:8px;width:14px}._edit_special_hours_button_mj8wq_10>svg>path{fill:#006aff!important}._weekday_label_mj8wq_28{text-transform:capitalize;width:7rem;margin-top:5px}._time_mj8wq_34{display:flex;align-items:center}._time_pickers_group_mj8wq_39{align-items:center;display:flex;margin-right:14px}._closed_label_mj8wq_45,._all_day_label_mj8wq_49{margin-top:5px}._time_picker_mj8wq_39{background:#fff;border-radius:8px;padding:0 1px}._time_picker_mj8wq_39>div{border:none!important}@media only screen and (max-width:700px){._weekday_label_mj8wq_28{width:2rem}}._modal_2hjrw_1{border-radius:0;height:100vh;margin-right:0;max-height:100vh;max-width:900px}._day_container_2hjrw_9{align-items:baseline;display:flex;flex-wrap:wrap;margin-bottom:20px}._day_label_container_2hjrw_16{display:flex;margin-right:24px}._day_label_2hjrw_16{text-transform:capitalize;width:7rem}._time_pickers_and_button_2hjrw_26{display:flex;align-items:center}._time_pickers_2hjrw_26{display:flex;align-items:center;margin-right:16px}._time_pickers_group_2hjrw_37{align-items:center;display:flex;margin-right:14px}._time_picker_2hjrw_26{background:#fff;border:none;border-radius:8px;border:1px solid #d4dae0;padding:0 10px;height:40px}._time_picker_2hjrw_26>div{border:none!important}._arrowIcon_2hjrw_55{height:14px;margin:0 .8rem;opacity:.6;width:14px}._arrowIcon_2hjrw_55>svg{height:inherit;width:inherit}._add_hours_button_2hjrw_66,._remove_hours_button_2hjrw_67{align-items:center;border:2px solid #fd5458;border-radius:100px;display:flex;justify-content:center;height:22px;margin-top:3px;width:22px}._add_hours_button_2hjrw_66>svg,._remove_hours_button_2hjrw_67>svg{height:12px;width:12px}._add_hours_button_2hjrw_66{border-color:#006aff}._add_hours_button_2hjrw_66>svg{fill:#006aff}._remove_hours_button_2hjrw_67{border-color:#fd5458}._remove_hours_button_2hjrw_67>svg{fill:#fd5458}@media only screen and (max-width:900px){._day_container_2hjrw_9{flex-direction:column;margin-bottom:34px}._hours_2hjrw_102{margin-top:14px}}@media only screen and (max-width:600px){._time_pickers_and_button_2hjrw_26{align-items:baseline;flex-direction:column}._add_hours_button_2hjrw_66,._remove_hours_button_2hjrw_67{margin-top:14px;margin-left:0}}._header_8mb0i_1{font-size:1.4rem}._container_8mb0i_5{cursor:pointer;margin-bottom:0}._grid_8mb0i_10{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}._content_container_8mb0i_16{padding:0}._customCard_8mb0i_20{display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:#3b82f6;height:70px;width:100%}._card_8mb0i_31:hover{background:#f9f9f9;border-color:#aaa}._active_8mb0i_36{border:2px solid #3b82f6;background:#eff6ff}._content_8mb0i_16{display:flex;width:100%;height:100%}._text_8mb0i_47{flex:1;display:flex;flex-direction:column;justify-content:center;padding:20px}._name_8mb0i_55{font-weight:600;margin-bottom:4px}._date_8mb0i_60{font-size:.85rem;color:#666}._imageWrapper_8mb0i_65{flex:1;display:flex;align-items:center;justify-content:center}._img_8mb0i_72{width:100%;height:80%;object-fit:cover;border-radius:8px}._modalBox_1446l_1{height:200px;width:420px;overflow:hidden!important}._modalContainer_1446l_7{padding:20px;text-align:center}._dialogDescription_1446l_12{font-size:1.2rem;color:#000;margin-top:0;margin-bottom:20px;line-height:25px}._activateAlarmBtn_1446l_20{background:#006aff;color:#fff;font-size:1.4rem;font-weight:700;margin-top:15px;height:50px;width:100%}@media only screen and (max-width:420px){._modalBox_1446l_1{height:300px;width:90vw}}._modalBox_1vvk1_1{height:460px;width:420px;overflow:hidden!important}._modalContainer_1vvk1_7{font-size:1.1rem;padding:20px;text-align:center}._title_1vvk1_13{margin-bottom:40px}._title_1vvk1_13>h1{font-size:inherit;margin:0 0 .8rem}._title_1vvk1_13>p{margin:5px 0}._customerPhone_1vvk1_24{color:#006aff;font-weight:700;text-decoration:none}._phoneIcon_1vvk1_30{height:15px;fill:#006aff;width:15px}._actionButton_1vvk1_36,._closeModalButton_1vvk1_36{background:#006aff;color:#fff;font-weight:600;margin:0 auto 15px;width:280px}._actionButton_1vvk1_36>svg,._closeModalButton_1vvk1_36>svg{height:20px;width:20px;fill:#fff;margin-right:12px}._closeModalButton_1vvk1_36{background:#e4e6eb;color:#000;margin-top:2rem}@media only screen and (max-width:420px){._modalBox_1vvk1_1{width:90vw}}._modalClassname_1olaj_1{border-radius:0;height:100vh!important;max-height:100vh;margin-right:0;width:500px}._infoIcon_1olaj_9{fill:#006aff;height:.8rem;margin-left:8px;width:.8rem;margin-top:2px;cursor:pointer}._infoIcon_1olaj_9>svg{height:inherit;width:inherit}._info_modal_1olaj_22{max-width:50vw}._modal_content_1olaj_26{line-height:140%;text-align:justify}._moduleFieldsContainer_1olaj_31{line-height:22px}._red_text_1olaj_35{color:red}._dateRange_1olaj_39{display:flex;align-items:center;margin-bottom:2rem}._date_1olaj_39{background:#e4e6eb;border-radius:8px;padding:8px 10px;font-size:12px}._arrow_icon_1olaj_52{height:12px;margin:0 10px;width:12px}._arrow_icon_1olaj_52>svg{height:inherit;width:inherit}._tab_1olaj_62{display:flex;align-items:center;justify-content:center}._dineInIcon_1olaj_68,._lunchBagIcon_1olaj_69{margin-right:.6rem}._dineInIcon_1olaj_68{height:2rem;width:2rem}._lunchBagIcon_1olaj_69{height:1.4rem;width:1.4rem}._section_1olaj_83{margin-bottom:30px}._section_label_1olaj_87{border-bottom:1px #d4dae0 solid;font-size:16px;margin:0;padding-bottom:16px}._data_row_1olaj_94{align-items:center;display:flex;justify-content:space-between;border-bottom:1px #f2f2f2 solid;font-weight:400;padding:14px 0}._data_row_h3_1olaj_103,._data_row_h4_1olaj_104{display:flex;font-size:inherit;font-weight:400;line-height:140%;margin:0;padding-right:10px}._data_row_h4_1olaj_104{font-size:14px;margin-top:10px}._date_row_p_1olaj_118{font-weight:400;margin:0}._highlight_1olaj_123>*{font-weight:700}@media only screen and (max-width:500px){._inputField_1olaj_128{width:100%}._dineInIcon_1olaj_68,._lunchBagIcon_1olaj_69{margin-right:.4rem}._dineInIcon_1olaj_68{height:1.6rem;width:1.6rem}._lunchBagIcon_1olaj_69{height:1.2rem;width:1.2rem}}._modalBoxClassname_1mods_1{border-radius:0;width:400px}._closeModalIcon_1mods_6{height:1rem;width:1rem}._box_1mods_11{padding:20px}._printerName_1mods_15{display:flex;align-items:center;font-size:1.2rem;font-weight:700}._printerName_1mods_15>svg{height:1.6rem;margin-right:1rem;width:1.6rem}._badges_1mods_27{display:flex;align-items:center;margin-top:10px}._badge_1mods_27,._offlineBadge_1mods_33,._onlineBadge_1mods_33{border-radius:100px;color:#fff;font-size:.8rem;margin-right:15px;padding:2px 10px}._onlineBadge_1mods_33{background:#006aff}._offlineBadge_1mods_33{background:#fd5458}._description_1mods_49{font-size:1rem;font-weight:700;margin-top:30px}._brandSelector_1mods_55{display:flex;align-items:center}._epsonLogo_1mods_60{height:15px;margin-top:3px}._starLogo_1mods_65{height:20px}._radioBtn_1mods_69{font-size:1rem;margin-right:15px}._helperButtons_1mods_74{position:fixed;bottom:0;display:flex;right:0;width:400px}._helperButtons_1mods_74>button{border-radius:0;color:#fff;font-size:1rem;font-weight:700;padding:20px;text-transform:uppercase;width:50%}._printTestOrderBtn_1mods_91{background:#006aff}._printTestOrderBtn_1mods_91._fullWidth_1mods_94{width:100%}._removeBtn_1mods_98{background:#fd5458}@media only screen and (max-width:600px){._modalBoxClassname_1mods_1{width:inherit}._helperButtons_1mods_74{width:100vw}._helperButtons_1mods_74>button{font-size:.9rem;padding:15px}}._modalBox_oz879_1{height:28rem;width:530px!important}._orderInfo_oz879_6{border:2px solid #006AFF;border-radius:8px;display:flex;align-items:center;flex-wrap:wrap;margin-bottom:1.6rem;padding:.6rem .8rem}._orderInfo_oz879_6>strong{margin-right:1.6rem;text-transform:uppercase}._label_see_message_oz879_20{cursor:pointer;color:#006aff;display:flex}._icon_oz879_26,._eyeIcon_oz879_26{fill:#006aff;height:15px;margin-right:8px;width:15px}._eyeIcon_oz879_26{height:20px;width:20px}._pickupTime_oz879_38{margin:6px 1rem 6px 0}._check_box_container_oz879_42{display:flex;justify-content:space-between;margin:20px 0}._pickupBy_oz879_48{display:flex;align-items:center;margin:6px 0}._courier_oz879_54{margin-left:.4rem}._deliveryCourierIcon_oz879_58{height:1.6rem;width:6rem}._deliveryCourierIcon_oz879_58>svg{height:inherit;width:inherit}._fulfilledBy_oz879_67{display:flex;align-items:center}._fulfilledBy_oz879_67>svg{height:1.6rem;margin-left:.6rem;width:6rem}._options_oz879_77{display:flex;flex-wrap:wrap}._option_oz879_77{margin-right:1rem;margin-bottom:1rem}._submitButton_oz879_87{margin:40px auto 0;width:100%}@media only screen and (max-width:700px){._modalBox_oz879_1{height:100%;width:100%!important}._check_box_container_oz879_42{display:block}._label_see_message_oz879_20{margin-top:.8rem}._submitButton_oz879_87{margin-top:.8rem;width:100%}}._modal_1r560_1{border-radius:0;height:100vh;margin-right:0;max-height:100vh}._categoryContainer_1r560_8{align-items:center;border-bottom:1px solid #ddd;display:flex;line-height:140%;padding:.8rem 0 .8rem .6rem}._categoryContainer_1r560_8>svg{fill:#006aff;height:1rem;margin-right:.6rem;width:1rem}._archived_sign_1r560_22{background:#0b2135;border-radius:100px;color:#fff;font-size:.8rem;margin-left:20px;padding:4px 10px}._overlay_ddxrf_1{top:0;z-index:1000}._modal_ddxrf_6{border-radius:0;height:100vh;margin-right:0;max-height:100vh;width:700px}._modalContent_ddxrf_14{padding-top:20px}._closeModalBtn_ddxrf_18{background:transparent;border:none;color:#fff;font-size:1rem}._closeModalBtn_ddxrf_18>svg{fill:#fff;height:1rem;margin-right:.6rem;width:1rem}._closeModalBtn_ddxrf_18:hover{background:#fff3;box-shadow:none}._fieldContainer_ddxrf_35{display:flex;flex-direction:column;gap:.5rem}._dropdownContainer_ddxrf_41{padding:.5rem;border:1px solid #e0e0e0;border-radius:.5rem;width:fit-content;margin-bottom:20px}._removeMarginBottom_ddxrf_49{margin-bottom:0}._inputAppearance_ddxrf_53{-webkit-appearance:revert!important;-moz-appearance:revert!important;appearance:revert!important;--webkit-appearance: checkbox !important;width:12px;height:12px;margin-right:8px}._fieldCheckbox_ddxrf_61{display:flex;align-items:center;margin-bottom:20px}._fieldCheckbox_ddxrf_61 input{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}._removeButton_ddxrf_71{background-color:#dc3545;color:#fff;width:100%}._centerButton_ddxrf_77{margin:0 auto}._color_picker_heading_container_ddxrf_81{justify-content:space-between;margin-bottom:12px}._maps_instructions_container_ddxrf_86{padding:15px;background-color:#f9f9f9;border-radius:5px;margin-top:15px}._maps_instructions_container_ddxrf_86 ._maps_instructions_title_ddxrf_92{margin:0 0 10px;font-weight:600;font-size:14px;color:#333}._maps_instructions_container_ddxrf_86 ._maps_instructions_list_ddxrf_98{margin:0;padding-left:20px;font-size:14px;color:#666;line-height:1.8}._sectionHeader_ddxrf_106{font-size:16px;font-weight:600;margin-top:0;margin-bottom:16px}._sectionDivider_ddxrf_113{border-top:1px solid currentColor;opacity:.12;margin:20px auto}._uploadButton_ddxrf_119{white-space:nowrap;margin-left:0;margin-bottom:30px;padding:8px 12px;line-height:30px}._channelsList_5yakt_1{display:flex;flex-direction:column}._channel_5yakt_1{display:flex;align-items:center;margin-bottom:1.5rem;order:2}._channel_5yakt_1._skipli_5yakt_12{order:1}._channel_5yakt_1._unknownChannel_5yakt_15{align-items:flex-start;order:3}._logoContainer_5yakt_20{margin-right:1rem;width:10rem}._logo_5yakt_20{height:auto;width:4.6rem}._logo_5yakt_20>svg{height:inherit;width:inherit}._urlInputContainer_5yakt_34{width:100%}._addChannelButton_5yakt_38{color:#006aff;font-size:16px;margin-top:2rem;padding:14px;width:100%}._addChannelButton_5yakt_38>svg{fill:#006aff;height:14px;margin-right:10px;width:14px}._removeChannelButton_5yakt_52{background:none;border:none;color:#fd5458;margin-top:10px;padding:0}._removeChannelButton_5yakt_52:hover{box-shadow:none}._removeChannelButton_5yakt_52>svg{fill:#fd5458;height:.8rem;margin-right:.4rem;margin-top:.1rem;width:.8rem}._changeImageBtn_25fh9_1{margin-left:0;padding:8px 12px;line-height:30px;margin-bottom:30px}._imageFieldRow_25fh9_8{display:flex;flex-direction:row;gap:1rem;align-items:flex-end}._imageFieldRowInput_25fh9_15{flex:1;min-width:0}._helpText_1o4x2_2{font-size:13px;color:#666;margin:0 0 16px;line-height:1.5}._imagesGrid_1o4x2_9{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;margin-bottom:20px}._imageCard_1o4x2_16{display:flex;flex-direction:column;gap:8px;padding:12px;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;transition:all .2s ease}._imageCard_1o4x2_16:hover{border-color:var(--t5-theme-color, #ce3335);box-shadow:0 2px 8px #ce33351a}._imageNumber_1o4x2_31{display:flex;justify-content:space-between;align-items:center;font-size:14px;font-weight:500;color:#333}._removeBtn_1o4x2_40{width:24px;height:24px;padding:0;border:none;background-color:#f0f0f0;color:var(--t5-theme-color, #ce3335);border-radius:50%;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}._removeBtn_1o4x2_40:hover{background-color:var(--t5-theme-color, #ce3335);color:#fff}._imagePreview_1o4x2_60{display:flex;align-items:center;justify-content:center;width:100%;height:140px;background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;overflow:hidden}._imagePreview_1o4x2_60 img{width:100%;height:100%;object-fit:cover}._placeholderImage_1o4x2_77{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:#e9ecef;color:#6c757d;font-size:12px;text-align:center;padding:8px}@media(max-width:768px){._imagesGrid_1o4x2_9{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}@media(max-width:576px){._imagesGrid_1o4x2_9{grid-template-columns:repeat(2,1fr)}._imagePreview_1o4x2_60{height:100px}}._modalContent_1pp63_2{padding:20px}._testimonialsSection_1pp63_6{margin-bottom:24px}._reviewsList_1pp63_10{display:flex;flex-direction:column}._reviewCard_1pp63_15{border:1px solid #e5e7eb;border-radius:8px;padding:16px;background:#f9fafb}._reviewHeader_1pp63_22{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._reviewTitle_1pp63_29{font-weight:600;font-size:16px;color:#000;margin:0}._deleteButton_1pp63_36{background:#eb1700;color:#fff;border:none;border-radius:4px;padding:6px 12px;font-size:14px;cursor:pointer}._deleteButton_1pp63_36:hover{background:#c21300}._reviewFields_1pp63_50{display:grid;grid-template-columns:1fr 1fr;gap:16px}._reviewFieldFull_1pp63_56{grid-column:1/-1}._imageInputRow_1pp63_60{display:flex;gap:12px;align-items:flex-end}._imageInputWrapper_1pp63_66{flex:1;min-width:0}._changeImageButton_1pp63_71{white-space:nowrap;margin-bottom:30px;padding:8px 12px;line-height:30px}._removeMarginBottom_1pp63_78{margin-bottom:0}._ratingContainer_1pp63_82{display:flex;flex-direction:column;gap:8px}._ratingLabel_1pp63_88{font-size:14px;font-weight:500;color:#000}._starsInput_1pp63_94{display:flex;gap:4px}._starButton_1pp63_99{background:none;border:none;cursor:pointer;padding:2px;color:#d1d5db;transition:color .2s}._starButton_1pp63_99._active_1pp63_108,._starButton_1pp63_99:hover{color:#f59e0b}._starIcon_1pp63_116{width:20px;height:20px}._addReviewButton_1pp63_121:hover{background:#2563eb}._addIcon_1pp63_125{width:16px;height:16px;fill:#fff}._emptyState_1pp63_131{text-align:center;padding:40px 20px;color:#6b7280;border:2px dashed #d1d5db;border-radius:8px;margin-bottom:20px}._emptyStateText_1pp63_140{margin-bottom:16px;font-size:14px}._enabledToggle_1pp63_145{display:flex;align-items:center;gap:12px;margin-top:20px;padding-top:20px;border-top:1px solid #e5e7eb}._toggleLabel_1pp63_154{font-size:14px;font-weight:500;color:#374151}@media(max-width:600px){._imageInputRow_1pp63_60{flex-direction:column;align-items:stretch}._changeImageButton_1pp63_71{width:100%}}._helpText_10fae_2{font-size:12px;opacity:.75;margin:0 0 12px;line-height:1.4}._actionsRow_10fae_9{display:flex;gap:10px;flex-wrap:wrap}._itemBlock_10fae_15{margin:0 0 14px}._itemHeader_10fae_19{font-size:14px;font-weight:600;margin:0 0 10px}._itemDivider_10fae_25{border-top:1px solid currentColor;opacity:.12;margin:14px 0 0}._addRow_10fae_31{margin-top:12px}._imageInputRow_10fae_35{display:flex;gap:12px;align-items:flex-end}._imageInputWrapper_10fae_41{flex:1;min-width:0}._changeImageButton_10fae_46{white-space:nowrap;margin-bottom:30px;padding:8px 12px;line-height:30px}@media(max-width:600px){._imageInputRow_10fae_35{flex-direction:column;align-items:stretch}._changeImageButton_10fae_46{width:100%}}._actionsRow_1nej7_2{display:flex;gap:10px;flex-wrap:wrap}._helpText_1nej7_8{font-size:13px;color:#666;margin:0 0 16px;line-height:1.5}._sectionHeader_1nej7_15{font-size:16px;font-weight:600;margin-bottom:16px}._sectionDivider_1nej7_21{border-top:1px solid currentColor;opacity:.12;margin-bottom:20px}._itemBlock_1nej7_27{margin:0 0 14px}._itemHeader_1nej7_31{font-size:14px;font-weight:600;margin:0 0 10px}._itemDivider_1nej7_37{border-top:1px solid currentColor;opacity:.12;margin:14px 0 0}._addRow_1nej7_43{margin-top:12px}._imageInputRow_1nej7_47{display:flex;gap:12px;align-items:flex-end}._imageInputWrapper_1nej7_53{flex:1;min-width:0}._changeImageButton_1nej7_58{white-space:nowrap;margin-bottom:30px;padding:8px 12px;line-height:30px}._imagesGrid_1nej7_65{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;margin-bottom:8px}._imageCard_1nej7_72{display:flex;flex-direction:column;gap:8px;padding:12px;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px}._imageHeaderRow_1nej7_82{display:flex;justify-content:space-between;align-items:center;gap:8px}._imagePreview_1nej7_89{display:flex;align-items:center;justify-content:center;width:100%;height:140px;background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;overflow:hidden}._imagePreview_1nej7_89 img{width:100%;height:100%;object-fit:cover}._placeholderImage_1nej7_106{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:#e9ecef;color:#6c757d;font-size:12px;text-align:center;padding:8px}._removeBtn_1nej7_119{width:24px;height:24px;padding:0;border:none;background-color:#f0f0f0;color:#ce3335;border-radius:50%;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}._removeBtn_1nej7_119:hover{background-color:#ce3335;color:#fff}._itemContainer_1nej7_139{max-width:100%;margin-right:0;width:100%}._addItemModalOverlay_1nej7_145{top:0;z-index:1200}._addItemModalBox_1nej7_150{width:40rem}@media(max-width:768px){._imageInputRow_1nej7_47{flex-direction:column;align-items:stretch}._changeImageButton_1nej7_58{width:100%}._imagesGrid_1nej7_65{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}._imagePreview_1nej7_89{height:110px}}._helpText_9zqfu_2{font-size:12px;opacity:.75;margin:0;line-height:1.4}._actionsRow_9zqfu_9{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px}._imageInputRow_9zqfu_16{display:flex;align-items:flex-end;gap:10px;flex-wrap:wrap}._imageInputRow_9zqfu_16>:first-child{flex:1;min-width:260px}._statBlock_9zqfu_27{margin:0 0 12px}._statHeaderRow_9zqfu_31{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0 0 8px}._statHeader_9zqfu_31{font-size:14px;font-weight:600}._statRow_9zqfu_44{display:flex;gap:10px;flex-wrap:wrap}._statRow_9zqfu_44>*{flex:1;min-width:220px}._changeImageButton_9zqfu_54{margin-bottom:30px;padding:8px 12px;line-height:30px}._imageInputRow_nrsja_1{display:flex;align-items:flex-end;gap:10px;flex-wrap:wrap}._imageInputRow_nrsja_1>:first-child{flex:1;min-width:260px}._changeImageButton_nrsja_12{margin-bottom:30px;padding:8px 12px;line-height:30px}._imageInputRow_11jay_1{display:flex;gap:12px;align-items:flex-end}._imageInputWrapper_11jay_7{flex:1}._imageUploadButton_11jay_11{white-space:nowrap;margin-bottom:30px;padding:8px 12px;line-height:30px}@media(max-width:768px){._imageInputRow_11jay_1{flex-direction:column;align-items:stretch}._imageUploadButton_11jay_11{width:100%}}._helpText_1of3g_2{font-size:13px;color:#666;margin:0;line-height:1.5}._actionsRow_1of3g_9{display:flex;gap:10px;flex-wrap:wrap}._sectionHeader_1of3g_15{font-size:14px;font-weight:600;margin:6px 0 10px}._sectionDivider_1of3g_21{border-top:1px solid currentColor;opacity:.12;margin:14px 0}._itemBlock_1of3g_27{margin:0 0 14px}._itemHeader_1of3g_31{font-size:14px;font-weight:600;margin:0 0 10px}._itemDivider_1of3g_37{border-top:1px solid currentColor;opacity:.12;margin:14px 0 0}._addRow_1of3g_43{margin-top:12px}._imagesGrid_1of3g_47{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;margin-bottom:8px}._imageCard_1of3g_54{display:flex;flex-direction:column;gap:8px;padding:12px;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px}._imageHeaderRow_1of3g_64{display:flex;justify-content:space-between;align-items:center;gap:8px}._imagePreview_1of3g_71{display:flex;align-items:center;justify-content:center;width:100%;height:140px;background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;overflow:hidden}._imagePreview_1of3g_71 img{width:100%;height:100%;object-fit:cover}._placeholderImage_1of3g_88{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:#e9ecef;color:#6c757d;font-size:12px;text-align:center;padding:8px}._removeBtn_1of3g_101{width:24px;height:24px;padding:0;border:none;background-color:#f0f0f0;color:#ce3335;border-radius:50%;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}._removeBtn_1of3g_101:hover{background-color:#ce3335;color:#fff}._itemContainer_1of3g_121{max-width:100%;margin-right:0;width:100%}._addItemModalOverlay_1of3g_127{top:0;z-index:1200}._addItemModalBox_1of3g_132{width:40rem}@media(max-width:768px){._imagesGrid_1of3g_47{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}._imagePreview_1of3g_71{height:110px}}._actionsRow_1ca7b_2{display:flex;gap:10px;flex-wrap:wrap}._sectionHeader_1ca7b_8{font-size:14px;font-weight:600;margin:6px 0 10px}._sectionDivider_1ca7b_14{border-top:1px solid currentColor;opacity:.12;margin:14px 0}._itemBlock_1ca7b_20{margin:0 0 14px}._itemHeader_1ca7b_24{font-size:14px;font-weight:600;margin:0 0 10px}._itemDivider_1ca7b_30{border-top:1px solid currentColor;opacity:.12;margin:14px 0 0}._addRow_1ca7b_36{margin-top:12px}._imagesGrid_1ca7b_40{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;margin-bottom:8px}._imageCard_1ca7b_47{display:flex;flex-direction:column;gap:8px;padding:12px;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px}._imageHeaderRow_1ca7b_57{display:flex;justify-content:space-between;align-items:center;gap:8px}._imagePreview_1ca7b_64{display:flex;align-items:center;justify-content:center;width:100%;height:140px;background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;overflow:hidden}._imagePreview_1ca7b_64 img{width:100%;height:100%;object-fit:cover}._placeholderImage_1ca7b_81{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:#e9ecef;color:#6c757d;font-size:12px;text-align:center;padding:8px}._removeBtn_1ca7b_94{width:24px;height:24px;padding:0;border:none;background-color:#f0f0f0;color:#ce3335;border-radius:50%;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}._removeBtn_1ca7b_94:hover{background-color:#ce3335;color:#fff}@media(max-width:768px){._imagesGrid_1ca7b_40{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}._imagePreview_1ca7b_64{height:110px}}._section_ssfo5_2{margin-bottom:2rem;padding:1.5rem;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}._sectionTitle_ssfo5_10{font-size:1.125rem;font-weight:600;color:#212529;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #e1b168}._inputGroup_ssfo5_19{margin-bottom:1.5rem}._inputGroup_ssfo5_19:last-child{margin-bottom:0}._textInput_ssfo5_26{width:100%}._imageInputRow_ssfo5_31{display:flex;gap:12px;align-items:flex-end}._imageInputWrapper_ssfo5_37{flex:1}._imageChangeButton_ssfo5_41{white-space:nowrap;margin-bottom:30px;padding:8px 12px;line-height:30px}._imagePreview_ssfo5_48{display:flex;flex-direction:column;align-items:center;gap:1rem}._previewImage_ssfo5_55{width:100%;max-width:300px;height:150px;object-fit:cover;border-radius:8px;border:2px solid #dee2e6}._placeholderImage_ssfo5_64{width:100%;max-width:300px;height:150px;display:flex;align-items:center;justify-content:center;background-color:#f8f9fa;border:2px dashed #dee2e6;border-radius:8px;color:#6c757d;font-style:italic}._changeImageButton_ssfo5_78{background-color:#e1b168;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s ease}._changeImageButton_ssfo5_78:hover{background-color:#d4a55a;transform:translateY(-1px)}._preview_ssfo5_55{border:2px solid #dee2e6;border-radius:8px;overflow:hidden}._previewHero_ssfo5_100{position:relative;height:200px;background-color:#000;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center}._previewOverlay_ssfo5_112{position:absolute;top:0;left:0;right:0;bottom:0;background:#0006;z-index:1}._previewContent_ssfo5_122{position:relative;z-index:2;text-align:center;color:#fff;padding:1rem}._previewGreeting_ssfo5_130{font-size:.875rem;font-weight:400;letter-spacing:2px;margin-bottom:.5rem;color:#e1b168;text-transform:uppercase}._previewTitle_ssfo5_139{font-size:1.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2;text-transform:uppercase;letter-spacing:1px}._previewButtons_ssfo5_148{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}._previewPrimaryButton_ssfo5_155,._previewSecondaryButton_ssfo5_156{padding:.5rem 1rem;border:none;border-radius:4px;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:all .2s ease}._previewPrimaryButton_ssfo5_155{background-color:#e1b168;color:#fff}._previewPrimaryButton_ssfo5_155:hover{background-color:#d4a55a}._previewSecondaryButton_ssfo5_156{background-color:transparent;color:#fff;border:2px solid #e1b168}._previewSecondaryButton_ssfo5_156:hover{background-color:#e1b168;color:#fff}@media(max-width:768px){._imageInputRow_ssfo5_31{flex-direction:column;align-items:stretch}._imageChangeButton_ssfo5_41{width:100%}._section_ssfo5_2{padding:1rem;margin-bottom:1.5rem}._sectionTitle_ssfo5_10{font-size:1rem}._previewHero_ssfo5_100{height:150px}._previewTitle_ssfo5_139{font-size:1.25rem}._previewButtons_ssfo5_148{flex-direction:column;align-items:center}._previewPrimaryButton_ssfo5_155,._previewSecondaryButton_ssfo5_156{width:100%;max-width:200px}}._helpText_1xy6e_2{font-size:13px;color:#666;margin:0 0 16px;line-height:1.5}._section_1xy6e_9{margin-bottom:2rem;padding:1.5rem;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}._sectionTitle_1xy6e_17{font-size:1.125rem;font-weight:600;color:#212529;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #e1b168}._inputGroup_1xy6e_26{margin-bottom:1.5rem}._inputGroup_1xy6e_26:last-child{margin-bottom:0}._textInput_1xy6e_33{width:100%}._buttonGroup_1xy6e_38{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem}._imagesGrid_1xy6e_46{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px;margin-bottom:20px}._imageCard_1xy6e_53{display:flex;flex-direction:column;gap:8px;padding:12px;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;transition:all .2s ease}._imageCard_1xy6e_53:hover{border-color:var(--t3-theme-color, #e1b168);box-shadow:0 2px 8px #e1b1681f}._imageNumber_1xy6e_68{display:flex;justify-content:space-between;align-items:center;font-size:14px;font-weight:500;color:#333}._removeBtn_1xy6e_77{width:24px;height:24px;padding:0;border:none;background-color:#f0f0f0;color:var(--t3-theme-color, #e1b168);border-radius:50%;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}._removeBtn_1xy6e_77:hover{background-color:var(--t3-theme-color, #e1b168);color:#fff}._imagePreview_1xy6e_97{display:flex;align-items:center;justify-content:center;width:100%;height:140px;background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;overflow:hidden}._imagePreview_1xy6e_97 img{width:100%;height:100%;object-fit:cover}._placeholderImage_1xy6e_114{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:#e9ecef;color:#6c757d;font-size:12px;text-align:center;padding:8px}._addButtonContainer_1xy6e_127{display:flex;gap:12px;margin-top:16px}._itemPreview_1xy6e_134{display:flex;align-items:center;gap:1rem;padding:1rem;background-color:#fff;border-radius:8px;border:1px solid #dee2e6;margin-bottom:1rem}._itemImage_1xy6e_145{width:80px;height:80px;object-fit:cover;border-radius:8px}._itemDetails_1xy6e_152{flex:1}._itemName_1xy6e_156{font-weight:600;color:#222;margin-bottom:.25rem}._itemMeta_1xy6e_162{font-size:.875rem;color:#555}._itemPrice_1xy6e_167{font-weight:600;color:#e1b168}._itemContainer_1xy6e_172{max-width:100%;margin-right:0;width:100%}._addItemModalOverlay_1xy6e_178{top:0;z-index:1200}._addItemModalBox_1xy6e_183{width:40rem}@media(max-width:768px){._imagesGrid_1xy6e_46{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}@media(max-width:576px){._imagesGrid_1xy6e_46{grid-template-columns:repeat(2,1fr)}._imagePreview_1xy6e_97{height:100px}}._section_12pbp_2{margin-bottom:2rem;padding:1.5rem;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}._sectionTitle_12pbp_10{font-size:1.125rem;font-weight:600;color:#212529;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #e1b168}._inputGroup_12pbp_19{margin-bottom:1.5rem}._inputGroup_12pbp_19:last-child{margin-bottom:0}._textInput_12pbp_26{width:100%}._imageInputRow_12pbp_30{display:flex;gap:12px;align-items:flex-end}._imageInputWrapper_12pbp_36{flex:1}._changeBackgroundImageButton_12pbp_40{white-space:nowrap;margin-bottom:30px;padding:8px 12px;line-height:30px}._imagePreview_12pbp_48{display:flex;flex-direction:column;align-items:center;gap:1rem}._previewImage_12pbp_55{width:100%;max-width:300px;height:150px;object-fit:cover;border-radius:8px;border:2px solid #dee2e6}._placeholderImage_12pbp_64{width:100%;max-width:300px;height:150px;display:flex;align-items:center;justify-content:center;background-color:#f8f9fa;border:2px dashed #dee2e6;border-radius:8px;color:#6c757d;font-style:italic}._changeImageButton_12pbp_78{background-color:#e1b168;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s ease}._changeImageButton_12pbp_78:hover{background-color:#d4a55a;transform:translateY(-1px)}._schedulePreview_12pbp_94{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background-color:#fff;border-radius:8px;border:1px solid #dee2e6;margin-bottom:1rem}._scheduleDays_12pbp_105{font-weight:600;color:#222}._scheduleHours_12pbp_110{color:#e1b168;font-size:.875rem}._behaviorLabel_12pbp_115{margin-bottom:8px}._behaviorOptions_12pbp_119{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:30px}._behaviorOption_12pbp_119{display:inline-flex;align-items:center;gap:8px;cursor:pointer}._behaviorText_12pbp_133{white-space:nowrap}._behaviorRadio_12pbp_137{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;width:16px;height:16px;border:2px solid #7a7a7a;border-radius:50%;background-color:#fff;margin:0;flex-shrink:0;cursor:pointer}._behaviorRadio_12pbp_137:checked{border-color:#1f73b7;background-image:radial-gradient(circle,#1f73b7 42%,#fff 44%)}._behaviorRadio_12pbp_137:focus-visible{outline:2px solid #9ec8ef;outline-offset:2px}@media(max-width:768px){._imageInputRow_12pbp_30{flex-direction:column;align-items:stretch}._changeBackgroundImageButton_12pbp_40{width:100%}}._section_8al0l_2{margin-bottom:2rem;padding:1.5rem;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}._sectionTitle_8al0l_10{font-size:1.125rem;font-weight:600;color:#212529;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #e1b168}._inputGroup_8al0l_19{margin-bottom:1.5rem}._inputGroup_8al0l_19:last-child{margin-bottom:0}._textInput_8al0l_26{width:100%}._buttonGroup_8al0l_31{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem}._imageInputRow_8al0l_38{display:flex;gap:12px;align-items:flex-end}._imageInputWrapper_8al0l_44{flex:1}._imageChangeButton_8al0l_48{white-space:nowrap;margin-bottom:30px;padding:8px 12px;line-height:30px}._imagePreview_8al0l_56{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:1rem}._previewImage_8al0l_64{width:100%;max-width:300px;height:180px;object-fit:cover;border-radius:8px;border:2px solid #dee2e6}._placeholderImage_8al0l_73{width:100%;max-width:300px;height:180px;display:flex;align-items:center;justify-content:center;background-color:#f8f9fa;border:2px dashed #dee2e6;border-radius:8px;color:#6c757d;font-style:italic}._changeImageButton_8al0l_87{background-color:#e1b168;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s ease}._changeImageButton_8al0l_87:hover{background-color:#d4a55a;transform:translateY(-1px)}._sectionPreview_8al0l_103{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background-color:#fff;border-radius:8px;border:1px solid #dee2e6;margin-bottom:1rem}._sectionEyebrow_8al0l_114{color:#e1b168;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}._sectionTitlePreview_8al0l_122{font-weight:600;color:#222;font-size:1rem}._sectionDescription_8al0l_128{color:#555;font-size:.875rem;line-height:1.5}._positionIndicator_8al0l_135{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .5rem;background-color:#e9ecef;border-radius:4px;font-size:.75rem;color:#666}@media(max-width:768px){._imageInputRow_8al0l_38{flex-direction:column;align-items:stretch}._imageChangeButton_8al0l_48{width:100%}}._sectionHeader_v8cum_2{font-size:1.25rem;font-weight:600;color:#212529;margin:2rem 0 1rem;padding-bottom:.5rem;border-bottom:2px solid #e1b168}._buttonGroup_v8cum_12{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem}._imageInputRow_v8cum_19{display:flex;gap:12px;align-items:flex-end}._imageInputWrapper_v8cum_25{flex:1}._changeBackgroundImageButton_v8cum_29{white-space:nowrap;margin-bottom:30px;padding:8px 12px;line-height:30px}._testimonialPreview_v8cum_37{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background-color:#fff;border-radius:8px;border:1px solid #dee2e6;margin-bottom:1rem}._testimonialName_v8cum_48{font-weight:600;color:#e1b168;font-size:1rem}._testimonialText_v8cum_54{color:#555;font-size:.875rem;line-height:1.5;font-style:italic}._statPreview_v8cum_62{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:1rem;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}._statNumber_v8cum_73{font-size:1.5rem;font-weight:700;color:#e1b168}._statLabel_v8cum_79{font-size:.75rem;color:#666;text-transform:uppercase;letter-spacing:.05em}._imagePreview_v8cum_87{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:1rem}._previewImage_v8cum_95{width:100%;max-width:400px;height:200px;object-fit:cover;border-radius:8px;border:2px solid #dee2e6}._placeholderImage_v8cum_104{width:100%;max-width:400px;height:200px;display:flex;align-items:center;justify-content:center;background-color:#f8f9fa;border:2px dashed #dee2e6;border-radius:8px;color:#6c757d;font-style:italic}._addReviewButton_v8cum_118{margin:0 auto}@media(max-width:768px){._imageInputRow_v8cum_19{flex-direction:column;align-items:stretch}._changeBackgroundImageButton_v8cum_29{width:100%}}._sectionHeader_mumfh_1{font-size:1.125rem;font-weight:600;color:#333;margin-top:1.5rem;margin-bottom:1rem}._buttonGroup_mumfh_9{display:flex;gap:.5rem;margin-top:1rem}._helpText_mumfh_15{font-size:.75rem;color:#666;margin-top:.25rem}._helpText_mumfh_15 a{color:#4a90d9;text-decoration:none}._helpText_mumfh_15 a:hover{text-decoration:underline}._section_1efkc_2{margin-bottom:2rem;padding:1.5rem;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}._sectionTitle_1efkc_10{font-size:1.125rem;font-weight:600;color:#212529;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #2d5a27}._inputGroup_1efkc_19{margin-bottom:1.5rem}._inputGroup_1efkc_19:last-child{margin-bottom:0}._textInput_1efkc_26{width:100%}._label_1efkc_31{display:block;font-weight:500;margin-bottom:6px}._checkboxContainer_1efkc_38{margin-bottom:20px}._checkboxLabel_1efkc_42{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:500;color:#333;cursor:pointer}._checkboxLabel_1efkc_42 input[type=checkbox]{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}._checkboxLabel_1efkc_42 span{-webkit-user-select:none;user-select:none}._navItem_1efkc_60{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #e0e0e0}._navItem_1efkc_60:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}._navFieldsRow_1efkc_71{display:flex;gap:12px;align-items:flex-end}@media(max-width:768px){._navFieldsRow_1efkc_71{flex-direction:column;align-items:stretch}}._navField_1efkc_71{flex:1;min-width:0}._addButtonContainer_1efkc_88{margin-top:16px}._buttonGroup_1efkc_93{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem}._logoPreview_1efkc_101{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:1rem}._previewLogo_1efkc_109{max-width:200px;max-height:100px;object-fit:contain;border-radius:8px;border:2px solid #dee2e6;background:#fff;padding:10px}._placeholderLogo_1efkc_119{width:200px;height:80px;display:flex;align-items:center;justify-content:center;background-color:#f8f9fa;border:2px dashed #dee2e6;border-radius:8px;color:#6c757d;font-style:italic}._helpText_1efkc_132{font-size:13px;color:#666;margin:0 0 12px;line-height:1.4}._mediaTypeButtons_ff6jo_3{display:flex;gap:12px;flex-wrap:wrap}._mediaTypeBtn_ff6jo_9{flex:1;min-width:140px;padding:12px 16px;border:2px solid #e0e0e0;background-color:#fff;color:#333;border-radius:8px;cursor:pointer;transition:all .2s ease;font-weight:500}._mediaTypeBtn_ff6jo_9:hover{border-color:#2d5a27;background-color:#f3f7f3}._active_ff6jo_26{border-color:#2d5a27;background-color:#2d5a27;color:#fff}._mediaPreview_ff6jo_33{display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:16px;padding:16px;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}._previewLabel_ff6jo_45{font-size:13px;font-weight:500;color:#555;margin:0;align-self:flex-start}._previewVideo_ff6jo_53{width:100%;max-width:400px;height:auto;max-height:225px;object-fit:cover;border-radius:6px;background-color:#000}._placeholderMedia_ff6jo_63{width:100%;max-width:400px;height:180px;display:flex;align-items:center;justify-content:center;background-color:#e9ecef;border-radius:6px;color:#6c757d;font-size:14px}._section_ff6jo_76{margin-bottom:2rem;padding:1.5rem;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}._sectionTitle_ff6jo_84{font-size:1.125rem;font-weight:600;color:#212529;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #2d5a27}._inputGroup_ff6jo_93{margin-bottom:1.5rem}._inputGroup_ff6jo_93:last-child{margin-bottom:0}._textInput_ff6jo_100{width:100%}._slideItem_ff6jo_105{margin-bottom:20px;padding:16px;border:1px solid #e0e0e0;border-radius:8px;background-color:#fff}._slideItem_ff6jo_105:last-child{margin-bottom:0}._slideHeader_ff6jo_116{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #eee}._slideNumber_ff6jo_125{font-weight:600;color:#2d5a27}._slideFieldsRow_ff6jo_130{display:flex;gap:12px;align-items:flex-end;flex-wrap:wrap}@media(max-width:768px){._slideFieldsRow_ff6jo_130{flex-direction:column;align-items:stretch}}._slideField_ff6jo_130{flex:1;min-width:0}._addButtonContainer_ff6jo_148{margin-top:16px}._buttonGroup_ff6jo_153{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem}._imagePreview_ff6jo_161{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:1rem}._previewImage_ff6jo_169{width:100%;max-width:300px;height:150px;object-fit:cover;border-radius:8px;border:2px solid #dee2e6}._placeholderImage_ff6jo_178{width:100%;max-width:300px;height:150px;display:flex;align-items:center;justify-content:center;background-color:#f8f9fa;border:2px dashed #dee2e6;border-radius:8px;color:#6c757d;font-style:italic}._helpText_ff6jo_192{font-size:13px;color:#666;margin:0 0 12px;line-height:1.4}@media(max-width:576px){._mediaTypeButtons_ff6jo_3{flex-direction:column}._mediaTypeBtn_ff6jo_9{min-width:100%}._previewVideo_ff6jo_53,._placeholderMedia_ff6jo_63{max-width:100%}}._thumbnailGrid_ff6jo_212{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:10px;margin-bottom:16px}._thumbnail_ff6jo_212{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:4px;border:2px solid #dee2e6}._thumbnailPlaceholder_ff6jo_227{width:100%;aspect-ratio:16/9;display:flex;align-items:center;justify-content:center;background-color:#f8f9fa;border:2px dashed #dee2e6;border-radius:4px;color:#6c757d;font-size:12px}._section_1ei53_2{margin-bottom:2rem;padding:1.5rem;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}._sectionTitle_1ei53_10{font-size:1.125rem;font-weight:600;color:#212529;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #2d5a27}._inputGroup_1ei53_19{margin-bottom:1.5rem}._inputGroup_1ei53_19:last-child{margin-bottom:0}._textInput_1ei53_26{width:100%}._label_1ei53_31{display:block;font-size:14px;font-weight:500;color:#555;margin-bottom:6px}._helpText_1ei53_39{font-size:13px;color:#666;margin:0 0 12px;line-height:1.4}._section_1267p_2{margin-bottom:2rem;padding:1.5rem;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}._sectionTitle_1267p_10{font-size:1.125rem;font-weight:600;color:#212529;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #f74800}._inputGroup_1267p_19{margin-bottom:1.5rem}._inputGroup_1267p_19:last-child{margin-bottom:0}._textInput_1267p_26{width:100%}._label_1267p_31{display:block;font-size:14px;font-weight:500;color:#555;margin-bottom:6px}._helpText_1267p_39{font-size:13px;color:#666;margin:0 0 12px;line-height:1.4}._checkboxContainer_1267p_47{margin-bottom:16px}._checkboxLabel_1267p_51{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:500;color:#333;cursor:pointer}._checkboxLabel_1267p_51 input[type=checkbox]{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}._checkboxLabel_1267p_51 span{-webkit-user-select:none;user-select:none}._buttonGroup_1267p_69{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem}._imagesGrid_1267p_77{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media(max-width:600px){._imagesGrid_1267p_77{grid-template-columns:1fr}}._imageBox_1267p_88{display:flex;flex-direction:column;gap:10px}._imageLabel_1267p_94{font-size:14px;font-weight:600;color:#333}._imagePreview_1267p_101{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:1rem}._previewImage_1267p_109{width:100%;max-width:300px;height:150px;object-fit:cover;border-radius:8px;border:2px solid #dee2e6}._placeholderImage_1267p_118{width:100%;max-width:300px;height:150px;display:flex;align-items:center;justify-content:center;background-color:#f8f9fa;border:2px dashed #dee2e6;border-radius:8px;color:#6c757d;font-style:italic}._section_1297n_2{margin-bottom:2rem;padding:1.5rem;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}._sectionTitle_1297n_10{font-size:1.125rem;font-weight:600;color:#212529;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #f74800}._inputGroup_1297n_19{margin-bottom:1.5rem}._inputGroup_1297n_19:last-child{margin-bottom:0}._textInput_1297n_26{width:100%}._helpText_1297n_30{font-size:13px;color:#666;margin:0 0 12px;line-height:1.4}._iconInputRow_1297n_37{display:flex;gap:12px;align-items:flex-end}._iconInputWrapper_1297n_43{flex:1}._iconUploadButton_1297n_47{white-space:nowrap;margin-bottom:30px;padding:8px 12px;line-height:30px}._iconActionsRow_1297n_54{margin-top:10px}._checkboxContainer_1297n_59{display:flex;align-items:center;gap:10px;margin-bottom:16px}._checkboxContainer_1297n_59 input[type=checkbox]{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}._checkboxLabel_1297n_70{font-size:14px;color:#333;cursor:pointer}._dropdownLabel_1297n_77{display:block;font-size:14px;font-weight:500;color:#333;margin-bottom:8px}@media(max-width:480px){._iconInputRow_1297n_37{flex-direction:column;align-items:stretch}._iconUploadButton_1297n_47{width:100%}._checkboxContainer_1297n_59{flex-wrap:wrap}}._itemContainer_cybo8_1{max-width:100%;margin-right:0;width:100%}._addItemModalOverlay_cybo8_7{top:0;z-index:1200}._addItemModalBox_cybo8_12{width:40rem}._section_dqftf_2{margin-bottom:2rem;padding:1.5rem;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}._sectionTitle_dqftf_10{font-size:1.125rem;font-weight:600;color:#212529;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #2d5a27}._inputGroup_dqftf_19{margin-bottom:1.5rem}._inputGroup_dqftf_19:last-child{margin-bottom:0}._textInput_dqftf_26{width:100%}._helpText_dqftf_30{font-size:13px;color:#666;margin:0 0 12px;line-height:1.4}._sectionHeader_dqftf_37{font-size:14px;font-weight:600;margin:6px 0 10px}._itemHeader_dqftf_43{font-size:14px;font-weight:600;margin:0}._addRow_dqftf_49{margin-top:12px}._imagesGrid_dqftf_53{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;margin-bottom:8px}._imageCard_dqftf_60{display:flex;flex-direction:column;gap:8px;padding:12px;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px}._imageHeaderRow_dqftf_70{display:flex;justify-content:space-between;align-items:center;gap:8px}._buttonGroup_dqftf_78{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem}._imagePreview_dqftf_86{display:flex;align-items:center;justify-content:center;width:100%;height:140px;background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;overflow:hidden}._imagePreview_dqftf_86 img{width:100%;height:100%;object-fit:cover}._placeholderImage_dqftf_103{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:#e9ecef;color:#6c757d;font-size:12px;text-align:center;padding:8px}._removeBtn_dqftf_116{width:24px;height:24px;padding:0;border:none;background-color:#f0f0f0;color:#ce3335;border-radius:50%;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}._removeBtn_dqftf_116:hover{background-color:#ce3335;color:#fff}._previewThumbnail_dqftf_136{aspect-ratio:1;object-fit:cover;border-radius:4px;border:1px solid #dee2e6}._previewThumbnailPlaceholder_dqftf_143{aspect-ratio:1;display:flex;align-items:center;justify-content:center;background-color:#f8f9fa;border:1px dashed #dee2e6;border-radius:4px;color:#aaa;font-size:11px}@media(max-width:768px){._imagesGrid_dqftf_53{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}._imagePreview_dqftf_86{height:110px}}._section_1gfb6_2{margin-bottom:2rem}._inputGroup_1gfb6_6{margin-bottom:1.5rem}._inputGroup_1gfb6_6:last-child{margin-bottom:0}._textInput_1gfb6_13{width:100%}._helpText_1gfb6_17{font-size:13px;color:#666;margin:0 0 12px;line-height:1.4}._buttonGroup_1gfb6_25{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem}._imageInputRow_1gfb6_32{display:flex;gap:12px;align-items:flex-end}._imageInputWrapper_1gfb6_38{flex:1;min-width:0}._changeBackgroundImageButton_1gfb6_43{white-space:nowrap;margin-bottom:30px;padding:8px 12px;line-height:30px}._carouselImagesList_1gfb6_50{display:flex;flex-direction:column;gap:16px;margin-top:12px}._carouselImageRow_1gfb6_57{display:flex;gap:12px;align-items:flex-end;margin-bottom:16px}._carouselImageField_1gfb6_64{flex:1;min-width:0}._carouselImageActions_1gfb6_69{flex:0 0 auto;display:flex;flex-direction:column;gap:8px}._addButtonContainer_1gfb6_76{margin-top:12px}._carouselModeHint_1gfb6_80{margin:0;font-size:13px;color:#666}@media(max-width:600px){._imageInputRow_1gfb6_32{flex-direction:column;align-items:stretch}._changeBackgroundImageButton_1gfb6_43{width:100%}._carouselImageRow_1gfb6_57{flex-direction:column;align-items:stretch}._carouselImageActions_1gfb6_69{padding-bottom:0}}._imagePreview_1gfb6_103{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:1rem}._previewImage_1gfb6_111{width:100%;max-width:400px;height:auto;object-fit:cover;border-radius:8px;border:2px solid #dee2e6}._placeholderImage_1gfb6_120{width:100%;max-width:400px;height:200px;display:flex;align-items:center;justify-content:center;background-color:#f8f9fa;border:2px dashed #dee2e6;border-radius:8px;color:#6c757d;font-style:italic;font-size:14px}._sectionPreview_1gfb6_136{width:100%;min-height:200px;background-size:cover;background-position:center;border-radius:8px;overflow:hidden}._previewOverlay_1gfb6_145{width:100%;min-height:200px;display:flex;flex-direction:column;align-items:flex-start;padding:20px;gap:12px}._previewReviewCard_1gfb6_155{background:#ffffffab;padding:10px;max-width:250px}._previewReviewImage_1gfb6_161{width:100%;height:auto;display:block}._previewButton_1gfb6_167{display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;font-family:poppins-semibold,poppins,sans-serif;font-weight:700;font-size:10px;border-radius:2px;white-space:nowrap}._checkboxContainer_1gfb6_180{display:flex;align-items:center;gap:10px;margin-bottom:12px}._checkboxContainer_1gfb6_180 input[type=checkbox]{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}._checkboxLabel_1gfb6_191{font-size:14px;font-weight:500;color:#212529;cursor:pointer;-webkit-user-select:none;user-select:none}._changeCarouselImageButton_1gfb6_199{padding:8px 12px;line-height:30px}._helpText_1xq0n_2{font-size:13px;color:#666;margin:0 0 16px;line-height:1.5}._mediaTypeButtons_1xq0n_10{display:flex;gap:12px;flex-wrap:wrap}._mediaTypeBtn_1xq0n_16{flex:1;min-width:140px;padding:12px 16px;border:2px solid #e0e0e0;background-color:#fff;color:#333;border-radius:8px;cursor:pointer;transition:all .2s ease;font-weight:500}._mediaTypeBtn_1xq0n_16:hover{border-color:var(--t5-theme-color, #ce3335);background-color:#fef5f5}._mediaTypeBtn_1xq0n_16._active_1xq0n_32{border-color:var(--t5-theme-color, #ce3335);background-color:var(--t5-theme-color, #ce3335);color:#fff}._mediaPreview_1xq0n_39{display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:16px;padding:16px;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}._previewLabel_1xq0n_51{font-size:13px;font-weight:500;color:#555;margin:0;align-self:flex-start}._previewVideo_1xq0n_59{width:100%;max-width:400px;height:auto;max-height:225px;object-fit:cover;border-radius:6px;background-color:#000}._previewImage_1xq0n_69{width:100%;max-width:400px;height:auto;max-height:225px;object-fit:cover;border-radius:6px}._placeholderMedia_1xq0n_78{width:100%;max-width:400px;height:180px;display:flex;align-items:center;justify-content:center;background-color:#e9ecef;border-radius:6px;color:#6c757d;font-size:14px}._buttonGroup_1xq0n_92{display:flex;gap:12px;flex-wrap:wrap;margin-top:12px}._subSection_1xq0n_100{margin-top:24px;padding-top:24px;border-top:1px solid #e9ecef}._subSectionTitle_1xq0n_106{font-size:15px;font-weight:600;color:#333;margin:0 0 8px}@media(max-width:576px){._mediaTypeButtons_1xq0n_10{flex-direction:column}._mediaTypeBtn_1xq0n_16{min-width:100%}._previewVideo_1xq0n_59,._previewImage_1xq0n_69,._placeholderMedia_1xq0n_78{max-width:100%}}._helpText_nfovy_2{font-size:13px;color:#666;margin:0 0 12px;line-height:1.4}._label_nfovy_9{display:block;font-size:14px;font-weight:500;color:#555;margin-bottom:6px}._section_nfovy_18{margin-bottom:2rem;padding:1.5rem;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}._sectionTitle_nfovy_26{font-size:1.125rem;font-weight:600;color:#212529;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #ce3335}._inputGroup_nfovy_35{margin-bottom:1.5rem}._inputGroup_nfovy_35:last-child{margin-bottom:0}._textInput_nfovy_42{width:100%}._helpText_szcb9_2{font-size:14px;color:inherit;margin:0 0 12px}._label_szcb9_8{display:block;font-size:14px;font-weight:500;color:#555;margin-bottom:6px}._layoutButtons_szcb9_17{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:16px}._layoutBtn_szcb9_24{flex:1;min-width:160px;padding:12px 16px;border:2px solid #e0e0e0;background-color:#fff;color:#333;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease}._layoutBtn_szcb9_24:hover{border-color:var(--t5-theme-color, #ce3335);background-color:#fef5f5}._layoutBtn_szcb9_24._active_szcb9_41{border-color:var(--t5-theme-color, #ce3335);background-color:var(--t5-theme-color, #ce3335);color:#fff}._imagesGrid_szcb9_48{display:flex;flex-direction:column;gap:16px;margin-top:16px}._secondRowImages_szcb9_55{display:flex;flex-direction:row;gap:16px}._imageBox_szcb9_61{display:flex;flex:1;flex-direction:column;gap:8px;padding:12px;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}._imageLabel_szcb9_72{font-size:14px;font-weight:500;color:#333}._imageSizeHint_szcb9_78{font-size:12px;color:#999;margin:0}._imagePreview_szcb9_84{display:flex;align-items:center;justify-content:center;min-height:150px;background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;overflow:hidden}._previewImage_szcb9_95{width:100%;height:100%;object-fit:cover}._placeholderImage_szcb9_101{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#e9ecef;color:#6c757d;font-size:13px;text-align:center;padding:8px}@media(max-width:768px){._secondRowImages_szcb9_55{flex-direction:column}}._helpText_13rfv_2{font-size:13px;color:#666;margin:0 0 16px;line-height:1.5}._imagesGrid_13rfv_10{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;margin-bottom:20px}._imageCard_13rfv_17{display:flex;flex-direction:column;gap:8px;padding:12px;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;transition:all .2s ease}._imageCard_13rfv_17:hover{border-color:var(--t5-theme-color, #ce3335);box-shadow:0 2px 8px #ce33351a}._imageNumber_13rfv_32{display:flex;justify-content:space-between;align-items:center;font-size:14px;font-weight:500;color:#333}._removeBtn_13rfv_41{width:24px;height:24px;padding:0;border:none;background-color:#f0f0f0;color:var(--t5-theme-color, #ce3335);border-radius:50%;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}._removeBtn_13rfv_41:hover{background-color:var(--t5-theme-color, #ce3335);color:#fff}._imagePreview_13rfv_61{display:flex;align-items:center;justify-content:center;width:100%;height:140px;background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;overflow:hidden}._imagePreview_13rfv_61 img{width:100%;height:100%;object-fit:cover}._placeholderImage_13rfv_78{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:#e9ecef;color:#6c757d;font-size:12px;text-align:center;padding:8px}@media(max-width:768px){._imagesGrid_13rfv_10{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}@media(max-width:576px){._imagesGrid_13rfv_10{grid-template-columns:repeat(2,1fr)}._imagePreview_13rfv_61{height:100px}}._helpText_auz81_1{font-size:13px;color:#666;margin:0 0 16px;line-height:1.5}._itemContainer_auz81_8{max-width:100%;margin-right:0;width:100%}._addItemModalOverlay_auz81_14{top:0;z-index:1200}._addItemModalBox_auz81_19{width:40rem}._imagesGrid_auz81_24{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px;margin-bottom:20px}._imageCard_auz81_31{display:flex;flex-direction:column;gap:8px;padding:12px;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;transition:all .2s ease}._imageCard_auz81_31:hover{border-color:var(--t5-theme-color, #ce3335);box-shadow:0 2px 8px #ce33351a}._imageNumber_auz81_46{display:flex;justify-content:space-between;align-items:center;font-size:14px;font-weight:500;color:#333}._removeBtn_auz81_55{width:24px;height:24px;padding:0;border:none;background-color:#f0f0f0;color:var(--t5-theme-color, #ce3335);border-radius:50%;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}._removeBtn_auz81_55:hover{background-color:var(--t5-theme-color, #ce3335);color:#fff}._imagePreview_auz81_75{display:flex;align-items:center;justify-content:center;width:100%;height:140px;background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;overflow:hidden}._imagePreview_auz81_75 img{width:100%;height:100%;object-fit:cover}._placeholderImage_auz81_92{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:#e9ecef;color:#6c757d;font-size:12px;text-align:center;padding:8px}._addButtonContainer_auz81_106{display:flex;gap:12px;margin-top:16px}@media(max-width:768px){._imagesGrid_auz81_24{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}@media(max-width:576px){._imagesGrid_auz81_24{grid-template-columns:repeat(2,1fr)}._imagePreview_auz81_75{height:100px}}._helpText_1r6kk_1{margin:0 0 12px;font-size:12px;color:#666;line-height:1.4}._imagePreviewContainer_1r6kk_8{width:100%;max-height:300px;margin-bottom:15px;border:1px solid #ddd;border-radius:4px;overflow:hidden;background-color:#f5f5f5}._imagePreview_1r6kk_8{width:100%;height:100%;object-fit:cover;display:block}._buttonContainer_1r6kk_25{display:flex;justify-content:center;margin-bottom:15px}._buttonContainer_1r6kk_25 button{min-width:200px}._imageInputRow_1r6kk_35{display:flex;gap:12px;align-items:flex-end}._imageInputWrapper_1r6kk_41{flex:1;min-width:0}._changeBackgroundImageButton_1r6kk_46{white-space:nowrap;margin-bottom:30px;padding:8px 12px;line-height:30px}@media(max-width:768px){._imageInputRow_1r6kk_35{flex-direction:column;align-items:stretch}._changeBackgroundImageButton_1r6kk_46{width:100%}}._helpText_eopqy_2{font-size:14px;color:#666;margin-bottom:1rem;line-height:1.5}._helpText_ahj6h_1{font-size:14px;color:inherit;margin:4px 0 0;line-height:1.4}._imageInputRow_ahj6h_8{display:flex;align-items:flex-end;gap:12px}._imageInputWrapper_ahj6h_14{flex:1;min-width:0}._uploadButton_ahj6h_19{white-space:nowrap;margin-bottom:30px;padding:8px 12px;line-height:30px}@media(max-width:768px){._imageInputRow_ahj6h_8{flex-direction:column;align-items:stretch}._uploadButton_ahj6h_19{width:100%}}._helpText_5wz9y_2{font-size:14px;color:inherit;margin:0 0 16px;line-height:1.4}._menuItemsList_5wz9y_10{display:flex;flex-direction:column;gap:20px;margin-bottom:20px}._menuItemActions_5wz9y_17{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end;margin-top:8px}._srOnly_5wz9y_25{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}._iconActionButton_5wz9y_36{position:relative}._iconActionButton_5wz9y_36>svg{width:18px;height:18px}._iconActionButton_5wz9y_36>svg,._iconActionButton_5wz9y_36>svg *{fill:currentColor!important;stroke:currentColor!important}._icon_5wz9y_36{width:18px;height:18px}._menuItemContent_5wz9y_53{display:flex;flex-direction:column;gap:16px}._imageSection_5wz9y_60{display:flex;flex-direction:column;gap:10px}._imagePreviewSmall_5wz9y_66{width:120px;height:120px;border-radius:8px;overflow:hidden;border:1px solid #d4dae0}._previewImageSmall_5wz9y_74{width:100%;height:100%;object-fit:cover}._placeholderImageSmall_5wz9y_80{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#f6f8fa;border:2px dashed #d4dae0;color:#525f7f;font-size:12px;font-weight:500}._itemImageActions_5wz9y_93{display:flex;gap:10px;flex-wrap:wrap}._imageInputRow_5wz9y_99{display:flex;align-items:flex-end;gap:12px}._imageInputWrapper_5wz9y_105{flex:1;min-width:0}._addButtonContainer_5wz9y_111{margin-top:16px;display:flex;justify-content:center}._uploadButton_5wz9y_117{white-space:nowrap;margin-bottom:30px;padding:8px 12px;line-height:30px}@media(max-width:768px){._imageInputRow_5wz9y_99{flex-direction:column;align-items:stretch}}._helpText_f3ag9_2{font-size:13px;color:#666;margin:0 0 16px;line-height:1.5}._imagesGrid_f3ag9_10{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px;margin-bottom:20px}._imageCard_f3ag9_17{display:flex;flex-direction:column;gap:8px;padding:12px;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;transition:all .2s ease}._imageCard_f3ag9_17:hover{border-color:#e9549d;box-shadow:0 2px 8px #e9549d26}._imageHeader_f3ag9_32{display:flex;justify-content:flex-end;align-items:center}._imageNumber_f3ag9_38{font-size:14px;font-weight:500;color:#333;display:flex;align-items:center;gap:8px}._displayedBadge_f3ag9_47{display:inline-block;padding:2px 8px;background-color:#e9549d;color:#fff;font-size:11px;font-weight:600;border-radius:12px;text-transform:uppercase;letter-spacing:.5px}._removeBtn_f3ag9_59{width:24px;height:24px;padding:0;border:none;background-color:#f0f0f0;color:#e74c3c;border-radius:50%;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;line-height:1}._removeBtn_f3ag9_59:hover{background-color:#e74c3c;color:#fff}._imagePreview_f3ag9_80{display:flex;align-items:center;justify-content:center;width:100%;height:140px;background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;overflow:hidden}._imagePreview_f3ag9_80 img{width:100%;height:100%;object-fit:cover}._placeholderImage_f3ag9_97{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:#e9ecef;color:#6c757d;font-size:12px;text-align:center;padding:8px}._addButtonContainer_f3ag9_111{display:flex;justify-content:center;gap:12px;margin-top:16px}._itemsList_1h8rq_2{display:flex;flex-direction:column;gap:20px;margin-bottom:20px}._itemCard_1h8rq_9{border:1px solid #d4dae0;border-radius:8px;padding:16px;background-color:#fff;transition:box-shadow .2s ease}._itemCard_1h8rq_9:hover{box-shadow:0 1px 4px #00000029}._itemHeader_1h8rq_20{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #f7f7f7}._itemNumber_1h8rq_29{font-size:16px;font-weight:600;color:#051146}._removeButton_1h8rq_35{width:100%}._itemContent_1h8rq_39{display:flex;flex-direction:column}._imageInputRow_1h8rq_44{display:flex;align-items:flex-end;gap:12px}._imageInputWrapper_1h8rq_50{flex:1;min-width:0}._uploadButton_1h8rq_55{white-space:nowrap;margin-bottom:30px;padding:8px 12px;line-height:30px}._addButtonContainer_1h8rq_62{margin-top:16px;display:flex;justify-content:center}@media(max-width:768px){._imageInputRow_1h8rq_44{flex-direction:column;align-items:stretch}._uploadButton_1h8rq_55{width:100%}}._helpText_1stf3_2{font-size:14px;color:inherit;margin:0 0 16px;line-height:1.5}._helpText_eolvh_2{font-size:14px;color:inherit;margin:0;line-height:1.4}._imagesGrid_eolvh_9{display:flex;flex-direction:column;gap:16px;margin-top:16px}._imageBox_eolvh_16{display:flex;flex-direction:column;gap:8px;padding:12px;background-color:#f6f8fa;border-radius:8px;border:1px solid #d4dae0}._imageLabel_eolvh_26{font-size:14px;font-weight:500;color:#000}._imageSizeHint_eolvh_32{font-size:12px;color:#586271;margin:0}._imagePreview_eolvh_38{display:flex;align-items:center;justify-content:center;min-height:150px;background-color:#fff;border:1px solid #d4dae0;border-radius:6px;overflow:hidden}._previewImage_eolvh_49{width:100%;height:100%;object-fit:cover}._placeholderImage_eolvh_55{width:100%;height:150px;display:flex;align-items:center;justify-content:center;background-color:#d4dae0;color:#525f7f;font-size:13px;text-align:center;padding:8px}._buttonRow_eolvh_68{display:flex;gap:12px;flex-wrap:wrap}._helpText_12w56_2{font-size:14px;color:inherit;margin:0;line-height:1.4}._sectionGroup_12w56_9{display:flex;flex-direction:column;gap:12px;padding:12px 0}._sectionGroup_12w56_9:not(:last-child){border-bottom:1px solid #d4dae0;padding-bottom:18px;margin-bottom:12px}._sectionTitle_12w56_21{margin:0;font-size:16px;font-weight:600;color:#000}._subSectionTitle_12w56_28{margin:4px 0 0;font-size:14px;font-weight:600;color:#000}._featuresSection_12w56_35{display:flex;flex-direction:column;gap:12px;margin-top:4px}._featureRow_12w56_42{display:flex;flex-direction:column;gap:8px;padding:10px;border:1px solid #d4dae0;border-radius:8px;background-color:#f6f8fa}._buttonGroup_12w56_52{display:flex;gap:12px;flex-wrap:wrap;margin-top:12px}._addButtonContainer_12w56_59{display:flex;justify-content:center;margin-top:16px}._row_12w56_65{display:flex;gap:12px;flex-wrap:wrap}._row_12w56_65>*{flex:1;min-width:220px}._imageBox_12w56_76{display:flex;flex-direction:column;gap:8px;padding:12px;background-color:#f6f8fa;border-radius:8px;border:1px solid #d4dae0}._imageLabel_12w56_86{font-size:14px;font-weight:500;color:#000}._imageSizeHint_12w56_92{font-size:12px;color:#586271;margin:0}._imagePreview_12w56_98{display:flex;align-items:center;justify-content:center;min-height:150px;background-color:#fff;border:1px solid #d4dae0;border-radius:6px;overflow:hidden}._previewImage_12w56_109{width:100%;height:100%;object-fit:cover}._placeholderImage_12w56_115{width:100%;height:150px;display:flex;align-items:center;justify-content:center;background-color:#d4dae0;color:#525f7f;font-size:13px;text-align:center;padding:8px}._galleryImagesGrid_12w56_129{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px;margin-bottom:20px}._galleryImageCard_12w56_136{display:flex;flex-direction:column;gap:8px;padding:12px;background-color:#f6f8fa;border:1px solid #d4dae0;border-radius:8px;transition:all .2s ease}._galleryImageCard_12w56_136:hover{border-color:var(--t7-theme-color, #d39c8d);box-shadow:0 2px 8px #d39c8d1f}._galleryImageNumber_12w56_151{display:flex;justify-content:space-between;align-items:center;font-size:14px;font-weight:500;color:#000}._galleryRemoveBtn_12w56_160{width:24px;height:24px;padding:0;border:none;background-color:#f0f2f6;color:var(--t7-theme-color, #d39c8d);border-radius:50%;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}._galleryRemoveBtn_12w56_160:hover{background-color:var(--t7-theme-color, #d39c8d);color:#fff}._galleryImagePreview_12w56_180{display:flex;align-items:center;justify-content:center;width:100%;height:140px;background-color:#fff;border:1px solid #d4dae0;border-radius:6px;overflow:hidden}._galleryImagePreview_12w56_180 img{width:100%;height:100%;object-fit:cover}._galleryPlaceholderImage_12w56_197{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:#d4dae0;color:#525f7f;font-size:12px;text-align:center;padding:8px}@media(max-width:768px){._galleryImagesGrid_12w56_129{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}@media(max-width:576px){._galleryImagesGrid_12w56_129{grid-template-columns:repeat(2,1fr)}._galleryImagePreview_12w56_180{height:100px}}._helpText_1oxqj_2{font-size:13px;color:#666;margin:8px 0 0;line-height:1.5}._imagesGrid_1oxqj_9{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}._imageCard_1oxqj_15{display:flex;flex-direction:column;gap:8px;padding:12px;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px}._imageHeader_1oxqj_25{font-size:14px;font-weight:500;color:#333}._imagePreview_1oxqj_31{display:flex;align-items:center;justify-content:center;width:100%;height:160px;background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;overflow:hidden}._imagePreview_1oxqj_31 img{width:100%;height:100%;object-fit:cover}._placeholderImage_1oxqj_48{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:#e9ecef;color:#6c757d;font-size:12px;text-align:center;padding:8px}@media(max-width:576px){._imagesGrid_1oxqj_9{grid-template-columns:1fr}._imagePreview_1oxqj_31{height:140px}}._helpText_14kln_2{font-size:13px;color:#666;margin:8px 0 0;line-height:1.5}._testimonialSection_14kln_9{margin-top:20px;padding-top:16px;border-top:1px solid #e9ecef}._testimonialSectionTitle_14kln_15{font-size:14px;font-weight:600;color:#333;margin:0 0 12px}._addButtonContainer_14kln_22{margin-top:12px}._imageInputRow_14kln_26{display:flex;gap:12px;align-items:flex-end}._imageInputWrapper_14kln_32{flex:1;min-width:0}._changeImageButton_14kln_37{white-space:nowrap;margin-bottom:30px;padding:8px 12px;line-height:30px}._buttonGroup_14kln_44{display:flex;justify-content:flex-end;margin-top:10px}._avatarCard_14kln_50{display:flex;flex-direction:column;gap:8px;padding:12px;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px}._avatarHeader_14kln_60{font-size:14px;font-weight:500;color:#333}._avatarPreview_14kln_66{display:flex;align-items:center;justify-content:center;width:120px;height:120px;border-radius:9999px;overflow:hidden;background-color:#fff;border:1px solid #e0e0e0}._avatarPreview_14kln_66 img{width:100%;height:100%;object-fit:cover}._placeholderAvatar_14kln_83{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:#e9ecef;color:#6c757d;font-size:12px;text-align:center;padding:8px}@media(max-width:600px){._imageInputRow_14kln_26{flex-direction:column;align-items:stretch}._changeImageButton_14kln_37{width:100%}}._helpText_jc2bo_2{font-size:13px;color:#666;margin:8px 0 0;line-height:1.5}._sectionBlock_jc2bo_9{margin-top:20px;padding-top:16px;border-top:1px solid #e9ecef}._sectionTitle_jc2bo_15{font-size:14px;font-weight:600;color:#333;margin:0 0 12px}._addButtonContainer_jc2bo_22{margin-top:12px}._buttonGroup_jc2bo_26{display:flex;justify-content:flex-end;margin-top:10px}._imagesGrid_jc2bo_32{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}._imageCard_jc2bo_38{display:flex;flex-direction:column;gap:8px;padding:12px;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px}._imageHeader_jc2bo_48{display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:500;color:#333}._removeBtn_jc2bo_57{background:transparent;border:none;font-size:18px;line-height:1;cursor:pointer;color:#6c757d}._removeBtn_jc2bo_57:hover{color:#dc3545}._imagePreview_jc2bo_69{display:flex;align-items:center;justify-content:center;width:100%;height:160px;background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;overflow:hidden}._imagePreview_jc2bo_69 img{width:100%;height:100%;object-fit:cover}._placeholderImage_jc2bo_86{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:#e9ecef;color:#6c757d;font-size:12px;text-align:center;padding:8px}._iconPreview_jc2bo_99{width:56px;height:56px;border-radius:12px}._iconPreview_jc2bo_99 img{object-fit:contain}@media(max-width:576px){._imagesGrid_jc2bo_32{grid-template-columns:1fr}._imagePreview_jc2bo_69{height:140px}}._helpText_14mka_2{font-size:13px;color:#666;margin:8px 0 0;line-height:1.5}._imageCard_14mka_9{display:flex;flex-direction:column;gap:8px;padding:12px;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px}._imageHeader_14mka_19{font-size:14px;font-weight:500;color:#333}._imagePreview_14mka_25{display:flex;align-items:center;justify-content:center;width:100%;height:180px;background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;overflow:hidden}._imagePreview_14mka_25 img{width:100%;height:100%;object-fit:cover}._placeholderImage_14mka_42{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:#e9ecef;color:#6c757d;font-size:12px;text-align:center;padding:8px}@media(max-width:576px){._imagePreview_14mka_25{height:150px}}._helpText_1rnih_1{margin:0 0 12px;font-size:14px;opacity:.85}._row_1rnih_7{display:flex;flex-wrap:wrap;gap:12px}._actionsRow_1rnih_13{display:flex;gap:10px;flex-wrap:wrap}._mediaTypeBtn_1rnih_19{min-width:140px}._active_1rnih_23{outline:2px solid rgba(0,0,0,.2)}._checkboxContainer_1rnih_27{margin-top:20px}._checkboxLabel_1rnih_31{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:500;color:#333;cursor:pointer}._checkboxLabel_1rnih_31 input[type=checkbox]{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}._checkboxLabel_1rnih_31 span{-webkit-user-select:none;user-select:none}._helpText_1i0ob_1{margin:0 0 12px;font-size:14px;opacity:.85}._label_1i0ob_7{display:block;margin:0 0 8px;font-size:13px;font-weight:700}._imageRow_1i0ob_14{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:10px}._imagePreviewSm_1i0ob_23{width:140px;height:80px;border:1px solid rgba(0,0,0,.12);background:#00000008;display:flex;align-items:center;justify-content:center;overflow:hidden}._previewImage_1i0ob_34{width:100%;height:100%;object-fit:cover}._placeholderImage_1i0ob_40{font-size:12px;opacity:.7}._blockHeaderRow_1i0ob_45{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap}._blockTitle_1i0ob_53{margin:0;font-size:14px;font-weight:700}._smallActions_1i0ob_59{display:flex;gap:8px;flex-wrap:wrap}._smallBtn_1i0ob_65{min-width:90px}._behaviorLabel_1i0ob_69{margin-bottom:8px}._behaviorOptions_1i0ob_73{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:30px}._behaviorOption_1i0ob_73{display:inline-flex;align-items:center;gap:8px;cursor:pointer}._behaviorText_1i0ob_87{white-space:nowrap}._behaviorRadio_1i0ob_91{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;width:16px;height:16px;border:2px solid #7a7a7a;border-radius:50%;background-color:#fff;margin:0;flex-shrink:0;cursor:pointer}._behaviorRadio_1i0ob_91:checked{border-color:#1f73b7;background-image:radial-gradient(circle,#1f73b7 42%,#fff 44%)}._behaviorRadio_1i0ob_91:focus-visible{outline:2px solid #9ec8ef;outline-offset:2px}._noSlidesText_r9als_1{margin:12px 0;opacity:.7;font-style:italic}._slidesList_r9als_7{display:flex;flex-direction:column;gap:16px;margin-bottom:12px}._slideCardBody_r9als_14{display:flex;flex-direction:column;gap:10px}._slideImageRow_r9als_20{display:flex;align-items:center;gap:12px}._slideImageThumb_r9als_26{width:120px;height:68px;border-radius:6px;border:1px solid rgba(0,0,0,.12);background-color:#0000000a;background-position:center;background-size:cover;background-repeat:no-repeat}._helpText_kn3nf_1{margin:0;opacity:.85}._imagePreviewRow_kn3nf_6{display:flex;align-items:center;gap:12px;margin-bottom:12px}._imageThumb_kn3nf_13{width:120px;height:68px;border-radius:6px;border:1px solid rgba(0,0,0,.12);background-color:#0000000a;background-position:center;background-size:cover;background-repeat:no-repeat}._imageInputRow_kn3nf_24{display:flex;align-items:flex-end;gap:10px}._imageInputField_kn3nf_30{flex:1;min-width:0}._changeSideImageButton_kn3nf_35{white-space:nowrap;margin-bottom:30px;padding:8px 12px;line-height:30px}@media(max-width:768px){._imageInputRow_kn3nf_24{flex-direction:column;align-items:stretch}._changeSideImageButton_kn3nf_35{width:100%}}._helpText_1au7w_1{margin:0 0 12px;opacity:.85;font-size:14px}._imagesGrid_1au7w_7{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:20px}._imageCard_1au7w_14{border:1px solid rgba(0,0,0,.12);border-radius:8px;padding:14px;background:#00000005}._imageNumber_1au7w_21{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;font-weight:600;font-size:13px;color:#000000b3}._removeBtn_1au7w_31{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#dc35451a;border:1px solid rgba(220,53,69,.3);color:#dc3545;border-radius:4px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px;line-height:1;padding:0;transition:background-color .2s ease,border-color .2s ease}._removeBtn_1au7w_31:hover{background:#dc354533;border-color:#dc354580}._imagePreview_1au7w_54{width:100%;height:120px;border-radius:6px;border:1px solid rgba(0,0,0,.12);background-color:#0000000a;overflow:hidden;margin-bottom:12px;display:flex;align-items:center;justify-content:center}._imagePreview_1au7w_54 img{width:100%;height:100%;object-fit:cover}._placeholderImage_1au7w_73{color:#0006;font-size:13px;text-align:center;font-style:italic}._addButtonContainer_1au7w_80{display:flex;justify-content:center;padding-top:12px;border-top:1px solid rgba(0,0,0,.08)}@media(max-width:767px){._imagesGrid_1au7w_7{grid-template-columns:1fr}}._imageUploadButton_1au7w_92{width:100%}._helpText_1jyai_2{font-size:13px;color:#666;margin:0 0 12px;line-height:1.4}._actionsRow_1jyai_9{display:flex;gap:10px;flex-wrap:wrap}._checkboxContainer_1jyai_15{display:flex;align-items:center;gap:10px;margin-bottom:12px}._checkboxContainer_1jyai_15 input[type=checkbox]{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}._checkboxLabel_1jyai_26{font-size:14px;font-weight:500;color:#212529;cursor:pointer;-webkit-user-select:none;user-select:none}._actionsRow_1l12m_2{display:flex;gap:10px;flex-wrap:wrap}._imageBlock_1l12m_8{margin-top:8px}._imageInputRow_1l12m_12{display:flex;align-items:flex-end;gap:10px}._imageInputField_1l12m_18{flex:1;min-width:0}._uploadImageButton_1l12m_23{white-space:nowrap;margin-bottom:30px;padding:8px 12px;line-height:30px}._checkboxRow_1l12m_30{display:flex;align-items:center;gap:10px;margin-bottom:12px}._checkboxRow_1l12m_30 input[type=checkbox]{width:18px;height:18px;cursor:pointer}._checkboxRow_1l12m_30 label{font-size:14px;font-weight:500;color:#212529;cursor:pointer;-webkit-user-select:none;user-select:none}@media(max-width:768px){._imageInputRow_1l12m_12{flex-direction:column;align-items:stretch}._uploadImageButton_1l12m_23{width:100%}}._actionsRow_9d6q1_1{display:flex;gap:12px;align-items:center;flex-wrap:wrap}._backgroundImageRow_9d6q1_8{display:flex;align-items:flex-end;gap:10px}._backgroundImageInputField_9d6q1_14{flex:1;min-width:0}._backgroundImageUploadButton_9d6q1_19{white-space:nowrap;margin-bottom:30px;padding:8px 12px;line-height:30px}._iconImageRow_9d6q1_26{display:flex;align-items:flex-end;gap:10px;margin-bottom:12px}._iconImageInputField_9d6q1_33{flex:1;min-width:0}._iconImageUploadButton_9d6q1_38{white-space:nowrap;margin-bottom:30px;padding:8px 12px;line-height:30px}._helpText_9d6q1_45{font-size:12px;color:#666;margin:0 0 12px;line-height:1.4}._checkboxRow_9d6q1_52{display:flex;align-items:center;gap:10px;margin-bottom:12px}._checkboxRow_9d6q1_52 input[type=checkbox]{width:18px;height:18px;cursor:pointer}._checkboxRow_9d6q1_52 label{font-size:14px;font-weight:500;color:#212529;cursor:pointer;-webkit-user-select:none;user-select:none}._iconGrid_9d6q1_71{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}._iconCard_9d6q1_77{border:1px solid rgba(17,24,39,.08);border-radius:12px;padding:14px}._iconPreview_9d6q1_83{width:88px;height:88px;border-radius:999px;display:grid;place-items:center;background:#d4b25a;color:#fffffff2;margin-bottom:12px}._iconPreviewImg_9d6q1_94{width:56px;height:56px;object-fit:contain;display:block}@media(max-width:700px){._iconGrid_9d6q1_71{grid-template-columns:1fr}._backgroundImageRow_9d6q1_8{flex-direction:column;align-items:stretch}._backgroundImageUploadButton_9d6q1_19{width:100%}._iconImageRow_9d6q1_26{flex-direction:column;align-items:stretch}._iconImageUploadButton_9d6q1_38{width:100%}}._helpText_amfef_2{font-size:12px;color:#666;margin:0 0 12px;line-height:1.4}._actionsRow_amfef_9{display:flex;gap:10px;flex-wrap:wrap;margin-top:8px}._imageInputRow_amfef_16{display:flex;align-items:flex-end;gap:10px}._imageInputField_amfef_22{flex:1;min-width:0}._uploadImageButton_amfef_27{white-space:nowrap;margin-bottom:30px;padding:8px 12px;line-height:30px}._removeButton_amfef_34{background-color:#dc3545!important;color:#fff!important}._addRow_amfef_39{margin-top:12px}._checkboxRow_amfef_43{display:flex;align-items:center;gap:10px;margin-bottom:12px}._checkboxRow_amfef_43 input[type=checkbox]{width:18px;height:18px;cursor:pointer}._checkboxRow_amfef_43 label{font-size:14px;font-weight:500;color:#212529;cursor:pointer;-webkit-user-select:none;user-select:none}@media(max-width:768px){._imageInputRow_amfef_16{flex-direction:column;align-items:stretch}._uploadImageButton_amfef_27{width:100%}}._helpText_19ye2_2{font-size:13px;color:#666;margin:0 0 16px;line-height:1.5}._itemContainer_19ye2_9{max-width:100%;margin-right:0;width:100%}._addItemModalOverlay_19ye2_15{top:0;z-index:1200}._addItemModalBox_19ye2_20{width:40rem}._checkboxRow_19ye2_24{display:flex;align-items:center;gap:10px;margin-bottom:12px}._checkboxRow_19ye2_24 input[type=checkbox]{width:18px;height:18px;cursor:pointer}._checkboxRow_19ye2_24 label{font-size:14px;font-weight:500;color:#212529;cursor:pointer;-webkit-user-select:none;user-select:none}._imagesGrid_19ye2_43{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px;margin-bottom:20px}._imageCard_19ye2_50{display:flex;flex-direction:column;gap:8px;padding:12px;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;transition:all .2s ease}._imageCard_19ye2_50:hover{border-color:var(--t9-theme-color, #ce3335);box-shadow:0 2px 8px #ce33351a}._imageNumber_19ye2_65{display:flex;justify-content:space-between;align-items:center;font-size:14px;font-weight:500;color:#333}._removeBtn_19ye2_74{width:24px;height:24px;padding:0;border:none;background-color:#f0f0f0;color:#c62828;border-radius:50%;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center}._removeBtn_19ye2_74:hover{background-color:var(--t9-theme-color, #ce3335);color:#fff}._imagePreview_19ye2_93{display:flex;align-items:center;justify-content:center;width:100%;height:140px;background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;overflow:hidden}._imagePreview_19ye2_93 img{width:100%;height:100%;object-fit:cover}._placeholderImage_19ye2_110{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:#e9ecef;color:#6c757d;font-size:12px;text-align:center;padding:8px}._addButtonContainer_19ye2_123{display:flex;gap:12px;margin-top:16px}@media(max-width:768px){._imagesGrid_19ye2_43{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}@media(max-width:576px){._imagesGrid_19ye2_43{grid-template-columns:repeat(2,1fr)}._imagePreview_19ye2_93{height:100px}}._modal_esjif_1{border-radius:0;height:100vh;margin-right:0;max-height:100vh}._personnel_axl6m_1{display:flex;flex-wrap:wrap}._personnelInModal_axl6m_6{display:block}._personnelInModal_axl6m_6>div._inputContainer_axl6m_9{width:100%}._inputContainer_axl6m_9{margin-right:20px;width:30%}._inputContainer_axl6m_9:last-child{margin-right:0}._button_axl6m_21,._laterBtn_axl6m_21,._createUserBtn_axl6m_21,._removePersonnelBtn_axl6m_21,._savePersonnelInfoBtn_axl6m_21,._addUserBtn_axl6m_21,._signOutBtn_axl6m_21{color:#fff;padding:8px 15px;margin-top:1.2rem;font-weight:700}._signOutBtn_axl6m_21{background:#fd5458}._addUserBtn_axl6m_21{background:#006aff;margin-top:2rem}._savePersonnelInfoBtn_axl6m_21{background:#006aff;position:absolute;margin-left:6.4rem}._removePersonnelBtn_axl6m_21{margin:1.2rem 0 0}._newUserButtons_axl6m_47{display:flex;align-items:center;margin-top:1.2rem}._createUserBtn_axl6m_21{background:#006aff;margin:0 1rem 0 0;min-width:6rem}._laterBtn_axl6m_21{margin:0;min-width:6rem}@media only screen and (max-width:600px){._inputContainer_axl6m_9{margin:0 0 15px;width:100%}}._ssnField_h39ar_1{margin-bottom:1rem}._actions_h39ar_5{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}._contentContainer_h39ar_12{min-height:50px;border-bottom-left-radius:10px;border-bottom-right-radius:10px}@media only screen and (max-width:700px){._content_h39ar_12{min-width:auto}}._error_18ryq_1{color:#dc3545;margin-bottom:1rem;font-size:.9rem}._field_18ryq_7{margin-bottom:1rem}._actions_18ryq_11{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}@media only screen and (max-width:700px){._content_18ryq_19{min-width:auto}}._badge_x8r2p_1{background:#006aff;border-radius:100px;color:#fff;font-size:14px;position:absolute;right:10px;display:flex;align-items:center;justify-content:center;padding:2px 8px;min-width:20px}._badge_promotion_x8r2p_15{background:#000;border-radius:100px;color:#fff;font-size:14px;position:absolute;right:10px;display:flex;align-items:center;justify-content:center;padding:2px 8px;min-width:20px}@media only screen and (min-width:700px){._navbarItemLabel_x8r2p_30{font-size:1rem}}._subNavContainer_7012h_1{display:flex;align-items:center;height:45px}._subNavItem_7012h_7{border-radius:0;font-size:14px;font-weight:500;margin-right:15px;text-transform:capitalize;white-space:nowrap;height:45px;padding:0 10px}._subNavItem_7012h_7._selected_7012h_17{color:#006aff;border-bottom:3px solid #006AFF;font-weight:600;transition:all .1s ease-in-out 0s}._termsLink_1e2eg_1{color:#fd5458;text-decoration:none}._certification_1e2eg_6,._paragraph_1e2eg_6{font-size:.84rem;line-height:1.4rem}._checkbox_1e2eg_11{margin-top:2rem}._paragraph_1e2eg_6{margin-top:1rem}._required_1e2eg_19{margin:.5rem 0 0;color:#fd5458;font-size:.85rem;font-weight:600}._form_xu4n7_1{display:flex;flex-wrap:wrap}._box_header_xu4n7_6{font-size:22px;font-weight:600;text-align:center}._field_xu4n7_12{width:48%}._field_xu4n7_12:nth-child(odd){margin-right:.6rem}._field_xu4n7_12:nth-child(2n){margin-left:.6rem}._option_xu4n7_22{width:100%}._notice_xu4n7_26{line-height:1.4;margin-bottom:30px}._commissionInput_xu4n7_31{display:flex;align-items:center;margin-bottom:2rem}._description_xu4n7_37{font-size:1rem;line-height:1.6rem;margin:.6rem 0 2rem;padding:0 20px;text-align:center}._addLocationButton_xu4n7_45{font-size:1rem;margin:3rem auto 4rem;padding:.8rem 1rem;text-transform:uppercase;width:20rem}._addLocationButton_xu4n7_45>svg{fill:#fff;height:1rem;margin-right:.8rem;width:1rem}._submitBtn_xu4n7_59{font-size:1rem;margin:3rem auto 2rem;padding:.8rem 6rem;width:20rem}._stepIndicator_xu4n7_66{display:flex;justify-content:center;align-items:center;margin:2rem 0 3rem;padding:0 1rem;flex-wrap:wrap;gap:.5rem}._step_xu4n7_66{display:flex;align-items:center;cursor:default;opacity:.5;transition:opacity .3s ease}._step_xu4n7_66._activeStep_xu4n7_84{opacity:1}._step_xu4n7_66._completedStep_xu4n7_88{opacity:.8;cursor:pointer}._stepNumber_xu4n7_93{width:36px;height:36px;border-radius:50%;background:#e0e0e0;color:#666;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem;transition:all .3s ease}._activeStep_xu4n7_84 ._stepNumber_xu4n7_93{background:#007bff;color:#fff}._completedStep_xu4n7_88 ._stepNumber_xu4n7_93{background:#28a745;color:#fff}._stepTitle_xu4n7_117{margin-left:.5rem;font-size:.85rem;font-weight:500;color:#666;white-space:nowrap}._activeStep_xu4n7_84 ._stepTitle_xu4n7_117{color:#007bff;font-weight:600}._completedStep_xu4n7_88 ._stepTitle_xu4n7_117{color:#28a745}._stepLine_xu4n7_134{width:30px;height:2px;background:#e0e0e0;margin:0 .5rem}._completedStep_xu4n7_88 ._stepLine_xu4n7_134{background:#28a745}._stepContent_xu4n7_145{min-height:300px}._stepNavigation_xu4n7_149{display:flex;justify-content:space-between;align-items:center;margin:2rem 0;padding:0 1rem}._prevBtn_xu4n7_157{padding:.7rem 1.5rem;font-size:.95rem}._nextBtn_xu4n7_162{padding:.7rem 2rem;font-size:.95rem;margin-left:auto}@media only screen and (max-width:700px){._field_xu4n7_12{margin:0 0 1rem!important;width:100%}._stepIndicator_xu4n7_66{flex-direction:column;align-items:flex-start;gap:1rem}._step_xu4n7_66{width:100%}._stepLine_xu4n7_134{display:none}._stepTitle_xu4n7_117{font-size:.9rem}}._upload_container_v6aw2_1{margin:2rem 0}._upload_grid_v6aw2_5{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1rem}._upload_slot_v6aw2_12{width:150px;height:150px;position:relative}._upload_button_v6aw2_18{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border:2px dashed #006aff;border-radius:8px;cursor:pointer;transition:all .3s ease;background-color:#f8f9fa}._upload_button_v6aw2_18:hover{background-color:#e9ecef;border-color:#0056b3}._upload_button_v6aw2_18:disabled{cursor:not-allowed;opacity:.6}._file_input_v6aw2_39{display:none}._preview_container_v6aw2_43{position:relative;width:100%;height:100%;border-radius:8px;overflow:hidden;border:1px solid #dee2e6;cursor:zoom-in}._preview_image_v6aw2_53{width:100%;height:100%;object-fit:cover}._pdf_preview_v6aw2_59{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#f8f9fa;color:#6c757d;font-weight:600;font-size:1.2rem}._remove_button_v6aw2_71{position:absolute;top:5px;right:5px;width:28px;height:28px;border-radius:50%;background-color:#dc3545e6;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:20px;line-height:1;transition:all .2s ease}._remove_button_v6aw2_71:hover{background-color:#dc3545;transform:scale(1.1)}._uploading_v6aw2_94{color:#006aff;font-size:.9rem;font-weight:500}._upload_hint_v6aw2_100{font-size:.875rem;color:#6c757d;margin:0}._readonly_overlay_v6aw2_106{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#8080804d;z-index:1;pointer-events:none;border-radius:8px}@media only screen and (max-width:700px){._upload_slot_v6aw2_12{width:120px;height:120px}}._description_flouy_1{margin-bottom:1rem;color:#6c757d;font-size:.9rem}._signature_container_flouy_7{border:2px solid #dee2e6;border-radius:8px;padding:1rem;background-color:#fff;margin-bottom:1rem;overflow:hidden}._signature_canvas_flouy_16{width:100%;height:200px;cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpath fill='%23000000' stroke='%23ffffff' stroke-width='0.5' d='M20.71 7.04c.39-.39.39-1.04 0-1.41l-2.34-2.34c-.37-.39-1.02-.39-1.41 0l-1.84 1.83 3.75 3.75M3 17.25V21h3.75L17.81 9.93l-3.75-3.75L3 17.25z'/%3E%3C/svg%3E") 2 18,auto;display:block}._preview_container_flouy_23{margin-top:1.5rem;padding:1rem;background-color:#f8f9fa;border-radius:8px;border:1px solid #dee2e6}._preview_label_flouy_31{font-size:.9rem;font-weight:600;margin-bottom:.5rem;color:#495057}._preview_image_flouy_38{max-width:100%;max-height:150px;border:1px solid #dee2e6;border-radius:4px;background-color:#fff;padding:.5rem}._actions_flouy_47{display:flex;gap:1rem;margin-top:1.5rem;justify-content:flex-end}@media only screen and (max-width:700px){._signature_canvas_flouy_16{height:150px}._actions_flouy_47{flex-direction:column}}._paymentPlanOptions_h745s_1{color:#525f7f;line-height:1.4rem}._paymentPlanOptions_h745s_1>p{margin-top:0}._purposeOfForm_h745s_9>p{line-height:1.4;margin-bottom:2rem;text-align:justify}._container_fd665_1,._reviewing_fd665_1,._approved_fd665_1{display:flex;align-items:center;flex-wrap:wrap;border-radius:10px;line-height:1.4rem;margin:auto auto 2rem;padding:.6rem 2rem;width:fit-content}._approved_fd665_1{background:#006aff;color:#fff}._checkIcon_fd665_17{border-radius:100px;border:2px solid #fff;height:1rem;margin-right:.6rem;width:1rem;display:flex;align-items:center;justify-content:center}._checkIcon_fd665_17>svg{fill:#fff;height:.6rem;width:.6rem}._reviewing_fd665_1{background:#fc8c32;color:#fff}._glassIcon_fd665_38{height:1rem;margin-right:.6rem;width:1rem}._glassIcon_fd665_38>svg{fill:#fff;height:inherit;width:inherit}@media only screen and (max-width:700px){._container_fd665_1,._approved_fd665_1,._reviewing_fd665_1{border-radius:0;flex-direction:column;align-items:flex-start;padding:1rem;width:auto}._description_fd665_57{line-height:1.4rem;margin-top:.4rem}}._icon_1p4vo_1{height:7rem;width:7rem}._button_1p4vo_6{margin:1.4rem auto;padding:.6rem 0;width:14rem}._noteSection_1fr3b_1{margin:1.5rem 0;padding:1rem;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}._noteHeader_1fr3b_9{display:flex;justify-content:end;align-items:center;margin-bottom:1rem}._noteTitle_1fr3b_16{font-size:1.1rem;font-weight:600;color:#333}._noteList_1fr3b_22{display:flex;flex-direction:column;gap:1rem}._noteItem_1fr3b_28{background:#fff;border:1px solid #dee2e6;border-radius:6px;padding:1rem;position:relative}._noteContent_1fr3b_36{display:flex;flex-direction:column;gap:.5rem}._noteText_1fr3b_42{font-size:.95rem;line-height:1.5;color:#333;white-space:pre-wrap;word-wrap:break-word}._noteFooter_1fr3b_50{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem}._noteTimestamp_1fr3b_57{font-size:.8rem;color:#6c757d}._noteActions_1fr3b_62{display:flex;gap:.5rem}._deleteBtn_1fr3b_67{padding:.4rem .8rem;font-size:.85rem;background:#dc3545;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background .2s ease}._deleteBtn_1fr3b_67:hover{background:#c82333}._addNoteBtn_1fr3b_81{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.9rem;background:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background .2s ease}._addNoteBtn_1fr3b_81:hover{background:#0056b3}._addNoteBtn_1fr3b_81>svg{fill:#fff;width:14px;height:14px}._emptyNotes_1fr3b_103{text-align:center;color:#6c757d;font-size:.95rem;padding:1rem}@media only screen and (max-width:700px){._noteSection_1fr3b_1{padding:.75rem}._noteHeader_1fr3b_9{flex-direction:column;align-items:flex-start;gap:.75rem}._noteFooter_1fr3b_50{flex-direction:column;align-items:flex-start;gap:.5rem}}._icon_dzoxu_1{height:7rem;width:7rem}._button_dzoxu_6{margin:1.4rem auto;padding:.6rem 0;width:14rem}._img_dzoxu_12{height:12rem;margin-top:-4rem}._box_dzoxu_17{max-width:20rem;margin:auto}._box_dzoxu_17>h3{font-size:1rem;font-weight:600;margin-top:0}._box_dzoxu_17>p{font-size:2rem;font-weight:700;margin:0 0 1rem}._sendEmailIcon_dzoxu_32{fill:#006aff;height:1rem;margin-right:.8rem;width:1rem}._container_y8uv5_1{box-shadow:0 1px 4px #00000029;position:fixed;bottom:0;left:0;right:0;background:#fff}._content_y8uv5_10{padding:1rem;display:flex;align-items:center;justify-content:center}._cancelButton_y8uv5_17,._reviewButton_y8uv5_18{padding:.6rem 3.2rem}._cancelButton_y8uv5_17{margin-right:.6rem}._reviewButton_y8uv5_18{margin-left:.6rem}._modal_y8uv5_30{border-radius:0;height:100%!important;max-height:100%!important;width:100%!important;min-width:100%!important}._section_y8uv5_38{border-bottom:1px solid #d4dae0;margin-bottom:2rem;padding-bottom:1rem}._section_y8uv5_38:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}._sectionHeading_y8uv5_49{font-size:1.2rem;margin-top:0}._infoRow_y8uv5_54{display:flex;align-items:center;margin-bottom:.8rem}._label_y8uv5_60{color:#697386;text-transform:capitalize;width:16rem}._highlight_y8uv5_66{background:#eb1700;border-radius:6px;color:#fff;padding:.2rem .4rem}._checkBoxHeading_y8uv5_73{font-weight:500;text-transform:none}._modalFooter_y8uv5_78{position:relative}@media only screen and (max-width:700px){._infoRow_y8uv5_54{align-items:flex-start;flex-direction:column}._label_y8uv5_60{margin-bottom:.3rem}}._form_container_o7msa_1{display:flex;text-align:center;justify-content:center}._arrowIcon_o7msa_7{height:1.2rem;margin-left:1rem;width:1.2rem}._arrowIcon_o7msa_7>svg{fill:#fff;height:inherit;width:inherit}._backButton_o7msa_18{background:none;border:none;margin-bottom:10px;padding:.6rem .6rem .6rem 0}._backButton_o7msa_18:hover{box-shadow:none}._backButton_o7msa_18>svg{height:18px;margin-right:10px;width:18px;transform:rotate(180deg)}._box_container_o7msa_34{width:48%}._box_header_o7msa_38{font-size:22px;font-weight:600;text-align:center}._paymentPlanOptions_o7msa_44{color:#525f7f;line-height:1.4rem}._paymentPlanOptions_o7msa_44>p{margin-top:0}._signUpLink_o7msa_52{border-bottom:1px solid #006AFF;color:#006aff;font-weight:700;margin-left:.4rem;padding-bottom:.1rem;cursor:pointer}._purposeOfForm_o7msa_61>p{line-height:1.4;margin-bottom:2rem;text-align:justify}._field_o7msa_67{width:100%;margin-top:-10px}._footer_o7msa_72{display:flex;text-align:center;justify-content:center}._option_o7msa_78{width:100%}._notice_o7msa_82{line-height:1.4;margin-bottom:30px}._commissionInput_o7msa_87{display:flex;align-items:center;margin-bottom:2rem}._title_o7msa_93{text-align:center;padding-bottom:30px;font-size:30px}._description_header_o7msa_99{text-align:center;padding-bottom:30px;color:#a0a0a0}._description_o7msa_99{font-size:1rem;line-height:1.6rem;margin:.6rem 0 2rem;padding:0 20px;text-align:center}._addLocationButton_o7msa_113{font-size:1rem;margin:3rem auto 4rem;padding:.8rem 1rem;text-transform:uppercase;width:20rem}._addLocationButton_o7msa_113>svg{fill:#fff;height:1rem;margin-right:.8rem;width:1rem}._submitBtn_o7msa_127{font-size:1rem;margin:2rem auto 1rem;padding:.8rem 6rem;width:100%}@media only screen and (max-width:700px){._box_container_o7msa_34{width:100%}}._form_ck69r_1{display:flex;flex-wrap:wrap;align-items:center;justify-content:center}._form_container_ck69r_8{display:flex;text-align:center;justify-content:center}._box_header_ck69r_14{font-size:22px;font-weight:600;text-align:center}._title_ck69r_20{text-align:center;padding-bottom:20px;font-size:30px}._description_header_ck69r_26{text-align:center;padding-bottom:30px;color:#a0a0a0}._description_ck69r_26>p{color:#a0a0a0;line-height:1.4;margin-bottom:2rem;text-align:center}._footer_ck69r_39{display:flex;text-align:center;justify-content:center}._field_ck69r_45,._option_ck69r_49{width:100%}._notice_ck69r_53{line-height:1.4;margin-bottom:30px}._commissionInput_ck69r_58{display:flex;align-items:center;margin-bottom:2rem}._addLocationButton_ck69r_64{font-size:1rem;margin:3rem auto 4rem;padding:.8rem 1rem;text-transform:uppercase;width:20rem}._addLocationButton_ck69r_64>svg{fill:#fff;height:1rem;margin-right:.8rem;width:1rem}._submitBtn_ck69r_78{font-size:1rem;margin:2rem auto 1rem;padding:.8rem 6rem;width:100%}._arrowIcon_ck69r_85{height:1.2rem;margin-left:1rem;width:1.2rem}._arrowIcon_ck69r_85>svg{fill:#fff;height:inherit;width:inherit}._backButton_ck69r_96{background:none;border:none;margin-bottom:20px;padding:.6rem .6rem .6rem 0}._backButton_ck69r_96:hover{box-shadow:none}._backButton_ck69r_96>svg{height:18px;margin-right:10px;width:18px;transform:rotate(180deg)}._box_container_ck69r_112{width:48%}._send_again_ck69r_116{border-bottom:1px solid #006AFF;color:#006aff;font-weight:700;margin-left:.4rem;padding-bottom:.1rem;cursor:pointer}._cancelBtn_ck69r_125{background:#fff!important;color:#000!important;border:1px solid #006AFF;font-size:1rem;margin:3rem 1px 2rem auto;padding:.8rem 5.5rem;width:10rem}._message_ck69r_135{color:#fc8c32}@media only screen and (max-width:700px){._field_ck69r_45{margin:0 0 1rem!important;width:100%}._box_container_ck69r_112{width:100%}}._form_z8c40_1{display:flex;flex-wrap:wrap;align-items:center;justify-content:center}._form_container_z8c40_8{display:flex;text-align:center;justify-content:center}._box_header_z8c40_14{font-size:22px;font-weight:600;text-align:center}._title_z8c40_20{text-align:center;padding-bottom:20px;font-size:30px}._description_header_z8c40_26{text-align:center;padding-bottom:30px;color:#a0a0a0}._description_z8c40_26>p{color:#a0a0a0;line-height:1.4;margin-bottom:2rem;text-align:center}._footer_z8c40_39{display:flex;text-align:center;justify-content:center}._field_z8c40_45,._option_z8c40_49{width:100%}._notice_z8c40_53{line-height:1.4;margin-bottom:30px}._commissionInput_z8c40_58{display:flex;align-items:center;margin-bottom:2rem}._addLocationButton_z8c40_64{font-size:1rem;margin:3rem auto 4rem;padding:.8rem 1rem;text-transform:uppercase;width:20rem}._addLocationButton_z8c40_64>svg{fill:#fff;height:1rem;margin-right:.8rem;width:1rem}._submitBtn_z8c40_78{font-size:1rem;margin:2rem auto 1rem;padding:.8rem 6rem;width:100%}._arrowIcon_z8c40_85{height:1.2rem;margin-left:1rem;width:1.2rem}._arrowIcon_z8c40_85>svg{fill:#fff;height:inherit;width:inherit}._backButton_z8c40_96{background:none;border:none;margin-bottom:20px;padding:.6rem .6rem .6rem 0}._backButton_z8c40_96:hover{box-shadow:none}._backButton_z8c40_96>svg{height:18px;margin-right:10px;width:18px;transform:rotate(180deg)}._box_container_z8c40_112{width:48%}._send_again_z8c40_116{border-bottom:1px solid #006AFF;color:#006aff;font-weight:700;margin-left:.4rem;padding-bottom:.1rem;cursor:pointer}._cancelBtn_z8c40_125{background:#fff!important;color:#000!important;border:1px solid #006AFF;font-size:1rem;margin:3rem 1px 2rem auto;padding:.8rem 5.5rem;width:10rem}@media only screen and (max-width:700px){._field_z8c40_45{margin:0 0 1rem!important;width:100%}._box_container_z8c40_112{width:100%}}._paymentPlanOptions_118dh_1{color:#525f7f;line-height:1.4rem}._paymentPlanOptions_118dh_1>p{margin-top:0}._option_118dh_9{width:100%}._purposeOfForm_118dh_13>p{line-height:1.4;margin-bottom:2rem;text-align:justify}._button_container_118dh_19{display:flex;flex-wrap:wrap}._input_field_container_118dh_24{width:350px;margin-left:10px}._form_118dh_29{display:flex;flex-wrap:wrap}._submit_btn_118dh_34{font-size:1rem;margin:3rem auto 2rem;padding:.8rem 6rem;width:20rem}._back_btn_118dh_41{margin-left:auto;margin-top:20px;margin-right:10px}._back_btn_118dh_41>svg{height:18px;margin-right:10px;width:18px;transform:rotate(180deg)}._next_btn_118dh_53{margin-top:20px}._next_btn_118dh_53>svg{height:18px;margin-left:10px;fill:#fff;width:18px}._box_header_118dh_63{font-size:22px;font-weight:600;text-align:center}._field_118dh_69{width:48%}._field_118dh_69:nth-child(odd){margin-right:.6rem}._field_118dh_69:nth-child(2n){margin-left:.6rem}._termsLink_1rjwv_1{color:#fd5458;text-decoration:none}._certification_1rjwv_6,._paragraph_1rjwv_6{font-size:.84rem;line-height:1.4rem}._checkbox_1rjwv_11{margin-top:2rem}._paragraph_1rjwv_6{margin-top:1rem}._container_c5gkg_1{display:flex;align-items:center}._button_c5gkg_6,._showOrderDetailsButton_c5gkg_6,._optionsButton_c5gkg_6,._changeOrderStatusBtn_c5gkg_6{background:#fff;box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f;color:#000;font-weight:500;height:36px;padding:0 12px;margin:8px 0 8px 1rem}._button_c5gkg_6:hover,._showOrderDetailsButton_c5gkg_6:hover,._optionsButton_c5gkg_6:hover,._changeOrderStatusBtn_c5gkg_6:hover{box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}._icon_c5gkg_19,._showDetailsIcon_c5gkg_19,._likeIcon_c5gkg_19,._checkIcon_c5gkg_19{fill:#000;height:1rem;margin-right:8px;width:1rem}._icon_c5gkg_19>svg,._showDetailsIcon_c5gkg_19>svg,._likeIcon_c5gkg_19>svg,._checkIcon_c5gkg_19>svg{height:inherit;width:inherit}._checkIcon_c5gkg_19>svg{fill:#fff}._likeIcon_c5gkg_19{fill:#fff}._showDetailsIcon_c5gkg_19{height:.9rem;width:.9rem}._changeOrderStatusBtn_c5gkg_6{background:#000;color:#fff;font-size:.96rem;font-weight:700}._optionsButton_c5gkg_6{height:1.8rem;padding:0;width:3rem}._optionsButton_c5gkg_6>svg{height:1.8rem;margin-right:0;width:1.8rem}._showOrderDetailsButton_c5gkg_6{margin-left:0!important}@media only screen and (max-width:930px){._orderPreviewBox_c5gkg_66{align-items:flex-start;flex-direction:column}._optionsButton_c5gkg_6{height:20px}._button_c5gkg_6,._changeOrderStatusBtn_c5gkg_6,._optionsButton_c5gkg_6,._showOrderDetailsButton_c5gkg_6{border-radius:8px;font-weight:500;height:32px;margin-left:.8rem;padding:0 8px}._icon_c5gkg_19,._checkIcon_c5gkg_19,._likeIcon_c5gkg_19,._showDetailsIcon_c5gkg_19{height:.9rem;margin-right:6px;width:.9rem}}._orderContainer_4cfc2_1{font-size:.9rem;margin-bottom:20px}._orderContainer_4cfc2_1>*{transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}._orderPreviewBox_4cfc2_9{display:flex;color:#fff;align-items:center;justify-content:space-between;border-radius:8px;padding:16px 1.2rem;flex-wrap:wrap}._orderPreviewBox_4cfc2_9._active_4cfc2_18{background:#009459;color:#fff}._orderPreviewBox_4cfc2_9._confirmed_4cfc2_22{background:#fc8c32;color:#fff}._orderPreviewBox_4cfc2_9._closed_4cfc2_26{background:#637381}._orderPreviewBox_4cfc2_9._showExpandedInfo_4cfc2_29{border-bottom-right-radius:0;border-bottom-left-radius:0}._orderPreviewBox_4cfc2_9._isLoading_4cfc2_33{opacity:.8}@media only screen and (max-width:700px){._orderPreviewBox_4cfc2_9{align-items:flex-start;flex-direction:column}}._container_iojek_1{display:flex;align-items:center;text-align:left;font-weight:600}._arrowBtn_iojek_8{background:#fff;border-radius:100px;box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f;display:flex;align-items:center;justify-content:center;height:2rem;margin-right:1.2rem;max-width:2rem;min-width:2rem}._arrowBtn_iojek_8>svg{fill:#000;height:1rem;width:1rem}._previewInfo_iojek_26{display:flex;flex-wrap:wrap;line-height:22px;margin-bottom:4px}._previewInfo_iojek_26>span{margin-right:15px}._orderDeliveryType_iojek_36{display:flex;align-items:center;text-transform:uppercase}._orderDeliveryType_iojek_36>svg{height:18px;width:18px;margin-right:6px}@media only screen and (max-width:930px){._arrowBtn_iojek_8{display:none}}@media only screen and (max-width:730px){._previewInfoContainer_iojek_53{margin-bottom:8px}._previewInfo_iojek_26{line-height:22px}}._orderDetailsBox_igkzb_1{background:#fff;border-width:2px;border-style:solid;border-top:none;border-bottom-right-radius:10px;border-bottom-left-radius:10px;padding:16px 1.2rem}._orderDetailsBox_igkzb_1._active_igkzb_10{border-color:#009459}._orderDetailsBox_igkzb_1._confirmed_igkzb_13{border-color:#fc8c32}._orderDetailsBox_igkzb_1._closed_igkzb_16{border-color:#637381}._infoRow_igkzb_20{flex-wrap:wrap;display:flex;margin-top:20px;overflow-x:auto}._infoCol_igkzb_27{border:1px solid rgb(221,221,221);border-radius:12px;padding:18px 24px;margin:0 20px 20px 0}._infoCol_igkzb_27._deliveryAddressCol_igkzb_33{max-width:12rem;min-width:12rem}._info_cell_igkzb_38{align-items:center;display:flex;margin-top:10px;white-space:nowrap}._icon_igkzb_45{height:14px;margin-right:14px;width:14px;fill:#000!important}._icon_igkzb_45>svg{height:inherit;width:inherit;fill:#000!important}._flex_wrap_igkzb_57{align-items:center;display:flex;flex-wrap:wrap;line-height:22px}._flex_wrap_igkzb_57>strong{margin-right:14px;white-space:normal}._detailHeading_igkzb_68{font-weight:600;margin-bottom:16px;text-transform:uppercase}._curbsidePickUp_igkzb_74{max-width:400px;margin-top:10px}._dot_icon_igkzb_79{margin-right:14px}@media only screen and (max-width:700px){._infoCol_igkzb_27{margin-right:0;width:100%}._dot_icon_igkzb_79{display:none}._flex_wrap_igkzb_57>strong{margin-right:20px}}._call_customer_button_1f7ih_1{border-radius:8px;border:1px solid #000;padding:6px 16px}._call_customer_button_1f7ih_1:hover{background:#000;color:#fff}._deliveryAddressCol_1cb3x_1{max-width:12rem;min-width:12rem}._label_1cb3x_6{opacity:.8}._track_order_link_1cb3x_10{cursor:pointer;text-decoration:underline;text-underline-position:under}._share_tracking_button_1cb3x_16{border-radius:8px;border:1px solid #000;padding:6px 16px}._share_tracking_button_1cb3x_16:hover{background:#000;color:#fff}._deliveryCourierIcon_1cb3x_26{height:auto;width:90px}._deliveryCourierIcon_1cb3x_26{height:auto;margin-top:.4rem;width:90px}._deliveryCourierIcon_1cb3x_26>svg{height:inherit;width:inherit}._container_1u61e_1{margin-bottom:30px;max-width:680px}._items_count_1u61e_6{font-size:24px;margin:10px 0 0}._order_id_1u61e_11{color:#006aff;font-weight:600;margin:10px 0;cursor:pointer}._subTotal_1u61e_18{padding-top:40px;text-transform:capitalize}._subTotalItem_1u61e_23{display:flex;justify-content:space-between;margin-bottom:20px}._totalMerchantFee_1u61e_29{border-top:1px solid #d4dae0;font-weight:500;padding-top:1rem}@media only screen and (max-width:700px){._container_1u61e_1{width:auto}}._container_1gcou_1{display:flex;align-items:center;flex-wrap:wrap}._common_1gcou_7,._refundRequests_1gcou_7,._paidOrderMessage_1gcou_7{border-radius:100px;color:#fff;padding:.4rem 1rem;width:fit-content}._paidOrderMessage_1gcou_7{background:#006aff;margin-right:1rem;margin-bottom:.6rem}._refundRequests_1gcou_7{background:#525f7f;display:flex;align-items:center;justify-content:space-between;margin-bottom:.6rem;width:9.4rem}._requestCount_1gcou_29{background:#fff;width:1.2rem;height:1.2rem;color:#000;display:flex;align-items:center;justify-content:center;border-radius:100%;font-size:.84rem}._container_ilhch_1{display:flex;justify-content:space-between;flex-wrap:wrap;margin-bottom:150px}._bagIcon_ilhch_8{border:2px solid #000;border-radius:100px;height:30px;margin:auto;width:30px;padding:24px}._bagIcon_ilhch_8>svg{fill:#000;height:inherit;width:inherit}._title_ilhch_22{font-size:20px;margin-bottom:0}._message_ilhch_27{font-weight:400;margin-top:10px}._viewPastOrdersButton_ilhch_32{margin:30px auto 0;padding:.6rem 3rem}._viewPastOrdersButton_ilhch_32>svg{fill:#fff;height:1.2rem;margin-right:.4rem;width:1.2rem}._backButton_lhh8e_1{background:none;border:none;color:#000;margin:0 auto 2rem 0;padding-left:0}._backButton_lhh8e_1>svg{height:1.2rem;margin-right:.8rem;width:1.2rem;transform:rotate(180deg)}._backButton_lhh8e_1:hover{box-shadow:none}._infoRow_lhh8e_18{display:flex;align-items:center;font-size:.86rem;margin-bottom:.8rem}._label_lhh8e_25{color:#697386;text-transform:capitalize;width:16rem}._table_lhh8e_31{background:none!important;border:none!important;box-shadow:none}._currency_lhh8e_37{text-transform:uppercase}._transactionType_lhh8e_41{text-transform:capitalize}._alert_hyw6s_1{bottom:4rem;height:40px;margin-bottom:0}._message_hyw6s_7{display:flex;align-items:center}._message_hyw6s_7>button{margin-left:.6rem;text-decoration:underline}._moduleTitle_j912g_1{display:flex;align-items:center}._moduleTitle_j912g_1>span{margin-left:1rem}._dayContainer_j912g_9{border-bottom:1px solid #d4dae0;padding:1.4rem 0}._weekday_j912g_14{display:flex}._weekdayLabelContainer_j912g_18{width:10rem}._weekdayLabel_j912g_18{font-size:1rem;font-weight:700;text-transform:capitalize}._closedCheckbox_j912g_28{margin-top:1rem}._timePickersContainer_j912g_32{display:flex;align-items:center}._timePickers_j912g_32{display:flex;align-items:center;width:24rem}._arrowIcon_j912g_43{height:1rem;margin:0 .8rem;opacity:.6;width:1rem}._arrowIcon_j912g_43>svg{height:inherit;width:inherit}._addExtraHoursBtn_j912g_54,._removeExtraHoursBtn_j912g_55{border-radius:10px;height:2rem;margin-left:2rem;padding:0rem .8rem;width:fit-content}._addExtraHoursBtn_j912g_54>svg,._removeExtraHoursBtn_j912g_55>svg{fill:#fff;height:.9rem;width:.9rem}._addExtraHoursBtn_j912g_54{background:#006aff}._removeExtraHoursBtn_j912g_55{background:#fd5458}._buttonLabel_j912g_77{margin-left:.6rem}@media only screen and (max-width:1100px){._weekday_j912g_14{flex-direction:column;align-items:flex-start}._weekdayLabelContainer_j912g_18{display:flex;align-items:center;width:100%}._weekdayLabel_j912g_18{margin-bottom:1.6rem}._closedCheckbox_j912g_28{margin:0 0 1.6rem 2rem}}@media only screen and (max-width:940px){._timePickersContainer_j912g_32{flex-direction:column}._addExtraHoursBtn_j912g_54,._removeExtraHoursBtn_j912g_55{margin-left:0;margin-top:1rem}._weekday_j912g_14{zoom:80%}}._contentTitle_pstk3_1{font-size:1.4rem;margin:0 0 10px}._moduleContainer_pstk3_6{margin-bottom:50px}._extraPaddingTop_pstk3_10{padding-top:50px;padding-bottom:120px}._titleUnderline_pstk3_15{border-top:3px solid #000000;display:block;margin:10px 0 25px;width:40px}._plusIcon_pstk3_22{font-size:2.6rem}._saveButton_pstk3_26{font-size:1.3rem}@media only screen and (max-width:900px){._plusIcon_pstk3_22{font-size:2.4rem}}._modal_15bo9_1{border-radius:0;height:100vh;margin-right:0;max-height:100vh;max-width:700px}._day_container_15bo9_9{align-items:baseline;display:flex;flex-wrap:wrap;margin-bottom:20px}._day_label_container_15bo9_16{display:flex;margin-right:24px}._day_label_15bo9_16{text-transform:capitalize;width:7rem}._time_pickers_and_button_15bo9_26{display:flex;align-items:center}._time_pickers_15bo9_26{display:flex;align-items:center;margin-right:16px}._time_picker_15bo9_26{padding:0 10px!important;width:140px!important}._arrowIcon_15bo9_42{height:14px;margin:0 .8rem;opacity:.6;width:14px}._arrowIcon_15bo9_42>svg{height:inherit;width:inherit}._add_hours_button_15bo9_53,._remove_hours_button_15bo9_54{align-items:center;border:2px solid #fd5458;border-radius:100px;display:flex;justify-content:center;height:22px;margin-top:3px;width:22px}._add_hours_button_15bo9_53>svg,._remove_hours_button_15bo9_54>svg{height:12px;width:12px}._add_hours_button_15bo9_53{border-color:#006aff}._add_hours_button_15bo9_53>svg{fill:#006aff}._remove_hours_button_15bo9_54{border-color:#fd5458}._remove_hours_button_15bo9_54>svg{fill:#fd5458}@media only screen and (max-width:900px){._day_container_15bo9_9{flex-direction:column;margin-bottom:34px}._hours_15bo9_89{margin-top:14px}}@media only screen and (max-width:600px){._time_pickers_and_button_15bo9_26{align-items:baseline;flex-direction:column}._add_hours_button_15bo9_53,._remove_hours_button_15bo9_54{margin-top:14px;margin-left:0}}._module_container_we05x_1>button{pointer-events:visible!important}._module_title_we05x_5{display:flex;align-items:center}._module_title_icon_we05x_10{cursor:pointer!important;height:20px;margin-left:16px;width:20px}._module_title_icon_we05x_10>svg{fill:#006aff;height:inherit;width:inherit}._day_container_6ejse_1{align-items:flex-start;display:flex;margin-bottom:10px}._day_container_6ejse_1:first-child{margin-top:20px}._edit_special_hours_button_6ejse_10{border-radius:100px;color:#006aff;font-size:14px;margin-left:0;margin-top:30px;padding:10px 20px}._edit_special_hours_button_6ejse_10>svg{fill:#006aff;height:14px;margin-right:8px;width:14px}._edit_special_hours_button_6ejse_10>svg>path{fill:#006aff!important}._weekday_label_6ejse_28{text-transform:capitalize;width:7rem}._time_6ejse_33{display:flex;align-items:center}._time_picker_6ejse_38{border:none!important;height:20px!important;padding:0!important;width:100px!important}@media only screen and (max-width:700px){._weekday_label_6ejse_28{width:6rem}}._option_10kek_1{margin-right:60px!important;width:240px!important}._selected_date_input_10kek_6{display:flex}._selected_date_text_10kek_10{border-bottom:1px solid #000;margin-left:14px;text-align:center;width:100px}._calendar_10kek_17{border:2px solid #000;box-shadow:none;border-radius:10px}._arrow_icon_10kek_23{height:18px;margin-left:10px;width:18px}._arrow_icon_10kek_23>svg{fill:#fff;height:inherit;width:inherit}._arrow_icon_time_10kek_34{height:14px;margin:0 10px;opacity:.6;width:14px}._arrow_icon_time_10kek_34>svg{height:inherit;width:inherit}._time_pickers_group_10kek_45{align-items:center;display:flex;margin-right:14px}._time_picker_10kek_45{background:#fff;border:1px solid #d4dae0;border-radius:8px;padding:0 10px;height:40px}._time_picker_10kek_45>div{border:none!important}@media only screen and (max-width:600px){._option_10kek_1{margin-right:0!important;width:100%!important}}._modal_y3zp8_1{border-radius:0;height:100vh;margin-right:0;max-height:100vh;max-width:500px;width:500px}._special_hour_container_y3zp8_10{display:flex;align-items:center;margin-bottom:5px;opacity:.7}._special_hour_date_y3zp8_17{width:105px}._time_pickers_group_y3zp8_21{align-items:center;display:flex}._time_picker_y3zp8_21{background:#fff!important}._time_picker_y3zp8_21>div{border:none!important}._edit_special_hours_button_y3zp8_33{border-radius:100px;color:#006aff;font-size:14px;margin-left:0;margin-top:30px;padding:10px 20px}._edit_special_hours_button_y3zp8_33>svg{fill:#006aff;height:14px;margin-right:8px;width:14px}._edit_special_hours_button_y3zp8_33>svg>path{fill:#006aff!important}._add_new_date_ezxhq_1{align-items:center;color:#006aff;display:flex}._add_new_date_ezxhq_1>svg{fill:#006aff;height:14px;margin-right:10px;width:14px}._special_hour_ezxhq_13{align-items:center;border-bottom:1px solid #d4dae0;cursor:pointer;margin-top:20px;display:flex;justify-content:space-between;padding:18px 0}._special_hour_info_container_ezxhq_23{align-items:center;display:flex;flex-wrap:wrap}._calendar_date_ezxhq_29{align-items:center;display:flex;width:140px}._calendar_icon_ezxhq_35{height:18px;margin-right:14px;width:18px}._calendar_icon_ezxhq_35>svg{fill:#006aff;height:inherit;width:inherit}._date_picker_input_ezxhq_46{border:none;border-bottom:1px solid #d4dae0;font-size:14px;font-weight:500;width:90px;z-index:50!important}._calendar_ezxhq_29{position:fixed!important;top:0!important;z-index:100!important}._time_pickers_group_ezxhq_61{align-items:center;display:flex;margin-top:16px}._time_picker_ezxhq_61{background:#fff;border:1px solid #d4dae0;border-radius:8px;padding:0 10px;height:36px}._time_picker_ezxhq_61>div{border:none!important}._contentDescriptionContainer_ezxhq_78{padding:0rem 24px;background:#fff!important;border:none}._container_button_ezxhq_84{background:#f9fbfd;border-bottom:1px solid #ebeef1;line-height:1.4;padding:1rem 24px;margin-left:-20px;margin-top:-15px;width:100%}._arrow_icon_ezxhq_94{height:14px;margin:0 10px;opacity:.6;width:14px}._arrow_icon_ezxhq_94>svg{height:inherit;width:inherit}._special_hours_buttons_ezxhq_105{align-items:center;display:flex}._edit_date_ezxhq_110,._delete_date_ezxhq_111{cursor:pointer;height:22px;padding:5px;width:22px}._edit_date_ezxhq_110>svg,._delete_date_ezxhq_111>svg{height:inherit;width:inherit}._delete_date_ezxhq_111{margin-left:18px}._delete_date_ezxhq_111>svg>path{stroke:#fd5458!important}._confirm_delete_button_ezxhq_130{background:#fd5458}._footer_cancel_button_ezxhq_134{display:none}._footer_container_ezxhq_138{justify-content:center!important}@media only screen and (max-width:450px){._special_hour_info_container_ezxhq_23{align-items:flex-start;flex-direction:column}._calendar_date_ezxhq_29{margin-bottom:12px}}._container_176pr_1{background:#e4e6eb;border-radius:8px;cursor:pointer;padding:10px 20px}._printerNameContainer_176pr_8{display:flex;align-items:center;justify-content:space-between}._printerName_176pr_8{display:flex;align-items:center;font-size:1rem}._printerName_176pr_8>svg{height:30px;width:30px;margin-right:15px}._badges_176pr_25{display:flex;align-items:center;margin-top:15px}._badge_176pr_25,._offlineBadge_176pr_31,._onlineBadge_176pr_31{border-radius:100px;color:#fff;font-size:.8rem;margin-right:15px;padding:2px 10px}._pencilIcon_176pr_39{height:15px;width:15px}._onlineBadge_176pr_31{background:#006aff}._offlineBadge_176pr_31{background:#fd5458}._addPrinterBtn_176pr_52{background:#006aff;min-height:24px;min-width:24px;border-radius:100px;display:flex;align-items:center;justify-content:center}._addPrinterBtn_176pr_52>svg{fill:#fff;height:12px;width:12px}@media only screen and (max-width:700px){._printerName_176pr_8{font-size:.85rem}}._playButton_q64p0_1{margin-left:0;padding:8px 20px}._playButton_q64p0_1._stop_q64p0_5{background:#fc8c32}._alarmOn_q64p0_9{color:#006aff;margin-left:.4rem}._alarmOff_q64p0_14{color:#fd5458;margin-left:.4rem}._radioButtons_vtkdw_1{display:flex;margin-bottom:40px}._button_vtkdw_6{margin-right:20px}._offlineTitle_1sbez_1{font-weight:700}._qzDownloadLink_1sbez_5{color:#006aff;text-decoration:none}._button_1sbez_10,._addPrinter_1sbez_10,._connectPrintServer_1sbez_10{background:#006aff;color:#fff;padding:6px 10px;margin-top:15px}._addPrinter_1sbez_10{margin-left:0;padding:8px 20px}._printers_1sbez_22{display:flex;justify-content:space-between;flex-wrap:wrap;margin:20px 0 40px}._printerContainer_1sbez_29{margin-bottom:15px;width:48%}@media only screen and (max-width:500px){._printerContainer_1sbez_29{width:100%}}._tabs_1awk0_1{max-width:22rem}._printers_1awk0_5{display:flex;justify-content:space-between;flex-wrap:wrap;margin-top:40px}._printerContainer_1awk0_12{margin-bottom:15px;width:48%}._printerNameInput_1awk0_17{margin-top:40px;width:300px}._buttons_1awk0_22{display:flex;align-items:center;margin-top:1.6rem}._button_1awk0_22,._searchOnePrinterBtn_1awk0_28{height:2.2rem;margin:0;padding:0;width:8.8rem}._searchOnePrinterBtn_1awk0_28{margin-right:.6rem}@media only screen and (max-width:500px){._printerContainer_1awk0_12{width:100%}}._container_1mtc0_1{margin:10px 0}._weekdayContainer_1mtc0_5{display:flex;margin-bottom:.4rem}._weekdayContainer_1mtc0_5._isToday_1mtc0_9{color:#006aff;font-weight:700}._weekday_1mtc0_5{margin-right:1rem;text-transform:capitalize;width:80px}._fieldsContainer_1y8p8_1{display:flex;flex-wrap:wrap;justify-content:space-between}._field_1y8p8_1{min-width:48%;max-width:48%}._image_1y8p8_12{border-radius:4px;cursor:pointer;height:100px;object-fit:contain;width:100px}._moduleButton_1y8p8_20{margin-top:20px;padding:.6rem 1.2rem;margin-left:0}._testNumberButton_1y8p8_26{border-bottom:1px solid #4f4f4f;border-radius:0;color:#4f4f4f}@media only screen and (max-width:1000px){._field_1y8p8_1{max-width:100%;min-width:100%}}._callShopButton_38xug_1{display:flex;align-items:center;justify-content:center;background:#006aff;border-radius:10px;color:#fff;padding:.6rem 0;text-decoration:none;width:10rem}._phone_icon_38xug_13{height:18px;margin-right:10px;width:18px}._phone_icon_38xug_13>svg{height:inherit;width:inherit}._phone_icon_38xug_13>svg>g>path{stroke:#fff!important}._phone_number_input_s2l4l_1{margin-bottom:10px}._company_logo_and_name_1s0an_1{display:flex;align-items:center;margin-bottom:10px}._logo_1s0an_7{height:1.4rem;margin-right:10px;width:1.4rem}._container_qqme5_1{align-items:center;display:flex;flex-wrap:wrap;font-size:.85rem}._elementContainer_qqme5_8{margin:10px 10px 5px 0}._button_qqme5_12,._expandOrdersButton_qqme5_12{background:#f9fbfd!important;border:1px solid #ebeef1!important;height:34px!important;padding:0 14px}._expandOrdersButton_qqme5_12{border-radius:6px!important;box-shadow:none;color:#000;font-weight:500}._expandOrdersButton_qqme5_12:hover{box-shadow:none}._icon_qqme5_29,._dollarIcon_qqme5_29,._arrowIcon_qqme5_29{height:16px;width:16px;margin-right:4px}._arrowIcon_qqme5_29{fill:#000;transform:rotate(90deg);transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}._arrowIcon_qqme5_29._collapse_qqme5_40{transform:rotate(-90deg)}._close_all_button_qqme5_44,._salesReportButton_qqme5_45{border-radius:6px!important;font-weight:600;height:34px!important}._dollarIcon_qqme5_29{fill:#fff}._sectionTitle_1h44z_1{font-size:1rem}._banner_1h44z_5{position:fixed;top:45px;left:0;right:0;text-align:center;padding:6px 30px;font-weight:700}._banner_1h44z_5._danger_1h44z_14{background:#fd5458;color:#fff}._banner_1h44z_5._warning_1h44z_18{background:#ffe1a5}._fields_1h44z_22{display:flex;flex-wrap:wrap;margin-top:20px}._input_1h44z_28{margin:0 1.2rem 1.4rem 0;width:31%}._reviewFormBtn_1h44z_33{background:#006aff;color:#fff;font-weight:700;margin-top:20px;padding:10px 50px}@media only screen and (max-width:1200px){._input_1h44z_28{width:45%}}@media only screen and (max-width:1000px){._input_1h44z_28{margin-right:0;width:100%}}._moduleClickCount_4v7vi_1{position:fixed;bottom:50px;right:0;left:0;max-width:240px;margin:auto;text-align:center;background:#000c;border-radius:100px;padding:8px 0;color:#fff}._successConnect_4v7vi_15{display:flex;align-items:center}._checkIcon_4v7vi_20{background:#006aff;height:23px;width:23px;border-radius:100px;display:flex;align-items:center;justify-content:center;margin-left:10px}._checkIcon_4v7vi_20>svg{height:15px;width:15px;fill:#fff}._backgroundImg_12n4m_1{bottom:0;object-fit:cover;position:fixed;width:100%}._title_12n4m_8{text-align:center;padding-bottom:20px;font-size:30px}._description_12n4m_14{text-align:center;padding-bottom:20px;color:#a0a0a0}._footer_12n4m_20{display:flex;align-items:center}._signUpLink_12n4m_25{border-bottom:1px solid #006AFF;color:#006aff;font-weight:700;margin-left:.4rem;padding-bottom:.1rem;cursor:pointer}._backButton_12n4m_34{background:none;border:none;margin-bottom:20px;padding:.6rem .6rem .6rem 0}._backButton_12n4m_34:hover{box-shadow:none}._backButton_12n4m_34>svg{height:18px;margin-right:10px;width:18px;transform:rotate(180deg)}._form_12n4m_50{background:#fff;border-radius:10px;box-shadow:0 1px 4px #00000029;margin:4rem auto 0;padding:2rem 2rem 3rem;width:20rem;position:absolute;right:0;left:0;z-index:1000}._form_12n4m_50._expanded_12n4m_62{width:30rem}._skipliLogo_12n4m_66{height:inherit;margin:0 auto 1.6rem;width:8rem}._skipliLogo_12n4m_66>svg{height:inherit;width:inherit}._button_12n4m_76,._newMerchantAccountButton_12n4m_76,._accessStoreButton_12n4m_76{margin:0;width:100%}._accessStoreButton_12n4m_76{font-weight:600;margin:1.4rem 0 2rem}._arrowIcon_12n4m_86{height:1.2rem;margin-left:1rem;width:1.2rem}._arrowIcon_12n4m_86>svg{fill:#fff;height:inherit;width:inherit}._newAccountContainer_12n4m_97>p{color:#525f7f}._newMerchantAccountButton_12n4m_76{background:none;border:2px solid #006AFF;color:#006aff}@media only screen and (max-width:500px){._backgroundImg_12n4m_1{display:none}._form_12n4m_50{box-shadow:none;position:relative;width:inherit!important}}._overlay_sy5e8_1{top:0;z-index:999}._modalClassname_sy5e8_6{height:100vh;width:100vw}._contentContainer_sy5e8_11{height:auto;position:relative}._warningModalModalBox_sy5e8_16{height:410px;width:600px}._publishModalBox_sy5e8_21{width:580px;max-width:90vw;height:auto;max-height:80vh;overflow-y:auto}._domainContainer_sy5e8_29{border-bottom:1px solid #e0e5fd;margin-top:1rem;padding-bottom:2rem}._urlRow_sy5e8_35{display:flex;align-items:center;gap:10px}._urlRow_sy5e8_35:not(:last-child){margin-bottom:10px}._urlRow_sy5e8_35>:last-child{flex:1}._urlIconButton_sy5e8_47{align-items:center;background:#0000000d;border-radius:8px;color:inherit;display:inline-flex;height:40px;justify-content:center;text-decoration:none;width:40px}._urlIconButton_sy5e8_47:hover{background:#00000014}._urlIconButton_sy5e8_47>svg{height:18px;width:18px}._publishWebsiteSection_sy5e8_66{display:flex;align-items:center}._publishWebsiteSection_sy5e8_66>svg{margin-right:2rem}._removeMarginBottom_sy5e8_74{margin-bottom:0}._whatsnext_sy5e8_78{margin:1.4rem 0 1rem;text-align:center;text-transform:uppercase}._heading_sy5e8_84{font-size:1.2rem;margin:0 0 .4rem}._publishNowBtn_sy5e8_89{background:none;border:none;border-radius:0;border-bottom:1px solid #006AFF;color:#006aff;margin-top:14px;padding:0 0 2px;text-decoration:none}._warningButtons_sy5e8_100{display:flex}._button_sy5e8_104,._saveBtn_sy5e8_104,._previewBtn_sy5e8_104,._publishBtn_sy5e8_104,._exitBtn_sy5e8_104,._saveAndExitBtn_sy5e8_104{border-radius:100px;margin-left:0}._saveAndExitBtn_sy5e8_104{font-weight:700;margin-right:1rem;padding:12px 30px}._exitBtn_sy5e8_104{padding:12px 16px}._publishModalContent_sy5e8_119{display:flex;flex-direction:column;align-items:center;padding:2rem 1.5rem 1.5rem;text-align:center}._successIconWrapper_sy5e8_127{margin-bottom:1.5rem}._successIcon_sy5e8_127{width:80px;height:80px;border-radius:50%;display:block;stroke-width:2;stroke:#22c55e;stroke-miterlimit:10;animation:_fill_sy5e8_1 .4s ease-in-out .4s forwards,_scale_sy5e8_1 .3s ease-in-out .9s both}._successCircle_sy5e8_142{stroke-dasharray:166;stroke-dashoffset:166;stroke-width:2;stroke-miterlimit:10;stroke:#22c55e;fill:#e8f8f0;animation:_stroke_sy5e8_1 .6s cubic-bezier(.65,0,.45,1) forwards}._successCheck_sy5e8_152{transform-origin:50% 50%;stroke-dasharray:48;stroke-dashoffset:48;stroke-width:3;stroke:#22c55e;animation:_stroke_sy5e8_1 .3s cubic-bezier(.65,0,.45,1) .8s forwards}@keyframes _stroke_sy5e8_1{to{stroke-dashoffset:0}}@keyframes _scale_sy5e8_1{0%,to{transform:none}50%{transform:scale3d(1.1,1.1,1)}}@keyframes _fill_sy5e8_1{to{box-shadow:inset 0 0 0 30px #22c55e}}._publishTitle_sy5e8_179{font-size:1.75rem;font-weight:700;color:#111827;margin:0 0 .5rem;line-height:1.2}._publishSubtitle_sy5e8_187{font-size:1rem;color:#6b7280;margin:0 0 2rem;line-height:1.5}._urlSection_sy5e8_194{width:100%;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem;margin-bottom:1.5rem}._urlLabel_sy5e8_203{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;margin-bottom:.75rem;text-align:left}._publishUrlRow_sy5e8_213{display:flex;align-items:center;gap:.75rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:.75rem 1rem;transition:all .2s}._publishUrlRow_sy5e8_213:not(:last-of-type){margin-bottom:.75rem}._publishUrlRow_sy5e8_213:hover{border-color:#d1d5db;box-shadow:0 1px 3px #0000001a}._urlDisplay_sy5e8_231{display:flex;align-items:center;gap:.625rem;flex:1;min-width:0}._globeIcon_sy5e8_239{width:18px;height:18px;color:#9ca3af;flex-shrink:0}._urlText_sy5e8_246{font-size:.9375rem;color:#374151;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left}._copyButton_sy5e8_256{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;background:#f3f4f6;color:#6b7280;border:none;cursor:pointer;transition:all .2s;flex-shrink:0;text-decoration:none}._copyButton_sy5e8_256:hover{background:#e5e7eb;color:#374151}._copyButton_sy5e8_256 svg{width:16px;height:16px}._noDomainNote_sy5e8_280{display:flex;align-items:flex-start;gap:.5rem;margin-top:.875rem;padding:.75rem;background:#fef3c7;border:1px solid #fde68a;border-radius:6px;font-size:.8125rem;color:#92400e;line-height:1.5;text-align:left}._noDomainNote_sy5e8_280 svg{width:16px;height:16px;color:#f59e0b;flex-shrink:0;margin-top:2px}._publishActions_sy5e8_302{display:flex;gap:.75rem;width:100%}._viewSiteButton_sy5e8_308{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none}._viewSiteButton_sy5e8_308:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}._viewSiteButton_sy5e8_308:active{transform:translateY(0)}._viewSiteButton_sy5e8_308 svg{width:18px;height:18px}._doneButton_sy5e8_338{flex:1;padding:.875rem 1.5rem;background:#fff;color:#374151;border:1px solid #d1d5db;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s}._doneButton_sy5e8_338:hover{background:#f9fafb;border-color:#9ca3af}._doneButton_sy5e8_338:active{background:#f3f4f6}._container_sy5e8_358{background:#fff;border-bottom:1px solid #f0f2f6;position:fixed;top:0;right:0;left:0;height:50px;z-index:500}._content_sy5e8_11{display:flex;align-items:center;justify-content:space-between;height:inherit}._leftColumn_sy5e8_376{flex:0 0 auto;min-width:120px}._backButton_sy5e8_381{background:transparent;border:none}._backButton_sy5e8_381>svg{height:16px;margin-right:10px;transform:rotate(180deg);width:16px}._centerColumn_sy5e8_392{display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:600;flex:1 1 auto;min-width:0;gap:16px}._pageSelector_sy5e8_403{padding:6px 32px 6px 12px;border-radius:6px;border:1px solid #ccc;background-color:#f9f9f9;font-size:.95rem;font-weight:500;color:#333;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 8px center;background-size:14px;transition:border-color .2s}._pageSelector_sy5e8_403:hover{border-color:#999}._pageSelector_sy5e8_403:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}._rightColumn_sy5e8_428{display:flex;justify-content:flex-end;flex:0 0 auto;gap:10px}._button_sy5e8_104,._publishBtn_sy5e8_104,._previewBtn_sy5e8_104,._saveBtn_sy5e8_104{font-size:.9rem;font-weight:600;height:100%;margin:0}._button_sy5e8_104>svg,._publishBtn_sy5e8_104>svg,._previewBtn_sy5e8_104>svg,._saveBtn_sy5e8_104>svg{height:14px;margin-right:10px;width:14px}._saveBtn_sy5e8_104{color:#006aff}._saveBtn_sy5e8_104:hover{background:#fff}._saveBtn_sy5e8_104>svg>path{stroke:#006aff!important}._previewBtn_sy5e8_104{color:#d4dae0}._previewBtn_sy5e8_104:hover{background:#fff}._publishBtn_sy5e8_104{border:none;margin-right:20px}@media(max-width:650px){._centerColumn_sy5e8_392{display:none}._rightColumn_sy5e8_428{gap:6px}._publishBtn_sy5e8_104{margin-right:12px}}._overlay_8b3vx_1{top:0;z-index:999}._modalClassname_8b3vx_6{height:100vh;width:100vw}._contentContainer_8b3vx_11{height:auto;position:relative}._warningModalModalBox_8b3vx_16{height:410px;width:600px}._publishModalBox_8b3vx_21{width:580px;max-width:90vw;height:auto;max-height:80vh;overflow-y:auto}._domainContainer_8b3vx_29{border-bottom:1px solid #e0e5fd;margin-top:1rem;padding-bottom:2rem}._urlRow_8b3vx_35{display:flex;align-items:center;gap:10px}._urlRow_8b3vx_35:not(:last-child){margin-bottom:10px}._urlRow_8b3vx_35>:last-child{flex:1}._urlIconButton_8b3vx_47{align-items:center;background:#0000000d;border-radius:8px;color:inherit;display:inline-flex;height:40px;justify-content:center;text-decoration:none;width:40px}._urlIconButton_8b3vx_47:hover{background:#00000014}._urlIconButton_8b3vx_47>svg{height:18px;width:18px}._publishWebsiteSection_8b3vx_66{display:flex;align-items:center}._publishWebsiteSection_8b3vx_66>svg{margin-right:2rem}._removeMarginBottom_8b3vx_74{margin-bottom:0}._whatsnext_8b3vx_78{margin:1.4rem 0 1rem;text-align:center;text-transform:uppercase}._heading_8b3vx_84{font-size:1.2rem;margin:0 0 .4rem}._publishNowBtn_8b3vx_89{background:none;border:none;border-radius:0;border-bottom:1px solid #006AFF;color:#006aff;margin-top:14px;padding:0 0 2px;text-decoration:none}._warningButtons_8b3vx_100{display:flex}._button_8b3vx_104,._exitBtn_8b3vx_104,._saveAndExitBtn_8b3vx_104{border-radius:100px;margin-left:0}._saveAndExitBtn_8b3vx_104{font-weight:700;margin-right:1rem;padding:12px 30px}._exitBtn_8b3vx_104{padding:12px 16px}._publishModalContent_8b3vx_119{display:flex;flex-direction:column;align-items:center;padding:2rem 1.5rem 1.5rem;text-align:center}._successIconWrapper_8b3vx_127{margin-bottom:1.5rem}._successIcon_8b3vx_127{width:80px;height:80px;border-radius:50%;display:block;stroke-width:2;stroke:#22c55e;stroke-miterlimit:10;animation:_fill_8b3vx_1 .4s ease-in-out .4s forwards,_scale_8b3vx_1 .3s ease-in-out .9s both}._successCircle_8b3vx_142{stroke-dasharray:166;stroke-dashoffset:166;stroke-width:2;stroke-miterlimit:10;stroke:#22c55e;fill:#e8f8f0;animation:_stroke_8b3vx_1 .6s cubic-bezier(.65,0,.45,1) forwards}._successCheck_8b3vx_152{transform-origin:50% 50%;stroke-dasharray:48;stroke-dashoffset:48;stroke-width:3;stroke:#22c55e;animation:_stroke_8b3vx_1 .3s cubic-bezier(.65,0,.45,1) .8s forwards}@keyframes _stroke_8b3vx_1{to{stroke-dashoffset:0}}@keyframes _scale_8b3vx_1{0%,to{transform:none}50%{transform:scale3d(1.1,1.1,1)}}@keyframes _fill_8b3vx_1{to{box-shadow:inset 0 0 0 30px #22c55e}}._publishTitle_8b3vx_179{font-size:1.75rem;font-weight:700;color:#111827;margin:0 0 .5rem;line-height:1.2}._publishSubtitle_8b3vx_187{font-size:1rem;color:#6b7280;margin:0 0 2rem;line-height:1.5}._urlSection_8b3vx_194{width:100%;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem;margin-bottom:1.5rem}._urlLabel_8b3vx_203{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;margin-bottom:.75rem;text-align:left}._publishUrlRow_8b3vx_213{display:flex;align-items:center;gap:.75rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:.75rem 1rem;transition:all .2s}._publishUrlRow_8b3vx_213:not(:last-of-type){margin-bottom:.75rem}._publishUrlRow_8b3vx_213:hover{border-color:#d1d5db;box-shadow:0 1px 3px #0000001a}._urlDisplay_8b3vx_231{display:flex;align-items:center;gap:.625rem;flex:1;min-width:0}._globeIcon_8b3vx_239{width:18px;height:18px;color:#9ca3af;flex-shrink:0}._urlText_8b3vx_246{font-size:.9375rem;color:#374151;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left}._copyButton_8b3vx_256{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;background:#f3f4f6;color:#6b7280;border:none;cursor:pointer;transition:all .2s;flex-shrink:0;text-decoration:none}._copyButton_8b3vx_256:hover{background:#e5e7eb;color:#374151}._copyButton_8b3vx_256 svg{width:16px;height:16px}._noDomainNote_8b3vx_280{display:flex;align-items:flex-start;gap:.5rem;margin-top:.875rem;padding:.75rem;background:#fef3c7;border:1px solid #fde68a;border-radius:6px;font-size:.8125rem;color:#92400e;line-height:1.5;text-align:left}._noDomainNote_8b3vx_280 svg{width:16px;height:16px;color:#f59e0b;flex-shrink:0;margin-top:2px}._publishActions_8b3vx_302{display:flex;gap:.75rem;width:100%}._viewSiteButton_8b3vx_308{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none}._viewSiteButton_8b3vx_308:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}._viewSiteButton_8b3vx_308:active{transform:translateY(0)}._viewSiteButton_8b3vx_308 svg{width:18px;height:18px}._doneButton_8b3vx_338{flex:1;padding:.875rem 1.5rem;background:#fff;color:#374151;border:1px solid #d1d5db;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s}._doneButton_8b3vx_338:hover{background:#f9fafb;border-color:#9ca3af}._doneButton_8b3vx_338:active{background:#f3f4f6}._container_8b3vx_358{padding-top:100px}@media only screen and (max-width:700px){._container_8b3vx_358{padding-top:106px}}._templateHeader_8b3vx_367{position:fixed;top:50px;left:0;right:0;background:#f8f9fa;border-bottom:1px solid #e0e0e0;padding:8px 16px;z-index:100}._templateInfo_8b3vx_378{display:flex;justify-content:space-between;align-items:center}._templateInfo_8b3vx_378 span{font-size:14px;color:#333;font-weight:500}._changeTemplateBtn_8b3vx_389{background:#007bff;color:#fff;border:none;padding:6px 12px;border-radius:4px;font-size:12px;cursor:pointer;transition:background-color .2s}._changeTemplateBtn_8b3vx_389:hover{background:#0056b3}._loadingContainer_8b3vx_403{display:flex;justify-content:center;align-items:center;height:200px}._loadingSpinner_8b3vx_410{font-size:16px;color:#666}._noTemplate_8b3vx_415{display:flex;justify-content:center;align-items:center;height:200px}._noTemplate_8b3vx_415 p{font-size:16px;color:#999}._t10Root_5atbn_2{padding-top:50px;font-family:Manrope,Helvetica Neue,Arial,sans-serif;color:#6c4c32;background:#fff;line-height:1.65;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}._t10Root_5atbn_2 *,._t10Root_5atbn_2 *:before,._t10Root_5atbn_2 *:after{box-sizing:border-box}._t10Root_5atbn_2 img{max-width:100%;display:block}._t10Root_5atbn_2 a{color:inherit;text-decoration:none}._t10Wrap_5atbn_25{max-width:1400px;margin:0 auto;padding:0 48px}@media(max-width:1024px){._t10Wrap_5atbn_25{padding:0 32px}}@media(max-width:768px){._t10Wrap_5atbn_25{padding:0 20px}}._t10Section_5atbn_41{padding:80px 0}@media(max-width:768px){._t10Section_5atbn_41{padding:56px 0}}._t10HeadingXL_5atbn_50{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(2.4rem,4.5vw,4.2rem);font-weight:400;line-height:1.05;letter-spacing:.01em;color:#6c4c32}._t10HeadingLG_5atbn_59,._t10SectionTitle_5atbn_59 h2{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:400;line-height:1.1;letter-spacing:.01em;color:#6c4c32}._t10HeadingMD_5atbn_68{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(1.6rem,2.5vw,2.2rem);font-weight:500;line-height:1.15;color:#6c4c32}._t10HeadingSM_5atbn_76{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(1.2rem,1.8vw,1.5rem);font-weight:600;line-height:1.2;color:#6c4c32}._t10BodyLG_5atbn_84,._t10SectionTitle_5atbn_59 p{font-size:1.05rem;color:#6b5e54;line-height:1.7}._t10BodyMD_5atbn_90{font-size:.95rem;color:#6b5e54;line-height:1.65}._t10Label_5atbn_96{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#6b5e54}._t10BtnPrimary_5atbn_104,._t10NavOrderBtn_5atbn_104,._t10BtnWhite_5atbn_104,._t10BtnSecondary_5atbn_104{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;background:#6c4c32;color:#fff;font-family:Manrope,Helvetica Neue,Arial,sans-serif;font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;border:none;border-radius:999px;cursor:pointer;transition:all .25s ease}._t10BtnPrimary_5atbn_104:hover,._t10NavOrderBtn_5atbn_104:hover,._t10BtnWhite_5atbn_104:hover,._t10BtnSecondary_5atbn_104:hover{transform:translateY(-1px);box-shadow:0 4px 16px #47322933}._t10BtnSecondary_5atbn_104{background:transparent;color:#6c4c32;border:1.5px solid #6c4c32}._t10BtnSecondary_5atbn_104:hover{background:#6c4c32;color:#fff}._t10BtnWhite_5atbn_104{background:#fff;color:#6c4c32}._t10Grid4_5atbn_142{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media(max-width:1024px){._t10Grid4_5atbn_142{grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:600px){._t10Grid4_5atbn_142{grid-template-columns:1fr;gap:16px}}._t10Grid3_5atbn_160{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media(max-width:768px){._t10Grid3_5atbn_160{grid-template-columns:1fr;gap:16px}}._t10Grid2_5atbn_172{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}@media(max-width:768px){._t10Grid2_5atbn_172{grid-template-columns:1fr;gap:32px}}._t10SectionTitle_5atbn_59{text-align:center;margin-bottom:48px}._t10SectionTitle_5atbn_59 h2{margin-bottom:12px}._t10SectionTitle_5atbn_59 p{max-width:600px;margin:0 auto}._t10Header_5atbn_197{position:sticky;top:0;z-index:100;background:#fffffff7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(71,50,41,.08);transition:box-shadow .25s ease}._t10HeaderInner_5atbn_207{display:flex;align-items:center;justify-content:center;min-height:80px;gap:0;flex-direction:column}@media(max-width:768px){._t10HeaderInner_5atbn_207{min-height:64px;padding:0}}._t10HeaderInner_5atbn_207 ._leftContainer_5atbn_221{display:flex;align-items:center;gap:32px}@media(max-width:768px){._t10HeaderInner_5atbn_207 ._leftContainer_5atbn_221{gap:16px}}._t10DesktopHeaderMain_5atbn_232{width:100%;min-height:80px;display:flex;align-items:center;justify-content:space-between;gap:24px}@media(max-width:768px){._t10DesktopHeaderMain_5atbn_232{display:none}}._t10MobileHeaderMain_5atbn_246{display:none}@media(max-width:768px){._t10MobileHeaderMain_5atbn_246{display:grid;grid-template-columns:40px 1fr auto;align-items:center;width:100%;min-height:64px;gap:10px}}._t10MobileMenuBtn_5atbn_260{width:32px;height:32px;border:none;background:transparent;display:inline-flex;flex-direction:column;justify-content:center;gap:5px;padding:0;cursor:pointer}._t10MobileMenuBtn_5atbn_260 span{display:block;width:18px;height:1.5px;background:#6c4c32;transform-origin:center;transition:transform .2s ease,opacity .2s ease}._t10MobileMenuBtnOpen_5atbn_281 span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}._t10MobileMenuBtnOpen_5atbn_281 span:nth-child(2){opacity:0}._t10MobileMenuBtnOpen_5atbn_281 span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}._t10MobileLogoCenter_5atbn_291{display:flex;justify-content:center;min-width:0}._t10MobileLogoCenter_5atbn_291 ._t10Logo_5atbn_296{font-size:2rem}._t10MobileLogoCenter_5atbn_291 img{display:block}._t10MobileNavPanel_5atbn_303{display:none}@media(max-width:768px){._t10MobileNavPanel_5atbn_303{display:flex;flex-direction:column;width:calc(100% + 40px);margin-left:-20px;margin-right:-20px;border-top:1px solid rgba(71,50,41,.08);background:#fffffffa;padding:10px 0 14px}}._t10MobileNavLink_5atbn_319{font-size:1.05rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:#6c4c32;padding:14px 24px;border-bottom:1px solid rgba(71,50,41,.06);cursor:pointer}._t10MobileNavLinkActive_5atbn_330{background:#6c4c3214}._t10Logo_5atbn_296{font-family:Cormorant Garamond,Georgia,serif;font-size:2rem;font-weight:400;font-style:italic;letter-spacing:.02em;color:#6c4c32;cursor:pointer;white-space:nowrap;transition:opacity .25s ease}._t10Logo_5atbn_296:hover{opacity:.7}@media(max-width:768px){._t10Logo_5atbn_296{font-size:1.6rem}}._t10Nav_5atbn_104{display:flex;align-items:center;gap:28px}@media(max-width:768px){._t10Nav_5atbn_104{gap:16px;width:100%;justify-content:center}}._t10NavLink_5atbn_367{position:relative;font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#6c4c32bf;padding-bottom:4px;cursor:pointer;transition:all .25s ease}._t10NavLink_5atbn_367:hover{color:#6c4c32}._t10NavLink_5atbn_367:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background:#6c4c32;transform:scaleX(0);transform-origin:center;transition:transform .2s ease}._t10NavLink_5atbn_367:hover:after{transform:scaleX(1)}@media(max-width:768px){._t10NavLink_5atbn_367{font-size:.7rem;letter-spacing:.08em}}._t10NavLinkActive_5atbn_403{color:#6c4c32}._t10NavLinkActive_5atbn_403:after{transform:scaleX(1)}._t10NavOrderBtn_5atbn_104{padding:10px 20px;font-size:.72rem}@media(max-width:768px){._t10NavOrderBtn_5atbn_104{padding:8px 16px;font-size:.68rem}}._t10NavOrderBtn_5atbn_104{background-color:#fff7d2;color:#6c4c32}._t10NavOrderBtnMobile_5atbn_425{display:none}@media(max-width:768px){._t10NavOrderBtnMobile_5atbn_425{display:inline-flex;justify-self:end;padding:7px 12px;font-size:.62rem;letter-spacing:.08em}}._t10Newsletter_5atbn_438{background:#6c4c32;padding:64px 0;text-align:center;color:#fff}._t10Newsletter_5atbn_438 h3{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(1.6rem,2.5vw,2.2rem);font-weight:400;margin-bottom:8px}._t10Newsletter_5atbn_438 p{font-size:.9rem;color:#ffffffb3;margin-bottom:24px}._t10NewsletterForm_5atbn_456{display:flex;align-items:center;justify-content:center;gap:0;max-width:400px;margin:0 auto}._t10NewsletterForm_5atbn_456 input{flex:1;padding:12px 16px;background:transparent;border:1px solid rgba(255,255,255,.4);border-right:none;border-radius:4px 0 0 4px;color:#fff;font-family:Manrope,Helvetica Neue,Arial,sans-serif;font-size:.85rem}._t10NewsletterForm_5atbn_456 input::placeholder{color:#ffffff80}._t10NewsletterForm_5atbn_456 input:focus{outline:none;border-color:#ffffffb3}._t10NewsletterForm_5atbn_456 button{padding:12px 16px;background:transparent;border:1px solid rgba(255,255,255,.4);border-left:none;border-radius:0 4px 4px 0;color:#fff;cursor:pointer;display:flex;align-items:center}._t10NewsletterForm_5atbn_456 button:hover{background:#ffffff1a}._t10NewsletterForm_5atbn_456 button svg{width:18px;height:18px}._t10Footer_5atbn_501{background:#6c4c32;padding:48px 0 24px;color:#ffffffd9}._t10FooterGrid_5atbn_507{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}@media(max-width:768px){._t10FooterGrid_5atbn_507{grid-template-columns:1fr 1fr;gap:32px}}@media(max-width:480px){._t10FooterGrid_5atbn_507{grid-template-columns:1fr;gap:24px}}._t10FooterBrand_5atbn_526 h4{font-family:Cormorant Garamond,Georgia,serif;font-size:1.8rem;font-weight:400;font-style:italic;color:#fff;margin-bottom:12px}._t10FooterBrand_5atbn_526 p{font-size:.85rem;color:#fff9;line-height:1.6}._t10FooterColumn_5atbn_540 h5{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fff;margin-bottom:16px}._t10FooterColumn_5atbn_540 ul{list-style:none;padding:0;margin:0}._t10FooterColumn_5atbn_540 li{margin-bottom:10px}._t10FooterColumn_5atbn_540 a{font-size:.85rem;color:#ffffffa6;transition:color .25s ease}._t10FooterColumn_5atbn_540 a:hover{color:#fff}._t10FooterBottom_5atbn_565{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}@media(max-width:600px){._t10FooterBottom_5atbn_565{flex-direction:column;text-align:center}}._t10FooterSocial_5atbn_581{display:flex;gap:16px}._t10FooterSocial_5atbn_581 a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.2);color:#ffffffb3;transition:all .25s ease}._t10FooterSocial_5atbn_581 a:hover{background:#ffffff1a;color:#fff}._t10FooterSocial_5atbn_581 a svg{width:16px;height:16px}._t10Copyright_5atbn_605{font-size:.75rem;color:#fff6}._t10EditorToolbar_5atbn_610{position:sticky;top:0;z-index:200;background:#f8f3ecf5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(71,50,41,.1);padding:10px 20px;display:flex;align-items:center;justify-content:center;gap:8px}._t10EditorTabBtn_5atbn_624{padding:8px 18px;border-radius:999px;border:1.5px solid rgba(71,50,41,.2);background:#fff;color:#6c4c32;font-family:Manrope,Helvetica Neue,Arial,sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:all .25s ease}._t10EditorTabBtn_5atbn_624:hover{background:#f8f3ec}._t10EditorTabBtnActive_5atbn_642{background:#6c4c32;color:#fff;border-color:#6c4c32}._t10Root_173pb_2{padding-top:50px;font-family:Manrope,Helvetica Neue,Arial,sans-serif;color:#6c4c32;background:#fff;line-height:1.65;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}._t10Root_173pb_2 *,._t10Root_173pb_2 *:before,._t10Root_173pb_2 *:after{box-sizing:border-box}._t10Root_173pb_2 img{max-width:100%;display:block}._t10Root_173pb_2 a{color:inherit;text-decoration:none}._t10Wrap_173pb_25{max-width:1400px;margin:0 auto;padding:0 48px}@media(max-width:1024px){._t10Wrap_173pb_25{padding:0 32px}}@media(max-width:768px){._t10Wrap_173pb_25{padding:0 20px}}._t10Section_173pb_41{padding:80px 0}@media(max-width:768px){._t10Section_173pb_41{padding:56px 0}}._t10HeadingXL_173pb_50{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(2.4rem,4.5vw,4.2rem);font-weight:400;line-height:1.05;letter-spacing:.01em;color:#6c4c32}._t10HeadingLG_173pb_59,._t10SectionTitle_173pb_59 h2{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:400;line-height:1.1;letter-spacing:.01em;color:#6c4c32}._t10HeadingMD_173pb_68{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(1.6rem,2.5vw,2.2rem);font-weight:500;line-height:1.15;color:#6c4c32}._t10HeadingSM_173pb_76{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(1.2rem,1.8vw,1.5rem);font-weight:600;line-height:1.2;color:#6c4c32}._t10BodyLG_173pb_84,._t10SectionTitle_173pb_59 p{font-size:1.05rem;color:#6b5e54;line-height:1.7}._t10BodyMD_173pb_90{font-size:.95rem;color:#6b5e54;line-height:1.65}._t10Label_173pb_96{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#6b5e54}._t10BtnPrimary_173pb_104,._t10NavOrderBtn_173pb_104,._t10BtnWhite_173pb_104,._t10BtnSecondary_173pb_104{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;background:#6c4c32;color:#fff;font-family:Manrope,Helvetica Neue,Arial,sans-serif;font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;border:none;border-radius:999px;cursor:pointer;transition:all .25s ease}._t10BtnPrimary_173pb_104:hover,._t10NavOrderBtn_173pb_104:hover,._t10BtnWhite_173pb_104:hover,._t10BtnSecondary_173pb_104:hover{transform:translateY(-1px);box-shadow:0 4px 16px #47322933}._t10BtnSecondary_173pb_104{background:transparent;color:#6c4c32;border:1.5px solid #6c4c32}._t10BtnSecondary_173pb_104:hover{background:#6c4c32;color:#fff}._t10BtnWhite_173pb_104{background:#fff;color:#6c4c32}._t10Grid4_173pb_142{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media(max-width:1024px){._t10Grid4_173pb_142{grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:600px){._t10Grid4_173pb_142{grid-template-columns:1fr;gap:16px}}._t10Grid3_173pb_160{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media(max-width:768px){._t10Grid3_173pb_160{grid-template-columns:1fr;gap:16px}}._t10Grid2_173pb_172{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}@media(max-width:768px){._t10Grid2_173pb_172{grid-template-columns:1fr;gap:32px}}._t10SectionTitle_173pb_59{text-align:center;margin-bottom:48px}._t10SectionTitle_173pb_59 h2{margin-bottom:12px}._t10SectionTitle_173pb_59 p{max-width:600px;margin:0 auto}._t10Header_173pb_197{position:sticky;top:0;z-index:100;background:#fffffff7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(71,50,41,.08);transition:box-shadow .25s ease}._t10HeaderInner_173pb_207{display:flex;align-items:center;justify-content:center;min-height:80px;gap:0;flex-direction:column}@media(max-width:768px){._t10HeaderInner_173pb_207{min-height:64px;padding:0}}._t10HeaderInner_173pb_207 ._leftContainer_173pb_221{display:flex;align-items:center;gap:32px}@media(max-width:768px){._t10HeaderInner_173pb_207 ._leftContainer_173pb_221{gap:16px}}._t10DesktopHeaderMain_173pb_232{width:100%;min-height:80px;display:flex;align-items:center;justify-content:space-between;gap:24px}@media(max-width:768px){._t10DesktopHeaderMain_173pb_232{display:none}}._t10MobileHeaderMain_173pb_246{display:none}@media(max-width:768px){._t10MobileHeaderMain_173pb_246{display:grid;grid-template-columns:40px 1fr auto;align-items:center;width:100%;min-height:64px;gap:10px}}._t10MobileMenuBtn_173pb_260{width:32px;height:32px;border:none;background:transparent;display:inline-flex;flex-direction:column;justify-content:center;gap:5px;padding:0;cursor:pointer}._t10MobileMenuBtn_173pb_260 span{display:block;width:18px;height:1.5px;background:#6c4c32;transform-origin:center;transition:transform .2s ease,opacity .2s ease}._t10MobileMenuBtnOpen_173pb_281 span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}._t10MobileMenuBtnOpen_173pb_281 span:nth-child(2){opacity:0}._t10MobileMenuBtnOpen_173pb_281 span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}._t10MobileLogoCenter_173pb_291{display:flex;justify-content:center;min-width:0}._t10MobileLogoCenter_173pb_291 ._t10Logo_173pb_296{font-size:2rem}._t10MobileLogoCenter_173pb_291 img{display:block}._t10MobileNavPanel_173pb_303{display:none}@media(max-width:768px){._t10MobileNavPanel_173pb_303{display:flex;flex-direction:column;width:calc(100% + 40px);margin-left:-20px;margin-right:-20px;border-top:1px solid rgba(71,50,41,.08);background:#fffffffa;padding:10px 0 14px}}._t10MobileNavLink_173pb_319{font-size:1.05rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:#6c4c32;padding:14px 24px;border-bottom:1px solid rgba(71,50,41,.06);cursor:pointer}._t10MobileNavLinkActive_173pb_330{background:#6c4c3214}._t10Logo_173pb_296{font-family:Cormorant Garamond,Georgia,serif;font-size:2rem;font-weight:400;font-style:italic;letter-spacing:.02em;color:#6c4c32;cursor:pointer;white-space:nowrap;transition:opacity .25s ease}._t10Logo_173pb_296:hover{opacity:.7}@media(max-width:768px){._t10Logo_173pb_296{font-size:1.6rem}}._t10Nav_173pb_104{display:flex;align-items:center;gap:28px}@media(max-width:768px){._t10Nav_173pb_104{gap:16px;width:100%;justify-content:center}}._t10NavLink_173pb_367{position:relative;font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#6c4c32bf;padding-bottom:4px;cursor:pointer;transition:all .25s ease}._t10NavLink_173pb_367:hover{color:#6c4c32}._t10NavLink_173pb_367:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background:#6c4c32;transform:scaleX(0);transform-origin:center;transition:transform .2s ease}._t10NavLink_173pb_367:hover:after{transform:scaleX(1)}@media(max-width:768px){._t10NavLink_173pb_367{font-size:.7rem;letter-spacing:.08em}}._t10NavLinkActive_173pb_403{color:#6c4c32}._t10NavLinkActive_173pb_403:after{transform:scaleX(1)}._t10NavOrderBtn_173pb_104{padding:10px 20px;font-size:.72rem}@media(max-width:768px){._t10NavOrderBtn_173pb_104{padding:8px 16px;font-size:.68rem}}._t10NavOrderBtn_173pb_104{background-color:#fff7d2;color:#6c4c32}._t10NavOrderBtnMobile_173pb_425{display:none}@media(max-width:768px){._t10NavOrderBtnMobile_173pb_425{display:inline-flex;justify-self:end;padding:7px 12px;font-size:.62rem;letter-spacing:.08em}}._t10Newsletter_173pb_438{background:#6c4c32;padding:64px 0;text-align:center;color:#fff}._t10Newsletter_173pb_438 h3{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(1.6rem,2.5vw,2.2rem);font-weight:400;margin-bottom:8px}._t10Newsletter_173pb_438 p{font-size:.9rem;color:#ffffffb3;margin-bottom:24px}._t10NewsletterForm_173pb_456{display:flex;align-items:center;justify-content:center;gap:0;max-width:400px;margin:0 auto}._t10NewsletterForm_173pb_456 input{flex:1;padding:12px 16px;background:transparent;border:1px solid rgba(255,255,255,.4);border-right:none;border-radius:4px 0 0 4px;color:#fff;font-family:Manrope,Helvetica Neue,Arial,sans-serif;font-size:.85rem}._t10NewsletterForm_173pb_456 input::placeholder{color:#ffffff80}._t10NewsletterForm_173pb_456 input:focus{outline:none;border-color:#ffffffb3}._t10NewsletterForm_173pb_456 button{padding:12px 16px;background:transparent;border:1px solid rgba(255,255,255,.4);border-left:none;border-radius:0 4px 4px 0;color:#fff;cursor:pointer;display:flex;align-items:center}._t10NewsletterForm_173pb_456 button:hover{background:#ffffff1a}._t10NewsletterForm_173pb_456 button svg{width:18px;height:18px}._t10Footer_173pb_501{background:#6c4c32;padding:48px 0 24px;color:#ffffffd9}._t10FooterGrid_173pb_507{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}@media(max-width:768px){._t10FooterGrid_173pb_507{grid-template-columns:1fr 1fr;gap:32px}}@media(max-width:480px){._t10FooterGrid_173pb_507{grid-template-columns:1fr;gap:24px}}._t10FooterBrand_173pb_526 h4{font-family:Cormorant Garamond,Georgia,serif;font-size:1.8rem;font-weight:400;font-style:italic;color:#fff;margin-bottom:12px}._t10FooterBrand_173pb_526 p{font-size:.85rem;color:#fff9;line-height:1.6}._t10FooterColumn_173pb_540 h5{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fff;margin-bottom:16px}._t10FooterColumn_173pb_540 ul{list-style:none;padding:0;margin:0}._t10FooterColumn_173pb_540 li{margin-bottom:10px}._t10FooterColumn_173pb_540 a{font-size:.85rem;color:#ffffffa6;transition:color .25s ease}._t10FooterColumn_173pb_540 a:hover{color:#fff}._t10FooterBottom_173pb_565{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}@media(max-width:600px){._t10FooterBottom_173pb_565{flex-direction:column;text-align:center}}._t10FooterSocial_173pb_581{display:flex;gap:16px}._t10FooterSocial_173pb_581 a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.2);color:#ffffffb3;transition:all .25s ease}._t10FooterSocial_173pb_581 a:hover{background:#ffffff1a;color:#fff}._t10FooterSocial_173pb_581 a svg{width:16px;height:16px}._t10Copyright_173pb_605{font-size:.75rem;color:#fff6}._t10EditorToolbar_173pb_610{position:sticky;top:0;z-index:200;background:#f8f3ecf5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(71,50,41,.1);padding:10px 20px;display:flex;align-items:center;justify-content:center;gap:8px}._t10EditorTabBtn_173pb_624{padding:8px 18px;border-radius:999px;border:1.5px solid rgba(71,50,41,.2);background:#fff;color:#6c4c32;font-family:Manrope,Helvetica Neue,Arial,sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:all .25s ease}._t10EditorTabBtn_173pb_624:hover{background:#f8f3ec}._t10EditorTabBtnActive_173pb_642{background:#6c4c32;color:#fff;border-color:#6c4c32}._heroContainer_173pb_648{position:relative;min-height:90vh;max-height:810px;display:flex;align-items:center;overflow:hidden;background:#1a1410}._heroBg_173pb_658{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.65}._heroOverlay_173pb_667{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0f0c0a99,#0f0c0a40 70%)}._heroContent_173pb_673{position:relative;z-index:2;text-align:center;width:100%;padding:80px 24px;color:#fff}._heroKicker_173pb_682{font-size:.85rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:#ffffffd9;margin:0 auto}._heroTitle_173pb_691{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(3rem,7vw,6rem);font-weight:400;font-style:italic;line-height:.95;color:#fff;margin:32px auto;letter-spacing:.02em}._heroBtn_173pb_702{display:inline-flex;align-items:center;gap:8px;padding:12px 60px;background:#fff;color:#6c4c32;font-family:Manrope,Helvetica Neue,Arial,sans-serif;font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;border:none;border-radius:999px;cursor:pointer;transition:all .25s ease}._heroBtn_173pb_702:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}._featuredSection_173pb_724{padding:40px 0;background:#fff}@media(max-width:768px){._featuredSection_173pb_724{padding:28px 0}}._featuredTitle_173pb_734{margin-bottom:20px}._featuredTitle_173pb_734 h2{font-size:24px;font-weight:500;color:#6c4c32;margin:0}._gallerySliderBlock_173pb_744{margin-bottom:64px;padding-left:48px}._gallerySliderBlock_173pb_744:last-child{margin-bottom:0}@media(max-width:768px){._gallerySliderBlock_173pb_744{margin-bottom:24px;padding-left:20px}}._sliderContainer_173pb_758{position:relative;width:100%}._sliderGrid_173pb_763{display:flex;gap:24px;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;padding-bottom:12px;scrollbar-width:none}._sliderGrid_173pb_763::-webkit-scrollbar{display:none}._sliderGrid_173pb_763:after{content:""}._sliderGrid_173pb_763>div{flex:0 0 23%;scroll-snap-align:start}@media(max-width:1200px){._sliderGrid_173pb_763>div{flex:0 0 calc(33.333% - 16px)}}@media(max-width:900px){._sliderGrid_173pb_763>div{flex:0 0 calc(50% - 12px)}}@media(max-width:600px){._sliderGrid_173pb_763>div{flex:0 0 85%}}._productCard_173pb_799 h3{font-size:1.1rem;font-weight:600;color:#6c4c32;margin:0}._productCard_173pb_799 p{font-size:.85rem;color:#6b5e54;line-height:1.5;margin:0}._productImageWrap_173pb_812{width:100%;height:320px;margin-bottom:20px;border-radius:8px;overflow:hidden;position:relative;background:#fdfaf6}._productImageWrap_173pb_812 img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}._productImageWrap_173pb_812:hover img{transform:scale(1.04)}@media(max-width:768px){._productImageWrap_173pb_812{height:240px}}._productPlaceholder_173pb_836{width:100%;height:100%;background:#fdfaf6}._sliderPagination_173pb_842{display:flex;align-items:center;justify-content:center;gap:24px}._sliderArrowBtn_173pb_849{background:transparent;border:none;font-size:1.6rem;color:#6c4c3259;cursor:pointer;padding:0 16px;transition:color .2s ease}._sliderArrowBtn_173pb_849:hover{color:#6c4c32}._sliderCount_173pb_862{font-size:.85rem;letter-spacing:.1em;color:#6b5e54}._storySection_173pb_868{padding:36px 0}@media(max-width:768px){._storySection_173pb_868{padding:28px 0}}._storyWrap_173pb_877{max-width:1400px;margin:0 auto;padding:0 40px}@media(max-width:768px){._storyWrap_173pb_877{padding:0}}._storySplit_173pb_888{display:grid;grid-template-columns:1fr 1fr;gap:0;min-height:500px;border-radius:24px;overflow:hidden;box-shadow:0 8px 40px #47322914}@media(max-width:768px){._storySplit_173pb_888{grid-template-columns:1fr;min-height:auto;border-radius:0}}._storyImage_173pb_905{width:100%;height:auto;max-height:690px;object-fit:cover}@media(max-width:768px){._storyImage_173pb_905{max-height:480px}}._storyContent_173pb_917{background:#fff7d2;padding:56px 48px;display:flex;flex-direction:column;justify-content:center;gap:16px}@media(max-width:768px){._storyContent_173pb_917{padding:40px 24px;align-items:center;text-align:center}._storyContent_173pb_917 ._storyBtn_173pb_931{margin:0 auto}}._storyContent_173pb_917 h2{font-size:clamp(1.8rem,3vw,2.6rem);font-weight:500;line-height:1.1;color:#6c4c32;margin:0}._storyContent_173pb_917 p{font-size:.95rem;color:#6b5e54;line-height:1.7}._storyContent_173pb_917 ._storyBtn_173pb_931{align-self:flex-start;padding:12px 68px}._appPromoSection_173pb_952{padding-top:60px;padding-bottom:36px;background:#fff;text-align:center}._appPromoContent_173pb_959{display:flex;flex-direction:column;align-items:center;max-width:600px;margin:0 auto}._appPromoImageWrapper_173pb_967{width:240px;height:240px;border-radius:50%;background-color:#fff9db;display:flex;align-items:center;justify-content:center;margin-bottom:32px;overflow:hidden}._appPromoImage_173pb_967{width:100%;height:100%;object-fit:cover}._appPromoImagePlaceholder_173pb_985{width:100%;height:100%;background-color:#fff9db}._appPromoHeading_173pb_991{font-size:clamp(1.5rem,2.5vw,1.8rem);font-weight:600;color:#6c4c32;margin:0 0 16px;line-height:1.3}._appPromoDescription_173pb_999{font-size:1rem;color:#6c4c32bf;margin:0 0 32px;line-height:1.6}._appPromoBtn_173pb_1006{padding:12px 68px}._t10Root_14oe6_2{padding-top:50px;font-family:Manrope,Helvetica Neue,Arial,sans-serif;color:#6c4c32;background:#fff;line-height:1.65;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}._t10Root_14oe6_2 *,._t10Root_14oe6_2 *:before,._t10Root_14oe6_2 *:after{box-sizing:border-box}._t10Root_14oe6_2 img{max-width:100%;display:block}._t10Root_14oe6_2 a{color:inherit;text-decoration:none}._t10Wrap_14oe6_25{max-width:1400px;margin:0 auto;padding:0 48px}@media(max-width:1024px){._t10Wrap_14oe6_25{padding:0 32px}}@media(max-width:768px){._t10Wrap_14oe6_25{padding:0 20px}}._t10Section_14oe6_41{padding:80px 0}@media(max-width:768px){._t10Section_14oe6_41{padding:56px 0}}._t10HeadingXL_14oe6_50{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(2.4rem,4.5vw,4.2rem);font-weight:400;line-height:1.05;letter-spacing:.01em;color:#6c4c32}._t10HeadingLG_14oe6_59,._t10SectionTitle_14oe6_59 h2{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:400;line-height:1.1;letter-spacing:.01em;color:#6c4c32}._t10HeadingMD_14oe6_68{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(1.6rem,2.5vw,2.2rem);font-weight:500;line-height:1.15;color:#6c4c32}._t10HeadingSM_14oe6_76{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(1.2rem,1.8vw,1.5rem);font-weight:600;line-height:1.2;color:#6c4c32}._t10BodyLG_14oe6_84,._t10SectionTitle_14oe6_59 p{font-size:1.05rem;color:#6b5e54;line-height:1.7}._t10BodyMD_14oe6_90{font-size:.95rem;color:#6b5e54;line-height:1.65}._t10Label_14oe6_96{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#6b5e54}._t10BtnPrimary_14oe6_104,._t10NavOrderBtn_14oe6_104,._t10BtnWhite_14oe6_104,._t10BtnSecondary_14oe6_104{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;background:#6c4c32;color:#fff;font-family:Manrope,Helvetica Neue,Arial,sans-serif;font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;border:none;border-radius:999px;cursor:pointer;transition:all .25s ease}._t10BtnPrimary_14oe6_104:hover,._t10NavOrderBtn_14oe6_104:hover,._t10BtnWhite_14oe6_104:hover,._t10BtnSecondary_14oe6_104:hover{transform:translateY(-1px);box-shadow:0 4px 16px #47322933}._t10BtnSecondary_14oe6_104{background:transparent;color:#6c4c32;border:1.5px solid #6c4c32}._t10BtnSecondary_14oe6_104:hover{background:#6c4c32;color:#fff}._t10BtnWhite_14oe6_104{background:#fff;color:#6c4c32}._t10Grid4_14oe6_142{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media(max-width:1024px){._t10Grid4_14oe6_142{grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:600px){._t10Grid4_14oe6_142{grid-template-columns:1fr;gap:16px}}._t10Grid3_14oe6_160{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media(max-width:768px){._t10Grid3_14oe6_160{grid-template-columns:1fr;gap:16px}}._t10Grid2_14oe6_172{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}@media(max-width:768px){._t10Grid2_14oe6_172{grid-template-columns:1fr;gap:32px}}._t10SectionTitle_14oe6_59{text-align:center;margin-bottom:48px}._t10SectionTitle_14oe6_59 h2{margin-bottom:12px}._t10SectionTitle_14oe6_59 p{max-width:600px;margin:0 auto}._t10Header_14oe6_197{position:sticky;top:0;z-index:100;background:#fffffff7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(71,50,41,.08);transition:box-shadow .25s ease}._t10HeaderInner_14oe6_207{display:flex;align-items:center;justify-content:center;min-height:80px;gap:0;flex-direction:column}@media(max-width:768px){._t10HeaderInner_14oe6_207{min-height:64px;padding:0}}._t10HeaderInner_14oe6_207 ._leftContainer_14oe6_221{display:flex;align-items:center;gap:32px}@media(max-width:768px){._t10HeaderInner_14oe6_207 ._leftContainer_14oe6_221{gap:16px}}._t10DesktopHeaderMain_14oe6_232{width:100%;min-height:80px;display:flex;align-items:center;justify-content:space-between;gap:24px}@media(max-width:768px){._t10DesktopHeaderMain_14oe6_232{display:none}}._t10MobileHeaderMain_14oe6_246{display:none}@media(max-width:768px){._t10MobileHeaderMain_14oe6_246{display:grid;grid-template-columns:40px 1fr auto;align-items:center;width:100%;min-height:64px;gap:10px}}._t10MobileMenuBtn_14oe6_260{width:32px;height:32px;border:none;background:transparent;display:inline-flex;flex-direction:column;justify-content:center;gap:5px;padding:0;cursor:pointer}._t10MobileMenuBtn_14oe6_260 span{display:block;width:18px;height:1.5px;background:#6c4c32;transform-origin:center;transition:transform .2s ease,opacity .2s ease}._t10MobileMenuBtnOpen_14oe6_281 span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}._t10MobileMenuBtnOpen_14oe6_281 span:nth-child(2){opacity:0}._t10MobileMenuBtnOpen_14oe6_281 span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}._t10MobileLogoCenter_14oe6_291{display:flex;justify-content:center;min-width:0}._t10MobileLogoCenter_14oe6_291 ._t10Logo_14oe6_296{font-size:2rem}._t10MobileLogoCenter_14oe6_291 img{display:block}._t10MobileNavPanel_14oe6_303{display:none}@media(max-width:768px){._t10MobileNavPanel_14oe6_303{display:flex;flex-direction:column;width:calc(100% + 40px);margin-left:-20px;margin-right:-20px;border-top:1px solid rgba(71,50,41,.08);background:#fffffffa;padding:10px 0 14px}}._t10MobileNavLink_14oe6_319{font-size:1.05rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:#6c4c32;padding:14px 24px;border-bottom:1px solid rgba(71,50,41,.06);cursor:pointer}._t10MobileNavLinkActive_14oe6_330{background:#6c4c3214}._t10Logo_14oe6_296{font-family:Cormorant Garamond,Georgia,serif;font-size:2rem;font-weight:400;font-style:italic;letter-spacing:.02em;color:#6c4c32;cursor:pointer;white-space:nowrap;transition:opacity .25s ease}._t10Logo_14oe6_296:hover{opacity:.7}@media(max-width:768px){._t10Logo_14oe6_296{font-size:1.6rem}}._t10Nav_14oe6_104{display:flex;align-items:center;gap:28px}@media(max-width:768px){._t10Nav_14oe6_104{gap:16px;width:100%;justify-content:center}}._t10NavLink_14oe6_367{position:relative;font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#6c4c32bf;padding-bottom:4px;cursor:pointer;transition:all .25s ease}._t10NavLink_14oe6_367:hover{color:#6c4c32}._t10NavLink_14oe6_367:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background:#6c4c32;transform:scaleX(0);transform-origin:center;transition:transform .2s ease}._t10NavLink_14oe6_367:hover:after{transform:scaleX(1)}@media(max-width:768px){._t10NavLink_14oe6_367{font-size:.7rem;letter-spacing:.08em}}._t10NavLinkActive_14oe6_403{color:#6c4c32}._t10NavLinkActive_14oe6_403:after{transform:scaleX(1)}._t10NavOrderBtn_14oe6_104{padding:10px 20px;font-size:.72rem}@media(max-width:768px){._t10NavOrderBtn_14oe6_104{padding:8px 16px;font-size:.68rem}}._t10NavOrderBtn_14oe6_104{background-color:#fff7d2;color:#6c4c32}._t10NavOrderBtnMobile_14oe6_425{display:none}@media(max-width:768px){._t10NavOrderBtnMobile_14oe6_425{display:inline-flex;justify-self:end;padding:7px 12px;font-size:.62rem;letter-spacing:.08em}}._t10Newsletter_14oe6_438{background:#6c4c32;padding:64px 0;text-align:center;color:#fff}._t10Newsletter_14oe6_438 h3{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(1.6rem,2.5vw,2.2rem);font-weight:400;margin-bottom:8px}._t10Newsletter_14oe6_438 p{font-size:.9rem;color:#ffffffb3;margin-bottom:24px}._t10NewsletterForm_14oe6_456{display:flex;align-items:center;justify-content:center;gap:0;max-width:400px;margin:0 auto}._t10NewsletterForm_14oe6_456 input{flex:1;padding:12px 16px;background:transparent;border:1px solid rgba(255,255,255,.4);border-right:none;border-radius:4px 0 0 4px;color:#fff;font-family:Manrope,Helvetica Neue,Arial,sans-serif;font-size:.85rem}._t10NewsletterForm_14oe6_456 input::placeholder{color:#ffffff80}._t10NewsletterForm_14oe6_456 input:focus{outline:none;border-color:#ffffffb3}._t10NewsletterForm_14oe6_456 button{padding:12px 16px;background:transparent;border:1px solid rgba(255,255,255,.4);border-left:none;border-radius:0 4px 4px 0;color:#fff;cursor:pointer;display:flex;align-items:center}._t10NewsletterForm_14oe6_456 button:hover{background:#ffffff1a}._t10NewsletterForm_14oe6_456 button svg{width:18px;height:18px}._t10Footer_14oe6_501{background:#6c4c32;padding:48px 0 24px;color:#ffffffd9}._t10FooterGrid_14oe6_507{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}@media(max-width:768px){._t10FooterGrid_14oe6_507{grid-template-columns:1fr 1fr;gap:32px}}@media(max-width:480px){._t10FooterGrid_14oe6_507{grid-template-columns:1fr;gap:24px}}._t10FooterBrand_14oe6_526 h4{font-family:Cormorant Garamond,Georgia,serif;font-size:1.8rem;font-weight:400;font-style:italic;color:#fff;margin-bottom:12px}._t10FooterBrand_14oe6_526 p{font-size:.85rem;color:#fff9;line-height:1.6}._t10FooterColumn_14oe6_540 h5{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fff;margin-bottom:16px}._t10FooterColumn_14oe6_540 ul{list-style:none;padding:0;margin:0}._t10FooterColumn_14oe6_540 li{margin-bottom:10px}._t10FooterColumn_14oe6_540 a{font-size:.85rem;color:#ffffffa6;transition:color .25s ease}._t10FooterColumn_14oe6_540 a:hover{color:#fff}._t10FooterBottom_14oe6_565{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}@media(max-width:600px){._t10FooterBottom_14oe6_565{flex-direction:column;text-align:center}}._t10FooterSocial_14oe6_581{display:flex;gap:16px}._t10FooterSocial_14oe6_581 a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.2);color:#ffffffb3;transition:all .25s ease}._t10FooterSocial_14oe6_581 a:hover{background:#ffffff1a;color:#fff}._t10FooterSocial_14oe6_581 a svg{width:16px;height:16px}._t10Copyright_14oe6_605{font-size:.75rem;color:#fff6}._t10EditorToolbar_14oe6_610{position:sticky;top:0;z-index:200;background:#f8f3ecf5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(71,50,41,.1);padding:10px 20px;display:flex;align-items:center;justify-content:center;gap:8px}._t10EditorTabBtn_14oe6_624{padding:8px 18px;border-radius:999px;border:1.5px solid rgba(71,50,41,.2);background:#fff;color:#6c4c32;font-family:Manrope,Helvetica Neue,Arial,sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:all .25s ease}._t10EditorTabBtn_14oe6_624:hover{background:#f8f3ec}._t10EditorTabBtnActive_14oe6_642{background:#6c4c32;color:#fff;border-color:#6c4c32}._aboutHero_14oe6_648{position:relative;min-height:85vh;max-height:720px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#1a1410}._aboutHeroBg_14oe6_659{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}._moreYellowSection_14oe6_667{padding:100px 0;background:#fff}._moreYellowGrid_14oe6_672{display:grid;grid-template-columns:2fr 1fr;gap:0;align-items:stretch;min-height:500px}@media(max-width:768px){._moreYellowGrid_14oe6_672{grid-template-columns:1fr;min-height:auto}}._moreYellowImage_14oe6_686{width:100%;height:auto;max-height:920px;object-fit:cover}._moreYellowText_14oe6_693{padding:56px 48px;display:flex;flex-direction:column;justify-content:center}@media(max-width:768px){._moreYellowText_14oe6_693{padding:40px 24px}}._moreYellowText_14oe6_693 h2{font-size:clamp(2.2rem,4vw,3.8rem);color:#6c4c32;margin-bottom:24px;text-transform:uppercase;letter-spacing:.03em;text-align:center;line-height:normal}._moreYellowText_14oe6_693 p{font-size:.95rem;color:#6b5e54;line-height:1.8;margin:0 auto 16px;text-align:center}._moreYellowText_14oe6_693 ._moreYellowEmphasis_14oe6_721{font-weight:700;color:#6c4c32;text-align:center}._whySection_14oe6_727{padding:0}._whyGrid_14oe6_731{display:grid;grid-template-columns:1.2fr 1fr;gap:48px;align-items:center}@media(max-width:768px){._whyGrid_14oe6_731{grid-template-columns:1fr;gap:32px}}._whyImage_14oe6_744{width:100%;height:85vh;max-height:800px;object-fit:cover;border-radius:24px}._whyText_14oe6_752 h2{font-size:clamp(2rem,3.5vw,3rem);font-weight:600;color:#6c4c32;margin:0}._whyText_14oe6_752 p{font-size:.95rem;color:#6b5e54;line-height:1.8;margin-bottom:16px;font-weight:500}._foundationSection_14oe6_766{padding:0}._foundationGrid_14oe6_770{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}@media(max-width:768px){._foundationGrid_14oe6_770{grid-template-columns:1fr;gap:32px}}._foundationImage_14oe6_783{width:100%;height:450px;object-fit:cover;border-radius:8px}@media(max-width:768px){._foundationImage_14oe6_783{height:300px;order:-1}}._foundationText_14oe6_796 h2{font-size:clamp(2rem,3.5vw,3rem);font-weight:600;color:#6c4c32;margin:0}._foundationText_14oe6_796 p{font-size:.95rem;color:#6c4c32;margin-bottom:16px;font-weight:600}._mentorshipSection_14oe6_809{padding:40px 0}@media(max-width:768px){._mentorshipSection_14oe6_809{padding:28px 0}}._mentorshipContent_14oe6_818{max-width:800px;margin:0 auto;text-align:center}._mentorshipContent_14oe6_818 h2{font-size:clamp(2rem,3.5vw,3rem);font-weight:600;color:#6c4c32;margin:0}._mentorshipContent_14oe6_818 p{font-size:.95rem;color:#6b5e54;line-height:1.8;margin-bottom:16px;text-align:center;font-weight:500}._gallerySection_14oe6_838{padding:40px 0 60px;background:#6c4c32}@media(max-width:768px){._gallerySection_14oe6_838{padding:20px 0 40px}}._gallerySectionTitle_14oe6_848{text-align:center;margin-bottom:48px}._gallerySectionTitle_14oe6_848 h2{font-size:clamp(2rem,3.5vw,3rem);color:#fff}._galleryCard_14oe6_857{position:relative;border-radius:24px;overflow:hidden;min-height:280px}@media(max-width:768px){._galleryCard_14oe6_857{min-height:260px}}._galleryCard_14oe6_857 img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}._galleryCard_14oe6_857:hover img{transform:scale(1.05)}._galleryCardOverlay_14oe6_878{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#0f0c0aa6,#0f0c0a1a 50%);display:flex;align-items:flex-end;padding:24px}._galleryCardOverlay_14oe6_878 h3{font-size:1.5rem;font-weight:500;color:#fff;line-height:1.2}._t10Root_21sx3_2{padding-top:50px;font-family:Manrope,Helvetica Neue,Arial,sans-serif;color:#6c4c32;background:#fff;line-height:1.65;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}._t10Root_21sx3_2 *,._t10Root_21sx3_2 *:before,._t10Root_21sx3_2 *:after{box-sizing:border-box}._t10Root_21sx3_2 img{max-width:100%;display:block}._t10Root_21sx3_2 a{color:inherit;text-decoration:none}._t10Wrap_21sx3_25{max-width:1400px;margin:0 auto;padding:0 48px}@media(max-width:1024px){._t10Wrap_21sx3_25{padding:0 32px}}@media(max-width:768px){._t10Wrap_21sx3_25{padding:0 20px}}._t10Section_21sx3_41{padding:80px 0}@media(max-width:768px){._t10Section_21sx3_41{padding:56px 0}}._t10HeadingXL_21sx3_50{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(2.4rem,4.5vw,4.2rem);font-weight:400;line-height:1.05;letter-spacing:.01em;color:#6c4c32}._t10HeadingLG_21sx3_59,._t10SectionTitle_21sx3_59 h2{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:400;line-height:1.1;letter-spacing:.01em;color:#6c4c32}._t10HeadingMD_21sx3_68{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(1.6rem,2.5vw,2.2rem);font-weight:500;line-height:1.15;color:#6c4c32}._t10HeadingSM_21sx3_76{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(1.2rem,1.8vw,1.5rem);font-weight:600;line-height:1.2;color:#6c4c32}._t10BodyLG_21sx3_84,._t10SectionTitle_21sx3_59 p{font-size:1.05rem;color:#6b5e54;line-height:1.7}._t10BodyMD_21sx3_90{font-size:.95rem;color:#6b5e54;line-height:1.65}._t10Label_21sx3_96{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#6b5e54}._t10BtnPrimary_21sx3_104,._t10NavOrderBtn_21sx3_104,._t10BtnWhite_21sx3_104,._t10BtnSecondary_21sx3_104{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;background:#6c4c32;color:#fff;font-family:Manrope,Helvetica Neue,Arial,sans-serif;font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;border:none;border-radius:999px;cursor:pointer;transition:all .25s ease}._t10BtnPrimary_21sx3_104:hover,._t10NavOrderBtn_21sx3_104:hover,._t10BtnWhite_21sx3_104:hover,._t10BtnSecondary_21sx3_104:hover{transform:translateY(-1px);box-shadow:0 4px 16px #47322933}._t10BtnSecondary_21sx3_104{background:transparent;color:#6c4c32;border:1.5px solid #6c4c32}._t10BtnSecondary_21sx3_104:hover{background:#6c4c32;color:#fff}._t10BtnWhite_21sx3_104{background:#fff;color:#6c4c32}._t10Grid4_21sx3_142{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media(max-width:1024px){._t10Grid4_21sx3_142{grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:600px){._t10Grid4_21sx3_142{grid-template-columns:1fr;gap:16px}}._t10Grid3_21sx3_160{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media(max-width:768px){._t10Grid3_21sx3_160{grid-template-columns:1fr;gap:16px}}._t10Grid2_21sx3_172{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}@media(max-width:768px){._t10Grid2_21sx3_172{grid-template-columns:1fr;gap:32px}}._t10SectionTitle_21sx3_59{text-align:center;margin-bottom:48px}._t10SectionTitle_21sx3_59 h2{margin-bottom:12px}._t10SectionTitle_21sx3_59 p{max-width:600px;margin:0 auto}._t10Header_21sx3_197{position:sticky;top:0;z-index:100;background:#fffffff7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(71,50,41,.08);transition:box-shadow .25s ease}._t10HeaderInner_21sx3_207{display:flex;align-items:center;justify-content:center;min-height:80px;gap:0;flex-direction:column}@media(max-width:768px){._t10HeaderInner_21sx3_207{min-height:64px;padding:0}}._t10HeaderInner_21sx3_207 ._leftContainer_21sx3_221{display:flex;align-items:center;gap:32px}@media(max-width:768px){._t10HeaderInner_21sx3_207 ._leftContainer_21sx3_221{gap:16px}}._t10DesktopHeaderMain_21sx3_232{width:100%;min-height:80px;display:flex;align-items:center;justify-content:space-between;gap:24px}@media(max-width:768px){._t10DesktopHeaderMain_21sx3_232{display:none}}._t10MobileHeaderMain_21sx3_246{display:none}@media(max-width:768px){._t10MobileHeaderMain_21sx3_246{display:grid;grid-template-columns:40px 1fr auto;align-items:center;width:100%;min-height:64px;gap:10px}}._t10MobileMenuBtn_21sx3_260{width:32px;height:32px;border:none;background:transparent;display:inline-flex;flex-direction:column;justify-content:center;gap:5px;padding:0;cursor:pointer}._t10MobileMenuBtn_21sx3_260 span{display:block;width:18px;height:1.5px;background:#6c4c32;transform-origin:center;transition:transform .2s ease,opacity .2s ease}._t10MobileMenuBtnOpen_21sx3_281 span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}._t10MobileMenuBtnOpen_21sx3_281 span:nth-child(2){opacity:0}._t10MobileMenuBtnOpen_21sx3_281 span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}._t10MobileLogoCenter_21sx3_291{display:flex;justify-content:center;min-width:0}._t10MobileLogoCenter_21sx3_291 ._t10Logo_21sx3_296{font-size:2rem}._t10MobileLogoCenter_21sx3_291 img{display:block}._t10MobileNavPanel_21sx3_303{display:none}@media(max-width:768px){._t10MobileNavPanel_21sx3_303{display:flex;flex-direction:column;width:calc(100% + 40px);margin-left:-20px;margin-right:-20px;border-top:1px solid rgba(71,50,41,.08);background:#fffffffa;padding:10px 0 14px}}._t10MobileNavLink_21sx3_319{font-size:1.05rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:#6c4c32;padding:14px 24px;border-bottom:1px solid rgba(71,50,41,.06);cursor:pointer}._t10MobileNavLinkActive_21sx3_330{background:#6c4c3214}._t10Logo_21sx3_296{font-family:Cormorant Garamond,Georgia,serif;font-size:2rem;font-weight:400;font-style:italic;letter-spacing:.02em;color:#6c4c32;cursor:pointer;white-space:nowrap;transition:opacity .25s ease}._t10Logo_21sx3_296:hover{opacity:.7}@media(max-width:768px){._t10Logo_21sx3_296{font-size:1.6rem}}._t10Nav_21sx3_104{display:flex;align-items:center;gap:28px}@media(max-width:768px){._t10Nav_21sx3_104{gap:16px;width:100%;justify-content:center}}._t10NavLink_21sx3_367{position:relative;font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#6c4c32bf;padding-bottom:4px;cursor:pointer;transition:all .25s ease}._t10NavLink_21sx3_367:hover{color:#6c4c32}._t10NavLink_21sx3_367:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background:#6c4c32;transform:scaleX(0);transform-origin:center;transition:transform .2s ease}._t10NavLink_21sx3_367:hover:after{transform:scaleX(1)}@media(max-width:768px){._t10NavLink_21sx3_367{font-size:.7rem;letter-spacing:.08em}}._t10NavLinkActive_21sx3_403{color:#6c4c32}._t10NavLinkActive_21sx3_403:after{transform:scaleX(1)}._t10NavOrderBtn_21sx3_104{padding:10px 20px;font-size:.72rem}@media(max-width:768px){._t10NavOrderBtn_21sx3_104{padding:8px 16px;font-size:.68rem}}._t10NavOrderBtn_21sx3_104{background-color:#fff7d2;color:#6c4c32}._t10NavOrderBtnMobile_21sx3_425{display:none}@media(max-width:768px){._t10NavOrderBtnMobile_21sx3_425{display:inline-flex;justify-self:end;padding:7px 12px;font-size:.62rem;letter-spacing:.08em}}._t10Newsletter_21sx3_438{background:#6c4c32;padding:64px 0;text-align:center;color:#fff}._t10Newsletter_21sx3_438 h3{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(1.6rem,2.5vw,2.2rem);font-weight:400;margin-bottom:8px}._t10Newsletter_21sx3_438 p{font-size:.9rem;color:#ffffffb3;margin-bottom:24px}._t10NewsletterForm_21sx3_456{display:flex;align-items:center;justify-content:center;gap:0;max-width:400px;margin:0 auto}._t10NewsletterForm_21sx3_456 input{flex:1;padding:12px 16px;background:transparent;border:1px solid rgba(255,255,255,.4);border-right:none;border-radius:4px 0 0 4px;color:#fff;font-family:Manrope,Helvetica Neue,Arial,sans-serif;font-size:.85rem}._t10NewsletterForm_21sx3_456 input::placeholder{color:#ffffff80}._t10NewsletterForm_21sx3_456 input:focus{outline:none;border-color:#ffffffb3}._t10NewsletterForm_21sx3_456 button{padding:12px 16px;background:transparent;border:1px solid rgba(255,255,255,.4);border-left:none;border-radius:0 4px 4px 0;color:#fff;cursor:pointer;display:flex;align-items:center}._t10NewsletterForm_21sx3_456 button:hover{background:#ffffff1a}._t10NewsletterForm_21sx3_456 button svg{width:18px;height:18px}._t10Footer_21sx3_501{background:#6c4c32;padding:48px 0 24px;color:#ffffffd9}._t10FooterGrid_21sx3_507{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}@media(max-width:768px){._t10FooterGrid_21sx3_507{grid-template-columns:1fr 1fr;gap:32px}}@media(max-width:480px){._t10FooterGrid_21sx3_507{grid-template-columns:1fr;gap:24px}}._t10FooterBrand_21sx3_526 h4{font-family:Cormorant Garamond,Georgia,serif;font-size:1.8rem;font-weight:400;font-style:italic;color:#fff;margin-bottom:12px}._t10FooterBrand_21sx3_526 p{font-size:.85rem;color:#fff9;line-height:1.6}._t10FooterColumn_21sx3_540 h5{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fff;margin-bottom:16px}._t10FooterColumn_21sx3_540 ul{list-style:none;padding:0;margin:0}._t10FooterColumn_21sx3_540 li{margin-bottom:10px}._t10FooterColumn_21sx3_540 a{font-size:.85rem;color:#ffffffa6;transition:color .25s ease}._t10FooterColumn_21sx3_540 a:hover{color:#fff}._t10FooterBottom_21sx3_565{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}@media(max-width:600px){._t10FooterBottom_21sx3_565{flex-direction:column;text-align:center}}._t10FooterSocial_21sx3_581{display:flex;gap:16px}._t10FooterSocial_21sx3_581 a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.2);color:#ffffffb3;transition:all .25s ease}._t10FooterSocial_21sx3_581 a:hover{background:#ffffff1a;color:#fff}._t10FooterSocial_21sx3_581 a svg{width:16px;height:16px}._t10Copyright_21sx3_605{font-size:.75rem;color:#fff6}._t10EditorToolbar_21sx3_610{position:sticky;top:0;z-index:200;background:#f8f3ecf5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(71,50,41,.1);padding:10px 20px;display:flex;align-items:center;justify-content:center;gap:8px}._t10EditorTabBtn_21sx3_624{padding:8px 18px;border-radius:999px;border:1.5px solid rgba(71,50,41,.2);background:#fff;color:#6c4c32;font-family:Manrope,Helvetica Neue,Arial,sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:all .25s ease}._t10EditorTabBtn_21sx3_624:hover{background:#f8f3ec}._t10EditorTabBtnActive_21sx3_642{background:#6c4c32;color:#fff;border-color:#6c4c32}._menuSection_21sx3_648{padding-bottom:68px;background:#fff}._menuSectionWrap_21sx3_653{max-width:1400px;margin:0 auto;padding:0 40px}@media(max-width:1024px){._menuSectionWrap_21sx3_653{padding:0 0 0 20px}}._menuSectionTitle_21sx3_665{text-align:center;margin-bottom:16px}._menuSectionTitle_21sx3_665 h2{margin:0;font-size:40px;font-weight:600;color:#6c4c32}@media(max-width:600px){._menuSectionTitle_21sx3_665{margin-top:28px;margin-bottom:8px}._menuSectionTitle_21sx3_665 h2{font-size:28px}}._menuGrid_21sx3_685{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media(max-width:1024px){._menuGrid_21sx3_685{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){._menuGrid_21sx3_685{grid-template-columns:1fr}}._sliderContainer_21sx3_701{position:relative;width:100%}._menuSliderGrid_21sx3_706{display:flex;gap:24px;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;padding-bottom:12px;scrollbar-width:none}._menuSliderGrid_21sx3_706::-webkit-scrollbar{display:none}._menuSliderGrid_21sx3_706:after{content:""}._menuSliderGrid_21sx3_706>div{flex:0 0 calc(50% - 16px - .8rem);scroll-snap-align:start}._sliderPagination_21sx3_726{display:flex;align-items:center;justify-content:center;gap:24px;margin-top:16px}._sliderArrowBtn_21sx3_734{background:transparent;border:none;font-size:1.6rem;color:#6c4c3259;cursor:pointer;padding:0 16px;transition:color .2s ease}._sliderArrowBtn_21sx3_734:hover{color:#6c4c32}._sliderCount_21sx3_747{font-size:.85rem;letter-spacing:.1em;color:#6b5e54}._menuItemCard_21sx3_753{text-align:center}._menuItemCard_21sx3_753 img{width:100%;height:300px;object-fit:cover;margin-bottom:16px;transition:transform .3s ease}@media(max-width:768px){._menuItemCard_21sx3_753 img{height:220px}}._menuItemCard_21sx3_753:hover img{transform:scale(1.03)}._menuItemCard_21sx3_753 h3{font-size:1.25rem;font-weight:600;color:#6c4c32;margin-bottom:6px}._menuItemCard_21sx3_753 p{font-size:.82rem;color:#6b5e54;line-height:1.5;max-width:280px;margin:0 auto}._overlay_xktae_1{top:0;z-index:999}._modalClassname_xktae_6{height:100vh;width:100vw}._contentContainer_xktae_11{height:auto;position:relative}._warningModalModalBox_xktae_16{height:410px;width:600px}._publishModalBox_xktae_21{width:580px;max-width:90vw;height:auto;max-height:80vh;overflow-y:auto}._domainContainer_xktae_29{border-bottom:1px solid #e0e5fd;margin-top:1rem;padding-bottom:2rem}._urlRow_xktae_35{display:flex;align-items:center;gap:10px}._urlRow_xktae_35:not(:last-child){margin-bottom:10px}._urlRow_xktae_35>:last-child{flex:1}._urlIconButton_xktae_47{align-items:center;background:#0000000d;border-radius:8px;color:inherit;display:inline-flex;height:40px;justify-content:center;text-decoration:none;width:40px}._urlIconButton_xktae_47:hover{background:#00000014}._urlIconButton_xktae_47>svg{height:18px;width:18px}._publishWebsiteSection_xktae_66{display:flex;align-items:center}._publishWebsiteSection_xktae_66>svg{margin-right:2rem}._removeMarginBottom_xktae_74{margin-bottom:0}._whatsnext_xktae_78{margin:1.4rem 0 1rem;text-align:center;text-transform:uppercase}._heading_xktae_84{font-size:1.2rem;margin:0 0 .4rem}._publishNowBtn_xktae_89{background:none;border:none;border-radius:0;border-bottom:1px solid #006AFF;color:#006aff;margin-top:14px;padding:0 0 2px;text-decoration:none}._warningButtons_xktae_100{display:flex}._button_xktae_104,._exitBtn_xktae_104,._saveAndExitBtn_xktae_104{border-radius:100px;margin-left:0}._saveAndExitBtn_xktae_104{font-weight:700;margin-right:1rem;padding:12px 30px}._exitBtn_xktae_104{padding:12px 16px}._publishModalContent_xktae_119{display:flex;flex-direction:column;align-items:center;padding:2rem 1.5rem 1.5rem;text-align:center}._successIconWrapper_xktae_127{margin-bottom:1.5rem}._successIcon_xktae_127{width:80px;height:80px;border-radius:50%;display:block;stroke-width:2;stroke:#22c55e;stroke-miterlimit:10;animation:_fill_xktae_1 .4s ease-in-out .4s forwards,_scale_xktae_1 .3s ease-in-out .9s both}._successCircle_xktae_142{stroke-dasharray:166;stroke-dashoffset:166;stroke-width:2;stroke-miterlimit:10;stroke:#22c55e;fill:#e8f8f0;animation:_stroke_xktae_1 .6s cubic-bezier(.65,0,.45,1) forwards}._successCheck_xktae_152{transform-origin:50% 50%;stroke-dasharray:48;stroke-dashoffset:48;stroke-width:3;stroke:#22c55e;animation:_stroke_xktae_1 .3s cubic-bezier(.65,0,.45,1) .8s forwards}@keyframes _stroke_xktae_1{to{stroke-dashoffset:0}}@keyframes _scale_xktae_1{0%,to{transform:none}50%{transform:scale3d(1.1,1.1,1)}}@keyframes _fill_xktae_1{to{box-shadow:inset 0 0 0 30px #22c55e}}._publishTitle_xktae_179{font-size:1.75rem;font-weight:700;color:#111827;margin:0 0 .5rem;line-height:1.2}._publishSubtitle_xktae_187{font-size:1rem;color:#6b7280;margin:0 0 2rem;line-height:1.5}._urlSection_xktae_194{width:100%;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem;margin-bottom:1.5rem}._urlLabel_xktae_203{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;margin-bottom:.75rem;text-align:left}._publishUrlRow_xktae_213{display:flex;align-items:center;gap:.75rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:.75rem 1rem;transition:all .2s}._publishUrlRow_xktae_213:not(:last-of-type){margin-bottom:.75rem}._publishUrlRow_xktae_213:hover{border-color:#d1d5db;box-shadow:0 1px 3px #0000001a}._urlDisplay_xktae_231{display:flex;align-items:center;gap:.625rem;flex:1;min-width:0}._globeIcon_xktae_239{width:18px;height:18px;color:#9ca3af;flex-shrink:0}._urlText_xktae_246{font-size:.9375rem;color:#374151;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left}._copyButton_xktae_256{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;background:#f3f4f6;color:#6b7280;border:none;cursor:pointer;transition:all .2s;flex-shrink:0;text-decoration:none}._copyButton_xktae_256:hover{background:#e5e7eb;color:#374151}._copyButton_xktae_256 svg{width:16px;height:16px}._noDomainNote_xktae_280{display:flex;align-items:flex-start;gap:.5rem;margin-top:.875rem;padding:.75rem;background:#fef3c7;border:1px solid #fde68a;border-radius:6px;font-size:.8125rem;color:#92400e;line-height:1.5;text-align:left}._noDomainNote_xktae_280 svg{width:16px;height:16px;color:#f59e0b;flex-shrink:0;margin-top:2px}._publishActions_xktae_302{display:flex;gap:.75rem;width:100%}._viewSiteButton_xktae_308{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none}._viewSiteButton_xktae_308:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}._viewSiteButton_xktae_308:active{transform:translateY(0)}._viewSiteButton_xktae_308 svg{width:18px;height:18px}._doneButton_xktae_338{flex:1;padding:.875rem 1.5rem;background:#fff;color:#374151;border:1px solid #d1d5db;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s}._doneButton_xktae_338:hover{background:#f9fafb;border-color:#9ca3af}._doneButton_xktae_338:active{background:#f3f4f6}._box_container_1v5rq_1{max-width:800px}._btn_right_1v5rq_5{display:flex;justify-content:flex-end}._btn_right_1v5rq_5 ._step_btn_event_1v5rq_9{background:transparent;color:#006aff;margin:0;border-radius:20px;font-size:16px;font-weight:600;border:1px solid #006AFF}._btn_right_1v5rq_5 ._step_btn_event_1v5rq_9:hover{background:#006aff;color:#fff}._timeline_wrapper_1v5rq_23{border-left:1px solid #ddd;max-width:600px}._node_1v5rq_28{padding-left:.5rem;padding-bottom:2rem;position:relative}._node_1v5rq_28 p{margin:10px;font-weight:500}._node_1v5rq_28:before{content:"";width:.6rem;height:.6rem;background:#333;border:2px solid #333;border-radius:50%;position:absolute;top:0;left:-.5rem}._box_container_1lwj4_1{max-width:800px}._btn_right_1lwj4_5{display:flex;justify-content:flex-end}._step_btn_event_1lwj4_10{background:transparent;color:#006aff;cursor:pointer;margin:0;font-size:16px;border-radius:20px;font-weight:600;border:1px solid #006AFF}._step_btn_event_1lwj4_10:hover{background:#006aff;color:#fff}._timeline_wrapper_1lwj4_25{border-left:1px solid #ddd;max-width:600px}._node_1lwj4_30{padding-left:.5rem;padding-bottom:2rem;position:relative}._node_1lwj4_30 p{font-weight:500}._node_1lwj4_30 p,._node_1lwj4_30 h4{margin:10px}._node_1lwj4_30:before{content:"";width:.6rem;height:.6rem;background:#333;border:2px solid #333;border-radius:50%;position:absolute;top:0;left:-.5rem}._box_container_19qg5_1{max-width:800px}._btn_right_19qg5_5{display:flex;justify-content:flex-end}._step_btn_event_19qg5_10{background:transparent;color:#006aff;font-size:16px;margin:0;border-radius:20px;font-weight:600;border:1px solid #006AFF}._step_btn_event_19qg5_10:hover{background:#006aff;color:#fff}._timeline_wrapper_19qg5_24{border-left:1px solid #ddd;max-width:600px}._node_19qg5_29{padding-left:.5rem;padding-bottom:2rem;position:relative}._node_19qg5_29 p{font-weight:500}._node_19qg5_29 p,._node_19qg5_29 h4{margin:10px}._node_19qg5_29:before{content:"";width:.6rem;height:.6rem;background:#333;border:2px solid #333;border-radius:50%;position:absolute;top:0;left:-.5rem}._box_container_1tze4_1{max-width:800px}._btn_right_1tze4_5{display:flex;justify-content:flex-end}._step_btn_event_1tze4_10{background:transparent;color:#006aff;margin:0;font-size:16px;font-weight:600;border-radius:20px;border:1px solid #006AFF}._step_btn_event_1tze4_10:hover{background:#006aff;color:#fff}._timeline_wrapper_1tze4_24{border-left:1px solid #ddd;max-width:max-content}._node_1tze4_29{padding-left:.5rem;padding-bottom:1rem;position:relative}._node_1tze4_29 p{font-weight:500}._node_1tze4_29 p,._node_1tze4_29 h4{margin:10px}._node_1tze4_29:before{content:"";width:.6rem;height:.6rem;background:#333;border:2px solid #333;border-radius:50%;position:absolute;top:0;left:-.5rem}._nameservers_nameCheap_1tze4_56{display:flex}._nameservers_nameCheap_1tze4_56 ._replace_icon_1tze4_59{align-self:center;margin-left:3rem;width:18px;height:18px;fill:#586271}._nameservers_nameCheap_1tze4_56 ._left_1tze4_66,._nameservers_nameCheap_1tze4_56 ._right_1tze4_67{margin-left:1rem}._nameservers_nameCheap_1tze4_56 ._left_1tze4_66 p,._nameservers_nameCheap_1tze4_56 ._right_1tze4_67 p{color:#586271;font-weight:400}._nameservers_nameCheap_1tze4_56 ._left_1tze4_66 p svg,._nameservers_nameCheap_1tze4_56 ._right_1tze4_67 p svg{fill:#586271;width:12px;height:12px}._nameservers_nameCheap_1tze4_56 ._left_1tze4_66 div,._nameservers_nameCheap_1tze4_56 ._right_1tze4_67 div{margin-top:.5rem;width:100%;font-size:14px;position:relative}._nameservers_nameCheap_1tze4_56 ._left_1tze4_66 div input,._nameservers_nameCheap_1tze4_56 ._right_1tze4_67 div input{font-weight:400}._nameservers_nameCheap_1tze4_56 ._left_1tze4_66 div p,._nameservers_nameCheap_1tze4_56 ._right_1tze4_67 div p{position:absolute;top:0;right:-25px;cursor:pointer}._nameservers_nameCheap_1tze4_56 ._left_1tze4_66 div p svg,._nameservers_nameCheap_1tze4_56 ._right_1tze4_67 div p svg{padding-right:5px}._status_validation_1tze4_104{color:red;text-align:right}._back_btn_1vevv_1{font-size:16px;margin:0;background:transparent;color:#006aff}._back_btn_1vevv_1 svg{transform:rotate(180deg);width:18px;height:18px;fill:#006aff;padding:0 0 0 10px}._input_email_1vevv_15{margin-bottom:1rem;width:100%}._confirm_email_button_1vevv_20{margin:0}._content_box_1r6zp_1{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-bottom:8px}._content_box_1r6zp_1 div>input{min-width:280px;font-weight:500}._content_box_1r6zp_1 ._changeColorBtn_1_1r6zp_12{color:#006aff;font-size:14px}._purchase_domain_1r6zp_17{line-height:3.2;text-decoration:none;color:#006aff}._render_domainAvailable_1r6zp_23{display:flex;align-items:center}._domain_result_1r6zp_28 span{padding-right:5px;font-weight:700}._domain_result_1r6zp_28 ._confirm_domain_1r6zp_32{background:transparent;padding:10px 22px;margin:0;color:#000;border:1px solid #586271}._domain_result_1r6zp_28 ._confirm_domain_1r6zp_32:hover{color:#cce1ff;border:1px solid #006AFF;background:#006aff}._domain_result_1r6zp_28 img{max-width:100%;max-height:30px;margin-right:1rem}._pay_to_connect_1r6zp_50{margin:0;background:purple}._provider_domain_box_1r6zp_55{display:block;text-align:center;padding-top:1rem}._provider_domain_box_1r6zp_55 h2{font-size:20px;padding-bottom:20px}._provider_domain_box_1r6zp_55 ._domain_container_1r6zp_64{display:flex;justify-content:center;flex-wrap:wrap;gap:10px}._textInput_1r6zp_71{margin-bottom:0}@media only screen and (max-width:600px){._confirm_domain_1r6zp_32{width:100%}._content_box_1r6zp_1 div>input{min-width:180px;width:100%}}._content_box_x62vp_1{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #d4dae0;max-width:500px;padding:10px 0}._content_box_x62vp_1 a{text-decoration:none;padding:6px 20px;color:#006aff;border-radius:20px;border:1px solid #006AFF}._box_container_1767e_1{position:relative}._box_container_1767e_1 img{position:absolute;top:4rem;right:100px}._waiting_connect_1767e_10{color:#fc8c32;font-size:13px;margin-bottom:.5rem}._btn_group_1767e_16{display:flex;justify-content:space-between;align-items:center}._btn_group_1767e_16 ._submit_btn_1767e_21,._btn_group_1767e_16 ._back_btn_1767e_22{font-size:16px;margin:0}._btn_group_1767e_16 ._back_btn_1767e_22{background:transparent;color:#006aff}._btn_group_1767e_16 ._back_btn_1767e_22 svg{transform:rotate(180deg);width:18px;height:18px;fill:#006aff;padding:0 0 0 10px}._p_box_1767e_38{max-width:800px;padding-bottom:5px}._p_box_1767e_38 p{line-height:24px}._p_box_1767e_38 p ._login_strong_1767e_45{font-weight:800}._p_box_1767e_38:last-child p:last-child{padding-top:25px}@media only screen and (max-width:700px){._lookup_domain_image_1767e_54{display:none}}._box_container_99snq_1{max-width:800px;position:relative}._box_container_99snq_1 p{font-size:16px;padding-top:1rem;line-height:1.5rem!important;width:80%}._box_container_99snq_1 ._strong_text_99snq_11{font-weight:800}._box_container_99snq_1 img{position:absolute;max-width:120px;top:20px;right:40px}span._redirect_website_99snq_21{color:#006aff!important;cursor:pointer!important}._container_4un9p_1{display:flex;align-items:center;padding:0 10px;margin:0;color:#000;background:transparent;border:0}._container_4un9p_1:hover{box-shadow:none}._container_4un9p_1 h2{padding-left:.5rem;text-transform:none}._container_4un9p_1 ._arrowIcon_4un9p_17{transform:rotate(180deg);fill:#006aff;width:25px}._warningModalModalBox_4un9p_24{min-height:16rem}._generalContent_upp04_1{padding:0}._section_upp04_5{margin-bottom:2rem}._section_upp04_5:last-child{margin-bottom:0}._sectionTitle_upp04_12{font-size:1rem;font-weight:600;color:#111827;margin:0 0 .5rem}._sectionDescription_upp04_19{font-size:.875rem;color:#6b7280;margin:0 0 1rem}._toggleContainer_upp04_25{display:inline-flex;align-items:center;position:relative;cursor:pointer}._toggleInput_upp04_32{opacity:0;width:0;height:0}._toggleSlider_upp04_38{display:inline-block;width:44px;height:24px;background:#d1d5db;border-radius:24px;position:relative;transition:background .3s}._toggleSlider_upp04_38:before{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .3s}._toggleInput_upp04_32:checked+._toggleSlider_upp04_38{background:#3b82f6}._toggleInput_upp04_32:checked+._toggleSlider_upp04_38:before{transform:translate(20px)}._themeHeading_upp04_66{display:none!important}._seoContent_36nub_1{padding:0;max-width:100%}._section_36nub_6{margin-bottom:2rem}._section_36nub_6:last-child{margin-bottom:0}._seoTip_36nub_13{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;padding:1rem;background:#eff6ff;border:1px solid #dbeafe;border-radius:8px;margin-bottom:2rem;font-size:.875rem;color:#1e40af}._seoTip_36nub_13 span{min-width:0;overflow-wrap:anywhere}._seoTipIcon_36nub_31{font-size:1.25rem;line-height:1;flex:0 0 auto}._fieldLabel_36nub_37{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}._textInput_36nub_45{width:90%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;transition:all .2s}._textInput_36nub_45:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._textArea_36nub_59{width:90%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;transition:all .2s;resize:vertical;min-height:100px;font-family:inherit}._textArea_36nub_59:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._explainSection_36nub_76{display:flex;justify-content:space-between;margin-top:.5rem;gap:.75rem}._explainText_36nub_83{font-size:.875rem;color:#6a7282;margin:0}._characterCount_36nub_89{font-size:.75rem;color:#9ca3af;text-align:right}._searchPreview_36nub_95{padding:1rem;border:1px solid #e5e7eb;border-radius:8px;background:#fff;margin-top:1rem}._previewUrl_36nub_103{font-size:.75rem;color:#059669;margin-bottom:.25rem;overflow-wrap:anywhere;word-break:break-word}._previewTitle_36nub_111{font-size:1.125rem;color:#1a0dab;text-decoration:underline;margin-bottom:.25rem;cursor:pointer;overflow-wrap:anywhere;word-break:break-word}._previewDescription_36nub_121{font-size:.875rem;color:#545454;line-height:1.4;overflow-wrap:anywhere;word-break:break-word}@media only screen and (max-width:500px){._section_36nub_6{margin-bottom:1.25rem}._seoTip_36nub_13{padding:.75rem;margin-bottom:1.25rem;border-radius:6px;font-size:.8125rem}._textInput_36nub_45,._textArea_36nub_59{padding:.625rem}._explainSection_36nub_76{flex-direction:column;align-items:flex-start}._characterCount_36nub_89{text-align:left}._searchPreview_36nub_95{padding:.75rem;border-radius:6px}._previewTitle_36nub_111{font-size:1rem}}._field_36nub_37{margin-bottom:30px}._footnote_36nub_162{font-weight:400;line-height:1.4;margin-bottom:0;opacity:.8}._siteAddressContainer_1vsfa_1{padding:0}._freeSiteSection_1vsfa_5{margin-bottom:1.5rem;background-color:#faf5ff;border:1px solid #e9d4ff;border-radius:10px;padding:1.25rem 1.5rem}._sectionLabel_1vsfa_13{font-size:.875rem;font-weight:400;color:#111827;margin:0 0 .75rem}._urlBox_1vsfa_20{display:flex;align-items:center;gap:.75rem}._urlContainer_1vsfa_26{width:90%;display:flex;align-items:center;gap:.5rem;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:.5rem 1.5rem .5rem 1rem}._globeIcon_1vsfa_38{font-size:1.25rem;flex-shrink:0;vertical-align:middle}._urlText_1vsfa_44{flex:1;font-size:.875rem;color:#111827;overflow:hidden;text-overflow:ellipsis}._copyButton_1vsfa_52{background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#374151;cursor:pointer;transition:all .2s;flex-shrink:0}._copyButton_1vsfa_52:hover{background:#f9fafb;border-color:#9ca3af}._copyButton_1vsfa_52:active{transform:scale(.98)}._openButton_1vsfa_72{background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0}._openButton_1vsfa_72:hover{background:#f9fafb;border-color:#9ca3af}._openButton_1vsfa_72:active{transform:scale(.98)}._openIcon_1vsfa_92{width:1.25rem;height:1.25rem;fill:#6b7280}._customDomainSection_1vsfa_98{display:flex;align-items:center;justify-content:space-between;background:#faf5ff;border:1px solid #e9d4ff;border-radius:10px;padding:1.25rem 1.5rem;margin-bottom:1.5rem}._customDomainContent_1vsfa_109{flex:1}._customDomainTitle_1vsfa_113{font-size:1rem;font-weight:600;color:#111827;margin:0 0 .25rem}._customDomainDescription_1vsfa_120{font-size:.875rem;color:#6b7280;margin:0}._setupButton_1vsfa_126{background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:.625rem 1rem;font-size:.875rem;font-weight:500;color:#374151;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem;flex-shrink:0;margin:0}._setupButton_1vsfa_126:hover{background:#f9fafb;border-color:#9ca3af;box-shadow:none!important}._setupButton_1vsfa_126:active{transform:scale(.98)}@media screen and (max-width:768px){._customDomainSection_1vsfa_98{flex-direction:column;align-items:flex-start;gap:1rem}._setupButton_1vsfa_126{width:100%;justify-content:center}._urlBox_1vsfa_20{flex-wrap:wrap}}._field_1vsfa_165{margin-bottom:20px}._domain_box_1vsfa_205{display:flex;align-items:center;justify-content:flex-start;border-top:1px solid rgb(216,214,214);padding:1rem 0;margin-bottom:1rem}._newWindowIcon_1vsfa_257{fill:#006aff!important;margin-left:16px;width:36px;height:auto}._newWindowIcon_1vsfa_257:hover{fill:#38f!important;cursor:pointer}._newWindowIconUnactive_1vsfa_268{fill:#586271;height:1.5rem;margin-left:16px;width:1.5rem}._url_copy_1vsfa_214{width:100%;margin-bottom:0}._url_copy_1vsfa_214>div{padding:2px 10px;background:none!important;border:none!important}._url_copy_1vsfa_214>div input{font-weight:400;font-size:17px}._domain_name_1vsfa_300 ._url_copy_default_1vsfa_300>div{padding:2px 16px}._domain_name_1vsfa_300 ._url_copy_default_1vsfa_300>div input{font-weight:400;font-size:16px}._base_url_clipboard_1vsfa_308{display:flex;align-items:center;margin-top:2rem}._base_url_clipboard_1vsfa_308 ._url_copy_1vsfa_214,._footnote_1vsfa_169{width:100%}._footnote_1vsfa_169 ._copy_clipboard_1vsfa_320{font-size:12px}._footnote_1vsfa_169 p>svg{width:12px;height:12px}._footnote_1vsfa_169 p{font-size:16px;font-weight:400}._footnote_1vsfa_169 svg{fill:#586271;color:#586271;cursor:pointer}._warningModalModalBox_1vsfa_337{display:flex;flex-direction:row;gap:10;align-items:center}._warningModalModalBox_1vsfa_337 ._warningButtons_1vsfa_343{display:flex;justify-content:space-between;width:100%}._warningModalModalBox_1vsfa_337 ._warningButtons_1vsfa_343 ._left_1vsfa_348{display:flex;align-items:center;gap:16px}._warningModalModalBox_1vsfa_337 ._warningButtons_1vsfa_343 ._right_1vsfa_353{justify-content:flex-end}@media screen and (max-width:700px){._footnote_1vsfa_169{display:inline-block}}@media screen and (max-width:500px){._urlText_1vsfa_44{width:140px;white-space:nowrap}}._footnote_1_1vsfa_169{display:flex;align-items:center}._page_msg_1vsfa_373{background:#f7f7f7;border-radius:10px;padding:.5rem;font-size:1rem;line-height:24px;max-width:500px;margin-top:2rem}._page_msg_1vsfa_373 ._boxURl_1vsfa_382{display:flex;align-items:center;flex-wrap:wrap}._page_msg_1vsfa_373 ._boxURl_1vsfa_382 ._url_link_1vsfa_387{padding-left:20px}._changeColorBtn_1vsfa_174{color:#006aff;background:transparent;margin-left:5px;padding:6px 20px}._changeColorBtn_1vsfa_174:hover{box-shadow:none!important}._cancelButton_1vsfa_184{margin-left:5px;padding:6px 20px}._cancelButton_1vsfa_184:hover{box-shadow:none!important}._changeColorBtn_1_1vsfa_409{color:#006aff;margin-top:1rem;margin-left:5px;padding:6px 20px;font-size:14px}._connect_domain_link_1vsfa_192{color:#006aff}._connect_domain_link_1vsfa_192>span{text-transform:lowercase;font-weight:600;font-size:14px}._connect_domain_link_1vsfa_192:hover{color:#38f;border-bottom-color:#38f}._domain_box_1vsfa_205{display:flex;align-items:center;justify-content:flex-start;border-top:1px solid rgb(216,214,214);padding:1rem 0}._redirect_custom_domain_1vsfa_438{display:flex}._add_domain_div_1vsfa_442{display:flex;justify-content:flex-end;margin:0}._btn_domain_1vsfa_228{margin:0;margin-left:2rem}._btn_domain_connecting_1vsfa_233{margin:0;margin-left:2rem;background:transparent;font-size:14px;font-weight:600;color:#939393;box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f;border:2px solid rgb(147,147,147)}._btn_domain_1vsfa_228:first-child{background:transparent;border:2px solid black;color:#000;font-size:18px;font-weight:500}._DomainLookup_1vsfa_252{max-width:60px;max-height:30px}._modal_1vsfa_275{width:800px}._footer_container_1vsfa_279{display:flex;flex-direction:row;gap:10px;align-items:center}._upload_btn_1t9ur_1{padding:0;margin:0;color:#006aff;background:transparent}._upload_btn_1t9ur_1:hover{box-shadow:none}._fileInput_1t9ur_11{cursor:pointer;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:8px;border:2px dashed #006AFF;width:50px;height:50px;font-weight:400;color:#606060;position:relative}._fileInput_1t9ur_11>input{visibility:hidden}._fileInput_1t9ur_11 svg{position:absolute;top:10px}._box_1t9ur_34{display:flex;flex-wrap:wrap;justify-content:space-between;gap:2rem}._box_1t9ur_34 ._upload_box_1t9ur_40{display:flex;align-items:center;flex-direction:column;gap:.75rem;margin:0 auto}._box_1t9ur_34 ._upload_box_1t9ur_40 ._upload_inner_1t9ur_47 ._upload_box_btn_1t9ur_47{display:flex;flex-direction:row;align-items:center}._box_1t9ur_34 ._upload_box_1t9ur_40 ._upload_inner_1t9ur_47 ._upload_box_btn_1t9ur_47 ._input_btn_1t9ur_52{cursor:pointer;background:#006aff;margin-right:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:10px;width:120px;height:40px;color:#fff;position:relative}._box_1t9ur_34 ._upload_box_1t9ur_40 ._upload_inner_1t9ur_47 ._upload_box_btn_1t9ur_47 ._input_btn_1t9ur_52>input{visibility:hidden}._box_1t9ur_34 ._upload_box_1t9ur_40 ._upload_inner_1t9ur_47 ._upload_box_btn_1t9ur_47 ._remove_image_1t9ur_69{border-radius:50%;color:#fd5458;border-color:#586271}._box_1t9ur_34 ._upload_box_1t9ur_40 ._preview_img_1t9ur_74{width:80px;height:80px}._box_1t9ur_34 ._upload_btn_1t9ur_1:first-child{border:1px dashed #006aff}._box_1t9ur_34 ._upload_btn_1t9ur_1:first-child:hover{background:#eff5ff;color:#006aff}._box_1t9ur_34 ._upload_btn_1t9ur_1:last-child{padding:10px 20px;background:#006aff;color:#fff}._box_1t9ur_34 ._heading_1t9ur_90{font-size:17px;font-weight:400;padding-bottom:1rem}._box_1t9ur_34 ._right_1t9ur_95 ._browser_tab_1t9ur_95{position:relative;width:100%;max-width:420px}._box_1t9ur_34 ._right_1t9ur_95 ._browser_tab_1t9ur_95 ._browser_icon_1t9ur_100{display:block;width:100%;height:auto;max-width:100%}._box_1t9ur_34 ._right_1t9ur_95 ._browser_tab_1t9ur_95 ._browser_content_1t9ur_106{display:flex;align-items:center;position:absolute;top:0;right:0;bottom:0;left:0;padding-top:clamp(4px,1.2vw,2px);padding-left:clamp(56px,22%,76px)}._box_1t9ur_34 ._right_1t9ur_95 ._browser_tab_1t9ur_95 ._browser_content_1t9ur_106 ._page_title_1t9ur_114{font-weight:400;font-size:13px;padding-left:5px;white-space:nowrap}@media only screen and (max-width:500px){._box_1t9ur_34 ._right_1t9ur_95 ._browser_tab_1t9ur_95 ._browser_content_1t9ur_106 ._page_title_1t9ur_114{font-size:12px}}._mobileContainer_l2osh_1{display:flex;flex-direction:column;gap:12px;border-radius:12px;padding:10px 0}._mobileContainer_l2osh_1 ._mobileCard_l2osh_8,._mobileContainer_l2osh_1 ._mobileCardUnread_l2osh_8,._mobileContainer_l2osh_1 ._mobileCardRead_l2osh_8{position:relative;display:flex;flex-direction:column;border:1px solid #ebeef1;border-radius:10px;padding:12px;box-shadow:0 2px 4px #0000001a;transition:box-shadow .2s ease;cursor:pointer}._mobileContainer_l2osh_1 ._mobileCard_l2osh_8>._body_l2osh_19>div>span:first-child,._mobileContainer_l2osh_1 ._mobileCardUnread_l2osh_8>._body_l2osh_19>div>span:first-child,._mobileContainer_l2osh_1 ._mobileCardRead_l2osh_8>._body_l2osh_19>div>span:first-child{font-weight:500!important}._mobileContainer_l2osh_1 ._mobileCard_l2osh_8:hover,._mobileContainer_l2osh_1 ._mobileCardUnread_l2osh_8:hover,._mobileContainer_l2osh_1 ._mobileCardRead_l2osh_8:hover{box-shadow:0 4px 8px #00000026}._mobileContainer_l2osh_1 ._mobileCardRead_l2osh_8{background-color:#f2f6fc;color:#5f6368;font-weight:400}._mobileContainer_l2osh_1 ._mobileCardUnread_l2osh_8{background-color:#fff;color:#000;font-weight:500}._mobileCardMessage_l2osh_36{border-left:2px solid #e4e6eb;display:flex;flex-direction:column;margin-top:5px;padding-left:5px}._mobileCardMessage_l2osh_36>._messageText_l2osh_43{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;overflow-wrap:break-word;text-overflow:ellipsis;white-space:normal;word-break:break-word;word-wrap:break-word!important}._emailIcon_l2osh_56{position:absolute;top:16px;right:16px}._emailIconRead_l2osh_62>svg>path{fill:#586271}._emailIconUnread_l2osh_66>svg>path{fill:#006aff}._noData_l2osh_70{cursor:pointer;display:flex;align-items:center;padding:1rem;background:#f5f7fa}._modal_1anh5_1{height:60vh;width:800px}._footer_container_1anh5_6{display:flex;flex-direction:row;gap:10;align-items:center}._messageDetails_1anh5_13{padding:10px 24px;font-size:16px;line-height:1.6;color:#333;display:flex;flex-direction:column;gap:16px}._messageDetails_1anh5_13 div{display:flex;gap:8px;align-items:flex-start}._messageDetails_1anh5_13 div strong{font-weight:600;color:#525f7f;flex-shrink:0;min-width:120px}._messageDetails_1anh5_13 div span{max-width:100%;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word}._footerContainer_1anh5_40{display:flex;justify-content:space-between;width:100%}._footerContainer_1anh5_40 ._left_1anh5_45{display:flex;align-items:center;gap:16px}._footerContainer_1anh5_40 ._right_1anh5_50{justify-content:flex-end}._leftButtons_1anh5_54{position:relative;display:flex;align-items:center;justify-content:center;gap:5px;width:100%}._leftButtons_1anh5_54 span{text-wrap:nowrap}._leftButtons_1anh5_54>svg{height:18px!important;width:18px!important;display:flex;align-items:center;justify-content:center}._leftButtons_1anh5_54>svg>path{height:18px!important;width:18px!important;transform:none;stroke:#fff!important}@media(max-width:700px){._text_1anh5_80{display:none}._messageDetails_1anh5_13>div{gap:8px}._messageDetails_1anh5_13>div:last-child{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}}._table_1a9o4_1{border-radius:10px}._table_1a9o4_1>div:first-child{padding:5px 0;background-color:#e4e6eb;border-top-left-radius:10px;border-top-right-radius:10px}._common_column_1a9o4_11,._message_column_1a9o4_11,._email_column_1a9o4_11,._received_at_column_1a9o4_12{display:flex;align-items:center}._common_column_1a9o4_11 svg,._message_column_1a9o4_11 svg,._email_column_1a9o4_11 svg,._received_at_column_1a9o4_12 svg{height:14px!important;width:inherit;fill:#006aff}._common_column_1a9o4_11 svg path,._message_column_1a9o4_11 svg path,._email_column_1a9o4_11 svg path,._received_at_column_1a9o4_12 svg path{stroke-width:3px}._headerText_1a9o4_27{display:flex;align-items:center;gap:5px}._headerText_1a9o4_27 ._sortDescIcon_1a9o4_32{transform:rotate(90deg)}._headerText_1a9o4_27 ._sortAscIcon_1a9o4_35{transform:rotate(-90deg)}._email_column_1a9o4_11,._received_at_column_1a9o4_12{width:20%!important;min-width:110px;padding-right:16px}._message_column_1a9o4_11{width:55%!important}._received_at_column_1a9o4_12{display:flex;justify-content:flex-end;align-items:center;text-align:end;padding-right:1rem}._message_cell_1a9o4_58{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:break-all;padding-right:5px;-webkit-box-orient:vertical;-webkit-line-clamp:1!important;line-clamp:1!important}._email_cell_1a9o4_70,._message_cell_1a9o4_58{margin:0;padding-right:16px!important}._received_at_cell_1a9o4_76{margin:0;padding-right:1rem;white-space:nowrap!important}._rowHover_1a9o4_82:hover,._unread_1a9o4_82:hover,._read_1a9o4_82:hover{opacity:.9;box-shadow:0 4px 6px #0000001a!important}._read_1a9o4_82{font-weight:400;color:#5f6368;background-color:#f2f6fc}._unread_1a9o4_82{font-weight:500!important;color:#000!important;background-color:#fff}._selected_1a9o4_100{background-color:#c3dbfe}._list_1a9o4_104{display:block}._mobileList_1a9o4_108{display:none}@media only screen and (max-width:700px){._list_1a9o4_104{display:none}._mobileList_1a9o4_108{display:block}}._skeletonContainer_1efj8_1{display:flex;flex-direction:column;gap:16px;padding:16px}._skeletonItem_1efj8_8{display:flex;align-items:center;gap:12px;border-radius:10px;padding:16px;animation:_shimmer_1efj8_1 1s infinite linear;background:linear-gradient(120deg,#f0f2f6 25%,#e4e6eb,#f0f2f6 75%);background-size:200% 100%}@keyframes _shimmer_1efj8_1{0%{background-position:-100vw 0}to{background-position:100vw 0}}._text_1efj8_27{display:flex;flex-direction:row;gap:10px;flex-grow:1}._line_1efj8_34{height:14px;background-color:#e4e6eb;border-radius:4px}._line_1efj8_34:first-child,._line_1efj8_34:last-child{width:20%;min-width:110px}._line_1efj8_34:nth-child(2){flex-grow:1;min-width:50%;width:50%}@media(max-width:700px){._text_1efj8_27{flex-direction:column!important}._line_1efj8_34:first-child,._line_1efj8_34:nth-child(2){min-width:40%}._line_1efj8_34:last-child{height:28px;width:100%}}._flexRow_13r70_1,._subHeading_13r70_1,._heading_13r70_1 ._title_13r70_1,._heading_13r70_1{display:flex;flex-direction:row;align-items:center;gap:5px}._container_13r70_8{position:relative;background-color:#fff}@media(max-width:700px){._container_13r70_8{position:sticky!important;top:45px;display:flex;width:100%;flex-direction:column;justify-content:center;gap:5px;z-index:110;transform:scaleX(1.01);background-color:#fff}}._divider_13r70_27{display:none}@media(max-width:700px){._divider_13r70_27{position:absolute;width:100vw;min-width:100vw;z-index:110;top:55px;display:block;box-shadow:0 2px 3px #00000026;border-bottom:1px solid #e4e6eb;transform:scaleX(1.1)}}._unreadCount_13r70_44{display:none}@media(max-width:700px){._unreadCount_13r70_44{display:flex;justify-content:center;align-items:center;color:#fff;font-size:13px;background-color:#006aff;width:26px;height:14px;padding:6px;border-radius:100px;border:none}}._heading_13r70_1{justify-content:space-between}._subHeading_13r70_1{justify-content:space-between;margin-bottom:2rem}@media(max-width:700px){._subHeading_13r70_1{margin-bottom:1rem;gap:8px}}._notice_13r70_77{align-items:center;background:#006aff;border-radius:100px;color:#fff;display:flex;font-size:.88rem;font-weight:600;padding:10px 20px;width:fit-content}._notice_13r70_77>svg{fill:#fff;width:18px;height:18px;margin-right:.6rem}._notice_13r70_77 ._large_13r70_94{display:inline}._notice_13r70_77 ._small_13r70_97{display:none}@media(max-width:700px){._notice_13r70_77{padding:8px;font-size:11px}._notice_13r70_77>svg{width:15px;height:15px;margin-right:.3rem}._notice_13r70_77 ._large_13r70_94{display:none}._notice_13r70_77 ._small_13r70_97{display:inline}}._filter_13r70_118{display:none}@media(max-width:700px){._filter_13r70_118{display:block;font-size:.88rem;color:#e4e6eb}}._filterButton_13r70_129{height:34px!important;padding:0 8px;font-size:12px;flex-wrap:nowrap;text-wrap:nowrap}._filterButton_13r70_129>svg{fill:#006aff;height:16px;margin-right:5px;width:14px}._fixed_position_fg8ps_1{position:fixed;right:0;top:51px;z-index:100}._content_fg8ps_8{align-items:center;display:flex;flex-wrap:wrap}._element_container_fg8ps_14{margin:0 20px 0 0}._sort_button_fg8ps_18{height:34px!important;padding:0 14px}._sort_button_fg8ps_18>svg{fill:#006aff;height:16px;margin-right:10px;width:16px}._date_range_picker_fg8ps_29{height:34px!important}._tab_fg8ps_33{align-items:center;border-radius:0;display:flex;justify-content:center;height:34px!important;margin:0!important}._tab_fg8ps_33:first-of-type{border-radius:8px 0 0 8px}._tab_fg8ps_33:last-of-type{border-radius:0 8px 8px 0}._tab_fg8ps_33>svg{height:15px;width:15px}._tab_fg8ps_33._selected_fg8ps_51{border-color:#006aff}._selected_fg8ps_51>svg{fill:#fff}._modal_fg8ps_59{border-radius:0;height:100vh;left:auto;max-height:100vh;right:0}._label_for_tabs_fg8ps_67{margin-bottom:14px}._sort_date_tabs_fg8ps_71{margin-bottom:26px}._mobileBackgroundImg_19xx7_1{overflow:auto;height:100%;min-height:100%;padding-bottom:50px;display:flex}._socketNotConnected_19xx7_9{text-align:center;font-size:1.2rem}._newVersionAlert_19xx7_14{background:#4969f5!important}._newVersionMsg_19xx7_18{text-align:center}._newVersionMsg_19xx7_18>button{border-bottom:1px solid #fff;border-radius:0;color:#fff;font-weight:600;margin-left:.6rem}._loginContainer_6uqtj_1{padding-top:50px}._brand_6uqtj_5{margin-bottom:10px}._background_6uqtj_9{position:absolute;display:flex;top:0;right:0;bottom:0;left:0;background:#fff}._skipliLogoContainer_6uqtj_19{margin:auto}._skipliLogoContainer_6uqtj_19>svg{height:200px;width:200px}._container_1g91k_1{background:#f0f2f6;padding-bottom:4rem}._header_1g91k_6{background-color:#fff;box-shadow:0 1px 4px #00000029;height:3.4rem;left:0;position:fixed;right:0;top:0;z-index:50}._headerContent_1g91k_17{display:flex;align-items:center;justify-content:space-between;height:inherit;padding:0 3rem}._skipliLogoCol_1g91k_25{cursor:pointer;height:1.6rem;width:20%}._skipliLogo_1g91k_25{height:inherit}._heading_1g91k_35{font-size:1.4rem;text-align:center}._helpCol_1g91k_40{width:20%}._helpCall_1g91k_44{align-items:center;display:flex;justify-content:center;background:#006aff;border-radius:100px;margin-left:auto;height:34px;width:34px;text-decoration:none}._helpCall_1g91k_44>svg{height:1rem;width:1rem}._helpCall_1g91k_44>svg>path{stroke:#fff!important}._content_1g91k_63{margin:auto;max-width:54rem;padding-top:5.4rem}._description_1g91k_69{font-size:1rem;line-height:1.6rem;margin:.6rem 0 2rem;padding:0 20px;text-align:center}@media only screen and (max-width:700px){._header_1g91k_6{height:fit-content}._headerContent_1g91k_17{padding:1rem}._heading_1g91k_35{margin:0;text-align:left}._content_1g91k_63{padding-top:120px}}._guestContainer_16cn9_1{background:#fcfdff;height:auto;min-height:100%;padding-bottom:50px;margin-top:15px;display:flex}._container_aodny_1{height:100%;padding:15px 0 30px;overflow:auto}._sectionsContainer_aodny_7{padding-bottom:160px;overflow-y:auto}._section_aodny_7{margin-bottom:15px;margin-top:15px;padding-bottom:5px}._generalSection_aodny_18{display:none}._heading_aodny_22{margin:0 0 1rem;font-size:1rem;text-transform:uppercase;padding:0 0 0 1.2rem}._link_aodny_29{display:flex;text-decoration:none}._poweredBy_aodny_34{background:#006aff;border-top:1px solid #d4dae0;padding:14px 0 10px;position:absolute;bottom:0;right:0;left:0}._support_aodny_44{font-size:12px;padding:0 30px}._helpLinks_aodny_49{align-items:center}._needHelp_aodny_53{align-items:center;color:#fff;display:flex;margin:0 0 8px;text-decoration:none}._helpIcon_aodny_61{fill:#000;height:1rem;margin-right:.4rem;width:1rem}._phoneIcon_aodny_68{height:12px;margin-right:10px;width:12px;fill:#fff!important}._phoneIcon_aodny_68 path{stroke:#fff!important}._skipliContact_aodny_79{font-size:.75rem;font-weight:700;margin:10px 0 0;display:flex;align-items:center;justify-content:center}._skipliContact_aodny_79>svg{height:16px;width:16px;margin-right:8px}._navbarItemContainer_aodny_93{background-color:#fff!important;border:none;border-radius:0!important;margin-bottom:.4rem;position:relative;justify-content:flex-start!important;width:100%}._navbarItemContainer_aodny_93:hover{box-shadow:none}._navbarItemContainer_aodny_93:hover ._navbarItemLabel_aodny_105{color:#006aff}._navbarItemContainer_aodny_93:hover ._iconContainer_aodny_108>svg{fill:#006aff}._navbarItemContainer_aodny_93._active_aodny_111{background:#eff6fe!important;padding:.6rem 2rem!important;border-right:3px solid #006AFF}._navbarItemContainer_aodny_93._active_aodny_111>._navbarItemLabel_aodny_105{color:#006aff}._navbarItemContainer_aodny_93._active_aodny_111>._iconContainer_aodny_108>svg{fill:#006aff}@media only screen and (max-width:930px){._generalSection_aodny_18{display:block}}._navbarContainer_aodny_128{height:100%;width:100%}._iconContainer_aodny_108{height:18px;margin-right:14px;width:18px}._iconContainer_aodny_108>svg{fill:#525f7f;height:inherit;width:inherit}._navbarItemLabel_aodny_105{color:#525f7f;text-transform:capitalize;white-space:nowrap}._navbarContainer_aodny_128{height:100%}._adminHeaderContainer_1i10p_1{background:#fff;width:100%;height:70px;position:fixed;right:0;z-index:200;left:0;top:0}._shopName_1i10p_12{max-width:140px;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._adminHeaderContent_1i10p_20{color:#fff;display:flex;align-items:center;justify-content:space-between;height:inherit;padding:0 30px}._showMenu_1i10p_29{display:block!important}._firstCol_1i10p_33{width:10%}._skipliLogo_1i10p_37{height:1.4rem;margin-top:2px}._skipliLogo_1i10p_37>svg{height:inherit;width:inherit}._menuIconContainer_1i10p_46{border-radius:0;height:45px;display:none;align-items:center;text-transform:capitalize;font-weight:700;white-space:nowrap}._menuIconContainer_1i10p_46>svg{height:22px;width:22px;fill:#000;margin-right:.8rem}._secondColContent_1i10p_62{display:flex}._secondColButton_1i10p_66,._getUpdatesButton_1i10p_66,._visitOnlineMenuButton_1i10p_67,._shopInfoButton_1i10p_68{background:transparent;display:flex;text-decoration:none;color:#000;border-radius:6px;margin:auto 0;padding:6px 14px;white-space:nowrap}._secondColButton_1i10p_66:hover,._getUpdatesButton_1i10p_66:hover,._visitOnlineMenuButton_1i10p_67:hover,._shopInfoButton_1i10p_68:hover{background:#fff;color:#006aff}._secondColButton_1i10p_66:hover ._secondColIcon_1i10p_84>svg,._getUpdatesButton_1i10p_66:hover ._secondColIcon_1i10p_84>svg,._visitOnlineMenuButton_1i10p_67:hover ._secondColIcon_1i10p_84>svg,._shopInfoButton_1i10p_68:hover ._secondColIcon_1i10p_84>svg{fill:#006aff}._visitOnlineMenuButton_1i10p_67{display:flex;align-items:center}._secondColIcon_1i10p_84{height:15px;margin-right:8px;width:15px}._secondColIcon_1i10p_84>svg{fill:#4d4c4c;height:inherit;width:inherit}._menuContainer_1i10p_106{background-color:#fff;position:fixed;bottom:0;top:45px;z-index:200;width:250px}@media only screen and (max-width:930px){._adminHeaderContent_1i10p_20{padding:0 10px}._firstCol_1i10p_33{width:10%}._menuIconContainer_1i10p_46{display:flex}._menuContainer_1i10p_106{display:none;width:100%}._skipliLogo_1i10p_37,._getUpdatesButton_1i10p_66,._visitOnlineMenuButton_1i10p_67{display:none}}._headerTable_1rj2g_1{display:flex;justify-content:space-between;margin-bottom:30px}._next_btn_1rj2g_7{height:40px;font-size:13px}._Table_1rj2g_12{border:none;box-shadow:#d2d3ff29 0 1px 4px;text-align:center}._button_logout_style_1rj2g_18{background-color:#006aff;color:#fff}._icon_button_1rj2g_23{margin-left:.5rem;fill:#fff;width:1rem;height:1rem}._container_18rps_1{font-size:.86rem;margin:3rem 0 2rem}._notice_18rps_6{background:#e4e6eb;color:#000;cursor:pointer;padding:.6rem 1rem;align-items:center;display:flex;justify-content:space-between;border-radius:10px 10px 0 0}._content_18rps_18{border:2px solid #e4e6eb;border-top:none;border-radius:0 0 10px 10px;font-weight:400;line-height:1.2rem;padding:1rem;text-align:left}._form_container_n3mew_1{display:flex;flex-wrap:wrap}._container_image_n3mew_6{margin-right:100px}._form_email_n3mew_10{width:350px}._modal_n3mew_14{min-width:25rem!important}._img_n3mew_18{width:230px;height:230px;border-radius:10px;margin-right:100px}._personnel_n3mew_25{display:flex;flex-wrap:wrap}._input_phone_n3mew_30{width:90%}._inputContainer_n3mew_34{width:60%}._input_icon_n3mew_38{display:flex;margin:0;padding:0}._input_n3mew_30{margin-right:20px;width:86%}._button_n3mew_49,._laterBtn_n3mew_49,._createUserBtn_n3mew_49,._removePersonnelBtn_n3mew_49,._savePersonnelInfoBtn_n3mew_49,._addUserBtn_n3mew_49,._saveBtn_n3mew_49{color:#fff;padding:15px 35px;margin-top:1.2rem;font-weight:700}._footer_n3mew_56{display:flex}._signUpLink_n3mew_60{border-bottom:1px solid #006AFF;color:#006aff;font-weight:700;margin-left:.4rem;padding-bottom:.1rem;cursor:pointer}._edit_button_n3mew_69{padding:10px 6px;border:none;font-weight:700;background:#fff;color:#006aff}._edit_button_n3mew_69>svg{height:18px;margin-right:8px;width:18px;fill:#006aff}._edit_button_n3mew_69>svg>path{fill:#006aff!important}._saveBtn_n3mew_49{background:#006aff}._addUserBtn_n3mew_49{background:#006aff;margin-top:2rem}._savePersonnelInfoBtn_n3mew_49{background:#006aff;position:absolute;margin-left:6.4rem}._removePersonnelBtn_n3mew_49{margin:1.2rem 0 0}._createNewUserBox_n3mew_105{box-shadow:0 3px 5px -1px #f5818133,0 6px 10px #00000024,0 1px 18px #0000001f;-webkit-box-shadow:0 3px 5px -1px rgba(245,129,129,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);padding:15px 10px 15px 25px;border-radius:8px;margin:40px -15px 0}._createNewUserBox_n3mew_105>h3{margin:0 0 20px}._newUserButtons_n3mew_116{display:flex;align-items:center;margin-top:1.2rem}._createUserBtn_n3mew_49{background:#006aff;margin:0 1rem 0 0;min-width:6rem}._laterBtn_n3mew_49{margin:0;min-width:6rem}@media only screen and (max-width:600px){._inputContainer_n3mew_34{margin:0 0 15px;width:100%}._edit_button_n3mew_69 p{display:none}}._container_1p7zf_1{background:#f0f2f6;padding-bottom:4rem;height:100%}._header_1p7zf_7{background-color:#fff;box-shadow:0 1px 4px #00000029;height:3.4rem;left:0;position:fixed;right:0;top:0;z-index:50}._headerContent_1p7zf_18{display:flex;align-items:center;justify-content:space-between;height:inherit;padding:0 3rem}._skipliLogoCol_1p7zf_26{cursor:pointer;height:1.6rem;width:20%}._skipliLogo_1p7zf_26{height:inherit}._heading_1p7zf_36{font-size:1.4rem;text-align:center}._helpCol_1p7zf_41{width:20%}._helpCall_1p7zf_45{align-items:center;display:flex;justify-content:center;background:#006aff;border-radius:100px;margin-left:auto;height:34px;width:34px;text-decoration:none}._helpCall_1p7zf_45>svg{height:1rem;width:1rem}._helpCall_1p7zf_45>svg>path{stroke:#fff!important}._content_1p7zf_64{margin:auto;max-width:54rem;padding-top:5.4rem}._description_1p7zf_70{font-size:1rem;line-height:1.6rem;margin:.6rem 0 2rem;padding:0 20px;text-align:center}@media only screen and (max-width:700px){._header_1p7zf_7{height:fit-content}._headerContent_1p7zf_18{padding:1rem}._heading_1p7zf_36{margin:0;text-align:left}._content_1p7zf_64{padding-top:120px}}._notifContainer_1ahne_1,._notifAlertContainer_1ahne_1,._notifDialogContainer_1ahne_1{position:fixed;margin:auto;right:0;left:0;border-radius:6px;padding:0;-webkit-box-shadow:0px 1px 4px rgba(0,0,0,.16);-moz-box-shadow:0px 1px 4px rgba(0,0,0,.16);box-shadow:0 1px 4px #00000029}._notifBody_1ahne_13,._notifAlertBody_1ahne_13,._notifDialogBody_1ahne_13{margin:0}._notifContentContainer_1ahne_17{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,"sans-serif"}._notifDialogContainer_1ahne_1{width:80vw;top:0;bottom:0;height:20vh}._notifDialogBody_1ahne_13{padding:20px}._notifAlertContainer_1ahne_1{color:#fff;font-size:1rem;min-height:40px;width:450px;text-align:center;top:20px}._notifAlertContainer_1ahne_1._default_1ahne_40{background:#000}._notifAlertContainer_1ahne_1._error_1ahne_43{background:#fd5458}._notifAlertContainer_1ahne_1._success_1ahne_46{background:#006aff}._notifAlertContainer_1ahne_1._warning_1ahne_49{background:#fc8c32}._notifAlertBody_1ahne_13{padding:10px 15px}@media only screen and (max-width:500px){._notifAlertContainer_1ahne_1{font-size:1rem;width:90vw}}._container_aa651_1{display:none}._img_aa651_5{height:14rem}._heading_aa651_9{margin-bottom:.6rem}._description_aa651_13{margin:auto;max-width:18rem}@media only screen and (max-width:700px){._container_aa651_1{display:block}}._container_lveoa_1{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}._keyContainer_lveoa_8{width:31%}._key_lveoa_8{background:#fff3;border-radius:6px;color:#fff;font-size:36px;font-weight:400;height:60px;margin-bottom:8px;width:100%;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}._clearIcon_lveoa_24{fill:#fff;height:17px;margin-bottom:5px;width:17px}._backSpaceIcon_lveoa_31{fill:#fff;height:24px;width:24px;transform:rotate(180deg)}._container_15x47_1{background:#f9fbfd;border:1px solid #ebeef1;border-radius:10px;font-size:1rem;line-height:24px;padding:60px 40px;text-align:center}._pagination_1m683_1{display:flex;justify-content:center;align-items:center;gap:8px;margin:16px 0}._firstButton_1m683_9:hover,._prevButton_1m683_10:hover,._pageButtons_1m683_11:hover,._nextButton_1m683_12:hover,._lastButton_1m683_13:hover{background-color:#e4e6eb}._commonButton_1m683_17,._defaultNextButton_1m683_17,._defaultPrevButton_1m683_17{display:flex;align-items:center}._commonButton_1m683_17>svg,._defaultNextButton_1m683_17>svg,._defaultPrevButton_1m683_17>svg{height:16px;width:fit-content}._defaultPrevButton_1m683_17>svg{transform:rotate(180deg)}._container_disds_1{position:fixed;margin:auto;top:0;bottom:0;left:0;right:0;height:200px;z-index:200}._container_disds_1._minimized_disds_11{margin-bottom:0}._frame_disds_15{background:#fff;border-radius:10px;-webkit-box-shadow:0 3px 5px -1px rgba(245,129,129,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);box-shadow:0 3px 5px -1px #f5818133,0 6px 10px #00000024,0 1px 18px #0000001f;margin:auto;width:50vh}._frame_disds_15._minimized_disds_11{background:#006aff;border-radius:100px;position:fixed;bottom:60px;width:300px;right:0;left:0}._searchBar_disds_33{border-radius:10px;padding:20px;display:flex;align-items:center;justify-content:space-between}._searchBar_disds_33._hasCategories_disds_40{border-radius:10px 10px 0 0}._searchBar_disds_33._minimized_disds_11{padding:10px 15px}._closeIcon_disds_47{height:20px;width:20px}._closeIcon_disds_47>svg{height:inherit;width:inherit;fill:#e11b1b}._closeIcon_disds_47._minimized_disds_11>svg{fill:#fff}._searchIcon_disds_60{height:25px;width:25px;margin-right:20px}._searchIcon_disds_60>svg{height:inherit;width:inherit;fill:#006aff}._searchIcon_disds_60._minimized_disds_11{height:20px;width:20px}._searchIcon_disds_60._minimized_disds_11>svg{fill:#fff}._inputContainer_disds_78{width:90%}._field_disds_82{background:none;border:none;box-shadow:none!important;-webkit-box-shadow:none!important;padding:0}._input_disds_78{font-size:1.1rem}._input_disds_78._minimized_disds_11{color:#fff}._searchCategories_disds_97{display:flex;flex-wrap:wrap;padding:10px 20px 15px;border-radius:0 0 10px 10px}._category_disds_104{margin-right:20px}._categoryLabel_disds_108{text-transform:capitalize}@media only screen and (max-width:700px){._container_disds_1{height:300px}._frame_disds_15{width:90vw}._searchIcon_disds_60{height:20px;width:20px;margin-right:10px}}._subNavbarContainer_fq855_1{background:#fff;box-shadow:#e5e5e680 0 2px 4px;border-bottom:1px solid #ebeef1;height:50px;padding:0 30px 0 280px;display:flex;align-items:center;justify-content:space-between;position:fixed;top:45px;right:0;left:0;z-index:80}@media only screen and (max-width:930px){._subNavbarContainer_fq855_1{padding:0 20px}}._container_1mek3_1{position:relative}._table_1mek3_5{background:#fff;border-radius:10px;border:1px solid #ebeef1}._row_1mek3_11{border-bottom:1px solid #ebeef1;cursor:pointer;display:flex;align-items:center}._row_1mek3_11._header_1mek3_17{border-bottom-width:2px;font-weight:700}._row_1mek3_11:last-child{border-bottom:none}._row_1mek3_11:hover{background:#f5f7fa}._column_1mek3_28{width:100%}._column_1mek3_28:first-child{padding-left:2rem}._cell_1mek3_35{display:-webkit-box;line-height:1.4;margin:14px 0;overflow:hidden;text-overflow:ellipsis;text-align:justify;-webkit-box-orient:vertical;-webkit-line-clamp:2;white-space:normal}._noData_1mek3_47,._showMore_1mek3_47{padding:1rem;justify-content:center}._showMore_1mek3_47{color:#006aff;font-weight:600}._loading_1mek3_57{opacity:.8;pointer-events:none}._container_rkwuj_1{display:flex;align-items:center;flex-wrap:wrap}._tab_rkwuj_7{border:1px solid #d4dae0;border-radius:100px;height:42px;font-size:.9rem;font-weight:500;margin:0 10px 10px 0;padding:0 20px;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}._tab_rkwuj_7._selected_rkwuj_17{background:#006aff;color:#fff;font-weight:600}._timePicker_1dznh_1{background:#fff;border:1px solid #d4dae0;border-radius:8px;padding:0 15px;height:40px}._timePicker_1dznh_1>div{border:none!important}._container_1kxzj_1{background:#fff;border:1px solid #d4dae0;border-radius:6px;display:flex;padding:0 10px;width:fit-content;height:30px}._option_1kxzj_11{border-radius:0;font-weight:500;margin-right:10px;min-width:38px}._option_1kxzj_11:hover{color:#006aff}._option_1kxzj_11:last-child{margin-right:0}._option_1kxzj_11._selected_1kxzj_23{border-bottom:2px solid #006AFF;color:#006aff;font-weight:700}._label_m09do_1{color:#222;max-width:inherit;margin-bottom:.6rem;white-space:pre-wrap}._input_field_container_m09do_8{align-items:center;display:flex;justify-content:space-between;background:#fff;border:1.2px solid #d4dae0;border-radius:10px;cursor:pointer;line-height:30px;min-height:28px;padding:8px 16px}._required_m09do_21{border-color:transparent;box-shadow:0 0 0 1px #fc8c32,0 1px 1px #00000012,0 0 0 2px #fc8c32;-webkit-box-shadow:0 0 0 1px #fc8c32,0 1px 1px 0 rgba(0,0,0,.07),0 0 0 2px #fc8c32}._reduce_opacity_m09do_27{opacity:.6}._arrow_icon_m09do_31{height:1.2rem;width:1.2rem}._arrow_icon_m09do_31>svg{height:inherit;width:inherit;transform:rotate(90deg)}._us_state_m09do_41{border-bottom:1px solid #d4dae0;cursor:pointer;line-height:1.4rem;padding:14px 0}._read_only_m09do_48{background:#f4f4f5;box-shadow:none;color:#000;pointer-events:none}._viewReceiptButton_sa51j_1{background:#006aff;border-radius:4px;color:#fff;padding:5px 10px;text-decoration:none}._container_1hq1z_1{position:relative;transition:all .3s ease}._disabled_1hq1z_6{height:fit-content!important;background-color:#404040!important}._disabled_1hq1z_6:hover{background-color:#505050!important}._disabledContent_1hq1z_14{display:flex;align-items:center;justify-content:center;min-height:60px;padding:20px}._disabledMessage_1hq1z_22{color:#fff;font-size:16px;font-weight:500;text-align:center;opacity:.8}._overlay_1hq1z_30{background:#0000004d;position:absolute;left:0;right:0;top:0;bottom:0;z-index:400}._content_1hq1z_40{width:100%;padding:20px;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._button_1hq1z_54{background:#fff;color:#000;font-size:1.2rem;padding:16px 0;width:140px}._icon_1hq1z_62,._disableIcon_1hq1z_62,._eyeIcon_1hq1z_62,._pencilIcon_1hq1z_62{fill:#000;height:20px;margin-right:12px;width:20px}._eyeIcon_1hq1z_62{height:24px;width:24px}._disableIcon_1hq1z_62{height:16px;width:16px}._table_1xybx_1{text-align:center}._table_1xybx_1>div:first-of-type{background:#f5f7fa}._container_1xybx_8{display:flex}._subNavbarLeftColumn_1xybx_12{width:45%}._subNavbarLeftColumn_1xybx_12>h1{font-size:1.2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:inherit;cursor:pointer}._button_1xybx_24,._export_button_1xybx_24{margin:0}._export_button_1xybx_24{margin-left:16px;padding:8px 40px;cursor:pointer}._extraPaddingTop_1xybx_34{padding-top:50px}._subNavbarRightColumn_1xybx_38{display:flex;justify-content:flex-end;width:55%}._headerText_1xybx_44{display:flex;align-items:center;gap:5px}._headerText_1xybx_44 ._ordersDesc_1xybx_49{transform:rotate(90deg)}._headerText_1xybx_44 ._ordersAsc_1xybx_52{transform:rotate(-90deg)}._headerText_1xybx_44 svg{height:14px!important;width:inherit;fill:#006aff}._headerText_1xybx_44 svg path{stroke-width:3px}@media only screen and (max-width:600px){._table_1xybx_1>div:first-of-type{align-items:flex-start}._headerText_1xybx_44{gap:2px}._customerName-cell_1xybx_71{text-align:left;max-width:115px;padding-right:3px}._numberOfOrders-cell_1xybx_76{text-align:left}._format_phone-cell_1xybx_79{text-align:right;padding-right:20px}._format_email-column_1xybx_83{display:none}}._subNavbarLeftColumn_z5m1p_1{font-size:1.2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:inherit;cursor:pointer}._backButton_z5m1p_10{background:none;color:#000;margin:auto;padding-left:.8rem;border:none}._backButton_z5m1p_10>svg{height:1.2rem;margin-right:.8rem;width:1.2rem;transform:rotate(180deg)}._backButton_z5m1p_10:hover{box-shadow:none}._overview_container_z5m1p_27{margin-top:2.3rem}._infoRow_z5m1p_31{display:flex;align-items:center;font-size:.86rem;margin-bottom:.8rem}._label_z5m1p_38{align-self:flex-start;color:#697386;text-transform:capitalize;width:16rem}._table_z5m1p_45{background:none;border:none;box-shadow:none;text-align:center}._table_z5m1p_45>div>div>div{padding-right:10px}._uppercase_text_z5m1p_55{text-transform:uppercase}._emailList_z5m1p_59{display:flex;flex-direction:column;align-items:flex-start;gap:5px}@media screen and (max-width:600px){._table_z5m1p_45>div>div>div{text-align:start;white-space:normal;word-break:break-word;padding-right:8px}._value_z5m1p_73,._emailList_z5m1p_59{min-width:190px}}._subNavbarLeftColumn_12j7w_1{font-size:1.2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:inherit;cursor:pointer}._backButton_12j7w_10{background:none;color:#000;margin:auto;padding-left:.8rem;border:none}._backButton_12j7w_10>svg{height:1.2rem;margin-right:.8rem;width:1.2rem;transform:rotate(180deg)}._backButton_12j7w_10:hover{box-shadow:none}._overview_container_12j7w_27{margin-top:2.3rem}._infoRow_12j7w_31{display:flex;align-items:center;font-size:.86rem;margin-bottom:.8rem}._label_12j7w_38{color:#697386;text-transform:capitalize;width:16rem}._table_12j7w_44{background:none;border:none;box-shadow:none;text-align:center}._deliveryCourierIcon_12j7w_51{height:auto;width:90px}._deliveryCourierIcon_12j7w_51>svg{height:inherit;width:inherit}._item_name_12j7w_65{text-align:left}._item_name_12j7w_65>._modifiers_12j7w_68{font-size:.82rem;text-align:left;color:#697386;white-space:normal;overflow:visible;text-overflow:clip}._mobileBtnsClassname_gg1oh_1{padding:7px 14px;font-size:14px}._subNavbarLeftColumn_bzedi_1{width:45%}._subNavbarLeftColumn_bzedi_1>h1{font-size:1.2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:inherit}._subNavbarRightColumn_bzedi_12{display:flex;justify-content:flex-end;width:55%}._saveBtn_bzedi_18{color:#006aff;margin-left:16px;margin-right:0;padding:10px 20px}._save_icon_bzedi_25{height:14px;margin-right:10px;width:14px}._save_icon_bzedi_25>svg{height:inherit;width:inherit}._save_icon_bzedi_25>svg>path{stroke:#fff!important}@media only screen and (max-width:700px){._instrForCustomerInput_bzedi_39{max-width:100vw}._saveBtn_bzedi_18{padding:10px 20px}}._page_n11f6_1{position:relative;height:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2.5rem 1rem;background:linear-gradient(135deg,#f7f9fc,#eef2f7);overflow:hidden}._backgroundDecoration_n11f6_13{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:0}._gradientOrb1_n11f6_23{position:absolute;top:-10%;left:-5%;width:600px;height:600px;background:radial-gradient(circle,rgba(0,106,255,.15) 0%,transparent 70%);border-radius:50%;filter:blur(60px);animation:_float_n11f6_1 20s ease-in-out infinite}._gradientOrb2_n11f6_35{position:absolute;bottom:-15%;right:-8%;width:500px;height:500px;background:radial-gradient(circle,rgba(0,106,255,.12) 0%,transparent 70%);border-radius:50%;filter:blur(50px);animation:_float_n11f6_1 25s ease-in-out infinite reverse}._gradientOrb3_n11f6_47{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:400px;height:400px;background:radial-gradient(circle,rgba(0,106,255,.08) 0%,transparent 70%);border-radius:50%;filter:blur(40px);animation:_float_n11f6_1 30s ease-in-out infinite}@keyframes _float_n11f6_1{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}._iconSvg_n11f6_71{font-size:5px}._card_n11f6_75{position:relative;z-index:1;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.8);border-radius:24px;box-shadow:0 20px 60px #0f172a1f,0 0 0 1px #006aff0d,inset 0 1px #ffffffe6;width:100%;max-width:520px;padding:3.5rem 2.5rem;animation:_slideUp_n11f6_1 .6s ease-out}@keyframes _slideUp_n11f6_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}._iconContainer_n11f6_99{display:flex;justify-content:center;margin-bottom:1.5rem}._iconWrapper_n11f6_105{position:relative;display:flex;align-items:center;justify-content:center}._iconCircle_n11f6_112{position:relative;z-index:2;width:100px;height:100px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#006aff1a,#006aff0d);border:2px solid rgba(0,106,255,.2);color:#006aff;animation:_pulse_n11f6_1 2s ease-in-out infinite}._iconSvg_n11f6_71{width:48px;height:48px;animation:_shake_n11f6_1 3s ease-in-out infinite}@keyframes _pulse_n11f6_1{0%,to{transform:scale(1);box-shadow:0 0 #006aff66}50%{transform:scale(1.05);box-shadow:0 0 0 20px #006aff00}}@keyframes _shake_n11f6_1{0%,to{transform:rotate(0)}10%,30%,50%,70%,90%{transform:rotate(-5deg)}20%,40%,60%,80%{transform:rotate(5deg)}}._iconGlow_n11f6_154{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120px;height:120px;border-radius:50%;background:radial-gradient(circle,rgba(0,106,255,.2) 0%,transparent 70%);filter:blur(20px);animation:_glow_n11f6_1 3s ease-in-out infinite}@keyframes _glow_n11f6_1{0%,to{opacity:.5;transform:translate(-50%,-50%) scale(1)}50%{opacity:.8;transform:translate(-50%,-50%) scale(1.2)}}._badgeContainer_n11f6_177{display:flex;justify-content:center;margin-bottom:1.8rem}._badge_n11f6_177{display:inline-block;background:linear-gradient(135deg,#006aff1a,#006aff0d);border:1px solid rgba(0,106,255,.2);border-radius:999px;padding:.5rem 1.2rem;font-weight:700;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:#006aff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 8px #006aff1a}._title_n11f6_198{text-align:center;margin:0 0 1rem;font-size:2.25rem;font-weight:700;line-height:1.2;color:#041021;letter-spacing:-.02em;background:linear-gradient(135deg,#041021,#1a365d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._description_n11f6_212{text-align:center;margin:0 auto 2.5rem;max-width:420px;font-size:1rem;line-height:1.6;color:#64748b}._actions_n11f6_221{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.5rem}._btnContent_n11f6_229{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;transition:all .2s ease}._btnIcon_n11f6_237{width:18px;height:18px;transition:transform .2s ease}._primaryBtn_n11f6_243{padding:1rem 2rem!important;min-width:160px;border-radius:12px!important;font-weight:600!important;transition:all .3s ease!important;box-shadow:0 4px 12px #006aff4d!important}._primaryBtn_n11f6_243:hover{transform:translateY(-2px);box-shadow:0 6px 20px #006aff66!important}._primaryBtn_n11f6_243:hover ._btnIcon_n11f6_237{transform:translate(4px)}._primaryBtn_n11f6_243:active{transform:translateY(0)}._secondaryBtn_n11f6_262{padding:1rem 2rem!important;min-width:160px;background:#fffc!important;border:2px solid rgba(0,106,255,.3)!important;color:#006aff!important;border-radius:12px!important;font-weight:600!important;transition:all .3s ease!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._secondaryBtn_n11f6_262:hover{background:#006aff0d!important;border-color:#006aff80!important;transform:translateY(-2px);box-shadow:0 4px 12px #006aff26!important}._secondaryBtn_n11f6_262:hover ._btnIcon_n11f6_237{transform:translate(-4px)}._secondaryBtn_n11f6_262:active{transform:translateY(0)}._footerHint_n11f6_286{text-align:center;padding-top:1.5rem;border-top:1px solid rgba(0,0,0,.06)}._hintText_n11f6_292{font-size:.875rem;color:#94a3b8;font-weight:500}._hintEmail_n11f6_298{display:block;margin-top:.4rem;font-size:.875rem;color:#006aff;font-weight:600;text-decoration:none}._hintEmail_n11f6_298:hover{text-decoration:underline}@media only screen and (max-width:600px){._card_n11f6_75{padding:2.5rem 1.5rem;border-radius:20px}._title_n11f6_198{font-size:1.875rem}._description_n11f6_212{font-size:.9375rem;margin-bottom:2rem}._actions_n11f6_221{flex-direction:column;gap:.75rem}._primaryBtn_n11f6_243,._secondaryBtn_n11f6_262{width:100%;min-width:unset}._iconCircle_n11f6_112{width:80px;height:80px}._iconSvg_n11f6_71{width:40px;height:40px}}@media only screen and (max-width:500px){._card_n11f6_75{padding:2rem 1.25rem;box-shadow:0 10px 40px #0f172a14,0 0 0 1px #006aff0d}._gradientOrb1_n11f6_23,._gradientOrb2_n11f6_35,._gradientOrb3_n11f6_47{filter:blur(40px)}}._subNavbarLeftColumn_ty4jo_1{width:45%}._subNavbarLeftColumn_ty4jo_1>h1{font-size:1.2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:inherit}._subNavbarRightColumn_ty4jo_12{width:55%}._dropdown_placeholder_ty4jo_16{font-size:1rem;font-weight:700}._dropdown_option_ty4jo_21{align-items:center;display:flex;justify-content:space-between}._option_arrow_icon_ty4jo_27{height:1rem;width:1rem}._option_arrow_icon_ty4jo_27>svg{height:inherit;width:inherit}@media only screen and (max-width:800px){._reviews_container_ty4jo_37{display:none}}._backgroundImg_1n9wd_1{bottom:0;object-fit:cover;position:fixed;width:100%}._form_1n9wd_8{background:#fff;border-radius:10px;box-shadow:0 1px 4px #00000029;margin:4rem auto 0;padding:2rem 2rem 3rem;width:20rem;position:absolute;right:0;left:0;z-index:1000}._form_1n9wd_8._expanded_1n9wd_20{width:30rem}._skipliLogo_1n9wd_24{height:inherit;margin:0 auto 1.6rem;width:8rem}._skipliLogo_1n9wd_24>svg{height:inherit;width:inherit}._button_1n9wd_34,._newMerchantAccountButton_1n9wd_34,._accessStoreButton_1n9wd_34{margin:0;width:100%}._accessStoreButton_1n9wd_34{font-weight:600;margin:1.4rem 0 2rem}._arrowIcon_1n9wd_44{height:1.2rem;margin-left:1rem;width:1.2rem}._arrowIcon_1n9wd_44>svg{fill:#fff;height:inherit;width:inherit}._modal_content_1n9wd_55{width:30rem}._newAccountContainer_1n9wd_59{border-top:1px solid #d4dae0}._newAccountContainer_1n9wd_59>p{color:#525f7f}._newAccountContainer_1n9wd_59>div{color:#525f7f}._icon_container_1n9wd_69{display:flex;margin:13px 0}._icon_container_1n9wd_69>div{color:#525f7f}._infoIcon_1n9wd_77{fill:#525f7f;height:.8rem;margin-left:8px;width:.8rem;margin-top:2px;cursor:pointer}._infoIcon_1n9wd_77>svg{height:inherit;width:inherit}._newMerchantAccountContainer_1n9wd_90{margin-top:30px;border-top:1px solid #d4dae0}._newMerchantAccountContainer_1n9wd_90>p{color:#525f7f}._newMerchantAccountButton_1n9wd_34{background:none;border:2px solid #006AFF;color:#006aff}@media only screen and (max-width:500px){._backgroundImg_1n9wd_1{display:none}._form_1n9wd_8{box-shadow:none;position:relative;width:inherit!important}}._link_e4yo6_1{color:#006aff;font-weight:700;text-decoration:none}._title_6uzvb_1{text-align:center;padding-bottom:20px;font-size:30px}._backButton_6uzvb_7{background:none;border:none;margin-bottom:20px;padding:.6rem .6rem .6rem 0}._backButton_6uzvb_7:hover{box-shadow:none}._backButton_6uzvb_7>svg{height:18px;margin-right:10px;width:18px;transform:rotate(180deg)}._description_6uzvb_23{text-align:center;padding-bottom:20px;color:#a0a0a0}._backgroundImg_6uzvb_29{bottom:0;object-fit:cover;position:fixed;width:100%}._form_6uzvb_36{background:#fff;border-radius:10px;box-shadow:0 1px 4px #00000029;margin:4rem auto 0;padding:2rem 2rem 3rem;width:20rem;position:absolute;right:0;left:0;z-index:1000}._form_6uzvb_36._expanded_6uzvb_48{width:30rem}._signUpLink_6uzvb_52{border-bottom:1px solid #006AFF;color:#006aff;font-weight:700;margin-left:.4rem;padding-bottom:.1rem;cursor:pointer}._footer_6uzvb_61{display:flex;align-items:center}._skipliLogo_6uzvb_66{height:inherit;margin:0 auto 1.6rem;width:8rem}._skipliLogo_6uzvb_66>svg{height:inherit;width:inherit}._button_6uzvb_76,._newMerchantAccountButton_6uzvb_76,._accessStoreButton_6uzvb_76{margin:0;width:100%}._accessStoreButton_6uzvb_76{font-weight:600;margin:1.4rem 0 4rem}._arrowIcon_6uzvb_86{height:1.2rem;margin-left:1rem;width:1.2rem}._arrowIcon_6uzvb_86>svg{fill:#fff;height:inherit;width:inherit}._newAccountContainer_6uzvb_97>p{color:#525f7f}._newMerchantAccountButton_6uzvb_76{background:none;border:2px solid #006AFF;color:#006aff}@media only screen and (max-width:500px){._backgroundImg_6uzvb_29{display:none}._form_6uzvb_36{box-shadow:none;position:relative;width:inherit!important}}._container_1g9bz_1{font-size:.86rem;margin-bottom:1.6rem}._notice_1g9bz_6{background:#e4e6eb;color:#000;cursor:pointer;padding:.6rem 1rem;align-items:center;display:flex;justify-content:space-between;border-radius:10px 10px 0 0}._title_1g9bz_18{align-items:center;display:flex}._title_1g9bz_18>svg{fill:#000;height:1rem;margin-right:.6rem;width:1rem}._content_1g9bz_29{border:2px solid #e4e6eb;border-top:none;border-radius:0 0 10px 10px;font-weight:400;line-height:1.2rem;padding:1rem}._cardsList_tpf9r_1{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:50px}._cardContainer_tpf9r_8{margin:0 15px 20px 0;width:48%}._cardView_tpf9r_13{-webkit-box-shadow:0px 1px 4px rgba(0,0,0,.16);box-shadow:0 1px 4px #00000029;border-radius:8px;min-height:140px;padding:20px;position:relative}._cardView_tpf9r_13>h3{font-size:1.3rem;margin:0 0 15px}._cardView_tpf9r_13>p{margin:0}._backBtn_tpf9r_29{transform:rotate(180deg);height:30px;width:30px;margin:20px 0 10px}._couponActionBtns_tpf9r_36{display:flex;flex-wrap:wrap}._createCouponBtn_tpf9r_41,._showCouponsBtn_tpf9r_41{background:#006aff;color:#fff;padding:5px 8px;margin:20px 10px 0 0}._showCouponsBtn_tpf9r_41{background:#006aff;display:flex;align-items:center}._arrowIcon_tpf9r_54{fill:#fff;height:20px;width:20px;margin-right:5px;transform:rotate(90deg)}._arrowIcon_tpf9r_54._collapse_tpf9r_61{transform:rotate(-90deg)}@media only screen and (max-width:900px){._cardContainer_tpf9r_8{width:100%}}._subNavbarColumn_180hu_1{width:75%;max-width:75%;overflow:auto}._headingContainer_180hu_7{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:30px}._headingContainerEnd_180hu_14{justify-content:flex-end}._heading_180hu_7{cursor:pointer;font-size:26px;margin:0 30px 0 0;text-transform:capitalize}._buttons_group_update_180hu_25{position:fixed;top:50px;right:0;z-index:100}._buttons_group_180hu_25{align-items:center;display:flex}._button_180hu_25{align-items:center;background:#f9fbfd;border:1px solid #ebeef1;border-radius:8px;display:flex;height:36px;margin-right:16px;padding:0 16px}._button_icon_180hu_48{height:14px;margin-right:10px;width:14px}._button_icon_180hu_48>svg{fill:#006aff;height:inherit;width:inherit}._button_label_180hu_59{text-transform:capitalize}._secondColumn_180hu_63{text-align:right;width:35%}._iconLabel_180hu_68{margin-left:5px}._icon_180hu_68{fill:#000;height:22px;width:22px}._import_menu_button_180hu_78{background:#fff;color:#006aff;margin-right:0;padding:0}._import_menu_button_180hu_78>svg{fill:#006aff;height:16px;margin-right:10px;width:16px}._import_menu_button_180hu_78:hover{box-shadow:none!important}._subNavbarColumnDropdown_180hu_94{display:none}@media only screen and (max-width:1100px){._subNavbarColumn_180hu_1{display:none}._buttons_group_180hu_25{position:fixed;top:50px;right:0;z-index:100}._button_180hu_25{margin-right:12px;padding:0 14px}._button_label_180hu_59{display:none}._button_icon_180hu_48{margin:0}._label_filter_180hu_118{display:none}._subNavbarColumnDropdown_180hu_94{display:block;width:75%;max-width:75%;overflow:auto}._secondColumn_180hu_63{width:12%}._headingContainer_180hu_7{align-items:flex-start;flex-direction:column}._heading_180hu_7{margin-bottom:16px}}._listContainer_1wuyv_1{width:80%}._menuContainer_1wuyv_5{margin-bottom:30px}._button_1wuyv_9{align-items:center;background:#f9fbfd;border:1px solid #ebeef1;border-radius:8px;display:flex;height:36px;margin-right:16px;padding:0 16px}._select_menu_1wuyv_20{padding:25px;border:1px solid #e4e6eb;margin-top:10px;border-radius:10px;cursor:pointer;text-align:center}._select_menu_1wuyv_20._active_1wuyv_28{border:1px solid #0582ff;color:#0582ff}._button_icon_1wuyv_33{height:15px;margin-right:10px;width:15px}._button_icon_1wuyv_33>svg{fill:#006aff;height:inherit;width:inherit}._message_1wuyv_44{font-size:1.2rem;line-height:25px;text-align:center;margin-top:20px}._contentContainer_1wuyv_51{display:flex;border-radius:20px;justify-content:center;align-items:center}@media only screen and (max-width:600px){._listContainer_1wuyv_1{width:100%}}._button_icon_1dvrx_1{width:auto}._button_icon_1dvrx_1 path{fill:#006aff}._radio_group_option_1dvrx_9{margin-right:0;width:100%}._radio_group_option_1dvrx_9:last-of-type{margin-bottom:0}._modal_1jhqx_1{border-radius:0;height:100vh;margin-right:0;max-height:100vh}._filters_applied_1jhqx_8{background:#006aff;color:#fff}._filters_applied_1jhqx_8>svg{fill:#fff!important}._filter_criteria_container_1jhqx_16{border-bottom:1px solid #dddddd;margin-bottom:20px;padding-bottom:20px}._filter_criteria_container_1jhqx_16:last-of-type{border-bottom:none}._filter_icon_1jhqx_25{height:14px;margin-right:10px;width:14px}._filter_icon_1jhqx_25>svg{fill:#006aff;height:inherit;width:inherit}._filters_count_1jhqx_36{background:#fff;border-radius:100px;color:#006aff;margin-left:10px;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600}._footer_cancel_button_1jhqx_50{display:none}._footer_submit_button_1jhqx_54{margin:auto;width:300px}@media only screen and (max-width:1100px){._filter_icon_1jhqx_25{margin-right:0}}._radio_group_option_1i2gk_1{margin-right:0;width:100%}._radio_group_option_1i2gk_1:last-of-type{margin-bottom:0}._container_9xxuk_1{background:#f0f2f6;padding-bottom:4rem}._header_9xxuk_6{background:#fff;box-shadow:0 1px 4px #00000029;height:3.4rem;left:0;position:fixed;right:0;top:0;z-index:50}._headerContent_9xxuk_17{display:flex;align-items:center;justify-content:space-between;height:inherit;padding:0 3rem}._skipliLogoCol_9xxuk_25{cursor:pointer;height:1.6rem;width:20%}._skipliLogo_9xxuk_25{height:inherit}._heading_9xxuk_35{font-size:1.4rem;text-align:center}._helpCol_9xxuk_40{width:20%}._phoneIcon_9xxuk_44 path{fill:#fff!important}._helpCall_9xxuk_48{align-items:center;display:flex;justify-content:center;background:#006aff;border-radius:100px;margin-left:auto;height:34px;width:34px;text-decoration:none;fill:#fff!important}._helpCall_9xxuk_48>svg{height:1rem;width:1rem;fill:#fff!important}._helpCall_9xxuk_48>svg>g>path{stroke:#fff!important}._content_9xxuk_69{margin:auto;max-width:54rem;padding-top:5.4rem}._description_9xxuk_75{font-size:1rem;line-height:1.6rem;margin:.6rem 0 2rem;padding:0 20px;text-align:center}@media only screen and (max-width:700px){._header_9xxuk_6{height:fit-content}._headerContent_9xxuk_17{padding:1rem}._skipliLogoCol_9xxuk_25{display:none}._heading_9xxuk_35{margin:0;text-align:left}._content_9xxuk_69{padding-top:120px}}._notice_6a6l3_1{align-items:center;background:#006aff;border-radius:100px;color:#fff;display:flex;font-size:.8rem;font-weight:600;margin-bottom:2rem;padding:10px 20px;width:fit-content}._notice_6a6l3_1>svg{fill:#fff;height:16px;margin-right:.6rem;width:16px}._subNavbarLeftColumn_6a6l3_20{cursor:pointer;width:45%}._subNavbarLeftColumn_6a6l3_20>h2{font-size:1.2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:inherit;cursor:pointer}._extraPaddingTop_6a6l3_33{display:flex}._button_6a6l3_37,._export_button_6a6l3_37{margin:0}._export_button_6a6l3_37{height:40px;margin-top:16px;padding:1px 40px;background-color:#006aff;color:#fff;cursor:pointer}._subNavbarRightColumn_6a6l3_50{display:flex;justify-content:flex-end;width:55%}._payoutStatus_6a6l3_56{border-radius:6px;padding:.2rem 1rem;text-transform:capitalize;width:fit-content}._payoutStatus_6a6l3_56._paid_6a6l3_62{background:#009459;color:#fff}._payoutStatus_6a6l3_56._in_transit_6a6l3_66{background:#d4dae0;color:#4f566b}._currency_6a6l3_71{text-transform:uppercase}._description_6a6l3_75{text-transform:capitalize}._img_6a6l3_79{height:10rem}._label_1ab1d_1{margin-bottom:15px;font-weight:500;margin-right:10px;white-space:pre-wrap}._has_border_style_1ab1d_8{width:130px;font-size:14px}._has_border_1ab1d_8{border:2px solid #d4dae0;border-radius:10px;padding:10px 5px 10px 20px;align-content:stretch;width:130px;margin:0 20px 20px 0}._margin_1ab1d_22{margin-bottom:30px}._modal_1ab1d_26{border-radius:0;height:100vh;margin-right:0;max-height:100vh;width:780px}._date_range_picker_1ab1d_34{height:34px!important}@media only screen and (max-width:780px){._modal_1ab1d_26{width:100%}}._subNavbarColumn_172s1_1{width:75%;max-width:75%;overflow:auto}._headingContainer_172s1_7{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:30px}._headingContainerEnd_172s1_14{justify-content:flex-end}._heading_172s1_7{cursor:pointer;font-size:26px;margin:0 30px 0 0;text-transform:capitalize}._buttons_group_update_172s1_25{position:fixed;top:50px;right:0;z-index:100}._buttons_group_172s1_25{align-items:center;display:flex}._secondColumn_172s1_63{text-align:right;width:35%}._iconLabel_172s1_68{margin-left:5px}._icon_172s1_68{fill:#000;height:22px;width:22px}._import_menu_button_172s1_78{background:#fff;color:#006aff;margin-right:0;padding:0}._import_menu_button_172s1_78>svg{fill:#006aff;height:16px;margin-right:10px;width:16px}._import_menu_button_172s1_78:hover{box-shadow:none!important}._button_172s1_25{align-items:center;background:#f9fbfd;border:1px solid #ebeef1;border-radius:8px;display:flex;height:36px;margin-right:16px;padding:0 16px}._button_icon_172s1_48{height:14px;margin-right:10px;width:14px}._button_icon_172s1_48>svg{fill:#006aff;height:inherit;width:inherit}._button_label_172s1_59{text-transform:capitalize}._subNavbarColumnDropdown_172s1_120{display:none}._extraPaddingTop_172s1_124{padding-top:50px;padding-bottom:120px}@media only screen and (max-width:1100px){._subNavbarColumn_172s1_1{display:none}._buttons_group_172s1_25{position:fixed;top:50px;right:0;z-index:100}._button_172s1_25{margin-right:12px;padding:0 14px}._button_label_172s1_59{display:none}._button_icon_172s1_48{margin:0}._label_filter_172s1_149{display:none}._subNavbarColumnDropdown_172s1_120{display:block;width:75%;max-width:75%;overflow:auto}._secondColumn_172s1_63{width:12%}._headingContainer_172s1_7{align-items:flex-start;flex-direction:column}._heading_172s1_7{margin-bottom:16px}}._dropdown_placeholder_1f181_1{font-size:1rem;font-weight:700}._dropdown_option_1f181_6{align-items:center;display:flex;justify-content:space-between}._option_arrow_icon_1f181_12{height:1rem;width:1rem}._option_arrow_icon_1f181_12>svg{height:inherit;width:inherit}._socketNotConnected_jenw2_1{text-align:center;font-size:1.2rem}._noteForStaff_jenw2_6{font-size:1.2rem;font-weight:700;margin-bottom:40px}._subNavbarColumn_jenw2_12{width:65%;max-width:65%;overflow:auto}._secondColumn_jenw2_18{display:flex;text-align:right;width:35%;justify-content:flex-end}._helperButton_jenw2_25{display:flex;align-items:center;height:40px;margin-left:15px;font-weight:700}._helperButton_jenw2_25>svg{height:16px;width:16px;fill:#000;margin-right:5px}._page_161wd_1{height:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;background:radial-gradient(900px 500px at 0% 0%,rgba(0,106,255,.12),transparent 60%),radial-gradient(800px 450px at 100% 100%,rgba(0,106,255,.08),transparent 60%),#f7f9fc}._formCard_161wd_11{display:grid;grid-template-columns:minmax(260px,320px) minmax(320px,520px);gap:0;background:#fff;border-radius:18px;box-shadow:0 18px 40px #0f172a29;overflow:hidden;width:100%;max-width:840px}._sidebarSlot_161wd_23{height:100%}._formContent_161wd_27{padding:2.4rem 2.4rem 2.1rem;background:#fff}._title_161wd_32,._mobileTitle_161wd_32{font-size:1.6rem;margin:0 0 .4rem}._mobileTitle_161wd_32{display:none}._description_161wd_41{margin:0 0 1.6rem;color:#525f7f}._field_161wd_46{margin-bottom:1rem;min-height:150px;margin-bottom:-30px}._submitBtn_161wd_52{width:100%;padding:.8rem 0!important;margin-top:3rem!important}@media only screen and (max-width:860px){._page_161wd_1{padding:1.5rem 1rem}._formCard_161wd_11{grid-template-columns:1fr;max-width:620px}._sidebarSlot_161wd_23{display:none}._formContent_161wd_27{padding:1.8rem 1.6rem 1.6rem}._mobileTitle_161wd_32{display:block}}@media only screen and (max-width:500px){._page_161wd_1{padding:1.25rem .75rem}._formContent_161wd_27{padding:1.6rem 1.2rem 1.4rem}}._sidebar_2axdu_1{background:linear-gradient(150deg,#006aff,#006affb8);color:#fff;padding:2.4rem 2.2rem;display:flex;flex-direction:column;justify-content:space-between;height:100%}._sidebarContent_2axdu_11{display:flex;flex-direction:column;gap:1rem}._supportImage_2axdu_17{min-width:88px;min-height:88px;max-width:88px;max-height:88px}._sidebarHeading_2axdu_24{margin:.9rem 0 .6rem;font-size:1.85rem;font-weight:800;letter-spacing:.02em}._sidebarHeadingMain_2axdu_31{color:#fff}._sidebarHeadingNumber_2axdu_35{color:#7cd1ff;font-weight:800}._sidebarDescription_2axdu_40{margin:0;color:#f8fafce6;font-size:.9rem;line-height:1.5}._sidebarInfo_2axdu_47{display:flex;flex-direction:column;gap:1rem}._infoItem_2axdu_53{display:flex;align-items:flex-start;gap:.75rem;padding:.6rem 0rem;border-radius:14px}._infoIcon_2axdu_61{width:35px;height:35px;border-radius:8px;background:#ffffff1d;display:flex;align-items:center;justify-content:center;flex:0 0 35px}._infoIconSvg_2axdu_72{width:18px;height:18px;fill:#ffffffeb}._infoLabel_2axdu_78{margin:0;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;opacity:.75}._infoValue_2axdu_86{margin:.1rem 0 0;font-size:.9rem;font-weight:600}._sidebarFooter_2axdu_92{margin-top:2.4rem;padding-top:1.8rem}._sidebarDivider_2axdu_97{height:1px;width:100%;background:linear-gradient(90deg,#94a3b833,#94a3b859,#94a3b826);margin-bottom:.9rem}._sidebarNote_2axdu_104{margin:0;font-size:.7rem;letter-spacing:.06em;text-transform:uppercase;opacity:.85}._subNavbarLeftColumn_1o9cn_1{width:45%}._subNavbarLeftColumn_1o9cn_1>h1{font-size:1.2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:inherit}@media only screen and (max-width:768px){._subNavbarLeftColumn_1o9cn_1{width:50%}._subNavbarLeftColumn_1o9cn_1>h1{font-size:1rem}}@media only screen and (max-width:500px){._subNavbarLeftColumn_1o9cn_1{width:100%;margin-bottom:.5rem}._subNavbarLeftColumn_1o9cn_1>h1{font-size:.95rem}}._subNavbarRightColumn_1o9cn_29{display:flex;justify-content:flex-end;width:55%;gap:.5rem;flex-wrap:wrap}@media only screen and (max-width:768px){._subNavbarRightColumn_1o9cn_29{width:50%}}@media only screen and (max-width:500px){._subNavbarRightColumn_1o9cn_29{width:100%;justify-content:stretch;gap:.5rem}._subNavbarRightColumn_1o9cn_29 button{flex:1;min-width:0}}._button_1o9cn_53,._saveButton_1o9cn_53,._editButton_1o9cn_53{margin:0}._editButton_1o9cn_53{display:inline-flex;align-items:center;padding:8px 20px}._editButton_1o9cn_53>svg{fill:#fff;height:14px;margin-right:8px;width:14px}._editButton_1o9cn_53>svg>path{fill:#fff!important}@media only screen and (max-width:768px){._editButton_1o9cn_53{padding:8px 16px;font-size:.875rem}}@media only screen and (max-width:500px){._editButton_1o9cn_53{padding:8px 12px;font-size:.8rem;justify-content:center}._editButton_1o9cn_53 ._buttonText_1o9cn_83{display:none}._editButton_1o9cn_53>svg{margin-right:0;height:12px;width:12px}}._saveButton_1o9cn_53{color:#006aff;margin-left:16px;display:inline-flex;align-items:center;padding:8px 30px}._saveButton_1o9cn_53>svg{height:14px;margin-right:8px;width:14px}._saveButton_1o9cn_53>svg>path{stroke:#006aff!important}@media only screen and (max-width:768px){._saveButton_1o9cn_53{margin-left:8px;padding:8px 20px;font-size:.875rem}}@media only screen and (max-width:500px){._saveButton_1o9cn_53{margin-left:8px;padding:8px 16px;font-size:.8rem;justify-content:center}._saveButton_1o9cn_53 ._buttonText_1o9cn_83{display:none}._saveButton_1o9cn_53>svg{margin-right:0;height:12px;width:12px}}._container_1o9cn_132{display:flex;gap:2rem;max-width:1400px;margin:0 auto;padding:0 1rem}@media only screen and (max-width:1024px){._container_1o9cn_132{gap:1.5rem}}@media only screen and (max-width:768px){._container_1o9cn_132{padding:0 .75rem;gap:1rem}}@media only screen and (max-width:500px){._container_1o9cn_132{padding:0 .5rem}}._mainContent_1o9cn_156{flex:1;min-width:0}._sidebar_1o9cn_161{width:350px;flex-shrink:0}._siteAddressContainer_1o9cn_166{display:grid;grid-template-columns:1.6fr 1fr;gap:1rem}@media only screen and (max-width:1400px){._siteAddressContainer_1o9cn_166{grid-template-columns:1fr}}._tabbedSection_1o9cn_177{margin-bottom:2rem;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden}@media only screen and (max-width:500px){._tabbedSection_1o9cn_177{border-radius:6px;box-shadow:0 1px 2px #0000001a}}._tabsContainer_1o9cn_191{display:flex;border-bottom:1px solid #e5e7eb;background:#f9fafb}._tab_1o9cn_177{flex:1;padding:1rem 1.5rem;background:transparent;border:none;font-size:.875rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s;border-bottom:2px solid transparent;margin:0;border-radius:0!important}._tab_1o9cn_177:hover{color:#374151;background:#f3f4f6}@media only screen and (max-width:768px){._tab_1o9cn_177{padding:.875rem 1rem;font-size:.8125rem}}@media only screen and (max-width:500px){._tab_1o9cn_177{padding:.75rem;font-size:.75rem}}._activeTab_1o9cn_228{color:#3b82f6!important;background:#fff!important;border-bottom-color:#3b82f6!important}._tabContentWrapper_1o9cn_234{background:#fff;padding:2rem}@media only screen and (max-width:768px){._tabContentWrapper_1o9cn_234{padding:1.5rem}}@media only screen and (max-width:500px){._tabContentWrapper_1o9cn_234{padding:1rem}}._tabContent_1o9cn_234{padding:2rem}._section_1o9cn_253{margin-bottom:2rem}._section_1o9cn_253:last-child{margin-bottom:0}._sectionTitle_1o9cn_260{font-size:1rem;font-weight:600;color:#111827;margin:0 0 .5rem}@media only screen and (max-width:500px){._sectionTitle_1o9cn_260{font-size:.9375rem}}._sectionDescription_1o9cn_272{font-size:.875rem;color:#6b7280;margin:0 0 1rem}@media only screen and (max-width:500px){._sectionDescription_1o9cn_272{font-size:.8125rem}}._toggleContainer_1o9cn_283{display:inline-flex;align-items:center;position:relative;cursor:pointer}._toggleInput_1o9cn_290{opacity:0;width:0;height:0}._toggleSlider_1o9cn_296{display:inline-block;width:44px;height:24px;background:#d1d5db;border-radius:24px;position:relative;transition:background .3s}._toggleSlider_1o9cn_296:before{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .3s}._toggleInput_1o9cn_290:checked+._toggleSlider_1o9cn_296{background:#3b82f6}._toggleInput_1o9cn_290:checked+._toggleSlider_1o9cn_296:before{transform:translate(20px)}._seoTip_1o9cn_324{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#eff6ff;border:1px solid #dbeafe;border-radius:8px;margin-bottom:2rem;font-size:.875rem;color:#1e40af}@media only screen and (max-width:500px){._seoTip_1o9cn_324{padding:.75rem;font-size:.8125rem;gap:.5rem}}._seoTipIcon_1o9cn_344{font-size:1.25rem}._fieldLabel_1o9cn_348{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}._textInput_1o9cn_356,._textArea_1o9cn_356{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;transition:all .2s}._textInput_1o9cn_356:focus,._textArea_1o9cn_356:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}@media only screen and (max-width:500px){._textInput_1o9cn_356,._textArea_1o9cn_356{padding:.625rem;font-size:.8125rem}}._textArea_1o9cn_356{resize:vertical;min-height:100px}@media only screen and (max-width:500px){._textArea_1o9cn_356{min-height:80px}}._characterCount_1o9cn_386{font-size:.75rem;color:#9ca3af;margin-top:.5rem;text-align:right}._searchPreview_1o9cn_393{padding:1rem;border:1px solid #e5e7eb;border-radius:8px;background:#fff;margin-top:1rem}@media only screen and (max-width:500px){._searchPreview_1o9cn_393{padding:.75rem}}._previewUrl_1o9cn_406{font-size:.75rem;color:#059669;margin-bottom:.25rem}@media only screen and (max-width:500px){._previewUrl_1o9cn_406{font-size:.6875rem}}._previewTitle_1o9cn_417{font-size:1.125rem;color:#1a0dab;text-decoration:underline;margin-bottom:.25rem;cursor:pointer}@media only screen and (max-width:500px){._previewTitle_1o9cn_417{font-size:1rem}}._previewDescription_1o9cn_430{font-size:.875rem;color:#545454;line-height:1.4}@media only screen and (max-width:500px){._previewDescription_1o9cn_430{font-size:.8125rem}}@media only screen and (max-width:1024px){._container_1o9cn_132{flex-direction:column}._sidebar_1o9cn_161{width:100%}}@media only screen and (max-width:768px){._tabbedSection_1o9cn_177{border-radius:6px}._section_1o9cn_253{margin-bottom:1.5rem}}._templateSelectorOverlay_knweo_1{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000}._templateSelectorScreen_knweo_14{width:100%;min-height:100vh;display:flex}._templateSelectorModal_knweo_20{width:100%}._templatesGrid_knweo_24{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px;margin-bottom:32px}._templateCard_knweo_31{aspect-ratio:5/3;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .2s ease;position:relative}._templateCard_knweo_31:hover{border-color:#007bff;box-shadow:0 4px 12px #007bff26;transform:scale(1.02)}._templateCard_knweo_31._selected_knweo_44{border-color:#007bff;background-color:#f8f9ff}._templateCard_knweo_31._published_knweo_48{border-color:#16a34a}._templatePreview_knweo_52{width:100%;height:100%;background:#f5f5f5;border-radius:4px;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}._templatePreview_knweo_52 img{width:100%;height:100%;object-fit:fill}._templatePreviewOverlay_knweo_69{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000,#0000 75%,#000000bf);pointer-events:none}._templatePreviewName_knweo_76{position:absolute;left:16px;right:16px;bottom:12px;color:#fff;font-size:20px;font-weight:600;line-height:1.2;pointer-events:none}._selectedIndicator_knweo_88{position:absolute;top:12px;right:12px;background:#007bff;color:#fff;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:700}._publishedIndicator_knweo_100{position:absolute;top:12px;left:12px;background:#16a34a;color:#fff;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:700}._actions_knweo_112{display:flex;justify-content:flex-end;gap:12px;padding-top:20px;border-top:1px solid #e0e0e0}._continueButton_knweo_120{background:#007bff;color:#fff;padding:12px 24px;border-radius:8px;font-size:16px;cursor:pointer;transition:all .2s ease}._continueButton_knweo_120:hover{background:#0056b3}._cancelButton_knweo_133{background:#e0e0e0;color:#333;padding:12px 24px;border-radius:8px;font-size:16px;cursor:pointer;transition:all .2s ease}._cancelButton_knweo_133:hover{background:silver}@media(max-width:500px){._templatesGrid_knweo_24{grid-template-columns:1fr}}html{height:100%;overflow-x:hidden;width:100%}body{color:#000;margin:0;padding:0;font-family:ui-sans-serif,sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:14px;font-weight:500;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%;letter-spacing:.2px;width:100%}button{font-family:ui-sans-serif,sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;background:none;color:inherit;border:none;padding:0;font:inherit;cursor:pointer;outline:inherit;border-radius:10px}input,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;outline:0;padding:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
