body{margin:0}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}p{margin:0}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}@font-face{font-family:agenor neue;src:url(/fonts/AgenorNeue-Regular.otf) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:agenor-neue-light;src:url(/fonts/AgenorNeue-Light.otf) format("opentype");font-weight:lighter;font-style:normal}@theme{ --breakpoint-lg: 1200px; }*{font-family:agenor neue}.home{background-color:#fff;min-height:100vh;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;padding-top:57px;padding-bottom:100px}.home-cards-container{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:23px;width:90%;max-width:1400px}.home-cards{background-color:#fff;width:100%;height:auto;border-radius:17px;display:flex;justify-content:space-between;align-items:center;flex-direction:column;box-shadow:0 .3px 12px -4px #00000040;gap:5px;padding:9px 15px}.greeting{width:90%;font-weight:200;font-size:20px;color:#e53417}.home-cards img{width:75%;height:auto;min-height:100px}.card-description{font-size:10px;width:80%;margin-bottom:5px}.card-title{font-weight:400;font-size:17px}@media(min-width:640px){.home-cards-container{grid-template-columns:repeat(3,1fr);gap:20px}}@media(min-width:640px){.greeting{font-size:22px}}@media(min-width:1247px){.home{padding-top:100px}.home-cards-container{grid-template-columns:repeat(4,1fr);gap:24px}.home-cards{border-radius:20px;padding:16px 15px;gap:10px}.home-cards img{width:65%}.card-title{font-size:20px}.card-description{font-size:13px}.greeting{font-size:24px}}@media(min-width:1440px){.home-cards-container{grid-template-columns:repeat(5,1fr);gap:28px}.card-title{font-size:24px}}@keyframes shimmer-sweep{0%{background-position:-200% 0}to{background-position:200% 0}}.shimmer-box{border-radius:8px;background:linear-gradient(90deg,#ececec 25%,#f5f5f5,#ececec 75%);background-size:200% 100%;animation:shimmer-sweep 1.4s infinite ease-in-out}.shimmer-field{display:flex;flex-direction:column;gap:6px;width:100%}.shimmer-label{width:38%;height:16px;border-radius:6px}.shimmer-input{width:100%;height:42px;border-radius:10px}.shimmer-input-tall{width:100%;height:100px;border-radius:10px}.shimmer-permission-row{width:100%;height:52px;border-radius:10px}.shimmer-home-img{width:75%;height:110px;border-radius:10px;align-self:center;margin:4px 0}.shimmer-image{width:100%;height:100%;border-radius:9px}.shimmer-title{width:60%;height:18px;margin-bottom:8px}.shimmer-desc{width:80%;height:14px;margin-bottom:8px}.shimmer-btn{width:40%;height:28px;border-radius:7px}.home-button{width:80%;background-color:#e53417;height:36px;border-radius:11px;border:none;color:#fff;font-weight:600;font-size:20px}.country-container{width:100%}.country-label{display:block;font-size:18px;font-weight:500;color:#111827;margin-bottom:8px}@media(max-width:400px){.country-label{font-size:14px}}.country-wrapper{position:relative}.country-input-box{position:relative;display:flex;align-items:center;border:2px solid #d1d5db;border-radius:6px}.country-input-box:focus-within{border-color:transparent;outline:none;box-shadow:0 0 0 2px #e53417}.country-icon-wrap{display:flex;align-items:center;padding-left:12px}.country-icon{width:20px;height:20px;color:#9ca3af}@media(max-width:400px){.country-icon{width:16px;height:16px}}.country-input{flex:1;padding:12px;color:#374151;font-size:1.125rem;border:none;outline:none;border-radius:0 10px 10px 0}@media(max-width:400px){.country-input{padding:8px;transform:scale(.85);font-size:16px}}.country-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:4px;z-index:50;background:#fff;border:2px solid #d1d5db;border-radius:6px;box-shadow:0 4px 12px #00000014;max-height:240px;overflow-y:auto}.country-option{width:100%;text-align:left;padding:12px;display:flex;align-items:center;background:transparent;border:none;cursor:pointer}.country-option:hover,.country-option:focus{background:#f3f4f6;outline:none}.country-option:first-child{border-top-left-radius:10px;border-top-right-radius:10px}.country-option:last-child{border-bottom-left-radius:10px;border-bottom-right-radius:10px}.country-option-text{font-weight:500;color:#111827}@media(max-width:400px){.country-option{padding:4px 8px;font-size:13px}.country-option-text{font-size:13px}}.country-no-results{padding:12px;color:#6b7280}@media(max-width:400px){.country-no-results{font-size:12px}}.country-dropdown-container{width:100%}.country-dropdown-label{display:block;font-size:1.125rem;font-weight:500;color:#111827;margin-bottom:.5rem}@media(max-width:400px){.country-dropdown-label{font-size:.875rem}}.country-dropdown-wrapper{position:relative}.country-dropdown-input-wrapper{position:relative;display:flex;align-items:center;border:2px solid #d1d5db;border-radius:.375rem}.country-dropdown-input-wrapper:focus-within{border-color:transparent;box-shadow:0 0 0 2px #e53417}.country-dropdown-icon-wrapper{display:flex;align-items:center;padding-left:.75rem}.country-dropdown-icon{width:1.25rem;height:1.25rem;color:#9ca3af}@media(max-width:400px){.country-dropdown-icon{width:1rem;height:1rem}}.country-dropdown-input{flex:1;padding:.75rem;font-size:1.125rem;color:#374151;background:#fff;border-radius:.375rem;outline:none;transform-origin:left}.country-dropdown-input:disabled{opacity:.5;cursor:not-allowed}@media(max-width:400px){.country-dropdown-input{padding:.5rem;transform:scale(.85)}}.country-dropdown-list{position:absolute;top:100%;left:0;right:0;z-index:50;margin-top:.25rem;background:#fff;border:2px solid #d1d5db;border-radius:.375rem;max-height:15rem;overflow-y:auto;box-shadow:0 3px 8px #00000026}.country-dropdown-item{width:100%;display:flex;align-items:center;padding:.75rem;text-align:left;background:none;border:none;cursor:pointer}.country-dropdown-item:hover,.country-dropdown-item:focus{background:#f3f4f6}.country-dropdown-item:first-child{border-top-left-radius:10px;border-top-right-radius:10px}.country-dropdown-item:last-child{border-bottom-left-radius:10px;border-bottom-right-radius:10px}.country-dropdown-item-text{font-weight:500;color:#111827}@media(max-width:400px){.country-dropdown-item,.country-dropdown-item-text{padding:.25rem .5rem;font-size:.8rem}}.country-dropdown-empty{padding:.75rem;color:#6b7280}@media(max-width:400px){.country-dropdown-empty{font-size:.75rem}}.input-field-container{width:100%}.input-field-label{display:block;font-size:18px;font-weight:400;color:#000;margin-bottom:.5rem}@media(max-width:400px){.input-field-label{font-size:.875rem}}.input-field{width:100%;height:39px;padding:.75rem;font-size:1.125rem;color:#374151;border:1.5px solid #d1d5db;border-radius:10px;background:#fff;outline:none;transform-origin:left}.input-field:focus{border-color:transparent;box-shadow:0 0 0 2px #e53417}.input-field:disabled{opacity:.5;cursor:not-allowed}.input-field.input-error{border-color:#e53417;box-shadow:0 0 0 1px #e53417}.input-field-wrapper{position:relative;width:100%}.input-error-icon{position:absolute;right:10px;top:50%;transform:translateY(-50%);color:#e53417;pointer-events:none;font-size:16px}.input-error-msg{font-size:13px;color:#e53417;margin-top:4px;min-height:18px;height:auto;display:flex;align-items:flex-start;gap:3px;opacity:0;transform:translateY(-4px);transition:opacity .2s ease,transform .2s ease;pointer-events:none;overflow:visible}.input-error-msg.visible{opacity:1;transform:translateY(0);pointer-events:auto}.input-error-msg .error-icon{flex-shrink:0;margin-top:2px}@media(max-width:400px){.input-field{padding:.5rem;transform:scale(1)}}.auth-button{font-weight:600;text-align:center;color:#fff;background-color:#e53417;border:none;border-radius:10px;cursor:pointer;font-size:18px;height:38px;display:flex;align-items:center;justify-content:center;gap:5px}.hollow{font-weight:600;text-align:center;background-color:#fff;border:none;border-radius:10px;cursor:pointer;font-size:18px;height:38px}.black{border:2px solid #111827;color:#111827}.half,.full{width:100%}.amost-full{width:90%}.primary{border:2px solid #E53417;color:#e53417}.dashed{border:2px dashed #E53417!important;color:#e53417;border-radius:8px}.next-btn{width:40%;height:52px;background:#e53417;color:#fff;border:none;border-radius:100px;font-size:16px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:0 8px 0 24px;letter-spacing:.01em;transition:opacity .18s ease}@media(min-width:640px){.next-btn{width:50%;padding:0 10px 0 28px}}@media(min-width:1024px){.next-btn{width:30%;font-size:17px}}.next-btn:disabled{opacity:.5;cursor:not-allowed}.next-btn-arrow{width:34px;height:34px;border-radius:50%;background:#ffffff38;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.auth-button:disabled{opacity:.6;cursor:not-allowed}.size-sm{font-size:14px}.title-row{display:flex;align-items:center;gap:10px;width:90%;max-width:1400px;margin:20px 0 15px}.back-btn{background:none;border:none;padding:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:8px;transition:background .15s ease}.back-btn:hover{background:#f3f3f3}.back-icon{width:22px;height:22px}@media(min-width:640px){.back-icon{width:26px;height:26px}}@media(min-width:1024px){.back-icon{width:30px;height:30px}}.title-text{grid-column:1 / -1;font-size:20px;font-weight:400;color:#e53417;margin:0}@media(min-width:768px){.title-text{font-size:22px}}.country-select{width:100%}.max{height:200px}.medium{height:100px}.flex{display:flex;align-items:start;justify-content:start}.selection-holder{width:90%;flex:1}.small{font-size:13px}.auto{height:auto}.font-medium{font-size:15px;font-weight:400}.title-holder{padding:10px;width:40%;height:-webkit-fill-available;height:stretch}.permissions-content-holder{display:flex;align-items:center;justify-content:center;margin:20px 0;gap:20px}.country-select-label{display:block;font-size:1.125rem;font-weight:500;color:#111827}@media(max-width:400px){.country-select-label{font-size:.875rem}}.country-select-wrapper{position:relative;display:flex;border:1.5px solid #d1d5db;border-radius:10px;height:39px;width:100%;align-items:center}.country-select-wrapper:focus-within{border-color:transparent;box-shadow:0 0 0 2px #e53417}.dropdown-section{position:relative;padding:0 6px}.dropdown-button{outline:none;border:none;background-color:transparent;height:-webkit-fill-available}.dropdown-button:hover{background:#f9fafb}.dropdown-button:disabled{opacity:.5;cursor:not-allowed}@media(max-width:400px){.dropdown-button{padding:8px}}@media(min-width:640px){.information-container .title{font-size:21px}.description{font-size:16px}}@media(min-width:1024px){.country-select-wrapper{border:1.5px solid #d1d5db;border-radius:10px;height:70px}body .dropdown-list{width:25rem}body .dropdown-option-name,body .dropdown-option-code{font-size:20px}.content-holder .address-wrapper{width:100%}.page-content .search-box input{font-size:23px}.select-box{height:65px}.page-content .large{font-size:25px}body .price-tag-container input{width:28px;height:28px}.content-holder .price-tag-text,body .price-tag-container{font-size:30px}.title-text{font-size:28px}}@media(min-width:1640px){.title-text{font-size:35px}input-field-container{width:100%}.country-select{width:100%}.information-container .title{font-size:22px}.description{font-size:17px}.line-three,.horizontal-card-button{font-size:16px}.address-label{font-size:20px}.auth-button{font-size:19px}}.dropdown-button{display:flex;align-items:center;outline:none;border:none;background-color:transparent}.dropdown-flag{width:28px;height:20px;flex-shrink:0;position:relative;overflow:hidden;border-radius:2px}.dropdown-flag img{width:100%;height:100%;object-fit:contain;display:block}.dropdown-flag img.flag-hidden{opacity:0}.dropdown-flag img.flag-visible{opacity:1;transition:opacity .2s ease}.flag-shimmer{position:absolute;inset:0;background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6,#e5e7eb 75%);background-size:200% 100%;animation:shimmer 1.2s infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.dropdown-flag-img{width:100%;height:100%;object-fit:contain}.dropdown-arrow{width:1rem;height:1rem;transition:transform .2s ease}.dropdown-arrow.open{transform:rotate(180deg)}@media(max-width:400px){.dropdown-arrow{width:.75rem;height:.75rem}}.dropdown-list{position:absolute;top:100%;left:0;width:16rem;z-index:50;margin-top:4px;background:#fff;border:1px solid #d1d5db;border-radius:.375rem;max-height:15rem;overflow-y:scroll;box-shadow:0 4px 12px #0000001a}.dropdown-option{width:100%;display:flex;align-items:center;justify-content:space-between;padding:8px 12px;text-align:left;cursor:pointer;background:#fff;border:none}.dropdown-option:hover,.dropdown-option:focus{background-color:transparent}.dropdown-option:first-child{border-top-left-radius:10px;border-top-right-radius:10px}.dropdown-option:last-child{border-bottom-left-radius:10px;border-bottom-right-radius:10px}@media(max-width:400px){.dropdown-option{padding:4px 8px;font-size:13px}}.dropdown-option-code{font-weight:500;margin-right:.5rem}.dropdown-option-name{color:#4b5563;font-size:.875rem}@media(max-width:400px){.dropdown-option-name{font-size:12px}}.country-code-box{width:45px;display:flex;align-items:center;justify-content:center;padding:0 4px;background:#fff;color:#374151;font-weight:500}@media(max-width:400px){.country-code-box{font-size:13px}}.country-input{flex:1;padding:12px;background:transparent;color:#374151;font-size:1.125rem;border:none;outline:none;border-radius:0 10px 10px 0}.country-input:disabled{opacity:.5;cursor:not-allowed}.price-tag-container{display:flex;align-items:center;justify-content:start;gap:3px;color:#e53417;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;width:100%}@media(max-width:400px){.country-input{padding:8px;transform:scale(.85);transform-origin:left}}.address-wrapper{width:100%;display:flex;flex-direction:column;gap:6px}.address-label{font-size:18px;font-weight:400}.label-optional{font-size:.78em;color:#6b7280;font-style:italic;font-weight:400}.select-box{border:1.5px solid #d1d5db;padding:10px 14px;border-radius:10px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:18px}.select-box.open{border-color:#e53417;box-shadow:0 0 0 3px #e534171a}.arrow{width:18px;height:18px;flex-shrink:0;transition:transform .2s ease}.arrow.rotate{transform:rotate(180deg)}.dropdown{margin-top:8px;border:.8px solid #2C2C2C;border-radius:10px;background:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 3px 10px}.search-box{display:flex;align-items:center;padding:8px 12px;border-bottom:1px solid #eee;width:100%}.search-icon{margin-right:6px;font-size:14px}.search-box input{border:none;outline:none;width:100%;font-size:16px}.selection-search-wrapper{display:flex;align-items:center;gap:8px;padding:8px 12px;border-bottom:1px solid #f0f0f0;background:#fafafa;border-radius:10px 10px 0 0;width:100%}.selection-search-icon{width:22px;height:22px;opacity:.75;flex-shrink:0;color:#e53417}.selection-search-input{flex:1;border:none;outline:none;background:transparent;font-size:14px;color:#333;min-width:0}.selection-search-input::placeholder{color:#767676}.selection-search-clear{background:none;border:none;cursor:pointer;font-size:11px;color:#aaa;padding:0;line-height:1;flex-shrink:0}.selection-no-results{padding:16px 12px;font-size:13px;color:#aaa;text-align:center}.option-selected{background:#fff5f3}.options-list{max-height:180px;overflow-y:auto;width:100%}.option-row{display:flex;align-items:center;padding:10px 12px;cursor:pointer}.option-row:hover{background:#f9f9f9}.option-img{width:32px;height:32px;border-radius:50%;margin-right:10px}.option-name{flex:1;font-weight:400}.large{font-size:18px}.tick{width:25px;height:25px;border:1px solid #00000085;border-radius:4px;font-size:12px;display:flex;align-items:center;justify-content:center}.tick.active{background:#e53417;border-color:#e53417;color:#fff}.add-btn{background:#e53417;color:#fff;border:none;outline:none;width:94%;font-size:18px;font-weight:600;cursor:pointer;height:38px;border-radius:8px;text-align:center}.horizontal-card{position:relative;background-color:#fff;height:150px;width:100%;border-radius:17px;display:flex;align-items:center;justify-content:center;gap:25px;box-shadow:0 .3px 12px -4px #00000040;padding:0 20px;overflow:hidden}.hc-delete-btn{position:absolute;top:10px;right:10px;width:28px;height:28px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#e53e3e;opacity:.5;transition:opacity .15s ease;padding:0}.hc-delete-btn:hover{opacity:1}.hc-confirm-overlay{position:absolute;inset:0;background:#fffffff5;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;z-index:10;border-radius:17px}.hc-confirm-text{font-size:14px;font-weight:600;color:#1a1a1a;margin:0}.hc-confirm-actions{display:flex;gap:10px}.hc-confirm-yes{padding:8px 18px;border-radius:10px;border:none;background:#e53417;color:#fff;font-size:13px;font-weight:700;cursor:pointer}.hc-confirm-no{padding:8px 18px;border-radius:10px;border:1.5px solid #d1d5db;background:#fff;color:#555;font-size:13px;font-weight:600;cursor:pointer}.image-container{width:37%;max-width:37%;height:100%;padding:10px 0}.image-container img{width:100%;height:100%;object-fit:cover;border-radius:9px}.information-container{height:75%;display:flex;align-items:start;justify-content:center;flex-direction:column;width:55%}.information-container .title{font-size:20px;font-weight:400}.description{font-size:15px;font-weight:400;color:#4f4f4f;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.line-three{font-size:15px;font-weight:600;color:#e53417}.horizontal-card-button{background:#e53417;color:#fff;border:none;outline:none;width:100%;font-size:15px;font-weight:600;cursor:pointer;height:28px;border-radius:7px;text-align:center;margin-top:5px}.search-box{display:flex;align-items:center;gap:10px;width:95%;height:44px;padding:0 14px;background-color:transparent}.search-icon{width:18px;height:18px}.search-input{flex:1;height:100%;border:none;outline:none;background:transparent;font-size:15px;color:#333}.search-input::placeholder{color:#666}.search-filter{display:flex;align-items:center;justify-content:space-between;width:90%}.filter-button{height:44px;border:1px solid #000000;width:25%;border-radius:18px;text-align:center;color:#e53417;background-color:#fff;display:flex;align-items:center;justify-content:center}.card{width:100%;height:auto;min-height:200px;background-color:#fff;border-radius:17px;position:relative;display:flex;flex-direction:column;align-items:center;overflow:hidden;box-shadow:0 4px 10px #0404042e}.image-container{width:100%;height:100%}.image-container img{width:100%;height:100%;object-fit:cover}.label{position:absolute;bottom:0;width:100%;background-color:#fff;padding:12px 0;border-radius:17px;text-align:center;font-weight:600;font-size:15px;color:#1a1a1a;box-shadow:0 2px 8px #0000001a}.product-card{width:85%;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 10px 25px #0000000d;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;border:1px solid #f0f0f0;margin-bottom:90px}.image-section{position:relative;background-color:#fafafa;height:340px;display:flex;justify-content:center;align-items:center}.main-img{max-width:100%;height:auto;object-fit:contain}.thumbnails{position:absolute;bottom:16px;left:16px;display:flex;gap:8px}.thumbnails img{width:42px;height:42px;border-radius:8px;background:#fff;padding:2px;border:1.5px solid transparent;cursor:pointer;object-fit:cover;transition:border-color .2s ease}.thumbnails img.active{border-color:#e63917}.details{padding:24px}.title{margin:0;font-size:19px;font-weight:400;color:#1a1a1a}.price{font-size:21px;font-weight:400;color:#000;margin:8px 0 16px}.feature-title{font-size:15px;color:#2a2a2a;font-weight:400;margin-bottom:12px}.feature-title span{color:#2a2a2a;font-weight:400}.selection-group{margin-bottom:20px}.swatches{display:flex;gap:12px}.swatch{width:28px;height:28px;border-radius:50%;border:1px solid #ddd;cursor:pointer;transition:outline .1s ease-in-out}.swatch.active{outline:2px solid #333;outline-offset:2px}.sizes{display:flex;gap:10px}.size-btn{min-width:44px;height:40px;background:#fff;border:1px solid #ccc;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.size-btn.selected{border-color:#000;background-color:#f9f9f9}.actions{display:flex;gap:12px;margin-top:10px}.btn{flex:1;padding:14px 0;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .1s}.btn:active{transform:scale(.98)}.btn-outline{background:#fff;border:1.5px solid #e63917;color:#e63917}.btn-primary{background:#e63917;border:none;color:#fff}.checkbox-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center}.checkbox-icon svg{width:100%;height:100%}.price-tag-container input{width:18px;height:18px}.price-tag-text{font-size:18px;font-weight:400;letter-spacing:-.02em}.loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:999;background-color:#ffffffb3}.loading-spinner{width:250px;height:250px}.pif-wrapper{display:flex;flex-direction:column;gap:6px;width:100%}.pif-box{position:relative;display:flex;align-items:center;height:48px;border:1.5px solid #d1d5db;border-radius:12px;background:#fff;transition:border-color .18s ease,box-shadow .18s ease;overflow:visible}.pif-box:focus-within{border-color:#e53417;box-shadow:0 0 0 3px #e534171a}.pif-box-error{border-color:#e53417!important;box-shadow:0 0 0 3px #e5341714!important}.pif-country-btn{display:flex;align-items:center;gap:6px;padding:0 10px 0 12px;height:100%;background:transparent;border:none;cursor:pointer;flex-shrink:0}.pif-flag{width:22px;height:16px;border-radius:2px;object-fit:cover;flex-shrink:0}.pif-flag-placeholder{display:inline-block;width:22px;height:16px;background:#e5e7eb;border-radius:2px;flex-shrink:0}.pif-code{font-size:14px;font-weight:600;color:#333;white-space:nowrap}.pif-chevron{width:14px;height:14px;color:#888;flex-shrink:0;transition:transform .18s ease}.pif-chevron-open{transform:rotate(180deg)}.pif-divider{width:1.5px;height:58%;background:#e5e7eb;flex-shrink:0}.pif-number-input{flex:1;border:none;outline:none;background:transparent;font-size:15px;color:#1a1a1a;padding:0 12px;min-width:0;height:100%}.pif-number-input::placeholder{color:#aaa}.pif-dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1.5px solid #e5e7eb;border-radius:12px;box-shadow:0 8px 28px #0000001f;z-index:1000;overflow:hidden}.pif-search-row{display:flex;align-items:center;gap:8px;padding:10px 12px;border-bottom:1px solid #f3f4f6}.pif-search-icon{width:16px;height:16px;opacity:.5;flex-shrink:0}.pif-search-input{flex:1;border:none;outline:none;font-size:14px;color:#333;background:transparent;min-width:0}.pif-search-input::placeholder{color:#aaa}.pif-search-clear{background:none;border:none;cursor:pointer;font-size:12px;color:#aaa;padding:0;flex-shrink:0}.pif-country-list{max-height:220px;overflow-y:auto}.pif-country-option{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;background:transparent;border:none;border-bottom:1px solid #f9fafb;cursor:pointer;text-align:left;transition:background .12s ease}.pif-country-option:hover{background:#f9fafb}.pif-option-active{background:#fff5f3}.pif-option-name{flex:1;font-size:14px;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left}.pif-option-code{font-size:13px;font-weight:600;color:#e53417;flex-shrink:0}.pif-no-results{text-align:center;color:#aaa;font-size:13px;padding:16px;margin:0}@media(min-width:640px){.pif-box{height:52px}.pif-number-input{font-size:16px}.pif-code{font-size:15px}.pif-flag{width:24px;height:18px}}@media(min-width:1024px){.pif-box{height:54px;border-radius:14px}.pif-number-input{font-size:17px}}.header-container{position:sticky;top:0;z-index:50;display:flex;justify-content:space-between;align-items:center;height:fit-content;width:100%;background-color:#fff;padding:12px 16px}.country-dropdown-input{background-color:transparent}@media(min-width:550px){.header-container{padding-left:24px;padding-right:24px}}@media(min-width:550px){.header-container{padding-left:40px;padding-right:40px}}.header-logo-link{height:fit-content}.header-logo{height:28px}@media(min-width:300px){.header-logo{height:34px}}@media(min-width:550px){.header-logo{height:40px}}.login-body-grid{padding:16px;display:flex;flex-direction:column;row-gap:35px}@media(min-width:300px){.login-body-grid{padding:55px 35px}}@media(min-width:550px){.login-body-grid{padding:32px}}@media(min-width:550px){.login-body-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"image title" "image form";align-items:center;min-height:100vh;max-width:1200px;margin:0 auto;padding:0 60px;gap:20px 80px}.login-body-grid>p{grid-area:title;align-self:end}}.login-image-container{grid-column:span 999;margin-top:30px;display:flex;justify-content:center;align-items:center}.login-image{width:180px}@media(min-width:300px){.login-image{width:75%;height:202px}}@media(min-width:550px){.login-image{width:250px}}@media(min-width:550px){.login-image{width:280px}}.login-form{grid-column:span 999;width:100%;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;row-gap:16px}.login-signup-section{display:flex;flex-direction:column;row-gap:1px;font-size:18px;font-weight:400}.login-signup-text{display:flex;align-items:center;flex-wrap:wrap;column-gap:8px;font-size:16px;font-weight:500}@media(min-width:300px){.login-signup-text{font-size:18px}}.login-signup-link{color:#e53417;text-decoration:underline;cursor:pointer}.login-signup-link:hover{opacity:.8}@media(min-width:550px){.login-image-container{grid-area:image;align-self:center;height:auto;margin-top:0}.login-image{max-width:440px;width:100%;height:auto}.login-form{grid-area:form;align-self:start;width:100%;gap:20px;overflow:visible}.login-form .country-select-wrapper{height:48px}.address-label,.country-select-label,.country-dropdown-label{font-size:16px}.input-field,.country-input,.country-dropdown-input{height:48px;font-size:16px;padding:12px 16px;background-color:transparent}.country-code-box{height:48px;font-size:16px;padding:0 16px;background-color:transparent}.auth-button{height:48px;font-size:17px;padding:0 24px;width:100%;gap:12px}.auth-button img{width:20px;height:20px}.login-signup-text,.login-signup-link{font-size:15px}}.otp-input-wrapper{display:flex;flex-direction:column;gap:8px;width:100%}.otp-boxes{display:flex;gap:10px;justify-content:center}.otp-box{width:46px;height:52px;border:1.5px solid #d1d5db;border-radius:12px;text-align:center;font-size:22px;font-weight:600;color:#1a1a1a;background:#fff;outline:none!important;transition:border-color .15s ease,box-shadow .15s ease;caret-color:transparent}.otp-box:focus{border-color:#e53417;box-shadow:0 0 0 2px #e5341726}.otp-box-filled{border-color:#2c2c2c;background:#fff}.otp-boxes.otp-error .otp-box{border-color:#e53417;box-shadow:0 0 0 1px #e53417}.otp-error-msg{font-size:13px;color:#e53417;text-align:center;margin:0;display:flex;align-items:center;justify-content:center;gap:4px}.otp-sent-msg{font-size:14px;color:#555;text-align:center;margin:0;line-height:1.5}.otp-sent-phone{color:#e53417;font-weight:600}@media(min-width:640px){.otp-box{width:54px;height:60px;font-size:26px;border-radius:14px}.otp-boxes{gap:12px}.otp-sent-msg{font-size:16px}.otp-error-msg{font-size:14px}}@media(min-width:1024px){.otp-box{width:64px;height:72px;font-size:30px;border-radius:16px}.otp-boxes{gap:14px}.otp-sent-msg{font-size:18px}.otp-error-msg{font-size:15px}}.header{position:sticky;top:0;z-index:50;display:flex;width:100%;align-items:center;justify-content:space-between;background:#fff;padding:12px 16px}.header-logo{display:flex;align-items:center}.logo-img{height:28px}@media(min-width:300px){.logo-img{height:34px}}@media(min-width:1024px){.logo-img{height:40px}}.otp-container{display:block;padding:16px}@media(min-width:300px){.otp-container{padding:24px}}@media(min-width:768px){.otp-container{padding:32px}}@media(min-width:1024px){.otp-container{padding:48px}}.otp-image-wrapper{margin-top:30px;display:flex;justify-content:center}.otp-image{width:150px}@media(min-width:300px){.otp-image{width:75%;height:202px}}@media(min-width:768px){.otp-image{width:200px}}@media(min-width:1024px){.otp-image{width:240px}}.otp-form{max-width:400px;width:100%;margin:20px auto 0;display:flex;flex-direction:column;gap:35px}.otp-resend-wrapper{margin-top:8px}.otp-resend-text{display:flex;flex-wrap:wrap;gap:8px;font-size:16px;font-weight:500;align-items:center}@media(min-width:300px){.otp-resend-text{font-size:18px}}.otp-resend-link{color:#e53417;text-decoration:underline;cursor:pointer;transition:opacity .2s ease}.otp-resend-link:hover{opacity:.8}.page-content{padding-top:57px;display:flex;justify-content:center;align-items:center;flex-direction:column}.content-holder{background-color:#fff;width:90%;height:auto;border-radius:17px;padding:25px 15px 15px;margin-bottom:80px;box-shadow:0 4px 12px #00000014;justify-content:space-between;display:flex;align-items:center;flex-direction:column;gap:20px}.no-users-message{width:90%;max-width:1400px;text-align:center;color:#6b7280;font-size:16px;margin-top:40px}.manage-stores-header{width:90%;max-width:1400px;display:flex;align-items:center;justify-content:space-between}.add-store-btn{width:40px;height:40px;border-radius:50%;background-color:#e53417;color:#fff;font-size:24px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:5px}.add-store-btn:hover{background-color:#c42d12}.manage-store-content{height:auto;margin-bottom:100px;width:90%;max-width:1400px;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:25px}.features{width:80%;display:flex;align-items:center;justify-content:center;flex-direction:column;margin-top:20px}.features-image-holder{display:flex;align-items:center;gap:20px;justify-content:space-between;border-bottom:1px solid #E7E7E7;padding:10px 0}.features-image-holder img{width:27px;height:27px}.button-container{width:90%;margin-top:25px}.next-button-container{display:flex;align-items:end;justify-content:end;width:100%}.permissions-grid{display:flex;flex-direction:column;width:100%}.content-holder .input-field,.content-holder .country-select-wrapper,.content-holder .time-input-container,.content-holder .select-box{height:42px;font-size:16px}.content-holder .select-box{border:1.5px solid #d1d5db;box-shadow:none}.content-holder .select-box.open{border-color:transparent;box-shadow:0 0 0 2px #e53417}.content-holder .select-box.input-error{border-color:#e53417;box-shadow:0 0 0 1px #e53417}.content-holder .input-field,.content-holder .country-input,.content-holder .time-input,.content-holder .time-select,.content-holder .country-code-box,.content-holder .select-box span,.content-holder .option-name,.content-holder .price-tag-text{font-size:16px}.content-holder .price-tag-container input[type=checkbox]{width:16px;height:16px}.content-holder .input-field.max,.content-holder .input-field.medium{height:auto}@media(min-width:640px){.address-label.full,.content-holder .address-label{font-size:20px}.content-holder .input-field,.content-holder .country-select-wrapper,.content-holder .time-input-container,.content-holder .select-box{height:46px}.content-holder .input-field,.content-holder .country-input,.content-holder .time-input,.content-holder .time-select,.content-holder .country-code-box,.content-holder .select-box span,.content-holder .option-name,.content-holder .price-tag-text{font-size:18px}.content-holder .price-tag-container input[type=checkbox]{width:18px;height:18px}}@media(min-width:1024px){.address-label.full{font-size:24px}.content-holder .address-label{font-size:22px}.content-holder .input-field,.content-holder .country-select-wrapper,.content-holder .time-input-container,.content-holder .select-box{height:58px}.content-holder .input-field,.content-holder .country-input,.content-holder .time-input,.content-holder .time-select,.content-holder .country-code-box,.content-holder .select-box span,.content-holder .option-name,.content-holder .price-tag-text{font-size:20px}.content-holder .price-tag-container input[type=checkbox]{width:20px;height:20px}.page-content{padding-top:100px}.next-button-container{width:100%}.content-holder{width:65%;gap:2rem}.manage-store-content{display:grid;grid-template-columns:repeat(2,1fr);align-items:stretch;gap:24px}.permissions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0 24px}}@media(min-width:1440px){.manage-store-content{grid-template-columns:repeat(3,1fr);gap:28px}.content-holder{width:55%}.permissions-grid{grid-template-columns:repeat(3,1fr)}}.iu-wrapper{display:flex;flex-direction:column;gap:10px;width:100%}.iu-dropzone{width:100%;border:2px dashed #d1d5db;border-radius:12px;padding:28px 20px;display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer;background:#fafafa;transition:border-color .18s ease,background .18s ease;-webkit-user-select:none;user-select:none}.iu-dropzone:hover,.iu-dragging{border-color:#e53417;background:#fff5f3}.iu-dragging{border-style:solid}.iu-upload-icon{width:38px;height:38px;opacity:.45;margin-bottom:4px}.iu-drop-primary{font-size:14px;color:#444;margin:0;text-align:center;line-height:1.5}.iu-click-link{color:#e53417;font-weight:600}.iu-drop-hint{font-size:12px;color:#aaa;margin:0}.iu-thumbs{display:flex;flex-wrap:wrap;gap:8px}.iu-thumb{position:relative;width:72px;height:72px;border-radius:8px;overflow:hidden;border:1px solid #e5e7eb;flex-shrink:0}.iu-thumb-img{width:100%;height:100%;object-fit:cover;display:block}.iu-thumb-remove{position:absolute;top:4px;right:4px;width:20px;height:20px;border-radius:50%;background:#0000008c;color:#fff;border:none;font-size:11px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .15s ease}.iu-thumb-remove:hover{background:#e53417e6}.iu-thumbs-single{width:100%}.iu-thumb-full{width:100%;height:auto;aspect-ratio:16 / 9;border-radius:12px}.iu-thumb-full .iu-thumb-remove{top:8px;right:8px;width:28px;height:28px;font-size:13px;background:#0009}@media(min-width:640px){.iu-thumb{width:88px;height:88px}.iu-drop-primary{font-size:15px}.iu-drop-hint{font-size:13px}.iu-upload-icon{width:42px;height:42px}}@media(min-width:1024px){.iu-thumb{width:104px;height:104px}.iu-dropzone{padding:36px 24px}.iu-drop-primary{font-size:16px}.iu-upload-icon{width:46px;height:46px}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.map-wrapper{width:100%;display:flex;flex-direction:column;gap:8px}.locate-me-btn{display:flex;align-items:center;gap:8px;padding:9px 16px;border-radius:10px;border:1.5px solid #2C2C2C;background:#fff;font-size:14px;font-weight:500;color:#1a1a1a;cursor:pointer;width:fit-content;transition:border-color .18s ease,background .18s ease}.locate-me-btn:hover:not(:disabled){border-color:#e53417;background:#fff5f3}.locate-me-btn:disabled{opacity:.55;cursor:not-allowed}.locate-error-msg{font-size:12px;color:#e53417;margin:0}.map-inner{border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #0000001f;border:2px solid transparent;transition:border-color .2s ease,box-shadow .2s ease;height:360px;width:100%}.map-inner.map-error{border-color:#e53417;box-shadow:0 0 0 1px #e53417}.map-container{width:100%;height:100%}.leaflet-popup-content-wrapper{border-radius:12px;font-family:Inter,sans-serif}.leaflet-control-zoom{border-radius:10px}@media(min-width:640px){.locate-me-btn{font-size:16px;padding:10px 18px}}@media(min-width:1024px){.locate-me-btn{font-size:18px;padding:12px 20px}}.dp-wrapper{display:flex;flex-direction:column;gap:6px;width:100%}.dp-row{display:flex;align-items:flex-start;gap:10px}.dp-arrow{flex-shrink:0;display:flex;align-items:center;margin-top:22px;height:48px}.dp-arrow-icon{width:20px;height:20px;color:#ccc}.dp-field{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.dp-sublabel{font-size:11px;font-weight:700;color:#aaa;text-transform:uppercase;letter-spacing:.06em}.dp-time-box{display:flex;align-items:center;height:48px;border:1.5px solid #d1d5db;border-radius:12px;background:#fff;padding:0 10px;gap:4px;transition:border-color .18s ease,box-shadow .18s ease}.dp-time-box:focus-within{border-color:#e53417;box-shadow:0 0 0 3px #e534171a}.dp-error{border-color:#e53417!important;box-shadow:0 0 0 3px #e5341714!important}.dp-select{flex:1;border:none;outline:none;background:transparent;font-size:16px;font-weight:600;color:#1a1a1a;text-align:center;cursor:pointer;appearance:none;-webkit-appearance:none;min-width:0}.dp-select:focus{color:#e53417}.dp-colon{font-size:16px;font-weight:700;color:#bbb;flex-shrink:0;-webkit-user-select:none;user-select:none}@media(min-width:640px){.dp-time-box{height:52px}.dp-select{font-size:17px}.dp-arrow{height:52px}.dp-arrow-icon{width:22px;height:22px}}@media(min-width:1024px){.dp-time-box{height:54px;border-radius:14px}.dp-select{font-size:18px}.dp-arrow{height:54px}.dp-arrow-icon{width:24px;height:24px}}.sc-card{position:relative;background:#fff;border-radius:16px;border:1px solid #e8e8e8;box-shadow:0 2px 12px #00000014;overflow:hidden;display:flex;flex-direction:column}.sc-confirm-overlay{position:absolute;inset:0;background:#fffffff7;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;z-index:20;border-radius:16px;padding:24px}.sc-confirm-text{font-size:15px;font-weight:600;color:#1a1a1a;margin:0;text-align:center}.sc-confirm-actions{display:flex;gap:10px}.sc-confirm-yes{padding:9px 22px;border-radius:10px;border:none;background:#e53417;color:#fff;font-size:14px;font-weight:700;cursor:pointer}.sc-confirm-yes:hover{opacity:.88}.sc-confirm-yes:disabled{opacity:.55;cursor:not-allowed}.sc-confirm-no{padding:9px 22px;border-radius:10px;border:1.5px solid #d1d5db;background:#fff;color:#555;font-size:14px;font-weight:600;cursor:pointer}.sc-image-wrap{width:100%;aspect-ratio:16 / 9;overflow:hidden;flex-shrink:0}.sc-image{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .35s ease}.sc-card:hover .sc-image{transform:scale(1.04)}.sc-body{padding:16px;display:flex;flex-direction:column;gap:10px;flex:1}.sc-name{font-size:18px;font-weight:700;color:#111;margin:0;line-height:1.3;word-break:break-word}.sc-description{font-size:13px;color:#777;margin:0;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.sc-meta{display:flex;flex-direction:column;gap:6px}.sc-meta-row{display:flex;align-items:flex-start;gap:7px;font-size:13px;color:#555;font-weight:500;line-height:1.4}.sc-meta-icon{width:14px;height:14px;opacity:.55;flex-shrink:0;margin-top:2px}.sc-actions{display:flex;gap:10px;margin-top:auto;padding-top:10px}.sc-manage-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:7px;height:44px;border-radius:12px;border:none;background:#e53417;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:opacity .18s ease}.sc-manage-btn:hover{opacity:.88}.sc-manage-arrow{width:15px;height:15px;flex-shrink:0}.sc-delete-btn{width:44px;height:44px;border-radius:12px;border:1.5px solid #e8e8e8;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#e53e3e;opacity:.7;transition:opacity .15s ease,border-color .15s ease;flex-shrink:0}.sc-delete-btn:hover{opacity:1;border-color:#e53e3e}.sc-bin-icon{width:17px;height:17px}.sc-skeleton{border-radius:16px;overflow:hidden;border:1px solid #e8e8e8;background:#fff;display:flex;flex-direction:column}.sc-skeleton-img{width:100%;aspect-ratio:16 / 9}.sc-skeleton-body{padding:16px;display:flex;flex-direction:column;gap:10px}.sc-grid{display:grid;grid-template-columns:1fr;gap:16px;width:90%;max-width:1400px;padding-bottom:100px}@media(min-width:640px){.sc-grid{grid-template-columns:repeat(2,1fr)}.sc-name{font-size:17px}}@media(min-width:1024px){.sc-grid{grid-template-columns:repeat(3,1fr);gap:20px}.sc-name{font-size:18px}.sc-description{font-size:14px}.sc-meta-row{font-size:13px}}@media(min-width:1440px){.sc-grid{grid-template-columns:repeat(4,1fr);gap:24px}.sc-manage-btn{font-size:15px;height:46px}.sc-delete-btn{width:46px;height:46px}}.multi-select-wrapper{display:flex;flex-direction:column;gap:8px;width:100%}.multi-select-chips{display:flex;flex-wrap:wrap;gap:8px;background:#f5f5f5;border-radius:30px;padding:12px;border:2px solid transparent}.multi-select-chips.input-error{border-color:#e53417}.ms-chip{display:inline-flex;align-items:center;gap:5px;padding:8px 16px;border-radius:20px;border:1.5px solid #d1d5db;background:#fff;color:#333;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s ease;white-space:nowrap}.ms-chip:hover{border-color:#e53417;color:#e53417}.ms-chip-active{background:#e53417;border-color:#e53417;color:#fff}.ms-chip-active:hover{background:#c92d12;border-color:#c92d12;color:#fff}@media(min-width:640px){.ms-chip{font-size:15px;padding:9px 18px}}@media(min-width:1024px){.ms-chip{font-size:16px;padding:10px 20px}}.content-holder .ms-chip{font-size:14px;padding:8px 14px}.content-holder .multi-select-wrapper{gap:8px}@media(min-width:640px){.content-holder .ms-chip{font-size:16px;padding:9px 18px}.content-holder .multi-select-wrapper{gap:10px}}@media(min-width:1024px){.content-holder .ms-chip{font-size:18px;padding:11px 22px;border-radius:24px}.content-holder .multi-select-chips{gap:10px}.content-holder .multi-select-wrapper{gap:12px}}.perm-wrapper{display:flex;flex-direction:column;gap:8px;width:100%}.perm-label{font-size:15px;font-weight:500}.perm-chips{background:#f5f5f5;border-radius:30px;padding:10px 12px;gap:8px}@media(min-width:640px){.perm-label{font-size:17px}.perm-chips{padding:12px 14px;gap:10px}}@media(min-width:1024px){.perm-label{font-size:20px}.perm-chips{padding:14px 16px;gap:12px}.perm-chips .ms-chip{font-size:17px;padding:10px 20px}}.uc-card{position:relative;background:#fff;border-radius:16px;border:1px solid #e9ebee;box-shadow:0 2px 10px #00000012;padding:16px;display:flex;flex-direction:column;gap:12px;width:90%;max-width:1400px}.uc-top-right{position:absolute;top:12px;right:12px;display:flex;align-items:center;gap:6px;z-index:1}.uc-edit-btn{width:28px;height:28px;border-radius:50%;border:1.5px solid #E53417;background:transparent;color:#e53417;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,color .15s ease;padding:0}.uc-edit-btn:hover{background:#e53417;color:#fff}.uc-edit-icon{width:13px;height:13px}.uc-delete-btn{width:28px;height:28px;border:none;background:transparent;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;opacity:.45;transition:opacity .15s ease}.uc-delete-btn:hover{opacity:1}.uc-bin-icon{width:15px;height:15px;color:#e53e3e}.uc-confirm-overlay{position:absolute;inset:0;border-radius:16px;background:#fffffff5;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;padding:16px;z-index:20}.uc-confirm-text{font-size:14px;font-weight:600;color:#1a1a1a;width:100%;text-align:center;margin:0}.uc-confirm-yes{font-size:13px;font-weight:700;padding:8px 18px;border-radius:10px;border:none;background:#e53417;color:#fff;cursor:pointer;white-space:nowrap}.uc-confirm-yes:disabled{opacity:.55;cursor:not-allowed}.uc-confirm-no{font-size:13px;font-weight:600;padding:8px 18px;border-radius:10px;border:1.5px solid #d1d5db;background:#fff;color:#555;cursor:pointer;white-space:nowrap}.uc-body{display:flex;align-items:flex-start;gap:12px}.uc-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#fff0ee,#ffd5cc);border:1.5px solid #ffd5cc;display:flex;align-items:center;justify-content:center;flex-shrink:0}.uc-avatar-icon{width:24px;height:24px;opacity:.7;filter:invert(22%) sepia(96%) saturate(2000%) hue-rotate(351deg) brightness(90%)}.uc-info{display:flex;flex-direction:column;gap:5px;min-width:0;flex:1;padding-right:72px}.uc-name{font-size:15px;font-weight:700;color:#1a1a1a;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.uc-phone-row{display:flex;align-items:center;gap:6px;font-size:12px;color:#666}.uc-phone-icon{width:12px;height:12px;opacity:.55;flex-shrink:0}.uc-stores{display:flex;flex-wrap:nowrap;align-items:center;gap:6px;margin-top:2px}.uc-store-chip{display:inline-flex;align-items:center;gap:5px;padding:7px 12px;background:#f3f4f6;border-radius:20px;font-size:11px;font-weight:600;color:#333;max-width:160px;min-width:0;flex-shrink:1;overflow:hidden}.uc-store-chip-name{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;min-width:0}.uc-store-icon{width:16px;height:16px;opacity:.6;flex-shrink:0}.uc-more-wrap{position:relative;display:inline-flex;flex-shrink:0}.uc-store-more{display:inline-flex;align-items:center;padding:4px 9px;background:#fff0ee;border:1px solid #ffd5cc;border-radius:20px;font-size:12px;font-weight:600;color:#e53417;cursor:pointer;white-space:nowrap}.uc-stores-popover{position:absolute;bottom:calc(100% + 6px);right:0;background:#fff;border:1.5px solid #e5e7eb;border-radius:12px;box-shadow:0 6px 20px #0000001f;padding:8px;z-index:50;display:flex;flex-direction:column;gap:6px;width:max-content;max-width:min(240px,calc(90vw - 32px))}@media(min-width:480px){.uc-name{font-size:16px}.uc-avatar{width:48px;height:48px}.uc-avatar-icon{width:26px;height:26px}}@media(min-width:768px){.uc-card{padding:18px}.uc-name{font-size:17px}.uc-phone-row{font-size:13px}.uc-store-chip{font-size:14px;padding:7px 14px;max-width:220px}}@media(min-width:1024px){.uc-card{flex-direction:row;align-items:center;gap:16px}.uc-body{flex:1}}.pc-card{position:relative;width:100%;height:180px;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #0000001f;cursor:pointer;background:#f0f0f0}.pc-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.pc-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end}.pc-gradient{position:absolute;bottom:0;left:0;right:0;height:60%;background:linear-gradient(to top,rgba(0,0,0,.82) 9%,transparent 43%);pointer-events:none}.pc-bottom{position:relative;padding:8px 10px 10px;display:flex;flex-direction:column;gap:1px}.pc-name-row{display:flex;align-items:center;gap:5px}.pc-name{font-size:12px;font-weight:600;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.pc-price{font-size:11px;font-weight:700;color:#ffffffd1;margin:0}.pc-badge{position:absolute;top:9px;right:35px;display:flex;align-items:center;gap:5px;padding:4px 9px;border-radius:20px}.pc-badge-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.pc-badge-text{font-size:11px;font-weight:700;line-height:1}.pc-badge-active{background:#64f499d5}.pc-badge-active .pc-badge-dot{background:#16a34a;animation:dot-glow 2s ease-in-out infinite}.pc-badge-active .pc-badge-text{color:#16a34a}.pc-badge-draft{background:#eab3082e}.pc-badge-draft .pc-badge-dot{background:#ca8a04}.pc-badge-draft .pc-badge-text{color:#ca8a04}.pc-badge-deleted{background:#ffacaca3}.pc-badge-deleted .pc-badge-dot{background:#dc2626}.pc-badge-deleted .pc-badge-text{color:#dc2626}.pc-badge-delete{background:#fee2e2}.pc-badge-delete .pc-badge-dot{background:#ef4444}.pc-badge-delete .pc-badge-text{color:#ef4444}@keyframes dot-glow{0%,to{box-shadow:0 0 0 2px #22c55e4d,0 0 6px #22c55eb3}50%{box-shadow:0 0 0 3px #22c55e26,0 0 12px #22c55ef2}}@media(min-width:640px){.pc-card{height:210px;border-radius:18px}.pc-name{font-size:13px}.pc-price{font-size:12px}}@media(min-width:1024px){.pc-card{height:240px;border-radius:20px}.pc-name{font-size:15px}.pc-price{font-size:14px}.pc-active-dot{width:9px;height:9px}}.search-filter-bar{display:flex;align-items:center;gap:10px;width:90%;max-width:1400px}.search-box{flex:1;display:flex;align-items:center;gap:8px;height:44px;padding:0 14px;border:1.5px solid #d1d5db;border-radius:22px;background:#fff;transition:border-color .18s ease,box-shadow .18s ease}.search-box:focus-within{border-color:#e53417;box-shadow:0 0 0 2px #e534171f}.search-icon{width:22px;height:22px;flex-shrink:0;opacity:.75}.search-input{flex:1;border:none;outline:none;background:transparent;font-size:15px;color:#333;min-width:0}.search-input::placeholder{color:#aaa}.search-clear{background:none;border:none;cursor:pointer;font-size:13px;color:#999;padding:0;line-height:1;flex-shrink:0}.filter-button{display:flex;align-items:center;justify-content:center;gap:4px;height:44px;width:44px;padding:0;border:none;border-radius:22px;background:transparent;cursor:pointer;transition:opacity .18s ease;flex-shrink:0;position:relative}.filter-button.filter-active{background:transparent}.filter-icon{width:28px;height:28px}.filter-badge{position:absolute;top:-5px;right:-5px;background:#e53417;color:#fff;font-size:10px;font-weight:700;border-radius:50%;width:16px;height:16px;display:flex;align-items:center;justify-content:center;border:1.5px solid #fff}.filter-button.filter-active .filter-badge{background:#fff;color:#e53417}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;width:90%;max-width:1400px;margin-top:16px;padding-bottom:120px;padding-top:25px}.no-results{color:#888;font-size:15px;margin-top:32px;text-align:center;width:100%}.pc-wrapper{position:relative;cursor:pointer;border-radius:16px;transition:transform .15s ease;-webkit-user-select:none;user-select:none}.pc-wrapper.pc-checked{transform:scale(.95);outline:2.5px solid #E53417;outline-offset:2px;border-radius:16px}.pc-checkbox{position:absolute;top:8px;left:8px;width:24px;height:24px;border-radius:50%;border:2.5px solid #fff;background:transparent;display:flex;align-items:center;justify-content:center;z-index:10;transition:background .15s ease,border-color .15s ease;box-shadow:0 0 0 1px #0003}.pc-checkbox-checked{background:#e53417;border-color:#e53417}.pc-checkmark{color:#fff;font-size:14px;font-weight:800;line-height:1}.selection-bar{position:fixed;bottom:92px;left:50%;transform:translate(-50%);width:90%;max-width:500px;background:#1a1a1a;border-radius:16px;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;z-index:200;box-shadow:0 8px 24px #0000004d;animation:fade-in .22s ease}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.selection-cancel{background:none;border:none;color:#aaa;font-size:14px;font-weight:600;cursor:pointer;padding:0}.selection-count{color:#fff;font-size:14px;font-weight:600;margin:0}.selection-delete{background:#e53417;border:none;color:#fff;font-size:14px;font-weight:700;padding:8px 18px;border-radius:10px;cursor:pointer}.selection-delete:disabled{opacity:.45;cursor:not-allowed}.filter-backdrop{position:fixed;inset:0;background:#0006;z-index:1100;display:flex;align-items:flex-end;justify-content:center}.filter-panel{background:#fff;width:100%;max-width:600px;border-radius:20px 20px 0 0;padding:20px 20px 32px;display:flex;flex-direction:column;gap:20px;animation:slide-up .22s ease}@keyframes slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.filter-panel-header{display:flex;align-items:center;justify-content:space-between}.filter-panel-title{font-size:18px;font-weight:600;color:#1a1a1a}.filter-panel-close{background:none;border:none;font-size:18px;cursor:pointer;color:#666;padding:0;line-height:1}.filter-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.filter-section-label{font-size:14px;font-weight:600;color:#555;text-transform:uppercase;letter-spacing:.04em;margin:0}.filter-clear-inline{background:none;border:none;font-size:13px;font-weight:600;color:#e53417;cursor:pointer;padding:0}.filter-chips{display:flex;flex-wrap:wrap;gap:8px}.filter-chip{padding:7px 16px;border-radius:20px;border:1.5px solid #d1d5db;background:#fff;font-size:14px;color:#333;cursor:pointer;transition:all .15s ease}.filter-chip.active{border-color:#e53417;background:#e53417;color:#fff}.filter-panel-actions{display:flex;gap:12px}.filter-clear-btn{flex:1;height:46px;border-radius:12px;border:1.5px solid #d1d5db;background:#fff;font-size:15px;font-weight:600;color:#555;cursor:pointer}.filter-apply-btn{flex:2;height:46px;border-radius:12px;border:none;background:#e53417;color:#fff;font-size:15px;font-weight:600;cursor:pointer}@media(min-width:640px){.product-grid{grid-template-columns:repeat(3,1fr)}.search-filter-bar{width:70%}.search-box{height:50px;max-width:480px}.search-icon{width:24px;height:24px;opacity:.8}.filter-button{height:50px;font-size:16px}.search-input{font-size:16px}.filter-panel{border-radius:20px 20px 0 0;padding:24px 28px 32px}}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(4,1fr);gap:20px}.search-filter-bar{width:55%}.search-box{height:52px;border-radius:28px;max-width:520px}.search-icon{width:26px;height:26px;opacity:.85}.filter-button{height:52px;border-radius:28px;font-size:18px;padding:0 22px}.search-input{font-size:18px}}.pr-card{width:90%;max-width:560px;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 20px #00000014;border:1px solid #f0f0f0;margin-bottom:100px}.pr-image-section{background:#f7f7f7;display:flex;flex-direction:column;align-items:center;padding:20px 20px 14px;gap:12px}.pr-main-img{width:100%;max-height:300px;object-fit:contain}.pr-thumbs{display:flex;gap:8px;justify-content:start;width:100%}.pr-thumb{width:52px;height:52px;object-fit:cover;border-radius:10px;border:2px solid transparent;cursor:pointer;background:#fff;transition:border-color .15s ease}.pr-thumb-active{border-color:#e53417}.pr-details{padding:20px;display:flex;flex-direction:column;gap:20px}.pr-name-price{display:flex;flex-direction:column;gap:4px}.pr-name{font-size:22px;color:#1a1a1a;margin:0;line-height:1.3}.pr-price{font-size:24px;color:#1a1a1a;margin:0;letter-spacing:-.02em}.pr-section{display:flex;flex-direction:column;gap:10px}.pr-section-label{font-size:15px;font-weight:600;color:#1a1a1a;margin:0}.pr-section-value{font-weight:400;color:#555}.pr-colour-chips{display:flex;flex-wrap:wrap;gap:20px}.pr-colour-chip{padding:6px 16px;border-radius:20px;border:1.5px solid #d1d5db;background:#fff;font-size:14px;font-weight:500;color:#333;cursor:pointer;transition:all .15s ease}.pr-colour-chip.active{border-color:#e53417;background:#e53417;color:#fff}.pr-colour-swatch{width:34px;height:34px;border-radius:50%;border:1.5px solid rgba(0,0,0,.12);cursor:pointer;padding:0;outline:none;transition:box-shadow .15s ease,transform .15s ease;flex-shrink:0}.pr-colour-swatch.active{box-shadow:0 0 0 2.5px #fff,0 0 0 4.5px #1a1a1a;transform:scale(1.08)}.pr-sizes{display:flex;flex-wrap:wrap;gap:8px}.pr-size-btn{min-width:48px;height:40px;padding:0 14px;border-radius:10px;border:1.5px solid #d1d5db;background:#fff;font-size:15px;font-weight:600;color:#333;display:inline-flex;align-items:center;justify-content:center;cursor:default;-webkit-user-select:none;user-select:none}.pr-qty{font-size:13px;color:#888;margin:0}.pr-description{font-size:14px;color:#555;line-height:1.6;margin:0}.pr-attributes{background:#fafafa;border-radius:14px;padding:14px;gap:12px}.pr-info-row{display:flex;align-items:center;gap:8px}.pr-tag-row{display:flex;align-items:flex-start;gap:8px}.pr-info-label{font-size:13px;font-weight:600;color:#888;white-space:nowrap;min-width:90px}.pr-info-value{font-size:14px;color:#1a1a1a;font-weight:500}.pr-tags{display:flex;flex-wrap:wrap;gap:6px}.pr-tag{font-size:12px;font-weight:500;color:#555;background:#eee;border-radius:20px;padding:3px 10px}.pr-actions{display:flex;gap:12px}.pr-btn-draft{flex:1;height:48px;border-radius:12px;border:1.5px solid #E53417;background:#fff;color:#e53417;font-size:15px;font-weight:600;cursor:pointer}.pr-btn-live{flex:1;height:48px;border-radius:12px;border:none;background:#e53417;color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:opacity .2s ease}.pr-btn-live:disabled,.pr-btn-draft:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}@media(min-width:640px){.pr-card{max-width:620px}.pr-name{font-size:26px}.pr-price{font-size:28px}.pr-main-img{max-height:360px}.pr-thumb{width:60px;height:60px}.pr-section-label{font-size:17px}.pr-colour-chip{font-size:15px;padding:7px 18px}.pr-size-btn{font-size:16px;height:44px;min-width:52px}.pr-description{font-size:15px}.pr-info-label{font-size:14px;min-width:100px}.pr-info-value{font-size:15px}.pr-tag{font-size:13px;padding:4px 12px}.pr-qty{font-size:14px}.pr-btn-draft,.pr-btn-live{font-size:16px;height:52px}}@media(min-width:1024px){.pr-card{max-width:720px}.pr-name{font-size:30px}.pr-price{font-size:32px}.pr-main-img{max-height:420px}.pr-thumb{width:68px;height:68px;border-radius:12px}.pr-section-label{font-size:19px}.pr-colour-chip{font-size:16px;padding:8px 20px}.pr-size-btn{font-size:18px;height:50px;min-width:56px;padding:0 18px}.pr-description{font-size:17px}.pr-info-label{font-size:16px;min-width:120px}.pr-info-value{font-size:17px}.pr-tag{font-size:14px;padding:5px 14px}.pr-qty{font-size:15px}.pr-btn-draft,.pr-btn-live{font-size:18px;height:58px;border-radius:14px}.pr-details{padding:28px;gap:24px}.pr-image-section{padding:28px 28px 18px}}.variant-card-wrapper{display:flex;flex-direction:column;gap:10px;width:100%}@keyframes variant-slide-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.variant-enter{animation:variant-slide-in .3s ease forwards}.variant-card-header{display:flex;align-items:center;justify-content:space-between}.variant-card-label{font-size:15px;font-weight:600;color:#555}.variant-remove-btn{background:none;border:none;font-size:13px;color:#e53417;cursor:pointer;font-weight:500;padding:0}.variant-remove-btn:hover{opacity:.7}@media(min-width:640px){.variant-card-label{font-size:16px}}@media(min-width:1024px){.variant-card-label{font-size:18px}}.cs-wrapper{position:relative;width:100%;display:flex;flex-direction:column;gap:6px}.cs-label{font-size:14px;font-weight:600;color:#1a1a1a}.cs-trigger{display:flex;align-items:center;gap:10px;height:48px;padding:0 14px;border:1.5px solid #e5e7eb;border-radius:14px;background:#fff;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease;-webkit-user-select:none;user-select:none;margin-bottom:5px}.cs-trigger:hover,.cs-trigger.cs-open{border-color:#e53417;box-shadow:0 0 0 2px #e534171a}.cs-trigger.cs-error{border-color:#e53417}.cs-selected-name{flex:1;font-size:15px;color:#1a1a1a;font-weight:500}.cs-placeholder{flex:1;font-size:15px;color:#aaa}.cs-arrow{font-size:10px;color:#888;transition:transform .2s ease;transform:rotate(180deg)}.cs-arrow.cs-arrow-open{transform:rotate(0)}.cs-swatch{border-radius:50%;border:1.5px solid rgba(0,0,0,.12);flex-shrink:0}.cs-swatch-sm{width:22px;height:22px}.cs-swatch-md{width:26px;height:26px}.cs-dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border-radius:14px;box-shadow:0 8px 28px #00000021;border:1px solid #f0f0f0;z-index:300;overflow:hidden}.cs-options{max-height:224px;overflow-y:auto;padding:4px 0}.cs-option{display:flex;align-items:center;gap:10px;padding:10px 14px;cursor:pointer;transition:background .12s ease}.cs-option:hover{background:#fafafa}.cs-option.cs-option-active{background:#fff5f3}.cs-option-name{flex:1;font-size:14px;font-weight:500;color:#1a1a1a}.cs-tick{font-size:13px;font-weight:700;color:#e53417}@media(min-width:640px){.cs-label{font-size:15px}.cs-trigger{height:52px;padding:0 16px;border-radius:16px}.cs-selected-name,.cs-placeholder{font-size:16px}.cs-swatch-sm{width:24px;height:24px}.cs-swatch-md{width:28px;height:28px}.cs-option-name{font-size:15px}}@media(min-width:1024px){.cs-label{font-size:17px}.cs-trigger{height:56px}.cs-selected-name,.cs-placeholder{font-size:17px}}.form-card{width:100%;background:#f8f9fa;padding:20px;border-radius:16px;border:1px solid #eaeaea;display:flex;flex-direction:column;gap:0}.input-group{display:flex;flex-direction:column;gap:6px}.input-group label{font-weight:600;font-size:14px;color:#333}.input-group input,.variant-select{padding:10px 12px;border:1px solid #ddd;border-radius:10px;font-size:15px;outline:none!important;width:100%;background:#fff;appearance:none;-webkit-appearance:none;color:#333}.input-group input:focus,.variant-select:focus{border-color:#e53417;box-shadow:0 0 0 2px #e534171a}.size-rows-section{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.size-rows-header{display:grid;grid-template-columns:2fr 2fr 2fr 20px;gap:8px;padding:0 2px}.size-col-label{font-size:12px;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.04em}.size-row{display:grid;grid-template-columns:2fr 2fr 2fr 20px;gap:8px;align-items:center}.size-row-select,.size-row-input{padding:9px 10px;border:1px solid #ddd;border-radius:10px;font-size:14px;outline:none!important;background:#fff;width:100%;appearance:none;-webkit-appearance:none;color:#333}.size-row-select:focus,.size-row-input:focus{border-color:#e53417;box-shadow:0 0 0 2px #e534171a}.size-row-remove{background:none;border:none;color:#ccc;font-size:14px;cursor:pointer;padding:0;line-height:1;justify-self:center}.size-row-remove:hover{color:#e53417}.add-size-btn{align-self:flex-start;background:none;border:1.5px dashed #ccc;border-radius:8px;padding:7px 14px;font-size:13px;font-weight:600;color:#888;cursor:pointer;transition:all .15s ease;margin-top:4px}.add-size-btn:hover{border-color:#e53417;color:#e53417}.upload-section{border-top:1px solid #eee;padding-top:16px}.section-label{display:block;font-weight:600;font-size:14px;margin-bottom:10px;color:#333}.upload-btn{width:100%;display:flex;justify-content:center;align-items:center;padding:12px;background:#fff;border:1.5px dashed #ccc;border-radius:10px;cursor:pointer;font-size:14px;font-weight:500;color:#555;transition:all .15s ease}.upload-btn:hover{border-color:#e53417;color:#e53417}@media(min-width:640px){.input-group label,.section-label{font-size:15px}.input-group input,.variant-select{font-size:16px;padding:11px 14px}.size-row-select,.size-row-input{font-size:15px}.size-col-label{font-size:13px}.add-size-btn{font-size:14px}}@media(min-width:1024px){.form-card{padding:24px}.input-group label,.section-label{font-size:16px}.input-group input,.variant-select{font-size:17px;padding:12px 16px}.size-row-select,.size-row-input{font-size:16px;padding:10px 12px}.size-col-label{font-size:14px}.add-size-btn{font-size:15px;padding:8px 18px}}.chat-banner{width:90%;height:64px;display:flex;justify-content:space-between;align-items:center;gap:10px}.chat-banner img{height:100%;border-radius:100%}.info-container{flex:1}.name-time{display:flex;align-items:center;justify-content:space-between}.name{font-size:20px;font-weight:600}.time{font-size:14px;font-weight:600;color:#404040}.notification{background-color:#e53417;border-radius:100%;width:20px;height:20px;font-size:16px;color:#fff;text-align:center}.chat-banner-containers{width:97%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px;margin-top:30px;margin-bottom:85px}.chat-container{width:375px;height:100vh;display:flex;flex-direction:column;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:auto;position:relative}.chat-header{display:flex;justify-content:space-between;align-items:center;padding:15px 0;border-bottom:1px solid #eee}.header-left{display:flex;align-items:center;gap:12px}.back-arrow{font-size:20px;color:#e63917;cursor:pointer}.profile-pic img{width:35px;height:35px;border-radius:35px;object-fit:cover;background:#ccc}.contact-name{font-size:18px;font-weight:700;color:#e63917;margin:0}.menu-dots{font-size:22px;color:#e63917;cursor:pointer}.message-list{flex:1;padding:20px;overflow-y:auto;display:flex;flex-direction:column;gap:15px}.message-wrapper{max-width:75%;display:flex;flex-direction:column}.sender-label{font-size:11px;color:#666;margin-bottom:4px}.message-bubble{padding:10px 15px;border-radius:12px;font-size:14px;line-height:1.4}.received{align-self:flex-start}.received .message-bubble{background-color:#b3b3b3;color:#fff;border-bottom-left-radius:2px}.received .sender-label{display:none}.sent,.sent .sender-label{align-self:flex-end}.sent .message-bubble{background-color:#e63917;color:#fff;border-bottom-right-radius:2px}.chat-footer{padding:10px 0;display:flex;align-items:center;gap:10px}.input-wrapper{flex:1;display:flex;align-items:center;border-radius:25px;padding:5px 7px;border:2px solid #333}.add-btn{background:none;border:1px solid #e63917;color:#e63917;border-radius:50%;width:24px;height:24px;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center}.message-input{flex:1;background:none;border:none;padding:8px 10px;outline:none;color:#333}.mic-btn{background:none;border:none;font-size:24px;color:#e63917;cursor:pointer}.navbar{background-color:#fcfcfc;width:100%;height:61px;display:flex;justify-content:center;align-items:center;padding:0;position:fixed;top:0;left:0;z-index:2000}.nav-items-container{display:flex;align-items:center;justify-content:space-between;width:90%}.navbar img{width:136px}.profile{display:flex;align-items:center;gap:.75rem}.profile img{width:37px}.logout-button{background:none;border:1.5px solid #E53417;color:#e53417;border-radius:8px;padding:6px 14px;font-size:14px;font-weight:500;cursor:pointer;white-space:nowrap}.logout-button:hover{background-color:#e53417;color:#fff}.logo-container{display:flex;justify-content:center;align-items:center}.logo-container p{font-size:14px;font-weight:500;margin-left:8px;color:#e53417}@media(min-width:640px){.navbar{height:70px}.logo-container img{width:150px}.profile{width:auto;gap:1.2rem}.profile img{width:34px}}@media(min-width:1024px){.navbar{height:80px}.nav-items-container{max-width:1400px}.logo-container img{width:180px}.profile{gap:1.8rem}.profile img{width:40px}}.footer{background-color:#fff;width:90%;position:fixed;bottom:15px;left:50%;transform:translate(-50%);height:62px;border-radius:17px;display:flex;justify-content:space-around;align-items:center;box-shadow:0 12.3px 32px -9px #00000040;z-index:1000}.icon-container{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:4px;cursor:pointer;padding:4px 8px}.icon-container img{width:50px;transition:transform .25s ease,opacity .25s ease;opacity:.8}.icon-container.active img{transform:scale(1.35);opacity:1}.nav-dot{display:block;width:5px;height:5px;border-radius:50%;background-color:#e53417;transform:scale(0);opacity:0;transition:transform .25s ease,opacity .25s ease}.icon-container.active .nav-dot{transform:scale(1);opacity:1}.icon-container p{font-weight:600;font-size:9.6px}@media(min-width:640px){.icon-container img{width:50px}}@media(min-width:1024px){.footer{width:35%}.icon-container img{width:50px}}.keywords-container{display:flex;flex-direction:column;gap:12px;width:100%}.keyword-input{font-size:18px;font-weight:500;height:39px;border-radius:10px;padding:0 10px;border:1px solid #2C2C2C}.keywords-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:5px}.keyword-tag{background-color:#e53417;color:#fff;padding:6px 14px;border-radius:999px;display:flex;align-items:center;gap:8px;font-size:16px;font-weight:500;animation:fadeIn .2s ease-in}.remove-x{cursor:pointer;font-size:18px;font-weight:700;line-height:1}.remove-x:hover{color:#ffcccb}@media(min-width:1024px){.keyword-tag{padding:10px 20px;font-size:18px}.remove-x{font-size:22px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.ad-card{width:100%;background:#fff;border-radius:16px;border:1px solid #e5e7eb;box-shadow:0 10px 15px -3px #0000001a;display:flex;flex-direction:column}.ad-card-header{padding:18px 20px;border-radius:16px 16px 0 0;position:relative;overflow:hidden}.ad-card-header:before{content:"";position:absolute;inset:0;background:url(/images/background.jpeg) center / cover no-repeat;transform:scaleX(-1);border-radius:16px 16px 0 0;z-index:0}.orange-gradient{background:linear-gradient(90deg,#e13b14,#ff8c00)}.blue-gradient{background:linear-gradient(90deg,#0072ff,#00c6ff)}.green-gradient{background:linear-gradient(90deg,#58e114,#00ffbf)}.ad-card-header h2{color:#fff;margin:0;font-size:1.25rem;font-weight:700;position:relative;z-index:1}.ad-card-body{padding:24px;display:flex;flex-direction:column;flex:1}.ad-description{color:#374151;font-size:1rem;line-height:1.5;margin:0 0 20px}.feature-list{list-style:none;padding:0;margin:0 0 24px}.feature-item{display:flex;align-items:flex-start;gap:12px;margin-bottom:14px;color:#1f2937;font-size:.9rem;font-weight:500}.check-icon{width:20px;height:20px;background-color:#ecfdf5;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.check-icon svg{width:12px;height:12px;color:#10b981}.ad-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:10px}.price-tag{background-color:#f9fafb;border:1px solid #f3f4f6;padding:8px 16px;border-radius:8px;font-size:.85rem;color:#111827}.price-tag strong{font-size:1rem;margin-left:4px}.arrow-button{background:none;border:none;cursor:pointer;color:#e13b14;padding:0;display:flex;align-items:center;transition:transform .2s ease}.arrow-button svg{width:28px;height:28px}.arrow-button:hover{transform:translate(4px)}.manage-ads-list{display:flex;flex-direction:column;gap:14px;width:90%;max-width:1400px;margin-top:16px;padding-bottom:120px}.manage-ad-card{position:relative;background:#fff;border-radius:16px;border:1px solid #e9ebee;box-shadow:0 2px 10px #00000012;min-width:0;overflow:hidden}.mac-badge-inline{position:static}.mac-badge-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.manage-ad-card-body{padding:16px;display:flex;flex-direction:column;gap:10px;min-width:0;overflow:hidden}.mac-delete-btn{position:absolute;top:12px;right:12px;width:28px;height:28px;border:none;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;color:#e53e3e;opacity:.45;transition:opacity .15s ease;z-index:1}.mac-delete-btn:hover{opacity:1}.mac-bin-icon{width:15px;height:15px}.mac-confirm-overlay{position:absolute;inset:0;border-radius:16px;background:#fffffff5;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;z-index:20}.mac-confirm-overlay-text{font-size:14px;font-weight:600;color:#1a1a1a;margin:0}.mac-confirm-overlay-actions{display:flex;gap:10px}.mac-confirm-yes{font-size:13px;font-weight:700;padding:8px 18px;border-radius:10px;border:none;background:#e53417;color:#fff;cursor:pointer;white-space:nowrap}.mac-confirm-yes:disabled{opacity:.55;cursor:not-allowed}.mac-confirm-no{font-size:13px;font-weight:600;padding:8px 18px;border-radius:10px;border:1.5px solid #d1d5db;background:#fff;color:#555;cursor:pointer;white-space:nowrap}.mac-confirm-no:disabled{opacity:.55;cursor:not-allowed}.manage-ad-type-badge{display:inline-flex;align-items:center;gap:7px;padding:5px 13px;border-radius:20px;font-size:13px;font-weight:600;width:fit-content}.mac-badge-active{background:#dcfce7;color:#16a34a}.mac-badge-inactive{background:#f3f4f6;color:#6b7280}.mac-badge-dot{width:9px;height:9px;border-radius:50%;border:2px solid currentColor;flex-shrink:0}.manage-ad-date-pill{display:inline-flex;align-items:center;gap:6px;padding:5px 11px;border-radius:8px;background:#f3f4f6;font-size:12px;color:#555;font-weight:500;width:fit-content}.manage-ad-title{font-size:17px;font-weight:700;color:#1a1a1a;margin:2px 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.manage-ad-stat-row{display:flex;justify-content:space-between;align-items:center;background:#fae3e2ad;border-radius:10px;padding:11px 14px;border:1px solid #F3C2BF}.manage-ad-stat-left{display:flex;align-items:center;gap:7px;font-size:13px;color:#555;font-weight:500}.manage-ad-stat-value{font-size:14px;font-weight:700;color:#1a1a1a}.manage-ad-info-section{display:flex;flex-direction:column;gap:5px;padding:10px 14px;background:#fae3e2ad;border:1px solid #F3C2BF;border-radius:10px}.manage-ad-section-label{font-size:10px;font-weight:700;color:#aaa;text-transform:uppercase;letter-spacing:.07em}.manage-ad-type-row{display:flex;align-items:center;gap:7px}.manage-ad-type-name{font-size:14px;font-weight:600;color:#1a1a1a}.mac-info-row{display:flex;gap:10px}.mac-info-cell{flex:1;min-width:0}.manage-ad-actions{display:flex;gap:10px;margin-top:2px}.manage-ad-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:7px;height:42px;border-radius:10px;border:none;font-size:14px;font-weight:600;cursor:pointer;background:#e53417;color:#fff;transition:opacity .18s ease}.manage-ad-btn:hover{opacity:.88}.mac-btn-disabled{opacity:.52;cursor:not-allowed}.mac-btn-disabled:hover{opacity:.52}.mac-coming-soon{font-size:9px;font-weight:500;font-style:italic;opacity:.85;margin-left:2px}.mac-sm-icon{width:14px;height:14px}.mac-icon-dim{opacity:.65}.mac-btn-icon{width:16px;height:16px;filter:brightness(0) invert(1)}@media(min-width:768px){.manage-ads-list{display:grid;grid-template-columns:repeat(2,1fr)}.manage-ad-card-body{padding:20px;gap:13px}.manage-ad-type-badge{font-size:14px;padding:6px 15px}.mac-badge-dot{width:10px;height:10px}.manage-ad-date-pill{font-size:13px;padding:6px 13px}.manage-ad-title{font-size:19px}.manage-ad-stat-left{font-size:14px}.manage-ad-stat-value{font-size:15px}.manage-ad-stat-row{padding:12px 16px}.manage-ad-section-label{font-size:11px}.manage-ad-type-name{font-size:15px}.manage-ad-info-section{padding:12px 16px}.manage-ad-btn{font-size:15px;height:46px}.mac-sm-icon{width:16px;height:16px}.mac-btn-icon{width:17px;height:17px}}@media(min-width:1280px){.manage-ads-list{grid-template-columns:repeat(3,1fr)}.manage-ad-card-body{padding:22px;gap:14px}.manage-ad-type-badge{font-size:15px;padding:7px 16px}.mac-badge-dot{width:11px;height:11px}.manage-ad-date-pill{font-size:14px;padding:6px 14px}.manage-ad-title{font-size:21px}.manage-ad-stat-left{font-size:15px}.manage-ad-stat-value{font-size:16px}.manage-ad-stat-row{padding:13px 18px}.manage-ad-section-label{font-size:11px}.manage-ad-type-name{font-size:16px}.manage-ad-info-section{padding:13px 18px}.manage-ad-btn{font-size:15px;height:48px}.mac-sm-icon{width:17px;height:17px}.mac-btn-icon{width:18px;height:18px}}.ads-hero{width:90%;max-width:1400px;display:flex;flex-direction:column;align-items:center;gap:28px;margin-bottom:100px;padding-top:8px}.ads-image-col{display:flex;justify-content:center;width:100%}.ads-illustration{width:70%;max-width:340px;height:auto}.ads-content-col{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;width:100%}.ads-heading{font-size:24px;font-weight:700;color:#1a1a1a;margin:0;line-height:1.2}.ads-sub{font-size:14px;color:#666;line-height:1.65;margin:0;max-width:420px}.ads-cta-row{display:flex;flex-direction:row;gap:12px;width:100%;justify-content:center}.ads-cta{flex:1;max-width:200px;height:48px;border-radius:12px;font-size:15px}.ads-cta-outline{background:transparent;border:1.5px solid #E53417;color:#e53417}@media(min-width:640px){.ads-illustration{width:55%;max-width:380px}.ads-heading{font-size:28px}.ads-sub{font-size:15px}.ads-cta{font-size:16px;height:52px}}@media(min-width:1024px){.ads-hero{flex-direction:row;align-items:center;gap:60px;padding-top:40px}.ads-image-col{flex:1;justify-content:flex-end}.ads-illustration{width:100%;max-width:440px}.ads-content-col{flex:1;align-items:flex-start;text-align:left}.ads-heading{font-size:36px}.ads-sub{font-size:16px;max-width:480px}.ads-cta{width:auto;min-width:200px;max-width:none;padding:0 36px;font-size:17px;height:54px}}@media(min-width:1440px){.ads-hero{gap:80px;padding-top:60px}.ads-illustration{max-width:520px}.ads-heading{font-size:44px}.ads-sub{font-size:18px;max-width:540px}.ads-cta{font-size:19px;height:58px;padding:0 44px}}.adp-wrap{width:100%;display:flex;flex-direction:column;gap:8px}.adp-section-label{font-size:12px;font-weight:700;color:#aaa;text-transform:uppercase;letter-spacing:.06em;margin:0}.adp-card{position:relative;width:100%;aspect-ratio:16 / 9;border-radius:14px;overflow:hidden;background-color:#111827;background-size:cover;background-position:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.adp-overlay{position:absolute;inset:0;background:linear-gradient(160deg,#000000b8,#00000061)}.adp-top-bar{position:absolute;top:0;left:0;right:0;padding:clamp(8px,1.2vw,14px) clamp(10px,1.5vw,18px);display:flex;align-items:center;justify-content:space-between;z-index:1}.adp-sponsored{font-size:clamp(10px,1vw,13px);font-weight:500;color:#ffffffa6;letter-spacing:.03em}.adp-store-badge{position:absolute;bottom:clamp(8px,1vw,14px);right:clamp(10px,1.5vw,18px);z-index:1;display:flex;align-items:center;gap:clamp(3px,.4vw,6px);background:#ffffff2e;border:1px solid rgba(255,255,255,.35);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);padding:clamp(3px,.4vw,6px) clamp(7px,.9vw,13px);border-radius:20px;font-size:clamp(9px,1vw,13px);font-weight:700;color:#fff;max-width:clamp(80px,28%,160px);overflow:hidden}.adp-store-name{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;min-width:0}.adp-store-icon{width:clamp(11px,1.3vw,17px);height:clamp(11px,1.3vw,17px);flex-shrink:0;filter:brightness(0) invert(1);opacity:.9}.adp-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:10px;padding:0 20px;text-align:center;transform:translateY(-10%)}.adp-title{font-size:clamp(15px,4vw,45px);font-weight:800;color:#fff;margin:0;line-height:1.2;text-shadow:0 2px 10px rgba(0,0,0,.55);width:65%}.adp-sub{position:absolute;bottom:clamp(8px,1vw,14px);left:clamp(10px,1.5vw,18px);font-size:clamp(9px,.9vw,12px);color:#ffffff80;margin:0;line-height:1.3;font-weight:400;z-index:1;max-width:70%}.adp-cta{display:inline-block;padding:clamp(9px,1.2vw,16px) clamp(22px,3vw,42px);border-radius:30px;background:#ffffff26;border:2px solid rgba(255,255,255,.75);color:#fff;font-size:clamp(13px,1.6vw,20px);font-weight:700;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.adp-dots{position:absolute;bottom:10px;right:13px;display:flex;gap:4px;z-index:1}.adp-dot{width:13px;height:13px;border-radius:3px}.adp-dot-red{background:#e53417}.adp-dot-blue{background:#0072ff}.card-container{width:450px;padding:24px;background-color:#fff;border-radius:16px;font-family:Inter,-apple-system,sans-serif;box-shadow:0 4px 12px #0000000d}.header-tags{display:flex;gap:3px;margin-bottom:7px;flex-direction:column;justify-self:start;align-items:start;width:100%}.badge-ad{background-color:#2cc76e;color:#fff;padding:6px 14px;border-radius:11px;font-size:15px;font-weight:600;display:flex;align-items:center;gap:6px}.dot{width:17px;height:17px;background-color:#2cc76e;border-radius:50%;border:3px solid #16D466}.badge-date{background-color:#f0f4f9;color:#545e71;padding:6px 14px;font-weight:400;border-radius:11px;font-size:12px;border:1px solid #DFE0E1;display:flex;justify-content:center;align-items:center;gap:10px}.card-title{font-size:20px;font-weight:600;margin:0 0 3px;color:#000;width:100%}.stat-box{background-color:#fbf4f5;border:1px solid #FAE3E2;border-radius:12px;padding:16px;margin-bottom:7px;font-size:17px;color:#3f4b5f;width:100%}.impressions{display:flex;justify-content:space-between;align-items:center;gap:15px;text-align:center}.live-ad-content{position:relative;background-color:#fff;width:90%;height:auto;border-radius:17px;padding:10px;box-shadow:0 1px 4px #00000040;justify-content:space-between;display:flex;align-items:center;flex-direction:column;gap:0px;margin:10px}.lac-delete-btn{position:absolute;top:12px;right:12px;width:30px;height:30px;border-radius:50%;border:none;background:#fff0ee;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease;z-index:10}.lac-delete-btn:hover{background:#ffd9d4}.lac-delete-icon{width:16px;height:16px;filter:invert(22%) sepia(96%) saturate(2000%) hue-rotate(351deg) brightness(90%)}.lac-confirm-row{display:flex;align-items:center;gap:8px;width:100%;padding:6px 4px 4px;flex-wrap:wrap}.lac-confirm-text{font-size:13px;font-weight:600;color:#1a1a1a;flex:1}.lac-confirm-yes{font-size:13px;font-weight:700;padding:6px 14px;border-radius:8px;border:none;background:#e53417;color:#fff;cursor:pointer}.lac-confirm-yes:disabled{opacity:.55;cursor:not-allowed}.lac-confirm-no{font-size:13px;font-weight:600;padding:6px 14px;border-radius:8px;border:1.5px solid #d1d5db;background:#fff;color:#555;cursor:pointer}.lac-confirm-no:disabled{opacity:.55;cursor:not-allowed}.p-bt{padding-bottom:100px}.m-t{margin-top:50px}.stat-left{display:flex;align-items:center;gap:12px;color:#4a5568;font-size:18px}.value{font-size:18px;font-weight:400;color:#3f4b5f}.category-label{font-size:13px;font-weight:700;color:#4a5568;margin-bottom:8px;text-transform:uppercase}.category-value{display:flex;align-items:center;gap:12px;font-size:20px;font-weight:600;color:#2d3748}.button-group{display:flex;gap:12px;margin-top:24px}.btn{flex:1;display:flex;justify-content:center;align-items:center;gap:8px;padding:12px;border:none;border-radius:8px;font-size:16px;font-weight:600;color:#fff;cursor:pointer;background-color:#e63917;transition:opacity .2s}.btn:hover{opacity:.9}.schedule-container{max-width:600px;margin:0 auto;background-color:#fff}.schedule-container p{margin-bottom:15px}.day-row{display:flex;align-items:flex-start;margin-bottom:20px}.day-col{width:40px;margin-right:12px;flex-shrink:0;padding-top:6px}.day-circle{width:36px;height:36px;background-color:#e53417;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}.slots-col{flex-grow:1;display:flex;flex-direction:column;gap:12px;width:100%}.inputs-wrapper{display:flex;align-items:center;gap:8px}.slot-entry{display:flex;align-items:flex-start;justify-content:start}.time-group{display:flex;align-items:center}.time-input{width:100%;min-width:55px;padding:10px 4px;border-radius:6px;text-align:center;color:#e53417;font-size:13px;outline:none;max-width:69px}.separator{margin:0 4px;color:#e53417}.max-group{display:flex;align-items:center;background:#f8f9fa;border-radius:6px;padding:0 4px;height:38px;flex-grow:1;max-width:70px}.max-label{font-size:10px;color:#6c757d;margin-right:2px;text-transform:uppercase;font-weight:700}.max-input{width:100%;border:none;background:transparent;text-align:center;font-weight:700;color:#e53417;outline:none;font-size:13px;padding:0}.max-input::-webkit-outer-spin-button,.max-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.actions-group{display:flex;align-items:center;gap:4px;margin-left:8px;padding-top:4px}.icon-btn{background:none;border:none;cursor:pointer;padding:4px;color:#e53417;display:flex;align-items:center}.remove-btn{color:#666}.unavailable-row{display:flex;align-items:center;height:40px}.unavailable-text{color:#6c757d;margin-right:15px;font-size:15px}.weekday-container{display:flex;flex-direction:column;gap:10px;font-family:sans-serif;width:100%}.weekday-title{font-size:16px;font-weight:500}.weekday-buttons{display:flex;gap:8px;justify-content:space-between}.weekday-btn{width:48px;border-radius:6px;border:1.5px solid #E53417;background-color:#e53417;color:#fff;font-size:14px;cursor:pointer;transition:all .2s ease;height:30px}.weekday-btn.active{background-color:#e53417;color:#fff}.weekday-btn:not(.active){background-color:#fff;color:#e53417}.weekday-btn:hover{opacity:.9}.overlay-backdrop{position:fixed;inset:0;z-index:50;height:100vh;width:100vw;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0000004d;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:visible;padding:8px}.overlay-backdrop.no-padding{padding:0}.overlay-close-btn-outer{cursor:pointer;align-self:flex-end;margin-bottom:8px;z-index:10}.overlay-content{position:relative;height:fit-content;overflow-y:scroll;background-color:#fff;border-radius:15px}.overlay-close-btn-inner{cursor:pointer;position:absolute;top:16px;right:16px;z-index:10}@keyframes float{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-15px) rotate(5deg)}50%{transform:translateY(-10px) rotate(-3deg)}75%{transform:translateY(-20px) rotate(7deg)}}.coming-soon-wrapper{width:100vw;height:100vh;overflow:visible;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative}.coming-soon-floating-icon{position:absolute;pointer-events:none;filter:brightness(0) saturate(100%) invert(20%) sepia(89%) saturate(2475%) hue-rotate(348deg) brightness(95%) contrast(90%)}.coming-soon-content{z-index:10;width:100vw;position:relative;text-align:center;padding-top:200px}.coming-soon-heading{color:#e53417;font-weight:900;line-height:1;font-size:50px}.coming-soon-heading-row{color:#e53417;font-weight:900;line-height:1;font-size:50px;display:flex;justify-content:center;align-items:center}.coming-soon-glasses{width:80px;transform:rotate(12deg)}.coming-soon-banner{background-color:#e5341780;width:100vw;display:flex;flex-direction:column;gap:12px;margin-top:24px;margin-bottom:32px;padding:12px}.coming-soon-banner-title{font-size:18px;color:#fff;font-weight:500;max-width:100%;margin:0 auto}.coming-soon-banner-sub{font-size:18px;color:#fff;font-weight:500;max-width:28rem;margin:0 auto}.coming-soon-stay-tuned{display:flex;align-items:center;font-size:16px;color:#fff;max-width:28rem;margin:0 auto}.coming-soon-stay-tuned span.emoji{margin-left:5px;font-size:28px}.coming-soon-cta-row{display:flex;align-items:center;justify-content:center;gap:8px}.coming-soon-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;cursor:pointer;background-color:#e53417;color:#fff;font-weight:600;border-radius:9999px;border:none;font-size:16px;transition:background-color .3s,transform .3s,box-shadow .3s}.coming-soon-btn:hover{background-color:#c42a14;transform:scale(1.05);box-shadow:0 8px 20px #0003}.coming-soon-btn img{width:20px}.coming-soon-submit-btn{display:inline-block;padding:8px 24px;cursor:pointer;background-color:#e53417;color:#fff;font-weight:600;border-radius:9999px;border:none;font-size:16px;transition:background-color .3s,transform .3s,box-shadow .3s}.coming-soon-submit-btn:hover{background-color:#c42a14;transform:scale(1.05);box-shadow:0 8px 20px #0003}.coming-soon-form{display:flex;flex-direction:column;gap:16px;width:100%;padding:16px}@media(min-width:640px){.coming-soon-heading,.coming-soon-heading-row{font-size:70px}.coming-soon-glasses{width:120px}.coming-soon-banner-title,.coming-soon-banner-sub{font-size:20px}.coming-soon-stay-tuned{font-size:18px}.coming-soon-stay-tuned span.emoji{font-size:32px}.coming-soon-btn{padding:16px 32px;font-size:18px}.coming-soon-btn img{width:22px}.coming-soon-submit-btn{font-size:18px}}@media(min-width:768px){.coming-soon-heading,.coming-soon-heading-row{font-size:80px}.coming-soon-glasses{width:150px}.coming-soon-banner-title,.coming-soon-banner-sub{font-size:24px}.coming-soon-banner{margin-top:32px;margin-bottom:40px}}@media(min-width:1024px){.coming-soon-heading,.coming-soon-heading-row{font-size:90px}.coming-soon-glasses{width:180px}.coming-soon-btn img{width:24px}}@media(min-width:1280px){.coming-soon-heading,.coming-soon-heading-row{font-size:100px}.coming-soon-glasses{width:200px}}
