body.cms-open{overflow:hidden}.cms{position:fixed;inset:0;z-index:80;background:var(--surface);color:var(--ink);font-family:Vazirmatn,Tahoma,Arial,sans-serif;overflow:auto;line-height:1.75}.cms button,.cms input,.cms textarea,.cms select{font:inherit}.cms-top{height:96px;display:flex;align-items:center;justify-content:space-between;gap:25px;padding:20px 36px;background:var(--bg);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:5}.cms-brand{font:600 13px Arial,sans-serif;letter-spacing:4px;color:var(--blue)}.cms h1{font-size:1.3rem;margin-top:5px}.cms h2{font-size:1.7rem;letter-spacing:0}.cms h3{font-size:1.15rem;letter-spacing:0}.cms-top-actions{display:flex;gap:12px;flex-shrink:0}.cms-btn{border:1px solid var(--line);border-radius:5px;background:var(--bg);color:var(--ink);min-height:44px;padding:9px 18px;font-size:.94rem;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;text-align:center}.cms-btn:hover{border-color:var(--blue);color:var(--blue)}.cms-btn.primary{background:#2563eb;color:white;border-color:#2563eb}.cms-btn.primary:hover{background:#1d4ed8}.cms-btn:disabled{opacity:.65;cursor:wait}.cms .danger{color:#d34242}.cms-layout{display:grid;grid-template-columns:230px minmax(0,1fr);min-height:calc(100dvh - 96px)}.cms-sidebar{border-inline-end:1px solid var(--line);padding:30px 20px;background:var(--bg);position:sticky;top:96px;height:calc(100dvh - 96px);display:flex;flex-direction:column}.cms-mode{padding:5px 12px;background:var(--blue-soft);color:var(--blue);font-size:.82rem;width:max-content;border-radius:4px;margin:0 10px 25px}.cms-sidebar nav{display:flex;flex-direction:column;gap:6px}.cms-sidebar nav button{border:0;border-radius:5px;background:none;color:var(--muted);padding:12px 16px;font-size:.97rem;text-align:start}.cms-sidebar nav button.selected{background:var(--blue-soft);color:var(--blue);font-weight:600}.cms-sidebar nav button:hover{color:var(--blue);background:var(--surface)}.cms-sidebar-foot{margin-top:auto;padding:25px 12px 5px;font-size:.85rem;color:var(--muted)}.cms-sidebar-foot p{font-size:.75rem;margin-top:6px}.cms-sidebar-foot .unsaved{color:#d08412}.cms-main{min-width:0;padding:30px 36px 65px;max-width:1450px;width:100%;margin-inline:auto}.cms-notice{font-size:.88rem;color:var(--muted);padding:12px 17px;background:var(--bg);border:1px solid var(--line);border-radius:5px;margin-bottom:28px;min-height:50px}.cms-notice.error{border-color:#d34242;color:#c13535}.cms-heading{display:flex;justify-content:space-between;align-items:center;gap:25px;margin-bottom:26px}.cms-heading p{margin-top:6px}.cms-muted{color:var(--muted);font-size:.88rem;line-height:1.9}.cms-products-layout{display:grid;grid-template-columns:minmax(220px,31%) minmax(0,1fr);gap:24px;align-items:start}.cms-product-list{border:1px solid var(--line);border-radius:6px;background:var(--bg);overflow:hidden}.cms-product-row{display:flex;gap:6px;border-bottom:1px solid var(--line);padding:10px;min-width:0}.cms-product-row:last-child{border-bottom:0}.cms-product-row.selected{background:var(--blue-soft);box-shadow:inset -3px 0 0 var(--blue)}.cms-product-choose{border:0;background:none;display:flex;align-items:center;gap:12px;color:var(--ink);padding:4px;min-width:0;flex:1;text-align:right}.cms-product-choose img{width:50px;height:50px;object-fit:cover;flex-shrink:0;border-radius:4px}.cms-product-choose strong{font-size:.9rem;display:block;overflow-wrap:anywhere}.cms-product-choose small{font-size:.75rem;display:block;margin-top:4px}.cms-product-number{color:var(--blue);font:25px Arial;min-width:45px;text-align:center}.cms-order{display:flex;flex-direction:column;gap:2px;flex-shrink:0}.cms-small-button{font-size:.8rem!important;border:1px solid var(--line);color:var(--ink);background:var(--bg);border-radius:4px;padding:4px 10px;min-height:31px;cursor:pointer;text-align:center}.cms-small-button:disabled{opacity:.25;cursor:default}.cms-small-button:hover:not(:disabled){border-color:var(--blue)}.cms-card{background:var(--bg);border:1px solid var(--line);border-radius:6px;padding:28px;margin-bottom:24px;min-width:0}.cms-field{display:flex;flex-direction:column;gap:8px;margin-bottom:20px;min-width:0}.cms-label{font-size:.92rem;font-weight:500}.cms input:not([type=checkbox]):not([type=file]),.cms textarea,.cms select{width:100%;min-width:0;background:var(--bg);border:1px solid var(--line);border-radius:5px;padding:11px 13px;outline:none;font-size:1rem;color:var(--ink);line-height:1.8}.cms textarea{resize:vertical;min-height:112px}.cms input:focus,.cms textarea:focus,.cms select:focus{border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-soft)}.cms-check{display:flex;align-items:center;gap:10px;margin-block:13px;cursor:pointer;font-size:.92rem}.cms-check input{width:18px;height:18px;accent-color:#2563eb}.cms-language-tabs{display:flex;flex-wrap:wrap;gap:6px;padding:5px;background:var(--surface);border-radius:6px;margin-bottom:24px;width:max-content;max-width:100%}.cms-lang{border:0;border-radius:4px;padding:7px 16px;min-height:40px;color:var(--muted);background:none;font-size:.9rem!important}.cms-lang.selected{background:var(--bg);color:var(--blue);box-shadow:0 1px 5px #0001}.cms-product-settings{padding-block:10px 18px;border-bottom:1px solid var(--line);margin-bottom:22px}.cms-subtitle{margin-bottom:18px}.cms-images{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:15px;margin-bottom:24px}.cms-image-tile{border:1px solid var(--line);border-radius:5px;overflow:hidden;background:var(--surface)}.cms-image-tile img{width:100%;height:135px;object-fit:contain;background:#eef0f3}.cms-image-actions{padding:8px;display:flex;align-items:center;justify-content:space-between;gap:8px}.cms-primary-label{font-size:.75rem;color:var(--blue)}.cms-upload{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;min-height:184px;padding:12px;border:1px dashed var(--line);border-radius:5px;cursor:pointer;font-size:.85rem;text-align:center}.cms-upload:focus-within{outline:2px solid var(--blue)}.cms-upload:hover{border-color:var(--blue);color:var(--blue)}.cms-upload.working{opacity:.5;pointer-events:none}.cms-upload-plus{font:30px Arial;color:var(--blue)}.cms-upload small{font-size:.75rem}.cms-editor-bottom{border-top:1px solid var(--line);padding-top:25px;display:flex;justify-content:flex-end}.cms-empty{padding:35px;color:var(--muted);font-size:.95rem;text-align:center}.cms-text-controls{display:flex;align-items:flex-end;gap:25px;flex-wrap:wrap}.cms-select-field{min-width:230px}.cms-text-controls .cms-language-tabs{margin-bottom:20px}.cms-text-form{max-width:950px}.cms-contact-form{max-width:800px}.cms-backup-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px}.cms-backup-grid p{margin-block:15px 25px}.cms-backup-grid .cms-btn{margin:0 0 12px 8px}.cms-toast{position:fixed;z-index:110;bottom:25px;left:50%;transform:translateX(-50%);width:max-content;max-width:calc(100% - 40px);border:1px solid var(--line);padding:15px 23px;background:var(--ink);color:var(--bg);box-shadow:0 10px 50px #0003;border-radius:6px;font-size:.95rem;text-align:center;font-family:Vazirmatn,Tahoma,sans-serif}.cms-toast.error{background:#a22a2a;color:#fff}.site-load-error{padding:12px 20px;text-align:center;background:#fff3cd;color:#734e03}.product-gallery{position:absolute;bottom:12px;left:50%;transform:translateX(-50%);display:flex;gap:8px;max-width:90%;overflow:auto;padding:4px;background:#ffffffd9;border-radius:5px}.product-gallery button{padding:0;border:2px solid transparent;width:52px;height:44px;flex-shrink:0;cursor:pointer;background:#eee}.product-gallery button.selected{border-color:#2563eb}.product-gallery img{width:100%;height:100%;object-fit:cover}.dialog-picture:has(.product-gallery) .image-note{top:12px;bottom:auto}.logo-crop img.custom-logo{inset:0;width:100%;height:100%;object-fit:contain;max-width:100%;mix-blend-mode:normal;filter:none!important}.site-header .logo-crop img.custom-logo{inset:0;width:100%;height:100%}#company-contacts a{display:block;width:fit-content;color:#b9c6da;font-size:.875rem;margin-top:10px}#admin-entry{white-space:nowrap}#admin-entry:hover{color:#75a3ff}
@media(max-width:1100px){.cms-layout{grid-template-columns:190px minmax(0,1fr)}.cms-sidebar{padding-inline:12px}.cms-main{padding:24px}.cms-products-layout{grid-template-columns:minmax(185px,31%) minmax(0,1fr);gap:18px}.cms-card{padding:22px}.cms-top{padding-inline:25px}.cms-product-choose img{width:40px;height:40px}.cms-product-choose{gap:8px}.cms-product-row{padding:8px}.cms-language-tabs{width:100%}.cms-lang{flex:1;padding-inline:9px}}
@media(max-width:820px){.cms-layout{display:block}.cms-sidebar{position:sticky;top:96px;height:auto;border-inline-end:0;border-bottom:1px solid var(--line);padding:10px 20px;z-index:4}.cms-sidebar nav{flex-direction:row;overflow:auto;gap:5px}.cms-sidebar nav button{white-space:nowrap;font-size:.85rem;padding:8px 12px}.cms-mode,.cms-sidebar-foot{display:none}.cms-main{padding:23px}.cms-products-layout{grid-template-columns:minmax(170px,30%) minmax(0,1fr)}.cms-backup-grid{gap:20px}.cms-top{padding-inline:23px}.cms h1{font-size:1.1rem}.cms-product-choose img{display:none}.cms-product-number{min-width:25px;font-size:20px}.cms-product-row{padding:7px}.cms-small-button{padding:3px 7px}.cms h2{font-size:1.5rem}}
@media(max-width:600px){.cms-top{height:auto;min-height:114px;align-items:flex-start;flex-direction:column;gap:14px;padding:14px 18px}.cms-top>div:first-child{display:flex;align-items:baseline;gap:15px}.cms-brand{font-size:11px;letter-spacing:2px}.cms h1{font-size:1rem}.cms-top-actions{width:100%;gap:9px}.cms-top-actions .cms-btn{flex:1;font-size:.85rem;padding:8px 12px;min-height:42px}.cms-sidebar{top:120px;padding:8px 12px}.cms-sidebar nav button{font-size:.82rem;padding:9px 11px}.cms-main{padding:20px 16px 50px}.cms-notice{font-size:.83rem;padding:12px 14px}.cms-heading{gap:12px;align-items:flex-start;margin-bottom:20px}.cms-heading .cms-btn{font-size:.85rem;padding:9px 12px;white-space:nowrap}.cms-heading h2{font-size:1.4rem}.cms-muted{font-size:.84rem}.cms-products-layout{display:block}.cms-product-list{display:flex;overflow:auto;margin-bottom:20px;max-width:100%}.cms-product-row{flex:0 0 200px;border-bottom:0;border-inline-end:1px solid var(--line)}.cms-product-row.selected{box-shadow:inset 0 -3px 0 var(--blue)}.cms-product-choose img{display:block;width:38px;height:38px}.cms-product-choose strong{font-size:.8rem}.cms-card{padding:20px 17px}.cms-label{font-size:.88rem}.cms-language-tabs{gap:2px;margin-bottom:21px}.cms-lang{font-size:.83rem!important;padding:7px 9px}.cms-images{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.cms-image-actions{flex-wrap:wrap}.cms-image-tile img{height:130px}.cms-upload{min-height:180px}.cms-backup-grid{grid-template-columns:1fr;gap:0}.cms-text-controls{display:block}.cms-select-field{width:100%;min-width:0}.cms-toast{font-size:.85rem;bottom:16px}.cms h3{font-size:1.08rem}}
@media(prefers-reduced-motion:reduce){.cms *{scroll-behavior:auto!important}}

/* Panel dimensions are independent of the visitor's selected language. */
.cms{--cms-top-height:96px;overscroll-behavior:contain}.cms-top{height:auto;min-height:96px;flex-wrap:wrap}.cms-top>div:first-child{min-width:0}.cms-top-actions{flex-wrap:wrap;max-width:100%}.cms-sidebar{top:var(--cms-top-height);height:calc(100dvh - var(--cms-top-height))}.cms-btn,.cms-small-button,.cms-lang{min-height:44px}.cms-lang{font-size:1rem!important}.cms-sidebar nav button{min-height:44px}.cms h1{letter-spacing:0;line-height:1.7}.cms-image-tile{min-width:0}.cms-image-actions{flex-wrap:wrap}.cms-check{min-height:44px}
@media(max-width:820px){.cms-sidebar{height:auto}.cms-products-layout{grid-template-columns:1fr}.cms-product-list{display:flex;overflow:auto;margin-bottom:20px;max-width:100%}.cms-product-row{flex:0 0 210px;border-bottom:0;border-inline-end:1px solid var(--line)}.cms-product-row.selected{box-shadow:inset 0 -3px 0 var(--blue)}}
@media(max-width:600px){.cms-top{min-height:114px}.cms-top>div:first-child{flex-wrap:wrap;gap:5px 15px}.cms-sidebar{top:var(--cms-top-height,114px)}.cms-top-actions .cms-btn{min-height:44px}.cms-heading{flex-wrap:wrap}.cms-images{grid-template-columns:repeat(auto-fit,minmax(min(140px,100%),1fr))}.cms-top-actions{flex-shrink:1}}
@media(max-height:500px){.cms-top,.cms-sidebar{position:static}}
