
#v103RealCatalog{background:#fbf8f3}
.v103-toolbar{display:grid;grid-template-columns:2fr 1fr;gap:10px;margin:20px 0}
.v103-products{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.v103-card{background:#fff;border:1px solid #e5ddd1;border-radius:26px;overflow:hidden;cursor:pointer;transition:.2s}
.v103-card:hover{transform:translateY(-4px);box-shadow:0 18px 45px #4b40331a}
.v103-photo{aspect-ratio:1.12/1;background:#eee7dd center/cover no-repeat}
.v103-body{padding:18px} .v103-body h3{font-size:26px;margin:5px 0}
.v103-meta{display:flex;gap:7px;flex-wrap:wrap;margin-top:10px}
.v103-pill{font-size:11px;padding:6px 9px;border-radius:999px;background:#f1ebe2}
.v103-modal{display:none;position:fixed;inset:0;z-index:5000;background:#0008;padding:24px;overflow:auto}
.v103-modal.open{display:block}
.v103-panel{max-width:1100px;margin:20px auto;background:#fff;border-radius:30px;overflow:hidden}
.v103-detail{display:grid;grid-template-columns:1fr 1fr}
.v103-gallery{background:#eee7dd;min-height:560px}
.v103-gallery img{width:100%;height:560px;object-fit:cover;display:block}
.v103-info{padding:34px} .v103-close{float:left;border:0;background:#eee7dd;border-radius:50%;width:42px;height:42px;font-size:22px}
.v103-thumbs{display:flex;gap:8px;padding:10px;background:#eee7dd;overflow:auto}
.v103-thumbs img{width:72px;height:72px;object-fit:cover;border-radius:10px;cursor:pointer}
.v103-source-note{margin-top:18px;padding:14px;border-radius:14px;background:#f6f1e8;font-size:13px}
@media(max-width:800px){.v103-products{grid-template-columns:1fr 1fr}.v103-toolbar,.v103-detail{grid-template-columns:1fr}.v103-gallery,.v103-gallery img{min-height:0;height:390px}}
@media(max-width:520px){.v103-products{grid-template-columns:1fr}}
