@charset "UTF-8";.editor{display:flex;flex-direction:column;height:100dvh;background-color:#f0edeb;background-image:radial-gradient(#e6e6e6 1.5px,transparent 3px);background-size:16px 16px;background-repeat:repeat;overflow:hidden}.editor-header{display:flex;align-items:center;justify-content:space-between;padding:12px;color:#1b1b1b}@media (max-width: 768px){.editor-header.back{display:none}}.editor-header.ar-mode{z-index:1}.editor-toolbar{display:flex;align-items:center}.editor-toolbar-left{display:flex;align-items:center;justify-content:space-between;gap:4px;padding:6px 12px;border-top-left-radius:12px;border-bottom-left-radius:12px;background-color:#fff}.editor-toolbar-left.preview{border-radius:12px}@media (max-width: 530px){.editor-toolbar-left{padding:4px}}.editor-toolbar-right{display:flex;align-items:center;justify-content:space-between;gap:4px;padding:6px;border-top-right-radius:12px;border-bottom-right-radius:12px;background-color:#fff;margin-left:1px}@media (max-width: 834px){.editor-toolbar-right{padding:6px}}@media (max-width: 530px){.editor-toolbar-right{padding:4px}}.editor-toolbar-button{cursor:pointer}@media (max-width: 530px){.editor-toolbar-button{padding-left:4px}}.editor-toolbar-title{max-width:124px;font-size:16px;font-weight:600;line-height:1.4;letter-spacing:0px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 834px){.editor-toolbar-title{display:none}}.editor-toolbar-ellipsis{cursor:pointer;box-shadow:0 4px 12px #0000!important}.editor-toolbar-undo{margin-left:1px}.editor-toolbar-undo,.editor-toolbar-redo{display:flex;align-items:center;justify-content:center;cursor:pointer;height:36px;width:36px;border-radius:8px}.editor-toolbar-undo:hover,.editor-toolbar-redo:hover{background-color:#f0edeb}.editor-toolbar-undo.disabled,.editor-toolbar-redo.disabled{cursor:not-allowed;opacity:.6;background-color:#dcdcdc;color:#999;border-color:#ccc;box-shadow:none;pointer-events:none}.editor-toolbar-undo.disabled:hover,.editor-toolbar-redo.disabled:hover{background-color:#dcdcdc}.editor-mode-toggle{background-color:#e0d9d4;display:flex;gap:4px;padding:6px;border-radius:12px}.editor-mode-toggle .editor-mode-btn{padding:8px 16px;border-radius:8px;background:transparent;cursor:pointer;font-size:14px;font-weight:600;color:#2d0825;transition:all .2s ease}.editor-mode-toggle .editor-mode-btn.active{background-color:#fff}@media (max-width: 540px){.editor-mode-toggle{position:fixed;top:64px;left:50%;transform:translate(-50%);z-index:3}}.editor-details{display:flex;align-items:center;justify-content:space-between;max-width:286px;gap:6px}@media (max-width: 834px){.editor-details{max-width:184px}}@media (max-width: 530px){.editor-details{max-width:154px}}@media (max-width: 420px){.editor-details{max-width:135px}}.editor-details-checkout{cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:12px 14px;background-color:#ffc2f2;border-radius:12px;width:100%;max-width:150px;gap:6px}.editor-details-checkout:hover{opacity:.8}.editor-details-checkout.view-in-bag{background-color:#e0d9d4}@media (max-width: 834px){.editor-details-checkout{max-width:48px}.editor-details-checkout span{display:none}}@media (max-width: 530px){.editor-details-checkout{padding:10px}}.editor-details-checkout span{font-size:14px;font-weight:600;line-height:1.4;letter-spacing:0px}.editor-details-checkout img{width:24px;height:24px;object-fit:contain}.editor-body{flex:1 1 auto;display:flex;align-items:center;justify-content:center;position:relative;height:100%;min-height:0}.editor-container{position:relative;background-color:transparent;width:100%;height:100%;aspect-ratio:1.5/1;max-width:664px;max-height:443px}.editor-container.back{max-height:498px;max-width:747px}@media (max-width: 768px){.editor-container.back{margin-bottom:150px}}.editor-container canvas{height:100%;width:100%}@media (max-width: 1024px){.editor-container{max-width:598px;max-height:398px}}@media (max-width: 648px){.editor-container{width:90%;height:auto}}.editor-body-left{position:absolute;left:12px;bottom:50%;transform:translateY(50%);display:flex;flex-direction:column;gap:8px;z-index:1}@media (max-width: 780px){.editor-body-left{left:6px;z-index:1}}@media (max-width: 766px){.editor-body-left{bottom:12px;left:50%;transform:translate(-50%);flex-direction:row}}.editor-body-left-item{cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;width:70px;height:78px;background-color:#fff;border-radius:16px}.editor-body-left-item.active{width:84px;border-radius:12px 0 0 12px}@media (max-width: 766px){.editor-body-left-item{width:72px;height:60px}}.editor-body-left-item-title{font-size:12px;font-weight:600;line-height:1.2;letter-spacing:0px}.editor-footer{display:flex;align-items:center;justify-content:center;position:relative;gap:4px}@media (max-width: 766px){.editor-footer{margin-bottom:96px}}.navigation-item{cursor:pointer;margin-bottom:20px;width:180px;height:130px;display:flex;flex-direction:column;gap:16px;background-color:transparent;opacity:.5;border-radius:16px}.navigation-item.active{background-color:#fff;opacity:1}@media (max-width: 1024px){.navigation-item{margin-bottom:52px}}@media (max-width: 766px){.navigation-item{width:100px;height:80px;margin-bottom:0}}.navigation-item-icon{padding-top:16px;flex:1 1 auto;display:flex;align-items:center;justify-content:center}.navigation-item-icon img{width:116px;height:70px;object-fit:contain}@media (max-width: 766px){.navigation-item-icon{padding-top:0}.navigation-item-icon img{height:52px;width:68px}}.navigation-item-title{text-align:center;margin-bottom:12px}@media (max-width: 766px){.navigation-item-title{display:none}}.editor-footer-right{position:absolute;bottom:8px;right:12px;display:flex;align-items:center;justify-content:center;gap:8px}@media (max-width: 1024px){.editor-footer-right{right:50%;transform:translate(50%)}}@media (max-width: 766px){.editor-footer-right{display:none}}.editor-footer-right-zoom{display:flex;align-items:center;justify-content:center;gap:8px}.editor-footer-right-range{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:210px;height:4px;border-radius:4px;background:#c3bbb6;outline:none;position:relative}@media (max-width: 1024px){.editor-footer-right-range{width:170px}}.editor-footer-right-range::-webkit-slider-track{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:8px;border-radius:4px;background:linear-gradient(to right,#2d0825 0%,#2d0825 var(--progress, 50%),#e0d5d0 var(--progress, 50%),#e0d5d0 100%)}.editor-footer-right-range::-moz-range-track{height:8px;border-radius:4px;background:#e0d5d0;border:none}.editor-footer-right-range::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background-color:#fff;position:relative;z-index:2}.editor-footer-right-range::-webkit-slider-thumb:hover{box-shadow:0 4px 8px #00000026;transform:scale(1.1)}.editor-footer-right-range::-webkit-slider-thumb:active{transform:scale(.95)}.editor-footer-right-range::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#fff;border:2px solid #2d0825;cursor:pointer;box-shadow:0 2px 4px #0000001a}.editor-footer-right-range::-moz-range-thumb:hover{box-shadow:0 4px 8px #00000026}.editor-footer-right-range::-moz-range-progress{background:#2d0825;height:8px;border-radius:4px}.editor-footer-right-label{width:35px;text-align:center}.editor-footer-right-full-screen{cursor:pointer}@media (max-width: 1024px){.editor-footer-right-full-screen{display:none}}.editor-container-overlay{display:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:1000;cursor:pointer}.editor-container-overlay.active{display:block}.editor-container-overlay.template{width:95%;height:70%;margin:4% 2%;filter:invert(1) brightness(1.5)}.editor-container-overlay-body{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.editor-container-overlay-icon{margin-bottom:18px}.editor-container-overlay-icon.template{filter:invert(1)}.editor-container-overlay-title{font-size:27px;font-weight:600;line-height:1.7;color:#2d0825}.editor-container-overlay-title.template{color:#f0edeb}.editor-container-overlay-description{color:#2d0825;font-size:20px;line-height:1;font-weight:500;opacity:.8}.editor-container-overlay-description.template{color:#e0d9d4}.editor-container-overlay-input{opacity:0;position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer;z-index:10}.editor-front,.editor-back{flex:1 1 auto;display:flex;flex-direction:column}.editor-toolbar-ar-button{display:block}@media (max-width: 834px){.editor-toolbar-ar-button{display:none}}.editor-body{display:none}.editor-body.active{display:flex}.editor-toolbar-make-alive-card button{background-color:#febb8b;border-radius:999px;padding:12px 14px;font-size:14px;font-weight:500;gap:8px}@media (max-width: 540px){.editor-toolbar-make-alive-card{position:fixed;top:64px;left:50%;transform:translate(-50%);z-index:3}}.navigation-item-title-content{display:flex;align-items:center;justify-content:center;gap:6px}.navigation-item-title-content img{width:16px;height:16px;object-fit:contain}.context-menu.editor-toolbar-context-menu{left:0;bottom:-10px!important;z-index:1002}.context-menu-card-info-actions{z-index:1000}.editor-make-alive-card-content{padding:24px;font-size:24px;font-weight:700;text-align:center}.page-preloader{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;z-index:9999;transition:opacity .4s ease;background:#fff}.spinner{width:80px;height:80px;border:8px solid rgba(255,255,255,.4);border-top-color:#ff6ad5;border-radius:50%;animation:spin 1.2s linear infinite;box-shadow:0 0 20px #ff69b466}.page-preloader p{margin-top:20px;font-family:Poppins,sans-serif;font-size:18px;letter-spacing:1px;color:#a83890;animation:pulse 1.8s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}.page-404{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;overflow:hidden;font-family:Poppins,sans-serif;text-align:center;background:#fff;color:#2d0825}.page-404 h1{font-size:10rem;margin:0;line-height:1;background:linear-gradient(90deg,#ff4cc3,#ff89de,#ffc2f2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:fadeGlow 4s ease-in-out infinite;z-index:2}.page-404 p{font-size:1.4rem;margin:1rem 0 2rem;color:#4a2b3e;z-index:2}.button-404{display:inline-block;padding:12px 28px;border-radius:30px;background:linear-gradient(90deg,#ff89de,#ffc2f2);color:#2d0825;font-weight:600;text-decoration:none;box-shadow:0 3px 8px #ff89de4d;transition:all .3s ease;z-index:2}.button-404:hover{background:linear-gradient(90deg,#ff4cc3,#ff89de);transform:translateY(-2px)}.floating{position:absolute;width:120px;height:80px;border-radius:12px;background:#ffc2f226;box-shadow:0 0 20px #ffc2f24d;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(255,137,222,.25);animation:float 6s ease-in-out infinite;z-index:1}.floating-1{top:15%;left:10%;animation-delay:0s}.floating-2{bottom:15%;right:15%;animation-delay:1.5s}.floating-3{top:55%;left:60%;animation-delay:3s}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-15px) rotate(2deg)}}@keyframes fadeGlow{0%,to{opacity:1}50%{opacity:.7}}.editor-toolbar-ellipsis{position:relative}.context-menu{position:absolute;bottom:-6px;right:0;box-shadow:0 12px 24px #19191f26;transform:translateY(100%);border-radius:12px;z-index:1000;overflow:hidden;width:200px}@media (max-width: 992px),(max-width: 1200px) and (hover: none) and (pointer: coarse){.context-menu{position:fixed;bottom:0;width:100%;height:max-content;transform:none;overflow:visible}}@media (max-width: 992px),(max-width: 1200px) and (hover: none) and (pointer: coarse){.context-menu:before{content:"";position:absolute;z-index:1;bottom:0;left:0;width:100%;height:100vh;background-color:#292030cc}}.context-menu .phone-items{border-top:1px solid #e0d9d4}.editor-toolbar-ellipsis{padding:6px;background-color:#fff;border-radius:8px;box-shadow:0 6px 12px #5247401a}@media (max-width: 992px),(max-width: 1200px) and (hover: none) and (pointer: coarse){.editor-toolbar-ellipsis{opacity:1}}.context-menu-card-info{background:#fff;color:#71626e;font-size:14px;font-weight:500;padding:12px}@media (max-width: 992px),(max-width: 1200px) and (hover: none) and (pointer: coarse){.context-menu-card-info{display:flex;flex-wrap:wrap;justify-content:space-between;gap:14px;padding:8px 8px 14px}}.context-menu-card-info-title{display:none;width:100%;font-size:16px;font-weight:600;line-height:1.5;color:#2d0825}@media (max-width: 992px),(max-width: 1200px) and (hover: none) and (pointer: coarse){.context-menu-card-info-title{display:block}}.context-menu-card-info-label{display:flex;align-items:center;gap:6px;font-weight:500;color:#2d0825;margin-bottom:4px}.context-menu-card-info-label img{width:24px}.context-menu-card-info-size{display:flex;align-items:center;gap:4px;font-size:14px;color:#594856}.context-menu-card-info-actions{position:relative;z-index:2;display:flex;flex-direction:column;gap:6px;color:#2d0825;background-color:#fff;padding:8px 6px}@media (max-width: 992px),(max-width: 1200px) and (hover: none) and (pointer: coarse){.context-menu-card-info-actions{border-top-left-radius:12px;border-top-right-radius:12px;padding:24px 12px 12px}}@media (max-width: 992px),(max-width: 1200px) and (hover: none) and (pointer: coarse){.context-menu-card-info-actions:before{content:"";position:absolute;top:6px;left:50%;transform:translate(-50%);width:40px;height:5px;background:#e0d9d4;border-radius:5px;z-index:1}}.context-menu-card-info-actions-item{display:flex;align-items:center;gap:6px;font-weight:600;border-radius:8px;padding:6px;cursor:pointer;transition:background-color .2s ease-in-out;pointer-events:auto}@media (max-width: 992px),(max-width: 1200px) and (hover: none) and (pointer: coarse){.context-menu-card-info-actions-item{padding:8px}}.context-menu-card-info-actions-item:hover{background-color:#f0edeb}.pricing-modal-container{position:relative}.editor-details-price{position:relative;cursor:pointer;display:flex;align-items:center;justify-content:space-between;width:130px;padding:12px 12px 12px 14px;background-color:#fff;border-radius:12px}.editor-details-price span{font-size:16px;font-weight:600;line-height:1.4;letter-spacing:0px}.editor-details-price.rotate{transform:rotate(180deg)}@media (max-width: 530px){.editor-details-price{width:104px;padding:10px 12px 10px 14px}}@media (max-width: 420px){.editor-details-price{width:85px;padding:10px}}.pricing-modal{position:fixed;top:68px;right:12px;width:286px;z-index:1000}.pricing-modal-content{display:flex;flex-direction:column;gap:2px}.pricing-modal-content-block{width:100%;background-color:#fff;padding:16px}.pricing-modal-content-block:first-child{border-radius:12px 12px 0 0}.pricing-modal-content-block:last-child{border-radius:0 0 12px 12px}.pricing-modal-content-item-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;font-size:18px;font-weight:700;line-height:1.2;letter-spacing:-.4px}.pricing-modal-content-item{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px;font-weight:500;font-size:14px;line-height:1.4;letter-spacing:0px}.pricing-modal-content-item-info{display:flex;align-items:center;justify-content:center;gap:6px}.elements-modal{position:fixed;top:104px;left:94px;max-width:364px;width:100%;z-index:1001;padding:20px;height:calc(100vh - 116px);background-color:#fff;border-radius:16px}@media (max-width: 780px){.elements-modal{left:86px}}@media (max-width: 766px){.elements-modal{top:calc(100% - 517px);max-width:100%;left:0;border-radius:16px 16px 0 0}.elements-modal:before{content:"";position:absolute;top:6px;left:50%;transform:translate(-50%);width:40px;height:5px;background:#e0d9d4;border-radius:5px;z-index:1}}.elements-modal-content{padding-bottom:50px}.elements-modal-content-block-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.elements-modal-content-block-header-title{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:500;line-height:1.2;letter-spacing:0px}.elements-modal-content-block-header-title-see-all{cursor:pointer;font-size:14px;font-weight:600}.elements-modal-content-block-shapes,.elements-modal-content-block-christmas,.elements-modal-content-block-crayon{display:flex;align-items:center;flex-wrap:wrap;gap:6px}@media (max-width: 531px){.elements-modal-content-block-shapes,.elements-modal-content-block-christmas,.elements-modal-content-block-crayon{gap:8px}}.elements-modal-content-block-shapes-item,.elements-modal-content-block-crayon-item,.elements-modal-content-block-christmas-item{width:102px;aspect-ratio:1/1;border-radius:12px;overflow:hidden;background-color:#f0edeb;background-image:radial-gradient(#d5d2d1 1.5px,transparent 3px);background-size:16px 16px;background-repeat:repeat;cursor:pointer}.elements-modal-content-block-shapes-item:hover img,.elements-modal-content-block-crayon-item:hover img,.elements-modal-content-block-christmas-item:hover img{transform:scale(1.05)}.elements-modal-content-block-shapes-item:hover,.elements-modal-content-block-crayon-item:hover,.elements-modal-content-block-christmas-item:hover{opacity:.8}@media (max-width: 766px){.elements-modal-content-block-shapes-item,.elements-modal-content-block-crayon-item,.elements-modal-content-block-christmas-item{flex:1 1 102px;min-width:91px;max-width:106.33px}}@media (max-width: 531px){.elements-modal-content-block-shapes-item,.elements-modal-content-block-crayon-item,.elements-modal-content-block-christmas-item{flex:1 1 calc(20% - 7px);max-width:calc(20% - 7px);min-width:75px;display:flex;align-items:center;justify-content:center}.elements-modal-content-block-shapes-item img,.elements-modal-content-block-crayon-item img,.elements-modal-content-block-christmas-item img{width:80%;aspect-ratio:1/1}}@media (max-width: 376px){.elements-modal-content-block-shapes-item,.elements-modal-content-block-crayon-item,.elements-modal-content-block-christmas-item{flex:1 1 calc(33.33% - 6px);max-width:calc(33.33% - 6px)}}.elements-modal-content-block{margin-top:24px;max-width:324px}.elements-modal-content-block:first-child{margin-top:0}@media (max-width: 766px){.elements-modal-content-block{max-width:100%}}.elements-modal-content-block-content-preview-container{display:flex;align-items:center;gap:6px}.elements-modal-content-block-content-preview{cursor:pointer}.elements-modal-content-block-content-preview:hover{opacity:.8}.elements-modal-content-block-content-preview-title{margin-top:8px;font-size:14px;font-weight:600;line-height:1.2;letter-spacing:0px}.elements-modal-content-block-content-preview-description{color:#71626e;font-size:14px;font-weight:500;line-height:1.2;letter-spacing:0px}.elements-modal-viewport{height:100%}@media (max-width: 766px){.elements-modal-viewport{height:530px;overflow-x:hidden;overflow-y:auto;white-space:nowrap;scrollbar-width:thin;-webkit-overflow-scrolling:touch}}.elements-modal-content-block-christmas-item-image,.elements-modal-content-block-crayon-item-image{width:102px;aspect-ratio:1/1;position:relative}.elements-modal-content-block-content-preview-image{position:relative}.elements-modal-content-block-shapes-item-image,.elements-modal-content-block-christmas-item-image,.elements-modal-content-block-crayon-item-image{position:relative;display:flex;align-items:center;justify-content:center}.carousel{position:relative;display:flex;align-items:center;width:100%}.carousel .carousel-track{display:flex;gap:20px;transition:transform .3s ease;width:max-content}.carousel .carousel-window{overflow:hidden;flex:1}.carousel .carousel-item{cursor:pointer;display:flex;flex-direction:column;align-items:center;min-width:180px;min-height:164px}@media (max-width: 530px){.carousel .carousel-item{min-width:150px!important;width:150px!important;min-height:142px!important;height:142px!important}}.carousel .carousel-item.visible{opacity:1;pointer-events:auto}.carousel .carousel-item.no-event{pointer-events:none}.carousel .carousel-item-overlay{position:relative;height:132px;min-height:132px;max-width:180px;width:100%;overflow:hidden;border:2px solid #e0d9d4;border-radius:22px;padding:4px}.carousel .carousel-item-check{position:absolute;top:14px;left:14px;width:24px;height:24px;background:#543a2b1a;border:2px solid rgba(84,58,43,.1019607843);border-radius:8px;z-index:2}.carousel .carousel-item-check img,.carousel .carousel-item-check img img{width:100%;height:100%}.carousel .carousel-item-view{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:#f0edeb;background-image:radial-gradient(rgba(0,0,0,.1019607843) 1.5px,transparent 3px);background-size:16px 16px;background-repeat:repeat;border-radius:16px}.carousel .carousel-item-view img{width:100%;height:100%;object-fit:contain;object-position:center;border-radius:inherit;transition:transform .2s ease}.carousel .carousel-item-view:hover img{transform:scale(1.05)}.carousel .carousel-item-view .carousel-overlay{position:absolute;width:100%;height:100%;top:0;left:0;z-index:1;pointer-events:none;display:none}.carousel .carousel-item-view .carousel-overlay.overlay-right-show{background-image:linear-gradient(to right,#0000,#fff9)}.carousel .carousel-item-view .carousel-overlay.overlay-left-show{background-image:linear-gradient(to left,#0000,#fff9)}.carousel .carousel-item-view .carousel-overlay.overlay-left-show,.carousel .carousel-item-view .carousel-overlay.overlay-right-show{display:block}.carousel .carousel-item-title{display:block;font-size:14px;font-weight:600;color:#000;margin:12px 0 0}.carousel .carousel-item.active .carousel-item-overlay{border:3px solid #ffc2f2;padding:3px}@media (max-width: 530px){.carousel .carousel-item .carousel-item-overlay{min-height:110px!important;height:110px!important}}.carousel .carousel-arrow{position:absolute;height:100%;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;z-index:2}.carousel .carousel-arrow.left{left:0}.carousel .carousel-arrow.left:before{content:"";position:absolute;top:0;left:0;width:104%;height:100%;background:linear-gradient(to right,#fff,#fff0)}.carousel .carousel-arrow.right{right:0}.carousel .carousel-arrow.right:before{content:"";position:absolute;top:0;left:0;width:104%;height:100%;background:linear-gradient(to right,#fff0,#fff)}.carousel .carousel-arrow.disabled{opacity:0;cursor:default;pointer-events:none}.carousel .carousel-arrow img{width:24px;height:24px;z-index:1}.carousel-item.template-1{min-height:96px!important}.carousel-item.template-1 .carousel-item-overlay{min-height:100%!important;height:100%!important}@media (max-width: 766px){.carousel-item.template-1{min-height:124px!important;min-width:124px!important}}@media (max-width: 530px){.carousel-item.template-1{max-height:124px!important}.carousel-item.template-1 .carousel-item-overlay{min-height:100%!important;height:100%!important}}@media (max-width: 375px){.carousel-item.template-1{min-height:96px!important;min-width:96px!important;max-height:96px!important}}.carousel-item-check.template-1{display:none!important}.carousel-item-overlay.template-1{border:none!important;border-radius:12px!important;min-height:96px!important;min-width:96px!important;height:96px!important}@media (max-width: 766px){.carousel-item-overlay.template-1{min-width:100%!important;min-height:100%!important}}@media (max-width: 375px){.carousel-item-overlay.template-1{min-width:96px!important;min-height:96px!important;height:96px!important}}.carousel-item-overlay.template-1 .carousel-item-view{background-color:#f0edeb;background-image:radial-gradient(#d5d2d1 1.5px,transparent 3px);background-size:16px 16px;background-repeat:repeat}.carousel-item-view-image{width:80%!important;height:80%!important}.tab-item{font-size:14px;padding:8px 10px;background-color:#f0edeb;border-radius:12px;cursor:pointer}.tab-item.active{background-color:#ffc2f2}@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color: #ebebeb;--highlight-color: #f5f5f5;--animation-duration: 1.5s;--animation-direction: normal;--pseudo-element-display: block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var( --custom-highlight-background, linear-gradient( 90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100% ) );transform:translate(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display: none}}.editor-container{position:relative}.editor-container:has(.crop-overlay.active) .canvas-container{z-index:1001!important}.crop-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1000;opacity:0;pointer-events:none}.crop-overlay.active{opacity:1;pointer-events:auto}.editor-container-overlay-low-quality{width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;background-color:#edcf6e64}.editor-container-overlay-low-quality-text{display:flex;align-items:center;justify-content:center;gap:10px;font-weight:600;font-size:27px;line-height:1;color:#edcf6e}.editor-container-overlay-low-quality-button{color:#f0edeb;font-weight:600;font-size:20px;line-height:1.1}.image-options-modal{position:fixed;top:104px;left:50%;transform:translate(-50%);z-index:1000}@media (max-width: 540px){.image-options-modal{max-width:100%;top:calc(100% - 81px)!important;min-width:calc(100% - 16px);left:8px;transform:none;border-radius:12px;background-color:#fff;height:68px}}@media (max-width: 540px){.image-options-modal-viewport{width:calc(100% - 16px);overflow-x:auto;overflow-y:hidden;white-space:nowrap;scrollbar-width:thin;-webkit-overflow-scrolling:touch}}.image-options-modal__content{width:100%;background-color:transparent;display:flex;align-items:center;justify-content:center;gap:1px;min-width:max-content}@media (max-width: 540px){.image-options-modal__content{justify-content:start!important;padding-right:68px}}.image-options-group{flex-shrink:0;background-color:#fff;display:flex;align-items:center;justify-content:center}.image-options-group:first-child{border-radius:12px 0 0 12px}.image-options-group.last{border-radius:0 12px 12px 0!important}.image-options-group__item{flex-shrink:0;padding:12px}@media (max-width: 540px){.image-options-group__item{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:4px!important;width:64px}.image-options-group__item span{font-size:12px;font-weight:600}}.image-options-group__item:first-child{display:flex;align-items:center;justify-content:center;gap:8px}.image-options-group__item-text{display:none}@media (max-width: 540px){.image-options-group__item-text{display:block}}.select-frame{position:fixed;top:100px;left:94px;max-width:364px;width:100%;background-color:#fff;border-radius:16px;z-index:1000;height:calc(100vh - 120px)}@media (max-width: 766px){.select-frame{left:6px}}@media (max-width: 540px){.select-frame{top:calc(100% - 329px);max-width:100%;left:0}.select-frame:before{content:"";position:absolute;top:6px;left:50%;transform:translate(-50%);width:40px;height:5px;background:#e0d9d4;border-radius:5px;z-index:1}}.select-frame-header{display:flex;align-items:center;justify-content:space-between;padding:26px 26px 18px}.select-frame-body{padding:12px 20px;display:grid;grid-template-columns:repeat(2,1fr);gap:8px}@media (max-width: 540px){.select-frame-body{grid-template-columns:repeat(3,1fr)}}@media (max-width: 375px){.select-frame-body{grid-template-columns:repeat(2,1fr)}}.select-frame-body-item{background-color:#f0edeb;background-image:radial-gradient(rgba(212,211,211,.5215686275) 2px,transparent 3px);background-size:16px 16px;background-repeat:repeat;border-radius:12px;max-width:158px;display:flex;align-items:center;justify-content:center}.select-frame-body-item img{height:65%;object-fit:cover}.select-frame-body-item.selected{background-color:#ffc2f2a1}.select-frame-body-item{position:relative;cursor:pointer}.select-frame-body-item-check{display:none;position:absolute;top:14px;left:14px;border-radius:8px;background-color:#fff;padding:2px}.select-frame-body-item-check.selected{display:block}.select-frame-body-item-image{width:100%}.position-modal{position:absolute;top:105%;left:60%;width:200px;background-color:#fff;z-index:1000;padding:8px 6px;border-radius:12px}@media (max-width: 540px){.position-modal{top:calc(100% - 195px)!important;left:0;width:100%;border-radius:12px 12px 0 0}.position-modal :before{content:"";position:absolute;top:6px;left:50%;transform:translate(-50%);width:40px;height:5px;background:#e0d9d4;border-radius:5px;z-index:1}}.position-modal-container{display:flex;flex-direction:column;gap:6px}@media (max-width: 540px){.position-modal-container{display:flex;flex-direction:row;gap:0;padding:22px 12px;flex-wrap:wrap}}.position-modal-container-button{padding:8px;justify-content:start}@media (max-width: 540px){.position-modal-container-button{flex:0 0 50%;max-width:50%;font-size:14px;font-weight:600;padding:10px 8px}}.position-modal-header{display:none}@media (max-width: 540px){.position-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 20px 12px}}.crop-modal{position:fixed;top:104px;left:50%;transform:translate(-50%);padding:6px;border-radius:12px;display:flex;gap:1px;align-items:center;z-index:1001}@media (max-width: 540px){.crop-modal{top:calc(100% - 124px)!important;min-width:100%;left:0;transform:none;background-color:#fff;display:flex;flex-direction:column;align-items:start;padding:12px 20px;border-radius:12px 12px 0 0}.crop-modal :before{content:"";position:absolute;top:6px;left:50%;transform:translate(-50%);width:40px;height:5px;background:#e0d9d4;border-radius:5px;z-index:1}}.crop-modal__text{font-size:14px;font-weight:500;display:flex;align-items:center;gap:8px;background-color:#fff;padding:12px;border-radius:12px 0 0 12px}@media (max-width: 540px){.crop-modal__text{font-size:16px;font-weight:600}}.crop-modal__buttons{display:flex;padding:6px;gap:6px;background-color:#fff;border-radius:0 12px 12px 0}@media (max-width: 540px){.crop-modal__buttons{width:100%;padding:8px 0}}.crop-modal__button{padding:10px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer}.crop-modal__button--save{background-color:#ffc2f2}@media (max-width: 540px){.crop-modal__button{flex:1 1 50%}}.floating-toolbar{position:fixed;transform:translate(-50%,-100%);background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000026;display:flex;align-items:center;justify-content:center;gap:12px;padding:6px 10px;z-index:3;animation:fadeIn .15s ease-out}.floating-toolbar button{background:transparent;border:none;cursor:pointer;color:#3b1f34;padding:4px;transition:.2s}.floating-toolbar button:hover{transform:scale(1.1);color:#6a2d57}.floating-toolbar button svg{display:block}@keyframes fadeIn{0%{opacity:0;transform:translate(-50%,-120%)}to{opacity:1;transform:translate(-50%,-100%)}}.rotate-handle{position:fixed;width:32px;height:32px;background:#fff;border-radius:50%;box-shadow:0 2px 8px #0003;display:flex;align-items:center;justify-content:center;cursor:crosshair;z-index:3}.rotate-handle img{width:20px;height:20px;pointer-events:none;-webkit-user-select:none;user-select:none}.rotate-handle:hover{background:#f6f6f6}.font-toolbar{position:fixed;top:104px;left:50%;transform:translate(-50%);z-index:3;border-radius:8px}.font-toolbar img{flex-shrink:0;width:24px;height:24px}@media (max-width: 540px){.font-toolbar{top:calc(100% - 81px);min-width:calc(100% - 16px);left:8px;transform:none;border-radius:12px;background-color:#fff;height:68px;justify-content:start}.font-toolbar .font-toolbar-viewport{width:calc(100vw - 16px);overflow-x:auto;overflow-y:hidden;white-space:nowrap;scrollbar-width:thin;-webkit-overflow-scrolling:touch}.font-toolbar.font-toolbar-mode{display:flex;align-items:center;justify-content:center}}.font-toolbar-container{display:flex;align-items:center;gap:1px;min-width:max-content}@media (max-width: 540px){.font-toolbar-container{padding-right:68px}}.font-toolbar-container-group{background-color:#fff;padding:6px}.font-toolbar-container-group:first-child{border-radius:12px 0 0 12px}.font-toolbar-container-group:last-child{border-radius:0 12px 12px 0}.font-toolbar-container-group.font-family,.font-toolbar-container-group.font-size{padding:0}.font-toolbar-container-group-mode,.font-toolbar-container-group-item-mode,.font-toolbar-container-group-mode-item,.font-toolbar-container-group-align-mode,.font-toolbar-container-group-item-button-size-mobile{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;font-size:12px;font-weight:600;width:64px;height:60px}.font-toolbar-container-group-mode .font-toolbar-container-group-item,.font-toolbar-container-group-mode .color-picker{padding:0}.font-toolbar-container-group-mode.size{gap:2px}.font-toolbar-container-group-item-mode .font-toolbar-container-group-item-button{width:100%;padding:0}.font-toolbar-container-group-item-button{padding:11px;font-size:14px;font-weight:400;width:148px}.font-toolbar-container-group-item-button span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.font-toolbar-container-group-item-size{display:flex;align-items:center;justify-content:center;gap:4px}.font-toolbar-container-group-item-button-minus{padding:6px}.font-toolbar-container-group-item-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;font-size:16px;font-weight:500}.font-toolbar-container-group-item-button-plus{padding:6px}.font-toolbar-container-group-align{display:flex;align-items:center;justify-content:center;gap:4px;background-color:#fff;padding:6px}.font-toolbar-container-group-align.font-toolbar-container-group-aling-mode{padding:0}.font-toolbar-container-group-item{padding:6px;border-radius:12px}.text-position-modal-container .position-modal{top:135%;left:-200%}@media (max-width: 700px){.text-position-modal-container .position-modal{left:-450%}}.font-toolbar-container-group-item-button-size-mobile{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:11px 0;width:100%;border-radius:12px}.font-toolbar-container-group-item-button-size-mobile.active{background-color:#f0edeb}.font-toolbar-container-group-item-button-size-mobile-value{font-size:14px;font-weight:500;height:24px;display:flex;align-items:center;justify-content:center}.font-toolbar-container-group-item-button-size-mobile-text{font-size:12px;font-weight:600}.font-toolbar-container-group-mode.size{padding:0}.color-picker{padding:6px;border-radius:8px;position:relative}.color-picker.color-picker-open{background-color:#f0edeb}.color-picker-button-color{width:24px;height:24px;border-radius:50%;border:1px solid #000000}.color-picker-modal{position:absolute;top:140%;left:50%;transform:translate(-50%);z-index:1000;min-width:261px;padding:8px;background-color:#fff;border-radius:16px}@media (max-width: 768px){.color-picker-modal{position:fixed;top:calc(100% - 365px);width:100%;left:0;transform:none;padding-top:17px;padding-bottom:32px;border-radius:12px 12px 0 0;background-color:#fff}.color-picker-modal:before{content:"";position:absolute;top:6px;left:50%;transform:translate(-50%);width:40px;height:5px;background:#e0d9d4;border-radius:5px;z-index:1}}.react-colorful{width:100%!important}@media (max-width: 768px){.react-colorful{padding:6px 20px!important}}.react-colorful__hue.react-colorful__last-control{margin-top:12px!important;border-radius:100px!important;height:12px!important}.react-colorful__pointer{height:12px!important;width:12px!important}.color-picker-modal-input{position:relative;margin-top:8px}.color-picker-modal-input input{width:100%;padding:8px 8px 8px 42px;border:1px solid #E0D9D4;border-radius:12px}@media (max-width: 768px){.color-picker-modal-input{padding:6px 12px!important}.color-picker-modal-input input{padding:9px 8px 9px 38px}}.color-picker-input-color{position:absolute;top:8px;left:8px;width:20px;height:20px}@media (max-width: 768px){.color-picker-input-color{width:20px;height:20px;top:15px;left:25px}}.color-picker-modal-header{align-items:center;justify-content:space-between;display:none;font-size:16px;font-weight:600}@media (max-width: 768px){.color-picker-modal-header{display:flex;padding:12px 20px}}.color-picker-modal-header-close{padding:6px}.font-modal{position:fixed;top:84px;left:100px;max-width:364px;width:100%;max-height:calc(100vh - 96px);background:#fff;border-radius:16px;overflow:hidden;z-index:1001;scrollbar-width:thin;scrollbar-color:#E0D9D4 transparent}@media (max-width: 834px){.font-modal{max-width:324px}}@media (max-width: 766px){.font-modal{left:6px}}@media (max-width: 540px){.font-modal{max-width:100%;top:calc(100% - 540px);left:0}.font-modal:before{content:"";position:absolute;top:6px;left:50%;transform:translate(-50%);width:40px;height:5px;background:#e0d9d4;border-radius:5px;z-index:1}}.font-modal::-webkit-scrollbar{width:7px}.font-modal::-webkit-scrollbar-track{background:transparent}.font-modal::-webkit-scrollbar-thumb{background:#e0d9d4;border-radius:444px;transition:background .2s ease}.font-modal::-webkit-scrollbar-thumb:hover{background:#b9b3b6}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 20px 12px}.modal-header h3{font-size:16px;font-weight:600;line-height:1.2}.modal-header .close{border:none;background:transparent;font-size:20px;cursor:pointer;margin-left:8px}.search-results-title{padding:12px 20px 16px;font-size:14px;font-weight:500;line-height:1.2}.no-results{padding:12px 20px 0;font-size:14px;font-weight:500;color:#71626e}.tags-search-container{margin:12px 20px 6px;position:relative}.tags-search-container .search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%)}.tags-search-container .search{border:1px solid #E0D9D4;border-radius:12px;width:100%;padding:12px 12px 12px 46px}.tags{display:flex;flex-wrap:wrap;row-gap:4px;gap:4px;margin:12px 20px}.tags .tag{background:#f0edeb;border-radius:12px;padding:8px 10px;font-size:16px;font-weight:400;cursor:pointer;color:#2d0825;transition:all .2s ease}.tags .tag:hover{opacity:.8}.tags .tag.active{background:#febb8b;color:#2d0825;font-weight:600;box-shadow:0 2px 4px #febb8b4d}.used{padding:24px 12px 12px 20px}.used img{filter:brightness(0);width:24px;height:24px}.used h4{font-size:14px;font-weight:500;line-height:1.2}.used .used-header{display:flex;align-items:center;justify-content:start;gap:8px;margin-bottom:16px}.used-font{padding:10px 10px 10px 46px;cursor:pointer}.used-font:hover{opacity:.8}.fonts-list{overflow-y:auto;height:calc(100vh - 330px)}.fonts-list ul{list-style:none;padding:0 10px;margin:0}.fonts-list ul li{padding:10px 10px 10px 42px;font-size:16px;cursor:pointer;transition:color .15s}.fonts-list ul li:hover{color:#a14ac0}.popular{display:flex;align-items:center;justify-content:start;gap:8px;margin-bottom:16px;padding-left:20px}.popular h4{font-size:14px;font-weight:500;line-height:1.2}.font-families{padding:0 20px;display:flex;flex-direction:column;gap:6px;cursor:pointer}.family-header{display:flex;align-items:center;justify-content:start;gap:16px;padding:10px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.font-size-dropdown{position:relative;display:inline-block;width:41px;font-family:inherit}.font-size-dropdown.open .font-size-dropdown__toggle{background-color:#e5e2df}.font-size-dropdown__toggle{width:100%;background:#fff;border-radius:8px;padding:6px;font-size:16px;cursor:pointer;display:flex;justify-content:center;align-items:center}.font-size-dropdown__toggle:hover{opacity:.8}.font-size-dropdown__menu{position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);width:84px;max-height:317px;overflow-y:auto;background:#fff;border-radius:6px;z-index:10;padding:4px 0;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#E0D9D4 transparent}.font-size-dropdown__menu::-webkit-scrollbar{width:7px}.font-size-dropdown__menu::-webkit-scrollbar-track{background:transparent}.font-size-dropdown__menu::-webkit-scrollbar-thumb{background:#e0d9d4;border-radius:444px;transition:background .2s ease}.font-size-dropdown__menu::-webkit-scrollbar-thumb:hover{background:#b9b3b6}.font-size-dropdown__item{text-align:center;padding:12px 18px;font-size:16px;color:#333;cursor:pointer;transition:background .15s}.font-size-dropdown__item:hover{background:#f3f3f3}.font-size-dropdown__item.active{background:#e5e2df;font-weight:600}.font-size-mobile{position:fixed;left:0;bottom:92px;width:calc(100% - 16px);margin:0 8px;z-index:1;height:100px;background-color:#fff;border-radius:12px;padding:16px}.font-size-mobile-container-title{font-size:16px;font-weight:500}.font-size-mobile-container-item{display:flex;align-items:center;margin-top:12px;gap:20px}.font-size-mobile-container-item-input{flex:1 1 auto;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.font-size-mobile-container-item-input input{-webkit-appearance:none;width:100%;height:8px;border-radius:10px;background:#eee7e4;outline:none;cursor:pointer;transition:background .3s}.font-size-mobile-container-item-input input::-webkit-slider-runnable-track{height:8px;border-radius:10px;background:linear-gradient(to right,#ffc2f2 0%,#ffc2f2 var(--val, 50%),#eee7e4 var(--val, 50%),#eee7e4 100%)}.font-size-mobile-container-item-input input::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:22px;height:22px;background:#fff;border-radius:50%;border:2px solid #eee7e4;box-shadow:0 2px 6px #00000026;margin-top:-7px;transition:transform .1s}.font-size-mobile-container-item-input input:active::-webkit-slider-thumb{transform:scale(1.1)}.font-size-mobile-container-item-input input::-moz-range-track{height:8px;border-radius:10px;background:#eee7e4}.font-size-mobile-container-item-input input::-moz-range-progress{height:8px;border-radius:10px;background:#ffc2f2}.font-size-mobile-container-item-input input::-moz-range-thumb{width:22px;height:22px;background:#fff;border:2px solid #eee7e4;border-radius:50%;box-shadow:0 2px 6px #00000026}.font-size-mobile-container-item-value{flex:0 1 50px;height:40px;border-radius:12px;border:1px solid #E0D9D4;font-size:14px;font-weight:400;display:flex;align-items:center;justify-content:center}.stikers-options-modal{position:fixed;top:104px;left:50%;transform:translate(-50%);z-index:1000;max-width:292px}@media (max-width: 540px){.stikers-options-modal{top:calc(100% - 81px);min-width:calc(100% - 16px);left:8px;transform:none;border-radius:12px;background-color:#fff;height:68px;display:flex;align-items:center;justify-content:start}}.stikers-options-modal__content{width:100%;background-color:transparent;display:flex;align-items:center;justify-content:center;gap:1px}@media (max-width: 540px){.stikers-options-modal__content{justify-content:start;gap:0}}.stikers-options-group{background-color:#fff;display:flex;align-items:center;justify-content:center}.stikers-options-group:first-child{border-radius:12px 0 0 12px}.stikers-options-group:last-child{border-radius:0 12px 12px 0}.stikers-options-group__item{padding:12px}.stikers-options-group__item:first-child{display:flex;align-items:center;justify-content:center;gap:8px}@media (max-width: 540px){.stikers-options-group__item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px!important;padding:9px;width:64px}}.stikers-options-group__item-text{display:none}@media (max-width: 540px){.stikers-options-group__item-text{display:block}}.page-toolbar{position:fixed;top:104px;left:50%;transform:translate(-50%);z-index:1000;max-width:292px;display:flex;align-items:center;justify-content:center;gap:1px}@media (max-width: 540px){.page-toolbar{top:calc(100% - 76px);min-width:calc(100% - 16px);left:8px;transform:none;border-radius:12px;background-color:#fff;height:68px;justify-content:start}}.page-toolbar-group{background-color:#fff;padding:6px}@media (max-width: 540px){.page-toolbar-group{width:60px;display:flex;flex-direction:column;align-items:center;justify-content:center}}.page-toolbar-group:first-child{border-radius:12px 0 0 12px}.page-toolbar-group.last{border-radius:0 12px 12px 0}.page-toolbar-group-item-button-text{display:block}@media (max-width: 540px){.page-toolbar-group-item-button-text{display:none}}.page-toolbar-group-item-button-text-mobile{display:none}@media (max-width: 540px){.page-toolbar-group-item-button-text-mobile{display:block;font-size:12px;font-weight:600}}.page-toolbar-group-item-button{padding:6px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px;font-weight:600}.toolbar-mobile-close-button{position:absolute;top:16px;right:16px;padding:6px;border-radius:8px;border:solid 1px #E0D9D4;display:none;background-color:#fff}@media (max-width: 540px){.toolbar-mobile-close-button{display:block}}.corner-handle.tl{cursor:nw-resize}.corner-handle.tr{cursor:ne-resize}.corner-handle.br{cursor:se-resize}.corner-handle.bl{cursor:sw-resize}.side-handle.side{cursor:ew-resize}.editor-header-text{font-size:28px;font-weight:700;text-align:center;padding-top:20px;flex:1 1 auto}.qr-modal{position:fixed;top:50%;transform:translateY(-50%);left:12px;max-width:364px;width:100%;z-index:1001}@media (max-width: 768px){.qr-modal{max-width:100%;top:calc(100% - 420px);transform:translateY(0);left:0}}.qr-modal-content{background-color:#fff;border-radius:0 0 16px 16px;padding:20px 32px 32px}@media (max-width: 768px){.qr-modal-content{height:282px;overflow:hidden;overflow-y:auto;padding:12px 20px;border-radius:0}}.qr-modal-content-header{padding:32px 32px 12px;background-color:#fff;border-radius:12px 26px 0 0}.qr-modal-content-header h2{font-size:22px;font-weight:700}@media (max-width: 768px){.qr-modal-content-header{padding:32px 20px 12px}}.qr-modal-content-text{font-size:18px;font-weight:500;line-height:1.5}.qr-modal-content-text span{color:#d76bc0}.qr-modal-content-subtext{margin-top:16px;font-size:14px;font-weight:500;color:#71626e;line-height:1.4}.qr-modal-content-color-pickers{margin-top:60px;font-size:18px;font-weight:700;display:flex;align-items:center;gap:8px}@media (max-width: 768px){.qr-modal-content-color-pickers{margin-top:36px}}.qr-modal-content-color-pickers-container{display:flex;flex-direction:column;align-items:start;justify-content:center;gap:8px;margin-top:24px}.qr-modal-content-color-picker{width:100%;font-size:16px;font-weight:500;display:flex;align-items:center;justify-content:space-between}.qr-modal-content-footer{display:flex;gap:8px;margin-top:8px}@media (max-width: 768px){.qr-modal-content-footer{margin-top:0;padding:8px;background-color:#fff}}.cancel-button{flex:0 1 92px;background-color:#e0d9d4;color:#2d0825;border:none;border-radius:8px;padding:13px 24px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease}.save-button-qr{flex:1 1 auto;display:flex;align-items:center;justify-content:space-between;background-color:#ffc2f2;color:#2d0825;border:none;border-radius:8px;padding:13px 24px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease}.qr-modal-content-footer-description{color:#71626e;margin-top:18px;text-align:center}#ar-container{flex:1 1 auto;position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100vh;min-height:0;background:transparent}.objects-toolbar-3d{position:absolute;top:70px;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center;gap:6px;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001f;padding:6px 10px;z-index:50;animation:toolbarFadeIn .25s ease-out}.objects-toolbar-3d button{display:flex;align-items:center;justify-content:center;gap:4px;font-family:inherit;font-size:13px;font-weight:500;background:transparent;border:none;color:#333;border-radius:8px;padding:8px 10px;cursor:pointer;transition:all .2s ease}.objects-toolbar-3d button:hover{background:#f3f3f3}.objects-toolbar-3d button.active{background:#f0f7ff;color:#007bff;font-weight:600}.objects-toolbar-3d button:last-child{color:#999;font-size:14px;padding:8px;line-height:1}.objects-toolbar-3d button:last-child:hover{color:#000;background:#f7f7f7}@media (max-width: 540px){.objects-toolbar-3d{top:-50px;gap:4px;padding:4px 6px}.objects-toolbar-3d button{font-size:12px;padding:6px 8px}}@keyframes toolbarFadeIn{0%{opacity:0;transform:translate(-50%,-10px)}to{opacity:1;transform:translate(-50%)}}.text-modal{position:fixed;top:104px;left:94px;max-width:364px;width:100%;z-index:1001;padding:20px;height:calc(100vh - 116px);background-color:#fff;border-radius:16px}@media (max-width: 780px){.text-modal{left:86px}}@media (max-width: 766px){.text-modal{max-width:100%;left:0;top:calc(100% - 280px);max-height:280px;padding-top:17px}.text-modal :before{content:"";position:absolute;top:6px;left:50%;transform:translate(-50%);width:40px;height:5px;background:#e0d9d4;border-radius:5px;z-index:1}}@media (max-width: 766px){.text-modal-content{padding:12px 0}}.text-modal-content-button{width:100%;padding:12px;border-radius:12px;display:flex;align-items:center;justify-content:center;gap:12px;background-color:#ffc2f2}.text-modal-content-list{margin-top:24px}.text-modal-content-list-title{font-size:14px;font-weight:500;line-height:1.4;letter-spacing:0px}.text-modal-content-list-items{margin-top:16px}@media (max-width: 766px){.text-modal-content-list-items img{width:100%;height:auto}}.objects-modal{position:fixed;top:104px;left:94px;max-width:364px;width:100%;z-index:1001;padding:20px;height:calc(100vh - 116px);background-color:#fff;border-radius:16px}.objects-modal-content-button{width:100%;padding:12px;border-radius:12px;display:flex;align-items:center;justify-content:center;gap:12px;background-color:#ffc2f2}.objects-modal-title{display:flex;align-items:center;gap:8px;font-size:18px;font-weight:600;line-height:1.4;letter-spacing:0px;margin-bottom:24px}.objects-modal-title img{width:28px;height:28px}.objects-modal-list{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:8px}.objects-modal-preview{display:grid;grid-template-columns:repeat(3,1fr);width:100%;aspect-ratio:7/5;background-color:#f0edeb;background-image:radial-gradient(#e6e6e6 1.5px,transparent 3px);background-size:16px 16px;background-repeat:repeat;border-radius:12px;margin-bottom:8px}.objects-modal-name{font-size:14px;font-weight:600;line-height:1.4;letter-spacing:0px}.objects-modal-count{font-size:14px;font-weight:400;line-height:1.4;letter-spacing:0px;color:#71626e}.objects-modal-back{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:500;line-height:1.2;letter-spacing:0px}.objects-modal-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:6px 8px;margin-top:24px}.objects-modal-model{width:100%;aspect-ratio:1/1;background-color:#f0edeb;background-image:radial-gradient(#e6e6e6 1.5px,transparent 3px);background-size:16px 16px;background-repeat:repeat;border-radius:12px}.video-modal-side{position:fixed;top:104px;left:94px;width:364px;height:calc(100vh - 116px);z-index:2001;background:#fff;border-radius:16px;overflow-y:auto;display:flex;flex-direction:column}.video-modal-content{height:max-content;padding:20px}.video-modal-body{text-align:center}.video-modal-header{font-size:22px;font-weight:700;text-align:center;color:#2d0825;margin:32px auto 0}.video-illustration{width:180px;height:auto;margin:0 auto}.video-upload-description{font-size:16px;line-height:1.4;font-weight:500;margin:16px 0 0}.video-upload-button{width:100%;padding:14px 0;display:flex;justify-content:center;align-items:center;gap:10px;background:#ffc2f2;border-radius:14px;font-weight:600;cursor:pointer;margin-top:32px}.video-upload-button img{width:20px}.video-upload-error{color:#d03c3c;margin-bottom:16px;font-size:14px}.video-upload-info{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px 6px;background:#f0edeb;border-radius:12px;padding:16px;margin-top:8px}.video-upload-info div{font-size:14px;font-weight:500;line-height:1.5;text-align:left}.video-upload-info div span{color:#71626e}.video-upload-title{font-size:14px;font-weight:400;color:#71626e}.video-upload-duration{max-width:220px;grid-column:span 2}.video-upload-how{text-align:left;margin-top:52px}.video-upload-how h4{font-size:16px;font-weight:600;text-align:center}.video-upload-list{margin-top:20px}.video-upload-item{position:relative;min-height:52px;display:flex;align-items:center;gap:12px;margin-bottom:6px;font-size:14px;font-weight:500;line-height:1.5}.video-upload-number{width:40px;height:40px;border-radius:50%;background:#ffc2f2;color:#2d0825;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-weight:600}.video-existing{text-align:left}.video-existing-preview{margin-bottom:20px;border-radius:16px;overflow:hidden}.video-existing-meta-row{display:flex;align-items:center;gap:12px;margin-bottom:20px}.video-existing-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:#f0edeb}.video-existing-icon img{width:24px}.video-existing-meta-text .video-existing-name{font-size:16px;font-weight:700;color:#2d0825}.video-existing-meta-text .video-existing-info{font-size:16px;font-weight:500;color:#71626e;margin-top:4px}.video-existing-trim-block{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:24px}.video-existing-trim-block .trim-text{font-size:14px;font-weight:500;line-height:1.5;color:#71626e}.video-existing-trim-block .trim-title{font-weight:600;color:#2d0825}.video-existing-trim-block .trim-sub{margin-top:2px}.video-existing-trim-block .trim-button{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;background:#f0edeb;border-radius:12px;padding:12px 20px;cursor:pointer}.video-existing-actions{margin-top:24px}.video-existing-action{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:#2d0825;padding:6px;cursor:pointer}.video-player{position:relative;width:100%;aspect-ratio:16/9;background:#000;border-radius:12px;overflow:hidden;cursor:pointer}.video-player video{width:100%;height:100%;object-fit:cover;display:block}.video-player-play{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:60px;height:60px;border-radius:50%;border:none;background-color:#ffc2f2;pointer-events:none;transition:opacity .3s ease}.video-player-play:before{content:"";display:block;border-style:solid;border-width:9px 0 9px 15px;border-color:transparent transparent transparent #2d0825;margin-left:4px}.video-progress-modal-wrapper.hidden{display:none}.video-progress-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#292030cc;z-index:3000;display:flex;justify-content:center;align-items:center}.video-progress-container{width:420px}.video-progress-inner{background:#fff;border-radius:20px;padding:32px 32px 24px;position:relative;text-align:center}.video-progress-close{position:absolute;top:20px;right:20px;cursor:pointer}.video-progress-close.disabled{pointer-events:none;opacity:.4}.video-progress-circle{position:relative;width:180px;height:180px;margin:0 auto}.video-progress-circle svg{width:180px;height:180px;transform:rotate(-90deg)}.video-progress-circle svg circle{fill:none;stroke-width:4;stroke-linecap:round}.video-progress-circle svg .bg{stroke:#fff}.video-progress-circle svg .progress{stroke:#ffc2f2;transition:stroke-dashoffset .3s ease}.video-progress-data{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.video-progress-label{font-size:22px;font-weight:700;color:#2d0825}.video-progress-sub{font-size:12px;font-weight:500;line-height:1.3;color:#2d0825;margin-top:3px}.video-progress-info{margin-top:32px}.video-progress-info h3{font-size:22px;font-weight:700}.video-progress-info p{font-size:16px;line-height:1.5;color:#2d0825;margin-top:12px}.video-progress-cancel{width:100%;padding:16px;font-size:16px;line-height:1.5;font-weight:600;border-radius:12px;background:#f0edeb;margin-top:8px;cursor:pointer}.video-progress-cancel.disabled{opacity:.6;pointer-events:none}.video-trim-modal{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#292030cc;z-index:2000;display:flex;justify-content:center;align-items:center}.video-trim-modal.locked{pointer-events:none}.video-trim-modal-content{width:520px;max-width:calc(100% - 32px);border-radius:20px;background-color:#fff;overflow:hidden;display:flex;flex-direction:column}.video-trim-header{display:flex;align-items:center;justify-content:space-between;padding:24px 28px 16px;border-bottom:1px solid #f0edeb}.video-trim-header h3{font-size:22px;font-weight:700;line-height:1.2;letter-spacing:-.4px;color:#2d0825}.video-trim-header .close-icon{cursor:pointer}.video-trim-header .close-icon.disabled{pointer-events:none;opacity:.5}.video-trim-body{padding:20px 28px 24px}.video-trim-preview{position:relative;border-radius:24px;overflow:hidden;background-color:#000;aspect-ratio:16/9;margin-bottom:24px;cursor:pointer}.video-trim-preview video{width:100%;height:100%;object-fit:cover;display:block}.video-trim-preview-play{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:60px;height:60px;border-radius:50%;border:none;background-color:#ffc2f2;display:flex;align-items:center;justify-content:center;pointer-events:none;transition:opacity .3s ease}.video-trim-preview-play.hidden{opacity:0;pointer-events:none}.video-trim-preview-play:before{content:"";display:block;border-style:solid;border-width:9px 0 9px 15px;border-color:transparent transparent transparent #2d0825;margin-left:4px}.video-trim-slider{margin-bottom:20px}.video-trim-track{position:relative;width:100%;height:36px;border-radius:999px;background-color:#f0edeb;overflow:hidden}.video-trim-selection{position:absolute;top:4px;bottom:4px;border-radius:999px;background-image:repeating-linear-gradient(-45deg,#ff8edb 0,#ff8edb 8px,#ffc2f2 8px,#ffc2f2 16px)}.video-trim-handle{position:absolute;top:0;transform:translate(-50%);width:18px;height:100%;border:none;background:#2d0825;border-radius:10px;cursor:grab}.video-trim-handle:before,.video-trim-handle:after{content:"";position:absolute;left:50%;width:2px;height:14px;background-color:#fff;transform:translate(-50%)}.video-trim-handle:before{top:8px}.video-trim-handle:after{bottom:8px}.video-trim-times{display:flex;justify-content:space-between;gap:12px;margin-bottom:20px}.video-trim-time-block{flex:1}.video-trim-time-block--center{max-width:120px;text-align:center}.video-trim-label{display:block;font-size:13px;font-weight:500;color:#71626e;margin-bottom:6px}.video-trim-time-input{border-radius:12px;border:1px solid #e0d9d4;padding:10px 12px;font-size:16px;font-weight:500;text-align:center;color:#2d0825;background-color:#fff}.video-trim-selected{border-radius:999px;padding:10px 16px;font-size:16px;font-weight:600;background-color:#f5efec;color:#2d0825}.video-trim-price-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.video-trim-price-row .video-trim-price-label{font-size:15px;font-weight:600;color:#2d0825}.video-trim-price-row .video-trim-price-value{font-size:16px;font-weight:700;color:#2d0825}.video-trim-info{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border-radius:12px;background-color:#f5efec;margin-bottom:8px}.video-trim-info-icon{width:22px;height:22px;border-radius:50%;background-color:#e0d5d0;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;color:#2d0825;flex-shrink:0}.video-trim-info-text{font-size:13px;line-height:1.4;color:#2d0825}.video-trim-info-text strong{display:block;margin-bottom:2px}.video-trim-footer{display:flex;gap:8px;padding:16px 28px 24px;border-top:1px solid #f0edeb}.video-trim-footer .cancel-button{min-width:120px}.video-trim-footer .action-button{flex:1;justify-content:center;gap:8px;background-color:#ffc2f2}.video-trim-footer .action-button .video-trim-arrow{font-size:18px}.audio-modal-side{position:fixed;top:104px;left:94px;width:364px;height:calc(100vh - 116px);z-index:2001;background:#fff;border-radius:16px;overflow-y:auto;display:flex;flex-direction:column}.audio-modal-content{height:max-content;padding:20px}.audio-modal-header{font-size:22px;font-weight:700;text-align:center;color:#2d0825;margin:32px 0 8px}.audio-illustration img{width:180px;margin:0 auto}.audio-description{font-size:16px;line-height:1.4;font-weight:500;text-align:center}.audio-upload-button{width:100%;padding:14px;margin-top:24px;border-radius:14px;background:#ffc2f2;display:flex;justify-content:center;align-items:center;gap:10px;cursor:pointer;font-weight:600}.audio-upload-button img{width:24px}.audio-record-button{width:100%;padding:14px;margin-top:12px;border-radius:14px;background:#febb8b;display:flex;justify-content:center;align-items:center;gap:10px;cursor:pointer;font-weight:600}.audio-record-button img{width:22px}.audio-error{color:#d03c3c;margin-top:12px;font-size:14px}.audio-info{margin-top:16px;padding:16px;background:#f0edeb;border-radius:12px;text-align:left;display:flex;justify-content:space-between}.audio-info div{display:flex;flex-direction:column;gap:4px;font-size:14px;font-weight:500;line-height:1.5}.audio-info div .audio-info-title{color:#71626e;font-weight:400}.audio-how{text-align:left;margin-top:40px}.audio-how h4{font-size:16px;font-weight:700;line-height:1.4;text-align:center}.audio-list{margin-top:20px}.audio-item{position:relative;min-height:52px;display:flex;align-items:center;gap:12px;margin-bottom:6px;font-size:14px;font-weight:500;line-height:1.5}.audio-number{width:40px;height:40px;border-radius:50%;background:#ffc2f2;color:#2d0825;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-weight:600}.audio-preview-wrapper .audio-meta-block{display:flex;align-items:center;gap:14px;margin-top:24px}.audio-preview-wrapper .audio-meta-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;flex-shrink:0;background:#f0edeb;border-radius:12px}.audio-preview-wrapper .audio-meta-icon img{width:24px;height:24px}.audio-preview-wrapper .audio-file-name{font-size:16px;font-weight:700;line-height:1.25;color:#2d0825}.audio-preview-wrapper .audio-file-info{font-size:16px;font-weight:500;line-height:1.5;color:#71626e}.audio-delete-btn{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:600;line-height:1.5;padding:6px;margin-top:24px}.wave-player{position:relative;display:flex;align-items:center;gap:16px}.wave-skeleton{display:flex;align-items:center;gap:2px;height:100%;overflow:hidden}.wave-wrapper{position:relative;flex:1;height:56px;cursor:pointer;overflow:hidden}.wave-wrapper.dragging{cursor:grabbing}.wave-wrapper:hover{cursor:grab}.wave-wrapper:active{cursor:grabbing}.wave-bars{display:flex;align-items:center;gap:2px;height:100%;pointer-events:none}.wave-bar{width:4px;background:#e7e2df;border-radius:4px}.wave-progress{position:absolute;left:0;top:0;height:100%;display:flex;align-items:center;gap:2px;pointer-events:none}.wave-progress .active{background:#2d0825}.play-btn{width:52px;min-width:52px;height:52px;border-radius:50%;background:#fac6f0;color:#2d0825;font-size:20px;border:none;cursor:pointer}.play-btn img{width:20px;height:20px}.audio-record-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#292030cc;display:flex;justify-content:center;align-items:center;z-index:6000}.audio-record-modal .modal-box{display:flex;flex-direction:column;width:380px}.audio-record-modal .modal-header{position:relative;display:flex;flex-direction:column;align-items:start;justify-content:flex-start;background:#fff;padding:30px 24px 18px;border-radius:12px 12px 0 0}.audio-record-modal .modal-header-icon{display:flex;align-items:center;justify-content:center;width:54px;height:54px;background:#f0edeb;border-radius:50%}.audio-record-modal .modal-header-icon img{width:28px}.audio-record-modal .modal-header .final-screen{margin-top:48px}.audio-record-modal .modal-header h2{font-size:26px;font-weight:700;color:#2d0825;letter-spacing:-.5px}.audio-record-modal .modal-header p{font-size:14px;line-height:1.5;margin-top:12px}.audio-record-modal .modal-header .close-icon{position:absolute;top:22px;right:22px;width:24px;cursor:pointer}.audio-record-modal .modal-body{background:#fff;padding:24px 0 32px;border-radius:0 0 12px 12px;overflow:hidden}.audio-record-modal .sec-labels{position:relative;left:50%;height:28px;margin-bottom:7px;-webkit-user-select:none;user-select:none;pointer-events:none}.audio-record-modal .sec-labels.hidden{display:none}.audio-record-modal .sec-label{position:absolute;top:0;font-size:14px;font-weight:500;line-height:1.5;color:#71626e;transform:translate(-50%)}.audio-record-modal .bars-main{position:relative;width:100%;height:120px;overflow:hidden;margin-bottom:6px}.audio-record-modal .pink-line{position:absolute;top:0;left:50%;width:2px;height:100%;background:#e0d9d4;transform:translate(-50%);border-radius:999px;z-index:3}.audio-record-modal .pink-line.recording{background:#ffc2f2}.audio-record-modal .bars-wrapper{position:absolute;top:0;left:0;width:50%;height:100%;overflow:hidden}.audio-record-modal .bars-container{position:absolute;top:0;left:100%;display:flex;flex-direction:row;gap:3px;height:100%;align-items:center;z-index:2}.audio-record-modal .bar{width:3px;background:#f0edeb;border-radius:3px}.audio-record-modal .timer{display:flex;align-items:center;justify-content:center;gap:.2em;font-size:16px;font-weight:600;line-height:1.5;text-align:center;color:#2d0825;margin-top:12px}.audio-record-modal .recording-label{font-size:14px;font-weight:500;line-height:1.5;text-align:center;color:#d86adf;margin-top:2px;animation:blink 1.2s infinite ease-in-out}@keyframes blink{0%,to{opacity:.4}50%{opacity:1}}.audio-record-modal .hint-card{display:flex;align-items:flex-start;gap:8px;font-size:12px;font-weight:500;line-height:1.25;color:#71626e;background:#f0edeb;border-radius:8px;padding:12px;margin:12px 28px 0}.audio-record-modal .hint-icon{width:20px;height:20px;flex-shrink:0}.audio-record-modal .hint-text{line-height:1.4}.audio-record-modal .hint-strong{color:#2d0825}.audio-record-modal .audio-record-player{margin:0 28px}.audio-record-modal .bottom-row{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:14px}.audio-record-modal .secondary-btn,.audio-record-modal .stop-btn,.audio-record-modal .audio-record-start,.audio-record-modal .primary-btn{display:flex;align-items:center;justify-content:space-between;gap:10px;border:none;border-radius:12px;padding:14px 18px;font-size:16px;font-weight:600;cursor:pointer;transition:.18s ease}.audio-record-modal .secondary-btn img,.audio-record-modal .stop-btn img,.audio-record-modal .audio-record-start img,.audio-record-modal .primary-btn img{width:28px}.audio-record-modal .secondary-btn{flex:1;background:#fff;color:#2d0825}.audio-record-modal .secondary-btn:hover{background:#e9e4e3}.audio-record-modal .stop-btn{flex:1;background:#f0edeb;color:#2d0825}.audio-record-modal .audio-record-start{width:100%;background:#ffc2f2;color:#2d0825;padding:16px 16px 16px 20px;margin-top:8px}.audio-record-modal .audio-record-start:hover{background:#ff9eea}.audio-record-modal .audio-record-start:active{transform:translateY(0)}.audio-record-modal .primary-btn{background:#ffc2f2;color:#2d0825}.audio-record-modal .primary-btn:hover{background:#ff9eea}.audio-record-modal audio{width:100%;margin-top:12px;border-radius:12px}:root{--rt-color-white:#fff;--rt-color-dark:#222;--rt-color-success:#8dc572;--rt-color-error:#be6464;--rt-color-warning:#f0ad4e;--rt-color-info:#337ab7;--rt-opacity:.9;--rt-transition-show-delay:.15s;--rt-transition-closing-delay:.15s;--rt-arrow-size:8px}.core-styles-module_tooltip__3vRRp{left:0;opacity:0;pointer-events:none;position:absolute;top:0;will-change:opacity}.core-styles-module_fixed__pcSol{position:fixed}.core-styles-module_arrow__cvMwQ{background:inherit;position:absolute;z-index:-1}.core-styles-module_noArrow__xock6{display:none}.core-styles-module_clickable__ZuTTB{pointer-events:auto}.core-styles-module_show__Nt9eE{opacity:var(--rt-opacity);transition:opacity var(--rt-transition-show-delay) ease-out}.core-styles-module_closing__sGnxF{opacity:0;transition:opacity var(--rt-transition-closing-delay) ease-in}.styles-module_tooltip__mnnfp{border-radius:3px;font-size:90%;padding:8px 16px;width:max-content}.styles-module_arrow__K0L3T{height:var(--rt-arrow-size);width:var(--rt-arrow-size)}[class*=react-tooltip__place-top]>.styles-module_arrow__K0L3T{transform:rotate(45deg)}[class*=react-tooltip__place-right]>.styles-module_arrow__K0L3T{transform:rotate(135deg)}[class*=react-tooltip__place-bottom]>.styles-module_arrow__K0L3T{transform:rotate(225deg)}[class*=react-tooltip__place-left]>.styles-module_arrow__K0L3T{transform:rotate(315deg)}.styles-module_dark__xNqje{background:var(--rt-color-dark);color:var(--rt-color-white)}.styles-module_light__Z6W-X{background-color:var(--rt-color-white);color:var(--rt-color-dark)}.styles-module_success__A2AKt{background-color:var(--rt-color-success);color:var(--rt-color-white)}.styles-module_warning__SCK0X{background-color:var(--rt-color-warning);color:var(--rt-color-white)}.styles-module_error__JvumD{background-color:var(--rt-color-error);color:var(--rt-color-white)}.styles-module_info__BWdHW{background-color:var(--rt-color-info);color:var(--rt-color-white)}.custom-tooltip{background:#2d0825!important;padding:0!important;border:none!important;box-shadow:none!important}.tooltip-inner{position:relative;background:#2d0825;color:#fff;opacity:.8;padding:14px 20px;border-radius:12px;font-weight:400;font-size:14px;line-height:1.4;max-width:360px;text-align:left}.editor-shopping-bag-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1000;display:flex;align-items:center;justify-content:center;padding:10px}.editor-shopping-bag-body{width:100%;max-width:490px;position:relative}.editor-shopping-bag-header-close{position:absolute;top:22px;right:22px;background-color:transparent;border:none;cursor:pointer}@media (max-width: 460px){.editor-shopping-bag-header-close{top:18px;right:18px}}@media (max-width: 350px){.editor-shopping-bag-header-close img{width:20px;height:20px}}.editor-shopping-bag-header{background-color:#fff;border-top-left-radius:16px;border-top-right-radius:16px;padding:32px 28px 0;display:flex;flex-direction:column;align-items:start;justify-content:center;gap:48px}@media (max-width: 460px){.editor-shopping-bag-header{padding:24px 20px 0;gap:28px}}.editor-shopping-bag-header h2{font-size:22px;font-weight:700;line-height:1.1;letter-spacing:-.4px}.editor-shopping-bag-content{background-color:#fff;padding:32px 28px;border-bottom-left-radius:16px;border-bottom-right-radius:16px}@media (max-width: 460px){.editor-shopping-bag-content{padding:36px 20px 24px}}@media (max-width: 350px){.editor-shopping-bag-content{padding-top:24px}}.editor-shopping-bag-item{display:flex;align-items:center;justify-content:space-between;gap:24px}@media (max-width: 460px){.editor-shopping-bag-item{flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:16px}}.editor-shopping-bag-item-image{background-color:#f0edeb;background-image:radial-gradient(#d5d2d1 1.5px,transparent 3px);background-size:16px 16px;background-repeat:repeat;border-radius:16px;overflow:hidden}.editor-shopping-bag-item-image-img{padding:20px}.editor-shopping-bag-details{font-size:14px;font-weight:500;line-height:1.4;color:#594856}.editor-shopping-bag-details h3{color:#2d0825;font-size:16px;font-weight:600;line-height:1.4;max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.editor-shopping-bag-item-details-bottom{display:flex;align-items:center;justify-content:flex-start;gap:6px}.editor-shopping-bag-item-details-price{font-size:16px;font-weight:700;line-height:1.4;letter-spacing:0px;color:#2d0825}.editor-shopping-bag-tip{padding:14px;background-color:#e7e9fc;display:flex;align-items:center;gap:8px;margin-top:36px;border-radius:8px}@media (max-width: 350px){.editor-shopping-bag-tip{margin-top:24px}}.editor-shopping-bag-tip-text{color:#594856}.editor-shopping-bag-tip-text span{color:#2d0825}@media (max-width: 460px){.editor-shopping-bag-tip-text{font-size:12px}}.editor-shopping-bag-footer{display:flex;align-items:center;gap:8px;margin-top:8px}@media (max-width: 460px){.editor-shopping-bag-footer{flex-direction:column}}.editor-shopping-bag-footer-button{flex:1 1 calc(50% - 4px);padding:13px 14px;justify-content:space-between;font-size:16px;font-weight:600;border-radius:12px;cursor:pointer}.editor-shopping-bag-footer-button:first-child{background-color:#f0edeb}.editor-shopping-bag-footer-button:last-child{background-color:#ffc2f2}@media (max-width: 460px){.editor-shopping-bag-footer-button{flex:1 1 100%;width:100%}}.universal-modal{padding:20px}.universal-modal__content{background:#fff;max-width:532px;max-height:90vh;overflow:hidden;border-radius:12px}.universal-modal__header{display:flex;align-items:center;justify-content:space-between;padding:20px;background-color:#fff}.universal-modal__header h1{font-size:22px;font-weight:700;line-height:1.2;color:#2d0825}.universal-modal__header img{cursor:pointer}.universal-modal__content-body{padding:20px;font-size:16px;font-weight:500;line-height:1.2;color:#2d0825}.universal-modal__content-footer{display:flex;align-items:center;justify-content:space-between;margin-top:8px;gap:20px}.universal-modal__content-footer button{font-size:16px;font-weight:600;line-height:1.2;padding:15px 20px;justify-content:start;border-radius:12px;border:none;cursor:pointer}.universal-modal__content-footer .universal-modal__content-footer-close{background-color:#f0edeb}.universal-modal__content-footer .universal-modal__content-footer-save{background-color:#ffc2f2;flex:1 1 auto}.rename-draft{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#292030cc;z-index:1000;display:flex;justify-content:center;align-items:center}.rename-draft.locked{pointer-events:none}.rename-draft h3{font-size:22px;font-weight:700;line-height:1.2;letter-spacing:-.4px}.close-icon{cursor:pointer}.close-icon.disabled{pointer-events:none}.cancel-button{display:block;padding:15px 20px;border-radius:12px;background-color:#f0edeb;font-size:16px;font-weight:600;line-height:1.2}.action-button{flex:1;display:flex;align-items:center;justify-content:space-between;padding:15px 20px;border-radius:12px;background-color:#ffc2f2;font-size:16px;font-weight:600;line-height:1.2}.action-button.delete{background-color:#e95e60;color:#fff}.action-button.delete img{filter:brightness(0) invert(1)}.rename-draft-content-footer{display:flex;gap:8px;margin-top:8px}.rename-draft-content{max-width:460px;width:100%;margin:16px;overflow:hidden}@media (max-width: 575px){.rename-draft-content{margin:auto 16px 64px}}.rename-draft.locked .rename-draft-content{pointer-events:auto}.rename-draft-content-header{display:flex;align-items:center;justify-content:space-between;padding:24px;border-radius:16px 16px 0 0;background-color:#fff;min-width:100%}.rename-draft-content-body{padding:24px 28px 32px;background-color:#fff;border-radius:0 0 16px 16px}.rename-draft-content-body-draft{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:32px}.rename-draft-content-body-draft-image{width:100%;max-width:300px;height:220px;border-radius:20px;overflow:hidden;background-color:#f0edeb;display:flex;align-items:center;justify-content:center}.rename-draft-content-body-draft-name{width:100%}.rename-draft-content-body-draft-name-input{width:100%;padding:12px 14px;border:1px solid #e0d9d4;border-radius:12px;color:#2d0825;font-size:16px;font-weight:500}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{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:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.change-size{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#292030cc;display:flex;justify-content:center;align-items:center;z-index:1000}.change-size .change-size-content{width:100%;max-width:530px;margin:16px;overflow:hidden}@media (max-width: 575px){.change-size .change-size-content{margin:auto 16px 64px}}.change-size .change-size-header{display:flex;justify-content:space-between;background:#fff;border-top-left-radius:16px;border-top-right-radius:16px;padding:24px 24px 12px}.change-size .change-size-header h3{font-size:22px;font-weight:700;color:#2d0825;margin-bottom:12px}.change-size .change-size-header .close-icon{cursor:pointer;width:24px;height:24px}.change-size .change-size-description{max-width:272px;font-size:14px;line-height:1.5;color:#2d0825}.change-size .change-size-description span{color:#594856}.change-size .change-size-subtitle{font-size:14px;line-height:1.5;color:#594856}.change-size .change-size-icon{width:54px;height:54px;background:#f0edeb;border-radius:50%;padding:13px;margin-bottom:48px;overflow:hidden}.change-size .change-size-icon img{width:28px;height:28px}.change-size .change-size-body{background:#fff;border-bottom-left-radius:16px;border-bottom-right-radius:16px;padding:12px 28px 32px}.change-size .change-size-body .change-size-icon{margin-bottom:12px}.change-size .change-size-body .change-size-title{font-size:18px;font-weight:700;color:#2d0825;margin-bottom:8px}.change-size .change-size-body .change-size-description{font-size:15px;color:#6b5b6a;margin-bottom:24px}.change-size .change-size-body .checkbox-container{display:flex;gap:12px;font-size:14px;font-weight:600;line-height:1.5;color:#2d0825}.change-size .change-size-body .checkbox-container input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:22px;height:22px;border:2px solid #d4b4cc;border-radius:6px;background:#fff;transition:all .25s ease;position:relative;cursor:pointer}.change-size .change-size-body .checkbox-container input[type=checkbox]:hover{border-color:#ff9ee2;box-shadow:0 0 4px #ff9ce280}.change-size .change-size-body .checkbox-container input[type=checkbox]:checked{background-color:#ffc2f2;border-color:#ffc2f2}.change-size .change-size-body .checkbox-container input[type=checkbox]:checked:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:20px;height:20px;background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.7034%205.14258C16.2077%204.66215%2015.4163%204.67434%2014.9358%205.16992L7.82837%2012.5039L5.12817%209.25391C4.68702%208.72289%203.89845%208.64967%203.36743%209.09082C2.83659%209.532%202.76422%2010.3206%203.20532%2010.8516L6.20142%2014.458C6.99329%2015.4112%208.4375%2015.4668%209.30005%2014.5771L16.7307%206.91016C17.2111%206.41448%2017.199%205.62306%2016.7034%205.14258Z'%20fill='%232D0825'/%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat;background-position:center;transition:all .2s ease}.change-size .change-size-body .checkbox-container span{max-width:200px;margin-top:3px}.change-size .change-size-body .subtitle{color:#6b5b6a;font-size:15px;margin-bottom:20px}.change-size .change-size-body .size-options{display:flex;justify-content:center;gap:24px;margin-top:16px;flex-wrap:wrap}.change-size .change-size-body .size-option{cursor:pointer;border:2px solid transparent;border-radius:16px;background-color:#f0edeb;padding:12px;transition:all .2s ease}.change-size .change-size-body .size-option.active{border-color:#eac6f8;background-color:#ffe5fb}.change-size .change-size-body .size-option .size-image{border-radius:12px;overflow:hidden;width:140px;height:100px;background:#fff}.change-size .change-size-body .size-option .size-image img{width:100%;height:100%;object-fit:cover}.change-size .change-size-body .size-option p{margin-top:10px;font-weight:600;color:#2d0825}.change-size .change-size-footer{display:flex;gap:8px;margin-top:8px}.change-size .change-size-footer .cancel-button{background:#f0edeb;padding:15px 20px;border-radius:12px;font-weight:600;font-size:16px}.change-size .change-size-footer .action-button{flex:1;background:#ffc2f2;border-radius:12px;padding:15px 20px;display:flex;justify-content:space-between;align-items:center;font-weight:600;font-size:16px}.change-size .change-size-footer .action-button .arrow{font-size:20px}.delete-draft{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#292030cc;display:flex;justify-content:center;align-items:center;z-index:1000}.delete-draft .delete-draft-content{width:100%;max-width:530px;margin:0 16px;overflow:hidden}@media (max-width: 576px){.delete-draft .delete-draft-content{margin:auto 16px 64px}}.delete-draft.locked .delete-draft-content{pointer-events:none}.delete-draft .delete-draft-header{display:flex;justify-content:space-between;background:#fff;border-radius:16px;padding:24px}.delete-draft .delete-draft-header h3{font-size:22px;font-weight:700;color:#2d0825;margin-bottom:12px}.delete-draft .delete-draft-header .close-icon{cursor:pointer;width:24px;height:24px}.delete-draft .delete-draft-header .close-icon.disabled{pointer-events:none}.delete-draft .delete-draft-description{font-size:14px;line-height:1.5;color:#594856}.delete-draft .delete-draft-icon{width:54px;height:54px;background:#f0edeb;border-radius:50%;padding:13px;margin-bottom:48px;overflow:hidden}.delete-draft .delete-draft-icon img{width:28px;height:28px}.delete-draft .delete-draft-body{background:#fff;border-bottom-left-radius:16px;border-bottom-right-radius:16px;padding:24px 28px 32px;text-align:center}.delete-draft .delete-draft-body .delete-draft-icon{width:64px;height:64px;background:#fce4f9;border-radius:50%;padding:16px;margin:0 auto 24px}.delete-draft .delete-draft-body .delete-draft-icon img{width:32px;height:32px}.delete-draft .delete-draft-body .delete-draft-title{font-size:18px;font-weight:700;color:#2d0825;margin-bottom:8px}.delete-draft .delete-draft-body .delete-draft-description{font-size:15px;color:#6b5b6a;margin-bottom:32px}.delete-draft .delete-draft-body .error-message{color:#ff4b4b;font-size:14px;margin-bottom:16px}.delete-draft .delete-draft-footer{display:flex;gap:8px;margin-top:8px}.delete-draft .delete-draft-footer .cancel-button{background:#f0edeb;padding:15px 20px;border-radius:12px;font-weight:600;font-size:16px}.delete-draft .delete-draft-footer .action-button{flex:1;background:#ffc2f2;border-radius:12px;padding:15px 20px;display:flex;justify-content:space-between;align-items:center;font-weight:600;font-size:16px}.delete-draft .delete-draft-footer .action-button .arrow{font-size:20px}.guide-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1000;display:flex;align-items:center;justify-content:center}.guide-container{max-width:420px;min-width:343px;width:100%;padding:12px}.guide-header{display:flex;align-items:center;justify-content:center;background-color:#f0edeb;background-image:radial-gradient(#e6e6e6 1.5px,transparent 3px);background-size:16px 16px;background-repeat:repeat;border-radius:12px 12px 0 0}@media (max-width: 375px){.guide-header img{height:200px!important;aspect-ratio:1/1}}.guide-content{padding:32px 0 32px 24px;background-color:#fff;border-radius:0 0 12px 12px}.guide-content-title{font-size:28px;font-weight:700;line-height:1.2;letter-spacing:-.4px}.guide-content-description{color:#594856;font-weight:400;line-height:1.2;margin-top:20px}@media (max-width: 375px){.guide-content-description{font-size:14px}}.guide-content-hint{margin-top:32px;display:flex;align-items:center;gap:12px;font-weight:600}@media (max-width: 375px){.guide-content-hint{font-size:14px}}.guide-content-hint span{color:#d355b8}.guide-footer{display:flex;margin-top:8px;gap:8px}.guide-footer-button{flex:1 1 auto;padding:15px 0;border-radius:12px}.guide-footer-button:first-child{background-color:#f0edeb}.guide-footer-button:last-child{background-color:#ffc2f2;gap:12px}.driver-active .driver-overlay,.driver-active *{pointer-events:none}.driver-active .driver-active-element,.driver-active .driver-active-element *,.driver-popover,.driver-popover *{pointer-events:auto}@keyframes animate-fade-in{0%{opacity:0}to{opacity:1}}.driver-fade .driver-overlay{animation:animate-fade-in .2s ease-in-out}.driver-fade .driver-popover{animation:animate-fade-in .2s}.driver-popover{all:unset;box-sizing:border-box;color:#2d2d2d;margin:0;padding:15px;border-radius:5px;min-width:250px;max-width:300px;box-shadow:0 1px 10px #0006;z-index:1000000000;position:fixed;top:0;right:0;background-color:#fff}.driver-popover *{font-family:Helvetica Neue,Inter,ui-sans-serif,"Apple Color Emoji",Helvetica,Arial,sans-serif}.driver-popover-title{font:19px/normal sans-serif;font-weight:700;display:block;position:relative;line-height:1.5;zoom:1;margin:0}.driver-popover-close-btn{all:unset;position:absolute;top:0;right:0;width:32px;height:28px;cursor:pointer;font-size:18px;font-weight:500;color:#d2d2d2;z-index:1;text-align:center;transition:color;transition-duration:.2s}.driver-popover-close-btn:hover,.driver-popover-close-btn:focus{color:#2d2d2d}.driver-popover-title[style*=block]+.driver-popover-description{margin-top:5px}.driver-popover-description{margin-bottom:0;font:14px/normal sans-serif;line-height:1.5;font-weight:400;zoom:1}.driver-popover-footer{margin-top:15px;text-align:right;zoom:1;display:flex;align-items:center;justify-content:space-between}.driver-popover-progress-text{font-size:13px;font-weight:400;color:#727272;zoom:1}.driver-popover-footer button{all:unset;display:inline-block;box-sizing:border-box;padding:3px 7px;text-decoration:none;text-shadow:1px 1px 0 #fff;background-color:#fff;color:#2d2d2d;font:12px/normal sans-serif;cursor:pointer;outline:0;zoom:1;line-height:1.3;border:1px solid #ccc;border-radius:3px}.driver-popover-footer .driver-popover-btn-disabled{opacity:.5;pointer-events:none}:not(body):has(>.driver-active-element){overflow:hidden!important}.driver-no-interaction,.driver-no-interaction *{pointer-events:none!important}.driver-popover-footer button:hover,.driver-popover-footer button:focus{background-color:#f7f7f7}.driver-popover-navigation-btns{display:flex;flex-grow:1;justify-content:flex-end}.driver-popover-navigation-btns button+button{margin-left:4px}.driver-popover-arrow{content:"";position:absolute;border:5px solid #fff}.driver-popover-arrow-side-over{display:none}.driver-popover-arrow-side-left{left:100%;border-right-color:transparent;border-bottom-color:transparent;border-top-color:transparent}.driver-popover-arrow-side-right{right:100%;border-left-color:transparent;border-bottom-color:transparent;border-top-color:transparent}.driver-popover-arrow-side-top{top:100%;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.driver-popover-arrow-side-bottom{bottom:100%;border-left-color:transparent;border-top-color:transparent;border-right-color:transparent}.driver-popover-arrow-side-center{display:none}.driver-popover-arrow-side-left.driver-popover-arrow-align-start,.driver-popover-arrow-side-right.driver-popover-arrow-align-start{top:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-start,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-start{left:15px}.driver-popover-arrow-align-end.driver-popover-arrow-side-left,.driver-popover-arrow-align-end.driver-popover-arrow-side-right{bottom:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-end,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-end{right:15px}.driver-popover-arrow-side-left.driver-popover-arrow-align-center,.driver-popover-arrow-side-right.driver-popover-arrow-align-center{top:50%;margin-top:-5px}.driver-popover-arrow-side-top.driver-popover-arrow-align-center,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-center{left:50%;margin-left:-5px}.driver-popover-arrow-none{display:none}.lc-tour-header-container{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.lc-tour-header-container .lc-tour-tag{color:#d76bc0;background-color:#561f4a;padding:4px;border-radius:6px;font-size:14px;font-weight:600}.lc-tour-header-container .lc-tour-steps{display:flex;align-items:center;gap:6px}.lc-tour-header-container .lc-tour-steps .step{width:7px;aspect-ratio:1/1;border-radius:50%;background-color:#594856}.lc-tour-header-container .lc-tour-steps .step.active{background-color:#d355b8}.driver-popover.lc-tour{background-color:#2d0825!important;color:#fff9!important;padding:14px 20px!important;max-width:254px!important;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important}.driver-popover.lc-tour .driver-popover-arrow-side-right{border-right-color:#2d0825!important}.driver-popover.lc-tour .driver-popover-arrow-side-left{border-left-color:#2d0825!important}.driver-popover.lc-tour .driver-popover-arrow-side-top{border-top-color:#2d0825!important}.driver-popover.lc-tour .driver-popover-arrow-side-bottom{border-bottom-color:#2d0825!important}.driver-popover.lc-tour .driver-popover-title{color:#fff!important;font-size:14px!important;font-weight:600!important}.driver-popover.lc-tour .driver-popover-description{font-weight:400}.driver-popover.lc-tour .driver-popover-navigation-btns{display:flex;align-items:center;justify-content:space-between;flex-direction:column;gap:4px}.driver-popover.lc-tour .driver-popover-navigation-btns button{width:100%;padding:6px;text-align:center;background-color:transparent;border:none;box-shadow:none;text-shadow:none!important;-webkit-text-stroke:0!important;filter:none!important;opacity:1!important;color:#fff!important}.driver-popover.lc-tour .driver-popover-navigation-btns .driver-popover-next-btn{background-color:#594856;border-radius:8px;border:none}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1003;display:flex;align-items:center;justify-content:center}.duplicate-modal{padding:20px}.duplicate-modal__content{background:#fff;max-width:532px;max-height:90vh;overflow:hidden;border-radius:12px}.duplicate-modal__header{display:flex;align-items:center;justify-content:space-between;padding:20px;background-color:#fff}.duplicate-modal__header h1{font-size:22px;font-weight:700;line-height:1.2;color:#2d0825}.duplicate-modal__header img{cursor:pointer}.duplicate-modal__content-body{padding:20px;font-size:16px;font-weight:500;line-height:1.2;color:#2d0825}.duplicate-modal__content-footer{display:flex;align-items:center;justify-content:space-between;margin-top:8px;gap:20px}.duplicate-modal__content-footer button{font-size:16px;font-weight:600;line-height:1.2;padding:15px 20px;justify-content:start;border-radius:12px;border:none;cursor:pointer}.duplicate-modal__content-footer .duplicate-modal__content-footer-close{background-color:#f0edeb}.duplicate-modal__content-footer .duplicate-modal__content-footer-save{background-color:#ffc2f2;flex:1 1 auto}.home-page{min-height:100vh}.home-page-content{display:flex}.home-page-tabs{display:flex;flex-direction:column;align-items:start;gap:4px;min-width:320px;padding:48px 32px}@media (max-width: 1100px){.home-page-tabs{min-width:240px}}@media (max-width: 992px),(max-width: 1200px) and (hover: none) and (pointer: coarse){.home-page-tabs{z-index:10;position:fixed;right:8px;left:8px;bottom:8px;flex-direction:row;align-items:center;justify-content:center;gap:24px;background-color:#fff;border-radius:16px;padding:4px}}.home-page-content{height:calc(100vh - 150px);flex:1 1 auto;overflow:hidden}@media (max-width: 575px){.home-page-content{height:calc(100vh - 155px)}}.home-page-content-conteiner{width:100%;height:100%;padding:48px 64px;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}@media (max-width: 1600px){.home-page-content-conteiner{padding:48px}}@media (max-width: 1440px){.home-page-content-conteiner{padding:48px 40px}}@media (max-width: 767px){.home-page-content-conteiner{padding:40px 20px}}@media (max-width: 575px){.home-page-content-conteiner{padding:20px}}.home-page-content-conteiner::-webkit-scrollbar{display:none}.home-page-tab{display:flex;align-items:center;justify-content:start;font-weight:600;opacity:.8;width:100%;padding:16px;cursor:pointer;border-radius:12px}@media (max-width: 992px),(max-width: 1200px) and (hover: none) and (pointer: coarse){.home-page-tab{flex-direction:column;gap:6px;width:max-content;border-radius:16px;padding:8px 6px}}.home-page-tab.active{background-color:#fff;opacity:1}@media (max-width: 992px),(max-width: 1200px) and (hover: none) and (pointer: coarse){.home-page-tab.active{background:#f0edeb}}.home-page-tab:first-child{order:1}.home-page-tab:nth-child(2){order:3}.home-page-tab-icon{width:24px;margin-right:8px}@media (max-width: 992px),(max-width: 1200px) and (hover: none) and (pointer: coarse){.home-page-tab-icon{margin-right:0}}.home-page-mobile-action{display:none;order:2}@media (max-width: 992px),(max-width: 1200px) and (hover: none) and (pointer: coarse){.home-page-mobile-action{display:flex}}.home-page-tab-label{color:#2d0825}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#292030cc;display:flex;align-items:center;justify-content:center;z-index:1000}@media (max-width: 675px){.modal-overlay{align-items:end}}.create-draft-modal{position:relative;background:#fff;border-radius:24px;width:90%;max-height:90vh;max-width:1136px;overflow:hidden}.create-draft-modal .carousel-item-check{display:none}@media (max-width: 675px){.create-draft-modal{width:100%;border-radius:24px 24px 0 0;flex-direction:column}.create-draft-modal:before{content:"";position:absolute;top:6px;left:50%;transform:translate(-50%);width:40px;height:5px;background:#e0d9d4;border-radius:5px;z-index:1}}@media (max-width: 675px){.create-draft-modal{max-height:600px}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:32px}.modal-header h2{margin:0;font-size:28px;font-weight:700;font-style:medium;line-height:1}@media (max-width: 675px){.modal-header{padding:35px 20px 18px}}.modal-content-left{padding:8px;display:flex;flex-direction:column;gap:12px;max-width:200px}@media (max-width: 675px){.modal-content-left{flex-direction:row;padding:12px 20px}}.modal-content-left .modal-content-left-item-button{width:100%;font-size:14px;font-weight:500;font-style:medium;line-height:1;color:#000;background:none;border:none;cursor:pointer;white-space:nowrap;justify-content:flex-start;min-width:164px;padding:14px 37px 14px 12px}.modal-content-left .modal-content-left-item-button.selected{background:#f0f1f2;border-radius:10px}.modal-content-left .modal-content-left-item-button img{width:24px;height:24px;margin-right:12px}.modal-content-right{flex:1 1 auto;padding:8px 0;overflow:hidden}@media (max-width: 675px){.modal-content-right{overflow-y:scroll}}.modal-content-right-section{margin-top:36px}@media (max-width: 530px){.modal-content-right-section{margin-top:28px}}.modal-content-right-section:first-child{margin-top:0}.modal-content-right-section-content{display:flex;gap:20px;position:relative;flex-wrap:wrap}@media (max-width: 476px){.modal-content-right-section-content{gap:5px}}@media (max-width: 530px){.modal-content-right-section-content{gap:8px}}.modal-content-right-section-title{font-size:21px}.modal-content-right-section-content-item{cursor:pointer;display:flex;flex-direction:column;align-items:center}.modal-content-right-section-content-item.no-event{pointer-events:none}.modal-content-right-section-content-item-view{position:relative;height:132px;max-width:180px;width:100%;border-radius:16px;background-color:#f0edeb;display:flex;align-items:center;justify-content:center}.modal-content-right-section-content-item-overlay{position:absolute;width:100%;height:100%;top:0;left:0;z-index:1;pointer-events:none;display:none}.modal-content-right-section-content-item-overlay.overlay-right-show{background-image:linear-gradient(to right,#0000,#fff9)}.modal-content-right-section-content-item-overlay.overlay-left-show{background-image:linear-gradient(to left,#0000,#fff9)}.modal-content-right-section-content-item-overlay.overlay-left-show,.modal-content-right-section-content-item-overlay.overlay-right-show{display:block}.nav-arrow-create-draft{position:absolute;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;z-index:1}.nav-arrow-left-create-draft{left:0}.nav-arrow-left-create-draft.disabled{opacity:0;cursor:not-allowed}.nav-arrow-right-create-draft{right:25px}.modal-content-right-section-content-item-title{margin:12px 0 0}@media (max-width: 476px){.modal-content{padding:0}}.modal-content-right-section-description{margin:4px 0 20px;color:#71626e;font-size:16px}@media (max-width: 530px){.modal-content-right-section-description{margin:6px 0 20px}}.modal-content-right-section-content-tabs{display:flex;gap:8px;margin-bottom:28px}@media (max-width: 530px){.modal-content-right-section-content-tabs{margin-bottom:20px}}.modal-content-right-section-content-tab{padding:8px 10px;cursor:pointer;border-radius:8px;background-color:#f0edeb;white-space:nowrap}.modal-content-right-section-content-tab.selected{background-color:#ffc2f2}.modal-content-right-section-content-tab-title{font-size:14px}.draft-type-selection{display:flex;flex-direction:column;gap:16px}.draft-type-option{display:flex;align-items:center;padding:16px;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .2s}.draft-type-option:hover{border-color:#007bff;background-color:#f8f9fa}.draft-type-option input[type=radio]{margin-right:12px;width:18px;height:18px;accent-color:#007bff}.draft-type-option .type-label{font-size:16px;font-weight:500;color:#333}.draft-type-option:has(input:checked){border-color:#007bff;background-color:#e7f3ff}.draft-type-option:has(input:checked) .type-label{color:#007bff}.modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:20px}.cancel-button,.save-button{padding:12px 24px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.cancel-button{background-color:#f8f9fa;color:#666;border:1px solid #dee2e6}.cancel-button:hover{background-color:#e9ecef}.save-button{background-color:#007bff;color:#fff}.save-button:hover{background-color:#0056b3}.save-button:active{transform:translateY(1px)}.modal-content-right-section-content-item-template{height:132px;flex:1 1 calc(25% - 20px);overflow:hidden;justify-content:center;border-radius:16px;max-width:200px;background-color:#f0edeb;background-image:radial-gradient(rgba(0,0,0,.1019607843) 1.5px,transparent 3px);background-size:16px 16px;background-repeat:repeat}@media (max-width: 1024px){.modal-content-right-section-content-item-template{flex:1 1 calc(33.33% - 20px);max-width:calc(33.33% - 20px)}}@media (max-width: 834px){.modal-content-right-section-content-item-template{flex:1 1 calc(50% - 20px);max-width:calc(50% - 20px)}}@media (max-width: 530px){.modal-content-right-section-content-item-template{flex:1 1 calc(33.33% - 8px);max-width:calc(33.33% - 8px)}}@media (max-width: 375px){.modal-content-right-section-content-item-template{flex:1 1 calc(50% - 8px);max-width:calc(50% - 8px)}}@media (max-width: 530px){.modal-content-right-section-content-item-template .modal-header h2{font-size:22px}}@media (max-width: 375px){.modal-content-right-section-content-item-template{width:163.5px}}.modal-content-right-section-content-item-template img{object-fit:cover}.modal-content-right-section-content-sizes{overflow:hidden;max-width:800px;display:block}.modal-content-right-section-content-items{display:flex;gap:20px}.modal-content-viewport{padding:20px;display:flex;gap:54px}@media (max-width: 675px){.modal-content-viewport{max-height:523px;overflow-x:hidden;overflow-y:scroll;scrollbar-width:thin;-webkit-overflow-scrolling:touch}}@media (max-width: 1024px){.modal-content-viewport{gap:20px}}@media (max-width: 675px){.modal-content-viewport{flex-direction:column}}@media (max-width: 675px){.modal-content-viewport{gap:16px}}.choose-size-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.choose-size-modal{border-radius:20px;width:90%;max-width:532px;max-height:90vh;overflow-y:auto}.choose-size-modal-header{padding:32px 32px 0;background:#fff}.choose-size-modal-header .back-button{display:flex;align-items:center;gap:12px;background:none;border:none;cursor:pointer;font-size:18px;color:#2d0825;font-weight:600;font-style:semibold}.choose-size-modal-header .back-button:hover{color:#1f2937}.choose-size-modal-content{overflow:hidden;padding:32px;background:#fff;border-bottom-left-radius:20px;border-bottom-right-radius:20px}.finish-section{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px}.finish-section .section-title{font-size:22px;font-weight:600;color:#2d0825}.finish-section .finish-options{background-color:#f0edeb;display:flex;gap:4px;padding:6px;border-radius:12px}.finish-section .finish-options .finish-option{padding:8px 16px;border-radius:8px;background:transparent;cursor:pointer;font-size:14px;font-weight:600;color:#2d0825;transition:all .2s ease}.finish-section .finish-options .finish-option.selected{background-color:#fff}.size-section .section-title{font-size:22px;font-weight:600;color:#1f2937;margin:0 0 32px}.size-section .size-options-container{display:flex;align-items:center;gap:16px}.size-section .size-options-container .nav-arrow{z-index:10;width:40px;height:40px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;color:#6b7280;transition:all .2s ease}.size-section .size-options-container .nav-arrow:hover:not(.disabled){color:#374151}.size-section .size-options-container .nav-arrow.disabled{opacity:.3;cursor:not-allowed}.size-section .size-options-container .size-options{display:flex;gap:20px;flex:1;padding:8px 0;justify-content:start;align-items:center;transition:all .3s ease;max-width:400px;margin:0 auto}.size-section .size-options-container .size-options .size-option{width:180px;height:132px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;cursor:none;pointer-events:none;transition:transform .2s ease;opacity:.5}.size-section .size-options-container .size-options .size-option.selected{opacity:1;pointer-events:auto;cursor:pointer}.size-section .size-options-container .size-options .size-option .size-option-image{position:relative;width:140px;height:105px;border-radius:8px;overflow:hidden;margin-bottom:8px;box-shadow:0 2px 8px #0000001a}.size-section .size-options-container .size-options .size-option .size-option-image img{width:100%;height:100%;object-fit:contain}.size-section .size-options-container .size-options .size-option .size-option-image .checkmark{position:absolute;bottom:4px;left:4px;width:20px;height:20px;background:#1f2937;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.size-section .size-options-container .size-options .size-option .size-option-text{font-size:16px;color:#2d0825;margin:0;text-align:center;line-height:1.5;letter-spacing:0px}.size-section .size-options-container .size-options .size-option.selected .size-option-image{box-shadow:0 4px 12px #0003}.choose-size-modal-footer{display:flex;gap:8px;padding:8px 0;width:100%}.choose-size-modal-footer .create-button{flex:1 1 auto;background-color:#ffc2f2;color:#2d0825;border:none;border-radius:12px;padding:13px 20px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:space-between;max-height:54px}.choose-size-modal-footer .create-button:hover{background-color:#e9d5ff}.choose-size-modal-footer .cancel-button{flex:0 1 92px;background-color:#e0d9d4;color:#2d0825;border:none;border-radius:8px;padding:13px 24px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease}.choose-size-modal-footer .cancel-button:hover{background-color:#e5e7eb}.login-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1000;display:flex;justify-content:center;align-items:center;padding:10px}@media (max-width: 375px){.login-modal{align-items:end;padding:0}}.login-modal-content{position:relative;max-width:424px;width:100%;padding:64px 54px;background-color:#fff;border-radius:20px}@media (max-width: 435px){.login-modal-content{padding:32px 28px}}@media (max-width: 375px){.login-modal-content{padding:40px 24px;border-radius:20px 20px 0 0}}.login-modal-content-close{position:absolute;top:32px;right:32px;width:24px;height:24px;cursor:pointer}.login-modal-content-header-content{display:flex;flex-direction:column;gap:16px}.login-modal-content-header-content h2{font-size:22px;font-weight:700;line-height:1.2}.login-modal-content-header-content p{color:#594856;font-size:14px;font-weight:500;line-height:1.2}.login-modal-content-body{margin-top:40px}.login-modal-content-footer p{margin:40px 0;color:#594856}@keyframes _l3_1s6p5_1{to{transform:rotate(1turn)}}._icon_1s6p5_6{display:inline-block;vertical-align:middle;fill:currentcolor;flex-shrink:0;color:inherit}._icon_1s6p5_6.closeModal{width:48px;height:48px}._icon_1s6p5_6.Light{color:var(--Light)}._icon_1s6p5_6.Light-2{color:var(--Light-2)}._icon_1s6p5_6.Primary{color:var(--Primary)}._icon_1s6p5_6.Primary-2{color:var(--Primary-2)}._icon_1s6p5_6.Primary-3{color:var(--Primary-3)}._icon_1s6p5_6.Primary-4_3{color:var(--Primary-4_3)}._icon_1s6p5_6.reported{color:var(--Primary-3)}._icon_1s6p5_6.spin{animation:_l3_1s6p5_1 2s infinite linear}._icon_1s6p5_6.flip{rotate:180deg}.cart-button{background-color:#fff;display:flex;align-items:center;justify-content:center;height:54px;padding:15px;border-radius:12px}.drafts-list{margin:0 auto;width:100%}.drafts-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.drafts-header h2{margin:0;font-size:28px;color:#333;font-weight:600;letter-spacing:-2px}.drafts-header .drafts-count{background-color:#f8f9fa;color:#666;padding:6px 12px;border-radius:20px;font-size:14px;font-weight:500}.loading-state,.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.empty-state{display:grid;grid-template-columns:repeat(4,1fr);gap:32px 24px}@media (max-width: 1440px){.empty-state{grid-template-columns:repeat(3,1fr);gap:28px 20px}}@media (max-width: 767px){.empty-state{grid-template-columns:repeat(2,1fr);gap:24px 16px}}@media (max-width: 575px){.empty-state{grid-template-columns:1fr;gap:20px}}.empty-state .draft-card{min-height:290px}@media (max-width: 1100px){.empty-state .draft-card{min-height:230px}}@media (max-width: 575px){.empty-state .draft-card{min-height:220px}}.empty-state .draft-card:first-child{display:flex}.empty-state-card{display:flex;flex-direction:column;align-items:start;justify-content:center;padding:30px}@media (max-width: 575px){.empty-state-card{padding:0}}@media (max-width: 575px){.empty-state-card img{display:none}}.empty-state-card .empty-state-text{font-size:16px;font-weight:500;line-height:1.5;color:#2d0825}@media (max-width: 1440px){.empty-state-card .empty-state-text{max-width:230px}}@media (max-width: 575px){.empty-state-card .empty-state-text{width:100%;max-width:100%;text-align:center}}.empty-state-card .empty-state-text span{color:#d86cc0}@media (max-width: 1600px){.empty-state-card .empty-state-text br{display:none}}@media (max-width: 575px){.empty-state-card .empty-state-text br{display:block}}.loading-spinner{width:28px;height:28px;border:4px solid #f3f3f3;border-top:4px solid #007bff;border-radius:50%;animation:spin 1s linear infinite}@keyframes highlightDuplicate{0%{box-shadow:0 0 0 4px #ffc2f2cc,0 4px 20px #ffc2f266;transform:scale(1.02)}50%{box-shadow:0 0 0 2px #ffc2f299,0 2px 10px #ffc2f24d;transform:scale(1.01)}to{box-shadow:0 0 0 2px #ffc2f2;transform:scale(1)}}.loading-state p,.error-state p,.empty-state p{color:#666;font-size:16px;margin:0}.error-message{color:#dc3545!important;margin-bottom:16px!important}.retry-button{background-color:#007bff;color:#fff;border:none;padding:10px 20px;border-radius:6px;cursor:pointer;font-size:14px;transition:background-color .2s}.retry-button:hover{background-color:#0056b3}.empty-icon{font-size:48px;margin-bottom:16px}.empty-state h3{margin:0 0 8px;color:#333;font-size:20px}.drafts-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px 24px}@media (max-width: 1440px){.drafts-grid{grid-template-columns:repeat(3,1fr);gap:28px 20px}}@media (max-width: 767px){.drafts-grid{grid-template-columns:repeat(2,1fr);gap:24px 16px}}@media (max-width: 575px){.drafts-grid{grid-template-columns:1fr;gap:20px}}.draft-card{display:flex;flex-direction:column;justify-content:space-between;gap:16px;background-color:#fff;border-radius:28px;padding:16px 16px 32px}.draft-card .draft-card-image{background-color:#f0edeb;background-image:radial-gradient(#d5d2d1 1.5px,transparent 3px);background-size:16px 16px;background-repeat:repeat;cursor:pointer}.draft-card:hover .editor-toolbar-ellipsis,.draft-card:hover .draft-card-image-add-to-cart{opacity:1}.draft-card.draft-card-duplicated{animation:highlightDuplicate 3s ease-out;box-shadow:0 0 0 2px #ffc2f2}@media (max-width: 1440px){.draft-card{border-radius:24px;padding:12px}}.draft-card:first-child{cursor:pointer;display:flex;justify-content:center;align-items:center;gap:12px;background:transparent;border:2px dashed rgba(45,8,37,.3490196078)}@media (max-width: 575px){.draft-card:first-child{display:none}}.draft-card:first-child .draft-card-icon{display:flex;flex-direction:column;justify-content:center;align-items:center}.draft-card:first-child .draft-card-icon img{width:32px;height:32px}.draft-card:first-child .draft-card-icon-text{font-weight:600}.draft-card .editor-toolbar-ellipsis{opacity:0;position:absolute;top:12px;right:12px}@media (max-width: 992px),(max-width: 1200px) and (hover: none) and (pointer: coarse){.draft-card .editor-toolbar-ellipsis{opacity:1}}.draft-card-details-type{display:flex;align-items:center;gap:8px;color:#71626e;font-size:16px;font-weight:400;margin-top:4px}.draft-card-details-type img{width:20px;height:18px}.draft-card-image{width:100%;aspect-ratio:3/2;position:relative;border-radius:20px;padding:28px;display:flex;justify-content:center;align-items:center}.draft-card-image .draft-card-image-img{width:100%;height:100%;object-fit:contain}.draft-card-body{position:relative}.draft-card-body .draft-card-title{max-width:100%;font-size:18px;font-weight:600;line-height:1.5;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal}.draft-card-body .draft-type{margin-bottom:16px}.drafts-list-header-title{font-weight:700;font-size:48px;line-height:1.2}.drafts-list-header-description{color:#71626e;font-size:18px;line-height:1.5;margin-top:16px;margin-bottom:48px}@media (max-width: 575px){.drafts-list-header-description{font-size:16px;margin-bottom:32px}}.empty-state-card-icon{background-color:#ffc2f2;padding:16px;border-radius:16px}.draft-card-image-ar{position:absolute;top:14px;left:14px}.draft-card-image-add-to-cart{cursor:pointer;z-index:10;opacity:0;position:absolute;top:-28px;left:50%;transform:translateY(-100%) translate(-50%);width:92%;background-color:#fff;padding:6px;border-radius:8px;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:600;font-size:14px;line-height:1.5}@media (max-width: 1440px){.draft-card-image-add-to-cart{opacity:1;z-index:1;position:relative;top:auto;left:auto;transform:none;width:calc(100% + 24px);height:auto;flex-direction:row-reverse;background:#ffc2f2;padding:12px;border-radius:0 0 24px 24px;margin:12px -12px -12px}}.draft-card-image-add-to-cart img{width:24px;aspect-ratio:1/1}.draft-card-details-type-size{flex-shrink:0;white-space:nowrap;overflow:hidden;max-width:100%}.draft-card-details-type-edited{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal;max-width:100%}.drafts-loader{grid-column:1/-1;text-align:center;padding:32px;color:#666;font-size:14px;min-height:60px;display:flex;align-items:center;justify-content:center}.order-list-header h2{font-weight:700;font-size:48px;line-height:1.2;letter-spacing:-2px}.order-list-header p{color:#71626e;font-size:18px;margin-top:12px;margin-bottom:48px}.order-list-items{display:flex;flex-direction:column;gap:40px;max-width:1200px}.order-list-items .empty-message{text-align:center;color:#2d0825;font-size:16px;font-weight:500;line-height:1.5;letter-spacing:0px}.order-list-items-title{font-size:22px;font-weight:700;line-height:1.2;letter-spacing:-.4px;margin-bottom:32px}.order-list-loader{text-align:center;padding:32px;color:#666;font-size:14px;min-height:60px;display:flex;align-items:center;justify-content:center;margin-top:20px}.order-card{width:100%;padding:16px 24px 24px;margin-top:12px;background:#fff;border-radius:20px;border:1px solid #e0d9d4}@media (max-width: 992px),(max-width: 1200px) and (hover: none) and (pointer: coarse){.order-card{padding:20px}}@media (max-width: 575px){.order-card{padding:16px}}.order-card .order-card-header{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;cursor:pointer}@media (max-width: 992px),(max-width: 1200px) and (hover: none) and (pointer: coarse){.order-card .order-card-header{grid-template-columns:100%}}@media (max-width: 992px),(max-width: 1200px) and (hover: none) and (pointer: coarse){.order-card .order-card-header.open{grid-template-columns:1fr 24px}}.order-card .order-card-header .order-card-header-left{display:flex;align-items:center}.order-card .order-card-header .order-card-header-right{display:flex;align-items:center;justify-content:flex-end}.order-card .order-card-header-title-text{font-size:18px;font-weight:600;line-height:1.5}.order-card .order-card-header-title-text span{color:#a2969f}.order-card .order-card-header-title-date{font-size:14px;font-weight:500;color:#594856;line-height:1.5}.order-card .order-card-header-drafts{display:flex;align-items:center;justify-content:flex-start;gap:8px;width:100%}.order-card .order-card-header-drafts.open{display:none}.order-card .order-card-header-drafts .order-card-header-drafts-item{width:84px;height:62px;border-radius:7.5px;overflow:hidden;background-color:#f0edeb}.order-card .order-card-header-drafts .order-card-header-drafts-item .order-card-header-drafts-item-image{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.order-card .order-card-header-drafts .order-card-header-drafts-item .order-card-header-drafts-item-image img{width:80%;height:80%;object-fit:cover}.order-card .order-card-header-status{display:flex;align-items:center;gap:4px;padding:6px 12px;font-size:14px;font-weight:600;border-radius:10px;margin-right:24px}.order-card .order-card-header-status.pending{background:#c9ff06}.order-card .order-card-header-status.processing{background:#c2d7ff}.order-card .order-card-header-status.printing{background:#dbd0ff}.order-card .order-card-header-status.delivered{color:#2a593e;background:#dff4b7}.order-card .order-card-header-status.open{display:none}.order-card .order-card-content{margin-top:32px}.order-card .order-card-content-left{flex:0 1 442px}.order-card .order-card-content-left-history-date{font-size:14px;font-weight:500;color:#594856;line-height:1.5}.order-card .order-card-content-right{flex:0 1 442px}.order-card-content-container{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}@media (max-width: 992px),(max-width: 1200px) and (hover: none) and (pointer: coarse){.order-card-content-container{grid-template-columns:100%}}.order-card-content-left-details-payment{display:flex;align-items:center;justify-content:space-between;margin-top:32px}.order-card-content-left-details-delivery{margin-top:8px;display:flex;justify-content:space-between}.order-card-content-left-details-delivery-address,.order-card-content-left-details-payment-type{font-size:18px;font-weight:500;text-align:right;line-height:1.5}.order-card-content-right-draft{width:100%;display:flex;flex-direction:column;gap:16px}.order-card-content-right-draft-image{width:150px;height:110px;background-color:#f0edeb;border-radius:8px;display:flex;align-items:center;justify-content:center}.order-card-content-right-draft-image img{width:80%;height:70%;object-fit:cover}.order-card-content-right-draft-details-top{display:flex;align-items:start;justify-content:space-between;gap:16px;margin-bottom:6px;font-size:16px;font-weight:700;line-height:1.5}.order-card-content-right-draft-details-top-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.order-card-content-right-draft-details-bottom{display:flex;align-items:center;gap:6px;color:#594856;font-size:14px;font-weight:500}.order-card-content-right-drafts{display:flex;flex-direction:column;align-items:center;gap:20px}.order-card-content-right-bottom{margin-top:24px}.order-card-content-right-bottom-subtotal,.order-card-content-right-bottom-shipping{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.order-card-content-right-bottom{color:#2d0825;font-size:16px;font-weight:400;line-height:1.5}.order-card-content-right-bottom-shipping-price,.order-card-content-right-bottom-subtotal-price{font-size:16px;font-weight:700;line-height:1.5}.order-card-content-right-bottom-total{display:flex;align-items:center;justify-content:space-between;border-bottom:1.5px dashed rgba(43,8,36,.35);padding-bottom:12px}.order-card-content-right-bottom-total-price{font-size:18px;font-weight:700;line-height:1.5}.order-card-content-right-bottom-shipping{margin-bottom:24px}.order-card-content-right-bottom-shipping .order-card-content-right-bottom-shipping-price{color:#d355b8}.order-card-content-right-bottom-status-type{color:#14764b;font-size:16px;font-weight:500;line-height:1.5}.order-card-header-drafts-item-more-drafs{display:flex;align-items:center;justify-content:center;height:44px;aspect-ratio:1/1;background-color:#f0edeb;border-radius:8px}.order-card-header-drafts-item-more-drafs span{color:#594856;font-size:14px;font-weight:500;line-height:1.5}.order-card-content-left-history-title,.order-card-content-left-details-title,.order-card-content-right-drafts-title{display:flex;align-items:center;color:#2d0825;gap:8px;margin-bottom:24px;font-size:14px;font-weight:500}.order-card-content-left-history-title img,.order-card-content-left-details-title img,.order-card-content-right-drafts-title img{width:24px;filter:brightness(0%)}.order-card-content-left-history-status-item{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.order-card-content-left-history-status-item:last-child{margin-bottom:0}.order-card-content-left-history-status-container{margin-bottom:48px}.order-card-content-left-details-shipping{display:flex;align-items:start;justify-content:space-between;margin-bottom:8px}.order-card-content-left-details-shipping-details,.order-card-content-left-details-delivery-address{display:flex;flex-direction:column;gap:2px;font-weight:500;font-size:14px;line-height:1.5;color:#2d0825;text-align:right}.order-card-content-left-details-shipping-text,.order-card-content-left-details-delivery-text{font-size:14px;color:#71626e;font-weight:500;line-height:1.5}.order-card-content-right-draft-details-preview{display:flex;align-items:center;font-size:14px;font-weight:600;color:#d355b8;gap:6px;margin-top:6px;cursor:pointer}.order-card-content-right-draft-details-preview:hover{opacity:.8}.order-card-content-right-bottom-total-text{font-weight:500;font-size:18px;line-height:1.5}.order-card-content-right-bottom-subtotal-text,.order-card-content-right-bottom-shipping-text{font-size:14px}.order-card-bottom{display:flex;align-items:center;gap:32px;margin-top:32px}@media (max-width: 992px),(max-width: 1200px) and (hover: none) and (pointer: coarse){.order-card-bottom{flex-direction:column;align-items:flex-start;gap:12px;margin-top:16px}}@media (max-width: 575px){.order-card-bottom{margin-top:32px}}.order-card-bottom-item{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:600;color:#d355b8;cursor:pointer;transition:opacity .2s ease-in-out}.order-card-bottom-item:hover{opacity:.8}.order-card-bottom-item img{width:28px;height:28px}.user-profile-header{margin-bottom:70px}@media (max-width: 575px){.user-profile-header{margin-bottom:32px}}.user-profile-header h2{font-weight:700;font-size:48px;line-height:1.2;letter-spacing:-2px}.user-profile-header p{color:#71626e;font-size:18px;margin-top:12px}.user-profile-content .user-profile-content-container{max-width:596px;display:flex;flex-direction:column;gap:40px}.user-profile-content .user-profile-content-container-item{width:100%}.user-profile-content .user-profile-content-container-item-title{font-size:22px;font-weight:700;line-height:1.2;letter-spacing:-.4px;margin-bottom:24px}.user-profile-content .user-profile-content-container-item-content{display:flex;flex-direction:column;gap:16px}.user-profile-content .user-profile-content-container-item-content-first-last-name{display:flex;gap:16px;margin-bottom:16px}@media (max-width: 575px){.user-profile-content .user-profile-content-container-item-content-first-last-name{flex-wrap:wrap}}.user-profile-content .user-profile-content-container-item-content-first-last-name-inputs{flex:1 1 auto;display:flex;align-items:center;font-size:16px;gap:8px}.user-profile-content .user-profile-content-container-item-content-first-last-name-inputs input{width:100%;height:100%;flex:0 1 50%;background:#fff;padding:15px 16px;border-radius:12px;border:1px solid #e0d9d4}.user-profile-content .user-profile-content-container-item-content-language-currency{display:flex;gap:8px;align-items:center;flex-direction:row}@media (max-width: 575px){.user-profile-content .user-profile-content-container-item-content-language-currency{flex-direction:column;align-items:stretch}}.user-profile-content .user-profile-content-container-item-content-language-currency select{flex:0 1 50%;background:#fff;padding:15px 40px 15px 16px;border-radius:12px;border:1px solid #e0d9d4;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2371626E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:12px 8px;cursor:pointer;font-size:16px;color:#000}.user-profile-content .user-profile-content-container-item-button{padding:19px 20px;background-color:#ffc2f2;border-radius:12px;font-weight:600;font-size:16px}@media (max-width: 575px){.user-profile-content .user-profile-content-container-item-button{width:100%}}.user-profile-content .user-profile-content-container--payment-method-button{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;background-color:#ffc2f2;padding:13px;border-radius:12px;font-size:16px;font-weight:600}.user-profile-content .user-profile-content-container--payment-method-button:first-child{background-color:#fff}.user-profile-content .user-profile-content-container--payment-method-description{font-size:16px;font-weight:500;color:#71626e}@media (max-width: 575px){.user-profile-content .user-profile-content-container--payment-method-description{font-size:14px;text-align:center}}.user-profile-content .user-profile-content-container-item-title-with-description{margin-bottom:8px}.user-profile-content .user-profile-content-container-item-description{font-size:16px;line-height:1.5;color:#71626e;margin-bottom:24px}@media (max-width: 575px){.user-profile-content .user-profile-content-container-item-description{font-size:14px;line-height:1.3}}.user-profile-content .change-button{background-color:#f0edeb;padding:17px 20px;border-radius:12px;font-size:14px;font-weight:600}@media (max-width: 575px){.user-profile-content .change-button{width:100%}}.user-profile-content .user-profile-content-addresses{background:#fff;padding:20px 24px;border-radius:24px;border:1px solid #e0d9d4;display:flex;align-items:center;justify-content:space-between}@media (max-width: 575px){.user-profile-content .user-profile-content-addresses{flex-direction:column;align-items:stretch;gap:16px;padding:16px 20px}}.user-profile-content .user-profile-content-addresses-content{display:flex;align-items:center;gap:20px}.user-profile-content .user-profile-content-addresses-content-icon{width:54px;aspect-ratio:1/1;border-radius:12px;border:1px solid #e0d9d4;display:flex;align-items:center;justify-content:center}.user-profile-content .user-profile-content-addresses-content-info{display:flex;flex-direction:column;gap:5px}.user-profile-content .user-profile-content-addresses-content-name{font-weight:500;font-size:18px}.user-profile-content .user-profile-content-addresses-content-address{font-size:16px;font-weight:500;color:#71626e}@media (max-width: 575px){.user-profile-content .user-profile-content-addresses-content-address{font-size:14px}}.payment-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1000;display:flex;justify-content:center;align-items:center}.payment-modal .payment-modal-content{max-width:424px;width:100%;border-radius:16px}.payment-modal .payment-modal-content-header{padding:38px 28px 18px;display:flex;justify-content:space-between;align-items:center;background-color:#fff;border-top-left-radius:16px;border-top-right-radius:16px;transform:translateY(1px)}.payment-modal .payment-modal-content-header.delete-header{align-items:start}.payment-modal .payment-modal-content-header-close{width:24px;aspect-ratio:1/1;display:flex;align-items:start}.payment-modal .payment-modal-content-body{padding:32px 28px;background-color:#fff;border-bottom-left-radius:16px;border-bottom-right-radius:16px}.payment-modal .payment-modal-content-body-card{display:flex;align-items:center;gap:16px}.payment-modal .payment-modal-content-body-card-number{font-size:14px;font-weight:500;line-height:1.2;color:#2d0825}.payment-modal .payment-modal-content-body-actions{margin-top:8px;display:flex;align-items:center;gap:8px}.payment-modal .payment-modal-content-body-actions-button.cancel-button{color:#2d0825;font-size:16px;font-weight:600;line-height:1.2;flex:0 1 92px;background-color:#f0edeb;border-radius:12px;padding:15px 20px}.payment-modal .payment-modal-content-body-actions-button-right{color:#2d0825;flex:0 1 324px;background-color:#ffc2f2;border-radius:12px;padding:13px 14px;display:flex;align-items:center;justify-content:space-between;font-size:16px;font-weight:600;line-height:1.2}.payment-modal .payment-modal-content-body-card-number{margin-bottom:8px}.payment-modal .payment-modal-content-body-card-number-input,.payment-modal .payment-modal-content-body-card-number-group-input{position:relative;width:100%;padding:15px 24px 15px 54px;border-radius:12px;border:1px solid #E0D9D4;color:#71626e;font-size:16px}.payment-modal .payment-modal-content-body-card-number-input img,.payment-modal .payment-modal-content-body-card-number-group-input img{position:absolute;left:16px;top:50%;transform:translateY(-50%)}.payment-modal .payment-modal-content-body-card-number-input input,.payment-modal .payment-modal-content-body-card-number-group-input input{width:100%}.payment-modal .payment-modal-content-body-card-number-group{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:32px}.payment-modal .payment-modal-content-body-card-number-group .payment-modal-content-body-card-number-group-input{margin-top:8px}.payment-modal .payment-modal-content-body-card-number-group .payment-modal-content-body-card-number-group-input.error,.payment-modal .payment-modal-content-body-card-number-input.error{border-color:red}.payment-modal .payment-modal-content-body-delete-header{font-size:22px;font-weight:700;line-height:1.2;color:#2d0825;margin-bottom:12px}.payment-modal .payment-modal-content-body-delete-text{font-size:16px;font-weight:600;line-height:1.2;color:#594856;margin-bottom:8px}.payment-modal .payment-modal-content-body-card-info-number{font-size:18px;font-weight:500;line-height:1.2;color:#2d0825}.payment-modal .payment-modal-content-body-card-info-expiry{color:#71626e;font-size:16px;font-weight:500}.payment-modal .delete-button{background-color:#ffa6a6}.payment-modal-content-body-card-number-input-error{font-size:14px;color:red;margin:5px}.payment-modal-content-body-card-number-group-input-nameOnCard{margin-top:32px}.payment-modal-content-body-nameOnCard-input{margin-top:8px;width:100%;padding:15px 14px;border-radius:12px;border:1px solid #E0D9D4;color:#71626e;font-size:16px}.user-payment-list-item{display:flex;align-items:center;justify-content:space-between;background:#fff;padding:20px 24px;border-radius:20px;border:1px solid #e0d9d4;gap:16px;width:100%}@media (max-width: 575px){.user-payment-list-item{align-items:stretch;flex-direction:column;gap:16px}}.user-payment-list-item-card-details{display:flex;align-items:center;gap:20px}@media (max-width: 575px){.user-payment-list-item-card-details{gap:16px}}.user-payment-list-item-card-details-type{width:54px;aspect-ratio:1/1;border-radius:12px;border:1px solid #e0d9d4}.user-payment-list-item-card-details-info{display:flex;flex-direction:column;gap:4px}.user-payment-list-item-card-details-number{font-size:18px;font-weight:500}.user-payment-list-item-card-details-expiry-date{color:#71626e;font-size:15px;font-weight:500}@media (max-width: 376px){.user-payment-list-item-card-details-expiry-date{font-size:14px}}.user-payment-list-item-card-details-actions{display:flex;align-items:center;gap:8px}.user-payment-list-item-card-details-actions-change-button{background-color:#f0edeb;padding:17px 20px;border-radius:12px;font-size:14px;font-weight:600}@media (max-width: 575px){.user-payment-list-item-card-details-actions-change-button{width:100%}}.user-payment-list-item-card-details-actions-delete-button{flex-shrink:0;width:48px;height:48px;padding:12px;background-color:#e95e60;border-radius:12px}.user-payment-list-item-card-details-actions-delete-button img{width:24px;height:24px}.address-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;padding:24px 16px;z-index:1000;overflow:auto;display:flex;flex-direction:column;align-items:center}.address-modal .address-modal-content-container{width:100%;max-width:520px;margin:auto}.address-modal .address-modal-content-container.delete{max-width:424px}.address-modal form{transform:translateY(-1px)}.address-modal-header{padding:38px 28px 12px;display:flex;justify-content:space-between;align-items:center;border-radius:20px 20px 0 0;background-color:#fff;transform:translateY(1px)}.address-modal-header.delete-header{align-items:start}.address-modal-content{border-radius:0 0 20px 20px;padding:32px 28px 48px;background-color:#fff}.address-modal-content.delete{padding-bottom:32px}.address-modal-content-input-group{width:100%}.address-modal-content-input-group:last-child{margin-bottom:0}.address-modal-content-input-group .address-modal-content-input-group-item{display:flex;flex-direction:column;gap:8px}.address-modal-content-input-group .address-modal-content-input-group-item label{font-size:14px;font-weight:500}.address-modal-content-input-group .address-modal-content-input-group-item select,.address-modal-content-input-group .address-modal-content-input-group-item input{height:54px;width:100%;border-radius:12px;border:1px solid #e0d9d4;font-size:16px;font-weight:400;padding:15px 16px}.address-modal-content-input-group .address-modal-content-input-group-item select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2371626E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:12px 8px;cursor:pointer}.address-modal-content-input-group .address-modal-content-input-group-item .address-modal-content-input-group-item-select-country{padding-left:46px}.address-modal-content-input-group.group-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}.address-modal-content-input-group.group-1{margin-bottom:8px}.address-modal-footer{display:flex;gap:8px;margin-top:8px}.address-modal-footer-button-cancel{display:block;padding:15px 20px;border-radius:12px;background-color:#f0edeb;font-size:16px;font-weight:600;line-height:1.2}.address-modal-footer-button-submit{flex:1;display:flex;align-items:center;justify-content:space-between;padding:15px 20px;border-radius:12px;background-color:#ffc2f2;font-size:16px;font-weight:600;line-height:1.2}.address-modal-footer-button-submit:disabled{background-color:#ffc2f2b4;cursor:not-allowed;opacity:.6}.address-modal-footer-button-submit.delete{background-color:#e95e60;color:#fff}.address-modal-footer-button-submit.delete img{filter:brightness(0) invert(1)}.address-modal-content-description{color:#594856;font-size:14px;font-weight:400;line-height:1.2;margin-bottom:36px}.address-modal-content-icon{height:48px;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;border:1px solid #e0d9d4;border-radius:12px}.address-modal-content-address-container{display:flex;gap:16px;margin-bottom:32px}.address-modal-content-address-container-info{flex:1;min-width:0;overflow:hidden}.address-modal-content-address-container-info .address-modal-content-address-container-info-name{font-weight:18px;font-weight:500;line-height:1.2;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis}.address-modal-content-address-container-info .address-modal-content-address-container-info-address{color:#594856;font-weight:500;font-size:14px;line-height:1.2;overflow:hidden;text-overflow:ellipsis}.address-modal-content-address-container-warning{display:flex;align-items:center;gap:8px;padding:12px;background-color:#fce7e7;border-radius:12px}.address-modal-content-address-container-warning p{font-size:12px;font-weight:400;line-height:1.2}.address-modal-subtitle{background-color:#fff;padding:0 28px;color:#594856;font-size:14px;font-weight:400;line-height:1.2}.address-modal-subtitle p{max-width:308px}.address-modal-content-input-group-title{display:flex;align-items:center;gap:8px;margin-bottom:16px;color:#2d0825;font-weight:600;font-size:16px}.group-street-postal-code{display:flex;gap:12px}.group-street-postal-code .address-modal-content-input-group-item{flex:1}.group-street-postal-code .postal-code{flex:0 1 120px}.address-modal-content-input-group-container{margin-bottom:32px}.group-country-city{margin-bottom:12px}.group-phone{display:flex;gap:12px}.group-phone .address-modal-content-input-group-item{flex:1}.group-phone .phone-code{flex:0 1 112px}.address-modal-content-input-group-item-error{color:#e95e60;font-size:12px;font-weight:400;line-height:1.2;margin-left:10px}.address-modal-header-title{font-size:22px;font-weight:700;line-height:1.2;letter-spacing:-.4px;margin-bottom:12px}.select-country-container{position:relative}.select-country-container img{width:24px;aspect-ratio:1/1;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.country-select{position:relative;width:100%;max-width:224px}.country-select-trigger{height:54px;width:100%;display:flex;align-items:center;gap:8px;padding:12px 16px;border:1px solid #e0d9d4;border-radius:8px;background:#fff;cursor:pointer;font-size:16px;transition:border-color .2s}.country-select-trigger:hover{border-color:#999}.country-select-trigger:focus{outline:none;border-color:#666}.country-select-flag{display:flex;align-items:center;flex-shrink:0;width:24px;height:18px;overflow:hidden;border-radius:2px}.country-select-flag-icon{width:100%;height:100%;object-fit:cover}.country-select-flag-fallback{font-size:12px;font-weight:600;color:#666}.country-select-value{flex:1;text-align:left}.country-select-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:1000;max-height:400px;display:flex;flex-direction:column}.country-select-search{padding:12px;border-bottom:1px solid #eee}.country-select-search-input{width:100%;padding:8px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px;outline:none}.country-select-search-input:focus{border-color:#666}.country-select-list{overflow-y:auto;max-height:300px;padding:4px 0}.country-select-option{width:100%;display:flex;align-items:center;gap:12px;padding:10px 16px;border:none;background:transparent;cursor:pointer;text-align:left;font-size:15px;transition:background-color .2s}.country-select-option:hover{background-color:#f5f5f5}.country-select-option.selected{background-color:#e8f4f8;font-weight:500}.country-select-option-name{flex:1}.country-select-check{color:#4caf50;font-weight:700;font-size:18px}.country-select-no-results{padding:20px;text-align:center;color:#999;font-size:14px}.address-modal-content-input-group-item .country-select-trigger{padding-left:46px;padding-right:40px}.address-modal-content-input-group-item .country-select-flag{height:24px;aspect-ratio:1/1;border-radius:50%}.address-modal-content-input-group-item .country-select-flag.selected{position:absolute;left:14px;top:50%;transform:translateY(-50%)}.address-modal-content-input-group-item .country-select-flag svg{width:100%;height:100%;object-fit:cover;scale:1.5}.address-modal-content-input-group-item .country-select-arrow-icon{position:absolute;right:16px;top:50%;transform:translate3d(0,-50%,0);transform-origin:center center;width:16px;aspect-ratio:1/1;transition:transform .2s}.address-modal-content-input-group-item .country-select-arrow-icon.rotate{transform:translate3d(0,-50%,0) rotate(180deg)}.address-modal-content-input-group-item .country-select-arrow-icon img{left:0}.country-select-value{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.country-select-option-name{max-width:154px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-default-address{padding:20px 24px;border-radius:24px;border:1px solid #e0d9d4;background-color:#fff;display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%}.user-default-address-content{flex:1;min-width:0;overflow:hidden}.user-default-address-name{font-weight:500;font-size:18px;margin-bottom:5px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-default-address-address span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-default-address-actions{display:flex;align-items:center;gap:8px}.user-default-address-actions-button.change-button{background-color:#f0edeb;padding:17px 20px;border-radius:12px;font-size:14px;font-weight:600}@media (max-width: 575px){.user-default-address-actions-button.change-button{width:100%}}.user-default-address-actions-button.delete-button{flex-shrink:0;width:48px;height:48px;padding:12px;background-color:#e95e60;border-radius:12px}.user-default-address-actions-button.delete-button img{width:24px;height:24px}.user-default-address-add-button{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;border:2px solid #f0edeb;background-color:#fff;padding:13px;border-radius:12px;font-size:16px;font-weight:600}.custom-select{position:relative;width:100%;flex:0 1 50%}@media (max-width: 575px){.custom-select{flex:1 1 100%}}.custom-select-trigger{height:48px;width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:15px 40px 15px 16px;border:1px solid #e0d9d4;border-radius:12px;background:#fff;cursor:pointer;font-size:16px;font-weight:500;color:#000;transition:border-color .2s}.custom-select-trigger:hover{border-color:#999}.custom-select-trigger:focus{outline:none;border-color:#666}.custom-select-value{flex:1;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-select-arrow-icon{position:absolute;right:16px;top:50%;transform:translate3d(0,-50%,0);transform-origin:center center;width:24px;aspect-ratio:1/1;transition:transform .2s;display:flex;align-items:center;justify-content:center;flex-shrink:0}.custom-select-arrow-icon.rotate{transform:translate3d(0,-50%,0) rotate(180deg)}.custom-select-arrow-icon img{width:16px;height:16px}.custom-select-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:1000;max-height:300px;overflow:hidden}.custom-select-list{overflow-y:auto;max-height:300px;padding:4px 0;scrollbar-width:thin;scrollbar-color:#E0D9D4 transparent}.custom-select-list::-webkit-scrollbar{width:7px}.custom-select-list::-webkit-scrollbar-track{background:transparent}.custom-select-list::-webkit-scrollbar-thumb{background:#e0d9d4;border-radius:444px;transition:background .2s ease}.custom-select-list::-webkit-scrollbar-thumb:hover{background:#b9b3b6}.custom-select-option{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px;border:none;background:transparent;cursor:pointer;text-align:left;font-size:16px;transition:background-color .2s}.custom-select-option:hover{background-color:#f5f5f5}.custom-select-option.selected{background-color:#e8f4f8;font-weight:500}.custom-select-option-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-select-check{color:#4caf50;font-weight:700;font-size:18px;flex-shrink:0}.shopping-bag h2{font-weight:700;font-size:48px;line-height:1.2;letter-spacing:-2px}.shopping-bag p{color:#71626e;font-size:18px;line-height:1.5;margin-top:12px;margin-bottom:70px}@media (max-width: 992px),(max-width: 1200px) and (hover: none) and (pointer: coarse){.shopping-bag p{margin-bottom:64px}}@media (max-width: 575px){.shopping-bag p{font-size:16px;margin-bottom:32px}}.shopping-bag .shopping-bag-items{display:flex;gap:28px}@media (max-width: 992px),(max-width: 1200px) and (hover: none) and (pointer: coarse){.shopping-bag .shopping-bag-items{flex-direction:column;gap:32px}}@media (max-width: 575px){.shopping-bag .shopping-bag-items{gap:24px}}.shopping-bag .shopping-bag-items .empty-message{text-align:center;width:100%;color:#2d0825;font-size:16px;font-weight:500;line-height:1.5;letter-spacing:0px;margin:0}.shopping-bag-items{max-width:1036px;padding:0 0 15px}.shopping-bag-items-list{display:flex;flex-direction:column;gap:28px}@media (max-width: 575px){.shopping-bag-items-list{gap:12px}}.shopping-bag-items-container{flex:1 1 512px}@media (max-width: 992px),(max-width: 1200px) and (hover: none) and (pointer: coarse){.shopping-bag-items-container{flex:auto}}.shopping-bag-item{background:#fff;border-radius:24px}.shopping-bag-item-header{display:flex;align-items:start;justify-content:space-between;padding:20px 24px;gap:62px}@media (max-width: 992px),(max-width: 1200px) and (hover: none) and (pointer: coarse){.shopping-bag-item-header{padding:20px}}.shopping-bag-item-image{width:150px;height:110px;position:relative;background-color:#f0edeb;border-radius:10px}.shopping-bag-item-image .draft-card-image-ar{position:absolute;top:11px;left:11px}.shopping-bag-item-image .draft-card-image-ar img{padding:0}.shopping-bag-item-image img{width:100%;height:100%;object-fit:cover;padding:22px}.shopping-bag-item-button-remove{background-color:#f0edeb;padding:12px;border-radius:12px}.shopping-bag-item-buttons{display:flex;align-items:center;justify-content:center;gap:10px}.shopping-bag-item-body{padding:0 24px 20px}@media (max-width: 992px),(max-width: 1200px) and (hover: none) and (pointer: coarse){.shopping-bag-item-body{padding:0 20px 20px}}.shopping-bag-item-body-title{font-weight:700;font-size:18px;line-height:1.5}.shopping-bag-item-details{display:flex;align-items:center;justify-content:start;gap:6px;color:#71626e;font-weight:500;margin-top:6px;margin-bottom:12px}.shopping-bag-item-details img{width:24px;height:24px}.shopping-bag-item-button-open{display:flex;align-items:center;justify-content:center;gap:8px;color:#d355b8;font-size:14px;font-weight:600;line-height:1.5;margin-bottom:24px}.shopping-bag-item-finish{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.shopping-bag-item-finish-title{font-size:14px;line-height:1.5}.shopping-bag-item-finish-options{background-color:#f0edeb;display:flex;gap:4px;padding:6px;border-radius:12px}.shopping-bag-item-finish-options .shopping-bag-item-finish-option{padding:8px 16px;border-radius:8px;background:transparent;cursor:pointer;font-size:14px;font-weight:600;color:#2d0825;transition:all .2s ease}.shopping-bag-item-finish-options .shopping-bag-item-finish-option.selected{background-color:#fff}.shopping-bag-item-body-bottom{display:flex;align-items:center;justify-content:space-between}.shopping-bag-item-body-bottom .shopping-bag-item-body-bottom-quantity{font-size:14px;line-height:1.5;display:flex;align-items:center;justify-content:space-between;gap:32px}.shopping-bag-item-body-bottom .quantity-buttons{display:flex;align-items:center;justify-content:space-between;gap:4px;padding:6px;border-radius:8px;border:1px solid #e0d9d4}.shopping-bag-item-body-bottom .shopping-bag-item-body-price{font-size:18px;font-weight:700;line-height:1.5}.shopping-bag-items-right{flex:0 1 400px}.shopping-bag-items-right .shopping-bag-items-payment{background:#fff;border-radius:24px;padding:32px;margin-bottom:20px}@media (max-width: 575px){.shopping-bag-items-right .shopping-bag-items-payment{padding:24px}}.shopping-bag-items-right .shopping-bag-items-payment-subtotal{display:flex;align-items:center;justify-content:space-between;font-size:16px;line-height:1.5;margin-bottom:10px}.shopping-bag-items-right .shopping-bag-items-payment-subtotal-title{font-weight:400;color:#594856}.shopping-bag-items-right .shopping-bag-items-payment-subtotal-value{font-weight:700}.shopping-bag-items-right .shopping-bag-items-payment-total{display:flex;align-items:center;justify-content:space-between;font-size:22px;line-height:1.5;margin-bottom:32px}.shopping-bag-items-right .shopping-bag-items-payment-total-title{font-weight:500}.shopping-bag-items-right .shopping-bag-items-payment-total-value{font-weight:700}.shopping-bag-items-right .shopping-bag-items-payment-button{margin-bottom:24px}.shopping-bag-items-right .shopping-bag-items-payment-button button{width:100%;padding:15px;text-align:center;font-size:16px;font-weight:600;line-height:1.5;border-radius:12px;background-color:#ffc2f2}.shopping-bag-items-right .shopping-bag-items-payment-options{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:48px}@media (max-width: 575px){.shopping-bag-items-right .shopping-bag-items-payment-options{flex-direction:column;gap:12px}}.shopping-bag-items-right .shopping-bag-items-payment-options-icons{display:flex;align-items:center;justify-content:space-between;gap:8px}.shopping-bag-items-right .shopping-bag-items-payment-options-icons-icon{display:flex;align-items:center;justify-content:center;width:40px;height:32px;border-radius:8px;border:1px solid #e0d9d4}.shopping-bag-items-right .shopping-bag-items-payment-options-icons-icon img{width:28px}.shopping-bag-items-right .shopping-bag-items-payment-coupon-title{font-weight:700;font-size:18px;line-height:1.5;margin-bottom:6px}@media (max-width: 575px){.shopping-bag-items-right .shopping-bag-items-payment-coupon-title{text-align:center}}.shopping-bag-items-right .shopping-bag-items-payment-coupon-subtitle{color:#594856;font-size:14px;line-height:1.5;font-weight:400;margin-bottom:20px}@media (max-width: 575px){.shopping-bag-items-right .shopping-bag-items-payment-coupon-subtitle{text-align:center}}.shopping-bag-items-right .shopping-bag-items-payment-coupon-input{display:flex;align-items:center;justify-content:space-between;gap:8px}.shopping-bag-items-right .shopping-bag-items-payment-coupon-input input{padding:14px;border-radius:12px;border:1px solid #e0d9d4;width:100%}.shopping-bag-items-right .shopping-bag-items-payment-coupon-input input::placeholder{color:#71626e;font-size:14px;line-height:1.5;font-weight:400}.shopping-bag-items-right .shopping-bag-items-payment-coupon-button{padding:14px 20px;border-radius:12px;background-color:#f0edeb;font-size:14px;font-weight:600;line-height:1.5}.shopping-bag-items-right .shopping-bag-items-gift{display:flex;align-items:center;justify-content:space-between;gap:32px}@media (max-width: 575px){.shopping-bag-items-right .shopping-bag-items-gift{flex-direction:column;gap:16px;text-align:center}}.shopping-bag-items-right .shopping-bag-items-gift-title{font-size:18px;font-weight:700;line-height:1.5;margin-bottom:8px}.shopping-bag-items-right .shopping-bag-items-gift-subtitle{width:100%;color:#594856;font-size:14px;line-height:1.5;font-weight:400}.shopping-bag-items-right .shopping-bag-items-gift-button{padding:14px 20px;width:max-content;border-radius:12px;background-color:#febb8b;font-size:14px;font-weight:600;line-height:1.5}@media (max-width: 575px){.shopping-bag-items-right .shopping-bag-items-gift-button{width:100%}}.quantity-value{width:41px;text-align:center;padding:6px}.address-list{max-width:1040px}.address-list-header-button{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:500;line-height:1.2;color:#71626e;margin-bottom:16px}.address-list-header-title{font-size:48px;font-weight:700;line-height:1.2;letter-spacing:-2px;margin-bottom:12px}.address-list-header-description{color:#594856;font-size:18px;font-weight:400;line-height:1.2;margin-bottom:64px}@media (max-width: 575px){.address-list-header-description{margin-bottom:32px}}.address-list-content-header-actions{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}@media (max-width: 575px){.address-list-content-header-actions{flex-direction:column;align-items:stretch;gap:8px}}.address-list-content-header-actions-input{height:54px;width:340px;position:relative;background:#fff;border-radius:12px;overflow:hidden}@media (max-width: 575px){.address-list-content-header-actions-input{width:100%}}.address-list-content-header-actions-input input{width:100%;font-size:16px;padding:18px 16px 16px 48px}.address-list-content-header-actions-button{display:flex;align-items:center;gap:8px;padding:12px 20px;border-radius:12px;background-color:#fff;font-size:16px;font-weight:600;line-height:1.2}.address-list-content-header-list{margin-bottom:40px}@media (max-width: 992px),(max-width: 1200px) and (hover: none) and (pointer: coarse){.address-list-content-header-list{margin-bottom:32px}}.address-list-content-header-list-addresses{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media (max-width: 992px),(max-width: 1200px) and (hover: none) and (pointer: coarse){.address-list-content-header-list-addresses{grid-template-columns:100%}}.address-list-content-header-list-addresses-address{padding:20px 24px;background:#fff;border-radius:12px;border:2px solid #ffffff;display:flex;align-items:center;justify-content:space-between;gap:40px;transition:border-color .2s ease-in-out}.address-list-content-header-list-addresses-address:hover{border-color:#ffc2f2}.address-list-content-header-list-addresses-address:hover .address-list-content-header-list-addresses-address-ellipsis{opacity:1;cursor:pointer}.address-list-content-header-list-addresses-address-name{max-width:388px;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:18px;font-weight:500;line-height:1.2}.address-list-content-header-list-addresses-address-address{color:#71626e;font-size:16px;font-weight:500;line-height:1.2;width:100%;max-width:414px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal}.address-list-content-header-list-addresses-address-ellipsis{flex-shrink:0;opacity:0}@media (max-width: 992px),(max-width: 1200px) and (hover: none) and (pointer: coarse){.address-list-content-header-list-addresses-address-ellipsis{opacity:1}}.address-list-empty-state-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.address-list-empty-state-text{font-size:16px;font-weight:500;line-height:1.2;color:#2d0825}.address-list-content-header-actions-input-search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%)}.address-list-content-header-actions-input-clear{position:absolute;right:16px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:0;margin:2px 0 0;width:20px;height:20px;opacity:1}.address-list-content-header-actions-input-clear.disabled{opacity:0;cursor:not-allowed}.logo{display:flex;align-items:center;font-size:14px;position:absolute;top:20px;left:20px;z-index:10}.logo .logo-text{position:relative;margin:7px 0 0 12px;color:#1b1b1b;line-height:32px;font-weight:500;font-size:14px}.logo .logo-text:before{content:"";display:block;position:absolute;left:-10px;width:2px;height:14px;background-color:#1b1b1b;bottom:8px;opacity:.4}.admin-auth{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#fff;padding:20px}.admin-auth .auth-container{display:flex;flex-direction:column;align-items:left;max-width:330px;width:100%}.admin-auth .pwc-logo{position:relative;margin-bottom:40px}.admin-auth .pwc-logo .logo-text{font-size:48px;font-weight:700;color:#000;letter-spacing:-2px;line-height:1}.admin-auth .pwc-logo .logo-elements{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.admin-auth .auth-title{font-family:ITC Charter Com;font-weight:700;font-size:22px;line-height:100%;letter-spacing:0;text-align:left;margin-bottom:16px}.admin-auth .auth-instruction{font-family:Helvetica Neue LT Pro;font-weight:500;font-size:17px;line-height:20px;text-align:left;vertical-align:middle;margin-bottom:20px}.admin-auth .auth-form{width:100%;display:flex;flex-direction:column;align-items:left}.admin-auth .auth-form .form-input{width:100%;display:flex;align-items:center;justify-content:left}.admin-auth .auth-form .form-input.form-input-login{margin-bottom:11px}.admin-auth .auth-form .form-input.form-input-password{margin-bottom:46px}.admin-auth .auth-form .form-input.form-input-password.error{margin-bottom:16px}.admin-auth .auth-form .form-input input{color:#000;width:100%;height:48px;padding:0 16px;border:1px solid #6C6A6A;font-size:15px;font-family:Arial,sans-serif;background-color:#fff;box-sizing:border-box}.admin-auth .auth-form .form-input input::placeholder{color:#6d6a6a;font-size:16px}.admin-auth .auth-form .form-input input:focus{outline:none;color:#000}.admin-auth .auth-form .auth-button{width:100%;height:50px;background-color:#fd5108;color:#fff;border:none;font-size:18px;font-weight:700;font-family:Arial,sans-serif;cursor:pointer;transition:background-color .2s ease;line-height:1}.admin-auth .auth-form .auth-button:hover,.admin-auth .auth-form .auth-button:active{opacity:.8}.photo-upload-section{margin-top:32px;width:100%;max-width:500px}.photo-upload-container{margin-top:16px}.uploaded-photos{margin-top:24px;padding:16px;background:#f8f9fa;border-radius:8px}.uploaded-photos h4{color:#161616;font-size:18px;font-weight:600;margin:0 0 16px;text-align:center}.uploaded-photos .photos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px}.uploaded-photos .photo-item{text-align:center;position:relative}.uploaded-photos .photo-item .photo-container{position:relative;display:inline-block;width:100%}.uploaded-photos .photo-item .photo-container:hover .delete-button{opacity:1;transform:scale(1)}.uploaded-photos .photo-item .photo-link{display:block;text-decoration:none;border-radius:8px;overflow:hidden;transition:all .3s ease;border:2px solid transparent}.uploaded-photos .photo-item .photo-link:hover{transform:translateY(-2px);box-shadow:0 8px 25px #f04c3e26;border-color:#f04c3e}.uploaded-photos .photo-item .photo-link:hover img{transform:scale(1.05)}.uploaded-photos .photo-item .photo-link:active{transform:translateY(0)}.uploaded-photos .photo-item .delete-button{position:absolute;top:8px;right:8px;width:24px;height:24px;border-radius:50%;background:#ffffffe6;border:1px solid #ddd;color:#f04c3e;font-size:18px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;opacity:0;transform:scale(.8);z-index:10}.uploaded-photos .photo-item .delete-button:hover{background:#f04c3e;color:#fff;border-color:#f04c3e;transform:scale(1.1);opacity:1}.uploaded-photos .photo-item .delete-button:active{transform:scale(.95)}.uploaded-photos .photo-item img{width:100%;height:120px;object-fit:cover;border-radius:6px;transition:transform .3s ease;display:block}.uploaded-photos .photos-loading{text-align:center;padding:40px 20px}.uploaded-photos .photos-loading .loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #F04C3E;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 16px}.uploaded-photos .photos-loading p{color:#666;font-size:14px;margin:0}.uploaded-photos .no-photos{text-align:center;padding:40px 20px}.uploaded-photos .no-photos p{color:#666;font-size:14px;margin:0}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.inventory-section{margin-top:48px;width:100%;max-width:1200px;margin-left:auto;margin-right:auto}.error-message{margin-bottom:16px}.error-message p{text-align:left;font-size:15px;font-weight:400;color:#fd5108}.social-buttons{display:flex;flex-direction:column;gap:8px}.social-buttons .button-auth{width:100%;height:48px;border-radius:12px;padding:12px;font-size:14px;font-weight:600;line-height:16.17px;display:flex;align-items:center;text-decoration:none;background-color:#f0edeb;color:#2d0825;gap:8px}.social-buttons .button-auth span{width:100%;text-align:center}.social-buttons .button-auth.transparent{cursor:pointer;-webkit-user-select:none;user-select:none;transition:.4s}.social-buttons .button-auth.transparent:hover{opacity:.6}.social-buttons .button-auth.black{cursor:pointer;-webkit-user-select:none;user-select:none;background:#2c2723;color:#f3ece5;transition:.4s}.social-buttons .button-auth.black:hover{opacity:.6}.social-buttons .button-auth.black svg path{fill:#f3ece5}.social-buttons .button-auth.disable{background:#2c27231a;color:#2c272359;border:none}.social-buttons .button-auth.disable svg path{fill:#2c272359}.social-buttons .button-auth.loading{pointer-events:none}.home-container{height:100vh;overflow:hidden;margin:0 auto;background-color:#f0edeb;max-width:1920px;color:#2d0825}.home-header{padding:48px 64px 48px 48px}@media (max-width: 992px),(max-width: 1200px) and (hover: none) and (pointer: coarse){.home-header{padding:32px 40px}}@media (max-width: 767px){.home-header{padding:24px 16px}}@media (max-width: 575px){.home-header{padding:20px 16px}}.home-header-content{display:flex;justify-content:space-between;align-items:center}.header-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.draft-button{background-color:#ffc2f2;padding:13px 20px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-radius:12px}@media (max-width: 992px),(max-width: 1200px) and (hover: none) and (pointer: coarse){.draft-button{display:none}}.draft-button-mobile{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background-color:#ffc2f2;border-radius:12px}.draft-button span{font-size:16px;font-weight:600;line-height:1.2}.cart-button{background-color:#fff;display:flex;align-items:center;justify-content:center;padding:13px 15px;border-radius:12px}@media (max-width: 575px){.cart-button{padding:12px}}.cart-button span{font-size:16px;font-weight:600;line-height:1.2;margin-right:12px}.profile-button{border-radius:12px;border:2px solid #e0d9d4;height:54px;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;padding:3px}@media (max-width: 575px){.profile-button{height:48px}}.profile-button img{width:100%;height:100%;object-fit:cover;border-radius:8px}.profile-button .profile-initials{width:100%;height:100%;border-radius:8px;background-color:#e0d9d4;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600;color:#5a4a42;text-transform:uppercase}.profile-button-container{position:relative}.profile-buttons-container{z-index:10;position:absolute;left:-145px;top:62px;width:200px}@media (max-width: 992px),(max-width: 1200px) and (hover: none) and (pointer: coarse){.profile-buttons-container{z-index:11;position:fixed;top:auto;left:0;bottom:0;width:100%;height:max-content;transform:none;overflow:visible}}@media (max-width: 992px),(max-width: 1200px) and (hover: none) and (pointer: coarse){.profile-buttons-container:before{content:"";position:absolute;z-index:1;bottom:0;left:0;width:100%;height:100vh;background-color:#292030cc}}.profile-buttons-container button{padding:6px;align-items:center;justify-content:start;gap:8px}.profile-buttons-container button p{margin-top:3px;font-size:14px;font-weight:600;line-height:1.2}.profile-buttons-wrapper{position:relative;z-index:2;display:flex;flex-direction:column;gap:6px;padding:8px 6px;border:1px solid #e0d9d4;border-radius:12px;box-shadow:0 12px 24px #19191f26;background-color:#fff}@media (max-width: 992px),(max-width: 1200px) and (hover: none) and (pointer: coarse){.profile-buttons-wrapper{padding:20px 6px 6px;border-bottom-left-radius:0;border-bottom-right-radius:0}}@media (max-width: 992px),(max-width: 1200px) and (hover: none) and (pointer: coarse){.profile-buttons-wrapper:before{content:"";position:absolute;top:6px;left:50%;transform:translate(-50%);width:40px;height:5px;background:#e0d9d4;border-radius:5px;z-index:1}}.logo-container{cursor:pointer}.checkout-page{width:100%;min-height:100%;background:linear-gradient(to right,#fff 50%,#e4e1dd 50%)}@media (max-width: 960px){.checkout-page{background:#fff}}.checkout-page .checkout-page-container{width:100%;height:100%;display:flex}@media (max-width: 960px){.checkout-page .checkout-page-container{flex-direction:column;padding:0}}.checkout-page .checkout-page-container .checkout-page-container-left,.checkout-page .checkout-page-container .checkout-page-container-right{flex:1 1 50%;display:flex;align-items:center;flex-direction:column;justify-content:center}.checkout-page .checkout-page-container .checkout-page-container-right{background-color:#e4e1dd}@media (max-width: 961px){.checkout-page .checkout-page-container .checkout-page-container-right{flex:0 0 92px;background-color:#e4e1dd;border-bottom-left-radius:24px;border-bottom-right-radius:24px}}@media (max-width: 961px){.checkout-page .checkout-page-container .order-summary-body{background-color:#e4e1dd}}.checkout-page h3{font-size:22px;font-weight:700;color:#2d0825}.checkout-page .checkout-page-container-left{justify-content:flex-start;gap:16px;background-color:#fff;padding-bottom:16px}@media (max-width: 960px){.checkout-page .checkout-page-container-left{order:2}}.checkout-page .checkout-page-container-left-pay-now-button{padding:15px 0;width:100%;background-color:#ffc2f2;border-radius:12px;margin-top:64px;font-size:16px;font-weight:600}.checkout-page .checkout-page-container-left-pay-now-button:disabled{background-color:#f0edeba6;color:#2d08252f;cursor:not-allowed}@media (max-width: 480px){.checkout-page .checkout-page-container-left-pay-now-button{max-width:335px;margin:40px auto 0;font-size:14px}}.checkout-page .checkout-page-left-content{max-width:460px;width:100%}.checkout-payment-methods{margin-top:130px}@media (max-width: 1920px){.checkout-payment-methods{margin-top:66px}}@media (max-width: 480px){.checkout-payment-methods{max-width:335px;margin:34px auto 0}}.checkout-payment-methods .checkout-page-container-header-back-button{display:flex;align-items:center;gap:8px;background:none;border:none;cursor:pointer;color:#71626e;font-size:16px;font-weight:600;margin-bottom:82px}.checkout-payment-methods .checkout-page-container-header-back-button img{filter:invert(.3)}@media (max-width: 376px){.checkout-payment-methods .checkout-page-container-header-back-button{margin-bottom:40px}}.checkout-payment-methods .radio-select-input{position:absolute;opacity:0;width:0;height:0;margin:0;padding:0;pointer-events:none}.checkout-payment-methods .radio-select-method{height:24px;border-radius:50%;border:2px solid rgba(83,57,43,.1019607843);background-color:#53392b1a;display:flex;align-items:center;justify-content:center;aspect-ratio:1/1}.checkout-payment-methods .radio-select-method .radio-select-method-circle{background-color:transparent;height:11.5px;aspect-ratio:1/1;border-radius:50%}.checkout-payment-methods .radio-select-method.selected{border-color:#ffc2f2;background-color:#ffc2f2}.checkout-payment-methods .radio-select-method.selected .radio-select-method-circle{background-color:#2d0825}.checkout-payment-methods .checkout-payment-methods-list{display:flex;flex-direction:column;gap:16px}.checkout-payment-methods .checkout-payment-methods-list-item{display:flex;align-items:center;gap:32px;cursor:pointer}.checkout-payment-methods .checkout-payment-methods-list-item:hover{opacity:.8}@media (max-width: 376px){.checkout-payment-methods .checkout-payment-methods-list-item{gap:20px}}.checkout-payment-methods .checkout-payment-methods-list-item-content{display:flex;align-items:center;gap:20px}.checkout-payment-methods .checkout-payment-methods-list-item-content span{font-weight:500;font-size:18px}.checkout-payment-methods .checkout-payment-methods-list-item-content-icon{padding:9px;border-radius:12px;border:1px solid #E0D9D4}.checkout-payment-methods .checkout-payment-methods-list-item-content-icon img{width:36px;aspect-ratio:1/1;object-fit:contain}.checkout-payment-methods .checkout-payment-methods-title{margin-bottom:32px}.checkout-payment-methods .checkout-payment-methods-title.payment{margin-bottom:8px}.checkout-payment-methods .checkout-payment-methods-saved-address{margin-bottom:64px}.checkout-payment-methods .checkout-payment-methods-description{font-size:14px;font-weight:400;color:#71626e;margin-bottom:32px}.checkout-payment-methods .checkout-payment-methods-list-container{max-height:385px;overflow-y:auto}.checkout-payment-methods .checkout-payment-methods-address-change-title{font-size:22px;font-weight:700;line-height:1.2;letter-spacing:-.4px;margin-bottom:24px}.checkout-payment-methods .checkout-payment-methods-address-form .address-modal-content-input-group-container{margin-bottom:24px}.checkout-payment-methods .checkout-payment-methods-address-form .address-modal-content-input-group-container:last-of-type{margin-bottom:0}.checkout-payment-methods .checkout-payment-methods-address-form-buttons{display:flex;gap:12px;margin-top:32px}.checkout-payment-methods .checkout-payment-methods-address-form-cancel{padding:15px 24px;border-radius:12px;background-color:#f0edeb;font-size:16px;font-weight:600;line-height:1.2;border:none;cursor:pointer}.checkout-payment-methods .checkout-payment-methods-address-form-cancel:hover{opacity:.9}.checkout-payment-methods .checkout-payment-methods-address-form-save{flex:1;padding:15px 24px;border-radius:12px;background-color:#ffc2f2;font-size:16px;font-weight:600;line-height:1.2;border:none;cursor:pointer}.checkout-payment-methods .checkout-payment-methods-address-form-save:hover{opacity:.9}.checkout-payment-methods .checkout-payment-methods-address-form-save:disabled{background-color:#ffc2f2b4;cursor:not-allowed;opacity:.6}.checkout-payment-methods .checkout-payment-methods-list-item-label{display:flex;align-items:center;gap:32px;cursor:pointer}@media (max-width: 675px){.checkout-payment-methods .checkout-payment-methods-list-item-label{width:100%}}@media (max-width: 376px){.checkout-payment-methods .checkout-payment-methods-list-item-label{gap:20px}}.checkout-payment-methods .checkout-payment-methods-list-item-label.editing{align-items:start;margin-right:1px}.checkout-payment-methods .checkout-payment-methods-list-item-label.editing .radio-select-method{margin-top:29px}.checkout-payment-methods .checkout-payment-methods-list-item-header{display:flex;align-items:center;gap:16px;margin-bottom:36px}.checkout-payment-methods .checkout-payment-methods-list-item-header span{font-weight:500;font-size:18px}.checkout-payment-methods .checkout-payment-methods-payment-form{display:flex;flex-direction:column;gap:16px}.checkout-payment-methods .checkout-payment-form-card-number{font-size:14px;font-weight:500;color:#71626e;margin-bottom:8px}.checkout-payment-methods .checkout-payment-form-card-number-input{display:flex;align-items:center;gap:12px;padding:12px 16px;border:1px solid #E0D9D4;border-radius:12px;background-color:#fff}.checkout-payment-methods .checkout-payment-form-card-number-input img{width:32px;height:auto}.checkout-payment-methods .checkout-payment-form-card-number-input input{flex:1;border:none;outline:none;font-size:16px;font-weight:400;background:transparent}.checkout-payment-methods .checkout-payment-form-card-number-input input::placeholder{color:#a89b9b}.checkout-payment-methods .checkout-payment-form-card-number-input.error{border-color:#ff4d4d}.checkout-payment-methods .checkout-payment-form-card-number-input-error{color:#ff4d4d;font-size:12px;margin-top:4px}.checkout-payment-methods .checkout-payment-form-card-number-group{display:flex;gap:16px}.checkout-payment-methods .checkout-payment-form-card-number-group>div{flex:1}.checkout-payment-methods .checkout-payment-form-card-number-group-input-label{display:block;font-size:14px;font-weight:500;color:#71626e;margin-bottom:8px}.checkout-payment-methods .checkout-payment-form-card-number-group-input{display:flex;align-items:center;gap:12px;padding:12px 16px;border:1px solid #E0D9D4;border-radius:12px;background-color:#fff}.checkout-payment-methods .checkout-payment-form-card-number-group-input img{width:20px;height:auto;opacity:.5}.checkout-payment-methods .checkout-payment-form-card-number-group-input input{flex:1;border:none;outline:none;font-size:16px;font-weight:400;background:transparent;width:100%}.checkout-payment-methods .checkout-payment-form-card-number-group-input input::placeholder{color:#a89b9b}.checkout-payment-methods .checkout-payment-form-card-number-group-input.error{border-color:#ff4d4d}.checkout-payment-methods .checkout-payment-form-card-number-group-input-nameOnCard{margin-top:0}.checkout-payment-methods .checkout-payment-form-nameOnCard-label{display:block;font-size:14px;font-weight:500;color:#71626e;margin-bottom:8px}.checkout-payment-methods .checkout-payment-form-nameOnCard-input{width:100%;padding:12px 16px;border:1px solid #E0D9D4;border-radius:12px;font-size:16px;font-weight:400;background-color:#fff;outline:none}.checkout-payment-methods .checkout-payment-form-nameOnCard-input::placeholder{color:#a89b9b}.checkout-payment-methods .checkout-payment-methods-list-item-change{border:1px solid #E0D9D4;border-radius:16px;padding:16px}.order-item{display:flex;align-items:center;justify-content:space-between;gap:24px}@media (max-width: 480px){.order-item{flex-direction:column;align-items:flex-start;gap:16px}}.order-item-preview{flex:0 0 150px;width:150px;height:110px;border-radius:16px;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:#f0edeb;background-image:radial-gradient(#d5d2d1 1.5px,transparent 3px);background-size:13.5px 12px;background-repeat:repeat}.order-item-preview img{width:80%;height:80%;object-fit:contain}.order-item-content{display:flex;align-items:center;gap:24px}@media (max-width: 480px){.order-item-content{width:100%;justify-content:space-between}}.order-item-content-description{color:#594856;font-size:14px;font-weight:500}.order-item-content-description h2{max-width:205px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#2d0825;font-size:16px;font-weight:600;margin-bottom:6px}.order-item-content-description .order-item-content-description-quantity{margin-bottom:4px}.order-item-content-description .order-item-content-description-size{display:flex;align-items:center;gap:4px}.order-item-content-price{white-space:nowrap}.order-item-content-price-old{font-size:18px;font-weight:700}.order-item-content-price-old.sale{font-size:14px;font-weight:500;color:#71626e;text-decoration:line-through}.order-item-content-price-new{font-size:18px;font-weight:700;color:#2d0825}.order-summary{max-width:460px;width:100%}@media (max-width: 480px){.order-summary{max-width:335px;margin:0 auto}}.order-summary-body-header{padding:32px 0}.order-summary-body-header h2{font-size:22px;font-weight:700}@media (max-width: 960px){.order-summary-body-header h2{display:none;padding:34px 0}}@media (max-width: 960px){.order-summary-body-header{display:flex;align-items:center;justify-content:space-between}}.order-summary-body-content{display:flex;flex-direction:column;gap:20px;margin-bottom:38px;max-height:630px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#cccccc transparent}.order-summary-body-footer-subTotal{display:flex;align-items:center;justify-content:space-between}.order-summary-body-footer-subTotal span{font-size:14px;font-weight:600}.order-summary-body-footer-shipping{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.order-summary-body-footer-shipping:first-child{font-size:14px;font-weight:400}.order-summary-body-footer-shipping-value-container{display:flex;align-items:center;gap:4px;margin-bottom:16px}.order-summary-body-footer-shipping-value-container:first-child{font-size:14px;font-weight:400}.order-summary-body-footer-shipping-value{font-size:14px;font-weight:600}.order-summary-body-footer-shipping-value.free{color:#71626e;text-decoration:line-through}.order-summary-body-footer-shipping-value-free{color:#d355b8;font-size:14px;font-weight:600;padding:4px;border-radius:4px;background-color:#ffc2f2}.order-summary-body-footer-total{display:flex;align-items:center;justify-content:space-between;color:#2d0825;font-size:22px;font-weight:700;border-bottom:1.5px dashed rgba(45,8,37,.3490196078);padding-bottom:16px;margin-bottom:38px}.order-summary-body-footer-description{color:#594856;font-size:14px;font-weight:400}@media (max-width: 961px){.order-summary-body-footer-description{padding-bottom:32px}}.order-summary-body-header-mobile-title{display:flex;align-items:center;justify-content:space-between;gap:4px}.order-summary-body-header-mobile-title h3{font-size:16px;font-weight:500}.order-summary-body-header-mobile-title img{width:16px;aspect-ratio:1/1}.order-summary-body-header-mobile-total{font-size:22px;font-weight:700}.order-summary-body{height:0;overflow:hidden;transition:height .35s ease}@media (min-width: 961px){.order-summary-body{height:auto!important;overflow:visible}}.order-summary-body-header-mobile-title img{transition:transform .3s ease}.order-summary-body-header-mobile-title img.open{transform:rotate(180deg)}.order-page{background-color:#fff;min-height:100vh;position:relative;padding-bottom:50px}.order-page-left__content{max-width:460px}.order-page__container{max-width:1600px;display:flex;align-items:stretch;margin:0 auto;min-height:100vh;width:100%}@media (max-width: 800px){.order-page__container{flex-direction:column}}.order-page-left{flex:1 1 50%;display:flex;justify-content:center}.order-page-left .order-page-left__container{padding-top:130px}@media (max-width: 1920px){.order-page-left .order-page-left__container{padding-top:64px}}.order-page-left__header{margin-bottom:64px}.order-page-left__content-items{border:1px solid #E0D9D4;padding:20px;border-radius:12px;margin-bottom:64px}.order-page-left__content-items>h2{padding:36px 0 32px;font-size:18px;font-weight:700}.order-page-left__content-items h2{max-width:173px}.order-page-left__content-items-total-item{display:flex;justify-content:space-between;align-items:center;font-size:16px;font-weight:500}.order-page-left__content-items-total-item span{font-size:16px;font-weight:700}.order-page-left__content-items-item{padding-bottom:20px}.order-page-left__content-items-item:last-child{padding-bottom:38px}.order-page-right{flex:1 1 50%;z-index:1;position:relative;min-height:100vh}@media (max-width: 800px){.order-page-right{order:-1;min-height:403px}}.order-page-right__container{height:100%;min-height:100vh;position:relative}@media (max-width: 800px){.order-page-right__container{min-height:403px}}.order-page-right__content{position:absolute;bottom:0;left:50%;transform:translate(-50%)}.order-page-right__content img{min-width:428px;min-height:514px}@media (max-width: 800px){.order-page-right__content img{min-width:295px;min-height:355px;width:295px;height:355px}}.order-page-right-background{position:absolute;top:0;right:0;width:50%;height:100%;min-height:100vh;background-color:#f0edeb;background-image:radial-gradient(#d5d2d1 1.5px,transparent 3px);background-size:13.5px 12px;background-repeat:repeat}@media (max-width: 800px){.order-page-right-background{width:100%;height:403px;min-height:403px}}.order-confirmation-message-id{font-size:18px;font-weight:600;line-height:1.5;margin-bottom:20px}.order-confirmation-message-id span{color:#a2969f}.order-confirmation-message-title h1{font-size:48px;font-weight:700;letter-spacing:-1px;margin-bottom:32px}.order-confirmation-message-description{font-size:22px;font-weight:500}.order-confirmation-message-actions{display:flex;gap:8px;padding:64px 0}.order-confirmation-message-actions a{flex:1 1 50%}.order-confirmation-message-actions-button{width:100%;padding:15px;gap:12px;font-size:16px;font-weight:600;border-radius:12px;color:#2d0825;background-color:#ffc2f2}.order-confirmation-message-actions-button.orders{background-color:#f0edeb}.order-information-notices{display:flex;gap:40px}.order-information-notices-item-content{max-width:210px;font-size:16px;font-weight:500;line-height:1.5;color:#71626e}.order-information-notices-item-content span{color:#2d0825}.order-information-notices-item-icon{margin-bottom:16px}:root{font-family:Onest,sans-serif;line-height:1;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000}:root{box-sizing:border-box;-webkit-text-size-adjust:100%;text-size-adjust:100%}*,*:before,*:after{box-sizing:inherit}body,h1,h2,h3,h4,h5,h6,p,figure,blockquote,dl,dd{margin:0}html,body{height:100%;width:100%;font-size:14px;background:#f0edeb}body{min-height:100svh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;height:100%}img,svg,video,canvas,audio,iframe,embed,object{display:block;max-width:100%}img{height:auto}a{text-decoration:none;text-decoration-skip-ink:auto}ul,ol{list-style:none;padding-left:0}:focus{outline:none}button,input,select,textarea{font:inherit;color:inherit;background:transparent;border:0;padding:0;margin:0}button{cursor:pointer;display:flex;align-items:center;justify-content:center;white-space:nowrap}button:hover{opacity:.8}
