/* LK emergency collection grid restore 20260605T1941 */
body.template-collection .coll-toolbar{display:flex;justify-content:space-between;align-items:center;padding:14px 40px;border-bottom:1px solid var(--light-gray,#e5e5e5);position:relative;background:var(--white,#fff);z-index:40}
body.template-collection .coll-layout{display:flex;--sidebar-width:260px;min-height:80vh;contain:layout style}
body.template-collection .coll-sidebar{width:var(--sidebar-width);flex-shrink:0;border-right:1px solid var(--light-gray,#e5e5e5);padding:28px 24px 40px;position:relative;top:auto;height:auto;max-height:none;overflow-y:auto}
body.template-collection .coll-grid-wrap{flex:1;min-height:60vh}
body.template-collection .coll-grid{display:grid!important;grid-template-columns:repeat(4,1fr)!important;contain:layout style}
body.template-collection .flt-group{margin-bottom:24px}body.template-collection .flt-group__title{font-size:10px;font-weight:500;letter-spacing:2.5px;text-transform:uppercase;color:var(--black,#0a0a0a);margin-bottom:14px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;border:0;background:transparent;padding:0;width:100%;font-family:var(--font-body)}
body.template-collection .flt-check{display:flex;align-items:center;gap:10px;padding:5px 0;cursor:pointer;font-size:12px;color:var(--black,#0a0a0a);text-decoration:none}body.template-collection .flt-check__box{width:14px;height:14px;border:1px solid var(--light-gray,#e5e5e5);border-radius:1px;flex-shrink:0;position:relative}body.template-collection .flt-check__count{font-size:10px;color:var(--medium-gray,#8a8580);margin-left:auto}
body.template-collection .flt-color-chips{display:flex;flex-wrap:wrap;gap:6px;padding-bottom:16px}body.template-collection .flt-color-chip{width:36px;height:36px;border:1px solid var(--light-gray,#e5e5e5);display:block;text-decoration:none}body.template-collection .flt-sizes{display:flex;flex-wrap:wrap;gap:4px}body.template-collection .flt-size{width:44px;height:36px;border:1px solid var(--light-gray,#e5e5e5);display:flex;align-items:center;justify-content:center;font-size:11px;text-decoration:none;color:var(--black,#0a0a0a)}
body.template-collection .coll-loadmore{display:flex;flex-direction:column;align-items:center;padding:48px 20px 64px;gap:12px}
@media(max-width:749px){body.template-collection .coll-toolbar{padding:10px 16px}body.template-collection .coll-toolbar__sort-label{display:none}body.template-collection .coll-sidebar{display:none}body.template-collection .coll-layout{display:block;min-height:0}body.template-collection .coll-grid{grid-template-columns:repeat(2,1fr)!important;border-left:0}body.template-collection .coll-loadmore{padding:24px 16px 32px}}
@media(min-width:990px){body.template-collection:has(.lk-moon-coll-preview) .coll-sidebar{display:none!important}body.template-collection:has(.lk-moon-coll-preview) .coll-layout{display:block!important}body.template-collection:has(.lk-moon-coll-preview) .coll-grid-wrap{width:100%!important;max-width:1480px!important;margin:0 auto!important;padding:0 clamp(22px,3vw,54px)!important}body.template-collection:has(.lk-moon-coll-preview) .coll-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:34px 24px!important}}
