.header-public{border-bottom:1px solid #c3c3c3;justify-content:space-between;align-items:center;height:100px;padding-left:1rem;padding-right:1rem;display:flex}.html-sheet-right-backdrop{background:#00000073;justify-content:flex-end;animation:.22s ease-out both html-sheet-backdrop-in;display:flex;position:fixed;inset:0}.html-sheet-right{overscroll-behavior:contain;background:#fff;outline:none;flex-direction:column;justify-content:space-between;width:min(550px,100%);height:100%;min-height:100dvh;animation:.22s ease-out both html-sheet-right-in;display:flex;position:relative;overflow-y:auto;box-shadow:-12px 0 32px #0000002e}.html-sheet-right-header{border-bottom:1px solid var(--color-hr);height:4rem}.html-sheet-right-content{flex:1;padding:1.5rem;overflow:auto}.html-sheet-right-close{z-index:1;width:36px;height:36px;color:inherit;cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;margin-top:1rem;margin-right:1rem;padding:0;display:inline-flex}.html-sheet-right-close:hover{background:#00000012}.html-sheet-right-close:focus-visible{outline-offset:2px;outline:2px solid}.html-sheet-right-close svg{width:22px;height:22px}.html-sheet-right-backdrop.is-closing{animation:.22s ease-in both html-sheet-backdrop-out}.html-sheet-right-backdrop.is-closing .html-sheet-right{animation:.22s ease-in both html-sheet-right-out}@keyframes html-sheet-backdrop-in{0%{background-color:#0000}to{background-color:#00000073}}@keyframes html-sheet-backdrop-out{0%{background-color:#00000073}to{background-color:#0000}}@keyframes html-sheet-right-in{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes html-sheet-right-out{0%{transform:translate(0)}to{transform:translate(100%)}}@media (prefers-reduced-motion:reduce){.html-sheet-right-backdrop,.html-sheet-right,.html-sheet-right-backdrop.is-closing,.html-sheet-right-backdrop.is-closing .html-sheet-right{animation-duration:1ms}}.user-sheet{flex-direction:column;justify-content:space-between;height:calc(100vh - 6rem);display:flex}.html-icon-text{cursor:pointer;align-items:center;padding-top:.5rem;padding-bottom:.5rem;display:flex}.html-icon-text:hover{opacity:.7}.html-icon-text span{margin-left:.5rem}.footer{background-color:#f7f7f7;min-height:300px}.admin-page-wrapper{grid-template-columns:1fr 7fr;display:grid}.admin-page-wrapper nav{flex-direction:column;margin:0;padding:0;display:flex}.admin-page-wrapper nav a{color:#393939;border-bottom:1px solid #bbb;margin:0;padding:0;line-height:2rem;text-decoration:none}.loader{background:#f2f2f2 linear-gradient(90deg,#0001 33%,#0005 50%,#0001 66%) 0 0/300% 100%;width:100%;height:5px;margin:0 auto;animation:1s linear infinite l1}@keyframes l1{0%{background-position:100%}}button{cursor:pointer;border:1px solid #0000;border-radius:4px;justify-content:center;align-items:center;padding:5px 10px;font-size:13px;display:flex}button:hover{opacity:.9;cursor:pointer}button:disabled{opacity:.7}.type-default{background:var(--color-button-default);color:#fff}.type-destructive{background:var(--color-button-destructive);color:#fff}.type-secondary{background:var(--color-button-secondary);color:#fff}.type-outline{border:1px solid var(--color-button-default);color:#777;background:#fff}.type-outline:hover{background:var(--color-button-default);color:#fff}.type-outline:disabled:hover{color:#777;background:0 0}.size-default{height:1.85rem}.size-l{height:2.5rem}.size-xl{height:3rem}.line-with-text{text-align:center;align-items:center;display:flex}.line-with-text:before,.line-with-text:after{content:"";border-bottom:.0625rem solid var(--button-border-color);flex:1}.line-with-text:before{margin-right:.5em}.line-with-text:after{margin-left:.5em}#login img{width:20px;height:auto;margin-right:.5rem}.login-container{width:300px;height:auto}.html-card{border:none;border-radius:.5rem;padding:1rem;box-shadow:1px 2px 40px -8px #000}.login-img{width:100%;height:auto}.login-wrapper{grid-template-columns:1fr 1fr;margin:0 auto;padding-top:15%;display:grid}#login{justify-self:center}@media (width<=768px){.login-img{width:80%;height:auto}.login-wrapper{flex-direction:column;gap:2rem;display:flex}#login{justify-self:center}}:root{--color-button-default:#1c0e00;--color-button-secondary:#e97600;--color-button-destructive:#cb0042;--color-border:#8b8b8b;--color-hr:#dbdbdb;--color-mandatory-red:#c30451;--color-notification-red:#c30451;--color-error-red:#c40451;--color-success-green:#7de198;--color-destructive:#a10016;--color-illustrations:#ffb163;--color-hover:#f1f1f1}h1,h2,h3,h4,h5,h6{margin:0;padding:0}.muted{color:#9b9b9b}.error{color:var(--color-error-red)}hr{background:#e8e8ed;border:none;height:.0625rem}span.sm{font-size:.8rem}span.xs{font-size:.6rem}@font-face{font-family:Manrope;src:url(/fonts/Manrope-VariableFont_wght.ttf)format("truetype");font-weight:100 900;font-style:normal;font-display:swap}*,:before,:after{box-sizing:border-box;font-family:Manrope,Google Sans}html,body,#root,#public-page-content,#private-page-content{min-height:100vh;margin:0;padding:0}.pointer{cursor:pointer}.bold{font-weight:700}.w-100{width:100%}.w-50{width:50%}.m-1{margin:1rem}.mv-1{margin-top:1rem;margin-bottom:1rem}.mv-05{margin-top:.5rem;margin-bottom:.5rem}.mh-1{margin-left:1rem;margin-right:1rem}.mt-1{margin-top:1rem}.mt-05{margin-top:.5rem}.mb-05{margin-bottom:.5rem}.mb-1{margin-bottom:1rem}.ml-2{margin-left:2rem}.ml-1{margin-left:1rem}.ml-05{margin-left:.5rem}.mr-1{margin-right:1rem}.mr-05{margin-right:.5rem}.mr-025{margin-right:.25rem}.p-1{padding:1rem}.pt-1{padding-top:1rem}.pt-3{padding-top:3rem}.ph-05{padding-top:.5rem;padding-bottom:.5rem}.ph-1{padding-top:1rem;padding-bottom:1rem}.pv-1{padding-left:1rem;padding-right:1rem}.gap-05{gap:.5rem}.form-2{grid-template-columns:1fr 1fr;display:grid}.flex{display:flex}.items-start{align-items:start}.items-center{align-items:center}.items-end{align-items:end}.justify-end{justify-content:end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-evenly{justify-content:space-evenly}.grid{display:grid}.relative{position:relative}.absolute{position:absolute}.text-center{text-align:center}@media (width>=1280px){.page-content{width:768px;min-height:100vh;margin:1rem auto 0}}@media (width>=1384px){.page-content{width:1024px;min-height:100vh;margin:1rem auto 0}}@media (width>=769px){.page-content{min-height:100vh;margin:1rem auto 0}}@media (width<=768px){.page-content{width:100%;min-height:100vh;margin:0 auto;padding:1rem}}.header-private{border-bottom:1px solid #c3c3c3;justify-content:space-between;align-items:center;height:60px;padding-left:1rem;padding-right:1rem;display:flex}.html-text-field-wrapper{flex-direction:column;align-items:stretch;display:inline-flex}.html-text-field{box-sizing:border-box;border:1px solid #bdc8db;border-radius:.5rem;height:2.5rem;margin:0}.html-text-field:focus,.html-text-field:active{border:2px solid #bdc8db;outline:none}.html-text-field-label{font-size:.75rem}.html-text-field:disabled{background-color:#f4f5f7}.input-error{border:1px solid var(--destructive-color)!important}.html-modal-backdrop{z-index:1200;background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.html-modal{z-index:1500;background:#fff;border-radius:12px;width:90%;max-width:600px;padding:24px}.html-modal-close{cursor:pointer;justify-content:end;align-items:center;width:100%;display:flex}.html-text-field-wrapper{flex-direction:column;align-items:stretch;display:inline-flex;position:relative}.html-text-field-dropdown-container{position:relative}.html-text-field-dropdown-list{z-index:1000;transform-origin:top;background:#fff;border:1px solid #d0d0d0;border-radius:4px;max-height:220px;animation:.15s ease-out html-text-field-dropdown-open;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 4px 12px #0000001f}@keyframes html-text-field-dropdown-open{0%{opacity:0;transform:translateY(-4px)scaleY(.98)}to{opacity:1;transform:none}}.html-text-field-dropdown-item{cursor:pointer;padding:8px 10px}.html-text-field-dropdown-item:hover{background:#f3f3f3}.html-text-field-dropdown-empty{color:#777;justify-content:space-between;align-items:center;gap:8px;padding:8px 10px;font-size:.8rem;display:flex}.html-heading-text{justify-content:space-between;align-items:start;width:100%;margin-bottom:1.5rem;display:flex}.html-heading-text-heading{display:grid}@media (width<=768px){.html-heading-text{flex-wrap:wrap}}.html-birthday-field{background-color:#fff;align-items:stretch;padding:0;display:flex;overflow:hidden}.html-birthday-field:focus-within{border:2px solid #bdc8db;outline:none}.html-birthday-field-input{box-sizing:border-box;min-width:0;height:100%;color:inherit;font:inherit;text-align:center;background-color:#0000;border:none;outline:none;margin:0;padding:0}.html-birthday-field-day,.html-birthday-field-month{width:3rem}.html-birthday-field-year{width:4.5rem}.html-birthday-field-separator{color:#bdc8db;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;display:inline-flex}.html-birthday-field-disabled{background-color:#f4f5f7}.html-birthday-field-input:disabled{cursor:not-allowed}.html-birthday-field-input::placeholder{color:#8b95a5}.html-birthday-field-mandatory{color:var(--color-mandatory-red)}.html-phone-field-wrapper{flex-direction:column;align-items:stretch;display:inline-flex}.html-phone-field{box-sizing:border-box;background-color:#fff;border:1px solid #bdc8db;border-radius:.5rem;align-items:stretch;height:2.5rem;margin:0;display:flex;overflow:hidden}.html-phone-field:focus-within{border:1px solid #bdc8db;box-shadow:0 0 0 1px #bdc8db}.html-phone-field-country-code{cursor:pointer;background-color:#0000;border:none;border-right:1px solid #bdc8db;outline:none;flex:none;max-width:10rem;padding:0 .5rem}.html-phone-field-input{background-color:#0000;border:none;outline:none;flex:1;min-width:0;padding:0 .75rem}.html-phone-field-country-code:disabled,.html-phone-field-input:disabled{cursor:not-allowed}.html-phone-field-disabled{background-color:#f4f5f7}.html-phone-field-label{font-size:.75rem}.html-phone-field-mandatory{color:var(--color-mandatory-red)}.personal-info-img{border-radius:100px;width:8rem;height:8rem}.html-badge{box-sizing:border-box;color:#545454;border:1px solid #bdc8db;border-radius:.5rem;justify-content:space-between;align-items:center;margin:0;padding:.25rem .5rem;font-size:.75rem;display:inline-flex}.html-badge:hover{background-color:var(--color-hover)}.html-toggle-wrapper{cursor:pointer;align-items:center;display:inline-flex}.html-toggle-input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.html-toggle-track{box-sizing:border-box;background-color:gray;border-radius:999px;width:44px;height:24px;padding:2px;transition:background-color .15s;display:inline-flex;position:relative}.html-toggle-thumb{background-color:#fff;border-radius:50%;width:20px;height:20px;transition:transform .15s;transform:translate(0);box-shadow:0 1px 3px #0000004d}.html-toggle-input:checked+.html-toggle-track{background-color:var(--color-illustrations)}.html-toggle-input:checked+.html-toggle-track .html-toggle-thumb{transform:translate(20px)}.html-toggle-input:focus-visible+.html-toggle-track{outline:2px solid var(--color-illustrations);outline-offset:2px}.html-toggle-disabled{cursor:not-allowed;opacity:.5}.html-tabs{background:0 0;border-bottom:1px solid #ddd;align-items:center;width:100%;display:flex}.html-tabs-scroll{scrollbar-width:none;-ms-overflow-style:none;flex:1;display:inline-flex;overflow-x:auto}.html-tabs-scroll>.html-tabs-tab:first-child{margin-left:auto}.html-tabs-scroll>.html-tabs-tab:last-child{margin-right:auto}.html-tabs-scroll::-webkit-scrollbar{display:none}.html-tabs-tab{appearance:none;color:#555;font:inherit;cursor:pointer;white-space:nowrap;background:0 0;border:none;flex-shrink:0;padding:10px 16px;transition:color .18s;position:relative}.html-tabs-tab:not(:last-child):before{content:"";background-color:#ddd;width:1px;height:50%;position:absolute;top:25%;right:0}.html-tabs-tab:after{content:"";background-color:var(--color-illustrations);transform-origin:50%;border-radius:2px;height:2px;transition:transform .2s;position:absolute;bottom:0;left:16px;right:16px;transform:scaleX(0)}.html-tabs-tab-selected{color:#222;font-weight:600}.html-tabs-tab-selected:after{transform:scaleX(1)}.html-tabs-tab:hover{color:#222}.html-tabs-tab:hover:after{transform:scaleX(1)}.html-tabs-tab:focus-visible{outline:2px solid var(--color-illustrations);outline-offset:2px;border-radius:3px}.html-tabs-arrow{appearance:none;color:#555;font:inherit;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:6px 8px;font-size:1.5rem;transition:color .18s}.html-tabs-arrow:hover{color:#222}.illustration-action-button{grid-template-columns:1fr 1fr;align-content:center;align-items:center;margin:0 auto;display:grid}.illustration-action-button-img{width:auto;height:50dvh}@media (width<=768px){.illustration-action-button-img{width:auto;max-width:90vw;height:40dvh}.illustration-action-button{flex-direction:column-reverse;gap:2rem;display:flex}#login{justify-self:center}}.cleaner-card-content{border:1px solid var(--color-border);border-radius:1rem}.html-text-field-autocomplete-container{position:relative}.html-text-field-autocomplete-list{z-index:1000;background:#fff;border:1px solid #d0d0d0;border-radius:4px;max-height:220px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 4px 12px #0000001f}.html-text-field-autocomplete-item{cursor:pointer;padding:8px 10px}.html-text-field-autocomplete-item:hover,.html-text-field-autocomplete-item-highlighted{background:#f3f3f3}.html-accordion{background:#fff;overflow:hidden}.html-accordion__header{width:100%;font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:8px;padding:16px 14px;display:flex}.html-accordion__header:hover{background:#f5f5f5}.html-accordion__chevron{flex-shrink:0;transition:transform .25s}.html-accordion__chevron--open{transform:rotate(180deg)}.html-accordion__panel{grid-template-rows:0fr;transition:all .25s;display:grid}.html-accordion__panel--open{grid-template-rows:1fr;padding:.85rem}.html-accordion__panel-inner{min-height:0;overflow:hidden}.html-radio{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;display:inline-flex}.html-radio-label-before .html-radio-label{order:-1}.html-radio-button{box-sizing:border-box;border:1px solid var(--color-border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;position:relative}.html-radio-input{opacity:0;cursor:pointer;width:100%;height:100%;margin:0;position:absolute;inset:0}.html-radio-dot{background-color:var(--color-illustrations);border-radius:50%;width:55%;height:55%;transition:transform .15s;transform:scale(0)}.html-radio-dot-disabled{background-color:gray;border-radius:50%;width:55%;height:55%;transition:transform .15s;transform:scale(0)}.html-radio-input:checked+.html-radio-dot,.html-radio-input:checked+.html-radio-dot-disabled{transform:scale(1)}.html-radio-button:has(.html-radio-input:focus-visible){outline:2px solid var(--color-illustrations);outline-offset:2px}.html-radio-label{line-height:1.4}.html-price-field-wrapper{flex-direction:column;align-items:stretch;display:inline-flex;position:relative}.html-price-field{box-sizing:border-box;border:1px solid #bdc8db;border-radius:.5rem;height:2.5rem;margin:0}.html-price-field:focus,.html-price-field:active{border:2px solid #bdc8db;outline:none}.html-price-field-label{font-size:.75rem}.html-price-field:disabled{background-color:#f4f5f7}.html-price-field-max-error{color:var(--color-destructive);font-size:10px;position:absolute;bottom:-1rem}.listing-images-drag-ghost{z-index:1000;pointer-events:none;cursor:grabbing;border-radius:1rem;position:fixed;overflow:hidden;transform:rotate(3deg)scale(1.04);box-shadow:0 1rem 2rem #00000040}.listing-images-drag-ghost>img{object-fit:cover;width:100%;height:100%;display:block}.fu-border{border:.15rem dashed var(--color-border);border-radius:1rem}.fu-border:hover{border:.15rem dashed var(--color-illustrations);cursor:pointer;border-radius:1rem}.fu-border-active{border:.15rem dashed var(--color-illustrations);background-color:#f3faff;border-radius:1rem}.upload-file-row{border-radius:var(--border-radius);border:1px solid var(--border-color);margin-top:.5rem;padding:.5rem}.upload-file-content{align-items:center;gap:.25rem;display:flex}.upload-image{border-radius:var(--button-border-radius);border:none;width:3rem;height:3rem}.progress{background:var(--button-border-color);border-radius:5px;width:100%;height:5px;overflow:hidden}.progress-value{background:var(--text-color);border-radius:10px 0 0 10px;height:100%;transition:width .3s}.progress-value.ready{background:var(--color-illustrations)!important}.listing-image-editable-actions{background-color:#fffdfdd9;border-radius:100px;width:2rem;height:2rem;position:absolute;top:.5rem;right:.5rem}.listing-image-editable-actions:hover{cursor:pointer;background-color:#fefefe}.listing-image-editable-action-move{touch-action:none;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;cursor:grab;background-color:#fffdfdd9;border-radius:100px;width:2rem;height:2rem;position:absolute;top:.5rem;right:3rem}.listing-image-editable-action-move:hover{cursor:pointer;background-color:#fefefe}.listing-image-editable-action-move:active{cursor:grabbing}.listing-image-editable-card{box-sizing:border-box;background-color:#fff;border:2px dashed #0000;transition:border-color .35s,background-color .35s,opacity .35s}.listing-image-editable-card>img,.listing-image-editable-card>div{transition:opacity .35s}.listing-image-editable-card--dragging{opacity:.5}.listing-image-editable-card--drop-target{background-color:#fff;border-color:#9a9a9a}.listing-image-editable-card--drop-target>*{opacity:0}.listing-image-editable-is-cover{background-color:#fefefe;border-radius:100px;height:2rem;padding-left:.5rem;padding-right:.5rem;position:absolute;top:.5rem;left:.5rem}.html-dropdown-menu-trigger{align-items:center;display:inline-flex}.html-dropdown-menu,.html-dropdown-menu-submenu{background:#fff;border:1px solid #d0d0d0;border-radius:4px;min-width:140px;max-height:320px;padding:4px;animation:.15s ease-out both html-dropdown-menu-in;position:fixed;overflow-y:auto;box-shadow:0 4px 12px #0000001f}.html-dropdown-menu-item{-webkit-user-select:none;user-select:none;white-space:nowrap;border-radius:4px;padding:8px 10px;font-size:13px}.html-dropdown-menu-item:hover,.html-dropdown-menu-item.is-hovered{background:var(--color-hover)}.html-dropdown-menu-item-label{flex:1}@keyframes html-dropdown-menu-in{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}@keyframes html-dropdown-menu-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.94)}}.html-dropdown-menu.is-closing,.html-dropdown-menu-submenu.is-closing{pointer-events:none;animation:.15s ease-in both html-dropdown-menu-out}@media (prefers-reduced-motion:reduce){.html-dropdown-menu,.html-dropdown-menu-submenu,.html-dropdown-menu.is-closing,.html-dropdown-menu-submenu.is-closing{animation-duration:1ms}}.html-sheet-right-full-backdrop{background:#00000073;justify-content:flex-end;animation:.22s ease-out both html-sheet-right-full-backdrop-in;display:flex;position:fixed;inset:0}.html-sheet-right-full{overscroll-behavior:contain;background:#fff;outline:none;width:100%;height:100%;min-height:100dvh;animation:.22s ease-out both html-sheet-right-full-in;position:relative;overflow-y:auto}.html-sheet-right-full-content{min-height:100%;padding:64px 24px 24px}.html-sheet-right-full-close{z-index:1;width:36px;height:36px;color:inherit;cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;padding:0;display:inline-flex;position:absolute;top:16px;right:16px}.html-sheet-right-full-close:hover{background:#00000012}.html-sheet-right-full-close:focus-visible{outline-offset:2px;outline:2px solid}.html-sheet-right-full-close svg{width:22px;height:22px}.html-sheet-right-full-backdrop.is-closing{animation:.22s ease-in both html-sheet-right-full-backdrop-out}.html-sheet-right-full-backdrop.is-closing .html-sheet-right-full{animation:.22s ease-in both html-sheet-right-full-out}@keyframes html-sheet-right-full-backdrop-in{0%{background-color:#0000}to{background-color:#00000073}}@keyframes html-sheet-right-full-backdrop-out{0%{background-color:#00000073}to{background-color:#0000}}@keyframes html-sheet-right-full-in{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes html-sheet-right-full-out{0%{transform:translate(0)}to{transform:translate(100%)}}@media (prefers-reduced-motion:reduce){.html-sheet-right-full-backdrop,.html-sheet-right-full,.html-sheet-right-full-backdrop.is-closing,.html-sheet-right-full-backdrop.is-closing .html-sheet-right-full{animation-duration:1ms}}.react-photo-album{display:flex}.react-photo-album,.react-photo-album *{box-sizing:border-box}.react-photo-album--track{align-items:flex-start;display:flex}.react-photo-album--photo{padding:calc(var(--react-photo-album--padding) * 1px);position:relative}.react-photo-album--image{width:100%;height:auto;aspect-ratio:var(--react-photo-album--photo-width) / var(--react-photo-album--photo-height);display:block}.react-photo-album--button{cursor:pointer;border:initial;background:initial}.react-photo-album--masonry{justify-content:space-between}.react-photo-album--masonry .react-photo-album--track{justify-content:flex-start;row-gap:calc(var(--react-photo-album--spacing) * 1px);width:calc((100% - var(--react-photo-album--spacing) * 1px * (var(--react-photo-album--columns) - 1)) / var(--react-photo-album--columns));flex-direction:column}.react-photo-album--masonry .react-photo-album--photo,.lis-viewer{width:100%}.lis-stage{justify-content:center;align-items:center;width:100%;height:calc(90dvh - 8rem);display:flex;position:relative}.lis-image{object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;max-width:100%;max-height:100%}.lis-track{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;width:100%;height:100%;display:flex;overflow:auto hidden}.lis-track::-webkit-scrollbar{display:none}.lis-slide{scroll-snap-align:center;scroll-snap-stop:always;flex:0 0 100%;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.lis-slide img{object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;max-width:100%;max-height:100%}.lis-arrow{z-index:2;border:1px solid var(--color-border);width:2.5rem;height:2.5rem;color:var(--color-button-default);cursor:pointer;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#fffc;border-radius:50%;justify-content:center;align-items:center;padding:0;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.lis-arrow:hover{background:#fff}.lis-arrow:active{transform:translateY(-50%)scale(.94)}.lis-arrow svg{width:1.25rem;height:1.25rem}.lis-arrow-left{left:2rem}.lis-arrow-right{right:2rem}.lis-thumbnails{scrollbar-width:none;-ms-overflow-style:none;justify-content:center;gap:.5rem;margin-top:.75rem;padding:.25rem .25rem .5rem;display:flex;overflow-x:auto}.lis-thumbnails::-webkit-scrollbar{display:none}.lis-thumb{cursor:pointer;background:0 0;border:2px solid #0000;border-radius:.25rem;flex:none;width:3.5rem;height:3.5rem;padding:0;overflow:hidden}.lis-thumb img{object-fit:cover;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;height:100%;display:block}.lis-thumb.is-selected{border-color:var(--color-illustrations)}@media (width<=768px){.lis-stage{height:min(90dvh - 7rem,100dvh - 12rem)}.lis-arrow-left{left:.5rem}.lis-arrow-right{right:.5rem}.lis-thumbnails{scroll-snap-type:x proximity}.lis-thumb{scroll-snap-align:center;width:3rem;height:3rem}}.listing-summary-publish-cover-count{background-color:#fffdfdd9;border-radius:100px;align-items:center;gap:.25rem;height:2rem;padding-left:.75rem;padding-right:.75rem;display:flex;position:absolute;bottom:.5rem;right:.5rem}.cover-img-desktop{border-radius:1rem;grid-template-columns:2fr 1fr;gap:8px;width:100%;height:500px;display:grid;position:relative;overflow:hidden}.cover-img-desktop>div:first-child{min-width:0;min-height:0}.cover-img-desktop>div:first-child img{object-fit:cover;object-position:center;height:100%;display:block;width:100%!important}.other-img-desktop{grid-template-rows:1fr 1fr;gap:8px;min-width:0;min-height:0;display:grid;overflow:hidden}.other-img-desktop img{object-fit:cover;object-position:center;width:100%;height:100%;min-height:0;display:block}@media (width<=768px){.cover-img-mobile{grid-template-columns:1fr;gap:6px;width:100%;display:grid;position:relative}.cover-img-mobile>div:first-child{aspect-ratio:16/9;border-start-start-radius:1rem;border-start-end-radius:1rem;width:100%;overflow:hidden}.cover-img-mobile>div:first-child img{object-fit:cover;object-position:center;height:100%;display:block;width:100%!important}.other-img-mobile{grid-template-columns:1fr 1fr;gap:6px;width:100%;display:grid}.other-img-mobile img{object-fit:cover;object-position:center;width:100%;height:180px;display:block}.other-img-mobile img:first-child{border-end-start-radius:1rem}.other-img-mobile img:last-child{border-end-end-radius:1rem}}.html-select-wrapper{flex-direction:column;align-items:stretch;display:inline-flex;position:relative}.html-select-label{font-size:.75rem}.html-select-container{position:relative}.html-select-field{box-sizing:border-box;height:2.5rem;font:inherit;color:inherit;cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;border:1px solid #bdc8db;border-radius:.5rem;justify-content:space-between;align-items:center;gap:8px;margin:0;padding:0 10px;font-size:1rem;display:flex}.html-select-field:focus,.html-select-field:active{border:2px solid #bdc8db;outline:none;padding-top:1px;padding-bottom:1px}.html-select-field-disabled{cursor:not-allowed;background-color:#f4f5f7}.html-select-value{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.html-select-value-placeholder{color:#999}.html-select-arrow{flex-shrink:0;justify-content:center;align-items:center;line-height:0;display:inline-flex}.html-select-list{z-index:1000;transform-origin:top;background:#fff;border:1px solid #d0d0d0;border-radius:4px;max-height:220px;animation:.15s ease-out html-select-open;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 4px 12px #0000001f}@keyframes html-select-open{0%{opacity:0;transform:translateY(-4px)scaleY(.98)}to{opacity:1;transform:none}}.html-select-item{cursor:pointer;padding:8px 10px}.html-select-item:hover{background:#f3f3f3}.html-select-item-selected{font-weight:600}.html-select-empty{color:#777;justify-content:space-between;align-items:center;gap:8px;padding:8px 10px;font-size:.8rem;display:flex}.listing-edit-page{overflow:auto}@media (width>=1280px){.listing-edit-page{width:768px;height:calc(100dvh - 16rem);margin:1rem auto 0}}@media (width>=1384px){.listing-edit-page{width:1024px;height:calc(100dvh - 16rem);margin:1rem auto 0}}@media (width>=769px){.listing-edit-page{height:calc(100dvh - 16rem);margin:1rem auto 0}}@media (width<=768px){.listing-edit-page{width:100%;height:calc(100dvh - 16rem);margin:0 auto;padding:1rem}}
