.boon-productGallery{min-height:68vh;padding:0 0 72px;background:#f6f3ef;color:var(--boon-ink);}
.boon-productGallery-shell{width:min(1240px,calc(100% - 48px));margin:0 auto;}
.boon-productGallery-breadcrumb{display:flex;flex-wrap:wrap;gap:9px;padding:17px 0;color:var(--boon-muted);font-size:11px;}
.boon-productGallery-breadcrumb a{color:inherit;text-decoration:none;}
.boon-productGallery-breadcrumb a:hover{text-decoration:underline;}
.boon-productGallery-heading{display:flex;align-items:end;justify-content:space-between;gap:28px;margin:12px 0 30px;padding:0 0 22px;border-bottom:1px solid var(--boon-line);}
.boon-productGallery-heading h1{margin:0;padding:0;border:0;font-size:clamp(28px,3vw,38px);letter-spacing:.04em;line-height:1.3;}
.boon-productGallery-heading p{margin:0;color:var(--boon-muted);font-size:14px;line-height:1.7;}
.boon-productGallery-heading>a{display:inline-flex;gap:10px;align-items:center;color:var(--boon-ink);font-size:13px;font-weight:700;text-decoration:none;white-space:nowrap;}
.boon-productGallery-heading>a:hover{color:var(--boon-brown);text-decoration:none;}
.boon-productGallery-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;}
.boon-productGallery-item{margin:0;overflow:hidden;background:#e4ded6;}
.boon-productGallery-item button{display:block;width:100%;padding:0;border:0;background:transparent;cursor:zoom-in;}
.boon-productGallery-item img{display:block;width:100%;aspect-ratio:1;object-fit:cover;transition:transform .25s ease,filter .25s ease;}
.boon-productGallery-item button:hover img{filter:brightness(.92);transform:scale(1.03);}
.boon-productGallery-empty{max-width:620px;margin:0;padding:52px 34px;border:1px solid var(--boon-line);background:#fff;color:var(--boon-muted);}
.boon-productGallery-empty p{margin:0;line-height:1.8;}
.boon-productGallery-empty p+p{margin-top:10px;font-size:13px;}
.boon-productGallery-pagination{margin-top:36px;}
.boon-productGallery-pagination .page-numbers{display:flex;justify-content:center;flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none;}
.boon-productGallery-pagination a,.boon-productGallery-pagination span{display:grid;min-width:38px;min-height:38px;place-items:center;padding:0 10px;border:1px solid var(--boon-line);background:#fff;color:var(--boon-ink);font-size:13px;text-decoration:none;}
.boon-productGallery-pagination .current{border-color:var(--boon-brown);background:var(--boon-brown);color:#fff;}
.boon-productGallery-lightbox{width:min(1080px,calc(100% - 32px));max-height:92dvh;margin:auto;padding:48px 16px 16px;border:0;background:#f7f3ee;overflow:auto;}
.boon-productGallery-lightbox::backdrop{background:rgba(24,17,13,.88);}
.boon-productGallery-lightbox>button{position:absolute;top:5px;right:10px;width:40px;height:40px;border:0;background:transparent;color:var(--boon-ink);font-size:28px;line-height:1;cursor:pointer;}
.boon-productGallery-lightbox img{display:block;width:100%;height:min(76dvh,850px);object-fit:contain;}

@media (max-width:767px){
  .boon-productGallery{padding-bottom:42px;}
  .boon-productGallery-shell{width:100%;}
  .boon-productGallery-breadcrumb{padding:13px 16px;}
  .boon-productGallery-heading{align-items:flex-start;flex-direction:column;gap:12px;margin:2px 16px 18px;padding-bottom:16px;}
  .boon-productGallery-heading h1{font-size:27px;}
  .boon-productGallery-heading p{font-size:13px;}
  .boon-productGallery-heading>a{font-size:12px;}
  .boon-productGallery-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:3px;}
  .boon-productGallery-empty{margin:0 16px;padding:34px 22px;}
  .boon-productGallery-pagination{margin:28px 16px 0;}
}
