/* Product photographs stay local and load when their detail is opened. */
.product-dialog{width:min(1120px,95vw);max-width:95vw;border:1px solid #dfdfd3;border-radius:18px;max-height:94dvh}
#product-detail{grid-template-columns:minmax(0,1.2fr) minmax(330px,1fr)}
.product-gallery{min-width:0;padding:25px 25px 20px;background:#f0f1e7}
.product-gallery-heading{display:flex;justify-content:space-between;align-items:center;color:#778165;font-size:8px;letter-spacing:1.3px;margin:0 0 16px}
#gallery-counter{font-size:11px;letter-spacing:1px;font-weight:600;color:#4c6145;background:#e4e9d9;padding:6px 11px;border-radius:20px;font-variant-numeric:tabular-nums}
.product-gallery .gallery-stage{height:auto;aspect-ratio:4/3;padding:0;background:radial-gradient(ellipse at 50% 35%,#fafbf3,#e7ecdf);border:1px solid #e0e5d6;border-radius:12px;touch-action:pan-y}
.gallery-enlarge{width:100%;height:100%;position:relative;z-index:1;display:block;padding:24px 36px 30px;cursor:zoom-in}
.gallery-enlarge:hover{transform:none!important}
.gallery-enlarge img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 8px 7px #29392210);user-select:none;-webkit-user-drag:none}
.gallery-arrow{position:absolute;z-index:3;top:50%;transform:translateY(-50%);height:38px;width:32px;border:1px solid #d6ddcd;border-radius:20px;background:#fffdf4ed;font-size:25px;line-height:1;color:#617153}
.gallery-arrow:hover{background:#fffdf4;transform:translateY(-50%)!important}
.gallery-arrow.previous{left:9px}.gallery-arrow.next{right:9px}
.gallery-expand-toggle{position:absolute;z-index:3;top:10px;right:10px;padding:8px 10px;border:1px solid #d6ddcd;border-radius:6px;background:#fffdf4e8;font-size:9px;color:#596a4d}
.gallery-loading{position:absolute;z-index:4;left:50%;top:50%;transform:translate(-50%,-50%);background:#fffdf4ee;border:1px solid #d6ddcd;border-radius:8px;padding:12px 16px;white-space:nowrap;font-size:11px}
.product-gallery-caption{display:flex;justify-content:space-between;align-items:center;gap:10px;margin:13px 0;font-size:11px;color:#4b5e40}
.product-gallery-caption small{font-size:8px;color:#869177;text-align:right}
.gallery-thumbnails{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:7px}
.gallery-thumbnails button{min-width:0;position:relative;aspect-ratio:1;background:#fcfcf6;border:1px solid #d9e0cf;border-radius:8px;padding:5px;overflow:hidden}
.gallery-thumbnails button[aria-pressed=true]{border-color:#ef795d;box-shadow:0 0 0 1px #ef795d;background:#fff1e8}
.gallery-thumbnails img{width:100%;height:100%;object-fit:contain;position:relative;z-index:1}
.gallery-thumbnails span{position:absolute;right:3px;bottom:2px;background:#fcfcf4e6;border-radius:3px;font-size:7px;padding:1px 3px;z-index:2;color:#79876b}
.gallery-thumbnails button:before{content:'';position:absolute;inset:0;background:url('assets/watermark.svg') center/130px 65px;opacity:.4}
.gallery-source-note{font-size:8px;line-height:1.7;color:#8e957f;margin-top:11px}
.card-view-count{position:absolute;bottom:12px;left:12px;z-index:4;display:flex;align-items:center;gap:5px;background:#fffdf3e8;border:1px solid #e1e2d6;border-radius:20px;padding:6px 9px;font-size:8px;color:#667455}
.card-view-count svg{width:12px;height:12px;stroke-width:1.4}
.product-dialog.gallery-expanded #product-detail{display:block}
.product-dialog.gallery-expanded .detail-copy{display:none}
.product-dialog.gallery-expanded .product-gallery{padding:22px 25px 15px}
.product-dialog.gallery-expanded .gallery-stage{aspect-ratio:auto;height:calc(90dvh - 220px);min-height:260px}
.product-dialog.gallery-expanded .gallery-thumbnails{max-width:550px;margin:auto}
.product-dialog.gallery-expanded .gallery-thumbnails button{max-height:65px;aspect-ratio:auto}
.product-dialog.gallery-expanded .gallery-enlarge{cursor:zoom-out}
.product-dialog.gallery-expanded .product-gallery-heading{padding-right:40px}
.product-dialog.gallery-expanded .gallery-source-note{text-align:center}
.product-dialog .close-dialog{z-index:7;background:#fffdf5e8}
@media(max-width:740px){
  .product-dialog{width:94vw;max-width:94vw;border-radius:14px}
  #product-detail{display:block}.product-gallery{padding:21px 17px 15px}
  .product-gallery-heading{margin-bottom:12px;font-size:7px}
  .product-dialog .product-gallery-heading,.product-dialog.gallery-expanded .product-gallery-heading{padding-right:50px}
  .product-gallery .gallery-stage{height:auto;aspect-ratio:4/3}
  .gallery-enlarge{padding:20px 30px 24px}.gallery-expand-toggle{font-size:8px;padding:7px 8px}
  .gallery-arrow{height:33px;width:27px}.gallery-arrow.previous{left:5px}.gallery-arrow.next{right:5px}
  .gallery-thumbnails{gap:5px}.gallery-thumbnails button{padding:3px;border-radius:5px}
  .product-gallery-caption{font-size:10px}.product-gallery-caption small{font-size:7px}
  .product-dialog .detail-copy{padding:24px}
  .product-dialog.gallery-expanded .product-gallery{padding:21px 15px 15px}
  .product-dialog.gallery-expanded .gallery-stage{height:calc(90dvh - 190px);min-height:240px}
  .product-dialog.gallery-expanded .gallery-thumbnails button{height:43px}
  .card-view-count{bottom:8px;left:8px;font-size:7px;padding:4px 7px}
}
