.header[data-astro-cid-dwwchzws]{position:sticky;top:0;z-index:50;background:var(--white);border-bottom:1px solid var(--border);box-shadow:var(--shadow-sm)}.header-inner[data-astro-cid-dwwchzws]{max-width:900px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:.7rem 1.25rem;gap:1rem}.home-link[data-astro-cid-dwwchzws]{display:flex;align-items:center;gap:4px;font-size:14px;color:var(--white);font-weight:600;padding:.45rem .9rem;border-radius:20px;background:var(--teal);transition:opacity .15s}.home-link[data-astro-cid-dwwchzws]:hover{opacity:.85}.home-link[data-astro-cid-dwwchzws]:hover{background:var(--teal-light)}.back-link[data-astro-cid-dwwchzws]{display:flex;align-items:center;gap:5px;font-size:13px;color:var(--muted);white-space:nowrap;transition:color .15s}.back-link[data-astro-cid-dwwchzws]:hover{color:var(--teal)}.logo[data-astro-cid-dwwchzws]{height:40px;width:auto;object-fit:contain}.header-wa[data-astro-cid-dwwchzws]{display:flex;align-items:center;background:var(--wa);color:var(--white);padding:.45rem .6rem;border-radius:20px;transition:background .15s}.header-wa[data-astro-cid-dwwchzws]:hover{background:var(--wa-dark)}.breadcrumb[data-astro-cid-dwwchzws]{max-width:900px;margin:0 auto;padding:.6rem 1.25rem;font-size:12px;color:var(--muted);display:flex;gap:6px;align-items:center;flex-wrap:wrap}.breadcrumb[data-astro-cid-dwwchzws] a[data-astro-cid-dwwchzws]{color:var(--teal);transition:opacity .15s}.breadcrumb[data-astro-cid-dwwchzws] a[data-astro-cid-dwwchzws]:hover{opacity:.7}.sep[data-astro-cid-dwwchzws]{color:var(--border)}.current[data-astro-cid-dwwchzws]{color:var(--ink)}.page-top[data-astro-cid-dwwchzws]{max-width:900px;margin:0 auto;padding:1.25rem 1.25rem .75rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.page-title-wrap[data-astro-cid-dwwchzws]{display:flex;align-items:center;gap:.85rem}.page-icon[data-astro-cid-dwwchzws]{font-size:38px}.page-title[data-astro-cid-dwwchzws]{font-size:clamp(20px,4vw,28px);font-weight:500;color:var(--teal-dark)}.page-sub[data-astro-cid-dwwchzws]{font-size:13px;color:var(--muted);margin-top:2px}.sort-wrap[data-astro-cid-dwwchzws]{display:flex;align-items:center;gap:8px}.sort-label[data-astro-cid-dwwchzws]{font-size:12px;color:var(--muted);white-space:nowrap}.sort-select[data-astro-cid-dwwchzws]{font-family:inherit;font-size:13px;padding:.4rem .75rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--white);color:var(--ink);cursor:pointer;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%236b7280' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;padding-right:28px}.sort-select[data-astro-cid-dwwchzws]:focus{outline:2px solid var(--teal);outline-offset:1px}.main[data-astro-cid-dwwchzws]{max-width:900px;margin:0 auto;padding:.5rem 1.25rem 5rem}.prod-grid[data-astro-cid-dwwchzws]{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}@media(max-width:640px){.prod-grid[data-astro-cid-dwwchzws]{grid-template-columns:repeat(2,1fr);gap:10px}}.prod-card[data-astro-cid-dwwchzws]{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;cursor:pointer;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;flex-direction:column}.prod-card[data-astro-cid-dwwchzws]:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:var(--teal)}.prod-card[data-astro-cid-dwwchzws]:focus{outline:2px solid var(--teal);outline-offset:2px}.prod-thumb[data-astro-cid-dwwchzws]{position:relative;aspect-ratio:4/5;background:var(--cream);overflow:hidden;display:flex;align-items:center;justify-content:center}.prod-img[data-astro-cid-dwwchzws]{width:100%;height:100%;object-fit:contain;background:var(--cream);transition:transform .3s}.prod-card[data-astro-cid-dwwchzws]:hover .prod-img[data-astro-cid-dwwchzws]{transform:scale(1.04)}.prod-placeholder[data-astro-cid-dwwchzws]{font-size:52px}.prod-price-bar[data-astro-cid-dwwchzws]{background:#c0392b;color:#fff;font-size:17px;font-weight:700;padding:9px 12px;text-align:center;letter-spacing:.5px}.prod-info[data-astro-cid-dwwchzws]{padding:.85rem 1rem;flex:1;display:flex;flex-direction:column;gap:3px}.prod-name[data-astro-cid-dwwchzws]{font-size:14px;font-weight:500;color:var(--ink)}.prod-desc[data-astro-cid-dwwchzws]{font-size:12px;color:var(--muted);line-height:1.4}.prod-wa-btn[data-astro-cid-dwwchzws]{margin:.5rem 1rem .85rem;display:flex;align-items:center;justify-content:center;gap:6px;background:var(--wa);color:var(--white);border:none;border-radius:var(--radius-sm);padding:.55rem;font-size:13px;font-weight:500;transition:background .15s}.prod-wa-btn[data-astro-cid-dwwchzws]:hover{background:var(--wa-dark)}.modal-overlay[data-astro-cid-dwwchzws]{position:fixed;inset:0;background:#0009;display:none;align-items:flex-end;justify-content:center;z-index:200;padding:0}.modal-overlay[data-astro-cid-dwwchzws].open{display:flex}@media(min-width:520px){.modal-overlay[data-astro-cid-dwwchzws]{align-items:center;padding:1rem}.modal[data-astro-cid-dwwchzws]{border-radius:var(--radius-lg)!important;max-height:90vh}}.modal[data-astro-cid-dwwchzws]{background:var(--white);width:100%;max-width:400px;border-radius:var(--radius-lg) var(--radius-lg) 0 0;overflow:hidden;position:relative;max-height:95dvh;overflow-y:auto}.modal-close-btn[data-astro-cid-dwwchzws]{position:absolute;top:12px;right:12px;z-index:5;background:#00000059;color:var(--white);border:none;width:30px;height:30px;border-radius:50%;font-size:14px;display:flex;align-items:center;justify-content:center;transition:background .15s}.modal-close-btn[data-astro-cid-dwwchzws]:hover{background:#0000008c}.modal-img-wrap[data-astro-cid-dwwchzws]{width:100%;aspect-ratio:3/4;background:var(--cream);display:flex;align-items:center;justify-content:center;overflow:hidden;max-height:70vh}.modal-placeholder[data-astro-cid-dwwchzws]{font-size:80px}.modal-img[data-astro-cid-dwwchzws]{width:100%;height:100%;object-fit:contain;background:var(--cream)}.modal-body[data-astro-cid-dwwchzws]{padding:1.25rem 1.5rem 1.5rem;display:flex;flex-direction:column;gap:.6rem}.modal-cat-tag[data-astro-cid-dwwchzws]{font-size:11px;letter-spacing:1.2px;text-transform:uppercase;color:var(--muted)}.modal-title[data-astro-cid-dwwchzws]{font-size:22px;font-weight:500;color:var(--teal-dark)}.modal-desc[data-astro-cid-dwwchzws]{font-size:14px;color:var(--muted);line-height:1.5}.modal-price[data-astro-cid-dwwchzws]{font-size:26px;font-weight:500;color:var(--teal)}.modal-wa-btn[data-astro-cid-dwwchzws]{display:flex;align-items:center;justify-content:center;gap:8px;background:var(--wa);color:var(--white);border:none;border-radius:var(--radius-md);padding:.85rem;font-size:15px;font-weight:500;transition:background .15s;margin-top:.25rem}.modal-wa-btn[data-astro-cid-dwwchzws]:hover{background:var(--wa-dark)}.modal-close-text[data-astro-cid-dwwchzws]{background:none;border:1px solid var(--border);border-radius:var(--radius-md);padding:.65rem;font-size:14px;color:var(--muted);transition:border-color .15s}.modal-close-text[data-astro-cid-dwwchzws]:hover{border-color:var(--muted)}.wa-float[data-astro-cid-dwwchzws]{position:fixed;bottom:24px;right:20px;z-index:100;background:var(--wa);color:var(--white);width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #25d36673;transition:transform .2s}.wa-float[data-astro-cid-dwwchzws]:hover{transform:scale(1.08)}
