.cp2-root{background:#f5f2ee;min-height:100vh;font-family:Space Grotesk,sans-serif}.cp2-body{padding:24px 5% 70px}@media (min-width:769px){.cp2-mobile{display:none!important}.cp2-desktop{display:flex!important}}@media (max-width:768px){.cp2-desktop{display:none!important}.cp2-mobile{display:flex!important}}.cp2-bar{background:#fff;border:1px solid #e8e4dc;border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;padding:14px 20px;box-shadow:0 3px 12px #0000000d}.cp2-chips{flex-wrap:wrap;gap:8px;display:flex}.cp2-chip{cursor:pointer;color:#333;white-space:nowrap;background:0 0;border:1.5px solid #e0dbd4;border-radius:20px;padding:7px 16px;font-family:Space Grotesk,sans-serif;font-size:13px;font-weight:600;transition:all .2s}.cp2-chip:hover{border-color:#aaa}.cp2-chip.active{color:#fff;background:#111;border-color:#111}.cp2-price{align-items:center;gap:8px;display:flex}.cp2-price_input{color:#888;background:#fafaf8;border:1.5px solid #e0dbd4;border-radius:10px;align-items:center;gap:5px;padding:8px 12px;font-size:13px;display:flex}.cp2-price_input input{color:#111;background:0 0;border:none;outline:none;width:68px;font-family:Space Grotesk,sans-serif;font-size:13px}.cp2-price_sep{color:#bbb;font-size:13px}.cp2-sort{align-items:center;gap:8px;display:flex}.cp2-sort_label{color:#999;white-space:nowrap;font-size:13px}.cp2-select{color:#111;appearance:none;cursor:pointer;background:#fff url("data:image/svg+xml;utf8,<svg fill='%23555' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") right 10px center no-repeat;border:1.5px solid #e0dbd4;border-radius:10px;outline:none;padding:9px 36px 9px 14px;font-family:Space Grotesk,sans-serif;font-size:13px;font-weight:600;transition:border-color .2s}.cp2-select:focus{border-color:#111}.cp2-mobile-bar{align-items:center;gap:10px;margin-bottom:18px}.cp2-filter-btn{cursor:pointer;color:#111;background:#fff;border:1.5px solid #e0dbd4;border-radius:10px;align-items:center;gap:7px;padding:10px 18px;font-family:Space Grotesk,sans-serif;font-size:13px;font-weight:600;display:flex}.cp2-filter-badge{color:#111;background:#fbfbfb;border:1px solid #ccc;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;font-weight:800;display:inline-flex}.cp2-active-tags{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.cp2-active-tag{color:#fff;cursor:pointer;background:#111;border:none;border-radius:20px;align-items:center;gap:5px;padding:5px 12px;font-family:Space Grotesk,sans-serif;font-size:12px;font-weight:600;display:inline-flex}.cp2-clear-all{cursor:pointer;color:#888;background:0 0;border:1.5px solid #ccc;border-radius:20px;padding:5px 12px;font-family:Space Grotesk,sans-serif;font-size:12px;font-weight:600}.cp2-grid{box-sizing:border-box;grid-template-columns:repeat(4,1fr);align-items:stretch;gap:16px;width:100%;display:grid}@media (max-width:1200px){.cp2-grid{grid-template-columns:repeat(3,1fr);gap:14px}}@media (max-width:1024px){.cp2-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.cp2-grid{grid-template-columns:repeat(2,1fr);gap:10px}}.cp2-skeleton{background:#fff;border:1px solid #eae6e0;border-radius:14px;overflow:hidden}.cp2-skel-img{aspect-ratio:3/4;background:linear-gradient(90deg,#eeebe6 25%,#e4e0da 50%,#eeebe6 75%) 0 0/200% 100%;width:100%;animation:1.4s infinite cp2-shimmer}.cp2-skel-body{padding:12px 14px 14px}.cp2-skel-line{background:linear-gradient(90deg,#eeebe6 25%,#e4e0da 50%,#eeebe6 75%) 0 0/200% 100%;border-radius:6px;width:100%;height:12px;margin-bottom:9px;animation:1.4s infinite cp2-shimmer}@keyframes cp2-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.cp2-card-wrapper{min-width:0;animation:.5s cubic-bezier(.22,1,.36,1) both cp2-card-fade;animation-delay:var(--delay,0s);flex-direction:column;display:flex}@keyframes cp2-card-fade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.cp2-empty{text-align:center;flex-direction:column;grid-column:1/-1;align-items:center;gap:10px;padding:80px 20px;display:flex}.cp2-empty_emoji{font-size:52px}.cp2-empty_text{color:#333;font-family:Playfair Display,serif;font-size:20px;font-weight:700}.cp2-empty_sub{color:#999;font-size:14px}.cp2-overlay{pointer-events:none;z-index:998;background:0 0;transition:background .3s;position:fixed;inset:0}.cp2-overlay.open{pointer-events:auto;background:#0006}.cp2-sheet{z-index:999;background:#fff;border-radius:22px 22px 0 0;padding:24px;transition:transform .35s cubic-bezier(.22,1,.36,1);position:absolute;bottom:0;left:0;right:0;transform:translateY(100%)}.cp2-sheet.open{transform:translateY(0)}.cp2-sheet_header{justify-content:space-between;align-items:center;margin-bottom:22px;display:flex}.cp2-sheet_title{color:#111;font-family:Playfair Display,serif;font-size:20px;font-weight:900}.cp2-sheet_close{cursor:pointer;color:#555;background:#f0ede6;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;display:flex}.cp2-sheet_group{margin-bottom:22px}.cp2-sheet_group label{letter-spacing:.1em;text-transform:uppercase;color:#999;margin-bottom:10px;font-size:12px;font-weight:700;display:block}.cp2-apply-btn{color:#fff;cursor:pointer;background:#111;border:none;border-radius:12px;width:100%;margin-top:8px;padding:14px;font-family:Playfair Display,serif;font-size:16px;font-weight:700;transition:opacity .2s}.cp2-apply-btn:hover{opacity:.88}.cp2-loading-bar{z-index:9999;background:linear-gradient(90deg,#fff 0%,#a09ea3 50%,#fff 100%) 0 0/200% 100%;width:100%;height:3px;animation:1.2s linear infinite cp2-loading;position:fixed;top:0;left:0}@keyframes cp2-loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.cp2-skel-img,.cp2-skel-line,.cp2-loading-bar{animation:none}}
