:root{--bg:#f5f7fa;--card:#fff;--text:#172033;--muted:#667085;--line:#e4e7ec;--accent:#1257d6;--accent2:#0d3f9d;--ok:#14804a;--danger:#b42318;--dark:#101828}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;background:var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}button,input{font:inherit}.container{width:min(1180px,calc(100% - 32px));margin:auto}.narrow{max-width:860px}.topbar{background:#0d1b33;color:#dbe7ff;font-size:13px}.topbar .container{display:flex;justify-content:space-between;padding:8px 0}.site-header{background:#fff;position:sticky;top:0;z-index:20;box-shadow:0 1px 0 rgba(16,24,40,.08)}.header-inner{display:grid;grid-template-columns:auto 1fr auto;gap:30px;align-items:center;padding:18px 0}.brand{display:flex;align-items:center;gap:10px}.brand-mark,.admin-logo{width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,var(--accent),#42a5ff);display:grid;place-items:center;color:#fff;font-weight:900;font-size:24px}.brand strong{display:block;letter-spacing:.06em}.brand small{display:block;color:var(--muted);font-size:11px;margin-top:2px}.search{display:flex;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff}.search input{border:0;padding:13px 14px;width:100%;outline:0}.search button{border:0;background:var(--dark);color:#fff;padding:0 18px}.cart-link{font-weight:700}.badge{display:inline-grid;place-items:center;background:var(--accent);color:#fff;border-radius:999px;min-width:22px;height:22px;font-size:12px}.nav{border-top:1px solid var(--line)}.nav .container{display:flex;gap:26px;padding:11px 0;overflow:auto}.nav a{font-size:14px;font-weight:600;white-space:nowrap}.hero{padding:70px 0;background:linear-gradient(120deg,#0e1f3f,#173d7c);color:#fff}.hero-grid{display:grid;grid-template-columns:1.5fr .7fr;gap:40px;align-items:center}.hero h1{font-size:clamp(38px,5vw,66px);line-height:1.02;margin:12px 0 18px;max-width:800px}.hero p{font-size:19px;color:#d9e5fb;max-width:700px}.eyebrow{font-size:12px;font-weight:800;letter-spacing:.13em;color:#4b8cff}.hero .eyebrow{color:#75adff}.hero-actions{display:flex;gap:12px;margin-top:28px}.hero-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:24px}.metric{padding:18px 0;border-bottom:1px solid rgba(255,255,255,.12)}.metric:last-child{border:0}.metric strong,.metric span{display:block}.metric strong{font-size:26px}.metric span{color:#c9d7ee}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:11px;padding:12px 18px;font-weight:800;cursor:pointer}.btn.primary{background:var(--accent);color:#fff}.btn.primary:hover{background:var(--accent2)}.btn.secondary{background:#fff;color:var(--dark)}.btn.full{width:100%}.btn.large{padding:16px 22px;font-size:16px}.btn:disabled{opacity:.45;cursor:not-allowed}.section{padding:54px 0}.section.soft{background:#eef3fa}.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:26px}.section-head h1,.section-head h2{margin:5px 0 0}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:14px;box-shadow:0 5px 20px rgba(16,24,40,.04)}.product-card img{width:100%;aspect-ratio:1.25/1;object-fit:cover;border-radius:12px;background:#eef2f6}.product-body{padding:13px 3px}.category{font-size:12px;color:var(--muted);font-weight:700}.product-card h3{font-size:16px;min-height:42px;margin:6px 0 11px}.stock{font-size:13px;font-weight:800}.stock.ok{color:var(--ok)}.stock.no{color:var(--danger)}.price{font-size:22px;font-weight:900;margin:10px 0}.price.xl{font-size:40px}.feature-grid,.info-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature-grid>div,.info-cards>div,.contact-card,.delivery-box,.notice{background:#fff;border:1px solid var(--line);border-radius:15px;padding:20px}.feature-grid h3,.info-cards h3{margin-top:0}.chips{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:24px}.chips a{background:#fff;border:1px solid var(--line);padding:9px 12px;border-radius:999px;font-size:13px;font-weight:700}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}.product-image img{width:100%;border-radius:20px;background:#fff;border:1px solid var(--line)}.product-detail h1{font-size:42px;line-height:1.08;margin:10px 0}.stock.big{font-size:15px}.delivery-box{display:grid;gap:7px;margin:22px 0}.delivery-box span,.contact-card span{display:block;color:var(--muted)}.cart-items{display:grid;gap:10px;margin:25px 0}.cart-row{display:grid;grid-template-columns:1fr auto auto auto;gap:18px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:13px;padding:15px}.cart-row span{display:block;color:var(--muted);font-size:13px}.qty{display:flex;align-items:center;border:1px solid var(--line);border-radius:9px;overflow:hidden}.qty button,.remove{border:0;background:#fff;padding:8px 11px;cursor:pointer}.remove{font-size:20px}.cart-summary{background:#fff;border:1px solid var(--line);border-radius:15px;padding:20px;margin-bottom:15px}.cart-summary>div{display:flex;justify-content:space-between;padding:8px 0}.cart-summary .total{border-top:1px solid var(--line);margin-top:8px;padding-top:16px;font-size:20px}.notice{margin:14px 0;color:var(--muted)}.empty{background:#fff;border:1px dashed var(--line);padding:30px;border-radius:14px;text-align:center;color:var(--muted)}.footer{background:#101828;color:#d0d5dd;padding:44px 0 20px}.footer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.footer strong{color:#fff}.copyright{border-top:1px solid #344054;padding-top:18px;margin-top:20px;font-size:13px}.admin-body{display:grid;grid-template-columns:230px 1fr;min-height:100vh}.admin-side{background:#0d1b33;color:#dce6f7;padding:24px 16px;display:flex;flex-direction:column;gap:5px}.admin-side .admin-logo{margin:0 8px 22px}.admin-side a{padding:11px 12px;border-radius:9px}.admin-side a.active,.admin-side a:hover{background:#17315d;color:#fff}.admin-main{padding:36px;overflow:auto}.admin-head{display:flex;justify-content:space-between;align-items:center}.status-pill{background:#eaf2ff;color:#175cd3;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:800}.admin-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin:28px 0}.admin-metrics>div,.admin-panel{background:#fff;border:1px solid var(--line);border-radius:15px;padding:20px}.admin-metrics span,.admin-metrics strong{display:block}.admin-metrics span{color:var(--muted)}.admin-metrics strong{font-size:34px;margin-top:6px}.admin-panel{margin-bottom:18px}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:13px 10px;border-bottom:1px solid var(--line);font-size:14px}td small{display:block;color:var(--muted);margin-top:3px}.provider-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.provider-grid>div{border:1px solid var(--line);border-radius:12px;padding:14px}.provider-grid strong,.provider-grid span{display:block}.provider-grid span{font-size:12px;color:var(--muted);margin-top:4px}@media(max-width:900px){.header-inner{grid-template-columns:1fr auto}.search{grid-column:1/-1;grid-row:2}.hero-grid,.product-detail{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,1fr)}.feature-grid,.info-cards{grid-template-columns:1fr}.admin-body{grid-template-columns:1fr}.admin-side{display:none}.admin-metrics{grid-template-columns:repeat(2,1fr)}.provider-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.topbar .container{gap:8px;flex-direction:column}.product-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.section{padding:38px 0}.hero{padding:50px 0}.cart-row{grid-template-columns:1fr auto}.cart-row>strong{grid-column:1}.admin-main{padding:20px}.admin-metrics{grid-template-columns:1fr 1fr}}

.btn.small{padding:8px 12px;font-size:13px;background:#eef3fa;color:var(--dark)}
.status-mini{display:inline-flex;align-items:center;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:800;font-style:normal}.status-mini.on{background:#e9f8ef;color:var(--ok)}.status-mini.off{background:#f2f4f7;color:#667085}.status-mini.pending{background:#fff4e5;color:#b54708}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-grid label{display:grid;gap:7px;font-size:13px;font-weight:800}.form-grid input,.form-grid select,.form-grid textarea{width:100%;border:1px solid var(--line);border-radius:10px;padding:11px 12px;background:#fff;color:var(--text)}.form-grid textarea{resize:vertical}.form-grid .span-2{grid-column:1/-1}.form-grid .check{display:flex;align-items:center;gap:9px}.form-grid .check input{width:auto}.form-actions{display:flex;gap:10px;align-items:center}.calc-box{background:#eef4ff;border:1px solid #c7d7fe;border-radius:11px;padding:13px;color:#344054}.flash{margin:18px 0;border-radius:11px;padding:13px 15px;font-weight:700}.flash.ok{background:#eaf8ef;color:var(--ok)}.flash.err{background:#fff0ee;color:var(--danger)}.admin-providers>div{display:grid;gap:6px}.admin-providers .status-mini{justify-self:start;margin-top:5px}
@media(max-width:700px){.form-grid{grid-template-columns:1fr}.form-grid .span-2{grid-column:auto}.form-actions{flex-direction:column;align-items:stretch}}

/* Editor visual beta */
.editor-mode{padding-top:76px}.visual-editor-toolbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:#101828;color:#fff;display:grid;grid-template-columns:1fr auto;gap:8px 18px;align-items:center;padding:10px 18px;border-bottom:1px solid #344054}.visual-editor-toolbar span{color:#d0d5dd;font-size:13px}.visual-editor-actions{display:flex;gap:8px;align-items:center}.visual-editor-toolbar .btn{padding:9px 13px}.visual-editor-toolbar .editor-exit{background:#344054;color:#fff}.editor-status{grid-column:1/-1;font-size:12px;min-height:16px;color:#d0d5dd}.editor-status.ok{color:#a6f4c5}.editor-status.err{color:#fda29b}.editor-status.pending{color:#fedf89}.editor-mode .site-header{top:76px}.editor-sortable-block{position:relative}.editor-mode .editor-sortable-block{outline:2px dashed transparent;outline-offset:-4px;transition:outline-color .15s,opacity .15s}.editor-mode .editor-sortable-block:hover{outline-color:#84adff}.editor-drag-handle{position:absolute;top:10px;right:12px;z-index:30;border:1px solid #b2ccff;background:#fff;color:#175cd3;border-radius:999px;padding:7px 11px;font-weight:800;font-size:12px;cursor:grab;box-shadow:0 2px 8px rgba(16,24,40,.14)}.editor-drag-handle:active{cursor:grabbing}.editor-sortable-block.is-dragging{opacity:.48}.editor-sortable-block.drag-over{outline-color:#175cd3!important}.editor-mode [data-edit-key]{outline:1px dashed rgba(255,255,255,.45);outline-offset:3px;border-radius:3px;cursor:text}.editor-mode .section [data-edit-key]{outline-color:#84adff}.editor-mode [data-edit-key]:focus{outline:2px solid #2e90fa;background:rgba(46,144,250,.09)}.editor-mode a[data-editor-link]{cursor:text}.editor-mode .product-card{pointer-events:none}.editor-mode .product-card .add-cart{pointer-events:none}
@media(max-width:760px){.editor-mode{padding-top:124px}.visual-editor-toolbar{grid-template-columns:1fr;padding:9px 12px}.visual-editor-actions{flex-wrap:wrap}.editor-mode .site-header{top:124px}.visual-editor-toolbar span{display:none}}

/* v0.3.1: admin menu visible on narrow windows */
@media(max-width:900px){.admin-side{display:flex;flex-direction:row;align-items:center;overflow-x:auto;padding:10px 12px;position:sticky;top:0;z-index:50}.admin-side .admin-logo{margin:0 10px 0 0;min-width:42px}.admin-side a{white-space:nowrap}.admin-body{display:block}.admin-main{padding-top:22px}}

/* =========================================================
   ELECTROSHOP DESIGNER v0.4 - editor visual profesional
   ========================================================= */
.pro-editor-mode{padding-top:58px;background:#eef1f5}
.pro-editor-mode .topbar,.pro-editor-mode .site-header,.pro-editor-mode #pageMain,.pro-editor-mode .footer{margin-left:220px;margin-right:300px}
.pro-editor-mode .site-header{top:58px}
.pro-editor-toolbar{position:fixed;z-index:2000;left:0;right:0;top:0;height:58px;background:#161b26;color:#fff;display:grid;grid-template-columns:205px minmax(380px,1fr) auto;align-items:center;gap:10px;padding:8px 12px;border-bottom:1px solid #303746;box-shadow:0 2px 12px rgba(0,0,0,.22)}
.pro-editor-brand{display:flex;align-items:baseline;gap:7px;white-space:nowrap}.pro-editor-brand strong{font-size:14px}.pro-editor-brand span{font-size:10px;background:#2e5ce6;color:#fff;border-radius:999px;padding:3px 6px}
.pro-editor-tools{display:flex;align-items:center;gap:5px;overflow:auto}.pro-editor-tools button,.pro-editor-actions a,.pro-editor-actions button{border:1px solid #3d4657;background:#242b38;color:#f3f5f8;border-radius:7px;min-height:34px;padding:6px 9px;cursor:pointer;white-space:nowrap;font-size:12px;font-weight:700}.pro-editor-tools button:hover,.pro-editor-actions a:hover{background:#313a49}.pro-editor-tools button:disabled{opacity:.35;cursor:not-allowed}.tool-sep{height:23px;width:1px;background:#3d4657;margin:0 3px}.pro-editor-actions{display:flex;align-items:center;gap:7px}.pro-editor-actions .editor-save{background:#1668e8;border-color:#1668e8}.pro-editor-actions .editor-save:hover{background:#0f58c8}.pro-editor-actions .editor-close{background:#3a1f25;border-color:#75404b}.pro-editor-actions .editor-preview{background:#263347}.pro-editor-actions .editor-status{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;color:#b9c0cc}.pro-editor-actions .editor-status.ok{color:#75e0a7}.pro-editor-actions .editor-status.pending{color:#ffd36a}.pro-editor-actions .editor-status.err{color:#ff8f8f}
.editor-left-panel,.editor-right-panel{position:fixed;z-index:1500;top:58px;bottom:0;background:#fff;overflow:auto;box-shadow:0 0 18px rgba(16,24,40,.08)}
.editor-left-panel{left:0;width:220px;border-right:1px solid #d9dee8;padding:16px 13px}.editor-right-panel{right:0;width:300px;border-left:1px solid #d9dee8;padding:16px}
.editor-panel-title{font-size:14px;font-weight:900;color:#202939;margin-bottom:5px}.editor-left-panel>p{font-size:11px;color:#697586;margin:0 0 13px;line-height:1.35}
.element-palette{display:grid;grid-template-columns:1fr 1fr;gap:8px}.element-palette button{border:1px solid #dde2ea;background:#f8fafc;border-radius:10px;min-height:68px;display:grid;place-items:center;align-content:center;gap:4px;cursor:pointer;color:#344054}.element-palette button:hover{border-color:#84adff;background:#eef5ff;color:#175cd3}.element-palette b{font-size:22px;line-height:1}.element-palette span{font-size:11px;font-weight:800}.editor-help{border-top:1px solid #e6e9ef;margin-top:18px;padding-top:14px;display:grid;gap:5px;font-size:10px;color:#697586}.editor-help strong{color:#344054}.editor-help span{display:block}
.prop-empty{margin-top:14px;background:#f8fafc;border:1px dashed #cfd6e2;border-radius:10px;padding:16px;font-size:12px;color:#697586;line-height:1.45}.prop-selected{display:grid;gap:2px;background:#f3f6fb;border-radius:9px;padding:10px;margin:11px 0}.prop-selected span{font-size:10px;text-transform:uppercase;letter-spacing:.09em;color:#697586;font-weight:800}.prop-selected strong{font-size:13px}.prop-row{display:grid;gap:5px;margin:10px 0;font-size:11px;font-weight:800;color:#475467}.prop-row input[type=text],.prop-row textarea,.prop-row select,.prop-grid input,.prop-grid select{width:100%;border:1px solid #d5dae4;border-radius:8px;padding:8px;background:#fff;color:#202939;font:inherit;font-weight:500}.prop-row textarea{resize:vertical;min-height:56px}.prop-row input[type=range]{width:100%}.prop-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.prop-grid label{display:grid;gap:5px;font-size:10px;font-weight:800;color:#475467}.prop-grid input[type=color]{width:100%;height:34px;border:1px solid #d5dae4;border-radius:8px;padding:3px;background:#fff}.prop-divider{height:1px;background:#e6e9ef;margin:14px 0}.check-row{display:flex;align-items:center;gap:7px;margin:9px 0;font-size:11px;font-weight:700;color:#475467}.check-row input{accent-color:#1668e8}
.pro-editor-mode #pageMain{position:relative;min-height:500px;background:#fff}.pro-editor-mode .footer{position:relative}.pro-editor-mode [data-editor-block]{position:relative}.pro-editor-mode [data-editor-block]::after{content:"";position:absolute;inset:0;pointer-events:none;border:2px solid transparent;z-index:70}.pro-editor-mode [data-editor-block]:hover::after{border-color:rgba(46,144,250,.55)}.pro-editor-mode [data-editor-block].editor-selected::after{border-color:#2e90fa;box-shadow:inset 0 0 0 1px #fff}
.editor-block-controls{position:absolute;z-index:95;top:8px;right:9px;display:flex;gap:4px;opacity:.25;transition:opacity .15s}.pro-editor-mode [data-editor-block]:hover>.editor-block-controls,.pro-editor-mode [data-editor-block].editor-selected>.editor-block-controls{opacity:1}.editor-select-handle,.editor-drag-handle{border:1px solid #84adff!important;background:#fff!important;color:#175cd3!important;border-radius:7px!important;min-height:30px!important;padding:5px 8px!important;font-size:10px!important;font-weight:900!important;box-shadow:0 2px 7px rgba(16,24,40,.14)!important;cursor:pointer!important}.editor-drag-handle{cursor:grab!important;font-size:16px!important;padding:3px 8px!important}.editor-drag-handle:active{cursor:grabbing!important}.pro-editor-mode [data-editor-block].is-dragging{opacity:.38}.pro-editor-mode [data-editor-block].drag-over::after{border-color:#155eef!important;border-style:dashed!important}
.pro-editor-mode [data-edit-key]{position:relative;outline:1px dashed rgba(46,144,250,.32);outline-offset:3px;border-radius:2px;cursor:text;min-width:12px}.pro-editor-mode [data-edit-key]:hover{outline-color:#2e90fa}.pro-editor-mode [data-edit-key].editor-selected,.pro-editor-mode [data-edit-key]:focus{outline:2px solid #2e90fa!important;background:rgba(46,144,250,.08)}.pro-editor-mode a[data-editor-link]{cursor:text}.pro-editor-mode .product-card{pointer-events:none}.pro-editor-mode .product-card .add-cart{pointer-events:none}
.designer-custom-section{background:#f7f9fc;padding:22px 0}.designer-custom-section.designer-hidden{opacity:.48;background-image:repeating-linear-gradient(45deg,rgba(100,116,139,.08) 0,rgba(100,116,139,.08) 8px,transparent 8px,transparent 16px)}.designer-box{margin:0 auto;transition:max-width .15s,padding .15s,border-radius .15s;overflow:hidden}.designer-heading{font-size:clamp(28px,4vw,48px);margin:0}.designer-text{font-size:18px;line-height:1.6;margin:0}.designer-card-inner h3{margin:0 0 8px;font-size:25px}.designer-card-inner p{margin:0;line-height:1.55}.designer-image{display:block;max-width:100%;height:auto;margin:0 auto;border-radius:inherit}.designer-image-placeholder{min-height:220px;display:grid;place-items:center;align-content:center;text-align:center;background:linear-gradient(135deg,#eef2f6,#f8fafc);color:#98a2b3;border:2px dashed #cfd5df;border-radius:12px;font-size:20px}.designer-image-placeholder small{font-size:11px;margin-top:5px}.designer-banner{display:flex;align-items:center;justify-content:space-between;gap:24px}.designer-banner h2{margin:0 0 8px;font-size:34px}.designer-banner p{margin:0;opacity:.88}.designer-divider{height:2px;background:currentColor;opacity:.25}.designer-spacer{width:100%}.designer-shape{width:100%;background:currentColor;opacity:.92;border-radius:inherit}.designer-chart{display:grid;gap:11px;margin-top:16px}.chart-row{display:grid;grid-template-columns:90px 1fr 45px;align-items:center;gap:10px;font-size:12px}.chart-row>div{height:12px;border-radius:999px;background:rgba(125,138,160,.18);overflow:hidden}.chart-row i{display:block;height:100%;background:#2e90fa;border-radius:999px}.chart-row b{text-align:right}.designer-button{pointer-events:none}
@media(max-width:1180px){.pro-editor-toolbar{grid-template-columns:170px 1fr auto}.pro-editor-brand span{display:none}.pro-editor-tools button{font-size:0;padding:6px 8px}.pro-editor-tools button::first-letter{font-size:14px}.pro-editor-mode .topbar,.pro-editor-mode .site-header,.pro-editor-mode #pageMain,.pro-editor-mode .footer{margin-left:190px;margin-right:270px}.editor-left-panel{width:190px}.editor-right-panel{width:270px}}
@media(max-width:900px){.pro-editor-mode{padding-top:102px}.pro-editor-toolbar{height:102px;grid-template-columns:1fr auto;grid-template-rows:auto auto}.pro-editor-brand{grid-column:1}.pro-editor-actions{grid-column:2;grid-row:1}.pro-editor-tools{grid-column:1/-1;grid-row:2}.editor-left-panel,.editor-right-panel{top:102px}.editor-left-panel{width:150px}.editor-right-panel{width:240px}.element-palette{grid-template-columns:1fr}.element-palette button{min-height:48px;grid-template-columns:30px 1fr;justify-items:start;padding:8px}.pro-editor-mode .topbar,.pro-editor-mode .site-header,.pro-editor-mode #pageMain,.pro-editor-mode .footer{margin-left:150px;margin-right:240px}.pro-editor-mode .site-header{top:102px}.editor-right-panel{padding:12px}.prop-grid{grid-template-columns:1fr}}
@media(max-width:700px){.pro-editor-mode .topbar,.pro-editor-mode .site-header,.pro-editor-mode #pageMain,.pro-editor-mode .footer{margin-left:0;margin-right:0}.editor-left-panel,.editor-right-panel{display:none}.pro-editor-toolbar{grid-template-columns:1fr;grid-template-rows:auto auto auto;height:136px}.pro-editor-brand,.pro-editor-actions,.pro-editor-tools{grid-column:1;grid-row:auto}.pro-editor-mode{padding-top:136px}.pro-editor-mode .site-header{top:136px}.pro-editor-actions .editor-status{display:none}.designer-banner{flex-direction:column;align-items:flex-start}}

/* =========================================================
   ELECTROSHOP DESIGNER PRO v0.5
   ========================================================= */
:root{--site-font:Inter,Segoe UI,Arial,sans-serif;--container-width:1180px;--base-font-size:16px;--button-radius:12px;--card-radius:18px;--editor-canvas-width:1600px;--editor-zoom:1}
body{font-family:var(--site-font);font-size:var(--base-font-size)}
.container{width:min(var(--container-width),calc(100% - 32px))}.btn{border-radius:var(--button-radius)!important}.product-card,.hero-card,.panel,.info-card{border-radius:var(--card-radius)!important}.body:not(.sticky-enabled){}
body:not(.sticky-enabled) .site-header{position:relative;top:auto}.sticky-enabled .site-header{position:sticky}
[hidden]{display:none!important}

/* Elements */
.designer-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.designer-gallery img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:10px}.designer-video{aspect-ratio:16/9;width:100%}.designer-video iframe{width:100%;height:100%;border:0;border-radius:inherit}.video-editor-placeholder{height:100%;min-height:260px;display:grid;place-items:center;align-content:center;gap:6px;background:#101828;color:#fff;border-radius:12px;text-align:center}.video-editor-placeholder small{max-width:90%;overflow:hidden;text-overflow:ellipsis}.designer-quote{margin:0;padding:10px 0;position:relative}.designer-quote>span{font-size:56px;line-height:.8;opacity:.28}.designer-quote p{font-size:1.15em;margin:8px 0}.designer-quote strong{opacity:.7}.designer-badge{display:inline-flex;align-items:center;gap:7px;padding:8px 14px;border-radius:999px;background:currentColor}.designer-badge>*{filter:invert(1)}.designer-columns{display:grid;gap:18px}.designer-columns.cols-2{grid-template-columns:repeat(2,1fr)}.designer-columns.cols-3{grid-template-columns:repeat(3,1fr)}.designer-columns>div{padding:18px;border:1px solid rgba(127,127,127,.18);border-radius:12px;background:rgba(255,255,255,.12)}.designer-columns h3{margin:0 0 8px}.designer-columns p{margin:0;line-height:1.5}.designer-product-placeholder{display:grid;place-items:center;text-align:center;gap:4px;min-height:180px;border:2px dashed #aab4c4;border-radius:14px;background:#fff;color:#475467}.designer-product-placeholder span,.designer-product-placeholder small{color:#667085}.designer-product-grid{margin-top:24px}
.anim-fade{animation:designerFade .55s ease both}.anim-rise{animation:designerRise .55s ease both}.anim-zoom{animation:designerZoom .45s ease both}.anim-slide-left{animation:designerSlideLeft .55s ease both}.anim-slide-right{animation:designerSlideRight .55s ease both}@keyframes designerFade{from{opacity:0}to{opacity:1}}@keyframes designerRise{from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:none}}@keyframes designerZoom{from{opacity:0;transform:scale(.94)}to{opacity:1;transform:none}}@keyframes designerSlideLeft{from{opacity:0;transform:translateX(-40px)}to{opacity:1;transform:none}}@keyframes designerSlideRight{from{opacity:0;transform:translateX(40px)}to{opacity:1;transform:none}}
@media(min-width:901px){.hide-desktop{display:none!important}}@media(min-width:601px) and (max-width:900px){.hide-tablet{display:none!important}}@media(max-width:600px){.hide-mobile{display:none!important}.designer-columns.cols-2,.designer-columns.cols-3{grid-template-columns:1fr}.designer-gallery{grid-template-columns:1fr 1fr}}

/* Editor shell */
.pro-editor-mode{padding-top:62px;background:#dfe4eb;overflow-x:hidden}.pro-editor-mode .topbar,.pro-editor-mode .site-header,.pro-editor-mode #pageMain,.pro-editor-mode .footer{margin-left:244px;margin-right:330px;max-width:var(--editor-canvas-width);transform-origin:top center}.pro-editor-mode #pageMain,.pro-editor-mode .site-header,.pro-editor-mode .topbar,.pro-editor-mode .footer{zoom:var(--editor-zoom)}
.pro-editor-mode.preview-tablet .topbar,.pro-editor-mode.preview-tablet .site-header,.pro-editor-mode.preview-tablet #pageMain,.pro-editor-mode.preview-tablet .footer,.pro-editor-mode.preview-mobile .topbar,.pro-editor-mode.preview-mobile .site-header,.pro-editor-mode.preview-mobile #pageMain,.pro-editor-mode.preview-mobile .footer{margin-left:calc(244px + max(0px,(100vw - 574px - var(--editor-canvas-width))/2));margin-right:calc(330px + max(0px,(100vw - 574px - var(--editor-canvas-width))/2));box-shadow:0 0 0 1px #c7cdd7,0 12px 38px rgba(16,24,40,.12)}
.pro-editor-mode .site-header{top:62px}.pro-editor-mode .topbar{position:relative}.pro-editor-mode .footer{position:relative}.pro-editor-mode.preview-mobile .header-inner{grid-template-columns:1fr}.pro-editor-mode.preview-mobile .search{order:3}.pro-editor-mode.preview-mobile .nav .container{gap:12px}.pro-editor-mode.preview-mobile .hero-grid,.pro-editor-mode.preview-mobile .feature-grid{grid-template-columns:1fr}.pro-editor-mode.preview-mobile .product-grid{grid-template-columns:1fr}.pro-editor-mode.preview-tablet .product-grid{grid-template-columns:repeat(2,1fr)}

.pro-editor-toolbar{height:62px;grid-template-columns:220px minmax(500px,1fr) auto;padding:8px 10px}.pro-editor-brand strong{font-size:13px}.pro-editor-brand span{background:#7f56d9}.pro-editor-tools{scrollbar-width:thin}.pro-editor-tools button,.pro-editor-tools select,.pro-editor-actions a,.pro-editor-actions button{border:1px solid #3d4657;background:#242b38;color:#f3f5f8;border-radius:7px;min-height:34px;padding:6px 8px;cursor:pointer;white-space:nowrap;font-size:11px;font-weight:700}.pro-editor-tools select{padding-right:4px}.pro-editor-tools button.active,.device-btn.active{background:#155eef;border-color:#3f7cff;color:#fff}.pro-editor-actions .editor-save{background:#12b76a;border-color:#12b76a;color:#fff}.pro-editor-actions .editor-save:hover{background:#079455}.pro-editor-actions .editor-preview{background:#344054}

.editor-left-panel{width:244px;padding:0}.editor-right-panel{width:330px;padding:14px}.editor-left-tabs{height:44px;display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid #d9dee8;position:sticky;top:0;background:#fff;z-index:3}.editor-left-tabs button,.inspector-tabs button{border:0;background:transparent;cursor:pointer;font-size:11px;font-weight:800;color:#667085}.editor-left-tabs button.active,.inspector-tabs button.active{color:#155eef;box-shadow:inset 0 -2px #155eef}.left-tab-content{display:none;padding:13px}.left-tab-content.active{display:block}.editor-search-elements input{width:100%;border:1px solid #d5dae4;border-radius:9px;padding:9px 10px;margin-bottom:12px}.palette-group{margin-bottom:17px}.palette-group>strong{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#667085;margin:0 0 7px}.element-palette{gap:7px}.element-palette button{min-height:62px}.element-palette button[hidden]{display:none!important}.element-palette b{font-size:20px}
.layers-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.layers-head button{border:1px solid #d5dae4;background:#fff;border-radius:7px;cursor:pointer}.editor-layers{display:grid;gap:5px}.layer-row{width:100%;border:1px solid transparent;background:#f8fafc;border-radius:8px;padding:8px;display:grid;grid-template-columns:18px 1fr 18px;align-items:center;text-align:left;cursor:pointer;color:#344054}.layer-row:hover{border-color:#84adff}.layer-row.active{border-color:#155eef;background:#eef4ff}.layer-row span:nth-child(2){display:grid;gap:1px}.layer-row b{font-size:11px}.layer-row small{font-size:9px;color:#98a2b3}.layer-row em{font-style:normal;font-size:10px;color:#12b76a}.layer-drag{color:#98a2b3}.global-shortcuts{display:grid;gap:8px}.global-shortcuts button{border:1px solid #d5dae4;background:#f8fafc;border-radius:9px;padding:10px;text-align:left;font-weight:700;cursor:pointer}.global-shortcuts button:hover{border-color:#84adff;background:#eef4ff}.mini-note{font-size:10px;line-height:1.5;color:#667085}.mini-note.warning{padding:9px;border-radius:8px;background:#fff4e5;color:#934600}

.editor-panel-title{font-size:13px}.prop-selected{margin:9px 0}.inspector-tabs{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #e2e6ed;border-radius:8px;overflow:hidden;margin-bottom:10px}.inspector-tabs button{padding:8px 2px;border-right:1px solid #e2e6ed;box-shadow:none!important}.inspector-tabs button:last-child{border-right:0}.inspector-tabs button.active{background:#eef4ff}.prop-tab{display:none}.prop-tab.active{display:block}.prop-tab label[hidden],.prop-tab div[hidden]{display:none!important}.prop-row input[type=number],.prop-row input[type=url],.prop-row input[type=text],.prop-row textarea,.prop-row select,.four-grid input,.two-grid input,.three-grid input{width:100%;border:1px solid #d5dae4;border-radius:8px;padding:7px;background:#fff;color:#202939;font:inherit;font-weight:500}.prop-row textarea{min-height:62px}.style-colors{margin:8px 0 12px}.box-controls{border:1px solid #e4e7ec;border-radius:9px;padding:8px;margin:9px 0}.box-controls>strong{font-size:10px;color:#475467}.four-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:5px;margin-top:6px}.two-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px}.three-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.four-grid label,.two-grid label,.three-grid label{font-size:9px;color:#667085}.four-grid input,.two-grid input,.three-grid input{padding:6px 4px}.site-theme-fields{margin-top:8px}.site-content-fields{display:grid}.prop-divider{margin:10px 0}

.pro-editor-mode [data-editor-region]{position:relative}.pro-editor-mode [data-editor-region]:hover{outline:2px dashed rgba(127,86,217,.55);outline-offset:-2px}.pro-editor-mode [data-editor-region].editor-selected{outline:3px solid #7f56d9!important;outline-offset:-3px}.pro-editor-mode [data-site-key]{outline:1px dashed rgba(127,86,217,.35);outline-offset:2px;cursor:text}.pro-editor-mode [data-site-key]:focus,.pro-editor-mode [data-site-key].editor-selected{outline:2px solid #7f56d9;background:rgba(127,86,217,.08)}.pro-editor-mode [data-site-input]{pointer-events:none}.pro-editor-mode [data-editor-block].editor-base-hidden{opacity:.22!important;background-image:repeating-linear-gradient(45deg,rgba(180,35,24,.1) 0,rgba(180,35,24,.1) 8px,transparent 8px,transparent 16px)!important}.pro-editor-mode .hide-desktop,.pro-editor-mode .hide-tablet,.pro-editor-mode .hide-mobile{display:block!important}.pro-editor-mode.preview-desktop .hide-desktop,.pro-editor-mode.preview-tablet .hide-tablet,.pro-editor-mode.preview-mobile .hide-mobile{opacity:.18!important;filter:grayscale(.7)}
.pro-editor-mode.show-editor-grid #pageMain{background-image:linear-gradient(rgba(46,144,250,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(46,144,250,.09) 1px,transparent 1px);background-size:20px 20px}.pro-editor-mode.show-editor-grid [data-editor-block]{background-color:rgba(255,255,255,.88)}

@media(max-width:1240px){.pro-editor-toolbar{grid-template-columns:185px 1fr auto}.pro-editor-brand span{display:none}.pro-editor-mode .topbar,.pro-editor-mode .site-header,.pro-editor-mode #pageMain,.pro-editor-mode .footer{margin-left:210px;margin-right:292px}.editor-left-panel{width:210px}.editor-right-panel{width:292px}.element-palette button{min-height:54px}.four-grid{grid-template-columns:1fr 1fr}}
@media(max-width:980px){.pro-editor-toolbar{height:104px;grid-template-columns:1fr auto;grid-template-rows:auto auto}.pro-editor-mode{padding-top:104px}.pro-editor-mode .site-header{top:104px}.editor-left-panel,.editor-right-panel{top:104px}.editor-left-panel{width:180px}.editor-right-panel{width:260px}.pro-editor-mode .topbar,.pro-editor-mode .site-header,.pro-editor-mode #pageMain,.pro-editor-mode .footer{margin-left:180px;margin-right:260px}.editor-left-tabs button{font-size:9px}.element-palette{grid-template-columns:1fr}.element-palette button{grid-template-columns:28px 1fr;justify-items:start;min-height:44px}.inspector-tabs{grid-template-columns:1fr 1fr}.inspector-tabs button:nth-child(2){border-right:0}.four-grid,.two-grid,.three-grid{grid-template-columns:1fr}}
@media(max-width:720px){.editor-left-panel,.editor-right-panel{display:none}.pro-editor-mode .topbar,.pro-editor-mode .site-header,.pro-editor-mode #pageMain,.pro-editor-mode .footer{margin-left:0;margin-right:0;max-width:none}.pro-editor-toolbar{height:142px;grid-template-columns:1fr;grid-template-rows:auto auto auto}.pro-editor-mode{padding-top:142px}.pro-editor-mode .site-header{top:142px}.pro-editor-tools{overflow:auto}.pro-editor-actions .editor-status{display:none}}
.pro-editor-mode .editor-region-hidden{opacity:.25!important;filter:grayscale(.7);background-image:repeating-linear-gradient(45deg,rgba(180,35,24,.12) 0,rgba(180,35,24,.12) 8px,transparent 8px,transparent 16px)!important}
