.byb-section{background:var(--byb-color-bg);color:var(--byb-color-text);font-family:var(--byb-font-body);font-size:var(--byb-text-base);padding-inline:var(--byb-space-4)}.byb-section a{color:inherit}.byb-section h1,.byb-section h2,.byb-section h3{font-family:var(--byb-font-heading);margin:0}.byb-button{-webkit-appearance:none;appearance:none;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:var(--byb-space-2);padding:var(--byb-space-3) var(--byb-space-5);border-radius:var(--byb-radius-button);background:var(--byb-color-primary);color:var(--byb-color-bg);font-family:var(--byb-font-body);font-size:var(--byb-text-base);font-weight:500;line-height:1;transition:opacity .15s ease,transform .15s ease}.byb-button:hover{opacity:.9}.byb-button--ghost{background:var(--byb-color-surface);color:var(--byb-color-text);border:1px solid var(--byb-color-border)}.byb-button--soft{background:var(--byb-color-primary-soft);color:var(--byb-color-text)}.byb-hero{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:1280px;margin-inline:auto}.byb-hero__content{display:flex;flex-direction:column;align-items:center;gap:var(--byb-space-4);max-width:640px;width:100%}.byb-hero__brand{display:block;max-width:100%;height:auto;object-fit:contain}.byb-hero__heading{font-size:clamp(32px,6vw,var(--byb-text-display));line-height:1.08;margin:0;color:var(--byb-color-text)}.byb-hero__body{font-size:var(--byb-text-md);line-height:1.55;color:var(--byb-color-text-muted);margin:0}.byb-hero__body p{margin:0 0 var(--byb-space-3) 0}.byb-hero__body p:last-child{margin-bottom:0}.byb-hero__plots{display:flex;align-items:flex-end;justify-content:center;gap:var(--byb-space-5);margin-top:var(--byb-space-3)}.byb-hero__plot-wrap{display:flex;flex-direction:column;align-items:center;gap:var(--byb-space-2)}.byb-hero__plot{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--byb-space-1)}.byb-hero__plot-label{display:flex;flex-direction:column;align-items:center;line-height:1.25}.byb-hero__plot-name{font-weight:600;font-size:var(--byb-text-sm);color:var(--byb-color-text)}.byb-hero__plot-range{font-size:var(--byb-text-xs);color:var(--byb-color-text-muted)}.byb-hero__plot-cell{width:20px;height:20px;border-radius:3px;background:var(--byb-color-primary)}.byb-hero[data-mobile-hidden=true]{display:none}@media(min-width:768px){.byb-hero__content{max-width:720px;gap:var(--byb-space-5)}.byb-hero__plots{gap:var(--byb-space-6);margin-top:var(--byb-space-4)}.byb-hero__plot-cell{width:24px;height:24px}.byb-hero[data-mobile-hidden=true]{display:flex}}.byb-config{max-width:1280px;margin-inline:auto}.byb-config__row{display:flex;align-items:flex-start;gap:var(--byb-space-5);flex-wrap:wrap}.byb-config__group{display:flex;flex-direction:column;gap:var(--byb-space-2);flex:1 1 220px;min-width:0}.byb-config__label{font-family:var(--byb-font-body);font-size:var(--byb-text-xs);font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--byb-color-text);margin:0}.byb-dropdown{position:relative}.byb-dropdown__trigger{-webkit-appearance:none;appearance:none;display:flex;align-items:center;justify-content:space-between;gap:var(--byb-space-3);width:100%;padding:var(--byb-space-3) var(--byb-space-4);border:2px solid var(--byb-color-border);border-radius:var(--byb-radius-card);background:var(--byb-color-surface);color:var(--byb-color-text);font-family:var(--byb-font-body);font-size:var(--byb-text-base);font-weight:600;line-height:1.3;cursor:pointer;text-align:left;transition:border-color .15s ease}.byb-dropdown__trigger:hover,.byb-dropdown__trigger[aria-expanded=true]{border-color:var(--byb-color-primary)}.byb-dropdown__value{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.byb-dropdown__value--placeholder{color:var(--byb-color-text-muted);font-weight:400}.byb-dropdown__arrow{flex-shrink:0;color:var(--byb-color-text-muted);transition:transform .2s ease}.byb-dropdown__trigger[aria-expanded=true] .byb-dropdown__arrow{transform:rotate(180deg)}.byb-dropdown__panel{position:absolute;top:calc(100% + var(--byb-space-1));left:0;right:0;z-index:20;background:transparent;border:none;border-radius:0;box-shadow:none;padding:0;max-height:320px;overflow-x:hidden;overflow-y:auto;animation:byb-dropdown-in .15s ease}.byb-dropdown__panel[hidden]{display:none}@keyframes byb-dropdown-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.byb-dropdown__option{-webkit-appearance:none;appearance:none;display:flex;align-items:center;justify-content:space-between;gap:var(--byb-space-3);width:100%;border:none;background:var(--byb-color-surface);padding:var(--byb-space-2) var(--byb-space-3);font-family:var(--byb-font-body);color:var(--byb-color-text);cursor:pointer;text-align:left;transition:background .12s ease;border-radius:var(--byb-radius-button);box-shadow:0 2px 6px #0000000f}.byb-dropdown__option:hover{background:var(--byb-color-accent-blue-soft)}.byb-dropdown__option[aria-pressed=true]{background:var(--byb-color-accent-blue-soft);font-weight:600}.byb-dropdown__option+.byb-dropdown__option{margin-top:0}.byb-dropdown__option--ferdig{flex-direction:row;align-items:center;justify-content:space-between}.byb-dropdown__option--ferdig:hover,.byb-dropdown__option--ferdig[aria-pressed=true]{background:var(--byb-color-accent-yellow-soft)}.byb-size__description{font-size:var(--byb-text-sm);color:var(--byb-color-accent-yellow);line-height:1.4;flex-shrink:0}.byb-size__label{font-size:var(--byb-text-base);font-weight:600}.byb-size__meta{display:flex;align-items:center;gap:var(--byb-space-2);flex-shrink:0}.byb-size__helper{font-size:var(--byb-text-sm);color:var(--byb-color-accent-blue);background:var(--byb-color-accent-blue-soft);padding:2px var(--byb-space-2);border-radius:var(--byb-radius-tag);white-space:nowrap}.byb-size__price{font-size:var(--byb-text-sm);font-weight:600;color:var(--byb-color-text);white-space:nowrap}.byb-config__group--full{flex-basis:100%;width:100%}.byb-size-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--byb-space-3)}.byb-size-card{-webkit-appearance:none;appearance:none;display:flex;flex-direction:column;align-items:center;gap:var(--byb-space-3);padding:var(--byb-space-5) var(--byb-space-4);border:2px solid var(--byb-color-border);border-radius:var(--byb-radius-card);background:var(--byb-color-surface);color:var(--byb-color-text);font-family:var(--byb-font-body);cursor:pointer;text-align:center;transition:border-color .15s ease,background .15s ease}.byb-size-card:hover{border-color:var(--byb-color-primary)}.byb-size-card[aria-pressed=true]{border-color:var(--byb-color-primary);background:var(--byb-color-primary-soft)}.byb-size-card__plot{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--byb-space-1)}.byb-size-card__cell{width:20px;height:20px;border-radius:3px;background:var(--byb-color-border);transition:background .15s ease}.byb-size-card[aria-pressed=true] .byb-size-card__cell{background:var(--byb-color-primary)}.byb-size-card__text{display:flex;flex-direction:column;gap:var(--byb-space-1)}.byb-size-card__label{font-size:var(--byb-text-base);font-weight:600;line-height:1.3}.byb-size-card__helper{font-size:var(--byb-text-sm);color:var(--byb-color-text-muted);line-height:1.3}.byb-size-card__price{font-size:var(--byb-text-sm);font-weight:600;color:var(--byb-color-text);white-space:nowrap;line-height:1.3}@media(max-width:767px){.byb-config__row{flex-direction:column;gap:var(--byb-space-4)}.byb-config__group{flex-basis:auto;width:100%}.byb-size-grid{grid-template-columns:1fr;gap:var(--byb-space-2)}.byb-size-card{flex-direction:row;padding:var(--byb-space-3) var(--byb-space-4);text-align:left}.byb-size-card__plot{flex-shrink:0}.byb-size-card__cell{width:16px;height:16px}.byb-size-card__text{gap:0}}.byb-category-nav{max-width:1280px;margin-inline:auto}.byb-category-nav[data-sticky=true]{position:sticky;top:0;z-index:5;background:var(--byb-color-bg);border-bottom:1px solid var(--byb-color-border)}.byb-nav-bar{display:flex;align-items:center;gap:var(--byb-space-3);padding-block:var(--byb-space-2)}.byb-nav-search{position:relative;flex-shrink:0;display:none}@media(min-width:768px){.byb-nav-search{display:flex;align-items:center}}.byb-nav-search__icon{position:absolute;left:var(--byb-space-3);top:50%;transform:translateY(-50%);width:16px;height:16px;color:var(--byb-color-text-muted);pointer-events:none}.byb-nav-search__input{-webkit-appearance:none;appearance:none;border:1px solid var(--byb-color-border);border-radius:999px;background:var(--byb-color-surface);color:var(--byb-color-text);font-family:var(--byb-font-body);font-size:var(--byb-text-sm);padding:var(--byb-space-2) var(--byb-space-4) var(--byb-space-2) 36px;width:200px;transition:border-color .15s ease,width .2s ease}.byb-nav-search__input:focus{outline:none;border-color:var(--byb-color-primary);width:240px}.byb-nav-search__input::placeholder{color:var(--byb-color-text-muted)}.byb-tabs{display:flex;gap:var(--byb-space-2);overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding-block:var(--byb-space-1);flex:1;min-width:0}.byb-tabs::-webkit-scrollbar{display:none}.byb-tab{flex-shrink:0;-webkit-appearance:none;appearance:none;border:1px solid var(--byb-color-border);background:var(--byb-color-surface);color:var(--byb-color-text);padding:var(--byb-space-2) var(--byb-space-4);border-radius:999px;font-family:var(--byb-font-body);font-size:var(--byb-text-sm);font-weight:500;cursor:pointer;white-space:nowrap;display:inline-flex;align-items:center;gap:var(--byb-space-2);line-height:1.3;transition:background .15s ease,border-color .15s ease,color .15s ease}.byb-tab__icon{width:20px;height:20px;border-radius:50%;object-fit:cover;flex-shrink:0}.byb-tab:hover{border-color:var(--byb-color-primary);background:var(--byb-color-primary-soft)}.byb-tab[aria-selected=true]{background:var(--byb-color-primary);border-color:var(--byb-color-primary);color:var(--byb-color-bg);font-weight:600}.byb-tab--action{border-style:dashed;background:transparent;color:var(--byb-color-text-muted);font-weight:400}.byb-tab--action:hover{border-style:solid;background:var(--byb-color-primary-soft);color:var(--byb-color-text)}.byb-tab--action[aria-selected=true]{border-style:solid;background:var(--byb-color-primary);border-color:var(--byb-color-primary);color:var(--byb-color-bg);font-weight:600}@media(max-width:767px){.byb-nav-bar{gap:0}.byb-tabs{-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;padding-inline:var(--byb-space-1)}.byb-tab{padding:6px var(--byb-space-3);font-size:var(--byb-text-xs);scroll-snap-align:start}}@media(min-width:768px){.byb-tab{padding:var(--byb-space-2) var(--byb-space-5)}}.byb-grid{max-width:1280px;margin-inline:auto}.byb-grid__panel{display:grid;grid-template-columns:repeat(var(--byb-grid-cols-mobile, 2),1fr);gap:var(--byb-grid-gap, var(--byb-space-3))}@media(min-width:768px){.byb-grid__panel{grid-template-columns:repeat(var(--byb-grid-cols-desktop, 3),1fr)}}.byb-grid__panel[hidden]{display:none}.byb-grid--gap-tight{--byb-grid-gap: var(--byb-space-2)}.byb-grid--gap-default{--byb-grid-gap: var(--byb-space-3)}.byb-grid--gap-roomy{--byb-grid-gap: var(--byb-space-5)}.byb-card{background:var(--byb-color-surface);border-radius:var(--byb-radius-card);overflow:hidden;display:flex;flex-direction:column;position:relative;transition:transform .15s ease,box-shadow .15s ease}.byb-card[hidden]{display:none}.byb-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000a}.byb-card__media{position:relative;width:100%;aspect-ratio:1 / 1;background:var(--byb-color-border);overflow:hidden;border-radius:var(--byb-radius-image)}.byb-card[data-image-ratio=portrait] .byb-card__media{aspect-ratio:3 / 4}.byb-card[data-image-ratio=landscape] .byb-card__media{aspect-ratio:4 / 3}.byb-card__media img{width:100%;height:100%;object-fit:cover;display:block}.byb-card__body{padding:var(--byb-space-3) var(--byb-space-3) 0;display:flex;flex-direction:column;gap:var(--byb-space-1)}.byb-card__name{font-size:var(--byb-text-sm);font-weight:600;line-height:1.3;margin:0}.byb-card__description{font-size:var(--byb-text-xs);color:var(--byb-color-text-muted);line-height:1.4}.byb-tags{display:flex;flex-wrap:wrap;gap:4px;list-style:none;padding:0;margin:0}.byb-tag{background:var(--byb-color-primary-soft);color:var(--byb-color-text);border-radius:var(--byb-radius-tag);padding:2px var(--byb-space-2);font-size:var(--byb-text-xs);font-weight:500;white-space:nowrap;line-height:1.4}.byb-card__actions{position:absolute;top:var(--byb-space-2);right:var(--byb-space-2);padding:0;z-index:2;width:auto}.byb-card__add{-webkit-appearance:none;appearance:none;border:none;border-radius:var(--byb-radius-button);background:var(--byb-color-surface);color:var(--byb-color-text);cursor:pointer;display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;font-family:var(--byb-font-body);font-size:var(--byb-text-lg);font-weight:500;line-height:1;box-shadow:0 2px 6px #00000014;transition:background .15s ease,border-color .15s ease,color .15s ease}.byb-card__add:hover{background:var(--byb-color-primary);border-color:var(--byb-color-primary);color:var(--byb-color-bg)}.byb-card__add-icon{font-size:var(--byb-text-lg);font-weight:400;line-height:1}.byb-card__add-label{display:none}.byb-card__stepper{display:none;flex-direction:row;align-items:center;gap:var(--byb-space-1);width:auto}.byb-card__stepper-label{display:none}.byb-card__stepper-controls{display:flex;align-items:center;justify-content:center;gap:var(--byb-space-1);width:auto;background:var(--byb-color-primary-soft);border-radius:var(--byb-radius-button);padding:4px 6px;box-shadow:0 2px 6px #00000014}.byb-card[data-quantity-in-box]:not([data-quantity-in-box="0"]) .byb-card__add{display:none}.byb-card[data-quantity-in-box]:not([data-quantity-in-box="0"]) .byb-card__stepper{display:inline-flex}.byb-card__step-btn{-webkit-appearance:none;appearance:none;border:none;background:transparent;cursor:pointer;font-size:var(--byb-text-md);width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;color:var(--byb-color-text);transition:background .15s ease}.byb-card__step-btn:hover{background:#0000000f}.byb-card__step-count{min-width:20px;text-align:center;font-size:var(--byb-text-sm);font-weight:600}@media(min-width:768px){.byb-card__body{padding:var(--byb-space-2) var(--byb-space-2) 0;gap:var(--byb-space-1)}.byb-card__name{font-size:var(--byb-text-base);font-weight:500}}.byb-sticky-bar{position:fixed;bottom:0;left:0;right:0;z-index:10;height:56px;background:var(--byb-color-surface);border-top:1px solid var(--byb-color-border);box-shadow:0 -2px 12px #0000000f;overflow:hidden}@supports (padding-bottom: env(safe-area-inset-bottom)){.byb-sticky-bar{padding-bottom:env(safe-area-inset-bottom);height:calc(56px + env(safe-area-inset-bottom))}}.byb-sticky-bar[data-hide-mobile=true]{display:none}@media(min-width:768px){.byb-sticky-bar{height:60px}@supports (padding-bottom: env(safe-area-inset-bottom)){.byb-sticky-bar{height:calc(60px + env(safe-area-inset-bottom))}}.byb-sticky-bar[data-hide-mobile=true]{display:block}.byb-sticky-bar[data-hide-desktop=true]{display:none}}.byb-sticky-bar__fill{position:absolute;top:0;left:0;bottom:0;width:0%;background:var(--byb-color-primary-soft);transition:width .4s ease,background .3s ease;pointer-events:none}.byb-sticky-bar:has(.byb-sticky-bar__pill[data-filled=true]) .byb-sticky-bar__fill,.byb-sticky-bar[data-state=full] .byb-sticky-bar__fill{background:var(--byb-color-primary)}.byb-sticky-bar__content{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;height:56px;max-width:var(--page-width, 1280px);margin-inline:auto;padding-inline:var(--byb-space-4)}@media(min-width:768px){.byb-sticky-bar__content{height:60px;padding-inline:var(--byb-space-5)}}.byb-sticky-bar__pill{-webkit-appearance:none;appearance:none;border:none;display:inline-flex;align-items:center;gap:var(--byb-space-2);padding:var(--byb-space-2) var(--byb-space-4);border-radius:100px;background:#ffffffd9;color:var(--byb-color-text);font-family:var(--byb-font-body);font-size:var(--byb-text-sm);font-weight:600;line-height:1;white-space:nowrap;cursor:default;transition:background .25s ease,color .25s ease,box-shadow .25s ease;box-shadow:0 1px 4px #00000014}.byb-sticky-bar__pill:disabled{pointer-events:none}.byb-sticky-bar__pill[data-filled=true]{background:var(--byb-color-primary);color:var(--byb-color-bg);cursor:pointer;box-shadow:0 2px 8px #00000026}@media(min-width:768px){.byb-sticky-bar__pill{font-size:var(--byb-text-base);padding:var(--byb-space-2) var(--byb-space-5)}}.byb-sticky-bar__pill-arrow{width:14px;height:14px;flex-shrink:0;display:none}.byb-sticky-bar__pill[data-filled=true] .byb-sticky-bar__pill-arrow{display:block}.byb-sticky-bar__icons{display:flex;align-items:center;gap:var(--byb-space-2)}@media(min-width:768px){.byb-sticky-bar__icons{gap:var(--byb-space-3)}}.byb-sticky-bar__icon-btn{-webkit-appearance:none;appearance:none;border:none;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#ffffffb3;color:var(--byb-color-text);cursor:pointer;transition:background .15s ease,transform .15s ease;flex-shrink:0}.byb-sticky-bar__icon-btn svg{width:16px;height:16px}.byb-sticky-bar__icon-btn:hover{background:#fffffff2;transform:scale(1.05)}.byb-sticky-bar__icon-btn:active{transform:scale(.97)}@media(max-width:767px){.byb-sticky-bar__icon-btn{width:32px;height:32px}.byb-sticky-bar__icon-btn svg{width:14px;height:14px}}.byb-flash{animation:byb-flash 1.5s ease}@keyframes byb-flash{0%,to{transform:scale(1)}20%{transform:scale(1.05)}}.byb-filter{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;pointer-events:none;visibility:hidden}.byb-filter--open{pointer-events:auto;visibility:visible}.byb-filter__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000059;opacity:0;transition:opacity .25s ease}.byb-filter--open .byb-filter__overlay{opacity:1}.byb-filter__panel{position:absolute;bottom:0;left:0;right:0;max-height:100dvh;display:flex;flex-direction:column;background:var(--byb-color-bg, #fff);border-radius:16px 16px 0 0;box-shadow:0 -4px 24px #0000001a;transform:translateY(100%);transition:transform .3s cubic-bezier(.32,.72,0,1);overflow:hidden;font-family:var(--byb-font-body, sans-serif);color:var(--byb-color-text, #1a1a1a)}.byb-filter--open .byb-filter__panel{transform:translateY(0)}@media(max-width:767px){.byb-filter__panel{max-height:92dvh;border-radius:16px 16px 0 0}}@media(min-width:768px){.byb-filter__panel{left:50%;right:auto;width:420px;max-height:80dvh;transform:translate(-50%,100%);border-radius:16px;bottom:80px}.byb-filter--open .byb-filter__panel{transform:translate(-50%)}}.byb-filter__grip{display:flex;justify-content:center;padding:10px 0 2px;flex-shrink:0}.byb-filter__grip span{display:block;width:36px;height:4px;border-radius:2px;background:var(--byb-color-border, #ddd)}@media(min-width:768px){.byb-filter__grip{display:none}}.byb-filter__header{display:flex;align-items:center;justify-content:space-between;padding:var(--byb-space-4, 16px) var(--byb-space-5, 24px) var(--byb-space-3, 12px);flex-shrink:0}.byb-filter__title{font-family:var(--byb-font-heading, sans-serif);font-size:var(--byb-text-lg, 24px);font-weight:600;line-height:1.2;margin:0}.byb-filter__close{-webkit-appearance:none;appearance:none;border:none;background:var(--byb-color-surface, #f5f5f5);color:var(--byb-color-text, #1a1a1a);width:36px;height:36px;border-radius:50%;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .15s ease}.byb-filter__close:hover{background:var(--byb-color-border, #ddd)}.byb-filter__search{display:flex;align-items:center;gap:var(--byb-space-2, 8px);margin:0 var(--byb-space-5, 24px) var(--byb-space-3, 12px);padding:var(--byb-space-3, 12px) var(--byb-space-4, 16px);background:var(--byb-color-surface, #f5f5f5);border:1px solid var(--byb-color-border, #e0e0e0);border-radius:var(--byb-radius-button, 10px);transition:border-color .15s ease;flex-shrink:0}.byb-filter__search:focus-within{border-color:var(--byb-color-primary, #2d6a4f)}.byb-filter__search-icon{flex-shrink:0;color:var(--byb-color-text-muted, #888)}.byb-filter__search-input{flex:1;border:none;background:transparent;font-family:var(--byb-font-body, sans-serif);font-size:var(--byb-text-base, 16px);color:var(--byb-color-text, #1a1a1a);outline:none;min-width:0}.byb-filter__search-input::placeholder{color:var(--byb-color-text-muted, #888)}.byb-filter__search-input::-webkit-search-cancel-button{display:none}.byb-filter__search-clear{-webkit-appearance:none;appearance:none;border:none;background:transparent;color:var(--byb-color-text-muted, #888);cursor:pointer;padding:0;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.byb-filter__search-clear:hover{color:var(--byb-color-text, #1a1a1a)}.byb-filter__body{flex:1;overflow-y:auto;overscroll-behavior:contain;padding:0 var(--byb-space-5, 24px) var(--byb-space-3, 12px);-webkit-overflow-scrolling:touch}.byb-filter__group{border-bottom:1px solid var(--byb-color-border, #e8e8e8)}.byb-filter__group:last-child{border-bottom:none}.byb-filter__group-heading{display:flex;align-items:center;justify-content:space-between;padding:var(--byb-space-4, 16px) 0;cursor:pointer;font-family:var(--byb-font-body, sans-serif);font-size:var(--byb-text-md, 18px);font-weight:600;line-height:1.3;list-style:none;-webkit-user-select:none;user-select:none}.byb-filter__group-heading::-webkit-details-marker{display:none}.byb-filter__group-heading::marker{display:none;content:""}.byb-filter__group-arrow{flex-shrink:0;transition:transform .2s ease;color:var(--byb-color-text-muted, #888)}.byb-filter__group[open] .byb-filter__group-arrow{transform:rotate(180deg)}.byb-filter__group-options{display:flex;flex-direction:column;gap:var(--byb-space-2, 8px);padding-bottom:var(--byb-space-4, 16px)}.byb-filter__option{display:flex;align-items:center;gap:var(--byb-space-3, 12px);cursor:pointer;padding:var(--byb-space-2, 8px) 0;font-size:var(--byb-text-base, 16px);line-height:1.3}.byb-filter__option input[type=checkbox]{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.byb-filter__check{width:22px;height:22px;flex-shrink:0;border:2px solid var(--byb-color-border, #ccc);border-radius:6px;background:var(--byb-color-bg, #fff);position:relative;transition:background .15s ease,border-color .15s ease}.byb-filter__option input[type=checkbox]:checked~.byb-filter__check{background:var(--byb-color-primary, #2d6a4f);border-color:var(--byb-color-primary, #2d6a4f)}.byb-filter__option input[type=checkbox]:checked~.byb-filter__check:after{content:"";position:absolute;top:3px;left:6px;width:6px;height:10px;border:solid var(--byb-color-bg, #fff);border-width:0 2px 2px 0;transform:rotate(45deg)}.byb-filter__option input[type=checkbox]:focus-visible~.byb-filter__check{outline:2px solid var(--byb-color-primary, #2d6a4f);outline-offset:2px}.byb-filter__option-label{flex:1}.byb-filter__footer{display:flex;gap:var(--byb-space-3, 12px);padding:var(--byb-space-4, 16px) var(--byb-space-5, 24px);border-top:1px solid var(--byb-color-border, #e8e8e8);flex-shrink:0;background:var(--byb-color-bg, #fff)}.byb-filter__reset{-webkit-appearance:none;appearance:none;border:1px solid var(--byb-color-border, #ccc);background:var(--byb-color-bg, #fff);color:var(--byb-color-text, #1a1a1a);padding:var(--byb-space-3, 12px) var(--byb-space-5, 24px);border-radius:var(--byb-radius-button, 10px);font-family:var(--byb-font-body, sans-serif);font-size:var(--byb-text-base, 16px);font-weight:500;cursor:pointer;transition:background .15s ease;white-space:nowrap}.byb-filter__reset:hover{background:var(--byb-color-surface, #f5f5f5)}.byb-filter__submit{-webkit-appearance:none;appearance:none;flex:1;border:none;background:var(--byb-color-primary, #2d6a4f);color:var(--byb-color-bg, #fff);padding:var(--byb-space-3, 12px) var(--byb-space-5, 24px);border-radius:var(--byb-radius-button, 10px);font-family:var(--byb-font-body, sans-serif);font-size:var(--byb-text-base, 16px);font-weight:600;cursor:pointer;transition:opacity .15s ease;white-space:nowrap}.byb-filter__submit:hover{opacity:.9}.byb-sticky-bar__filter-trigger{-webkit-appearance:none;appearance:none;border:1px solid var(--byb-color-border);background:var(--byb-color-surface);color:var(--byb-color-text);width:44px;height:44px;border-radius:var(--byb-radius-button);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s ease,border-color .15s ease}.byb-sticky-bar__filter-trigger:hover{border-color:var(--byb-color-primary)}.byb-sticky-bar__filter-trigger svg{width:20px;height:20px}.byb-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
/*# sourceMappingURL=/cdn/shop/t/45/assets/section-build-your-box.css.map */
