.lovie-gallery{padding:40px 0 64px}
.lovie-gallery__header{text-align:center;max-width:760px;margin:0 auto 18px}
.lovie-gallery__header h1{margin:4px 0 10px;font-weight:900}
.lovie-gallery__eyebrow{color:var(--lovie-pink-ink,#d10068);font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.lovie-gallery__notice{display:grid;gap:2px;max-width:1000px;margin:0 auto 22px;padding:12px 16px;border:2px solid #111;background:#fff1f8;box-shadow:3px 3px 0 var(--lovie-pink,#f71983);text-align:center}
.lovie-gallery__notice strong{font-weight:900;text-transform:uppercase}
.lovie-gallery__tools{max-width:1000px;margin:0 auto 24px}
.lovie-gallery__tools label{display:block;font-weight:800;margin-bottom:7px}
.lovie-gallery__tools input{width:100%;min-height:52px;border:2px solid #111;padding:12px 15px;font:inherit;background:#fff}
.lovie-gallery__count{font-weight:800;margin:0 0 14px}
.lovie-gallery__back{display:inline-block;margin-bottom:14px;font-weight:800;color:#111}
.lovie-gallery__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.lovie-gallery__card{position:relative;border:1px solid #ddd;background:#fff;box-shadow:3px 3px 0 var(--lovie-pink,#f71983);overflow:hidden;content-visibility:auto;contain-intrinsic-size:auto 320px}
.lovie-gallery__card>a{display:block;height:100%;color:#111;text-decoration:none}
.lovie-gallery__badge{position:absolute;z-index:1;top:10px;left:10px;background:#111;color:#fff;padding:5px 9px;font-size:11px;font-weight:900;text-transform:uppercase}
.lovie-gallery__card img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover}
.lovie-gallery__card div{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px;font-size:12px}
.lovie-gallery__card div span{display:grid;gap:2px}
.lovie-gallery__card strong{text-transform:uppercase}
.lovie-gallery__card small{font-size:12px}
.lovie-gallery__card b{flex:0 0 auto;color:var(--lovie-pink-ink,#d10068)}
.lovie-gallery__card a:hover b,.lovie-gallery__card a:focus-visible b{text-decoration:underline}
.lovie-gallery__card a:focus-visible{outline:3px solid #111;outline-offset:-3px}
.lovie-gallery__empty{text-align:center;font-weight:800;padding:36px 0}
.lovie-gallery__card[hidden]{display:none}
.lovie-collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:14px;max-width:1000px;margin:0 auto}
.lovie-collections a{display:flex;flex-direction:column;justify-content:space-between;gap:10px;min-height:120px;padding:16px;border:2px solid #111;background:#fff;box-shadow:4px 4px 0 var(--lovie-pink,#f71983);color:#111;text-decoration:none}
.lovie-collections a:hover,.lovie-collections a:focus-visible{background:#fff1f8}
.lovie-collections a:focus-visible{outline:3px solid #111;outline-offset:2px}
.lovie-collections strong{font-size:17px;font-weight:900;text-transform:uppercase;line-height:1.15}
.lovie-collections span{font-weight:700;color:#6e6672;font-size:13px}
.lovie-collections b{color:var(--lovie-pink-ink,#d10068);font-weight:900}
.lovie-results{max-width:1000px;margin:0 auto 26px;padding:0;list-style:none}
.lovie-results li{border-bottom:1px solid #e6dde1;padding:10px 2px}
.lovie-results strong{font-weight:900}
.lovie-results a{color:var(--lovie-pink-ink,#d10068);font-weight:800;text-decoration:none;margin-right:10px;white-space:nowrap}
.lovie-results a:hover,.lovie-results a:focus-visible{text-decoration:underline}
.lovie-results__note{font-weight:700;color:#6e6672;font-size:13px;margin:0 0 8px}
@media(max-width:900px){.lovie-gallery__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:600px){
  .lovie-gallery{padding-top:24px}
  .lovie-gallery__notice{text-align:left}
  .lovie-gallery__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .lovie-gallery__card div{display:block}
  .lovie-gallery__card b{display:block;margin-top:7px}
  .lovie-collections{grid-template-columns:1fr}
}
