@import "https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=Space+Grotesk:wght@400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=Inter:wght@400;500;600;700;800&family=Space+Grotesk:wght@400;500;600;700&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}.ap-root{--blue:#264397;--cream:#faf2e4;--salmon:#dd5634;--mint:#c7e2d8;--ink:#1a1a1a;--white:#fff;--bg:#f4f3f1;--surface:#fff;--border:#e3e1dc;--text-muted:#6b6f76;--success:#0d7d43;--success-bg:#d4f4e2;--display:"Barlow Condensed", sans-serif;--body:"Space Grotesk", sans-serif;background:var(--bg);min-height:100vh;font-family:var(--body);color:var(--ink);flex-direction:column;display:flex}.ap-topbar{background:var(--blue);height:58px;color:var(--cream);z-index:100;border-bottom:2px solid #faf2e41f;flex-shrink:0;justify-content:space-between;align-items:center;padding:0 24px;display:flex}.ap-topbar-left{align-items:center;gap:16px;display:flex}.ap-topbar-logo{object-fit:contain;width:auto;height:32px}.ap-topbar-crumbs{align-items:baseline;gap:8px;display:flex}.ap-topbar-crumb-root{font-family:var(--display);letter-spacing:.14em;text-transform:uppercase;color:#faf2e480;font-size:12px;font-weight:700}.ap-topbar-crumb-sep{color:#faf2e44d;font-size:13px}.ap-topbar-title{font-family:var(--display);letter-spacing:.04em;text-transform:uppercase;color:var(--cream);font-size:18px;font-weight:800}.ap-topbar-right{align-items:center;gap:12px;display:flex}.ap-topbar-badge{letter-spacing:.06em;color:#faf2e4cc;background:#faf2e424;border-radius:6px;padding:5px 12px;font-size:12px;font-weight:600}.ap-btn-save-top{background:var(--salmon);color:var(--cream);font-family:var(--display);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;padding:9px 20px;font-size:13px;font-weight:800;transition:all .18s}.ap-btn-save-top:hover{background:#c4432a;transform:translateY(-1px)}.ap-btn-save-top:disabled{opacity:.5;cursor:default;transform:none}.ap-shell{flex:1;min-height:0;display:flex}.ap-sidebar{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;width:220px;display:flex;overflow-y:auto}.ap-sidebar-section{padding:16px 12px 8px}.ap-sidebar-label{letter-spacing:.2em;text-transform:uppercase;color:#1a1a1a61;padding:0 8px 8px;font-size:9px;font-weight:700}.ap-nav-btn{cursor:pointer;text-align:left;color:#1a1a1aa6;width:100%;font-family:var(--body);background:0 0;border:none;border-left:3px solid #0000;border-radius:8px;align-items:center;gap:10px;padding:10px 12px 10px 9px;font-size:13.5px;font-weight:500;transition:all .15s;display:flex}.ap-nav-btn:hover{color:var(--blue);background:#2643970f}.ap-nav-btn.active{color:var(--blue);border-left-color:var(--salmon);background:#2643971a;font-weight:700}.ap-nav-btn .icon{text-align:center;flex-shrink:0;width:22px;font-size:16px}.ap-nav-btn .dot{background:var(--salmon);border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-left:auto}.ap-sidebar-sep{background:var(--border);height:1px;margin:8px 16px}.ap-main{flex:1;min-width:0;overflow:auto}.ap-section-head{border-bottom:1px solid var(--border);background:var(--surface);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:24px;padding:24px 32px;display:flex}.ap-section-head h1{font-family:var(--display);text-transform:uppercase;letter-spacing:-.01em;color:var(--blue);font-size:28px;font-weight:800;line-height:1}.ap-section-head p{color:var(--text-muted);margin-top:4px;font-size:14px;font-weight:500}.ap-head-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.ap-content{padding:24px 32px}.ap-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;overflow:hidden;box-shadow:0 1px 2px #1111110a}.ap-card-pad{padding:20px 22px}.ap-card+.ap-card{margin-top:16px}.ap-card-title{font-family:var(--display);text-transform:uppercase;letter-spacing:.06em;color:var(--blue);border-bottom:1px solid var(--border);padding:14px 20px;font-size:15px;font-weight:800}.ap-metrics{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:20px;display:grid}.ap-metric{background:var(--surface);border:1px solid var(--border);border-radius:10px;flex-direction:column;gap:4px;padding:18px 20px;display:flex;box-shadow:0 1px 2px #1111110a}.ap-metric-value{font-family:var(--display);color:var(--blue);letter-spacing:-.03em;font-size:38px;font-weight:800;line-height:1}.ap-metric-label{color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:600}.ap-metric-sub{color:#1a1a1a61;margin-top:2px;font-size:12px}.ap-btn{cursor:pointer;font-family:var(--display);letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;border:none;border-radius:8px;align-items:center;gap:7px;font-weight:800;transition:all .18s;display:inline-flex}.ap-btn-primary{background:var(--blue);color:var(--cream);padding:10px 18px;font-size:13px}.ap-btn-primary:hover{background:#1a2f6e;transform:translateY(-1px)}.ap-btn-secondary{background:var(--surface);color:var(--blue);border:1.5px solid var(--border);padding:9px 16px;font-size:13px}.ap-btn-secondary:hover{border-color:var(--blue);background:#2643970f}.ap-btn-danger{color:#c0392b;background:0 0;border:1.5px solid #c0392b40;padding:9px 16px;font-size:13px}.ap-btn-danger:hover{background:#c0392b14;border-color:#c0392b}.ap-btn-sm{padding:7px 12px;font-size:12px}.ap-btn-full{justify-content:center;width:100%}.ap-btn:disabled{opacity:.45;cursor:default;transform:none!important}.ap-quick-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.ap-quick-card{background:var(--blue);color:var(--cream);cursor:pointer;text-align:left;font-family:var(--body);border:none;border-radius:10px;padding:22px;transition:all .18s;box-shadow:0 1px 2px #1111110a}.ap-quick-card:hover{background:#1a2f6e;transform:translateY(-2px)}.ap-quick-card.salmon{background:var(--salmon)}.ap-quick-card.salmon:hover{background:#c4432a}.ap-quick-card.mint{background:var(--mint);color:var(--blue)}.ap-quick-card.mint:hover{background:#b5d9cd}.ap-quick-icon{margin-bottom:10px;font-size:26px}.ap-quick-title{font-family:var(--display);text-transform:uppercase;letter-spacing:.03em;font-size:20px;font-weight:800;line-height:1}.ap-quick-desc{opacity:.75;margin-top:6px;font-size:13px;font-weight:500;line-height:1.4}.ap-status{border-radius:8px;align-items:center;gap:8px;margin-top:16px;padding:10px 14px;font-size:13px;font-weight:500;display:flex}.ap-status.ok{background:var(--success-bg);color:var(--success)}.ap-status.error{color:#922b21;background:#c0392b1a}.ap-status.loading{color:var(--blue);background:#26439714}.ap-status-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.ap-status.ok .ap-status-dot{background:var(--success)}.ap-status.error .ap-status-dot{background:#c0392b}.ap-status.loading .ap-status-dot{background:var(--blue);animation:1.2s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}.ap-badge{letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;border-radius:999px;align-items:center;gap:4px;padding:3px 10px;font-size:11px;font-weight:700;display:inline-flex}.ap-badge-success{background:var(--success-bg);color:var(--success)}.ap-badge-neutral{color:var(--text-muted);background:#1a1a1a0f}.ap-badge-accent{color:var(--salmon);background:#dd56341f}.ap-badge-blue{color:var(--blue);background:#2643971a}.ap-editor-shell{grid-template-columns:260px 1fr 300px;height:calc(100vh - 58px);display:grid;overflow:hidden}.ap-editor-left{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;display:flex;overflow:hidden}.ap-editor-left-head{border-bottom:1px solid var(--border);padding:16px 16px 12px}.ap-editor-left-head h2{font-family:var(--display);text-transform:uppercase;color:var(--blue);letter-spacing:.04em;font-size:18px;font-weight:800}.ap-page-tabs{border-bottom:1px solid var(--border);flex-wrap:wrap;flex-shrink:0;gap:6px;padding:12px;display:flex;overflow-y:auto}.ap-page-tab{border:1.5px solid var(--border);background:var(--surface);color:#1a1a1a8c;cursor:pointer;font-size:11.5px;font-weight:600;font-family:var(--body);border-radius:999px;padding:5px 11px;transition:all .15s}.ap-page-tab.active{background:var(--blue);color:var(--cream);border-color:var(--blue)}.ap-section-items{flex:1;padding:10px 8px;overflow-y:auto}.ap-section-item{cursor:pointer;text-align:left;color:#1a1a1ab3;width:100%;font-family:var(--body);background:0 0;border:none;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:11px 12px;font-size:13px;font-weight:500;transition:all .15s;display:flex}.ap-section-item:hover{color:var(--blue);background:#2643970d}.ap-section-item.active{color:var(--blue);background:#2643971a;font-weight:700}.ap-section-item .si-icon{opacity:.6;flex-shrink:0;font-size:14px}.ap-section-item .si-label{flex:1;line-height:1.3}.ap-section-item .si-badge{letter-spacing:.06em;text-transform:uppercase;color:#1a1a1a59;flex-shrink:0;font-size:10px;font-weight:600}.ap-section-item .si-badge.hidden-badge{color:var(--salmon)}.ap-editor-left-footer{border-top:1px solid var(--border);padding:12px}.ap-editor-center{background:var(--bg);flex-direction:column;display:flex;overflow:hidden}.ap-editor-toolbar{background:var(--surface);border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;height:44px;padding:0 16px;display:flex}.ap-toolbar-views{gap:4px;display:flex}.ap-toolbar-view{color:#1a1a1a73;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:5px 11px;font-size:12px;font-weight:600;transition:all .15s}.ap-toolbar-view.active{color:var(--blue);background:#2643971a}.ap-toolbar-center{align-items:center;gap:10px;display:flex}.ap-page-indicator{color:#1a1a1a80;letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:600}.ap-editor-canvas-wrap{flex:1;justify-content:center;padding:24px;display:flex;overflow:hidden}.ap-editor-canvas{background:var(--cream);border-radius:10px;width:100%;max-width:960px;height:100%;transition:max-width .25s;overflow:hidden;box-shadow:0 8px 40px #0000001f}.ap-editor-canvas.tablet{max-width:768px}.ap-editor-canvas.mobile{max-width:375px}.ap-editor-canvas iframe{background:#fff;border:none;width:100%;height:100%;display:block}.ap-editor-right{background:var(--surface);border-left:1px solid var(--border);flex-direction:column;display:flex;overflow:hidden}.ap-editor-right-head{border-bottom:1px solid var(--border);flex-shrink:0;padding:16px}.ap-editor-right-head h3{font-family:var(--display);text-transform:uppercase;color:var(--blue);letter-spacing:.04em;font-size:16px;font-weight:800}.ap-editor-right-head span{color:#1a1a1a73;margin-top:2px;font-size:12px;display:block}.ap-editor-tabs{border-bottom:1px solid var(--border);flex-shrink:0;display:flex}.ap-editor-tab{cursor:pointer;color:#1a1a1a80;font-size:12px;font-weight:600;font-family:var(--body);background:0 0;border:none;border-bottom:2px solid #0000;flex:1;margin-bottom:-1px;padding:10px 6px;transition:all .15s}.ap-editor-tab.active{color:var(--blue);border-bottom-color:var(--blue)}.ap-editor-fields{flex-direction:column;flex:1;gap:14px;padding:16px;display:flex;overflow-y:auto}.ap-editor-right-footer{border-top:1px solid var(--border);flex-direction:column;flex-shrink:0;gap:8px;padding:14px 16px;display:flex}.ap-field{flex-direction:column;gap:5px;display:flex}.ap-field label{letter-spacing:.18em;text-transform:uppercase;color:#1a1a1a6b;font-size:10px;font-weight:700}.ap-field input,.ap-field textarea,.ap-field select{width:100%;font-family:var(--body);color:var(--ink);background:var(--bg);border:1px solid #1a1a1a26;border-radius:8px;outline:none;padding:10px 12px;font-size:13px;transition:all .15s}.ap-field input:focus,.ap-field textarea:focus,.ap-field select:focus{border-color:var(--blue);background:var(--surface);box-shadow:0 0 0 3px #2643971a}.ap-field textarea{resize:vertical;min-height:80px;line-height:1.5}.ap-field-row{grid-template-columns:1fr 1fr;gap:10px;display:grid}.ap-field-hint{color:#1a1a1a66;font-size:11px;line-height:1.4}.ap-colors{grid-template-columns:1fr 1fr;gap:10px;display:grid}.ap-color-item{flex-direction:column;gap:5px;display:flex}.ap-color-item label{letter-spacing:.16em;text-transform:uppercase;color:#1a1a1a6b;font-size:10px;font-weight:700}.ap-color-row{align-items:center;gap:8px;display:flex}.ap-color-swatch{cursor:pointer;border:1.5px solid #1a1a1a26;border-radius:7px;flex-shrink:0;width:30px;height:30px;position:relative;overflow:hidden}.ap-color-swatch input[type=color]{cursor:pointer;opacity:0;border:none;width:calc(100% + 8px);height:calc(100% + 8px);padding:0;position:absolute;inset:-4px}.ap-color-value{color:#1a1a1a99;font-family:monospace;font-size:12px;font-weight:600}.ap-overlay-control{background:#26439705;border:1.5px dashed #26439733;border-radius:10px;flex-direction:column;gap:10px;padding:14px;display:flex}.ap-overlay-row{align-items:center;gap:10px;display:flex}.ap-overlay-slider{accent-color:var(--blue);cursor:pointer;flex:1}.ap-overlay-value{color:var(--blue);text-align:right;flex-shrink:0;width:38px;font-family:monospace;font-size:12px;font-weight:700}.ap-media-box{background:#26439705;border:1.5px dashed #26439733;border-radius:10px;flex-direction:column;gap:10px;padding:14px;display:flex}.ap-media-label{letter-spacing:.16em;text-transform:uppercase;color:#1a1a1a6b;font-size:10px;font-weight:700}.ap-media-preview{position:relative}.ap-media-preview img{object-fit:cover;border-radius:8px;width:100%;max-height:100px;display:block}.ap-media-preview-empty{color:#1a1a1a59;background:#2643970f;border-radius:8px;justify-content:center;align-items:center;width:100%;height:70px;font-size:12px;font-weight:500;display:flex}.ap-media-actions{flex-wrap:wrap;gap:7px;display:flex}.ap-media-upload-btn{background:var(--blue);color:var(--cream);cursor:pointer;font-size:12px;font-weight:700;font-family:var(--body);letter-spacing:.04em;border:none;border-radius:7px;flex:1;justify-content:center;align-items:center;gap:6px;padding:7px 12px;transition:all .15s;display:inline-flex}.ap-media-upload-btn:hover{background:#1a2f6e}.ap-media-upload-btn input{display:none}.ap-media-library-btn{background:var(--surface);color:var(--blue);border:1.5px solid var(--border);cursor:pointer;font-size:12px;font-weight:700;font-family:var(--body);letter-spacing:.04em;border-radius:7px;flex:1;justify-content:center;align-items:center;gap:6px;padding:7px 12px;transition:all .15s;display:inline-flex}.ap-media-library-btn:hover{border-color:var(--blue);background:#2643970f}.ap-media-remove-btn{color:#c0392b;cursor:pointer;font-size:12px;font-weight:700;font-family:var(--body);background:0 0;border:1.5px solid #c0392b40;border-radius:7px;padding:7px 10px;transition:all .15s}.ap-media-remove-btn:hover{background:#c0392b14}.ap-toggle-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.ap-toggle-row label{color:#1a1a1ab3;font-size:13px;font-weight:500}.ap-toggle{cursor:pointer;background:#1a1a1a26;border:none;border-radius:999px;flex-shrink:0;width:38px;height:22px;transition:background .2s;position:relative}.ap-toggle.on{background:var(--blue)}.ap-toggle:after{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .2s;position:absolute;top:3px;left:3px}.ap-toggle.on:after{transform:translate(16px)}.ap-modal-overlay{z-index:1000;background:#1a1a1a73;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.ap-modal{background:var(--surface);border-radius:12px;flex-direction:column;width:100%;max-width:720px;max-height:80vh;display:flex;overflow:hidden;box-shadow:0 20px 60px #00000040}.ap-modal-head{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;display:flex}.ap-modal-head h3{font-family:var(--display);text-transform:uppercase;color:var(--blue);letter-spacing:.04em;font-size:18px;font-weight:800}.ap-modal-close{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:20px;line-height:1;transition:all .15s;display:flex}.ap-modal-close:hover{color:var(--ink);background:#1a1a1a0f}.ap-modal-tabs{border-bottom:1px solid var(--border);flex-shrink:0;gap:6px;padding:12px 20px 0;display:flex}.ap-modal-search{border-bottom:1px solid var(--border);flex-shrink:0;padding:12px 20px}.ap-modal-search input{border:1px solid var(--border);background:var(--bg);width:100%;font-size:13px;font-family:var(--body);color:var(--ink);border-radius:8px;outline:none;padding:9px 12px;transition:all .15s}.ap-modal-search input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #2643971a}.ap-modal-body{flex:1;padding:16px 20px;overflow-y:auto}.ap-modal-grid{grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:10px;display:grid}.ap-modal-item{border:1.5px solid var(--border);cursor:pointer;background:var(--surface);border-radius:8px;transition:all .15s;overflow:hidden}.ap-modal-item:hover{border-color:var(--blue);transform:translateY(-2px);box-shadow:0 4px 14px #2643971f}.ap-modal-item img{aspect-ratio:1;object-fit:cover;background:var(--bg);width:100%;display:block}.ap-modal-item span{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;padding:6px 8px;font-size:10px;font-weight:600;display:block;overflow:hidden}.ap-modal-empty{text-align:center;color:#1a1a1a66;padding:40px 20px;font-size:13px}.ap-products-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.ap-products-search-row{flex-wrap:wrap;flex:1;align-items:center;gap:10px;display:flex}.ap-products-search-row input{border:1px solid var(--border);background:var(--surface);min-width:200px;max-width:320px;font-size:13px;font-family:var(--body);color:var(--ink);border-radius:8px;outline:none;flex:1;padding:9px 12px;transition:all .15s}.ap-products-search-row input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #2643971a}.ap-filter-pills{flex-wrap:wrap;gap:6px;display:flex}.ap-pill{border:1.5px solid var(--border);background:var(--surface);color:#1a1a1a99;cursor:pointer;font-size:11.5px;font-weight:600;font-family:var(--body);border-radius:999px;padding:5px 12px;transition:all .15s}.ap-pill.active{background:var(--blue);color:var(--cream);border-color:var(--blue)}.ap-table-wrap{overflow-x:auto}.ap-table{border-collapse:collapse;width:100%;font-size:13px}.ap-table thead th{text-align:left;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);background:var(--bg);border-bottom:1px solid var(--border);white-space:nowrap;padding:10px 14px;font-size:11px;font-weight:700}.ap-table tbody td{border-bottom:1px solid var(--border);vertical-align:middle;padding:10px 14px}.ap-table tbody tr{cursor:pointer;transition:all .12s}.ap-table tbody tr:nth-child(2n){background:#26439704}.ap-table tbody tr:hover{background:#2643970d}.ap-table tbody tr:last-child td{border-bottom:none}.ap-table-thumb{object-fit:cover;background:var(--blue);border-radius:8px;width:40px;height:40px;display:block}.ap-table-thumb-placeholder{background:var(--blue);width:40px;height:40px;font-family:var(--display);color:var(--cream);text-transform:uppercase;text-align:center;border-radius:8px;justify-content:center;align-items:center;padding:2px;font-size:8px;font-weight:800;line-height:1.1;display:flex}.ap-table-name{color:var(--ink);font-weight:700}.ap-table-sku{color:var(--text-muted);letter-spacing:.03em;margin-top:2px;font-size:11px}.ap-table-empty{text-align:center;color:#1a1a1a66;padding:40px 20px;font-size:13px}.ap-table-badges{flex-wrap:wrap;gap:6px;display:flex}.ap-back-link{cursor:pointer;color:var(--blue);font-family:var(--display);text-transform:uppercase;letter-spacing:.08em;background:0 0;border:none;align-items:center;gap:6px;margin-bottom:16px;padding:0;font-size:12px;font-weight:800;display:inline-flex}.ap-back-link:hover{color:var(--salmon)}.ap-product-edit-grid{grid-template-columns:260px 1fr;align-items:start;gap:16px;display:grid}.ap-product-image-box{flex-direction:column;gap:10px;display:flex}.ap-product-img{aspect-ratio:1;object-fit:cover;background:var(--blue);border-radius:10px;width:100%;display:block}.ap-product-img-placeholder{aspect-ratio:1;background:var(--blue);border-radius:10px;justify-content:center;align-items:center;width:100%;display:flex}.ap-product-img-placeholder span{font-family:var(--display);text-transform:uppercase;color:var(--cream);letter-spacing:.06em;text-align:center;padding:12px;font-size:13px;font-weight:800;line-height:1.3}.ap-product-fields-grid{flex-direction:column;gap:14px;display:flex}.ap-field-section{letter-spacing:.2em;text-transform:uppercase;color:#1a1a1a4d;border-top:1px solid var(--border);padding-top:6px;font-size:10px;font-weight:700}.ap-checkboxes{flex-direction:column;gap:10px;display:flex}.ap-checkbox-item{align-items:center;gap:10px;display:flex}.ap-checkbox-item input[type=checkbox]{cursor:pointer;width:17px;height:17px;accent-color:var(--blue)}.ap-checkbox-item label{color:#1a1a1abf;cursor:pointer;font-size:13.5px;font-weight:500}.ap-product-danger{border-top:1px solid var(--border);justify-content:flex-start;margin-top:8px;padding-top:20px;display:flex}.ap-images-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:14px;display:grid}.ap-image-item{border:1.5px solid var(--border);background:var(--surface);cursor:pointer;border-radius:10px;transition:all .15s;overflow:hidden}.ap-image-item:hover{border-color:var(--blue);transform:translateY(-2px);box-shadow:0 6px 20px #2643971a}.ap-image-item img{aspect-ratio:1;object-fit:cover;background:var(--blue);width:100%;display:block}.ap-image-item-info{padding:8px 10px}.ap-image-item-name{color:#1a1a1a99;white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-weight:600;overflow:hidden}.ap-config-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.ap-config-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:22px;box-shadow:0 1px 2px #1111110a}.ap-config-card h3{font-family:var(--display);text-transform:uppercase;color:var(--blue);margin-bottom:14px;font-size:18px;font-weight:800}@media (width<=1100px){.ap-metrics,.ap-quick-grid{grid-template-columns:repeat(2,1fr)}.ap-editor-shell{grid-template-columns:220px 1fr 260px}.ap-config-grid,.ap-product-edit-grid{grid-template-columns:1fr}.ap-col-hide-md{display:none}}@media (width<=860px){.ap-sidebar{display:none}.ap-editor-shell{grid-template-columns:1fr 260px}.ap-col-hide-sm{display:none}}:root{--blue:#264397;--cream:#faf2e4;--salmon:#dd5634;--mint:#c7e2d8;--ink:#111;--white:#fffaf1;--line-blue:#26439729;--line-cream:#faf2e42e;--shadow:0 24px 70px #26439721;--display:"Barlow Condensed",sans-serif;--body:"Space Grotesk",sans-serif;--max:1320px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--ink);font-family:var(--body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;overflow-x:hidden}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}img{max-width:100%;display:block}.texture{pointer-events:none;z-index:999;opacity:.055;mix-blend-mode:multiply;background-image:radial-gradient(circle at 20% 20%,#264397e6 0 1px,#0000 1.2px),radial-gradient(circle at 80% 70%,#dd5634cc 0 1px,#0000 1.2px);background-size:20px 20px,28px 28px;position:fixed;inset:0}.topbar{background:var(--blue);min-height:28px;color:var(--cream);text-align:center;font-family:var(--display);text-transform:uppercase;letter-spacing:.16em;z-index:80;justify-content:center;align-items:center;padding:8px 14px;font-size:12px;font-weight:800;line-height:1;display:flex;position:relative}.site-header{z-index:70;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--line-blue);background:#faf2e4f0;position:sticky;top:0}.nav{width:min(100% - 48px,var(--max));grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;height:72px;margin:0 auto;display:grid}.nav-group{align-items:center;gap:28px;display:flex}.nav-group:last-child{justify-content:flex-end}.nav-link{font-family:var(--display);letter-spacing:.15em;text-transform:uppercase;color:var(--blue);white-space:nowrap;padding:8px 0;font-size:15px;font-weight:800;position:relative}.nav-link:after{content:"";background:var(--salmon);width:0;height:2px;transition:all .2s;position:absolute;bottom:0;left:0}.nav-link:hover:after,.nav-link.active:after{width:100%}.brand{background:var(--blue);width:88px;height:44px;color:var(--cream);font-family:var(--display);letter-spacing:-.04em;text-transform:uppercase;border-radius:999px;place-items:center;font-size:26px;font-weight:800;display:grid;transform:scaleX(1.14);box-shadow:0 12px 24px #26439729}.btn,.nav-cta,.product-btn,.submit-btn{border:2px solid var(--salmon);background:var(--salmon);min-height:42px;color:var(--cream);font-family:var(--display);letter-spacing:.13em;text-transform:uppercase;white-space:nowrap;cursor:pointer;border-radius:999px;justify-content:center;align-items:center;padding:0 22px;font-size:15px;font-weight:800;transition:all .2s;display:inline-flex}.btn:hover,.nav-cta:hover,.product-btn:hover,.submit-btn:hover{background:var(--blue);border-color:var(--blue);transform:translateY(-2px)}.btn.secondary{color:var(--blue);border-color:var(--blue);background:0 0}.btn.secondary:hover{background:var(--blue);color:var(--cream)}.btn.cream{background:var(--cream);color:var(--blue);border-color:var(--cream)}.btn.cream:hover{background:var(--salmon);color:var(--cream);border-color:var(--salmon)}.hamburger{border:2px solid var(--blue);width:46px;height:46px;color:var(--blue);cursor:pointer;background:0 0;border-radius:999px;justify-content:center;align-items:center;display:none}.hamburger span,.hamburger span:before,.hamburger span:after{content:"";background:currentColor;border-radius:999px;width:18px;height:2px;display:block;position:relative}.hamburger span:before{position:absolute;top:-6px}.hamburger span:after{position:absolute;top:6px}.mobile-drawer{background:radial-gradient(circle at 90% 8%,#c7e2d8f2,transparent 28%),radial-gradient(circle at 12% 82%,#dd563440,transparent 34%),var(--cream);z-index:120;padding:18px;transition:transform .35s cubic-bezier(.22,1,.36,1);position:fixed;inset:0;overflow-y:auto;transform:translateY(-100%)}.mobile-drawer.open{transform:translateY(0)}.drawer-top{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.drawer-close{background:var(--blue);width:48px;height:48px;color:var(--cream);cursor:pointer;border:0;border-radius:999px;font-size:34px;line-height:1}.drawer-links{gap:12px;display:grid}.drawer-link{border:1px solid var(--line-blue);min-height:74px;color:var(--blue);font-family:var(--display);letter-spacing:.04em;text-transform:uppercase;background:#fffaf1bf;border-radius:24px;justify-content:space-between;align-items:center;padding:18px 20px;font-size:32px;font-weight:800;display:flex}.drawer-order{width:100%;min-height:60px;margin-top:18px;font-size:20px}.page{display:none}.page.active{display:block}.shell{width:min(100% - 48px,var(--max));margin:0 auto}.hero{background:radial-gradient(circle at 86% 22%,#c7e2d8e6 0 18%,transparent 19%),linear-gradient(110deg,var(--cream) 0 60%,var(--mint) 60% 100%);min-height:calc(100vh - 100px);position:relative;overflow:hidden}.hero:before{content:"";background:var(--blue);z-index:1;border-radius:50%;width:680px;height:680px;position:absolute;bottom:-250px;right:-180px}.hero-inner{z-index:2;width:min(100% - 48px,var(--max));grid-template-columns:minmax(0,1fr) 470px;align-items:center;gap:70px;margin:0 auto;padding:64px 0 76px;display:grid;position:relative}.eyebrow{color:var(--salmon);font-family:var(--display);letter-spacing:.17em;text-transform:uppercase;align-items:center;gap:12px;margin-bottom:18px;font-size:18px;font-weight:800;display:flex}.eyebrow:before{content:"";background:var(--salmon);flex:none;width:42px;height:2px}h1,h2,h3{margin-top:0}h1{max-width:620px;color:var(--blue);font-family:var(--display);letter-spacing:-.045em;text-transform:uppercase;margin:0;font-size:clamp(72px,8.5vw,128px);line-height:.78}.hero p{color:#111111c7;max-width:520px;margin:24px 0 0;font-size:17px;font-weight:500;line-height:1.55}.hero-actions,.inline-actions{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.hero-card{background:var(--blue);min-height:440px;color:var(--cream);border-radius:30px;position:relative;overflow:hidden;box-shadow:0 32px 70px #26439747}.hero-card:before{content:"";opacity:.6;background:repeating-radial-gradient(circle at 35% 35%,#faf2e46b 0 2px,#0000 3px 14px),radial-gradient(circle at 18% 18%,#c7e2d873,#0000 32%),radial-gradient(circle at 90% 82%,#dd563461,#0000 34%);position:absolute;inset:-15%;transform:rotate(-9deg)}.plate{z-index:2;border:2px solid #faf2e4bf;border-radius:50%;place-items:center;display:grid;position:absolute;inset:58px 48px 118px}.plate-label{text-align:center;font-family:var(--display);letter-spacing:.16em;text-transform:uppercase;color:var(--cream);font-size:16px;font-weight:800;position:absolute;top:54px;left:0;right:0}.fish{background:var(--salmon);border-radius:60% 42% 42% 60%;width:250px;height:72px;position:relative}.fish:before{content:"";background:var(--salmon);clip-path:polygon(0 50%,100% 0,100% 100%);width:60px;height:56px;position:absolute;top:8px;right:-45px}.fish:after{content:"";background:var(--cream);width:10px;height:10px;box-shadow:inset 0 0 0 3px var(--blue);border-radius:50%;position:absolute;top:29px;left:36px}.hero-card-bottom{z-index:3;border-top:1px solid #faf2e447;grid-template-columns:1fr auto;align-items:end;gap:16px;padding-top:18px;display:grid;position:absolute;bottom:24px;left:24px;right:24px}.hero-card-bottom strong{font-family:var(--display);text-transform:uppercase;letter-spacing:.04em;font-size:28px;line-height:.9;display:block}.hero-card-bottom span{color:#faf2e4b8;margin-top:6px;font-size:12px;display:block}.today{background:var(--cream);color:var(--blue);font-family:var(--display);border-radius:999px;padding:9px 13px;font-size:20px;font-weight:800}.ticker{background:var(--salmon);color:var(--cream);border-block:2px solid var(--blue);white-space:nowrap;overflow:hidden}.ticker-track{animation:24s linear infinite ticker;display:inline-flex}.ticker span{font-family:var(--display);letter-spacing:.1em;text-transform:uppercase;padding:16px 22px;font-size:42px;font-weight:800;line-height:1}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.block{padding:86px 0}.section-head{grid-template-columns:.9fr 1.1fr;align-items:end;gap:40px;margin-bottom:34px;display:grid}.label{color:var(--salmon);font-family:var(--display);letter-spacing:.17em;text-transform:uppercase;margin-bottom:12px;font-size:17px;font-weight:800}h2{color:var(--blue);font-family:var(--display);letter-spacing:-.035em;text-transform:uppercase;margin-bottom:0;font-size:clamp(54px,6.2vw,92px);line-height:.82}.section-head p,.lead{color:#111111ad;max-width:620px;margin:0;font-size:17px;font-weight:500;line-height:1.55}.feature-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.card{background:var(--white);border:1px solid var(--line-blue);min-height:300px;box-shadow:var(--shadow);border-radius:28px;flex-direction:column;justify-content:space-between;padding:24px;display:flex;position:relative;overflow:hidden}.card:after,.visual-panel:after,.map-card:after{content:"";opacity:.12;background:repeating-radial-gradient(circle,currentColor 0 2px,#0000 3px 13px);border-radius:50%;width:180px;height:180px;position:absolute;top:-52px;right:-52px}.card.blue{background:var(--blue);color:var(--cream)}.card.salmon{background:var(--salmon);color:var(--cream)}.card.mint{background:var(--mint);color:var(--blue)}.card small{font-family:var(--display);letter-spacing:.16em;text-transform:uppercase;opacity:.75;font-size:15px;font-weight:800}.card h3{font-family:var(--display);letter-spacing:-.02em;text-transform:uppercase;margin:18px 0 10px;font-size:48px;line-height:.85}.card p{opacity:.78;max-width:320px;margin:0;font-size:15px;font-weight:500;line-height:1.5}.card-link{font-family:var(--display);letter-spacing:.14em;text-transform:uppercase;opacity:.85;border-top:1px solid;justify-content:space-between;gap:16px;margin-top:24px;padding-top:18px;font-weight:800;display:flex}.page-hero{border-bottom:1px solid var(--line-blue);background:linear-gradient(110deg,var(--cream) 0 72%,var(--mint) 72% 100%);position:relative;overflow:hidden}.page-hero:after{content:"";background:var(--blue);border-radius:50%;width:520px;height:520px;position:absolute;bottom:-220px;right:-120px}.page-hero-inner{z-index:2;width:min(100% - 48px,var(--max));grid-template-columns:1.1fr .9fr;align-items:center;gap:48px;margin:0 auto;padding:76px 0;display:grid;position:relative}.page-title{max-width:680px;color:var(--blue);font-family:var(--display);letter-spacing:-.045em;text-transform:uppercase;margin:0;font-size:clamp(70px,9vw,126px);line-height:.78}.visual-panel{background:var(--blue);min-height:230px;color:var(--cream);box-shadow:var(--shadow);border-radius:30px;padding:28px;position:relative;overflow:hidden}.visual-panel h3{font-family:var(--display);text-transform:uppercase;margin:0 0 12px;font-size:44px;line-height:.86}.visual-panel p{color:#faf2e4b8;max-width:260px;margin:0;font-size:14px;line-height:1.45}.filters{flex-wrap:wrap;gap:10px;margin:28px 0 26px;display:flex}.filter-btn{border:1px solid var(--line-blue);background:var(--white);min-height:38px;color:var(--blue);font-family:var(--display);letter-spacing:.12em;text-transform:uppercase;cursor:pointer;border-radius:999px;padding:0 16px;font-size:14px;font-weight:800}.filter-btn.active{background:var(--blue);color:var(--cream)}.product-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.product-card{background:var(--white);border:1px solid var(--line-blue);box-shadow:var(--shadow);border-radius:30px;flex-direction:column;min-height:100%;display:flex;overflow:hidden}.product-media{background:var(--blue);min-height:300px;position:relative;overflow:hidden}.product-media img{object-fit:cover;object-position:center;background:var(--white);width:100%;height:100%;position:absolute;inset:0}.product-fallback{background:radial-gradient(circle at 80% 12%,#c7e2d899,transparent 30%),repeating-radial-gradient(circle at 35% 35%,#faf2e459 0 2px,transparent 3px 14px),var(--blue);color:var(--cream);font-family:var(--display);text-transform:uppercase;place-items:center;font-size:42px;font-weight:800;display:grid;position:absolute;inset:0}.product-info{flex-direction:column;flex:1;padding:18px 22px 22px;display:flex}.pill{background:var(--mint);color:var(--blue);font-family:var(--display);letter-spacing:.12em;text-transform:uppercase;border-radius:999px;align-self:flex-start;padding:7px 10px;font-size:13px;font-weight:800}.product-info h3{font-family:var(--display);text-transform:uppercase;color:var(--blue);margin:0 0 10px;font-size:42px;line-height:.86}.product-info p{color:#111111ad;margin:0;font-size:15px;font-weight:500;line-height:1.5}.product-bottom{justify-content:space-between;align-items:center;gap:14px;margin-top:auto;padding-top:20px;display:flex}.price{font-family:var(--display);color:var(--salmon);font-size:32px;font-weight:800;line-height:1}.unit{color:#1111118c;font-size:13px;font-family:var(--body);margin-top:2px;font-weight:600;display:block}.product-btn{min-height:38px;padding-inline:16px;font-size:14px}.menu-dark{background:var(--blue);color:var(--cream)}.menu-dark h2,.menu-dark .page-title{color:var(--cream)}.menu-dark .label{color:var(--mint)}.menu-dark .section-head p{color:#faf2e4bf}.menu-dark .filter-btn{color:var(--cream);background:#faf2e414;border-color:#faf2e438}.menu-dark .filter-btn.active{background:var(--cream);color:var(--blue)}.menu-dark .product-card{box-shadow:none;background:#faf2e414;border-color:#faf2e42e}.menu-dark .product-info h3{color:var(--cream)}.menu-dark .product-info p{color:#faf2e4b3}.menu-dark .unit{color:#faf2e494}.menu-dark .pill{background:var(--cream)}.split{grid-template-columns:1fr 1fr;gap:18px;display:grid}.story-panel,.location-panel,.contact-panel,.form-panel,.map-card{background:var(--white);border:1px solid var(--line-blue);box-shadow:var(--shadow);border-radius:32px;padding:32px;position:relative;overflow:hidden}.story-panel.blue,.contact-panel{background:var(--blue);color:var(--cream)}.story-panel.salmon{background:var(--salmon);color:var(--cream)}.story-panel.mint{background:var(--mint);color:var(--blue)}.story-panel h3,.location-panel h3,.contact-panel h3,.form-panel h3{font-family:var(--display);text-transform:uppercase;margin:0 0 14px;font-size:46px;line-height:.86}.story-panel p,.location-panel p,.contact-panel p{opacity:.78;max-width:520px;font-size:16px;font-weight:500;line-height:1.55}.values-grid{grid-template-columns:repeat(5,1fr);gap:14px;display:grid}.value-card{background:var(--white);border:1px solid var(--line-blue);border-radius:24px;min-height:190px;padding:22px}.value-card h3{font-family:var(--display);text-transform:uppercase;color:var(--blue);margin-bottom:10px;font-size:34px;line-height:.9}.value-card p{color:#111111ad;font-size:14px;font-weight:500;line-height:1.45}.info-list{gap:12px;display:grid}.info-item{border:1px solid var(--line-blue);background:#2643970f;border-radius:20px;grid-template-columns:140px 1fr;gap:16px;padding:18px;display:grid}.info-item strong{font-family:var(--display);letter-spacing:.13em;text-transform:uppercase;color:var(--blue);font-size:18px}.map-card{background:radial-gradient(circle at 74% 32%,var(--blue) 0 16%,transparent 17%),linear-gradient(135deg,var(--mint),var(--cream));align-items:end;min-height:420px;display:flex}.map-route{border:3px solid #26439766;border-radius:45% 55% 46% 54%;width:100%;height:76%;position:absolute;top:14%;left:12%;transform:rotate(-16deg)}.map-pin{z-index:2;background:var(--salmon);color:var(--cream);font-family:var(--display);text-transform:uppercase;border-radius:22px;max-width:280px;padding:20px;font-size:32px;font-weight:800;line-height:.9;position:relative}.contact-layout{grid-template-columns:1fr .95fr;gap:18px;display:grid}.form-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.field{gap:7px;display:grid}.field.full{grid-column:1/-1}.field label{font-family:var(--display);letter-spacing:.14em;text-transform:uppercase;color:var(--blue);font-size:14px;font-weight:800}.field input,.field textarea{border:1px solid var(--line-blue);background:var(--cream);width:100%;color:var(--ink);border-radius:18px;outline:none;padding:14px 16px;transition:all .18s}.field textarea{resize:vertical;min-height:150px}.field input:focus,.field textarea:focus{border-color:var(--blue);background:var(--white);box-shadow:0 0 0 4px #2643971a}.submit-btn{width:100%;min-height:52px;margin-top:16px}.quick-list{gap:12px;margin-top:22px;display:grid}.quick-item{border-top:1px solid #faf2e43d;justify-content:space-between;gap:16px;padding-top:14px;font-size:14px;display:flex}.quick-item strong{font-family:var(--display);letter-spacing:.13em;text-transform:uppercase;font-size:17px}.final-cta{text-align:center;background:radial-gradient(circle at 18% 18%,#c7e2d87a,transparent 28%),radial-gradient(circle at 86% 76%,#dd563461,transparent 30%),var(--blue);color:var(--cream);padding:92px 24px}.final-cta h2{color:var(--cream);max-width:900px;margin:0 auto}.final-cta p{color:#faf2e4c2;max-width:620px;margin:24px auto 32px;font-size:17px;font-weight:500;line-height:1.55}footer{color:var(--cream);background:#101010;padding:38px 0 42px}.footer-inner{width:min(100% - 48px,var(--max));grid-template-columns:1fr auto;align-items:center;gap:24px;margin:0 auto;display:grid}.footer-brand{font-family:var(--display);letter-spacing:.08em;text-transform:uppercase;font-size:28px;font-weight:800}.footer-links{font-family:var(--display);letter-spacing:.14em;text-transform:uppercase;color:#faf2e4bd;flex-wrap:wrap;gap:24px;font-size:15px;font-weight:800;display:flex}.footer-copy{width:min(100% - 48px,var(--max));color:#faf2e48c;border-top:1px solid #faf2e429;justify-content:space-between;gap:20px;margin:26px auto 0;padding-top:22px;font-size:13px;display:flex}.hidden{display:none!important}@media (width<=1100px){.nav{width:min(100% - 32px,var(--max));gap:18px}.nav-group{gap:16px}.nav-link{letter-spacing:.12em;font-size:13px}.hero-inner,.shell,.page-hero-inner{width:min(100% - 32px,var(--max))}.hero-inner{grid-template-columns:1fr 420px;gap:38px}.feature-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.values-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=920px){.topbar{letter-spacing:.12em;font-size:10px}.nav{grid-template-columns:auto 1fr auto;gap:12px;height:66px;display:grid}.desktop-nav{display:none}.hamburger{justify-self:end;display:inline-flex}.brand{justify-self:start;width:82px;height:42px;font-size:24px}.nav-cta{justify-self:end;min-height:38px;padding-inline:16px;font-size:13px}.hero{min-height:auto}.hero:before{width:92vw;height:92vw;bottom:20vw;right:-42vw}.hero-inner{grid-template-columns:1fr;gap:34px;padding:46px 0 58px}.hero-card{min-height:410px}.section-head,.page-hero-inner,.split,.contact-layout{grid-template-columns:1fr}.page-hero-inner{padding:58px 0}.block{padding:68px 0}.feature-grid,.product-grid,.values-grid{grid-template-columns:1fr}.filters{scrollbar-width:none;flex-wrap:nowrap;padding-bottom:6px;overflow-x:auto}.filter-btn{flex:none}.form-grid{grid-template-columns:1fr}.footer-inner,.footer-copy{grid-template-columns:1fr;display:grid}.footer-links{gap:14px 20px}.card{min-height:auto;padding:20px}.card small{font-size:13px}.card h3{margin:12px 0 6px;font-size:32px;line-height:.92}.card p{max-width:none;font-size:14px;line-height:1.45}.card-link{margin-top:14px;padding-top:12px}.product-info{padding:14px 18px 18px}.product-info h3{margin:0 0 4px;line-height:.94;min-height:0!important}.product-info p{font-size:14px;line-height:1.4}.product-meta{gap:6px!important;min-height:0!important;margin-top:4px!important;font-size:13px!important}.product-meta svg{width:18px!important;height:18px!important}.product-variants{min-height:24px!important;margin-top:8px!important}.product-bottom{padding-top:12px}.pill{padding:6px 9px;font-size:12px}}@media (width<=520px){.nav{width:min(100% - 24px,var(--max));padding:0}.nav-cta{letter-spacing:.1em;padding-inline:13px}.hero-inner,.shell,.page-hero-inner{width:min(100% - 28px,var(--max))}h1{font-size:clamp(72px,22vw,108px)}.page-title{font-size:clamp(68px,20vw,104px)}h2{font-size:clamp(54px,16vw,82px)}.hero-actions .btn,.inline-actions .btn{width:100%}.plate{inset:48px 24px 106px}.fish{width:205px;height:62px}.card,.product-card,.story-panel,.location-panel,.contact-panel,.form-panel,.map-card{border-radius:24px}.product-info h3,.story-panel h3,.location-panel h3,.contact-panel h3,.form-panel h3{font-size:38px}.drawer-link{border-radius:20px;min-height:64px;padding:16px;font-size:28px}.quick-item{display:grid}.map-card{min-height:330px}.footer-copy,.footer-inner{width:min(100% - 28px,var(--max))}}:root{--azul:var(--blue);--crema:var(--cream);--celeste:var(--mint);--negro:var(--ink);--blanco:var(--white);--sans:var(--body)}.brand.brand-logo{width:138px;height:58px;box-shadow:none;background:0 0;border-radius:0;overflow:visible;transform:none}.brand.brand-logo img{object-fit:contain;width:100%;height:100%;display:block}@media (width<=920px){.brand.brand-logo{width:124px;height:52px}.drawer-top .brand.brand-logo{width:150px;height:64px}}.admin-page{color:#161616;min-height:100vh;font-family:var(--body);background:#f7f5ef;grid-template-columns:minmax(280px,360px) minmax(0,1fr);display:grid}.admin-sidebar{background:#fff;border-right:1px solid #1111111f;flex-direction:column;min-height:100vh;display:flex}.admin-brand{border-bottom:1px solid #11111114;padding:28px 24px 18px}.admin-brand span,.admin-editor-head span{letter-spacing:.22em;text-transform:uppercase;color:#1111117a;font-size:10px;display:block}.admin-brand h1,.admin-editor-head h2{font-family:var(--display);text-transform:uppercase;color:var(--blue);margin:6px 0 0;font-size:34px;line-height:.95}.admin-controls{border-bottom:1px solid #11111114;gap:10px;padding:18px 16px;display:grid}.admin-controls input,.admin-controls select,.admin-fields input,.admin-fields textarea,.admin-fields select{color:#161616;width:100%;font:inherit;background:#fff;border:1px solid #11111129;outline:0;padding:11px 12px;font-size:13px}.admin-controls input:focus,.admin-controls select:focus,.admin-fields input:focus,.admin-fields textarea:focus,.admin-fields select:focus{border-color:var(--blue)}.admin-product-list{padding:8px;overflow:auto}.admin-product-list button{text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #11111112;width:100%;padding:12px}.admin-product-list button.active{background:#26439714}.admin-product-list strong{color:#161616;font-size:13px;font-weight:700;display:block}.admin-product-list span{color:#1111116b;text-transform:uppercase;letter-spacing:.08em;margin-top:4px;font-size:10px;display:block}.admin-editor{min-width:0;padding:34px}.admin-editor-head{justify-content:space-between;align-items:center;gap:20px;margin-bottom:28px;display:flex}.admin-editor-head button,.admin-preview label,.admin-preview button{background:var(--blue);color:#fff;font:800 14px/1 var(--display);letter-spacing:.14em;text-transform:uppercase;cursor:pointer;border:0;border-radius:999px;padding:12px 16px}.admin-editor-head button:disabled{opacity:.4;cursor:default}.admin-form-grid{grid-template-columns:minmax(260px,360px) minmax(0,1fr);align-items:start;gap:28px;display:grid}.admin-preview{background:#fff;border:1px solid #11111114;border-radius:24px;padding:14px}.admin-preview img{aspect-ratio:4/3;object-fit:cover;background:var(--blue);border-radius:16px;width:100%;display:block}.admin-preview label{text-align:center;margin-top:12px;display:block}.admin-preview button{width:100%;color:var(--blue);background:0 0;border:1px solid #2643973d;margin-top:8px}.admin-preview input[type=file]{display:none}.admin-preview p,.admin-status{color:#11111180;overflow-wrap:anywhere;margin-top:10px;font-size:12px;line-height:1.5}.admin-fields{gap:15px;display:grid}.admin-fields label{letter-spacing:.16em;text-transform:uppercase;color:#11111175;gap:7px;font-size:10px;display:grid}.admin-fields textarea{resize:vertical;min-height:120px;line-height:1.5}.admin-two-cols{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}@media (width<=900px){.admin-page,.admin-form-grid{grid-template-columns:1fr}.admin-sidebar{min-height:auto;max-height:46vh}.admin-editor{padding:24px 18px 36px}.admin-editor-head{flex-direction:column;align-items:flex-start}.admin-two-cols{grid-template-columns:1fr}}.nav .brand.brand-logo{justify-content:center;align-self:center;align-items:center;width:132px;height:48px;display:flex}.nav .brand.brand-logo img{transform-origin:50%;width:132px;max-width:none;height:auto;transform:translateY(3px)}.drawer-top .brand.brand-logo{width:160px;height:62px}.drawer-top .brand.brand-logo img{width:160px;height:auto;transform:translateY(2px)}@media (width<=920px){.nav .brand.brand-logo{width:118px;height:46px}.nav .brand.brand-logo img{width:118px;transform:translateY(2px)}}.nav .brand.brand-logo{place-items:center;width:192px;height:76px;padding:0;display:grid;overflow:hidden}.nav .brand.brand-logo img{object-fit:contain;object-position:center;width:100%;max-width:100%;height:100%;transform:none}.drawer-top .brand.brand-logo{width:170px;height:76px;overflow:hidden}.drawer-top .brand.brand-logo img{object-fit:contain;object-position:center;width:100%;height:100%;transform:none}@media (width<=920px){.nav .brand.brand-logo{width:150px;height:64px}}.nav .brand.brand-logo>img{object-fit:contain!important;object-position:center center!important;width:192px!important;max-width:192px!important;height:76px!important;max-height:76px!important;display:block!important;transform:none!important}@media (width<=920px){.nav .brand.brand-logo>img{width:150px!important;max-width:150px!important;height:64px!important;max-height:64px!important}}.footer-inner.footer-inner-rich{grid-template-columns:minmax(220px,360px) 1fr;align-items:center}.footer-logo{width:min(320px,100%);height:128px;display:block;overflow:hidden}.footer-logo img{object-fit:contain;object-position:left center;width:100%;height:100%;display:block}.footer-nav-social{justify-items:end;gap:22px;display:grid}.footer-social{flex-wrap:wrap;justify-content:flex-end;gap:12px;display:flex}.footer-social a{width:44px;height:44px;color:var(--cream);border:1px solid #faf2e43d;border-radius:999px;place-items:center;transition:background .2s,border-color .2s,transform .2s;display:grid}.footer-social a:hover{background:var(--salmon);border-color:var(--salmon);transform:translateY(-2px)}.footer-social svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:21px;height:21px}.footer-social svg path,.footer-social svg rect,.footer-social svg circle{vector-effect:non-scaling-stroke}@media (width<=760px){.footer-inner.footer-inner-rich{grid-template-columns:1fr}.footer-logo{width:min(260px,100%);height:108px}.footer-nav-social{justify-items:start}.footer-social{justify-content:flex-start}}.footer-social{gap:18px}.footer-social a{color:#faf2e4c7;background:0 0;border:0;border-radius:0;justify-content:center;align-items:center;width:auto;height:auto;padding:0;display:inline-flex}.footer-social a:hover{color:var(--salmon);background:0 0;border-color:#0000;transform:translateY(-2px)}.footer-social svg{width:24px;height:24px}.footer-social{align-items:center;gap:20px}.footer-social a{width:32px;height:32px;color:var(--cream);opacity:.92;justify-content:center;align-items:center;padding:0;display:inline-flex;background:0 0!important;border:0!important}.footer-social a:hover{color:var(--salmon);opacity:1;transform:translateY(-2px)}.footer-social svg{width:28px;height:28px;display:block}.footer-social .icon-fill-only,.footer-social .icon-fill{fill:currentColor;stroke:none}.footer-social .icon-stroke{fill:none;stroke:currentColor;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round}.footer-social .icon-stroke .icon-fill{fill:currentColor;stroke:none}.hero{min-height:calc(100vh - 100px);background:var(--cream) url(/assets/hero-catch-desktop-final.webp) center center / cover no-repeat!important}.hero:before{display:none!important}.hero-inner{align-items:center;min-height:calc(100vh - 100px);grid-template-columns:minmax(0,620px)!important;padding:70px 0 90px!important}.hero-card{display:none!important}.hero h1{max-width:620px}.hero p{max-width:510px}@media (width<=920px){.hero{min-height:calc(100vh - 94px);background-image:url(/assets/hero-catch-mobile-final.webp)!important;background-position:top!important;background-size:cover!important}.hero-inner{align-items:start;min-height:calc(100vh - 94px);padding:48px 0 58px!important}.hero h1{max-width:560px}.hero p{max-width:420px}}@media (width<=520px){.hero{min-height:760px;background-position:top!important}.hero-inner{min-height:760px;padding-top:38px!important}.hero p{max-width:310px}}@media (width<=920px){.hero{background-image:url(/assets/hero-catch-mobile-final.webp)!important;background-position:50% calc(100% + 165px)!important;background-repeat:no-repeat!important;background-size:100%!important;min-height:820px!important}.hero-inner{align-items:start!important;min-height:820px!important;padding:52px 0 44px!important}.hero h1{max-width:360px;font-size:clamp(62px,18vw,86px)!important;line-height:.78!important}.hero p{max-width:330px;margin-top:22px!important;font-size:16px!important;line-height:1.48!important}.hero-actions{max-width:360px;margin-top:24px!important}}@media (width<=520px){.hero{background-position:50% calc(100% + 150px)!important;background-size:100%!important;min-height:820px!important}.hero-inner{min-height:820px!important;padding-top:42px!important}.hero h1{max-width:350px;font-size:clamp(58px,17vw,76px)!important}.hero p{max-width:310px}}@media (width<=380px){.hero{background-position:50% calc(100% + 135px)!important;min-height:800px!important}.hero-inner{min-height:800px!important}.hero h1{font-size:58px!important}}.mobile-sticky-order{display:none}@media (width<=920px){.hero{background-position:bottom!important;background-size:100%!important;min-height:860px!important}.hero-inner{min-height:860px!important;padding-top:48px!important;padding-bottom:390px!important}.hero p{display:none!important}.hero-actions{margin-top:26px!important}.hero-actions .btn{width:100%}.mobile-sticky-order{z-index:90;background:var(--salmon);min-height:54px;color:var(--cream);font-family:var(--display);letter-spacing:.13em;text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;font-size:17px;font-weight:800;display:inline-flex;position:fixed;bottom:14px;left:14px;right:14px;box-shadow:0 16px 34px #11111142}body{padding-bottom:82px}}@media (width<=520px){.hero{background-position:bottom!important;background-size:100%!important;min-height:850px!important}.hero-inner{min-height:850px!important;padding-top:38px!important;padding-bottom:395px!important}.hero h1{max-width:350px}}@media (width<=380px){.hero{min-height:815px!important}.hero-inner{min-height:815px!important;padding-bottom:360px!important}}.hero .eyebrow:before{display:none!important}.hero .eyebrow{gap:0!important}footer{background:var(--blue)!important;color:var(--cream)!important}.footer-inner.footer-inner-rich{grid-template-columns:minmax(320px,520px) 1fr;gap:44px}.footer-logo img{object-fit:contain!important;object-position:center center!important}.footer-copy{color:#faf2e4ad!important;justify-content:flex-start!important}@media (width<=760px){.footer-inner.footer-inner-rich{grid-template-columns:1fr;gap:26px}.footer-logo{width:min(360px,100%)!important;height:160px!important}}footer{position:relative;overflow:hidden;background:linear-gradient(#264397c7,#264397e0),url(/assets/footer-escamas-azul.png) 50%/cover no-repeat!important}footer>*{z-index:1;position:relative}@media (width<=760px){footer{background-size:auto,390px!important}}footer{background-color:var(--blue)!important;background-image:linear-gradient(#2643972e,#26439752),url(/assets/footer-escamas-azul.png)!important;background-position:50%,50% 42%!important;background-repeat:no-repeat,no-repeat!important;background-size:auto,cover!important}@media (width<=760px){footer{background-position:50%,50%!important;background-size:auto,cover!important}}footer{background-color:#0000!important;background-image:radial-gradient(circle at 18% 16%,#c7e2d82e,#0000 30%),radial-gradient(circle at 88% 74%,#0d182933,#0000 38%),linear-gradient(135deg,#264397 0%,#203a8e 54%,#264397 100%)!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:auto!important;background-attachment:scroll,scroll,scroll!important;background-origin:padding-box,padding-box,padding-box!important;background-clip:border-box,border-box,border-box!important}.map-card{min-height:420px}.map-card .map-route{opacity:.42}.local-photo-card{border:1px solid var(--line-blue);min-height:420px;box-shadow:var(--shadow);background:var(--blue);border-radius:32px;position:relative;overflow:hidden}.local-photo-card img{object-fit:cover;object-position:center;width:100%;height:100%;min-height:420px;display:block}.info-item.status span{gap:4px;display:grid}.info-item.status b{letter-spacing:0;text-transform:uppercase;font-size:18px;font-weight:500;line-height:.95;font-family:Inter,sans-serif!important}.info-item.status em{color:#111111a8;font-style:normal;line-height:1.35}.info-item.status.open{background:#c7e2d894}.info-item.status.open b{color:var(--blue)}.info-item.status.closed b{color:var(--salmon)}@media (width<=760px){.local-photo-card,.local-photo-card img{min-height:330px}}.location-panel,.local-photo-card{box-shadow:0 10px 28px #26439712!important}.location-panel{border-color:#2643971f!important}.local-photo-card{border-color:#26439729!important}.info-item{box-shadow:none!important;background:#dd56340d!important;border-color:#dd563438!important}.info-item.status.open{background:#2a9a5c29!important;border-color:#2a9a5c42!important}.info-item.status.open strong,.info-item.status.open b{color:#1f8d54!important}.info-item.status.closed{background:#dd563421!important;border-color:#dd56344d!important}.info-item.status.closed strong,.info-item.status.closed b{color:var(--salmon)!important}.location-panel .inline-actions .btn{background:var(--salmon)!important;border-color:var(--salmon)!important;color:var(--cream)!important}.location-panel .inline-actions .btn:hover{background:var(--blue)!important;border-color:var(--blue)!important}.local-photo-card{box-shadow:none!important;filter:none!important;background:0 0!important;border:1px solid #26439773!important}.local-photo-card:before,.local-photo-card:after{content:none!important;display:none!important}.local-photo-card img{filter:none!important;box-shadow:none!important}.admin-mode-tabs{border-bottom:1px solid #11111114;grid-template-columns:1fr 1fr;gap:8px;padding:14px 16px;display:grid}.admin-mode-tabs button{color:var(--blue);font:800 13px/1 var(--display);letter-spacing:.14em;text-transform:uppercase;cursor:pointer;background:#fff;border:1px solid #2643972e;border-radius:999px;padding:12px 10px}.admin-mode-tabs button.active{background:var(--blue);color:#fff}.admin-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.admin-create{background:var(--salmon);color:#fff;width:100%;font:800 14px/1 var(--display);letter-spacing:.14em;text-transform:uppercase;cursor:pointer;border:0;border-radius:999px;padding:13px 16px}.admin-editor-head button.danger{background:var(--salmon)}.admin-text-list{padding-top:12px}.admin-text-editor{max-width:900px}.site-one-line{white-space:nowrap}.site-font-display{font-family:var(--display)!important}.site-font-body{font-family:var(--body)!important;letter-spacing:0!important}@media (width<=700px){.site-one-line{white-space:normal}.admin-actions{justify-content:flex-start}}.final-cta{isolation:isolate;background-image:linear-gradient(90deg,#264397eb,#264397bd 45%,#11111170),url(/assets/local-catch.jpeg);background-position:50% 56%;background-size:cover;border-top:1px solid #faf2e42e;place-items:center;min-height:460px;display:grid;position:relative;overflow:hidden}.final-cta:after{content:"";z-index:-1;pointer-events:none;background:radial-gradient(circle at 18% 18%,#c7e2d83d,#0000 32%);position:absolute;inset:0}.final-cta h2,.final-cta p,.final-cta a{z-index:1;position:relative}.final-cta .btn.cream{box-shadow:0 18px 40px #0000002e}.info-item.status{box-shadow:none;grid-template-columns:1fr;gap:8px}.store-status-heading{color:var(--blue);font-family:var(--display);letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:10px;font-size:24px;font-weight:800;display:inline-flex}.status-dot{background:#18a957;border-radius:999px;flex:none;width:10px;height:10px;box-shadow:0 0 0 5px #18a9571f}.info-item.status.closed .status-dot{background:#d93a2f;box-shadow:0 0 0 5px #d93a2f1f}.info-item.status span:last-child em{color:#111111ad;font-style:normal;display:block}@media (width<=700px){.final-cta{background-position:50%;min-height:420px}.store-status-heading{letter-spacing:.1em;font-size:21px}}.punto-hero-photo{background-image:linear-gradient(90deg,#264397db,#26439775 48%,#1111111f),url(/assets/punto-venta-hero.webp);background-position:50%;background-size:cover;min-height:300px;box-shadow:0 18px 44px #2643972e}.punto-hero-photo h3,.punto-hero-photo p{z-index:1;max-width:330px;position:relative}.quick-social{color:inherit;align-items:center}.quick-social strong{align-items:center;gap:10px;display:inline-flex}.quick-social svg{flex:none;width:24px;height:24px}.quick-social .icon-fill-only,.quick-social .icon-fill{fill:currentColor}.quick-social .icon-stroke{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.quick-social .icon-stroke .icon-fill{fill:currentColor;stroke:none}.quick-social:hover{color:var(--mint)}.contact-icon-row{align-items:center;gap:16px;margin:24px 0 12px;display:flex}.contact-icon-row a{color:var(--cream);justify-content:center;align-items:center;transition:all .2s;display:inline-flex}.contact-icon-row a:hover{color:var(--mint);transform:translateY(-2px)}.contact-icon-row svg{width:25px;height:25px}.contact-icon-row .icon-fill-only,.contact-icon-row .icon-fill{fill:currentColor}.contact-icon-row .icon-stroke{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.contact-icon-row .icon-stroke .icon-fill{fill:currentColor;stroke:none}.pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin-top:34px;display:flex}.pagination button{min-height:38px;color:var(--cream);font-family:var(--display);letter-spacing:.12em;text-transform:uppercase;cursor:pointer;background:#faf2e414;border:1px solid #faf2e438;border-radius:999px;padding:0 15px;font-size:14px;font-weight:800}.pagination button.active{background:var(--cream);color:var(--blue)}.pagination button:disabled{opacity:.35;cursor:default}@media (width<=700px){.pagination{justify-content:flex-start}.pagination button{padding-inline:12px;font-size:13px}}footer{border-top:1px solid #26439729;background:radial-gradient(circle at 12% 20%, #c7e2d852, transparent 26%), var(--cream)!important;color:var(--blue)!important;background-image:radial-gradient(circle at 12% 20%,#c7e2d852,#0000 26%),radial-gradient(circle at 1px 1px,#2643971c 1px,#0000 1.4px)!important;background-size:auto,22px 22px!important}.footer-links{color:var(--blue)!important}.footer-links a:hover{color:var(--salmon)}.footer-social a{color:var(--blue)!important}.footer-social a:hover{transform:translateY(-2px);color:var(--salmon)!important}.footer-copy{color:#264397b8!important;border-top-color:#2643972e!important}.footer-logo{width:min(260px,38vw)!important;height:110px!important}.footer-logo img{object-fit:contain!important}footer.footer-dark{background:radial-gradient(circle at 14% 18%, #c7e2d829, transparent 28%), var(--blue)!important;color:var(--cream)!important;background-image:radial-gradient(circle at 14% 18%,#c7e2d829,#0000 28%),radial-gradient(circle at 1px 1px,#faf2e41f 1px,#0000 1.4px)!important;background-size:auto,22px 22px!important;border-top-color:#faf2e429!important}footer.footer-dark .footer-links,footer.footer-dark .footer-social a{color:var(--cream)!important}footer.footer-dark .footer-links a:hover,footer.footer-dark .footer-social a:hover{color:var(--mint)!important}footer.footer-dark .footer-copy{color:#faf2e4b8!important;border-top-color:#faf2e42e!important}.page[data-page=punto] .page-hero-inner{grid-template-columns:.9fr 1.1fr;align-items:stretch}.page[data-page=punto] .punto-hero-photo{background-image:linear-gradient(#26439714,#264397b8),url(/assets/punto-venta-hero.webp);background-position:50%;border-radius:32px;flex-direction:column;justify-content:flex-end;min-height:430px;padding:34px;display:flex}.page[data-page=punto] .punto-hero-photo h3{max-width:420px;color:var(--cream);text-shadow:0 2px 4px #000000a6,0 8px 26px #00000073}.page[data-page=punto] .punto-hero-photo p{text-shadow:0 2px 4px #0009,0 6px 18px #0006;max-width:390px;color:#faf2e4db!important}@media (width<=920px){.page[data-page=punto] .page-hero-inner{grid-template-columns:1fr}.page[data-page=punto] .punto-hero-photo{min-height:320px}}.page[data-page=punto] .page-hero{background:var(--cream)!important}.page[data-page=punto] .page-title{max-width:760px;font-size:clamp(70px,7.2vw,112px)}.page[data-page=punto] .lead{max-width:640px}.page[data-page=punto] .punto-hero-photo{background-image:linear-gradient(#26439714,#2643972e),url(/assets/punto-venta-hero.webp);background-position:50%;background-size:cover;border-radius:28px;min-height:360px;padding:0;box-shadow:0 18px 48px #26439729}@media (width<=920px){.page[data-page=punto] .page-hero-inner{grid-template-columns:1fr;gap:28px;padding:46px 0 48px}.page[data-page=punto] .punto-hero-photo{min-height:260px}}.page[data-page=punto] .page-hero{border-bottom:0}.page[data-page=punto] .page-hero-inner{grid-template-columns:minmax(0,.9fr) minmax(420px,.82fr);gap:44px;padding:72px 0 70px}.page[data-page=punto] .lead{max-width:540px;margin-top:26px;font-size:18px;line-height:1.55}.page[data-page=punto] .punto-hero-photo{border-radius:26px;align-self:center;min-height:350px;transform:translateY(10px);box-shadow:0 20px 54px #2643972e}@media (width<=1100px){.page[data-page=punto] .page-hero-inner{grid-template-columns:1fr;gap:34px}.page[data-page=punto] .punto-hero-photo{width:100%;transform:none}}@media (width<=700px){.page[data-page=punto] .page-hero-inner{padding:46px 0 48px}.page[data-page=punto] .lead{margin-top:20px;font-size:16px}.page[data-page=punto] .punto-hero-photo{min-height:240px}}.page[data-page=punto] .page-hero{background:linear-gradient(90deg, var(--cream) 0 57%, #c7e2d880 57% 100%)!important;border-bottom:1px solid #2643971a!important}.page[data-page=punto] .page-hero:before{content:"";background:var(--blue);opacity:.96;pointer-events:none;border-radius:50%;width:560px;height:560px;position:absolute;bottom:-260px;right:-170px}.page[data-page=punto] .page-hero:after{display:none!important}.page[data-page=punto] .page-hero-inner{grid-template-columns:minmax(0,.95fr) minmax(420px,.9fr)!important;align-items:center!important;gap:46px!important;padding:76px 0 74px!important}.page[data-page=punto] .punto-hero-photo{min-height:390px!important;box-shadow:none!important;background-image:linear-gradient(90deg,#2643979e,#2643972e 46%,#1111110f),url(/assets/punto-venta-hero.webp)!important;background-position:50%!important;background-size:cover!important;border:1px solid #2643972e!important;border-radius:0 34px 34px 0!important;transform:none!important}.page[data-page=punto] .punto-hero-photo:before{content:"";background:var(--salmon);opacity:.95;border-radius:999px;width:48px;position:absolute;top:28px;bottom:28px;left:-24px}.page[data-page=punto] .punto-hero-photo h3,.page[data-page=punto] .punto-hero-photo p{display:none!important}@media (width<=1100px){.page[data-page=punto] .page-hero{background:var(--cream)!important}.page[data-page=punto] .page-hero:before{width:360px;height:360px;bottom:-190px;right:-180px}.page[data-page=punto] .page-hero-inner{grid-template-columns:1fr!important;gap:30px!important;padding:54px 0 52px!important}.page[data-page=punto] .punto-hero-photo{border-radius:26px!important;min-height:300px!important}.page[data-page=punto] .punto-hero-photo:before{display:none!important}}@media (width<=700px){.page[data-page=punto] .page-title{font-size:clamp(42px,12vw,60px)!important;line-height:.84!important}.page[data-page=punto] .lead{margin-top:24px!important;font-size:16px!important;line-height:1.5!important}.page[data-page=punto] .punto-hero-photo{min-height:250px!important}.page[data-page=punto] .block.shell{padding-top:34px!important}}.page[data-page=punto] .page-hero{background:var(--cream)!important;border-bottom:1px solid #2643971f!important;min-height:auto!important;overflow:hidden!important}.page[data-page=punto] .page-hero:before,.page[data-page=punto] .page-hero:after{content:none!important;display:none!important}.page[data-page=punto] .page-hero-inner{width:min(100% - 48px, var(--max))!important;padding:72px 0 48px!important;display:block!important}.page[data-page=punto] .punto-hero-copy{max-width:860px!important;padding:0!important}.page[data-page=punto] .eyebrow{margin-bottom:28px!important}.page[data-page=punto] .page-title{letter-spacing:-.045em!important;max-width:790px!important;font-size:clamp(74px,8vw,126px)!important;line-height:.78!important}.page[data-page=punto] .lead{color:#111111bd!important;max-width:640px!important;margin-top:32px!important;font-size:18px!important;line-height:1.6!important}.page[data-page=punto] .punto-hero-photo{display:none!important}.page[data-page=punto] .block.shell{padding-top:36px!important}@media (width<=920px){.page[data-page=punto] .page-hero-inner{width:min(100% - 32px, var(--max))!important;padding:68px 0 58px!important}.page[data-page=punto] .page-title{font-size:clamp(60px,16vw,88px)!important}.page[data-page=punto] .lead{margin-top:24px!important;font-size:16px!important;line-height:1.5!important}.page[data-page=punto] .block.shell{padding-top:42px!important}}.page[data-page=punto] .block.shell>.split{box-shadow:none!important;background:#fffaf1bd!important;border:1px solid #2643972e!important;border-radius:34px!important;grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr)!important;align-items:stretch!important;gap:0!important;overflow:hidden!important}.page[data-page=punto] .location-panel{background:var(--blue)!important;color:var(--cream)!important;box-shadow:none!important;border:0!important;border-radius:0!important;min-height:520px!important;padding:48px 52px 46px!important}.page[data-page=punto] .local-photo-card{background:var(--blue)!important;height:520px!important;min-height:0!important;box-shadow:none!important;border:0!important;border-left:1px solid #2643972e!important;border-radius:0 34px 34px 0!important;overflow:hidden!important}.page[data-page=punto] .local-photo-card img{object-fit:cover!important;object-position:center!important;width:100%!important;height:100%!important;min-height:0!important}.page[data-page=punto] .location-panel h3{color:var(--cream)!important;margin-bottom:24px!important}.page[data-page=punto] .location-panel p{color:#faf2e4c7!important}.page[data-page=punto] .info-list{gap:14px!important}.page[data-page=punto] .info-item{background:0 0!important;border:0!important;border-bottom:1px solid #faf2e447!important;border-radius:0!important;padding:12px 0!important}.page[data-page=punto] .info-item:last-child{border-bottom:0!important}.page[data-page=punto] .info-item.status{background:#faf2e414!important;border:1px solid #faf2e42e!important;border-radius:12px!important;padding:12px 14px!important}.page[data-page=punto] .info-item strong{color:var(--cream)!important}.page[data-page=punto] .info-item span,.page[data-page=punto] .info-item.status em{color:#faf2e4c7!important}.page[data-page=punto] .inline-actions .btn{background:var(--salmon)!important;color:var(--cream)!important;border-color:var(--salmon)!important}.page[data-page=punto] .inline-actions .btn:hover{background:var(--cream)!important;color:var(--blue)!important;border-color:var(--cream)!important}@media (width<=920px){.page[data-page=punto] .block.shell>.split{border-radius:28px!important;grid-template-columns:1fr!important}.page[data-page=punto] .location-panel{min-height:0!important;padding:30px 24px 28px!important}.page[data-page=punto] .local-photo-card{border-top:1px solid #2643972e!important;border-left:0!important;border-radius:0 0 28px 28px!important;height:320px!important}}.page[data-page=punto] .store-status-heading{align-items:center!important;gap:10px!important;line-height:1!important;display:inline-flex!important}.page[data-page=punto] .status-dot{align-self:center!important;width:11px!important;height:11px!important;margin:0!important;position:static!important;transform:none!important}.page[data-page=punto] .info-item.status{align-content:center!important}.page[data-page=punto] .info-item.status span:last-child{padding-left:21px!important}@media (width<=700px){.page[data-page=punto] .info-item.status span:last-child{padding-left:0!important}}.page[data-page=punto] .local-photo-card{isolation:isolate!important;background:#171411!important;position:relative!important;overflow:hidden!important}.page[data-page=punto] .local-photo-card img{filter:contrast(1.06)saturate(1.04)brightness(.92)!important;transform:scale(1.012)!important}.page[data-page=punto] .local-photo-card:after{content:""!important;z-index:1!important;pointer-events:none!important;background:radial-gradient(circle at 52% 45%,#0000 0 42%,#120e0a38 78%),linear-gradient(#120e0a14,#120e0a33)!important;display:block!important;position:absolute!important;inset:0!important}.page[data-page=contacto] .page-hero{background:var(--cream)!important;border-bottom:1px solid #2643971f!important}.page[data-page=contacto] .page-hero:after{display:none!important}.page[data-page=contacto] .page-hero-inner{grid-template-columns:minmax(0,.95fr) minmax(360px,.7fr)!important;gap:56px!important;padding:76px 0 56px!important}.page[data-page=contacto] .page-title{max-width:640px!important;font-size:clamp(68px,7.4vw,112px)!important;line-height:.8!important}.page[data-page=contacto] .contact-hero-note{background:var(--mint)!important;min-height:180px!important;color:var(--blue)!important;box-shadow:none!important;border:1px solid #26439729!important;border-radius:28px!important;padding:26px!important}.page[data-page=contacto] .contact-hero-note:after{color:var(--blue)}.page[data-page=contacto] .contact-hero-note h3{color:var(--blue)!important;font-size:42px!important}.page[data-page=contacto] .contact-hero-note p{color:#111111a8!important;max-width:330px!important}.contact-layout-clean{grid-template-columns:.86fr 1.14fr!important;align-items:stretch!important;gap:18px!important}.quick-contact-panel{background:var(--blue)!important;color:var(--cream)!important;box-shadow:none!important;border:1px solid #26439733!important;padding:34px!important}.quick-contact-panel h3{max-width:420px;color:var(--cream)!important;font-size:clamp(42px,4.2vw,66px)!important}.quick-contact-panel p{color:#faf2e4c2!important;opacity:1!important;max-width:420px!important}.contact-action-list{gap:12px;margin:28px 0 26px;display:grid}.contact-action-list a{min-height:58px;color:var(--cream);font-family:var(--display);letter-spacing:.12em;text-transform:uppercase;background:#faf2e41a;border:1px solid #faf2e42e;border-radius:18px;align-items:center;gap:14px;padding:0 18px;font-size:22px;font-weight:800;transition:all .2s;display:flex}.contact-action-list a:hover{background:var(--salmon);border-color:var(--salmon);transform:translateY(-2px)}.contact-action-list svg{flex:none;width:27px;height:27px}.contact-action-list .icon-fill-only,.contact-action-list .icon-fill{fill:currentColor}.contact-action-list .icon-stroke{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.contact-action-list .icon-stroke .icon-fill{fill:currentColor;stroke:none}.contact-meta-list .quick-item{color:#faf2e4d1!important;border-top-color:#faf2e42e!important}.contact-meta-list .quick-item strong{color:var(--cream)!important}.contact-form-panel{box-shadow:none!important;background:#fffaf1c7!important;border-color:#2643972e!important;padding:34px!important}.contact-form-panel .field input,.contact-form-panel .field textarea{background:#faf2e4b8!important;border-radius:16px!important}.contact-form-panel .field textarea{min-height:128px!important}@media (width<=920px){.page[data-page=contacto] .page-hero-inner,.contact-layout-clean{grid-template-columns:1fr!important}.page[data-page=contacto] .page-hero-inner{gap:26px!important;padding:54px 0 42px!important}}@media (width<=700px){.page[data-page=contacto] .contact-hero-note{display:none!important}.quick-contact-panel,.contact-form-panel{border-radius:26px!important;padding:26px 22px!important}.contact-action-list a{min-height:54px;font-size:19px}}.eyebrow:before,.label:before,.hero .eyebrow:before{content:none!important;display:none!important}.eyebrow{gap:0!important}.page-title{letter-spacing:-.035em!important;font-size:clamp(46px,5.5vw,84px)!important;line-height:.84!important}.block h2,.section-head h2{font-size:clamp(46px,5vw,76px)!important;line-height:.86!important}.story-panel h3,.location-panel h3,.contact-panel h3,.form-panel h3,.visual-panel h3{font-size:clamp(36px,3.8vw,58px)!important;line-height:.9!important}.location-panel h3{color:var(--blue)}.product-info h3{font-size:clamp(34px,3.2vw,42px)!important}.page[data-page=contacto] .page-hero-inner{padding:72px 0 50px!important;display:block!important}.page[data-page=contacto] .contact-hero-copy{max-width:880px!important}.page[data-page=contacto] .contact-hero-note{display:none!important}.page[data-page=contacto] .lead{margin-top:22px!important}.quick-contact-panel h3{font-size:clamp(40px,3.8vw,58px)!important}.contact-form-title{font-size:clamp(44px,4.2vw,64px)!important}.hero h1{white-space:pre-line!important;font-size:clamp(72px,8.5vw,104px)!important;line-height:.78!important}.hero h1 .hero-comma{vertical-align:bottom;font-size:.5em}@media (width<=920px){.hero h1{font-size:clamp(46px,16vw,60px)!important;line-height:.9!important}}@media (width<=700px){.page-title,.page[data-page=contacto] .page-title,.block h2,.section-head h2{font-size:clamp(42px,12vw,60px)!important}}.nav{align-items:center!important;height:82px!important}.brand-logo{width:118px!important;height:62px!important;box-shadow:none!important;background:0 0!important;border-radius:0!important;align-self:center!important;place-items:center!important;display:grid!important;transform:none!important}.brand-logo img{object-fit:contain!important;object-position:center!important;width:118px!important;height:62px!important}@media (width<=920px){.nav{height:76px!important}.brand-logo,.brand-logo img{width:104px!important;height:56px!important}}.page-title+.lead,.section-head h2+p,.block h2+p,.form-panel h2+p,.contact-form-title+.lead{margin-top:24px!important}.page-hero .lead{margin-top:26px!important}.page[data-page=contacto] .page-hero-inner{padding:42px 0 34px!important}.page[data-page=contacto] .block.shell{padding-top:42px!important;padding-bottom:56px!important}.page[data-page=contacto] .page-title{max-width:720px!important;font-size:clamp(46px,5.5vw,84px)!important}.page[data-page=contacto] .lead{max-width:720px!important;margin-top:18px!important}.contact-layout-clean{grid-template-columns:minmax(300px,.76fr) minmax(0,1.24fr)!important;align-items:stretch!important}.quick-contact-panel{flex-direction:column!important;justify-content:center!important;gap:28px!important;min-height:0!important;padding:30px 34px!important;display:flex!important}.contact-action-list{align-items:center!important;gap:26px!important;margin:0!important;display:flex!important}.contact-action-list a{width:auto!important;min-height:0!important;color:var(--cream)!important;background:0 0!important;border:0!important;border-radius:0!important;padding:0!important;transition:all .2s!important}.contact-action-list a:hover{color:var(--salmon)!important;background:0 0!important;transform:translateY(-2px)!important}.contact-action-list a span{display:none!important}.contact-action-list svg{width:34px!important;height:34px!important}.contact-meta-list{margin-top:0!important}.contact-meta-list .quick-item{padding-top:12px!important;font-size:13px!important}.contact-form-panel{padding:30px 34px!important}.contact-form-title{margin-bottom:18px!important;font-size:clamp(42px,3.8vw,58px)!important}.contact-form-panel .form-grid{gap:12px!important}.contact-form-panel .field{gap:6px!important}.contact-form-panel .field input{min-height:46px!important;padding:10px 14px!important}.contact-form-panel .field textarea{min-height:104px!important;padding:12px 14px!important}.contact-form-panel .submit-btn{min-height:48px!important;margin-top:14px!important}@media (width<=920px){.page[data-page=contacto] .page-hero-inner{padding:34px 0 30px!important}.contact-layout-clean{grid-template-columns:1fr!important}.quick-contact-panel{justify-content:flex-start!important}}@media (width<=700px){.contact-action-list svg{width:30px!important;height:30px!important}.contact-meta-list .quick-item{gap:6px!important;display:grid!important}}.final-cta{background-image:radial-gradient(circle at 50% 45%,#00000014 0 34%,#0000005c 100%),linear-gradient(90deg,#0f0d0a9e,#0f0d0a57 48%,#0f0d0a8f),url(/assets/local-catch.jpeg)!important;background-position:50% 56%!important;background-size:cover!important}.final-cta:after{background:0 0!important}.nav{height:86px!important}@media (width<=920px){.brand-logo,.brand-logo img{width:116px!important;height:62px!important}.nav{height:78px!important}}.nav{grid-template-columns:minmax(0,1fr) 210px minmax(0,1fr)!important;gap:18px!important;height:96px!important}.nav-group{gap:22px!important}.nav-group:first-child{justify-content:flex-end!important;padding-right:16px!important}.nav-group:last-child{justify-content:flex-start!important;padding-left:16px!important}.brand-logo img{object-fit:contain!important;object-position:center!important}.page[data-page=punto] .page-title{max-width:760px!important;font-size:clamp(46px,5.5vw,84px)!important;line-height:.84!important}.page[data-page=contacto] .contact-layout-clean{box-shadow:none!important;background:#fffaf1c7!important;border:1px solid #2643972e!important;border-radius:32px!important;grid-template-columns:minmax(280px,.58fr) minmax(0,1.42fr)!important;align-items:stretch!important;gap:0!important;overflow:hidden!important}.page[data-page=contacto] .quick-contact-panel{border:0!important;border-radius:0!important;justify-content:center!important;gap:20px!important;min-height:auto!important;padding:30px 28px!important}.page[data-page=contacto] .contact-form-panel{background:0 0!important;border:0!important;border-left:1px solid #26439729!important;border-radius:0!important;padding:30px 34px!important}.page[data-page=contacto] .contact-action-list{justify-content:flex-start!important;gap:22px!important}.page[data-page=contacto] .contact-action-list svg{width:30px!important;height:30px!important}.page[data-page=contacto] .contact-meta-list .quick-item{grid-template-columns:92px 1fr!important;align-items:start!important;gap:12px!important;display:grid!important}.page[data-page=contacto] .contact-form-title{margin-bottom:16px!important;font-size:clamp(40px,3.5vw,56px)!important}.page[data-page=contacto] .contact-form-panel .field textarea{min-height:92px!important}.page[data-page=contacto] .contact-form-panel .submit-btn{min-height:46px!important}@media (width<=920px){.nav{grid-template-columns:auto 1fr auto!important;height:76px!important}.nav-group:first-child,.nav-group:last-child{padding:0!important}.brand-logo,.brand-logo img{width:112px!important;height:58px!important}.page[data-page=contacto] .contact-layout-clean{grid-template-columns:1fr!important}.page[data-page=contacto] .contact-form-panel{border-top:1px solid #26439729!important;border-left:0!important}}@media (width<=700px){.page[data-page=contacto] .quick-contact-panel,.page[data-page=contacto] .contact-form-panel{padding:24px 20px!important}.page[data-page=contacto] .contact-meta-list .quick-item{grid-template-columns:1fr!important}}.footer-logo{width:169px!important;height:169px!important;overflow:visible!important}.footer-logo img{transform:scale(2)!important}@media (width<=760px){.footer-logo{margin:0 auto;width:220px!important;height:220px!important}.footer-logo img{transform:scale(1)!important}}.brand-logo,.brand-logo img{width:152px!important;height:74px!important}.nav{grid-template-columns:minmax(0,1fr) 166px minmax(0,1fr)!important;height:88px!important}@media (width<=920px){.brand-logo,.brand-logo img{width:129px!important;height:67px!important}.nav{height:80px!important}}.product-meta{color:#111111b8;flex-wrap:wrap;align-items:center;gap:9px;min-height:48px;margin-top:8px;font-size:15px;line-height:1.35;display:flex}.product-meta-item{align-items:center;gap:7px;min-width:0;display:inline-flex}.product-meta-item i{background:var(--salmon);border-radius:999px;flex:none;width:4px;height:4px;margin-right:3px}.product-meta svg{width:22px;height:22px;color:var(--blue);flex:none}.product-meta svg path{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round}.menu-dark .product-meta{color:#faf2e4bd}.menu-dark .product-meta svg{color:var(--cream)}@media (width<=700px){.product-meta{gap:8px;font-size:14px}.product-meta svg{width:20px;height:20px}}.site-header{border-bottom-color:#26439712!important;box-shadow:0 10px 30px #26439709!important}footer{border-top:0!important;box-shadow:inset 0 1px #faf2e408!important}.footer-copy{border-top-color:#2643971a!important}.product-meta{color:#111111a8!important;gap:10px!important;margin-top:12px!important;font-size:15px!important}.product-meta-item{gap:8px!important}.product-meta svg{width:20px!important;height:20px!important;color:var(--blue)!important;opacity:.9!important}.product-meta svg path{stroke-width:1.45px!important}.product-meta-item i{opacity:.8!important;width:3px!important;height:3px!important}.page[data-page=nosotros] .nosotros-intro{padding-top:64px!important;padding-bottom:46px!important}.nosotros-pillars{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;display:grid!important}.nosotros-pillar{border:1px solid #26439729!important;border-radius:30px!important;flex-direction:column!important;justify-content:flex-start!important;min-height:310px!important;padding:30px!important;display:flex!important;position:relative!important;overflow:hidden!important}.nosotros-pillar:after{content:""!important;opacity:.13!important;background:repeating-radial-gradient(circle,currentColor 0 2px,#0000 3px 14px)!important;border-radius:999px!important;width:190px!important;height:190px!important;position:absolute!important;top:-54px!important;right:-54px!important}.nosotros-pillar:first-child{background:var(--blue)!important;color:var(--cream)!important}.nosotros-pillar:nth-child(2){background:var(--salmon)!important;color:var(--cream)!important}.nosotros-pillar:nth-child(3){background:var(--mint)!important;color:var(--blue)!important}.nosotros-pillar h3{font-family:var(--display)!important;text-transform:uppercase!important;letter-spacing:-.02em!important;margin:0 0 16px!important;font-size:clamp(30px,3vw,46px)!important;line-height:.88!important}.nosotros-pillar p{color:currentColor!important;opacity:.82!important;max-width:430px!important;margin:0!important;font-size:16px!important;font-weight:400!important;line-height:1.55!important}.page[data-page=nosotros] .nosotros-values{padding-top:30px!important;padding-bottom:50px!important}.page[data-page=nosotros] .nosotros-values .section-head{margin-bottom:24px!important}.page[data-page=nosotros] .nosotros-values .section-head h2{white-space:nowrap!important;font-size:clamp(34px,3vw,60px)!important}@media (width<=760px){.page[data-page=nosotros] .nosotros-values .section-head h2{white-space:normal!important;font-size:clamp(28px,7vw,48px)!important}}.page[data-page=nosotros] .reveal{opacity:0!important;transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1)!important;transform:translateY(28px)!important}.page[data-page=nosotros] .reveal.in-view{opacity:1!important;transform:translateY(0)!important}.page[data-page=nosotros] .split .reveal:nth-child(2){transition-delay:.12s!important}.page[data-page=nosotros] .nosotros-pillars .reveal:nth-child(2){transition-delay:.1s!important}.page[data-page=nosotros] .nosotros-pillars .reveal:nth-child(3){transition-delay:.2s!important}.page[data-page=nosotros] .values-grid .reveal:nth-child(2){transition-delay:60ms!important}.page[data-page=nosotros] .values-grid .reveal:nth-child(3){transition-delay:.12s!important}.page[data-page=nosotros] .values-grid .reveal:nth-child(4){transition-delay:.18s!important}.page[data-page=nosotros] .values-grid .reveal:nth-child(5){transition-delay:.24s!important}.page[data-page=nosotros] .split .story-panel h3{align-items:flex-end!important;min-height:1.9em!important;display:flex!important}.page[data-page=nosotros] .split .story-panel p{text-shadow:0 1px 6px #00000059!important}.page[data-page=nosotros] .values-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:12px!important}.page[data-page=nosotros] .value-card{box-shadow:none!important;border:none!important;min-height:140px!important;padding:16px!important}.page[data-page=nosotros] .value-card:first-child{background:#26439714!important}.page[data-page=nosotros] .value-card:nth-child(2){background:#dd563414!important}.page[data-page=nosotros] .value-card:nth-child(3){background:#c7e2d873!important}.page[data-page=nosotros] .value-card:nth-child(4){background:#26439714!important}.page[data-page=nosotros] .value-card:nth-child(5){background:#dd563414!important}.page[data-page=nosotros] .value-card h3{margin-bottom:6px!important;font-size:19px!important}.page[data-page=nosotros] .value-card p{font-size:12.5px!important;line-height:1.35!important}.page[data-page=contacto] .contact-layout-clean{grid-template-columns:minmax(300px,.68fr) minmax(0,1.12fr)!important;max-width:1180px!important;margin-inline:auto!important}.page[data-page=contacto] .quick-contact-panel{justify-content:flex-start!important;gap:22px!important;padding-top:40px!important}.page[data-page=contacto] .contact-action-list{align-self:flex-start!important;margin-top:0!important;padding-top:0!important}.page[data-page=contacto] .contact-meta-list{margin-top:4px!important}.page[data-page=contacto] .contact-form-panel{padding-inline:40px!important}.page[data-page=contacto] .submit-btn{background:var(--salmon)!important;border-color:var(--salmon)!important;width:min(100%,760px)!important;color:var(--cream)!important;margin-left:auto!important;margin-right:auto!important}.final-cta .final-cta-btn{background:var(--salmon)!important;border-color:var(--salmon)!important;color:var(--cream)!important}.final-cta .final-cta-btn:hover{background:var(--cream)!important;border-color:var(--cream)!important;color:var(--blue)!important}@media (width<=1100px){.page[data-page=nosotros] .values-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (width<=920px){.nosotros-pillars{grid-template-columns:1fr!important}.nosotros-pillar{min-height:250px!important}.page[data-page=contacto] .contact-layout-clean{max-width:none!important}}@media (width<=700px){.page[data-page=nosotros] .values-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.page[data-page=nosotros] .value-card{min-height:0!important;padding:14px!important}.page[data-page=nosotros] .value-card h3{font-size:17px!important}.page[data-page=nosotros] .value-card p{font-size:12px!important}}.page[data-page=mercado] .reveal{opacity:0!important;transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1)!important;transform:translateY(28px)!important}.page[data-page=mercado] .reveal.in-view{opacity:1!important;transform:translateY(0)!important}.page[data-page=barra] .reveal{opacity:0!important;transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1)!important;transform:translateY(28px)!important}.page[data-page=barra] .reveal.in-view{opacity:1!important;transform:translateY(0)!important}.page[data-page=barra] .page-hero.reveal:before{opacity:0!important;transition:opacity .9s cubic-bezier(.2,.7,.2,1) .15s,transform .9s cubic-bezier(.2,.7,.2,1) .15s!important;transform:translateY(-50%)translate(90px)!important}.page[data-page=barra] .page-hero.reveal.in-view:before{opacity:.12!important;transform:translateY(-50%)translate(0)!important}.page[data-page=home] .reveal{opacity:0!important;transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1)!important;transform:translateY(28px)!important}.page[data-page=home] .reveal.in-view{opacity:1!important;transform:translateY(0)!important}.page[data-page=home] .hero .reveal{opacity:0!important;transition:opacity .9s cubic-bezier(.2,.7,.2,1),transform .9s cubic-bezier(.2,.7,.2,1)!important;transform:translateY(40px)!important}.page[data-page=home] .hero .reveal.in-view{opacity:1!important;transform:translateY(0)!important}.page[data-page=home] .hero-inner .reveal:nth-child(2){transition-delay:.18s!important}.page[data-page=home] .feature-grid .reveal:nth-child(2){transition-delay:.1s!important}.page[data-page=home] .feature-grid .reveal:nth-child(3){transition-delay:.2s!important}.page[data-page=home] .featured-group.reveal+.featured-group.reveal{transition-delay:.1s!important}.page[data-page=contacto] .reveal{opacity:0!important;transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1)!important;transform:translateY(28px)!important}.page[data-page=contacto] .reveal.in-view{opacity:1!important;transform:translateY(0)!important}.page[data-page=contacto] .contact-form-panel.reveal{transition-delay:.1s!important}.page[data-page=mercado]{background:var(--cream)!important;color:var(--ink)!important}.page[data-page=mercado] .page-hero{background:linear-gradient(110deg, var(--cream) 0 72%, var(--mint) 72% 100%)!important;color:var(--ink)!important;border-bottom-color:#26439712!important}.page[data-page=mercado] .page-title,.page[data-page=mercado] h2,.page[data-page=mercado] .product-info h3{color:var(--blue)!important}.page[data-page=mercado] .lead,.page[data-page=mercado] .section-head p,.page[data-page=mercado] .product-info p{color:#111111ad!important}.page[data-page=mercado] .mercado-panel,.page[data-page=mercado] .visual-panel{background:var(--blue)!important;color:var(--cream)!important}.page[data-page=mercado] .visual-panel p{color:#faf2e4b8!important}.page[data-page=mercado] .filter-btn{background:var(--white)!important;color:var(--blue)!important;border-color:#26439729!important}.page[data-page=mercado] .filter-btn.active{background:var(--blue)!important;color:var(--cream)!important}.page[data-page=mercado] .product-card{background:var(--white)!important;box-shadow:var(--shadow)!important;border-color:#26439729!important}.page[data-page=mercado] .product-meta{color:#111111a8!important}.page[data-page=mercado] .product-meta svg{color:var(--blue)!important}.page[data-page=mercado] .pagination button{background:var(--white)!important;color:var(--blue)!important;border-color:#2643972e!important}.page[data-page=mercado] .pagination button.active{background:var(--blue)!important;color:var(--cream)!important}.product-search{align-items:center;margin-left:-10px;display:inline-flex;position:relative}.search-trigger{width:42px;height:42px;color:var(--blue);cursor:pointer;background:#fffaf19e;border:1px solid #26439729;border-radius:999px;place-items:center;transition:all .18s;display:inline-grid}.search-trigger:hover,.search-trigger[aria-expanded=true]{background:var(--blue);color:var(--cream);border-color:var(--blue);transform:translateY(-1px)}.search-trigger svg,.search-input-wrap svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.search-popover{width:min(320px,100vw - 24px);color:var(--ink);z-index:9999;background:#fffaf1fa;border:1px solid #26439724;border-radius:24px;padding:18px;position:fixed;box-shadow:0 24px 70px #2643972e}.search-popover.is-closing{opacity:0;transition:opacity .16s,transform .16s;transform:translateY(-5px)}.search-hint{font-family:var(--display);letter-spacing:.14em;text-transform:uppercase;color:var(--salmon);opacity:.7;margin:0 0 6px 4px;font-size:11px;font-weight:800}.search-label{font-family:var(--display);letter-spacing:.16em;text-transform:uppercase;color:var(--salmon);margin:0 0 10px;font-size:14px;font-weight:800;display:block}.search-input-wrap{background:var(--cream);min-height:48px;color:var(--blue);border:1px solid #26439729;border-radius:999px;align-items:center;gap:10px;padding:0 16px;display:flex}.search-input-wrap input{width:100%;color:var(--ink);background:0 0;border:0;outline:0;font-size:15px}.search-results{scrollbar-width:thin;scrollbar-color:#2643972e transparent;gap:8px;max-height:min(430px,58vh);margin-top:14px;padding-right:2px;display:grid;overflow:hidden auto}.search-result{color:inherit;border-radius:16px;grid-template-columns:58px 1fr;align-items:center;gap:12px;padding:9px;transition:all .18s;display:grid}.search-result:hover{background:#26439714}.search-thumb{background:var(--mint);border-radius:14px;width:58px;height:58px;overflow:hidden}.search-thumb img{object-fit:cover;width:100%;height:100%}.search-copy{gap:4px;min-width:0;display:grid}.search-copy strong{color:var(--blue);white-space:nowrap;text-overflow:ellipsis;overflow:hidden;text-transform:none!important;letter-spacing:.02em!important;font-family:Inter,sans-serif!important;font-size:15px!important;font-weight:600!important;line-height:1.3!important}.search-copy small{color:#1111119e;white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.search-empty{color:#1111119e;margin:8px 4px 2px;font-size:14px}@media (width<=920px){.desktop-nav .product-search{display:none}}.search-inline{height:42px;color:var(--blue);background:#fffaf1b8;border:1px solid #26439729;border-radius:999px;align-items:center;gap:8px;padding:0 13px;transition:all .18s;display:flex}.search-inline:focus-within{background:var(--white);border-color:#2643975c;width:188px;box-shadow:0 10px 26px #2643971a}.search-inline svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:17px;height:17px}.search-inline input{width:100%;min-width:0;color:var(--blue);font-family:var(--display);letter-spacing:.12em;text-transform:uppercase;background:0 0;border:0;outline:0;font-size:14px;font-weight:800}.search-inline input::placeholder{color:#2643979e;opacity:1}.product-search .search-popover{top:calc(100% + 12px)!important}.product-search .search-popover .search-results{margin-top:0!important}@media (width<=1180px){.product-search{width:132px!important}.search-inline:focus-within{width:160px}.search-inline input{letter-spacing:.1em;font-size:13px}}@media (width<=920px){.desktop-nav .product-search{display:none!important}}.search-inline{width:34px!important;height:42px!important;box-shadow:none!important;color:var(--blue)!important;background:0 0!important;border:0!important;border-radius:0!important;justify-content:center!important;padding:0!important}.search-inline:focus-within{width:34px!important;box-shadow:none!important;background:0 0!important;border-color:#0000!important}.search-inline:hover{color:var(--salmon)!important}.search-inline input{opacity:0!important;cursor:pointer!important;width:34px!important;height:42px!important;padding:0!important;position:absolute!important;inset:0!important}.product-search .search-popover{right:-6px!important}.product-search{width:128px!important;margin-left:-6px!important}.search-inline,.search-inline:focus-within{width:128px!important;height:40px!important;box-shadow:none!important;color:var(--blue)!important;background:#fffaf175!important;border:1px solid #26439721!important;border-radius:999px!important;justify-content:flex-start!important;padding:0 12px!important}.search-inline:focus-within{background:#fffaf1d1!important;border-color:#26439747!important}.search-inline:hover{color:var(--blue)!important;border-color:#2643973d!important}.search-inline input{opacity:1!important;cursor:text!important;width:100%!important;height:auto!important;color:var(--blue)!important;caret-color:var(--salmon)!important;letter-spacing:.04em!important;text-transform:none!important;font-size:14px!important;font-family:var(--body)!important;padding:0!important;font-weight:600!important;position:static!important;inset:auto!important}.search-inline input::placeholder{color:#0000!important}.search-inline svg{width:17px!important;height:17px!important}@media (width<=1180px){.product-search,.search-inline,.search-inline:focus-within{width:104px!important}}.product-search{width:36px!important;height:42px!important;margin-left:-8px!important;position:relative!important}.search-icon-button{width:36px!important;height:42px!important;color:var(--blue)!important;cursor:pointer!important;background:0 0!important;border:0!important;place-items:center!important;padding:0!important;transition:color .18s,transform .18s!important;display:grid!important}.search-icon-button:hover,.search-icon-button[aria-expanded=true]{color:var(--salmon)!important;transform:translateY(-1px)!important}.search-icon-button svg{fill:none!important;stroke:currentColor!important;stroke-width:2px!important;stroke-linecap:round!important;stroke-linejoin:round!important;width:19px!important;height:19px!important}.product-search .search-inline{opacity:0!important;pointer-events:none!important;width:0!important;height:40px!important;color:var(--blue)!important;background:#fffaf1e0!important;border:0!important;border-radius:999px!important;padding:0!important;transition:width .22s,opacity .18s,padding .22s,border-color .18s!important;position:absolute!important;top:1px!important;right:0!important;overflow:hidden!important}.product-search.is-open{width:144px!important}.product-search.is-open .search-icon-button{opacity:0!important;pointer-events:none!important}.product-search.is-open .search-inline,.product-search.is-open .search-inline:focus-within{opacity:1!important;pointer-events:auto!important;border:1px solid #26439738!important;width:144px!important;padding:0 12px!important;box-shadow:0 10px 24px #26439714!important}.product-search.is-open .search-inline input{opacity:1!important;cursor:text!important;width:100%!important;font-family:var(--body)!important;letter-spacing:.04em!important;text-transform:none!important;caret-color:var(--salmon)!important;font-size:14px!important;font-weight:600!important;position:static!important}.product-search.is-open .search-inline svg{width:17px!important;height:17px!important}.product-search .search-popover{top:calc(100% + 12px)!important;right:0!important}@media (width<=1180px){.product-search.is-open,.product-search.is-open .search-inline,.product-search.is-open .search-inline:focus-within{width:118px!important}}.product-search,.product-search.is-open{width:36px!important;height:42px!important;margin-left:-8px!important}.product-search.is-open .search-icon-button{opacity:1!important;pointer-events:none!important;color:#0000!important;transform:none!important}.product-search .search-inline{transform-origin:100%!important;opacity:0!important;filter:none!important;width:136px!important;height:40px!important;box-shadow:none!important;background:#fffaf1b8!important;border:1px solid #2643971a!important;transition:opacity .16s,transform .22s cubic-bezier(.22,1,.36,1),border-color .18s,background .18s!important;top:1px!important;right:-4px!important;transform:scaleX(.72)translate(8px)!important}.product-search.is-open .search-inline,.product-search.is-open .search-inline:focus-within{opacity:1!important;background:#fffaf1c7!important;border-color:#2643972e!important;width:136px!important;transform:scaleX(1)translate(0)!important;box-shadow:0 8px 22px #2643970e!important}.product-search.is-open .search-inline input{color:var(--blue)!important}.product-search .search-popover{background:#fffaf1f5!important;border-color:#2643971a!important;animation:.16s both searchPopoverIn!important;top:calc(100% + 9px)!important;right:-4px!important;box-shadow:0 18px 50px #2643971f!important}@keyframes searchPopoverIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (width<=1180px){.product-search .search-inline,.product-search.is-open .search-inline,.product-search.is-open .search-inline:focus-within{width:116px!important}}.product-search{margin-left:0!important;margin-right:0!important}.product-search .search-inline{transform-origin:0!important;left:0!important;right:auto!important;transform:scaleX(.72)translate(-4px)!important}.product-search.is-open .search-inline,.product-search.is-open .search-inline:focus-within{transform:scaleX(1)translate(0)!important}.product-search .search-popover{left:0!important;right:auto!important}.product-search.is-closing .search-inline,.product-search.is-closing .search-inline:focus-within{opacity:0!important;pointer-events:none!important;box-shadow:none!important;background:#fffaf18c!important;transform:scaleX(.84)translate(-2px)!important}.product-search.is-closing .search-popover{opacity:0!important;pointer-events:none!important;transition:opacity .16s,transform .16s!important;transform:translateY(-5px)!important}.product-search.is-closing .search-icon-button{opacity:0!important}.product-search .search-popover,.product-search .search-inline{will-change:opacity, transform!important}body,p,a,button,input,textarea,select,label,small,span,strong{letter-spacing:0!important;font-family:Inter,sans-serif!important}h1,h2,h3,.page-title,.hero h1,.section-head h2,.block h2,.product-info h3,.story-panel h3,.location-panel h3,.contact-panel h3,.form-panel h3,.visual-panel h3,.card h3,.value-card h3,.contact-form-title,.footer-brand{letter-spacing:0!important;text-transform:uppercase!important;font-family:Inter,sans-serif!important;font-weight:400!important}.eyebrow,.label,.card small,.nav-link,.topbar,.info-item strong,.quick-item strong,.field label,.search-label,.search-copy strong,.product-meta,.pill,.footer-links,.mobile-sticky-order{letter-spacing:0!important;text-transform:uppercase!important;font-family:Inter,sans-serif!important;font-weight:500!important}p,.lead,.section-head p,.product-info p,.story-panel p,.location-panel p,.contact-panel p,.value-card p,.quick-item span,.search-copy small,.field input,.field textarea{letter-spacing:0!important;font-weight:400!important}.btn,.nav-cta,.product-btn,.submit-btn,.filter-btn,.card-link,.drawer-link,.drawer-order{letter-spacing:0!important;text-transform:uppercase!important;font-family:Inter,sans-serif!important;font-weight:500!important}:root{--display:"Barlow Condensed", sans-serif!important;--body:"Space Grotesk", sans-serif!important}body,input,textarea,select{letter-spacing:0!important;font-family:Space Grotesk,sans-serif!important}h1,h2,h3,.page-title,.hero h1,.section-head h2,.block h2,.product-info h3,.story-panel h3,.location-panel h3,.contact-panel h3,.form-panel h3,.visual-panel h3,.card h3,.value-card h3,.contact-form-title,.footer-brand,.map-pin,.plate-label,.today,.price,.ticker span{letter-spacing:0!important;text-transform:uppercase!important;font-family:Barlow Condensed,sans-serif!important;font-weight:800!important}.hero h1,.page-title{line-height:.78!important}.block h2,.section-head h2{line-height:.86!important}.card h3,.product-info h3,.story-panel h3,.location-panel h3,.contact-panel h3,.form-panel h3,.visual-panel h3,.value-card h3{line-height:.9!important}.nav-link,.nav-cta,.btn,.product-btn,.submit-btn,.mobile-sticky-order,.filter-btn,.card-link,.drawer-link,.drawer-order,.eyebrow,.label,.card small,.pill,.product-meta,.product-meta span,.info-item strong,.info-item span,.store-status-heading,.quick-item strong,.quick-item span,.field label,.footer-links,.topbar,.search-inline input,.search-copy small,.search-label{letter-spacing:0!important;font-family:Inter,sans-serif!important}.nav-link,.nav-cta,.btn,.product-btn,.submit-btn,.mobile-sticky-order,.filter-btn,.card-link,.drawer-link,.drawer-order,.eyebrow,.label,.card small,.pill,.info-item strong,.quick-item strong,.field label,.footer-links,.topbar,.search-copy strong{text-transform:uppercase!important;font-weight:500!important}p,.lead,.hero p,.section-head p,.product-info p,.story-panel p,.location-panel p,.contact-panel p,.value-card p,.visual-panel p,.card p,.quick-item span,.info-item span,.product-meta,.search-copy small,.field input,.field textarea{letter-spacing:0!important;font-family:Inter,sans-serif!important;font-weight:400!important}.info-item.status .store-status-heading,.info-item.status .store-status-heading span{font-weight:700!important}h1,h2,h3,.page-title,.hero h1,.section-head h2,.block h2,.product-info h3,.story-panel h3,.location-panel h3,.contact-panel h3,.form-panel h3,.visual-panel h3,.card h3,.value-card h3,.contact-form-title,.map-pin,.plate-label,.today,.price,.ticker span{letter-spacing:0!important;text-transform:uppercase!important;font-family:Barlow Condensed,sans-serif!important;font-weight:700!important}.hero h1,.page-title,.product-info h3,.card h3,.story-panel h3,.location-panel h3,.contact-panel h3,.form-panel h3,.visual-panel h3,.value-card h3{font-weight:700!important}.hero{background-image:url(/assets/hero-catch-desktop-final.webp)!important;background-position:50%!important;background-size:cover!important}.hero-inner{min-height:calc(100vh - 116px)!important;padding-top:56px!important;padding-bottom:72px!important}@media (width<=920px){.hero{background-image:url(/assets/hero-catch-mobile-final.webp)!important;background-position:top!important;background-size:cover!important}.hero-inner{min-height:calc(100vh - 108px)!important;padding-top:48px!important;padding-bottom:72px!important}.hero .hero-actions{flex-wrap:nowrap!important;gap:10px!important}.hero .hero-actions .btn{flex:1 1 0!important;width:auto!important;min-height:46px!important;padding:0 12px!important;font-size:13px!important}}@media (width<=520px){.hero{background-position:top!important;min-height:790px!important}.hero-inner{align-items:start!important;min-height:790px!important;padding-top:40px!important;padding-bottom:48px!important}.hero h1{max-width:340px!important}}footer,footer.footer-dark{background:var(--cream)!important;background-image:none!important;position:relative!important;overflow:hidden!important}footer:before,footer.footer-dark:before{content:"";opacity:1;pointer-events:none;z-index:0;background:linear-gradient(160deg,#faf2e4b8,#faf2e4cc 55%,#c7e2d859),url(/assets/footer-escamas-marca-azul.png) 50%/cover no-repeat;position:absolute;inset:0}footer>*,footer.footer-dark>*{z-index:1;position:relative}footer .footer-links,footer .footer-social a,footer.footer-dark .footer-links,footer.footer-dark .footer-social a{color:var(--blue)!important}footer .footer-links a:hover,footer .footer-social a:hover,footer.footer-dark .footer-links a:hover,footer.footer-dark .footer-social a:hover{color:var(--salmon)!important}footer .footer-copy,footer.footer-dark .footer-copy{color:#264397b8!important;border-top-color:#2643971a!important}footer.footer-dark .footer-logo img{filter:none!important}@media (width<=760px){footer:before,footer.footer-dark:before{background-position:top;background-size:860px}}.mobile-search{display:none}@media (width<=920px){.mobile-search{justify-self:end!important;align-items:center!important;display:inline-flex!important}.mobile-search .product-search,.mobile-search .product-search.is-open{margin:0!important}.mobile-search .search-popover{width:min(380px,100vw - 24px)!important;left:auto!important;right:-58px!important}.mobile-search .search-inline{transform-origin:100%!important;left:auto!important;right:0!important;transform:scaleX(.72)translate(8px)!important}.mobile-search .product-search.is-open .search-inline,.mobile-search .product-search.is-open .search-inline:focus-within{transform:scaleX(1)translate(0)!important}.site-header .nav{width:min(100% - 32px, var(--max))!important;grid-template-columns:auto 1fr auto auto!important;align-items:center!important;gap:10px!important;height:72px!important}.site-header .brand.brand-logo{place-self:center start!important;place-items:center!important;width:122px!important;height:54px!important;display:grid!important;overflow:visible!important}.site-header .brand.brand-logo img{object-fit:contain!important;width:122px!important;height:auto!important;transform:none!important}.hamburger{border-width:2px!important;flex:0 0 44px!important;place-self:center end!important;width:44px!important;height:44px!important;margin:0!important;padding:0!important;display:inline-flex!important}.mobile-drawer{background:radial-gradient(circle at 92% 4%, #c7e2d8c2, transparent 30%), radial-gradient(circle at 0% 96%, #dd56341f, transparent 34%), var(--cream)!important;padding:22px 18px 28px!important}.drawer-top{margin-bottom:22px!important}.drawer-links{gap:0!important}.drawer-link{border:0!important;border-bottom:1px solid var(--line-blue)!important;min-height:50px!important;color:var(--blue)!important;letter-spacing:normal!important;text-transform:uppercase!important;box-shadow:none!important;background:0 0!important;border-radius:0!important;justify-content:flex-start!important;padding:0 2px!important;font-family:Inter,sans-serif!important;font-size:17px!important;font-weight:500!important;line-height:1!important;transition:opacity .15s!important}.drawer-link:after{content:none!important;display:none!important}.drawer-links .drawer-link:last-child{border-bottom:0!important}.drawer-link:active{opacity:.55!important}.drawer-order{border-radius:999px!important;min-height:58px!important;margin-top:20px!important;font-size:17px!important}.drawer-social{justify-content:center!important;align-items:center!important;gap:26px!important;margin-top:22px!important;display:flex!important}.drawer-social a{width:40px!important;height:40px!important;color:var(--blue)!important;justify-content:center!important;align-items:center!important;transition:color .2s,transform .2s!important;display:inline-flex!important}.drawer-social a:hover,.drawer-social a:active{color:var(--salmon)!important;transform:translateY(-2px)!important}.drawer-social svg{width:24px!important;height:24px!important}.drawer-social .icon-fill-only,.drawer-social .icon-fill{fill:currentColor}.drawer-social .icon-stroke{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round}.drawer-social .icon-stroke .icon-fill{fill:currentColor;stroke:none}.drawer-close{background:var(--salmon)!important;width:40px!important;height:40px!important;color:var(--cream)!important;box-shadow:var(--shadow)!important;border:0!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;font-size:19px!important;font-weight:400!important;line-height:1!important;transition:opacity .2s!important;display:inline-flex!important}.drawer-close:active{opacity:.7!important}}@media (width<=520px){.site-header .nav{width:calc(100% - 32px)!important;height:68px!important}.site-header .brand.brand-logo,.site-header .brand.brand-logo img{width:116px!important}.site-header .brand.brand-logo{height:50px!important}.hamburger{flex-basis:42px!important;width:42px!important;height:42px!important}}@media (width<=920px){.site-header a,.site-header button,.mobile-drawer a,.mobile-drawer button,.mobile-sticky-order,.hero .btn,.btn,.nav-cta{-webkit-tap-highlight-color:transparent!important}.site-header a:focus,.site-header button:focus,.mobile-drawer a:focus,.mobile-drawer button:focus,.mobile-sticky-order:focus,.hero .btn:focus,.btn:focus,.nav-cta:focus{box-shadow:none!important;outline:none!important}.site-header a:focus-visible,.site-header button:focus-visible,.mobile-drawer a:focus-visible,.mobile-drawer button:focus-visible,.mobile-sticky-order:focus-visible,.hero .btn:focus-visible,.btn:focus-visible,.nav-cta:focus-visible{outline-offset:3px!important;box-shadow:none!important;outline:2px solid #26439761!important}.hamburger:focus,.hamburger:active,.drawer-close:focus,.drawer-close:active{background:0 0!important}.drawer-close:focus-visible{background:var(--blue)!important}}.card:after{content:none!important;display:none!important}.card.blue{isolation:isolate!important;background:var(--blue)!important}.card.blue:before{content:"";opacity:.34;mix-blend-mode:screen;pointer-events:none;z-index:0;background-image:url(/assets/card-conchas-azul.webp);background-position:54% 48%;background-repeat:no-repeat;background-size:132%;position:absolute;inset:0}@media (width<=760px){.card.blue:before{opacity:.3;background-position:50%;background-size:150%}}.card.salmon{isolation:isolate!important;background:var(--salmon)!important}.card.salmon:before{content:"";opacity:.28;mix-blend-mode:screen;pointer-events:none;z-index:0;background-image:url(/assets/card-pez-mercado.webp);background-position:46% 52%;background-repeat:no-repeat;background-size:150%;position:absolute;inset:0}@media (width<=760px){.card.salmon:before{opacity:.24;background-position:48% 54%;background-size:165%}}.card.salmon:before{opacity:.52!important;mix-blend-mode:screen!important;background-position:50% 56%!important;background-size:122%!important}@media (width<=760px){.card.salmon:before{opacity:.46!important;background-position:50% 56%!important;background-size:132%!important}}.card.blue:before{opacity:.42!important;mix-blend-mode:screen!important;background-image:url(/assets/card-pez-mercado.webp)!important;background-position:50% 56%!important;background-repeat:no-repeat!important;background-size:132%!important}.card.salmon:before{opacity:.36!important;mix-blend-mode:screen!important;background-image:url(/assets/card-conchas-azul.webp)!important;background-position:54% 48%!important;background-repeat:no-repeat!important;background-size:134%!important}@media (width<=760px){.card.blue:before{opacity:.38!important;background-size:145%!important}.card.salmon:before{opacity:.32!important;background-size:152%!important}}.card.blue:before{opacity:.42!important;mix-blend-mode:normal!important;background-image:url(/assets/card-pez-blanco.webp)!important;background-position:50% 56%!important;background-size:132%!important}.card.salmon:before{opacity:.34!important;mix-blend-mode:normal!important;background-image:url(/assets/card-conchas-blanco.png)!important;background-position:54% 48%!important;background-size:134%!important}@media (width<=760px){.card.blue:before{opacity:.36!important;background-size:145%!important}.card.salmon:before{opacity:.3!important;background-size:152%!important}}.card.blue{background:var(--blue)!important;isolation:isolate!important}.card.blue:before{content:""!important;opacity:1!important;mix-blend-mode:normal!important;pointer-events:none!important;z-index:0!important;background-image:url(/assets/card-barra-mar-fondo.webp)!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;display:block!important;position:absolute!important;inset:0!important}.card.blue>*{z-index:1!important;position:relative!important}.card.salmon{background:var(--salmon)!important;isolation:isolate!important}.card.salmon:before{content:""!important;opacity:.78!important;mix-blend-mode:screen!important;pointer-events:none!important;z-index:0!important;background-image:url(/assets/card-mercado-conchas-final.webp)!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:128%!important;display:block!important;position:absolute!important;inset:0!important}.card.salmon>*{z-index:1!important;position:relative!important}@media (width<=760px){.card.salmon:before{opacity:.7!important;background-size:145%!important}}.card.mint{background:var(--mint)!important;isolation:isolate!important}.card.mint:before{content:""!important;opacity:.28!important;mix-blend-mode:soft-light!important;pointer-events:none!important;z-index:0!important;background-image:url(/assets/card-punto-logo-crema.webp)!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:118%!important;display:block!important;position:absolute!important;inset:0!important}.card.mint>*{z-index:1!important;position:relative!important}@media (width<=760px){.card.mint:before{opacity:.24!important;background-size:138%!important}}.card.mint:before{opacity:.16!important;mix-blend-mode:multiply!important;background-image:url(/assets/card-punto-fondo-azul-final.webp)!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important}@media (width<=760px){.card.mint:before{opacity:.14!important}}.card.mint:before{opacity:.18!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:contain!important}@media (width<=760px){.card.mint:before{opacity:.16!important;background-size:contain!important}}.page[data-page=mercado] .mercado-panel{isolation:isolate!important;background:var(--blue)!important;min-height:260px!important;box-shadow:none!important;border-radius:30px 30px 150px!important;padding:32px 34px!important;overflow:hidden!important}.page[data-page=mercado] .mercado-panel:before{content:""!important;opacity:.86!important;z-index:0!important;pointer-events:none!important;background-image:url(/assets/mercado-hero-ventana.webp)!important;background-position:50% 46%!important;background-repeat:no-repeat!important;background-size:cover!important;display:block!important;position:absolute!important;inset:0!important}.page[data-page=mercado] .mercado-panel:after{content:""!important;border-radius:inherit!important;opacity:1!important;z-index:1!important;pointer-events:none!important;background:linear-gradient(90deg,#264397f0 0%,#264397c7 42%,#26439757 100%),radial-gradient(circle at 88% 18%,#faf2e42e,#0000 24%)!important;width:auto!important;height:auto!important;display:block!important;position:absolute!important;inset:0!important}.page[data-page=mercado] .mercado-panel h3,.page[data-page=mercado] .mercado-panel p{z-index:2!important;max-width:340px!important;position:relative!important}@media (width<=920px){.page[data-page=mercado] .mercado-panel{border-radius:28px 28px 105px!important;min-height:230px!important}.page[data-page=mercado] .mercado-panel:before{background-position:50%!important}}.page[data-page=mercado] .mercado-panel{background:var(--blue)!important;border-radius:30px!important;min-height:230px!important;padding:28px!important}.page[data-page=mercado] .mercado-panel h3,.page[data-page=mercado] .mercado-panel p{z-index:2!important;position:relative!important}@media (width<=920px){.page[data-page=barra] .page-hero .visual-panel{border-radius:28px 28px 105px!important;min-height:230px!important}}.page[data-page=mercado] .mercado-panel,.page[data-page=mercado] .visual-panel.mercado-panel{background:var(--blue)!important;min-height:230px!important;box-shadow:var(--shadow)!important;border-radius:30px!important;padding:28px!important}.page[data-page=mercado] .mercado-panel:before{display:none!important}.page[data-page=mercado] .mercado-panel:after{display:block!important}.page[data-page=barra] .page-hero .visual-panel{isolation:isolate!important;background:var(--blue)!important;min-height:260px!important;box-shadow:none!important;border-radius:30px 30px 150px!important;padding:32px 34px!important;overflow:hidden!important}.page[data-page=barra] .page-hero .visual-panel:before{content:""!important;opacity:.9!important;z-index:0!important;pointer-events:none!important;background-image:url(/assets/barra-hero-ventana.png)!important;background-position:50% 45%!important;background-repeat:no-repeat!important;background-size:cover!important;display:block!important;position:absolute!important;inset:0!important}.page[data-page=barra] .page-hero .visual-panel:after{content:""!important;border-radius:inherit!important;opacity:1!important;z-index:1!important;pointer-events:none!important;background:linear-gradient(90deg,#264397f5 0%,#264397c7 45%,#26439738 100%)!important;width:auto!important;height:auto!important;display:block!important;position:absolute!important;inset:0!important}@media (width<=920px){.page[data-page=barra] .page-hero .visual-panel{border-radius:28px 28px 105px!important;min-height:230px!important}}.page[data-page=barra] .page-hero{position:relative!important;overflow:hidden!important}.page[data-page=barra] .page-hero:before{content:""!important;opacity:.38!important;clip-path:ellipse(78% 68% at 78% 52%)!important;z-index:1!important;pointer-events:none!important;background-image:url(/assets/barra-hero-ventana.png)!important;background-position:50% 45%!important;background-repeat:no-repeat!important;background-size:cover!important;width:42vw!important;min-width:520px!important;display:block!important;position:absolute!important;top:0!important;bottom:0!important;right:0!important}.page[data-page=barra] .page-hero:after{z-index:1!important}.page[data-page=barra] .page-hero-inner{z-index:2!important;position:relative!important}.page[data-page=barra] .page-hero .visual-panel{isolation:isolate!important;background:var(--blue)!important;min-height:230px!important;color:var(--cream)!important;box-shadow:var(--shadow)!important;border-radius:30px!important;padding:28px!important;overflow:hidden!important}.page[data-page=barra] .page-hero .visual-panel:before{display:none!important}.page[data-page=barra] .page-hero .visual-panel:after{content:""!important;opacity:.12!important;z-index:0!important;pointer-events:none!important;background:repeating-radial-gradient(circle,currentColor 0 2px,#0000 3px 13px)!important;border-radius:50%!important;width:180px!important;height:180px!important;display:block!important;position:absolute!important;inset:-52px -52px auto auto!important}.page[data-page=barra] .page-hero .visual-panel h3,.page[data-page=barra] .page-hero .visual-panel p{z-index:2!important;max-width:320px!important;position:relative!important}@media (width<=920px){.page[data-page=barra] .page-hero:before{opacity:.18!important;clip-path:ellipse(82% 45% at 78% 74%)!important;width:100%!important;min-width:0!important}}.page[data-page=barra] .page-hero:before{opacity:.32!important;clip-path:polygon(22% 0,100% 0,100% 100%,0 100%)!important;z-index:1!important;pointer-events:none!important;background-image:url(/assets/barra-hero-ventana.png)!important;background-position:50% 22%!important;background-repeat:no-repeat!important;background-size:cover!important;width:34vw!important;min-width:430px!important;inset:0 0 0 auto!important}.page[data-page=barra] .page-hero .visual-panel{background:var(--blue)!important}.page[data-page=barra] .page-hero .visual-panel:before{background-image:none!important;display:none!important}@media (width<=920px){.page[data-page=barra] .page-hero:before{opacity:.16!important;clip-path:polygon(28% 0,100% 0,100% 100%,8% 100%)!important;width:48vw!important;min-width:220px!important}}.page[data-page=barra] .page-hero:after{display:none!important}.page[data-page=barra] .page-hero{background:var(--cream)!important}.page[data-page=barra] .page-hero:before{display:none!important}.page[data-page=barra] .page-hero .visual-panel{border-radius:26px!important;place-self:center start!important;width:min(100%,440px)!important;min-height:178px!important;padding:28px 30px!important;box-shadow:0 16px 34px #15307e1f!important}.page[data-page=barra] .page-hero .visual-panel p{opacity:.78!important;max-width:300px!important;font-size:14px!important;line-height:1.42!important}@media (width<=920px){.page[data-page=barra] .page-hero .visual-panel{width:100%!important;min-height:156px!important;padding:24px!important}.page[data-page=barra] .page-hero .visual-panel h3{font-size:38px!important}}.page[data-page=barra] .page-hero-inner{grid-template-columns:minmax(360px,.95fr) minmax(260px,360px)!important;gap:34px!important}.page[data-page=barra] .page-hero .visual-panel{border-radius:22px!important;place-self:center start!important;width:340px!important;max-width:340px!important;min-height:132px!important;padding:22px 24px!important}.page[data-page=barra] .page-hero .visual-panel h3{max-width:240px!important;margin:0!important;font-size:34px!important;line-height:.88!important}.page[data-page=barra] .page-hero .visual-panel p{display:none!important}.page[data-page=barra] .page-hero .visual-panel:after{opacity:.055!important;width:118px!important;height:118px!important;top:-38px!important;right:-24px!important}@media (width<=920px){.page[data-page=barra] .page-hero-inner{grid-template-columns:1fr!important}.page[data-page=barra] .page-hero .visual-panel{justify-self:start!important;width:min(100%,320px)!important;max-width:320px!important;min-height:124px!important}.page[data-page=barra] .page-hero .visual-panel h3{font-size:31px!important}}.page[data-page=barra] .page-hero .visual-panel{background-color:var(--blue)!important;background-image:linear-gradient(135deg,#264397f5,#264397f5),url(/assets/footer-escamas-marca-azul.png)!important;background-position:50%,50%!important;background-repeat:no-repeat!important;background-size:auto,155%!important}.page[data-page=barra] .page-hero .visual-panel:after{opacity:.025!important}.page[data-page=barra] .page-hero .visual-panel{display:none!important}.page[data-page=barra] .page-hero-inner{grid-template-columns:minmax(0,1fr)!important}.page[data-page=barra] .page-hero .lead{max-width:560px!important}.page[data-page=barra] .page-hero:before{content:""!important;opacity:.12!important;z-index:1!important;pointer-events:none!important;background-image:url(/assets/barra-hero-pez.webp)!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:contain!important;width:46vw!important;max-width:620px!important;height:60%!important;min-height:260px!important;display:block!important;position:absolute!important;inset:50% -40px auto auto!important;transform:translateY(-50%)!important}@media (width<=920px){.page[data-page=barra] .page-hero:before{display:none!important}}.page[data-page=mercado] .page-hero{background:var(--cream)!important;position:relative!important;overflow:hidden!important}.page[data-page=mercado] .page-hero:before,.page[data-page=mercado] .page-hero:after{display:none!important}.page[data-page=mercado] .page-hero-inner{z-index:2!important;grid-template-columns:minmax(0,1fr)!important;position:relative!important}.page[data-page=mercado] .page-hero .visual-panel,.page[data-page=mercado] .mercado-panel{display:none!important}.page[data-page=mercado] .page-hero .lead{max-width:560px!important}.page[data-page=nosotros] .page-hero{background:var(--cream)!important;position:relative!important;overflow:hidden!important}.page[data-page=nosotros] .page-hero:before{content:""!important;opacity:.68!important;filter:contrast(1.04)saturate(.98)brightness(1.02)!important;clip-path:polygon(22% 0,100% 0,100% 100%,0 100%)!important;z-index:1!important;pointer-events:none!important;background-image:url(/assets/nosotros-hero-letrero.webp)!important;background-position:50% 42%!important;background-repeat:no-repeat!important;background-size:cover!important;width:34vw!important;min-width:430px!important;display:block!important;position:absolute!important;inset:0 0 0 auto!important}.page[data-page=nosotros] .page-hero:after{display:none!important}.page[data-page=nosotros] .page-hero-inner{z-index:2!important;grid-template-columns:minmax(0,1fr)!important;position:relative!important}.page[data-page=nosotros] .page-hero .visual-panel{display:none!important}.page[data-page=nosotros] .page-hero .lead{max-width:600px!important}@media (width<=920px){.page[data-page=nosotros] .page-hero:before{opacity:.16!important;clip-path:polygon(28% 0,100% 0,100% 100%,8% 100%)!important;width:48vw!important;min-width:220px!important}}.final-cta{background-image:linear-gradient(90deg,#264397e0,#2643979e 46%,#11111142),url(/assets/cta-punto-venta-local.webp)!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;position:relative!important;overflow:hidden!important}.final-cta h2,.final-cta p,.final-cta .btn{z-index:2!important;position:relative!important}.final-cta h2{font-size:clamp(46px,5vw,76px)!important;line-height:.86!important}@media (width<=760px){.final-cta{background-position:50%!important}}.page[data-page=mercado] .filters,.page[data-page=barra] .filters{z-index:55!important;-webkit-backdrop-filter:blur(12px)!important;background:#faf2e4eb!important;align-items:center!important;gap:10px!important;width:100%!important;margin:0 0 28px!important;padding:12px 0!important;display:flex!important;position:sticky!important;top:96px!important}.page[data-page=mercado] .filters:before,.page[data-page=barra] .filters:before{content:"";z-index:-1;pointer-events:none;background:#faf2e4e6;position:absolute;inset:0 -40px}.page[data-page=mercado] .block.shell,.page[data-page=barra] .block.shell{overflow:visible!important}@media (width<=920px){.page[data-page=mercado] .filters,.page[data-page=barra] .filters{scroll-snap-type:x proximity;scrollbar-width:none;flex-wrap:nowrap!important;margin-left:-18px!important;margin-right:-18px!important;padding:10px 18px!important;top:72px!important;overflow:auto hidden!important}.page[data-page=mercado] .filters::-webkit-scrollbar{display:none}.page[data-page=barra] .filters::-webkit-scrollbar{display:none}.page[data-page=mercado] .filter-btn,.page[data-page=barra] .filter-btn{scroll-snap-align:start;flex:none!important}.page[data-page=mercado] .filters:before,.page[data-page=barra] .filters:before{inset:0}}.admin-clean .admin-sidebar{background:#faf2e4!important;border-right:1px solid #26439724!important}.admin-clean .admin-brand span{color:#26439794!important;text-transform:uppercase!important;letter-spacing:.08em!important}.admin-clean .admin-mode-tabs button{border-radius:999px!important}.admin-clean .admin-product-list button span{opacity:.62!important}.admin-section-editor .admin-preview{gap:12px!important}.admin-section-editor .section-preview img,.admin-section-editor .admin-empty-preview{aspect-ratio:1/.72!important;object-fit:cover!important;color:#264397b8!important;text-transform:uppercase!important;background:#26439714!important;border:1px solid #26439724!important;border-radius:18px!important;place-items:center!important;width:100%!important;font-weight:700!important;display:grid!important}.admin-section-editor .admin-preview button,.admin-section-editor .admin-preview label{width:100%!important}.admin-color-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;display:grid!important}.admin-color-grid label{gap:8px!important;display:grid!important}.admin-color-grid input[type=color]{background:#fff!important;border:1px solid #2643972e!important;border-radius:12px!important;width:100%!important;height:44px!important;padding:4px!important}@media (width<=980px){.admin-color-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}.admin-clean.admin-page{grid-template-columns:minmax(250px,330px) minmax(0,1fr)!important;height:100vh!important;overflow:hidden!important}.admin-clean .admin-sidebar{height:100vh!important;min-height:0!important;position:sticky!important;top:0!important;overflow:hidden!important}.admin-clean .admin-brand,.admin-clean .admin-mode-tabs,.admin-clean .admin-controls{flex:none!important}.admin-clean .admin-product-list{scrollbar-width:thin!important;flex:auto!important;min-height:0!important;padding-bottom:28px!important;overflow-y:auto!important}.admin-clean .admin-editor{height:100vh!important;padding-top:0!important;overflow-y:auto!important}.admin-clean .admin-editor-head{z-index:25!important;-webkit-backdrop-filter:blur(12px)!important;background:#f7f5eff0!important;border-bottom:1px solid #2643971a!important;margin:0 -34px 24px!important;padding:28px 34px 18px!important;position:sticky!important;top:0!important}.admin-section-grid{grid-template-columns:minmax(210px,300px) minmax(360px,1fr) minmax(320px,440px)!important;gap:22px!important}.admin-live-preview{align-self:start!important;gap:14px!important;display:grid!important;position:sticky!important;top:112px!important}.admin-live-title{color:var(--blue)!important;justify-content:space-between!important;align-items:baseline!important;gap:16px!important;display:flex!important}.admin-live-title span{text-transform:uppercase!important;letter-spacing:.16em!important;color:#2643978f!important;font-size:10px!important}.admin-live-title strong{color:#11111194!important;font-size:12px!important;font-weight:700!important}.admin-live-block{border:1px solid #26439724!important;border-radius:28px!important;min-height:260px!important;padding:30px!important;overflow:hidden!important;box-shadow:0 18px 40px #26439714!important}.admin-live-label{text-transform:uppercase!important;letter-spacing:.08em!important;margin-bottom:14px!important;font-size:12px!important;font-weight:800!important;display:block!important}.admin-live-block h3{max-width:360px!important;font-family:var(--display)!important;text-transform:uppercase!important;margin:0!important;font-size:clamp(34px,4vw,56px)!important;line-height:.9!important}.admin-live-block p{max-width:340px!important;color:inherit!important;margin:16px 0 0!important;font-size:15px!important;line-height:1.45!important}.admin-live-block img{object-fit:cover!important;border-radius:18px!important;width:100%!important;max-height:190px!important;margin-top:20px!important;display:block!important}.admin-live-block button{background:var(--salmon)!important;color:#fff!important;text-transform:uppercase!important;border:0!important;border-radius:999px!important;margin-top:22px!important;padding:12px 20px!important;font-weight:800!important}.admin-live-footer-shell{background:var(--cream)!important;border:1px solid #2643971f!important;border-radius:24px!important;max-height:260px!important;overflow:hidden!important}.admin-live-footer-shell footer{min-height:0!important;margin:0!important;padding:24px 22px 18px!important}.admin-live-footer-shell .footer-inner,.admin-live-footer-shell .footer-inner-rich{gap:18px!important;padding:0!important}.admin-live-footer-shell .footer-logo img{width:120px!important}.admin-live-footer-shell .footer-copy{padding:14px 0 0!important;font-size:11px!important}@media (width<=1180px){.admin-section-grid{grid-template-columns:minmax(220px,320px) minmax(0,1fr)!important}.admin-live-preview{grid-column:1/-1!important;position:static!important}}@media (width<=900px){.admin-clean.admin-page{height:auto!important;min-height:100vh!important;overflow:visible!important}.admin-clean .admin-sidebar,.admin-clean .admin-editor{height:auto!important;max-height:none!important;overflow:visible!important}.admin-clean .admin-product-list{max-height:44vh!important}.admin-clean .admin-editor-head{margin:0 -18px 20px!important;padding:20px 18px 14px!important}.admin-section-grid{grid-template-columns:1fr!important}}.final-cta{filter:saturate(.92)contrast(1.05)!important;background-image:radial-gradient(circle,#0a0e1c26 0%,#0a0e1c9e 100%),linear-gradient(90deg,#12121299,#12121247 48%,#12121294),linear-gradient(#0000 45%,#26439780),url(/assets/cta-punto-venta-local.webp)!important;background-position:50%!important}@media (width<=760px){.final-cta{background-image:radial-gradient(circle,#0a0e1c33 0%,#0a0e1cad 100%),linear-gradient(#12121294,#1212125c),linear-gradient(#0000 40%,#2643978c),url(/assets/cta-punto-venta-local.webp)!important}}.final-cta h2{text-shadow:0 2px 6px #0009,0 10px 30px #00000073!important}.final-cta p{color:#faf2e4f5!important;text-shadow:0 2px 5px #000000a6,0 8px 22px #00000080!important}footer,.footer-dark{color:#faf2e4!important;background-color:#254397!important;background-image:linear-gradient(#254397d1,#254397e6),url(/assets/footer-escamas-azul-suave.png)!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important}footer a,footer .footer-copy,footer .footer-links a,footer .footer-social a,footer .icon-stroke,footer .icon-fill-only{color:var(--blue)!important}footer .footer-social a:hover .icon-stroke,footer .footer-social a:hover .icon-fill-only{color:var(--salmon)!important}footer .footer-social a{border-color:#2643973d!important}footer .footer-social a:hover{border-color:var(--salmon)!important}footer .footer-copy{border-top-color:#2643972e!important}.page[data-page=nosotros] .nosotros-pillar:after,.page[data-page=nosotros] .value-card:after{content:none!important;display:none!important}.page[data-page=mercado] .filters,.page[data-page=barra] .filters{isolation:isolate;-webkit-backdrop-filter:none!important;background:0 0!important}footer,.footer-dark{background-color:#254397!important;background-image:linear-gradient(#25439757,#2543977a),url(/assets/footer-escamas-optimizada.jpg)!important;background-position:50%!important;background-size:cover!important}.page[data-page=mercado] .filters,.page[data-page=barra] .filters{-webkit-backdrop-filter:blur(8px)!important;background:#faf2e4fa!important;border-bottom:1px solid #2643971a!important;box-shadow:0 10px 22px #2643970d!important}.page[data-page=mercado] .filters,.page[data-page=barra] .filters{width:100vw!important;padding:12px max(24px, calc((100vw - var(--max)) / 2))!important;-webkit-backdrop-filter:blur(10px)!important;background:#faf2e4fa!important;border-top:0!important;border-bottom:1px solid #2643971a!important;margin:0 calc(50% - 50vw) 28px!important;top:72px!important;left:50%!important;box-shadow:0 8px 18px #2643970b!important}footer,.footer-dark{color:var(--blue)!important;background-color:#faf2e4!important;background-image:none!important}footer:before,footer.footer-dark:before{content:none!important;display:none!important}footer .footer-links,footer .footer-links a,footer .footer-social a,footer .footer-copy{color:var(--blue)!important;opacity:1!important}footer .footer-logo img{filter:none!important}footer .footer-copy{text-align:center!important;border-top-color:#2643972e!important;justify-content:center!important}@media (width<=920px){.page[data-page=mercado] .filters,.page[data-page=barra] .filters{margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;padding:10px 18px!important;top:66px!important}}.page[data-page=mercado] .filters,.page[data-page=barra] .filters{align-items:center!important;min-height:58px!important;padding-top:10px!important;padding-bottom:10px!important;overflow:visible!important}.page[data-page=mercado] .filter-btn,.page[data-page=barra] .filter-btn{margin-top:0!important;margin-bottom:0!important}@media (width<=920px){.page[data-page=mercado] .filters,.page[data-page=barra] .filters{min-height:54px!important;padding-top:9px!important;padding-bottom:9px!important;overflow:auto visible!important}}.page[data-page=mercado] .filters,.page[data-page=barra] .filters{z-index:58!important;width:100vw!important;min-height:60px!important;padding:11px max(24px, calc((100vw - var(--max)) / 2)) 12px!important;-webkit-backdrop-filter:none!important;scrollbar-width:none!important;background:#faf2e4!important;border-top:0!important;border-bottom:1px solid #26439717!important;align-items:center!important;margin:0 calc(50% - 50vw) 34px!important;position:sticky!important;top:72px!important;left:50%!important;overflow:auto hidden!important;box-shadow:0 1px #2643970d,0 14px 24px #faf2e4eb!important}.page[data-page=mercado] .filters::-webkit-scrollbar{display:none!important}.page[data-page=barra] .filters::-webkit-scrollbar{display:none!important}.page[data-page=mercado] .filters:before,.page[data-page=barra] .filters:before{content:none!important;display:none!important}.page[data-page=mercado] .filters+.product-grid,.page[data-page=barra] .filters+.product-grid{margin-top:10px!important}.page[data-page=mercado] .filter-btn,.page[data-page=barra] .filter-btn{flex:none!important;transform:none!important}@media (width<=920px){.page[data-page=mercado] .filters,.page[data-page=barra] .filters{min-height:56px!important;margin-bottom:24px!important;padding:9px 18px 10px!important;top:66px!important}}.admin-clean.admin-page{background:#f7f5ef!important;grid-template-columns:280px minmax(0,1fr)!important;height:100vh!important;display:grid!important;overflow:hidden!important}.admin-clean .admin-sidebar{background:#faf2e4!important;flex-direction:column!important;height:100vh!important;display:flex!important;position:sticky!important;top:0!important;overflow:hidden!important}.admin-clean .admin-editor{height:100vh!important;padding:0 24px 34px!important;overflow:hidden auto!important}.admin-clean .admin-editor-head{z-index:45!important;background:#f7f5effa!important;border-bottom:1px solid #26439714!important;min-height:76px!important;margin:0 -24px 20px!important;padding:18px 24px!important;position:sticky!important;top:0!important;box-shadow:0 8px 22px #2643970b!important}.admin-section-grid{grid-template-columns:minmax(520px,1fr) 380px!important;grid-template-areas:"live inspector""assets inspector"!important;align-items:start!important;gap:18px!important;display:grid!important}.admin-section-grid>.admin-live-preview{background:#fff!important;border:1px solid #2643971f!important;border-radius:18px!important;grid-area:live!important;align-self:start!important;padding:14px!important;position:sticky!important;top:104px!important;box-shadow:0 18px 38px #26439714!important}.admin-section-grid>.admin-fields{background:#fff!important;border:1px solid #2643971f!important;border-radius:18px!important;grid-area:inspector!important;max-height:calc(100vh - 128px)!important;padding:18px!important;position:sticky!important;top:104px!important;overflow-y:auto!important;box-shadow:0 18px 38px #26439712!important}.admin-section-grid>.section-preview{background:#fff!important;border:1px solid #2643971f!important;border-radius:18px!important;grid-area:assets!important;padding:14px!important;box-shadow:0 12px 28px #2643970e!important}.admin-live-title{padding:0 2px 10px!important}.admin-live-block{min-height:360px!important;box-shadow:none!important;border-radius:14px!important}.admin-live-footer-shell{border-radius:14px!important;max-height:300px!important;margin-top:14px!important;display:block!important}.admin-section-editor label,.admin-section-editor .admin-status{font-size:12px!important}.admin-section-editor input,.admin-section-editor select,.admin-section-editor textarea{font-size:14px!important}.admin-clean .admin-product-list{max-height:none!important;overflow-y:auto!important}.admin-clean .admin-sidebar .admin-product-list{flex:auto!important;min-height:0!important}.admin-clean .admin-form-grid:not(.admin-section-grid){align-items:start!important}@media (width<=1180px){.admin-section-grid{grid-template-columns:1fr!important;grid-template-areas:"live""inspector""assets"!important}.admin-section-grid>.admin-live-preview,.admin-section-grid>.admin-fields{max-height:none!important;position:static!important}}@media (width<=900px){.admin-clean.admin-page{grid-template-columns:1fr!important;height:auto!important;overflow:visible!important}.admin-clean .admin-sidebar,.admin-clean .admin-editor{height:auto!important;overflow:visible!important}.admin-clean .admin-editor-head{top:0!important}}.page[data-page=mercado] .filters,.page[data-page=barra] .filters{z-index:62!important;box-sizing:border-box!important;width:100vw!important;max-width:none!important;height:auto!important;min-height:58px!important;padding:10px max(24px, calc((100vw - var(--max)) / 2))!important;clip-path:none!important;scrollbar-width:none!important;background-color:#faf2e4!important;background-image:none!important;border:0!important;border-bottom:1px solid #26439714!important;border-radius:0!important;align-items:center!important;gap:10px!important;margin:0 calc(50% - 50vw) 34px!important;display:flex!important;position:sticky!important;top:74px!important;overflow:auto visible!important;transform:none!important;box-shadow:0 10px 18px #faf2e4f5!important}.page[data-page=mercado] .filters:before,.page[data-page=mercado] .filters:after,.page[data-page=barra] .filters:before,.page[data-page=barra] .filters:after{content:none!important;display:none!important}.page[data-page=mercado] .filters::-webkit-scrollbar{display:none!important}.page[data-page=barra] .filters::-webkit-scrollbar{display:none!important}.page[data-page=mercado] .filter-btn,.page[data-page=barra] .filter-btn{flex:none!important;justify-content:center!important;align-items:center!important;height:38px!important;min-height:38px!important;margin:0!important;line-height:1!important;display:inline-flex!important;position:relative!important;top:0!important}@media (width<=920px){.page[data-page=mercado] .filters,.page[data-page=barra] .filters{min-height:56px!important;margin-bottom:24px!important;padding:9px 18px!important;top:72px!important}}.admin-dashboard-page{color:#102b67;background:radial-gradient(circle at 18px 18px,#2643971a 1px,#0000 1.4px) 0 0/24px 24px,#fbf4e8;min-height:100vh;padding:24px clamp(16px,2.4vw,36px) 34px;font-family:Inter,system-ui,sans-serif;position:relative;overflow:hidden}.admin-dashboard-food{pointer-events:none;opacity:.95;z-index:0;background-repeat:no-repeat;background-size:contain;position:absolute}.admin-dashboard-food-left{background-image:url(/assets/hero-catch-mobile-final.webp);background-position:0 0;width:260px;height:220px;top:-54px;left:-74px}.admin-dashboard-food-right{background-image:url(/assets/hero-catch-desktop-final.webp);background-position:100% 0;width:360px;height:260px;top:-38px;right:-86px}.admin-dashboard-page>:not(.admin-dashboard-food){z-index:1;position:relative}.admin-dashboard-hero{text-align:center;padding:2px 0 22px}.admin-dashboard-hero img{object-fit:contain;width:104px;height:58px;margin:0 auto 4px;display:block}.admin-dashboard-hero h1{color:#12336f;letter-spacing:0;text-transform:none;margin:0;font-size:clamp(28px,3vw,46px);font-weight:800;line-height:1}.admin-dashboard-hero p{color:#0c2248b8;margin:10px 0 0;font-size:clamp(15px,1.1vw,19px)}.admin-dashboard-showcase{grid-template-columns:minmax(0,1fr) 56px minmax(0,1.12fr);align-items:center;gap:28px;display:grid}.admin-dashboard-window{background:#ffffffeb;border:1px solid #12336f1f;border-radius:10px;min-height:590px;overflow:hidden;box-shadow:0 20px 44px #12336f29}.admin-window-bar,.admin-editor-topbar{color:#fff;background:#123f9b;align-items:center;gap:18px;height:54px;padding:0 18px;display:flex}.admin-window-bar img{object-fit:contain;width:72px;height:32px}.admin-window-bar label{color:#ffffffc7;background:#ffffff29;border-radius:7px;flex:1;align-items:center;height:30px;padding:0 14px;font-size:13px;display:flex}.admin-window-bar strong{white-space:nowrap;font-size:13px}.admin-window-body{grid-template-columns:178px 1fr;min-height:536px;display:grid}.admin-window-menu{background:#fbfcff;border-right:1px solid #12336f1a;flex-direction:column;gap:5px;padding:18px 14px;display:flex}.admin-window-menu span,.admin-window-menu button,.admin-theme-sections button{text-align:left;color:#1d2b45;background:0 0;border:0;border-radius:8px;padding:10px 12px;font:600 13px/1.1 Inter,system-ui,sans-serif}.admin-window-menu button,.admin-theme-sections button.active{color:#123f9b;background:#eaf1ff}.admin-window-content{padding:32px 34px}.admin-window-content h2{letter-spacing:0;text-transform:none;margin:0;font-size:25px}.admin-window-content p{color:#102b67b8;margin:8px 0 22px}.admin-metric-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.admin-metric-grid>div,.admin-sales-panel,.admin-donut-panel,.admin-next-steps>div{background:#fff;border:1px solid #12336f1f;border-radius:10px;padding:14px}.admin-metric-grid span,.admin-sales-panel strong,.admin-donut-panel strong,.admin-next-steps strong{color:#12336f;font-weight:800;display:block}.admin-metric-grid strong{color:#123f9b;margin:8px 0 2px;font-size:26px;display:block}.admin-metric-grid small,.admin-sales-panel span,.admin-donut-panel span,.admin-next-steps span{color:#102b679e;font-size:12px}.admin-mini-chart{color:#2f80ed;opacity:.9;width:100%;height:34px;margin-top:8px}.admin-dashboard-panels{grid-template-columns:1.5fr .9fr;gap:14px;margin-top:16px;display:grid}.admin-sales-panel .admin-mini-chart{height:98px;margin-top:18px}.admin-donut-panel i{background:conic-gradient(#2f80ed 0 58%, #36b37e 58% 78%, #f6c85f 78% 100%);border-radius:50%;width:116px;height:116px;margin:20px auto 14px;display:block;position:relative}.admin-donut-panel i:after{content:"";background:#fff;border-radius:50%;position:absolute;inset:24px}.admin-next-steps{grid-template-columns:1fr 1fr;gap:14px;margin-top:16px;display:grid}.admin-next-steps button,.admin-save-large,.admin-editor-topbar>button{color:#fff;background:#123f9b;border:0;border-radius:7px;margin-top:12px;padding:10px 14px;font-weight:800}.admin-dashboard-arrow{color:#123f9b;text-align:center;font-size:52px;font-weight:900}.admin-editor-topbar{color:#12336f;background:#fff;border-bottom:1px solid #12336f1a}.admin-editor-topbar div{align-items:center;gap:10px;font-weight:800;display:flex}.admin-editor-topbar img{object-fit:contain;width:58px;height:32px}.admin-editor-topbar select{border:1px solid #12336f24;border-radius:6px;height:32px;padding:0 10px}.admin-editor-topbar nav{gap:6px;margin-left:auto;display:flex}.admin-editor-topbar nav button{color:#123f9b;background:#fff;border:1px solid #12336f24;border-radius:6px;height:32px;font-weight:700}.admin-editor-topbar>button{background:#123f9b;margin:0}.admin-theme-grid{grid-template-columns:210px minmax(0,1fr) 230px;height:536px;display:grid}.admin-theme-sections{border-right:1px solid #12336f1a;flex-direction:column;gap:3px;padding:14px 12px;display:flex;overflow:hidden}.admin-save-large{text-align:center;margin-top:auto}.admin-theme-preview{background:#f6ead8;border-right:1px solid #12336f1a;padding:14px;overflow:hidden}.admin-preview-topline{color:#fff;text-transform:uppercase;background:#123f9b;place-items:center;height:18px;font-size:8px;font-weight:900;display:grid}.admin-preview-nav{color:#123f9b;text-transform:uppercase;background:#fbf4e8;justify-content:center;align-items:center;gap:18px;height:42px;font-size:9px;font-weight:800;display:flex}.admin-preview-nav img{object-fit:contain;width:56px;height:34px}.admin-preview-nav b{color:#fff;background:#e95030;border-radius:999px;padding:8px 14px}.admin-preview-hero{background-position:50%;background-size:cover;min-height:172px;padding:32px 28px}.admin-preview-hero small{color:#e95030;text-transform:uppercase;font-weight:800}.admin-preview-hero h3{color:#123f9b;text-transform:uppercase;max-width:250px;margin:10px 0 12px;font-size:44px;line-height:.88}.admin-preview-hero button{color:#fff;background:#e95030;border:0;border-radius:999px;padding:8px 16px;font-weight:900}.admin-preview-cards{grid-template-columns:repeat(4,1fr);gap:8px;margin-top:10px;display:grid}.admin-preview-cards article{background:#fff;border-radius:7px;min-height:96px;padding:7px}.admin-preview-cards img{object-fit:cover;border-radius:5px;width:100%;height:52px}.admin-preview-cards strong{color:#123f9b;margin-top:5px;font-size:9px;display:block}.admin-preview-cards span{color:#e95030;font-size:8px;font-weight:900;display:block}.admin-preview-sections{grid-template-columns:1fr 1fr;gap:8px;margin-top:8px;display:grid}.admin-preview-sections div{background:#fff;border:1px solid #9bb6ea;border-radius:4px;min-height:52px;padding:9px}.admin-preview-sections strong{color:#123f9b;text-transform:uppercase;font-size:10px;display:block}.admin-preview-sections span{color:#355;margin-top:4px;font-size:8px;display:block}.admin-preview-footer{background:#fbf4e8;align-items:center;gap:20px;min-height:54px;margin-top:8px;padding:10px 20px;display:flex}.admin-preview-footer img{object-fit:contain;width:68px;height:38px}.admin-preview-footer span{color:#123f9b;font-weight:800}.admin-theme-inspector{background:#fff;padding:16px 14px;overflow:hidden}.admin-theme-inspector div strong{display:block}.admin-theme-inspector div span{color:#102b679e;font-size:12px}.admin-theme-inspector nav{gap:6px;margin:14px 0;display:flex}.admin-theme-inspector nav button{color:#123f9b;background:#eef4ff;border:0;border-radius:6px;padding:8px;font-size:11px;font-weight:800}.admin-theme-inspector label{color:#123f9b;text-transform:none;margin:10px 0;font-size:11px;display:block}.admin-theme-inspector input,.admin-theme-inspector textarea{color:#1d2b45;border:1px solid #12336f29;border-radius:6px;width:100%;margin-top:4px;padding:8px;font:12px Inter,sans-serif}.admin-theme-inspector textarea{resize:none;min-height:58px}.admin-inspector-images{grid-template-columns:1fr 1fr;gap:8px;margin-top:12px;display:grid}.admin-inspector-images img{object-fit:cover;border:1px solid #12336f1f;border-radius:6px;width:100%;height:48px}.admin-delete-section{color:#e95030;background:0 0;border:0;margin-top:12px;font-weight:800}.admin-dashboard-steps{grid-template-columns:1fr 280px 1fr;align-items:start;gap:28px;max-width:1280px;margin:30px auto 0;display:grid}.admin-dashboard-steps>div{grid-template-columns:42px 1fr;align-items:start;column-gap:16px;display:grid}.admin-dashboard-steps b{color:#fff;background:#123f9b;border-radius:50%;place-items:center;width:36px;height:36px;display:grid}.admin-dashboard-steps strong{color:#12336f;font-size:20px}.admin-dashboard-steps p{color:#102b67ad;grid-column:2;margin:6px 0 0}.admin-step-callout{text-align:center;color:#102b67b8;background:#fff;border:1px solid #12336f24;border-radius:10px;padding:18px;grid-template-columns:1fr!important}.admin-dashboard-footer{color:#102b678c;justify-content:center;gap:20px;margin-top:18px;font-size:12px;display:flex}.admin-back-home{color:#123f9b;background:#fff;border:0;border-radius:999px;margin:0 16px 12px;padding:9px 12px;font-weight:900}@media (width<=1200px){.admin-dashboard-showcase{grid-template-columns:1fr}.admin-dashboard-arrow{display:none}.admin-dashboard-window{min-height:auto}.admin-dashboard-steps{grid-template-columns:1fr}}@media (width<=760px){.admin-dashboard-page{padding:18px 12px 28px}.admin-dashboard-food{opacity:.55}.admin-window-body,.admin-theme-grid{grid-template-columns:1fr;height:auto}.admin-window-menu,.admin-theme-sections,.admin-theme-inspector{display:none}.admin-metric-grid,.admin-dashboard-panels,.admin-next-steps,.admin-preview-cards,.admin-preview-sections{grid-template-columns:1fr 1fr}.admin-window-content{padding:22px}.admin-editor-topbar nav,.admin-editor-topbar select{display:none}}.admin-shopify-editor{color:#102b67;background:#f5f7fb;grid-template-columns:310px minmax(720px,1fr) 330px;height:100vh;font-family:Inter,system-ui,sans-serif;display:grid;overflow:hidden}.admin-shopify-left,.admin-shopify-right{background:#fff;border-right:1px solid #dfe6f2;height:100vh;overflow:hidden}.admin-shopify-right{border-left:1px solid #dfe6f2;border-right:0;padding:24px 22px;overflow-y:auto}.admin-shopify-brand{border-bottom:1px solid #e7edf7;align-items:center;gap:14px;height:72px;padding:0 22px;display:flex}.admin-shopify-brand img{object-fit:contain;width:74px;height:40px}.admin-shopify-brand strong{color:#111827;font-size:16px;display:block}.admin-shopify-brand span{color:#6b7280;font-size:13px}.admin-page-entry{color:#111827;text-align:left;background:#f3f6fb;border:0;border-radius:8px;width:calc(100% - 32px);margin:18px 16px 10px;padding:13px 14px;font-weight:800}.admin-page-entry.active{color:#123f9b;background:#edf4ff}.admin-block-list{height:calc(100vh - 210px);padding:0 12px 16px;overflow-y:auto}.admin-block-group{margin:12px 0}.admin-block-group>span{color:#6b7280;text-transform:uppercase;padding:0 10px 7px;font-size:11px;font-weight:800;display:block}.admin-block-group button{text-align:left;color:#1f2937;background:0 0;border:0;border-radius:8px;width:100%;min-height:42px;padding:0 14px;font-weight:650;display:block}.admin-block-group button.active,.admin-block-group button:hover{color:#123f9b;background:#eaf1ff}.admin-store-save{color:#fff;background:#123f9b;border:0;border-radius:8px;width:calc(100% - 32px);height:48px;margin:12px 16px 6px;font-weight:900}.admin-shopify-left small{color:#16a34a;padding:0 18px;display:block}.admin-shopify-center{flex-direction:column;min-width:0;height:100vh;display:flex}.admin-shopify-toolbar{background:#fff;border-bottom:1px solid #dfe6f2;flex:none;grid-template-columns:1fr auto 1fr;align-items:center;gap:14px;height:72px;padding:0 24px;display:grid}.admin-toolbar-left,.admin-toolbar-right,.admin-device-tabs{align-items:center;gap:10px;display:flex}.admin-toolbar-right{justify-content:flex-end}.admin-shopify-toolbar button,.admin-shopify-toolbar select{color:#1f2937;background:#fff;border:1px solid #d9e2ef;border-radius:7px;height:38px;padding:0 14px;font-weight:750}.admin-device-tabs{border:1px solid #d9e2ef;border-radius:8px;padding:4px}.admin-device-tabs button{border:0;height:32px}.admin-device-tabs button.active{color:#123f9b;background:#eef4ff}.admin-toolbar-right button:last-child{color:#fff;background:#123f9b;border-color:#123f9b}.admin-canvas-shell{background:#eef2f8;flex:1;padding:16px 22px 34px;overflow:auto}.admin-canvas-site{background:radial-gradient(circle at 14px 14px,#26439717 1px,#0000 1.4px) 0 0/22px 22px,#fbf4e8;border:2px solid #2b6fe8;width:min(1180px,100%);margin:0 auto;position:relative;overflow:visible;box-shadow:0 18px 40px #0f172a24}.admin-section-tag{z-index:5;color:#0f4ccf;background:#dceafe;border:1px solid #2b6fe8;border-radius:4px;padding:3px 7px;font-size:11px;font-weight:900;position:absolute}.admin-header-tag{top:24px;left:0}.admin-hero-tag{top:96px;left:0}.admin-footer-tag{bottom:132px;left:0}.admin-canvas-announcement{color:#fff;text-transform:uppercase;background:#123f9b;place-items:center;height:28px;font-size:10px;font-weight:900;display:grid}.admin-canvas-nav{color:#123f9b;text-transform:uppercase;border-bottom:1px solid #dce4ef;justify-content:center;align-items:center;gap:34px;height:62px;font-size:12px;font-weight:850;display:flex}.admin-canvas-nav img{object-fit:contain;width:90px;height:48px}.admin-canvas-nav b{color:#fff;background:#e95030;border-radius:999px;padding:12px 22px}.admin-canvas-nav i{font-size:18px;font-style:normal}.admin-canvas-block{cursor:pointer;outline-offset:-1px;outline:1px solid #2b6fe8;position:relative}.admin-canvas-block.selected{outline-offset:-3px;outline:3px solid #2b6fe8}.admin-canvas-block:hover{outline-width:2px}.admin-canvas-hero{background-position:100%;background-size:cover;align-items:center;min-height:360px;padding:54px 8%;display:flex}.admin-canvas-hero-copy{max-width:420px}.admin-canvas-hero-copy small,.admin-canvas-split span,.admin-canvas-title-row button{color:#e95030;text-transform:uppercase;font-weight:900}.admin-canvas-hero-copy h2{color:#254397;text-transform:uppercase;letter-spacing:0;margin:12px 0;font-size:64px;line-height:.88}.admin-canvas-hero-copy p{color:#334155;font-size:16px}.admin-canvas-hero-copy button{color:#123f9b;background:0 0;border:1px solid #123f9b;border-radius:999px;margin-right:8px;padding:10px 18px;font-weight:900}.admin-canvas-hero-copy button:first-child{color:#fff;background:#e95030;border-color:#e95030}.admin-canvas-split{border-top:1px solid #2b6fe8;border-bottom:1px solid #2b6fe8;grid-template-columns:1fr 1fr;display:grid}.admin-canvas-split article{background:#ffffff70;min-height:118px;padding:24px 8%}.admin-canvas-split article+article{border-left:1px solid #2b6fe8}.admin-canvas-split strong{color:#123f9b;text-transform:uppercase;font-size:22px;display:block}.admin-canvas-split p{color:#475569;max-width:420px}.admin-canvas-title-row{justify-content:space-between;align-items:center;padding:20px 8% 0;display:flex}.admin-canvas-title-row h3{color:#123f9b;text-transform:uppercase;margin:0;font-size:24px}.admin-canvas-title-row button{background:0 0;border:0}.admin-canvas-products{grid-template-columns:repeat(4,1fr);gap:16px;padding:16px 8% 22px;display:grid}.admin-canvas-products article{background:#fff;border-radius:7px;grid-template-columns:92px 1fr;align-items:center;gap:10px;min-height:92px;padding:10px;display:grid;box-shadow:0 1px #0f172a14}.admin-canvas-products img{object-fit:cover;border-radius:5px;width:92px;height:70px}.admin-canvas-products strong{color:#123f9b;text-transform:uppercase}.admin-canvas-products span{color:#e95030;font-weight:900}.admin-canvas-split.lower{border-bottom:1px solid #2b6fe8}.admin-canvas-site footer.admin-canvas-block{background:#fbf4e8;grid-template-columns:210px 1fr 1fr;align-items:center;gap:30px;min-height:150px;padding:28px 8%;display:grid}.admin-canvas-site footer img{object-fit:contain;width:130px;height:78px}.admin-canvas-site footer strong{color:#123f9b;text-transform:uppercase;display:block}.admin-canvas-site footer span{color:#475569}.admin-shopify-right header{justify-content:space-between;align-items:center;display:flex}.admin-shopify-right header strong{color:#111827;font-size:19px}.admin-shopify-right header button{color:#e95030;background:0 0;border:0;font-weight:800}.admin-shopify-right p{color:#6b7280;margin:6px 0 18px}.admin-shopify-right nav{border-bottom:1px solid #e5eaf3;gap:10px;margin-bottom:18px;display:flex}.admin-shopify-right nav button{color:#6b7280;background:0 0;border:0;padding:0 0 12px;font-weight:800}.admin-shopify-right nav button.active{color:#123f9b;border-bottom:2px solid #123f9b}.admin-shopify-right label{color:#374151;margin:14px 0;font-size:12px;font-weight:800;display:block}.admin-shopify-right input,.admin-shopify-right textarea,.admin-shopify-right select{color:#111827;background:#fff;border:1px solid #d9e2ef;border-radius:6px;width:100%;min-height:38px;margin-top:6px;padding:9px 10px;font:14px Inter,system-ui,sans-serif}.admin-shopify-right textarea{resize:vertical;min-height:92px}.admin-inspector-row{grid-template-columns:1fr 92px;align-items:end;gap:10px;margin:12px 0;display:grid}.admin-inspector-row img{object-fit:cover;border:1px solid #d9e2ef;border-radius:6px;width:92px;height:58px}.admin-inspector-colors{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.admin-inspector-colors input{padding:2px}.admin-inspector-save{color:#fff;background:#123f9b;border:0;border-radius:7px;width:100%;height:44px;margin-top:12px;font-weight:900}@media (width<=1180px){.admin-shopify-editor{grid-template-columns:250px minmax(560px,1fr) 300px}.admin-canvas-hero-copy h2{font-size:48px}.admin-canvas-nav{gap:18px}}.ca-admin{color:#202223;letter-spacing:0;background:#f1f1f1;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif}.ca-admin *{box-sizing:border-box}.ca-admin button,.ca-admin input,.ca-admin textarea,.ca-admin select{letter-spacing:0;font-family:inherit}.ca-topbar{z-index:300;color:#fff;background:#1f3f97;grid-template-columns:220px minmax(260px,1fr) 230px;align-items:center;gap:18px;height:56px;padding:0 20px;display:grid;position:sticky;top:0;box-shadow:0 1px #0000001f}.ca-topbar-logo{align-items:center;gap:12px;font-weight:800;display:flex}.ca-topbar-logo img{object-fit:contain;filter:brightness(0)invert();width:58px;height:auto}.ca-topbar-search{position:relative}.ca-topbar-search input{color:#fff;background:#ffffff2e;border:0;border-radius:8px;outline:none;width:100%;height:36px;padding:0 42px 0 38px}.ca-topbar-search input::placeholder{color:#ffffffb8}.ca-topbar-search svg{opacity:.9;width:16px;height:16px;position:absolute;top:50%;left:13px;transform:translateY(-50%)}.ca-admin-user{justify-self:end;align-items:center;gap:10px;font-weight:700;display:flex}.ca-avatar{color:#1f3f97;background:#e8f3ff;border-radius:50%;place-items:center;width:32px;height:32px;display:grid}.ca-sidebar{background:#f6f6f7;border-right:1px solid #dfe3e8;height:calc(100vh - 56px);padding:18px 12px 20px;position:sticky;top:56px;overflow:auto}.ca-side-section{color:#6d7175;margin:18px 0 8px;padding:0 12px;font-size:12px;font-weight:700}.ca-side-btn{color:#202223;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;width:100%;min-height:40px;padding:0 12px;font-size:14px;font-weight:650;display:flex}.ca-side-btn:hover{background:#eef4ff}.ca-side-btn.active{color:#1f3f97;background:#e7f0ff}.ca-side-icon{width:18px;height:18px;color:inherit;place-items:center;display:grid}.ca-content{min-width:0}.ca-page{padding:28px 32px 42px}.ca-page-head{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:24px;display:flex}.ca-kicker{color:#637381;margin:0 0 6px;font-size:13px;font-weight:650}.ca-title{color:#0f2f78;margin:0;font-size:clamp(28px,4vw,42px);font-weight:800;line-height:1.05}.ca-subtitle{color:#637381;margin:8px 0 0;font-size:16px}.ca-primary,.ca-secondary,.ca-danger,.ca-ghost{cursor:pointer;border:0;border-radius:8px;min-height:38px;padding:0 16px;font-size:14px;font-weight:750}.ca-primary{color:#fff;background:#1f3f97}.ca-secondary{color:#fff;background:#ec5132}.ca-danger{color:#fff;background:#d72c0d}.ca-ghost{color:#1f3f97;background:#fff;border:1px solid #c9d3e8}.ca-dashboard-grid{grid-template-columns:repeat(4,minmax(160px,1fr));gap:18px;display:grid}.ca-metric,.ca-panel,.ca-next-card{background:#fff;border:1px solid #dfe3e8;border-radius:10px;box-shadow:0 1px 2px #1f21240a}.ca-metric{min-height:132px;padding:18px}.ca-metric span{color:#637381;font-size:13px;font-weight:700}.ca-metric strong{color:#0f2f78;margin-top:12px;font-size:34px;line-height:1;display:block}.ca-spark{opacity:.65;background:linear-gradient(90deg,#0000 0 10%,#2f80ed 10% 16%,#0000 16% 24%,#2f80ed 24% 30%,#0000 30% 42%,#2f80ed 42% 52%,#0000 52% 65%,#2f80ed 65% 74%,#0000 74%);border-radius:999px;height:28px;margin-top:18px}.ca-dashboard-lower{grid-template-columns:1.5fr .9fr;gap:18px;margin-top:18px;display:grid}.ca-panel{padding:20px}.ca-panel h3,.ca-next-card h3{color:#0f2f78;margin:0;font-size:20px}.ca-chart{background:linear-gradient(#0000 70%,#2f80ed14),url("data:image/svg+xml,%3Csvg width='560' height='160' viewBox='0 0 560 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 112 C 70 70, 112 120, 170 82 S 282 42, 342 88 450 118, 552 28' fill='none' stroke='%232f80ed' stroke-width='9' stroke-linecap='round'/%3E%3C/svg%3E") 50%/92% 80% no-repeat;border-radius:12px;height:180px;margin-top:22px}.ca-donut{aspect-ratio:1;background:conic-gradient(#2f80ed 0 64%, #36b37e 64% 82%, #ffcc5c 82% 100%);border-radius:50%;width:150px;margin:26px auto 10px;position:relative}.ca-donut:after{content:attr(data-total);color:#0f2f78;white-space:pre-line;text-align:center;background:#fff;border-radius:50%;place-items:center;font-weight:800;display:grid;position:absolute;inset:36px}.ca-next-card{padding:20px}.ca-next-card p{color:#637381;margin:6px 0 18px}.ca-editor-left,.ca-editor-right{background:#fff;border-color:#dfe3e8;overflow:auto}.ca-editor-logo{border-bottom:1px solid #dfe3e8;align-items:center;gap:10px;padding:16px 18px;display:flex}.ca-editor-logo img{width:58px}.ca-editor-logo strong{color:#202223;display:block}.ca-editor-logo span{color:#6d7175;font-size:12px;display:block}.ca-page-select{border-bottom:1px solid #dfe3e8;padding:14px 18px}.ca-page-select select,.ca-field input,.ca-field textarea,.ca-field select{color:#202223;background:#fff;border:1px solid #c9cccf;border-radius:6px;outline:none;width:100%;min-height:38px;padding:8px 10px}.ca-section-list{padding:10px;overflow:auto}.ca-section-row{cursor:pointer;text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;width:100%;padding:11px 10px;display:flex}.ca-section-row:hover{background:#f6f6f7}.ca-section-row.active{color:#1f3f97;background:#e7f0ff}.ca-section-row span{flex:1;font-weight:650}.ca-section-hidden{color:#8c9196;font-size:12px}.ca-editor-save{margin:auto 18px 18px}.ca-editor-toolbar{background:#fff;border-bottom:1px solid #dfe3e8;flex:none;justify-content:space-between;align-items:center;gap:14px;height:58px;padding:0 16px;display:flex}.ca-device-tabs{background:#f6f6f7;border:1px solid #dfe3e8;border-radius:8px;gap:6px;padding:4px;display:flex}.ca-device-tabs button{color:#5c5f62;background:0 0;border:0;border-radius:6px;padding:8px 12px;font-weight:700}.ca-device-tabs button.active{color:#1f3f97;background:#fff;box-shadow:0 1px 2px #0000000f}.ca-preview-site{color:#0f2f78;background:#faf2e4;width:min(1180px,100%);margin:0 auto;box-shadow:0 0 0 1px #dfe3e8,0 8px 24px #1f212414}.ca-preview-top{color:#fff;background:#1f3f97;place-items:center;height:20px;font-size:9px;font-weight:800;display:grid}.ca-preview-header{background:#faf2e4;border-bottom:1px solid #dfe3e8;grid-template-columns:1fr auto 1fr;align-items:center;height:58px;padding:0 38px;display:grid}.ca-preview-header nav{gap:22px;font-size:11px;font-weight:800;display:flex}.ca-preview-header nav:last-child{justify-content:flex-end}.ca-preview-hero{background-position:100%;background-size:cover;grid-template-columns:.9fr 1.1fr;align-items:center;gap:30px;min-height:310px;padding:42px 58px;display:grid}.ca-preview-eyebrow{color:#ec5132;text-transform:uppercase;margin:0 0 12px;font-size:12px;font-weight:800}.ca-preview-hero h1{font-family:var(--display);text-transform:uppercase;color:#1f3f97;max-width:520px;margin:0;font-size:64px;line-height:.9}.ca-preview-hero p{color:#303030;max-width:420px;margin:14px 0 20px;font-size:15px;line-height:1.45}.ca-preview-actions{gap:10px;display:flex}.ca-preview-primary,.ca-preview-outline{text-transform:uppercase;border-radius:999px;padding:10px 16px;font-size:11px;font-weight:800}.ca-preview-primary{color:#fff;background:#ec5132}.ca-preview-outline{color:#1f3f97;background:0 0;border:1px solid #1f3f97}.ca-preview-band{border-top:1px solid #dfe3e8;border-bottom:1px solid #dfe3e8;grid-template-columns:1fr 1fr;display:grid}.ca-preview-mini{border-right:1px solid #dfe3e8;grid-template-columns:1fr 190px;align-items:center;gap:18px;min-height:100px;padding:18px 58px;display:grid}.ca-preview-mini h3{font-family:var(--display);text-transform:uppercase;color:#1f3f97;margin:0 0 4px;font-size:24px}.ca-preview-mini p{color:#303030;margin:0;font-size:13px}.ca-preview-mini img{object-fit:cover;border-radius:8px;width:190px;height:70px}.ca-preview-products{padding:24px 58px}.ca-preview-products h3,.ca-preview-info h3{font-family:var(--display);text-transform:uppercase;color:#1f3f97;margin:0 0 16px;font-size:24px}.ca-preview-product-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.ca-preview-product{background:#fff;border:1px solid #e4e5e7;border-radius:8px;padding:8px}.ca-preview-product img{object-fit:cover;border-radius:6px;width:100%;height:72px}.ca-preview-product strong{color:#1f3f97;margin-top:8px;font-size:12px;display:block}.ca-preview-product span{color:#ec5132;font-size:12px;font-weight:800}.ca-preview-info{border-top:1px solid #dfe3e8;grid-template-columns:1fr 1fr;gap:18px;padding:24px 58px;display:grid}.ca-preview-info-card{background:#fff;border:1px solid #e4e5e7;border-radius:8px;grid-template-columns:1fr 190px;align-items:center;gap:18px;padding:14px;display:grid}.ca-preview-info-card p{color:#303030;margin:0;font-size:13px}.ca-preview-info-card img{object-fit:cover;border-radius:6px;width:190px;height:82px}.ca-preview-footer{background:#fff9ee;border-top:1px solid #dfe3e8;grid-template-columns:1fr 2fr;gap:30px;padding:26px 58px;display:grid}.ca-preview-footer-links{color:#303030;grid-template-columns:repeat(4,1fr);gap:18px;font-size:12px;display:grid}.ca-preview-section{cursor:pointer;outline:1px solid #0000;position:relative}.ca-preview-section:before{content:attr(data-label);z-index:2;color:#1f3f97;opacity:0;pointer-events:none;background:#e7f0ff;border:1px solid #2f80ed;border-radius:4px 4px 0 0;padding:2px 6px;font-size:11px;position:absolute;top:0;left:0;transform:translateY(-100%)}.ca-preview-section:hover,.ca-preview-section.active{outline-color:#2f80ed}.ca-preview-section:hover:before,.ca-preview-section.active:before{opacity:1}.ca-editor-right-head{border-bottom:1px solid #dfe3e8;justify-content:space-between;align-items:flex-start;gap:12px;padding:18px;display:flex}.ca-editor-right-head h2{color:#202223;margin:0;font-size:16px}.ca-editor-right-head p{color:#6d7175;margin:4px 0 0;font-size:13px}.ca-tabs{border-bottom:1px solid #dfe3e8;gap:18px;padding:0 18px;display:flex}.ca-tabs span{color:#6d7175;padding:12px 0;font-size:13px;font-weight:700}.ca-tabs .active{color:#1f3f97;box-shadow:inset 0 -2px #1f3f97}.ca-form{gap:14px;padding:18px;display:grid}.ca-field{gap:6px;display:grid}.ca-field span{color:#303030;justify-content:space-between;gap:8px;font-size:12px;font-weight:700;display:flex}.ca-field small{color:#8c9196;font-weight:500}.ca-field textarea{resize:vertical;min-height:86px}.ca-two{grid-template-columns:1fr 1fr;gap:12px;display:grid}.ca-color-row{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.ca-color-row input{min-height:42px;padding:3px}.ca-image-controls{gap:10px;display:grid}.ca-image-preview{color:#8c9196;background:#f6f6f7;border:1px dashed #c9cccf;border-radius:8px;place-items:center;height:108px;font-weight:700;display:grid;overflow:hidden}.ca-image-preview img{object-fit:cover;width:100%;height:100%}.ca-image-controls input[type=file]{display:none}.ca-upload{color:#1f3f97;cursor:pointer;border:1px solid #c9d3e8;border-radius:8px;place-items:center;min-height:38px;font-weight:750;display:grid}.ca-product-page{grid-template-columns:320px minmax(0,1fr);min-height:calc(100vh - 56px);display:grid}.ca-product-sidebar{background:#fff;border-right:1px solid #dfe3e8;flex-direction:column;height:calc(100vh - 56px);display:flex;position:sticky;top:56px;overflow:hidden}.ca-product-sidebar-head{border-bottom:1px solid #dfe3e8;padding:18px}.ca-product-sidebar-head h1{color:#0f2f78;margin:0;font-size:26px}.ca-product-tools{border-bottom:1px solid #dfe3e8;gap:10px;padding:14px;display:grid}.ca-product-tools input,.ca-product-tools select{border:1px solid #c9cccf;border-radius:8px;min-height:38px;padding:0 10px}.ca-product-list{flex:1;padding:8px;overflow:auto}.ca-product-item{text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #f0f0f0;border-radius:8px;width:100%;padding:12px}.ca-product-item.active,.ca-product-item:hover{background:#e7f0ff}.ca-product-item strong{color:#202223;display:block}.ca-product-item span{color:#6d7175;margin-top:3px;font-size:12px;display:block}.ca-product-editor{padding:28px;overflow:auto}.ca-product-editor-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.ca-product-editor-head h2{color:#0f2f78;margin:0;font-size:30px}.ca-product-editor-head p{color:#6d7175;margin:4px 0 0}.ca-product-actions{flex-wrap:wrap;gap:10px;display:flex}.ca-product-grid{grid-template-columns:300px minmax(0,1fr);align-items:start;gap:22px;display:grid}.ca-product-image-card,.ca-product-form,.ca-bulk{background:#fff;border:1px solid #dfe3e8;border-radius:12px;padding:16px}.ca-product-image-card img,.ca-product-empty-image{aspect-ratio:1;object-fit:contain;background:#eef4ff;border-radius:10px;width:100%}.ca-product-empty-image{color:#8c9196;place-items:center;font-weight:700;display:grid}.ca-product-image-card input[type=file]{display:none}.ca-product-form{gap:14px;display:grid}.ca-bulk{margin-top:18px}.ca-bulk h3{color:#0f2f78;margin:0 0 8px}.ca-bulk textarea{resize:vertical;border:1px solid #c9cccf;border-radius:8px;width:100%;min-height:100px;padding:10px}.page[data-page=mercado] .filters,.page[data-page=barra] .filters,.menu-page .filters{scrollbar-width:none;z-index:85!important;width:100vw!important;padding:12px max(24px, calc((100vw - var(--max)) / 2))!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#faf2e4fa!important;border:0!important;border-bottom:1px solid #1f3f9714!important;flex-wrap:nowrap!important;align-items:center!important;gap:10px!important;min-height:62px!important;margin:0 0 24px calc(50% - 50vw)!important;display:flex!important;position:sticky!important;top:72px!important;overflow:auto hidden!important;box-shadow:0 1px #1f3f9708!important}.page[data-page=mercado] .filters::-webkit-scrollbar{display:none}.page[data-page=barra] .filters::-webkit-scrollbar{display:none}.menu-page .filters::-webkit-scrollbar{display:none}.page[data-page=mercado] .filter-btn,.page[data-page=barra] .filter-btn,.menu-page .filter-btn{flex:none!important;margin:0!important}@media (width<=1100px){.ca-editor{grid-template-columns:270px minmax(520px,1fr) 310px}.ca-dashboard-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=900px){.ca-topbar{grid-template-columns:auto 1fr auto;padding:0 12px}.ca-admin-user strong{display:none}.ca-shell,.ca-product-page{grid-template-columns:1fr}.ca-sidebar{height:auto;padding:10px;display:flex;position:relative;top:auto;overflow-x:auto}.ca-side-section{display:none}.ca-side-btn{flex:none;width:auto}.ca-editor{grid-template-columns:1fr;height:auto;min-height:calc(100vh - 56px);overflow:visible}.ca-editor-left,.ca-editor-right{border:0;max-height:none}.ca-editor-main{min-height:680px}.ca-preview-wrap{overflow:auto}.ca-product-sidebar{height:auto;max-height:420px;position:relative;top:auto}.ca-product-grid,.ca-dashboard-lower,.ca-next,.ca-preview-hero,.ca-preview-band,.ca-preview-info,.ca-preview-footer{grid-template-columns:1fr}.ca-preview-product-grid{grid-template-columns:repeat(2,1fr)}.page[data-page=mercado] .filters,.page[data-page=barra] .filters,.menu-page .filters{min-height:56px!important;margin-bottom:18px!important;padding:9px 18px!important;top:66px!important}}.ca-admin{--ca-blue:#173f98;--ca-blue-dark:#0c2f78;--ca-border:#dfe3e8;--ca-text:#0f172a;--ca-muted:#64748b;--ca-bg:#f5f6f7;background:var(--ca-bg)!important;min-height:100vh!important;color:var(--ca-text)!important;letter-spacing:0!important;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif!important}.ca-admin *,.ca-admin :before,.ca-admin :after{box-sizing:border-box}.ca-admin button,.ca-admin input,.ca-admin textarea,.ca-admin select{font:inherit;letter-spacing:0!important}.ca-topbar{z-index:500!important;background:var(--ca-blue-dark)!important;color:#fff!important;grid-template-columns:210px minmax(260px,1fr) 210px!important;align-items:center!important;gap:18px!important;height:56px!important;padding:0 22px!important;display:grid!important;position:sticky!important;top:0!important;box-shadow:0 1px #0000002e!important}.ca-top-logo{align-items:center!important;min-width:0!important;display:flex!important}.ca-top-logo img{filter:brightness(0)invert()!important;width:64px!important;height:auto!important;display:block!important}.ca-global-search{color:#ffffffc7!important;background:#ffffff24!important;border-radius:8px!important;grid-template-columns:24px 1fr 34px!important;align-items:center!important;width:100%!important;max-width:560px!important;height:36px!important;padding:0 10px!important;display:grid!important}.ca-global-search input{color:#fff!important;background:0 0!important;border:0!important;outline:0!important;width:100%!important;min-height:34px!important}.ca-global-search input::placeholder{color:#ffffffb8!important}.ca-global-search kbd{color:#ffffffd1!important;background:#ffffff2e!important;border-radius:5px!important;justify-self:end!important;place-items:center!important;min-width:30px!important;height:20px!important;font-size:11px!important;display:grid!important}.ca-user{justify-self:end!important;align-items:center!important;gap:12px!important;font-size:13px!important;display:flex!important}.ca-shell{grid-template-columns:220px minmax(0,1fr)!important;min-height:calc(100vh - 56px)!important;display:grid!important}.ca-sidebar{border-right:1px solid var(--ca-border)!important;background:#f1f2f4!important;flex-direction:column!important;gap:18px!important;height:calc(100vh - 56px)!important;padding:18px 12px!important;display:flex!important;position:sticky!important;top:56px!important;overflow:auto!important}.ca-sidebar nav{gap:3px!important;display:grid!important}.ca-sidebar nav button,.ca-settings{color:#111827!important;text-align:left!important;cursor:pointer!important;background:0 0!important;border:0!important;border-radius:8px!important;width:100%!important;min-height:38px!important;padding:0 12px!important;font-size:14px!important;font-weight:650!important}.ca-sidebar nav button:hover,.ca-sidebar nav button.active,.ca-settings:hover{color:var(--ca-blue)!important;background:#e7eefc!important}.ca-settings{margin-top:auto!important}.ca-content{background:var(--ca-bg)!important;min-width:0!important}.ca-admin-home,.ca-online,.ca-products-admin{max-width:980px!important;margin:0 auto!important;padding:34px 32px 46px!important}.ca-home-head h1,.ca-page-title h1,.ca-products-head h1{color:var(--ca-blue-dark)!important;text-transform:uppercase!important;margin:0!important;font-size:28px!important;font-weight:800!important;line-height:1.1!important}.ca-home-head p,.ca-page-title p,.ca-products-head p{color:var(--ca-muted)!important;margin:8px 0 0!important;font-size:16px!important}.ca-metrics{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;margin-top:26px!important;display:grid!important}.ca-metrics article,.ca-panel,.ca-next article,.ca-theme-card,.ca-products-list,.ca-product-editor,.ca-bulk-card{border:1px solid var(--ca-border)!important;background:#fff!important;border-radius:10px!important;box-shadow:0 1px 2px #0f172a0a!important}.ca-metrics article{min-height:132px!important;padding:18px!important}.ca-metrics strong{color:var(--ca-blue-dark)!important;font-size:15px!important;display:block!important}.ca-metrics b{color:var(--ca-blue)!important;margin-top:12px!important;font-size:34px!important;line-height:1!important;display:block!important}.ca-metrics span,.ca-panel span{color:var(--ca-muted)!important;font-size:13px!important}.ca-metrics svg,.ca-sales svg{color:#2f80ed!important;width:100%!important;height:38px!important;margin-top:12px!important}.ca-home-grid{grid-template-columns:1.55fr .9fr!important;gap:16px!important;margin-top:16px!important;display:grid!important}.ca-panel{min-height:220px!important;padding:20px!important}.ca-panel h2,.ca-next h3{color:var(--ca-blue-dark)!important;margin:0 0 14px!important;font-size:18px!important;line-height:1.2!important}.ca-donut i{background:conic-gradient(#2f80ed 0 64%, #36b37e 64% 82%, #f7c948 82% 100%)!important;border-radius:50%!important;width:150px!important;height:150px!important;margin:26px auto 12px!important;display:block!important;position:relative!important}.ca-donut i:after{content:""!important;background:#fff!important;border-radius:50%!important;position:absolute!important;inset:38px!important}.ca-next{grid-template-columns:1fr 1fr!important;gap:16px!important;margin-top:16px!important;display:grid!important}.ca-next article{padding:20px!important}.ca-next p{color:var(--ca-muted)!important;margin:6px 0 18px!important}.ca-next button,.ca-theme-footer button,.ca-products-head button,.ca-primary-wide,.ca-product-media label,.ca-bulk-card button{background:var(--ca-blue)!important;color:#fff!important;cursor:pointer!important;border:0!important;border-radius:7px!important;min-height:40px!important;padding:0 16px!important;font-weight:750!important}.ca-theme-card{margin-top:24px!important;overflow:hidden!important}.ca-theme-preview{border-bottom:1px solid var(--ca-border)!important;background:#faf2e4!important}.ca-theme-nav{height:56px!important;color:var(--ca-blue)!important;text-transform:uppercase!important;border-bottom:1px solid #173f981f!important;justify-content:center!important;align-items:center!important;gap:24px!important;font-size:12px!important;font-weight:800!important;display:flex!important}.ca-theme-nav img{width:76px!important}.ca-theme-nav b{color:#fff!important;background:#e95030!important;border-radius:999px!important;padding:9px 16px!important}.ca-theme-hero{background-position:100%!important;background-size:cover!important;flex-direction:column!important;justify-content:center!important;min-height:320px!important;padding:56px!important;display:flex!important}.ca-theme-hero small{color:#e95030!important;text-transform:uppercase!important;font-weight:800!important}.ca-theme-hero h2{color:var(--ca-blue)!important;font-family:var(--display)!important;text-transform:uppercase!important;max-width:460px!important;margin:10px 0 0!important;font-size:72px!important;line-height:.85!important}.ca-theme-products{grid-template-columns:repeat(4,1fr)!important;gap:12px!important;padding:18px!important;display:grid!important}.ca-theme-products div{border:1px solid var(--ca-border)!important;background:#fff!important;border-radius:8px!important;padding:8px!important}.ca-theme-products img{object-fit:cover!important;border-radius:6px!important;width:100%!important;height:84px!important}.ca-theme-products strong{color:var(--ca-blue)!important;margin-top:8px!important;font-size:12px!important;display:block!important}.ca-theme-footer{justify-content:space-between!important;align-items:center!important;gap:16px!important;padding:16px 18px!important;display:flex!important}.ca-theme-footer strong,.ca-theme-footer span{display:block!important}.ca-theme-footer span{color:var(--ca-muted)!important;margin-top:4px!important;font-size:13px!important}.ca-editor{background:#f5f6f7!important;grid-template-columns:300px minmax(720px,1fr) 340px!important;height:calc(100vh - 56px)!important;display:grid!important;overflow:hidden!important}.ca-editor-left,.ca-editor-right{border-color:var(--ca-border)!important;background:#fff!important;overflow:auto!important}.ca-editor-left{border-right:1px solid var(--ca-border)!important;flex-direction:column!important;display:flex!important}.ca-editor-brand{border-bottom:1px solid var(--ca-border)!important;align-items:center!important;gap:12px!important;min-height:68px!important;padding:14px 18px!important;display:flex!important}.ca-editor-brand img{width:58px!important}.ca-editor-brand strong{color:#111827!important;font-size:15px!important;display:block!important}.ca-editor-brand span{color:var(--ca-muted)!important;font-size:12px!important}.ca-page-picker{color:var(--ca-muted)!important;border-bottom:1px solid var(--ca-border)!important;gap:7px!important;padding:14px 18px!important;font-size:12px!important;font-weight:700!important;display:grid!important}.ca-page-picker select,.ca-editor-right input,.ca-editor-right textarea,.ca-editor-right select{color:#111827!important;background:#fff!important;border:1px solid #c9cccf!important;border-radius:6px!important;outline:none!important;width:100%!important;min-height:38px!important;padding:8px 10px!important}.ca-section-list{gap:4px!important;padding:10px!important;display:grid!important;overflow:auto!important}.ca-section-list>strong{color:var(--ca-muted)!important;text-transform:uppercase!important;margin:12px 8px 6px!important;font-size:12px!important}.ca-section-list button{color:#111827!important;cursor:pointer!important;text-align:left!important;background:0 0!important;border:0!important;border-radius:8px!important;justify-content:space-between!important;align-items:center!important;gap:10px!important;min-height:42px!important;padding:0 10px!important;display:flex!important}.ca-section-list button:hover,.ca-section-list button.active{color:var(--ca-blue)!important;background:#e7eefc!important}.ca-section-list small{color:var(--ca-muted)!important;font-size:11px!important}.ca-add-section{color:var(--ca-blue)!important;border:1px dashed #aab4c3!important;justify-content:center!important;margin-top:10px!important}.ca-editor-save{width:calc(100% - 36px)!important;margin:auto 18px 10px!important}.ca-editor-left>p{color:#16a34a!important;margin:0 18px 18px!important;font-size:12px!important}.ca-editor-main{flex-direction:column!important;min-width:0!important;display:flex!important;overflow:hidden!important}.ca-editor-toolbar{border-bottom:1px solid var(--ca-border)!important;background:#fff!important;flex:none!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;height:58px!important;padding:0 14px!important;display:flex!important}.ca-editor-toolbar>div,.ca-editor-toolbar nav{align-items:center!important;gap:7px!important;display:flex!important}.ca-editor-toolbar button,.ca-editor-toolbar select{border:1px solid var(--ca-border)!important;color:#111827!important;background:#fff!important;border-radius:6px!important;min-height:36px!important;padding:0 12px!important;font-weight:650!important}.ca-editor-toolbar nav button.active{color:var(--ca-blue)!important;background:#e7eefc!important;border-color:#b8cdf8!important}.ca-editor-toolbar>button{background:var(--ca-blue)!important;color:#fff!important;border-color:var(--ca-blue)!important}.ca-preview-wrap{background:#eef1f5!important;flex:1!important;padding:18px!important;overflow:auto!important}.ca-preview-site{width:min(1180px,100%)!important;min-height:720px!important;color:var(--ca-blue)!important;box-shadow:0 0 0 1px var(--ca-border), 0 8px 26px #0f172a1a!important;background:#faf2e4!important;margin:0 auto!important;position:relative!important}.ca-preview-announcement{background:var(--ca-blue)!important;color:#fff!important;text-transform:uppercase!important;place-items:center!important;height:22px!important;font-size:9px!important;font-weight:800!important;display:grid!important}.ca-preview-header{height:58px!important;color:var(--ca-blue)!important;text-transform:uppercase!important;background:#faf2e4!important;border-bottom:1px solid #173f981f!important;justify-content:center!important;align-items:center!important;gap:28px!important;font-size:11px!important;font-weight:800!important;display:flex!important}.ca-preview-header img{width:82px!important}.ca-preview-header b{color:#fff!important;background:#e95030!important;border-radius:999px!important;padding:9px 15px!important}.ca-preview-hero{cursor:pointer!important;background-position:100%!important;background-size:cover!important;outline:1px solid #0000!important;align-items:center!important;min-height:360px!important;padding:58px 72px!important;display:grid!important;position:relative!important}.ca-preview-hero h1{max-width:520px!important;font-family:var(--display)!important;color:var(--ca-blue)!important;text-transform:uppercase!important;margin:8px 0 0!important;font-size:72px!important;line-height:.86!important}.ca-preview-hero small,.ca-preview-block small{color:#e95030!important;text-transform:uppercase!important;font-size:12px!important;font-weight:800!important}.ca-preview-hero p,.ca-preview-block p{color:#303030!important;max-width:470px!important;font-size:14px!important;line-height:1.45!important}.ca-preview-hero button{color:#fff!important;text-transform:uppercase!important;background:#e95030!important;border:0!important;border-radius:999px!important;min-height:34px!important;margin-right:8px!important;padding:0 14px!important;font-size:11px!important;font-weight:800!important}.ca-preview-hero button+button{color:var(--ca-blue)!important;border:1px solid var(--ca-blue)!important;background:0 0!important}.ca-preview-block{cursor:pointer!important;border-top:1px solid #173f981f!important;outline:1px solid #0000!important;padding:26px 72px!important;position:relative!important}.ca-preview-block h2{color:var(--ca-blue)!important;font-family:var(--display)!important;text-transform:uppercase!important;margin:4px 0 8px!important;font-size:34px!important;line-height:.95!important}.ca-preview-block img{object-fit:cover!important;border-radius:8px!important;width:220px!important;height:92px!important}.ca-preview-products{grid-template-columns:repeat(4,1fr)!important;gap:12px!important;margin-top:16px!important;display:grid!important}.ca-preview-products article{border:1px solid var(--ca-border)!important;background:#fff!important;border-radius:8px!important;padding:8px!important}.ca-preview-products img{object-fit:cover!important;width:100%!important;height:78px!important}.ca-preview-products strong{color:var(--ca-blue)!important;font-size:12px!important;display:block!important}.ca-preview-products span{color:#e95030!important;font-size:12px!important;font-weight:800!important}.ca-preview-footer{cursor:pointer!important;background:#fff7ea!important;border-top:1px solid #173f981f!important;grid-template-columns:160px 1fr!important;align-items:center!important;gap:26px!important;padding:28px 72px!important;display:grid!important;position:relative!important}.ca-preview-footer img{width:105px!important}.ca-preview-footer nav{color:var(--ca-blue)!important;text-transform:uppercase!important;gap:18px!important;font-size:11px!important;font-weight:800!important;display:flex!important}.ca-preview-footer p{color:#64748b!important;grid-column:1/-1!important;margin:0!important;font-size:11px!important}.ca-preview-tag{z-index:8!important;color:var(--ca-blue)!important;opacity:0!important;pointer-events:none!important;background:#dbeafe!important;border:1px solid #2f80ed!important;border-radius:4px 4px 0 0!important;padding:2px 6px!important;font-size:10px!important;font-weight:700!important;position:absolute!important;transform:translateY(-100%)!important}.ca-preview-site :hover>.ca-preview-tag,.ca-preview-hero.selected,.ca-preview-block.selected,.ca-preview-footer.selected{outline-offset:-2px!important;outline:2px solid #2f80ed!important}.ca-preview-hero.selected .ca-preview-tag,.ca-preview-block.selected .ca-preview-tag,.ca-preview-footer.selected .ca-preview-tag{opacity:1!important}.ca-editor-right{border-left:1px solid var(--ca-border)!important}.ca-editor-right>header{border-bottom:1px solid var(--ca-border)!important;justify-content:space-between!important;align-items:flex-start!important;gap:12px!important;min-height:66px!important;padding:16px 18px!important;display:flex!important}.ca-editor-right>header strong{color:#111827!important;font-size:16px!important;display:block!important}.ca-editor-right>header span{color:var(--ca-muted)!important;margin-top:3px!important;font-size:13px!important;display:block!important}.ca-editor-right>header button{color:#d72c0d!important;cursor:pointer!important;background:0 0!important;border:0!important}.ca-editor-right>nav{border-bottom:1px solid var(--ca-border)!important;gap:18px!important;padding:0 18px!important;display:flex!important}.ca-editor-right>nav button{color:var(--ca-muted)!important;background:0 0!important;border:0!important;padding:13px 0!important;font-size:13px!important;font-weight:700!important}.ca-editor-right>nav button.active{color:var(--ca-blue)!important;box-shadow:inset 0 -2px 0 var(--ca-blue)!important}.ca-editor-right>label,.ca-field-row,.ca-media-setting,.ca-color-grid{margin:14px 18px 0!important}.ca-editor-right>label,.ca-field-row label,.ca-color-grid label{color:#374151!important;gap:6px!important;font-size:12px!important;font-weight:700!important;display:grid!important}.ca-editor-right textarea{resize:vertical!important;min-height:86px!important}.ca-field-row{grid-template-columns:1fr 1fr!important;gap:10px!important;display:grid!important}.ca-media-setting{border:1px solid var(--ca-border)!important;border-radius:8px!important;grid-template-columns:1fr auto auto!important;align-items:center!important;gap:8px!important;padding:10px!important;display:grid!important}.ca-media-setting span{color:#374151!important;grid-column:1/-1!important;font-size:12px!important;font-weight:700!important}.ca-media-setting img,.ca-media-setting i{object-fit:cover!important;width:76px!important;height:46px!important;color:var(--ca-muted)!important;background:#f1f5f9!important;border-radius:5px!important;place-items:center!important;font-size:11px!important;display:grid!important}.ca-media-setting input[type=file]{display:none!important}.ca-media-setting label,.ca-media-setting button{border:1px solid var(--ca-border)!important;color:var(--ca-blue)!important;cursor:pointer!important;background:#fff!important;border-radius:6px!important;place-items:center!important;min-height:32px!important;padding:0 10px!important;font-size:12px!important;display:grid!important}.ca-color-grid{grid-template-columns:repeat(4,1fr)!important;gap:8px!important;display:grid!important}.ca-color-grid input{height:40px!important;padding:2px!important}.ca-primary-wide{width:calc(100% - 36px)!important;margin:18px!important}.ca-products-admin{max-width:1180px!important}.ca-products-head{justify-content:space-between!important;align-items:flex-start!important;gap:18px!important;margin-bottom:20px!important;display:flex!important}.ca-products-head>div:last-child{gap:10px!important;display:flex!important}.ca-products-head button:last-child{background:#e95030!important}.ca-products-grid{grid-template-columns:310px minmax(0,1fr)!important;align-items:start!important;gap:18px!important;display:grid!important}.ca-products-list{position:sticky!important;top:72px!important;overflow:hidden!important}.ca-products-filter{border-bottom:1px solid var(--ca-border)!important;gap:10px!important;padding:14px!important;display:grid!important}.ca-products-filter input,.ca-products-filter select{border:1px solid #c9cccf!important;border-radius:7px!important;min-height:38px!important;padding:0 10px!important}.ca-scroll-list{gap:4px!important;max-height:calc(100vh - 220px)!important;padding:8px!important;display:grid!important;overflow:auto!important}.ca-scroll-list button{text-align:left!important;cursor:pointer!important;background:0 0!important;border:0!important;border-radius:8px!important;grid-template-columns:44px 1fr!important;align-items:center!important;gap:10px!important;width:100%!important;min-height:58px!important;padding:7px!important;display:grid!important}.ca-scroll-list button:hover,.ca-scroll-list button.active{background:#e7eefc!important}.ca-scroll-list img{object-fit:cover!important;background:#eef4ff!important;border-radius:6px!important;width:44px!important;height:44px!important}.ca-scroll-list strong{color:#111827!important;font-size:13px!important;display:block!important}.ca-scroll-list small{color:var(--ca-muted)!important;font-size:11px!important}.ca-product-editor{min-height:620px!important;padding:18px!important;overflow:visible!important}.ca-product-main{grid-template-columns:280px 1fr!important;align-items:start!important;gap:18px!important;display:grid!important}.ca-product-media{gap:12px!important;display:grid!important}.ca-product-media img{aspect-ratio:1!important;object-fit:contain!important;border:1px solid var(--ca-border)!important;background:#e8f3ff!important;border-radius:10px!important;width:100%!important}.ca-product-media input[type=file]{display:none!important}.ca-product-fields{gap:12px!important;display:grid!important}.ca-product-fields label{color:#374151!important;gap:6px!important;font-size:12px!important;font-weight:700!important;display:grid!important}.ca-product-fields input,.ca-product-fields textarea,.ca-product-fields select,.ca-bulk-card textarea{border:1px solid #c9cccf!important;border-radius:7px!important;width:100%!important;min-height:38px!important;padding:8px 10px!important}.ca-product-fields textarea{resize:vertical!important;min-height:86px!important}.ca-variants{border:1px solid var(--ca-border)!important;border-radius:8px!important;margin:14px 18px 0!important;padding:12px!important}.ca-variants-head{color:#374151!important;justify-content:space-between!important;align-items:center!important;gap:10px!important;margin-bottom:10px!important;font-size:12px!important;font-weight:700!important;display:flex!important}.ca-variants-head button{border:1px solid var(--ca-border)!important;color:var(--ca-blue)!important;cursor:pointer!important;background:#fff!important;border-radius:6px!important;min-height:32px!important;padding:0 10px!important;font-size:12px!important}.ca-variant-row{grid-template-columns:1fr 1fr auto!important;align-items:end!important;margin:0 0 10px!important}.ca-variant-row:last-child{margin-bottom:0!important}.ca-variant-row .danger{color:#d72c0d!important;cursor:pointer!important;background:#fff1f0!important;border:1px solid #ffccc7!important;border-radius:7px!important;min-height:38px!important;padding:0 12px!important}.ca-variants-empty{color:var(--ca-muted)!important;margin:0!important;font-size:12px!important}.ca-toggle-row{flex-wrap:wrap!important;align-items:center!important;gap:16px!important;display:flex!important}.ca-toggle-row label{align-items:center!important;gap:7px!important;display:flex!important}.ca-toggle-row .danger{color:#d72c0d!important;background:#fff1f0!important;border:1px solid #ffccc7!important;border-radius:7px!important;min-height:36px!important;margin-left:auto!important;padding:0 12px!important}.ca-bulk-card{margin-top:18px!important;padding:16px!important}.ca-bulk-card h2{color:var(--ca-blue-dark)!important;margin:0 0 6px!important;font-size:18px!important}.ca-bulk-card p{color:var(--ca-muted)!important;margin:0 0 12px!important}.ca-bulk-card textarea{resize:vertical!important;min-height:96px!important}.ca-bulk-card table{border-collapse:collapse!important;width:100%!important;margin:12px 0!important;font-size:12px!important}.ca-bulk-card td{border-top:1px solid var(--ca-border)!important;padding:8px!important}.ca-status-line{color:var(--ca-muted)!important;font-size:12px!important}.page[data-page=mercado] .filters,.page[data-page=barra] .filters,.menu-page .filters{z-index:82!important;clip-path:inset(0 -100vmax)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;scrollbar-width:none!important;background:#faf2e4!important;border:0!important;flex-wrap:nowrap!important;align-items:center!important;gap:10px!important;width:auto!important;min-height:58px!important;margin:0 0 28px!important;padding:12px 0!important;display:flex!important;position:sticky!important;top:89px!important;overflow:auto visible!important;box-shadow:0 0 0 100vmax #faf2e4,0 1px #173f9814!important}.page[data-page=mercado] .filters:before,.page[data-page=mercado] .filters:after,.page[data-page=barra] .filters:before,.page[data-page=barra] .filters:after,.menu-page .filters:before,.menu-page .filters:after{content:none!important;display:none!important}.page[data-page=mercado] .filters+.product-grid,.page[data-page=barra] .filters+.product-grid,.menu-page .filters+.product-grid{margin-top:0!important}@media (width<=1100px){.ca-editor{grid-template-columns:270px minmax(560px,1fr) 310px!important}.ca-metrics{grid-template-columns:repeat(2,1fr)!important}.ca-home-grid,.ca-products-grid{grid-template-columns:1fr!important}.ca-products-list{position:relative!important;top:auto!important}}@media (width<=900px){.ca-topbar{grid-template-columns:auto 1fr auto!important;padding:0 12px!important}.ca-user b{display:none!important}.ca-shell{grid-template-columns:1fr!important}.ca-sidebar{flex-direction:row!important;height:auto!important;position:relative!important;top:auto!important;overflow-x:auto!important}.ca-sidebar nav{gap:6px!important;display:flex!important}.ca-sidebar nav button,.ca-settings{flex:none!important;width:auto!important}.ca-admin-home,.ca-online,.ca-products-admin{padding:24px 16px 34px!important}.ca-editor{grid-template-columns:1fr!important;height:auto!important;min-height:calc(100vh - 56px)!important;overflow:visible!important}.ca-editor-left,.ca-editor-right{border:0!important;max-height:none!important}.ca-preview-wrap{min-height:560px!important}.ca-preview-hero{padding:38px 24px!important}.ca-preview-hero h1{font-size:44px!important}.ca-preview-block,.ca-preview-footer{padding:22px 24px!important}.ca-preview-products,.ca-theme-products{grid-template-columns:repeat(2,1fr)!important}.ca-product-main,.ca-field-row{grid-template-columns:1fr!important}.page[data-page=mercado] .filters,.page[data-page=barra] .filters,.menu-page .filters{min-height:54px!important;margin-bottom:22px!important;padding:10px 0!important;top:66px!important}}.ca-user{color:#fff!important;white-space:nowrap!important;justify-self:end!important;align-items:center!important;gap:10px!important;font-weight:700!important;display:flex!important}.ca-user span{background:#ffffff24!important;border-radius:999px!important;place-items:center!important;width:26px!important;height:26px!important;font-size:13px!important;display:grid!important}.ca-admin .ca-content{background:#f5f7fb!important;min-width:0!important}.ca-admin .ca-online,.ca-admin .ca-admin-home,.ca-admin .ca-products-admin{width:100%!important}.ca-online .ca-theme-card{border:1px solid #d9e1ef!important;border-radius:14px!important;box-shadow:0 14px 36px #0e2b5d14!important}.ca-theme-preview{background:#fff7eb!important;border:1px solid #2f6df6!important}.ca-theme-footer{background:#fff!important}.ca-preview-site{min-height:760px!important}.ca-preview-footer{grid-template-columns:1fr 1.2fr 1fr!important;align-items:start!important;gap:18px!important;display:grid!important}.ca-preview-footer:before{content:""!important;background:url(/assets/logo-catch-azul-trim.png) 50%/contain no-repeat!important;width:92px!important;height:54px!important;display:block!important}.ca-preview-footer nav,.ca-preview-footer div{flex-wrap:wrap!important;gap:10px!important;display:flex!important}.ca-products-list{max-height:calc(100vh - 148px)!important;overflow:hidden!important}.ca-scroll-list{max-height:calc(100vh - 250px)!important;padding-right:4px!important;overflow:auto!important}.ca-product-editor{overflow:visible!important}.ca-product-main{align-items:start!important}.ca-editor-left,.ca-editor-right{align-self:start!important;position:sticky!important;top:56px!important}.ca-editor-main{overflow:auto!important}@media (width<=900px){.ca-user b{display:none!important}.ca-products-list,.ca-scroll-list{max-height:none!important}.ca-preview-footer{grid-template-columns:1fr!important}}.visual-panel img,.story-panel img{object-fit:cover;border-radius:16px;width:100%;max-height:220px;margin-top:14px}.product-info h3{min-height:68px;font-size:clamp(31px,2.9vw,38px)!important}::view-transition-old(root){animation-duration:.28s;animation-timing-function:ease}::view-transition-new(root){animation-duration:.28s;animation-timing-function:ease}@keyframes catch-page-fade{0%{opacity:0}to{opacity:1}}body.page-transition #contenido,body.page-transition footer{animation:.35s both catch-page-fade}@keyframes product-card-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.product-grid{align-items:stretch}.product-card{opacity:0;min-height:0;animation:.45s ease-out both product-card-in}.product-media.has-toggle{cursor:pointer}.product-card.is-highlighted{animation:.45s ease-out both product-card-in,1.8s ease-out product-card-highlight}@keyframes product-card-highlight{0%{box-shadow:inset 0 0 0 4px var(--salmon)}to{box-shadow:inset 0 0 0 4px #dd563400}}.product-grid .product-card:first-child{animation-delay:20ms}.product-grid .product-card:nth-child(2){animation-delay:60ms}.product-grid .product-card:nth-child(3){animation-delay:.1s}.product-grid .product-card:nth-child(4){animation-delay:.14s}.product-grid .product-card:nth-child(5){animation-delay:.18s}.product-grid .product-card:nth-child(6){animation-delay:.22s}.product-grid .product-card:nth-child(n+7){animation-delay:.26s}.product-media img{opacity:0;transition:opacity .5s,transform .6s;transform:scale(1.04)}.product-media img.is-loaded{opacity:1;transform:scale(1)}@media (prefers-reduced-motion:reduce){.product-card{opacity:1;animation:none;transform:none}.product-media img{opacity:1;transition:none}}.featured-group{margin-top:36px}.featured-group:first-child{margin-top:0}.featured-group-title{margin:0 0 18px;letter-spacing:0!important;text-transform:uppercase!important;color:var(--salmon)!important;font-family:Inter,sans-serif!important;font-size:17px!important;font-weight:500!important;line-height:1!important}.featured-group-title a{color:inherit;text-decoration:none}.featured-group-title a:hover{text-decoration:underline}.featured-group-cta{color:var(--blue);font-family:var(--display);letter-spacing:.12em;text-transform:uppercase;justify-content:flex-end;align-items:center;gap:8px;margin-top:18px;font-size:14px;font-weight:800;text-decoration:none;display:flex}.featured-group-cta .wave-icon{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;width:28px;height:14px;transition:transform .2s}.featured-group-cta:hover .wave-icon{transform:translate(4px)}.product-variants{scrollbar-width:none;flex-wrap:nowrap;gap:6px;min-height:30px;margin-top:14px;padding-bottom:2px;display:flex;overflow-x:auto}.product-variants::-webkit-scrollbar{display:none}.variant-btn{border:1.5px solid var(--line-blue);background:var(--white);min-height:28px;color:var(--blue);font-family:var(--display);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;white-space:nowrap;border-radius:999px;flex:none;padding:0 11px;font-size:11px;font-weight:800;transition:all .2s}.variant-btn:hover{border-color:var(--blue)}.variant-btn.active{background:var(--blue);color:var(--cream);border-color:var(--blue)}.product-missing-image{color:var(--blue);font-family:var(--display);letter-spacing:.14em;text-transform:uppercase;text-align:center;background:repeating-linear-gradient(135deg,#2643970f 0 12px,#2643971a 12px 24px);place-items:center;padding:0 16px;font-size:14px;font-weight:800;display:grid;position:absolute;inset:0}@keyframes nav-cta-breathe{0%,to{transform:scale(1);box-shadow:0 0 #dd563459}50%{transform:scale(1.035);box-shadow:0 0 0 6px #dd563400}}.nav-cta{animation:3.2s ease-in-out infinite nav-cta-breathe}.nav-cta:hover{animation-play-state:paused}@media (prefers-reduced-motion:reduce){.nav-cta{animation:none}}.product-more{border:1.5px solid var(--line-blue);background:var(--white);min-height:28px;color:var(--blue);font-family:var(--display);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;white-space:nowrap;border-radius:999px;flex:none;align-self:flex-start;align-items:center;gap:5px;margin-top:10px;padding:0 11px;font-size:11px;font-weight:800;transition:all .2s;display:inline-flex}.product-more:hover{border-color:var(--blue)}.product-more.is-open{background:var(--blue);color:var(--cream);border-color:var(--blue)}.product-more svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:12px;height:12px;transition:transform .2s}.product-more.is-open svg{transform:rotate(180deg)}.menu-dark .product-more{color:var(--cream);background:0 0;border-color:#ffffff59}.menu-dark .product-more:hover{border-color:var(--cream)}.menu-dark .product-more.is-open{background:var(--cream);color:var(--blue);border-color:var(--cream)}.product-info{position:relative}.product-details{background:#f4f3f199;border-radius:14px;flex-direction:column;gap:10px;margin-top:10px;padding:16px 36px 16px 16px;animation:.35s product-details-in;display:flex;position:relative}@keyframes product-details-in{0%{opacity:0}to{opacity:1}}.menu-dark .product-details{background:#ffffff0f}.product-details-description{color:#111111bf;white-space:pre-line;margin:0;font-size:14px;line-height:1.6}.menu-dark .product-details-description{color:#ffffffd9}.product-details-variants{color:#111111bf;flex-direction:column;gap:6px;margin:0;padding:0;font-size:14px;line-height:1.6;list-style:none;display:flex}.menu-dark .product-details-variants{color:#ffffffd9}.product-details-variants strong{color:var(--blue)}.menu-dark .product-details-variants strong{color:var(--cream)}.product-details-footnote{border-left:3px solid var(--salmon);color:#111111b3;white-space:pre-line;background:#dd563412;border-radius:0 8px 8px 0;margin:2px 0 0;padding:10px 12px;font-size:13px;font-weight:600;line-height:1.5}.menu-dark .product-details-footnote{color:#ffffffd9;background:#ffffff14}.product-details-close{color:#11111159;cursor:pointer;background:0 0;border:0;border-radius:999px;width:22px;height:22px;font-size:16px;line-height:1;transition:color .2s,background .2s;position:absolute;top:8px;right:10px}.product-details-close:hover{color:var(--blue);background:#26439714}.menu-dark .product-details-close{color:#fff6}.menu-dark .product-details-close:hover{color:var(--cream);background:#ffffff1f}@media (width<=920px){.site-header{transition:background .25s,border-color .25s,box-shadow .25s;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:none!important;background:0 0!important;border-bottom-color:#0000!important}body.is-scrolled .site-header{-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important;background:#faf2e4f0!important;border-bottom-color:#26439712!important;box-shadow:0 10px 30px #26439709!important}.hamburger{background:0 0!important;border:0!important}.mobile-sticky-order{opacity:0;pointer-events:none;transition:opacity .25s,transform .25s;transform:translateY(16px)}body.is-scrolled .mobile-sticky-order{opacity:1;pointer-events:auto;transform:translateY(0)}}
