:root,[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--t-color-canvas:#f4f7fb;--t-color-surface:#fff;--t-color-text:#192536;--t-color-muted:#526277;--t-color-border:#d8e0eb;--t-color-control-border:#64768d;--t-color-action:#315cdb;--t-color-on-action:#fff;--t-color-action-hover:#2448b1;--t-color-action-soft:#edf2ff;--t-color-navigation-selected:#c2d7ff;--t-color-on-navigation-selected:#163b78;--t-color-navigation-hover:#e0eaff;--t-color-success:#14653b;--t-color-success-soft:#eaf7ef;--t-color-warning:#805300;--t-color-warning-soft:#fff3d6;--t-color-danger:#b42332;--t-color-danger-soft:#fff0f0;--t-color-neutral-soft:#eaf0f6;--t-color-zone-green:#21864e;--t-color-zone-blue:#257abb;--t-color-zone-purple:#8954b8;--t-color-zone-orange:#bc7218;--t-color-zone-red:#cb4851;--t-color-zone-teal:#138980;--t-layout-map-inspector:26.25rem;--t-layout-map-inspector-laptop:23.75rem;--t-layout-zone-list:16.25rem;--t-layout-zone-list-laptop:14rem;--t-color-overlay:#1119248c;--t-font-display:"Segoe UI Variable Display", "Aptos Display", "Segoe UI", sans-serif;--t-font-body:"Segoe UI Variable Text", "Aptos", "Segoe UI", sans-serif;--t-font-numeric:"Cascadia Mono", "Consolas", monospace;--t-font-xs:.75rem;--t-font-sm:.875rem;--t-font-md:1rem;--t-font-lg:1.25rem;--t-font-xl:1.75rem;--t-weight-regular:400;--t-weight-medium:600;--t-line-height:1.5;--t-space-1:.25rem;--t-space-2:.5rem;--t-space-3:.75rem;--t-space-4:1rem;--t-space-5:1.25rem;--t-space-6:1.5rem;--t-space-8:2rem;--t-space-10:2.5rem;--t-control-compact:2.25rem;--t-control-comfortable:2.75rem;--t-row-compact:2.5rem;--t-row-comfortable:3.5rem;--t-control-height:var(--t-control-compact);--t-row-height:var(--t-row-compact);--t-radius-control:.5rem;--t-radius-panel:.75rem;--t-radius-pill:999px;--t-border-width:1px;--t-shadow-raised:0 2px 8px #11192414;--t-shadow-overlay:0 16px 64px #11192440;--t-z-base:0;--t-z-skip:10;--t-z-overlay:100;--t-motion-fast:.12s;--t-motion-overlay:.2s;--t-motion-slow:.8s;--t-motion-ease:ease-out;--t-focus-width:2px;--t-focus-offset:3px;--t-breakpoint-mobile:768px;--t-breakpoint-tablet:1024px;--t-layout-sidebar:13rem;--t-layout-context:17rem;--t-layout-content:88rem;--t-layout-dialog:36rem;--t-layout-crm-sidebar:14rem;--t-layout-crm-sidebar-laptop:12.5rem;--t-layout-categories:13rem;--t-layout-categories-laptop:11.5rem;--t-layout-operator-header:6rem;--t-layout-drawer:48rem;--t-layout-drawer-laptop:42rem;--t-layout-filter-min:12rem;--t-layout-filter-max:18rem;--t-layout-matrix-min:34rem;--t-font-workspace-title:1.5rem;--t-table-min-width:32rem}[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--t-color-canvas:#111924;--t-color-surface:#192536;--t-color-text:#f1f5fb;--t-color-muted:#b3c2d5;--t-color-border:#35465d;--t-color-control-border:#8a9bb0;--t-color-action:#9bb8ff;--t-color-on-action:#111924;--t-color-action-hover:#bed0ff;--t-color-action-soft:#253958;--t-color-navigation-selected:#244c87;--t-color-on-navigation-selected:#e2edff;--t-color-navigation-hover:#1b304c;--t-color-success:#86dfab;--t-color-success-soft:#143525;--t-color-warning:#ffd27a;--t-color-warning-soft:#3c2d13;--t-color-danger:#ffb3ba;--t-color-danger-soft:#431f2b;--t-color-neutral-soft:#27364b}:root,[data-theme]{--t-border:var(--t-border-width) solid var(--t-color-border);--t-color-interactive-hover:var(--t-color-neutral-soft);--t-focus-color:var(--t-color-action);--t-focus-ring:var(--t-focus-width) solid var(--t-focus-color)}[data-density=compact]{--t-control-height:var(--t-control-compact);--t-row-height:var(--t-row-compact)}[data-density=comfortable]{--t-control-height:var(--t-control-comfortable);--t-row-height:var(--t-row-comfortable)}.t-select{font:inherit;width:100%}.t-select:focus-visible{outline:var(--t-focus-ring);outline-offset:var(--t-focus-offset)}.t-checkbox{align-items:center;gap:var(--t-space-2);min-height:var(--t-control-height);cursor:pointer;display:flex;position:relative}.t-checkbox-mark{width:var(--t-space-5);height:var(--t-space-5);border:var(--t-border-width) solid var(--t-color-control-border);border-radius:var(--t-radius-control);color:#0000;flex:none;justify-content:center;align-items:center;display:inline-flex}.t-checkbox[data-selected] .t-checkbox-mark{background:var(--t-color-action);color:var(--t-color-on-action)}.t-checkbox[data-disabled]{color:var(--t-color-muted);cursor:not-allowed}*,:before,:after{box-sizing:border-box}body{background:var(--t-color-canvas);color:var(--t-color-text);font-family:var(--t-font-body);font-size:var(--t-font-sm);line-height:var(--t-line-height);margin:0}button,textarea,input{font:inherit}a{color:var(--t-color-action)}h1,h2,h3,p{margin:0}h1,h2,h3,.t-heading{font-family:var(--t-font-display)}h1{font-size:var(--t-font-xl);line-height:1.2;font-weight:var(--t-weight-medium)}h2,.t-heading{font-size:var(--t-font-lg);font-weight:var(--t-weight-medium)}h3{font-size:var(--t-font-md)}:where(a,button,input,textarea,[tabindex]):focus-visible,[data-focus-visible]{outline:var(--t-focus-ring);outline-offset:var(--t-focus-offset)}.t-button{justify-content:center;align-items:center;gap:var(--t-space-2);min-height:var(--t-control-height);border:var(--t-border-width) solid transparent;border-radius:var(--t-radius-control);max-width:100%;padding:var(--t-space-2) var(--t-space-4);font-weight:var(--t-weight-medium);cursor:pointer;background:var(--t-color-action);color:var(--t-color-on-action);transition:background-color var(--t-motion-fast) var(--t-motion-ease);overflow-wrap:anywhere;display:inline-flex}.t-button[data-hovered],.t-button[data-focus-visible]{background:var(--t-color-action-hover)}.t-button[data-pressed]{box-shadow:inset 0 0 0 var(--t-focus-width) currentColor}.t-button--secondary{background:var(--t-color-surface);border-color:var(--t-color-control-border);color:var(--t-color-text)}.t-button--secondary[data-hovered],.t-button--secondary[data-focus-visible]{background:var(--t-color-interactive-hover)}.t-close-button.t-button{width:var(--t-control-height);height:var(--t-control-height);padding:var(--t-space-2);border-radius:var(--t-radius-pill);background:var(--t-color-canvas);border-color:#0000;flex:none}.t-close-button.t-button[data-hovered]:not([aria-disabled=true]),.t-close-button.t-button[data-focus-visible]:not([aria-disabled=true]){background:var(--t-color-interactive-hover)}.t-button--danger{background:var(--t-color-danger-soft);border-color:var(--t-color-danger);color:var(--t-color-danger)}.t-button--danger[data-hovered],.t-button--danger[data-focus-visible]{background:var(--t-color-danger);color:var(--t-color-surface)}.t-button[data-disabled],.t-button[data-pending],.t-button[data-loading]{background:var(--t-color-neutral-soft);color:var(--t-color-muted);border-color:var(--t-color-border);cursor:not-allowed}.t-image-error{align-items:flex-start;gap:var(--t-space-2);max-width:100%;font-size:var(--t-font-sm);color:var(--t-color-danger);flex-direction:column;display:flex}.t-visually-hidden{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;top:0;left:0;overflow:hidden}.t-spinner{width:var(--t-space-4);height:var(--t-space-4);border:var(--t-focus-width) solid currentColor;border-radius:var(--t-radius-pill);animation:t-spin var(--t-motion-slow) linear infinite;border-right-color:#0000;flex:none}@keyframes t-spin{to{transform:rotate(360deg)}}.t-field{gap:var(--t-space-2);flex-direction:column;min-width:0;display:flex}.t-label{color:var(--t-color-text);font-weight:var(--t-weight-medium)}.t-input{width:100%;min-width:0;min-height:var(--t-control-height);padding:var(--t-space-2) var(--t-space-3);border:var(--t-border-width) solid var(--t-color-control-border);border-radius:var(--t-radius-control);background:var(--t-color-surface);color:var(--t-color-text)}.t-input-with-suffix{position:relative}textarea.t-input{resize:vertical;min-height:calc(var(--t-control-height) * 2)}.t-product-details{gap:var(--t-space-3);white-space:pre-wrap;overflow-wrap:anywhere;min-width:0;display:grid}.t-product-details p,.t-product-details dl,.t-product-details h3,.t-product-details dd{margin:0}.t-product-details dl{gap:var(--t-space-3);display:grid}.t-product-details dt{font-weight:var(--t-weight-medium)}.t-product-details .t-nutrition{margin-top:var(--t-space-2);grid-template-columns:repeat(auto-fit, minmax(calc(var(--t-space-8) * 3), 1fr))}.t-input-with-suffix .t-input{width:100%;padding-inline-end:var(--t-space-8)}.t-input-with-suffix>span{right:var(--t-space-3);color:var(--t-color-muted);pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.t-input::placeholder{color:var(--t-color-muted)}.t-input[data-invalid]{border-color:var(--t-color-danger)}.t-input:disabled,.t-field[data-readonly] .t-input{background:var(--t-color-neutral-soft);color:var(--t-color-muted)}.t-description{color:var(--t-color-muted);font-size:var(--t-font-sm)}.t-field-error{color:var(--t-color-danger);font-size:var(--t-font-sm)}.t-number-group{gap:var(--t-space-2);min-width:0;display:flex}.t-step-button{min-width:var(--t-control-height);min-height:var(--t-control-height);border:var(--t-border-width) solid var(--t-color-control-border);border-radius:var(--t-radius-control);background:var(--t-color-surface);color:var(--t-color-text);cursor:pointer}.t-step-button[data-hovered]{background:var(--t-color-neutral-soft)}.t-step-button[data-disabled]{color:var(--t-color-muted);cursor:not-allowed;background:var(--t-color-neutral-soft)}.t-numeric{font-family:var(--t-font-numeric);font-variant-numeric:tabular-nums}.t-status{width:fit-content;max-width:100%;padding:var(--t-space-1) var(--t-space-2);border-radius:var(--t-radius-control);font-size:var(--t-font-xs);line-height:var(--t-line-height);font-weight:var(--t-weight-medium);overflow-wrap:anywhere;align-items:center;display:inline-flex}.t-status--neutral{color:var(--t-color-muted);background:var(--t-color-neutral-soft)}.t-status--info{color:var(--t-color-action);background:var(--t-color-action-soft)}.t-status--success{color:var(--t-color-success);background:var(--t-color-success-soft)}.t-status--warning{color:var(--t-color-warning);background:var(--t-color-warning-soft)}.t-status--danger{color:var(--t-color-danger);background:var(--t-color-danger-soft)}.t-modal-overlay{z-index:var(--t-z-overlay);background:var(--t-color-overlay);padding:var(--t-space-4);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.t-modal{width:min(100%, var(--t-layout-dialog));max-height:calc(100dvh - var(--t-space-8));border:var(--t-border);border-radius:var(--t-radius-panel);background:var(--t-color-surface);color:var(--t-color-text);box-shadow:var(--t-shadow-overlay);overflow-y:auto}.t-modal-overlay[data-entering]{animation:t-overlay-enter var(--t-motion-overlay) var(--t-motion-ease) both}.t-modal-overlay[data-exiting]{animation:t-overlay-exit var(--t-motion-fast) var(--t-motion-ease) both}.t-modal[data-entering]{animation:t-dialog-enter var(--t-motion-overlay) var(--t-motion-ease) both}.t-modal[data-exiting]{animation:t-dialog-exit var(--t-motion-fast) var(--t-motion-ease) both}.t-modal-overlay[data-placement=drawer] .t-modal[data-entering]{animation-name:t-drawer-enter}.t-modal-overlay[data-placement=drawer] .t-modal[data-exiting]{animation-name:t-drawer-exit}@keyframes t-overlay-enter{0%{opacity:0}to{opacity:1}}@keyframes t-overlay-exit{0%{opacity:1}to{opacity:0}}@keyframes t-dialog-enter{0%{transform:translateY(var(--t-space-2))}to{transform:translateY(0)}}@keyframes t-dialog-exit{0%{transform:translateY(0)}to{transform:translateY(var(--t-space-2))}}@keyframes t-drawer-enter{0%{transform:translateX(var(--t-space-8))}to{transform:translate(0)}}@keyframes t-drawer-exit{0%{transform:translate(0)}to{transform:translateX(var(--t-space-8))}}.t-dialog{padding:var(--t-space-6);outline:none}.t-dialog-header{justify-content:space-between;align-items:flex-start;gap:var(--t-space-4);margin-bottom:var(--t-space-6);display:flex}.t-dialog-header .t-heading{overflow-wrap:anywhere}.t-dialog-body{gap:var(--t-space-4);display:grid}.t-table-region{border:var(--t-border);border-radius:var(--t-radius-panel);background:var(--t-color-surface);min-width:0;max-width:100%;padding:var(--t-space-1);overflow-x:auto}.t-table{width:100%;min-width:var(--t-table-min-width);border-collapse:separate;border-spacing:0;text-align:left}.t-table-heading{padding:var(--t-space-3) var(--t-space-4);color:var(--t-color-muted);font-size:var(--t-font-xs);font-weight:var(--t-weight-medium);border-bottom:var(--t-border);background:var(--t-color-canvas)}.t-table-cell{height:var(--t-row-height);padding:var(--t-space-3) var(--t-space-4);border-bottom:var(--t-border);overflow-wrap:anywhere}.t-table-row:last-child .t-table-cell{border-bottom:0}.t-table-row[data-hovered],.t-table-row:focus-within{background:var(--t-color-interactive-hover)}.t-table-reorder-cell{align-items:center;gap:var(--t-space-2);min-width:0;display:flex}.t-table-drag-handle.t-button{min-width:0;padding-inline:var(--t-space-1);color:var(--t-color-muted);cursor:grab;opacity:0;background:0 0;border-color:#0000;flex:none}.t-table-row:hover .t-table-drag-handle,.t-table-row:focus-within .t-table-drag-handle{opacity:1}.t-table-row[data-dragging]{opacity:.6}.t-table-drop-indicator[data-drop-target]>td{border-top:2px solid var(--t-color-action);box-shadow:0 var(--t-space-1) 0 var(--t-color-action-soft);position:relative}.t-table-drop-indicator[data-drop-target]>td:before{content:"";top:calc(-1 * var(--t-space-1));left:var(--t-space-2);width:var(--t-space-2);height:var(--t-space-2);border-radius:var(--t-radius-pill);background:var(--t-color-action);pointer-events:none;position:absolute}@media (pointer:coarse){.t-table-drag-handle.t-button{opacity:1}}.t-table-row[data-focus-visible],.t-table-cell[data-focus-visible],.t-table-heading[data-focus-visible]{outline-offset:calc(-1 * var(--t-focus-width))}.t-table-empty{padding:var(--t-space-8);text-align:center;color:var(--t-color-muted)}.t-shell{background:var(--t-color-canvas);min-height:100dvh;color:var(--t-color-text);display:flex}.t-modal-overlay[data-placement=drawer]{justify-content:flex-end;padding:0}.t-modal-overlay[data-placement=drawer] .t-modal{width:min(var(--t-layout-drawer), 100vw);border-radius:0;max-width:100vw;height:100dvh;max-height:100dvh}.t-modal-overlay[data-placement=drawer] .t-dialog{height:100%;max-height:100dvh}@media (width<=1500px){.t-modal-overlay[data-placement=drawer] .t-modal{width:min(var(--t-layout-drawer-laptop), 100vw)}}.t-sidebar{width:var(--t-layout-sidebar);flex:0 0 var(--t-layout-sidebar);padding:var(--t-space-6) var(--t-space-4);background:var(--t-color-surface);border-right:var(--t-border)}.t-wordmark{font-family:var(--t-font-display);font-size:var(--t-font-lg);font-weight:var(--t-weight-medium);display:block}.t-wordmark span{font-size:var(--t-font-xs);color:var(--t-color-muted);font-weight:var(--t-weight-regular);display:block}.t-navigation{margin-top:var(--t-space-10)}.t-navigation-toggle{display:none}.t-navigation-group+.t-navigation-group{margin-top:var(--t-space-6)}.t-navigation-group h2{padding:var(--t-space-2);color:var(--t-color-muted);font-family:var(--t-font-body);font-size:var(--t-font-xs)}.t-navigation ul{margin:0;padding:0;list-style:none}.t-navigation a{min-height:var(--t-control-height);padding:var(--t-space-2);border-radius:var(--t-radius-control);color:var(--t-color-text);transition:background-color var(--t-motion-fast) var(--t-motion-ease);text-decoration:none;display:block}.t-navigation a:hover,.t-navigation a:focus-visible{background:var(--t-color-interactive-hover)}.t-navigation a[aria-current=page]{color:var(--t-color-action);background:var(--t-color-action-soft);font-weight:var(--t-weight-medium)}.t-main{width:100%;max-width:var(--t-layout-content);min-width:0;padding:var(--t-space-8);margin-inline:auto}.t-page-header{justify-content:space-between;gap:var(--t-space-4);margin-bottom:var(--t-space-6);flex-wrap:wrap;align-items:flex-start;display:flex}.t-page-header>div{min-width:0}.t-page-header p{margin-top:var(--t-space-2);color:var(--t-color-muted)}.t-actions{gap:var(--t-space-2);flex-wrap:wrap;align-items:center;display:flex}.t-workspace{gap:var(--t-space-6);min-width:0;display:grid}.t-workspace--with-context{grid-template-columns:minmax(0, 1fr) var(--t-layout-context)}.t-content{gap:var(--t-space-6);flex-direction:column;min-width:0;display:flex}.t-context{background:var(--t-color-surface);border:var(--t-border);border-radius:var(--t-radius-panel);min-width:0;padding:var(--t-space-5);align-self:start}.t-context>*+*{margin-top:var(--t-space-4)}.t-edition-rail{align-items:center;gap:var(--t-space-3) var(--t-space-4);padding:var(--t-space-4);border:var(--t-border);border-radius:var(--t-radius-panel);background:var(--t-color-surface);flex-wrap:wrap;display:flex}.t-edition-rail ol{align-items:center;gap:var(--t-space-2);flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}.t-edition-rail li{font-size:var(--t-font-sm);color:var(--t-color-muted)}.t-edition-rail li+li:before{content:"→";margin-right:var(--t-space-2);color:var(--t-color-muted)}.t-edition-rail li[aria-current=step]{font-weight:var(--t-weight-medium);color:var(--t-color-action)}.t-edition-revision{font-size:var(--t-font-xs);color:var(--t-color-muted)}.t-skip-link{top:var(--t-space-2);left:var(--t-space-2);z-index:var(--t-z-skip);padding:var(--t-space-3);background:var(--t-color-surface);position:fixed;transform:translateY(-200%)}.t-skip-link:focus{transform:translateY(0)}.t-shell--storefront .t-main{max-width:64rem}.t-shell--backoffice{height:100dvh}.t-shell--backoffice .t-sidebar{--t-navigation-gutter:var(--t-space-4);background:var(--t-color-canvas);border-right:0;min-height:0;padding-inline:0;overflow-y:auto}.t-shell--backoffice .t-sidebar-heading{padding-inline:var(--t-navigation-gutter)}.t-shell--backoffice .t-navigation{padding-inline-end:var(--t-navigation-gutter)}.t-shell--backoffice .t-navigation-group h2{padding-inline-start:calc(var(--t-navigation-gutter) + var(--t-space-2))}.t-shell--backoffice .t-navigation a{border-radius:0 var(--t-radius-pill) var(--t-radius-pill) 0;padding-inline:calc(var(--t-navigation-gutter) + var(--t-space-4)) var(--t-space-4)}.t-shell--backoffice .t-navigation a:hover,.t-shell--backoffice .t-navigation a:focus-visible{background:var(--t-color-interactive-hover)}.t-shell--backoffice .t-navigation a[aria-current=page]{background:var(--t-color-navigation-selected);color:var(--t-color-on-navigation-selected)}.t-shell--backoffice .t-navigation a:focus-visible{outline-offset:calc(-1 * var(--t-focus-width))}.t-shell--backoffice .t-main{flex-direction:column;max-width:none;min-height:0;margin:0;padding:0;display:flex}.t-shell--backoffice .t-page-header{padding:var(--t-space-5) var(--t-space-8);flex:none;align-items:center;margin:0}.t-shell--backoffice .t-page-header .t-button{border-radius:var(--t-radius-panel)}.t-shell--backoffice .t-workspace{min-height:0;margin:0 var(--t-space-4) var(--t-space-4);padding:var(--t-space-4);background:var(--t-color-surface);border-radius:var(--t-radius-panel);flex:1;align-content:start;overflow-y:auto}.t-shell--backoffice .t-workspace:focus-visible{outline-offset:calc(-1 * var(--t-focus-width))}.t-stack{gap:var(--t-space-4);display:grid}.t-surface{padding:var(--t-space-6);background:var(--t-color-surface);border:var(--t-border);border-radius:var(--t-radius-panel)}.t-muted{color:var(--t-color-muted)}.t-story{padding:var(--t-space-6);background:var(--t-color-canvas);min-height:100dvh;color:var(--t-color-text)}.t-story-grid{gap:var(--t-space-6);grid-template-columns:repeat(auto-fit,minmax(min(100%,16rem),1fr));display:grid}@media (width<=1024px){.t-shell{flex-direction:column}.t-sidebar{width:100%;padding:var(--t-space-3) var(--t-space-6);border-right:0;border-bottom:var(--t-border);flex-basis:auto}.t-sidebar-heading{justify-content:space-between;align-items:center;gap:var(--t-space-4);display:flex}.t-navigation-toggle{display:inline-flex}.t-navigation{margin-top:var(--t-space-4);display:none}.t-navigation[data-open=true]{display:block}.t-workspace--with-context{grid-template-columns:minmax(0,1fr)}.t-shell--backoffice .t-sidebar{--t-navigation-gutter:var(--t-space-6);border-bottom:0;flex:none;max-height:40dvh}.t-shell--backoffice .t-main{flex:1}}@media (width<=768px){:root,[data-density]{--t-control-height:var(--t-control-comfortable);--t-row-height:var(--t-row-comfortable)}.t-main{padding:var(--t-space-4)}.t-sidebar{padding-inline:var(--t-space-4)}.t-shell--backoffice .t-sidebar{--t-navigation-gutter:var(--t-space-4)}.t-page-header{flex-direction:column}.t-actions{width:100%}.t-dialog{padding:var(--t-space-4)}.t-dialog-header{flex-wrap:wrap}.t-story,.t-surface{padding:var(--t-space-4)}.t-shell--backoffice .t-page-header{padding:var(--t-space-4);align-items:stretch}.t-shell--backoffice .t-page-header .t-actions{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.t-shell--backoffice .t-page-header .t-actions>.t-button:first-of-type{grid-column:1/-1}.t-shell--backoffice .t-workspace{margin-inline:var(--t-space-2);margin-bottom:var(--t-space-2);padding:var(--t-space-2)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.sf-stack{gap:var(--t-space-5);flex-direction:column;display:flex}.sf-bootstrap{min-height:100dvh;padding:var(--t-space-6);background:var(--t-color-canvas);place-items:center;display:grid}.sf-brand-header{z-index:var(--t-z-base);justify-content:space-between;align-items:center;gap:var(--t-space-4);padding:var(--t-space-4) var(--t-space-6);border-bottom:var(--t-border);background:var(--t-color-surface);display:flex;position:sticky;top:0}.sf-brand-name{color:var(--t-color-text);font-family:var(--t-font-display);font-size:var(--t-font-xl);font-weight:var(--t-weight-medium);text-decoration:none}.sf-brand-header nav{align-items:center;gap:var(--t-space-4);scrollbar-width:none;display:flex;overflow-x:auto}.sf-brand-header nav::-webkit-scrollbar{display:none}.sf-banner-rail::-webkit-scrollbar{display:none}.sf-brand-header nav a{color:var(--t-color-text);white-space:nowrap}.sf-banner-carousel{gap:var(--t-space-3);min-width:0;display:grid}.sf-banner-controls{justify-content:flex-end;gap:var(--t-space-2);display:flex}.sf-banner-controls .t-button{min-width:var(--t-control-height);padding-inline:var(--t-space-2)}.sf-banner-rail{gap:var(--t-space-3);overscroll-behavior-x:contain;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;min-width:0;display:flex;overflow-x:auto}.sf-banner-card{min-height:11rem;padding:var(--t-space-6);border-radius:var(--t-radius-surface);background:var(--t-color-action-soft);color:var(--t-color-text);scroll-snap-align:start;flex:0 0 min(22rem,78vw);align-items:flex-end;text-decoration:none;display:flex}.sf-banner-card:nth-child(3n+2){background:var(--t-color-warning-soft)}.sf-banner-card:nth-child(3n){background:var(--t-color-success-soft)}.sf-banner-card h2{font-size:var(--t-font-xl);margin:0}.sf-published-page{white-space:pre-wrap;overflow-wrap:anywhere}.sf-brand-footer{padding:var(--t-space-5) var(--t-space-6);border-top:var(--t-border);background:var(--t-color-surface);color:var(--t-color-muted)}.sf-brand-footer p{max-width:var(--t-layout-content);margin:0 auto}.sf-order-items{gap:var(--t-space-3);margin:0;padding:0;list-style:none;display:grid}.sf-order-items li,.sf-order-total{justify-content:space-between;gap:var(--t-space-4);display:flex}.sf-order-items li>span:first-child{overflow-wrap:anywhere;min-width:0}.sf-order-items .t-numeric{white-space:nowrap}.sf-order-total{padding-block:var(--t-space-3);border-block:var(--t-border);margin:0}.sf-checkout-fields{gap:var(--t-space-4);grid-template-columns:1fr 1fr;display:grid}@media (width<=768px){.sf-brand-header{padding:var(--t-space-4);flex-direction:column;align-items:flex-start}.sf-brand-header nav{width:100%}.sf-banner-card{min-height:9rem;padding:var(--t-space-4);flex-basis:88%}.sf-checkout-fields{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.sf-banner-rail{scroll-behavior:auto}}.sf-catalog-meta,.sf-cart-heading{justify-content:space-between;align-items:center;gap:var(--t-space-3);flex-wrap:wrap;display:flex}.sf-category{gap:var(--t-space-3);display:grid}.sf-category h2,.sf-product-card h3{margin:0}.sf-product-grid{gap:var(--t-space-3);grid-template-columns:repeat(auto-fit,minmax(min(100%,16rem),1fr));display:grid}.sf-product-card,.sf-cart,.sf-empty{border:var(--t-border);border-radius:var(--t-radius-surface);background:var(--t-color-surface);box-shadow:var(--t-shadow-surface);padding:var(--t-space-5)}.sf-product-card{justify-content:space-between;gap:var(--t-space-4);flex-direction:column;min-width:0;min-height:10rem;display:flex}.sf-product-card h3{overflow-wrap:anywhere}.sf-product-photo{width:100%;height:auto;max-height:calc(var(--t-space-6) * 12);object-fit:contain;border-radius:var(--t-radius-control);display:block}.sf-product-card p,.sf-cart-note,.sf-radio{color:var(--t-color-muted)}.sf-price{font-family:var(--t-font-display);font-size:var(--t-font-xl);margin:0;font-weight:700}.sf-radio{gap:var(--t-space-2);padding-block:var(--t-space-2);display:flex}.sf-stack fieldset{gap:var(--t-space-2);border:var(--t-border);border-radius:var(--t-radius-control);padding:var(--t-space-3);display:grid}.sf-stack legend{padding-inline:var(--t-space-1)}.sf-cart{z-index:var(--t-z-modal);inset:auto var(--t-space-3) var(--t-space-3) auto;width:min(26rem, calc(100vw - 2 * var(--t-space-3)));max-height:min(80vh,42rem);position:fixed;overflow:auto}.sf-cart-list{gap:var(--t-space-3);padding-left:var(--t-space-5);display:grid}.sf-cart-list li,.sf-cart-actions{justify-content:space-between;align-items:center;gap:var(--t-space-2);flex-wrap:wrap;display:flex}.sf-cart-list li{align-items:stretch;min-width:0}.sf-cart-composition{gap:var(--t-space-1);overflow-wrap:anywhere;min-width:0;display:grid}.sf-error,.sf-success{border-radius:var(--t-radius-control);padding:var(--t-space-3)}.sf-error{background:var(--t-color-danger-soft);color:var(--t-color-danger)}.sf-success{background:var(--t-color-success-soft);color:var(--t-color-success)}@media (width<=768px){.sf-cart{border-radius:var(--t-radius-surface) var(--t-radius-surface) 0 0;width:auto;inset:auto 0 0}}.sf-cart--embedded{width:auto;max-height:none;box-shadow:none;border:0;padding:0;position:static;overflow:visible}.sf-cart--embedded .sf-cart-list{margin:0 0 var(--t-space-4);gap:0;padding:0;list-style:none}.sf-cart--embedded .sf-cart-list li{justify-content:stretch;gap:var(--t-space-3);padding-block:var(--t-space-4);border-bottom:var(--t-border);display:grid}.sf-cart--embedded .sf-cart-list li:first-child{padding-top:0}.sf-cart--embedded .sf-cart-composition>span{font-weight:600}.sf-cart--embedded .sf-cart-composition>small{color:var(--t-color-muted)}.sf-cart--embedded .sf-cart-actions{justify-content:flex-start}.sf-cart--embedded .sf-cart-step{min-width:var(--t-control-height);padding-inline:var(--t-space-2);font-size:var(--t-font-lg)}.sf-cart--embedded .sf-cart-remove{margin-left:auto}.vf-carousel{min-width:0;margin:58px 0 36px;position:relative}.vf-carousel-track{overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;display:flex;overflow-x:auto}.vf-carousel-track::-webkit-scrollbar{display:none}.vf-carousel-track>*{scroll-snap-align:start}.vf .vf-carousel-track:focus-visible,.vf .vf-carousel-track>:focus-visible{outline-offset:-4px;outline:3px solid #a24e00}.vf .vf-carousel-arrow.t-button{z-index:1;color:#737373;width:44px;height:44px;min-height:44px;transition:background-color .2s var(--vf-source-ease), opacity .2s var(--vf-source-ease);background:#fff;border:0;border-radius:50%;place-items:center;padding:0;display:grid;position:absolute;top:50%;box-shadow:0 2px 8px #00000029}.vf .vf-carousel-arrow--previous{left:0;transform:translate(-50%,-50%)}.vf .vf-carousel-arrow--next{right:0;transform:translate(50%,-50%)}.vf .vf-carousel-arrow.t-button:is([data-hovered],[data-focus-visible]):not([aria-disabled=true]){background:var(--vf-interactive-hover,#e9e9e9)}.vf .vf-carousel-arrow.t-button[aria-disabled=true]{opacity:0;pointer-events:none}@media (width<=700px){.vf-carousel{margin:24px 0}.vf .vf-carousel-arrow--previous{left:4px;transform:translateY(-50%)}.vf .vf-carousel-arrow--next{right:4px;transform:translateY(-50%)}}@media (prefers-reduced-motion:reduce){.vf-carousel-track{scroll-behavior:auto}.vf .vf-carousel-arrow.t-button{transition:none}}@font-face{font-family:Vaffel;src:url(/brand-template-assets/display-font.ttf)format("truetype");font-display:swap}.vf{--vf-orange:#ff9800;color:#1c1c1c;background:#fff;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.4}.vf button,.vf input{font:inherit}.vf button,.vf a{-webkit-tap-highlight-color:transparent}.vf button{cursor:pointer;color:inherit;background:0 0;border:0}.vf button:focus-visible,.vf a:focus-visible{outline-offset:3px;outline:3px solid #a24e00}.vf a{color:inherit;text-decoration:none}.vf h1,.vf h2,.vf p{margin:0}.vf-header{background:#fff;justify-content:space-between;align-items:center;height:68px;padding:0 28px;display:flex;position:relative}.vf-logo{align-items:center;width:162px;height:52px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.vf-logo img{object-fit:contain;width:100%;max-height:44px}.vf-header-actions{align-items:center;gap:22px;display:flex}.vf-hero{object-fit:cover;width:100%;height:min(702px,37vw);display:block}.vf-container{width:64%;margin-inline:auto}.vf-controls{padding-top:36px}.vf-fulfillment{grid-template-columns:1fr 1fr;gap:8px;display:grid}.vf-modes{background:#f3f3f3;border-radius:13px;min-height:56px;display:flex;overflow:hidden}.vf-modes button{border-radius:13px;flex:1;min-width:0;padding:14px 20px;font-weight:600}.vf-modes button[aria-pressed=true]{background:var(--vf-orange,#ff9800);color:var(--t-color-text)}.vf-location{text-align:left;border-radius:13px;padding:14px 24px;background:#f3f3f3!important}.vf-loyalty{text-align:left;border-radius:13px;gap:3px;width:100%;min-height:72px;margin-top:12px;padding:14px 22px;display:grid;background:#d5d8de!important}.vf-loyalty span{color:#657080;font-size:14px}.vf-banners{gap:18px}.vf-banners>*{border-radius:20px;flex:0 0 calc(25% - 13.5px);overflow:hidden}.vf-banners img{aspect-ratio:618/816;object-fit:cover;width:100%;display:block}.vf-category-nav{z-index:4;background:#fff;border-bottom:1px solid #eee;position:sticky;top:0}.vf-category-nav>div{gap:24px;padding:22px 0;display:flex;overflow-x:auto}.vf-category-nav a{white-space:nowrap;font-weight:600}.vf-category-nav [aria-current]{color:#bc6000}.vf-catalog>section{padding-top:48px}.vf-catalog h1{margin-bottom:30px;font-size:38px;font-weight:700;line-height:1.15}.vf-products{grid-template-columns:repeat(3,minmax(0,1fr));gap:42px 24px;display:grid}.vf-product{flex-direction:column;min-width:0;display:flex}.vf-product>a{flex:1}.vf-product .sf-product-photo{aspect-ratio:4/3;object-fit:cover;border-radius:20px;width:100%;height:auto;overflow:hidden}.vf-product .t-async-image{width:100%}.vf-product-title{align-items:baseline;gap:8px;margin-top:16px;display:flex}.vf-product h2{overflow-wrap:anywhere;flex:1;min-width:0;font-size:22px;font-weight:700;line-height:1.2}.vf-product-title span{color:#888;white-space:nowrap;font-size:14px}.vf-product p{color:gray;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:10px 0 18px;font-size:15px;line-height:1.4;display:-webkit-box;overflow:hidden}.vf-product-selection-title{margin:0 0 30px;font-size:32px;font-weight:700;line-height:1.15}.vf-product-selection-empty{margin:0}.vf-add{border-radius:12px;align-self:flex-start;min-width:112px;padding:14px 24px;background:#f3f3f3!important;font-weight:600!important}.vf-add:hover{color:var(--t-color-text);background:#ff9800!important}.vf-page{min-height:65vh;padding:52px 0}.vf-page>button{margin-bottom:32px}.vf-page h1{margin-bottom:32px;font-size:40px}.vf-page-body{white-space:pre-wrap;overflow-wrap:anywhere;font-size:18px;line-height:1.55}.vf-footer{color:var(--t-color-muted);border-top:1px solid #eee;margin-top:80px;padding:32px 0;font-size:14px}.vf-footer nav{flex-wrap:wrap;gap:12px 24px;margin-bottom:32px;display:flex}.vf-footer p{margin-bottom:12px}.vf-notice{color:#563200;background:#fff0d5;padding:16px 18%}.vf-loading{max-width:600px;margin:80px auto}.vf-notice,.vf-hero[data-loaded],.vf-banners img[data-loaded],.vf-product img{animation:vf-content-enter var(--t-motion-overlay) var(--t-motion-ease) both}.vf-modes button,.vf-location-list button{transition:background-color var(--t-motion-overlay) var(--t-motion-ease)}@keyframes vf-content-enter{0%{opacity:0}to{opacity:1}}:is(body:has(.vf) .t-button--primary[data-disabled],body:has(.vf) .t-button--primary[data-loading]){background:var(--t-color-neutral-soft);color:var(--t-color-muted);border-color:var(--t-color-border)}.vf-page-links{gap:16px;display:grid}.vf-page-links a,.vf-page-links button{color:#1c1c1c;text-align:left;font:inherit;cursor:pointer;background:#f3f3f3;border:0;border-radius:10px;padding:12px}.vf-location-dialog{grid-template-columns:minmax(0,22rem) minmax(0,1fr);height:min(36rem,100dvh - 12rem);min-height:0;display:grid}.t-modal:has(.vf-location-dialog){width:min(56rem,100vw - 4rem);max-width:none;overflow:hidden}.t-dialog:has(.vf-location-dialog){padding:0}.t-dialog:has(.vf-location-dialog)>.t-dialog-header{border-bottom:1px solid var(--t-color-border);margin:0;padding:20px 24px}.vf-location-panel{flex-direction:column;min-width:0;min-height:0;display:flex}.vf-location-fields{gap:16px;padding:20px 20px 12px;display:grid}.vf-location-dialog .vf-modes{background:var(--t-color-neutral-soft);border-radius:12px;padding:3px}.vf-location-dialog .vf-modes button{min-height:44px;font:inherit;cursor:pointer;color:var(--t-color-text);background:0 0;border:0;padding:12px 8px;font-size:13px}.vf-location-dialog .vf-modes button[aria-pressed=true]{background:#ff9800}.vf-location-list{scrollbar-gutter:stable;flex:1;min-height:0;margin:0;padding:4px 12px;list-style:none;overflow-y:auto}.vf-location-list button{width:100%;color:var(--t-color-text);font:inherit;text-align:left;overflow-wrap:anywhere;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;gap:6px;padding:16px 12px;display:grid}.vf-location-list button:is(:hover,:focus-visible):not(:disabled){background:var(--t-color-neutral-soft)}.vf-location-list button[aria-pressed=true]{background:#fff3df;border-color:#bb6500}.vf-location-list span,.vf-location-list small{color:var(--t-color-muted);font-size:13px}.vf-location-confirm{padding:12px 20px 0}.vf-location-confirm .t-button{width:100%}.vf-location-limit{margin:0;padding:12px 20px 20px;font-size:12px}.vf-location-search{flex:1;min-height:0;padding:8px 20px;overflow-y:auto}.vf-location-search ul{padding:0;list-style:none}.vf-location-search .sf-address-select{flex-direction:column;min-height:100%;display:flex}.vf-location-search .sf-address-select>.t-button:last-of-type{margin-top:auto}.vf-location-search li .t-button{text-align:left;white-space:normal;overflow-wrap:anywhere;width:100%}.vf-location-map{border-left:1px solid var(--t-color-border);background:#f7f2eb;min-width:0;min-height:0;position:relative;overflow:hidden}.vf-map-canvas{background:radial-gradient(circle at 74% 22%,#fff 0 3%,#0000 3.4%),linear-gradient(135deg,#0000 0 48%,#efe5d6 48% 51%,#0000 51%),#f7f2eb;width:100%;height:100%;position:absolute;inset:0;overflow:hidden}.vf-map-heading{z-index:4;border:1px solid color-mix(in srgb, var(--brand-accent) 20%, transparent);background:color-mix(in srgb, var(--t-color-surface) 92%, transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:16px;flex-direction:column;gap:4px;max-width:calc(100% - 48px);padding:12px 16px;display:flex;position:absolute;top:24px;left:24px;box-shadow:0 10px 32px #32140a12}.vf-map-heading strong{font-family:var(--brand-font-display,inherit);font-size:20px}.vf-map-heading span,.vf-map-caption{color:var(--t-color-text-muted);font-size:13px}.vf-map-road,.vf-map-river{transform-origin:50%;border-radius:999px;display:block;position:absolute}.vf-map-road{background:#fff;height:9px;box-shadow:0 0 0 1px #e9dccb}.vf-map-road--one{width:130%;top:40%;left:-16%;transform:rotate(-12deg)}.vf-map-road--two{width:110%;top:68%;left:-4%;transform:rotate(20deg)}.vf-map-road--three{width:90%;top:28%;left:24%;transform:rotate(69deg)}.vf-map-river{opacity:.72;background:#cfe8ef;width:150%;height:68px;top:55%;left:-25%;transform:rotate(-25deg)}.vf-brand-map-pin{z-index:3;background:var(--brand-accent,var(--vf-orange));color:#fff;cursor:default;border:3px solid #fff;border-radius:50% 50% 50% 8px;place-items:center;width:46px;height:46px;padding:0;display:grid;position:absolute;transform:translate(-50%,-50%)rotate(45deg);box-shadow:0 5px 16px #32140a42}.vf-brand-map-pin:is(button){cursor:pointer}.vf-brand-map-pin>span:first-child{font-size:19px;transform:rotate(-45deg)}.vf-brand-map-pin:is(button):hover,.vf-brand-map-pin:is(button):focus-visible,.vf-brand-map-pin.is-selected{z-index:5;box-shadow:0 0 0 4px color-mix(in srgb, var(--brand-accent) 24%, transparent), 0 8px 22px #32140a4d;transform:translate(-50%,-50%)rotate(45deg)scale(1.12)}.vf-map-pin-label{background:var(--t-color-surface);min-width:max-content;max-width:180px;color:var(--t-color-text);font:600 12px/1.2 var(--brand-font-text,inherit);white-space:nowrap;border:1px solid #eadaca;border-radius:9px;padding:6px 9px;position:absolute;top:54px;left:50%;transform:translate(-50%)rotate(-45deg);box-shadow:0 3px 14px #32140a17}.vf-map-caption{z-index:4;background:color-mix(in srgb, var(--t-color-surface) 90%, transparent);text-align:center;border-radius:10px;margin:0;padding:8px 10px;position:absolute;bottom:14px;left:16px;right:16px}.vf-location-dialog :focus-visible{outline:var(--t-focus-ring);outline-offset:2px}body:has(.vf) .t-modal{border-radius:24px}body:has(.vf) .t-modal-overlay[data-entering]{animation-duration:.3s}body:has(.vf) .t-modal-overlay[data-exiting]{animation-duration:.15s}body:has(.vf) .t-modal-overlay:not([data-placement=drawer]) .t-modal[data-entering]{animation:.3s cubic-bezier(.12,.37,.34,1) both vf-dialog-enter}body:has(.vf) .t-modal-overlay:not([data-placement=drawer]) .t-modal[data-exiting]{animation:.1s linear both vf-dialog-exit}@keyframes vf-dialog-enter{0%{transform:translateY(var(--t-space-6));opacity:0}to{opacity:1;transform:translateY(0)}}@keyframes vf-dialog-exit{0%{opacity:1;transform:translateY(0)}to{transform:translateY(var(--t-space-6));opacity:0}}@keyframes vf-sheet-enter{0%{transform:translateY(100dvh)}to{transform:translateY(0)}}@keyframes vf-sheet-exit{0%{transform:translateY(0)}to{transform:translateY(100dvh)}}:is(body:has(.vf) .sf-product-options,body:has(.vf) .sf-product-media){min-width:0}@media (width>=701px){body:has(.vf) .t-modal:has(.sf-product-media){width:min(960px, calc(100vw - var(--t-space-8)))}body:has(.vf) .sf-product-dialog:has(.sf-product-media){align-items:start;gap:var(--t-space-6);grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);display:grid}body:has(.vf) .sf-product-media .sf-product-photo{border-radius:var(--t-radius-panel);width:100%;height:auto;max-height:none}}body:has(.vf) .t-button--primary{color:var(--t-color-text);background:#ff9800;border-color:#ff9800}body:has(.vf) .t-dialog{font-family:Vaffel,Arial,sans-serif}body:has(.vf) .t-modal:has(.sf-cart--embedded){max-width:26rem}body:has(.vf) .sf-product-photo{object-fit:contain;max-height:310px}@media (width<=1500px){.vf-header-actions{gap:18px}.vf-product h2{font-size:20px}.vf-catalog h1{font-size:34px}}@media (width<=700px){:is(body:has(.vf) .t-modal-overlay:not([data-placement=drawer]) .t-modal[data-entering],body:has(.vf) .t-modal-overlay[data-placement=drawer] .t-modal[data-entering]){animation:.3s both vf-sheet-enter}:is(body:has(.vf) .t-modal-overlay:not([data-placement=drawer]) .t-modal[data-exiting],body:has(.vf) .t-modal-overlay[data-placement=drawer] .t-modal[data-exiting]){animation:.5s both vf-sheet-exit}body:has(.vf) .t-modal-overlay[data-exiting]{animation-duration:.5s}.vf{padding-bottom:calc(76px + env(safe-area-inset-bottom))}.vf-header{height:64px;padding:0 12px}.vf-header button{min-width:44px;min-height:44px;padding:8px;font-size:14px}.vf-logo{width:162px;height:44px}.vf-header-actions{gap:0}.vf-header .vf-desktop-action{display:none}.vf-container{width:auto;margin-inline:16px}.vf-hero{aspect-ratio:1002/1220;object-fit:cover;height:auto}.vf-notice{color:#ffe08c;overflow-wrap:anywhere;background:#202033;padding:16px;font-size:14px}.vf-site-notice{z-index:5;max-height:30dvh;position:sticky;top:0;overflow-y:auto}.vf-site-notice:focus-visible{outline:var(--t-focus-ring);outline-offset:-3px;outline-color:currentColor}.vf-category-nav{top:var(--vf-notice-height,0px)}.vf-controls{padding-top:20px}.vf-fulfillment{grid-template-columns:minmax(0,1fr)}.vf-modes{min-height:44px}.vf-modes button{min-height:44px;padding:12px 8px;font-size:13px}.vf-location{overflow-wrap:anywhere;min-width:0;min-height:48px;padding:14px 16px}.vf-loyalty{padding:14px 16px}.vf-loyalty strong{font-size:14px}.vf-loyalty span{color:#445061;font-size:12px}.vf-banners{gap:12px}.vf-banners>*{border-radius:14px;flex:0 0 42%}.vf-category-nav>div{gap:18px;padding:6px 0}.vf-category-nav a{align-items:center;min-height:44px;font-size:14px;display:flex}.vf-catalog>section{scroll-margin-top:calc(60px + var(--vf-notice-height,0px));padding-top:28px}.vf-catalog h1{overflow-wrap:anywhere;margin-bottom:20px;font-size:26px}.vf-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 12px}.vf-product-title{margin-top:10px;display:block}.vf-product h2{font-size:16px;line-height:1.3}.vf-product-title span{color:#626262;margin-top:4px;font-size:12px;display:block}.vf-product p{color:#636363;margin:8px 0 12px;font-size:13px}.vf-product-selection-title{overflow-wrap:anywhere;margin-bottom:20px;font-size:26px}.vf-product .sf-product-photo{border-radius:14px}.vf-add{min-width:0;max-width:100%;min-height:44px;padding:12px 16px;font-size:14px!important}.vf-page{padding:28px 0}.vf-page h1{overflow-wrap:anywhere;font-size:28px}.vf-page-body{font-size:16px}.vf-footer{margin-top:40px}.vf-footer a{overflow-wrap:anywhere;align-items:center;min-height:44px;display:inline-flex}body:has(.vf) .t-modal-overlay{align-items:stretch;padding:0}body:has(.vf) .t-modal-overlay .t-modal{border:0;border-radius:0;width:100%;max-width:100%;height:100dvh;max-height:100dvh;overflow:hidden}body:has(.vf) .t-dialog{grid-template-rows:auto minmax(0,1fr);height:100%;padding:0;display:grid}body:has(.vf) .t-dialog>.t-dialog-header{border-bottom:var(--t-border);gap:12px;margin:0;padding:12px 16px}body:has(.vf) .t-dialog-header .t-heading{overflow-wrap:anywhere;min-width:0;max-height:24dvh;font-size:18px;overflow-y:auto}body:has(.vf) .t-dialog-header>.t-button{flex-shrink:0;min-height:44px}body:has(.vf) .t-dialog>.t-dialog-body{min-height:0;padding:16px;scroll-padding-block:12px 80px;overflow-y:auto}body:has(.vf) .t-dialog:has(.vf-location-dialog)>.t-dialog-body{padding:0;overflow:hidden}body:has(.vf) .t-dialog-body>.sf-stack>.t-button:last-of-type{z-index:2;box-shadow:0 0 0 8px var(--t-color-surface);width:100%;position:sticky;bottom:0}body:has(.vf) .sf-product-options>.t-button:last-of-type{z-index:2;box-shadow:0 0 0 8px var(--t-color-surface);width:100%;position:sticky;bottom:0}body:has(.vf) .sf-cart-footer{z-index:2;box-shadow:0 0 0 8px var(--t-color-surface);width:100%;position:sticky;bottom:0}body:has(.vf) .sf-cart-footer{background:var(--t-color-surface);padding-bottom:env(safe-area-inset-bottom);gap:8px;display:grid}body:has(.vf) .sf-cart-footer:has(.sf-cart-review-accept) .sf-cart-validate{display:none}:is(body:has(.vf) .sf-radio,body:has(.vf) .t-checkbox){min-height:44px}body:has(.vf) .sf-cart--embedded .sf-cart-step{min-width:44px;min-height:44px}.vf-location-dialog{grid-template-rows:minmax(130px,27dvh) minmax(0,1fr);grid-template-columns:minmax(0,1fr);height:100%}.vf-location-map{border:0;border-bottom:var(--t-border);grid-row:1}.vf-location-panel{grid-row:2}.vf-location-fields{gap:8px;padding:12px 16px 8px}.vf-location-confirm{padding:8px 16px 0}.vf-location-limit{padding:8px 16px max(10px, env(safe-area-inset-bottom));font-size:11px}.vf-location-search{padding:8px 16px}.vf-map-message{padding:12px;font-size:13px}.vf-map-zoom{top:8px;right:8px}.vf-map-error{padding:8px;bottom:28px;left:8px;right:62px}.vf-map-error .t-button{padding:8px;font-size:12px}}@media (prefers-reduced-motion:reduce){.vf *{scroll-behavior:auto!important;transition:none!important;animation:none!important}body:has(.vf) .vf-location-dialog *{scroll-behavior:auto!important;transition:none!important;animation:none!important}}@font-face{font-family:VaffelText;font-optical-sizing:auto;font-weight:100 900;font-style:normal;font-display:swap;src:url(/brand-template-assets/text-font.ttf)format("truetype")}.vf{--vf-orange:#ff9400;--vf-source-ease:cubic-bezier(.4, 0, .2, 1);--vf-source-radius:20px;--vf-source-secondary:#1c1c1c0d;font-family:VaffelText,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.vf-icon{background:currentColor;flex-shrink:0;width:24px;height:24px;display:inline-block;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}body:has(.vf) .t-modal-overlay{background:#00000052}.vf-header .vf-desktop-action{align-items:center;gap:8px;display:flex}.vf-desktop-action .vf-icon{width:16px;height:16px;transform:rotate(90deg)}.vf-header .vf-notifications{background:#f3f3f3;border-radius:12px;place-items:center;width:36px;height:36px;padding:8px;display:grid}.vf-notifications .vf-icon{width:20px;height:20px}.vf-site-notice{gap:16px}.vf-site-notice .vf-icon{color:#d3d6dc;width:20px;height:20px}.vf-site-notice>span{min-width:0}.vf .vf-location{align-items:center;gap:16px;display:flex}.vf-location>span:not(.vf-icon){flex:1}.vf-location>.vf-icon:last-child{color:#737373;width:16px;height:16px}.vf .vf-loyalty{align-items:center;gap:20px;display:flex}.vf-loyalty>.vf-icon{color:#1c1c1c}.vf-loyalty .vf-loyalty-copy{flex:1;gap:2px;display:grid}.vf-loyalty strong{color:#1c1c1c;font-size:17px;line-height:22px}.vf-loyalty>.vf-icon:last-child{color:#737373;width:16px;height:16px}.vf .vf-scroll-top{z-index:6;background:#f5f5f5;border-radius:20px;place-items:center;display:grid;position:fixed}.vf .vf-category-toggle{display:none}.vf .vf-scroll-top{left:16px;top:calc(96px + var(--vf-notice-height,0px));visibility:hidden;opacity:0;width:80px;height:80px;transition:opacity .3s var(--vf-source-ease), visibility .3s}.vf-scroll-top .vf-icon{width:40px;height:40px;transform:rotate(90deg)}.vf .vf-scroll-top[data-visible]{opacity:1;visibility:visible}.vf-footer{color:#1c1c1c;border:0;margin-top:80px;padding:0 0 72px}.vf-app-banner{background:#f3f3f3;border-radius:20px;justify-content:space-between;align-items:center;gap:32px;min-height:344px;padding:40px;display:flex;position:relative;overflow:hidden}.vf-app-phone{object-fit:cover;object-position:top;align-self:flex-end;width:230px;height:316px;margin-bottom:-40px}.vf-app-description{flex:1}.vf-app-banner h2{font-size:24px;font-weight:600;line-height:28px}.vf-app-banner ul{margin:24px 0;padding-left:24px;font-size:17px;line-height:28px}.vf-app-links{align-items:center;gap:8px;margin-top:20px;display:flex}.vf-app-links img{width:auto;height:40px;display:block}.vf-app-qr{background:#fff;border-radius:12px;flex-shrink:0;width:120px;height:120px;padding:8px}.vf-footer-socials{align-items:center;gap:32px;padding:32px 0;display:flex}.vf-footer-socials>a:first-child{margin-right:auto}.vf-brand-mark{flex-shrink:0;width:162px;height:52px;display:block;position:relative;overflow:hidden}.vf-logo .vf-brand-mark{width:100%;height:100%}.vf-brand-mark img{width:161.212%;max-width:none;height:auto;max-height:none;position:absolute;top:50%;left:-31.3202%;transform:translateY(-47.6574%)}.vf-page-cover{width:100%;height:auto;display:block}.vf-page-cover[data-loaded]{animation:vf-content-enter var(--t-motion-overlay) var(--t-motion-ease) both}.vf .vf-page-source{padding-top:28px}.vf .vf-page-source .vf-page-typography>:first-child{margin-top:0}.vf-contact{gap:4px;font-size:15px;line-height:20px;display:grid}.vf-contact address{font-style:normal;font-weight:500}.vf-contact>span{color:#737373;font-size:13px}.vf-contact--footer address{display:none}.vf-contact--footer .vf-phone{grid-row:1}.vf .vf-schedule-trigger{color:#737373;cursor:pointer;background:0 0;border:0;align-items:center;gap:4px;padding:0;font-size:15px;line-height:20px;display:flex}.vf-schedule-trigger .vf-icon{width:12px;height:12px;transform:rotate(90deg)}body:has(.vf) .t-modal:has(.vf-working-schedule){border:0;border-radius:20px;width:440px;max-width:calc(100vw - 24px)}body:has(.vf) .t-dialog:has(.vf-working-schedule){color:#1c1c1c;padding:0;font-family:VaffelText,Arial,sans-serif;position:relative}body:has(.vf) .t-dialog:has(.vf-working-schedule)>.t-dialog-header{z-index:1;border:0;margin:0;padding:0;position:absolute;top:8px;right:8px}body:has(.vf) .t-dialog:has(.vf-working-schedule)>.t-dialog-header .t-button{background:#f3f3f3;border:0;border-radius:50%;width:40px;height:40px;min-height:40px;padding:6px}body:has(.vf) .t-dialog:has(.vf-working-schedule)>.t-dialog-body{padding:40px}.vf-working-schedule h2{margin:0 0 24px;font-family:Vaffel,Arial,sans-serif;font-size:36px;font-weight:700;line-height:44px}.vf-schedule-shop{background:#f3f3f3;border-radius:16px;height:56px;position:relative}.vf-schedule-shop .t-field{gap:0}.vf-schedule-shop .t-label{color:#737373;pointer-events:none;font-size:11px;font-weight:400;line-height:16px;position:absolute;top:8px;left:56px}.vf-schedule-shop .t-select{appearance:none;color:#1c1c1c;text-overflow:ellipsis;background-color:#0000;border:0;border-radius:16px;width:100%;min-width:0;height:56px;padding:22px 40px 8px 56px;font-family:inherit;font-size:17px;line-height:20px}.vf-schedule-shop>.vf-icon{pointer-events:none;position:absolute;top:16px;left:16px}.vf-schedule-shop>.vf-icon-chevron{color:#737373;width:16px;height:16px;top:20px;left:auto;right:16px}.vf-working-schedule p,.vf-working-schedule dl{letter-spacing:-.2px;margin:24px 0 0;font-size:17px;line-height:20px}.vf-working-schedule dl>div{justify-content:space-between;gap:16px;padding-block:4px;display:flex}.vf-working-schedule dd{margin:0}.vf-phone{font-size:19px;font-weight:500}.vf-social{background:#f3f3f3;border-radius:12px;place-items:center;width:40px;height:40px;display:grid}.vf-social img{width:24px;height:24px}.vf-footer-bottom{border-top:1px solid #e6e6e6;padding-top:32px}.vf-footer-first{justify-content:space-between;align-items:center;gap:24px;margin-bottom:32px;font-size:15px;font-weight:500;display:flex}.vf-footer-first button{align-items:center;gap:8px;display:flex}.vf-footer-first .vf-icon{width:16px;height:16px;transform:rotate(90deg)}.vf-footer nav{color:#737373;gap:8px 16px;margin-bottom:24px;font-size:13px;line-height:18px}.vf-footer nav button{font:inherit;color:inherit;padding:0}.vf-footer nav a:hover{color:#1c1c1c}.vf-footer-payments{justify-content:space-between;align-items:center;gap:20px;display:flex}.vf-footer-payments>div{align-items:center;gap:15px;display:flex}.vf-footer-payments img{opacity:.55;max-width:42px;height:16px}.vf-footer-payments>button{color:#737373;align-items:center;gap:6px;font-size:13px;display:flex}.vf-footer-payments .vf-icon{width:16px;height:16px}.vf-faq{gap:12px;display:grid}.vf-faq details{background:#f5f5f5;border-radius:16px;padding:20px 24px}.vf-faq summary{cursor:pointer;justify-content:space-between;gap:16px;font-size:20px;font-weight:500;list-style:none;display:flex}.vf-faq summary::-webkit-details-marker{display:none}.vf-faq summary .vf-icon{transition:transform .2s;transform:rotate(90deg)}.vf-faq details[open] .vf-icon{transform:rotate(-90deg)}.vf-faq p{white-space:pre-wrap;margin-top:16px}.vf-sitemap{gap:16px;display:grid}body:has(.vf) .t-dialog:has(.vf-burger){padding:0;position:relative}body:has(.vf) .t-dialog:has(.vf-burger)>.t-dialog-header{z-index:2;background:0 0;border:0;margin:0;padding:0;position:absolute;top:8px;right:8px}body:has(.vf) .t-dialog:has(.vf-burger)>.t-dialog-header .t-button{background:#f3f3f3;border:0;border-radius:50%;width:32px;height:32px;min-height:32px;padding:6px}body:has(.vf) .t-dialog:has(.vf-burger)>.t-dialog-body{padding:0;display:block}.vf-burger{color:#1c1c1c;background:#f3f3f3;font-family:VaffelText,Arial,sans-serif}.vf-burger-main{background:#fff;border-radius:0 0 20px 20px;padding:28px 0 24px}.vf-burger .vf-page-links{padding-right:0}.vf-burger .vf-page-links a:first-child{padding-right:48px}.vf-burger-contact{gap:24px;padding:24px 16px 0;display:grid}.vf-burger-contact .vf-phone{margin-top:24px;font-size:15px}.vf-burger-contact .vf-social{background:0 0;place-items:start;height:24px}.vf-burger a{color:inherit;text-decoration:none}.vf-report{appearance:none;font:inherit;text-align:left;color:inherit;cursor:pointer;background:0 0;border:0;padding:0}.vf-app-banner--compact{border-radius:0;gap:16px;min-height:0;padding:24px 16px}.vf-app-banner--compact h2{font-size:19px;line-height:22px}.vf-app-banner--compact .vf-app-links{margin-top:12px}.vf-app-banner--compact .vf-app-links img{width:24px;height:24px}.vf-app-banner--compact .vf-app-qr{width:80px;height:80px}@media (width>=1600px){.vf-app-banner:not(.vf-app-banner--compact){min-height:380px;padding-left:72px}.vf-app-banner:not(.vf-app-banner--compact) .vf-app-qr{width:160px;height:160px}}@media (width<=1199px) and (width>=701px){.vf .vf-container{width:80%}.vf-app-banner{padding:28px}.vf-app-phone{width:180px;height:290px;margin-bottom:-28px}}@media (width<=700px){body:has(.vf) .t-modal-overlay:has(.vf-burger){align-items:stretch;padding:16px 0 0}body:has(.vf) .t-modal:has(.vf-burger){border-radius:20px 20px 0 0;height:calc(100dvh - 16px);max-height:calc(100dvh - 16px)}body:has(.vf) .t-dialog:has(.vf-burger)>.t-dialog-body{background:#f3f3f3}.vf-header .vf-desktop-action,.vf-header .vf-notifications{display:none}.vf .vf-category-toggle{z-index:90;right:12px;bottom:calc(32px + env(safe-area-inset-bottom));visibility:hidden;opacity:0;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);width:56px;height:56px;transition:opacity .3s var(--vf-source-ease), bottom .4s var(--vf-source-ease), visibility .3s var(--vf-source-ease);background:#f3f3f3eb;border-radius:20px;place-items:center;padding:8px;display:grid;position:fixed}.vf .vf-category-toggle[data-visible]{visibility:visible;opacity:1;transition:opacity .3s var(--vf-source-ease) .1s, bottom .4s var(--vf-source-ease), visibility .3s var(--vf-source-ease) .1s}.vf-category-toggle .vf-icon{width:24px;height:24px}.vf .vf-scroll-top{border-radius:14px;width:44px;height:44px;top:80px;bottom:auto;left:12px}.vf-scroll-top .vf-icon{width:24px;height:24px}.vf-app-banner:not(.vf-app-banner--compact){flex-direction:column-reverse;align-items:stretch;gap:24px;min-height:0;padding:28px 20px 0;display:flex}.vf-app-banner h2{font-size:24px;line-height:28px}.vf-app-banner ul{display:block}.vf-app-phone{align-self:center;width:230px;height:220px;margin:0 auto}.vf-app-banner:not(.vf-app-banner--compact) .vf-app-qr{display:none}.vf-footer-socials{flex-wrap:wrap;align-items:flex-start;gap:24px;padding:32px 0}.vf-footer-socials>a:first-child,.vf-footer-socials .vf-contact{width:100%}.vf-contact--footer address{display:block}.vf-contact--footer .vf-phone{grid-row:auto;margin-top:20px}.vf .vf-schedule-trigger{font-size:13px;line-height:16px}body:has(.vf) .t-dialog:has(.vf-working-schedule)>.t-dialog-body{padding:40px 12px}body:has(.vf) .t-modal-overlay:has(.vf-working-schedule){align-items:flex-end;padding:0}body:has(.vf) .t-modal-overlay .t-modal:has(.vf-working-schedule){border-radius:20px 20px 0 0;width:100%;max-width:none;height:auto;max-height:calc(100dvh - 24px)}body:has(.vf) .t-dialog:has(.vf-working-schedule){height:auto;max-height:calc(100dvh - 24px);display:block;overflow-y:auto}body:has(.vf) .t-dialog:has(.vf-working-schedule)>.t-dialog-header .t-button{width:44px;height:44px;min-height:44px}.vf-working-schedule h2{font-size:36px;line-height:44px}.vf-footer-first{flex-direction:column;align-items:flex-start;gap:24px}.vf-footer nav{flex-direction:column;align-items:flex-start;gap:16px;font-size:13px}.vf-footer-payments{flex-direction:column;align-items:flex-start;gap:24px}body:has(.vf) .t-dialog:has(.vf-burger)>.t-dialog-body{padding:0;scroll-padding-block:12px}body:has(.vf) .t-dialog:has(.vf-burger)>.t-dialog-header .t-button{width:44px;height:44px;min-height:44px}.vf-burger-main{padding-top:28px}.vf-burger .vf-page-links{padding-right:0}}body:has(.vf) .t-button--primary{background:#ff9400;border-color:#ff9400}.vf-header{padding:0 20px}.vf-header .vf-menu-toggle,.vf-header .vf-login{border-radius:12px;justify-content:center;align-items:center;gap:4px;min-width:36px;height:36px;padding:8px;display:flex}.vf-menu-toggle .vf-icon,.vf-login .vf-icon{width:20px;height:20px}.vf-header button:is(:hover,:focus-visible):not(:disabled):not([aria-disabled=true]){background:#1c1c1c1a}.vf-cover-boundary{height:0}.vf .vf-floating-cart{z-index:6;right:16px;top:calc(32px + var(--vf-notice-height,0px));border-radius:var(--vf-source-radius);background:var(--vf-orange);color:#1c1c1c;visibility:hidden;opacity:0;width:80px;height:80px;transition:opacity .3s var(--vf-source-ease), top .3s ease, visibility .3s var(--vf-source-ease);justify-content:center;align-items:center;padding:20px;display:flex;position:fixed}.vf .vf-floating-cart[data-visible]{visibility:visible;opacity:1;transition:opacity .3s var(--vf-source-ease) .1s, top .3s ease, visibility .3s var(--vf-source-ease) .1s}.vf-floating-cart:is(:hover,:focus-visible):before{content:"";border-radius:inherit;pointer-events:none;background:#ffffff4d;position:absolute;inset:0}.vf-cart-icon{flex-shrink:0;width:40px;height:40px;display:flex;position:relative}.vf-cart-icon .vf-icon{width:100%;height:100%}.vf-cart-count{top:16px;color:var(--vf-orange);text-align:center;font-size:13px;font-weight:600;line-height:18px;position:absolute;inset-inline:0}.vf-cart-label,.vf-cart-price{display:none}.vf-site-notice{z-index:5;color:#ffde69;background:#1c1c32;justify-content:center;align-items:safe center;min-height:68px;max-height:30dvh;font-weight:700;display:flex;position:sticky;top:0;overflow-y:auto}.vf-category-nav{top:var(--vf-notice-height,0px)}.vf-category-nav>div{scrollbar-width:none;gap:8px;padding:12px 0}.vf-category-nav>div::-webkit-scrollbar{display:none}.vf-category-nav a{background:var(--vf-source-secondary);border-radius:12px;align-items:center;padding:8px 12px;font-weight:500;display:flex}.vf-category-nav a:is(:hover,:focus-visible){background:#1c1c1c1a}.vf-category-nav [aria-current]{color:#1c1c1c;background:#1c1c1c1a}.vf-catalog h1{margin-bottom:32px;font-family:Vaffel,Arial,sans-serif;font-size:36px;line-height:44px}.vf-products{gap:42px 18px}.vf .vf-product .sf-product-photo{aspect-ratio:1;object-fit:cover;border-radius:12px;max-height:none}.vf-product-title{margin-top:8px;display:block}.vf-product h2{letter-spacing:-.2px;font-size:17px;font-weight:500;line-height:22px}.vf-product-title span{color:#666;margin-top:2px;font-size:13px;line-height:16px;display:block}.vf-product p{color:#666;margin:8px 0 12px;font-size:13px;line-height:16px}.vf-add{min-width:0;min-height:40px;padding:8px 12px;font-size:15px;font-weight:500!important}.vf-add:is(:hover,:focus-visible):not(:disabled):not([aria-disabled=true]){background:var(--vf-orange)!important}body:has(.vf) .t-dialog:has(.vf-page-links) .t-dialog-header{margin-bottom:8px}body:has(.vf) .vf-page-links{gap:0}body:has(.vf) .vf-page-links a{letter-spacing:.3px;color:#1c1c1c;background:0 0;border-radius:12px;min-height:44px;padding:8px 16px;font:600 19px/22px VaffelText,Arial,sans-serif;text-decoration:none;transition:background .2s}body:has(.vf) .vf-page-links a:is(:hover,:focus-visible){background:#1c1c1c0d}@media (width>=701px){body:has(.vf) .t-modal-overlay:has(.vf-page-links){justify-content:flex-start;align-items:flex-start;padding:60px 20px 20px}body:has(.vf) .t-modal:has(.vf-page-links){transform-origin:0 0;border-radius:20px;width:360px;height:auto;max-height:calc(100dvh - 80px);box-shadow:0 4px 12px #0000000a,0 0 2px #0000001f,0 16px 24px #00000014}body:has(.vf) .t-modal:has(.vf-page-links)[data-entering]{animation:.3s cubic-bezier(.34,1.56,.64,1) both vf-menu-enter}body:has(.vf) .t-modal:has(.vf-page-links)[data-exiting]{animation:.1s linear both vf-dialog-exit}}@keyframes vf-menu-enter{0%{opacity:0;transform:translateY(-8px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=700px){.vf-header{padding:0 10px}.vf-header .vf-menu-toggle,.vf-header .vf-login{width:44px;height:44px;padding:10px}.vf-menu-toggle .vf-icon,.vf-login .vf-icon{width:24px;height:24px}.vf-login>span:not(.vf-icon){display:none}.vf-container{margin-inline:12px}.vf .vf-floating-cart{opacity:1;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);width:auto;height:56px;transition:bottom .4s var(--vf-source-ease), visibility .4s;border-radius:16px;justify-content:flex-start;padding:0 20px;inset:auto 12px -120px}.vf .vf-floating-cart[data-visible]{right:72px;bottom:calc(32px + env(safe-area-inset-bottom));transition:bottom .4s var(--vf-source-ease), visibility 0s}.vf:has(.vf-category-toggle[data-visible]) .vf-floating-cart[data-visible]{right:132px}.vf-cart-icon{width:24px;height:24px}.vf-cart-count{font-size:10px;line-height:14px;top:8px}.vf-cart-label,.vf-cart-price{letter-spacing:-.2px;font-size:17px;font-weight:500;line-height:20px;display:block}.vf-cart-label{margin:0 8px}.vf-cart-price{margin-left:auto}.vf-site-notice{justify-content:flex-start;min-height:64px}.vf-category-nav{position:static}.vf-category-nav>div{gap:4px;padding:4px 0}.vf-catalog h1{margin-bottom:28px;font-size:21px;line-height:24px}.vf-products{gap:28px 12px}.vf-product h2{font-size:15px;line-height:20px}body:has(.vf) .t-modal-overlay:has(.vf-category-popup){background:#00000052;align-items:flex-end;padding:0}body:has(.vf) .t-modal:has(.vf-category-popup){width:100%;max-width:none;max-height:70dvh;box-shadow:none;border:0;border-radius:24px 24px 0 0;margin:0;position:relative;overflow:hidden}body:has(.vf) .t-modal:has(.vf-category-popup):before{content:"";z-index:1;background:#c7c7c7;border-radius:999px;width:37px;height:4px;position:absolute;top:12px;left:50%;transform:translate(-50%)}body:has(.vf) .t-dialog:has(.vf-category-popup){flex-direction:column;max-height:70dvh;padding:32px 0 12px;display:flex}body:has(.vf) .t-dialog:has(.vf-category-popup)>.t-dialog-header{flex:0 0 24px;align-items:center;min-height:24px;margin:0 16px 20px}body:has(.vf) .t-dialog:has(.vf-category-popup)>.t-dialog-header .t-heading{font-size:21px;font-weight:700;line-height:24px}body:has(.vf) .t-dialog:has(.vf-category-popup)>.t-dialog-header .t-button{border-radius:20px;width:40px;min-width:40px;height:40px;padding:8px;position:absolute;top:20px;right:12px}body:has(.vf) .t-dialog:has(.vf-category-popup)>.t-dialog-body{min-height:0;overflow-y:auto}.vf-category-popup{display:grid}.vf-category-popup a{color:#1c1c1c;align-items:center;min-height:44px;padding:0 20px;font-size:17px;font-weight:400;line-height:20px;text-decoration:none;display:flex}.vf-category-popup a:hover,.vf-category-popup a[aria-current]{background:#1c1c1c0d}}@media (prefers-reduced-motion:reduce){body:has(.vf) .t-modal:has(.vf-page-links){animation:none!important}.vf .vf-floating-cart,.vf .vf-floating-cart[data-visible],.vf .vf-category-toggle,.vf .vf-category-toggle[data-visible]{transition:none}body:has(.vf) .t-modal:has(.vf-category-popup){animation:none!important}}body:has(.vf){--vf-interactive-hover:#e9e9e9}.vf-header button,.vf-city-list label,.vf-cart-row{transition:background-color .2s var(--vf-source-ease,ease-out)}.vf-city-list label:is(:hover,:focus-within){background:var(--vf-interactive-hover)}body:has(.vf) .t-dialog>.t-dialog-header .t-close-button.t-button:is(:hover,:focus-visible,[data-hovered],[data-focus-visible]):not([aria-disabled=true]){background:var(--vf-interactive-hover)}body:has(.vf) .t-button--primary:is([data-hovered],[data-focus-visible]):not([aria-disabled=true]){background:#ffb44d}.vf-header .vf-header-cart{border-radius:12px;place-items:center;width:36px;height:36px;padding:8px;display:grid;position:relative}.vf-header-cart-count{color:#fff;text-align:center;width:100%;font-size:10px;font-weight:500;line-height:10px;position:absolute;top:14px}.vf-header .vf-notifications{background:0 0}.vf .vf-floating-cart{color:#fff}.vf-cart-icon{color:inherit}body:has(.vf) .t-modal:has(.vf-service,.vf-city-panel,.vf-cart-panel){color:#1c1c1c;border:0}body:has(.vf) .t-dialog:has(.vf-service,.vf-city-panel,.vf-cart-panel){flex-direction:column;padding:0;font-family:VaffelText,Arial,sans-serif;display:flex;position:relative}body:has(.vf) .t-dialog:has(.vf-service){height:auto;max-height:calc(100dvh - 32px)}body:has(.vf) .t-dialog:has(.vf-service)>.t-dialog-body{min-height:0;padding:0;overflow-y:auto}body:has(.vf) .t-dialog:has(.vf-cart-panel,.vf-city-panel)>.t-dialog-body{padding:0;overflow:hidden}body:has(.vf) .t-dialog:has(.vf-service,.vf-city-panel,.vf-cart-panel)>.t-dialog-header{z-index:2;background:0 0;border:0;margin:0;padding:0;position:absolute;top:8px;right:8px}body:has(.vf) .t-dialog:has(.vf-service,.vf-city-panel,.vf-cart-panel)>.t-dialog-header .t-button{color:#1c1c1c;background:#f5f5f5;border:0;border-radius:50%;width:44px;min-width:44px;height:44px;min-height:44px;padding:10px}body:has(.vf) .t-modal-overlay:has(>.t-modal .vf-cart-panel){background:0 0;align-items:stretch;padding:0}body:has(.vf) .t-modal-overlay>.t-modal:has(.vf-cart-panel){width:min(346px,100vw);max-width:346px;height:100dvh;max-height:100dvh;box-shadow:none;border-left:1px solid #e5e5e5;border-radius:0;overflow:hidden}body:has(.vf) .t-dialog:has(.vf-cart-panel){height:100%;min-height:0}body:has(.vf) .t-dialog:has(.vf-cart-panel)>.t-dialog-body{height:100%;min-height:0}.vf-cart-panel{flex-direction:column;height:100%;min-height:0;display:flex}.vf-cart-scroll{flex:1;min-height:0;padding:24px 12px;scroll-padding:24px;overflow:auto}.vf-cart-title{margin:0 52px 0 8px;font-family:Vaffel,Arial,sans-serif;font-size:21px;font-weight:700;line-height:24px}.vf-cart-panel .sf-cart-empty{color:#777;margin:0 8px 24px;font:700 21px/24px Vaffel,Arial,sans-serif}.vf-cart-receiving{background:#f3f3f3;border-radius:20px;margin:32px 0;padding:8px}.vf-cart-panel .sf-cart-empty+.vf-cart-receiving{margin-top:0}.vf-cart-receiving .vf-modes{background:#e9e9e9;border-radius:16px;gap:0;padding:0;display:flex}.vf-cart-receiving .vf-modes button{color:#1c1c1c;cursor:pointer;background:0 0;border:0;border-radius:12px;flex:1;min-width:0;padding:10px 4px;font:14px/20px VaffelText,Arial,sans-serif}.vf-cart-receiving .vf-modes button[aria-pressed=true]{color:#1c1c1c;background:#fff;box-shadow:0 2px 4px #0000000a}.vf-cart-row{color:#1c1c1c;text-align:left;cursor:pointer;background:#f3f3f3;border:0;border-radius:20px;align-items:center;gap:12px;width:100%;padding:16px 12px;font:17px/1.25 VaffelText,Arial,sans-serif;display:flex}.vf-cart-row>span:not(.vf-icon):not(.vf-cart-utility){overflow-wrap:anywhere;flex:1;min-width:0}.vf-cart-row .vf-icon-chevron{color:#777;width:16px;height:16px}.vf-cart-extras{gap:16px;margin-top:32px;display:grid}.vf-cart-utility{flex-shrink:0;width:24px;height:24px}.vf-cart-row:is(:hover,:focus-visible):not(:disabled):not([aria-disabled=true]){background:var(--vf-interactive-hover)}.vf-cart-checkout{border-top:1px solid #e5e5e5;flex-shrink:0;margin:0 16px;padding:16px 0 24px}.vf-cart-checkout p{color:#737373;margin:0 0 12px;font-size:14px}.vf-cart-checkout .t-button{border-radius:20px;width:100%;min-height:64px;font-size:20px}body:has(.vf) .vf-cart-panel .sf-cart-footer{z-index:1;box-shadow:none;background:#fff;padding:12px 0;position:sticky;bottom:0}body:has(.vf) .vf-cart-checkout .t-button[disabled]{color:#775024;background:#ffdfb3;border-color:#ffdfb3}body:has(.vf) .t-modal:has(.vf-service){width:440px}.vf-service{gap:24px;padding:40px;display:grid}.vf-service h2{letter-spacing:-1px;margin:0;font:700 36px/44px Vaffel,Arial,sans-serif}.vf-service p{margin:0}.vf-service .t-button{border-radius:20px;min-height:56px;font-size:20px}.vf-service .t-input{color:#1c1c1c;background:#e9e9e9;border:1px solid #0000;border-radius:10px;min-height:48px;padding:14px 12px;font-size:15px}.vf-service .t-input::placeholder{color:#737373;opacity:1}.vf-service .t-field:has(.t-field-error:not(:empty)) .t-input{border-color:var(--t-color-danger)}.vf-service .t-label{font-size:14px}.vf-service-limit{color:#707070;font-size:14px;line-height:1.4}.vf-social-logins,.vf-email-login{gap:10px;display:grid}.vf-account-identity{overflow-wrap:anywhere}.vf-account-identity>span{color:#707070;font-size:16px}.vf-account-panel .t-field{min-width:0}.vf-login-panel h2{text-align:center}.vf-social-logins .t-button{padding-inline:46px 12px;font-size:17px;position:relative}.vf-social-logins .t-button>span{font-weight:700;position:absolute;left:20px}.vf-social-logins .t-button>svg{width:24px;height:24px;position:absolute;left:18px}.vf-account-navigation,.vf-account-section{gap:8px;display:grid}.vf-account-navigation .t-button{color:#1c1c1c;text-align:left;background:0 0;border:0;justify-content:flex-start;min-height:52px;padding-inline:16px}.vf-account-navigation .t-button>svg,.vf-account-panel>.t-button>svg{flex:0 0 24px}.vf-account-navigation .t-button>span,.vf-account-panel>.t-button>span{min-width:0}.vf-account-panel>.t-button{justify-content:flex-start;gap:16px}.vf-account-navigation .t-button:is([data-hovered],[data-focus-visible]){background:#1c1c1c14}body:has(.vf) .vf-social-logins .vf-login-vk{color:#fff;background:#07f;border-color:#07f}body:has(.vf) .vf-social-logins .vf-login-yandex{color:#fff;background:#111;border-color:#111}body:has(.vf) .vf-social-logins .vf-login-telegram{color:#fff;background:#168acd;border-color:#168acd}.vf-support-fields{gap:8px;display:grid}.vf-support-fields .t-label{clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}.vf-support-fields textarea{resize:vertical;min-height:110px}.vf-support-panel h3{margin:0;font:700 21px/24px Vaffel,Arial,sans-serif}.vf-support-photos{grid-template-columns:repeat(5,minmax(0,1fr));gap:4px;display:grid}.vf-support-photos>*{aspect-ratio:3/4;border:1px dashed #e5e5e5;border-radius:16px;min-width:0;overflow:hidden}.vf-support-photos>button{cursor:pointer;background:#f5f5f5;padding:0;position:relative}.vf-support-photos img{object-fit:cover;width:100%;height:100%}.vf-support-photos button>span{background:#fff;border-radius:50%;width:24px;height:24px;position:absolute;top:2px;right:6px}body:has(.vf) .t-modal:has(.vf-notification-panel){width:360px}.vf-notification-panel{text-align:center;align-content:center;gap:16px;min-height:min(480px,100dvh - 32px);padding:40px}.vf-notification-panel h2{letter-spacing:0;font-size:21px;line-height:24px}.vf-notification-panel p{color:#737373;font-size:15px;line-height:20px}.vf-notification-panel .t-button{justify-self:center;margin-top:16px}body:has(.vf) .t-modal:has(.vf-city-panel){width:360px;max-height:calc(100dvh - 80px);overflow:hidden}.vf-city-panel{flex-direction:column;max-height:calc(100dvh - 80px);display:flex}.vf-city-panel h2{margin:0;padding:24px 64px 24px 20px;font:700 21px/24px Vaffel,Arial,sans-serif}.vf-city-list{min-height:0;overflow:auto}.vf-city-list label{cursor:pointer;border-top:1px solid #e5e5e5;align-items:center;gap:12px;min-height:58px;padding:18px 20px;font-size:17px;display:flex}.vf-city-list input{appearance:none;border:1px solid #d5d5d5;border-radius:50%;flex-shrink:0;width:22px;height:22px;margin:0}.vf-city-list input:checked{border:8px solid #ff9400}.vf-city-limit{color:#737373;border-top:1px solid #e5e5e5;margin:0;padding:12px 24px;font-size:13px}@keyframes vf-cart-slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes vf-cart-slide-out{0%{transform:translate(0)}to{transform:translate(100%)}}@media (width>=701px){body:has(.vf) .t-modal:has(.vf-notification-panel){position:absolute;top:60px;right:82px}.vf-notification-panel{max-height:calc(100dvh - 76px)}body:has(.vf) .t-dialog:has(.vf-notification-panel){max-height:calc(100dvh - 76px)}.vf-notification-panel{min-height:min(480px,100dvh - 76px)}body:has(.vf) .t-modal:has(.vf-city-panel){max-height:min(90dvh,100dvh - 76px);position:absolute;top:60px;right:191px}.vf-city-panel{max-height:min(90dvh,100dvh - 76px)}}@media (width>=1200px){body:has(.vf) .t-modal-overlay>.t-modal:has(.vf-cart-panel)[data-entering]{animation:.4s cubic-bezier(.4,0,.2,1) .1s both vf-cart-slide-in}body:has(.vf) .t-modal-overlay>.t-modal:has(.vf-cart-panel)[data-exiting]{animation:.3s cubic-bezier(.4,0,.2,1) both vf-cart-slide-out}}@media (width<=1199px){.vf-header .vf-header-cart{display:none}body:has(.vf) .t-modal-overlay:has(>.t-modal .vf-cart-panel){background:#00000052;justify-content:center;align-items:center;padding:16px}body:has(.vf) .t-modal-overlay>.t-modal:has(.vf-cart-panel){border:0;border-radius:20px;width:min(440px,100%);max-width:440px;height:min(720px,100dvh - 32px);max-height:calc(100dvh - 32px)}.vf-cart-title{font-size:36px;line-height:44px}body:has(.vf) .t-modal:has(.vf-cart-panel)[data-entering]{animation:.3s both vf-dialog-enter}body:has(.vf) .t-modal:has(.vf-cart-panel)[data-exiting]{animation:.1s linear both vf-dialog-exit}}@media (width>=1200px){.vf{transition:margin-right .4s cubic-bezier(.4,0,.2,1)}.vf[data-cart-open]{margin-right:346px}.vf[data-cart-open] .vf-floating-cart{right:362px}}@media (width<=700px){.vf-header .vf-header-cart{display:none}.vf .vf-floating-cart[data-visible]{right:12px}.vf:has(.vf-category-toggle[data-visible]) .vf-floating-cart[data-visible]{right:76px}.vf-service{gap:24px;padding:52px 24px 28px}.vf-service h2{font-size:34px}body:has(.vf) .t-modal-overlay .t-modal:has(.vf-service,.vf-city-panel){border-radius:24px;width:calc(100vw - 24px);max-width:536px;height:auto;max-height:calc(100dvh - 32px)}body:has(.vf) .t-modal-overlay:has(.vf-service,.vf-city-panel){align-items:center;padding:16px 12px}body:has(.vf) .t-modal-overlay .t-modal:has(.vf-cart-panel){border-radius:20px 20px 0 0;width:100vw;max-width:100vw;height:calc(100dvh - 16px);max-height:calc(100dvh - 16px)}body:has(.vf) .t-modal-overlay:has(>.t-modal .vf-cart-panel){align-items:flex-end;padding:0}body:has(.vf) .t-modal:has(.vf-cart-panel)[data-entering]{animation:.3s both vf-sheet-enter}body:has(.vf) .t-modal:has(.vf-cart-panel)[data-exiting]{animation:.5s both vf-sheet-exit}.vf-city-panel{max-height:calc(100dvh - 32px)}.vf-cart-row{font-size:18px}.vf-cart-editor h2{font-size:28px}.vf-support-photos>*{border-radius:12px}}@media (prefers-reduced-motion:reduce){.vf{transition:none}:is(body:has(.vf) .t-modal-overlay>.t-modal:has(.vf-cart-panel)[data-entering],body:has(.vf) .t-modal-overlay>.t-modal:has(.vf-cart-panel)[data-exiting]){animation:none}}@font-face{font-family:StorefrontDisplay;src:url(/brand-template-assets/display-font.ttf)format("truetype");font-display:swap}@font-face{font-family:StorefrontText;src:url(/brand-template-assets/text-font.ttf)format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.vf[data-brand-template]{--vf-orange:var(--brand-accent,#ff9400);font-family:var(--brand-font-text)}:is(.vf[data-brand-template] :is(h1,h2,h3),body:has(.vf[data-brand-template]) .t-dialog :is(.t-heading,h1,h2,h3)){font-family:var(--brand-font-display)}body:has(.vf[data-brand-template]) .t-dialog{font-family:var(--brand-font-text)}.brand-icon{flex-shrink:0}.vf[data-brand-template] .vf-fulfillment .vf-modes button[aria-pressed=true]{background:var(--brand-accent);border-color:var(--brand-accent);color:#fff}body:has(.vf[data-brand-template]) .t-button--primary{background:var(--brand-accent);border-color:var(--brand-accent);color:#fff}body:has(.vf[data-brand-template]) .t-button--primary:is([data-disabled=true],[data-loading=true]){background:var(--t-color-neutral-soft);border-color:var(--t-color-border);color:var(--t-color-muted)}.brand-logo{object-fit:contain;width:180px;max-width:100%;max-height:64px;display:block}.vf[data-brand-template] .vf-banners img{aspect-ratio:1;object-fit:contain;padding:var(--t-space-6)}.vf[data-brand-template] .vf-banners>*{background:var(--vf-source-secondary)}.brand-category-title{padding:0 var(--t-space-6) var(--t-space-6);display:block}.brand-wordmark{letter-spacing:-.04em;color:var(--vf-orange);font-size:clamp(24px,3vw,36px);font-weight:800}.vf[data-brand-template] .vf-social-logins .t-button{color:#fff}body:has(.vf[data-brand-template]) .vf-social-logins .vf-login-vk{color:#fff;background:#07f;border-color:#07f}body:has(.vf[data-brand-template]) .vf-social-logins .vf-login-vk[data-disabled=true]{color:#fff;background:#07f;border-color:#07f}body:has(.vf[data-brand-template]) .vf-social-logins .vf-login-yandex{color:#fff;background:#111;border-color:#111}body:has(.vf[data-brand-template]) .vf-social-logins .vf-login-yandex[data-disabled=true]{color:#fff;background:#111;border-color:#111}body:has(.vf[data-brand-template]) .vf-social-logins .vf-login-telegram{color:#fff;background:#229ed9;border-color:#229ed9}body:has(.vf[data-brand-template]) .vf-social-logins .vf-login-telegram[data-disabled=true]{color:#fff;background:#229ed9;border-color:#229ed9}body:has(.vf[data-brand-template]) .vf-social-logins .t-button[data-disabled=true]{opacity:.58}.vf[data-brand-template] .vf-banners>:not(:has(img)){aspect-ratio:618/816;padding:var(--t-space-6);background:var(--vf-source-secondary);font-size:var(--t-font-xl);align-items:flex-end;display:flex}.vf .vf-page-body.vf-page-typography{letter-spacing:-.2px;white-space:normal;font-family:inherit;font-size:17px;line-height:26px}.vf .vf-page-structured{width:100%;margin:0;padding:0}.vf .vf-page-presentation{white-space:normal;font-family:inherit}.vf .vf-page-cta{color:#171717;width:100%;transition:grid-template-columns .4s var(--t-motion-ease);grid-template-columns:minmax(0,1fr) minmax(0,1fr);display:grid;overflow:hidden}.vf .vf-page-cta-accent{background:#ffce91}.vf .vf-page-cta-neutral{background:#f3f3f3}.vf .vf-page-cta-right .vf-page-cta-media{order:2}.vf .vf-page-cta-media{background:linear-gradient(90deg,#ececec 25%,#f7f7f7 50%,#ececec 75%) 0 0/200% 100%;min-width:0;animation:1.6s linear infinite vf-page-skeleton;position:relative;overflow:hidden}@media (width>=768px){.vf .vf-page-cta-media{max-height:65vh}}.vf .vf-page-cta-media img{object-fit:cover;opacity:0;width:100%;height:100%;min-height:100%;transition:opacity .2s var(--t-motion-ease);display:block}.vf .vf-page-cta-media img[data-loaded]{opacity:1}.vf .vf-page-cta-media:has(img[data-loaded]){background:#f3f3f3;animation:none}.vf .vf-page-cta-content{flex-direction:column;justify-content:center;align-items:flex-start;min-width:0;padding:56px;display:flex}.vf .vf-page-cta-content h2{letter-spacing:0;max-width:560px;margin:0 0 12px;font-family:Vaffel,Arial,sans-serif;font-size:36px;font-weight:700;line-height:44px}.vf .vf-page-cta-content p{max-width:560px;margin:0;font-size:17px;line-height:26px}.vf .vf-page-cta-actions{flex-wrap:wrap;gap:12px;margin-top:32px;display:flex}.vf .vf-page-cta-actions a{color:#fff;background:#ff9400;border:0;border-radius:16px;justify-content:center;align-items:center;width:196px;min-height:48px;padding:12px 20px;font-size:17px;font-weight:700;line-height:24px;text-decoration:none;display:inline-flex}.vf .vf-page-cta-actions a:hover{color:#fff;background:#e98500}.vf .vf-page-cta-actions a:focus-visible{outline-offset:3px;outline:3px solid #171717}.vf .vf-page-presentation-rich{width:min(896px,100% - 32px);margin:0 auto;padding:52px 0}.vf .vf-page-presentation-cover{background:#ececec;width:100%;margin:0;position:relative;overflow:hidden}.vf .vf-page-presentation-cover img{aspect-ratio:16/9;object-fit:cover;width:100%;display:block}.vf .vf-page-presentation-cover figcaption{color:#fff;text-shadow:0 2px 18px #0000008c;max-width:min(680px,100% - 40px);font-family:Vaffel,Arial,sans-serif;font-size:44px;font-weight:700;line-height:1.05;position:absolute;bottom:48px;left:max(20px,50% - 448px)}.vf .vf-page-presentation-table,.vf .vf-page-presentation-document,.vf .vf-page-presentation-products{width:min(896px,100% - 32px);margin:0 auto;padding:52px 0}.vf .vf-page-presentation-table>div{border:1px solid #d8d8d8;border-radius:16px;overflow-x:auto}.vf .vf-page-presentation-table table{border-collapse:collapse;background:#fff;width:100%;min-width:560px;font-size:16px;line-height:24px}.vf .vf-page-presentation-table caption{color:#171717;text-align:left;padding:0 0 20px;font-family:Vaffel,Arial,sans-serif;font-size:28px;font-weight:700}.vf .vf-page-presentation-table th,.vf .vf-page-presentation-table td{text-align:left;vertical-align:top;border-bottom:1px solid #e5e5e5;padding:16px 20px}.vf .vf-page-presentation-table th{background:#f3f3f3;font-weight:700}.vf .vf-page-presentation-table tbody tr:last-child td{border-bottom:0}.vf .vf-page-presentation-document iframe{aspect-ratio:16/9;background:#f3f3f3;border:1px solid #d8d8d8;border-radius:16px;width:100%;display:block}.vf .vf-page-presentation-document a{color:#171717;text-underline-offset:4px;align-items:center;min-height:44px;margin-top:16px;font-weight:700;display:inline-flex}@keyframes vf-page-skeleton{to{background-position:-200% 0}}.vf .vf-page-typography p,.vf .vf-page-typography li,.vf .vf-page-typography h1,.vf .vf-page-typography h2,.vf .vf-page-typography h3,.vf .vf-page-typography h4{white-space:pre-wrap;overflow-wrap:anywhere}.vf .vf-page-typography p{min-height:20px;margin:0 0 20px}.vf .vf-page-typography p:empty{margin-bottom:6px}.vf .vf-page-typography h1,.vf .vf-page-typography h2,.vf .vf-page-typography h3,.vf .vf-page-typography h4{font-family:Vaffel,Arial,sans-serif}.vf .vf-page-typography h1{letter-spacing:0;margin:0 0 28px;font-size:60px;font-weight:700;line-height:1.1}.vf .vf-page-typography h2{letter-spacing:0;margin:72px 0 28px;font-size:36px;font-weight:700;line-height:44px}.vf .vf-page-typography h3,.vf .vf-page-typography h4{letter-spacing:0;margin:40px 0 20px;font-size:21px;font-weight:700;line-height:24px}.vf .vf-page-typography .vf-page-paragraph-large{letter-spacing:.3px;font-size:20px;font-weight:500;line-height:28px}.vf .vf-page-typography ul,.vf .vf-page-typography ol{white-space:normal;margin:0 0 28px 22px;padding:0}.vf .vf-page-typography ul{list-style:outside}.vf .vf-page-typography ol{list-style:decimal}.vf .vf-page-typography li{margin-top:12px;padding-left:12px}.vf .vf-page-typography ol>li{padding-left:20px}.vf .vf-page-typography li>ul,.vf .vf-page-typography li>ol{margin-bottom:0}.vf .vf-page-typography strong{font-weight:700}@media (width<=767px){.vf .vf-page-cta{grid-template-columns:minmax(0,1fr)}.vf .vf-page-cta-media,.vf .vf-page-cta-right .vf-page-cta-media{order:0}.vf .vf-page-cta-content{padding:24px 20px 40px}.vf .vf-page-cta-content h2{margin-bottom:12px;font-size:21px;line-height:24px}.vf .vf-page-cta-content p{font-size:15px;font-weight:500;line-height:20px}.vf .vf-page-cta-actions{margin-top:24px}.vf .vf-page-presentation-cover figcaption{font-size:28px;bottom:24px}.vf .vf-page-presentation-rich,.vf .vf-page-presentation-table,.vf .vf-page-presentation-document,.vf .vf-page-presentation-products{width:calc(100% - 32px);padding:32px 0}.vf .vf-page-cta-actions a{min-height:48px;font-size:16px}.vf .vf-page-typography p{margin-bottom:16px}.vf .vf-page-typography h1{margin-bottom:24px;font-size:28px}.vf .vf-page-typography h2{margin-top:64px;margin-bottom:24px;font-size:21px;line-height:24px}}@media (prefers-reduced-motion:reduce){.vf .vf-page-cta,.vf .vf-page-cta-media img{transition:none}.vf .vf-page-cta-media{animation:none}}
