/* Scoped entry cards: these are collection links, never purchasable inventory. */
.collection-entry{margin:34px 0;padding:28px 0;border-top:1px solid #d8cdbc;border-bottom:1px solid #d8cdbc;color:#293e33}.collection-entry__heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px}.collection-entry__heading h2{font:32px/1.15 Georgia,serif;margin:0}.collection-entry__heading p{font:13px/1.5 Arial,sans-serif;margin:6px 0 0;color:#62695f}.collection-entry__heading>a{font:14px Arial,sans-serif;color:inherit;white-space:nowrap;text-underline-offset:4px}.collection-entry__grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.collection-entry__card{display:grid;grid-template-columns:150px 1fr;text-decoration:none;background:#fffdf8;border:1px solid #d8cdbc;border-radius:7px;overflow:hidden;color:inherit;transition:box-shadow .2s}.collection-entry__card:hover{box-shadow:0 7px 22px #293e3312}.collection-entry__card:focus-visible{outline:3px solid #89643c;outline-offset:4px}.collection-entry__card>img{width:100%;height:100%;min-height:145px;object-fit:cover}.collection-entry__card>div{padding:21px}.collection-entry__card span{font:11px/1.4 Arial,sans-serif;text-transform:uppercase;letter-spacing:.12em;color:#805b34}.collection-entry__card h3{font:27px/1.15 Georgia,serif;margin:8px 0}.collection-entry__card p{font:14px/1.5 Arial,sans-serif;margin:0;color:#62695f}@media(max-width:900px){.collection-entry__card{grid-template-columns:100px 1fr}.collection-entry__card>div{padding:16px}.collection-entry__card h3{font-size:23px}}@media(max-width:650px){.collection-entry__grid{grid-template-columns:1fr}.collection-entry__heading{align-items:start;flex-direction:column;gap:10px}.collection-entry__card{grid-template-columns:115px 1fr}}@media(prefers-reduced-motion:reduce){.collection-entry__card{transition:none}}
