.bottom-sheet__body{padding:0 var(--g-spacing-5) var(--g-spacing-5) var(--g-spacing-5)}.bottom-sheet__footer{position:-webkit-sticky;position:sticky;bottom:0;display:flex;align-items:center;gap:var(--g-spacing-3);padding:var(--g-spacing-4) var(--g-spacing-5);border-top:1px solid var(--g-color-line-generic);background:var(--g-color-base-background,#fff);flex-shrink:0}.bottom-sheet__footer-reset{background:var(--g-color-base-generic);font-weight:500;color:var(--g-color-text-primary)}.bottom-sheet__footer-apply,.bottom-sheet__footer-reset{flex:1 1;padding:var(--g-spacing-3) var(--g-spacing-4);border-radius:var(--g-border-radius-l);border:none;font-family:inherit;font-size:14px;cursor:pointer;text-align:center}.bottom-sheet__footer-apply{background:var(--g-color-base-brand);color:#fff;font-weight:600;transition:background .15s}.bottom-sheet__footer-apply:hover{background:var(--g-color-base-brand-hover)}.mobile-chips{display:none}@media (max-width:768px){.mobile-chips{display:flex;align-items:center;gap:var(--g-spacing-2);overflow-x:auto;padding-bottom:var(--g-spacing-1);-webkit-overflow-scrolling:touch}.mobile-chips::-webkit-scrollbar{display:none}.mobile-chip{display:flex;align-items:center;gap:6px;padding:var(--g-spacing-2) 14px;border-radius:var(--g-border-radius-l);border:1px solid var(--g-color-line-generic);background:#fff;font-family:inherit;font-size:var(--g-text-body-1-font-size);font-weight:500;color:var(--g-color-text-primary);cursor:pointer;white-space:nowrap;flex-shrink:0}.mobile-chip--active{background:var(--g-color-private-brand-50);border-color:var(--g-color-private-brand-150);color:var(--g-color-base-brand)}.mobile-chip svg{flex-shrink:0}}.mobile-filter-tabs{display:flex;gap:var(--g-spacing-2);margin-bottom:var(--g-spacing-5);overflow-x:auto;-webkit-overflow-scrolling:touch}.mobile-filter-tabs::-webkit-scrollbar{display:none}.mobile-filter-tab{display:flex;align-items:center;gap:6px;padding:var(--g-spacing-2) 14px;border-radius:var(--g-border-radius-l);border:none;font-family:inherit;font-size:var(--g-text-body-1-font-size);font-weight:500;cursor:pointer;white-space:nowrap;flex-shrink:0;background:var(--g-color-base-generic);color:var(--g-color-text-primary)}.mobile-filter-tab--active{background:var(--g-color-private-brand-50);color:var(--g-color-base-brand)}.mobile-filter-tab__close{display:flex;align-items:center}.mobile-sort-options{display:flex;flex-direction:column;gap:var(--g-spacing-1)}.mobile-sort-option{display:flex;width:100%;padding:var(--g-spacing-3) var(--g-spacing-4);border:none;background:transparent;font-family:inherit;font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height);color:var(--g-color-text-primary);cursor:pointer;border-radius:var(--g-border-radius-l);text-align:left}.mobile-sort-option:hover{background:var(--g-color-base-generic)}.mobile-sort-option--active{background:var(--g-color-private-brand-50);color:var(--g-color-base-brand);font-weight:500}